@charset "UTF-8";.footerSection{width:100%;padding:80px 0 40px;display:flex;justify-content:center;background:linear-gradient(180deg,#fff0,#fff 20%)}@media(max-width:768px){.footerSection{padding:0}}.footerSection .footerContainer{width:1400px;display:flex;flex-direction:column}@media(max-width:1400px){.footerSection .footerContainer{width:100%;padding:0 30px}}.footerTop{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;margin-bottom:60px}@media(max-width:1024px){.footerTop{gap:60px}}.brandColumn{flex:1;min-width:280px;max-width:350px;display:flex;flex-direction:column;gap:20px}.brandColumn .logoWrapper{display:flex;align-items:center;gap:10px}.brandColumn .logoWrapper .footerLogo{width:32px;height:auto}.brandColumn .logoWrapper .brandName{font-size:22px;font-weight:700;color:#1a1a1a}.brandColumn .brandDesc{font-size:15px;line-height:1.6;color:#666}.brandColumn .socialLinks{display:flex;gap:15px;margin-top:10px}.brandColumn .socialLinks .socialIcon{width:40px;height:40px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#555;transition:all .3s ease}.brandColumn .socialLinks .socialIcon:hover{background:linear-gradient(90deg,#9a72f9,#5b4393);color:#fff;transform:translateY(-3px)}.linksWrapper{display:flex;gap:80px}@media(max-width:768px){.linksWrapper{width:100%;justify-content:flex-start;gap:60px}}.linksWrapper .linkColumn{display:flex;flex-direction:column;gap:15px}.linksWrapper .linkColumn .columnTitle{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:5px}.linksWrapper .linkColumn a{font-size:15px;color:#666;text-decoration:none;transition:color .3s ease}.linksWrapper .linkColumn a:hover{color:#9a72f9}.newsletterColumn{flex:1;min-width:280px;max-width:320px;display:flex;flex-direction:column;gap:20px}.newsletterColumn .columnTitle{font-size:18px;font-weight:700;color:#1a1a1a}.newsletterColumn .newsletterText{font-size:15px;color:#666;line-height:1.5}.newsletterColumn .newsletterForm{display:flex;position:relative;width:100%}.newsletterColumn .newsletterForm input{width:100%;padding:14px 50px 14px 20px;border-radius:50px;border:1px solid #E0E0E0;background:#fafafa;font-size:15px;color:#333;outline:none;transition:border-color .3s}.newsletterColumn .newsletterForm input::placeholder{color:#999}.newsletterColumn .newsletterForm input:focus{border-color:#9a72f9;background:#fff}.newsletterColumn .newsletterForm .submitBtn{position:absolute;right:6px;top:6px;width:36px;height:36px;border-radius:50%;border:none;background:linear-gradient(90deg,#9a72f9,#5b4393);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s}.newsletterColumn .newsletterForm .submitBtn:hover{transform:scale(1.05)}.footerDivider{width:100%;height:1px;background:#eaeaea;margin-bottom:30px}.footerBottom{display:flex;justify-content:center;align-items:center;text-align:center}.footerBottom .copyright{font-size:14px;color:#888}.main-layout{display:flex;flex-direction:column;min-height:100vh}.main-layout .main-content{flex:1}@media(max-width:768px){.main-layout .main-content{padding:80px 0}}.headerSection{width:100%;position:fixed;top:0;left:0;z-index:20;transition:transform .3s ease-in-out,background .3s ease,box-shadow .3s ease;background:transparent;display:flex;justify-content:center}.headerSection.visible{transform:translateY(0)}.headerSection.hidden{transform:translateY(-100%)}.headerSection.glass{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000000d}.headerContainer{width:1400px;display:flex;align-items:center;justify-content:space-between;padding:20px 0}@media(max-width:1400px){.headerContainer{width:100%;padding:20px 30px}}.logoWrapper{flex-shrink:0;cursor:pointer}.logoWrapper .logoImage{width:42px;height:66px;flex-shrink:0;object-fit:contain;transition:transform .3s ease}.logoWrapper .logoImage:hover{transform:scale(1.05)}@media(max-width:768px){.logoWrapper .logoImage{height:40px}}.navigationMenu{display:flex;align-items:center;gap:30px}@media(max-width:1100px){.navigationMenu{display:none}}.navigationMenu .navLink{text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:500;transition:color .3s ease;white-space:nowrap;cursor:pointer}.navigationMenu .navLink:hover{color:#9a72f9}.authActions{display:flex;align-items:center;gap:20px}@media(max-width:1100px){.authActions{display:none}}.authActions .authButtonWrapper{position:relative;display:flex;justify-content:center}.authActions .authButtonWrapper .comingSoonTooltip{position:absolute;bottom:-35px;left:50%;transform:translate(-50%) translateY(10px);background-color:#333;color:#fff;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);z-index:100;pointer-events:none}.authActions .authButtonWrapper .comingSoonTooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background-color:#333}.authActions .authButtonWrapper .comingSoonTooltip.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.authActions .loginBtn{background:none;border:none;font-size:16px;font-weight:600;color:#1a1a1a;cursor:default;transition:color .3s ease;padding:0 10px}.authActions .loginBtn:hover{color:#5b4393}.authActions .registerBtn{display:flex;padding:12px 24px;justify-content:center;align-items:center;gap:10px;border-radius:50px;background:linear-gradient(90deg,#9a72f9,#5b4393);border:none;color:#fff;font-size:16px;font-weight:600;cursor:default;white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease,opacity .3s}.authActions .registerBtn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #5b43934d;opacity:.9}.authActions .registerBtn svg{transition:transform .3s ease}.authActions .registerBtn:hover svg{transform:translate(4px)}.mobileToggle{display:none;z-index:22}@media(max-width:1100px){.mobileToggle{display:block}}.mobileMenuOverlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fffffffa;z-index:21;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s ease-in-out;overflow:hidden}.mobileMenuOverlay.active{opacity:1;visibility:visible}.mobileMenuOverlay .mobileNav{display:flex;flex-direction:column;align-items:center;gap:30px}.mobileMenuOverlay .mobileNav a{text-decoration:none;font-size:24px;color:#1a1a1a;font-weight:600;transition:color .3s;cursor:pointer}.mobileMenuOverlay .mobileNav a:hover{color:#5b4393}.mobileMenuOverlay .mobileNav .mobileAuth{margin-top:20px;display:flex;flex-direction:column;gap:20px;align-items:center}.mobileMenuOverlay .mobileNav .mobileAuth .loginBtn{background:none;border:none;font-size:20px;font-weight:600;color:#5b4393}.mobileMenuOverlay .mobileNav .mobileAuth .registerBtn{display:flex;padding:15px 40px;justify-content:center;align-items:center;gap:10px;border-radius:20px;background:linear-gradient(90deg,#9a72f9,#5b4393);border:none;color:#fff;font-size:18px;font-weight:600}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Thin-Ka0dc8mX.otf) format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Thin%20Italic-BQWm9k1F.otf) format("opentype");font-weight:100;font-style:italic}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Light-BwOgVi5f.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Light%20Italic-BNXYs_2k.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Regular-CevamIeb.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Italic-jcyAYHVV.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20SemiBold-CNmkSOkE.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20SemiBold%20Italic-BG_tThu7.otf) format("opentype");font-weight:600;font-style:italic}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Bold-BbnRBp9P.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Bold%20Italic-LH7AqLsJ.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Heavy-BB2blVVw.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Uni Sans;src:url(/assets/Uni%20Sans%20Heavy%20Italic-C_Fj8GIM.otf) format("opentype");font-weight:900;font-style:italic}*{box-sizing:border-box;margin:0;padding:0}button{font-family:Uni Sans,sans-serif}body{font-family:Uni Sans,sans-serif;-webkit-font-smoothing:antialiased;font-display:swap;min-height:100vh;background:radial-gradient(circle at 50% 50%,#eee6ffcc,#fff0 50%),radial-gradient(circle at 100% 0%,#dbefff80,#fff0 50%),radial-gradient(circle at 0% 100%,#9d78f426,#fff0 60%),linear-gradient(180deg,#fff,#f3f0ff);background-size:200% 200%,200% 200%,200% 200%,100% 100%;background-position:0% 0%,100% 0%,0% 100%,0 0;animation:subtleGradientMove 20s ease-in-out infinite alternate}@keyframes subtleGradientMove{0%{background-position:0% 0%,100% 0%,0% 100%,0 0}25%{background-position:100% 0%,100% 100%,0% 50%,0 0}50%{background-position:100% 100%,0% 100%,100% 0%,0 0}75%{background-position:0% 100%,0% 0%,100% 50%,0 0}to{background-position:0% 0%,100% 0%,0% 100%,0 0}}.heroSection{width:100%;display:flex;justify-content:center;padding:40px 30px;position:relative;overflow:hidden}@media(max-width:1400px){.heroSection{padding:70px 30px}}@media(max-width:768px){.heroSection{padding:40px 0}}.heroSection .heroContainer{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}@media(max-width:1200px){.heroSection .heroContainer{flex-direction:column;gap:60px;text-align:center;padding:20px}}@media(max-width:768px){.heroSection .heroContainer{padding:0 20px;gap:40px}}.contentWrapper{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:30px;z-index:5}@media(max-width:1200px){.contentWrapper{align-items:center;text-align:center;padding-top:80px}}@media(max-width:768px){.contentWrapper{padding-top:0}}.contentWrapper .badgeWrapper{display:flex;align-items:center;gap:15px}.contentWrapper .badgeWrapper .line{width:40px;height:2px;background-color:#bdbdbd}.contentWrapper .badgeWrapper .badgeText{padding:8px 20px;border-radius:30px;background:#f4f4f4;color:#555;font-size:14px;font-weight:700}.contentWrapper .mainHeading{color:#2a2a2a;font-size:50px;font-weight:800;line-height:1.1}.contentWrapper .mainHeading .highlight{background:linear-gradient(90deg,#9975ee,#654c9e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contentWrapper .mainHeading .typewriterWord{color:#654c9e;display:inline-block;min-width:200px;font-size:50px;margin:0 8px;text-align:left}@media(max-width:1200px){.contentWrapper .mainHeading .typewriterWord{min-width:auto;font-size:50px}}@media(max-width:768px){.contentWrapper .mainHeading .typewriterWord{display:block;width:100%;text-align:center;margin:10px 0;min-height:1.2em;font-size:40px}}@media(max-width:768px){.contentWrapper .mainHeading{font-size:38px}}.contentWrapper .description{color:#666;font-size:18px;font-weight:400;line-height:1.7;max-width:550px}.contentWrapper .description .link{color:#654c9e;text-decoration:underline;font-weight:600;cursor:pointer}@media(max-width:768px){.contentWrapper .description{font-size:16px}}.contentWrapper .ctaButton{text-decoration:none;display:inline-flex;padding:18px 40px;align-items:center;gap:12px;border-radius:50px;border:none;cursor:pointer;background:linear-gradient(90deg,#9975ee,#654c9e);box-shadow:0 10px 25px #654c9e4d;color:#fff;font-size:16px;font-weight:600;transition:all .3s ease}.contentWrapper .ctaButton:hover{transform:translateY(-3px);box-shadow:0 15px 35px #654c9e66}.visualWrapper{flex:1.2;position:relative;width:100%;height:800px;display:flex;align-items:center;justify-content:center}@media(max-width:1200px){.visualWrapper{height:auto;min-height:600px;margin-top:20px;display:block}}@media(max-width:768px){.visualWrapper{min-height:500px;display:none}}.visualWrapper .phonesContainer{position:relative;width:100%;height:100%;z-index:1}@media(max-width:1200px){.visualWrapper .phonesContainer{height:400px;display:flex;justify-content:center;align-items:center}}@media(max-width:768px){.visualWrapper .phonesContainer{height:300px}}.visualWrapper .phoneLeft,.visualWrapper .phoneRight{position:absolute;width:200px;height:auto;transition:transform .5s ease}@media(max-width:1400px){.visualWrapper .phoneLeft,.visualWrapper .phoneRight{width:200px}}@media(max-width:1200px){.visualWrapper .phoneLeft,.visualWrapper .phoneRight{width:200px}}@media(max-width:768px){.visualWrapper .phoneLeft,.visualWrapper .phoneRight{width:200px}}.visualWrapper .phoneLeft{right:30%;top:65%;transform:translate(-95%,-65%);z-index:2;animation:floatLeft 6s ease-in-out infinite}@media(max-width:1400px){.visualWrapper .phoneLeft{width:200px;top:55%}}@media(max-width:1200px){.visualWrapper .phoneLeft{transform:translate(-90%,-60%)!important}}.visualWrapper .phoneRight{left:60%;top:35%;transform:translate(-15%,-35%);z-index:3;animation:floatRight 7s ease-in-out infinite}@media(max-width:1200px){.visualWrapper .phoneRight{transform:translate(-30%,-30%)!important}}.visualWrapper .testimonialCard{position:absolute;bottom:150px;right:12%;z-index:10;padding:20px;border-radius:24px;box-shadow:0 20px 50px #0000001f;background-color:#f4f4f4c6;width:320px;height:160px;display:flex;flex-direction:column;justify-content:center;animation:floatCard 6s ease-in-out infinite}@media(max-width:1200px){.visualWrapper .testimonialCard{position:relative;bottom:auto;right:auto;margin:60px auto 0;width:90%;max-width:300px;height:150px;transform:none!important;animation:floatSimple 4s ease-in-out infinite}}.visualWrapper .testimonialCard .stars{display:flex;gap:4px;margin-bottom:12px}.visualWrapper .testimonialCard .author{color:#1a1a1a;font-size:18px;font-weight:800;margin-bottom:8px;opacity:0;transform:translateY(5px);transition:opacity .4s ease,transform .4s ease}.visualWrapper .testimonialCard .author.visible{opacity:1;transform:translateY(0)}.visualWrapper .testimonialCard .quote{color:#555;font-size:16px;line-height:1.5;font-style:italic;font-weight:500;margin:0;min-height:50px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.visualWrapper .testimonialCard .quote .cursor{display:inline-block;width:2px;margin-left:2px;color:#654c9e;font-weight:700}.visualWrapper .testimonialCard .quote .cursor.blink{opacity:1}.visualWrapper .testimonialCard .quote .cursor:not(.blink){opacity:0}@keyframes floatLeft{0%,to{transform:translate(-85%,-65%)}50%{transform:translate(-85%,-70%)}}@keyframes floatRight{0%,to{transform:translate(-15%,-35%)}50%{transform:translate(-15%,-40%)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatSimple{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1200px){@keyframes floatLeft{0%,to{transform:translate(-70%,-50%)}50%{transform:translate(-70%,-55%)}}@keyframes floatRight{0%,to{transform:translate(-30%,-30%)}50%{transform:translate(-30%,-35%)}}}.logoSection{width:100%;padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:50px;background:transparent}.logoSection .trustedText{color:#555;font-size:20px;font-weight:500;text-align:center;opacity:.8}.logoSection .sliderContainer{width:100%;max-width:1400px;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logoSection .sliderTrack{display:flex;align-items:center;gap:80px;height:55px;width:max-content;animation:scroll 40s linear infinite}.logoSection .sliderTrack:hover{animation-play-state:paused}.logoSection .sliderTrack .logoItem{flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.logoSection .sliderTrack .logoItem img{height:50px;width:auto;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:filter .3s ease,transform .3s ease}.logoSection .sliderTrack .logoItem img:hover{filter:grayscale(0%) opacity(1);transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.sliderTrack{gap:40px;animation-duration:20s}.sliderTrack .logoItem img{height:30px}}.howItWorksSection{width:100%;display:flex;padding:40px 0;flex-direction:column;align-items:center;position:relative;background:transparent}.howItWorksSection .headerContent{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center;gap:20px}.howItWorksSection .headerContent .badgeWrapper{display:flex;align-items:center;gap:15px}.howItWorksSection .headerContent .badgeWrapper .line{width:40px;height:1px;background-color:#bdbdbd}.howItWorksSection .headerContent .badgeWrapper .badgeText{padding:6px 16px;border-radius:20px;background:#fff9;color:#555;font-size:12px;font-weight:600;border:1px solid rgba(0,0,0,.05)}.howItWorksSection .headerContent .sectionTitle{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1.2}.howItWorksSection .headerContent .sectionTitle .highlight{background:linear-gradient(90deg,#9a72f9,#5b4393);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}@media(max-width:768px){.howItWorksSection .headerContent .sectionTitle{font-size:32px}}.howItWorksSection .headerContent .sectionSubtitle{color:#666;font-size:16px;line-height:1.6;max-width:800px;padding:0 20px}.howItWorksSection .cardsContainer{width:100%;max-width:1400px;display:flex;justify-content:center;gap:30px;padding:0 20px}@media(max-width:1100px){.howItWorksSection .cardsContainer{flex-wrap:wrap}}.howItWorksSection .cardsContainer .stepCard{flex:1;min-width:300px;max-width:380px;padding:40px 30px;border-radius:24px;cursor:pointer;transition:all .5s ease;background:#fff6;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.howItWorksSection .cardsContainer .stepCard .iconWrapper{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#9a72f9;color:#fff;transition:all .5s ease}.howItWorksSection .cardsContainer .stepCard .cardTitle{font-size:24px;font-weight:600;line-height:1.3;color:#2a2a2a;transition:color .5s ease}.howItWorksSection .cardsContainer .stepCard .cardDesc{font-size:14px;line-height:1.6;color:#555;transition:color .5s ease}.howItWorksSection .cardsContainer .stepCard.active,.howItWorksSection .cardsContainer .stepCard:hover{background:linear-gradient(135deg,#9a72f9,#8257e6);box-shadow:0 20px 40px #9a72f94d;transform:translateY(-10px);border:none}.howItWorksSection .cardsContainer .stepCard.active .iconWrapper,.howItWorksSection .cardsContainer .stepCard:hover .iconWrapper{background:#fff;color:#9a72f9}.howItWorksSection .cardsContainer .stepCard.active .cardTitle,.howItWorksSection .cardsContainer .stepCard:hover .cardTitle{color:#fff}.howItWorksSection .cardsContainer .stepCard.active .cardDesc,.howItWorksSection .cardsContainer .stepCard:hover .cardDesc{color:#ffffffe6}.aboutUsSection{width:100%;display:flex;justify-content:center;position:relative;background-color:transparent;overflow:hidden;padding:80px 0}@media(max-width:768px){.aboutUsSection{padding:40px 0}}.aboutUsSection .aboutContainer{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;gap:50px}@media(max-width:1200px){.aboutUsSection .aboutContainer{flex-direction:column;text-align:center;gap:80px}}@media(max-width:768px){.aboutUsSection .aboutContainer{padding:0 20px}}.textContent{flex:1;max-width:600px;display:flex;flex-direction:column;align-items:flex-start;gap:25px;z-index:2}@media(max-width:1200px){.textContent{max-width:100%;align-items:center}}.textContent .badgeWrapper{display:flex;align-items:center;gap:15px}.textContent .badgeWrapper .line{width:40px;height:1px;background-color:#bdbdbd}.textContent .badgeWrapper .badgeText{padding:6px 18px;border-radius:20px;background:#fff9;color:#555;font-size:14px;font-weight:600;border:1px solid rgba(0,0,0,.05);letter-spacing:normal}.textContent .aboutHeading{font-size:56px;font-weight:800;color:#000;line-height:1.1}.textContent .aboutHeading .highlight{background:linear-gradient(90deg,#9a72f9,#c8728c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.textContent .aboutHeading{font-size:36px}}.textContent .aboutDescription{font-size:16px;line-height:1.6;color:#555}@media(max-width:768px){.textContent .aboutDescription{font-size:15px}}.textContent .readMoreBtn{margin-top:15px;display:flex;align-items:center;gap:10px;padding:16px 36px;border-radius:50px;border:none;cursor:pointer;background:linear-gradient(90deg,#9a72f9,#5b4393);color:#fff;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.textContent .readMoreBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #9a72f94d}.visualContent{flex:1.2;display:flex;justify-content:center;align-items:center;position:relative;height:600px}@media(max-width:1200px){.visualContent{width:100%;height:500px;display:none}}@media(max-width:768px){.visualContent{height:400px;transform:scale(.85);display:none}}.visualContent .phonesStack{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.visualContent .phonesStack .phone{position:absolute;width:220px;height:auto;filter:drop-shadow(0px 20px 40px rgba(0,0,0,.2));will-change:transform}@media(max-width:1400px){.visualContent .phonesStack .phone{width:200px}}@media(max-width:1200px){.visualContent .phonesStack .phone{width:180px}}@media(max-width:480px){.visualContent .phonesStack .phone{width:160px}}.visualContent .phonesStack .phone-1{z-index:1;width:280px;opacity:.9;animation:movePhone1 5s ease-in-out infinite}@media(max-width:1400px){.visualContent .phonesStack .phone-1{width:220px}}@media(max-width:1200px){.visualContent .phonesStack .phone-1{width:200px}}.visualContent .phonesStack .phone-2{z-index:2;animation:movePhone2 5s ease-in-out infinite}.visualContent .phonesStack .phone-3{z-index:3;animation:movePhone3 5s ease-in-out infinite}.visualContent .phonesStack .phone-4{z-index:4;animation:movePhone4 5s ease-in-out infinite;filter:drop-shadow(0px 30px 60px rgba(0,0,0,.35))}@keyframes movePhone1{0%,to{transform:translate(110px,40px)}50%{transform:translate(118px,45px)}}@keyframes movePhone2{0%,to{transform:translate(40px,15px)}50%{transform:translate(46px,18px)}}@keyframes movePhone3{0%,to{transform:translate(-30px,-30px)}50%{transform:translate(-36px,-34px)}}@keyframes movePhone4{0%,to{transform:translate(-100px,-20px)}50%{transform:translate(-92px,-26px)}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.testimonialsSection{width:100%;display:flex;flex-direction:column;gap:60px;overflow:hidden}@media(max-width:768px){.testimonialsSection{padding:0}}.testimonialHeaderContainer{width:1400px;margin:0 auto}@media(max-width:1300px){.testimonialHeaderContainer{width:100%;padding:0 30px}}.sectionHeader{display:flex;justify-content:space-between;align-items:flex-end;width:100%}@media(max-width:768px){.sectionHeader{flex-direction:column;align-items:flex-start;gap:30px}}.sectionHeader .headerLeft{display:flex;flex-direction:column;gap:20px;flex:1}.sectionHeader .headerLeft .badgeWrapper{display:flex;align-items:center;gap:15px}.sectionHeader .headerLeft .badgeWrapper .line{width:40px;height:1px;background-color:#bdbdbd}.sectionHeader .headerLeft .badgeWrapper .badgeText{padding:6px 18px;border-radius:20px;background:#fff9;color:#555;font-size:14px;font-weight:600;border:1px solid rgba(0,0,0,.05)}.sectionHeader .headerLeft .sectionTitle{font-size:48px;font-weight:700;color:#1a1a1a}.sectionHeader .headerLeft .sectionTitle .highlight{background:linear-gradient(90deg,#c8728c,#9a72f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}@media(max-width:768px){.sectionHeader .headerLeft .sectionTitle{font-size:36px}}.sectionHeader .headerLeft .sectionSubtitle{color:#666;font-size:16px;line-height:1.6}.sectionHeader .sliderControls{display:flex;gap:15px;margin-bottom:5px}.sectionHeader .sliderControls .navBtn{width:48px;height:48px;border-radius:50%;border:1px solid #e0e0e0;background:#ffffff80;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#5b4393;transition:all .3s ease}.sectionHeader .sliderControls .navBtn:hover{background:#5b4393;color:#fff;border-color:#5b4393}.sectionHeader .sliderControls .navBtn.next-btn{background:#5b4393!important;color:#fff}.sectionHeader .sliderControls .navBtn.next-btn:hover{background:#333}.sliderFullWidth{width:100%}.sliderFullWidth .testimonialsSwiper{width:100%;padding-bottom:50px;padding-left:max((100% - 1400px) / 2,20px);padding-right:20px}@media(max-width:1300px){.sliderFullWidth .testimonialsSwiper{padding-left:30px}}.sliderFullWidth .customSlide{width:400px;height:auto}@media(max-width:768px){.sliderFullWidth .customSlide{width:300px}}@media(max-width:480px){.sliderFullWidth .customSlide{width:85vw}}.sliderFullWidth .testimonialCard{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:40px 30px;min-height:420px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease;cursor:grab;height:100%}.sliderFullWidth .testimonialCard:hover{transform:translateY(-5px);background:#fffc;box-shadow:0 20px 40px #0000000d}.sliderFullWidth .testimonialCard .cardTitle{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:20px;line-height:1.4}.sliderFullWidth .testimonialCard .cardText{font-size:15px;line-height:1.7;color:#666;flex:1;margin-bottom:30px}.sliderFullWidth .testimonialCard .separator{width:100%;height:1px;background:#e0e0e0;margin-bottom:20px}.sliderFullWidth .testimonialCard .logoWrapper{height:40px;display:flex;align-items:center}.sliderFullWidth .testimonialCard .logoWrapper img{max-height:100%;max-width:120px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s}.sliderFullWidth .testimonialCard .logoWrapper img:hover{filter:grayscale(0%);opacity:1}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapSection{width:100%;padding:40px 0;display:flex;flex-direction:column;align-items:center}.mapSection .textContainer{text-align:center;margin-bottom:30px;z-index:2}.mapSection .textContainer .badgeWrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:15px}.mapSection .textContainer .badgeWrapper .line{width:30px;height:2px;background:#bdbdbd}.mapSection .textContainer .badgeWrapper .badgeText{padding:6px 18px;border-radius:20px;background:#fff9;color:#555;font-size:14px;font-weight:600;border:1px solid rgba(0,0,0,.05)}.mapSection .textContainer .sectionTitle{font-size:42px;font-weight:800;color:#2a2a2a}.mapSection .textContainer .sectionTitle .highlight{background:linear-gradient(90deg,#9975ee,#654c9e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mapSection .dynamicMapWrapper{width:100%;height:600px;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%)}.mapSection .dynamicMapWrapper .leafletMap{width:100%;height:100%;background:transparent}.mapSection .dynamicMapWrapper .leafletMap .leaflet-tile-pane{filter:grayscale(100%) sepia(20%) hue-rotate(220deg) contrast(.9);opacity:.6}.mapSection .dynamicMapWrapper .custom-map-marker{background:transparent;border:none}.mapSection .dynamicMapWrapper .custom-map-marker .marker-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mapSection .dynamicMapWrapper .custom-map-marker .marker-inner .logo-img{width:50%;height:50%;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.mapSection .dynamicMapWrapper .custom-map-marker .marker-inner .pulse{position:absolute;top:50%;left:50%;width:20px;height:20px;background:radial-gradient(circle,#9a72f9cc,#9a72f933);border-radius:50%;transform:translate(-50%,-50%);transform-origin:center center;opacity:0;animation:pulseMapDot 2s ease-out infinite;will-change:transform,opacity;pointer-events:none;z-index:1}.mapSection .dynamicMapWrapper :global(.custom-tooltip){background-color:#2a2a2a!important;border:none!important;border-radius:6px;color:#fff!important;font-family:inherit;font-weight:600;font-size:12px;padding:5px 12px;box-shadow:0 4px 15px #0003!important;opacity:1!important}.mapSection .dynamicMapWrapper :global(.custom-tooltip):before{display:none!important}.mapSection .dynamicMapWrapper .statsCard{position:absolute;bottom:60px;left:50px;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:15px 25px;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;gap:20px;border:1px solid rgba(154,114,249,.2)}@media(max-width:768px){.mapSection .dynamicMapWrapper .statsCard{left:50%;transform:translate(-50%);bottom:30px}}.mapSection .dynamicMapWrapper .statsCard .statItem{text-align:center}.mapSection .dynamicMapWrapper .statsCard .statItem .count{display:block;font-size:18px;font-weight:800;color:#654c9e}.mapSection .dynamicMapWrapper .statsCard .statItem .label{font-size:12px;color:#666}.mapSection .dynamicMapWrapper .statsCard .divider{width:1px;background:#ddd}@keyframes pulseMapDot{0%{transform:translate(-50%,-50%) scale(1);opacity:0}10%{opacity:.8}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.contactUsSection{width:100%;display:flex;flex-direction:column;align-items:center;padding:80px 0;gap:60px;position:relative;overflow:hidden}@media(max-width:768px){.contactUsSection{padding:40px 0;gap:40px}}.contactUsSection .contactHeaderContainer{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;padding:0 40px}@media(max-width:1200px){.contactUsSection .contactHeaderContainer{flex-direction:column;gap:60px;text-align:center;padding:0 30px}}@media(max-width:768px){.contactUsSection .contactHeaderContainer{padding:0 20px;gap:40px}}.contactUsSection .sectionHeader{width:100%;display:flex;justify-content:space-between;align-items:flex-end}@media(max-width:768px){.contactUsSection .sectionHeader{flex-direction:column;align-items:flex-start;gap:30px}}.contactUsSection .sectionHeader .headerLeft{display:flex;flex-direction:column;gap:20px}.contactUsSection .sectionHeader .headerLeft .badgeWrapper{display:flex;align-items:center;gap:15px}.contactUsSection .sectionHeader .headerLeft .badgeWrapper .line{width:40px;height:1px;background-color:#bdbdbd}.contactUsSection .sectionHeader .headerLeft .badgeWrapper .badgeText{padding:6px 18px;border-radius:20px;background:#fff9;color:#555;font-size:14px;font-weight:600;border:1px solid rgba(0,0,0,.05)}.contactUsSection .sectionHeader .headerLeft .sectionTitle{font-size:48px;font-weight:700;color:#1a1a1a}.contactUsSection .sectionHeader .headerLeft .sectionTitle .highlight{background:linear-gradient(90deg,#c8728c,#9a72f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}@media(max-width:768px){.contactUsSection .sectionHeader .headerLeft .sectionTitle{font-size:36px}}.contactUsSection .sectionHeader .headerLeft .sectionSubtitle{color:#666;font-size:16px;line-height:1.6}.contactUsSection .contactContainer{width:calc(100% - 80px);max-width:1400px;background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;display:flex;align-items:center;justify-content:space-between;padding:60px 80px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}@media(max-width:1300px){.contactUsSection .contactContainer{padding:50px 40px;width:95%}}@media(max-width:900px){.contactUsSection .contactContainer{flex-direction:column;text-align:center;padding:50px 30px 0;gap:40px;width:95%}}@media(max-width:480px){.contactUsSection .contactContainer{padding:40px 20px 0;width:90%}}.textWrapper{max-width:650px;z-index:2;display:flex;flex-direction:column;gap:30px}@media(max-width:900px){.textWrapper{align-items:center}}.textWrapper .contactText{font-size:22px;font-weight:400;color:#555;line-height:1.6}@media(max-width:768px){.textWrapper .contactText{font-size:18px}}.textWrapper .contactText .emailLink{color:#5b4393;text-decoration:none;font-weight:600;transition:color .3s;margin-right:5px}.textWrapper .contactText .emailLink:hover{color:#9a72f9;text-decoration:underline}.textWrapper .emailBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 30px;width:fit-content;background:linear-gradient(90deg,#9a72f9,#5b4393);border-radius:50px;border:none;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;text-decoration:none}.textWrapper .emailBtn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #5b43934d}.imageWrapper{position:relative;z-index:1;display:flex;align-items:flex-end}@media(max-width:900px){.imageWrapper{width:100%;justify-content:center}}.imageWrapper .supportImage{max-height:350px;width:auto;object-fit:contain;margin-bottom:-60px;margin-right:-30px}@media(max-width:900px){.imageWrapper .supportImage{margin-bottom:0;margin-right:0;max-height:300px}}.notFoundSection{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:#fff}.notFoundSection .bgShape{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.4}.notFoundSection .shape1{width:400px;height:400px;background:linear-gradient(135deg,#9a72f9,#c8728c);top:-10%;left:-10%;animation:floatShape 10s infinite ease-in-out}.notFoundSection .shape2{width:300px;height:300px;background:linear-gradient(135deg,#5b4393,#9a72f9);bottom:-5%;right:-5%;animation:floatShape 12s infinite ease-in-out reverse}.notFoundSection .contentContainer{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:600px;padding:0 20px}.notFoundSection .contentContainer .iconWrapper{position:relative;width:120px;height:120px;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.notFoundSection .contentContainer .iconWrapper .compassIcon{color:#9a72f9;animation:spinCompass 10s infinite linear}.notFoundSection .contentContainer .iconWrapper .pinIcon{position:absolute;top:-10px;right:-10px;color:#c8728c;animation:bouncePin 2s infinite ease-in-out;filter:drop-shadow(0 5px 10px rgba(200,114,140,.4))}.notFoundSection .contentContainer .errorCode{font-size:120px;font-weight:900;line-height:1;margin:0;background:linear-gradient(90deg,#9a72f9,#5b4393);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.2;position:absolute;top:20px;left:50%;transform:translate(-50%) scale(1.5);z-index:-1}.notFoundSection .contentContainer .errorTitle{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:15px;margin-top:40px}.notFoundSection .contentContainer .errorDesc{font-size:16px;color:#666;line-height:1.6;margin-bottom:40px}.notFoundSection .contentContainer .homeBtn{display:flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(90deg,#9a72f9,#5b4393);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;box-shadow:0 10px 20px #9a72f94d;transition:all .3s ease}.notFoundSection .contentContainer .homeBtn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #9a72f966}.notFoundSection .contentContainer .homeBtn svg{transition:transform .3s ease}.notFoundSection .contentContainer .homeBtn:hover svg{transform:translate(-4px)}@keyframes floatShape{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}@keyframes spinCompass{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bouncePin{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){.notFoundSection .errorCode{font-size:80px}.notFoundSection .errorTitle{font-size:24px}.notFoundSection .errorDesc{font-size:14px}.notFoundSection .errorDesc br{display:none}}.scroll-to-top{position:fixed;bottom:40px;right:40px;width:50px;height:50px;background:linear-gradient(135deg,#9a72f9,#5b4393);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 25px #5b43934d}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 15px 30px #5b439380;background:linear-gradient(135deg,#a685fa,#6d54aa)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top.visible:hover{transform:translateY(-5px)}@media(max-width:768px){.scroll-to-top{bottom:40px;right:20px;width:45px;height:45px}}.ip-dashboard{padding:3rem 2rem;background:linear-gradient(135deg,#f5f3ff,#fef3f7);min-height:100vh}@media(max-width:768px){.ip-dashboard{padding:1.5rem 1rem}}.ip-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.ip-dashboard .dashboard-header .header-content h2{display:flex;align-items:center;gap:.8rem;font-size:2rem;background:linear-gradient(90deg,#9a72f9,#c8728c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem;font-weight:800}.ip-dashboard .dashboard-header .header-content h2 svg{color:#9a72f9;-webkit-text-fill-color:#9a72f9}@media(max-width:768px){.ip-dashboard .dashboard-header .header-content h2 svg{font-size:66px}}.ip-dashboard .dashboard-header .header-content .subtitle{color:#666;font-size:.95rem;margin:0}.ip-dashboard .dashboard-header .stats{display:flex;gap:1rem}.ip-dashboard .dashboard-header .stats .stat-badge{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:16px;box-shadow:0 4px 20px #9a72f91a;display:flex;flex-direction:column;gap:.3rem;border:1px solid rgba(154,114,249,.1);transition:transform .2s ease}.ip-dashboard .dashboard-header .stats .stat-badge:hover{transform:translateY(-2px)}.ip-dashboard .dashboard-header .stats .stat-badge.active{background:linear-gradient(135deg,#9a72f9,#5b4393);color:#fff;border:none}.ip-dashboard .dashboard-header .stats .stat-badge.active .stat-label{color:#fffc}.ip-dashboard .dashboard-header .stats .stat-badge.active .stat-value{color:#fff}.ip-dashboard .dashboard-header .stats .stat-badge .stat-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.ip-dashboard .dashboard-header .stats .stat-badge .stat-value{font-size:1.5rem;font-weight:700;color:#9a72f9}.ip-dashboard .tabs{display:inline-flex;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px;border-radius:14px;margin-bottom:1.5rem;border:1px solid rgba(154,114,249,.15);box-shadow:0 4px 12px #0000000d}.ip-dashboard .tabs button{display:flex;align-items:center;gap:.5rem;padding:12px 28px;border:none;background:transparent;cursor:pointer;border-radius:10px;font-weight:600;color:#666;transition:all .3s ease;font-size:.95rem}.ip-dashboard .tabs button.active{background:linear-gradient(135deg,#9a72f9,#5b4393);color:#fff;box-shadow:0 4px 12px #9a72f94d}.ip-dashboard .tabs button:hover:not(.active){background:#9a72f91a;color:#9a72f9}.ip-dashboard .search-bar{position:relative;margin-bottom:1.5rem;max-width:450px}.ip-dashboard .search-bar .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9a72f9}.ip-dashboard .search-bar input{width:100%;padding:14px 20px 14px 50px;border:2px solid rgba(154,114,249,.2);border-radius:12px;outline:none;background:#fff;font-size:.95rem;transition:all .3s ease}.ip-dashboard .search-bar input:focus{border-color:#9a72f9;box-shadow:0 0 0 4px #9a72f91a}.ip-dashboard .search-bar input::placeholder{color:#aaa}.ip-dashboard .map-container{height:550px;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #9a72f926;border:3px solid white}@media(max-width:768px){.ip-dashboard .map-container{height:400px}}.ip-dashboard .map-container .tripsify-marker{filter:drop-shadow(0 4px 8px rgba(154,114,249,.4))}.ip-dashboard .map-container .custom-popup{text-align:center;padding:.5rem}.ip-dashboard .map-container .custom-popup strong{color:#5b4393;font-size:1rem}.ip-dashboard .map-container .custom-popup .popup-ip{font-family:Courier New,monospace;color:#9a72f9;font-weight:600}.ip-dashboard .map-container .custom-popup small{color:#888}.ip-dashboard .table-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #9a72f91a;overflow:hidden;border:1px solid rgba(154,114,249,.1);overflow-x:auto}.ip-dashboard .table-container table{width:100%;border-collapse:collapse;min-width:700px}.ip-dashboard .table-container table th,.ip-dashboard .table-container table td{padding:1rem 1.2rem;text-align:left;border-bottom:1px solid #f5f3ff}.ip-dashboard .table-container table th{background:linear-gradient(135deg,#faf9fc,#fff);font-weight:700;color:#5b4393;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.ip-dashboard .table-container table tr:last-child td{border-bottom:none}.ip-dashboard .table-container table tr:hover{background:#faf9fc}.ip-dashboard .table-container table .ip-cell{font-family:Courier New,monospace;color:#9a72f9;font-weight:600}.ip-dashboard .table-container table .country-tag{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#f5f3ff,#fef3f7);color:#9a72f9;border-radius:8px;font-size:.85rem;font-weight:600;border:1px solid rgba(154,114,249,.2)}.ip-dashboard .table-container table .device-cell{display:flex;align-items:center;gap:.4rem;color:#666;font-size:.9rem}.ip-dashboard .table-container table .delete-btn{display:flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#ffebee,#fce4ec);color:#c62828;border:1px solid rgba(198,40,40,.2);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.ip-dashboard .table-container table .delete-btn:hover{background:linear-gradient(135deg,#ffcdd2,#f8bbd0);transform:translateY(-1px);box-shadow:0 4px 8px #c6282833}.ip-dashboard .table-container table .no-data{text-align:center;padding:2rem;color:#999;font-size:1rem}.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#f5f3ff,#fef3f7)}.loader-container .spinner{width:60px;height:60px;border:5px solid rgba(154,114,249,.2);border-top-color:#9a72f9;border-radius:50%;animation:spin 1s linear infinite}.loader-container p{margin-top:1.5rem;color:#9a72f9;font-size:1.1rem;font-weight:600}@keyframes spin{to{transform:rotate(360deg)}}
