/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (min-width: 768px) {
    :root {
        --theme-container-width:750px
    }
}

@media (min-width: 992px) {
    :root {
        --theme-container-width:970px
    }
}

@media (min-width: 1240px) {
    :root {
        --theme-container-width:1200px
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: SFMono-Regular,Liberation Mono,Consolas,Menlo,monospace,Microsoft Yahei;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: SFMono-Regular,Liberation Mono,Consolas,Menlo,monospace,Microsoft Yahei;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

*,:after,:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    color: #232323;
    font-family: var(--theme-font-family);
    font-size: 14px;
    line-height: 1.42857
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a,a:hover {
    text-decoration: none
}

a:hover {
    color: var(--theme-hover)
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -1px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-bottom: 10px;
    margin-top: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 .8em
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fff6e6;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary,a.text-primary:focus,a.text-primary:hover {
    color: var(--theme-color)
}

.text-success,a.text-success:focus,a.text-success:hover {
    color: #29ad00
}

.text-info,a.text-info:focus,a.text-info:hover {
    color: #00aae7
}

.text-warning,a.text-warning:focus,a.text-warning:hover {
    color: #ffa400
}

.text-danger,a.text-danger:focus,a.text-danger:hover {
    color: #fa5555
}

.bg-primary {
    color: #fff
}

.bg-primary,a.bg-primary:focus,a.bg-primary:hover {
    background-color: var(--theme-color)
}

.bg-success,a.bg-success:focus,a.bg-success:hover {
    background-color: #eaf7e6
}

.bg-info,a.bg-info:focus,a.bg-info:hover {
    background-color: #e6f7fd
}

.bg-warning,a.bg-warning:focus,a.bg-warning:hover {
    background-color: #fff6e6
}

.bg-danger,a.bg-danger:focus,a.bg-danger:hover {
    background-color: #fee
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol,ul {
    margin-bottom: 10px;
    margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline,.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd,dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear:left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    border-bottom: 1px dotted #777;
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}



address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px
}

.container {
    width: var(--theme-container-width,100%)
}

.container,.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--theme-gutter)/2);
    padding-right: calc(var(--theme-gutter)/2)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--theme-gutter)/-2);
    margin-right: calc(var(--theme-gutter)/-2)
}

[class*=col-lg-],[class*=col-md-],[class*=col-sm-],[class*=col-xs-] {
    min-height: 1px;
    padding-left: calc(var(--theme-gutter)/2);
    padding-right: calc(var(--theme-gutter)/2);
    position: relative;
    width: 100%
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    flex-shrink: 0
}

.col-xs-1 {
    width: 4.16667%
}

.col-xs-2 {
    width: 8.33333%
}

.col-xs-3 {
    width: 12.5%
}

.col-xs-4 {
    width: 16.66667%
}

.col-xs-5 {
    width: 20.83333%
}

.col-xs-6 {
    width: 25%
}

.col-xs-7 {
    width: 29.16667%
}

.col-xs-8 {
    width: 33.33333%
}

.col-xs-9 {
    width: 37.5%
}

.col-xs-10 {
    width: 41.66667%
}

.col-xs-11 {
    width: 45.83333%
}

.col-xs-12 {
    width: 50%
}

.col-xs-13 {
    width: 54.16667%
}

.col-xs-14 {
    width: 58.33333%
}

.col-xs-15 {
    width: 62.5%
}

.col-xs-16 {
    width: 66.66667%
}

.col-xs-17 {
    width: 70.83333%
}

.col-xs-18 {
    width: 75%
}

.col-xs-19 {
    width: 79.16667%
}

.col-xs-20 {
    width: 83.33333%
}

.col-xs-21 {
    width: 87.5%
}

.col-xs-22 {
    width: 91.66667%
}

.col-xs-23 {
    width: 95.83333%
}

.col-xs-24 {
    width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 4.16667%
}

.col-xs-offset-2 {
    margin-left: 8.33333%
}

.col-xs-offset-3 {
    margin-left: 12.5%
}

.col-xs-offset-4 {
    margin-left: 16.66667%
}

.col-xs-offset-5 {
    margin-left: 20.83333%
}

.col-xs-offset-6 {
    margin-left: 25%
}

.col-xs-offset-7 {
    margin-left: 29.16667%
}

.col-xs-offset-8 {
    margin-left: 33.33333%
}

.col-xs-offset-9 {
    margin-left: 37.5%
}

.col-xs-offset-10 {
    margin-left: 41.66667%
}

.col-xs-offset-11 {
    margin-left: 45.83333%
}

.col-xs-offset-12 {
    margin-left: 50%
}

.col-xs-offset-13 {
    margin-left: 54.16667%
}

.col-xs-offset-14 {
    margin-left: 58.33333%
}

.col-xs-offset-15 {
    margin-left: 62.5%
}

.col-xs-offset-16 {
    margin-left: 66.66667%
}

.col-xs-offset-17 {
    margin-left: 70.83333%
}

.col-xs-offset-18 {
    margin-left: 75%
}

.col-xs-offset-19 {
    margin-left: 79.16667%
}

.col-xs-offset-20 {
    margin-left: 83.33333%
}

.col-xs-offset-21 {
    margin-left: 87.5%
}

.col-xs-offset-22 {
    margin-left: 91.66667%
}

.col-xs-offset-23 {
    margin-left: 95.83333%
}

.col-xs-offset-24 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        flex-shrink:0
    }

    .col-sm-1 {
        width: 4.16667%
    }

    .col-sm-2 {
        width: 8.33333%
    }

    .col-sm-3 {
        width: 12.5%
    }

    .col-sm-4 {
        width: 16.66667%
    }

    .col-sm-5 {
        width: 20.83333%
    }

    .col-sm-6 {
        width: 25%
    }

    .col-sm-7 {
        width: 29.16667%
    }

    .col-sm-8 {
        width: 33.33333%
    }

    .col-sm-9 {
        width: 37.5%
    }

    .col-sm-10 {
        width: 41.66667%
    }

    .col-sm-11 {
        width: 45.83333%
    }

    .col-sm-12 {
        width: 50%
    }

    .col-sm-13 {
        width: 54.16667%
    }

    .col-sm-14 {
        width: 58.33333%
    }

    .col-sm-15 {
        width: 62.5%
    }

    .col-sm-16 {
        width: 66.66667%
    }

    .col-sm-17 {
        width: 70.83333%
    }

    .col-sm-18 {
        width: 75%
    }

    .col-sm-19 {
        width: 79.16667%
    }

    .col-sm-20 {
        width: 83.33333%
    }

    .col-sm-21 {
        width: 87.5%
    }

    .col-sm-22 {
        width: 91.66667%
    }

    .col-sm-23 {
        width: 95.83333%
    }

    .col-sm-24 {
        width: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .col-sm-offset-3 {
        margin-left: 12.5%
    }

    .col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .col-sm-offset-6 {
        margin-left: 25%
    }

    .col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .col-sm-offset-9 {
        margin-left: 37.5%
    }

    .col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .col-sm-offset-12 {
        margin-left: 50%
    }

    .col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .col-sm-offset-15 {
        margin-left: 62.5%
    }

    .col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .col-sm-offset-18 {
        margin-left: 75%
    }

    .col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .col-sm-offset-21 {
        margin-left: 87.5%
    }

    .col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .col-sm-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        flex-shrink:0
    }

    .col-md-1 {
        width: 4.16667%
    }

    .col-md-2 {
        width: 8.33333%
    }

    .col-md-3 {
        width: 12.5%
    }

    .col-md-4 {
        width: 16.66667%
    }

    .col-md-5 {
        width: 20.83333%
    }

    .col-md-6 {
        width: 25%
    }

    .col-md-7 {
        width: 29.16667%
    }

    .col-md-8 {
        width: 33.33333%
    }

    .col-md-9 {
        width: 37.5%
    }

    .col-md-10 {
        width: 41.66667%
    }

    .col-md-11 {
        width: 45.83333%
    }

    .col-md-12 {
        width: 50%
    }

    .col-md-13 {
        width: 54.16667%
    }

    .col-md-14 {
        width: 58.33333%
    }

    .col-md-15 {
        width: 62.5%
    }

    .col-md-16 {
        width: 66.66667%
    }

    .col-md-17 {
        width: 70.83333%
    }

    .col-md-18 {
        width: 75%
    }

    .col-md-19 {
        width: 79.16667%
    }

    .col-md-20 {
        width: 83.33333%
    }

    .col-md-21 {
        width: 87.5%
    }

    .col-md-22 {
        width: 91.66667%
    }

    .col-md-23 {
        width: 95.83333%
    }

    .col-md-24 {
        width: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 4.16667%
    }

    .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .col-md-offset-3 {
        margin-left: 12.5%
    }

    .col-md-offset-4 {
        margin-left: 16.66667%
    }

    .col-md-offset-5 {
        margin-left: 20.83333%
    }

    .col-md-offset-6 {
        margin-left: 25%
    }

    .col-md-offset-7 {
        margin-left: 29.16667%
    }

    .col-md-offset-8 {
        margin-left: 33.33333%
    }

    .col-md-offset-9 {
        margin-left: 37.5%
    }

    .col-md-offset-10 {
        margin-left: 41.66667%
    }

    .col-md-offset-11 {
        margin-left: 45.83333%
    }

    .col-md-offset-12 {
        margin-left: 50%
    }

    .col-md-offset-13 {
        margin-left: 54.16667%
    }

    .col-md-offset-14 {
        margin-left: 58.33333%
    }

    .col-md-offset-15 {
        margin-left: 62.5%
    }

    .col-md-offset-16 {
        margin-left: 66.66667%
    }

    .col-md-offset-17 {
        margin-left: 70.83333%
    }

    .col-md-offset-18 {
        margin-left: 75%
    }

    .col-md-offset-19 {
        margin-left: 79.16667%
    }

    .col-md-offset-20 {
        margin-left: 83.33333%
    }

    .col-md-offset-21 {
        margin-left: 87.5%
    }

    .col-md-offset-22 {
        margin-left: 91.66667%
    }

    .col-md-offset-23 {
        margin-left: 95.83333%
    }

    .col-md-offset-24 {
        margin-left: 100%
    }
}

@media (min-width: 1240px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        flex-shrink:0
    }

    .col-lg-1 {
        width: 4.16667%
    }

    .col-lg-2 {
        width: 8.33333%
    }

    .col-lg-3 {
        width: 12.5%
    }

    .col-lg-4 {
        width: 16.66667%
    }

    .col-lg-5 {
        width: 20.83333%
    }

    .col-lg-6 {
        width: 25%
    }

    .col-lg-7 {
        width: 29.16667%
    }

    .col-lg-8 {
        width: 33.33333%
    }

    .col-lg-9 {
        width: 37.5%
    }

    .col-lg-10 {
        width: 41.66667%
    }

    .col-lg-11 {
        width: 45.83333%
    }

    .col-lg-12 {
        width: 50%
    }

    .col-lg-13 {
        width: 54.16667%
    }

    .col-lg-14 {
        width: 58.33333%
    }

    .col-lg-15 {
        width: 62.5%
    }

    .col-lg-16 {
        width: 66.66667%
    }

    .col-lg-17 {
        width: 70.83333%
    }

    .col-lg-18 {
        width: 75%
    }

    .col-lg-19 {
        width: 79.16667%
    }

    .col-lg-20 {
        width: 83.33333%
    }

    .col-lg-21 {
        width: 87.5%
    }

    .col-lg-22 {
        width: 91.66667%
    }

    .col-lg-23 {
        width: 95.83333%
    }

    .col-lg-24 {
        width: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .col-lg-offset-3 {
        margin-left: 12.5%
    }

    .col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .col-lg-offset-6 {
        margin-left: 25%
    }

    .col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .col-lg-offset-9 {
        margin-left: 37.5%
    }

    .col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .col-lg-offset-12 {
        margin-left: 50%
    }

    .col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .col-lg-offset-15 {
        margin-left: 62.5%
    }

    .col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .col-lg-offset-18 {
        margin-left: 75%
    }

    .col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .col-lg-offset-21 {
        margin-left: 87.5%
    }

    .col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .col-lg-offset-24 {
        margin-left: 100%
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,legend {
    border: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

input[type=search] {
    box-sizing: border-box
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

select {
    appearance: none;
    background-color: transparent;
    background-image: var(--select-arrow-icon,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' fill='%23666' viewBox='0 0 1024 1024'%3E%3Cpath d='M837.12 334.72a47.36 47.36 0 0 0-67.2 0l-256 256-256-256a47.36 47.36 0 0 0-64 0 46.72 46.72 0 0 0 0 64l288.64 288.64A44.8 44.8 0 0 0 512 704c12.8 0 24.96-4.992 33.92-14.08l288.64-288.64a46.72 46.72 0 0 0 2.56-66.56'/%3E%3C/svg%3E"));
    background-position: calc(100% - .5em);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    padding-right: 1.6em
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -1px
}

output {
    color: #555;
    padding-top: 7px
}

.form-control,output {
    display: block;
    font-size: 14px;
    line-height: 1.42857
}

.form-control {
    background-color: var(--theme-el-bg-color);
    background-image: none;
    border: 1px solid hsla(var(--theme-color-hsl),.2);
    border-radius: var(--theme-border-radius-m,2px);
    color: var(--theme-gray-color);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: var(--theme-color);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px var(--theme-color);
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: var(--theme-body-bg-color);
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox label,.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    margin: 0
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    gap: 4px;
    margin-bottom: 0;
    margin-right: 10px
}

.checkbox-inline:last-child,.radio-inline:last-child {
    margin-right: 0
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #29ad00
}

.has-success .form-control {
    border-color: #29ad00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #1d7a00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #4cff14
}

.has-success .input-group-addon {
    background-color: #eaf7e6;
    border-color: #29ad00;
    color: #29ad00
}

.has-success .form-control-feedback {
    color: #29ad00
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #ffa400
}

.has-warning .form-control {
    border-color: #ffa400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #cc8300;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffc866
}

.has-warning .input-group-addon {
    background-color: #fff6e6;
    border-color: #ffa400;
    color: #ffa400
}

.has-warning .form-control-feedback {
    color: #ffa400
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #fa5555
}

.has-error .form-control {
    border-color: #fa5555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #f92323;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #fdb8b8
}

.has-error .input-group-addon {
    background-color: #fee;
    border-color: #fa5555;
    color: #fa5555
}

.has-error .form-control-feedback {
    color: #fa5555
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    color: #636363;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--theme-gutter)/-2);
    margin-right: calc(var(--theme-gutter)/-2)
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom:0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: calc(var(--theme-gutter)/2)
}

.wpcom-btn {
    background: var(--theme-el-bg-color);
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-m,4px);
    color: var(--theme-gray-color);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 0;
    padding: 9px 20px;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.wpcom-btn.active,.wpcom-btn:active,.wpcom-btn:focus,.wpcom-btn:hover {
    border-color: transparent;
    color: var(--theme-color);
    outline: 0;
    position: relative;
    z-index: 0
}

.wpcom-btn.active:before,.wpcom-btn:active:before,.wpcom-btn:focus:before,.wpcom-btn:hover:before {
    background: none;
    border: 1px solid var(--theme-color);
    border-radius: inherit;
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1
}

.wpcom-btn.active:after,.wpcom-btn:active:after,.wpcom-btn:focus:after,.wpcom-btn:hover:after {
    background: var(--theme-color);
    border-radius: inherit;
    bottom: -1px;
    content: "";
    left: -1px;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: -1
}

.wpcom-btn.active,.wpcom-btn:active {
    border-color: var(--theme-color);
    outline: 0
}

.wpcom-btn.disabled,.wpcom-btn[disabled],fieldset[disabled] .wpcom-btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

.wpcom-btn.loading {
    pointer-events: none;
    position: relative
}

.wpcom-btn.loading>.wi-loader {
    animation: swiper-preloader-spin 2s linear infinite;
    color: inherit;
    display: inline-block;
    font-size: 16px;
    margin-right: 3px;
    position: relative;
    vertical-align: top
}

.wpcom-btn.loading:after {
    background-color: hsla(0,0%,100%,.35);
    border-radius: inherit;
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 0
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.wpcom-btn.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-default.active,.wpcom-btn.btn-default:active,.wpcom-btn.btn-default:focus,.wpcom-btn.btn-default:hover {
    color: #333
}

.wpcom-btn.btn-default.active:before,.wpcom-btn.btn-default:active:before,.wpcom-btn.btn-default:focus:before,.wpcom-btn.btn-default:hover:before {
    border: 0
}

.wpcom-btn.btn-default.active:after,.wpcom-btn.btn-default:active:after,.wpcom-btn.btn-default:focus:after,.wpcom-btn.btn-default:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-default.active,.wpcom-btn.btn-default:active {
    border-color: #fff
}

.wpcom-btn.btn-default.active:after,.wpcom-btn.btn-default:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-default.disabled.focus,.wpcom-btn.btn-default.disabled:focus,.wpcom-btn.btn-default.disabled:hover,.wpcom-btn.btn-default[disabled].focus,.wpcom-btn.btn-default[disabled]:focus,.wpcom-btn.btn-default[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-default.focus,fieldset[disabled] .wpcom-btn.btn-default:focus,fieldset[disabled] .wpcom-btn.btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.wpcom-btn.btn-default .badge {
    background-color: #333;
    color: #fff
}

.wpcom-btn.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-primary.active,.wpcom-btn.btn-primary:active,.wpcom-btn.btn-primary:focus,.wpcom-btn.btn-primary:hover {
    color: #fff
}

.wpcom-btn.btn-primary.active:before,.wpcom-btn.btn-primary:active:before,.wpcom-btn.btn-primary:focus:before,.wpcom-btn.btn-primary:hover:before {
    border: 0
}

.wpcom-btn.btn-primary.active:after,.wpcom-btn.btn-primary:active:after,.wpcom-btn.btn-primary:focus:after,.wpcom-btn.btn-primary:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-primary.active,.wpcom-btn.btn-primary:active {
    border-color: var(--theme-color)
}

.wpcom-btn.btn-primary.active:after,.wpcom-btn.btn-primary:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-primary.disabled.focus,.wpcom-btn.btn-primary.disabled:focus,.wpcom-btn.btn-primary.disabled:hover,.wpcom-btn.btn-primary[disabled].focus,.wpcom-btn.btn-primary[disabled]:focus,.wpcom-btn.btn-primary[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-primary.focus,fieldset[disabled] .wpcom-btn.btn-primary:focus,fieldset[disabled] .wpcom-btn.btn-primary:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.wpcom-btn.btn-primary .badge {
    background-color: #fff;
    color: var(--theme-color)
}

.wpcom-btn.btn-success {
    background-color: #29ad00;
    border-color: #29ad00;
    color: #fff;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-success.active,.wpcom-btn.btn-success:active,.wpcom-btn.btn-success:focus,.wpcom-btn.btn-success:hover {
    color: #fff
}

.wpcom-btn.btn-success.active:before,.wpcom-btn.btn-success:active:before,.wpcom-btn.btn-success:focus:before,.wpcom-btn.btn-success:hover:before {
    border: 0
}

.wpcom-btn.btn-success.active:after,.wpcom-btn.btn-success:active:after,.wpcom-btn.btn-success:focus:after,.wpcom-btn.btn-success:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-success.active,.wpcom-btn.btn-success:active {
    border-color: #29ad00
}

.wpcom-btn.btn-success.active:after,.wpcom-btn.btn-success:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-success.disabled.focus,.wpcom-btn.btn-success.disabled:focus,.wpcom-btn.btn-success.disabled:hover,.wpcom-btn.btn-success[disabled].focus,.wpcom-btn.btn-success[disabled]:focus,.wpcom-btn.btn-success[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-success.focus,fieldset[disabled] .wpcom-btn.btn-success:focus,fieldset[disabled] .wpcom-btn.btn-success:hover {
    background-color: #29ad00;
    border-color: #29ad00
}

.wpcom-btn.btn-success .badge {
    background-color: #fff;
    color: #29ad00
}

.wpcom-btn.btn-info {
    background-color: #00aae7;
    border-color: #00aae7;
    color: #fff;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-info.active,.wpcom-btn.btn-info:active,.wpcom-btn.btn-info:focus,.wpcom-btn.btn-info:hover {
    color: #fff
}

.wpcom-btn.btn-info.active:before,.wpcom-btn.btn-info:active:before,.wpcom-btn.btn-info:focus:before,.wpcom-btn.btn-info:hover:before {
    border: 0
}

.wpcom-btn.btn-info.active:after,.wpcom-btn.btn-info:active:after,.wpcom-btn.btn-info:focus:after,.wpcom-btn.btn-info:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-info.active,.wpcom-btn.btn-info:active {
    border-color: #00aae7
}

.wpcom-btn.btn-info.active:after,.wpcom-btn.btn-info:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-info.disabled.focus,.wpcom-btn.btn-info.disabled:focus,.wpcom-btn.btn-info.disabled:hover,.wpcom-btn.btn-info[disabled].focus,.wpcom-btn.btn-info[disabled]:focus,.wpcom-btn.btn-info[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-info.focus,fieldset[disabled] .wpcom-btn.btn-info:focus,fieldset[disabled] .wpcom-btn.btn-info:hover {
    background-color: #00aae7;
    border-color: #00aae7
}

.wpcom-btn.btn-info .badge {
    background-color: #fff;
    color: #00aae7
}

.wpcom-btn.btn-warning {
    background-color: #ffa400;
    border-color: #ffa400;
    color: #fff;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-warning.active,.wpcom-btn.btn-warning:active,.wpcom-btn.btn-warning:focus,.wpcom-btn.btn-warning:hover {
    color: #fff
}

.wpcom-btn.btn-warning.active:before,.wpcom-btn.btn-warning:active:before,.wpcom-btn.btn-warning:focus:before,.wpcom-btn.btn-warning:hover:before {
    border: 0
}

.wpcom-btn.btn-warning.active:after,.wpcom-btn.btn-warning:active:after,.wpcom-btn.btn-warning:focus:after,.wpcom-btn.btn-warning:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-warning.active,.wpcom-btn.btn-warning:active {
    border-color: #ffa400
}

.wpcom-btn.btn-warning.active:after,.wpcom-btn.btn-warning:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-warning.disabled.focus,.wpcom-btn.btn-warning.disabled:focus,.wpcom-btn.btn-warning.disabled:hover,.wpcom-btn.btn-warning[disabled].focus,.wpcom-btn.btn-warning[disabled]:focus,.wpcom-btn.btn-warning[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-warning.focus,fieldset[disabled] .wpcom-btn.btn-warning:focus,fieldset[disabled] .wpcom-btn.btn-warning:hover {
    background-color: #ffa400;
    border-color: #ffa400
}

.wpcom-btn.btn-warning .badge {
    background-color: #fff;
    color: #ffa400
}

.wpcom-btn.btn-danger {
    background-color: #fa5555;
    border-color: #fa5555;
    color: #fff;
    outline: 0;
    transition: all .1s ease-out 0s
}

.wpcom-btn.btn-danger.active,.wpcom-btn.btn-danger:active,.wpcom-btn.btn-danger:focus,.wpcom-btn.btn-danger:hover {
    color: #fff
}

.wpcom-btn.btn-danger.active:before,.wpcom-btn.btn-danger:active:before,.wpcom-btn.btn-danger:focus:before,.wpcom-btn.btn-danger:hover:before {
    border: 0
}

.wpcom-btn.btn-danger.active:after,.wpcom-btn.btn-danger:active:after,.wpcom-btn.btn-danger:focus:after,.wpcom-btn.btn-danger:hover:after {
    background: hsla(0,0%,100%,.1);
    opacity: 1
}

.wpcom-btn.btn-danger.active,.wpcom-btn.btn-danger:active {
    border-color: #fa5555
}

.wpcom-btn.btn-danger.active:after,.wpcom-btn.btn-danger:active:after {
    background: hsla(0,0%,100%,.2)
}

.wpcom-btn.btn-danger.disabled.focus,.wpcom-btn.btn-danger.disabled:focus,.wpcom-btn.btn-danger.disabled:hover,.wpcom-btn.btn-danger[disabled].focus,.wpcom-btn.btn-danger[disabled]:focus,.wpcom-btn.btn-danger[disabled]:hover,fieldset[disabled] .wpcom-btn.btn-danger.focus,fieldset[disabled] .wpcom-btn.btn-danger:focus,fieldset[disabled] .wpcom-btn.btn-danger:hover {
    background-color: #fa5555;
    border-color: #fa5555
}

.wpcom-btn.btn-danger .badge {
    background-color: #fff;
    color: #fa5555
}

.btn-lg {
    border-radius: var(--theme-border-radius-m,4px);
    font-size: 14px;
    line-height: 16px;
    padding: 11px 20px
}

.btn-sm {
    border-radius: var(--theme-border-radius-s,3px);
    font-size: 12px;
    line-height: 14px;
    padding: 8px 15px
}

.btn-sm.loading>.wi-loader {
    font-size: 14px
}

.btn-xs {
    border-radius: var(--theme-border-radius-s,3px);
    font-size: 12px;
    line-height: 14px;
    padding: 6px 15px
}

.btn-xs.loading>.wi-loader {
    font-size: 14px
}

.btn-round {
    border-radius: 30px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition-duration: .35s;
    transition-property: height,visibility;
    transition-timing-function: ease
}

.collapsing,.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: var(--theme-el-bg-color);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: var(--theme-border-radius-m,2px);
    display: none;
    filter: drop-shadow(hsla(var(--theme-color-hsl),.2) 0 6px 15px);
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 162px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

@media (max-width: 1024px) {
    .dropdown-menu {
        z-index:1
    }
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu>li>a {
    display: block
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
    color: #161616;
    text-decoration: none
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    outline: 0;
    text-decoration: none
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav>li,.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    background-color: hsla(var(--theme-color-hsl),.03);
    text-decoration: none
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: var(--theme-color)
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.nav>li>a>img {
    max-width: none
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative
}

.navbar:after,.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 1025px) {
    .navbar {
        border-radius:var(--theme-border-radius-m,2px)
    }
}

.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    overflow-x: visible;
    padding-left: calc(var(--theme-gutter)/2);
    padding-right: calc(var(--theme-gutter)/2);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 1025px) {
    .navbar-collapse {
        border-top:0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block;
        height: auto;
        overflow: visible;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-left: -calc(var(--theme-gutter)/2);
    margin-right: -calc(var(--theme-gutter)/2)
}

@media (min-width: 1025px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-left:0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

@media (min-width: 1025px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px calc(var(--theme-gutter)/2)
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 1025px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-calc(var(--theme-gutter)/2)
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius-m,2px);
    float: right;
    margin-bottom: 8px;
    margin-right: calc(var(--theme-gutter)/2);
    margin-top: 8px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 20px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

@media (min-width: 1025px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -calc(var(--theme-gutter)/2)
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color:transparent;
        border: 0;
        box-shadow: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 1025px) {
    .navbar-nav {
        display:flex;
        margin: 0
    }

    .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    margin-bottom: 8px;
    margin-left: -calc(var(--theme-gutter)/2);
    margin-right: -calc(var(--theme-gutter)/2);
    margin-top: 8px;
    padding: 10px calc(var(--theme-gutter)/2)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 1025px) {
    .navbar-form {
        border:0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--theme-border-radius-m,2px);
    border-top-right-radius: var(--theme-border-radius-m,2px);
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px
}

.navbar-btn.btn-sm {
    margin-bottom: 10px;
    margin-top: 10px
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px
}

@media (min-width: 1025px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -calc(var(--theme-gutter)/2)
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #5e5e5e
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #333
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #ccc
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #333
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #ccc
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #444
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #090909;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #444
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    color: var(--theme-gray-color);
    font-size: 0;
    list-style: none;
    margin-bottom: 20px;
    padding: 0
}

.breadcrumb>li {
    color: inherit;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    vertical-align: top
}

.breadcrumb>li a {
    color: inherit;
    line-height: inherit
}

.breadcrumb>li a:hover {
    color: var(--theme-hover)
}

.breadcrumb>li .wi {
    margin: 0 3px;
    opacity: .8;
    vertical-align: top
}

.breadcrumb>.active {
    opacity: .9
}

ul.page-numbers,ul.pagination {
    display: block;
    margin: 0!important;
    padding-left: 0!important;
    text-align: center
}

ul.page-numbers>li,ul.pagination>li {
    background-color: hsla(var(--theme-color-hsl),.05);
    border-radius: var(--theme-border-radius-s,2px);
    box-sizing: border-box;
    color: var(--theme-gray-color);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    margin: 0 5px!important;
    min-width: 30px;
    padding: 0;
    text-align: center;
    vertical-align: top
}

@media (max-width: 767px) {
    ul.page-numbers>li.next>a,ul.page-numbers>li.prev>a,ul.pagination>li.next>a,ul.pagination>li.prev>a {
        display:flex;
        gap: 3px
    }
}

ul.page-numbers>li.next span,ul.page-numbers>li.prev span,ul.pagination>li.next span,ul.pagination>li.prev span {
    display: none
}

ul.page-numbers>li.next>a:after,ul.page-numbers>li.prev>a:before,ul.pagination>li.next>a:after,ul.pagination>li.prev>a:before {
    content: "\e64d";
    display: block;
    font-family: iconbg;
    font-size: 15px
}

@media (max-width: 767px) {
    ul.page-numbers>li.next>a:after,ul.page-numbers>li.prev>a:before,ul.pagination>li.next>a:after,ul.pagination>li.prev>a:before {
        content:"\e654"
    }
}

ul.page-numbers>li.prev>a:before,ul.pagination>li.prev>a:before {
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    ul.page-numbers>li,ul.pagination>li {
        display:none
    }

    ul.page-numbers>li.next,ul.page-numbers>li.next span,ul.page-numbers>li.prev,ul.page-numbers>li.prev span,ul.pagination>li.next,ul.pagination>li.next span,ul.pagination>li.prev,ul.pagination>li.prev span {
        display: inline-block
    }
}

ul.page-numbers>li>a,ul.page-numbers>li>span,ul.pagination>li>a,ul.pagination>li>span {
    color: inherit;
    display: block;
    padding: 0 8px
}

ul.page-numbers>li .wi,ul.pagination>li .wi {
    font-size: 15px;
    vertical-align: top
}

ul.page-numbers>li:hover,ul.pagination>li:hover {
    background: var(--theme-hover);
    color: #fff
}

ul.page-numbers>li.disabled,ul.page-numbers>li.disabled:hover,ul.pagination>li.disabled,ul.pagination>li.disabled:hover {
    background-color: hsla(var(--theme-color-hsl),.05);
    color: var(--theme-gray-color)
}

ul.page-numbers>li.disabled:hover,ul.pagination>li.disabled:hover {
    cursor: default
}

ul.page-numbers>li.active,ul.pagination>li.active {
    background: var(--theme-color);
    color: #fff
}

ul.page-numbers .pagination-go,ul.pagination .pagination-go {
    background: none;
    padding: 0;
    position: relative
}

ul.page-numbers .pagination-go:hover,ul.pagination .pagination-go:hover {
    background: none
}

ul.page-numbers .pagination-go .pgo-input,ul.pagination .pagination-go .pgo-input {
    background: hsla(var(--theme-color-hsl),.05);
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-s,2px);
    line-height: 26px;
    padding: 0 28px 0 8px;
    width: 66px
}

ul.page-numbers .pagination-go .pgo-input::-webkit-input-placeholder,ul.page-numbers .pagination-go .pgo-input::placeholder,ul.pagination .pagination-go .pgo-input::-webkit-input-placeholder,ul.pagination .pagination-go .pgo-input::placeholder {
    color: var(--theme-light-color)
}

ul.page-numbers .pagination-go .pgo-input:focus,ul.pagination .pagination-go .pgo-input:focus {
    border-color: var(--theme-hover);
    outline: 0
}

ul.page-numbers .pagination-go .pgo-btn,ul.pagination .pagination-go .pgo-btn {
    background: none;
    border: 0;
    color: var(--theme-gray-color);
    cursor: pointer;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px
}

ul.page-numbers .pagination-go .pgo-btn:after,ul.pagination .pagination-go .pgo-btn:after {
    content: "\e654";
    display: block;
    font-family: iconbg;
    font-size: 15px
}

ul.page-numbers .pagination-go .pgo-btn:hover,ul.pagination .pagination-go .pgo-btn:hover {
    color: var(--theme-hover)
}

ul.page-numbers .pagination-go .pgo-btn:active,ul.page-numbers .pagination-go .pgo-btn:focus,ul.pagination .pagination-go .pgo-btn:active,ul.pagination .pagination-go .pgo-btn:focus {
    background: none;
    outline: 0
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label-default,.label-default[href]:focus,.label-default[href]:hover {
    background-color: #777
}

.label-primary,.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: var(--theme-color)
}

.label-success,.label-success[href]:focus,.label-success[href]:hover {
    background-color: #29ad00
}

.label-info,.label-info[href]:focus,.label-info[href]:hover {
    background-color: #00aae7
}

.label-warning,.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ffa400
}

.label-danger,.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #fa5555
}

.wpcom-alert {
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius-m,2px);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 12px 15px
}

.wpcom-alert h4 {
    color: inherit;
    margin-top: 0
}

.wpcom-alert .alert-link {
    font-weight: 700
}

.wpcom-alert>p,.wpcom-alert>ul {
    margin-bottom: 0
}

.wpcom-alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px;
    position: relative
}

.alert-dismissable .close,.alert-dismissable .wpcom-close,.alert-dismissible .close,.alert-dismissible .wpcom-close {
    color: inherit;
    position: absolute;
    right: 10px;
    top: 13px
}

.alert-success {
    background-color: #eaf7e6;
    border-color: #e7f6e2;
    color: #29ad00
}

.alert-success hr {
    border-top-color: #d7f0cf
}

.alert-success .alert-link {
    color: #1d7a00
}

.alert-info {
    background-color: #e6f7fd;
    border-color: #e1f5fd;
    color: #00aae7
}

.alert-info hr {
    border-top-color: #caeefb
}

.alert-info .alert-link {
    color: #0084b4
}

.alert-warning {
    background-color: #fff6e6;
    border-color: #fff4e1;
    color: #ffa400
}

.alert-warning hr {
    border-top-color: #ffebc7
}

.alert-warning .alert-link {
    color: #cc8300
}

.alert-danger {
    background-color: #fee;
    border-color: #ffe9e9;
    color: #fa5555
}

.alert-danger hr {
    border-top-color: #ffcfcf
}

.alert-danger .alert-link {
    color: #f92323
}

.notice-message-wrapper {
    box-sizing: border-box;
    left: 50%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    top: 30px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999999
}

.notice-message {
    margin-top: 0;
    opacity: 0;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    transform: translateY(-30px);
    transition: opacity .3s,transform .3s,margin-top .3s;
    transition-timing-function: cubic-bezier(.78,.14,.15,.86)
}

.notice-message-active {
    opacity: 1;
    transform: translateY(0)
}

.notice-message-up {
    margin-top: -56px;
    opacity: 0;
    transition: opacity .2s,transform .2s,margin-top .3s
}

.notice-message-content {
    align-items: center;
    background-color: var(--theme-el-bg-color);
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-m,4px);
    box-shadow: 0 0 16px 0 hsla(var(--theme-color-hsl),.1),0 8px 16px 0 hsla(var(--theme-color-hsl),.06);
    box-sizing: border-box;
    color: var(--theme-gray-color);
    display: inline-flex;
    font-size: 14px;
    line-height: 1.4;
    opacity: 1;
    overflow: hidden;
    padding: 8px 16px;
    pointer-events: all;
    transition: opacity .3s,transform .4s,top .4s
}

.notice-message-success {
    background-color: #29ad00;
    border-color: #29ad00;
    color: #fff
}

.notice-message-warning {
    background-color: #ffa400;
    border-color: #ffa400;
    color: #fff
}

.notice-message-error {
    background-color: #fa5555;
    border-color: #fa5555;
    color: #fff
}

.notice-message-icon {
    font-size: 16px;
    margin-right: 8px
}

.notice-message-loading {
    color: var(--theme-black-color)
}

.notice-message-loading .notice-message-icon {
    animation: swiper-preloader-spin 2s linear infinite;
    opacity: .9
}

.panel {
    background-color: var(--theme-el-bg-color);
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius-m,2px);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
    margin-bottom: 20px
}

.panel-body:after,.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px);
    border-top-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title {
    color: inherit
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}



.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px);
    border-top-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px);
    border-bottom-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}



.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px);
    border-top-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px);
    border-bottom-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: calc(var(--theme-border-radius-m, 2px) - 1px)
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid var(--theme-border-color)
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    border-radius: var(--theme-border-radius-m,2px);
    margin-bottom: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid var(--theme-border-color)
}





.panel-default,.panel-default>.panel-heading {
    border-color: var(--theme-border-color)
}

.panel-default>.panel-heading {
    background-color: hsla(var(--theme-color-hsl),.04);
    color: var(--theme-black-color)
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--theme-border-color)
}

.panel-default>.panel-heading .badge {
    background-color: var(--theme-black-color);
    color: hsla(var(--theme-color-hsl),.04)
}


.panel-primary,.panel-primary>.panel-heading {
    border-color: var(--theme-color)
}

.panel-primary>.panel-heading {
    background-color: var(--theme-color);
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: var(--theme-color)
}

.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: var(--theme-color)
}


.panel-success {
    border-color: #e7f6e2
}

.panel-success>.panel-heading {
    background-color: #eaf7e6;
    border-color: #e7f6e2;
    color: #29ad00
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7f6e2
}

.panel-success>.panel-heading .badge {
    background-color: #29ad00;
    color: #eaf7e6
}



.panel-info {
    border-color: #e1f5fd
}

.panel-info>.panel-heading {
    background-color: #e6f7fd;
    border-color: #e1f5fd;
    color: #00aae7
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e1f5fd
}

.panel-info>.panel-heading .badge {
    background-color: #00aae7;
    color: #e6f7fd
}



.panel-warning {
    border-color: #fff4e1
}

.panel-warning>.panel-heading {
    background-color: #fff6e6;
    border-color: #fff4e1;
    color: #ffa400
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff4e1
}

.panel-warning>.panel-heading .badge {
    background-color: #ffa400;
    color: #fff6e6
}


.panel-danger {
    border-color: #ffe9e9
}

.panel-danger>.panel-heading {
    background-color: #fee;
    border-color: #ffe9e9;
    color: #fa5555
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffe9e9
}

.panel-danger>.panel-heading .badge {
    background-color: #fa5555;
    color: #fee
}



.wpcom-close {
    color: var(--theme-light-color);
    float: right;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    opacity: .8
}

.wpcom-close:focus,.wpcom-close:hover {
    color: var(--theme-hover);
    cursor: pointer;
    text-decoration: none
}

button.wpcom-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0
}

.modal-open,.wpcom-modal {
    overflow: hidden
}

.wpcom-modal {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10000;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.wpcom-modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.wpcom-modal.in {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 1
}

.wpcom-modal.in .modal-dialog {
    transform: none
}

.wpcom-modal .modal-dialog {
    display: inline-block;
    margin-top: 15vh;
    position: relative;
    text-align: left;
    width: auto
}

@media (max-width: 767px) {
    .wpcom-modal .modal-dialog {
        margin-bottom:30px;
        width: 92%
    }
}

.wpcom-modal .modal-content {
    background-clip: padding-box;
    background-color: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-l,2px);
    box-shadow: 0 1px 3px hsla(var(--theme-color-hsl),.2);
    outline: 0;
    position: relative
}

.wpcom-modal .modal-header {
    padding: 15px 15px 10px
}

.wpcom-modal .modal-header:after,.wpcom-modal .modal-header:before {
    content: " ";
    display: table
}

.wpcom-modal .modal-header:after {
    clear: both
}

.wpcom-modal .modal-title {
    color: var(--theme-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0
}

.wpcom-modal .modal-body {
    color: var(--theme-gray-color);
    padding: 15px;
    position: relative
}

.wpcom-modal .modal-body p:last-child {
    margin-bottom: 0
}



@media (min-width: 768px) {
    .wpcom-modal .modal-dialog {
        width:600px
    }

    .wpcom-modal .modal-content {
        box-shadow: 0 5px 15px hsla(var(--theme-color-hsl),.3)
    }

    .wpcom-modal .modal-sm {
        width: 420px
    }
}

@media (min-width: 992px) {
    .wpcom-modal .modal-lg {
        width:900px
    }

    .wpcom-modal .modal-lg .modal-content {
        border-radius: var(--theme-border-radius-xl,3px)
    }

    .wpcom-modal .modal-lg .modal-header {
        padding: 20px 20px 10px
    }

    .wpcom-modal .modal-lg .modal-body {
        padding: 20px
    }

   
}

.modal-open .wpcom-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.wpcom-modal-backdrop {
    background-color: hsl(var(--theme-color-hsl));
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.wpcom-modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.wpcom-modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

.tooltip {
    display: block;
    font-family: var(--theme-font-family);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070;
    word-wrap: normal;
    filter: alpha(opacity=0);
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    background-color: #000;
    border-radius: var(--theme-border-radius-s,3px);
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    margin-top: -5px;
    right: 5px;
    top: 0
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    left: 5px;
    margin-top: -5px;
    top: 0
}

.clearfix:after,.clearfix:before,.section:after,.section:before {
    content: " ";
    display: table
}

.clearfix:after,.section:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1239px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1240px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1239px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

.icon-rotating {
    animation: swiper-preloader-spin 2s linear infinite
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex!important;
    padding: 0!important
}

.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
    margin-bottom: 0
}

.wp-block-search {
    position: relative
}

.wp-block-quote {
    border-left-color: var(--theme-light-color)
}

.wp-block-subhead {
    text-indent: 0
}

.wp-block-code {
    background: #2b303b;
    border-color: #393939;
    border-radius: var(--theme-border-radius-l,2px);
    color: #eee
}

.wp-block-latest-posts {
    margin-bottom: 10px;
    padding-left: 2em;
    text-align: left
}

.wp-block-latest-posts.is-grid {
    display: flex;
    list-style: disc
}

.wp-block-table {
    margin-bottom: 20px;
    width: 100%
}

.wp-block-table,.wp-block-table table {
    border-collapse: collapse;
    border-spacing: 0
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid var(--theme-border-color);
    padding: 10px
}

.wp-block-table thead {
    border-bottom-color: var(--theme-border-color)!important
}

.wp-block-table tfoot {
    border-top-color: var(--theme-border-color)!important
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border: 0!important
}

.wp-block-table.aligncenter {
    display: table
}

.wp-block-table.left {
    float: none;
    text-align: left
}

.wp-block-table.alignright {
    float: none;
    text-align: right
}

.wp-block-cover-image-text {
    text-indent: 0
}

.wp-block-video {
    text-align: center
}

.wp-block-audio,.wp-block-button,.wp-block-cover,.wp-block-cover-image,.wp-block-video {
    margin-bottom: 20px
}

.wp-block-cover__inner-container>p:last-child {
    margin-bottom: 0!important
}

.wp-block-cover__inner-container .has-black-background-color {
    background-color: rgba(0,0,0,.85)!important
}

.wp-block-cover__inner-container .has-white-background-color {
    background-color: hsla(0,0%,100%,.85)!important
}

.wp-block-cover__image-background {
    height: 100%!important
}

.wp-block-embed {
    text-align: center
}

.wp-embedded-content {
    display: block;
    width: 100%
}

@media (max-width: 767px) {
    .wp-embedded-content {
        max-height:none!important;
        min-height: auto!important
    }
}

.wp-block-pullquote {
    border-bottom: 4px solid #e5e5e5;
    border-top: 4px solid #e5e5e5;
    color: #444;
    margin: 28px 0;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote blockquote {
    background: none!important;
    border: 0!important;
    margin: 0;
    padding: 0!important
}

.wp-block-pullquote blockquote:before {
    display: none
}

.wp-block-verse {
    line-height: 2
}

.block-alert {
    display: flex;
    line-height: 1.47;
    padding: 15px
}

.block-alert>.icon-el {
    flex-shrink: 0;
    line-height: inherit;
    padding-right: 10px
}

.block-alert>.fa-lg {
    font-size: 38px;
    line-height: 42px;
    padding-right: 15px
}

.block-alert .alert-content {
    width: 100%
}

.block-alert.alert-default {
    background: hsla(var(--theme-color-hsl),.04);
    border: 1px solid var(--theme-border-color);
    color: var(--theme-black-color)
}

.block-panel .panel-heading .panel-title {
    line-height: 22px!important
}

.block-panel .panel-heading .panel-title .wpcom-icon {
    font-size: 1.1em;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: top
}

.wp-block-image {
    margin-bottom: 20px
}

.wp-block-image>figure {
    margin-bottom: 0
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized>aligncenter {
    display: table!important;
    table-layout: fixed
}

.wp-block-image figcaption {
    color: var(--theme-gray-color);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0!important;
    text-align: center
}

@media (max-width: 767px) {
    .wp-block-image :where(img[class*=wp-image-]) {
        height:auto!important
    }
}

.wp-block-separator {
    background-color: rgba(0,0,0,.4);
    border: 0!important;
    border-radius: var(--theme-border-radius-s,2px);
    color: rgba(0,0,0,.4);
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100px
}

.wp-block-separator.is-style-dots,.wp-block-separator.is-style-wide {
    height: 1px;
    width: auto
}

.wp-block-wpcom-video-code {
    margin-bottom: 20px
}

.wp-block-wpcom-video-code .video-code-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    --video-height: 56.25%
}

.wp-block-wpcom-video-code .video-code-inner iframe,.wp-block-wpcom-video-code .video-code-inner video,.wp-block-wpcom-video-code .video-code-inner>.plyr {
    bottom: 0;
    display: block;
    height: 100%!important;
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

@media (max-width: 767px) {
    .wp-block-wpcom-video-code .video-code-inner iframe,.wp-block-wpcom-video-code .video-code-inner video,.wp-block-wpcom-video-code .video-code-inner>.plyr {
        max-height:none!important;
        min-height: auto!important
    }
}

.wp-block-wpcom-video-code .video-code-inner:before {
    content: "";
    display: block;
    padding-bottom: var(--video-height)
}

.wp-block-wpcom-accordion>.panel {
    background: none;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-color: var(--theme-line-color);
    box-shadow: none
}

.wp-block-wpcom-accordion>.panel+.panel {
    margin-top: -1px
}

.wp-block-wpcom-accordion>.panel:last-child {
    border-bottom: 1px solid var(--theme-line-color)
}

.wp-block-wpcom-accordion .panel-heading {
    background: none;
    border-bottom: 0;
    border-top: 0;
    padding: 0
}

.wp-block-wpcom-accordion .panel-heading .panel-title {
    color: var(--theme-black-color);
    position: relative
}

.wp-block-wpcom-accordion .panel-heading .panel-title a {
    align-items: flex-start;
    background: none;
    color: inherit;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 15px;
    justify-content: space-between;
    line-height: 18px;
    padding: 20px 0;
    width: 100%
}

.wp-block-wpcom-accordion .panel-heading .panel-title a:after {
    content: "\e64e";
    font-family: iconbg;
    font-size: 1em;
    opacity: .75;
    padding: 0 6px;
    transition: all .3s
}

.wp-block-wpcom-accordion .panel-heading .panel-title a:active,.wp-block-wpcom-accordion .panel-heading .panel-title a:focus,.wp-block-wpcom-accordion .panel-heading .panel-title a:hover {
    background: none;
    text-decoration: none
}

.wp-block-wpcom-accordion .panel-heading .panel-title a[aria-expanded=true]:after {
    transform: rotate(-180deg);
    transition: all .3s
}

.wp-block-wpcom-accordion .panel-heading .panel-title a:hover {
    background: none;
    color: var(--theme-hover)
}

.wp-block-wpcom-accordion .panel-collapse .panel-body {
    border-top: 0;
    color: inherit;
    font-size: 16px;
    padding: 0 0 30px
}

.wp-video {
    width: auto!important
}

.plyr--video {
    margin-bottom: 20px
}

.j-wpcom-video {
    display: block;
    max-width: 100%
}

.wp-block-wpcom-hljs {
    position: relative
}

.wp-block-wpcom-hljs .copy-btn {
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: var(--theme-border-radius-m,3px);
    color: hsla(0,0%,100%,.95);
    cursor: pointer;
    display: none;
    font-size: 18px;
    line-height: 1;
    padding: 6px;
    position: absolute;
    right: 12px;
    top: 12px
}

.wp-block-wpcom-hljs .copy-btn:hover {
    background-color: hsla(0,0%,100%,.03);
    border: 1px solid hsla(0,0%,100%,.25);
    color: #fff
}

.wp-block-wpcom-hljs .copy-btn.success {
    background: none;
    border-color: #2da44e;
    color: #2da44e;
    cursor: default;
    display: block
}

.wp-block-wpcom-hljs:hover .copy-btn {
    display: block
}

.wp-block-wpcom-hljs>pre::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.wp-block-wpcom-hljs>pre::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.5);
    border-radius: var(--theme-border-radius-m,4px)
}

.wp-block-wpcom-hljs>pre::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.05)
}

.wp-block-wpcom-images.aligncenter .wp-block-wpcom-image {
    text-align: center
}

.wp-block-wpcom-images.inline-image {
    margin-bottom: 20px
}

.wp-block-wpcom-images.inline-image .wp-block-wpcom-image {
    margin: 0
}

.wp-block-wpcom-url-card {
    margin-bottom: 20px
}

.wp-block-wpcom-url-card .url-card {
    align-items: center;
    background-color: hsla(var(--theme-color-hsl),.04);
    border-radius: var(--theme-border-radius-l,4px);
    box-shadow: 0 0 1px 0 hsla(var(--theme-color-hsl),.2);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
    text-decoration: none;
    width: 400px
}

.wp-block-wpcom-url-card .url-card:hover {
    background-color: hsla(var(--theme-color-hsl),.06)
}

.wp-block-wpcom-url-card .url-card-image {
    border-radius: var(--theme-border-radius-m,3px);
    flex-shrink: 0;
    margin-right: 20px;
    overflow: hidden;
    width: 25%
}

.wp-block-wpcom-url-card .url-card-image img {
    height: auto;
    width: 100%
}

.wp-block-wpcom-url-card .url-card-content {
    width: 100%
}

.wp-block-wpcom-url-card .url-card-title {
    color: var(--theme-black-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
    word-break: break-all
}

.wp-block-wpcom-url-card .url-card-desc {
    color: var(--theme-gray-color);
    display: block;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-all
}

.wp-block-wpcom-slider {
    border-radius: var(--theme-border-radius-l,4px);
    margin-bottom: 20px;
    overflow: hidden
}

img.emoji,img.wp-smiley {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    display: inline!important;
    height: 1.5em!important;
    margin: 0 .07em!important;
    max-height: none!important;
    padding: 0!important;
    vertical-align: -.3em!important;
    width: 1.5em!important
}

.tabs-wrap {
    background: hsla(var(--theme-color-hsl),.04);
    border: 1px solid hsla(var(--theme-color-hsl),.06);
    border-radius: var(--theme-border-radius-m,3px);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0
}

.tabs-wrap .nav-tabs {
    display: flex;
    margin: 0!important;
    padding: 0!important;
    position: relative
}

.tabs-wrap .nav-tabs>li {
    margin: 0!important
}

.tabs-wrap .nav-tabs a {
    color: var(--theme-black-color);
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

.tabs-wrap .nav-tabs a:hover {
    background-color: hsla(var(--theme-color-hsl),.04)
}

.tabs-wrap .nav-tabs .active {
    background: var(--theme-el-bg-color);
    position: relative;
    z-index: 1
}

.tabs-wrap .nav-tabs .active:after {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-s,2px);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -.6em;
    position: absolute;
    width: 1.2em
}

.tabs-wrap .nav-tabs .active a {
    background-color: var(--theme-el-bg-color);
    color: var(--theme-color);
    font-weight: 500
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs:after {
    background: hsla(var(--theme-color-hsl),.1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs .active {
    border-left: 1px solid hsla(var(--theme-color-hsl),.1);
    border-right: 1px solid hsla(var(--theme-color-hsl),.1)
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs>li:first-child.active {
    border-left: 0
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs::-webkit-scrollbar {
    height: 3px
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs::-webkit-scrollbar-thumb {
    background: hsla(var(--theme-color-hsl),.15);
    border-radius: var(--theme-border-radius-s,3px)
}

.tabs-wrap:not(.tabs-horizontal) .nav-tabs::-webkit-scrollbar-track {
    background: hsla(var(--theme-color-hsl),.08)
}

.tabs-wrap .tab-content p {
    margin-bottom: 10px!important;
    text-indent: 0!important
}

.tabs-wrap .tab-content p:last-child {
    margin-bottom: 0!important
}

.tabs-wrap .tab-wrap {
    background: var(--theme-el-bg-color);
    overflow: hidden;
    padding: 1em;
    width: 100%
}

.tabs-horizontal {
    display: flex;
    overflow: hidden;
    width: 100%
}

.tabs-horizontal .nav-tabs {
    border-bottom: 0;
    flex-direction: column;
    flex-shrink: 0;
    width: 120px
}

.tabs-horizontal .nav-tabs:after {
    background: hsla(var(--theme-color-hsl),.1);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.tabs-horizontal .nav-tabs li {
    box-shadow: 0 0 1px hsla(var(--theme-color-hsl),.08)
}

.tabs-horizontal .nav-tabs li:last-child {
    border-bottom: 0
}

.tabs-horizontal .nav-tabs .active {
    border-bottom: 1px solid hsla(var(--theme-color-hsl),.1);
    border-top: 1px solid hsla(var(--theme-color-hsl),.1)
}

.tabs-horizontal .nav-tabs>li:first-child.active {
    border-top: 0
}

.tabs-horizontal .nav-tabs .active:after {
    bottom: auto;
    height: .8em;
    left: 6px;
    margin: -.4em 0 0;
    top: 50%;
    width: 2px
}

.panel {
    border-radius: var(--theme-border-radius-m,3px)
}

.panel-heading {
    padding: 10px 15px
}

.panel-title {
    border: 0!important;
    font-size: 16px!important;
    font-weight: 400;
    margin: 0!important;
    padding: 0!important
}

.panel-body {
    padding: 15px
}

.panel-body p {
    margin-bottom: 10px!important;
    text-indent: 0!important
}

.panel-body p:last-child {
    margin-bottom: 0!important
}

.wpcom-alert p {
    line-height: 1.46!important;
    margin-bottom: 10px!important;
    text-indent: 0!important
}

.wpcom-alert p:last-child {
    margin-bottom: 0!important
}

.entry-content .row,.map-wrap {
    margin-bottom: 10px
}

.map-wrap {
    position: relative
}

.map-wrap img {
    max-width: none!important
}

.map-wrap .map-address {
    text-indent: 0!important
}

:root {
    --swiper-theme-color: var(--theme-color)
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%;
    will-change: auto;
    z-index: 1
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    will-change: auto
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    font-size: calc(var(--swiper-navigation-size)/2);
    height: var(--swiper-navigation-size);
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: calc(var(--swiper-navigation-top-offset, 50%) - var(--swiper-navigation-size)/2);
    transition: all .3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: var(--swiper-navigation-size);
    z-index: 10
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: "\e659";
    display: block;
    font-family: iconbg;
    font-size: calc(var(--swiper-navigation-size)/2)
}

.swiper-button-prev:after {
    transform: rotate(180deg)
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-lock {
    display: none
}

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
    --swiper-navigation-size: 40px;
    background: hsla(var(--theme-color-hsl),.2);
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover {
    background: hsla(var(--theme-color-hsl),.4);
    opacity: .8!important
}

.swiper-container .swiper-button-next:active,.swiper-container .swiper-button-prev:active {
    background: hsla(var(--theme-color-hsl),.55);
    transition: all .1s
}

@media (max-width: 767px) {
    .swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
        --swiper-navigation-size:32px
    }
}

.swiper-container .swiper-button-prev,.swiper-container .swiper-rtl .swiper-button-next {
    left: calc(0px - var(--swiper-navigation-size));
    right: auto
}

.swiper-container .swiper-button-next,.swiper-container .swiper-rtl .swiper-button-prev {
    left: auto;
    right: calc(0px - var(--swiper-navigation-size))
}

.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-rtl .swiper-button-next {
    left: 12px;
    opacity: .8
}

@media (max-width: 767px) {
    .swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-rtl .swiper-button-next {
        left:9.6px
    }
}

.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-rtl .swiper-button-prev {
    opacity: .6;
    right: 12px
}

@media (max-width: 767px) {
    .swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-rtl .swiper-button-prev {
        right:9.6px
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,10px);
    left: 0;
    top: var(--swiper-pagination-top,auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left,auto);
    right: var(--swiper-pagination-right,8px);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size,4px)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: var(--swiper-scrollbar-bottom,4px);
    height: var(--swiper-scrollbar-size,4px);
    left: var(--swiper-scrollbar-sides-offset,1%);
    position: absolute;
    top: var(--swiper-scrollbar-top,auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left,auto);
    position: absolute;
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    width: var(--swiper-scrollbar-size,4px);
    z-index: 50
}

.swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom
}

.action {
    bottom: 20%;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 999
}

.action.action-style-1 {
    width: 62px
}

.action.action-style-1 .action-item {
    height: 64px;
    width: 62px
}

.action.action-style-1 .action-item>span {
    display: block;
    font-size: 12px;
    line-height: 1
}

.action.action-style-1 .action-item-icon {
    font-size: 28px;
    line-height: 42px;
    vertical-align: top
}

.action.action-color-1 .action-item {
    background-color: var(--action-color,var(--action-color));
    color: #fff;
    position: relative;
    z-index: 0
}

.action.action-color-1 .action-item:hover:before {
    background: rgba(0,0,0,.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.action.action-pos-1 {
    left: 50%;
    margin-left: 610px;
    right: auto
}

@media (max-width: 1219px) {
    .action.action-pos-1 {
        left:auto;
        margin-left: 0;
        right: 10px
    }
}

.action.hide-gotop .action-item:nth-last-child(2),.action.hide-gotop .action-item:nth-last-child(2):before {
    border-bottom-left-radius: var(--theme-border-radius-m,3px);
    border-bottom-right-radius: var(--theme-border-radius-m,3px)
}

.action .action-item {
    background: var(--theme-body-bg-color);
    border-top: 1px solid hsla(var(--theme-color-hsl),.1);
    box-sizing: content-box;
    color: hsla(var(--theme-color-hsl),.5);
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 0
}

.action .action-item:before {
    background: var(--theme-line-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.action .action-item:first-child {
    border-top: 0
}

.action .action-item:first-child,.action .action-item:first-child:before {
    border-top-left-radius: var(--theme-border-radius-m,3px);
    border-top-right-radius: var(--theme-border-radius-m,3px)
}

.action .action-item:last-child,.action .action-item:last-child:before {
    border-bottom-left-radius: var(--theme-border-radius-m,3px);
    border-bottom-right-radius: var(--theme-border-radius-m,3px)
}

.action .action-item:hover {
    background-color: var(--theme-hover);
    color: #fff;
    cursor: pointer
}

.action .action-item:hover .action-item-inner {
    opacity: 1;
    transform: translateX(-5px);
    transition: all .3s ease;
    visibility: visible
}

.action .gotop {
    opacity: 0;
    transition: opacity .3s ease
}

.action .gotop.active {
    opacity: 1;
    transition: opacity .3s ease
}

.action .action-item-icon {
    font-size: 20px;
    line-height: 40px
}

.action .action-item-inner {
    background-color: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-l,4px);
    box-shadow: 0 0 3px 1px hsla(var(--theme-color-hsl),.1);
    color: var(--theme-black-color);
    cursor: auto;
    font-size: 12px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 98%;
    text-align: left;
    top: 50%;
    transition: all .3s ease;
    visibility: hidden;
    width: 250px
}

.action .action-item-inner:after {
    content: "";
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px
}

.action .action-item-inner.action-item-type-2 {
    font-size: 14px;
    line-height: 1.6
}

.action .action-item-inner.action-item-type-2 p:last-child {
    margin-bottom: 0
}

.action .action-item-inner img {
    height: auto;
    max-width: 100%
}

.action .action-item-inner .action-item-img {
    display: block
}

.action .action-item-inner h1,.action .action-item-inner h2,.action .action-item-inner h3,.action .action-item-inner h4,.action .action-item-inner h5,.action .action-item-inner h6 {
    margin: .5em 0
}

.action .action-item-inner h1:first-child,.action .action-item-inner h2:first-child,.action .action-item-inner h3:first-child,.action .action-item-inner h4:first-child,.action .action-item-inner h5:first-child,.action .action-item-inner h6:first-child {
    margin-top: 0
}

.action .action-item-inner h1 {
    margin: 1em 0
}

.action .action-item-inner h2,.action .action-item-inner h3,.action .action-item-inner h4 {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-m,3px);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1em;
    padding: 10px 15px
}

.action .share-more-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin: 0;
    padding: 15px
}

.action .share-more-title {
    margin-bottom: 10px!important;
    width: 100%
}

.action .action-share-item {
    align-items: center;
    border-radius: var(--theme-border-radius-m,4px);
    box-sizing: border-box;
    color: var(--theme-gray-color);
    display: flex;
    font-size: 14px;
    gap: 6px;
    line-height: 20px;
    padding: 6px 3px;
    position: relative;
    transition: all .2s ease-out 0s;
    width: calc(50% - 4px)
}

.action .action-share-item:hover {
    background: hsla(var(--theme-color-hsl),.04);
    color: var(--theme-hover);
    padding: 6px 8px;
    text-decoration: none;
    transition: all .2s ease-out 0s
}

.action .action-share-item:hover .share-wx-wrap {
    bottom: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all .3s ease-out 0s
}

.action .action-share-item .wi {
    color: #fff;
    font-size: 14px;
    fill: #fff;
    border-radius: var(--theme-border-radius-s,3px);
    flex-shrink: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.action .action-share-item .wi-weibo {
    background-color: #d62d2b
}

.action .action-share-item .wi-wechat {
    background-color: #07c160
}

.action .action-share-item .wi-qq {
    background-color: #09f
}

.action .action-share-item .wi-qzone {
    background-color: #ffcf03
}

.action .action-share-item .wi-douban {
    background-color: #2d963d
}

.action .action-share-item .wi-linkedin {
    background-color: #0a66c2
}

.action .action-share-item .wi-facebook {
    background-color: #0866ff
}

.action .action-share-item .wi-twitter {
    background-color: #55acee
}

.action .action-share-item .wi-x {
    background-color: #000
}

.action .action-share-item .wi-mail {
    background-color: #7d7d7d
}

.action .action-share-item .wi-tumblr {
    background-color: #32506d
}

.action .action-share-item .wi-whatsapp {
    background-color: #00e676
}

.action .action-share-item .wi-line {
    background-color: #05be03
}

.action .action-share-item .wi-telegram {
    background-color: #2aabee
}

.action .action-share-item .wi-pinterest {
    background-color: #c00
}

@media (max-width: 767px) {
    .action {
        display:none
    }
}

.ie-update {
    background: #f7ecb5;
    box-sizing: content-box;
    color: #eea236;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 10px 0;
    position: fixed;
    _position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

.ie-update p {
    margin: 0
}

.copy-callback-success {
    align-items: center;
    color: var(--theme-black-color);
    display: flex;
    font-size: 18px;
    gap: 5px;
    justify-content: center;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center
}

.copy-callback-success:before {
    background: #29ad00;
    border-radius: 24px;
    color: #fff;
    content: "\e69a";
    font-family: iconbg;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px
}

.share-wx-wrap {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: var(--theme-border-radius-m);
    bottom: 50px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.05);
    box-sizing: content-box;
    filter: alpha(opacity=0);
    left: 50%;
    line-height: 1;
    margin: 0 0 0 -81px!important;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transition: all .3s ease-out 0s;
    width: 160px;
    z-index: 9
}

.share-wx-wrap:after,.share-wx-wrap:before {
    border: 8px solid transparent;
    border-top-color: #efefef;
    bottom: -16px;
    content: "";
    height: 0;
    left: 50%;
    line-height: 0;
    margin-left: -8px;
    position: absolute;
    width: 0
}

.share-wx-wrap:after {
    border-top-color: #fff;
    bottom: -15px;
    z-index: 1
}

.share-wx-wrap canvas,.share-wx-wrap img {
    display: block;
    height: auto;
    padding: 10px 10px 0;
    width: 100%
}

.share-wx-wrap span {
    color: var(--theme-gray-color);
    display: block;
    font-size: 12px!important;
    line-height: 1!important;
    margin: 0!important;
    padding: 0 0 10px
}

.admin-bar .top-news {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .top-news {
        top:46px
    }
}

.top-news {
    background: var(--theme-color);
    color: #fff;
    display: none;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.top-news-content {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 100%;
    line-height: 18px;
    padding-bottom: 12px;
    padding-right: 50px!important;
    padding-top: 12px;
    position: relative
}

.top-news-content .content-text {
    display: -webkit-box;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.top-news-content a {
    color: inherit
}

.top-news-content a:hover {
    opacity: .8
}

.top-news-close {
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: calc(var(--theme-gutter)/2);
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

@media (max-width: 767px) {
    .top-news-close {
        right:15px
    }
}

.widget-priview {
    padding: 0!important
}

.widget-priview #wrap {
    background: #fff;
    margin: 0;
    padding: 0
}

.widget-priview.abs #wrap {
    padding: 0!important
}

.widget-priview .site-content {
    float: none!important;
    width: 100%!important
}

.widget-priview .site-content .widget {
    margin-bottom: 0
}

.widget .wp-video {
    aspect-ratio: 16/9
}

@keyframes smartphoto-loader {
    0% {
        opacity: .4;
        transform: rotate(0deg)
    }

    50% {
        opacity: 1;
        transform: rotate(180deg)
    }

    to {
        opacity: .4;
        transform: rotate(1turn)
    }
}

@keyframes smartphoto-appear {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

@keyframes smartphoto-hide {
    0% {
        display: block;
        opacity: 1
    }

    99% {
        display: block;
        opacity: 0
    }

    to {
        display: none;
        opacity: 0
    }
}

.smartphoto {
    animation-duration: .3s;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    background-color: rgba(0,0,0,.8);
    cursor: pointer;
    font-family: sans-serif;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 100000
}

@media (max-width: 767px) {
    .smartphoto {
        background-color:rgba(0,0,0,.98)
    }
}

.smartphoto[aria-hidden=true] {
    display: none
}

.smartphoto-close {
    opacity: 0
}

.smartphoto-count {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top
}

.smartphoto-header {
    background-color: rgba(0,0,0,.2);
    box-sizing: border-box;
    display: block;
    height: 50px;
    left: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100002
}

.smartphoto-content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.smartphoto-dismiss {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHZpZXdCb3g9IjAgMCAyODM0LjY1IDI4MzQuNjUiPjxwYXRoIGQ9Ik0xNTc2LjQyIDE0MDYuNzYgMjc4NCAxOTkuMTlhNTYuODYgNTYuODYgMCAwIDAgMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYgNTYuODYgMCAwIDAtODAuMTggMEwxNDE3LjMyIDEyNDcuNjYgMjA5Ljc1IDQwLjA5YTU2Ljg2IDU2Ljg2IDAgMCAwLTgwLjE4IDBMNTAuNjUgMTE5YTU2Ljg2IDU2Ljg2IDAgMCAwIDAgODAuMThsMTIwNy41OCAxMjA3LjU4TDUwLjY1IDI2MTQuMzRhNTYuODYgNTYuODYgMCAwIDAgMCA4MC4xOGw3OC45MiA3OC45MmE1Ni44NiA1Ni44NiAwIDAgMCA4MC4xOCAwbDEyMDcuNTctMTIwNy41OEwyNjI0LjkgMjc3My40NGE1Ni44NiA1Ni44NiAwIDAgMCA4MC4xOCAwbDc4LjkyLTc4LjkyYTU2Ljg2IDU2Ljg2IDAgMCAwIDAtODAuMThaIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 40px
}

.smartphoto-body {
    margin: 0 auto;
    z-index: 102
}

.smartphoto-body,.smartphoto-inner {
    height: 100%;
    position: relative;
    width: 100%
}

.smartphoto-inner {
    vertical-align: top
}

.smartphoto-img {
    cursor: zoom-in;
    display: none;
    height: auto;
    max-width: none!important;
    transition: transform .3s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    -webkit-user-drag: none
}

.smartphoto-img.active {
    display: block
}

.smartphoto-img-onmove {
    cursor: grab;
    cursor: -webkit-grab;
    transition: none
}

.smartphoto-img-elasticmove {
    transition: transform .3s ease-out
}

.smartphoto-img-wrap {
    animation-duration: .3s;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    display: inline-block;
    opacity: 1;
    transition: opacity .3s ease-out
}

.smartphoto-img-left {
    transform: translateX(150%)!important
}

.smartphoto-img-right {
    transform: translateX(-150%)!important
}

.smartphoto-arrows {
    animation-duration: .3s;
    animation-name: smartphoto-appear;
    animation-timing-function: ease-out;
    left: 0;
    list-style-type: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 50%;
    z-index: 1002
}

@media (max-width: 991px) {
    .smartphoto-arrows {
        display:none
    }
}

.smartphoto-arrows[aria-hidden=true] {
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-arrows li {
    animation-duration: .3s;
    animation-name: smartphoto-appear;
    animation-timing-function: ease-out;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    height: 40px;
    left: 10px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px
}

.smartphoto-arrows li:focus {
    outline: none
}

.smartphoto-arrows [aria-hidden=true] {
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-arrows a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 18px;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%
}

.smartphoto-arrows li.smartphoto-arrow-right {
    left: auto;
    right: 10px
}

.smartphoto-arrows li.smartphoto-arrow-right a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0z'/%3E%3C/svg%3E")
}

.smartphoto-arrows li.smartphoto-arrow-left a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath fill='%23fff' d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44z'/%3E%3C/svg%3E")
}

.smartPhotoArrowHideIcon {
    display: none
}

.smartphoto-nav {
    animation-duration: .3s;
    animation-name: smartphoto-appear;
    animation-timing-function: ease-out;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%
}

.smartphoto-nav[aria-hidden=true] {
    animation-name: smartphoto-hide;
    display: none
}

.smartphoto-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.smartphoto-nav li {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 50px
}

.smartphoto-nav a {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 100%;
    opacity: .5;
    width: 100%
}

.smartphoto-nav a:focus {
    opacity: .8
}

.smartphoto-nav a.current {
    opacity: 1
}

.smartphoto-nav img {
    height: 100%;
    width: auto
}

.smartphoto-list {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 101
}

.smartphoto-list li {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%
}

.smartphoto-list li:focus {
    outline: none
}

.smartphoto-list-onmove {
    transition: all .3s ease-out
}

.smartphoto-caption {
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 50px;
    left: 0;
    line-height: 50px;
    overflow: hidden;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.smartphoto-caption:focus {
    outline: none
}

.smartphoto-loader-wrap {
    display: block;
    height: 0;
    position: relative;
    transform: translate(50vw,50vh);
    width: 0;
    z-index: 103
}

.smartphoto-loader {
    animation: smartphoto-loader .5s linear infinite;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    border-right: 4px solid transparent;
    height: 30px;
    left: 0;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 101
}

.smartphoto-img-clone {
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease-out;
    z-index: 100
}

.smartphoto-sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0)
}

.multi-filter {
    background: var(--theme-el-bg-color);
    border-radius: var(--theme-border-radius-xl);
    margin-bottom: 20px;
    padding: 20px
}

@media (max-width: 767px) {
    .multi-filter {
        background:hsla(var(--theme-color-hsl),.02);
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px
    }
}

.multi-filter-item {
    align-items: flex-start;
    border-bottom: 1px solid var(--theme-line-color);
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .multi-filter-item {
        display:block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative
    }
}

.multi-filter-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.multi-filter-item.has-more .multi-filter-more {
    display: block
}

.multi-filter-item.has-more .multi-filter-ul {
    max-height: 68px;
    overflow: hidden
}

@media (max-width: 767px) {
    .multi-filter-item.has-more .multi-filter-ul {
        max-height:54px
    }
}

.multi-filter-item.open .multi-filter-ul {
    max-height: none
}

.multi-filter-item.open .multi-filter-more .wi {
    transform: rotate(-180deg);
    transition: transform .3s
}

.multi-filter-attr.filter-multi-enable .multi-filter-current a:before {
    background: hsla(0,0%,4%,.1);
    content: "\e60c";
    display: inline-block;
    font-family: iconbg;
    font-size: 12px;
    margin-left: -8px;
    margin-right: 8px;
    padding: 0 5px;
    vertical-align: top
}

.multi-filter-title {
    color: var(--theme-black-color);
    flex-shrink: 0;
    font-size: inherit;
    line-height: 24px;
    margin: 0 10px 0 0;
    width: 90px
}

@media (max-width: 767px) {
    .multi-filter-title {
        margin-bottom:10px;
        width: 100%
    }
}

.multi-filter-more {
    border: 1px solid hsla(var(--theme-color-hsl),.2);
    border-radius: var(--theme-border-radius-s,3px);
    box-sizing: border-box;
    color: var(--theme-light-color);
    display: none;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    text-align: center;
    width: 24px
}

.multi-filter-more .wi {
    transition: transform .3s
}

.multi-filter-more:hover {
    border-color: var(--theme-hover);
    color: var(--theme-hover)
}

@media (max-width: 767px) {
    .multi-filter-more {
        position:absolute;
        right: 0;
        top: 0
    }
}

.multi-filter-ul {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .multi-filter-ul {
        margin:0 0 -6px
    }
}

.multi-filter-li {
    color: var(--theme-gray-color);
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 8px;
    vertical-align: top
}

@media (max-width: 767px) {
    .multi-filter-li {
        margin-bottom:6px;
        margin-right: 6px;
        padding: 0 6px
    }
}

.multi-filter-li a {
    color: inherit
}

.multi-filter-li a:hover {
    color: var(--theme-hover)
}

.multi-filter-current {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-s,3px);
    color: #fff
}

.multi-filter-current a:hover {
    color: #fff
}

.multi-filter-current:hover {
    background: var(--theme-hover)
}

.wpcom-modules blockquote {
    color: var(--theme-gray-color);
    font-size: 13px
}

.wpcom-modules img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpcom-modules embed,.wpcom-modules iframe {
    max-width: 100%
}

.wpcom-modules .aligncenter {
    display: block;
    margin: 0 auto
}

.wpcom-modules .alignright {
    float: right
}

.wpcom-modules button,.wpcom-modules input,.wpcom-modules select,.wpcom-modules textarea {
    max-width: 100%
}

.modules-fullwidth {
    margin-bottom: 0;
    padding: 15px 0
}

.modules-fullwidth .container-fluid {
    padding: 0
}

@media (max-width: 991px) {
    .modules-fullwidth .container-fluid>.modules-sidebar-layout.container {
        padding-left:0;
        padding-right: 0
    }
}

@media (max-width: 767px) {
    .modules-fullwidth {
        background-attachment:scroll!important
    }
}

.modules-image img {
    display: block;
    height: auto
}

.modules-image .modules-image-inner>a,.modules-image .modules-image-inner>img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.modules-image .modules-image-inner>a>img {
    width: 100%
}

.modules-image .image-align-center {
    text-align: center
}

.modules-image .image-align-right {
    text-align: right
}

.modules-image .image-align-justify>a,.modules-image .image-align-justify>img {
    display: block
}

.modules-image .image-align-justify img {
    width: 100%!important
}

.modules-map {
    position: relative
}

.modules-map img {
    max-width: none
}

.map-container {
    background: #f3f1ec;
    height: 100%
}

.map-title {
    color: var(--theme-black-color);
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0!important
}

.map-address {
    color: var(--theme-gray-color);
    font-size: 16px;
    margin: 10px 0
}

.module-shadow {
    background: rgba(0,0,0,.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.module-shadow-white {
    background: hsla(0,0%,100%,.3)
}

.module-bg-video {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    clip: rect(auto,auto,auto,auto)
}

@media (max-width: 991px) {
    .module-bg-video {
        display:none
    }
}

.module-bg-video video {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .module-bg-video video {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto
    }
}

.module-bg-video.module-bg-fixed video {
    position: fixed
}

.is-mobile .module-bg-video {
    display: none
}

.modules-video {
    position: relative;
    text-align: center
}

.modules-video .video-wrap {
    --module-play-btn-size: 72px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--theme-border-radius-l,5px);
    width: 100%
}

.modules-video .video-inline-player {
    border-radius: var(--theme-border-radius-l,5px);
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.modules-video .video-inline-player .art-video-player {
    --art-state-size: var(--module-play-btn-size);
    --art-state-opacity: 1
}

.modules-video .video-inline-player .art-video-player .art-icon-state {
    font-size: calc(var(--module-play-btn-size)*.76);
    height: var(--module-play-btn-size);
    line-height: var(--module-play-btn-size);
    position: relative;
    width: var(--module-play-btn-size)
}

.modules-video .video-inline-player .art-video-player .art-icon-state .wpcom-icon {
    color: #fff
}

.modules-video .video-inline-player .art-video-player .art-icon-state:after,.modules-video .video-inline-player .art-video-player .art-icon-state:before {
    background: var(--theme-color);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    transition: all .2s ease-out 0s;
    width: 100%
}

.modules-video .video-inline-player .art-video-player .art-icon-state:after {
    opacity: .3;
    transform: scale(1.2)
}

.modules-video .video-inline-player .art-video-player .art-icon-state .wi {
    position: relative;
    z-index: 1
}

.modules-video .video-inline-player .art-video-player .art-icon-state:hover:before {
    opacity: .9;
    transform: scale(1.05);
    transition: all .2s ease-out 0s
}

.modules-video .video-inline-player .art-video-player .art-icon-state:hover:after {
    transform: scale(1.05);
    transition: all .2s ease-out 0s
}

.modules-video .video-inline-player embed,.modules-video .video-inline-player iframe,.modules-video .video-inline-player video {
    height: 100%;
    vertical-align: top;
    width: 100%
}

.modules-video .modal-player {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: calc(var(--module-play-btn-size)*.76);
    height: var(--module-play-btn-size);
    left: 50%;
    line-height: var(--module-play-btn-size);
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: var(--module-play-btn-size)
}

.modules-video .modal-player:after,.modules-video .modal-player:before {
    background: var(--theme-color);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    transition: all .2s ease-out 0s;
    width: 100%
}

.modules-video .modal-player:after {
    opacity: .3;
    transform: scale(1.2)
}

.modules-video .modal-player .wi {
    position: relative;
    z-index: 1
}

.modules-video .modal-player:hover:before {
    opacity: .9
}

.modules-video .modal-player:hover:after,.modules-video .modal-player:hover:before {
    transform: scale(1.05);
    transition: all .2s ease-out 0s
}

.modules-video .modal-dialog {
    width: 900px
}

@media (max-width: 991px) {
    .modules-video .modal-dialog {
        width:92%
    }
}

.modules-video .modal-body {
    aspect-ratio: 16/9
}

.video-code {
    display: none
}

.modal-video {
    z-index: 10050
}

.modal-video .modal-content {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 5px 15px hsla(var(--theme-color-hsl),.3));
    position: relative
}

.modal-video .modal-header {
    border-bottom: 0;
    padding: 5px 7px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.modal-video .modal-header .wpcom-close {
    color: #fff;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    opacity: .85;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: -30px
}

.modal-video .modal-header .wpcom-close:hover {
    opacity: 1
}

.modal-video .modal-body {
    border-radius: var(--theme-border-radius-xl,3px);
    overflow: hidden;
    padding: 0!important
}

.modal-video .wp-video {
    background-color: #000;
    height: 100%
}

.modal-video embed,.modal-video iframe,.modal-video video {
    height: 100%;
    outline: 0;
    vertical-align: top;
    width: 100%
}

.modules-text {
    font-size: 16px
}

.modules-text h1 {
    font-size: 36px
}

@media (max-width: 767px) {
    .modules-text h1 {
        font-size:30px
    }
}

.modules-text h2 {
    font-size: 30px
}

@media (max-width: 767px) {
    .modules-text h2 {
        font-size:22px
    }
}

.modules-text h3 {
    font-size: 24px
}

@media (max-width: 767px) {
    .modules-text h3 {
        font-size:18px
    }
}

.modules-text h4 {
    font-size: 18px
}

@media (max-width: 767px) {
    .modules-text h4 {
        font-size:16px
    }
}

.modules-text p {
    line-height: 1.8;
    margin-bottom: 15px
}

.modules-text p:last-child {
    margin-bottom: 0
}

.modules-text p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    font-weight: 100;
    line-height: 1
}

.modules-text figure {
    margin-bottom: 15px
}

.modules-text blockquote {
    background: #fbfbfb;
    border-left-color: #e5e5e5;
    color: #666;
    font-size: 14px
}

.modules-text blockquote p:last-child {
    margin-bottom: 0
}

.modules-text ol,.modules-text ul {
    list-style-position: outside;
    margin-bottom: 15px;
    padding-left: 2em
}

.modules-text li {
    margin-bottom: 10px
}

.modules-text img {
    height: auto
}

.modules-text audio,.modules-text img,.modules-text video {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .modules-text audio,.modules-text video {
        display:block;
        height: auto;
        width: 100%
    }
}

.modules-text embed,.modules-text iframe {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .modules-text embed,.modules-text iframe {
        display:block;
        max-height: 500px;
        min-height: 200px;
        width: 100%
    }
}

.modules-text .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.modules-text .aligncenter img {
    margin: 0 auto
}

.modules-text .alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.modules-text .alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px
}

.modules-text .wp-caption,.modules-text button,.modules-text input,.modules-text select,.modules-text textarea {
    max-width: 100%
}

.modules-text .wp-caption-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
    text-align: center;
    text-indent: 0
}

.modules-text-format .text-format-el {
    margin: 0;
    padding: 0
}

.modules-container .container-inner {
    z-index: 0
}

.modules-container .container-inner .module-shadow {
    z-index: -1
}

.modules-button-inner {
    margin-bottom: -10px;
    margin-right: -10px;
    margin-top: -10px
}

.modules-button {
    font-size: 0
}

.modules-button .wpcom-btn {
    font-weight: 400;
    margin: 10px
}

.modules-button .wpcom-btn.btn-primary {
    border: 0;
    line-height: 18px
}

.modules-button .wpcom-btn.btn-primary.btn-sm,.modules-button .wpcom-btn.btn-primary.btn-xs {
    line-height: 16px
}

@media (max-width: 767px) {
    .modules-button .wpcom-btn.btn-primary.btn-m-sm,.modules-button .wpcom-btn.btn-primary.btn-m-xs {
        line-height:16px
    }
}

.modules-button .wpcom-btn.btn-border {
    border-style: solid;
    border-width: 1px;
    line-height: 16px
}

.modules-button .wpcom-btn.btn-border.btn-sm,.modules-button .wpcom-btn.btn-border.btn-xs {
    line-height: 14px
}

@media (max-width: 767px) {
    .modules-button .wpcom-btn.btn-border.btn-m-sm,.modules-button .wpcom-btn.btn-border.btn-m-xs {
        line-height:14px
    }
}

.modules-button .wpcom-btn.btn-border.btn-xl {
    line-height: 18px
}

@media (max-width: 767px) {
    .modules-button .wpcom-btn.btn-border.btn-m-xl {
        line-height:18px
    }
}

.modules-button .btn-lg {
    padding: 11px 25px
}

.modules-button .btn-xl {
    border-radius: var(--theme-border-radius-l,2px);
    font-size: 16px;
    line-height: 18px;
    padding: 13px 35px
}

.modules-button .btn-xl.btn-primary {
    line-height: 20px
}

.modules-button .btn-icon {
    font-size: 1.1em;
    line-height: inherit;
    margin-right: .3em;
    vertical-align: top
}

.modules-button .btn-icon-1 .btn-icon {
    margin-left: .3em;
    margin-right: 0
}

@media (max-width: 767px) {
    .modules-button .btn-m-xl {
        border-radius:var(--theme-border-radius-l,2px);
        font-size: 16px;
        line-height: 18px;
        padding: 13px 35px
    }

    .modules-button .btn-m-xl.btn-primary {
        line-height: 20px
    }

    .modules-button .btn-m-lg {
        border-radius: 4px;
        font-size: 14px;
        line-height: 16px;
        padding: 11px 20px
    }

    .modules-button .btn-m-normal {
        border-radius: 4px;
        font-size: 14px;
        line-height: 16px;
        padding: 9px 20px
    }

    .modules-button .btn-m-sm {
        border-radius: 3px;
        font-size: 12px;
        line-height: 14px;
        padding: 8px 15px
    }

    .modules-button .btn-m-xs {
        border-radius: 3px;
        font-size: 12px;
        line-height: 14px;
        padding: 6px 15px
    }
}

.modules-gutenberg {
    font-size: 16px;
    line-height: 1.8
}

.modules-gutenberg [class^=wp-block-]:last-child,.modules-gutenberg p:last-child {
    margin-bottom: 0
}

.modules-accordion .panel-group {
    color: var(--theme-gray-color);
    margin: 0
}

.modules-accordion .panel {
    background: none;
    border-bottom-width: 0;
    border-color: var(--theme-line-color)
}

.modules-accordion .panel-title {
    color: var(--theme-black-color)
}

.modules-accordion .panel-heading {
    color: inherit
}

.modules-accordion .panel-heading .panel-title a {
    color: inherit;
    font-weight: 500
}

.modules-accordion .panel-collapse .panel-body,.modules-accordion .panel-heading .panel-title a:hover,.modules-accordion .panel-heading .panel-title a:hover .wi {
    color: inherit
}

.modules-accordion .accordion-style-2 {
    color: #eee
}

.modules-accordion .accordion-style-2 .panel {
    background: var(--theme-color);
    border: 0;
    border-radius: var(--theme-border-radius-l,3px);
    margin-bottom: 15px;
    padding: 0 20px
}

.modules-accordion .accordion-style-2 .panel:last-child {
    margin-bottom: 0
}

.modules-accordion .accordion-style-2 .panel-title {
    color: #fff
}

.modules-accordion .accordion-style-2 .panel-heading .panel-title a .wpcom-icon {
    opacity: .7
}

.modules-default-slider .swiper-container {
    font-size: 16px
}

@media (max-width: 767px) {
    .modules-default-slider .swiper-container {
        font-size:14px
    }
}

.modules-default-slider .swiper-slide {
    height: auto;
    overflow: hidden
}

.modules-default-slider .swiper-slide>a {
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%
}

.modules-default-slider .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.modules-default-slider .swiper-slide-title {
    background: hsla(var(--theme-color-hsl),.3);
    bottom: 0;
    color: var(--theme-el-bg-color);
    font-weight: 500;
    left: 0;
    line-height: 1.2em;
    padding: 1em calc(3em + 96px) 1em 2em;
    position: absolute;
    right: 0
}

@media (max-width: 767px) {
    .modules-default-slider .swiper-slide-title {
        padding:.8em calc(2em + 96px) .8em 1.2em
    }
}

.modules-default-slider .swiper-pagination {
    line-height: 1.2em
}

.modules-default-slider .swiper-thumbs {
    margin-top: calc(var(--module-thumbs-margin-top, 10px) - 1px);
    padding: 1px
}

.modules-default-slider .swiper-thumbs .swiper-slide {
    background: var(--theme-black-color);
    cursor: pointer
}

.modules-default-slider .swiper-thumbs .swiper-slide img {
    opacity: .6
}

.modules-default-slider .swiper-thumbs .swiper-slide:hover img {
    opacity: .8
}

.modules-default-slider .swiper-thumbs .swiper-slide-thumb-active {
    outline: 1px solid var(--theme-color)
}

.modules-default-slider .swiper-thumbs .swiper-slide-thumb-active img,.modules-default-slider .swiper-thumbs .swiper-slide-thumb-active:hover img {
    opacity: 1
}

.modules-alert .wpcom-alert {
    align-items: flex-start;
    background: var(--module-bg-color,var(--theme-line-color));
    border-radius: var(--module-border-radius,4px);
    color: var(--module-color,var(--theme-black-color));
    display: flex;
    font-size: var(--module-font-size,16px);
    gap: .5em;
    line-height: 1.4;
    margin: 0;
    padding: var(--module-padding,12px 15px)
}

.modules-alert .alert-icon {
    color: var(--module-icon-color);
    font-size: 1.2em;
    line-height: calc(var(--module-font-size, 16px)*1.4)
}

.modules-alert .alert-icon .wpcom-icon {
    vertical-align: top
}

.modules-alert .alert-icon img {
    display: block;
    height: calc(var(--module-font-size, 16px)*1.4);
    width: auto
}

.modules-alert .alert-content {
    flex-grow: 1
}

.modules-alert .alert-content>p:last-child {
    margin-bottom: 0
}

.modules-alert .alert-close {
    cursor: pointer;
    font-family: iconbg;
    font-size: .9em;
    line-height: calc(var(--module-font-size, 16px)*1.4);
    opacity: .8;
    text-align: center;
    width: calc(var(--module-font-size, 16px) + 4px)
}

.modules-alert .alert-close:after {
    content: "\e60c"
}

.modules-alert .alert-close:hover {
    opacity: 1
}

.modules-search {
    --module-height: 42px;
    --module-radius: 5px;
    --module-border: 1px solid var(--theme-border-color);
    --module-shadow: none;
    --module-color: var(--theme-black-color);
    --module-bg-color: var(--theme-el-bg-color,#fff);
    --module-btn-color: var(--theme-color);
    margin-left: auto;
    margin-right: auto
}

.modules-search-type {
    color: var(--module-color);
    display: flex;
    font-size: 15px;
    gap: 24px;
    justify-content: center;
    line-height: 2;
    margin-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width: 991px) {
    .modules-search-type {
        justify-content:flex-start
    }
}

.modules-search-type-item {
    cursor: pointer;
    opacity: .8;
    padding-bottom: 3px;
    white-space: nowrap
}

.modules-search-type-item:hover {
    opacity: 1
}

.modules-search-type-item.active {
    opacity: 1;
    position: relative
}

.modules-search-type-item.active:after {
    background: var(--module-color);
    border-radius: var(--theme-border-radius-s,3px);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: .8;
    position: absolute;
    width: 100%
}

.modules-search-from {
    background: var(--module-bg-color);
    border: var(--module-border);
    border-radius: var(--module-radius);
    box-shadow: var(--module-shadow);
    box-sizing: content-box;
    display: flex;
    overflow: hidden;
    padding: 5px
}

.modules-search-from:focus-within {
    border-color: var(--module-btn-color)
}

.modules-search-post {
    color: var(--module-color);
    font-size: calc(var(--module-height)/3);
    line-height: calc(var(--module-height) - 10px);
    position: relative
}

.modules-search-post select {
    appearance: none;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    outline: 0;
    padding: 0 calc(var(--module-height)/3 + 5px) 0 calc(var(--module-height)/2.5 - 5px);
    text-align: center
}

.modules-search-post:after {
    content: "\e64e";
    display: block;
    font-family: iconbg;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.modules-search-input {
    background: none;
    border: 0;
    color: var(--module-color);
    flex-grow: 1;
    font-size: calc(var(--module-height)/3);
    line-height: calc(var(--module-height) - 10px);
    outline: 0;
    padding: 0 calc(var(--module-height)/2.5 - 5px)
}

.modules-search-input:-ms-input-placeholder {
    color: var(--module-color);
    opacity: .6
}

.modules-search-input::placeholder {
    color: var(--module-color);
    opacity: .6
}

.modules-search-button {
    background: var(--module-btn-color);
    border: 0;
    border-radius: calc(var(--module-radius) - 1px);
    color: var(--module-bg-color);
    cursor: pointer;
    font-size: max(12px,calc(var(--module-height)/3 + 2px));
    font-weight: 600;
    line-height: calc(var(--module-height) - 10px);
    outline: 0;
    padding: 0 calc(var(--module-height)/2.2)
}

.modules-search-button:hover {
    opacity: .92
}

.modules-search-icon-button {
    background: none;
    color: var(--module-btn-color);
    font-size: calc(var(--module-height)/2);
    padding: 0 calc(var(--module-height)/3)
}

.modules-tabs .tabs-switch {
    --module-color: var(--theme-black-color);
    --module-active-color: var(--theme-color);
    --module-active-btn-color: var(--theme-color);
    --module-font-size: 18px;
    --module-tab-gap: 30px;
    color: var(--module-color);
    display: flex;
    font-size: var(--module-font-size);
    gap: var(--module-tab-gap);
    list-style: none;
    margin-bottom: 30px;
    padding: 0
}

@media (max-width: 991px) {
    .modules-tabs .tabs-switch {
        flex-wrap:wrap
    }
}

.modules-tabs .tabs-align-center {
    justify-content: center
}

.modules-tabs .tabs-align-right {
    justify-content: right
}

.modules-tabs .tabs-switch-item {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: .2em;
    line-height: calc(var(--module-font-size)*2);
    padding-bottom: .5em;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.modules-tabs .tabs-switch-item .wpcom-icon {
    font-size: 1.1em;
    line-height: inherit;
    width: 1.1em
}

.modules-tabs .tabs-switch-item .wpcom-icon img {
    display: block;
    height: auto;
    width: 100%
}

.modules-tabs .tabs-style-0 .tabs-switch-item,.modules-tabs .tabs-style-1 .tabs-switch-item {
    line-height: 2.2;
    position: relative
}

.modules-tabs .tabs-style-0 .tabs-switch-item:after,.modules-tabs .tabs-style-1 .tabs-switch-item:after {
    background: none;
    border-radius: var(--theme-border-radius-s);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .1s ease 0s;
    width: 8px
}

.modules-tabs .tabs-style-0 .tabs-switch-item.active,.modules-tabs .tabs-style-0 .tabs-switch-item:hover,.modules-tabs .tabs-style-1 .tabs-switch-item.active,.modules-tabs .tabs-style-1 .tabs-switch-item:hover {
    color: var(--module-active-color)
}

.modules-tabs .tabs-style-0 .tabs-switch-item.active:after,.modules-tabs .tabs-style-0 .tabs-switch-item:hover:after,.modules-tabs .tabs-style-1 .tabs-switch-item.active:after,.modules-tabs .tabs-style-1 .tabs-switch-item:hover:after {
    background: var(--module-active-color);
    transition: all .1s ease 0s;
    width: 1.2em
}

.modules-tabs .tabs-style-1 .tabs-switch-item:after {
    height: 2px
}

.modules-tabs .tabs-style-1 .tabs-switch-item.active:after,.modules-tabs .tabs-style-1 .tabs-switch-item:hover:after {
    width: 100%
}

.modules-tabs .tabs-style-2 {
    --module-active-color: #fff;
    border-bottom: 1px solid var(--module-active-btn-color)
}

.modules-tabs .tabs-style-2 .tabs-switch-item {
    padding: .2em 1.2em
}

.modules-tabs .tabs-style-2 .tabs-switch-item.active {
    background: var(--module-active-btn-color);
    border-top-left-radius: var(--theme-border-radius-m);
    border-top-right-radius: var(--theme-border-radius-m);
    color: var(--module-active-color)
}

.modules-tabs .tabs-style-2 .tabs-switch-item:not(.active):hover {
    color: var(--module-active-btn-color)
}

.modules-tabs .tabs-style-3 {
    --module-active-color: #fff
}

.modules-tabs .tabs-style-3 .tabs-switch-item {
    border-radius: var(--theme-border-radius-m);
    padding: .2em 1.2em;
    position: relative
}

.modules-tabs .tabs-style-3 .tabs-switch-item:before {
    border: 1px solid var(--module-color);
    border-radius: var(--theme-border-radius-m);
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%
}

.modules-tabs .tabs-style-3 .tabs-switch-item.active {
    background: var(--module-active-btn-color);
    color: var(--module-active-color)
}

.modules-tabs .tabs-style-3 .tabs-switch-item.active:before {
    border-color: var(--module-active-btn-color)
}

.modules-tabs .tabs-style-3 .tabs-switch-item:not(.active):hover {
    color: var(--module-active-btn-color)
}

.modules-tabs .tabs-style-3 .tabs-switch-item:not(.active):hover:before {
    border-color: var(--module-active-btn-color);
    opacity: .8
}

.modules-tabs .tabs-content-item {
    display: none
}

.modules-tabs .tabs-content-item.active {
    display: block
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2023 Animate.css
 */
:root {
    --animate-duration: 800ms;
    --animate-delay: 50ms;
    --animate-repeat: 1
}

.anm-ready {
    opacity: 0
}

.anm-animated {
    animation-delay: var(--animate-delay);
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

.anm-animated.anm-infinite {
    animation-iteration-count: infinite
}

.anm-animated.anm-repeat-1 {
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat)
}

.anm-animated.anm-repeat-2 {
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.anm-animated.anm-repeat-3 {
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.anm-animated.anm-delay-1s {
    animation-delay: 1s;
    animation-delay: var(--animate-delay)
}

.anm-animated.anm-delay-2s {
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay)*2)
}

.anm-animated.anm-delay-3s {
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay)*3)
}

.anm-animated.anm-delay-4s {
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay)*4)
}

.anm-animated.anm-delay-5s {
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay)*5)
}

.anm-animated.anm-faster {
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration)/2)
}

.anm-animated.anm-fast {
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration)*.8)
}

.anm-animated.anm-slow {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2)
}

.anm-animated.anm-slower {
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),print {
    .anm-animated {
        animation-duration: 1ms!important;
        animation-iteration-count: 1!important;
        transition-duration: 1ms!important
    }

    .anm-animated[class*=Out] {
        opacity: 0
    }
}

@keyframes bounce {
    0%,20%,53%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.anm-bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.anm-flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.anm-pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scaleX(1)
    }
}

.anm-rubberBand {
    animation-name: rubberBand
}

@keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.anm-shakeX {
    animation-name: shakeX
}

@keyframes shakeY {
    0%,to {
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(0,-10px,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(0,10px,0)
    }
}

.anm-shakeY {
    animation-name: shakeY
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.anm-headShake {
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.anm-swing {
    animation-name: swing;
    transform-origin: top center
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.anm-tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,11.1%,to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.anm-jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.anm-heartBeat {
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration)*1.3);
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@keyframes backInDown {
    0% {
        opacity: .7;
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anm-backInDown {
    animation-name: backInDown
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anm-backInLeft {
    animation-name: backInLeft
}

@keyframes backInRight {
    0% {
        opacity: .7;
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anm-backInRight {
    animation-name: backInRight
}

@keyframes backInUp {
    0% {
        opacity: .7;
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anm-backInUp {
    animation-name: backInUp
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(700px) scale(.7)
    }
}

.anm-backOutDown {
    animation-name: backOutDown
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateX(-2000px) scale(.7)
    }
}

.anm-backOutLeft {
    animation-name: backOutLeft
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateX(2000px) scale(.7)
    }
}

.anm-backOutRight {
    animation-name: backOutRight
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        transform: translateY(-700px) scale(.7)
    }
}

.anm-backOutUp {
    animation-name: backOutUp
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.anm-bounceIn {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0) scaleY(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,-10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(-10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0) scaleX(3)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0) scaleX(1)
    }

    75% {
        transform: translate3d(10px,0,0) scaleX(.98)
    }

    90% {
        transform: translate3d(-5px,0,0) scaleX(.995)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    75% {
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    90% {
        transform: translate3d(0,-5px,0) scaleY(.985)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.anm-bounceOut {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0) scaleY(3)
    }
}

.anm-bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0) scaleX(2)
    }
}

.anm-bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0) scaleX(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0) scaleX(2)
    }
}

.anm-bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0) scaleY(.985)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0) scaleY(.9)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0) scaleY(3)
    }
}

.anm-bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.anm-fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInTopLeft {
    animation-name: fadeInTopLeft
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInTopRight {
    animation-name: fadeInTopRight
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInBottomLeft {
    animation-name: fadeInBottomLeft
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-fadeInBottomRight {
    animation-name: fadeInBottomRight
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.anm-fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.anm-fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.anm-fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.anm-fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.anm-fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.anm-fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.anm-fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.anm-fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.anm-fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,-100%,0)
    }
}

.anm-fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,-100%,0)
    }
}

.anm-fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(100%,100%,0)
    }
}

.anm-fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,100%,0)
    }
}

.anm-fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)
    }

    to {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.anm-animated.anm-flip {
    animation-name: flip;
    backface-visibility: visible
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.anm-flipInX {
    animation-name: flipInX;
    backface-visibility: visible!important
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.anm-flipInY {
    animation-name: flipInY;
    backface-visibility: visible!important
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.anm-flipOutX {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.anm-flipOutY {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: flipOutY;
    backface-visibility: visible!important
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(-30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) skewX(30deg)
    }

    60% {
        opacity: 1;
        transform: skewX(-20deg)
    }

    80% {
        transform: skewX(5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.anm-lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(30deg)
    }
}

.anm-lightSpeedOutRight {
    animation-name: lightSpeedOutRight;
    animation-timing-function: ease-in
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0) skewX(-30deg)
    }
}

.anm-lightSpeedOutLeft {
    animation-name: lightSpeedOutLeft;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-rotateIn {
    animation-name: rotateIn;
    transform-origin: center
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-rotateInDownLeft {
    animation-name: rotateInDownLeft;
    transform-origin: left bottom
}

.anm-rotateInDownRight {
    animation-name: rotateInUpLeft;
    transform-origin: right bottom
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-rotateInUpLeft {
    animation-name: rotateInUpLeft;
    transform-origin: left bottom
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-rotateInUpRight {
    animation-name: rotateInUpRight;
    transform-origin: right bottom
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(200deg)
    }
}

.anm-rotateOut {
    animation-name: rotateOut;
    transform-origin: center
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(45deg)
    }
}

.anm-rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
    transform-origin: left bottom
}

.anm-rotateOutDownRight {
    animation-name: rotateOutUpLeft;
    transform-origin: right bottom
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(-45deg)
    }
}

.anm-rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
    transform-origin: left bottom
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: rotate(90deg)
    }
}

.anm-rotateOutUpRight {
    animation-name: rotateOutUpRight;
    transform-origin: right bottom
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out
    }

    20%,60% {
        animation-timing-function: ease-in-out;
        transform: rotate(80deg)
    }

    40%,80% {
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        transform: translate3d(0,700px,0)
    }
}

.anm-hinge {
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2);
    animation-name: hinge;
    transform-origin: top left
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.anm-jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.anm-rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.anm-rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.anm-zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }
}

.anm-zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0)
    }
}

.anm-zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0)
    }
}

.anm-zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0)
    }

    60% {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }
}

.anm-zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.anm-zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0)
    }

    to {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0)
    }
}

.anm-zoomOutDown {
    animation-name: zoomOutDown;
    transform-origin: center bottom
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0)
    }
}

.anm-zoomOutLeft {
    animation-name: zoomOutLeft;
    transform-origin: left center
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0)
    }
}

.anm-zoomOutRight {
    animation-name: zoomOutRight;
    transform-origin: right center
}

@keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0)
    }

    to {
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0)
    }
}

.anm-zoomOutUp {
    animation-name: zoomOutUp;
    transform-origin: center bottom
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.anm-slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.anm-slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.anm-slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.anm-slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,100%,0);
        visibility: hidden
    }
}

.anm-slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%,0,0);
        visibility: hidden
    }
}

.anm-slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100%,0,0);
        visibility: hidden
    }
}

.anm-slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,-100%,0);
        visibility: hidden
    }
}

.anm-slideOutUp {
    animation-name: slideOutUp
}

.m-dropdown,.navbar-on-shadow {
    cursor: pointer;
    display: none
}

@media (max-width: 1024px) {
    .m-dropdown {
        color:var(--mobile-menu-color,#fff);
        display: block;
        position: absolute;
        right: 4px;
        text-align: center;
        top: 0;
        width: 50px;
        z-index: 1
    }

    .m-dropdown,.m-dropdown i {
        transition: all .3s ease-out 0s
    }

    .m-dropdown i {
        font-size: 18px;
        line-height: 54px;
        opacity: .76
    }

    body.rtl .m-dropdown {
        left: 4px;
        right: auto
    }

    .dropdown-open>.m-dropdown i {
        transform: rotate(180deg);
        transition: all .3s ease-out 0s
    }

    .navbar-on {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(80%);
        transition: all .3s ease-out 0s
    }

    .navbar-on.admin-bar .header {
        margin-top: 46px
    }

    .navbar-on .navbar-on-shadow {
        background: rgba(0,0,0,.3);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000000000
    }
}

body.header-fixed #wrap {
    padding-top: var(--header-height)
}

@media screen and (max-width: 1024px) {
    body.header-fixed #wrap {
        padding-top:var(--header-height-mobile)
    }
}

body.header-fixed>header.header {
    left: 0;
    position: fixed;
    z-index: 999
}

body.header-fixed>header.header.fixed {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    left: 0;
    transition: all .3s ease-out 0s
}

body.header-fixed>header.header.fixed:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: var(--header-bg-color);
    background-image: var(--header-bg-image)
}

body.header-fixed>header.header.fixed .dropdown-menu {
    background: #fff
}

body.header-fixed>header.header.fixed .menu-item-style>.dropdown-menu.menu-item-col-4,body.header-fixed>header.header.fixed .menu-item-style>.dropdown-menu.menu-item-col-5 {
    background: hsla(0,0%,99%,.94)
}

body.header-fixed>header.header.fixed .logo {
    height: var(--header-fixed-height);
    transition: all .3s ease-out 0s
}

@media (max-width: 1024px) {
    body.header-fixed>header.header.fixed .logo {
        height:var(--header-height-mobile)
    }
}

body.header-fixed>header.header.fixed .nav>li>a {
    transition: all .3s ease-out 0s
}

body.header-fixed>header.header.fixed .nav>li.dropdown:after,body.header-fixed>header.header.fixed .nav>li>a {
    line-height: calc(var(--header-fixed-height) - 6px)
}

body.header-fixed>header.header.fixed .nav.menu-hover-style-3>li>a:hover:before {
    transition: width .3s,margin-left .3s,margin-top .3s
}

body.header-fixed>header.header.fixed .nav.menu-hover-style-3>li>a:before {
    margin-top: 18px;
    transition: width .3s,margin-left .3s,margin-top .3s,opacity .1s ease-out .2s
}

body.header-fixed>header.header.fixed .navbar-action {
    padding: calc((var(--header-fixed-height) - var(--navbar-action-height))/2) 0;
    transition: all .3s ease-out 0s
}

body.header-fixed>header.header.fixed .navbar-action .profile .menu-item {
    height: calc(var(--header-fixed-height) - (var(--header-fixed-height) - var(--navbar-action-height))/2);
    transition: all .3s ease-out 0s
}

body.menu-white .header .nav>li:not(.adv-style-btn)>a {
    color: #fafafa;
    transition: all .3s ease-out 0s
}

@media (max-width: 1024px) {
    body.menu-white .header .nav>li:not(.adv-style-btn)>a {
        color:var(--mobile-menu-color)
    }
}

body.menu-white .header .nav>li:not(.adv-style-btn)>a:hover {
    color: #fff;
    transition: all .3s ease-out 0s
}

@media (max-width: 1024px) {
    body.menu-white .header .nav>li:not(.adv-style-btn)>a:hover {
        color:var(--mobile-menu-active-color)
    }
}

body.menu-white .header .nav>li.active:not(.adv-style-btn)>a {
    color: #fff
}

@media (max-width: 1024px) {
    body.menu-white .header .nav>li.active:not(.adv-style-btn)>a {
        color:var(--mobile-menu-active-color)
    }
}

body.menu-white .header .nav>li.dropdown:after {
    color: #fff;
    transition: all .3s ease-out 0s
}

body.menu-white .header .nav.menu-hover-style-2>li>a:before,body.menu-white .header .nav.menu-hover-style-3>li>a:before {
    background-color: #fff
}

body.menu-white .navbar-action .login,body.menu-white .navbar-action .profile .menu-item-user,body.menu-white .search-icon,body.menu-white .shopping-cart>a,body.menu-white a.cart-contents {
    color: #fafafa!important;
    transition: all .3s ease-out 0s
}

body.menu-white .navbar-action .login:hover,body.menu-white .navbar-action .profile .menu-item-user:hover,body.menu-white .search-icon:hover,body.menu-white .shopping-cart>a:hover,body.menu-white a.cart-contents:hover {
    color: #fff!important;
    transition: all .3s ease-out 0s
}

body.menu-white .navbar-action .profile .dropdown:after {
    color: #fff
}

body.menu-white .icon-bar {
    background: #fafafa
}

.header-wrap {
    display: flex;
    justify-content: space-between
}

.header-wrap:after,.header-wrap:before {
    display: none
}

.header {
    border: 0;
    box-shadow: 0 1px 3px 0 hsla(var(--theme-color-hsl),.06);
    position: relative;
    transition: box-shadow .3s ease-out 0s;
    width: 100%;
    z-index: 9
}

.header:before {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: var(--header-bg-color);
    background-image: var(--header-bg-image);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    z-index: -1
}

@media (max-width: 1024px) {
    .header {
        box-shadow:0 1px 1px 0 hsla(var(--theme-color-hsl),.06)
    }
}

.header .container-fluid {
    padding: 0 32px
}

@media (max-width: 1024px) {
    .header .container-fluid {
        padding:0 15px
    }
}

.header .container-fluid .navbar-action {
    margin-left: 30px
}

@media (max-width: 1024px) {
    .header .container-fluid .navbar-action {
        margin-left:0
    }
}

.header .container-fluid .navbar-action .profile .dropdown-menu {
    left: auto;
    margin-left: 0;
    min-width: 110px;
    right: 0;
    width: 100%
}

.header .container-fluid .navbar-action .profile .dropdown-menu:before {
    left: 50%!important
}

.header .container-fluid .shopping-cart .widget_shopping_cart_content {
    margin-left: -208px
}

.header .container-fluid .shopping-cart .widget_shopping_cart_content:before {
    left: auto;
    margin-left: 0;
    right: 88px
}

.header .navbar-header {
    flex-shrink: 0
}

.header .navbar-header .shopping-cart {
    display: none
}

.header .navbar-menu {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
    padding: 0;
    width: 100%
}

.header .navbar-menu:after,.header .navbar-menu:before {
    display: none
}

.header .navbar-menu.navbar-right {
    width: auto
}

@media (max-width: 1024px) {
    .header .navbar-menu.navbar-right {
        margin:0;
        width: 80%
    }

    .header .navbar-menu {
        width: 80%
    }
}

@media (min-width: 1025px) {
    .header .navbar-menu.has-dropdown-icon>.navbar-nav>li.dropdown {
        position:relative
    }

    .header .navbar-menu.has-dropdown-icon>.navbar-nav>li.dropdown>a {
        padding-right: 1.1em
    }

    .header .navbar-menu.has-dropdown-icon>.navbar-nav>li.dropdown:after {
        content: "\e64e";
        font-family: iconbg;
        font-size: .88em;
        line-height: calc(var(--header-height) - 6px);
        opacity: .8;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 3px;
        transition: transform .3s;
        transition: all .3s ease-out 0s
    }

    .header .navbar-menu.has-dropdown-icon>.navbar-nav>li.dropdown:hover:after {
        transform: rotate(-180deg);
        transition: transform .3s
    }
}

.header .logo {
    display: table-cell;
    float: none;
    font-size: 20px;
    height: var(--header-height);
    line-height: 1;
    margin: 0;
    padding: 0;
    transition: all .3s ease-out 0s;
    vertical-align: middle
}

@media (max-width: 1024px) {
    .header .logo {
        height:var(--header-height-mobile)
    }
}

.header .logo img {
    display: block;
    max-height: min(var(--logo-height),60px);
    transition: all .3s ease-out 0s;
    width: auto
}

@media (max-width: 1024px) {
    .header .logo img {
        max-height:min(var(--logo-height-mobile),40px)
    }
}

.header .nav {
    font-size: var(--header-font-size);
    gap: 0 var(--menu-item-gap)
}

@media (max-width: 1199px) {
    .header .nav {
        gap:0 calc(var(--menu-item-gap)*.8)
    }
}

@media (max-width: 1024px) {
    .header .nav {
        flex-grow:1;
        gap: 0;
        min-height: 100px;
        overflow-y: auto
    }
}

.header .nav>li.adv-style-flag {
    position: relative
}

.header .nav>li.adv-style-flag .menu-item-flag {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-m);
    border-bottom-left-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 100%;
    line-height: 1;
    padding: 3px 6px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-1.3em,-26px) scale(.9);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .header .nav>li.adv-style-flag .menu-item-flag {
        left:auto;
        right: 60px;
        top: 27px;
        transform: translateY(-50%)
    }
}

.header .nav>li.active>a {
    color: var(--theme-color)
}

@media (max-width: 1024px) {
    .header .nav>li.active>a {
        color:var(--mobile-menu-active-color)
    }
}

.header .nav>li>a {
    background: none;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    color: var(--theme-black-color);
    font-weight: var(--menu-font-weight);
    line-height: calc(var(--header-height) - 6px);
    padding: 0;
    transition: all .3s ease-out 0s
}

@media (max-width: 1024px) {
    .header .nav>li>a {
        border-top:0
    }
}

.header .nav>li>a:hover {
    background: none;
    color: var(--theme-hover)
}

@media (max-width: 1024px) {
    .header .nav>li.adv-style-btn {
        border-bottom:1px solid hsla(var(--theme-color-hsl),.04);
        padding: 10px 20px
    }
}

.header .nav>li.adv-style-btn>a {
    background: var(--theme-color);
    border: 0;
    border-radius: var(--theme-border-radius-m);
    color: #fff;
    display: block;
    line-height: calc(var(--header-font-size)*2 + 2px)!important;
    overflow: hidden;
    padding: 0 var(--header-font-size);
    position: relative;
    text-align: center;
    z-index: 0
}

@media (max-width: 1024px) {
    .header .nav>li.adv-style-btn>a {
        padding-bottom:3px;
        padding-top: 3px
    }
}

.header .nav>li.adv-style-btn>a.btn-radius {
    border-radius: 30px;
    padding-left: calc(var(--header-font-size) + 4px);
    padding-right: calc(var(--header-font-size) + 4px)
}

.header .nav>li.adv-style-btn>a:before {
    bottom: 0!important;
    content: "";
    height: 100%!important;
    left: 0!important;
    margin: 0!important;
    opacity: 0!important;
    padding: 0!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important;
    z-index: -1
}

.header .nav>li.adv-style-btn>a:after {
    display: none
}

.header .nav>li.adv-style-btn>a:hover {
    background: var(--theme-color);
    color: #fff
}

.header .nav>li.adv-style-btn>a:hover:before {
    background: var(--theme-light-color)!important;
    bottom: 0!important;
    left: 0!important;
    margin: 0!important;
    opacity: .08!important;
    padding: 0!important;
    right: 0!important;
    top: 0!important;
    transition: none!important;
    width: 100%!important
}

.header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-4,.header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-5 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: hsla(0,0%,99%,.94);
    border-top: 1px solid hsla(var(--theme-color-hsl),.04);
    filter: drop-shadow(hsla(var(--theme-color-hsl),.1) 0 8px 6px)
}

@media (max-width: 1024px) {
    .header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-4,.header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-5 {
        -webkit-backdrop-filter:none;
        backdrop-filter: none;
        background: var(--mobile-menu-bg-color);
        border-top: 0;
        filter: var(--mobile-dropdown-menu-filter)
    }
}

.header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-4:after,.header .nav>li.menu-item-style>.dropdown-menu.menu-item-col-5:after {
    display: none
}

.header .nav>li>.dropdown-menu:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    filter: drop-shadow(hsla(var(--theme-color-hsl),.1) 0 -6px 5px);
    height: 0;
    left: calc(12px - var(--dropdown-menu-left));
    position: absolute;
    top: -16px;
    width: 0
}

@media (max-width: 1024px) {
    .header .nav>li>.dropdown-menu:after {
        display:none
    }
}

.header .nav.menu-hover-style-1>li>a:hover {
    border-top-color: var(--theme-hover)
}

.header .nav.menu-hover-style-2>li>a,.header .nav.menu-hover-style-3>li>a {
    position: relative
}

.header .nav.menu-hover-style-2>li>a:before,.header .nav.menu-hover-style-3>li>a:before {
    background: var(--theme-hover);
    border-radius: var(--theme-border-radius-m);
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -1px;
    margin-top: 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: width .3s,margin-left .3s,opacity .1s ease-out .2s;
    width: 2px
}

.header .nav.menu-hover-style-2>li>a:hover:before,.header .nav.menu-hover-style-3>li>a:hover:before {
    margin-left: -5px;
    opacity: .7;
    transition: width .3s,margin-left .3s;
    width: 10px
}

@media (max-width: 1024px) {
    .header .nav.menu-hover-style-2>li>a:hover:before,.header .nav.menu-hover-style-3>li>a:hover:before {
        opacity:0
    }
}

.header .nav.menu-hover-style-3>li>a:before {
    height: 2px;
    left: 0;
    margin-left: 0;
    margin-top: 22px;
    width: 10%
}

.header .nav.menu-hover-style-3>li>a:hover:before {
    margin-left: 0;
    width: max(48%,15px)
}

@media (max-width: 1024px) {
    .header .nav.menu-hover-style-3>li>a:hover:before {
        opacity:0
    }
}

.header .has-dropdown-icon .nav>li.adv-style-flag {
    position: relative
}

.header .has-dropdown-icon .nav>li.adv-style-flag .menu-item-flag {
    transform: translate(-2.4em,-26px) scale(.9)
}

@media (max-width: 1024px) {
    .header .has-dropdown-icon .nav>li.adv-style-flag .menu-item-flag {
        transform:translateY(-50%)
    }
}

.header .dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}

.header .dropdown-menu {
    --dropdown-menu-left: -28px;
    backface-visibility: hidden;
    background: #fff;
    border: 0;
    border-radius: var(--theme-border-radius-l);
    display: block;
    font-size: var(--header-font-size);
    left: var(--dropdown-menu-left);
    margin: 0;
    opacity: 0;
    padding: 12px;
    right: auto;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s,opacity .1s .2s,visibility .1s .3s;
    visibility: hidden
}

@media (max-width: 1024px) {
    .header .dropdown-menu {
        background:var(--mobile-menu-bg-color);
        border-radius: 0
    }
}

.header .dropdown-menu>li>a {
    border-radius: var(--theme-border-radius-m);
    color: var(--theme-black-color);
    padding: 10px 16px
}

@media (max-width: 1024px) {
    .header .dropdown-menu>li>a {
        border-radius:0
    }
}

.header .dropdown-menu>.active>a {
    background: none;
    color: var(--theme-color)
}

.header .dropdown-menu>.active>a:focus,.header .dropdown-menu>.active>a:hover,.header .dropdown-menu>li>a:hover {
    background: hsla(var(--theme-color-hsl),.06);
    color: var(--theme-hover)
}

.header .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0
}

.header .dropdown-menu .dropdown-menu:after {
    display: none
}

.header .navbar-action {
    box-sizing: content-box;
    display: flex;
    font-size: var(--header-font-size);
    gap: 20px;
    height: var(--navbar-action-height);
    line-height: var(--navbar-action-height);
    margin-left: 50px;
    padding: calc((var(--header-height) - var(--navbar-action-height))/2) 0;
    position: relative;
    transition: all .3s ease-out 0s
}

.header .navbar-action .search-index {
    font-size: calc(var(--header-font-size) + 2px)
}

.header .navbar-action #j-user-wrap {
    display: inline-block
}

.header .navbar-action .login {
    color: var(--theme-gray-color);
    display: none;
    font-size: 15px;
    line-height: var(--navbar-action-height);
    margin-left: 15px
}

.header .navbar-action .login.cur {
    display: inline-block
}

.header .navbar-action .login:focus,.header .navbar-action .login:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.header .navbar-action .profile {
    display: inline-block;
    font-size: calc(var(--header-font-size)*.9);
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    vertical-align: top
}

.header .navbar-action .profile .menu-item {
    height: calc(var(--header-height) - (var(--header-height) - var(--navbar-action-height))/2);
    transition: all .3s ease-out 0s
}

.header .navbar-action .profile .dropdown {
    padding-right: 1.1em
}

.header .navbar-action .profile .dropdown:after {
    color: var(--theme-black-color);
    content: "\e64e";
    font-family: iconbg;
    font-size: calc(var(--header-font-size)*.88);
    opacity: .8;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: transform .3s
}

@media (max-width: 1024px) {
    .header .navbar-action .profile .dropdown:after {
        display:none
    }
}

.header .navbar-action .profile .dropdown:hover:after {
    transform: rotate(-180deg);
    transition: transform .3s
}

.header .navbar-action .profile .dropdown-menu {
    left: 0
}

.header .navbar-action .profile .dropdown-menu:before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    filter: drop-shadow(hsla(var(--theme-color-hsl),.2) 0 -4px 5px);
    height: 0;
    left: 40px;
    margin-left: -8px;
    position: absolute;
    top: -16px;
    transition: all .2s ease-out;
    width: 0;
    z-index: 1
}

.header .navbar-action .profile .dropdown-menu a {
    display: block;
    line-height: 20px
}

.header .navbar-action .profile a {
    display: inline-block;
    line-height: var(--navbar-action-height);
    text-decoration: none;
    vertical-align: top
}

.header .navbar-action .profile .menu-item-user {
    align-items: center;
    color: var(--theme-black-color);
    display: inline-flex;
    gap: 4px
}

.header .navbar-action .profile .menu-item-user:hover {
    color: var(--theme-hover)
}

.header .navbar-action .profile .menu-item-avatar {
    display: block;
    flex-shrink: 0;
    height: calc(var(--header-font-size) + 12px);
    width: calc(var(--header-font-size) + 12px)
}

.header .navbar-action .profile .menu-item-avatar img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.15);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.header .navbar-action .profile .menu-item-name {
    display: block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .header .navbar-action .profile .menu-item-name {
        max-width:220px
    }
}

.header .wpcom-adv-menu {
    position: relative;
    --menu-margin-left: 3.2em
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu {
        box-sizing:border-box;
        margin: 0;
        padding: 0
    }

    .header .wpcom-adv-menu li {
        display: block!important;
        width: 100%!important
    }

    .header .wpcom-adv-menu li a {
        border-bottom: 1px solid hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-color,#fff);
        font-weight: 400;
        line-height: 24px!important;
        overflow: hidden;
        padding: 15px 20px;
        white-space: normal
    }

    .header .wpcom-adv-menu li a:active,.header .wpcom-adv-menu li a:focus,.header .wpcom-adv-menu li a:hover {
        background: hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color,#fff)
    }

    .header .wpcom-adv-menu li:last-child a {
        border-bottom: 0
    }
}

.header .wpcom-adv-menu li img {
    border-radius: var(--theme-border-radius-s);
    display: inline-block;
    margin-right: 5px;
    margin-top: -1px;
    max-height: 20px;
    vertical-align: middle;
    width: auto
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu .active>a {
        background:hsla(0,0%,100%,.1);
        color: var(--mobile-menu-active-color,#fff)
    }

    .header .wpcom-adv-menu .active>.m-dropdown {
        color: var(--mobile-menu-color,#fff)
    }
}

.header .wpcom-adv-menu .menu-item-icon {
    font-size: inherit;
    line-height: inherit;
    margin-right: 3px;
    vertical-align: top
}

.header .wpcom-adv-menu>.dropdown .dropdown-menu {
    backface-visibility: hidden;
    border: 0;
    border-radius: var(--theme-border-radius-l);
    display: block;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .3s,opacity .1s .2s,visibility .1s .3s;
    visibility: hidden
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.dropdown .dropdown-menu {
        border-radius:0;
        border-top: 0;
        box-shadow: none;
        box-sizing: border-box!important;
        display: none;
        filter: var(--mobile-dropdown-menu-filter,brightness(1.05));
        left: 0!important;
        opacity: 1;
        padding: 1px 0!important;
        position: relative;
        transform: scaleY(1);
        visibility: visible;
        width: 100%!important
    }
}

.header .wpcom-adv-menu>.dropdown>.dropdown-menu li {
    display: block
}

.header .wpcom-adv-menu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transition: transform .3s,opacity .1s;
    visibility: visible
}

.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu {
    left: 100%;
    top: 0
}

.header .wpcom-adv-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s,opacity .1s;
    visibility: visible
}

.header .wpcom-adv-menu>.dropdown.menu-item-style .dropdown {
    display: inline-block
}

.header .wpcom-adv-menu>.dropdown.menu-item-style>.dropdown-menu {
    border-radius: var(--theme-border-radius-xl)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.dropdown.menu-item-style>.dropdown-menu {
        border-radius:0
    }
}

.header .wpcom-adv-menu>.dropdown.menu-item-style>.dropdown-menu .dropdown-menu {
    opacity: 1;
    position: static;
    transform: scaleY(1);
    visibility: visible
}

.header .wpcom-adv-menu.menu-ready>.dropdown:hover>.dropdown-menu {
    transform: scaleY(1)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style {
        position:relative
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap {
    box-sizing: content-box;
    padding: 20px 32px
}

@media (min-width: 1025px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap {
        display:flex;
        flex-wrap: wrap;
        gap: 20px 30px
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 210px
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a {
    align-items: center;
    display: flex;
    font-size: var(--header-font-size,16px);
    font-weight: 600;
    margin: 0;
    padding: 9px 0;
    width: 100%
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a:hover {
    background: none
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a {
        font-weight:400;
        padding: 15px 20px
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu {
        background:var(--mobile-menu-bg-color,var(--theme-color));
        display: none
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li {
    display: block
}

@media (min-width: 1025px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
        padding:9px 0
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
    background: none;
    color: var(--theme-hover)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a:hover {
        background:hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color,#fff)
    }
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-2 {
    width: 450px
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-3 {
    width: 690px
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-4 {
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-4>li {
    width: calc(25% - 22.5px)
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-5 {
    box-sizing: border-box;
    width: 100%
}

.header .wpcom-adv-menu>.menu-item-style .menu-item-col-5>li {
    width: calc(20% - 24px)
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-col-4,.header .wpcom-adv-menu>.menu-item-style>.menu-item-col-5 {
    border-radius: 0!important;
    padding-left: var(--menu-margin-left);
    padding-right: var(--menu-margin-left)
}

.header .wpcom-adv-menu>.menu-item-style-2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image,.header .wpcom-adv-menu>.menu-item-style-2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    border-radius: var(--theme-border-radius-s);
    margin-right: 15px;
    max-height: 40px
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-2>.menu-item-wrap .dropdown-menu .menu-item-has-image a .menu-item-image,.header .wpcom-adv-menu>.menu-item-style-2>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
        margin-right:10px;
        max-height: 26px
    }
}

@media (min-width: 1025px) {
    .header .wpcom-adv-menu>.menu-item-style-2>.menu-item-wrap>.menu-item-has-image>.dropdown-menu {
        padding-top:3px
    }
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap {
    box-sizing: border-box;
    padding-left: var(--menu-margin-left);
    padding-right: var(--menu-margin-left)
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown {
    width: 100%
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu>li.menu-item {
    width: 100%
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu {
        margin-bottom:0
    }
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu li a,.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap>.menu-item-has-image a {
    display: flex;
    flex-direction: column;
    text-align: center
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu li a,.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap>.menu-item-has-image a {
        flex-direction:row;
        text-align: left
    }
}

.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu li a .menu-item-image,.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
    border-radius: var(--theme-border-radius-l);
    display: block;
    height: auto;
    margin: 0 auto 8px;
    max-height: none;
    width: 100%
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap .dropdown-menu li a .menu-item-image,.header .wpcom-adv-menu>.menu-item-style-3>.menu-item-wrap>.menu-item-has-image a .menu-item-image {
        border-radius:var(--theme-border-radius-m);
        display: inline-block!important;
        margin: 0 10px 0 0;
        vertical-align: middle;
        width: 50px
    }
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a {
    align-items: flex-start;
    border-radius: var(--theme-border-radius-m);
    display: flex;
    font-weight: 400;
    gap: 8px;
    line-height: 1.43!important;
    overflow: hidden;
    padding: .7em .9em!important;
    position: relative;
    z-index: 0
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a {
        border-radius:0;
        padding: 15px 20px!important
    }

    .header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a:hover {
        background: hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color,#fff)
    }
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a:hover:before {
    background: var(--theme-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a:hover:before {
        display:none
    }
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-icon,.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-image {
    flex-shrink: 0;
    margin: 0
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-icon {
    font-size: 1.1em;
    line-height: 1.3em
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-image {
    margin-top: .115em;
    max-height: 1.2em
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 2px
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item a .menu-item-desc {
    font-size: .8em;
    opacity: .75
}

.header .wpcom-adv-menu>.menu-item-style-4>.menu-item-wrap .menu-item>.dropdown-menu {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap {
    align-items: stretch;
    display: flex;
    overflow: hidden;
    padding: 0 var(--menu-margin-left) 0 0
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap {
        display:none
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu {
        background: var(--mobile-menu-bg-color,var(--theme-color))
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a {
        align-items: flex-start;
        border-radius: var(--theme-border-radius-m);
        display: flex;
        font-weight: 400;
        gap: 8px;
        line-height: 1.43!important;
        overflow: hidden;
        padding: .7em .9em!important;
        position: relative;
        z-index: 0
    }
}

@media (max-width: 1024px) and (max-width:1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a {
        border-radius:0;
        padding: 15px 20px!important
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a:hover {
        background: hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color,#fff)
    }
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a:hover:before {
        background:var(--theme-color);
        content: "";
        height: 100%;
        left: 0;
        opacity: .06;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }
}

@media (max-width: 1024px) and (max-width:1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a:hover:before {
        display:none
    }
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-icon,.header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-image {
        flex-shrink:0;
        margin: 0
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-icon {
        font-size: 1.1em;
        line-height: 1.3em
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-image {
        margin-top: .115em;
        max-height: 1.2em
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-inner {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        gap: 2px
    }

    .header .wpcom-adv-menu>.menu-item-style-5>.menu-item-wrap>.menu-item>.dropdown-menu>.menu-item a .menu-item-desc {
        font-size: .8em;
        opacity: .75
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-tab {
    align-items: self-start;
    box-shadow: 4px 0 8px -8px hsla(var(--theme-color-hsl),.04),6px 0 12px hsla(var(--theme-color-hsl),.04),8px 0 24px 8px hsla(var(--theme-color-hsl),.04);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 8px;
    max-width: calc(20% - 24px - 1em);
    min-width: 180px;
    padding: 2em 1em 2em var(--menu-margin-left)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-tab {
        box-shadow:none;
        max-width: none;
        min-width: none;
        padding: 0;
        width: 100%
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-tab .menu-item-icon,.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-tab .menu-item-image {
    flex-shrink: 0;
    margin: 0
}

.header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item {
    border-radius: var(--theme-border-radius-m);
    cursor: pointer;
    display: flex;
    gap: 6px;
    overflow: hidden;
    padding: .7em .9em;
    position: relative;
    width: 100%;
    z-index: 0
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item {
        border-radius:0;
        color: var(--mobile-menu-color,#fff);
        gap: 0;
        padding: 15px 20px
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item.active {
    color: var(--theme-color)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item.active {
        color:var(--mobile-menu-active-color,#fff)
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item.active:before {
    background: var(--theme-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .menu-tab-item.active:before {
        background:hsla(var(--theme-color-hsl),.04);
        opacity: 1
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap {
    flex-grow: 1;
    padding-bottom: 2em;
    padding-top: 2em
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap {
        padding-bottom:1em;
        padding-top: 1em
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu {
    display: none;
    flex-wrap: wrap;
    gap: 20px 30px
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu.active {
    display: flex
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu {
        gap:0
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item {
    flex-shrink: 0;
    width: calc(25% - 22.5px)
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a {
    align-items: flex-start;
    border-radius: var(--theme-border-radius-m);
    display: flex;
    font-weight: 400;
    gap: 8px;
    line-height: 1.43!important;
    overflow: hidden;
    padding: .7em .9em!important;
    position: relative;
    z-index: 0
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a {
        border-radius:0;
        padding: 15px 20px!important
    }

    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a:hover {
        background: hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color,#fff)
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a:hover:before {
    background: var(--theme-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a:hover:before {
        display:none
    }
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-icon,.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-image {
    flex-shrink: 0;
    margin: 0
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-icon {
    font-size: 1.1em;
    line-height: 1.3em
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-image {
    margin-top: .115em;
    max-height: 1.2em
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 2px
}

.header .wpcom-adv-menu>.menu-item-style-5 .dropdown-menu-wrap>.dropdown-menu>.menu-item a .menu-item-desc {
    font-size: .8em;
    opacity: .75
}

.header .wpcom-adv-menu {
    align-items: center
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap .dropdown-menu li a {
    white-space: normal
}

@media (min-width: 1025px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a {
        color:var(--theme-black-color)
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a:hover {
    color: var(--theme-hover)
}

@media (max-width: 1024px) {
    .header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a:hover {
        background:hsla(var(--theme-color-hsl),.04);
        color: var(--mobile-menu-active-color)
    }
}

.header .wpcom-adv-menu>.menu-item-style>.menu-item-wrap>li>a:focus {
    background: none
}

body.abs .header {
    box-shadow: none;
    left: 0;
    position: absolute;
    transition: all .3s ease-out 0s
}

body.abs .header:before {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05) 40%,hsla(0,0%,100%,0))
}

@media (max-width: 767px) {
    body.abs .header:before {
        background-color:var(--header-bg-color);
        background-image: var(--header-bg-image)
    }

    body.abs .header {
        box-shadow: 0 1px 1px 0 hsla(var(--theme-color-hsl),.06)
    }
}

body.abs .header .navbar-action .profile .dropdown:after {
    opacity: .8
}

body.abs .header:not(.fixed) .nav>li.active>a,body.abs .header:not(.fixed) .nav>li>a:hover,body.abs .header:not(.fixed) .navbar-action .profile .menu-item-user:hover,body.abs .header:not(.fixed) .search-icon:hover,body.abs .header:not(.fixed) .shopping-cart>a:hover {
    color: var(--menu-hover)
}

@media (max-width: 1024px) {
    body.abs .header:not(.fixed) .nav>li.active>a,body.abs .header:not(.fixed) .nav>li>a:hover,body.abs .header:not(.fixed) .navbar-action .profile .menu-item-user:hover,body.abs .header:not(.fixed) .search-icon:hover,body.abs .header:not(.fixed) .shopping-cart>a:hover {
        color:var(--mobile-menu-active-color)
    }
}

body.abs .header:not(.fixed) .nav.menu-hover-style-1>li>a:hover {
    border-top-color: var(--menu-hover)
}

body.abs .header:not(.fixed) .nav.menu-hover-style-2>li>a:before,body.abs .header:not(.fixed) .nav.menu-hover-style-3>li>a:before {
    background: var(--menu-hover)
}

body.abs #wrap {
    padding: 0
}

@media (max-width: 767px) {
    body.abs #wrap {
        padding-top:var(--header-height-mobile)
    }
}

body.abs .header .navbar-action .profile .menu-item-user,body.abs .search-icon,body.abs .shopping-cart>a {
    color: var(--theme-black-color)
}

@media (max-width: 1024px) {
    body.abs .header .navbar-action .profile .menu-item-user,body.abs .search-icon,body.abs .shopping-cart>a {
        color:var(--mobile-menu-color)
    }

    body.abs .header .navbar-action .profile .menu-item-user .menu-item-avatar,body.abs .header .navbar-action .profile .menu-item-user .menu-item-name,body.abs .search-icon .menu-item-avatar,body.abs .search-icon .menu-item-name,body.abs .shopping-cart>a .menu-item-avatar,body.abs .shopping-cart>a .menu-item-name {
        display: inline-block;
        vertical-align: top
    }

    body.abs .header .navbar-action .profile .menu-item-user .menu-item-avatar,body.abs .search-icon .menu-item-avatar,body.abs .shopping-cart>a .menu-item-avatar {
        margin-right: 4px;
        margin-top: 4px
    }

    body.abs .header .navbar-action .profile .menu-item-user .menu-item-avatar img,body.abs .search-icon .menu-item-avatar img,body.abs .shopping-cart>a .menu-item-avatar img {
        margin: 6px 0 0
    }
}

body.abs .header .navbar-action .profile .menu-item-user:hover,body.abs .search-icon:hover,body.abs .shopping-cart>a:hover {
    color: var(--theme-hover)
}

@media (max-width: 1024px) {
    body.abs .header .navbar-action .profile .menu-item-user:hover,body.abs .search-icon:hover,body.abs .shopping-cart>a:hover {
        background:hsla(var(--theme-color-hsl),.04)!important;
        color: var(--mobile-menu-active-color)!important
    }
}

body.abs.menu-white .header:before {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.05) 40%,hsla(0,0%,100%,0))
}

@media (max-width: 767px) {
    body.abs.menu-white .header:before {
        background-color:var(--header-bg-color);
        background-image: var(--header-bg-image)
    }
}

body.abs.better-logo .logo a {
    background-image: var(--better-logo);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block
}

@media (max-width: 767px) {
    body.abs.better-logo .logo a {
        background:none
    }
}

body.abs.better-logo .logo a img {
    visibility: hidden
}

@media (max-width: 767px) {
    body.abs.better-logo .logo a img {
        visibility:visible
    }
}

body.abs.better-logo .fixed .logo a {
    background: none
}

body.abs.better-logo .fixed .logo a img {
    visibility: visible
}

body.visual-editor.header-fixed>header.header.fixed {
    position: absolute!important
}

.search-index {
    line-height: var(--navbar-action-height);
    position: relative;
    transition: all .3s ease-out 0s
}

.search-index .search-form {
    border-radius: calc(var(--theme-border-radius-m) + 1px);
    box-shadow: 0 1px 5px 0 hsla(0,0%,53%,.2);
    overflow: hidden;
    position: absolute;
    right: -12px;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 0;
    z-index: 99
}

.search-icon {
    color: var(--theme-gray-color)
}

.search-icon:hover {
    color: var(--theme-hover)
}

.search-form {
    display: flex;
    overflow: hidden
}

.search-form input {
    background: none;
    border: 0;
    display: block;
    line-height: calc(var(--navbar-action-height) - 10px);
    outline: 0;
    padding: 5px
}

.search-form input.keyword {
    background: var(--theme-el-bg-color);
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-m) 0 0 var(--theme-border-radius-m);
    color: var(--theme-black-color);
    font-size: max(calc(var(--header-font-size) - 2px),12px);
    height: var(--navbar-action-height);
    line-height: calc(var(--navbar-action-height) - 12px);
    padding: 5px 15px;
    width: 100%
}

.search-form .submit {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 0 var(--theme-border-radius-m) var(--theme-border-radius-m) 0;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: var(--navbar-action-height);
    line-height: var(--navbar-action-height);
    padding: 0;
    text-align: center;
    width: 42px
}

.search-form .submit:hover {
    background-color: var(--theme-hover)
}

@media (min-width: 1025px) {
    .container-fluid.header-wrap .navbar-right.navbar-menu>.nav>li:last-child>.dropdown-menu>.dropdown>.dropdown-menu {
        left:auto;
        right: 100%
    }
}

@media (max-width: 1024px) {
    .search-index {
        float:none!important
    }

    .search-index .search-icon {
        display: none
    }

    .search-index .search-form {
        background: none;
        box-shadow: none;
        left: 0;
        overflow: visible;
        padding: 0 20px;
        position: relative;
        right: 0;
        width: 100%!important
    }

    .search-index .search-form input.keyword {
        background: var(--theme-el-bg-color);
        border-color: var(--theme-border-color);
        border-right: 0;
        height: 40px;
        line-height: 38px;
        padding: 10px 15px
    }

    .search-index .search-form input.keyword:focus {
        border-color: var(--mobile-menu-btn-bg-color)
    }

    .search-index .search-form .submit {
        background: var(--mobile-menu-btn-bg-color);
        color: var(--mobile-menu-btn-color);
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        right: 20px;
        width: 50px
    }

    .navbar-header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0!important;
        width: 100%
    }

    .navbar-header:after,.navbar-header:before {
        display: none
    }

    .navbar-header .logo {
        align-items: center;
        display: flex;
        width: 100%
    }

    .navbar-header .navbar-toggle {
        flex-shrink: 0;
        margin: 0 -10px 0 10px
    }

    .navbar-header .shopping-cart {
        display: block!important;
        float: none;
        font-size: 22px;
        height: var(--header-height-mobile);
        line-height: var(--header-height-mobile);
        margin: 0 0 0 10px
    }

    .navbar-header .shopping-cart a,.navbar-header .shopping-cart a:hover {
        color: var(--theme-gray-color)!important
    }

    .navbar-header .shopping-cart .widget_shopping_cart_content {
        display: none
    }

    .navbar-header .shopping-count {
        top: 50%;
        transform: translateY(calc(-50% - 8px))
    }

    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav li {
        background-image: none!important
    }

    .navbar-toggle {
        display: block;
        margin: 8px 0 0;
        transition: all .3s ease-out 0s
    }

    .navbar-collapse {
        background: var(--mobile-menu-bg-color);
        border: 0;
        bottom: 0;
        height: 100%;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        right: 100%;
        top: 0;
        transform: scaleY(1);
        transition: all .3s ease-out 0s;
        width: 80%;
        z-index: 998;
        --mobile-dropdown-menu-filter: brightness(1.05);
        --mobile-menu-btn-color: var(--theme-color);
        --mobile-menu-btn-bg-color: #fff
    }

    .navbar-collapse.mobile-style-1 {
        --mobile-dropdown-menu-filter: invert(0.03);
        --mobile-menu-btn-color: #fff;
        --mobile-menu-btn-bg-color: var(--theme-color)
    }

    .navbar-collapse:before {
        background: var(--mobile-menu-bg-color);
        content: "";
        display: block!important;
        filter: drop-shadow(hsla(var(--theme-color-hsl),.06) 0 1px 1px);
        flex-shrink: 0;
        height: 50px
    }

    .navbar-collapse.collapse {
        display: none
    }

    .navbar-collapse.collapse.in {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden
    }

    .icon-bar {
        background: var(--theme-gray-color);
        transition: all .3s ease-out 0s
    }

    .navbar-on .icon-bar {
        background: var(--mobile-menu-color)!important;
        opacity: .9;
        transition: all .3s ease-out .3s
    }

    .navbar-on .icon-bar-1 {
        margin-bottom: 0;
        transform: rotate(-45deg) translate(-5px,5px)
    }

    .navbar-on .icon-bar-2 {
        opacity: 0
    }

    .navbar-on .icon-bar-3 {
        transform: rotate(45deg) translate(-5px,-5px)
    }

    .navbar-on .navbar-toggle {
        background: none!important;
        border: 0!important;
        margin: 8px 0;
        position: fixed;
        right: calc(100% + 4px);
        top: 0;
        transition: all .3s ease-out 0s;
        z-index: 1000
    }

    .header .navbar-action {
        flex-direction: column;
        flex-shrink: 0;
        gap: 10px;
        height: min-content;
        margin: 0;
        padding: 20px 0 calc(20px + env(safe-area-inset-bottom))
    }

    .header .navbar-action #j-user-wrap {
        display: flex;
        gap: 20px;
        justify-content: center;
        width: 100%
    }

    .header .navbar-action .profile {
        display: block;
        margin: 0;
        width: 100%
    }

    .header .navbar-action .profile .menu-item {
        height: auto;
        padding: 0
    }

    .header .navbar-action .profile .menu-item a {
        color: var(--mobile-menu-color);
        display: flex;
        line-height: 24px;
        max-width: 100%;
        padding: 15px 20px
    }

    .header .navbar-action .profile .menu-item a:hover {
        color: var(--mobile-menu-active-color)
    }

    .header .navbar-action .profile .dropdown-menu {
        display: none;
        filter: var(--mobile-dropdown-menu-filter);
        left: 0;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        transform: scaleY(1);
        visibility: visible;
        width: 100%
    }

    .header .navbar-action .profile .dropdown-menu:after,.header .navbar-action .profile .dropdown-menu:before {
        display: none
    }

    .header .navbar-action .profile .dropdown-menu li {
        border-bottom: 1px solid hsla(var(--theme-color-hsl),.04)
    }

    .header .navbar-action .login {
        background: none;
        border: 1px solid var(--mobile-menu-btn-bg-color);
        border-radius: var(--theme-border-radius-m);
        color: var(--mobile-menu-btn-bg-color);
        flex-shrink: 0;
        line-height: 1.4;
        margin: 20px 0 30px;
        padding: 10px 15px;
        text-align: center;
        width: calc(50% - 30px)
    }

    .header .navbar-action .login:active,.header .navbar-action .login:hover {
        border-color: var(--mobile-menu-btn-bg-color);
        color: var(--mobile-menu-btn-bg-color)
    }

    .header .navbar-action .register {
        background: var(--mobile-menu-btn-bg-color);
        box-shadow: inset 0 0 0 200px hsla(0,0%,100%,.1)
    }

    .header .navbar-action .register,.header .navbar-action .register:active,.header .navbar-action .register:hover {
        border-color: var(--mobile-menu-btn-bg-color);
        color: var(--mobile-menu-btn-color)
    }

    .shopping-cart {
        display: none
    }
}

@media (max-width: 375px) {
    .navbar-brand img {
        max-height:50px;
        max-width: 240px
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position:fixed!important
    }
}

.top-news.top-news-fluid {
    padding-left: 32px;
    padding-right: 32px
}

@media (max-width: 1024px) {
    .top-news.top-news-fluid {
        padding-left:15px;
        padding-right: 15px
    }
}

.top-news.top-news-fluid>.container {
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .top-news.top-news-fluid .top-news-close {
        right:0
    }

    .page .breadcrumb,.single-post .breadcrumb {
        display: none
    }

    .entry {
        font-size: 16px
    }
}

.entry .hidden {
    display: none
}

@media (max-width: 767px) {
    .entry .hidden {
        display:block
    }
}

.entry .entry-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center
}

@media (max-width: 991px) {
    .entry .entry-title {
        font-size:24px;
        margin: 20px 0
    }
}

@media (max-width: 767px) {
    .entry .entry-title {
        font-size:20px;
        margin: 15px 0
    }
}

.entry .entry-title.hidden {
    display: none
}

@media (max-width: 767px) {
    .entry .entry-title.hidden {
        display:block
    }
}

.entry .entry-preview {
    align-items: flex-start;
    display: flex;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .entry .entry-preview {
        display:block
    }
}

.entry .entry-preview #preview {
    flex-shrink: 0;
    float: none
}

.entry .entry-info,.entry .entry-summary {
    flex-shrink: 1;
    margin-left: 20px;
    width: 100%
}

@media (max-width: 767px) {
    .entry .entry-info,.entry .entry-summary {
        margin-left:0;
        margin-top: 20px
    }
}

.entry .entry-info .entry-title,.entry .entry-summary .entry-title {
    color: var(--theme-black-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 30px;
    text-align: left
}

@media (max-width: 1024px) {
    .entry .entry-info .entry-title,.entry .entry-summary .entry-title {
        font-size:20px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .entry .entry-info .entry-title,.entry .entry-summary .entry-title {
        font-size:20px;
        margin-top: 20px
    }
}

.entry .images+.entry-info {
    overflow: hidden;
    padding-left: 20px
}

@media (max-width: 767px) {
    .entry .images+.entry-info {
        padding-left:0
    }
}

.entry .entry-info-item-wrap {
    margin-bottom: 30px
}

.entry .entry-info-item {
    color: var(--theme-black-color);
    margin-bottom: 10px;
    padding: 0
}

.entry .entry-info-item span {
    color: var(--theme-gray-color);
    display: inline-block;
    margin-right: 10px;
    min-width: 62px;
    vertical-align: top
}

.entry .entry-info-excerpt {
    color: var(--theme-black-color);
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 30px
}

.entry .btn-enquiry {
    border: 0;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 12px 30px;
    position: relative
}

.entry .btn-enquiry:after {
    background: linear-gradient(135deg,hsla(0,0%,100%,.4),transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.entry .btn-enquiry:hover {
    color: #fff
}

@media (max-width: 767px) {
    .entry .btn-enquiry {
        display:block;
        margin-left: auto;
        margin-right: auto
    }
}

.entry .entry-tab {
    border-bottom: 1px solid #d4d4d4;
    list-style: none;
    margin-bottom: 30px!important;
    padding: 0!important
}

.entry .entry-tab-item {
    color: var(--theme-black-color);
    cursor: pointer;
    float: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 20px 0 0!important;
    padding: 10px 0;
    position: relative;
    top: 1px
}

.entry .entry-tab-item.active {
    border-bottom: 2px solid var(--theme-color);
    color: var(--theme-color);
    cursor: default
}

.entry .entry-tab-item:hover {
    color: var(--theme-hover)
}

.entry .entry-tab-content {
    display: none
}

.entry .entry-tab-content.active {
    display: block
}


.entry .entry-tag {
    margin-bottom: 30px
}

.entry .entry-tag a {
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-m);
    color: var(--theme-black-color);
    display: inline-block;
    font-weight: 400;
    line-height: 26px;
    margin-right: 5px;
    padding: 0 12px;
    position: relative
}

.entry .entry-tag a:before {
    color: var(--theme-light-color);
    content: "#";
    display: inline-block;
    font-weight: 600;
    margin-right: 2px
}

.entry .entry-tag a:hover {
    background: var(--theme-hover);
    border-color: var(--theme-hover);
    color: #fff
}

.entry .entry-tag a:hover:before {
    color: hsla(0,0%,100%,.8)
}

.entry .entry-page {
    font-size: 16px;
    line-height: 1.2
}

.entry .entry-page p {
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.entry .entry-page p:last-child {
    margin-bottom: 0
}

.entry-content {
    color: var(--theme-black-color);
    font-size: 16px;
    line-height: 1.8
}

.entry-content .h1,.entry-content .h2,.entry-content .h3,.entry-content h1,.entry-content h2,.entry-content h3 {
    font-weight: 600;
    line-height: 1.4;
    margin: 32px 0 16px
}

.entry-content h4,.entry-content h5 {
    font-weight: 500
}

.entry-content .h1,.entry-content h1 {
    font-size: 24px
}

.entry-content .h2,.entry-content h2 {
    border-bottom: 1px solid var(--theme-line-color);
    font-size: 22px;
    padding-bottom: 12px
}

.entry-content .h3,.entry-content h3 {
    font-size: 20px
}

.entry-content .wp-block-wpcom-hidden-content>h3,.entry-content .wp-block-wpcom-premium-content>h3,.entry-content>.h3,.entry-content>h3 {
    border: none;
    line-height: 1.46;
    padding-left: 18px;
    position: relative
}

.entry-content .wp-block-wpcom-hidden-content>h3:before,.entry-content .wp-block-wpcom-premium-content>h3:before,.entry-content>.h3:before,.entry-content>h3:before {
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.15),transparent);
    border-radius: var(--theme-border-radius-s,3px);
    content: "";
    height: calc(100% - 8px);
    left: 0;
    position: absolute;
    top: 4px;
    width: 3px
}

.entry-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    word-wrap: break-word
}

.entry-content p>img {
    vertical-align: baseline
}

@media (max-width: 767px) {
    .entry-content p {
        text-align:justify
    }

    .entry-content p.aligncenter,.entry-content p.has-text-align-center {
        text-align: center
    }

    .entry-content p.has-text-align-left {
        text-align: left
    }

    .entry-content p.has-text-align-right {
        text-align: right
    }

    .entry-content .stk-column p {
        text-align: var(--stk-alignment-text-align,start)
    }
}

.entry-content .inline-icon {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    padding: 0 .1em;
    text-indent: 0;
    vertical-align: bottom;
    white-space: normal
}

.entry-content>p {
    white-space: pre-wrap
}

.entry-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    font-weight: 300;
    line-height: 1
}

.entry-content figure {
    margin-bottom: 20px
}

.entry-content .woocommerce p {
    text-indent: 0!important
}

.entry-content blockquote {
    background: hsla(var(--theme-color-hsl),.04);
    border-left-color: var(--theme-line-color);
    color: var(--theme-black-color);
    font-size: 14px
}

.entry-content blockquote p:last-child {
    margin-bottom: 0
}

.entry-content .wp-block-code,.entry-content pre {
    background: #2b303b;
    border: 0;
    border-radius: var(--theme-border-radius-l,3px);
    color: #eee;
    font-size: 14px;
    line-height: 1.45;
    overflow-x: scroll;
    padding: 20px
}

@media (max-width: 1239px) {
    .entry-content .wp-block-code,.entry-content pre {
        padding:20px
    }
}

@media (max-width: 767px) {
    .entry-content .wp-block-code,.entry-content pre {
        padding:15px
    }
}

.entry-content .wp-block-code>code,.entry-content pre>code {
    background: none
}

.entry-content code,.entry-content kbd {
    background: var(--theme-line-color);
    border-radius: var(--theme-border-radius-s,2px);
    font-size: .9em;
    margin: 0 1px;
    padding: 2px 4px
}

.entry-content ol,.entry-content ul {
    list-style-position: outside;
    margin-bottom: 20px;
    padding-left: 2em
}

.entry-content li {
    line-height: 1.46;
    margin-bottom: .5em
}

.entry-content img {
    height: auto
}

.entry-content img,.entry-content video {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .entry-content video:not(.art-video) {
        display:block;
        height: auto;
        width: 100%
    }
}

.entry-content video::-internal-media-controls-download-button {
    display: none
}

.entry-content video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.entry-content video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.entry-content audio {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .entry-content audio {
        display:block;
        width: 100%
    }
}

.entry-content embed,.entry-content iframe {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .entry-content embed,.entry-content iframe {
        display:block;
        max-height: 500px;
        min-height: 200px;
        width: 100%
    }
}

.entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.entry-content .aligncenter img {
    margin: 0 auto
}

.entry-content .alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.entry-content .alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px
}

.entry-content .wp-caption,.entry-content button,.entry-content input,.entry-content select,.entry-content textarea {
    max-width: 100%
}

.entry-content .wp-caption-text {
    color: var(--theme-gray-color);
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
    text-align: center;
    text-indent: 0
}

.entry-content table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%
}

.entry-content table td,.entry-content table th {
    border: 1px solid var(--theme-border-color);
    padding: .5em
}

.entry-content .has-theme-light-color {
    color: #f5f5f5
}

.entry-content .has-theme-light-background-color {
    background-color: #f5f5f5
}

.entry-content .has-theme-gray-color {
    color: #999
}

.entry-content .has-theme-gray-background-color {
    background-color: #999
}

.entry-content .has-theme-black-color {
    color: #333
}

.entry-content .has-theme-black-background-color {
    background-color: #333
}

.entry-content .has-theme-hover-color {
    color: var(--theme-hover)
}

.entry-content .has-theme-hover-background-color {
    background-color: var(--theme-hover)
}

.entry-content .has-theme-color-color {
    color: var(--theme-color)
}

.entry-content .has-theme-color-background-color {
    background-color: var(--theme-color)
}

.entry-content .gallery {
    font-size: 0;
    margin: 0 -10px
}

.entry-content .gallery .gallery-item {
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top
}

.entry-content .gallery .gallery-item img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.entry-content .gallery-columns-1 .gallery-item {
    width: 100%
}

.entry-content .gallery-columns-2 .gallery-item {
    width: 50%
}

.entry-content .gallery-columns-3 .gallery-item {
    width: 33.33333%
}

.entry-content .gallery-columns-4 .gallery-item {
    width: 25%
}

.entry-content .gallery-columns-5 .gallery-item {
    width: 20%
}

.entry-content .gallery-columns-6 .gallery-item {
    width: 16.66667%
}

.entry-content .gallery-columns-7 .gallery-item {
    width: 14.28571%
}

.entry-content .gallery-columns-8 .gallery-item {
    width: 12.5%
}

.entry-content .gallery-columns-9 .gallery-item {
    width: 11.11111%
}

.entry-content .wp-block-video,.entry-content .wp-video {
    aspect-ratio: 16/9;
    display: block;
    margin-bottom: 20px;
    width: auto!important
}

.entry-content .j-wpcom-video {
    display: block;
    max-width: 100%
}

.entry-content .entry-content-slider .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0!important;
    padding: 0!important
}

.entry-content .entry-content-slider .swiper-slide {
    margin: 0!important
}

.entry-content .entry-content-slider .swiper-slide img {
    display: block;
    height: auto;
    width: 100%
}

.entry-content .entry-content-slider .slide-title {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    left: 0;
    line-height: 1.4;
    margin: 0!important;
    padding: 40px 20px 16px!important;
    position: absolute;
    text-indent: 0!important;
    width: 100%;
    z-index: 1
}

@media (max-width: 991px) {
    .entry-content .entry-content-slider .slide-title {
        font-size:16px;
        padding: 24px 15px 15px!important
    }
}

.entry-content .entry-content-slider .swiper-pagination {
    bottom: 10px!important;
    line-height: 0
}

.entry-content .entry-content-slider:hover .swiper-pagination {
    opacity: 1
}

.entry-content.text-indent p {
    text-indent: 2em
}

.entry-content .entry-content-slider .swiper-button-next,.entry-content .entry-content-slider .swiper-button-prev {
    --swiper-navigation-size: 40px;
    background: hsla(var(--theme-color-hsl),.2);
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.entry-content .entry-content-slider .swiper-button-next:hover,.entry-content .entry-content-slider .swiper-button-prev:hover {
    background: hsla(var(--theme-color-hsl),.4);
    opacity: .8!important
}

.entry-content .entry-content-slider .swiper-button-next:active,.entry-content .entry-content-slider .swiper-button-prev:active {
    background: hsla(var(--theme-color-hsl),.55);
    transition: all .1s
}

@media (max-width: 767px) {
    .entry-content .entry-content-slider .swiper-button-next,.entry-content .entry-content-slider .swiper-button-prev {
        --swiper-navigation-size:32px
    }
}

.entry-content .entry-content-slider .swiper-button-prev,.entry-content .entry-content-slider .swiper-rtl .swiper-button-next {
    left: calc(0px - var(--swiper-navigation-size));
    right: auto
}

.entry-content .entry-content-slider .swiper-button-next,.entry-content .entry-content-slider .swiper-rtl .swiper-button-prev {
    left: auto;
    right: calc(0px - var(--swiper-navigation-size))
}

.entry-content .entry-content-slider:hover .swiper-button-prev,.entry-content .entry-content-slider:hover .swiper-rtl .swiper-button-next {
    left: 22px;
    opacity: .8
}

@media (max-width: 767px) {
    .entry-content .entry-content-slider:hover .swiper-button-prev,.entry-content .entry-content-slider:hover .swiper-rtl .swiper-button-next {
        left:17.6px
    }
}

.entry-content .entry-content-slider:hover .swiper-button-next,.entry-content .entry-content-slider:hover .swiper-rtl .swiper-button-prev {
    opacity: .6;
    right: 22px
}

@media (max-width: 767px) {
    .entry-content .entry-content-slider:hover .swiper-button-next,.entry-content .entry-content-slider:hover .swiper-rtl .swiper-button-prev {
        right:17.6px
    }
}

.single .entry-meta {
    color: var(--theme-light-color);
    line-height: 16px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width: 767px) {
    .single .entry-meta {
        font-size:13px;
        line-height: 15px
    }
}

.single .entry-meta a {
    color: var(--theme-light-color)
}

.single .entry-meta a:hover {
    color: var(--theme-hover)
}

.single .entry-meta .entry-emta-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top
}

@media (max-width: 767px) {
    .single .entry-meta .entry-emta-item {
        margin:0 5px
    }
}

.single .entry-meta .wi {
    font-size: 16px;
    line-height: inherit;
    margin-right: 3px;
    vertical-align: top
}

@media (max-width: 767px) {
    .single .entry-meta .wi {
        font-size:15px;
        margin-right: 1px
    }
}

.entry-related-title {
    color: var(--theme-black-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin: 40px 0 20px
}

.entry-related {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.entry-related .related-item {
    flex-shrink: 0;
    list-style: none;
    list-style-position: outside;
    margin: 12px 30px 12px 0;
    width: calc(50% - 15px)
}

.entry-related .related-item:nth-child(2n+2) {
    margin-right: 0
}

@media (max-width: 767px) {
    .entry-related .related-item {
        margin:12px 0;
        width: 100%
    }
}

.entry-related .related-item :before {
    background: #adb4c5;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    margin-top: 6px;
    vertical-align: top;
    width: 6px
}

.entry-related li {
    box-sizing: border-box;
    color: var(--theme-black-color)
}

.entry-related li a {
    color: var(--theme-black-color);
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    word-wrap: normal
}

.entry-related li a:hover {
    color: var(--theme-color)
}

.entry-related.post-loop-image-news .item-title a {
    font-size: inherit;
    line-height: inherit;
    white-space: normal
}

.entry-related.post-loop-image-news .item-cat {
    font-size: inherit;
    line-height: inherit;
    width: auto
}

.entry .comment-reply-title,.entry .comments-title {
    font-size: 20px;
    margin: 40px 0 20px
}

.entry-content .tab .nav-tabs {
    border-bottom: none
}

.entry-preview2 {
    margin-bottom: 0!important
}

.entry-preview2 #preview {
    width: 382px
}

@media (max-width: 767px) {
    .entry-preview2 #preview {
        width:100%
    }

    .entry-preview2 .entry-info {
        padding-left: 0
    }
}

.entry-preview2 .entry-info .entry-title {
    font-size: 24px
}

.entry-preview2 .entry-info .entry-info-excerpt {
    font-size: 15px
}

.entry-preview2 #pg-list {
    padding: 0 19px;
    width: 382px
}

@media (max-width: 767px) {
    .entry-preview2 #pg-list {
        width:100%
    }
}

.entry-preview2 #pg-list .pg-items li {
    width: 86px
}

.entry-preview2 .zoomdiv {
    left: 390px
}

.page-no-sidebar.member-lostpassword {
    padding: 0
}

.page-no-sidebar.member-lostpassword .breadcrumb {
    display: none
}

.page-no-sidebar.member-lostpassword .hentry {
    border: 0;
    margin: 0;
    padding: 0
}

.page-no-sidebar.member-lostpassword .member-lp-head {
    padding-top: 20px
}

.page-no-sidebar.member-lostpassword .member-lp-main {
    min-height: 280px
}

@media (max-width: 767px) {
    .page-no-sidebar.member-lostpassword .lostpassword-form {
        margin:30px 10px;
        width: auto
    }

    .page-no-sidebar.member-account .main,.page-no-sidebar.member-account .wrap {
        padding: 0
    }
}

.page-no-sidebar .member-account-name:before,.page-no-sidebar.member-account .banner,.page-no-sidebar.member-login .entry-title,.page-no-sidebar.member-lostpassword .entry-title,.page-no-sidebar.member-register .entry-title {
    display: none
}

.page-no-sidebar.member-login .j-main,.page-no-sidebar.member-lostpassword .j-main,.page-no-sidebar.member-register .j-main {
    margin: 0!important
}

@media (max-width: 767px) {
    .page-no-sidebar.member-login .j-main,.page-no-sidebar.member-lostpassword .j-main,.page-no-sidebar.member-register .j-main {
        padding-top:0!important
    }
}

.page-no-sidebar.member-login .entry,.page-no-sidebar.member-lostpassword .entry,.page-no-sidebar.member-register .entry {
    margin: 0
}

.page-no-sidebar.member-login .hentry,.page-no-sidebar.member-lostpassword .hentry,.page-no-sidebar.member-register .hentry {
    border: 0;
    margin: 0;
    padding: 0
}

.page-no-sidebar.member-login .member-form-wrap,.page-no-sidebar.member-lostpassword .member-form-wrap,.page-no-sidebar.member-register .member-form-wrap {
    margin: 50px auto
}

@media (max-width: 767px) {
    .page-no-sidebar.member-login .member-form-wrap,.page-no-sidebar.member-lostpassword .member-form-wrap,.page-no-sidebar.member-register .member-form-wrap {
        margin:15px auto
    }
}

.page-no-sidebar.member-login,.page-no-sidebar.member-register {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover
}

@media (max-width: 767px) {
    .page-no-sidebar.member-login,.page-no-sidebar.member-register {
        background:#fff!important
    }
}

.page-no-sidebar.member-login .banner,.page-no-sidebar.member-login .breadcrumb,.page-no-sidebar.member-login header.header,.page-no-sidebar.member-register .banner,.page-no-sidebar.member-register .breadcrumb,.page-no-sidebar.member-register header.header {
    display: none
}

.page-no-sidebar.member-login #wrap,.page-no-sidebar.member-register #wrap {
    align-items: center;
    background: none;
    display: flex;
    padding-top: 0
}





.page-no-sidebar.member-login .action,.page-no-sidebar.member-register .action {
    display: none
}

.qapress .entry,.wpcom-member.member-social .entry {
    margin-top: 0
}

.qapress .breadcrumb,.wpcom-member.member-social .breadcrumb {
    display: none
}

@media (max-width: 767px) {
    .qapress .q-content .topic-header {
        margin-bottom:20px;
        padding: 0
    }

    .qapress .q-content .q-info {
        margin-top: 16px
    }

    .qapress .q-content .q-entry {
        padding: 0
    }

    .qapress .q-content .q-answer .as-title,.qapress .q-content .q-related .q-related-title {
        padding: 16px 0
    }

    .qapress .q-content .q-answer .as-form-title {
        margin-bottom: 16px
    }

    .qapress .q-content .q-related-item {
        padding: 12px 0
    }
}

.comment-notes {
    display: none
}

.comments-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.comments-list .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .comments-list .comment {
        margin-bottom:15px;
        padding-bottom: 15px
    }
}

.comments-list .comment .comment-respond {
    margin-top: 20px;
    padding-left: 55px;
    position: relative
}

@media (max-width: 767px) {
    .comments-list .comment .comment-respond {
        margin-top:15px;
        padding-left: 40px
    }
}

.comments-list .comment .comment-reply-title {
    color: var(--theme-black-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    max-width: 75%;
    overflow: hidden;
    padding-left: 0;
    position: static;
    text-overflow: ellipsis;
    white-space: nowrap
}

.comments-list .comment .comment-reply-title:before {
    display: none
}

.comments-list .comment-children {
    background: #f8f8f8;
    border-radius: 4px;
    list-style: none;
    margin: 15px 0 0 55px;
    padding: 20px;
    position: relative
}

@media (max-width: 767px) {
    .comments-list .comment-children {
        margin-left:40px;
        padding: 15px 10px
    }
}

.comments-list .comment-children:before {
    border: 9px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    content: "";
    left: 15px;
    position: absolute;
    top: -17px
}

.comments-list .comment-children .comment {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.comments-list .comment-children .comment .comment-respond {
    margin-top: 15px;
    padding-left: 34px
}

.comments-list .comment-children .comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.comments-list .comment-children .comment-author {
    margin-right: 10px;
    width: 24px
}

.comments-list .comment-children .comment-author img {
    height: 24px;
    width: 24px
}

.comments-list .comment-children .comment-body .nickname {
    line-height: 24px
}

.comments-list .comment-children .comment-body .comment-time {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top
}

@media (max-width: 767px) {
    .comments-list .comment-children .comment-body .comment-time {
        line-height:24px;
        margin-top: 0
    }
}

.comments-list .comment-children .comment-body .comment-text {
    color: var(--theme-gray-color);
    padding-left: 34px;
    padding-right: 34px
}

.comments-list .comment-children .comment-text-reply a {
    color: var(--theme-black-color);
    font-weight: 500
}

.comments-list .comment-children .comment-text-reply a:hover {
    color: var(--theme-hover)
}

.comments-list .comment-children .reply {
    line-height: 24px
}

.comments-list .comment-children .reply .wi {
    font-size: 16px;
    margin-right: 0
}

.comments-list .comment-children .reply span {
    display: none
}

.comments-list .reply {
    font-size: 12px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .comments-list .reply {
        line-height:30px
    }
}

.comments-list .reply .wi {
    font-size: 14px;
    margin-right: 3px;
    vertical-align: top
}

.comments-list .reply a {
    color: var(--theme-light-color);
    display: block
}

.comments-list .reply a:hover {
    color: var(--theme-hover)
}

.comments-list .comment>.comment-inner:hover>.reply {
    visibility: visible
}

.comment-author {
    float: left;
    margin-right: 15px;
    width: 40px
}

@media (max-width: 767px) {
    .comment-author {
        margin-right:10px;
        width: 30px
    }
}

.comment-author img {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

@media (max-width: 767px) {
    .comment-author img {
        height:30px;
        width: 30px
    }
}

.comment-body .nickname {
    color: var(--theme-black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .comment-body .nickname {
        line-height:16px
    }
}

.comment-body .nickname a {
    color: inherit
}

.comment-body .nickname a:hover {
    color: var(--theme-hover)
}

.comment-body .comment-time {
    color: var(--theme-light-color);
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px
}

@media (max-width: 767px) {
    .comment-body .comment-time {
        line-height:14px;
        margin-top: 2px
    }
}

.comment-body .comment-awaiting-moderation {
    color: var(--theme-black-color);
    font-weight: 500
}

.comment-text {
    color: var(--theme-black-color);
    font-size: 14px;
    line-height: 1.6;
    padding-left: 55px;
    padding-right: 55px
}

.comment-text img {
    height: auto
}

.comment-text audio,.comment-text img,.comment-text video {
    max-width: 100%;
    vertical-align: top
}

@media (max-width: 767px) {
    .comment-text audio,.comment-text video {
        display:block;
        height: auto;
        width: 100%
    }

    .comment-text {
        padding-left: 40px
    }
}

.comment-text p:last-child {
    margin-bottom: 0
}

.comment-respond {
    margin-top: 30px
}

.comment-respond span.required {
    color: red
}

#cancel-comment-reply-link {
    color: var(--theme-gray-color);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0
}

#cancel-comment-reply-link:hover {
    color: var(--theme-hover)
}

.logged-in-as {
    margin-bottom: 10px
}

.reply-left {
    float: left;
    width: 260px
}

.comment-form {
    margin-top: 15px;
    overflow: hidden
}

.comment-form-comment {
    background: hsla(var(--theme-color-hsl),.04);
    border: 1px solid hsla(var(--theme-color-hsl),.01);
    border-radius: 4px;
    margin-bottom: 10px
}

.comment-form-comment:focus-within {
    border-color: hsla(var(--theme-color-hsl),.08)
}

.comment-form-comment textarea {
    background: none;
    border: 0;
    box-sizing: border-box;
    height: 100px;
    line-height: 22px;
    outline: 0;
    padding: 4px 10px;
    resize: none;
    vertical-align: top;
    width: 100%
}

.comment-form-comment .error {
    border: 1px solid #a94442
}

.comment-form-author,.comment-form-email,.comment-form-url {
    background: hsla(var(--theme-color-hsl),.04);
    border: 1px solid hsla(var(--theme-color-hsl),.01);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    gap: 8px;
    margin: 0!important;
    padding: 6px 12px;
    text-indent: 0!important
}

.comment-form-author:focus-within,.comment-form-email:focus-within,.comment-form-url:focus-within {
    border-color: hsla(var(--theme-color-hsl),.08)
}

@media (max-width: 767px) {
    .comment-form-author,.comment-form-email,.comment-form-url {
        width:100%
    }
}

.comment-form-author label,.comment-form-email label,.comment-form-url label {
    color: var(--theme-gray-color);
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 400;
    gap: 3px;
    line-height: 22px
}

.comment-form-author input,.comment-form-email input,.comment-form-url input {
    background: none;
    border: 0;
    flex-grow: 1;
    line-height: 22px;
    outline: 0;
    padding: 0
}

.comment-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px
}

.comment-form-cookies-consent {
    color: var(--theme-gray-color);
    display: inline-flex;
    font-size: 13px;
    gap: 4px;
    margin: 0;
    text-indent: 0;
    width: 100%
}

.comment-form-cookies-consent input {
    display: inline-block;
    width: auto
}

@media (max-width: 767px) {
    .comment-form-cookies-consent {
        float:none;
        width: 100%
    }
}

.form-submit {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.form-submit .avatar {
    border-radius: 50%;
    height: 28px;
    margin-right: 8px;
    margin-top: 2px;
    vertical-align: top;
    width: 28px
}

.form-submit .submit {
    float: right
}

@media (max-width: 767px) {
    .logged-in .form-submit .submit {
        display:inline-block;
        float: right;
        width: auto
    }
}

.comment-must-login {
    background: hsla(var(--theme-color-hsl),.04);
    border: 1px solid hsla(var(--theme-color-hsl),.01);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--theme-light-color);
    font-size: 14px;
    height: 100px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 4px 10px
}

.form-submit-text {
    color: var(--theme-gray-color);
    font-size: 14px;
    line-height: 32px;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-submit-text span {
    color: var(--theme-color)
}

.sec-title {
    color: var(--theme-black-color);
    margin: 20px 0 50px;
    text-align: center
}

@media (max-width: 991px) {
    .sec-title {
        margin:10px 0 30px
    }
}

.sec-title .sec-title-wrap {
    display: inline-block;
    font-family: var(--theme-title-font);
    font-size: var(--theme-title-font-size);
    line-height: 1;
    padding: 0 50px;
    position: relative
}

@media (max-width: 991px) {
    .sec-title .sec-title-wrap {
        font-size:var(--theme-title-font-size-mobile,max(18px,calc(var(--theme-title-font-size)*.55)));
        padding: 0 max(16px,.7em)
    }
}

.sec-title .sec-title-wrap h2 {
    font-size: inherit;
    font-weight: var(--theme-title-font-weight);
    line-height: inherit;
    margin: 0
}

.sec-title .sec-title-wrap span {
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: .6em;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
    opacity: .6;
    vertical-align: top
}

@media (max-width: 991px) {
    .sec-title .sec-title-wrap span {
        font-size:.7em;
        margin-top: 5px
    }
}

.sec-title.sec-title-1 {
    text-align: left
}

.sec-title.sec-title-1 .sec-title-wrap {
    align-items: flex-end;
    display: flex;
    padding: 0
}

.sec-title.sec-title-1 .sec-title-wrap h2 {
    display: inline-block
}

.sec-title.sec-title-1 .sec-title-wrap span {
    line-height: 1;
    margin-left: .65em;
    margin-top: 0
}

.sec-title.sec-title-3 .sec-title-wrap {
    display: inline-block;
    position: relative
}

.sec-title.sec-title-3 .sec-title-wrap:after,.sec-title.sec-title-3 .sec-title-wrap:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NSIgaGVpZ2h0PSIyMyI+PHBhdGggZmlsbD0iI0U0RTRFNCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMDA3IDEuNjM0Yy44LjU5NC45NzggMS43MTguNCAyLjUzTDQuMzY2IDIxLjEwNGExLjc1NiAxLjc1NiAwIDAgMS0yLjQ3OC4zOTIgMS44MyAxLjgzIDAgMCAxLS40MDEtMi41M0wxMy41MyAyLjAyNmExLjc1NiAxLjc1NiAwIDAgMSAyLjQ3OC0uMzkyem0zOCAwYy44LjU5NC45NzggMS43MTguNCAyLjUzbC0xMi4wNDIgMTYuOTRhMS43NTYgMS43NTYgMCAwIDEtMi40NzguMzkyIDEuODMgMS44MyAwIDAgMS0uNDAxLTIuNTNsMTIuMDQzLTE2Ljk0YTEuNzU2IDEuNzU2IDAgMCAxIDIuNDc4LS4zOTJtLTE5IDBjLjguNTk0Ljk3OCAxLjcxOC40IDIuNTNsLTEyLjA0MiAxNi45NGExLjc1NiAxLjc1NiAwIDAgMS0yLjQ3OC4zOTIgMS44MyAxLjgzIDAgMCAxLS40MDEtMi41M2wxMi4wNDMtMTYuOTRhMS43NTYgMS43NTYgMCAwIDEgMi40NzgtLjM5Mm0zOCAwYy44LjU5NC45NzggMS43MTguNCAyLjUzbC0xMi4wNDIgMTYuOTRhMS43NTYgMS43NTYgMCAwIDEtMi40NzguMzkyIDEuODMgMS44MyAwIDAgMS0uNDAxLTIuNTNsMTIuMDQzLTE2Ljk0YTEuNzU2IDEuNzU2IDAgMCAxIDIuNDc4LS4zOTIiLz48L3N2Zz4=") no-repeat;
    background-color: transparent!important;
    background-size: 75px 23px;
    bottom: 0;
    content: "";
    height: 23px;
    margin: auto;
    opacity: .5;
    position: absolute;
    right: 100%;
    top: 0;
    width: 75px
}

@media (max-width: 991px) {
    .sec-title.sec-title-3 .sec-title-wrap:after,.sec-title.sec-title-3 .sec-title-wrap:before {
        background-size:60px 20px;
        height: 20px;
        width: 60px
    }
}

.sec-title.sec-title-3 .sec-title-wrap:after {
    left: 100%;
    right: 0
}

.sec-title.sec-title-4 .sec-title-wrap:after,.sec-title.sec-title-4 .sec-title-wrap:before {
    background: var(--theme-black-color);
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    opacity: .3;
    position: absolute;
    right: 100%;
    top: 0;
    width: 110px
}

@media screen and (max-width: 420px) {
    .sec-title.sec-title-4 .sec-title-wrap:after,.sec-title.sec-title-4 .sec-title-wrap:before {
        width:50px
    }
}

.sec-title.sec-title-4 .sec-title-wrap:after {
    left: 100%;
    right: 0
}

.sec-title.sec-title-5 .sec-title-wrap {
    align-items: center;
    display: inline-flex;
    flex-direction: column-reverse
}

.sec-title.sec-title-5 .sec-title-wrap h2 {
    line-height: 1.34
}

.sec-title.sec-title-5 .sec-title-wrap span {
    color: var(--theme-color);
    font-size: max(15px,.45em);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    margin-top: 0;
    opacity: 1;
    position: relative
}

@media (max-width: 991px) {
    .sec-title.sec-title-5 .sec-title-wrap span {
        font-size:max(13px,.45em);
        margin-bottom: 6px
    }
}

.sec-title.sec-title-5 .sec-title-wrap span:after,.sec-title.sec-title-5 .sec-title-wrap span:before {
    background-color: var(--theme-color);
    content: "";
    height: 2px;
    opacity: .95;
    position: absolute;
    right: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

@media (max-width: 991px) {
    .sec-title.sec-title-5 .sec-title-wrap span:after,.sec-title.sec-title-5 .sec-title-wrap span:before {
        height:1px;
        right: calc(100% + 12px);
        width: 32px
    }
}

.sec-title.sec-title-5 .sec-title-wrap span:after {
    left: calc(100% + 16px);
    right: 0
}

@media (max-width: 991px) {
    .sec-title.sec-title-5 .sec-title-wrap span:after {
        left:calc(100% + 12px)
    }
}

.sec-title.sec-title-6 {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .sec-title.sec-title-6 {
        margin:10px 0 30px
    }
}

.sec-title.sec-title-6 .sec-title-wrap {
    display: block
}

.sec-title.sec-title-6 .sec-title-wrap h2 {
    line-height: 2;
    position: relative;
    z-index: 1
}

.sec-title.sec-title-6 .sec-title-wrap span {
    color: var(--theme-color);
    font-size: 1.4em;
    font-weight: 600;
    left: 0;
    line-height: 1;
    margin: 0;
    opacity: .12;
    pointer-events: none;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.module-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .module-tab {
        gap:5px
    }
}

.module-tab-item {
    color: var(--theme-gray-color);
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.module-tab-item.active {
    color: var(--theme-color);
    font-weight: 500
}

.module-tab-wrap {
    display: none
}

.module-tab-wrap.active {
    display: block
}

.module-tab-center {
    justify-content: center;
    text-align: center
}

.module-tab-center .module-tab-item {
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius-m);
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 7px 20px
}

@media (max-width: 767px) {
    .module-tab-center .module-tab-item {
        background:hsla(0,0%,39%,.05);
        border: 0;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        min-width: calc(25% - 3.75px);
        overflow: hidden;
        padding: 6px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.module-tab-center .module-tab-item.active {
    border-color: var(--theme-color);
    position: relative
}

.module-tab-center .module-tab-item:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff!important
}

.module-tab-left {
    border-bottom: 1px solid var(--theme-line-color);
    display: inline-flex
}

@media screen and (max-width: 991px) {
    .module-tab-left {
        display:flex;
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%
    }
}

.module-tab-left .module-tab-item {
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    padding: 0 15px 16px
}

@media screen and (max-width: 991px) {
    .module-tab-left .module-tab-item {
        font-size:15px;
        font-weight: 500;
        margin-top: 10px;
        padding: 0 10px 10px;
        text-align: center
    }
}

.module-tab-left .module-tab-item.active {
    border-bottom: 2px solid var(--theme-color)
}

.module-tab-left .module-tab-item:hover {
    color: var(--theme-color)
}

.module-more {
    margin-top: 40px;
    position: relative;
    text-align: center
}

@media (max-width: 767px) {
    .module-more {
        margin-top:20px
    }
}

.module-more .more-link {
    background: none;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .5px;
    padding-left: 22px;
    padding-right: 22px;
    transition: all .2s ease-out
}

.module-more .more-link .wi {
    color: transparent;
    text-indent: -16px;
    transition: all .2s ease-out
}

.module-more .more-link:hover {
    text-indent: -4px;
    transition: all .2s ease-out
}

.module-more .more-link:hover .wi {
    color: inherit;
    text-indent: 0;
    transform: translateX(8px);
    transition: all .2s ease-out
}

.module-more .btn-light {
    border-color: hsla(0,0%,100%,.7);
    color: #fff
}

.module-more .btn-light:hover {
    border-color: transparent;
    color: #fff
}

.module-more .btn-light:hover:before {
    border-color: #fff;
    opacity: .8
}

.module-more .btn-light:hover:after {
    background-color: #333;
    opacity: .05
}

.module-more .btn-dark {
    border-color: rgba(0,0,0,.2);
    color: var(--theme-gray-color)
}

.module-more .btn-dark:hover {
    border-color: transparent;
    color: var(--theme-gray-color)
}

.module-more .btn-dark:hover:before {
    border-color: rgba(0,0,0,.35);
    opacity: 1
}

.module-more .btn-dark:hover:after {
    background-color: #fff;
    opacity: .05
}

.carousel-slider {
    padding: 0 50px;
    position: relative
}

@media (max-width: 767px) {
    .carousel-slider {
        padding:0 38px
    }
}

.carousel-slider .swiper-slide {
    text-align: center;
    width: calc(100%/var(--slider-cols, 6))
}

.carousel-slider .swiper-slide img {
    border-radius: var(--theme-border-radius-m);
    display: block
}

.carousel-slider .cs-inner {
    overflow: hidden;
    position: relative
}

.carousel-slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.carousel-slider a {
    text-decoration: none;
    transition: all .3s ease-out 0s
}

.carousel-slider a:hover {
    opacity: .9;
    transition: all .3s ease-out 0s
}

.carousel-slider .swiper-button-next,.carousel-slider .swiper-button-prev {
    background: none;
    color: var(--theme-black-color);
    height: 50px;
    left: 0;
    opacity: .4;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 36px
}

.carousel-slider .swiper-button-next:after,.carousel-slider .swiper-button-prev:after {
    color: var(--theme-black-color);
    font-size: 32px;
    line-height: 50px
}

.carousel-slider .swiper-button-next:hover,.carousel-slider .swiper-button-prev:hover {
    opacity: .8
}

.carousel-slider .swiper-button-next {
    left: auto;
    right: 0;
    text-align: right
}

.carousel-slider .item-title {
    display: block;
    line-height: 1.4;
    margin-top: 5px;
    text-align: center
}

.modules-clients .c-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: -15px;
    padding: 0;
    text-align: center
}

.modules-clients .c-item {
    padding: 15px
}

.modules-clients .c-item a {
    display: block
}

.modules-clients .c-item img {
    display: block;
    height: auto;
    width: 100%
}

@media (max-width: 991px) {
    .modules-clients .cols-4 {
        margin:-10px
    }
}

.modules-clients .cols-4 .c-item {
    width: 25%
}

@media (max-width: 991px) {
    .modules-clients .cols-4 .c-item {
        padding:10px;
        width: 50%
    }

    .modules-clients .cols-5 {
        margin: -10px
    }
}

.modules-clients .cols-5 .c-item {
    width: 20%
}

@media (max-width: 991px) {
    .modules-clients .cols-5 .c-item {
        padding:10px;
        width: 50%
    }

    .modules-clients .cols-6 {
        margin: -10px
    }
}

.modules-clients .cols-6 .c-item {
    width: 16.66667%
}

@media (max-width: 991px) {
    .modules-clients .cols-6 .c-item {
        padding:10px;
        width: 33.33333%
    }

    .modules-clients .cols-7 {
        margin: -10px
    }
}

.modules-clients .cols-7 .c-item {
    width: 14.28571%
}

@media (max-width: 991px) {
    .modules-clients .cols-7 .c-item {
        padding:10px;
        width: 33.33333%
    }

    .modules-clients .cols-8 {
        margin: -10px
    }
}

.modules-clients .cols-8 .c-item {
    width: 12.5%
}

@media (max-width: 991px) {
    .modules-clients .cols-8 .c-item {
        padding:10px;
        width: 25%
    }

    .modules-clients .cols-9 {
        margin: -10px
    }
}

.modules-clients .cols-9 .c-item {
    width: 11.11111%
}

@media (max-width: 991px) {
    .modules-clients .cols-9 .c-item {
        padding:10px;
        width: 25%
    }

    .modules-clients .cols-10 {
        margin: -10px
    }
}

.modules-clients .cols-10 .c-item {
    width: 10%
}

@media (max-width: 991px) {
    .modules-clients .cols-10 .c-item {
        padding:10px;
        width: 20%
    }
}

.modules-clients .cols-11 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-11 {
        margin:-10px
    }
}

.modules-clients .cols-11 .c-item {
    padding: 10px;
    width: 9.09091%
}

@media (max-width: 991px) {
    .modules-clients .cols-11 .c-item {
        padding:10px;
        width: 20%
    }
}

.modules-clients .cols-12 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-12 {
        margin:-10px
    }
}

.modules-clients .cols-12 .c-item {
    padding: 10px;
    width: 8.33333%
}

@media (max-width: 991px) {
    .modules-clients .cols-12 .c-item {
        padding:10px;
        width: 16.66667%
    }
}

.modules-clients .cols-13 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-13 {
        margin:-10px
    }
}

.modules-clients .cols-13 .c-item {
    padding: 10px;
    width: 7.69231%
}

@media (max-width: 991px) {
    .modules-clients .cols-13 .c-item {
        padding:10px;
        width: 16.66667%
    }
}

.modules-clients .cols-14 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-14 {
        margin:-10px
    }
}

.modules-clients .cols-14 .c-item {
    padding: 10px;
    width: 7.14286%
}

@media (max-width: 991px) {
    .modules-clients .cols-14 .c-item {
        padding:10px;
        width: 14.28571%
    }
}

.modules-clients .cols-15 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-15 {
        margin:-10px
    }
}

.modules-clients .cols-15 .c-item {
    padding: 10px;
    width: 6.66667%
}

@media (max-width: 991px) {
    .modules-clients .cols-15 .c-item {
        padding:10px;
        width: 14.28571%
    }
}

.modules-clients .cols-16 {
    margin: -10px
}

@media (max-width: 991px) {
    .modules-clients .cols-16 {
        margin:-10px
    }
}

.modules-clients .cols-16 .c-item {
    padding: 10px;
    width: 6.25%
}

@media (max-width: 991px) {
    .modules-clients .cols-16 .c-item {
        padding:10px;
        width: 12.5%
    }
}

.cg-list {
    --module-cols: 4;
    --module-item-gap: var(--theme-gutter)
}

@media (max-width: 767px) {
    .cg-list {
        --module-cols:2;
        --module-item-gap: 16px
    }
}

.cg-list.cg-list-border {
    gap: var(--module-item-gap)
}

.cg-list.cg-list-border .cg-item-inner {
    border-radius: var(--theme-border-radius-l,5px);
    overflow: hidden
}

.cg-list .cg-item {
    width: calc((100% - (var(--module-cols) - 1)*var(--module-item-gap))/var(--module-cols))
}

.cg-list .cg-item-5 .cg-item-inner .cg-fa {
    font-size: 40px
}

.cg-list .cg-item-inner {
    background: var(--theme-color);
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.1);
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    transition: all .3s ease-out 0s
}

@media (max-width: 991px) {
    .cg-list .cg-item-inner {
        padding:20px 10px
    }
}

.cg-list .cg-item-inner:hover {
    border-radius: var(--theme-border-radius-l,5px);
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2);
    text-decoration: none;
    transition: all .3s ease-out 0s;
    z-index: 1
}

.cg-list .cg-fa {
    color: var(--theme-black-color);
    display: inline-block;
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 20px
}

.cg-list .cg-fa img {
    max-width: 60%
}

@media (max-width: 991px) {
    .cg-list .cg-fa {
        font-size:38px;
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .cg-list .cg-item-1 .cg-fa img,.cg-list .cg-item-2 .cg-fa img,.cg-list .cg-item-3 .cg-fa img {
        max-width:30%
    }

    .cg-list .cg-item-4 .cg-fa img {
        max-width: 50%
    }
}

.cg-list .cg-item-text .cg-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0
}

@media (max-width: 991px) {
    .cg-list .cg-item-text .cg-title {
        font-size:18px
    }
}

.cg-list .cg-item-text .cg-desc {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 0;
    opacity: .9
}

@media (max-width: 991px) {
    .cg-list .cg-item-text .cg-desc {
        margin-top:8px
    }
}

.cg-list .cg-item-text .cg-desc p:last-child {
    margin-bottom: 0
}

.cg-list .cg-item-more {
    border: 1px solid #fff;
    border-radius: var(--theme-border-radius-s,3px);
    bottom: 10px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    left: 50%;
    line-height: 25px;
    margin-left: -37px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    transition: all .2s ease-out 0s
}

.cg-list .cg-item-more:hover {
    background: #fff;
    color: var(--theme-hover);
    text-decoration: none
}

@media (max-width: 991px) {
    .cg-list .cg-item-more {
        opacity:1
    }
}

.cg-list.cg-layout-1 .cg-item-inner,.cg-list.cg-layout-3 .cg-item-inner {
    position: relative;
    top: 0
}

@media (max-width: 991px) {
    .cg-list.cg-layout-1 .cg-item-inner,.cg-list.cg-layout-3 .cg-item-inner {
        padding-bottom:72px
    }

    .cg-list.cg-layout-1 .cg-item-inner .cg-item-more,.cg-list.cg-layout-3 .cg-item-inner .cg-item-more {
        bottom: 20px
    }
}

.cg-list.cg-layout-1 .cg-item-inner:hover,.cg-list.cg-layout-3 .cg-item-inner:hover {
    height: calc(100% + 47px);
    top: -47px;
    transition-timing-function: cubic-bezier(.7,.3,.1,1)
}

.cg-list.cg-layout-1 .cg-item-inner:hover .cg-item-more,.cg-list.cg-layout-3 .cg-item-inner:hover .cg-item-more {
    bottom: 30px;
    opacity: .8;
    transition: all .3s ease-out 0s
}

@media (max-width: 991px) {
    .cg-list.cg-layout-1 .cg-item-inner:hover,.cg-list.cg-layout-3 .cg-item-inner:hover {
        height:100%;
        top: 0
    }

    .cg-list.cg-layout-1 .cg-item-inner:hover .cg-item-more,.cg-list.cg-layout-3 .cg-item-inner:hover .cg-item-more {
        bottom: 20px
    }
}

.cg-list.cg-layout-2 .cg-title,.cg-list.cg-layout-3 .cg-title {
    margin-bottom: 30px
}

.cg-list.cg-layout-0 .cg-item-inner .cg-fa,.cg-list.cg-layout-2 .cg-item-inner .cg-fa,.cg-list.cg-layout-4 .cg-item-inner .cg-fa {
    font-size: 48px
}

.cg-list.cg-layout-0 .cg-item-inner:hover,.cg-list.cg-layout-2 .cg-item-inner:hover,.cg-list.cg-layout-4 .cg-item-inner:hover {
    transform: scale(1.02) translateY(-2px);
    transition: all .2s ease-out 0s
}

.cg-list.cg-type-1 .cg-item-inner {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.1)
}

.cg-list.cg-type-1 .cg-item .cg-item-inner {
    background-color: #fff;
    color: #314659
}

.cg-list.cg-type-1 .cg-item-more {
    border-color: #314659;
    color: #314659
}

.cg-list.cg-layout-4 .cg-item {
    position: relative
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner {
    align-items: center;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNzEiIGhlaWdodD0iODIiPjxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtb3BhY2l0eT0iLjA0MiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMCAzNi44OTJxMzEuMDUzIDE0LjIxNyA1Ny40NjItMS44MWMyMy4wOTgtMTAuMjYzIDYzLjAxMS0xMy43MjMgOTcuNzA4IDE4LjA0NlMyMjYgODguODI0IDI3MCA3MS4xMjZxLjU5MS0xLjIwNiAwLTcwLjQyM0gweiIvPjwvc3ZnPg==) no-repeat;
    background-color: rgba(var(--theme-color),.85);
    background-size: 100% auto;
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.1);
    box-sizing: border-box;
    color: var(--theme-black-color);
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    text-align: left;
    z-index: 1
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2)
}

@media (max-width: 767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner {
        flex-wrap:wrap;
        padding: 20px 10px
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner:after {
    background-image: linear-gradient(150deg,hsla(0,0%,100%,.3),transparent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa {
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 0
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa:before {
    color: #fff;
    display: block;
    z-index: 2
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa:after {
    background-image: linear-gradient(131deg,hsla(0,0%,100%,.5),transparent 80%);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width: 767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner .cg-fa {
        margin-bottom:10px
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left {
    flex-basis: auto;
    flex-shrink: 1;
    padding-right: 20px
}

@media (max-width: 767px) {
    .cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left {
        flex-shrink:0;
        order: 1;
        padding: 0;
        width: 100%
    }
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text {
    margin-bottom: 10px
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text .cg-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text .cg-desc {
    line-height: 1.5
}

.cg-list.cg-layout-4 .cg-item .cg-item-inner .flex-left .cg-item-text .cg-desc p:last-child {
    margin-bottom: 0
}

.cg-list.cg-layout-4.cg-type-1 .cg-item-inner {
    background-color: #fff
}

.cg-list.cg-layout-4.cg-type-1 .cg-item-inner:hover .cg-fa {
    color: #fff!important
}

.modules-default-posts .post-loop-default .item-title a {
    color: inherit
}

.modules-default-posts .post-loop-default .item-title a:hover {
    color: var(--theme-hover)
}

.modules-default-posts .post-loop-default .item-excerpt {
    color: inherit;
    opacity: .9
}

.modules-default-posts .post-loop-default .item-meta {
    color: inherit;
    opacity: .7
}

.modules-default-posts .post-loop-default .item-meta a {
    color: inherit
}

.modules-default-posts .post-loop-default .item-meta a:hover {
    color: var(--theme-hover)
}

.modules-default-posts .post-loop-default.cols-2 .item-title {
    margin-bottom: 10px
}

.modules-default-posts .post-loop-default.cols-2 .item-meta {
    font-size: 12px
}

.modules-default-posts .post-loop-list {
    border-top: 0;
    margin-top: -15px
}

.modules-default-posts .post-loop-list.cols-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.modules-default-posts .post-loop-list.cols-2 .list-item {
    width: calc(50% - 20px)
}

@media (max-width: 767px) {
    .modules-default-posts .post-loop-list.cols-2 .list-item {
        width:100%
    }

    .modules-default-posts .post-loop-list.cols-2 .list-item .date {
        display: block;
        font-size: 12px;
        width: 100px
    }
}

.modules-desc .desc-inner {
    font-size: 18px;
    word-wrap: break-word;
    color: var(--theme-black-color);
    font-weight: 400;
    line-height: 1.8;
    white-space: normal
}

.modules-desc .desc-inner p:last-child {
    margin-bottom: 0
}

.modules-desc .module-more {
    text-align: left
}

.modules-desc .desc-center {
    text-align: center
}

.hot-slider {
    margin: 0 calc(var(--theme-post-item-gap)/-2);
    overflow: hidden;
    position: relative
}

.hot-slider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    overflow: visible!important;
    padding: 0
}

.hot-slider .post-item {
    padding-left: calc(var(--theme-post-item-gap)/2);
    padding-right: calc(var(--theme-post-item-gap)/2)
}

.hot-slider .swiper-button-next,.hot-slider .swiper-button-prev {
    --swiper-navigation-size: 48px;
    background: hsla(var(--theme-color-hsl),.2);
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.hot-slider .swiper-button-next:hover,.hot-slider .swiper-button-prev:hover {
    background: hsla(var(--theme-color-hsl),.4);
    opacity: .8!important
}

.hot-slider .swiper-button-next:active,.hot-slider .swiper-button-prev:active {
    background: hsla(var(--theme-color-hsl),.55);
    transition: all .1s
}

@media (max-width: 767px) {
    .hot-slider .swiper-button-next,.hot-slider .swiper-button-prev {
        --swiper-navigation-size:38.4px
    }
}

.hot-slider .swiper-button-prev,.hot-slider .swiper-rtl .swiper-button-next {
    left: calc(0px - var(--swiper-navigation-size));
    right: auto
}

.hot-slider .swiper-button-next,.hot-slider .swiper-rtl .swiper-button-prev {
    left: auto;
    right: calc(0px - var(--swiper-navigation-size))
}

.hot-slider:hover .swiper-button-prev,.hot-slider:hover .swiper-rtl .swiper-button-next {
    left: 15px;
    opacity: .8
}

@media (max-width: 767px) {
    .hot-slider:hover .swiper-button-prev,.hot-slider:hover .swiper-rtl .swiper-button-next {
        left:12px
    }
}

.hot-slider:hover .swiper-button-next,.hot-slider:hover .swiper-rtl .swiper-button-prev {
    opacity: .6;
    right: 15px
}

@media (max-width: 767px) {
    .hot-slider:hover .swiper-button-next,.hot-slider:hover .swiper-rtl .swiper-button-prev {
        right:12px
    }
}

.cg-list,.ig-list {
    --module-cols: 4;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    .cg-list,.ig-list {
        --module-cols:2
    }
}

.ig-item {
    flex-shrink: 0;
    overflow: hidden;
    width: calc(100%/var(--module-cols))
}

.ig-item .ig-item-inner {
    display: block;
    position: relative;
    text-decoration: none
}

.ig-item img {
    display: block;
    margin: 0 auto
}

.ig-item .ig-item-text,.ig-item img {
    transition: all .2s ease-out;
    width: 100%
}

.ig-item .ig-item-text {
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.3));
    bottom: 0;
    color: var(--theme-black-color);
    height: 99px;
    left: 0;
    padding: 15px 20px;
    position: absolute
}

@media (max-width: 991px) {
    .ig-item .ig-item-text {
        height:auto;
        padding: 10px
    }
}

.ig-item .ig-item-text .ig-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 991px) {
    .ig-item .ig-item-text .ig-title {
        font-size:16px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }
}

.ig-item .ig-item-text .ig-desc {
    font-size: 14px;
    height: 40px;
    line-height: 1.48;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

@media (max-width: 991px) {
    .ig-item .ig-item-text .ig-desc {
        display:none
    }
}

.ig-item .ig-item-text .ig-desc p:last-child {
    margin-bottom: 0
}

.ig-item .ig-item-text .lonely-text {
    margin-top: 29px
}

.ig-item .ig-item-inner:hover {
    text-decoration: none
}

.ig-item .ig-item-inner:hover .ig-item-text {
    background: #206be7d9;
    height: 100%;
    padding-top: 50px;
    transition: all .3s ease-out 0s
}

@media (max-width: 991px) {
    .ig-item .ig-item-inner:hover .ig-item-text {
        padding-top:25%
    }
}

.ig-item .ig-item-inner:hover .ig-item-text .ig-title {
    margin-bottom: 15px;
    text-overflow: unset;
    white-space: normal
}

.ig-item .ig-item-inner:hover .ig-item-text .ig-desc {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset
}

.ig-item .ig-item-inner:hover img {
    transform: scale(1.05);
    transition: all .3s ease-out 0s
}

.ig-item-1 .ig-item-text,.ig-item-2 .ig-item-text {
    height: 124px;
    padding: 20px
}

.ig-item-1 .ig-item-text .ig-title,.ig-item-2 .ig-item-text .ig-title {
    font-size: 26px;
    margin-bottom: 10px
}

.ig-item-1 .ig-item-text .ig-desc,.ig-item-2 .ig-item-text .ig-desc {
    font-size: 16px;
    height: 43px
}

.ig-item-1 .ig-item-text .lonely-text,.ig-item-2 .ig-item-text .lonely-text {
    margin-top: 41px
}

.ig-item-5 .ig-item-text,.ig-item-6 .ig-item-text {
    height: 84px;
    padding: 10px
}

.ig-item-5 .ig-item-text .ig-title,.ig-item-6 .ig-item-text .ig-title {
    font-size: 18px
}

.ig-item-5 .ig-item-text .ig-desc,.ig-item-6 .ig-item-text .ig-desc {
    font-size: 14px;
    height: 38px;
    line-height: 1.4
}

.ig-item-5 .ig-item-text .lonely-text,.ig-item-6 .ig-item-text .lonely-text {
    margin-top: 26px
}

@media (max-width: 991px) {
    .ig-item-6 .ig-item-text {
        display:none
    }
}

.ig-item-6 .ig-item-text {
    height: 66px;
    padding: 10px
}

.ig-item-6 .ig-item-text .ig-title {
    font-size: 16px
}

.ig-item-6 .ig-item-text .ig-desc {
    display: block;
    font-size: 13px;
    height: 20px;
    white-space: nowrap
}

.ig-item-6 .ig-item-text .lonely-text {
    margin-top: 24px
}

.ig-item-6 .ig-item-inner:hover {
    text-decoration: none
}

.ig-item-6 .ig-item-inner:hover .ig-item-text p {
    white-space: normal
}

.modules-mix .mc-item-wrap {
    color: var(--theme-black-color);
    display: flex;
    position: relative
}

.modules-mix .mc-item-wrap.mc-shadow-0 {
    background: none
}

@media (max-width: 991px) {
    .modules-mix .mc-item-wrap {
        display:block
    }
}

.modules-mix .mc-item {
    flex-shrink: 0;
    position: relative;
    vertical-align: middle;
    width: 50%
}

.modules-mix .mc-item p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0 0 .6em;
    opacity: .8
}

.modules-mix .mc-item p:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .modules-mix .mc-item {
        text-align:center;
        width: 100%
    }
}

.modules-mix .mc-item-img {
    height: 100%;
    position: absolute;
    width: 100%
}

@media (max-width: 991px) {
    .modules-mix .mc-item-img {
        height:auto;
        position: relative;
        width: auto
    }
}

.modules-mix .mc-item-img img {
    border-radius: var(--theme-border-radius-l);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.modules-mix .mc-text {
    padding-bottom: 40px;
    padding-left: 20px
}

@media (max-width: 991px) {
    .modules-mix .mc-text {
        padding-left:0
    }
}

.modules-mix .mc-item-right .mc-item {
    order: 1
}

.modules-mix .mc-item-right .mc-text {
    order: 0;
    padding-left: 0;
    padding-right: 20px
}

@media (max-width: 991px) {
    .modules-mix .mc-item-right .mc-text {
        padding-right:0
    }
}

.modules-mix .mc-shadow-0 .mc-title {
    margin: 0 0 40px
}

.modules-mix .mc-shadow-0 .mc-text {
    padding: 20px 20px 20px 30px
}

.modules-mix .mc-shadow-0.mc-item-right .mc-text {
    padding: 20px 30px 20px 20px
}

.modules-mix .mc-shadow-1 .mc-item-img {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 20px;
    z-index: 0
}

@media (max-width: 991px) {
    .modules-mix .mc-shadow-1 .mc-item-img {
        padding-bottom:20px;
        padding-left: 20px
    }
}

.modules-mix .mc-shadow-1 .mc-item-img:before {
    background: var(--theme-color);
    border-radius: var(--theme-border-radius-m);
    bottom: 0;
    content: "";
    height: 74%;
    left: 0;
    opacity: .1;
    position: absolute;
    width: 70%;
    z-index: -1
}

.modules-mix .mc-shadow-1.mc-item-right .mc-item-img {
    padding-left: 20px;
    padding-right: 40px
}

@media (max-width: 991px) {
    .modules-mix .mc-shadow-1.mc-item-right .mc-item-img {
        padding-right:20px
    }
}

.modules-mix .mc-shadow-1.mc-item-right .mc-item-img:before {
    left: auto;
    right: 0
}

.modules-mix .mc-title {
    font-family: var(--theme-title-font);
    font-size: 26px;
    font-weight: var(--theme-title-font-weight);
    line-height: 1.4;
    margin: 10px 0 40px
}

.modules-mix .more-link {
    background-color: var(--theme-color);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);
    border: 0;
    color: #fff;
    letter-spacing: .5px;
    margin-top: 50px;
    padding: 12px 24px;
    transition: all .2s ease-out
}

.modules-mix .more-link .wi {
    color: transparent;
    text-indent: -16px;
    transition: all .2s ease-out
}

.modules-mix .more-link:hover {
    text-indent: -4px;
    transition: all .2s ease-out
}

.modules-mix .more-link:hover .wi {
    color: inherit;
    text-indent: 0;
    transform: translateX(8px);
    transition: all .2s ease-out
}

.modules-feature {
    margin-bottom: 0
}

.modules-feature .feature-wrap {
    --module-cols: 4;
    --module-item-gap: var(--theme-gutter);
    display: flex;
    flex-wrap: wrap;
    gap: var(--module-item-gap)
}

@media (max-width: 767px) {
    .modules-feature .feature-wrap {
        --module-cols:2;
        --module-item-gap: 16px
    }
}

.modules-feature .fea-item {
    display: block;
    flex-shrink: 0;
    float: none;
    margin: 0;
    position: relative;
    text-decoration: none;
    width: calc((100% - (var(--module-cols) - 1)*var(--module-item-gap))/var(--module-cols));
    word-spacing: 0
}

.modules-feature .fea-item-wrap {
    border-radius: var(--theme-border-radius-m,4px);
    display: inline-block;
    height: 100%;
    transition: all .2s ease-out 0s;
    width: 100%
}

@media screen and (max-width: 767px) {
    .modules-feature .fea-item-wrap {
        padding-left:8px;
        padding-right: 8px
    }
}

.modules-feature .fea-item-wrap:hover {
    transition: all .2s ease-out 0s
}

.modules-feature .fea-item-title {
    color: var(--theme-black-color);
    font-weight: 500;
    line-height: 1.4;
    margin-top: 20px
}

.modules-feature .fea-item-desc {
    color: var(--theme-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 20px;
    opacity: .8
}

.modules-feature .fea-item-desc p:last-child {
    margin-bottom: 0
}

.modules-feature .fea-icon {
    display: inline-block;
    line-height: 1;
    transition: all .2s ease-out 0s;
    vertical-align: top
}

.modules-feature .f-layout-0 .fea-item,.modules-feature .f-layout-0.feature-wrap,.modules-feature .f-layout-5 .fea-item,.modules-feature .f-layout-5.feature-wrap {
    margin-bottom: 0
}

.modules-feature .f-layout-0 .fea-item-wrap,.modules-feature .f-layout-5 .fea-item-wrap {
    padding: 30px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-0 .fea-item-wrap,.modules-feature .f-layout-5 .fea-item-wrap {
        padding:20px 10px
    }
}

.modules-feature .f-layout-0 a.fea-item .fea-item-wrap:hover,.modules-feature .f-layout-5 a.fea-item .fea-item-wrap:hover {
    background: rgba(51,51,51,.03);
    text-decoration: none;
    transition: all .3s ease-out 0s
}

.modules-feature .f-layout-0 .fea-icon,.modules-feature .f-layout-5 .fea-icon {
    font-size: 40px
}

.modules-feature .f-layout-0 .fea-icon img,.modules-feature .f-layout-5 .fea-icon img {
    width: 40px
}

.modules-feature .f-layout-0 .fea-item-title,.modules-feature .f-layout-5 .fea-item-title {
    font-size: 18px;
    font-weight: 500
}

.modules-feature .f-layout-0 .fea-item {
    text-align: center
}

.modules-feature .f-layout-5 .fea-item-wrap {
    padding: 15px 0
}

.modules-feature .f-layout-5 a.fea-item .fea-item-wrap:hover {
    background: none
}

.modules-feature .f-layout-1.cols-5 .fea-icon {
    font-size: 40px;
    height: 88px;
    line-height: 84px;
    width: 88px
}

.modules-feature .f-layout-1.cols-5 .fea-icon img {
    width: 40px
}

.modules-feature .f-layout-1.cols-5 .fea-item-title {
    font-size: 20px;
    margin-top: 20px
}

.modules-feature .f-layout-1.cols-5 .fea-item-desc {
    margin-top: 10px
}

.modules-feature .f-layout-1 .fea-item {
    text-align: center
}

.modules-feature .f-layout-1 .fea-item:hover .fea-icon {
    background: var(--theme-color);
    color: #fff
}

.modules-feature .f-layout-1 .fea-icon {
    align-items: center;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    color: var(--theme-color);
    display: inline-flex;
    font-size: 48px;
    height: 110px;
    justify-content: center;
    line-height: 106px;
    text-align: center;
    width: 110px
}

.modules-feature .f-layout-1 .fea-icon img {
    width: 48px
}

@media (max-width: 991px) {
    .modules-feature .f-layout-1 .fea-icon {
        font-size:40px;
        height: 88px;
        line-height: 84px;
        width: 88px
    }

    .modules-feature .f-layout-1 .fea-icon img {
        width: 40px
    }
}

.modules-feature .f-layout-1 .fea-item-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 30px
}

@media (max-width: 991px) {
    .modules-feature .f-layout-1 .fea-item-title {
        font-size:20px;
        margin-top: 20px
    }

    .modules-feature .f-layout-1 .fea-item-desc {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .modules-feature .f-layout-1.cols-3.total-3 .fea-item-wrap {
        padding:0
    }

    .modules-feature .f-layout-1.cols-3.total-3 .fea-icon {
        font-size: 34px;
        height: 72px;
        line-height: 68px;
        width: 72px
    }

    .modules-feature .f-layout-1.cols-3.total-3 .fea-item-title {
        font-size: 18px;
        margin-top: 12px
    }

    .modules-feature .f-layout-1.cols-3.total-3 .fea-item-desc {
        display: none
    }
}

.modules-feature .f-layout-2 .fea-item-wrap {
    background-color: #fff;
    border: 1px solid var(--theme-line-color);
    padding: 60px 30px 30px;
    position: relative;
    text-align: left;
    width: 100%
}

.modules-feature .f-layout-2 .fea-item-wrap:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2)
}

.modules-feature .f-layout-2 .fea-item-wrap:hover .more-icon {
    opacity: .8;
    transition: all .2s ease-out 0s
}

@media (max-width: 767px) {
    .modules-feature .f-layout-2 .fea-item-wrap {
        padding:30px 10px 20px
    }
}

.modules-feature .f-layout-2 .fea-icon {
    font-size: 30px
}

.modules-feature .f-layout-2 .fea-icon img {
    width: 30px
}

.modules-feature .f-layout-2 .fea-item-title {
    font-size: 18px
}

.modules-feature .f-layout-2 .fea-item-desc {
    font-size: 16px
}

.modules-feature .f-layout-2 .more-icon {
    color: var(--theme-light-color);
    float: right;
    font-size: 30px;
    line-height: 1;
    margin-top: 40px;
    opacity: .5;
    transition: all .2s ease-out 0s
}

@media (max-width: 767px) {
    .modules-feature .f-layout-2 .more-icon {
        margin-top:20px
    }
}

.modules-feature .f-layout-3 .fea-item {
    padding-top: 28px
}

.modules-feature .f-layout-3 .fea-item-wrap {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.1);
    padding: 30px 30px 20px;
    text-align: left
}

.modules-feature .f-layout-3 .fea-item-wrap:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2);
    text-decoration: none
}

@media (max-width: 767px) {
    .modules-feature .f-layout-3 .fea-item-wrap {
        padding:30px 15px 10px
    }
}

.modules-feature .f-layout-3 .fea-icon {
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #fff!important;
    display: inline-flex;
    font-size: 28px;
    height: 56px;
    justify-content: center;
    line-height: 56px;
    margin: -58px 0 0;
    position: relative;
    text-align: center;
    width: 56px
}

.modules-feature .f-layout-3 .fea-icon img {
    width: 28px
}

.modules-feature .f-layout-3 .fea-icon:after {
    background: linear-gradient(131deg,hsla(0,0%,100%,.6),transparent 80%);
    border-radius: 50%;
    content: "";
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px
}

.modules-feature .f-layout-3 .fea-item-title {
    font-size: 20px
}

.modules-feature .f-layout-4 {
    margin-left: -20px;
    margin-right: -20px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 {
        margin-left:-8px;
        margin-right: -8px
    }
}

.modules-feature .f-layout-4 .fea-item-wrap {
    padding-left: 53px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 .fea-item-wrap {
        padding-left:40px;
        padding-right: 0
    }
}

.modules-feature .f-layout-4 .fea-item-wrap .fea-item-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 .fea-item-wrap .fea-item-title {
        font-size:18px;
        margin: 0 0 5px
    }
}

.modules-feature .f-layout-4 .fea-item-wrap .fea-item-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.46;
    margin-top: 0
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 .fea-item-wrap .fea-item-desc {
        font-size:14px
    }
}

.modules-feature .f-layout-4 .fea-item {
    margin: 0;
    padding: 20px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 .fea-item {
        padding:8px
    }
}

.modules-feature .f-layout-4 a.fea-item:hover .fea-item-title {
    color: var(--theme-hover)
}

.modules-feature .f-layout-4 .fea-icon {
    font-size: 38px;
    left: 20px;
    position: absolute;
    top: 20px
}

.modules-feature .f-layout-4 .fea-icon img {
    width: 38px
}

@media (max-width: 767px) {
    .modules-feature .f-layout-4 .fea-icon {
        font-size:32px;
        left: 8px;
        top: 8px
    }

    .modules-feature .f-layout-4 .fea-icon img {
        width: 32px
    }
}

.modules-news {
    color: var(--theme-black-color)
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 calc(var(--theme-gutter)/-2);
    padding: 0
}

.news-list-item {
    display: flex;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

.news-list-item:hover {
    background: hsla(var(--theme-color-hsl),.04);
    border-radius: var(--theme-border-radius-m)
}

.news-item-time {
    flex-shrink: 0;
    text-align: center;
    width: 65px
}

.news-item-day {
    font-size: 50px
}

.news-item-day,.news-item-month {
    display: block;
    line-height: 1;
    opacity: .8
}

.news-item-month {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    position: relative
}

.news-item-month:before {
    background: var(--theme-black-color);
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -11px;
    opacity: .4;
    position: absolute;
    top: -11px;
    width: 22px
}

.news-item-text {
    box-sizing: border-box;
    padding-left: 20px;
    text-align: justify;
    width: calc(100% - 65px)
}

.news-item-title {
    color: inherit;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.news-item-title:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.news-item-content {
    color: inherit;
    display: -webkit-box;
    font-size: 14px;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: .8
}

.news-tab::-webkit-scrollbar {
    display: none
}

.news-tab {
    scrollbar-width: none;
    -ms-overflow-style: none
}

.news-wrap {
    display: none
}

.news-wrap.active {
    display: block!important
}

.news2-inner {
    background: hsla(0,0%,100%,.88);
    border-radius: var(--theme-border-radius-xl);
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.1);
    display: flex;
    width: 100%
}

@media (max-width: 991px) {
    .news2-inner {
        flex-direction:column
    }
}

.news2-inner .news2-poster {
    background-color: #f8f8f8;
    display: block;
    overflow: hidden;
    position: relative
}

.news2-inner .news2-poster img {
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out 0s;
    width: 100%
}

.news2-inner .news2-poster:hover img {
    transform: scale(1.01);
    transition: all .3s ease-out 0s
}

.news2-inner .news2-poster-title {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
    bottom: 0;
    box-sizing: content-box;
    left: 0;
    margin: 0;
    padding: 30px;
    position: absolute;
    right: 0
}

.news2-inner .news2-poster-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 64px;
    -webkit-line-clamp: 2;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

@media screen and (max-width: 767px) {
    .news2-inner .news2-poster-title span {
        font-size:18px
    }
}

.news2-inner .news2-first {
    border-bottom-left-radius: var(--theme-border-radius-xl);
    border-top-left-radius: var(--theme-border-radius-xl);
    flex-shrink: 0;
    height: 482px;
    width: 735px
}

@media (max-width: 1239px) {
    .news2-inner .news2-first {
        width:590px
    }
}

@media (max-width: 991px) {
    .news2-inner .news2-first {
        height:auto;
        width: 100%
    }
}

.news2-inner .news2-right {
    border: 1px solid var(--theme-line-color);
    border-bottom-right-radius: var(--theme-border-radius-xl);
    border-left: 0;
    border-top-right-radius: var(--theme-border-radius-xl);
    flex-basis: auto;
    flex-shrink: 1;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    width: 100%
}

.news2-inner .news2-right-item {
    border-bottom: 1px solid var(--theme-line-color);
    display: flex;
    padding: 19px 0
}

.news2-inner .news2-right-item:last-child {
    border-bottom: 0
}

.news2-inner .news2-item-thumb {
    background-color: #f8f8f8;
    border-radius: var(--theme-border-radius-l);
    display: block;
    flex-shrink: 0;
    height: 80px;
    overflow: hidden;
    text-decoration: none;
    width: 120px
}

.news2-inner .news2-item-thumb:hover img {
    transform: scale(1.03);
    transition: all .3s ease-out 0s
}

.news2-inner .news2-item-thumb img {
    height: 100%;
    transition: all .3s ease-out 0s;
    width: 100%
}

.news2-inner .news2-item-info {
    flex-basis: auto;
    flex-shrink: 1;
    padding-left: 15px;
    width: 100%
}

.news2-inner .news2-item-title {
    color: var(--theme-black-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 3px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.news2-inner .news2-item-title:hover {
    color: var(--theme-hover)
}

.news2-inner .news2-item-time {
    color: var(--theme-gray-color);
    display: block;
    font-size: 12px;
    line-height: 16px
}

.news2-inner-2 {
    background: none;
    box-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.news2-inner-2 .news2-poster {
    border-radius: var(--theme-border-radius-l)
}

.news2-inner-2 .news2-col {
    margin: 0;
    padding: 0 15px;
    width: 33.333%
}

@media (max-width: 991px) {
    .news2-inner-2 .news2-col {
        width:100%
    }
}

.news2-inner-2 .news2-poster-title {
    padding: 20px
}

.news2-inner-2 .news2-poster-title span {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px
}

@media (max-width: 991px) {
    .news2-inner-2 .news2-poster-title span {
        font-size:16px;
        line-height: 22px;
        max-height: 44px
    }
}

.news2-inner-2 .news2-col-left .news2-poster {
    height: 290px
}

@media (max-width: 991px) {
    .news2-inner-2 .news2-col-left .news2-poster {
        height:auto;
        margin-bottom: 20px
    }

    .news2-inner-2 .news2-col-center {
        margin-bottom: 20px
    }
}

.news2-inner-2 .news2-col-center .news2-poster {
    height: 130px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .news2-inner-2 .news2-col-center .news2-poster {
        height:auto;
        margin-bottom: 20px
    }
}

.news2-inner-2 .news2-col-center .news2-poster:last-child {
    margin-bottom: 0
}

.news2-inner-2 .news2-col-center .news2-poster-title {
    padding: 20px 20px 10px
}

@media (max-width: 991px) {
    .news2-inner-2 .news2-col-center .news2-poster-title {
        padding:20px
    }
}

.news2-inner-2 .news2-col-center .news2-poster-title span {
    font-size: 16px;
    line-height: 22px;
    max-height: 44px
}

.news2-inner-2 .news2-right-item {
    border-bottom: 0;
    padding: 12px 0
}

.news2-inner-2 .news2-right-item:first-child {
    padding-bottom: 13px;
    padding-top: 0
}

.news2-inner-2 .news2-right-item:last-child {
    padding-bottom: 0;
    padding-top: 13px
}

.news2-inner-2 .news2-item-info {
    background: hsla(0,0%,100%,.88);
    border-bottom-right-radius: var(--theme-border-radius-l);
    border-top-right-radius: var(--theme-border-radius-l);
    filter: invert(.05)
}

.news2-inner-2 .news2-item-thumb {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.modules-product .post-loop,.modules-woo_product .post-loop {
    margin: -10px
}

.modules-review .review-wrap {
    color: inherit;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    text-align: center
}

.modules-review .review-wrap .swiper-pagination {
    bottom: 0
}

.modules-review .review-wrap p {
    margin: 0
}

.modules-review .review-item {
    margin-bottom: 15px
}

.modules-review .swiper-pagination-bullet {
    height: 10px;
    width: 10px
}

@media (max-width: 767px) {
    .modules-review .swiper-pagination-bullet {
        height:8px;
        width: 8px
    }
}

.modules-review .swiper-pagination-bullet-active {
    background: var(--theme-color)
}

.modules-review .review-item-content {
    font-size: 16px;
    padding: 20px 80px;
    position: relative
}

@media (max-width: 767px) {
    .modules-review .review-item-content {
        padding:5px 55px
    }
}

.modules-review .review-item-content .review-quote {
    color: var(--theme-line-color);
    font-size: 42px;
    left: 0;
    line-height: 1;
    opacity: .5;
    position: absolute;
    top: 0
}

.modules-review .review-item-content .review-quote-right {
    bottom: 0;
    left: auto;
    right: 0;
    top: auto
}

.modules-review .review-item-author {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0 40px
}

.modules-review .review-item-author img {
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 50%;
    display: block;
    height: 70px;
    margin: 0 auto 15px;
    width: 70px
}

.modules-review .review-style-1 {
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 40px
}

.modules-review .review-style-1 .review-item {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px
}

.modules-review .review-style-1 .review-item-author {
    margin: 0 0 30px;
    width: 100%
}

.modules-review .review-style-1 .review-item-content {
    margin: 0;
    order: 1;
    padding: 0
}

.modules-review .review-style-1 .review-item-content:after,.modules-review .review-style-1 .review-item-content:before {
    display: none
}

.modules-service .service-list {
    color: var(--theme-black-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: calc(var(--theme-gutter)/-2);
    padding: 0
}

@media (max-width: 767px) {
    .modules-service .service-list {
        margin:-8px
    }
}

.modules-service .service-item {
    flex-shrink: 0;
    margin: 0;
    padding: calc(var(--theme-gutter)/2);
    transition: all .2s ease-out;
    width: 25%
}

@media (max-width: 991px) {
    .modules-service .service-item {
        width:50%
    }
}

@media (max-width: 767px) {
    .modules-service .service-item {
        padding:8px
    }
}

.modules-service .service-item.cols-2 {
    width: 50%
}

.modules-service .service-item.cols-3 {
    width: 33.333%
}

@media (max-width: 991px) {
    .modules-service .service-item.cols-3 {
        width:50%
    }
}

.modules-service .service-item.cols-4 {
    width: 25%
}

@media (max-width: 991px) {
    .modules-service .service-item.cols-4 {
        width:50%
    }
}

.modules-service .service-item.cols-5 {
    width: 20%
}

@media (max-width: 991px) {
    .modules-service .service-item.cols-5 {
        width:50%
    }
}

.modules-service .service-item.text-center {
    margin-top: 0;
    text-align: center
}

.modules-service .service-item img {
    height: auto;
    max-width: 100%;
    transition: all .2s ease-out;
    width: 100%
}

.modules-service .service-item:hover img {
    opacity: .95;
    transition: all .2s ease-out
}

.modules-service .service-item-wrap {
    background-color: #fff;
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-l);
    color: inherit;
    height: 100%;
    overflow: hidden;
    transition: all .2s ease-out
}

.modules-service .service-item-wrap:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2);
    transition: all .2s ease-out
}

.modules-service .service-item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    padding: 15px 15px 10px
}

.modules-service .service-item-title a {
    color: inherit
}

.modules-service .service-item-title a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.modules-service .service-item-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: .8;
    padding: 0 15px 15px
}

@media (min-width: 992px) {
    .admin-bar .modules-swiper.swiper-full {
        height:calc(100vh - 32px)
    }

    .modules-swiper.swiper-full {
        height: 100vh
    }
}

.modules-swiper.swiper-normal .slide-video {
    display: block;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 0
}

@media (max-width: 991px) {
    .modules-swiper.swiper-normal .slide-video {
        display:none
    }
}

.modules-swiper.swiper-normal .slide-video::-webkit-media-controls {
    display: none!important
}

.modules-swiper.swiper-normal .slide-video+img {
    display: none
}

@media (max-width: 991px) {
    .modules-swiper.swiper-normal .slide-video+img {
        display:block
    }
}

.modules-swiper .swiper-slide {
    height: auto
}

.modules-swiper .slide-img {
    display: block
}

.modules-swiper .swiper-wrapper {
    min-height: 150px
}

@media (max-width: 991px) {
    .modules-swiper .swiper-wrapper {
        min-height:100px
    }
}

@media (max-width: 600px) {
    .modules-swiper .swiper-wrapper {
        min-height:68px
    }
}

.modules-swiper .swiper-slide-active {
    z-index: 1
}

.modules-swiper .slide-content {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (max-width: 767px) {
    .modules-swiper .slide-content {
        box-sizing:border-box;
        padding-left: calc(13vw + 15px);
        padding-right: calc(13vw + 15px)
    }
}

.modules-swiper .shadow-1 {
    background: rgba(0,0,0,.3)
}

.modules-swiper .shadow-2 {
    background: hsla(0,0%,100%,.3)
}

.modules-swiper .slide-content-inner {
    position: relative;
    text-align: center!important;
    vertical-align: middle
}

@media (max-width: 991px) {
    .modules-swiper .slide-content-inner {
        flex-shrink:0;
        transform: scale(.8);
        width: 120%
    }
}

@media (max-width: 767px) {
    .modules-swiper .slide-content-inner {
        transform:scale(.68);
        width: 146%
    }
}

@media (max-width: 420px) {
    .modules-swiper .slide-content-inner {
        line-height:1.4;
        transform: scale(.62);
        width: 160%
    }
}

.modules-swiper .slide-content-inner>* {
    text-align: center!important
}

.modules-swiper .slide-content-inner h1,.modules-swiper .slide-content-inner h2,.modules-swiper .slide-content-inner h3,.modules-swiper .slide-content-inner h4 {
    font-family: var(--theme-title-font);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .modules-swiper .slide-content-inner h1,.modules-swiper .slide-content-inner h2,.modules-swiper .slide-content-inner h3,.modules-swiper .slide-content-inner h4 {
        margin-top:0
    }
}

.modules-swiper .slide-content-inner.align-left,.modules-swiper .slide-content-inner.align-left>* {
    text-align: left!important
}

@media (max-width: 420px) {
    .modules-swiper .slide-content-inner.align-left .slide-btn {
        transform-origin:left
    }
}

.modules-swiper .slide-content-inner.align-right,.modules-swiper .slide-content-inner.align-right>* {
    text-align: right!important
}

@media (max-width: 420px) {
    .modules-swiper .slide-content-inner.align-right .slide-btn {
        transform-origin:right
    }
}

.modules-swiper .slide-btn {
    background: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);
    background-color: var(--theme-color);
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
    padding: 11px 30px
}

.modules-swiper .slide-btn.btn-round {
    padding: 11px 40px
}

.modules-swiper .slide-btn .wi {
    color: transparent;
    text-indent: -18px;
    transition: all .2s ease-out
}

.modules-swiper .slide-btn:hover {
    text-indent: -4px
}

.modules-swiper .slide-btn:hover .wi {
    color: inherit;
    text-indent: 0;
    transform: translateX(8px);
    transition: all .2s ease-out
}

@media (max-width: 991px) {
    .modules-swiper .slide-btn {
        margin-top:20px
    }
}

@media (max-width: 420px) {
    .modules-swiper .slide-btn {
        transform:scale(1.2)
    }
}

.modules-swiper .swiper-pagination-bullet {
    height: 10px;
    width: 10px
}

@media (max-width: 767px) {
    .modules-swiper .swiper-pagination-bullet {
        height:8px;
        width: 8px
    }
}

.modules-swiper .swiper-button-next,.modules-swiper .swiper-button-prev {
    --swiper-navigation-size: 60px;
    background: hsla(var(--theme-color-hsl),.2);
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.modules-swiper .swiper-button-next:hover,.modules-swiper .swiper-button-prev:hover {
    background: hsla(var(--theme-color-hsl),.4);
    opacity: .8!important
}

.modules-swiper .swiper-button-next:active,.modules-swiper .swiper-button-prev:active {
    background: hsla(var(--theme-color-hsl),.55);
    transition: all .1s
}

@media (max-width: 767px) {
    .modules-swiper .swiper-button-next,.modules-swiper .swiper-button-prev {
        --swiper-navigation-size:48px
    }
}

.modules-swiper .swiper-button-prev,.modules-swiper .swiper-rtl .swiper-button-next {
    left: calc(0px - var(--swiper-navigation-size));
    right: auto
}

.modules-swiper .swiper-button-next,.modules-swiper .swiper-rtl .swiper-button-prev {
    left: auto;
    right: calc(0px - var(--swiper-navigation-size))
}

.modules-swiper:hover .swiper-button-prev,.modules-swiper:hover .swiper-rtl .swiper-button-next {
    left: 32px;
    opacity: .8
}

@media (max-width: 767px) {
    .modules-swiper:hover .swiper-button-prev,.modules-swiper:hover .swiper-rtl .swiper-button-next {
        left:25.6px
    }
}

.modules-swiper:hover .swiper-button-next,.modules-swiper:hover .swiper-rtl .swiper-button-prev {
    opacity: .6;
    right: 32px
}

@media (max-width: 767px) {
    .modules-swiper:hover .swiper-button-next,.modules-swiper:hover .swiper-rtl .swiper-button-prev {
        right:25.6px
    }
}

.swiper-full,.swiper-normal {
    margin-bottom: 20px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .swiper-full,.swiper-normal {
        margin-left:-13vw;
        width: calc(100% + 26vw)
    }
}

.swiper-full .slide-img,.swiper-normal .slide-img {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    width: 100%
}

.swiper-full .slide-img img,.swiper-normal .slide-img img {
    height: auto;
    width: 100%
}

.swiper-full .swiper-button-next,.swiper-full .swiper-button-prev,.swiper-normal .swiper-button-next,.swiper-normal .swiper-button-prev {
    left: -44px;
    line-height: 32px;
    opacity: 0;
    transition: all .4s ease
}

@media screen and (max-width: 767px) {
    .swiper-full .swiper-button-next,.swiper-full .swiper-button-prev,.swiper-normal .swiper-button-next,.swiper-normal .swiper-button-prev {
        display:none
    }
}

.swiper-full .swiper-button-next .wpcom-icon,.swiper-full .swiper-button-prev .wpcom-icon,.swiper-normal .swiper-button-next .wpcom-icon,.swiper-normal .swiper-button-prev .wpcom-icon {
    font-size: 30px
}

.swiper-full .swiper-button-next,.swiper-normal .swiper-button-next {
    left: auto;
    right: -44px
}

.swiper-full:hover .swiper-button-next,.swiper-full:hover .swiper-button-prev,.swiper-normal:hover .swiper-button-next,.swiper-normal:hover .swiper-button-prev {
    left: 10px;
    opacity: .3;
    transition: all .4s ease
}

.swiper-full:hover .swiper-button-next:hover,.swiper-full:hover .swiper-button-prev:hover,.swiper-normal:hover .swiper-button-next:hover,.swiper-normal:hover .swiper-button-prev:hover {
    opacity: .4
}

.swiper-full:hover .swiper-button-next,.swiper-normal:hover .swiper-button-next {
    left: auto;
    right: 10px
}

@media screen and (max-width: 767px) {
    .container>.swiper-full,.container>.swiper-normal {
        margin-left:0;
        width: 100%
    }
}

.swiper-full {
    height: 100vh;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .swiper-full {
        height:56.25vw
    }
}

@media (max-width: 767px) {
    .swiper-full .swiper-button-next,.swiper-full .swiper-button-prev {
        display:none
    }
}

.swiper-full .slide-img {
    background-size: auto 100%;
    background-size: cover
}

.swiper-full .slide-img .slide-video {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.modules-text h1,.modules-text h2,.modules-text h3,.modules-text-format h1,.modules-text-format h2,.modules-text-format h3 {
    font-family: var(--theme-title-font);
    font-weight: var(--theme-title-font-weight);
    line-height: 1.5
}

.post-slider {
    overflow: hidden;
    position: relative
}

.post-slider .swiper-button-next,.post-slider .swiper-button-prev {
    --swiper-navigation-size: 48px;
    background: hsla(var(--theme-color-hsl),.2);
    border-radius: 50%;
    color: #fff;
    text-align: center
}

.post-slider .swiper-button-next:hover,.post-slider .swiper-button-prev:hover {
    background: hsla(var(--theme-color-hsl),.4);
    opacity: .8!important
}

.post-slider .swiper-button-next:active,.post-slider .swiper-button-prev:active {
    background: hsla(var(--theme-color-hsl),.55);
    transition: all .1s
}

@media (max-width: 767px) {
    .post-slider .swiper-button-next,.post-slider .swiper-button-prev {
        --swiper-navigation-size:38.4px
    }
}

.post-slider .swiper-button-prev,.post-slider .swiper-rtl .swiper-button-next {
    left: calc(0px - var(--swiper-navigation-size));
    right: auto
}

.post-slider .swiper-button-next,.post-slider .swiper-rtl .swiper-button-prev {
    left: auto;
    right: calc(0px - var(--swiper-navigation-size))
}

.post-slider:hover .swiper-button-prev,.post-slider:hover .swiper-rtl .swiper-button-next {
    left: 15px;
    opacity: .8
}

@media (max-width: 767px) {
    .post-slider:hover .swiper-button-prev,.post-slider:hover .swiper-rtl .swiper-button-next {
        left:12px
    }
}

.post-slider:hover .swiper-button-next,.post-slider:hover .swiper-rtl .swiper-button-prev {
    opacity: .6;
    right: 15px
}

@media (max-width: 767px) {
    .post-slider:hover .swiper-button-next,.post-slider:hover .swiper-rtl .swiper-button-prev {
        right:12px
    }
}

.post-slider-wrap {
    flex-wrap: nowrap;
    list-style: none;
    padding: 0
}

.post-slider-wrap .post-item {
    flex-shrink: 0;
    padding-top: 33.33%;
    position: relative
}

.post-slider-wrap .post-item:hover .post-item-hover {
    opacity: 1;
    transition: all .3s ease;
    visibility: visible
}

.post-slider-wrap .post-thumb {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-slider-wrap .post-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.post-slider-wrap .post-item-hover {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

@media (max-width: 991px) {
    .post-slider-wrap .post-item-hover {
        padding:15px
    }
}

@media (max-width: 767px) {
    .post-slider-wrap .post-item-hover {
        padding:10px
    }
}

.post-slider-wrap .post-item-hover:after {
    background-color: var(--theme-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.post-slider-wrap .post-item-title {
    font-size: 24px;
    line-height: 1.34;
    margin-bottom: 15px;
    margin-top: 0
}

@media (max-width: 991px) {
    .post-slider-wrap .post-item-title {
        font-size:20px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .post-slider-wrap .post-item-title {
        font-size:18px;
        margin-bottom: 8px
    }
}

.post-slider-wrap .post-item-title a {
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.post-slider-wrap .post-item-tag a {
    color: #fff;
    display: inline-block;
    line-height: 24px;
    margin-left: 10px
}

.post-slider-wrap .post-item-tag a:first-child {
    margin-left: 0
}

.post-slider-wrap .post-item-more {
    background: #fff22f;
    bottom: 0;
    box-sizing: border-box;
    color: var(--theme-black-color);
    font-size: 14px;
    line-height: 40px;
    padding: 0 18px;
    position: absolute;
    right: 0
}

@media (max-width: 767px) {
    .post-slider-wrap .post-item-more {
        line-height:32px;
        padding: 0 12px
    }
}

.post-slider-wrap .post-item-more .wi {
    font-size: 14px;
    margin-left: 3px;
    vertical-align: top
}

.post-slider-wrap.cols-3 .post-item {
    padding-top: 33.33%
}

@media (max-width: 767px) {
    .post-slider-wrap.cols-3 .post-item {
        padding-top:50%;
        width: 50%
    }
}

.post-slider-wrap.cols-4 .post-item {
    padding-top: 25%
}

@media (max-width: 767px) {
    .post-slider-wrap.cols-4 .post-item {
        padding-top:50%;
        width: 50%
    }
}

.post-slider-wrap.cols-5 .post-item {
    padding-top: 20%
}

@media (max-width: 767px) {
    .post-slider-wrap.cols-5 .post-item {
        padding-top:50%;
        width: 50%
    }
}

.flex-feature-wrap {
    color: #fff;
    display: flex;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

@media (max-width: 767px) {
    .flex-feature-wrap {
        display:block
    }

    .flex-feature-wrap .ff-item {
        display: block;
        width: 100%
    }

    .flex-feature-wrap .ff-item img {
        width: 90%!important
    }
}

.flex-feature-wrap.cols-3 img {
    width: 25vw
}

.flex-feature-wrap.cols-4 img {
    width: 20vw
}

.flex-feature-wrap.cols-5 img {
    padding: 0 10px!important;
    width: 16.66vw
}

.flex-feature-wrap .ff-item {
    background-color: var(--theme-color);
    flex: 1;
    padding: 90px 0 60px;
    text-align: center;
    transition: all .2s
}

@media (max-width: 1239px) {
    .flex-feature-wrap .ff-item {
        padding:80px 0 60px
    }
}

@media (max-width: 991px) {
    .flex-feature-wrap .ff-item {
        padding:50px 0
    }
}

.flex-feature-wrap .ff-item.active {
    flex: 2
}

.flex-feature-wrap .ff-item img {
    box-sizing: border-box;
    height: auto;
    margin-top: 60px;
    max-width: none;
    object-fit: cover;
    padding: 0 30px;
    transition: all .2s
}

@media (max-width: 991px) {
    .flex-feature-wrap .ff-item img {
        padding:0 15px
    }
}

@media (max-width: 767px) {
    .flex-feature-wrap .ff-item img {
        margin-top:20px
    }
}

.flex-feature-wrap .ff-item-title {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    padding: 0 10%
}

@media (max-width: 991px) {
    .flex-feature-wrap .ff-item-title {
        font-size:30px
    }
}

@media (max-width: 767px) {
    .flex-feature-wrap .ff-item-title {
        font-size:26px
    }
}

.flex-feature-wrap .ff-item-desc {
    font-size: 16px;
    height: 72px;
    line-height: 1.5;
    margin: 20px auto 0;
    max-width: 366px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

@media (max-width: 991px) {
    .flex-feature-wrap .ff-item-desc {
        margin:15px auto 0;
        padding: 0;
        width: 80%
    }
}

.flex-feature-wrap .ff-item-go-wrap {
    font-size: 16px;
    margin-top: 30px
}

@media (max-width: 767px) {
    .flex-feature-wrap .ff-item-go-wrap {
        margin-top:16px
    }
}

.flex-feature-wrap .ff-item-go {
    color: #fff
}

.container .flex-feature-wrap.cols-3 img {
    padding: 0 15px
}

@media (min-width: 1239px) {
    .container .flex-feature-wrap.cols-3 img {
        width:292.5px
    }
}

@media (min-width: 991px) and (max-width:1239px) {
    .container .flex-feature-wrap.cols-3 img {
        width:235px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .container .flex-feature-wrap.cols-3 img {
        width:180px
    }
}

@media (min-width: 1239px) {
    .container .flex-feature-wrap.cols-4 img {
        width:234px
    }
}

@media (min-width: 991px) and (max-width:1239px) {
    .container .flex-feature-wrap.cols-4 img {
        width:188px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .container .flex-feature-wrap.cols-4 img {
        width:144px
    }
}

@media (min-width: 1239px) {
    .container .flex-feature-wrap.cols-5 img {
        width:195px
    }
}

@media (min-width: 991px) and (max-width:1239px) {
    .container .flex-feature-wrap.cols-5 img {
        width:156.66px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .container .flex-feature-wrap.cols-5 img {
        width:120px
    }
}

.pricing-table {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 767px) {
    .pricing-table {
        flex-wrap:wrap
    }
}

.pricing-table .pt-item {
    background: #fff;
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-l);
    flex: 1;
    position: relative;
    transition: all .3s
}

@media (max-width: 767px) {
    .pricing-table .pt-item {
        flex:auto;
        width: 100%
    }
}

.pricing-table .pt-item.active,.pricing-table .pt-item:hover {
    box-shadow: 0 15px 30px 0 hsla(0,0%,53%,.2);
    transition: all .6s
}

.pricing-table .pt-item.active .pt-btn,.pricing-table .pt-item:hover .pt-btn {
    background: var(--theme-hover);
    border: 0;
    color: #fff;
    padding: 12px 20px
}

.pricing-table .pt-recommend {
    background-color: #ffae6c;
    border-radius: 16px 0 16px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    max-width: 60%;
    overflow: hidden;
    padding: 6px 12px;
    position: absolute;
    right: 4px;
    text-overflow: ellipsis;
    top: -14px;
    white-space: nowrap;
    z-index: 9
}

.pricing-table .pt-header {
    background-color: var(--theme-color);
    border-radius: var(--theme-border-radius-l,8px) var(--theme-border-radius-l,8px) 0 0;
    color: #fff;
    margin: -1px
}

.pricing-table .pt-title {
    font-size: 30px;
    margin: 0 0 12px
}

.pricing-table .pt-content {
    color: var(--theme-black-color);
    font-size: 16px;
    line-height: 1.47;
    overflow: hidden;
    padding: 24px 12%
}

@media (max-width: 767px) {
    .pricing-table .pt-content {
        padding:20px 10%
    }
}

.pricing-table .pt-content p {
    margin-bottom: 0
}

.pricing-table .pt-content ol,.pricing-table .pt-content ul {
    font-size: 14px;
    margin-top: 24px;
    padding-left: 0
}

.pricing-table .pt-content ol li,.pricing-table .pt-content ul li {
    color: var(--theme-gray-color);
    list-style: none;
    margin-top: 16px;
    padding-left: 22px;
    position: relative;
    text-align: left
}

.pricing-table .pt-box {
    bottom: 30px;
    color: var(--theme-black-color);
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%
}

.pricing-table .pt-price-wrap {
    font-size: 14px
}

.pricing-table .pt-sign {
    vertical-align: top
}

.pricing-table .pt-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 1
}

.pricing-table .pt-unit {
    font-size: 18px;
    font-weight: 500
}

.pricing-table .pt-btn {
    border: 1px solid var(--theme-black-color);
    color: var(--theme-black-color);
    font-size: 16px;
    margin: 24px auto 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%
}

.pricing-table .pt-btn:not(.btn-round) {
    border-radius: var(--theme-border-radius-m)
}

.pricing-table .pt-btn:hover {
    border: 1px solid #fff;
    color: #fff
}

.pricing-table.cols-1 {
    justify-content: center
}

.pricing-table.cols-1 .pt-item {
    flex: none;
    margin: 20px 0;
    max-width: 560px
}

.pricing-table.cols-5 {
    gap: 20px
}

.pricing-table.cols-5 .pt-content ol,.pricing-table.cols-5 .pt-content ul {
    margin-top: 18px
}

.pricing-table.cols-4,.pricing-table.cols-5 {
    flex-wrap: wrap
}

@media (max-width: 991px) and (min-width:767px) {
    .pricing-table.cols-4,.pricing-table.cols-5 {
        gap:30px
    }

    .pricing-table.cols-4 .pt-item,.pricing-table.cols-5 .pt-item {
        flex: none;
        width: calc(50% - 15px)
    }
}

.pricing-table.pt-style-0 .pt-item {
    box-shadow: 0 2px 5px 0 hsla(0,0%,53%,.15);
    padding-bottom: 160px
}

.pricing-table.pt-style-0 .pt-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    padding: 15px;
    text-align: center
}

.pricing-table.pt-style-0 .pt-desc {
    font-size: 14px;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.pricing-table.pt-style-0 .pt-content ol li:before,.pricing-table.pt-style-0 .pt-content ul li:before {
    background-color: var(--theme-color);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px
}

.pricing-table.pt-style-1 .pt-item {
    border: 1px solid transparent;
    padding-bottom: 100px
}

.pricing-table.pt-style-1 .pt-item.active .pt-btn,.pricing-table.pt-style-1 .pt-item:hover .pt-btn {
    background-color: var(--theme-color);
    color: #fff
}

.pricing-table.pt-style-1 .pt-btn {
    border: 0;
    color: var(--theme-color);
    padding: 12px 20px;
    position: relative;
    z-index: 0
}

.pricing-table.pt-style-1 .pt-btn:before {
    background: var(--theme-color);
    border: 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.pricing-table.pt-style-1 .pt-header {
    padding: 32px 28px;
    position: relative
}

.pricing-table.pt-style-1 .pt-header:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='270' height='48'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M82.607 24q22.201.312 51.129-7.337c17.373-3.697 29.669-17.284 61.344-2.377.34.447 24.173-30.515 74.92-1.991v24.893q-136.044.336-185.242 0L82.608 24z' opacity='.395'/%3E%3Cpath d='M149.48 26.903q-23.547 3.72-55.056-14.826c-31.509-18.547-50.199-2.188-60.606.839S13.947 20.534.005 12.298v22.197q3.789 3.665 25.294 6.309z' opacity='.395'/%3E%3Cpath d='M.005 24q7.144 4.765 12.583 3.881c5.44-.885 16.71-5.123 31.375-7.752 9.703-1.74 20.092-1.997 27.052-.4 40.288 9.245 66.73 11.831 106.51-1.993C217.307 3.91 251.533 10.13 270 24v24H.005z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left 1px;
    background-repeat: repeat-x;
    background-size: auto 50px;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%
}

.pricing-table.pt-style-1 .pt-title {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0,0,0,.2)
}

.pricing-table.pt-style-1 .pt-desc {
    display: none
}

.pricing-table.pt-style-1 .pt-price-wrap {
    padding-bottom: 45px;
    padding-top: 10px
}

.pricing-table.pt-style-1 .pt-price-wrap .pt-unit {
    font-size: 14px
}

.pricing-table.pt-style-1 .pt-content {
    padding-top: 0
}

.pricing-table.pt-style-1 .pt-content li {
    padding-left: 30px
}

.pricing-table.pt-style-1 .pt-content li:first-child {
    margin-top: 16px
}

.pricing-table.pt-style-1 .pt-content li:before {
    background-position: 50%;
    background-size: 13px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px
}

.pricing-table.pt-style-1 .pt-content li:after {
    background-color: var(--theme-color);
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 3px;
    width: 16px
}

.pricing-table.pt-style-2 .pt-item {
    border: 0;
    border-radius: var(--theme-border-radius-m,4px);
    border-top: 4px solid #fff
}

.pricing-table.pt-style-2 .pt-item.active,.pricing-table.pt-style-2 .pt-item:hover {
    border-top-color: var(--theme-color);
    box-shadow: 0 15px 40px 0 rgba(0,0,0,.15);
    z-index: 1
}

.pricing-table.pt-style-2 .pt-header {
    background: none;
    color: var(--theme-black-color);
    padding: 56px 0;
    text-align: center
}

@media (max-width: 767px) {
    .pricing-table.pt-style-2 .pt-header {
        padding:46px 0 36px
    }
}

.pricing-table.pt-style-2 .pt-title {
    font-size: 20px;
    margin: 0
}

.pricing-table.pt-style-2 .pt-desc {
    display: none
}

.pricing-table.pt-style-2 .pt-price-wrap {
    color: var(--theme-color);
    padding-top: 40px
}

@media (max-width: 767px) {
    .pricing-table.pt-style-2 .pt-price-wrap {
        padding-top:30px
    }
}

.pricing-table.pt-style-2 .pt-price-wrap .pt-price,.pricing-table.pt-style-2 .pt-price-wrap .pt-sign {
    font-size: 50px;
    line-height: 1
}

@media (max-width: 767px) {
    .pricing-table.pt-style-2 .pt-price-wrap .pt-price,.pricing-table.pt-style-2 .pt-price-wrap .pt-sign {
        font-size:42px
    }
}

.pricing-table.pt-style-2 .pt-unit {
    color: var(--theme-light-color);
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px
}

.pricing-table.pt-style-2 .pt-box {
    bottom: 40px
}

.pricing-table.pt-style-2 .pt-btn {
    border: 0;
    color: var(--theme-color);
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    z-index: 0
}

.pricing-table.pt-style-2 .pt-btn:before {
    background: var(--theme-color);
    border: 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.pricing-table.pt-style-2 .pt-content {
    padding-bottom: 134px;
    position: relative
}

.pricing-table.pt-style-2 .pt-content:before {
    background: rgba(0,0,0,.1);
    content: "";
    height: 1px;
    left: 12%;
    position: absolute;
    top: 0;
    width: 76%
}

@media (max-width: 767px) {
    .pricing-table.pt-style-2 .pt-content:before {
        left:10%;
        width: 80%
    }
}

.pricing-table.pt-style-2 .pt-content ol li,.pricing-table.pt-style-2 .pt-content ul li {
    padding-left: 0;
    padding-right: 27px
}

.pricing-table.pt-style-2 .pt-content ol li:before,.pricing-table.pt-style-2 .pt-content ul li:before {
    background-size: 100% auto;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

@media (min-width: 768px) {
    .pricing-table.pt-style-2.cols-5 .pt-header {
        padding:46px 0
    }

    .pricing-table.pt-style-2.cols-5 .pt-price-wrap {
        padding-top: 30px
    }

    .pricing-table.pt-style-2.cols-5 .pt-price-wrap .pt-price,.pricing-table.pt-style-2.cols-5 .pt-price-wrap .pt-sign {
        font-size: 36px
    }
}

.process {
    display: flex;
    flex-direction: row;
    padding: 0
}

@media (max-width: 767px) {
    .process {
        border-left:1px dashed #999;
        display: block;
        margin: 0 0 0 20px;
        padding: 0
    }
}

.process .prcs-item {
    flex: 1;
    font-size: 0;
    list-style: none;
    position: relative;
    text-align: center
}

@media (max-width: 767px) {
    .process .prcs-item {
        align-items:flex-start;
        display: flex;
        margin: 30px 0;
        text-align: left
    }
}

.process .prcs-icon {
    font-size: 64px;
    height: 64px;
    line-height: 1;
    width: 64px
}

@media (max-width: 767px) {
    .process .prcs-icon {
        font-size:40px;
        height: 40px;
        margin-left: 20px;
        width: 40px
    }
}

.process .prcs-icon img {
    height: auto;
    width: 100%
}

.process .prcs-content {
    border-top: 1px dashed #999;
    box-sizing: border-box;
    color: var(--theme-black-color);
    margin-top: 26px;
    padding: 0 10%;
    position: relative
}

@media (max-width: 767px) {
    .process .prcs-content {
        border-top:0;
        flex: 1;
        margin-top: 0;
        padding: 0 0 0 15px;
        position: static
    }
}

.process .prcs-dot {
    background-color: #999;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%);
    width: 12px
}

@media (max-width: 767px) {
    .process .prcs-dot {
        left:0;
        top: 26px
    }
}

.process .prcs-dot:after {
    background-color: #999;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    opacity: .3;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px
}

.process .prcs-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 26px 0 10px
}

@media (max-width: 767px) {
    .process .prcs-title {
        margin-top:0
    }
}

.process .prcs-desc {
    font-size: 14px;
    line-height: 1.46;
    margin: 0;
    opacity: .8
}

.process .prcs-desc p:last-child {
    margin-bottom: 0
}

.process.prcs-1 .prcs-icon {
    align-items: center;
    background: hsla(0,0%,100%,.95);
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 hsla(0,0%,40%,.3);
    display: flex;
    font-size: 52px;
    height: 120px;
    justify-content: center;
    line-height: 120px;
    margin: 0 auto;
    width: 120px
}

@media (max-width: 991px) {
    .process.prcs-1 .prcs-icon {
        font-size:44px;
        height: 96px;
        line-height: 96px;
        width: 96px
    }
}

@media (max-width: 767px) {
    .process.prcs-1 .prcs-icon {
        background:none;
        box-shadow: none;
        font-size: 40px;
        height: 40px;
        line-height: 1;
        margin-left: 20px;
        width: 40px
    }
}

.process.prcs-1 .prcs-icon img {
    height: auto;
    width: 52px
}

@media (max-width: 991px) {
    .process.prcs-1 .prcs-icon img {
        width:44px
    }
}

@media (max-width: 767px) {
    .process.prcs-1 .prcs-icon img {
        width:40px
    }
}

.number-scroll {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-content: space-between;
    --module-number-size: 46px;
    gap: calc(var(--module-number-size)/2.5)
}

@media (max-width: 767px) {
    .number-scroll {
        --module-number-size:26px
    }
}

.number-scroll.cols-2 {
    grid-template-columns: repeat(2,1fr)
}

.number-scroll.cols-3 {
    grid-template-columns: repeat(3,1fr)
}

.number-scroll.cols-4 {
    grid-template-columns: repeat(4,1fr)
}

.number-scroll.cols-5 {
    grid-template-columns: repeat(5,1fr)
}

@media (max-width: 767px) {
    .number-scroll.cols-mobile-1 {
        grid-template-columns:repeat(1,1fr)
    }

    .number-scroll.cols-mobile-2 {
        grid-template-columns: repeat(2,1fr)
    }

    .number-scroll.cols-mobile-3 {
        grid-template-columns: repeat(3,1fr)
    }

    .number-scroll.cols-mobile-4 {
        grid-template-columns: repeat(4,1fr)
    }

    .number-scroll.cols-mobile-5 {
        grid-template-columns: repeat(5,1fr)
    }
}

.number-scroll.align-type-0 {
    text-align: left
}

.number-scroll.align-type-1 .number-item-wrap {
    display: flex;
    flex: 1;
    justify-content: center
}

.number-scroll.align-type-2 {
    text-align: center
}

.number-scroll.align-type-3 {
    text-align: right
}

@media (max-width: 767px) {
    .number-scroll[class*=align-type-mobile-] .number-item-wrap {
        display:block;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .number-scroll.align-type-mobile-0,.number-scroll.align-type-mobile-1 {
        text-align: left
    }

    .number-scroll.align-type-mobile-1 .number-item-wrap {
        display: flex;
        flex: 1;
        justify-content: center
    }

    .number-scroll.align-type-mobile-2 {
        text-align: center
    }

    .number-scroll.align-type-mobile-3 {
        text-align: right
    }
}

.number-scroll .number-item-wrap {
    color: var(--theme-black-color);
    padding: 0
}

.number-scroll .number-item-wrap .item-title {
    font-size: max(14px,calc(var(--module-number-size)*.35));
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 5px;
    opacity: .8
}

@media (max-width: 767px) {
    .number-scroll .number-item-wrap .item-title {
        font-size:max(14px,calc(var(--module-number-size)*.32));
        font-weight: 500;
        margin: 0 0 2px
    }
}

.number-scroll .number-item-wrap .data {
    font-weight: 600;
    line-height: 1.2;
    margin: 0
}

.number-scroll .number-item-wrap .data-number {
    font-size: var(--module-number-size)
}

@media (max-width: 767px) {
    .number-scroll .number-item-wrap .data-number {
        font-weight:700
    }
}

.number-scroll .number-item-wrap .data-unit {
    font-size: max(12px,calc(var(--module-number-size)*.32));
    font-weight: 400
}

@media (max-width: 767px) {
    .number-scroll .number-item-wrap .data-unit {
        font-size:max(12px,calc(var(--module-number-size)*.3))
    }
}

.tab-images-wrap {
    display: flex
}

@media (max-width: 767px) {
    .tab-images-wrap {
        display:block
    }
}

.tab-images-wrap .ti-tab-wrap {
    flex-shrink: 0;
    margin-right: 40px;
    width: 480px
}

@media (max-width: 1239px) {
    .tab-images-wrap .ti-tab-wrap {
        margin-right:30px;
        width: 460px
    }
}

@media (max-width: 991px) {
    .tab-images-wrap .ti-tab-wrap {
        margin-right:20px;
        width: 280px
    }
}

@media (max-width: 767px) {
    .tab-images-wrap .ti-tab-wrap {
        width:100%
    }
}

.tab-images-wrap .ti-tab-item {
    border-left: 4px solid transparent;
    border-radius: var(--theme-border-radius-l,6px);
    margin-bottom: 18px;
    padding: 18px 28px;
    position: relative
}

@media (max-width: 991px) {
    .tab-images-wrap .ti-tab-item {
        margin-bottom:10px;
        padding: 12px
    }
}

.tab-images-wrap .ti-tab-item.active {
    border-color: var(--theme-color);
    box-shadow: 0 2px 16px 0 hsla(0,0%,40%,.2)
}

.tab-images-wrap .ti-tab-item.active .ti-tab-img {
    transition: all .2s ease-out 0s
}

@media (max-width: 767px) {
    .tab-images-wrap .ti-tab-item.active .ti-tab-img {
        display:block;
        height: auto
    }
}

.tab-images-wrap .ti-tab-item:last-child {
    margin-bottom: 0
}

.tab-images-wrap .ti-tab-img {
    display: none;
    height: 0;
    margin: 20px auto;
    max-width: 100%;
    transition: all .2s ease-out 0s
}

.tab-images-wrap .ti-tab-item-inner {
    color: var(--theme-black-color);
    padding-left: 60px;
    position: relative
}

@media (max-width: 991px) {
    .tab-images-wrap .ti-tab-item-inner {
        padding-left:50px
    }
}

.tab-images-wrap .ti-tab-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 6px
}

.tab-images-wrap .ti-tab-item-desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: .8
}

.tab-images-wrap .ti-tab-item-img {
    height: 0;
    object-fit: cover;
    transition: all .3s ease-out
}

.tab-images-wrap .ti-tab-icon {
    color: var(--theme-color);
    font-size: 40px;
    height: 40px;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 40px
}

.tab-images-wrap .ti-image {
    display: none;
    flex-shrink: 1;
    height: 100%;
    width: 100%
}

.tab-images-wrap .ti-image.active {
    display: block
}

@media (max-width: 767px) {
    .tab-images-wrap .ti-image {
        display:none!important
    }
}

.tab-images-wrap .ti-image img {
    border-radius: var(--theme-border-radius-xl);
    display: block;
    height: auto;
    width: 100%
}

.modules-typed .typed-content {
    margin: 0;
    padding: 0
}

.modules-typed .typed-content span {
    line-height: inherit
}

.modules-typed .typed-cursor {
    font-family: sans-serif;
    font-weight: 400
}

.timeline-container {
    --module-font-size: 16px;
    --module-color: var(--theme-black-color);
    --module-hover: var(--theme-hover);
    display: flex;
    flex-direction: column;
    font-size: var(--module-font-size);
    gap: 1em;
    position: relative
}

.timeline-line {
    background: var(--module-color);
    height: calc(100% - 2em);
    opacity: .1;
    position: absolute;
    top: 1em;
    width: 2px
}

.timeline-item {
    align-items: self-start;
    border-radius: var(--theme-border-radius-l);
    display: flex;
    gap: 4em;
    padding: 2em 2em 2em .5em;
    transition: all .3s ease-out 0s
}

@media (max-width: 767px) {
    .timeline-item {
        gap:2.6em;
        padding: 1em 1em 1em .2em
    }
}

.timeline-item:hover {
    background: hsla(var(--theme-color-hsl),.04);
    transition: all .3s ease-out 0s
}

.timeline-item:hover .timeline-item-time {
    color: var(--module-hover);
    transition: all .2s ease-out 0s
}

.timeline-item:hover .timeline-item-time:after {
    background: var(--module-hover);
    transition: all .2s ease-out 0s
}

.timeline-item:hover .timeline-item-title {
    color: var(--module-hover);
    transition: all .2s ease-out 0s
}

.timeline-item-time {
    color: var(--module-color);
    flex-shrink: 0;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-align: right;
    transition: all .2s ease-out 0s
}

.timeline-item-time:after,.timeline-item-time:before {
    background: var(--theme-line-color);
    border-radius: .8em;
    content: "";
    height: .8em;
    left: calc(100% + var(--module-font-size)*2 - .4em);
    position: absolute;
    top: calc(50% - .4em);
    transition: all .2s ease-out 0s;
    width: .8em
}

@media (max-width: 767px) {
    .timeline-item-time:after,.timeline-item-time:before {
        height:.6em;
        left: calc(100% + var(--module-font-size)*1.3 - .3em);
        top: calc(50% - .3em);
        width: .6em
    }
}

.timeline-item-time:after {
    background: var(--module-color);
    border-radius: .4em;
    height: .4em;
    left: calc(100% + var(--module-font-size)*2 - .2em);
    top: calc(50% - .2em);
    width: .4em
}

@media (max-width: 767px) {
    .timeline-item-time:after {
        height:.3em;
        left: calc(100% + var(--module-font-size)*1.3 - .15em);
        top: calc(50% - .15em);
        width: .3em
    }
}

.timeline-item-main {
    color: var(--module-color);
    flex-grow: 1;
    font-size: 1em
}

.timeline-item-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.47;
    transition: all .2s ease-out 0s
}

.timeline-item-title+.timeline-item-text {
    margin-top: .8em
}

@media (max-width: 767px) {
    .timeline-item-title+.timeline-item-text {
        margin-top:.5em
    }
}

.timeline-item-text {
    line-height: 1.67;
    opacity: .8
}

.timeline-item-image {
    margin-top: .8em
}

@media (max-width: 767px) {
    .timeline-item-image {
        margin-top:.5em
    }
}

.timeline-item-image img {
    border-radius: var(--theme-border-radius-l);
    display: block;
    max-width: 100%
}

.timeline-item-image-style-1 {
    display: flex;
    gap: 20px
}

@media (max-width: 767px) {
    .timeline-item-image-style-1 {
        display:block
    }
}

.timeline-item-image-style-1 .timeline-item-content {
    flex-grow: 1;
    order: 1
}

.timeline-item-image-style-1 .timeline-item-image {
    margin: 0;
    max-width: 30%
}

@media (max-width: 767px) {
    .timeline-item-image-style-1 .timeline-item-image {
        margin-top:.5em;
        max-width: 100%
    }
}

.timeline-style-0 {
    --module-time-width: 6em
}

.timeline-style-0 .timeline-line {
    left: calc(var(--module-time-width) + 2.5em - 1px)
}

@media (max-width: 767px) {
    .timeline-style-0 .timeline-line {
        left:calc(var(--module-time-width) + 1.5em - 1px)
    }
}

.timeline-style-0 .timeline-item-time {
    width: var(--module-time-width)
}

.timeline-style-1 .timeline-line {
    left: calc(50% - 1px)
}

.timeline-style-1 .timeline-item {
    padding: 2em 1em
}

@media (max-width: 767px) {
    .timeline-style-1 .timeline-item {
        padding:1em .2em
    }
}

.timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-time {
    order: 1;
    text-align: left
}

.timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-time:before {
    left: calc(0px - var(--module-font-size)*2 - .4em)
}

@media (max-width: 767px) {
    .timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-time:before {
        left:calc(0px - var(--module-font-size)*1.3 - .3em)
    }
}

.timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-time:after {
    left: calc(0px - var(--module-font-size)*2 - .2em)
}

@media (max-width: 767px) {
    .timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-time:after {
        left:calc(0px - var(--module-font-size)*1.3 - .15em)
    }
}

.timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-main {
    text-align: right
}

.timeline-style-1 .timeline-item:nth-child(odd) .timeline-item-image img {
    margin-left: auto
}

.timeline-style-1 .timeline-item-time {
    width: calc(50% - var(--module-font-size)*2)
}

@media (max-width: 767px) {
    .timeline-style-1 .timeline-item-time {
        width:calc(50% - var(--module-font-size)*1.3)
    }
}

.multi-filter {
    background: rgba(0,0,0,.035);
    margin-bottom: var(--theme-post-item-gap)
}

.post-loop-default {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: calc(0px - var(--theme-post-item-gap));
    padding: 0
}

@media (max-width: 767px) {
    .post-loop-default {
        margin-bottom:-15px
    }
}

.post-loop-default .post-item {
    align-items: flex-start;
    border-bottom: 1px solid var(--theme-line-color);
    display: flex;
    flex-shrink: 0;
    margin-bottom: var(--theme-post-item-gap);
    padding: 0 0 var(--theme-post-item-gap);
    transition: all .3s ease 0s;
    width: 100%
}

.post-loop-default .item-img {
    border-radius: var(--theme-border-radius-l);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    flex-shrink: 0;
    margin-right: var(--theme-post-item-gap);
    overflow: hidden;
    position: relative;
    transition: box-shadow .3s ease 0s;
    width: 245px
}

@media (max-width: 767px) {
    .post-loop-default .item-img {
        height:75px;
        width: 120px
    }
}

.post-loop-default .item-img:hover {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    transition: box-shadow .3s ease 0s
}

.post-loop-default .item-img img {
    background: #fff;
    display: block;
    height: auto;
    transition: all .3s ease-out 0s;
    width: 100%
}

.post-loop-default .item-img img:hover {
    transform: scale(1.03);
    transition: all .3s ease-out 0s
}

.post-loop-default .item-content {
    flex-basis: auto;
    flex-shrink: 1;
    position: relative;
    width: 100%
}

.post-loop-default .item-content .edit-link {
    display: none;
    font-size: 14px;
    line-height: 28px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.post-loop-default .item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.46;
    margin: 0 0 12px
}

@media (max-width: 767px) {
    .post-loop-default .item-title {
        font-size:18px;
        line-height: 1.34
    }
}

.post-loop-default .item-title a {
    color: var(--theme-black-color);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none
}

.post-loop-default .item-title a:hover {
    color: var(--theme-hover)
}

.post-loop-default .item-excerpt {
    color: var(--theme-gray-color);
    font-size: 16px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

@media (max-width: 767px) {
    .post-loop-default .item-excerpt {
        display:none
    }
}

.post-loop-default .item-excerpt p {
    margin-bottom: 0
}

.post-loop-default .item-meta {
    color: var(--theme-light-color);
    margin-top: 12px
}

@media (max-width: 767px) {
    .post-loop-default .item-meta {
        font-size:12px
    }
}

.post-loop-default .item-meta a {
    color: var(--theme-light-color)
}

.post-loop-default .item-meta a:hover {
    color: var(--theme-hover)
}

.post-loop-default .item-meta .date {
    margin-left: 20px
}

@media (max-width: 767px) {
    .post-loop-default .item-meta .date {
        margin-left:5px
    }

    .post-loop-default .item-meta {
        height: auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .post-loop-default.cols-2 .post-item {
        width:calc(50% - 15px)
    }

    .post-loop-default.cols-2 .post-item:nth-child(2n+2) {
        margin-left: 30px
    }

    .post-loop-default.cols-2 .item-img {
        margin-right: 15px;
        width: 180px
    }

    .post-loop-default.cols-2 .item-title {
        font-size: 18px
    }

    .post-loop-default.cols-2 .item-excerpt {
        height: 48px;
        -webkit-line-clamp: 2;
        font-size: 14px
    }
}

.post-loop-list {
    border-top: 1px dashed var(--theme-line-color);
    list-style: outside;
    margin-bottom: 0;
    padding-left: 0
}

.post-loop-list .list-item {
    align-items: center;
    border-bottom: 1px dashed var(--theme-line-color);
    color: var(--theme-light-color);
    display: flex;
    line-height: 26px;
    margin: 0;
    padding: 15px 0
}

.post-loop-list .list-item:before {
    background: var(--theme-light-color);
    border-radius: 6px;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 6px;
    margin-right: 12px;
    opacity: .6;
    width: 6px
}

.post-loop-list .list-item .date {
    flex-shrink: 0;
    font-size: 14px;
    margin-left: 2em
}

@media (max-width: 767px) {
    .post-loop-list .list-item .date {
        font-size:12px;
        margin-left: 1.5em
    }
}

.post-loop-list .list-item a {
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    color: var(--theme-black-color);
    flex-grow: 1;
    flex-shrink: 1
}

@media (max-width: 767px) {
    .post-loop-list .list-item a {
        font-size:16px;
        line-height: 1.3;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal
    }
}

.post-loop-list .list-item a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.post-loop-product {
    display: flex;
    flex-wrap: wrap;
    gap: var(--theme-post-item-gap);
    list-style: none;
    margin: 0;
    padding: 0
}

.post-loop-product .post-item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(33.33333% - var(--theme-post-item-gap)*2/3)
}

@media (max-width: 991px) {
    .post-loop-product .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-product.cols-2 .post-item {
    width: calc((100% - var(--theme-post-item-gap))/2)
}

.post-loop-product.cols-4 .post-item {
    width: calc(25% - var(--theme-post-item-gap)*3/4)
}

@media (max-width: 991px) {
    .post-loop-product.cols-4 .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-product.cols-5 .post-item {
    width: calc(20% - var(--theme-post-item-gap)*4/5)
}

@media (max-width: 991px) {
    .post-loop-product.cols-5 .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-product .p-item-wrap {
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-l);
    box-shadow: 0 1px 3px 0 hsla(0,0%,53%,.1);
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .1s ease-out
}

.post-loop-product .p-item-wrap .title {
    font-size: 16px;
    font-weight: 500;
    height: 52px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: all .2s ease-in;
    width: 100%
}

@media (max-width: 767px) {
    .post-loop-product .p-item-wrap .title {
        font-size:14px;
        height: 46px
    }
}

.post-loop-product .p-item-wrap .title a {
    bottom: 0;
    color: var(--theme-black-color);
    display: block;
    font-size: inherit;
    left: 0;
    line-height: 24px;
    overflow: hidden;
    padding: 16px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s ease-out
}

@media (max-width: 767px) {
    .post-loop-product .p-item-wrap .title a {
        line-height:22px;
        padding: 12px
    }
}

.post-loop-product .p-item-wrap .title a:hover {
    text-decoration: none
}

.post-loop-product .p-item-wrap:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2);
    transform: translateY(-3px) scale(1.002);
    transition: all .1s ease-in
}

.post-loop-product .p-item-wrap:hover .title a {
    color: var(--theme-hover);
    max-height: none;
    transition: all .2s ease-in;
    white-space: normal
}

.post-loop-product .p-item-wrap:hover .thumb img {
    transition: all .3s ease-out
}

.post-loop-product .p-item-wrap .thumb {
    display: block;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    width: 100%
}

.post-loop-product .p-item-wrap .thumb img {
    transition: all .3s ease-out 0s
}

.post-loop-product .p-item-wrap img {
    height: auto;
    vertical-align: top;
    width: 100%
}

.post-loop-product .n-item-wrap {
    background: #f8f8f8;
    border-radius: var(--theme-border-radius-l);
    height: 100%;
    overflow: hidden;
    position: relative
}

.post-loop-product .n-item-wrap .title {
    bottom: -50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    width: 100%
}

.post-loop-product .n-item-wrap .title a {
    color: #fff
}

.post-loop-product .n-item-wrap .title a:hover {
    text-decoration: none
}

.post-loop-product .n-item-wrap .thumb {
    display: block;
    text-decoration: none;
    width: 100%
}

.post-loop-product .n-item-wrap .thumb:before {
    background-color: var(--theme-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-loop-product .n-item-wrap .thumb:after {
    background-color: hsla(0,0%,100%,.8);
    border-radius: 1em;
    content: "\e654";
    font-family: iconbg;
    font-size: 18px;
    height: 2em;
    line-height: 2;
    opacity: 0;
    position: absolute;
    right: 50%;
    text-align: center;
    top: calc(50% - 1em);
    width: 2em
}

.post-loop-product .n-item-wrap:hover .thumb:before {
    opacity: .5;
    transition: all .3s;
    z-index: 1
}

.post-loop-product .n-item-wrap:hover .thumb:after {
    opacity: 1;
    right: calc(50% - 1em);
    transition: all .2s ease-out .1s;
    z-index: 2
}

.post-loop-product .n-item-wrap:hover .thumb img {
    transform: scale(1.03);
    transition: all .2s ease-out
}

.post-loop-product .n-item-wrap:hover .title {
    bottom: 15px;
    opacity: 1;
    transition: all .2s ease-out .2s;
    z-index: 2
}

.post-loop-product .n-item-wrap img {
    height: auto;
    transition: all .2s ease-out;
    vertical-align: top;
    width: 100%
}

.post-loop-product .s-item-wrap {
    border-radius: var(--theme-border-radius-l);
    height: 100%;
    overflow: hidden;
    position: relative
}

.post-loop-product .s-item-wrap .title {
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    line-height: 33px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: 5
}

@media (max-width: 767px) {
    .post-loop-product .s-item-wrap .title {
        font-size:16px
    }
}

.post-loop-product .s-item-wrap .title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-box-orient: vertical;
    display: block
}

.post-loop-product .s-item-wrap .thumb {
    display: block;
    height: auto;
    overflow: hidden;
    text-decoration: none;
    width: 100%
}

.post-loop-product .s-item-wrap .thumb:before {
    background-color: rgba(0,0,0,.3)!important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.post-loop-product .s-item-wrap:hover img {
    transform: scale(1.03);
    transition: all .2s ease-out
}

.post-loop-product .s-item-wrap img {
    height: auto;
    transition: all .2s ease-out;
    vertical-align: top;
    width: 100%
}

.post-loop-image-news {
    display: flex;
    flex-wrap: wrap;
    gap: var(--theme-post-item-gap);
    padding: 0
}

.post-loop-image-news .post-item {
    box-sizing: border-box;
    flex-shrink: 0;
    list-style: none;
    width: calc(33.33333% - var(--theme-post-item-gap)*2/3)
}

@media (max-width: 991px) {
    .post-loop-image-news .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-image-news .post-item-inner {
    background: #fff;
    border: 1px solid var(--theme-line-color);
    border-radius: var(--theme-border-radius-l);
    box-shadow: 0 1px 3px 0 hsla(0,0%,53%,.1);
    overflow: hidden;
    transition: all .2s ease-out 0s
}

.post-loop-image-news .post-item-inner>a {
    display: block
}

.post-loop-image-news .post-item-inner img {
    display: block;
    height: auto;
    transition: all .3s ease-out 0s;
    width: 100%
}

.post-loop-image-news .post-item-inner:hover {
    box-shadow: 0 5px 10px 0 hsla(0,0%,53%,.2);
    transform: translateY(-5px);
    transition: all .2s ease-out 0s
}

.post-loop-image-news .post-item-inner:hover img {
    opacity: .9;
    transition: all .3s ease-out 0s
}

.post-loop-image-news.cols-2 .post-item {
    width: calc((100% - var(--theme-post-item-gap))/2)
}

.post-loop-image-news.cols-2 .item-title {
    font-size: 18px;
    font-weight: 600
}

.post-loop-image-news.cols-2 .item-title a {
    display: block;
    height: 25px;
    white-space: nowrap;
    -webkit-line-clamp: 1
}

@media (max-width: 767px) {
    .post-loop-image-news.cols-2 .post-item {
        width:100%
    }
}

.post-loop-image-news.cols-3 .post-item {
    width: calc(33.33333% - var(--theme-post-item-gap)*2/3)
}

@media (max-width: 991px) {
    .post-loop-image-news.cols-3 .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-image-news.cols-4 .post-item {
    width: calc(25% - var(--theme-post-item-gap)*3/4)
}

@media (max-width: 991px) {
    .post-loop-image-news.cols-4 .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-image-news.cols-5 .post-item {
    width: calc(20% - var(--theme-post-item-gap)*4/5)
}

@media (max-width: 991px) {
    .post-loop-image-news.cols-5 .post-item {
        width:calc((100% - var(--theme-post-item-gap))/2)
    }
}

.post-loop-image-news.cols-5 .item-title {
    font-weight: 400
}

.post-loop-image-news .item-title {
    color: var(--theme-black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.47;
    margin: 0;
    padding: 20px 20px 16px
}

@media (max-width: 991px) {
    .post-loop-image-news .item-title {
        padding:10px 10px 5px
    }
}

.post-loop-image-news .item-title a {
    color: inherit;
    display: block;
    height: 47.04px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-decoration: none
}

.post-loop-image-news .item-title a:hover {
    color: var(--theme-hover)
}

.post-loop-image-news .item-excerpt {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    color: var(--theme-gray-color);
    font-size: 14px;
    height: 66px;
    line-height: 22px;
    text-align: justify
}

.post-loop-image-news .item-excerpt p {
    margin: 0
}

@media (max-width: 991px) {
    .post-loop-image-news .item-excerpt {
        margin-bottom:10px;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .post-loop-image-news .item-excerpt {
        display:none
    }
}

.post-loop-image-news .item-meta {
    color: var(--theme-light-color);
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: space-between;
    line-height: 18px;
    overflow: hidden;
    padding: 0 20px 20px
}

@media (max-width: 991px) {
    .post-loop-image-news .item-meta {
        padding:0 10px 10px
    }
}

.post-loop-image-news .item-cat {
    color: inherit
}

.post-loop-image-news .item-cat:hover {
    color: var(--theme-hover)
}

.post-loop-empty {
    color: var(--theme-light-color);
    padding: 80px 0;
    text-align: center;
    width: 100%
}

.post-loop-empty img {
    display: block;
    height: auto;
    margin: 20px auto;
    max-width: 60%;
    width: 240px
}

.post-loop-empty p {
    line-height: 1.67;
    margin: 20px 0;
    padding: 0 30px
}

.archive .pagination,.search .pagination {
    margin-top: 30px!important
}












.widget-contact-wrap .widget-contact-sns {
    font-size: 0;
    margin-top: 15px
}

.widget-contact-wrap .widget-contact-sns a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    vertical-align: middle
}

.widget-contact-wrap .widget-contact-sns a i svg {
    font-size: 24px
}

.widget-contact-wrap .widget-contact-sns .sns-icon {
    display: inline-block;
    font-size: 22px
}

.widget-contact-wrap .widget-contact-sns .sns-icon .icon-svg {
    font-size: 18px
}

.widget-contact-wrap .widget-contact-sns .sns-icon:hover {
    background: transparent!important;
    border: none
}

.widget-contact-wrap .sns-wx {
    overflow: hidden;
    position: relative
}

.widget-contact-wrap .sns-wx span {
    background-color: #fff;
    background-size: 100% auto;
    border-radius: var(--theme-border-radius-m);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.8);
    height: 150px;
    left: 0;
    margin-left: -57px;
    opacity: 0;
    position: absolute;
    top: -170px;
    transition: all .2s ease-out .1s;
    width: 150px;
    z-index: 1
}

.widget-contact-wrap .sns-wx span:after {
    border: 8px solid transparent;
    border-top-color: #fff;
    bottom: -16px;
    content: "";
    height: 0;
    left: 50%;
    line-height: 0;
    margin-left: -8px;
    position: absolute;
    width: 0
}

.widget-contact-wrap .sns-wx:hover {
    overflow: visible
}

.widget-contact-wrap .sns-wx:hover span {
    opacity: 1;
    top: -165px;
    transition: all .2s ease-out .1s
}

.entry-preview #preview {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 464px;
    *z-index: 4
}

@media (min-width: 768px) and (max-width:1239px) {
    .entry-preview #preview {
        width:364px
    }
}

@media (max-width: 767px) {
    .entry-preview #preview {
        display:block;
        float: none;
        width: 100%
    }
}

.entry-preview #preview #pg-img {
    flex: 1;
    height: auto
}

@media (max-width: 767px) {
    .entry-preview #preview #pg-img {
        float:none;
        position: relative
    }

    .entry-preview #preview #pg-img:before {
        content: "";
        padding-bottom: 100%;
        position: absolute;
        width: 100%
    }
}

.entry-preview #preview #pg-list {
    height: 364px;
    margin: 0 20px;
    overflow: hidden;
    padding: 25px 0;
    position: relative;
    width: 60px
}

@media (min-width: 768px) and (max-width:1239px) {
    .entry-preview #preview #pg-list {
        height:284px;
        margin: 0 10px;
        padding: 20px 0
    }
}

@media (max-width: 767px) {
    .entry-preview #preview #pg-list {
        float:none;
        height: auto;
        margin: 10px 0;
        padding: 0 25px;
        width: 100%
    }
}

.entry-preview #preview #pg-list a {
    display: block
}

.entry-preview #preview #pg-list .pg-items {
    display: block;
    float: none!important;
    height: 100%!important
}

.entry-preview #preview #pg-list .pg-items li {
    float: none
}

@media (max-width: 767px) {
    .entry-preview #preview #pg-list .pg-items li {
        float:left
    }
}

.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden
}

.entry-preview #preview .product-img {
    border-radius: var(--theme-border-radius-l,8px);
    box-sizing: content-box;
    height: 100%;
    overflow: hidden;
    width: 100%
}

@media (max-width: 767px) {
    .entry-preview #preview .product-img {
        height:auto;
        width: 100%
    }
}

.entry-preview #preview .product-img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.entry-preview #preview .group-buy {
    margin-top: 10px;
    text-align: center
}

.entry-preview #preview .group-buy .btn-def {
    margin-bottom: 5px
}

.entry-preview #preview .i-book-sample {
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 328px;
    z-index: 5
}

.entry-preview #preview #pg-list a.disabled {
    cursor: default;
    opacity: .5
}

.entry-preview #pg-list .pg-control {
    background-color: #ebebeb;
    border: 1px solid #eee;
    display: block;
    height: 16px;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media (max-width: 767px) {
    .entry-preview #pg-list .pg-control {
        height:100%;
        width: 16px
    }
}

.entry-preview #pg-list .pg-control i {
    color: #646464
}

.entry-preview #pg-list .pg-control i,.entry-preview b {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.entry-preview b {
    border-width: 5px;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0
}

.entry-preview #pg-list .pg-control.disabled {
    cursor: default
}

.entry-preview #pg-list .sc-next,.entry-preview #pg-list .sc-prev {
    top: 0
}

.entry-preview #pg-list .sc-next:before,.entry-preview #pg-list .sc-prev:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0ibTUxMiA0NjEuOTk1LTIxMS4yIDIxMS4yLTYwLjMzLTYwLjMzMUw1MTIgMzQxLjMzNGwyNzEuNTMgMjcxLjUzLTYwLjMzIDYwLjMzeiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 16px auto;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16px
}

.entry-preview #pg-list .sc-next {
    bottom: 0;
    top: auto
}

.entry-preview #pg-list .sc-next:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0ibTUxMiA1NjIuMDA1IDIxMS4yLTIxMS4yIDYwLjMzIDYwLjMzMUw1MTIgNjgyLjY2NmwtMjcxLjUzLTI3MS41MyA2MC4zMy02MC4zM3oiLz48L3N2Zz4=")
}

@media (max-width: 767px) {
    .entry-preview #pg-list .sc-prev {
        left:0
    }

    .entry-preview #pg-list .sc-prev:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0ibTQ2MS45OTUgNTEyIDIxMS4yIDIxMS4yLTYwLjMzMSA2MC4zM0wzNDEuMzM0IDUxMmwyNzEuNTMtMjcxLjUzIDYwLjMzIDYwLjMzeiIvPjwvc3ZnPg==")
    }

    .entry-preview #pg-list .sc-next {
        left: auto;
        right: 0
    }

    .entry-preview #pg-list .sc-next:before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0ibTU2Mi4wMDUgNTEyLTIxMS4yLTIxMS4yIDYwLjMzMS02MC4zM0w2ODIuNjY2IDUxMmwtMjcxLjUzIDI3MS41My02MC4zMy02MC4zM3oiLz48L3N2Zz4=")
    }
}

.entry-preview #preview .view-sup {
    position: absolute;
    right: 14px;
    top: 0;
    z-index: 3
}

.entry-preview #preview .view-sup a {
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -200px;
    width: 50px
}

.entry-preview #pg-list .pg-items {
    left: 0;
    position: relative!important;
    top: 0;
    width: 100%!important
}

@media (max-width: 767px) {
    .entry-preview #pg-list .pg-items {
        width:100%
    }
}

.entry-preview #pg-list .pg-items ul {
    margin: 0;
    padding: 0
}

.entry-preview #pg-list .pg-items li {
    box-sizing: border-box;
    float: left;
    font-size: 0;
    height: auto;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 60px
}

@media (min-width: 768px) and (max-width:1239px) {
    .entry-preview #pg-list .pg-items li {
        padding:5px 0
    }
}

@media (max-width: 767px) {
    .entry-preview #pg-list .pg-items li {
        padding:0 10px;
        width: 75px
    }
}

.entry-preview #pg-list .pg-items img {
    border: 1px solid transparent;
    border-radius: var(--theme-border-radius-s,2px);
    height: auto;
    opacity: .5;
    width: 100%
}

.entry-preview .jqzoom {
    padding: 0;
    position: relative
}

.entry-preview .zoomdiv {
    background: url(../image/loading.gif) #fff no-repeat 50%;
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-l);
    display: none;
    height: 400px;
    left: 100%;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 400px;
    z-index: 8
}

@media (max-width: 767px) {
    .entry-preview .zoomdiv {
        display:none!important
    }
}

.entry-preview .zoomdiv .bigimg {
    background: #fff;
    height: auto;
    max-width: none!important;
    width: 800px!important
}

.entry-preview .jqZoomPup {
    background: #fede4f 50% top no-repeat;
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-m);
    cursor: move;
    height: 50px;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 50px;
    z-index: 3
}

@media (max-width: 767px) {
    .entry-preview .jqZoomPup {
        display:none
    }
}

.entry-preview #pg-list .pg-items .active {
    border: 1px solid var(--theme-color);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1
}

.widget {
    margin-bottom: 30px
}

.widget ol,.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ol li,.widget ul li {
    border-bottom: 1px solid var(--theme-line-color);
    line-height: 1.6;
    padding: 10px 0
}

.widget ol li li,.widget ul li li {
    border-bottom: 0;
    padding-left: 20px
}

.widget ol a,.widget ul a {
    color: var(--theme-black-color)
}

.widget ol a:hover,.widget ul a:hover {
    color: var(--theme-hover);
    text-decoration: none
}

.widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.widget .tagcloud a {
    background: hsla(0,0%,100%,.2);
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-s,2px);
    box-sizing: border-box;
    color: var(--theme-gray-color);
    font-size: 12px!important;
    line-height: 1.4;
    overflow: hidden;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(33.33333% - 3.33333px)
}

.widget .tagcloud a:hover {
    background: var(--theme-hover);
    border-color: var(--theme-hover);
    color: #fff
}

body.lang-other .widget .tagcloud a {
    width: calc(50% - 2.5px)
}

.widget-title {
    color: var(--theme-black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px;
    position: relative
}

.sidebar .widget-title+ul li:first-child {
    padding-top: 0
}

.widget_calendar #wp-calendar {
    line-height: 2.2;
    width: 100%
}

.widget_calendar #wp-calendar caption {
    color: var(--theme-black-color);
    font-size: 16px;
    padding: 3px;
    text-align: center
}

.widget_calendar #wp-calendar th {
    border-bottom: 2px solid var(--theme-line-color);
    vertical-align: bottom
}

.widget_calendar #wp-calendar td {
    border-bottom: 1px solid var(--theme-line-color);
    text-align: center;
    vertical-align: bottom
}

.widget_lastest_products .p-list {
    gap: 20px
}

.widget_lastest_products .p-list img {
    display: block;
    height: auto;
    width: 100%
}

.widget_lastest_products .p-list .title {
    margin: 0
}

.widget_lastest_products .p-list .thumb {
    background: #f9f9f9
}

.widget_lastest_products .p-list .thumb,.widget_lastest_products .p-list .title {
    display: block;
    overflow: hidden
}

.widget_lastest_products .p-list .title a {
    display: block;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item {
    border: 0;
    padding: 0;
    width: calc(50% - 10px)
}

.widget_lastest_products .p-item:before {
    display: none
}

.widget_lastest_products .p-item-wrap .thumb {
    border-radius: var(--theme-border-radius-m,3px)
}

.widget_lastest_products .p-item-wrap .title {
    bottom: 0;
    color: var(--theme-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
    padding-top: 8px
}

.widget_lastest_products .p-item-wrap img {
    transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap:hover .title a {
    color: var(--theme-hover);
    transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap:hover img {
    transform: scale(1.03);
    transition: all .3s ease-out 0s
}

.widget_lastest_products:hover .title {
    bottom: 0
}

.sidebar .widget_nav_menu {
    border: 0;
    padding: 0;
    width: 100%
}

.sidebar .widget_nav_menu ul li {
    border: 0;
    line-height: 20px;
    padding: 0;
    position: relative
}

.sidebar .widget_nav_menu ul li li {
    border-bottom: 0;
    padding-left: 0
}

.sidebar .widget_nav_menu ul li li a {
    padding-left: 40px;
    padding-right: 40px
}

.sidebar .widget_nav_menu ul li li li a {
    padding-left: 60px
}

.sidebar .widget_nav_menu ul li.current-menu-item>a,.sidebar .widget_nav_menu ul li.current-menu-parent>a,.sidebar .widget_nav_menu ul li.current-post-parent>a {
    background: var(--theme-color);
    color: #fff
}

.sidebar .widget_nav_menu ul li.current-menu-item>a:before,.sidebar .widget_nav_menu ul li.current-menu-parent>a:before,.sidebar .widget_nav_menu ul li.current-post-parent>a:before {
    filter: invert(1);
    opacity: .6
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:hover,.sidebar .widget_nav_menu ul li.current-menu-parent .sub-menu a:hover,.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:hover {
    background: var(--theme-hover);
    color: #fff
}

.sidebar .widget_nav_menu ul li a {
    color: var(--theme-black-color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    position: relative
}

.sidebar .widget_nav_menu ul li a:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' class='icon' viewBox='0 0 1024 1024'%3E%3Cpath d='M689.984 506.816 461.12 277.952l60.352-60.352L903.36 592.128H170.688v-85.312z'/%3E%3C/svg%3E") no-repeat;
    background-size: 16px auto;
    content: "";
    height: 20px;
    opacity: .4;
    position: absolute;
    right: 20px;
    top: 16px;
    width: 20px
}

.sidebar .widget_nav_menu ul li a:hover {
    background: var(--theme-hover);
    color: #fff
}

.sidebar .widget_nav_menu ul li a:hover:before {
    filter: invert(1);
    opacity: .6
}

.sidebar .widget_nav_menu .menu {
    background: hsla(var(--theme-color-hsl),.02);
    border-radius: var(--theme-border-radius-l);
    box-shadow: inset 0 0 0 1px var(--theme-line-color);
    overflow: hidden
}

.sidebar .widget_nav_menu .menu li {
    border-top: 1px solid var(--theme-line-color)
}

.sidebar .widget_nav_menu .menu>li:first-child {
    border-top: 0
}

.widget_image_myimg {
    border: 0;
    padding: 0
}

.widget_image_myimg img {
    border-radius: var(--theme-border-radius-l);
    display: block;
    height: auto;
    width: 100%
}

.widget_image_myimg a {
    display: block;
    transition: all .3s ease
}

.widget_image_myimg a:hover {
    opacity: .9;
    transition: all .3s ease
}

.widget_image_slider,.widget_post_slider {
    border-radius: var(--theme-border-radius-l,5px);
    overflow: hidden
}

.widget_image_slider ul,.widget_post_slider ul {
    padding: 0
}

.widget_image_slider ul li,.widget_post_slider ul li {
    list-style: none;
    padding: 0
}

.widget_image_slider ul li:before,.widget_post_slider ul li:before {
    display: none
}

.widget_image_slider .slide-post-inner,.widget_post_slider .slide-post-inner {
    display: block
}

.widget_image_slider .slide-post-title,.widget_post_slider .slide-post-title {
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    bottom: 0;
    color: #fff;
    font-weight: 500;
    left: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 100%
}

.widget_image_slider .wpcom-slider img,.widget_post_slider .wpcom-slider img {
    height: auto;
    width: 100%
}

.widget_image_slider .wpcom-slider.show-title .swiper-pagination span,.widget_post_slider .wpcom-slider.show-title .swiper-pagination span {
    height: 6px;
    width: 6px
}

.widget_product_search .search-form .keyword,.widget_search .search-form .keyword {
    border-color: var(--theme-border-color);
    border-right: 0;
    height: 38px;
    line-height: 24px;
    padding: 6px 15px
}

.widget_product_search .search-form .keyword:focus,.widget_search .search-form .keyword:focus {
    border-color: var(--theme-color)
}

.widget_product_search .search-form .submit,.widget_search .search-form .submit {
    border-radius: 0 var(--theme-border-radius-m,4px) var(--theme-border-radius-m,4px) 0;
    flex-shrink: 0;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    width: 46px
}

:root {
    --theme-color: #206be7;
    --theme-hover: #1162e8;
    --action-color: var(--theme-color);
    --menu-hover: var(--theme-hover);
    --theme-el-bg-color: #fff;
    --theme-color-h: 0;
    --theme-color-s: 0%;
    --theme-color-l: 15%;
    --theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
    --theme-black-color: hsl(var(--theme-color-hsl));
    --theme-gray-color: hsla(var(--theme-color-hsl),.8);
    --theme-light-color: hsla(var(--theme-color-hsl),.6);
    --theme-line-color: hsla(var(--theme-color-hsl),.07);
    --theme-border-color: hsla(var(--theme-color-hsl),.2);
    --theme-font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    --theme-title-font: inherit;
    --theme-title-font-weight: 500;
    --theme-title-font-size: 32px;
    --theme-gutter: 30px;
    --theme-sidebar-width: 300px;
    --theme-content-sidebar-gap: 40px;
    --theme-post-item-gap: 20px;
    --theme-border-radius-xl: 12px;
    --theme-border-radius-l: 8px;
    --theme-border-radius-m: 5px;
    --theme-border-radius-s: 3px;
    --header-height: 80px;
    --header-height-mobile: 60px;
    --header-fixed-height: 72px;
    --header-bg-color: hsla(0,0%,100%,.92);
    --header-bg-image: none;
    --logo-height: 44px;
    --logo-height-mobile: 32px;
    --navbar-action-height: 32px;
    --header-font-size: 16px;
    --mobile-menu-color: hsla(0,0%,100%,.98);
    --mobile-menu-active-color: #fff;
    --mobile-menu-bg-color: var(--theme-color);
    --menu-item-gap: 30px;
    --menu-font-weight: 400;
}

@media (max-width: 1239px) {
    :root {
        --theme-sidebar-width:250px;
        --theme-content-sidebar-gap: 30px;
        --theme-post-item-gap: 16px
    }
}

@media (max-width: 767px) {
    :root {
        --theme-post-item-gap:12px
    }
}

@media (min-width: 1600px) {
    :root {
        --theme-container-width:1400px;
        --theme-post-item-gap: 24px
    }
}

.wpcom-icon {
    display: inline-block
}

.icon-svg,.wpcom-icon svg {
    height: 1em;
    vertical-align: -.15em;
    width: 1em;
    fill: currentColor;
    overflow: hidden
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .icon-svg,.wpcom-icon svg {
        vertical-align: -.1em!important
    }
}

body {
    background: #fff;
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    --scrollbar-width: 0px;
    transition: padding-top .3s ease-out 0s
}

@media (max-width: 1024px) {
    body {
        transition:all .3s ease-out 0s
    }
}

body.lang-other {
    font-size: 16px;
    -webkit-text-size-adjust: 100%
}

body.lang-other .modules-mix .mc-title,body.lang-other .modules-swiper .slide-content-inner h1,body.lang-other .modules-swiper .slide-content-inner h2,body.lang-other .modules-swiper .slide-content-inner h3,body.lang-other .modules-swiper .slide-content-inner h4,body.lang-other .modules-text h1,body.lang-other .modules-text h2,body.lang-other .modules-text h3,body.lang-other .modules-text-format h1,body.lang-other .modules-text-format h2,body.lang-other .modules-text-format h3 {
    font-weight: var(--theme-title-font-weight,900)
}

body.lang-other .cg-list .cg-item-text h3 {
    font-size: 22px;
    font-weight: 600
}

body.lang-other .modules-service .service-item-title {
    font-size: 18px
}

body.lang-other .modules-service .service-item p {
    font-size: 15px
}

body.lang-other .news-item-title {
    font-size: 20px;
    font-weight: 600
}

body.lang-other .news-tab-item {
    font-size: 16px
}

@media (max-width: 767px) {
    body.lang-other .news-tab-item {
        font-size:14px
    }
}

body.lang-other .post-loop-default .item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.24
}

@media (max-width: 767px) {
    body.lang-other .post-loop-default .item-title {
        font-size:20px
    }
}

body.lang-other .post-loop-default .item-excerpt {
    font-size: 16px
}

body.lang-other .post-loop-image-news .item-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.26
}

body.lang-other .post-loop-image-news .item-excerpt {
    height: 58px;
    line-height: 1.4
}

body.lang-other .post-loop-product .p-item-wrap .title {
    font-size: 18px;
    font-weight: 400;
    height: 56px
}

@media (max-width: 767px) {
    body.lang-other .post-loop-product .p-item-wrap .title {
        font-size:16px;
        height: 48px
    }
}

body.lang-other .post-loop-product .p-item-wrap .title a {
    line-height: 26px;
    max-height: 56px
}

@media (max-width: 767px) {
    body.lang-other .post-loop-product .p-item-wrap .title a {
        line-height:24px;
        padding: 12px
    }
}

body.lang-other .post-loop-product .p-item-wrap:hover .title a {
    color: var(--theme-hover);
    max-height: none
}

body.lang-other .post-loop-list .list-item {
    line-height: 28px;
    padding: 13px 0
}

body.lang-other .post-loop-list .list-item a {
    font-size: 20px
}

body.lang-other .post-loop-list .list-item .date {
    font-size: 16px
}



body.lang-other .entry .entry-title {
    font-size: 32px
}

body.lang-other .entry .entry-info .entry-title {
    font-size: 24px
}

body.lang-other .entry .entry-tab-item {
    font-size: 16px
}



body.lang-other .sidebar .widget_nav_menu ul li a,body.lang-other .widget-title {
    font-size: 18px
}

body.lang-other .entry-related-title {
    font-size: 22px
}

body.lang-other .entry-related li a {
    font-size: 18px
}

body.lang-other .action .contact-wrap {
    font-size: 14px;
    width: 240px
}

.page-template-page-home #wrap {
    overflow: hidden
}

.modules-sidebar-layout,.wrap {
    position: relative
}

.modules-sidebar-layout.container:after,.modules-sidebar-layout.container:before,.wrap.container:after,.wrap.container:before {
    content: " ";
    display: table
}

.modules-sidebar-layout.container:after,.wrap.container:after {
    clear: both
}

.main {
    float: right;
    padding: 20px 0 30px;
    width: calc(var(--theme-container-width) - var(--theme-sidebar-width) - var(--theme-content-sidebar-gap) - var(--theme-gutter))
}

@media (max-width: 991px) {
    .main {
        padding:20px 0;
        width: 100%
    }
}

.main-full {
    float: none!important;
    padding: 20px 0 30px;
    width: auto
}

@media (max-width: 991px) {
    .main-full {
        padding:20px 0
    }
}

.woocommerce .main-full.container {
    padding: 30px 15px
}

@media (max-width: 991px) {
    .woocommerce .main-full.container {
        padding:20px 15px
    }

    .j-main {
        padding-top: 20px!important
    }
}

.sidebar {
    float: left;
    padding: 20px 0 30px;
    width: var(--theme-sidebar-width)
}

.sidebar.fixed {
    bottom: 0;
    left: 50%;
    margin-left: calc(var(--theme-container-width)/2 - var(--theme-sidebar-width) - var(--theme-gutter)/2);
    position: fixed
}

.sidebar.fixed.sidebar-on-left {
    left: auto;
    margin-right: calc(var(--theme-container-width)/2 - var(--theme-sidebar-width) - var(--theme-gutter)/2);
    right: 50%
}

@media (min-width: 992px) and (max-width:1239px) {
    .sidebar.fixed.sidebar-on-left {
        margin-right:calc(var(--theme-container-width)/2 - var(--theme-sidebar-width) - var(--theme-gutter)/2)
    }
}

.sidebar.abs {
    bottom: 0;
    position: absolute;
    right: calc(var(--theme-gutter)/2)
}

.sidebar.abs.sidebar-on-left {
    left: calc(var(--theme-gutter)/2);
    right: auto
}

@media (max-width: 991px) {
    .sidebar {
        display:none
    }
}

.breadcrumb {
    margin-bottom: 0;
    margin-top: 20px
}

.section {
    margin-bottom: 30px
}

.banner {
    color: #fff;
    overflow: hidden;
    position: relative
}

.banner:after {
    background: rgba(0,0,0,.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.banner.banner-style-0:after {
    display: none
}

.banner.banner-style-1 .banner-img,.banner.banner-style-2 .banner-img {
    min-height: 220px
}

@media (max-width: 991px) {
    .banner.banner-style-1 .banner-img,.banner.banner-style-2 .banner-img {
        min-height:200px
    }
}

@media (max-width: 767px) {
    .banner.banner-style-1 .banner-img,.banner.banner-style-2 .banner-img {
        min-height:150px
    }
}

.banner.banner-style-none:after {
    background: none
}

.banner .banner-img {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%
}

.banner .banner-content {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1
}

@media (max-width: 767px) {
    .banner .container {
        width:100%
    }
}

.banner .banner-title {
    font-size: 40px;
    line-height: 1.3;
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    .banner .banner-title {
        font-size:32px
    }
}

@media (max-width: 767px) {
    .banner .banner-title {
        font-size:24px
    }
}

.banner .banner-desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    max-height: 66px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.banner .banner-desc p {
    margin: 0
}

.banner .search-form {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    width: 500px
}

@media (max-width: 767px) {
    .banner .search-form {
        width:100%
    }
}

.banner .search-form .keyword {
    border: 0;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 10px 15px
}

@media (max-width: 991px) {
    .banner .search-form .keyword {
        padding:8px 62px 8px 12px
    }
}

.banner .search-form .submit {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 54px
}

@media (max-width: 991px) {
    .banner .search-form .submit {
        height:36px;
        line-height: 36px
    }
}

.banner .entry-meta {
    color: inherit;
    margin-bottom: 0
}

.banner .entry-meta a {
    color: inherit
}

.banner .entry-meta a:hover {
    color: var(--theme-hover)
}

.banner.banner-black {
    color: #333
}

.banner.banner-black:after {
    background: hsla(0,0%,100%,.35)
}

.single .banner .banner-title {
    font-size: 36px
}

@media (max-width: 991px) {
    .single .banner .banner-title {
        font-size:30px
    }
}

@media (max-width: 767px) {
    .single .banner .banner-title {
        font-size:22px
    }
}

body.abs .banner.banner-style-1 .banner-img,body.abs .banner.banner-style-2 .banner-img {
    min-height: 300px
}

@media (max-width: 991px) {
    body.abs .banner.banner-style-1 .banner-img,body.abs .banner.banner-style-2 .banner-img {
        min-height:200px
    }
}

@media (max-width: 767px) {
    body.abs .banner.banner-style-1 .banner-img,body.abs .banner.banner-style-2 .banner-img {
        min-height:150px
    }
}

body.abs .banner .banner-content {
    padding-top: 50px
}

@media (max-width: 767px) {
    body.abs .banner .banner-content {
        padding-top:0
    }
}

body.abs .wpcom-container>.wpcom-modules:first-child>.wpcom-modules-tool {
    top: 0!important
}

.wpuf-button,ul.wpuf-form .wpuf-submit input[type=submit],ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a#wpuf-insert-image,ul.wpuf-form li .wpuf-fields a.file-selector {
    padding: 10px 20px!important
}

.entry .member-account-menu,.entry .member-account-user {
    border-radius: var(--theme-border-radius-xl)
}

.entry .member-account-menu {
    overflow: hidden
}

.entry .member-account-content {
    border-radius: var(--theme-border-radius-xl)
}

.entry .member-account-content h2,.entry .member-account-content h3 {
    font-size: 18px;
    font-weight: 500
}

.entry .member-account-content .woocommerce-order-details__title {
    margin-top: 0
}

@media (max-width: 991px) {
    .modules-gird-inner.col-xs-12 .wpcf7 {
        padding:15px 15px 0
    }
}

.e404-page {
    margin: 0;
    padding: 60px 0 80px;
    text-align: center
}

.e404-page-icon {
    margin-bottom: 25px
}

.e404-page-icon svg {
    height: auto;
    width: 250px;
    fill: #d9d9d9
}

.e404-page-text .entry-title {
    border: 0;
    color: var(--theme-black-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0
}

.e404-page-text p {
    color: var(--theme-gray-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.wpcf7-form>.form-group,.wpcf7-form>p {
    margin: 0
}

.wpcf7-form .wpcf7-form-control {
    border: 1px solid var(--theme-border-color);
    border-radius: var(--theme-border-radius-m,4px);
    line-height: 24px;
    outline: 0;
    padding: 8px 18px;
    width: 100%
}

.wpcf7-form .wpcf7-form-control:focus {
    border-color: var(--theme-hover)
}

.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3232
}

.wpcf7-form .wpcf7-submit {
    background: var(--theme-color);
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0
}

.wpcf7-form .wpcf7-submit:active,.wpcf7-form .wpcf7-submit:hover {
    background: var(--theme-hover)
}

.wpcf7-form .wpcf7-submit+.ajax-loader {
    left: 50%;
    margin: 0 0 0 -12px;
    top: -32px
}

.wpcf7-form .wpcf7-response-output {
    margin: 0!important
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 24px;
    position: relative
}

.wpcf7-form .wpcf7-not-valid-tip {
    bottom: 4px;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute
}

.modal-open,.modal-open .top-news,.modal-open>header.header {
    padding-right: var(--scrollbar-width)
}

.modal-open .top-news.top-news-fluid {
    padding-right: calc(32px + var(--scrollbar-width))
}

@media (max-width: 1024px) {
    .modal-open .top-news.top-news-fluid {
        padding-right:calc(15px + var(--scrollbar-width))
    }
}

.modal-open .action {
    margin-right: var(--scrollbar-width)
}

.modal-open .action.action-pos-1 {
    left: calc(50% - var(--scrollbar-width)/2);
    margin-right: auto
}
