:root{--surface:#ffffff;--bg:#ffffff;--alt:#f7f7f7;--text:#000000;--muted:#555555;--accent:#000000;--accent2:#1a1a1a;--accent3:#606060;--accent4:#808080;--border:#e5e7eb;--radius:16px;--shadow:0 6px 18px rgba(0,0,0,.06);--page-gutter:2rem}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scrollbar-gutter:stable}body{font-family:"Space Grotesk",sans-serif;font-size:1.1rem;font-weight:400;line-height:1.65;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto;vertical-align:middle}a{text-decoration:none;color:inherit}body.nav-open{overflow:hidden}nav[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){*,::after,::before{transition:none!important;animation:none!important}}.container{max-width:95%;margin-inline:auto;padding-inline:2rem}section{padding-block:5rem;background:var(--bg)}.section-title{font-size:clamp(2.4rem,2vw+1.6rem,3.2rem);font-weight:900;margin-bottom:3rem}.lead{color:var(--muted);min-height:3.5rem}main p{margin-bottom:1rem}main ol,main ul{margin-bottom:1rem;padding-left:1.25rem}main ul{list-style:disc}main ol{list-style:decimal}main li{margin-bottom:.45rem}main li:last-child{margin-bottom:0}.stacked+.stacked{padding-top:0}.visually-hidden{position:absolute!important;clip:rect(0 0 0 0)!important;height:1px!important;width:1px!important;overflow:hidden!important;white-space:nowrap!important}.skip-link{position:absolute;top:-50px;left:1rem;padding:.6rem 1.2rem;background:var(--accent);color:#fff;border-radius:var(--radius);transition:top .25s}.skip-link:focus{top:1rem}:focus-visible{outline:0 solid var(--accent);outline-offset:3px}.nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:flex;align-items:center;gap:.55rem;font-weight:900;font-size:1.3rem;color:var(--accent)}.logo svg{height:38px;width:38px;flex:none}.logo span{color:#000;font-weight:900}#burger{background:0 0;border:0;font-size:1.9rem;line-height:1;cursor:pointer;color:var(--accent);position:relative;z-index:1100;touch-action:manipulation}nav#primary-nav ul{list-style:none;display:flex;gap:1.6rem}nav#primary-nav a{font-weight:400;position:relative;padding-block:0rem}nav#primary-nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;background:var(--accent);transition:width .3s}nav#primary-nav a:focus-visible::after,nav#primary-nav a:hover::after{width:100%}nav#primary-nav a[aria-current]{font-weight:700}.has-megamenu{position:static}.megamenu{position:absolute;left:0;right:0;top:100%;background:var(--surface);border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);border-top:none;display:none;z-index:999;overflow:hidden}.megamenu__inner{max-width:100%;margin:0 auto;padding:1.5rem;display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}@media(min-width:993px){.has-megamenu:focus-within .megamenu,.has-megamenu:hover .megamenu{display:block}.megamenu{left:var(--page-gutter);right:var(--page-gutter);width:auto}}.megamenu-header{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.megamenu-header h3{font-size:1.4rem;font-weight:900;color:var(--accent)}.megamenu-col{position:relative}.category-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);cursor:pointer;transition:.2s}.category-header:hover{color:var(--accent)}.category-title{font-weight:700;font-size:1.1rem;flex-grow:1}.category-links{list-style:none;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.5rem;line-height:1.2rem}.category-links li{display:flex;align-items:center;gap:.5rem}.category-links a{display:block;padding:.5rem 0;color:var(--text);transition:color .2s,transform .2s}.category-links a:hover{color:var(--accent);transform:translateX(3px)}.megamenu-feature{grid-column:span 1;padding:1.5rem;background:var(--alt);border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between}.feature-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.feature-header h4{font-size:1.2rem}.feature-content p{font-size:1.1rem;color:var(--muted);margin-bottom:1rem}.feature-badge{display:inline-block;background:var(--accent);color:#fff;padding:.3rem .8rem;border-radius:50px;font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--accent);transition:transform .2s;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:4px}.feature-link:hover{transform:translateX(5px)}#primary-nav ul li{padding:1rem 0}#primary-nav ul li.has-megamenu ul li{padding:0}@media(max-width:992px){.megamenu-toggle{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);width:3rem;height:100%;background:0 0;border:0;cursor:pointer;font-size:1.2rem;color:var(--accent);z-index:1001}nav#primary-nav{position:fixed;top:0;right:-100%;width:min(100%,380px);height:100vh;background:var(--bg);padding:3rem 1.5rem 2rem;overflow-y:auto;transition:right .3s;box-shadow:-5px 0 15px rgba(0,0,0,.1);z-index:1000}body.nav-open nav#primary-nav{right:0}nav#primary-nav ul{flex-direction:column;gap:.5rem}nav#primary-nav li{width:100%;border-bottom:1px solid var(--border);padding:.8rem 0;position:relative}.has-megamenu{display:flex;flex-wrap:wrap}.has-megamenu .nav-link{flex:1;padding-right:3rem}.has-megamenu .megamenu{position:static;display:none;width:100%;padding:1rem;background:var(--alt);border-radius:8px;margin-top:.8rem}.has-megamenu .megamenu.open{display:block}.has-megamenu .megamenu__inner{max-width:none;padding:0;display:block}.megamenu-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:0 0 1rem;margin-bottom:1rem}.category-header{position:relative;padding-right:2rem;margin-bottom:.5rem;cursor:pointer}.category-header::after{content:"\25BE";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);font-size:.8rem;transition:transform .3s}.category-header.open::after{transform:translateY(-50%) rotate(180deg)}.category-links{max-height:0;overflow:hidden;transition:max-height .3s;padding-left:.5rem;margin:0}.category-links.open{max-height:1000px;margin-bottom:1rem}.megamenu-feature{grid-column:1/-1;margin-top:1rem}.has-megamenu .mobile-nav-header{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.has-megamenu .mobile-nav-header .megamenu-toggle{position:relative;top:auto;transform:none;height:auto;width:auto;padding:.5rem}.nav{padding-block:1rem}.container{width:100%;padding-inline:0rem}#primary-nav ul li.has-megamenu ul li{padding:1rem 0}.hero h1{max-width:100%}.tools-grid{grid-template-columns:1fr 1fr}}@media(min-width:993px){#burger,.megamenu-toggle{display:none}}.hero{position:relative;padding:8rem 0 3rem;overflow:hidden;color:var(--hero-text);isolation:isolate}.hero-content{position:relative;z-index:20;margin:0 auto;padding:0 2rem}.hero h1{font-size:clamp(2.8rem,4vw + 1.4rem,4rem);font-weight:700;line-height:1.3;margin-bottom:1.5rem;max-width:80%;background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;color:#000}.hero p{font-size:1.3rem;max-width:800px;margin:0 0 1.5rem;color:#000}.hero-buttons{display:flex;gap:1.5rem}.hero .btn{border-radius:4px;font-size:1.1rem;padding:.4rem 1.4rem;transition:.3s}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2.5rem;font-weight:700;background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.stat-label{font-size:1rem;color:rgba(255,255,255,.7);margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;margin-top:2.4rem;border-radius:4px;background:var(--accent);color:#fff;transition:transform .2s,box-shadow .2s;padding:.4rem 1.4rem;min-width:0;height:auto;font-weight:400}.btn:focus-visible,.btn:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,.25)}.btn--sm{padding:.4rem 1.4rem;margin-top:1rem;min-width:0;height:auto;font-weight:400}.grid{display:grid;gap:2.6rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:var(--surface);border-radius:var(--radius);padding:2.4rem 2rem;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.card h3{font-size:1.35rem;font-weight:700;margin-bottom:.7rem}.badge{display:inline-block;margin-bottom:1.2rem;padding:.4rem .9rem;border-radius:4px;font-size:.8rem;font-weight:700;color:#fff}.accent{background:var(--accent)}.accent2{background:var(--accent2)}.accent3{background:var(--accent3)}.accent4{background:var(--accent4)}.alt-bg{background:var(--alt)}.tools-wrapper{display:grid;gap:3.2rem;grid-template-columns:1fr 1fr;align-items:start}.tools-text p{color:var(--muted)}.tools-grid{display:grid;gap:2.6rem;grid-template-columns:repeat(2,1fr)}.btn-primary{color:#fff;border:2px solid #000}.btn-line{margin-left:1rem}.btn-secondary{background:0 0;color:#000;border:2px solid #000}.btn-primary:hover{transform:translateY(-5px)}.btn-secondary:hover{background:rgba(15,91,72,.08);border-color:#0f5b48;color:#0f5b48;transform:translateY(-4px)}@media(max-width:900px){.tools-wrapper{grid-template-columns:1fr}.tools-grid{grid-template-columns:1fr 1fr}}footer{background:#000;color:#bababa}.footer-head{color:#fff}.footer-inner{padding-block:4rem}.footer-inner>.container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-col{flex:1 1 clamp(180px,22%,260px)}.footer-col p,.footer-col ul{margin-block:.6rem}.foot-links ul{list-style:none;padding:0}.foot-links li{margin-block:.35rem}.footer-copy{border-top:.2px solid rgba(255,255,255,.2);padding-block:1.4rem}@media(max-width:768px){.footer-inner>.container{flex-direction:column;gap:2rem}.footer-col{flex:none;width:100%}}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}body.nav-open .nav-overlay{opacity:1;visibility:visible}@media (max-width:768px){.hero{padding:7rem 0 1rem}.hero h1{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.4;max-width:100%}.tools-grid{grid-template-columns:1fr}.hero p{font-size:1.2rem}.hero-buttons{align-items:center;gap:1rem}.hero-stats{gap:1.5rem}.stat-value{font-size:2rem}.card{padding:2rem}}.progress-container{position:fixed;top:0;left:0;width:100%;height:2px;z-index:9999;background:rgba(0,0,0,.08)}.progress-bar{width:0;height:100%;background:var(--accent);transition:width .2s linear}.breadcrumb{font-size:.9rem;margin-bottom:1rem;color:var(--muted)}.breadcrumb ol{display:flex;gap:.35rem;list-style:none;padding:0;margin:0}.breadcrumb li+li::before{content:'\203A';margin:0 .35rem;color:var(--accent3)}.breadcrumb a{text-decoration:none;color:inherit}.breadcrumb a:focus-visible,.breadcrumb a:hover{color:var(--accent);text-decoration:underline}.consent-banner{display:flex;align-items:center;justify-content:center;box-shadow:0 -2px 6px rgb(0 0 0/.12)}.consent-banner .btn{margin-top:0}.consent-banner__inner{display:flex;align-items:center;gap:1rem}.consent-banner__text{flex:1}.consent-banner a{text-decoration:underline}@media (max-width:768px){.breadcrumb{font-size:.85rem}.consent-banner__inner{max-width:100%}.consent-banner{padding:3rem .5rem}}.extra{border:0;margin-bottom:0}nav#primary-nav .megamenu-col ul.category-links{gap:1.2rem}.category-links a{font-size:.9rem}.megamenu__inner{gap:1rem}.single-cl h2,.single-cl h3,.single-cl h4{margin:1.5rem 0;font-size:1.5rem}.single-cl p{margin-bottom:1rem;line-height:1.9}.single-cl ol,.single-cl ul{margin-bottom:1rem;line-height:1.9;padding-left:1rem}.single-cl a{padding-bottom:1px;border-bottom:1.5px solid #000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-container{position:relative;padding-bottom:56.25%;height:0}.video-wrapper{max-width:70%;margin-top:4rem}@media (max-width:768px){.video-wrapper{max-width:100%}.breadcrumb ol{flex-wrap:wrap}}.guide-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.guide-video{position:sticky;top:100px}.guide-steps h3{margin-top:1.5rem;margin-bottom:.5rem}@media (max-width:992px){.guide-wrapper{grid-template-columns:1fr;gap:3rem}.guide-video{position:static;top:0}}.faq{border-radius:0;border:0;margin:0 0 1rem;width:100%}.faq+.faq{margin-top:.75rem}.faq-grid{grid-template-columns:1fr}.faq-group{grid-template-columns:1fr!important}.faq summary{list-style:none;cursor:pointer;padding:1.25rem 1rem;background:#fff;box-shadow:0 4px 20px -6px rgb(0 0 0 / .12);position:relative;transition:background .2s,box-shadow .2s;display:block}.faq summary::after{content:"+";position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);font-size:1.5rem;line-height:1}.faq[open] summary::after{content:"â€“"}.faq>p{padding:1rem 1.25rem 1.25rem;margin:0;border-top:2px solid #000;background:#fff;box-shadow:7px 7px 30px -5px rgb(0 0 0 / 10%)}.faq summary::-webkit-details-marker{display:none}details[open]>p{animation:.25s ease-in-out accordion}@keyframes accordion{from{opacity:0;transform:translateY(-.25rem)}}.stacked h2{font-size:1.5rem;margin-bottom:2.5rem}.sp-c{padding-top:1rem}.sp-faq .single-cl h2{margin-top:0}.guide-steps h3{font-size:1.2rem}.megamenu-feature h4{font-size:1.1rem}button{font-family:"Space Grotesk",sans-serif}@media (min-width:993px){.megamenu--tabs .megamenu__inner.megamenu-tabs{display:grid;grid-template-columns:210px minmax(0,2.5fr) 260px;padding-block:1.65rem;gap:2.4rem;align-items:flex-start}.megamenu--tabs{max-height:calc(100vh - 120px);overflow-y:auto}.tabs-list{display:flex;flex-direction:column;gap:.4rem;padding-top:.25rem;padding-right:1.25rem;border-right:1px solid var(--border);align-self:stretch}.tab-link{width:100%;text-align:left;border:0;background:0 0;padding:.45rem .9rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;letter-spacing:.01em;color:var(--accent2);transition:background .18s,color .18s}.tab-link:hover{background:#f3f3f3}.tab-link.is-active{background:var(--accent);color:#fff}.tabs-panels{position:relative}.tab-panel{display:none}.tab-panel.is-active{display:block}.tab-panel .category-header.extra{margin-bottom:.9rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.tab-panel .category-title{font-size:1.1rem;font-weight:700}.megamenu--tabs .tab-panel .category-links{list-style:none;margin:0;padding:0;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3rem;row-gap:.25rem;overflow-y:visible!important;padding-right:0!important}.megamenu--tabs .tab-panel .category-links li{display:flex;align-items:flex-start}.megamenu--tabs .tab-panel .category-links a{display:block;padding:.3rem 0;font-size:.95rem;letter-spacing:.01em}.tabs-view-all{display:inline-flex;margin-top:1.8rem}.megamenu-feature{padding:1.5rem 1.6rem}.extra{padding-top:0}}@media (min-width:1400px){.megamenu--tabs .tab-panel .category-links{grid-template-columns:repeat(3,minmax(0,1fr))}}.extra{padding-top:0}body.guide-modern{--guide-ink:#1f1c17;--guide-muted:#4f4a43;--guide-line:#e6ded1;--guide-card:#ffffff;--guide-accent:#0f5b48;--guide-bg:#f7f4ee;--guide-band:#fbf8f2;font-family:"Space Grotesk",sans-serif;color:var(--guide-ink);background:var(--guide-bg)}body.guide-modern main{background:var(--guide-bg)}body.guide-modern .megamenu,body.guide-modern .tabs-list button,body.guide-modern button,body.guide-modern header,body.guide-modern nav{font-family:"Space Grotesk",sans-serif}body.guide-modern header .logo{color:#000}body.guide-modern .megamenu a:focus,body.guide-modern .megamenu a:hover,body.guide-modern .nav a,body.guide-modern .nav a:focus,body.guide-modern .nav a:hover,body.guide-modern header nav a:focus,body.guide-modern header nav a:hover{color:var(--guide-ink)}body.guide-modern section{padding-block:4.5rem;padding:4.5rem 0}body.guide-modern #hero{position:relative;overflow:hidden;padding:4.5rem 0;background:radial-gradient(1200px 420px at 10% -10%,#e7f4ed 0,rgba(231,244,237,0) 60%),linear-gradient(120deg,#fdf7ec 0,#f0f7ff 100%);border-bottom:1px solid var(--guide-line)}body.guide-modern #hero h1,body.guide-modern .product-head,body.guide-modern .section-title,body.guide-modern h2,body.guide-modern h3,body.guide-modern h4{font-family:"DM Serif Display",serif;letter-spacing:.2px}body.guide-modern #hero p{color:var(--guide-muted)}body.guide-modern .stacked{background:var(--guide-band)}body.guide-modern .stacked+.stacked{border-top:1px solid var(--guide-line)}body.guide-modern .single-cl{background:var(--guide-card);border:1px solid var(--guide-line);border-radius:16px;padding:2.2rem;box-shadow:0 12px 26px rgba(27,20,12,.06)}body.guide-modern .guide-wrapper{gap:3rem}body.guide-modern .btn,body.guide-modern .btn-primary,body.guide-modern .btn-secondary{font-family:"Space Grotesk",sans-serif}body.guide-modern .btn-primary{background:var(--guide-accent);border-color:var(--guide-accent);color:#fff}body.guide-modern .btn-secondary{background:0 0;border-color:var(--guide-accent);color:var(--guide-accent)}body.guide-modern .btn-primary:hover,body.guide-modern .btn-secondary:hover{transform:translateY(-4px)}body.guide-modern .breadcrumb a{color:var(--guide-accent)}body.guide-modern .breadcrumb a:focus-visible,body.guide-modern .breadcrumb a:hover{color:var(--guide-accent)}body.guide-modern .faq summary{background:#fff;box-shadow:0 6px 18px rgba(27,20,12,.08)}body.guide-modern .faq>p{border-top:2px solid var(--guide-accent)}body.guide-modern .callout{background:#fff;border:1px solid var(--guide-line);border-radius:14px;box-shadow:0 8px 18px rgba(27,20,12,.05)}body.guide-modern .callout--warn{border-left:4px solid var(--guide-accent)}body.guide-modern .post pre{background:#f8fafc;border-left:4px solid var(--guide-accent)}body.guide-modern .post code{background:#f1f5f9;border:1px solid rgba(0,0,0,.06)}body.guide-modern footer{background:#000;color:#bababa}body.guide-modern .footer-head{color:#fff}body.guide-modern footer a{color:#bababa}body.guide-modern footer a:focus,body.guide-modern footer a:hover{color:#fff}body.guide-modern .sp-c,body.guide-modern .sp-faq,body.guide-modern .stacked+.stacked{padding-top:0}@media (max-width:900px){body.guide-modern .single-cl{padding:1.6rem}}@media (max-width:768px){body.guide-modern #hero{padding:4rem 0}body.guide-modern section{padding-block:4rem}}body.about-modern{--about-ink:#1f1c17;--about-muted:#4f4a43;--about-line:#e6ded1;--about-card:#ffffff;--about-accent:#0f5b48;--about-bg:#f7f4ee;--about-band:#fbf8f2;font-family:"Space Grotesk",sans-serif;color:var(--about-ink)}body.about-modern main{background:var(--about-bg);color:var(--about-ink);font-family:"Space Grotesk",sans-serif}body.about-modern section{padding:0}body.about-modern .megamenu,body.about-modern .tabs-list button,body.about-modern header,body.about-modern nav{font-family:"Space Grotesk",sans-serif;color:var(--about-ink)}body.about-modern #hero{position:relative;overflow:hidden;background:radial-gradient(1200px 420px at 12% -10%,#e7f4ed 0,rgba(231,244,237,0) 60%),linear-gradient(120deg,#fdf7ec 0,#f0f7ff 100%);border-bottom:1px solid var(--about-line)}body.about-modern #hero h1,body.about-modern .section-title,body.about-modern h2,body.about-modern h3{font-family:"DM Serif Display",serif;letter-spacing:.2px}body.about-modern #hero p,body.about-modern .card p,body.about-modern .single-cl li,body.about-modern .single-cl p{color:var(--about-muted)}body.about-modern main>section{border-top:1px solid var(--about-line);border-bottom:1px solid var(--about-line)}body.about-modern main>section.stacked{padding-top:5.5rem;padding-bottom:5.5rem;padding-block:5.5rem}body.about-modern .stacked+.stacked{padding-top:4.5rem}body.about-modern main>section:nth-of-type(n+3):nth-of-type(odd){background:var(--about-band)}body.about-modern .section-label{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--about-accent);margin:0 0 .5rem;font-weight:600}body.about-modern .section-title{margin:0 0 2rem;font-size:clamp(2rem,2vw + 1rem,2.8rem)}body.about-modern .card{background:var(--about-card);border:1px solid var(--about-line);border-radius:14px;padding:1.2rem 1.35rem;box-shadow:0 10px 22px rgba(15,27,45,.06)}body.about-modern .grid{gap:1.5rem}body.about-modern .btn-primary{background:var(--about-accent);border-color:var(--about-accent);color:#fff}body.about-modern .btn-primary:hover{background:#0c4b3c;border-color:#0c4b3c}body.about-modern .btn-secondary{background:0 0;border-color:var(--about-accent);color:var(--about-accent)}body.about-modern .btn-secondary:hover{background:rgba(15,91,72,.08)}body.about-modern .single-cl{background:0 0;border:0;border-radius:0;padding:0;box-shadow:none}body.about-modern .single-cl h2,body.about-modern .single-cl h3,body.about-modern .single-cl h4{color:var(--about-ink)}body.about-modern .single-cl a{color:var(--about-ink);border-bottom:2px solid var(--about-accent)}body.about-modern .breadcrumb{color:var(--about-muted)}body.about-modern .breadcrumb a{color:var(--about-accent);text-decoration:none;border-bottom:0!important}body.about-modern .breadcrumb a:focus-visible,body.about-modern .breadcrumb a:hover{color:#0c4b3c;text-decoration:none;border-bottom:0!important}body.about-modern .last-updated,body.about-modern .last-updated strong{color:inherit}body.about-modern .last-updated .date-green{color:var(--about-accent)}@media (max-width:768px){body.about-modern #hero{padding:5rem 0 3rem}body.about-modern main>section.stacked{padding-top:4rem;padding-bottom:4rem}body.about-modern .stacked+.stacked{padding-top:3.2rem}body.about-modern .single-cl{padding:0}}body.about-modern #hero{padding:6rem 0}body.about-modern main h2:not(.section-title),body.about-modern main h3:not(.section-title),body.about-modern main h4:not(.section-title){margin:1.8rem 0 .8rem}body.about-modern .section-label+.section-title,body.about-modern main h2:first-child,body.about-modern main h3:first-child,body.about-modern main h4:first-child{margin-top:0}main ol.list-plain,main ul.list-plain,main ul.pointer-list{list-style:none;padding-left:0}main ol.list-plain li,main ul.list-plain li,main ul.pointer-list li{margin-bottom:.45rem}main ol.list-plain li:last-child,main ul.list-plain li:last-child,main ul.pointer-list li:last-child{margin-bottom:0}main ul.pointer-list li{position:relative;padding-left:1.2rem}main ul.pointer-list li::before{content:"\2022";position:absolute;left:0;top:0;color:var(--about-accent,var(--accent))}header,header #primary-nav,header .logo,header .megamenu,header .nav,header .tabs-list button,header button{font-family:"Space Grotesk",sans-serif;color:#1f1c17}body.single-modern{--single-ink:#1f1c17;--single-muted:#4f4a43;--single-line:#e6ded1;--single-bg:#f7f4ee;--single-band:#fbf8f2;font-family:"Space Grotesk",sans-serif;color:var(--single-ink);background:var(--single-bg)}body.single-modern main{background:var(--single-bg);color:var(--single-ink)}body.single-modern #hero{background:radial-gradient(1200px 400px at 10% -10%,#e7f4ed 0,rgba(231,244,237,0) 60%),linear-gradient(120deg,#fdf7ec 0,#f0f7ff 100%);border-bottom:1px solid var(--single-line);border-top:none}body.single-modern #hero h1,body.single-modern .section-title,body.single-modern h2,body.single-modern h3{font-family:"DM Serif Display",serif;letter-spacing:.2px}body.single-modern #hero p{color:var(--single-muted);max-width:780px}body.single-modern .megamenu,body.single-modern .tabs-list button,body.single-modern header,body.single-modern nav{font-family:"Space Grotesk",sans-serif}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main p{color:#4f4a43!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.black,.black-header) p{color:#fff!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main strong{color:#1f1c17!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.black,.black-header) strong{color:#fff!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header #burger,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header nav#primary-nav .category-links a,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header nav#primary-nav .category-title,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header nav#primary-nav .mobile-nav-header .nav-link,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header nav#primary-nav .tab-link:not(.is-active),body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header nav#primary-nav>ul>li>a{color:#4f4a43!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:where(strong,b,.bold-heading,.card-title,.product-head,.author-name,[style*='font-weight:700'],[style*='font-weight:700']){color:#1f1c17!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.black,.black-header):where(strong,b,.bold-heading,.card-title,.product-head,.author-name,[style*='font-weight:700'],[style*='font-weight:700']){color:#fff!important}.bold-heading,.bold-heading a,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main p.bold-heading,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main p.bold-heading a{color:#1f1c17!important}.black .bold-heading,.black .bold-heading a,.black-header .bold-heading,.black-header .bold-heading a,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.black,.black-header) p.bold-heading,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.black,.black-header) p.bold-heading a{color:#fff!important}.category-title,.tab-link:not(.is-active){color:#1f1c17!important}.feature-content h4,.feature-header h4{font-family:"DM Serif Display",serif!important;font-weight:700!important}body:is(.product-modern,.products-modern,.contact-modern,.blog-modern,.guide-modern,.single-modern,.about-modern) #hero{border-bottom:1px solid #e6ded1!important}body:is(.guide-modern,.blog-modern,.single-modern) main>section.black-header:first-child{border-bottom:1px solid #e6ded1!important}body:is(.home-modern,.products-modern,.product-modern,.contact-modern,.blog-modern,.guide-modern,.single-modern,.about-modern) header{border-bottom:1px solid #e6ded1!important}header{position:sticky;background:var(--surface);position:sticky!important;top:0;z-index:1000;background:var(--surface,#fff)!important;padding-top:env(safe-area-inset-top);transition:box-shadow .25s;height:auto!important;min-height:61px;box-sizing:border-box;border-bottom:1px solid #e6ded1!important}header.scrolled{box-shadow:0 4px 14px rgba(0,0,0,.06)}header .nav{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%!important;height:auto!important;min-height:61px!important}header .logo{display:flex;align-items:center;gap:.55rem;font-weight:900;color:var(--accent,#000)!important;width:auto!important;padding:0!important;margin:0!important;font-size:1.3rem!important;line-height:1!important}header .logo svg{flex:none;width:38px!important;height:38px!important;margin:0!important}header .logo span{color:#000;font-weight:900;font-size:1.3rem!important;line-height:1!important;margin:0!important;padding:0!important}header #burger{background:0 0;border:0;cursor:pointer;color:#4f4a43!important;position:relative;z-index:1100;touch-action:manipulation;margin:0!important;padding:0!important;font-size:1.9rem!important;line-height:1!important}header nav#primary-nav ul{list-style:none;display:flex;margin:0!important;padding:0!important;gap:1.6rem!important}header nav#primary-nav a{position:relative;padding-block:0}header .megamenu{position:absolute;left:0;right:0;top:100%;background:var(--surface,#fff)!important;border-radius:0 0 16px 16px;box-shadow:0 6px 18px rgba(0,0,0,.06);border:1px solid #e5e7eb;border-top:none;display:none;z-index:999;overflow:hidden;margin:0!important;padding:0!important}header .megamenu__inner{max-width:100%;display:grid;grid-template-columns:repeat(5,1fr);margin:0 auto!important;padding:1.5rem!important;gap:1.5rem!important}header .category-title,header nav#primary-nav .category-links a,header nav#primary-nav .mobile-nav-header .nav-link,header nav#primary-nav .tab-link:not(.is-active),header nav#primary-nav>ul>li>a{color:#4f4a43!important}header #primary-nav .tabs-list .tab-link.is-active,header .feature-badge{background:#0f5b48!important;color:#fff!important}header nav#primary-nav>ul>li{margin:0!important;padding:1rem 0!important;line-height:1.4!important;font-size:1rem!important}header nav#primary-nav .mobile-nav-header .nav-link,header nav#primary-nav a{margin:0!important;padding:0!important;font-size:1rem!important;line-height:1.4!important;font-weight:400!important}header .tabs-list{margin:0!important;padding-top:.25rem!important;padding-right:1.25rem!important;gap:.4rem!important}header .tab-link{margin:0!important;padding:.45rem .9rem!important;font-size:.9rem!important;line-height:1.3!important}header .category-header{margin:0 0 .9rem!important;padding:0 0 .75rem!important}header .category-title{margin:0!important;padding:0!important;font-size:1.1rem!important;line-height:1.35!important}header .category-links{margin:0!important;padding:0!important}header .category-links a{margin:0!important;padding:.3rem 0!important;font-size:.95rem!important;line-height:1.35!important}header .feature-content h4,header .feature-header h4{font-family:"DM Serif Display",serif!important;font-weight:700!important;margin:0!important;padding:0!important;font-size:1.1rem!important;line-height:1.3!important}@media(min-width:993px){header .has-megamenu:focus-within .megamenu,header .has-megamenu:hover .megamenu{display:block}header nav#primary-nav>ul>li{padding:1rem 0!important}}@media(max-width:992px){header{min-height:70px}header .megamenu-toggle{color:#4f4a43!important}header .nav{min-height:70px!important}header nav#primary-nav{padding:3rem 1.5rem 2rem!important}header nav#primary-nav li{padding:.8rem 0!important}header .has-megamenu .nav-link{padding-right:3rem!important}header .has-megamenu .megamenu{padding:1rem!important;margin-top:.8rem!important}header .category-header{padding-right:2rem!important;margin-bottom:.5rem!important}header .category-links{padding-left:.5rem!important}}header .nav.container{max-width:95%!important;width:100%!important;margin-inline:auto!important;padding-inline:2rem!important}header .megamenu__inner.container{max-width:95%!important;margin-inline:auto!important}@media(max-width:992px){header .nav.container{max-width:100%!important;padding-inline:0!important}}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb{font-size:.9rem;margin-bottom:1rem;color:#4f4a43!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb ol{display:flex;gap:.35rem;list-style:none;margin:0;padding:0}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb li+li::before{content:"\203A";margin:0 .35rem;color:#7a746c}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb a{color:#0f5b48!important;text-decoration:none}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb a:focus-visible,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb a:hover{color:#0b4638!important;text-decoration:underline;text-underline-offset:2px}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb li[aria-current=page]{color:#4f4a43!important}.sitemap-spacing-top{margin-top:2rem}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section#hero,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section.stacked{padding-top:4rem!important;padding-bottom:4rem!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main .stacked+.stacked{padding-top:4rem!important}body.guide-modern section.black-header{padding-top:4rem!important;padding-bottom:4rem!important}@media (max-width:768px){body.about-modern #hero{padding:4.5rem 0}body.about-modern main>section.stacked{padding-block:4rem}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) .breadcrumb{font-size:.85rem}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section#hero,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main>section.stacked{padding-top:3rem!important;padding-bottom:3rem!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main .stacked+.stacked{padding-top:3rem!important}body.guide-modern section.black-header{padding-top:3rem!important;padding-bottom:3rem!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.container,.lower-section .grid){padding-inline:1rem!important}}body.about-modern main p.section-label{color:#0f5b48!important}.feature-content h4{line-height:1.3!important;padding-bottom:.35rem!important}header .feature-content h4{padding:.5rem 0!important}@media (max-width:992px){.megamenu--tabs .tabs-list{display:none}.megamenu--tabs .tab-panel{display:block!important;margin-bottom:1.5rem}.megamenu--tabs .tabs-view-all{display:inline-flex}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) main:is(.container,.lower-section .grid){padding-inline:1rem!important}body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) footer .container,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header .nav.container{padding-inline:1rem!important}body:is(.single-modern,.guide-modern,.about-modern) footer .container,body:is(.single-modern,.guide-modern,.about-modern) header .nav.container,body:is(.single-modern,.guide-modern,.about-modern) main>.container,body:is(.single-modern,.guide-modern,.about-modern) main>section>.container{max-width:100%!important;padding-inline:1rem!important}header nav#primary-nav ul{gap:0!important}header nav#primary-nav>ul>li.has-megamenu{padding:.8rem 0!important}header nav#primary-nav>ul>li.has-megamenu>.mobile-nav-header{margin:0!important;padding:0!important;min-height:auto!important}header nav#primary-nav>ul>li.has-megamenu>.mobile-nav-header .megamenu-toggle{padding:0!important;margin:0!important;height:auto!important;line-height:1!important}}@media (max-width:768px){body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) footer .container,body:is(.home-modern,.products-modern,.contact-modern,.product-modern,.product-mbox-modern,.product-msg-modern,.guide-modern,.about-modern,.single-modern,.blog-modern) header .nav.container{padding-inline:1rem!important}body:is(.single-modern,.guide-modern,.about-modern) footer .container,body:is(.single-modern,.guide-modern,.about-modern) header .nav.container,body:is(.single-modern,.guide-modern,.about-modern) main>.container,body:is(.single-modern,.guide-modern,.about-modern) main>section>.container{max-width:100%!important;padding-inline:1rem!important}header nav#primary-nav ul{gap:0!important}header nav#primary-nav>ul>li.has-megamenu{padding:.8rem 0!important}header nav#primary-nav>ul>li.has-megamenu>.mobile-nav-header{margin:0!important;padding:0!important;min-height:auto!important}header nav#primary-nav>ul>li.has-megamenu>.mobile-nav-header .megamenu-toggle{padding:0!important;margin:0!important;height:auto!important;line-height:1!important}header .megamenu__inner{padding:.5rem 0!important}}@media (max-width:992px){header .megamenu__inner{padding:.5rem 0!important}.megamenu--tabs .tab-panel{margin-bottom:.5rem!important}nav#primary-nav li:last-child{border-bottom:none!important}}@media (max-width:768px){.megamenu--tabs .tab-panel{margin-bottom:.5rem!important}nav#primary-nav li:last-child{border-bottom:none!important}}.consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;height:auto;min-height:88px;padding:14px 0;background:#fff;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 6px rgb(0 0 0 / 12%);transform:translateY(100%);transition:transform .25s ease-in-out}html.banner-visible .consent-banner{transform:translateY(0)}.consent-banner__inner{width:100%;max-width:95%;margin:0 auto;padding-inline:2rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:16px}.consent-banner__text{margin:0;font-family:"Space Grotesk",sans-serif;font-size:16px;line-height:1.45;color:#1f1c17}.consent-banner__text a{color:#0f5b48;text-decoration:underline;text-underline-offset:2px}.consent-banner .consent-banner__accept{margin-top:0;min-height:44px;min-width:110px;padding:.75rem 1.15rem;border-radius:6px;border:1px solid #0f5b48;background:#0f5b48;color:#fff;font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:600;line-height:1;box-shadow:none;transform:none;justify-self:end}.consent-banner .consent-banner__accept:focus-visible,.consent-banner .consent-banner__accept:hover{border-color:#0b4638;background:#0b4638;box-shadow:none;transform:none}@media (max-width:992px){.consent-banner__inner{max-width:100%;padding-inline:1rem}}@media (max-width:768px){.consent-banner{min-height:120px;padding:16px 14px max(16px,env(safe-area-inset-bottom))}.consent-banner__inner{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding-inline:0}.consent-banner__text{font-size:16px}.consent-banner .consent-banner__accept{width:100%;min-width:0;justify-self:auto}}
@media (max-width:992px){header nav#primary-nav .mobile-nav-header .nav-link{display:inline-flex;align-items:center;min-height:44px;padding:.5rem 0!important;}header nav#primary-nav .mobile-nav-header .megamenu-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 10px!important;margin-left:8px!important;line-height:1!important;}}
