(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[611],{212:function(a,e,s){(window.__NEXT_P=window.__NEXT_P||[]).push(["/attorney-form",function(){return s(7178)}])},7178:function(a,e,s){"use strict";s.r(e),s.d(e,{default:function(){return b}});var t=s(4924),r=s(6042),n=s(9396),l=s(5893),i=s(6089),c=s.n(i),o=s(7294),d=function(){return(0,l.jsx)("div",{className:"d-flex justify-content-center align-items-center vh-100 bg-light",children:(0,l.jsxs)("div",{className:"text-center p-5 shadow bg-white rounded",children:[(0,l.jsx)("h1",{className:"text-primary",children:"\ud83c\udfdb\ufe0f Client Dashboard"}),(0,l.jsx)("p",{className:"lead",children:"Welcome! You are logged in as a Client."})]})})},x=function(){return(0,l.jsx)("div",{className:"d-flex justify-content-center align-items-center vh-100 bg-light",children:(0,l.jsxs)("div",{className:"text-center p-5 shadow bg-white rounded",children:[(0,l.jsx)("h1",{className:"text-warning text-dark",children:"\u2696\ufe0f Attorney Dashboard"}),(0,l.jsx)("p",{className:"lead",children:"Welcome! You are logged in as an Attorney."})]})})};function b(){var a=(0,o.useState)("Client"),e=a[0],s=a[1],i=(0,o.useState)("login"),b=i[0],m=i[1],p=(0,o.useState)(1),f=p[0],j=p[1],h=(0,o.useState)(!1),u=h[0],g=h[1],N=(0,o.useState)(""),y=N[0],w=N[1],k=(0,o.useState)(""),v=k[0],C=k[1],z=(0,o.useState)({firstName:"",lastName:"",email:"",password:"",repeatPassword:"",captcha:"",street:"",apt:"",city:"",state:"",country:"",zip:"",countryCode:"+91",phone:"",dob:"",terms:!1}),q=z[0],P=z[1],A=function(a){var e="checkbox"===a.target.type?a.target.checked:a.target.value;P((0,n.Z)((0,r.Z)({},q),(0,t.Z)({},a.target.name,e)))};if(u){if("Client"===e)return(0,l.jsx)(d,{});if("Attorney"===e)return(0,l.jsx)(x,{})}return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac main-wrapper",children:(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac "+"auth-card ".concat(2===f&&"signup"===b?"wide":""),children:(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-body",children:["login"===b&&(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac fade-in",children:[(0,l.jsx)("h2",{className:"jsx-702f7d8ba35898ac portal-title",children:"Welcome Back"}),(0,l.jsx)("p",{className:"jsx-702f7d8ba35898ac portal-subtitle",children:"Please Sign In to continue"}),y&&(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac alert-msg error",children:y}),(0,l.jsxs)("form",{onSubmit:function(a){a.preventDefault(),"error@lawfirm.com"!==q.email?(q.email.includes("attorney")?s("Attorney"):s("Client"),g(!0)):w("Invalid Email ID or Password")},className:"jsx-702f7d8ba35898ac",children:[(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Email ID ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"email",name:"email",placeholder:"email@lawfirm.com",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Password ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"password",name:"password",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac forgot-link",children:(0,l.jsx)("a",{href:"#",onClick:function(a){return a.preventDefault()},className:"jsx-702f7d8ba35898ac",children:"Forgot Password?"})}),(0,l.jsx)("button",{type:"submit",className:"jsx-702f7d8ba35898ac action-btn",children:"Log In"}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac toggle-text",children:["New User? ",(0,l.jsx)("span",{onClick:function(){m("signup"),w("")},className:"jsx-702f7d8ba35898ac",children:"Create Account"})]})]})]}),"signup"===b&&1===f&&(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac fade-in",children:[(0,l.jsx)("h2",{className:"jsx-702f7d8ba35898ac portal-title",children:"Create Account"}),(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac role-selector",children:(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac role-btns",children:[(0,l.jsx)("button",{type:"button",onClick:function(){return s("Client")},className:"jsx-702f7d8ba35898ac "+"role-btn ".concat("Client"===e?"active":""),children:"Client"}),(0,l.jsx)("button",{type:"button",onClick:function(){return s("Attorney")},className:"jsx-702f7d8ba35898ac "+"role-btn ".concat("Attorney"===e?"active":""),children:"Attorney"})]})}),y&&(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac alert-msg error",children:y}),(0,l.jsxs)("form",{onSubmit:function(a){if(a.preventDefault(),w(""),q.firstName&&q.lastName&&q.email&&q.password)if("exist@lawfirm.com"!==q.email){/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(q.email)?q.password===q.repeatPassword?q.password.length<6?w("Password must be at least 6 characters long."):"X7K9B"===q.captcha.toUpperCase()?(j(2),window.scrollTo(0,0)):w("Invalid Captcha!"):w("Passwords do not match!"):w("Invalid Email Format")}else w("Error: This Email ID is already registered.");else w("All fields are mandatory.")},className:"jsx-702f7d8ba35898ac",children:[(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac row-split",children:[(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["First Name ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"firstName",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Last Name ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"lastName",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Email ID ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"email",name:"email",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Password ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"password",name:"password",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Repeat Password ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"password",name:"repeatPassword",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Captcha ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac captcha-box",children:"X 7 K 9 B"}),(0,l.jsx)("input",{type:"text",name:"captcha",placeholder:"Enter Code",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsx)("button",{type:"submit",className:"jsx-702f7d8ba35898ac action-btn",children:"Next Step \u2192"}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac toggle-text",children:["Already Have An Account? ",(0,l.jsx)("span",{onClick:function(){return m("login")},className:"jsx-702f7d8ba35898ac",children:"Sign In"})]})]})]}),"signup"===b&&2===f&&(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac fade-in",children:[(0,l.jsx)("h2",{className:"jsx-702f7d8ba35898ac portal-title",children:"Complete Profile"}),(0,l.jsxs)("p",{className:"jsx-702f7d8ba35898ac portal-subtitle",children:["Step 2: ",e," KYC Details"]}),v&&(0,l.jsx)("div",{className:"jsx-702f7d8ba35898ac alert-msg success",children:v}),(0,l.jsxs)("form",{onSubmit:function(a){a.preventDefault(),C("Please check your email to activate your account."),setTimeout((function(){alert("Account Created for ".concat(e,"!\nGenerated ID: MEM-").concat(Math.floor(1e3+9e3*Math.random()))),C(""),m("login"),j(1)}),2e3)},className:"jsx-702f7d8ba35898ac",children:[(0,l.jsx)("h4",{className:"jsx-702f7d8ba35898ac section-head",children:"Address Details"}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac row-split",children:[(0,l.jsxs)("div",{style:{flex:2},className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Street Name ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"street",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Apt/Unit ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"apt",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac row-split",children:[(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["City ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"city",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["State ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"state",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac row-split",children:[(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Country ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"text",name:"country",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Zip Code ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"number",name:"zip",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]})]}),(0,l.jsx)("h4",{className:"jsx-702f7d8ba35898ac section-head",children:"Personal Details"}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac row-split",children:[(0,l.jsxs)("div",{style:{flex:.6},className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Code ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("select",{name:"countryCode",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp",children:[{name:"India",code:"+91"},{name:"USA/Canada",code:"+1"},{name:"UK",code:"+44"},{name:"Australia",code:"+61"},{name:"UAE",code:"+971"}].map((function(a,e){return(0,l.jsxs)("option",{value:a.code,className:"jsx-702f7d8ba35898ac",children:[a.code," (",a.name,")"]},e)}))})]}),(0,l.jsxs)("div",{style:{flex:1.4},className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Phone Number ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"number",name:"phone",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]}),(0,l.jsxs)("div",{style:{flex:1.5},className:"jsx-702f7d8ba35898ac col",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Date Of Birth ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"date",name:"dob",onChange:A,required:!0,className:"jsx-702f7d8ba35898ac inp"})]})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac file-box mt-3",children:[(0,l.jsx)("label",{className:"jsx-702f7d8ba35898ac lbl",children:"Profile Image (Selfie)"}),(0,l.jsx)("input",{type:"file",accept:"image/*",className:"jsx-702f7d8ba35898ac inp-file"})]}),(0,l.jsx)("h4",{className:"jsx-702f7d8ba35898ac section-head",children:"Attorney"===e?"Bar Council & ID Proof":"Identity Proof"}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Proof of Identity ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("small",{className:"jsx-702f7d8ba35898ac small-text",children:"Attorney"===e?"Bar Council ID / Licence":"PAN Card, Aadhaar, or Passport"}),(0,l.jsx)("input",{type:"file",required:!0,className:"jsx-702f7d8ba35898ac inp-file"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac form-group",children:[(0,l.jsxs)("label",{className:"jsx-702f7d8ba35898ac lbl",children:["Proof of Address ",(0,l.jsx)("span",{className:"jsx-702f7d8ba35898ac req",children:"*"})]}),(0,l.jsx)("input",{type:"file",required:!0,className:"jsx-702f7d8ba35898ac inp-file"})]}),(0,l.jsxs)("div",{className:"jsx-702f7d8ba35898ac terms-box",children:[(0,l.jsx)("input",{type:"checkbox",name:"terms",id:"terms",required:!0,onChange:A,className:"jsx-702f7d8ba35898ac"}),(0,l.jsx)("label",{htmlFor:"terms",className:"jsx-702f7d8ba35898ac",children:"I accept the Terms and Conditions."})]}),(0,l.jsx)("button",{type:"submit",className:"jsx-702f7d8ba35898ac action-btn",children:"Complete Registration"}),(0,l.jsx)("div",{style:{marginTop:"10px"},className:"jsx-702f7d8ba35898ac toggle-text",children:(0,l.jsx)("span",{onClick:function(){return j(1)},style:{color:"#666",fontSize:"13px"},className:"jsx-702f7d8ba35898ac",children:"\u2190 Back to Step 1"})})]})]})]})})}),(0,l.jsx)(c(),{id:"702f7d8ba35898ac",children:'@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;600&display=swap");*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;font-family:"Open Sans",sans-serif;background-color:#f4f7f6}.main-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh;padding:20px}.auth-card{background:white;width:100%;max-width:450px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);-moz-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;-webkit-transition:max-width.4s ease;-moz-transition:max-width.4s ease;-o-transition:max-width.4s ease;transition:max-width.4s ease;border-top:5px solid#002b5c}.auth-card.wide{max-width:750px}.form-body{padding:40px 30px}.portal-title{text-align:center;color:#002b5c;margin:0 0 5px 0;font-size:28px;font-family:"Merriweather",serif}.portal-subtitle{text-align:center;color:#888;margin:0 0 25px 0;font-size:14px}.section-head{color:#002b5c;border-bottom:1px solid#eee;padding-bottom:5px;margin-top:25px;margin-bottom:15px;font-size:16px;font-weight:bold}.role-selector{text-align:center;margin-bottom:20px}.role-btns{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.role-btn{padding:8px 20px;border:1px solid#ddd;background:#fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:600;color:#555;-webkit-transition:all.3s;-moz-transition:all.3s;-o-transition:all.3s;transition:all.3s}.role-btn.active{background:#002b5c;color:#fff;border-color:#002b5c;-webkit-box-shadow:0 2px 5px rgba(0,43,92,.3);-moz-box-shadow:0 2px 5px rgba(0,43,92,.3);box-shadow:0 2px 5px rgba(0,43,92,.3)}.form-group{margin-bottom:15px}.row-split{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:15px}.col{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.lbl{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:5px}.req{color:red}.small-text{display:block;font-size:11px;color:#888;margin-bottom:5px}.inp,select{width:100%;padding:10px;border:1px solid#ccc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:14px;color:#333;outline:none}.inp:focus{border-color:#002b5c}.file-box{background:#fafafa;border:1px dashed#ccc;padding:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:15px}.inp-file{font-size:13px;width:100%}.action-btn{width:100%;padding:12px;background:#002b5c;color:white;border:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:16px;font-weight:bold;cursor:pointer;margin-top:10px}.action-btn:hover{background:#001f42}.forgot-link{text-align:right;margin-bottom:20px}.forgot-link a{color:#002b5c;font-size:13px;text-decoration:none}.toggle-text{text-align:center;margin-top:25px;font-size:14px;color:#666}.toggle-text span{color:#cfa144;font-weight:bold;cursor:pointer}.captcha-box{background:#eee;padding:8px;text-align:center;letter-spacing:4px;font-weight:bold;border:1px solid#ddd;margin-bottom:5px;color:#333}.terms-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:13px;margin:20px 0}.alert-msg{padding:10px;font-size:13px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:15px}.alert-msg.error{background:#ffe6e6;color:#d63031;border:1px solid#ff7675}.alert-msg.success{background:#e6fffa;color:#00b894;border:1px solid#55efc4}.fade-in{-webkit-animation:slideUp.6s ease-out;-moz-animation:slideUp.6s ease-out;-o-animation:slideUp.6s ease-out;animation:slideUp.6s ease-out}@-webkit-keyframes slideUp{from{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slideUp{from{opacity:0;-moz-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@-o-keyframes slideUp{from{opacity:0;-o-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-o-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{from{opacity:0;-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-o-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}'})]})}},9396:function(a,e,s){"use strict";function t(a,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(a,Object.getOwnPropertyDescriptors(e)):function(a,e){var s=Object.keys(a);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(a);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable}))),s.push.apply(s,t)}return s}(Object(e)).forEach((function(s){Object.defineProperty(a,s,Object.getOwnPropertyDescriptor(e,s))})),a}s.d(e,{Z:function(){return t}})}},function(a){a.O(0,[774,888,179],(function(){return e=212,a(a.s=e);var e}));var e=a.O();_N_E=e}]);