@evomap/evolver-core 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/algo/antiDistill.js +1 -167
  2. package/dist/algo/bans.js +1 -33
  3. package/dist/algo/candidateAssembly.js +1 -273
  4. package/dist/algo/capabilityCandidates.js +1 -146
  5. package/dist/algo/confidence.js +1 -196
  6. package/dist/algo/conversationSniffer.js +1 -149
  7. package/dist/algo/cycleEngine.js +1 -625
  8. package/dist/algo/cycleFailureClassifier.js +1 -112
  9. package/dist/algo/epigenetics.js +1 -41
  10. package/dist/algo/evolutionEvent.js +1 -24
  11. package/dist/algo/exploration.js +1 -68
  12. package/dist/algo/geneHealth.js +1 -17
  13. package/dist/algo/geneIntake.js +1 -128
  14. package/dist/algo/genePromotion.js +1 -53
  15. package/dist/algo/geneSelection.js +1 -546
  16. package/dist/algo/index.js +1 -22
  17. package/dist/algo/memoryGraph.js +1 -86
  18. package/dist/algo/mutation.js +1 -22
  19. package/dist/algo/orchestrator.js +1 -87
  20. package/dist/algo/publishEligibility.js +1 -52
  21. package/dist/algo/solidify.js +1 -63
  22. package/dist/algo/strategyPresets.js +1 -61
  23. package/dist/algo/ucb1.js +1 -156
  24. package/dist/benchmark/antiGeneBenchmark.js +1 -252
  25. package/dist/benchmark/antiGeneImpact.js +1 -34
  26. package/dist/benchmark/antiGeneRollout.js +1 -269
  27. package/dist/benchmark/benchmark.js +1 -26
  28. package/dist/benchmark/evolutionThesisSolver.js +1 -41
  29. package/dist/benchmark/index.js +1 -7
  30. package/dist/benchmark/selectionFlatAbstention.js +1 -481
  31. package/dist/benchmark/thesis.js +1 -150
  32. package/dist/benchmark/triggerShift.js +1 -106
  33. package/dist/cycle/cycleTimeline.js +1 -74
  34. package/dist/cycle/index.js +1 -2
  35. package/dist/cycle/stateMachine.js +1 -25
  36. package/dist/hub/agentDirectory.js +1 -104
  37. package/dist/hub/assetCallLog.js +1 -195
  38. package/dist/hub/bindings.js +1 -121
  39. package/dist/hub/capability.js +1 -1
  40. package/dist/hub/conversationDistiller.js +1 -264
  41. package/dist/hub/fake.js +1 -70
  42. package/dist/hub/hubReview.js +1 -106
  43. package/dist/hub/index.js +1 -11
  44. package/dist/hub/ingest.js +1 -15
  45. package/dist/hub/questionGenerator.js +1 -408
  46. package/dist/hub/reuseDecision.js +1 -127
  47. package/dist/hub/sanitize.js +1 -322
  48. package/dist/material/boundary.js +1 -14
  49. package/dist/material/consumer.js +1 -55
  50. package/dist/material/emit.js +1 -52
  51. package/dist/material/factory.js +1 -25
  52. package/dist/material/index.js +1 -9
  53. package/dist/material/materialArchive.js +1 -466
  54. package/dist/material/materialStore.js +1 -69
  55. package/dist/material/sampling.js +1 -39
  56. package/dist/material/sources.js +1 -33
  57. package/dist/material/watermark.js +1 -76
  58. package/dist/personality/drift.js +1 -106
  59. package/dist/personality/events.js +1 -37
  60. package/dist/personality/evolveOps.js +1 -93
  61. package/dist/personality/index.js +1 -11
  62. package/dist/personality/mutate.js +1 -39
  63. package/dist/personality/pivot.js +1 -22
  64. package/dist/personality/prompt.js +1 -62
  65. package/dist/personality/riskGate.js +1 -80
  66. package/dist/personality/schema.js +1 -119
  67. package/dist/personality/select.js +1 -71
  68. package/dist/personality/stats.js +1 -82
  69. package/dist/personality/store.js +1 -92
  70. package/dist/schema/common.js +1 -17
  71. package/dist/schema/evolutionGraph.js +1 -187
  72. package/dist/schema/index.js +1 -6
  73. package/dist/schema/material.js +1 -50
  74. package/dist/schema/problem.js +1 -45
  75. package/dist/schema/proofOfWork.js +1 -9
  76. package/dist/schema/signal.js +1 -19
  77. package/dist/signals/curriculum.js +1 -202
  78. package/dist/signals/cycleHistoryFromEvents.js +1 -105
  79. package/dist/signals/expand.js +1 -293
  80. package/dist/signals/extractor.js +1 -82
  81. package/dist/signals/index.js +1 -8
  82. package/dist/signals/metaSignals.js +1 -200
  83. package/dist/signals/signalGate.js +1 -40
  84. package/dist/signals/taskDomain.js +1 -43
  85. package/dist/signals/traceSignals.js +1 -123
  86. package/dist/strategy/constraintAblation.js +1 -2820
  87. package/dist/strategy/constraintAblationPredicates.js +1 -339
  88. package/dist/strategy/experiment.js +1 -63
  89. package/dist/strategy/index.js +1 -3
  90. package/dist/strategy/strategyPoint.js +1 -23
  91. package/package.json +1 -1
@@ -1,339 +1 @@
1
- const FACTUAL_TAIL_PREFIX_TERMS = new Set([
2
- 'after', 'although', 'as', 'because', 'before', 'however', 'since', 'than', 'though',
3
- 'whereas', 'yet',
4
- ]);
5
- const RELATIVE_TERMS = new Set(['that', 'which', 'who']);
6
- const SUBORDINATOR_TERMS = new Set(['after', 'as', 'before']);
7
- const NOMINAL_MODIFIER_TERMS = new Set([
8
- 'access', 'audit', 'backup', 'cold', 'data', 'offline', 'ongoing',
9
- 'policy', 'remote', 'secure', 'security', 'token',
10
- ]);
11
- const NOMINAL_HEAD_TERMS = new Set([
12
- 'access', 'approval', 'archive', 'audit', 'auditor', 'credentials', 'data', 'details',
13
- 'leak', 'leaks', 'metadata', 'policy', 'receipt', 'records', 'request', 'review', 'server',
14
- 'storage', 'system', 'transit',
15
- ]);
16
- const MATRIX_NOMINAL_COLLOCATIONS = new Set(['access:policy']);
17
- const OBJECT_COORDINATOR_TERMS = new Set(['and', 'or', 'then']);
18
- const FACTUAL_COORDINATOR_TERMS = new Set(['and', 'but', 'then']);
19
- const TRAILING_MODIFIER_TERMS = new Set([
20
- 'earlier', 'here', 'now', 'soon', 'today', 'tonight', 'there', 'yesterday',
21
- ]);
22
- const MATRIX_PREDICATE_TERMS = new Set([
23
- 'arrive', 'arrives', 'become', 'becomes', 'exist', 'exists', 'expire', 'expires',
24
- 'leak', 'leaks', 'match', 'matches', 'pass', 'passes', 'remain', 'remains', 'trigger', 'triggers',
25
- ]);
26
- class ProvidedTargetPrefixClassifier {
27
- input;
28
- tokens;
29
- matchedObjectForms = new Set();
30
- matchedObjectIndexes = new Set();
31
- constructor(input) {
32
- this.input = input;
33
- this.tokens = input.predicates.tokenize(input.source).tokens;
34
- }
35
- classify() {
36
- const objectPrefixEnd = this.matchObjectPrefix();
37
- if (objectPrefixEnd < 0)
38
- return 'none';
39
- if (this.hasFiniteNonObjectPrefix(objectPrefixEnd))
40
- return 'conditional';
41
- const tailStart = this.consumeRemainingObjectTerms(objectPrefixEnd + 1);
42
- return this.classifyObjectTail(tailStart);
43
- }
44
- matchObjectPrefix() {
45
- const requiredMatches = Math.min(2, this.input.objectForms.length);
46
- const deferredOverlaps = [];
47
- for (let tokenIndex = 0; tokenIndex < this.tokens.length; tokenIndex += 1) {
48
- const [formIndex, ...overlaps] = this.unmatchedObjectFormIndexes(this.valueAt(tokenIndex));
49
- if (formIndex === undefined)
50
- continue;
51
- this.matchedObjectForms.add(formIndex);
52
- this.matchedObjectIndexes.add(tokenIndex);
53
- deferredOverlaps.push(...overlaps.map((overlap) => ({ formIndex: overlap, tokenIndex })));
54
- if (this.matchedObjectForms.size >= requiredMatches)
55
- return tokenIndex;
56
- }
57
- for (const { formIndex, tokenIndex } of deferredOverlaps) {
58
- if (this.matchedObjectForms.has(formIndex))
59
- continue;
60
- this.matchedObjectForms.add(formIndex);
61
- this.matchedObjectIndexes.add(tokenIndex);
62
- if (this.matchedObjectForms.size >= requiredMatches) {
63
- return Math.max(...this.matchedObjectIndexes);
64
- }
65
- }
66
- return -1;
67
- }
68
- unmatchedObjectFormIndexes(value) {
69
- return this.input.objectForms.flatMap((forms, candidateIndex) => (!this.matchedObjectForms.has(candidateIndex) && forms.has(value) ? [candidateIndex] : []));
70
- }
71
- hasFiniteNonObjectPrefix(objectPrefixEnd) {
72
- const prefix = this.tokens
73
- .slice(0, objectPrefixEnd + 1)
74
- .filter((_, index) => !this.matchedObjectIndexes.has(index))
75
- .map((token) => token.value)
76
- .join(' ');
77
- return this.input.predicates.finiteClauseSubjectPolarity(prefix) !== 'absent'
78
- || this.input.predicates.hasIndependentAffirmativeAction(prefix, this.input.actionForms);
79
- }
80
- skipModifiers(initialIndex) {
81
- let index = initialIndex;
82
- while (index < this.tokens.length && this.isSkippableModifier(this.valueAt(index)))
83
- index += 1;
84
- return index;
85
- }
86
- isSkippableModifier(term) {
87
- return this.input.lexicon.leadingClauseModifiers.has(term)
88
- || TRAILING_MODIFIER_TERMS.has(term)
89
- || /ly$/u.test(term);
90
- }
91
- consumeRemainingObjectTerms(initialIndex) {
92
- let index = this.skipModifiers(initialIndex);
93
- const remaining = new Set(this.input.objectForms.keys());
94
- for (const matched of this.matchedObjectForms)
95
- remaining.delete(matched);
96
- while (index < this.tokens.length) {
97
- const candidate = [...remaining].find((formIndex) => (this.input.objectForms[formIndex]?.has(this.valueAt(index))));
98
- if (candidate === undefined)
99
- break;
100
- remaining.delete(candidate);
101
- index = this.skipModifiers(index + 1);
102
- }
103
- return index;
104
- }
105
- isPastPredicate(term) {
106
- return term.endsWith('ed')
107
- || this.input.lexicon.irregularSimplePast.has(term)
108
- || this.input.lexicon.irregularPastParticiples.has(term);
109
- }
110
- consumeNominal(initialIndex) {
111
- let index = this.skipModifiers(initialIndex);
112
- if (this.input.lexicon.subjectArticles.has(this.valueAt(index)))
113
- index += 1;
114
- while (index + 1 < this.tokens.length && this.isSimpleNominalModifier(this.valueAt(index)))
115
- index += 1;
116
- if (index < this.tokens.length)
117
- index += 1;
118
- return this.skipModifiers(index);
119
- }
120
- isSimpleNominalModifier(term) {
121
- return this.input.predicates.isAttributiveTargetModifier(term) || NOMINAL_MODIFIER_TERMS.has(term);
122
- }
123
- isObjectForm(term) {
124
- return this.input.objectForms.some((forms) => forms.has(term));
125
- }
126
- isMatrixPredicate(term) {
127
- return MATRIX_PREDICATE_TERMS.has(term)
128
- || this.input.predicates.isFinitePredicateTerm(term)
129
- || (this.input.actionForms.has(term) && !this.isObjectForm(term));
130
- }
131
- isNominalHead(term) {
132
- return NOMINAL_HEAD_TERMS.has(term) || this.isObjectForm(term);
133
- }
134
- isNominalModifier(term) {
135
- return this.input.predicates.isAttributiveTargetModifier(term)
136
- || NOMINAL_MODIFIER_TERMS.has(term)
137
- || this.isObjectForm(term);
138
- }
139
- reachesKnownNominalHead(initialIndex, genericModifierBudget) {
140
- let index = initialIndex;
141
- let remainingBudget = genericModifierBudget;
142
- while (index < this.tokens.length) {
143
- const term = this.valueAt(index);
144
- if (this.isNominalHead(term))
145
- return true;
146
- if (!this.isNominalModifier(term)) {
147
- if (remainingBudget <= 0)
148
- return false;
149
- remainingBudget -= 1;
150
- }
151
- index = this.skipModifiers(index + 1);
152
- }
153
- return false;
154
- }
155
- isMatrixNominalCollocation(initialIndex) {
156
- const modifier = this.valueAt(initialIndex);
157
- let index = this.skipModifiers(initialIndex + 1);
158
- while (index < this.tokens.length) {
159
- const term = this.valueAt(index);
160
- if (this.isNominalHead(term))
161
- return MATRIX_NOMINAL_COLLOCATIONS.has(`${modifier}:${term}`);
162
- if (!this.isNominalModifier(term))
163
- return false;
164
- index = this.skipModifiers(index + 1);
165
- }
166
- return false;
167
- }
168
- consumeNominalPhrase(initialIndex) {
169
- let index = this.skipModifiers(initialIndex);
170
- const hadArticle = this.input.lexicon.subjectArticles.has(this.valueAt(index));
171
- if (hadArticle)
172
- index += 1;
173
- const prenominal = this.consumePrenominalModifiers(index, hadArticle ? 2 : 1);
174
- index = prenominal.index;
175
- const head = this.valueAt(index);
176
- if (!this.isValidNominalHead(head, prenominal.sawModifier))
177
- return index;
178
- return this.consumeGerundComplements(this.skipModifiers(index + 1));
179
- }
180
- consumePrenominalModifiers(initialIndex, genericLimit) {
181
- let index = initialIndex;
182
- let genericModifiers = 0;
183
- let sawModifier = false;
184
- while (index + 1 < this.tokens.length) {
185
- const nextIndex = this.skipModifiers(index + 1);
186
- const term = this.valueAt(index);
187
- if (this.isPrenominalBoundary(nextIndex))
188
- break;
189
- const knownModifier = this.isNominalModifier(term);
190
- const genericModifier = !knownModifier
191
- && !this.isNominalHead(term)
192
- && genericModifiers < genericLimit
193
- && this.reachesKnownNominalHead(nextIndex, genericLimit - genericModifiers - 1);
194
- if (!knownModifier && !genericModifier)
195
- break;
196
- if (genericModifier)
197
- genericModifiers += 1;
198
- sawModifier = true;
199
- index = nextIndex;
200
- }
201
- return { index, sawModifier };
202
- }
203
- isPrenominalBoundary(nextIndex) {
204
- const next = this.valueAt(nextIndex);
205
- return nextIndex >= this.tokens.length
206
- || RELATIVE_TERMS.has(next)
207
- || this.input.lexicon.conditionalMarkers.has(next)
208
- || this.isFactualTailPrefix(next)
209
- || this.input.lexicon.subjectArticles.has(next)
210
- || (this.isMatrixPredicate(next) && !this.isMatrixNominalCollocation(nextIndex));
211
- }
212
- isValidNominalHead(head, sawPrenominalModifier) {
213
- return Boolean(head)
214
- && !RELATIVE_TERMS.has(head)
215
- && !this.input.lexicon.conditionalMarkers.has(head)
216
- && !this.isFactualTailPrefix(head)
217
- && !this.input.lexicon.subjectArticles.has(head)
218
- && !this.isMatrixPredicate(head)
219
- && (!sawPrenominalModifier || this.isNominalHead(head));
220
- }
221
- consumeGerundComplements(initialIndex) {
222
- let index = initialIndex;
223
- while (this.valueAt(index).endsWith('ing')) {
224
- const complementStart = this.skipModifiers(index + 1);
225
- const complementEnd = this.consumeNominalPhrase(complementStart);
226
- if (complementEnd <= complementStart)
227
- break;
228
- index = complementEnd;
229
- }
230
- return index;
231
- }
232
- consumeTerminalNominal(initialIndex) {
233
- const nominalEnd = this.consumeNominalPhrase(initialIndex);
234
- if (nominalEnd >= this.tokens.length)
235
- return nominalEnd;
236
- const prefixHead = this.firstNominalHead(initialIndex, nominalEnd);
237
- return this.isNominalHead(this.valueAt(nominalEnd))
238
- && prefixHead === nominalEnd
239
- && this.skipModifiers(nominalEnd + 1) >= this.tokens.length
240
- ? this.tokens.length
241
- : nominalEnd;
242
- }
243
- firstNominalHead(initialIndex, nominalEnd) {
244
- let index = this.skipModifiers(initialIndex);
245
- if (this.input.lexicon.subjectArticles.has(this.valueAt(index))) {
246
- index = this.skipModifiers(index + 1);
247
- }
248
- while (index < nominalEnd && !this.isNominalHead(this.valueAt(index))) {
249
- index = this.skipModifiers(index + 1);
250
- }
251
- return index;
252
- }
253
- classifyRelativeTail(initialIndex) {
254
- let index = this.skipModifiers(initialIndex);
255
- const first = this.valueAt(index);
256
- if (this.input.lexicon.subjectArticles.has(first)) {
257
- index = this.consumeNominal(index);
258
- }
259
- else if (this.hasElidedPastSubject(index)) {
260
- index = this.skipModifiers(index + 1);
261
- }
262
- while (this.input.lexicon.passiveAuxiliaries.has(this.valueAt(index))) {
263
- index = this.skipModifiers(index + 1);
264
- }
265
- if (!this.isPastPredicate(this.valueAt(index)))
266
- return 'conditional';
267
- index = this.skipModifiers(index + 1);
268
- return this.isFactualTerminalNominal(index);
269
- }
270
- hasElidedPastSubject(index) {
271
- const first = this.valueAt(index);
272
- return !this.isPastPredicate(first)
273
- && !this.input.lexicon.passiveAuxiliaries.has(first)
274
- && this.isPastPredicate(this.valueAt(index + 1));
275
- }
276
- classifySubordinateTail(initialIndex) {
277
- let index = this.skipModifiers(initialIndex);
278
- if (index >= this.tokens.length)
279
- return 'factual';
280
- if (this.isPastPredicate(this.valueAt(index)))
281
- index = this.skipModifiers(index + 1);
282
- return this.isFactualTerminalNominal(index);
283
- }
284
- isFactualTerminalNominal(index) {
285
- if (index >= this.tokens.length)
286
- return 'factual';
287
- return this.consumeTerminalNominal(index) >= this.tokens.length ? 'factual' : 'conditional';
288
- }
289
- classifyObjectTail(initialIndex) {
290
- const index = this.skipModifiers(initialIndex);
291
- if (index >= this.tokens.length)
292
- return 'factual';
293
- const term = this.valueAt(index);
294
- if (OBJECT_COORDINATOR_TERMS.has(term))
295
- return this.classifyCoordinatedTail(index + 1);
296
- if (RELATIVE_TERMS.has(term))
297
- return this.classifyRelativeTail(index + 1);
298
- if (this.input.lexicon.commaDelimitedPrepositions.has(term)) {
299
- return this.classifyObjectTail(this.consumeTerminalNominal(index + 1));
300
- }
301
- if (this.input.lexicon.conditionalMarkers.has(term))
302
- return 'conditional';
303
- if (SUBORDINATOR_TERMS.has(term))
304
- return this.classifySubordinateTail(index + 1);
305
- if (this.isFactualTailPrefix(term))
306
- return 'factual';
307
- if (term.endsWith('ing'))
308
- return this.classifyObjectTail(this.consumeTerminalNominal(index + 1));
309
- return 'conditional';
310
- }
311
- classifyCoordinatedTail(initialIndex) {
312
- let index = this.skipModifiers(initialIndex);
313
- if (index >= this.tokens.length)
314
- return 'factual';
315
- const coordinatedTerm = this.valueAt(index);
316
- if (this.input.actionForms.has(coordinatedTerm) && this.isPastPredicate(coordinatedTerm)) {
317
- index = this.skipModifiers(index + 1);
318
- if (index >= this.tokens.length)
319
- return 'factual';
320
- if (this.input.lexicon.commaDelimitedPrepositions.has(this.valueAt(index))) {
321
- return this.classifyObjectTail(index);
322
- }
323
- }
324
- return this.classifyObjectTail(this.consumeTerminalNominal(index));
325
- }
326
- isFactualTailPrefix(term) {
327
- return FACTUAL_TAIL_PREFIX_TERMS.has(term)
328
- || this.input.lexicon.commaDelimitedPrepositions.has(term)
329
- || FACTUAL_COORDINATOR_TERMS.has(term);
330
- }
331
- valueAt(index) {
332
- return this.tokens[index]?.value ?? '';
333
- }
334
- }
335
- export function classifyProvidedTargetPrefix(input) {
336
- if (!input.source || input.objectForms.length === 0)
337
- return 'none';
338
- return new ProvidedTargetPrefixClassifier(input).classify();
339
- }
1
+ const _0x2d5593=_0x34d0;(function(_0x2d0d80,_0x475a91){const _0x540958=_0x34d0,_0x5bc9fa=_0x2d0d80();while(!![]){try{const _0x2b55ba=-parseInt(_0x540958(0x176,'\x77\x6f\x33\x55'))/(0x1d05+0x1c92*0x1+0x36*-0x111)+-parseInt(_0x540958(0x1f8,'\x6f\x5a\x23\x75'))/(-0x2b*-0xd5+0x1124+0x11a3*-0x3)+-parseInt(_0x540958(0x20b,'\x7a\x5a\x71\x35'))/(-0xc0e+-0x9b5+0x15c6)+-parseInt(_0x540958(0x159,'\x74\x2a\x63\x4a'))/(-0x1314+0x1*0x466+0xeb2)*(parseInt(_0x540958(0x223,'\x6f\x5e\x47\x4d'))/(-0x1e43+0x4*-0x8c3+0x71*0x94))+-parseInt(_0x540958(0x6c,'\x53\x30\x4a\x67'))/(0x12b2+-0x1d*-0x67+-0x1e57)*(parseInt(_0x540958(0x9a,'\x37\x33\x6d\x50'))/(-0xf9a*-0x2+0x1*-0x1b2f+0x1ff*-0x2))+parseInt(_0x540958(0x2b1,'\x48\x51\x31\x62'))/(0x72*0x1d+-0x1a+-0xcc8*0x1)*(-parseInt(_0x540958(0xd0,'\x6b\x7a\x36\x41'))/(0x1936+0x15b*0x7+0x1155*-0x2))+parseInt(_0x540958(0x1c7,'\x4d\x51\x45\x7a'))/(-0x924+-0xc8e*0x3+0x2ed8);if(_0x2b55ba===_0x475a91)break;else _0x5bc9fa['push'](_0x5bc9fa['shift']());}catch(_0x1735fe){_0x5bc9fa['push'](_0x5bc9fa['shift']());}}}(_0x2282,0x1deb2+-0x5ebb*0xe+0x4e271*0x2));function _0x34d0(_0x2753c0,_0x4d7114){_0x2753c0=_0x2753c0-(0x398+-0x37*-0x31+-0xdb6);const _0x1ab1c9=_0x2282();let _0x55e052=_0x1ab1c9[_0x2753c0];if(_0x34d0['\x73\x4c\x49\x73\x4d\x48']===undefined){var _0x41ce39=function(_0x206b55){const _0x413692='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x34011a='',_0x207086='';for(let _0x5cf05d=0x144b+-0x106c+0x3df*-0x1,_0x1a3492,_0x5cc72a,_0x51c70a=0xff9+-0xa*0x2b0+-0xae7*-0x1;_0x5cc72a=_0x206b55['\x63\x68\x61\x72\x41\x74'](_0x51c70a++);~_0x5cc72a&&(_0x1a3492=_0x5cf05d%(0x1b36+0x23*0x47+0x8d*-0x43)?_0x1a3492*(-0x1d38+0x5*0x4c3+0x5a9)+_0x5cc72a:_0x5cc72a,_0x5cf05d++%(-0x217b+-0x8b*-0x31+0x54*0x15))?_0x34011a+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0xeca*-0x1+0x14db+-0x512&_0x1a3492>>(-(0x1556+-0x2*-0xbdb+0x2*-0x1685)*_0x5cf05d&0x12ce*-0x2+-0x11db+-0x1*-0x377d)):0x57a+0x17c6+-0x1d40){_0x5cc72a=_0x413692['\x69\x6e\x64\x65\x78\x4f\x66'](_0x5cc72a);}for(let _0x73eca3=-0x2e7*-0x7+0x1*0x261d+-0x3a6e,_0x25eec4=_0x34011a['\x6c\x65\x6e\x67\x74\x68'];_0x73eca3<_0x25eec4;_0x73eca3++){_0x207086+='\x25'+('\x30\x30'+_0x34011a['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x73eca3)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x2ad*-0x3+-0x2*0x11e8+0x2be7*0x1))['\x73\x6c\x69\x63\x65'](-(-0xa8a+-0x1c9c+-0x166*-0x1c));}return decodeURIComponent(_0x207086);};const _0x2dc5f9=function(_0x2487a4,_0x4e4d72){let _0x2d7d57=[],_0x6ed5a9=0x1a82+0xa7e+-0x2500,_0x466921,_0x3111aa='';_0x2487a4=_0x41ce39(_0x2487a4);let _0x2dd245;for(_0x2dd245=-0xad9*0x1+0xc*-0x39+0xd85;_0x2dd245<0x224e+-0x45*0x54+-0x5*0x222;_0x2dd245++){_0x2d7d57[_0x2dd245]=_0x2dd245;}for(_0x2dd245=-0x21a*-0x6+-0x16*0xe3+0x6e6*0x1;_0x2dd245<-0x1*0x1bf6+-0x1d41*0x1+0x3a37;_0x2dd245++){_0x6ed5a9=(_0x6ed5a9+_0x2d7d57[_0x2dd245]+_0x4e4d72['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2dd245%_0x4e4d72['\x6c\x65\x6e\x67\x74\x68']))%(-0x1946+0x1250+0x3fb*0x2),_0x466921=_0x2d7d57[_0x2dd245],_0x2d7d57[_0x2dd245]=_0x2d7d57[_0x6ed5a9],_0x2d7d57[_0x6ed5a9]=_0x466921;}_0x2dd245=0x3*-0x6ad+-0x46a*-0x8+-0xf49*0x1,_0x6ed5a9=-0x37f+-0x347*0x7+0x1a70;for(let _0x45532c=-0xd4d+0x5a8*-0x4+0x23ed;_0x45532c<_0x2487a4['\x6c\x65\x6e\x67\x74\x68'];_0x45532c++){_0x2dd245=(_0x2dd245+(-0x26d7+0x105c+0x4*0x59f))%(-0x2f*0x2+-0x77f*-0x3+-0x151f),_0x6ed5a9=(_0x6ed5a9+_0x2d7d57[_0x2dd245])%(-0x13ba+-0x656+0x1b10),_0x466921=_0x2d7d57[_0x2dd245],_0x2d7d57[_0x2dd245]=_0x2d7d57[_0x6ed5a9],_0x2d7d57[_0x6ed5a9]=_0x466921,_0x3111aa+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x2487a4['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x45532c)^_0x2d7d57[(_0x2d7d57[_0x2dd245]+_0x2d7d57[_0x6ed5a9])%(0xdfb+-0xd3f+0x44)]);}return _0x3111aa;};_0x34d0['\x62\x67\x67\x76\x57\x71']=_0x2dc5f9,_0x34d0['\x4a\x44\x44\x68\x62\x66']={},_0x34d0['\x73\x4c\x49\x73\x4d\x48']=!![];}const _0x56fa4f=_0x1ab1c9[0x13b+0x8b1+-0x9ec],_0x4d8c4e=_0x2753c0+_0x56fa4f,_0x51d302=_0x34d0['\x4a\x44\x44\x68\x62\x66'][_0x4d8c4e];return!_0x51d302?(_0x34d0['\x6a\x64\x6a\x4c\x4a\x48']===undefined&&(_0x34d0['\x6a\x64\x6a\x4c\x4a\x48']=!![]),_0x55e052=_0x34d0['\x62\x67\x67\x76\x57\x71'](_0x55e052,_0x4d7114),_0x34d0['\x4a\x44\x44\x68\x62\x66'][_0x4d8c4e]=_0x55e052):_0x55e052=_0x51d302,_0x55e052;}function _0x2282(){const _0x1528ac=['\x57\x51\x39\x4b\x68\x38\x6b\x4e\x79\x59\x6d\x31\x57\x37\x61','\x62\x43\x6f\x44\x57\x34\x68\x63\x51\x53\x6f\x6f\x57\x34\x38','\x43\x43\x6b\x4f\x74\x4e\x4e\x63\x54\x33\x34\x7a\x57\x37\x4f','\x74\x53\x6b\x6c\x57\x35\x78\x63\x4a\x53\x6b\x78\x57\x52\x4a\x63\x54\x38\x6b\x72','\x57\x37\x47\x56\x77\x78\x4b\x74\x75\x49\x61\x61','\x57\x35\x74\x63\x4c\x32\x34\x58\x57\x50\x78\x63\x4f\x4b\x37\x63\x54\x71','\x68\x61\x6c\x64\x52\x53\x6f\x42\x57\x50\x6a\x78\x72\x43\x6f\x6b','\x57\x36\x65\x74\x57\x51\x64\x63\x47\x4c\x71','\x57\x51\x6a\x62\x57\x34\x53\x78\x77\x53\x6f\x79\x66\x38\x6f\x2b','\x78\x53\x6f\x57\x57\x4f\x2f\x64\x4b\x38\x6f\x45\x74\x58\x75','\x57\x50\x4a\x64\x48\x47\x57\x65\x57\x50\x50\x38\x57\x36\x62\x5a','\x57\x50\x71\x33\x45\x48\x70\x64\x4d\x61','\x57\x4f\x74\x64\x51\x38\x6b\x68\x57\x35\x42\x63\x49\x72\x37\x64\x48\x57\x30','\x57\x4f\x4b\x37\x57\x51\x7a\x57\x73\x43\x6f\x4e\x57\x34\x76\x79','\x57\x52\x6e\x43\x57\x51\x61\x54\x45\x4c\x34\x6f','\x57\x35\x54\x4b\x57\x36\x74\x63\x48\x57\x42\x64\x54\x74\x58\x69','\x57\x50\x6d\x57\x45\x57','\x57\x36\x42\x63\x48\x43\x6f\x42\x57\x50\x34\x44','\x57\x35\x62\x39\x57\x34\x46\x63\x48\x72\x68\x64\x49\x63\x44\x6e','\x61\x53\x6f\x38\x57\x36\x2f\x64\x50\x59\x42\x63\x4b\x65\x75\x52','\x57\x4f\x4a\x63\x51\x73\x64\x63\x56\x53\x6f\x39\x76\x53\x6f\x34\x57\x36\x4b','\x57\x36\x37\x63\x50\x76\x46\x63\x55\x6d\x6f\x74','\x57\x34\x48\x54\x41\x62\x42\x63\x4f\x71','\x57\x4f\x70\x64\x52\x73\x57\x34\x57\x34\x37\x63\x54\x47','\x57\x34\x6c\x63\x4e\x43\x6f\x38\x57\x50\x4b\x42\x57\x50\x4b\x65\x67\x57','\x62\x72\x74\x64\x52\x71','\x57\x35\x35\x59\x57\x35\x52\x63\x4a\x57\x42\x64\x52\x49\x43','\x57\x52\x42\x64\x56\x48\x2f\x64\x55\x43\x6b\x78\x57\x37\x69\x77\x57\x51\x38\x31\x57\x37\x64\x64\x4d\x74\x74\x64\x53\x71','\x68\x43\x6b\x4e\x66\x6d\x6b\x79\x57\x35\x53\x43','\x46\x6d\x6b\x37\x75\x61','\x77\x53\x6b\x51\x57\x51\x68\x64\x4a\x66\x74\x64\x50\x74\x50\x61','\x57\x34\x42\x63\x55\x63\x5a\x64\x56\x6d\x6b\x4f\x57\x52\x37\x63\x4f\x31\x6d','\x66\x48\x33\x64\x47\x53\x6f\x6a\x57\x50\x76\x6d\x73\x53\x6f\x6c','\x57\x34\x6c\x63\x4c\x64\x33\x63\x50\x43\x6b\x42','\x57\x37\x53\x6b\x57\x50\x4e\x63\x51\x38\x6f\x47\x57\x51\x64\x64\x51\x47','\x57\x4f\x70\x63\x53\x38\x6f\x63\x57\x34\x37\x64\x4a\x6d\x6b\x4b\x77\x38\x6f\x6d','\x64\x72\x52\x64\x50\x53\x6f\x6c\x57\x4f\x31\x42\x75\x61','\x57\x4f\x74\x64\x50\x4e\x33\x63\x55\x6d\x6f\x76\x57\x36\x4e\x64\x53\x77\x64\x64\x51\x59\x6c\x63\x53\x72\x71\x55','\x62\x5a\x33\x64\x50\x68\x76\x56','\x57\x35\x6e\x70\x45\x38\x6b\x4e\x6f\x57','\x78\x66\x64\x63\x50\x65\x6c\x63\x4e\x6d\x6f\x69','\x79\x38\x6b\x39\x57\x52\x79','\x41\x6d\x6b\x64\x6b\x61','\x79\x6d\x6b\x31\x72\x33\x68\x63\x4f\x61','\x77\x38\x6b\x62\x57\x35\x2f\x63\x49\x53\x6b\x56\x57\x52\x42\x63\x56\x57','\x57\x37\x78\x63\x52\x4b\x42\x63\x52\x53\x6f\x70\x57\x51\x39\x74\x57\x52\x34','\x75\x77\x2f\x64\x53\x62\x38\x46\x72\x61','\x57\x51\x72\x77\x57\x51\x4f\x6b\x42\x4c\x4f\x68\x78\x71','\x57\x36\x42\x63\x50\x75\x6d','\x72\x4b\x42\x63\x48\x4c\x78\x63\x49\x53\x6f\x6f\x6f\x68\x65','\x6d\x38\x6b\x6a\x57\x51\x64\x64\x48\x57\x34','\x68\x38\x6f\x62\x57\x51\x78\x64\x48\x43\x6f\x33\x44\x62\x47','\x68\x61\x68\x64\x4f\x53\x6f\x66\x57\x4f\x62\x36\x72\x53\x6f\x46','\x62\x43\x6b\x77\x76\x78\x78\x63\x54\x43\x6b\x76\x44\x57','\x57\x37\x76\x64\x79\x43\x6b\x33\x6c\x6d\x6f\x79\x44\x4c\x6d','\x72\x6d\x6f\x30\x57\x4f\x33\x64\x47\x43\x6f\x70\x7a\x47','\x57\x37\x34\x6a\x57\x37\x6e\x6f\x6c\x61\x43\x52\x73\x30\x64\x64\x50\x43\x6b\x63\x43\x61','\x76\x38\x6f\x79\x57\x52\x6c\x63\x48\x77\x61\x43\x6c\x71','\x45\x6d\x6b\x35\x57\x52\x46\x64\x4a\x71','\x7a\x43\x6b\x31\x57\x51\x33\x64\x48\x4c\x5a\x64\x51\x48\x6e\x72','\x72\x6d\x6f\x66\x57\x4f\x6c\x64\x4a\x38\x6f\x78\x78\x48\x6d\x31','\x6c\x5a\x2f\x64\x56\x71\x6c\x63\x52\x72\x76\x6a','\x57\x36\x79\x6b\x57\x4f\x6c\x63\x52\x53\x6f\x51\x57\x51\x78\x64\x50\x38\x6b\x6f','\x57\x35\x72\x61\x7a\x38\x6b\x46\x6c\x53\x6f\x45\x73\x76\x43','\x6e\x74\x56\x64\x56\x58\x64\x63\x56\x64\x57','\x57\x52\x68\x63\x51\x43\x6f\x70\x6e\x6d\x6f\x6d\x57\x37\x4e\x63\x49\x61','\x61\x53\x6f\x7a\x57\x34\x70\x63\x56\x38\x6f\x54\x57\x35\x70\x64\x54\x6d\x6b\x2f','\x57\x37\x56\x63\x56\x63\x4a\x64\x50\x43\x6b\x6c\x57\x52\x64\x63\x51\x33\x4b','\x57\x34\x52\x63\x4b\x43\x6f\x50\x57\x50\x6d\x44\x57\x50\x75\x6f\x6d\x57','\x72\x38\x6f\x71\x57\x52\x56\x63\x47\x4e\x79','\x44\x4b\x79\x42\x73\x53\x6b\x2b\x74\x47','\x57\x50\x33\x64\x47\x57\x47\x66\x57\x50\x4f','\x57\x37\x57\x79\x57\x52\x52\x63\x47\x43\x6f\x56\x57\x51\x74\x64\x52\x43\x6b\x43','\x57\x52\x6c\x64\x55\x38\x6b\x58\x57\x52\x74\x64\x53\x47\x68\x64\x49\x63\x65','\x57\x36\x65\x65\x57\x50\x37\x63\x48\x53\x6f\x52','\x57\x50\x46\x64\x54\x53\x6b\x6c\x57\x35\x6c\x63\x4e\x57','\x57\x36\x34\x6a\x57\x4f\x56\x63\x4e\x30\x52\x63\x4b\x66\x31\x4b','\x57\x34\x70\x63\x4d\x5a\x34','\x61\x53\x6f\x33\x57\x36\x4e\x64\x52\x59\x46\x63\x51\x71','\x61\x74\x43\x6a\x57\x52\x53\x70\x6a\x57','\x46\x47\x64\x63\x48\x58\x64\x63\x4f\x47\x52\x64\x52\x4c\x44\x37\x57\x37\x5a\x63\x49\x4d\x61\x5a','\x6e\x74\x56\x64\x51\x72\x37\x63\x51\x5a\x54\x74','\x57\x37\x69\x5a\x79\x77\x53\x6b\x76\x49\x65\x61','\x57\x50\x4a\x64\x48\x74\x74\x63\x49\x57','\x65\x6d\x6f\x75\x57\x35\x37\x63\x51\x53\x6f\x73','\x75\x6d\x6b\x62\x57\x34\x57','\x57\x50\x5a\x63\x50\x53\x6f\x46\x57\x34\x37\x64\x49\x6d\x6b\x4b\x74\x61','\x57\x35\x4e\x63\x4c\x5a\x34','\x67\x43\x6f\x74\x57\x35\x4b','\x63\x5a\x53\x63\x57\x51\x34\x69','\x57\x51\x62\x2b\x69\x71','\x78\x66\x37\x63\x56\x30\x74\x63\x54\x6d\x6f\x76\x64\x67\x4f','\x75\x43\x6b\x54\x57\x35\x70\x63\x4d\x53\x6b\x5a\x57\x52\x68\x63\x55\x53\x6b\x44','\x6b\x38\x6f\x6b\x63\x53\x6b\x59\x63\x43\x6b\x57','\x57\x36\x44\x31\x57\x34\x69\x68\x42\x38\x6b\x52\x6d\x43\x6f\x4e','\x57\x51\x46\x63\x50\x53\x6f\x70\x6a\x38\x6f\x47\x57\x36\x6c\x63\x49\x43\x6b\x66','\x63\x62\x57\x69\x57\x52\x69\x30\x6c\x77\x65\x48','\x57\x51\x54\x43\x57\x51\x4f\x45\x42\x31\x38','\x70\x6d\x6f\x77\x57\x4f\x6c\x63\x50\x53\x6f\x34\x41\x57','\x67\x47\x52\x64\x50\x53\x6f\x6c\x57\x4f\x62\x6b\x72\x47','\x6e\x53\x6f\x75\x41\x6d\x6b\x38\x71\x43\x6f\x4f\x6f\x4c\x79\x4b\x57\x37\x43\x63\x57\x4f\x33\x63\x4a\x61','\x57\x34\x48\x54\x46\x58\x46\x63\x50\x53\x6f\x67\x57\x36\x42\x64\x4a\x47','\x45\x75\x79\x31\x45\x43\x6f\x57\x57\x52\x6d','\x57\x34\x46\x63\x54\x49\x4a\x64\x4f\x38\x6b\x72\x57\x52\x71','\x57\x34\x33\x63\x49\x65\x75\x5a\x57\x50\x33\x63\x50\x76\x74\x63\x50\x57','\x57\x51\x39\x4b\x66\x38\x6b\x50\x42\x74\x34\x55\x57\x37\x61','\x57\x34\x70\x63\x53\x49\x4e\x64\x55\x43\x6b\x61\x57\x50\x64\x63\x53\x57','\x57\x4f\x74\x64\x51\x59\x4b\x2b\x57\x34\x75','\x57\x36\x72\x74\x46\x43\x6b\x59\x57\x36\x38\x68\x63\x71','\x6f\x4a\x68\x64\x56\x57\x74\x63\x56\x74\x4c\x79\x78\x47','\x65\x6d\x6f\x72\x57\x35\x37\x63\x50\x53\x6f\x70\x57\x35\x6c\x64\x4c\x53\x6b\x35','\x57\x34\x56\x63\x55\x6d\x6f\x34\x57\x50\x65\x72','\x74\x43\x6f\x43\x57\x52\x2f\x63\x4c\x67\x57\x5a\x70\x48\x38','\x6c\x53\x6f\x71\x57\x4f\x5a\x63\x53\x43\x6f\x4c','\x64\x72\x5a\x64\x50\x67\x7a\x34','\x57\x50\x4a\x64\x52\x6d\x6b\x47\x57\x34\x2f\x63\x47\x73\x70\x64\x49\x62\x34','\x57\x34\x46\x63\x4e\x5a\x78\x63\x55\x43\x6b\x6d\x7a\x32\x79','\x6f\x76\x4e\x64\x4c\x65\x68\x64\x55\x76\x64\x63\x4f\x76\x71','\x57\x4f\x74\x64\x50\x38\x6b\x68\x57\x34\x5a\x63\x48\x73\x56\x64\x4c\x62\x79','\x57\x36\x50\x39\x57\x34\x30\x62\x45\x6d\x6b\x7a\x67\x6d\x6f\x36','\x6b\x43\x6f\x46\x57\x50\x33\x63\x50\x53\x6f\x4b','\x77\x67\x56\x64\x56\x61\x6d\x6e','\x68\x53\x6b\x4a\x62\x6d\x6b\x45\x57\x34\x57\x6b','\x61\x43\x6b\x47\x68\x43\x6b\x69\x57\x34\x4f\x6e\x73\x66\x75','\x57\x36\x6c\x63\x4b\x77\x4e\x64\x4b\x4e\x72\x77\x65\x62\x47','\x42\x66\x53\x53\x44\x43\x6f\x4f\x57\x51\x75','\x63\x53\x6b\x6a\x45\x4d\x37\x63\x4c\x43\x6b\x44\x41\x77\x65','\x64\x43\x6f\x33\x57\x37\x37\x64\x50\x5a\x52\x63\x56\x65\x38\x61','\x57\x37\x79\x68\x57\x50\x74\x63\x4b\x6d\x6f\x32\x57\x51\x4a\x64\x51\x6d\x6b\x72','\x42\x38\x6b\x47\x57\x52\x74\x64\x47\x75\x2f\x64\x4f\x59\x47','\x57\x52\x4a\x64\x50\x6d\x6b\x31\x57\x52\x70\x64\x56\x71\x5a\x64\x52\x61\x4f','\x57\x35\x66\x34\x57\x34\x2f\x63\x49\x57\x74\x64\x48\x73\x58\x66','\x57\x34\x68\x63\x55\x59\x64\x64\x4f\x47','\x57\x34\x4e\x63\x4b\x63\x4a\x63\x53\x38\x6b\x42\x74\x4d\x44\x78','\x6a\x6d\x6f\x58\x57\x4f\x5a\x63\x4f\x53\x6f\x59','\x57\x50\x42\x64\x49\x58\x4b\x75\x57\x4f\x65','\x63\x71\x2f\x64\x4f\x38\x6f\x44\x57\x4f\x71','\x46\x6d\x6b\x31\x76\x68\x78\x63\x52\x33\x4f\x68','\x57\x34\x35\x74\x79\x53\x6b\x31\x6b\x6d\x6f\x6a\x75\x65\x65','\x68\x38\x6b\x41\x75\x38\x6f\x4f','\x45\x6d\x6b\x2f\x77\x33\x4e\x63\x55\x4e\x61\x42','\x70\x6d\x6b\x6f\x57\x52\x78\x64\x47\x61\x4b','\x57\x36\x53\x46\x57\x51\x56\x63\x4c\x31\x70\x63\x4b\x71','\x73\x38\x6f\x2b\x57\x4f\x33\x64\x4c\x43\x6f\x6f\x79\x57\x71\x61','\x57\x51\x44\x5a\x70\x71','\x57\x34\x42\x63\x4b\x38\x6f\x2b\x57\x50\x75\x67\x57\x4f\x6d','\x45\x31\x47\x4d\x79\x38\x6f\x31\x57\x52\x2f\x64\x50\x62\x61','\x57\x4f\x33\x64\x49\x57\x65\x63\x57\x4f\x58\x75\x57\x37\x69','\x73\x76\x5a\x63\x53\x30\x42\x63\x49\x47','\x57\x37\x4c\x66\x46\x53\x6b\x30\x57\x36\x61\x77\x70\x6d\x6b\x7a','\x6b\x4a\x78\x64\x55\x61\x46\x63\x48\x74\x54\x7a\x45\x71','\x57\x35\x6a\x61\x45\x61','\x76\x43\x6f\x77\x57\x52\x78\x63\x4c\x77\x53\x55','\x6b\x38\x6f\x6c\x67\x53\x6b\x59\x66\x6d\x6b\x33','\x57\x51\x48\x61\x57\x34\x71\x46\x45\x38\x6f\x6a\x68\x38\x6f\x31','\x6f\x53\x6b\x6d\x57\x51\x5a\x64\x4c\x47\x71','\x57\x51\x39\x79\x57\x52\x43','\x44\x66\x65\x2f\x45\x43\x6f\x4c\x57\x52\x4e\x64\x52\x61','\x57\x50\x78\x64\x50\x59\x71\x59\x57\x34\x33\x63\x4f\x67\x43','\x57\x35\x62\x69\x7a\x53\x6b\x38','\x57\x36\x33\x63\x52\x4b\x74\x63\x55\x71','\x74\x53\x6f\x42\x57\x52\x74\x63\x4c\x77\x79\x50\x68\x5a\x6d','\x46\x43\x6b\x33\x73\x4d\x74\x63\x56\x68\x53\x4c\x57\x34\x79','\x70\x64\x33\x64\x50\x73\x46\x63\x50\x5a\x48\x43\x79\x47','\x57\x34\x33\x63\x4b\x59\x70\x63\x55\x43\x6b\x42\x42\x75\x54\x6a','\x6d\x74\x2f\x64\x4f\x47','\x65\x61\x64\x64\x51\x6d\x6f\x68\x57\x4f\x48\x71\x72\x61','\x57\x50\x68\x64\x51\x59\x4b\x35','\x71\x43\x6f\x49\x57\x51\x37\x64\x48\x38\x6f\x70\x46\x61\x47\x4f','\x57\x35\x4e\x63\x4e\x49\x52\x64\x51\x6d\x6b\x6d\x57\x52\x46\x63\x52\x4c\x38','\x6a\x76\x46\x64\x4a\x61','\x78\x43\x6f\x58\x71\x43\x6f\x75\x57\x50\x62\x69\x6e\x4d\x6a\x52\x57\x52\x56\x64\x4d\x31\x47\x4a','\x62\x58\x74\x64\x54\x67\x44\x55\x71\x32\x2f\x63\x48\x61','\x6e\x5a\x2f\x64\x56\x74\x52\x63\x51\x73\x7a\x77\x44\x71','\x57\x51\x35\x32\x6b\x47','\x41\x53\x6b\x6f\x70\x6d\x6f\x4e\x66\x38\x6b\x36\x45\x31\x4b','\x73\x53\x6f\x43\x57\x51\x46\x63\x47\x57','\x57\x4f\x4f\x55\x57\x51\x6e\x5a\x73\x43\x6f\x59\x57\x35\x61','\x77\x53\x6f\x4c\x57\x4f\x52\x64\x48\x43\x6f\x78\x41\x58\x69','\x57\x35\x39\x7a\x45\x38\x6b\x37\x70\x43\x6f\x6a','\x57\x35\x71\x45\x57\x52\x70\x63\x4a\x43\x6f\x54','\x69\x6d\x6b\x6f\x57\x51\x4a\x64\x4c\x61\x4e\x63\x54\x73\x31\x57','\x6f\x4a\x6c\x64\x53\x61\x74\x63\x55\x5a\x31\x42\x41\x71','\x57\x37\x48\x67\x45\x61','\x57\x36\x2f\x63\x51\x4c\x71','\x66\x47\x64\x64\x56\x38\x6f\x44\x57\x50\x75','\x57\x50\x46\x64\x4a\x57\x6d\x71\x57\x50\x31\x39','\x63\x31\x4e\x64\x4a\x75\x4b','\x57\x50\x30\x59\x43\x57\x37\x64\x49\x67\x4c\x54\x6b\x47','\x57\x36\x69\x63\x57\x51\x5a\x63\x47\x31\x70\x63\x49\x47','\x71\x6d\x6f\x57\x57\x50\x61','\x6d\x6d\x6b\x42\x75\x43\x6f\x57\x69\x71','\x57\x36\x65\x64\x57\x50\x64\x63\x4b\x43\x6f\x47','\x64\x62\x56\x64\x52\x43\x6f\x63\x57\x4f\x72\x44\x76\x38\x6f\x59','\x6f\x6d\x6f\x6e\x66\x38\x6b\x34\x63\x53\x6b\x54\x57\x52\x37\x64\x56\x57','\x57\x50\x56\x64\x50\x5a\x38\x30\x57\x34\x70\x63\x51\x4e\x4f','\x61\x47\x42\x64\x4b\x4e\x31\x4d\x46\x4d\x5a\x63\x48\x71','\x67\x71\x46\x64\x51\x53\x6f\x41\x57\x50\x69','\x57\x51\x35\x6b\x57\x4f\x4f\x77\x44\x4c\x34\x6d\x43\x47','\x57\x37\x75\x39\x45\x33\x4b','\x57\x35\x54\x4b\x57\x36\x70\x63\x4b\x48\x68\x64\x53\x59\x62\x6c','\x6f\x43\x6f\x44\x67\x38\x6b\x39\x61\x53\x6b\x4e\x57\x51\x74\x64\x4e\x57','\x57\x50\x30\x36\x44\x47\x46\x64\x47\x4d\x31\x52','\x57\x36\x78\x63\x4f\x73\x64\x64\x51\x6d\x6b\x6d\x57\x52\x6c\x63\x50\x4b\x34','\x76\x32\x74\x64\x53\x62\x71\x6d\x77\x57','\x6d\x38\x6b\x62\x57\x51\x42\x64\x47\x71\x4a\x63\x54\x59\x4b','\x62\x38\x6b\x53\x62\x38\x6b\x79\x57\x35\x30','\x62\x43\x6f\x59\x57\x36\x70\x64\x50\x5a\x70\x63\x52\x75\x34','\x57\x51\x6a\x63\x57\x34\x71\x61\x71\x6d\x6f\x66\x67\x6d\x6f\x4f','\x70\x6d\x6b\x74\x57\x4f\x52\x64\x4c\x58\x46\x63\x53\x59\x7a\x48','\x57\x51\x76\x74\x57\x51\x65\x41\x42\x33\x34\x6d\x44\x57','\x61\x38\x6f\x78\x57\x34\x56\x63\x52\x6d\x6f\x69\x57\x35\x4e\x64\x4f\x38\x6b\x44','\x57\x50\x4a\x64\x52\x6d\x6b\x4a\x57\x34\x68\x63\x4d\x64\x4a\x64\x4a\x57\x43','\x70\x71\x37\x64\x53\x61\x74\x63\x56\x61\x44\x69\x43\x47','\x57\x50\x52\x64\x47\x73\x56\x63\x49\x53\x6b\x55\x57\x34\x68\x64\x4e\x47','\x57\x4f\x33\x64\x4a\x64\x70\x63\x4c\x38\x6b\x4b\x57\x37\x78\x64\x4a\x43\x6f\x69','\x65\x38\x6f\x39\x57\x36\x70\x64\x54\x62\x2f\x63\x54\x4b\x38\x4d','\x63\x43\x6f\x4c\x57\x34\x74\x64\x51\x5a\x2f\x63\x53\x65\x75\x55','\x6e\x74\x2f\x64\x50\x61\x74\x63\x52\x72\x4c\x73\x44\x61','\x57\x4f\x79\x58\x44\x61\x74\x64\x48\x78\x53','\x57\x4f\x68\x64\x4f\x59\x53\x4f\x57\x34\x78\x63\x48\x67\x61','\x57\x34\x37\x63\x4d\x74\x4e\x63\x47\x6d\x6b\x44\x42\x77\x35\x6d','\x57\x34\x70\x64\x4a\x58\x57\x76\x57\x50\x35\x46\x57\x34\x53','\x57\x36\x56\x63\x52\x4b\x4e\x63\x51\x53\x6f\x74\x57\x51\x69','\x57\x35\x74\x63\x4c\x33\x61\x2f\x57\x4f\x56\x63\x56\x33\x64\x63\x50\x47','\x42\x30\x4f\x45\x75\x43\x6b\x36\x79\x38\x6f\x43','\x68\x57\x65\x6f\x57\x52\x65\x6c\x69\x32\x34\x75','\x57\x37\x71\x72\x57\x51\x5a\x63\x47\x67\x52\x63\x4c\x4c\x44\x53','\x43\x66\x47\x49\x72\x43\x6b\x53\x76\x53\x6f\x34\x65\x61','\x75\x78\x64\x64\x54\x64\x47\x71\x74\x61\x68\x63\x55\x61','\x65\x38\x6b\x54\x57\x52\x70\x64\x4f\x5a\x61','\x57\x50\x53\x57\x46\x47\x33\x64\x51\x77\x44\x53\x6c\x71','\x57\x36\x72\x63\x45\x53\x6b\x2b\x57\x36\x34\x6c\x66\x6d\x6b\x78','\x57\x4f\x4e\x63\x54\x38\x6f\x63\x57\x36\x64\x64\x49\x38\x6b\x4c\x76\x53\x6f\x4c','\x63\x62\x52\x64\x52\x33\x62\x49\x45\x4d\x4e\x63\x4a\x57','\x62\x53\x6b\x4a\x62\x61','\x57\x4f\x4e\x63\x4f\x63\x6c\x63\x52\x6d\x6f\x37\x74\x6d\x6f\x37','\x57\x52\x68\x63\x54\x74\x70\x63\x52\x38\x6f\x34','\x57\x34\x4a\x63\x4c\x73\x70\x63\x54\x6d\x6b\x67\x46\x67\x66\x6b','\x57\x51\x72\x37\x70\x6d\x6b\x6c\x42\x5a\x6d\x50\x57\x37\x43','\x57\x4f\x78\x64\x4a\x49\x61','\x57\x35\x4a\x63\x48\x76\x69\x59\x57\x50\x68\x63\x52\x4c\x69','\x43\x75\x43\x6b\x43\x43\x6f\x59\x57\x51\x74\x64\x51\x58\x65','\x57\x34\x6c\x63\x56\x53\x6f\x59\x57\x50\x34\x36\x57\x50\x69\x61\x67\x71','\x57\x35\x2f\x63\x4a\x4b\x75\x39\x57\x4f\x5a\x63\x47\x4b\x37\x63\x53\x61','\x42\x75\x71\x7a\x71\x43\x6b\x58\x75\x71','\x61\x6d\x6b\x77\x76\x78\x6c\x63\x49\x38\x6b\x44\x79\x78\x4b','\x57\x34\x46\x63\x4e\x59\x70\x63\x54\x38\x6b\x42\x79\x61','\x57\x4f\x78\x64\x4b\x58\x74\x63\x4c\x53\x6b\x4d\x57\x37\x64\x64\x48\x53\x6f\x66','\x57\x51\x42\x63\x4f\x6d\x6f\x76','\x6d\x43\x6b\x75\x75\x47','\x6c\x38\x6b\x75\x74\x43\x6f\x57\x6d\x65\x2f\x64\x56\x47','\x57\x34\x74\x63\x53\x78\x66\x4b\x57\x50\x4e\x64\x54\x63\x5a\x63\x47\x38\x6f\x71\x57\x50\x6d\x32\x57\x37\x78\x64\x54\x47','\x78\x33\x46\x64\x56\x72\x47\x6b\x72\x58\x79','\x61\x6d\x6b\x76\x77\x4e\x6c\x63\x4a\x43\x6b\x7a\x79\x4c\x71','\x57\x52\x4a\x63\x54\x59\x70\x63\x4c\x43\x6f\x79','\x57\x35\x6e\x5a\x57\x34\x79','\x57\x35\x74\x63\x56\x4b\x78\x63\x4f\x53\x6f\x76\x57\x51\x35\x6a\x57\x50\x53','\x68\x53\x6f\x71\x57\x34\x64\x63\x51\x53\x6f\x64\x57\x34\x4a\x64\x4c\x53\x6b\x35','\x57\x36\x69\x50\x42\x78\x69\x41\x77\x64\x61\x70','\x41\x31\x38\x55\x79\x6d\x6f\x6c\x57\x52\x4e\x64\x50\x47\x61','\x46\x53\x6b\x70\x57\x35\x70\x63\x4a\x6d\x6b\x2b\x57\x52\x37\x63\x56\x43\x6b\x7a','\x61\x58\x74\x64\x53\x47','\x57\x34\x56\x63\x4c\x43\x6f\x38\x57\x50\x71\x43\x57\x50\x34\x6e\x70\x57','\x57\x50\x46\x64\x4a\x57\x57\x43','\x65\x59\x64\x64\x4f\x6d\x6f\x66\x57\x4f\x48\x71\x71\x53\x6f\x46','\x78\x77\x33\x64\x54\x57\x69\x6c\x72\x71\x68\x63\x4c\x61','\x46\x6d\x6b\x35\x57\x51\x4a\x64\x4e\x76\x4a\x64\x48\x59\x38','\x57\x37\x2f\x63\x4b\x65\x42\x64\x4c\x68\x62\x68\x66\x57','\x57\x4f\x46\x63\x4f\x64\x4e\x63\x50\x6d\x6f\x54\x75\x6d\x6f\x57','\x71\x33\x68\x63\x55\x4d\x74\x63\x4b\x47','\x57\x4f\x5a\x63\x55\x6d\x6f\x74\x57\x34\x37\x64\x4b\x6d\x6b\x68\x75\x6d\x6f\x58','\x57\x4f\x46\x63\x4f\x43\x6f\x4d\x57\x34\x5a\x64\x4c\x38\x6b\x31\x42\x38\x6f\x58','\x57\x35\x54\x59\x57\x35\x61','\x75\x38\x6b\x62\x57\x35\x64\x63\x53\x38\x6b\x37\x57\x51\x78\x63\x55\x6d\x6b\x44','\x41\x30\x65\x4c\x45\x53\x6f\x4a\x57\x52\x78\x64\x54\x49\x47','\x57\x35\x35\x32\x41\x61\x64\x63\x55\x38\x6f\x52\x57\x36\x4a\x64\x4c\x57','\x57\x50\x6c\x64\x48\x62\x30\x63\x57\x50\x30','\x57\x37\x58\x53\x46\x43\x6b\x65\x61\x47','\x66\x6d\x6f\x2b\x57\x36\x2f\x64\x51\x47','\x57\x50\x6c\x64\x54\x6d\x6b\x59\x57\x52\x2f\x64\x53\x62\x4e\x64\x4c\x63\x65','\x6b\x31\x2f\x64\x4d\x4c\x42\x64\x50\x61','\x57\x37\x39\x75\x72\x6d\x6b\x57\x57\x37\x61\x77\x6b\x53\x6b\x65','\x64\x6d\x6b\x4e\x65\x43\x6b\x63\x57\x35\x53\x43','\x44\x53\x6b\x6a\x6f\x43\x6f\x34\x6f\x43\x6b\x30\x41\x31\x4b','\x57\x34\x6a\x4c\x57\x34\x46\x63\x47\x47\x5a\x64\x4f\x49\x48\x44','\x57\x50\x71\x51\x57\x52\x31\x4a','\x57\x51\x68\x63\x53\x6d\x6f\x43\x57\x34\x4a\x64\x48\x38\x6b\x31\x41\x38\x6f\x4d','\x57\x34\x4a\x63\x4c\x73\x68\x63\x54\x61','\x57\x4f\x6c\x63\x51\x59\x64\x63\x4f\x43\x6f\x6d\x75\x6d\x6f\x52\x57\x37\x34','\x57\x51\x39\x62\x57\x35\x69\x44\x46\x43\x6f\x64\x65\x38\x6f\x34','\x46\x53\x6f\x59\x6c\x43\x6b\x48\x68\x53\x6b\x66\x57\x4f\x61','\x57\x52\x76\x6e\x57\x51\x30\x41\x44\x31\x69\x72','\x46\x6d\x6b\x37\x75\x66\x42\x63\x53\x68\x65\x43\x57\x34\x61','\x71\x33\x33\x63\x53\x31\x78\x63\x4e\x71','\x57\x52\x37\x64\x55\x53\x6b\x35\x57\x51\x4e\x64\x4f\x61\x74\x64\x50\x4a\x30','\x6a\x53\x6b\x6c\x57\x51\x5a\x64\x48\x74\x64\x63\x55\x73\x66\x38','\x57\x35\x4e\x63\x4e\x73\x52\x64\x4f\x43\x6b\x6d\x57\x52\x2f\x63\x50\x4c\x79','\x57\x52\x64\x63\x4d\x32\x68\x63\x52\x53\x6f\x52\x57\x52\x62\x7a','\x57\x52\x33\x63\x56\x53\x6f\x47\x6e\x53\x6f\x6f\x57\x37\x4e\x63\x4d\x6d\x6b\x6e','\x44\x77\x75\x44\x73\x43\x6b\x32\x74\x6d\x6f\x6a\x64\x47','\x41\x4b\x61\x42\x76\x6d\x6b\x73\x74\x43\x6f\x6d\x63\x57','\x78\x77\x33\x64\x54\x58\x75\x78\x78\x61\x33\x63\x52\x57','\x6f\x38\x6b\x46\x72\x6d\x6f\x4d\x69\x75\x4a\x64\x50\x43\x6b\x73','\x63\x38\x6b\x42\x72\x57','\x6f\x76\x70\x64\x4a\x66\x61','\x64\x38\x6f\x57\x57\x36\x5a\x64\x51\x64\x56\x63\x54\x30\x34','\x57\x4f\x4e\x64\x48\x63\x37\x63\x4e\x6d\x6b\x51\x57\x37\x74\x64\x4a\x57','\x77\x76\x74\x63\x55\x4b\x68\x63\x4e\x6d\x6f\x37\x68\x61','\x61\x64\x6d\x74\x57\x52\x38\x74\x61\x67\x4b\x55','\x71\x43\x6f\x49\x57\x51\x78\x64\x48\x38\x6f\x79\x45\x48\x71\x58','\x62\x59\x68\x64\x50\x67\x7a\x4d\x7a\x32\x37\x63\x47\x71','\x57\x36\x75\x5a\x7a\x68\x30\x72\x73\x61','\x62\x48\x74\x64\x54\x78\x44\x4a\x41\x32\x74\x63\x52\x57','\x57\x35\x48\x4c\x79\x72\x68\x63\x54\x38\x6f\x6a\x57\x37\x30','\x64\x61\x78\x64\x50\x53\x6f\x79\x57\x51\x58\x72\x72\x38\x6f\x41','\x41\x30\x79\x62','\x57\x4f\x66\x77\x57\x52\x79\x75','\x57\x37\x61\x2f\x45\x33\x65\x71\x76\x71\x69\x48','\x57\x52\x74\x64\x50\x43\x6b\x76\x57\x52\x56\x64\x50\x58\x2f\x64\x51\x74\x57','\x43\x43\x6b\x6e\x6f\x38\x6f\x54\x67\x53\x6b\x4f','\x6d\x6d\x6b\x68\x75\x38\x6f\x47\x6d\x4e\x56\x64\x50\x53\x6b\x62','\x57\x35\x78\x63\x48\x76\x6d','\x6c\x62\x56\x64\x52\x43\x6f\x68\x57\x50\x6e\x41\x73\x53\x6f\x44','\x69\x38\x6f\x42\x6b\x43\x6b\x32\x66\x6d\x6b\x57\x57\x4f\x64\x64\x52\x61','\x57\x50\x65\x55\x57\x52\x54\x4c\x72\x6d\x6f\x77\x57\x34\x62\x4c','\x70\x6d\x6b\x6f\x57\x51\x68\x64\x4b\x61\x75','\x57\x50\x4e\x64\x56\x53\x6b\x44\x57\x36\x42\x63\x48\x73\x74\x64\x4a\x57\x53','\x57\x50\x42\x64\x49\x58\x4b\x75\x57\x4f\x66\x57\x57\x36\x6a\x66','\x70\x6d\x6b\x66\x74\x53\x6f\x32\x70\x68\x52\x64\x4f\x38\x6b\x70','\x67\x53\x6b\x54\x68\x6d\x6b\x69\x57\x34\x43\x6b','\x7a\x38\x6b\x58\x73\x4d\x64\x63\x4c\x68\x61\x72\x57\x35\x30','\x76\x4b\x4b\x79\x71\x43\x6b\x38\x76\x53\x6f\x38\x61\x57','\x57\x36\x31\x2b\x57\x35\x71','\x57\x4f\x70\x64\x48\x63\x37\x63\x4d\x43\x6b\x49\x57\x36\x78\x64\x4d\x61','\x57\x36\x7a\x5a\x57\x34\x79\x78\x41\x6d\x6b\x65\x6f\x6d\x6f\x53','\x57\x4f\x74\x64\x51\x73\x34\x54\x57\x36\x33\x63\x51\x4e\x64\x63\x53\x47','\x69\x6d\x6f\x79\x57\x50\x4f','\x6e\x43\x6b\x71\x77\x43\x6f\x53\x6e\x4d\x68\x64\x50\x61','\x57\x37\x68\x63\x51\x4b\x56\x63\x55\x6d\x6f\x63\x57\x4f\x54\x75','\x73\x6d\x6f\x43\x57\x51\x57','\x57\x50\x38\x47\x57\x51\x66\x31\x77\x43\x6f\x45\x57\x34\x66\x4b','\x76\x4d\x70\x64\x51\x47','\x57\x52\x37\x64\x55\x43\x6b\x32\x57\x51\x4e\x64\x50\x47\x64\x64\x50\x72\x61','\x57\x36\x62\x58\x57\x34\x6d\x62\x44\x43\x6b\x7a\x68\x38\x6f\x5a','\x57\x37\x78\x63\x4d\x30\x42\x63\x56\x53\x6f\x74\x57\x50\x50\x62\x57\x4f\x43','\x57\x4f\x46\x64\x54\x5a\x71\x31','\x70\x6d\x6b\x74\x57\x4f\x74\x64\x47\x71\x4e\x63\x50\x63\x58\x33','\x57\x37\x6a\x33\x44\x43\x6b\x49\x57\x37\x43\x58\x64\x38\x6b\x75','\x64\x53\x6f\x31\x57\x36\x5a\x64\x49\x72\x71','\x57\x52\x72\x6d\x57\x51\x79\x74\x46\x4c\x71\x77\x75\x47','\x57\x50\x75\x49\x57\x51\x7a\x59\x73\x43\x6f\x78\x57\x37\x72\x79','\x76\x53\x6f\x6e\x62\x64\x42\x64\x4a\x38\x6f\x61\x6d\x75\x66\x68\x57\x35\x64\x64\x4a\x6d\x6b\x75\x63\x57','\x57\x51\x6c\x64\x4a\x59\x52\x63\x4c\x53\x6b\x4c\x57\x36\x68\x64\x48\x53\x6f\x4a','\x57\x37\x43\x62\x57\x50\x64\x63\x47\x6d\x6f\x58\x57\x4f\x4a\x64\x4f\x6d\x6b\x6d','\x57\x4f\x6c\x64\x4a\x5a\x61','\x78\x66\x52\x63\x55\x76\x4f','\x71\x43\x6f\x49\x57\x52\x70\x64\x4c\x6d\x6f\x45\x79\x61\x34\x39','\x6a\x53\x6f\x6e\x66\x38\x6b\x57\x65\x38\x6b\x53','\x57\x4f\x2f\x63\x50\x64\x70\x63\x54\x61','\x57\x50\x56\x64\x49\x49\x69\x38\x57\x34\x71','\x61\x74\x43\x67\x57\x52\x43','\x70\x6d\x6f\x6a\x66\x43\x6b\x49\x61\x53\x6b\x66\x57\x51\x71','\x57\x50\x6c\x64\x52\x63\x6d\x55\x57\x37\x46\x63\x52\x67\x64\x63\x53\x57','\x73\x43\x6f\x79\x57\x51\x30','\x75\x4c\x42\x64\x55\x62\x47\x73\x45\x62\x42\x63\x50\x71','\x57\x35\x35\x64\x57\x34\x46\x63\x4c\x61\x4a\x64\x51\x63\x44\x69','\x57\x37\x47\x56\x71\x68\x4f\x76\x78\x49\x43\x36','\x57\x34\x68\x63\x56\x63\x37\x64\x51\x43\x6b\x6c\x57\x51\x69','\x44\x43\x6b\x6e\x70\x6d\x6f\x48\x66\x38\x6b\x49','\x57\x35\x5a\x64\x54\x78\x6c\x64\x55\x6d\x6b\x38\x64\x53\x6f\x33\x57\x36\x74\x64\x4d\x71\x68\x63\x47\x62\x53','\x6c\x66\x6c\x64\x4d\x57','\x57\x36\x38\x42\x57\x52\x79','\x57\x34\x52\x63\x49\x74\x4b','\x77\x38\x6f\x31\x72\x38\x6f\x41\x57\x50\x35\x6e\x6f\x68\x54\x71\x57\x52\x46\x64\x48\x68\x30\x64','\x57\x37\x69\x55\x41\x4e\x57\x41\x76\x74\x61\x4e','\x71\x76\x74\x63\x55\x47','\x57\x37\x35\x67\x7a\x57','\x57\x52\x65\x58\x43\x62\x70\x64\x4a\x32\x66\x33\x69\x47','\x66\x38\x6b\x76\x77\x4d\x4a\x63\x4e\x38\x6b\x43\x43\x57','\x57\x52\x33\x63\x56\x53\x6f\x4f\x6f\x6d\x6f\x61\x57\x36\x74\x63\x47\x38\x6b\x6e','\x62\x58\x64\x64\x55\x78\x31\x4f\x79\x77\x34','\x74\x53\x6f\x34\x57\x4f\x42\x64\x4c\x6d\x6f\x69','\x64\x61\x6c\x64\x50\x53\x6f\x6c\x57\x4f\x71','\x61\x38\x6f\x35\x57\x36\x74\x64\x54\x59\x46\x63\x54\x65\x34\x42','\x57\x4f\x33\x63\x50\x53\x6f\x4d\x57\x35\x2f\x64\x47\x43\x6b\x4e\x76\x53\x6f\x37','\x74\x43\x6f\x43\x57\x52\x64\x63\x4c\x33\x65\x31','\x6b\x38\x6f\x43\x68\x6d\x6b\x64\x62\x53\x6b\x54\x57\x52\x57','\x57\x4f\x68\x64\x56\x53\x6b\x44\x57\x35\x70\x63\x48\x74\x5a\x64\x47\x5a\x34','\x6c\x43\x6f\x6c\x57\x4f\x74\x63\x51\x53\x6f\x34\x45\x77\x79\x65','\x57\x52\x68\x64\x53\x38\x6b\x47\x57\x52\x70\x64\x53\x61\x6c\x64\x52\x47','\x63\x43\x6f\x34\x57\x37\x52\x64\x53\x73\x79','\x64\x58\x64\x64\x52\x78\x66\x2f\x41\x57','\x75\x43\x6f\x76\x57\x52\x56\x63\x4e\x77\x61\x5a\x6c\x73\x38','\x6a\x38\x6f\x62\x66\x57','\x6b\x38\x6b\x75\x75\x53\x6f\x47','\x57\x51\x37\x64\x56\x43\x6b\x58\x57\x51\x52\x64\x4e\x47\x6c\x64\x50\x63\x30','\x7a\x38\x6b\x35\x57\x52\x64\x64\x49\x31\x78\x64\x4f\x5a\x39\x37','\x61\x38\x6f\x74\x57\x35\x4e\x63\x51\x47','\x57\x34\x62\x59\x57\x34\x2f\x63\x48\x57\x5a\x64\x52\x57','\x46\x30\x69\x78\x76\x53\x6b\x53','\x57\x50\x4e\x64\x56\x53\x6b\x44','\x57\x51\x6a\x62\x57\x34\x47\x45\x75\x53\x6f\x4f\x67\x38\x6f\x39','\x57\x37\x4c\x6b\x46\x43\x6b\x2f\x57\x36\x69\x6f\x6b\x53\x6b\x45','\x57\x51\x39\x4b\x68\x38\x6b\x56\x42\x4a\x34\x30\x57\x37\x71','\x57\x52\x37\x64\x4f\x53\x6b\x69\x57\x51\x4a\x64\x54\x47\x56\x64\x51\x74\x57','\x57\x36\x37\x63\x48\x4b\x42\x64\x4b\x68\x7a\x77\x61\x61','\x57\x50\x2f\x64\x49\x59\x37\x63\x4a\x38\x6b\x67\x57\x36\x2f\x64\x4a\x53\x6f\x6a','\x68\x43\x6b\x52\x64\x43\x6b\x69','\x41\x53\x6b\x70\x6f\x43\x6f\x4d\x66\x43\x6b\x33','\x63\x38\x6b\x4d\x68\x53\x6b\x6f\x57\x34\x47\x6e\x41\x57','\x70\x53\x6f\x79\x57\x4f\x78\x63\x54\x53\x6f\x5a\x77\x78\x34','\x57\x51\x39\x4b\x66\x53\x6b\x4b\x41\x4a\x69\x4a\x57\x36\x75','\x45\x43\x6b\x37\x76\x33\x70\x63\x53\x76\x61\x78\x57\x35\x34','\x57\x36\x42\x63\x48\x76\x6c\x63\x47\x53\x6f\x39','\x57\x34\x56\x63\x4c\x43\x6f\x5a\x57\x50\x43\x62\x57\x50\x47','\x57\x4f\x6c\x63\x48\x53\x6f\x74\x57\x35\x2f\x64\x49\x43\x6b\x4f\x75\x43\x6f\x49','\x57\x4f\x46\x64\x53\x63\x69\x35\x57\x34\x4e\x63\x50\x4e\x78\x63\x52\x57','\x57\x36\x69\x63\x57\x51\x64\x63\x47\x57','\x57\x4f\x2f\x64\x4a\x59\x4e\x63\x4d\x38\x6b\x49\x57\x37\x74\x64\x47\x38\x6f\x70','\x57\x36\x79\x70\x57\x51\x68\x63\x4d\x76\x6d','\x57\x34\x37\x63\x47\x49\x74\x63\x4f\x38\x6b\x42','\x57\x37\x46\x63\x47\x53\x6f\x34\x57\x50\x71\x43\x57\x50\x6d\x6c\x63\x61','\x57\x35\x6e\x49\x57\x34\x42\x63\x4a\x58\x65','\x57\x50\x34\x37\x46\x47\x52\x64\x4d\x61','\x57\x51\x31\x6c\x57\x34\x53\x75\x72\x38\x6f\x65','\x45\x6d\x6b\x73\x72\x4e\x68\x63\x56\x71','\x6a\x66\x4a\x64\x4a\x31\x68\x64\x4f\x57','\x64\x38\x6b\x46\x77\x4d\x42\x63\x4a\x6d\x6b\x43','\x6f\x43\x6b\x66\x57\x52\x33\x64\x4e\x62\x37\x63\x55\x73\x53','\x57\x37\x61\x67\x57\x50\x74\x63\x49\x53\x6f\x52\x57\x51\x4a\x64\x4f\x6d\x6b\x70','\x57\x4f\x4e\x64\x48\x58\x34','\x57\x50\x61\x42\x57\x51\x35\x56\x71\x6d\x6f\x4a\x57\x35\x7a\x70','\x57\x52\x68\x64\x53\x38\x6b\x32\x57\x52\x33\x64\x50\x57\x75','\x62\x53\x6f\x41\x57\x34\x2f\x63\x56\x43\x6f\x66\x57\x35\x33\x64\x4f\x57','\x57\x36\x58\x53\x57\x36\x65\x66\x45\x6d\x6b\x7a\x6b\x38\x6f\x30','\x57\x34\x78\x63\x4a\x75\x6c\x64\x4d\x4e\x4c\x64\x63\x74\x71','\x6c\x43\x6f\x6c\x57\x50\x5a\x63\x52\x43\x6f\x59\x77\x32\x75\x4e','\x57\x4f\x37\x63\x56\x43\x6f\x75\x6e\x43\x6f\x42','\x57\x52\x74\x64\x55\x6d\x6b\x4f\x57\x51\x2f\x64\x50\x57','\x61\x43\x6b\x46\x75\x4d\x37\x63\x49\x53\x6b\x72','\x57\x35\x4a\x63\x4c\x65\x38\x54\x57\x50\x68\x63\x56\x30\x4e\x63\x55\x57','\x69\x38\x6b\x62\x57\x51\x4e\x64\x47\x62\x4a\x63\x4c\x5a\x65','\x78\x38\x6b\x6b\x57\x35\x4e\x63\x4e\x43\x6b\x55\x57\x50\x68\x63\x56\x6d\x6b\x6b','\x6e\x6d\x6b\x75\x76\x43\x6f\x4d\x70\x77\x56\x64\x52\x53\x6b\x56','\x57\x34\x62\x4a\x57\x34\x56\x63\x48\x71\x4e\x64\x50\x64\x4f','\x57\x4f\x70\x64\x55\x53\x6b\x64\x57\x34\x68\x63\x48\x73\x74\x64\x4c\x71','\x57\x4f\x68\x64\x47\x74\x70\x63\x4e\x6d\x6b\x4a\x57\x36\x78\x64\x4a\x53\x6f\x56','\x6d\x6d\x6b\x71\x75\x57','\x62\x53\x6b\x63\x75\x78\x69','\x62\x74\x6d\x75','\x57\x4f\x70\x64\x4a\x73\x37\x63\x4b\x43\x6b\x51\x57\x36\x57','\x57\x50\x70\x64\x4f\x5a\x75\x4b','\x6f\x6d\x6f\x66\x63\x47','\x57\x36\x53\x30\x57\x51\x52\x63\x4e\x75\x37\x63\x4c\x31\x6a\x50','\x61\x58\x74\x64\x53\x4c\x66\x4e\x7a\x32\x74\x63\x48\x71','\x42\x38\x6b\x38\x57\x51\x33\x64\x49\x31\x5a\x64\x53\x4a\x34','\x68\x47\x52\x64\x51\x57','\x6a\x43\x6f\x74\x57\x34\x70\x63\x4f\x57','\x78\x53\x6b\x6d\x57\x35\x33\x63\x4a\x43\x6b\x50\x57\x52\x37\x63\x54\x43\x6b\x62','\x57\x36\x53\x55\x57\x51\x74\x63\x4d\x75\x56\x63\x51\x75\x66\x47','\x57\x52\x72\x59\x6b\x6d\x6b\x5a\x7a\x73\x71\x30','\x57\x36\x6c\x63\x4c\x4c\x79','\x57\x51\x4e\x64\x55\x43\x6b\x5a\x57\x52\x2f\x64\x56\x72\x34','\x57\x4f\x78\x64\x4a\x4a\x46\x63\x49\x53\x6b\x2f','\x7a\x38\x6b\x31\x76\x4d\x6c\x63\x55\x4e\x4f','\x61\x64\x6d\x78','\x66\x6d\x6f\x35\x57\x36\x68\x64\x4f\x74\x5a\x63\x51\x47','\x66\x43\x6b\x42\x77\x68\x74\x63\x4e\x43\x6b\x31\x43\x57','\x57\x35\x4a\x63\x4b\x73\x74\x63\x4f\x6d\x6b\x49\x7a\x32\x58\x6d','\x57\x34\x35\x6f\x79\x6d\x6b\x33\x69\x43\x6f\x46','\x57\x36\x50\x59\x57\x34\x34\x6b\x45\x53\x6b\x62\x64\x53\x6f\x39','\x57\x50\x43\x39\x41\x5a\x68\x64\x4d\x77\x31\x2f\x6b\x47','\x57\x50\x4e\x64\x56\x53\x6b\x44\x57\x36\x78\x63\x47\x63\x70\x64\x47\x48\x4f','\x6c\x74\x68\x64\x55\x48\x6c\x63\x50\x49\x43','\x41\x53\x6b\x70\x6f\x43\x6f\x4d\x66\x43\x6b\x33\x78\x31\x47','\x62\x62\x4a\x64\x51\x68\x50\x51\x79\x47','\x57\x4f\x42\x63\x51\x6d\x6f\x6b\x6e\x53\x6f\x7a\x57\x36\x74\x63\x4d\x38\x6b\x6a','\x57\x36\x79\x7a\x57\x52\x68\x63\x4d\x75\x4a\x63\x4c\x33\x76\x51','\x57\x37\x6a\x63\x79\x6d\x6b\x57\x57\x36\x4f\x6f\x63\x71','\x57\x36\x50\x59\x57\x34\x34\x6b\x45\x53\x6b\x62','\x70\x43\x6f\x62\x57\x4f\x64\x63\x52\x38\x6f\x2f\x45\x78\x47\x4a','\x57\x35\x54\x35\x57\x35\x6c\x63\x4b\x58\x65','\x63\x38\x6b\x57\x67\x53\x6b\x65\x57\x34\x43\x79\x79\x4e\x71','\x57\x36\x65\x55\x41\x4e\x57\x77\x77\x63\x75\x36','\x57\x37\x69\x5a\x79\x77\x53\x6b\x76\x49\x65\x43','\x57\x51\x62\x2b\x70\x6d\x6b\x30\x43\x57','\x57\x50\x4a\x64\x53\x43\x6b\x45\x57\x35\x78\x63\x4d\x61','\x64\x38\x6b\x55\x75\x78\x70\x63\x4c\x43\x6b\x44\x41\x77\x65','\x73\x5a\x74\x64\x4d\x38\x6f\x45\x57\x50\x48\x2f\x43\x57','\x57\x36\x69\x33\x7a\x4d\x47\x59\x76\x63\x61\x4e','\x6b\x43\x6f\x6a\x57\x50\x4e\x63\x53\x43\x6f\x35\x42\x4d\x53\x4d','\x77\x38\x6b\x6b\x57\x35\x64\x63\x53\x43\x6b\x6e','\x66\x53\x6f\x33\x57\x36\x42\x64\x53\x74\x46\x63\x4d\x66\x38','\x57\x51\x54\x30\x57\x51\x53\x44\x43\x4c\x65\x6c\x44\x47','\x77\x6d\x6b\x73\x57\x35\x68\x63\x4c\x38\x6b\x30\x57\x52\x42\x63\x56\x38\x6b\x32','\x6a\x43\x6f\x41\x66\x6d\x6b\x45\x63\x43\x6b\x47\x57\x52\x78\x64\x50\x47','\x6f\x5a\x56\x64\x53\x48\x4a\x63\x50\x74\x65','\x70\x38\x6b\x43\x72\x6d\x6f\x33\x6a\x47','\x69\x38\x6f\x78\x57\x34\x42\x63\x52\x53\x6f\x75\x57\x35\x78\x64\x50\x53\x6b\x5a','\x45\x53\x6b\x37\x74\x57','\x57\x50\x37\x64\x51\x57\x34\x64\x57\x4f\x62\x36\x57\x36\x47','\x62\x53\x6f\x33\x57\x36\x4e\x64\x53\x63\x46\x63\x55\x65\x43','\x57\x35\x76\x6d\x79\x53\x6b\x38\x6c\x53\x6f\x61','\x43\x76\x4f\x33\x7a\x43\x6f\x59','\x77\x33\x52\x64\x56\x61\x69','\x42\x4c\x75\x52\x7a\x43\x6f\x4a\x57\x50\x46\x64\x54\x47','\x63\x62\x52\x64\x52\x32\x44\x2b\x79\x32\x78\x63\x52\x47','\x57\x51\x50\x46\x70\x6d\x6b\x4e\x7a\x61','\x57\x34\x4c\x6f\x7a\x53\x6b\x33','\x7a\x38\x6f\x5a\x57\x4f\x4e\x64\x47\x38\x6f\x79\x45\x4a\x75\x58','\x57\x37\x6e\x2b\x57\x34\x53\x72\x46\x53\x6b\x53\x6b\x47','\x57\x34\x33\x63\x4b\x5a\x75','\x44\x30\x71\x66\x73\x53\x6b\x72\x74\x43\x6f\x66\x63\x57','\x62\x6d\x6b\x46\x71\x65\x5a\x63\x4c\x38\x6b\x71\x42\x4d\x79','\x67\x6d\x6f\x62\x57\x36\x5a\x63\x52\x53\x6f\x64\x57\x34\x4a\x64\x50\x43\x6b\x33','\x70\x5a\x46\x64\x54\x61\x78\x63\x55\x57','\x57\x35\x58\x61\x41\x6d\x6b\x4d\x6f\x53\x6f\x6e\x74\x47','\x46\x43\x6b\x79\x73\x53\x6f\x49\x76\x43\x6f\x31\x57\x52\x4e\x64\x51\x53\x6b\x54\x57\x52\x4a\x63\x51\x63\x4f','\x69\x53\x6f\x43\x57\x4f\x52\x63\x54\x57','\x57\x37\x4b\x6f\x57\x50\x56\x63\x48\x6d\x6f\x58\x57\x51\x4b','\x72\x4c\x56\x63\x50\x4b\x68\x63\x4a\x71','\x71\x53\x6f\x77\x57\x52\x64\x63\x47\x33\x61\x57\x70\x61\x57','\x79\x38\x6b\x6c\x6e\x43\x6f\x36\x62\x57','\x57\x36\x72\x5a\x57\x35\x71','\x61\x6d\x6b\x76\x77\x4d\x78\x63\x4b\x43\x6b\x61\x42\x4d\x38','\x78\x77\x33\x64\x54\x57\x69\x6c\x72\x71\x68\x63\x48\x57','\x57\x50\x74\x64\x52\x73\x4b\x35\x57\x34\x4e\x63\x53\x78\x33\x63\x54\x61','\x79\x53\x6b\x35\x57\x52\x43','\x57\x37\x57\x66\x57\x50\x69','\x57\x36\x43\x39\x79\x32\x30\x41','\x57\x52\x5a\x63\x52\x6d\x6f\x76','\x57\x37\x56\x63\x4b\x65\x52\x64\x4c\x33\x35\x62\x62\x61\x30','\x68\x43\x6f\x78\x57\x35\x6c\x63\x50\x53\x6f\x64\x57\x35\x70\x64\x56\x47','\x57\x37\x6d\x6b\x57\x50\x42\x63\x4c\x38\x6f\x57\x57\x51\x64\x64\x4f\x47','\x61\x53\x6b\x4e\x67\x43\x6b\x6b\x57\x35\x30\x72','\x57\x34\x44\x32\x46\x57\x68\x63\x54\x43\x6f\x39\x57\x36\x78\x64\x47\x47','\x57\x34\x68\x63\x4d\x43\x6f\x56\x57\x50\x30\x75\x57\x4f\x71\x64\x63\x47','\x57\x37\x70\x63\x50\x65\x5a\x63\x51\x6d\x6f\x6a\x57\x52\x4b','\x57\x52\x56\x64\x56\x38\x6b\x51\x57\x51\x4e\x64\x50\x59\x70\x64\x52\x59\x4b','\x6c\x4c\x52\x64\x4e\x4c\x46\x64\x50\x66\x64\x63\x56\x75\x47','\x70\x6d\x6b\x74\x57\x50\x42\x64\x4e\x48\x74\x63\x50\x4a\x76\x30','\x6a\x6d\x6f\x43\x57\x4f\x46\x63\x50\x6d\x6f\x49\x43\x61','\x7a\x53\x6b\x33\x75\x61','\x57\x4f\x52\x63\x4e\x43\x6f\x75\x57\x34\x46\x64\x47\x43\x6b\x49\x73\x38\x6f\x66','\x57\x34\x50\x6c\x42\x57\x37\x63\x54\x38\x6f\x52\x57\x37\x33\x64\x50\x71','\x57\x35\x6e\x73\x72\x43\x6b\x39\x69\x53\x6f\x66\x74\x66\x6d','\x6e\x43\x6b\x48\x72\x6d\x6f\x33\x6f\x67\x46\x64\x50\x6d\x6b\x62','\x57\x52\x76\x38\x6d\x6d\x6b\x32\x74\x74\x47\x4b\x57\x37\x47','\x41\x76\x52\x63\x50\x66\x4b','\x6a\x6d\x6f\x43\x57\x50\x68\x63\x51\x53\x6f\x31\x44\x32\x71','\x57\x4f\x46\x63\x56\x6d\x6f\x78\x57\x34\x68\x64\x52\x6d\x6b\x4b\x78\x53\x6f\x4e','\x68\x43\x6f\x2f\x57\x34\x78\x63\x51\x38\x6f\x6a\x57\x35\x52\x64\x55\x43\x6b\x5a','\x44\x38\x6b\x31\x74\x77\x70\x63\x52\x68\x69\x71\x57\x36\x61','\x57\x51\x39\x79\x57\x52\x43\x38\x44\x31\x34\x67\x44\x47','\x43\x66\x75\x30','\x76\x43\x6b\x62\x57\x34\x38','\x6c\x58\x5a\x64\x51\x53\x6f\x6d\x57\x4f\x48\x44\x71\x53\x6f\x68','\x73\x6d\x6f\x46\x57\x52\x46\x63\x4c\x78\x43\x55','\x46\x78\x53\x74\x76\x38\x6b\x52\x43\x43\x6f\x44\x61\x61','\x67\x6d\x6f\x62\x57\x37\x52\x63\x52\x53\x6f\x74\x57\x34\x4a\x64\x47\x6d\x6b\x4b','\x46\x4c\x30\x49\x79\x53\x6f\x31','\x57\x36\x69\x64\x57\x50\x4f','\x57\x36\x74\x63\x50\x65\x4e\x63\x51\x43\x6f\x6f\x57\x52\x35\x6a\x57\x50\x4f','\x57\x51\x38\x39\x57\x51\x31\x45\x45\x47','\x57\x4f\x70\x63\x50\x64\x69','\x57\x52\x33\x63\x56\x53\x6f\x32\x6e\x53\x6f\x45\x57\x37\x4e\x63\x56\x43\x6b\x45','\x68\x5a\x38\x75','\x57\x52\x78\x64\x54\x38\x6b\x52','\x6c\x6d\x6f\x62\x68\x6d\x6b\x4c\x66\x61','\x63\x38\x6b\x57\x61\x53\x6b\x64\x57\x34\x30\x36\x79\x76\x43','\x57\x36\x58\x58\x57\x35\x43\x72\x42\x57','\x46\x53\x6b\x33\x57\x51\x2f\x64\x4a\x76\x70\x64\x54\x71','\x71\x53\x6f\x77\x57\x52\x64\x63\x47\x33\x61\x57\x70\x62\x53','\x57\x37\x30\x6b\x57\x4f\x79','\x75\x38\x6f\x43\x57\x52\x33\x63\x4e\x33\x43\x35\x6b\x47','\x57\x35\x6e\x73\x78\x43\x6b\x5a\x69\x38\x6f\x66\x72\x4e\x57','\x62\x43\x6b\x42\x76\x33\x78\x63\x4a\x43\x6b\x76\x41\x57','\x57\x51\x35\x78\x57\x52\x71\x6d\x42\x57','\x57\x37\x76\x69\x45\x53\x6b\x31\x57\x36\x4f\x77\x65\x38\x6b\x7a','\x57\x52\x56\x63\x4f\x6d\x6f\x70\x6f\x43\x6f\x6d\x57\x36\x68\x63\x56\x43\x6b\x65','\x57\x50\x4f\x55\x57\x51\x58\x59\x77\x43\x6f\x73\x57\x34\x47','\x57\x37\x53\x6b\x57\x50\x4b','\x44\x65\x4f\x67\x72\x38\x6b\x33\x72\x38\x6f\x42','\x57\x36\x62\x4e\x57\x34\x69\x78','\x57\x37\x7a\x32\x57\x35\x30\x62','\x57\x37\x6e\x46\x43\x43\x6b\x49','\x57\x36\x58\x53\x57\x36\x4f\x66\x42\x38\x6b\x46\x6e\x38\x6f\x54','\x57\x35\x4c\x6f\x7a\x43\x6b\x32\x6a\x53\x6f\x79\x73\x31\x30','\x79\x38\x6b\x32\x57\x52\x74\x64\x4e\x75\x4b','\x57\x4f\x33\x64\x4b\x49\x74\x63\x4c\x38\x6b\x49\x57\x37\x42\x64\x4a\x57','\x57\x35\x54\x4b\x57\x36\x5a\x63\x49\x71\x4a\x64\x51\x63\x44\x69','\x77\x38\x6f\x4b\x57\x4f\x68\x64\x4a\x6d\x6f\x45\x42\x72\x75\x72','\x42\x6d\x6b\x72\x61\x38\x6f\x4a\x68\x43\x6b\x52\x46\x31\x65','\x62\x53\x6f\x2f\x57\x37\x69','\x57\x51\x50\x59\x6f\x6d\x6b\x54\x43\x57','\x57\x51\x48\x32\x6e\x71','\x73\x38\x6b\x62\x57\x35\x64\x63\x49\x38\x6b\x2f\x57\x50\x42\x63\x50\x57','\x74\x67\x46\x64\x52\x58\x47\x42\x78\x57','\x67\x57\x74\x64\x4f\x57\x64\x64\x49\x6d\x6b\x6d\x78\x4a\x6e\x33\x57\x37\x56\x63\x49\x6d\x6b\x32\x57\x36\x74\x63\x51\x47','\x78\x77\x37\x64\x55\x61\x69\x6e\x71\x71\x6c\x63\x55\x71','\x42\x38\x6b\x4f\x57\x51\x56\x64\x4d\x31\x74\x64\x53\x4a\x6a\x42','\x41\x30\x30\x30\x7a\x6d\x6f\x4a\x57\x52\x53','\x6f\x76\x4e\x64\x4c\x65\x68\x64\x55\x75\x4f','\x64\x61\x68\x64\x55\x53\x6f\x41\x57\x4f\x6a\x42','\x74\x67\x2f\x64\x51\x47','\x57\x35\x74\x63\x49\x4c\x61\x52\x57\x4f\x57','\x57\x50\x6d\x39\x46\x61\x74\x64\x4d\x68\x53\x4a\x6d\x57','\x63\x6d\x6f\x33\x57\x37\x4b','\x65\x43\x6b\x42\x72\x32\x71','\x70\x76\x46\x64\x4a\x66\x43'];_0x2282=function(){return _0x1528ac;};return _0x2282();}const FACTUAL_TAIL_PREFIX_TERMS=new Set([_0x2d5593(0x24b,'\x4f\x26\x75\x61'),_0x2d5593(0x2aa,'\x23\x5e\x63\x40'),'\x61\x73',_0x2d5593(0x2bf,'\x56\x68\x67\x37'),_0x2d5593(0x128,'\x6b\x7a\x36\x41'),_0x2d5593(0x25c,'\x52\x5b\x5a\x79'),_0x2d5593(0x23e,'\x53\x30\x4a\x67'),'\x74\x68\x61\x6e','\x74\x68\x6f\x75\x67\x68',_0x2d5593(0x122,'\x4d\x43\x31\x55'),'\x79\x65\x74']),RELATIVE_TERMS=new Set(['\x74\x68\x61\x74','\x77\x68\x69\x63\x68',_0x2d5593(0x1a2,'\x41\x38\x64\x71')]),SUBORDINATOR_TERMS=new Set([_0x2d5593(0x227,'\x4d\x43\x31\x55'),'\x61\x73',_0x2d5593(0x8b,'\x70\x21\x64\x49')]),NOMINAL_MODIFIER_TERMS=new Set([_0x2d5593(0x26c,'\x77\x6f\x33\x55'),_0x2d5593(0x117,'\x34\x36\x4a\x33'),_0x2d5593(0x221,'\x32\x73\x2a\x23'),_0x2d5593(0x90,'\x75\x35\x30\x58'),'\x64\x61\x74\x61',_0x2d5593(0xa2,'\x32\x73\x2a\x23'),_0x2d5593(0x279,'\x74\x2a\x63\x4a'),'\x70\x6f\x6c\x69\x63\x79',_0x2d5593(0x23a,'\x6f\x5a\x23\x75'),_0x2d5593(0x1ef,'\x70\x21\x64\x49'),'\x73\x65\x63\x75\x72\x69\x74\x79',_0x2d5593(0x21d,'\x41\x38\x64\x71')]),NOMINAL_HEAD_TERMS=new Set([_0x2d5593(0x264,'\x5a\x5d\x4c\x74'),_0x2d5593(0x15b,'\x4f\x26\x75\x61'),_0x2d5593(0x1be,'\x23\x5e\x63\x40'),_0x2d5593(0x114,'\x44\x66\x4a\x6f'),_0x2d5593(0x6d,'\x6d\x38\x28\x5e'),_0x2d5593(0xe7,'\x46\x4a\x74\x73')+_0x2d5593(0x17c,'\x76\x26\x5a\x40'),_0x2d5593(0x29a,'\x46\x4a\x74\x73'),_0x2d5593(0x14f,'\x6e\x4f\x52\x43'),_0x2d5593(0x78,'\x48\x51\x31\x62'),_0x2d5593(0x1c3,'\x72\x45\x75\x68'),'\x6d\x65\x74\x61\x64\x61\x74\x61',_0x2d5593(0xe1,'\x58\x71\x23\x76'),'\x72\x65\x63\x65\x69\x70\x74',_0x2d5593(0x1af,'\x6d\x56\x26\x70'),_0x2d5593(0x13d,'\x72\x45\x75\x68'),_0x2d5593(0x1c6,'\x6d\x38\x28\x5e'),_0x2d5593(0x1fb,'\x4d\x51\x45\x7a'),'\x73\x74\x6f\x72\x61\x67\x65',_0x2d5593(0x1ca,'\x47\x24\x6c\x39'),'\x74\x72\x61\x6e\x73\x69\x74']),MATRIX_NOMINAL_COLLOCATIONS=new Set([_0x2d5593(0x1cf,'\x56\x68\x31\x25')+_0x2d5593(0x26e,'\x69\x51\x46\x62')]),OBJECT_COORDINATOR_TERMS=new Set([_0x2d5593(0x1e3,'\x56\x68\x31\x25'),'\x6f\x72',_0x2d5593(0x87,'\x32\x73\x2a\x23')]),FACTUAL_COORDINATOR_TERMS=new Set([_0x2d5593(0x203,'\x37\x33\x6d\x50'),'\x62\x75\x74',_0x2d5593(0x257,'\x6f\x5a\x23\x75')]),TRAILING_MODIFIER_TERMS=new Set([_0x2d5593(0x2c4,'\x72\x50\x67\x69'),_0x2d5593(0x8e,'\x30\x4f\x25\x73'),_0x2d5593(0xd3,'\x23\x5e\x63\x40'),_0x2d5593(0xd4,'\x4d\x51\x45\x7a'),_0x2d5593(0x1fe,'\x52\x5b\x5a\x79'),_0x2d5593(0xeb,'\x6b\x7a\x36\x41'),_0x2d5593(0x293,'\x41\x38\x64\x71'),'\x79\x65\x73\x74\x65\x72\x64\x61'+'\x79']),MATRIX_PREDICATE_TERMS=new Set([_0x2d5593(0x239,'\x47\x24\x6c\x39'),'\x61\x72\x72\x69\x76\x65\x73',_0x2d5593(0x161,'\x68\x35\x54\x52'),_0x2d5593(0x271,'\x53\x30\x4a\x67'),_0x2d5593(0x115,'\x75\x35\x30\x58'),_0x2d5593(0x290,'\x44\x66\x4a\x6f'),_0x2d5593(0x286,'\x4c\x50\x23\x21'),_0x2d5593(0x254,'\x6c\x64\x66\x6d'),_0x2d5593(0xd9,'\x73\x50\x78\x65'),_0x2d5593(0x118,'\x56\x68\x31\x25'),_0x2d5593(0x25a,'\x48\x51\x31\x62'),_0x2d5593(0x1b7,'\x32\x31\x71\x5e'),_0x2d5593(0x1d2,'\x6f\x5e\x47\x4d'),_0x2d5593(0x24d,'\x70\x21\x64\x49'),_0x2d5593(0xff,'\x34\x36\x4a\x33'),_0x2d5593(0x12e,'\x46\x52\x70\x41'),_0x2d5593(0x7c,'\x35\x73\x5d\x76'),_0x2d5593(0x25d,'\x4c\x50\x23\x21')]);class ProvidedTargetPrefixClassifier{[_0x2d5593(0xf7,'\x32\x73\x2a\x23')];[_0x2d5593(0xa8,'\x46\x4a\x74\x73')];[_0x2d5593(0x217,'\x5a\x5d\x4c\x74')+'\x62\x6a\x65\x63\x74\x46\x6f\x72'+'\x6d\x73']=new Set();[_0x2d5593(0x12f,'\x23\x5e\x63\x40')+_0x2d5593(0xd2,'\x41\x38\x64\x71')+_0x2d5593(0x112,'\x44\x66\x4a\x6f')]=new Set();constructor(_0x5a194d){const _0x5354f2=_0x2d5593;this[_0x5354f2(0xf7,'\x32\x73\x2a\x23')]=_0x5a194d,this[_0x5354f2(0x1d4,'\x4d\x43\x31\x55')]=_0x5a194d[_0x5354f2(0x84,'\x53\x71\x61\x68')+'\x65\x73'][_0x5354f2(0x248,'\x6f\x5e\x47\x4d')](_0x5a194d[_0x5354f2(0x141,'\x52\x5b\x5a\x79')])['\x74\x6f\x6b\x65\x6e\x73'];}[_0x2d5593(0x2a3,'\x5b\x5e\x69\x57')](){const _0x2f4c23=_0x2d5593,_0x163f3b=this[_0x2f4c23(0xa5,'\x73\x50\x78\x65')+_0x2f4c23(0x148,'\x56\x68\x31\x25')+'\x78']();if(_0x163f3b<-0x2251+0x23ee+-0x19d)return'\x6e\x6f\x6e\x65';if(this[_0x2f4c23(0xb7,'\x46\x52\x70\x41')+_0x2f4c23(0x2c6,'\x5a\x5d\x4c\x74')+_0x2f4c23(0x105,'\x42\x64\x35\x49')](_0x163f3b))return _0x2f4c23(0x1db,'\x5b\x5e\x69\x57')+_0x2f4c23(0xe8,'\x4d\x51\x45\x7a');const _0x1a5bf0=this['\x63\x6f\x6e\x73\x75\x6d\x65\x52'+_0x2f4c23(0x1eb,'\x5a\x5d\x4c\x74')+_0x2f4c23(0x88,'\x42\x64\x35\x49')+_0x2f4c23(0x1a7,'\x73\x50\x78\x65')](_0x163f3b+(0x7a0+0xda6+-0x9*0x25d));return this[_0x2f4c23(0x97,'\x42\x64\x35\x49')+'\x4f\x62\x6a\x65\x63\x74\x54\x61'+'\x69\x6c'](_0x1a5bf0);}[_0x2d5593(0x10d,'\x52\x5b\x5a\x79')+_0x2d5593(0x2b0,'\x75\x35\x30\x58')+'\x78'](){const _0x7575ed=_0x2d5593,_0x32420c=Math[_0x7575ed(0xfa,'\x77\x6f\x33\x55')](0x1*-0x3e5+-0x1*0x26f+-0x32b*-0x2,this[_0x7575ed(0x1f4,'\x75\x35\x30\x58')]['\x6f\x62\x6a\x65\x63\x74\x46\x6f'+_0x7575ed(0x18f,'\x52\x5b\x5a\x79')][_0x7575ed(0x11c,'\x6b\x7a\x36\x41')]),_0x2888f6=[];for(let _0x353736=0x178d+-0x2360+0xbd3;_0x353736<this[_0x7575ed(0xba,'\x70\x21\x64\x49')][_0x7575ed(0x187,'\x70\x21\x64\x49')];_0x353736+=0x2*-0xb02+-0x30f*-0xb+-0xba0){if(_0x7575ed(0x6f,'\x56\x68\x67\x37')!==_0x7575ed(0x1a4,'\x30\x4f\x25\x73'))return _0x53a6de[_0x7575ed(0xbd,'\x76\x26\x5a\x40')](_0x321432)||this[_0x7575ed(0x2a4,'\x69\x51\x46\x62')+_0x7575ed(0xad,'\x7a\x5a\x71\x35')](_0x2bb367);else{const [_0x28028f,..._0x49c46a]=this['\x75\x6e\x6d\x61\x74\x63\x68\x65'+_0x7575ed(0x190,'\x6d\x4f\x50\x29')+_0x7575ed(0x2b8,'\x6d\x38\x28\x5e')+'\x65\x73'](this[_0x7575ed(0xda,'\x77\x6f\x33\x55')](_0x353736));if(_0x28028f===undefined)continue;this['\x6d\x61\x74\x63\x68\x65\x64\x4f'+_0x7575ed(0x9f,'\x53\x77\x65\x51')+'\x6d\x73'][_0x7575ed(0x263,'\x72\x45\x75\x68')](_0x28028f),this[_0x7575ed(0xfd,'\x6c\x64\x66\x6d')+_0x7575ed(0x1e5,'\x34\x36\x4a\x33')+_0x7575ed(0x131,'\x6b\x7a\x36\x41')][_0x7575ed(0x70,'\x34\x36\x4a\x33')](_0x353736),_0x2888f6[_0x7575ed(0xca,'\x53\x30\x4a\x67')](..._0x49c46a[_0x7575ed(0x228,'\x4b\x59\x79\x21')](_0x13f6ef=>({'\x66\x6f\x72\x6d\x49\x6e\x64\x65\x78':_0x13f6ef,'\x74\x6f\x6b\x65\x6e\x49\x6e\x64\x65\x78':_0x353736})));if(this[_0x7575ed(0x12c,'\x53\x77\x65\x51')+'\x62\x6a\x65\x63\x74\x46\x6f\x72'+'\x6d\x73'][_0x7575ed(0x1b9,'\x76\x26\x5a\x40')]>=_0x32420c)return _0x353736;}}for(const {formIndex:_0x135eac,tokenIndex:_0x43f951}of _0x2888f6){if('\x4d\x79\x48\x46\x4f'===_0x7575ed(0x7e,'\x4d\x51\x45\x7a')){let _0x2f95a5=this[_0x7575ed(0x145,'\x75\x35\x30\x58')+_0x7575ed(0x244,'\x4f\x26\x75\x61')](_0x207086);const _0x569db8=this[_0x7575ed(0x266,'\x48\x51\x31\x62')](_0x2f95a5);if(this[_0x7575ed(0x85,'\x48\x51\x31\x62')][_0x7575ed(0x1ed,'\x34\x36\x4a\x33')][_0x7575ed(0x73,'\x46\x4a\x74\x73')+'\x72\x74\x69\x63\x6c\x65\x73'][_0x7575ed(0xb2,'\x72\x50\x67\x69')](_0x569db8))_0x2f95a5=this[_0x7575ed(0x202,'\x7a\x5a\x71\x35')+_0x7575ed(0x219,'\x32\x31\x71\x5e')](_0x2f95a5);else this[_0x7575ed(0x19a,'\x7a\x5a\x71\x35')+_0x7575ed(0x2a8,'\x68\x35\x54\x52')+'\x6a\x65\x63\x74'](_0x2f95a5)&&(_0x2f95a5=this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x7575ed(0x1a1,'\x47\x24\x6c\x39')](_0x2f95a5+(-0xf8d*-0x1+0x2109+-0x3095*0x1)));while(this[_0x7575ed(0x28c,'\x74\x2a\x63\x4a')]['\x6c\x65\x78\x69\x63\x6f\x6e']['\x70\x61\x73\x73\x69\x76\x65\x41'+'\x75\x78\x69\x6c\x69\x61\x72\x69'+'\x65\x73'][_0x7575ed(0xc1,'\x4f\x26\x75\x61')](this[_0x7575ed(0x16f,'\x76\x26\x5a\x40')](_0x2f95a5))){_0x2f95a5=this[_0x7575ed(0xab,'\x74\x2a\x63\x4a')+_0x7575ed(0x205,'\x69\x51\x46\x62')](_0x2f95a5+(-0x26*-0xd0+-0xfcb*0x1+0x3c5*-0x4));}if(!this[_0x7575ed(0x1a6,'\x71\x56\x37\x51')+_0x7575ed(0x214,'\x71\x56\x37\x51')](this[_0x7575ed(0x144,'\x6b\x7a\x36\x41')](_0x2f95a5)))return _0x7575ed(0x1bc,'\x4c\x50\x23\x21')+_0x7575ed(0x164,'\x52\x5b\x5a\x79');return _0x2f95a5=this[_0x7575ed(0x1d6,'\x4b\x59\x79\x21')+_0x7575ed(0x1a9,'\x77\x6f\x33\x55')](_0x2f95a5+(0xd9+0x1*0x247+0x2f*-0x11)),this[_0x7575ed(0x9b,'\x71\x56\x37\x51')+_0x7575ed(0xde,'\x34\x36\x4a\x33')+_0x7575ed(0x136,'\x44\x66\x4a\x6f')](_0x2f95a5);}else{if(this[_0x7575ed(0x252,'\x32\x73\x2a\x23')+'\x62\x6a\x65\x63\x74\x46\x6f\x72'+'\x6d\x73'][_0x7575ed(0x26a,'\x4c\x50\x23\x21')](_0x135eac))continue;this[_0x7575ed(0x252,'\x32\x73\x2a\x23')+_0x7575ed(0x258,'\x75\x35\x30\x58')+'\x6d\x73'][_0x7575ed(0xe3,'\x6f\x5e\x47\x4d')](_0x135eac),this[_0x7575ed(0xa9,'\x2a\x75\x52\x28')+_0x7575ed(0x1e6,'\x32\x73\x2a\x23')+_0x7575ed(0x1ba,'\x6e\x4f\x52\x43')][_0x7575ed(0x139,'\x74\x2a\x63\x4a')](_0x43f951);if(this[_0x7575ed(0xb8,'\x48\x51\x31\x62')+_0x7575ed(0x7f,'\x6d\x4f\x50\x29')+'\x6d\x73'][_0x7575ed(0x108,'\x70\x21\x64\x49')]>=_0x32420c)return Math[_0x7575ed(0x1fd,'\x58\x71\x23\x76')](...this['\x6d\x61\x74\x63\x68\x65\x64\x4f'+_0x7575ed(0x2c7,'\x72\x50\x67\x69')+_0x7575ed(0x169,'\x6d\x38\x28\x5e')]);}}return-(0x19f5+0x9*-0x313+0x1b7);}[_0x2d5593(0x288,'\x69\x51\x46\x62')+_0x2d5593(0x191,'\x53\x71\x61\x68')+_0x2d5593(0x160,'\x77\x6f\x33\x55')+'\x65\x73'](_0x1b06f9){const _0x44c3dd=_0x2d5593;return this[_0x44c3dd(0x11b,'\x6f\x5e\x47\x4d')][_0x44c3dd(0x24a,'\x76\x26\x5a\x40')+_0x44c3dd(0xac,'\x32\x31\x71\x5e')][_0x44c3dd(0x208,'\x6b\x7a\x36\x41')]((_0x4abfdc,_0x56ace0)=>!this[_0x44c3dd(0x12f,'\x23\x5e\x63\x40')+_0x44c3dd(0x231,'\x76\x26\x5a\x40')+'\x6d\x73'][_0x44c3dd(0x1a5,'\x56\x68\x67\x37')](_0x56ace0)&&_0x4abfdc[_0x44c3dd(0x26a,'\x4c\x50\x23\x21')](_0x1b06f9)?[_0x56ace0]:[]);}[_0x2d5593(0x95,'\x52\x5b\x5a\x79')+_0x2d5593(0x233,'\x73\x50\x78\x65')+_0x2d5593(0xf1,'\x6d\x4f\x50\x29')](_0x294a34){const _0x3b233b=_0x2d5593,_0x5dbb34=this[_0x3b233b(0x13f,'\x42\x64\x35\x49')][_0x3b233b(0xef,'\x74\x2a\x63\x4a')](0xdf*0x3+-0x1*0xfe9+-0x6a6*-0x2,_0x294a34+(-0xa*-0x128+0x1f27+0x3e2*-0xb))['\x66\x69\x6c\x74\x65\x72']((_0x4f027b,_0x35ed1e)=>!this[_0x3b233b(0x1f6,'\x6d\x4f\x50\x29')+_0x3b233b(0x2a5,'\x7a\x5a\x71\x35')+_0x3b233b(0x1b8,'\x76\x26\x5a\x40')][_0x3b233b(0x1a8,'\x42\x64\x35\x49')](_0x35ed1e))[_0x3b233b(0x142,'\x73\x50\x78\x65')](_0x280989=>_0x280989[_0x3b233b(0x182,'\x46\x4a\x74\x73')])['\x6a\x6f\x69\x6e']('\x20');return this[_0x3b233b(0x1ab,'\x76\x26\x5a\x40')][_0x3b233b(0x154,'\x46\x4a\x74\x73')+'\x65\x73'][_0x3b233b(0x277,'\x75\x35\x30\x58')+'\x61\x75\x73\x65\x53\x75\x62\x6a'+_0x3b233b(0x276,'\x68\x35\x54\x52')+_0x3b233b(0x13e,'\x35\x73\x5d\x76')](_0x5dbb34)!==_0x3b233b(0x230,'\x77\x6f\x33\x55')||this[_0x3b233b(0x127,'\x42\x64\x35\x49')][_0x3b233b(0x8d,'\x34\x36\x4a\x33')+'\x65\x73']['\x68\x61\x73\x49\x6e\x64\x65\x70'+_0x3b233b(0xc8,'\x76\x26\x5a\x40')+_0x3b233b(0x189,'\x5a\x5d\x4c\x74')+_0x3b233b(0x165,'\x48\x51\x31\x62')](_0x5dbb34,this[_0x3b233b(0x1e8,'\x37\x33\x6d\x50')][_0x3b233b(0xae,'\x46\x4a\x74\x73')+'\x72\x6d\x73']);}[_0x2d5593(0x22e,'\x4d\x51\x45\x7a')+_0x2d5593(0x22c,'\x73\x50\x78\x65')](_0xf1458d){const _0x2276e8=_0x2d5593;let _0x17e0b0=_0xf1458d;while(_0x17e0b0<this[_0x2276e8(0x143,'\x32\x73\x2a\x23')]['\x6c\x65\x6e\x67\x74\x68']&&this[_0x2276e8(0x1c1,'\x58\x71\x23\x76')+'\x62\x6c\x65\x4d\x6f\x64\x69\x66'+_0x2276e8(0x81,'\x34\x36\x4a\x33')](this[_0x2276e8(0x12a,'\x69\x51\x46\x62')](_0x17e0b0)))_0x17e0b0+=0xe3f+0x3*0x99c+-0x2b12;return _0x17e0b0;}[_0x2d5593(0x18d,'\x69\x51\x46\x62')+_0x2d5593(0x2c2,'\x72\x45\x75\x68')+_0x2d5593(0x1fc,'\x6c\x64\x66\x6d')](_0x2b116c){const _0x39f9cd=_0x2d5593;return this[_0x39f9cd(0x168,'\x47\x24\x6c\x39')][_0x39f9cd(0x185,'\x4d\x43\x31\x55')][_0x39f9cd(0x77,'\x5a\x5d\x4c\x74')+_0x39f9cd(0x2ad,'\x68\x35\x54\x52')+_0x39f9cd(0x19e,'\x6d\x56\x26\x70')][_0x39f9cd(0x1d0,'\x32\x73\x2a\x23')](_0x2b116c)||TRAILING_MODIFIER_TERMS[_0x39f9cd(0xa0,'\x6b\x7a\x36\x41')](_0x2b116c)||/ly$/u[_0x39f9cd(0x226,'\x23\x5e\x63\x40')](_0x2b116c);}[_0x2d5593(0x155,'\x46\x4a\x74\x73')+_0x2d5593(0x11e,'\x41\x38\x64\x71')+_0x2d5593(0x8f,'\x6d\x4f\x50\x29')+_0x2d5593(0xac,'\x32\x31\x71\x5e')](_0x4dfc52){const _0x58bc23=_0x2d5593;let _0x151796=this[_0x58bc23(0x98,'\x69\x51\x46\x62')+_0x58bc23(0x162,'\x53\x77\x65\x51')](_0x4dfc52);const _0x2df529=new Set(this[_0x58bc23(0x140,'\x23\x5e\x63\x40')][_0x58bc23(0x24e,'\x70\x21\x64\x49')+_0x58bc23(0xac,'\x32\x31\x71\x5e')][_0x58bc23(0x283,'\x6d\x56\x26\x70')]());for(const _0xe04ccb of this[_0x58bc23(0xb5,'\x30\x4f\x25\x73')+_0x58bc23(0x12b,'\x4b\x59\x79\x21')+'\x6d\x73'])_0x2df529['\x64\x65\x6c\x65\x74\x65'](_0xe04ccb);while(_0x151796<this[_0x58bc23(0xb0,'\x58\x71\x23\x76')][_0x58bc23(0x11c,'\x6b\x7a\x36\x41')]){if('\x61\x4e\x75\x4f\x5a'===_0x58bc23(0x10e,'\x37\x33\x6d\x50')){const _0x3be0e3=[..._0x2df529][_0x58bc23(0x27a,'\x53\x30\x4a\x67')](_0x35f598=>this['\x69\x6e\x70\x75\x74'][_0x58bc23(0x72,'\x4d\x43\x31\x55')+_0x58bc23(0x22a,'\x75\x35\x30\x58')][_0x35f598]?.['\x68\x61\x73'](this[_0x58bc23(0x6b,'\x53\x77\x65\x51')](_0x151796)));if(_0x3be0e3===undefined)break;_0x2df529[_0x58bc23(0xf8,'\x2a\x75\x52\x28')](_0x3be0e3),_0x151796=this[_0x58bc23(0xfc,'\x42\x64\x35\x49')+_0x58bc23(0x267,'\x4d\x51\x45\x7a')](_0x151796+(0x107e+-0x1*0x229f+0x1222));}else return _0x489f37(_0x6e6846)&&!_0x1e28ed[_0x58bc23(0xc6,'\x6d\x38\x28\x5e')](_0x179cbd)&&!this['\x69\x6e\x70\x75\x74']['\x6c\x65\x78\x69\x63\x6f\x6e'][_0x58bc23(0x2c1,'\x75\x35\x30\x58')+_0x58bc23(0x82,'\x4b\x59\x79\x21')+'\x72\x73'][_0x58bc23(0x291,'\x33\x35\x75\x57')](_0x27f486)&&!this[_0x58bc23(0x1e2,'\x34\x36\x4a\x33')+'\x6c\x54\x61\x69\x6c\x50\x72\x65'+_0x58bc23(0x1c2,'\x32\x73\x2a\x23')](_0x14c5af)&&!this[_0x58bc23(0x179,'\x4d\x51\x45\x7a')][_0x58bc23(0x1ed,'\x34\x36\x4a\x33')]['\x73\x75\x62\x6a\x65\x63\x74\x41'+_0x58bc23(0x94,'\x7a\x5a\x71\x35')][_0x58bc23(0x6a,'\x53\x77\x65\x51')](_0x287b89)&&!this[_0x58bc23(0x1bb,'\x76\x26\x5a\x40')+'\x50\x72\x65\x64\x69\x63\x61\x74'+'\x65'](_0x1ea298)&&(!_0x40c04f||this['\x69\x73\x4e\x6f\x6d\x69\x6e\x61'+_0x58bc23(0x96,'\x4d\x51\x45\x7a')](_0x1f8522));}return _0x151796;}[_0x2d5593(0xb4,'\x77\x6f\x33\x55')+_0x2d5593(0x2a2,'\x32\x73\x2a\x23')](_0x37409c){const _0x2f53c2=_0x2d5593;return _0x37409c[_0x2f53c2(0xdb,'\x53\x30\x4a\x67')]('\x65\x64')||this[_0x2f53c2(0x1e8,'\x37\x33\x6d\x50')]['\x6c\x65\x78\x69\x63\x6f\x6e'][_0x2f53c2(0x188,'\x53\x71\x61\x68')+_0x2f53c2(0x2b5,'\x73\x50\x78\x65')+_0x2f53c2(0xe5,'\x75\x35\x30\x58')][_0x2f53c2(0x22b,'\x4d\x43\x31\x55')](_0x37409c)||this[_0x2f53c2(0x1ce,'\x72\x50\x67\x69')]['\x6c\x65\x78\x69\x63\x6f\x6e'][_0x2f53c2(0xb1,'\x53\x77\x65\x51')+_0x2f53c2(0xc9,'\x37\x33\x6d\x50')+'\x74\x69\x63\x69\x70\x6c\x65\x73'][_0x2f53c2(0x2be,'\x70\x21\x64\x49')](_0x37409c);}[_0x2d5593(0x240,'\x68\x35\x54\x52')+_0x2d5593(0x150,'\x76\x26\x5a\x40')](_0x4beefa){const _0x4cdc17=_0x2d5593;let _0xe4cde1=this[_0x4cdc17(0x74,'\x47\x24\x6c\x39')+_0x4cdc17(0x218,'\x6d\x56\x26\x70')](_0x4beefa);if(this[_0x4cdc17(0x260,'\x69\x51\x46\x62')][_0x4cdc17(0xc2,'\x53\x77\x65\x51')][_0x4cdc17(0x294,'\x74\x2a\x63\x4a')+_0x4cdc17(0x229,'\x6d\x4f\x50\x29')]['\x68\x61\x73'](this[_0x4cdc17(0x1c5,'\x4b\x59\x79\x21')](_0xe4cde1)))_0xe4cde1+=-0x10c5+0x19aa*-0x1+-0x54e*-0x8;while(_0xe4cde1+(-0xd7f+-0x10d*-0x19+-0xcc5)<this[_0x4cdc17(0x2ae,'\x56\x68\x31\x25')][_0x4cdc17(0x234,'\x7a\x5a\x71\x35')]&&this[_0x4cdc17(0x2cb,'\x23\x5e\x63\x40')+'\x4e\x6f\x6d\x69\x6e\x61\x6c\x4d'+_0x4cdc17(0x29d,'\x56\x68\x31\x25')](this[_0x4cdc17(0xc3,'\x37\x33\x6d\x50')](_0xe4cde1)))_0xe4cde1+=-0x5b*0x29+-0x1*-0x2629+0x1795*-0x1;if(_0xe4cde1<this[_0x4cdc17(0xe0,'\x6f\x5a\x23\x75')][_0x4cdc17(0x18e,'\x4f\x26\x75\x61')])_0xe4cde1+=-0xf1c+0x1073+-0x156;return this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x4cdc17(0x245,'\x2a\x75\x52\x28')](_0xe4cde1);}[_0x2d5593(0x297,'\x2a\x75\x52\x28')+_0x2d5593(0x124,'\x35\x73\x5d\x76')+_0x2d5593(0xbe,'\x23\x5e\x63\x40')](_0x391ed7){const _0x40ee39=_0x2d5593;return this['\x69\x6e\x70\x75\x74'][_0x40ee39(0x184,'\x35\x73\x5d\x76')+'\x65\x73'][_0x40ee39(0x29b,'\x34\x36\x4a\x33')+_0x40ee39(0x1df,'\x46\x52\x70\x41')+_0x40ee39(0x2bc,'\x6d\x4f\x50\x29')+_0x40ee39(0x130,'\x53\x77\x65\x51')](_0x391ed7)||NOMINAL_MODIFIER_TERMS[_0x40ee39(0xe9,'\x6e\x4f\x52\x43')](_0x391ed7);}[_0x2d5593(0x2a4,'\x69\x51\x46\x62')+_0x2d5593(0x25e,'\x53\x77\x65\x51')](_0x2c0119){const _0xb43ab2=_0x2d5593;return this[_0xb43ab2(0xf7,'\x32\x73\x2a\x23')][_0xb43ab2(0x268,'\x6e\x4f\x52\x43')+_0xb43ab2(0x11f,'\x48\x51\x31\x62')][_0xb43ab2(0x16d,'\x4c\x50\x23\x21')](_0xa1aae5=>_0xa1aae5[_0xb43ab2(0x1d0,'\x32\x73\x2a\x23')](_0x2c0119));}[_0x2d5593(0x2c5,'\x47\x24\x6c\x39')+_0x2d5593(0x29e,'\x6f\x5a\x23\x75')+'\x65'](_0x1a3065){const _0x50d6c9=_0x2d5593;return MATRIX_PREDICATE_TERMS[_0x50d6c9(0x27d,'\x6f\x5e\x47\x4d')](_0x1a3065)||this[_0x50d6c9(0x1bd,'\x6c\x64\x66\x6d')][_0x50d6c9(0x184,'\x35\x73\x5d\x76')+'\x65\x73'][_0x50d6c9(0x104,'\x72\x45\x75\x68')+_0x50d6c9(0x116,'\x5a\x5d\x4c\x74')+'\x65\x54\x65\x72\x6d'](_0x1a3065)||this['\x69\x6e\x70\x75\x74'][_0x50d6c9(0x14e,'\x44\x66\x4a\x6f')+_0x50d6c9(0x135,'\x77\x6f\x33\x55')][_0x50d6c9(0x101,'\x46\x52\x70\x41')](_0x1a3065)&&!this[_0x50d6c9(0x21b,'\x41\x38\x64\x71')+_0x50d6c9(0x272,'\x6e\x4f\x52\x43')](_0x1a3065);}[_0x2d5593(0xec,'\x71\x56\x37\x51')+_0x2d5593(0x96,'\x4d\x51\x45\x7a')](_0x39edef){const _0x9ecabb=_0x2d5593;return NOMINAL_HEAD_TERMS[_0x9ecabb(0x19b,'\x47\x24\x6c\x39')](_0x39edef)||this[_0x9ecabb(0xdf,'\x46\x4a\x74\x73')+_0x9ecabb(0x28e,'\x6f\x5e\x47\x4d')](_0x39edef);}[_0x2d5593(0x1bf,'\x34\x36\x4a\x33')+_0x2d5593(0x198,'\x4d\x43\x31\x55')+'\x72'](_0x3e009b){const _0x35690e=_0x2d5593;return this[_0x35690e(0x1b2,'\x7a\x5a\x71\x35')][_0x35690e(0x111,'\x53\x30\x4a\x67')+'\x65\x73'][_0x35690e(0xcb,'\x69\x51\x46\x62')+_0x35690e(0x1e0,'\x30\x4f\x25\x73')+_0x35690e(0x172,'\x6b\x7a\x36\x41')+'\x69\x65\x72'](_0x3e009b)||NOMINAL_MODIFIER_TERMS[_0x35690e(0x132,'\x73\x50\x78\x65')](_0x3e009b)||this[_0x35690e(0x10c,'\x72\x45\x75\x68')+_0x35690e(0x195,'\x4d\x51\x45\x7a')](_0x3e009b);}[_0x2d5593(0x200,'\x37\x33\x6d\x50')+_0x2d5593(0x171,'\x32\x31\x71\x5e')+_0x2d5593(0x1f5,'\x41\x38\x64\x71')](_0x36ab24,_0x2050f9){const _0x32a185=_0x2d5593;let _0x5b3ace=_0x36ab24,_0x51d4b2=_0x2050f9;while(_0x5b3ace<this[_0x32a185(0xba,'\x70\x21\x64\x49')][_0x32a185(0x119,'\x5b\x5e\x69\x57')]){const _0xac0d87=this[_0x32a185(0xa4,'\x4d\x51\x45\x7a')](_0x5b3ace);if(this[_0x32a185(0x23c,'\x72\x45\x75\x68')+_0x32a185(0xd8,'\x53\x30\x4a\x67')](_0xac0d87))return!![];if(!this[_0x32a185(0x251,'\x6b\x7a\x36\x41')+_0x32a185(0x27c,'\x6f\x5a\x23\x75')+'\x72'](_0xac0d87)){if(_0x51d4b2<=-0x1a5*-0x5+0x1*0xeb5+-0x496*0x5)return![];_0x51d4b2-=-0x1389+-0x1*0x2281+0x360b;}_0x5b3ace=this[_0x32a185(0x2b6,'\x44\x66\x4a\x6f')+_0x32a185(0x156,'\x72\x45\x75\x68')](_0x5b3ace+(-0x119*0x10+-0x1490+0x1*0x2621));}return![];}[_0x2d5593(0x2a7,'\x46\x52\x70\x41')+_0x2d5593(0xd1,'\x23\x5e\x63\x40')+_0x2d5593(0x28f,'\x56\x68\x31\x25')+'\x6f\x6e'](_0x1ca622){const _0xcf2daa=_0x2d5593,_0x5a0ed7=this[_0xcf2daa(0x20c,'\x6d\x56\x26\x70')](_0x1ca622);let _0x280ab1=this[_0xcf2daa(0x1f2,'\x6f\x5a\x23\x75')+_0xcf2daa(0xee,'\x33\x35\x75\x57')](_0x1ca622+(0x1b8a*-0x1+-0x1f4b+0x1d6b*0x2));while(_0x280ab1<this[_0xcf2daa(0x1ac,'\x6c\x64\x66\x6d')][_0xcf2daa(0x28d,'\x48\x51\x31\x62')]){const _0x11017e=this[_0xcf2daa(0x6b,'\x53\x77\x65\x51')](_0x280ab1);if(this[_0xcf2daa(0x246,'\x46\x52\x70\x41')+_0xcf2daa(0x259,'\x4f\x26\x75\x61')](_0x11017e))return MATRIX_NOMINAL_COLLOCATIONS[_0xcf2daa(0x1f0,'\x52\x5b\x5a\x79')](_0x5a0ed7+'\x3a'+_0x11017e);if(!this[_0xcf2daa(0x192,'\x4c\x50\x23\x21')+'\x6c\x4d\x6f\x64\x69\x66\x69\x65'+'\x72'](_0x11017e))return![];_0x280ab1=this[_0xcf2daa(0x269,'\x68\x35\x54\x52')+'\x66\x69\x65\x72\x73'](_0x280ab1+(-0x23ac+0x256f+0x2d*-0xa));}return![];}[_0x2d5593(0x16b,'\x2a\x75\x52\x28')+_0x2d5593(0x147,'\x76\x26\x5a\x40')+_0x2d5593(0xfb,'\x53\x77\x65\x51')](_0x4e2e86){const _0x2a884d=_0x2d5593;let _0x50fe1=this[_0x2a884d(0x15a,'\x46\x4a\x74\x73')+_0x2a884d(0x21e,'\x46\x52\x70\x41')](_0x4e2e86);const _0x9f7bba=this['\x69\x6e\x70\x75\x74']['\x6c\x65\x78\x69\x63\x6f\x6e'][_0x2a884d(0x29c,'\x77\x6f\x33\x55')+_0x2a884d(0x1f7,'\x74\x2a\x63\x4a')][_0x2a884d(0x28b,'\x37\x33\x6d\x50')](this[_0x2a884d(0x7b,'\x6c\x64\x66\x6d')](_0x50fe1));if(_0x9f7bba)_0x50fe1+=0x1273*-0x1+0x24bf+-0x124b;const _0xe56b06=this[_0x2a884d(0x17a,'\x6d\x56\x26\x70')+_0x2a884d(0x295,'\x77\x6f\x33\x55')+_0x2a884d(0x22f,'\x4b\x59\x79\x21')+'\x72\x73'](_0x50fe1,_0x9f7bba?0xa89+-0x4*-0xf+0xac3*-0x1:-0x6b+-0x234+0x1*0x2a0);_0x50fe1=_0xe56b06[_0x2a884d(0xb6,'\x69\x51\x46\x62')];const _0x2dab8d=this[_0x2a884d(0x2af,'\x53\x30\x4a\x67')](_0x50fe1);if(!this[_0x2a884d(0x1b0,'\x4c\x50\x23\x21')+_0x2a884d(0x20e,'\x6c\x64\x66\x6d')+'\x61\x64'](_0x2dab8d,_0xe56b06[_0x2a884d(0x211,'\x41\x38\x64\x71')+_0x2a884d(0xc4,'\x6d\x56\x26\x70')]))return _0x50fe1;return this[_0x2a884d(0x17e,'\x6d\x38\x28\x5e')+_0x2a884d(0x1aa,'\x70\x21\x64\x49')+_0x2a884d(0xf9,'\x6d\x56\x26\x70')](this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x2a884d(0x298,'\x74\x2a\x63\x4a')](_0x50fe1+(-0xf23+-0x2424+0x3348)));}[_0x2d5593(0x262,'\x33\x35\x75\x57')+_0x2d5593(0x2bb,'\x6e\x4f\x52\x43')+_0x2d5593(0x15e,'\x7a\x5a\x71\x35')+'\x72\x73'](_0x3cbe09,_0x4eee50){const _0x564c76=_0x2d5593;let _0xe0575a=_0x3cbe09,_0xc97408=0x305*-0x4+-0x908*0x1+-0x1c*-0xc1,_0x124877=![];while(_0xe0575a+(0x373*0xb+0x1aba+0x1f*-0x216)<this[_0x564c76(0x13f,'\x42\x64\x35\x49')][_0x564c76(0x10f,'\x5a\x5d\x4c\x74')]){if(_0x564c76(0xcd,'\x32\x73\x2a\x23')!==_0x564c76(0x15c,'\x4b\x59\x79\x21')){const _0x583942=this[_0x564c76(0x9d,'\x32\x31\x71\x5e')+_0x564c76(0x1a9,'\x77\x6f\x33\x55')](_0xe0575a+(-0x8e2+0x1f74+0x35*-0x6d)),_0x114898=this[_0x564c76(0x284,'\x30\x4f\x25\x73')](_0xe0575a);if(this[_0x564c76(0xd5,'\x33\x35\x75\x57')+_0x564c76(0x91,'\x56\x68\x67\x37')+_0x564c76(0xd7,'\x56\x68\x67\x37')](_0x583942))break;const _0x46ce36=this[_0x564c76(0x299,'\x7a\x5a\x71\x35')+'\x6c\x4d\x6f\x64\x69\x66\x69\x65'+'\x72'](_0x114898),_0x4ca52d=!_0x46ce36&&!this['\x69\x73\x4e\x6f\x6d\x69\x6e\x61'+_0x564c76(0x16c,'\x72\x45\x75\x68')](_0x114898)&&_0xc97408<_0x4eee50&&this[_0x564c76(0x2a6,'\x4d\x43\x31\x55')+_0x564c76(0x92,'\x5b\x5e\x69\x57')+'\x6e\x61\x6c\x48\x65\x61\x64'](_0x583942,_0x4eee50-_0xc97408-(-0x1951+-0x45+0x1997));if(!_0x46ce36&&!_0x4ca52d)break;if(_0x4ca52d)_0xc97408+=0x144b+-0x1*-0x1304+-0x274e;_0x124877=!![],_0xe0575a=_0x583942;}else return this[_0x564c76(0x18c,'\x6f\x5e\x47\x4d')+_0x564c76(0xbc,'\x32\x31\x71\x5e')+'\x69\x6c'](this['\x63\x6f\x6e\x73\x75\x6d\x65\x54'+_0x564c76(0xf5,'\x4f\x26\x75\x61')+_0x564c76(0x150,'\x76\x26\x5a\x40')](_0x53f0d9+(0xfe9*0x1+-0x1b6d+-0x1*-0xb85)));}return{'\x69\x6e\x64\x65\x78':_0xe0575a,'\x73\x61\x77\x4d\x6f\x64\x69\x66\x69\x65\x72':_0x124877};}['\x69\x73\x50\x72\x65\x6e\x6f\x6d'+_0x2d5593(0x2ba,'\x56\x68\x31\x25')+_0x2d5593(0x134,'\x53\x30\x4a\x67')](_0xdc9abf){const _0x53cc10=_0x2d5593,_0x49af04=this[_0x53cc10(0x1c5,'\x4b\x59\x79\x21')](_0xdc9abf);return _0xdc9abf>=this[_0x53cc10(0x18a,'\x37\x33\x6d\x50')][_0x53cc10(0x28d,'\x48\x51\x31\x62')]||RELATIVE_TERMS[_0x53cc10(0x281,'\x72\x45\x75\x68')](_0x49af04)||this[_0x53cc10(0x152,'\x34\x36\x4a\x33')][_0x53cc10(0xf6,'\x42\x64\x35\x49')][_0x53cc10(0x17f,'\x53\x30\x4a\x67')+_0x53cc10(0x280,'\x68\x35\x54\x52')+'\x72\x73'][_0x53cc10(0x183,'\x71\x56\x37\x51')](_0x49af04)||this[_0x53cc10(0x1e2,'\x34\x36\x4a\x33')+_0x53cc10(0x120,'\x30\x4f\x25\x73')+_0x53cc10(0x22d,'\x72\x45\x75\x68')](_0x49af04)||this[_0x53cc10(0x1fa,'\x4c\x50\x23\x21')][_0x53cc10(0x25f,'\x52\x5b\x5a\x79')][_0x53cc10(0x83,'\x47\x24\x6c\x39')+_0x53cc10(0x23f,'\x6e\x4f\x52\x43')][_0x53cc10(0x1a5,'\x56\x68\x67\x37')](_0x49af04)||this[_0x53cc10(0x27b,'\x33\x35\x75\x57')+_0x53cc10(0x19d,'\x74\x2a\x63\x4a')+'\x65'](_0x49af04)&&!this[_0x53cc10(0xaf,'\x42\x64\x35\x49')+_0x53cc10(0x216,'\x6f\x5a\x23\x75')+_0x53cc10(0x282,'\x58\x71\x23\x76')+'\x6f\x6e'](_0xdc9abf);}[_0x2d5593(0x1d7,'\x46\x4a\x74\x73')+_0x2d5593(0x21c,'\x42\x64\x35\x49')+'\x61\x64'](_0x3a5beb,_0x4ecb43){const _0x29afc6=_0x2d5593;return Boolean(_0x3a5beb)&&!RELATIVE_TERMS[_0x29afc6(0x278,'\x68\x35\x54\x52')](_0x3a5beb)&&!this['\x69\x6e\x70\x75\x74'][_0x29afc6(0x196,'\x4f\x26\x75\x61')][_0x29afc6(0x1b3,'\x6e\x4f\x52\x43')+'\x6e\x61\x6c\x4d\x61\x72\x6b\x65'+'\x72\x73'][_0x29afc6(0x26f,'\x7a\x5a\x71\x35')](_0x3a5beb)&&!this[_0x29afc6(0x123,'\x76\x26\x5a\x40')+_0x29afc6(0x20f,'\x33\x35\x75\x57')+'\x66\x69\x78'](_0x3a5beb)&&!this[_0x29afc6(0x292,'\x53\x77\x65\x51')][_0x29afc6(0x224,'\x68\x35\x54\x52')][_0x29afc6(0xce,'\x7a\x5a\x71\x35')+_0x29afc6(0x285,'\x33\x35\x75\x57')][_0x29afc6(0x22b,'\x4d\x43\x31\x55')](_0x3a5beb)&&!this[_0x29afc6(0x1f3,'\x74\x2a\x63\x4a')+_0x29afc6(0x1f1,'\x6c\x64\x66\x6d')+'\x65'](_0x3a5beb)&&(!_0x4ecb43||this['\x69\x73\x4e\x6f\x6d\x69\x6e\x61'+_0x29afc6(0x259,'\x4f\x26\x75\x61')](_0x3a5beb));}[_0x2d5593(0x1ad,'\x6d\x56\x26\x70')+_0x2d5593(0x125,'\x4f\x26\x75\x61')+_0x2d5593(0x23b,'\x72\x50\x67\x69')](_0x585ff9){const _0x58dca8=_0x2d5593;let _0x6c9eec=_0x585ff9;while(this[_0x58dca8(0x23d,'\x6f\x5a\x23\x75')](_0x6c9eec)['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x58dca8(0x2c3,'\x23\x5e\x63\x40'))){const _0x56ff4d=this[_0x58dca8(0x232,'\x71\x56\x37\x51')+_0x58dca8(0x24c,'\x6d\x38\x28\x5e')](_0x6c9eec+(0x2559+-0x1f93+-0x5c5)),_0x47d349=this['\x63\x6f\x6e\x73\x75\x6d\x65\x4e'+_0x58dca8(0x1b4,'\x71\x56\x37\x51')+_0x58dca8(0x1d1,'\x6b\x7a\x36\x41')](_0x56ff4d);if(_0x47d349<=_0x56ff4d)break;_0x6c9eec=_0x47d349;}return _0x6c9eec;}[_0x2d5593(0xf0,'\x32\x73\x2a\x23')+_0x2d5593(0x15f,'\x4b\x59\x79\x21')+_0x2d5593(0x167,'\x4c\x50\x23\x21')](_0x11c7f9){const _0x119bad=_0x2d5593,_0x4ba546=this[_0x119bad(0xc5,'\x30\x4f\x25\x73')+_0x119bad(0x14b,'\x58\x71\x23\x76')+_0x119bad(0xfe,'\x4d\x43\x31\x55')](_0x11c7f9);if(_0x4ba546>=this['\x74\x6f\x6b\x65\x6e\x73'][_0x119bad(0x20a,'\x33\x35\x75\x57')])return _0x4ba546;const _0x40c640=this['\x66\x69\x72\x73\x74\x4e\x6f\x6d'+_0x119bad(0x26d,'\x5b\x5e\x69\x57')](_0x11c7f9,_0x4ba546);return this[_0x119bad(0x1d8,'\x72\x50\x67\x69')+_0x119bad(0x242,'\x5a\x5d\x4c\x74')](this[_0x119bad(0x15d,'\x32\x73\x2a\x23')](_0x4ba546))&&_0x40c640===_0x4ba546&&this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x119bad(0x1da,'\x44\x66\x4a\x6f')](_0x4ba546+(-0x92f*0x1+-0xa52+0x16*0xe3))>=this[_0x119bad(0x14a,'\x68\x35\x54\x52')][_0x119bad(0x121,'\x42\x64\x35\x49')]?this[_0x119bad(0xa8,'\x46\x4a\x74\x73')][_0x119bad(0x178,'\x41\x38\x64\x71')]:_0x4ba546;}[_0x2d5593(0x18b,'\x42\x64\x35\x49')+'\x69\x6e\x61\x6c\x48\x65\x61\x64'](_0x4ba815,_0x2549a7){const _0x3c4d0a=_0x2d5593;let _0x463d2b=this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x3c4d0a(0x89,'\x6f\x5e\x47\x4d')](_0x4ba815);this[_0x3c4d0a(0x2a1,'\x70\x21\x64\x49')][_0x3c4d0a(0x11d,'\x69\x51\x46\x62')][_0x3c4d0a(0x1c0,'\x33\x35\x75\x57')+_0x3c4d0a(0x12d,'\x34\x36\x4a\x33')][_0x3c4d0a(0xe4,'\x44\x66\x4a\x6f')](this[_0x3c4d0a(0x1c5,'\x4b\x59\x79\x21')](_0x463d2b))&&(_0x463d2b=this[_0x3c4d0a(0x269,'\x68\x35\x54\x52')+'\x66\x69\x65\x72\x73'](_0x463d2b+(-0xe34+0x1*-0x2027+-0x114*-0x2b)));while(_0x463d2b<_0x2549a7&&!this[_0x3c4d0a(0x2ac,'\x32\x73\x2a\x23')+_0x3c4d0a(0x1f9,'\x2a\x75\x52\x28')](this[_0x3c4d0a(0x7b,'\x6c\x64\x66\x6d')](_0x463d2b))){_0x463d2b=this[_0x3c4d0a(0x215,'\x4d\x43\x31\x55')+_0x3c4d0a(0x1e9,'\x53\x71\x61\x68')](_0x463d2b+(-0x5*0x2fe+0x2060+-0x1169));}return _0x463d2b;}[_0x2d5593(0x253,'\x41\x38\x64\x71')+_0x2d5593(0x14d,'\x71\x56\x37\x51')+_0x2d5593(0x13a,'\x4d\x43\x31\x55')](_0x2f48a4){const _0x5aedda=_0x2d5593;let _0x4f579c=this[_0x5aedda(0x107,'\x23\x5e\x63\x40')+_0x5aedda(0x21a,'\x48\x51\x31\x62')](_0x2f48a4);const _0x31f324=this[_0x5aedda(0x16a,'\x47\x24\x6c\x39')](_0x4f579c);if(this[_0x5aedda(0x1f4,'\x75\x35\x30\x58')][_0x5aedda(0x296,'\x53\x30\x4a\x67')][_0x5aedda(0x29c,'\x77\x6f\x33\x55')+'\x72\x74\x69\x63\x6c\x65\x73'][_0x5aedda(0x132,'\x73\x50\x78\x65')](_0x31f324))_0x4f579c=this['\x63\x6f\x6e\x73\x75\x6d\x65\x4e'+_0x5aedda(0x133,'\x23\x5e\x63\x40')](_0x4f579c);else this[_0x5aedda(0x149,'\x46\x52\x70\x41')+_0x5aedda(0x19f,'\x32\x31\x71\x5e')+_0x5aedda(0x177,'\x4f\x26\x75\x61')](_0x4f579c)&&(_0x4f579c=this[_0x5aedda(0x107,'\x23\x5e\x63\x40')+_0x5aedda(0x244,'\x4f\x26\x75\x61')](_0x4f579c+(-0x1547*0x1+0x1e76+-0x5e*0x19)));while(this[_0x5aedda(0x11b,'\x6f\x5e\x47\x4d')][_0x5aedda(0x7d,'\x56\x68\x67\x37')]['\x70\x61\x73\x73\x69\x76\x65\x41'+_0x5aedda(0x249,'\x46\x52\x70\x41')+'\x65\x73'][_0x5aedda(0xc6,'\x6d\x38\x28\x5e')](this[_0x5aedda(0x10b,'\x4f\x26\x75\x61')](_0x4f579c))){if(_0x5aedda(0x126,'\x71\x56\x37\x51')===_0x5aedda(0x2c0,'\x56\x68\x67\x37'))_0x4f579c=this[_0x5aedda(0x8c,'\x58\x71\x23\x76')+_0x5aedda(0x100,'\x32\x31\x71\x5e')](_0x4f579c+(0x2*-0xa52+-0xcd*0x7+0x1a40));else{const _0x56c329=this[_0x5aedda(0x225,'\x46\x4a\x74\x73')+_0x5aedda(0x103,'\x6e\x4f\x52\x43')+_0x5aedda(0x20d,'\x6c\x64\x66\x6d')](_0x196e62);if(_0x56c329>=this[_0x5aedda(0x250,'\x47\x24\x6c\x39')][_0x5aedda(0x213,'\x68\x35\x54\x52')])return _0x56c329;const _0x411d3f=this[_0x5aedda(0x238,'\x53\x71\x61\x68')+_0x5aedda(0x197,'\x6d\x4f\x50\x29')](_0x3130a2,_0x56c329);return this[_0x5aedda(0x21f,'\x44\x66\x4a\x6f')+_0x5aedda(0x11a,'\x52\x5b\x5a\x79')](this[_0x5aedda(0x2a9,'\x23\x5e\x63\x40')](_0x56c329))&&_0x411d3f===_0x56c329&&this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+'\x66\x69\x65\x72\x73'](_0x56c329+(-0x68+0x1*-0x1edc+-0x1f45*-0x1))>=this[_0x5aedda(0x2ae,'\x56\x68\x31\x25')][_0x5aedda(0x2ca,'\x75\x35\x30\x58')]?this[_0x5aedda(0xb0,'\x58\x71\x23\x76')]['\x6c\x65\x6e\x67\x74\x68']:_0x56c329;}}if(!this[_0x5aedda(0x1a0,'\x4d\x43\x31\x55')+_0x5aedda(0x138,'\x6c\x64\x66\x6d')](this[_0x5aedda(0xaa,'\x53\x71\x61\x68')](_0x4f579c)))return _0x5aedda(0x17d,'\x6b\x7a\x36\x41')+_0x5aedda(0x28a,'\x6e\x4f\x52\x43');return _0x4f579c=this[_0x5aedda(0xc0,'\x53\x30\x4a\x67')+'\x66\x69\x65\x72\x73'](_0x4f579c+(0x23c+-0xc30+0x9f5)),this[_0x5aedda(0x173,'\x4d\x43\x31\x55')+_0x5aedda(0xa7,'\x2a\x75\x52\x28')+_0x5aedda(0x9c,'\x32\x31\x71\x5e')](_0x4f579c);}[_0x2d5593(0x137,'\x2a\x75\x52\x28')+_0x2d5593(0xcc,'\x6e\x4f\x52\x43')+_0x2d5593(0x273,'\x37\x33\x6d\x50')](_0x2f498f){const _0x3edf2b=_0x2d5593,_0xad0e40=this[_0x3edf2b(0xc3,'\x37\x33\x6d\x50')](_0x2f498f);return!this[_0x3edf2b(0x8a,'\x6e\x4f\x52\x43')+_0x3edf2b(0x236,'\x74\x2a\x63\x4a')](_0xad0e40)&&!this[_0x3edf2b(0x85,'\x48\x51\x31\x62')][_0x3edf2b(0xed,'\x2a\x75\x52\x28')][_0x3edf2b(0xf4,'\x46\x52\x70\x41')+_0x3edf2b(0x151,'\x4f\x26\x75\x61')+'\x65\x73'][_0x3edf2b(0x28b,'\x37\x33\x6d\x50')](_0xad0e40)&&this[_0x3edf2b(0x204,'\x4d\x51\x45\x7a')+'\x65\x64\x69\x63\x61\x74\x65'](this[_0x3edf2b(0x210,'\x68\x35\x54\x52')](_0x2f498f+(-0x2679+-0xad7+0x3151)));}[_0x2d5593(0x2c9,'\x6b\x7a\x36\x41')+_0x2d5593(0xb3,'\x74\x2a\x63\x4a')+'\x61\x74\x65\x54\x61\x69\x6c'](_0x22e0a1){const _0x206995=_0x2d5593;let _0x328369=this[_0x206995(0x269,'\x68\x35\x54\x52')+_0x206995(0x1de,'\x56\x68\x31\x25')](_0x22e0a1);if(_0x328369>=this[_0x206995(0x1ea,'\x53\x30\x4a\x67')][_0x206995(0x2b2,'\x37\x33\x6d\x50')])return _0x206995(0x166,'\x32\x73\x2a\x23');if(this[_0x206995(0x80,'\x6d\x4f\x50\x29')+_0x206995(0xa3,'\x23\x5e\x63\x40')](this[_0x206995(0x7b,'\x6c\x64\x66\x6d')](_0x328369)))_0x328369=this[_0x206995(0x2ab,'\x32\x73\x2a\x23')+_0x206995(0x89,'\x6f\x5e\x47\x4d')](_0x328369+(0x1*-0x4e8+-0x2*0xf1b+0x231f));return this['\x69\x73\x46\x61\x63\x74\x75\x61'+_0x206995(0x110,'\x6d\x4f\x50\x29')+_0x206995(0x99,'\x6f\x5a\x23\x75')](_0x328369);}[_0x2d5593(0xa6,'\x33\x35\x75\x57')+_0x2d5593(0x158,'\x6b\x7a\x36\x41')+'\x6c\x4e\x6f\x6d\x69\x6e\x61\x6c'](_0x2d3df2){const _0xe7812c=_0x2d5593;if(_0x2d3df2>=this[_0xe7812c(0x26b,'\x6d\x56\x26\x70')][_0xe7812c(0x222,'\x73\x50\x78\x65')])return _0xe7812c(0x1b5,'\x30\x4f\x25\x73');return this[_0xe7812c(0x6e,'\x6b\x7a\x36\x41')+_0xe7812c(0x255,'\x42\x64\x35\x49')+_0xe7812c(0x201,'\x6d\x38\x28\x5e')](_0x2d3df2)>=this[_0xe7812c(0x146,'\x4c\x50\x23\x21')][_0xe7812c(0x10f,'\x5a\x5d\x4c\x74')]?_0xe7812c(0x1ff,'\x4b\x59\x79\x21'):_0xe7812c(0x2bd,'\x2a\x75\x52\x28')+_0xe7812c(0x1ec,'\x2a\x75\x52\x28');}[_0x2d5593(0x289,'\x68\x35\x54\x52')+_0x2d5593(0xbc,'\x32\x31\x71\x5e')+'\x69\x6c'](_0x201b07){const _0x5c3f64=_0x2d5593,_0x2fea2d=this[_0x5c3f64(0xbb,'\x52\x5b\x5a\x79')+_0x5c3f64(0x174,'\x68\x35\x54\x52')](_0x201b07);if(_0x2fea2d>=this[_0x5c3f64(0x1cb,'\x6f\x5e\x47\x4d')]['\x6c\x65\x6e\x67\x74\x68'])return _0x5c3f64(0x1b1,'\x6b\x7a\x36\x41');const _0x18f847=this[_0x5c3f64(0x1dc,'\x33\x35\x75\x57')](_0x2fea2d);if(OBJECT_COORDINATOR_TERMS['\x68\x61\x73'](_0x18f847))return this[_0x5c3f64(0x265,'\x47\x24\x6c\x39')+_0x5c3f64(0x75,'\x4b\x59\x79\x21')+'\x74\x65\x64\x54\x61\x69\x6c'](_0x2fea2d+(0x43b+0x1*-0x2047+-0x2b*-0xa7));if(RELATIVE_TERMS[_0x5c3f64(0x1a5,'\x56\x68\x67\x37')](_0x18f847))return this[_0x5c3f64(0x1c8,'\x6d\x38\x28\x5e')+_0x5c3f64(0x163,'\x4d\x43\x31\x55')+'\x54\x61\x69\x6c'](_0x2fea2d+(0x858+-0x314*0x5+0x70d*0x1));if(this[_0x5c3f64(0x157,'\x46\x52\x70\x41')][_0x5c3f64(0x270,'\x47\x24\x6c\x39')][_0x5c3f64(0x207,'\x74\x2a\x63\x4a')+'\x69\x6d\x69\x74\x65\x64\x50\x72'+_0x5c3f64(0xb9,'\x53\x77\x65\x51')+'\x6e\x73'][_0x5c3f64(0x1ae,'\x41\x38\x64\x71')](_0x18f847)){if(_0x5c3f64(0x1e4,'\x5a\x5d\x4c\x74')!==_0x5c3f64(0x287,'\x41\x38\x64\x71')){let _0x26567b=this[_0x5c3f64(0xc0,'\x53\x30\x4a\x67')+'\x66\x69\x65\x72\x73'](_0xf3307);if(_0x26567b>=this[_0x5c3f64(0x2c8,'\x32\x31\x71\x5e')][_0x5c3f64(0xf2,'\x6d\x56\x26\x70')])return _0x5c3f64(0x186,'\x41\x38\x64\x71');if(this[_0x5c3f64(0x2b3,'\x72\x50\x67\x69')+_0x5c3f64(0x10a,'\x70\x21\x64\x49')](this[_0x5c3f64(0x7b,'\x6c\x64\x66\x6d')](_0x26567b)))_0x26567b=this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x5c3f64(0x1a1,'\x47\x24\x6c\x39')](_0x26567b+(0x9d1*-0x1+-0x20d7+0x2aa9));return this[_0x5c3f64(0x1d3,'\x72\x45\x75\x68')+_0x5c3f64(0x193,'\x53\x77\x65\x51')+_0x5c3f64(0x79,'\x74\x2a\x63\x4a')](_0x26567b);}else return this[_0x5c3f64(0x13b,'\x4b\x59\x79\x21')+_0x5c3f64(0x209,'\x4c\x50\x23\x21')+'\x69\x6c'](this[_0x5c3f64(0x199,'\x52\x5b\x5a\x79')+_0x5c3f64(0x1d5,'\x52\x5b\x5a\x79')+_0x5c3f64(0x14c,'\x2a\x75\x52\x28')](_0x2fea2d+(0x143*0x13+0x1*0x22a3+0x3*-0x1389)));}if(this[_0x5c3f64(0x1f4,'\x75\x35\x30\x58')]['\x6c\x65\x78\x69\x63\x6f\x6e'][_0x5c3f64(0x113,'\x23\x5e\x63\x40')+_0x5c3f64(0x212,'\x4c\x50\x23\x21')+'\x72\x73'][_0x5c3f64(0xc6,'\x6d\x38\x28\x5e')](_0x18f847))return _0x5c3f64(0x1a3,'\x37\x33\x6d\x50')+_0x5c3f64(0x1b6,'\x41\x38\x64\x71');if(SUBORDINATOR_TERMS['\x68\x61\x73'](_0x18f847))return this['\x63\x6c\x61\x73\x73\x69\x66\x79'+_0x5c3f64(0x71,'\x37\x33\x6d\x50')+_0x5c3f64(0xf3,'\x77\x6f\x33\x55')](_0x2fea2d+(-0x197f+0x13dc+0x4*0x169));if(this['\x69\x73\x46\x61\x63\x74\x75\x61'+_0x5c3f64(0x13c,'\x44\x66\x4a\x6f')+'\x66\x69\x78'](_0x18f847))return _0x5c3f64(0x175,'\x4c\x50\x23\x21');if(_0x18f847['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x5c3f64(0x181,'\x41\x38\x64\x71')))return this[_0x5c3f64(0x1dd,'\x48\x51\x31\x62')+_0x5c3f64(0x209,'\x4c\x50\x23\x21')+'\x69\x6c'](this[_0x5c3f64(0x7a,'\x6d\x38\x28\x5e')+_0x5c3f64(0x153,'\x70\x21\x64\x49')+_0x5c3f64(0x109,'\x58\x71\x23\x76')](_0x2fea2d+(-0x1279+-0xb*-0xa7+0xb4d)));return _0x5c3f64(0x9e,'\x6d\x38\x28\x5e')+_0x5c3f64(0x1c4,'\x72\x45\x75\x68');}[_0x2d5593(0x289,'\x68\x35\x54\x52')+_0x2d5593(0xea,'\x56\x68\x31\x25')+_0x2d5593(0x1e1,'\x7a\x5a\x71\x35')](_0xaf2a86){const _0x33ea4d=_0x2d5593;let _0x17dc9e=this['\x73\x6b\x69\x70\x4d\x6f\x64\x69'+_0x33ea4d(0x17b,'\x58\x71\x23\x76')](_0xaf2a86);if(_0x17dc9e>=this[_0x33ea4d(0xe0,'\x6f\x5a\x23\x75')][_0x33ea4d(0x2b2,'\x37\x33\x6d\x50')])return _0x33ea4d(0x2a0,'\x69\x51\x46\x62');const _0x3f0b5c=this[_0x33ea4d(0x144,'\x6b\x7a\x36\x41')](_0x17dc9e);if(this[_0x33ea4d(0x28c,'\x74\x2a\x63\x4a')][_0x33ea4d(0x241,'\x4d\x43\x31\x55')+_0x33ea4d(0x1cd,'\x6d\x38\x28\x5e')][_0x33ea4d(0x76,'\x2a\x75\x52\x28')](_0x3f0b5c)&&this[_0x33ea4d(0x2b7,'\x32\x31\x71\x5e')+_0x33ea4d(0x106,'\x35\x73\x5d\x76')](_0x3f0b5c)){_0x17dc9e=this[_0x33ea4d(0x194,'\x72\x45\x75\x68')+_0x33ea4d(0x267,'\x4d\x51\x45\x7a')](_0x17dc9e+(-0x25f+0x1*-0x13d6+0x1636));if(_0x17dc9e>=this[_0x33ea4d(0x1d4,'\x4d\x43\x31\x55')][_0x33ea4d(0x261,'\x44\x66\x4a\x6f')])return'\x66\x61\x63\x74\x75\x61\x6c';if(this[_0x33ea4d(0x1bd,'\x6c\x64\x66\x6d')][_0x33ea4d(0x247,'\x75\x35\x30\x58')][_0x33ea4d(0x256,'\x34\x36\x4a\x33')+_0x33ea4d(0x275,'\x52\x5b\x5a\x79')+_0x33ea4d(0x1c9,'\x6c\x64\x66\x6d')+'\x6e\x73'][_0x33ea4d(0x19c,'\x4b\x59\x79\x21')](this[_0x33ea4d(0x2b4,'\x32\x31\x71\x5e')](_0x17dc9e)))return _0x33ea4d(0x2b9,'\x69\x51\x46\x62')!==_0x33ea4d(0x86,'\x4c\x50\x23\x21')?this['\x69\x6e\x70\x75\x74'][_0x33ea4d(0x224,'\x68\x35\x54\x52')][_0x33ea4d(0x243,'\x6d\x56\x26\x70')+_0x33ea4d(0x27f,'\x2a\x75\x52\x28')+_0x33ea4d(0x29f,'\x6d\x38\x28\x5e')][_0x33ea4d(0xe9,'\x6e\x4f\x52\x43')](_0x4d359e)||_0x1da2d2[_0x33ea4d(0xc1,'\x4f\x26\x75\x61')](_0x4924e8)||/ly$/u[_0x33ea4d(0xa1,'\x6f\x5e\x47\x4d')](_0x3cd864):this[_0x33ea4d(0xbf,'\x76\x26\x5a\x40')+'\x4f\x62\x6a\x65\x63\x74\x54\x61'+'\x69\x6c'](_0x17dc9e);}return this[_0x33ea4d(0x1e7,'\x56\x68\x67\x37')+_0x33ea4d(0x16e,'\x33\x35\x75\x57')+'\x69\x6c'](this[_0x33ea4d(0xc7,'\x42\x64\x35\x49')+_0x33ea4d(0xf5,'\x4f\x26\x75\x61')+_0x33ea4d(0x133,'\x23\x5e\x63\x40')](_0x17dc9e));}[_0x2d5593(0x24f,'\x35\x73\x5d\x76')+_0x2d5593(0xdd,'\x6d\x38\x28\x5e')+_0x2d5593(0x170,'\x75\x35\x30\x58')](_0xfc4241){const _0xdfad7c=_0x2d5593;return FACTUAL_TAIL_PREFIX_TERMS[_0xdfad7c(0x220,'\x75\x35\x30\x58')](_0xfc4241)||this[_0xdfad7c(0x1fa,'\x4c\x50\x23\x21')]['\x6c\x65\x78\x69\x63\x6f\x6e'][_0xdfad7c(0x102,'\x5b\x5e\x69\x57')+_0xdfad7c(0xcf,'\x30\x4f\x25\x73')+_0xdfad7c(0x129,'\x72\x50\x67\x69')+'\x6e\x73'][_0xdfad7c(0x180,'\x6c\x64\x66\x6d')](_0xfc4241)||FACTUAL_COORDINATOR_TERMS[_0xdfad7c(0xdc,'\x6d\x56\x26\x70')](_0xfc4241);}[_0x2d5593(0xc3,'\x37\x33\x6d\x50')](_0x20f20b){const _0x1d8b2b=_0x2d5593;return this[_0x1d8b2b(0x235,'\x4f\x26\x75\x61')][_0x20f20b]?.[_0x1d8b2b(0x25b,'\x74\x2a\x63\x4a')]??'';}}export function classifyProvidedTargetPrefix(_0x224154){const _0x5e7ef8=_0x2d5593;if(!_0x224154[_0x5e7ef8(0x1cc,'\x74\x2a\x63\x4a')]||_0x224154[_0x5e7ef8(0x274,'\x6d\x56\x26\x70')+_0x5e7ef8(0x69,'\x71\x56\x37\x51')][_0x5e7ef8(0xd6,'\x77\x6f\x33\x55')]===0x1*0x1329+0x111b+0x34c*-0xb)return'\x6e\x6f\x6e\x65';return new ProvidedTargetPrefixClassifier(_0x224154)[_0x5e7ef8(0x1d9,'\x74\x2a\x63\x4a')]();}
@@ -1,63 +1 @@
1
- import { createHash } from 'node:crypto';
2
- export const DEFAULT_WEIGHTS = { resolved: 0.5, reuse: 0.3, cost: 0.2 };
3
- /** fitness = w1·resolved_by_evidence率 + w2·capsule复用率 − w3·归一成本. */
4
- export function computeFitness(samples, w = DEFAULT_WEIGHTS) {
5
- const n = samples.length;
6
- if (n === 0)
7
- return { n: 0, resolvedRate: 0, reuseRate: 0, avgCost: 0, score: 0 };
8
- const resolvedRate = samples.filter((s) => s.resolvedByEvidence).length / n;
9
- const reuseRate = samples.filter((s) => s.reused).length / n;
10
- const avgCost = samples.reduce((a, s) => a + s.cost, 0) / n;
11
- const score = w.resolved * resolvedRate + w.reuse * reuseRate - w.cost * avgCost;
12
- return { n, resolvedRate, reuseRate, avgCost, score };
13
- }
14
- /**
15
- * Shadow 评估: active 权威返回; 其余实现旁路跑同输入, 记录产出/异常供离线对比, 不影响主流程.
16
- * 实验台打底(算法草案§7): 所有候选先 shadow, 关键的才 A/B.
17
- */
18
- export async function runShadow(sp, input, ctx) {
19
- const active = sp.active();
20
- const activeOut = await active.run(input, ctx);
21
- const shadows = [];
22
- for (const impl of sp.list()) {
23
- if (impl.name === active.name)
24
- continue;
25
- try {
26
- shadows.push({ name: impl.name, output: await impl.run(input, ctx) });
27
- }
28
- catch (e) {
29
- shadows.push({ name: impl.name, error: e instanceof Error ? e.message : String(e) });
30
- }
31
- }
32
- return { active: activeOut, activeName: active.name, shadows };
33
- }
34
- /** 确定性 A/B 分桶: 同 key 永远同变体(可复现, 不依赖随机). */
35
- export function assignVariant(key, variants) {
36
- if (variants.length === 0)
37
- throw new Error('A/B 变体不能为空');
38
- const h = createHash('sha256').update(key).digest();
39
- const bucket = h.readUInt32BE(0) % variants.length;
40
- return variants[bucket];
41
- }
42
- /** A/B 路由: 按 ctx.cycleId 确定性选变体并跑. */
43
- export async function runAB(sp, variants, input, ctx) {
44
- const variant = assignVariant(ctx.cycleId, variants);
45
- const impl = sp.get(variant);
46
- if (!impl)
47
- throw new Error(`A/B 变体无实现: ${variant}`);
48
- return { variant, output: await impl.run(input, ctx) };
49
- }
50
- /**
51
- * 离线回放: 用历史输入集跑某策略, 由打分器产出 fitness 样本, 算总分.
52
- * 用途: 新策略上线前先离线对比 active(算法草案§7 offline replay).
53
- */
54
- export async function offlineReplay(impl, inputs, score, ctxOf, w = DEFAULT_WEIGHTS) {
55
- const samples = [];
56
- let i = 0;
57
- for (const input of inputs) {
58
- const out = await impl.run(input, ctxOf(i));
59
- samples.push(score(input, out));
60
- i += 1;
61
- }
62
- return computeFitness(samples, w);
63
- }
1
+ (function(_0x47f8a4,_0x4970b1){const _0x5caf76=_0x108f,_0x5cc921=_0x47f8a4();while(!![]){try{const _0x2b9ae5=-parseInt(_0x5caf76(0x161,'\x78\x31\x74\x26'))/(-0x1e71*0x1+0x16c6+0x7ac)+parseInt(_0x5caf76(0x14d,'\x62\x51\x39\x4a'))/(0x581*0x5+0x89b*-0x2+-0xa4d)*(parseInt(_0x5caf76(0x144,'\x5e\x7a\x78\x68'))/(-0x1e3b*0x1+0x24ed+-0x6af*0x1))+parseInt(_0x5caf76(0x15b,'\x36\x71\x36\x6d'))/(0x2359+0x1ceb+-0x4040)+parseInt(_0x5caf76(0x158,'\x4c\x21\x4d\x56'))/(-0x1*0xf76+0x430*-0x1+-0x1*-0x13ab)+parseInt(_0x5caf76(0x15e,'\x4a\x71\x75\x47'))/(-0x1*0x143b+-0x1*0x12ff+0x8*0x4e8)*(parseInt(_0x5caf76(0x140,'\x54\x58\x39\x53'))/(-0x4*0x4a5+0x2433+-0x1198))+parseInt(_0x5caf76(0x16d,'\x46\x71\x45\x68'))/(0x716*0x3+0x2*-0xe56+-0x3b9*-0x2)*(-parseInt(_0x5caf76(0x159,'\x63\x61\x30\x32'))/(0x1*0x1dca+-0x313*-0xb+-0x3f92))+-parseInt(_0x5caf76(0x160,'\x62\x51\x39\x4a'))/(-0x1*-0x161+-0x3*-0x878+-0x1abf*0x1);if(_0x2b9ae5===_0x4970b1)break;else _0x5cc921['push'](_0x5cc921['shift']());}catch(_0x367fc3){_0x5cc921['push'](_0x5cc921['shift']());}}}(_0x33ad,0x8acdf*-0x3+-0xe77d1+0x36aa92));import{createHash}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';export const DEFAULT_WEIGHTS={'\x72\x65\x73\x6f\x6c\x76\x65\x64':0.5,'\x72\x65\x75\x73\x65':0.3,'\x63\x6f\x73\x74':0.2};export function computeFitness(_0x33831d,_0x23191c=DEFAULT_WEIGHTS){const _0x1a3ede=_0x108f,_0x490125=_0x33831d[_0x1a3ede(0x14b,'\x36\x48\x25\x39')];if(_0x490125===-0x1*-0xeaf+-0x1547+-0x2*-0x34c)return{'\x6e':0x0,'\x72\x65\x73\x6f\x6c\x76\x65\x64\x52\x61\x74\x65':0x0,'\x72\x65\x75\x73\x65\x52\x61\x74\x65':0x0,'\x61\x76\x67\x43\x6f\x73\x74':0x0,'\x73\x63\x6f\x72\x65':0x0};const _0x2b3a0b=_0x33831d[_0x1a3ede(0x157,'\x37\x46\x37\x47')](_0x5aa48c=>_0x5aa48c['\x72\x65\x73\x6f\x6c\x76\x65\x64'+_0x1a3ede(0x150,'\x46\x30\x42\x45')+'\x63\x65'])[_0x1a3ede(0x154,'\x71\x74\x79\x44')]/_0x490125,_0x13e375=_0x33831d['\x66\x69\x6c\x74\x65\x72'](_0x41e7d9=>_0x41e7d9['\x72\x65\x75\x73\x65\x64'])['\x6c\x65\x6e\x67\x74\x68']/_0x490125,_0x2925ff=_0x33831d[_0x1a3ede(0x151,'\x59\x77\x54\x48')]((_0x590438,_0x583ba5)=>_0x590438+_0x583ba5[_0x1a3ede(0x163,'\x62\x6c\x54\x51')],-0x2699+-0x1b6f+-0x2104*-0x2)/_0x490125,_0x23c58f=_0x23191c[_0x1a3ede(0x168,'\x54\x5b\x41\x5b')]*_0x2b3a0b+_0x23191c[_0x1a3ede(0x167,'\x36\x48\x25\x39')]*_0x13e375-_0x23191c[_0x1a3ede(0x16b,'\x66\x72\x26\x69')]*_0x2925ff;return{'\x6e':_0x490125,'\x72\x65\x73\x6f\x6c\x76\x65\x64\x52\x61\x74\x65':_0x2b3a0b,'\x72\x65\x75\x73\x65\x52\x61\x74\x65':_0x13e375,'\x61\x76\x67\x43\x6f\x73\x74':_0x2925ff,'\x73\x63\x6f\x72\x65':_0x23c58f};}export async function runShadow(_0x4f69ab,_0x51fe42,_0x59c28e){const _0x1519d4=_0x108f,_0x2f846a=_0x4f69ab[_0x1519d4(0x166,'\x25\x29\x43\x61')](),_0xb2a230=await _0x2f846a[_0x1519d4(0x14e,'\x6e\x52\x37\x35')](_0x51fe42,_0x59c28e),_0x2dc561=[];for(const _0x5d795f of _0x4f69ab[_0x1519d4(0x142,'\x77\x56\x5b\x4e')]()){if(_0x5d795f['\x6e\x61\x6d\x65']===_0x2f846a[_0x1519d4(0x164,'\x59\x77\x54\x48')])continue;try{_0x2dc561[_0x1519d4(0x13d,'\x67\x57\x46\x5d')]({'\x6e\x61\x6d\x65':_0x5d795f[_0x1519d4(0x141,'\x58\x51\x50\x41')],'\x6f\x75\x74\x70\x75\x74':await _0x5d795f[_0x1519d4(0x147,'\x69\x31\x42\x5e')](_0x51fe42,_0x59c28e)});}catch(_0xa5a3e9){_0x2dc561[_0x1519d4(0x16e,'\x29\x63\x21\x64')]({'\x6e\x61\x6d\x65':_0x5d795f[_0x1519d4(0x16f,'\x63\x61\x30\x32')],'\x65\x72\x72\x6f\x72':_0xa5a3e9 instanceof Error?_0xa5a3e9[_0x1519d4(0x165,'\x5a\x64\x76\x51')]:String(_0xa5a3e9)});}}return{'\x61\x63\x74\x69\x76\x65':_0xb2a230,'\x61\x63\x74\x69\x76\x65\x4e\x61\x6d\x65':_0x2f846a[_0x1519d4(0x13e,'\x46\x30\x42\x45')],'\x73\x68\x61\x64\x6f\x77\x73':_0x2dc561};}function _0x33ad(){const _0x321bdc=['\x77\x6d\x6b\x33\x62\x6d\x6b\x67','\x74\x53\x6f\x41\x57\x4f\x58\x6f','\x79\x65\x35\x39\x7a\x57\x31\x5a\x78\x74\x37\x64\x50\x59\x2f\x63\x53\x58\x61','\x57\x35\x74\x64\x48\x43\x6f\x6b\x57\x34\x75','\x57\x37\x6d\x50\x45\x43\x6f\x31','\x69\x6d\x6f\x46\x66\x67\x5a\x64\x4c\x66\x52\x64\x56\x49\x50\x4d\x74\x61\x33\x64\x56\x47','\x6c\x6d\x6f\x76\x7a\x5a\x4a\x63\x52\x62\x5a\x64\x56\x57\x30','\x6f\x48\x53\x47\x6e\x47','\x42\x43\x6b\x6e\x73\x38\x6b\x38','\x64\x76\x52\x64\x4e\x78\x4a\x63\x56\x4a\x4c\x75\x57\x4f\x34','\x57\x4f\x71\x73\x72\x38\x6f\x50\x57\x36\x64\x64\x4d\x4c\x7a\x5a\x57\x51\x57','\x35\x34\x59\x4a\x74\x6d\x6b\x44','\x46\x53\x6f\x4c\x79\x61','\x57\x37\x70\x63\x56\x6d\x6f\x64','\x79\x65\x47\x6d\x6e\x33\x61\x2f\x71\x47\x47','\x57\x4f\x37\x63\x49\x43\x6b\x4b\x7a\x38\x6f\x76\x42\x43\x6b\x55','\x57\x37\x71\x2f\x66\x4a\x71\x75\x57\x4f\x31\x34\x57\x51\x46\x63\x4b\x53\x6b\x47\x57\x34\x2f\x63\x4e\x48\x47','\x57\x36\x2f\x63\x56\x4a\x44\x43\x57\x35\x47\x4a','\x77\x43\x6b\x55\x74\x38\x6f\x6e\x6e\x53\x6b\x41','\x57\x36\x6e\x6c\x67\x33\x4a\x63\x52\x57\x6c\x64\x49\x38\x6f\x44\x57\x35\x4a\x63\x4a\x64\x4b','\x57\x51\x46\x64\x53\x43\x6f\x46','\x44\x38\x6b\x68\x61\x57','\x57\x35\x38\x58\x75\x43\x6f\x4d\x78\x71\x33\x64\x4e\x43\x6f\x49','\x57\x51\x37\x64\x4c\x43\x6b\x79\x57\x52\x74\x63\x53\x65\x6d','\x71\x71\x46\x63\x50\x73\x4a\x63\x4f\x53\x6b\x7a\x57\x35\x72\x33\x41\x6d\x6f\x76\x6e\x6d\x6b\x7a','\x6b\x6d\x6b\x76\x71\x77\x61\x2b\x57\x36\x75','\x65\x53\x6b\x63\x57\x36\x39\x2b\x57\x50\x78\x63\x4b\x47','\x57\x50\x33\x63\x4e\x38\x6b\x2b\x57\x36\x68\x4c\x4a\x69\x56\x4b\x56\x42\x78\x4d\x4c\x51\x6c\x4c\x52\x6c\x61','\x57\x34\x64\x64\x4d\x43\x6f\x45\x57\x34\x4a\x63\x55\x66\x69','\x45\x38\x6b\x4f\x57\x35\x39\x36\x45\x76\x53','\x57\x51\x34\x7a\x6b\x73\x47\x76\x57\x4f\x4f\x49\x57\x50\x46\x63\x52\x33\x79\x48\x57\x35\x37\x64\x4d\x61','\x65\x43\x6b\x64\x57\x52\x62\x6f\x7a\x6d\x6b\x31\x76\x6d\x6f\x65','\x63\x43\x6f\x72\x57\x36\x78\x64\x4f\x75\x4e\x64\x4c\x71','\x42\x53\x6f\x50\x57\x52\x52\x63\x4b\x53\x6b\x68\x6d\x63\x35\x53\x6e\x38\x6f\x36\x6b\x38\x6b\x69\x57\x52\x71','\x57\x36\x79\x67\x57\x35\x4b\x31\x73\x4c\x38','\x57\x35\x54\x67\x61\x61','\x57\x36\x64\x64\x55\x65\x5a\x63\x4a\x53\x6b\x7a\x6f\x6d\x6f\x52\x45\x53\x6f\x79\x68\x76\x68\x63\x50\x61','\x57\x35\x78\x63\x50\x48\x76\x4b\x35\x79\x32\x73\x35\x6c\x59\x74\x35\x6c\x49\x45\x36\x69\x63\x44','\x57\x36\x66\x6d\x68\x78\x70\x63\x52\x78\x46\x63\x4c\x43\x6b\x49\x57\x37\x64\x63\x4b\x73\x56\x63\x48\x71\x47\x69','\x70\x43\x6f\x6b\x78\x57\x72\x46\x57\x50\x76\x6d\x57\x35\x33\x64\x4e\x5a\x61\x69\x70\x71','\x70\x38\x6b\x49\x74\x6d\x6f\x61','\x57\x37\x74\x63\x54\x43\x6b\x65\x57\x35\x38','\x57\x52\x6c\x64\x4b\x43\x6b\x72\x57\x51\x71','\x78\x6d\x6f\x46\x57\x37\x7a\x69\x70\x67\x76\x6b','\x67\x4d\x64\x63\x48\x6d\x6b\x37\x65\x38\x6b\x30','\x57\x37\x68\x63\x56\x49\x58\x69\x57\x34\x4b','\x63\x78\x79\x76\x57\x34\x62\x58\x75\x43\x6f\x39\x57\x52\x69','\x57\x37\x70\x63\x52\x6d\x6f\x6d\x65\x53\x6f\x44\x74\x53\x6b\x78\x57\x37\x4f','\x57\x37\x53\x33\x66\x4a\x43\x45\x57\x4f\x62\x39\x57\x4f\x5a\x63\x56\x6d\x6b\x30\x57\x35\x6c\x63\x51\x62\x61','\x57\x34\x78\x64\x55\x38\x6f\x4d\x6a\x61','\x57\x52\x64\x64\x52\x4d\x4b\x69\x57\x50\x48\x38\x57\x52\x70\x64\x53\x43\x6b\x66\x57\x51\x37\x64\x4a\x38\x6f\x50\x57\x52\x5a\x64\x4e\x57','\x75\x43\x6b\x61\x57\x52\x56\x63\x53\x47\x33\x63\x48\x43\x6b\x37\x57\x36\x76\x66\x57\x51\x70\x64\x54\x73\x30'];_0x33ad=function(){return _0x321bdc;};return _0x33ad();}export function assignVariant(_0x64a6a0,_0x27f544){const _0x183c3d=_0x108f;if(_0x27f544[_0x183c3d(0x14c,'\x47\x40\x74\x77')]===-0x136e+-0x5*-0x1dd+0xa1d)throw new Error(_0x183c3d(0x15f,'\x29\x6c\x77\x71')+'\u4e3a\u7a7a');const _0x247fe3=createHash(_0x183c3d(0x153,'\x78\x4b\x32\x66'))[_0x183c3d(0x15c,'\x32\x45\x34\x41')](_0x64a6a0)[_0x183c3d(0x156,'\x67\x57\x46\x5d')](),_0x4c699b=_0x247fe3[_0x183c3d(0x169,'\x69\x31\x42\x5e')+_0x183c3d(0x162,'\x29\x6d\x6b\x35')](-0x13ef+0x1b8d+0x145*-0x6)%_0x27f544[_0x183c3d(0x15a,'\x46\x71\x45\x68')];return _0x27f544[_0x4c699b];}function _0x108f(_0x49ce3b,_0x2cfda8){_0x49ce3b=_0x49ce3b-(-0xcb*0x1e+-0x139a+0x8ed*0x5);const _0x1ff8aa=_0x33ad();let _0x56bd5a=_0x1ff8aa[_0x49ce3b];if(_0x108f['\x65\x44\x71\x68\x53\x4f']===undefined){var _0x353179=function(_0x416c6f){const _0xc8f87b='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x322465='',_0x1f940d='';for(let _0x4df6fe=-0x1011+-0x189e+0x28af,_0x47e8ac,_0x34320c,_0x450e91=0xa86+-0x11ff+0x779;_0x34320c=_0x416c6f['\x63\x68\x61\x72\x41\x74'](_0x450e91++);~_0x34320c&&(_0x47e8ac=_0x4df6fe%(0x114b+0xd4*0x16+0x3*-0xbd5)?_0x47e8ac*(0xbd8+0x229f+-0x2e37)+_0x34320c:_0x34320c,_0x4df6fe++%(0x23a8+0x17cd+-0x3b71))?_0x322465+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x863+0x111*-0x13+0x1da5&_0x47e8ac>>(-(-0xc83*-0x3+-0x16ef+-0xe98)*_0x4df6fe&0x1743+-0xff2+-0x74b)):-0xe5c*0x1+-0x569*-0x4+-0x748){_0x34320c=_0xc8f87b['\x69\x6e\x64\x65\x78\x4f\x66'](_0x34320c);}for(let _0x1540d3=0x1531+-0x829*-0x4+-0x1*0x35d5,_0xad1132=_0x322465['\x6c\x65\x6e\x67\x74\x68'];_0x1540d3<_0xad1132;_0x1540d3++){_0x1f940d+='\x25'+('\x30\x30'+_0x322465['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1540d3)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x10bd+0x19e9+-0x91c))['\x73\x6c\x69\x63\x65'](-(-0x112*0x2+-0x7fa+-0xc*-0xd8));}return decodeURIComponent(_0x1f940d);};const _0x47a83a=function(_0x440e8e,_0x2a3d0f){let _0x424b5c=[],_0x177848=0x1b3f+-0x80d+-0x999*0x2,_0x438b8a,_0x2da6a5='';_0x440e8e=_0x353179(_0x440e8e);let _0x5b4989;for(_0x5b4989=0x1*-0x97f+0xde1*0x2+-0x1243;_0x5b4989<0x22f2+0x5*-0x4eb+-0x95b;_0x5b4989++){_0x424b5c[_0x5b4989]=_0x5b4989;}for(_0x5b4989=-0x2312+-0xd*-0x2cb+-0x1*0x13d;_0x5b4989<-0x16c7+0xe*-0x62+0x1d23*0x1;_0x5b4989++){_0x177848=(_0x177848+_0x424b5c[_0x5b4989]+_0x2a3d0f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5b4989%_0x2a3d0f['\x6c\x65\x6e\x67\x74\x68']))%(-0x1*0x2301+0x1c1b+0x7e6),_0x438b8a=_0x424b5c[_0x5b4989],_0x424b5c[_0x5b4989]=_0x424b5c[_0x177848],_0x424b5c[_0x177848]=_0x438b8a;}_0x5b4989=0x2583+-0x1e97+-0x6ec,_0x177848=0x1789+0x231+-0x4a*0x59;for(let _0x1e9ea0=0x227+-0x376+0x14f;_0x1e9ea0<_0x440e8e['\x6c\x65\x6e\x67\x74\x68'];_0x1e9ea0++){_0x5b4989=(_0x5b4989+(-0x1fc1+0x89*0x43+-0x1*0x419))%(0x1*0x2426+0x252d+-0x4853),_0x177848=(_0x177848+_0x424b5c[_0x5b4989])%(0x7a5+0x1b61+0x86*-0x41),_0x438b8a=_0x424b5c[_0x5b4989],_0x424b5c[_0x5b4989]=_0x424b5c[_0x177848],_0x424b5c[_0x177848]=_0x438b8a,_0x2da6a5+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x440e8e['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1e9ea0)^_0x424b5c[(_0x424b5c[_0x5b4989]+_0x424b5c[_0x177848])%(0x22d1+0x1ad9+-0x3caa)]);}return _0x2da6a5;};_0x108f['\x69\x4d\x6f\x4a\x6b\x46']=_0x47a83a,_0x108f['\x56\x68\x4c\x51\x6b\x52']={},_0x108f['\x65\x44\x71\x68\x53\x4f']=!![];}const _0x4a7b46=_0x1ff8aa[-0x7c0+0x1*-0x5ee+0xdae],_0x448a6d=_0x49ce3b+_0x4a7b46,_0x216360=_0x108f['\x56\x68\x4c\x51\x6b\x52'][_0x448a6d];return!_0x216360?(_0x108f['\x46\x73\x44\x59\x43\x54']===undefined&&(_0x108f['\x46\x73\x44\x59\x43\x54']=!![]),_0x56bd5a=_0x108f['\x69\x4d\x6f\x4a\x6b\x46'](_0x56bd5a,_0x2cfda8),_0x108f['\x56\x68\x4c\x51\x6b\x52'][_0x448a6d]=_0x56bd5a):_0x56bd5a=_0x216360,_0x56bd5a;}export async function runAB(_0x325d81,_0xd1e684,_0x82ba3c,_0x4cabfc){const _0xcee0c5=_0x108f,_0x1983d7=assignVariant(_0x4cabfc[_0xcee0c5(0x149,'\x35\x79\x6e\x2a')],_0xd1e684),_0x325121=_0x325d81[_0xcee0c5(0x15d,'\x5e\x7a\x78\x68')](_0x1983d7);if(!_0x325121)throw new Error(_0xcee0c5(0x155,'\x59\x77\x54\x48')+_0xcee0c5(0x145,'\x32\x45\x34\x41')+_0x1983d7);return{'\x76\x61\x72\x69\x61\x6e\x74':_0x1983d7,'\x6f\x75\x74\x70\x75\x74':await _0x325121[_0xcee0c5(0x146,'\x29\x6d\x6b\x35')](_0x82ba3c,_0x4cabfc)};}export async function offlineReplay(_0x2b76c3,_0x13b757,_0x2ba129,_0xc4bbdc,_0x8ee12f=DEFAULT_WEIGHTS){const _0x4984fa=_0x108f,_0x5b7357=[];let _0x292769=-0xc7*-0x2+-0x150b*-0x1+-0x1699;for(const _0x31052f of _0x13b757){const _0x4e9c17=await _0x2b76c3[_0x4984fa(0x14f,'\x78\x31\x74\x26')](_0x31052f,_0xc4bbdc(_0x292769));_0x5b7357['\x70\x75\x73\x68'](_0x2ba129(_0x31052f,_0x4e9c17)),_0x292769+=0xf31+0x1028+-0xfac*0x2;}return computeFitness(_0x5b7357,_0x8ee12f);}