.Button-module__P7ggvG__button{white-space:nowrap;pointer-events:auto;opacity:1;cursor:pointer;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .15s ease-out;display:inline-flex}.Button-module__P7ggvG__button:disabled{pointer-events:none;opacity:.5}.Button-module__P7ggvG__button svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.Button-module__P7ggvG__button:focus-visible{box-shadow:0 0 0 3px #fee10180}.Button-module__P7ggvG__button[aria-invalid=true]{box-shadow:0 0 0 3px #dc262633}.Button-module__P7ggvG__button:hover{transform:scale(1.05);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module__P7ggvG__button:active{transform:scale(.95)}.Button-module__P7ggvG__default{color:#1e2a38;background-color:#fee101}.Button-module__P7ggvG__default:hover{background-color:#fee101e6}.Button-module__P7ggvG__destructive{color:#fff;background-color:#d4183d}.Button-module__P7ggvG__destructive:hover{background-color:#d4183de6}.Button-module__P7ggvG__destructive:focus-visible{box-shadow:0 0 0 3px #dc262633}.Button-module__P7ggvG__outline{color:#1e2a38;background-color:#fff;border:1px solid #1e2a381a}.Button-module__P7ggvG__outline:hover{color:#fff;background-color:#3b82f6}.Button-module__P7ggvG__secondary{color:#1e2a38;background-color:#f7f8fa}.Button-module__P7ggvG__secondary:hover{background-color:#f7f8facc}.Button-module__P7ggvG__ghost{background:0 0}.Button-module__P7ggvG__ghost:hover{color:#fff;background-color:#3b82f6}.Button-module__P7ggvG__link{color:#fee101;text-underline-offset:4px;background:0 0;border:none;text-decoration:underline}.Button-module__P7ggvG__link:hover{text-decoration:underline;transform:scale(1.05)}.Button-module__P7ggvG__defaultSize{height:2.25rem;padding:.5rem 1rem}.Button-module__P7ggvG__sm{border-radius:.375rem;gap:.375rem;height:2rem;padding:0 .75rem}.Button-module__P7ggvG__lg{border-radius:.375rem;height:2.5rem;padding:0 1.5rem}.Button-module__P7ggvG__icon{border-radius:.375rem;width:2.25rem;height:2.25rem}@media (prefers-color-scheme:dark){.Button-module__P7ggvG__outline{background-color:#ffffff1a;border-color:#ffffff1a}.Button-module__P7ggvG__outline:hover{background-color:#fff3}.Button-module__P7ggvG__ghost:hover{background-color:#3b82f680}.Button-module__P7ggvG__destructive{background-color:#d4183d99}}.Button-module__P7ggvG__dark .Button-module__P7ggvG__outline{background-color:#ffffff1a;border-color:#ffffff1a}.Button-module__P7ggvG__dark .Button-module__P7ggvG__outline:hover{background-color:#fff3}.Button-module__P7ggvG__dark .Button-module__P7ggvG__ghost:hover{background-color:#3b82f680}.Button-module__P7ggvG__dark .Button-module__P7ggvG__destructive{background-color:#d4183d99}
.Header-module__bw6D5G__header{background:var(--background);border-bottom:1px solid var(--border);z-index:50;width:100%;transition:transform .2s ease-in-out;position:fixed;top:0;left:0;box-shadow:0 1px 2px #00000008}.Header-module__bw6D5G__visible{transform:translateY(0)}.Header-module__bw6D5G__hidden{transform:translateY(-100%)}.Header-module__bw6D5G__container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.Header-module__bw6D5G__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Header-module__bw6D5G__container{padding-left:2rem;padding-right:2rem}}.Header-module__bw6D5G__inner{grid-template-columns:1fr auto 1fr;align-items:center;height:7rem;display:grid}.Header-module__bw6D5G__left{align-items:center;display:flex}.Header-module__bw6D5G__logoWrapper{flex-shrink:0;align-items:center;display:flex}.Header-module__bw6D5G__logoBox{background:var(--primary);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.75rem;display:flex}.Header-module__bw6D5G__logoText{color:var(--primary-foreground);font-weight:700}.Header-module__bw6D5G__title{color:var(--foreground);font-size:1.25rem;font-weight:700}.Header-module__bw6D5G__subtitle{color:var(--muted-foreground);font-size:.75rem}.Header-module__bw6D5G__nav{display:none}@media (min-width:768px){.Header-module__bw6D5G__nav{gap:2rem;display:flex}}.Header-module__bw6D5G__navLink{color:var(--muted-foreground);cursor:pointer;text-decoration:none;transition:color .2s}.Header-module__bw6D5G__navLink:hover{color:var(--primary)}.Header-module__bw6D5G__ctaGroup{display:none}@media (min-width:768px){.Header-module__bw6D5G__ctaGroup{align-items:center;gap:1rem;display:flex}}.Header-module__bw6D5G__menuButtonWrapper{align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}@media (min-width:768px){.Header-module__bw6D5G__menuButtonWrapper{display:none}}.Header-module__bw6D5G__menuIcon{width:1.25rem;height:1.25rem}.Header-module__bw6D5G__mobileMenu{background:var(--background);border-bottom:1px solid var(--border);z-index:40;transform-origin:top;animation:.3s ease-out Header-module__bw6D5G__slideIn;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@keyframes Header-module__bw6D5G__slideIn{0%{opacity:0;transform:translateY(-20px)scaleY(.95)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes Header-module__bw6D5G__slideOut{0%{opacity:1;transform:translateY(0)scaleY(1)}to{opacity:0;transform:translateY(-20px)scaleY(.95)}}.Header-module__bw6D5G__mobileMenu.Header-module__bw6D5G__slideOut{animation:.2s ease-in forwards Header-module__bw6D5G__slideOut}.Header-module__bw6D5G__mobileMenuContent{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Header-module__bw6D5G__mobileNavLink{color:var(--muted-foreground);cursor:pointer;border-bottom:1px solid var(--border);text-align:center;padding:.75rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.Header-module__bw6D5G__mobileNavLink:last-of-type{border-bottom:none}.Header-module__bw6D5G__mobileNavLink:hover{color:var(--primary)}.Header-module__bw6D5G__mobileCta{border-top:1px solid var(--border);margin-top:.5rem;padding-top:.75rem}
.Hero-module__c8dYoG__heroSection{background-color:var(--foreground);color:var(--background);align-items:center;min-height:100vh;padding:5rem 0;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.Hero-module__c8dYoG__heroSection{padding:7rem 0}}@media (min-width:1024px){.Hero-module__c8dYoG__heroSection{padding:7rem 0}}.Hero-module__c8dYoG__container{z-index:25;max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.Hero-module__c8dYoG__container{padding:0 1.5rem}}@media (min-width:1024px){.Hero-module__c8dYoG__container{padding:0 2rem}}.Hero-module__c8dYoG__grid{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.Hero-module__c8dYoG__grid{grid-template-columns:repeat(2,1fr)}}.Hero-module__c8dYoG__title{color:var(--background);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:2.5rem}@media (min-width:1024px){.Hero-module__c8dYoG__title{font-size:3rem;line-height:1}}.Hero-module__c8dYoG__subtitle{color:var(--background) / .8;margin-bottom:2rem;font-size:1.25rem;line-height:1.75rem}.Hero-module__c8dYoG__buttonContainer{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:640px){.Hero-module__c8dYoG__buttonContainer{flex-direction:row}}.Hero-module__c8dYoG__button{padding-left:2rem;padding-right:2rem}.Hero-module__c8dYoG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Hero-module__c8dYoG__featureItem{text-align:center}.Hero-module__c8dYoG__featureIcon{width:2rem;height:2rem;color:var(--primary);margin:0 auto .5rem}.Hero-module__c8dYoG__featureTitle{color:var(--background);font-weight:600}.Hero-module__c8dYoG__featureDescription{color:var(--background) / .7;font-size:.875rem;line-height:1.25rem}.Hero-module__c8dYoG__cardContainer{padding-left:0}@media (min-width:1024px){.Hero-module__c8dYoG__cardContainer{padding-left:2rem}}.Hero-module__c8dYoG__card{background-color:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.Hero-module__c8dYoG__cardTitle{color:var(--card-foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.75rem}.Hero-module__c8dYoG__list{flex-direction:column;gap:1rem;display:flex}.Hero-module__c8dYoG__listItem{align-items:flex-start;display:flex}.Hero-module__c8dYoG__bullet{background-color:#22c55e33;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.125rem;margin-right:.75rem;display:flex}.Hero-module__c8dYoG__bulletDot{background-color:#22c55e;border-radius:9999px;width:.5rem;height:.5rem}.Hero-module__c8dYoG__listContent{flex:1}.Hero-module__c8dYoG__listTitle{color:var(--card-foreground);font-weight:600}.Hero-module__c8dYoG__listDescription{color:var(--muted-foreground)}.Hero-module__c8dYoG__mobileContent{margin-top:2rem}.Hero-module__c8dYoG__fadeInItem{opacity:0;animation:.8s cubic-bezier(.4,0,.2,1) forwards Hero-module__c8dYoG__fadeInUp;transform:translateY(30px)}@keyframes Hero-module__c8dYoG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__c8dYoG__backgroundImage{color:var(--primary) / .1;z-index:10;opacity:.1;width:280rem;height:280rem;animation:30s linear infinite Hero-module__c8dYoG__spin;position:absolute;bottom:-150rem;left:-50rem}@keyframes Hero-module__c8dYoG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:639px){.Hero-module__c8dYoG__heroSection{height:auto;min-height:auto;padding-top:10rem;padding-bottom:3rem}.Hero-module__c8dYoG__backgroundImage{opacity:.08;width:130rem;height:130rem;animation:20s linear infinite Hero-module__c8dYoG__spin;bottom:-14rem;left:14rem}}
.Services-module__3XLFUq__servicesSection{background-color:var(--muted);padding:5rem 0}.Services-module__3XLFUq__container{max-width:80rem;margin:0 auto;padding:0 1rem}.Services-module__3XLFUq__heading{text-align:center;margin-bottom:4rem}.Services-module__3XLFUq__heading h2{color:var(--foreground,#000);margin-bottom:1rem;font-size:1.875rem;font-weight:700}.Services-module__3XLFUq__heading p{max-width:36rem;color:var(--muted-foreground,#666);margin:0 auto}.Services-module__3XLFUq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Services-module__3XLFUq__card{background:var(--card-bg,#fff);will-change:transform, opacity;transition:transform 1s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 1px 3px #0000001a}.Services-module__3XLFUq__fadeInInitial{transform:translateY(40px)}.Services-module__3XLFUq__fadeIn{transform:translateY(0)}.Services-module__3XLFUq__card:hover{cursor:default;transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.Services-module__3XLFUq__icon{width:2rem;height:2rem;color:var(--primary,#800020);margin-bottom:.5rem}@supports ((-webkit-appearance:none)){.Services-module__3XLFUq__card{transform-style:preserve-3d;backface-visibility:hidden}}
.AboutSection-module__h8jcma__aboutSection{background-color:var(--color-muted);align-items:center;min-height:100vh;display:flex;overflow:hidden}.AboutSection-module__h8jcma__gridContainer{justify-content:center;align-items:center;width:100%;display:grid}@media (min-width:1024px){.AboutSection-module__h8jcma__gridContainer{grid-template-columns:repeat(5,1fr)}}.AboutSection-module__h8jcma__imageContainer{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.AboutSection-module__h8jcma__imageContainer{grid-column:span 3}}.AboutSection-module__h8jcma__image{object-fit:cover;width:100%;height:35rem}.AboutSection-module__h8jcma__textContainer{background-color:var(--color-foreground);color:var(--color-background);opacity:0;flex-direction:column;justify-content:center;padding:3rem 2rem;transition:opacity 1.5s,transform 1.5s;display:flex;transform:translateY(40px)}.AboutSection-module__h8jcma__fadeIn{animation:1.5s cubic-bezier(.23,1,.32,1) forwards AboutSection-module__h8jcma__slideInRight}@media (min-width:1024px){.AboutSection-module__h8jcma__textContainer{aspect-ratio:1;grid-column:span 2;padding:4rem 3rem}}@keyframes AboutSection-module__h8jcma__slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}.AboutSection-module__h8jcma__maxWidth{max-width:40rem}.AboutSection-module__h8jcma__primaryText{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:500}.AboutSection-module__h8jcma__heading{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:1024px){.AboutSection-module__h8jcma__heading{font-size:2.25rem}}.AboutSection-module__h8jcma__subText{color:rgba(var(--color-background-rgb), .8);margin-bottom:2rem;font-size:1.125rem;line-height:1.625}.AboutSection-module__h8jcma__spaceY4>*+*{margin-top:1rem}
.Footer-module__7vZ9Tq__footer{background-color:var(--card);border-top:1px solid var(--border)}.Footer-module__7vZ9Tq__container{max-width:80rem;margin:0 auto;padding:4rem 1rem}@media (min-width:640px){.Footer-module__7vZ9Tq__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.Footer-module__7vZ9Tq__container{padding-left:2rem;padding-right:2rem}}.Footer-module__7vZ9Tq__grid{gap:2rem;display:grid}@media (min-width:768px){.Footer-module__7vZ9Tq__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.Footer-module__7vZ9Tq__companyInfo{grid-column:span 2}.Footer-module__7vZ9Tq__logo{cursor:pointer;width:auto;height:2.5rem;margin-bottom:1rem}.Footer-module__7vZ9Tq__description{color:var(--muted-foreground);max-width:28rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__7vZ9Tq__contact{color:var(--muted-foreground);flex-direction:column;gap:.5rem;display:flex}.Footer-module__7vZ9Tq__contactItem{align-items:center;gap:.5rem;display:flex}.Footer-module__7vZ9Tq__icon{width:1rem;height:1rem}.Footer-module__7vZ9Tq__links h4{color:var(--card-foreground);margin-bottom:1rem;font-weight:600}.Footer-module__7vZ9Tq__links ul{color:var(--muted-foreground);flex-direction:column;gap:.5rem;display:flex}.Footer-module__7vZ9Tq__links a{transition:color .2s}.Footer-module__7vZ9Tq__links a:hover{color:var(--primary);cursor:pointer}.Footer-module__7vZ9Tq__separator{background-color:var(--border);height:1px;margin:2rem 0}.Footer-module__7vZ9Tq__bottom{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.Footer-module__7vZ9Tq__bottom{flex-direction:row}}.Footer-module__7vZ9Tq__bottomText{color:var(--muted-foreground);font-size:.875rem;display:inline}.Footer-module__7vZ9Tq__bottomText a{transition:color .2s}.Footer-module__7vZ9Tq__bottomText a:hover{color:var(--primary);cursor:pointer}.Footer-module__7vZ9Tq__socials{gap:1rem;display:flex}.Footer-module__7vZ9Tq__socialIcon{width:1rem;height:1rem;color:var(--muted-foreground);transition:color .2s}.Footer-module__7vZ9Tq__socialIcon:hover{color:var(--primary)}.Footer-module__7vZ9Tq__disabled{pointer-events:none;cursor:not-allowed;text-decoration:none}
.Challenges-module__rihuKa__challengesSection{background-color:var(--accent);padding:5rem 0}.Challenges-module__rihuKa__container{opacity:0;max-width:80rem;margin:0 auto;padding:0 1rem;transition:opacity .8s,transform .8s;transform:translateY(40px)}.Challenges-module__rihuKa__fadeIn{opacity:1;transition:opacity .8s,transform .8s;transform:translateY(0)}@media (min-width:640px){.Challenges-module__rihuKa__container{padding:0 1.5rem}}@media (min-width:1024px){.Challenges-module__rihuKa__container{padding:0 2rem}}.Challenges-module__rihuKa__header{text-align:center;margin-bottom:4rem}.Challenges-module__rihuKa__title{color:var(--accent-foreground);margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:2.25rem}@media (min-width:1024px){.Challenges-module__rihuKa__title{font-size:2.25rem;line-height:2.5rem}}.Challenges-module__rihuKa__divider{background-color:var(--primary);width:6rem;height:.25rem;margin:0 auto}.Challenges-module__rihuKa__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;display:grid}@media (min-width:768px){.Challenges-module__rihuKa__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.Challenges-module__rihuKa__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.Challenges-module__rihuKa__challengeCard{text-align:center}.Challenges-module__rihuKa__iconContainer{margin-bottom:1.5rem}.Challenges-module__rihuKa__iconWrapper{background-color:#ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.Challenges-module__rihuKa__icon{width:2rem;height:2rem;color:var(--accent-foreground)}.Challenges-module__rihuKa__challengeTitle{color:var(--accent-foreground);margin-bottom:.75rem;font-size:.875rem;font-weight:600;line-height:1.25rem}@media (min-width:1024px){.Challenges-module__rihuKa__challengeTitle{font-size:1rem;line-height:1.5rem}}.Challenges-module__rihuKa__challengeDescription{color:#fffc;font-size:.875rem;line-height:1.625}
.Plans-module__vGWlXa__plansSection{background-color:var(--muted);box-sizing:border-box;padding:5rem 0;position:relative;overflow:hidden}.Plans-module__vGWlXa__container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.Plans-module__vGWlXa__container{padding:0 1.5rem}}@media (min-width:1024px){.Plans-module__vGWlXa__container{padding:0 2rem}}.Plans-module__vGWlXa__header{text-align:center;margin-bottom:4rem}.Plans-module__vGWlXa__title{color:var(--foreground);margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:2.25rem}@media (min-width:1024px){.Plans-module__vGWlXa__title{font-size:2.25rem;line-height:2.5rem}}.Plans-module__vGWlXa__subtitle{color:var(--muted-foreground);max-width:48rem;margin:0 auto;font-size:1.125rem;line-height:1.75rem}.Plans-module__vGWlXa__divider{background-color:var(--primary);width:6rem;height:.25rem;margin:1rem auto}.Plans-module__vGWlXa__grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.Plans-module__vGWlXa__planCard{background-color:var(--muted);text-align:center;cursor:default;border:2px solid #0000;border-radius:.5rem;flex:300px;min-width:280px;max-width:350px;margin-bottom:2rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.Plans-module__vGWlXa__planCard:hover{border:2px solid var(--primary);z-index:10;transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.Plans-module__vGWlXa__iconWrapper{border-radius:.5rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;display:flex}.Plans-module__vGWlXa__iconWrapper.Plans-module__vGWlXa__orange{background:linear-gradient(to bottom right,#f97316,#ea580c)}.Plans-module__vGWlXa__iconWrapper.Plans-module__vGWlXa__blue{background:linear-gradient(to bottom right,#3b82f6,#1d4ed8)}.Plans-module__vGWlXa__iconWrapper.Plans-module__vGWlXa__yellow{background:linear-gradient(to bottom right,#eab308,#ca8a04)}.Plans-module__vGWlXa__icon{color:#fff;width:2rem;height:2rem}.Plans-module__vGWlXa__planTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Plans-module__vGWlXa__features{flex-direction:column;gap:.75rem;display:flex}.Plans-module__vGWlXa__featureItem{align-items:flex-start;gap:.5rem;display:flex}.Plans-module__vGWlXa__checkIcon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0;margin-top:.125rem}.Plans-module__vGWlXa__featureText{color:var(--foreground);text-align:left;font-size:.875rem}
