:root{--brand-primary:#2C3C50;--brand-primary-dark:#1A242F;--brand-primary-light:#8A9DB2;--brand-secondary:#16A085;--brand-accent:#E67E22;--brand-neutral-dark:#2A2724;--brand-neutral-mid:#6B655E;--brand-neutral-light:#F7F5F1;--brand-bg:#FFFFFF;--brand-bg-alt:#F2EFEA;--brand-text:#2A2724;--brand-text-inverse:#FFFFFF;--brand-border:#E4DED5;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:10px;--brand-font:"Inter","Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Helvetica Neue",Arial,sans-serif;font-family:var(--brand-font);color:#2a2724;color:var(--brand-text);background:#fff;background:var(--brand-bg);line-height:1.65}a{color:#2c3c50;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#16a085;color:var(--brand-secondary)}img{max-width:100%;height:auto}.section,section[class*=-section]{padding-top:80px;padding-bottom:80px}.section-heading{max-width:760px;margin:0 auto 40px;text-align:center}.mdes-legal-content h2,.mdes-split-heading h2,.section-heading h2{color:#2a2724;color:var(--brand-text);font-size:max(1.6rem, min(3vw, 2.4rem));line-height:1.15;margin-bottom:16px}.mdes-split-heading p,.section-heading p,.sub-hero p{color:#2a2724;color:var(--brand-text)}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#16a085;color:var(--brand-secondary);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0;margin-bottom:14px}.btn{border-radius:10px;border-radius:var(--brand-radius);font-weight:700;padding:12px 22px}.btn-primary{background:#2c3c50;background:var(--brand-primary);border-color:#2c3c50;border-color:var(--brand-primary);color:#fff;color:var(--brand-text-inverse)}.btn-primary:hover{background:#1a242f;background:var(--brand-primary-dark);border-color:#1a242f;border-color:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.btn-outline-light:hover{color:#1a242f;color:var(--brand-primary-dark)}.hg-nav-design{background:#fff;background:var(--brand-bg);border-bottom:1px solid #e4ded5;border-bottom:1px solid var(--brand-border);box-shadow:0 6px 24px rgba(26,36,47,.06);padding:12px max(20px,(100vw - 1320px) / 2);z-index:1040}.hg-nav-design .container-fluid{padding:0}.hg-nav-design .navbar-brand{display:inline-flex;align-items:center;min-width:180px}.hg-nav-design .navbar-brand img{width:180px;height:40px;-o-object-fit:contain;object-fit:contain;background:rgba(44,60,80,.06);border-radius:6px}.hg-nav-design .nav-link{color:#2a2724;color:var(--brand-text);font-weight:700;padding:10px 14px;position:relative}.hg-nav-design .nav-link::after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:#16a085;background:var(--brand-secondary);transform:scaleX(0);transform-origin:center;transition:transform 180ms}.hg-nav-design .nav-link.active::after,.hg-nav-design .nav-link:hover::after{transform:scaleX(1)}.hg-nav-design .navbar-toggler{border-color:#e4ded5;border-color:var(--brand-border)}.hg-nav-design .navbar-toggler-icon{background-image:linear-gradient(#1a242f,#1a242f),linear-gradient(#1a242f,#1a242f),linear-gradient(#1a242f,#1a242f);background-image:linear-gradient(var(--brand-primary-dark),var(--brand-primary-dark)),linear-gradient(var(--brand-primary-dark),var(--brand-primary-dark)),linear-gradient(var(--brand-primary-dark),var(--brand-primary-dark));background-size:24px 2px,24px 2px,24px 2px;background-position:center 10px,center 16px,center 22px;background-repeat:no-repeat}.hg-nav-search{display:flex;align-items:center;gap:6px;min-width:190px}.hg-nav-search input{width:140px;border:1px solid #e4ded5;border:1px solid var(--brand-border);border-radius:999px;padding:8px 12px;color:#2a2724;color:var(--brand-text)}.hg-nav-search button{border:0;border-radius:999px;padding:8px 12px;background:#2c3c50;background:var(--brand-primary);color:#fff;color:var(--brand-text-inverse);font-weight:700}.sub-hero{padding:180px 0 96px;background:#f2efea;background:var(--brand-bg-alt);overflow:hidden}.mdes-home-hero h1,.sub-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08;font-weight:800;margin-bottom:18px;letter-spacing:0}.sub-hero h1{color:#2a2724;color:var(--brand-text)}.sub-hero p{font-size:1.08rem;max-width:760px}.sub-hero img:not(.sub-hero-bg){border-radius:10px;border-radius:var(--brand-radius);background:#f7f5f1;background:var(--brand-neutral-light);box-shadow:0 24px 70px rgba(26,36,47,.16)}.sub-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.grid-3,.grid-4,.grid-6{display:grid;grid-gap:24px;gap:24px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.mdes-split-heading{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1fr);grid-gap:40px;gap:40px;align-items:end;margin-bottom:38px}.mdes-stats-row{display:flex;flex-wrap:nowrap;gap:0;border:1px solid rgba(255,255,255,.18);border-radius:10px;border-radius:var(--brand-radius);overflow:hidden}.mdes-stats-row>div{flex:1 1 0;min-width:0;padding:30px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}.mdes-stats-row>div:last-child{border-right:0}.mdes-stats-row strong{display:block;color:#fff;color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.3rem));line-height:1;margin-bottom:10px}.mdes-stats-row span{display:block;color:#fff;color:var(--brand-text-inverse)}.cta-section,section[class*=-cta]{padding-top:80px;padding-bottom:96px;background:#1a242f;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse)}.cta-section h2,.cta-section p,section[class*=-cta] h2,section[class*=-cta] p{color:#fff;color:var(--brand-text-inverse)}.cta-section a:not([class*=btn-]),section[class*=-cta] a:not([class*=btn-]){color:#fff;color:var(--brand-text-inverse);-webkit-text-decoration:underline;text-decoration:underline}.cta-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.site-footer{background:#151e28;color:#fff;color:var(--brand-text-inverse);padding-top:72px;padding-bottom:38px}.site-footer a,.site-footer h4,.site-footer h5,.site-footer h6,.site-footer p,.site-footer span{color:#fff;color:var(--brand-text-inverse)}.site-footer a{-webkit-text-decoration:none;text-decoration:none}.site-footer a:hover{-webkit-text-decoration:underline;text-decoration:underline}.hg-footer-editorial__news{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);grid-gap:28px;gap:28px;align-items:center;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.18)}.hg-footer-editorial__news h4{margin-bottom:8px;font-size:max(1.4rem, min(3vw, 2.1rem))}.hg-newsletter{display:flex;gap:8px}.hg-newsletter input{min-width:0;flex:1;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff;color:var(--brand-text-inverse);border-radius:10px;border-radius:var(--brand-radius);padding:12px 14px}.hg-newsletter input::-moz-placeholder{color:rgba(255,255,255,.72)}.hg-newsletter input::placeholder{color:rgba(255,255,255,.72)}.hg-newsletter button{border:0;border-radius:10px;border-radius:var(--brand-radius);background:#16a085;background:var(--brand-secondary);color:#fff;color:var(--brand-text-inverse);font-weight:800;padding:12px 18px}.hg-footer-editorial__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px;padding:38px 0}.hg-footer-col{display:grid;align-content:start;grid-gap:9px;gap:9px}.hg-footer-col h6{font-weight:800;margin-bottom:6px}.hg-footer-editorial__bottom{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;border-top:1px solid rgba(255,255,255,.18);padding-top:22px;font-size:.92rem}.modal-header{background:#1a242f;background:var(--brand-primary-dark)}.modal-header .modal-title{color:#fff;color:var(--brand-text-inverse)}.modal-header .btn-close{filter:invert(1)}.mdes-error-page{min-height:70vh;display:grid;align-items:center;justify-items:center;place-items:center;text-align:center;padding:180px 0 96px;background:#f2efea;background:var(--brand-bg-alt)}.mdes-error-page .error-code{display:block;color:#16a085;color:var(--brand-secondary);font-size:max(4rem, min(12vw, 9rem));font-weight:900;line-height:1}.mdes-error-page h1{font-size:max(2rem, min(4vw, 3.5rem));color:#2a2724;color:var(--brand-text)}@media (max-width:991px){.hg-nav-design{padding:10px 20px}.hg-nav-search{margin-top:14px;width:100%}.hg-nav-search input{width:auto;flex:1}.sub-hero{padding:150px 0 72px}.grid-3,.grid-4,.grid-6,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.hg-footer-editorial__news,.mdes-split-heading{grid-template-columns:1fr}.mdes-stats-row{flex-wrap:wrap}.mdes-stats-row>div{flex:0 0 50%;border-bottom:1px solid rgba(255,255,255,.18)}.hg-footer-editorial__cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.section,section[class*=-section]{padding-top:56px;padding-bottom:56px}.sub-hero{padding:132px 0 56px}.grid-3,.grid-4,.grid-6,.hg-footer-editorial__cols,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:1fr}.mdes-stats-row>div{flex-basis:100%}.hg-newsletter{flex-direction:column}}.feedback-form{color:#2a2724;color:var(--brand-text)}.feedback-form .form-label{color:#2a2724;color:var(--brand-text);font-weight:700}.feedback-form .require::after{content:"*";color:#ef4444;color:var(--brand-danger);margin-left:4px}.feedback-form .form-control{min-height:48px;border-color:#e4ded5;border-color:var(--brand-border);border-radius:10px;border-radius:var(--brand-radius);color:#2a2724;color:var(--brand-text)}.feedback-form textarea.form-control{min-height:132px}.feedback-form .form-check-label,.feedback-form .form-check-label a{color:#2a2724;color:var(--brand-text)}.feedback-form .btn-primary{background:#2c3c50;background:var(--brand-primary);border-color:#2c3c50;border-color:var(--brand-primary);color:#fff;color:var(--brand-text-inverse)}