﻿.nav-header {
    background: #000;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    height: 49px;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 999
}

    .nav-header .menu-toogle {
        background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/ic_menu_white.png);
        display: block;
        height: 48px;
        left: 0;
        position: absolute;
        top: 0;
        width: 48px
    }

        .nav-header .menu-toogle, .nav-header .menu-toogle.inactive {
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 24px 24px
        }

            .nav-header .menu-toogle.inactive {
                background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/icon-close@2x.png)
            }

    .nav-header .brand {
        background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/logo_white.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 102px 22px;
        display: block;
        height: 48px;
        margin: 0 auto;
        padding: 15px 0 16px;
        width: 100px
    }

    .nav-header .btn-buy {
        align-items: center;
        background: transparent;
        background-image: linear-gradient(144deg,#fe0,#ffd200);
        border-radius: 50px;
        color: #2d2d2d;
        display: flex;
        font-size: 12px;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        position: absolute;
        right: 8px;
        text-transform: uppercase;
        top: 9px
    }

@media (max-width:350px) {
    .nav-header .btn-buy {
        font-size: 10px
    }
}

.nav-header .btn-buy img {
    height: 20px
}

@media (max-width:320px) {
    .nav-header .btn-buy img {
        height: 18px
    }
}

.nav-header.theme-white {
    background-color: transparent
}

    .nav-header.theme-white .menu-toogle {
        background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/icon-menu-black@2x.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 24px 24px
    }

        .nav-header.theme-white .menu-toogle.inactive {
            background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/icon-close-black@2x.png);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 24px 24px
        }

    .nav-header.theme-white .brand {
        background-image: url(https://static.insta360.com/assets/www/project/official/component/header-mobile/ic_brandlogo_black@2x.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100px 24px
    }

.nav-modal {
    background: #fff;
    left: 0;
    overflow: hidden;
    padding-top: 48px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998
}

    .nav-modal, .nav-modal .nav-collapse {
        display: none;
        height: 100%
    }

        .nav-modal .nav-layout {
            display: flex;
            height: 100%
        }

            .nav-modal .nav-layout .nav-aside {
                border-right: 1px solid #e1e3e6;
                flex: none;
                height: 100%;
                margin: 10px 0 32px;
                overflow: hidden;
                width: 120px
            }

                .nav-modal .nav-layout .nav-aside .item {
                    color: #2d2d2d;
                    display: block;
                    font-size: 12px;
                    margin: 16px 12px 16px 18px;
                    padding: 10px 0;
                    position: relative
                }

                    .nav-modal .nav-layout .nav-aside .item.active {
                        font-weight: 700
                    }

                        .nav-modal .nav-layout .nav-aside .item.active:before {
                            background-color: #ffd200;
                            content: "";
                            height: 15px;
                            left: -18px;
                            position: absolute;
                            top: 9px;
                            width: 4px
                        }

            .nav-modal .nav-layout .nav-content {
                flex: auto;
                height: 100%;
                overflow: hidden;
                position: relative
            }

            .nav-modal .nav-layout .nav-submenu {
                display: none;
                margin: 0 auto 138px;
                max-width: 252px
            }

                .nav-modal .nav-layout .nav-submenu.active {
                    display: block
                }

                .nav-modal .nav-layout .nav-submenu .nav-submenu-header {
                    color: #898a8e;
                    font-size: 10px;
                    line-height: 13px;
                    margin: 20px 0;
                    text-align: center
                }

                .nav-modal .nav-layout .nav-submenu .nav-submenu-list {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -6px 14px
                }

                    .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item {
                        align-items: center;
                        background: #f8f9fc;
                        border-radius: 8px;
                        display: flex;
                        flex-direction: column;
                        margin: 6px;
                        padding: 10px 0;
                        width: calc(50% - 12px)
                    }

                        .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item img {
                            height: 64px;
                            width: 64px
                        }

                        .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item .text {
                            color: #2d2d2d;
                            font-size: 11px;
                            font-weight: 700;
                            line-height: 17px;
                            margin-top: 5px;
                            text-align: center
                        }

                        .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item .text-sm {
                            color: #afb1b4;
                            font-size: 10px;
                            line-height: 17px;
                            text-align: center
                        }

                        .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item[data-name=oners] {
                            padding: 2px 0
                        }

                            .nav-modal .nav-layout .nav-submenu .nav-submenu-list .item[data-name=oners] img {
                                height: 72px;
                                width: 72px
                            }

            .nav-modal .nav-layout .nav-submenu-bottom {
                align-items: center;
                background-color: #fff;
                bottom: 0;
                display: flex;
                height: 90px;
                justify-content: center;
                padding: 0 20px;
                position: absolute;
                right: 0;
                width: 100%
            }

                .nav-modal .nav-layout .nav-submenu-bottom:before {
                    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
                    content: "";
                    height: 48px;
                    left: 0;
                    position: absolute;
                    top: -48px;
                    width: 100%
                }

                .nav-modal .nav-layout .nav-submenu-bottom .btn-nav {
                    align-items: center;
                    background: linear-gradient(132deg,#fe0,#ffd200);
                    border-radius: 100px;
                    color: #2d2d2d;
                    display: flex;
                    font-size: 12px;
                    font-weight: 700;
                    height: 36px;
                    justify-content: center;
                    line-height: 36px;
                    width: 100%
                }

                    .nav-modal .nav-layout .nav-submenu-bottom .btn-nav img {
                        margin-right: 10px;
                        width: 16px
                    }

.nav-footer {
    background-color: #2d2d2d
}

    .nav-footer .icon-list {
        display: flex;
        margin: 40px 24px 0
    }

        .nav-footer .icon-list a:not(:last-child) {
            margin-right: 16px
        }

        .nav-footer .icon-list a img {
            height: 24px
        }

    .nav-footer .nav-list {
        padding: 16px 24px
    }

    .nav-footer .nav-item {
        border-bottom: 1px solid #424242
    }

        .nav-footer .nav-item.active .menu-main .ic {
            transform: translateY(-50%) rotate(45deg)
        }

        .nav-footer .nav-item.active .menu-sub {
            display: block
        }

        .nav-footer .nav-item .menu-main {
            color: #fff;
            display: block;
            font-size: 12px;
            height: 56px;
            line-height: 56px;
            position: relative
        }

            .nav-footer .nav-item .menu-main .ic {
                height: 24px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: transform .2s
            }

        .nav-footer .nav-item .menu-sub {
            display: none;
            margin-bottom: 16px
        }

            .nav-footer .nav-item .menu-sub a {
                color: #fff;
                display: block;
                font-size: 12px;
                height: 40px;
                line-height: 40px;
                padding-left: 24px
            }

    .nav-footer .input-email-wrapper {
        margin: 32px 24px 0
    }

        .nav-footer .input-email-wrapper .text {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 14px
        }

        .nav-footer .input-email-wrapper .text-sm {
            color: #a2a4a7;
            font-size: 12px;
            line-height: 14px;
            margin-top: 12px
        }

        .nav-footer .input-email-wrapper .input-email {
            display: flex;
            margin-top: 12px;
            position: relative
        }

            .nav-footer .input-email-wrapper .input-email input[type=text] {
                background: transparent;
                border: 1px solid #d9d9d9;
                border-radius: 6px 0 0 6px;
                border-right: 0;
                color: #fff;
                display: block;
                flex: auto;
                font-size: 14px;
                height: 48px;
                line-height: 48px;
                line-height: 18px;
                outline: 0;
                padding: 0 18px;
                width: 100%
            }

            .nav-footer .input-email-wrapper .input-email button {
                background: #edeff2;
                border: 0;
                border-radius: 0 6px 6px 0;
                flex: none;
                height: 48px;
                outline: 0;
                position: relative;
                width: 48px
            }

                .nav-footer .input-email-wrapper .input-email button .img1, .nav-footer .input-email-wrapper .input-email button .img2 {
                    height: 12px;
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translate(-50%,-50%)
                }

                .nav-footer .input-email-wrapper .input-email button .img2 {
                    opacity: 0
                }

                .nav-footer .input-email-wrapper .input-email button[disabled] {
                    cursor: not-allowed
                }

                .nav-footer .input-email-wrapper .input-email button.success {
                    background: #1bc864
                }

                    .nav-footer .input-email-wrapper .input-email button.success .img2 {
                        opacity: 1
                    }

                    .nav-footer .input-email-wrapper .input-email button.success .img1 {
                        opacity: 0
                    }

            .nav-footer .input-email-wrapper .input-email .result {
                bottom: -22px;
                color: #a2a4a7;
                font-size: 12px;
                height: 14px;
                line-height: 14px;
                position: absolute
            }

                .nav-footer .input-email-wrapper .input-email .result.error {
                    color: red
                }

    .nav-footer .other-list {
        display: flex;
        justify-content: center;
        margin: 16px 0
    }

        .nav-footer .other-list .back-to-top {
            align-items: center;
            display: flex;
            flex-direction: column
        }

            .nav-footer .other-list .back-to-top img {
                height: 24px
            }

            .nav-footer .other-list .back-to-top span {
                color: #fff;
                font-size: 12px;
                line-height: 20px
            }

    .nav-footer .icp {
        background-color: #202020;
        display: flex;
        flex-direction: column;
        height: 72px;
        justify-content: center
    }

        .nav-footer .icp .text-1 {
            color: hsla(0,0%,100%,.2);
            font-size: 12px;
            line-height: 14px;
            text-align: center
        }

        .nav-footer .icp .text-2 {
            margin-top: 4px;
            text-align: center
        }

            .nav-footer .icp .text-2 a {
                color: hsla(0,0%,100%,.55);
                font-size: 12px;
                line-height: 14px
            }

    .nav-footer .lang-selector .lang-item-current {
        display: flex;
        padding: 0
    }

    .nav-footer .lang-selector .lang-list {
        bottom: 44px;
        line-height: 14px
    }

.lang-selector {
    position: relative;
    z-index: 100
}

    .lang-selector .lang-item-current {
        align-items: center;
        display: inline-flex;
        padding: 8px 0;
        position: relative
    }

        .lang-selector .lang-item-current .lang-flag {
            margin-right: 12px;
            width: 16px
        }

        .lang-selector .lang-item-current .lang-text {
            color: #fff;
            font-size: 12px
        }

    .lang-selector .lang-list {
        background-color: #fff;
        border-radius: 4px;
        bottom: 32px;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        display: none;
        left: -12px;
        padding: 8px 0;
        position: absolute;
        width: 120px
    }

        .lang-selector .lang-list .lang-item {
            align-items: center;
            color: rgba(0,0,0,.7);
            display: flex;
            padding: 8px 0
        }

            .lang-selector .lang-list .lang-item:active, .lang-selector .lang-list .lang-item:hover {
                background: #f2f2f2
            }

            .lang-selector .lang-list .lang-item .lang-flag {
                margin: 0 12px;
                width: 16px
            }

            .lang-selector .lang-list .lang-item .lang-text {
                font-size: 12px;
                font-weight: 400
            }

.modal-buylink {
    align-items: center;
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0 12.5%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

    .modal-buylink .wrapper {
        align-items: center;
        background-color: #fff;
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%
    }

        .modal-buylink .wrapper .title {
            border-bottom: 1px solid #f2f2f2;
            color: rgba(0,0,0,.7);
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 24px;
            padding: 16px 30px 16px 16px;
            width: 100%
        }

        .modal-buylink .wrapper .close {
            padding: 18px;
            position: absolute;
            right: 0;
            top: 0
        }

            .modal-buylink .wrapper .close img {
                display: block;
                height: 12px
            }

        .modal-buylink .wrapper .link {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-bottom: 24px
        }

            .modal-buylink .wrapper .link .icon {
                display: block;
                position: relative;
                width: 176px
            }

                .modal-buylink .wrapper .link .icon img {
                    display: block;
                    height: 100%;
                    width: 100%
                }

            .modal-buylink .wrapper .link .text {
                color: rgba(0,0,0,.7);
                font-size: 12px;
                font-weight: 700;
                line-height: 16px;
                margin-top: 8px;
                text-align: center
            }

.popup-player {
    display: none;
    position: fixed;
    z-index: 999
}

    .popup-player, .popup-player .mask {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

        .popup-player .mask {
            background: rgba(0,0,0,.9);
            position: absolute
        }

        .popup-player .video-fr {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 100%
        }

        .popup-player .no-youtube {
            align-items: center;
            background-color: #000;
            display: flex;
            height: 160px;
            justify-content: center
        }

            .popup-player .no-youtube p {
                color: #fff
            }

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.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-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/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: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
    unicode-range: U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
    unicode-range: U+0100-024f,U+0259,U+1e??,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: local("Roboto"),local("Roboto-Regular"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/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: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024f,U+0259,U+1e??,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: local("Roboto Medium"),local("Roboto-Medium"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/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: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024f,U+0259,U+1e??,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: local("Roboto Bold"),local("Roboto-Bold"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,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: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfCRc4EsA.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: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format("woff2");
    unicode-range: U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format("woff2");
    unicode-range: U+0100-024f,U+0259,U+1e??,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: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://static.insta360.com/assets/www/common/fonts/roboto/v20/slices/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 100;
    src: local("Gilroy Thin"),local("Gilroy-Thin"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-thin.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 100;
    src: local("Gilroy Thin Italic"),local("Gilroy-Thin-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-thinitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 200;
    src: local("Gilroy Ultralight"),local("Gilroy-Ultralight"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-ultralight.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 200;
    src: local("Gilroy Ultralight Italic"),local("Gilroy-Ultralight-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-ultralightitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: local("Gilroy Light"),local("Gilroy-Light"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 300;
    src: local("Gilroy Light Italic"),local("Gilroy-Light-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-lightitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy Regular"),local("Gilroy-Regular"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 400;
    src: local("Gilroy Regular Italic"),local("Gilroy-Regular-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-regularitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: local("Gilroy Medium"),local("Gilroy-Medium"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 500;
    src: local("Gilroy Medium Italic"),local("Gilroy-Medium-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-mediumitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: local("Gilroy Semibold"),local("Gilroy-Semibold"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 600;
    src: local("Gilroy Semibold Italic"),local("Gilroy-Semibold-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-semibolditalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: local("Gilroy Bold"),local("Gilroy-Bold"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 700;
    src: local("Gilroy Bold Italic"),local("Gilroy-Bold-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-bolditalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    src: local("Gilroy Extrabold"),local("Gilroy-Extrabold"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-extrabold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 800;
    src: local("Gilroy Extrabold Italic"),local("Gilroy-Extrabold-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-extrabolditalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    src: local("Gilroy Black"),local("Gilroy-Black"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-black.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 900;
    src: local("Gilroy Black Italic"),local("Gilroy-Black-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-blackitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy Heavy;
    font-style: normal;
    src: local("Gilroy Heavy"),local("Gilroy-Heavy"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-heavy.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy Heavy;
    font-style: italic;
    src: local("Gilroy Heavy Italic"),local("Gilroy-Heavy-Italic"),url(https://static.insta360.com/assets/www/common/fonts/gilroy/gilroy-heavyitalic.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: OSP-DIN;
    src: url(https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.eot);
    src: url(https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.eot?#iefix) format("embedded-opentype"),url(https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.woff) format("woff"),url(https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.ttf) format("truetype"),url(https://static.insta360.com/assets/www/common/fonts/osp-din/OSP-DIN.svg#OSP-DIN) format("svg")
}

*, :after, :before {
    box-sizing: border-box
}

body {
    margin: 0
}

a {
    text-decoration: none
}

button {
    cursor: pointer
}

img:not([src]) {
    opacity: 0
}

#root {
    margin-top: 48px;
    min-height: 400px;
    overflow: hidden
}

select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}
