a, b, body, button, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, img, input, li, ol, p, pre, select, span, strong, td, textarea, th, ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.headerContainer {
    left: 0;
    position: sticky;
    top: 0;
    z-index: 9500;
}

.footerContainer *, .headerContainer * {
    box-sizing: border-box;
}

.index_darkBox {
    background: #000;
    color: #fff;
    transition: background .3s ease-in-out,color .3s ease-in-out;
}

@media (min-width: 1270px) {
    .pageCenter {
        margin: 0 auto;
        width: 1224px;
    }    
}
@media (min-width: 1024px) {
    .pageCenter {
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        width: 936px;
    }
}
@media (min-width: 768px) {
    .pageCenter {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .pageCenter {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }
}

.index_headerBox {
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .index_headerBox {
        height: 64px;
        padding-top: 8px;
    }
}

a.index_logoBox {
    line-height: 0;
}

.index_logo {
    height: 24px;
    transition: filter .3s ease-in-out;
    width: 120px;
}

#root {
    min-height: 100vh;
}
@media (min-width: 768px) {
    #root {
        min-height: calc(100vh - 465px);
    }
}

.index_bannerSection {
    overflow: hidden;
    padding: 32px 8px 80px;
}

.index_bannerSection .index_image {
    display: block;
    text-align: center;
}

.okui-image-webp {
    display: contents;
}

.index_bannerSection .index_image .index_webpImage {
    height: 160px;
    width: 160px;
}

.resetImgAndVideo img, .resetImgAndVideo video {
    max-width: 100%;
}

.index_bannerSection .index_textWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    width: 100%;
}

.index_bannerSection .index_textWrap .index_title {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
}

.index_bannerSection .index_textWrap .index_desc {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 168%;
    margin-top: 24px;
}

.index_bannerSection .index_textWrap .index_button {
    margin: 40px auto 0;
}

.index_btn {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.index_btn:active {
    background: #583bff;
}

.index_request-btn {
    background: #000;
    border-radius: 60px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 44px;
}


.styles_topFeatures {
    padding: 0px 0;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.styles_topFeatures .styles_titleWrap {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .styles_topFeatures .styles_titleWrap .styles_title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
    }
}
.styles_topFeatures .styles_titleWrap .styles_title {
    color: #000;
    font-size: 40px;
    line-height: 132%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.font-700 {
    font-weight: 700;
}

.styles_topFeatures .styles_topFeaturesContentWrap {
    margin-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
    }
}

.styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent .styles_item {
    padding: 40px 0;
    text-align: center;
}

.styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent .styles_item .styles_textWrap {
    text-align: center;
}

.styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent .styles_item .styles_label {
    color: #000;
    font-size: 24px;
    line-height: 136%;
}

.styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent .styles_item .styles_desc {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.styles_topFeatures .styles_topFeaturesContentWrap .styles_topFeaturesContent .styles_item {
    border-top: 1px solid #ebebeb;
}

#load {
    display: none;
    margin: 60px auto 0;
}

#account {
    color: #3d3d3d;
    font-size: 10px;
    margin-top: 60px;
    text-decoration: underline;
}

#msg {
    color: #249857;
    font-size: 10px;
    margin-top: 16px;
}