@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap";
.iot-module__NEn7FW__pageContainer{background-color:#fff;min-height:100%;margin:0;padding:0;overflow-x:hidden}.iot-module__NEn7FW__pageContainer h1,.iot-module__NEn7FW__pageContainer h2,.iot-module__NEn7FW__pageContainer h3,.iot-module__NEn7FW__pageContainer h4,.iot-module__NEn7FW__pageContainer h5,.iot-module__NEn7FW__pageContainer h6,.iot-module__NEn7FW__pageContainer button,.iot-module__NEn7FW__pageContainer p,.iot-module__NEn7FW__pageContainer ul,.iot-module__NEn7FW__pageContainer li{font-family:Nunito,sans-serif}.iot-module__NEn7FW__webSec{background:linear-gradient(90deg,rgba(10,10,30,.95) 40%,rgba(10,10,30,.6) 70%,rgba(10,10,30,.2) 100%),url(/img/iot.jpg) 50%/cover no-repeat;justify-content:space-between;align-items:center;gap:70px;width:100%;min-height:100vh;padding:80px 8%;display:flex;position:relative;overflow:hidden}.iot-module__NEn7FW__webPart{color:#fff;flex:1;max-width:600px;animation:1.2s forwards iot-module__NEn7FW__fadeInLeft}.iot-module__NEn7FW__webPart h1{letter-spacing:1px;background:linear-gradient(90deg,#da332e,#bd9291,#dd9391);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:25px;font-size:45px;font-weight:800;line-height:1.3}.iot-module__NEn7FW__webPart p{color:#eaeaea;margin-bottom:25px;font-size:1.5rem;line-height:1.7}.iot-module__NEn7FW__webPart ul{margin:0 0 25px;padding:0;list-style:none}.iot-module__NEn7FW__webPart ul li{color:#f1f1f1;margin-bottom:12px;padding-left:30px;font-size:1.1rem;position:relative}.iot-module__NEn7FW__webPart ul li:before{content:"✦";color:#767ca7;font-size:1.3rem;position:absolute;left:0}.iot-module__NEn7FW__webPart button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#da332e,#c09b9a);border:none;border-radius:50px;padding:16px 38px;font-size:18px;font-weight:700;transition:all .4s;box-shadow:0 6px 25px rgba(255,99,99,.6)}.iot-module__NEn7FW__webPart button:hover{background:linear-gradient(135deg,#c9184a,#ff6363);transform:translateY(-4px)scale(1.05);box-shadow:0 8px 30px rgba(255,99,99,.8)}.iot-module__NEn7FW__webForm{-webkit-backdrop-filter:blur(18px);color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:18px;flex:1;max-width:420px;padding:40px 32px;animation:1.2s forwards iot-module__NEn7FW__fadeInRight;position:relative;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.35)}.iot-module__NEn7FW__webForm:before{content:"";z-index:0;background:conic-gradient(#da332e,#bd9291,#dd9391);width:200%;height:200%;animation:6s linear infinite iot-module__NEn7FW__rotate;position:absolute;top:-50%;left:-50%}.iot-module__NEn7FW__webForm:after{content:"";z-index:1;background:rgba(20,20,30,.9);border-radius:14px;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.iot-module__NEn7FW__webForm h3{z-index:2;text-align:center;color:#fff;background:linear-gradient(90deg,#f8cdda,#ff6363);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:30px;font-size:1.8rem;font-weight:700;position:relative}.iot-module__NEn7FW__formGroup{z-index:2;margin-bottom:20px;position:relative}.iot-module__NEn7FW__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);margin-bottom:6px;margin-left:7px;font-size:.95rem;font-weight:600}.iot-module__NEn7FW__webForm input,.iot-module__NEn7FW__webForm textarea{color:#fff;background:rgba(255,255,255,.08);border:none;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 38px;font-size:1rem;transition:all .3s}.iot-module__NEn7FW__webForm input:focus,.iot-module__NEn7FW__webForm textarea:focus{background:rgba(255,255,255,.15);box-shadow:0 0 12px #ff6363}.iot-module__NEn7FW__webForm button{z-index:2;cursor:pointer;color:#fff;background:linear-gradient(135deg,#da332e,#dd9391);border:none;border-radius:10px;width:100%;padding:14px;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative}.iot-module__NEn7FW__webForm button:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 8px 24px #da332e}@keyframes iot-module__NEn7FW__fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes iot-module__NEn7FW__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes iot-module__NEn7FW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.iot-module__NEn7FW__webSec{text-align:center;flex-direction:column;gap:40px;padding:60px 20px;overflow:visible}.iot-module__NEn7FW__webPart,.iot-module__NEn7FW__webForm{width:100%;max-width:100%;margin:0 auto;animation:none}.iot-module__NEn7FW__webPart h1{font-size:25px}.iot-module__NEn7FW__webPart p,.iot-module__NEn7FW__webPart ul li{font-size:1.2rem}.iot-module__NEn7FW__webPart button{padding:14px 24px;font-size:16px}.iot-module__NEn7FW__formGroup{z-index:2;margin-bottom:20px;position:relative}.iot-module__NEn7FW__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);justify-content:flex-start;padding:5px;font-size:.95rem;font-weight:600;display:flex}.iot-module__NEn7FW__webForm input,.iot-module__NEn7FW__webForm textarea{padding:10px 12px 10px 32px;font-size:.9rem}.iot-module__NEn7FW__webPart button{width:100%;max-width:none}}@media (max-width:768px){.iot-module__NEn7FW__webPart h1{font-size:2rem}.iot-module__NEn7FW__webPart p,.iot-module__NEn7FW__webPart ul li{font-size:1.2rem}.iot-module__NEn7FW__webPart button{padding:14px 24px;font-size:16px}.iot-module__NEn7FW__webForm{padding:30px 20px}.iot-module__NEn7FW__webForm h3{font-size:1.6rem}.iot-module__NEn7FW__formGroup{z-index:2;margin-bottom:20px;position:relative}.iot-module__NEn7FW__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);justify-content:flex-start;padding:5px;font-size:.95rem;font-weight:600;display:flex}.iot-module__NEn7FW__webForm input,.iot-module__NEn7FW__webForm textarea{padding:10px 12px 10px 32px;font-size:.9rem}.iot-module__NEn7FW__webForm button{padding:12px;font-size:1rem}}@media (max-width:480px){.iot-module__NEn7FW__webPart h1{text-align:left;font-size:31px}.iot-module__NEn7FW__webPart p{text-align:left;font-size:18px}.iot-module__NEn7FW__webPart ul li{text-align:left;padding-left:25px;font-size:17px}.iot-module__NEn7FW__webPart button{padding:12px 20px;font-size:14px}.iot-module__NEn7FW__webForm{border-radius:12px;padding:20px 15px}.iot-module__NEn7FW__webForm h3{font-size:1.4rem}.iot-module__NEn7FW__formGroup{z-index:2;margin-bottom:20px;position:relative}.iot-module__NEn7FW__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);justify-content:flex-start;padding:5px;font-size:.95rem;font-weight:600;display:flex}.iot-module__NEn7FW__webForm input,.iot-module__NEn7FW__webForm textarea{padding:10px 12px 10px 32px;font-size:.9rem}.iot-module__NEn7FW__webForm button{padding:12px;font-size:1rem}}@media (max-width:320px){.iot-module__NEn7FW__webSec{gap:40px;height:auto;padding:60px 20px}.iot-module__NEn7FW__webPart h1{text-align:left;font-size:38px}.iot-module__NEn7FW__webPart p,.iot-module__NEn7FW__webPart ul li{font-size:14px}.iot-module__NEn7FW__webPart h1{font-size:21px}.iot-module__NEn7FW__webForm h3{font-size:17px}.iot-module__NEn7FW__formGroup{z-index:2;margin-bottom:20px;position:relative}.iot-module__NEn7FW__webForm label{color:#fff;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.6);margin-left:7px;margin-right:auto;font-size:.95rem;font-weight:600}.iot-module__NEn7FW__webForm input,.iot-module__NEn7FW__webForm textarea{padding:10px 12px 10px 32px;font-size:.9rem}.iot-module__NEn7FW__webForm button{padding:12px;font-size:1rem}}.iot-module__NEn7FW__logosMarquee{background-color:#fff;width:100vw;padding:60px;overflow:hidden}.iot-module__NEn7FW__teamsSectionHeading{text-align:center;color:#333;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.iot-module__NEn7FW__marqueeWindow{width:100%;overflow:hidden}.iot-module__NEn7FW__marqueeTrack{width:100%;display:flex}.iot-module__NEn7FW__marqueeContent{flex-shrink:0;align-items:center;gap:80px;animation:25s linear infinite iot-module__NEn7FW__marquee;display:flex}.iot-module__NEn7FW__paused{animation-play-state:paused!important}.iot-module__NEn7FW__marqueeContent img{object-fit:contain;filter:grayscale(20%);max-height:60px;transition:filter .8s,transform .8s}.iot-module__NEn7FW__marqueeContent img:hover{filter:grayscale(0%);transform:scale(1.1)}@keyframes iot-module__NEn7FW__marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}@media (max-width:1024px){.iot-module__NEn7FW__marqueeContent{gap:50px;animation-duration:20s}.iot-module__NEn7FW__marqueeContent img{max-height:50px}}@media (max-width:600px){.iot-module__NEn7FW__marqueeContent{gap:30px;animation-duration:15s}.iot-module__NEn7FW__marqueeContent img{max-height:40px}}.iot-module__NEn7FW__teamsHeading{text-align:center;color:#0c186a;word-break:break-word;overflow-wrap:break-word;white-space:normal;margin-bottom:1.5rem;font-size:45px;font-weight:600}@media (max-width:600px){.iot-module__NEn7FW__teamsHeading{font-size:28px}}@media (max-width:414px){.iot-module__NEn7FW__teamsHeading{font-size:28px}}@media (max-width:320px){.iot-module__NEn7FW__teamsHeading{font-size:19px}}.iot-module__NEn7FW__highlightText{color:#da332e}.iot-module__NEn7FW__teamsSection{background:#f9f9f9;max-width:100vw;padding:80px 10%}.iot-module__NEn7FW__teamsSectionHeading{text-align:center;color:#0c186a;margin-bottom:40px;font-size:2.5rem}.iot-module__NEn7FW__teamsContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:50px;display:flex}.iot-module__NEn7FW__teamsText{flex:1;min-width:300px}.iot-module__NEn7FW__teamsText h2{color:#0c186a;margin-bottom:20px;font-size:2rem}.iot-module__NEn7FW__teamsText p{color:#080808;margin-bottom:20px;font-size:1.1rem;line-height:1.6}.iot-module__NEn7FW__teamsText button{color:#fff;cursor:pointer;background:#0c186a;border:none;border-radius:8px;padding:12px 25px;font-size:1rem;transition:all .3s}.iot-module__NEn7FW__teamsText button:hover{background:#080f4d}.iot-module__NEn7FW__teamsImage{text-align:center;flex:1;min-width:300px}.iot-module__NEn7FW__teamsImage img{border-radius:12px;width:100%;max-width:500px;transition:transform .3s;box-shadow:0 8px 20px rgba(0,0,0,.2)}@keyframes iot-module__NEn7FW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.iot-module__NEn7FW__sol-section{color:#333;background:linear-gradient(135deg,#fdfdfd,#f5f7fa);width:100vw;padding:3rem 1.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.iot-module__NEn7FW__container{max-width:950px;margin:0 auto}.iot-module__NEn7FW__ctaSection{color:#fff;text-align:center;background-image:linear-gradient(rgba(12,24,106,.6),rgba(65,74,134,.6)),url(/img/bg.jpg);background-position:50%;background-size:cover;width:100vw;padding:60px 20px;transition:transform .3s;box-shadow:0 15px 50px rgba(0,0,0,.2)}.iot-module__NEn7FW__ctaContent{text-align:center;max-width:1200px;margin:0 auto;padding:0 20px}.iot-module__NEn7FW__ctaContent h2{margin-bottom:20px;font-size:max(1.7rem,min(5vw,2.5rem));font-weight:700;line-height:1.3}.iot-module__NEn7FW__ctaContent p{max-width:700px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:max(1rem,min(2.5vw,1.2rem));line-height:1.6}.iot-module__NEn7FW__ctaContent button{color:#530502;cursor:pointer;z-index:1;background:#da332e;border:none;border-radius:50px;padding:14px 36px;font-size:max(1rem,min(3vw,1.875rem));font-weight:600;transition:all .3s;position:relative;overflow:hidden}.iot-module__NEn7FW__ctaContent button:before{content:"";z-index:-1;background:linear-gradient(90deg,transparent,#fff,transparent) 0 0/200% 100%;border:2px solid #530502;border-radius:50px;animation:2s linear infinite iot-module__NEn7FW__borderMove;position:absolute;top:0;bottom:0;left:0;right:0}.iot-module__NEn7FW__ctaContent button:hover{background:#e65c00;transform:scale(1.05)}@keyframes iot-module__NEn7FW__borderMove{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.iot-module__NEn7FW__ctaSection{padding:50px 15px}.iot-module__NEn7FW__ctaContent h2{font-size:2rem}.iot-module__NEn7FW__ctaContent p{max-width:90%;font-size:1.1rem}.iot-module__NEn7FW__ctaContent button{padding:12px 30px;font-size:26px}}@media (max-width:600px){.iot-module__NEn7FW__ctaSection{padding:40px 10px}.iot-module__NEn7FW__ctaContent h2{font-size:23px}.iot-module__NEn7FW__ctaContent p{max-width:95%;font-size:1rem}.iot-module__NEn7FW__ctaContent button{padding:10px 24px;font-size:22px}}.iot-module__NEn7FW__solSection{color:#1a1a1a;background:#111;padding:120px 0;position:relative;overflow:hidden}.iot-module__NEn7FW__solSection:before,.iot-module__NEn7FW__solSection:after{content:"";filter:blur(100px);opacity:.2;z-index:1;border-radius:50%;position:absolute}.iot-module__NEn7FW__solSection:before{background:#d1d1d1;width:400px;height:400px;top:-100px;left:-100px}.iot-module__NEn7FW__solSection:after{background:#c1c1c1;width:500px;height:500px;bottom:-150px;right:-150px}.iot-module__NEn7FW__solSection h2{text-align:center;color:#fff;letter-spacing:1px;z-index:2;margin-bottom:60px;font-size:3rem;font-weight:800;position:relative}.iot-module__NEn7FW__solSection h2:after{content:"";background:#a1a1a1;border-radius:2px;width:80px;height:3px;margin:15px auto 0;display:block}.iot-module__NEn7FW__solContent{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex;position:relative}.iot-module__NEn7FW__solList{flex:1;padding:0;list-style:none}.iot-module__NEn7FW__solList li{color:#000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.8);border-radius:20px;margin-bottom:25px;padding:25px 30px;font-size:1.25rem;transition:transform .4s,box-shadow .4s,background .4s;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.08)}.iot-module__NEn7FW__solList li:hover{background:rgba(255,255,255,.9);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.iot-module__NEn7FW__solImage{perspective:1000px;flex:1;justify-content:center;align-items:center;display:flex}.iot-module__NEn7FW__solImage img{border-radius:20px;max-width:100%;transition:transform .4s,box-shadow .4s;box-shadow:0 15px 35px rgba(0,0,0,.1)}.iot-module__NEn7FW__solImage img:hover{transform:scale(1.04)rotateY(3deg);box-shadow:0 25px 50px rgba(0,0,0,.15)}@media (max-width:992px){.iot-module__NEn7FW__solContent{text-align:center;flex-direction:column-reverse}.iot-module__NEn7FW__solList li{margin-bottom:20px}.iot-module__NEn7FW__solImage{margin-bottom:40px}}@media (max-width:768px){.iot-module__NEn7FW__solSection{padding:80px 20px}.iot-module__NEn7FW__solSection h2{font-size:2.5rem}.iot-module__NEn7FW__solList li{padding:20px 25px;font-size:1.15rem}}@media (max-width:480px){.iot-module__NEn7FW__solSection{padding:60px 15px}.iot-module__NEn7FW__solSection h2{margin-bottom:40px;font-size:28px}.iot-module__NEn7FW__solList li{margin-bottom:15px;padding:15px 20px;font-size:18px}.iot-module__NEn7FW__solSection h2:after{width:50px}}.iot-module__NEn7FW__partnersSection{text-align:center;background-color:#fff;width:100vw;padding:40px 20px}.iot-module__NEn7FW__partnersHeading{color:#da332e;margin-bottom:1rem;font-size:29px;font-weight:700}.iot-module__NEn7FW__logosRow{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-content:space-between;place-items:center;gap:30px;width:100%;max-width:1400px;margin:0 auto;display:grid}.iot-module__NEn7FW__logoItem{text-align:center;animation:.6s forwards iot-module__NEn7FW__comeUp}.iot-module__NEn7FW__logoItem img{object-fit:contain;max-width:100px;height:60px;transition:transform .3s}.iot-module__NEn7FW__logoItem img:hover{transform:scale(1.05)}.iot-module__NEn7FW__logoItem p{color:#0c186a;margin-top:10px;font-size:1.2rem;font-weight:700}@media (max-width:1024px){.iot-module__NEn7FW__logosRow{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:25px}.iot-module__NEn7FW__logoItem img{max-width:90px;height:55px}}@media (max-width:768px){.iot-module__NEn7FW__logosRow{grid-template-columns:repeat(3,1fr);justify-content:center;gap:20px}.iot-module__NEn7FW__logoItem img{max-width:80px;height:50px}.iot-module__NEn7FW__logoItem p{font-size:1rem}}@media (max-width:480px){.iot-module__NEn7FW__partnersHeading{font-size:28px}.iot-module__NEn7FW__logosRow{grid-template-columns:repeat(2,1fr);justify-content:center;gap:15px}.iot-module__NEn7FW__logoItem img{max-width:70px;height:45px}.iot-module__NEn7FW__logoItem p{font-size:.9rem}}@media (max-width:360px){.iot-module__NEn7FW__logosRow{grid-template-columns:repeat(2,1fr);justify-content:center;justify-items:center;gap:10px;display:grid}.iot-module__NEn7FW__logosRow .iot-module__NEn7FW__logoItem:last-child:nth-child(odd){grid-column:1/-1;justify-self:center}.iot-module__NEn7FW__logoItem img{max-width:60px;height:40px}.iot-module__NEn7FW__logoItem p{font-size:.8rem}}@keyframes iot-module__NEn7FW__comeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes iot-module__NEn7FW__slideFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes iot-module__NEn7FW__slideFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.iot-module__NEn7FW__vendingPackageSection{color:#0c186a;background-color:#fff;border-radius:12px;max-width:1600px;margin:0 auto;padding:20px}.iot-module__NEn7FW__heading{text-align:center;color:#0c186a;letter-spacing:1px;text-shadow:0 1px 3px rgba(12,24,106,.2);margin-bottom:50px;font-size:2.4rem;font-weight:700}.iot-module__NEn7FW__packageFeatures{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:center;gap:30px;padding:0;font-size:1.2rem;font-weight:600;list-style:none;display:flex;overflow-x:auto}.iot-module__NEn7FW__packageFeatures::-webkit-scrollbar{display:none}.iot-module__NEn7FW__featureItem{cursor:default;color:#0c186a;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;background-color:#e7edff;border-radius:12px;margin-bottom:20px;padding:18px 35px;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 14px rgba(12,24,106,.1)}.iot-module__NEn7FW__featureItem:hover{transform:translateY(-6px);box-shadow:0 8px 22px rgba(12,24,106,.2)}.iot-module__NEn7FW__vendingPackageSection{text-align:center;background-color:#f9f9f9;padding:80px 20px}.iot-module__NEn7FW__vendingPackageSection .iot-module__NEn7FW__heading{color:#0c186a;margin-bottom:60px;font-size:2.5rem;font-weight:700}.iot-module__NEn7FW__vendingPackageSection .iot-module__NEn7FW__heading span{color:#da332e}.iot-module__NEn7FW__featureGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.iot-module__NEn7FW__featureCard{background-color:#fff;border-radius:15px;padding:40px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px rgba(0,0,0,.1)}.iot-module__NEn7FW__featureCard:hover{transform:translateY(-10px);box-shadow:0 20px 35px rgba(0,0,0,.15)}.iot-module__NEn7FW__featureCard .iot-module__NEn7FW__icon{color:#da332e;margin-bottom:20px;font-size:3rem;display:inline-block}.iot-module__NEn7FW__featureCard h3{color:#0c186a;margin-bottom:15px;font-size:1.5rem;font-weight:600}.iot-module__NEn7FW__featureCard p{color:#0c186a;font-size:1rem;line-height:1.6}@media (max-width:992px){.iot-module__NEn7FW__vendingPackageSection{padding:70px 20px}.iot-module__NEn7FW__vendingPackageSection .iot-module__NEn7FW__heading{margin-bottom:50px;font-size:2.2rem}.iot-module__NEn7FW__featureCard{padding:35px 20px}}@media (max-width:768px){.iot-module__NEn7FW__vendingPackageSection{padding:60px 15px}.iot-module__NEn7FW__vendingPackageSection .iot-module__NEn7FW__heading{margin-bottom:40px;font-size:2rem}.iot-module__NEn7FW__featureCard{padding:30px 15px}.iot-module__NEn7FW__featureCard .iot-module__NEn7FW__icon{margin-bottom:15px;font-size:2.5rem}.iot-module__NEn7FW__featureCard h3{font-size:1.3rem}.iot-module__NEn7FW__featureCard p{font-size:.95rem}}@media (max-width:480px){.iot-module__NEn7FW__vendingPackageSection{padding:50px 10px}.iot-module__NEn7FW__vendingPackageSection .iot-module__NEn7FW__heading{margin-bottom:30px;font-size:28px}.iot-module__NEn7FW__featureCard{padding:25px 10px}.iot-module__NEn7FW__featureCard .iot-module__NEn7FW__icon{margin-bottom:12px;font-size:2rem}.iot-module__NEn7FW__featureCard h3{font-size:21px}.iot-module__NEn7FW__featureCard p{font-size:18px}.iot-module__NEn7FW__featureGrid{gap:20px}}.iot-module__NEn7FW__chooseSection{text-align:center;background:#f9f9ff;width:100vw;padding:80px 10%}.iot-module__NEn7FW__chooseHeading{color:#0c186a;margin-bottom:15px;font-size:max(1.8rem,min(5vw,2.5rem))}.iot-module__NEn7FW__chooseGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.iot-module__NEn7FW__chooseCard{text-align:left;background:#fff;border-radius:16px;padding:30px 25px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 25px rgba(0,0,0,.08)}.iot-module__NEn7FW__chooseCard h3{color:#da332e;margin-bottom:12px;font-size:1.4rem;font-weight:600}.iot-module__NEn7FW__chooseCard p{color:#0c186a;font-size:1.3rem;font-weight:600;line-height:1.6}.iot-module__NEn7FW__cardIcon{justify-content:left;align-items:center;margin-bottom:10px;font-size:2.5rem;display:flex}.iot-module__NEn7FW__chooseCard:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.15)}@media (max-width:1024px){.iot-module__NEn7FW__chooseSection{padding:60px 5%}.iot-module__NEn7FW__chooseHeading{font-size:2rem}}@media (max-width:600px){.iot-module__NEn7FW__chooseSection{padding:40px 20px}.iot-module__NEn7FW__chooseHeading{font-size:28px}.iot-module__NEn7FW__chooseCard h3{font-size:21px}.iot-module__NEn7FW__chooseCard p{font-size:18px}.iot-module__NEn7FW__cardIcon{font-size:23px}}.iot-module__NEn7FW__techstackContainer{text-align:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:60px 20px}.iot-module__NEn7FW__techstackTitle{color:#0c186a;width:100%;margin-bottom:40px;font-size:2.5rem;font-weight:700}.iot-module__NEn7FW__techstackGrid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto;padding:0 10px;display:grid}.iot-module__NEn7FW__techCard{background-color:#fff;border-radius:15px;padding:25px;transition:transform .3s;box-shadow:0 8px 20px rgba(0,0,0,.1)}.iot-module__NEn7FW__techCard:hover{transform:translateY(-10px)}.iot-module__NEn7FW__icon{color:#da332e;justify-content:center;margin-bottom:15px;font-size:2.5rem;display:flex}.iot-module__NEn7FW__techCardTitle{color:#da332e;margin-bottom:10px;font-size:1.4rem}.iot-module__NEn7FW__techItemsRow{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px;display:flex}.iot-module__NEn7FW__techItem{color:#0c186a;white-space:nowrap;background-color:#e3eefe;border-radius:20px;padding:6px 12px;font-size:1rem;font-weight:600;transition:background-color .2s}.iot-module__NEn7FW__techItem:hover{background-color:#d0e2ff}@media (max-width:1024px){.iot-module__NEn7FW__techstackGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.iot-module__NEn7FW__techstackTitle{margin-bottom:30px;font-size:2rem}.iot-module__NEn7FW__techCardTitle{font-size:1.2rem}.iot-module__NEn7FW__icon{font-size:2rem}.iot-module__NEn7FW__techstackGrid{grid-template-columns:1fr;gap:20px}}@media (max-width:480px){.iot-module__NEn7FW__techstackContainer{padding:40px 10px}.iot-module__NEn7FW__techCard{padding:20px}.iot-module__NEn7FW__techItem{padding:5px 10px;font-size:.75rem}.iot-module__NEn7FW__techCardTitle{font-size:1.1rem}.iot-module__NEn7FW__icon{font-size:1.8rem}}@media (max-width:360px){.iot-module__NEn7FW__techstackTitle{font-size:23px}.iot-module__NEn7FW__techItem{padding:4px 8px;font-size:.7rem}.iot-module__NEn7FW__techCard{padding:18px}}.iot-module__NEn7FW__vendingSection{max-width:1200px;margin:auto;padding:40px}.iot-module__NEn7FW__vendingSection h2{color:#0c186a;text-align:center;width:100%;margin-bottom:40px;font-size:2.5rem;font-weight:700}.iot-module__NEn7FW__vendingGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.iot-module__NEn7FW__vendingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.iot-module__NEn7FW__vendingGrid{grid-template-columns:1fr}.iot-module__NEn7FW__vendingSection h2{font-size:23px}}.iot-module__NEn7FW__vendingCard{background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.iot-module__NEn7FW__vendingCard:hover{transform:translateY(-5px)}.iot-module__NEn7FW__imageContainer{background:#f9f9f9;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.iot-module__NEn7FW__imageContainer img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.iot-module__NEn7FW__vendingCard:hover img{transform:scale(1.02)}.iot-module__NEn7FW__overlay{color:#fff;text-align:center;box-sizing:border-box;opacity:0;justify-content:center;align-items:center;width:100%;height:100%;padding:15px;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.iot-module__NEn7FW__imageContainer:hover .iot-module__NEn7FW__overlay{opacity:1}.iot-module__NEn7FW__vendingCard h3{text-align:center;color:#0c186a;background:#fafafa;margin:0;padding:15px;font-size:1.3rem}.iot-module__NEn7FW__solutionBlock{text-align:center;background:#f5f7fa;border-radius:20px;padding:50px 30px}.iot-module__NEn7FW__solutionBlock h3{color:#0c186a;margin-bottom:40px;font-size:2.5rem;font-weight:700}.iot-module__NEn7FW__highlight{color:#da332e}.iot-module__NEn7FW__solutionFeatures{flex-wrap:wrap;justify-content:space-between;gap:20px;max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex}.iot-module__NEn7FW__card{text-align:center;background:#fff;border-radius:15px;flex:1 1 0;min-width:220px;padding:30px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 20px rgba(0,0,0,.08)}.iot-module__NEn7FW__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.12)}.iot-module__NEn7FW__icon{margin-bottom:15px;font-size:2.5rem}.iot-module__NEn7FW__card strong{color:#da332e;margin-bottom:10px;font-size:1.4rem;display:block}.iot-module__NEn7FW__card p{color:#0c186a;text-align:left;font-size:1.3rem}@media (max-width:1024px){.iot-module__NEn7FW__solutionFeatures{justify-content:center}.iot-module__NEn7FW__card{flex:45%;margin-bottom:20px}}@media (max-width:768px){.iot-module__NEn7FW__solutionFeatures{flex-direction:column;align-items:center}.iot-module__NEn7FW__card{flex:100%}}.iot-module__NEn7FW__trustContainer{background-color:transparent;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:60px;max-width:500px;display:flex}.iot-module__NEn7FW__trustItem{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.iot-module__NEn7FW__trustItem img{object-fit:contain;opacity:.9;max-width:160px;height:auto;margin-bottom:10px;transition:all .3s}.iot-module__NEn7FW__trustItem span{color:#0c186a;font-size:1.1rem;font-weight:600}@media (max-width:768px){.iot-module__NEn7FW__trustContainer{gap:30px}.iot-module__NEn7FW__trustItem img{max-width:130px}}.iot-module__NEn7FW__vdayContainer{z-index:9999;justify-content:center;align-items:center;font-family:sans-serif;display:flex;position:fixed;bottom:20px;left:45%}.iot-module__NEn7FW__giftWrapper{cursor:pointer;flex-direction:column;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:2.5s ease-in-out infinite iot-module__NEn7FW__giftWobble;display:flex;position:relative}.iot-module__NEn7FW__giftWrapper:hover{transform:scale(1.1)}.iot-module__NEn7FW__giftImage{z-index:10;filter:drop-shadow(0 10px 15px rgba(201,24,74,.3));width:90px;height:auto}.iot-module__NEn7FW__giftShadow{filter:blur(4px);background:rgba(0,0,0,.1);border-radius:50%;width:50px;height:8px;margin-top:-5px}.iot-module__NEn7FW__giftText{color:#c9184a;text-transform:uppercase;letter-spacing:1px;margin-top:10px;font-size:13px;font-weight:900}.iot-module__NEn7FW__sparkle{z-index:11;background:#ffb703;border-radius:50%;width:6px;height:6px;animation:1.5s infinite iot-module__NEn7FW__flash;position:absolute;box-shadow:0 0 10px #fff}.iot-module__NEn7FW__sparkle:first-of-type{top:10%;left:10%}.iot-module__NEn7FW__sparkle:nth-of-type(2){animation-delay:.4s;top:30%;right:10%}.iot-module__NEn7FW__sparkle:nth-of-type(3){animation-delay:.8s;bottom:40%;left:5%}.iot-module__NEn7FW__floatingHearts span{opacity:0;z-index:1;font-size:20px;animation:3s ease-in-out infinite iot-module__NEn7FW__floatUp;position:absolute}.iot-module__NEn7FW__floatingHearts span:first-child{animation-delay:0s;left:-30px}.iot-module__NEn7FW__floatingHearts span:nth-child(2){animation-delay:1s;right:-30px}.iot-module__NEn7FW__floatingHearts span:nth-child(3){animation-delay:.5s;top:-20px}.iot-module__NEn7FW__promoCard{background:#fff;border:2px solid #fff0f3;border-radius:30px;width:320px;padding:50px 25px 25px;animation:.5s cubic-bezier(.175,.885,.32,1.275) iot-module__NEn7FW__cardPop;position:relative;overflow:visible;box-shadow:0 25px 50px rgba(201,24,74,.2)}.iot-module__NEn7FW__cardContent{text-align:center;flex-direction:column;align-items:center;display:flex}.iot-module__NEn7FW__cardBalloons{filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));width:140px;animation:3s ease-in-out infinite iot-module__NEn7FW__balloonFloat;position:absolute;top:-35px;left:23%;transform:translate(-50%)}.iot-module__NEn7FW__textContent{color:#333;margin-top:20px;font-family:inherit}.iot-module__NEn7FW__textContent h3{color:#a4133c;margin:0 0 10px;font-size:22px;font-weight:700}.iot-module__NEn7FW__textContent p{color:#590d22;margin:10px 0;font-size:16px;line-height:1.5}.iot-module__NEn7FW__discountBadge{color:#fff;background:#ff4d6d;border-radius:15px;flex-direction:column;margin:15px 0;padding:10px 25px;display:inline-flex;transform:rotate(-3deg);box-shadow:0 8px 20px rgba(255,77,109,.4)}.iot-module__NEn7FW__percent{font-size:32px;font-weight:900;line-height:1}.iot-module__NEn7FW__off{letter-spacing:2px;font-size:12px;font-weight:700}.iot-module__NEn7FW__subText{color:#777;margin:10px 0 20px;font-size:14px;font-style:italic}.iot-module__NEn7FW__claimBtn{color:#fff;cursor:pointer;background:#ff4d6d;border:none;border-radius:50px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 5px 15px rgba(255,77,109,.3)}.iot-module__NEn7FW__claimBtn:hover{background:#c9184a;transform:translateY(-2px)}.iot-module__NEn7FW__closeBtn{color:#ff4d6d;cursor:pointer;z-index:100;background:#fff0f3;border:none;border-radius:50%;width:30px;height:30px;font-weight:700;position:absolute;top:15px;right:15px}@keyframes iot-module__NEn7FW__giftWobble{0%,to{transform:rotate(0)}25%{transform:rotate(-6deg)translateY(-5px)}75%{transform:rotate(6deg)translateY(-5px)}}@keyframes iot-module__NEn7FW__floatUp{0%{opacity:0;transform:translateY(0)scale(.5)}50%{opacity:1}to{opacity:0;transform:translateY(-100px)scale(1.3)}}@keyframes iot-module__NEn7FW__flash{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}}@keyframes iot-module__NEn7FW__balloonFloat{0%,to{transform:translate(-50%)translateY(0)rotate(0)}50%{transform:translate(-50%)translateY(-20px)rotate(3deg)}}@keyframes iot-module__NEn7FW__cardPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}
