@-webkit-keyframes slide-out{0%{display:-webkit-box;display:flex;opacity:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slide-out{0%{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(360deg)}}.wp-block-surecart-cart-close-button{color:var(--sc-input-help-text-color);cursor:pointer;font-size:20px}.wp-block-surecart-cart-close-button svg{height:1em;width:1em}.wp-block-surecart-cart-count{background-color:var(--sc-panel-background-color);border:1px solid var(--sc-input-border-color);color:var(--sc-cart-main-label-text-color)}.wp-block-surecart-slide-out-cart-line-items{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 0 140px;flex:1 0 140px;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wp-block-surecart-cart-subtotal-scratch-amount{color:var(--sc-input-help-text-color);text-decoration:line-through}.wp-block-surecart-cart-subtotal-amount{color:var(--sc-cart-main-label-text-color)}.wp-block-button.is-style-outline a.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus),.wp-block-button.is-style-outline button.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus),.wp-block-button.is-style-outline div.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus){background-color:transparent;background-image:none}.sc-button__link{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;text-align:center}.sc-button__link .sc-button__link-text,.sc-button__link .sc-spinner{-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.sc-button__link .sc-spinner{left:calc(50% - 8px);opacity:0;position:absolute;top:calc(50% - 8px);visibility:hidden;--spinner-size:15px}.sc-cart-items-submit__wrapper .wp-block-button__link,.sc-cart-items-submit__wrapper a.wp-block-button__link{background:var(--sc-color-primary-500);-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;display:block;position:relative;text-align:center;text-decoration:none;width:100%}.sc-cart-items-submit__wrapper .wp-block-button__link:focus,.sc-cart-items-submit__wrapper a.wp-block-button__link:focus{-webkit-box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);outline:0}.sc-drawer,.sc-drawer__backdrop{bottom:0;opacity:0;position:fixed;right:0;top:0}.sc-drawer{-webkit-animation:slide-out var(--sc-drawer-transition-speed,var(--sc-transition-medium)) cubic-bezier(.4,0,.2,1);animation:slide-out var(--sc-drawer-transition-speed,var(--sc-transition-medium)) cubic-bezier(.4,0,.2,1);background-color:var(--sc-panel-background-color);border:0;border-radius:0;-webkit-box-shadow:var(--sc-shadow-x-large);box-shadow:var(--sc-shadow-x-large);-webkit-box-shadow:0 0 0 100vw rgba(0,0,0,.1);box-shadow:0 0 0 100vw rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;display:none;font-family:var(--sc-font-sans);font-weight:var(--sc-font-weight-normal);height:auto;left:auto;margin:auto;max-height:none;max-width:100%;min-width:var(--sc-drawer-min-width,"300px");outline:0;overflow:hidden;padding:0;width:var(--sc-drawer-width,31rem);z-index:var(--sc-z-index-drawer,999999999)}.sc-drawer__backdrop{animation-direction:reverse;background-color:var(--sc-color-gray-800);left:0;pointer-events:none}.sc-block-ui{background:var(--sc-block-ui-background-color,var(--sc-color-white));bottom:0;cursor:progress;left:0;margin:0;opacity:var(--sc-block-ui-opacity,.35);padding:0;position:var(--sc-block-ui-position,absolute);right:0;top:0;-webkit-transition:visibility 0s,opacity var(--sc-transition-medium) ease;transition:visibility 0s,opacity var(--sc-transition-medium) ease;visibility:visible;z-index:9}.sc-block-ui[hidden]{display:block;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;visibility:hidden}.sc-alert{border-radius:var(--sc-alert-border-radius,var(--sc-border-radius-medium));display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--sc-input-font-family);font-size:var(--sc-button-font-size-medium);font-weight:var(--sc-font-weight-normal);line-height:var(--sc-line-height-dense);padding:var(--sc-spacing-large);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:var(--sc-alert-background-color,var(--sc-color-white));border:var(--sc-alert-border,var(--sc-input-border));border-top:solid var(--sc-alert-border-width,3px);-webkit-box-shadow:var(--sc-shadow-small);box-shadow:var(--sc-shadow-small);color:var(--sc-alert-color,var(--sc-input-label-color))}.sc-alert[hidden]{display:none!important}.sc-alert__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.sc-alert__alert--danger{border-top-color:var(--sc-alert-danger-border-color,var(--sc-color-danger-500))}.sc-alert__alert--danger .sc-alert__title{color:var(--sc-alert-title-color,var(--sc-color-gray-800))}.sc-alert__alert--danger .sc-alert__icon{color:var(--sc-alert-danger-icon-color,var(--sc-color-danger-500))}.sc-alert__icon{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--sc-font-size-large);-webkit-padding-end:var(--sc-spacing-medium);padding-inline-end:var(--sc-spacing-medium)}.sc-alert__title{font-weight:var(--sc-font-weight-semibold)}.wp-block-surecart-slide-out-cart{-webkit-box-flex:1;border:var(--sc-drawer-border);-webkit-box-shadow:0 1px 2px rgba(13,19,30,.102);box-shadow:0 1px 2px rgba(13,19,30,.102);color:var(--sc-cart-main-label-text-color);-ms-flex:1 1 auto;flex:1 1 auto;font-size:16px;margin:auto;overflow:auto;width:100%}.wp-block-surecart-slide-out-cart .sc-alert{border-radius:0}.wp-block-surecart-slide-out-cart .sc-alert__icon svg{height:24px;width:24px}.wp-block-surecart-slide-out-cart .sc-alert :not(:first-child){margin-bottom:0}:where(.sc-cart-drawer) :where(.is-layout-flex){display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--wp--style--block-gap,.5em)}:where(.sc-cart-drawer) :where(.is-layout-flow)>:first-child{-webkit-margin-before:0;margin-block-start:0}:where(.sc-cart-drawer) :where(.is-layout-flow)>*+*{-webkit-margin-before:var(--wp--style--block-gap,.5em);margin-block-start:var(--wp--style--block-gap,.5em)}:root{--sc-color-neutral-100:#f5f5f5;--sc-color-primary-50:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.55),100%));--sc-color-primary-100:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.45),100%));--sc-color-primary-200:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.35),100%));--sc-color-primary-300:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.25),100%));--sc-color-primary-400:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.15),100%));--sc-color-primary-500:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),var(--sc-color-primary-luminance));--sc-color-primary-600:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.9),0%));--sc-color-primary-700:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.75),0%));--sc-color-primary-800:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.6),0%));--sc-color-primary-900:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.35),0%));--sc-color-primary-950:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.2),0%));--sc-shadow-medium:0 0 #000,0 0 #000,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--sc-font-mono:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;--sc-font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--sc-font-serif:Georgia,"Times New Roman",serif;--sc-input-box-shadow:rgba(0,0,0,.05) 0px 1px 2px 0px;--sc-input-error-text-font-size-small:var( --sc-input-help-text-font-size-small );--sc-input-error-text-font-size-medium:var( --sc-input-help-text-font-size-small );--sc-input-error-text-font-size-large:var( --sc-input-help-text-font-size-small );--sc-z-index-drawer-backdrop:99998;--sc-cart-main-label-text-color:var(--sc-color-gray-600);--sc-reviews-background-color:transparent;--sc-review-text-color:var(--sc-color-gray-800);--sc-review-secondary-text-color:var(--sc-color-gray-600);--sc-review-border-color:var(--sc-color-gray-200);--sc-star-bar-background-color:var(--sc-color-gray-200);--sc-star-bar-fill-color:var(--sc-color-gray-800);--sc-review-overlay-background-color:rgba(0,0,0,.5)}.wp-block-surecart-cart-icon[hidden]{display:none}.wp-block-surecart-cart-icon{background:var(--sc-cart-icon-background,var(--sc-color-primary-500));border-radius:var(--sc-cart-icon-border-radius,var(--sc-input-border-radius-medium));bottom:var(--sc-cart-icon-bottom,30px);-webkit-box-shadow:var(--sc-shadow-small);box-shadow:var(--sc-shadow-small);color:var(--sc-cart-icon-color,var(--sc-color-primary-text,var(--sc-color-white)));cursor:pointer;font-family:var(--sc-cart-font-family,var(--sc-input-font-family));font-weight:var(--sc-font-weight-semibold);height:var(--sc-cart-icon-height,60px);left:var(--sc-cart-icon-left,auto);position:fixed;right:var(--sc-cart-icon-right,30px);top:var(--sc-cart-icon-top,auto);-webkit-transition:opacity var(--sc-transition-medium) ease;transition:opacity var(--sc-transition-medium) ease;width:var(--sc-cart-icon-width,60px);z-index:var(--sc-cart-icon-z-index,99)}.wp-block-surecart-cart-icon:hover{opacity:.8}.wp-block-surecart-cart-icon__container{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;line-height:0;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;text-align:center}.wp-block-surecart-cart-icon__icon{cursor:pointer;font-size:var(--sc-cart-icon-size,1.1em)}.wp-block-surecart-cart-icon__icon svg{color:var(--sc-color-white)}.wp-block-surecart-cart-icon__count{background:var(--sc-cart-counter-background,var(--sc-color-gray-900));border-radius:var(--sc-cart-counter-border-radius,9999px);bottom:auto;-webkit-box-shadow:var(--sc-cart-icon-box-shadow,var(--sc-shadow-x-large));box-shadow:var(--sc-cart-icon-box-shadow,var(--sc-shadow-x-large));color:var(--sc-cart-counter-color,var(--sc-color-white));font-size:12px;left:auto;line-height:18px;padding:4px 10px;position:absolute;right:-8px;top:-8px;z-index:1}body{outline:0;color:#808285;background:#fff;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h4{font-style:inherit;padding:0}h2,h4{font-size:100%}html{-webkit-text-size-adjust:100%;box-sizing:border-box}html,li{margin:0}body,h1,h2,h4,html,li,p,ul{vertical-align:baseline}html,li,p,ul{font-size:100%;font-style:inherit;font-weight:inherit;padding:0}body,h1,h2,h4,html,li,p,textarea,ul{border:0}a{background-color:transparent}a:active,h1,h2,h4,html,li,p,textarea,ul{outline:0}a:hover,a:visited{text-decoration:none}small{font-size:.875em}img{border:0;height:auto;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}input[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}textarea{overflow:auto}.ast-container{max-width:100%;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}h1,h2,h4{clear:both}h1{color:#808285}.entry-content :where(h2),.entry-content :where(h4),h2,h4{color:#808285}:after,:before{box-sizing:inherit}ul{margin:0 0 1.5em 3em;list-style:disc}li>ul{margin-bottom:0;margin-left:1.5em}i{font-style:italic}.button{margin:0;background:#e6e6e6}.button,button,input,select,textarea{vertical-align:baseline}input{color:#808285}.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after{line-height:normal}ins{background:0 0;text-decoration:none}button{border:1px solid}button,input[type=submit]{background:#e6e6e6}.button:focus{color:#fff}.button:hover{color:#fff;border-color:var(--ast-border-color)}.button:active,.button:focus,button:active,input[type=submit]:active{border-color:var(--ast-border-color);outline:0}button:focus,input[type=submit]:focus{outline:0}input[type=email],input[type=text],textarea{border:1px solid var(--ast-border-color);-webkit-appearance:none}input[type=email]:focus,input[type=text]:focus,textarea:focus{color:#111}a{color:#4169e1}a:focus,a:hover{color:#191970}a:focus{outline:thin dotted}a:hover{outline:0}::selection{background:#0274be;background-color:var(--ast-global-color-0);color:#fff}body:not(.logged-in){position:relative}#page{position:relative;display:block}a,a:focus{text-decoration:none}.site-header a *,.site-logo-img img,a{transition:all .2s linear}.entry-content :where(h1,h2,h4){margin-bottom:20px}p{margin:0 0 1.75em;margin-bottom:1rem}.button,input[type=submit]{border-radius:0;border:0;box-shadow:none;text-shadow:none}.button:hover,input[type=submit]:hover{box-shadow:none}.button:active,.button:focus,input[type=submit]:active{box-shadow:none}.site-title{font-weight:400;margin-bottom:0}.site-title a,.site-title:focus a,.site-title:hover a{transition:all .2s linear}.site-title a,.site-title a:focus,.site-title a:hover,.site-title a:visited{color:#222}body{line-height:1.8571428571;background-color:#fff;overflow-x:hidden}.ast-single-post .entry-title,.site-title a{line-height:1.2}.entry-title{font-weight:var(--ast-blog-title-font-weight,normal)}#primary{width:100%;margin:4em 0}.main-navigation{height:100%;-js-display:inline-flex;display:inline-flex}.main-navigation ul{list-style:none;margin:0;padding-left:0;position:relative}.main-header-menu .menu-link{text-decoration:none;padding:0 1em;display:inline-block;transition:all .2s linear}.main-header-menu .menu-item{position:relative}.main-header-menu .menu-item:hover>.sub-menu{right:auto;left:0;visibility:visible}.main-header-menu .sub-menu{width:240px;background:#fff;left:-999em;position:absolute;top:100%;z-index:99999;visibility:hidden}.main-header-menu .sub-menu .menu-link{padding:.9em 1em;display:block;word-wrap:break-word}.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type{display:none}.submenu-with-border .sub-menu{border-width:1px;border-style:solid}.submenu-with-border .sub-menu .menu-link{border-width:0 0 1px;border-style:solid}.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link{border-bottom-style:none}.ast-button-wrap,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.ast-button-wrap button{box-shadow:none;border:0}.ast-button-wrap .menu-toggle{padding:0;width:2.2em;height:2.1em;font-size:1.5em;font-weight:400;border-radius:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:1.8571428571}.ast-button-wrap .menu-toggle.main-header-menu-toggle{width:auto;text-align:center}.ast-button-wrap .menu-toggle:focus{outline:thin dotted}.header-main-layout-1 .ast-main-header-bar-alignment{margin-left:auto}.site-navigation{height:100%}.ahfb-svg-iconset svg>*,.site-header .menu-link *{transition:none}.ast-icon.icon-arrow svg{height:.6em;width:.6em;position:relative;margin-left:10px}.ast-icon svg:not([fill]){fill:currentColor}.entry-content>:last-child,.entry-summary>:last-child{margin-bottom:0}.ast-builder-grid-row{display:grid;grid-template-columns:auto auto;align-items:center;grid-column-gap:20px;overflow-wrap:anywhere}.ast-builder-grid-row>.site-header-section{flex-wrap:nowrap}.ast-builder-footer-grid-columns{grid-column-gap:50px}.ast-builder-grid-row.ast-grid-center-col-layout{grid-template-columns:1fr auto 1fr}.ast-builder-layout-element,.site-header-section .ast-builder-menu{align-items:center}.site-header-section{height:100%;min-height:0;align-items:center}.site-header-section>*{padding:0 10px}.site-header-section>div:first-child{padding-left:0}.site-header-section>div:last-child{padding-right:0}.ast-grid-right-center-section{justify-content:flex-start;flex-grow:1}.ast-grid-right-section{justify-content:flex-end}.ast-grid-left-center-section{justify-content:flex-end;flex-grow:1}.ast-logo-title-inline .ast-site-identity{padding:1em 0;-js-display:inline-flex;display:inline-flex;vertical-align:middle;align-items:center;transition:all .2s linear}.ast-grid-section-center{justify-content:center}.ahfb-svg-iconset,.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ahfb-svg-iconset svg{width:17px;height:17px;transition:none}.ast-footer-copyright p,ul ul{margin-bottom:0}.ast-builder-grid-row-container{display:grid;align-content:center}.main-header-bar .main-header-bar-navigation{height:100%}.ast-nav-menu .sub-menu{line-height:1.45}.ast-builder-menu .main-navigation{padding:0}.ast-builder-menu .main-navigation>ul{align-self:center}.ast-footer-copyright,.site-footer-focus-item{width:100%}#astra-footer-menu{margin:0;list-style:none;background:inherit}.site-footer-section{justify-content:center}.site-footer-section>*{margin-bottom:10px}.site-footer-section>:last-child{margin-bottom:0}.menu-toggle .ast-close-svg{display:none}.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{-js-display:flex;display:flex;align-items:center;width:auto;height:auto}.menu-toggle .mobile-menu-toggle-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-button-wrap .menu-toggle.main-header-menu-toggle{padding:.5em;align-items:center;-js-display:flex;display:flex}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0}.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-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em}}.site-header{z-index:99}.main-header-bar-wrap,.site-header{position:relative}.main-header-bar{background-color:#fff;border-bottom-color:var(--ast-border-color);border-bottom-style:solid;margin-left:auto;margin-right:auto}.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.site-branding{line-height:1;align-self:center}.ast-menu-toggle{display:none;background:0 0;color:inherit;border-style:dotted;border-color:transparent}.ast-menu-toggle:focus,.ast-menu-toggle:hover{background:0 0;border-color:inherit;color:inherit}.ast-menu-toggle:focus{outline:thin dotted}.main-header-bar{z-index:4;position:relative}.main-header-bar .main-header-bar-navigation .sub-menu{line-height:1.45}.ast-site-identity{padding:1em 0}.ast-desktop .main-header-menu>.menu-item .sub-menu:before{position:absolute;content:"";top:0;left:0;width:100%;transform:translateY(-100%)}input[type=email],input[type=number],input[type=text]{transition:all .2s linear}input[type=email],input[type=number],input[type=text],select,textarea{color:#666;border-width:1px;border-style:solid;border-color:var(--ast-border-color);background:var(--ast-comment-inputs-background);box-shadow:none;box-sizing:border-box}textarea{height:auto}input[type=email]:focus,input[type=text]:focus,select:focus,textarea:focus{background-color:#fff}select:focus{border-color:var(--ast-border-color)}input[type=submit],input[type=submit]:focus,input[type=submit]:hover{box-shadow:none}.woocommerce-page .site-main ul.products li.product{width:100%}.entry-content{word-wrap:break-word}.entry-content p{margin-bottom:1.6em}.entry-content::after{display:table;clear:both;content:""}@media (min-width:421px){.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}}@media (max-width:420px){.single .post-navigation .nav-links:not(:has(.nav-previous)){justify-content:flex-end}}.ast-flex{-js-display:flex;display:flex;flex-wrap:wrap}.ast-inline-flex{-js-display:inline-flex;display:inline-flex;align-items:center;flex-wrap:wrap;align-content:center}.ast-flex-grow-1{flex-grow:1}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:2.5em;--ast-container-default-lg-padding:2.5em;--ast-container-default-slg-padding:2em;--ast-container-default-md-padding:2.5em;--ast-container-default-sm-padding:2.5em;--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:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:600;--ast-blog-meta-weight:600;--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)}a{color:var(--ast-global-color-0)}a:focus,a:hover{color:var(--ast-global-color-1)}body{font-family:"Inter",sans-serif;font-size:16px}button{line-height:var(--ast-body-line-height,1.8em)}body,input{font-weight:400}body,input,select,textarea{font-size:1rem;line-height:var(--ast-body-line-height,1.8em)}.entry-content :where(h1,h2,h4),.site-title,.site-title a,h1{font-family:"Work Sans",sans-serif;font-weight:600}.ast-site-identity .site-title a,.ast-site-identity .site-title a:hover{color:var(--ast-global-color-2)}.site-title{font-size:20px;font-size:1.25rem;display:block}header .custom-logo-link img{max-width:50px;width:50px}.entry-title{font-size:22px;font-size:1.375rem}h1{font-size:60px;font-size:3.75rem;font-family:"Work Sans",sans-serif}.entry-content :where(h2),.entry-content :where(h4),h2,h4{font-size:42px;font-size:2.625rem;font-weight:600;font-family:"Work Sans",sans-serif;line-height:1.23em}.entry-content :where(h4),h4{font-size:22px;font-size:1.375rem;line-height:1.41em}body{color:var(--ast-global-color-3)}input:focus,input[type=email]:focus,input[type=text]:focus,textarea:focus{border-color:var(--ast-global-color-0)}input[type=checkbox]:checked,input[type=checkbox]:focus:checked,input[type=checkbox]:hover:checked{border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);box-shadow:none}.ast-single-post .entry-content a{text-decoration:underline}.ast-header-navigation-arrow:focus-visible,.ast-menu-toggle:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,a:focus-visible{outline-style:dotted;outline-color:inherit;outline-width:thin}input[type=email]:focus,input[type=number]:focus,input[type=text]:focus,textarea:focus{border-style:dotted;border-width:thin}#ast-scroll-top:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce-page #comment:focus,input:focus{border-style:dotted;border-color:inherit;border-width:thin}input{outline:0}input[type=number]:focus{outline-style:unset;outline-color:inherit;outline-width:thin}.ast-logo-title-inline .site-logo-img{padding-right:1em}input[type=email],input[type=number],input[type=text]{font-size:16px;font-weight:400;line-height:24px;width:100%;padding:12px 16px;border-radius:4px}input[type=email],input[type=number],input[type=text],select,textarea{font-style:normal;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:var(--ast-form-input-text,#475569)}input[type=email],input[type=number],input[type=text],select{height:40px}input[type=email]:focus,input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:#046bd2;box-shadow:none;outline:0;color:var(--ast-form-input-focus-text,#475569)}label{color:var(--ast-global-color-2,#111827 );font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:inline-block}.button,a:where(.wp-block-button__link),button,input[type=submit]{border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}:root{--ast-comment-inputs-background:#FFF}::placeholder{color:var(--ast-form-field-color,#9CA3AF)}::-ms-input-placeholder{color:var(--ast-form-field-color,#9CA3AF)}@media (max-width:921.99px){#ast-desktop-header{display:none}}@media (min-width:922px){#ast-mobile-header{display:none}}@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}@media (min-width:1200px){.ast-plain-container.ast-no-sidebar #primary{margin-top:60px;margin-bottom:60px}}#page{display:flex;flex-direction:column;min-height:100vh}#page .site-content{flex-grow:1}.entry-title{margin-bottom:.6em}.wp-block-button .wp-block-button__link{border-style:solid;border-width:1px;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);color:#fff;font-family:inherit;font-weight:400;line-height:1.28em;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-size:.875rem;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px;padding:16px 35px}.menu-toggle:hover,.woocommerce #respond input#submit:hover,.woocommerce button.button:hover,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover,button:focus,button:hover,input#submit:focus,input#submit:hover,input[type=submit]:focus,input[type=submit]:hover{color:#fff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1)}.button,.menu-toggle,.woocommerce #respond input#submit,.woocommerce button.button,input#submit,input[type=submit]{font-family:inherit;font-size:14px;line-height:1.28em;text-transform:uppercase}.button,.menu-toggle,.woocommerce #respond input#submit,.woocommerce button.button,button,input#submit,input[type=submit]{border-style:solid;border-width:1px;color:#fff;border-color:var(--ast-global-color-0);background-color:var(--ast-global-color-0);padding:16px 35px;font-weight:400;font-size:.875rem;letter-spacing:2px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}@media (min-width:544px){.ast-container{max-width:100%}}@media (max-width:921px){.site-title{display:block}.entry-title{font-size:22px;font-size:1.375rem}h1{font-size:56px}.entry-content :where(h2),h2{font-size:34px}.entry-content :where(h4),h4{font-size:22px;font-size:1.375rem}body{background-color:var(--ast-global-color-5);background-image:none}}@media (max-width:544px){.site-title{display:block}.entry-title{font-size:20px;font-size:1.25rem}h1{font-size:40px}.entry-content :where(h2),h2{font-size:26px}.entry-content :where(h4),h4{font-size:20px;font-size:1.25rem}body{background-color:var(--ast-global-color-5);background-image:none}}@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:1240px}.site-content .ast-container{display:flex}}@media (max-width:921px){.site-content .ast-container{flex-direction:column}}: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:1200px;--wp--custom--ast-content-width-size:1200px;--wp--custom--ast-wide-width-size:calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding))}@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}}:root{--ast-global-color-0:#eb3e6c;--ast-global-color-1:#e63059;--ast-global-color-2:#22413a;--ast-global-color-3:#59716b;--ast-global-color-4:#fff6ec;--ast-global-color-5:#ffffff;--ast-global-color-6:rgba(34,65,58,0.1);--ast-global-color-7:#000000;--ast-global-color-8:#111111;--ast-border-color:var(--ast-global-color-6)}.entry-content :where(h1,h2,h4),h1,h2,h4{color:var(--ast-global-color-2)}.ast-builder-layout-element[data-section=title_tagline]{display:flex}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;display:flex}.ast-builder-menu-1 .menu-item>.ast-menu-toggle,.ast-builder-menu-1 .menu-item>.menu-link{color:var(--ast-global-color-3)}.ast-builder-menu-1 .ast-menu-toggle:hover,.ast-builder-menu-1 .main-header-menu>.menu-item:hover>.ast-menu-toggle,.ast-builder-menu-1 .main-header-menu>.menu-item:hover>.menu-link,.ast-builder-menu-1 .menu-link:hover{color:var(--ast-global-color-1)}.ast-builder-menu-1 .sub-menu{border-width:2px 0 0;border-color:var(--ast-global-color-0);border-style:solid}.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu{margin-top:0}.ast-desktop .ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu:before{height:calc(0px + 2px + 5px)}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none}@media (max-width:921px){.ast-builder-menu-1 .menu-item-has-children>.menu-link:after{content:unset}.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu{margin-top:0}}@media (max-width:544px){.ast-builder-menu-1 .main-header-menu>.menu-item>.sub-menu{margin-top:0}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px}.site-below-footer-wrap[data-section=section-below-footer-builder]{background-color:var(--ast-global-color-5);background-image:none;min-height:40px;border-style:solid;border-width:1px 0 0;border-top-color:var(--ast-global-color-2);padding:20px 40px;margin:0}.site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row{max-width:1200px;min-height:40px;margin-left:auto;margin-right:auto;align-items:center}.site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section{align-items:center}@media (max-width:921px){.site-below-footer-wrap[data-section=section-below-footer-builder] .ast-builder-grid-row{grid-column-gap:0;grid-row-gap:0}.site-below-footer-wrap[data-section=section-below-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-full .ast-builder-grid-row{grid-template-columns:1fr}}@media (max-width:544px){.site-below-footer-wrap[data-section=section-below-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}}@media (max-width:921px){.site-below-footer-wrap[data-section=section-below-footer-builder]{padding:20px 32px}}.site-below-footer-wrap[data-section=section-below-footer-builder]{display:grid}#ast-scroll-top,.ast-footer-copyright{text-align:center}.ast-footer-copyright.site-footer-focus-item{color:var(--ast-global-color-2)}@media (max-width:921px){.ast-footer-copyright{text-align:center}}@media (max-width:544px){.ast-footer-copyright{text-align:center}.ast-footer-copyright.site-footer-focus-item{margin:0}}.ast-footer-copyright.site-footer-focus-item{font-size:14px;font-size:.875rem}.ast-footer-copyright.ast-builder-layout-element,body .is-layout-flex{display:flex}.site-footer{background-color:var(--ast-global-color-2);background-image:none}.ast-hfb-header .site-footer{padding:0}@media (max-width:921px){.site-footer{background-color:var(--ast-global-color-2);background-image:none}}@media (max-width:544px){.site-footer{background-color:var(--ast-global-color-2);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:var(--ast-global-color-7);background-image:none}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row{grid-column-gap:0;max-width:100%;padding-left:35px;padding-right:35px;align-items:center}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .site-footer-section{align-items:center}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr}@media (max-width:921px){.site-footer,.site-primary-footer-wrap[data-section=section-primary-footer-builder]{background-color:var(--ast-global-color-5);background-image:none}.site-footer{background-color:var(--ast-global-color-2)}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row{grid-column-gap:0;grid-row-gap:0}.site-primary-footer-wrap[data-section=section-primary-footer-builder].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr}}@media (max-width:544px){.site-footer,.site-primary-footer-wrap[data-section=section-primary-footer-builder]{background-color:var(--ast-global-color-7);background-image:none}.site-footer{background-color:var(--ast-global-color-2)}.site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row{grid-column-gap:40px;grid-row-gap:40px}.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]{padding:100px 40px 96px;margin:0}@media (max-width:921px){.site-primary-footer-wrap[data-section=section-primary-footer-builder]{padding:34px;margin:2px}}@media (max-width:544px){.site-primary-footer-wrap[data-section=section-primary-footer-builder]{padding:40px 24px}}.site-primary-footer-wrap[data-section=section-primary-footer-builder]{display:grid}.footer-widget-area.widget-area.site-footer-focus-item{width:auto}.screen-reader-text{top:0!important}@media (min-width:922px){.main-header-bar{border-bottom-width:1px}}#astra-footer-menu .menu-item,.main-header-menu .menu-item{-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}#astra-footer-menu>.menu-item>.menu-link,.main-header-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}@media (min-width:922px){.ast-builder-menu .main-navigation>ul>li:last-child a{margin-right:0}}.ast-plain-container{background-color:var(--ast-global-color-4);background-image:none}@media (max-width:921px){.ast-plain-container{background-color:var(--ast-global-color-4);background-image:none}}@media (max-width:544px){.ast-plain-container{background-color:var(--ast-global-color-4);background-image:none}}#ast-scroll-top{display:none;position:fixed;cursor:pointer;z-index:99;width:2.1em;height:2.1em;line-height:2.1;color:#fff;border-radius:2px;content:"";outline:inherit}@media (min-width:769px){#ast-scroll-top{content:"769"}}#ast-scroll-top .ast-icon.icon-arrow svg{margin-left:0;vertical-align:middle;transform:translate(0,-20%) rotate(180deg);width:1.6em}.ast-scroll-to-top-right{right:30px;bottom:30px}#ast-scroll-top{background-color:var(--ast-global-color-0);font-size:15px}@media (max-width:921px){#ast-scroll-top .ast-icon.icon-arrow svg{width:1em}}.ast-mobile-header-content>*{height:auto;padding:0}.ast-mobile-header-content>:first-child{padding-top:10px}.ast-mobile-header-content>.ast-builder-menu{padding-top:0}.ast-mobile-header-content>:last-child{padding-bottom:0}.ast-mobile-header-wrap .ast-mobile-header-content{display:none;background-color:#fff}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start}.content-align-flex-start .main-header-menu,.woocommerce ul.products li.product.desktop-align-left,.woocommerce-page ul.products li.product.desktop-align-left{text-align:left}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:96px}.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu>.menu-item{line-height:96px}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:0;border-bottom-style:solid}}.ast-primary-header-bar{background-color:var(--ast-global-color-5);background-image:none;display:block}@media (max-width:921px){.ast-primary-header-bar.ast-primary-header{background-color:var(--ast-global-color-5);background-image:none}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:80px}}@media (max-width:544px){.ast-primary-header-bar.ast-primary-header{background-color:var(--ast-global-color-5);background-image:none}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:60px}}.ast-desktop .ast-primary-header-bar.main-header-bar{padding:0 40px}@media (max-width:921px){.ast-desktop .ast-primary-header-bar.main-header-bar{padding:0 32px;margin:0}}@media (max-width:544px){.ast-desktop .ast-primary-header-bar.main-header-bar{padding:20px 24px}}[data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-fill{color:var(--ast-global-color-5);border:0;background:var(--ast-global-color-0)}[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)}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle,.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{color:var(--ast-global-color-3)}.ast-builder-menu-mobile .main-header-menu>.menu-item:hover>.menu-link,.ast-builder-menu-mobile .main-navigation .ast-menu-toggle:hover,.ast-builder-menu-mobile .main-navigation .main-header-menu>.menu-item:hover>.ast-menu-toggle,.ast-builder-menu-mobile .main-navigation .main-header-menu>.menu-item:hover>.menu-link,.ast-builder-menu-mobile .main-navigation .menu-link:hover,.ast-builder-menu-mobile .menu-link:hover{color:var(--ast-global-color-1)}.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-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu{border-top-width:1px;border-color:#eaeaea}.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-mobile-header-content .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{border-bottom-width:1px;border-color:#eaeaea;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:16px;font-size:1rem}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{color:var(--ast-global-color-3);padding:10px 32px}.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 .menu-link:hover{color:var(--ast-global-color-1);background:var(--ast-global-color-5)}.ast-builder-menu-mobile .main-navigation .ast-menu-toggle:hover,.ast-builder-menu-mobile .main-navigation .main-header-menu>.menu-item:hover>.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:10px;right:calc(32px - .907em)}.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:var(--ast-global-color-5);background-image:none}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link{color:var(--ast-global-color-2);padding:5px 24px}.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.ast-menu-toggle{color:var(--ast-global-color-2)}.ast-builder-menu-mobile .main-navigation .main-header-menu>.menu-item:hover>.menu-link,.ast-builder-menu-mobile .main-navigation .menu-link:hover{color:var(--ast-global-color-0);background:var(--ast-global-color-5)}.ast-builder-menu-mobile .main-navigation .ast-menu-toggle:hover,.ast-builder-menu-mobile .main-navigation .main-header-menu>.menu-item:hover>.ast-menu-toggle{color:var(--ast-global-color-0)}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle{top:5px;right:calc(24px - .907em)}.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:var(--ast-global-color-5);background-image:none}}.ast-builder-menu-mobile .main-navigation,.footer-widget-area[data-section=section-footer-menu]{display:block}@media (min-width:769px){.footer-nav-wrap .astra-footer-horizontal-menu li{margin:0}.footer-nav-wrap .astra-footer-horizontal-menu a{padding:0 .5em}.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:center}@media (max-width:921px){.footer-widget-area[data-section=section-footer-menu] .astra-footer-tablet-horizontal-menu{justify-content:center;display:flex}#astra-footer-menu .menu-item>a{padding:0 20px}#astra-footer-menu .menu-item:hover>a{background:var(--ast-global-color-5)}#astra-footer-menu{background-color:var(--ast-global-color-5);background-image:none}}@media (max-width:544px){.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}}:root{--e-global-color-astglobalcolor0:#eb3e6c;--e-global-color-astglobalcolor1:#e63059;--e-global-color-astglobalcolor2:#22413a;--e-global-color-astglobalcolor3:#59716b;--e-global-color-astglobalcolor4:#fff6ec;--e-global-color-astglobalcolor5:#ffffff;--e-global-color-astglobalcolor6:rgba(34,65,58,0.1);--e-global-color-astglobalcolor7:#000000;--e-global-color-astglobalcolor8:#111111}.comment-reply-title{font-size:20px;font-size:1.25rem;font-weight:600;line-height:1.65;padding-top:0;margin-bottom:1em}.comment-respond{padding-top:2em;padding-bottom:2em}:root{--ast-single-post-border:#e1e8ed}.entry-content>*{margin-bottom:1.5em}.entry-content :where(h1,h2,h4){margin-top:1.5em;margin-bottom:calc(.3em + 10px)}:root{--ast-single-post-nav-padding:4em 0 0}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-group,ul{box-sizing:border-box}.entry-content{counter-reset:footnotes}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.screen-reader-text:focus{font-size:1em}html :where([style*=border-top-color]),html :where([style*=border-top-width]){border-top-style:solid}:host(.sc-button-group__button:not(.sc-button-group__button--first)){margin-left:calc(var(--sc-input-border-width)*-1)}:host(.sc-button-group__button--hover){z-index:1}:host(.sc-button-group__button--focus){z-index:2}.sc-spinner{--track-color:#0d131e20;--stroke-width:2px;--spinner-size:1em;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:solid var(--stroke-width) var(--track-color);border-radius:50%;border-right-color:currentColor;border-top-color:currentColor;display:inline-block;height:var(--spinner-size);width:var(--spinner-size)}.is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:flex}:root :where(.wp-block-surecart-product-quantity-control):has(.wp-block-surecart-product-quantity-input:focus){outline:2px solid var(--sc-focus-ring-color,var(--wp--preset--color--primary,currentColor));outline-offset:2px}:root{--sc-sticky-purchase-background-color:var(--sc-color-white);--sc-sticky-purchase-text-color:var(--sc-color-gray-700);--sc-sticky-purchase-scratch-amount:var(--sc-color-gray-500);--sc-color-brand-primary:#388051;--sc-color-brand-secondary:#00824c;--sc-color-brand-heading:#002e33;--sc-color-brand-body:#45505f;--sc-color-brand-main-background:#f4f7f9;--sc-color-brand-content-background:#ffffff;--sc-color-brand-stroke:#e7ecee;--sc-color-brand-subheading:#9ca7ab;--sc-color-brand-pastel-pink:#fcf2f7;--sc-color-brand-pastel-orange:#fef9f6;--sc-color-brand-pastel-purple:#f7f6fe;--sc-color-brand-pastel-green:#e6f9ee;--sc-brand-color-background-inverse:#111827;--sc-color-black:#000;--sc-color-white:#fff;--sc-color-gray-50:#f9fafb;--sc-color-gray-100:#f3f4f6;--sc-color-gray-200:#e5e7eb;--sc-color-gray-300:#dce0e6;--sc-color-gray-400:#9ca3af;--sc-color-gray-500:#6b7280;--sc-color-gray-600:#4b5563;--sc-color-gray-700:#374151;--sc-color-gray-800:#1f2937;--sc-color-gray-900:#111827;--sc-color-gray-950:#0d131e;--sc-color-neutral-50:#fafafa;--sc-color-neutral-100:whitesmoke;--sc-color-neutral-200:#e5e5e5;--sc-color-neutral-300:#d4d4d4;--sc-color-neutral-400:#a3a3a3;--sc-color-neutral-500:#737373;--sc-color-neutral-600:#525252;--sc-color-neutral-700:#404040;--sc-color-neutral-800:#262626;--sc-color-neutral-900:#171717;--sc-color-neutral-950:#0f0f0f;--sc-color-primary:217;--sc-color-primary-luminance:60%;--sc-color-primary-saturation:91%;--sc-color-primary-50:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.55), 100%));--sc-color-primary-100:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.45), 100%));--sc-color-primary-200:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.35), 100%));--sc-color-primary-300:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.25), 100%));--sc-color-primary-400:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.15), 100%));--sc-color-primary-500:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), var(--sc-color-primary-luminance));--sc-color-primary-600:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.9), 0%));--sc-color-primary-700:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.75), 0%));--sc-color-primary-800:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.6), 0%));--sc-color-primary-900:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.35), 0%));--sc-color-primary-950:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.2), 0%));--sc-color-primary-text:var(--sc-color-white);--sc-color-success-50:#f0fdf4;--sc-color-success-100:#dcfce7;--sc-color-success-200:#bbf7d0;--sc-color-success-300:#86efac;--sc-color-success-400:#4ade80;--sc-color-success-500:#22c55e;--sc-color-success-600:#16a34a;--sc-color-success-700:#15803d;--sc-color-success-800:#166534;--sc-color-success-900:#14532d;--sc-color-success-950:#0d381e;--sc-color-success-text:var(--sc-color-white);--sc-color-info-50:#eff6ff;--sc-color-info-100:#dbeafe;--sc-color-info-200:#bfdbfe;--sc-color-info-300:#93c5fd;--sc-color-info-400:#60a5fa;--sc-color-info-500:#3b82f6;--sc-color-info-600:#2563eb;--sc-color-info-700:#1d4ed8;--sc-color-info-800:#1e40af;--sc-color-info-900:#1e3a8a;--sc-color-info-text:var(--sc-color-white);--sc-color-warning-50:#fffbeb;--sc-color-warning-100:#fef3c7;--sc-color-warning-200:#fde68a;--sc-color-warning-300:#fcd34d;--sc-color-warning-400:#fbbf24;--sc-color-warning-500:#f59e0b;--sc-color-warning-600:#d97706;--sc-color-warning-700:#b45309;--sc-color-warning-800:#92400e;--sc-color-warning-900:#78350f;--sc-color-warning-950:#4d220a;--sc-color-warning-text:var(--sc-color-white);--sc-color-danger-50:#fef2f2;--sc-color-danger-100:#fee2e2;--sc-color-danger-200:#fecaca;--sc-color-danger-300:#fca5a5;--sc-color-danger-400:#f87171;--sc-color-danger-500:#ef4444;--sc-color-danger-600:#dc2626;--sc-color-danger-700:#b91c1c;--sc-color-danger-800:#991b1b;--sc-color-danger-900:#7f1d1d;--sc-color-danger-950:#481111;--sc-color-danger-text:var(--sc-color-white);--sc-border-radius-small:0.15em;--sc-border-radius-medium:0.35em;--sc-border-radius-large:0.5em;--sc-border-radius-x-large:0.75em;--sc-border-radius-circle:50%;--sc-border-radius-pill:9999px;--sc-shadow-x-small:0 1px 0 #0d131e0d;--sc-shadow-small:0 1px 2px #0d131e1a;--sc-shadow-medium:0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--sc-shadow-large:0 2px 8px #0d131e1a;--sc-shadow-x-large:0 4px 16px #0d131e1a;--sc-spacing-xxx-small:0.125em;--sc-spacing-xx-small:0.25em;--sc-spacing-x-small:0.5em;--sc-spacing-small:0.75em;--sc-spacing-medium:1em;--sc-spacing-large:1.25em;--sc-spacing-x-large:1.75em;--sc-spacing-xx-large:2.25em;--sc-spacing-xxx-large:3em;--sc-spacing-xxxx-large:4.5em;--sc-transition-x-slow:1000ms;--sc-transition-slow:500ms;--sc-transition-medium:350ms;--sc-transition-fast:150ms;--sc-transition-x-fast:50ms;--sc-font-mono:SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;--sc-font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';--sc-font-serif:Georgia, 'Times New Roman', serif;--sc-font-size-xx-small:0.625em;--sc-font-size-x-small:0.75em;--sc-font-size-small:0.875em;--sc-font-size-medium:1em;--sc-font-size-large:1.15em;--sc-font-size-x-large:1.25em;--sc-font-size-xx-large:1.45em;--sc-font-size-xxx-large:2em;--sc-font-size-xxxx-large:3em;--sc-font-weight-light:300;--sc-font-weight-normal:400;--sc-font-weight-semibold:500;--sc-font-weight-bold:600;--sc-letter-spacing-dense:-0.015em;--sc-letter-spacing-normal:normal;--sc-letter-spacing-loose:0.075em;--sc-line-height-dense:1.4;--sc-line-height-normal:1.8;--sc-line-height-loose:2.2;--sc-focus-ring-color-primary:var(--sc-color-primary-500);--sc-focus-ring-color-success:#22c55e54;--sc-focus-ring-color-info:#6b728054;--sc-focus-ring-color-warning:#f59e0b54;--sc-focus-ring-color-danger:#ef444454;--sc-focus-ring-width:1px;--sc-button-font-size-small:var(--sc-font-size-x-small);--sc-button-font-size-medium:var(--sc-font-size-medium);--sc-button-font-size-large:var(--sc-font-size-large);--sc-column-spacing:var(--sc-spacing-xx-large);--sc-form-row-spacing:var(--sc-spacing-small);--sc-form-row-spacing-large:var(--sc-spacing-xx-large);--sc-form-title-font-weight:var(--sc-font-weight-semibold);--sc-form-title-font-size:var(--sc-font-size-x-large);--sc-form-title-description-color:var(--sc-color-gray-500);--sc-form-title-description-size:var(--sc-font-size-medium);--sc-choice-background-color:var(--sc-color-white);--sc-card-border:solid 1px var(--sc-input-border-color);--sc-choice-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-choice-box-shadow:var(--sc-input-box-shadow);--sc-drawer-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-drawer-header-spacing:var(--sc-spacing-large);--sc-drawer-body-spacing:var(--sc-spacing-large);--sc-drawer-footer-spacing:var(--sc-spacing-large);--sc-input-transition:var(--sc-transition-medium);--sc-input-box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;--sc-input-height-small:2.25em;--sc-input-height-medium:2.8em;--sc-input-height-large:3em;--sc-input-background-color:var(--sc-color-white);--sc-input-background-color-hover:var(--sc-color-white);--sc-input-background-color-focus:var(--sc-color-white);--sc-input-background-color-disabled:var(--sc-color-gray-100);--sc-input-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-input-border-color:var(--sc-color-gray-300);--sc-input-border-color-hover:var(--sc-color-gray-400);--sc-input-border-color-focus:var(--sc-color-primary-500);--sc-input-border-color-disabled:var(--sc-color-gray-300);--sc-input-border-color-invalid:var(--sc-color-danger-500);--sc-input-border-width:1px;--sc-input-border-radius-small:var(--sc-border-radius-small);--sc-input-border-radius-medium:var(--sc-border-radius-medium);--sc-input-border-radius-large:var(--sc-border-radius-medium);--sc-input-font-family:var(--sc-font-sans);--sc-input-font-weight:var(--sc-font-weight-normal);--sc-input-font-size-small:var(--sc-font-size-small);--sc-input-font-size-medium:var(--sc-font-size-medium);--sc-input-font-size-large:var(--sc-font-size-large);--sc-input-label-font-weight:var(--sc-font-weight-semibold);--sc-input-label-margin:var(--sc-spacing-xx-small);--sc-input-letter-spacing:var(--sc-letter-spacing-normal);--sc-input-color:var(--sc-color-gray-700);--sc-input-color-hover:var(--sc-color-gray-700);--sc-input-color-focus:var(--sc-color-gray-700);--sc-input-color-disabled:var(--sc-color-gray-900);--sc-input-icon-color:var(--sc-color-gray-400);--sc-input-icon-color-hover:var(--sc-color-gray-600);--sc-input-icon-color-focus:var(--sc-color-gray-600);--sc-input-placeholder-color:var(--sc-color-gray-400);--sc-input-placeholder-color-disabled:var(--sc-color-gray-600);--sc-input-spacing-small:var(--sc-spacing-small);--sc-input-spacing-medium:var(--sc-spacing-medium);--sc-input-spacing-large:var(--sc-spacing-large);--sc-input-label-font-size-small:var(--sc-font-size-small);--sc-input-label-font-size-medium:var(--sc-font-size-medium);--sc-input-label-font-size-large:var(--sc-font-size-large);--sc-input-label-color:var(--sc-color-gray-600);--sc-input-help-text-font-size-small:var(--sc-font-size-x-small);--sc-input-help-text-font-size-medium:var(--sc-font-size-small);--sc-input-help-text-font-size-large:var(--sc-font-size-medium);--sc-input-help-text-color:var(--sc-color-gray-500);--sc-input-error-text-font-size-small:var(--sc-input-help-text-font-size-small);--sc-input-error-text-font-size-medium:var(--sc-input-help-text-font-size-small);--sc-input-error-text-font-size-large:var(--sc-input-help-text-font-size-small);--sc-input-error-text-color:var(--sc-color-danger-500);--sc-toggle-size:1em;--sc-toggle-shady-color:var(--sc-color-gray-50);--sc-radio-size:0.85em;--sc-toggle-radio-size:0.85em;--sc-checkbox-size:1em;--sc-overlay-background-color:#37415180;--sc-panel-background-color:var(--sc-color-white);--sc-panel-border-color:var(--sc-color-gray-200);--sc-tooltip-border-radius:var(--sc-border-radius-medium);--sc-tooltip-background-color:var(--sc-color-gray-900);--sc-tooltip-color:var(--sc-color-white);--sc-tooltip-font-family:var(--sc-font-sans);--sc-tooltip-font-weight:var(--sc-font-weight-normal);--sc-tooltip-font-size:var(--sc-font-size-small);--sc-tooltip-line-height:var(--sc-line-height-dense);--sc-tooltip-padding:var(--sc-spacing-xx-small) var(--sc-spacing-x-small);--sc-tooltip-arrow-size:5px;--sc-tooltip-arrow-start-end-offset:8px;--sc-quantity-control-height:2em;--sc-quantity-control-height-small:1.7em;--sc-z-index-drawer:99999;--sc-z-index-dialog:100000;--sc-z-index-dropdown:900;--sc-z-index-popover:900;--sc-z-index-toast:950;--sc-z-index-tooltip:1000;--sc-checkout-columns:1;--sc-dashboard-module-spacing:var(--sc-spacing-x-small);--sc-border-width-zero:0px;--sc-color-primary-500:#000000;--sc-focus-ring-color-primary:#000000;--sc-input-border-color-focus:#000000;--sc-color-gray-900:#000;--sc-color-primary-text:#ffffff;--wp--preset--color--surecart:#000000;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--ast-global-color-0:var(--ast-global-color-0);--wp--preset--color--ast-global-color-1:var(--ast-global-color-1);--wp--preset--color--ast-global-color-2:var(--ast-global-color-2);--wp--preset--color--ast-global-color-3:var(--ast-global-color-3);--wp--preset--color--ast-global-color-4:var(--ast-global-color-4);--wp--preset--color--ast-global-color-5:var(--ast-global-color-5);--wp--preset--color--ast-global-color-6:var(--ast-global-color-6);--wp--preset--color--ast-global-color-7:var(--ast-global-color-7);--wp--preset--color--ast-global-color-8:var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0);--wp--style--global--content-size:var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size:var(--wp--custom--ast-wide-width-size);--wp--style--block-gap:24px}[class*=wp-block-surecart-][hidden]{display:none}sc-product-donation-custom-amount sc-choice-container sc-form sc-price-input:part(suffix){--sc-input-spacing-medium:5px}:where(body){margin:0}:root :where(.is-layout-flow)>:first-child{margin-block-start:0}:root :where(.is-layout-flow)>:last-child{margin-block-end:0}:root :where(.is-layout-flow)>*{margin-block-start:24px;margin-block-end:0}:root :where(.is-layout-flex){gap:24px}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body{padding:0;margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}a:where(:not(.wp-element-button)){text-decoration:none}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none;text-transform:inherit}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}body{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}h1,h2,h4{margin:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}ul{padding-left:2rem;margin-top:0;margin-bottom:1rem}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}img,svg{vertical-align:middle}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input{font-size:inherit;line-height:inherit}button,input,select,textarea{margin:0;font-family:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}[hidden]{display:none!important}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.form-floating>:disabled~label{color:#6c757d}.form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}*{--educare-result-banner-bg:#f1f1f1;--educare-result-banner-color:#202020cc;--educare-result-banner-title:#303030;--educare-result-head-bg:#01a94d;--educare-result-head-color:#fff;--educare-result-thead:#01a94d10;--educare-result-thead-color:#003100;--educare-result-table-border:rgba(0, 0, 0, 0.1)}*,::after,::before{box-sizing:inherit;-webkit-font-smoothing:antialiased;word-wrap:break-word}@media print{:not(#educareResults *){height:0!important;max-height:0!important;min-height:0!important;visibility:hidden!important;padding:0!important;margin:0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body,html{font-size:1rem!important;padding:0!important;margin:0!important;width:100%!important;min-width:100%!important;max-width:100%!important}@page educare-id-card-template-body{size:A4;margin:0 4mm}@page educare-result-page{size:262mm 372mm;margin:10mm}body{page:educare-result-page}}select,textarea{display:block;font-size:16px;font-weight:400;width:100%;padding:12px;line-height:1.5;background-color:rgba(255,255,255,.5);background-clip:padding-box;border:1px solid rgba(0,0,0,.18);border-radius:50px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (max-width:600px){input[type=submit]{width:100%;margin-top:0}}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__bg{background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__scroll-wrap{overflow:hidden}.pswp__container{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp__container{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--close{background-position:0-44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);background-color:rgba(0,0,0,.5)}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}@font-face{ font-family:star;src:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix)format("embedded-opentype"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/star.woff)format("woff"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf)format("truetype"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star)format("svg");font-weight:400;font-style:normal;font-display:swap }@font-face{ font-display:swap;font-family:WooCommerce;src:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix)format("embedded-opentype"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff)format("woff"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf)format("truetype"),url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce)format("svg");font-weight:400;font-style:normal }.clear{clear:both}.woocommerce-page ul.products li.product{text-align:left;margin-bottom:2.5em}.woocommerce-page ul.products li.product a img{margin-bottom:.8em}.woocommerce-page ul.products li.product .woocommerce-loop-product__title{margin-bottom:.5em;padding:0;font-size:1em}.woocommerce-page ul.products li.product .ast-woo-product-category{font-size:.85em;margin-bottom:.5em;display:block;line-height:1.3;opacity:.6}.woocommerce-page ul.products li.product .woocommerce-loop-product__link{position:relative;display:block}.woocommerce-page ul.products li.product .price{line-height:1.3;font-weight:700;margin-bottom:.5em;font-size:.9em}.woocommerce-page ul.products li.product .price del{display:initial}.woocommerce-page ul.products li.product .button{margin-top:.5em;margin-bottom:.5em;white-space:normal}.woocommerce-page .related.products li.product:last-child{margin-right:0}.pswp{z-index:999999}.woocommerce .pswp__caption__center,.woocommerce-page .pswp__caption__center{text-align:center}.woocommerce .pswp__bg,.woocommerce-page .pswp__bg{opacity:.7!important}.woocommerce input[type=email],.woocommerce input[type=number],.woocommerce input[type=text],.woocommerce textarea,.woocommerce-page input[type=email],.woocommerce-page input[type=number],.woocommerce-page input[type=text],.woocommerce-page textarea{border-color:var(--ast-border-color);background-color:var(--ast-global-dark-bg-style);box-shadow:none;border-radius:0}.woocommerce input[type=email]:focus,.woocommerce input[type=number]:focus,.woocommerce input[type=text]:focus,.woocommerce textarea:focus,.woocommerce-page input[type=email]:focus,.woocommerce-page input[type=number]:focus,.woocommerce-page input[type=text]:focus,.woocommerce-page textarea:focus{box-shadow:none;border-color:var(--ast-border-color)}.woocommerce select,.woocommerce-page select{line-height:normal;padding:.5em 2em .5em .8em;appearance:none;background-position:98% 50%;background-color:var(--ast-global-dark-bg-style,#fff);border-color:var(--ast-border-color);border-radius:3px;box-shadow:none}.woocommerce select:focus,.woocommerce-page select:focus{outline:0}button.pswp__button{box-shadow:none!important;background-image:url(https://kambozsir.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0-44px}button.pswp__button--zoom:hover{background-position:-88px 0}.ast-onsale-card,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .ast-woo-product-category{color:var(--ast-global-color-3)}@media (max-width:921px){.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:544px){.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{display:block}.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce.mobile-rel-up-columns-2 ul.products::not(.elementor-grid){grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{display:block;margin-right:0}}@media (min-width:922px){.woocommerce #content .ast-woocommerce-container div.product div.images,.woocommerce .ast-woocommerce-container div.product div.images,.woocommerce-page #content .ast-woocommerce-container div.product div.images,.woocommerce-page .ast-woocommerce-container div.product div.images{width:50%}.woocommerce #content .ast-woocommerce-container div.product div.summary,.woocommerce .ast-woocommerce-container div.product div.summary,.woocommerce-page #content .ast-woocommerce-container div.product div.summary,.woocommerce-page .ast-woocommerce-container div.product div.summary{width:46%}}select{background-image:url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%2359716b' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");background-size:.8em;background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:center;-webkit-appearance:none;-moz-appearance:none;padding-right:2em}.ast-onsale-card{position:absolute;top:1.5em;left:1.5em;background-color:var(--ast-global-color-primary, var(--ast-global-color-5));width:fit-content;border-radius:20px;padding:.4em .8em;font-size:.87em;font-weight:500;line-height:normal;letter-spacing:normal;box-shadow:0 4px 4px rgba(0,0,0,.15);opacity:1;visibility:visible;z-index:4}.ast-on-card-button{position:absolute;right:1em;visibility:hidden;opacity:0;transition:all .2s;z-index:5;cursor:pointer}.ast-on-card-button.ast-onsale-card{opacity:1;visibility:visible}.ast-on-card-button:focus .ast-card-action-tooltip,.ast-on-card-button:hover .ast-card-action-tooltip{opacity:1;visibility:visible}.ast-on-card-button:hover .ahfb-svg-iconset{opacity:1;color:var(--ast-global-color-2)}.ast-on-card-button .ahfb-svg-iconset{border-radius:50%;color:var(--ast-global-color-2);background:var(--ast-global-color-primary, var(--ast-global-color-5));opacity:.7;width:2em;height:2em;justify-content:center;box-shadow:0 4px 4px rgba(0,0,0,.15)}.ast-on-card-button .ahfb-svg-iconset .ast-icon{-js-display:inline-flex;display:inline-flex;align-self:center}.ast-on-card-button svg{fill:currentColor}.ast-select-options-trigger{top:1em}.ast-card-action-tooltip{background-color:var(--ast-global-color-2);pointer-events:none;white-space:nowrap;padding:.7em .9em;color:var(--ast-global-color-primary, var(--ast-global-color-5));margin-right:10px;border-radius:3px;font-size:.8em;line-height:1;font-weight:400;position:absolute;right:100%;top:auto;visibility:hidden;opacity:0;transition:all .2s}.ast-card-action-tooltip:after{content:"";position:absolute;top:50%;margin-top:-5px;right:-10px;width:0;height:0;border-style:solid;border-width:5px;border-color:transparent transparent transparent var(--ast-global-color-2)}.astra-shop-thumbnail-wrap:hover .ast-on-card-button:not(.ast-onsale-card){opacity:1;visibility:visible}.woocommerce ul.products li.product.desktop-align-left .button,.woocommerce-page ul.products li.product.desktop-align-left .button{margin-left:0;margin-right:0}@media (max-width:921px){.woocommerce ul.products li.product.tablet-align-left,.woocommerce-page ul.products li.product.tablet-align-left{text-align:left}.woocommerce ul.products li.product.tablet-align-left .button,.woocommerce-page ul.products li.product.tablet-align-left .button{margin-left:0;margin-right:0}}@media (max-width:544px){.woocommerce ul.products li.product.mobile-align-left,.woocommerce-page ul.products li.product.mobile-align-left{text-align:left}.woocommerce ul.products li.product.mobile-align-left .button,.woocommerce-page ul.products li.product.mobile-align-left .button{margin-left:0;margin-right:0}}@media print{@font-face{ font-family:Figtree;font-style:normal;font-weight:100;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:200;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:300;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Regular.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Medium.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-SemiBold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Bold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:800;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-ExtraBold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:900;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Black.woff2)format("woff2") }#surecookie-public-root{font-family:Figtree,sans-serif!important;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;text-transform:none;all:initial;display:block;position:relative;pointer-events:none;--surecookie-z-overlay:2147483645;--surecookie-z-banner:2147483646;--surecookie-z-modal:2147483647}}@font-face{ font-family:Figtree;font-style:normal;font-weight:100;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:200;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:300;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Light.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:400;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Regular.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:500;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Medium.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:600;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-SemiBold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:700;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Bold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:800;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-ExtraBold.woff2)format("woff2") }@font-face{ font-family:Figtree;font-style:normal;font-weight:900;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/surecookie/assets/font/Figtree/Figtree-Black.woff2)format("woff2") }#surecookie-public-root{font-family:Figtree,sans-serif!important;box-sizing:border-box;letter-spacing:normal;word-spacing:normal;text-transform:none;all:initial;display:block;position:relative;pointer-events:none;--surecookie-z-overlay:2147483645;--surecookie-z-banner:2147483646;--surecookie-z-modal:2147483647}:root{--surecookie-banner-primary-color:#377A00;--surecookie-banner-primary-hover-color:#2F6A00;--surecookie-banner-secondary-color:#377A00;--surecookie-banner-text-color:#374151;--surecookie-banner-background-color:#FFFFFF}.um-modal-close{display:block;position:fixed;right:0;top:0;font-size:24px;text-decoration:none!important;color:#fff!important;padding:0 10px}.um-modal-body{min-height:3px;padding:20px;box-sizing:border-box!important;width:100%;background:#fff;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.um-modal-body.photo{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.12) inset;background:#888;padding:0}@font-face{ font-family:raty;font-style:normal;font-weight:400;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.eot);src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.eot?#iefix)format("embedded-opentype");src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.svg#raty)format("svg");src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.ttf)format("truetype");src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/raty/font/raty.woff)format("woff");font-display:swap }@font-face{ font-family:Ionicons;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0);src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.eot?v=2.0.0#iefix)format("embedded-opentype"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.woff?v=2.0.0)format("woff"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.ttf?v=2.0.0)format("truetype"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/ionicons.svg?v=2.0.0#Ionicons)format("svg");font-display:swap;font-weight:400;font-style:normal }@font-face{ font-family:FontAwesome;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0);src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.eot?v=4.2.0#iefix)format("embedded-opentype"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.woff?v=4.2.0)format("woff"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.ttf?v=4.2.0)format("truetype"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/legacy/fonticons/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular)format("svg");font-display:swap;font-weight:400;font-style:normal }[class^=um-faicon-]:before{font-family:FontAwesome!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.um-faicon-times:before{content:""}@font-face{ font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-brands-400.woff2)format("woff2"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-brands-400.ttf)format("truetype") }@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-regular-400.woff2)format("woff2"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-regular-400.ttf)format("truetype") }@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-solid-900.woff2)format("woff2"),url(https://kambozsir.com/wp-content/plugins/ultimate-member/assets/libs/fontawesome/webfonts/fa-solid-900.ttf)format("truetype") }.woocommerce-product-gallery{opacity:1!important}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-container-core-group-is-layout-64e1162d{flex-wrap:nowrap;justify-content:space-between}.wp-container-core-group-is-layout-c8108a87>*,.wp-container-core-group-is-layout-c8108a87>*+*{margin-block-start:0;margin-block-end:0}.wp-container-core-group-is-layout-f843080e{flex-wrap:nowrap;gap:4px;justify-content:flex-end}.wp-container-surecart-slide-out-cart-line-items-is-layout-2e48a420>*{margin-block-start:0;margin-block-end:0}.wp-container-surecart-slide-out-cart-items-subtotal-is-layout-0a93696a{flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}.wp-container-surecart-slide-out-cart-is-layout-c8108a87>*,.wp-container-surecart-slide-out-cart-is-layout-c8108a87>*+*{margin-block-start:0;margin-block-end:0}