:root{--navy:#071b3d;--blue:#0d79bd;--cyan:#16a5df;--ink:#132238;--muted:#667085;--light:#f5f8fc;--line:#e5eaf1;--white:#fff;--radius:24px;--shadow:0 18px 50px rgba(7,27,61,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{width:min(820px,calc(100% - 40px))}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,234,241,.85)}.header-inner{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand .custom-logo{max-height:52px;width:auto}.bundled-logo{width:52px;height:52px;object-fit:contain;flex:0 0 52px}.brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,var(--navy),var(--cyan));display:grid;place-items:center;color:#fff;font-weight:800}.brand-copy{display:flex;flex-direction:column;line-height:1.2}.brand-copy strong{font-size:17px}.brand-copy small{color:var(--muted)}.primary-nav ul{display:flex;gap:26px;list-style:none;margin:0;padding:0}.primary-nav a{font-weight:650;font-size:15px}.primary-nav a:hover{color:var(--blue)}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:750;transition:.2s ease}.header-cta{background:var(--navy);color:#fff;padding:12px 20px}.menu-toggle{display:none}.hero{padding:76px 0 38px;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:850;color:var(--blue);display:inline-block;margin-bottom:16px}.hero h1{font-size:clamp(52px,7vw,88px);line-height:.96;letter-spacing:-.055em;margin:0 0 26px;color:#090e18}.hero h1 span{color:var(--blue)}.hero p{font-size:20px;max-width:680px;color:#4f5e73;margin:0 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{padding:15px 24px}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(7,27,61,.22)}.btn-secondary{border:1px solid var(--line);background:#fff}.hero-meta{display:flex;gap:22px;margin-top:35px;color:var(--muted);font-size:14px}.hero-meta span:before{content:"•";color:var(--cyan);margin-right:8px}.hero-art img{filter:drop-shadow(0 25px 50px rgba(7,27,61,.15))}.stats-strip{padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid>div{padding:12px 26px;border-right:1px solid var(--line)}.stats-grid>div:last-child{border-right:0}.stats-grid strong{font-size:28px;color:var(--navy);display:block}.stats-grid span{color:var(--muted);font-size:14px}.section{padding:92px 0}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:38px}.section-heading h2,.featured-content h2,.newsletter h2{font-size:clamp(34px,4.4vw,56px);line-height:1.06;letter-spacing:-.04em;margin:0}.section-heading p{max-width:500px;color:var(--muted);margin:0}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.topic-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.25s ease}.topic-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c8e7f5}.topic-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#e9f7fd;color:var(--blue);font-weight:800}.topic-card h3{font-size:21px;margin:22px 0 10px}.topic-card p{color:var(--muted);margin:0 0 18px}.topic-link{font-weight:750;color:var(--blue)}.featured-section{background:var(--light)}.featured-card{display:grid;grid-template-columns:1.12fr .88fr;background:#fff;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.featured-image{display:flex;align-items:center;justify-content:center;background:#05091c;min-height:520px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:contain;object-position:center;min-height:0;max-height:620px}.featured-content{padding:64px}.featured-content h2{margin-bottom:20px}.featured-content p{font-size:18px;color:var(--muted)}.post-meta{display:flex;gap:18px;color:var(--muted);font-size:13px;margin:22px 0}.section-heading.compact{align-items:center}.text-link{font-weight:800;color:var(--blue)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s ease}.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.post-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card-body{padding:24px}.post-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:850}.post-card h2,.post-card h3{line-height:1.25;margin:10px 0 12px;font-size:22px}.post-card p{color:var(--muted);margin:0}.newsletter{padding:76px 0;background:linear-gradient(135deg,var(--navy),#0a5f93);color:#fff}.newsletter-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.newsletter p{color:#d8e7f5}.eyebrow.light{color:#7fe3ff}.newsletter-form{display:flex;gap:10px;background:#fff;padding:8px;border-radius:999px}.newsletter-form input{flex:1;border:0;outline:none;padding:0 18px;font-size:16px;min-width:0}.newsletter-form button{border:0;background:var(--navy);color:#fff;border-radius:999px;padding:15px 24px;font-weight:800}.site-footer{background:#06152e;color:#d5dfec;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr;gap:50px}.footer-brand{font-size:24px;font-weight:850;color:#fff}.site-footer h3{color:#fff}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:8px 0}.site-footer p{color:#aebbd0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:24px;color:#91a0b6;font-size:14px}.archive-hero,.page-hero,.single-hero{padding:84px 0 62px;background:linear-gradient(180deg,#f7faff,#fff)}.archive-hero h1,.page-hero h1,.single-hero h1{font-size:clamp(44px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0}.archive-hero p,.single-excerpt{font-size:19px;color:var(--muted);max-width:760px}.single-featured{margin-top:28px}.single-featured img{border-radius:28px;width:100%;max-height:620px;object-fit:cover}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:70px;padding-top:60px;padding-bottom:90px}.post-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:#27364b}.post-content h2,.post-content h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);line-height:1.2}.post-content h2{font-size:36px;margin-top:52px}.post-content h3{font-size:28px;margin-top:40px}.post-content img{border-radius:18px}.post-content a{color:var(--blue);text-decoration:underline}.post-content blockquote{margin:40px 0;padding:22px 28px;border-left:4px solid var(--cyan);background:var(--light);font-style:italic}.sidebar-card{position:sticky;top:110px;border:1px solid var(--line);border-radius:22px;padding:26px}.pagination{margin-top:50px}.nav-links{display:flex;gap:10px;justify-content:center}.page-numbers{padding:10px 15px;border:1px solid var(--line);border-radius:10px}.page-numbers.current{background:var(--navy);color:#fff}.screen-reader-text{position:absolute;left:-9999px}@media(max-width:980px){.primary-nav,.header-cta{display:none}.menu-toggle{display:block;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px}.primary-nav.is-open{display:block;position:absolute;top:82px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.primary-nav.is-open ul{flex-direction:column}.hero-grid,.newsletter-inner,.featured-card,.content-layout{grid-template-columns:1fr}.hero-art{max-width:650px;margin:auto}.topic-grid,.post-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid>div:nth-child(2){border-right:0}.featured-content{padding:40px}.featured-image{min-height:360px}.featured-image img{max-height:520px}.post-sidebar{display:none}}@media(max-width:680px){.container,.narrow{width:min(100% - 28px,1180px)}.header-inner{height:70px}.hero{padding-top:48px}.hero h1{font-size:50px}.hero p{font-size:17px}.hero-meta{flex-direction:column;gap:6px}.section{padding:68px 0}.section-heading{display:block}.section-heading p{margin-top:16px}.topic-grid,.post-grid,.stats-grid{grid-template-columns:1fr}.stats-grid>div{border-right:0;border-bottom:1px solid var(--line)}.stats-grid>div:last-child{border-bottom:0}.newsletter-form{border-radius:18px;flex-direction:column}.newsletter-form input{min-height:48px}.footer-grid{grid-template-columns:1fr}.featured-content{padding:28px}.archive-hero,.page-hero,.single-hero{padding:60px 0 44px}.content-layout{padding-top:36px}.post-content{font-size:18px}}.brand .bundled-logo{display:block;width:auto;max-width:76px;height:58px;object-fit:contain;flex:0 0 auto}.topic-card-featured{background:linear-gradient(145deg,#fff 0%,#f2f9ff 100%)}@media (max-width:767px){.brand .bundled-logo{max-width:58px;height:46px}}#ebb-site-header,#ebb-header-inner,#ebb-brand,#ebb-brand *{visibility:visible!important;opacity:1!important}@media(max-width:980px){#ebb-header-inner{height:76px!important}}@media(max-width:680px){#ebb-header-inner{width:min(100% - 28px,1180px)!important;height:70px!important}#ebb-brand img{width:46px!important;height:46px!important}#ebb-brand strong{font-size:17px!important}#ebb-brand small{font-size:12px!important}}.ebb-visible-header{display:block!important;visibility:visible!important;opacity:1!important;min-height:82px!important}.ebb-visible-header .header-inner,.ebb-visible-header .brand,.ebb-visible-header .brand *{display:flex;visibility:visible!important;opacity:1!important}.ebb-visible-header .bundled-logo{display:block!important;width:58px!important;height:58px!important;object-fit:contain!important;flex:0 0 58px!important}.ebb-visible-header .brand-copy{display:flex!important;flex-direction:column!important}.hero-brand{display:inline-flex;align-items:center;gap:12px;margin:0 0 24px;color:#071b3d}.hero-brand img{display:block;width:62px;height:62px;object-fit:contain}.hero-brand span{display:flex;flex-direction:column;line-height:1.05}.hero-brand strong{font-size:22px;font-weight:850;letter-spacing:-.02em}.hero-brand small{font-size:14px;color:#667085;margin-top:4px}@media(max-width:900px){.ebb-visible-header .primary-nav,.ebb-visible-header .header-cta{display:none}.ebb-visible-header .menu-toggle{display:block;margin-left:auto}.hero-brand img{width:54px;height:54px}}.front-brandbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;padding:6px 0 38px!important;visibility:visible!important;opacity:1!important}.front-brand{display:inline-flex!important;align-items:center!important;gap:14px!important;visibility:visible!important;opacity:1!important;color:#071b3d!important}.front-brand img{display:block!important;width:64px!important;height:64px!important;object-fit:contain!important;visibility:visible!important;opacity:1!important}.front-brand span{display:flex!important;flex-direction:column!important;line-height:1.05!important;visibility:visible!important;opacity:1!important}.front-brand strong{display:block!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.025em!important;color:#071b3d!important}.front-brand small{display:block!important;margin-top:5px!important;font-size:14px!important;color:#667085!important}.front-brand-actions{display:flex;align-items:center;gap:24px;font-weight:750}.front-brand-actions>a:first-child{color:#0b5f9c}.front-main-site{display:inline-flex;align-items:center;justify-content:center;background:#071b3d;color:#fff!important;padding:12px 20px;border-radius:999px}@media(max-width:760px){.front-brandbar{padding-bottom:28px!important}.front-brand img{width:52px!important;height:52px!important}.front-brand strong{font-size:19px!important}.front-brand small{font-size:12px!important}.front-brand-actions>a:first-child{display:none}.front-main-site{padding:10px 14px;font-size:13px}}:root{--eb-deep:#071a3b;--eb-navy:#0b2b57;--eb-blue:#0877bd;--eb-cyan:#12a6d8;--eb-sky:#eaf7fd;--eb-gold:#f4b324;--eb-cream:#f8fbfe}.eb-topbar{background:var(--eb-deep);color:#dce9f7;font-size:13px}.eb-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.eb-contact-links{display:flex;gap:24px}.eb-dashboard-link{color:#fff;font-weight:750}.main-brand-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e9eef5}.main-brand-header .header-inner{height:88px}.main-brand-header .brand-copy strong{font-size:18px;color:var(--eb-deep)}.main-brand-header .brand-copy small{font-size:12px}.main-brand-header .header-cta{background:var(--eb-blue)}.eb-main-hero{background:linear-gradient(125deg,#06162f 0%,#0a3566 55%,#0b78b4 100%);color:#fff;padding:96px 0;position:relative;overflow:hidden}.eb-main-hero:before,.eb-main-hero:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.13)}.eb-main-hero:before{width:520px;height:520px;right:-170px;top:-230px}.eb-main-hero:after{width:340px;height:340px;right:160px;bottom:-220px}.eb-main-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center;position:relative;z-index:2}.eb-kicker,.eb-panel-label,.eb-section-title>span,.eb-section-title div>span,.eb-contact-band span{font-size:12px;letter-spacing:.18em;font-weight:850;color:#7fe3ff}.eb-main-hero h1{font-size:clamp(54px,6.6vw,86px);line-height:.96;letter-spacing:-.055em;margin:16px 0 28px}.eb-main-hero h1 span{color:#7ee2ff}.eb-main-hero p{font-size:19px;max-width:700px;color:#d9e7f5}.btn-light{background:#fff;color:var(--eb-deep)}.btn-outline-light{color:#fff;border:1px solid rgba(255,255,255,.6)}.eb-trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:36px;color:#d9e7f5;font-size:14px}.eb-trust-row span:before{content:"✓";color:#70e0ff;margin-right:8px}.eb-hero-panel{background:#fff;color:var(--eb-deep);border-radius:26px;padding:42px;box-shadow:0 28px 80px rgba(0,0,0,.24)}.eb-hero-panel h2{font-size:34px;line-height:1.12;margin:14px 0 30px}.eb-panel-label{color:var(--eb-blue)}.eb-benefit-list{display:grid;gap:18px}.eb-benefit-list>div{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:17px 0;border-top:1px solid #e7edf5}.eb-benefit-list strong{width:44px;height:44px;border-radius:14px;background:var(--eb-sky);display:grid;place-items:center;color:var(--eb-blue)}.eb-benefit-list span{display:flex;flex-direction:column}.eb-benefit-list b{font-size:17px}.eb-benefit-list small{color:#6a7687;margin-top:3px}.eb-brand-strip{border-bottom:1px solid #e7edf5;background:#fff}.eb-brand-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.eb-brand-strip-grid div{padding:28px;border-right:1px solid #e7edf5}.eb-brand-strip-grid div:last-child{border:0}.eb-brand-strip-grid strong{display:block;font-size:28px;color:var(--eb-deep)}.eb-brand-strip-grid span{font-size:14px;color:#68758a}.eb-topics-section{background:#fff}.eb-section-title.centered{text-align:center;max-width:760px;margin:0 auto 46px}.eb-section-title h2{font-size:clamp(36px,4.7vw,58px);line-height:1.08;margin:10px 0;color:var(--eb-deep)}.eb-section-title p{color:#667085}.eb-section-title.split{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.eb-section-title.split a{color:var(--eb-blue);font-weight:800}.eb-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.eb-course-card{background:#fff;border:1px solid #e5ebf2;border-radius:20px;padding:30px;box-shadow:0 12px 35px rgba(7,26,59,.05);position:relative;overflow:hidden;transition:.25s}.eb-course-card:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(var(--eb-blue),var(--eb-cyan))}.eb-course-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(7,26,59,.12)}.eb-course-number{color:var(--eb-blue);font-weight:900;letter-spacing:.1em}.eb-course-card h3{font-size:22px;margin:18px 0 10px;color:var(--eb-deep)}.eb-course-card p{color:#667085}.eb-course-card span:last-child{font-weight:800;color:var(--eb-blue)}.eb-featured-wrap{background:var(--eb-cream)}.eb-featured-card{display:grid;grid-template-columns:1.08fr .92fr;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 22px 70px rgba(7,26,59,.1)}.eb-featured-media{background:#06162f;display:flex;align-items:center}.eb-featured-media img{width:100%;height:100%;max-height:580px;object-fit:contain}.eb-featured-copy{padding:58px}.eb-featured-copy>span{font-size:12px;letter-spacing:.16em;font-weight:850;color:var(--eb-blue)}.eb-featured-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.1;margin:14px 0}.eb-featured-copy p{font-size:18px;color:#667085}.eb-latest-section{background:#fff}.post-card{border-radius:18px}.post-card-body{padding:25px}.post-kicker{color:var(--eb-blue)}.eb-contact-band{background:linear-gradient(120deg,var(--eb-deep),#0b4f82);color:#fff;padding:70px 0}.eb-contact-band-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.eb-contact-band h2{font-size:clamp(34px,4vw,54px);margin:8px 0}.main-site-footer{padding-top:74px}.footer-grid-v11{display:grid;grid-template-columns:1.25fr .7fr .7fr 1fr;gap:46px}.footer-brand-lockup{display:flex;gap:14px;align-items:center}.footer-brand-lockup img{width:58px;height:58px;object-fit:contain}.footer-brand-lockup div{display:flex;flex-direction:column}.footer-brand-lockup strong{color:#fff;font-size:18px}.footer-brand-lockup small{color:#aebbd0}.main-site-footer a:hover{color:#7fe3ff}.footer-bottom{display:flex;justify-content:space-between;gap:20px}.archive-hero,.single-hero,.page-hero{background:linear-gradient(120deg,#f4faff,#fff);border-bottom:1px solid #e7edf5}.archive-hero .eyebrow,.single-hero .post-kicker{color:var(--eb-blue)}@media(max-width:980px){.eb-main-hero-grid,.eb-featured-card{grid-template-columns:1fr}.eb-course-grid{grid-template-columns:repeat(2,1fr)}.footer-grid-v11{grid-template-columns:repeat(2,1fr)}.eb-contact-band-inner{align-items:flex-start;flex-direction:column}.eb-contact-links{display:none}.eb-topbar-inner{justify-content:flex-end}}@media(max-width:680px){.eb-main-hero{padding:64px 0}.eb-main-hero h1{font-size:48px}.eb-hero-panel{padding:28px}.eb-course-grid,.eb-brand-strip-grid{grid-template-columns:1fr}.eb-brand-strip-grid div{border-right:0;border-bottom:1px solid #e7edf5}.eb-section-title.split{display:block}.eb-section-title.split a{display:inline-block;margin-top:16px}.footer-grid-v11{grid-template-columns:1fr}.footer-bottom{display:block}.eb-contact-band h2{font-size:38px}.brand-copy small{display:none}}.eb-inner-hero,.eb-single-hero{background:linear-gradient(125deg,#06162f 0%,#0a3566 58%,#0b78b4 100%);color:#fff;padding:84px 0;position:relative;overflow:hidden}.eb-inner-hero:after,.eb-single-hero:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-150px;top:-190px}.eb-inner-hero-grid,.eb-single-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;position:relative;z-index:2}.eb-inner-hero h1,.eb-single-hero h1{font-size:clamp(48px,6vw,76px);line-height:1;letter-spacing:-.045em;margin:14px 0 22px;color:#fff}.eb-inner-hero p,.eb-single-hero .single-excerpt{font-size:19px;color:#d8e8f5;max-width:760px}.eb-inner-hero-panel,.eb-single-sidecard{background:rgba(255,255,255,.96);color:var(--eb-deep);padding:34px;border-radius:24px;box-shadow:0 26px 70px rgba(0,0,0,.22)}.eb-inner-hero-panel span,.eb-single-sidecard span{font-size:12px;letter-spacing:.16em;font-weight:850;color:var(--eb-blue)}.eb-inner-hero-panel strong,.eb-single-sidecard strong{display:block;font-size:27px;line-height:1.18;margin:12px 0 20px}.eb-inner-hero-panel a,.eb-single-sidecard a{color:var(--eb-blue);font-weight:800}.eb-archive-section{background:#f7fbff}.eb-archive-toolbar{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.eb-section-mini{font-size:12px;letter-spacing:.16em;font-weight:850;color:var(--eb-blue)}.eb-archive-toolbar h2{font-size:clamp(34px,4vw,52px);margin:8px 0 0;color:var(--eb-deep);letter-spacing:-.035em}.eb-branded-grid{gap:26px}.eb-branded-card{box-shadow:0 12px 36px rgba(7,26,59,.07);border-color:#dfe8f2}.eb-branded-card .post-thumb{background:#06162f;display:block}.eb-branded-card .post-thumb img{aspect-ratio:16/9;object-fit:cover}.eb-card-link{display:inline-block;margin-top:20px;color:var(--eb-blue);font-weight:850}.eb-single-hero .post-kicker{color:#79ddff}.eb-single-hero .post-meta{color:#d1e4f2}.eb-single-featured{margin-top:-42px;position:relative;z-index:3}.eb-single-featured img{border:10px solid #fff;box-shadow:0 24px 70px rgba(7,26,59,.18)}.eb-content-layout{padding-top:68px}.eb-sidebar-card{border:0;background:linear-gradient(145deg,#eef8fd,#fff);box-shadow:0 16px 44px rgba(7,26,59,.1)}.eb-sidebar-card>span{font-size:12px;letter-spacing:.15em;font-weight:850;color:var(--eb-blue)}.eb-sidebar-card h3{font-size:26px;line-height:1.18;color:var(--eb-deep)}@media(max-width:980px){.eb-inner-hero-grid,.eb-single-hero-grid{grid-template-columns:1fr}.eb-inner-hero-panel,.eb-single-sidecard{max-width:620px}.eb-archive-toolbar{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.eb-inner-hero,.eb-single-hero{padding:62px 0}.eb-inner-hero h1,.eb-single-hero h1{font-size:46px}.eb-inner-hero-panel,.eb-single-sidecard{padding:25px}.eb-inner-hero-panel strong,.eb-single-sidecard strong{font-size:23px}.eb-single-featured{margin-top:-20px}.eb-single-featured img{border-width:5px}}