@charset "UTF-8";.m-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:268px;min-height:64px;padding:0 5px;border-radius:6px;background:#f8b479;font-weight:700;font-size:16px;color:#1a1a1a;text-transform:capitalize;z-index:1;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.m-button img{margin-left:14px}.m-button:hover{background:#f5f5f5;color:#1a1a1a}.m-button:focus-visible{outline:0}.m-button:disabled{pointer-events:none;opacity:.6}.m-button-default{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:268px;min-height:64px;padding:0 5px;border:1px solid transparent;border-radius:6px;background:0 0;font-weight:700;font-size:16px;color:#f5f5f5;text-transform:capitalize;z-index:1;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.m-button-default img{margin-left:14px}.m-button-default:hover{border-color:#f5f5f5;color:#f5f5f5}.m-button-default:focus-visible{outline:0}.m-button-default:disabled{pointer-events:none;opacity:.6}.suptext{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.2rem;font-weight:500;font-size:16px;text-transform:capitalize;color:rgba(21,21,21,.5)}.suptext.dark{color:rgba(245,245,245,.6)}.maintitle{font-weight:500;font-size:41px;line-height:49px;color:#151515}.maintitle.dark{color:#fff}.maindesc{margin-bottom:40px;font-weight:400;font-size:16px;line-height:26px;color:#231f20}.textbig{font-weight:500;font-size:41px;line-height:49px}.mainotdesc p{margin:0;font-weight:400;font-size:16px;line-height:22px;color:rgba(21,21,21,.5)}.switchaction{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto;background:#f1f1f1;border-radius:70px}.switchaction-two{background:#f1f1f1}.switchaction-more{border-radius:70px}.switchaction_block{display:-webkit-box;display:-ms-flexbox;display:flex}.switchaction_btn{position:relative;padding:22px 28px;background:#f1f1f1;border-radius:70px;font-size:18px;font-weight:500;text-align:center}.switchaction_btn.is-active{background:#ff007a;pointer-events:none;color:#fff;border-radius:70px}.pagepad{padding-left:178px!important}.asideblock_wrap{position:relative}.sidebar{position:absolute;left:-5px;top:0}.sidebar_content{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh;padding:38px 0 43px 0;z-index:10}.sidebar_content .burgbtn_img_path,.sidebar_content .logo_img-path,.sidebar_content .mailsbar_link{-webkit-transition:color .2s linear;transition:color .2s linear}.mailsbar{position:relative}.mailsbar_link{font-weight:500;font-size:1.1rem;color:#f5f5f5;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;-webkit-transform:rotateZ(180deg);-ms-transform:rotate(180deg);transform:rotateZ(180deg)}.mailsbar_link:hover{color:#f5f5f5}.c-topline{position:relative}.c-topline::before{content:'';position:absolute;left:0;top:-11px;width:35px;height:2px;background:#e900c7}.c-linebottom{position:relative}.c-linebottom:hover::before{width:0}.c-linebottom::before{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background-color:#f5f5f5;pointer-events:none;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.breadcrumb{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.breadcrumb_itm{position:relative;margin-right:10px;padding-right:24px;margin-bottom:10px;margin-top:10px}.breadcrumb_itm_text{font-weight:400;font-size:14px;letter-spacing:.05em;color:#231f20}.breadcrumb_itm::after{content:'';position:absolute;right:0;top:50%;background-image:url(../img/icon-arrow-right.svg);-webkit-transform:translateY(-34%);-ms-transform:translateY(-34%);transform:translateY(-34%);width:15px;height:8px}.breadcrumb_itm_link{-webkit-transition:all 250ms linear;transition:all 250ms linear;color:#8e8c8d}.breadcrumb_itm:last-child{font-weight:400;margin-right:0;padding-right:0}.breadcrumb_itm:last-child::after{display:none}.btnanimate{position:relative;overflow:hidden}.btnanimate::after{content:'';margin-left:60px;width:20px;height:300px;background:#fff;-webkit-animation-delay:50ms;animation-delay:50ms;position:absolute;-webkit-filter:blur(20px);filter:blur(20px);left:-40px;top:-150px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:0}.css-animate-rotate{-webkit-animation:rotate 500s linear both infinite;animation:rotate 500s linear both infinite}.sliderarrow-next,.sliderarrow-prev{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:16px;height:16px}.sliderarrow-prev{margin-right:13px}.sliderdots{position:relative;bottom:0!important;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px;width:100%}.sliderdots .swiper-pagination-bullet{width:8px;height:8px;background:rgba(26,26,26,.2);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.sliderdots .swiper-pagination-bullet-active{background:#f8b479}.form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.form_boxline{display:-webkit-box;display:-ms-flexbox;display:flex}.form_boxline .form_fieldlabel:first-child{margin-right:46px}.form_fieldlabel{width:100%;margin-bottom:45px}.form_fieldlabel-file{margin-bottom:37px}.form_fieldlabel:last-child{margin-bottom:0}.form_label{margin-bottom:5px;font-size:16px;text-transform:uppercase;font-weight:700;color:#151515}.form_input{display:block;width:100%;padding:0 20px 8px 0;border-bottom:1px solid rgba(21,21,21,.2);background:0 0;font-size:16px;font-weight:500;color:#151515}.form_input:focus:required:invalid{border-color:#ff002e!important}.form_input:required:valid{border-color:rgba(21,21,21,.2)!important}.form_input::-webkit-input-placeholder{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.form_input::-moz-placeholder{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.form_input:-ms-input-placeholder{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.form_input::-ms-input-placeholder{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.form_input::placeholder{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.form_input:focus{border-color:rgba(21,21,21,.2)!important}.form_message{padding:1px 20px 1px 0;height:33px;resize:none}.form_select{display:block}.form_filecust{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:3px 10px 3px 10px;min-width:224px;min-height:40px;border:1px solid #d6d8da;border-radius:2px;cursor:pointer}.form_filecust input{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.form_filecust_icon{margin-right:9px}.form_filecust_text{font-size:16px;color:#fff}.form_filecust_files{position:absolute;left:0;bottom:-23px;width:100%;font-weight:300;font-size:14px;line-height:20px;color:#c4b8ff}.form_politica{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.form_checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:2px 0 0 3px;cursor:pointer}.form_checkbox_input{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form_checkbox input:checked~.form_checkbox_main .form_checkbox_status{opacity:1}.form_checkbox_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:13px;min-width:18px;height:18px;border:2px solid rgba(21,21,21,.5);border-radius:4px}.form_checkbox_status{width:6px;height:6px;background:#f8b479;border-radius:2px;opacity:0}.form_checkbox_text{margin:0;font-weight:500;font-size:16px;color:#151515}.form_checkbox_text a{position:relative;border-bottom:1px solid rgba(21,21,21,.5);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.form_checkbox_text a span{position:absolute;right:-12px;top:0;color:#151515}.form_checkbox_text a:hover{border-color:transparent}.form_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form_submit{width:480px;margin-right:32px;-webkit-transition:all 250ms ease-in;transition:all 250ms ease-in}.form_reset{position:relative;padding:0;border-bottom:1px solid #151515;font-weight:600;font-size:16px;text-transform:capitalize;color:#151515;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.form_reset:hover{border-color:transparent}.fail,.success{display:none;position:absolute;top:0;left:0;right:0;bottom:0;text-transform:uppercase;font-weight:700;z-index:10}.fail span,.success span{text-align:center;margin:auto;color:#151515;font-size:33px;letter-spacing:.3px}.fail~*,.success~*{-webkit-transition:all .4s ease;transition:all .4s ease}.fail.active~*,.success.active~*{opacity:.2;-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-filter:blur(15px);filter:blur(15px)}.loader{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:12px;z-index:2;-webkit-transition:all .4s ease;transition:all .4s ease;opacity:0;pointer-events:none}.loader.active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.loader~*{-webkit-transition:all .4s ease;transition:all .4s ease}.loader.active~*{opacity:.2;-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-filter:blur(15px);filter:blur(15px)}.loader span{margin:auto;color:#151515;font-size:33px;letter-spacing:.3px}.loader img{display:block}.page-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;overflow:hidden}.main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.container-fullhd{position:relative;max-width:1920px;margin:0 auto}.container{max-width:1225px}.position-absolute{position:absolute}.stop-scroll{overflow:hidden;height:100%}.is-hidden{opacity:0;pointer-events:none}.is-none{display:none;pointer-events:none}.is-disabled{pointer-events:none;opacity:.8}.swiper-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes slideme{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}100%{left:110%;margin-left:80px}}@keyframes slideme{0%{left:-30px;margin-left:0}30%{left:110%;margin-left:80px}100%{left:110%;margin-left:80px}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.header{position:absolute;left:0;right:0;top:0;width:100%;padding:45px 0;background:0 0;z-index:10;-webkit-transition:background .2s linear;transition:background .2s linear;will-change:scroll-position}.header_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.header_logo{display:none;margin-right:25px}.header_logo_icon{width:60px;height:auto}.header_callus{margin-left:auto;padding:0;font-weight:500;font-size:16px;text-transform:capitalize;color:#f5f5f5;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.header_callus:hover{color:#f5f5f5}.header_burgbtn{display:none!important}.nav{position:relative}.nav_menu{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0}.nav_menu_itm{margin-right:31px}.nav_menu_itm:last-child{margin-right:0}.nav_menu_link{position:relative;display:block;font-weight:500;font-size:14px;color:#fff;-webkit-transition:all 250ms ease;transition:all 250ms ease}.nav_menu_link.is-active{font-weight:700}.nav_menu_link.is-active::after{content:'';position:absolute;left:50%;bottom:-7px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background-color:#f8b479}.nav_menu_link.is-active::before{display:none}.nav_menu_link::before{content:'';position:absolute;left:50%;bottom:-7px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:1px;height:2px;background-color:#f8b479;opacity:0;-webkit-transition:all 250ms linear;transition:all 250ms linear}.nav_menu_link:hover{color:#fff}.nav_menu_link:hover::before{opacity:1;width:100%}.menumob{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100vh;overflow:auto;opacity:0;pointer-events:none;z-index:11;-webkit-transition:all 250ms linear;transition:all 250ms linear}.menumob_overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;will-change:transform;z-index:-1}.menumob.is-active{opacity:1;pointer-events:initial}.menumob_content{position:absolute;overflow:auto;overflow-x:auto;left:0;top:0;width:100%;min-height:100%;padding:0;background:#1a1a1a;background-repeat:no-repeat;background-size:cover;background-position:50%,50%}.menumob_container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1195px;height:100%}.menumob_sidebar .mailsbar_link{color:#f5f5f5!important}.menumob_wrap{position:relative;padding-left:164px;padding-top:75px;min-height:100vh}.menumob_callus{position:absolute;right:-15px;top:45px;padding:0;text-transform:capitalize;font-weight:500;color:#f5f5f5}.menumob_callus:hover{color:#f5f5f5}.menumob_nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}.menumob_navlink{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-weight:500;font-size:65px;text-transform:capitalize;color:rgba(245,245,245,.6);-webkit-transition:color 250ms ease-in-out;transition:color 250ms ease-in-out}.menumob_navlink::before{content:'';position:absolute;left:0;bottom:11px;height:4px;background-color:#f5f5f5;width:0}.menumob_navlink.is-active{color:#f5f5f5}.menumob_navlink.is-active::before{width:100%}.menumob_navlink.is-active:hover{color:#f5f5f5}.menumob_navlink:hover{color:rgba(245,245,245,.829)}.menumob_startproj{position:absolute;right:1px;bottom:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:right}.menumob_startproj_title{margin-bottom:16px;font-weight:700;font-size:16px;text-transform:uppercase;color:#f5f5f5}.menumob_startproj_link{font-weight:500;font-size:16px;color:rgba(245,245,245,.6);-webkit-transition:color 250ms ease-in-out;transition:color 250ms ease-in-out}.menumob_startproj_link-mail{margin-bottom:10px}.menumob_startproj_link:hover{color:rgba(245,245,245,.829)}.burgbtn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;width:32px;height:32px;background:0 0;border:none;border-radius:0;outline:0;z-index:101}.burgbtn:hover{cursor:pointer}.burgbtn:focus{outline:0}.burgbtn_img{width:100%;height:100%}.burgbtn_icon{display:block;margin:0 auto;width:100%;height:2px;background-color:#fff;-webkit-transition:.2s ease;transition:.2s ease}.burgbtn_icon_top{position:absolute;left:0;top:0}.burgbtn_icon_bot{position:absolute;left:0;bottom:0}.burgbtn.btn-active .burgbtn_icon_top{opacity:0}.burgbtn.btn-active .burgbtn_icon_bot{-webkit-transform:translateY(-9px) rotate(-45deg);-ms-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}.burgbtn.btn-active .burgbtn_icon_mid{-webkit-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}.tblocklist{padding:100px 0 100px}.tblocklist_subtitle{margin-bottom:30px}.tblocklist_title{margin-bottom:65px}.tblocklist_row{max-width:700px}.tblocklist_col{margin-bottom:30px}.tblocklistitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.tblocklistitm-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tblocklistitm-col .tblocklistitm_iconwrap{top:0;margin-bottom:10px}.tblocklistitm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.tblocklistitm_iconwrap{position:relative;top:-7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:14px;width:48px;min-width:48px;height:48px;border-radius:50%;background:rgba(248,180,121,.2)}.tblocklistitm_iconwrap::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:rgba(248,180,121,.5)}.tblocklistitm_title{position:relative;margin-bottom:5px;font-weight:600;font-size:26px;letter-spacing:.01em;text-transform:capitalize;color:#151515}.tblocklistitm_desc{margin:0;font-weight:400;font-size:16px;line-height:22px;letter-spacing:.01em;text-transform:capitalize;color:rgba(21,21,21,.5)}.tblocklistitm_list{margin:0;padding:0;list-style:none}.tblocklistitm_list_itm{margin-bottom:6px;font-weight:500;font-size:16px;text-transform:capitalize;color:rgba(21,21,21,.5)}.tblocklistitm_list_itm:last-child{margin-bottom:0}.termrowlist{padding:60px 0 60px}.termrowlist_title{margin-bottom:48px;color:#fff}.termrowlist_col{margin-bottom:30px}.termrowlistitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.termrowlistitm-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.termrowlistitm-col .termrowlistitm_iconwrap{top:0;margin-bottom:12px}.termrowlistitm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.termrowlistitm_iconwrap{position:relative;top:-7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:14px;width:48px;min-width:48px;height:48px;border-radius:50%;background:rgba(248,180,121,.2)}.termrowlistitm_iconwrap::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:rgba(248,180,121,.5)}.termrowlistitm_title{position:relative;margin:0 0 9px 0;font-weight:500;font-size:26px;text-transform:capitalize;color:#fff}.termrowlistitm_desc{margin:0;font-weight:400;font-size:16px;text-transform:capitalize;color:rgba(255,255,255,.5)}.termrowlistitm_list{margin:0;padding:0;list-style:none}.termrowlistitm_list_itm{margin-bottom:6px;font-weight:500;font-size:16px;text-transform:capitalize;color:#fff}.termrowlistitm_list_itm:last-child{margin-bottom:0}.termrowlistitm_link{padding:0;color:rgba(255,255,255,.5);cursor:pointer}.termrowlistitm_link::before{background:rgba(255,255,255,.5)}.termrowlistitm_link:hover{color:rgba(255,255,255,.5)}.homewelcom{position:relative;width:100%;min-height:100vh;background-repeat:no-repeat;background-size:cover;background-position:50%,50%;z-index:1;overflow:hidden}.homewelcom_backpic{background-repeat:no-repeat;background-size:cover;background-position:50%,50%}.homewelcom_lineanimate{position:absolute;right:-4px;top:-90px;pointer-events:none}.homewelcom_wrap{position:relative;padding:190px 0 109px 0}.homewelcom_title{margin-bottom:32px;font-size:105px;line-height:105px;font-weight:600;text-transform:capitalize;color:#f5f5f5}.homewelcom_desc{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:33px}.homewelcom_desc p{margin-bottom:15px;max-width:280px;font-size:16px;line-height:22px;color:rgba(245,245,245,.7)}.homewelcom_desc p:nth-child(odd){margin-right:70px}.homewelcom_kiosk .homewelcom_desc .extra{max-width:580px;font-size:20px}.homewelcom_product .homewelcom_textbig{max-width:630px;font-weight:500;font-size:41px;line-height:49px}.homewelcom_finscan .homewelcom_textbig,.homewelcom_kycmt .homewelcom_textbig{max-width:990px;font-weight:500;font-size:41px;line-height:49px}.homewelcom_finscan .homewelcom_textbig:nth-child(odd),.homewelcom_kycmt .homewelcom_textbig:nth-child(odd){margin-right:0}.homewelcom_finscan .homewelcom_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:110px 0 110px 0;min-height:100vh}.homewelcom_amlkyc .homewelcom_title span{color:#f8b479}.homewelcom_amlkyc .homewelcom_desc p{max-width:320px}.homewelcom_amlkyc .homewelcom_desc p:nth-child(odd){margin-right:28px}.provis:first-of-type{padding-top:120px}.provis_antifraud .provisitm,.provis_puretrack .provisitm{background-color:#1b1b1b;padding:127px 50px 128px 50px}.provis_antifraud .provisitm_cont,.provis_puretrack .provisitm_cont{max-width:428px;margin-left:auto}.provis_antifraud .provisitm_title,.provis_puretrack .provisitm_title{margin:0 0 23px 0}.provis_antifraud .provisitm_desc,.provis_puretrack .provisitm_desc{max-width:420px}.provis_antifraud .provisitm_pic,.provis_puretrack .provisitm_pic{right:auto;left:0;bottom:0}.provis_online .provisitm_cont{max-width:500px}.provis_online .provisitm_desc{max-width:382px}.provisitm{position:relative;overflow:hidden;padding:92px 50px 92px 50px;border-radius:12px;background-color:#000;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}.provisitm_cont{position:relative}.provisitm_title{margin:0 0 16px 0;color:#fff}.provisitm_subtitle{margin:0 0 24px 0;color:#fff;font-size:26px;font-weight:400;line-height:32px}.provisitm_desc{margin:0 0 30px 0;font-weight:400;font-size:16px;line-height:22px;color:rgba(255,255,255,.8)}.provisitm_link{color:#fff;text-transform:capitalize}.provisitm_link:hover{color:#fff}.provisitm_pic{position:absolute;right:0;bottom:0}.provisitm_mainimg{display:block;width:534px;height:auto}.secgroup{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%,50%}.secgroup-white{overflow:hidden}.secgroup-dark{overflow:hidden}.secgroup-lineanime-left{position:absolute;left:-190px;top:-236px;pointer-events:none}.secgroup-lineanime-right{position:absolute;right:-368px;top:-144px;pointer-events:none}.ourprod{padding:146px 0 75px}.ourprod_title{margin-bottom:64px}.ourprod_carousel{position:relative}.ourprod_amlkyc{padding:15px 0 70px}.ourprodslider_itm_content{padding:38px 0 85px 0}.ourprodslider_itm_count{display:none;margin-bottom:16px;font-size:16px;color:#151515}.ourprodslider_itm_title{margin-bottom:32px;font-weight:500;font-size:65px;line-height:65px;text-transform:capitalize;color:#151515}.ourprodslider_itm_desc{margin-bottom:32px;font-size:16px;line-height:22px}.ourprodslider_itm_link{color:#151515;font-weight:600;text-transform:capitalize}.ourprodslider_itm_link:hover{color:#151515}.ourprodslider_itm_link::before{background:#151515}.ourprodslider_itm_picture{width:320px;height:320px}.ourprodslider_itm_img{width:100%;height:100%;border-radius:12px}.ourprodslider_arrow{position:relative;left:0;bottom:49px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:8}.ourprodcount{position:absolute;left:-48px;top:21px;font-size:16px;color:#151515}.ourprodcount span{margin-right:4px}.topclient{padding:53px 0 125px}.topclient_title{margin-bottom:56px}.topclient_col{margin-bottom:23px}.topclient_amlkyc{padding:53px 0 23px}.topclient_amlkyc .topclient_title{max-width:810px;margin-bottom:30px}.topclient_amlkyc .topclient_desc{margin:0 0 60px 0;max-width:670px;color:rgba(21,21,21,.5);font-size:26px;font-weight:400;line-height:36px}.topclientitm_title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;font-weight:600;font-size:26px;text-transform:capitalize;color:#151515}.topclientitm_title_icon{height:3rem;-webkit-transition:-webkit-transform 250ms ease-in-out;transition:-webkit-transform 250ms ease-in-out;transition:transform 250ms ease-in-out;transition:transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out}.topclientitm_desc{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aboutus{padding:115px 0 75px}.aboutus_subtitle{color:rgba(245,245,245,.6)}.aboutus_title{margin-bottom:45px;color:#f5f5f5}.aboutus_desc{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:45px}.aboutus_desc p{margin-bottom:10px;width:320px;color:rgba(245,245,245,.8)}.aboutus_desc p:nth-child(odd){margin-right:30px}.aboutus_innumb{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:52px}.aboutus_innumb_itm{width:100%;padding-right:15px}.aboutus_innumb_itm:last-child{width:91%}.aboutus_innumb_count{margin-bottom:13px;font-weight:600;font-size:105px;line-height:105px;text-transform:capitalize;color:#f5f5f5}.aboutus_innumb_text{margin:0;color:rgba(245,245,245,.5)}.aboutus_links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.aboutus_link-abus{width:185px;margin-right:12px}.aboutus_link-viewprod{width:257px}.service{padding:73px 0 120px}.service_subtitle{color:rgba(245,245,245,.6)}.service_title{margin-bottom:44px;color:#f5f5f5}.service_col_in{margin-bottom:30px}.service_col_in-sm{min-height:294px;margin:0}.serviceitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:22px 24px 24px 21px;border:1px solid #2f2f2f;border-radius:12px;backdrop-filter:blur(5px);background:rgba(47,47,47,.3)}.serviceitm-1 .serviceitm_type{margin-bottom:34px}.serviceitm-1 .serviceitm_title{margin:38px 0 43px}.serviceitm-2 .serviceitm_type{margin-bottom:25px}.serviceitm-2 .serviceitm_title{margin-bottom:46px}.serviceitm-3 .serviceitm_type{margin-bottom:50px}.serviceitm-3 .serviceitm_title{margin-top:25px;font-size:22px;line-height:26px}.serviceitm-4 .serviceitm_type{margin-bottom:50px}.serviceitm-4 .serviceitm_title{margin:0;font-size:22px;line-height:26px}.serviceitm_type{margin-bottom:30px;font-weight:600;font-size:16px;color:rgba(245,245,245,.5)}.serviceitm_img{display:block;width:210px;height:auto}.serviceitm_img-abspos{position:absolute;right:24px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:auto}.serviceitm_title{margin-bottom:40px;max-width:493px;font-weight:600;font-size:36px;line-height:43px;color:#f5f5f5}.serviceitm_link{margin-top:auto;-ms-flex-item-align:start;align-self:flex-start;font-weight:600;color:#f5f5f5;text-transform:capitalize}.serviceitm_link:hover{color:#f5f5f5}.feedback{padding:150px 0 75px}.feedback_subtitle{margin-bottom:27px}.feedbackslider_itm_title{margin-bottom:52px;font-weight:500;font-size:41px;line-height:49px;color:#151515}.feedbackslider_itm_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedbackslider_itm_author{position:relative;width:100%;max-width:290px;margin-right:67px}.feedbackslider_itm_author_name{margin-bottom:3px;font-weight:700;font-size:16px;color:#000}.feedbackslider_itm_author_name:hover .feedbackslider_itm_pic{opacity:1}.feedbackslider_itm_author_jobtitle{margin:0;font-size:16px;text-transform:capitalize;color:#000}.feedbackslider_itm_pic{position:absolute;right:-142px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;pointer-events:none;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.feedbackslider_itm_pic_img{width:75px;height:75px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:6px}.feedbackslider_arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:53px}.feedbackslider_arrow .sliderarrow-prev{margin-right:0}.feedbackcount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;margin:0 24px;font-size:16px;text-transform:capitalize;color:#151515}.feedbackcount .swiper-pagination-current,.feedbackcount .swiper-pagination-total{color:inherit}.feedbackcount_all,.feedbackcount_current{color:inherit}.vacanc{padding:73px 0 123px}.vacanc_subtitle{margin-bottom:43px}.accordeon_item{margin-bottom:32px}.accordeon_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 0 25px 0;border-bottom:1px solid rgba(21,21,21,.2);font-weight:700;font-size:26px;color:#151515;-webkit-transition:border 50ms linear;transition:border 50ms linear;cursor:pointer}.accordeon_title.active{pointer-events:none;border-color:transparent}.accordeon_title.active .accordeon_status_up{opacity:0}.accordeon_desc{margin-top:-14px;padding-bottom:10px}.accordeon_tablecont{margin-bottom:13px;font-weight:600;font-size:16px;color:#151515}.accordeon_list{position:relative;margin:0;padding:0 0 20px 8px;list-style:none}.accordeon_list_itm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:16px;line-height:22px;color:rgba(21,21,21,.5)}.accordeon_list_itm:last-child{margin-bottom:0}.accordeon_list_itm::before{content:'';display:block;margin-right:10px;width:4px;height:4px;border-radius:50%;background:rgba(21,21,21,.5)}.accordeon_status{position:relative;margin-left:auto}.accordeon_status_line,.accordeon_status_up{display:block;background:#151515}.accordeon_status_line{width:20px;height:2px}.accordeon_status_up{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:2px;height:20px;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.collab{padding:46px 0 120px}.collab_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.collab_callus{padding:0;margin-left:auto;margin-bottom:49px;text-transform:capitalize;color:#f5f5f5}.collab_callus:hover{color:#f5f5f5}.collab_subtitle{text-transform:capitalize;color:rgba(245,245,245,.6)}.collab_title{margin-bottom:45px;font-weight:600;font-size:65px;line-height:72px;text-transform:capitalize;color:#f5f5f5}.secgroup-prod-lineanime-right{position:absolute;right:-183px;top:-112px;pointer-events:none}.remindent{padding:53px 0 48px}.remindent_title{margin-bottom:24px}.remindent_desc p{max-width:320px}.remindent_pic{position:relative;left:-66px;top:0}.whyvideo{padding:48px 0 45px}.whyvideo_title{margin-bottom:52px}.whyvideo_row{max-width:700px}.whyvideo_col{margin-bottom:37px}.whyvideoitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.whyvideoitm_iconwrap{position:relative;top:-7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:14px;width:48px;min-width:48px;height:48px;border-radius:50%;background:rgba(248,180,121,.2)}.whyvideoitm_iconwrap::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:rgba(248,180,121,.5)}.whyvideoitm_title{position:relative;margin-bottom:5px;font-weight:600;font-size:26px;letter-spacing:.01em;text-transform:capitalize;color:#151515}.whyvideoitm_desc{margin:0;font-weight:400;font-size:16px;line-height:22px;letter-spacing:.01em;color:rgba(21,21,21,.5)}.idstage{padding:45px 0 126px}.idstage_subtitle{margin-bottom:53px}.idstage_carousel{position:relative}.idstage_title{margin-bottom:24px}.idstage_desc{font-weight:400;font-size:16px;line-height:22px;color:rgba(21,21,21,.5)}.idstage_pic{position:relative;left:-13px;top:23px}.idstage_pic-mob{display:none}.idstagelider{position:relative}.idstagelider_itm_content{margin-bottom:26px}.idstagelider_itm_count{display:none}.idstagelider_itm_title{margin-bottom:24px}.idstagelider_itm_desc{margin-bottom:10px;font-weight:400;font-size:16px;line-height:22px;color:rgba(21,21,21,.5)}.idstageliderarrow{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.idstagecount{position:absolute;left:-48px;top:-10px;font-size:16px;color:#151515}.videoid{padding:115px 0 82px}.videoid_block:nth-child(1){margin-bottom:118px}.videoid_block:nth-child(2){margin-bottom:95px}.videoid_block:nth-child(3){margin-bottom:95px}.videoid_subtitle{color:rgba(245,245,245,.6)}.videoid_title{margin-bottom:43px;font-size:65px;line-height:65px;color:#f5f5f5}.videoid_pic{position:absolute;right:-254px;top:56%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.videoid_pic-mob{display:none}.videoid_row-min{max-width:703px}.videoid_col{margin-bottom:31px}.videoid_col-big{margin-bottom:54px}.videoiditm{position:relative}.videoiditm_iconwrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;width:48px;min-width:48px;height:48px;border-radius:50%;background:rgba(248,180,121,.2)}.videoiditm_iconwrap::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;width:36px;height:36px;background:rgba(248,180,121,.6)}.videoiditm_icon{position:relative}.videoiditm_desc{margin:0;font-weight:400;font-size:16px;line-height:22px;letter-spacing:.01em;color:rgba(245,245,245,.7)}.secgroup-prod-bottom-lineanime-right{position:absolute;right:-370px;top:-152px;pointer-events:none}.termssup{padding:147px 0 150px}.termssup_title{margin-bottom:44px}.termssupitm{position:relative;padding:32px 32px 24px 32px;background:rgba(245,245,245,.2);-webkit-box-shadow:0 4px 20px rgba(21,21,21,.2);box-shadow:0 4px 20px rgba(21,21,21,.2);backdrop-filter:blur(5px);border-radius:8px}.termssupitm_itm{position:relative;margin-bottom:20px;z-index:1}.termssupitm_itm-last{margin-bottom:0}.termssupitm_itm_sup{font-weight:500;font-size:16px;color:rgba(21,21,21,.5)}.termssupitm_itm_title{font-weight:700;font-size:41px;color:#151515}.termssupitm_pic{position:absolute;right:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.termssupitm_pic-2 img{width:201px}.secgroup-kcy-lineanime{position:absolute;left:-423px;top:-255px;pointer-events:none}.kycabout{padding:67px 0 56px}.kycabout_title{margin-bottom:24px}.kycabout_desc p{margin:0 0 10px 0;max-width:396px}.kycabout_desc p:last-child{margin:0}.kycabout_pic{position:relative;left:-70px;top:13px}.kychowwork{padding:53px 0 146px}.kychowwork_subtitle{margin-bottom:26px}.kychowwork_title{margin-bottom:28px;text-transform:capitalize}.kychowwork_desc{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:730px}.kychowwork_dtext{margin-right:83px;margin-bottom:10px}.kychowwork_dtext:last-child{margin-right:0}.kychowwork_carousel{max-width:879px;margin:64px -10px 0}.kychowworklider_itm{position:relative}.kychowworklider_itm::after{content:'';position:absolute;right:-65px;top:45%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:8px;background-image:url(../img/dots-line-three.png);background-repeat:no-repeat;background-size:contain;background-position:50%,50%}.kychowworklider_itm_pic{margin-bottom:8px}.kychowworklider_itm_mainimg{display:block;margin:0 auto;width:100%}.kychowworklider_itm_title{margin:0;font-weight:600;font-size:26px;text-transform:capitalize;text-align:center;color:#151515}.kychowworkliderdot{display:none}.kyccloydinf{padding:113px 0 120px}.kyccloydinf_subtitle{color:rgba(245,245,245,.6)}.kyccloydinf_title{max-width:670px;margin-bottom:45px;color:#f5f5f5}.kyccloydinf_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:72px}.kyccloydinf_box:last-child{margin-bottom:0}.kyccloydinf_box-mid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kyccloydinfitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:320px;min-height:206px;padding:28px 24px 32px 24px;border:1px solid #2f2f2f;border-radius:12px;background:rgba(47,47,47,.3);backdrop-filter:blur(5px)}.kyccloydinfitm_pic{position:absolute;right:-34px;top:-33px;width:116px;height:107px}.kyccloydinfitm_type{margin-bottom:30px;font-weight:600;font-size:16px;text-transform:capitalize;color:rgba(245,245,245,.5)}.kyccloydinfitm_desc{margin:auto 0 0 0;font-weight:600;font-size:22px;line-height:26px;color:#f5f5f5}.kyccloydinfitm::before{content:'';position:absolute;width:168px;height:148px;background-repeat:no-repeat;background-size:contain;background-position:50%,50%;pointer-events:none}.kyccloydinfitm-1::before{right:-5px;bottom:-79%;background-image:url(../img/kyccloydinf-dots-1.png)}.kyccloydinfitm-2::before{left:-2px;bottom:-79%;background-image:url(../img/kyccloydinf-dots-2.png)}.kyccloydinfitm-4::before{right:-6px;top:-59%;background-image:url(../img/kyccloydinf-dots-3.png)}.kyccloydinfitm-5::before{left:-2px;top:-59%;background-image:url(../img/kyccloydinf-dots-4.png)}.secgroup-kyc-lineanime{position:absolute;left:-423px;top:-255px;pointer-events:none}.kycfunc{padding:147px 0 50px}.kycscencass{padding:58px 0 119px}.kycscencass .tblocklist_title{max-width:935px}.kycscencass .tblocklist_col:nth-child(2) .tblocklistitm_title{white-space:nowrap}.finscabout{padding:67px 0 27px}.finscabout .kycabout_pic{left:9px;top:13px}.finscabout_mainimg{max-width:100%;height:auto}.keyfeat .tblocklist_title{text-transform:capitalize;margin-bottom:48px}.keyfeat .tblocklist_row{max-width:100%}.keyfeat .tblocklistitm_iconwrap{margin-bottom:15px}.keyfeat .tblocklistitm_title{max-width:280px;font-weight:400;font-size:16px;text-transform:none}.theproces{padding:120px 0 52px}.theproces_subtitle{margin:0 0 28px 0;color:rgba(245,245,245,.6)}.theproces_title{position:relative;margin-bottom:0;color:#f5f5f5}.theproces_title span{margin-right:16px}.theproces_title::after{content:'';display:inline-block;vertical-align:middle;width:48px;height:8px;background-image:url(../img/dots-line-three-white.png);background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.theproces_col{margin-bottom:30px}.theproces_col-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.theprocesitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:24px 85px 24px 24px;border:1px solid #2f2f2f;border-radius:12px;background:rgba(47,47,47,.3);backdrop-filter:blur(5px)}.theprocesitm_pic{position:absolute;right:24px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:99px;height:89px}.theprocesitm_title{margin:0 0 14px 0;font-weight:600;font-size:22px;color:#fff}.theprocesitm_step{margin:0 0 16px 0;font-weight:600;font-size:32px;line-height:44px;color:rgba(245,245,245,.5)}.theprocesitm_desc{margin:0;font-weight:400;font-size:16px;color:#fff;opacity:.5;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.theprocesitm-1{padding:24px 140px 24px 24px}.theprocesitm-1 .theprocesitm_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.theprocesitm-1 .theprocesitm_title{margin:0 32px 0 0}.termssec{padding:60px 0 56px}.resultsec{padding:60px 0 148px}.resultsec .termrowlist_title{margin-bottom:73px}.iscustomer{padding:98px 0 118px}.iscustomer_title{margin:0 0 48px 0}.iscustomer_col{margin-bottom:30px}.iscustomer_amlkyc{padding:154px 0 62px}.iscustomer_amlkyc .iscustomeritm{padding:25px 80px 25px 32px}.iscustomer_amlkyc .iscustomeritm_title{font-weight:500;font-size:26px}.iscustomer_amlkyc .iscustomeritm_desc{font-weight:400}.iscustomer_amlkyc .iscustomeritm_pic-1{width:86px;height:88px}.iscustomer_amlkyc .iscustomeritm_pic-2{right:25px;width:201px;height:194px}.iscustomer_amlkyc .iscustomeritm_mainimg{height:100%;width:100%}.iscustomeritm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:25px 107px 25px 32px;background:rgba(245,245,245,.2);-webkit-box-shadow:0 4px 20px rgba(21,21,21,.2);box-shadow:0 4px 20px rgba(21,21,21,.2);backdrop-filter:blur(5px);border-radius:8px}.iscustomeritm-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iscustomeritm_icon{width:48px;height:48px;margin:0 0 16px 0}.iscustomeritm_title{margin:0 0 16px 0;font-weight:600;font-size:22px;line-height:33px;color:#151515}.iscustomeritm_desc{margin:0 0 20px 0;font-weight:500;font-size:16px;line-height:19px;color:rgba(21,21,21,.5)}.iscustomeritm_desc span{color:#151515}.iscustomeritm_desc:last-of-type{margin:0}.iscustomeritm_count{position:relative;z-index:1;margin:16px 0 0 0}.iscustomeritm_count_numb{font-weight:700;font-size:41px;line-height:41px;color:#151515}.iscustomeritm_count_desc{font-weight:600;font-size:22px;line-height:33px;color:#151515}.iscustomeritm_pic{position:absolute}.iscustomeritm_pic-1{right:0;bottom:0;width:109px;height:104px}.iscustomeritm_pic-2{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;width:201px;height:290px}.iscustomeritm_label{position:absolute;right:-32px;top:-44px;width:175px;height:auto}.iscustomeritm_mainimg{display:block;max-width:100%}.pureadvan{padding:147px 0 40px}.pureadvan .tblocklist_title{margin-bottom:48px}.pureadvan .tblocklist_row{max-width:100%}.pureadvan .tblocklistitm_iconwrap{margin-bottom:15px}.pureadvan .tblocklistitm_iconwrap::before{display:none}.pureadvan .tblocklistitm_title{font-weight:400;font-size:16px;text-transform:none}.morepureadvan{padding:66px 0 100px}.howitwork{padding:110px 0 0}.howitwork_subtitle{color:rgba(245,245,245,.6)}.howitwork_spacer{position:relative}.howitworkitm{position:relative;margin-bottom:120px}.howitworkitm:last-child{margin-bottom:60px}.howitworkitm_count{position:absolute;left:-44px;top:-17px;color:rgba(245,245,245,.7);font-size:16px;font-weight:400}.howitworkitm_title{position:relative;margin:0 0 48px 0;max-width:670px;color:#fff}.howitworkitm_desc{display:-webkit-box;display:-ms-flexbox;display:flex}.howitworkitm_dtext{max-width:320px;margin:0 30px 10px 0;color:rgba(245,245,245,.7)}.howitworkitm_text{margin:0 30px 10px 0;color:rgba(245,245,245,.7);max-width:616px}.howitworkitm_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:38px}.howitworkitm_list_itm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:320px;margin:0 30px 30px 0}.howitworkitm_list_itm img{margin:0 0 16px 0;width:48px;height:48px}.howitworkitm_list_itm p{margin:0;color:rgba(245,245,245,.4)}.howitworkitm_imagewrap{margin-top:38px}.howitworkitm_imagewrap.full .howitworkitm_pic{width:1433px}.howitworkitm_imagewrap.full .howitworkitm_img{width:100%;max-width:none}.howitworkitm_img{max-width:100%;height:auto}.workalert{padding:147px 0 147px}.workalert .tblocklist_row{margin-bottom:10px}.workalert_mainimg{max-width:100%;height:auto;pointer-events:none}.puretrackblock{padding:117px 0 40px}.puretrackblock:nth-child(2){padding:60px 0 60px}.puretrackblock .tblocklist_subtitle{color:rgba(245,245,245,.6)}.puretrackblock .tblocklist_title{color:#f5f5f5}.puretrackblock .tblocklistitm_title{color:rgba(245,245,245,.6)}.puretrackblock_pic{margin-top:30px}.puretrackblock_schema{max-width:100%;height:auto;pointer-events:none}.puretecharc{padding:90px 0 120px}.puretecharc_suptext{color:rgba(245,245,245,.6)}.puretecharc_title{margin:0 0 52px 0;color:#f5f5f5}.puretecharc_picwrap{padding:0!important}.puretecharc_pic{max-width:1103px;margin-left:auto}.puretecharc_schema{max-width:100%;height:auto;pointer-events:none}.fbh .hero-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fbh .hero-wrapper .hero-block{max-width:1920px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fbh .hero-wrapper .hero-block .info-block{padding-left:2.5rem}.fbh .hero-wrapper .hero-block .info-block h1{margin-bottom:1rem}.fbh .hero-wrapper .hero-block .info-block .description{font-size:3rem;color:#f5f5f58b}.fbh .features-block{min-height:100dvh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fbh .features-block .outer-icon-wrapper{padding:.4rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fbh .features-block .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#fec18edb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.fbh .features-block .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%}.fbh .features-block .adv-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.fbh .dark-section{padding-bottom:10rem}.fbh .dark-section .tech-block{padding-top:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fbh .dark-section .tech-block .tech-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.fbh .dark-section .tech-block .tech-wrapper h2{color:#fff}.fbh .dark-section .tech-block .tech-wrapper .tech-content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{background-color:rgba(63,62,62,.113);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:1rem;height:11rem;border:1px solid #2f2f2f;-webkit-box-shadow:1px 1px 2px rgba(189,188,188,.108) inset;box-shadow:1px 1px 2px rgba(189,188,188,.108) inset;backdrop-filter:blur(5px);color:#fff}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(1) img{width:6rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(2) img{width:7rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(3) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(4) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(6) img{width:10rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(5) img{width:15rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.kiosk_block{padding:10rem 0}.kiosk_block p{max-width:none!important}.kiosk_block .adv-wrapper{min-height:17.5rem}.kiosk_block .adv-wrapper .adv-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kiosk_block .kiosk-img{position:absolute;right:0;top:-50%;width:650px}.kiosk-func p{max-width:none!important}.kiosk-func .kiosk-func-img{width:600px}.kiosk-product_hero .hero-description-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.kiosk-product_hero .hero-description-column .sub-title{font-size:2rem}.kiosk-product_hero .hero-description-column .text{font-size:1.1rem;max-width:900px;opacity:.7}.open-api-about-wrapper{min-height:50rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5rem 0}.open-api-about-wrapper .titles .suptext{color:rgba(245,245,245,.6)}.open-api-about-wrapper .titles .kycabout_dtext,.open-api-about-wrapper .titles .maintitle{color:#fff}.open-api-about-wrapper .item-list{padding-top:3rem;max-width:1400px;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.open-api-about-wrapper .item-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:rgba(245,245,245,.767);gap:.2rem}.open-api-about-wrapper .item-list .item .outer-icon-wrapper{width:55px;height:55px;padding:.4rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(248,180,121,.2);border-radius:50%}.open-api-about-wrapper .item-list .item .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#fec18edb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.open-api-about-wrapper .item-list .item .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%}.open-api-about-wrapper .item-list .item .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.open-api-about-wrapper .item-list .item .top span{color:#fff;font-size:1.5rem}.open-api-about-wrapper .item-list .item .text-content{font-size:1.1rem}.mobile-id-img{position:absolute;right:0;top:0;height:27rem}.mobile-id{min-height:50rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5rem 0}.mobile-id .titles .suptext{color:rgba(245,245,245,.6)}.mobile-id .titles .kycabout_dtext,.mobile-id .titles .maintitle{color:#fff}.mobile-id .featers-wrapper{padding-top:10rem}.mobile-id .featers-wrapper .item-list{padding-top:3rem;max-width:1400px;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mobile-id .featers-wrapper .item-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:rgba(245,245,245,.767);gap:.2rem}.mobile-id .featers-wrapper .item-list .item .outer-icon-wrapper{width:55px;height:55px;padding:.4rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(248,180,121,.2);border-radius:50%}.mobile-id .featers-wrapper .item-list .item .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#fec18edb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.mobile-id .featers-wrapper .item-list .item .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%}.mobile-id .featers-wrapper .item-list .item .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.mobile-id .featers-wrapper .item-list .item .top span{color:#fff;font-size:1.5rem}.mobile-id .featers-wrapper .item-list .item .text-content{font-size:1.1rem}.b-one.section-group{min-height:70dvh}.b-one.section-group.card-group{padding:10rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem}.b-one .presentation-button{margin-top:1.5rem}.b-one section .block-wrapper{padding:15rem 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-one section .block-wrapper .product-image{width:45rem;position:absolute;right:-25%}.b-one section .block-wrapper .content-wrapper{max-width:60%;color:rgba(245,245,245,.822)}.b-one section.featers-wrapper{padding-bottom:15rem}.b-one section.featers-wrapper .item-list{padding-top:3rem;max-width:1400px;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.b-one section.featers-wrapper .item-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:rgba(245,245,245,.767);gap:.2rem}.b-one section.featers-wrapper .item-list .item .outer-icon-wrapper{width:55px;height:55px;padding:.4rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(248,180,121,.2);border-radius:50%}.b-one section.featers-wrapper .item-list .item .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#fec18edb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.b-one section.featers-wrapper .item-list .item .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%;opacity:.8}.b-one section.featers-wrapper .item-list .item .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.b-one section.featers-wrapper .item-list .item .top span{color:#fff;font-size:1.5rem}.b-one section.featers-wrapper .item-list .item .text-content{font-size:1.1rem}.b-one section .card-block-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-one section .card-block-wrapper .card-product-image{width:32rem}.b-one section .card-block-wrapper .iscustomer_col{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.b-one section .card-block-wrapper .img-fix .iscustomeritm_pic{height:100%;right:5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.b-one section .card-block-wrapper .img-fix .iscustomeritm_pic img{height:100%}.b-one section.safety-wrapper{padding-top:10rem;padding-bottom:15rem}.b-one section.safety-wrapper .item-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.b-one section.safety-wrapper .item-list .item{height:11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;border-radius:10px;background-color:#55555517;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid #ffffff2c;-webkit-box-shadow:1px 0 4px 2px #cacaca4b;box-shadow:1px 0 4px 2px #cacaca4b;color:#fff;padding:1.2rem}.b-one section.safety-wrapper .item-list .item .safety-icon{width:2rem;height:2rem}.agro-banking .extra-sec{padding-bottom:8rem}.agro-banking .extra-sec .product-image-agro{position:absolute;right:0;top:50%}.agro-banking .basic-block-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10rem 0}.agro-banking .basic-block-wrapper .content-wrapper{max-width:60%}.agro-banking .basic-block-wrapper .product-image{position:absolute;right:-15%;top:20%;width:40rem}.agro-banking .featers-wrapper{padding-bottom:15rem}.agro-banking .featers-wrapper .item-list{padding-top:3rem;max-width:1400px;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.agro-banking .featers-wrapper .item-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:rgba(75,75,75,.767);gap:.2rem}.agro-banking .featers-wrapper .item-list .item .outer-icon-wrapper{width:55px;height:55px;padding:.4rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(248,180,121,.2);border-radius:50%}.agro-banking .featers-wrapper .item-list .item .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#fec18edb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.agro-banking .featers-wrapper .item-list .item .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%;opacity:.8}.agro-banking .featers-wrapper .item-list .item .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.agro-banking .featers-wrapper .item-list .item .top span{color:#000;font-size:1.5rem}.agro-banking .featers-wrapper .item-list .item .text-content{font-size:1.1rem}.agro-banking .bg-agro-image{position:absolute;top:0;right:0;opacity:.8;height:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.agro-banking .description{z-index:2}.agro-banking .description.dark p{color:rgba(245,245,245,.822)}.crs .adv-img{position:absolute;right:0;top:0;width:40rem;opacity:.8}.crs .adv-sec{padding-bottom:10rem}.online-id .hero-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.online-id .hero-wrapper .hero-block{max-width:1920px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.online-id .hero-wrapper .hero-block .info-block{padding-left:2.5rem}.online-id .hero-wrapper .hero-block .info-block h1{margin-bottom:1rem}.online-id .hero-wrapper .hero-block .info-block .description{font-size:3rem;color:#f5f5f58b}.online-id .tblocklist_row{padding-top:3rem}.online-id .tblocklist_row .tblocklistitm{cursor:default;-webkit-box-shadow:0 2px 4px 2px rgba(68,68,68,.089);box-shadow:0 2px 4px 2px rgba(68,68,68,.089);padding:.4rem .8rem;min-height:8rem;border-radius:10px;background-color:rgba(206,206,206,.089);backdrop-filter:40px;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.online-id .tblocklist_row .tblocklistitm .inner-icon-wrapper{width:100%;height:100%;border-radius:100%;background-color:#f7c9a4db;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:.5rem}.online-id .tblocklist_row .tblocklistitm .inner-icon-wrapper img{-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;width:80%;height:80%;opacity:.6}.online-id .sys-features-wrapper{display:grid;grid-template-columns:repeat(3,1fr);padding-top:1rem;gap:2rem}.online-id .sys-features-wrapper .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:default;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.online-id .sys-features-wrapper .item .title{font-weight:600;font-size:1.4rem;padding-bottom:1.5rem;color:#000;opacity:.8;-webkit-transition:all ease-in .25s;transition:all ease-in .25s;border-bottom:1px solid rgba(29,28,28,.644)}.online-id .sys-features-wrapper .item .text{padding-top:.8rem;font-size:.9;opacity:1;-webkit-transition:all ease-in .25s;transition:all ease-in .25s}.online-id .sys-features-wrapper .item:hover .title{opacity:.7;padding-top:.8rem;padding-bottom:.7rem}.online-id .sys-features-wrapper .item:hover .text{color:#000;padding-top:.3rem;padding-bottom:.5rem}.online-id .adv-section{min-height:65rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.online-id .adv-section .maintitle{font-size:2.2rem}.online-id .adv-section .bg-img-wrapper{position:absolute;left:0;top:0;width:1000%;height:100%;z-index:-1}.online-id .adv-section .bg-img-wrapper .bg-img{position:absolute;top:20%;left:2%;width:45rem;opacity:.7;-webkit-transform:rotateZ(15deg);-ms-transform:rotate(15deg);transform:rotateZ(15deg);-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.online-id .adv-section .adv-wrapper{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.online-id .adv-section .adv-wrapper .adv-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.online-id .adv-section .adv-wrapper .adv-col .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:default;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.online-id .adv-section .adv-wrapper .adv-col .item .title{font-weight:600;font-size:1.4rem;padding-bottom:1.5rem;color:#fff;opacity:.8;-webkit-transition:all ease-in .25s;transition:all ease-in .25s;border-bottom:1px solid rgba(194,194,194,.356)}.online-id .adv-section .adv-wrapper .adv-col .item .text{padding-top:.8rem;font-size:.9;opacity:.8;-webkit-transition:all ease-in .25s;transition:all ease-in .25s;color:#dbdbdb}.product_hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}.product_hero .highlight{color:#f8b479}.product_hero .hero-description-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_hero .hero-description-column .sub-title{font-size:2rem}.product_hero .hero-description-column .text{font-size:1.1rem;max-width:900px;opacity:.7}.description.dark{color:rgba(245,245,245,.822)}.description.dark p{color:rgba(245,245,245,.822)}.piu-featers-block{padding:10rem 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.piu-featers-block.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.piu-featers-block .product-image{width:35rem;position:absolute;right:-15%}.piu-featers-block .product-image.reverse{right:inherit;left:10%}.piu-featers-block .content-wrapper{max-width:60%;color:rgba(245,245,245,.822)}.piu-block-list .item-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.piu-block-list .item-list .item{height:11rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;border-radius:10px;background-color:#55555517;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid #7777772a;color:#fff;padding:1.2rem}.piu-block-list .item-list .item .safety-icon{width:2rem;height:2rem}.piu-section-group{padding-top:10rem;padding-bottom:10rem}.footer{position:relative}.footer_wrap{position:relative;padding:92px 0 60px}.footer_wrap::before{content:'';position:absolute;left:0;bottom:100%;width:100%;height:2px;background:rgba(245,245,245,.2);clip-path:inset(0 15px 0 178px)}.footer_toprow{margin-bottom:74px}.footer-section{min-height:100dvh}.footitm{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footitm_title{margin-bottom:17px;font-weight:700;font-size:16px;text-transform:uppercase;color:rgba(245,245,245,.6)}.footitm_link{display:block;font-weight:500;font-size:16px;color:#f5f5f5;-webkit-transition:color 250ms ease-in-out;transition:color 250ms ease-in-out}.footitm_link:hover{color:#f5f5f5da}.footitm_link-mail{margin-bottom:10px}.footitm_address{margin:0;font-weight:500;font-size:16px;line-height:22px;text-transform:capitalize;color:#f5f5f5}.footitm_socialbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:57px}.footitm_social{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;font-weight:600;font-size:16px;text-transform:capitalize;color:rgba(245,245,245,.6);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.footitm_social img{margin-left:13px}.footitm_social svg{margin-left:13px}.footitm_social svg path{fill:rgba(245,245,245,.6);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.footitm_social:hover{color:#f5f5f5}.footitm_social:hover svg path{opacity:1;fill:#f5f5f5}.footitm_social-wa{margin-right:84px}.copytext{margin:0;font-weight:500;font-size:16px;text-transform:capitalize;color:rgba(245,245,245,.6)}.modal{position:relative;z-index:20}.modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../img/white-background-popup.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%,50%}.modal_maxcontwrap{position:relative;overflow:auto;overflow-x:hidden;max-height:100vh;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.modal_maxcontwrap::-webkit-scrollbar{width:5px}.modal_maxcontwrap::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.3);box-shadow:inset 0 0 5px rgba(0,0,0,.3)}.modal_maxcontwrap::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.445)}.modal_container{position:relative;width:100%;max-width:1200px;margin:0 auto}.modal_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 10px 120px 156px}.modal_btnclosewrap{position:sticky;top:10px;margin-left:auto;margin-bottom:40px;z-index:1}.modal_btnclose{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;background:0 0;padding:0;z-index:2;-webkit-transition:all 250ms ease;transition:all 250ms ease}.modal_btnclose_icon{display:block;width:100%;height:100%;pointer-events:none}.modal_btnclose:hover{opacity:.6}.mсontactus_suptitle{margin-bottom:30px;font-weight:500;font-size:16px;text-transform:capitalize;color:rgba(21,21,21,.5)}.mсontactus_title{margin-bottom:76px;font-weight:600;font-size:105px;line-height:105px;color:#151515}.msucces .modal_maxcontwrap{padding:109px 60px;background:#fff}.msucces_icon{display:block;width:110px;height:110px;margin:0 auto 40px}.msucces_desc{text-align:center;font-weight:500;font-size:34px;line-height:54px}.polpopup{max-width:1200px;margin:0 auto}.polpopup_container{max-width:1100px;height:88vh;overflow-y:scroll;padding:50px 30px 20px;border-radius:16px;background:#fff}.polpopup_container::-webkit-scrollbar{width:12px}.polpopup_container::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:0 16px 16px 0}.polpopup_container::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:0 16px 16px 0}.polpopup_container_title{margin-bottom:40px;font-size:36px;color:#000}.polpopup_container_desc{color:#000}.polpopup_container h4{font-size:20px}.polpopup_container_txt{margin-bottom:20px;font-size:18px}.polpopup_container_txt:last-child{margin-bottom:0}@-webkit-keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideIn{from{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes mmslideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal_overlay{-webkit-animation:mmfadeIn .4s cubic-bezier(0,0,.2,1);animation:mmfadeIn .4s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=false] .modal_container{-webkit-animation:mmslideIn .4s cubic-bezier(0,0,.2,1);animation:mmslideIn .4s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal_overlay{-webkit-animation:mmfadeOut .4s cubic-bezier(0,0,.2,1);animation:mmfadeOut .4s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden=true] .modal_container{-webkit-animation:mmslideOut .4s cubic-bezier(0,0,.2,1);animation:mmslideOut .4s cubic-bezier(0,0,.2,1)}.micromodal-slide .modal_container,.micromodal-slide .modal_overlay{will-change:transform}@media (min-width:650px){.online-id .adv-section .bg-img-wrapper{-webkit-mask:-webkit-gradient(linear,right top,left top,color-stop(83.33%,rgba(0,0,0,.767)),to(transparent));-webkit-mask:linear-gradient(270deg,rgba(0,0,0,.767) 83.33%,transparent);-webkit-mask-image:-webkit-gradient(linear,right top,left top,color-stop(43.33%,rgba(0,0,0,.767)),to(transparent));-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.767) 43.33%,transparent);mask-image:-webkit-gradient(linear,right top,left top,color-stop(43.33%,rgba(0,0,0,.767)),to(transparent));mask-image:linear-gradient(270deg,rgba(0,0,0,.767) 43.33%,transparent)}.online-id .adv-section .adv-wrapper .adv-col .item:hover .title{opacity:.7;padding-top:.8rem;padding-bottom:.7rem}.online-id .adv-section .adv-wrapper .adv-col .item:hover .text{color:#fff;padding-top:.3rem;padding-bottom:.5rem}}@media (min-width:850px){.online-id .tblocklist_row .tblocklistitm:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);background-color:rgba(255,255,255,.26)}}@media (min-width:1400px){.bankid-connector .first-image{width:30rem!important}}@media (min-width:1921px){.homewelcom,.sidebar_content{min-height:auto}.homewelcom_wrap{padding:210px 0 210px 0}.homewelcom_title{margin-bottom:60px;font-size:121px;line-height:135px}}@media (max-width:1600px){.piu-featers-block .product-image{right:-5%;width:30rem}}@media (max-width:1440px){.secgroup-prod-lineanime-right{right:-610px;top:-140px}.secgroup-prod-bottom-lineanime-right{right:-614px}.secgroup-kcy-lineanime{left:-430px;top:-280px}.secgroup-kyc-lineanime{left:-420px}.fbh .hero-wrapper .hero-block .info-block h1{font-size:5rem;line-height:3rem!important}.fbh .hero-wrapper .hero-block .info-block .description{font-size:1.8rem}.open-api-about-wrapper .item-list{grid-template-columns:repeat(3,1fr)}.crs .adv-img{width:30rem}.online-id .hero-wrapper .hero-block .info-block h1{font-size:5rem;line-height:3rem!important}.online-id .hero-wrapper .hero-block .info-block .description{font-size:1.8rem}.online-id .adv-section .adv-wrapper{grid-template-columns:15rem 1fr 1fr;gap:2rem}}@media (max-width:1400px){.kiosk_block .kiosk-img{width:550px}.kiosk-func .kiosk-func-img{width:500px}.piu-featers-block .product-image{right:0;width:25rem}}@media (max-width:1366px){.howitworkitm_imagewrap.full .howitworkitm_pic{width:1396px}}@media (max-width:1300px){.open-api-about-wrapper .item-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:1280px){.homewelcom_lineanimate{right:-200px}.remindent_mainimg{width:590px}.idstage_pic{top:0}.idstage_mainimg{width:600px}.videoid_row-min{max-width:550px}.videoid_pic{top:52%}.videoid_mainimg{width:750px}.kycabout_mainimg{width:590px}.howitworkitm_img{max-width:100%;height:auto}}@media (max-width:1210px){.b-one section .block-wrapper .product-image{width:40rem}}@media (max-width:1200px){.container{max-width:960px}.pagepad{padding-left:100px!important}.menumob_container{max-width:932px}.menumob_startproj{right:0;bottom:-10px}.homewelcom_lineanimate{right:-260px;top:-90px}.provis_online .provisitm_cont{max-width:420px}.provis_antifraud .provisitm_cont,.provis_puretrack .provisitm_cont{max-width:360px}.ourprodcount{left:-30px}.ourprodslider_itm_title{font-size:52px;line-height:48px}.ourprodslider_itm_picture{width:286px;height:286px}.collab{padding:46px 0 70px}.videoiditm_desc br{display:none}.videoid_pic{right:-240px}.videoid_mainimg{width:690px}.kycabout_mainimg{width:530px}.kycabout_desc p{max-width:360px}.kyccloydinfitm-1::before{right:80px;bottom:-79%}.kyccloydinfitm-2::before{left:80px;bottom:-79%}.kyccloydinfitm-4::before{right:80px;top:-60%}.kyccloydinfitm-5::before{left:80px;top:-60%}.theprocesitm{padding:24px 24px 24px 24px}.theprocesitm-1{padding:24px 140px 24px 24px}.resultsec{padding:60px 0 110px}.iscustomer{padding:98px 0 100px}.iscustomeritm{padding:25px 60px 25px 32px}.iscustomeritm_label{width:136px}.iscustomeritm_pic-1{width:70px;height:65px}.howitworkitm_imagewrap.full .howitworkitm_pic{width:1006px}.kiosk-func .kiosk-func-img{width:450px}.b-one section .card-block-wrapper .card-product-image{width:25rem}.agro-banking .basic-block-wrapper .product-image{top:50%;width:35rem}.agro-banking .featers-wrapper .item-list{padding-top:.5rem;grid-template-columns:repeat(2,1fr)}.online-id .sys-features-wrapper{grid-template-columns:repeat(2,1fr);gap:3rem}.online-id .adv-section .adv-wrapper{grid-template-columns:repeat(2,1fr)}.piu-featers-block .product-image{right:-5%}.footer_wrap{padding:20px 0 60px}.footer_wrap::before{clip-path:inset(0 15px 0 100px)}.footitm_social-wa{margin-right:50px}.mсontactus .modal_wrapper{padding:10px 90px 120px 90px}}@media (max-width:1050px){.piu-featers-block .product-image{width:20rem;right:0}}@media (max-width:1024px){.ourprodslider_itm_picture{width:100%;height:286px}.remindent_mainimg{width:550px}.idstagecount{left:-30px}.idstage_mainimg{width:540px}.videoid_row-min{max-width:440px}.kycabout_mainimg{width:460px}.footer_wrap{padding:20px 0 30px}.mсontactus .modal_wrapper{padding:10px 90px 55px 90px}.mсontactus_title{margin-bottom:70px;font-size:86px;line-height:96px}}@media (max-width:1000px){.fbh .hero-wrapper{min-height:100dvh}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{height:8rem}.kiosk_block .kiosk-img{width:450px}.b-one section .block-wrapper .product-image{width:25rem}.b-one section.safety-wrapper{padding-top:0}.b-one section.safety-wrapper .item-list{grid-template-columns:repeat(2,1fr)}.agro-banking .basic-block-wrapper .product-image{top:50%;right:-20%;width:30rem}.online-id .hero-wrapper{min-height:100dvh}.product_hero{padding:15rem 0}.piu-featers-block .product-image{right:-10%}.piu-featers-block .product-image.reverse{left:-10%}.piu-block-list{padding-top:0}.piu-block-list .item-list{grid-template-columns:repeat(2,1fr)}.footer-section{min-height:80dvh}}@media (max-width:992px){.stop-scroll{padding-right:0}.container{max-width:740px}.pagepad{padding-left:0!important}.asideblock{display:none}.maintitle{font-size:34px;line-height:44px}.menumob .sidebar_content{padding:30px 0 43px 0;height:100%}.menumob_container{max-width:700px;min-height:100vh}.menumob_wrap{position:static;padding-left:100px;padding-top:75px}.menumob_callus{right:15px;top:40px}.menumob_navlink span{display:none}.menumob_startproj{bottom:43px;right:15px}.header{padding:30px 0}.header_logo{display:block}.header_callus{display:none}.header_burgbtn{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.tblocklist{padding:50px 0 30px}.tblocklist_row{max-width:none}.tblocklist_col{margin-bottom:30px}.tblocklistitm_iconwrap{top:-4px}.termrowlist{padding:50px 0 50px}.termrowlist_row{max-width:none}.termrowlist_col{margin-bottom:30px}.termrowlistitm_iconwrap{top:-4px}.termrowlistitm_title{font-size:22px}.homewelcom_lineanimate{right:-400px;top:-90px}.homewelcom{min-height:auto}.homewelcom_wrap{padding:150px 0 109px 0}.homewelcom_title{font-size:80px;line-height:90px}.provisitm{padding:40px 40px 40px 40px}.provisitm_mainimg{width:400px}.provis_online .provisitm_cont{max-width:330px}.provis_antifraud .provisitm,.provis_puretrack .provisitm{background-color:#1b1b1b;padding:90px 50px 80px 50px}.ourprod{padding:100px 0 50px}.ourprodslider_itm_picture{width:278px;height:278px}.ourprodslider_itm_title{margin-bottom:28px;font-size:38px;line-height:42px}.ourprod_amlkyc{padding:50px 0 100px}.topclient{padding:50px 0 100px}.topclientitm_title{font-size:20px}.topclient_amlkyc{padding:50px 0 50px}.aboutus{padding:100px 0 50px}.aboutus_innumb_count{font-size:75px;line-height:77px}.service{padding:50px 0 100px}.serviceitm-1 .serviceitm_img{width:100%}.serviceitm_title{font-size:28px;line-height:35px}.serviceitm-3 .serviceitm_title,.serviceitm-4 .serviceitm_title{margin-top:25px;font-size:18px;line-height:22px}.serviceitm-3 .serviceitm_type,.serviceitm-4 .serviceitm_type{margin-bottom:20px}.feedback{padding:100px 0 50px}.vacanc{padding:50px 0 100px}.collab{padding:100px 0 50px}.collab_callus{display:none}.remindent{padding:50px 0 50px}.remindent_pic{left:-10px}.remindent_mainimg{width:480px}.whyvideo{padding:50px 0 30px}.whyvideo_row{max-width:none}.whyvideo_col{margin-bottom:30px}.whyvideoitm_iconwrap{top:-4px}.idstage{padding:50px 0 60px}.idstagelider_itm_desc br{display:none}.videoid{padding:80px 0 50px}.videoid_block:nth-child(1){margin-bottom:90px}.videoid_block:nth-child(2){margin-bottom:90px}.videoid_block:nth-child(3){margin-bottom:90px}.videoid_row-min{max-width:400px}.termssup{padding:100px 0 100px}.termssupitm_itm_title{font-size:35px}.termssupitm_pic-1 img{width:160px}.termssupitm_pic-2 img{width:160px}.kycabout{padding:50px 0 50px}.kycabout_pic{left:-20px;top:20px}.kycabout_mainimg{width:410px}.kychowwork{padding:50px 0 100px}.kychowworklider_itm_title{font-size:20px}.kyccloydinf{padding:100px 0 100px}.kyccloydinfitm-1::before{right:135px;bottom:-79%}.kyccloydinfitm-2::before{left:135px;bottom:-79%}.kyccloydinfitm-4::before{right:135px;top:-60%}.kyccloydinfitm-5::before{left:135px;top:-60%}.finscabout .kycabout_pic{left:9px;top:0}.theproces{padding:100px 0 50px}.resultsec .termrowlist_title{margin-bottom:48px}.iscustomer{padding:90px 0 80px}.iscustomer_amlkyc{padding:100px 0 50px}.pureadvan{padding:100px 0 30px}.morepureadvan{padding:66px 0 100px}.howitwork{padding:120px 0 120px 0}.howitworkitm{margin-bottom:100px}.howitworkitm:last-child{margin-bottom:0}.howitworkitm_count{position:relative;left:0;top:0;margin:0 0 16px 0;font-size:16px;line-height:16px}.howitworkitm_imagewrap.full .howitworkitm_pic{width:863px}.workalert{padding:100px 0 100px}.puretrackblock{padding:100px 0 50px}.puretecharc{padding:50px 0 100px}.puretecharc{padding:50px 0 80px}.footer_wrap{padding:50px 0 40px}.footer_wrap::before{clip-path:inset(0 15px 0 0)}.footitm_socialbox{margin-left:0}}@media (max-width:900px){.fbh .dark-section .tech-block .tech-wrapper .tech-content{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{height:10rem}.kiosk-func .kiosk-func-img{width:400px}.mobile-id-img{height:20rem}.b-one section.featers-wrapper .item-list{padding-top:.5rem;grid-template-columns:repeat(2,1fr)}.b-one section .card-block-wrapper .card-product-image{width:20rem}.crs .adv-img{width:25rem}.online-id .adv-section .bg-img-wrapper .bg-img{left:0;width:40rem}}@media (max-width:850px){.online-id .tblocklist_row{display:grid;grid-template-columns:repeat(2,1fr)}.online-id .tblocklist_row .tblocklist_col{width:100%;max-width:none!important}.piu-featers-block .product-image{width:18rem;right:0}.piu-featers-block .product-image.reverse{left:0}}@media (max-width:800px){.remindent_mainimg{width:460px}.idstagecount{left:-15px;top:-23px}.idstage_mainimg{width:460px}.videoid_row-min{max-width:460px}.videoid_pic{top:60%}.videoid_mainimg{width:520px}.kycabout_mainimg{width:380px}.fbh .hero-wrapper .hero-block .info-block h1{font-size:3rem;line-height:2rem!important}.fbh .hero-wrapper .hero-block .info-block .description{font-size:1.5rem;max-width:80%}.kiosk_block .kiosk-img{right:-5%;top:50%;width:400px}.agro-banking .basic-block-wrapper .product-image{top:60%;right:-20%;width:25rem}.online-id .hero-wrapper .hero-block .info-block h1{font-size:3rem;line-height:2rem!important}.online-id .hero-wrapper .hero-block .info-block .description{font-size:1.5rem;max-width:80%}.product_hero .homewelcom_title{margin-bottom:.5rem}.product_hero .hero-description-column .sub-title{font-size:1.8rem;margin-bottom:.2rem}.mсontactus .form_submit{width:320px}}@media (max-width:780px){.kiosk-func .kiosk-func-img{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.b-one section .card-block-wrapper .card-product-image{display:none}.online-id .adv-section .adv-wrapper .adv-col .item .title{font-size:1.2rem}}@media (max-width:770px){.agro-banking .bg-agro-image{right:-20%}.crs .adv-img{right:0;top:50%;width:20rem}.piu-featers-block{padding:0;padding-bottom:5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.piu-featers-block.reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.piu-featers-block .product-image{position:relative;right:inherit;width:22rem}.piu-featers-block .product-image.reverse{left:inherit}}@media (max-width:768px){.container{max-width:600px}.maintitle{font-size:30px;line-height:40px}.menumob_container{max-width:560px}.menumob_wrap{padding-left:70px;padding-top:100px}.termrowlist{padding:30px 0 30px}.homewelcom_title{font-size:72px;line-height:82px}.homewelcom_product .homewelcom_textbig{max-width:470px;font-size:28px;line-height:40px}.homewelcom_finscan .homewelcom_textbig,.homewelcom_kycmt{max-width:470px;font-size:28px;line-height:40px}.provis_online .provisitm_cont{max-width:100%}.provis_antifraud,.provis_puretrack{padding:100px 0 32px 0}.provis_antifraud .provisitm,.provis_puretrack .provisitm{padding:40px 40px 0 40px}.provis_antifraud .provisitm_cont,.provis_puretrack .provisitm_cont{max-width:100%;margin-bottom:24px}.provisitm{padding:40px 40px 0 40px}.provisitm_pic{position:relative}.provisitm_mainimg{width:100%;height:auto}.ourprodslider_itm_content{padding:38px 0 0 0}.ourprodslider_itm_title{margin-bottom:25px;font-size:28px;line-height:32px}.ourprodslider_itm_desc br{display:none}.ourprodslider_itm_picture{width:220px;height:220px}.ourprodslider_arrow{bottom:0;margin-top:30px}.ourprodcount{left:0;top:0}.aboutus_innumb_itm{width:90%}.aboutus_innumb_count{font-size:65px;line-height:70px}.service_col,.service_col_in{margin-bottom:30px}.service_col_in-sm{min-height:initial}.service_col_in-sm:last-child{margin-bottom:0}.serviceitm-3 .serviceitm_title,.serviceitm-4 .serviceitm_title{margin-bottom:48px}.serviceitm-1 .serviceitm_img{width:60%}.serviceitm_img-abspos{width:auto;max-width:100%;height:85%}.accordeon_title{font-size:22px}.idstage_subtitle{margin-bottom:25px}.idstagecount{left:-20px;top:-10px;font-size:13px}.idstage_mainimg{width:350px}.videoid_pic{right:-320px}.termssup_col{margin-bottom:40px}.termssup_col:last-child{margin-bottom:0}.termssupitm_itm_title{font-size:32px}.kycabout_pic{left:-20px;top:30px}.kycabout_mainimg{width:300px}.kychowwork_dtext{margin-right:38px}.kychowworklider_itm_title{font-size:16px}.kyccloydinfitm{width:261px;min-height:206px}.kyccloydinfitm_pic{width:100px;height:91px}.kyccloydinfitm_desc{font-size:20px;line-height:24px}.kyccloydinfitm::before{width:90px;height:80px}.kyccloydinfitm-1::before{right:130px;bottom:-45%}.kyccloydinfitm-2::before{left:130px;bottom:-45%}.kyccloydinfitm-4::before{right:130px;top:-36%}.kyccloydinfitm-5::before{left:130px;top:-36%}.kycscencass .tblocklist_col:nth-child(2) .tblocklistitm_title{white-space:initial}.theprocesitm-1 .theprocesitm_title{margin:0 32px 14px 0}.iscustomer{padding:60px 0 60px}.iscustomeritm_pic-2{height:100%}.iscustomeritm_pic-2 .iscustomeritm_mainimg{height:100%;margin-left:auto}.iscustomeritm_label{right:-10px;top:-50px}.howitworkitm_list_itm{max-width:230px}.footitm_social-wa{margin-right:15px}.footitm_social svg{margin-left:8px}.mсontactus .modal_wrapper{padding:10px 40px 55px 40px}.mсontactus_title{font-size:72px;line-height:82px}}@media (max-width:750px){.b-one section .block-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.b-one section .block-wrapper .product-image{position:relative;width:35rem;right:inherit}.b-one section .block-wrapper .content-wrapper{max-width:100%}.piu-featers-block .content-wrapper{width:100%;max-width:100%}}@media (max-width:650px){.open-api-about-wrapper .item-list{padding-top:.5rem;grid-template-columns:repeat(1,1fr)}.mobile-id-img{top:20%;height:14rem}.mobile-id .featers-wrapper .item-list{padding-top:.5rem;grid-template-columns:repeat(1,1fr)}.b-one section.featers-wrapper .item-list{grid-template-columns:repeat(1,1fr)}.agro-banking .featers-wrapper .item-list{grid-template-columns:repeat(1,1fr)}.online-id .tblocklist_row{grid-template-columns:repeat(1,1fr)}.online-id .adv-section{min-height:50rem}.online-id .adv-section .bg-img-wrapper .bg-img{left:1%;opacity:.2;-webkit-filter:blur(5px);filter:blur(5px);top:25%;width:30rem}.online-id .adv-section .adv-wrapper{grid-template-columns:repeat(1,1fr);gap:1.5rem}.online-id .adv-section .adv-wrapper .adv-col{gap:1.5rem}.online-id .adv-section .adv-wrapper .adv-col .item .title{padding-bottom:.7rem;font-size:1rem}.online-id .adv-section .adv-wrapper .adv-col .item .text{padding-top:.4rem}}@media (max-width:610px){.agro-banking .bg-agro-image{right:-50%}}@media (max-width:600px){.idstagecount{left:-10px;top:-10px;font-size:12px}.idstage_mainimg{width:290px}.videoid_pic{right:-380px}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{height:8rem}.kiosk_block .kiosk-img{top:75%}.kiosk-product_hero .hero-description-column .sub-title{font-size:1.8rem}.kiosk-product_hero .hero-description-column .text{font-size:1.2rem;max-width:400px}.online-id .sys-features-wrapper{grid-template-columns:repeat(1,1fr);gap:1rem}.product_hero .hero-description-column .sub-title{font-size:1.8rem}.product_hero .hero-description-column .text{font-size:1.2rem;max-width:400px}}@media (max-width:580px){.kiosk-func{padding-bottom:15rem}}@media (max-width:576px){.maintitle br{display:none}.menumob_sidebar{position:relative;left:0}.menumob .sidebar_content{position:static;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:17px 0;height:auto!important;min-height:auto}.menumob .sidebar_content .mailsbar{display:none}.menumob_content{min-height:auto;height:100vh;height:var(--doc-height)}.menumob_wrap{padding-left:0;padding-top:19px;min-height:initial}.menumob_callus{display:none}.menumob_nav{margin-bottom:60px}.menumob_navlink{margin-bottom:32px;font-size:50px}.menumob_navlink::before{height:2px;bottom:-1px}.menumob_navlink:last-child{margin-bottom:0}.menumob_startproj{position:relative;right:0;bottom:0;margin-bottom:51px;text-align:left}.homewelcom_desc p:nth-child(odd){margin-right:20px}.ourprodcount{display:none}.ourprodslider_itm_col-pic{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ourprodslider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}.ourprodslider_itm_picture{width:100%;height:auto}.ourprodslider_itm_count{display:block}.ourprodslider_arrow{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-top:0;margin-bottom:20px}.aboutus_innumb_itm{width:58%}.aboutus_innumb_count{font-size:55px;line-height:65px}.remindent_pic{left:0}.remindent_mainimg{width:100%}.idstage_pic{left:0;margin-bottom:24px}.idstage_pic-mob{display:block}.idstage_pic-pc{display:none}.idstage_mainimg{width:100%}.videoid_title{margin-bottom:16px}.videoid_col{margin-bottom:30px}.videoid_col-big{margin-bottom:30px}.videoid_pic{margin-bottom:16px}.videoid_pic-pc{display:none}.videoid_pic-mob{display:block;position:relative;right:0;top:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.videoid_mainimg{width:100%}.kycabout_pic{left:0;top:0}.kycabout_mainimg{width:100%;height:auto}.kychowwork_desc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.kychowwork_carousel{margin:40px 0 0 0}.kychowworkliderdot{display:-webkit-box;display:-ms-flexbox;display:flex}.kyccloydinfitm{width:220px}.kyccloydinfitm_pic{width:74px;height:69px}.kyccloydinfitm-1::before{right:110px;bottom:-45%}.kyccloydinfitm-2::before{left:110px;bottom:-45%}.kyccloydinfitm-4::before{right:110px;top:-32%}.kyccloydinfitm-5::before{left:110px;top:-32%}.finscabout .kycabout_pic{margin:49px 0 0;left:0;top:0;text-align:center}.footer_toprow{margin-bottom:0}.footer_topcol{margin-bottom:32px}.mсontactus .modal_btnclose{right:5px;top:15px}.mсontactus .modal_maxcontwrap{height:100vh;height:var(--app-height);max-height:-webkit-fill-available}.mсontactus .modal_wrapper{padding:10px 10px 65px 10px}.mсontactus_suptitle{margin-bottom:24px}.mсontactus_title{margin-bottom:48px;font-size:50px;line-height:58px}.mсontactus .form_boxline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mсontactus .form_boxline .form_fieldlabel{width:100%;margin-bottom:45px}.mсontactus .form_boxline .form_fieldlabel:first-child{margin-right:0}.mсontactus .form_actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mсontactus .form_submit{width:100%;margin-right:0;margin-bottom:16px}}@media (max-width:560px){.fbh .dark-section .tech-block .tech-wrapper .tech-content{gap:1rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{background-color:rgba(72,70,70,.296);border-radius:.5rem;height:10rem;padding:0}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(2) img{width:6rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(3) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(4) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(6) img{width:7rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(5) img{width:10rem}}@media (max-width:550px){.kiosk-func{padding-top:2rem}.mobile-id-img{top:auto;position:absolute}.b-one section .block-wrapper{gap:2rem;font-size:.8rem}.b-one section .block-wrapper .product-image{width:25rem}.b-one section.safety-wrapper .item-list{grid-template-columns:repeat(1,1fr)}.agro-banking .basic-block-wrapper .product-image{top:75%;right:20%;width:20rem}.piu-featers-block{gap:2rem;font-size:.8rem}.piu-block-list .item-list{grid-template-columns:repeat(1,1fr)}}@media (max-width:500px){.fbh .hero-wrapper{min-height:80dvh}.fbh .hero-wrapper .hero-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fbh .hero-wrapper .hero-block .info-block{position:absolute;top:0;left:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fbh .dark-section{padding-bottom:3rem}.kiosk_block .kiosk-img{width:325px;right:0}.online-id .hero-wrapper{min-height:80dvh}.online-id .hero-wrapper .hero-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.online-id .hero-wrapper .hero-block .info-block{position:absolute;top:0;left:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:480px){.container{padding-right:10px;padding-left:10px}.maintitle{font-size:26px;line-height:36px}.suptext{margin-bottom:24px}.menumob_content{background-image:url(../img/menu-background-mob.png)!important}.header{padding:17px 0}.tblocklist{padding:40px 0 40px}.tblocklist_title{margin-bottom:32px}.tblocklist_col{margin-bottom:24px}.tblocklistitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tblocklistitm_iconwrap{margin-bottom:16px}.tblocklistitm_title{margin-bottom:16px;font-size:22px}.termrowlist{padding:40px 0 40px}.termrowlist_title{margin-bottom:32px;font-size:26px;line-height:28px}.termrowlist_col{margin-bottom:32px}.termrowlist_col:last-child{margin-bottom:0}.termrowlistitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.termrowlistitm_iconwrap{margin-bottom:16px!important}.termrowlistitm_title{margin-bottom:16px;font-size:26px;line-height:26px}.homewelcom{background-color:#1a1a1a;background-image:url(/img/homewelcom-background-mob.png)!important}.homewelcom_lineanimate{width:730px;right:-350px;top:-140px}.homewelcom_wrap{padding:116px 0 64px 0}.homewelcom_title{font-size:50px;line-height:58px}.homewelcom_desc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homewelcom_desc p:nth-child(odd){margin-right:10px}.homewelcom_desc p{max-width:100%;width:100%}.homewelcom_product{min-height:100vh}.homewelcom_product .homewelcom_container{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh}.homewelcom_product .homewelcom_wrap{margin:auto auto auto 0}.homewelcom_product .homewelcom_textbig{font-weight:400}.homewelcom_amlkyc,.homewelcom_finscan,.homewelcom_kycmt{min-height:100vh}.homewelcom_amlkyc .homewelcom_container,.homewelcom_finscan .homewelcom_container,.homewelcom_kycmt .homewelcom_container{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh}.homewelcom_amlkyc .homewelcom_wrap,.homewelcom_finscan .homewelcom_wrap,.homewelcom_kycmt .homewelcom_wrap{margin:auto auto auto 0}.homewelcom_amlkyc .homewelcom_textbig,.homewelcom_finscan .homewelcom_textbig,.homewelcom_kycmt .homewelcom_textbig{font-weight:400}.homewelcom_amlkyc .homewelcom_desc p{max-width:100%}.provis_puretrack{padding:80px 0 32px 0}.provis_puretrack .provisitm{padding:20px 20px 0 20px}.provisitm{padding:20px 20px 0 20px}.provisitm_title{margin:0 0 16px 0}.provisitm_subtitle{font-size:22px;line-height:28px}.provisitm_pic{margin:0 -20px}.secgroup-white-1{background-image:url(../img/white-background-1-mob.png)!important}.secgroup-white-2{background-image:url(../img/white-background-2-mob.png)!important}.secgroup-dark-1{background-color:#1a1a1a;background-image:url(../img/dark-background-1-mob.png)!important}.secgroup-dark-2{background-color:#1a1a1a;background-image:url(../img/dark-background-2-mob.png)!important}.secgroup-dark-kyc-1{background-image:url(../img/back-dark-kcy-1-mob.jpg)!important}.secgroup-lineanime-left{width:1000px;left:-450px;top:-346px}.ourprod{padding:80px 0 30px}.ourprod_title{margin-bottom:22px}.ourprodslider_itm_content{padding:24px 0 0 0}.ourprod_amlkyc{padding:16px 0 62px}.ourprod_amlkyc .ourprodslider_arrow{display:none}.topclient{padding:40px 0 18px}.topclient_title{margin-bottom:32px}.topclient_col{margin-bottom:32px}.topclientitm_title{margin-bottom:12px;font-size:16px}.topclientitm_title_icon{margin:0 0 0 auto}.topclient_amlkyc{padding:40px 0 16px}.topclient_amlkyc .topclient_desc{margin:0 0 36px 0;font-size:16px;line-height:22px}.aboutus{padding:80px 0 28px}.aboutus_title{margin-bottom:24px}.aboutus_desc{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}.aboutus_desc p{width:100%;margin-bottom:16px}.aboutus_innumb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.aboutus_innumb_itm{margin-bottom:32px;width:100%}.aboutus_innumb_itm:last-child{width:100%}.aboutus_innumb_count{font-size:105px;line-height:105px}.aboutus_links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.aboutus_link-abus{margin-right:0;margin-bottom:12px}.aboutus_link{width:100%}.service{padding:28px 0 24px}.service_title{margin-bottom:32px}.serviceitm-1 .serviceitm_type{margin-bottom:32px}.serviceitm-1 .serviceitm_title{margin:32px 0 48px}.serviceitm-3 .serviceitm_type,.serviceitm-4 .serviceitm_type{margin-bottom:60px}.serviceitm_title{font-size:22px;line-height:26px}.serviceitm_img-abspos{position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);max-width:50%;margin-bottom:32px}.secgroup-lineanime-right{width:1000px;right:-518px;top:-233px}.feedback{padding:80px 0 40px}.feedbackslider_itm_title{margin-bottom:32px;font-size:26px;line-height:31px}.feedbackslider_itm_pic{right:-118px}.feedbackslider_arrow{margin-top:38px}.vacanc{padding:40px 0 35px}.accordeon_item{margin-bottom:20px}.accordeon_list_itm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.accordeon_list_itm::before{position:relative;top:10px}.accordeon_title{padding:0 0 24px 0;font-size:16px}.accordeon_desc{margin-top:0}.accordeon_status_line{width:14px}.accordeon_status_up{height:14px}.collab{padding:56px 0 56px}.collab_title{margin-bottom:48px;font-size:40px;line-height:44px}.secgroup-prod-lineanime-right{right:auto;left:-610px;top:-480px;width:1150px}.remindent{padding:80px 0 40px}.remindent_desc{margin-bottom:10px}.whyvideo{padding:40px 0 40px}.whyvideo_title{margin-bottom:48px}.whyvideo_col{margin-bottom:32px}.whyvideo_col:last-child{margin-bottom:0}.whyvideoitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.whyvideoitm_iconwrap{margin-bottom:14px}.whyvideoitm_title{margin-bottom:14px}.idstage{padding:18px 0 56px}.idstagelider_itm_content{margin-bottom:50px}.idstagelider_itm_count{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px;font-weight:400;font-size:16px;color:#151515}.idstagelider_itm_title{margin-bottom:16px}.idstagecount{display:none}.idstageliderarrow{position:absolute;left:0;bottom:0;z-index:10}.videoid{padding:80px 0 26px}.videoid_block:nth-child(1),.videoid_block:nth-child(2){margin-bottom:48px}.videoid_block:nth-child(3){margin-bottom:30px}.videoid_block:nth-child(2) .videoid_title{margin-bottom:32px}.videoid_col,.videoid_col-big{margin-bottom:24px}.videoiditm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.videoiditm_iconwrap{margin-right:16px;margin-bottom:0}.videoiditm_desc{padding-right:22px}.secgroup-prod-bottom-lineanime-right{right:-569px;top:-312px;width:1070px}.termssup{padding:90px 0 56px}.termssup_col{margin-bottom:32px}.termssupitm{padding:32px;width:100%}.termssupitm_itm{margin-bottom:26px}.termssupitm_itm_sup{margin-bottom:6px}.termssupitm_itm_title{font-size:41px}.termssupitm_pic{position:relative;right:0;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);margin-top:39px}.termssupitm_pic-1 img{width:100%}.termssupitm_pic-2 img{width:100%}.secgroup-kcy-lineanime{right:auto;left:-610px;top:-480px;width:1150px}.kycabout{padding:80px 0 40px}.kycabout_desc{margin-bottom:28px}.kychowwork{padding:40px 0 56px}.kychowwork_title{margin-bottom:16px}.kychowwork_dtext{margin-bottom:16px}.kychowwork_carousel{margin:32px -10px 0 -10px}.kychowworklider_itm_pic{width:324px;margin:0 auto 8px}.kychowworklider_itm_title{font-size:20px}.kychowworklider_itm::after{right:-23px}.kyccloydinf{padding:80px 0 56px}.kyccloydinf_box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.kyccloydinfitm{width:280px;padding:24px 16px 24px 16px}.kyccloydinfitm_pic{right:-5px;top:-5px}.kyccloydinfitm_desc{font-size:22px;line-height:26px}.kyccloydinfitm-1{-ms-flex-item-align:start;align-self:flex-start;margin-bottom:74px}.kyccloydinfitm-1::before{width:8px;height:328px;left:22px;top:104%;background-image:url(../img/kyccloydinf-dots-1-mob.png)}.kyccloydinfitm-2{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:65px}.kyccloydinfitm-2::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-28%;width:8px;height:48px;background-image:url(../img/kyccloydinf-dots-2-mob.png)}.kyccloydinfitm-3{margin-bottom:70px;width:100%}.kyccloydinfitm-4{-ms-flex-item-align:start;align-self:flex-start}.kyccloydinfitm-4::before{width:8px;height:328px;left:22px;top:-120%;background-image:url(../img/kyccloydinf-dots-1-mob.png)}.kyccloydinfitm-5{margin-bottom:74px;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.kyccloydinfitm-5::before{width:8px;height:48px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-28%;background-image:url(../img/kyccloydinf-dots-3-mob.png)}.secgroup-kyc-lineanime{left:auto;right:-569px;top:-312px;width:1070px}.kycfunc{padding:80px 0 16px}.kycfunc .tblocklist_col{width:50%}.kycscencass{padding:40px 0 32px}.kycscencass .tblocklist_col{width:50%}.finscabout .kycabout_desc p{max-width:100%}.keyfeat .tblocklist_col{margin-bottom:32px}.keyfeat .tblocklist_col:last-child{margin-bottom:8px}.keyfeat .tblocklistitm_title{max-width:100%;margin:0}.keyfeat .tblocklistitm_title br{display:none}.theproces{padding:80px 0 35px}.theproces_col{margin-bottom:14px}.theproces_col:first-child{margin-bottom:26px}.theproces_title span{margin:0}.theproces_title::after{display:none}.theprocesitm{padding:20px 70px 20px 20px;min-height:220px}.theprocesitm-1{padding:20px 140px 20px 20px}.theprocesitm_pic{right:20px;top:auto;bottom:15px;-webkit-transform:none;-ms-transform:none;transform:none}.resultsec .termrowlist_title{margin-bottom:32px}.resultsec{padding:40px 0 48px}.iscustomer{padding:90px 0 44px}.iscustomer_title{margin:0 0 32px 0}.iscustomer_col{margin-bottom:14px}.iscustomer_col:last-child{margin-bottom:0}.iscustomeritm{padding:96px 20px 102px 20px}.iscustomeritm-center{padding:50px 20px 42px 20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.iscustomeritm_count{margin:16px 0 51px 0}.iscustomeritm_label{right:-10px;top:-31px;width:175px}.iscustomeritm_pic-1{width:90px;height:86px}.iscustomeritm_pic-2{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;top:0;width:100%;padding:0 10px}.iscustomeritm_pic-2 .iscustomeritm_mainimg{margin:0 auto;width:100%}.iscustomer_amlkyc{padding:80px 0 40px}.iscustomer_amlkyc .iscustomer_col{margin-bottom:24px}.iscustomer_amlkyc .iscustomeritm{min-height:304px;padding:16px 16px 78px 16px}.iscustomer_amlkyc .iscustomeritm_title{font-size:20px;line-height:20px}.iscustomer_amlkyc .iscustomeritm_pic-2{position:absolute;right:0;top:0;padding:0;width:201px;height:194px}.pureadvan{padding:80px 0 30px}.pureadvan .tblocklist_title{margin-bottom:32px}.pureadvan .tblocklist_col{margin-bottom:30px}.pureadvan .tblocklist_col:last-child{margin-bottom:8px}.pureadvan .tblocklist_col:last-child .tblocklistitm::after{display:none}.pureadvan .tblocklistitm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.pureadvan .tblocklistitm::after{content:'';position:absolute;left:19px;top:64px;width:8px;height:calc(100% - 36px);background-image:url(../img/icon-list-dots.png);background-repeat:repeat-y;background-size:100%}.pureadvan .tblocklistitm_iconwrap{margin:0 14px 0 0;top:4px;background:0 0}.pureadvan .tblocklistitm_title{max-width:100%;margin:0}.pureadvan .tblocklistitm_title br{display:none}.morepureadvan{padding:50px 0 50px}.morepureadvan .tblocklistitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.morepureadvan .tblocklistitm::after{display:none}.morepureadvan .tblocklistitm_iconwrap{top:0;margin-bottom:10px}.secgroup-dark-4{background-image:url(../img/back-dark-4-mob.jpg)!important}.howitwork{padding:80px 0 80px 0}.howitworkitm{margin-bottom:48px}.howitworkitm:last-child{margin-bottom:0}.howitworkitm_count{color:rgba(245,245,245,.6)}.howitworkitm_title{margin:0 0 24px 0}.howitworkitm_desc{-ms-flex-wrap:wrap;flex-wrap:wrap}.howitworkitm_dtext{margin:0 0 16px 0;max-width:100%}.howitworkitm_list{margin-top:16px}.howitworkitm_list_itm{max-width:100%;margin-right:0}.howitworkitm_list_itm:last-child{margin-bottom:0}.howitworkitm_imagewrap.full{margin:18px -15px 0 0}.howitworkitm_imagewrap.full .howitworkitm_pic{width:100%}.workalert{padding:80px 0 56px}.workalert .tblocklist_row{margin-bottom:32px}.workalert .tblocklistitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workalert .tblocklistitm::after{display:none}.workalert .tblocklistitm_iconwrap{top:0;margin-bottom:10px}.secgroup-dark-amlkyc-1{background-image:url(../img/back-dark-amlkyc-mob.jpg)!important}.puretrackblock{padding:80px 0 40px}.puretrackblock:nth-child(2){padding:40px 0 40px}.puretrackblock .tblocklist_title{margin-bottom:24px}.puretrackblock .tblocklistitm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.puretrackblock .tblocklistitm::after{display:none}.puretrackblock .tblocklistitm_iconwrap{top:0;margin-bottom:10px}.puretrackblock_pic{margin-top:48px}.puretecharc{padding:40px 0 80px}.puretecharc_title{margin:0 0 24px 0;color:#f5f5f5}.b-one section .card-block-wrapper .img-fix .iscustomeritm_pic img{display:none}.footer_wrap{padding:56px 0 33px}.footer_wrap::before{clip-path:inset(0 10px 0 0)}.mсontactus .form_fields{margin-bottom:0}.mсontactus .form_boxline .form_fieldlabel{margin-bottom:32px}.mсontactus .form_fieldlabel{margin-bottom:32px}.mсontactus .form_politica{margin-bottom:32px}}@media (max-width:450px){.fbh .dark-section .tech-block .tech-wrapper .tech-content .item{height:5.5rem;border:none}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(1) img{width:4rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(2) img{width:4rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(3) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(4) img,.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(6) img{width:5rem}.fbh .dark-section .tech-block .tech-wrapper .tech-content .item:nth-child(5) img{width:8rem}.kiosk_block{padding-top:5rem}.kiosk-product_hero .hero-description-column .sub-title{font-size:1.4rem}.agro-banking .bg-agro-image{right:-50%;opacity:.5;-webkit-filter:blur(1px) brightness(.2);filter:blur(1px) brightness(.2)}.online-id .adv-section .bg-img-wrapper .bg-img{left:-1%;-webkit-filter:blur(8px);filter:blur(8px);opacity:.1;width:30rem}.product_hero .hero-description-column .sub-title{font-size:1.4rem}}@media (max-width:428px){.fail span,.success span{padding:0 36px;font-size:26px}.menumob_navlink{font-size:36px}.menumob_startproj_title{margin-bottom:24px}.menumob_startproj_link-mail{margin-bottom:16px}.homewelcom_lineanimate{width:680px;right:-310px;top:-190px}.homewelcom_finscan .homewelcom_textbig br,.homewelcom_kycmt .homewelcom_textbig br{display:none}.feedbackslider_itm_pic{right:-66px}.feedbackslider_itm_pic_img{width:60px;height:60px}.finscabout .kycabout_pic{margin:21px 0 0}}@media (max-width:420px){.fbh .hero-wrapper .hero-block .info-block h1{font-size:2.5rem;margin-bottom:0}.fbh .hero-wrapper .hero-block .info-block .description{font-size:1.5rem}.online-id .hero-wrapper .hero-block .info-block h1{font-size:2.5rem;margin-bottom:0}.online-id .hero-wrapper .hero-block .info-block .description{font-size:1.5rem}}@media (max-width:414px){.mсontactus .modal_overlay{background-image:url(../img/white-background-popup-mob.png)}.mсontactus_title{font-size:40px;line-height:48px}.mсontactus .form_checkbox{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mсontactus .form_checkbox_main{position:relative;top:3px;border-radius:3px}.mсontactus .form_checkbox_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:400px){.homewelcom_title{font-size:40px;line-height:48px}.homewelcom_link{width:100%}.homewelcom_finscan .homewelcom_textbig,.homewelcom_kycmt .homewelcom_textbig{max-width:273px;font-size:20px;line-height:28px}.aboutus_innumb_count{font-size:82px;line-height:82px}.serviceitm-1 .serviceitm_img{width:210px;max-width:100%}.serviceitm_img-abspos{width:173px;max-width:100%}.collab_link{width:100%}.kychowwork_dtext{margin-right:0}.kychowworklider_itm_pic{width:242px}.kyccloydinfitm{width:248px}.kyccloydinfitm-3{width:100%}.kiosk-product_hero .hero-description-column .text{font-size:1rem}.b-one section .maintitle{font-size:1.2rem;line-height:normal}.b-one section .block-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}.b-one section .block-wrapper .maintitle{font-size:1.2rem;line-height:normal}.product_hero .hero-description-column .text{font-size:1rem}.piu-featers-block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}.piu-featers-block .maintitle{font-size:1.2rem;line-height:normal}}@media (max-width:375px){.maintitle{font-size:22px;line-height:30px}.termrowlist_title{font-size:26px;line-height:28px}.homewelcom_lineanimate{width:640px;right:-310px;top:-190px}.secgroup-lineanime-left{width:840px;left:-420px;top:-286px}.secgroup-lineanime-right{width:820px;right:-488px;top:-213px}.collab_title{font-size:40px;line-height:44px}.kyccloydinfitm-4::before{top:-110%}.theprocesitm-1{padding:20px 120px 20px 20px}.theprocesitm-1 .theprocesitm_title{margin:0 0 14px 0}.theproces_title{font-size:26px;line-height:28px}.iscustomer_title{font-size:26px;line-height:28px}.footer_topcol:last-child{margin-bottom:48px}.footitm_link{margin-bottom:16px}.footitm_link:last-child{margin-bottom:0}.footitm_socialbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footitm_social{margin-bottom:20px}.footitm_social:last-child{margin-bottom:0}}@media (max-width:360px){.tblocklistitm_title{font-size:16px}.homewelcom_product .homewelcom_textbig{font-size:26px;line-height:38px}.piu-featers-block .product-image{width:90%}}@media (max-width:350px){.fail span,.success span{padding:0 5px}.maintitle{font-size:20px;line-height:28px}.menumob_navlink{font-size:28px;margin-bottom:24px}.termrowlist_title{font-size:26px;line-height:28px}.homewelcom_desc{padding-right:20px}.ourprodslider_itm_title{font-size:26px;line-height:26px}.collab_title{font-size:40px;line-height:44px}.theproces_title{font-size:26px;line-height:28px}.iscustomer_title{font-size:26px;line-height:28px}.fbh .hero-wrapper .hero-block .info-block h1{font-size:2rem}.fbh .hero-wrapper .hero-block .info-block .description{font-size:1.2rem}.kiosk_block{padding:10rem 0}.kiosk_block .kiosk-img{top:70%;width:270px}.kiosk-func{padding-bottom:10rem}.online-id .hero-wrapper .hero-block .info-block h1{font-size:2rem}.online-id .hero-wrapper .hero-block .info-block .description{font-size:1.2rem}}@media (max-width:320px){.homewelcom_product .homewelcom_textbig{max-width:280px;font-size:20px;line-height:28px}.kiosk-func .kiosk-func-img{width:300px;-webkit-transform:translateX(-50%) translateY(-20%);-ms-transform:translateX(-50%) translateY(-20%);transform:translateX(-50%) translateY(-20%)}.mobile-id-img{height:12rem}}@media (max-width:300px){.kiosk_block{padding:2rem 0}.kiosk_block .adv-wrapper{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.kiosk_block .kiosk-img{display:none}}@media (max-width:1200px) and (min-width:650px){.online-id .adv-section .adv-wrapper .title-col{grid-column-start:1;grid-column-end:3}}