*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1f6e;--navy-dk:#091558;--gold:#c8a227;--gold-lt:#ddb840;--white:#fff;--dim:hsla(0,0%,100%,.82);--dimmer:hsla(0,0%,100%,.52);--dim-bdr:hsla(0,0%,100%,.28)}html{height:100%}body{font-family:Montserrat,system-ui,sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden;min-height:100%;display:flex;flex-direction:column}#__next{flex:1 1;display:flex;flex-direction:column}header{justify-content:space-between;padding:14px 44px;background:var(--white);border-bottom:1px solid #dde6f4;gap:20px;min-height:88px;flex-shrink:0}.logo-group,header{display:flex;align-items:center}.logo-img{height:80px;width:auto;flex-shrink:0;margin-right:18px}.hdr-vline{width:1px;height:50px;background:rgba(13,31,110,.2);margin:0 20px;flex-shrink:0}.hdr-tagline{display:flex;flex-direction:column;gap:6px}.tag-1{color:var(--navy)}.tag-1,.tag-2{font-size:14px;font-weight:700;line-height:1}.tag-2{color:var(--gold)}.hdr-nav{display:flex;align-items:center;gap:10px;font-size:13px;font-style:italic;font-weight:500;color:var(--navy);white-space:nowrap;flex-shrink:0}.nav-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.hero{position:relative;background:var(--navy);flex:1 1;display:flex;overflow:hidden}.hero-wm{position:absolute;left:3%;top:50%;transform:translateY(-50%);width:230px;opacity:.055;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-content{position:relative;z-index:2;width:56%;flex-shrink:0;padding:48px 52px;display:flex;flex-direction:column;justify-content:center}.eyebrow{display:flex;align-items:center;gap:14px;font-size:11px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:var(--white);margin-bottom:12px}.eline{width:48px;height:1.5px;background:var(--gold);flex-shrink:0}.hero-heading{font-size:clamp(50px,5.5vw,68px);font-weight:800;line-height:1;color:var(--white);letter-spacing:-1px;margin-bottom:18px}.hero-heading .gold{color:var(--gold)}.hero-lead{font-size:15px;font-weight:700;color:var(--white);line-height:1.55;margin-bottom:10px;max-width:420px}.hero-body{font-size:13px;font-weight:400;color:var(--dim);line-height:1.85;max-width:400px}.hero-img-wrap{position:absolute;top:0;right:0;width:48%;height:100%;-webkit-clip-path:ellipse(100% 120% at 100% 50%);clip-path:ellipse(100% 120% at 100% 50%)}.hero-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.img-placeholder{display:flex;width:100%;height:100%;background:linear-gradient(135deg,#1a3a8f,#2155b0 45%,#3a7fd4 80%,#5ba0d8);align-items:center;justify-content:center;flex-direction:column;gap:10px;color:hsla(0,0%,100%,.45);font-size:12px;font-style:italic;text-align:center;padding:20px}@media (max-width:960px){header{padding:14px 24px}.hdr-nav{display:none}.hero-content{width:100%;padding:40px 28px}.hero-img-wrap{display:none}}