@import"https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap";:root{--bg-white: #fff;--bg-purple-gradient: linear-gradient(270deg, #FFF 0%, #FAF8FF 100%);--bg-light-purple: #F9F7FD;--bg-dark: #08031B;--bg-light-white: rgba(255, 255, 255, .95);--bg-mid-purple: #EEEAFB;--bg-dark-purple-gradient: linear-gradient(90deg, rgba(96, 54, 240, .2) 0%, rgba(168, 63, 241, .2) 100%);--text-primary: #08021E;--text-secondary: #403E46;--text-white: #FBFAFF;--text-tertiary: #666;--text-grey: #D4D0E2;--text-purple: #4F2DC8;--border-light: #E2E2E2;--border-dark: #474453;--btn-primary-default: #4F2DC8;--btn-primary-hover: #261465;--btn-secondary-default: transparent;--btn-secondary-hover: rgba(230, 224, 248, .5);--btn-secondary-border: #4F2DC8;--link-active: #4F2DC8;--link-hover: #261465;--arrowBtn-icon-active: #4F2DC8;--arrowBtn-icon-disabled: #A199BB;--arrowBtn-bg-disabled: #F5F4F7;--arrowBtn-bg-active: #F0ECF8}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}body{font-family:Yantramanav,sans-serif;max-height:100vh;scroll-behavior:smooth}h1{font-size:3.5rem;line-height:1.1;font-weight:700;color:var(--text-primary)}h2{font-size:2.5rem;line-height:1.1;font-weight:700;color:var(--text-primary)}h3{font-size:1.5rem;line-height:1.1;font-weight:700;color:var(--text-primary)}.para-bold{font-size:1rem;font-weight:700;line-height:1.5;color:var(--text-primary)}p{font-weight:400;line-height:1.5;color:var(--text-secondary)}.para-large{font-size:1.5rem;font-weight:400;line-height:1.5;color:var(--text-primary)}.para-small{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--text-secondary)}.section-label{font-size:.875rem;font-weight:700;line-height:1.5;color:var(--btn-primary-default)}.metric-number{font-size:2rem;font-weight:700;line-height:1.1;color:var(--btn-primary-default)}.btn{font-family:inherit;font-size:1.125rem;line-height:1.5;border-radius:.25rem;cursor:pointer;text-decoration:none}.btn-small{padding:.75rem 1rem}.btn-large{padding:1rem 1.5rem}.btn-primary{background-color:var(--btn-primary-default);color:var(--text-white);border:none;transition:all .3s ease}.btn-primary:hover{background-color:var(--btn-primary-hover);scale:1.025}.btn-secondary{background-color:var(--btn-secondary-default);color:var(--text-purple);border:1px solid var(--btn-secondary-border);transition:all .3s ease}.btn-secondary:hover{background-color:var(--btn-secondary-hover);scale:1.025}nav{padding:1.5rem 6.25rem;display:flex;flex-direction:column;justify-content:start;gap:1rem;box-shadow:0 6px 34px #00000014;position:relative}.top-layer{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-light);padding:1rem 0rem}.nav-logo{z-index:1001}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:3px;background-color:var(--text-primary);margin:3px 0;transition:all .3s ease;border-radius:3px}.hamburger span.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger span.open:nth-child(2){opacity:0}.hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-contact_details{display:flex;justify-content:space-between;align-items:center;width:85%}.nav-contact{display:flex;justify-content:start;align-items:center;gap:.5rem}.bottom-layer{display:flex;justify-content:space-between;align-items:center}.nav-menu{width:80%;display:flex;justify-content:space-around}.nav-menu_item{font-size:1.125rem;color:var(--text-secondary);text-decoration:none}.nav-menu_item:hover{color:var(--text-purple);font-weight:500;text-decoration:underline}.nav-menu_item.active{font-weight:700;color:var(--text-purple)}@media(max-width:1280px){nav{padding:1rem 1.5rem}.top-layer{border-bottom:none}.hamburger{display:flex}.nav-contact_details{display:none}.bottom-layer{position:fixed;top:0;right:-100%;width:320px;height:100vh;background-color:#fff;flex-direction:column;justify-content:flex-start;padding:6rem 2rem 2rem;gap:2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto}.bottom-layer.open{right:0}.nav-menu{width:100%;flex-direction:column;gap:1.5rem}.nav-menu_item{font-size:1.125rem;padding:.5rem 0;border-bottom:1px solid var(--border-light)}.btn-small{width:100%;text-align:center}}@media(max-width:768px){.bottom-layer{width:280px}}@media(max-width:480px){nav{padding:1rem}.nav-logo{max-width:150px}.bottom-layer{width:250px}}.cta-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-image:url(/assets/cta-bg-C3c2Lwfh.webp);background-position:center;background-size:cover;background-repeat:no-repeat;padding:5rem 6.25rem}.cta-section_title{text-align:center;max-width:800px}.white-title{color:var(--text-white);margin-bottom:.5rem}.white-text{color:var(--text-grey)}@media(max-width:1024px){.cta-section{padding:4rem 3rem}.cta-section_title{max-width:600px}}@media(max-width:768px){.cta-section{padding:3rem 1.5rem;gap:2rem}.cta-section_title{max-width:100%}.white-title{font-size:1.75rem}.white-text{font-size:.95rem}}@media(max-width:480px){.cta-section{padding:2.5rem 1rem}.white-title{font-size:1.5rem}.white-text{font-size:.9rem}}footer{display:flex;flex-direction:column;gap:2.5rem;background-color:var(--bg-dark);padding:2.5rem 9.375rem 1.5rem}.footer-top{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-dark)}.footer-top h3,.footer-title{font-weight:700;line-height:1.5;color:var(--text-white)}.footer-title{font-size:1.125rem}.footer-text_grey,.footer-text_link{font-size:1rem;font-weight:400;line-height:1.5;color:var(--text-grey);text-decoration:none}.footer-text_link:hover{text-decoration:underline;color:var(--text-white)}.footer-text_white{font-size:1rem;font-weight:400;line-height:1.5;color:var(--text-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:start}.bottom-section{display:flex;flex-direction:column;align-items:start;gap:1rem}.bottom-section_details{display:flex;flex-direction:column;align-items:start;gap:.75rem;color:var(--text-grey)}.section-detail{display:flex;justify-content:start;align-items:center;gap:.5rem}.bottom-section_social{display:flex;gap:1rem}.footer-copyright{display:flex;justify-content:center;align-items:center;padding-top:1rem;border-top:1px solid var(--border-dark);color:var(--text-grey)}@media(max-width:1024px){footer{padding:2.5rem 3rem 1.5rem}.footer-top{flex-direction:column;text-align:center;gap:1rem}.footer-bottom{flex-wrap:wrap;gap:2.5rem}.bottom-section{flex:1;min-width:200px}}@media(max-width:768px){footer{padding:2rem 1.5rem 1.5rem;gap:2rem}.footer-top{flex-direction:column;text-align:center;gap:.75rem}.footer-top img{max-width:180px}.footer-top h3{font-size:1.25rem}.footer-bottom{flex-direction:column;gap:2rem}.bottom-section,.bottom-section_details{width:100%;align-items:center;text-align:center}.footer-title{font-size:1rem}.footer-text_grey,.footer-text_link,.footer-text_white{font-size:.9rem}.section-detail img{width:20px;height:20px}.bottom-section_social{justify-content:flex-start}.footer-copyright{text-align:center;padding-top:1.5rem}.footer-copyright p{font-size:.85rem}}@media(max-width:480px){footer{padding:1.5rem 1rem 1rem}.footer-top h3{font-size:1.1rem}.section-detail{flex-wrap:wrap}}.home-hero{padding:0 12.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;background-color:var(--bg-purple-gradient);min-height:600px}.home-hero_content{display:flex;flex-direction:column;gap:1.5rem;width:50%;z-index:2}.home-hero_img{height:50rem;object-fit:cover}.home-hero_text{display:flex;flex-direction:column;gap:.5rem}.hero-btn{align-self:start}.testimonial-quote{display:flex;flex-direction:column;align-items:start;gap:.75rem;padding:1.5rem;border-radius:1rem;background-color:var(--bg-white);box-shadow:0 8px 24px #0000000a;position:absolute;bottom:2.5rem;right:22.5rem;width:37.5rem;z-index:3}.small-quote{height:1.5rem}@media(max-width:1200px){.home-hero{padding:0 4rem}.home-hero_img{height:45rem}.testimonial-quote{right:8rem;width:30rem;bottom:2rem}}@media(max-width:1024px){.home-hero{padding:3rem 2rem;flex-direction:column;gap:2rem;min-height:auto}.home-hero_content{width:100%;text-align:center;align-items:center;order:1}.home-hero_text h1{font-size:2rem}.hero-btn{align-self:center}.home-hero_img{height:35rem;width:100%;object-fit:cover;order:2}.testimonial-quote{position:static;width:100%;max-width:500px;margin:0 auto;order:3}}@media(max-width:768px){.home-hero{padding:2rem 1.5rem 3rem;gap:2rem}.home-hero_content{gap:1.5rem;order:1}.home-hero_text{gap:.75rem}.home-hero_text p{font-size:.95rem}.home-hero_text h1{font-size:1.75rem;line-height:1.3}.home-hero_img{height:28rem;width:100%;max-width:400px;border-radius:1rem;order:2}.testimonial-quote{padding:1.25rem;max-width:100%;order:3;gap:.5rem}.para-bold{font-size:.95rem;line-height:1.5}.para-small{font-size:.85rem}.small-quote{height:1.25rem}}@media(max-width:480px){.home-hero{padding:1.5rem 1rem 2.5rem}.home-hero_text h1{font-size:1.5rem}.home-hero_img{height:24rem;max-width:100%}.testimonial-quote{padding:1rem}}.hero-services{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:5rem 6.25rem;background-color:var(--bg-white)}.hero-services_title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:900px}.services-container{display:grid;grid-template-columns:repeat(6,1fr);gap:4rem 3rem;width:100%;max-width:1200px}.service{grid-column:span 2;display:flex;flex-direction:column;align-items:center;gap:1rem}.service:nth-child(7){grid-column:2 / 4}.service:nth-child(8){grid-column:4 / 6}.service img{width:64px;height:64px}.service-detail{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.service-detail h3{margin-bottom:.5rem}.btn-container{display:flex;justify-content:center;gap:2rem;align-items:center}@media(max-width:1200px){.hero-services{padding:4rem 3rem}}@media(max-width:1024px){.hero-services{padding:4rem 3rem;gap:3rem}.hero-services_title{max-width:700px}.services-container{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}.service{grid-column:span 1!important}.service:nth-child(7),.service:nth-child(8){grid-column:span 1!important}.btn-container{width:100%}}@media(max-width:768px){.hero-services{padding:3rem 1.5rem;gap:2.5rem}.hero-services_title{max-width:100%}.hero-services_title h2{font-size:1.75rem}.services-container{grid-template-columns:1fr;gap:2.5rem}.service-detail h3{font-size:1.125rem}.service-detail p{font-size:.95rem}}@media(max-width:480px){.hero-services{padding:2.5rem 1rem}.hero-services_title h2{font-size:1.5rem}.service img{width:56px;height:56px}}.hero-about{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 6.25rem;background-color:var(--bg-light-purple)}.hero-about_title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:800px}.case-container{display:flex;justify-content:space-between;gap:5rem;width:100%;max-width:1200px}.case-card{display:flex;flex-direction:column;align-items:center;gap:1rem}.case-card img{width:80px;height:80px}.case-card_details{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}@media(max-width:1024px){.hero-about{padding:4rem 3rem;gap:2rem}.hero-about_title{max-width:700px}.case-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.case-card img{width:70px;height:70px}}@media(max-width:768px){.hero-about{padding:3rem 1.5rem;gap:2rem}.hero-about_title{max-width:100%}.hero-about_title h2{font-size:1.75rem}.hero-about_title p{font-size:.95rem}.case-container{grid-template-columns:repeat(2,1fr);gap:2rem}.case-card img{width:64px;height:64px}.metric-number{font-size:1.5rem}.case-card_details p{font-size:.9rem}}@media(max-width:480px){.hero-about{padding:2.5rem 1rem}.hero-about_title h2{font-size:1.5rem}.case-container{grid-template-columns:1fr;gap:2rem}.case-card img{width:56px;height:56px}}.hero-testimonials{display:flex;flex-direction:column;align-items:center;gap:4rem;padding:5rem 6.25rem}.hero-testimonials_title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:900px}.testimonials-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%;max-width:77.5rem;align-items:stretch}.testimony{position:relative;padding:1.5rem;box-shadow:0 8px 24px #0000000a;border-radius:.5rem;display:flex;flex-direction:column;flex:1 1 calc(33.333% - 1.67rem);min-width:320px;max-width:400px}.bigQuote-icon{position:absolute;top:.25rem;left:.25rem;opacity:.7;width:48px;height:48px}.testimonial-content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1;flex:1;padding-top:.5rem;align-items:flex-start;text-align:left}.testimonial-star{width:auto;height:20px;display:block}@media(max-width:1024px){.hero-testimonials{padding:4rem 2.5rem;gap:3rem}.hero-testimonials_title{max-width:700px}.testimonials-container{gap:2rem}.testimony{flex:1 1 calc(50% - 1rem);min-width:300px}.bigQuote-icon{width:44px;height:44px}.para-large{font-size:.95rem}}@media(max-width:768px){.hero-testimonials{padding:3rem 1.5rem;gap:2.5rem}.hero-testimonials_title{max-width:100%;gap:.75rem}.hero-testimonials_title h2{font-size:1.75rem;line-height:1.3}.hero-testimonials_title p{font-size:.95rem;line-height:1.6}.testimonials-container{gap:1.5rem}.testimony{flex:1 1 100%;min-width:unset;max-width:100%;padding:1.25rem;align-items:flex-start}.bigQuote-icon{width:40px;height:40px}.para-large{font-size:.9rem;line-height:1.6}.btn-large{font-size:.9rem;padding:.875rem 1.5rem;width:100%;max-width:400px;text-align:center;white-space:normal;line-height:1.4}}@media(max-width:480px){.hero-testimonials{padding:2.5rem 1rem;gap:2rem}.hero-testimonials_title h2{font-size:1.5rem;line-height:1.3}.hero-testimonials_title p{font-size:.875rem}.testimonials-container{gap:1.25rem}.testimony{padding:1rem}.bigQuote-icon{width:36px;height:36px;top:.5rem;left:.5rem}.testimonial-content{gap:.875rem}.testimonial-star{height:18px}.para-large{font-size:.85rem;line-height:1.5}.btn-large{font-size:.85rem;padding:.75rem 1.25rem;max-width:100%}}@media(max-width:360px){.hero-testimonials{padding:2rem .875rem}.hero-testimonials_title h2{font-size:1.375rem}.testimony{padding:.875rem}.bigQuote-icon{width:32px;height:32px}}.about-hero{display:flex;flex-direction:column;justify-content:end;align-items:center;padding:20rem 6.25rem 2.5rem;background-image:url(/assets/about-hero_bg-25vMfF74.webp);background-size:cover;background-position:center;min-height:80vh}.about-hero_container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;padding:2.5rem;width:100%;max-width:50rem;background-color:var(--bg-white);border-radius:.75rem;box-shadow:0 8px 24px #5f36f033}.about-hero_content{text-align:center}.about-hero_content h1{margin-bottom:.5rem}@media(max-width:1024px){.about-hero{padding:15rem 3rem 2.5rem}.about-hero_container{max-width:45rem;padding:2.25rem;gap:1.25rem}.about-hero_content h1{font-size:2.25rem;line-height:1.2}}@media(max-width:768px){.about-hero{padding:12rem 1.5rem 2rem;min-height:80vh;justify-content:center}.about-hero_container{max-width:100%;padding:2rem 1.5rem;gap:1.25rem}.about-hero_content h1{font-size:1.875rem;line-height:1.25}.about-hero_content h1 br{display:inline}.about-hero_content h1 br:after{content:" "}.about-hero_content p{font-size:.95rem;line-height:1.6}.btn-large{font-size:.9rem;padding:.875rem 1.5rem;width:100%}}@media(max-width:480px){.about-hero{padding:10rem 1rem 1.5rem}.about-hero_container{padding:1.5rem 1.25rem;gap:1rem;border-radius:.5rem}.about-hero_content h1{font-size:1.625rem;margin-bottom:.375rem}.about-hero_content p{font-size:.875rem;line-height:1.6}.btn-large{font-size:.85rem;padding:.75rem 1.25rem}}@media(max-width:360px){.about-hero{padding:8rem .75rem 1.25rem}.about-hero_container{padding:1.25rem 1rem}.about-hero_content h1{font-size:1.5rem}}.expertise-areas_section{background-color:var(--bg-white);padding:5rem 6.25rem;display:flex;flex-direction:column;align-items:center;gap:4rem}.expertise-areas_title{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;max-width:900px}.expertise-areas_container{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%;max-width:80rem}.area-card{flex:1 1 calc(25% - 2rem);min-width:260px;max-width:320px;height:19.625rem;display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden}.area-card img{width:100%;height:60%;object-fit:cover}.area-card_content{padding:1.5rem;background-color:var(--bg-dark);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;flex:1}.area-title{color:var(--text-white)}.area-detail{color:var(--text-grey)}@media(max-width:1024px){.expertise-areas_section{padding:4rem 2.5rem;gap:3rem}.expertise-areas_title{max-width:700px}.expertise-areas_container{gap:2rem}.area-card{flex:1 1 calc(50% - 1rem);min-width:280px;max-width:350px}}@media(max-width:768px){.expertise-areas_section{padding:3rem 1.5rem;gap:2.5rem}.expertise-areas_title{max-width:100%;gap:.75rem}.expertise-areas_title h2{font-size:1.75rem;line-height:1.3}.expertise-areas_title p{font-size:.95rem;line-height:1.6}.expertise-areas_container{gap:1.5rem}.area-card{flex:1 1 100%;min-width:unset;max-width:100%;height:auto;min-height:18rem}.area-card img{height:200px}.area-card_content{padding:1.25rem}.area-title{font-size:1.25rem}.area-detail{font-size:.9rem;line-height:1.5}}@media(max-width:480px){.expertise-areas_section{padding:2.5rem 1rem;gap:2rem}.expertise-areas_title h2{font-size:1.5rem}.expertise-areas_title p{font-size:.875rem}.expertise-areas_container{gap:1.25rem}.area-card{min-height:16rem}.area-card img{height:180px}.area-card_content{padding:1rem}.area-title{font-size:1.125rem}.area-detail{font-size:.85rem}}@media(max-width:360px){.expertise-areas_section{padding:2rem .875rem}.expertise-areas_title h2{font-size:1.375rem}.area-card img{height:160px}}.impact-section{background-color:var(--bg-light-purple);display:flex;flex-direction:column;gap:2.5rem}.impact-section_content{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 6.25rem 0rem}.impact-section_title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:900px}.metric-container{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem 2rem;width:100%;max-width:75rem}.metric-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1 1 calc(25% - 2rem);min-width:200px;max-width:280px}.impact-metric{width:6rem;height:6rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:var(--bg-mid-purple)}.metric-number{font-size:2rem;font-weight:700}.impact-detail{text-align:center}.impact-detail h3{margin-bottom:.25rem}.impact-bg_btm{width:100%;height:37.5rem;object-fit:cover;object-position:center}@media(max-width:1024px){.impact-section_content{padding:4rem 2.5rem 0rem;gap:2rem}.impact-section_title{max-width:700px}.metric-container{gap:2.5rem 1.5rem}.metric-card{flex:1 1 calc(50% - 1rem);min-width:180px}.impact-bg_btm{height:30rem}}@media(max-width:768px){.impact-section{gap:2rem}.impact-section_content{padding:3rem 1.5rem 0rem;gap:2rem}.impact-section_title{max-width:100%;gap:.75rem}.impact-section_title h2{font-size:1.75rem;line-height:1.3}.impact-section_title p{font-size:.95rem;line-height:1.6}.metric-container{gap:2rem 1.5rem}.metric-card{flex:1 1 calc(50% - 1rem);min-width:150px;gap:.5rem}.impact-metric{width:5rem;height:5rem}.metric-number{font-size:1.75rem}.impact-detail h3{font-size:1rem}.impact-detail p{font-size:.875rem;line-height:1.5}.impact-bg_btm{height:25rem}}@media(max-width:480px){.impact-section{gap:1.5rem}.impact-section_content{padding:2.5rem 1rem 0rem;gap:1.5rem}.impact-section_title h2{font-size:1.5rem}.impact-section_title p{font-size:.875rem}.metric-container{gap:1.5rem 1rem}.metric-card{flex:1 1 100%;min-width:unset;max-width:100%}.impact-metric{width:4.5rem;height:4.5rem}.metric-number{font-size:1.5rem}.impact-detail h3{font-size:.95rem}.impact-detail p{font-size:.8rem}.impact-bg_btm{height:20rem}}@media(max-width:360px){.impact-section_content{padding:2rem .875rem 0rem}.impact-section_title h2{font-size:1.375rem}.metric-container{gap:1.25rem}.impact-metric{width:4rem;height:4rem}.metric-number{font-size:1.375rem}.impact-bg_btm{height:18rem}}.story-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem 6.25rem;background-color:var(--bg-white)}.story-section_title{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;max-width:900px}.testimonial-carousel{display:flex;align-items:center;gap:2rem;width:100%;max-width:75rem;justify-content:center}.arrow-btn{background-color:#f5f5f5;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;color:#666}.arrow-btn:hover{background-color:var(--arrowBtn-bg-active);color:var(--arrowBtn-icon-active)}.arrow-btn:active{transform:scale(.95)}.arrow-btn:disabled{opacity:.3;cursor:not-allowed}.testimonial-container{flex:1;max-width:50rem;padding:1.5rem 0}.testimonial{position:relative;padding:1.5rem;box-shadow:0 8px 24px #0000000a;border-radius:.5rem}.bigQuote-icon{position:absolute;top:.25rem;left:.25rem;width:48px;height:48px;opacity:.7}.testimonial-content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1;align-items:flex-start;text-align:left}.testimonial-content img{height:20px;width:auto}.testimonial-content p:last-child{margin-top:auto;font-weight:600}@media(max-width:1024px){.story-section{padding:4rem 2.5rem;gap:1.5rem}.story-section_title{max-width:700px}.testimonial-carousel{gap:1.5rem}.testimonial-container{padding:1.25rem 0}.bigQuote-icon{width:44px;height:44px}.para-large{font-size:.95rem}}@media(max-width:768px){.story-section{padding:3rem 1.5rem;gap:1.5rem}.story-section_title{max-width:100%;gap:.75rem}.story-section_title h2{font-size:1.75rem;line-height:1.3}.story-section_title p{font-size:.95rem;line-height:1.6}.testimonial-carousel{gap:1rem}.arrow-btn{width:2.5rem;height:2.5rem}.arrow-btn svg{width:20px;height:20px}.testimonial-container{padding:1rem 0}.testimonial{padding:1.25rem}.bigQuote-icon{width:40px;height:40px}.para-large{font-size:.9rem;line-height:1.6}.btn-large{font-size:.9rem;padding:.875rem 1.5rem;width:100%;max-width:400px;text-align:center;white-space:normal;line-height:1.4}}@media(max-width:480px){.story-section{padding:2.5rem 1rem;gap:1.25rem}.story-section_title h2{font-size:1.5rem}.story-section_title p{font-size:.875rem}.testimonial-carousel{gap:.75rem}.arrow-btn{width:2.25rem;height:2.25rem}.arrow-btn svg{width:18px;height:18px}.testimonial-container{padding:.75rem 0}.testimonial{padding:1rem}.bigQuote-icon{width:36px;height:36px;top:.5rem;left:.5rem}.testimonial-content{gap:.875rem}.testimonial-content img{height:18px}.para-large{font-size:.85rem;line-height:1.5}.btn-large{font-size:.85rem;padding:.75rem 1.25rem;max-width:100%}}@media(max-width:360px){.story-section{padding:2rem .875rem}.story-section_title h2{font-size:1.375rem}.testimonial-carousel{gap:.5rem}.arrow-btn{width:2rem;height:2rem}.arrow-btn svg{width:16px;height:16px}.testimonial{padding:.875rem}.bigQuote-icon{width:32px;height:32px}}.contact-page_content{background-color:var(--bg-purple-gradient);display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 6.25rem}.contact-page_title{text-align:center;max-width:900px}.contact-page_title h1{margin-bottom:.5rem}.contact-page_contacts{width:100%;max-width:77.5rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;box-shadow:0 8px 24px #0000001f;background-color:var(--bg-white);padding:2.5rem 1.5rem;border-radius:.75rem}.contact-detail{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;border:1px solid var(--border-light);padding:1.5rem 1rem;border-radius:.5rem;flex:1 1 calc(33.333% - 1.5rem);min-width:220px;max-width:320px}.contact-detail img{width:48px;height:48px;object-fit:contain}.contact-label{text-align:center}.contact-label p{margin-bottom:.25rem}.contact-label p:first-child{font-size:.95rem;color:var(--text-secondary)}@media(max-width:1024px){.contact-page_content{padding:4rem 2.5rem;gap:2rem}.contact-page_title{max-width:700px}.contact-page_contacts{padding:2rem 1.5rem;gap:1.5rem}.contact-detail{flex:1 1 calc(33.333% - 1rem);min-width:200px}}@media(max-width:768px){.contact-page_content{padding:3rem 1.5rem;gap:2rem}.contact-page_title{max-width:100%}.contact-page_title h1{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}.contact-page_title p{font-size:.95rem;line-height:1.6}.contact-page_contacts{padding:1.5rem 1.25rem;gap:1.25rem}.contact-detail{flex:1 1 100%;min-width:unset;max-width:100%;padding:1.25rem 1rem}.contact-detail img{width:44px;height:44px}.contact-label p{font-size:.9rem}.para-bold{font-size:.95rem}}@media(max-width:480px){.contact-page_content{padding:2.5rem 1rem;gap:1.5rem}.contact-page_title h1{font-size:1.5rem}.contact-page_title p{font-size:.875rem}.contact-page_contacts{padding:1.25rem 1rem;gap:1rem}.contact-detail{padding:1rem;gap:.5rem}.contact-detail img{width:40px;height:40px}.contact-label p{font-size:.85rem}.para-bold{font-size:.9rem;word-break:break-word}}@media(max-width:360px){.contact-page_content{padding:2rem .875rem}.contact-page_title h1{font-size:1.375rem}.contact-page_contacts{padding:1rem .875rem}.contact-detail{padding:.875rem}.contact-detail img{width:36px;height:36px}}
