body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.landing-page{--color-navy:#194f6b;--color-navy-dark:#10110e;--color-orange:#f47c21;--color-teal:#52b19d;--color-text:#000;--color-text-tertiary:#535862;--color-nav-text:#233b45;--color-bg-mint:#d5e3e1;--color-bg-mint-light:#e8f1ee;--color-star:#ff8c35;--font-heading:"Google Sans","Poppins",-apple-system,BlinkMacSystemFont,sans-serif;--font-alt:"Geist","Inter",-apple-system,BlinkMacSystemFont,sans-serif;--container-width:1200px;background:#fff;color:var(--color-text);font-family:var(--font-heading);overflow-x:hidden}.landing-page *{box-sizing:border-box}.landing-container{margin:0 auto;max-width:var(--container-width);padding:10px 24px;width:100%}.landing-section{padding:80px 0}@media (max-width:1024px){.landing-section{padding:64px 0}}@media (max-width:640px){.landing-section{padding:48px 0}.landing-container{padding:10px 16px}}.landing-btn{align-items:center;border:none;border-radius:100px;cursor:pointer;display:inline-flex;font-family:var(--font-heading);font-size:18px;font-weight:700;justify-content:center;padding:14px 32px;text-decoration:none;white-space:nowrap}.landing-btn--primary{background:var(--color-orange);box-shadow:0 5px 9px #f2873540;color:#fff}.landing-btn--secondary{background:#fff;box-shadow:0 2px 11px #00000040;color:#000}.landing-btn--nav{background:var(--color-orange);color:#fff;font-size:15px;font-weight:500;padding:12px 24px}.landing-checklist{display:flex;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.landing-check-item{align-items:center;color:#000;display:flex;font-size:18px;gap:16px}.landing-check-icon{flex-shrink:0;height:20px;width:20px}.landing-navbar{padding:20px 0;position:relative;z-index:10}.landing-navbar__inner{align-items:center;display:flex;gap:32px;justify-content:space-between;max-width:1320px}.landing-navbar__brand{align-items:center;display:flex;flex-shrink:0;gap:12px}.landing-navbar__brand img{height:44px;width:auto}.landing-navbar__links{align-items:center;display:flex;gap:48px;list-style:none;margin:0;padding:0}.landing-navbar__links a{color:var(--color-nav-text);font-size:16px;font-weight:700;text-decoration:none;text-shadow:0 1px 2px #0a0d120d}@media (max-width:1024px){.landing-navbar__links{gap:20px}.landing-navbar__links a{font-size:15px}.landing-btn--nav{font-size:14px;padding:10px 18px}}.landing-navbar__hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;flex-shrink:0;gap:5px;height:40px;justify-content:center;padding:0;width:40px}.landing-navbar__hamburger span{background:#000;border-radius:2px;display:block;height:2px;transition:transform .2s ease,opacity .2s ease;width:22px}.landing-navbar__hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.landing-navbar__hamburger--open span:nth-child(2){opacity:0}.landing-navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-navbar__mobile-menu{display:none}@media (max-width:860px){.landing-navbar__inner .landing-navbar__links,.landing-navbar__inner>.landing-btn--nav{display:none}.landing-navbar__inner{gap:16px}.landing-navbar__hamburger{display:flex}.landing-navbar__mobile-menu{background:#c8dbd7;box-shadow:0 12px 24px #00000014;display:none;flex-direction:column;gap:20px;left:0;padding:20px 24px 28px;position:absolute;right:0;top:100%;z-index:20}.landing-navbar__mobile-menu--open{display:flex}.landing-navbar__mobile-links{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.landing-navbar__mobile-links a{color:var(--color-nav-text);font-size:16px;font-weight:700;text-decoration:none}.landing-btn--nav-mobile{text-align:center;width:100%}}.landing-hero{background-color:#f9f9f9;overflow:hidden;padding:8px 0 0;position:relative}.landing-hero__glow{background:#787878;border-radius:9999px;filter:blur(65px);height:58px;left:50%;max-width:900px;opacity:.8;position:absolute;top:277px;transform:translateX(-50%);width:89%;z-index:0}.landing-hero__content{align-items:center;display:flex;flex-direction:column;padding-bottom:0;padding-top:140px;position:relative;text-align:center;z-index:1}.landing-hero__title{font-size:64px;font-weight:500;line-height:1.1;margin:0;max-width:1200px}.landing-hero__title strong{font-weight:700}.landing-hero__subtitle{color:var(--color-navy);font-size:20px;font-weight:600;line-height:32px;margin:20px 0 0;max-width:420px;padding-bottom:24px;text-shadow:0 2px 4px #0a0d120f}.landing-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:24px}.landing-hero__image{aspect-ratio:1728/875;margin-top:70px;max-width:875px;overflow:hidden;width:100%}.landing-hero__image img{display:block;height:auto;padding-top:5px;width:100%}@media (max-width:1024px){.landing-hero__content{padding-top:100px}.landing-hero__title{font-size:46px}.landing-hero__glow{top:200px}}@media (max-width:640px){.landing-hero__content{padding-top:72px}.landing-hero__title{font-size:32px}.landing-hero__title br{display:none}.landing-hero__subtitle{font-size:16px;font-weight:700;line-height:26px;max-width:335px}.landing-hero__glow{filter:blur(40px);height:40px;top:130px}.landing-hero__actions{gap:12px}.landing-btn--primary,.landing-btn--secondary{font-size:15px;padding:12px 24px}.landing-hero__image{margin-top:32px}.landing-hero__image img{padding-top:24px}}.landing-problem{text-align:left}.landing-problem__intro{font-size:33px;font-weight:500;line-height:1.4;margin:0 0 60px;max-width:100%}.landing-problem__grid-wrap{padding-top:28px;position:relative}.landing-problem__glow{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);height:260px;left:0;pointer-events:none;position:absolute;right:0;top:30px;z-index:0}.landing-problem__glow-blob{background:linear-gradient(90deg,#f47c21,#f47c21 45%,#52b19d 55%,#52b19d);filter:blur(45px);opacity:.45}.landing-problem__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);position:relative;text-align:left;z-index:1}.landing-problem__card{background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000000d;overflow:hidden;padding:28px 16px;position:relative}.landing-problem__card:not(:last-child):after{background:linear-gradient(270deg,#f47c2130,#0000 20%);content:"";inset:0;-webkit-mask-image:linear-gradient(180deg,#0000,#000 25%,#000 75%,#0000);mask-image:linear-gradient(180deg,#0000,#000 25%,#000 75%,#0000);pointer-events:none;position:absolute}.landing-problem__badge{height:auto;margin-bottom:24px;object-fit:contain;width:80px}.landing-problem__card h3{font-size:20px;font-weight:500;line-height:30px;margin:0 0 8px}.landing-problem__card p{color:var(--color-text-tertiary);font-size:14px;font-weight:400;line-height:22px;margin:0}@media (max-width:1024px){.landing-problem__glow,.landing-problem__grid{grid-template-columns:1fr}.landing-problem__glow{bottom:0;height:auto;top:0}.landing-problem__card:not(:last-child):after{display:none}.landing-problem__intro{font-size:26px}}@media (max-width:640px){.landing-problem__intro{font-size:22px}.landing-problem__card h3 br,.landing-problem__card p br,.landing-problem__intro br{display:none}.landing-problem__card{padding:24px 20px}}.landing-features{background:var(--color-navy);color:#fff;text-align:center}.landing-features__header{margin:30px auto 60px;max-width:730px}.landing-features__header h2{font-size:44px;font-weight:500;line-height:1.25;margin:0 0 12px}.landing-features__header h2 strong{font-weight:700}.landing-features__header p{color:#ebf8ff;font-size:20px;font-weight:400;line-height:30px;margin:0 auto;max-width:550px}.landing-features__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.landing-features__card{align-items:center;background:#fff;border-radius:20px;color:var(--color-text);display:flex;flex-direction:column;gap:16px;justify-content:flex-end;min-height:280px;padding:32px 16px 40px;text-align:center}.landing-features__icon{align-items:center;border-radius:9999px;display:flex;height:70px;justify-content:center;width:70px}.landing-features__icon img{height:30px;width:30px}.landing-features__card h3{font-size:22px;font-weight:500;line-height:1.3;margin:0}.landing-features__card p{color:var(--color-text-tertiary);font-size:14px;font-weight:400;line-height:21px;margin:0}@media (max-width:1024px){.landing-features__grid{grid-template-columns:1fr}.landing-features__header h2{font-size:32px}.landing-features__header p{font-size:14px}}@media (max-width:640px){.landing-features__header h2{font-size:26px}.landing-features__card h3 br,.landing-features__card p br,.landing-features__header h2 br{display:none}.landing-features__card{min-height:0;padding:28px 20px 32px}}.landing-split{overflow:hidden;position:relative}.landing-split__inner{align-items:center;display:flex;gap:48px}.landing-split--reverse .landing-split__inner{flex-direction:row-reverse}.landing-split__text{flex:1.3 1;min-width:0}.landing-split__text h2{font-size:41px;font-weight:600;line-height:1.2;margin:0 0 10px}.landing-split__text h2.landing-split__text--tight{font-size:39px}.landing-split__text>p{color:var(--color-text-tertiary);font-size:17px;font-weight:400;line-height:26px;margin:0 0 44px;max-width:622px}.landing-split__media{display:flex;flex:1 1;justify-content:center;min-width:0;position:relative}.landing-split__media img{height:auto;max-width:360px;position:relative;width:100%;z-index:1}.landing-split__media--baked img{height:781.376px;margin-left:110px;max-width:none;width:636.749px}.landing-split__blob{border-radius:9999px;filter:blur(70px);position:absolute;z-index:0}.landing-split--card{background:var(--color-bg-mint);border-radius:40px;padding:64px 56px}.landing-opportunities{display:flex;justify-content:flex-end;min-height:500px;overflow:visible;position:relative}.landing-opportunities__phone{height:auto;left:39px;position:absolute;top:-179px;width:395px;z-index:2}.landing-opportunities__text{max-width:620px;position:relative;z-index:1}.landing-opportunities__text .landing-checklist{max-width:610px}@media (max-width:1024px){.landing-split--reverse .landing-split__inner,.landing-split__inner{flex-direction:column;gap:40px}.landing-split__text{flex:1 1 auto;width:100%}.landing-split__text h2{font-size:32px}.landing-split__text>p{max-width:none}.landing-split__media img{max-width:300px}.landing-split__media--baked img{height:auto;margin-left:0;max-width:320px;width:100%}.landing-split--card{border-radius:24px;padding:40px 16px}.landing-check-item{align-items:flex-start}.landing-check-icon{margin-top:6px}.landing-opportunities{flex-direction:column-reverse;justify-content:flex-start;min-height:0}.landing-opportunities__phone{margin:32px auto 0;max-width:280px;position:static;transform:none;width:100%}.landing-opportunities__text{max-width:none}}@media (max-width:640px){.landing-split__text h2,.landing-split__text h2.landing-split__text--tight{font-size:23px}.landing-split__text>p{font-size:15px;line-height:24px;margin-bottom:28px}.landing-split__inner{gap:28px}.landing-split__text h2 br{display:none}.landing-split__media--baked img{max-width:400px}}.landing-testimonials{background:var(--color-bg-mint);padding:120px 0;text-align:center}.landing-testimonials__header h2{font-size:44px;font-weight:500;margin:0 0 2px}.landing-testimonials__header p{color:var(--color-text-tertiary);font-size:20px;line-height:30px;margin:0 auto 60px;max-width:800px}.landing-testimonials__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.landing-testimonials__card{background:#fff;border-radius:20px;display:flex;flex-direction:column;gap:16px;padding:40px 20px;text-align:left}.landing-testimonials__stars{display:flex;gap:4px}.landing-testimonials__stars img{height:24px;width:24px}.landing-testimonials__quote{font-size:16px;line-height:26px;margin:0}.landing-testimonials__quote-text{color:var(--color-text-tertiary)}.landing-testimonials__quote-close{color:#000}.landing-testimonials__author{color:#000;display:block;margin-top:12px}.landing-testimonials__nav{align-items:center;display:flex;gap:16px;justify-content:center}.landing-testimonials__arrow{align-items:center;background:#0000;border:1px solid #4d525f;border-radius:9999px;cursor:pointer;display:flex;height:56px;justify-content:center;width:56px}.landing-testimonials__arrow--prev{border-color:#9fa4a9}.landing-testimonials__arrow:disabled{cursor:not-allowed;opacity:.35}@media (max-width:1024px){.landing-testimonials__grid{grid-template-columns:1fr}.landing-testimonials__nav{display:none}.landing-testimonials{padding:80px 0}.landing-testimonials__header h2{font-size:32px}.landing-testimonials__header p{font-size:17px}}@media (max-width:640px){.landing-testimonials__header h2{font-size:26px}.landing-testimonials__card{padding:28px 20px}.landing-testimonials__arrow{height:48px;width:48px}}.landing-footer-cta-wrap{background:#fff;padding:210px 0 0}.landing-footer-black-bg{background:var(--color-navy-dark);padding:1px 24px 58px}.landing-footer-cta{align-items:center;background:var(--color-navy);border-radius:20px;display:flex;flex-direction:column;gap:48px;margin:-90px auto 0;max-width:var(--container-width);overflow:hidden;padding:80px 24px 12px;position:relative;text-align:center;z-index:2}.landing-footer-cta__watermark{height:200px;left:-7px;opacity:.6;position:absolute;top:9px;width:219px}.landing-footer-cta__content{align-items:center;display:flex;flex-direction:column;gap:44px;position:relative;z-index:1}.landing-footer-cta h2{color:#fff;font-size:37px;font-weight:500;line-height:54px;margin:0;max-width:727px}.landing-footer-cta__badges{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.landing-footer-cta__badges img{height:44px;width:auto}.landing-footer-cta__bottom{align-items:center;color:#fff;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;padding-top:32px;position:relative;width:100%;z-index:1}.landing-footer-bar__brand{align-items:center;display:flex;gap:12px}.landing-footer-bar__brand img{height:32px;width:auto}.landing-footer-cta__bottom p{font-weight:400;margin:0;text-align:center}.landing-footer-bar__links,.landing-footer-cta__bottom p{font-family:var(--font-alt);font-size:16px;line-height:28px}.landing-footer-bar__links a{color:#fff;text-decoration:none}.landing-footer-bar__links a:hover{text-decoration:underline}@media (max-width:1024px){.landing-footer-cta-wrap{padding-top:140px}.landing-footer-black-bg{padding-bottom:40px}.landing-footer-cta{gap:32px;margin-top:-60px;padding:60px 24px 12px}.landing-footer-cta__content{gap:28px}.landing-footer-cta h2{font-size:30px;line-height:1.3}.landing-footer-cta__watermark{height:137px;width:150px}}@media (max-width:700px){.landing-footer-cta-wrap{padding-top:90px}.landing-footer-black-bg{padding-bottom:28px}.landing-footer-cta{margin-top:-40px;padding:48px 20px 12px}.landing-footer-cta__bottom{flex-direction:column;text-align:center}.landing-footer-cta h2{font-size:24px;line-height:1.4}.landing-footer-cta__watermark{height:100px;width:110px}.landing-footer-cta h2 br{display:none}}.landing-legal{padding-bottom:96px;padding-top:56px}.landing-legal__container{max-width:760px}.landing-legal h1{color:var(--color-text);font-size:40px;font-weight:700;margin:0 0 8px}.landing-legal__updated{color:var(--color-text-tertiary);font-family:var(--font-alt);font-size:15px;margin:0 0 48px}.landing-legal__body{color:var(--color-text);font-family:var(--font-alt);font-size:16px;line-height:1.7}.landing-legal__body h2{color:var(--color-navy);font-family:var(--font-heading);font-size:22px;font-weight:700;margin:40px 0 12px}.landing-legal__body h2:first-child{margin-top:0}.landing-legal__body p{margin:0 0 16px}.landing-legal__body ul{margin:0 0 16px;padding-left:24px}.landing-legal__body li{margin-bottom:8px}.landing-legal__body a{color:var(--color-orange)}.landing-legal__body a.landing-btn{color:#fff}.landing-legal--centered{text-align:center}.landing-legal--centered .landing-legal__container{margin:0 auto}.landing-legal__contact-email{display:inline-flex;margin-top:24px}
/*# sourceMappingURL=main.676c3c8d.css.map*/