﻿@font-face {
    font-family: MyCustomFont;
    src: url(https://example.com/fonts/mycustomfont.woff2) format('woff2'),url(https://example.com/fonts/mycustomfont.woff) format('woff')
}

html {
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
    max-width: 550px;
    margin: 0 auto;
    height: 100%;
    position: relative
}

a {
    text-decoration: none;
    color: inherit
}

button {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

img {
    width: 100%;
    vertical-align: top
}

#container {
    width: 100%;
    margin: 0 auto;
    background-size: 100% auto;
    height: 100%;
    position: relative
}

.title-contain {
    width: 100%;
    height: 1.6rem;
    left: 0;
    top: 0;
    z-index: 99
}

.title-contain .language-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 5px;
    position: relative;
    flex-wrap: nowrap;
    z-index: 1000;
    cursor: pointer
}

.language-box .language-icon {
    width: .5rem;
    flex-shrink: 0
}

.language-box>.language-icon {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/H5-CION.png) no-repeat;
    background-size: cover;
    margin-right: 5px
}

.language-box>.language-text {
    color: #fff;
    line-height: 30px;
    height: 30px;
    padding: 5px 10px
}

.language-box>.language-icon>img {
    width: .7rem
}

.language-box .fold-icon {
    width: .3rem;
    display: flex;
    flex-direction: row;
    align-items: center
}

.language-box .fold-icon img {
    width: 100%
}

.language-box .fold-icon-active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: center
}

.language-box .text-box {
    color: #fff;
    white-space: nowrap;
    margin: 0 .1rem;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    max-width: 2.5rem;
    line-height: normal
}

.language-select-box {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    transform: translateY(calc(100% + .2rem));
    padding: .2rem 0 .2rem 5%;
    right: 0;
    display: none;
    max-height: 10rem;
    overflow-y: auto
}

.language-select-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 1rem;
    cursor: pointer;
    min-width: 2.4rem
}

.language-select-item .text-box {
    width: auto
}

#title-contain {
    display: none
}

.title-contain .style-type3 .language-box {
    position: absolute;
    right: 0;
    z-index: 999
}

.title-contain .style-type {
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center
}

.title-contain .title-text {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    max-height: 100%;
    line-height: 1.5;
    white-space: normal;
    word-break: break-all;
    font-weight: 500;
    padding: 0 .27rem 0 1.86rem
}

.style-type2 .title-text {
    padding: 0 .27rem
}

.title-contain .title-icon {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-items: center;
    align-items: center
}

.title-contain .title-icon>img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.style-type1 .title-icon {
    left: .267rem
}

.style-type3 .title-icon {
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.middle-content-contain {
    box-sizing: border-box;
    height: calc(100% - 1.6rem);
    padding-bottom: 2.3rem;
    overflow-y: auto
}

.store-middle-content-contain {
    margin-top: 56px;
    overflow-y: visible
}

.app-store-middle-contain {
    margin-top: 0
}

.middle-content-contain .contain-language-box {
    position: fixed;
    right: 2%;
    top: 2%;
    z-index: 999
}

.middle-content-contain .text-contain {
    margin-bottom: .3rem;
    font-size: 16px
}

.middle-content-contain .text-contain .text-contain-title {
    text-align: center;
    font-size: 16px;
    padding: 0 .13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.03rem
}

.middle-content-contain .text-contain .text-contain-content {
    padding: .27rem;
    min-height: 1.6rem;
    font-size: 16px;
    text-indent: 2em;
    word-wrap: break-word
}

.middle-content-contain .img-contain .img-contain-title {
    text-align: center;
    font-size: 16px;
    padding: 0 .13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.03rem
}

.middle-content-contain .img-contain>img {
    width: 100%
}

.middle-content-contain .img-slider-contain {
    width: 100%
}

.middle-content-contain .img-slider-contain .img-slider-list {
    min-height: 2.9rem
}

.middle-content-contain .img-slider-contain .store-img-slider-list {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory
}

.store-img-slider-list::-webkit-scrollbar {
    display: none
}

.middle-content-contain .img-slider-contain .slider-contain-title {
    text-align: center;
    font-size: 16px;
    padding: 0 .13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.03rem
}

.middle-content-contain .img-slider-contain .slick-dots {
    position: absolute;
    bottom: .2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.middle-content-contain .img-slider-contain .slick-dots>li>button {
    background-color: #fff;
    color: rgba(255,255,255,0);
    border: none;
    width: .6rem;
    height: .05rem;
    margin-right: .2rem
}

.middle-content-contain.skeLoading {
    padding-bottom: 0
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3.3rem;
    color: #fff;
    width: 100%
}

#footer.skeLoading {
    background-color: #ddd;
    height: 80px
}

#footer .foot-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    color: #333;
    padding: 0 .27rem
}

#footer .foot-style p {
    margin: 0
}

#footer .foot-style .img-title-box>img {
    width: auto;
    height: auto;
    max-height: 1.33rem;
    max-width: 1.33rem;
    margin-right: 5%;
    flex-shrink: 0
}

#footer .foot-style .bubble-box {
    position: relative;
    color: #fff;
    text-align: center;
    height: 2.33rem
}

#footer .foot-style .bubble-box .bubble-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    border-radius: .27rem;
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    word-break: break-all
}

#footer .foot-style .bubble-box .bubble-btn>span {
    width: 100%;
    max-height: 100%
}

#footer .foot-style .bubble-box .bubble {
    border-radius: .53rem;
    border-bottom-left-radius: 0;
    position: absolute;
    max-width: 85%;
    top: -.13rem;
    right: -.19rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    background-color: #ea4e3d;
    color: #fff;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%)
}

#footer .foot-style .bubble-box .bubble>span {
    width: 100%;
    padding: .4rem;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
    line-height: 1.3;
    font-size: 1.0rem;
    word-break: break-all
}

#footer .foot-style .bubble-box .bubble::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: .5rem solid transparent;
    border-left: .5rem solid #ea4e3d;
    position: absolute;
    left: 0;
    bottom: -.4rem;
}

#footer .style1 {
    justify-content: space-between
}

#footer .style1 .bubble-box {
    width: 45.3%;
    height: 48px;
    text-align: center
}

#footer .style2 .img-title-box,#footer .style3 .img-title-box {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box
}

#footer .style2 .img-title-box .title-box,#footer .style3 .img-title-box .title-box {
    max-width: 5rem;
    text-align: left;
    line-height: 1.5;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    max-height: 100%;
    white-space: normal;
    word-break: break-all
}

#footer .style2 .bubble-box,#footer .style3 .bubble-box {
    width: 30%;
    flex-shrink: 0
}

.teaching-contain {
    max-width: 500px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    overflow-y: auto;
    z-index: 2000;
    background: #f8f8f8;
    overflow: hidden
}

.teaching-contain .teaching-contain-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #333;
    height: 58px;
    background-color: #fff;
    position: relative;
    padding: 0 10%
}

.teaching-contain .teaching-contain-nav .close {
    width: 12px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.teaching-contain .teaching-contain-nav .nav-active {
    border-bottom: 3px solid #1572f2;
    color: #1572f2
}

.teaching-contain .teaching-contain-nav>span {
    font-size: .4rem;
    border-bottom: 2px solid #fff;
    width: 45%;
    text-align: center;
    padding-bottom: .3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    box-sizing: border-box
}

.teaching-contain .teaching-img-contain {
    height: calc(100% - 1.5rem);
    width: 100%;
    box-sizing: border-box;
    overflow: auto
}

.teaching-contain .teaching-img-contain>img {
    display: none
}

.operation-contain {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    display: none;
    z-index: 999
}

.operation-contain>li {
    width: 5.61rem;
    height: 5.61rem;
    max-width: calc(75px * 1.61);
    max-height: calc(75px * 1.61);
    margin-bottom: .267rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.operation-contain>li .operation-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.operation-contain>li .operation-svg-contain {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30%;
    border-radius: 35%;
    background-color: rgba(255,255,255,.7);
    box-sizing: border-box
}

.operation-contain>li .operation-svg-contain>svg {
    width: 1.66rem;
    height: 1.66rem
}

.operation-contain>li .operation-svg-contain .operation-label {
    font-size: 1.26rem;
    margin-top: 5%;
    font-weight: 600;
    width: 90%;
    text-align: center;
    word-wrap: break-word;
    line-height: 10px;
    letter-spacing: .1px
}

.operation-contain>li img {
    width: 100%
}

.new-temp-operation>li {
    width: 3.61rem;
    height: 3.61rem
}

.new-temp-operation>li .operation-svg-contain>svg {
    width: 1.2rem;
    height: 1.2rem
}

.new-temp-operation>li .operation-svg-contain .operation-label {
    font-size: .75rem;
    margin-top: 5%;
    font-weight: 600;
    width: 90%;
    text-align: center;
    word-wrap: break-word;
    line-height: 10px;
    letter-spacing: .1px
}

.aide-pop {
    max-width: 500px;
    width: 100%;
    display: none;
    position: fixed;
    top: 50%;
    z-index: 2000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.aide-pop .aide-pop_mask {
    width: 306px;
    margin: 0 auto;
    background: #fff;
    border-radius: 7.2px;
    padding: 9.36px 9.36px 19.08px
}

.aide-pop_img {
    width: 100%;
    height: 93.6px
}

.aide-pop_img>img {
    width: 100%
}

.aide-pop_content {
    color: #3471de
}

.aide-pop_content h6 {
    text-align: center;
    font-size: 14.4px;
    font-weight: 700
}

.aide-pop_content p {
    font-size: 14.4px;
    line-height: 21.6px;
    max-height: 288px;
    overflow-y: auto
}

@media (max-height: 650px) {
    .aide-pop_content p {
        max-height:180px
    }
}

.aide-pop_title {
    position: relative;
    margin: 19.08px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.aide-pop_title .left-line,.aide-pop_title .right-line {
    background: url(../images/comm/line_xf_title.png) no-repeat left center;
    width: 35%;
    height: 9px;
    background-size: 100%
}

.aide-pop_title .right-line {
    transform: rotateY(180deg)
}

.aide-pop .aide-close_btn {
    width: 36px;
    height: 36px;
    background: url(../images/btn_xf_close.png) no-repeat center center;
    margin: 19.08px auto 0;
    text-align: center;
    display: block;
    background-size: cover
}

.course-btn_box {
    text-align: center
}

.course-btn_box .course-btn {
    display: inline-block;
    padding: 14.4px;
    text-align: center;
    background: #10bd7a;
    border-radius: 4px;
    color: #fff;
    font-size: 14.4px;
    text-decoration: none;
    margin-top: 25.2px
}

.loading {
    width: inherit;
    height: inherit;
    min-height: 32px;
    display: block;
    background: url(../images/comm/loading-2.gif) center no-repeat
}

.module-1 {
    width: 100%;
    height: 10rem
}

.module-2 {
    width: 100%;
    height: 10rem
}

.module-3 {
    width: 100%;
    height: 10rem
}

.module-4 {
    width: 100%;
    height: 10rem
}

.module-5 {
    width: 100%;
    height: 10rem
}

@keyframes skeLoading {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.skeLoading {
    background-image: linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.5) 37%,rgba(255,255,255,.1) 63%);
    background-size: 400% 100%;
    animation-name: skeLoading;
    animation-duration: 1.4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 4px
}

.operation-contain.skeLoading {
    display: flex;
    top: 3rem;
    right: .3rem;
    background: 0 0
}

.footer.skeLoading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .27rem;
    width: 100%;
    box-sizing: border-box;
    animation-delay: .1s
}

.bubble-box.skeLoading {
    width: 45.3%;
    height: 40px;
    border-radius: .27rem
}

.nav-title {
    align-items: center;
    display: flex;
    height: 56px;
    position: fixed;
    top: 0;
    transition: box-shadow .2s ease-in-out;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    z-index: 10
}

.nav-title a>img {
    max-height: 40px
}

.VfPpkd-Bz112c-LgbsSe {
    font-size: 24px;
    width: 48px;
    height: 48px
}

.VfPpkd-Bz112c-LgbsSe img {
    width: 24px;
    height: 24px;
    padding: 12px
}

.nav-title svg {
    margin-right: 8px;
    height: 40px;
    width: 40px
}

.middle-video-content {
    min-height: 56px;
    position: relative
}

.middle-video-content-title-d {
    width: calc(100% - 48px);
    margin: 0 auto
}

.video-content {
    position: relative;
    right: 24px;
    top: 0;
    width: calc(100% + 48px);
    height: 202.5px
}

.store-slider-image {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
    min-width: 92px;
    background-size: contain;
    width: auto
}

.app-store-slider-image {
    height: 340px
}

.store-slider-image-li {
    margin-right: 12px
}

.auto-video {
    height: 202.5px;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 500px
}

.jaQz3d {
    background: linear-gradient(to top,#202124 0,rgba(0,0,0,0) 56%);
    right: 0;
    top: 0;
    position: absolute;
    height: 202.5px;
    max-width: 500px;
    width: 100%
}

.oc9n0c {
    align-items: center;
    display: flex;
    margin: 0 10px 0 auto
}

.yHy1rc {
    z-index: 0
}

.VfPpkd-Bz112c-LgbsSe {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: transparent;
    will-change: transform,opacity
}

.VfPpkd-Bz112c-LgbsSe {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: 0;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    z-index: 0;
    overflow: visible
}

.VfPpkd-Bz112c-LgbsSe {
    font-size: 24px;
    width: 48px;
    height: 48px;
    padding: 12px
}

button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: inherit;
    text-transform: none
}

.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.r9optf:not(:disabled) {
    color: #5f6368
}

.google-material-icons {
    font-family: 'Google Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.r9optf {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368
}

.PeWVCc {
    display: flex;
    align-items: center;
    padding: 8px
}

.PeWVCc img {
    width: 32px;
    height: 32px
}

.app-title-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
    width: 100%
}

.logo-title-content {
    margin-top: -40px;
    align-items: flex-start;
    display: flex
}

.logo-title-content-no-video {
    margin-top: 48px
}

.logo-title-content-logo {
    display: inline-block;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 4px;
    margin-right: 24px;
    width: 72px;
    border-radius: 20%
}

.logo-title-content-title {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    align-items: flex-end;
    display: flex;
    overflow-wrap: anywhere;
    width: 100%;
    word-break: keep-all
}

.company {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.in-app {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto,Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400
}

.JU1wdd {
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 0;
    width: 100vw
}

.l8YSdd {
    align-items: center;
    display: flex;
    overflow: auto;
    width: 100%
}

.l8YSdd::before {
    width: 24px;
    content: '';
    display: block;
    flex-shrink: 0
}

.l8YSdd::-webkit-scrollbar {
    display: none
}

.w7Iutd {
    align-items: center;
    display: flex
}

.wVqUob:first-child {
    padding-left: 0
}

.wVqUob {
    padding: 0 16px;
    position: relative;
    min-width: 96px
}

.ClM7O:not(:disabled) {
    color: #202124
}

.ClM7O {
    color: #202124;
    fill: #202124;
    stop-color: #202124;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap
}

.TT9eCd {
    align-items: center;
    display: flex
}

.ERwvGb:nth-child(n) {
    font-size: 12px
}

.google-material-icons {
    font-family: 'Google Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.g1rdde:not(:disabled) {
    color: #5f6368
}

.w7Iutd>:first-child:last-child~.wVqUob,.w7Iutd>:first-child:nth-last-child(2)~.wVqUob,.w7Iutd>:first-child:nth-last-child(3)~.wVqUob {
    padding: 0 24px
}

.wVqUob {
    padding: 0 16px;
    position: relative;
    min-width: 96px
}

.g1rdde {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto,Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap
}

.MKV5ee {
    cursor: pointer;
    line-height: 12px;
    margin-left: 4px
}

.wVqUob:not(:first-child)::before {
    background-color: #e8eaed;
    content: '';
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px
}

.w7Iutd>:first-child:last-child~.wVqUob,.w7Iutd>:first-child:nth-last-child(2)~.wVqUob,.w7Iutd>:first-child:nth-last-child(3)~.wVqUob {
    padding: 0 24px
}

.xGa6dd {
    height: 16px;
    min-width: 16px;
    width: auto;
    line-height: 15px;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    border: 1px solid #202124
}

.T75of {
    background: #fff
}

.wVqUob {
    padding: 0 16px;
    position: relative;
    min-width: 96px
}

.score-content {
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 0;
    width: 100vw;
    align-items: center;
    display: flex
}

.score-content::before {
    width: 24px;
    content: '';
    display: block;
    flex-shrink: 0
}

.score-box {
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 500px
}

.box:first-child {
    padding-left: 0
}

.box {
    position: relative;
    flex: 1
}

.box-google {
    min-width: 96px;
    padding: 0 16px;
    position: relative
}

.box:not(:first-child)::before {
    background-color: #3c4043;
    content: '';
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px
}

.box-color:not(:first-child)::before {
    background-color: #3c4043
}

.box-top {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: .8rem;
    font-size: .4rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap
}

.box-bottom {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 7rem;
    font-size: .35rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap
}

.share-button-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    width: 100%
}

.install-button-content {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    height: 36px;
    margin: 6px 0;
    min-height: 1.25rem;
    min-width: 160px;
    background-color: #01875f;
    width: 100%;
    text-align: center;
    border-radius: 8px
}

.loading-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid #84afa3;
    border-top-color: #43e2d0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite,pulse 2s linear infinite
}

.install-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px
}

@keyframes spin {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes pulse {
    0%,100% {
        border-width: 4px
    }

    50% {
        border-width: 1px
    }
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .8
}

.share-content {
    z-index: 1;
    align-items: center;
    display: flex;
    gap: 34px;
    margin: 20px auto;
    margin-bottom: 0
}

.kk2r5b .OBVQ7 {
    margin: auto
}

c-wiz {
    contain: style
}

.OBVQ7 {
    z-index: 1;
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center
}

.vO0kpf {
    display: flex;
    flex-wrap: wrap;
    margin: 16px auto;
    padding-bottom: 16px
}

.HtY85d:not(:disabled) {
    color: #5f6368
}

.color-white {
    color: #fff!important
}

.HtY85d {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    display: flex;
    padding: 4px 0
}

.HtY85d .zCLmzf {
    flex-shrink: 0;
    font-size: 20px;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline
}

.u4ICaf .aLey0c:not(:disabled) {
    color: #01875f
}

.ksBjEc:not(:disabled) {
    color: #1a73e8;
    color: var(--gm-colortextbutton-ink-color,#1a73e8)
}

.ksBjEc:not(:disabled) {
    background-color: transparent
}

.VfPpkd-LgbsSe:not(:disabled) {
    color: #6200ee
}

.ksBjEc {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none
}

.VfPpkd-LgbsSe {
    font-family: Roboto,sans-serif;
    font-size: .875rem;
    font-weight: 500;
    height: 36px;
    border-radius: 4px
}

.VfPpkd-LgbsSe {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}

.VfPpkd-vQzf8d {
    position: relative;
    top: 4px;
    line-height: normal;
    text-align: left
}

.VfPpkd-LgbsSe-OWXEXe-dgl2Hf {
    margin-top: 6px;
    margin-bottom: 6px
}

.VfPpkd-LgbsSe {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: 0;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: 0 0
}

button {
    box-sizing: initial;
    -webkit-font-smoothing: inherit;
    align-items: initial;
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: center
}

.ksBjEc .VfPpkd-Jh9lGc {
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 0
}

.VfPpkd-LgbsSe .VfPpkd-Jh9lGc {
    border-radius: 4px
}

.VfPpkd-Jh9lGc {
    position: absolute;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.VfPpkd-LgbsSe .VfPpkd-RLmnJb {
    position: absolute;
    top: 50%;
    height: 48px;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.u4ICaf .aLey0c:not(:disabled) .VfPpkd-kBDsod {
    color: #01875f
}

.OahvPe .y0nrBe,.egcKT .y0nrBe {
    height: 24px;
    width: 24px
}

.VfPpkd-LgbsSe .VfPpkd-kBDsod {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem
}

.VfPpkd-LgbsSe .VfPpkd-kBDsod {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.f70z8e:not(:disabled) {
    color: #01875f
}

.f70z8e {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.XkAcee:not(:disabled) {
    color: #01875f
}

.XkAcee {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.add-content-button,.see-more-content,.share-content-button {
    font-size: .4rem;
    line-height: .8rem
}

.share-content-button {
    line-height: 1rem;
    display: flex;
    justify-content: flex-end;
    flex: 6
}

.add-content-button {
    display: flex;
    align-items: center;
    flex: 9
}

.add-content-button,.share-content-button {
    position: relative;
    z-index: 9
}

.add-content-button .content-button-text {
    flex: 1
}

.content-button-icon {
    color: #01875f
}

.content-button-icon svg {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
    position: relative;
    top: 6px;
    margin-right: 6px
}

.content-button-text {
    color: #01875f;
    font-size: 14px;
    line-height: 38px
}

.install-device-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px 0
}

.install-device-icon-content {
    font-size: .3rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: .6rem;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    display: flex;
    padding: 4px 0
}

.about-app-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff
}

.about-app-text {
    margin: 0;
    line-height: 1.5rem;
    font-size: 1.125rem;
    color: #202124;
    font-weight: 700
}

.right-icon {
    font-size: .4rem;
    color: #202124
}

.right-icon svg {
    width: .35rem;
    height: .35rem
}

.middle-content-slider-about {
    margin: 0 auto;
    min-height: 56px;
    position: relative;
    padding: 20px 25px;
    padding-top: 0
}

.tag-container {
    display: flex;
    margin-top: 28px
}

.rE4BKe-content {
    overflow: hidden;
    overflow-x: scroll
}

.rE4BKe-content::-webkit-scrollbar {
    display: none
}

.rE4BKe-content::-webkit-scrollbar {
    display: none
}

.we-customer-review-0::-webkit-scrollbar {
    display: none
}

.tag-button {
    padding: 5px 15px;
    border: 1px #dadce0 solid;
    border-radius: 16px;
    background-color: #fff;
    color: #5f6368;
    font-size: .35rem;
    margin-right: 12px
}

.tag-button>svg {
    margin-right: 5px
}

.aoJE7e {
    display: flex;
    overflow: hidden;
    width: 120%
}

.icon-tag-button-active {
    color: #056449;
    background-color: #e6f3ef;
    border-color: #e6f3ef
}

.icon-tag-button {
    line-height: 19px;
    display: flex;
    justify-content: space-between
}

.video-play {
    border: 0;
    background-color: rgba(0,0,0,.54);
    color: #fff;
    bottom: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%,50%);
    z-index: 9;
    padding: 0 26px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 48px;
    margin-right: 0;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

@media screen and (min-width: 500px) {
    .operation-contain {
        right:auto!important;
        margin-left: 420px
    }
}

.data-safe {
    margin: 20px auto
}

.data-detail-table {
    border-radius: 8px;
    border: 1px solid;
    margin-top: 30px;
    padding: 20px 20px 0;
    border-color: #dadce0
}

.data-detail-table-item {
    align-items: flex-start;
    display: flex
}

.data-detail-table-item:not(:first-child) {
    margin-top: 20px
}

.data-detail-table-icon {
    height: 20px;
    margin-right: 20px;
    width: 20px
}

.data-detail-table-subtitle,.data-detail-table-title {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto,Arial,sans-serif;
    font-size: .25rem;
    line-height: .5rem;
    letter-spacing: .025em;
    font-weight: 400
}

.data-detail-table-title {
    font-size: .35rem
}

.see-more-content {
    margin-top: 20px;
    font-size: .35rem
}

.rating-stars {
    column-gap: 24px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    padding: 24px 0
}

.start-top-contain {
    height: 16px;
    width: 16px;
    text-align: left
}

.start-top {
    display: inline-block;
    width: 16px;
    line-height: 16px
}

.bARER {
    color: #5f6368!important;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    text-overflow: ellipsis;
    white-space: pre-wrap
}

.Uc6QCc {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 4px;
    margin-top: 28px
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline
}

.LMoCf:not(:disabled) {
    border-color: #dadce0
}

.LMoCf:not(:disabled) {
    color: #5f6368
}

.Rj2Mlf:not(:disabled) {
    border-color: #dadce0
}

.LMoCf {
    min-height: auto;
    padding: 0 15px 0 15px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px
}

.PDpWxe {
    will-change: unset
}

.P62QJc {
    padding: 0 23px 6px 23px;
    border-width: 1px;
    border-style: solid
}

.Rj2Mlf {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
    transition: border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    box-shadow: none
}

.bARER {
    text-align: justify
}

.rating-stars-left-score {
    color: #202124;
    fill: #202124;
    stop-color: #202124;
    font-family: 'Google Sans Display',Roboto,Arial,sans-serif;
    line-height: 4rem;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 400
}

.start-top .start-top-color {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.start-top .apple-start-top-color {
    color: #eeca54;
    fill: #eeca54;
    stop-color: #eeca54
}

.rating-stars-left-star-contain {
    line-height: 0;
    display: flex
}

.rating-stars-left-score-length {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto,Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: .5rem
}

.rating-stars-right-process-item {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    align-items: center
}

.rating-stars-right-process-item-index {
    font-family: Roboto,Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    padding-right: 16px
}

.rating-stars-right-process-item-100 {
    border-radius: 9999px;
    background-color: #e8eaed;
    height: 10px
}

.rating-stars-right-process-item-size {
    background-color: #01875f;
    height: 100%;
    border-radius: inherit
}

.header-img-contain {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-img {
    display: grid;
    align-items: center;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2,-webkit-max-content);
    grid-template-columns: repeat(2,max-content)
}

.reviewer-img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-size: cover
}

.reviewer-text {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: .85rem;
    margin-right: 10px
}

.header-name {
    fill: #202124;
    stop-color: #202124;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem
}

.more-button svg {
    width: 17px;
    height: 17px
}

.footer-line-bottom {
    border-color: #e8eaed;
    border-bottom: 1px solid;
    margin-bottom: 36px;
    padding-top: 36px;
    width: 100%
}

.Hc0nne {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px
}

.CmHxkb:not(:disabled),.GMGZAc:not(:disabled),.KvNvKe:not(:disabled),.dMOumf:not(:disabled) {
    color: #5f6368
}

.GMGZAc {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    font-weight: 500
}

.CmHxkb {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    line-height: 1.25rem;
    font-weight: 500
}

.CmHxkb,.GMGZAc {
    line-height: 32px
}

.AU8vyc {
    display: block;
    width: max-content
}

.sv9Noe {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 56px
}

.KvNvKe {
    font-size: .75rem;
    line-height: 48px;
    margin-right: 24px
}

.reviewer-details {
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere
}

.reviewer-help-length {
    font-family: Roboto,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    margin-top: 16px
}

.CmHxkb,.GMGZAc,.KvNvKe,.dMOumf {
    font-family: 'Google Sans',Helvetica,Arial,sans-serif;
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368
}

.reviewer-item-footer {
    align-items: center;
    display: flex;
    margin-top: 12px;
    margin-bottom: 20px
}

.reviewer-item {
    padding-top: 13px;
    border-radius: 10px
}

.reviewer-item-ios {
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 13px 16px 13px;
    border-radius: 10px;
    margin-left: 9px;
    flex: 0 0 87.5vw
}

.reviewer-item-ios:first-child {
    margin-left: 0
}

.reviewer-item-ios .reviewer-details {
    margin-bottom: 0
}

.is-help-question {
    font-family: Roboto,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    margin-right: 24px
}

.is-help {
    font-size: .3rem
}

.is-help>.tag-button {
    margin-right: 0
}

.tem-google-footer {
    margin-top: 15px
}

.report-detail {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 15px
}

.report-detail-content {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.report-detail-icon {
    margin-right: 10px
}

.report-detail-text {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500
}

.apple-title-content {
    padding-top: 20px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d6d6d6
}

.app-store-img-contain img {
    height: 56.25vw;
    object-fit: cover
}

.about-app-details,.apple-title-content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: 20px
}

.small-5 {
    flex-shrink: 0;
    width: 38.38308%;
    max-width: 38.38308%
}

.small-valign-top {
    vertical-align: top!important;
    align-self: start
}

.l-column {
    margin-left: 1%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

.we-artwork {
    margin: 0;
    position: relative;
    display: block;
    z-index: 1
}

.we-artwork__image {
    border-radius: 22.5%;
    width: 90%
}

.small-7 {
    flex-shrink: 0;
    width: 55.04975%;
    max-width: 55.04975%
}

.product-header>:first-child {
    margin-top: 0
}

@media only screen and (max-width: 734px) {
    .app-header__title {
        margin-bottom:2px
    }
}

.product-header__title {
    display: block;
    font-size: 18px;
    line-height: 1.22226;
    font-weight: 600;
    letter-spacing: .027em;
    font-family: 'SF Pro Display','SF Pro Icons','Apple WebExp Icons Custom','Helvetica Neue',Helvetica,Arial,sans-serif
}

.app-header__identity,.app-header__subtitle {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: 'SF Pro Text','SF Pro Icons','Apple WebExp Icons Custom','Helvetica Neue',Helvetica,Arial,sans-serif
}

.product-header__subtitle {
    color: #636366
}

.apple-download-btn-contain {
    display: flex;
    margin-top: 30px;
    justify-content: space-between
}

.apple-download-btn-left {
    display: flex;
    align-items: center
}

.apple-download-btn-right {
    margin-left: 5px;
    width: 24px;
    height: 24px
}

.apple-tag-button {
    background-color: #007bfc;
    border: none;
    border-radius: 48px;
    color: #fff;
    margin-right: 15px;
    width: 53px;
    text-align: center;
    height: 1.6rem!important;
    line-height: 1.6rem;
    min-height: 0
}

.apple-download-btn-left span {
    font-size: .75rem
}

.apple-score-content-top {
    background-color: #fff;
    padding-bottom: 34px;
    margin-bottom: 24px
}

.apple-score-content {
    height: 64px;
    margin: 16px 0 -24px;
    padding: 12px 0;
    align-items: center;
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.apple-score-content .box-bottom,.apple-score-content .box-top {
    font-size: .875rem
}

.box-top>.age-limit {
    background: #fff;
    color: #000;
    display: table-header-group;
    line-height: 1
}

.score-box>:first-child:last-child~.box-google,.score-box>:first-child:nth-last-child(2)~.box-google,.score-box>:first-child:nth-last-child(3)~.box-google {
    padding: 0 14px
}

#google-play-contain {
    color: #5f6368
}

.box-bottom-google {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: .3rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap;
    color: #9aa0a6
}

.box-middle {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: .8rem;
    font-size: .8rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap
}

.section--bordered {
    border-top: 1px solid #d6d6d6
}

.section {
    padding-top: 19px
}

.privacy-section {
    margin-top: 19px
}

.privacy-section p {
    line-height: 1.2rem
}

.app-privacy__cards {
    margin-top: 13px;
    display: grid;
    grid-gap: 20px
}

.app-privacy__card {
    padding: 28px 20px 20px;
    width: 100%;
    border-radius: 16px;
    background-color: #f8f8f8
}

.privacy-type__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.privacy-type__icon svg {
    height: auto;
    width: 100%;
    fill: #0070c9
}

.privacy-type__heading {
    margin-top: 9px;
    color: #111;
    text-align: center;
    font-size: 15px;
    line-height: 1.33338;
    font-weight: 600;
    letter-spacing: -.016em
}

.privacy-type__description {
    margin-top: 6px;
    color: #666;
    text-align: center;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: -.005em
}

.privacy-type__items--single-item {
    grid-template-columns: 1fr;
    text-align: center
}

.privacy-type__items {
    margin-top: 11px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.privacy-type__items li {
    height: 31px;
    text-align: left
}

.privacy-type__grid {
    display: inline-grid;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
    grid-template-areas: 'icon content';
    align-items: center
}

.privacy-type__grid-icon {
    grid-area: icon;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.privacy-type__glyph--identifiers {
    height: 21px
}

.privacy-type__grid-content {
    grid-area: content
}

.privacy-type__data-category-heading {
    padding-top: 7px;
    padding-bottom: 5px;
    color: #111;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em
}

.app-privacy__learn-more {
    margin-top: 20px;
    font-size: 12px!important
}

.app-privacy__learn-more a {
    color: #0070c9;
    font-size: 12px!important
}

.section__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.section__nav a {
    margin-bottom: 17px;
    color: #39f;
    font-size: .875rem
}

.l-content-width {
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

.section__headline {
    margin-bottom: 17px;
    flex-shrink: 1;
    font-size: 20px;
    font-weight: 550;
    letter-spacing: .024em;
    font-family: 'SF Pro Display','SF Pro Icons','Apple WebExp Icons Custom','Helvetica Neue',Helvetica,Arial,sans-serif
}

.we-customer-ratings {
    margin-bottom: 15px
}

.l-row {
    margin-left: -3.39506%
}

.we-customer-ratings__stats {
    display: inline-flex;
    vertical-align: bottom;
    justify-content: space-between
}

.small-4 {
    flex-shrink: 0;
    width: 30.04975%;
    max-width: 30.04975%
}

.we-customer-ratings__averages {
    text-align: center;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    position: relative;
    left: 5px
}

.we-customer-ratings__count {
    margin-top: 8px;
    text-align: right;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: .04em;
    font-family: 'SF Pro Text','SF Pro Icons','Apple WebExp Icons Custom','Helvetica Neue',Helvetica,Arial,sans-serif
}

.we-customer-ratings__averages__display {
    margin-bottom: 10px;
    display: block;
    line-height: 43px;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -.07em;
    color: #4c4c50;
    margin-right: 3px
}

.small-hide {
    display: none
}

.small-8 {
    flex-shrink: 0;
    width: 63.38308%;
    max-width: 63.38308%
}

.we-star-bar-graph__row {
    display: flex;
    align-items: center
}

.we-star-bar-graph__stars--5 {
    width: 49px!important
}

.we-star-bar-graph__stars--4 {
    width: 39.5px!important
}

.we-star-bar-graph__stars--3 {
    width: 29.5px!important
}

.we-star-bar-graph__stars--2 {
    width: 19.5px!important
}

.we-star-bar-graph__stars {
    width: 10px;
    height: 9px;
    display: inline-block;
    background-image: url(../images/svg/appstore/five-star-rating-gray.svg);
    background-size: 49px 9px;
    background-position: 100% center;
    background-repeat: no-repeat;
    margin-left: auto
}

.we-star-bar-graph__bar {
    width: calc(100% - 59px);
    height: 2px;
    position: relative;
    top: 1px;
    background-color: #efeff4;
    border-radius: 4px;
    margin-left: 10px;
    z-index: 1
}

.we-star-bar-graph__bar__foreground-bar {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #636366;
    border-radius: 4px;
    left: 0;
    z-index: 1
}

.we-customer-review__title {
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: -.005em;
    font-family: 'SF Pro Text','SF Pro Icons','Apple WebExp Icons Custom','Helvetica Neue',Helvetica,Arial,sans-serif
}

.we-truncate--single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 12.5rem
}

.app-reviewer-right-img {
    display: flex;
    align-items: center
}

.app-reviewer-right-img img {
    margin-right: 10px
}

.app-reviewer-right-img-text,.header-date {
    font-size: .875rem;
    text-align: right
}

.we-customer-review-0 {
    height: 100%;
    align-self: start;
    overflow-x: auto;
    display: flex;
    margin-bottom: -9.75px;
    margin-left: -6.25vw;
    margin-right: -4.2vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw
}

.img-slider-list::-webkit-scrollbar,.we-customer-review-0::-webkit-scrollbar {
    height: 3px
}

.img-slider-list::-webkit-scrollbar-track-piece,.we-customer-review-0::-webkit-scrollbar-track-piece {
    background-color: inherit
}

.developer-info {
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    color: #5f6368;
    padding: .875rem 0;
    border-bottom: 1px solid #d6d6d6
}

.right-element {
    flex: 1;
    text-align: right
}

.safe-apple-content {
    padding-bottom: 25px
}

.apple-suppet-item {
    display: flex;
    align-items: center;
    padding: .875rem
}

.image-container {
    flex: 0 0 auto
}

.text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.image-container img {
    max-width: 60%;
    height: auto
}

.text-container .title {
    font-size: 1rem
}

.text-container .description {
    margin-top: 5px;
    font-size: .875rem
}

.apple-suppet {
    padding-bottom: 0;
    border-bottom: 1px solid #d6d6d6
}

.last-apple-suppet {
    padding: 20px;
    border-bottom: 0
}

.text-container-no img {
    width: auto
}

.text-container-no {
    font-size: .875rem;
    line-height: .875rem;
    margin-top: 20px;
    margin-bottom: 20px
}

.text-container-no>p {
    line-height: 1.5rem
}

.XGHsbd:not(:disabled) {
    border-color: #dadce0
}

.XGHsbd {
    border-radius: 8px;
    border: 1px solid;
    margin-top: 30px;
    padding: 20px 20px 0;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-size: .875rem
}

.wGcURe {
    align-items: flex-start;
    display: flex
}

.whEyae {
    height: 20px;
    margin-right: 20px;
    width: 20px
}

.jECfAf:not(:disabled) {
    color: #5f6368
}

.jECfAf {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: Roboto,Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400
}

.cswwxf {
    padding-bottom: 20px
}

.aJ3edd {
    font-size: .75rem;
    height: 52px;
    line-height: 52px
}

.info-svg {
    margin-left: .1rem;
    position: relative;
    top: 3px
}

.EFMXQ.KKjvXb:not(:disabled) {
    background-color: #e6f3ef
}

.EFMXQ.KKjvXb:not(:disabled) {
    color: #056449
}

.EFMXQ.KKjvXb {
    color: #056449;
    fill: #056449;
    stop-color: #056449;
    background-color: #e6f3ef
}

.D3Qfie.KKjvXb {
    color: #1a73e8;
    fill: #1a73e8;
    background-color: #e8f0fe;
    border: none;
    padding: 1px
}

.kofMvc {
    border-radius: 9999px
}

.D3Qfie {
    color: #5f6368;
    fill: #5f6368;
    background-color: #fff;
    border: 1px #dadce0 solid;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    letter-spacing: .25px;
    line-height: 18px;
    min-width: auto;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background .2s .1s;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 0
}

.D3Qfie .Gggmbb {
    background-color: #5f6368
}

.Gggmbb {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.kW9Bj {
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 16px
}

.c6xzBd {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0 4px 0 0
}

.KnEF3e .Ka7T4c,.kofMvc .Ka7T4c {
    font-size: 16px
}

.kW9Bj .ypTNYd {
    display: inline-block;
    margin: 6px 4px
}

.VMq4uf:not(:disabled) {
    color: #202124
}

.VMq4uf {
    color: #202124;
    display: flex;
    justify-content: space-between;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 500
}

.b6SkTb {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.AJTPZc,.Jx4nYe {
    margin-top: 16px
}

.m-D3Qfie {
    height: 25px;
    line-height: 25px
}

.SfzRHd:not(:disabled) {
    color: #5f6368!important
}

.SfzRHd {
    color: #5f6368!important;
    fill: #5f6368!important;
    stop-color: #5f6368!important;
    font-size: .4rem!important;
    font-weight: 400!important;
    letter-spacing: .1em!important;
    line-height: .6rem!important;
    font-family: Roboto,Helvetica,Arial,sans-serif
}

.right-right_arrow {
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.wGcURe:not(:first-child) {
    margin-top: 20px
}

.wGcURe {
    align-items: flex-start;
    display: flex
}

.VfPpkd-dgl2Hf-ppHlrf-sM5MNb {
    display: inline
}

.u4ICaf .aLey0c:not(:disabled) {
    color: #01875f
}

.u4ICaf {
    line-height: 28px
}

#google-title-contain {
    display: none
}

#loading-box,#open-chrome,#pop-show {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7)
}

#pop-show .bd {
    width: 70vw
}

#pop-show .bd img {
    width: 32px;
    height: 32px
}

#pop-show .bd p {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border: #666 1px solid;
    border-radius: 3px
}

#pop-show .bd .active-box {
    margin: 20px 0
}

#pop-show .bd .active-box img {
    width: 16px;
    height: 16px
}

#pop-show .bd .active-box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 20px;
    background: rgba(119,250,73,.3);
    color: #01875f;
    font-weight: 600;
    font-size: 16px
}

#pop-show .bd .active-box span i {
    font-style: normal
}

#now-install-appname {
    text-align: left
}

#loading-box .bd,#open-chrome .bd,#pop-show .bd {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 15px;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

#pop-show .bd strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 600
}

.loading-ci {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 72px;
    height: 72px;
    margin: 15px auto 0;
    color: #01875f;
    font-size: 14px
}

.loading-ci .box {
    display: block
}

.loading-ci .box,.main-up .logo .box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-left: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    border-radius: 50%;
    animation: turn 1s linear infinite;
    transform-origin: 50% 50%
}

@keyframes turn {
    100% {
        transform: rotateZ(-1turn)
    }
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

.btn.big {
    padding: 10px 0;
    font-size: 16px
}

.btn {
    display: block;
    width: 100%;
    padding: 10px 8px;
    background: var(--main-color);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    gap: 8px
}

.show-btn {
    margin-top: 20px
}

:root {
    --main-color: #01875f;
    --main-hover-color: #01533b
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../../s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../../s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../../s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Material Icons Extended';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/materialiconsextended/v149/kJEjBvgX7BgnkSrUwT8UnLVc38YydejYY-oE_LvJ.woff2) format('woff2')
}

.material-icons-extended {
    font-family: 'Material Icons Extended';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'Google Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlematerialicons/v137/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q.woff2) format('woff2')
}

.oUaal:nth-child(n) {
    font-size: 12px
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/productsans/v9/pxiDypQkot1TnFhsFMOfGShVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/productsans/v9/pxiDypQkot1TnFhsFMOfGShVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vQCIlsw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vACIlsw.woff2) format('woff2');
    unicode-range: U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sQCIlsw.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2sACIlsw.woff2) format('woff2');
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(../../s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

.f0UV3d:not(:disabled) {
    color: #5f6368
}

.f0UV3d {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 16px;
    white-space: nowrap;
    z-index: 1
}

.kOqhQd {
    margin-right: 8px;
    height: 40px;
    width: 40px
}

.P7NFWb {
    background-color: #fff;
    border-top: 1px solid #dadce0;
    bottom: 0;
    display: flex;
    height: 56px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 3
}

.yyaGpb {
    display: flex;
    justify-content: center;
    width: 100%
}

.Y4jiDf:not(:disabled) {
    color: #5f6368
}

.Y4jiDf {
    color: #5f6368;
    fill: #5f6368;
    stop-color: #5f6368
}

.uEz1ib {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    max-width: 112px
}

.jb05Ib {
    line-height: 0
}

.WL3b7c {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.VuUAje:not(:disabled) {
    color: #01875f
}

.VuUAje {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f
}

.bewvKb {
    position: relative
}

.rE4BKe {
    gap: 12px
}

.aoJE7e {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    width: 100%
}

.aoJE7e::-webkit-scrollbar {
    display: none
}

.ULeU3b {
    flex-shrink: 0;
    scroll-snap-align: start
}

.skeleton {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ddd
}

.skeleton-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 10px
}

.skeleton-logo {
    width: 80px;
    height: 60px;
    background: #ccc
}

.skeleton-title {
    flex-grow: 1;
    height: 60px;
    background: #ccc;
    text-align: center;
    color: #fff;
    font-size: 24px
}

.skeleton-content {
    flex-grow: 1;
    padding: 10px;
    overflow-y: hidden
}

.skeleton-banner,.skeleton-banner-bottom {
    width: 100%;
    height: 200px;
    background: #bbb;
    margin-bottom: 10px
}

.skeleton-game-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px
}

.skeleton-game-card {
    flex: 1 1 22%;
    height: 120px;
    background: #ccc;
    border-radius: 10px;
    margin: 5px
}

.skeleton-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    height: 60px;
    max-width: 500px;
    background: #ddd
}

.skeleton-button {
    flex-grow: 1;
    height: 100%;
    margin: 5px;
    background: #bbb
}

@keyframes loading {
    0% {
        background-color: #ccc
    }

    50% {
        background-color: #bbb
    }

    100% {
        background-color: #ccc
    }
}

.skeleton-banner,.skeleton-banner-bottom,.skeleton-button,.skeleton-game-card,.skeleton-logo,.skeleton-title {
    animation: loading 1s infinite ease-in-out
}

#loading-box {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.7)
}

#loading-box .bd {
    padding: 30px 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box
}

#loading-box .bd p {
    margin: 15px 0 0;
    color: #999;
    font-size: 16px
}

.rotate {
    width: auto;
    animation: loadingCircle 1s infinite linear
}

@keyframes loadingCircle {
    100% {
        transform: rotate(360deg)
    }
}
