.LegalTeamSection-module__FAIOfq__teamSection{z-index:3;background-color:#fff;padding:8rem 4rem;position:relative}.LegalTeamSection-module__FAIOfq__container{justify-content:center;max-width:1400px;margin:0 auto;display:flex}.LegalTeamSection-module__FAIOfq__content{width:100%;max-width:900px}.LegalTeamSection-module__FAIOfq__teamCard{cursor:pointer;flex-direction:column;gap:2rem;text-decoration:none;transition:transform .3s;display:flex}.LegalTeamSection-module__FAIOfq__teamCard:hover{transform:translateY(-8px)}.LegalTeamSection-module__FAIOfq__imageWrapper{border-radius:1.5rem;width:100%;height:500px;overflow:hidden}.LegalTeamSection-module__FAIOfq__teamImage{object-fit:cover;object-position:center;width:100%;height:100%}.LegalTeamSection-module__FAIOfq__textContent{justify-content:space-between;align-items:center;padding:0 1rem;display:flex}.LegalTeamSection-module__FAIOfq__title{color:#000;margin:0;font-size:2.5rem;font-weight:500}.LegalTeamSection-module__FAIOfq__arrow{color:#000;font-size:2.5rem;transition:transform .3s}.LegalTeamSection-module__FAIOfq__teamCard:hover .LegalTeamSection-module__FAIOfq__arrow{transform:translate(10px)}@media (max-width:1024px){.LegalTeamSection-module__FAIOfq__teamSection{padding:5rem 2rem}.LegalTeamSection-module__FAIOfq__imageWrapper{height:450px}.LegalTeamSection-module__FAIOfq__title,.LegalTeamSection-module__FAIOfq__arrow{font-size:2.25rem}}@media (max-width:768px){.LegalTeamSection-module__FAIOfq__teamSection{padding:4rem 1.5rem}.LegalTeamSection-module__FAIOfq__teamCard{gap:1.5rem}.LegalTeamSection-module__FAIOfq__imageWrapper{border-radius:1rem;height:400px}.LegalTeamSection-module__FAIOfq__title,.LegalTeamSection-module__FAIOfq__arrow{font-size:2rem}.LegalTeamSection-module__FAIOfq__textContent{padding:0 .5rem}}@media (max-width:480px){.LegalTeamSection-module__FAIOfq__teamSection{padding:3rem 1rem}.LegalTeamSection-module__FAIOfq__teamCard{gap:1rem}.LegalTeamSection-module__FAIOfq__teamImage{object-fit:contain}.LegalTeamSection-module__FAIOfq__imageWrapper{height:350px}.LegalTeamSection-module__FAIOfq__title,.LegalTeamSection-module__FAIOfq__arrow{font-size:1.75rem}.LegalTeamSection-module__FAIOfq__textContent{padding:0}}
.ServicesSection-module__ZVNfMW__servicesSection{z-index:2;background-color:#fff;padding:6rem 4rem;position:relative}.ServicesSection-module__ZVNfMW__container{max-width:1200px;margin:0 auto}.ServicesSection-module__ZVNfMW__header{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.ServicesSection-module__ZVNfMW__headerLeft{flex-direction:column;gap:1rem;display:flex}.ServicesSection-module__ZVNfMW__sectionLabel{color:#666;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin:0;font-size:.875rem;display:flex}.ServicesSection-module__ZVNfMW__sectionLabel:before{content:"";background-color:#000;width:60px;height:1px}.ServicesSection-module__ZVNfMW__title{color:#000;margin:0;font-size:3rem;font-weight:600;line-height:1.2}.ServicesSection-module__ZVNfMW__headerRight{align-items:center;display:flex}.ServicesSection-module__ZVNfMW__description{color:#333;margin:0;font-size:1rem;line-height:1.6}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ServicesSection-module__ZVNfMW__serviceCard{border-radius:1rem;height:360px;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.ServicesSection-module__ZVNfMW__serviceCard:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 12px 24px #0003}.ServicesSection-module__ZVNfMW__cardLarge{grid-row:span 2;height:calc(720px + 1.5rem)}.ServicesSection-module__ZVNfMW__cardImage{width:100%;height:100%;position:absolute;top:0;left:0}.ServicesSection-module__ZVNfMW__cardImage img{object-fit:cover;width:100%;height:100%}.ServicesSection-module__ZVNfMW__cardImage:after{content:"";background:linear-gradient(#0000,#000000b3);transition:background .3s;position:absolute;inset:0}.ServicesSection-module__ZVNfMW__serviceCard:hover .ServicesSection-module__ZVNfMW__cardImage:after{background:linear-gradient(#0003,#000000d9)}.ServicesSection-module__ZVNfMW__cardContent{z-index:2;justify-content:space-between;align-items:flex-end;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ServicesSection-module__ZVNfMW__cardText{max-width:80%}.ServicesSection-module__ZVNfMW__cardTitle{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:500}.ServicesSection-module__ZVNfMW__cardDescription{color:#ffffffe6;opacity:0;max-height:0;margin:0;font-size:.9rem;font-weight:400;transition:all .4s;overflow:hidden}.ServicesSection-module__ZVNfMW__serviceCard:hover .ServicesSection-module__ZVNfMW__cardDescription{opacity:1;max-height:100px}.ServicesSection-module__ZVNfMW__cardArrow{color:#fff;background-color:#323232cc;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex}.ServicesSection-module__ZVNfMW__serviceCard:hover .ServicesSection-module__ZVNfMW__cardArrow{background-color:#464646e6;transform:translate(4px)}@media (max-width:1024px){.ServicesSection-module__ZVNfMW__header{grid-template-columns:1fr;gap:2rem}.ServicesSection-module__ZVNfMW__title{font-size:2.5rem}.ServicesSection-module__ZVNfMW__servicesGrid{grid-template-columns:1fr}.ServicesSection-module__ZVNfMW__serviceCard{height:380px}.ServicesSection-module__ZVNfMW__cardLarge{grid-row:span 1;height:380px}}@media (max-width:768px){.ServicesSection-module__ZVNfMW__servicesSection{padding:4rem 1rem}.ServicesSection-module__ZVNfMW__header{text-align:center}.ServicesSection-module__ZVNfMW__headerLeft{align-items:center}.ServicesSection-module__ZVNfMW__sectionLabel{justify-content:center}.ServicesSection-module__ZVNfMW__title{font-size:2rem}.ServicesSection-module__ZVNfMW__description{font-size:.9rem}.ServicesSection-module__ZVNfMW__serviceCard,.ServicesSection-module__ZVNfMW__cardLarge{height:320px}.ServicesSection-module__ZVNfMW__cardTitle{font-size:1.25rem}.ServicesSection-module__ZVNfMW__cardContent{padding:1.5rem}}@media (max-width:480px){.ServicesSection-module__ZVNfMW__servicesSection{padding:3rem 1rem}.ServicesSection-module__ZVNfMW__header{margin-bottom:3rem}.ServicesSection-module__ZVNfMW__title{font-size:1.75rem}.ServicesSection-module__ZVNfMW__serviceCard,.ServicesSection-module__ZVNfMW__cardLarge{height:280px}.ServicesSection-module__ZVNfMW__cardTitle{font-size:1.1rem}.ServicesSection-module__ZVNfMW__cardContent{padding:1.25rem}}
.CTASection-module__Xl4ODa__ctaSection{z-index:3;background-color:#0a0a0a;align-items:center;min-height:20vh;padding:8rem 6rem;display:flex;position:relative}.CTASection-module__Xl4ODa__container{justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.CTASection-module__Xl4ODa__title{color:#fff;margin:0;font-size:3rem;font-weight:500;line-height:1.2}.CTASection-module__Xl4ODa__ctaButton{color:#fff;white-space:nowrap;border:1px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.CTASection-module__Xl4ODa__ctaButton:hover{color:#000;background-color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.CTASection-module__Xl4ODa__title{font-size:2.5rem}}@media (max-width:768px){.CTASection-module__Xl4ODa__ctaSection{padding:3rem 1.5rem}.CTASection-module__Xl4ODa__container{text-align:center;flex-direction:column}.CTASection-module__Xl4ODa__title{font-size:2rem}.CTASection-module__Xl4ODa__ctaButton{text-align:center;width:100%;max-width:300px;display:block}}@media (max-width:480px){.CTASection-module__Xl4ODa__ctaSection{padding:2.5rem 1rem}.CTASection-module__Xl4ODa__title{font-size:1.75rem}}
.ApproachSection-module__-pdW5G__approachSection{z-index:3;background-color:#fff;align-items:center;min-height:100vh;padding:4rem;display:flex;position:relative}.ApproachSection-module__-pdW5G__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.ApproachSection-module__-pdW5G__leftContent{position:relative}.ApproachSection-module__-pdW5G__imageWrapper{border-radius:1.5rem;max-width:500px;height:600px;position:relative;overflow:hidden}.ApproachSection-module__-pdW5G__lawyerImage{object-fit:cover;object-position:center;border-radius:1.5rem;width:100%;height:100%;display:block}.ApproachSection-module__-pdW5G__statsCard{background-color:#fff;border-radius:1rem;padding:1.5rem;position:absolute;bottom:2rem;left:2rem;right:2rem;box-shadow:0 4px 20px #0000001a}.ApproachSection-module__-pdW5G__statsHeader{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.ApproachSection-module__-pdW5G__statsIcon{justify-content:center;align-items:center;display:flex}.ApproachSection-module__-pdW5G__statsLabel{color:#333;flex:1;font-weight:500}.ApproachSection-module__-pdW5G__statsValue{color:#000;font-weight:600}.ApproachSection-module__-pdW5G__chart{align-items:flex-end;gap:.5rem;height:80px;display:flex}.ApproachSection-module__-pdW5G__bar{background-color:#000;border-radius:4px 4px 0 0;flex:1;transition:height .3s}.ApproachSection-module__-pdW5G__rightContent{flex-direction:column;gap:1.5rem;display:flex}.ApproachSection-module__-pdW5G__sectionLabel{color:#666;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin:0;font-size:.875rem;display:flex}.ApproachSection-module__-pdW5G__sectionLabel:before{content:"";background-color:#000;width:60px;height:1px}.ApproachSection-module__-pdW5G__title{color:#000;margin:0;font-size:2.75rem;font-weight:600;line-height:1.2}.ApproachSection-module__-pdW5G__philosophy{color:#333;margin:0;font-size:1rem;font-style:italic;line-height:1.6}.ApproachSection-module__-pdW5G__philosophy strong{font-style:normal;font-weight:600}.ApproachSection-module__-pdW5G__features{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.ApproachSection-module__-pdW5G__feature{align-items:flex-start;gap:1rem;display:flex}.ApproachSection-module__-pdW5G__checkmark{color:#fff;background-color:#000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.ApproachSection-module__-pdW5G__featureText{color:#333;margin:0;font-size:1.125rem;line-height:1.5}@media (max-width:1024px){.ApproachSection-module__-pdW5G__container{grid-template-columns:1fr;gap:3rem}.ApproachSection-module__-pdW5G__leftContent{justify-content:center}.ApproachSection-module__-pdW5G__title{font-size:2.25rem}.ApproachSection-module__-pdW5G__approachSection{padding:3rem 2rem}}@media (max-width:768px){.ApproachSection-module__-pdW5G__approachSection{min-height:auto;padding:3rem 1.5rem}.ApproachSection-module__-pdW5G__rightContent{text-align:left;align-items:flex-start}.ApproachSection-module__-pdW5G__sectionLabel{justify-content:flex-start}.ApproachSection-module__-pdW5G__imageWrapper{max-width:100%;height:500px}.ApproachSection-module__-pdW5G__title{font-size:2rem}.ApproachSection-module__-pdW5G__statsCard{padding:1rem;bottom:1rem;left:1rem;right:1rem}.ApproachSection-module__-pdW5G__chart{height:60px}}@media (max-width:480px){.ApproachSection-module__-pdW5G__approachSection{padding:2.5rem 1rem}.ApproachSection-module__-pdW5G__imageWrapper{height:400px}.ApproachSection-module__-pdW5G__title{font-size:1.75rem}.ApproachSection-module__-pdW5G__philosophy{font-size:.95rem}.ApproachSection-module__-pdW5G__featureText{font-size:1rem}}
.JourneySection-module__QgtyzG__journeySection{z-index:3;background-image:url(/home/journey.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-end;height:110vh;min-height:110vh;padding:0 2rem 4rem;display:flex;position:relative}.JourneySection-module__QgtyzG__overlay{z-index:1;background:#0009;position:absolute;inset:0}.JourneySection-module__QgtyzG__content{z-index:2;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1400px;display:flex;position:relative}.JourneySection-module__QgtyzG__title{color:#fff;white-space:nowrap;margin:0;font-size:3rem;font-weight:400;line-height:1.2}.JourneySection-module__QgtyzG__storyButton{color:#fff;white-space:nowrap;border:1px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.JourneySection-module__QgtyzG__storyButton:hover{color:#000;background-color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.JourneySection-module__QgtyzG__title{font-size:2.5rem}}@media (max-width:768px){.JourneySection-module__QgtyzG__journeySection{height:auto;min-height:auto;padding:3rem 1rem}.JourneySection-module__QgtyzG__content{text-align:center;flex-direction:column;padding:0 1rem}.JourneySection-module__QgtyzG__title{white-space:normal;max-width:100%;font-size:2rem}.JourneySection-module__QgtyzG__storyButton{text-align:center;width:100%;max-width:300px;display:block}}@media (max-width:480px){.JourneySection-module__QgtyzG__journeySection{padding:2rem 1rem}.JourneySection-module__QgtyzG__title{font-size:1.75rem}}
.WhyChooseUsSection-module__kPKlba__whyChooseUsSection{z-index:3;background-color:#fff;padding:6rem 4rem;position:relative}.WhyChooseUsSection-module__kPKlba__container{max-width:1200px;margin:0 auto}.WhyChooseUsSection-module__kPKlba__header{text-align:center;max-width:900px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.WhyChooseUsSection-module__kPKlba__sectionLabel{color:#666;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin:0 0 1.5rem;font-size:.875rem;display:inline-flex}.WhyChooseUsSection-module__kPKlba__sectionLabel:before{content:"";background-color:#000;width:60px;height:1px}.WhyChooseUsSection-module__kPKlba__title{color:#000;margin:0 0 1.5rem;font-size:3.5rem;font-weight:400;line-height:1.2}.WhyChooseUsSection-module__kPKlba__subtitle{color:#333;margin:0;font-size:1.125rem;line-height:1.6}.WhyChooseUsSection-module__kPKlba__features{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.WhyChooseUsSection-module__kPKlba__feature{flex-direction:column;gap:1.25rem;display:flex}.WhyChooseUsSection-module__kPKlba__featureHeader{align-items:center;gap:1rem;display:flex}.WhyChooseUsSection-module__kPKlba__iconWrapper{background-color:#000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.WhyChooseUsSection-module__kPKlba__feature:hover .WhyChooseUsSection-module__kPKlba__iconWrapper{background-color:#fff;border:2px solid #000}.WhyChooseUsSection-module__kPKlba__feature:hover .WhyChooseUsSection-module__kPKlba__iconWrapper svg path,.WhyChooseUsSection-module__kPKlba__feature:hover .WhyChooseUsSection-module__kPKlba__iconWrapper svg rect{stroke:#000;fill:none}.WhyChooseUsSection-module__kPKlba__featureTitle{color:#000;margin:0;font-size:1.5rem;font-weight:500}.WhyChooseUsSection-module__kPKlba__featureDescription{color:#555;margin:0;font-size:1rem;line-height:1.6}.WhyChooseUsSection-module__kPKlba__featureLink{color:#000;align-items:center;gap:.5rem;margin-top:auto;font-size:1rem;font-weight:500;text-decoration:none;transition:transform .3s;display:inline-flex}.WhyChooseUsSection-module__kPKlba__featureLink:hover{transform:translate(5px)}@media (max-width:1024px){.WhyChooseUsSection-module__kPKlba__whyChooseUsSection{padding:5rem 2rem}.WhyChooseUsSection-module__kPKlba__title{font-size:2.75rem}.WhyChooseUsSection-module__kPKlba__features{grid-template-columns:1fr;gap:3rem}.WhyChooseUsSection-module__kPKlba__header{margin-bottom:4rem}}@media (max-width:768px){.WhyChooseUsSection-module__kPKlba__whyChooseUsSection{padding:4rem 1.5rem}.WhyChooseUsSection-module__kPKlba__header{text-align:left;margin-bottom:3rem}.WhyChooseUsSection-module__kPKlba__title{font-size:2rem}.WhyChooseUsSection-module__kPKlba__subtitle{font-size:1rem}.WhyChooseUsSection-module__kPKlba__feature{grid-template-columns:auto 1fr;align-items:start;gap:0 1rem;display:grid}.WhyChooseUsSection-module__kPKlba__featureHeader{display:contents}.WhyChooseUsSection-module__kPKlba__iconWrapper{grid-row:1/span 3}.WhyChooseUsSection-module__kPKlba__featureTitle{grid-column:2;margin-bottom:.5rem}.WhyChooseUsSection-module__kPKlba__featureDescription,.WhyChooseUsSection-module__kPKlba__featureLink{grid-column:2}}@media (max-width:480px){.WhyChooseUsSection-module__kPKlba__whyChooseUsSection{padding:3rem 1rem}.WhyChooseUsSection-module__kPKlba__title{font-size:1.75rem}.WhyChooseUsSection-module__kPKlba__subtitle{font-size:.95rem}.WhyChooseUsSection-module__kPKlba__featureTitle{font-size:1.25rem}.WhyChooseUsSection-module__kPKlba__featureDescription{font-size:.95rem}}
.ProcessSection-module__YVKGHq__processSection{z-index:3;background-color:#0a0a0a;padding:6rem 4rem;position:relative}.ProcessSection-module__YVKGHq__container{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.ProcessSection-module__YVKGHq__leftContent{flex-direction:column;gap:2rem;padding-right:2rem;display:flex}.ProcessSection-module__YVKGHq__title{color:#fff;margin:0;font-size:4rem;font-weight:400;line-height:1.1}.ProcessSection-module__YVKGHq__description{color:#fffc;margin:0;font-size:1.125rem;line-height:1.6}.ProcessSection-module__YVKGHq__learnButton{color:#fff;border:1px solid #fff;border-radius:50px;width:fit-content;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.ProcessSection-module__YVKGHq__learnButton:hover{color:#000;background-color:#fff;transform:translateY(-2px)}.ProcessSection-module__YVKGHq__processGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.ProcessSection-module__YVKGHq__processCard{cursor:default;background-color:#2a2a2a;border-radius:1rem;flex-direction:column;gap:1rem;padding:2rem;display:flex}.ProcessSection-module__YVKGHq__cardTitle{color:#fff;margin:0;font-size:1.5rem;font-weight:500}.ProcessSection-module__YVKGHq__cardDescription{color:#ffffffb3;margin:0;font-size:1rem;line-height:1.6}@media (max-width:1024px){.ProcessSection-module__YVKGHq__processSection{padding:5rem 2rem}.ProcessSection-module__YVKGHq__container{grid-template-columns:1fr;gap:3rem}.ProcessSection-module__YVKGHq__title{font-size:3rem}.ProcessSection-module__YVKGHq__processGrid{grid-template-columns:1fr}}@media (max-width:768px){.ProcessSection-module__YVKGHq__processSection{padding:4rem 1.5rem}.ProcessSection-module__YVKGHq__leftContent{text-align:center;align-items:center}.ProcessSection-module__YVKGHq__title{font-size:2.5rem}.ProcessSection-module__YVKGHq__description{font-size:1rem}.ProcessSection-module__YVKGHq__processCard{padding:1.5rem}.ProcessSection-module__YVKGHq__cardTitle{font-size:1.25rem}.ProcessSection-module__YVKGHq__learnButton{text-align:center;width:100%;max-width:300px}}@media (max-width:480px){.ProcessSection-module__YVKGHq__processSection{padding:3rem 1rem}.ProcessSection-module__YVKGHq__title{font-size:2rem}.ProcessSection-module__YVKGHq__description{font-size:.95rem}.ProcessSection-module__YVKGHq__processCard{padding:1.25rem}.ProcessSection-module__YVKGHq__cardTitle{font-size:1.1rem}.ProcessSection-module__YVKGHq__cardDescription{font-size:.95rem}}
.AdvocacySection-module__Qz8C7q__advocacySection{z-index:3;background-color:#fff;padding:5.5rem 4rem;position:relative}.AdvocacySection-module__Qz8C7q__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.AdvocacySection-module__Qz8C7q__leftContent{position:relative}.AdvocacySection-module__Qz8C7q__imageWrapper{border-radius:1.5rem;max-height:650px;position:relative;overflow:visible}.AdvocacySection-module__Qz8C7q__constitutionImage{object-fit:cover;border-radius:1.5rem;width:100%;height:100%;max-height:650px;display:block}.AdvocacySection-module__Qz8C7q__statsCards{align-items:flex-end;gap:1.5rem;max-width:600px;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.AdvocacySection-module__Qz8C7q__statCard{text-align:center;color:#fff;border-radius:1rem;flex:1;min-width:180px;padding:2rem;box-shadow:0 4px 20px #00000026}.AdvocacySection-module__Qz8C7q__statCard:first-child{margin-bottom:2rem}.AdvocacySection-module__Qz8C7q__statCard:last-child{margin-top:2rem}.AdvocacySection-module__Qz8C7q__statNumber{margin-bottom:.5rem;font-size:3rem;font-weight:600}.AdvocacySection-module__Qz8C7q__statLabel{opacity:.9;white-space:nowrap;font-size:.75rem}.AdvocacySection-module__Qz8C7q__rightContent{flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}.AdvocacySection-module__Qz8C7q__sectionLabel{color:#666;letter-spacing:.05em;align-items:center;gap:1rem;margin:0;font-size:.875rem;display:inline-flex}.AdvocacySection-module__Qz8C7q__sectionLabel:before{content:"";background-color:#000;width:60px;height:1px}.AdvocacySection-module__Qz8C7q__title{color:#000;margin:0;font-size:3rem;font-weight:500;line-height:1.2}.AdvocacySection-module__Qz8C7q__description{color:#333;margin:0;font-size:1.125rem;line-height:1.8}.AdvocacySection-module__Qz8C7q__description strong{color:#000;font-weight:600}.AdvocacySection-module__Qz8C7q__consultationButton{color:#fff;text-align:center;background-color:#000;border-radius:50px;width:fit-content;margin-top:1rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.AdvocacySection-module__Qz8C7q__consultationButton:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width:1024px){.AdvocacySection-module__Qz8C7q__advocacySection{padding:5rem 2rem}.AdvocacySection-module__Qz8C7q__container{grid-template-columns:1fr;gap:4rem}.AdvocacySection-module__Qz8C7q__title{font-size:2.5rem}.AdvocacySection-module__Qz8C7q__rightContent{padding-top:0}}@media (max-width:768px){.AdvocacySection-module__Qz8C7q__advocacySection{padding:4rem 1.5rem}.AdvocacySection-module__Qz8C7q__rightContent{text-align:left;align-items:flex-start}.AdvocacySection-module__Qz8C7q__sectionLabel{justify-content:flex-start}.AdvocacySection-module__Qz8C7q__title{font-size:2rem}.AdvocacySection-module__Qz8C7q__description{font-size:1rem}.AdvocacySection-module__Qz8C7q__imageWrapper{max-height:500px}.AdvocacySection-module__Qz8C7q__statsCards{flex-direction:row;gap:.5rem;width:15%;max-width:15%;position:absolute;bottom:1.5rem;left:10%;transform:translate(-50%)}.AdvocacySection-module__Qz8C7q__statCard{width:100%;padding:.75rem .5rem;margin:0!important}.AdvocacySection-module__Qz8C7q__statCard:first-child,.AdvocacySection-module__Qz8C7q__statCard:last-child{margin-top:0!important;margin-bottom:0!important}.AdvocacySection-module__Qz8C7q__statNumber{margin-bottom:.25rem;font-size:1.5rem}.AdvocacySection-module__Qz8C7q__statLabel{font-size:.5rem}.AdvocacySection-module__Qz8C7q__consultationButton{width:100%}}@media (max-width:480px){.AdvocacySection-module__Qz8C7q__advocacySection{padding:3rem 1rem}.AdvocacySection-module__Qz8C7q__title{font-size:1.75rem}.AdvocacySection-module__Qz8C7q__statCard{min-width:165px;min-height:80px;padding:.5rem .35rem}.AdvocacySection-module__Qz8C7q__statNumber{margin-bottom:.2rem;font-size:1.5rem}.AdvocacySection-module__Qz8C7q__statLabel{font-size:.7rem}}
.TestimonialsSection-module__iQcbOG__testimonialsSection{z-index:3;background-color:#f5f5f5;padding:6rem 0;position:relative;overflow:hidden}.TestimonialsSection-module__iQcbOG__header{grid-template-columns:1fr 1fr;align-items:flex-end;gap:4rem;max-width:1300px;margin:0 auto 4rem;padding:0 4rem;display:grid}.TestimonialsSection-module__iQcbOG__headerContent{flex-direction:column;gap:1rem;padding-bottom:.25rem;display:flex}.TestimonialsSection-module__iQcbOG__sectionLabel{color:#666;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:1rem;margin:0;font-size:.875rem;display:inline-flex}.TestimonialsSection-module__iQcbOG__sectionLabel:before{content:"";background-color:#000;width:60px;height:1px}.TestimonialsSection-module__iQcbOG__title{color:#000;margin:0;font-size:3.5rem;font-weight:400;line-height:1.2}.TestimonialsSection-module__iQcbOG__description{color:#555;margin:0;font-size:1.125rem;line-height:1.8}.TestimonialsSection-module__iQcbOG__carouselWrapper{width:100%;max-width:1300px;margin:0 auto;position:relative;overflow:hidden}.TestimonialsSection-module__iQcbOG__carouselWrapper:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#f5f5f5,#0000);width:150px;position:absolute;top:0;bottom:0;left:0}.TestimonialsSection-module__iQcbOG__carouselWrapper:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(270deg,#f5f5f5,#0000);width:150px;position:absolute;top:0;bottom:0;right:0}.TestimonialsSection-module__iQcbOG__carouselTrack{gap:2rem;animation:30s linear infinite TestimonialsSection-module__iQcbOG__scroll;display:flex}.TestimonialsSection-module__iQcbOG__carouselTrack:hover{animation-play-state:paused}@keyframes TestimonialsSection-module__iQcbOG__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.TestimonialsSection-module__iQcbOG__testimonialCard{background-color:#fff;border-radius:1rem;flex-direction:column;flex-shrink:0;gap:1.5rem;min-width:400px;max-width:450px;padding:2.5rem;display:flex;box-shadow:0 2px 8px #00000014}.TestimonialsSection-module__iQcbOG__stars{gap:.25rem;display:flex}.TestimonialsSection-module__iQcbOG__star{color:#ffb800;font-size:1.25rem}.TestimonialsSection-module__iQcbOG__testimonialText{color:#333;margin:0;font-size:.9rem;line-height:1.6}.TestimonialsSection-module__iQcbOG__author{align-items:center;gap:1rem;padding-top:1rem;display:flex}.TestimonialsSection-module__iQcbOG__authorImage{object-fit:cover;border-radius:50%;width:56px;height:56px}.TestimonialsSection-module__iQcbOG__authorInfo{flex-direction:column;gap:.25rem;display:flex}.TestimonialsSection-module__iQcbOG__authorName{color:#000;margin:0;font-size:1rem;font-weight:600}.TestimonialsSection-module__iQcbOG__authorTitle{color:#999;margin:0;font-size:.875rem}@media (max-width:1024px){.TestimonialsSection-module__iQcbOG__header{grid-template-columns:1fr;gap:2rem;padding:0 2rem}.TestimonialsSection-module__iQcbOG__title{font-size:2.75rem}}@media (max-width:768px){.TestimonialsSection-module__iQcbOG__testimonialsSection{padding:4rem 0}.TestimonialsSection-module__iQcbOG__header{margin-bottom:3rem;padding:0 1.5rem}.TestimonialsSection-module__iQcbOG__title{font-size:2rem}.TestimonialsSection-module__iQcbOG__description{font-size:1rem}.TestimonialsSection-module__iQcbOG__testimonialCard{min-width:280px;max-width:320px;padding:1.75rem}.TestimonialsSection-module__iQcbOG__testimonialText{font-size:.875rem}}@media (max-width:480px){.TestimonialsSection-module__iQcbOG__testimonialsSection{padding:3rem 0}.TestimonialsSection-module__iQcbOG__header{padding:0 1rem}.TestimonialsSection-module__iQcbOG__title{font-size:1.75rem}.TestimonialsSection-module__iQcbOG__description{font-size:.95rem}.TestimonialsSection-module__iQcbOG__testimonialCard{gap:1rem;min-width:240px;max-width:260px;padding:1.25rem}.TestimonialsSection-module__iQcbOG__testimonialText{font-size:.85rem;line-height:1.5}.TestimonialsSection-module__iQcbOG__authorImage{width:44px;height:44px}.TestimonialsSection-module__iQcbOG__authorName{font-size:.9rem}.TestimonialsSection-module__iQcbOG__authorTitle{font-size:.8rem}.TestimonialsSection-module__iQcbOG__star{font-size:1rem}.TestimonialsSection-module__iQcbOG__carouselWrapper:before,.TestimonialsSection-module__iQcbOG__carouselWrapper:after{width:80px}}
