:root{--heading-light-green:#0fae4d;--heading-dark-green:#282828;--bg-clr:#effff5;--text-clr:#000}*{box-sizing:border-box}body,html{margin:0;overflow-x:hidden!important;padding:0}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;background-color:#fff;font-family:Plus Jakarta Sans,sans-serif;padding-top:140px;scrollbar-width:none}.container{margin:0 auto;padding:80px 40px;width:1500px}.header{left:0;position:fixed;top:20px;transition:all .4s ease;width:100%;z-index:999}.header-container{align-items:center;background:#e7f7ed;border-radius:10px;box-shadow:0 10px 30px #00000014;display:flex;height:80px;justify-content:space-between;padding:0 32px;transition:all .4s ease}.header.scrolled{background:#e7f7ed;box-shadow:0 10px 25px #0000004d;top:0}.header.scrolled .header-container{background:#0000;border-radius:0;box-shadow:none;max-width:1500px;width:100%}.header-right{gap:42px}.header-right,.logo{align-items:center;display:flex}.logo img{display:block;height:50px}.nav-links{display:flex;gap:42px}.nav-links a{color:#000;color:var(--text-clr);font-size:18px;font-weight:300;position:relative;text-decoration:none;transition:.3s}.nav-links a:after{background:#0c8b3e;bottom:-26px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:.35s ease;width:0}.nav-links a:hover:after{width:100%}.nav-links a.active{font-weight:700}.nav-links a.active:after{width:0}.header-buttons{display:flex;gap:14px}.btn{align-items:center;border-radius:10px;display:flex;font-family:inherit;font-size:16px;font-weight:500;gap:10px;height:48px;justify-content:center;padding:0 24px;text-decoration:none;transition:.35s}.btn-demo{background:#0000;border:1px solid #0fae4d;border:1px solid var(--heading-light-green);box-shadow:0 0 10px #0fae4d33,0 0 20px #0fae4d26;color:#000;color:var(--text-clr)}.btn-demo svg{color:#0fae4d;color:var(--heading-light-green);font-size:18px;margin-top:5px;transition:.35s}.btn-demo:hover{background:#0d833c;border:1px solid #0000;color:#fff}.btn-demo:hover svg{color:#fff}.btn-primary{background:#0fae4d;background:var(--heading-light-green);color:#fff}.btn-primary:hover{background:#0d833c;color:#fff}.hamburger{align-items:center;background:#0000;border:none;border-radius:10px;color:#0fae4d;color:var(--heading-light-green);cursor:pointer;display:none;font-size:28px;height:48px;justify-content:center;width:48px}.sidebar-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;inset:0;opacity:0;position:fixed;transition:.35s;visibility:hidden;z-index:999}.sidebar-overlay.active{opacity:1;visibility:visible}.mobile-sidebar{-webkit-overflow-scrolling:touch;background:#fff;box-shadow:15px 0 45px #00000026;display:flex;flex-direction:column;height:100vh;left:-380px;max-width:90%;overflow-x:hidden;overflow-y:auto;padding:30px;position:fixed;top:0;transition:.45s ease;width:360px;z-index:1000}.mobile-sidebar.active{left:0}.sidebar-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.sidebar-top img{height:48px}.close-btn{background:#0000;border:none;border-radius:8px;color:#0fae4d;color:var(--heading-light-green);cursor:pointer;font-size:28px;height:45px;width:45px}.sidebar-links{display:flex;flex-direction:column;gap:22px}.sidebar-links a{color:#222;font-size:18px;font-weight:500;text-decoration:none}.sidebar-links a.active{color:#0fae4d;color:var(--heading-light-green)}.sidebar-buttons{display:flex;flex-direction:column;gap:15px;margin-top:35px}.sidebar-buttons .btn{width:100%}.sidebar-buttons .btn-demo svg{margin-top:0}.sidebar-contact{border-top:1px solid #ddd;display:flex;flex-direction:column;gap:18px;margin-top:auto;padding-top:30px}.sidebar-contact div{align-items:center;color:#555;display:flex;font-size:15px;gap:12px}.sidebar-contact svg{color:#0fae4d;color:var(--heading-light-green);font-size:20px}.sidebar-social{display:flex;gap:14px;margin-top:25px}.sidebar-social a{align-items:center;background:#0fae4d;border-radius:6px;color:#fff;display:flex;font-size:28px;height:42px;justify-content:center;text-decoration:none;transition:.3s;width:42px}.sidebar-social a:hover{transform:translateY(-4px)}.hero{background:#fff;isolation:isolate;margin-bottom:-40px;position:relative}.hero-background{height:650px;inset:0;margin-top:-40px;overflow:hidden;pointer-events:none;position:absolute;z-index:-1}.hero-grid{background-image:linear-gradient(rgba(30,40,35,.075) 1px,#0000 0),linear-gradient(90deg,rgba(30,40,35,.075) 1px,#0000 0);background-size:60px 60px;height:480px;left:0;mask-image:linear-gradient(180deg,#000 0,#000 35%,#00000080 55%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 35%,#00000080 55%,#0000);position:absolute;right:0;top:0}.grid-spotlight{height:520px;inset:0;mask-image:linear-gradient(180deg,#000 0,#000 40%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 40%,#0000);position:absolute}.hero-ray{animation-duration:5.2s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.22,.61,.36,1);border-radius:999px;opacity:0;pointer-events:none;position:absolute;will-change:transform,opacity;z-index:2}.horizontal-ray{animation-name:horizontalRay;background:linear-gradient(90deg,#0000,#0fae4d0a 10%,#0fae4d1f 30%,#0fae4d61 60%,#0fae4dcc 82%,#0fae4d40 94%,#0000);height:2px;left:-280px;width:280px}.horizontal-ray,.vertical-ray{box-shadow:0 0 5px #0fae4d59,0 0 14px #0fae4d1f;filter:blur(.2px)}.vertical-ray{animation-name:verticalRay;background:linear-gradient(180deg,#0000,#0fae4d0a 10%,#0fae4d1f 30%,#0fae4d61 60%,#0fae4dcc 82%,#0fae4d40 94%,#0000);height:280px;top:-280px;width:2px}@keyframes horizontalRay{0%{opacity:0;transform:translateX(0)}8%{opacity:.8}18%{opacity:.9}75%{opacity:.65}92%{opacity:.15}to{opacity:0;transform:translateX(calc(100vw + 400px))}}@keyframes verticalRay{0%{opacity:0;transform:translateY(0)}8%{opacity:.8}18%{opacity:.9}75%{opacity:.65}92%{opacity:.15}to{opacity:0;transform:translateY(760px)}}.hero-content{margin:auto;max-width:1050px;text-align:center}.hero h1{color:#000;color:var(--text-clr);font-size:68px;font-weight:400;letter-spacing:-2px;line-height:1.1;margin:0}.hero h1 span{-webkit-text-fill-color:#0000;animation:gradientFlow 8s linear infinite;background:linear-gradient(90deg,#0fae4d,#282828 35%,#0fae4d 70%,#282828);-webkit-background-clip:text;background-clip:text;background-position:250%;background-size:250% auto;display:inline-block;font-weight:500;padding-bottom:10px}.hero p{margin:28px auto 0;max-width:970px}.section-text{color:#000;color:var(--text-clr);font-size:18px;font-weight:300;line-height:2;margin:0}.hero-btns{align-items:center;gap:18px;margin-top:42px}.hero-btns,.hero-image{display:flex;justify-content:center}.hero-image{margin-top:80px}.hero-image img{display:block;filter:drop-shadow(0 0 45px rgba(15,174,77,.25)) drop-shadow(0 40px 70px rgba(15,174,77,.2));height:auto;max-width:none;width:135%}.section-heading{color:#000;color:var(--text-clr);font-size:38px;font-weight:400;line-height:1.2}.section-heading span{-webkit-text-fill-color:#0000;animation:gradientFlow 8s linear infinite;background:linear-gradient(90deg,#0fae4d,#282828 35%,#0fae4d 70%,#282828);-webkit-background-clip:text;background-clip:text;background-position:250%;background-size:250% auto;display:inline-block;font-weight:600;padding-bottom:10px}@keyframes gradientFlow{0%{background-position:250%}to{background-position:0}}.clients-section{text-align:center}.clients-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:70px auto auto;max-width:1050px}.client-logo{align-items:center;display:flex;justify-content:center;padding:10px 25px;position:relative}.client-logo:not(:last-child):after{background:#a7a7a7;content:"";height:70px;position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:1px}.client-logo img{display:block;filter:grayscale(100%);height:auto;object-fit:contain;opacity:.65;transition:all .35s ease;width:100%}.client-logo:hover img{filter:grayscale(0);opacity:1;transform:scale(1.05)}.feature-heading{align-items:flex-start;display:flex;gap:70px;justify-content:space-between;margin-bottom:55px}.feature-left .section-heading{margin-bottom:0;margin-top:0}.feature-left{width:40%}.feature-right{margin-top:5px;width:65%}.feature-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1.2fr 440px;grid-template-rows:1fr 1fr}.feature-card{background:#fff;border:1px solid #0000001f;border-radius:10px;box-shadow:0 10px 25px #0000000a;overflow:hidden;padding:28px;position:relative;transition:.35s}.feature-card:hover{transform:translateY(-8px)}.card-icon-wrapper{align-items:center;background:#fff;border:.5px solid #0000001f;border-radius:10px;box-shadow:0 10px 25px #00000012;display:flex;height:65px;justify-content:center;margin-bottom:28px;width:65px}.card-icon{height:35px;width:35px}.large-card{background:#fffaf3;grid-column:1/span 2}.large-card p{border:1px solid #fdf7f2;max-width:340px;text-align:justify}.green-card p{max-width:300px;text-align:justify}.dark-card{background:#161616;border:1px solid #0000001f;color:#fff}.dark-card .card-icon-wrapper{background:#2e443b;margin-bottom:110px}.dark-card:before{background:radial-gradient(circle,#0c8b3e,#171717);content:"";filter:blur(40px);height:65%;pointer-events:none;position:absolute;right:-80px;top:-90px;width:65%}.green-card{align-items:center;background:#f1fff6;border:1px solid #0000001f;display:flex;grid-column:2/span 2;justify-content:space-between}.card-heading{color:#000;color:var(--text-clr);font-size:26px;font-weight:400;line-height:1.5;margin:0}.dark-card .card-heading{color:#f8f8f8}.feature-card h3{margin-bottom:18px}.dark-card p{color:#eaeaea;max-width:100%;text-align:justify}.card-white{border:1px solid #0000001f;max-width:none;text-align:justify}.card-image{height:auto;object-fit:contain;width:100%}.dashboard-img{bottom:20px;position:absolute;right:20px;width:50%}.phone-img{width:50%}.stats-section{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:80px 0;overflow:hidden;position:relative}.stats-section .container{position:relative;z-index:2}.stats-wrapper{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1.3fr 1fr}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.stat-card{background:#fff;border:1px solid #0000001f;border-radius:10px;overflow:hidden;padding:15px 25px;position:relative}.stat-card .card-heading span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0fae4d,#282828);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:45px;font-weight:600}.stat-card p{margin-top:12px;max-width:220px}.stats-content h2{color:#c9c9c9;font-weight:500;text-align:right}.stats-content p{color:#c9c9c9;margin-left:auto;max-width:580px;text-align:right}.problem-wrapper{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:.95fr 1.05fr}.section-subheading{color:#000;color:var(--text-clr);font-size:34px;font-weight:300;line-height:1.5;margin-bottom:-40px}.problem-wrapper .section-heading span{font-size:50px;font-weight:600;margin:0}.problem-tabs{display:flex;gap:40px;margin:15px 0 10px}.tab-btn{background:none;border:none;color:#29292980;cursor:pointer;font-family:inherit;font-size:22px;font-weight:400;padding:0 0 18px;position:relative;transition:.35s}.tab-btn:hover{color:#111}.tab-btn:after{background:#0fae4d;border-radius:10px;bottom:10px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.tab-btn.active{color:#0fae4d;font-weight:500}.tab-btn.active:after{width:100%}.problem-card,.solution-card{border-radius:10px;margin-bottom:22px;padding:15px 30px;transition:.35s}.problem-card{background:#ffdddf38;border:1px solid #ee404c4d}.solution-card{background:#dbffe9;border:1px solid #0c8b3e}.problem-card:hover,.solution-card:hover{transform:translateY(-6px)}.card-label{align-items:center;display:inline-flex;font-size:16px;font-weight:800;gap:10px;margin-bottom:20px;text-transform:uppercase}.problem-label{color:#ee404c}.solution-label{color:#0c8b3e}.card-label svg{font-size:24px}.problem-card h3,.solution-card h3{margin:0 0 15px}.problem-right{align-items:flex-end;display:flex;height:100%;justify-content:flex-end;overflow:visible}.problem-right img{display:block;height:auto;transform:scale(1.3);transform-origin:center;width:110%}.comparison-section{text-align:center}.comparison-section .top-text{margin:-15px auto auto;max-width:750px}.comparison-wrapper{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr);margin:50px auto auto;max-width:1200px;position:relative}.comparison-arrow{background:#0000;height:70px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:70px;z-index:20}.comparison-arrow,.comparison-arrow-circle{align-items:center;border-radius:50%;box-shadow:0 15px 40px #0000001f;display:flex;justify-content:center}.comparison-arrow-circle{background:#fff;height:100%;transform-origin:center;width:100%}.comparison-arrow svg{color:#0fae4d;font-size:28px;transition:.35s}.comparison-card{border:1px solid #0000004d;border-radius:10px;box-shadow:0 18px 40px #0000000f;overflow:hidden;padding:50px;position:relative;transition:.35s}.comparison-card:hover{transform:translateY(-8px)}.danger-card{background:#fff}.success-card{background:radial-gradient(circle at top right,#0c8b3e 5%,#171717 50%)}.comparison-top{gap:18px;margin-bottom:35px;position:relative;z-index:2}.comparison-top,.icon-box{align-items:center;display:flex}.icon-box{border-radius:10px;flex-shrink:0;height:65px;justify-content:center;width:65px}.icon-box svg{font-size:44px}.danger-icon{background:#ffdddf38;border:1px solid #ee404c4d;color:#f04438}.success-icon{background:#dbffe9;color:#0fae4d}.comparison-top h3{margin-left:0;margin-right:auto;text-align:left}.comparison-top p{color:#7e7e7e;font-size:14px;margin:0}.success-card .comparison-top h3{color:#f8f8f8}.success-card .comparison-top p{color:#0aca55}.comparison-list{display:flex;flex-direction:column;gap:18px;position:relative;z-index:2}.comparison-item{gap:16px}.bullet,.comparison-item{align-items:center;display:flex}.bullet{border-radius:10px;flex-shrink:0;height:45px;justify-content:center;width:45px}.bullet svg{font-size:22px}.comparison-item span{max-width:350px;text-align:left}.success-card .comparison-item span{color:#effff5}.comparison-grid{grid-gap:52px;display:grid;gap:52px;grid-template-columns:repeat(4,1fr);margin:50px auto auto;max-width:1150px}.comparison-small-card{align-items:center;border:.5px solid #00b538;border-radius:10px;box-shadow:0 18px 40px #0000001a;display:flex;flex-direction:row;gap:8px;padding:20px 10px;text-align:left;transition:all .3s ease}.comparison-small-card:hover{transform:translateY(-5px)}.comparison-icon-wrapper{align-items:center;background:#dbffe9;border:1px solid #0000001f;border-radius:10px;display:flex;height:60px;justify-content:center;margin-left:-40px;margin-right:20px;width:60px}.comparison-icon-wrapper img{height:40px;object-fit:cover;width:40px}.comparison-small-card p{color:#7e7e7e;font-size:16px}.automation-section{background:#effff5;margin:80px auto}.automation-section .feature-right{width:55%}.customer-section .feature-right{width:50%}.special-span{-webkit-text-fill-color:initial!important;background:none!important;-webkit-background-clip:border-box!important;background-clip:initial!important;color:#000!important;font-weight:600!important}.automation-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);position:relative}.customer-section .automation-grid{display:flex;flex-direction:column;gap:60px}.customer-section .automation-grid-top{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.customer-section .automation-grid-bottom{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:0 auto;width:calc(66.66667% - 40px)}.automation-grid:before{background:#00000061;content:"";height:1px;left:16.66%;position:absolute;top:25%;transform:translateY(-50%);width:66.66%;z-index:0}.customer-section .automation-grid:before{display:none}.automation-card{background:#fff;border:1px solid #0000001f;border-radius:10px;box-shadow:0 10px 25px #0000004d;padding:30px;position:relative;transition:.3s ease}.automation-card:hover{transform:translateY(-6px)}.card-number{color:#f2f2f2;font-size:120px;font-weight:700;position:absolute;right:0;top:-140px}.automation-icon-wrapper{align-items:center;background:#fff;border-radius:10px;box-shadow:0 10px 25px #0003;display:flex;height:70px;justify-content:center;margin-bottom:20px;margin-top:80px;width:70px}.automation-icon-wrapper img{height:40px;object-fit:cover;width:40px}.customer-section .automation-icon-wrapper img{height:50px;width:50px}.automation-card .card-heading{margin-bottom:10px}.industries-section{background:radial-gradient(circle at top left,#0c8b3e 4%,#171717 20%);margin-bottom:80px;margin-top:-80px}.industries-section .container{align-items:center;display:flex;gap:0;justify-content:space-between}.industries-left{width:45%}.industries-right{width:70%}.industries-left .section-heading,.industries-left .section-text{color:#eaeaea}.industries-left .section-heading{font-weight:500;max-width:480px}.industries-left .section-text{max-width:450px}.industries-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.industries-grid>:nth-child(-n+3),.industries-grid>:nth-child(n+7){transform:translateX(50px)}.industries-card{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:row;gap:20px;padding:20px}.industries-card img{height:45px;object-fit:cover;width:45px}.industries-card .card-heading{text-wrap:nowrap;font-size:18px}.industries-card .section-text{text-wrap:nowrap;font-size:16px}.testimonial-section .container{padding:40px}.testimonial-section .section-heading{text-align:center}.testimonial-section .swiper{padding:30px 15px}.testimonial-top-text{margin:-10px auto 50px;max-width:750px;text-align:center}.testimonial-card{background:#fafafa;border:1px solid #0000001f;border-radius:10px;box-shadow:0 8px 20px #00000003,0 2px 6px #00000003;height:100%;padding:32px;transition:.35s}.testimonial-card:hover{transform:translateY(-8px)}.testimonial-stars{display:flex;gap:8px;margin-bottom:25px}.testimonial-stars svg{color:#00b538;font-size:28px}.testimonial-review{margin-bottom:30px;max-width:320px;min-height:190px}.testimonial-stat{align-items:end;background:#fff;border:1px solid #0000001f;border-radius:10px;box-shadow:0 8px 18px #00000014;display:flex;justify-content:space-between;margin-bottom:30px;padding:18px 22px}.testimonial-stat h3{color:#0fae4d;margin:0}.testimonial-stat span{color:#7e7e7e;font-size:16px}.testimonial-user{align-items:center;display:flex;gap:18px}.user-icon img{height:auto;max-width:70px;object-fit:contain;width:100%}.testimonial-user h3{font-size:22px;margin:0 0 4px}.testimonial-user p{font-size:14px;margin:0}.swiper-slide{height:auto}.pricing-section .feature-heading{margin-bottom:10px}.pricing-section .feature-left{width:50%}.pricing-section .feature-right{display:flex;justify-content:flex-end;width:45%}.pricing-heading{margin:auto;max-width:730px;text-align:center}.pricing-heading .section-text{margin-top:-20px}.pricing-offer{grid-gap:40px;align-items:center;background:radial-gradient(circle at top left,#0c8b3ee6 0,#0c8b3e73 10%,#0c8b3e26 18%,#0000 28%),#171717;border:1px solid #0000001f;border-radius:28px;box-shadow:0 18px 45px #0000001f;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1.3fr;margin-top:50px;overflow:hidden;padding:55px 40px}.offer-price,.offer-right,.offer-save{padding-left:40px;position:relative}.offer-price:before,.offer-right:before{background:#ffffff40;content:"";height:140px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1px}.offer-tag{color:#0aca55;display:inline-block;font-size:14px;margin-bottom:14px}.offer-left h3{color:#fff;font-weight:400;margin:0 0 15px;max-width:340px}.offer-left h3 span{font-weight:600}.offer-left p{color:#fff;font-size:15px;max-width:430px}.offer-save h3{color:#9fdfb8;font-size:78px;font-weight:600;line-height:1;margin:0}.offer-save span{color:#8f8f8f;font-size:24px;margin-top:10px}.offer-price h3{text-wrap:nowrap;color:#fafafa;font-size:78px;font-weight:600;line-height:1;margin:0}.offer-price h3 span{color:#8f8f8f;font-size:24px}.offer-price span{color:#8f8f8f;display:inline-block;font-size:15px;margin-top:10px}.offer-price span del{color:#8f8f8f;text-decoration:line-through;-webkit-text-decoration-color:#8f8f8f;text-decoration-color:#8f8f8f;text-decoration-thickness:2px}.offer-right{align-items:flex-start;display:flex;flex-direction:column;gap:18px;justify-content:center}.offer-right p{color:#f1fff6;font-size:15px;margin-top:10px}.offer-btn{background:#0fae4d;background:var(--heading-light-green);color:#fff;font-weight:600;text-decoration:none;transition:.35s}.offer-btn:hover{background:#0d833c;color:#fff;transform:translateY(-3px)}.pricing-tabs{background:#fafafa;border:1px solid #0000001f;border-radius:12px;box-shadow:0 8px 25px #00000014;display:grid;grid-template-columns:repeat(3,1fr);margin:-10px 0 60px auto;max-width:450px;padding:3px 6px;width:100%}.pricing-tab{background:none;border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:16px;padding:15px 0;position:relative;transition:.35s}.pricing-tab.active{background:#0fae4d;background:var(--heading-light-green);color:#fff;font-weight:600}.tab-badge{background:#dbffe9;border:1px solid #0aca555e;border-radius:5px;color:#0aca55;font-size:12px;font-weight:300;margin-left:5px;padding:3px 7px}.pricing-tab.active .tab-badge{color:#171717}.pricing-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.pricing-card{background:#fff;border:1px solid #0000001f;border-radius:10px;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column;padding:30px;position:relative;transition:.35s}.pricing-card:hover{box-shadow:0 18px 40px #0000001a;transform:translateY(-8px)}.pricing-card.featured{border:2px solid #00b538;box-shadow:0 25px 60px #0fae4d2e;z-index:5}.pricing-card-top{align-items:center;display:flex;gap:16px;margin-bottom:20px}.pricing-icon{align-items:center;background:#dcf5e5;border-radius:10px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.pricing-icon img{height:40px;object-fit:contain;width:40px}.top-pricing-text{font-size:16px;margin-bottom:20px}.price-wrapper h3{align-items:flex-end;color:#282828;display:flex;font-size:52px;font-weight:300;gap:6px;margin:0}.price-wrapper span{color:#888;font-size:20px;font-weight:300;margin-bottom:8px}.price-wrapper p{color:#0c8b3e;font-size:14px;margin-top:0}.price-wrapper p span{color:#282828;display:inline-flex;font-size:14px;font-weight:400;margin-top:10px}.pricing-features{display:flex;flex:1 1;flex-direction:column;gap:8px;margin-bottom:25px;margin-top:0}.pricing-feature{align-items:center;display:flex;gap:14px}.pricing-feature svg{color:#0fae4d;flex-shrink:0;font-size:18px}.pricing-feature span{color:#282828;font-size:13px;font-weight:300;line-height:1.6}.pricing-pdf-box{background:#fafafa;border:1px solid #e4e4e4;border-radius:10px;margin:22px 0 38px;overflow:hidden}.pricing-pdf-header{background:#f3fff8;border-bottom:1px solid #e4e4e4;display:flex;justify-content:center;padding:14px 18px}.pricing-pdf-header a{align-items:center;color:#0fae4d;color:var(--heading-light-green);display:inline-flex;font-size:15px;font-weight:600;gap:8px;text-decoration:none}.pricing-pdf-header a svg{flex-shrink:0;font-size:17px}.pricing-pdf-header a:hover{color:#087a35}.pricing-charge-list{padding:8px 18px}.pricing-charge-item{align-items:center;display:flex;justify-content:space-between;padding:10px 0}.pricing-charge-item:not(:last-child){border-bottom:1px dashed #e6e6e6}.pricing-charge-item span{color:#5c5c5c;font-size:14px;font-weight:400}.pricing-charge-item strong{color:#282828;font-size:15px;font-weight:600}.pricing-btn-wrap{margin-bottom:-50px}.pricing-btn{align-items:center;background:#b4e9c8;border:1px solid #b4e9c8;color:#000;display:flex;font-weight:600;justify-content:center;margin:auto;text-decoration:none;transition:.35s;width:-webkit-fit-content;width:fit-content}.pricing-btn:hover{background:#0fae4d;background:var(--heading-light-green);color:#fff}.active-btn{background:#0fae4d;color:#fff}.active-btn:hover{background:#0c8b3e}.pricing-bottom{margin-top:50px;text-align:center}.pricing-bottom a{color:#0fae4d;color:var(--heading-light-green);font-weight:600;margin:0 6px}.faq-section{background:#effff5;margin-top:80px;padding-bottom:30px;text-align:center}.faq-grid{align-items:flex-start;display:flex;gap:22px;margin-top:50px}.faq-column{display:flex;flex:1 1;flex-direction:column;gap:22px}.faq-card{background:#fff;border:1px solid #0000001f;border-radius:10px;box-shadow:0 10px 30px #0000000d;overflow:hidden;transition:border-color .35s ease,box-shadow .35s ease;width:100%}.faq-card.active{border-color:#00b538;box-shadow:0 0 25px #0fae4d80}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:28px;text-align:left;width:100%}.faq-question h3{font-size:20px;font-weight:500;margin:0;max-width:85%}.faq-icon{align-items:center;background:#b4e9c8;border-radius:4px;display:flex;flex-shrink:0;height:26px;justify-content:center;transition:.35s;width:26px}.faq-icon svg{color:#0c8b3e;font-size:20px;transition:.35s}.faq-answer{overflow:hidden}.faq-answer p{color:#1e1e1e;font-size:16px;margin:0;padding:0 28px 28px;text-align:left}.cta-section{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.cta-section .container{position:relative;z-index:2}.cta-glass{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#ffffff14;border-radius:10px;box-shadow:0 10px 40px #00000040,inset 0 1px 1px #ffffff1f;margin:auto;max-width:900px;overflow:hidden;padding:70px 60px;position:relative;text-align:center}.cta-glass:before{background:linear-gradient(430deg,#15db65 30%,#0003 50%);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1.5px;pointer-events:none;position:absolute}.cta-glass .section-heading{color:#fff;margin:auto}.cta-glass .section-text{color:#fff;margin:25px auto 40px;max-width:620px}.cta-glass .btn{margin:auto;width:-webkit-fit-content;width:fit-content}.footer{background:#000;color:#fff;overflow:hidden}.footer-grid{grid-gap:100px;align-items:flex-start;display:grid;gap:100px;grid-template-columns:420px 1fr}.footer-right{grid-gap:5px;display:grid;gap:5px;grid-template-columns:1fr 1fr 1fr 1.4fr}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:inline-flex;margin-bottom:28px;width:-webkit-max-content;width:max-content}.footer-logo img{display:block;height:48px;width:auto}.footer-brand .section-text{color:#d9d9d9;font-size:16px;margin:0;max-width:340px;text-align:justify}.footer-social{align-items:center;display:flex;gap:0;margin-top:0}.footer-social span{color:#d9d9d9;font-size:17px;font-weight:500;margin-right:8px}.footer-social a{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;box-shadow:0 10px 25px #00000014;color:#0fae4d;color:var(--heading-light-green);display:flex;font-size:24px;height:40px;justify-content:center;text-decoration:none;transition:.35s;width:40px}.footer-social a:hover{background:#0fae4d;background:var(--heading-light-green);border:1px solid #0fae4d;border:1px solid var(--heading-light-green);color:#000}.footer-social img{display:block;transition:.35s;width:100%}.footer-links{display:flex;flex-direction:column}.footer-contact h4,.footer-links h4{color:#0aca55;font-size:20px;font-weight:600;margin:8px 0 28px}.footer-links a{color:#d9d9d9;font-weight:300;line-height:3;margin-bottom:18px;position:relative;text-decoration:none;transition:.3s;width:-webkit-max-content;width:max-content}.footer-links a:after{background:#0fae4d;background:var(--heading-light-green);bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:.35s;width:0}.footer-links a:hover{color:#0fae4d;color:var(--heading-light-green)}.footer-links a:hover:after{width:100%}.footer-contact{display:flex;flex-direction:column}.contact-item{align-items:flex-start;color:inherit;display:flex;gap:15px;margin-bottom:18px;text-decoration:none}.contact-item svg{color:#0fae4d;color:var(--heading-light-green);flex-shrink:0;font-size:18px;margin-top:10px}.contact-item span{color:#d9d9d9;font-size:16px;font-weight:300;line-height:2}.footer-bottom{background:#019e5b}.footer-bottom .container{padding:0}.footer-bottom-container{align-items:center;display:flex;justify-content:space-between;padding:2px 40px!important}.footer-bottom p{color:#fff;font-size:14px;letter-spacing:.2px;margin:0}.footer-bottom .container .bottom-text{padding:2px 40px!important}.bottom-text a{color:#fff;text-decoration:none}.footer-logo img{transition:.35s}.footer-logo:hover img{transform:scale(1.03)}.footer-meta img{transition:.35s}.footer-meta:hover img{transform:translateY(-2px)}.contact-item{transition:.35s}.contact-item:hover{transform:translateX(6px)}.contact-item:hover svg{color:#3cff84}.breadcrumb-section{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;height:460px;margin-bottom:80px;margin-top:-80px;overflow:hidden;position:relative}.breadcrumb-content,.breadcrumb-section{align-items:center;display:flex;justify-content:center}.breadcrumb-content{flex-direction:column;text-align:center}.breadcrumb-content h1{color:#d3d3d3;font-size:40px;font-weight:600;line-height:1.2;margin:0;max-width:900px}.breadcrumb-desc{color:#d3d3d3;font-size:20px;font-weight:300;line-height:1.8;margin-top:22px;max-width:850px}.growth-section{align-items:stretch;display:flex;flex-direction:row;gap:40px;justify-content:space-between}.growth-left .section-heading{max-width:470px}.special-text{border-left:5px solid #0c8b3e;color:#000;font-size:18px;font-style:italic;font-weight:500;line-height:2;max-width:580px;padding-left:20px}.growth-left .section-text{max-width:680px;text-align:justify}.engine-wrapper{align-items:center;border-radius:10px;display:flex;height:520px;justify-content:center;margin:auto;overflow:hidden;position:relative;width:520px}.engine-bg{background:radial-gradient(circle at center,#13913f2e,#03140af2 60%),#04140a;inset:0;position:absolute;z-index:0}.engine-bg:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:40px 40px;content:"";inset:0;opacity:.8;position:absolute}.engine-bg:after{background:radial-gradient(circle,#10d75f38,#10d75f00);content:"";filter:blur(30px);height:320px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:320px}.engine-icon{border-radius:8px;width:120px;z-index:5}.engine-glow{background:#18d760;border-radius:50%;filter:blur(55px);height:50px;opacity:.35;position:absolute;width:50px}.ray{background:linear-gradient(180deg,#0a782d00 0,#0c913a14 18%,#12af4b73 40%,#22e669f2 50%,#12af4b73 60%,#0c913a14 82%,#0a782d00);border-radius:100px;box-shadow:0 0 3px #16dc5f2e,0 0 8px #16dc5f1f;opacity:.8;position:absolute;z-index:2}.ray-top{height:90%;left:50%;top:0;transform:translateX(-50%);width:3px}.ray-right{height:3px;right:0;top:50%;transform:translateY(-50%);width:100%}.laser{background:linear-gradient(0deg,#00501c00,#00782d73,#00aa46e6,#23eb6e,#00aa46e6,#00782d73,#00501c00);border-radius:999px;box-shadow:0 0 5px #14d25aa6,0 0 14px #14d25a73,0 0 26px #14d25a40;position:absolute;width:2px;z-index:4}.laser-top{top:-80px}.laser-bottom,.laser-top{height:0;left:50%;transform:translateX(-50%)}.laser-bottom{bottom:0;width:2px}.laser-right{right:0;width:0}.laser-left,.laser-right{height:2px;top:50%;transform:translateY(-50%)}.laser-left{left:0;width:var(--beam-length)}.story-section{background:#effff5;margin:80px auto}.story-section .container{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between}.story-section .section-heading{margin-bottom:10px;margin-top:0}.story-right .section-text{text-align:justify}.story-right .section-text strong{font-weight:600}.story-right .section-text{margin-bottom:14px}.story-right .section-text:last-child{margin-bottom:0}.story-right{width:55%}.team-heading{margin:auto;max-width:800px;text-align:center}.team-heading .section-text{margin-top:-15px}.team-wrapper{display:flex;flex-direction:column;gap:30px;margin-top:50px}.team-grid-top{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.team-grid-bottom{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;width:calc(75% - 7.5px)}.team-card{border-radius:10px;box-shadow:0 20px 45px #0000001f;cursor:pointer;height:520px;overflow:hidden;position:relative}.team-card img{height:100%;object-fit:cover;transition:.5s;width:100%}.team-card:hover img{transform:scale(1.08)}.team-content{background:linear-gradient(0deg,#000000f2,#00000073,#0000);display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:18px 18px 0;position:absolute;transition:.45s}.team-top{transition:.45s ease}.team-top h3{color:#fff;font-size:22px;margin:0}.desg-text{font-weight:300}.desg-text,.team-content .section-text{color:#fff;font-size:14px;margin-top:8px}.team-content .section-text{max-height:0;opacity:0;overflow:hidden;text-align:justify;transform:translateY(20px);transition:max-height .45s ease,opacity .35s ease,transform .45s ease}.team-card:hover .team-top{transform:translateY(-20px)}.team-card:hover .team-content .section-text{max-height:220px;opacity:1;transform:translateY(-20px)}.feature-block.reverse{background:#ecf1e9e0}.feature-inner{align-items:center;display:flex;gap:80px;justify-content:space-between}.feature-block.reverse .feature-inner{flex-direction:row-reverse}.feature-content{flex:0 0 48%}.feature-subheading{border-left:5px solid #0fae4d;border-left:5px solid var(--heading-light-green);color:#0fae4d;color:var(--heading-light-green);display:inline-block;font-size:24px;font-weight:600;margin-bottom:18px;padding-left:8px}.feature-content .section-heading{font-weight:600;margin-top:0;max-width:700px}.feature-content .section-text{margin:20px 0 30px;max-width:720px;text-align:justify}.feature-points{display:flex;flex-direction:column;gap:18px}.feature-point{align-items:center;display:flex;gap:14px}.feature-point svg{background:#dbffe9;color:#0fae4d;color:var(--heading-light-green);height:26px;width:26px}.feature-point span{font-size:18px;font-weight:300}.feature-link{align-items:center;color:#0fae4d;display:inline-flex;font-size:20px;font-weight:600;gap:12px;margin-top:40px;text-decoration:none;transition:.35s}.feature-link:hover{gap:18px}.feature-image{display:flex;flex:1 1}.feature-image img{display:block;height:100%;max-width:none;object-fit:contain;width:110%}.feature-block:not(.reverse) .feature-image{justify-content:flex-end}.feature-block.reverse .feature-image{justify-content:flex-start}.feature-inner .image-bottom{align-items:flex-end;align-self:stretch;margin-bottom:-100px}.feature-inner .image-bottom img{display:block;height:100%;object-fit:contain;transform:scale(1.1);width:100%}.choose-industry-top{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between;margin-bottom:50px}.choose-industry-left{width:39%}.choose-industry-right{width:55%}.choose-industry-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.choose-industry-card{background:#effff5;border:1px solid #0c8b3e91;border-radius:10px;box-shadow:0 18px 40px #0000000f;padding:60px 40px;transition:.3s ease}.choose-industry-card:hover{transform:translateY(-6px)}.choose-industry-icon-wrapper{align-items:center;background:#fff;border-radius:10px;box-shadow:0 18px 40px #0000000f;display:flex;height:80px;justify-content:center;margin-bottom:40px;width:80px}.choose-industry-icon-wrapper img{height:40px;object-fit:contain;width:40px}.pricing-table-top{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:space-between;margin-bottom:50px}.comparison-table{background:#fff;border:1px solid #00000040;border-bottom:none;border-radius:10px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:2.6fr repeat(3,1fr)}.table-header{background:#fff}.feature-column,.plan-column{border-bottom:.5px solid #00000040;border-right:.5px solid #00000040;padding:18px 22px;position:relative}.feature-column:last-child,.plan-column:last-child{border-right:none}.plan-column{text-align:center}.plan-column h3{font-size:18px;font-weight:600;margin:0}.special-heading{font-size:18px;font-weight:600;position:absolute;top:50%;transform:translateY(-50%)!important}.plan-column p{color:#282828;font-size:16px;font-weight:300;margin-top:5px}.plan-column.pro{background:#effff5}.table-group-title{align-items:center;background:#fff;border-bottom:.5px solid #00000040;cursor:pointer;display:flex;justify-content:space-between;padding:18px 22px}.table-title-left{align-items:center;display:flex;gap:12px}.table-title-left h3{font-size:20px;font-weight:600;margin:0}.green-dot{height:24px;width:24px}.table-group-title button{align-items:center;background:#fff;border:.5px solid #00000040;border-radius:6px;cursor:pointer;display:flex;font-size:22px;height:34px;justify-content:center;width:34px}.table-group-title.active{background:#effff5}.table-group-title button svg{transition:transform .3s ease}.table-group-title.active button svg{transform:rotate(180deg)}.table-row{background:#fff}.table-row .feature-column{color:#505050;font-size:16px;font-weight:300}.table-check{color:#0fae4d;color:var(--heading-light-green);font-size:28px;margin:auto}.pricing-mobile{display:none}.contact-header{margin:0 auto 50px;max-width:650px;text-align:center}.contact-header .section-heading{margin-bottom:12px;margin-top:0}.contact-header .top-para{margin:0}.contact-grid{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:480px 1fr}.contact-left{display:flex;flex-direction:column;gap:22px}.contact-card{background:#f2fff6;border:1px solid #00b538;border-radius:10px;padding:28px;transition:.35s ease}.contact-card:hover{box-shadow:0 18px 40px #00000014;transform:translateY(-6px)}.contact-icon{align-items:center;background:#fff;border-radius:10px;box-shadow:0 12px 25px #00000014;display:flex;height:60px;justify-content:center;margin-bottom:14px;width:60px}.contact-icon svg{color:#0fae4d;color:var(--heading-light-green);font-size:24px}.contact-card a{align-items:center;color:#0c8b3e;display:inline-flex;font-size:16px;font-weight:600;gap:10px;margin-top:20px;text-decoration:none;transition:.35s ease}.contact-card a:hover{gap:16px}.contact-right form{background:#fff;border:1px solid #00b538;border-radius:10px;box-shadow:0 12px 30px #00b53836;padding:30px}.form-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,1fr)}.full-width{grid-column:1/-1}.form-group label,.input-group label,.setup-label{display:block;font-size:16px;font-weight:500;margin-bottom:10px}.input-box{align-items:center;border:1px solid #00b538;border-radius:5px;display:flex;height:55px;padding:0 16px;transition:.35s ease}.input-box:focus-within{border-color:#0fae4d;border-color:var(--heading-light-green);box-shadow:0 0 0 4px #0fae4d14}.input-box svg,.textarea svg{color:#888;flex-shrink:0;font-size:22px;margin-right:12px}.input-box input{background:none;border:none;font-family:inherit;font-size:15px;outline:none;width:100%}.input-box input::placeholder,.textarea textarea::placeholder{color:#888;font-family:inherit;font-size:14px;font-weight:300}.textarea{align-items:flex-start;height:auto;padding-top:16px}.textarea textarea{background:none;border:none;font-family:inherit;font-size:15px;min-height:120px;outline:none;resize:none;width:100%}.contact-btn{align-items:center;border:none;cursor:pointer;display:flex;justify-content:center;margin:28px auto -50px;transition:.35s ease}.not-found-section .btn-primary{margin:20px auto auto;width:-webkit-fit-content;width:fit-content}.not-found-section p{margin:10px auto auto;max-width:700px}.policy-section .section-text{text-align:justify}.policy-section{margin:auto;max-width:1100px}.policy-section .section-heading{margin:40px 0 10px}.policy-section ol,.policy-section ul{color:#000;color:var(--text-clr);font-size:18px;font-weight:300;line-height:2;margin:0}.policy-section .card-heading{font-weight:400;margin:10px 0}.policy-section a{color:#0fae4d;color:var(--heading-light-green);font-weight:500}.policy-section a:hover{text-decoration:none}.industry-detail-top{margin:auto auto 50px;max-width:750px;text-align:center}.industry-detail-top .section-text{margin-top:-20px}.industry-detail-wrapper{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:370px 1fr}.industry-detail-sidebar{padding-right:0}.industry-detail-tab{align-items:center;background:#0000;border:.5px solid #0000;cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:18px;position:relative;text-align:left;transition:.35s;width:100%}.industry-detail-tab:after{background:#00000040;bottom:0;content:"";height:1px;left:18px;position:absolute;right:18px}.industry-detail-tab:hover{background:#f8fcf9}.industry-detail-tab.active{background:#effff5;border:.5px solid #0000001f;border-radius:10px;box-shadow:0 12px 28px #0000001a}.industry-detail-tab-left{align-items:center;display:flex;gap:16px}.industry-detail-tab-icon{flex-shrink:0;height:36px;object-fit:contain;width:36px}.industry-detail-tab h3{color:#505050;font-size:18px;font-weight:400}.industry-detail-tab p{color:#505050;font-size:14px;font-weight:300;margin-top:3px}.industry-detail-tab svg:last-child{color:#0fae4d;color:var(--heading-light-green);font-size:22px}.industry-detail-content{border:.5px solid #00000091;border-radius:10px;padding:35px}.industry-detail-header{align-items:center;display:flex;gap:40px;justify-content:space-between;margin-bottom:35px}.industry-detail-heading{align-items:center;display:flex;gap:24px}.industry-detail-icon{align-items:center;background:#fff;border:.5px solid #0000001f;border-radius:10px;box-shadow:0 12px 30px #00000014;display:flex;flex-shrink:0;height:100px;justify-content:center;width:100px}.industry-detail-icon img{height:60px;width:60px}.industry-detail-subheading{color:#0fae4d;color:var(--heading-light-green);font-size:18px;font-weight:600}.industry-detail-header .card-heading{font-size:34px;margin:0}.industry-detail-tagline{color:#0fae4d;color:var(--heading-light-green);font-size:16px;font-weight:300;margin:0}.btn-outline{background:#0000;border:1.5px solid #00b538;border-radius:5px;color:#000;color:var(--text-clr);transition:.3s ease}.btn-outline:hover{background:#00b538;color:#fff;transform:translateY(-5px)}.industry-detail-stats{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:30px}.industry-detail-stat{background:#effff5;border:1px solid #0c8b3e91;border-radius:12px;box-shadow:0 12px 30px #00000014;padding:20px;transition:.3s ease}.industry-detail-stat:hover{transform:translateY(-8px)}.industry-detail-bottom{grid-gap:26px;display:grid;gap:26px;grid-template-columns:1fr 1fr;margin-top:30px}.industry-detail-impact,.industry-detail-why{border:1px solid #0c8b3e91;border-radius:10px;padding:28px}.industry-detail-impact h3,.industry-detail-why h3{color:#0fae4d;color:var(--heading-light-green);font-size:20px}.industry-detail-list{display:flex;flex-direction:column;gap:22px;margin-top:32px}.industry-detail-list div{align-items:center;display:flex;gap:14px}.industry-detail-list svg{background:#dbffe9;border-radius:5px;box-shadow:0 6px 15px #0fae4d1a;color:#0fae4d;color:var(--heading-light-green);height:26px;padding:4px;width:26px}.industry-detail-list span{color:#505050}.industry-detail-impact-list{display:flex;flex-direction:column}.industry-detail-impact-item{align-items:center;border-bottom:.5px solid #00000040;display:flex;justify-content:space-between;padding:18px 0}.industry-detail-impact-item:last-child{border-bottom:none}.industry-detail-impact-item span{color:#505050}.industry-detail-impact-item strong{color:#0fae4d;color:var(--heading-light-green);font-size:20px;font-weight:700}.industry-mobile-dropdown{display:none}.industry-dropdown-btn{align-items:center;background:#effff5;border:1px solid #00b538;border-radius:10px;cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:18px;width:100%}.industry-dropdown-left{align-items:center;display:flex;gap:16px}.industry-dropdown-left img{height:42px;object-fit:contain;width:42px}.industry-dropdown-left h3{font-size:18px;font-weight:600;margin-bottom:0;text-align:left}.industry-dropdown-left p{color:#666;font-size:14px;margin-top:4px;text-align:left}.industry-dropdown-btn svg{color:#0fae4d;color:var(--heading-light-green);font-size:24px}.industry-dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 15px 35px #00000014;margin-top:10px;max-height:400px;overflow-y:auto}.industry-dropdown-item{align-items:center;background:#fff;border:none;border-bottom:.5px solid #eee;cursor:pointer;display:flex;font-family:inherit;gap:15px;padding:16px 18px;text-align:left;transition:.3s;width:100%}.industry-dropdown-item:last-child{border-bottom:none}.industry-dropdown-item:hover{background:#f5fff8}.industry-dropdown-item.active{background:#effff5}.industry-dropdown-item img{height:36px;width:36px}.industry-dropdown-item h4{font-size:17px;font-weight:500;margin:0}.industry-dropdown-item p{color:#666;font-size:13px;margin-top:4px}.special-strong{font-weight:500;line-height:3;margin-bottom:-10px}.whatsapp-float{align-items:center;bottom:30px;cursor:pointer;display:flex;justify-content:center;position:fixed;right:30px;z-index:9999}.whatsapp-float img{height:50px;transition:transform .3s ease;width:50px}.whatsapp-float:hover img{transform:scale(1.1)}.integrations-section{text-align:center}.integration-card{align-items:center;border:2px solid #0fae4d73;border-radius:14px;cursor:pointer;display:flex;min-height:82px;overflow:hidden;padding:16px 18px;position:relative;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.integration-card:nth-child(-n+4){min-height:82px}.integration-card:nth-child(n+5){min-height:95px}.integration-card:hover{background:#fffffff2;border-color:#0fae4d;box-shadow:0 0 0 1px #0fae4d1f,0 10px 35px #0fae4d24,0 0 25px #0fae4d14}.integration-icon{align-items:center;background:#f5faf7;border:1px solid #0fae4d1f;border-radius:11px;display:flex;height:48px;justify-content:center;position:relative;width:48px;z-index:1}.integration-icon img{display:block;height:40px;object-fit:contain;width:50px}.integrations-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr);margin:55px auto 0;max-width:1150px;width:100%}.integrations-grid-second{gap:30px;grid-template-columns:repeat(4,1fr);margin-top:24px;max-width:1350px}.integrations-grid-second .integration-card{min-height:95px}.integrations-grid-second .integration-icon{height:60px;width:60px}.integrations-grid-second .integration-icon img{height:64px;width:64px}.integrations-section .section-text{margin-left:14px}.footer-meta-ai{gap:35px;margin-top:30px}.footer-meta,.footer-meta-ai{align-items:center;display:flex}.footer-meta{gap:18px;margin-top:0}.footer-meta img{display:block;height:38px;width:auto}.footer-ai{display:flex;flex-direction:column;gap:8px;margin-top:0}.ai-heading{color:#d9d9d9;font-size:14px!important;margin-top:0}.ai-icons{gap:4px;margin-bottom:0}.ai-icons,.ai-icons button{align-items:center;display:flex}.ai-icons button{background:#0000;border:1px solid #0fae4d;border:1px solid var(--heading-light-green);border-radius:10px;color:#0fae4d;color:var(--heading-light-green);font-size:20px;height:34px;justify-content:center;text-decoration:none;transition:.35s ease;width:34px}.ai-icons button .ai-logo,.ai-icons button svg{fill:currentColor;display:block;flex-shrink:0;height:18px!important;min-height:18px!important;min-width:18px!important;width:18px!important}.ai-icons button:hover{background:#fff;transform:translateY(-6px)}.book-demo-grid{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:480px 1fr}.card-2{margin-top:25px}.card-2 .card-heading{margin-bottom:15px}.card-2>.section-text{margin-bottom:30px}.contact-info-item{align-items:center;display:flex;gap:18px;margin-bottom:28px}.card-2 .contact-icon-box{align-items:center;background:#0fae4d;background:var(--heading-light-green);border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.card-2 a{color:#000;color:var(--text-clr);font-weight:400;margin-top:0}.contact-icon-box svg{font-size:21px}.book-demo-form-header{margin-bottom:20px}.book-demo-form-header p{margin-top:-20px;text-align:justify}.book-demo-form-header h2{margin-top:0}.input-box select{background:#0000;border:none;color:inherit;cursor:pointer;font:inherit;outline:none;width:100%}.setup-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:10px}.setup-option{align-items:center;border:1px solid #dfe7e2;border-radius:10px;cursor:pointer;display:flex!important;flex-direction:row!important;gap:12px;padding:15px 18px;transition:.3s ease;width:100%}.setup-option input{display:none}.custom-checkbox{align-items:center;background:#fff;border:1.5px solid #b8c8bf;border-radius:5px;display:flex;height:20px;justify-content:center;min-width:20px;transition:.3s ease;width:20px}.setup-option-text{color:#282828;display:block;flex:1 1;font-size:15px;line-height:1.4}.setup-option.checked .custom-checkbox{background:#0fae4d;border-color:#0fae4d;color:#fff}.form-success{color:#0c8b3e;font-size:15px;font-weight:500;margin:20px 0 0}.grecaptcha-badge{visibility:hidden}.cookie-banner{bottom:20px;bottom:0;left:0;position:fixed;z-index:9999}.cookie-banner-content{background:#fff;border:3px solid #0fae4d;border:3px solid var(--heading-light-green);border-radius:10px;box-shadow:0 10px 35px #0000001f;font-family:inherit;gap:30px;margin:0 auto;max-width:600px;padding:20px 24px}.cookie-banner-text{flex:1 1}.cookie-banner-text h3{font-size:17px;margin:0 0 6px}.cookie-banner-text p{font-size:13px;margin:0 0 6px}.cookie-banner-text a{color:#0fae4d;color:var(--heading-light-green);font-size:13px;text-decoration:none}.cookie-banner-actions{display:flex;flex-shrink:0;gap:10px}.cookie-btn{border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:11px 20px}.cookie-reject{background:#f1f1f1;color:#282828}.cookie-accept{background:#0fae4d;color:#fff}@media (min-width:1401px) and (max-width:1600px){.container{max-width:1450px;padding-left:40px;padding-right:40px;width:100%}.header-container{padding:0 35px}.header-right{gap:35px}.nav-links{gap:32px}.nav-links a{font-size:17px}.header-buttons{gap:14px}.btn{font-size:15px;padding:0 22px}.logo img{height:48px}.hero-content{max-width:1100px}.hero h1{font-size:64px;letter-spacing:-1.5px}.hero p{margin-top:25px;max-width:900px}.hero-btns{gap:18px;margin-top:40px}.hero-image{margin-top:75px}.hero-image img{max-width:1150px}.policy-section ul,.section-text{font-size:17px;line-height:1.85}.section-heading{font-size:36px}.clients-grid{gap:28px;margin-top:65px;max-width:1050px}.client-logo{padding:12px 22px}.client-logo:not(:last-child):after{height:62px;right:-14px}.feature-heading{gap:60px;margin-bottom:55px}.feature-left{width:42%}.feature-right{width:58%}.feature-grid{gap:18px;grid-template-columns:1fr 1.1fr 400px}.feature-card{padding:26px}.card-heading{font-size:25px}.card-icon-wrapper{height:62px;margin-bottom:25px;width:62px}.card-icon{height:34px;width:34px}.dashboard-img,.phone-img{width:48%}.stats-section{margin:75px 0}.stats-wrapper{gap:75px}.stats-grid{gap:26px}.stat-card{padding:40px 24px}.stat-card .card-heading span{font-size:42px}.problem-wrapper{gap:65px;grid-template-columns:1fr 1fr}.section-subheading{font-size:34px}.problem-wrapper .section-heading span{font-size:48px}.problem-tabs{gap:32px;margin-top:42px}.tab-btn{font-size:21px}.problem-card,.solution-card{padding:16px 28px}.comparison-wrapper{gap:22px;max-width:1150px}.comparison-card{padding:42px}.comparison-top{margin-bottom:32px}.comparison-grid{gap:38px;max-width:1100px}.comparison-small-card{padding:20px 14px}.comparison-icon-wrapper{height:58px;margin-left:-30px;margin-right:16px;width:58px}.comparison-icon-wrapper img{height:38px;width:38px}.automation-grid{gap:28px}.automation-card{padding:30px}.card-number{font-size:110px;top:-125px}.automation-icon-wrapper{margin-top:75px}.industries-section .container{gap:45px}.industries-left{width:32%}.industries-right{width:68%}.industries-grid{gap:24px}.industries-grid>:nth-child(-n+3),.industries-grid>:nth-child(n+13):nth-child(-n+15),.industries-grid>:nth-child(n+7):nth-child(-n+9){transform:translateX(28px)}.industries-card{gap:16px;padding:20px}.testimonial-section .swiper{padding:28px 12px}.testimonial-card{padding:30px}.testimonial-stars svg{font-size:27px}.testimonial-review{min-height:180px}.testimonial-stat{padding:18px 20px}.testimonial-user{gap:16px}.pricing-offer{gap:28px;grid-template-columns:1.8fr 1fr 1fr 1.2fr;padding:48px 38px}.offer-price h3,.offer-save h3{font-size:68px}.pricing-grid{gap:22px}.pricing-card{padding:28px}.pricing-section .feature-heading{gap:60px}.pricing-section .feature-left{width:44%}.pricing-section .feature-right{display:flex;justify-content:flex-end;width:56%}.pricing-tabs{margin-left:auto;margin-right:0;max-width:450px}.faq-question{padding:24px}.faq-question h3{font-size:19px;max-width:90%}.faq-answer p{font-size:16px;padding:0 26px 26px}.cta-glass{max-width:900px;padding:70px 55px}.footer-grid{gap:65px;grid-template-columns:380px 1fr}.footer-right{gap:28px}.footer-meta{margin-top:60px}.footer-meta-ai{gap:30px;margin-top:30px}.footer-meta img{height:38px;margin-top:-40px}.ai-heading{font-size:14px!important}.ai-icons{gap:5px}.ai-icons button{font-size:19px;height:34px;width:34px}.breadcrumb-section{height:440px;margin-bottom:75px}.breadcrumb-content h1{font-size:40px;max-width:850px}.growth-section{gap:35px}.growth-left .section-heading{max-width:450px}.growth-left .section-text{max-width:620px}.special-text{font-size:17px;max-width:560px}.customer-section .automation-grid{gap:55px}.customer-section .automation-grid-bottom,.customer-section .automation-grid-top{gap:28px}.story-section .container{gap:35px}.team-card{height:500px}.team-grid-bottom,.team-grid-top{gap:28px}.team-top h3{font-size:21px}.team-content .section-text{font-size:14px}.feature-inner{gap:55px}.feature-content{flex:0 0 50%}.feature-content .section-heading{max-width:620px}.feature-block:not(.reverse) .feature-image img{margin-right:-45px}.feature-block.reverse .feature-image img{margin-left:-45px}.choose-industry-card{padding:55px 35px}.choose-industry-icon-wrapper{height:78px;margin-bottom:32px;width:78px}.choose-industry-icon-wrapper img{height:38px;width:38px}.industry-detail-wrapper{gap:35px;grid-template-columns:360px 1fr}.industry-detail-content{padding:48px 35px}.industry-detail-header{gap:35px}.industry-detail-header .card-heading{font-size:32px}.feature-column,.plan-column{padding:18px 20px}.table-title-left h3{font-size:20px}.plan-column h3{font-size:18px}.contact-grid{gap:38px;grid-template-columns:460px 1fr}.contact-card{padding:26px}.contact-right form{padding:28px}.book-demo-grid{gap:38px;grid-template-columns:450px 1fr}.contact-right{min-width:0}.contact-info-item{gap:16px}.card-2 .contact-icon-box{height:50px;width:50px}.integrations-grid{gap:18px;max-width:1150px}.integration-card,.integrations-grid-second .integration-card{min-height:82px;padding:16px 18px}.integration-icon,.integrations-grid-second .integration-icon{height:48px;width:48px}.integration-icon img,.integrations-grid-second .integration-icon img{height:40px;width:50px}.feature-inner .image-bottom{margin-bottom:-145px}.footer-bottom-container{padding:16px 25px!important}}@media (max-width:1400px){.container{max-width:1320px;padding:70px 30px;width:100%}.header-container{padding:0 28px}.header-right,.nav-links{gap:30px}.nav-links a{font-size:17px}.header-buttons{gap:12px}.btn{font-size:15px;padding:0 20px}.logo img{height:46px}.hero-content{max-width:960px}.hero h1{font-size:60px;letter-spacing:-1.5px}.hero p{margin-top:24px;max-width:860px}.policy-section ul,.section-text{font-size:17px;line-height:1.9}.hero-btns{gap:16px;margin-top:38px}.hero-image{margin-top:70px}.hero-image img{max-width:1050px}.section-heading{font-size:34px}.clients-grid{gap:26px;margin-top:60px;max-width:950px}.client-logo{padding:10px 20px}.client-logo:not(:last-child):after{height:60px;right:-13px}feature-heading{gap:50px;margin-bottom:50px}.feature-left{width:42%}.feature-right{width:58%}.feature-grid{gap:16px;grid-template-columns:1fr 1.1fr 380px}.feature-card{padding:24px}.card-heading{font-size:24px}.card-icon-wrapper{height:60px;margin-bottom:24px;width:60px}.card-icon{height:32px;width:32px}.dashboard-img,.phone-img{width:48%}.stats-section{margin:70px 0}.stats-wrapper{gap:70px}.stats-grid{gap:24px}.stat-card{padding:38px 22px}.stat-card .card-heading span{font-size:40px}.problem-wrapper{gap:60px;grid-template-columns:1fr 1fr}.section-subheading{font-size:32px}.problem-wrapper .section-heading span{font-size:46px}.problem-tabs{gap:30px;margin-top:40px}.tab-btn{font-size:20px}.problem-card,.solution-card{padding:14px 26px}.comparison-wrapper{gap:20px;max-width:1100px}.comparison-card{padding:40px}.comparison-top{margin-bottom:30px}.comparison-grid{gap:35px;max-width:1050px}.comparison-small-card{padding:18px 12px}.comparison-icon-wrapper{height:55px;margin-left:-30px;margin-right:15px;width:55px}.comparison-icon-wrapper img{height:36px;width:36px}.automation-grid{gap:25px}.automation-card{padding:28px}.card-number{font-size:105px;top:-120px}.automation-icon-wrapper{margin-top:70px}.industries-section .container{gap:40px}.industries-left{width:30%}.industries-right{width:70%}.industries-grid{gap:22px}.industries-grid>:nth-child(-n+3),.industries-grid>:nth-child(n+13):nth-child(-n+15),.industries-grid>:nth-child(n+7):nth-child(-n+9){transform:translateX(25px)}.industries-card{gap:15px;padding:18px}.testimonial-section .swiper{padding:25px 10px}.testimonial-card{padding:28px}.testimonial-stars svg{font-size:26px}.testimonial-review{min-height:170px}.testimonial-stat{padding:16px 18px}.testimonial-user{gap:15px}.pricing-offer{gap:25px;grid-template-columns:1.8fr 1fr 1fr 1.2fr;padding:45px 35px}.offer-price h3,.offer-save h3{font-size:65px}.pricing-grid{gap:20px}.pricing-card{padding:25px}.faq-question{padding:20px}.faq-question h3{font-size:18px;max-width:90%}.faq-answer p{font-size:15px;padding:0 24px 24px}.cta-glass{max-width:850px;padding:65px 50px}.footer-grid{gap:60px;grid-template-columns:350px 1fr}.footer-right{gap:25px}.footer-meta{margin-top:60px}.breadcrumb-section{height:420px;margin-bottom:70px}.breadcrumb-content h1{font-size:38px;max-width:800px}.growth-section{gap:30px}.growth-left .section-heading{max-width:430px}.growth-left .section-text{max-width:600px}.special-text{font-size:17px;max-width:540px}.customer-section .automation-grid{gap:50px}.customer-section .automation-grid-bottom,.customer-section .automation-grid-top{gap:25px}.story-section .container{gap:30px}.team-card{height:480px}.team-grid-bottom,.team-grid-top{gap:25px}.team-top h3{font-size:20px}.team-content .section-text{font-size:13px}.feature-inner{gap:50px}.feature-content{flex:0 0 50%}.feature-content .section-heading{max-width:600px}.feature-block:not(.reverse) .feature-image img{margin-right:-40px}.feature-block.reverse .feature-image img{margin-left:-40px}.choose-industry-card{padding:50px 30px}.choose-industry-icon-wrapper{height:75px;margin-bottom:30px;width:75px}.choose-industry-icon-wrapper img{height:36px;width:36px}.feature-column,.plan-column{padding:16px 18px}.table-title-left h3{font-size:19px}.plan-column h3{font-size:17px}.contact-grid{gap:35px;grid-template-columns:440px 1fr}.contact-card{padding:24px}.contact-right form{padding:26px}.industry-detail-wrapper{gap:30px;grid-template-columns:340px 1fr}.industry-detail-content{padding:45px 30px}.industry-detail-header{gap:30px}.industry-detail-header .card-heading{font-size:30px}.footer-meta-ai{gap:28px;margin-top:28px}.footer-meta img{height:36px;margin-top:-40px}.ai-heading{font-size:13px!important}.ai-icons{gap:4px}.ai-icons button{font-size:18px;height:32px;width:32px}.book-demo-grid{gap:35px;grid-template-columns:430px 1fr}.contact-right{min-width:0}.contact-info-item{gap:14px}.card-2 .contact-icon-box{height:48px;width:48px}.integrations-grid{gap:16px;max-width:1100px}.integration-card,.integrations-grid-second .integration-card{min-height:80px;padding:15px 16px}.integration-icon,.integrations-grid-second .integration-icon{height:46px;width:46px}.integration-icon img,.integrations-grid-second .integration-icon img{height:38px;width:46px}.pricing-section .feature-heading{gap:50px}.pricing-section .feature-left{width:45%}.pricing-section .feature-right{display:flex;justify-content:flex-end;width:55%}.pricing-tabs{margin-left:auto;margin-right:0;max-width:430px}.feature-inner .image-bottom{margin-bottom:-140px}.footer-bottom-container{flex-direction:column;gap:8px;padding:15px 20px!important;text-align:center}}@media (max-width:1200px){body{padding-top:125px}.container{max-width:1140px;padding:60px 24px}.header{top:15px}.header-container{height:74px;padding:0 22px}.header-right{gap:22px}.logo img{height:42px}.nav-links{gap:24px}.nav-links a{font-size:16px}.header-buttons{gap:10px}.btn{font-size:14px;height:44px;padding:0 18px}.hero-content{max-width:880px}.hero h1{font-size:52px;letter-spacing:-1px;line-height:1.15}.hero p{margin-top:22px;max-width:760px}.policy-section ul,.section-text{font-size:16px;line-height:1.85}.hero-btns{gap:14px;margin-top:34px}.hero-image{margin-top:60px}.hero-image img{max-width:900px}.section-heading{font-size:32px;line-height:1.25}.clients-grid{gap:22px;margin-top:55px;max-width:860px}.client-logo{padding:8px 18px}.client-logo:not(:last-child):after{height:55px;right:-11px}.feature-heading{gap:40px;margin-bottom:45px}.feature-right{width:55%}.feature-grid{gap:16px;grid-template-columns:1fr 1fr 320px}.feature-card{padding:22px}.card-heading{font-size:22px;line-height:1.4}.card-icon-wrapper{height:56px;margin-bottom:22px;width:56px}.card-icon{height:30px;width:30px}.dark-card .card-icon-wrapper{margin-bottom:70px}.large-card p{max-width:280px}.green-card p{max-width:100%}.dashboard-img{width:45%}.phone-img{width:46%}.stats-section{margin:60px 0}.stats-wrapper{gap:50px;grid-template-columns:1fr 1.15fr}.stats-grid{gap:20px}.stat-card{padding:32px 20px}.stat-card .card-heading span{font-size:36px;margin-bottom:8px}.stat-card p{max-width:100%}.problem-wrapper{gap:45px}.section-subheading{font-size:28px;margin-bottom:-15px}.problem-wrapper .section-heading span{font-size:42px}.problem-tabs{gap:25px;margin:35px 0 10px}.tab-btn{font-size:18px;padding-bottom:14px}.problem-card,.solution-card{margin-bottom:18px;padding:14px 22px}.card-label{font-size:14px;margin-bottom:16px}.card-label svg{font-size:21px}.comparison-wrapper{margin-top:45px;max-width:100%}.comparison-card{padding:32px}.comparison-top{gap:14px}.icon-box{height:58px;width:58px}.icon-box svg{font-size:38px}.comparison-arrow{height:65px;width:65px}.comparison-arrow svg{font-size:20px}.comparison-grid{gap:35px;grid-template-columns:repeat(4,1fr);max-width:850px}.comparison-icon-wrapper{margin-left:-25px}.feature-left{width:45%}.automation-section .feature-right{width:55%}.automation-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.automation-card{padding:25px}.card-number{font-size:90px;top:-100px}.automation-icon-wrapper{height:65px;margin-top:65px;width:65px}.automation-icon-wrapper img{height:35px;width:35px}.automation-grid:before{top:22%}.industries-section .container{flex-direction:column;gap:30px}.industries-left,.industries-right{width:100%}.industries-left{text-align:center}.industries-left .section-heading{font-weight:500;max-width:none}.industries-left .section-text{max-width:none}.industries-grid{gap:18px}.industries-grid>:nth-child(-n+3),.industries-grid>:nth-child(n+13):nth-child(-n+15),.industries-grid>:nth-child(n+7):nth-child(-n+9){transform:translateX(15px)}.industries-card{gap:12px;padding:16px}.industries-card img{height:42px;width:42px}.testimonial-top-text{margin-bottom:40px}.testimonial-card{padding:25px}.testimonial-stars{gap:6px;margin-bottom:20px}.testimonial-stars svg{font-size:24px}.testimonial-review{max-width:100%;min-height:160px}.testimonial-stat{gap:5px}.testimonial-stat h3{font-size:24px}.testimonial-stat span{font-size:15px}.pricing-offer{gap:40px;grid-template-columns:1fr 1fr}.offer-price:before,.offer-right:before{display:none}.offer-price,.offer-right,.offer-save{padding-left:0}.offer-price h3,.offer-save h3{font-size:60px}.pricing-grid{grid-template-columns:repeat(2,1fr);row-gap:30px}.pricing-card{min-height:100%}.faq-column,.faq-grid{gap:18px}.faq-question{padding:22px}.faq-question h3{font-size:17px;max-width:82%}.faq-answer p{padding:0 22px 22px}.cta-glass{max-width:800px;padding:60px 45px}.cta-glass .section-text{max-width:550px}.footer-grid{gap:40px;grid-template-columns:320px 1fr}.footer-right{grid-template-columns:repeat(2,1fr);row-gap:40px}.footer-meta{margin-top:50px}.footer-contact h4,.footer-links h4{margin-bottom:20px}.footer-links a{line-height:2.2;margin-bottom:10px}.breadcrumb-section{height:380px;margin-bottom:60px;margin-top:-60px}.breadcrumb-content h1{font-size:34px}.growth-section{gap:25px}.growth-left{width:55%}.growth-right{width:45%}.growth-left .section-heading{max-width:400px}.growth-left .section-text{max-width:100%}.special-text{font-size:17px;line-height:1.8;padding-left:18px}.customer-section .automation-grid{gap:45px}.customer-section .automation-grid-bottom,.customer-section .automation-grid-top{gap:20px}.customer-section .automation-grid-bottom{width:calc(66.66667% - 26.66667px)}.story-section .container{gap:25px}.story-left{width:42%}.story-right{width:58%}.team-grid-bottom,.team-grid-top{grid-template-columns:repeat(2,1fr)}.team-grid-bottom{width:100%}.team-card{height:500px}.feature-inner{gap:40px}.feature-subheading{font-size:22px}.feature-content .section-text{margin:18px 0 25px}.feature-point span{font-size:17px}.feature-link{font-size:18px;margin-top:30px}.feature-block.reverse .feature-image img,.feature-block:not(.reverse) .feature-image img{margin:0}.choose-industry-top,.pricing-table-top{gap:30px}.choose-industry-left{width:42%}.choose-industry-right{width:58%}.choose-industry-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.choose-industry-card{padding:45px 30px}.pricing-table-top{gap:30px}.feature-column,.plan-column{padding:15px}.special-heading{font-size:17px}.table-title-left h3{font-size:18px}.plan-column p,.table-row .feature-column{font-size:15px}.contact-header{margin-bottom:40px;max-width:600px}.contact-grid{gap:30px;grid-template-columns:380px 1fr}.contact-left{gap:18px}.contact-card{padding:22px}.contact-icon{height:55px;width:55px}.contact-card .card-heading,.contact-icon svg{font-size:22px}.contact-card .section-text,.contact-card a{font-size:15px}.contact-right form{padding:24px}.form-grid{gap:18px}.industry-detail-wrapper{gap:25px;grid-template-columns:320px 1fr}.industry-detail-content{padding:40px 25px}.industry-detail-header{align-items:flex-start;flex-direction:column;margin-bottom:45px}.industry-detail-header .btn{justify-content:center;width:-webkit-fit-content;width:fit-content}.industry-detail-stats{gap:18px}.industry-detail-bottom{gap:20px}.engine-wrapper{height:400px;width:400px}.footer-bottom-container{flex-direction:column;gap:8px;padding:15px 20px!important;text-align:center}.whatsapp-float{bottom:20px;right:20px}.whatsapp-float img{height:40px;width:40px}.breadcrumb-desc{font-size:18px;line-height:1.7;margin-top:20px;max-width:720px}.story-right .section-text{margin-bottom:10px}.footer-meta-ai{gap:24px;margin-top:26px}.footer-meta{gap:14px}.footer-meta img{height:34px}.footer-ai{gap:6px}.ai-heading{font-size:13px!important}.ai-icons button{border-radius:8px;font-size:17px;height:31px;width:31px}.book-demo-grid{gap:30px;grid-template-columns:380px 1fr}.contact-right{min-width:0}.setup-options{gap:10px}.setup-option{padding:13px 15px}.integrations-grid{gap:16px;grid-template-columns:repeat(4,1fr);max-width:950px}.integration-card,.integrations-grid-second .integration-card{min-height:78px;padding:14px 16px}.integration-icon,.integrations-grid-second .integration-icon{flex-shrink:0;height:45px;width:45px}.integration-icon img,.integrations-grid-second .integration-icon img{height:36px;width:44px}.integrations-section .section-text{margin-left:12px}.pricing-section .feature-heading{gap:35px}.pricing-section .feature-left{width:45%}.pricing-section .feature-right{width:55%}.pricing-tabs{margin-bottom:50px;margin-top:0;max-width:400px}.pricing-tab{font-size:15px;padding:14px 5px}.feature-inner .image-bottom{margin-bottom:-220px}}@media (max-width:992px){body{padding-top:110px}.container{padding:50px 20px}.header{top:12px}.header-container{height:72px;padding:0 20px}.desktop-nav,.header-buttons{display:none}.hamburger{display:flex}.header-right{gap:0}.logo img{height:42px}.hero-content{max-width:760px}.hero h1{font-size:44px;letter-spacing:-.8px;line-height:1.2}.hero p{margin-top:20px;max-width:680px}.policy-section ul,.section-text{font-size:16px;line-height:1.8}.hero-btns{gap:12px;margin-top:30px}.hero-image{margin-top:50px;padding-bottom:50px}.hero-image img{max-width:760px}.section-heading{font-size:30px}.clients-grid{gap:40px 30px;grid-template-columns:repeat(2,1fr);margin-top:50px;max-width:560px}.client-logo{padding:5px 15px}.client-logo:after{display:none}.feature-heading{flex-direction:column;gap:20px;margin-bottom:40px}.feature-left,.feature-right{width:100%}.feature-left,.feature-right .section-text{text-align:center!important}.feature-right{margin-top:0}.feature-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.green-card,.large-card{grid-column:auto}.large-card p{max-width:100%}.feature-card{min-height:auto;padding:22px}.dark-card .card-icon-wrapper{margin-bottom:210px}.green-card{display:block}.green-card .card-content{margin-bottom:25px}.phone-img{display:block;margin:0 auto;width:75%}.dashboard-img{bottom:auto;display:block;margin:30px auto 0;position:relative;right:auto;width:75%}.stats-section{margin:50px 0}.stats-wrapper{gap:45px;grid-template-columns:1fr}.stats-content{order:1}.stats-grid{margin:0 auto;max-width:700px;order:2}.stats-content h2,.stats-content p{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.problem-wrapper{gap:50px;grid-template-columns:1fr}.problem-left{margin:auto;max-width:750px}.problem-tabs{justify-content:flex-start}.problem-right{order:2}.problem-right img{margin:auto;min-height:auto;width:85%}.comparison-section .top-text{margin-top:0}.comparison-wrapper{gap:25px;grid-template-columns:1fr;max-width:650px}.comparison-card{padding:30px}.comparison-arrow{left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg)}.comparison-grid{gap:30px;grid-template-columns:repeat(2,1fr);margin-top:45px;max-width:700px}.automation-section .feature-right{width:100%}.automation-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.automation-grid:before{display:none}.automation-card{padding:25px}.card-number{font-size:100px;top:-110px}.automation-icon-wrapper{margin-top:70px}.automation-card .card-heading{font-size:24px}.industries-section .container{flex-direction:column;gap:45px;text-align:center}.industries-left,.industries-right{width:100%}.industries-left .section-heading{margin:auto;max-width:100%}.industries-left .section-text{margin:20px auto 0;max-width:650px}.industries-grid{gap:22px;grid-template-columns:repeat(2,1fr)}.industries-grid>:nth-child(-n+3),.industries-grid>:nth-child(n+13):nth-child(-n+15),.industries-grid>:nth-child(n+7):nth-child(-n+9){transform:none}.industries-card{text-align:left}.testimonial-section .container{padding-left:30px;padding-right:30px}.testimonial-top-text{margin-bottom:35px;max-width:600px}.testimonial-section .swiper{padding:25px 5px}.testimonial-card{padding:28px}.testimonial-review{min-height:180px}.pricing-heading{max-width:600px}.pricing-offer{border-radius:20px;grid-template-columns:1fr;padding:40px 30px;text-align:center}.offer-left h3,.offer-left p{margin-left:auto;margin-right:auto}.offer-price,.offer-right,.offer-save{align-items:center;justify-content:center}.offer-right{align-items:center;display:flex}.offer-right p{max-width:400px}.pricing-tabs{margin:50px auto}.pricing-tab{font-size:14px}.price-wrapper h3{font-size:45px}.faq-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr}.faq-column{gap:18px}.faq-question{padding:22px 20px}.faq-question h3{font-size:17px;max-width:88%}.faq-answer p{padding:0 20px 20px}.cta-glass{border-radius:14px;padding:55px 35px}.cta-glass .section-text{font-size:16px;margin:20px auto 35px}.footer-grid{gap:60px;grid-template-columns:1fr}.footer-brand{align-items:center;text-align:center}.footer-brand .section-text{max-width:500px;text-align:center}.footer-social{gap:5px;justify-content:center}.footer-social a{font-size:18px;height:35px;width:35px}.footer-meta{margin-bottom:0;margin-top:45px}.footer-right{gap:40px;grid-template-columns:repeat(2,1fr)}.footer-contact,.footer-links{align-items:flex-start}.breadcrumb-section{border-radius:8px;height:320px;margin-bottom:50px;margin-top:-40px}.breadcrumb-content h1{font-size:30px;max-width:650px}.growth-section{align-items:center;flex-direction:column;gap:50px}.growth-left,.growth-right{width:100%}.growth-left{text-align:center}.growth-left .section-heading{margin:auto;max-width:650px}.special-text{margin:30px auto;max-width:700px;text-align:left}.growth-left .section-text{margin:auto;max-width:700px;text-align:justify}.growth-right{margin:auto;max-width:650px}.customer-section .automation-grid{gap:35px}.customer-section .automation-grid-top{grid-template-columns:repeat(1,1fr)}.customer-section .automation-grid-bottom{grid-template-columns:repeat(1,1fr);margin:0;width:100%}.story-section .container{flex-direction:column-reverse;gap:45px}.story-left,.story-right{width:100%}.story-left{margin:auto;max-width:650px}.story-right{text-align:center}.story-right .section-text{margin:auto;max-width:700px}.team-heading{max-width:700px}.team-wrapper{gap:25px;margin-top:40px}.team-grid-bottom,.team-grid-top{gap:22px}.team-card{height:450px}.team-content{padding:18px}.team-top h3{font-size:20px}.desg-text{font-size:13px}.team-content .section-text{font-size:13px;max-height:180px;opacity:1;transform:none}.team-card:hover .team-content .section-text,.team-card:hover .team-top{transform:none}.feature-block.reverse .feature-inner,.feature-inner{flex-direction:column;gap:40px}.feature-content,.feature-image{flex:initial;width:100%}.feature-content{text-align:center}.feature-subheading{font-size:20px;margin-bottom:15px}.feature-content .section-heading{max-width:100%}.feature-content .section-text{max-width:100%;text-align:center}.feature-points{align-items:flex-start;max-width:550px;padding-left:20px}.feature-link{margin-top:25px}.feature-image{justify-content:center!important}.feature-image img{max-width:650px;width:90%}.choose-industry-top,.pricing-table-top{flex-direction:column;gap:0;margin-bottom:40px;text-align:center}.choose-industry-left,.choose-industry-right{width:100%}.choose-industry-right .section-text{margin:auto;max-width:700px}.choose-industry-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.choose-industry-card{padding:40px 25px;text-align:center}.choose-industry-icon-wrapper{margin:0 auto 25px}.comparison-table{display:none}.pricing-mobile{display:flex;flex-direction:column;gap:18px}.pricing-mobile-card{background:#fff;border:1px solid #00000040;border-radius:10px;overflow:hidden}.pricing-mobile-header{align-items:center;background:#effff5;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:18px 20px;width:100%}.pricing-mobile-body{overflow:hidden}.pricing-mobile-head,.pricing-mobile-row{display:grid;grid-template-columns:2fr repeat(3,1fr)}.pricing-mobile-head{background:#ecf1e9e0;font-weight:600}.pricing-mobile-head span,.pricing-mobile-row span{border-bottom:1px solid #eee;padding:14px 10px;text-align:center}.pricing-mobile-head span:first-child,.pricing-mobile-row span:first-child{font-weight:500;text-align:left}.contact-grid{gap:35px;grid-template-columns:1fr}.contact-left{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.contact-right form{padding:28px}.contact-btn{margin-bottom:0}.industry-detail-wrapper{display:flex;display:block;flex-direction:column;gap:35px}.desktop-sidebar{display:none}.industry-mobile-dropdown{display:block;margin-bottom:30px}.industry-detail-content{padding:35px 25px;width:100%}.industry-detail-header{align-items:center;flex-direction:row}.industry-detail-stats{grid-template-columns:repeat(3,1fr)}.industry-detail-bottom{grid-template-columns:1fr}.engine-wrapper{height:550px;width:550px}.breadcrumb-desc{font-size:17px;line-height:1.7;margin-top:18px;max-width:620px}.story-right .section-text{margin-bottom:14px}.footer-meta-ai{gap:20px;margin-top:25px}.footer-meta{gap:12px}.footer-meta img{height:32px}.footer-ai{gap:6px}.ai-heading{font-size:12px!important}.ai-icons{gap:4px}.ai-icons button{border-radius:7px;font-size:16px;height:30px;width:30px}.book-demo-grid{gap:35px;grid-template-columns:1fr}.book-demo-left{width:100%}.book-demo-form-header{margin:0 auto 30px;max-width:700px;text-align:center}.book-demo-form-header p{margin-top:-10px;text-align:center}.book-demo-left{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.book-demo-form-header{grid-column:1/-1}.card-2{margin-top:0}.contact-right{width:100%}.integrations-grid{gap:16px;grid-template-columns:repeat(2,1fr);margin-top:40px;max-width:760px;width:100%}.integration-card,.integrations-grid-second .integration-card{min-height:78px;padding:14px 16px}.integration-icon,.integrations-grid-second .integration-icon{height:44px;width:44px}.integration-icon img,.integrations-grid-second .integration-icon img{height:35px;width:43px}.pricing-section .feature-heading{align-items:center;flex-direction:row;gap:25px;margin-bottom:45px}.pricing-section .feature-left,.pricing-section .feature-right{width:100%}.pricing-section .feature-left .section-heading{margin-bottom:0;text-align:left}.pricing-section .feature-right{display:flex;justify-content:center;margin-top:0}.pricing-tabs{margin:0 auto;max-width:450px;width:100%}.integrations-grid-second{margin-top:18px}.feature-inner .image-bottom{margin-bottom:-20px}}@media (max-width:768px){body{padding-top:100px}.container{padding:45px 18px}.header{top:10px}.header-container{border-radius:8px;height:68px;padding:0 16px}.logo img{height:38px}.hamburger{font-size:22px;height:44px;width:44px}.mobile-sidebar{padding:24px;width:280px}.sidebar-top{margin-bottom:32px}.sidebar-top img{height:42px}.sidebar-links{gap:18px}.sidebar-links a{font-size:17px}.hero h1{font-size:36px;letter-spacing:-.5px;line-height:1.25}.hero p{margin-top:18px}.policy-section ul,.section-text{font-size:15px;line-height:1.75}.hero-btns{gap:14px;margin-top:28px;width:100%}.hero-btns .btn{width:260px}.hero-image{margin-top:42px}.section-heading{font-size:26px;line-height:1.3}.clients-grid{gap:32px 24px;margin-top:42px;max-width:480px}.client-logo{padding:0 10px}.feature-heading{margin-bottom:35px}.feature-grid{gap:18px;grid-template-columns:1fr}.feature-card{padding:22px 20px}.card-heading{font-size:22px}.card-icon-wrapper{height:54px;margin-bottom:20px;width:54px}.card-icon{height:28px;width:28px}.dashboard-img,.phone-img{width:80%}.feature-card h3{margin-bottom:14px}.stats-section{margin:40px 0}.stats-wrapper{gap:35px}.stats-grid{gap:18px}.stat-card{padding:28px 20px}.stat-card .card-heading span{font-size:32px}.stat-card p{margin-top:10px}.problem-wrapper{gap:35px}.section-subheading{font-size:24px;line-height:1.4}.problem-wrapper .section-heading span{font-size:36px}.problem-tabs{gap:20px;margin-top:30px;overflow-x:auto;padding-bottom:5px}.problem-tabs::-webkit-scrollbar{display:none}.tab-btn{font-size:17px;white-space:nowrap}.problem-card,.solution-card{border-radius:8px;padding:14px 18px}.card-label{font-size:13px}.card-label svg{font-size:20px}.problem-card h3,.solution-card h3{margin-bottom:12px}.problem-right img{width:100%}.comparison-wrapper{margin-top:35px}.comparison-card{padding:24px}.comparison-top{align-items:flex-start;margin-bottom:25px}.icon-box{height:52px;width:52px}.icon-box svg{font-size:34px}.comparison-list{gap:14px}.bullet{height:38px;width:38px}.bullet svg{font-size:18px}.comparison-grid{gap:25px;grid-template-columns:1fr 1fr;max-width:550px}.comparison-small-card{padding:18px 15px}.comparison-icon-wrapper{margin-left:-30px;margin-right:12px}.automation-grid{gap:25px;grid-template-columns:1fr 1fr}.automation-card{padding:25px 22px}.card-number{font-size:110px;top:-125px}.automation-icon-wrapper{height:65px;margin-top:75px;width:65px}.automation-card .card-heading{font-size:22px}.industries-section .container{gap:35px}.industries-grid{gap:18px;grid-template-columns:1fr 1fr}.industries-card{gap:18px;padding:20px}.industries-card img{height:38px;width:38px}.testimonial-section .container{padding-left:20px;padding-right:20px}.testimonial-top-text{margin-bottom:30px;margin-top:0}.testimonial-section .swiper{padding:20px 0}.testimonial-card{padding:25px}.testimonial-review{margin-bottom:25px;min-height:auto}.testimonial-stat{margin-bottom:25px;padding:16px}.testimonial-stars{margin-bottom:18px}.testimonial-stars svg{font-size:22px}.user-icon{height:58px;width:58px}.user-icon svg{font-size:28px}.pricing-heading .section-heading{font-size:36px}.pricing-heading .section-text{margin-top:0}.pricing-offer{padding:35px 25px}.offer-tag{font-size:13px}.offer-price h3,.offer-save h3{font-size:52px}.offer-save span{font-size:18px}.offer-price span{font-size:14px}.pricing-tabs{gap:8px;grid-template-columns:1fr 1fr 1fr;margin:0 auto 40px;padding:8px}.pricing-tab{font-size:18px;padding:13px;text-align:left}.pricing-grid{gap:25px;grid-template-columns:1fr}.pricing-card{padding:25px}.pricing-card-top{gap:12px}.pricing-icon{height:45px;width:45px}.price-wrapper h3{font-size:42px}.pricing-btn-wrap{margin-bottom:0}.faq-grid,.pricing-bottom{margin-top:35px}.faq-column,.faq-grid{gap:16px}.faq-question{padding:18px}.faq-question h3{font-size:16px;line-height:1.5;max-width:86%}.faq-icon{height:24px;width:24px}.faq-icon svg{font-size:18px}.faq-answer p{font-size:15px;line-height:1.7;padding:0 18px 18px}.cta-section{background-position:50%}.cta-glass{border-radius:12px;padding:45px 25px}.cta-glass .section-text{line-height:1.6;margin:18px auto 30px}.cta-glass .btn{max-width:260px;width:100%}.footer-grid{gap:45px}.footer-logo img{height:50px}.footer-right{gap:35px;grid-template-columns:1fr 1fr}.footer-brand .section-text{font-size:15px}.footer-contact h4,.footer-links h4{font-size:18px}.contact-item span,.footer-links a{font-size:15px}.footer-bottom-container{flex-direction:column;gap:8px;padding:15px 20px!important;text-align:center}.breadcrumb-section{background-position:50%;height:260px;margin-bottom:40px;margin-top:-30px}.breadcrumb-content h1{font-size:26px;max-width:500px;padding:0 20px}.growth-section{gap:40px}.growth-left .section-heading{max-width:500px}.special-text{border-left-width:4px;font-size:16px;line-height:1.8;padding-left:16px}.growth-left .section-text{font-size:15px}.growth-right{max-width:100%}.growth-right img{border-radius:8px}.customer-section .automation-grid{gap:25px}.customer-section .automation-grid-bottom,.customer-section .automation-grid-top{gap:20px;grid-template-columns:1fr;width:100%}.story-section{margin:60px auto}.story-section .container{gap:35px}.story-left{max-width:100%}.story-left img{border-radius:8px}.team-heading .section-text{margin-top:0}.team-wrapper{margin-top:35px}.team-grid-bottom,.team-grid-top{gap:22px;grid-template-columns:1fr}.team-card{height:620px;margin:auto;max-width:500px;width:100%}.team-content{padding:20px}.team-top h3{font-size:22px}.desg-text{font-size:14px}.team-content .section-text{font-size:14px;max-height:220px}.feature-inner{gap:35px}.feature-subheading{font-size:18px}.feature-content .section-text{margin:15px 0 22px}.feature-points{gap:15px;margin-left:0;padding-left:20px}.feature-point{align-items:flex-start;gap:12px}.feature-point span{font-size:16px;text-align:left}.feature-link{font-size:17px;margin-top:22px}.feature-image img{width:100%}.choose-industry-top,.pricing-table-top{margin-bottom:35px}.choose-industry-grid{grid-template-columns:1fr 1fr}.choose-industry-card{margin:auto;max-width:500px;padding:35px 25px;width:100%}.choose-industry-icon-wrapper{height:70px;width:70px}.choose-industry-icon-wrapper img{height:34px;width:34px}.pricing-mobile{gap:15px}.pricing-mobile-card{border-radius:8px}.pricing-mobile-header{padding:16px}.pricing-mobile-header h3{font-size:18px}.pricing-mobile-header svg{font-size:20px}.pricing-mobile-head,.pricing-mobile-row{grid-template-columns:1.8fr repeat(3,1fr)}.pricing-mobile-head span,.pricing-mobile-row span{font-size:14px;padding:12px 8px}.pricing-mobile-row span:first-child{font-size:14px;line-height:1.5}.pricing-mobile-row .table-check{font-size:22px}.contact-header{margin-bottom:35px}.contact-grid{gap:30px}.contact-left{gap:18px;grid-template-columns:1fr}.contact-card{padding:20px}.contact-icon{height:52px;width:52px}.contact-icon svg{font-size:20px}.contact-right form{padding:22px}.form-grid{gap:18px;grid-template-columns:1fr}.full-width{grid-column:auto}.input-group label{font-size:15px}.input-box{height:52px;padding:0 14px}.textarea{padding-top:14px}.textarea textarea{min-height:110px}.contact-btn{margin-top:24px;width:-webkit-fit-content;width:fit-content}.industry-detail-top{margin-bottom:35px}.industry-detail-tab{min-width:260px;padding:15px}.industry-detail-heading{align-items:flex-start;flex-direction:column;gap:18px}.industry-detail-icon{height:80px;width:80px}.industry-detail-icon img{height:45px;width:45px}.industry-detail-header .card-heading{font-size:28px}.industry-detail-subheading{font-size:16px}.industry-detail-content{padding:30px 20px}.industry-detail-stats{gap:16px;grid-template-columns:1fr 1fr 1fr}.industry-detail-stat{padding:18px}.industry-detail-impact,.industry-detail-why{padding:22px}.whatsapp-float img{height:30px;width:30px}.whatsapp-float{bottom:10px;position:fixed;right:10px}.breadcrumb-desc{font-size:16px;line-height:1.65;margin-top:16px;max-width:100%}.footer-meta-ai{flex-wrap:wrap;gap:18px;margin-top:24px}.footer-meta img{height:32px}.footer-ai{gap:6px}.ai-heading{font-size:12px!important}.ai-icons{gap:4px}.ai-icons button{border-radius:7px;font-size:16px;height:30px;width:30px}.book-demo-grid{gap:30px;grid-template-columns:1fr}.book-demo-left{display:flex;flex-direction:column;gap:20px}.book-demo-form-header{margin-bottom:10px}.book-demo-form-header h2{margin-bottom:15px}.book-demo-form-header p,.card-2{margin-top:0}.setup-options{gap:10px;grid-template-columns:repeat(2,1fr)}.setup-option{padding:13px 14px}.contact-right{width:100%}.integrations-grid{gap:14px;grid-template-columns:repeat(2,1fr);margin-top:35px;max-width:600px}.integration-card,.integrations-grid-second .integration-card{border-radius:12px;min-height:74px;padding:12px 14px}.integration-icon,.integrations-grid-second .integration-icon{border-radius:9px;height:42px;width:42px}.integration-icon img,.integrations-grid-second .integration-icon img{height:33px;width:40px}.integrations-section .section-text{margin-left:10px}.pricing-section .feature-heading{flex-direction:column;gap:20px;margin-bottom:40px}.pricing-section .feature-left .section-heading{text-align:center}.hero-ray{display:none}.integrations-grid-second{margin-top:14px}.feature-inner .image-bottom{margin-bottom:-15px}.cookie-banner{bottom:0;left:0;max-width:100%}.cookie-banner-content{align-items:flex-start;flex-direction:column;gap:15px;padding:18px}.cookie-banner-actions{width:100%}.cookie-btn{flex:1 1}}@media (max-width:576px){body{padding-top:90px}.container{padding:40px 16px}.header{top:0}.header-container{height:64px;padding:0 14px}.logo img{height:34px}.hamburger{border-radius:8px;font-size:20px;height:40px;width:40px}.mobile-sidebar{padding:22px 18px}.sidebar-top img{height:38px}.close-btn{font-size:20px;height:40px;width:40px}.sidebar-links a{font-size:16px}.sidebar-buttons{margin-top:28px}.sidebar-buttons .btn{font-size:15px;height:46px}.sidebar-contact{gap:15px;padding-top:24px}.sidebar-contact div{font-size:14px}.sidebar-social{margin-top:20px}.hero h1{font-size:30px;letter-spacing:0;line-height:1.3}.hero p{margin-top:16px}.policy-section ul,.section-text{font-size:14px;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:12px;margin-top:24px}.hero-btns .btn{max-width:320px;width:100%}.hero-image{margin-top:36px;padding-bottom:50px}.hero-image img{border-radius:10px}.section-heading{font-size:22px;line-height:1.35}.clients-grid{gap:28px;grid-template-columns:1fr 1fr;margin-top:36px}.client-logo{padding:0}.client-logo img{margin:auto;max-width:170px}.feature-heading{gap:18px;margin-bottom:30px}.feature-card{border-radius:8px;padding:18px}.card-heading{font-size:20px;font-weight:400;line-height:1.35}.card-icon-wrapper{height:50px;margin-bottom:18px;width:50px}.card-icon{height:26px;width:26px}.feature-card h3{margin-bottom:12px}.dashboard-img,.phone-img{margin-top:20px;width:100%}.dark-card .card-icon-wrapper{margin-bottom:25px}.stats-section{margin:35px 0}.stats-wrapper{gap:30px}.stats-grid{gap:16px;grid-template-columns:1fr}.stat-card{border-radius:8px;padding:24px 18px}.stat-card .card-heading span{font-size:28px;margin-bottom:6px}.stat-card p{margin-top:8px;max-width:100%}.stats-content h2,.stats-content p{text-align:center}.problem-wrapper{gap:30px}.section-subheading{font-size:22px}.problem-wrapper .section-heading span{font-size:32px}.problem-tabs{flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:25px}.tab-btn{font-size:16px;padding-bottom:12px}.problem-card,.solution-card{margin-bottom:15px;padding:14px 15px}.card-label{font-size:12px;gap:8px;margin-bottom:12px}.card-label svg{font-size:18px}.problem-right img{width:100%}.comparison-wrapper{gap:18px}.comparison-card{border-radius:8px;padding:20px 16px}.comparison-top{gap:12px;margin-bottom:20px}.icon-box{border-radius:8px;height:45px;width:45px}.icon-box svg{font-size:30px}.comparison-top p{font-size:13px}.comparison-item,.comparison-list{gap:12px}.bullet{border-radius:8px;height:34px;width:34px}.bullet svg{font-size:16px}.comparison-item span{font-size:14px}.comparison-arrow{height:50px;width:50px}.comparison-arrow svg{font-size:15px}.comparison-grid{gap:20px;grid-template-columns:1fr;margin:35px auto auto;max-width:250px}.comparison-small-card{padding:16px 12px}.comparison-icon-wrapper{height:48px;margin-left:-20px;margin-right:8px;width:48px}.comparison-icon-wrapper img{height:30px;width:30px}.automation-grid{grid-template-columns:1fr}.automation-card{border-radius:8px;padding:22px 18px}.card-number{font-size:90px;top:-100px}.automation-icon-wrapper{height:60px;margin-bottom:18px;margin-top:55px;width:60px}.automation-icon-wrapper img{height:32px;width:32px}.automation-card .card-heading{font-size:20px;line-height:1.4}.industries-section .container{gap:30px}.industries-grid{grid-template-columns:1fr;margin:auto;max-width:300px}.industries-card{border-radius:8px;gap:14px;padding:16px}.industries-card img{height:32px;width:32px}.testimonial-section .swiper{padding:15px 0}.testimonial-card{border-radius:8px;padding:20px}.testimonial-stars{gap:5px}.testimonial-stars svg{font-size:20px}.testimonial-review{font-size:15px;line-height:1.7;margin-bottom:20px}.testimonial-stat{align-items:flex-start;border-radius:8px;flex-direction:column;padding:14px}.testimonial-stat h3{font-size:22px}.testimonial-stat span{font-size:14px}.testimonial-user{gap:12px}.user-icon{height:52px;width:52px}.user-icon svg{font-size:24px}.testimonial-user h3{font-size:18px}.testimonial-user p{font-size:13px}.pricing-heading .section-heading{font-size:30px}.pricing-offer{padding:30px 20px}.offer-price h3,.offer-save h3{font-size:42px}.offer-left h3{font-size:22px}.offer-right p{font-size:14px}.pricing-card{padding:22px}.pricing-card .card-heading{font-size:20px;font-weight:400}.price-wrapper span{margin-bottom:0}.top-pricing-text{font-size:14px}.price-wrapper h3{font-size:36px}.pricing-tabs{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.pricing-tab{font-size:14px}.price-wrapper span{font-size:16px}.pricing-feature span{font-size:12px}.pricing-bottom p{font-size:14px}.faq-grid{gap:14px;margin-top:30px}.faq-column{gap:14px}.faq-card{border-radius:8px}.faq-question{align-items:flex-start;gap:14px;padding:16px}.faq-question h3{font-size:15px;line-height:1.5;max-width:100%}.faq-icon{height:22px;min-width:22px;width:22px}.faq-icon svg{font-size:16px}.faq-answer p{font-size:14px;line-height:1.7;padding:0 16px 16px}.cta-glass{padding:35px 20px}.cta-glass .btn{font-size:14px;padding:14px 20px}.cta-glass:before{padding:1px}.footer-grid{gap:35px}.footer-right{gap:30px;grid-template-columns:1fr}.footer-logo img{height:45px}.footer-social{flex-wrap:wrap}.footer-social a{font-size:18px;height:32px;width:32px}.footer-meta{flex-direction:column}.footer-meta img{height:40px}.footer-contact h4,.footer-links h4{margin-bottom:15px}.footer-links a{line-height:2;margin-bottom:6px}.contact-item{gap:12px;margin-bottom:12px}.footer-bottom p{font-size:12px}.breadcrumb-section{border-radius:6px;height:220px;margin-bottom:35px;margin-top:-30px}.breadcrumb-section.breadcrumb-large{height:270px}.breadcrumb-content h1{font-size:22px;line-height:1.3;max-width:320px}.growth-section{gap:35px}.growth-left .section-heading{max-width:100%}.special-text{border-left-width:3px;font-size:15px;line-height:1.7;padding-left:14px}.growth-right img{border-radius:6px}.customer-section .automation-grid{gap:20px}.customer-section .automation-grid-bottom,.customer-section .automation-grid-top{gap:18px}.story-section{margin:40px auto}.story-section .container{gap:30px;padding-bottom:80px}.story-left img{border-radius:6px}.story-right{text-align:left}.team-wrapper{gap:18px;margin-top:30px}.team-grid-bottom,.team-grid-top{gap:18px}.team-card{height:380px}.team-content{padding:16px}.team-top h3{font-size:19px}.desg-text{font-size:13px;margin-top:5px}.team-content .section-text{font-size:13px;line-height:1.6;max-height:170px}.feature-inner{gap:28px}.feature-subheading{border-left-width:4px;font-size:16px;margin-bottom:12px}.feature-content .section-text{margin:15px 0 20px}.feature-points{gap:14px}.feature-point{gap:10px}.feature-point svg{height:22px;width:22px}.feature-point span{font-size:15px;line-height:1.6}.feature-link{font-size:16px;margin-top:20px}.choose-industry-top,.pricing-table-top{gap:5px;margin-bottom:30px}.choose-industry-grid{grid-template-columns:1fr}.choose-industry-card{padding:30px 20px}.choose-industry-icon-wrapper{height:65px;margin-bottom:20px;width:65px}.choose-industry-icon-wrapper img{height:30px;width:30px}.pricing-mobile{gap:12px}.pricing-mobile-header{padding:14px}.pricing-mobile-header h3{font-size:16px}.pricing-mobile-head,.pricing-mobile-row{grid-template-columns:2.2fr .9fr .9fr .9fr}.pricing-mobile-head span{font-weight:600}.pricing-mobile-head span,.pricing-mobile-row span{font-size:12px;padding:10px 4px}.pricing-mobile-row span:first-child{font-size:13px;line-height:1.45}.pricing-mobile-row .table-check{font-size:18px}.contact-header{margin-bottom:28px}.contact-header .section-heading{margin-bottom:8px}.contact-grid{gap:24px}.contact-card{border-radius:8px;padding:18px}.contact-icon{height:48px;margin-bottom:12px;width:48px}.contact-icon svg{font-size:18px}.contact-card .card-heading{font-size:20px}.contact-card .section-text{font-size:14px;line-height:1.7}.contact-card a{font-size:14px;gap:8px;margin-top:16px}.contact-right form{border-radius:8px;padding:18px 16px}.form-grid{gap:16px}.input-group label{font-size:14px;margin-bottom:8px}.input-box{height:48px;padding:0 12px}.input-box svg{font-size:18px;margin-right:10px}.input-box input,.textarea textarea{font-size:14px}.input-box.textarea{align-items:flex-start!important;display:flex!important;overflow:hidden!important;padding:12px 16px!important}.input-box.textarea,.input-box.textarea textarea{box-sizing:border-box!important;height:100px!important;max-height:100px!important;min-height:100px!important}.input-box.textarea textarea{font-size:14px!important;line-height:1.4;margin:0!important;padding:0!important;resize:none!important;width:100%!important}.contact-btn{margin-bottom:0;margin-top:20px}.industry-detail-top{margin-bottom:25px}.industry-detail-top .section-text{margin-top:0}.industry-detail-tab{min-width:240px;padding:14px}.industry-detail-tab-left{gap:12px}.industry-detail-tab-icon{height:30px;width:30px}.industry-detail-tab h3{font-size:16px}.industry-detail-tab p{font-size:13px}.industry-detail-content{padding:22px 16px}.industry-detail-header{align-items:flex-start;flex-direction:column!important;gap:20px;margin-bottom:30px}.industry-detail-header .card-heading{font-size:24px;line-height:1.3}.industry-detail-tagline{font-size:14px}.industry-detail-icon{height:70px;width:70px}.industry-detail-icon img{height:40px;width:40px}.industry-detail-stats{gap:16px;grid-template-columns:1fr}.industry-detail-stat{padding:16px;text-align:center}.industry-detail-stat h3{font-size:24px}.industry-detail-bottom{gap:18px;margin-top:30px}.industry-detail-impact,.industry-detail-why{padding:18px}.industry-detail-list{gap:16px;margin-top:20px}.industry-detail-list div{align-items:flex-start}.industry-detail-impact-item{align-items:flex-start;flex-direction:row;gap:6px;padding:14px 0}.industry-detail-impact-item strong{font-size:18px}.engine-wrapper{aspect-ratio:1/1;height:100%;max-width:320px;width:100%}.engine-icon{width:70px}.laser-top{top:0}.hero-image img{width:100%}.sidebar-social a{font-size:20px;height:30px;width:30px}.breadcrumb-desc{font-size:15px;line-height:1.6;margin-top:14px}.footer-meta-ai{align-items:center;flex-wrap:wrap;gap:18px;margin-top:22px}.footer-meta{gap:12px}.footer-meta img{height:30px;margin-top:-30px}.footer-ai{gap:7px}.ai-heading{font-size:12px!important}.ai-icons{gap:5px}.ai-icons button{border-radius:7px;font-size:16px;height:30px;width:30px}.book-demo-grid{gap:25px}.book-demo-form-header{margin-bottom:5px}.book-demo-form-header h2{font-size:30px}.book-demo-form-header p{font-size:15px;line-height:1.6}.contact-info-item{align-items:flex-start;gap:12px;margin-bottom:20px}.card-2 .contact-icon-box{height:44px;width:44px}.contact-info-content{flex:1 1;min-width:0}.contact-info-content a,.contact-info-content p{overflow-wrap:anywhere;word-break:break-word}.setup-options{gap:10px;grid-template-columns:1fr}.setup-option{box-sizing:border-box;min-width:0;padding:13px 14px;width:100%}.setup-option-text{font-size:14px;min-width:0}.integrations-grid{gap:5px;grid-template-columns:1fr 1fr;margin:30px auto auto;padding:0 10px;width:100%}.integration-card,.integrations-grid-second .integration-card{border-radius:10px;box-sizing:border-box;min-height:70px;padding:12px 14px;text-align:left;width:100%}.integration-card .section-text{font-size:12px!important}.integration-icon,.integrations-grid-second .integration-icon{border-radius:9px;height:38px;min-width:38px;width:38px}.integration-icon img,.integrations-grid-second .integration-icon img{height:32px;width:40px}.integrations-section .section-text{margin-left:10px}.pricing-section .feature-heading{gap:18px;margin-bottom:35px}.pricing-section .feature-left,.pricing-section .feature-right{width:100%}.integrations-grid-second{margin-top:10px}.feature-inner .image-bottom{margin-bottom:-25px}.problem-left .section-heading,.problem-left .section-subheading{text-align:center}.problem-tabs{justify-content:center}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-200-normal.609113892d731f67992f.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-200-normal.7e72673c4bfc4885ec15.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200;src:url(/static/media/plus-jakarta-sans-vietnamese-200-normal.908df29448d0c0536814.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-200-normal.c4045f93afd06152d929.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200;src:url(/static/media/plus-jakarta-sans-latin-ext-200-normal.a15d745cbacb8ce79d25.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-200-normal.18656a190d9409409000.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:200;src:url(/static/media/plus-jakarta-sans-latin-200-normal.4b4a762bd3509a4f89db.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-200-normal.3cd52632d8738e22ff34.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:300;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-300-normal.fdfef6726d6ee795d43a.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-300-normal.b06013be68d6ff3d9fb2.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:300;src:url(/static/media/plus-jakarta-sans-vietnamese-300-normal.b0c79312af99c0b7c238.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-300-normal.e2ebb5e7cd21b78ee62e.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:300;src:url(/static/media/plus-jakarta-sans-latin-ext-300-normal.ddbf9eaa940f6986eeec.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-300-normal.e80df899aa46fea58b4f.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:300;src:url(/static/media/plus-jakarta-sans-latin-300-normal.1e4fa5375345746f70e9.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-300-normal.35ce40efe2b56bd4215c.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-400-normal.048f216a8f5b51504c72.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-400-normal.995a2c8b0527adb81930.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;src:url(/static/media/plus-jakarta-sans-vietnamese-400-normal.218c4ebfb100ffd08de5.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-400-normal.082a9efae1575b7e5cdb.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;src:url(/static/media/plus-jakarta-sans-latin-ext-400-normal.dc5105c710e3f0e44527.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-400-normal.c06cb4c03c26a7678ebf.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;src:url(/static/media/plus-jakarta-sans-latin-400-normal.9eb2a7e5bc8f2a766ae0.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-400-normal.39dc22001ff1af8e8e63.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-500-normal.ada8bcf77a78b6860a69.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-500-normal.0b54dc9280618ab6d8bf.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/static/media/plus-jakarta-sans-vietnamese-500-normal.78866e972d33708ff5c4.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-500-normal.62b852ab4e9a0da24549.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/static/media/plus-jakarta-sans-latin-ext-500-normal.245f570d620186eb75de.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-500-normal.b24ebd0e2189a6f3de6e.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;src:url(/static/media/plus-jakarta-sans-latin-500-normal.c3130315dfec99bb0ed9.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-500-normal.8a9190408d7e1bed4037.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-600-normal.e1e17320580c3cad3aa8.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-600-normal.74481467a66cf872b337.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/static/media/plus-jakarta-sans-vietnamese-600-normal.55c541f7115083f109bf.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-600-normal.bd81d25531b1bca47345.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/static/media/plus-jakarta-sans-latin-ext-600-normal.af76dcd276e513d38e54.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-600-normal.aec63264a135be5577a2.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/static/media/plus-jakarta-sans-latin-600-normal.7720d76571fb9da9b24d.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-600-normal.e325f4412a7e729d6b5d.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-700-normal.a0e96d83baf4846fa06c.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-700-normal.065a21d81ca5fd55db3d.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/static/media/plus-jakarta-sans-vietnamese-700-normal.3324f0f46acd113732ad.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-700-normal.4afaf4101421ae4d954c.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/static/media/plus-jakarta-sans-latin-ext-700-normal.0e89f5417d170640ff70.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-700-normal.569e414c40b3345e8bc6.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;src:url(/static/media/plus-jakarta-sans-latin-700-normal.7cfa130160f3e032639f.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-700-normal.2e44f76d305aa4275801.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;src:url(/static/media/plus-jakarta-sans-cyrillic-ext-800-normal.476f43c7227118b922a6.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-cyrillic-ext-800-normal.26aae14de9b415c042a4.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;src:url(/static/media/plus-jakarta-sans-vietnamese-800-normal.4e1dea3f9e83c41b1ab5.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-vietnamese-800-normal.18253809ba6599dc6280.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;src:url(/static/media/plus-jakarta-sans-latin-ext-800-normal.d574c8e6b90ba710cee0.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-ext-800-normal.c3f1f70c7d8486faa48d.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;src:url(/static/media/plus-jakarta-sans-latin-800-normal.94c5685ec88b292c5afb.woff2) format("woff2"),url(/static/media/plus-jakarta-sans-latin-800-normal.38776781926d8266396d.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.fd64b12b.css.map*/