.new-home-hero{--nhh-navy:#0b2559;--nhh-blue:#1a56b0;--nhh-blue-dark:#123a7a;--nhh-orange:#e8622c;--nhh-orange-dark:#c94f1f;--nhh-green:#3a7a2e;--nhh-green-dark:#2c5e23;--nhh-purple:#7a3fa0;--nhh-purple-dark:#5f3080;--nhh-ink:#1c2733;--nhh-muted:#6b7686;--nhh-card-bg:#fff;--nhh-card-line:#e6e9ee;position:relative;width:100%;background-image:radial-gradient(circle at 50% 8%,rgba(38,112,230,.22) 0,rgba(11,37,89,0) 38%),url(/assets/images/bg.webp);background-size:cover;background-position:60%;overflow:hidden;min-height:100vh;height:auto;font-family:Segoe UI,Helvetica,Arial,sans-serif;color:var(--nhh-ink);padding:45px 0!important}.new-home-hero *{box-sizing:border-box}.new-home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,21,55,.86),rgba(8,21,55,.74) 45%,rgba(8,21,55,.8))}.new-home-hero__content{position:relative;z-index:2;min-height:100vh;height:auto;padding:28px 16px 32px}.new-home-hero__brand,.new-home-hero__content{display:flex;flex-direction:column;align-items:center}.new-home-hero__brand{width:100%;margin:0 0 18px}.new-home-hero__eyebrow{color:#fff;font-size:clamp(10px,3vw,13px);line-height:1;letter-spacing:.42em;font-weight:700;margin:0 0 12px;padding-left:.42em;text-align:center;text-shadow:0 0 14px rgba(101,165,255,.72)}.new-home-hero__wordmark{display:flex;align-items:center;justify-content:center;width:100%;white-space:nowrap;line-height:.88}.new-home-hero__brand-word{color:#fff;font-size:clamp(43px,12.3vw,76px);line-height:.88;font-weight:800;letter-spacing:.015em;text-shadow:0 0 8px hsla(0,0%,100%,.28),0 0 20px rgba(77,144,255,.48),0 4px 18px rgba(0,0,0,.34)}.new-home-hero__logo-wrap{flex:none;width:clamp(58px,16vw,92px);aspect-ratio:427/447;display:flex;align-items:center;justify-content:center;transform:translateY(4%);filter:drop-shadow(0 0 15px rgba(72,132,255,.34))}.new-home-hero__logo{display:block;width:100%;height:100%;object-fit:contain}.new-home-hero__accent-bars{display:flex;align-items:center;justify-content:center;gap:clamp(7px,2vw,12px);margin-top:14px}.new-home-hero__accent{display:block;width:clamp(48px,14vw,78px);height:4px;border-radius:999px}.new-home-hero__accent--red{background:#ef3f43;box-shadow:0 0 10px rgba(239,63,67,.44)}.new-home-hero__accent--blue{background:#1475df;box-shadow:0 0 10px rgba(20,117,223,.5)}.new-home-hero__accent--yellow{background:#f6bf35;box-shadow:0 0 10px rgba(246,191,53,.46)}.new-home-hero__heading{color:#fff;text-align:center;font-size:24px;line-height:1.2;font-weight:800;margin:0 0 12px;padding:0;text-shadow:0 2px 14px rgba(0,0,0,.4)}.new-home-hero__subtitle{color:#eef4ff;text-align:center;max-width:420px;font-size:15px;line-height:1.6;font-weight:500;margin:0 auto 22px;padding:0;text-shadow:0 1px 8px rgba(0,0,0,.35)}.new-home-hero__grid{max-width:520px;gap:14px}.new-home-hero__card,.new-home-hero__grid{width:100%;display:flex;flex-direction:column}.new-home-hero__card{background:var(--nhh-card-bg);border-radius:14px;padding:16px;box-shadow:0 10px 24px rgba(0,0,0,.22);gap:12px;min-height:0}.new-home-hero__card-head{display:flex;align-items:flex-start;gap:10px}.new-home-hero__icon-circle{flex:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.new-home-hero__icon-circle svg{width:55%;height:55%}.new-home-hero__card-title{font-weight:800;font-size:16px;line-height:1.2;margin:0}.new-home-hero__card-sub{font-size:12.5px;color:var(--nhh-muted);margin:.2em 0 0}.new-home-hero__col-labels{display:flex;justify-content:space-between;gap:8px;font-size:12.5px;font-weight:800;color:var(--nhh-ink)}.new-home-hero__col-labels>span{width:48%;display:flex;align-items:center;justify-content:flex-start;gap:5px}.new-home-hero__col-labels .new-home-hero__label{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.new-home-hero__col-labels .new-home-hero__flag,.new-home-hero__col-labels .new-home-hero__globe{flex:none;width:auto;font-size:1.15em;line-height:1}.new-home-hero__rows{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 0;align-content:flex-start}.new-home-hero__rows .new-home-hero__item{width:48%}.new-home-hero__rows--single .new-home-hero__item{width:100%}.new-home-hero__item{display:flex;align-items:center;gap:6px;border:1px solid var(--nhh-card-line);border-radius:8px;padding:9px 8px;font-size:12.5px;font-weight:600;color:#2a3543;background:#fff;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.new-home-hero__item:focus-visible,.new-home-hero__item:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(12,31,68,.12);border-color:rgba(26,86,176,.35)}.new-home-hero__item:focus-visible{outline:3px solid rgba(26,86,176,.28);outline-offset:2px}.new-home-hero__item-icon{flex:none;width:15px;height:15px}.new-home-hero__item-label{flex:1 1;text-align:left}.new-home-hero__chevron{flex:none;opacity:.5;width:11px;height:11px}.new-home-hero__header-link{flex:none;margin-left:auto;display:flex;align-items:center;gap:4px;font-size:10.5px;font-weight:800;text-decoration:none;color:var(--nhh-blue-dark);white-space:nowrap;align-self:center}.new-home-hero__header-link svg{width:14px;height:14px;flex:none}.new-home-hero__header-link:focus-visible{outline:3px solid rgba(26,86,176,.28);outline-offset:2px}.new-home-hero__cta{margin-top:auto;border:none;border-radius:9px;padding:12px 14px;font-size:13.5px;font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.new-home-hero__cta svg{width:1.1em;height:1.1em}.new-home-hero__cta:focus-visible,.new-home-hero__cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(12,31,68,.16);filter:saturate(1.06)}.new-home-hero__cta:focus-visible{outline:3px solid rgba(26,86,176,.28);outline-offset:2px}.new-home-hero__card--property{background:linear-gradient(180deg,#dfe7f4 0,var(--nhh-card-bg) 60%)}.new-home-hero__card--property .new-home-hero__icon-circle{background:var(--nhh-blue)}.new-home-hero__card--property .new-home-hero__card-title{color:var(--nhh-blue-dark)}.new-home-hero__card--property .new-home-hero__cta{background:#dbe6f7;color:var(--nhh-blue-dark)}.new-home-hero__card--services{background:linear-gradient(180deg,#fce9e1 0,var(--nhh-card-bg) 60%)}.new-home-hero__card--services .new-home-hero__icon-circle{background:var(--nhh-orange)}.new-home-hero__card--services .new-home-hero__card-title{color:var(--nhh-orange-dark)}.new-home-hero__card--services .new-home-hero__cta{background:var(--nhh-orange)}.new-home-hero__card--practitioners{background:linear-gradient(180deg,#e3ece2 0,var(--nhh-card-bg) 60%)}.new-home-hero__card--practitioners .new-home-hero__icon-circle{background:var(--nhh-green)}.new-home-hero__card--practitioners .new-home-hero__card-title{color:var(--nhh-green-dark)}.new-home-hero__card--practitioners .new-home-hero__cta{background:var(--nhh-green)}.new-home-hero__card--community{background:linear-gradient(180deg,#ece4f2 0,var(--nhh-card-bg) 60%)}.new-home-hero__card--community .new-home-hero__icon-circle{background:var(--nhh-purple)}.new-home-hero__card--community .new-home-hero__card-title{color:var(--nhh-purple-dark)}@media(min-width:768px){.new-home-hero{background-position:50%;min-height:100vh;height:auto}.new-home-hero:before{background:linear-gradient(180deg,rgba(8,21,55,.72),rgba(8,21,55,.4) 35%,rgba(8,21,55,.28) 60%,rgba(8,21,55,.5))}.new-home-hero__content{min-height:100vh;height:auto;padding:44px 40px 48px}.new-home-hero__brand{margin-bottom:22px}.new-home-hero__eyebrow{font-size:13px;margin-bottom:14px}.new-home-hero__brand-word{font-size:clamp(68px,9vw,82px)}.new-home-hero__logo-wrap{width:clamp(84px,10.5vw,98px)}.new-home-hero__accent-bars{margin-top:16px;gap:12px}.new-home-hero__accent{width:88px;height:5px}.new-home-hero__heading{font-size:34px;margin-bottom:14px}.new-home-hero__subtitle{font-size:16px;max-width:620px;margin-bottom:30px}.new-home-hero__grid{max-width:900px;flex-direction:row;flex-wrap:wrap;flex:none;align-items:stretch;justify-content:space-between;row-gap:18px}.new-home-hero__card{width:48.8%;padding:20px;gap:14px}.new-home-hero__card-head{gap:12px}.new-home-hero__icon-circle{width:38px;height:38px}.new-home-hero__card-title{font-size:19px}.new-home-hero__card-sub{font-size:13.5px}.new-home-hero__header-link{font-size:12px}.new-home-hero__header-link svg{width:15px;height:15px}.new-home-hero__col-labels{font-size:13px}.new-home-hero__item{font-size:14px;padding:10px;gap:8px}.new-home-hero__item-icon{width:16px;height:16px}.new-home-hero__chevron{width:12px;height:12px}.new-home-hero__cta{font-size:15px;padding:13px 16px}}@media(min-width:1201px){.new-home-hero{background-position:50%;aspect-ratio:auto;min-height:940px;height:auto}.new-home-hero:before{background:linear-gradient(180deg,rgba(8,21,55,.72),rgba(8,21,55,.42) 30%,rgba(8,21,55,.18) 52%,rgba(8,21,55,.38))}.new-home-hero__content{height:auto;min-height:940px;padding:16px 4% 52px}.new-home-hero__brand{margin-bottom:20px}.new-home-hero__eyebrow{font-size:clamp(12px,.9vw,15px);letter-spacing:.46em;margin-bottom:14px}.new-home-hero__brand-word{font-size:clamp(54px,5.4vw,70px)}.new-home-hero__logo-wrap{width:clamp(88px,6.35vw,102px)}.new-home-hero__accent-bars{margin-top:16px;gap:13px}.new-home-hero__accent{width:clamp(78px,6vw,94px);height:5px}.new-home-hero__heading{font-size:clamp(24px,3.2vw,44px);margin-bottom:1%}.new-home-hero__subtitle{font-size:clamp(13px,1.15vw,17.5px);max-width:900px;margin-bottom:1.8%}.new-home-hero__grid{max-width:1180px;flex:none;align-items:stretch;row-gap:16px}.new-home-hero__card{width:49.3%;padding:1.1% 1.4%;gap:.7em;min-height:0}.new-home-hero__card-head{gap:.6em}.new-home-hero__icon-circle{width:clamp(26px,2.4vw,38px);height:clamp(26px,2.4vw,38px)}.new-home-hero__card-title{font-size:clamp(15px,1.5vw,22px)}.new-home-hero__card-sub{font-size:clamp(11.5px,1vw,14px)}.new-home-hero__header-link{font-size:clamp(9.5px,.85vw,12.5px)}.new-home-hero__header-link svg{width:1em;height:1em}.new-home-hero__col-labels{font-size:clamp(11px,.9vw,13px)}.new-home-hero__item{font-size:clamp(12px,1vw,15px);padding:.5em .6em;gap:.5em}.new-home-hero__item-icon{width:1.15em;height:1.15em}.new-home-hero__chevron{width:.85em;height:.85em}.new-home-hero__cta{font-size:clamp(12.5px,1.05vw,16px);padding:.6em .8em}}.about-section{padding:48px 0;background:linear-gradient(180deg,#f7f7fe,#fff)}.about-section *{box-sizing:border-box}.about-section__container{max-width:1140px;margin:0 auto;padding:0 24px}.about-section__body{position:relative;min-height:360px;display:flex;align-items:center;border-radius:16px;overflow:hidden;isolation:isolate;box-shadow:0 16px 40px rgba(0,0,0,.16)}.about-section__image{z-index:0;object-fit:cover;object-position:center}.about-section__overlay{position:relative;z-index:2;width:min(460px,100% - 56px);margin:28px;padding:28px 32px;border-radius:12px;background:hsla(0,0%,100%,.95);box-shadow:0 12px 32px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.about-section__overlay h3{margin:0 0 12px;color:#1c2d3a;font-size:22px;font-weight:800;line-height:1.25}.about-section__body-text{margin:0 0 16px;color:#555;font-size:15px;line-height:1.65}.about-section__cta{display:inline-flex;align-items:center;gap:6px;color:#1f7765;font-size:14px;font-weight:700;text-decoration:none;transition:gap .2s ease,color .2s ease}.about-section__cta:hover{gap:10px;color:#1a5f51}.about-section__hub-wrap{position:relative;z-index:2}.about-section__mobile-hub{display:none}@media(min-width:1200px){.about-section__container{max-width:1440px}.about-section__body{min-height:clamp(380px,29vw,480px)}.about-section__overlay{max-width:clamp(300px,32%,460px)}.about-section__hub-wrap{--hub-h:clamp(340px,25vw,420px);position:absolute;top:50%;right:32px;width:clamp(430px,100% - 420px,720px);height:var(--hub-h);margin:0;transform:translateY(-50%)}}@media(max-width:1199px){.about-section__body{min-height:0;display:flex;flex-direction:column;align-items:center;padding:clamp(12px,2.5vw,30px)}.about-section__body:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.01) 48%,rgba(10,28,38,.13))}.about-section__image{object-position:58% center}.about-section__overlay{width:min(100%,560px);max-width:none;margin:0 auto}.about-section__hub-wrap{display:none}.about-section__mobile-hub{position:relative;z-index:2;display:block;width:min(100%,650px);aspect-ratio:1.42/1;margin:clamp(22px,4vw,42px) auto 0;flex:0 0 auto}.about-section__mobile-logo{position:absolute;top:50%;left:50%;z-index:3;width:clamp(128px,19vw,164px);height:clamp(128px,19vw,164px);display:flex;align-items:center;justify-content:center;padding:clamp(18px,2.8vw,27px);border:clamp(5px,.7vw,7px) solid hsla(0,0%,100%,.72);border-radius:50%;background:hsla(0,0%,100%,.98);box-shadow:0 16px 34px rgba(20,35,48,.22);transform:translate(-50%,-50%)}.about-section__mobile-logo img{width:100%;height:auto;display:block;object-fit:contain}.about-section__mobile-icons{position:absolute;inset:0;z-index:2;width:100%;height:100%;margin:0;padding:0}.about-section__mobile-icon{--hub-color:#1f7765;position:absolute;width:clamp(88px,13vw,108px);height:clamp(88px,13vw,108px);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:15px 7px 8px;border:2px solid hsla(0,0%,100%,.82);border-radius:50%;background:hsla(0,0%,100%,.97);color:var(--hub-color);text-align:center;text-decoration:none;box-shadow:0 10px 24px rgba(18,36,46,.2);transform:translate(-50%,-50%);transition:box-shadow .2s ease,filter .2s ease,scale .2s ease}.about-section__mobile-icon:focus-visible,.about-section__mobile-icon:hover{scale:1.035;filter:brightness(1.025);box-shadow:0 15px 28px rgba(18,36,46,.26)}.about-section__mobile-icon:focus-visible{outline:3px solid color-mix(in srgb,var(--hub-color) 35%,#fff);outline-offset:3px}.about-section__mobile-icon-symbol{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.about-section__mobile-icon-symbol svg{width:clamp(24px,3.5vw,31px);height:clamp(24px,3.5vw,31px);display:block}.about-section__mobile-icon-label{max-width:100%;color:#172b39;font-size:clamp(9px,1.35vw,11px);font-weight:800;line-height:1.08;overflow-wrap:anywhere}.about-section__mobile-number{position:absolute;top:0;left:50%;right:auto;transform:translate(-50%,-50%);z-index:2;min-width:clamp(22px,3vw,26px);height:clamp(22px,3vw,26px);padding:0 3px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:var(--hub-color);color:#fff;font-size:clamp(8px,1.1vw,10px);font-weight:850;line-height:1;box-shadow:0 4px 10px rgba(18,36,46,.2)}.about-section__mobile-icon:first-child{top:12%;left:50%}.about-section__mobile-icon:nth-child(2){top:27%;left:80%}.about-section__mobile-icon:nth-child(3){top:57%;left:86%}.about-section__mobile-icon:nth-child(4){top:83%;left:69%}.about-section__mobile-icon:nth-child(5){top:83%;left:31%}.about-section__mobile-icon:nth-child(6){top:57%;left:14%}.about-section__mobile-icon:nth-child(7){top:27%;left:20%}}@media(max-width:767px){.about-section{padding:36px 0}.about-section__container{padding:0 10px}.about-section__body{padding:7px 6px 15px;border-radius:14px;box-shadow:0 14px 34px rgba(20,35,48,.2)}.about-section__image{object-position:62% center}.about-section__overlay{width:100%;padding:20px 16px;border:1px solid hsla(0,0%,100%,.78);border-radius:11px;background:hsla(0,0%,100%,.95);box-shadow:0 10px 24px rgba(22,42,52,.16)}.about-section__overlay h3{margin-bottom:10px;font-size:18px}.about-section__body-text{margin-bottom:13px;font-size:13px;line-height:1.55}.about-section__cta{font-size:13px}.about-section__mobile-hub{width:min(100%,390px);aspect-ratio:1/1.06;margin-top:18px}.about-section__mobile-logo{width:clamp(108px,34vw,126px);height:clamp(108px,34vw,126px);padding:clamp(16px,5vw,21px)}.about-section__mobile-icon{width:clamp(70px,22vw,82px);height:clamp(70px,22vw,82px);gap:3px;padding:12px 5px 6px}.about-section__mobile-icon-symbol svg{width:clamp(21px,6vw,25px);height:clamp(21px,6vw,25px)}.about-section__mobile-icon-label{font-size:clamp(7.6px,2.45vw,9.2px);line-height:1.04}.about-section__mobile-number{min-width:21px;height:21px;font-size:8px}}@media(max-width:360px){.about-section__container{padding:0 6px}.about-section__body{padding-right:4px;padding-left:4px}.about-section__overlay{padding:17px 14px}.about-section__mobile-hub{aspect-ratio:1/1.08;margin-top:14px}.about-section__mobile-logo{width:104px;height:104px;padding:15px}.about-section__mobile-icon{width:68px;height:68px;padding:7px 4px 5px}.about-section__mobile-icon-label{font-size:7.4px}}@media(prefers-reduced-motion:reduce){.about-section__cta,.about-section__mobile-icon{transition:none}}.hub-diagram{position:relative;width:100%;font-size:13px;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:14px;gap:14px}.hub-diagram *{box-sizing:border-box}.hub-diagram__dot,.hub-diagram__ring,.hub-diagram__spoke{display:none}.hub-diagram__stage{grid-column:1/-1;display:flex;justify-content:center;margin-bottom:6px}.hub-diagram__core{width:148px;height:148px;border-radius:50%;background:#fff;box-shadow:0 10px 28px rgba(28,45,58,.18);display:flex;align-items:center;justify-content:center;padding:10px}.hub-diagram__core-mark{width:84%;height:auto;max-height:62%;object-fit:contain}.hub-diagram__card{position:relative;background:#fff;border:1px solid rgba(28,45,58,.08);border-radius:12px;padding:14px 14px 12px;text-decoration:none;box-shadow:0 6px 18px rgba(28,45,58,.08);display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:transform .18s ease,box-shadow .18s ease}.hub-diagram__card:focus-visible,.hub-diagram__card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(28,45,58,.16)}.hub-diagram__card:focus-visible{outline:3px solid rgba(26,86,176,.35);outline-offset:2px}.hub-diagram__badge{position:absolute;top:12px;right:12px;width:1.8em;height:1.8em;border-radius:50%;color:#fff;font-size:.78em;font-weight:800;display:flex;align-items:center;justify-content:center}.hub-diagram__icon{width:1.6em;height:1.6em;margin-bottom:.5em}.hub-diagram__icon svg{width:100%;height:100%}.hub-diagram__title{font-size:1.2em;font-weight:800;color:#1c2d3a;margin-bottom:.25em;line-height:1.25}.hub-diagram__desc{font-size:.8em;line-height:1.35;color:#6b7686;margin-bottom:.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hub-diagram__cta{margin-top:auto;font-size:.8em;line-height:1.35;font-weight:800;display:inline-flex;align-items:center;gap:.3em;white-space:nowrap}@media(min-width:1200px){.hub-diagram{display:block;height:100%;font-size:clamp(9px,.66vw,10px);--hub-card-d:clamp(86px,6.5vw,96px)}.hub-diagram__stage{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;display:block;margin:0;width:calc(var(--hub-h, 100%)*.38);height:calc(var(--hub-h, 100%)*.38)}.hub-diagram__ring{display:block;position:absolute;inset:0;border:1px dashed hsla(0,0%,100%,.85);border-radius:50%;pointer-events:none}.hub-diagram__spoke{display:block;height:0;border-top:1.5px dotted hsla(0,0%,100%,.55);transform-origin:0 0;pointer-events:none}.hub-diagram__core,.hub-diagram__spoke{position:absolute;left:50%;top:50%;z-index:2}.hub-diagram__core{transform:translate(-50%,-50%);width:84%;height:84%;padding:.35em;box-shadow:0 10px 28px rgba(0,0,0,.22)}.hub-diagram__core-mark{width:88%;max-height:46%}.hub-diagram__dot{display:block;z-index:4;width:6px;height:6px;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.3);pointer-events:none}.hub-diagram__card,.hub-diagram__dot{position:absolute;transform:translate(-50%,-50%)}.hub-diagram__card{z-index:3;width:var(--hub-card-d);height:var(--hub-card-d);padding:1em .5em .5em;border:1px solid hsla(0,0%,100%,.88);border-radius:50%;overflow:visible;align-items:center;justify-content:center;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.18)}.hub-diagram__card:focus-visible,.hub-diagram__card:hover{transform:translate(-50%,-50%) translateY(-3px);box-shadow:0 15px 30px rgba(0,0,0,.25)}.hub-diagram__badge{top:0;left:50%;right:auto;width:2.66em;height:2.66em;font-size:1em;transform:translate(-50%,-50%);z-index:5;box-shadow:0 0 0 2px #fff,0 3px 8px rgba(0,0,0,.25)}.hub-diagram__icon{width:1.72em;height:1.72em;margin:0 0 .12em}.hub-diagram__title{min-height:2.02em;max-width:92%;display:flex;align-items:center;justify-content:center;font-size:1.2em;line-height:1.02;margin-bottom:.08em;overflow-wrap:normal;word-break:normal}.hub-diagram__desc{min-height:2.12em;max-width:8.3em;margin-bottom:.12em;font-size:.7em;line-height:1.1;-webkit-line-clamp:2;overflow-wrap:normal;word-break:normal}.hub-diagram__cta{margin-top:0;max-width:94%;justify-content:center;font-size:.8em;line-height:1.04;letter-spacing:-.01em}.hub-diagram__cta,.hub-diagram__desc,.hub-diagram__title{width:100%;text-align:center}.hub-diagram__desc,.hub-diagram__title{white-space:normal}.hub-diagram__cta{white-space:nowrap}}