:root{--ink:#17211d;--green:#174d3b;--lime:#d9f16f;--cream:#f4f1e9;--line:#d7d8d2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--font-sans),sans-serif;background:#fff}a{color:inherit;text-decoration:none}.topbar{background:var(--ink);color:#fff;text-align:center;padding:8px;font-size:11px;letter-spacing:.13em;text-transform:uppercase}nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,28px);border-bottom:1px solid var(--line)}.brand{font-weight:900;letter-spacing:-.05em;font-size:24px}.brand span{color:#5b836d;font-weight:500}.navlinks{display:flex;gap:30px;font-size:13px;font-weight:650}.navicons{display:flex;gap:16px}.hero{background:var(--cream);text-align:center;padding:96px 20px 110px}.category-strip>span,.eyebrow,.newsletter>span,.section-title span{font-size:11px;letter-spacing:.18em;font-weight:800;color:#557064}.hero h1{font:700 clamp(52px,7.4vw,104px)/.92 var(--font-serif);margin:22px 0}.hero h1 em{color:var(--green);font-weight:400}.hero p{max-width:600px;margin:0 auto 30px;color:#65706a;line-height:1.7}.button{display:inline-flex;gap:12px;align-items:center;background:var(--green);color:#fff;padding:15px 22px;font-size:13px;font-weight:700}.feature{position:relative;height:630px;margin:0 max(4vw,28px)}.feature>img{object-fit:cover}.feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,22,18,.68),transparent 65%)}.feature-card{position:absolute;z-index:1;left:6%;bottom:12%;color:#fff;max-width:560px}.card>span,.feature-card span{font-size:10px;letter-spacing:.16em;font-weight:800}.feature-card h2{font:600 clamp(32px,4vw,58px)/1.05 var(--font-serif);margin:14px 0}.feature-card p{line-height:1.65;color:#e3e7e4}.feature-card a,.section-title>a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:750;border-bottom:1px solid;padding-bottom:4px}.section{padding:100px max(4vw,28px)}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.category-strip h2,.newsletter h2,.section-title h2{font:600 45px/1.1 var(--font-serif);margin:10px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.card-img{height:330px;position:relative;display:block;overflow:hidden}.card-img img{object-fit:cover;transition:.4s}.card-img:hover img{transform:scale(1.03)}.card-img b{position:absolute;right:12px;top:12px;background:#fff;padding:8px 10px;font-size:12px;display:flex;gap:5px}.card>span{display:block;color:#527260;margin-top:20px}.card h3{font:600 25px/1.2 var(--font-serif);margin:9px 0}.card p{font-size:14px;color:#68726c;line-height:1.6}.category-strip{background:var(--green);color:#fff;padding:85px max(4vw,28px)}.category-strip>span{color:#b4cfc1}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px;border-top:1px solid #497363;border-left:1px solid #497363}.category-grid a{padding:26px 20px;border-right:1px solid #497363;border-bottom:1px solid #497363;display:grid;grid-template-columns:30px 1fr auto;align-items:center;font-family:var(--font-serif);font-size:18px}.category-grid b{font:500 10px var(--font-sans);color:#9bb5aa}.newsletter{text-align:center;background:var(--lime);padding:90px 20px}.newsletter p{color:#53604f}.newsletter form{display:flex;max-width:460px;margin:30px auto 0}.newsletter input{flex:1 1;border:0;padding:16px}.newsletter button{background:var(--ink);color:#fff;border:0;padding:0 22px;font-weight:700}footer{background:#111916;color:#dbe1de;padding:70px max(4vw,28px) 25px;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:40px;gap:40px}footer .brand{color:#fff}footer>div{display:flex;flex-direction:column;gap:12px;font-size:13px}footer p{max-width:350px;color:#94a099;line-height:1.6}footer b{color:#fff;margin-bottom:6px}footer small{grid-column:1/-1;border-top:1px solid #354039;padding-top:25px;color:#7f8a84}@media(max-width:800px){.navlinks{display:none}.hero{padding:70px 18px}.feature{height:540px;margin:0}.feature-card{left:7%;right:7%}.cards{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}.section{padding:70px 20px}footer{grid-template-columns:1fr}.newsletter form{flex-direction:column}.newsletter button{padding:16px}}.category-title{font:600 54px var(--font-serif);margin:10px 0}.empty-state{border:1px solid var(--line);padding:45px;text-align:center}.empty-state h2,.empty-state h3{font:600 28px var(--font-serif)}.site-header{background:#f8f4f0;border-bottom:1px solid #e8e1da}.header-utility{height:34px;background:#171717;color:#cfcfcf;padding:0 max(4vw,28px);display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.header-utility>div{display:flex;gap:22px}.site-header .main-nav{height:82px;max-width:1440px;margin:auto;border:0;padding:0 max(3vw,24px)}.site-header .brand-logo img{width:235px;height:auto;display:block}.site-header .navlinks{gap:25px;font-size:12px}.site-header .navlinks a{padding:32px 0;border-bottom:2px solid transparent}.site-header .navlinks a:hover{color:#df6424;border-color:#df6424}.site-header .navicons button{border:0;background:transparent;padding:8px;display:grid;place-items:center;color:#171717}.site-header .navicons button:last-child{background:#ed702e;color:#fff;border-radius:50%}@media(max-width:980px){.header-utility,.site-header .navlinks{display:none}.site-header .main-nav{height:70px}.site-header .brand-logo img{width:190px}}@media(max-width:520px){.site-header .brand-logo img{width:165px}.site-header .main-nav{padding:0 15px}}.menu-details{position:relative}.menu-details summary{list-style:none;cursor:pointer;background:#ed702e;color:#fff;border-radius:50%;padding:8px;display:grid;place-items:center}.menu-details summary::-webkit-details-marker{display:none}.menu-details[open] summary{background:#171717}.menu-details .mobile-navigation{top:calc(100% + 12px);right:0}.site-footer{padding:0!important;display:block!important;background:#0d1713;color:#dbe3df}.footer-main{max-width:1440px;margin:auto;padding:72px 32px 56px;display:grid;grid-template-columns:minmax(270px,1.65fr) repeat(4,minmax(140px,1fr));grid-gap:44px;gap:44px}.footer-brand-column{display:block!important}.footer-logo{width:230px;height:62px;padding:7px 12px;display:flex!important;align-items:center;border-radius:5px;background:#f8f4f0}.footer-logo img{width:100%;height:100%;display:block;object-fit:contain}.footer-brand-column p{max-width:340px;margin:25px 0 17px;color:#afbbb5!important;font-size:16px!important;line-height:26px!important}.footer-brand-column>span{color:#75a68f;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.footer-group{height:auto!important;padding:0!important;display:flex!important;flex-direction:column;align-items:flex-start!important;gap:13px;border:0!important}.footer-group h2{margin:0 0 8px;color:#fff;font-size:16px!important;font-weight:700!important;line-height:24px!important;letter-spacing:.02em!important}.site-footer .footer-group a{position:relative;color:#aeb9b4;font-size:15px!important;font-weight:400!important;line-height:22px!important;transition:color .18s,transform .18s}.site-footer .footer-group a:hover{color:#d9f16f;transform:translateX(3px)}.footer-disclaimer{padding:24px max(32px,calc((100vw - 1376px)/2));border-top:1px solid #293630;border-bottom:1px solid #293630;background:#101d18;color:#94a29b;font-size:14px;line-height:23px;text-align:center}.footer-bottom{max-width:1440px;margin:auto;padding:24px 32px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer .footer-bottom small{padding:0!important;border:0!important;color:#819087;font-size:14px!important;line-height:22px!important}.footer-bottom>div{display:flex;gap:24px}.site-footer .footer-bottom a{color:#9ba9a2;font-size:14px!important;line-height:22px!important}.site-footer .footer-bottom a:hover{color:#fff}@media(max-width:1100px){.footer-main{grid-template-columns:1.5fr repeat(2,1fr)}.footer-brand-column{grid-row:span 2}}@media(max-width:700px){.footer-main{padding:52px 22px 40px;grid-template-columns:repeat(2,1fr);gap:38px 24px}.footer-brand-column{grid-column:1/-1;grid-row:auto}.footer-disclaimer{padding:22px}.footer-bottom{padding:22px;align-items:flex-start;flex-direction:column}.footer-bottom>div{flex-wrap:wrap;gap:12px 22px}}@media(max-width:420px){.footer-main{grid-template-columns:1fr}.footer-brand-column{grid-column:auto}}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:IBM Plex Sans Fallback;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_c8daab{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.__variable_c8daab{--font-ibm-plex-sans:"IBM Plex Sans","IBM Plex Sans Fallback"}.brand-logo{display:flex;align-items:center;width:220px;height:58px}.brand-logo img{width:100%;height:100%}.brand-logo img,.new-brand img{display:block;object-fit:contain;object-position:left center}.new-brand img{width:190px;height:48px}@media (max-width:800px){.brand-logo{width:184px}}.site-header{position:relative}.site-search{position:absolute;z-index:30;top:100%;left:50%;transform:translateX(-50%);width:min(700px,calc(100% - 30px));background:#fff;padding:22px;box-shadow:0 18px 45px #0002;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px}.site-search label{grid-column:1/-1;font-size:11px;font-weight:800;letter-spacing:.12em}.site-search input{border:1px solid #ccc;padding:13px}.search-page form button,.site-search button{border:0;background:#ed702e;color:#fff;padding:0 22px;font-weight:750}.mobile-navigation{position:absolute;z-index:29;right:max(3vw,20px);top:100%;width:280px;background:#171717;color:#fff;padding:15px;display:grid}.mobile-navigation a{padding:13px;border-bottom:1px solid #333}.newsletter-message{display:block;margin-top:10px;color:#2c6b3f;font-size:12px}.search-page{max-width:1180px;margin:auto;padding:70px 24px 110px}.search-page>form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #ddd;padding-left:15px}.search-page>form input{border:0;padding:17px;font-size:16px;outline:0}.search-heading{padding:65px 0 30px;border-bottom:1px solid #ddd}.search-heading>span,.search-results article>div>span{font-size:10px;letter-spacing:.15em;color:#df6424;font-weight:800}.search-heading h1{font:700 clamp(42px,6vw,74px)/1 var(--font-serif);margin:10px 0}.search-results article{display:grid;grid-template-columns:270px 1fr;grid-gap:28px;gap:28px;padding:28px 0;border-bottom:1px solid #ddd}.search-image{height:170px;position:relative}.search-image img{object-fit:cover}.search-results h2{font:700 28px/1.12 var(--font-serif);margin:8px 0}.search-results p{color:#666;line-height:1.6}@media(max-width:650px){.site-search{grid-template-columns:1fr}.site-search button{padding:13px}.mobile-navigation{left:15px;right:15px;width:auto}.search-results article{grid-template-columns:1fr}.search-image{height:220px}}:root{--font-sans:var(--font-ibm-plex-sans);--font-serif:var(--font-ibm-plex-sans)}body,body *,button,html,input,select,textarea{font-family:var(--font-ibm-plex-sans),"IBM Plex Sans",Arial,sans-serif!important}body{font-size:16px;font-weight:400;line-height:30px;letter-spacing:normal}.category-title,.dash-head h1,.hero h1,.story-main h1,h1{font-size:56px!important;font-weight:500!important;line-height:70px!important;letter-spacing:-1.12px!important}.category-strip h2,.newsletter h2,.section-heading h2,.section-title h2,h2{font-size:32px!important;font-weight:700!important;line-height:36px!important;letter-spacing:-.8px!important}.feature-card h2,.typography-h2-large{font-size:48px!important;font-weight:500!important;line-height:60px!important;letter-spacing:-.96px!important}.brief-card h2,.empty-state h2,.panel-head h2,.panel>h2,.related-title h2,.typography-h2-small{font-size:18px!important;font-weight:400!important;line-height:28px!important;letter-spacing:normal!important}h3{font-weight:600!important;letter-spacing:-.45px!important}.typography-description,h3,p{font-size:18px!important;line-height:28px!important}.typography-description,p{font-weight:400!important;letter-spacing:normal!important}.stat strong,.typography-featured-stat{font-size:20px!important;font-weight:600!important;line-height:22px!important;letter-spacing:normal!important}.typography-card-title{font-size:22px!important;font-weight:600!important;line-height:28px!important;letter-spacing:normal!important}.prose>p:first-child,.typography-subheading{font-size:24px!important;font-weight:500!important;line-height:32px!important;letter-spacing:normal!important}.typography-small-quote,blockquote{font-size:16px!important;font-weight:400!important;line-height:24px!important;letter-spacing:normal!important}a{font-size:14px;font-weight:400;line-height:20px}.brand,h1 a,h2 a,h3 a{font:inherit!important;letter-spacing:inherit!important}.actions a,.button,.dash-button,.feature-card>a,.typography-cta{font-size:16px!important;font-weight:600!important;line-height:16px!important}.prose a,.text-link,.typography-content-link{font-size:20px!important;font-weight:600!important;line-height:28px!important}.dash nav a,.header-utility a,.typography-secondary-nav{font-size:12px!important;font-weight:600!important;line-height:16px!important}.main-nav .navlinks a{font-size:16px!important;font-weight:600!important;line-height:24px!important}.header-utility,.header-utility a{font-size:14px!important;line-height:20px!important}footer>div,footer>div a,footer>div p{font-size:16px!important;line-height:24px!important}footer>div a{font-weight:400!important}footer>div>b{font-size:16px!important;font-weight:600!important;line-height:24px!important}footer>small{font-size:14px!important;line-height:22px!important}[role=button],button{font-size:16px;font-weight:400;line-height:30px}.brief-card button,.card button,.media-upload button,.typography-card-cta{font-size:16px!important;font-weight:600!important;line-height:24px!important}li{font-size:18px;font-weight:400;line-height:28px}.bullet-small,.bullet-small li{font-size:6px!important;font-weight:400!important;line-height:6px!important}.breadcrumbs,.breadcrumbs a,.breadcrumbs b,.breadcrumbs span,.brief-card small,.brief-card>span,.card small,.card>span,.category-strip>span,.discover-grid article>span,.discover-grid small,.eyebrow,.lead-copy>span,.market-inner,.market-inner small,.news-card small,.news-card span,.newsletter-message,.newsletter>span,.panel-title span,.related-sidebar article>div>span,.related-title span,.reviews-grid article>div>span,.search-heading>span,.search-results article>div>span,.section-heading span,.section-title span,.section-title>span,.story-facts span,.story-main header>span,.story-meta,.story-meta a,.story-meta b,.story-meta time,.topic-grid article>span,.trend-row time,.trending-strip,.trending-strip a,.trending-strip b,.trust-section span,small,time{font-size:14px!important;line-height:20px!important}.related-more,.related-sidebar small,.story-facts a,.story-facts b{font-size:15px!important;line-height:21px!important}.login-card label,.login-card>span,.mobile-navigation a,.site-search label{font-size:15px!important;line-height:22px!important}.dash .admin-user small,.dash .dash-head>div>span,.dash .nav-label,.dash .new-brand small,.dash .panel-head span,.dash .publish-health>span,.dash .side-help span,.dash .stat span,.dash :is(a,p,button,input,textarea,select,label,td,th,small,kbd,code),.dash td b{font-size:14px!important;line-height:20px!important}.dash .admin-user strong,.dash .command,.dash .crumb,.dash .new-brand>span,.dash .top-site{font-size:15px!important;line-height:22px!important}.dash table{font-size:14px!important}.dash .dash-head h1{font-size:34px!important;font-weight:700!important;line-height:38px!important;letter-spacing:-1.5px!important}.dash .panel>h2{font-size:20px!important;font-weight:700!important;line-height:28px!important;letter-spacing:normal!important}.dash .panel-head h2{font-size:18px!important;font-weight:700!important;line-height:26px!important;letter-spacing:-.36px!important}.dash .meta h3,.dash h3{font-size:13px!important;font-weight:600!important;line-height:20px!important;letter-spacing:normal!important}.dash .publish-health h3{font-size:12px!important;line-height:18px!important}.legal-page{background:#fff}.legal-hero{padding:86px max(28px,calc((100vw - 1180px)/2)) 68px;border-bottom:1px solid #deded9;background:#f5f2eb}.legal-hero>span{color:#d96123;font-size:14px;font-weight:700;letter-spacing:.14em}.legal-hero h1{max-width:900px;margin:16px 0 20px}.legal-hero p{max-width:820px;margin:0;color:#53605a;font-size:20px!important;line-height:32px!important}.legal-hero small{display:block;margin-top:25px;color:#78817c}.legal-layout{max-width:1180px;margin:0 auto;padding:64px 28px 110px;display:grid;grid-template-columns:230px minmax(0,760px);justify-content:space-between;grid-gap:70px;gap:70px}.legal-layout>aside{position:-webkit-sticky;position:sticky;top:24px;height:max-content;padding:20px 0;display:flex;flex-direction:column;border-top:3px solid #17211d}.legal-layout>aside b{margin-bottom:14px;font-size:14px}.legal-layout>aside a{padding:8px 0;color:#6d7671;font-size:14px!important;line-height:20px!important}.legal-layout>aside a:hover{color:#d96123}.legal-content section{scroll-margin-top:30px;padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid #e4e2dd}.legal-content section:last-child{border-bottom:0}.legal-content h2{margin:0 0 18px;font-size:30px!important;line-height:38px!important;letter-spacing:-.6px!important}.legal-content li,.legal-content p{color:#414944;font-size:17px!important;line-height:29px!important}.legal-content p{margin:0 0 16px}.legal-content ul{margin:20px 0 0;padding-left:23px}.legal-content li{margin:9px 0;padding-left:5px}@media(max-width:800px){.legal-hero{padding:60px 22px 50px}.legal-hero h1{font-size:44px!important;line-height:54px!important}.legal-layout{padding:45px 22px 80px;grid-template-columns:1fr;gap:35px}.legal-layout>aside{position:static;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 18px;gap:0 18px}.legal-layout>aside b{grid-column:1/-1}}