:root {
    --z__d_white_cr: #fff;
    --z__d_white_bg: #fff;
    --z__d_bg_h: #f1f3f5;
    --z__d_theme1_bg: #ffa500;
    --z__d_theme1_cr: #ffa500;
    --z__d_theme1_br: #ffa500;
    --z__theme_bg: #0067b8;
    --z__theme_cr: #0067b8;
    --z__theme_br: #0067b8;
    --z__theme1_bg: #ffa500;
    --z__theme1_cr: #ffa500;
    --z__theme1_br: #ffa500;
    --z__white_bg: #fff;
    --z__white_cr: #fff;
    --z__white_br: #fff;
    --z__primary_cr: #333;
    --z__secondary_cr: #666;
    --z__primary_br: #ced4da;
    --z__primary_bg: #ced4da;
    --z__secondary_bg: #eee;
    --z__top_fixed_bg: #fff;
    --z__theme_svg: #0067b8;
    --z__white_svg: #fff;
    --z__primary_svg: #333;
    --z__secondary_svg: #666;
    -z__secondary_svg_h: #444;
    --z__close_svg: #666;
    --z__close_svg_h: #444;
    --z__anchor_cr: #333;
    --z__anchor_cr_h: #0067b8;
    --top_menu_hover: #f1f3f5;
    --z__primary_bo_sh: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    --btn_cr: #fff;
    --btn_cr_h: #fff;
    --btn_bg_h: #015594;
    --btn_bg_a: #023459;
    --add_more_file_hover: #f9f9f9;
    --btn_log_cr: #333;
    --btn_log_bg: #f1f3f5;
    --btn_log_bg_h: rgba(57, 76, 96, .15);
    --lang_menu_bg_h: #f1f3f5;
    --sel_c_cr_bg: #fff;
    --_tooltip_bg: rgba(0, 0, 0, 0.8);
    --_tooltip_cr: #fff;
    --comp_ext_box_cr: #fff;
    --logo_h: #015594;
    --split_pdf_custom_h: #f7f7f7;
    --home_join_bg: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 103, 184, 1) 50%, rgba(0, 212, 255, 1) 100%);
    --z__i__title_bg: #fff;
    --z__switch_slider_bg: #ccc;
    --user_pro__btn_bg: #f1f1f1;
    --user_pro__btn_bg_ah: #ced4da;
}

.z__theme_dark {
    --z__d_bg_h: #313131;
    --z__theme_bg: #0067b8;
    --z__white_bg: #1d1d1d;
    --z__white_cr: #333;
    --z__white_br: #4a4a4a;
    --z__primary_cr: #d9d9d9;
    --z__secondary_cr: #999999;
    --z__primary_br: #4a4a4a;
    --z__primary_bg: #333;
    --z__secondary_bg: #333;
    --z__top_fixed_bg: #0d0d0d;
    --z__theme_svg: #0067b8;
    --z__white_svg: #fff;
    --z__primary_svg: #d9d9d9;
    --z__secondary_svg: #999999;
    --z__secondary_svg_h: #d9d9d9;
    --z__close_svg: #888;
    --z__close_svg_h: #d9d9d9;
    --z__anchor_cr: #0067b8;
    --z__anchor_cr_h: #ee730a;
    --top_menu_hover: #313131;
    --btn_cr: #d9d9d9;
    --btn_cr_h: #d9d9d9;
    --btn_bg_h: #015594;
    --add_more_file_hover: #061b20;
    --btn_log_cr: #d9d9d9;
    --btn_log_bg: #444;
    --btn_log_bg_h: #313131;
    --lang_menu_bg_h: #313131;
    --sel_c_cr_bg: #242424;
    --_tooltip_bg: rgba(0, 0, 0, 0.8);
    --_tooltip_cr: #d9d9d9;
    --comp_ext_box_cr: #d9d9d9;
    --logo_h: #fff;
    --split_pdf_custom_h: #313131;
    --home_join_bg: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 33, 55, 1) 50%, rgba(0, 71, 102, 1) 100%);
    --z__primary_bo_sh: 0 0 0 1px #4a4a4a, 0 2px 12px rgba(13, 18, 22, .2);
    --z__i__title_bg: #1d1d1d;
    --z__switch_slider_bg: #444;
    --user_pro__btn_bg: #ccc;
    --user_pro__btn_bg_ah: #666;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

img {
    vertical-align: middle
}

button,
input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.img-thumbnail,
body {
    background-color: var(--z__white_bg)
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.42857143;
    color: var(--z__primary_cr)
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

._row {
    margin-left: -24px;
    margin-right: -24px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.666%
}

.col-xs-10 {
    width: 83.333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.666%
}

.col-xs-7 {
    width: 58.333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.666%
}

.col-xs-4 {
    width: 33.333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666%
}

.col-xs-1 {
    width: 8.333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.666%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.666%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.666%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.666%
    }

    .col-sm-10 {
        width: 83.333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.666%
    }

    .col-sm-7 {
        width: 58.333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.666%
    }

    .col-sm-4 {
        width: 33.333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666%
    }

    .col-sm-1 {
        width: 8.333%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.666%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.666%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.666%
    }

    .col-md-10 {
        width: 83.333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.666%
    }

    .col-md-7 {
        width: 58.333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.666%
    }

    .col-md-4 {
        width: 33.333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666%
    }

    .col-md-1 {
        width: 8.333%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.666%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.666%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.666%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.666%
    }

    .col-lg-10 {
        width: 83.333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.666%
    }

    .col-lg-7 {
        width: 58.333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.666%
    }

    .col-lg-4 {
        width: 33.333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666%
    }

    .col-lg-1 {
        width: 8.333%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.666%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.666%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
    float: left
}

input[type=checkbox],
input[type=radio] {
    margin: 1px\9 0 0;
    line-height: normal
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1.4rem;
    background-color: var(--z__white_bg);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    transition: opacity .4s ease, visibility .4s ease;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
        white-space: nowrap
    }

    .dropdown-menu > li > a {
        clear: both;
        font-weight: 400;
        color: var(--z__primary_cr)
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

.open > .dropdown-menu {
    display: block
}

.display-dropdown:hover .dropdown-menu {
    display: block
}

.open.display-dropdown-double > .dropdown-menu {
    display: flex
}

.nav > li,
.nav > li > a {
    display: block;
    position: relative
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.z__nav_lef_m {
    flex: 0 0 auto;
    gap: 12px;
    align-items: center;
    display: flex
}
.hide {
    display: none !important
}

.main-content,
body,
html {
    min-height: 100%
}

.nav-list > li > a,
a:active,
a:focus {
    text-decoration: none
}

html {
    position: relative
}

body {
    background-color: var(--z__white_bg);
    padding-bottom: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.6rem;
    color: var(--z__primary_cr);
    line-height: 1.5;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--z__primary_cr);
    font-family: inherit;
    margin: 0
}

.main-container:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    max-width: inherit;
    bottom: 0;
    top: 0;
    background-color: var(--z__white_bg)
}

.main-content {
    margin-left: 0;
    padding: 0
}

    .main-content:after,
    .main-content:before {
        content: " ";
        display: table
    }

.nav-list > li:before,
.nav-list li.active > a:after,
.sidebar:before,
li.divider:before {
    content: ""
}

.main-content:after {
    clear: both
}

.sidebar + .main-content {
    /*margin-left:190px*/
}

.page-content {
    background-color: var(--z__white_bg);
    position: relative;
    margin: 0;
    padding: 0 24px 24px
}

h1 {
    font-size: 3.6rem
}

h2 {
    font-size: 3.2rem
}

h3 {
    font-size: 2.8rem
}

h4 {
    font-size: 2.4rem
}

li > ol,
li > ul {
    margin-left: 18px
}

.btn {
    cursor: pointer
}

.sidebar {
    width: 190px;
    float: left;
    position: static;
    padding-left: 0;
    padding-right: 0;
    position: fixed !important;
    height: calc(100vh - 60px) !important;
    overflow-y: auto;
    overflow-x: hidden !important
}

    .sidebar:before {
        display: block;
        width: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: inherit;
        border-style: inherit;
        border-color: inherit;
        border-width: inherit
    }

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .nav-list .nav-header,
    .nav-list > li,
    .nav-list > li > a {
        margin: 0
    }

    .nav-list li > a:focus {
        outline: 0
    }

    .nav-list > li {
        display: block;
        position: relative;
        float: none;
        padding: 0;
        border-style: solid;
        border-width: 1px 0 0
    }

        .nav-list > li:last-child {
            border-bottom-width: 1px
        }

        .nav-list > li:hover:before {
            display: block
        }


@media only screen and (max-width:991px) {
    .sidebar.responsive:before {
        display: none
    }

    .sidebar.responsive {
        -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
        box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
        z-index: 1027;
        overflow: hidden;
        max-height: 0;
        -moz-transform: translateX(-200px);
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: -webkit-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        -moz-transition: -moz-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        -o-transition: -o-transform 0.2s linear 0s, max-height 0s linear 0.2s;
        transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
        position: relative;
        bottom: auto;
        left: 190px;
        margin-left: -190px
    }
}

@media only screen and (max-width:991px) {
    .sidebar.responsive.display {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible;
        max-height: 2000px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        width: 65%;
        display: none
    }

    .sidebar.responsive + .main-content {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .responsive.sidebar-fixed {
        position: fixed
    }

    .show {
        display: block !important
    }
}

.main-content-inner {
    position: relative;
    float: left;
    width: 100%
}

.page-content > .row .col-lg-12,
.page-content > .row .col-md-12,
.page-content > .row .col-sm-12,
.page-content > .row .col-xs-12 {
    max-width: 100%
}

.no-skin .sidebar {
    background-color: var(--z__white_bg);
    border-style: solid;
    border-color: var(--z__primary_br);
    border-width: 0 1px 0 0
}

.no-skin .nav-list > li {
    border-color: var(--z__primary_br)
}

    .no-skin .nav-list > li:hover > a {
        background-color: var(--z__white_bg);
        color: var(--z__theme_cr)
    }

@media only screen and (max-width:991px) {
    body {
        overflow-x: hidden
    }

    .no-skin .sidebar {
        border-width: 0 1px 1px 0;
        border-top-color: #d6d6d6
    }
}

.multiple-menu li {
    list-style: none
}

.multiple-menu {
    margin: 0 !important;
    padding: 0 !important
}

    .multiple-menu li div {
        color: var(--z__primary_cr);
        font-weight: 600;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding: 8px 16px
    }

@media (min-width:992px) {
    .multiple-menu-ul {
        display: none;
        width: auto;
        height: auto;
        justify-content: center;
        padding: 15px 20px
    }

    .multiple-menu-li {
    }

    .multiple-menu li a {
        font-size: 1.5rem;
        display: block;
        padding: 12px 8px;
        color: var(--z__primary_cr);
        margin-bottom: 1px;
        margin-top: 1px;
        border-radius: 4px;
        display: flex;
        align-items: center
    }

        .multiple-menu li a:hover {
            background-color: var(--top_menu_hover)
        }

    .display-dropdown:hover .multiple-menu-ul {
        display: flex;
        justify-content: center
    }

    .more-conversion-menu {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .more-converter-menu {
        width: 762px;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

@media only screen and (max-width:991px) {
    .display-dropdown:hover > .multiple-menu-ul {
        display: block
    }

    .multiple-menu-li {
        width: 100%
    }

    .multiple-menu li a {
        font-size: 1.5rem;
        display: block;
        padding: 3px 20px;
        color: var(--z__primary_cr);
        padding-left: 11px;
        padding-right: 11px;
        padding-bottom: 4px;
        margin-bottom: 1px;
        margin-top: 1px;
        line-height: 2;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .multiple-menu li a:hover {
            background-color: var(--top_menu_hover)
        }
}

@media only screen and (min-width:1200px) {
    .more-conversion-menu li {
        flex: 0 0 16.6667%;
        max-width: 236px
    }

    .multiple-menu-li {
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .more-conversion-menu li {
        flex: 0 0 33.3333%
    }

    .multiple-menu-li {
        margin-bottom: 24px
    }
}

.top_menu__m {
}

    .top_menu__m svg {
        width: 18px;
        height: 18px;
        fill: var(--z__primary_svg)
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
    background-image: none !important;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    position: relative;
    line-height: 1.22857143;
    outline: 0;
    width: auto;
    max-width: 100%;
    min-width: 80px;
    padding: 0
}

._btn {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.btn > ._btn {
    margin: auto;
    transition: opacity 0.15s ease-in-out
}

.z__btn_oe {
    border: 1px solid var(--z__theme_br);
    font-size: 1.6rem;
    background-color: transparent
}

    .z__btn_oe:hover {
        background-color: var(--btn_bg_h);
        color: var(--btn_cr_h)
    }

.z__btn_fl {
    background-color: var(--z__theme_bg);
    color: var(--btn_cr);
    font-size: 1.6rem
}

    .z__btn_fl:hover {
        background-color: var(--btn_bg_h)
    }

    .z__btn_fl:active,
    .z__btn_oe:active {
        background-color: var(--btn_bg_a)
    }

.z__btn_dd {
    background-color: #696969;
    color: var(--z__white_cr);
    cursor: no-drop
}

    .z__btn_dd:hover {
        background-color: #595959
    }

.z__btn_lk {
    min-width: unset;
    background: none;
    color: #337ab7;
    box-shadow: none
}

    .z__btn_lk:hover {
        text-decoration: underline
    }

.z__btn_in {
    min-width: unset;
    background: transparent
}

    .z__btn_in:active,
    .z__btn_in:hover {
        background: transparent
    }

.z__btn_s1 {
    height: 40px;
    padding: 0 6px
}

.z__btn_s2 {
    height: 50px;
    padding: 0 6px
}

.z__btn_s3 {
    height: 60px;
    padding: 0 6px
}

.z__btn_s4 {
    height: 48px;
    padding: 0 6px;
    min-width: 160px
}

.z__btn_sw1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px
}

.btn_svg_sw1 {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4))
}

.z__ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.z__ac {
    display: flex;
    justify-content: center;
    align-items: center
}

.z__nav_cen_m {
    flex: 1
}

.z__nav_rig_m {
    flex: 0 0 auto
}

.z__nav_rig_cr {
    grid-column-gap: 16px
}

.z__theme_main {
}

.z__theme_cr {
}

.z__theme_btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px
}

    .z__theme_btn:hover {
        background-color: var(--top_menu_hover) !important
    }

    .z__theme_btn:focus {
        outline: none
    }

    .z__theme_btn svg {
        width: 20px;
        height: 20px;
        fill: var(--z__primary_svg)
    }

.z__help_main {
    display: block
}

.z__help_cr a {
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    width: 40px;
    height: 40px;
    min-width: unset;
    position: relative;
    text-align: center;
    color: var(--z__primary_cr);
    padding: 0 6px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

    .z__help_cr a:hover {
        background-color: var(--top_menu_hover)
    }

    .z__help_cr a svg {
        width: 24px;
        height: 24px;
        fill: var(--z__primary_cr)
    }

.z__reg_main {
    display: block
}

.user_reg__cr {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    display: grid
}

.user_reg__cr1 {
    display: none
}

.z__login_btn,
.z__signup_btn {
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    background-color: var(--btn_log_bg);
    color: var(--btn_log_cr);
    justify-content: center;
    height: 40px;
    padding: 0 6px;
    outline: none;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    max-width: 100%;
    min-width: 80px;
    font-weight: 600;
    margin: 0;
    font-size: 1.5rem
}

.z__signup_btn {
    background-color: var(--z__theme_bg);
    color: var(--btn_cr)
}

.z__login_btn:hover {
    background-color: var(--btn_log_bg_h)
}

.z__signup_btn:hover {
    background-color: var(--btn_bg_h)
}

.z__signup_btn:active {
    background-color: var(--btn_bg_a)
}

@media only screen and (max-width: 767px) {
    .user_reg__cr {
        display: none
    }

    .user_reg__cr1 {
        display: block
    }
}

.z__user_main {
    position: relative
}

.user_pro__btn {
    width: 40px;
    height: 40px;
    background-color: var(--user_pro__btn_bg);
    border-radius: 50%;
    border: none
}

    .user_pro__btn:active,
    .user_pro__btn:focus,
    .user_pro__btn:hover {
        background-color: var(--user_pro__btn_bg_ah)
    }

.user_pro_btn__pr {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px;
    margin: 0;
    background-size: 40px 40px;
    border: 0;
    pointer-events: none
}

.user_pro__m {
    display: none;
    position: absolute;
    background-color: var(--z__white_bg);
    border-radius: 4px;
    z-index: 1000;
    right: 0;
    top: calc(100% + 6px);
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
    box-shadow: var(--z__primary_bo_sh);
}

.user_pro_m__close {
    display: flex;
    justify-content: flex-end;
    padding: 12px 18px;
    height: 60px
}

.user_pro_m_close_btn {
}

    .user_pro_m_close_btn svg {
        height: 28px;
        width: 28px;
        fill: var(--z__close_svg)
    }

    .user_pro_m_close_btn:hover svg {
        fill: var(--z__close_svg_h)
    }

.user_pro__cr {
    width: 296px;
    display: flex;
    flex-direction: column
}

.user_profile__m {
    height: 96px;
    display: block;
    position: relative;
    border-bottom: 1px solid var(--z__primary_br)
}

.user_profile__cr {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 16px 24px
}

.user_icon__cr {
}

.user_name__cr {
    flex-grow: 1;
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    text-align: start
}

.user_email__row,
.user_name__row {
    display: block;
    max-width: 100%
}

.user_name__row {
    font-weight: 600
}

.user_email__row {
    font-size: 1.4rem
}

.user_icon__m {
    border: 4px solid var(--z__primary_br);
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.user_icon__pr {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.user_icon__big {
    width: 64px;
    height: 64px
}

.user_menu__m {
    padding-top: 8px;
    padding-bottom: 8px
}

    .user_menu__m li,
    .user_menu__m ul,
    .user_menu_m__m ul {
        border: 0;
        list-style: none;
        margin: 0;
        padding: 0
    }

.user_menu__row {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    text-align: start;
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    outline: none;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--z__primary_cr);
    background-color: var(--z__white_bg);
    font-size: 1.6rem;
    cursor: pointer
}

    .user_menu__row:hover {
        background-color: var(--top_menu_hover)
    }

.user_menu__icon svg {
    width: 24px;
    height: 24px;
    fill: var(--z__primary_cr)
}

.user_menu__text {
    padding: 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.user_menu_m__m,
.user_pro_m__close {
    display: none
}

@media only screen and (max-width: 991px) {
    .user_pro__m {
        border-radius: 0;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: fixed
    }

    .user_pro_m__close {
        display: flex
    }

    .user_pro__cr {
        width: 100%;
        height: calc(100% - 60px)
    }

    .user_profile_m__m {
        height: unset
    }

    .user_profile_m__cr {
        gap: 12px;
        flex-direction: column;
        position: initial
    }

    .user_name_m__cr {
        text-align: center
    }

    .user_menu__m {
        display: none
    }

    .user_menu_m__m {
        display: block;
        height: 100%;
        padding: 8px 0
    }

    .user_menu_m__cr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

    .user_menu_m__logout {
        padding: 12px
    }

    .user_menu_m__logout_a {
        display: flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--z__primary_br);
        border-radius: 4px;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        background-color: var(--z__theme_bg);
        color: var(--z__d_white_cr);
        border: 0;
        gap: 6px;
        font-weight: 500
    }

    .user_menu_m__logout_a {
    }

        .user_menu_m__logout_a svg {
            width: 20px;
            height: 20px;
            fill: var(--z__white_svg)
        }
}

@media only screen and (max-width: 991px) {
    .z__nav_lef_m {
        flex: 1
    }
}

@media only screen and (max-width: 399px) {
    .z__theme_main {
        display: none
    }
}

@media only screen and (max-width: 349px) {
    .z__help_main {
        display: none
    }
}

.z_search_m {
}

.z_search_i {
}

.z_search_cr {
}

.z_seabox {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--z__primary_br);
    background-color: var(--z__white_bg);
    border-radius: 4px;
    position: relative;
    height: 40px
}

.z_seabox1 {
    padding: 8px
}

.z_seacrinput {
    border: none;
    background: none;
    outline: none;
    padding: 10px 0;
    font-size: 1.5rem;
    width: 100%;
    min-width: 100%;
    color: #555
}

.z_seabox3 {
    padding: 8px
}

.multiple-menu-li {
    padding: 0 12px 24px 0
}

.multiple-menu li a svg {
    width: 24px;
    height: 24px;
    fill: var(--z__theme_svg);
    margin: 0 8px
}

.footer_m {
    padding: 0 24px;
    margin: 0 auto;
    border-top: 1px solid var(--z__primary_br);
    font-size: 1.5rem;
    line-height: 22px;
    max-width: 2544px;
    width: 100%;
}

.footer_i {
    margin: 0 auto
}

.footer_cr {
    display: flex;
    flex-direction: row;
    margin-bottom: 48px
}

.footer_column {
    border-top: none;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0
}

.footer_column_h {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 0
}

    .footer_column_h svg {
        height: 35px;
        width: 100px;
        fill: var(--z__theme_svg)
    }

        .footer_column_h svg:hover {
            fill: var(--logo_h);
            transition: 200ms;
            transition-timing-function: ease-in-out;
        }

    .footer_column_h h4 {
        font-size: 1.8rem;
        font-weight: 600;
    }

.footer_column_ul {
    margin: 16px 0;
    padding-bottom: 0;
    padding-right: 16px;
    list-style: none;
    padding: 0 0 8px
}

.footer_column_li:not(:last-child) {
    margin-bottom: 8px
}

.footer_column_li p {
    color: var(--z__anchor_cr);
    font-weight: 400;
    margin: 0
}

    .footer_column_li p a {
        transition: color 0.2s;
        color: inherit
    }

        .footer_column_li p a:hover {
            color: var(--z__d_theme1_cr);
        }

.footer_cr1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0;
    flex-direction: row;
    border-top: 1px solid var(--z__primary_br)
}

.footer_column1 {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0
}

.footer_column1_lang {
    grid-gap: 8px;
    grid-auto-flow: column;
    justify-content: flex-start;
    white-space: nowrap
}

.lang__main {
    position: relative
}

.btn_language {
    min-width: 120px;
    height: 40px;
    border: 1px solid;
    border-color: var(--z__primary_br);
    border-radius: 4px;
    font-weight: 400;
    padding: 0 6px;
    gap: 8px
}

    .btn_language:active,
    .btn_language:focus,
    .btn_language:hover {
        border-color: var(--z__theme_br)
    }

    .btn_language .language_icon {
        width: 24px;
        height: 24px;
        fill: var(--z__primary_svg)
    }

    .btn_language .dropdown_icon {
        width: 18px;
        height: 18px;
        fill: var(--z__primary_svg)
    }

.lang__m {
    display: none;
    position: absolute;
    background-color: var(--z__white_bg);
    z-index: 1000;
    left: 0;
    bottom: calc(100% + 6px);
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08)
}

.lang__cr {
    max-height: 500px;
    overflow-y: scroll;
    min-width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    border-radius: 4px;
    border: 1px solid var(--z__primary_br);
    background-color: var(--z__white_bg)
}

    .lang__cr li a {
        font-size: 1.5rem;
        margin-bottom: 1px;
        margin-top: 1px;
        font-weight: 400;
        display: block;
        padding: 4px 12px;
        white-space: nowrap;
        color: var(--z__primary_cr)
    }

        .lang__cr li a:hover {
            background-color: var(--lang_menu_bg_h)
        }

.footer_column1_rights {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 3
}

    .footer_column1_rights p {
        margin: 0 0 8px
    }

.footer_column1_social {
    display: flex;
    justify-content: flex-end
}

    .footer_column1_social a {
        height: 24px;
        width: 24px
    }

        .footer_column1_social a:not(:last-child) {
            margin-right: 8px
        }

    .footer_column1_social span {
        align-items: center;
        box-sizing: border-box;
        display: inline-flex;
        height: 24px;
        width: 24px
    }

@media only screen and (max-width: 899px) {
    .footer_cr {
        flex-direction: column
    }

    .footer_cr1 {
        flex-direction: column
    }

    .footer_column1_rights {
        order: 3;
        flex-direction: column-reverse
    }

    .footer_margin_row {
        margin-top: 16px
    }
}

.tooltip {
    --_tooltip_Bg: var(--_tooltip_bg);
    --_tooltip_Br_Rs: 4px;
    --_tooltip_pa: 8px 8px;
    --_tooltip_wi: auto;
    --_tooltip_wi_min: 100%;
    --_tooltip_wi_max: 164px;
    --_tooltip_arr_wi: 12px;
    position: relative;
    isolation: isolate;
    cursor: pointer;
    z-index: 999
}

    .tooltip::after,
    .tooltip::before {
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s linear
    }

    .tooltip::before {
        content: attr(data-tooltip);
        padding: var(--_tooltip_pa);
        width: var(--_tooltip_wi);
        min-width: var(--_tooltip_wi_min);
        max-width: var(--_tooltip_wi_max);
        color: var(--_tooltip_cr);
        text-align: center;
        font-size: 80%;
        text-transform: none;
        background-color: var(--_tooltip_Bg);
        border-radius: var(--_tooltip_Br_Rs);
        transform: translate(-50%, calc(-100% + var(--_tooltip_arr_wi) * -1))
    }

    .tooltip::after {
        content: "";
        width: var(--_tooltip_arr_wi);
        aspect-ratio: 1;
        background-color: var(--_tooltip_Bg);
        -webkit-clip-path: polygon(44% 100%, 0 44%, 100% 44%);
        clip-path: polygon(44% 100%, 0 44%, 100% 44%);
        transform: translate(-50%, calc(-100% + var(--_tooltip_arr_wi) / 2 * -1))
    }

    .tooltip:hover::after,
    .tooltip:hover::before {
        opacity: 1;
        visibility: visible
    }

.tooltip--right::after,
.tooltip--right::before {
    left: auto;
    right: 0;
    top: 50%
}

.tooltip--right::before {
    transform: translate(calc(100% + var(--_tooltip_arr_wi)), -50%)
}

.tooltip--right::after {
    -webkit-clip-path: polygon(50% 100%, 0 50%, 50% 0);
    clip-path: polygon(50% 100%, 0 50%, 50% 0);
    transform: translate(calc(100% + var(--_tooltip_arr_wi) / 2), -50%)
}

.tooltip--bottom::after,
.tooltip--bottom::before {
    top: auto;
    bottom: 0
}

.tooltip--bottom::before {
    transform: translate(-50%, calc(100% + var(--_tooltip_arr_wi)))
}

.tooltip--bottom::after {
    -webkit-clip-path: polygon(100% 54%, 0 54%, 54% 0);
    clip-path: polygon(100% 54%, 0 54%, 54% 0);
    transform: translate(-50%, calc(100% + var(--_tooltip_arr_wi) / 2))
}

.tooltip--left::after,
.tooltip--left::before {
    top: 50%;
    left: 0
}

.tooltip--left::before {
    transform: translate(calc(-100% + var(--_tooltip_arr_wi) * -1), -50%)
}

.tooltip--left::after {
    -webkit-clip-path: polygon(100% 50%, 50% 0, 50% 100%);
    clip-path: polygon(100% 50%, 50% 0, 50% 100%);
    transform: translate(calc(-100% + var(--_tooltip_arr_wi) / 2 * -1), -50%)
}

.noti_m {
    color: var(--z__white_cr);
    background-color: var(--z__theme_bg);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    min-height: 32px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.noti_i {
}

.noti_cr {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn_top_notification {
    background-color: transparent;
    font-weight: 500 !important
}

    .btn_top_notification:hover {
        text-decoration: underline !important
    }

.z__hide {
    display: none !important
}

.transparent {
    background: transparent
}

.z__mt5 {
    margin-top: 5px
}

.z__mt10 {
    margin-top: 10px
}

.z__mt15 {
    margin-top: 15px
}

.z__mt20 {
    margin-top: 20px
}

.z__mt25 {
    margin-top: 25px
}

.z__mr5 {
    margin-right: 5px
}

.z__mr10 {
    margin-right: 10px
}

.z__mr15 {
    margin-right: 15px
}

.z__mr20 {
    margin-right: 20px
}

.z__mr25 {
    margin-right: 25px
}

.z__mb5 {
    margin-bottom: 5px
}

.z__mb10 {
    margin-bottom: 10px
}

.z__mb15 {
    margin-bottom: 15px
}

.z__mb20 {
    margin-bottom: 20px
}

.z__mb25 {
    margin-bottom: 25px
}

.z__ml5 {
    margin-left: 5px
}

.z__ml10 {
    margin-left: 10px
}

.z__ml15 {
    margin-left: 15px
}

.z__ml20 {
    margin-left: 20px
}

.z__ml25 {
    margin-left: 25px
}

.z__pa2 {
    padding: 2px
}

.z__pa4 {
    padding: 4px
}

.z__pt2 {
    padding-top: 2px
}

.z__br1 {
    border: 1px solid var(--z__primary_br)
}

.z__br_rs0 {
    border-radius: 0 !important
}

.z__br_rs4 {
    border-radius: 4px
}

.cookie_m {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: var(--z__white_bg);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.cookie_i {
}

.cookie_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    max-width: 320px
}

.cookie_cr1 {
}

    .cookie_cr1 .div1 {
        font-size: 1.6rem
    }

    .cookie_cr1 .div2 {
        font-size: 1.4rem
    }

        .cookie_cr1 .div2 a:hover {
            text-decoration: underline
        }

    .cookie_cr1 .div3 {
        display: flex;
        justify-content: flex-end
    }

.cookie_clo_cr {
    position: absolute;
    top: 6px;
    right: 10px
}

.btn_coo_clo svg {
    width: 20px;
    height: 20px;
    fill: var(--z__close_svg)
}

.btn_coo_clo:hover svg {
    fill: var(--z__close_svg_h)
}

@keyframes btn-bouncedelay {

    0%, 80%, to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.z__btn_spinner {
    height: 24px;
    max-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .z__btn_spinner > div {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        animation: btn-bouncedelay 1.4s infinite ease-in-out both;
        animation-delay: 0s
    }

    .z__btn_spinner .z__btn_bounce1 {
        animation-delay: -.32s
    }

    .z__btn_spinner .z__btn_bounce2 {
        animation-delay: -.16s
    }

.pageprogress {
    position: absolute;
    width: 70%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: var(--z__theme_bg);
    pointer-events: none;
    transition: width 0.4s ease-out 0s
}

.z__input {
    width: 100%;
    color: var(--z__primary_cr);
    border: 1px solid var(--z__primary_br);
    border-radius: 4px;
    padding: 0 6px;
    background: transparent;
    outline: none
}

.z__select,
.select_menu {
    width: 100%;
    outline: 0;
    border: 1px solid var(--z__primary_br);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjJweCIgZmlsbD0iIzAwNjdiOCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTcgMTBsNSA1IDUtNUg3eiIvPjwvc3ZnPg==") no-repeat;
    background-position: right 6px center;
    color: var(--z__primary_cr);
    background-color: var(--z__white_bg);
    font-size: 1.5rem;
    padding: 0 24px 0 12px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-rendering: auto;
    border-radius: 4px
}

    .z__select:focus,
    .select_menu:focus {
        border: 1px solid var(--z__theme_br);
    }

.toa_m {
    position: fixed;
    top: 100px;
    right: 30px;
    border-radius: 4px;
    background-color: var(--z__white_bg);
    padding: 20px 24px;
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08)
}

    .toa_m.active {
        transform: translateX(0%)
    }

.toa_i {
}

.toa_cr {
    width: 280px
}

.toa_clo_cr {
    position: absolute;
    top: 6px;
    right: 10px
}

.btn_toa_clo svg {
    width: 20px;
    height: 20px;
    fill: var(--z__close_svg)
}

.btn_toa_clo:hover svg {
    fill: var(--z__close_svg_h)
}

.tos__cr_m {
    display: flex;
    align-items: center
}

.toa__icon_cr {
    display: flex;
    align-items: center
}

    .toa__icon_cr svg {
        width: 40px;
        height: 40px
    }

.toa__message_cr {
    display: flex;
    flex-direction: column;
    margin: 0 12px
}

    .toa__message_cr .heading {
        font-weight: 600
    }

    .toa__message_cr .description {
        font-size: 1.5rem
    }

.toa__progress_m {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #ddd
}

    .toa__progress_m:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: var(--z__theme_bg)
    }

    .toa__progress_m.active:before {
        animation: toa__progress_m 5s linear forwards
    }

@keyframes toa__progress_m {
    100% {
        right: 100%
    }
}

.sidebar__main {
    display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease
}

.sidebar__cr {
    background-color: var(--z__white_bg);
    height: 100%;
    font-size: 1.6rem;
    left: -280px;
    outline: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: 0.5s;
    z-index: 200;
    display: flex;
    flex-direction: column;
    width: 80%;
    transform: translateX(0px);
    transition: transform 0.25s cubic-bezier(0.4, 0.0, 0.2, 1), visibility 0s linear 0s
}

.sidebar__main.active {
    display: block;
    background-color: rgba(9, 30, 66, 0.54)
}

.sidebar__cr.active {
    transform: translateX(280px)
}

.si__me__m {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 24px 0
}

.si__me__cr {
    flex-grow: 1;
    overflow: scroll;
    overscroll-behavior: contain
}

    .si__me__cr > ul,
    .si__me__inner__cr > ul,
    .si__me__inner__cr > ul > li > ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

.si__me__btn {
    background: transparent;
    color: var(--z__primary_cr);
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 0;
    font-weight: 400;
    margin-bottom: 4px;
    transition: 0.5s ease
}

    .si__me__btn:focus,
    .si__me__btn:hover {
        background-color: var(--z__d_bg_h)
    }

.si__me__btn__cr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%
}

    .si__me__btn__cr > .menu_text {
        flex: 1;
        text-align: start;
        padding: 0 6px
    }

    .si__me__btn__cr > .menu_icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s
    }

        .si__me__btn__cr > .menu_icon svg {
            height: 20px;
            width: 20px;
            fill: var(--z__primary_svg)
        }

        .si__me__btn__cr > .menu_icon.active {
            transform: rotate(90deg)
        }

.si__me__inner__cr {
    display: none;
    margin-left: 18px;
    transition: 0.5s ease;
    transition: display 0.8s ease;
    transition: transform 0.9s
}

    .si__me__inner__cr.active {
        display: block
    }

    .si__me__inner__cr > ul > li > div {
        color: var(--z__primary_cr);
        font-weight: 600;
        font-size: 1.4rem;
        text-transform: uppercase;
        padding: 8px 12px;
        height: 40px;
        display: flex;
        align-items: center
    }

.si__me__di__cr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    position: relative;
    border-radius: 4px
}

    .si__me__di__cr > .menu_icon {
        fill: var(--z__theme_svg);
        height: 24px;
        width: 24px;
        position: absolute;
        left: 12px
    }

    .si__me__di__cr > a {
        width: 100%;
        display: flex;
        height: 40px;
        align-items: center;
        color: var(--z__primary_cr);
        padding: 8px 8px 8px 48px;
        position: absolute;
        background: transparent
    }

    .si__me__di__cr:hover {
        background-color: var(--z__d_bg_h)
    }

.si__me__fr {
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    margin-top: 12px;
    gap: 12px
}

.side__m__btn {
    height: 40px;
    border-radius: 4px;
    font-size: 1.4rem
}

@media only screen and (min-width:768px) {
    .sidebar__cr {
        width: 320px
    }
}

@media only screen and (max-width:767px) {
    .sidebar__cr {
        width: 80%
    }
}

.form__group {
    height: 84px
}

.fm__group__lbl {
}

.fm__group__value {
    margin-top: 12px
}

.z__select_height {
    height: 48px
}

.z__i__lbl {
    position: relative;
    display: inline-block;
    width: 100%
}

    .z__i__lbl .z__i__title {
        position: absolute;
        left: 8px;
        color: #444;
        font-size: 1.6rem;
        user-select: none;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 8px;
        background-color: var(--z__i__title_bg);
        transition: top 0.2s, font-size 0.2s, color 0.2s;
        cursor: text
    }

    .z__i__lbl input:focus + .z__i__title,
    .z__i__lbl input:not(:placeholder-shown) + .z__i__title {
        top: 0;
        font-size: 1.4rem;
        color: var(--z__primary_cr)
    }

    .z__i__lbl input:not(:focus) + .z__i__title {
        color: #888
    }

.z__i__pd__in {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: color 0.2s
}

    .z__i__pd__in:hover {
        cursor: pointer
    }

.z__pd__in__hide,
.z__pd__in__show {
    fill: #888;
    display: block;
    height: 20px;
    width: 20px
}

.z__pd__in__hide {
    display: none
}

.z__i__input {
    height: 48px;
    padding: 8px 16px
}

    .z__i__input:focus {
        border: 2px solid var(--z__theme_br)
    }

.z__i__input__pd {
    padding-right: 36px
}

.z__i__error {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-size: 1.3rem;
    color: #ff0000;
    margin-top: 2px
}

    .z__i__error svg {
        width: 16px;
        height: 16px;
        fill: currentColor
    }

.z__gap12 {
    grid-gap: 12px
}

.z__mb12 {
    margin-bottom: 12px
}

.z__mb6 {
    margin-bottom: 6px
}

.z__mt6 {
    margin-top: 6px
}

.z__btn__ {
    height: 42px;
    padding: 0 6px;
    min-width: 120px
}

.z__btn_lk {
    background: transparent;
    color: #0067b8;
    font-weight: 500;
    min-width: unset;
    box-shadow: none
}

.overflow__hidden {
    overflow: hidden
}

.z__link:hover {
    text-decoration: underline
}

.z__anchor:hover {
    transition: color 0.2s;
    color: var(--z__d_theme1_cr);
}

.popup_m {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030
}

.popup_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 30, 66, 0.54) none repeat scroll 0 0
}

.popup_i {
}

.popup_cr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup_cr1 {
    position: absolute;
    right: 8px;
    top: 6px
}

.popup_cr_clo_cr {
}

.btn_popup_close {
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
    border-radius: 50%
}

    .btn_popup_close svg {
        height: 24px;
        width: 24px;
        fill: var(--z__close_svg)
    }

    .btn_popup_close:hover svg {
        fill: var(--z__close_svg_h)
    }

.d_m {
    width: 100%;
    max-width: 100%;
    background-color: var(--z__white_bg);
    text-align: center;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 1px rgba(9, 30, 66, 0.08), 0 0 20px -6px rgba(9, 30, 66, 0.31)
}

.d_i {
}

.d_cr {
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-width: 640px
}

.d_cr1 {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.d_cr2 {
    flex: 3
}

.d_cr1_m {
}

.d_cr1_cr {
}

.d_cr1_hr {
}

.d_cr1_by {
    font-size: 16px;
    margin: 8px 0
}

.d_cr2_m {
    text-align: left
}

.d_cr2_cr {
}

.d_cr2_hr {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px
}

.d_cr2_by {
    font-size: 16px
}

@media (max-width:767px) {
    .d_m {
        max-height: 580px;
        overflow-y: scroll
    }

    .d_cr {
        min-width: 384px;
        flex-direction: column-reverse
    }
}

@media (max-width:499px) {
    .d_cr {
        min-width: 284px
    }
}

@media (max-width:399px) {
    .d_cr {
        min-width: 220px
    }
}

@media (max-width:349px) {
    .d_m {
        padding: 20px
    }

    .d_cr {
        min-width: 180px
    }
}

.snackbar_m {
    visibility: hidden;
    max-width: 300px;
    min-width: 300px;
    margin-left: -150px;
    background-color: var(--z__white_bg);
    color: var(--z__primary_cr);
    padding: 20px 16px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border: 1px solid var(--z__primary_br);
    z-index: 1005;
    border-radius: 8px
}

    .snackbar_m.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s
    }

.snackbar_cr {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 16px
}

    .snackbar_cr .snackbar_icon {
        padding: 2px 0
    }

.snackbar_message {
}

.snackbar_h {
    font-weight: 500
}

.snackbar_des {
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }

    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 0
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.top_main {
    margin: 0 auto 40px
}

.top_inner {
}

.top_cr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    margin-left: 164px
}

.wo_m {
    flex: 3;
    width: 100%
}

.wo_i {
}

.heading_m {
    text-align: center;
    margin: 0 0 10px;
    padding-top: 6px
}

.heading_i {
}

.top_g_ads_m {
    text-align: center
}

top_g_ads_i {
}

.wo_cr {
}

.rig_ads_m {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.gads_bottom_m {
    margin-top: 20px;
    text-align: center
}

.gads_bottom_i {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.top_cr1 {
    position: sticky;
    bottom: 0
}

@media (max-width:1049px) {
    .top_cr {
        margin-left: 0
    }
}

@media (max-width:850px) {
    .top_cr {
        flex-direction: column
    }

    .rig_ads_m {
        width: auto
    }

    .wo_cr_ads {
        display: none
    }
}

.top_g_ads_m,
.rig_ads_m,
.wo_cr_ads {
    display:
}

.sel_c_m {
    margin: 0 auto;
}

.sel_c_i {
}

.sel_c_cr {
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
    border: 0px solid var(--z__primary_br);
    padding: 16px;
    background-color: var(--sel_c_cr_bg);
}

.sel_c_cr1 {
    border: 2px solid #999;
    border-style: dashed;
    background-color: #c2ecee;
    background-color: var(--z__white_bg);
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 24px;
    cursor: pointer
}

.big_select_btn {
    height: 84px;
    width: auto;
    min-width: 340px;
    font-size: 28px;
    border-radius: 8px;
    color: var(--btn_cr);
    background-color: var(--z__theme_bg);
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px
}

    .big_select_btn:hover {
        color: var(--btn_cr_h);
        background-color: var(--btn_bg_h)
    }

.drop_file_cr {
    text-align: center;
    color: var(--z__secondary_cr)
}

@media (max-width:619px) {
    .big_select_btn {
        max-width: 220px
    }
}

@media (max-width:419px) {
    .big_select_btn {
        min-width: 220px;
        max-width: 220px
    }
}

.secure_m {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 6px
}

.secure_icon {
    display: inline-flex;
    align-items: center
}

    .secure_icon svg {
        width: 18px;
        height: 18px;
        fill: var(--z__secondary_svg)
    }

.secure_txt {
    font-size: 15px;
    color: var(--z__secondary_cr)
}

.rating_m {
    margin-top: 20px;
    margin-bottom: 120px;
}

.rating_cr {
    text-align: center
}

.rating_cr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 6px;
}

    .rating_cr1 .rating_text {
        font-size: 16px;
        font-weight: 600
    }

    .rating_cr1 .rating_stars {
    }

    .rating_cr1 .rating_count {
        font-size: 16px
    }

.ratebox {
    border: 0 solid;
    float: left;
    height: 46px;
    padding: 0 10px
}

    .ratebox:not(:checked) > input {
        position: absolute;
        top: -9999px;
        display: none
    }

    .ratebox:not(:checked) > label {
        float: right;
        width: 30px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc
    }

        .ratebox:not(:checked) > label:before {
            content: '★ '
        }

    .ratebox > input:checked ~ label {
        color: #ffc700
    }

    .ratebox:not(:checked) > label:hover,
    .ratebox:not(:checked) > label:hover ~ label {
        color: #deb217
    }

    .ratebox > input:checked + label:hover,
    .ratebox > input:checked + label:hover ~ label,
    .ratebox > input:checked ~ label:hover,
    .ratebox > input:checked ~ label:hover ~ label,
    .ratebox > label:hover ~ input:checked ~ label {
        color: #c59b08
    }

.rating_cr2 {
}

.rating_cr2_m {
    max-width: 300px;
    margin: 0 auto
}

    .rating_cr2_m .div1 {
    }

        .rating_cr2_m .div1 textarea {
            width: 100%;
            color: #555;
            border: 1px solid var(--z__primary_br);
            font-size: 15px;
            line-height: 1.42857143;
            padding: 6px 8px;
            border-radius: 4px;
            resize: vertical
        }

    .rating_cr2_m .div2 {
        display: flex
    }

        .rating_cr2_m .div2 button {
            height: 32px;
            font-size: 16px;
            font-weight: 500
        }

.rating_cr3 {
}

.rating_cr3_m {
    max-width: 300px;
    margin: 0 auto
}

    .rating_cr3_m .div1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

@media (max-width:899px) {
    .rating_cr1 {
        flex-direction: column
    }
}

.fe__main {
    margin-bottom: 60px
}

.fe__cr {
    margin: 0 auto;
    max-width: 1440px;
    width: 84%
}

.fe_cr_cr {
    gap: 24px;
    flex-direction: column;
    display: flex;
    width: 100%
}

.fe_cr_row {
    gap: 30px;
    display: flex;
    margin: 0 auto
}

.fe_row_box {
    flex: 1 1 0;
    max-width: 344px;
    min-width: 128px
}

.fe_row_box_cr {
    display: flex;
    flex-direction: column
}

.fe_box_icon {
    text-align: center;
    margin-bottom: 6px
}

    .fe_box_icon svg {
        width: 64px;
        height: 64px;
        fill: var(--z__theme_svg)
    }

.fe_box_title {
    text-align: center
}

    .fe_box_title h3 {
        font-size: 2.4rem
    }

.fe_box_desc p {
    font-size: 16px;
    text-align: center
}

@media (max-width: 899px) {
    .fe__cr {
        width: 100%
    }

    .fe_cr_row {
        justify-content: center;
        flex-direction: column;
        display: flex
    }

    .fe_row_box {
        max-width: 100%
    }
}

.how__m {
    margin-bottom: 60px
}

.how__cr {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 60px 12px;
    border-radius: 8px;
    border: 1px solid var(--z__primary_br);
    margin: 0 auto;
    max-width: 1440px;
    width: 84%
}

.how__mg {
    flex: 1 0 40%
}

.how_mg_cr {
    padding: 48px 0;
    justify-content: center;
    display: flex
}

    .how_mg_cr svg {
        height: 100px;
        width: 100px;
        fill: var(--z__theme_svg)
    }

.how__ct {
    flex: 1 0 60%
}

.how_ct_cr {
}

    .how_ct_cr h2 {
        padding-left: 20px;
        font-size: 2.8rem;
        font-weight: 600
    }

    .how_ct_cr ol {
        font-size: 16px;
        font-weight: 400
    }

        .how_ct_cr ol li {
            padding: 6px 0
        }

@media (max-width:899px) {
    .how__cr {
        gap: 48px;
        flex-direction: column;
        width: 100%
    }
}

.para_m {
    margin-bottom: 48px;
}

.para_cr {
    margin: 0 auto;
    max-width: 1440px;
    width: 84%;
}

    .para_cr h2 {
        font-size: 24px;
        font-weight: 600
    }

@media (max-width: 899px) {
    .para_cr {
        width: 100%;
    }
}

.horizontal_line {
    border-top: 1px solid var(--z__primary_br);
    height: 1px;
    margin-bottom: 40px;
}

.btn_back,
.btn_delete {
}

    .btn_back svg,
    .btn_delete svg {
        width: 36px;
        height: 36px;
        fill: var(--z__theme_svg)
    }

.btn_add_file__m svg,
.btn_delete_file__m svg {
    width: 54px;
    height: 54px;
    fill: var(--z__theme_svg)
}

.btn_delete_file__d svg {
    width: 48px;
    height: 48px;
    fill: var(--z__theme_svg)
}

    .btn_add_file__m svg:hover,
    .btn_back svg:hover,
    .btn_delete svg:hover,
    .btn_delete_file__d svg:hover,
    .btn_delete_file__m svg:hover {
        fill: var(--btn_bg_h)
    }

.btn_back_dis svg {
    fill: #696969
}

.btn_back_dis:hover {
    cursor: no-drop
}

.quota_m {
    margin-bottom: 10px
}

.quota_cr {
    height: 300px;
    border: 1px solid var(--z__primary_br);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px
}

.quota_div1 {
    margin-bottom: 12px
}

.quota_div2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--z__primary_cr)
}

.quota_div3 {
    color: var(--z__secondary_cr)
}

.quota_div4 {
    margin-top: 12px
}

.quota_retry_btn {
    width: 120px;
    height: 40px;
    font-weight: 500
}

.LoadingSpinner > div {
    background-color: var(--z__theme_bg)
}

.upload__m {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030
}

.upload__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.72) none repeat scroll 0 0;
    pointer-events: none
}

.upload__cr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%
}

.upload_m {
    width: 100%;
    max-width: 100%;
    min-height: 40vh;
    background-color: var(--z__white_bg);
    text-align: center;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 1px rgba(9, 30, 66, 0.08), 0 0 20px -6px rgba(9, 30, 66, 0.31)
}

.upload_cr {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 36px;
}

.upload_div1 {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.upload_title {
    font-size: 28px;
    font-weight: 600;
}

.upload_filename {
}

.upload_per {
    display: flex;
    flex-direction: column
}

    .upload_per .div1 {
        font-size: 48px;
        font-weight: 600
    }

    .upload_per .div2 {
        font-size: 24px;
        font-weight: 500
    }

@media (max-width:767px) {
    .upload__cr {
        width: 88%
    }
}

.faq_m {
    margin-bottom: 84px
}

.faq_i {
}

.faq_cr {
    margin: 0 auto;
    padding: 36px 0;
    max-width: 1440px;
    width: 84%
}

    .faq_cr h2 {
        font-size: 28px
    }

.accordion {
    margin-top: 24px;
}

    .accordion .accordion-item {
        border-bottom: 1px solid var(--z__primary_br)
    }

        .accordion .accordion-item button[aria-expanded=true] {
            border-bottom: 1px solid var(--z__primary_br)
        }

    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 16px 22px 16px 0;
        color: var(--z__primary_cr);
        font-size: 16px;
        font-weight: 400;
        border: none;
        background: none;
        outline: none
    }

        .accordion button:focus::after,
        .accordion button:hover::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2
        }

        .accordion button .accordion-title {
            font-weight: 500;
            font-size: 18px;
            padding: 0
        }

            .accordion button .accordion-title:focus,
            .accordion button .accordion-title:hover {
                cursor: pointer;
                color: var(--z__theme_cr) !important
            }

        .accordion button .icon {
            display: inline-block;
            position: absolute;
            top: 20px;
            right: 0;
            width: 22px;
            height: 22px;
            border: 0 solid;
            border-radius: 22px
        }

            .accordion button .icon::before {
                display: block;
                position: absolute;
                content: "";
                top: 9px;
                left: 5px;
                width: 10px;
                height: 2px;
                background: currentColor
            }

            .accordion button .icon::after {
                display: block;
                position: absolute;
                content: "";
                top: 5px;
                left: 9px;
                width: 2px;
                height: 10px;
                background: currentColor
            }

        .accordion button[aria-expanded=true] h3 {
            color: var(--z__theme_cr)
        }

        .accordion button[aria-expanded=true] .icon::after {
            width: 0
        }

        .accordion button[aria-expanded=true] + .accordion-content {
            opacity: 1;
            max-height: 200px;
            transition: all 200ms linear;
            will-change: opacity, max-height
        }

    .accordion .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height
    }

        .accordion .accordion-content p {
            font-weight: 400;
            font-size: 16px
        }

@media (max-width: 899px) {
    .faq_cr {
        width: 100%
    }
}

@media (max-width: 599px) {
    .faq_cr {
        padding: 0
    }
}

.cust_m {
    background-color: var(--z__white_bg);
    border: 1px solid var(--z__primary_br);
    margin-bottom: 12px
}

.cust_i {
}

.cust_cr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 12px;
    padding: 8px
}

.cust__cr1 {
}

.cust__cr2 {
    display: flex;
    align-items: center
}

.tab_m {
    width: max-content;
    border-bottom: none;
    background-color: var(--z__white_bg);
    position: relative;
    z-index: 1
}

.tab_cr {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.tab {
    width: 132px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    border: 1px solid var(--z__primary_br)
}

    .tab:hover {
        color: var(--z__theme_cr)
    }

    .tab.active {
        border-bottom: none;
        font-weight: 500;
        color: var(--z__theme_cr);
        border-top-width: 3px;
        border-top-color: var(--z__theme_br)
    }

.tab_tab {
    width: 6px;
    height: 44px;
    border-bottom: 1px solid var(--z__primary_br)
}

.com_m {
    margin-bottom: 12px
}

.com_i {
    margin-top: -1px;
    border: 1px solid var(--z__primary_br);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.com_cr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 6px
}

.com_cr1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

    .com_cr1 svg {
        width: 20px;
        height: 20px;
        fill: var(--z__primary_cr)
    }

.com_cr2 {
}

.fi_sl_m {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.fi_sl_cr {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--z__primary_br);
    padding: 0 6px;
    border-radius: 4px
}

    .fi_sl_cr .zon-range--horizontal {
        width: 200px
    }

.fi_in_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

    .fi_in_cr input {
        width: 60px;
        height: 40px;
        text-align: center;
        background-color: var(--z__white_bg);
        color: var(--z__primary_cr);
        border: 1px solid var(--z__primary_br);
        border-radius: 4px;
        font-size: 18px;
        padding: 0 6px;
        font-weight: 600;
        outline: none
    }

.sli_btn_cr {
    display: flex;
    gap: 6px
}

    .sli_btn_cr button {
        width: 100px;
        height: 40px;
        font-size: 15px
    }

.com_cr,
.comp_cr {
    height: 80px
}

.comp_i {
}

.comp_cr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
    line-height: 1;
    padding: 12px 6px
}

    .comp_cr h2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        grid-gap: 8px
    }

.comp_dro_to_dro {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px
}

.comp_cr1,
.comp_cr2 {
    position: relative
}

.comp_cr .comp_cr_span {
    font-size: 18px;
    font-weight: 600
}

.comp_cr_btn {
    width: 100px;
    height: 48px;
    background-color: var(--z__white_bg);
    color: var(--z__primary_cr);
    outline: none;
    border: 1px solid;
    border-color: var(--z__primary_br);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 17px
}

    .comp_cr_btn:active,
    .comp_cr_btn:focus,
    .comp_cr_btn:hover {
        border-color: var(--z__theme_br)
    }

    .comp_cr_btn svg {
        pointer-events: none
    }

    .comp_cr_btn svg {
        width: 20px;
        height: 20px;
        fill: var(--z__secondary_svg)
    }

.comp_dro_m {
    position: absolute;
    background-color: var(--z__white_bg);
    min-width: 360px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1002;
    padding: 30px 20px;
    border-radius: 8px;
    margin-top: 4px
}

.comp_sea_cr {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    border: 0 solid;
    padding: 0 8px
}

    .comp_sea_cr .div1,
    .comp_sea_cr .div2,
    .comp_sea_cr .div3 {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .comp_sea_cr .div1 {
    }

        .comp_sea_cr .div1 svg {
            width: 24px;
            height: 24px;
            fill: var(--z__secondary_svg)
        }

    .comp_sea_cr .div2 {
    }

        .comp_sea_cr .div2 input {
            width: 100%;
            height: 36px;
            font-size: 16px;
            font-weight: 400;
            border: 0;
            outline: none;
            padding: 0 8px;
            background: transparent;
            border-bottom: 1px solid var(--z__primary_br)
        }

    .comp_sea_cr .div3 {
    }

.btn_close_comp {
}

    .btn_close_comp svg {
        pointer-events: none
    }

    .btn_close_comp svg {
        width: 24px;
        height: 24px;
        fill: var(--z__secondary_svg)
    }

    .btn_close_comp:hover svg {
        fill: var(--z__secondary_svg_h)
    }

.comp_ext_cr {
    margin-top: 15px
}

.comp_ext_cr1 {
    display: flex
}

.comp_ext_heading {
    max-width: 100px
}

    .comp_ext_heading button {
        width: 100px;
        font-size: 15px;
        font-weight: 400;
        border: none;
        background: transparent;
        border-bottom: 1px solid var(--z__primary_br);
        padding: 7px 7px 7px 1px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

        .comp_ext_heading button:hover {
            font-weight: 500
        }

.comp_ext_extensions {
    width: 100%;
    max-height: 260px;
    overflow-y: scroll;
    margin-left: 5px
}

.comp_ext_extensions_cr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.comp_ext_box {
    width: 60px;
    height: 36px;
    background-color: var(--z__theme_bg);
    color: var(--comp_ext_box_cr);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    font-size: 14px;
    font-weight: 400
}

    .comp_ext_box:hover {
        cursor: pointer;
        background-color: #015594
    }

.comp_ext_cr2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 264px;
    overflow-y: scroll
}

.comp_ext_loading {
    display: flex;
    justify-content: center;
    align-items: center
}

.custom_comp_btn_cr {
    display: flex;
    gap: 6px
}

    .custom_comp_btn_cr button {
        width: 100px;
        height: 40px;
        font-size: 15px
    }

@media (max-width: 767px) {

    .com_cr,
    .comp_cr {
        height: auto
    }
}

@media (max-width: 991px) {
    .right_to_display {
        right: 0
    }
}

@media (max-width: 580px) {
    .left_to_display {
        left: -98px
    }

    .right_to_display {
        right: -23px
    }
}

@media (max-width: 380px) {
    .left_to_display {
        min-width: 280px;
        padding: 20px 10px;
        left: -70px
    }

    .right_to_display {
        min-width: 280px;
        padding: 20px 10px;
        right: 0
    }
}

@media (max-width: 349px) {
    .fi_sl_cr .zon-range--horizontal {
        width: 180px
    }
}

@media (max-width: 319px) {
    .fi_sl_cr .zon-range--horizontal {
        width: 160px
    }
}

.fil_pre_m {
    min-height: 300px;
    height: auto;
    border: 1px solid var(--z__primary_br);
    border-bottom: none;
    text-align: center;
}

.fil_pre_i {
}

.fil_pre_cr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0
}

@media (min-width:768px) {
    .sti_m {
        background-color: var(--z__white_bg);
        border: 2px solid var(--z__primary_br);
        position: sticky;
        bottom: 0;
        padding: 12px;
        z-index: 1001
    }

    .sti_i {
    }

    .sti_cr {
    }

    .sti_cr1 {
        display: none
    }

    .sti_cr2 {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (max-width:767px) {
    .fil_pre_m {
        border-bottom: 1px solid var(--z__primary_br)
    }

    .sti_m {
        z-index: 1001;
        border: none
    }

    .sti_cr1 {
        display: block;
        bottom: 90px;
        right: 16px;
        position: fixed;
        z-index: 1000
    }

    ._sti_cr1 {
        display: flex;
        flex-direction: column
    }

    .sti_cr2 {
        bottom: 25px;
        right: 16px;
        position: fixed;
        z-index: 1000
    }

        .sti_cr2 ._hide {
            display: none
        }
}

.card_m {
    width: 210px;
    height: 280px;
    position: relative;
    margin: 6px;
    border: 1px solid var(--z__white_br);
    background-color: var(--z__white_bg);
    color: var(--z__primary_cr);
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
    text-align: center
}

    .card_m:hover {
        background-color: var(--z__white_bg);
        transition: 0.4s
    }

.card_cr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.cc1 {
    position: absolute;
    top: 4px;
    right: 6px;
    left: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 6px
}

    .cc1 svg {
        pointer-events: none
    }

.cc1_cr {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 6px
}

.cc1_fi__si {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 86px
}

.__com_fn {
    width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 14px
}

.__com_fs {
    font-size: 14px;
    width: 82px
}

.card__btn {
    min-width: unset;
    width: 28px;
    height: 28px;
    background-color: var(--z__white_bg);
    border-radius: 100%;
    padding: 2px;
    box-shadow: 0 1px 2px 0 rgba(115, 115, 115, .6)
}

    .card__btn svg {
        width: 20px;
        height: 20px;
        fill: var(--z__primary_svg)
    }

    .card__btn:hover {
        background-color: var(--z__theme_bg)
    }

        .card__btn:hover svg {
            fill: #fff
        }

.cc2 {
    width: 90%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.__com2 {
    position: absolute;
    top: 44px;
    height: 60%
}

.cc2_fi__sp > div {
    background-color: var(--z__theme_bg)
}

.cc2_fi__va {
}

.cc2_loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.cc2__loa_per {
    font-size: 30px;
    font-weight: 600
}

.cc2_fi__cr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.cc2_fi__pr {
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.__img_pdf2 {
    border: 1px solid var(--z__primary_br);
    width: 128px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cc3 {
    position: absolute;
    bottom: 6px;
    width: 100%
}

.__com_ns {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.__com_con {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px
}

.cc3_fi__do button {
    width: 80%;
    height: 30px;
    font-size: 14px;
    background-color: var(--z__theme_bg);
    color: var(--btn_cr);
    border-radius: 4px
}

    .cc3_fi__do button:hover {
        background-color: var(--btn_bg_h)
    }

    .cc3_fi__do button:active {
        background-color: var(--btn_bg_a)
    }

.cc3_fi__na {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    padding: 4px 6px;
    width: 90%;
    margin: 0 auto
}

.cc3_pa__nu {
    font-size: 16px
}

.cc2_pa__cr {
    width: 100%
}

.cc2_pa__en {
    margin-top: 12px;
    margin-bottom: 12px
}

    .cc2_pa__en input {
        width: 80%;
        height: 36px;
        border: 1px solid var(--z__primary_br);
        border-radius: 4px;
        font-size: 15px;
        text-align: center;
        outline: 0;
        padding: 0 6px;
        margin-bottom: 10px;
        background: transparent
    }

    .cc2_pa__en button {
        width: 60%;
        background-color: var(--z__theme_bg);
        color: var(--btn_cr);
        padding: 6px 8px;
        font-size: 15px;
        cursor: pointer;
        border: none;
        border-radius: 4px;
        outline: 0
    }

.cc1__flex_end {
    justify-content: flex-end
}

@media (max-width:991px) {
    .card_m {
        width: 240px;
        height: 320px
    }

    .__com_fn {
        width: 50px;
        font-size: 16px
    }

    .cc1_fi__si {
        font-size: 16px;
        width: 92px
    }

    .cc2_pa__en input {
        font-size: 16px
    }

    .cc2_pa__en button {
        font-size: 16px
    }

    .cc3 {
        bottom: 12px
    }

    .__com_con,
    .__com_ns {
        font-size: 16px;
        margin-bottom: 8px
    }

    .cc3_fi__do button {
        height: 32px;
        font-size: 16px
    }

    .cc3_fi__na,
    .cc3_pa__nu {
        font-size: 16px
    }
}

.card_a_m {
    width: 210px;
    height: 280px;
    margin: 6px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.card_a_cr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: var(--z__white_bg);
    color: var(--z__primary_cr);
    width: 144px;
    height: 144px;
    border: 1px solid var(--z__primary_br);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

    .card_a_cr:hover {
        cursor: pointer;
        background-color: var(--add_more_file_hover)
    }

    .card_a_cr .div1 {
        margin-bottom: 6px
    }

        .card_a_cr .div1 svg {
            width: 24px;
            height: 24px;
            fill: var(--z__primary_cr)
        }

    .card_a_cr .div2 {
        padding: 0 6px;
        font-size: 16px
    }

@media (max-width:991px) {
    .card_a_m {
        width: 240px;
        height: 320px
    }
}

.pop_redirect_m {
    width: 100%;
    max-width: 460px;
    background-color: var(--z__white_bg);
    text-align: center;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 1px rgba(9, 30, 66, 0.08), 0 0 20px -6px rgba(9, 30, 66, 0.31)
}

.pop_redirect_cr1 {
}

    .pop_redirect_cr1 a:hover {
        text-decoration: underline
    }

.pop_redirect_cr2 {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px
}

.z__btn_spinner_40 {
    height: 40px;
    max-width: 80px
}

.z__btn_spinner > .div1 {
    width: 24px;
    height: 24px;
    background-color: var(--z__theme_bg)
}

.load_m {
    margin-bottom: 40px
}

.load_i {
}

.load_cr {
}

    .load_cr .load_main {
        height: 380px;
        text-align: center;
        color: var(--z__primary_cr);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

.load_main .load_icon {
}

.load_main .load_heading {
    font-size: 32px
}

.load_main .load_text {
}

.fin_m {
    text-align: center;
    margin-bottom: 60px
}

.fin_i {
}

.fin_cr {
}

.fin_cr1 {
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: 500
}

.fin_cr2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    position: relative
}

.btn_download_big {
    min-width: 320px;
    height: 72px;
    font-size: 22px
}

@media (max-width:479px) {
    .fin_m {
        margin-bottom: 72px;
    }

    .btn_download_big {
        width: 70% !important;
        min-width: 70% !important
    }

    .btn_back {
        position: absolute;
        top: 90px;
        left: 15%
    }

    .btn_delete {
        position: absolute;
        top: 90px;
        right: 15%
    }
}

.rating_fin_m {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--z__white_bg);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    z-index: 1001
}

.rating_fin_i {
}

.rating_fin_cr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    min-width: 320px
}

.rating_fin_cr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.rating_now_text {
    font-size: 16px;
    font-weight: 600
}

.rating_stars {
}

.rating_count {
    font-size: 16px
}

.rating_fin_cr2 {
    width: 100%
}

.rating_feedback_m {
}

    .rating_feedback_m .div1 {
        margin: 10px 0
    }

        .rating_feedback_m .div1 textarea {
            width: 100%;
            height: 100px;
            color: #555;
            border: 1px solid var(--z__primary_br);
            font-size: 15px;
            line-height: 1.42857143;
            padding: 6px 8px;
            border-radius: 4px;
            resize: vertical
        }

    .rating_feedback_m .div2 {
        display: flex
    }

        .rating_feedback_m .div2 button {
            height: 32px;
            font-size: 16px;
            font-weight: 500
        }

.rating_fin_cr3 {
}

.rating_thank_m {
}

    .rating_thank_m .div1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

.rating_clo_cr {
    position: absolute;
    top: 6px;
    right: 10px
}

.btn_rat_clo svg {
    width: 20px;
    height: 20px;
    fill: var(--z__close_svg)
}

.btn_rat_clo:hover svg {
    fill: var(--z__close_svg_h)
}

@media (max-width: 419px) {
    .rating_fin_cr {
        min-width: 240px;
    }
}

@media (max-width: 349px) {
    .rating_fin_cr {
        min-width: 200px;
    }
}
