@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--blue:#123b5d;--dark:#08283f;--green:#008a55;--green-soft:#e8f5ef;--yellow:#fcd116;--red:#d92d20;--bg:#f6f8fa;--soft:#edf4f8;--text:#17212b;--muted:#586675;--border:#d8e0e7;--white:#fff;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.wrap{max-width:1280px;margin:auto;padding:0 24px}.topbar{background:var(--dark);color:#fff;font-size:14px}.row{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.topbar .row{justify-content:flex-end;min-height:42px}.topbar span:first-child{margin-right:auto;font-weight:700}.header{border-bottom:1px solid var(--border);z-index:10;background:#fff;position:sticky;top:0}.nav{align-items:center;gap:24px;min-height:82px;display:flex}.brand{align-items:center;gap:12px;text-decoration:none;display:flex}.logo{background:var(--blue);color:#fff;border-radius:12px;place-items:center;width:48px;height:48px;font-family:Manrope;font-weight:800;display:grid}.brand small{color:var(--muted);display:block}.desktop{gap:18px;margin-left:auto;display:flex}.desktop a,.footer a{text-decoration:none}.actions{align-items:center;gap:10px;display:flex}.primary,.button,.icon-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;display:inline-flex}.primary{background:var(--green);border-color:var(--green);color:#fff;font-weight:700}.icon-btn{width:44px;height:44px;padding:0}.menu{display:none}.hero{background:linear-gradient(135deg,var(--blue),var(--dark));color:#fff}.hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:center;gap:36px;padding-top:70px;padding-bottom:70px;display:grid}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:0;font-size:13px;font-weight:800}.hero .eyebrow{color:var(--yellow)}h1,h2,h3{letter-spacing:0;color:var(--text);font-family:Manrope,Inter,sans-serif}.hero h1{color:#fff;margin:12px 0;font-size:clamp(40px,6vw,72px);line-height:1}.hero p{max-width:760px;font-size:20px}.hero-panel{background:#ffffff1a;border:1px solid #ffffff3d;border-radius:12px;gap:14px;padding:28px;display:grid}.searchbox{margin-top:28px;position:relative}.searchbox form{background:#fff;border-radius:12px;padding:8px;display:flex;box-shadow:0 18px 40px #0000002e}.searchbox input{color:var(--text);border:0;flex:1;min-width:0;padding:14px}.suggestions{color:var(--text);border:1px solid var(--border);z-index:2;background:#fff;border-radius:12px;gap:6px;width:100%;margin-top:8px;padding:10px;display:grid;position:absolute;box-shadow:0 18px 30px #08283f24}.suggestions a{padding:10px;text-decoration:none}.quick{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.quick a{color:#fff;border:1px solid #ffffff4d;border-radius:999px;padding:8px 12px;text-decoration:none}.section,.page{padding-top:56px;padding-bottom:56px}.section-heading{max-width:780px;margin-bottom:24px}.section-heading h2{margin:0 0 8px;font-size:34px}.section-heading p{color:var(--muted)}.grid{gap:18px;display:grid}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:22px;box-shadow:0 8px 24px #08283f0f}.link-card{gap:8px;text-decoration:none;display:grid}.card h3{margin:8px 0 4px}.card p{color:var(--muted)}.card-icon{color:var(--blue);width:30px;height:30px}.card dl{color:var(--muted);grid-template-columns:auto 1fr;gap:4px 10px;font-size:14px;display:grid}.card dt{color:var(--text);font-weight:700}.band{background:var(--soft)}.split{grid-template-columns:1fr 1fr;align-items:center;gap:30px;display:grid}.catalog{grid-template-columns:300px 1fr;gap:24px;display:grid}.filters{border:1px solid var(--border);background:#fff;border-radius:12px;align-self:start;gap:14px;padding:18px;display:grid;position:sticky;top:104px}.filters label,.form label{gap:6px;font-weight:700;display:grid}.filters input,.filters select,.form input,.form select,.form textarea{border:1px solid var(--border);background:#fff;border-radius:8px;width:100%;padding:12px}.check{flex-direction:row;align-items:center;grid-template-columns:none!important;display:flex!important}.check input{width:auto}.summary{background:var(--green-soft);border:1px solid #bfe2d3;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0;padding:18px;display:grid}.summary span{gap:4px;display:grid}.detail-grid{grid-template-columns:minmax(0,1fr) 340px;gap:30px;display:grid}.lead{color:var(--muted);max-width:850px;font-size:20px}.steps{counter-reset:item;gap:12px;padding:0;list-style:none;display:grid}.steps li{border:1px solid var(--border);background:#fff;border-radius:12px;padding:16px}.docs{gap:10px;padding:0;list-style:none;display:grid}.docs li{align-items:center;gap:10px;display:flex}.download,.contact{border:1px solid var(--border);background:#fff;border-radius:12px;gap:8px;margin-bottom:12px;padding:16px;text-decoration:none;display:grid}.download{grid-template-columns:auto 1fr}.download small,.muted{color:var(--muted);display:block}.feedback,.alert,.featured,.map,.empty,.org{border:1px solid var(--border);background:#fff;border-radius:12px;margin-top:20px;padding:20px}.alert{background:#fff8d8;gap:10px;display:flex}.breadcrumb{color:var(--muted);margin-bottom:18px;font-size:14px}.form{border:1px solid var(--border);background:#fff;border-radius:12px;gap:16px;max-width:760px;padding:24px;display:grid}.form textarea{min-height:150px}.error{color:var(--red)}.footer{background:var(--dark);color:#fff}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:28px;padding-top:38px;padding-bottom:38px;display:grid}.footer a{color:#fff;margin:8px 0;display:block}.overlay{z-index:20;background:#0006;position:fixed;inset:0}.drawer{background:#fff;align-content:start;gap:12px;width:min(360px,92vw);min-height:100%;margin-left:auto;padding:20px;display:grid}.drawer-link{border-bottom:1px solid var(--border);padding:12px;text-decoration:none}@media (width<=980px){.desktop{display:none}.menu{display:inline-flex}.hero-grid,.split,.detail-grid,.catalog,.footer-grid{grid-template-columns:1fr}.three,.four,.two,.summary{grid-template-columns:1fr 1fr}.filters{position:static}.wrap{padding:0 18px}}@media (width<=620px){.topbar .row{justify-content:flex-start}.brand small,.actions .primary{display:none}.hero-grid{padding-top:42px;padding-bottom:42px}.searchbox form{display:grid}.three,.four,.two,.summary{grid-template-columns:1fr}.section,.page{padding-top:34px;padding-bottom:34px}.section-heading h2{font-size:28px}.hero p,.lead{font-size:17px}.card{padding:18px}.footer-grid{gap:12px}.nav{min-height:70px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.hero{background-image:linear-gradient(90deg,#052b1db3,#08181147),url(/hero-drapeau-congo.jpg)!important;background-position:50% 38%!important;min-height:430px!important}.hero .searchbox{margin-top:24px!important}.category-overlap{margin-top:-44px!important}@media (width<=620px){.hero{background-position:55%!important;min-height:430px!important}.hero .searchbox{margin-top:22px!important}.category-overlap{margin-top:-18px!important}}.footer{color:#fff;background:#102b27}.footer-grid{grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,1fr));gap:48px;padding-top:48px;padding-bottom:44px}.footer h2{color:#fff;text-transform:uppercase;border-bottom:1px solid #ffffff2b;margin:5px 0 18px;padding-bottom:11px;font-size:14px}.footer-column a{color:#d6e2dd;margin:0;padding:7px 0;font-size:14px;display:block}.footer-column a:hover{color:var(--yellow)}.footer-brand{grid-template-columns:58px 1fr;gap:12px 14px;display:grid}.footer-brand img{object-fit:contain;width:58px;height:58px}.footer-brand>div{align-self:center}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{text-transform:uppercase;font-family:Manrope,Inter,sans-serif;font-size:14px}.footer-brand span{color:#b9cbc3;margin-top:3px;font-size:13px}.footer-brand>p,.footer-contact{grid-column:1/-1}.footer-brand>p{color:#b9cbc3;margin:7px 0;font-size:14px;line-height:1.6}.footer-contact{gap:2px;display:grid}.footer-contact a{color:#fff;align-items:center;gap:9px;margin:0;padding:7px 0;font-size:14px;display:flex}.footer-contact svg{color:var(--yellow)}.footer-bottom{background:#0b211e;border-top:1px solid #ffffff26}.footer-bottom>.wrap{color:#aebfba;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:62px;font-size:12px;display:grid}.footer-bottom div>div{gap:22px;display:flex}.footer-bottom a{color:#d6e2dd;margin:0}.back-top{justify-self:end;align-items:center;gap:7px;display:flex!important}.flag{background:linear-gradient(90deg,var(--green) 0 42%,var(--yellow) 42% 58%,var(--red) 58%);height:6px}@media (width<=980px){.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1;max-width:560px}.footer-bottom>.wrap{grid-template-columns:1fr auto}.back-top{grid-area:1/2/3}.footer-bottom div>div{grid-column:1}}@media (width<=620px){.footer-grid{grid-template-columns:1fr;gap:28px;padding-top:36px;padding-bottom:34px}.footer-brand{grid-column:auto}.footer h2{margin-bottom:10px}.footer-column a{padding:6px 0}.footer-bottom>.wrap{grid-template-columns:1fr;gap:12px;padding-top:18px;padding-bottom:18px}.footer-bottom div>div{flex-wrap:wrap;grid-column:auto;gap:8px 18px}.back-top{grid-area:auto;justify-self:start}}.brand{gap:9px;width:245px;max-width:245px}.emblem{padding-right:7px;width:50px!important;height:50px!important}.emblem img{width:43px;height:43px}.ministry-identity{min-width:0;display:block}.ministry-full{letter-spacing:0;text-transform:uppercase;font-weight:800;display:block;font-size:9.5px!important;line-height:1.28!important}.ministry-short{display:none}@media (width<=1100px){.brand{width:205px;max-width:205px}.ministry-full{font-size:8.5px!important}.emblem{width:45px!important;height:46px!important}.emblem img{width:38px;height:38px}}@media (width<=620px){.brand{width:auto;max-width:220px}.ministry-full{display:none}.ministry-short{text-transform:uppercase;display:block;font-size:10px!important;line-height:1.25!important}.emblem{padding-right:6px;width:43px!important;height:43px!important}.emblem img{width:36px;height:36px}}.desktop a[aria-current=page]{color:var(--red)}main{background:#fff}.page-header{background:var(--green-dark);color:#fff;border-bottom:6px solid var(--yellow);position:relative;overflow:hidden}.page-header:after{content:"";pointer-events:none;background:linear-gradient(140deg,#0000 0 43%,#f7d34829 43% 57%,#d62f2f24 57%);width:360px;height:260px;position:absolute;bottom:-120px;right:-80px;transform:rotate(-3deg)}.page-header>.wrap{z-index:1;padding-top:28px;padding-bottom:34px;position:relative}.page-header .breadcrumb{color:#ffffffbd;margin-bottom:22px}.page-header .eyebrow{color:var(--yellow);margin:0 0 8px}.page-header h1{color:#fff;max-width:900px;margin:0;font-size:38px;line-height:1.15}.page-header>div>p:last-child:not(.eyebrow){color:#ffffffdb;max-width:720px;margin:10px 0 0;font-size:17px;line-height:1.55}.page-content{background:#fff}.page-content>h2,.detail-grid article>h2,.static-content>h2{align-items:center;gap:10px;margin-top:36px;margin-bottom:16px;font-size:23px;display:flex}.page-content>h2:before,.detail-grid article>h2:before,.static-content>h2:before{content:"";background:var(--green);flex:none;width:5px;height:25px}.breadcrumb span{margin-right:6px;display:inline-block}.card{box-shadow:none;border-color:#d8dedb;border-radius:3px;transition:border-color .18s,transform .18s;position:relative}.link-card:hover{border-color:var(--green);transform:translateY(-2px)}.card:has(.button:hover){border-color:var(--green);transform:translateY(-2px)}.card-icon{color:var(--green)}.card .button{margin-top:auto}.service-list{gap:10px;padding:0;list-style:none;display:grid}.service-list li{border-left:4px solid var(--green);background:#f2f5f3;align-items:center;gap:10px;padding:13px 15px;display:flex}.service-list svg{color:var(--green)}.catalog{gap:30px}.filters{border-top:5px solid var(--green);background:#f3f5f4;border-radius:3px;padding:22px;top:104px}.filters:before{content:"Affiner les resultats";font-family:Manrope,Inter,sans-serif;font-size:18px;font-weight:800}.filters label,.form label{font-size:14px}.filters input,.filters select,.form input,.form select,.form textarea{border-color:#bfc9c4;border-radius:3px}.filters input:focus,.filters select:focus,.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--green);outline-offset:1px}.count{color:var(--muted);text-transform:uppercase;margin-top:0;font-size:14px;font-weight:700}.summary{border:0;border-left:5px solid var(--green);background:#edf6f1;border-radius:3px;margin-top:0;padding:0}.summary span{border-right:1px solid #c9ddd2;padding:19px}.summary span:last-child{border-right:0}.summary strong{text-transform:uppercase;color:var(--green-dark);font-size:12px}.detail-grid{gap:42px}.detail-grid>article{min-width:0}.detail-grid>aside{align-self:start;position:sticky;top:104px}.detail-grid>aside>.button{width:100%;margin-bottom:9px}.steps{counter-reset:steps}.steps li{border:0;border-left:4px solid var(--green);background:#f2f5f3;border-radius:3px;padding:17px 18px 17px 56px;position:relative}.steps li:before{counter-increment:steps;content:counter(steps);background:var(--green);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;font-weight:800;display:grid;position:absolute;top:14px;left:17px}.docs li{border-bottom:1px solid var(--border);padding:11px 0}.docs svg{color:var(--green)}.download,.contact{border-radius:3px}.download{border-left:4px solid var(--green)}.download>svg{color:var(--green)}.contact{border-top:5px solid var(--green);background:#f2f5f3;padding:20px;font-style:normal}.contact strong{font-family:Manrope,Inter,sans-serif;font-size:17px}.feedback{background:#fff8d8;border-color:#ead678;border-radius:3px;flex-wrap:wrap;align-items:center;gap:10px;display:flex}.feedback strong{margin-right:auto}.feedback button{cursor:pointer;background:#fff;border:1px solid #d2bd58;padding:7px 13px}.directory-toolbar{border-left:5px solid var(--green);background:#f2f5f3;align-items:center;gap:12px;margin-bottom:22px;padding:18px 20px;font-weight:700;display:flex}.directory-toolbar svg{color:var(--green)}.administration-card{grid-template-columns:38px 1fr;align-items:start}.administration-card .card-icon{grid-row:1/4}.administration-card .admin-meta,.administration-card .admin-location{color:var(--muted);grid-column:2;font-size:13px}.admin-location{align-items:center;gap:6px;display:flex}.featured{border:0;border-left:6px solid var(--green);background:#f2f5f3;border-radius:3px;margin:0 0 28px;padding:30px}.featured h2{margin:8px 0;font-size:28px}.featured p{max-width:760px;color:var(--muted)}.news-grid .card{border-top:4px solid var(--green)}.article-page{max-width:900px}.article-meta{color:var(--muted);border-bottom:1px solid var(--border);padding-bottom:18px;font-size:13px}.article-page .lead{color:var(--text);margin:28px 0 38px;line-height:1.75}.form-layout{grid-template-columns:290px minmax(0,760px);align-items:start;gap:32px;display:grid}.form-help{background:var(--green-dark);color:#fff;border-top:6px solid var(--yellow);padding:25px}.form-help svg{color:var(--yellow);width:38px;height:38px}.form-help h2{color:#fff;font-size:21px}.form-help p{color:#d8e4df;font-size:14px;line-height:1.6}.form{border-top:5px solid var(--green);max-width:none;box-shadow:none;border-radius:3px;padding:28px}.steps-nav>span{color:var(--green-dark);margin-bottom:9px;font-weight:800;display:block}.steps-nav>div{background:#dfe7e3;height:6px}.steps-nav i{background:var(--green);height:100%;display:block}.success-panel{border-left:6px solid var(--green);background:#edf6f1;max-width:700px;padding:30px}.success-panel>svg{width:46px;height:46px;color:var(--green)}.success-panel strong{margin:15px 0 5px;font-size:22px;display:block}.static-content{max-width:900px}.org{border-left:5px solid var(--green);background:#f2f5f3;border-radius:3px}.empty-page{text-align:center;min-height:360px}.empty-page>svg{width:60px;height:60px;color:var(--green)}.empty-page .primary{margin-top:15px}@media (width<=980px){.page-header h1{font-size:32px}.detail-grid>aside{position:static}.form-layout{grid-template-columns:1fr}.form-help{grid-template-columns:auto 1fr;gap:0 18px;display:grid}.form-help svg{grid-row:1/3}.form-help h2{margin-top:0}.form-help p{grid-column:2}.administration-card{grid-template-columns:34px 1fr}}@media (width<=620px){.page-header>.wrap{padding-top:20px;padding-bottom:26px}.page-header h1{font-size:28px}.page-header>div>p:last-child:not(.eyebrow){font-size:15px}.page-header .breadcrumb{margin-bottom:15px}.page-content{padding-top:30px}.summary{grid-template-columns:1fr}.summary span{border-bottom:1px solid #c9ddd2;border-right:0}.detail-grid{gap:26px}.form{padding:20px}.form-help{display:block}.form-help p{grid-column:auto}.featured{padding:22px}.featured h2{font-size:23px}.administration-card{grid-template-columns:30px 1fr}}.emblem{flex:none;padding-right:9px;width:62px!important;height:58px!important}.emblem img{object-fit:contain;width:52px;height:52px;display:block}@media (width<=620px){.emblem{padding-right:7px;width:49px!important;height:47px!important}.emblem img{width:41px;height:41px}}:root{--green:#009b58;--green-dark:#007b45;--green-soft:#eaf6f0;--dark:#102b27;--bg:#f7f8f7;--soft:#eef2f0;--text:#18211f;--muted:#5e6b67;--border:#d8dedb}body{background:#fff}.wrap{max-width:1180px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.topbar{color:var(--green-dark);border-bottom:1px solid var(--border);background:#fff;font-size:13px}.utility-bar{align-items:center;gap:18px;height:42px;display:flex}.utility-news{align-items:center;gap:7px;font-weight:700;text-decoration:none;display:flex}.top-search{background:var(--green);width:290px;height:42px;margin-left:auto;display:flex}.top-search input{color:#fff;background:0 0;border:0;flex:1;min-width:0;padding:0 14px}.top-search input::placeholder{color:#fff}.top-search button{color:#fff;cursor:pointer;background:0 0;border:0;border-left:1px solid #ffffff59;place-items:center;width:46px;display:grid}.flag-mark{background:linear-gradient(140deg,var(--green) 0 42%,var(--yellow) 42% 60%,var(--red) 60%);border:1px solid #eee;width:56px;height:30px}.nav{min-height:84px}.brand{max-width:300px}.emblem{border-right:2px solid var(--red);width:54px;height:54px;color:var(--green-dark);place-items:center;display:grid}.brand strong{text-transform:uppercase;font-family:Manrope,Inter,sans-serif;font-size:13px;line-height:1.3}.brand small{margin-top:3px}.desktop{align-items:center;gap:22px}.desktop a{font-size:13px;font-weight:650}.desktop a:first-child{color:var(--red)}.header-search{color:var(--muted);border:0}.primary,.button,.icon-btn{border-radius:6px}.hero{background:linear-gradient(90deg,#052b1db8,#08181152),url(/hero-congo.png) 50% 43%/cover no-repeat;align-items:flex-start;min-height:390px;display:flex}.hero-content{text-align:center;padding-top:65px}.hero .eyebrow{margin:0 0 10px}.hero h1{text-shadow:0 2px 15px #00000047;max-width:740px;margin:0 auto 10px;font-size:44px;line-height:1.08}.hero p{max-width:620px;margin:0 auto;font-size:18px}.hero .searchbox{text-align:left;max-width:720px;margin:26px auto 0}.searchbox form{border-radius:5px;padding:6px}.suggestions{border-radius:6px}.category-overlap{z-index:3;margin-top:-96px;position:relative}.category-label{background:var(--green);color:#fff;padding:12px 18px;font-size:14px;font-weight:800;display:inline-flex}.home-categories{background:#f1f1f1;border:1px solid #d5d5d5;grid-template-columns:repeat(6,1fr);display:grid}.home-category{text-align:center;border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:142px;padding:18px 10px;text-decoration:none;display:flex}.home-category:nth-child(6n){border-right:0}.home-category:nth-child(n+7){border-bottom:0}.home-category span{width:58px;height:58px;color:var(--green);background:#fff;border-radius:50%;place-items:center;display:grid}.home-category svg{stroke-width:1.55px;width:30px;height:30px}.home-category strong{font-size:14px;line-height:1.25}.home-category:hover{background:#e9f4ee}.home-highlights{grid-template-columns:repeat(3,1fr);gap:22px;padding-top:38px;padding-bottom:62px;display:grid}.highlight{min-width:0}.highlight h2{background:var(--green);color:#fff;text-transform:uppercase;align-items:center;gap:10px;height:52px;margin:0;padding:0 17px;font-size:14px;display:flex}.highlight h2 svg{color:var(--yellow);width:23px}.highlight-body{background:#f1f1f1;min-height:228px;margin-top:12px;padding:25px}.popular-list{flex-direction:column;justify-content:center;display:flex}.popular-list a{border-bottom:1px solid #d9d9d9;grid-template-columns:20px 1fr 18px;align-items:center;gap:9px;padding:11px 0;font-weight:750;text-decoration:none;display:grid}.popular-list a:last-child{border:0}.popular-list svg{width:17px}.popular-list svg:last-child{color:var(--green)}.news-feature h3{margin:8px 0;font-size:20px}.news-feature p,.directory-feature p{color:var(--muted);font-size:14px;line-height:1.6}.news-feature>a,.directory-feature>a{color:var(--green-dark);text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.news-date{color:var(--muted);font-size:12px}.directory-feature>svg{color:var(--green);width:42px;height:42px}.life-band{border-top:1px solid var(--border);background:#f2f5f3}.life-band .card{box-shadow:none}.section-cta{margin-top:24px}.help-strip{background:var(--dark);color:#fff}.help-strip>.wrap{justify-content:space-between;align-items:center;gap:30px;min-height:130px;display:flex}.help-strip span,.help-strip strong{display:block}.help-strip span{color:#b8cbc3;margin-bottom:7px}.help-strip strong{font-size:20px}.footer{background:#102b27}@media (width<=1100px){.desktop{gap:13px}.desktop a{font-size:12px}.brand{max-width:245px}.home-categories{grid-template-columns:repeat(4,1fr)}.home-category:nth-child(6n){border-right:1px solid #d5d5d5}.home-category:nth-child(4n){border-right:0}.home-category:nth-child(n+7){border-bottom:1px solid #d5d5d5}.home-category:nth-child(n+9){border-bottom:0}}@media (width<=980px){.top-search{width:240px}.header-search{display:none}.category-overlap{margin-top:-68px}.home-highlights{grid-template-columns:1fr 1fr}.highlight:last-child{grid-column:1/-1}.highlight:last-child .highlight-body{min-height:170px}.hero-content{padding-top:52px}}@media (width<=620px){.utility-bar{height:38px}.top-search{display:none}.flag-mark{width:48px;height:26px;margin-left:auto}.nav{min-height:68px}.emblem{width:43px;height:43px}.brand strong,.brand small{font-size:11px}.hero{min-height:400px}.hero-content{padding-top:48px}.hero h1{font-size:34px}.hero p{font-size:16px}.hero .searchbox form{display:flex}.hero .searchbox button{width:48px;padding:0;font-size:0}.hero .searchbox button:after{content:"›";font-size:25px}.category-overlap{margin-top:-52px;padding:0 14px}.category-label{padding:10px 13px;font-size:12px}.home-categories{grid-template-columns:repeat(2,1fr)}.home-category{min-height:126px}.home-category:nth-child(4n){border-right:1px solid #d5d5d5}.home-category:nth-child(2n){border-right:0}.home-category:nth-child(n+9){border-bottom:1px solid #d5d5d5}.home-category:nth-child(n+11){border-bottom:0}.home-highlights{grid-template-columns:1fr;padding-top:28px;padding-bottom:42px}.highlight:last-child{grid-column:auto}.highlight-body{min-height:190px}.help-strip>.wrap{flex-direction:column;align-items:flex-start;padding-top:28px;padding-bottom:28px}.help-strip strong{font-size:18px}}
