/* blog-post-astra-theme.css — page-specific extracted style block */

                :root {
                    --ast-post-nav-space: 0;
                    --ast-container-default-xlg-padding: 3em;
                    --ast-container-default-lg-padding: 3em;
                    --ast-container-default-slg-padding: 2em;
                    --ast-container-default-md-padding: 3em;
                    --ast-container-default-sm-padding: 3em;
                    --ast-container-default-xs-padding: 2.4em;
                    --ast-container-default-xxs-padding: 1.8em;
                    --ast-code-block-background: #ECEFF3;
                    --ast-comment-inputs-background: #F9FAFB;
                    --ast-normal-container-width: 1400px;
                    --ast-narrow-container-width: 750px;
                    --ast-blog-title-font-weight: normal;
                    --ast-blog-meta-weight: inherit;
                    --ast-global-color-primary: var(--ast-global-color-5);
                    --ast-global-color-secondary: var(--ast-global-color-4);
                    --ast-global-color-alternate-background: var(--ast-global-color-7);
                    --ast-global-color-subtle-background: var(--ast-global-color-6);
                    --ast-bg-style-guide: var( --ast-global-color-secondary,var(--ast-global-color-5) );
                    --ast-shadow-style-guide: 0px 0px 4px 0 #00000057;
                    --ast-global-dark-bg-style: #fff;
                    --ast-global-dark-lfs: #fbfbfb;
                    --ast-widget-bg-color: #fafafa;
                    --ast-wc-container-head-bg-color: #fbfbfb;
                    --ast-title-layout-bg: #eeeeee;
                    --ast-search-border-color: #e7e7e7;
                    --ast-lifter-hover-bg: #e6e6e6;
                    --ast-gallery-block-color: #000;
                    --srfm-color-input-label: var(--ast-global-color-2);
                }

                html {
                    font-size: 100%;
                }

                a {
                    color: var(--ast-global-color-0);
                }

                a:hover,a:focus {
                    color: var(--ast-global-color-1);
                }

                body,button,input,select,textarea,.ast-button,.ast-custom-button {
                    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    font-size: 1rem;
                    line-height: var(--ast-body-line-height,1.65em);
                }

                blockquote {
                    color: var(--ast-global-color-3);
                }

                h1,h2,h3,h4,h5,h6,.entry-content :where(h1,h2,h3,h4,h5,h6),.site-title,.site-title a {
                    font-weight: 600;
                }

                .ast-site-identity .site-title a {
                    color: var(--ast-global-color-2);
                }

                .site-title {
                    font-size: 26px;
                    font-size: 1.625rem;
                    display: none;
                }

                header .custom-logo-link img {
                    max-width: 300px;
                    width: 300px;
                }

                .astra-logo-svg {
                    width: 300px;
                }

                .site-header .site-description {
                    font-size: 15px;
                    font-size: 0.9375rem;
                    display: none;
                }

                .entry-title {
                    font-size: 26px;
                    font-size: 1.625rem;
                }

                .archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover {
                    overflow: hidden;
                }

                h1,.entry-content :where(h1) {
                    font-size: 40px;
                    font-size: 2.5rem;
                    font-weight: 600;
                    line-height: 1.4em;
                }

                h2,.entry-content :where(h2) {
                    font-size: 32px;
                    font-size: 2rem;
                    font-weight: 600;
                    line-height: 1.3em;
                }

                h3,.entry-content :where(h3) {
                    font-size: 26px;
                    font-size: 1.625rem;
                    font-weight: 600;
                    line-height: 1.3em;
                }

                h4,.entry-content :where(h4) {
                    font-size: 24px;
                    font-size: 1.5rem;
                    line-height: 1.2em;
                    font-weight: 600;
                }

                h5,.entry-content :where(h5) {
                    font-size: 20px;
                    font-size: 1.25rem;
                    line-height: 1.2em;
                    font-weight: 600;
                }

                h6,.entry-content :where(h6) {
                    font-size: 16px;
                    font-size: 1rem;
                    line-height: 1.25em;
                    font-weight: 600;
                }

                ::selection {
                    background-color: var(--ast-global-color-0);
                    color: #ffffff;
                }

                body,h1,h2,h3,h4,h5,h6,.entry-title a,.entry-content :where(h1,h2,h3,h4,h5,h6) {
                    color: var(--ast-global-color-3);
                }

                .tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item {
                    color: #ffffff;
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                }

                input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus {
                    border-color: var(--ast-global-color-0);
                }

                input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb {
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                    box-shadow: none;
                }

                .site-footer a:hover + .post-count,.site-footer a:focus + .post-count {
                    background: var(--ast-global-color-0);
                    border-color: var(--ast-global-color-0);
                }

                .single .nav-links .nav-previous,.single .nav-links .nav-next {
                    color: var(--ast-global-color-0);
                }

                .entry-meta,.entry-meta * {
                    line-height: 1.45;
                    color: var(--ast-global-color-0);
                }

                .entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover {
                    color: var(--ast-global-color-1);
                }

                #cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited {
                    color: var(--ast-global-color-0);
                }

                .secondary .calendar_wrap #today,.ast-progress-val span {
                    background: var(--ast-global-color-0);
                }

                .secondary a:hover + .post-count,.secondary a:focus + .post-count {
                    background: var(--ast-global-color-0);
                    border-color: var(--ast-global-color-0);
                }

                .calendar_wrap #today > a {
                    color: #ffffff;
                }

                .page-links .page-link,.single .post-navigation a {
                    color: var(--ast-global-color-0);
                }

                .ast-search-menu-icon .search-form button.search-submit {
                    padding: 0 4px;
                }

                .ast-search-menu-icon form.search-form {
                    padding-right: 0;
                }

                .ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
                    transition: all 0.2s;
                }

                .search-form input.search-field:focus {
                    outline: none;
                }

                .ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
                    padding: 15px 20px;
                }

                .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
                    height: 25px;
                }

                .ast-archive-title {
                    color: var(--ast-global-color-2);
                }

                .widget-title,.widget .wp-block-heading {
                    font-size: 22px;
                    font-size: 1.375rem;
                    color: var(--ast-global-color-2);
                }

                .ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
                    text-decoration: underline;
                }

                .ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-widget-button .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.entry-content .wp-block-latest-posts > li > a,.ast-single-post .entry-content .wp-block-file__button,a.ast-post-filter-single,.ast-single-post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,.ast-single-post .ast-comment-content .comment-reply-link,.ast-single-post .ast-comment-content .comment-edit-link {
                    text-decoration: none;
                }

                .ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,a#ast-apply-coupon:focus-visible,#ast-apply-coupon:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.astra-cart-drawer-close:focus,.ast-single-variation:focus,.ast-button:focus,.ast-builder-button-wrap:has(.ast-custom-button-link:focus),.ast-builder-button-wrap .ast-custom-button-link:focus {
                    outline-style: dotted;
                    outline-color: inherit;
                    outline-width: thin;
                }

                input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,#ast-scroll-top:focus,#coupon_code:focus,#ast-coupon-code:focus {
                    border-style: dotted;
                    border-color: inherit;
                    border-width: thin;
                }

                input {
                    outline: none;
                }

                .site-logo-img img {
                    transition: all 0.2s linear;
                }

                body .ast-oembed-container * {
                    position: absolute;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    left: 0;
                }

                body .wp-block-embed-pocket-casts .ast-oembed-container * {
                    position: unset;
                }

                .ast-single-post-featured-section + article {
                    margin-top: 2em;
                }

                .site-content .ast-single-post-featured-section img {
                    width: 100%;
                    overflow: hidden;
                    object-fit: cover;
                }

                .site > .ast-single-related-posts-container {
                    margin-top: 0;
                }

                @media (min-width: 922px) {
                    .ast-desktop .ast-container--narrow {
                        max-width: var(--ast-narrow-container-width);
                        margin: 0 auto;
                    }
                }

                @media (max-width: 921.9px) {
                    #ast-desktop-header {
                        display:none;
                    }
                }

                @media (min-width: 922px) {
                    #ast-mobile-header {
                        display:none;
                    }
                }

                @media( max-width: 420px ) {
                    .single .nav-links .nav-previous,.single .nav-links .nav-next {
                        width: 100%;
                        text-align: center;
                    }
                }

                .wp-block-buttons.aligncenter {
                    justify-content: center;
                }

                @media (max-width: 921px) {
                    .ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary {
                        padding:0;
                    }
                }

                @media (max-width: 921px) {
                    .ast-plain-container.ast-no-sidebar #primary {
                        padding:0;
                    }
                }

                .ast-plain-container.ast-no-sidebar #primary {
                    margin-top: 0;
                    margin-bottom: 0;
                }

                .wp-block-button.is-style-outline .wp-block-button__link {
                    border-color: var(--ast-global-color-0);
                }

                div.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color) {
                    color: var(--ast-global-color-0);
                }

                .wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover {
                    color: #ffffff;
                    background-color: var(--ast-global-color-1);
                    border-color: var(--ast-global-color-1);
                }

                .post-page-numbers.current .page-link,.ast-pagination .page-numbers.current {
                    color: #ffffff;
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                }

                .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button {
                    border-color: var(--ast-global-color-0);
                    font-family: inherit;
                    font-weight: 500;
                    font-size: 16px;
                    font-size: 1rem;
                    line-height: 1em;
                }

                .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),.ast-outline-button {
                    color: var(--ast-global-color-0);
                }

                .wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus {
                    color: #ffffff;
                    background-color: var(--ast-global-color-1);
                    border-color: var(--ast-global-color-1);
                }

                .wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button {
                    background-color: transparent;
                }

                .entry-content[data-ast-blocks-layout] > figure {
                    margin-bottom: 1em;
                }

                h1.widget-title {
                    font-weight: 600;
                }

                h2.widget-title {
                    font-weight: 600;
                }

                h3.widget-title {
                    font-weight: 600;
                }

                .elementor-widget-container .elementor-loop-container .e-loop-item[data-elementor-type="loop-item"] {
                    width: 100%;
                }

                #page {
                    display: flex;
                    flex-direction: column;
                    min-height: 100vh;
                }

                .ast-404-layout-1 h1.page-title {
                    color: var(--ast-global-color-2);
                }

                .single .post-navigation a {
                    line-height: 1em;
                    height: inherit;
                }

                .error-404 .page-sub-title {
                    font-size: 1.5rem;
                    font-weight: inherit;
                }

                .search .site-content .content-area .search-form {
                    margin-bottom: 0;
                }

                #page .site-content {
                    flex-grow: 1;
                }

                .widget {
                    margin-bottom: 1.25em;
                }

                #secondary li {
                    line-height: 1.5em;
                }

                #secondary .wp-block-group h2 {
                    margin-bottom: 0.7em;
                }

                #secondary h2 {
                    font-size: 1.7rem;
                }

                .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comment-respond {
                    padding: 3em;
                }

                .ast-separate-container .ast-article-single .ast-article-single {
                    padding: 0;
                }

                .ast-article-single .wp-block-post-template-is-layout-grid {
                    padding-left: 0;
                }

                .ast-separate-container .comments-title,.ast-narrow-container .comments-title {
                    padding: 1.5em 2em;
                }

                .ast-page-builder-template .comment-form-textarea,.ast-comment-formwrap .ast-grid-common-col {
                    padding: 0;
                }

                .ast-comment-formwrap {
                    padding: 0;
                    display: inline-flex;
                    column-gap: 20px;
                    width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                }

                .comments-area textarea#comment:focus,.comments-area textarea#comment:active,.comments-area .ast-comment-formwrap input[type="text"]:focus,.comments-area .ast-comment-formwrap input[type="text"]:active {
                    box-shadow: none;
                    outline: none;
                }

                .archive.ast-page-builder-template .entry-header {
                    margin-top: 2em;
                }

                .ast-page-builder-template .ast-comment-formwrap {
                    width: 100%;
                }

                .entry-title {
                    margin-bottom: 0.5em;
                }

                .ast-archive-description p {
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                }

                .ast-separate-container .ast-comment-list li.depth-1,.hentry {
                    margin-bottom: 2em;
                }

                @media (min-width: 921px) {
                    .ast-left-sidebar.ast-page-builder-template #secondary,.archive.ast-right-sidebar.ast-page-builder-template .site-main {
                        padding-left:20px;
                        padding-right: 20px;
                    }
                }

                @media (max-width: 544px) {
                    .ast-comment-formwrap.ast-row {
                        column-gap:10px;
                        display: inline-block;
                    }

                    #ast-commentform .ast-grid-common-col {
                        position: relative;
                        width: 100%;
                    }
                }

                @media (min-width: 1201px) {
                    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-author-box,.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results {
                        padding:3em;
                    }
                }

                @media (max-width: 921px) {
                    .ast-left-sidebar #content > .ast-container {
                        display:flex;
                        flex-direction: column-reverse;
                        width: 100%;
                    }
                }

                @media (min-width: 922px) {
                    .ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary {
                        border:0;
                    }

                    .search-no-results.ast-separate-container #primary {
                        margin-bottom: 4em;
                    }
                }

                .elementor-widget-button .elementor-button {
                    border-style: solid;
                    text-decoration: none;
                    border-top-width: 0;
                    border-right-width: 0;
                    border-left-width: 0;
                    border-bottom-width: 0;
                }

                body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button {
                    padding-top: 15px;
                    padding-right: 30px;
                    padding-bottom: 15px;
                    padding-left: 30px;
                }

                @media (max-width: 921px) {
                    .elementor-widget-button .elementor-button.elementor-size-sm,.elementor-widget-button .elementor-button.elementor-size-xs,.elementor-widget-button .elementor-button.elementor-size-md,.elementor-widget-button .elementor-button.elementor-size-lg,.elementor-widget-button .elementor-button.elementor-size-xl,.elementor-widget-button .elementor-button {
                        padding-top:14px;
                        padding-right: 28px;
                        padding-bottom: 14px;
                        padding-left: 28px;
                    }
                }

                @media (max-width: 544px) {
                    .elementor-widget-button .elementor-button.elementor-size-sm,.elementor-widget-button .elementor-button.elementor-size-xs,.elementor-widget-button .elementor-button.elementor-size-md,.elementor-widget-button .elementor-button.elementor-size-lg,.elementor-widget-button .elementor-button.elementor-size-xl,.elementor-widget-button .elementor-button {
                        padding-top:12px;
                        padding-right: 24px;
                        padding-bottom: 12px;
                        padding-left: 24px;
                    }
                }

                .elementor-widget-button .elementor-button {
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                }

                .elementor-widget-button .elementor-button:hover,.elementor-widget-button .elementor-button:focus {
                    color: #ffffff;
                    background-color: var(--ast-global-color-1);
                    border-color: var(--ast-global-color-1);
                }

                .wp-block-button .wp-block-button__link ,.elementor-widget-button .elementor-button {
                    color: #ffffff;
                }

                .elementor-widget-button .elementor-button {
                    font-weight: 500;
                    font-size: 16px;
                    font-size: 1rem;
                    line-height: 1em;
                }

                body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button {
                    font-size: 16px;
                    font-size: 1rem;
                }

                .wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus {
                    color: #ffffff;
                    background-color: var(--ast-global-color-1);
                    border-color: var(--ast-global-color-1);
                }

                .elementor-widget-heading h1.elementor-heading-title {
                    line-height: 1.4em;
                }

                .elementor-widget-heading h2.elementor-heading-title {
                    line-height: 1.3em;
                }

                .elementor-widget-heading h3.elementor-heading-title {
                    line-height: 1.3em;
                }

                .elementor-widget-heading h4.elementor-heading-title {
                    line-height: 1.2em;
                }

                .elementor-widget-heading h5.elementor-heading-title {
                    line-height: 1.2em;
                }

                .elementor-widget-heading h6.elementor-heading-title {
                    line-height: 1.25em;
                }

                .wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button {
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                    color: #ffffff;
                    font-family: inherit;
                    font-weight: 500;
                    line-height: 1em;
                    font-size: 16px;
                    font-size: 1rem;
                    padding-top: 15px;
                    padding-right: 30px;
                    padding-bottom: 15px;
                    padding-left: 30px;
                }

                @media (max-width: 921px) {
                    .wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button {
                        padding-top:14px;
                        padding-right: 28px;
                        padding-bottom: 14px;
                        padding-left: 28px;
                    }
                }

                @media (max-width: 544px) {
                    .wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button {
                        padding-top:12px;
                        padding-right: 24px;
                        padding-bottom: 12px;
                        padding-left: 24px;
                    }
                }

                .menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit {
                    border-style: solid;
                    border-top-width: 0;
                    border-right-width: 0;
                    border-left-width: 0;
                    border-bottom-width: 0;
                    color: #ffffff;
                    border-color: var(--ast-global-color-0);
                    background-color: var(--ast-global-color-0);
                    padding-top: 15px;
                    padding-right: 30px;
                    padding-bottom: 15px;
                    padding-left: 30px;
                    font-family: inherit;
                    font-weight: 500;
                    font-size: 16px;
                    font-size: 1rem;
                    line-height: 1em;
                }

                button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus {
                    color: #ffffff;
                    background-color: var(--ast-global-color-1);
                    border-color: var(--ast-global-color-1);
                }

                form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
                    padding-top: calc(15px - 3px);
                    padding-right: calc(30px - 3px);
                    padding-bottom: calc(15px - 3px);
                    padding-left: calc(30px - 3px);
                }

                @media (max-width: 921px) {
                    .menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit {
                        padding-top:14px;
                        padding-right: 28px;
                        padding-bottom: 14px;
                        padding-left: 28px;
                    }
                }

                @media (max-width: 544px) {
                    .menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit {
                        padding-top:12px;
                        padding-right: 24px;
                        padding-bottom: 12px;
                        padding-left: 24px;
                    }
                }

                @media (max-width: 921px) {
                    .ast-mobile-header-stack .main-header-bar .ast-search-menu-icon {
                        display:inline-block;
                    }

                    .ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon {
                        margin: 0;
                    }

                    .ast-comment-avatar-wrap img {
                        max-width: 2.5em;
                    }

                    .ast-comment-meta {
                        padding: 0 1.8888em 1.3333em;
                    }

                    .ast-separate-container .ast-comment-list li.depth-1 {
                        padding: 1.5em 2.14em;
                    }

                    .ast-separate-container .comment-respond {
                        padding: 2em 2.14em;
                    }
                }

                @media (min-width: 544px) {
                    .ast-container {
                        max-width:100%;
                    }
                }

                @media (max-width: 544px) {
                    .ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description {
                        padding:1.5em 1em;
                    }

                    .ast-separate-container #content .ast-container {
                        padding-left: 0.54em;
                        padding-right: 0.54em;
                    }

                    .ast-separate-container .ast-comment-list .bypostauthor {
                        padding: .5em;
                    }

                    .ast-search-menu-icon.ast-dropdown-active .search-field {
                        width: 170px;
                    }
                }

                #ast-mobile-header .ast-site-header-cart-li a {
                    pointer-events: none;
                }

                @media (min-width: 545px) {
                    .ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation,.single.ast-page-builder-template .ast-single-related-posts-container {
                        max-width:1440px;
                        margin-left: auto;
                        margin-right: auto;
                    }
                }

                .ast-separate-container {
                    background-image: none;
                }

                @media (max-width: 921px) {
                    .site-title {
                        display:none;
                    }

                    .site-header .site-description {
                        display: none;
                    }

                    h1,.entry-content :where(h1) {
                        font-size: 30px;
                    }

                    h2,.entry-content :where(h2) {
                        font-size: 25px;
                    }

                    h3,.entry-content :where(h3) {
                        font-size: 20px;
                    }
                }

                @media (max-width: 544px) {
                    .site-title {
                        display:none;
                    }

                    .site-header .site-description {
                        display: none;
                    }

                    h1,.entry-content :where(h1) {
                        font-size: 30px;
                    }

                    h2,.entry-content :where(h2) {
                        font-size: 25px;
                    }

                    h3,.entry-content :where(h3) {
                        font-size: 20px;
                    }

                    header .custom-logo-link img,.ast-header-break-point .site-branding img,.ast-header-break-point .custom-logo-link img {
                        max-width: 170px;
                        width: 170px;
                    }

                    .astra-logo-svg {
                        width: 170px;
                    }

                    .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
                        height: 14px;
                    }

                    .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
                        max-width: 170px;
                    }
                }

                @media (max-width: 921px) {
                    html {
                        font-size:91.2%;
                    }
                }

                @media (max-width: 544px) {
                    html {
                        font-size:91.2%;
                    }
                }

                @media (min-width: 922px) {
                    .ast-container {
                        max-width:1440px;
                    }
                }

                @media (min-width: 922px) {
                    .site-content .ast-container {
                        display:flex;
                    }
                }

                @media (max-width: 921px) {
                    .site-content .ast-container {
                        flex-direction:column;
                    }
                }

                @media (min-width: 922px) {
                    .main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu {
                        margin-left:-0px;
                    }
                }

                .ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
                    background: transparent;
                }

                .entry-content li > p {
                    margin-bottom: 0;
                }

                .site .comments-area {
                    padding-bottom: 3em;
                }

                .wp-block-file {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }

                .wp-block-pullquote {
                    border: none;
                }

                .wp-block-pullquote blockquote::before {
                    content: "\201D";
                    font-family: "Helvetica",sans-serif;
                    display: flex;
                    transform: rotate( 180deg );
                    font-size: 6rem;
                    font-style: normal;
                    line-height: 1;
                    font-weight: bold;
                    align-items: center;
                    justify-content: center;
                }

                .has-text-align-right > blockquote::before {
                    justify-content: flex-start;
                }

                .has-text-align-left > blockquote::before {
                    justify-content: flex-end;
                }

                figure.wp-block-pullquote.is-style-solid-color blockquote {
                    max-width: 100%;
                    text-align: inherit;
                }

                :root {
                    --wp--custom--ast-default-block-top-padding: 3em;
                    --wp--custom--ast-default-block-right-padding: 3em;
                    --wp--custom--ast-default-block-bottom-padding: 3em;
                    --wp--custom--ast-default-block-left-padding: 3em;
                    --wp--custom--ast-container-width: 1400px;
                    --wp--custom--ast-content-width-size: 1400px;
                    --wp--custom--ast-wide-width-size: calc(1400px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));
                }

                .ast-narrow-container {
                    --wp--custom--ast-content-width-size: 750px;
                    --wp--custom--ast-wide-width-size: 750px;
                }

                @media(max-width: 921px) {
                    :root {
                        --wp--custom--ast-default-block-top-padding: 3em;
                        --wp--custom--ast-default-block-right-padding: 2em;
                        --wp--custom--ast-default-block-bottom-padding: 3em;
                        --wp--custom--ast-default-block-left-padding: 2em;
                    }
                }

                @media(max-width: 544px) {
                    :root {
                        --wp--custom--ast-default-block-top-padding: 3em;
                        --wp--custom--ast-default-block-right-padding: 1.5em;
                        --wp--custom--ast-default-block-bottom-padding: 3em;
                        --wp--custom--ast-default-block-left-padding: 1.5em;
                    }
                }

                .entry-content > .wp-block-group,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns {
                    padding-top: var(--wp--custom--ast-default-block-top-padding);
                    padding-right: var(--wp--custom--ast-default-block-right-padding);
                    padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);
                    padding-left: var(--wp--custom--ast-default-block-left-padding);
                }

                .ast-plain-container.ast-no-sidebar .entry-content > .alignfull,.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
                    margin-left: calc( -50vw + 50%);
                    margin-right: calc( -50vw + 50%);
                    max-width: 100vw;
                    width: 100vw;
                }

                .ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {
                    margin-left: auto;
                    margin-right: auto;
                    width: 100%;
                }

                [data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {
                    height: 0;
                }

                [data-ast-blocks-layout] .wp-block-separator {
                    margin: 20px auto;
                }

                [data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
                    max-width: 100px;
                }

                [data-ast-blocks-layout] .wp-block-separator.has-background {
                    padding: 0;
                }

                .entry-content[data-ast-blocks-layout] > * {
                    max-width: var(--wp--custom--ast-content-width-size);
                    margin-left: auto;
                    margin-right: auto;
                }

                .entry-content[data-ast-blocks-layout] > .alignwide {
                    max-width: var(--wp--custom--ast-wide-width-size);
                }

                .entry-content[data-ast-blocks-layout] .alignfull {
                    max-width: none;
                }

                .entry-content .wp-block-columns {
                    margin-bottom: 0;
                }

                blockquote {
                    margin: 1.5em;
                    border-color: rgba(0,0,0,0.05);
                }

                .wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
                    border-left: 5px solid rgba(0,0,0,0.05);
                }

                .has-text-align-right > blockquote,blockquote.has-text-align-right {
                    border-right: 5px solid rgba(0,0,0,0.05);
                }

                .has-text-align-left > blockquote,blockquote.has-text-align-left {
                    border-left: 5px solid rgba(0,0,0,0.05);
                }

                .wp-block-site-tagline,.wp-block-latest-posts .read-more {
                    margin-top: 15px;
                }

                .wp-block-loginout p label {
                    display: block;
                }

                .wp-block-loginout p:not(.login-remember):not(.login-submit) input {
                    width: 100%;
                }

                .wp-block-loginout input:focus {
                    border-color: transparent;
                }

                .wp-block-loginout input:focus {
                    outline: thin dotted;
                }

                .entry-content .wp-block-media-text .wp-block-media-text__content {
                    padding: 0 0 0 8%;
                }

                .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
                    padding: 0 8% 0 0;
                }

                .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
                    padding: 8%;
                }

                .entry-content .wp-block-cover:not([class*="background-color"]):not(.has-text-color.has-link-color) .wp-block-cover__inner-container,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
                    color: var(--ast-global-color-primary,var(--ast-global-color-5));
                }

                .wp-block-loginout .login-remember input {
                    width: 1.1rem;
                    height: 1.1rem;
                    margin: 0 5px 4px 0;
                    vertical-align: middle;
                }

                .wp-block-latest-posts > li > *:first-child,.wp-block-latest-posts:not(.is-grid) > li:first-child {
                    margin-top: 0;
                }

                .entry-content > .wp-block-buttons,.entry-content > .wp-block-uagb-buttons {
                    margin-bottom: 1.5em;
                }

                .wp-block-search__inside-wrapper .wp-block-search__input {
                    padding: 0 10px;
                    color: var(--ast-global-color-3);
                    background: var(--ast-global-color-primary,var(--ast-global-color-5));
                    border-color: var(--ast-border-color);
                }

                .wp-block-latest-posts .read-more {
                    margin-bottom: 1.5em;
                }

                .wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

                .wp-block-latest-posts .wp-block-latest-posts__post-date,.wp-block-latest-posts .wp-block-latest-posts__post-author {
                    font-size: 1rem;
                }

                .wp-block-latest-posts > li > *,.wp-block-latest-posts:not(.is-grid) > li {
                    margin-top: 12px;
                    margin-bottom: 12px;
                }

                .ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignwide:where(:not(.uagb-is-root-container):not(.spectra-is-root-container)) > * {
                    max-width: var(--wp--custom--ast-wide-width-size);
                }

                .ast-page-builder-template .entry-content[data-ast-blocks-layout] > .inherit-container-width > *,.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *:not(.wp-block-group):where(:not(.uagb-is-root-container):not(.spectra-is-root-container)) > *,.entry-content[data-ast-blocks-layout] > .wp-block-cover .wp-block-cover__inner-container {
                    max-width: var(--wp--custom--ast-content-width-size) ;
                    margin-left: auto;
                    margin-right: auto;
                }

                .ast-page-builder-template .entry-content[data-ast-blocks-layout] > *,.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignfull:where(:not(.wp-block-group):not(.uagb-is-root-container):not(.spectra-is-root-container)) > * {
                    max-width: none;
                }

                .entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {
                    width: auto;
                }

                @media(max-width: 1200px) {
                    .ast-separate-container .entry-content > .alignfull,.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content .alignfull {
                        margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding),20px)) ;
                        margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding),20px));
                    }
                }

                @media(min-width: 1201px) {
                    .ast-separate-container .entry-content > .alignfull {
                        margin-left: calc(-1 * var(--ast-container-default-xlg-padding) );
                        margin-right: calc(-1 * var(--ast-container-default-xlg-padding) );
                    }

                    .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {
                        margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding) );
                        margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding) );
                    }
                }

                @media(min-width: 921px) {
                    .ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)),.ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {
                        max-width: calc( var(--wp--custom--ast-content-width-size) + 80px );
                    }

                    .ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,.ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {
                        margin-left: -60px;
                        margin-right: -60px;
                    }
                }

                @media(min-width: 544px) {
                    .entry-content > .alignleft {
                        margin-right: 20px;
                    }

                    .entry-content > .alignright {
                        margin-left: 20px;
                    }
                }

                @media (max-width: 544px) {
                    .wp-block-columns .wp-block-column:not(:last-child) {
                        margin-bottom:20px;
                    }

                    .wp-block-latest-posts {
                        margin: 0;
                    }
                }

                @media( max-width: 600px ) {
                    .entry-content .wp-block-media-text .wp-block-media-text__content,.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
                        padding: 8% 0 0;
                    }

                    .entry-content .wp-block-media-text.has-background .wp-block-media-text__content {
                        padding: 8%;
                    }
                }

                .ast-page-builder-template .entry-header {
                    padding-left: 0;
                }

                .ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {
                    max-width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                }

                .entry-content ul,.entry-content ol {
                    padding: revert;
                    margin: revert;
                }

                .entry-content ul.wc-block-product-template {
                    padding: 0;
                }

                :root .has-ast-global-color-0-color {
                    color: var(--ast-global-color-0);
                }

                :root .has-ast-global-color-0-background-color {
                    background-color: var(--ast-global-color-0);
                }

                :root .wp-block-button .has-ast-global-color-0-color {
                    color: var(--ast-global-color-0);
                }

                :root .wp-block-button .has-ast-global-color-0-background-color {
                    background-color: var(--ast-global-color-0);
                }

                :root .has-ast-global-color-1-color {
                    color: var(--ast-global-color-1);
                }

                :root .has-ast-global-color-1-background-color {
                    background-color: var(--ast-global-color-1);
                }

                :root .wp-block-button .has-ast-global-color-1-color {
                    color: var(--ast-global-color-1);
                }

                :root .wp-block-button .has-ast-global-color-1-background-color {
                    background-color: var(--ast-global-color-1);
                }

                :root .has-ast-global-color-2-color {
                    color: var(--ast-global-color-2);
                }

                :root .has-ast-global-color-2-background-color {
                    background-color: var(--ast-global-color-2);
                }

                :root .wp-block-button .has-ast-global-color-2-color {
                    color: var(--ast-global-color-2);
                }

                :root .wp-block-button .has-ast-global-color-2-background-color {
                    background-color: var(--ast-global-color-2);
                }

                :root .has-ast-global-color-3-color {
                    color: var(--ast-global-color-3);
                }

                :root .has-ast-global-color-3-background-color {
                    background-color: var(--ast-global-color-3);
                }

                :root .wp-block-button .has-ast-global-color-3-color {
                    color: var(--ast-global-color-3);
                }

                :root .wp-block-button .has-ast-global-color-3-background-color {
                    background-color: var(--ast-global-color-3);
                }

                :root .has-ast-global-color-4-color {
                    color: var(--ast-global-color-4);
                }

                :root .has-ast-global-color-4-background-color {
                    background-color: var(--ast-global-color-4);
                }

                :root .wp-block-button .has-ast-global-color-4-color {
                    color: var(--ast-global-color-4);
                }

                :root .wp-block-button .has-ast-global-color-4-background-color {
                    background-color: var(--ast-global-color-4);
                }

                :root .has-ast-global-color-5-color {
                    color: var(--ast-global-color-5);
                }

                :root .has-ast-global-color-5-background-color {
                    background-color: var(--ast-global-color-5);
                }

                :root .wp-block-button .has-ast-global-color-5-color {
                    color: var(--ast-global-color-5);
                }

                :root .wp-block-button .has-ast-global-color-5-background-color {
                    background-color: var(--ast-global-color-5);
                }

                :root .has-ast-global-color-6-color {
                    color: var(--ast-global-color-6);
                }

                :root .has-ast-global-color-6-background-color {
                    background-color: var(--ast-global-color-6);
                }

                :root .wp-block-button .has-ast-global-color-6-color {
                    color: var(--ast-global-color-6);
                }

                :root .wp-block-button .has-ast-global-color-6-background-color {
                    background-color: var(--ast-global-color-6);
                }

                :root .has-ast-global-color-7-color {
                    color: var(--ast-global-color-7);
                }

                :root .has-ast-global-color-7-background-color {
                    background-color: var(--ast-global-color-7);
                }

                :root .wp-block-button .has-ast-global-color-7-color {
                    color: var(--ast-global-color-7);
                }

                :root .wp-block-button .has-ast-global-color-7-background-color {
                    background-color: var(--ast-global-color-7);
                }

                :root .has-ast-global-color-8-color {
                    color: var(--ast-global-color-8);
                }

                :root .has-ast-global-color-8-background-color {
                    background-color: var(--ast-global-color-8);
                }

                :root .wp-block-button .has-ast-global-color-8-color {
                    color: var(--ast-global-color-8);
                }

                :root .wp-block-button .has-ast-global-color-8-background-color {
                    background-color: var(--ast-global-color-8);
                }

                :root {
                    --ast-global-color-0: #046bd2;
                    --ast-global-color-1: #045cb4;
                    --ast-global-color-2: #1e293b;
                    --ast-global-color-3: #334155;
                    --ast-global-color-4: #f9fafb;
                    --ast-global-color-5: #FFFFFF;
                    --ast-global-color-6: #e2e8f0;
                    --ast-global-color-7: #cbd5e1;
                    --ast-global-color-8: #94a3b8;
                }

                :root {
                    --ast-border-color : var(--ast-global-color-6);
                }

                .ast-single-entry-banner {
                    -js-display: flex;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    text-align: center;
                    position: relative;
                    background: var(--ast-title-layout-bg);
                }

                .ast-single-entry-banner[data-banner-layout="layout-1"] {
                    max-width: 1400px;
                    background: inherit;
                    padding: 20px 0;
                }

                .ast-single-entry-banner[data-banner-width-type="custom"] {
                    margin: 0 auto;
                    width: 100%;
                }

                .ast-single-entry-banner + .site-content .entry-header {
                    margin-bottom: 0;
                }

                .site .ast-author-avatar {
                    --ast-author-avatar-size: ;
                }

                a.ast-underline-text {
                    text-decoration: underline;
                }

                .ast-container > .ast-terms-link {
                    position: relative;
                    display: block;
                }

                a.ast-button.ast-badge-tax {
                    padding: 4px 8px;
                    border-radius: 3px;
                    font-size: inherit;
                }

                header.entry-header {
                    text-align: left;
                }

                header.entry-header .entry-title {
                    color: #ff6000;
                    font-weight: normal;
                    font-size: 36px;
                    font-size: 2.25rem;
                    line-height: 28.14px;
                    text-transform: uppercase;
                    letter-spacing: -0.7px;
                }

                header.entry-header .entry-meta,header.entry-header .entry-meta * {
                    font-size: 20px;
                    font-size: 1.25rem;
                    line-height: 18px;
                    letter-spacing: 1px;
                }

                header.entry-header a,header.entry-header a * {
                    color: unset;
                }

                header.entry-header > *:not(:last-child) {
                    margin-bottom: 10px;
                }

                @media (max-width: 921px) {
                    header.entry-header {
                        text-align:left;
                    }
                }

                @media (max-width: 544px) {
                    header.entry-header {
                        text-align:left;
                    }

                    header.entry-header .entry-title {
                        font-size: 28px;
                        font-size: 1.75rem;
                    }

                    header.entry-header .entry-meta,header.entry-header .entry-meta * {
                        font-size: 18px;
                        font-size: 1.125rem;
                    }
                }

                .ast-archive-entry-banner {
                    -js-display: flex;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    text-align: center;
                    position: relative;
                    background: var(--ast-title-layout-bg);
                }

                .ast-archive-entry-banner[data-banner-width-type="custom"] {
                    margin: 0 auto;
                    width: 100%;
                }

                .ast-archive-entry-banner[data-banner-layout="layout-1"] {
                    background: inherit;
                    padding: 20px 0;
                    text-align: left;
                }

                body.archive .ast-archive-description {
                    max-width: 1400px;
                    width: 100%;
                    text-align: left;
                    padding-top: 3em;
                    padding-right: 3em;
                    padding-bottom: 3em;
                    padding-left: 3em;
                }

                body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title * {
                    font-weight: 600;
                    font-size: 32px;
                    font-size: 2rem;
                }

                body.archive .ast-archive-description > *:not(:last-child) {
                    margin-bottom: 10px;
                }

                @media (max-width: 921px) {
                    body.archive .ast-archive-description {
                        text-align:left;
                    }
                }

                @media (max-width: 544px) {
                    body.archive .ast-archive-description {
                        text-align:left;
                    }
                }

                .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
                    width: 150px;
                }

                .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
                    max-width: 150px;
                    width: 150px;
                }

                @media (max-width: 921px) {
                    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
                        width:120px;
                    }

                    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
                        max-width: 120px;
                        width: 120px;
                    }
                }

                @media (max-width: 543px) {
                    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg {
                        width:100px;
                    }

                    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
                        max-width: 100px;
                        width: 100px;
                    }
                }

                @media (min-width: 921px) {
                    .ast-theme-transparent-header #masthead {
                        position:absolute;
                        left: 0;
                        right: 0;
                    }

                    .ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
                        background: none;
                    }

                    body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead {
                        z-index: 0;
                    }

                    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
                        display: none;
                    }

                    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
                        display: inline-block;
                    }

                    .ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
                        background-image: none;
                        background-color: transparent;
                    }

                    .ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
                        background-image: none;
                        background-color: transparent;
                    }
                }

                .ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .main-header-menu .menu-link {
                    color: #dcd7e8;
                }

                .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link {
                    color: #ff6000;
                }

                .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
                    background-color: transparent;
                }

                @media (max-width: 921px) {
                    .ast-theme-transparent-header #masthead {
                        position:absolute;
                        left: 0;
                        right: 0;
                    }

                    .ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar {
                        background: none;
                    }

                    body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead {
                        z-index: 0;
                    }

                    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link {
                        display: none;
                    }

                    .ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
                        display: inline-block;
                    }

                    .ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
                        background-image: none;
                        background-color: transparent;
                    }

                    .ast-theme-transparent-header .ast-below-header,.ast-theme-transparent-header .ast-below-header.ast-below-header-bar {
                        background-image: none;
                        background-color: transparent;
                    }
                }

                .ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar,.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar {
                    border-bottom-width: 0px;
                    border-bottom-style: solid;
                }

                .ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    border: none;
                    background: inherit;
                    text-indent: 0;
                    text-decoration: none;
                }

                .ast-breadcrumbs .trail-browse {
                    font-size: inherit;
                    font-style: inherit;
                    font-weight: inherit;
                    color: inherit;
                }

                .ast-breadcrumbs .trail-items {
                    list-style: none;
                }

                .trail-items li::after {
                    padding: 0 0.3em;
                    content: "\00bb";
                }

                .trail-items li:last-of-type::after {
                    display: none;
                }

                h1,h2,h3,h4,h5,h6,.entry-content :where(h1,h2,h3,h4,h5,h6) {
                    color: var(--ast-global-color-2);
                }

                .entry-title a {
                    color: var(--ast-global-color-2);
                }

                @media (max-width: 921px) {
                    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child {
                        grid-column:1 / -1;
                    }
                }

                @media (max-width: 544px) {
                    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child {
                        grid-column:1 / -1;
                    }
                }

                .ast-builder-layout-element[data-section="title_tagline"] {
                    display: flex;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
                        display:flex;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"] {
                        display:flex;
                    }
                }

                .ast-builder-menu-1 {
                    font-family: inherit;
                    font-weight: 500;
                    text-transform: uppercase;
                }

                .ast-builder-menu-1 .menu-item > .menu-link {
                    font-size: 16px;
                    font-size: 1rem;
                    color: var(--ast-global-color-5);
                }

                .ast-builder-menu-1 .menu-item > .ast-menu-toggle {
                    color: var(--ast-global-color-5);
                }

                .ast-builder-menu-1 .menu-item:hover > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
                    color: #ff6000;
                }

                .ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle {
                    color: #ff6000;
                }

                .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
                    color: #ff6000;
                }

                .ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle {
                    color: #ff6000;
                }

                .ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu {
                    border-top-width: 0px;
                    border-bottom-width: 0px;
                    border-right-width: 0px;
                    border-left-width: 0px;
                    border-color: var(--ast-global-color-0);
                    border-style: solid;
                }

                .ast-builder-menu-1 .sub-menu .sub-menu {
                    top: 0px;
                }

                .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
                    margin-top: 0px;
                }

                .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
                    height: calc( 0px + 0px + 5px );
                }

                .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
                    border-style: none;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
                        top:0;
                    }

                    .ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle {
                        right: -15px;
                    }

                    .ast-builder-menu-1 .menu-item-has-children > .menu-link:after {
                        content: unset;
                    }

                    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
                        margin-top: 0;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle {
                        top:0;
                    }

                    .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
                        margin-top: 0;
                    }
                }

                .ast-builder-menu-1 {
                    display: flex;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-menu-1 {
                        display:flex;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-menu-1 {
                        display:flex;
                    }
                }

                .ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element {
                    margin-top: 6px;
                    margin-bottom: 6px;
                }

                .social-show-label-true .ast-builder-social-element {
                    width: auto;
                    padding: 0 0.4em;
                }

                [data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {
                    text-align: center;
                }

                .ast-footer-social-wrap {
                    width: 100%;
                }

                .ast-footer-social-wrap .ast-builder-social-element:first-child {
                    margin-left: 0;
                }

                .ast-footer-social-wrap .ast-builder-social-element:last-child {
                    margin-right: 0;
                }

                .ast-header-social-wrap .ast-builder-social-element:first-child {
                    margin-left: 0;
                }

                .ast-header-social-wrap .ast-builder-social-element:last-child {
                    margin-right: 0;
                }

                .ast-builder-social-element {
                    line-height: 1;
                    color: var(--ast-global-color-2);
                    background: transparent;
                    vertical-align: middle;
                    transition: all 0.01s;
                    margin-left: 6px;
                    margin-right: 6px;
                    justify-content: center;
                    align-items: center;
                }

                .ast-builder-social-element .social-item-label {
                    padding-left: 6px;
                }

                .ast-header-social-1-wrap .ast-builder-social-element,.ast-header-social-1-wrap .social-show-label-true .ast-builder-social-element {
                    margin-left: 8px;
                    margin-right: 8px;
                }

                .ast-header-social-1-wrap .ast-builder-social-element svg {
                    width: 30px;
                    height: 30px;
                }

                .ast-header-social-1-wrap {
                    margin-top: 10px;
                    margin-bottom: 10px;
                    margin-left: 10px;
                    margin-right: 10px;
                }

                .ast-header-social-1-wrap .ast-social-color-type-custom svg {
                    fill: var(--ast-global-color-5);
                }

                .ast-header-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover {
                    color: #ff6000;
                }

                .ast-header-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
                    fill: #ff6000;
                }

                .ast-header-social-1-wrap .ast-social-color-type-custom .social-item-label {
                    color: var(--ast-global-color-5);
                }

                .ast-header-social-1-wrap .ast-builder-social-element:hover .social-item-label {
                    color: #ff6000;
                }

                .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
                    display: flex;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
                        display:flex;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="section-hb-social-icons-1"] {
                        display:flex;
                    }
                }

                .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
                        display:block;
                    }
                }

                .ast-social-stack-desktop .ast-builder-social-element,.ast-social-stack-tablet .ast-builder-social-element,.ast-social-stack-mobile .ast-builder-social-element {
                    margin-top: 6px;
                    margin-bottom: 6px;
                }

                .social-show-label-true .ast-builder-social-element {
                    width: auto;
                    padding: 0 0.4em;
                }

                [data-section^="section-fb-social-icons-"] .footer-social-inner-wrap {
                    text-align: center;
                }

                .ast-footer-social-wrap {
                    width: 100%;
                }

                .ast-footer-social-wrap .ast-builder-social-element:first-child {
                    margin-left: 0;
                }

                .ast-footer-social-wrap .ast-builder-social-element:last-child {
                    margin-right: 0;
                }

                .ast-header-social-wrap .ast-builder-social-element:first-child {
                    margin-left: 0;
                }

                .ast-header-social-wrap .ast-builder-social-element:last-child {
                    margin-right: 0;
                }

                .ast-builder-social-element {
                    line-height: 1;
                    color: var(--ast-global-color-2);
                    background: transparent;
                    vertical-align: middle;
                    transition: all 0.01s;
                    margin-left: 6px;
                    margin-right: 6px;
                    justify-content: center;
                    align-items: center;
                }

                .ast-builder-social-element .social-item-label {
                    padding-left: 6px;
                }

                .ast-footer-social-1-wrap .ast-builder-social-element svg {
                    width: 30px;
                    height: 30px;
                }

                .ast-footer-social-1-wrap .ast-social-color-type-custom svg {
                    fill: #fefefe;
                }

                .ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover {
                    color: #ff6000;
                }

                .ast-footer-social-1-wrap .ast-social-color-type-custom .ast-builder-social-element:hover svg {
                    fill: #ff6000;
                }

                .ast-footer-social-1-wrap .ast-social-color-type-custom .social-item-label {
                    color: #fefefe;
                }

                .ast-footer-social-1-wrap .ast-builder-social-element:hover .social-item-label {
                    color: #ff6000;
                }

                [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
                    text-align: center;
                }

                @media (max-width: 921px) {
                    .ast-footer-social-1-wrap .ast-builder-social-element svg {
                        width:20px;
                        height: 20px;
                    }

                    .ast-footer-social-1-wrap .ast-builder-social-element {
                        margin-left: 2.5px;
                        margin-right: 2.5px;
                    }

                    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
                        text-align: left;
                    }
                }

                @media (max-width: 544px) {
                    .ast-footer-social-1-wrap .ast-builder-social-element svg {
                        width:25px;
                        height: 25px;
                    }

                    .ast-footer-social-1-wrap .ast-builder-social-element {
                        margin-left: 5px;
                        margin-right: 5px;
                    }

                    [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
                        text-align: center;
                    }
                }

                .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
                    display: flex;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
                        display:flex;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
                        display:flex;
                    }
                }

                .site-footer {
                    background-color: #000000;
                    background-image: none;
                }

                .site-primary-footer-wrap {
                    padding-top: 45px;
                    padding-bottom: 45px;
                }

                .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
                    background-color: rgba(0,0,0,0);
                    background-image: none;
                    border-style: solid;
                    border-width: 0px;
                    border-top-width: 1px;
                    border-top-color: var(--ast-global-color-5);
                }

                .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
                    max-width: 100%;
                    padding-left: 35px;
                    padding-right: 35px;
                }

                .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-section {
                    align-items: flex-start;
                }

                .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-inline .site-footer-section {
                    display: flex;
                    margin-bottom: 0;
                }

                .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
                    grid-template-columns: 2fr 1fr 1fr 1fr;
                }

                @media (max-width: 921px) {
                    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-inline .site-footer-section {
                        display:flex;
                        margin-bottom: 0;
                    }

                    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
                        display: block;
                        margin-bottom: 10px;
                    }

                    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
                        grid-template-columns: repeat( 4,1fr );
                    }
                }

                @media (max-width: 544px) {
                    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-inline .site-footer-section {
                        display:flex;
                        margin-bottom: 0;
                    }

                    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
                        display: block;
                        margin-bottom: 10px;
                    }

                    .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
                        grid-template-columns: 1fr;
                    }
                }

                .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
                    display: grid;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
                        display:grid;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
                        display:grid;
                    }
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
                    text-align: left;
                }

                @media (max-width: 544px) {
                    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {
                        text-align:center;
                    }
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
                    text-align: left;
                }

                @media (max-width: 544px) {
                    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner {
                        text-align:center;
                    }
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
                    text-align: left;
                }

                @media (max-width: 544px) {
                    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
                        text-align:center;
                    }
                }

                .footer-widget-area.widget-area.site-footer-focus-item {
                    width: auto;
                }

                .ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
                    width: 100%;
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"] {
                        display:block;
                    }
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] {
                        display:block;
                    }
                }

                .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] {
                        display:block;
                    }
                }

                .elementor-posts-container [CLASS*="ast-width-"] {
                    width: 100%;
                }

                .elementor-template-full-width .ast-container {
                    display: block;
                }

                .elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
                    top: 0 !important;
                }

                @media (max-width: 544px) {
                    .elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product {
                        width:auto;
                        margin: 0;
                    }

                    .elementor-element .woocommerce .woocommerce-result-count {
                        float: none;
                    }
                }

                .ast-header-break-point .main-header-bar {
                    border-bottom-width: 1px;
                }

                @media (min-width: 922px) {
                    .main-header-bar {
                        border-bottom-width:1px;
                    }
                }

                .main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items {
                    -js-display: flex;
                    display: flex;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -moz-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -moz-box-orient: vertical;
                    -moz-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                .main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
                    height: 100%;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -js-display: flex;
                    display: flex;
                }

                .ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg {
                    top: .2em;
                    margin-top: 0px;
                    margin-left: 0px;
                    width: .65em;
                    transform: translate(0, -2px) rotateZ(270deg);
                }

                .ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle {
                    transform: rotateX(180deg);
                    overflow-y: auto;
                }

                @media (min-width: 922px) {
                    .ast-builder-menu .main-navigation > ul > li:last-child a {
                        margin-right:0;
                    }
                }

                .ast-separate-container .ast-article-inner {
                    background-color: transparent;
                    background-image: none;
                }

                .ast-separate-container .ast-article-post {
                    background-image: none;
                }

                .ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title {
                    background-image: none;
                }

                .ast-separate-container.ast-two-container #secondary .widget {
                    background-image: none;
                }

                .ast-plain-container, .ast-page-builder-template {
                    background-image: none;
                }

                .ast-off-canvas-active body.ast-main-header-nav-open {
                    overflow: hidden;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-overlay {
                    background-color: rgba(0,0,0,0.4);
                    position: fixed;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    visibility: hidden;
                    opacity: 0;
                    transition: opacity 0.2s ease-in-out;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-header {
                    -js-display: flex;
                    display: flex;
                    justify-content: flex-end;
                    min-height: calc( 1.2em + 24px);
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
                    background: transparent;
                    border: 0;
                    font-size: 24px;
                    line-height: 1;
                    padding: .6em;
                    color: inherit;
                    -js-display: flex;
                    display: flex;
                    box-shadow: none;
                }

                .ast-mobile-popup-drawer.ast-mobile-popup-full-width .ast-mobile-popup-inner {
                    max-width: none;
                    transition: transform 0s ease-in,opacity 0.2s ease-in;
                }

                .ast-mobile-popup-drawer.active {
                    left: 0;
                    opacity: 1;
                    right: 0;
                    z-index: 100000;
                    transition: opacity 0.25s ease-out;
                }

                .ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {
                    opacity: 1;
                    cursor: pointer;
                    visibility: visible;
                }

                body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
                    top: 32px;
                }

                body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer,body.admin-bar.ast-primary-sticky-header-active .ast-mobile-popup-drawer .ast-mobile-popup-inner {
                    top: 0px;
                }

                @media (max-width: 782px) {
                    body.admin-bar .ast-mobile-popup-drawer,body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
                        top: 46px;
                    }
                }

                .ast-mobile-popup-content > *,.ast-desktop-popup-content > * {
                    padding: 10px 0;
                    height: auto;
                }

                .ast-mobile-popup-content > *:first-child,.ast-desktop-popup-content > *:first-child {
                    padding-top: 10px;
                }

                .ast-mobile-popup-content > .ast-builder-menu,.ast-desktop-popup-content > .ast-builder-menu {
                    padding-top: 0;
                }

                .ast-mobile-popup-content > *:last-child,.ast-desktop-popup-content > *:last-child {
                    padding-bottom: 0;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-icon,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children .sub-menu,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-icon {
                    display: none;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search label,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search label {
                    width: 100%;
                }

                .ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu,.ast-mobile-popup-content .ast-builder-menu-mobile .main-header-menu .sub-menu {
                    background-color: transparent;
                }

                .ast-mobile-popup-content .ast-icon svg {
                    height: .85em;
                    width: .95em;
                    margin-top: 15px;
                }

                .ast-mobile-popup-content .ast-icon.icon-search svg {
                    margin-top: 0;
                }

                .ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-mobile-popup-drawer.show,.ast-desktop .ast-desktop-popup-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {
                    opacity: 1;
                    visibility: visible;
                }

                .ast-mobile-popup-drawer {
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: -99999rem;
                    right: 99999rem;
                    transition: opacity 0.25s ease-in,left 0s 0.25s,right 0s 0.25s;
                    opacity: 0;
                    visibility: hidden;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-inner {
                    width: 100%;
                    transform: translateX(100%);
                    max-width: 90%;
                    right: 0;
                    top: 0;
                    background: #fafafa;
                    color: #3a3a3a;
                    bottom: 0;
                    opacity: 0;
                    position: fixed;
                    box-shadow: 0 0 2rem 0 rgba(0,0,0,0.1);
                    -js-display: flex;
                    display: flex;
                    flex-direction: column;
                    transition: transform 0.2s ease-in,opacity 0.2s ease-in;
                    overflow-y: auto;
                    overflow-x: hidden;
                }

                .ast-mobile-popup-drawer.ast-mobile-popup-left .ast-mobile-popup-inner {
                    transform: translateX(-100%);
                    right: auto;
                    left: 0;
                }

                .ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation ul .menu-item .sub-menu .menu-link {
                    padding-left: 30px;
                }

                .ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-popup-drawer .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
                    padding-left: 40px;
                }

                .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
                    right: calc( 20px - 0.907em);
                }

                .ast-mobile-popup-drawer.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
                    left: calc( 20px - 0.907em);
                    width: fit-content;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search {
                    width: 100%;
                    position: relative;
                    display: block;
                    right: auto;
                    transform: none;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-form {
                    right: 0;
                    visibility: visible;
                    opacity: 1;
                    position: relative;
                    top: auto;
                    transform: none;
                    padding: 0;
                    display: block;
                    overflow: hidden;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-field {
                    width: 100%;
                    padding-right: 5.5em;
                }

                .ast-mobile-popup-drawer .ast-mobile-popup-content .ast-search-menu-icon .search-submit,.ast-mobile-popup-drawer .ast-desktop-popup-content .ast-search-menu-icon .search-submit {
                    display: block;
                    position: absolute;
                    height: 100%;
                    top: 0;
                    right: 0;
                    padding: 0 1em;
                    border-radius: 0;
                }

                .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
                    opacity: 1;
                    visibility: visible;
                    transform: translateX(0%);
                }

                .ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
                    background-color: rgba(0,0,0,0);
                    ;}

                .ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
                    background-color: rgba(0,0,0,0);
                    ;}

                .ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > * {
                    padding-top: 150px;
                    padding-bottom: 150px;
                }

                .content-align-flex-start .ast-builder-layout-element {
                    justify-content: flex-start;
                }

                .content-align-flex-start .main-header-menu {
                    text-align: left;
                }

                .ast-mobile-popup-drawer.active .menu-toggle-close {
                    color: #dcd7e8;
                }

                .ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap {
                    min-height: 82px;
                }

                .ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item {
                    line-height: 82px;
                }

                #masthead .ast-container,.site-header-focus-item + .ast-breadcrumbs-wrapper {
                    max-width: 100%;
                    padding-left: 35px;
                    padding-right: 35px;
                }

                .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .ast-header-break-point .ast-primary-header-bar {
                    border-bottom-width: 0px;
                    border-bottom-color: var( --ast-global-color-subtle-background,var(--ast-global-color-7) );
                    border-bottom-style: solid;
                }

                @media (min-width: 922px) {
                    .ast-primary-header-bar {
                        border-bottom-width:0px;
                        border-bottom-color: var( --ast-global-color-subtle-background,var(--ast-global-color-7) );
                        border-bottom-style: solid;
                    }
                }

                .ast-primary-header-bar {
                    background-color: rgba(0,0,0,0);
                    background-image: none;
                }

                @media (max-width: 921px) {
                    .ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap {
                        min-height:60px;
                    }
                }

                @media (max-width: 544px) {
                    .ast-mobile-header-wrap .ast-primary-header-bar ,.ast-primary-header-bar .site-primary-header-wrap {
                        min-height:50px;
                    }
                }

                .ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
                    margin-top: 20px;
                }

                .ast-primary-header-bar {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-primary-header-bar {
                        display:grid;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-primary-header-bar {
                        display:grid;
                    }
                }

                [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
                    color: var(--ast-global-color-5);
                    border: none;
                    background: transparent;
                }

                [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
                    width: 20px;
                    height: 20px;
                    fill: var(--ast-global-color-5);
                }

                [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
                    color: var(--ast-global-color-5);
                    font-size: 112px;
                }

                .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
                    text-transform: uppercase;
                    letter-spacing: 0.8px;
                }

                .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
                    color: var(--ast-global-color-3);
                }

                .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
                    color: var(--ast-global-color-3);
                }

                .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
                    color: var(--ast-global-color-1);
                }

                .ast-builder-menu-mobile .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
                    color: var(--ast-global-color-1);
                }

                .ast-builder-menu-mobile .main-navigation .menu-item:hover > .ast-menu-toggle {
                    color: var(--ast-global-color-1);
                }

                .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
                    color: var(--ast-global-color-1);
                }

                .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .ast-menu-toggle {
                    color: var(--ast-global-color-1);
                }

                .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
                    top: 0;
                }

                .ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after {
                    content: unset;
                }

                .ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .main-header-menu {
                    border-top-width: 1px;
                    border-color: #dcd7e8;
                }

                .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link {
                    border-bottom-width: 1px;
                    border-color: #dcd7e8;
                    border-style: solid;
                }

                .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
                    top: 0;
                }

                @media (max-width: 921px) {
                    .ast-builder-menu-mobile .main-navigation {
                        font-size:25px;
                        font-size: 1.5625rem;
                    }

                    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
                        color: #dcd7e8;
                    }

                    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
                        color: #dcd7e8;
                    }

                    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
                        color: #ff6000;
                        background: rgba(0,0,0,0);
                    }

                    .ast-builder-menu-mobile .main-navigation .menu-item:hover > .ast-menu-toggle {
                        color: #ff6000;
                    }

                    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
                        color: #ff6000;
                        background: rgba(0,0,0,0);
                    }

                    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .ast-menu-toggle {
                        color: #ff6000;
                    }

                    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
                        top: 0;
                    }

                    .ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after {
                        content: unset;
                    }

                    .ast-builder-menu-mobile .main-navigation .main-header-menu , .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
                        background-color: rgba(0,0,0,0);
                        background-image: none;
                    }
                }

                @media (max-width: 544px) {
                    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
                        top:0;
                    }
                }

                .ast-builder-menu-mobile .main-navigation {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
                        display:block;
                    }
                }

                .footer-nav-wrap .astra-footer-vertical-menu {
                    display: grid;
                }

                @media (min-width: 769px) {
                    .footer-nav-wrap .astra-footer-horizontal-menu li {
                        margin: 0;
                    }

                    .footer-nav-wrap .astra-footer-horizontal-menu a {
                        padding: 0 0.5em;
                    }
                }

                @media (min-width: 769px) {
                    .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
                        padding-left: 0;
                    }

                    .footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
                        padding-right: 0;
                    }
                }

                .footer-widget-area[data-section="section-footer-menu"] .astra-footer-horizontal-menu {
                    justify-content: flex-start;
                }

                .footer-widget-area[data-section="section-footer-menu"] .astra-footer-vertical-menu .menu-item {
                    align-items: flex-start;
                }

                #astra-footer-menu .menu-item > a {
                    color: #dcd7e8;
                    font-size: 20px;
                    font-size: 1.25rem;
                }

                #astra-footer-menu .menu-item:hover > a {
                    color: #ff6000;
                }

                #astra-footer-menu .menu-item.current-menu-item > a {
                    color: #ff6000;
                }

                @media (max-width: 921px) {
                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-horizontal-menu {
                        justify-content:flex-start;
                        display: flex;
                    }

                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu {
                        display: grid;
                        justify-content: flex-start;
                    }

                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-tablet-vertical-menu .menu-item {
                        align-items: flex-start;
                    }

                    #astra-footer-menu .menu-item > a {
                        padding-top: 0px;
                        padding-bottom: 0px;
                        padding-left: 0px;
                        padding-right: 0px;
                    }
                }

                @media (max-width: 544px) {
                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-horizontal-menu {
                        justify-content:center;
                        display: flex;
                    }

                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
                        display: grid;
                        justify-content: center;
                    }

                    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu .menu-item {
                        align-items: center;
                    }

                    #astra-footer-menu .menu-item > a {
                        padding-left: 0px;
                        padding-right: 0px;
                    }
                }

                .footer-widget-area[data-section="section-footer-menu"] {
                    display: block;
                }

                @media (max-width: 921px) {
                    .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
                        display:block;
                    }
                }

                @media (max-width: 544px) {
                    .ast-header-break-point .footer-widget-area[data-section="section-footer-menu"] {
                        display:block;
                    }
                }

                :root {
                    --e-global-color-astglobalcolor0: #046bd2;
                    --e-global-color-astglobalcolor1: #045cb4;
                    --e-global-color-astglobalcolor2: #1e293b;
                    --e-global-color-astglobalcolor3: #334155;
                    --e-global-color-astglobalcolor4: #f9fafb;
                    --e-global-color-astglobalcolor5: #FFFFFF;
                    --e-global-color-astglobalcolor6: #e2e8f0;
                    --e-global-color-astglobalcolor7: #cbd5e1;
                    --e-global-color-astglobalcolor8: #94a3b8;
                }

                .comment-reply-title {
                    font-size: 26px;
                    font-size: 1.625rem;
                }

                .ast-comment-meta {
                    line-height: 1.666666667;
                    color: var(--ast-global-color-0);
                    font-size: 13px;
                    font-size: 0.8125rem;
                }

                .ast-comment-list #cancel-comment-reply-link {
                    font-size: 16px;
                    font-size: 1rem;
                }

                .comments-title {
                    padding: 1em 0 0;
                }

                .comments-title {
                    word-wrap: break-word;
                    font-weight: normal;
                }

                .ast-comment-list {
                    margin: 0;
                    word-wrap: break-word;
                    padding-bottom: 0;
                    list-style: none;
                }

                .ast-comment-list li {
                    list-style: none;
                }

                .ast-comment-list .ast-comment-edit-reply-wrap {
                    -js-display: flex;
                    display: flex;
                    justify-content: flex-end;
                }

                .ast-comment-list .comment-awaiting-moderation {
                    margin-bottom: 0;
                }

                .ast-comment {
                    padding: 0 ;
                }

                .ast-comment-info img {
                    border-radius: 50%;
                }

                .ast-comment-cite-wrap cite {
                    font-style: normal;
                }

                .comment-reply-title {
                    font-weight: normal;
                    line-height: 1.65;
                }

                .ast-comment-meta {
                    margin-bottom: 0.5em;
                }

                .comments-area .comment-form-comment {
                    width: 100%;
                    border: none;
                    margin: 0;
                    padding: 0;
                }

                .comments-area .comment-notes,.comments-area .comment-textarea,.comments-area .form-allowed-tags {
                    margin-bottom: 1.5em;
                }

                .comments-area .form-submit {
                    margin-bottom: 0;
                }

                .comments-area textarea#comment,.comments-area .ast-comment-formwrap input[type="text"] {
                    width: 100%;
                    border-radius: 0;
                    vertical-align: middle;
                    margin-bottom: 10px;
                }

                .comments-area .no-comments {
                    margin-top: 0.5em;
                    margin-bottom: 0.5em;
                }

                .comments-area p.logged-in-as {
                    margin-bottom: 1em;
                }

                .ast-separate-container .ast-comment-list {
                    padding-bottom: 0;
                }

                .ast-separate-container .ast-comment-list li.depth-1 .children li,.ast-narrow-container .ast-comment-list li.depth-1 .children li {
                    padding-bottom: 0;
                    padding-top: 0;
                    margin-bottom: 0;
                }

                .ast-separate-container .ast-comment-list .comment-respond {
                    padding-top: 0;
                    padding-bottom: 1em;
                    background-color: transparent;
                }

                .ast-comment-list .comment .comment-respond {
                    padding-bottom: 2em;
                    border-bottom: none;
                }

                .ast-separate-container .ast-comment-list .bypostauthor,.ast-narrow-container .ast-comment-list .bypostauthor {
                    padding: 2em;
                    margin-bottom: 1em;
                }

                .ast-separate-container .ast-comment-list .bypostauthor li,.ast-narrow-container .ast-comment-list .bypostauthor li {
                    background: transparent;
                    margin-bottom: 0;
                    padding: 0 0 0 2em;
                }

                .comment-content a {
                    word-wrap: break-word;
                }

                .comment-form-legend {
                    margin-bottom: unset;
                    padding: 0 0.5em;
                }

                .ast-separate-container .ast-comment-list .pingback p {
                    margin-bottom: 0;
                }

                .ast-separate-container .ast-comment-list li.depth-1,.ast-narrow-container .ast-comment-list li.depth-1 {
                    padding: 3em;
                }

                .ast-comment-list > .comment:last-child .ast-comment {
                    border: none;
                }

                .ast-separate-container .ast-comment-list .comment .comment-respond,.ast-narrow-container .ast-comment-list .comment .comment-respond {
                    padding-bottom: 0;
                }

                .ast-separate-container .comment .comment-respond {
                    margin-top: 2em;
                }

                .ast-separate-container .ast-comment-list li.depth-1 .ast-comment,.ast-separate-container .ast-comment-list li.depth-2 .ast-comment {
                    border-bottom: 0;
                }

                .ast-plain-container .ast-comment,.ast-page-builder-template .ast-comment {
                    padding: 2em 0;
                }

                .page.ast-page-builder-template .comments-area {
                    margin-top: 2em;
                }

                .ast-page-builder-template .comment-respond {
                    border-top: none;
                    padding-bottom: 2em;
                }

                .ast-plain-container .comment-reply-title {
                    padding-top: 1em;
                }

                .ast-comment-list .children {
                    margin-left: 2em;
                }

                @media (max-width: 992px) {
                    .ast-comment-list .children {
                        margin-left: 1em;
                    }
                }

                .ast-comment-list #cancel-comment-reply-link {
                    white-space: nowrap;
                    font-size: 13px;
                    font-weight: normal;
                    margin-left: 1em;
                }

                .ast-comment-info {
                    display: flex;
                    position: relative;
                }

                .ast-comment-meta {
                    justify-content: right;
                    padding: 0 3.4em 1.60em;
                }

                .comments-area #wp-comment-cookies-consent {
                    margin-right: 10px;
                }

                .ast-page-builder-template .comments-area {
                    padding-left: 20px;
                    padding-right: 20px;
                    margin-top: 0;
                    margin-bottom: 2em;
                }

                .ast-separate-container .ast-comment-list .bypostauthor .bypostauthor {
                    background: transparent;
                    margin-bottom: 0;
                    padding-right: 0;
                    padding-bottom: 0;
                    padding-top: 0;
                }

                @media (min-width: 922px) {
                    .ast-separate-container .ast-comment-list li .comment-respond {
                        padding-left:2.66666em;
                        padding-right: 2.66666em;
                    }
                }

                @media (max-width: 544px) {
                    .ast-separate-container .ast-comment-list li.depth-1 {
                        padding:1.5em 1em;
                        margin-bottom: 1.5em;
                    }

                    .ast-separate-container .ast-comment-list .bypostauthor {
                        padding: .5em;
                    }

                    .ast-separate-container .comment-respond {
                        padding: 1.5em 1em;
                    }

                    .ast-separate-container .ast-comment-list .bypostauthor li {
                        padding: 0 0 0 .5em;
                    }

                    .ast-comment-list .children {
                        margin-left: 0.66666em;
                    }
                }

                .ast-comment-time .timendate {
                    margin-right: 0.5em;
                }

                .ast-separate-container .comment-reply-title {
                    padding-top: 0;
                }

                .ast-comment-list .ast-edit-link {
                    flex: 1;
                }

                .comments-area {
                    border-top: 1px solid var(--ast-global-color-subtle-background, var(--ast-global-color-6));
                    margin-top: 2em;
                }

                .ast-separate-container .comments-area {
                    border-top: 0;
                }

                @media (max-width: 921px) {
                    .ast-comment-avatar-wrap img {
                        max-width:2.5em;
                    }

                    .comments-area {
                        margin-top: 1.5em;
                    }

                    .ast-comment-meta {
                        padding: 0 1.8888em 1.3333em;
                    }

                    .ast-separate-container .ast-comment-list li.depth-1 {
                        padding: 1.5em 2.14em;
                    }

                    .ast-separate-container .comment-respond {
                        padding: 2em 2.14em;
                    }

                    .ast-comment-avatar-wrap {
                        margin-right: 0.5em;
                    }
                }

                /*# sourceURL=astra-theme-css-inline-css */
            