.fixed {
    position: fixed
}

.bodyFixed {
    position: relative;
    min-height: 100%;
    top: 0;
    overflow: hidden
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    box-sizing: border-box
}

body {
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: linear-gradient(180deg, rgba(65, 137, 249, .08) 60px, rgba(244, 246, 254, .05) 400px);
    background-color: #f4f6fe
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
span,
p {
    word-break: break-word
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (min-device-width:1078px) {
    input:focus,
    textarea:focus,
    select:focus {
        font-size: 16px !important
    }
}

@media screen and (min-device-width:320px) and (max-device-width:1077px) {
    input:focus,
    textarea:focus,
    select:focus {
        font-size: 16px !important
    }
}

html {
    font-size: 50px
}

@media screen and (max-width:320px) {
    html {
        font-size: 30px
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 32px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 36px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 37.5px
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 38.4px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 40px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 41.4px
    }
}

@media screen and (min-width:424px) {
    html {
        font-size: 42.4px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 48px
    }
}

@media screen and (min-width:500px) {
    html {
        font-size: 50px
    }
}

.the-breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.92rem .6rem 0;
    font-size: 12px;
    color: #9999a3
}

.the-breadcrumb a {
    color: #4189f9
}

.the-breadcrumb a:hover {
    text-decoration: underline
}

.the-breadcrumb a:active {
    color: #2675f0
}

@media screen and (min-width:769px) {
    .the-breadcrumb {
        padding: 1.92rem 20px 0
    }
}

@media screen and (min-width:1240px) {
    .the-breadcrumb {
        padding: 1.92rem 0 0
    }
}

@font-face {
    font-family: "alibaba";
    src: url(../fonts/AlibabaSans-Bold.otf);
    font-display: swap
}

.mod-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 1.6rem;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 2px 12px 0 rgba(0, 2, 8, .08);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.mod-header .nav-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 .6rem;
    height: 1.6rem;
    max-width: 1760px;
    margin: 0 auto
}

.mod-header .nav-sm i.menu-btn {
    position: absolute;
    left: .6rem;
    top: .48rem;
    width: .64rem;
    height: .64rem;
    vertical-align: middle;
    background-image: url(../img/imgs/home/icon_nav_menu.svg);
    background-size: cover
}

.mod-header .nav-sm a.logo {
    display: flex;
    font-size: .70rem;
    color: #282832;
}

.mod-header .nav-sm a.logo img {
    width: .96rem;
    height: .96rem;
    margin-right: .1rem;
    vertical-align: middle
}

.mod-header .nav-sm ul {
    position: fixed;
    top: 1.44rem;
    left: 0;
    width: 0;
    height: 0;
    transition: all .3s;
    overflow: hidden;
    opacity: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 2px 12px 0px rgba(0, 2, 8, .08);
    background-image: linear-gradient(180deg, #eff7ff 0%, #fff 120px)
}

.mod-header .nav-sm ul li {
    position: relative
}

.mod-header .nav-sm ul li a {
    display: block;
    font-size: .36rem;
    color: #282832;
    padding: .4rem 0 .4rem .6rem
}

.mod-header .nav-sm ul li a:active {
    color: #4189f9;
    background: rgba(65, 137, 249, .1)
}

.mod-header .nav-sm ul li:after {
    content: "";
    position: absolute;
    left: .6rem;
    bottom: 0;
    width: calc(100% - .6rem);
    height: 1px;
    background-color: #e8eaf0
}

.mod-header .nav-sm ul.active {
    width: 100%;
    height: calc(100vh - 1.6rem);
    opacity: 1;
    overflow: auto
}

.mod-header .nav-lg {
    display: none
}

@media screen and (min-width:769px) {
    .mod-header {
        height: 80px
    }
    .mod-header .nav-sm {
        display: none
    }
    .mod-header .nav-lg {
        width: calc(100% - 40px);
        max-width: 1440px;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto
    }
    .mod-header .nav-lg a.logo {
        display: flex;
        font-size: 28px;
        color: #282832;
        font-family: "alibaba"
    }
    .mod-header .nav-lg a.logo img {
        width: .96rem;
        height: .96rem;
        margin-right: .1rem
    }
    .mod-header .nav-lg nav {
        display: flex
    }
    .mod-header .nav-lg nav a {
        display: block;
        padding: 20px 15px;
        margin-left: 10px;
        color: #282832;
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px
    }
    .mod-header .nav-lg nav a:hover {
        background: rgba(65, 137, 249, .08)
    }
    .mod-header .nav-lg nav a:active {
        color: #4189f9
    }
}

@media screen and (min-width:993px) {
    .mod-header .nav-lg nav a {
        padding: 20px;
        margin-left: 20px
    }
}

.ct-container-footer {
    position: relative;
    padding: .9rem 0 .48rem;
    background: #3463ac
}

@media screen and (min-width:769px) {
    .ct-container-footer {
        padding: 45px 0 80px
    }
}

.ct-container-footer .ct-container-center {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 .6rem
}

.ct-container-footer .ct-container-center .ct-container-item {
    width: 100%;
    color: #fff
}

.ct-container-footer .ct-container-center .ct-container-item strong {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: .44rem;
    margin: .96rem 0 .64rem
}

.ct-container-footer .ct-container-center .ct-container-item strong.fg-product {
    margin-top: 0
}

.ct-container-footer .ct-container-center .ct-container-item strong:before {
    display: inline-block;
    content: "";
    width: .64rem;
    height: .64rem;
    background: url(../img/imgs/footer/icon_bottom_menu_pill.svg) no-repeat;
    background-size: cover;
    margin-right: .08rem
}

.ct-container-footer .ct-container-center .ct-container-item a {
    display: block;
    font-size: .32rem;
    color: #fff
}

.ct-container-footer .ct-container-center .ct-container-item a:not(:last-child) {
    margin-bottom: .48rem
}

.ct-container-footer .ct-container-center .ct-container-item a:hover {
    color: #ffcf00
}

.ct-container-footer .ct-container-center .ct-container-item.social-media a {
    display: inline-block;
    width: .72rem;
    max-width: 36px;
    height: .72rem;
    max-height: 36px;
    margin-right: .2rem;
    background: url(../img/imgs/footer/icon_bottom_menu_share.svg?0117) no-repeat;
    background-size: 3.48rem .72rem;
    margin-bottom: .48rem
}

.ct-container-footer .ct-container-center .ct-container-item.social-media a.ct-twitter {
    background-position: -.92rem 0
}

.ct-container-footer .ct-container-center .ct-container-item.social-media a.ct-mail {
    background-position: -2.76rem 0
}

@media screen and (min-width:769px) {
    .ct-container-footer .ct-container-center .ct-container-item {
        width: auto
    }
    .ct-container-footer .ct-container-center .ct-container-item.resources {
        margin: 0 auto
    }
    .ct-container-footer .ct-container-center .ct-container-item a span {
        display: none
    }
    .ct-container-footer .ct-container-center .ct-container-item a:not(.ct-mail) {
        margin-left: .72rem
    }
    .ct-container-footer .ct-container-center .ct-container-item strong {
        margin: 0 0 32px
    }
}

.ct-container-footer img {
    position: absolute;
    bottom: 0;
    right: .6rem;
    width: 5.36rem;
    height: 1.4rem
}

@media screen and (min-width:1260px) {
    .ct-container-footer img {
        right: calc((100% - 1000px)/2)
    }
}

.ct-copyright {
    padding: .48rem 0;
    background: #142644;
    font-size: .28rem;
    color: #e8eaf0
}

.ct-copyright.pb-70 {
    padding-bottom: 80px
}

.ct-copyright .ct-copyright-center {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 .6rem
}

@media screen and (min-width:1240px) {
    .ct-copyright .ct-copyright-center {
        padding: 0
    }
}

@media screen and (min-width:769px) {
    .ct-copyright .ct-copyright-center {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.comments-container {
    font-size: 16px
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    width: 100%
}

.comments-title {
    font-size: .64rem;
    color: #282832;
    font-weight: 600;
    margin: .6rem 0
}

.comment-list .children {
    margin-left: 1.2rem
}

.comment-body {
    display: flex;
    padding: .4rem 0 0;
    position: relative
}

.comment-body p {
    font-size: 14px;
    color: #666670;
    margin: .2rem 0
}

.comment-author {
    margin-right: .24rem
}

.comment-author img {
    border-radius: .24rem
}

.comment-info {
    width: 100%;
    padding-bottom: .4rem;
    border-bottom: 1px solid #e8eaf0
}

.comment-info .fn {
    color: #282832;
    font-size: .32rem;
    word-wrap: break-word;
    max-width: 60%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #282832;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%
}

.comment-list .edit-link {
    margin-left: 20px
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    width: 79%;
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    word-wrap: break-word
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9999a3;
    font-size: 12px
}

.comment-meta a {
    color: #9999a3;
    font-size: 12px
}

.comment-meta a:hover {
    color: #ea9629
}

.comment-metadata {
    margin-bottom: 20px
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2
}

.comment-awaiting-moderation {
    font-size: .28rem;
    color: #a2a2a2
}

.comment-reply-link {
    color: #3c77ff
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    margin-right: 3px;
    background-image: url(../img/imgs/news/icon_page_comment_reply.svg);
    background-size: cover;
    vertical-align: middle
}

.comment-respond {
    padding: .8rem 0 .2rem
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px
}

.comment-reply-title {
    font-size: .64rem;
    color: #282832;
    font-weight: 500
}

.logged-in-as {
    font-size: .32rem;
    color: #282832;
    margin: .32rem 0 .48rem
}

.logged-in-as a {
    color: #3c77ff
}

.logged-in-as a:hover {
    text-decoration: underline
}

.comment-reply-title small a {
    color: #3c77ff;
    display: inline-block;
    font-size: .32rem;
    margin-left: .16rem
}

.comment-reply-title small a:hover {
    text-decoration: underline
}

.comment-form .comment-notes {
    font-size: .32rem;
    color: #282832;
    margin: .32rem 0 .48rem
}

.comment-form .comment-form-comment {
    margin-bottom: .48rem
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    display: flex;
    align-items: center;
    margin-bottom: .48rem
}

.comment-form [for=author],
.comment-form [for=email],
.comment-form [for=url],
.comment-form [for=comment] {
    font-size: .32rem;
    color: #282832;
    float: left;
    width: 115px
}

.comment-form [for=comment] {
    margin-bottom: .16rem
}

.comment-form .required {
    color: #ff3c3c
}

.comment-form-cookies-consent {
    display: flex;
    font-size: 12px;
    color: #666670
}

input[type=checkbox] {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    width: 16px;
    height: 16px;
    border: 1px solid #e8eaf0;
    border-radius: .08rem
}

input[type=checkbox]:hover {
    background: rgba(60, 119, 255, .1);
    border: 1px solid #3c77ff
}

input[checked=checked] {
    background: rgba(60, 119, 255, .1);
    background-image: url(../img/imgs/news/btn_select_tick.svg)
}

input[type=submit] {
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 3.5rem;
    line-height: .88rem;
    background: #4189f9;
    border-radius: .56rem;
    font-size: .32rem;
    color: #fff;
    letter-spacing: -.4px;
    text-align: center;
    font-weight: 600;
    margin-top: .6rem
}

input[type=submit]:hover {
    background: rgba(65, 137, 249, .8)
}

input[type=submit]:active {
    background: #2675f0
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
    -webkit-appearance: none;
    outline: none;
    max-width: 380px;
    width: 64%;
    padding: .2rem;
    border: 1px solid #e8eaf0;
    border-radius: .24rem;
    font-size: 14px
}

.comment-form textarea {
    width: calc(100% - .8rem);
    height: 2.8rem;
    padding: .4rem;
    border: 1px solid #e8eaf0;
    border-radius: .32rem;
    outline: 0 none;
    -webkit-appearance: none;
    resize: none;
    font-size: 16px
}

.comment-form #wp-comment-cookies-consent {
    margin: 0 .16rem 0 0
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 1rem
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: .8rem;
    line-height: .8rem;
    background: #fff;
    border-radius: .16rem;
    color: #9999a3;
    font-size: .32rem;
    margin: 0 .1rem
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #4189f9;
    color: #fff
}

.wp-pagenavi span.current {
    font-weight: 700
}

.container-1 {
    padding: 2.4rem 0 0;
    background-image: linear-gradient(131deg, rgba(255, 207, 0, .3) 4%, rgba(255, 30, 39, .3) 100%) !important;
}

.container-1 .intro {
    padding: 0 .6rem 0;
    color: #282832
}

.container-1 .intro h1 {
    font-size: .8rem;
    font-weight: 600;
    margin: 0 0 .3rem
}

.container-1 .intro p {
    font-size: .32rem;
    line-height: .44rem
}

.container-1 .intro .version {
    display: inline-block;
    padding: .16rem .32rem;
    font-size: .28rem;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(255, 30, 39, .6) 0%, rgba(255, 207, 0, .6) 100%);
    border-radius: .32rem;
    margin: 0 0 .96rem
}

.container-1 .intro .opt-btn {
    display: flex;
    justify-content: space-between
}

.container-1 .intro .opt-btn a {
    display: block;
    font-size: .4rem;
    color: #fff;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background: #4189f9;
    border-radius: .6rem;
    margin-bottom: .8rem
}

.container-1 .intro .opt-btn a:hover {
    background: #2675f0
}

.container-1 .banner {
    width: 92%;
    max-width: 580px;
    margin: 0 auto
}

.container-1 .banner img {
    width: 100%;
    height: auto
}

@media screen and (min-width:700px) {
    .container-1 .intro {
        padding: 0 60px 0
    }
    .container-1 .intro .opt-btn a {
        width: 70%
    }
}

@media screen and (min-width:769px) {
    .container-1 {
        padding: 110px 0 0
    }
    .container-1 .wrapper {
        display: flex;
        justify-content: space-between;
        max-width: 1180px;
        margin: 0 auto
    }
    .container-1 .intro {
        width: 78%;
        padding: 0 0 0 20px;
        margin: auto
    }
    .container-1 .intro h2 {
        font-size: 40px
    }
    .container-1 .intro p {
        font-size: 14px
    }
    .container-1 .intro .opt-btn a {
        width: calc((100% - 20px)/2);
        margin: 0 0 .8rem
    }
}

@media screen and (min-width:993px) {
    .container-1 .banner {
        margin: 0 0 30px 30px
    }
}

.container-2 {
    padding: 1.6rem .8rem .8rem;
    background: #fff
}

.container-2 h2 {
    font-size: .72rem;
    color: #282832;
    text-align: center;
    font-weight: 600
}

.container-2 p.desc {
    font-size: .32rem;
    color: #282832;
    text-align: center;
    line-height: .44rem;
    margin: .4rem 0 .8rem
}

.container-2 .function {
    margin-bottom: .4rem;
    background: #f4f6fe;
    border-radius: .64rem;
    padding: .64rem
}

.container-2 .function i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/imgs/home/icon_sprite_home.svg);
    background-size: 10.6rem 1.6rem
}

.container-2 .function h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin: .4rem 0
}

.container-2 .function ul li {
    display: flex;
    font-size: .32rem;
    color: #666670;
    line-height: .44rem
}

.container-2 .function ul li p {
    width: calc(100% - .4rem - 4px)
}

.container-2 .function ul li:not(:last-child) {
    margin-bottom: .24rem
}

.container-2 .function ul li:before {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-image: url(../img/imgs/home/icon_coordinate_arrow.svg);
    background-size: cover;
    margin-right: 4px
}

.container-2 .function.func2 i {
    background-position: -1.8rem 0
}

@media screen and (min-width:750px) {
    .container-2 {
        padding: 80px 30px 60px
    }
    .container-2 .features-box {
        display: flex;
        justify-content: space-between;
        max-width: 1180px;
        margin: 0 auto
    }
    .container-2 .function {
        margin-bottom: 0;
        width: calc(50% - 10px - 1.28rem)
    }
}

.container-3 .wrapper {
    padding: .8rem .6rem;
    background-color: #fff
}

.container-3 .wrapper img {
    display: block;
    width: 100%;
    max-width: 580px;
    height: auto;
    margin: 0 auto .8rem
}

.container-3 .wrapper .box h2 {
    display: flex;
    position: relative;
    font-size: .64rem;
    color: #282832;
    font-weight: 600;
    margin-bottom: .8rem
}

.container-3 .wrapper .box h2 font {
    position: relative;
    z-index: 2;
    min-width: .84rem;
    max-height: .8rem;
    margin-right: .1rem
}

.container-3 .wrapper .box h2:after {
    position: absolute;
    left: -.04rem;
    top: .52rem;
    content: "";
    width: .84rem;
    height: .3rem;
    background-color: #4189f9
}

.container-3 .wrapper .box p.sub-title {
    font-size: .32rem;
    color: #282832
}

.container-3 .wrapper .box ul {
    margin-top: .48rem
}

.container-3 .wrapper .box ul li:not(:last-child) {
    margin-bottom: .8rem
}

.container-3 .wrapper .box ul li .desc-wrapper {
    display: flex
}

.container-3 .wrapper .box ul li .desc-wrapper i {
    display: block;
    width: .96rem;
    min-width: .96rem;
    height: .96rem;
    margin-right: .32rem
}

.container-3 .wrapper .box ul li .desc-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    color: #282832;
    margin-bottom: .24rem
}

.container-3 .wrapper .box ul li .desc-wrapper p {
    font-size: 14px;
    color: #666670
}

.container-3 .wrapper .box ul li .desc-wrapper p:not(:last-child) {
    margin-bottom: .4rem
}

.container-3 .wrapper .box ul li .desc-wrapper p em {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: #4189f9;
    margin-right: .1rem;
    vertical-align: middle
}

.container-3 .wrapper .box ul li .desc-wrapper p font {
    font-size: 14px;
    color: #ff1e27;
    line-height: 16px
}

.container-3 .wrapper.wrapper-1 {
    background-image: linear-gradient(131deg, rgba(65, 137, 249, .12) 4%, rgba(89, 255, 216, .12) 100%)
}

.container-3 .wrapper.wrapper-1 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_one.svg);
    background-size: 4.44rem .96rem
}

.container-3 .wrapper.wrapper-1 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-1 ul li.list-3 i {
    background-position: -2.32rem 0
}

.container-3 .wrapper.wrapper-1 ul li.list-4 i {
    background-position: -3.48rem 0
}

.container-3 .wrapper.wrapper-2 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_two.svg);
    background-size: 4.44rem .96rem
}

.container-3 .wrapper.wrapper-2 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-2 ul li.list-3 i {
    background-position: -2.32rem 0
}

.container-3 .wrapper.wrapper-2 ul li.list-4 i {
    background-position: -3.48rem 0
}

.container-3 .wrapper.wrapper-3 {
    background: rgba(255, 207, 0, .12)
}

.container-3 .wrapper.wrapper-3 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_three.svg);
    background-size: .96rem .96rem
}

.container-3 .wrapper.wrapper-4 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_four.svg);
    background-size: 3.28rem .96rem
}

.container-3 .wrapper.wrapper-4 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-4 ul li.list-3 i {
    background-position: -2.32rem 0
}

.container-3 .wrapper.wrapper-5 {
    background: rgba(255, 30, 39, .12)
}

.container-3 .wrapper.wrapper-5 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_five.svg);
    background-size: 2.12rem .96rem
}

.container-3 .wrapper.wrapper-5 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-6 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_six.svg);
    background-size: 2.12rem .96rem
}

.container-3 .wrapper.wrapper-6 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-7 {
    background-image: linear-gradient(131deg, rgba(65, 137, 249, .12) 4%, rgba(255, 89, 242, .12) 100%)
}

.container-3 .wrapper.wrapper-7 ul li i {
    background-image: url(../img/imgs/home/icon_sprite_funtion_seven.svg);
    background-size: 4.44rem .96rem
}

.container-3 .wrapper.wrapper-7 ul li.list-2 i {
    background-position: -1.16rem 0
}

.container-3 .wrapper.wrapper-7 ul li.list-3 i {
    background-position: -2.32rem 0
}

.container-3 .wrapper.wrapper-7 ul li.list-4 i {
    background-position: -3.48rem 0
}

@media screen and (min-width:769px) {
    .container-3 .wrapper {
        padding: 80px 30px
    }
    .container-3 .wrapper img {
        height: 100%;
        margin: 0
    }
    .container-3 .wrapper .box {
        width: calc(50% - 20px);
        margin: auto 0
    }
    .container-3 .wrapper .wrapper-center {
        display: flex;
        justify-content: space-between;
        max-width: 1180px;
        margin: 0 auto
    }
    .container-3 .wrapper:nth-child(even) .wrapper-center {
        flex-direction: row-reverse
    }
    .container-3 .wrapper.wrapper-3 .box {
        margin: 100px 0 0
    }
}

@media screen and (min-width:769px) and (max-width:950px) {
    .container-3 .wrapper.wrapper-3 .box {
        margin: auto 0
    }
}

.container-4 {
    padding: 1.28rem .8rem 3.52rem;
    background: #fff
}

.container-4 h2 {
    font-size: .72rem;
    color: #282832;
    text-align: center;
    font-weight: 600
}

.container-4 p.desc {
    font-size: .32rem;
    color: #282832;
    text-align: center;
    margin: .4rem 0 1.74rem
}

.container-4 .benefits {
    margin-bottom: .4rem;
    background: #f4f6fe;
    border-radius: .64rem;
    padding: .64rem
}

.container-4 .benefits i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/imgs/home/icon_sprite_home.svg);
    background-size: 10.6rem 1.6rem;
    background-position: -3.6rem 0
}

.container-4 .benefits h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin: .4rem 0
}

.container-4 .benefits p {
    font-size: .32rem;
    line-height: .44rem;
    color: #666670
}

.container-4 .benefits.bf2 i {
    background-position: -5.4rem 0
}

.container-4 .benefits.bf3 i {
    background-position: -7.2rem 0
}

.container-4 .benefits.bf4 i {
    background-position: -9rem 0
}

@media screen and (min-width:750px) {
    .container-4 {
        padding: 80px 30px 160px
    }
    .container-4 .benefits-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1180px;
        margin: 0 auto
    }
    .container-4 .benefits {
        width: calc(50% - 10px - 1.28rem)
    }
}

.installation-wrapper .intro {
    position: relative;
    height: 9.6rem;
    background-image: linear-gradient(131deg, rgba(255, 207, 0, .3) 4%, rgba(255, 30, 39, .3) 100%)
}

.installation-wrapper .intro .layer-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.2rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f6fc 100%)
}

.installation-wrapper h1 {
    font-size: .8rem;
    color: #282832;
    text-align: center;
    font-weight: 600;
    margin: 1.16rem 0 .4rem
}

.installation-wrapper p.desc {
    position: relative;
    max-width: 980px;
    z-index: 10;
    font-size: .32rem;
    color: #282832;
    margin: 0 auto .32rem;
    padding: 0 .8rem;
    line-height: .44rem
}

@media screen and (min-width:750px) {
    .installation-wrapper p.desc {
        width: 80%
    }
}

.installation-wrapper .install-box {
    position: relative;
    padding: 0 .6rem;
    max-width: 1180px;
    margin: 0 auto
}

.installation-wrapper .install-box img {
    position: absolute;
    right: 1.2rem;
    top: -1.76rem;
    width: 1.92rem;
    height: 1.76rem
}

.installation-wrapper .install-box ul {
    margin: -.2rem 0 1.6rem
}

.installation-wrapper .install-box ul li {
    position: relative;
    background: #fff;
    border-radius: .48rem;
    margin-bottom: .4rem;
    padding: .96rem .64rem .64rem
}

.installation-wrapper .install-box ul li h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600
}

.installation-wrapper .install-box ul li p {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem;
    margin-top: .32rem
}

.installation-wrapper .install-box ul li span {
    display: block;
    font-size: .32rem;
    color: #4189f9;
    margin-top: .24rem
}

.installation-wrapper .install-box ul li a {
    display: block;
    width: 100%;
    max-width: 448px;
    height: .96rem;
    line-height: .96rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    font-weight: 600;
    margin: .8rem auto 0;
    background: #4189f9;
    border-radius: .6rem
}

.installation-wrapper .install-box ul li a:hover {
    background: #2675f0
}

.installation-wrapper .install-box ul li:before {
    content: "Common";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .32rem 0;
    width: 4.08rem;
    line-height: .64rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    background: #4189f9
}

.installation-wrapper .install-box ul li.list-2:before {
    content: "Popular Recommend";
    background-image: linear-gradient(131deg, #ffcf00 4%, #ff1e27 100%)
}

.installation-wrapper .install-box ul li.list-3:before {
    content: "Recommend";
    background: #ff9d00
}

.installation-wrapper .install-box ul li.list-4:before {
    content: "Other";
    background: #9999a3
}

@media screen and (min-width:750px) {
    .installation-wrapper .install-box ul {
        margin: -1.8rem 0 1.6rem
    }
}

@media screen and (min-width:993px) {
    .installation-wrapper .install-box ul li a {
        margin: 40px 0 0;
        float: right
    }
}

.installation-wrapper .more-info {
    padding: 1.6rem .6rem 3.6rem;
    background-color: #fff
}

.installation-wrapper .more-info h2 {
    font-size: .72rem;
    color: #282832;
    text-align: center;
    font-weight: 600;
    margin-bottom: .8rem
}

.installation-wrapper .more-info a {
    display: block;
    padding: .64rem .64rem .24rem;
    margin-bottom: .4rem;
    background: #f4f6fe;
    border-radius: .64rem
}

.installation-wrapper .more-info a i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/imgs/installation/icon_sprite_suppor_help.svg);
    background-size: 3.4rem 1.6rem
}

.installation-wrapper .more-info a h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin: .4rem 0 0
}

.installation-wrapper .more-info a p {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem;
    padding: .4rem 0
}

.installation-wrapper .more-info a p:not(:last-child) {
    border-bottom: 1px solid #d8dae0
}

.installation-wrapper .more-info a:hover {
    background: rgba(65, 137, 249, .12)
}

.installation-wrapper .more-info a:hover p.opt {
    color: #4189f9
}

.installation-wrapper .more-info a.info-2 i {
    background-position: -1.8rem 0
}

@media screen and (min-width:750px) {
    .installation-wrapper .more-info {
        padding: 80px 30px 200px
    }
    .installation-wrapper .more-info .more-content {
        display: flex;
        justify-content: space-between;
        max-width: 1180px;
        margin: 0 auto
    }
    .installation-wrapper .more-info a {
        margin-bottom: 0;
        width: calc(50% - 10px - 1.28rem)
    }
    .installation-wrapper .more-info a p:not(.opt) {
        min-height: 110px
    }
}

@media screen and (min-width:970px) {
    .installation-wrapper .more-info a p:not(.opt) {
        min-height: 66px
    }
}

@keyframes maxHeight {
    from {
        max-height: 1.28rem
    }
    to {
        max-height: 1200px
    }
}

@-webkit-keyframes maxHeight {
    from {
        max-height: 1.28rem
    }
    to {
        max-height: 1200px
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes moveY {
    from {
        transform: translate(-50%, -100%);
        opacity: 0
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@-webkit-keyframes moveY {
    from {
        transform: translate(-50%, -100%);
        opacity: 0
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

.help-wrapper .help {
    position: relative;
    height: 9.6rem;
    background-image: linear-gradient(180deg, rgba(255, 207, 0, .3) 0%, rgba(255, 207, 0, .3) 60%, rgba(255, 207, 0, 0) 100%)
}

.help-wrapper .help h1 {
    font-size: .8rem;
    color: #282832;
    text-align: center;
    font-weight: 600;
    margin: 1.16rem 0 .4rem;
    padding: 0 .8rem
}

.help-wrapper .help p.desc {
    max-width: 980px;
    font-size: .32rem;
    color: #282832;
    margin: 0 auto;
    padding: 0 .8rem;
    line-height: .44rem
}

@media screen and (min-width:750px) {
    .help-wrapper .help p.desc {
        width: 80%
    }
}

.help-wrapper .function-box {
    position: relative;
    padding: 0 .6rem;
    max-width: 1180px;
    margin: 0 auto 1.2rem
}

.help-wrapper .function-box img {
    position: absolute;
    right: 1.2rem;
    top: -1.28rem;
    width: 1.44rem;
    height: 1.28rem
}

.help-wrapper .function-box ul {
    margin: -1.2rem 0 0
}

.help-wrapper .function-box ul li {
    padding: .64rem .64rem .48rem;
    background: #fff;
    border-radius: .48rem;
    margin-bottom: .4rem
}

.help-wrapper .function-box ul li h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin-bottom: .32rem
}

.help-wrapper .function-box ul li p {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem
}

.help-wrapper .function-box ul li .desc {
    max-height: 1.76rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical
}

.help-wrapper .function-box ul li button {
    outline: none;
    border: none;
    -webkit-appearance: rgba(0, 0, 0, 0);
    display: block;
    padding: .2rem .48rem;
    font-size: .32rem;
    color: #fff;
    font-weight: 600;
    background: #4189f9;
    border-radius: 30px;
    float: right;
    margin-top: .4rem
}

.help-wrapper .function-box ul li button:hover {
    background: #2675f0
}

@media screen and (min-width:750px) {
    .help-wrapper .function-box ul li {
        width: calc(50% - 10px - 1.28rem)
    }
    .help-wrapper .function-box ul li .desc {
        min-height: 1.76rem
    }
}

@media screen and (min-width:993px) {
    .help-wrapper .function-box ul li {
        width: calc(33% - 10px - 1.28rem)
    }
}

@media screen and (min-width:750px) {
    .help-wrapper .function-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: -3rem 0 0
    }
}

.help-wrapper .question {
    padding: 1.6rem .6rem 1.2rem;
    background: #fff
}

.help-wrapper .question h2 {
    font-size: .72rem;
    color: #282832;
    text-align: center;
    font-weight: 600;
    margin-bottom: .8rem
}

.help-wrapper .question h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0
}

.help-wrapper .question h3 i {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-image: url(../img/imgs/help/icon_collapse_arrow.svg);
    background-size: 2.2rem .4rem
}

.help-wrapper .question ul {
    max-width: 1180px;
    margin: 0 auto
}

.help-wrapper .question ul li {
    max-height: 1.28rem;
    overflow: hidden;
    font-size: .4rem;
    color: #282832;
    line-height: .56rem;
    font-weight: 600;
    border-bottom: 1px solid #e8eaf0
}

.help-wrapper .question ul li .content {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem;
    font-weight: 400;
    margin: .32rem 0
}

.help-wrapper .question ul li .content a {
    color: #4189f9
}

.help-wrapper .question ul li .content a:hover {
    color: #2675f0
}

.help-wrapper .question ul li.open {
    animation: maxHeight .8s linear 1 forwards;
    -webkit-animation: maxHeight .8s linear 1 forwards
}

.help-wrapper .question ul li.open h3 {
    color: #4189f9;
    background: rgba(65, 137, 249, .12)
}

.help-wrapper .question ul li.open h3 i {
    background-position: -1.8rem 0
}

.help-wrapper .question ul li.open .content {
    animation: fadeIn .6s ease 1 forwards;
    -webkit-animation: fadeIn .6s ease 1 forwards
}

.help-wrapper .more-info {
    padding: 1.6rem .6rem 3.6rem
}

.help-wrapper .more-info .more-content {
    max-width: 1180px;
    margin: 0 auto
}

.help-wrapper .more-info h2 {
    font-size: .72rem;
    color: #282832;
    text-align: center;
    font-weight: 600;
    margin-bottom: .8rem
}

.help-wrapper .more-info a {
    display: block;
    padding: .64rem .64rem .24rem;
    margin-bottom: .4rem;
    background-color: #fff;
    border-radius: .64rem
}

.help-wrapper .more-info a i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/imgs/installation/icon_sprite_suppor_help.svg);
    background-size: 3.4rem 1.6rem
}

.help-wrapper .more-info a h3 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin: .4rem 0 0
}

.help-wrapper .more-info a p {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem;
    padding: .4rem 0
}

.help-wrapper .more-info a p:not(:last-child) {
    border-bottom: 1px solid #d8dae0
}

.help-wrapper .more-info a:hover {
    background: rgba(65, 137, 249, .12)
}

.help-wrapper .more-info a:hover p.opt {
    color: #4189f9
}

.help-wrapper .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s linear;
    display: none
}

.help-wrapper .modal .modal-dialog {
    width: 80%;
    max-width: calc(680px - 1.28rem);
    padding: .8rem .64rem .64rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    background: #fff;
    border-radius: .48rem;
    transition: transform .3s ease-out;
    opacity: 0
}

.help-wrapper .modal .modal-dialog h4 {
    font-size: .48rem;
    color: #282832;
    font-weight: 600;
    margin-bottom: .48rem;
    text-align: center
}

.help-wrapper .modal .modal-dialog .modal-body {
    font-size: .32rem;
    color: #666670;
    line-height: .44rem
}

.help-wrapper .modal .modal-dialog .modal-body p {
    margin-bottom: .4rem
}

@media screen and (min-width:500px) {
    .help-wrapper .modal .modal-dialog .modal-body {
        font-size: 14px;
        line-height: 20px
    }
}

.help-wrapper .modal .modal-dialog button {
    outline: none;
    border: none;
    -webkit-appearance: rgba(0, 0, 0, 0);
    display: block;
    padding: .2rem .88rem;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #4189f9;
    border-radius: .6rem;
    margin: .8rem auto 0
}

.help-wrapper .modal .modal-dialog button:hover {
    background: #2675f0
}

.help-wrapper .modal .modal-dialog i.close {
    content: "";
    display: block;
    position: absolute;
    right: .3rem;
    top: .4rem;
    width: .4rem;
    height: .4rem;
    background-image: url(../img/imgs/help/icon_tips_close.svg);
    background-size: cover
}

.help-wrapper .modal .modal-dialog i.close:hover {
    background-position: -.6rem 0
}

.help-wrapper .modal.fadein {
    display: block;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    animation: fadeIn .3s linear 1 forwards
}

.help-wrapper .modal.fadein .modal-dialog {
    animation: moveY .3s linear 1 forwards
}

.blog-container {
    padding-bottom: 2rem
}

.blog-container .blog-container-center {
    max-width: 1180px;
    margin: 0 auto
}

.blog-container h1 {
    display: flex;
    font-size: .64rem;
    color: #282832;
    letter-spacing: -.4px;
    font-weight: 600;
    margin: .64rem .6rem .48rem
}

.blog-container h1:before {
    content: "";
    width: .72rem;
    min-width: .72rem;
    height: .72rem;
    background-image: url(../img/imgs/news/icon_page_article.svg);
    background-size: cover;
    margin-right: 4px
}

@media screen and (min-width:1240px) {
    .blog-container h1 {
        margin: .64rem 0 .48rem
    }
}

.blog-container ul {
    padding: 0 .6rem
}

.blog-container ul li {
    background: #fff;
    box-shadow: 0px .04rem .24rem 0px rgba(0, 0, 0, .04);
    border-radius: .48rem;
    padding: .4rem .48rem;
    margin-bottom: .4rem;
    cursor: pointer;
    transition: transform .2s
}

.blog-container ul li h2 {
    font-size: .48rem;
    line-height: .68rem;
    font-weight: 600;
    color: #282832
}

.blog-container ul li .article-mes {
    display: flex;
    font-size: .28rem;
    margin: .4rem 0
}

.blog-container ul li .article-mes a {
    display: flex;
    align-items: center;
    color: #666670;
    margin-right: .4rem
}

.blog-container ul li .article-mes a:hover {
    color: #4189f9
}

.blog-container ul li .article-mes a:hover:before {
    background-position: -.52rem 0
}

.blog-container ul li .article-mes a:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    background-size: 1.36rem .32rem;
    background-position: 0 0;
    margin-right: 4px
}

.blog-container ul li .article-mes span {
    display: flex;
    align-items: center;
    color: #9999a3
}

.blog-container ul li .article-mes span:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    background-size: 1.36rem .32rem;
    background-position: -1.04rem 0;
    margin-right: 4px
}

.blog-container ul li .content {
    font-size: .28rem;
    color: #666670;
    line-height: .4rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-container ul li .tag {
    margin-top: .4rem;
    font-size: 0
}

.blog-container ul li a[rel=tag] {
    display: inline-block;
    padding: .08rem .24rem;
    text-align: center;
    background: rgba(65, 137, 249, .16);
    border-radius: .24rem;
    margin: 0 .16rem .24rem 0;
    font-size: .28rem;
    color: #4189f9;
    border: 1px solid transparent
}

.blog-container ul li a[rel=tag]:hover {
    border: 1px solid #4189f9
}

.blog-container ul li:hover h2 {
    color: #4189f9
}

@media (hover:hover) and (pointer:fine) {
    .blog-container ul li:hover {
        transform: translateX(.4rem)
    }
}

@media screen and (min-width:1240px) {
    .blog-container ul {
        padding: 0
    }
}

.main-container .main-container-center {
    max-width: 1180px;
    margin: .32rem auto .4rem
}

.main-container .main-container-center article h1 {
    font-weight: 700;
    font-size: 30px;
    color: #282832;
    line-height: 44px
}

.main-container .main-container-center article p {
    font-size: 16px;
    font-weight: 400;
    color: #282832;
    line-height: 28px;
    margin: 0 0 20px
}

.main-container .main-container-center article img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px
}

.main-container .main-container-center article .aligncenter {
    display: block;
    margin: 20px auto;
    text-align: center
}

.main-container .main-container-center article figure {
    margin: 20px 0
}

.main-container .main-container-center article a {
    color: #39f;
    z-index: 2;
    font-size: 16px
}

.main-container .main-container-center article a.link-download {
    display: inline-block;
    padding: 10px 24px 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    background: #3392ff;
    border-radius: 28px;
    line-height: normal
}

.main-container .main-container-center article a.link-download:before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../img/imgs/icon_btn_download.png);
    background-size: 100%;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -4px
}

.main-container .main-container-center article a.link-download:hover {
    background: #237ee8
}

.main-container .main-container-center article a.link-tag {
    display: inline-block;
    font-size: 14px;
    color: #444;
    background-color: rgba(51, 153, 255, .2);
    border-radius: 20px;
    margin: 0 10px 10px 0;
    padding: 7px 12px
}

.main-container .main-container-center article a.link-tag:hover {
    background-color: rgba(51, 153, 255, .3)
}

.main-container .main-container-center article a.link-tag:active {
    background-color: rgba(51, 153, 255, .3);
    color: #39f
}

.main-container .main-container-center article a.hot:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/imgs/icon_faq_hot.svg);
    background-size: 100%;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px
}

.main-container .main-container-center article video,
.main-container .main-container-center article iframe {
    max-width: 100%
}

.main-container .main-container-center article i,
.main-container .main-container-center article em {
    font-style: italic
}

.main-container .main-container-center article del {
    text-decoration: line-through
}

.main-container .main-container-center article strong,
.main-container .main-container-center article address,
.main-container .main-container-center article caption,
.main-container .main-container-center article cite,
.main-container .main-container-center article code,
.main-container .main-container-center article dfn,
.main-container .main-container-center article em,
.main-container .main-container-center article th,
.main-container .main-container-center article var {
    font-weight: 600
}

.main-container .main-container-center article figcaption {
    font-size: 14px;
    color: #9999a3
}

.main-container .main-container-center article table {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    overflow-x: scroll;
    margin-bottom: 30px
}

.main-container .main-container-center article table td {
    border: 1px solid #c9c0c0;
    text-align: center;
    vertical-align: middle;
    font-size: 16px
}

.main-container .main-container-center article table td p {
    margin: 10px
}

.main-container .main-container-center article h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #000;
    line-height: 36px;
    letter-spacing: .3px
}

.main-container .main-container-center article h2.h-pd {
    padding: 10px;
    border-left: 5px solid #3c77ff
}

.main-container .main-container-center article h3 {
    font-size: 18px;
    margin: 0 0 18px;
    font-weight: 600;
    color: #282832
}

.main-container .main-container-center article h3:after {
    display: none
}

.main-container .main-container-center article h3.h-pd {
    padding: 10px;
    border-left: 5px solid #3c77ff
}

.main-container .main-container-center article h4 {
    font-size: 16px;
    margin: 0 0 18px
}

.main-container .main-container-center article h4.h-pd {
    padding: 10px;
    border-left: 5px solid #3c77ff
}

.main-container .main-container-center article ol,
.main-container .main-container-center article ul {
    list-style-type: disc;
    padding-left: 35px;
    margin: 20px 0
}

.main-container .main-container-center article ol li,
.main-container .main-container-center article ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #282832
}

.main-container .main-container-center article ol li a,
.main-container .main-container-center article ul li a {
    margin-top: 0;
    padding-top: 0
}

.main-container .main-container-center article ol {
    list-style-type: decimal
}

.main-container .main-container-center article .gb-container {
    margin: 20px 0
}

.main-container .main-container-center article .gb-container ul {
    margin: 0
}

@media only screen and (min-width:992px) {
    .main-container .main-container-center article h3,
    .main-container .main-container-center article h4,
    .main-container .main-container-center article h5 {
        margin: 0 0 9px
    }
    .main-container .main-container-center article table::-webkit-scrollbar {
        display: none
    }
    .main-container .main-container-center article h2 {
        border-bottom: 1px solid #e8eaf0
    }
}

.main-container .main-container-center .wpsm_panel-group .wpsm_panel-title {
    padding: 0
}

.main-container .main-container-center div#ez-toc-container {
    box-sizing: border-box
}

.main-container .main-container-center div#ez-toc-container .ez-toc-title-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.main-container .main-container-center div#ez-toc-container p.ez-toc-title,
.main-container .main-container-center div#ez-toc-container ul li {
    font-size: initial;
    margin: 8px 0;
    line-height: 1.2
}

.main-container .main-container-center div#ez-toc-container ul {
    margin-top: 0;
    margin-bottom: 0
}

.main-container .main-container-center div#ez-toc-container ul li.ez-toc-heading-level-3 {
    margin-bottom: 0
}

.main-container .main-container-center div#ez-toc-container p.ez-toc-title {
    display: block
}

.main-container .main-container-center span[ez-toc-data-id] {
    padding-top: 140px;
    margin: -140px 0 0
}

.main-container .main-container-center .post {
    padding: .6rem;
    background: #fff;
    border-radius: .72rem .72rem 0 0
}

.main-container .main-container-center .post .article-mes {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: .1rem 0
}

.main-container .main-container-center .post .article-mes a {
    display: flex;
    align-items: center;
    color: #666670;
    margin-right: .4rem;
    margin-bottom: .3rem;
    font-size: 14px;
    word-break: break-all
}

.main-container .main-container-center .post .article-mes a:hover {
    color: #4189f9
}

.main-container .main-container-center .post .article-mes a:hover:before {
    background-position: -.52rem 0
}

.main-container .main-container-center .post .article-mes a:before {
    content: "";
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    background-size: 68px 16px;
    background-position: 0 0;
    margin-right: 4px
}

.main-container .main-container-center .post .article-mes span {
    display: flex;
    align-items: center;
    color: #9999a3;
    margin-bottom: .3rem
}

.main-container .main-container-center .post .article-mes span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    background-size: 68px 16px;
    background-position: -52px 0;
    margin-right: 4px
}

.main-container .main-container-center .post .entry {
    border-bottom: 1px solid #e8eaf0;
    padding-bottom: .4rem
}

.main-container .main-container-center .post .tag {
    font-size: .4rem;
    color: #282832;
    margin-bottom: .2rem
}

.main-container .main-container-center .post .tag a[rel=tag] {
    display: inline-block;
    padding: .08rem .24rem;
    text-align: center;
    background: rgba(65, 137, 249, .16);
    border-radius: .24rem;
    margin: 0 .16rem .24rem 0;
    font-size: .28rem;
    color: #4189f9;
    border: 1px solid transparent
}

.main-container .main-container-center .post .tag a[rel=tag]:hover {
    border: 1px solid #4189f9
}

@media screen and (min-width:750px) {
    .main-container .main-container-center .post .tag {
        width: 60%;
        float: left
    }
}

.main-container .main-container-center .post .social a {
    display: inline-block;
    width: .72rem;
    max-width: 36px;
    height: .72rem;
    max-height: 36px;
    background: url(../img/imgs/footer/icon_bottom_menu_share.svg?0117) no-repeat;
    background-size: 3.48rem .72rem
}

.main-container .main-container-center .post .social a.btn-twitter {
    background-position: -.92rem 0;
    margin: 0 .4rem
}

.main-container .main-container-center .post .social a.btn-mail {
    background-position: -2.76rem 0
}

@media screen and (min-width:750px) {
    .main-container .main-container-center .post .social {
        width: 30%;
        float: right
    }
    .main-container .main-container-center .post .social .entry-social {
        display: flex;
        justify-content: flex-end
    }
}

.main-container .main-container-center .post .prev-next {
    border: 1px solid #e8eaf0;
    border-radius: .4rem;
    margin-top: .4rem
}

.main-container .main-container-center .post .prev-next p {
    display: inline-block;
    width: calc(100% - 1.9rem);
    padding: .16rem;
    font-size: .32rem;
    color: #666670;
    vertical-align: middle;
    word-break: break-word;
    margin: 0
}

.main-container .main-container-center .post .prev-next span {
    font-size: .32rem;
    color: #666670;
    vertical-align: middle
}

.main-container .main-container-center .post .prev-next .next,
.main-container .main-container-center .post .prev-next .prev {
    display: flex;
    align-items: center;
    margin: .4rem
}

.main-container .main-container-center .post .prev-next .next:hover p,
.main-container .main-container-center .post .prev-next .prev:hover p {
    color: #4189f9;
    background: rgba(65, 137, 249, .1)
}

.main-container .main-container-center .post .prev-next .prev {
    border-bottom: 1px solid #e8eaf0;
    padding-bottom: .4rem
}

.main-container .main-container-center .post .prev-next .next {
    justify-content: flex-end
}

.main-container .main-container-center .post .prev-next i {
    display: inline-block;
    width: .96rem;
    height: .96rem;
    border-radius: 50%;
    background: rgba(65, 137, 249, .1);
    vertical-align: middle;
    margin-right: .4rem;
    background-image: url(../img/imgs/news/icon_page_article_previous_next.svg);
    background-size: 3.48rem .72rem;
    background-position: .12rem .12rem;
    background-repeat: no-repeat
}

.main-container .main-container-center .post .prev-next i.next-icon {
    margin-left: .4rem;
    margin-right: 0;
    background-position: -.8rem .12rem
}

.main-container .main-container-center .post .prev-next i.no-post.no-post-next {
    background-position: -2.64rem .12rem
}

.main-container .main-container-center .post .prev-next i.no-post.no-post-prev {
    background-position: -1.72rem .12rem
}

@media screen and (min-width:700px) {
    .main-container .main-container-center .post .prev-next {
        display: flex;
        border: none;
        justify-content: space-between;
        padding: 0;
        margin-top: 5px
    }
    .main-container .main-container-center .post .prev-next .next,
    .main-container .main-container-center .post .prev-next .prev {
        width: 50%
    }
    .main-container .main-container-center .post .prev-next p {
        max-width: calc(100% - 1.4rem);
        padding: 8px;
        border-radius: 12px
    }
    .main-container .main-container-center .post .prev-next .prev {
        border-bottom: none;
        border-right: 1px solid #e8eaf0;
        margin: .4rem .4rem .4rem 0;
        padding-bottom: 0
    }
    .main-container .main-container-center .post .prev-next .next {
        justify-content: space-between;
        margin: .4rem 0
    }
}

@media screen and (min-width:769px) {
    .main-container .main-container-center .post {
        max-width: 1180px;
        border-radius: 16px;
        margin: 0 auto
    }
}

.main-container .main-container-center .comments-container {
    padding: .6rem;
    background: #fff;
    margin: .4rem 0
}

@media screen and (min-width:769px) {
    .main-container .main-container-center .comments-container {
        max-width: 1180px;
        border-radius: 16px;
        margin: 20px auto
    }
}

.main-container .main-container-center .comments-container h2.comment-title {
    font-size: .48rem;
    color: #282832;
    letter-spacing: -.3px;
    font-weight: 600
}

.main-container .main-container-center .comments-container h2.comment-title:before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .32rem;
    background: #4189f9;
    border-radius: 2px;
    margin-right: .16rem
}

.main-container .main-container-center .related-posts {
    padding: .6rem;
    background: #fff;
    margin: .4rem 0
}

@media screen and (min-width:769px) {
    .main-container .main-container-center .related-posts {
        max-width: 1180px;
        border-radius: 16px;
        margin: 0 auto 160px
    }
}

.main-container .main-container-center .related-posts h2.related-title {
    font-size: .48rem;
    color: #282832;
    letter-spacing: -.3px;
    font-weight: 600
}

.main-container .main-container-center .related-posts h2.related-title:before {
    content: "";
    display: inline-block;
    width: .08rem;
    height: .32rem;
    background: #4189f9;
    border-radius: 2px;
    margin-right: .16rem
}

.main-container .main-container-center .related-posts ul li {
    background: #fff;
    padding: .6rem 0;
    transition: transform .2s
}

.main-container .main-container-center .related-posts ul li h2 {
    font-size: .48rem;
    line-height: .68rem;
    font-weight: 600;
    color: #282832
}

.main-container .main-container-center .related-posts ul li .article-mes {
    display: flex;
    flex-wrap: wrap;
    font-size: .28rem;
    margin: .4rem 0
}

.main-container .main-container-center .related-posts ul li .article-mes a {
    display: flex;
    align-items: center;
    color: #666670;
    margin-right: .4rem
}

.main-container .main-container-center .related-posts ul li .article-mes a:hover {
    color: #4189f9
}

.main-container .main-container-center .related-posts ul li .article-mes a:hover:before {
    background-position: -.52rem 0
}

.main-container .main-container-center .related-posts ul li .article-mes a:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    vertical-align: middle;
    background-size: 1.36rem .32rem;
    background-position: 0 0;
    margin-right: 4px
}

.main-container .main-container-center .related-posts ul li .article-mes span {
    display: flex;
    align-items: center;
    color: #9999a3
}

.main-container .main-container-center .related-posts ul li .article-mes span:before {
    content: "";
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url(../img/imgs/news/pic_sprite_author_time.svg);
    vertical-align: text-top;
    background-size: 1.36rem .32rem;
    background-position: -1.04rem 0;
    margin-right: 4px
}

.main-container .main-container-center .related-posts ul li .content {
    font-size: .28rem;
    color: #666670;
    line-height: .4rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.main-container .main-container-center .related-posts ul li .tag {
    margin-top: .4rem;
    font-size: .4rem;
    color: #282832;
    margin-bottom: .2rem
}

.main-container .main-container-center .related-posts ul li .tag a[rel=tag] {
    display: inline-block;
    padding: .08rem .24rem;
    text-align: center;
    background: rgba(65, 137, 249, .16);
    border-radius: .24rem;
    margin: 0 .16rem .24rem 0;
    font-size: .28rem;
    color: #4189f9;
    border: 1px solid transparent
}

.main-container .main-container-center .related-posts ul li .tag a[rel=tag]:hover {
    border: 1px solid #4189f9
}

.main-container .main-container-center .related-posts ul li:hover h2 {
    color: #4189f9
}

.main-container .main-container-center .related-posts ul li:not(:last-child) {
    border-bottom: 1px solid #e8eaf0
}

@media (hover:hover) and (pointer:fine) {
    .main-container .main-container-center .related-posts ul li:hover {
        transform: translateX(.4rem)
    }
}

@media screen and (min-width:769px) {
    .main-container {
        padding: 0 20px
    }
}

@media screen and (min-width:1240px) {
    .main-container {
        padding: 0
    }
}

.abnormal {
    text-align: center
}

.abnormal .abnormal-wrapper {
    width: 80%;
    max-width: 500px;
    padding: 2rem 0;
    margin: 0 auto
}

.abnormal img {
    display: block;
    width: 56%;
    max-width: 280px;
    height: 100%;
    margin: 0 auto
}

.abnormal h2 {
    font-size: .4rem;
    color: #282832;
    margin: .2rem 0 .4rem
}

.abnormal p {
    font-size: .32rem;
    color: #9999a3
}

.abnormal a {
    display: block;
    width: 76%;
    max-width: 380px;
    line-height: 1rem;
    text-align: center;
    background: #4189f9;
    border-radius: .56rem;
    font-size: .4rem;
    color: #fff;
    margin: 1.2rem auto 0
}

.noSTop #wpfront-scroll-top-container {
    display: none !important
}

h2.gb-headline-25033112 {
    display: flex;
    align-items: center
}

h2.gb-headline-25033112 .gb-icon {
    color: #cf2e2e;
    padding-right: .5em
}

h2.gb-headline-25033112 .gb-icon svg {
    width: 1em;
    height: 1em
}

/*! This file is auto-generated */

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* @font-face {
    font-family: 'FontAwesome';
    src: url(../font-awesome/fonts/fontawesome-webfont862f.eot?v=4.1.0);
    src: url(../../font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(../../font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../../font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(../../font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
} */

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.wpsm_panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.wpsm_panel-body {
    padding: 15px
}

.wpsm_panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wpsm_panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.wpsm_panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.wpsm_panel-title>a,
.wpsm_panel-title>small,
.wpsm_panel-title>.small,
.wpsm_panel-title>small>a,
.wpsm_panel-title>.small>a {
    color: inherit
}

.wpsm_panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.wpsm_panel>.list-group,
.wpsm_panel>.wpsm_panel-collapse>.list-group {
    margin-bottom: 0
}

.wpsm_panel>.list-group .list-group-item,
.wpsm_panel>.wpsm_panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.wpsm_panel>.list-group:first-child .list-group-item:first-child,
.wpsm_panel>.wpsm_panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wpsm_panel>.list-group:last-child .list-group-item:last-child,
.wpsm_panel>.wpsm_panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.wpsm_panel>.wpsm_panel-heading+.wpsm_panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.wpsm_panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.wpsm_panel-footer {
    border-top-width: 0
}

.wpsm_panel>.table,
.wpsm_panel>.table-responsive>.table,
.wpsm_panel>.wpsm_panel-collapse>.table {
    margin-bottom: 0
}

.wpsm_panel>.table caption,
.wpsm_panel>.table-responsive>.table caption,
.wpsm_panel>.wpsm_panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.wpsm_panel>.table:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wpsm_panel>.table:first-child>thead:first-child>tr:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.wpsm_panel>.table:first-child>tbody:first-child>tr:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.wpsm_panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.wpsm_panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.wpsm_panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.wpsm_panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.wpsm_panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.wpsm_panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.wpsm_panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.wpsm_panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.wpsm_panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.wpsm_panel>.table:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.wpsm_panel>.table:last-child>tbody:last-child>tr:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.wpsm_panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.wpsm_panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.wpsm_panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.wpsm_panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.wpsm_panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.wpsm_panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.wpsm_panel>.wpsm_panel-body+.table,
.wpsm_panel>.wpsm_panel-body+.table-responsive,
.wpsm_panel>.table+.wpsm_panel-body,
.wpsm_panel>.table-responsive+.wpsm_panel-body {
    border-top: 1px solid #ddd
}

.wpsm_panel>.table>tbody:first-child>tr:first-child th,
.wpsm_panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.wpsm_panel>.table-bordered,
.wpsm_panel>.table-responsive>.table-bordered {
    border: 0
}

.wpsm_panel>.table-bordered>thead>tr>th:first-child,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.wpsm_panel>.table-bordered>tbody>tr>th:first-child,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.wpsm_panel>.table-bordered>tfoot>tr>th:first-child,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.wpsm_panel>.table-bordered>thead>tr>td:first-child,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.wpsm_panel>.table-bordered>tbody>tr>td:first-child,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.wpsm_panel>.table-bordered>tfoot>tr>td:first-child,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.wpsm_panel>.table-bordered>thead>tr>th:last-child,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.wpsm_panel>.table-bordered>tbody>tr>th:last-child,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.wpsm_panel>.table-bordered>tfoot>tr>th:last-child,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.wpsm_panel>.table-bordered>thead>tr>td:last-child,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.wpsm_panel>.table-bordered>tbody>tr>td:last-child,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.wpsm_panel>.table-bordered>tfoot>tr>td:last-child,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.wpsm_panel>.table-bordered>thead>tr:first-child>td,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.wpsm_panel>.table-bordered>tbody>tr:first-child>td,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.wpsm_panel>.table-bordered>thead>tr:first-child>th,
.wpsm_panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.wpsm_panel>.table-bordered>tbody>tr:first-child>th,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.wpsm_panel>.table-bordered>tbody>tr:last-child>td,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.wpsm_panel>.table-bordered>tfoot>tr:last-child>td,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.wpsm_panel>.table-bordered>tbody>tr:last-child>th,
.wpsm_panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.wpsm_panel>.table-bordered>tfoot>tr:last-child>th,
.wpsm_panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.wpsm_panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.wpsm_panel-group {
    margin-bottom: 20px
}

.wpsm_panel-group .wpsm_panel {
    margin-bottom: 0;
    border-radius: 4px
}

.wpsm_panel-group .wpsm_panel+.wpsm_panel {
    margin-top: 5px
}

.wpsm_panel-group .wpsm_panel-heading {
    border-bottom: 0
}

.wpsm_panel-group .wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body,
.wpsm_panel-group .wpsm_panel-heading+.wpsm_panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.wpsm_panel-group .wpsm_panel-footer {
    border-top: 0
}

.wpsm_panel-group .wpsm_panel-footer+.wpsm_panel-collapse .wpsm_panel-body {
    border-bottom: 1px solid #ddd
}

.wpsm_panel-default {
    border-color: #ddd
}

.wpsm_panel-default>.wpsm_panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.wpsm_panel-default>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #ddd
}

.wpsm_panel-default>.wpsm_panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.wpsm_panel-default>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #ddd
}

.wpsm_panel-primary {
    border-color: #337ab7
}

.wpsm_panel-primary>.wpsm_panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.wpsm_panel-primary>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #337ab7
}

.wpsm_panel-primary>.wpsm_panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.wpsm_panel-primary>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #337ab7
}

.wpsm_panel-success {
    border-color: #d6e9c6
}

.wpsm_panel-success>.wpsm_panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.wpsm_panel-success>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #d6e9c6
}

.wpsm_panel-success>.wpsm_panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.wpsm_panel-success>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #d6e9c6
}

.wpsm_panel-info {
    border-color: #bce8f1
}

.wpsm_panel-info>.wpsm_panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.wpsm_panel-info>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #bce8f1
}

.wpsm_panel-info>.wpsm_panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.wpsm_panel-info>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #bce8f1
}

.wpsm_panel-warning {
    border-color: #faebcc
}

.wpsm_panel-warning>.wpsm_panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.wpsm_panel-warning>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #faebcc
}

.wpsm_panel-warning>.wpsm_panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.wpsm_panel-warning>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #faebcc
}

.wpsm_panel-danger {
    border-color: #ebccd1
}

.wpsm_panel-danger>.wpsm_panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.wpsm_panel-danger>.wpsm_panel-heading+.wpsm_panel-collapse>.wpsm_panel-body {
    border-top-color: #ebccd1
}

.wpsm_panel-danger>.wpsm_panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.wpsm_panel-danger>.wpsm_panel-footer+.wpsm_panel-collapse>.wpsm_panel-body {
    border-bottom-color: #ebccd1
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.wpsm_panel-group .collapse {
    display: none
}

.collapse.in {
    display: block !important
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}


body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
    gap: .5em
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

.gb-block-image-e7cd92c9 {
    text-align: center
}

.gb-image-e7cd92c9 {
    vertical-align: middle
}

.gb-block-image-aaebaeeb {
    text-align: center
}

.gb-image-aaebaeeb {
    vertical-align: middle
}

.gb-block-image-6cfac919 {
    text-align: center
}

.gb-image-6cfac919 {
    vertical-align: middle
}

.gb-block-image-2f36758e {
    text-align: center
}

.gb-image-2f36758e {
    vertical-align: middle
}

.gb-block-image-d7704777 {
    text-align: center
}

.gb-image-d7704777 {
    vertical-align: middle
}

.gb-container .wp-block-image img {
    vertical-align: middle
}

.gb-grid-wrapper .wp-block-image {
    margin-bottom: 0
}

.gb-highlight {
    background: 0 0
}

.no-js img.lazyload {
    display: none
}

figure.wp-block-image img.lazyloading {
    min-width: 150px
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s;
    transition-delay: 0ms
}