@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#123e34;--green:#0d4538;--lime:#c3f478;--paper:#fbfcf9;--muted:#54685f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #64a02d;outline-offset:6px}.wrap{max-width:1240px;width:calc(100% - 100px);margin:auto}header{display:flex;justify-content:space-between;align-items:center;min-height:112px;border-bottom:1px solid #dce3dc}.brand{display:flex;gap:10px;align-items:center;font-family:Manrope,Arial,sans-serif;font-weight:800;font-size:29px;letter-spacing:-1.3px}.llc{font-size:12px;letter-spacing:1px;align-self:center;font-weight:500}.mark{background:var(--green);color:var(--lime);width:38px;height:38px;border-radius:11px;display:grid;place-content:center;font-size:32px;line-height:1}.mini-mark{font-weight:800;color:var(--lime);font-size:36px}nav{display:flex;gap:34px;font-size:14px}nav a:hover,footer a:hover{text-decoration:underline}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;padding-top:88px;padding-bottom:88px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 24px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.12;letter-spacing:-2px;font-weight:500;margin:0}h1{font-size:clamp(48px,5.5vw,76px)}h1 em{font-family:Georgia,serif;font-weight:400;color:#40834f}.intro{max-width:475px;color:var(--muted);margin:28px 0 30px;font-size:17px}.button{display:inline-flex;gap:40px;align-items:center;background:var(--green);color:white;padding:16px 24px;border-radius:5px;font-weight:500}.button:hover{background:#21634e}.model{border-radius:12px;background:var(--green);padding:32px;color:#fff;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.model-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.5px;color:#c3d9c8;margin-bottom:32px}.model h2{font-size:27px;letter-spacing:-.8px;margin-bottom:34px}.model-root{display:flex;gap:20px;border:1px solid #668b78;border-radius:7px;padding:18px 24px;background:#205344}.model-root strong{font-size:19px}.model small{display:block;font-size:13px;color:#d3e2d8}.connector{height:25px;border-left:1px solid #84a188;margin-left:37px}.model-flow{border-left:1px solid #84a188;margin-left:37px;padding-left:22px;display:grid;gap:13px}.model-flow>div{display:grid;grid-template-columns:26px 1fr;gap:0 10px}.model-flow span{grid-row:span 2;color:var(--lime);font-size:12px;padding-top:3px}.model-flow strong{font-size:16px;font-weight:500}.model-note{font-size:13px;line-height:1.5;border-top:1px solid #416d59;padding-top:22px;margin:28px 0 0;color:#c3d9c8}.ribbon{background:var(--lime)}.ribbon .wrap{display:flex;justify-content:space-between;padding:20px 0;font-size:13px;font-weight:600;letter-spacing:.3px}.section{padding-top:96px;padding-bottom:96px}.about{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.section h2{font-size:43px}.about p:not(.eyebrow){max-width:650px;color:var(--muted);margin:24px 0 0}.operations{background:#eef3ec}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:46px}.section-head>p{color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,1fr)}.cards article{padding:0 34px;border-left:1px solid #c9d6c5}.cards article:first-child{padding-left:0;border:0}.number{font-size:13px;color:#557a59}.cards h3{font-size:24px;letter-spacing:-.6px;margin:26px 0 18px}.cards p{font-size:16px;color:var(--muted)}.tag{display:inline-block;margin-top:25px;font-size:11px;letter-spacing:1.5px;font-weight:600}.company{display:grid;grid-template-columns:1fr 1fr;gap:90px}.company p:not(.eyebrow){color:var(--muted);max-width:440px}dl{margin:0}dl>div{padding:18px 0;border-bottom:1px solid #dce3dc;display:grid;grid-template-columns:1fr 1.25fr;gap:20px}dl>div:first-child{padding-top:0}dt{font-size:13px;color:var(--muted)}dd{margin:0;font-size:15px}footer{background:var(--green);color:#fff;padding:32px 0}footer>.wrap:first-child{display:flex;justify-content:space-between;align-items:center;gap:25px}footer p,footer a:not(.brand){font-size:12px;color:#d3e2d8}.disclaimer{padding-top:25px;margin-top:25px;border-top:1px solid #416d59;font-size:11px!important}.skip{position:absolute;left:20px;top:-100px;background:white;padding:10px;z-index:2}.skip:focus{top:10px}@media(max-width:950px){.wrap{width:calc(100% - 48px)}.hero{gap:30px}h1{font-size:52px}.model{padding:25px}.company{gap:35px}.section h2{font-size:36px}.cards article{padding:0 22px}}@media(max-width:680px){header{min-height:100px;align-items:start;justify-content:center;flex-direction:column;gap:12px;padding:18px 0}nav{gap:24px;font-size:13px}.brand{font-size:26px}.hero{grid-template-columns:1fr;padding:46px 0;gap:40px}h1{font-size:clamp(43px,11vw,62px)}.intro{font-size:16px}.model{min-height:470px}.ribbon .wrap{flex-direction:column;gap:7px}.section{padding-top:60px;padding-bottom:60px}.about,.company{grid-template-columns:1fr;gap:25px}.section-head{display:block}.section-head>p{margin-top:22px}.cards{grid-template-columns:1fr;gap:35px}.cards article,.cards article:first-child{border:0;border-top:1px solid #c9d6c5;padding:24px 0 0}.cards h3{margin:14px 0}.tag{margin-top:10px}.section h2{font-size:35px}footer>.wrap:first-child{align-items:start;flex-direction:column;gap:10px}dl>div{grid-template-columns:1fr;gap:5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
