:root{--react-pdf-text-layer:1;--color-primary:#004585;--color-primary-light:#0059b3;--color-secondary:#11aa63;--color-secondary-light:#14c97b;--color-tertiary:#a15;--color-tertiary-light:#bd1b64;--bg-color:#fdf8f5;--panel-bg:#fff;--text-primary:#123a64;--text-secondary:#556980;--link-color:#0d65bc;--button-bg:#004585;--button-text:#fff;--button-accent-left:#1f6ebd;--button-accent-right:#f2c94c;--input-bg:#edf1f6;--input-border:#d4ddea;--font-serif:"Instrument Serif", serif;--font-sans:Inter, sans-serif;--radius-card:40px;--radius-input:20px;--page-gutter:5rem;--section-gap:5rem;--first-section-top-gap:3rem}html{scroll-behavior:smooth}h1{margin:0;font-family:Inter,sans-serif;font-size:clamp(2rem,1.6rem + 1.6vw,2.5rem);font-weight:900}.hiddenCanvasElement{display:none!important}h2{transform-origin:top;margin:0;font-family:Instrument Serif,serif;font-size:clamp(1.1rem,.95rem + .55vw,1.3rem);font-weight:lighter;transform:scaleY(1.3)}p{margin:0;font-family:Inter,sans-serif;font-size:clamp(.95rem,.9rem + .25vw,1rem)}h2+p{margin-top:4rem}.homePage h2+p{margin-top:0!important}p+p{margin-top:1rem}.text-bold{font-weight:800}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.text-stretched{display:inline-block;transform:scaleY(1.5)}.text-green{color:var(--color-secondary)}.text-blue{color:var(--color-primary)}.text-center{text-align:center}button{text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:18px;outline:none;padding:.8rem 2.5rem;font-family:Instrument Serif,serif;font-size:clamp(1rem,.9rem + .4vw,1.1875rem);font-style:italic;transition:background .3s}button:focus,button:focus-visible,a:focus,a:focus-visible,label[for]:focus,label[for]:focus-visible,[role=button]:focus,[role=button]:focus-visible{box-shadow:none;outline:none}a,button,label[for],[role=button]{-webkit-tap-highlight-color:transparent}button:hover{transform:scale(1.01)}.button-green{background:var(--color-secondary);color:#fff;width:fit-content}.button-green:hover{background:var(--color-secondary-light)}.button-pink{background:var(--color-tertiary);color:#fff;width:fit-content}.button-pink:hover{background:var(--color-tertiary-light)}*{box-sizing:border-box;font-size:inherit;font-family:inherit}body{background:#fff;min-height:100vh;margin:0;overflow-x:hidden}main{margin:0 var(--page-gutter);padding-top:100px;transition:transform .28s}main>section+section{margin-top:var(--section-gap)}main>section:first-child{margin-top:var(--first-section-top-gap)}.hero{height:calc(100vh - 100px - var(--first-section-top-gap) - var(--section-gap));align-items:stretch;gap:5rem;display:flex}.hero__left{flex-direction:column;justify-content:center;width:50%;height:100%;display:flex}.hero__title{color:var(--color-primary);margin-bottom:1rem}.hero__subtitle{margin-bottom:40px}.hero__right{width:50%;height:100%}.hero__image{object-fit:cover;object-position:top;border-radius:0;width:100%;height:calc(100vh - 100px - 10rem)}.hero__buttons{gap:3rem;padding-top:2rem;display:flex}.problem__svg{pointer-events:none;opacity:0;width:clamp(80px,9vw,120px);height:auto;transition:opacity .25s,transform .25s;position:absolute;top:-1.5rem;right:-3rem;transform:translateY(-8px)scale(.96)}.problem__svg.is-visible{opacity:1;transform:translateY(0)scale(1)}.features-community{text-align:center;flex-direction:column;gap:50px;display:flex}.features-community h1{color:var(--color-primary);width:60%;margin-bottom:1rem;margin-left:auto;margin-right:auto}.features-community h2{margin-bottom:2rem}.features-community__card{color:#fff;text-align:center;z-index:1;isolation:isolate;background-color:#0000;border-radius:100px;flex-direction:column;justify-content:center;place-self:stretch center;align-items:center;width:min(100%,360px);height:100%;min-height:120px;padding:20px 40px;display:flex;position:relative;overflow:visible}.features-community__card:before{content:"";border-radius:inherit;background:var(--color-secondary);z-index:2;position:absolute;inset:0}.features-community__card>p{z-index:3;position:relative}.features-community__cards{grid-template-rows:repeat(2,minmax(140px,1fr));grid-template-columns:repeat(9,minmax(0,1fr));align-items:stretch;gap:clamp(1.4rem,2.3vw,2rem) clamp(1rem,2vw,1.6rem);max-width:1240px;margin-inline:auto;padding-inline:0;display:grid}.features-community__card:first-child{grid-area:1/3/auto/span 3;margin:0}.features-community__card:nth-child(2){grid-area:1/7/auto/span 3;margin:0}.features-community__card:nth-child(3){grid-area:2/1/auto/span 3;margin:0}.features-community__card:nth-child(4){grid-area:2/5/auto/span 3;margin:0}.features-community__image{z-index:4;pointer-events:none;opacity:1;width:clamp(72px,8vw,96px);height:auto;margin-top:0;position:absolute;top:100%;left:50%;transform:translate(-50%,10px)}@media (min-width:1101px) and (hover:hover) and (pointer:fine){.features-community__card{transition:transform .55s cubic-bezier(.22,1,.36,1);overflow:visible}.features-community__card:hover{transform:scale(1.015)}.features-community__image{z-index:1;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .32s;transform:translate(-50%,-100%)}.features-community__card:first-child:hover .features-community__image,.features-community__card:nth-child(2):hover .features-community__image{transform:translate(-50%,50%)}.features-community__card:nth-child(3) .features-community__image,.features-community__card:nth-child(4) .features-community__image{z-index:1;top:auto;bottom:100%;transform:translate(-50%,100%)}.features-community__card:nth-child(3):hover .features-community__image,.features-community__card:nth-child(4):hover .features-community__image{transition:transform .6s cubic-bezier(.2,.9,.24,1.1),opacity .35s;transform:translate(-50%,-50%)}}@media (max-width:1100px){:root{--page-gutter:3rem;--section-gap:4rem;--first-section-top-gap:2.5rem}main{padding-top:100px}button{border-radius:14px;padding:.6rem 1.3rem;font-size:16px}.button-rainbow{border-radius:12px;padding:.6rem 1.3rem}.button-rainbow:after{border-radius:12px}.button-rainbow:before{border-radius:15px}.button-rainbow span{font-size:16px}.hero{height:auto}.hero__left{width:60%}.hero__right{justify-content:center;width:40%;display:flex}.hero__image{object-position:left;max-height:calc(100vh - 100px - 6rem)}.hero__buttons{flex-wrap:wrap}.problem__svg{top:-1rem;right:1rem}.features-community{gap:2.5rem;margin-bottom:4rem}.features-community__cards{grid-template-rows:auto;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-inline:0;display:grid}.features-community__card{width:100%;min-height:170px;padding:2rem 1.5rem;transition:none;transform:none}.features-community__card:nth-child(n){grid-area:auto;margin:0}.features-community__image{opacity:1;z-index:4;width:64px;margin-top:0;transition:none;position:absolute;inset:0 auto auto 0;transform:translate(-35%,-35%)}.features-community__card:first-child .features-community__image{left:10px}.features-community__card:nth-child(2) .features-community__image{top:0;left:auto;right:10px;transform:translate(35%,-35%)}.features-community__card:nth-child(3) .features-community__image{inset:auto auto 0 10px;transform:translate(-35%,35%)}.features-community__card:nth-child(4) .features-community__image{inset:auto 10px 0 auto;transform:translate(35%,35%)}body.navbar-menu-open{overflow:hidden}body.navbar-menu-open main{transform:translate(calc(-1*min(320px,72vw)))}}@media (max-width:820px){:root{--page-gutter:1.25rem;--section-gap:3rem;--first-section-top-gap:2rem}main{padding-top:80px}.button-rainbow{width:fit-content}.hero{flex-direction:column;gap:2rem;min-height:calc(100vh - 100px - 10rem)}.hero__left{width:100%;min-height:calc(100vh - 100px - 10rem)}.hero__right{width:calc(100% + (2 * var(--page-gutter)));margin-left:calc(-1 * var(--page-gutter));margin-right:calc(-1 * var(--page-gutter))}.hero__subtitle{margin-bottom:1.5rem}.hero__image{object-position:top center;border-radius:0;height:min(48vh,340px);display:block}.problem__svg{top:-1rem;right:-1rem}.features-community__cards{grid-template-columns:repeat(2,1fr);gap:1.25rem}.features-community__card{border-radius:100px;min-height:165px;padding:1.5rem}.features-community__image{width:60px}}@media (max-width:640px){:root{--page-gutter:1rem;--section-gap:2.25rem;--first-section-top-gap:1.5rem}.hero__image{height:min(30vh,280px)}.hero__left{align-items:center}.features-community__cards{grid-template-rows:auto;grid-template-columns:1fr;row-gap:1.25rem}.features-community__card{border-radius:100px;min-height:155px}}.callout-panel{margin:0}.callout-panel__card{max-width:1200px;margin:0 auto 5rem}.callout-panel__lead{flex-direction:column;justify-content:center;padding:4.5rem 2rem 1.5rem 5rem;display:flex}.callout-panel__title{color:#fff;transform-origin:0 0;white-space:normal;overflow-wrap:anywhere;text-wrap:balance;max-width:100%;margin:0 0 1.5em;font-family:Instrument Serif,serif;font-size:clamp(2.5rem,2rem + 3.5vw,5.5rem);font-weight:400;line-height:.8;transform:scaleY(1.3)}.callout-panel__action{padding:0 0 0 0}.callout-panel__details{color:#fff;flex-direction:column;justify-content:center;padding:4.5rem 4rem 4.5rem 2rem;display:flex}.callout-panel__point{flex-direction:column;gap:.8rem;padding:2.2rem 0;display:flex}.callout-panel__point:first-child{padding-top:0}.callout-panel__point:last-child{padding-bottom:0}.callout-panel__point--divider{border-top:1px solid #ffffff4d;border-bottom:1px solid #ffffff4d}.callout-panel__point p.text-bold{margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800}.callout-panel__point p:not(.text-bold){margin:0;font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.5}.callout-panel__footer{justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1200px;margin:5rem auto 0;display:flex}.callout-panel__footer>h1{width:50%;margin:0;font-size:clamp(1.8rem,1.5rem + 1.2vw,2.8rem);font-weight:900;line-height:1.2}.callout-panel__list{flex-direction:column;gap:.5rem;width:auto;margin:0;padding:0;list-style:none;display:flex}.callout-panel__list li{padding-left:1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;position:relative}.callout-panel__list li:before{content:"•";color:currentColor;font-weight:700;position:absolute;left:0}@media (max-width:900px){.callout-panel__lead{padding:2rem 2rem 1.5rem}.callout-panel__action{display:none}.callout-panel__details{padding:0 2rem 2rem}.callout-panel__footer{flex-direction:column;gap:2rem;margin-top:4rem}.callout-panel__footer>h1{width:100%}}@media (max-width:600px){.callout-panel__title{white-space:normal;font-size:min(11vw,3.5rem)}}@media (min-width:901px) and (max-width:1100px){.problem__svg{top:-1.5rem;right:-3rem}}.home__video{object-fit:cover;z-index:-1;width:100vw;height:100vh;position:fixed;top:0;left:0}body:has(.homeMain) main{padding-top:0!important}@media (max-width:820px){body:has(.homeMain) .homeMain>div{height:calc(100vh - 80px)!important}}
