:root{
    --theme-default-editor: var(--true);
    --theme-border: none;
    --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --theme-list-indent: 2.5em;
    --true: initial;
    --false: "";
    --has-link-decoration: var(--true);
    --has-transparent-header: 0;
    --theme-container-width: min(100%, var(--theme-container-width-base));
    --theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2)
}

.overlay-layout .content {
    background-color: rgba(255, 0, 0, 0.5); /* 半透明重叠层颜色 */
    padding: 10px;
    /* 可以添加更多样式来美化重叠层 */
  }

@supports not (aspect-ratio: auto){
    .ct-media-container img,.ct-media-container video,.ct-media-container iframe{
        position:absolute;
        width:100%;
        height:100%
    }
    .ct-media-container:before{
        display:block;
        content:"";
        width:100%;
        padding-bottom:100%
    }
}
html{
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    scroll-behavior:smooth
}
body{
    overflow-x:hidden;
    overflow-wrap:break-word;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased
}
*,*::before,*::after{
    box-sizing:border-box
}
body,p,h1,h2,h3,h4,h5,h6,em,ol,ul,li,tr,th,td,dl,ins,sub,sup,big,cite,code,form,small,label,table,figure,button,legend,strike,address,caption,fieldset,blockquote{
    margin:0;
    padding:0;
    border:none;
    font:inherit
}
input,select,textarea{
    margin:0
}
b,strong{
    font-weight:bold
}
em{
    font-style:italic
}
small{
    font-size:80%
}
ins,mark{
    color:inherit;
    text-decoration:none;
    background:rgba(0,0,0,0)
}
del{
    opacity:.5
}
sup,sub{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-0.5em
}
sub{
    bottom:-0.25em
}
hr{
    height:1px;
    border:none
}
a{
    transition:var(--theme-transition)
}
a:focus,button:focus{
    transition:none;
    outline-width:0
}
a:focus-visible,button:focus-visible{
    outline-width:2px;
    outline-offset:var(--outline-offset, 3px);
    outline-color:var(--theme-palette-color-2)
}
img{
    height:auto;
    max-width:100%;
    vertical-align:middle
}
figure,iframe,textarea{
    display:block
}
audio,canvas,progress,video{
    display:inline-block
}
embed,iframe,object,video{
    max-width:100%
}
svg>*{
    transition:none
}
code,kbd,samp{
    padding:3px 6px
}
code,kbd,samp,pre{
    tab-size:4;
    border-radius:2px;
    background:var(--theme-palette-color-6)
}
code:focus,kbd:focus,samp:focus,pre:focus{
    outline:none
}
pre{
    overflow:auto;
    padding:15px 20px
}
pre code{
    padding:0;
    background:rgba(0,0,0,0)
}
table{
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    width:100%;
    max-width:100%
}
table,th,td{
    font-size:var(--theme-table-font-size);
    border-width:var(--theme-table-border-width, 1px);
    border-style:var(--theme-table-border-style, solid);
    border-color:var(--theme-table-border-color, var(--theme-border-color))
}
th,td{
    padding:var(--theme-table-padding, 0.7em 1em)
}
th{
    font-weight:600
}
caption{
    font-weight:600;
    padding:.7rem
}
dl{
    --theme-description-list-indent: 1.5em;
    --theme-description-list-spacing: 0.5em
}
dl>*:last-child{
    margin-bottom:0
}
dt{
    font-weight:600
}
dd{
    margin-top:calc(var(--theme-description-list-spacing)/2);
    margin-left:var(--theme-description-list-indent);
    margin-bottom:calc(var(--theme-description-list-spacing)*2)
}
dd p{
    --theme-content-spacing: var(--theme-description-list-spacing)
}
dd p:last-child{
    margin-bottom:0
}
body{
    color:var(--theme-text-color)
}
body ::selection{
    color:var(--theme-selection-text-color);
    background-color:var(--theme-selection-background-color)
}
h1{
    color:var(--theme-heading-color, var(--theme-heading-1-color, var(--theme-headings-color)))
}
h2{
    color:var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)))
}
h3{
    color:var(--theme-heading-color, var(--theme-heading-3-color, var(--theme-headings-color)))
}
h4{
    color:var(--theme-heading-color, var(--theme-heading-4-color, var(--theme-headings-color)))
}
h5{
    color:var(--theme-heading-color, var(--theme-heading-5-color, var(--theme-headings-color)))
}
h6{
    color:var(--theme-heading-color, var(--theme-heading-6-color, var(--theme-headings-color)))
}
.ct-module-title:is(p,span),.related-entry-title:is(p,span),.woocommerce-loop-product__title:is(p,span),.woocommerce-loop-category__title:is(p,span){
    color:var(--theme-heading-color)
}
hr{
    background-color:var(--theme-form-field-border-initial-color)
}
@media(max-width: 689.98px){
    .ct-hidden-sm{
        display:none !important
    }
}
@media(min-width: 690px)and (max-width: 999.98px){
    .ct-hidden-md{
        display:none !important
    }
}
@media(min-width: 1000px){
    .ct-hidden-lg{
        display:none !important
    }
}
.hidden{
    display:none
}
.aligncenter{
    clear:both;
    display:block;
    text-align:center
}
.sticky,.wp-caption,.bypostauthor,.wp-caption-text,.gallery-caption,.screen-reader-text{
    background:rgba(0,0,0,0)
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes shake{
    10%,90%{
        transform:translate3d(-4px, 0, 0)
    }
    20%,80%{
        transform:translate3d(5px, 0, 0)
    }
    30%,50%,70%{
        transform:translate3d(-7px, 0, 0)
    }
    40%,60%{
        transform:translate3d(7px, 0, 0)
    }
}
@keyframes bounce-in{
    0%{
        transform:scale(0, 0)
    }
    20%{
        transform:scale(1.4, 1.4)
    }
    50%{
        transform:scale(0.8, 0.8)
    }
    85%{
        transform:scale(1.1, 1.1)
    }
    100%{
        transform:scale(1, 1)
    }
}
body,h1,h2,h3,h4,h5,h6,pre,kbd,code,samp,label,figcaption,.wp-block-quote,.wp-block-pullquote,.ct-label,.site-title,.entry-meta,.ct-menu-badge,.entry-excerpt,.ct-post-title,.ct-breadcrumbs,.ct-header-text,.ct-product-sku,.author-box-bio,.author-box-name,.ct-contact-info,.site-description,.page-description,.mobile-menu a,.menu .ct-menu-link,.comment-reply-title,.ct-footer-copyright,.ct-language-switcher,.entry-summary .price,[data-products] .price,.ct-trending-block .price,.woocommerce-tabs .tabs,.woocommerce-tabs .ct-accordion-heading,.ct-header-account-dropdown,.ct-module-title:is(p,span),.related-entry-title:is(p,span),.woocommerce-loop-product__title:is(p,span),.woocommerce-loop-category__title:is(p,span),.ct-shortcuts-bar,.ct-widget>*,.ct-dynamic-data-layer,.ct-dynamic-filter,.ct-search-results,.tutor-ratings,.tutor-meta>*,.tutor-course-details-title,.tutor-course-details-actions>a,.ct-language-switcher ul[data-placement]{
    font-family:var(--theme-font-family);
    font-size:var(--theme-font-size);
    font-weight:var(--theme-font-weight);
    font-style:var(--theme-font-style, inherit);
    line-height:var(--theme-line-height);
    letter-spacing:var(--theme-letter-spacing);
    text-transform:var(--theme-text-transform);
    -webkit-text-decoration:var(--theme-text-decoration);
    text-decoration:var(--theme-text-decoration)
}
.screen-reader-text{
    border:0;
    clip:rect(1px, 1px, 1px, 1px);
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute !important;
    width:1px;
    word-wrap:normal !important;
    word-break:normal
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto !important;
    -webkit-clip-path:none;
    clip-path:none;
    color:#21759b;
    display:block;
    font-size:14px;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    right:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
#primary[tabindex="-1"]:focus{
    outline:0
}
.skip-link{
    background-color:#24292e;
    color:#fff;
    padding:10px 20px
}
.show-on-focus{
    position:absolute;
    width:1px;
    height:1px;
    margin:0;
    overflow:hidden;
    clip:rect(1px, 1px, 1px, 1px);
    top:0;
    left:0
}
.show-on-focus:focus{
    z-index:100;
    width:auto;
    height:auto;
    clip:auto
}
p{
    margin-bottom:var(--theme-content-spacing)
}
ul,ol{
    padding-inline-start:var(--theme-list-indent);
    margin-bottom:var(--theme-content-spacing)
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:calc(var(--has-theme-content-spacing, 1)*(.3em + 10px))
}
h1:where(:last-child),h2:where(:last-child),h3:where(:last-child),h4:where(:last-child),h5:where(:last-child),h6:where(:last-child){
    margin-bottom:0
}
:is(.entry-content,.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)){
    margin-bottom:var(--theme-content-spacing)
}
:is(.entry-content,.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)):where(:last-child){
    margin-bottom:0
}
:is(.entry-content,.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6){
    margin-top:var(--theme-content-spacing)
}
:is(.entry-content,.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6):where(:first-child){
    margin-top:0
}
:where(.is-layout-flow)>*{
    margin-block-start:0
}
@media screen and (max-width: 600px){
    .admin-bar{
        --admin-bar: 0px
    }
}
@media screen and (min-width: 601px)and (max-width: 782px){
    .admin-bar{
        --admin-bar: 46px
    }
}
@media screen and (min-width: 783px){
    .admin-bar{
        --admin-bar: 32px
    }
}
.menu,.entry-meta,.ct-account-modal>ul,.ct-language-switcher ul,[class*=ct-contact-info] ul,.products,.woocommerce-Reviews :where(ol,ul),.ct-comments :where(ol,ul),.ct-comments ul,.mobile-menu ul,.woocommerce-tabs>ul,.wc-item-meta,.ct-header-account ul,.ct-product-additional-info ul,.woocommerce-pagination .page-numbers,.wc-block-review-list,.woocommerce-mini-cart,.woocommerce-MyAccount-navigation ul,.wp-block-latest-comments,.ct-filter-widget,.ct-compare-bar ul,.ct-product-hero ul,.ct-widget ul{
    margin-bottom:0;
    list-style-type:none;
    --theme-list-indent: 0
}
ul:last-child,ol:last-child,ul li:last-child,ol li:last-child,.ct-widget p:last-child,.entry-excerpt *:last-child,.wp-block-columns:last-child,.ct-dynamic-data p:last-child,[class*=ct-form-notification] p:last-child,.woocommerce-variation-availability p:last-child{
    margin-bottom:0
}
[data-parallax]>figure{
    display:flex;
    align-items:center
}
@media(prefers-reduced-motion: no-preference){
    [data-reveal]{
        transition-property:opacity,transform;
        transition-duration:1.5s;
        transition-timing-function:cubic-bezier(0.2, 1, 0.2, 1)
    }
    [data-reveal][data-reveal*=no]{
        opacity:.01
    }
    [data-reveal][data-reveal*=yes]{
        opacity:1
    }
    [data-reveal][data-reveal*=bottom]{
        transform:translateY(100px)
    }
    [class*=entries] article[data-reveal*="2"]{
        transition-delay:0.3s
    }
    [class*=entries] article[data-reveal*="3"]{
        transition-delay:0.6s
    }
    [class*=entries] article[data-reveal*="4"]{
        transition-delay:0.9s
    }
    [class*=entries] article[data-reveal*="5"]{
        transition-delay:1.2s
    }
    [class*=entries] article[data-reveal*="6"]{
        transition-delay:1.5s
    }
    [class*=entries] article[data-reveal*="7"]{
        transition-delay:1.8s
    }
    [class*=entries] article[data-reveal*="8"]{
        transition-delay:2.1s
    }
    [class*=entries] article[data-reveal*="9"]{
        transition-delay:2.4s
    }
    [class*=entries] article[data-reveal*="10"]{
        transition-delay:2.7s
    }
    [class*=entries] article[data-reveal*="11"]{
        transition-delay:3s
    }
    [class*=entries] article[data-reveal*="12"]{
        transition-delay:3.3s
    }
}
.ct-icon,.ct-icon-container svg{
    width:var(--theme-icon-size, 15px);
    height:var(--theme-icon-size, 15px);
    fill:var(--theme-icon-color, var(--theme-text-color));
    transition:var(--theme-icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955))
}
.ct-icon,.ct-icon-container{
    position:relative
}
.ct-icon-container{
    display:flex;
    align-items:center;
    justify-content:center
}
.ct-icon-container.ct-left{
    margin-inline-end:.5em
}
.ct-icon-container.ct-right{
    margin-inline-start:.5em
}
[data-icons-type*=":"] .ct-icon-container{
    width:calc(var(--theme-icon-size, 15px)*2.5);
    height:calc(var(--theme-icon-size, 15px)*2.5);
    transition:background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-icons-type*=square] .ct-icon-container{
    border-radius:2px
}
[data-icons-type*=rounded] .ct-icon-container{
    border-radius:100%
}
[data-icons-type]>*{
    transition:none
}
[data-icons-type]>*:hover svg{
    fill:var(--theme-icon-hover-color, var(--theme-palette-color-2))
}
[data-icons-type*=solid] .ct-icon-container{
    background-color:var(--background-color)
}
[data-icons-type*=solid]>*:hover .ct-icon-container{
    background-color:var(--background-hover-color)
}
[data-icons-type*=outline] .ct-icon-container{
    border:1px solid var(--background-color)
}
[data-icons-type*=outline]>*:hover .ct-icon-container{
    border-color:var(--background-hover-color)
}
[class*=ct-media-container]{
    display:inline-flex;
    overflow:hidden;
    isolation:isolate;
    vertical-align:middle
}
.ct-media-container{
    position:relative;
    width:100%
}
.ct-media-container img,.ct-media-container picture{
    width:inherit;
    border-radius:inherit;
    object-fit:var(--theme-object-fit, cover)
}
.ct-media-container picture{
    display:inline-flex
}
.ct-media-container-static img{
    aspect-ratio:1/1
}
a{
    color:var(--theme-link-initial-color);
    -webkit-text-decoration:var(--has-link-decoration, var(--theme-text-decoration, none));
    text-decoration:var(--has-link-decoration, var(--theme-text-decoration, none))
}
a:hover{
    color:var(--theme-link-hover-color)
}
[data-link=type-2] .entry-content p>a,[data-link=type-2] .entry-content em>a,[data-link=type-2] .entry-content strong>a,[data-link=type-2] .entry-content>ul a,[data-link=type-2] .entry-content>ol a,[data-link=type-2] .wp-block-table a,[data-link=type-2] .ct-link-styles{
    --theme-text-decoration: underline
}
[data-link=type-3] .entry-content p>a,[data-link=type-3] .entry-content em>a,[data-link=type-3] .entry-content strong>a,[data-link=type-3] .entry-content>ul a,[data-link=type-3] .entry-content>ol a,[data-link=type-3] .wp-block-table a,[data-link=type-3] .ct-link-styles,[data-link=type-4] .entry-content p>a,[data-link=type-4] .entry-content em>a,[data-link=type-4] .entry-content strong>a,[data-link=type-4] .entry-content>ul a,[data-link=type-4] .entry-content>ol a,[data-link=type-4] .wp-block-table a,[data-link=type-4] .ct-link-styles,[data-link=type-5] .entry-content p>a,[data-link=type-5] .entry-content em>a,[data-link=type-5] .entry-content strong>a,[data-link=type-5] .entry-content>ul a,[data-link=type-5] .entry-content>ol a,[data-link=type-5] .wp-block-table a,[data-link=type-5] .ct-link-styles{
    background-position:var(--has-link-decoration, 0% 100%);
    background-repeat:var(--has-link-decoration, no-repeat)
}
[data-link=type-4] .entry-content p>a,[data-link=type-4] .entry-content em>a,[data-link=type-4] .entry-content strong>a,[data-link=type-4] .entry-content>ul a,[data-link=type-4] .entry-content>ol a,[data-link=type-4] .wp-block-table a,[data-link=type-4] .ct-link-styles{
    background-size:var(--has-link-decoration, 100% 1px);
    background-image:var(--has-link-decoration, linear-gradient(currentColor, currentColor))
}
footer.ct-footer [data-link] a,[data-link] .ct-posts-shortcode .entry-title a{
    --has-link-decoration: var(--false)
}
footer.ct-footer [data-link] a:hover,[data-link] .ct-posts-shortcode .entry-title a:hover{
    color:var(--theme-link-hover-color)
}
footer.ct-footer [data-link=underline] a{
    text-decoration:underline
}
.ct-ajax-loader{
    position:absolute;
    inset:0;
    z-index:0;
    margin:auto;
    display:flex;
    border-radius:100%;
    width:var(--loader-size, 20px);
    height:var(--loader-size, 20px);
    color:var(--loader-color, #c5cbd0)
}
.ct-ajax-loader[data-type=boxed]{
    padding:8px;
    background:#fff;
    box-sizing:content-box;
    --loader-color: var(--theme-text-color)
}
[data-label=bottom]{
    text-align:center;
    flex-direction:column
}
[data-label=bottom] .ct-label{
    order:2;
    line-height:1;
    margin-top:.5em
}
[data-label=left] .ct-label{
    margin-inline-end:.7em
}
[data-label=right] .ct-label{
    order:2;
    margin-inline-start:.7em
}
.ct-tooltip{
    position:absolute;
    opacity:0;
    visibility:hidden
}
select,textarea,input[type=url],input[type=tel],input[type=text],input[type=time],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=number],input[type=search],input[type=password],fieldset .wc-stripe-elements-field,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]){
    -webkit-appearance:none;
    appearance:none;
    width:var(--has-width, var(--theme-form-field-width, 100%));
    height:var(--has-height, var(--theme-form-field-height, 40px));
    font-family:inherit;
    font-size:var(--theme-form-font-size, 16px);
    color:var(--theme-form-text-initial-color, var(--theme-text-color));
    padding:var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
    border-width:var(--theme-form-field-border-width, 1px);
    border-style:var(--theme-form-field-border-style, solid);
    border-color:var(--theme-form-field-border-initial-color);
    border-radius:var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    background-color:var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    transition:color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
select:focus,textarea:focus,input[type=url]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=password]:focus,fieldset .wc-stripe-elements-field:focus,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus{
    outline:none;
    color:var(--theme-form-text-focus-color, var(--theme-text-color));
    border-color:var(--theme-form-field-border-focus-color);
    background-color:var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}
select::placeholder,textarea::placeholder,input[type=url]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,fieldset .wc-stripe-elements-field::placeholder,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple])::placeholder{
    opacity:.6;
    color:inherit
}
input[type=date]{
    min-height:var(--has-height, var(--theme-form-field-height, 40px))
}
input[type=date]::-webkit-date-and-time-value{
    text-align:inherit
}
select{
    padding-inline-end:25px;
    background-image:url("");
    background-repeat:no-repeat,repeat;
    background-size:8px auto,100%;
    background-position:right 10px top 50%,0 0
}
select option{
    color:initial
}
textarea{
    line-height:1.5;
    resize:vertical;
    --theme-form-field-padding: 12px 15px
}
fieldset{
    padding:30px;
    border:1px dashed var(--theme-border-color)
}
legend{
    font-size:14px;
    font-weight:600;
    padding:0 15px;
    margin-left:-15px
}
.ct-checkbox,.comment-form input[type=checkbox],#ship-to-different-address-checkbox,.wc-block-checkbox-list input[type=checkbox],.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#wc-stripe-new-payment-method[type=checkbox],.ppcp-credit-card-vault[type=checkbox],.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],.wpforms-container:not(.wpforms-container-full) input[type=checkbox],.ff-inherit-theme-style input[type=checkbox],.wc_payment_method>input[type=radio],.woocommerce-shipping-methods input[type=radio],.payment_box input[type=radio],.mp-ticket-payments input[type=radio],.forminator-ui[data-design=none] .forminator-radio input[type=radio],.wpforms-container:not(.wpforms-container-full) input[type=radio],.ff-inherit-theme-style input[type=radio]{
    display:inline-block;
    vertical-align:baseline;
    position:relative;
    top:var(--top, 3px);
    min-width:16px;
    width:16px;
    height:16px;
    min-height:initial;
    padding:0 !important;
    margin:0;
    margin-inline-end:.7em;
    border-width:var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px));
    border-style:solid;
    cursor:pointer;
    -webkit-appearance:none;
    background:rgba(0,0,0,0);
    border-color:var(--theme-form-selection-field-initial-color)
}
.ct-checkbox:before,.comment-form input[type=checkbox]:before,#ship-to-different-address-checkbox:before,.wc-block-checkbox-list input[type=checkbox]:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#wc-stripe-new-payment-method[type=checkbox]:before,.ppcp-credit-card-vault[type=checkbox]:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before,.ff-inherit-theme-style input[type=checkbox]:before,.wc_payment_method>input[type=radio]:before,.woocommerce-shipping-methods input[type=radio]:before,.payment_box input[type=radio]:before,.mp-ticket-payments input[type=radio]:before,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,.wpforms-container:not(.wpforms-container-full) input[type=radio]:before,.ff-inherit-theme-style input[type=radio]:before{
    position:absolute;
    content:"";
    z-index:2;
    inset:0;
    opacity:0;
    margin:auto
}
.ct-checkbox:checked,.comment-form input[type=checkbox]:checked,#ship-to-different-address-checkbox:checked,.wc-block-checkbox-list input[type=checkbox]:checked,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,.woocommerce-form__input[type=checkbox]:checked,.woocommerce-form__label-for-checkbox input[type=checkbox]:checked,.woocommerce-input-wrapper input[type=checkbox]:checked,#wc-stripe-new-payment-method[type=checkbox]:checked,.ppcp-credit-card-vault[type=checkbox]:checked,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked,.ff-inherit-theme-style input[type=checkbox]:checked,.wc_payment_method>input[type=radio]:checked,.woocommerce-shipping-methods input[type=radio]:checked,.payment_box input[type=radio]:checked,.mp-ticket-payments input[type=radio]:checked,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked,.wpforms-container:not(.wpforms-container-full) input[type=radio]:checked,.ff-inherit-theme-style input[type=radio]:checked{
    border-color:var(--theme-form-selection-field-active-color);
    background:var(--theme-form-selection-field-active-color)
}
.ct-checkbox:checked:before,.comment-form input[type=checkbox]:checked:before,#ship-to-different-address-checkbox:checked:before,.wc-block-checkbox-list input[type=checkbox]:checked:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before,.woocommerce-form__input[type=checkbox]:checked:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before,.woocommerce-input-wrapper input[type=checkbox]:checked:before,#wc-stripe-new-payment-method[type=checkbox]:checked:before,.ppcp-credit-card-vault[type=checkbox]:checked:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked:before,.ff-inherit-theme-style input[type=checkbox]:checked:before,.wc_payment_method>input[type=radio]:checked:before,.woocommerce-shipping-methods input[type=radio]:checked:before,.payment_box input[type=radio]:checked:before,.mp-ticket-payments input[type=radio]:checked:before,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked:before,.wpforms-container:not(.wpforms-container-full) input[type=radio]:checked:before,.ff-inherit-theme-style input[type=radio]:checked:before{
    opacity:1
}
.ct-checkbox:focus-visible,.comment-form input[type=checkbox]:focus-visible,#ship-to-different-address-checkbox:focus-visible,.wc-block-checkbox-list input[type=checkbox]:focus-visible,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus-visible,.woocommerce-form__input[type=checkbox]:focus-visible,.woocommerce-form__label-for-checkbox input[type=checkbox]:focus-visible,.woocommerce-input-wrapper input[type=checkbox]:focus-visible,#wc-stripe-new-payment-method[type=checkbox]:focus-visible,.ppcp-credit-card-vault[type=checkbox]:focus-visible,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus-visible,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:focus-visible,.ff-inherit-theme-style input[type=checkbox]:focus-visible,.wc_payment_method>input[type=radio]:focus-visible,.woocommerce-shipping-methods input[type=radio]:focus-visible,.payment_box input[type=radio]:focus-visible,.mp-ticket-payments input[type=radio]:focus-visible,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus-visible,.wpforms-container:not(.wpforms-container-full) input[type=radio]:focus-visible,.ff-inherit-theme-style input[type=radio]:focus-visible{
    outline:none;
    border-color:var(--theme-form-selection-field-active-color)
}
.ct-checkbox,.comment-form input[type=checkbox],#ship-to-different-address-checkbox,.wc-block-checkbox-list input[type=checkbox],.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#wc-stripe-new-payment-method[type=checkbox],.ppcp-credit-card-vault[type=checkbox],.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],.wpforms-container:not(.wpforms-container-full) input[type=checkbox],.ff-inherit-theme-style input[type=checkbox]{
    border-radius:var(--theme-form-checkbox-border-radius, 3px)
}
.ct-checkbox:before,.comment-form input[type=checkbox]:before,#ship-to-different-address-checkbox:before,.wc-block-checkbox-list input[type=checkbox]:before,.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#wc-stripe-new-payment-method[type=checkbox]:before,.ppcp-credit-card-vault[type=checkbox]:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before,.ff-inherit-theme-style input[type=checkbox]:before{
    top:-2px;
    width:8px;
    height:5px;
    border:2px solid #fff;
    border-top:none;
    border-right:none;
    transform:rotate(-45deg)
}
.wc_payment_method>input[type=radio],.woocommerce-shipping-methods input[type=radio],.payment_box input[type=radio],.mp-ticket-payments input[type=radio],.forminator-ui[data-design=none] .forminator-radio input[type=radio],.wpforms-container:not(.wpforms-container-full) input[type=radio],.ff-inherit-theme-style input[type=radio]{
    border-radius:100% !important
}
.wc_payment_method>input[type=radio]:before,.woocommerce-shipping-methods input[type=radio]:before,.payment_box input[type=radio]:before,.mp-ticket-payments input[type=radio]:before,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,.wpforms-container:not(.wpforms-container-full) input[type=radio]:before,.ff-inherit-theme-style input[type=radio]:before{
    width:6px;
    height:6px;
    background:#fff;
    border-radius:inherit
}
label{
    font-size:15px;
    line-height:inherit;
    cursor:pointer;
    margin:0 0 .5em 0
}
label:last-child{
    margin-bottom:0
}
.gdpr-confirm-policy label,.comment-form-cookies-consent label{
    font-size:13px
}
.ct-pagination{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:var(--spacing, 60px)
}
.ct-pagination[data-divider]{
    padding-top:var(--spacing, 60px);
    border-top:var(--pagination-divider, none)
}
[data-pagination=simple],[data-pagination=next_prev]{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    font-size:14px;
    font-weight:600;
    color:var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}
[data-pagination=simple] .page-numbers,[data-pagination=next_prev] .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:40px;
    border-radius:var(--theme-border-radius, 4px);
    border:2px solid rgba(0,0,0,0)
}
[data-pagination=simple] .page-numbers.current,[data-pagination=next_prev] .page-numbers.current{
    color:var(--theme-text-active-color, #fff);
    background:var(--theme-link-hover-color)
}
[data-pagination=simple] .page-numbers:not(.dots):hover,[data-pagination=next_prev] .page-numbers:not(.dots):hover{
    border-color:var(--theme-link-hover-color)
}
[data-pagination=simple] .prev,[data-pagination=simple] .next,[data-pagination=next_prev] .prev,[data-pagination=next_prev] .next{
    font-size:12px;
    text-transform:uppercase;
    padding:0 17px;
    white-space:nowrap;
    border-color:var(--theme-border-color)
}
[data-pagination=simple] .prev,[data-pagination=next_prev] .prev{
    grid-column:1;
    justify-self:start
}
[data-pagination=simple] .next,[data-pagination=next_prev] .next{
    grid-column:3;
    justify-self:end
}
[data-pagination=simple]>div{
    grid-column:2;
    text-align:center;
    margin:-5px
}
[data-pagination=simple]>div .page-numbers{
    flex:0 0 41px;
    width:41px;
    margin:5px
}
[data-pagination=load_more],[data-pagination=infinite_scroll]{
    justify-content:center
}
[data-pagination=load_more] .page-numbers,[data-pagination=infinite_scroll] .page-numbers{
    display:none
}
[data-pagination=load_more] .ct-load-more-helper,[data-pagination=infinite_scroll] .ct-load-more-helper{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    min-width:var(--theme-button-min-height, 45px);
    min-height:var(--theme-button-min-height, 45px)
}
[data-pagination=load_more] .ct-load-more-helper .ct-ajax-loader,[data-pagination=infinite_scroll] .ct-load-more-helper .ct-ajax-loader{
    opacity:0
}
[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-ajax-loader,[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-ajax-loader{
    opacity:1
}
[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-load-more,[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-load-more{
    opacity:0
}
[data-pagination=load_more] .ct-load-more,[data-pagination=infinite_scroll] .ct-load-more{
    z-index:2;
    opacity:1
}
[data-pagination=load_more] .ct-last-page-text,[data-pagination=infinite_scroll] .ct-last-page-text{
    display:none
}
[data-pagination=load_more].ct-last-page .ct-load-more,[data-pagination=load_more].ct-last-page .ct-ajax-loader,[data-pagination=infinite_scroll].ct-last-page .ct-load-more,[data-pagination=infinite_scroll].ct-last-page .ct-ajax-loader{
    display:none
}
[data-pagination=load_more].ct-last-page .ct-last-page-text,[data-pagination=infinite_scroll].ct-last-page .ct-last-page-text{
    display:flex;
    opacity:.7
}
.entry-meta{
    --items-spacing: 9px
}
.entry-meta li{
    display:inline-block
}
.entry-meta li:not(:last-of-type){
    margin-inline-end:var(--items-spacing)
}
.entry-meta li:after{
    margin-inline-start:var(--items-spacing)
}
.entry-meta li svg,.entry-meta li:after,.entry-meta li [class*=ct-media-container]{
    position:relative;
    top:-0.1em;
    vertical-align:var(--vertical-align, middle)
}
.entry-meta li [class*=ct-media-container]{
    border-radius:100%;
    margin-inline-end:.5em
}
.entry-meta li [class*=ct-media-container]+svg{
    display:none
}
.entry-meta li svg{
    fill:currentColor;
    margin-inline-end:7px
}
.entry-meta li>span{
    margin-inline-end:.27em
}
.entry-meta[data-type*=none] li:not(:last-of-type){
    --items-spacing: 20px
}
.entry-meta[data-type*=slash] li:not(:last-of-type):after{
    content:"/";
    --vertical-align: baseline
}
.entry-meta[data-type*=line] li:not(:last-of-type):after{
    content:"-"
}
.entry-meta[data-type*=circle] li:not(:last-of-type):after{
    content:"●";
    font-size:.35em
}
.entry-meta[data-type*=icons] svg{
    width:13px;
    height:13px
}
.entry-meta [data-type=pill] a,.entry-meta [data-type=underline] a{
    display:inline-flex;
    align-items:center;
    margin-top:2px;
    margin-bottom:2px
}
.entry-meta [data-type=pill] a{
    min-height:25px;
    padding:0 8px;
    border-radius:3px;
    background:var(--theme-button-background-initial-color);
    --theme-link-initial-color: var(--theme-button-text-initial-color);
    --theme-link-hover-color: var(--theme-button-text-hover-color)
}
.entry-meta [data-type=pill] a:not(:last-of-type){
    margin-inline-end:4px
}
.entry-meta [data-type=pill] a:hover{
    background:var(--theme-button-background-hover-color)
}
.entry-meta [data-type=underline] a{
    position:relative
}
.entry-meta [data-type=underline] a:before{
    position:absolute;
    bottom:-0.1em;
    content:"";
    width:100%;
    height:1px;
    opacity:.5;
    background:currentColor;
    transform:opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.entry-meta [data-type=underline] a:hover:before{
    opacity:1
}
.entry-tags{
    display:flex;
    flex-direction:column;
    align-items:var(--horizontal-alignment);
    margin-top:40px
}
.entry-tags-items{
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.entry-tags-items a{
    font-size:14px;
    font-weight:500;
    padding:.3em .85em;
    border-radius:var(--theme-border-radius);
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-background-initial-color: transparent
}
.entry-tags-items a:not(:hover){
    box-shadow:inset 0px 0px 0px 1px var(--theme-border-color)
}
.ct-breadcrumbs{
    color:var(--theme-text-color);
    --has-link-decoration: var(--false)
}
.ct-breadcrumbs[data-source=default]>span{
    display:inline-flex;
    align-items:center;
    vertical-align:middle
}
.ct-breadcrumbs[data-source=default]>span .ct-separator{
    margin:0 8px
}
.ct-breadcrumbs[data-source=default] .ct-home-icon{
    position:relative;
    top:-0.15em;
    vertical-align:middle
}
@font-face{
    font-family:"star";
    src:url("") format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap
}
:is(.star-rating,.wc-block-rating-filter .wc-block-components-product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars){
    overflow:hidden;
    position:relative;
    width:7em;
    height:1em;
    font-family:"star";
    font-size:.9em;
    font-weight:400;
    line-height:1em;
    letter-spacing:.4em;
    color:var(--star-rating-inactive-color, #F9DFCC)
}
:is(.star-rating,.wc-block-rating-filter .wc-block-components-product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars):before{
    content:"SSSSS";
    top:0;
    inset-inline-start:0;
    position:absolute;
    line-height:inherit
}
:is(.star-rating,.wc-block-rating-filter .wc-block-components-product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span{
    overflow:hidden;
    top:0;
    inset-inline-start:0;
    position:absolute;
    padding-top:1em;
    line-height:inherit
}
:is(.star-rating,.wc-block-rating-filter .wc-block-components-product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span:before{
    content:"SSSSS";
    top:0;
    inset-inline-start:0;
    position:absolute;
    color:var(--star-rating-initial-color, #FDA256);
    line-height:inherit
}
.has-hover-effect img{
    transition:opacity .5s ease,transform .5s ease
}
@media(hover: hover){
    [data-hover=zoom-in]>*:hover .has-hover-effect img{
        transform:scale(1.1)
    }
}
[data-hover=zoom-out] .has-hover-effect img{
    transform:scale(1.1)
}
@media(hover: hover){
    [data-hover=zoom-out]>*:hover .has-hover-effect img{
        transform:scale(1)
    }
}
[data-hover=swap] .ct-swap{
    position:absolute;
    inset:0;
    opacity:0
}
@media(hover: hover){
    [data-hover=swap] .has-hover-effect:hover .ct-swap{
        opacity:1
    }
    [data-hover=swap] .has-hover-effect:hover .ct-swap+img{
        opacity:0
    }
}
:target,.elementor-menu-anchor{
    scroll-margin-top:calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--scroll-margin-top-offset, 0px))
}
[data-header*=sticky]{
    --scroll-margin-top-offset: calc((var(--header-sticky-height, var(--header-height, 0px)) * var(--has-transparent-header) * (var(--sticky-shrink, 100) / 100)) + var(--header-sticky-height, var(--header-height, 0px)) * (1 - var(--has-transparent-header)) * (var(--sticky-shrink, 100) / 100))
}
[data-header*="sticky:shrink"]{
    --scroll-margin-top-offset: calc(var(--header-sticky-height, var(--header-height, 0px)) * (var(--sticky-shrink, 100) / 100))
}
[data-header*="sticky:auto"]{
    --scroll-margin-top-offset: 0px
}
.button,.ct-button,.added_to_cart,.ct-button-ghost,[type=submit],.wp-element-button,.wp-block-button__link,button.regform-button,button[class*=ajax],.woocommerce button.button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.forminator-ui[data-design=none] .forminator-button,.fluentform .ff-el-group button.ff-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:var(--theme-button-min-height);
    padding:var(--theme-button-padding);
    border:none;
    -webkit-appearance:none;
    appearance:none;
    cursor:pointer;
    -webkit-user-select:none;
    user-select:none;
    text-align:center;
    border-radius:var(--theme-button-border-radius, 3px);
    transition:all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --has-link-decoration: var(--false)
}
.button:disabled,.button.disabled,.ct-button:disabled,.ct-button.disabled,.added_to_cart:disabled,.added_to_cart.disabled,.ct-button-ghost:disabled,.ct-button-ghost.disabled,[type=submit]:disabled,[type=submit].disabled,.wp-element-button:disabled,.wp-element-button.disabled,.wp-block-button__link:disabled,.wp-block-button__link.disabled,button.regform-button:disabled,button.regform-button.disabled,button[class*=ajax]:disabled,button[class*=ajax].disabled,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce-message .showlogin:disabled,.woocommerce-message .showlogin.disabled,.woocommerce-message .restore-item:disabled,.woocommerce-message .restore-item.disabled,.forminator-ui[data-design=none] .forminator-button:disabled,.forminator-ui[data-design=none] .forminator-button.disabled,.fluentform .ff-el-group button.ff-btn:disabled,.fluentform .ff-el-group button.ff-btn.disabled{
    opacity:.5;
    cursor:not-allowed;
    --theme-button-shadow: none;
    --theme-button-transform: none
}
@media(max-width: 479.98px){
    .button,.ct-button,.added_to_cart,.ct-button-ghost,[type=submit],.wp-element-button,.wp-block-button__link,button.regform-button,button[class*=ajax],.woocommerce button.button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.forminator-ui[data-design=none] .forminator-button,.fluentform .ff-el-group button.ff-btn{
        --padding: 5px 15px
    }
}
.button.has-text-align-left,.ct-button.has-text-align-left,.added_to_cart.has-text-align-left,.ct-button-ghost.has-text-align-left,[type=submit].has-text-align-left,.wp-element-button.has-text-align-left,.wp-block-button__link.has-text-align-left,button.regform-button.has-text-align-left,button[class*=ajax].has-text-align-left,.woocommerce button.button.has-text-align-left,.woocommerce-message .showlogin.has-text-align-left,.woocommerce-message .restore-item.has-text-align-left,.forminator-ui[data-design=none] .forminator-button.has-text-align-left,.fluentform .ff-el-group button.ff-btn.has-text-align-left{
    justify-content:flex-start
}
.button.has-text-align-right,.ct-button.has-text-align-right,.added_to_cart.has-text-align-right,.ct-button-ghost.has-text-align-right,[type=submit].has-text-align-right,.wp-element-button.has-text-align-right,.wp-block-button__link.has-text-align-right,button.regform-button.has-text-align-right,button[class*=ajax].has-text-align-right,.woocommerce button.button.has-text-align-right,.woocommerce-message .showlogin.has-text-align-right,.woocommerce-message .restore-item.has-text-align-right,.forminator-ui[data-design=none] .forminator-button.has-text-align-right,.fluentform .ff-el-group button.ff-btn.has-text-align-right{
    justify-content:flex-end
}
.button,.ct-button,.entry-tags a,.added_to_cart,[type=submit],.wp-element-button,.wp-block-button__link,button.regform-button,button[class*=ajax],.woocommerce button.button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.forminator-ui[data-design=none] .forminator-button,.fluentform .ff-el-group button.ff-btn{
    position:relative;
    color:var(--theme-button-text-initial-color);
    border:var(--theme-button-border);
    background-color:var(--theme-button-background-initial-color)
}
.button:hover,.ct-button:hover,.entry-tags a:hover,.added_to_cart:hover,[type=submit]:hover,.wp-element-button:hover,.wp-block-button__link:hover,button.regform-button:hover,button[class*=ajax]:hover,.woocommerce button.button:hover,.woocommerce-message .showlogin:hover,.woocommerce-message .restore-item:hover,.forminator-ui[data-design=none] .forminator-button:hover,.fluentform .ff-el-group button.ff-btn:hover{
    color:var(--theme-button-text-hover-color);
    border-color:var(--theme-button-border-hover-color);
    background-color:var(--theme-button-background-hover-color)
}
@media(hover: hover){
    @supports(filter: blur()){
        .button:before,.ct-button:before,.entry-tags a:before,.added_to_cart:before,[type=submit]:before,.wp-element-button:before,.wp-block-button__link:before,button.regform-button:before,button[class*=ajax]:before,.woocommerce button.button:before,.woocommerce-message .showlogin:before,.woocommerce-message .restore-item:before,.forminator-ui[data-design=none] .forminator-button:before,.fluentform .ff-el-group button.ff-btn:before{
            display:var(--theme-button-shadow, block);
            position:absolute;
            z-index:-1;
            content:"";
            inset-inline:10px;
            inset-block:12px 0;
            opacity:0;
            border-radius:inherit;
            background:inherit;
            transition:opacity .2s ease;
            filter:blur(11px)
        }
        @media(hover: hover)and (prefers-reduced-motion: no-preference){
            .button:hover,.ct-button:hover,.entry-tags a:hover,.added_to_cart:hover,[type=submit]:hover,.wp-element-button:hover,.wp-block-button__link:hover,button.regform-button:hover,button[class*=ajax]:hover,.woocommerce button.button:hover,.woocommerce-message .showlogin:hover,.woocommerce-message .restore-item:hover,.forminator-ui[data-design=none] .forminator-button:hover,.fluentform .ff-el-group button.ff-btn:hover{
                transform:var(--theme-button-transform, translate3d(0, -3px, 0))
            }
            .button:hover:before,.ct-button:hover:before,.entry-tags a:hover:before,.added_to_cart:hover:before,[type=submit]:hover:before,.wp-element-button:hover:before,.wp-block-button__link:hover:before,button.regform-button:hover:before,button[class*=ajax]:hover:before,.woocommerce button.button:hover:before,.woocommerce-message .showlogin:hover:before,.woocommerce-message .restore-item:hover:before,.forminator-ui[data-design=none] .forminator-button:hover:before,.fluentform .ff-el-group button.ff-btn:hover:before{
                opacity:.8
            }
        }
    }
}
.ct-button-ghost,.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link{
    --theme-button-text-initial-color: var(--theme-button-background-initial-color);
    border-width:2px;
    border-style:solid;
    color:var(--theme-button-text-initial-color);
    border-color:var(--theme-button-background-initial-color);
    background-color:rgba(0,0,0,0)
}
.ct-button-ghost:hover,.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover{
    color:var(--theme-button-text-hover-color);
    border-color:var(--theme-button-background-hover-color);
    background-color:var(--theme-button-background-hover-color)
}
.button,.ct-button,.added_to_cart,.ct-button-ghost,[type=submit],.wp-element-button,.wp-block-button__link,button.regform-button,button[class*=ajax],.woocommerce button.button,.woocommerce-message .showlogin,.woocommerce-message .restore-item,.forminator-ui[data-design=none] .forminator-button,.fluentform .ff-el-group button.ff-btn,.ct-button-secondary-text{
    font-family:var(--theme-button-font-family, var(--theme-font-family));
    font-size:var(--theme-button-font-size);
    font-weight:var(--theme-button-font-weight);
    font-style:var(--theme-button-font-style);
    line-height:var(--theme-button-line-height);
    letter-spacing:var(--theme-button-letter-spacing);
    text-transform:var(--theme-button-text-transform);
    -webkit-text-decoration:var(--theme-button-text-decoration);
    text-decoration:var(--theme-button-text-decoration)
}
[class*=ct-toggle]{
    display:flex;
    align-items:center;
    justify-content:center;
    position:var(--toggle-button-position, relative);
    z-index:var(--toggle-button-z-index, initial);
    cursor:pointer;
    -webkit-appearance:none;
    appearance:none;
    width:var(--toggle-button-size);
    height:var(--toggle-button-size);
    flex:0 0 var(--toggle-button-size);
    margin-inline-start:var(--toggle-button-margin-start, auto);
    margin-inline-end:var(--toggle-button-margin-end, initial);
    transition:border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding:var(--toggle-button-padding, 0px) !important;
    box-shadow:var(--toggle-button-shadow, none) !important;
    border-radius:var(--toggle-button-radius, 0) !important;
    border-width:var(--toggle-button-border-width, 0px) !important;
    border-style:var(--toggle-button-border-style, solid) !important;
    border-color:var(--toggle-button-border-color, transparent) !important;
    background:var(--toggle-button-background, transparent) !important
}
[class*=ct-toggle] svg{
    transform:var(--toggle-icon-transform);
    --theme-icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[class*=ct-toggle-close]{
    top:var(--toggle-button-top, initial);
    inset-inline-end:var(--toggle-button-inset-end, 0);
    --theme-icon-size: 12px;
    --theme-icon-color: rgba(255, 255, 255, 0.7)
}
[class*=ct-toggle-close]:hover{
    --toggle-icon-transform: rotate(90deg)
}
[class*=ct-toggle-close]:not([data-type=type-1]){
    --toggle-button-size: 33px;
    --toggle-button-radius: 5px
}
[class*=ct-toggle-close][data-type=type-1]{
    --outline-offset: 5px
}
[class*=ct-toggle-close][data-type=type-2]{
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: rgba(0, 0, 0, 0.5)
}
[class*=ct-toggle-close][data-type=type-3]{
    --toggle-button-background: rgba(0, 0, 0, 0.5)
}
[data-button-state] .ct-button-loader{
    display:none
}
[data-button-state*=loading] .ct-button-loader{
    display:block
}
[data-button-state*=loading] svg:not(.ct-button-loader){
    display:none
}
[data-frame=default]{
    border:var(--theme-frame-size, 0px) solid var(--theme-frame-color)
}
[data-frame=default]:before,[data-frame=default]:after{
    position:fixed;
    content:"";
    z-index:99999;
    left:0;
    width:100%;
    height:var(--theme-frame-size, 0px);
    background:var(--theme-frame-color)
}
[data-frame=default]:before{
    top:calc(var(--admin-bar, 0px))
}
[data-frame=default]:after{
    bottom:0
}
.entry-button{
    gap:.5em;
    font-size:15px;
    align-self:var(--horizontal-alignment, flex-start)
}
.entry-button:not([class*=ct-button]){
    display:flex;
    align-items:center
}
.entry-button[class*=ct-button]{
    min-height:40px;
    padding:5px 15px
}
.entries:not([data-cards=cover]) .entry-button{
    margin-top:auto
}
.ct-module-title:is(p,span):not(:empty){
    display:flex;
    margin-bottom:15px
}
[data-cards=cover] .entry-card>.ct-media-container:after,.hero-section[data-type=type-2]>figure>.ct-media-container:after{
    position:absolute;
    content:"";
    inset:0
}
.gdpr-confirm-policy label a{
    text-decoration:underline
}
.ct-related-posts-container{
    display:var(--visibility, block);
    padding:var(--padding, 50px) 0
}
.ct-related-posts .ct-module-title{
    text-align:var(--horizontal-alignment)
}
.ct-related-posts .ct-media-container{
    border-radius:var(--theme-border-radius, 5px)
}
.ct-related-posts .related-entry-title{
    margin:15px 0 0 0;
    word-break:break-word
}
.ct-related-posts .related-entry-title a:not(:hover){
    color:inherit
}
.ct-related-posts .entry-meta{
    margin-top:5px;
    color:var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-related-posts .flexy-items{
    margin-inline:calc(var(--grid-columns-gap, 30px)/-2)
}
.ct-related-posts .flexy-items .flexy-item{
    flex:0 0 var(--grid-columns-width, 25%);
    width:var(--grid-columns-width, 25%);
    padding-inline:calc(var(--grid-columns-gap, 30px)/2)
}
form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input]{
    position:relative;
    display:block
}
form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] input{
    padding-inline-end:38px
}
form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] .show-password-input{
    position:absolute;
    inset-inline-end:12px;
    top:calc(var(--theme-form-field-height, 40px)/2 - 7px);
    width:14px;
    height:14px;
    cursor:pointer;
    background-color:var(--theme-text-color);
    -webkit-mask-image:url("");
    mask-image:url("")
}
form:is(.login,.register,.edit-account,.lost_reset_password) [class*=password-input] input[type=text]~.show-password-input{
    -webkit-mask-image:url("");
    mask-image:url("")
}
.ct-featured-image{
    margin-left:auto;
    margin-right:auto
}
.ct-featured-image .ct-media-container{
    border-radius:var(--theme-border-radius)
}
.ct-featured-image:not(.alignfull){
    width:var(--theme-block-width)
}
.ct-featured-image:not(.alignwide):not(.alignfull){
    max-width:var(--theme-block-max-width)
}
.ct-featured-image.alignwide{
    max-width:var(--theme-block-wide-max-width)
}
@media(max-width: 999.98px){
    .ct-featured-image{
        padding-bottom:30px
    }
}
@media(min-width: 1000px){
    .ct-featured-image{
        padding-bottom:50px
    }
}
.ct-featured-image figcaption{
    font-size:14px;
    text-align:center;
    margin-top:5px
}
.post-edit-link{
    display:flex;
    align-items:center;
    font-size:15px;
    margin-top:var(--theme-content-spacing);
    --theme-link-initial-color: var(--theme-text-color)
}
.post-edit-link:before{
    font-family:"dashicons";
    content:"";
    margin-inline-end:5px
}
.ct-video-indicator{
    position:absolute;
    inset:0;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),visibility .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.ct-video-indicator svg{
    border-radius:100%;
    transition:transform .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.ct-video-indicator svg:hover{
    transform:scale3d(1.1, 1.1, 1)
}
.ct-video-indicator .ct-video-loader{
    visibility:hidden
}
.ct-video-indicator.loading svg{
    background:#fff
}
.ct-video-indicator.loading .ct-video-loader{
    visibility:visible
}
.ct-dynamic-media:not([data-state=playing]) .ct-pause-path,.ct-media-container:not([data-state=playing]) .ct-pause-path{
    display:none
}
.ct-expandable-trigger[data-icon=arrow]{
    cursor:pointer;
    background-color:rgba(0,0,0,0);
    --theme-icon-size: 10px;
    --theme-icon-transition: transform 0.1s ease
}
.ct-expandable-trigger[data-icon=arrow][aria-expanded=false] .ct-icon{
    transform:rotate(180deg)
}
[data-behaviour=drop-down][aria-hidden=true]{
    height:0;
    overflow-y:clip;
    visibility:hidden
}
[data-behaviour=drop-down].is-animating{
    transition:height .2s ease,opacity .2s ease;
    overflow-y:clip
}
nav[class*=menu] .ct-menu-link{
    color:var(--theme-link-initial-color);
    --theme-icon-color: var(--theme-link-initial-color)
}
nav[class*=menu] li:hover>.ct-menu-link,nav[class*=menu] li:hover>.ct-sub-menu-parent{
    color:var(--theme-link-hover-color)
}
nav[class*=menu] li:hover>.ct-menu-link svg,nav[class*=menu] li:hover>.ct-sub-menu-parent svg{
    fill:var(--theme-icon-hover-color, var(--theme-link-hover-color))
}
nav[class*=menu] li[class*=current-menu-]>.ct-menu-link,nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent{
    color:var(--theme-link-active-color, var(--theme-link-hover-color))
}
nav[class*=menu] li[class*=current-menu-]>.ct-menu-link svg,nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent svg{
    fill:var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color))))
}
.menu{
    display:flex;
    gap:var(--menu-items-gap, 0px)
}
.menu li.menu-item,.menu li.page_item{
    display:flex;
    align-items:center
}
.menu>li>.ct-menu-link{
    white-space:nowrap;
    justify-content:var(--menu-item-alignment, center);
    height:var(--menu-item-height, 100%);
    --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2)
}
.ct-menu-link{
    display:flex;
    align-items:center;
    position:relative;
    width:100%;
    border-radius:var(--menu-item-radius, inherit)
}
.ct-menu-link:not(:empty){
    padding:var(--menu-item-padding, 0px)
}
[data-stretch]{
    width:100%
}
[data-stretch]>.menu{
    width:inherit;
    justify-content:space-between
}
.ct-create-menu{
    display:flex;
    align-items:center;
    height:100%;
    font-size:14px
}
[data-menu]>ul>li>a:before,[data-menu]>ul>li>a:after{
    position:absolute;
    left:var(--menu-indicator-left, 0);
    right:var(--menu-indicator-right, 0);
    margin:var(--menu-indicator-margin, 0);
    height:var(--menu-indicator-height, 2px);
    opacity:var(--menu-indicator-opacity, 0);
    background-color:var(--menu-indicator-hover-color, var(--theme-palette-color-2));
    transition:opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),height .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),top .12s cubic-bezier(0.455, 0.03, 0.515, 0.955),bottom .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-menu]>ul>li>a:before{
    top:var(--menu-indicator-y-position, 0)
}
[data-menu]>ul>li>a:after{
    bottom:var(--menu-indicator-y-position, 0)
}
[data-menu]>ul>li[class*=current-menu-]>a:before,[data-menu]>ul>li[class*=current-menu-]>a:after{
    background-color:var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}
[data-column=start] [data-items=primary] [data-menu*=type-1]:first-child>ul>li:first-child>a{
    padding-inline-start:0
}
[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child{
    --toggle-ghost-inset-end: 16px
}
[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child>a{
    padding-inline-end:0
}
[data-menu*=type-2]>ul>li>a:after{
    content:"";
    width:var(--menu-indicator-width, 100%)
}
[data-menu*=type-2]>ul>li:hover>a,[data-menu*=type-2]>ul>li[class*=current-menu-]>a{
    --menu-indicator-opacity: 1
}
[data-menu="type-2:center"]>ul>li{
    --menu-indicator-width: 0;
    --menu-indicator-margin: 0 auto
}
[data-menu="type-2:center"]>ul>li:hover>a,[data-menu="type-2:center"]>ul>li[class*=current-menu-]>a{
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}
[data-menu="type-2:left"]>ul>li{
    --menu-indicator-opacity: 1;
    --menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
    --menu-indicator-width: 0
}
[data-menu="type-2:left"]>ul>li:hover>a,[data-menu="type-2:left"]>ul>li[class*=current-menu-]>a{
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}
[data-menu*=type-3]>ul>li:hover>a{
    background-color:var(--menu-indicator-hover-color, var(--theme-palette-color-2))
}
[data-menu*=type-3]>ul>li[class*=current-menu-]>a{
    background-color:var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}
[data-menu*=type-4]>ul>li>a:before,[data-menu*=type-4]>ul>li>a:after{
    content:"";
    --menu-indicator-y-position: 10px
}
[data-menu*=type-4]>ul>li:hover>a:before,[data-menu*=type-4]>ul>li:hover>a:after,[data-menu*=type-4]>ul>li[class*=current-menu-]>a:before,[data-menu*=type-4]>ul>li[class*=current-menu-]>a:after{
    --menu-indicator-opacity: 1;
    --menu-indicator-y-position: 0px
}
[data-responsive=no]{
    overflow:hidden
}
[data-responsive=no] .sub-menu{
    display:none
}
[class*=animated-submenu][data-submenu]{
    position:relative
}
[class*=animated-submenu]>.sub-menu{
    position:var(--dropdown-position, absolute);
    top:100%;
    z-index:10;
    min-width:100px;
    margin-top:var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    border-radius:var(--theme-border-radius);
    width:var(--dropdown-width, 200px);
    background-color:var(--dropdown-background-color, var(--theme-palette-color-4));
    box-shadow:var(--theme-box-shadow)
}
[class*=animated-submenu]>.sub-menu:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    transform:translateY(-100%);
    transition:height .2s ease
}
.animated-submenu-block[data-submenu=right]>.sub-menu{
    left:var(--theme-submenu-inline-offset, 0)
}
.animated-submenu-block[data-submenu=left]>.sub-menu{
    right:var(--theme-submenu-inline-offset, 0)
}
.animated-submenu-inline>.sub-menu{
    top:0;
    margin-top:0
}
.animated-submenu-inline>.sub-menu:before{
    width:var(--dropdown-horizontal-offset, 5px);
    height:100%;
    transform:initial
}
.animated-submenu-inline[data-submenu=right]>.sub-menu{
    left:calc(100% + var(--dropdown-horizontal-offset, 5px))
}
.animated-submenu-inline[data-submenu=right]>.sub-menu:before{
    left:calc(var(--dropdown-horizontal-offset, 5px)*-1);
    right:initial
}
.animated-submenu-inline[data-submenu=left]>.sub-menu{
    right:calc(100% + var(--dropdown-horizontal-offset, 5px))
}
.animated-submenu-inline[data-submenu=left]>.sub-menu:before{
    left:initial;
    right:calc(var(--dropdown-horizontal-offset, 5px)*-1)
}
.ct-toggle-dropdown-desktop{
    --theme-icon-size: 8px;
    --toggle-button-size: 24px;
    --toggle-button-margin-end: -8px;
    --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em)
}
.animated-submenu-inline [class*=ct-toggle]{
    --toggle-button-size: 18px;
    --dropdown-toggle-margin-start: auto;
    --toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 16px)
}
.animated-submenu-inline[data-submenu=left]>a{
    --toggle-icon-transform: rotate(90deg)
}
.animated-submenu-inline[data-submenu=right]>a{
    --toggle-icon-transform: rotate(-90deg)
}
.ct-toggle-dropdown-desktop-ghost{
    pointer-events:none;
    inset-inline-end:var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 16px));
    --toggle-button-size: 24px;
    --toggle-button-margin-end: -24px
}
.sub-menu{
    --menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5)
}
.sub-menu .menu-item{
    border-top:var(--dropdown-divider)
}
[class*=animated-submenu]>.sub-menu{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease,margin .2s ease,height .2s ease
}
[class*=animated-submenu].ct-active>.sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto
}
[class*=animated-submenu]:not(.ct-active):not([class*=ct-mega-menu])>.sub-menu{
    overflow:hidden;
    max-height:calc(100vh - var(--header-height) - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) - 10px)
}
[data-dropdown*=type-1] [class*=animated-submenu]>.sub-menu{
    transform:translate3d(0, 10px, 0)
}
[data-dropdown*=type-1] [class*=animated-submenu].ct-active>.sub-menu{
    transform:translate3d(0, 0, 0)
}
[data-dropdown*=type-3] [class*=animated-submenu]>.sub-menu>li{
    transition:opacity .5s cubic-bezier(0.35, 0.81, 0.41, 1),transform .5s cubic-bezier(0.35, 0.81, 0.41, 1)
}
[data-dropdown*=type-3] [class*=animated-submenu]:not(.ct-active)>.sub-menu>li{
    opacity:0;
    transform:translate3d(0, 5px, 0)
}
[data-dropdown*=type-4] [class*=animated-submenu]>.sub-menu{
    transition:none
}
.mobile-menu{
    width:100%
}
.mobile-menu li{
    display:flex;
    flex-direction:column;
    align-items:var(--horizontal-alignment)
}
.mobile-menu .ct-menu-link{
    text-align:var(--text-horizontal-alignment);
    justify-content:var(--horizontal-alignment);
    --menu-item-padding: var(--items-vertical-spacing, 5px) 0
}
.mobile-menu .ct-sub-menu-parent{
    display:flex;
    align-items:center;
    column-gap:10px
}
.mobile-menu [class*=children]>ul{
    position:relative;
    width:calc(100% + 10px);
    margin-inline-end:-10px;
    padding-inline-end:10px;
    overflow:hidden
}
.mobile-menu [class*=children]>ul.is-animating{
    transition:height .3s ease
}
.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active)>ul{
    display:none
}
.mobile-menu-inline ul,.footer-menu-inline ul{
    flex-wrap:wrap;
    justify-content:var(--horizontal-alignment);
    row-gap:calc(var(--menu-items-spacing, 25px)/2);
    margin:0 calc(var(--menu-items-spacing, 25px)/2*-1)
}
.footer-menu-inline{
    --menu-item-alignment: var(--horizontal-alignment)
}
.footer-menu-inline li{
    width:var(--menu-item-width)
}
#header{
    position:relative;
    z-index:50
}
@media(max-width: 999.98px){
    #header [data-device=desktop]{
        display:none
    }
}
@media(min-width: 1000px){
    #header [data-device=mobile]{
        display:none
    }
}
#header [data-row]{
    position:var(--position, relative);
    box-shadow:var(--theme-box-shadow);
    border-top:var(--theme-border-top);
    border-bottom:var(--theme-border-bottom)
}
#header [data-row]>div{
    min-height:var(--shrink-height, var(--height));
    border-top:var(--theme-border-top);
    border-bottom:var(--theme-border-bottom)
}
#header [data-row*=top]{
    z-index:3
}
#header [data-row*=middle]{
    z-index:2
}
#header [data-row*=bottom]{
    z-index:1
}
#header [data-row*=boxed]{
    box-shadow:none
}
#header [data-row*=boxed]>div{
    padding:var(--padding, 0 35px);
    box-shadow:var(--theme-box-shadow);
    border-radius:var(--row-border-radius)
}
@media(max-width: 689.98px){
    #header [data-row*=boxed]>div{
        --padding: 0 5vw
    }
}
@media(min-width: 690px)and (max-width: 999.98px){
    #header [data-row*=boxed]>div{
        --padding: 0 4vw
    }
}
#header [data-column]{
    min-height:inherit
}
#header [data-column=middle]{
    display:flex
}
#header [data-column=start],#header [data-column=end]{
    min-width:0
}
#header [data-items]{
    width:100%
}
#header [data-column-set="2"]>div{
    display:grid;
    grid-template-columns:auto auto
}
#header [data-column-set="3"]>div{
    display:grid;
    grid-template-columns:1fr var(--middle-column-width, auto) 1fr
}
[data-placements]{
    display:grid
}
[data-placements="2"]{
    display:grid;
    grid-template-columns:auto auto
}
[data-column=middle]>[data-items]{
    justify-content:center
}
[data-column=start]>[data-items=secondary]{
    justify-content:flex-end
}
[data-column=end]>[data-items=primary]{
    justify-content:flex-end
}
#header [data-items]{
    display:flex;
    align-items:center;
    min-width:0
}
#header [data-items]>*{
    margin:var(--margin, 0 10px)
}
[data-column=start] [data-items=primary]>*:first-child{
    --margin: 0 10px 0 0
}
[data-column=end] [data-items=primary]>*:last-child{
    --margin: 0 0 0 10px
}
.ct-cart-item,.ct-header-cta,.ct-header-text,.ct-account-item,.ct-header-compare,.ct-header-wishlist{
    display:flex;
    align-items:var(--align-items, center)
}
.ct-cart-item,.ct-social-box,.ct-account-item,.ct-header-compare,.ct-header-wishlist{
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-cart-item:hover svg,.ct-social-box a:hover svg,.ct-color-switch:hover svg,.ct-header-search:hover svg,.ct-account-item:hover svg,.ct-header-trigger:hover svg,.ct-header-compare:hover svg,.ct-header-wishlist:hover svg,.ct-language-switcher:hover svg{
    fill:var(--theme-icon-hover-color, var(--theme-palette-color-2))
}
.ct-color-switch,.ct-header-search,.ct-header-trigger{
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-color-switch .ct-label,.ct-header-search .ct-label,.ct-header-trigger .ct-label{
    transition:inherit;
    color:var(--theme-link-initial-color)
}
.ct-color-switch:hover .ct-label,.ct-header-search:hover .ct-label,.ct-header-trigger:hover .ct-label{
    color:var(--theme-link-hover-color)
}
.ct-builder-no-item{
    font-size:13px
}
[class*=header-menu]{
    display:flex;
    align-items:center;
    height:100%;
    min-width:0
}
[class*=header-menu] .menu{
    height:inherit
}
#search-modal{
    --vertical-alignment: initial
}
#search-modal input{
    --has-classic-forms: var(--false);
    --theme-form-field-border-width: 0 0 1px 0;
    --search-input-additional-padding: 10px
}
@media(max-width: 689.98px){
    #search-modal input{
        --theme-form-font-size: 22px;
        --theme-form-field-height: 70px;
        --theme-form-field-padding: 0px;
        margin-bottom:25px
    }
}
@media(min-width: 690px){
    #search-modal input{
        --theme-form-font-size: 35px;
        --theme-form-field-height: 90px;
        --theme-form-field-padding: 0 50px 0 0;
        margin-bottom:35px
    }
}
#search-modal form{
    display:block;
    margin:auto;
    width:100%;
    max-width:var(--max-width, 800px)
}
@media(max-width: 999.98px){
    #search-modal form{
        --max-width: 90%;
        --search-button-size: 40px
    }
}
@media(min-width: 690px){
    #search-modal form{
        --search-button-size: 48px
    }
}
#search-modal form .ct-search-form-controls{
    position:absolute;
    inset-inline-end:0
}
@media(max-width: 689.98px){
    #search-modal form .ct-search-form-controls{
        top:15px
    }
}
@media(min-width: 690px){
    #search-modal form .ct-search-form-controls{
        top:21px
    }
}
#search-modal form .ct-search-form-controls button{
    --theme-button-border-radius: 100%;
    --theme-icon-size: calc(100% / 3)
}
.ct-header-text{
    color:var(--theme-text-color);
    text-align:var(--horizontal-alignment)
}
.ct-header-text[data-width=stretch]{
    width:100%;
    max-width:var(--max-width)
}
.ct-header-text .entry-content{
    width:100%
}
.ct-header-trigger .ct-icon{
    transition:none
}
.ct-header-trigger .ct-icon rect{
    transform-origin:50% 50%;
    transition:all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(1){
    width:10px
}
.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(3){
    width:15px
}
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1),.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(3){
    width:12px
}
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1){
    x:6px
}
.ct-header-trigger:hover [data-type=type-2] rect:nth-child(1),.ct-header-trigger:hover [data-type=type-2] rect:nth-child(3),.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1),.ct-header-trigger:hover [data-type=type-3] rect:nth-child(3){
    width:18px
}
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1){
    x:0px
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1),.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3){
    width:18px;
    y:6.15px
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1){
    x:0px;
    transform:rotate(45deg)
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(2){
    opacity:0
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3){
    transform:rotate(-45deg)
}
.ct-header-trigger[data-design*=outline]{
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, 0.9))
}
.ct-header-trigger[data-design*=outline]:hover{
    --toggle-button-border-color: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}
.ct-header-trigger[data-design*=solid]{
    --toggle-button-background: var(--secondColor, rgba(224, 229, 235, 0.9))
}
.ct-header-trigger[data-design*=solid]:hover{
    --toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}
.site-branding{
    display:flex;
    text-align:var(--horizontal-alignment)
}
.site-branding:not([data-logo=top]){
    align-items:center
}
.site-title{
    display:block;
    margin-bottom:0
}
.site-description{
    color:var(--theme-text-color);
    margin-bottom:0
}
@media(min-width: 1000px){
    .site-description{
        white-space:nowrap
    }
}
.site-description:not(:only-child){
    margin-top:.3em
}
.site-logo-container{
    position:relative;
    line-height:0;
    height:var(--logo-shrink-height, var(--logo-max-height, 50px));
    transition:none
}
.site-logo-container img{
    width:auto;
    max-width:initial;
    object-fit:contain
}
.site-logo-container img,.site-logo-container svg,.site-logo-container picture{
    height:inherit;
    vertical-align:initial
}
.sticky-logo,.dark-mode-logo{
    display:none
}
[data-sticky*=yes] .sticky-logo{
    display:initial
}
[data-sticky*=yes] .sticky-logo~.default-logo{
    display:none
}
[data-color-mode*=dark] .dark-mode-logo{
    display:initial
}
[data-color-mode*=dark] .dark-mode-logo~.sticky-logo,[data-color-mode*=dark] .dark-mode-logo~.default-logo{
    display:none
}
@media(prefers-color-scheme: dark){
    [data-color-mode*=os-default] .dark-mode-logo{
        display:initial
    }
    [data-color-mode*=os-default] .dark-mode-logo~.sticky-logo,[data-color-mode*=os-default] .dark-mode-logo~.default-logo{
        display:none
    }
}
[data-logo=top]{
    flex-direction:column
}
[data-logo=top] .site-description{
    margin-top:.3em
}
[data-logo=left] .site-title-container{
    margin-inline-start:1em
}
[data-logo=right]{
    flex-direction:row-reverse
}
[data-logo=right] .site-title-container{
    margin-inline-end:1em
}
.ct-header-cta{
    --theme-button-line-height: 1.3;
    --theme-icon-color: currentColor
}
.ct-header-cta a{
    gap:.5em
}
.ct-header-cta [data-size=small]{
    --theme-button-min-height: 34px;
    --theme-button-padding: 5px 15px;
    
    --theme-button-font-size: 13px,
}
.ct-header-cta [data-size=medium]{
    --theme-button-min-height: 42px;
    --theme-button-padding: 5px 20px
}
.ct-header-cta [data-size=large]{
    --theme-button-min-height: 50px;
    --theme-button-padding: 5px 30px;
    --theme-button-font-size: 16px
}
.ct-header-cta .ct-button-text{
    display:flex;
    flex-direction:column;
    text-align:var(--horizontal-alignment)
}
.ct-header-cta .ct-button-secondary-text{
    color:var(--theme-button-text-initial-color);
    transition:color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.ct-header-cta a:hover .ct-button-secondary-text{
    color:var(--theme-button-text-hover-color)
}
#offcanvas .ct-panel-content-inner{
    --margin: 0 0 20px 0
}
#offcanvas .ct-panel-content-inner>*{
    margin:var(--margin)
}
#offcanvas .ct-panel-content-inner>*:first-child{
    margin-top:0
}
#offcanvas .ct-panel-content-inner>*:last-child{
    margin-bottom:0
}
@media(max-width: 999.98px){
    #offcanvas [data-device=desktop]{
        display:none
    }
}
@media(min-width: 1000px){
    #offcanvas [data-device=mobile]{
        display:none
    }
}
.ct-header-cart,.ct-header-account,.ct-language-switcher[data-type=dropdown]{
    position:relative
}
.ct-header-cart:hover [data-placement],.ct-header-cart:focus-within [data-placement],.ct-header-account:hover [data-placement],.ct-header-account:focus-within [data-placement],.ct-language-switcher[data-type=dropdown]:hover [data-placement],.ct-language-switcher[data-type=dropdown]:focus-within [data-placement]{
    opacity:1;
    visibility:visible;
    transform:translate3d(0, 0, 0)
}
.ct-cart-content,.ct-header-account>ul,.ct-language-switcher[data-type=dropdown]>ul{
    position:absolute;
    z-index:15;
    top:100%;
    opacity:0;
    visibility:hidden;
    transform:translate3d(0, 10px, 0);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease
}
.ct-cart-content:not([data-placement]) *,.ct-header-account>ul:not([data-placement]) *,.ct-language-switcher[data-type=dropdown]>ul:not([data-placement]) *{
    transition:none
}
#offcanvas .ct-cart-content,#offcanvas .ct-header-account>ul,#offcanvas .ct-language-switcher[data-type=dropdown]>ul{
    display:none
}
[data-sticky*=yes],[data-sticky*=fixed]{
    position:fixed;
    z-index:5;
    top:calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-offset, 0px));
    left:var(--theme-frame-size, 0px);
    right:calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px))
}
[data-sticky*=slide][data-sticky*=yes-start]{
    transform:translateY(-100%)
}
[data-sticky*=slide][data-sticky*=yes-end]{
    transition:transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-sticky*=slide][data-sticky*=yes-hide-start]{
    transform:none
}
[data-sticky*=slide][data-sticky*=yes-hide-end]{
    transform:translateY(-100%);
    transition:transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-sticky*=fade][data-sticky*=yes-start]{
    opacity:0
}
[data-sticky*=fade][data-sticky*=yes-end]{
    transition:opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-sticky*=fade][data-sticky*=yes-hide-start]{
    opacity:1
}
[data-sticky*=fade][data-sticky*=yes-hide-end]{
    opacity:0;
    transition:opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-sticky],[data-sticky] [data-row],[data-sticky] [data-row*=boxed]>div{
    transition:box-shadow .2s cubic-bezier(0.455, 0.03, 0.515, 0.955),background-color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-sticky] .ct-header-text,[data-sticky] .site-description{
    transition:color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
@media(max-width: 999.98px){
    [data-device=mobile][data-transparent]{
        position:absolute;
        top:0;
        left:0;
        right:0
    }
}
@media(min-width: 1000px){
    [data-device=desktop][data-transparent]{
        position:absolute;
        top:0;
        left:0;
        right:0
    }
}
.ct-footer{
    padding:var(--footer-container-padding)
}
.ct-footer.ct-container{
    margin-bottom:var(--footer-container-bottom-offset);
    border-radius:var(--footer-container-border-radius)
}
.ct-footer [data-row]>div{
    display:grid;
    grid-template-columns:var(--grid-template-columns);
    grid-column-gap:var(--columns-gap, 50px);
    grid-row-gap:var(--columns-gap, 50px);
    padding-block:var(--container-spacing)
}
.ct-footer [data-column]{
    display:flex;
    flex-direction:column;
    align-items:var(--horizontal-alignment);
    justify-content:var(--vertical-alignment, flex-start)
}
.ct-footer [data-column*=widget]{
    text-align:var(--text-horizontal-alignment)
}
@media(max-width: 999.98px){
    .ct-footer [data-column=ghost]{
        display:none
    }
}
.ct-footer [data-row]{
    border-top:var(--theme-border-top);
    border-bottom:var(--theme-border-bottom)
}
.ct-footer [data-row]>div{
    border-top:var(--theme-border-top);
    border-bottom:var(--theme-border-bottom)
}
@media(min-width: 1000px){
    .ct-footer [data-column]{
        position:relative
    }
    .ct-footer [data-column]:not(:last-child):after{
        position:absolute;
        content:"";
        top:calc(var(--container-spacing)*-1);
        inset-inline-end:calc(var(--columns-gap, 50px)/2*-1);
        height:calc(100% + var(--container-spacing)*2);
        border-inline-end:var(--theme-border)
    }
}
[data-columns-divider]{
    position:relative
}
[data-columns-divider]:after{
    position:absolute;
    inset:0;
    width:0px;
    margin:0 auto;
    border-inline-end:var(--theme-border)
}
@media(min-width: 690px)and (max-width: 999.98px){
    [data-columns-divider*=md]:after{
        content:""
    }
}
@media(max-width: 689.98px){
    [data-columns-divider*=sm]:after{
        content:""
    }
}
[data-footer*=reveal] .site-main{
    box-shadow:var(--footer-box-shadow)
}
[data-footer*=reveal] .site-main,[data-footer*=reveal] #main-container{
    background:inherit
}
[data-footer*=reveal] .site-main,[data-footer*=reveal] .ct-trending-block{
    z-index:1
}
[data-footer*=reveal] #main-container>[data-block]{
    z-index:2
}
[data-footer*=reveal] .ct-footer{
    position:var(--position);
    bottom:var(--theme-frame-size, 0px)
}
.ct-footer [data-column]>[data-id]{
    margin:var(--margin)
}
[data-column*=copyright]{
    display:flex;
    flex-direction:column;
    justify-content:var(--vertical-alignment);
    text-align:var(--horizontal-alignment)
}
.ct-footer-copyright{
    color:var(--theme-text-color);
    --theme-content-spacing: 0;
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-footer-copyright>*:not(:first-child){
    margin-top:.5em
}
.ct-footer-socials .ct-social-box{
    justify-content:var(--horizontal-alignment)
}
.ct-footer .ct-widget{
    color:var(--theme-text-color);
    margin:var(--margin);
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-footer .ct-widget:not(:first-child){
    margin-top:var(--widgets-gap, 40px)
}
.ct-search-form{
    position:relative;
    display:flex;
    isolation:isolate;
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-search-form input{
    z-index:2
}
.ct-search-form input::-webkit-search-cancel-button{
    -webkit-appearance:none
}
.ct-search-form[data-form-controls=inside] .wp-element-button{
    transform:none;
    box-shadow:none;
    border-radius:var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    border-start-start-radius:0;
    border-end-start-radius:0;
    border-width:var(--theme-form-field-border-width, 1px);
    border-style:var(--theme-form-field-border-style, solid);
    border-color:var(--theme-form-field-border-initial-color);
    --theme-icon-size: 13px;
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
    --theme-button-background-initial-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    --theme-button-background-hover-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color))
}
.ct-search-form[data-form-controls=inside]:not([data-taxonomy-filter=true]) [data-button*=icon]{
    border-inline-start:0
}
.ct-search-form[data-form-controls=outside] .wp-element-button{
    margin-inline-start:10px;
    border-radius:var(--theme-form-field-border-radius, 3px)
}
.ct-search-form[data-taxonomy-filter=true] input,.ct-search-form[data-form-controls=inside] input,.ct-search-form[data-form-controls=inside] select{
    border-inline-end:0;
    border-start-end-radius:0;
    border-end-end-radius:0
}
.ct-search-form input:focus~.ct-search-form-controls select,.ct-search-form input:focus~.ct-search-form-controls [data-button*=inside]{
    border-color:var(--theme-form-field-border-focus-color);
    background-color:var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}
.ct-search-form .ct-search-form-controls{
    display:flex;
    z-index:2
}
.ct-search-form select{
    font-size:14px;
    width:var(--search-form-select-width, auto);
    border-start-start-radius:0;
    border-end-start-radius:0
}
.ct-search-form select:focus{
    --theme-form-field-border-focus-color: var(--theme-form-field-border-initial-color)
}
.ct-search-form .wp-element-button{
    white-space:nowrap;
    --theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px))
}
.ct-search-form .wp-element-button[data-button*=icon]{
    padding:initial;
    width:var(--search-button-size, var(--theme-form-field-height, 40px));
    --theme-icon-color: currentColor
}
.ct-search-form .ct-ajax-loader{
    opacity:0;
    --loader-size: 18px
}
.ct-search-form.ct-has-dropdown{
    z-index:2
}
.widget_media_gallery .gallery{
    display:grid;
    grid-column-gap:10px;
    grid-row-gap:10px
}
.widget_media_gallery .gallery-columns-2{
    grid-template-columns:repeat(2, 1fr)
}
.widget_media_gallery .gallery-columns-3{
    grid-template-columns:repeat(3, 1fr)
}
.widget_media_gallery .gallery-columns-4{
    grid-template-columns:repeat(4, 1fr)
}
.widget_media_gallery .gallery-columns-5{
    grid-template-columns:repeat(5, 1fr)
}
.widget_media_gallery .gallery-columns-6{
    grid-template-columns:repeat(6, 1fr)
}
.widget_media_gallery .gallery-item a:hover{
    opacity:.8
}
@media(max-width: 689.98px){
    .ct-query-template-grid{
        --ct-grid-columns: var(--ct-grid-columns-mobile)
    }
}
@media(min-width: 690px)and (max-width: 999.98px){
    .ct-query-template-grid{
        --ct-grid-columns: var(--ct-grid-columns-tablet)
    }
}
[class*=ct-contact-info]{
    --theme-link-initial-color: var(--theme-block-text-color, var(--theme-text-color))
}
[class*=ct-contact-info] ul{
    display:flex;
    flex-direction:var(--items-direction, row);
    flex-wrap:wrap;
    gap:var(--items-spacing, 15px);
    align-items:var(--horizontal-alignment);
    text-align:start
}
[class*=ct-contact-info] li{
    display:flex;
    column-gap:15px;
    align-items:center
}
[class*=ct-contact-info] li:hover a{
    color:var(--theme-link-hover-color)
}
[class*=ct-contact-info] .contact-info{
    flex:1;
    display:flex;
    flex-direction:column;
    word-break:break-word;
    color:var(--theme-block-text-color, var(--theme-text-color))
}
[class*=ct-contact-info] .contact-title{
    font-weight:600
}
.ct-dynamic-data a{
    --theme-link-initial-color: initial
}
.ct-dynamic-media{
    display:flex;
    overflow:hidden;
    position:relative
}
.ct-dynamic-media img{
    aspect-ratio:inherit
}
@media(hover: hover){
    .ct-dynamic-media[data-hover] img{
        transition:transform .5s ease
    }
    .ct-dynamic-media[data-hover=zoom-in]:hover img{
        transform:scale(1.1)
    }
    .ct-dynamic-media[data-hover=zoom-out] img{
        transform:scale(1.1)
    }
    .ct-dynamic-media[data-hover=zoom-out]:hover img{
        transform:scale(1)
    }
}
.ct-dynamic-media[style*=border-width]{
    border-style:solid
}
.ct-dynamic-data-layer{
    color:var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}
.ct-dynamic-data-layer>span{
    margin-inline-end:5px
}
.ct-widget li ul,.ct-widget li ol{
    --theme-list-indent: 25px
}
[data-panel*=in] [data-behaviour=modal].active .ct-panel-content,[data-panel*=out] [data-behaviour=modal] .ct-panel-content{
    animation-duration:.25s;
    animation-fill-mode:both
}
[data-panel*=in] [data-behaviour=modal].active{
    opacity:1;
    visibility:visible
}
[data-panel*=in] [data-behaviour=modal].active .ct-panel-content{
    animation-name:move-in
}
[data-panel*=out] [data-behaviour=modal] .ct-panel-content{
    animation-name:move-out
}
@keyframes move-in{
    0%{
        opacity:0;
        transform:translate3d(0, -40px, 0)
    }
    100%{
        opacity:1;
        transform:translate3d(0, 0, 0)
    }
}
@keyframes move-out{
    0%{
        transform:translate3d(0, 0, 0)
    }
    100%{
        transform:translate3d(0, 40px, 0)
    }
}
[data-behaviour*=side] .ct-panel-inner{
    position:absolute;
    inset-block:0;
    height:100%;
    width:var(--side-panel-width, 500px);
    box-shadow:var(--theme-box-shadow);
    transition:transform .25s ease-in-out
}
[data-behaviour*=side].active .ct-panel-inner{
    transform:translate3d(0, 0, 0)
}
[data-behaviour*=right-side] .ct-panel-inner{
    align-self:flex-end;
    transform:translate3d(var(--theme-panel-reveal-right, 20%), 0, 0)
}
[data-behaviour*=left-side] .ct-panel-inner{
    align-self:flex-start;
    transform:translate3d(var(--theme-panel-reveal-left, -20%), 0, 0)
}
body[data-panel]{
    padding-right:var(--scrollbar-width, 0px)
}
.ct-panel{
    display:flex;
    flex-direction:column;
    position:fixed;
    z-index:999999;
    inset:var(--admin-bar, 0px) 0 0 0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease-in-out,visibility .25s ease-in-out
}
.ct-panel.active{
    opacity:1;
    visibility:hidden;
    pointer-events:auto
}



.ct-panel .ct-panel-inner{
    display:flex;
    flex-direction:column
}
@media(max-width: 689.98px){
    .ct-panel .ct-panel-inner{
        --panel-padding: 25px
    }
}
.ct-panel-actions{
    display:flex;
    align-items:center;
    padding-inline:var(--panel-padding, 35px)
}
@media(max-width: 689.98px){
    .ct-panel-actions{
        padding-top:20px
    }
}
@media(min-width: 690px){
    .ct-panel-actions{
        padding-top:30px
    }
}
.ct-panel-actions .ct-panel-heading{
    font-size:15px;
    font-weight:600;
    color:var(--theme-text-color)
}
.ct-panel-actions .close-button{
    margin-inline-start:auto
}
.ct-panel-content{
    flex:1;
    min-height:0;
    display:flex;
    flex-direction:column;
    justify-content:var(--vertical-alignment, flex-start)
}
.ct-panel-content-inner{
    display:flex;
    flex-direction:column;
    align-items:var(--horizontal-alignment, flex-start);
    overflow-y:var(--overflow, auto);
    padding:var(--panel-padding, 35px)
}
.ct-social-box{
    display:flex;
    flex-direction:var(--items-direction, row);
    flex-wrap:var(--wrap, wrap);
    gap:var(--items-spacing, 15px)
}
.ct-social-box a{
    display:flex;
    align-items:center
}
.ct-social-box .ct-label{
    margin-inline-start:.7em;
    transition:color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-color=official] .ct-icon-container{
    --theme-icon-color: var(--official-color);
    --theme-icon-hover-color: var(--official-color);
    transition:opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
[data-color=official] .ct-icon-container:hover{
    opacity:.7
}
[data-color=official] .ct-label{
    color:var(--official-color)
}
[data-color=official][data-icons-type*=solid] .ct-icon-container{
    --theme-icon-color: #fff;
    --theme-icon-hover-color: #fff;
    background-color:var(--official-color)
}
[data-color=official][data-icons-type*=outline] .ct-icon-container{
    border:1px solid var(--official-color)
}
.ct-drawer-canvas[data-location=end]{
    height:calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px))
}
.ct-drawer-canvas[data-location=end] .ct-drawer-inner{
    position:fixed;
    z-index:100;
    inset-inline:var(--theme-frame-size, 0px) calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
    bottom:var(--theme-frame-size, 0px);
    height:calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px));
    transition:transform .2s ease
}
#main-container{
    display:flex;
    flex-direction:column;
    position:relative;
    min-height:calc(100vh - var(--admin-bar, 0px) - var(--theme-frame-size, 0px)*2);
    overflow:hidden;
    overflow:clip
}
#main-container .site-main{
    flex-grow:1
}
[class*=ct-container]{
    margin-left:auto;
    margin-right:auto
}
.ct-container,.ct-container-narrow{
    width:var(--theme-container-width)
}
.ct-container{
    max-width:var(--theme-normal-container-max-width)
}
.ct-container-narrow{
    max-width:var(--theme-narrow-container-max-width)
}
.ct-container-fluid{
    width:calc(var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px)*2)
}
@media(min-width: 1000px){
    .ct-container-fluid{
        --theme-container-edge-spacing: calc(100vw - 60px)
    }
}
[data-vertical-spacing*=top]{
    padding-top:var(--theme-content-vertical-spacing)
}
[data-vertical-spacing*=bottom]{
    padding-bottom:var(--theme-content-vertical-spacing)
}
[data-layout*=grid]{
    display:grid;
    grid-template-columns:var(--grid-template-columns);
    grid-column-gap:var(--grid-columns-gap, 30px);
    grid-row-gap:var(--grid-columns-gap, 30px)
}
@media(max-width: 689.98px){
    [data-layout=enhanced-grid]{
        --grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}
@media(min-width: 690px){
    [data-layout=enhanced-grid]{
        --grid-template-columns: repeat( 6, 1fr)
    }
}
@media(min-width: 690px)and (max-width: 999.98px){
    [data-layout=enhanced-grid]>article{
        grid-column:span 3
    }
}
@media(min-width: 1000px){
    [data-layout=enhanced-grid]>article{
        grid-column:span 2
    }
    [data-layout=enhanced-grid]>article:nth-child(5n+1),[data-layout=enhanced-grid]>article:nth-child(5n+2){
        grid-column:span 3
    }
}
[data-archive=default][data-layout=simple] article{
    display:flex;
    gap:var(--card-inner-spacing, 30px)
}
[data-archive=default][data-layout=simple] article:not(:last-child){
    margin-bottom:var(--grid-columns-gap, 30px)
}
@media(max-width: 689.98px){
    [data-archive=default][data-layout=simple] article{
        flex-direction:column
    }
}
@media(min-width: 690px){
    [data-archive=default][data-layout=simple] article>.ct-media-container{
        max-width:var(--card-media-max-width, 40%);
        flex-shrink:0;
        margin-inline-end:0
    }
    [data-archive=default][data-layout=simple] article>.ct-media-container:not(.boundless-image){
        align-self:center
    }
}
[data-archive=default][data-layout=simple] article .card-content{
    flex:1
}
@media(min-width: 690px){
    [data-archive=default][data-layout=simple] article .card-content{
        align-self:center
    }
}
@media(min-width: 690px){
    [data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image{
        width:100%;
        margin-bottom:calc(var(--card-inner-spacing, 30px)*-1)
    }
}
[data-archive=default][data-layout=classic] article:not(:last-child){
    margin-bottom:var(--grid-columns-gap, 30px)
}
[data-archive=default][data-layout=gutenberg] article{
    align-items:center
}
[data-archive=default][data-layout=gutenberg] article:not(:last-child){
    margin-bottom:var(--grid-columns-gap, 30px)
}
[data-archive=default][data-layout=gutenberg] article>*:not(.entry-button){
    width:100%
}
[data-archive=default][data-layout=gutenberg] article>*:not(.ct-media-container){
    max-width:var(--theme-narrow-container-max-width)
}
[data-archive=default][data-layout=gutenberg] article>.ct-media-container{
    max-width:calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset)*2)
}
[data-archive=default][data-layout=gutenberg] article:not(:last-child):after{
    content:"·····";
    font-size:25px;
    letter-spacing:1.5em;
    padding-inline-start:1.5em;
    font-family:serif;
    text-align:center;
    opacity:.5;
    margin-top:calc(var(--grid-columns-gap, 30px) + 10px)
}
[data-archive=default] .entry-card{
    text-align:var(--text-horizontal-alignment)
}
[data-archive=default] .entry-card .entry-title{
    --theme-link-initial-color: initial
}
[data-archive=default] .entry-card .entry-meta{
    color:var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}
[data-archive=default] .entry-card .entry-divider{
    border-bottom:var(--entry-divider)
}
[data-archive=default] .entry-card .ct-ghost{
    margin:0;
    flex:1 0 auto
}
[data-archive=default] .card-content{
    display:flex;
    flex-direction:column
}
[data-archive=default] .card-content>*{
    margin-block:0 var(--card-element-spacing, 20px)
}
[data-archive=default] .card-content>*:last-child{
    margin-bottom:0
}
[data-cards=boxed] .entry-card,[data-cards=cover] .entry-card{
    padding:var(--card-inner-spacing, 30px);
    border:var(--card-border, none);
    box-shadow:var(--theme-box-shadow);
    border-radius:var(--theme-border-radius)
}
[data-archive=default][data-cards=cover] .entry-card{
    position:relative;
    min-height:var(--card-min-height, 400px);
    justify-content:var(--vertical-alignment)
}
[data-archive=default][data-cards=cover] .entry-card .ct-media-container{
    position:absolute;
    isolation:isolate;
    inset:0;
    margin:0
}
[data-archive=default][data-cards=cover] .entry-card .ct-media-container img{
    height:100%
}
[data-archive=default][data-cards=cover] .entry-card>*:not(.ct-media-container){
    position:relative;
    z-index:1
}
[data-archive=default][data-cards=simple] .entry-card{
    padding-bottom:var(--grid-columns-gap, 30px);
    border-bottom:var(--card-border, none)
}
.entry-excerpt{
    color:var(--theme-text-color)
}
.entry-card .ct-media-container{
    border-radius:var(--theme-image-border-radius, var(--theme-border-radius, 0px))
}
.entry-card .boundless-image{
    width:calc(100% + var(--card-inner-spacing, 30px)*2);
    margin-inline:calc(var(--card-inner-spacing, 30px)*-1)
}
.entry-card .boundless-image:first-child{
    margin-top:calc(var(--card-inner-spacing, 30px)*-1)
}
.entry-card .boundless-image:first-child:not(:only-child){
    border-end-start-radius:0;
    border-end-end-radius:0
}
.entry-card .boundless-image:last-child{
    margin-bottom:calc(var(--card-inner-spacing, 30px)*-1)
}
.entry-card .boundless-image:last-child:not(:only-child){
    border-start-start-radius:0;
    border-start-end-radius:0
}
.entry-card .boundless-image:not(:first-child):not(:last-child){
    border-radius:0
}
.entry-card .boundless-image img{
    height:100%
}
@media(min-width: 690px){
    [data-layout=simple][data-cards=boxed] .entry-card .boundless-image{
        border-radius:var(--theme-image-border-radius, var(--theme-border-radius, 0px));
        border-start-end-radius:0;
        border-end-end-radius:0
    }
}
.woocommerce-notices-wrapper,article>.related,article>.upsells,article>.page-links,article>.entry-tags,article>.author-box,article>.ct-comments,article>.ct-share-box,article>.hero-section,article>.post-edit-link,article>.post-navigation,article>.ct-related-posts,article>.ct-newsletter-subscribe-container,article>.product .wc-tabs,article>.product .ct-accordion-heading,article>.post-password-form,article>.product .product-entry-wrapper{
    margin-left:auto;
    margin-right:auto;
    width:var(--theme-container-width);
    max-width:var(--theme-block-max-width)
}
article>.ct-comments,article>.ct-related-posts{
    margin-top:60px;
    padding-top:50px;
    border-top:1px solid var(--theme-border-color)
}
@media(max-width: 689.98px){
    .ct-comments-container>div{
        padding-top:40px;
        padding-bottom:60px
    }
}
@media(min-width: 690px){
    .ct-comments-container>div{
        padding-top:60px;
        padding-bottom:100px
    }
}
[data-block-structure=custom]{
    width:100%
}
.hero-section .ct-author-name [class*=ct-media-container]{
    border-radius:100%;
    margin-bottom:10px
}
.author-box-socials{
    --theme-icon-size: 12px;
    --theme-icon-color: #fff
}
.author-box-socials span{
    display:inline-flex;
    flex-wrap:wrap;
    gap:10px
}
.author-box-socials span a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:100%;
    background:var(--background-color, var(--theme-palette-color-1))
}
.author-box-socials span a:hover{
    background:var(--background-hover-color, var(--theme-palette-color-2))
}
.author-box-socials span a:hover .ct-icon{
    fill:var(--theme-icon-hover-color, #fff)
}
.ct-no-results{
    --alignment: center
}
.ct-no-results .ct-search-form{
    margin:0 auto;
    max-width:400px
}
[data-content=normal]>article{
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-normal-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-normal-container-max-width)
}
[data-content=narrow]>article{
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-narrow-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-narrow-container-max-width)
}
[class*=ct-container]>article{
    --has-background: var(--has-boxed);
    --has-boxed-structure: var(--has-boxed);
    --wp--style--global--content-size: var(--theme-block-max-width);
    --wp--style--global--wide-size: var(--theme-block-wide-max-width);
    border:var(--has-boxed, var(--theme-boxed-content-border));
    padding:var(--has-boxed, var(--theme-boxed-content-spacing));
    border-radius:var(--has-boxed, var(--theme-boxed-content-border-radius));
    box-shadow:var(--has-boxed, var(--theme-boxed-content-box-shadow));
    margin-left:var(--has-boxed-structure, auto);
    margin-right:var(--has-boxed-structure, auto);
    width:var(--has-boxed-structure, var(--theme-container-width));
    max-width:var(--has-boxed-structure, var(--theme-boxed-content-max-width))
}
[data-prefix*=preview-mode] article[class*=post]{
    --has-boxed: var(--false);
    --has-wide: var(--true)
}
article>.entry-content>*{
    margin-inline:var(--theme-default-editor, auto)
}
article>.entry-content>*.alignwide{
    max-width:var(--theme-default-editor, var(--theme-block-wide-max-width))
}
article>.entry-content>*:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright)){
    max-width:var(--theme-default-editor, var(--theme-block-max-width))
}
article>.entry-content>*:where(:not(.alignfull):not(.alignleft):not(.alignright)){
    width:var(--theme-default-editor, var(--theme-block-width))
}
body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){
    width:var(--theme-default-editor, var(--theme-block-width))
}
.alignleft,.alignright{
    margin-top:.3em;
    margin-bottom:.3em
}
.alignleft{
    float:left;
    margin-inline-end:1.5em
}
.alignright{
    float:right;
    margin-inline-start:1.5em
}
.aligncenter{
    margin-left:auto;
    margin-right:auto
}
.entry-content>.alignleft{
    margin-inline-start:calc(( 100% - min(var(--theme-block-max-width), var(--theme-container-width-base)) )/2)
}
.entry-content>.alignright{
    margin-inline-end:calc(( 100% - min(var(--theme-block-max-width), var(--theme-container-width-base)) )/2)
}
.entry-content .alignleft{
    margin-inline-end:var(--theme-content-spacing)
}
.entry-content .alignright{
    margin-inline-start:var(--theme-content-spacing)
}
.entry-content:after{
    display:table;
    clear:both;
    content:""
}
.wp-block-image:last-child{
    margin-bottom:0
}
.wp-block-image.wp-lightbox-container{
    isolation:isolate
}
.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link{
    padding:var(--theme-button-padding)
}
.wp-block-button[style*=font-weight] .wp-block-button__link{
    font-weight:inherit
}
article>.entry-content>table,article>.entry-content>iframe{
    --theme-block-width: var(--theme-container-width)
}
:where(.wp-block-calendar table:not(.has-background) th){
    background:var(--theme-form-field-border-initial-color)
}
.wp-block-calendar table caption{
    font-weight:500;
    padding:0;
    margin-bottom:.7rem
}
.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
    border-color:var(--theme-form-field-border-initial-color)
}
.has-drop-cap:not(:focus):first-letter{
    font-size:5.55em;
    font-weight:700
}
@media(max-width: 689.98px){
    .instagram-media{
        max-width:100% !important;
        min-width:initial !important
    }
}
.entry-content figcaption{
    text-align:center;
    margin-block:.5em 0
}
.wp-block-table table:not(.has-border-color) thead,.wp-block-table table:not(.has-border-color) tfoot,.wp-block-table table:not(.has-border-color) td,.wp-block-table table:not(.has-border-color) th{
    border-color:var(--theme-table-border-color, var(--theme-border-color))
}
.wp-block-table.is-style-stripes{
    border:0
}
.wp-block-search .wp-element-button{
    min-height:var(--theme-form-field-height, 40px)
}
.wp-block-search.wp-block-search__icon-button .wp-element-button{
    padding:5px;
    min-width:var(--theme-form-field-height, 40px)
}
.wp-block-search.wp-block-search__text-button .wp-element-button{
    padding:5px 20px
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
    border-radius:var(--theme-form-field-border-radius, 3px);
    border-color:var(--theme-form-field-border-initial-color)
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
    border:none
}
.wp-block-spacer{
    margin-block:0
}
.wp-block-columns{
    row-gap:var(--wp--style--block-gap, 2em)
}
.wp-block-columns .wp-block-column>*:last-child{
    margin-bottom:0
}
.wp-block-gallery ul{
    width:100%;
    margin-bottom:-16px
}
.wp-block-gallery figcaption{
    --theme-block-max-width: 100%
}
.wp-block-separator{
    border:none;
    color:var(--theme-form-field-border-initial-color)
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    --theme-block-max-width: 100px;
    max-width:var(--theme-default-editor, var(--theme-block-max-width))
}
.wp-block-separator:not(.is-style-dots){
    height:2px
}
.page-links,.woocommerce-pagination>.page-numbers{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    font-size:13px;
    font-weight:500;
    border-top:1px solid var(--theme-border-color);
    padding-top:calc(var(--theme-content-spacing) + 1.5em);
    margin-top:calc(var(--theme-content-spacing) + 1.5em)
}
.page-links a,.page-links .current,.page-links .post-pages-label,.woocommerce-pagination>.page-numbers a,.woocommerce-pagination>.page-numbers .current,.woocommerce-pagination>.page-numbers .post-pages-label{
    display:flex;
    align-items:center;
    justify-content:center;
    height:38px;
    min-width:38px;
    padding:0 10px;
    border-radius:3px;
    border:1px solid var(--theme-border-color)
}
.page-links .current,.woocommerce-pagination>.page-numbers .current{
    color:#fff;
    background:var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}
.page-links a,.woocommerce-pagination>.page-numbers a{
    --theme-link-initial-color: var(--theme-text-color)
}
.page-links a:hover,.woocommerce-pagination>.page-numbers a:hover{
    box-shadow:0px 0px 0px 1px var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}
@media(max-width: 600px){
    .wp-block-media-text .wp-block-media-text__content{
        padding:var(--theme-content-spacing)
    }
}
.wp-block-media-text .wp-block-media-text__content p:last-child{
    margin-bottom:0
}
@media(max-width: 600px){
    .wp-block-media-text:not(.has-background) .wp-block-media-text__content{
        padding-inline:0;
        padding-bottom:0
    }
}
.wp-block-post-title a{
    --theme-link-initial-color: initial
}
article>.entry-content .wp-block-post-content.entry-content{
    width:100%;
    max-width:100%
}
.wp-block-post-content>*{
    margin-inline:var(--theme-default-editor, auto)
}
.wp-block-post-content>*:where(:not(.alignfull)){
    width:var(--theme-default-editor, var(--theme-block-width))
}
.wp-block-post-content>*:where(:not(.alignwide):not(.alignfull)){
    max-width:var(--theme-default-editor, var(--theme-block-max-width))
}
.wp-block-post-content>.alignwide{
    max-width:var(--theme-default-editor, var(--theme-block-wide-max-width))
}
.post-password-form>p:last-child{
    display:grid;
    align-items:flex-end;
    gap:15px
}
@media(min-width: 690px){
    .post-password-form>p:last-child{
        grid-template-columns:1fr 250px
    }
}
.post-password-form>p:last-child>label{
    margin-bottom:0
}
.post-password-form>p:last-child>label input{
    margin-top:.5em
}
.post-password-form>p:last-child>input[type=submit]{
    height:var(--theme-form-field-height, 40px)
}
.wp-block-quote:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right){
    border-inline-start:4px solid var(--theme-palette-color-1)
}
.wp-block-quote:not(.is-style-plain).has-text-align-center{
    padding-block:1.5em;
    border-block:3px solid var(--theme-palette-color-1)
}
.wp-block-quote:not(.is-style-plain).has-text-align-right{
    border-inline-end:4px solid var(--theme-palette-color-1)
}
.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right){
    padding-inline-start:1.5em
}
.wp-block-quote.has-text-align-right{
    padding-inline-end:1.5em
}
.wp-block-quote p:last-of-type{
    margin-bottom:0
}
.wp-block-quote cite{
    display:block;
    margin-top:15px;
    font-size:14px
}
figure.wp-block-pullquote{
    position:relative;
    padding:70px;
    text-align:initial;
    border-width:10px;
    border-style:solid;
    border-color:var(--theme-palette-color-1)
}
@media(max-width: 689.98px){
    figure.wp-block-pullquote{
        padding:50px
    }
}
figure.wp-block-pullquote blockquote{
    position:relative;
    isolation:isolate
}
figure.wp-block-pullquote blockquote:before{
    position:absolute;
    z-index:-1;
    content:"";
    width:var(--quote-icon-size, 70px);
    height:var(--quote-icon-size, 70px);
    top:calc(var(--quote-icon-size, 70px)/-3);
    inset-inline-start:calc(var(--quote-icon-size, 70px)/-3);
    opacity:.15;
    background-color:currentColor;
    -webkit-mask-image:url("");
    mask-image:url("")
}
@media(max-width: 689.98px){
    figure.wp-block-pullquote blockquote:before{
        --quote-icon-size: 40px
    }
}
figure.wp-block-pullquote blockquote p{
    margin-bottom:1em
}
figure.wp-block-pullquote blockquote p:last-child{
    margin-bottom:0
}
figure.wp-block-pullquote blockquote cite{
    font-size:16px;
    font-weight:500
}
.wp-block-group.is-position-sticky{
    top:calc(var(--wp-block-top-offset, 0px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)
}
.has-background:is(p,.wp-block-group){
    padding:var(--theme-content-spacing)
}
