@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.25;transform:scale(1)}50%{opacity:.35;transform:scale(1.05)}to{opacity:.25;transform:scale(1)}}@keyframes constructionReveal{0%{opacity:0;filter:blur(10px);scale:.72}55%{opacity:.42;filter:blur(2px)}to{opacity:.58;filter:blur();scale:1}}@media (width<=1200px){.landing-container{padding:2rem 2.5rem}.custom-footer{width:calc(100% + 5rem);margin:1rem -2.5rem -2rem}.main-content{gap:2.5rem}}@media (width<=1024px){.landing-container{height:auto;min-height:100vh;overflow-y:auto}.main-content{grid-template-columns:1fr;gap:3rem}.hero-section{text-align:center;align-items:center}.subheadline{font-size:1.15rem}.supporting-line{margin-bottom:1.5rem;font-size:.95rem}.cta-group{justify-content:center}.cards-container{width:100%;max-width:650px;margin:0 auto}.footer{text-align:center;flex-direction:column;gap:1rem;margin-top:2rem}}@media (width<=600px){.landing-container{padding:1.5rem}.custom-footer{width:calc(100% + 3rem);margin:1rem -1.5rem -1.5rem;padding:36px 20px}.custom-footer__content{gap:12px 16px}.custom-footer__separator{display:none}.logo-text{font-size:1.3rem}.status-chip{padding:.3rem .7rem;font-size:.7rem}.hero-title{font-size:2.8rem}.cta-group{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.insight-card{gap:1rem;padding:1.25rem}.card-number{font-size:1.8rem}.form-row{grid-template-columns:1fr}}:root{--navy:#070d49;--navy-soft:#10185c;--cyan:#34b8f5;--cyan-soft:#e3f5ff;--background:#eef2f7;--white:#fff;--text:#1b214f;--muted:#6e7488;--border-soft:#070d491f;--shadow:#070d4914;--shadow-hover:#070d4926;--font-heading:"Bebas Neue", Impact, "Arial Narrow", sans-serif;--font-body:"Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.landing-container{flex-direction:column;justify-content:space-between;min-height:100dvh;padding:2.5rem 4rem;display:flex;position:relative;overflow:hidden}.orbital-background{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.orbit-line{transform-origin:50%;border:1px dashed #34b8f52e;border-radius:50%;position:absolute}.orbit-line-1{width:600px;height:600px;animation:120s linear infinite orbit;top:-100px;right:-100px}.orbit-line-2{border-style:solid;border-color:#070d490a;width:900px;height:900px;animation:180s linear infinite reverse orbit;top:-250px;right:-250px}.orbit-line-3{opacity:.6;width:400px;height:400px;animation:90s linear infinite orbit;bottom:-150px;left:-150px}.header{z-index:10;justify-content:space-between;align-items:center;animation:.8s ease-out forwards fadeIn;display:flex}.logo-container{align-items:center;gap:.75rem;display:flex}.logo-icon{border:2px solid var(--navy);border-radius:50%;width:28px;height:28px;position:relative}.logo-icon:before{content:"";border:1.5px solid var(--cyan);border-radius:45%;width:18px;height:18px;position:absolute;top:3px;left:3px;transform:rotate(30deg)}.logo-text{font-family:var(--font-heading);letter-spacing:.1em;color:var(--navy);font-size:1.6rem;font-weight:400}.status-chip{z-index:9;pointer-events:none;color:var(--navy);text-transform:uppercase;letter-spacing:.1em;font-size:clamp(1.15rem,4.8vw,2.25rem);font-weight:700;font-family:var(--font-body);opacity:0;white-space:nowrap;background-color:#e3f5ffb8;border:2px solid #34b8f58c;border-radius:100px;padding:clamp(.45rem,1.6vw,.85rem) clamp(.9rem,3vw,1.8rem);animation:4.8s ease-out .5s forwards constructionReveal;position:fixed;top:50%;left:50%;translate:-50% -50%;rotate:-18deg;scale:.86;box-shadow:0 18px 60px #34b8f52e}.main-content{z-index:10;flex-grow:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;margin:1.5rem 0;display:grid}.main-content--solo{grid-template-columns:minmax(0,980px);justify-content:center}.main-content--solo .hero-section{text-align:center;align-items:center}.main-content--solo .subheadline,.main-content--solo .supporting-line{max-width:980px}.main-content--solo .cta-group{justify-content:center}.hero-section{opacity:0;flex-direction:column;justify-content:center;animation:.8s ease-out .2s forwards fadeIn;display:flex}.eyebrow{color:var(--cyan);font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:1.1rem}.hero-title{font-family:var(--font-heading);color:var(--navy);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(3rem,5.5vw,5.2rem);font-weight:400;line-height:.95}.hero-title span.highlight{color:var(--cyan)}.subheadline{font-family:var(--font-body);color:var(--text);margin-bottom:1rem;font-size:1.25rem;font-weight:300;line-height:1.5}.supporting-line{font-family:var(--font-body);color:var(--muted);margin-bottom:2.2rem;font-size:1rem;font-weight:300;line-height:1.6}.cta-group{gap:1rem;display:flex}.btn-primary,.btn-secondary{font-family:var(--font-body);cursor:pointer;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:1rem 1.8rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background-color:var(--navy);color:var(--white);border:1px solid var(--navy);box-shadow:0 4px 14px #070d4926}.btn-primary:hover,.btn-primary:focus-visible{background-color:var(--navy-soft);border-color:var(--navy-soft);transform:translateY(-2px);box-shadow:0 6px 20px #34b8f566}.btn-secondary{color:var(--navy);border:1.5px solid var(--navy);background-color:#0000}.btn-secondary:hover,.btn-secondary:focus-visible{border-color:var(--cyan);color:var(--navy-soft);background-color:#070d490a;transform:translateY(-2px)}.cards-container{z-index:10;flex-direction:column;gap:1.25rem;display:flex}.insight-card{background-color:var(--white);box-shadow:0 4px 20px var(--shadow);border:1px solid var(--border-soft);opacity:0;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.8s ease-out forwards fadeIn;display:flex}.insight-card:first-child{animation-delay:.4s}.insight-card:nth-child(2){animation-delay:.6s}.insight-card:nth-child(3){animation-delay:.8s}.insight-card:hover{box-shadow:0 10px 30px var(--shadow-hover);border-color:#34b8f54d;transform:translateY(-4px)scale(1.01)}.card-number{font-family:var(--font-heading);color:var(--cyan);font-size:2.2rem;line-height:1}.card-content{flex-direction:column;gap:.35rem;display:flex}.card-title{font-family:var(--font-heading);letter-spacing:.05em;color:var(--navy);font-size:1.25rem;font-weight:400}.card-subtitle{font-family:var(--font-body);color:var(--cyan);text-transform:uppercase;font-size:.85rem;font-weight:700}.card-description{font-family:var(--font-body);color:var(--muted);font-size:.9rem;font-weight:300;line-height:1.45}.footer{border-top:1px solid var(--border-soft);z-index:10;opacity:0;justify-content:space-between;align-items:center;padding-top:1.25rem;animation:.8s ease-out 1s forwards fadeIn;display:flex}.footer-text{font-family:var(--font-body);color:var(--muted);font-size:.85rem;font-weight:300;line-height:1.5}.footer-name{color:var(--navy);font-weight:700}.footer-email{color:var(--navy);font-weight:700;text-decoration:none;transition:color .2s}.footer-email:hover,.footer-email:focus-visible{color:var(--cyan);outline:none;text-decoration:underline}.custom-footer{z-index:10;background-color:#030e22;flex-direction:column;align-items:center;width:calc(100% + 8rem);margin:1rem -4rem -2.5rem;padding:40px 20px;display:flex}.custom-footer__line{border-top:1px solid #ffffff26;width:100%;max-width:1100px;margin-bottom:30px}.custom-footer__content{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.custom-footer__logo{color:#1ba1e2;border:1px solid #1ba1e2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:-5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:600;line-height:1;display:flex}.custom-footer__text,.custom-footer__separator,.custom-footer__link{letter-spacing:.3px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:300;line-height:1.4}.custom-footer__text{color:var(--white)}.custom-footer__separator{color:#ffffff4d}.custom-footer__link{color:#1ba1e2;text-decoration:none}.custom-footer__link:hover,.custom-footer__link:focus-visible{outline:none;text-decoration:underline}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;opacity:0;visibility:hidden;background-color:#070d4966;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;visibility:visible}.modal-container{background-color:var(--white);border:1px solid var(--border-soft);border-radius:16px;flex-direction:column;width:100%;max-width:540px;max-height:90vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 20px 50px #070d4940}.modal-overlay.open .modal-container{transform:translateY(0)scale(1)}.modal-header{padding:1.5rem 2rem 0;position:relative}.modal-close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:color .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn:hover,.modal-close-btn:focus-visible{color:var(--navy);background-color:var(--cyan-soft);outline:none}.modal-tabs{border-bottom:2px solid var(--background);margin-top:1rem;display:flex}.modal-tab-btn{font-family:var(--font-body);color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:1rem 0;font-size:.95rem;font-weight:700;transition:all .2s}.modal-tab-btn:hover{color:var(--navy)}.modal-tab-btn.active{color:var(--navy);border-bottom-color:var(--cyan)}.modal-tab-btn:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px}.modal-body{flex-grow:1;padding:2rem;overflow-y:auto}.modal-title-text{font-family:var(--font-heading);color:var(--navy);text-transform:uppercase;margin-bottom:.5rem;font-size:1.8rem}.modal-description{font-family:var(--font-body);color:var(--muted);margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.5}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-label{font-family:var(--font-body);color:var(--navy);font-size:.85rem;font-weight:700}.form-label span.required{color:#e53e3e;margin-left:.2rem}.form-input,.form-textarea{font-family:var(--font-body);border:1px solid var(--border-soft);background-color:var(--white);color:var(--text);border-radius:6px;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:300;transition:all .2s}.form-input:focus,.form-textarea:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #34b8f526}.form-input.error,.form-textarea.error{background-color:#fff5f5;border-color:#e53e3e}.error-text{color:#e53e3e;font-size:.8rem;font-family:var(--font-body);font-weight:300}.form-textarea{resize:vertical;min-height:100px}.helper-text{font-family:var(--font-body);color:var(--muted);text-align:center;margin-top:-.5rem;font-size:.8rem;font-weight:300}.calendly-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:200px;display:flex}.calendly-fallback-box{background-color:var(--cyan-soft);border:1px dashed #34b8f580;border-radius:8px;width:100%;padding:1.5rem}.calendly-iframe{background:var(--white);border:none;border-radius:8px;width:100%;height:400px}.loading-overlay{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.spinner{border:4px solid var(--cyan-soft);border-top-color:var(--cyan);border-radius:50%;width:40px;height:40px;animation:1s linear infinite orbit}.success-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1rem;animation:.5s ease-out fadeIn;display:flex}.success-icon{color:#38a169;background-color:#c6f6d5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;font-weight:700;display:flex}button:focus-visible,a:focus-visible{outline:2.5px solid var(--cyan);outline-offset:2px}@media (width<=1200px){.landing-container{padding:2rem 2.5rem}.custom-footer{width:calc(100% + 5rem);margin:1rem -2.5rem -2rem}.main-content{gap:2.5rem}}@media (width<=1024px){.landing-container{height:auto;min-height:100vh;overflow-y:auto}.main-content{grid-template-columns:1fr;gap:3rem}.hero-section{text-align:center;align-items:center}.subheadline{font-size:1.15rem}.supporting-line{margin-bottom:1.5rem;font-size:.95rem}.cta-group{justify-content:center}.cards-container{width:100%;max-width:650px;margin:0 auto}.footer{text-align:center;flex-direction:column;gap:1rem;margin-top:2rem}}@media (width<=600px){.landing-container{padding:1.5rem}.custom-footer{width:calc(100% + 3rem);margin:1rem -1.5rem -1.5rem;padding:36px 20px}.custom-footer__content{gap:12px 16px}.custom-footer__separator{display:none}.logo-text{font-size:1.3rem}.status-chip{padding:.3rem .7rem;font-size:.7rem}.hero-title{font-size:2.8rem}.cta-group{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.insight-card{gap:1rem;padding:1.25rem}.card-number{font-size:1.8rem}.form-row{grid-template-columns:1fr}}.matriztica-diagram{width:100%;max-width:760px;min-height:520px;color:var(--white);-webkit-user-select:none;user-select:none;background:#040b16;border:1px solid #34b8f538;border-radius:8px;grid-template-columns:minmax(285px,.95fr) minmax(290px,1.05fr);align-items:center;gap:clamp(1.25rem,2vw,2rem);margin:0 auto;padding:clamp(1.25rem,2.4vw,2rem);display:grid;position:relative;box-shadow:0 24px 70px #070d493d}.concept-map{aspect-ratio:8/9;justify-self:center;width:min(100%,360px);position:relative}.diagram-line{z-index:1;background:#00c3ff;transition:background-color .24s,box-shadow .24s,height .24s;position:absolute;box-shadow:0 0 12px #00c3ff57}.diagram-line span{background:var(--white);width:8px;height:8px;box-shadow:0 0 10px var(--white);border-radius:999px;position:absolute}.diagram-line--strategy{transform-origin:50%;width:38%;height:2px;top:25%;left:20%;transform:rotate(45deg)}.diagram-line--strategy span{top:50%;right:0;transform:translateY(-50%)}.diagram-line--culture{transform-origin:50%;width:38%;height:2px;top:25%;right:20%;transform:rotate(-45deg)}.diagram-line--culture span{top:50%;left:0;transform:translateY(-50%)}.diagram-line--people{width:2px;height:25%;bottom:25%;left:50%;transform:translate(-50%)}.diagram-line--people span{top:0;left:50%;transform:translate(-50%)}.diagram-line.is-active{background:var(--white);box-shadow:0 0 16px var(--white);z-index:3}.diagram-line--strategy.is-active,.diagram-line--culture.is-active{height:3px}.diagram-line--people.is-active{width:3px}.concept-node{z-index:4;text-align:center;width:8.5rem;color:var(--white);cursor:pointer;outline:none;flex-direction:column;align-items:center;display:flex;position:absolute}.concept-node--strategy{top:0;left:0}.concept-node--culture{top:0;right:0}.concept-node--people{width:10rem;bottom:0;left:50%;transform:translate(-50%)}.concept-node__icon{color:#00c3ff;background:#040b16;border:1px solid #ffffff5c;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.75rem;transition:border-color .24s,box-shadow .24s,color .24s,transform .24s;display:flex}.concept-node:hover .concept-node__icon,.concept-node:focus-visible .concept-node__icon,.concept-node.is-active .concept-node__icon{color:var(--white);border-color:#00c3ff;transform:scale(1.1);box-shadow:0 0 20px #00c3ff9e}.concept-node__icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.concept-node__text h3{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem;font-size:1.1rem;font-weight:400;line-height:1;transition:color .24s}.concept-node:hover .concept-node__text h3,.concept-node:focus-visible .concept-node__text h3,.concept-node.is-active .concept-node__text h3{color:#00c3ff}.concept-node__text p{color:#fff9;max-width:9rem;font-family:var(--font-body);margin:0 auto;font-size:.75rem;line-height:1.35;transition:color .24s}.concept-node:hover .concept-node__text p,.concept-node:focus-visible .concept-node__text p,.concept-node.is-active .concept-node__text p{color:#ffffffdb}.conversation-hub{z-index:5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.conversation-hub__inner{color:#00c3ff;background:#040b16;border:3px solid #00c3ff;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;width:clamp(7.5rem,14vw,9rem);height:clamp(7.5rem,14vw,9rem);padding:1rem;transition:border-color .24s,box-shadow .24s,color .24s,transform .24s;display:flex;box-shadow:0 0 25px #00c3ff66}.conversation-hub__inner:before{content:"";border-radius:inherit;border:1px solid #ffffff3d;position:absolute;inset:11%}.conversation-hub.is-active .conversation-hub__inner{border-color:var(--white);color:var(--white);animation:2s infinite conversationPulse;transform:scale(1.05)}.conversation-hub__inner svg{z-index:1;fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px;margin-bottom:.5rem;transition:transform .24s;position:relative}.conversation-hub.is-active .conversation-hub__inner svg{transform:scale(1.18)}.conversation-hub__inner h2{z-index:1;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.2rem,2.1vw,1.45rem);font-weight:400;line-height:1;position:relative}.outcome-stack{flex-direction:column;gap:1rem;display:flex}.outcome-card{color:#040b16;cursor:pointer;background:#f4f7fb;border:1px solid #ffffff14;border-radius:8px;outline:none;grid-template-columns:4.25rem 1fr;align-items:start;gap:1rem;min-height:8.75rem;padding:1.25rem 1.25rem 1.25rem 3rem;transition:border-color .24s,box-shadow .24s,transform .24s;display:grid;position:relative;box-shadow:0 12px 24px #0000002e}.outcome-card:before{content:"";background:#00c3ff;width:3.5rem;height:2px;transition:background-color .24s,height .24s;position:absolute;top:50%;left:-3.5rem;transform:translateY(-50%)}.outcome-card:hover,.outcome-card:focus-visible{border-color:#00c3ff6b;transform:translateY(-.45rem);box-shadow:0 18px 34px #00000042}.outcome-card:hover:before,.outcome-card:focus-visible:before{background:#00a2ff;height:4px}.outcome-card__icon{z-index:2;width:3rem;height:3rem;color:var(--white);background:#00a2ff;border:3px solid #040b16;border-radius:999px;justify-content:center;align-items:center;transition:transform .24s;display:flex;position:absolute;top:50%;left:-1.5rem;transform:translateY(-50%);box-shadow:0 0 15px #0096ff99}.outcome-card:hover .outcome-card__icon,.outcome-card:focus-visible .outcome-card__icon{transform:translateY(-50%)scale(1.1)rotate(12deg)}.outcome-card__icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.5rem;height:1.5rem}.outcome-card__number{color:#00a2ff;width:4.25rem;font-family:var(--font-heading);font-size:clamp(2.85rem,5vw,3.5rem);font-weight:400;line-height:.95;transition:color .24s}.outcome-card:hover .outcome-card__number,.outcome-card:focus-visible .outcome-card__number{color:#040b16}.outcome-card__content{min-width:0}.outcome-card__content h3{color:#040b16;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.25rem;font-size:clamp(1.45rem,2.4vw,1.9rem);font-weight:400;line-height:1}.outcome-card__content strong{color:#040b16;font-family:var(--font-body);margin-bottom:.45rem;font-size:.82rem;font-weight:700;line-height:1.3;display:block}.outcome-card__content p{color:#5f6675;font-family:var(--font-body);font-size:.86rem;font-weight:300;line-height:1.45}@keyframes conversationPulse{0%{box-shadow:0 0 #00c3ffb3}70%{box-shadow:0 0 0 20px #00c3ff00}to{box-shadow:0 0 #00c3ff00}}@media (prefers-reduced-motion:reduce){.conversation-hub.is-active .conversation-hub__inner{animation:none}.concept-node__icon,.diagram-line,.outcome-card,.outcome-card:before,.outcome-card__icon,.conversation-hub__inner,.conversation-hub__inner svg{transition:none}}@media (width<=1380px){.matriztica-diagram{grid-template-columns:1fr;max-width:520px;min-height:auto}.concept-map{width:min(100%,360px)}.outcome-card:before{display:none}}@media (width<=1024px){.matriztica-diagram{grid-template-columns:minmax(285px,.95fr) minmax(290px,1.05fr);max-width:680px}.outcome-card:before{display:block}}@media (width<=760px){.matriztica-diagram{grid-template-columns:1fr;max-width:520px;padding:1rem}.outcome-card:before{display:none}}@media (width<=520px){.matriztica-diagram{padding:.875rem}.concept-map{width:min(100%,320px)}.concept-node{width:7.5rem}.concept-node--people{width:8.5rem}.concept-node__icon{width:56px;height:56px;margin-bottom:.5rem}.concept-node__icon svg{width:26px;height:26px}.concept-node__text h3{font-size:.95rem}.concept-node__text p{max-width:7.25rem;font-size:.68rem}.conversation-hub__inner{width:6.2rem;height:6.2rem}.conversation-hub__inner svg{width:30px;height:30px}.conversation-hub__inner h2{font-size:.95rem}.outcome-card{grid-template-columns:3.4rem 1fr;gap:.75rem;min-height:0;padding:1rem 1rem 1rem 2.6rem}.outcome-card__icon{width:2.5rem;height:2.5rem;left:-.85rem}.outcome-card__number{width:3.4rem;font-size:2.4rem}.outcome-card__content h3{font-size:1.35rem}.outcome-card__content strong,.outcome-card__content p{font-size:.76rem}}
