h1,h2,h3,h4{font-family:var(--font-heading);font-weight:var(--font-weight-heading);line-height:var(--line-height-heading);letter-spacing:var(--letter-heading)}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:var(--font-weight-body);line-height:var(--line-height-body)}a{color:inherit}.site-header{position:sticky;top:0;z-index:50;background:var(--color-header-bg);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--color-border)}.site-header .bar{max-width:var(--maxw);margin:0 auto;padding:0 24px;min-height:64px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}.brand{font-weight:800;font-size:1.15rem;letter-spacing:-.02em;color:var(--color-primary);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.65rem}.brand img[data-native-site-logo]{display:block;max-height:40px;max-width:180px;object-fit:contain}.brand b{color:var(--color-accent);font-weight:800}nav.primary{display:flex;align-items:center;gap:22px;flex:1;flex-wrap:wrap}nav.primary a{color:var(--color-text);text-decoration:none;font-size:var(--font-size-sm);font-weight:var(--font-weight-nav);padding:6px 0;position:relative;opacity:.82;transition:opacity .12s,color .12s}nav.primary a:hover{opacity:1;color:var(--color-accent)}nav.primary a.active{opacity:1;color:var(--color-primary)}nav.primary a.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--color-accent);border-radius:2px}.theme-modes{display:flex;gap:6px;align-items:center}.theme-modes a{color:var(--color-muted);border:1px solid var(--color-border);border-radius:var(--radius-cta);padding:5px 10px;text-decoration:none;font-size:var(--font-size-xs);line-height:1}.theme-modes a[aria-current=true]{color:var(--color-cta-text);background:var(--color-cta);border-color:var(--color-cta)}.cta{background:var(--color-cta);color:var(--color-cta-text);text-decoration:none;font-weight:600;font-size:var(--font-size-sm);padding:9px 18px;border-radius:var(--radius-cta);white-space:nowrap;transition:transform .12s,filter .12s}.cta:hover{filter:brightness(1.08);transform:translateY(-1px)}main{display:block}.with-sidebar{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}.with-sidebar>main{min-width:0}.with-sidebar aside{position:sticky;top:88px}@media(max-width:860px){.with-sidebar{grid-template-columns:1fr}.with-sidebar aside{position:static}}body.wp-native-shell .praxis-native-widget-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);column-gap:var(--wp--preset--spacing--60);align-items:start}body.wp-native-shell .praxis-native-widget-layout>.wp-block-post-title,body.wp-native-shell .praxis-native-widget-layout>.wp-block-post-featured-image,body.wp-native-shell .praxis-native-widget-layout>.wp-block-group.has-small-font-size,body.wp-native-shell .praxis-native-widget-layout>.wp-block-group:not(.entry-content):not(.praxis-native-widget-sidebar){grid-column:1 / -1}body.wp-native-shell .praxis-native-widget-layout>.entry-content{min-width:0}body.wp-native-shell .praxis-native-widget-sidebar{grid-column:2;align-self:start;position:sticky;top:var(--wp--preset--spacing--40)}@media(max-width:860px){body.wp-native-shell .praxis-native-widget-layout{grid-template-columns:1fr}body.wp-native-shell .praxis-native-widget-sidebar{grid-column:1;position:static}}.site-footer{margin-top:var(--space-8);background:var(--color-footer-bg);color:var(--color-footer-text)}.site-footer .foot{max-width:var(--maxw);margin:0 auto;padding:44px 24px;display:flex;flex-wrap:wrap;gap:18px 40px;align-items:center}.site-footer .brand-sm{font-weight:700;color:var(--color-footer-heading);font-size:1.05rem}.site-footer nav.footer-nav{display:flex;flex-wrap:wrap;gap:20px;flex:1}.site-footer nav.footer-nav a{color:var(--color-footer-text);text-decoration:none;font-size:var(--font-size-sm);opacity:.85}.site-footer nav.footer-nav a:hover{opacity:1;color:var(--color-footer-heading);text-decoration:underline}.site-footer .copy{color:var(--color-footer-muted);font-size:var(--font-size-xs);width:100%}html:has(body.wp-native-shell){font-family:Times New Roman;line-height:normal;border-color:var(--wp--preset--color--contrast, #000)}body.wp-native-shell{--wp--preset--color--base: #FFFFFF;--wp--preset--color--contrast: #111111;--wp--preset--color--accent-4: #686868;--wp--preset--color--accent-6: color-mix(in srgb, currentColor 20%, transparent);--wp--preset--font-family--manrope: Manrope, sans-serif;--wp--preset--font-size--small: .875rem;--wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - .2rem) * .196), 1.125rem);--wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - .2rem) * .392), 1.375rem);--wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - .2rem) * .392), 2rem);--wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - .2rem) * 1.333), 3rem);--wp--preset--spacing--20: 10px;--wp--preset--spacing--30: 20px;--wp--preset--spacing--40: 30px;--wp--preset--spacing--50: clamp(30px, 5vw, 50px);--wp--preset--spacing--60: clamp(30px, 7vw, 70px);--wp--preset--spacing--70: clamp(50px, 7vw, 90px);--wp--preset--spacing--80: clamp(70px, 10vw, 140px);--wp--style--global--content-size: 645px;--wp--style--global--wide-size: 1340px;--wp--style--block-gap: 1.2rem;--wp--style--root--padding-top: 0px;--wp--style--root--padding-right: var(--wp--preset--spacing--50, 50px);--wp--style--root--padding-bottom: 0px;--wp--style--root--padding-left: var(--wp--preset--spacing--50, 50px);--praxis-wp-system-required: #a00;--praxis-wp-system-button-face: #efefef;--praxis-wp-system-field-border: #949494;--praxis-wp-system-border-light: #ccc;--praxis-wp-system-woo-login-border: #cfc8d8;--praxis-wp-system-skip-link-surface: #f1f1f1;--praxis-wp-system-skip-link-ink: #21759b;--praxis-wp-system-woo-demo-store: #442300;--praxis-wp-system-woo-store-pages: #073238;margin:0;background:var(--wp--preset--color--base, var(--color-bg));color:var(--wp--preset--color--contrast, var(--color-text));font-family:var(--wp--preset--font-family--body, var(--wp--preset--font-family--manrope, var(--font-sans)));font-size:var(--wp--preset--font-size--large, var(--font-size-base));font-weight:300;letter-spacing:-.1px;line-height:1.4}body.wp-native-shell .praxis-commerce-site-visibility-badge{background:var(--wp--preset--color--contrast, #111);color:var(--wp--preset--color--base, #fff);display:flex;flex-wrap:wrap;gap:.35rem .75rem;justify-content:center;padding:.65rem var(--wp--style--root--padding-right, 1.5rem);text-align:center}body.wp-native-shell .praxis-commerce-site-visibility-badge__label{font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif);font-size:var(--wp--preset--font-size--small);font-weight:700}body.wp-native-shell .praxis-commerce-site-visibility-badge__message{font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif);font-size:var(--wp--preset--font-size--small);font-weight:400}body.wp-native-shell .praxis-commerce-site-visibility-badge[data-visibility-mode=demo-store]{background:var(--praxis-wp-system-woo-demo-store, #442300)}body.wp-native-shell .praxis-commerce-site-visibility-badge[data-visibility-mode=store-pages-only]{background:var(--praxis-wp-system-woo-store-pages, #073238)}body.wp-native-shell,body.wp-native-shell *{border-color:currentColor}body.wp-native-shell .post-password-form input[type=password]{border-color:#767676}body.wp-native-shell .post-password-form p{margin-block-start:1em;margin-block-end:1em}body.wp-native-shell .post-password-form input[type=password],body.wp-native-shell .post-password-form input[type=submit]{border-width:2px;color:var(--wp--preset--color--contrast, #000);font-family:Arial;font-size:13.3333px;font-weight:400;letter-spacing:0;line-height:normal;padding:1px 2px}body.wp-native-shell .post-password-form input[type=password]{background-color:var(--wp--preset--color--base, #fff)}body.wp-native-shell .post-password-form input[type=submit]{background-color:var(--praxis-wp-system-button-face, #efefef);padding-right:6px;padding-left:6px}body.wp-native-shell.woocommerce-account .wp-block-post-title,body.wp-native-shell.woocommerce-account main .woocommerce{max-width:1000px}body.wp-native-shell .woocommerce:before,body.wp-native-shell .woocommerce:after{content:" ";display:table}body.wp-native-shell .woocommerce:after{clear:both}body.wp-native-shell.woocommerce-page label{margin-bottom:.7em}body.wp-native-shell .woocommerce form .form-row{margin-bottom:1em}body.wp-native-shell.woocommerce-page form .form-row input.input-text{box-sizing:border-box;background-color:var(--wp--preset--color--base, #fff);color:var(--wp--preset--color--contrast, #000);display:block;border:1px solid rgba(32,7,7,.8);border-radius:4px;font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif);font-size:var(--wp--preset--font-size--small);font-weight:400;letter-spacing:0;line-height:normal;margin:0;outline:0;padding:.9rem 1.1rem;width:100%}body.wp-native-shell.woocommerce-account .woocommerce h2{font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif);font-size:31.7632px;font-weight:400;line-height:1.125;margin-block-start:.83em;margin-block-end:.83em}body.wp-native-shell .woocommerce form.login{border:1px solid var(--praxis-wp-system-woo-login-border, #cfc8d8);border-radius:5px;margin:2em 0;padding:20px;text-align:left}body.wp-native-shell .woocommerce form .form-row{margin:0 0 6px;padding:3px;text-align:left}body.wp-native-shell .woocommerce form .form-row label{display:block;line-height:2}body.wp-native-shell .woocommerce form .form-row .required{border-color:var(--praxis-wp-system-required, #a00);color:var(--praxis-wp-system-required, #a00);font-weight:700}body.wp-native-shell .woocommerce form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}body.wp-native-shell .woocommerce form .password-input input.input-text{padding-right:40px}body.wp-native-shell .woocommerce form .show-password-input{background:transparent;border:0;border-color:var(--wp--preset--color--contrast, #000);color:var(--wp--preset--color--contrast, #000);cursor:pointer;display:block;font-family:Arial;font-size:var(--wp--preset--font-size--large);font-weight:400;height:22px;letter-spacing:0;line-height:1.4;margin:0;padding:0;position:absolute;right:.7em;top:50%;transform:translateY(-50%);width:22px}body.wp-native-shell .woocommerce form.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox{display:inline-block}body.wp-native-shell .woocommerce form.woocommerce-form-login input[type=checkbox]{border-color:var(--wp--preset--color--contrast, #000);color:var(--wp--preset--color--contrast, #000);font-family:Arial;font-size:13.3333px;font-weight:400;letter-spacing:0;line-height:normal;margin:3px 3px 3px 4px}body.wp-native-shell .woocommerce form.woocommerce-form-login p.woocommerce-LostPassword.lost_password{margin-block-start:1em;margin-block-end:1em}body.wp-native-shell .woocommerce form .woocommerce-button.button{background-color:var(--wp--preset--color--contrast);border:0;border-color:var(--wp--preset--color--contrast, #000);color:var(--wp--preset--color--base);display:block;float:left;font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif);font-size:var(--wp--preset--font-size--medium);font-weight:300;letter-spacing:-.1px;line-height:1.4;margin-right:1em;padding:1rem 2.25rem}body.wp-native-shell .entry-content img,body.wp-native-shell .entry-content svg,body.wp-native-shell .entry-content video,body.wp-native-shell .entry-content canvas,body.wp-native-shell .entry-content audio,body.wp-native-shell .entry-content iframe,body.wp-native-shell .entry-content embed,body.wp-native-shell .entry-content object{display:inline}body.wp-native-shell .screen-reader-text{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-wrap:normal!important;border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}body.wp-native-shell .skip-link.screen-reader-text:focus{clip:auto!important;background:var(--praxis-wp-system-skip-link-surface, #f1f1f1);color:var(--praxis-wp-system-skip-link-ink, #21759b);display:block;font-size:14px;font-weight:700;height:auto;left:6px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:7px;width:auto;z-index:100000}body.wp-native-shell .wp-site-blocks{padding-top:var(--wp--style--root--padding-top);padding-bottom:var(--wp--style--root--padding-bottom)}body.wp-native-shell .has-global-padding{padding-right:var(--wp--style--root--padding-right);padding-left:var(--wp--style--root--padding-left)}body.wp-native-shell .has-global-padding>.alignfull{margin-right:calc(var(--wp--style--root--padding-right) * -1);margin-left:calc(var(--wp--style--root--padding-left) * -1)}body.wp-native-shell .is-layout-flex{display:flex;flex-wrap:wrap;align-items:center;gap:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-native-shell-content{display:contents}body.wp-native-shell .is-layout-flex>:is(*,div){margin:0}body.wp-native-shell .is-nowrap{flex-wrap:nowrap}body.wp-native-shell .is-vertical{align-items:center;flex-direction:column}body.wp-native-shell .is-content-justification-center{justify-content:normal}body.wp-native-shell .has-text-align-center{text-align:center}body.wp-native-shell .has-cardo-font-family{font-family:Cardo}body.wp-native-shell .has-inter-font-family{font-family:Inter,sans-serif}body.wp-native-shell header.wp-block-template-part .has-global-padding,body.wp-native-shell main.wp-block-group,body.wp-native-shell main.wp-block-group>.wp-block-group.alignfull,body.wp-native-shell .wp-block-navigation__responsive-container,body.wp-native-shell .wp-block-navigation__responsive-dialog{position:relative}body.wp-native-shell .is-layout-flow>:first-child,body.wp-native-shell .is-layout-constrained>:first-child{margin-block-start:0}body.wp-native-shell .is-layout-flow>:last-child,body.wp-native-shell .is-layout-constrained>:last-child{margin-block-end:0}body.wp-native-shell .is-layout-flow>*,body.wp-native-shell .is-layout-constrained>*{margin-block-start:var(--wp--style--block-gap, 1.2rem);margin-block-end:0}body.wp-native-shell .is-content-justification-space-between{justify-content:space-between}body.wp-native-shell .is-content-justification-right,body.wp-native-shell .items-justified-right{justify-content:flex-end}body.wp-native-shell .alignwide{max-width:var(--wp--style--global--wide-size, 1340px);margin-left:auto;margin-right:auto}body.wp-native-shell .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size, 645px);margin-left:auto!important;margin-right:auto!important}body.wp-native-shell .entry-content.is-layout-constrained>.g4{max-width:1180px}body.wp-native-shell .entry-content>.g4>.g4>h2{font-family:Manrope,system-ui,sans-serif;font-size:31.7632px;font-weight:400;line-height:1.125;margin-block-start:.83em;margin-block-end:.83em}body.wp-native-shell .entry-content>.g4>.g4>p{margin-block-start:1em;margin-block-end:1em}body.wp-native-shell.elementor-page .entry-content.alignfull>.elementor{max-width:var(--wp--style--global--content-size, 645px);margin-left:auto!important;margin-right:auto!important}body.wp-native-shell.elementor-page .entry-content.alignfull>.elementor .elementor-heading-title{line-height:1}body.wp-native-shell.elementor-page .entry-content.alignfull>.elementor .animated{animation:none!important;opacity:1;transform:none}body.wp-native-shell .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size, 1340px)}body.wp-native-shell .alignfull{max-width:none}body.wp-native-shell .wp-block-group.alignwide.is-layout-flex,body.wp-native-shell .wp-block-group.alignfull.is-layout-flex{gap:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-block-site-title,body.wp-native-shell .wp-block-site-title a{color:inherit;font:inherit;font-weight:700;margin:0;text-decoration:none}body.wp-native-shell .wp-block-site-title a:has(img[data-native-site-logo]){align-items:center;display:inline-flex;gap:.65rem}body.wp-native-shell img[data-native-site-logo]{display:block;max-height:48px;max-width:min(220px,40vw);object-fit:contain}body.wp-native-shell main#wp--skip-link--target>h1.wp-block-heading{font-family:inherit;font-weight:400;font-size:var(--wp--preset--font-size--xx-large);letter-spacing:inherit;line-height:1.125}body.wp-native-shell h1.wp-block-heading{font-size:var(--wp--preset--font-size--xx-large);font-weight:400;letter-spacing:inherit;line-height:1.125}body.wp-native-shell h2.wp-block-site-title,body.wp-native-shell h2.wp-block-site-title a{font-size:var(--wp--preset--font-size--x-large, 2rem);font-weight:700;line-height:1.125}body.wp-native-shell .wp-block-post-title{font-family:var(--wp--preset--font-family--manrope, var(--font-sans));font-size:var(--wp--preset--font-size--xx-large, var(--font-size-3xl));font-weight:400;line-height:1.125;letter-spacing:-.1px;margin:0}body.wp-native-shell .wp-block-navigation{font-size:var(--wp--preset--font-size--medium, 1rem);line-height:1.4;position:relative}body.wp-native-shell .wp-block-navigation .wp-block-navigation-item{align-items:center;background-color:inherit;display:flex;position:relative}body.wp-native-shell .wp-block-navigation ul{list-style:none;margin:0;padding:0}body.wp-native-shell .wp-block-navigation a{color:currentColor;display:block;text-decoration:none}body.wp-native-shell .wp-block-navigation__container{display:flex;flex-wrap:wrap;gap:var(--wp--style--block-gap, 1.2rem);align-items:center}body.wp-native-shell .wp-block-navigation__responsive-container,body.wp-native-shell .wp-block-navigation__responsive-close,body.wp-native-shell .wp-block-navigation__responsive-dialog{gap:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-block-navigation__responsive-container-content{align-items:center;display:flex;gap:var(--wp--style--block-gap, 1.2rem);justify-content:flex-end}body.wp-native-shell .wp-block-navigation.is-layout-flex{gap:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell header.wp-block-template-part .wp-block-group.is-content-justification-right.is-nowrap.is-layout-flex{gap:normal}body.wp-native-shell .is-vertical .wp-block-navigation__container{align-items:flex-start;flex-direction:column}body.wp-native-shell .wp-block-navigation.is-vertical{align-items:flex-start;flex-direction:column;gap:.4rem}body.wp-native-shell .wp-block-navigation.is-vertical .wp-block-navigation__container{gap:.4rem}body.wp-native-shell .wp-block-navigation-submenu{position:relative}body.wp-native-shell .wp-block-navigation__submenu-container{display:none;min-width:180px;position:absolute;z-index:10;background:var(--wp--preset--color--base, var(--color-bg));border:1px solid currentColor;padding:.5rem}body.wp-native-shell .wp-block-navigation-submenu:hover>.wp-block-navigation__submenu-container{display:flex;flex-direction:column;gap:.5rem}body.wp-native-shell .wp-block-navigation__responsive-container-open,body.wp-native-shell .wp-block-navigation__responsive-container-close,body.wp-native-shell .wp-block-navigation__submenu-icon{background:transparent;border:0;color:currentColor;padding:0}body.wp-native-shell .wp-block-navigation__submenu-icon{align-self:center;display:inline-block;font-family:Arial;font-weight:400;height:.6em;letter-spacing:0;font-size:inherit;line-height:0;margin-left:.25em;width:.6em}body.wp-native-shell .wp-block-navigation__submenu-icon svg{display:inline-block;height:inherit;margin-top:.075em;stroke:currentColor;width:inherit}body.wp-native-shell .wp-block-navigation__submenu-icon svg path{stroke:currentColor}body.wp-native-shell .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:none}body.wp-native-shell .wp-block-navigation__responsive-container-open{align-items:center;cursor:pointer;display:flex}body.wp-native-shell .wp-block-navigation__responsive-container-close{cursor:pointer;display:none}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open{animation:praxis-wp-overlay-menu-fade .1s ease-out;background-color:var(--wp--preset--color--base, var(--color-bg, #fff));display:flex;flex-direction:column;inset:0;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top, 1.5rem),20rem) clamp(1rem,var(--wp--style--root--padding-right, 1.5rem),20rem) clamp(1rem,var(--wp--style--root--padding-bottom, 1.5rem),20rem) clamp(1rem,var(--wp--style--root--padding-left, 1.5rem),20rem);position:fixed;z-index:100000}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close{display:block;height:100%;position:relative;width:100%}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog{height:100%}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close{display:block;position:absolute;right:0;top:0;z-index:2}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-top:calc(2rem + 24px)}body.wp-native-shell .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{align-items:flex-start;flex-direction:column}html.has-modal-open{overflow:hidden}@keyframes praxis-wp-overlay-menu-fade{0%{opacity:0}to{opacity:1}}@media(min-width:600px){body.wp-native-shell .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;position:relative}body.wp-native-shell .wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}body.wp-native-shell .wp-block-woocommerce-customer-account{font-size:var(--wp--preset--font-size--medium, 1rem)}body.wp-native-shell .wp-block-woocommerce-customer-account .wc-block-customer-account__link{align-items:center;color:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1;padding:.5em;text-decoration:none;white-space:nowrap}body.wp-native-shell .wp-block-woocommerce-customer-account .wc-block-customer-account__account-icon{display:block;height:1.5em;width:1.5em}body.wp-native-shell .wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important;gap:var(--wp--preset--spacing--50, 50px) var(--wp--preset--spacing--70, 90px);margin-bottom:1.75em}body.wp-native-shell main#wp--skip-link--target>.wp-block-columns{gap:var(--wp--preset--spacing--50, 50px) 48px}body.wp-native-shell .wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}body.wp-native-shell .wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}@media(min-width:782px){body.wp-native-shell .wp-block-columns{flex-wrap:nowrap!important}body.wp-native-shell .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}}body.wp-native-shell .has-small-font-size{font-size:var(--wp--preset--font-size--small, .875rem);line-height:1.4}body.wp-native-shell .has-text-align-right{text-align:right}body.wp-native-shell h6.wp-block-heading.has-small-font-size{font-weight:700;line-height:1.125}body.wp-native-shell footer.wp-block-template-part{margin-block-start:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-block-woocommerce-coming-soon footer.wp-block-template-part{margin-block-start:0}body.wp-native-shell footer.wp-block-template-part .has-global-padding{position:relative}body.wp-native-shell footer.wp-block-template-part .wp-block-group.alignwide.is-layout-flow>*{margin-block-start:var(--wp--preset--spacing--40, 30px)}body.wp-native-shell footer.wp-block-template-part .wp-block-columns{margin-bottom:0}body.wp-native-shell footer.wp-block-template-part .wp-block-group.alignwide.is-layout-flow>:first-child{margin-block-start:0}body.wp-native-shell .wp-block-post-featured-image{margin:var(--wp--style--block-gap, 1.2rem) 0 0;position:relative}body.wp-native-shell .wp-block-post-featured-image img{box-sizing:border-box;display:inline;height:auto;max-width:100%;vertical-align:bottom;width:100%}body.wp-native-shell .wp-block-post-author-name,body.wp-native-shell .wp-block-post-terms,body.wp-native-shell .wp-block-post-date{box-sizing:border-box}body.wp-native-shell .wp-block-post-author-name a,body.wp-native-shell .wp-block-post-terms a,body.wp-native-shell .wp-block-post-date a,body.wp-native-shell .wp-block-post-navigation-link a{color:inherit;text-decoration:none}body.wp-native-shell .wp-block-post-author-name a:hover,body.wp-native-shell .wp-block-post-terms a:hover,body.wp-native-shell .wp-block-post-date a:hover,body.wp-native-shell .wp-block-post-navigation-link a:hover{text-decoration:underline}body.wp-native-shell .wp-block-list{box-sizing:border-box;padding-left:40px}body.wp-native-shell .wp-block-list li{margin-top:8px}body.wp-native-shell .wp-block-quote{border-left-style:solid;border-left-width:2px;padding:20px 30px}body.wp-native-shell .wp-block-post-navigation-link{font-size:calc(var(--wp--preset--font-size--large, 1.375rem) * .8216);line-height:1.4;min-width:0}body.wp-native-shell .post-navigation-link-next{text-align:start}body.wp-native-shell .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch;transform:scaleX(1)}body.wp-native-shell .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch;transform:scaleX(1)}body.wp-native-shell .wp-block-comments{box-sizing:border-box}body.wp-native-shell .wp-block-comments>h2{margin-block-start:1em;margin-block-end:1em}body.wp-native-shell .wp-block-comments #respond{font-size:calc(var(--wp--preset--font-size--large, 1.375rem) * .8216);line-height:1.4;padding-top:var(--wp--preset--spacing--40, 30px);padding-bottom:var(--wp--preset--spacing--40, 30px)}body.wp-native-shell .wp-block-post-comments-form input:not([type=submit]),body.wp-native-shell .wp-block-post-comments-form textarea{border:1px solid var(--wp--preset--color--accent-6, color-mix(in srgb, currentColor 20%, transparent));border-radius:4px;background-color:var(--wp--preset--color--base, #fff);color:var(--wp--preset--color--contrast, #000);font-family:inherit;font-size:1em;font-weight:400;letter-spacing:0;line-height:normal}body.wp-native-shell .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),body.wp-native-shell .wp-block-post-comments-form textarea{box-sizing:border-box;display:block;padding:calc(.667em + 2px);width:100%}body.wp-native-shell .wp-block-post-comments-form .comment-form-author label,body.wp-native-shell .wp-block-post-comments-form .comment-form-email label,body.wp-native-shell .wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}body.wp-native-shell .wp-block-post-comments-form .comment-form label,body.wp-native-shell .wp-block-post-comments-form .comment-form label .required{font-size:var(--wp--preset--font-size--small, .875rem);line-height:1.4}body.wp-native-shell .wp-block-post-comments-form .comment-form-comment label{display:inline;margin-bottom:0}body.wp-native-shell .wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}body.wp-native-shell .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{background-color:transparent;margin:0 3.2px 0 0}body.wp-native-shell .wp-block-post-comments-form .comment-reply-title{margin-top:1em;margin-bottom:0}body.wp-native-shell .wp-block-post-comments-form :where(input[type=submit]){background-color:var(--wp--preset--color--contrast);border-color:var(--wp--preset--color--contrast, #000);border-style:solid;border-width:0;border-radius:9999px;box-shadow:none;color:var(--wp--preset--color--base);cursor:pointer;display:inline-block;font-family:inherit;font-size:var(--wp--preset--font-size--medium, 1rem);font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow-wrap:break-word;padding:1rem 2.25rem;text-align:center;text-decoration:none;text-transform:inherit}body.wp-native-shell .wp-block-comments>h2.wp-block-heading.has-x-large-font-size{margin-top:.83em;margin-bottom:.83em}body.wp-native-shell .wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}body.wp-native-shell .wp-block-post-template>li{margin:0}body.wp-native-shell .wp-block-post-template.is-layout-grid{display:grid;gap:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-block-post-template.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}body.wp-native-shell .wp-block-post-template .wp-block-post-excerpt__excerpt{margin-top:0;margin-bottom:0}body.wp-native-shell .wp-block-post-template .wp-block-post-featured-image{margin:0 0 1em}body.wp-native-shell .wp-block-post-template .wp-block-post-featured-image a{display:block;height:100%;width:100%}body.wp-native-shell .wp-block-post-template .wp-block-post-title.has-medium-font-size{font-size:var(--wp--preset--font-size--medium, 1rem);line-height:1.125;margin-top:1em;margin-bottom:1em}body.wp-native-shell .wp-block-post-template .wp-block-post-excerpt{margin-top:var(--wp--style--block-gap, 1.2rem);margin-bottom:var(--wp--style--block-gap, 1.2rem)}body.wp-native-shell .wp-block-post-title a{color:inherit;display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}body.wp-native-shell .wp-block-post-template .wp-block-post-title.has-large-font-size{font-size:1.3602rem;line-height:1.125}body.wp-native-shell .wp-block-post-template .wp-block-post-date,body.wp-native-shell .wp-block-post-template .wp-block-post-date a{border-color:var(--wp--preset--color--accent-4, #686868);color:var(--wp--preset--color--accent-4, #686868);font-size:var(--wp--preset--font-size--small, .875rem);line-height:1.4;text-align:start}body.wp-native-shell .wp-block-post-template .has-text-align-right.wp-block-post-date,body.wp-native-shell .wp-block-post-template .has-text-align-right.wp-block-post-date a{text-align:right}body.wp-native-shell .wp-block-query-pagination{align-items:center;display:flex;font-size:var(--wp--preset--font-size--medium, 1rem);font-weight:500;gap:var(--wp--style--block-gap, 1.2rem);justify-content:center}body.wp-native-shell .wp-block-query-pagination a,body.wp-native-shell .wp-block-query-pagination .page-numbers{color:inherit;text-decoration:none}body.wp-native-shell .wp-block-search__inside-wrapper{background-color:var(--wp--preset--color--base, #fff);border:1px solid var(--praxis-wp-system-field-border, #949494);display:flex;padding:4px}body.wp-native-shell .wp-block-search__label,body.wp-native-shell .wp-block-search__input,body.wp-native-shell .wp-block-search__button{font-size:var(--wp--preset--font-size--medium);font-weight:300;letter-spacing:inherit;line-height:1.6}body.wp-native-shell .wp-block-search__input{border:1px solid var(--wp--preset--color--accent-6);border-width:0;border-radius:3.125rem;flex:1;font-family:inherit;min-width:0;padding:0 1.5625rem}body.wp-native-shell .wp-block-search__button{background:var(--wp--preset--color--contrast, #111);border:1px solid var(--praxis-wp-system-border-light, #ccc);border-width:0;border-radius:3.125rem;color:var(--wp--preset--color--base, #fff);font-family:inherit;margin-left:1.125rem;padding:1rem 2.25rem}body.wp-native-shell .wp-block-column>h3.wp-block-heading{font-family:inherit;font-size:var(--wp--preset--font-size--large);font-weight:400;letter-spacing:inherit;line-height:1.125}body.wp-native-shell .wp-block-categories,body.wp-native-shell .wp-block-latest-posts{box-sizing:border-box;padding-left:40px}body.wp-native-shell .wp-block-latest-posts__list{list-style:none;max-width:330px;padding-left:0}body.wp-native-shell .wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}body.wp-native-shell .wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em;max-width:150px;width:150px}body.wp-native-shell .wp-block-latest-posts__featured-image img{height:150px;max-width:150px;width:150px}body.wp-native-shell .wp-block-latest-posts__post-title{color:inherit;display:inline;text-decoration:none}body.wp-native-shell .wp-block-latest-posts__post-date{border-color:currentColor;color:inherit;display:block;font-size:.8125em;line-height:1.4}body.wp-native-shell .entry-content{display:flow-root}body.wp-native-shell .wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}body.wp-native-shell.error404 .wp-block-image img{display:inline}body.wp-native-shell.error404 main.wp-block-group{margin-top:var(--wp--style--block-gap, 1.2rem);position:static}body.wp-native-shell.error404 main.wp-block-group>.wp-block-group{position:relative}body.wp-native-shell.error404 main#wp--skip-link--target>.wp-block-group>.wp-block-columns.alignwide{column-gap:var(--wp--preset--spacing--50);gap:var(--wp--preset--spacing--50)}body.wp-native-shell.error404 .wp-block-image{margin:0}body.wp-native-shell.error404 h1.wp-block-heading{font-family:var(--wp--preset--font-family--manrope, Manrope, sans-serif)}body.wp-native-shell.error404 .wp-block-search__inside-wrapper{background:transparent;border:0;padding:0}body.wp-native-shell.error404 .wp-block-search__input{background-color:var(--wp--preset--color--base, #fff);border:1px solid color-mix(in srgb,currentColor 20%,transparent);border-color:color-mix(in srgb,var(--wp--preset--color--contrast, #000) 20%,transparent);color:var(--wp--preset--color--contrast, #000);padding:8px 25px}body.wp-native-shell .g4-car .swiper-button-prev,body.wp-native-shell .g4-car .swiper-button-next{font-family:Arial;font-size:13.3333px;font-weight:400;letter-spacing:0;line-height:normal;padding:1px 6px}
