(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[888],{1924:function(e,t,r){"use strict";var n=r(210),o=r(5559),i=o(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?o(r):r}},5559:function(e,t,r){"use strict";var n=r(8612),o=r(210),i=r(7771),a=o("%TypeError%"),l=o("%Function.prototype.apply%"),s=o("%Function.prototype.call%"),c=o("%Reflect.apply%",!0)||n.call(s,l),u=o("%Object.defineProperty%",!0),d=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){if("function"!=typeof e)throw new a("a function is required");var t=c(n,s,arguments);return i(t,1+d(0,e.length-(arguments.length-1)),!0)};var p=function(){return c(n,l,arguments)};u?u(e.exports,"apply",{value:p}):e.exports.apply=p},2296:function(e,t,r){"use strict";var n=r(1044)(),o=r(210),i=n&&o("%Object.defineProperty%",!0);if(i)try{i({},"a",{value:1})}catch(e){i=!1}var a=o("%SyntaxError%"),l=o("%TypeError%"),s=r(7296);e.exports=function(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new l("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new l("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new l("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new l("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new l("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new l("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,u=arguments.length>6&&arguments[6],d=!!s&&s(e,t);if(i)i(e,t,{configurable:null===c&&d?d.configurable:!c,enumerable:null===n&&d?d.enumerable:!n,value:r,writable:null===o&&d?d.writable:!o});else if(!u&&(n||o||c))throw new a("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");else e[t]=r}},9913:function(e,t){"use strict";var r,n;Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0,(n=r=t.ElementType||(t.ElementType={})).Root="root",n.Text="text",n.Directive="directive",n.Comment="comment",n.Script="script",n.Style="style",n.Tag="tag",n.CDATA="cdata",n.Doctype="doctype",t.isTag=function(e){return e.type===r.Tag||e.type===r.Script||e.type===r.Style},t.Root=r.Root,t.Text=r.Text,t.Directive=r.Directive,t.Comment=r.Comment,t.Script=r.Script,t.Style=r.Style,t.Tag=r.Tag,t.CDATA=r.CDATA,t.Doctype=r.Doctype},7915:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.DomHandler=void 0;var i=r(9913),a=r(7790);o(r(7790),t);var l={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},s=function(){function e(e,t,r){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(r=t,t=l),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:l,this.elementCB=null!=r?r:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new a.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var r=this.options.xmlMode?i.ElementType.Tag:void 0,n=new a.Element(e,t,void 0,r);this.addNode(n),this.tagStack.push(n)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===i.ElementType.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{var r=new a.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===i.ElementType.Comment){this.lastNode.data+=e;return}var t=new a.Comment(e);this.addNode(t),this.lastNode=t},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new a.Text(""),t=new a.CDATA([e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var r=new a.ProcessingInstruction(e,t);this.addNode(r)},e.prototype.handleCallback=function(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null},e}();t.DomHandler=s,t.default=s},7790:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return(n=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__assign||function(){return(i=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.cloneNode=t.hasChildren=t.isDocument=t.isDirective=t.isComment=t.isText=t.isCDATA=t.isTag=t.Element=t.Document=t.CDATA=t.NodeWithChildren=t.ProcessingInstruction=t.Comment=t.Text=t.DataNode=t.Node=void 0;var a=r(9913),l=function(){function e(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,"parentNode",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"previousSibling",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nextSibling",{get:function(){return this.next},set:function(e){this.next=e},enumerable:!1,configurable:!0}),e.prototype.cloneNode=function(e){return void 0===e&&(e=!1),j(this,e)},e}();t.Node=l;var s=function(e){function t(t){var r=e.call(this)||this;return r.data=t,r}return o(t,e),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!1,configurable:!0}),t}(l);t.DataNode=s;var c=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Text,t}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),t}(s);t.Text=c;var u=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Comment,t}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),t}(s);t.Comment=u;var d=function(e){function t(t,r){var n=e.call(this,r)||this;return n.name=t,n.type=a.ElementType.Directive,n}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),t}(s);t.ProcessingInstruction=d;var p=function(e){function t(t){var r=e.call(this)||this;return r.children=t,r}return o(t,e),Object.defineProperty(t.prototype,"firstChild",{get:function(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(l);t.NodeWithChildren=p;var f=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.CDATA,t}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),t}(p);t.CDATA=f;var h=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=a.ElementType.Root,t}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),t}(p);t.Document=h;var m=function(e){function t(t,r,n,o){void 0===n&&(n=[]),void 0===o&&(o="script"===t?a.ElementType.Script:"style"===t?a.ElementType.Style:a.ElementType.Tag);var i=e.call(this,n)||this;return i.name=t,i.attribs=r,i.type=o,i}return o(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map(function(t){var r,n;return{name:t,value:e.attribs[t],namespace:null===(r=e["x-attribsNamespace"])||void 0===r?void 0:r[t],prefix:null===(n=e["x-attribsPrefix"])||void 0===n?void 0:n[t]}})},enumerable:!1,configurable:!0}),t}(p);function y(e){return(0,a.isTag)(e)}function g(e){return e.type===a.ElementType.CDATA}function v(e){return e.type===a.ElementType.Text}function b(e){return e.type===a.ElementType.Comment}function x(e){return e.type===a.ElementType.Directive}function w(e){return e.type===a.ElementType.Root}function j(e,t){if(void 0===t&&(t=!1),v(e))r=new c(e.data);else if(b(e))r=new u(e.data);else if(y(e)){var r,n=t?S(e.children):[],o=new m(e.name,i({},e.attribs),n);n.forEach(function(e){return e.parent=o}),null!=e.namespace&&(o.namespace=e.namespace),e["x-attribsNamespace"]&&(o["x-attribsNamespace"]=i({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(o["x-attribsPrefix"]=i({},e["x-attribsPrefix"])),r=o}else if(g(e)){var n=t?S(e.children):[],a=new f(n);n.forEach(function(e){return e.parent=a}),r=a}else if(w(e)){var n=t?S(e.children):[],l=new h(n);n.forEach(function(e){return e.parent=l}),e["x-mode"]&&(l["x-mode"]=e["x-mode"]),r=l}else if(x(e)){var s=new d(e.name,e.data);null!=e["x-name"]&&(s["x-name"]=e["x-name"],s["x-publicId"]=e["x-publicId"],s["x-systemId"]=e["x-systemId"]),r=s}else throw Error("Not implemented yet: ".concat(e.type));return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function S(e){for(var t=e.map(function(e){return j(e,!0)}),r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}t.Element=m,t.isTag=y,t.isCDATA=g,t.isText=v,t.isComment=b,t.isDirective=x,t.isDocument=w,t.hasChildren=function(e){return Object.prototype.hasOwnProperty.call(e,"children")},t.cloneNode=j},4726:function(e){"use strict";e.exports=RangeError},3464:function(e){"use strict";e.exports=SyntaxError},4453:function(e){"use strict";e.exports=TypeError},7648:function(e){"use strict";var t=Object.prototype.toString,r=Math.max,n=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var o=0;o<t.length;o+=1)r[o+e.length]=t[o];return r},o=function(e,t){for(var r=[],n=t||0,o=0;n<e.length;n+=1,o+=1)r[o]=e[n];return r},i=function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r};e.exports=function(e){var a,l=this;if("function"!=typeof l||"[object Function]"!==t.apply(l))throw TypeError("Function.prototype.bind called on incompatible "+l);for(var s=o(arguments,1),c=r(0,l.length-s.length),u=[],d=0;d<c;d++)u[d]="$"+d;if(a=Function("binder","return function ("+i(u,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof a){var t=l.apply(this,n(s,arguments));return Object(t)===t?t:this}return l.apply(e,n(s,arguments))}),l.prototype){var p=function(){};p.prototype=l.prototype,a.prototype=new p,p.prototype=null}return a}},8612:function(e,t,r){"use strict";var n=r(7648);e.exports=Function.prototype.bind||n},210:function(e,t,r){"use strict";var n,o=r(4726),i=r(3464),a=r(4453),l=Function,s=function(e){try{return l('"use strict"; return ('+e+").constructor;")()}catch(e){}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}var u=function(){throw new a},d=c?function(){try{return arguments.callee,u}catch(e){try{return c(arguments,"callee").get}catch(e){return u}}}():u,p=r(1405)(),f=r(8185)(),h=Object.getPrototypeOf||(f?function(e){return e.__proto__}:null),m={},y="undefined"!=typeof Uint8Array&&h?h(Uint8Array):n,g={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":p&&h?h([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":l,"%GeneratorFunction%":m,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p&&h?h(h([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&p&&h?h(new Map()[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":o,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&p&&h?h(new Set()[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p&&h?h(""[Symbol.iterator]()):n,"%Symbol%":p?Symbol:n,"%SyntaxError%":i,"%ThrowTypeError%":d,"%TypedArray%":y,"%TypeError%":a,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet};if(h)try{null.error}catch(e){var v=h(h(e));g["%Error.prototype%"]=v}var b=function e(t){var r;if("%AsyncFunction%"===t)r=s("async function () {}");else if("%GeneratorFunction%"===t)r=s("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=s("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&h&&(r=h(o.prototype))}return g[t]=r,r},x={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},w=r(8612),j=r(8824),S=w.call(Function.call,Array.prototype.concat),E=w.call(Function.apply,Array.prototype.splice),T=w.call(Function.call,String.prototype.replace),N=w.call(Function.call,String.prototype.slice),O=w.call(Function.call,RegExp.prototype.exec),_=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,k=/\\(\\)?/g,P=function(e){var t=N(e,0,1),r=N(e,-1);if("%"===t&&"%"!==r)throw new i("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new i("invalid intrinsic syntax, expected opening `%`");var n=[];return T(e,_,function(e,t,r,o){n[n.length]=r?T(o,k,"$1"):t||e}),n},A=function(e,t){var r,n=e;if(j(x,n)&&(n="%"+(r=x[n])[0]+"%"),j(g,n)){var o=g[n];if(o===m&&(o=b(n)),void 0===o&&!t)throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new i("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new a('"allowMissing" argument must be a boolean');if(null===O(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=P(e),n=r.length>0?r[0]:"",o=A("%"+n+"%",t),l=o.name,s=o.value,u=!1,d=o.alias;d&&(n=d[0],E(r,S([0,1],d)));for(var p=1,f=!0;p<r.length;p+=1){var h=r[p],m=N(h,0,1),y=N(h,-1);if(('"'===m||"'"===m||"`"===m||'"'===y||"'"===y||"`"===y)&&m!==y)throw new i("property names with quotes must have matching quotes");if("constructor"!==h&&f||(u=!0),n+="."+h,j(g,l="%"+n+"%"))s=g[l];else if(null!=s){if(!(h in s)){if(!t)throw new a("base intrinsic for "+e+" exists, but the property is not available.");return}if(c&&p+1>=r.length){var v=c(s,h);s=(f=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:s[h]}else f=j(s,h),s=s[h];f&&!u&&(g[l]=s)}}return s}},7296:function(e,t,r){"use strict";var n=r(210)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(e){n=null}e.exports=n},1044:function(e,t,r){"use strict";var n=r(210)("%Object.defineProperty%",!0),o=function(){if(n)try{return n({},"a",{value:1}),!0}catch(e){}return!1};o.hasArrayLengthDefineBug=function(){if(!o())return null;try{return 1!==n([],"length",{value:1}).length}catch(e){return!0}},e.exports=o},8185:function(e){"use strict";var t={foo:{}},r=Object;e.exports=function(){return({__proto__:t}).foo===t.foo&&!(({__proto__:null})instanceof r)}},1405:function(e,t,r){"use strict";var n="undefined"!=typeof Symbol&&Symbol,o=r(5419);e.exports=function(){return"function"==typeof n&&"function"==typeof Symbol&&"symbol"==typeof n("foo")&&"symbol"==typeof Symbol("bar")&&o()}},5419:function(e){"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t||"[object Symbol]"!==Object.prototype.toString.call(t)||"[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},8824:function(e,t,r){"use strict";var n=Function.prototype.call,o=Object.prototype.hasOwnProperty,i=r(8612);e.exports=i.call(n,o)},885:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.CASE_SENSITIVE_TAG_NAMES_MAP=t.CASE_SENSITIVE_TAG_NAMES=void 0,t.CASE_SENSITIVE_TAG_NAMES=["animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"],t.CASE_SENSITIVE_TAG_NAMES_MAP=t.CASE_SENSITIVE_TAG_NAMES.reduce(function(e,t){return e[t.toLowerCase()]=t,e},{})},8276:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,n="html",o="head",i="body",a=/<([a-zA-Z]+[0-9]?)/,l=/<head[^]*>/i,s=/<body[^]*>/i,c=function(e,t){throw Error("This browser does not support `document.implementation.createHTMLDocument`")},u=function(e,t){throw Error("This browser does not support `DOMParser.prototype.parseFromString`")},d="object"==typeof window&&window.DOMParser;if("function"==typeof d){var p=new d;c=u=function(e,t){return t&&(e="<".concat(t,">").concat(e,"</").concat(t,">")),p.parseFromString(e,"text/html")}}if("object"==typeof document&&document.implementation){var f=document.implementation.createHTMLDocument();c=function(e,t){if(t){var r=f.documentElement.querySelector(t);return r&&(r.innerHTML=e),f}return f.documentElement.innerHTML=e,f}}var h="object"==typeof document&&document.createElement("template");h&&h.content&&(r=function(e){return h.innerHTML=e,h.content.childNodes}),t.default=function(e){var t,d,p=e.match(a),f=p&&p[1]?p[1].toLowerCase():"";switch(f){case n:var h=u(e);if(!l.test(e)){var m=h.querySelector(o);null===(t=null==m?void 0:m.parentNode)||void 0===t||t.removeChild(m)}if(!s.test(e)){var m=h.querySelector(i);null===(d=null==m?void 0:m.parentNode)||void 0===d||d.removeChild(m)}return h.querySelectorAll(n);case o:case i:var y=c(e).querySelectorAll(f);if(s.test(e)&&l.test(e))return y[0].parentNode.childNodes;return y;default:if(r)return r(e);var m=c(e,i).querySelector(i);return m.childNodes}}},4152:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(r(8276)),i=r(1507),a=/<(![a-zA-Z\s]+)>/;t.default=function(e){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];var t=e.match(a),r=t?t[1]:void 0;return(0,i.formatDOM)((0,o.default)(e),null,r)}},1507:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatDOM=t.formatAttributes=void 0;var n=r(7915),o=r(885);function i(e){for(var t={},r=0,n=e.length;r<n;r++){var o=e[r];t[o.name]=o.value}return t}t.formatAttributes=i,t.formatDOM=function e(t,r,a){void 0===r&&(r=null);for(var l,s=[],c=0,u=t.length;c<u;c++){var d=t[c];switch(d.nodeType){case 1:var p=function(e){var t;return t=e=e.toLowerCase(),o.CASE_SENSITIVE_TAG_NAMES_MAP[t]||e}(d.nodeName);(l=new n.Element(p,i(d.attributes))).children=e("template"===p?d.content.childNodes:d.childNodes,l);break;case 3:l=new n.Text(d.nodeValue);break;case 8:l=new n.Comment(d.nodeValue);break;default:continue}var f=s[c-1]||null;f&&(f.next=l),l.parent=r,l.prev=f,l.next=null,s.push(l)}return a&&((l=new n.ProcessingInstruction(a.substring(0,a.indexOf(" ")).toLowerCase(),a)).next=s[0]||null,l.parent=r,s.unshift(l),s[1]&&(s[1].prev=s[0])),s}},484:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(5726),o=r(4606),i=["checked","value"],a=["input","select","textarea"],l={reset:!0,submit:!0};function s(e){return n.possibleStandardNames[e]}t.default=function(e,t){void 0===e&&(e={});var r={},c=!!(e.type&&l[e.type]);for(var u in e){var d=e[u];if((0,n.isCustomAttribute)(u)){r[u]=d;continue}var p=u.toLowerCase(),f=s(p);if(f){var h=(0,n.getPropertyInfo)(f);switch(i.includes(f)&&a.includes(t)&&!c&&(f=s("default"+p)),r[f]=d,h&&h.type){case n.BOOLEAN:r[f]=!0;break;case n.OVERLOADED_BOOLEAN:""===d&&(r[f]=!0)}continue}o.PRESERVE_CUSTOM_ATTRIBUTES&&(r[u]=d)}return(0,o.setStyleProp)(e.style,r),r}},3670:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=r(7294),i=n(r(484)),a=r(4606),l={cloneElement:o.cloneElement,createElement:o.createElement,isValidElement:o.isValidElement};t.default=function e(t,r){void 0===r&&(r={});for(var n=[],o="function"==typeof r.replace,s=r.transform||a.returnFirstArg,c=r.library||l,u=c.cloneElement,d=c.createElement,p=c.isValidElement,f=t.length,h=0;h<f;h++){var m=t[h];if(o){var y=r.replace(m,h);if(p(y)){f>1&&(y=u(y,{key:y.key||h})),n.push(s(y,m,h));continue}}if("text"===m.type){var g=!m.data.trim().length;if(g&&m.parent&&!(0,a.canTextBeChildOfNode)(m.parent)||r.trim&&g)continue;n.push(s(m.data,m,h));continue}var v={};a.PRESERVE_CUSTOM_ATTRIBUTES&&"tag"===m.type&&(0,a.isCustomComponent)(m.name,m.attribs)?((0,a.setStyleProp)(m.attribs.style,m.attribs),v=m.attribs):m.attribs&&(v=(0,i.default)(m.attribs,m.name));var b=void 0;switch(m.type){case"script":case"style":m.children[0]&&(v.dangerouslySetInnerHTML={__html:m.children[0].data});break;case"tag":"textarea"===m.name&&m.children[0]?v.defaultValue=m.children[0].data:m.children&&m.children.length&&(b=e(m.children,r));break;default:continue}f>1&&(v.key=h),n.push(s(d(m.name,v,b),m,h))}return 1===n.length?n[0]:n}},3426:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.htmlToDOM=t.domToReact=t.attributesToProps=t.Text=t.ProcessingInstruction=t.Element=t.Comment=void 0;var o=n(r(4152));t.htmlToDOM=o.default;var i=n(r(484));t.attributesToProps=i.default;var a=n(r(3670));t.domToReact=a.default;var l=r(7915);Object.defineProperty(t,"Comment",{enumerable:!0,get:function(){return l.Comment}}),Object.defineProperty(t,"Element",{enumerable:!0,get:function(){return l.Element}}),Object.defineProperty(t,"ProcessingInstruction",{enumerable:!0,get:function(){return l.ProcessingInstruction}}),Object.defineProperty(t,"Text",{enumerable:!0,get:function(){return l.Text}});var s={lowerCaseAttributeNames:!1};t.default=function(e,t){if("string"!=typeof e)throw TypeError("First argument must be a string");return e?(0,a.default)((0,o.default)(e,(null==t?void 0:t.htmlparser2)||s),t):[]}},4606:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.returnFirstArg=t.canTextBeChildOfNode=t.ELEMENTS_WITH_NO_TEXT_CHILDREN=t.PRESERVE_CUSTOM_ATTRIBUTES=t.setStyleProp=t.isCustomComponent=void 0;var o=r(7294),i=n(r(9618)),a=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]);t.isCustomComponent=function(e,t){return e.includes("-")?!a.has(e):!!(t&&"string"==typeof t.is)};var l={reactCompat:!0};t.setStyleProp=function(e,t){if("string"==typeof e){if(!e.trim()){t.style={};return}try{t.style=(0,i.default)(e,l)}catch(e){t.style={}}}},t.PRESERVE_CUSTOM_ATTRIBUTES=Number(o.version.split(".")[0])>=16,t.ELEMENTS_WITH_NO_TEXT_CHILDREN=new Set(["tr","tbody","thead","tfoot","colgroup","table","head","html","frameset"]),t.canTextBeChildOfNode=function(e){return!t.ELEMENTS_WITH_NO_TEXT_CHILDREN.has(e.name)},t.returnFirstArg=function(e){return e}},8139:function(e){var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,n=/^\s*/,o=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,l=/^[;\s]*/,s=/^\s+|\s+$/g;function c(e){return e?e.replace(s,""):""}e.exports=function(e,s){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];s=s||{};var u=1,d=1;function p(e){var t=e.match(r);t&&(u+=t.length);var n=e.lastIndexOf("\n");d=~n?e.length-n:d+e.length}function f(){var e={line:u,column:d};return function(t){return t.position=new h(e),g(n),t}}function h(e){this.start=e,this.end={line:u,column:d},this.source=s.source}h.prototype.content=e;var m=[];function y(t){var r=Error(s.source+":"+u+":"+d+": "+t);if(r.reason=t,r.filename=s.source,r.line=u,r.column=d,r.source=e,s.silent)m.push(r);else throw r}function g(t){var r=t.exec(e);if(r){var n=r[0];return p(n),e=e.slice(n.length),r}}function v(e){var t;for(e=e||[];t=b();)!1!==t&&e.push(t);return e}function b(){var t=f();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var r=2;""!=e.charAt(r)&&("*"!=e.charAt(r)||"/"!=e.charAt(r+1));)++r;if(r+=2,""===e.charAt(r-1))return y("End of comment missing");var n=e.slice(2,r-2);return d+=2,p(n),e=e.slice(r),d+=2,t({type:"comment",comment:n})}}return g(n),function(){var e,r=[];for(v(r);e=function(){var e=f(),r=g(o);if(r){if(b(),!g(i))return y("property missing ':'");var n=g(a),s=e({type:"declaration",property:c(r[0].replace(t,"")),value:n?c(n[0].replace(t,"")):""});return g(l),s}}();)!1!==e&&(r.push(e),v(r));return r}()}},7544:function(e,t,r){e.exports=r(6958)},3454:function(e,t,r){"use strict";var n,o;e.exports=(null==(n=r.g.process)?void 0:n.env)&&"object"==typeof(null==(o=r.g.process)?void 0:o.env)?r.g.process:r(7663)},6840:function(e,t,r){(window.__NEXT_P=window.__NEXT_P||[]).push(["/_app",function(){return r(3893)}])},8130:function(e,t,r){"use strict";r.d(t,{AP:function(){return m},BV:function(){return g},M_:function(){return d},Pl:function(){return y},Rg:function(){return v},Tu:function(){return s},UR:function(){return b},WN:function(){return u},Wv:function(){return f},Xj:function(){return x},_u:function(){return h},bN:function(){return S},jj:function(){return p},kU:function(){return j},l5:function(){return a},pz:function(){return l},tR:function(){return w},x$:function(){return c}});var n=r(9056),o=r(7311),i=r(9778);let a=()=>!1,l=(e,t)=>{var r,n;let o=e.find(e=>{var r;return(null==e?void 0:null===(r=e.attributes)||void 0===r?void 0:r.slug)===t});return o?null==o?void 0:null===(n=o.attributes)||void 0===n?void 0:null===(r=n.items)||void 0===r?void 0:r.data:[]},s=e=>{let t={},r=[];return e.forEach(e=>{(null==e?void 0:e.id)&&(t[null==e?void 0:e.id]={...(null==e?void 0:e.attributes)||{},children:[]})}),e.forEach(e=>{var n,o,i,a,l;(null==e?void 0:null===(o=e.attributes)||void 0===o?void 0:null===(n=o.parent)||void 0===n?void 0:n.data)?t[null==e?void 0:null===(l=e.attributes)||void 0===l?void 0:null===(a=l.parent)||void 0===a?void 0:null===(i=a.data)||void 0===i?void 0:i.id].children.push(t[e.id]):r.push(t[null==e?void 0:e.id])}),r},c=e=>e?"/content/".concat(e):"#",u=(e,t)=>t||e?"".concat(t).concat(e):null,d=e=>e?"/author/".concat(e):"#",p=(e,t,r)=>{var o,i,a,l,s;let c=e&&"data"in e?e.data:e,u=Array.isArray(c)&&c.length?null==c?void 0:c[0]:c,d=null!=r?r:"/assets/placeholder.png";if(!u)return d;let p=null!==(i=null==u?void 0:u.attributes)&&void 0!==i?i:u,f=null!==(a=null==u?void 0:u.url)&&void 0!==a?a:null==u?void 0:null===(o=u.attributes)||void 0===o?void 0:o.url;if(t&&p){let e=null==p?void 0:null===(s=p.formats)||void 0===s?void 0:null===(l=s[t])||void 0===l?void 0:l.url;if(e)return(0,n.$0)(e)}return f?(0,n.$0)(f):d},f=e=>{var t,r,n;let o=e&&"data"in e?e.data:e,i=Array.isArray(o)&&o.length?null==o?void 0:o[0]:o;return(null!==(n=null!==(r=null==i?void 0:i.mime)&&void 0!==r?r:null==i?void 0:null===(t=i.attributes)||void 0===t?void 0:t.mime)&&void 0!==n?n:"none").includes("video")},h=e=>{var t,r,n,o,i;let a=e&&"data"in e?e.data:e,l=Array.isArray(a)&&a.length?null==a?void 0:a[0]:a,s=null!==(t=null==l?void 0:l.attributes)&&void 0!==t?t:l;return{alternativeText:null!==(r=null==s?void 0:s.alternativeText)&&void 0!==r?r:"",caption:null!==(n=null==s?void 0:s.caption)&&void 0!==n?n:"",name:null!==(o=null==s?void 0:s.name)&&void 0!==o?o:"",mime:null!==(i=null==s?void 0:s.mime)&&void 0!==i?i:""}},m=e=>{switch(e){case"style":return"/assets/images/section-style.svg";case"beauty-and-wellbeing":return"/assets/images/section-bandw.svg";case"culture":return"/assets/images/section-culture.svg";case"travel-and-living":return"/assets/images/section-tandl.svg";case"community":return"/assets/images/section-community.svg";default:return!1}};function y(e){if(!e)return"";let t=e.replace(/<(?!\/?(strong|b)(?=>|\s.*>))\/?.*?>/g,"");return(0,o.ZP)(t)}function g(e,t){var r;if(!e||!(null==e?void 0:e.length))return{Title:"",slug:"#"};let n=null==e?void 0:e[0];return{Title:(0,i.$z)({category:null==n?void 0:n.attributes,rubrik:t})||"",slug:(null==n?void 0:null===(r=n.attributes)||void 0===r?void 0:r.slug)||"#"}}function v(e){return e||"#"}let b=e=>{var t,r,n,o;if(!(null==e?void 0:null===(r=e[0])||void 0===r?void 0:null===(t=r.attributes)||void 0===t?void 0:t.slug))return null;let i=null==e?void 0:e[0];return{Title:null==i?void 0:null===(n=i.attributes)||void 0===n?void 0:n.Title,slug:null==i?void 0:null===(o=i.attributes)||void 0===o?void 0:o.slug}},x=e=>{var t,r,n;(null===(t=window)||void 0===t?void 0:t.dataLayer)&&(null===(n=window)||void 0===n||null===(r=n.dataLayer)||void 0===r||r.push(e))},w=e=>{let{NewsletterSectionImage:t=null,NewsletterSectionText:r=null,NewsletterEmailListId:n=null,NewsletterSectionSuccessMessage:o=null,NewsletterSectionErrorMessage:i=null}=e||{};return{NewsletterSectionImage:t,NewsletterSectionText:r,NewsletterEmailListId:n,NewsletterSectionSuccessMessage:o,NewsletterSectionErrorMessage:i}},j={width:null},S=e=>e?"".concat("https://thenodmag.com","/_next/image?url=").concat(e,"&w=1200&q=95"):""},6691:function(e,t){"use strict";var r,n,o,i;Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{ACTION_FAST_REFRESH:function(){return d},ACTION_NAVIGATE:function(){return l},ACTION_PREFETCH:function(){return u},ACTION_REFRESH:function(){return a},ACTION_RESTORE:function(){return s},ACTION_SERVER_ACTION:function(){return p},ACTION_SERVER_PATCH:function(){return c},PrefetchCacheEntryStatus:function(){return n},PrefetchKind:function(){return r},isThenable:function(){return f}});let a="refresh",l="navigate",s="restore",c="server-patch",u="prefetch",d="fast-refresh",p="server-action";function f(e){return e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}(o=r||(r={})).AUTO="auto",o.FULL="full",o.TEMPORARY="temporary",(i=n||(n={})).fresh="fresh",i.reusable="reusable",i.expired="expired",i.stale="stale",("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},4318:function(e,t,r){"use strict";function n(e,t,r,n){return!1}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getDomainLocale",{enumerable:!0,get:function(){return n}}),r(8364),("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},6541:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Image",{enumerable:!0,get:function(){return b}});let n=r(8754),o=r(1757),i=r(5893),a=o._(r(7294)),l=n._(r(3935)),s=n._(r(7828)),c=r(7367),u=r(7903),d=r(4938);r(1997);let p=r(9953),f=n._(r(6663)),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1};function m(e,t,r,n,o,i,a){let l=null==e?void 0:e.src;e&&e["data-loaded-src"]!==l&&(e["data-loaded-src"]=l,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&o(!0),null==r?void 0:r.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let n=!1,o=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>n,isPropagationStopped:()=>o,persist:()=>{},preventDefault:()=>{n=!0,t.preventDefault()},stopPropagation:()=>{o=!0,t.stopPropagation()}})}(null==n?void 0:n.current)&&n.current(e)}}))}function y(e){let[t,r]=a.version.split(".",2),n=parseInt(t,10),o=parseInt(r,10);return n>18||18===n&&o>=3?{fetchPriority:e}:{fetchpriority:e}}let g=(0,a.forwardRef)((e,t)=>{let{src:r,srcSet:n,sizes:o,height:l,width:s,decoding:c,className:u,style:d,fetchPriority:p,placeholder:f,loading:h,unoptimized:g,fill:v,onLoadRef:b,onLoadingCompleteRef:x,setBlurComplete:w,setShowAltText:j,sizesInput:S,onLoad:E,onError:T,...N}=e;return(0,i.jsx)("img",{...N,...y(p),loading:h,width:s,height:l,decoding:c,"data-nimg":v?"fill":"1",className:u,style:d,sizes:o,srcSet:n,src:r,ref:(0,a.useCallback)(e=>{t&&("function"==typeof t?t(e):"object"==typeof t&&(t.current=e)),e&&(T&&(e.src=e.src),e.complete&&m(e,f,b,x,w,g,S))},[r,f,b,x,w,T,g,S,t]),onLoad:e=>{m(e.currentTarget,f,b,x,w,g,S)},onError:e=>{j(!0),"empty"!==f&&w(!0),T&&T(e)}})});function v(e){let{isAppRouter:t,imgAttributes:r}=e,n={as:"image",imageSrcSet:r.srcSet,imageSizes:r.sizes,crossOrigin:r.crossOrigin,referrerPolicy:r.referrerPolicy,...y(r.fetchPriority)};return t&&l.default.preload?(l.default.preload(r.src,n),null):(0,i.jsx)(s.default,{children:(0,i.jsx)("link",{rel:"preload",href:r.srcSet?void 0:r.src,...n},"__nimg-"+r.src+r.srcSet+r.sizes)})}let b=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(p.RouterContext),n=(0,a.useContext)(d.ImageConfigContext),o=(0,a.useMemo)(()=>{let e=h||n||u.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r}},[n]),{onLoad:l,onLoadingComplete:s}=e,m=(0,a.useRef)(l);(0,a.useEffect)(()=>{m.current=l},[l]);let y=(0,a.useRef)(s);(0,a.useEffect)(()=>{y.current=s},[s]);let[b,x]=(0,a.useState)(!1),[w,j]=(0,a.useState)(!1),{props:S,meta:E}=(0,c.getImgProps)(e,{defaultLoader:f.default,imgConf:o,blurComplete:b,showAltText:w});return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(g,{...S,unoptimized:E.unoptimized,placeholder:E.placeholder,fill:E.fill,onLoadRef:m,onLoadingCompleteRef:y,setBlurComplete:x,setShowAltText:j,sizesInput:e.sizes,ref:t}),E.priority?(0,i.jsx)(v,{isAppRouter:!r,imgAttributes:S}):null]})});("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},9577:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return x}});let n=r(8754),o=r(5893),i=n._(r(7294)),a=r(1401),l=r(2045),s=r(7420),c=r(7201),u=r(1443),d=r(9953),p=r(5320),f=r(2905),h=r(4318),m=r(953),y=r(6691),g=new Set;function v(e,t,r,n,o,i){if(i||(0,l.isLocalURL)(t)){if(!n.bypassPrefetchedCheck){let o=t+"%"+r+"%"+(void 0!==n.locale?n.locale:"locale"in e?e.locale:void 0);if(g.has(o))return;g.add(o)}Promise.resolve(i?e.prefetch(t,o):e.prefetch(t,r,n)).catch(e=>{})}}function b(e){return"string"==typeof e?e:(0,s.formatUrl)(e)}let x=i.default.forwardRef(function(e,t){let r,n;let{href:s,as:g,children:x,prefetch:w=null,passHref:j,replace:S,shallow:E,scroll:T,locale:N,onClick:O,onMouseEnter:_,onTouchStart:k,legacyBehavior:P=!1,...A}=e;r=x,P&&("string"==typeof r||"number"==typeof r)&&(r=(0,o.jsx)("a",{children:r}));let C=i.default.useContext(d.RouterContext),M=i.default.useContext(p.AppRouterContext),I=null!=C?C:M,R=!C,D=!1!==w,L=null===w?y.PrefetchKind.AUTO:y.PrefetchKind.FULL,{href:F,as:B}=i.default.useMemo(()=>{if(!C){let e=b(s);return{href:e,as:g?b(g):e}}let[e,t]=(0,a.resolveHref)(C,s,!0);return{href:e,as:g?(0,a.resolveHref)(C,g):t||e}},[C,s,g]),z=i.default.useRef(F),U=i.default.useRef(B);P&&(n=i.default.Children.only(r));let H=P?n&&"object"==typeof n&&n.ref:t,[W,V,G]=(0,f.useIntersection)({rootMargin:"200px"}),q=i.default.useCallback(e=>{(U.current!==B||z.current!==F)&&(G(),U.current=B,z.current=F),W(e),H&&("function"==typeof H?H(e):"object"==typeof H&&(H.current=e))},[B,H,F,G,W]);i.default.useEffect(()=>{I&&V&&D&&v(I,F,B,{locale:N},{kind:L},R)},[B,F,V,N,D,null==C?void 0:C.locale,I,R,L]);let Z={ref:q,onClick(e){P||"function"!=typeof O||O(e),P&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(e),I&&!e.defaultPrevented&&function(e,t,r,n,o,a,s,c,u){let{nodeName:d}=e.currentTarget;if("A"===d.toUpperCase()&&(function(e){let t=e.currentTarget.getAttribute("target");return t&&"_self"!==t||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||e.nativeEvent&&2===e.nativeEvent.which}(e)||!u&&!(0,l.isLocalURL)(r)))return;e.preventDefault();let p=()=>{let e=null==s||s;"beforePopState"in t?t[o?"replace":"push"](r,n,{shallow:a,locale:c,scroll:e}):t[o?"replace":"push"](n||r,{scroll:e})};u?i.default.startTransition(p):p()}(e,I,F,B,S,E,T,N,R)},onMouseEnter(e){P||"function"!=typeof _||_(e),P&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),I&&(D||!R)&&v(I,F,B,{locale:N,priority:!0,bypassPrefetchedCheck:!0},{kind:L},R)},onTouchStart:function(e){P||"function"!=typeof k||k(e),P&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),I&&(D||!R)&&v(I,F,B,{locale:N,priority:!0,bypassPrefetchedCheck:!0},{kind:L},R)}};if((0,c.isAbsoluteUrl)(B))Z.href=B;else if(!P||j||"a"===n.type&&!("href"in n.props)){let e=void 0!==N?N:null==C?void 0:C.locale,t=(null==C?void 0:C.isLocaleDomain)&&(0,h.getDomainLocale)(B,e,null==C?void 0:C.locales,null==C?void 0:C.domainLocales);Z.href=t||(0,m.addBasePath)((0,u.addLocale)(B,e,null==C?void 0:C.defaultLocale))}return P?i.default.cloneElement(n,Z):(0,o.jsx)("a",{...A,...Z,children:r})});("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},2905:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useIntersection",{enumerable:!0,get:function(){return s}});let n=r(7294),o=r(3815),i="function"==typeof IntersectionObserver,a=new Map,l=[];function s(e){let{rootRef:t,rootMargin:r,disabled:s}=e,c=s||!i,[u,d]=(0,n.useState)(!1),p=(0,n.useRef)(null),f=(0,n.useCallback)(e=>{p.current=e},[]);return(0,n.useEffect)(()=>{if(i){if(c||u)return;let e=p.current;if(e&&e.tagName)return function(e,t,r){let{id:n,observer:o,elements:i}=function(e){let t;let r={root:e.root||null,margin:e.rootMargin||""},n=l.find(e=>e.root===r.root&&e.margin===r.margin);if(n&&(t=a.get(n)))return t;let o=new Map;return t={id:r,observer:new IntersectionObserver(e=>{e.forEach(e=>{let t=o.get(e.target),r=e.isIntersecting||e.intersectionRatio>0;t&&r&&t(r)})},e),elements:o},l.push(r),a.set(r,t),t}(r);return i.set(e,t),o.observe(e),function(){if(i.delete(e),o.unobserve(e),0===i.size){o.disconnect(),a.delete(n);let e=l.findIndex(e=>e.root===n.root&&e.margin===n.margin);e>-1&&l.splice(e,1)}}}(e,e=>e&&d(e),{root:null==t?void 0:t.current,rootMargin:r})}else if(!u){let e=(0,o.requestIdleCallback)(()=>d(!0));return()=>(0,o.cancelIdleCallback)(e)}},[c,r,t,u,p.current]),[f,u,(0,n.useCallback)(()=>{d(!1)},[])]}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},7367:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImgProps",{enumerable:!0,get:function(){return l}}),r(1997);let n=r(9919),o=r(7903);function i(e){return void 0!==e.default}function a(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function l(e,t){var r;let l,s,c,{src:u,sizes:d,unoptimized:p=!1,priority:f=!1,loading:h,className:m,quality:y,width:g,height:v,fill:b=!1,style:x,overrideSrc:w,onLoad:j,onLoadingComplete:S,placeholder:E="empty",blurDataURL:T,fetchPriority:N,layout:O,objectFit:_,objectPosition:k,lazyBoundary:P,lazyRoot:A,...C}=e,{imgConf:M,showAltText:I,blurComplete:R,defaultLoader:D}=t,L=M||o.imageConfigDefault;if("allSizes"in L)l=L;else{let e=[...L.deviceSizes,...L.imageSizes].sort((e,t)=>e-t),t=L.deviceSizes.sort((e,t)=>e-t);l={...L,allSizes:e,deviceSizes:t}}if(void 0===D)throw Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config");let F=C.loader||D;delete C.loader,delete C.srcSet;let B="__next_img_default"in F;if(B){if("custom"===l.loader)throw Error('Image with src "'+u+'" is missing "loader" prop.\nRead more: https://nextjs.org/docs/messages/next-image-missing-loader')}else{let e=F;F=t=>{let{config:r,...n}=t;return e(n)}}if(O){"fill"===O&&(b=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[O];e&&(x={...x,...e});let t={responsive:"100vw",fill:"100vw"}[O];t&&!d&&(d=t)}let z="",U=a(g),H=a(v);if("object"==typeof(r=u)&&(i(r)||void 0!==r.src)){let e=i(u)?u.default:u;if(!e.src)throw Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received "+JSON.stringify(e));if(!e.height||!e.width)throw Error("An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received "+JSON.stringify(e));if(s=e.blurWidth,c=e.blurHeight,T=T||e.blurDataURL,z=e.src,!b){if(U||H){if(U&&!H){let t=U/e.width;H=Math.round(e.height*t)}else if(!U&&H){let t=H/e.height;U=Math.round(e.width*t)}}else U=e.width,H=e.height}}let W=!f&&("lazy"===h||void 0===h);(!(u="string"==typeof u?u:z)||u.startsWith("data:")||u.startsWith("blob:"))&&(p=!0,W=!1),l.unoptimized&&(p=!0),B&&u.endsWith(".svg")&&!l.dangerouslyAllowSVG&&(p=!0),f&&(N="high");let V=a(y),G=Object.assign(b?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:_,objectPosition:k}:{},I?{}:{color:"transparent"},x),q=R||"empty"===E?null:"blur"===E?'url("data:image/svg+xml;charset=utf-8,'+(0,n.getImageBlurSvg)({widthInt:U,heightInt:H,blurWidth:s,blurHeight:c,blurDataURL:T||"",objectFit:G.objectFit})+'")':'url("'+E+'")',Z=q?{backgroundSize:G.objectFit||"cover",backgroundPosition:G.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:q}:{},J=function(e){let{config:t,src:r,unoptimized:n,width:o,quality:i,sizes:a,loader:l}=e;if(n)return{src:r,srcSet:void 0,sizes:void 0};let{widths:s,kind:c}=function(e,t,r){let{deviceSizes:n,allSizes:o}=e;if(r){let e=/(^|\s)(1?\d?\d)vw/g,t=[];for(let n;n=e.exec(r);n)t.push(parseInt(n[2]));if(t.length){let e=.01*Math.min(...t);return{widths:o.filter(t=>t>=n[0]*e),kind:"w"}}return{widths:o,kind:"w"}}return"number"!=typeof t?{widths:n,kind:"w"}:{widths:[...new Set([t,2*t].map(e=>o.find(t=>t>=e)||o[o.length-1]))],kind:"x"}}(t,o,a),u=s.length-1;return{sizes:a||"w"!==c?a:"100vw",srcSet:s.map((e,n)=>l({config:t,src:r,quality:i,width:e})+" "+("w"===c?e:n+1)+c).join(", "),src:l({config:t,src:r,quality:i,width:s[u]})}}({config:l,src:u,unoptimized:p,width:U,quality:V,sizes:d,loader:F});return{props:{...C,loading:W?"lazy":h,fetchPriority:N,width:U,height:H,decoding:"async",className:m,style:{...G,...Z},sizes:J.sizes,srcSet:J.srcSet,src:w||J.src},meta:{unoptimized:p,priority:f,placeholder:E,fill:b}}}},9919:function(e,t){"use strict";function r(e){let{widthInt:t,heightInt:r,blurWidth:n,blurHeight:o,blurDataURL:i,objectFit:a}=e,l=n?40*n:t,s=o?40*o:r,c=l&&s?"viewBox='0 0 "+l+" "+s+"'":"";return"%3Csvg xmlns='http://www.w3.org/2000/svg' "+c+"%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='"+(c?"none":"contain"===a?"xMidYMid":"cover"===a?"xMidYMid slice":"none")+"' style='filter: url(%23b);' href='"+i+"'/%3E%3C/svg%3E"}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImageBlurSvg",{enumerable:!0,get:function(){return r}})},5666:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{default:function(){return s},getImageProps:function(){return l}});let n=r(8754),o=r(7367),i=r(6541),a=n._(r(6663));function l(e){let{props:t}=(0,o.getImgProps)(e,{defaultLoader:a.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let s=i.Image},6663:function(e,t){"use strict";function r(e){let{config:t,src:r,width:n,quality:o}=e;return t.path+"?url="+encodeURIComponent(r)+"&w="+n+"&q="+(o||75)}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return n}}),r.__next_img_default=!0;let n=r},3912:function(e,t,r){"use strict";var n=r(5893),o=r(5675),i=r.n(o);t.Z=e=>{let{src:t,height:r,width:o,alt:a,className:l,priority:s,blurDataURL:c,quality:u,placeholder:d}=e;return(0,n.jsx)(i(),{src:t,height:r,width:o,alt:a||"Image",quality:u||95,className:l,...s?{priority:s}:{loading:"lazy"}})}},3893:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return p}});var n=r(5893),o=r(7544),i=r.n(o),a=r(5242),l=r(7701);r(9137),r(7990),r(2379),r(7113),r(6551);var s=r(4298),c=r.n(s),u=r(7294),d=r(1163);function p(e){let{Component:t,pageProps:r,...o}=e,[i,l]=(0,u.useState)(null),{menus:s,adData:p,newsLetterProps:f,AppendSeoTitle:h}=o||{},m={menus:s,adData:{...p,sovbrand:i},newsLetterProps:f,AppendSeoTitle:h,...r},y=r.bodyClass||"",g=(0,d.useRouter)(),v=(0,u.useMemo)(()=>(null==p?void 0:p.sovbrand)?p.sovbrand.split(","):[],[null==p?void 0:p.sovbrand]),b=(0,u.useRef)([...v]),x=(0,u.useCallback)(()=>{0===b.current.length&&(b.current=[...v]);let e=Math.floor(Math.random()*b.current.length),t=b.current[e];b.current.splice(e,1),l(t)},[v]);return(0,u.useEffect)(()=>(x(),g.events.on("routeChangeComplete",x),()=>{g.events.off("routeChangeComplete",x)}),[g.events,x]),(0,u.useEffect)(()=>(document.body.className=y,()=>{document.body.className=""}),[y]),(0,n.jsxs)(a.default,{...m,children:[(0,n.jsx)(c(),{id:"gtm-script",strategy:"afterInteractive",children:"(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n        'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n        })(window,document,'script','dataLayer','GTM-W9QV3B38');"}),(0,n.jsx)(c(),{id:"gtm",strategy:"afterInteractive",children:"(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n                new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n                j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n                'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n            })(window,document,'script','dataLayer','GTM-PPJSMGCB');"}),(0,n.jsx)(t,{...m})]})}p.getInitialProps=async e=>{let[t,r]=await Promise.all([i().getInitialProps(e),(0,l.Rz)()]);return{...t,...r}}},5242:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return E}});var n=r(5893),o=r(7294),i=r(8130),a=r(1664),l=r.n(a),s=r(3912),c=r(1163),u=e=>{var t,r,a;let[u,d]=(0,o.useState)(!1),[p,f]=(0,o.useState)(!1),[h,m]=(0,o.useState)(!1),[y,g]=(0,o.useState)(""),v=(0,c.useRouter)(),{menus:b,navProps:x}=e,{smallIcon:w=!0}=x||{},j=(0,i.Tu)((0,i.pz)(b,"site-main-header")),S=(0,i.Tu)((0,i.pz)(b,"site-main-header-secondary-dropdown")),E=()=>{window.scrollY>=1?d(!0):d(!1)};(0,o.useEffect)(()=>(window.addEventListener("scroll",E),()=>{window.removeEventListener("scroll",E)}),[]);let T=()=>{m(!1),f(!p)};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)("header",{className:"header-main ".concat(u?"fixed-header":""," ").concat(w?"fixed-header":""),children:[(0,n.jsx)("div",{className:"container",children:(0,n.jsxs)("div",{className:"position-relative",children:[(0,n.jsxs)("div",{className:"row align-items-end",children:[(0,n.jsx)("div",{className:"col-8 col-md-2",children:(0,n.jsxs)(l(),{href:"/",className:"header-logo",children:[(0,n.jsx)("div",{className:"full-logo",children:(0,n.jsx)(s.Z,{width:212,height:140,alt:"the-nod-logo-white",src:"/assets/the-nod-logo-white.svg"})}),(0,n.jsx)("div",{className:"monogram",children:(0,n.jsx)(s.Z,{width:212,height:140,alt:"the-nod-monogram",src:"/assets/the-nod-monogram.svg"})})]})}),(0,n.jsx)("div",{className:"col-4 col-md-10",children:(0,n.jsx)("div",{className:"main-nav",children:(0,n.jsxs)("div",{className:"nav-wrapper here",children:[null==j?void 0:null===(t=j.sort((e,t)=>e.order-t.order))||void 0===t?void 0:t.map((e,t)=>{var r;return(0,n.jsx)("div",{className:"header-links",children:(0,n.jsx)(l(),{className:"header-links",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(r=e.target)&&void 0!==r?r:"_self",children:e.title})},"headermenu-"+t)}),(0,n.jsx)("div",{children:(0,n.jsx)("button",{className:"search-toggle button-unstyled",onClick:()=>m(!h),children:(0,n.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:(0,n.jsx)("path",{d:"M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5Zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11Z",fill:"#fff"})})})}),(0,n.jsx)("div",{className:"hamburger",children:(0,n.jsx)("button",{onClick:T,className:"toggle-dropdown button-unstyled",children:(0,n.jsx)("svg",{width:"20",height:"13",viewBox:"0 0 20 13",fill:"none",children:(0,n.jsx)("path",{d:"M.715 1.444h18.568a.724.724 0 0 0 .62-1.085.711.711 0 0 0-.62-.359H.715a.712.712 0 0 0-.62.363.734.734 0 0 0 0 .722.711.711 0 0 0 .62.359ZM.001 6.498c0-.19.073-.376.208-.512a.706.706 0 0 1 .506-.21h18.568a.724.724 0 0 1 0 1.448H.715a.713.713 0 0 1-.714-.726Zm0 5.776c0-.19.073-.376.208-.512a.706.706 0 0 1 .506-.21h18.568a.724.724 0 0 1 0 1.448H.715a.713.713 0 0 1-.714-.726Z",fill:"#fff"})})})})]})})})]}),(0,n.jsx)("div",{className:p?"dropdown-menu-main open":"dropdown-menu-main",children:(0,n.jsxs)("div",{onClick:T,className:"dropdown-wrapper",children:[(0,n.jsx)("button",{onClick:T,className:"close-btn arrow-btn toggle-dropdown",children:(0,n.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,n.jsx)("path",{d:"M14 1.4 12.6 0 7 5.6 1.4 0 0 1.4 5.6 7 0 12.6 1.4 14 7 8.4l5.6 5.6 1.4-1.4L8.4 7 14 1.4Z",fill:"#000"})})}),(0,n.jsx)("div",{className:"dropdown-top-links",children:null==j?void 0:null===(a=j.sort((e,t)=>e.order-t.order))||void 0===a?void 0:a.map((e,t)=>{var r,o;return(0,n.jsxs)("div",{className:"single-dropdown-col",children:[(0,n.jsx)("p",{children:(0,n.jsx)(l(),{href:(0,i.Rg)(e.url),children:e.title})}),(0,n.jsx)("div",{className:"dropdown-links",children:null===(o=e.children)||void 0===o?void 0:null===(r=o.sort((e,t)=>e.order-t.order))||void 0===r?void 0:r.map((e,r)=>(0,n.jsx)("div",{children:(0,n.jsx)(l(),{href:(0,i.Rg)(null==e?void 0:e.url),className:"animated-link-underline",children:e.title})},"nav-inner-"+t+"-"+r))})]},"nav-top"+t)})}),(0,n.jsx)("div",{className:"dropdown-bottom-links",children:(0,n.jsxs)("div",{className:"row align-items-center",children:[(0,n.jsx)("div",{className:"col-md-8",children:(0,n.jsx)("div",{className:"bottom-links-wrapper",children:null==S?void 0:null===(r=S.sort((e,t)=>e.order-t.order))||void 0===r?void 0:r.map((e,t)=>{var r;return(0,n.jsx)("div",{children:(0,n.jsx)(l(),{className:"animated-link-underline",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(r=e.target)&&void 0!==r?r:"_self",children:e.title})},"header-pages-"+t)})})}),(0,n.jsx)("div",{className:"col-md-4",children:(0,n.jsxs)("div",{className:"social-links",children:[(0,n.jsx)(l(),{href:"https://www.instagram.com/thenodmag/",target:"_blank",children:(0,n.jsx)(s.Z,{width:30,height:36,alt:"instagram",src:"/assets/instagram.svg"})}),(0,n.jsx)(l(),{href:"https://facebook.com/profile.php?id=61558574499270",children:(0,n.jsx)(s.Z,{width:30,height:36,alt:"facebook",src:"/assets/facebook.svg"})}),(0,n.jsx)(l(),{href:"https://twitter.com/TheNodMag",target:"_blank",children:(0,n.jsx)(s.Z,{width:30,height:36,alt:"twitter",src:"/assets/twitter.svg"})}),(0,n.jsx)(l(),{href:"https://www.youtube.com/@TheNodMagazine",target:"_blank",children:(0,n.jsx)(s.Z,{width:9,height:20,alt:"play",src:"/assets/play.svg"})}),(0,n.jsx)(l(),{href:"https://www.linkedin.com/company/the-nod-mag/",target:"_blank",children:(0,n.jsx)(s.Z,{width:30,height:36,alt:"linkedin",src:"/assets/linkedin.svg"})})]})})]})})]})})]})}),h&&(0,n.jsx)("div",{className:"bg-black search-main",children:(0,n.jsxs)("div",{className:"container position-relative",children:[(0,n.jsx)("form",{onSubmit:e=>{e.preventDefault(),""!==y.trim()&&(v.push("/search/".concat(y,"?page=1&sort=desc")),m(!1))},children:(0,n.jsxs)("div",{className:"serach-block",children:[(0,n.jsx)("input",{type:"text",placeholder:"Please type here",value:y,onChange:e=>{g(e.target.value)}}),(0,n.jsx)("button",{type:"submit",children:(0,n.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:(0,n.jsx)("path",{d:"M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5Zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11Z",fill:"#fff"})})})]})}),(0,n.jsx)("button",{className:"search-close arrow-btn search-toggle",onClick:()=>{m(!1)},children:(0,n.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,n.jsx)("path",{d:"M14 1.4 12.6 0 7 5.6 1.4 0 0 1.4 5.6 7 0 12.6 1.4 14 7 8.4l5.6 5.6 1.4-1.4L8.4 7 14 1.4Z",fill:"#000"})})})]})})]}),(0,n.jsx)("div",{className:p?"overlay-bg active":"overlay-bg"})]})},d=r(9778),p=e=>{var t,r;let{menus:a,newsLetterData:c}=e,[u,p]=(0,o.useState)(""),[f,h]=(0,o.useState)(""),m=(0,i.Tu)((0,i.pz)(a,"footer-menu-col-1")),y=(0,i.Tu)((0,i.pz)(a,"footer-menu-col-2")),[g,v]=(0,o.useState)(!1),{NewsletterEmailListId:b,NewsletterSectionSuccessMessage:x,NewsletterSectionErrorMessage:w}=c,j=async e=>{if(e.preventDefault(),!u)return!1;v(!0);try{let e=await fetch("/api/subscribe",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:u,MailingListID:b})}),t=await e.json();e.ok?((null==t?void 0:t.success)&&h(x||"Subscribe successfully."),(0,d.Cn)({event:"newsletter_signup",data:{unit:"footer",url:window.location.href}})):h(w||"Something went wrong")}catch(e){h(w||"Something went wrong"),console.error("Error:",e)}finally{v(!1)}};return(0,n.jsx)("footer",{className:"footer-main bg-black section-pad",children:(0,n.jsxs)("div",{className:"container-fluid",children:[(0,n.jsxs)("div",{className:"row",children:[(0,n.jsx)("div",{className:"col-md-3 order-md-1 order-lg-0",children:(0,n.jsxs)("div",{className:"footer-logo-wrapper",children:[(0,n.jsx)("div",{className:"footer-logo",children:(0,n.jsx)(l(),{href:"/",children:(0,n.jsx)(s.Z,{width:232,height:190,alt:"nod-logo-with-tagline",src:"/assets/nod-logo-with-tagline.svg"})})}),(0,n.jsx)("div",{className:"copyright d-none d-md-block",children:"2023, The Nod."})]})}),(0,n.jsx)("div",{className:"col-lg-5 col-md-9 order-2 order-lg-0",children:(0,n.jsxs)("div",{className:"row",children:[(0,n.jsx)("div",{className:"col",children:(0,n.jsx)("div",{className:"footer-links",children:null==m?void 0:null===(t=m.sort((e,t)=>e.order-t.order))||void 0===t?void 0:t.map(e=>{var t;return(0,n.jsx)("div",{children:(0,n.jsx)(l(),{className:"animated-link-underline",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(t=e.target)&&void 0!==t?t:"_self",children:e.title})},null==e?void 0:e.id)})})}),(0,n.jsx)("div",{className:"col",children:(0,n.jsx)("div",{className:"footer-links",children:null==y?void 0:null===(r=y.sort((e,t)=>e.order-t.order))||void 0===r?void 0:r.map(e=>{var t;return(0,n.jsx)("div",{children:(0,n.jsx)(l(),{className:"animated-link-underline",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(t=e.target)&&void 0!==t?t:"_self",children:e.title})},null==e?void 0:e.id)})})})]})}),(0,n.jsx)("div",{className:"col-lg-4",children:b&&(0,n.jsx)("div",{className:"newsletter-input-area white-newsletter mb-5 mb-lg-0",children:f?(0,n.jsx)("div",{className:"text-white",children:f}):(0,n.jsxs)("form",{className:"newsletter-input-box",onSubmit:j,children:[(0,n.jsx)("input",{type:"email",value:u,onChange:e=>{p(e.target.value)},placeholder:"Enter your email address"}),(0,n.jsxs)("button",{type:"submit",disabled:g,children:[(0,n.jsx)("span",{className:"d-none d-md-block",children:g?"Submitting...":"SUBSCRIBE"}),(0,n.jsx)("span",{className:"d-block d-md-none",children:(0,n.jsx)(s.Z,{className:"inverse",width:232,height:190,alt:"arrow-right",src:"/assets/arrow-right.svg"})})]})]})})})]}),(0,n.jsx)("div",{className:"copyright d-block d-md-none mt-5",children:"2023, The Nod."}),(0,n.jsx)("p",{className:"disclaimer",children:"Disclaimer: All rights reserved. Use of this Website hereby constitutes express and unequivocal acceptance of our Terms of Use and Privacy Policy Statement. The materials listed, mentioned, relied upon etc on this Website shall not be duplicated, doctored, stored, transmitted or transferred or otherwise used for non-consensual activities, except with the prior written consent of Reliance Retail Limited only via official channels of communication."})]})})},f=r(9008),h=r.n(f),m=r(9056),y=()=>{let e=(0,c.useRouter)();return"".concat("https://thenodmag.com").concat(e.asPath)};let g=(e,t,r)=>{var n,o,a,l,s,c,u,p,f,h;if(!e)return{articleJson:null,breadcrumbJson:null};let m="https://thenodmag.com",y=(null==e?void 0:null===(n=e.categories)||void 0===n?void 0:n.data)||[],g=(null==y?void 0:null===(o=y[0])||void 0===o?void 0:o.attributes)||{},v=(null==g?void 0:null===(l=g.parent)||void 0===l?void 0:null===(a=l.data)||void 0===a?void 0:a.attributes)||{},b=(null==e?void 0:null===(c=e.author)||void 0===c?void 0:null===(s=c.data)||void 0===s?void 0:s.attributes)||null,x=null==e?void 0:null===(p=e.tags)||void 0===p?void 0:null===(u=p.data)||void 0===u?void 0:u.map(e=>{var t;return null==e?void 0:null===(t=e.attributes)||void 0===t?void 0:t.Title}).join(", "),w=(null==e?void 0:e.DEK)||r,j=["16x9","4x3","1x1","3x4"],S=[],E=null;for(let t=0;t<j.length;t++){let r=j[t],n=(0,i.jj)(null==e?void 0:null===(h=e.FeaturedMedia)||void 0===h?void 0:null===(f=h[0])||void 0===f?void 0:f.FeaturedImage,r);S.includes(n)||"3x4"===r||S.push(n),"3x4"===r&&(E=n)}let T={"@context":"http://schema.org","@type":"NewsArticle",articleBody:w||null,isBasedOn:t,articleSection:(null==v?void 0:v.Title)||(null==g?void 0:g.Title)||null,author:b?[{"@type":"Person",name:null==b?void 0:b.Title,sameAs:(null==b?void 0:b.slug)?(0,i.WN)((0,i.M_)(null==b?void 0:b.slug),m):null}]:null,dateModified:(null==e?void 0:e.updatedAt)||null,datePublished:(null==e?void 0:e.publishedAt)||null,headline:w||null,image:S.length?S:null,keywords:x||null,thumbnailUrl:E,url:t,isPartOf:{"@type":"CreativeWork",name:"The Nod Magazine"},isAccessibleForFree:!0,alternativeHeadline:null==e?void 0:e.Title,description:null==e?void 0:e.Title,mainEntityOfPage:{"@type":"WebPage","@id":t},publisher:{"@context":"https://schema.org","@type":"Organization",name:"The Nod Magazine",logo:{"@type":"ImageObject",url:(0,i.WN)("/assets/the-nod-logo-white.svg",m),width:"500px",height:"152px"},url:"https://thenodmag.com"}},N=[];if((null==v?void 0:v.Title)&&N.push({"@type":"ListItem",position:N.length+1,name:null==v?void 0:v.Title,item:(0,i.WN)("".concat((0,d.un)(null==v?void 0:v.slug)),m)}),null==g?void 0:g.Title){let e=(null==v?void 0:v.slug)?"".concat((0,d.un)(null==v?void 0:v.slug)).concat((0,d.un)(null==g?void 0:g.slug)):(0,d.un)(null==g?void 0:g.slug);N.push({"@type":"ListItem",position:N.length+1,name:null==g?void 0:g.Title,item:(0,i.WN)(e,m)})}return(null==e?void 0:e.Title)&&N.push({"@type":"ListItem",position:N.length+1,name:null==e?void 0:e.Title}),{articleJson:T,breadcrumbJson:N.length?{"@context":"https://schema.org/","@type":"BreadcrumbList",itemListElement:N}:null}},v=e=>{let{Title:t,metaTitle:r,AppendSeoTitle:n}=e,o=r||t,i=n||"The Nod Mag";return!o||(null==o?void 0:o.includes(i))||(o+=" - ".concat(i)),o||i},b=e=>{let{data:t,description:r=null,name:n=null,canonicalUrl:o}=e,a=t?null==t?void 0:t.map((e,t)=>{let r=null==e?void 0:e.attributes;return{"@context":"https://schema.org","@type":"ListItem",name:null==r?void 0:r.Title,url:(0,i.WN)((0,i.x$)(null==r?void 0:r.slug),"https://thenodmag.com"),position:t+1}}):[];return{"@context":"https://schema.org","@type":"ItemList",itemListElement:a,numberOfItems:(null==a?void 0:a.length)||0,mainEntityOfPage:{"@context":"https://schema.org","@type":"CollectionPage",description:r||"",url:o,name:n||"",publisher:{"@id":"https://thenodmag.com"},copyrightHolder:{"@id":"https://thenodmag.com"},sourceOrganization:{"@type":"Organization","@id":"https://thenodmag.com"},copyrightYear:"2023"}}};var x=e=>{var t,r,o,a,l,s,c,u,d,p;let{seo:f,Title:x,currentSlug:w,AppendSeoTitle:j}=e,S=null==f?void 0:f.metaTitle,E=null==f?void 0:f.metaDescription,T=null==f?void 0:f.keywords,N=null==f?void 0:f.metaRobots,O=null==f?void 0:f.structuredData,_=null==f?void 0:f.metaViewport,k=(null==f?void 0:null===(o=f.metaImage)||void 0===o?void 0:null===(r=o.data)||void 0===r?void 0:null===(t=r.attributes)||void 0===t?void 0:t.url)||"",P=(null==f?void 0:f.metaSocial)||[],A="https://thenodmag.com",C=(null==f?void 0:null===(a=f.articleSeo)||void 0===a?void 0:a.slug)?(0,i.WN)((0,i.x$)(null==f?void 0:null===(l=f.articleSeo)||void 0===l?void 0:l.slug),A):null,M=g(null==f?void 0:f.articleSeo,C,E);w&&(0,i.WN)(w,A);let I=null==P?void 0:P.find(e=>{var t;return(null==e?void 0:null===(t=e.socialNetwork)||void 0===t?void 0:t.toLowerCase())==="facebook"}),R=null==P?void 0:P.find(e=>{var t;return(null==e?void 0:null===(t=e.socialNetwork)||void 0===t?void 0:t.toLowerCase())==="twitter"}),D=k?(0,i.bN)((0,m.$0)(k)):null==f?void 0:f.articleImageUrl,L=(null==M?void 0:M.Title)||x,F=x||(null==M?void 0:M.Title)||(null==I?void 0:I.title)||S,B=(null==I?void 0:I.description)||(null==M?void 0:M.DEK)||E,z=x||(null==M?void 0:M.Title)||(null==R?void 0:R.title)||S,U=(null==R?void 0:R.description)||(null==M?void 0:M.DEK)||E,H=y(),W=b({data:null==f?void 0:f.articles,description:B,name:F,canonicalUrl:H}),V=(null==f?void 0:null===(c=f.articleSeo)||void 0===c?void 0:null===(s=c.categories)||void 0===s?void 0:s.data)||[],G=(null==V?void 0:null===(u=V[0])||void 0===u?void 0:u.attributes)||{},q=(null==G?void 0:null===(p=G.parent)||void 0===p?void 0:null===(d=p.data)||void 0===d?void 0:d.attributes)||{};return(0,n.jsxs)(h(),{children:[(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify({"@context":"https://schema.org","@type":"Organization",name:"The Nod Magazine",logo:{"@type":"ImageObject",url:"https://assets.thenodmag.com/website-assets/nod_logo_with_tagline_white_on_black_9b931a9c60.svg",width:"500px",height:"410px"},url:"https://www.thenodmag.com"})}}),(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify({"@context":"https://schema.org","@type":"WebSite",url:"https://www.thenodmag.com",name:"The Nod Magazine",headline:"The Nod Magazine: A digital publication curating lifestyle, arts, and culture content. Get well-researched reads on fashion, beauty, travel, food, movies, and art.",potentialAction:{"@type":"SearchAction",target:"https://thenodmag.com/search/{search_term_string}","query-input":"required name=search_term_string"}})}}),(null==W?void 0:W.numberOfItems)>0&&(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(W)}}),O&&(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(O)}}),(null==M?void 0:M.articleJson)&&(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(null==M?void 0:M.articleJson)}}),(null==M?void 0:M.breadcrumbJson)&&(0,n.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(null==M?void 0:M.breadcrumbJson)}}),(0,n.jsx)("title",{children:v({Title:L,metaTitle:S,AppendSeoTitle:j})}),B&&(0,n.jsx)("meta",{name:"description",content:B}),T&&(0,n.jsx)("meta",{name:"keywords",content:T}),N&&(0,n.jsx)("meta",{name:"robots",content:N}),_&&(0,n.jsx)("meta",{name:"viewport",content:_}),H&&(0,n.jsx)("link",{rel:"canonical",href:H}),(0,n.jsx)("meta",{property:"og:title",content:F}),(0,n.jsx)("meta",{name:"publisher",content:"The Nod Mag"}),(0,n.jsx)("meta",{name:"robots",content:"index"}),B&&(0,n.jsx)("meta",{property:"og:description",content:B}),H&&(0,n.jsx)("meta",{property:"og:url",content:H||"https://thenodmag.com"}),D&&(0,n.jsx)("meta",{property:"og:image",content:D}),(null==q?void 0:q.Title)&&(0,n.jsx)("meta",{name:"category",content:null==q?void 0:q.Title}),(null==G?void 0:G.Title)&&(0,n.jsx)("meta",{name:"sub-category",content:null==G?void 0:G.Title}),z&&(0,n.jsx)("meta",{property:"og:type",content:"website"}),z&&(0,n.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),z&&(0,n.jsx)("meta",{name:"twitter:title",content:z}),U&&(0,n.jsx)("meta",{name:"twitter:description",content:(null==R?void 0:R.description)||(null==M?void 0:M.DEK)||E}),D&&(0,n.jsx)("meta",{name:"twitter:image",content:D}),z&&(0,n.jsx)("meta",{name:"twitter:site",content:"TheNodMag"}),H&&(0,n.jsx)("meta",{name:"twitter:url",content:H||"https://thenodmag.com"})]})},w=e=>{let[t,r]=(0,o.useState)(!1),[a,u]=(0,o.useState)(!1),[d,p]=(0,o.useState)(!1),[f,h]=(0,o.useState)(""),m=(0,c.useRouter)(),{menus:y}=e,g=(0,i.Tu)((0,i.pz)(y,"wedding-collective")),v=()=>{window.scrollY>=1?r(!0):r(!1)};(0,o.useEffect)(()=>(window.addEventListener("scroll",v),()=>{window.removeEventListener("scroll",v)}),[]);let b=()=>{u(!a)},x=()=>{p(!d)};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)("header",{className:"header-main ".concat(t?"fixed-header":""),children:[(0,n.jsx)("div",{className:"container",children:(0,n.jsxs)("div",{className:"position-relative",children:[(0,n.jsxs)("div",{className:"row align-items-end",children:[(0,n.jsx)("div",{className:"col-8 col-md-2",children:(0,n.jsx)(l(),{href:"/",className:"header-logo",children:(0,n.jsx)("div",{className:"",children:(0,n.jsx)(s.Z,{src:"/assets/wedding-collective-logo.svg",height:500,width:500,alt:"logo"})})})}),(0,n.jsx)("div",{className:"col-4 col-md-10",children:(0,n.jsx)("div",{className:"main-nav",children:(0,n.jsxs)("div",{className:"nav-wrapper",children:[g.map((e,t)=>{var r;return(0,n.jsx)("div",{className:"header-links",children:(0,n.jsx)(l(),{className:"header-links",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(r=e.target)&&void 0!==r?r:"_self",children:e.title})},"headermenu-"+t)}),(0,n.jsx)("div",{children:(0,n.jsx)("button",{onClick:x,className:"search-toggle button-unstyled",children:(0,n.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:(0,n.jsx)("path",{d:"M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5Zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11Z",fill:"#6c1c1f"})})})}),(0,n.jsx)("div",{className:"hamburger",children:(0,n.jsx)("button",{onClick:b,className:"toggle-dropdown button-unstyled",children:(0,n.jsx)("svg",{width:"20",height:"13",viewBox:"0 0 20 13",fill:"none",children:(0,n.jsx)("path",{d:"M.715 1.444h18.568a.724.724 0 0 0 .62-1.085.711.711 0 0 0-.62-.359H.715a.712.712 0 0 0-.62.363.734.734 0 0 0 0 .722.711.711 0 0 0 .62.359ZM.001 6.498c0-.19.073-.376.208-.512a.706.706 0 0 1 .506-.21h18.568a.724.724 0 0 1 0 1.448H.715a.713.713 0 0 1-.714-.726Zm0 5.776c0-.19.073-.376.208-.512a.706.706 0 0 1 .506-.21h18.568a.724.724 0 0 1 0 1.448H.715a.713.713 0 0 1-.714-.726Z",fill:"#6c1c1f"})})})})]})})})]}),(0,n.jsx)("div",{className:a?"dropdown-menu-main open":"dropdown-menu-main",children:(0,n.jsxs)("div",{onClick:b,className:"dropdown-wrapper",children:[(0,n.jsx)("button",{className:"close-btn arrow-btn toggle-dropdown",children:(0,n.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,n.jsx)("path",{d:"M14 1.4 12.6 0 7 5.6 1.4 0 0 1.4 5.6 7 0 12.6 1.4 14 7 8.4l5.6 5.6 1.4-1.4L8.4 7 14 1.4Z",fill:"#6c1c1f"})})}),(0,n.jsxs)("div",{className:"dropdown-top-links",children:[(0,n.jsx)("div",{className:"single-dropdown-col",children:(0,n.jsx)("p",{children:(0,n.jsx)(l(),{href:"/",children:"Home"})})}),g.map((e,t)=>{var r;return(0,n.jsx)("div",{className:"single-dropdown-col",children:(0,n.jsx)("p",{children:(0,n.jsx)(l(),{className:"header-links",href:(0,i.Rg)(null==e?void 0:e.url),target:null!==(r=e.target)&&void 0!==r?r:"_self",children:e.title})})},"dropdown-"+t)})]})]})})]})}),d&&(0,n.jsx)("div",{className:"search-main",children:(0,n.jsxs)("div",{className:"container position-relative",children:[(0,n.jsx)("form",{onSubmit:e=>{e.preventDefault(),""!==f.trim()&&(m.push("/search/".concat(f,"?page=1&sort=desc")),p(!1))},children:(0,n.jsxs)("div",{className:"serach-block",children:[(0,n.jsx)("input",{type:"text",placeholder:"Please type here",value:f,onChange:e=>{h(e.target.value)}}),(0,n.jsx)("button",{type:"submit",children:(0,n.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:(0,n.jsx)("path",{d:"M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5Zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11Z",fill:"#fff"})})})]})}),(0,n.jsx)("button",{className:"search-close arrow-btn search-toggle",onClick:x,children:(0,n.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,n.jsx)("path",{d:"M14 1.4 12.6 0 7 5.6 1.4 0 0 1.4 5.6 7 0 12.6 1.4 14 7 8.4l5.6 5.6 1.4-1.4L8.4 7 14 1.4Z",fill:"#000"})})})]})})]}),(0,n.jsx)("div",{className:a?"overlay-bg active":"overlay-bg"})]})},j=e=>{let{newsLetterData:t}=e,[r,i]=(0,o.useState)(""),[a,l]=(0,o.useState)(""),[c,u]=(0,o.useState)(!1),{NewsletterEmailListId:p,NewsletterSectionSuccessMessage:f,NewsletterSectionErrorMessage:h}=t||{};if(!p)return null;let m=async e=>{if(e.preventDefault(),!r)return!1;u(!0);try{let e=await fetch("/api/subscribe",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:r,MailingListID:p})}),t=await e.json();e.ok?((null==t?void 0:t.success)&&l(f),(0,d.Cn)({event:"newsletter_signup",data:{unit:"footer",url:window.location.href}})):l(h)}catch(e){l(h),console.error("Error:",e)}finally{u(!1)}};return(0,n.jsx)("div",{className:"col-lg-5 offset-lg-4",children:(0,n.jsxs)("div",{className:"newsletter-input-area white-newsletter mb-5 mb-lg-0",children:[a?(0,n.jsx)("div",{style:{marginBottom:"20px",color:"#6c1c1f"},children:a}):(0,n.jsxs)("form",{className:"newsletter-input-box",style:{marginBottom:"20px"},onSubmit:m,children:[(0,n.jsx)("input",{type:"email",value:r,onChange:e=>{i(e.target.value)},placeholder:"Enter your email address"}),(0,n.jsxs)("button",{type:"submit",disabled:c,children:[(0,n.jsx)("span",{className:"d-none d-md-block",children:c?"Submitting...":"SUBSCRIBE"}),(0,n.jsx)("span",{className:"d-block d-md-none",children:(0,n.jsx)(s.Z,{src:"/assets/arrow-right.svg",className:"inverse",width:500,height:500,alt:"wedding-collective-logo"})})]})]}),(0,n.jsx)("div",{children:(0,n.jsxs)("small",{id:"emailHelp",className:"footer-contact-us",children:["Reach out to us at ",(0,n.jsx)("strong",{children:(0,n.jsx)("a",{href:"mailto:theweddingcollective@ril.com",children:"theweddingcollective@ril.com"})})]})})]})})},S=e=>{let{newsLetterData:t}=e;return(0,n.jsx)("footer",{className:"footer-main bg-darkpeach section-pad",children:(0,n.jsxs)("div",{className:"container",children:[(0,n.jsxs)("div",{className:"row",children:[(0,n.jsx)("div",{className:"col-md-3 order-md-1 order-lg-0",children:(0,n.jsxs)("div",{className:"footer-logo-wrapper",children:[(0,n.jsx)("div",{className:"footer-logo",children:(0,n.jsx)(l(),{href:"/",children:(0,n.jsx)(s.Z,{src:"/assets/wedding-collective-logo.svg",width:500,height:500,alt:"wedding-collective-logo"})})}),(0,n.jsx)("div",{className:"copyright d-none d-md-block",children:"2024, The Wedding Collective."})]})}),(0,n.jsx)(j,{newsLetterData:t})]}),(0,n.jsx)("div",{className:"copyright d-block d-md-none mt-5",children:"2024, The Wedding Collective."}),(0,n.jsx)("p",{className:"disclaimer",children:"Disclaimer: All rights reserved. Use of this Website hereby constitutes express and unequivocal acceptance of our Terms of Use and Privacy Policy Statement. The materials listed, mentioned, relied upon etc on this Website shall not be duplicated, doctored, stored, transmitted or transferred or otherwise used for non-consensual activities, except with the prior written consent of Reliance Retail Limited only via official channels of communication."})]})})};function E(e){let{children:t,menus:r,Title:o,currentSlug:i,SEOProps:a,product:l,newsLetterProps:s,navProps:c,AppendSeoTitle:d,hideNavFooter:f}=e;return f?(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("noscript",{dangerouslySetInnerHTML:{__html:'<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPJSMGCB" height="0" width="0" style="display:none;visibility:hidden"></iframe>'}}),(0,n.jsx)(x,{Title:o,seo:a,currentSlug:i}),t]}):(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("noscript",{dangerouslySetInnerHTML:{__html:'<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPJSMGCB" height="0" width="0" style="display:none;visibility:hidden"></iframe>'}}),(0,n.jsx)(x,{Title:o,seo:a,currentSlug:i,AppendSeoTitle:d}),"wedding-collective"===l?(0,n.jsx)(w,{navProps:c,menus:r||[]}):(0,n.jsx)(u,{navProps:c,menus:r||[]}),t,"wedding-collective"===l?(0,n.jsx)(S,{newsLetterData:null==s?void 0:s.weddingNewsLetterData}):(0,n.jsx)(p,{newsLetterData:null==s?void 0:s.homeNewsLetterData,menus:r||[]})]})}},9056:function(e,t,r){"use strict";r.d(t,{$0:function(){return i},_n:function(){return n},pK:function(){return o}});let n="https://authors.thenodmag.com";function o(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"".concat(n).concat(null!=e?e:"")}function i(e){return e?e.startsWith("http")||e.startsWith("//")?e:"".concat(o()).concat(e):"data:,"}},7701:function(e,t,r){"use strict";r.d(t,{Rz:function(){return d}});var n=r(129),o=r.n(n),i=r(9056),a=r(3454);async function l(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};try{let n={"Content-Type":"application/json"};a.env.NEXT_JS_STRAPI_TOKEN&&(n.Authorization="Bearer "+a.env.NEXT_JS_STRAPI_TOKEN);let l={next:{revalidate:60},headers:n,...r},s=o().stringify(t),c="".concat((0,i.pK)("/api".concat(e).concat(s?"?".concat(s):""))),u=await fetch(c,l);return await u.json()}catch(e){throw console.error(e),Error("Please check if your server is running and you set all the required tokens.")}}let s=async()=>{let e=c(),t={"Content-Type":"application/json"};a.env.NEXT_JS_STRAPI_TOKEN&&(t.Authorization="Bearer "+a.env.NEXT_JS_STRAPI_TOKEN);let r=await fetch("".concat(i._n,"/api/menus?").concat(e?"publicationState=preview&":"","populate[0]=items&populate[1]=items.parent"),{next:{revalidate:60},headers:t});return(await r.json()).data},c=()=>!1;var u=r(8130);async function d(){var e,t,r;let[n,o,i,a]=await Promise.all([s(),p(),f(),h()]),{SquareAdSpotKey:l=null,LandscapeAdSpotKey:c=null,AppendSeoTitle:d=null,sovbrand:m=null}=(null==o?void 0:null===(e=o.data)||void 0===e?void 0:e.attributes)||{};return{menus:n,adData:{sovbrand:m,master:{SquareAdSpotKey:l,LandscapeAdSpotKey:c}},newsLetterProps:{homeNewsLetterData:(0,u.tR)(null==i?void 0:null===(t=i.data)||void 0===t?void 0:t.attributes),weddingNewsLetterData:(0,u.tR)(null==a?void 0:null===(r=a.data)||void 0===r?void 0:r.attributes)},AppendSeoTitle:d}}async function p(e){let t=e||c();return l("/master-setting".concat(t?"?publicationState=preview":""))}async function f(e){let t=e||c();return l("/home-page".concat(t?"?publicationState=preview":""))}async function h(e){let t=e||c();return l("/wedding-collective".concat(t?"?publicationState=preview":""))}r(3454)},9778:function(e,t,r){"use strict";r.d(t,{$z:function(){return u},Cn:function(){return d},fR:function(){return o},l4:function(){return c},mN:function(){return i},un:function(){return s}});var n=r(8130);r(3454);let o=e=>e>9?""+e:"0"+e,i=e=>(e||"").startsWith("wedding-collective-"),a=()=>(0,n.l5)()?"":"the-wedding-collective/",l=e=>(e||"").startsWith("/")?e||"":"/"+e,s=function(e){var t;let r=!(arguments.length>1)||void 0===arguments[1]||arguments[1],n=null===(t=e||"")||void 0===t?void 0:t.replace("wedding-collective-",a());return r?l(n):n},c=e=>{var t,r,n,o,i,a,l;let c;let u=null==e?void 0:null===(o=e.attributes)||void 0===o?void 0:null===(n=o.parent)||void 0===n?void 0:null===(r=n.data)||void 0===r?void 0:null===(t=r.attributes)||void 0===t?void 0:t.slug;return(null==e?void 0:null===(a=e.attributes)||void 0===a?void 0:null===(i=a.slug)||void 0===i?void 0:i.includes("wedding-collective"))?s(null==e?void 0:null===(l=e.attributes)||void 0===l?void 0:l.slug):u?"/".concat(u,"/").concat(null==e?void 0:e.attributes.slug):"/".concat(null==e?void 0:e.attributes.slug)},u=e=>{let{category:t,rubrik:r=null}=e;return(null==r?void 0:r.Title)||(null==t?void 0:t.Title)},d=async e=>{let{event:t,data:r}=e,n=(e,n)=>{let o=0,i=setInterval(()=>{var a,l,s;o+=1,(null===(a=window)||void 0===a?void 0:a.dataLayer)&&(null===(s=window)||void 0===s||null===(l=s.dataLayer)||void 0===l||l.push({event:"CE_".concat(t),event_params:r}),clearInterval(i),e(!0)),o>=10&&(clearInterval(i),console.error("gtag not available after multiple checks"),n(!1))},500)};return new Promise((e,t)=>{n(e,t)})}},9137:function(){},2379:function(){},7990:function(){},6551:function(){},7113:function(){},7663:function(e){!function(){var t={229:function(e){var t,r,n,o=e.exports={};function i(){throw Error("setTimeout has not been defined")}function a(){throw Error("clearTimeout has not been defined")}function l(e){if(t===setTimeout)return setTimeout(e,0);if((t===i||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:i}catch(e){t=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}}();var s=[],c=!1,u=-1;function d(){c&&n&&(c=!1,n.length?s=n.concat(s):u=-1,s.length&&p())}function p(){if(!c){var e=l(d);c=!0;for(var t=s.length;t;){for(n=s,s=[];++u<t;)n&&n[u].run();u=-1,t=s.length}n=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function h(){}o.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];s.push(new f(e,t)),1!==s.length||c||l(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=h,o.addListener=h,o.once=h,o.off=h,o.removeListener=h,o.removeAllListeners=h,o.emit=h,o.prependListener=h,o.prependOnceListener=h,o.listeners=function(e){return[]},o.binding=function(e){throw Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw Error("process.chdir is not supported")},o.umask=function(){return 0}}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var i=r[e]={exports:{}},a=!0;try{t[e](i,i.exports,n),a=!1}finally{a&&delete r[e]}return i.exports}n.ab="//";var o=n(229);e.exports=o}()},9008:function(e,t,r){e.exports=r(7828)},5675:function(e,t,r){e.exports=r(5666)},1664:function(e,t,r){e.exports=r(9577)},1163:function(e,t,r){e.exports=r(9090)},4298:function(e,t,r){e.exports=r(2892)},631:function(e,t,r){var n="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=n&&o&&"function"==typeof o.get?o.get:null,a=n&&Map.prototype.forEach,l="function"==typeof Set&&Set.prototype,s=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=l&&s&&"function"==typeof s.get?s.get:null,u=l&&Set.prototype.forEach,d="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,p="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,f="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,m=Object.prototype.toString,y=Function.prototype.toString,g=String.prototype.match,v=String.prototype.slice,b=String.prototype.replace,x=String.prototype.toUpperCase,w=String.prototype.toLowerCase,j=RegExp.prototype.test,S=Array.prototype.concat,E=Array.prototype.join,T=Array.prototype.slice,N=Math.floor,O="function"==typeof BigInt?BigInt.prototype.valueOf:null,_=Object.getOwnPropertySymbols,k="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,P="function"==typeof Symbol&&"object"==typeof Symbol.iterator,A="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===P?"object":"symbol")?Symbol.toStringTag:null,C=Object.prototype.propertyIsEnumerable,M=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function I(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||j.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-N(-e):N(e);if(n!==e){var o=String(n),i=v.call(t,o.length+1);return b.call(o,r,"$&_")+"."+b.call(b.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(t,r,"$&_")}var R=r(4654),D=R.custom,L=U(D)?D:null;function F(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function B(e){return"[object Array]"===V(e)&&(!A||!("object"==typeof e&&A in e))}function z(e){return"[object RegExp]"===V(e)&&(!A||!("object"==typeof e&&A in e))}function U(e){if(P)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!k)return!1;try{return k.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,o,l){var s=n||{};if(W(s,"quoteStyle")&&"single"!==s.quoteStyle&&"double"!==s.quoteStyle)throw TypeError('option "quoteStyle" must be "single" or "double"');if(W(s,"maxStringLength")&&("number"==typeof s.maxStringLength?s.maxStringLength<0&&s.maxStringLength!==1/0:null!==s.maxStringLength))throw TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var m=!W(s,"customInspect")||s.customInspect;if("boolean"!=typeof m&&"symbol"!==m)throw TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(W(s,"indent")&&null!==s.indent&&"	"!==s.indent&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(W(s,"numericSeparator")&&"boolean"!=typeof s.numericSeparator)throw TypeError('option "numericSeparator", if provided, must be `true` or `false`');var x=s.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return function e(t,r){if(t.length>r.maxStringLength){var n=t.length-r.maxStringLength;return e(v.call(t,0,r.maxStringLength),r)+"... "+n+" more character"+(n>1?"s":"")}return F(b.call(b.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,q),"single",r)}(t,s);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var j=String(t);return x?I(t,j):j}if("bigint"==typeof t){var N=String(t)+"n";return x?I(t,N):N}var _=void 0===s.depth?5:s.depth;if(void 0===o&&(o=0),o>=_&&_>0&&"object"==typeof t)return B(t)?"[Array]":"[Object]";var D=function(e,t){var r;if("	"===e.indent)r="	";else{if("number"!=typeof e.indent||!(e.indent>0))return null;r=E.call(Array(e.indent+1)," ")}return{base:r,prev:E.call(Array(t+1),r)}}(s,o);if(void 0===l)l=[];else if(G(l,t)>=0)return"[Circular]";function H(t,r,n){if(r&&(l=T.call(l)).push(r),n){var i={depth:s.depth};return W(s,"quoteStyle")&&(i.quoteStyle=s.quoteStyle),e(t,i,o+1,l)}return e(t,s,o+1,l)}if("function"==typeof t&&!z(t)){var Y=function(e){if(e.name)return e.name;var t=g.call(y.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),Q=K(t,H);return"[Function"+(Y?": "+Y:" (anonymous)")+"]"+(Q.length>0?" { "+E.call(Q,", ")+" }":"")}if(U(t)){var ee=P?b.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):k.call(t);return"object"!=typeof t||P?ee:Z(ee)}if(t&&"object"==typeof t&&("undefined"!=typeof HTMLElement&&t instanceof HTMLElement||"string"==typeof t.nodeName&&"function"==typeof t.getAttribute)){for(var et,er="<"+w.call(String(t.nodeName)),en=t.attributes||[],eo=0;eo<en.length;eo++)er+=" "+en[eo].name+"="+F((et=en[eo].value,b.call(String(et),/"/g,"&quot;")),"double",s);return er+=">",t.childNodes&&t.childNodes.length&&(er+="..."),er+="</"+w.call(String(t.nodeName))+">"}if(B(t)){if(0===t.length)return"[]";var ei=K(t,H);return D&&!function(e){for(var t=0;t<e.length;t++)if(G(e[t],"\n")>=0)return!1;return!0}(ei)?"["+X(ei,D)+"]":"[ "+E.call(ei,", ")+" ]"}if("[object Error]"===V(t)&&(!A||!("object"==typeof t&&A in t))){var ea=K(t,H);return"cause"in Error.prototype||!("cause"in t)||C.call(t,"cause")?0===ea.length?"["+String(t)+"]":"{ ["+String(t)+"] "+E.call(ea,", ")+" }":"{ ["+String(t)+"] "+E.call(S.call("[cause]: "+H(t.cause),ea),", ")+" }"}if("object"==typeof t&&m){if(L&&"function"==typeof t[L]&&R)return R(t,{depth:_-o});if("symbol"!==m&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var el=[];return a&&a.call(t,function(e,r){el.push(H(r,t,!0)+" => "+H(e,t))}),$("Map",i.call(t),el,D)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var es=[];return u&&u.call(t,function(e){es.push(H(e,t))}),$("Set",c.call(t),es,D)}if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return J("WeakMap");if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return J("WeakSet");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{return f.call(e),!0}catch(e){}return!1}(t))return J("WeakRef");if("[object Number]"===V(t)&&(!A||!("object"==typeof t&&A in t)))return Z(H(Number(t)));if(function(e){if(!e||"object"!=typeof e||!O)return!1;try{return O.call(e),!0}catch(e){}return!1}(t))return Z(H(O.call(t)));if("[object Boolean]"===V(t)&&(!A||!("object"==typeof t&&A in t)))return Z(h.call(t));if("[object String]"===V(t)&&(!A||!("object"==typeof t&&A in t)))return Z(H(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if(t===r.g)return"{ [object globalThis] }";if(!("[object Date]"===V(t)&&(!A||!("object"==typeof t&&A in t)))&&!z(t)){var ec=K(t,H),eu=M?M(t)===Object.prototype:t instanceof Object||t.constructor===Object,ed=t instanceof Object?"":"null prototype",ep=!eu&&A&&Object(t)===t&&A in t?v.call(V(t),8,-1):ed?"Object":"",ef=(eu||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(ep||ed?"["+E.call(S.call([],ep||[],ed||[]),": ")+"] ":"");return 0===ec.length?ef+"{}":D?ef+"{"+X(ec,D)+"}":ef+"{ "+E.call(ec,", ")+" }"}return String(t)};var H=Object.prototype.hasOwnProperty||function(e){return e in this};function W(e,t){return H.call(e,t)}function V(e){return m.call(e)}function G(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return -1}function q(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+x.call(t.toString(16))}function Z(e){return"Object("+e+")"}function J(e){return e+" { ? }"}function $(e,t,r,n){return e+" ("+t+") {"+(n?X(r,n):E.call(r,", "))+"}"}function X(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+E.call(e,","+r)+"\n"+t.prev}function K(e,t){var r,n=B(e),o=[];if(n){o.length=e.length;for(var i=0;i<e.length;i++)o[i]=W(e,i)?t(e[i],e):""}var a="function"==typeof _?_(e):[];if(P){r={};for(var l=0;l<a.length;l++)r["$"+a[l]]=a[l]}for(var s in e)W(e,s)&&(!n||String(Number(s))!==s||!(s<e.length))&&(P&&r["$"+s]instanceof Symbol||(j.call(/[^\w$]/,s)?o.push(t(s,e)+": "+t(e[s],e)):o.push(s+": "+t(e[s],e))));if("function"==typeof _)for(var c=0;c<a.length;c++)C.call(e,a[c])&&o.push("["+t(a[c])+"]: "+t(e[a[c]],e));return o}},5798:function(e){"use strict";var t=String.prototype.replace,r=/%20/g,n="RFC3986";e.exports={default:n,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:n}},129:function(e,t,r){"use strict";var n=r(8261),o=r(5235),i=r(5798);e.exports={formats:i,parse:o,stringify:n}},5235:function(e,t,r){"use strict";var n=r(2769),o=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:n.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},s=function(e,t){var r={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,c=t.parameterLimit===1/0?void 0:t.parameterLimit,u=s.split(t.delimiter,c),d=-1,p=t.charset;if(t.charsetSentinel)for(f=0;f<u.length;++f)0===u[f].indexOf("utf8=")&&("utf8=%E2%9C%93"===u[f]?p="utf-8":"utf8=%26%2310003%3B"===u[f]&&(p="iso-8859-1"),d=f,f=u.length);for(f=0;f<u.length;++f)if(f!==d){var f,h,m,y=u[f],g=y.indexOf("]="),v=-1===g?y.indexOf("="):g+1;-1===v?(h=t.decoder(y,a.decoder,p,"key"),m=t.strictNullHandling?null:""):(h=t.decoder(y.slice(0,v),a.decoder,p,"key"),m=n.maybeMap(l(y.slice(v+1),t),function(e){return t.decoder(e,a.decoder,p,"value")})),m&&t.interpretNumericEntities&&"iso-8859-1"===p&&(m=m.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})),y.indexOf("[]=")>-1&&(m=i(m)?[m]:m),o.call(r,h)?r[h]=n.combine(r[h],m):r[h]=m}return r},c=function(e,t,r,n){for(var o=n?t:l(t,r),i=e.length-1;i>=0;--i){var a,s=e[i];if("[]"===s&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var c="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,u=parseInt(c,10);r.parseArrays||""!==c?!isNaN(u)&&s!==c&&String(u)===c&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(a=[])[u]=o:"__proto__"!==c&&(a[c]=o):a={0:o}}o=a}return o},u=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,l=r.depth>0&&/(\[[^[\]]*])/.exec(i),s=l?i.slice(0,l.index):i,u=[];if(s){if(!r.plainObjects&&o.call(Object.prototype,s)&&!r.allowPrototypes)return;u.push(s)}for(var d=0;r.depth>0&&null!==(l=a.exec(i))&&d<r.depth;){if(d+=1,!r.plainObjects&&o.call(Object.prototype,l[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(l[1])}return l&&u.push("["+i.slice(l.index)+"]"),c(u,t,r,n)}},d=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}};e.exports=function(e,t){var r=d(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var o="string"==typeof e?s(e,r):e,i=r.plainObjects?Object.create(null):{},a=Object.keys(o),l=0;l<a.length;++l){var c=a[l],p=u(c,o[c],r,"string"==typeof e);i=n.merge(i,p,r)}return!0===r.allowSparse?i:n.compact(i)}},8261:function(e,t,r){"use strict";var n=r(7478),o=r(2769),i=r(5798),a=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,u=function(e,t){c.apply(e,s(t)?t:[t])},d=Date.prototype.toISOString,p=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:p,formatter:i.formatters[p],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},h={},m=function e(t,r,i,a,l,c,d,p,m,y,g,v,b,x,w,j){for(var S,E,T=t,N=j,O=0,_=!1;void 0!==(N=N.get(h))&&!_;){var k=N.get(t);if(O+=1,void 0!==k){if(k===O)throw RangeError("Cyclic object value");_=!0}void 0===N.get(h)&&(O=0)}if("function"==typeof p?T=p(r,T):T instanceof Date?T=g(T):"comma"===i&&s(T)&&(T=o.maybeMap(T,function(e){return e instanceof Date?g(e):e})),null===T){if(l)return d&&!x?d(r,f.encoder,w,"key",v):r;T=""}if("string"==typeof(S=T)||"number"==typeof S||"boolean"==typeof S||"symbol"==typeof S||"bigint"==typeof S||o.isBuffer(T))return d?[b(x?r:d(r,f.encoder,w,"key",v))+"="+b(d(T,f.encoder,w,"value",v))]:[b(r)+"="+b(String(T))];var P=[];if(void 0===T)return P;if("comma"===i&&s(T))x&&d&&(T=o.maybeMap(T,d)),E=[{value:T.length>0?T.join(",")||null:void 0}];else if(s(p))E=p;else{var A=Object.keys(T);E=m?A.sort(m):A}for(var C=a&&s(T)&&1===T.length?r+"[]":r,M=0;M<E.length;++M){var I=E[M],R="object"==typeof I&&void 0!==I.value?I.value:T[I];if(!c||null!==R){var D=s(T)?"function"==typeof i?i(C,I):C:C+(y?"."+I:"["+I+"]");j.set(t,O);var L=n();L.set(h,j),u(P,e(R,D,i,a,l,c,"comma"===i&&x&&s(T)?null:d,p,m,y,g,v,b,x,w,L))}}return P},y=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!a.call(i.formatters,e.format))throw TypeError("Unknown format option provided.");r=e.format}var n=i.formatters[r],o=f.filter;return("function"==typeof e.filter||s(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}};e.exports=function(e,t){var r,o,i=e,a=y(t);"function"==typeof a.filter?i=(0,a.filter)("",i):s(a.filter)&&(r=a.filter);var c=[];if("object"!=typeof i||null===i)return"";o=t&&t.arrayFormat in l?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var d=l[o];if(t&&"commaRoundTrip"in t&&"boolean"!=typeof t.commaRoundTrip)throw TypeError("`commaRoundTrip` must be a boolean, or absent");var p="comma"===d&&t&&t.commaRoundTrip;r||(r=Object.keys(i)),a.sort&&r.sort(a.sort);for(var f=n(),h=0;h<r.length;++h){var g=r[h];a.skipNulls&&null===i[g]||u(c,m(i[g],g,d,p,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,f))}var v=c.join(a.delimiter),b=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?b+="utf8=%26%2310003%3B&":b+="utf8=%E2%9C%93&"),v.length>0?b+v:""}},2769:function(e,t,r){"use strict";var n=r(5798),o=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}},s=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r};e.exports={arrayToObject:s,assign:function(e,t){return Object.keys(t).reduce(function(e,r){return e[r]=t[r],e},e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var o=t[n],i=o.obj[o.prop],a=Object.keys(i),s=0;s<a.length;++s){var c=a[s],u=i[c];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:i,prop:c}),r.push(u))}return l(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,o,i){if(0===e.length)return e;var l=e;if("symbol"==typeof e?l=Symbol.prototype.toString.call(e):"string"!=typeof e&&(l=String(e)),"iso-8859-1"===r)return escape(l).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var s="",c=0;c<l.length;++c){var u=l.charCodeAt(c);if(45===u||46===u||95===u||126===u||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||i===n.RFC1738&&(40===u||41===u)){s+=l.charAt(c);continue}if(u<128){s+=a[u];continue}if(u<2048){s+=a[192|u>>6]+a[128|63&u];continue}if(u<55296||u>=57344){s+=a[224|u>>12]+a[128|u>>6&63]+a[128|63&u];continue}c+=1,s+=a[240|(u=65536+((1023&u)<<10|1023&l.charCodeAt(c)))>>18]+a[128|u>>12&63]+a[128|u>>6&63]+a[128|63&u]}return s},isBuffer:function(e){return!!e&&"object"==typeof e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!o.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var a=t;return(i(t)&&!i(r)&&(a=s(t,n)),i(t)&&i(r))?(r.forEach(function(r,i){if(o.call(t,i)){var a=t[i];a&&"object"==typeof a&&r&&"object"==typeof r?t[i]=e(a,r,n):t.push(r)}else t[i]=r}),t):Object.keys(r).reduce(function(t,i){var a=r[i];return o.call(t,i)?t[i]=e(t[i],a,n):t[i]=a,t},a)}}},5726:function(e,t,r){"use strict";function n(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}let o={};["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"].forEach(e=>{o[e]=new n(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(([e,t])=>{o[e]=new n(e,1,!1,t,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(e=>{o[e]=new n(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(e=>{o[e]=new n(e,2,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(e=>{o[e]=new n(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(e=>{o[e]=new n(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(e=>{o[e]=new n(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(e=>{o[e]=new n(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(e=>{o[e]=new n(e,5,!1,e.toLowerCase(),null,!1,!1)});let i=/[\-\:]([a-z])/g,a=e=>e[1].toUpperCase();["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(e=>{let t=e.replace(i,a);o[t]=new n(t,1,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(e=>{let t=e.replace(i,a);o[t]=new n(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(e=>{let t=e.replace(i,a);o[t]=new n(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(e=>{o[e]=new n(e,1,!1,e.toLowerCase(),null,!1,!1)}),o.xlinkHref=new n("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(e=>{o[e]=new n(e,1,!1,e.toLowerCase(),null,!0,!0)});let{CAMELCASE:l,SAME:s,possibleStandardNames:c}=r(8229),u=RegExp.prototype.test.bind(RegExp("^(data|aria)-[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$")),d=Object.keys(c).reduce((e,t)=>{let r=c[t];return r===s?e[t]=t:r===l?e[t.toLowerCase()]=t:e[t]=r,e},{});t.BOOLEAN=3,t.BOOLEANISH_STRING=2,t.NUMERIC=5,t.OVERLOADED_BOOLEAN=4,t.POSITIVE_NUMERIC=6,t.RESERVED=0,t.STRING=1,t.getPropertyInfo=function(e){return o.hasOwnProperty(e)?o[e]:null},t.isCustomAttribute=u,t.possibleStandardNames=d},8229:function(e,t){t.SAME=0,t.CAMELCASE=1,t.possibleStandardNames={accept:0,acceptCharset:1,"accept-charset":"acceptCharset",accessKey:1,action:0,allowFullScreen:1,alt:0,as:0,async:0,autoCapitalize:1,autoComplete:1,autoCorrect:1,autoFocus:1,autoPlay:1,autoSave:1,capture:0,cellPadding:1,cellSpacing:1,challenge:0,charSet:1,checked:0,children:0,cite:0,class:"className",classID:1,className:1,cols:0,colSpan:1,content:0,contentEditable:1,contextMenu:1,controls:0,controlsList:1,coords:0,crossOrigin:1,dangerouslySetInnerHTML:1,data:0,dateTime:1,default:0,defaultChecked:1,defaultValue:1,defer:0,dir:0,disabled:0,disablePictureInPicture:1,disableRemotePlayback:1,download:0,draggable:0,encType:1,enterKeyHint:1,for:"htmlFor",form:0,formMethod:1,formAction:1,formEncType:1,formNoValidate:1,formTarget:1,frameBorder:1,headers:0,height:0,hidden:0,high:0,href:0,hrefLang:1,htmlFor:1,httpEquiv:1,"http-equiv":"httpEquiv",icon:0,id:0,innerHTML:1,inputMode:1,integrity:0,is:0,itemID:1,itemProp:1,itemRef:1,itemScope:1,itemType:1,keyParams:1,keyType:1,kind:0,label:0,lang:0,list:0,loop:0,low:0,manifest:0,marginWidth:1,marginHeight:1,max:0,maxLength:1,media:0,mediaGroup:1,method:0,min:0,minLength:1,multiple:0,muted:0,name:0,noModule:1,nonce:0,noValidate:1,open:0,optimum:0,pattern:0,placeholder:0,playsInline:1,poster:0,preload:0,profile:0,radioGroup:1,readOnly:1,referrerPolicy:1,rel:0,required:0,reversed:0,role:0,rows:0,rowSpan:1,sandbox:0,scope:0,scoped:0,scrolling:0,seamless:0,selected:0,shape:0,size:0,sizes:0,span:0,spellCheck:1,src:0,srcDoc:1,srcLang:1,srcSet:1,start:0,step:0,style:0,summary:0,tabIndex:1,target:0,title:0,type:0,useMap:1,value:0,width:0,wmode:0,wrap:0,about:0,accentHeight:1,"accent-height":"accentHeight",accumulate:0,additive:0,alignmentBaseline:1,"alignment-baseline":"alignmentBaseline",allowReorder:1,alphabetic:0,amplitude:0,arabicForm:1,"arabic-form":"arabicForm",ascent:0,attributeName:1,attributeType:1,autoReverse:1,azimuth:0,baseFrequency:1,baselineShift:1,"baseline-shift":"baselineShift",baseProfile:1,bbox:0,begin:0,bias:0,by:0,calcMode:1,capHeight:1,"cap-height":"capHeight",clip:0,clipPath:1,"clip-path":"clipPath",clipPathUnits:1,clipRule:1,"clip-rule":"clipRule",color:0,colorInterpolation:1,"color-interpolation":"colorInterpolation",colorInterpolationFilters:1,"color-interpolation-filters":"colorInterpolationFilters",colorProfile:1,"color-profile":"colorProfile",colorRendering:1,"color-rendering":"colorRendering",contentScriptType:1,contentStyleType:1,cursor:0,cx:0,cy:0,d:0,datatype:0,decelerate:0,descent:0,diffuseConstant:1,direction:0,display:0,divisor:0,dominantBaseline:1,"dominant-baseline":"dominantBaseline",dur:0,dx:0,dy:0,edgeMode:1,elevation:0,enableBackground:1,"enable-background":"enableBackground",end:0,exponent:0,externalResourcesRequired:1,fill:0,fillOpacity:1,"fill-opacity":"fillOpacity",fillRule:1,"fill-rule":"fillRule",filter:0,filterRes:1,filterUnits:1,floodOpacity:1,"flood-opacity":"floodOpacity",floodColor:1,"flood-color":"floodColor",focusable:0,fontFamily:1,"font-family":"fontFamily",fontSize:1,"font-size":"fontSize",fontSizeAdjust:1,"font-size-adjust":"fontSizeAdjust",fontStretch:1,"font-stretch":"fontStretch",fontStyle:1,"font-style":"fontStyle",fontVariant:1,"font-variant":"fontVariant",fontWeight:1,"font-weight":"fontWeight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:1,"glyph-name":"glyphName",glyphOrientationHorizontal:1,"glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphOrientationVertical:1,"glyph-orientation-vertical":"glyphOrientationVertical",glyphRef:1,gradientTransform:1,gradientUnits:1,hanging:0,horizAdvX:1,"horiz-adv-x":"horizAdvX",horizOriginX:1,"horiz-origin-x":"horizOriginX",ideographic:0,imageRendering:1,"image-rendering":"imageRendering",in2:0,in:0,inlist:0,intercept:0,k1:0,k2:0,k3:0,k4:0,k:0,kernelMatrix:1,kernelUnitLength:1,kerning:0,keyPoints:1,keySplines:1,keyTimes:1,lengthAdjust:1,letterSpacing:1,"letter-spacing":"letterSpacing",lightingColor:1,"lighting-color":"lightingColor",limitingConeAngle:1,local:0,markerEnd:1,"marker-end":"markerEnd",markerHeight:1,markerMid:1,"marker-mid":"markerMid",markerStart:1,"marker-start":"markerStart",markerUnits:1,markerWidth:1,mask:0,maskContentUnits:1,maskUnits:1,mathematical:0,mode:0,numOctaves:1,offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:1,"overline-position":"overlinePosition",overlineThickness:1,"overline-thickness":"overlineThickness",paintOrder:1,"paint-order":"paintOrder",panose1:0,"panose-1":"panose1",pathLength:1,patternContentUnits:1,patternTransform:1,patternUnits:1,pointerEvents:1,"pointer-events":"pointerEvents",points:0,pointsAtX:1,pointsAtY:1,pointsAtZ:1,prefix:0,preserveAlpha:1,preserveAspectRatio:1,primitiveUnits:1,property:0,r:0,radius:0,refX:1,refY:1,renderingIntent:1,"rendering-intent":"renderingIntent",repeatCount:1,repeatDur:1,requiredExtensions:1,requiredFeatures:1,resource:0,restart:0,result:0,results:0,rotate:0,rx:0,ry:0,scale:0,security:0,seed:0,shapeRendering:1,"shape-rendering":"shapeRendering",slope:0,spacing:0,specularConstant:1,specularExponent:1,speed:0,spreadMethod:1,startOffset:1,stdDeviation:1,stemh:0,stemv:0,stitchTiles:1,stopColor:1,"stop-color":"stopColor",stopOpacity:1,"stop-opacity":"stopOpacity",strikethroughPosition:1,"strikethrough-position":"strikethroughPosition",strikethroughThickness:1,"strikethrough-thickness":"strikethroughThickness",string:0,stroke:0,strokeDasharray:1,"stroke-dasharray":"strokeDasharray",strokeDashoffset:1,"stroke-dashoffset":"strokeDashoffset",strokeLinecap:1,"stroke-linecap":"strokeLinecap",strokeLinejoin:1,"stroke-linejoin":"strokeLinejoin",strokeMiterlimit:1,"stroke-miterlimit":"strokeMiterlimit",strokeWidth:1,"stroke-width":"strokeWidth",strokeOpacity:1,"stroke-opacity":"strokeOpacity",suppressContentEditableWarning:1,suppressHydrationWarning:1,surfaceScale:1,systemLanguage:1,tableValues:1,targetX:1,targetY:1,textAnchor:1,"text-anchor":"textAnchor",textDecoration:1,"text-decoration":"textDecoration",textLength:1,textRendering:1,"text-rendering":"textRendering",to:0,transform:0,typeof:0,u1:0,u2:0,underlinePosition:1,"underline-position":"underlinePosition",underlineThickness:1,"underline-thickness":"underlineThickness",unicode:0,unicodeBidi:1,"unicode-bidi":"unicodeBidi",unicodeRange:1,"unicode-range":"unicodeRange",unitsPerEm:1,"units-per-em":"unitsPerEm",unselectable:0,vAlphabetic:1,"v-alphabetic":"vAlphabetic",values:0,vectorEffect:1,"vector-effect":"vectorEffect",version:0,vertAdvY:1,"vert-adv-y":"vertAdvY",vertOriginX:1,"vert-origin-x":"vertOriginX",vertOriginY:1,"vert-origin-y":"vertOriginY",vHanging:1,"v-hanging":"vHanging",vIdeographic:1,"v-ideographic":"vIdeographic",viewBox:1,viewTarget:1,visibility:0,vMathematical:1,"v-mathematical":"vMathematical",vocab:0,widths:0,wordSpacing:1,"word-spacing":"wordSpacing",writingMode:1,"writing-mode":"writingMode",x1:0,x2:0,x:0,xChannelSelector:1,xHeight:1,"x-height":"xHeight",xlinkActuate:1,"xlink:actuate":"xlinkActuate",xlinkArcrole:1,"xlink:arcrole":"xlinkArcrole",xlinkHref:1,"xlink:href":"xlinkHref",xlinkRole:1,"xlink:role":"xlinkRole",xlinkShow:1,"xlink:show":"xlinkShow",xlinkTitle:1,"xlink:title":"xlinkTitle",xlinkType:1,"xlink:type":"xlinkType",xmlBase:1,"xml:base":"xmlBase",xmlLang:1,"xml:lang":"xmlLang",xmlns:0,"xml:space":"xmlSpace",xmlnsXlink:1,"xmlns:xlink":"xmlnsXlink",xmlSpace:1,y1:0,y2:0,y:0,yChannelSelector:1,z:0,zoomAndPan:1}},7771:function(e,t,r){"use strict";var n=r(210),o=r(2296),i=r(1044)(),a=r(7296),l=n("%TypeError%"),s=n("%Math.floor%");e.exports=function(e,t){if("function"!=typeof e)throw new l("`fn` is not a function");if("number"!=typeof t||t<0||t>4294967295||s(t)!==t)throw new l("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,c=!0;if("length"in e&&a){var u=a(e,"length");u&&!u.configurable&&(n=!1),u&&!u.writable&&(c=!1)}return(n||c||!r)&&(i?o(e,"length",t,!0,!0):o(e,"length",t)),e}},7478:function(e,t,r){"use strict";var n=r(210),o=r(1924),i=r(631),a=n("%TypeError%"),l=n("%WeakMap%",!0),s=n("%Map%",!0),c=o("WeakMap.prototype.get",!0),u=o("WeakMap.prototype.set",!0),d=o("WeakMap.prototype.has",!0),p=o("Map.prototype.get",!0),f=o("Map.prototype.set",!0),h=o("Map.prototype.has",!0),m=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r},y=function(e,t){var r=m(e,t);return r&&r.value},g=function(e,t,r){var n=m(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new a("Side channel does not contain "+i(e))},get:function(n){if(l&&n&&("object"==typeof n||"function"==typeof n)){if(e)return c(e,n)}else if(s){if(t)return p(t,n)}else if(r)return y(r,n)},has:function(n){if(l&&n&&("object"==typeof n||"function"==typeof n)){if(e)return d(e,n)}else if(s){if(t)return h(t,n)}else if(r)return!!m(r,n);return!1},set:function(n,o){l&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new l),u(e,n,o)):s?(t||(t=new s),f(t,n,o)):(r||(r={key:{},next:null}),g(r,n,o))}};return n}},9618:function(e,t,r){"use strict";var n=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(r(5174)),o=r(6678);function i(e,t){var r={};return e&&"string"==typeof e&&(0,n.default)(e,function(e,n){e&&n&&(r[(0,o.camelCase)(e,t)]=n)}),r}i.default=i,e.exports=i},6678:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.camelCase=void 0;var r=/^--[a-zA-Z0-9-]+$/,n=/-([a-z])/g,o=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,a=/^-(ms)-/,l=function(e,t){return t.toUpperCase()},s=function(e,t){return"".concat(t,"-")};t.camelCase=function(e,t){var c;return(void 0===t&&(t={}),!(c=e)||o.test(c)||r.test(c))?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(a,s):e.replace(i,s)).replace(n,l))}},5174:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var o=n(r(8139));t.default=function(e,t){var r=null;if(!e||"string"!=typeof e)return r;var n=(0,o.default)(e),i="function"==typeof t;return n.forEach(function(e){if("declaration"===e.type){var n=e.property,o=e.value;i?t(n,o,e):o&&((r=r||{})[n]=o)}}),r}},4654:function(){},7311:function(e,t,r){"use strict";r.d(t,{du:function(){return n.domToReact}});var n=r(3426);t.ZP=n.default||n}},function(e){var t=function(t){return e(e.s=t)};e.O(0,[774,179],function(){return t(6840),t(9090)}),_N_E=e.O()}]);