.Banner-module__Adhqta__banner{background:#000;width:100%;min-height:600px;position:relative;overflow:hidden}.Banner-module__Adhqta__slide{width:100%;height:100%;transition:all .5s;position:relative}.Banner-module__Adhqta__slideContent{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;padding:80px 60px 60px;display:flex;position:relative}.Banner-module__Adhqta__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;display:grid}.Banner-module__Adhqta__textContent{color:#000;animation:.8s ease-out Banner-module__Adhqta__fadeInUp}.Banner-module__Adhqta__subtitle{text-transform:uppercase;letter-spacing:2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#01165e;background:#ffffff26;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;display:inline-block}.Banner-module__Adhqta__title{text-transform:capitalize;background:linear-gradient(135deg,#0043be 0%,#01165e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.Banner-module__Adhqta__description{opacity:.9;color:#021041;max-width:90%;margin-bottom:2rem;font-size:1rem;line-height:1.6}.Banner-module__Adhqta__brandLogos{flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;display:flex}.Banner-module__Adhqta__brandLogos img{object-fit:contain;opacity:.8;cursor:pointer;background-color:#fff;border-radius:3px;width:60px;height:40px;padding:5px;transition:all .3s;box-shadow:0 6px 24px #0000000d,0 0 0 1px #00000014}.Banner-module__Adhqta__brandLogos img:hover{opacity:1;transform:translateY(-5px)}.Banner-module__Adhqta__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.Banner-module__Adhqta__secondaryCta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:.75rem;padding:.875rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 24px #0000000d,0 0 0 1px #00000014}.Banner-module__Adhqta__secondaryCta:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.Banner-module__Adhqta__imageContent{animation:.8s ease-out Banner-module__Adhqta__fadeInRight;position:relative}.Banner-module__Adhqta__imageWrapper{border-radius:20px;width:100%;position:relative;overflow:hidden}.Banner-module__Adhqta__bannerImage{width:100%;height:auto;transition:transform .5s;display:block}.Banner-module__Adhqta__imageWrapper:hover .Banner-module__Adhqta__bannerImage{transform:scale(1.05)}.Banner-module__Adhqta__imageOverlay{pointer-events:none;background:linear-gradient(135deg,#0b53d233 0%,#4a84f133 100%);position:absolute;inset:0}.Banner-module__Adhqta__navButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;color:#000;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Banner-module__Adhqta__navButton:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.Banner-module__Adhqta__prevButton{left:20px}.Banner-module__Adhqta__nextButton{right:20px}.Banner-module__Adhqta__playPauseButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;color:#000;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;bottom:30px;right:30px}.Banner-module__Adhqta__playPauseButton:hover{background:#ffffff4d;transform:scale(1.1)}.Banner-module__Adhqta__indicators{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.Banner-module__Adhqta__indicator{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Banner-module__Adhqta__indicator.Banner-module__Adhqta__active{background:#000;border-radius:5px;width:30px}.Banner-module__Adhqta__indicator:hover{background:#fffc;transform:scale(1.2)}.Banner-module__Adhqta__progressBar{z-index:10;background:#fff3;width:100%;height:3px;position:absolute;bottom:0;left:0}.Banner-module__Adhqta__progress{background:linear-gradient(90deg,#000,#4a84f1);width:0%;height:100%;animation:5s linear forwards Banner-module__Adhqta__progress}@keyframes Banner-module__Adhqta__progress{0%{width:0%}to{width:100%}}@keyframes Banner-module__Adhqta__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Banner-module__Adhqta__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:1200px){.Banner-module__Adhqta__slideContent{padding:80px 40px 60px}.Banner-module__Adhqta__contentWrapper{gap:40px}.Banner-module__Adhqta__title{font-size:2.5rem}.Banner-module__Adhqta__description{max-width:100%}}@media (max-width:1024px){.Banner-module__Adhqta__banner{min-height:650px}.Banner-module__Adhqta__contentWrapper{text-align:center;grid-template-columns:1fr;gap:40px}.Banner-module__Adhqta__textContent{text-align:center;order:2}.Banner-module__Adhqta__imageContent{order:1;max-width:500px;margin:0 auto}.Banner-module__Adhqta__brandLogos,.Banner-module__Adhqta__ctaButtons{justify-content:center}.Banner-module__Adhqta__title{font-size:2.2rem}.Banner-module__Adhqta__description{max-width:100%;margin-left:auto;margin-right:auto}.Banner-module__Adhqta__subtitle{font-size:.9rem}}@media (max-width:768px){.Banner-module__Adhqta__banner{min-height:auto}.Banner-module__Adhqta__slideContent{padding:60px 20px 40px}.Banner-module__Adhqta__contentWrapper{gap:30px}.Banner-module__Adhqta__title{margin-bottom:1rem;font-size:1.75rem;line-height:1.3}.Banner-module__Adhqta__subtitle{letter-spacing:1.5px;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.75rem}.Banner-module__Adhqta__description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.Banner-module__Adhqta__brandLogos{gap:1rem;margin-bottom:1.5rem}.Banner-module__Adhqta__brandLogos img{width:50px;height:35px}.Banner-module__Adhqta__secondaryCta{gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem}.Banner-module__Adhqta__imageContent{max-width:100%;padding:0 20px}.Banner-module__Adhqta__imageWrapper{border-radius:16px}.Banner-module__Adhqta__navButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #fff3;width:40px;height:40px}.Banner-module__Adhqta__prevButton{left:12px}.Banner-module__Adhqta__nextButton{right:12px}.Banner-module__Adhqta__playPauseButton{background:#00000080;width:40px;height:40px;bottom:20px;right:20px}.Banner-module__Adhqta__indicators{gap:10px;bottom:20px}.Banner-module__Adhqta__indicator{width:8px;height:8px}.Banner-module__Adhqta__indicator.Banner-module__Adhqta__active{width:24px}}@media (max-width:600px){.Banner-module__Adhqta__slideContent{padding:50px 16px 30px}.Banner-module__Adhqta__title{font-size:1.5rem}.Banner-module__Adhqta__subtitle{padding:.35rem .7rem;font-size:.7rem}.Banner-module__Adhqta__description{margin-bottom:1.25rem;font-size:.8125rem}.Banner-module__Adhqta__brandLogos{gap:.875rem;margin-bottom:1.25rem}.Banner-module__Adhqta__brandLogos img{width:45px;height:32px}.Banner-module__Adhqta__secondaryCta{padding:.625rem 1.25rem;font-size:.8125rem}.Banner-module__Adhqta__navButton{width:36px;height:36px}.Banner-module__Adhqta__playPauseButton{width:36px;height:36px;bottom:16px;right:16px}.Banner-module__Adhqta__indicators{gap:8px;bottom:16px}}@media (max-width:480px){.Banner-module__Adhqta__slideContent{padding:40px 12px 25px}.Banner-module__Adhqta__contentWrapper{gap:24px}.Banner-module__Adhqta__title{margin-bottom:.75rem;font-size:1.35rem}.Banner-module__Adhqta__subtitle{letter-spacing:1px;margin-bottom:.5rem;font-size:.65rem}.Banner-module__Adhqta__description{margin-bottom:1rem;font-size:.75rem;line-height:1.45}.Banner-module__Adhqta__brandLogos{gap:.75rem;margin-bottom:1rem}.Banner-module__Adhqta__brandLogos img{width:40px;height:28px;padding:3px}.Banner-module__Adhqta__secondaryCta{gap:.4rem;padding:.5rem 1rem;font-size:.75rem}.Banner-module__Adhqta__navButton{width:32px;height:32px}.Banner-module__Adhqta__prevButton{left:8px}.Banner-module__Adhqta__nextButton{right:8px}.Banner-module__Adhqta__playPauseButton{width:32px;height:32px;bottom:12px;right:12px}.Banner-module__Adhqta__indicators{gap:6px;bottom:12px}.Banner-module__Adhqta__indicator{width:6px;height:6px}.Banner-module__Adhqta__indicator.Banner-module__Adhqta__active{width:20px}}@media (max-height:700px) and (max-width:768px){.Banner-module__Adhqta__banner{min-height:auto}.Banner-module__Adhqta__slideContent{padding:40px 20px 30px}.Banner-module__Adhqta__title{margin-bottom:.5rem;font-size:1.4rem}.Banner-module__Adhqta__description,.Banner-module__Adhqta__brandLogos{margin-bottom:1rem}}@media (hover:none) and (pointer:coarse){.Banner-module__Adhqta__navButton,.Banner-module__Adhqta__playPauseButton,.Banner-module__Adhqta__indicator,.Banner-module__Adhqta__secondaryCta{min-width:44px;min-height:44px}.Banner-module__Adhqta__brandLogos img{cursor:default}.Banner-module__Adhqta__brandLogos img:hover{transform:none}.Banner-module__Adhqta__navButton:hover,.Banner-module__Adhqta__playPauseButton:hover{transform:translateY(-50%)scale(1)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.Banner-module__Adhqta__bannerImage{image-rendering:crisp-edges}}@media (max-width:768px) and (orientation:landscape){.Banner-module__Adhqta__banner{min-height:auto}.Banner-module__Adhqta__slideContent{padding:30px 20px}.Banner-module__Adhqta__contentWrapper{gap:20px}.Banner-module__Adhqta__title{font-size:1.2rem}.Banner-module__Adhqta__description{margin-bottom:.75rem;font-size:.75rem}.Banner-module__Adhqta__brandLogos img{width:35px;height:25px}.Banner-module__Adhqta__imageContent{max-width:300px}}
.About-module__ct6HCa__section{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);padding:100px 0;position:relative;overflow:hidden}.About-module__ct6HCa__container{max-width:1280px;margin:0 auto;padding:0 24px}.About-module__ct6HCa__header{text-align:center;opacity:0;margin-bottom:60px;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.About-module__ct6HCa__header.About-module__ct6HCa__animateIn{opacity:1;transform:translateY(0)}.About-module__ct6HCa__brandStrip{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;display:flex}.About-module__ct6HCa__brandTag{color:#0b53d2;background:#0b53d21a;border-radius:30px;padding:6px 16px;font-size:.875rem;font-weight:500;transition:all .3s}.About-module__ct6HCa__brandTag:hover{color:#fff;background:#0b53d2;transform:translateY(-2px)}.About-module__ct6HCa__content{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.About-module__ct6HCa__imageContainer{opacity:0;border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translate(-30px);box-shadow:0 30px 60px #0000001f}.About-module__ct6HCa__imageContainer.About-module__ct6HCa__animateLeft{opacity:1;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(0)}.About-module__ct6HCa__imageContainer:hover{transform:translateY(-8px);box-shadow:0 40px 80px #00000026}.About-module__ct6HCa__imageWrapper{background:linear-gradient(135deg,#fff 0% 100%);width:100%;height:auto;position:relative}.About-module__ct6HCa__image{object-fit:cover;width:600px;height:600px;display:block}.About-module__ct6HCa__imageContainer:hover .About-module__ct6HCa__image{transform:scale(1.05)}.About-module__ct6HCa__experienceBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fffffff2;border-radius:12px;padding:12px 16px;animation:3s ease-in-out infinite About-module__ct6HCa__float;position:absolute;top:20px;right:20px;box-shadow:0 10px 20px #0000001a}.About-module__ct6HCa__experienceYears{color:#0b53d2;font-size:2.5rem;font-weight:800;line-height:1;display:block}.About-module__ct6HCa__experienceText{color:#4a5568;font-size:.75rem;font-weight:500}.About-module__ct6HCa__statsOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;padding:24px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.About-module__ct6HCa__imageContainer:hover .About-module__ct6HCa__statsOverlay{transform:translateY(-5px)}.About-module__ct6HCa__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.About-module__ct6HCa__statItem{text-align:center;color:#fff;opacity:0;transform:translateY(20px)}.About-module__ct6HCa__statItem.About-module__ct6HCa__animateStat{opacity:1;transform:translateY(0)}.About-module__ct6HCa__statIcon{margin-bottom:8px;font-size:2rem;display:block}.About-module__ct6HCa__statItem h3{background:linear-gradient(135deg,#fff 0%,#e0e7ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:8px 0 4px;font-size:2.5rem;font-weight:700}.About-module__ct6HCa__statItem p{text-transform:uppercase;letter-spacing:1px;opacity:.9;margin:0;font-size:.96rem;font-weight:500}.About-module__ct6HCa__contentContainer{opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(30px)}.About-module__ct6HCa__contentContainer.About-module__ct6HCa__animateRight{opacity:1;transform:translate(0)}.About-module__ct6HCa__aboutSection{position:relative}.About-module__ct6HCa__quoteIcon{color:#0b53d21a;margin-bottom:-20px;font-family:serif;font-size:4rem;font-weight:800;line-height:1}.About-module__ct6HCa__mainText{color:#2d3748;text-align:justify;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.About-module__ct6HCa__secondaryText{color:#4a5568;text-align:justify;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.About-module__ct6HCa__aboutSection strong{color:#0b53d2;font-weight:600;display:inline-block;position:relative}.About-module__ct6HCa__featuresSection{margin-top:2rem}.About-module__ct6HCa__featuresSection h4{color:#1a202c;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:inline-block;position:relative}.About-module__ct6HCa__featuresGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.About-module__ct6HCa__featureItem{color:#2d3748;cursor:pointer;opacity:0;background:#0b53d20a;border-radius:12px;align-items:center;gap:12px;padding:.75rem 1rem;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(-20px)}.About-module__ct6HCa__featureItem.About-module__ct6HCa__animateFeature{opacity:1;transition:all .4s;transform:translate(0)}.About-module__ct6HCa__featureItem:hover{background:#0b53d21a;transform:translate(5px)}.About-module__ct6HCa__checkIcon{color:#fff;background:linear-gradient(135deg,#0b53d2,#4a84f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:inline-flex}.About-module__ct6HCa__featureItem:hover .About-module__ct6HCa__checkIcon{transform:scale(1.1)rotate(360deg)}.About-module__ct6HCa__ctaSection{text-align:center;margin-top:2.5rem}.About-module__ct6HCa__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0b53d2,#4a84f1);border:none;border-radius:50px;align-items:center;gap:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 20px #0b53d24d}.About-module__ct6HCa__ctaButton:hover{gap:16px;transform:translateY(-2px);box-shadow:0 15px 30px #0b53d266}.About-module__ct6HCa__ctaButton svg{transition:transform .3s}.About-module__ct6HCa__ctaButton:hover svg{transform:translate(4px)}@keyframes About-module__ct6HCa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes About-module__ct6HCa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes About-module__ct6HCa__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.About-module__ct6HCa__content{gap:60px}.About-module__ct6HCa__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.About-module__ct6HCa__section{padding:80px 0}.About-module__ct6HCa__content{grid-template-columns:1fr;gap:50px}.About-module__ct6HCa__imageContainer{max-width:550px;margin:0 auto}.About-module__ct6HCa__featuresGrid{grid-template-columns:1fr}.About-module__ct6HCa__featuresSection h4{text-align:center;display:block}}@media (max-width:768px){.About-module__ct6HCa__section{padding:60px 0}.About-module__ct6HCa__container{padding:0 20px}.About-module__ct6HCa__header{margin-bottom:40px}.About-module__ct6HCa__statsGrid{grid-template-columns:repeat(2,1fr);gap:15px}.About-module__ct6HCa__image{object-fit:cover;width:100%;height:400px}.About-module__ct6HCa__statItem h3{font-size:1.25rem}.About-module__ct6HCa__statIcon{font-size:1.5rem}.About-module__ct6HCa__mainText,.About-module__ct6HCa__secondaryText{font-size:.9rem}.About-module__ct6HCa__featuresSection h4{font-size:1.25rem}.About-module__ct6HCa__featureItem{padding:.6rem .8rem;font-size:.85rem}.About-module__ct6HCa__ctaButton{padding:12px 28px;font-size:.9rem}}@media (max-width:480px){.About-module__ct6HCa__section{padding:40px 0}.About-module__ct6HCa__statsGrid{gap:10px}.About-module__ct6HCa__statItem h3{font-size:1rem}.About-module__ct6HCa__statItem p{font-size:.7rem}.About-module__ct6HCa__statIcon{font-size:1.2rem}.About-module__ct6HCa__brandTag{padding:4px 12px;font-size:.75rem}.About-module__ct6HCa__experienceBadge{padding:8px 12px}.About-module__ct6HCa__experienceYears{font-size:1rem}.About-module__ct6HCa__experienceText{font-size:.65rem}}
.Heading-module__xSa3Sq__header{text-align:center;margin-bottom:40px;padding:0 15px}.Heading-module__xSa3Sq__title{background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Heading-module__xSa3Sq__subtitle{color:#000;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.Heading-module__xSa3Sq__title{font-size:2rem}.Heading-module__xSa3Sq__subtitle{max-width:90%;font-size:1rem}}@media (max-width:480px){.Heading-module__xSa3Sq__title{font-size:1.5rem}.Heading-module__xSa3Sq__subtitle{font-size:.95rem}}
.Brand-module__www84W__brand{background:#f2fbff9c;padding:4rem 2rem}.Brand-module__www84W__title{text-align:center;color:#000;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.Brand-module__www84W__wrapper{max-width:1100px;margin:0 auto;position:relative}.Brand-module__www84W__container{scroll-behavior:smooth;scrollbar-width:none;gap:2rem;padding:1rem 0;display:flex;overflow-x:auto}.Brand-module__www84W__card{background:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:200px;height:120px;padding:1rem;display:flex;box-shadow:0 10px 30px #0000000d}.Brand-module__www84W__card:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 10px 25px #00000026}.Brand-module__www84W__card img{object-fit:contain;max-width:140px;max-height:60px}.Brand-module__www84W__arrow{color:#fff;cursor:pointer;z-index:10;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Brand-module__www84W__left{left:-25px}.Brand-module__www84W__right{right:-25px}.Brand-module__www84W__arrow:hover{background:#26c6da;transform:scale(1.1)}@media (max-width:768px){.Brand-module__www84W__brand{padding:3rem 1rem}.Brand-module__www84W__title{margin-bottom:2rem;font-size:1.8rem}.Brand-module__www84W__container{scroll-snap-type:x mandatory;gap:1rem;padding:.5rem}.Brand-module__www84W__card{scroll-snap-align:center;min-width:70%;height:120px;padding:.75rem}.Brand-module__www84W__card img{max-width:110px;max-height:65px}.Brand-module__www84W__arrow{display:none}}
.Breadcrumb-module__XyCTLa__Breadcrumb{text-align:center;background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);margin-bottom:2rem;padding:4rem 2rem}.Breadcrumb-module__XyCTLa__breadcrumb{color:#00796b;margin-bottom:.5rem;font-size:.9rem}.Breadcrumb-module__XyCTLa__breadcrumb a{color:#00acc1;text-decoration:none;transition:color .3s}.Breadcrumb-module__XyCTLa__breadcrumb a:hover{color:#26c6da}.Breadcrumb-module__XyCTLa__BreadcrumbTitle{background:#fff;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.Breadcrumb-module__XyCTLa__BreadcrumbSubtitle{color:#fff;font-size:1.2rem;font-weight:400}
.Processes-module__3Ljvzq__bg{background:#f2fbff9c}.Processes-module__3Ljvzq__list{flex-direction:column;gap:1rem;display:flex}.Processes-module__3Ljvzq__item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.Processes-module__3Ljvzq__question{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;font-size:1.05rem;font-weight:600;display:flex}.Processes-module__3Ljvzq__question:hover{background:#f8f8f8}.Processes-module__3Ljvzq__icon{font-size:1.5rem;line-height:1}.Processes-module__3Ljvzq__answer{color:#555;padding:0 1.5rem 1.5rem;line-height:1.6}.Processes-module__3Ljvzq__process{text-align:center;max-width:1280px;margin:0 auto;padding:4rem 2rem}.Processes-module__3Ljvzq__title{margin-bottom:.5rem;font-size:2.4rem}.Processes-module__3Ljvzq__subtitle{color:#666;margin-bottom:3rem}.Processes-module__3Ljvzq__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.Processes-module__3Ljvzq__card{text-align:left;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.Processes-module__3Ljvzq__card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.Processes-module__3Ljvzq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Processes-module__3Ljvzq__step{color:#888;font-size:1.1rem;font-weight:700}.Processes-module__3Ljvzq__icon{font-size:2rem}.Processes-module__3Ljvzq__card h3{margin-bottom:.6rem;font-size:1.3rem}.Processes-module__3Ljvzq__card p{color:#555;line-height:1.6}
.Faq-module__1H-g7W__faq{max-width:900px;margin:0 auto;padding:4rem 2rem}.Faq-module__1H-g7W__bg{background:#f2fbff9c}.Faq-module__1H-g7W__list{flex-direction:column;gap:1rem;display:flex}.Faq-module__1H-g7W__item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.Faq-module__1H-g7W__question{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.5rem;font-size:1.05rem;font-weight:600;display:flex}.Faq-module__1H-g7W__question:hover{background:#f8f8f8}.Faq-module__1H-g7W__icon{font-size:1.5rem;line-height:1}.Faq-module__1H-g7W__answer{color:#555;padding:0 1.5rem 1.5rem;line-height:1.6}
.AboutProcess-module__ZjtSXa__process{background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);padding:80px 0;position:relative;overflow:hidden}.AboutProcess-module__ZjtSXa__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}.AboutProcess-module__ZjtSXa__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin:48px 0;display:grid}.AboutProcess-module__ZjtSXa__card{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff80;border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AboutProcess-module__ZjtSXa__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -12px #00000026}.AboutProcess-module__ZjtSXa__cardHovered{transform:translateY(-8px)}.AboutProcess-module__ZjtSXa__card:hover .AboutProcess-module__ZjtSXa__cardGlow{opacity:1}.AboutProcess-module__ZjtSXa__cardContent{z-index:1;padding:32px;position:relative}.AboutProcess-module__ZjtSXa__iconWrapper{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;transition:transform .3s;display:flex;box-shadow:0 10px 20px -5px #0000001a}.AboutProcess-module__ZjtSXa__card:hover .AboutProcess-module__ZjtSXa__iconWrapper{transform:scale(1.05)rotate(5deg)}.AboutProcess-module__ZjtSXa__icon{color:#fff}.AboutProcess-module__ZjtSXa__badge{color:#667eea;background:#667eea1a;border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.AboutProcess-module__ZjtSXa__card h3{color:#1a1a2e;margin:16px 0 12px;font-size:1.5rem;font-weight:700;line-height:1.3}.AboutProcess-module__ZjtSXa__card p{color:#666;margin-bottom:20px;font-size:.95rem;line-height:1.6}.AboutProcess-module__ZjtSXa__features{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.AboutProcess-module__ZjtSXa__featureTag{color:#667eea;background:#667eea14;border-radius:12px;padding:4px 12px;font-size:.75rem;font-weight:500;transition:all .3s}.AboutProcess-module__ZjtSXa__card:hover .AboutProcess-module__ZjtSXa__featureTag{background:#667eea26;transform:translateY(-2px)}.AboutProcess-module__ZjtSXa__learnMore{color:#667eea;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 0;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.AboutProcess-module__ZjtSXa__learnMore svg{transition:transform .3s}.AboutProcess-module__ZjtSXa__learnMore:hover{color:#764ba2;gap:12px}.AboutProcess-module__ZjtSXa__learnMore:hover svg{transform:translate(4px)}.AboutProcess-module__ZjtSXa__ctaContent{text-align:center;z-index:1;padding:48px;position:relative}.AboutProcess-module__ZjtSXa__ctaContent h4{color:#fff;margin-bottom:12px;font-size:2rem;font-weight:700}.AboutProcess-module__ZjtSXa__ctaContent p{color:#ffffffe6;margin-bottom:24px;font-size:1.1rem}.AboutProcess-module__ZjtSXa__ctaButton{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:40px;align-items:center;gap:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.AboutProcess-module__ZjtSXa__ctaButton:hover{gap:16px;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}@media (max-width:768px){.AboutProcess-module__ZjtSXa__process{padding:48px 0}.AboutProcess-module__ZjtSXa__statsBar{border-radius:32px;flex-direction:column;gap:24px;padding:24px}.AboutProcess-module__ZjtSXa__statDivider{width:60px;height:1px}.AboutProcess-module__ZjtSXa__grid{gap:24px}.AboutProcess-module__ZjtSXa__cardContent{padding:24px}.AboutProcess-module__ZjtSXa__card h3{font-size:1.25rem}.AboutProcess-module__ZjtSXa__ctaContent{padding:32px 24px}.AboutProcess-module__ZjtSXa__ctaContent h4{font-size:1.5rem}}@keyframes AboutProcess-module__ZjtSXa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.About-module__UCcSFG__section{background:#fff;width:100%;padding:5rem 1.5rem}.About-module__UCcSFG__container{max-width:1200px;margin:0 auto}.About-module__UCcSFG__header{text-align:center;margin-bottom:4rem}.About-module__UCcSFG__content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__UCcSFG__imageContainer{position:relative}.About-module__UCcSFG__imageWrapper{border-radius:16px;width:100%;height:500px;position:relative;overflow:hidden;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.About-module__UCcSFG__image{object-fit:cover}.About-module__UCcSFG__statsOverlay{-webkit-backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:15px;width:90%;padding:20px;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.About-module__UCcSFG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.About-module__UCcSFG__statItem{text-align:center}.About-module__UCcSFG__statItem h3{color:#d81e18;margin-bottom:.25rem;font-size:2rem;font-weight:700}.About-module__UCcSFG__statItem p{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.About-module__UCcSFG__aboutSection h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.875rem;font-weight:600}.About-module__UCcSFG__aboutSection p{color:#0e131a;text-align:justify;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.About-module__UCcSFG__featuresSection h4{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.About-module__UCcSFG__featuresList{grid-template-columns:1fr 1fr;padding:0;list-style:none;display:grid}.About-module__UCcSFG__featureItem{color:#13171b;border-bottom:1px solid #e2e8f0;align-items:center;padding:.75rem 0;font-size:1rem;display:flex}.About-module__UCcSFG__featureItem:last-child{border-bottom:none}.About-module__UCcSFG__checkIcon{color:#fff;background:#00bf6e;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-right:1rem;font-size:.875rem;display:inline-flex}@media (max-width:1024px){.About-module__UCcSFG__content{gap:3rem}}@media (max-width:768px){.About-module__UCcSFG__section{padding:3rem 1rem}.About-module__UCcSFG__header h2{font-size:2rem}.About-module__UCcSFG__content{grid-template-columns:1fr;gap:4rem}.About-module__UCcSFG__imageWrapper{height:400px}.About-module__UCcSFG__statsOverlay{width:95%;bottom:-1.5rem}.About-module__UCcSFG__aboutSection h3{font-size:1.75rem}}@media (max-width:480px){.About-module__UCcSFG__header h2{font-size:1.75rem}.About-module__UCcSFG__featuresList{grid-template-columns:1fr}.About-module__UCcSFG__subtitle{font-size:1rem}.About-module__UCcSFG__statsGrid{gap:1rem}.About-module__UCcSFG__statItem h3{font-size:1.5rem}.About-module__UCcSFG__featureItem{font-size:1rem}}
.Review-module__Yydsoq__reviews{text-align:center;border-radius:20px;max-width:1200px;margin:0 auto;padding:6rem 2rem}.Review-module__Yydsoq__bg{background:#f2fbff9c}.Review-module__Yydsoq__wrapper{position:relative}.Review-module__Yydsoq__container{scroll-behavior:smooth;gap:1.5rem;padding:1rem;display:flex;overflow-x:auto}.Review-module__Yydsoq__container::-webkit-scrollbar{display:none}.Review-module__Yydsoq__card{background:#fff;border-radius:22px;min-width:350px;padding:2rem 1.5rem;box-shadow:0 10px 30px #0000000d}.Review-module__Yydsoq__card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #0000001f}.Review-module__Yydsoq__text{color:#444;text-align:justify;min-height:110px;margin-bottom:1rem;font-size:1rem;line-height:1.7}.Review-module__Yydsoq__rating{color:#ffb400;margin-bottom:1rem;font-size:1.2rem}.Review-module__Yydsoq__name{color:#00091b;font-weight:700}.Review-module__Yydsoq__role{color:#555;font-size:.95rem}.Review-module__Yydsoq__arrow{color:#fff;cursor:pointer;z-index:10;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Review-module__Yydsoq__arrow:hover{background:#00796b}.Review-module__Yydsoq__left{left:-20px}.Review-module__Yydsoq__right{right:-20px}@media (max-width:768px){.Review-module__Yydsoq__reviews{padding:3rem 1rem}.Review-module__Yydsoq__container{scroll-snap-type:x mandatory;gap:1rem;padding:.5rem}.Review-module__Yydsoq__card{scroll-snap-align:center;min-width:85%;max-width:85%;padding:1.2rem}.Review-module__Yydsoq__text{text-align:left;min-height:auto;font-size:.95rem;line-height:1.6}.Review-module__Yydsoq__rating{font-size:1.1rem}.Review-module__Yydsoq__name{font-size:1rem}.Review-module__Yydsoq__role{font-size:.85rem}.Review-module__Yydsoq__arrow{display:none}}
.Counters-module__Mq3kjG__statsSection{background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);margin:40px 0;padding:60px 0;position:relative;overflow:hidden}@keyframes Counters-module__Mq3kjG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Counters-module__Mq3kjG__statsGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1280px;margin:0 auto;padding:0 20px;display:grid;position:relative}.Counters-module__Mq3kjG__statCard{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:30px 20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.Counters-module__Mq3kjG__statCard:hover:before{left:100%}.Counters-module__Mq3kjG__statCard:hover{background:#ffffff26;border-color:#fff6;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0003}.Counters-module__Mq3kjG__statIcon{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;transition:all .3s;display:inline-flex}.Counters-module__Mq3kjG__statCard:hover .Counters-module__Mq3kjG__statIcon{background:#ffffff4d;transform:scale(1.1)rotate(5deg);box-shadow:0 0 20px #ffffff4d}.Counters-module__Mq3kjG__statNumber{color:#fff;background:linear-gradient(135deg,#fff 0%,#e0e7ff 100%);-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px #0000001a;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:800;line-height:1;animation:.6s ease-out Counters-module__Mq3kjG__fadeInUp}.Counters-module__Mq3kjG__statLabel{color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;font-size:1rem;font-weight:500;display:inline-block;position:relative}.Counters-module__Mq3kjG__statCard:hover .Counters-module__Mq3kjG__statLabel:after{background:#fff;width:50px}@keyframes Counters-module__Mq3kjG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Counters-module__Mq3kjG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes Counters-module__Mq3kjG__countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Counters-module__Mq3kjG__statCard{animation:.6s ease-out both Counters-module__Mq3kjG__fadeInUp}.Counters-module__Mq3kjG__statCard:first-child{animation-delay:.1s}.Counters-module__Mq3kjG__statCard:nth-child(2){animation-delay:.2s}.Counters-module__Mq3kjG__statCard:nth-child(3){animation-delay:.3s}.Counters-module__Mq3kjG__statCard:nth-child(4){animation-delay:.4s}@media (max-width:1024px){.Counters-module__Mq3kjG__statsGrid{gap:20px;padding:0 20px}.Counters-module__Mq3kjG__statNumber{font-size:2.5rem}.Counters-module__Mq3kjG__statIcon{width:60px;height:60px}.Counters-module__Mq3kjG__statIcon svg{width:28px;height:28px}}@media (max-width:768px){.Counters-module__Mq3kjG__statsSection{margin:30px 0;padding:50px 0}.Counters-module__Mq3kjG__statsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.Counters-module__Mq3kjG__statCard{padding:25px 15px}.Counters-module__Mq3kjG__statNumber{font-size:2rem}.Counters-module__Mq3kjG__statLabel{font-size:.875rem}.Counters-module__Mq3kjG__statIcon{width:55px;height:55px;margin-bottom:15px}.Counters-module__Mq3kjG__statIcon svg{width:26px;height:26px}}@media (max-width:480px){.Counters-module__Mq3kjG__statsSection{margin:20px 0;padding:40px 0}.Counters-module__Mq3kjG__statsGrid{grid-template-columns:1fr;gap:15px;padding:0 16px}.Counters-module__Mq3kjG__statCard{text-align:left;align-items:center;gap:20px;padding:20px;display:flex}.Counters-module__Mq3kjG__statIcon{flex-shrink:0;width:50px;height:50px;margin:0}.Counters-module__Mq3kjG__statIcon svg{width:24px;height:24px}.Counters-module__Mq3kjG__statContent{flex:1}.Counters-module__Mq3kjG__statNumber{text-align:left;margin-bottom:5px;font-size:1.75rem}.Counters-module__Mq3kjG__statLabel{text-align:left;font-size:.813rem}.Counters-module__Mq3kjG__statLabel:after{left:0;transform:translate(0)}.Counters-module__Mq3kjG__statCard:hover .Counters-module__Mq3kjG__statLabel:after{width:40px}}@media (max-width:768px) and (orientation:landscape){.Counters-module__Mq3kjG__statsGrid{grid-template-columns:repeat(2,1fr)}.Counters-module__Mq3kjG__statCard{padding:20px}}@media (prefers-contrast:high){.Counters-module__Mq3kjG__statsSection{background:#0b53d2}.Counters-module__Mq3kjG__statCard{-webkit-backdrop-filter:none;backdrop-filter:none;border:2px solid #fff}.Counters-module__Mq3kjG__statNumber{-webkit-text-fill-color:#fff;text-shadow:none}}@media (prefers-reduced-motion:reduce){.Counters-module__Mq3kjG__statsSection:after,.Counters-module__Mq3kjG__statCard:before,.Counters-module__Mq3kjG__statCard,.Counters-module__Mq3kjG__statIcon,.Counters-module__Mq3kjG__statLabel:after{transition:none;animation:none}.Counters-module__Mq3kjG__statCard:hover,.Counters-module__Mq3kjG__statCard:hover .Counters-module__Mq3kjG__statIcon{transform:none}.Counters-module__Mq3kjG__statCard{opacity:1;animation:none;transform:none}}@media (prefers-color-scheme:dark){.Counters-module__Mq3kjG__statsSection{background:linear-gradient(135deg,#0a3a8c 0%,#2a5ec9 100%)}.Counters-module__Mq3kjG__statCard{background:#0003}.Counters-module__Mq3kjG__statCard:hover{background:#0000004d}}@media print{.Counters-module__Mq3kjG__statsSection{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#0b53d2;margin:0;padding:20px 0}.Counters-module__Mq3kjG__statCard{break-inside:avoid;background:0 0;border:1px solid #fff}.Counters-module__Mq3kjG__statNumber{color:#fff;-webkit-text-fill-color:#fff}.Counters-module__Mq3kjG__statCard:before,.Counters-module__Mq3kjG__statsSection:before,.Counters-module__Mq3kjG__statsSection:after{display:none}}@media (hover:none){.Counters-module__Mq3kjG__statCard:hover,.Counters-module__Mq3kjG__statCard:hover .Counters-module__Mq3kjG__statIcon{transform:none}.Counters-module__Mq3kjG__statCard:active{transform:scale(.98)}}.Counters-module__Mq3kjG__statNumber{display:inline-block;position:relative}.Counters-module__Mq3kjG__counterAnimating{animation:.5s ease-out Counters-module__Mq3kjG__countUp}
.Customers-module__kdUnIG__stats{text-align:center;background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);grid-template-columns:repeat(4,1fr);gap:1rem;padding:3.5rem 1rem;display:grid}.Customers-module__kdUnIG__statItem{color:#fff;padding:.5rem}.Customers-module__kdUnIG__statNumber{background:linear-gradient(135deg,#fff,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.9rem;font-weight:800;line-height:1}.Customers-module__kdUnIG__statLabel{color:#d1d5db;text-transform:uppercase;letter-spacing:.3px;font-size:.75rem;font-weight:500}.Customers-module__kdUnIG__statStars{justify-content:center;gap:.1rem;margin-top:.25rem;display:flex}@media (max-width:480px){.Customers-module__kdUnIG__stats{grid-template-columns:repeat(1,1fr)}}
.Services-module__7BRr6W__services{background:linear-gradient(135deg,#f8f9ff 0%,#fff 100%);padding:80px 0;position:relative;overflow:hidden}.Services-module__7BRr6W__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;position:relative}.Services-module__7BRr6W__card{cursor:pointer;background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.Services-module__7BRr6W__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.Services-module__7BRr6W__cardAnimate{animation:.6s ease-out both Services-module__7BRr6W__fadeInUp}.Services-module__7BRr6W__card:first-child{animation-delay:.1s}.Services-module__7BRr6W__card:nth-child(2){animation-delay:.2s}.Services-module__7BRr6W__card:nth-child(3){animation-delay:.3s}.Services-module__7BRr6W__card:nth-child(4){animation-delay:.4s}.Services-module__7BRr6W__card:nth-child(5){animation-delay:.5s}.Services-module__7BRr6W__card:nth-child(6){animation-delay:.6s}.Services-module__7BRr6W__imageWrapper{background:#f0f0f0;width:100%;padding-bottom:65%;position:relative;overflow:hidden}.Services-module__7BRr6W__images{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0}.Services-module__7BRr6W__card:hover .Services-module__7BRr6W__images{transform:scale(1.1)}.Services-module__7BRr6W__imageWrapper:after{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#0b53d24d 0%,#4a84f14d 100%);transition:opacity .4s;position:absolute;inset:0}.Services-module__7BRr6W__card:hover .Services-module__7BRr6W__imageWrapper:after{opacity:1}.Services-module__7BRr6W__cardContain{background:#fff;padding:25px;position:relative}.Services-module__7BRr6W__cardContain h3{color:#1a202c;margin-bottom:12px;font-size:1.35rem;font-weight:700;line-height:1.4;transition:color .3s;display:inline-block;position:relative}.Services-module__7BRr6W__cardContain h3:after{content:"";background:linear-gradient(90deg,#0b53d2,#4a84f1);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Services-module__7BRr6W__card:hover .Services-module__7BRr6W__cardContain h3:after{width:100%}.Services-module__7BRr6W__cardContain p{color:#4a5568;margin-bottom:20px;font-size:.9rem;line-height:1.6}.Services-module__7BRr6W__readMore{color:#0b53d2;align-items:center;gap:8px;padding-bottom:2px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.Services-module__7BRr6W__readMore:after{content:"";background:linear-gradient(90deg,#0b53d2,#4a84f1);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Services-module__7BRr6W__readMore:hover{color:#4a84f1;gap:12px}.Services-module__7BRr6W__readMore:hover:after{width:100%}@keyframes Services-module__7BRr6W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Services-module__7BRr6W__services{padding:60px 0}.Services-module__7BRr6W__grid{gap:25px;padding:0 20px}.Services-module__7BRr6W__cardContain h3{font-size:1.2rem}.Services-module__7BRr6W__cardContain p{font-size:.85rem}}@media (max-width:768px){.Services-module__7BRr6W__services{padding:50px 0}.Services-module__7BRr6W__grid{grid-template-columns:repeat(2,1fr);gap:20px}.Services-module__7BRr6W__cardContain{padding:20px}.Services-module__7BRr6W__cardContain h3{font-size:1.1rem}.Services-module__7BRr6W__cardContain p{margin-bottom:15px;font-size:.85rem}.Services-module__7BRr6W__readMore{font-size:.85rem}}@media (max-width:640px){.Services-module__7BRr6W__grid{grid-template-columns:1fr;gap:25px;max-width:450px}.Services-module__7BRr6W__services{padding:40px 0}.Services-module__7BRr6W__cardContain h3{font-size:1.2rem}.Services-module__7BRr6W__cardContain p{font-size:.9rem}.Services-module__7BRr6W__imageWrapper{padding-bottom:60%}}@media (min-width:769px){.Services-module__7BRr6W__card{position:relative}.Services-module__7BRr6W__card:before{content:"";opacity:0;pointer-events:none;z-index:-1;background:linear-gradient(135deg,#0b53d2,#4a84f1,#0b53d2);border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:0}.Services-module__7BRr6W__card:hover:before{opacity:1}}.Services-module__7BRr6W__imageWrapper.Services-module__7BRr6W__loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite Services-module__7BRr6W__loading}@keyframes Services-module__7BRr6W__loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-contrast:high){.Services-module__7BRr6W__card{border:2px solid #0b53d2}.Services-module__7BRr6W__readMore{color:#0b53d2;text-decoration:underline}.Services-module__7BRr6W__readMore:after{display:none}}@media (prefers-reduced-motion:reduce){.Services-module__7BRr6W__card,.Services-module__7BRr6W__images,.Services-module__7BRr6W__imageWrapper:after,.Services-module__7BRr6W__cardContain h3:after,.Services-module__7BRr6W__readMore,.Services-module__7BRr6W__readMore:after{transition:none;animation:none}.Services-module__7BRr6W__card:hover,.Services-module__7BRr6W__card:hover .Services-module__7BRr6W__images{transform:none}.Services-module__7BRr6W__cardAnimate{opacity:1;animation:none;transform:none}}@media (prefers-color-scheme:dark){.Services-module__7BRr6W__services{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%)}.Services-module__7BRr6W__card,.Services-module__7BRr6W__cardContain{background:#2d3748}.Services-module__7BRr6W__cardContain h3{color:#f7fafc}.Services-module__7BRr6W__cardContain p{color:#cbd5e0}.Services-module__7BRr6W__readMore{color:#4a84f1}}.Services-module__7BRr6W__card:focus-visible{outline-offset:2px;outline:2px solid #0b53d2;transform:translateY(-5px)}.Services-module__7BRr6W__readMore:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0b53d2}@media print{.Services-module__7BRr6W__services{background:#fff;padding:20px 0}.Services-module__7BRr6W__card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}.Services-module__7BRr6W__readMore{color:#000;text-decoration:underline}.Services-module__7BRr6W__imageWrapper:after,.Services-module__7BRr6W__card:before{display:none}}@media (hover:none){.Services-module__7BRr6W__card:hover,.Services-module__7BRr6W__card:hover .Services-module__7BRr6W__images{transform:none}.Services-module__7BRr6W__card:active{transform:scale(.98)}.Services-module__7BRr6W__readMore:active{gap:12px}}
.Works-module__vkqOha__bg{background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);padding:4rem 2rem}.Works-module__vkqOha__guarantees{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1280px;margin:0 auto;display:grid}.Works-module__vkqOha__guarantee{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border-radius:1rem;align-items:center;gap:1rem;padding:2rem;display:flex;box-shadow:0 5px 15px #0000000d}.Works-module__vkqOha__guaranteeIcon{color:#10b981;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Works-module__vkqOha__guarantee h4{color:#fff;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.Works-module__vkqOha__guarantee p{color:#fff;margin:0;font-size:.95rem}
.Blog-module__ojYDCa__blogSection{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);padding:5rem 2rem;position:relative;overflow:hidden}.Blog-module__ojYDCa__backgroundDecoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Blog-module__ojYDCa__circle1{background:radial-gradient(circle,#3b82f608 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.Blog-module__ojYDCa__circle2{background:radial-gradient(circle,#10b98108 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.Blog-module__ojYDCa__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Blog-module__ojYDCa__postsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin:3rem 0;display:grid}.Blog-module__ojYDCa__card{opacity:0;background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 10px 30px #0000000d}.Blog-module__ojYDCa__card.Blog-module__ojYDCa__visible{opacity:1;transform:translateY(0)}.Blog-module__ojYDCa__card:hover{transform:translateY(-12px);box-shadow:0 25px 40px #0000001f}.Blog-module__ojYDCa__imageWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.Blog-module__ojYDCa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Blog-module__ojYDCa__card:hover .Blog-module__ojYDCa__image{transform:scale(1.05)}.Blog-module__ojYDCa__categoryBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:30px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.Blog-module__ojYDCa__overlay{opacity:0;z-index:3;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Blog-module__ojYDCa__imageWrapper:hover .Blog-module__ojYDCa__overlay{opacity:1}.Blog-module__ojYDCa__quickView{color:#0f172a;background:#fff;border-radius:30px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .3s;transform:translateY(20px)}.Blog-module__ojYDCa__imageWrapper:hover .Blog-module__ojYDCa__quickView{transform:translateY(0)}.Blog-module__ojYDCa__quickView:hover{color:#fff;background:#3b82f6}.Blog-module__ojYDCa__content{padding:1.75rem}.Blog-module__ojYDCa__metaInfo{gap:1.5rem;margin-bottom:1rem;display:flex}.Blog-module__ojYDCa__metaItem{color:#64748b;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.Blog-module__ojYDCa__title{color:#0f172a;margin-bottom:1rem;font-size:1.35rem;font-weight:700;line-height:1.4;transition:color .3s}.Blog-module__ojYDCa__card:hover .Blog-module__ojYDCa__title{color:#3b82f6}.Blog-module__ojYDCa__authorInfo{border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Blog-module__ojYDCa__authorAvatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Blog-module__ojYDCa__authorName{color:#0f172a;font-size:.875rem;font-weight:600;line-height:1.3;display:block}.Blog-module__ojYDCa__authorRole{color:#64748b;font-size:.75rem;display:block}.Blog-module__ojYDCa__excerpt{color:#475569;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.Blog-module__ojYDCa__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Blog-module__ojYDCa__tag{color:#475569;background:#f1f5f9;border-radius:30px;padding:.25rem .75rem;font-size:.7rem;transition:all .3s}.Blog-module__ojYDCa__tag:hover{color:#fff;background:#3b82f6}.Blog-module__ojYDCa__readMoreLink{color:#3b82f6;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.Blog-module__ojYDCa__readMoreLink:hover{gap:.75rem}.Blog-module__ojYDCa__arrowIcon{transition:transform .3s}.Blog-module__ojYDCa__readMoreLink:hover .Blog-module__ojYDCa__arrowIcon{transform:translate(4px)}.Blog-module__ojYDCa__viewAllWrapper{text-align:center;margin-top:3rem}.Blog-module__ojYDCa__viewAllButton{color:#3b82f6;background:0 0;border:2px solid #3b82f6;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Blog-module__ojYDCa__viewAllButton:hover{color:#fff;background:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f633}@media (max-width:1024px){.Blog-module__ojYDCa__postsGrid{gap:2rem}.Blog-module__ojYDCa__title{font-size:1.25rem}}@media (max-width:768px){.Blog-module__ojYDCa__blogSection{padding:3rem 1rem}.Blog-module__ojYDCa__postsGrid{grid-template-columns:1fr;gap:1.5rem}.Blog-module__ojYDCa__content{padding:1.25rem}.Blog-module__ojYDCa__title{font-size:1.2rem}.Blog-module__ojYDCa__excerpt{font-size:.85rem}.Blog-module__ojYDCa__metaInfo{gap:1rem}}@media (max-width:480px){.Blog-module__ojYDCa__content{padding:1rem}.Blog-module__ojYDCa__title{font-size:1.1rem}.Blog-module__ojYDCa__authorInfo{margin-bottom:.75rem}.Blog-module__ojYDCa__tags{margin-bottom:1rem}.Blog-module__ojYDCa__viewAllButton{padding:.75rem 1.5rem;font-size:.875rem}}@keyframes Blog-module__ojYDCa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){.Blog-module__ojYDCa__blogSection{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.Blog-module__ojYDCa__card{background:#1e293b}.Blog-module__ojYDCa__title{color:#f1f5f9}.Blog-module__ojYDCa__excerpt{color:#cbd5e1}.Blog-module__ojYDCa__metaItem{color:#94a3b8}.Blog-module__ojYDCa__authorName{color:#f1f5f9}.Blog-module__ojYDCa__authorInfo{border-bottom-color:#334155}.Blog-module__ojYDCa__tag{color:#cbd5e1;background:#334155}.Blog-module__ojYDCa__tag:hover{background:#3b82f6}}
.CookiesPolicy-module__Gu8_9W__privacy{background:linear-gradient(#f9fafb,#eef2ff);padding:100px 20px}.CookiesPolicy-module__Gu8_9W__container{background:#fff;border-radius:18px;max-width:940px;margin:auto;padding:60px;box-shadow:0 1px 3px #00000005,0 0 0 1px #1b1f2326}.CookiesPolicy-module__Gu8_9W__container:hover{box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.CookiesPolicy-module__Gu8_9W__title{color:#111827;margin-bottom:15px;font-size:2.8rem;font-weight:800}.CookiesPolicy-module__Gu8_9W__updated{color:#6b7280;margin-bottom:40px;font-size:.9rem}.CookiesPolicy-module__Gu8_9W__tagline{color:#2563eb;margin-bottom:14px;font-size:1.05rem;font-weight:600}.CookiesPolicy-module__Gu8_9W__heading{color:#1f2933;border-bottom:2px solid #e5e7eb;align-items:center;gap:12px;margin-top:50px;margin-bottom:20px;padding-bottom:8px;font-size:1.6rem;display:flex}.CookiesPolicy-module__Gu8_9W__card h3{color:#374151;margin-top:28px;margin-bottom:12px;font-size:1.2rem}.CookiesPolicy-module__Gu8_9W__para{color:#4b5563;margin-bottom:16px;font-size:1rem;line-height:1.9}.CookiesPolicy-module__Gu8_9W__ul{margin-bottom:22px;padding-left:26px}.CookiesPolicy-module__Gu8_9W__card li{color:#4b5563;margin-bottom:10px;position:relative}.CookiesPolicy-module__Gu8_9W__privacyContent li:before{content:"•";color:#2563eb;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.CookiesPolicy-module__Gu8_9W__icon{color:#2563eb;flex-shrink:0;width:28px;height:28px}.CookiesPolicy-module__Gu8_9W__card{background:#f1f5f9;border-radius:14px;align-items:flex-start;gap:18px;margin-bottom:28px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.CookiesPolicy-module__Gu8_9W__card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.CookiesPolicy-module__Gu8_9W__highlight{background:#ecfeff;border-left:5px solid #06b6d4;border-radius:8px;margin:24px 0;padding:14px 18px;font-size:1rem;font-weight:500}.CookiesPolicy-module__Gu8_9W__contact{background:#f3f4f6;border-radius:12px;margin-top:20px;padding:24px;transition:background .3s}.CookiesPolicy-module__Gu8_9W__contact:hover{background:#e0f2fe}.CookiesPolicy-module__Gu8_9W__contact a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.CookiesPolicy-module__Gu8_9W__contact a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.CookiesPolicy-module__Gu8_9W__container{padding:40px 22px}.CookiesPolicy-module__Gu8_9W__title{font-size:2.3rem}.CookiesPolicy-module__Gu8_9W__privacyContent h2{font-size:1.4rem}.CookiesPolicy-module__Gu8_9W__privacyContent h3{font-size:1.1rem}.CookiesPolicy-module__Gu8_9W__card{flex-direction:column;gap:14px}.CookiesPolicy-module__Gu8_9W__icon{width:26px;height:26px}}
.Help-module__81t2PW__privacy{background:linear-gradient(#f9fafb,#eef2ff);padding:100px 20px}.Help-module__81t2PW__container{background:#fff;border-radius:18px;max-width:940px;margin:auto;padding:60px;box-shadow:0 1px 3px #00000005,0 0 0 1px #1b1f2326}.Help-module__81t2PW__container:hover{box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.Help-module__81t2PW__title{color:#111827;margin-bottom:15px;font-size:2.8rem;font-weight:800}.Help-module__81t2PW__updated{color:#6b7280;margin-bottom:40px;font-size:.9rem}.Help-module__81t2PW__tagline{color:#2563eb;margin-bottom:14px;font-size:1.05rem;font-weight:600}.Help-module__81t2PW__heading{color:#1f2933;border-bottom:2px solid #e5e7eb;align-items:center;gap:12px;margin-top:50px;margin-bottom:20px;padding-bottom:8px;font-size:1.6rem;display:flex}.Help-module__81t2PW__card h3{color:#374151;margin-top:28px;margin-bottom:12px;font-size:1.2rem}.Help-module__81t2PW__para{color:#4b5563;margin-bottom:16px;font-size:1rem;line-height:1.9}.Help-module__81t2PW__ul{margin-bottom:22px;padding-left:26px}.Help-module__81t2PW__card li{color:#4b5563;margin-bottom:10px;position:relative}.Help-module__81t2PW__privacyContent li:before{content:"•";color:#2563eb;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.Help-module__81t2PW__icon{color:#2563eb;flex-shrink:0;width:28px;height:28px}.Help-module__81t2PW__card{background:#f1f5f9;border-radius:14px;align-items:flex-start;gap:18px;margin-bottom:28px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.Help-module__81t2PW__card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.Help-module__81t2PW__highlight{background:#ecfeff;border-left:5px solid #06b6d4;border-radius:8px;margin:24px 0;padding:14px 18px;font-size:1rem;font-weight:500}.Help-module__81t2PW__contact{background:#f3f4f6;border-radius:12px;margin-top:20px;padding:24px;transition:background .3s}.Help-module__81t2PW__contact:hover{background:#e0f2fe}.Help-module__81t2PW__contact a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.Help-module__81t2PW__contact a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.Help-module__81t2PW__container{padding:40px 22px}.Help-module__81t2PW__title{font-size:2.3rem}.Help-module__81t2PW__privacyContent h2{font-size:1.4rem}.Help-module__81t2PW__privacyContent h3{font-size:1.1rem}.Help-module__81t2PW__card{flex-direction:column;gap:14px}.Help-module__81t2PW__icon{width:26px;height:26px}}
.PrivacyPolicy-module__2OrfyG__privacy{background:linear-gradient(#f9fafb,#eef2ff);padding:100px 20px}.PrivacyPolicy-module__2OrfyG__container{background:#fff;border-radius:18px;max-width:940px;margin:auto;padding:60px;box-shadow:0 1px 3px #00000005,0 0 0 1px #1b1f2326}.PrivacyPolicy-module__2OrfyG__container:hover{box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.PrivacyPolicy-module__2OrfyG__title{color:#111827;margin-bottom:15px;font-size:2.8rem;font-weight:800}.PrivacyPolicy-module__2OrfyG__updated{color:#6b7280;margin-bottom:40px;font-size:.9rem}.PrivacyPolicy-module__2OrfyG__tagline{color:#2563eb;margin-bottom:14px;font-size:1.05rem;font-weight:600}.PrivacyPolicy-module__2OrfyG__heading{color:#1f2933;border-bottom:2px solid #e5e7eb;align-items:center;gap:12px;margin-top:50px;margin-bottom:20px;padding-bottom:8px;font-size:1.6rem;display:flex}.PrivacyPolicy-module__2OrfyG__card h3{color:#374151;margin-top:28px;margin-bottom:12px;font-size:1.2rem}.PrivacyPolicy-module__2OrfyG__para{color:#4b5563;margin-bottom:16px;font-size:1rem;line-height:1.9}.PrivacyPolicy-module__2OrfyG__ul{margin-bottom:22px;padding-left:26px}.PrivacyPolicy-module__2OrfyG__card li{color:#4b5563;margin-bottom:10px;position:relative}.PrivacyPolicy-module__2OrfyG__privacyContent li:before{content:"•";color:#2563eb;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.PrivacyPolicy-module__2OrfyG__icon{color:#2563eb;flex-shrink:0;width:28px;height:28px}.PrivacyPolicy-module__2OrfyG__card{background:#f1f5f9;border-radius:14px;align-items:flex-start;gap:18px;margin-bottom:28px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.PrivacyPolicy-module__2OrfyG__card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.PrivacyPolicy-module__2OrfyG__highlight{background:#ecfeff;border-left:5px solid #06b6d4;border-radius:8px;margin:24px 0;padding:14px 18px;font-size:1rem;font-weight:500}.PrivacyPolicy-module__2OrfyG__contact{background:#f3f4f6;border-radius:12px;margin-top:20px;padding:24px;transition:background .3s}.PrivacyPolicy-module__2OrfyG__contact:hover{background:#e0f2fe}.PrivacyPolicy-module__2OrfyG__contact a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.PrivacyPolicy-module__2OrfyG__contact a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.PrivacyPolicy-module__2OrfyG__container{padding:40px 22px}.PrivacyPolicy-module__2OrfyG__title{font-size:2.3rem}.PrivacyPolicy-module__2OrfyG__privacyContent h2{font-size:1.4rem}.PrivacyPolicy-module__2OrfyG__privacyContent h3{font-size:1.1rem}.PrivacyPolicy-module__2OrfyG__card{flex-direction:column;gap:14px}.PrivacyPolicy-module__2OrfyG__icon{width:26px;height:26px}}
.Differentiators-module__qWQyoW__differentiators{text-align:center;max-width:1200px;margin:0 auto;padding:80px 20px}.Differentiators-module__qWQyoW__bg{background:#fff}.Differentiators-module__qWQyoW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px;display:grid}.Differentiators-module__qWQyoW__card{text-align:center;background:linear-gradient(135deg,#fff,#fff);border-radius:20px;padding:30px 25px;transition:all .4s;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.Differentiators-module__qWQyoW__card:hover{box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.Differentiators-module__qWQyoW__icon{color:#fff;background:linear-gradient(135deg,#0b53d2 0%,#4a84f1 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:28px;transition:all .4s;display:flex}.Differentiators-module__qWQyoW__card:hover .Differentiators-module__qWQyoW__icon{background:#000;transform:scale(1.1)}.Differentiators-module__qWQyoW__cardTitle{color:#000;margin-bottom:8px;font-size:1.3rem;font-weight:700}.Differentiators-module__qWQyoW__subtitle{color:#000;margin-bottom:15px;font-size:1.05rem;font-weight:500}.Differentiators-module__qWQyoW__description{color:#000;font-size:.95rem;line-height:1.6}
.Terms-module__4MLCYW__privacy{background:linear-gradient(#f9fafb,#eef2ff);padding:100px 20px}.Terms-module__4MLCYW__container{background:#fff;border-radius:18px;max-width:940px;margin:auto;padding:60px;box-shadow:0 1px 3px #00000005,0 0 0 1px #1b1f2326}.Terms-module__4MLCYW__container:hover{box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.Terms-module__4MLCYW__title{color:#111827;margin-bottom:15px;font-size:2.8rem;font-weight:800}.Terms-module__4MLCYW__updated{color:#6b7280;margin-bottom:40px;font-size:.9rem}.Terms-module__4MLCYW__tagline{color:#2563eb;margin-bottom:14px;font-size:1.05rem;font-weight:600}.Terms-module__4MLCYW__heading{color:#1f2933;border-bottom:2px solid #e5e7eb;align-items:center;gap:12px;margin-top:50px;margin-bottom:20px;padding-bottom:8px;font-size:1.6rem;display:flex}.Terms-module__4MLCYW__card h3{color:#374151;margin-top:28px;margin-bottom:12px;font-size:1.2rem}.Terms-module__4MLCYW__para{color:#4b5563;margin-bottom:16px;font-size:1rem;line-height:1.9}.Terms-module__4MLCYW__ul{margin-bottom:22px;padding-left:26px}.Terms-module__4MLCYW__card li{color:#4b5563;margin-bottom:10px;position:relative}.Terms-module__4MLCYW__privacyContent li:before{content:"•";color:#2563eb;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.Terms-module__4MLCYW__icon{color:#2563eb;flex-shrink:0;width:28px;height:28px}.Terms-module__4MLCYW__card{background:#f1f5f9;border-radius:14px;align-items:flex-start;gap:18px;margin-bottom:28px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex}.Terms-module__4MLCYW__card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.Terms-module__4MLCYW__highlight{background:#ecfeff;border-left:5px solid #06b6d4;border-radius:8px;margin:24px 0;padding:14px 18px;font-size:1rem;font-weight:500}.Terms-module__4MLCYW__contact{background:#f3f4f6;border-radius:12px;margin-top:20px;padding:24px;transition:background .3s}.Terms-module__4MLCYW__contact:hover{background:#e0f2fe}.Terms-module__4MLCYW__contact a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.Terms-module__4MLCYW__contact a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.Terms-module__4MLCYW__container{padding:40px 22px}.Terms-module__4MLCYW__title{font-size:2.3rem}.Terms-module__4MLCYW__privacyContent h2{font-size:1.4rem}.Terms-module__4MLCYW__privacyContent h3{font-size:1.1rem}.Terms-module__4MLCYW__card{flex-direction:column;gap:14px}.Terms-module__4MLCYW__icon{width:26px;height:26px}}
