.layout-wrapper{min-height:100vh;width:100%;position:relative}@media (max-width:1050px){.layout-wrapper .main-content .homepage-wrapper section{height:unset}}.header-wrapper{background-color:#fff;position:fixed;width:100%;top:0;z-index:1000}.header-wrapper .service-center{width:60px;height:60px;border-radius:50%;position:fixed;bottom:42px;right:calc(var(--mainPadding)/2);display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#fff;background-color:var(--brandColor);padding:0 15px;line-height:14px;font-weight:700;letter-spacing:.4px;margin-top:20px}.header-wrapper .service-center .service-center-icon{width:36px;height:36px}.header-wrapper .service-center .service-center-icon path{fill:#fff}.header-wrapper .service-center:after{animation-delay:0s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}.header-wrapper .service-center:after,.header-wrapper .service-center:before{opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;content:"";height:100%;width:100%;border:20px solid rgba(255,133,11,.4);border-radius:100%;animation-name:ripple;animation-duration:3s;z-index:-1}.header-wrapper .service-center:before{animation-delay:.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,0,.34,1)}@keyframes ripple{0%{opacity:1;transform:scale3d(.75,.75,1)}to{opacity:0;transform:scale3d(1.5,1.5,1)}}.header-wrapper .service-center:hover{background-color:var(--brandColor)}.header-wrapper .header-box-wrapper{width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 var(--mainPadding)}.header-wrapper .header-box-wrapper .header-logo{display:flex;align-items:center;margin-right:0}.header-wrapper .header-box-wrapper .header-logo path{fill:#161514}.header-wrapper .header-box-wrapper .header-logo .mobile-logo{width:130px;height:24px}.header-wrapper .header-box-wrapper .header-logo .mobile-logo path{fill:#000}.header-wrapper .header-box-wrapper .nav-bar{display:flex;align-items:center;justify-content:flex-end;width:calc(100% - 100px);height:100%}.header-wrapper .header-box-wrapper .nav-bar .nav-item{height:100%;font-size:14px;color:#161514;margin-left:40px;cursor:pointer;font-family:Bold;letter-spacing:.4px;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;position:relative;transition:all .2s}.header-wrapper .header-box-wrapper .nav-bar .nav-item.active:after,.header-wrapper .header-box-wrapper .nav-bar .nav-item:hover:after{position:absolute;content:"";bottom:0;width:100%;height:2px;background-color:var(--brandColor);border-radius:2px 2px 0 0}.header-wrapper .header-box-wrapper .nav-bar .apps-wrapper{margin-left:40px;height:45px;display:flex;align-items:center}.header-wrapper .header-box-wrapper .nav-bar .apps-wrapper a,.header-wrapper .header-box-wrapper .nav-bar .apps-wrapper a img,.header-wrapper .header-box-wrapper .nav-bar .apps-wrapper a svg{height:36px;width:120px}@media (max-width:1050px){.header-wrapper .header-box-wrapper{display:none}}.header-wrapper .mobile-nav-bar{display:none}@media (max-width:1050px){.header-wrapper{padding:0}.header-wrapper .service-center{right:24px;bottom:100px}.header-wrapper .mobile-nav-bar{display:flex;align-items:center;justify-content:space-between;width:100%;height:46px;background-color:var(--brandColor);padding:0 var(--mainPadding)}.header-wrapper .mobile-nav-bar .nav-bar-menu{width:20px;height:16px;position:relative;display:block;cursor:pointer}.header-wrapper .mobile-nav-bar .nav-bar-menu .line{display:block;background:#fff;width:20px;height:2px;position:absolute;left:0;border-radius:4px;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s}.header-wrapper .mobile-nav-bar .nav-bar-menu .line.line-1{top:0}.header-wrapper .mobile-nav-bar .nav-bar-menu .line.line-2{top:50%;transform:translateY(-50%)}.header-wrapper .mobile-nav-bar .nav-bar-menu .line.line-3{top:100%;transform:translateY(-100%)}.header-wrapper .mobile-nav-bar .nav-bar-menu:focus .line-1,.header-wrapper .mobile-nav-bar .nav-bar-menu:focus .line-3,.header-wrapper .mobile-nav-bar .nav-bar-menu:hover .line-1,.header-wrapper .mobile-nav-bar .nav-bar-menu:hover .line-3{transform:translateY(-40%)}.header-wrapper .mobile-nav-bar .nav-bar-menu.active .line-1{transform:translateY(8px) translateX(0) rotate(45deg);-webkit-transform:translateY(8px) translateX(0) rotate(45deg);-moz-transform:translateY(8px) translateX(0) rotate(45deg)}.header-wrapper .mobile-nav-bar .nav-bar-menu.active .line-2{opacity:0}.header-wrapper .mobile-nav-bar .nav-bar-menu.active .line-3{transform:translateY(-8px) translateX(0) rotate(-45deg);-webkit-transform:translateY(-8px) translateX(0) rotate(-45deg);-moz-transform:translateY(-8px) translateX(0) rotate(-45deg)}.header-wrapper .mobile-nav-bar .mobile-logo{height:40px}}.footer-wrapper{background-color:#161514;overflow:hidden;width:100%}.footer-wrapper .top-side{padding:40px var(--mainPadding) 0 var(--mainPadding);display:flex;justify-content:space-between}.footer-wrapper .top-side .fc_icon svg path{fill:#fff}.footer-wrapper .top-side .fc_icon:hover svg path{fill:var(--brandColor)}.footer-wrapper .col{width:20%;color:#fff;display:flex;flex-direction:column}.footer-wrapper .col.col:first-child{width:40%}.footer-wrapper .col .logo-wrapper{margin-bottom:30px}.footer-wrapper .col .logo-wrapper img,.footer-wrapper .col .logo-wrapper svg{height:70px;width:70px}.footer-wrapper .col .footer-description{font-size:16px;width:70%;letter-spacing:1px}.footer-wrapper .col .col-title{font-size:18px;font-family:Medium;margin-bottom:24px}.footer-wrapper .col .nav-item{margin-bottom:16px}.footer-wrapper .col .nav-item:active,.footer-wrapper .col .nav-item:hover{color:var(--brandColor)}.footer-wrapper .col .apps-wrapper,.footer-wrapper .col .info,.footer-wrapper .col .social{display:flex;align-items:center;color:#161514;font-size:16px}.footer-wrapper .col .info-item{margin-right:30px;display:flex;align-items:center;letter-spacing:.4px;transition:all .2s;margin-bottom:16px}.footer-wrapper .col .info-item svg{margin-right:10px}.footer-wrapper .col .info-item svg path{fill:#fff;transition:all .2s}.footer-wrapper .col .info-item:hover{color:var(--brandColor)}.footer-wrapper .col .info-item:hover svg path{fill:var(--brandColor)}.footer-wrapper .col .apps-wrapper{margin-top:10px;display:flex}.footer-wrapper .col .apps-wrapper a img,.footer-wrapper .col .apps-wrapper a svg{height:36px;width:120px}.footer-wrapper .col .apps-wrapper .google-play{margin-right:10px}.footer-wrapper .col .social{margin-left:-5px}.footer-wrapper .col .social a{margin-right:8px}.footer-wrapper .col .social a img,.footer-wrapper .col .social a svg{width:32px;height:32px}.footer-wrapper .col .social a:hover svg path{fill:var(--brandColor)}.footer-wrapper .col .apps-wrapper{margin-top:16px}.footer-wrapper .col .apps-wrapper svg{width:120px}.footer-wrapper .bottom-side{padding:16px var(--mainPadding);border-top:1px solid #424c55;display:flex;align-items:center;justify-content:space-between;margin-top:40px;color:#fff}.footer-wrapper .bottom-side .copyright{font-size:14px;letter-spacing:1px}.footer-wrapper .bottom-side .developed-by{display:flex;align-items:center}.footer-wrapper .bottom-side .developed-by span{margin-right:20px;font-size:12px;letter-spacing:.4px}.footer-wrapper .bottom-side .developed-by a{display:flex;align-items:center}.footer-wrapper .bottom-side .developed-by svg{height:22px;width:80px}@media (max-width:1050px){.footer-wrapper,.footer-wrapper .top-side{flex-wrap:wrap}.footer-wrapper .col{width:33.3333333333%}.footer-wrapper .col.col:first-child{width:100%;margin-bottom:20px}.footer-wrapper .col.col:first-child .footer-description{margin-top:4px}.footer-wrapper .col .logo-wrapper{margin-bottom:0;margin-right:20px}.footer-wrapper .col .logo-wrapper img,.footer-wrapper .col .logo-wrapper svg{height:60px;width:60px}.footer-wrapper .col .footer-description{font-size:14px;width:calc(80% - 90px)}.footer-wrapper .col .col-title{font-size:16px;margin-bottom:20px}.footer-wrapper .col .nav-item{margin-bottom:10px}.footer-wrapper .col .apps-wrapper,.footer-wrapper .col .info,.footer-wrapper .col .social{font-size:14px}.footer-wrapper .col .social a{margin-right:8px}.footer-wrapper .col .social a img,.footer-wrapper .col .social a svg{width:24px;height:24px}.footer-wrapper .bottom-side{margin-top:30px}.footer-wrapper .bottom-side .copyright{font-size:12px}.footer-wrapper .bottom-side .developed-by svg{height:26px;width:80px}}@media (max-width:600px){.footer-wrapper .top-side{width:80%;margin:auto}.footer-wrapper .col{width:46%}.footer-wrapper .col.col:last-child{width:100%;margin-top:20px;flex-wrap:wrap}.footer-wrapper .col.col:last-child .col-title{order:1;width:50%}.footer-wrapper .col.col:last-child .dropdown-menu-item{order:2;margin-bottom:-50px}.footer-wrapper .col.col:last-child .social{order:3;width:50%}.footer-wrapper .col .logo-wrapper{margin-bottom:0;margin-right:20px}.footer-wrapper .col .logo-wrapper img,.footer-wrapper .col .logo-wrapper svg{height:50px;width:50px}.footer-wrapper .col .footer-description{font-size:14px;width:100%}.footer-wrapper .col .col-title{font-size:14px;margin-bottom:16px}.footer-wrapper .col .nav-item{margin-bottom:8px}.footer-wrapper .col .apps-wrapper,.footer-wrapper .col .info,.footer-wrapper .col .social{font-size:12px}.footer-wrapper .col .social a{margin-right:8px}.footer-wrapper .col .social a img,.footer-wrapper .col .social a svg{width:36px;height:36px}.footer-wrapper .bottom-side{flex-direction:column}.footer-wrapper .bottom-side .copyright{margin-bottom:10px;text-align:center}}@media (max-width:400px){.footer-wrapper .top-side{width:90%}.footer-wrapper .col{width:46%}.footer-wrapper .col .logo-wrapper{margin-right:10px}.footer-wrapper .col .logo-wrapper img,.footer-wrapper .col .logo-wrapper svg{height:40px;width:40px}.footer-wrapper .col .footer-description{font-size:12px}.footer-wrapper .col .col-title{font-size:14px;margin-bottom:10px}.footer-wrapper .col .info-item{font-size:12px}.footer-wrapper .col .nav-item{margin-bottom:8px}.footer-wrapper .col .apps-wrapper,.footer-wrapper .col .info,.footer-wrapper .col .social{font-size:12px}.footer-wrapper .col .social a{margin-right:8px}.footer-wrapper .col .social a img,.footer-wrapper .col .social a svg{width:26px;height:26px}}.languages-dropdown{width:82px}.languages-dropdown .language-dropdown-item .ant-dropdown-menu-title-content{display:flex;align-items:center;text-transform:uppercase}.languages-dropdown .language-dropdown-item img{width:20px;height:14px;margin-right:8px}.dropdown-menu-item{text-transform:uppercase;font-size:14px;font-family:Medium;letter-spacing:1px;display:flex;align-items:center;margin-top:10px}.dropdown-menu-item div{position:relative;top:1px}.dropdown-menu-item img{width:24px;height:20px;margin-right:10px;border-radius:1px}.dropdown-menu-item svg{margin-top:-2px}.dropdown-menu-item svg polygon{fill:#fff}.mobile-menu-wrapper{position:fixed;top:0;left:0;padding-top:46px;z-index:1010;width:100%;height:100vh;overflow:auto;transition:all .35s cubic-bezier(.39,.575,.565,1);visibility:hidden;opacity:0;display:none}@media (max-width:1050px){.mobile-menu-wrapper{display:block}}.mobile-menu-wrapper.expand_on{visibility:visible;opacity:1}.mobile-menu-wrapper .mobile-menu-content{width:350px;position:absolute;right:0;top:0;padding:46px 20px 20px;z-index:9002;height:100%;background-color:#fff;overflow-y:auto}.mobile-menu-wrapper .mobile-menu-content::-webkit-scrollbar{width:0}.mobile-menu-wrapper .mobile-menu-content .ant-dropdown-trigger{margin-top:10px;color:var(--brandColor);white-space:nowrap;display:flex;align-items:center}.mobile-menu-wrapper .mobile-menu-content .ant-dropdown-trigger .arrow-icon{width:14px;height:14px;transform:rotate(90deg);margin:0 30px 0 8px}.mobile-menu-wrapper .mobile-menu-content .nav-bar{width:100%;display:flex;flex-direction:column}.mobile-menu-wrapper .mobile-menu-content .nav-bar .nav-item{margin-top:20px;color:#676769}.mobile-menu-wrapper .mobile-menu-content .nav-bar .nav-item:hover{text-decoration:underline}.mobile-menu-wrapper .mobile-menu-content .phone-link{width:100%}.mobile-menu-wrapper .mobile-menu-content .phone_btn{width:80px;height:80px;border-radius:50%}.mobile-menu-wrapper .mobile-menu-content .service-center{display:none!important;width:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#fff;background-color:var(--brandColor);height:45px;border-radius:4px;padding:0 15px;line-height:14px;font-weight:700;letter-spacing:.4px;margin-top:20px}.mobile-menu-wrapper .mobile-menu-content .service-center .service-center-icon{margin-right:15px}.mobile-menu-wrapper .mobile-menu-content .service-center .service-center-icon path{fill:#fff}.mobile-menu-wrapper .mobile-menu-content .service-center span{margin-top:2px}.mobile-menu-wrapper .mobile-menu-content .languages-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.mobile-menu-wrapper .mobile-menu-content .languages-wrapper span{width:50%}.mobile-menu-wrapper .mobile-menu-content .languages-wrapper .language-button{width:50%;height:45px;background-color:#fff;display:flex;justify-content:flex-end;align-items:center;border-radius:6px;margin:0}.mobile-menu-wrapper .mobile-menu-content .buttons-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.mobile-menu-wrapper .mobile-menu-content .buttons-wrapper .menu-button{width:48%;display:flex;justify-content:flex-end}.mobile-menu-wrapper .mobile-menu-overlay{background:#000;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9000;opacity:.55}.mobile-menu-wrapper .hide{display:none}.ant-dropdown{z-index:10003}@media (max-width:600px){.mobile-menu-wrapper{padding-top:40px}.mobile-menu-wrapper .mobile-menu-content{padding:40px var(--mainPadding) var(--mainPadding);width:100%}.mobile-menu-wrapper .mobile-menu-content .search_box{height:36px;padding:5px}.mobile-menu-wrapper .mobile-menu-content .search_box .input-group-append .search_btn{padding-right:5px}.mobile-menu-wrapper .mobile-menu-content .search_box .input-group-append .search_btn svg{width:20px}.mobile-menu-wrapper .mobile-menu-content .search_box .search{font-size:13px}.mobile-menu-wrapper .mobile-menu-content .ant-menu{margin-top:5px}}.app-wrapper{padding:100px var(--mainPadding);display:flex;justify-content:space-between;position:relative}.app-wrapper .left-side{width:50%;height:100%}.app-wrapper .left-side .slider-wrapper{width:100%}.app-wrapper .left-side .slider-item{position:relative;width:100%}.app-wrapper .left-side .sub-slide-title{color:#f9a164;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Medium}.app-wrapper .left-side .slide-title{font-size:52px;font-family:Medium;letter-spacing:.4px;overflow:hidden;line-height:70px;height:136px;color:#161514;margin-bottom:50px}.app-wrapper .left-side .slide-description{width:90%;color:#161514;font-size:20px;line-height:36px;height:138px;overflow:hidden}.app-wrapper .left-side .slide-content{display:flex;justify-content:space-between;margin:60px 0}.app-wrapper .left-side .slide-content .col{color:#000;width:46%}.app-wrapper .left-side .slide-content .col img,.app-wrapper .left-side .slide-content .col svg{width:50px;height:50px;margin-bottom:10px}.app-wrapper .left-side .slide-content .col .col-title{font-size:22px;font-family:Medium;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-wrapper .left-side .slide-content .col .col-description{font-size:16px;line-height:30px}.app-wrapper .right-side{position:relative;width:48%}.app-wrapper .right-side .app-bg{position:absolute;top:50%;transform:translateY(-50%);right:0;width:80%;z-index:-2}.app-wrapper .right-side .mockup-wrapper{width:300px;padding-top:100%;position:relative;left:60%;transform:translateX(-50%)}.app-wrapper .right-side .mockup-wrapper .image-proportion{position:absolute;top:0;width:100%}.app-wrapper .right-side .mockup-wrapper .mockup{width:100%;z-index:2}.app-wrapper .right-side .mockup-wrapper .navbar_bg{position:relative;width:calc(100% - 10px);z-index:-1;left:5px;transform:translateY(-117%)}.app-wrapper .right-side .mockup-wrapper .navbar_bg img{width:100%}.app-wrapper .right-side .mockup-wrapper .hover_nav{width:calc(100% - 10px);position:absolute;bottom:34px;left:5px;z-index:0}.app-wrapper .right-side .mockup-wrapper .hover_nav #bg_1,.app-wrapper .right-side .mockup-wrapper .hover_nav #bg_2,.app-wrapper .right-side .mockup-wrapper .hover_nav #bg_3,.app-wrapper .right-side .mockup-wrapper .hover_nav #bg_4,.app-wrapper .right-side .mockup-wrapper .hover_nav #bg_5{visibility:hidden;cursor:pointer}.app-wrapper .right-side .mockup-wrapper .hover_nav #svg_1,.app-wrapper .right-side .mockup-wrapper .hover_nav #svg_2,.app-wrapper .right-side .mockup-wrapper .hover_nav #svg_3,.app-wrapper .right-side .mockup-wrapper .hover_nav #svg_4,.app-wrapper .right-side .mockup-wrapper .hover_nav #svg_5{cursor:pointer}.app-wrapper .right-side .mockup-wrapper .hover_nav #item_1:hover #bg_1,.app-wrapper .right-side .mockup-wrapper .hover_nav #item_2:hover #bg_2,.app-wrapper .right-side .mockup-wrapper .hover_nav #item_3:hover #bg_3,.app-wrapper .right-side .mockup-wrapper .hover_nav #item_4:hover #bg_4,.app-wrapper .right-side .mockup-wrapper .hover_nav #item_5:hover #bg_5{visibility:visible}.app-wrapper .right-side .mockup-wrapper .home-bg{width:calc(100% - 10px);position:absolute;top:9px;left:5px;z-index:-2;border-radius:8px 8px 0 0}@media screen and (max-width:1050px){.app-wrapper{padding-top:0;flex-direction:column}.app-wrapper .left-side{width:100%}.app-wrapper .right-side{width:100%;margin-top:40px}.app-wrapper .right-side .app-bg{width:60%;right:50%;transform:translate(50%,-60%)}.app-wrapper .right-side .mockup-wrapper{left:50%}}@media (max-width:700px){.app-wrapper .left-side .slide-title{font-size:40px;line-height:56px;height:108px;margin-bottom:30px}.app-wrapper .left-side .slide-description{width:100%;font-size:18px;line-height:30px;height:86px}.app-wrapper .left-side .slide-content{margin:40px 0}.app-wrapper .left-side .slide-content .col{width:46%}.app-wrapper .left-side .slide-content .col img,.app-wrapper .left-side .slide-content .col svg{width:40px;height:40px;margin-bottom:10px}.app-wrapper .left-side .slide-content .col .col-title{font-size:20px}.app-wrapper .left-side .slide-content .col .col-description{font-size:14px;line-height:22px}.app-wrapper .right-side{margin:40px 0 80px}.app-wrapper .right-side .app-bg{width:90%;transform:translate(50%,-40%)}.app-wrapper .right-side .mockup-wrapper{right:50%}}@media (max-width:550px){.app-wrapper .left-side .slide-title{margin-bottom:30px;font-size:28px;line-height:36px;height:72px}.app-wrapper .left-side .slide-description{font-size:16px;line-height:26px;height:80px}.app-wrapper .left-side .slide-content{margin:30px 0}.app-wrapper .left-side .slide-content .col{width:48%}.app-wrapper .left-side .slide-content .col img,.app-wrapper .left-side .slide-content .col svg{width:30px;height:30px;margin-bottom:10px}.app-wrapper .left-side .slide-content .col .col-title{font-size:16px}.app-wrapper .left-side .slide-content .col .col-description{font-size:12px;line-height:18px}}@media (max-width:550px)and (max-width:350px){.app-wrapper .right-side{margin-bottom:150px}.app-wrapper .right-side .app-bg{transform:translate(50%,-20%)}}@media (max-width:550px){.app-wrapper .right-side .app-bg{width:100%}.app-wrapper .right-side .mockup-wrapper{width:220px}.app-wrapper .right-side .mockup-wrapper .hover_nav{bottom:-2px}.app-wrapper .right-side .mockup-wrapper .home-bg,.app-wrapper .right-side .mockup-wrapper .navbar_bg{width:calc(100% - 7px);left:3px}}.progress-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:40px}.progress-wrapper .end-index,.progress-wrapper .start-index{color:#000;font-weight:600;font-size:18px}.progress-wrapper .progress-bar{width:calc(100% - 80px);position:relative;border-radius:5px;height:5px;background:#d8d8d8;margin:auto}.progress-wrapper .progress-bar .stroke{position:absolute;top:0;left:0;width:0;height:5px;z-index:10;background:#f9a127;display:block;border-radius:5px;will-change:width}.progress-wrapper .progress-bar .stroke.animate{animation-duration:5s;animation-fill-mode:both;animation-name:progress}.progress-wrapper span{color:#000}@keyframes progress{0%{width:0}to{width:100%}}.services-wrapper{width:100%;padding:180px var(--mainPadding) 80px var(--mainPadding)}.services-wrapper .service-title{font-size:40px;font-family:Bold;position:relative;display:inline-block;padding-bottom:10px}.services-wrapper .service-title:after{content:"";width:45%;height:3px;background-color:var(--brandColor);position:absolute;bottom:0;left:0}.services-wrapper .services-content{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:60px}.services-wrapper .services-content .service-item{width:23%;border-radius:4px;background:#fffbf5;border-bottom:3px solid #ec7b1a;padding:30px 30px 0;cursor:pointer;transition:all .25s}.services-wrapper .services-content .service-item .link{width:100%}.services-wrapper .services-content .service-item .link .service-item-title{width:100%;font-size:21px;line-height:36px;color:#000;margin-bottom:24px;height:68px;overflow:hidden}.services-wrapper .services-content .service-item .link .service-img-wrapper{width:100%;display:flex;justify-content:space-between}.services-wrapper .services-content .service-item .link .service-img-wrapper .dots-icon{visibility:hidden;margin-left:-26px}.services-wrapper .services-content .service-item .link .service-img-wrapper .service-item-icon{height:60px;margin-bottom:10px}.services-wrapper .services-content .service-item:hover{background:#fca92a;background:linear-gradient(180deg,#fca92a,#ec7b1a)}.services-wrapper .services-content .service-item:hover .service-item-title{color:#fff}.services-wrapper .services-content .service-item:hover .service-img-wrapper .dots-icon{visibility:visible}@media (max-width:1500px){.services-wrapper .services-content .service-item{padding:20px 20px 0}.services-wrapper .services-content .service-item .service-item-title{width:100%;font-size:22px;line-height:32px;margin-bottom:20px}.services-wrapper .services-content .service-item .service-img-wrapper .dots-icon{margin-left:-16px}.services-wrapper .services-content .service-item .service-img-wrapper .service-item-icon{height:60px;margin-bottom:10px}}@media (max-width:1050px){.services-wrapper .services-content .service-item{padding:10px 10px 0}.services-wrapper .services-content .service-item .service-item-title{width:100%;font-size:18px;height:52px;line-height:26px}.services-wrapper .services-content .service-item .service-img-wrapper{width:100%;display:flex;justify-content:space-between}.services-wrapper .services-content .service-item .service-img-wrapper .dots-icon{visibility:hidden;margin-left:-16px;height:60px}.services-wrapper .services-content .service-item .service-img-wrapper .service-item-icon{height:44px;margin-bottom:0}.services-wrapper .services-content .service-item:hover{background-color:var(--brandColor)}.services-wrapper .services-content .service-item:hover .service-item-title{color:#fff}.services-wrapper .services-content .service-item:hover .service-img-wrapper .dots-icon{visibility:visible}}@media (max-width:700px){.services-wrapper{padding:100px var(--mainPadding) 40px var(--mainPadding)}.services-wrapper .service-title{font-size:30px}.services-wrapper .services-content{flex-wrap:wrap}.services-wrapper .services-content .service-item{width:48%;margin-bottom:20px}.services-wrapper .services-content .service-item .service-item-title{width:100%;font-size:18px;height:52px;line-height:26px}.services-wrapper .services-content .service-item .service-img-wrapper .dots-icon{height:70px}.services-wrapper .services-content .service-item .service-img-wrapper .service-item-icon{height:50px;margin-bottom:0}}@media (max-width:400px){.services-wrapper .services-content{flex-wrap:wrap}.services-wrapper .services-content .service-item{width:49%;margin-bottom:10px}.services-wrapper .services-content .service-item .service-item-title{width:100%;font-size:16px;height:52px;line-height:26px}.services-wrapper .services-content .service-item .service-img-wrapper .dots-icon{height:60px}.services-wrapper .services-content .service-item .service-img-wrapper .service-item-icon{height:40px;margin-bottom:0}}.main-wrapper{position:relative;top:80px;width:100%;height:calc(100vh - 80px);background-color:#fffcf6;display:flex;justify-content:space-between;align-items:center;padding:0 var(--mainPadding)}.main-wrapper .main-content{width:48%}.main-wrapper .main-content .main-title{font-family:Bold;font-size:54px;font-weight:700;letter-spacing:.4px;overflow:hidden;line-height:70px;height:136px;color:#161514;margin-bottom:50px}.main-wrapper .main-content .main-description{width:100%;color:#161514;font-size:20px;line-height:36px;height:102px;overflow:hidden}.main-wrapper .main-content .download-btn{height:50px;width:220px;border-radius:4px;background-color:var(--brandColor);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:50px;letter-spacing:1px;font-size:15px}.main-wrapper .main-img{width:45%}.main-wrapper .main-img img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.main-wrapper .main-img .box{position:absolute;top:0;right:0;width:30%;height:76%;z-index:0;background-color:var(--brandSecColor)}@media (max-width:1500px){.main-wrapper .main-content{width:46%}.main-wrapper .main-img .box{width:30%;height:70%}}@media (max-width:1200px){.main-wrapper .main-content .main-title{font-size:42px;line-height:60px;height:114px;margin-bottom:30px}.main-wrapper .main-content .main-description{font-size:18px;line-height:32px;height:122px}.main-wrapper .main-content .download-btn{height:44px;width:190px;margin-top:30px}}@media (max-width:1050px){.main-wrapper{top:46px;flex-direction:column}.main-wrapper .main-content{width:100%;margin-bottom:30px}.main-wrapper .main-content .main-title{font-size:38px;line-height:40px;height:40px;margin-bottom:30px;margin-top:30px}.main-wrapper .main-content .main-description{font-size:16px;line-height:24px;height:46px}.main-wrapper .main-content .download-btn{height:44px;width:190px;margin-top:30px}.main-wrapper .main-img{width:100%;display:flex;justify-content:flex-end;padding:40px}.main-wrapper .main-img img{width:80%}.main-wrapper .main-img .box{top:unset;bottom:50px;width:35%;height:68%}}@media (max-width:700px){.main-wrapper .main-content{margin-bottom:50px}.main-wrapper .main-content .main-title{font-size:30px;line-height:30px;height:30px;margin-bottom:20px;margin-top:20px}.main-wrapper .main-content .main-description{font-size:14px;line-height:20px;height:62px}.main-wrapper .main-content .download-btn{height:36px;width:160px;margin-top:30px}.main-wrapper .main-img{width:100%;padding:20px}.main-wrapper .main-img img{width:80%}.main-wrapper .main-img .box{top:unset;bottom:20px;width:35%;height:55%}}.about-wrapper{padding:180px var(--mainPadding);display:flex;justify-content:space-between}.about-wrapper .left-side{width:52%;position:relative}.about-wrapper .left-side .image-wrapper{width:100%;padding-top:71.3%;position:relative}.about-wrapper .left-side .image-wrapper .about-img{position:absolute;top:0;left:10px;width:100%;height:100%;padding:1px;border-radius:8px;object-fit:contain}.about-wrapper .left-side .img-description-wrapper{width:80%;height:120px;padding:0 30px;border-radius:4px;background-color:#000;color:#fff;position:absolute;bottom:-60px;display:flex;flex-direction:column;justify-content:center}.about-wrapper .left-side .img-description-wrapper .img-title{font-size:22px;font-family:Medium;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px;letter-spacing:.4px}.about-wrapper .left-side .img-description-wrapper .img-description{letter-spacing:1px}.about-wrapper .right-side{width:42%;position:relative}.about-wrapper .right-side .about-sub-title{color:#f9a164;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Medium}.about-wrapper .right-side .about-title{width:80%;font-size:40px;color:#000;font-family:Medium;margin-bottom:14px;overflow:hidden;height:60px}.about-wrapper .right-side .about-description{font-size:18px;line-height:30px;overflow:hidden;height:300px}@media (min-width:1780px){.about-wrapper .right-side .about-description{height:380px}}.about-wrapper .right-side .about-btn{visibility:hidden;height:50px;width:180px;border-radius:4px;background-color:var(--brandColor);color:#fff;display:flex;align-items:center;justify-content:center;position:absolute;bottom:-50px}@media (max-width:1600px){.about-wrapper .right-side .about-sub-title{font-size:20px}.about-wrapper .right-side .about-title{width:80%;font-size:34px;height:60px}.about-wrapper .right-side .about-description{font-size:16px;line-height:26px}}@media (max-width:1200px){.about-wrapper .right-side .about-description{height:204px}}@media (max-width:1050px){.about-wrapper{flex-direction:column-reverse;padding:100px var(--mainPadding)}.about-wrapper .left-side,.about-wrapper .right-side{width:100%}.about-wrapper .right-side .about-btn{position:unset;margin:40px 0}}@media (max-width:600px){.about-wrapper .left-side .img-description-wrapper{width:90%;height:100px;padding:0 12px;bottom:-50px}.about-wrapper .left-side .img-description-wrapper .img-title{font-size:18px}.about-wrapper .left-side .img-description-wrapper .img-description{font-size:12px}.about-wrapper .right-side{width:100%}.about-wrapper .right-side .about-sub-title{font-size:18px}.about-wrapper .right-side .about-title{width:100%;font-size:28px;height:82px}.about-wrapper .right-side .about-description{font-size:14px;line-height:22px;height:174px}.about-wrapper .right-side .about-btn{margin:30px 0;height:40px;width:150px}}.info-wrapper{width:100%;padding:0 var(--mainPadding);background-color:var(--brandSecColor);display:flex;justify-content:space-between;align-items:flex-end}.info-wrapper .left-part{width:46%}.info-wrapper .left-part img{width:80%}.info-wrapper .right-part{width:46%;padding:50px 0}.info-wrapper .right-part .info-title{font-size:36px;letter-spacing:1px;font-family:Bold;overflow:hidden;line-height:46px;height:90px}.info-wrapper .right-part .info-description{width:100%;font-size:16px;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:20px 0}.info-wrapper .right-part .fortuneBtn{display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#fff;height:45px;width:200px;font-size:14px;font-family:Medium;letter-spacing:.4px;background-color:var(--brandColor);border-radius:4px}@media (max-width:1050px){.info-wrapper{flex-direction:column-reverse}.info-wrapper .left-part,.info-wrapper .right-part{width:100%;display:flex;justify-content:center}.info-wrapper .right-part{flex-direction:column;align-items:center}.info-wrapper .right-part .info-title{width:80%;text-align:center}.info-wrapper .right-part .info-description{text-align:center}}@media (max-width:700px){.info-wrapper .right-part .info-title{width:100%;font-size:30px;line-height:40px;height:78px}.info-wrapper .right-part .info-description{font-size:14px}.info-wrapper .right-part .apps-wrapper a img,.info-wrapper .right-part .apps-wrapper a svg{height:40px;width:140px}.info-wrapper .right-part .apps-wrapper .google-play{margin-right:0}}.ant-modal{width:650px!important;height:390px}.ant-modal,.ant-modal-content{transform-origin:unset!important;animation-duration:unset!important}.ant-modal-content{border-radius:4px;height:100%}.ant-modal-content .ant-modal-close{top:6px;right:2px}.ant-modal-content .ant-modal-close .ant-modal-close-x{color:#fff;font-size:22px}.ant-modal-content .ant-modal-header{height:68px;display:flex;align-items:center;background-color:var(--brandColor);border-radius:4px 4px 0 0}.ant-modal-content .ant-modal-header .ant-modal-title{color:#fff;font-size:17px}.ant-modal-footer{border:0}.ant-modal-footer .ant-btn.ant-btn-default{display:none!important}.ant-modal-footer .ant-btn.ant-btn-primary{position:absolute;bottom:30px;right:20px;width:120px;height:39px;border-radius:4px;font-size:16px;border-color:var(--brandColor)!important;background:var(--brandColor)!important}.bottomBlock{display:flex;justify-content:space-between;width:100%}.bottomBlock .custom-input-group{width:44%}.custom-input-group{position:relative;margin-bottom:24px}.custom-input-group label{display:block;font-size:14px;font-weight:500;color:#949ba4;margin-bottom:8px;position:absolute;transform:translateY(8px);transition:color .2s ease,font-size .2s ease,transform .2s ease;pointer-events:none}.custom-input-group.active label{font-size:12px;transform:translateY(-16px)}.custom-input-group .ant-select-selection-item{box-shadow:unset}.custom-input-group .ant-select-item-option-content{display:flex;align-items:center}.custom-input-group input,.custom-input-group select,.custom-input-group textarea{width:100%;height:42px;border:0;border-bottom:2px solid #bfbfbf;padding:8px 0;font-size:16px;font-weight:400;background:transparent;transition:all .3s cubic-bezier(.645,.045,.355,1);border-radius:0}.custom-input-group input:not(.ant-select-search__field):focus,.custom-input-group select:not(.ant-select-search__field):focus,.custom-input-group textarea:not(.ant-select-search__field):focus{outline:none;border-bottom-color:var(--brandColor)}.custom-input-group input::placeholder,.custom-input-group select::placeholder,.custom-input-group textarea::placeholder{font-family:Regular}.custom-input-group input.resizable,.custom-input-group select.resizable,.custom-input-group textarea.resizable{resize:vertical;min-height:100px}.custom-input-group input.invalid,.custom-input-group select.invalid,.custom-input-group textarea.invalid{border-bottom-color:#f54641}.custom-input-group input[type=checkbox]{height:25px;width:25px}.custom-input-group input::placeholder{color:#949ba4;font-size:14px}.custom-input-group textarea{resize:none;height:100px;padding:12px}.custom-input-group textarea::placeholder{font-family:Medium;color:#949ba4;font-size:14px}.custom-input-group .custom-select{position:relative;height:42px;border-bottom:2px solid #bfbfbf}.custom-input-group .custom-select .ant-select-selection--multiple{min-height:50px}.custom-input-group .custom-select .ant-select-selection--multiple .ant-select-selection__rendered{min-height:50px;display:flex;align-items:center}.custom-input-group .custom-select .ant-select-selection--multiple .ant-select-selection__rendered li{margin-top:2px;margin-bottom:2px}.custom-input-group .custom-select .ant-select-selection--single{height:50px;display:flex;align-items:center}.custom-input-group .custom-select .ant-select-selection--single .ant-select-selection__rendered{width:100%;overflow:hidden}.custom-input-group .custom-select .ant-select-selection-search input{box-shadow:unset!important}.custom-input-group .custom-select:focus{outline:none}.custom-input-group .tree-select-wrapper{width:100%;position:relative}.custom-input-group .ant-select-dropdown .child-option{padding-left:25px}.custom-input-group .ant-select-dropdown .parent-option{font-family:Bold}.custom-input-group .ant-select-dropdown .parent-option:hover{background-color:transparent}.custom-input-group .ant-select-dropdown .parent-option.ant-select-item-option-disabled{color:unset;cursor:default}.custom-input-group .ant-select-arrow{top:0;margin:0;display:flex;justify-content:center;align-items:center;height:42px}.custom-input-group .ant-select-arrow .custom-suffix-icon{transform:none;width:8px;height:8px;transition:transform .2s;transform-origin:center}.custom-input-group .ant-select-arrow .custom-suffix-icon polygon{fill:#000}.custom-input-group .ant-select-arrow .custom-suffix-icon.rotate{transform:rotate(180deg)}.custom-input-group .visibility-icon{position:absolute;top:11px;right:14px;height:18px;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center}.custom-input-group .visibility-icon svg{width:18px}.custom-input-group .visibility-icon i{font-size:16px;-webkit-user-select:none;user-select:none;transition:color .3s ease;color:#10233c}.custom-input-group:focus{outline:none}.custom-input-group .error-message{color:#f54641;display:flex;align-items:center;font-size:12px;position:absolute}.custom-input-group .error-message.show{visibility:visible;opacity:1;height:20px;padding-top:10px}.custom-input-group .error-message.hide{visibility:hidden;opacity:0;height:0;padding-top:0}@media screen and (max-width:700px){.custom-input-group .error-message{font-size:11px}}.select-options{width:100%;max-height:250px;overflow-x:hidden;overflow-y:auto;background:#fff;border-radius:4px;box-shadow:0 2px 2px rgba(0,0,0,.15);z-index:50}.select-options .option-item{display:flex;align-items:center;padding:5px 12px;overflow:hidden;font-size:13px;color:rgba(0,0,0,.65);font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.select-options .option-item input{width:15px;height:15px;margin-right:5px}.select-options .option-item:hover{background-color:#e6f7ff}.select-options .option-item.checked{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.clear-option{border-bottom:1px solid #424c55}.clear-option .ant-select-item-option-content{padding:0;margin:0;font-size:12px}.clear-option span{display:flex;justify-content:space-between;align-items:center}.clear-option span svg{margin-left:-6px;width:22px;height:22px}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0}.ant-checkbox-wrapper .ant-checkbox-inner{border-color:#ececf1!important}.ant-checkbox-wrapper .ant-checkbox-input:focus,.ant-checkbox-wrapper .ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:var(--brandColor)}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--brandColor);border-color:var(--brandColor)!important}.ant-checkbox-wrapper .ant-checkbox-checked:after{border-color:var(--brandColor)}.ant-select .ant-select-selection:active,.ant-select .ant-select-selection:focus,.ant-select .ant-select-selection:hover{border-color:#ececf1;box-shadow:none}.ant-select.invalid .ant-select-selection{border-color:red}.ant-select .ant-select-selection__placeholder{color:#9b9b9b;font-size:13px}.ant-select .ant-select-selection--single{height:35px}.ant-select .ant-select-selection--single .ant-select-selection__rendered{line-height:33px}.ant-select .ant-select-selection--single .ant-select-selection__rendered:active,.ant-select .ant-select-selection--single .ant-select-selection__rendered:focus,.ant-select .ant-select-selection--single .ant-select-selection__rendered:hover{outline:none}.ant-select .ant-select-search input{outline:none!important;padding:6px 0}.ant-select.ant-select-focused .ant-select-selection{border:2px solid #ececf1!important;box-shadow:0 0 0 0 #fff!important}.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,.ant-select-focused:not(.ant-select-disabled).ant-select-single:not(.ant-select-customize-input) .ant-select-selector{box-shadow:none;border:2px solid var(--brandColor);outline:0}.ant-select-dropdown-menu-item{background-color:#fff}.ant-select-dropdown-menu-item:not(:last-child){border-bottom:1px solid #ddd}.ant-select-dropdown-menu-item:hover{background-color:hsla(0,0%,70.2%,.38)!important}.ant-select-dropdown-menu-item-active{background-color:hsla(0,0%,100%,.38)!important}.ant-dropdown-menu-item:hover{background-color:#f1f1f1}.ant-rate-star>div:focus,.ant-rate-star>div:hover{transform:none}.ant-calendar-selected-day .ant-calendar-date{border-color:var(--brandColor);color:var(--brandColor);background-color:#fff}.ant-calendar-date{transition:all .3s ease}.ant-calendar-date:hover{color:#fff;background-color:red}.ant-calendar-today .ant-calendar-date{border-color:#ececf1;color:#333;background-color:#fff}.ant-calendar-disabled-cell .ant-calendar-date{background:#f5f5f5;border:1px solid transparent}.ant-calendar-disabled-cell .ant-calendar-date:hover{color:rgba(0,0,0,.25)}.ant-calendar .ant-calendar-ok-btn:not(.ant-calendar-ok-btn-disabled),.ant-calendar .ant-calendar-ok-btn:not(.ant-calendar-ok-btn-disabled):hover{background-color:var(--brandColor);border-color:var(--brandColor)}.ant-calendar-today-btn,.ant-calendar .ant-calendar-time-picker-btn{text-transform:capitalize}.ant-calendar-today-btn:hover,.ant-calendar .ant-calendar-time-picker-btn:hover{color:var(--brandColor)}.ant-calendar-picker{border-color:#ececf1}.ant-calendar-picker:hover .ant-calendar-picker-input{border-color:var(--brandColor)!important}.ant-calendar-picker.error .ant-calendar-picker-input,.ant-calendar-picker.error .ant-calendar-picker-input:hover{border:1px solid red!important}.ant-calendar-picker .ant-calendar-picker-input:focus,.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled){box-shadow:none;border-color:#ececf1}.ant-calendar-picker .ant-calendar-picker-input:hover{border-color:var(--brandColor)}.ant-calendar-picker .ant-calendar-picker-clear{font-size:16px;display:flex;align-items:center;justify-content:center;background-color:#fff;margin-top:-11px;right:9px;width:22px;height:22px}.ant-popover-content .ant-popover-arrow{display:none}.ant-popover-content .ant-popover-inner{border-radius:8px;border:1px solid #ddd}.ant-popover-content .ant-popover-inner .ant-popover-inner-content{padding:0}.ant-notification-notice-icon img{width:25px;height:25px}.custom-notification{cursor:pointer}.notification-success{background-color:#2cb76c}.notification-success .ant-notification-notice-description,.notification-success .ant-notification-notice-message{color:#fff!important}.notification-success .ant-notification-notice-close i{color:#fff}.notification-error{background-color:#fb3838}.notification-error .ant-notification-notice-description,.notification-error .ant-notification-notice-message{color:#fff!important}.notification-error .ant-notification-notice-close i{color:#fff}:root{--brandColor:#ff850b;--brandSecColor:#fedfaa;--mainPadding:200px;--asideContentWidth:500px}@media(max-width:1700px){:root{--asideContentWidth:430px}}@media(max-width:1500px){:root{--asideContentWidth:380px}}@media(max-width:1400px){:root{--mainPadding:120px}}@media(max-width:1300px){:root{--mainPadding:60px;--asideContentWidth:300px}}@media(max-width:1100px){:root{--mainPadding:40px}}@media(max-width:800px){:root{--asideContentWidth:250px;--mainPadding:20px}}@media(max-width:600px){:root{--mainPadding:15px}}@media(max-width:500px){:root{--mainPadding:10px}}@font-face{font-family:Regular;src:url(/static/media/Mardoto-Regular.9f015f9f.ttf)}@font-face{font-family:Medium;src:url(/static/media/Mardoto-Medium.05652b54.ttf)}@font-face{font-family:Bold;src:url(/static/media/Mardoto-Bold.10dcb55c.ttf)}@font-face{font-family:Heavy;src:url(/static/media/SF-Pro-Text-Heavy.8eb15324.otf)}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none;outline:0}html{scroll-behavior:smooth}body{margin:0;font-family:Regular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;width:100%}iframe{display:none}button{cursor:pointer;border:none;padding:0}button:focus{outline:none}p{margin-bottom:0}a,a:hover{text-decoration:none;color:inherit}ul{list-style:none;padding-left:0;margin-bottom:0}input,select{border:none}input:focus,select:focus{outline:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{background-color:#fff!important;-webkit-box-shadow:0 0 0 30px #fff inset!important}.ReactModal__Overlay{opacity:0;transition:opacity .2s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.modal-wrapper{position:absolute;top:50%;left:50%;right:auto;bottom:auto;width:auto;transform:translate(-50%,-50%);z-index:9900}.modal-overlay{position:fixed;top:0;left:0;right:0;z-index:9900;bottom:0;background:rgba(0,0,0,.35)}.separator{border-top:1px solid #ececf1}.privacy-policy-container{margin-top:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 var(--mainPadding) 80px}.privacy-policy-container h3{font-size:30px;font-family:Bold}.privacy-policy-container p{text-align:left}.privacy-policy-container p h2{font-size:22px;margin-top:30px;font-family:Bold}.privacy-policy-container p span{font-size:18px;font-family:Regular}.privacy-policy-container p ul{list-style:unset}.privacy-policy-container p ul li{font-size:18px;font-family:Regular;margin-left:20px}
/*# sourceMappingURL=main.332e1bfc.chunk.css.map */