@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--color-primary:#5956e9;--color-basic:#2a4277;--color-white:#fff;--color-black:#000;--color-light:#ecf2f6;--color-dark:#27272e;--color-text-dark:#292930;--color-accent1:#ffdc60;--color-accent2:#fab8c4;--color-blue-shade:#6865ff;--color-link:#2522ba;--color-mabel:#dbf8ff;--color-fog:#dbdeff;--color-pink-shade:#ffd3db;--color-peach:#ffeddc;--color-rose:#c75c6f;--color-chart1:#896ba7;--color-chart2:#badeff;--color-body:#525260;--color-gray-1:#757589;--color-gray-2:#999fae;--color-gray-3:#999ab8;--color-gray-4:#99a1aa;--color-ship-gray:#42424a;--color-ghost:#c7c7d5;--color-mercury:#e5e5e5;--gradient-primary:linear-gradient(90deg,#ecf2f6,rgba(236,242,246,0) 70.31%);--gradient-blue:linear-gradient(145.92deg,#5956e9 20.18%,#9991ff 76.9%);--gradient-accent:linear-gradient(180deg,#fab8c4,#ffedf0);--gradient-white:linear-gradient(266.3deg,rgba(236,242,246,0) 7.84%,#ecf2f6 29.1%,rgba(236,242,246,0) 64.32%);--gradient-dark:linear-gradient(180deg,#27272e,#303035);--border-light:1px solid #e3e6e9;--border-lighter:1px solid #ecf2f6;--border-dark:1px solid var(--color-ship-gray);--border-gray:1px solid var(--color-gray-4);--border-radius-1:4px;--border-radius-2:8px;--border-radius-3:12px;--border-radius-4:16px;--border-radius-5:20px;--border-radius-6:24px;--font-primary:"DM Sans",sans-serif;--font-secondary:"Poppins",sans-serif;--font-awesome:"Font Awesome 5 Pro";--transition:all 0.3s ease-in-out;--font-body-1:18px;--font-body-2:16px;--font-body-3:14px;--font-body-4:12px;--line-height-b1:1.5;--line-height-b3:1.1;--h1:80px;--h2:64px;--h3:48px;--h4:32px;--h5:24px;--h6:20px}a{text-decoration:none;transition:var(--transition)}a,span{display:inline-block}img{max-width:100%;height:auto;vertical-align:middle}ol.list-style,ul.list-style{margin:-10px 0}ol.list-style li,ul.list-style li{margin:10px 0}ol.list-style li::marker,ul.list-style li::marker{color:var(--color-primary)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media only screen and (min-width:992px)and (max-width:1199px){.container{max-width:1100px;padding-left:30px;padding-right:30px}}@media only screen and (min-width:300px)and (max-width:991px){.container{max-width:100%;padding-left:20px;padding-right:20px}}.row{margin-left:-15px;margin-right:-15px}.row>[class*=col]{padding-left:15px;padding-right:15px}.row.g-0{margin-left:0;margin-right:0}.row.g-0>[class*=col]{padding-left:0;padding-right:0}@media only screen and (min-width:1400px){.row-35{margin-left:-35px;margin-right:-35px}.row-35>[class*=col]{padding-left:35px;padding-right:35px}.row-40{margin-left:-40px;margin-right:-40px}.row-40>[class*=col]{padding-left:40px;padding-right:40px}.row-45{margin-left:-45px;margin-right:-45px}.row-45>[class*=col]{padding-left:45px;padding-right:45px}}.form-control,input{border:var(--border-lighter);border-radius:16px;background-color:transparent;color:var(--color-text-dark);padding:15px 20px;width:100%}.form-control:focus,input:focus{outline:none;box-shadow:0 20px 48px -14px hsla(212,9%,63%,.25);border-color:transparent}.form-control::-moz-placeholder,input::-moz-placeholder{color:var(--color-gray-2);opacity:1}.form-control::placeholder,input::placeholder{color:var(--color-gray-2);opacity:1}.form-control:-ms-input-placeholder,input:-ms-input-placeholder{color:var(--color-gray-2)}.form-control::-ms-input-placeholder,input::-ms-input-placeholder{color:var(--color-gray-2)}input{height:60px}.form-group{margin-bottom:16px}.form-group label{font-size:14px;font-weight:500;color:var(--color-dark);margin-bottom:10px}.input-group{background-color:var(--color-white);border-radius:20px;height:72px;padding:10px 10px 10px 55px;box-shadow:0 24px 48px -15px hsla(212,9%,63%,.25)}@media only screen and (max-width:479px){.input-group{display:block;box-shadow:none;height:auto;padding:0}}.input-group .mail-icon{position:absolute;left:30px;top:22px;z-index:1}@media only screen and (max-width:479px){.input-group .mail-icon{left:15px;top:16px}}.input-group .form-control{padding:5px 15px;height:auto;border:none;background-color:transparent}.input-group .form-control:focus{box-shadow:none}@media only screen and (max-width:479px){.input-group .form-control{height:60px;width:100%;border-radius:20px!important;padding:5px 15px 5px 50px;border:1px solid var(--color-light)}}.input-group .subscribe-btn{border:none;background-color:var(--color-primary);color:var(--color-white);border-radius:16px!important;margin-left:0!important;padding:10px 28px;transition:var(--transition)}.input-group .subscribe-btn:hover{background-color:var(--color-link)}@media only screen and (max-width:479px){.input-group .subscribe-btn{margin-top:15px;padding:14px 30px}}.error-msg,.success-msg{margin-top:25px}.error-msg p,.success-msg p{margin-bottom:0;font-size:14px}.error-msg{color:red}.success-msg{color:#15c54b;margin-bottom:0}.bg-color-dark{background-color:var(--color-dark)}.bg-color-light{background-color:var(--color-light)}.bg-color-mercury{background-color:var(--color-mercury)}.bg-color-ship-gray{background-color:var(--color-ship-gray)}.color-gray-4{color:var(--color-gray-4)}.opacity-50{opacity:.5}.axil-btn{border-radius:20px;font-size:16px;font-weight:500;letter-spacing:-.04em;padding:18px 55px;height:auto;text-align:center;transition:var(--transition);position:relative;z-index:1}.axil-btn.btn-borderd{border:var(--border-gray);color:var(--color-dark);background-color:transparent}.axil-btn.btn-borderd:hover{border-color:var(--color-basic)}.axil-btn.btn-borderd:hover,.axil-btn.btn-fill-primary{background-color:var(--color-basic);color:var(--color-white)}.axil-btn.btn-fill-primary{border:1px solid var(--color-basic);overflow:hidden}.axil-btn.btn-fill-primary:after{content:"";height:300px;width:300px;background-color:#233343;border-radius:50%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) scale(0);transition:.5s cubic-bezier(.25,.46,.45,.94);z-index:-1}.axil-btn.btn-fill-primary:hover{border-color:#233343}.axil-btn.btn-fill-primary:hover:after{transform:translateY(-50%) translateX(-50%) scale(1)}.axil-btn.btn-fill-white{background-color:var(--color-white);box-shadow:0 48px 48px 0 rgba(0,0,0,.12)}.axil-btn.btn-fill-white:hover{background-color:var(--color-accent1);color:var(--color-white)}.axil-btn.btn-large{padding:23px 55px}@media only screen and (max-width:991px){.axil-btn.btn-large{padding:18px 35px}}@media only screen and (max-width:767px){.axil-btn.btn-large{padding:10px 25px}}@media only screen and (max-width:479px){.axil-btn.btn-large{padding:6px 22px}}.axil-btn.btn-large-fluid{padding:23px;width:100%}.axil-btn.btn-fluid{width:100%}.section{position:relative;z-index:1}.heading-light .title{color:var(--color-white)}.heading-light p{color:var(--color-gray-4)}.heading-left{text-align:left}.heading-left p{margin:0 0 30px}.heading-left p+p{margin:0 0 40px}.shape-group-1 .shape{position:absolute;z-index:-1;list-style:none}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-1 .shape img{opacity:.4}}@media only screen and (max-width:991px){.shape-group-1 .shape img{opacity:.4}}.shape-group-1 .shape.shape-1{top:140px;left:315px}.shape-group-1 .shape.shape-2{top:120px;right:0}.shape-group-1 .shape.shape-3{bottom:80px;left:0}.shape-group-1 .shape.shape-4{bottom:60px;right:230px}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-1 .shape.shape-4{right:100px}}.shape-group-2 .shape{position:absolute;z-index:-1}.shape-group-2 .shape.shape-1{bottom:0;right:135px}.shape-group-2 .shape.shape-2{right:500px;top:0}.shape-group-2 .shape.shape-3{right:815px;top:125px}.shape-group-3{list-style:none}.shape-group-3 .shape{position:absolute;z-index:-1}.shape-group-3 .shape.shape-1{right:0;top:90px}.shape-group-3 .shape.shape-2{right:390px;top:165px}.shape-group-3 .shape.shape-3{right:0;top:255px;z-index:2;pointer-events:none}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-3 .shape.shape-3{display:none}}@media only screen and (max-width:1199px){.shape-group-3 .shape.shape-3{display:none}}.shape-group-4 .shape-1{top:140px;right:440px}.shape-group-4 .shape-1,.shape-group-5 .shape{position:absolute;z-index:-1}.shape-group-5 .shape.shape-1{top:0;transform:scale(.9);left:22%}.shape-group-5 .shape.shape-2{bottom:0;left:250px;transform:rotate(90deg)}.shape-group-5 .shape.shape-3{bottom:110px;left:160px}.shape-group-5 .shape.shape-4{top:90px;left:35%}.shape-group-6 .shape{position:absolute;z-index:-1}.shape-group-6 .shape.shape-1{top:0;left:0}.shape-group-6 .shape.shape-2{top:110px;left:0}.shape-group-6 .shape.shape-3{bottom:140px;right:0}.shape-group-6 .shape.shape-4{bottom:-1px;left:11%}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-6 .shape.shape-4{left:0}.shape-group-6 .shape.shape-4 img{width:90%}}@media only screen and (max-width:1199px){.shape-group-6 .shape.shape-4{left:0}.shape-group-6 .shape.shape-4 img{width:70%}}.shape-group-7 .shape{position:absolute;z-index:-1}.shape-group-7 .shape.shape-1{right:200px}.shape-group-7 .shape.shape-2{top:210px;left:52%}@media only screen and (max-width:991px){.shape-group-7 .shape.shape-2{display:none}}.shape-group-7 .shape.shape-3{top:40%;left:170px}.shape-group-8 .shape{position:absolute;z-index:-1;pointer-events:none}.shape-group-8 .shape.shape-1{bottom:0;left:0}@media only screen and (max-width:767px){.shape-group-8 .shape.shape-1{display:none}}.shape-group-8 .shape.shape-2{top:0;right:0;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-8 .shape.shape-2 img{width:90%}}@media only screen and (max-width:1199px){.shape-group-8 .shape.shape-2 img{width:80%}}@media only screen and (max-width:767px){.shape-group-8 .shape.shape-2 img{width:60%}}.shape-group-8 .shape.shape-3{top:115px;left:0}.shape-group-9 .shape{position:absolute;z-index:-1}.shape-group-9 .shape.shape-1{top:0;left:32%}.shape-group-9 .shape.shape-2{top:180px;left:18%;opacity:.5;animation:movingleftright1 20s infinite}.shape-group-9 .shape.shape-3{top:31%;left:20%;animation:movingleftright2 25s infinite}.shape-group-9 .shape.shape-4{top:44%;left:28%;animation:movingleftright1 25s infinite}.shape-group-9 .shape.shape-5{top:50%;left:17%;animation:movingleftright2 30s infinite}.shape-group-9 .shape.shape-6{top:26%;right:21%;animation:movingleftright3 30s infinite}@media only screen and (max-width:767px){.shape-group-9 .shape.shape-6{display:none}}.shape-group-9 .shape.shape-7{top:30%;right:15%;animation:movingleftright1 30s infinite}.shape-group-10 .shape{position:absolute;z-index:-1}.shape-group-10 .shape.shape-1{top:100px;right:0}.shape-group-10 .shape.shape-2{bottom:200px;left:0}.shape-group-10 .shape.shape-3{top:680px;left:110px}.shape-group-11 .shape{position:absolute;z-index:-1}.shape-group-11 .shape.shape-1{top:40px;right:0}.shape-group-11 .shape.shape-2{bottom:-310px;left:-10px;opacity:.4}.shape-group-12 .shape{position:absolute;z-index:-1}.shape-group-12 .shape.shape-1{top:115px;left:38%}.shape-group-12 .shape.shape-2{left:60px;bottom:130px}.shape-group-12 .shape.shape-3{right:60px;bottom:50px}.shape-group-13 .shape{position:absolute;z-index:-1}.shape-group-13 .shape.shape-1{top:0;left:0}@media only screen and (max-width:991px){.shape-group-13 .shape.shape-1 img{width:60%}}.shape-group-13 .shape.shape-2{top:0;right:-5px;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-13 .shape.shape-2 img{width:80%}}@media only screen and (max-width:1199px){.shape-group-13 .shape.shape-2 img{width:75%}}@media only screen and (max-width:991px){.shape-group-13 .shape.shape-2 img{width:50%}}@media only screen and (max-width:479px){.shape-group-13 .shape.shape-2 img{width:40%}}.shape-group-13 .shape.shape-3{right:-10px;bottom:62px;z-index:2;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-13 .shape.shape-3{bottom:220px}.shape-group-13 .shape.shape-3 img{width:60%}}@media only screen and (max-width:1199px){.shape-group-13 .shape.shape-3{bottom:100px}.shape-group-13 .shape.shape-3 img{width:50%}}@media only screen and (max-width:767px){.shape-group-13 .shape.shape-3 img{width:40%}}.shape-group-13 .shape.shape-4{left:220px;top:45%;height:48px;width:48px;animation:movingleftright1 25s infinite}.shape-group-13 .shape.shape-5{left:45%;bottom:130px;height:32px;width:32px;animation:movingleftright3 20s infinite}.shape-group-14 .shape{position:absolute;z-index:-1}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-14 .shape img{width:70%}}@media only screen and (max-width:1199px){.shape-group-14 .shape img{width:40%}}.shape-group-14 .shape.shape-1{left:40%;bottom:230px;animation:movingleftright1 20s infinite}.shape-group-14 .shape.shape-2{left:47%;bottom:115px;animation:movingleftright3 30s infinite}.shape-group-14 .shape.shape-3{right:160px;bottom:270px;animation:movingleftright2 40s infinite}.shape-group-16 .shape{position:absolute;z-index:-1}.shape-group-16 .shape.shape-1{top:0;right:0}.shape-group-16 .shape.shape-2{top:120px;left:30%}.shape-group-16 .shape.shape-3{bottom:250px;left:0}.shape-group-17 .shape{position:absolute;z-index:-1}.shape-group-17 .shape.shape-1{top:0;left:0}.shape-group-17 .shape.shape-2{top:360px;right:0}.shape-group-17 .shape.shape-3{top:430px;left:0}.shape-group-17 .shape.shape-4{top:35%;right:0}.shape-group-17 .shape.shape-5{top:56%;left:0}.shape-group-17 .shape.shape-6{top:75%;right:0}.shape-group-18 .shape{position:absolute;z-index:-1}.shape-group-18 .shape.shape-1{top:0;right:0;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-18 .shape.shape-1 img{width:70%}}@media only screen and (max-width:1199px){.shape-group-18 .shape.shape-1 img{width:50%}}@media only screen and (max-width:991px){.shape-group-18 .shape.shape-1 img{width:40%}}.shape-group-18 .shape.shape-2{bottom:0;left:0}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-18 .shape.shape-2 img{width:70%}}@media only screen and (max-width:1199px){.shape-group-18 .shape.shape-2 img{width:50%}}.shape-group-18 .shape.shape-3{top:34%;left:50%;animation:movingleftright1 20s infinite}.shape-group-18 .shape.shape-3 img{opacity:.5}.shape-group-18 .shape.shape-4{bottom:240px;left:45%;animation:movingleftright2 30s infinite}.shape-group-18 .shape.shape-4 img{width:75px;opacity:.5}.shape-group-18 .shape.shape-5{bottom:120px;left:53%;animation:movingleftright1 25s infinite}.shape-group-18 .shape.shape-6{bottom:100px;left:40%;animation:movingleftright1 35s infinite}.shape-group-18 .shape.shape-7{top:0;right:100px;z-index:-2;text-align:right}@media only screen and (max-width:1199px){.shape-group-18 .shape.shape-7 img{width:80%}}@media only screen and (max-width:991px){.shape-group-18 .shape.shape-7 img{width:60%}}.shape-group-19 .shape{position:absolute;z-index:-1}.shape-group-19 .shape.shape-1{top:0;right:0;text-align:right}@media only screen and (max-width:991px){.shape-group-19 .shape.shape-1 img{width:60%}}.shape-group-19 .shape.shape-2{top:145px;right:0}.shape-group-20 .shape{position:absolute;z-index:-1}.shape-group-20 .shape.shape-1{top:0;left:120px}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-20 .shape.shape-1{left:-10px}}@media only screen and (max-width:1199px){.shape-group-20 .shape.shape-1{left:-10px}}@media only screen and (max-width:991px){.shape-group-20 .shape.shape-1 img{width:60%}}.shape-group-20 .shape.shape-2{bottom:0;right:0;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-20 .shape.shape-2 img{width:80%}}@media only screen and (max-width:1199px){.shape-group-20 .shape.shape-2 img{width:75%}}@media only screen and (max-width:991px){.shape-group-20 .shape.shape-2{display:none}}.shape-group-20 .shape.shape-3{right:-10px;bottom:62px;z-index:2;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-20 .shape.shape-3{bottom:220px}.shape-group-20 .shape.shape-3 img{width:60%}}@media only screen and (max-width:1199px){.shape-group-20 .shape.shape-3{bottom:100px}.shape-group-20 .shape.shape-3 img{width:50%}}@media only screen and (max-width:767px){.shape-group-20 .shape.shape-3 img{width:40%}}.shape-group-20 .shape.shape-4{left:220px;top:45%;height:48px;width:48px;animation:movingleftright1 25s infinite}.shape-group-20 .shape.shape-5{left:45%;bottom:130px;height:32px;width:32px;animation:movingleftright3 20s infinite}.shape-group-20 .shape.shape-6{left:50%;top:250px}@media only screen and (max-width:991px){.shape-group-20 .shape.shape-6{display:none}}.shape-group-20 .shape.shape-7{left:65%;top:180px;animation:movingleftright3 20s infinite}.shape-group-20 .shape.shape-8{bottom:0;right:0}@media only screen and (max-width:991px){.shape-group-20 .shape.shape-8{display:none}}.shape-group-20 .shape.shape-8.marque-images{background-repeat:repeat-x;background-size:auto;height:250px;width:52%}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-20 .shape.shape-8.marque-images{width:49%}}@media only screen and (max-width:1199px){.shape-group-20 .shape.shape-8.marque-images{width:62%}}.shape-group-21 .shape{list-style:none;position:absolute;z-index:-1}.shape-group-21 .shape.shape-1{top:0;left:0}@media only screen and (max-width:991px){.shape-group-21 .shape.shape-1 img{width:60%}}@media only screen and (max-width:991px)and (max-width:479px){.shape-group-21 .shape.shape-1{display:none;width:60%}}.shape-group-21 .shape.shape-2{top:200px;right:200px;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-21 .shape.shape-2{top:120px;right:15px}.shape-group-21 .shape.shape-2 img{width:90%}}@media only screen and (max-width:1199px){.shape-group-21 .shape.shape-2{right:15px}.shape-group-21 .shape.shape-2 img{width:50%}}@media only screen and (max-width:991px){.shape-group-21 .shape.shape-2{display:none}}.shape-group-21 .shape.shape-3{right:100px;top:45%;height:53px;width:53px}@media only screen and (min-width:1200px)and (max-width:1599px){.shape-group-21 .shape.shape-3{display:none}}.shape-group-21 .shape.shape-4{left:220px;top:45%;height:20px;width:20px;animation:movingleftright1 25s infinite}.shape-group-21 .shape.shape-5{left:45%;bottom:130px;height:20px;width:20px;animation:movingleftright3 20s infinite}.shape-group-21 .shape.shape-6{right:230px;bottom:40%;height:20px;width:20px}@media only screen and (max-width:1199px){.shape-group-21 .shape.shape-6{display:none}}.shape-group-21 .shape.shape-7{right:250px;top:40%;height:20px;width:20px}@media only screen and (max-width:1199px){.shape-group-21 .shape.shape-7{display:none}}@keyframes movingleftright1{0%{transform:translateX(0) translateY(0)}40%{transform:translateX(50px) translateY(-200px)}75%{transform:translateX(800px)}to{transform:translateY(0) translateX(0)}}@keyframes movingleftright2{0%{transform:translateX(0) translateY(0)}40%{transform:translateX(-50px) translateY(200px)}75%{transform:translateX(-500px)}to{transform:translateY(0) translateX(0)}}@keyframes movingleftright3{0%{transform:translateX(0) translateY(0)}40%{transform:translateX(100px) translateY(-200px)}75%{transform:translateX(-500px)}to{transform:translateY(0) translateX(0)}}.my-switcher{position:fixed;top:200px;left:0;background-color:var(--color-basic);border-radius:0 30px 30px 0;padding:20px 10px 0 14px;z-index:5}.my-switcher button{background-color:transparent;padding:0;border:none;display:flex;align-items:center}.my-switcher button span{padding:0;text-align:center;color:var(--color-white);background-color:transparent;font-size:18px;height:40px;width:40px;line-height:36px;border:1px solid transparent;border-radius:50%}@media only screen and (max-width:767px){.my-switcher button span{font-size:16px;height:30px;width:30px}}.my-switcher button span.dark{display:none}.my-switcher-mobile{justify-content:center;align-items:center;background-color:var(--color-basic);border-radius:50%;z-index:5;padding:3px 5px;margin-right:20px}.my-switcher-mobile button{border:none}.my-switcher-mobile button,.my-switcher-mobile button span{background-color:transparent;padding:0;display:flex;align-items:center}.my-switcher-mobile button span{text-align:center;color:var(--color-white);font-size:18px;height:30px;width:30px;line-height:36px;border:1px solid transparent;border-radius:50%;justify-content:center}@media only screen and (max-width:767px){.my-switcher-mobile button span{font-size:16px;height:30px;width:30px}}.my-switcher-mobile button span.dark,body.active-dark-mode .my-switcher button span.light{display:none}body.active-dark-mode .my-switcher button span.dark{display:block}body.active-dark-mode .my-switcher-mobile button span.light{display:none}body.active-dark-mode .my-switcher-mobile button span.dark{display:flex;justify-content:center;align-items:center}.main-wrapper{overflow:hidden;background-color:var(--color-white)}.banner{padding:255px 0 0;position:relative;z-index:2;min-height:900px}@media only screen and (min-width:1200px)and (max-width:1599px){.banner{padding:220px 0 0}}@media only screen and (max-width:1199px){.banner{padding:200px 0 0}}@media only screen and (max-width:991px){.banner{padding:160px 0 0}}.banner .server-pic img{width:100%}@media only screen and (min-width:1200px)and (max-width:1599px){.banner .server-pic img{margin-top:var(--chakra-space-20);width:100%;height:80%}}@media only screen and (min-width:992px)and (max-width:1199px){.banner .server-pic img{margin-top:var(--chakra-space-20);margin-left:var(--chakra-space-10);width:90%;height:60%}}@media only screen and (max-width:991px){.banner .server-pic img{margin-top:var(--chakra-space-10);justify-content:center;margin-left:var(--chakra-space-60)}}@media only screen and (max-width:767px){.banner .server-pic img{margin-top:var(--chakra-space-10);margin-left:var(--chakra-space-20);width:80%}}@media only screen and (max-width:575px){.banner .server-pic img{width:90%;margin-top:var(--chakra-space-20);margin-left:var(--chakra-space-10)}}@media only screen and (max-width:479px){.banner .server-pic img{width:90%;margin-top:var(--chakra-space-20);margin-left:var(--chakra-space-5)}}.banner .banner-content{display:grid}@media only screen and (max-width:991px){.banner .banner-content{padding:0 var(--chakra-space-40)}}@media only screen and (max-width:767px){.banner .banner-content{padding:0 var(--chakra-space-0)}}.banner .banner-content .title{width:90%;font-size:20px;font-weight:700;color:var(--color-dark)}@media only screen and (min-width:1200px)and (max-width:1599px){.banner .banner-content .title{font-size:20px}}@media only screen and (max-width:1199px){.banner .banner-content .title{font-size:60px}}@media only screen and (max-width:991px){.banner .banner-content .title{font-size:55px}}@media only screen and (max-width:767px){.banner .banner-content .title{font-size:40px}}.banner .banner-content .halftitle{font-size:30px;margin-top:-200px;font-weight:700;color:var(--color-dark)}@media only screen and (min-width:1200px)and (max-width:1599px){.banner .banner-content .halftitle{font-size:20px}}@media only screen and (max-width:1199px){.banner .banner-content .halftitle{font-size:60px}}@media only screen and (max-width:991px){.banner .banner-content .halftitle{font-size:55px}}@media only screen and (max-width:767px){.banner .banner-content .halftitle{font-size:40px}}.banner .banner-content .subtitle{font-size:var(--font-body-1);margin-bottom:40px;width:90%}.banner .banner-content .axil-btn{padding:28px 45px;box-shadow:0 44px 84px -24px #2a4277}@media only screen and (max-width:991px){.banner .banner-content .axil-btn{padding:20px 35px}}.banner .banner-content .btn-group{display:flex;align-items:center}@media only screen and (max-width:575px){.banner .banner-content .btn-group{flex-direction:column;align-items:flex-start}}.banner .banner-content .btn-group a{margin-right:40px}@media only screen and (max-width:575px){.banner .banner-content .btn-group a{margin-right:0;margin-bottom:30px}}.banner .banner-content .btn-group a:last-child{margin-right:0;margin-bottom:0}.banner .banner-content .about-btn{font-weight:500;color:var(--color-primary);position:relative;padding-left:50px}.banner .banner-content .about-btn:before{content:"";height:1px;width:34px;background-color:var(--color-primary);position:absolute;top:50%;left:0;transform:translateY(-50%);transition:var(--transition)}.banner .banner-content .about-btn:hover:before{width:100%}.banner .banner-thumbnail{position:relative}.banner .banner-social{display:flex;align-items:center}.banner .banner-social .border-line{flex:1;height:1px;width:100%;background-color:var(--color-body);margin-right:30px}@media only screen and (max-width:575px){.banner .banner-social .border-line{display:none}}.banner .banner-social .social-icon{display:flex;align-items:center;flex-wrap:wrap}.banner .banner-social .social-icon li{margin-right:20px}.banner .banner-social .social-icon li:last-child{margin-right:0}.banner .banner-social .social-icon li a{color:var(--color-body)}.banner .banner-social .social-icon li a i,.banner .banner-social .social-icon li a svg{margin-right:8px;font-size:20px;color:var(--color-gray-4);transition:var(--transition)}.banner .banner-social .social-icon li a:hover,.banner .banner-social .social-icon li a:hover i{color:var(--color-primary)}.banner.banner-style-1 .banner-content{text-align:center;margin-top:50px}@media only screen and (max-width:1199px){.banner.banner-style-1 .banner-content{padding:2;text-align:center;width:100%}}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-1 .banner-content{width:80%}}@media only screen and (max-width:991px){.banner.banner-style-1 .banner-content{margin-top:0;padding-bottom:0}}.banner.banner-style-1 .banner-content .title{color:#8b98a5;line-height:1;padding:20px 0}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-1 .banner-content .title{font-size:55px}}@media only screen and (max-width:1199px){.banner.banner-style-1 .banner-content .title{font-size:60px}}@media only screen and (max-width:991px){.banner.banner-style-1 .banner-content .title{font-size:55px}}@media only screen and (max-width:767px){.banner.banner-style-1 .banner-content .title{font-size:40px}}.banner.banner-style-2{margin:160px 95px 0;padding:250px 0 300px 200px;background-color:var(--color-link);border-radius:60px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-2{padding:150px 0 200px 100px;min-height:600px;margin:130px 30px 0}}@media only screen and (max-width:1199px){.banner.banner-style-2{margin:130px 30px 0;padding:150px 60px;min-height:600px}}@media only screen and (max-width:991px){.banner.banner-style-2{min-height:100%;margin:120px 30px 0}}@media only screen and (max-width:767px){.banner.banner-style-2{margin:120px 30px 0;padding:80px 30px}}@media only screen and (max-width:575px){.banner.banner-style-2{margin:120px 15px 0}}.banner.banner-style-2 .banner-content{margin-bottom:0}.banner.banner-style-2 .banner-content .title{color:var(--color-white);margin-bottom:40px}.banner.banner-style-3{padding:220px 0 210px}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-3{padding:180px 0 160px}}@media only screen and (max-width:1199px){.banner.banner-style-3{padding:200px 0 150px}}@media only screen and (max-width:767px){.banner.banner-style-3{padding:150px 0 100px}}.banner.banner-style-3 .banner-content{position:relative;z-index:1}.banner.banner-style-3 .banner-content .subtitle{font-size:20px;font-weight:700;color:var(--color-rose);letter-spacing:.1em;font-family:var(--font-primary);margin-bottom:30px}@media only screen and (max-width:991px){.banner.banner-style-3 .banner-content .subtitle{font-size:16px}}.banner.banner-style-3 .banner-content .title{margin-bottom:60px}@media only screen and (max-width:991px){.banner.banner-style-3 .banner-content .title{margin-bottom:40px}}.banner.banner-style-3 .banner-thumbnail{margin-right:-120px;text-align:right}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-3 .banner-thumbnail{margin-right:0}}@media only screen and (max-width:1199px){.banner.banner-style-3 .banner-thumbnail{margin-right:0}}@media only screen and (max-width:991px){.banner.banner-style-3 .banner-thumbnail{text-align:left}}.banner.banner-style-4{background:linear-gradient(90deg,#ecf2f6,rgba(236,242,246,0) 70.31%);padding:310px 0 100px}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-4{padding:250px 0 100px}}@media only screen and (max-width:1199px){.banner.banner-style-4{padding:250px 0 100px}}@media only screen and (max-width:991px){.banner.banner-style-4{padding:180px 0 80px;min-height:100%}}@media only screen and (max-width:767px){.banner.banner-style-4{padding:150px 0 60px}}.banner.banner-style-4 .banner-content{margin-bottom:200px;position:relative;z-index:1}@media only screen and (max-width:1199px){.banner.banner-style-4 .banner-content{margin-bottom:100px}}@media only screen and (max-width:991px){.banner.banner-style-4 .banner-content{margin-bottom:0}}.banner.banner-style-4 .banner-content .title{width:60%;margin-bottom:50px}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-4 .banner-content .title{font-size:70px;width:55%}}@media only screen and (max-width:1199px){.banner.banner-style-4 .banner-content .title{font-size:70px}}@media only screen and (max-width:991px){.banner.banner-style-4 .banner-content .title{font-size:60px;width:100%}}@media only screen and (max-width:767px){.banner.banner-style-4 .banner-content .title{font-size:50px}}@media only screen and (max-width:575px){.banner.banner-style-4 .banner-content .title{font-size:40px;margin-bottom:30px}}.banner.banner-style-4 .banner-content p{font-size:var(--font-body-1);width:50%;margin-bottom:40px}@media only screen and (max-width:991px){.banner.banner-style-4 .banner-content p{width:100%}}.banner.banner-style-4 .banner-thumbnail{position:absolute;top:45%;right:0;transform:translateY(-50%)}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-4 .banner-thumbnail{right:-300px}.banner.banner-style-4 .banner-thumbnail img{width:85%}}@media only screen and (max-width:1199px){.banner.banner-style-4 .banner-thumbnail{right:-570px}.banner.banner-style-4 .banner-thumbnail img{width:60%}}@media only screen and (max-width:991px){.banner.banner-style-4 .banner-thumbnail{position:static;transform:translateY(0);text-align:center;margin:-20px 0 20px}.banner.banner-style-4 .banner-thumbnail img{width:100%}}@media only screen and (max-width:575px){.banner.banner-style-4 .banner-thumbnail{margin:0 0 20px}}.banner.banner-style-5{background-repeat:no-repeat;background-size:cover;background-position:50%;padding:310px 0 0}@media only screen and (min-width:1200px)and (max-width:1599px){.banner.banner-style-5{padding:250px 0 0;min-height:750px}}@media only screen and (max-width:1199px){.banner.banner-style-5{padding:230px 0 0;min-height:750px}}@media only screen and (max-width:991px){.banner.banner-style-5{padding:170px 0 80px;min-height:100%}}@media only screen and (max-width:767px){.banner.banner-style-5{padding:150px 0 60px;min-height:100%}}.banner.banner-style-5:after{content:"";height:100%;width:100%;background-color:rgba(41,41,48,.8);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}@media only screen and (max-width:991px){.banner.banner-style-5 .banner-content{margin-bottom:40px}}.banner.banner-style-5 .banner-content .title{color:var(--color-white);margin-bottom:50px}@media only screen and (max-width:1199px){.banner.banner-style-5 .banner-content .title{font-size:70px}}@media only screen and (max-width:991px){.banner.banner-style-5 .banner-content .title{font-size:60px}}@media only screen and (max-width:767px){.banner.banner-style-5 .banner-content .title{font-size:50px}}@media only screen and (max-width:575px){.banner.banner-style-5 .banner-content .title{font-size:40px;margin-bottom:40px}}.banner.banner-style-5 .banner-content .axil-btn{color:var(--color-text-dark);box-shadow:none}.banner.banner-style-5 .banner-form{display:flex;justify-content:flex-end;margin-bottom:-140px}@media only screen and (max-width:991px){.banner.banner-style-5 .banner-form{margin-bottom:0;display:block}}.banner.banner-style-5 .banner-form .contact-form-box{max-width:450px}@media only screen and (max-width:991px){.banner.banner-style-5 .banner-form .contact-form-box{max-width:100%}}.banner.banner-style-5 .banner-form .title{letter-spacing:-.045em}.call-to-action-area{padding:140px 0 100px;position:relative;z-index:1}@media only screen and (max-width:1199px){.call-to-action-area{padding:100px 0}}@media only screen and (max-width:991px){.call-to-action-area{padding:80px 0}}@media only screen and (max-width:767px){.call-to-action-area{padding:60px 0 40px}}.call-to-action-area:before{content:"";height:730px;width:100%;background-color:var(--color-primary);position:absolute;top:0;left:0;right:0;z-index:-1}@media only screen and (max-width:991px){.call-to-action-area:before{height:500px}}@media only screen and (max-width:767px){.call-to-action-area:before{height:480px}}@media only screen and (max-width:575px){.call-to-action-area:before{height:400px}}.call-to-action{border-bottom:1px solid #e7e7e7}.call-to-action .section-heading{margin-bottom:65px}@media only screen and (max-width:767px){.call-to-action .section-heading{margin-bottom:50px}}.call-to-action .section-heading span{color:var(--color-accent1)}.call-to-action .section-heading .title{width:60%;margin:0 auto 55px}@media only screen and (max-width:991px){.call-to-action .section-heading .title{width:100%}}.call-to-action .thumbnail{position:relative;text-align:center}.call-to-action .thumbnail .larg-thumb{display:inline-block;margin-right:-180px}@media only screen and (max-width:991px){.call-to-action .thumbnail .larg-thumb{margin-right:-130px}}@media only screen and (max-width:767px){.call-to-action .thumbnail .larg-thumb{margin-right:-100px}}@media only screen and (max-width:575px){.call-to-action .thumbnail .larg-thumb{margin-right:-50px}}@media only screen and (max-width:1199px){.call-to-action .thumbnail .larg-thumb img{width:90%}}@media only screen and (max-width:991px){.call-to-action .thumbnail .larg-thumb img{width:70%}}@media only screen and (max-width:767px){.call-to-action .thumbnail .larg-thumb img{width:50%}}@media only screen and (max-width:575px){.call-to-action .thumbnail .larg-thumb img{width:50%}}.call-to-action .thumbnail .small-thumb li{position:absolute}@media only screen and (max-width:1199px){.call-to-action .thumbnail .small-thumb li img{width:90%}}@media only screen and (max-width:991px){.call-to-action .thumbnail .small-thumb li img{width:70%}}@media only screen and (max-width:767px){.call-to-action .thumbnail .small-thumb li img{width:35%}}.call-to-action .thumbnail .small-thumb li.shape-1{bottom:0;left:350px}@media only screen and (min-width:1200px)and (max-width:1299px){.call-to-action .thumbnail .small-thumb li.shape-1{left:90px}}@media only screen and (max-width:1199px){.call-to-action .thumbnail .small-thumb li.shape-1{left:15px}}@media only screen and (max-width:991px){.call-to-action .thumbnail .small-thumb li.shape-1{left:-50px}}@media only screen and (max-width:767px){.call-to-action .thumbnail .small-thumb li.shape-1{left:-70px}}@media only screen and (max-width:575px){.call-to-action .thumbnail .small-thumb li.shape-1{left:-125px}}.call-to-action .thumbnail .small-thumb li.shape-2{bottom:0;right:280px}@media only screen and (min-width:1200px)and (max-width:1299px){.call-to-action .thumbnail .small-thumb li.shape-2{right:30px}}@media only screen and (max-width:1199px){.call-to-action .thumbnail .small-thumb li.shape-2{bottom:0;right:-60px}}@media only screen and (max-width:991px){.call-to-action .thumbnail .small-thumb li.shape-2{right:-95px}}@media only screen and (max-width:767px){.call-to-action .thumbnail .small-thumb li.shape-2{right:-110px}}@media only screen and (max-width:575px){.call-to-action .thumbnail .small-thumb li.shape-2{right:-130px}}.counterup-progress{background:transparent;border:1px solid;border-image-source:linear-gradient(0deg,#27272e 64.45%,rgba(74,75,86,.72));text-align:center;padding:70px 20px 60px;border-radius:30px;transition:var(--transition);margin-bottom:30px}@media only screen and (max-width:767px){.counterup-progress{padding:40px 20px}}@media only screen and (max-width:575px){.counterup-progress{padding:30px 10px}}.counterup-progress .icon{margin-bottom:20px}.counterup-progress .count-number{font-weight:500;color:var(--color-primary);font-family:var(--font-primary);margin-bottom:10px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.counterup-progress .count-number{letter-spacing:0}}.counterup-progress .title{color:var(--color-white)}.counterup-progress.active,.counterup-progress:hover{background:var(--gradient-dark)}.counterup-progress.counterup-style-2{background:var(--gradient-primary);border:none}.counterup-progress.counterup-style-2 .icon .light-icon{display:none}.counterup-progress.counterup-style-2 .title{color:var(--color-body)}.counterup-progress.counterup-style-2.active,.counterup-progress.counterup-style-2:hover{background-color:var(--color-light)}.expert-counterup-area .section-heading p{width:100%}.expert-counterup-area .section-heading .axil-btn{width:240px}.about-us .section-heading p{width:100%}.contact-form-box{background-color:var(--color-white);padding:50px;border-radius:30px}@media only screen and (max-width:767px){.contact-form-box{padding:40px 30px}}.contact-form-box .title{font-size:40px}@media only screen and (min-width:1200px)and (max-width:1599px){.contact-form-box .title{font-size:36px}}@media only screen and (max-width:1199px){.contact-form-box .title{font-size:32px}}@media only screen and (max-width:767px){.contact-form-box .title{font-size:28px}}.contact-form-box .form-group .axil-btn:after{width:calc(100% + 50px)}.contact-form-box.shadow-box{box-shadow:0 20px 48px 0 hsla(212,9%,63%,.25)}.smarter .container{max-width:1320px;margin-left:auto;margin-right:auto;font-family:var(--font-primary)}@media only screen and (max-width:991px){.smarter .container{font-size:var(--font-body-1)}}.smarter .container .section-heading{text-align:center}.smarter .container .section-heading .title{color:var(--color-white);margin-bottom:35px;width:100%;font-size:var(--h2);line-height:1.2;font-family:var(--font-primary);font-weight:500;letter-spacing:-.025em}@media only screen and (max-width:767px){.smarter .container .section-heading .title{font-size:var(--h3)}}@media only screen and (max-width:479px){.smarter .container .section-heading .title{font-size:var(--h4)}}.smarter .container .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y))}.smarter .container .row .col-xl-4{flex:0 0 auto;width:50%}@media only screen and (max-width:991px){.smarter .container .row .col-xl-4{width:100%}}.smarter .container .row .services-grid{display:flex;padding:50px 50px 40px;border-radius:30px;margin-bottom:40px;position:relative;height:80%;z-index:1;transition:var(--transition)}@media only screen and (max-width:991px){.smarter .container .row .services-grid{margin-bottom:0}}@media only screen and (max-width:575px){.smarter .container .row .services-grid{padding:20px}}.smarter .container .row .services-grid:after{content:"";height:100%;width:100%;background:var(--gradient-dark);border:1px solid;border-image-source:linear-gradient(0deg,#27272e 64.45%,rgba(74,75,86,.72));border-radius:var(--border-radius-6);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;visibility:hidden;opacity:0;transition:var(--transition)}.smarter .container .row .services-grid .thumbnail{margin-right:25px;max-width:85px}@media only screen and (max-width:991px){.smarter .container .row .services-grid .thumbnail{max-width:50px}}.smarter .container .row .services-grid .thumbnail img{max-width:100%;height:auto;vertical-align:middle}@media only screen and (max-width:575px){.smarter .container .row .services-grid .thumbnail img{max-width:50px}}.smarter .container .row .services-grid .content{flex:1 1;align-items:space-between}.smarter .container .row .services-grid .content .title{font-family:var(--font-primary);font-weight:500;letter-spacing:-.025em;color:var(--color-text-dark);font-size:var(--h5);line-height:1.4;margin:0 0 30px}@media only screen and (max-width:991px){.smarter .container .row .services-grid .content .title{margin:0}}.smarter .container .row .services-grid .content .title a{color:var(--color-white)}.smarter .container .row .services-grid .content p{color:var(--color-white);opacity:.5;letter-spacing:-.025em;transition:var(--transition);font-size:var(--font-body-2);line-height:var(--line-height-b1);margin:0 0 40px}.smarter .container .row .services-grid.active:after,.smarter .container .row .services-grid:hover:after{visibility:visible;opacity:1}.smarter .container .row .services-grid.active .thumbnail:after,.smarter .container .row .services-grid:hover .thumbnail:after{transform:scale(1)}.smarter .container .row .services-grid.active .content p,.smarter .container .row .services-grid:hover .content p{color:var(--color-light);opacity:1}.advantage{padding:var(--chakra-space-20) 0;position:relative;background-color:#edfafe}.advantage .container{max-width:1320px;margin-left:auto;margin-right:auto;font-family:var(--font-primary)}@media only screen and (max-width:991px){.advantage .container{font-size:var(--font-body-1)}}.advantage .container .section-heading{text-align:center}.advantage .container .section-heading .title{font-size:var(--h2);font-weight:500;padding-bottom:48px}@media only screen and (max-width:767px){.advantage .container .section-heading .title{font-size:var(--h3)}}@media only screen and (max-width:479px){.advantage .container .section-heading .title{font-size:var(--h4);padding-bottom:var(--chakra-space-10)}}.advantage .container .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y))}.advantage .container .row .col-xl-4{flex:0 0 auto;width:50%}@media only screen and (max-width:991px){.advantage .container .row .col-xl-4{width:100%}}.advantage .container .row .services-grid{display:flex;padding:var(--chakra-space-10) var(--chakra-space-10);background-color:var(--color-white);border-radius:30px;margin-bottom:40px;position:relative;height:80%;z-index:1}@media only screen and (max-width:991px){.advantage .container .row .services-grid{margin-bottom:0}}@media only screen and (max-width:575px){.advantage .container .row .services-grid{padding:20px}}@media only screen and (max-width:479px){.advantage .container .row .services-grid{padding-top:var(--chakra-space-5);padding-bottom:50px}}.advantage .container .row .services-grid:after{content:"";height:100%;width:100%;background:var(--gradient-dark);border:1px solid;border-image-source:linear-gradient(0deg,#27272e 64.45%,rgba(74,75,86,.72));border-radius:var(--border-radius-6);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;visibility:hidden;opacity:0}.advantage .container .row .services-grid .thumbnail{display:flex;margin-right:25px;max-width:85px;justify-content:center;align-items:center}@media only screen and (max-width:991px){.advantage .container .row .services-grid .thumbnail{max-width:50px}}.advantage .container .row .services-grid .thumbnail img{max-width:100%;height:auto;vertical-align:middle}@media only screen and (max-width:575px){.advantage .container .row .services-grid .thumbnail img{max-width:50px}}.advantage .container .row .services-grid .content{flex:1 1;align-items:space-between}.advantage .container .row .services-grid .content a{font-size:var(--h4);font-weight:700;line-height:1.2;margin-bottom:var(--chakra-space-5)}@media only screen and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.advantage .container .row .services-grid .content a{font-size:28px;margin-bottom:0}}@media only screen and (max-width:991px){.advantage .container .row .services-grid .content a{font-size:var(--h5)}}@media only screen and (max-width:479px){.advantage .container .row .services-grid .content a{font-size:22px}}.advantage .container .row .services-grid .content p{letter-spacing:-.025em;transition:var(--transition);line-height:var(--line-height-b1);margin:0 0 40px;font-size:var(--font-body-1)}@media only screen and (max-width:991px){.advantage .container .row .services-grid .content p{font-size:var(--font-body-2)}}@media only screen and (max-width:575px){.advantage .container .row .services-grid .content p{text-align:justify}}.system-introduction{background-color:#edfafe;padding:var(--chakra-space-20) 0}@media only screen and (max-width:991px){.system-introduction{padding:var(--chakra-space-10) 0 var(--chakra-space-10)}}@media only screen and (max-width:767px){.system-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-10)}}@media only screen and (max-width:575px){.system-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-10)}}@media only screen and (max-width:479px){.system-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-20)}}@media only screen and (max-width:767px){.system-introduction .container .title{padding-bottom:var(--chakra-space-5);font-size:var(--h4)}}@media only screen and (max-width:479px){.system-introduction .container .title{padding-bottom:var(--chakra-space-5);font-size:var(--h5)}}.system-introduction .container .system-guide{display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:992px)and (max-width:1199px){.system-introduction .container .system-guide{padding:0 var(--chakra-space-10)}}.system-introduction .container .system-guide .system-guide-text{margin-bottom:var(--chakra-space-20)}@media only screen and (max-width:991px){.system-introduction .container .system-guide .system-guide-text{margin-bottom:var(--chakra-space-10);margin-left:var(--chakra-space-10);margin-right:var(--chakra-space-20)}}@media only screen and (max-width:479px){.system-introduction .container .system-guide .system-guide-text{margin-bottom:var(--chakra-space-10);margin-left:var(--chakra-space-5);margin-right:60px}}.system-introduction .container .system-guide .system-guide-text>h2{font-size:28px;font-weight:700;margin-bottom:var(--chakra-space-3);position:relative;padding-bottom:var(--chakra-space-3);text-align:right}@media only screen and (max-width:991px){.system-introduction .container .system-guide .system-guide-text>h2{font-size:24px}}@media only screen and (max-width:479px){.system-introduction .container .system-guide .system-guide-text>h2{font-size:20px}}.system-introduction .container .system-guide .system-guide-text>h2:after{content:"";position:absolute;width:100%;height:1px;background-color:#73c2fb;left:0;bottom:0}.system-introduction .container .system-guide .system-guide-text>h2 .index{position:absolute;bottom:-10px;right:-40px}.system-introduction .container .system-guide .system-guide-text>p{font-size:var(--font-body-1);text-align:right}@media only screen and (max-width:991px){.system-introduction .container .system-guide .system-guide-text>p{font-size:var(--font-body-2)}}.system-introduction .container .system-image{position:relative}.system-introduction .container .system-image>img{width:100%;height:90%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media only screen and (max-width:991px){.system-introduction .container .system-image>img{width:100%}}@media only screen and (max-width:575px){.system-introduction .container .system-image>img{width:100%;height:90%}}@media only screen and (max-width:479px){.system-introduction .container .system-image>img{width:120%;height:100%}}.system-introduction .container .system-image>p{position:absolute;bottom:50px;width:100%;text-align:center;font-size:var(--font-body-1);font-style:italic}@media only screen and (max-width:991px){.system-introduction .container .system-image>p{margin-left:var(--chakra-space-10);font-size:var(--font-body-2);width:80%;text-align:end;bottom:-20px}}@media only screen and (max-width:575px){.system-introduction .container .system-image>p{width:90%;text-align:end;bottom:0}}@media only screen and (max-width:479px){.system-introduction .container .system-image>p{width:80%;text-align:end;bottom:-100px}}.system-introduction .device{display:block}.scan-introduction{background:#f8f9fa;padding:var(--chakra-space-20) 0}@media only screen and (max-width:991px){.scan-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-10)}}@media only screen and (max-width:767px){.scan-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-10)}}@media only screen and (max-width:575px){.scan-introduction{padding:var(--chakra-space-5) 0 var(--chakra-space-10)}}@media only screen and (max-width:479px){.scan-introduction{padding:var(--chakra-space-5) 0 60px}}.scan-introduction .container .scan-guide{display:flex;flex-direction:column;justify-content:center}.scan-introduction .container .scan-guide .scan-guide-text{margin-bottom:var(--chakra-space-10)}@media only screen and (max-width:575px),only screen and (max-width:767px),only screen and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.scan-introduction .container .scan-guide .scan-guide-text{margin:0 var(--chakra-space-10);padding:var(--chakra-space-5) 0}}.scan-introduction .container .scan-guide .scan-guide-text>h2{font-size:28px;font-weight:700;margin-bottom:var(--chakra-space-3);padding-bottom:var(--chakra-space-3);position:relative;text-align:left}@media only screen and (min-width:992px)and (max-width:1199px){.scan-introduction .container .scan-guide .scan-guide-text>h2{margin-bottom:0;padding-bottom:0}}@media only screen and (max-width:991px){.scan-introduction .container .scan-guide .scan-guide-text>h2{margin-bottom:0;padding-bottom:0;font-size:var(--h5)}}.scan-introduction .container .scan-guide .scan-guide-text>p{font-size:var(--font-body-1);text-align:left}@media only screen and (max-width:991px){.scan-introduction .container .scan-guide .scan-guide-text>p{font-size:var(--font-body-2);text-align:justify}}.scan-introduction .container .scan-image{padding-bottom:50px;position:relative}.scan-introduction .container .scan-image>img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media only screen and (min-width:992px)and (max-width:1199px){.scan-introduction .container .scan-image>img{width:80%;margin-left:var(--chakra-space-20)}}@media only screen and (max-width:991px){.scan-introduction .container .scan-image>img{width:75%;margin-left:var(--chakra-space-20)}}@media only screen and (max-width:575px){.scan-introduction .container .scan-image>img{width:80%;margin-left:var(--chakra-space-10)}}.scan-introduction .container .scan-image>p{position:absolute;bottom:20px;width:90%;font-size:var(--font-body-1);font-style:italic}@media only screen and (min-width:992px)and (max-width:1199px){.scan-introduction .container .scan-image>p{width:80%;margin:0 var(--chakra-space-20);bottom:0}}@media only screen and (max-width:991px){.scan-introduction .container .scan-image>p{font-size:var(--font-body-2);width:70%;margin:0 var(--chakra-space-20);bottom:-30px}}@media only screen and (max-width:575px){.scan-introduction .container .scan-image>p{margin-left:var(--chakra-space-10);bottom:-30px}}@media only screen and (max-width:479px){.scan-introduction .container .scan-image>p{width:80%;margin-left:var(--chakra-space-10);bottom:-80px}}.scan-introduction .device{display:block}@media only screen and (max-width:991px){.plagIntroduction .container{padding-left:50px;padding-right:50px}}.plagIntroduction .container .section-heading{text-align:left}.plagIntroduction .container .section-heading .title{width:50%;margin-bottom:var(--chakra-space-20);color:var(--color-white);font-size:var(--h2);line-height:1.2;font-family:var(--font-primary);font-weight:500;letter-spacing:-.025em}@media only screen and (max-width:1199px){.plagIntroduction .container .section-heading .title{width:70%}}@media only screen and (max-width:991px){.plagIntroduction .container .section-heading .title{width:70%;font-size:var(--h3);margin-bottom:var(--chakra-space-10)}}@media only screen and (max-width:575px){.plagIntroduction .container .section-heading .title{font-size:var(--h4)}}.plagIntroduction .container .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-left:-15px;margin-right:-15px}.plagIntroduction .container .row .col-lg-4{flex:0 0 auto;width:33.33333333%;padding-left:15px;padding-right:15px}@media only screen and (max-width:991px){.plagIntroduction .container .row .col-lg-4{width:100%}}.plagIntroduction .container .row .col-lg-4 .about-quality{margin-bottom:60px}.plagIntroduction .container .row .col-lg-4 .about-quality .color-1{color:#d2347e!important}.plagIntroduction .container .row .col-lg-4 .about-quality .color-2{color:#95e1f7!important}.plagIntroduction .container .row .col-lg-4 .about-quality .color-3{color:#7f45aa!important}.plagIntroduction .container .row .col-lg-4 .about-quality .color-4{color:#64cf95!important}.plagIntroduction .container .row .col-lg-4 .about-quality .color-5{color:#65a9d9!important}.plagIntroduction .container .row .col-lg-4 .about-quality .sl-number{text-align:center;height:80px;width:80px;line-height:80px;border-radius:50%;background:#565677;color:var(--color-white);margin-bottom:40px;transition:var(--transition);font-size:var(--h3);font-weight:500;letter-spacing:-.025em}@media only screen and (max-width:767px){.plagIntroduction .container .row .col-lg-4 .about-quality .sl-number{margin-bottom:0}}.plagIntroduction .container .row .col-lg-4 .about-quality .title{color:var(--color-white);font-size:var(--h5);line-height:1.4;font-weight:500;letter-spacing:-.025em}.plagIntroduction .container .row .col-lg-4 .about-quality p{opacity:.6;color:var(--color-white);transition:var(--transition);margin-top:30px}.plagIntroduction .container .row .col-lg-4 .about-quality.active .sl-number,.plagIntroduction .container .row .col-lg-4 .about-quality:hover .sl-number{background-color:var(--color-basic)}.plagIntroduction .container .row .col-lg-4 .about-quality.active p,.plagIntroduction .container .row .col-lg-4 .about-quality:hover p{opacity:1}.counter-up{padding:var(--chakra-space-10) 0}@media only screen and (min-width:992px)and (max-width:1199px){.counter-up .container{padding:0}}@media only screen and (max-width:991px){.counter-up .container{padding:0}}@media only screen and (max-width:767px){.counter-up .container .h2{margin-bottom:var(--chakra-space-2)}}.counter-up .container .h2 .counter-up-number{font-size:var(--h3)}@media only screen and (min-width:992px)and (max-width:1199px){.counter-up .container .h2 .counter-up-number{font-size:var(--h4)}}@media only screen and (max-width:991px){.counter-up .container .h2 .counter-up-number{font-size:var(--h4)}}@media only screen and (max-width:767px){.counter-up .container .h2 .counter-up-number{font-size:var(--h5)}}.counter-up .container .title{font-weight:500;color:"#8b98a5";text-transform:uppercase}@media only screen and (max-width:991px){.counter-up .container .title{font-size:var(--font-body-3);margin-bottom:var(--chakra-space-10)}}@media only screen and (max-width:479px){.counter-up .container .title{font-size:var(--font-body-4);margin-bottom:var(--chakra-space-10)}}@media only screen and (max-width:991px){.pricing .container{padding-left:50px;padding-right:50px}}@media only screen and (max-width:479px){.pricing .container{padding-left:0;padding-right:0}}.pricing .container .section-heading{text-align:center}.pricing .container .section-heading .title{color:var(--color-dark);margin-bottom:35px;width:100%;font-size:var(--h2);line-height:1.2;font-family:var(--font-primary);font-weight:500;letter-spacing:-.025em}@media only screen and (max-width:767px),only screen and (max-width:991px){.pricing .container .section-heading .title{font-size:var(--h3)}}@media only screen and (max-width:575px){.pricing .container .section-heading .title{font-size:var(--h4)}}.pricing .container .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));padding-left:15px;padding-right:15px}.pricing .container .row .col-lg-4{flex:0 0 auto;width:33.33333333%}@media only screen and (max-width:991px){.pricing .container .row .col-lg-4{width:100%}}.pricing .container .row .col-lg-4 .pricing-table{background-color:var(--color-white);padding:40px;border-radius:30px;position:relative;margin-bottom:30px;transition:var(--transition)}@media only screen and (min-width:992px)and (max-width:1199px){.pricing .container .row .col-lg-4 .pricing-table{padding:40px 15px}}@media only screen and (max-width:575px){.pricing .container .row .col-lg-4 .pricing-table{padding:40px 30px}}.pricing .container .row .col-lg-4 .pricing-table .pricing-header{text-align:center}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .title{color:var(--color-basic);font-weight:400;font-size:40px;margin-bottom:8px;letter-spacing:-.045em;transition:var(--transition)}@media only screen and (max-width:1199px){.pricing .container .row .col-lg-4 .pricing-table .pricing-header .title{font-size:36px}}@media only screen and (max-width:575px){.pricing .container .row .col-lg-4 .pricing-table .pricing-header .title{font-size:30px}}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .subtitle{font-size:14px;color:var(--color-text-dark);transition:var(--transition);margin-bottom:20px}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap{border-top:1px solid #e3e6e9;padding-top:50px;margin-bottom:30px;font-family:var(--font-primary);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .amount{font-size:64px;line-height:1;color:var(--color-text-dark);font-weight:500;letter-spacing:-.045em;transition:var(--transition)}@media only screen and (max-width:1199px){.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .amount{font-size:50px}}@media only screen and (max-width:575px){.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .amount{font-size:40px}}@media only screen and (max-width:479px){.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .amount{font-size:30px}}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .duration{font-size:14px;font-weight:500;color:var(--color-gray-2);margin-left:8px;transition:var(--transition)}.pricing .container .row .col-lg-4 .pricing-table .pricing-header .price-wrap .monthly-pricing{display:none}.pricing .container .row .col-lg-4 .pricing-table .pricing-body{margin-top:30px}.pricing .container .row .col-lg-4 .pricing-table .pricing-body li{list-style:none;color:var(--color-gray-2);padding:12px 0 12px 34px;position:relative;transition:var(--transition)}.pricing .container .row .col-lg-4 .pricing-table .pricing-body li svg{position:absolute;top:14px;left:0}.pricing .container .row .col-lg-4 .pricing-table .star-icon{height:48px;width:48px;line-height:48px;text-align:center;color:var(--color-primary);background-color:var(--color-accent1);border-radius:50%;position:absolute;top:8px;right:10px}.pricing .container .row .col-lg-4 .pricing-table.active,.pricing .container .row .col-lg-4 .pricing-table:hover{background-color:var(--color-basic)}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .subtitle,.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .title,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .subtitle,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .title{color:var(--color-white)}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .price-wrap,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .price-wrap{border-color:rgba(227,230,233,.2)}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .price-wrap .amount,.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .price-wrap .duration,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .price-wrap .amount,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .price-wrap .duration{color:var(--color-white)}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .axil-btn,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .axil-btn{background-color:var(--color-white);color:var(--color-dark)}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-header .axil-btn:hover,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-header .axil-btn:hover{background-color:var(--color-accent1);color:var(--color-white);cursor:pointer}.pricing .container .row .col-lg-4 .pricing-table.active .pricing-body li,.pricing .container .row .col-lg-4 .pricing-table:hover .pricing-body li{color:var(--color-white)}.pricing .container .row .col-lg-4 .pricing-table.pricing-borderd{border:var(--border-light)}.pricing .container .pricing-billing-duration{text-align:center}.pricing .container .pricing-billing-duration ul{list-style:none;padding:5px;margin-bottom:60px;display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;background-color:var(--color-white);border:1px solid #e3e6e9;border-radius:110px}.pricing .container .pricing-billing-duration ul .nav-item{margin-right:10px}.pricing .container .pricing-billing-duration ul .nav-item:last-child{margin-right:0}.pricing .container .pricing-billing-duration ul .nav-link{color:var(--color-text-dark);font-size:18px;font-weight:500;letter-spacing:-.025em;font-family:var(--font-primary);background-color:transparent;border:none;border-radius:60px;padding:14px 30px}.pricing .container .pricing-billing-duration ul .nav-link.active{background-color:var(--color-basic);color:var(--color-white)}@media only screen and (max-width:575px){.pricing .container .pricing-billing-duration ul .nav-link{font-size:15px;padding:12px 25px}}.pricing .container .pricing-billing-duration ul .billed-check-box{display:flex;align-items:center}.pricing .container .pricing-billing-duration ul .billed-check-box input{height:0;width:0;visibility:hidden}.pricing .container .pricing-billing-duration ul .billed-check-box label{cursor:pointer;width:56px;height:24px;background-color:var(--color-primary);border-radius:12px;position:relative}.pricing .container .pricing-billing-duration ul .billed-check-box label:after{content:"";position:absolute;top:4px;left:4px;width:16px;height:16px;background-color:var(--color-white);border-radius:50%;transition:var(--transition)}.pricing .container .pricing-billing-duration ul .billed-check-box input:checked+label:after{left:calc(100% - 4px);transform:translateX(-100%)}.customer-logo .container .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));padding-left:15px;padding-right:15px}.customer-logo .container .row .col-lg-3{flex:0 0 auto;width:25%}@media only screen and (max-width:991px){.customer-logo .container .row .col-lg-3{width:50%}}.customer-logo .container .row .col-lg-3 .brand-grid{padding:20px 40px}@media only screen and (max-width:991px){.customer-logo .container .row .col-lg-3 .brand-grid{display:flex;justify-content:center}}.customer-logo .container .row .col-lg-3 .brand-grid img{max-height:var(--chakra-space-20);transition:var(--transition)}.axil-header{position:absolute;width:100%;left:0;right:0;top:0;z-index:4}.axil-header .header-navbar{max-width:1320px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between}.axil-header .header-navbar .header-logo a{display:block;box-shadow:none}.axil-header .header-navbar .header-logo .dark-version-logo{display:none}.axil-header .header-navbar .header-logo .sticky-logo{display:none;margin-left:0!important}@media only screen and (max-width:991px){.axil-header .header-navbar .header-logo img{width:150px}}.axil-header .header-navbar .header-main-nav{flex:1}@media only screen and (max-width:1199px){.axil-header .header-navbar .header-main-nav{margin:0 30px}}@media only screen and (max-width:991px){.axil-header .header-navbar .header-main-nav{margin:0}}.axil-header.header-style-1 .axil-mainmenu{padding:35px 0}.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo a{display:block}.axil-header.header-style-2 .axil-mainmenu{padding:50px 80px}@media only screen and (min-width:1200px)and (max-width:1599px){.axil-header.header-style-2 .axil-mainmenu{padding:35px 15px}}@media only screen and (max-width:1199px){.axil-header.header-style-2 .axil-mainmenu{padding:35px 15px}}@media only screen and (max-width:575px){.axil-header.header-style-2 .axil-mainmenu{padding:30px 0}}.axil-header.header-style-2 .axil-mainmenu.axil-sticky{padding:15px 80px}@media only screen and (min-width:1200px)and (max-width:1599px){.axil-header.header-style-2 .axil-mainmenu.axil-sticky{padding:15px}}@media only screen and (max-width:1199px){.axil-header.header-style-2 .axil-mainmenu.axil-sticky{padding:15px}}@media only screen and (max-width:575px){.axil-header.header-style-2 .axil-mainmenu.axil-sticky{padding:15px 0}}.axil-header.header-style-2 .axil-mainmenu .mainmenu{justify-content:center}.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo{display:none}.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo{display:block}.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap{background-color:var(--color-light)}@media only screen and (max-width:1299px){.axil-header.header-style-4 .header-main-nav{margin:0 15px}}@media only screen and (max-width:991px){.axil-header.header-style-4 .header-main-nav{margin:0}.axil-header.header-style-4 .mainmenu-nav{background-color:var(--color-dark)}}.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu{background-color:var(--color-dark)}.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a{color:var(--color-light)}.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active,.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover{color:var(--color-primary)}.axil-header.header-style-4 .mobile-nav-header{border-color:var(--color-gray-4)}.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode{display:none}.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode{display:block}.axil-header.header-style-4 .mobile-nav-header .mobile-menu-close{background-color:var(--color-white);color:var(--color-black);border:none}.axil-header.header-style-4 .axil-mainmenu.axil-sticky{background-color:var(--color-dark)}@media only screen and (max-width:1199px){.axil-header.header-style-4 .mainmenu li{margin:0 10px}}@media only screen and (max-width:991px){.axil-header.header-style-4 .mainmenu li{border-color:var(--color-gray-4)}}.axil-header.header-style-4 .mainmenu li a{color:var(--color-light)}.axil-header.header-style-4 .mainmenu li a:before{background-color:var(--color-white)}.axil-header.header-style-4 .mainmenu li a:after{color:var(--color-gray-4)}.axil-header.header-style-4 .header-action .header-btn .axil-btn{display:block}.axil-mainmenu{padding:50px 0;transition:var(--transition)}@media only screen and (min-width:1200px)and (max-width:1599px){.axil-mainmenu{padding:35px 0}}@media only screen and (max-width:1199px){.axil-mainmenu{padding:30px 0}}.axil-mainmenu.axil-sticky{position:fixed;top:0;right:0;left:0;z-index:5;background-color:var(--color-white);box-shadow:0 2px 10px 0 rgba(0,0,0,.1);padding:15px 0;animation:headerSlideDown .8s ease forwards}.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap{background-color:var(--color-body)}.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span{background-color:var(--color-white)}.axil-mainmenu.axil-sticky .header-action .social-icon-list li a{color:var(--color-dark)}.axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover{color:var(--color-primary)}.mainmenu{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;list-style:none;padding:0;margin:0}.mainmenu>li{margin:0 24px}@media only screen and (max-width:1199px){.mainmenu>li{margin:0 11px}}.mainmenu>li>a{color:var(--color-body);font-weight:500;font-size:var(--font-body-2);font-family:var(--font-primary);line-height:60px;height:60px;display:block;position:relative;transition:var(--transition)}.mainmenu>li>a:before{content:"";height:2px;width:0;background-color:var(--color-primary);position:absolute;bottom:12px;left:0;opacity:0;transition:.5s}.mainmenu>li>a:hover{color:var(--color-primary)}.mainmenu>li>a:hover:before{opacity:1;width:100%}.mainmenu>li>a.active{color:var(--color-primary)}.mainmenu>li>a.active:before{width:100%;opacity:1}.mainmenu>.menu-item-has-children{position:relative}.mainmenu>.menu-item-has-children>a{position:relative;box-shadow:none}.mainmenu>.menu-item-has-children>a svg{margin-left:2px;font-size:14px}.mainmenu>.menu-item-has-children .axil-submenu{position:absolute;top:100%;left:20px;background:#fff;z-index:-1;opacity:0;visibility:hidden;min-width:250px;padding:15px 10px;border-radius:4px;transition:var(--transition);list-style:none;margin:0;box-shadow:0 13px 48px 0 rgba(0,0,0,.15)}.mainmenu>.menu-item-has-children .axil-submenu li{margin:0;transition:var(--transition);opacity:0;transform:translateX(20px)}.mainmenu>.menu-item-has-children .axil-submenu li a{position:relative;font-size:14px;text-transform:capitalize;color:var(--color-body);font-weight:500;padding:7px 15px;border-radius:4px;display:block;transition:var(--transition)}.mainmenu>.menu-item-has-children .axil-submenu li a:after{content:"";height:1px;width:0;background-color:var(--color-primary);position:absolute;top:50%;left:0;transform:translateY(-50%);transition:var(--transition)}.mainmenu>.menu-item-has-children .axil-submenu li a:hover{color:var(--color-primary)}.mainmenu>.menu-item-has-children .axil-submenu li a:hover:after{width:100%}.mainmenu>.menu-item-has-children .axil-submenu li a.active{color:var(--color-primary)}.mainmenu>.menu-item-has-children .axil-submenu li a.active:after{width:100%}.mainmenu>.menu-item-has-children:hover .axil-submenu{opacity:1;visibility:visible;z-index:9;left:0}.mainmenu>.menu-item-has-children:hover .axil-submenu li{opacity:1;transform:translateX(0)}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(1n){transition-delay:.1s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(2n){transition-delay:.2s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(3n){transition-delay:.3s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(4n){transition-delay:.4s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(5n){transition-delay:.5s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(6n){transition-delay:.6s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(7n){transition-delay:.7s}.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(10n),.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(11n),.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(12n),.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(8n),.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(9n){transition-delay:.8s}.header-action>ul{display:flex;align-items:center;flex-wrap:wrap}.header-action>ul>li{margin-right:30px}.header-action>ul>li:last-child{margin-right:0}.header-action .sidemenu-btn{margin-right:100px}.header-action .sidemenu-btn .btn-wrap{height:60px;width:60px;background-color:var(--color-light);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:var(--transition)}@media only screen and (max-width:991px){.header-action .sidemenu-btn .btn-wrap{height:50px;width:50px}}.header-action .sidemenu-btn .btn-wrap span{height:2px;width:20px;background-color:var(--color-dark);margin-bottom:4px;border-radius:10px;transition:var(--transition)}.header-action .sidemenu-btn .btn-wrap span:last-child{margin-bottom:0;width:10px;margin-right:-10px}.header-action .sidemenu-btn .btn-wrap:focus{box-shadow:none}.header-action .sidemenu-btn .btn-wrap:hover span:last-child{width:20px;margin-right:0}.header-action .sidemenu-btn .btn-wrap:hover span:first-child{width:10px;margin-right:-10px}.header-action .sidemenu-btn .btn-wrap.btn-dark{background-color:var(--color-body)}.header-action .sidemenu-btn .btn-wrap.btn-dark span{background-color:var(--color-white)}@media only screen and (max-width:575px){.header-action .header-social-link{display:none}}.header-action .social-icon-list{display:flex;align-items:center;flex-wrap:wrap;margin:-15px}.header-action .social-icon-list li{margin:15px}.header-action .social-icon-list li a{font-size:20px;color:var(--color-body)}@media only screen and (max-width:991px){.header-action .social-icon-list li a{color:var(--color-dark)}}.header-action .social-icon-list li a:hover{color:var(--color-primary)}.header-action .header-btn{margin-right:0}@media only screen and (max-width:1399px){.header-action .header-btn .axil-btn{padding:15px 40px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-action .header-btn .axil-btn{padding:15px 25px}}@media only screen and (max-width:991px){.header-action .header-btn{margin-right:30px}}@media only screen and (max-width:575px){.header-action .header-btn{display:none}}@media only screen and (min-width:992px){.header-action .mobile-menu-btn{display:none}}.header-action .mobile-menu-btn .btn-wrap{height:50px;width:50px}.header-offcanvasmenu{width:60vw;min-width:300px;background-color:var(--color-white);transition:all .8s cubic-bezier(.77,.2,.05,1)}@media only screen and (max-width:1199px){.header-offcanvasmenu{width:70vw}}.header-offcanvasmenu .offcanvas-header{padding:50px 100px}@media only screen and (min-width:1200px)and (max-width:1599px){.header-offcanvasmenu .offcanvas-header{padding:50px}}@media only screen and (max-width:1199px){.header-offcanvasmenu .offcanvas-header{padding:50px}}@media only screen and (max-width:767px){.header-offcanvasmenu .offcanvas-header{padding:30px 30px 0}}.header-offcanvasmenu .offcanvas-header .btn-close{margin:0;font-size:22px;transition:var(--transition)}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-header .btn-close{font-size:14px}}.header-offcanvasmenu .offcanvas-header .btn-close:hover{color:var(--color-primary);opacity:1}.header-offcanvasmenu .offcanvas-header .btn-close:focus{border:none;box-shadow:none}.header-offcanvasmenu .offcanvas-body{padding:50px 100px}@media only screen and (min-width:1200px)and (max-width:1599px){.header-offcanvasmenu .offcanvas-body{padding:50px}}@media only screen and (max-width:1199px){.header-offcanvasmenu .offcanvas-body{padding:50px}}@media only screen and (max-width:767px){.header-offcanvasmenu .offcanvas-body{padding:30px}}.header-offcanvasmenu .offcanvas-body .side-nav-search-form{position:relative;margin-bottom:70px}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-body .side-nav-search-form{margin-bottom:40px}}.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field{font-size:40px;height:auto;border:none;border-bottom:2px solid var(--color-gray-3);border-radius:0;padding:5px 0}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field{font-size:20px}}.header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field:focus{box-shadow:none}.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:transparent;border:none;padding:0}.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i{font-weight:400;font-size:24px;color:var(--color-gray-4);transition:var(--transition)}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i{font-size:18px}}.header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn:hover i{color:var(--color-primary)}.header-offcanvasmenu .offcanvas-body .main-navigation{margin:-45px 0 -30px}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-body .main-navigation{margin-bottom:40px}}@media only screen and (max-width:767px){.header-offcanvasmenu .offcanvas-body .main-navigation{margin:-20px 0 40px}}.header-offcanvasmenu .offcanvas-body .main-navigation li{margin:30px 0}@media only screen and (max-width:767px){.header-offcanvasmenu .offcanvas-body .main-navigation li{margin:20px 0}}.header-offcanvasmenu .offcanvas-body .main-navigation li a{color:var(--color-dark);font-size:36px;font-weight:500}@media only screen and (max-width:1199px){.header-offcanvasmenu .offcanvas-body .main-navigation li a{font-size:24px}}@media only screen and (max-width:767px){.header-offcanvasmenu .offcanvas-body .main-navigation li a{font-size:20px}}.header-offcanvasmenu .offcanvas-body .main-navigation li a.active,.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover{color:var(--color-primary)}.header-offcanvasmenu .offcanvas-body .contact-inner .title{font-size:18px;line-height:1;color:var(--color-dark);font-weight:500;display:block;margin-bottom:15px}@media only screen and (max-width:1199px){.header-offcanvasmenu .offcanvas-body .contact-inner .title{font-size:16px}}.header-offcanvasmenu .offcanvas-body .contact-inner .address{margin-bottom:40px}@media only screen and (max-width:991px){.header-offcanvasmenu .offcanvas-body .contact-inner .address{margin-bottom:25px}}.header-offcanvasmenu .offcanvas-body .contact-inner .address a{color:var(--color-body);display:block;margin-bottom:10px}.header-offcanvasmenu .offcanvas-body .contact-inner .address a i{margin-right:20px}.header-offcanvasmenu .offcanvas-body .contact-inner .address a svg{margin-right:15px}.header-offcanvasmenu .offcanvas-body .contact-inner .address p{margin-bottom:0}.header-offcanvasmenu .offcanvas-body .contact-inner .social-share{display:flex;align-items:center;flex-wrap:wrap;margin:-15px -6px}.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li{margin:15px 6px}.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a{color:var(--color-white);font-size:16px;width:50px;height:50px;line-height:50px;display:block;border-radius:100%;background-color:var(--color-primary);text-align:center}.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover{background-color:var(--color-dark)}.mobilemenu-popup{position:fixed;left:-300px;z-index:10;transition:all .8s cubic-bezier(.77,.2,.05,1)}.mobilemenu-popup,.mobilemenu-popup:after{width:100%;height:100%;top:0;visibility:hidden;opacity:0}.mobilemenu-popup:after{content:"";background-color:rgba(0,0,0,.5);position:absolute;left:300px;bottom:0;z-index:-1;transition:var(--transition)}.mobilemenu-popup .mobilemenu-inner{width:300px;background-color:var(--color-white);padding:0 10px 50px;overflow-y:auto;height:100%}.mobilemenu-popup .mainmenu-nav{display:block}.mobilemenu-popup .mobilemenu-header{display:flex;align-items:center;justify-content:space-between;margin:0 10px;padding:20px 0;border-bottom:1px solid var(--color-fog)}@media only screen and (min-width:992px){.mobilemenu-popup .mobilemenu-header{display:none}}.mobilemenu-popup .mobilemenu-header .mobile-nav-logo{width:150px;line-height:1}.mobilemenu-popup .mobilemenu-header .mobile-nav-logo .dark-mode{display:none}.mobilemenu-popup .mobilemenu-header .mobile-menu-close{background-color:transparent;height:30px;width:30px;border:2px solid var(--color-gray-4);border-radius:10px;color:var(--color-dark);font-size:14px;transition:var(--transition);line-height:1;margin:0;padding:0}.mobilemenu-popup .mobilemenu-header .mobile-menu-close:hover{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.mobilemenu-popup .axil-mainmenu.axil-sticky{animation:none}.mobilemenu-popup .mainmenu-nav .mainmenu{display:block;height:100%;overflow:auto}.mobilemenu-popup .mainmenu-nav .mainmenu>li{border-bottom:1px solid var(--color-fog)}.mobilemenu-popup .mainmenu-nav .mainmenu>li>a{height:50px;line-height:50px;display:flex;align-items:center;justify-content:space-between}.mobilemenu-popup .mainmenu-nav .mainmenu>li>a:before{display:none}.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu{display:none;position:static;visibility:visible;opacity:1;min-width:100%;box-shadow:none;padding:0 0 10px;transition:initial}.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li{opacity:1;transform:translateX(0)}.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a{padding:7px 10px}.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:after{display:none}.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu.active,.mobilemenu-popup .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .axil-submenu{display:block}.mobilemenu-popup .mobilemenu-body{padding:0}.mobilemenu-popup.show{left:0}.mobilemenu-popup.show,.mobilemenu-popup.show:after{visibility:visible;opacity:1}@media only screen and (max-width:991px){.mainmenu-nav{display:none}}@keyframes headerSlideDown{0%{margin-top:-20px;opacity:0}30%{margin-top:-10px;opacity:0}to{margin-top:0;opacity:1}}.header-mobile .logo .light-version-logo{display:block}.header-mobile .logo .dark-version-logo{display:none}@media only screen and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.footer{padding-left:50px;padding-right:50px}}.footer .contact .light-version-logo{display:block}.footer .contact .dark-version-logo{display:none}@media only screen and (max-width:991px){.footer .contact img{width:150px}}.footer .contact .logo-text{width:70%}@media only screen and (max-width:479px){.footer .contact .logo-text{width:100%}}@media only screen and (max-width:767px){.footer{width:100%}}@media only screen and (max-width:479px){.foot-text{padding:0 var(--chakra-space-10)}}.active-dark-mode{color-scheme:dark;color:var(--dark-body-text);--dark-main-body:#212121;--dark-bg-color:var(--color-dark);--dark-body-text:#d3d3d4;--dark-title-light:#d3d3d4;--dark-solid-btn:var(--color-ghost);--dark-border-gray:var(--color-body)}.active-dark-mode .advantage,.active-dark-mode .header-mobile,.active-dark-mode .scan-introduction,.active-dark-mode .system-introduction{background-color:var(--color-dark)!important;background-image:none!important;transition:var(--transition)}.active-dark-mode .advantage .logo .light-version-logo,.active-dark-mode .header-mobile .logo .light-version-logo,.active-dark-mode .scan-introduction .logo .light-version-logo,.active-dark-mode .system-introduction .logo .light-version-logo{display:none}.active-dark-mode .advantage .logo .dark-version-logo,.active-dark-mode .header-mobile .logo .dark-version-logo,.active-dark-mode .scan-introduction .logo .dark-version-logo,.active-dark-mode .system-introduction .logo .dark-version-logo{display:block}.active-dark-mode .advantage .button,.active-dark-mode .header-mobile .button,.active-dark-mode .scan-introduction .button,.active-dark-mode .system-introduction .button{background-color:var(--color-body)!important}.active-dark-mode .advantage .menu-list,.active-dark-mode .header-mobile .menu-list,.active-dark-mode .scan-introduction .menu-list,.active-dark-mode .system-introduction .menu-list{background-color:#27272e!important;color:var(--dark-body-text)}.active-dark-mode .advantage .services-grid{background-color:#3a3b3c!important}.active-dark-mode .advantage .services-grid a{transition:none}.active-dark-mode .footer .contact .light-version-logo{display:none}.active-dark-mode .footer .contact .dark-version-logo{display:block}.active-dark-mode body,.active-dark-mode p{color:var(--dark-body-text)}.active-dark-mode h1,.active-dark-mode h2,.active-dark-mode h3,.active-dark-mode h4,.active-dark-mode h5,.active-dark-mode h6{color:var(--dark-title-light)}.active-dark-mode .form-group label,.active-dark-mode ol li,.active-dark-mode ul li{color:var(--dark-body-text)}.active-dark-mode .form-control,.active-dark-mode input{color:var(--dark-body-text);border-color:var(--dark-border-gray)}.active-dark-mode .form-control:focus,.active-dark-mode input:focus{box-shadow:none;border-color:transparent;background-color:#171717}.active-dark-mode .form-control::-moz-placeholder,.active-dark-mode input::-moz-placeholder{color:var(--dark-body-text);opacity:1}.active-dark-mode .form-control::placeholder,.active-dark-mode input::placeholder{color:var(--dark-body-text);opacity:1}.active-dark-mode .form-control:-ms-input-placeholder,.active-dark-mode input:-ms-input-placeholder{color:var(--dark-body-text)}.active-dark-mode .form-control::-ms-input-placeholder,.active-dark-mode input::-ms-input-placeholder{color:var(--dark-body-text)}.active-dark-mode .input-group{background-color:#171717;box-shadow:none}.active-dark-mode .input-group .mail-icon svg{fill:var(--color-white)}@media only screen and (max-width:479px){.active-dark-mode .input-group{background-color:transparent}.active-dark-mode .input-group .form-control:focus{background-color:transparent;border-color:var(--dark-border-gray)}}.active-dark-mode .error-msg,.active-dark-mode .success-msg{margin-top:25px}.active-dark-mode .error-msg p,.active-dark-mode .success-msg p{margin-bottom:0;font-size:14px}.active-dark-mode .error-msg p{color:red}.active-dark-mode .success-msg p{color:#15c54b}.active-dark-mode .bg-color-light{background-color:var(--color-text-dark)}.active-dark-mode .bg-color-mercury{background-color:var(--dark-bg-color)}.active-dark-mode .main-wrapper{background-color:var(--dark-main-body)}.active-dark-mode .axil-btn.btn-borderd{background-color:var(--color-basic);border-color:var(--color-basic);color:var(--color-white);overflow:hidden}.active-dark-mode .axil-btn.btn-borderd:after{content:"";height:350px;width:350px;background-color:#00008b;border-radius:50%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) scale(0);transition:.5s cubic-bezier(.25,.46,.45,.94);z-index:-1}.active-dark-mode .axil-btn.btn-borderd:hover{border-color:var(--color-link)}.active-dark-mode .axil-btn.btn-borderd:hover:after{transform:translateY(-50%) translateX(-50%) scale(1)}.active-dark-mode .axil-btn.btn-fill-white{background-color:var(--color-primary);color:var(--color-white);overflow:hidden}.active-dark-mode .axil-btn.btn-fill-white:after{content:"";height:350px;width:350px;background-color:var(--color-link);border-radius:50%;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%) scale(0);transition:.5s cubic-bezier(.25,.46,.45,.94);z-index:-1}.active-dark-mode .axil-btn.btn-fill-white:hover:after{transform:translateY(-50%) translateX(-50%) scale(1)}.active-dark-mode .shape-group-1 .shape img{filter:brightness(.2)}.active-dark-mode .shape-group-3 .shape:not(.shape-3) img{filter:brightness(.3)}.active-dark-mode .shape-group-4 .shape-1 img{filter:brightness(.2)}.active-dark-mode .shape-group-6 .shape img{filter:brightness(.3)}.active-dark-mode .shape-group-7 .shape img{filter:brightness(.2)}.active-dark-mode .shape-group-8 .shape-1 img,.active-dark-mode .shape-group-8 .shape-2 img,.active-dark-mode .shape-group-8 .shape-3 img{filter:brightness(.3)}.active-dark-mode .shape-group-9 .shape img{filter:brightness(.5)}.active-dark-mode .shape-group-10 .shape-3{list-style:none}.active-dark-mode .shape-group-11 .shape img{filter:brightness(.5)}.active-dark-mode .shape-group-12 .shape-3 img{opacity:.3}.active-dark-mode .shape-group-13 .shape-1 img{filter:brightness(.1)}.active-dark-mode .shape-group-13 .shape-2 img,.active-dark-mode .shape-group-17 .shape img{filter:brightness(.3)}.active-dark-mode .shape-group-19 .shape,.active-dark-mode .shape-group-20 .shape-1,.active-dark-mode .shape-group-20 .shape-2{opacity:.2}.active-dark-mode .shape-group-21 .shape-1 img{filter:brightness(.1)}.active-dark-mode .shape-group-21 .shape-2 img{filter:brightness(.3)}.active-dark-mode .slick-dot-nav .slick-dots li button{background-color:var(--dark-body-text)}.active-dark-mode .slick-dot-nav .slick-dots li.slick-active button{background-color:var(--color-primary)}.active-dark-mode .mainmenu li a{color:var(--dark-body-text)}.active-dark-mode .mainmenu li a:before{background-color:var(--dark-body-text)}.active-dark-mode .mainmenu li a:hover{color:var(--dark-title-light)}.active-dark-mode .mainmenu .menu-item-has-children a:after{color:var(--dark-body-text)}.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu{background-color:var(--dark-bg-color)}.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a{color:var(--dark-body-text)}.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:after{background-color:var(--dark-title-light)}.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:hover{color:var(--dark-title-light)}.active-dark-mode .axil-mainmenu.axil-sticky{background-color:var(--dark-bg-color)}.active-dark-mode .axil-mainmenu.axil-sticky .header-action .social-icon-list li a{color:var(--color-white)}.active-dark-mode .axil-header .header-navbar .header-logo .light-version-logo{display:none}.active-dark-mode .axil-header .header-navbar .header-logo .dark-version-logo{display:block}.active-dark-mode .axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo,.active-dark-mode .axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo{display:none}.active-dark-mode .axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap{background-color:#464646}.active-dark-mode .axil-header.header-style-3 .header-action .social-icon-list li a,.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a,.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a,.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a:after{color:var(--dark-body-text)}.active-dark-mode .header-offcanvasmenu{background-color:var(--dark-bg-color)}.active-dark-mode .header-offcanvasmenu .offcanvas-header .btn-close{background-color:var(--dark-body-text);border-radius:50%;height:20px;width:20px;line-height:20px;font-size:14px}.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a{color:var(--dark-title-light)}.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover{color:var(--color-white)}.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .title{color:var(--dark-title-light)}.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a{color:var(--dark-body-text)}.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a:hover{color:var(--color-white)}.active-dark-mode .header-action .sidemenu-btn .btn-wrap{background-color:var(--color-body)}.active-dark-mode .header-action .sidemenu-btn .btn-wrap span{background-color:var(--dark-title-light)}.active-dark-mode .mobile-nav-header{border-bottom-color:var(--dark-border-gray)}.active-dark-mode .mobile-nav-header .mobile-menu-close{background-color:var(--color-white);color:var(--dark-bg-color);border:none}.active-dark-mode .mobile-nav-header .mobile-nav-logo .light-mode{display:none}.active-dark-mode .mobile-nav-header .mobile-nav-logo .dark-mode{display:block}@media only screen and (max-width:991px){.active-dark-mode .mainmenu-nav{background-color:var(--dark-bg-color)}.active-dark-mode .mainmenu-nav .mainmenu>li{border-bottom-color:var(--dark-border-gray)}.active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu{background-color:transparent}.active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a{color:var(--dark-body-text)}.active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover{color:var(--color-primary)}}.active-dark-mode .banner .banner-content .halftitle,.active-dark-mode .banner .banner-content .title{color:var(--dark-title-light)}.active-dark-mode .banner .banner-content .subtitle{color:var(--dark-body-text)}.active-dark-mode .banner .banner-content .axil-btn{box-shadow:none}.active-dark-mode .banner .banner-social .social-icon li a,.active-dark-mode .banner .banner-social .social-icon li a i{color:var(--dark-body-text)}.active-dark-mode .banner.banner-style-2{background-color:var(--dark-bg-color)}.active-dark-mode .banner.banner-style-4{background:var(--dark-main-body)}.active-dark-mode .banner.banner-style-5 .banner-content .axil-btn{color:var(--dark-solid-btn)}.active-dark-mode .section-heading .title{color:var(--dark-title-light)}.active-dark-mode .section-heading p{color:var(--dark-body-text)}.active-dark-mode .heading-light-left p{opacity:1!important}.active-dark-mode .breadcrum-area{background:var(--dark-bg-color)}.active-dark-mode .case-study-counterup .single-counterup{border-right-color:var(--dark-border-gray)}.active-dark-mode .case-study-counterup .counter-title,.active-dark-mode .isotope-project-btn button{color:var(--dark-body-text)}.active-dark-mode .isotope-project-btn button:after{background-color:var(--dark-body-text)}.active-dark-mode .project-add-banner .content .title{color:var(--color-dark)}.active-dark-mode .project-grid{box-shadow:none}.active-dark-mode .project-grid .content{background-color:var(--dark-bg-color)}.active-dark-mode .project-grid .content .subtitle{color:var(--dark-body-text)}.active-dark-mode .project-grid.project-style-2 .content{background-color:transparent}.active-dark-mode .project-grid.project-style-2 .content .subtitle{color:var(--color-body)}.active-dark-mode .project-grid.project-style-2 .content .title{color:var(--color-text-dark)}.active-dark-mode .process-work .content p,.active-dark-mode .table-header .table-content{color:var(--dark-body-text)}.active-dark-mode .services-grid .content .title a{color:inherit}.active-dark-mode .services-grid .content .title a:hover{color:var(--color-primary)}.active-dark-mode .services-grid .content p{color:var(--dark-body-text);opacity:1}.active-dark-mode .services-grid .content .more-btn{color:var(--dark-solid-btn)}.active-dark-mode .services-grid.active .content .more-btn,.active-dark-mode .services-grid:hover .content .more-btn{color:var(--color-accent2)}.active-dark-mode .services-grid.service-style-2{background:var(--dark-bg-color)}.active-dark-mode .services-grid.service-style-2 .content .title a{color:var(--dark-title-light)}.active-dark-mode .services-grid.service-style-2 .content p{color:var(--dark-body-text)}.active-dark-mode .services-grid.service-style-2 .content .more-btn{color:var(--dark-solid-btn)}.active-dark-mode .services-grid.service-style-2.active .content .more-btn,.active-dark-mode .services-grid.service-style-2:hover .content .more-btn{color:var(--color-primary)}.active-dark-mode .service-scroll-nav{background-color:var(--dark-main-body)}.active-dark-mode .service-scroll-nav ul{border-bottom-color:var(--dark-border-gray)}.active-dark-mode .service-scroll-nav ul li a{color:var(--dark-body-text)}.active-dark-mode .service-scroll-nav ul li a:hover{color:var(--color-white)}.active-dark-mode .service-scroll-nav ul li a:after{background-color:var(--color-white)}.active-dark-mode .service-scroll-nav ul li.current a{color:var(--color-white)}.active-dark-mode .contact-form-box{background-color:var(--dark-main-body)}.active-dark-mode .contact-form-box.shadow-box{box-shadow:0 20px 48px 0 rgba(0,0,0,.25)}.active-dark-mode .contact-address .address p,.active-dark-mode .contact-address .address p a{color:var(--dark-body-text)}.active-dark-mode .testimonial-grid .author-info .content .name{color:var(--dark-title-light)}.active-dark-mode .followers-list li a span,.active-dark-mode .testimonial-grid p{color:var(--dark-body-text)}.active-dark-mode .pricing .section-heading{text-align:center}.active-dark-mode .pricing .section-heading .title{color:var(--color-white)}.active-dark-mode .pricing .pricing-billing-duration ul{background-color:var(--dark-main-body);border-color:var(--dark-border-gray)}.active-dark-mode .pricing .pricing-billing-duration ul .nav-link{color:var(--dark-body-text)}.active-dark-mode .pricing .pricing-billing-duration ul .nav-link.active{background-color:var(--color-basic)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table,.active-dark-mode .pricing .row .col-lg-4 .pricing-table:hover{background-color:var(--dark-main-body)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table .pricing-header .title{color:var(--color-light)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table .pricing-header .subtitle{color:var(--dark-body-text)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table .pricing-header .price-wrap{border-color:rgba(227,230,233,.2)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table .pricing-header .price-wrap .amount{color:var(--dark-body-text)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table.active .pricing-header .price-wrap,.active-dark-mode .pricing .row .col-lg-4 .pricing-table:hover .pricing-header .price-wrap{border-color:rgba(227,230,233,.4)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table.active .pricing-header .price-wrap .amount,.active-dark-mode .pricing .row .col-lg-4 .pricing-table:hover .pricing-header .price-wrap .amount{color:var(--color-white)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table.active .pricing-header .axil-btn,.active-dark-mode .pricing .row .col-lg-4 .pricing-table:hover .pricing-header .axil-btn{background-color:var(--color-basic);border-color:var(--color-link);color:var(--color-white)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table.active .pricing-header .axil-btn:after,.active-dark-mode .pricing .row .col-lg-4 .pricing-table:hover .pricing-header .axil-btn:after{background-color:var(--color-basic);transform:translateY(-50%) translateX(-50%) scale(1)}.active-dark-mode .pricing .row .col-lg-4 .pricing-table.pricing-borderd{border-color:var(--dark-border-gray)}.active-dark-mode .why-choose-us .accordion-item{border-bottom-color:var(--dark-border-gray)}.active-dark-mode .why-choose-us .accordion-item .accordion-body,.active-dark-mode .why-choose-us .accordion-item .accordion-button.collapsed{color:var(--dark-body-text)}.active-dark-mode .faq-accordion .accordion-item{background-color:var(--dark-main-body);box-shadow:none}.active-dark-mode .faq-accordion .accordion-button{background-color:transparent}.active-dark-mode .faq-accordion .accordion-body p,.active-dark-mode .faq-accordion .accordion-button.collapsed,.active-dark-mode .faq-accordion .accordion-button.collapsed:after{color:var(--dark-body-text)}.active-dark-mode .counterup-progress .title{color:var(--dark-title-light)}.active-dark-mode .counterup-progress.counterup-style-2{background:var(--dark-bg-color)}.active-dark-mode .counterup-progress.counterup-style-2 .icon .light-icon{display:inline-block}.active-dark-mode .counterup-progress.counterup-style-2 .icon .dark-icon{display:none}.active-dark-mode .counterup-progress.counterup-style-2 .title{color:var(--dark-title-light)}.active-dark-mode .blog-list{border-top-color:var(--dark-border-gray);border-bottom-color:var(--dark-border-gray)}.active-dark-mode .blog-list .post-content p{color:var(--dark-body-text)}.active-dark-mode .blog-list .post-content .more-btn{color:var(--dark-solid-btn)}.active-dark-mode .blog-list.border-start{border-left-color:var(--dark-border-gray)!important}.active-dark-mode .blog-grid .title{color:var(--dark-title-light)}.active-dark-mode .blog-grid.blog-without-thumb{background:var(--dark-bg-color)}.active-dark-mode .blog-author{background-color:var(--dark-bg-color)}.active-dark-mode .blog-author .author .info .title{color:var(--dark-title-light)}.active-dark-mode .blog-author .author .info p,.active-dark-mode .blog-author .author .social-share li a{color:var(--dark-body-text)}.active-dark-mode .blog-author .author .social-share li a:hover{color:var(--color-white)}.active-dark-mode .blog-comment-form{background-color:var(--dark-bg-color);box-shadow:none}.active-dark-mode .blog-comment-form .form-control:focus{background-color:var(--dark-main-body)}.active-dark-mode .single-blog .single-blog-content .wp-block-quote,.active-dark-mode .wp-block-quote{background:var(--dark-bg-color)}.active-dark-mode .call-to-action-area{border:var(--dark-border-gray)}.active-dark-mode .call-to-action-area:before{background-color:var(--dark-bg-color)}.active-dark-mode .call-to-action-area .call-to-action{border-color:var(--dark-border-gray)}.active-dark-mode .footer-social-link ul li a{color:var(--dark-body-text);transition:var(--transition)}.active-dark-mode .footer-social-link ul li a:hover{color:var(--color-primary)}.active-dark-mode .footer-widget.border-end{border-right-color:var(--dark-border-gray)!important}.active-dark-mode .footer-menu-link li a{color:var(--dark-body-text)}.active-dark-mode .footer-menu-link li a:hover{color:var(--color-primary)}.active-dark-mode .footer-bottom{border-top-color:var(--dark-border-gray)}.active-dark-mode .footer-bottom-link ul li a{color:var(--dark-body-text)}.active-dark-mode .footer-bottom-link ul li a:hover{color:var(--color-white)}.active-dark-mode .footer-bottom-link ul li:after{background-color:var(--dark-body-text)}.active-dark-mode .footer-copyright .copyright-text,.active-dark-mode .footer-copyright .copyright-text a{color:var(--dark-body-text)}.active-dark-mode .footer-copyright .copyright-text a:hover{color:var(--color-white)}.active-dark-mode .widget.widget-search .blog-search input::-moz-placeholder{color:var(--dark-body-text);opacity:1}.active-dark-mode .widget.widget-search .blog-search input::placeholder{color:var(--dark-body-text);opacity:1}.active-dark-mode .widget.widget-search .blog-search input:-ms-input-placeholder{color:var(--dark-body-text)}.active-dark-mode .widget.widget-search .blog-search input::-ms-input-placeholder{color:var(--dark-body-text)}.active-dark-mode .widget.widget-search .blog-search .search-button{color:var(--dark-body-text)}.active-dark-mode .widget.widget-categories .category-list a{color:var(--dark-body-text);border-bottom-color:var(--dark-border-gray)}.active-dark-mode .widget.widget-categories .category-list a:after{border-color:transparent transparent transparent var(--dark-body-text)}.active-dark-mode .widget.widge-social-share .blog-share{background-color:var(--dark-bg-color)}.active-dark-mode .widget.widget-recent-post .single-post{border-bottom-color:var(--dark-border-gray)}.active-dark-mode .pagination li a{border-color:var(--dark-border-gray);color:var(--dark-body-text)}.active-dark-mode .pagination li a:hover{background-color:var(--color-primary);border-color:var(--color-primary)}.active-dark-mode .pagination li a.current{border-color:var(--color-primary)}.active-dark-mode .onepage-screen-area{background:transparent}.active-dark-mode .onepage-screen-area .content .countdown .countdown-section:after{background-color:var(--dark-border-gray)}.active-dark-mode .onepage-screen-area .content .countdown .countdown-section .countdown-unit{color:var(--dark-body-text)}.active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-light{display:none}.active-dark-mode .onepage-screen-area.coming-soon-area .site-logo .logo-dark{display:block}.active-dark-mode .splash-main-banner{background-color:var(--color-text-dark)}.active-dark-mode .splash-main-banner:before{background:var(--dark-main-body)}.active-dark-mode .splash-main-banner .site-element-count .count-title{color:var(--dark-body-text)}.active-dark-mode .main-demo-area .single-demo .thumb,.active-dark-mode .splash-main-banner .demo-slider .slick-slide a{box-shadow:none}.active-dark-mode .main-demo-area .shape-group li{opacity:.1}.active-dark-mode .spalsh-why-choose .why-buy-box{background-color:var(--dark-main-body);border-color:var(--dark-main-body)}.active-dark-mode .spalsh-why-choose .why-buy-box.active{background-color:var(--color-primary);border-color:var(--color-primary)}.active-dark-mode .spalsh-why-choose .line-shape{opacity:.1}.active-dark-mode .support-box a{background-color:var(--dark-main-body);border-color:var(--dark-main-body)}.active-dark-mode .support-box.active a,.active-dark-mode .support-box:hover a{box-shadow:0 50px 50px -24px rgba(1,1,1,.3)}.active-dark-mode .splash-call-to-action{background-color:var(--dark-bg-color)}body{font-family:var(--font-secondary);font-size:var(--font-body-2);line-height:var(--line-height-b1);color:var(--color-body);font-weight:400;height:100%;vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}.h1,.h2,.h3,.h4,.h5,.h6,address,blockquote,h1,h2,h3,h4,h5,h6,hr,p,pre,table{margin:0 0 30px}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:500;letter-spacing:-.025em;color:var(--color-text-dark)}.h1,h1{font-size:var(--h1);line-height:1.2}@media only screen and (min-width:1200px)and (max-width:1599px){.h1,h1{font-size:68px}}@media only screen and (max-width:1199px){.h1,h1{font-size:68px}}@media only screen and (max-width:767px){.h1,h1{font-size:48px}}.h2,h2{font-size:var(--h2);line-height:1.2}@media only screen and (min-width:1200px)and (max-width:1599px){.h2,h2{font-size:56px}}@media only screen and (max-width:1199px){.h2,h2{font-size:56px}}@media only screen and (max-width:767px){.h2,h2{font-size:38px}}@media only screen and (max-width:479px){.h2,h2{font-size:34px}}.h3,h3{font-size:var(--h3);line-height:1.2}@media only screen and (min-width:1200px)and (max-width:1599px){.h3,h3{font-size:40px}}@media only screen and (max-width:1199px){.h3,h3{font-size:36px}}@media only screen and (max-width:767px){.h3,h3{font-size:32px}}.h4,h4{font-size:var(--h4);line-height:1.2}@media only screen and (max-width:991px){.h4,h4{font-size:26px}}@media only screen and (max-width:767px){.h4,h4{font-size:20px}}.h5,h5{font-size:var(--h5);line-height:1.4}@media only screen and (max-width:767px){.h5,h5{font-size:20px}}.h6,h6{font-size:var(--h6);line-height:1.2}@media only screen and (max-width:767px){.h6,h6{font-size:18px}}p{font-size:var(--font-body-2);margin:0 0 40px}.body-font1,p{line-height:var(--line-height-b1)}.body-font1{font-size:var(--font-body-1)}.body-font2{font-size:var(--font-body-2);line-height:var(--line-height-b1)}.body-font3{font-size:var(--font-body-3)}.body-font3,.body-font4{line-height:var(--line-height-b3)}.body-font4{font-size:var(--font-body-4)}.section-padding{padding:var(--chakra-space-20) 0}@media only screen and (max-width:1199px){.section-padding{padding:100px 0 70px}}@media only screen and (max-width:991px){.section-padding{padding:80px 0 50px}}@media only screen and (max-width:767px){.section-padding{padding:60px 0 30px}}.section-padding-2{padding:var(--chakra-space-20) 0}@media only screen and (max-width:1199px){.section-padding-2{padding:100px 0 60px}}@media only screen and (max-width:991px){.section-padding-2{padding:80px 0 40px}}@media only screen and (max-width:767px){.section-padding-2{padding:60px 0 20px}}.section-padding-equal{padding:140px 0}@media only screen and (max-width:1199px){.section-padding-equal{padding:100px 0}}@media only screen and (max-width:991px){.section-padding-equal{padding:80px 0}}@media only screen and (max-width:767px){.section-padding-equal{padding:60px 0}}.mt--200{margin-top:200px}.mt--150{margin-top:150px}.mt--100{margin-top:100px}.mt--90{margin-top:90px}.mt--80{margin-top:80px}.mt--20{margin-top:20px!important}.mb--100{margin-bottom:100px}.mb--90{margin-bottom:90px}.mb--80{margin-bottom:80px!important}.mb--50{margin-bottom:50px!important}.mb--40{margin-bottom:40px!important}.mb--30{margin-bottom:30px!important}.mb--20{margin-bottom:20px!important}.ml--20{margin-left:20px!important}.pt--250{padding-top:250px}.pt--200{padding-top:200px}.pt--150{padding-top:150px}.pb--90{padding-bottom:90px}.pb--80{padding-bottom:80px}.pb--70{padding-bottom:70px}.plr--30{padding:0 30px}@media only screen and (max-width:1199px){.pt_lg--200{padding-top:200px}.pt_lg--100{padding-top:100px}.pb_lg--40{padding-bottom:40px}.pb_lg--20{padding-bottom:20px}}@media only screen and (max-width:991px){.mb_md--70{margin-bottom:70px}.mb_md--30{margin-bottom:30px}.pt_md--100{padding-top:100px}.pt_md--80{padding-top:80px}.pb_md--70{padding-bottom:70px}.pb_md--20{padding-bottom:20px}.mt_md--0{margin-top:0}.mb_md--0{margin-bottom:0}.pb_md--0{padding-bottom:0}}@media only screen and (max-width:767px){.pt_sm--80{padding-top:80px}.pt_sm--60{padding-top:60px}.pb_sm--0{padding-bottom:0}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-0{left:0}.left-1\/2{left:50%}.top-0{top:0}.top-32{top:8rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-\[305px\]{margin-left:305px}.-mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-3{margin-top:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.\!contents{display:contents!important}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-40{max-height:10rem}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-\[800px\]{width:800px}.w-full{width:100%}.min-w-\[40px\]{min-width:40px}.min-w-\[50px\]{min-width:50px}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-slideDown{animation:slideDown .3s ease-out}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.scroll-mt-8{scroll-margin-top:2rem}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgba(37,99,235,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-blue-700{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}:root{--color-primary:#6308f7;--color-secondary:#a58b98;--swiper-theme-color:var(--color-primary);--swiper-pagination-color:var(--color-primary);--swiper-navigation-color:var(--color-primary);--swiper-pagination-bullet-width:3rem;--swiper-pagination-bullet-height:0.5rem}body{background-color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}:-moz-selection,::-moz-selection{background-color:#4e4b66;color:#fcfcfc}::selection{background-color:#4e4b66;color:#fcfcfc}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}