Brizy – Page Builder - Version 2.3.30

Version Description

  • 2022-02-09 =
  • Improved: Form element - added Loading animation to button after submit
  • Fixed: Form element - Hidden field not working correctly
  • Fixed: Video element - gets muted after cover image is added
  • Fixed: Tabs element - options not working on responsive views
  • Fixed: Tabs element - orientation and style not working on responsive views
  • Fixed: Tabs element - duplicate options in right sidebar on responsive views
  • Fixed: Blocks get reordered when only global blocks exist in page
  • Fixed: Menu element - jumping on hover when border opacity is 0 in normal mode
  • Fixed: Columns and Rows - image background hover not working
  • Fixed: Global blocks conditions in custom post types
  • Fixed: Section Background Video error when loop is enabled
  • Fixed: Slider and Carousel element - dots not positioned correctly
Download this release

Release Info

Developer themefusecom
Plugin Icon 128x128 Brizy – Page Builder
Version 2.3.30
Comparing to
See all releases

Code changes from version 2.3.29 to 2.3.30

README.md CHANGED
@@ -3,7 +3,7 @@ Contributors: themefuse<br>
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.9<br>
5
  Requires PHP: 5.6.20<br>
6
- Stable tag: 2.3.29<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -118,6 +118,20 @@ $bodyHtml = apply_filters( 'brizy_content', $html->get_body(), Brizy_Editor_Proj
118
 
119
  ## Changelog
120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  ### 2.3.29 - 2022-02-03
122
  * Fixed: Font url validation
123
  * Fixed: Do shortcode on render brizy content of the shop page
3
  Requires at least: 4.5<br>
4
  Tested up to: 5.9<br>
5
  Requires PHP: 5.6.20<br>
6
+ Stable tag: 2.3.30<br>
7
  License: GPLv3<br>
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
118
 
119
  ## Changelog
120
 
121
+ ### 2.3.30 - 2022-02-09
122
+ * Improved: Form element - added Loading animation to button after submit
123
+ * Fixed: Form element - Hidden field not working correctly
124
+ * Fixed: Video element - gets muted after cover image is added
125
+ * Fixed: Tabs element - options not working on responsive views
126
+ * Fixed: Tabs element - orientation and style not working on responsive views
127
+ * Fixed: Tabs element - duplicate options in right sidebar on responsive views
128
+ * Fixed: Blocks get reordered when only global blocks exist in page
129
+ * Fixed: Menu element - jumping on hover when border opacity is 0 in normal mode
130
+ * Fixed: Columns and Rows - image background hover not working
131
+ * Fixed: Global blocks conditions in custom post types
132
+ * Fixed: Section Background Video error when loop is enabled
133
+ * Fixed: Slider and Carousel element - dots not positioned correctly
134
+
135
  ### 2.3.29 - 2022-02-03
136
  * Fixed: Font url validation
137
  * Fixed: Do shortcode on render brizy content of the shop page
brizy.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
- * Version: 2.3.29
9
  * Text Domain: brizy
10
  * License: GPLv3
11
  * Domain Path: /languages
@@ -19,10 +19,10 @@ if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && stripos( $_SERVER['HTTP_X_FO
19
 
20
  define( 'BRIZY_DEVELOPMENT', false );
21
  define( 'BRIZY_LOG', false );
22
- define( 'BRIZY_VERSION', '2.3.29' );
23
  define( 'BRIZY_MINIMUM_PRO_VERSION', '2.3.0' );
24
- define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '216-wp' );
25
- define( 'BRIZY_SYNC_VERSION', '216' );
26
  define( 'BRIZY_FILE', __FILE__ );
27
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
28
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
+ * Version: 2.3.30
9
  * Text Domain: brizy
10
  * License: GPLv3
11
  * Domain Path: /languages
19
 
20
  define( 'BRIZY_DEVELOPMENT', false );
21
  define( 'BRIZY_LOG', false );
22
+ define( 'BRIZY_VERSION', '2.3.30' );
23
  define( 'BRIZY_MINIMUM_PRO_VERSION', '2.3.0' );
24
+ define( 'BRIZY_EDITOR_VERSION', BRIZY_DEVELOPMENT ? 'dev' : '219-wp' );
25
+ define( 'BRIZY_SYNC_VERSION', '219' );
26
  define( 'BRIZY_FILE', __FILE__ );
27
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
28
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
languages/brizy.pot CHANGED
@@ -1,4849 +1,4732 @@
1
  # Copyright (C) 2022 Brizy.io
2
  # This file is distributed under the GPLv3.
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Brizy 2.3.26\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/brizy\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-01-13T13:53:17+02:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
- "X-Generator: WP-CLI 2.5.0\n"
15
  "X-Domain: brizy\n"
 
 
 
 
 
 
 
 
 
16
 
17
- #. Plugin Name of the plugin
18
- msgid "Brizy"
19
  msgstr ""
20
 
21
- #. Plugin URI of the plugin
22
- #. Author URI of the plugin
23
- msgid "https://brizy.io/"
24
  msgstr ""
25
 
26
- #. Description of the plugin
27
- msgid "A free drag & drop front-end page builder to help you create WordPress pages lightning fast. It's easy with Brizy."
28
  msgstr ""
29
 
30
- #. Author of the plugin
31
- msgid "Brizy.io"
32
  msgstr ""
33
 
34
- #: admin/blocks/main.php:108
35
- msgid "global block."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  msgstr ""
37
 
38
- #: admin/dashboard-widget.php:69
39
- msgid "Something went wrong. There is no a valid response code."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  msgstr ""
41
 
42
- #: admin/dashboard-widget.php:76
43
- msgid "The request was blocked, or something is wrong with the remote server."
44
  msgstr ""
45
 
46
- #: admin/dashboard-widget.php:80
47
- msgid "There is no body in the remote server response."
48
  msgstr ""
49
 
50
- #: admin/dashboard-widget.php:86
51
- msgid "Filed decode returned json by brizy.io"
52
  msgstr ""
53
 
54
- #: admin/feedback.php:30
55
- msgid "Hello! Seems like you are using Brizy to build your website - Thanks a lot!"
56
  msgstr ""
57
 
58
- #: admin/feedback.php:32
59
- msgid "Could you please do us a BIG favor and give it a 5-star rating on WordPress? This would boost our motivation and help other users make a comfortable decision while choosing the Brizy plugin."
60
  msgstr ""
61
 
62
- #: admin/feedback.php:36
63
- msgid "Ok, you deserve it"
64
  msgstr ""
65
 
66
- #: admin/feedback.php:40
67
- msgid "Nope, maybe later"
 
68
  msgstr ""
69
 
70
- #: admin/feedback.php:44
71
- msgid "I already did"
72
  msgstr ""
73
 
74
- #: admin/feedback.php:111
75
  msgid "I no longer need the plugin"
76
  msgstr ""
77
 
78
- #: admin/feedback.php:115
79
  msgid "I found a better plugin"
80
  msgstr ""
81
 
82
- #: admin/feedback.php:116
83
  msgid "Please share which plugin"
84
  msgstr ""
85
 
86
- #: admin/feedback.php:119
87
  msgid "I couldn't get the plugin to work"
88
  msgstr ""
89
 
90
- #: admin/feedback.php:123
91
  msgid "It's a temporary deactivation"
92
  msgstr ""
93
 
94
- #: admin/feedback.php:127
95
  msgid "I have Brizy Pro"
96
  msgstr ""
97
 
98
- #: admin/feedback.php:129
99
  msgid "Wait! Don't deactivate Brizy. You have to activate both Brizy and Brizy Pro in order for the plugin to work."
100
  msgstr ""
101
 
102
- #: admin/feedback.php:132
103
  msgid "Other"
104
  msgstr ""
105
 
106
- #: admin/feedback.php:133
107
  msgid "Please share the reason"
108
  msgstr ""
109
 
110
- #: admin/feedback.php:142
111
  msgid "Quick Feedback"
112
  msgstr ""
113
 
114
- #: admin/feedback.php:146
115
  msgid "If you have a moment, please share why you are deactivating Brizy:"
116
  msgstr ""
117
 
118
- #: admin/fonts/main.php:105
119
  msgid "font"
120
  msgstr ""
121
 
122
- #: admin/form-entries.php:61
123
  msgid "Leads details"
124
  msgstr ""
125
 
126
- #: admin/form-entries.php:62
127
- #: languages/texts.php:314
128
- #: public/editor-build/214-wp/texts.php:216
129
  msgid "Date"
130
  msgstr ""
131
 
132
- #: admin/form-entries.php:121
133
- #: admin/form-entries.php:324
134
- #: admin/form-entries.php:336
135
  msgid "Leads"
136
  msgstr ""
137
 
138
- #: admin/form-entries.php:144
139
  msgid "Disable"
140
  msgstr ""
141
 
142
- #: admin/form-entries.php:148
143
  msgid "Enable "
144
  msgstr ""
145
 
146
- #: admin/form-entries.php:201
147
- msgid "Export to .csv"
148
- msgstr ""
149
-
150
- #: admin/form-entries.php:315
151
- msgctxt "post type general name"
152
- msgid "Leads"
153
- msgstr ""
154
-
155
- #: admin/form-entries.php:316
156
- msgctxt "post type singular name"
157
- msgid "Lead"
158
- msgstr ""
159
-
160
- #: admin/form-entries.php:317
161
- msgctxt "admin menu"
162
- msgid "Leads"
163
- msgstr ""
164
-
165
- #: admin/form-entries.php:318
166
- msgctxt "add new on admin bar"
167
- msgid "Lead"
168
- msgstr ""
169
-
170
- #: admin/form-entries.php:319
171
- #: admin/popups/main.php:115
172
- #: admin/templates.php:245
173
- #: languages/texts.php:74
174
- #: public/editor-build/214-wp/texts.php:47
175
  msgid "Add New"
176
  msgstr ""
177
 
178
- #: admin/form-entries.php:320
179
  msgid "Add New Lead"
180
  msgstr ""
181
 
182
- #: admin/form-entries.php:321
183
  msgid "New Lead"
184
  msgstr ""
185
 
186
- #: admin/form-entries.php:322
187
  msgid "Edit Lead"
188
  msgstr ""
189
 
190
- #: admin/form-entries.php:323
191
  msgid "View Lead"
192
  msgstr ""
193
 
194
- #: admin/form-entries.php:325
195
  msgid "Search Leads"
196
  msgstr ""
197
 
198
- #: admin/form-entries.php:326
199
  msgid "Parent Leads:"
200
  msgstr ""
201
 
202
- #: admin/form-entries.php:327
203
  msgid "No Leads found."
204
  msgstr ""
205
 
206
- #: admin/form-entries.php:328
207
  msgid "No Leads found in Trash."
208
  msgstr ""
209
 
210
- #: admin/layouts/main.php:43
211
- msgid "Layout."
212
  msgstr ""
213
 
214
- #: admin/main.php:248
215
- #: admin/settings.php:107
216
- #: admin/settings.php:108
217
- #: languages/texts.php:181
218
- #: public/editor-build/214-wp/texts.php:683
219
- msgid "Settings"
220
  msgstr ""
221
 
222
- #: admin/main.php:256
223
- #: admin/settings.php:146
224
- msgid "Go Pro"
225
  msgstr ""
226
 
227
- #: admin/main.php:315
228
- msgid "Submit & Deactivate"
 
 
229
  msgstr ""
230
 
231
- #: admin/main.php:316
232
- msgid "Skip & Deactivate"
 
 
233
  msgstr ""
234
 
235
- #: admin/main.php:430
236
- #: admin/views/button.php:25
237
- #: admin/views/button.php:44
238
- #: compatibilities/gutenberg.php:98
239
- #: compatibilities/gutenberg.php:112
240
- msgid "Edit with %s"
241
  msgstr ""
242
 
243
- #: admin/main.php:541
244
- msgid "Importing Brizy post &#8220;%s&#8221; will be skipped due to incompatible version: %s "
245
  msgstr ""
246
 
247
- #: admin/membership/membership.php:64
248
- #: editor/post.php:627
249
- msgid "Default"
250
  msgstr ""
251
 
252
- #: admin/membership/membership.php:68
253
- msgid "Not Logged"
 
254
  msgstr ""
255
 
256
- #: admin/membership/membership.php:72
257
- #: admin/views/settings/maintenance.php:26
258
- msgid "Logged In"
259
  msgstr ""
260
 
261
- #: admin/membership/membership.php:79
262
- msgid "View Page By Roles"
 
263
  msgstr ""
264
 
265
- #: admin/membership/membership.php:89
266
- msgid "View Page As %s"
267
  msgstr ""
268
 
269
- #: admin/network-settings.php:82
270
- #: admin/settings.php:302
271
  msgid "Full Access"
272
  msgstr ""
273
 
274
- #: admin/popups/main.php:111
275
- msgctxt "post type general name"
276
- msgid "Popups"
277
- msgstr ""
278
-
279
- #: admin/popups/main.php:112
280
- msgctxt "post type singular name"
281
- msgid "Popup"
282
- msgstr ""
283
-
284
- #: admin/popups/main.php:113
285
- msgctxt "admin menu"
286
- msgid "Popups"
287
- msgstr ""
288
-
289
- #: admin/popups/main.php:114
290
- msgctxt "add new on admin bar"
291
- msgid "Popup"
292
- msgstr ""
293
-
294
- #: admin/popups/main.php:116
295
  msgid "Add New Popup"
296
  msgstr ""
297
 
298
- #: admin/popups/main.php:117
299
  msgid "New Popup"
300
  msgstr ""
301
 
302
- #: admin/popups/main.php:118
303
  msgid "Edit Popup"
304
  msgstr ""
305
 
306
- #: admin/popups/main.php:119
307
  msgid "View Popup"
308
  msgstr ""
309
 
310
- #: admin/popups/main.php:120
311
- #: admin/popups/main.php:134
312
- #: public/editor-build/214-wp/texts.php:559
313
  msgid "Popups"
314
  msgstr ""
315
 
316
- #: admin/popups/main.php:121
317
  msgid "Search Popups"
318
  msgstr ""
319
 
320
- #: admin/popups/main.php:122
321
  msgid "Parent Popups:"
322
  msgstr ""
323
 
324
- #: admin/popups/main.php:123
325
  msgid "No Popups found."
326
  msgstr ""
327
 
328
- #: admin/popups/main.php:124
329
  msgid "No Popups found in Trash."
330
  msgstr ""
331
 
332
- #: admin/popups/main.php:125
333
  msgid "Popup attributes:"
334
  msgstr ""
335
 
336
- #: admin/rules/api.php:476
337
  msgid "From"
338
  msgstr ""
339
 
340
- #: admin/rules/api.php:488
341
  msgid "From any child of"
342
  msgstr ""
343
 
344
- #: admin/rules/api.php:548
345
  msgid "Specific"
346
  msgstr ""
347
 
348
- #: admin/rules/api.php:558
349
  msgid "Any child of"
350
  msgstr ""
351
 
352
- #: admin/settings.php:129
353
  msgid "Get Help"
354
  msgstr ""
355
 
356
- #: admin/settings.php:158
 
 
 
 
357
  msgid "General"
358
  msgstr ""
359
 
360
- #: admin/settings.php:164
361
  msgid "Role Manager"
362
  msgstr ""
363
 
364
- #: admin/settings.php:170
365
  msgid "Maintenance Mode"
366
  msgstr ""
367
 
368
- #: admin/stories/main.php:39
369
- msgctxt "post type general name"
370
- msgid "Stories"
371
- msgstr ""
372
-
373
- #: admin/stories/main.php:40
374
- msgctxt "post type singular name"
375
- msgid "Story"
376
- msgstr ""
377
-
378
- #: admin/stories/main.php:41
379
- msgctxt "admin menu"
380
- msgid "Stories"
381
- msgstr ""
382
-
383
- #: admin/stories/main.php:42
384
- msgctxt "add new on admin bar"
385
- msgid "Story"
386
- msgstr ""
387
-
388
- #: admin/stories/main.php:43
389
- #: admin/stories/main.php:44
390
  msgid "Add New Story"
391
  msgstr ""
392
 
393
- #: admin/stories/main.php:45
394
  msgid "New Story"
395
  msgstr ""
396
 
397
- #: admin/stories/main.php:46
398
  msgid "Edit Story"
399
  msgstr ""
400
 
401
- #: admin/stories/main.php:47
402
  msgid "View Story"
403
  msgstr ""
404
 
405
- #: admin/stories/main.php:48
406
- #: public/editor-build/214-wp/texts.php:743
407
  msgid "Stories"
408
  msgstr ""
409
 
410
- #: admin/stories/main.php:49
411
  msgid "Search Stories"
412
  msgstr ""
413
 
414
- #: admin/stories/main.php:50
415
  msgid "Parent Stories:"
416
  msgstr ""
417
 
418
- #: admin/stories/main.php:51
419
  msgid "No Stories found."
420
  msgstr ""
421
 
422
- #: admin/stories/main.php:52
423
  msgid "No Stories found in Trash."
424
  msgstr ""
425
 
426
- #: admin/stories/main.php:60
427
- #: public/editor-build/214-wp/texts.php:893
428
  msgid "stories"
429
  msgstr ""
430
 
431
- #: admin/templates.php:125
432
- msgid "Single"
433
- msgstr ""
434
-
435
- #: admin/templates.php:126
436
- #: public/editor-build/214-wp/texts.php:74
437
- msgid "Archive"
438
  msgstr ""
439
 
440
- #: admin/templates.php:131
441
- #: languages/texts.php:56
442
- #: public/editor-build/214-wp/texts.php:581
443
- msgid "Product"
444
- msgstr ""
445
-
446
- #: admin/templates.php:132
447
- msgid "Product Archive"
448
  msgstr ""
449
 
450
- #: admin/templates.php:241
451
- msgctxt "post type general name"
452
- msgid "Templates"
453
  msgstr ""
454
 
455
- #: admin/templates.php:242
456
- msgctxt "post type singular name"
457
- msgid "Template"
458
  msgstr ""
459
 
460
- #: admin/templates.php:243
461
- msgctxt "admin menu"
462
- msgid "Templates"
463
  msgstr ""
464
 
465
- #: admin/templates.php:244
466
- msgctxt "add new on admin bar"
467
- msgid "Template"
468
  msgstr ""
469
 
470
- #: admin/templates.php:246
471
- msgid "Add New Template"
472
  msgstr ""
473
 
474
- #: admin/templates.php:247
475
- msgid "New Template"
476
  msgstr ""
477
 
478
- #: admin/templates.php:248
479
- msgid "Edit Template"
480
  msgstr ""
481
 
482
- #: admin/templates.php:249
483
- msgid "View Template"
484
  msgstr ""
485
 
486
- #: admin/templates.php:250
487
- msgid "Templates"
488
  msgstr ""
489
 
490
- #: admin/templates.php:251
491
- msgid "Search Templates"
 
492
  msgstr ""
493
 
494
- #: admin/templates.php:252
495
- msgid "Parent Templates:"
496
  msgstr ""
497
 
498
- #: admin/templates.php:253
499
- msgid "No Templates found."
500
  msgstr ""
501
 
502
- #: admin/templates.php:254
503
- msgid "No Templates found in Trash."
 
504
  msgstr ""
505
 
506
- #: admin/templates.php:263
507
- msgid "templates"
508
  msgstr ""
509
 
510
- #: admin/templates.php:292
511
- msgid "Display Conditions"
512
  msgstr ""
513
 
514
- #: admin/templates.php:344
515
- msgid "Unable to show the rule box."
516
  msgstr ""
517
 
518
- #: admin/templates.php:899
519
- msgid "Unable to get the rule validator for this post type."
 
520
  msgstr ""
521
 
522
- #: admin/templates.php:906
523
- #: admin/templates.php:927
524
- msgid "Invalid data version."
525
  msgstr ""
526
 
527
- #: admin/views/button.php:19
528
- #: compatibilities/gutenberg.php:90
529
- msgid "Back to WordPress Editor"
530
  msgstr ""
531
 
532
- #: admin/views/dashboard-news.php:4
533
- msgid "News & Updates"
534
  msgstr ""
535
 
536
- #: admin/views/dashboard-news.php:10
537
- msgid "New"
538
  msgstr ""
539
 
540
- #: admin/views/dashboard-news.php:19
541
- msgid "No News"
542
  msgstr ""
543
 
544
- #: admin/views/dashboard-posts.php:4
545
- msgid "Recently Edited"
546
  msgstr ""
547
 
548
- #: admin/views/dashboard.php:12
549
- #: public/editor-build/214-wp/texts.php:114
550
- msgid "Blog"
551
  msgstr ""
552
 
553
- #: admin/views/dashboard.php:17
554
- msgid "Help"
555
  msgstr ""
556
 
557
- #: admin/views/dashboard.php:23
558
- msgid "Go PRO"
559
  msgstr ""
560
 
561
- #: admin/views/notice.php:14
562
- msgid "Dismiss this notice"
563
  msgstr ""
564
 
565
- #: admin/views/settings/general.php:60
566
- #: admin/views/settings/maintenance.php:76
567
- #: admin/views/settings/roles.php:26
568
- msgid "Save Changes"
569
  msgstr ""
570
 
571
- #: admin/views/settings/maintenance.php:10
572
- msgid "Choose Mode"
573
  msgstr ""
574
 
575
- #: admin/views/settings/maintenance.php:14
576
- msgid "Disabled"
577
  msgstr ""
578
 
579
- #: admin/views/settings/maintenance.php:15
580
- msgid "Coming Soon"
581
  msgstr ""
582
 
583
- #: admin/views/settings/maintenance.php:16
584
- msgid "Maintenance"
585
  msgstr ""
586
 
587
- #: admin/views/settings/maintenance.php:22
588
- msgid "Who Can Access"
589
  msgstr ""
590
 
591
- #: admin/views/settings/maintenance.php:27
592
- #: languages/texts.php:140
593
- #: public/editor-build/214-wp/texts.php:206
594
- msgid "Custom"
595
  msgstr ""
596
 
597
- #: admin/views/settings/maintenance.php:33
598
- #: public/editor-build/214-wp/texts.php:639
599
- msgid "Roles"
600
  msgstr ""
601
 
602
- #: admin/views/settings/maintenance.php:49
603
- msgid "Choose a Page"
604
  msgstr ""
605
 
606
- #: admin/views/settings/maintenance.php:54
607
- msgid "Select a page"
 
 
608
  msgstr ""
609
 
610
- #: admin/views/settings/maintenance.php:60
 
611
  msgid "You have no pages. Please %s create %s one."
612
  msgstr ""
613
 
614
- #: admin/views/settings/maintenance.php:66
615
- msgid "Whitelisted IP Addresses"
616
- msgstr ""
617
-
618
- #: brizy.php:66
619
- #: system-checks.php:37
620
  msgid "%1$s requires PHP version 5.6+, you currently running PHP %2$s. <b>%3$s IS NOT RUNNING.</b>"
621
  msgstr ""
622
 
623
- #: brizy.php:83
 
624
  msgid "%1$s failed to start. Please contact the support <a href=\"%s\">here</a>."
625
  msgstr ""
626
 
627
- #: content/providers/free-provider.php:117
628
- msgid "%s comment"
629
- msgid_plural "%s comments"
630
- msgstr[0] ""
631
- msgstr[1] ""
632
-
633
- #: content/providers/free-provider.php:153
634
  msgid "Please set a valid product"
635
  msgstr ""
636
 
637
- #: editor.php:286
638
  msgid " Template"
639
  msgstr ""
640
 
641
- #: editor.php:609
642
  msgid "Original"
643
  msgstr ""
644
 
645
- #: editor/asset/cleaner.php:86
646
- msgid "Every Ten Minutes"
647
  msgstr ""
648
 
649
- #: editor/block-screenshot-api.php:61
650
  msgid "Bad request"
651
  msgstr ""
652
 
653
- #: editor/block-screenshot-api.php:71
654
  msgid "Invalid uid string"
655
  msgstr ""
656
 
657
- #: editor/block-screenshot-api.php:81
658
  msgid "Invalid image content"
659
  msgstr ""
660
 
661
- #: languages/texts.php:9
662
- #: public/editor-build/214-wp/texts.php:656
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  msgid "START BUILDING YOUR PAGE"
664
  msgstr ""
665
 
666
- #: languages/texts.php:10
667
- #: public/editor-build/214-wp/texts.php:575
668
  msgid "Press the button above to add blocks"
669
  msgstr ""
670
 
671
- #: languages/texts.php:14
672
- #: public/editor-build/214-wp/texts.php:658
673
  msgid "SWITCH TO DESKTOP"
674
  msgstr ""
675
 
676
- #: languages/texts.php:15
677
- #: public/editor-build/214-wp/texts.php:757
678
  msgid "Switch to desktop to add blocks"
679
  msgstr ""
680
 
681
- #: languages/texts.php:21
682
- #: public/editor-build/214-wp/texts.php:53
683
  msgid "Add a new block"
684
  msgstr ""
685
 
686
- #: languages/texts.php:22
687
- #: public/editor-build/214-wp/texts.php:577
688
  msgid "Press the button to add blocks"
689
  msgstr ""
690
 
691
- #: languages/texts.php:29
692
- #: public/editor-build/214-wp/texts.php:45
693
  msgid "Add Elements"
694
  msgstr ""
695
 
696
- #: languages/texts.php:30
697
- #: public/editor-build/214-wp/texts.php:779
698
  msgid "Text"
699
  msgstr ""
700
 
701
- #: languages/texts.php:31
702
- #: public/editor-build/214-wp/texts.php:134
703
  msgid "Button"
704
  msgstr ""
705
 
706
- #: languages/texts.php:32
707
- #: public/editor-build/214-wp/texts.php:381
708
  msgid "Icon"
709
  msgstr ""
710
 
711
- #: languages/texts.php:33
712
- #: public/editor-build/214-wp/texts.php:385
713
  msgid "Image"
714
  msgstr ""
715
 
716
- #: languages/texts.php:34
717
- #: public/editor-build/214-wp/texts.php:845
718
  msgid "Video"
719
  msgstr ""
720
 
721
- #: languages/texts.php:35
722
- #: public/editor-build/214-wp/texts.php:727
723
  msgid "Spacer"
724
  msgstr ""
725
 
726
- #: languages/texts.php:36
727
- #: public/editor-build/214-wp/texts.php:425
728
  msgid "Line"
729
  msgstr ""
730
 
731
- #: languages/texts.php:37
732
- #: public/editor-build/214-wp/texts.php:450
733
  msgid "Map"
734
  msgstr ""
735
 
736
- #: languages/texts.php:38
737
- #: public/editor-build/214-wp/texts.php:256
738
  msgid "Embed"
739
  msgstr ""
740
 
741
- #: languages/texts.php:39
742
- #: public/editor-build/214-wp/texts.php:326
743
  msgid "Form"
744
  msgstr ""
745
 
746
- #: languages/texts.php:40
747
- #: public/editor-build/214-wp/texts.php:382
748
  msgid "Icon Box"
749
  msgstr ""
750
 
751
- #: languages/texts.php:41
752
  msgid "SndCloud"
753
  msgstr ""
754
 
755
- #: languages/texts.php:42
756
- #: public/editor-build/214-wp/texts.php:198
757
  msgid "Counter"
758
  msgstr ""
759
 
760
- #: languages/texts.php:43
761
- #: public/editor-build/214-wp/texts.php:197
762
  msgid "Countdown"
763
  msgstr ""
764
 
765
- #: languages/texts.php:44
766
- #: public/editor-build/214-wp/texts.php:768
767
  msgid "Tabs"
768
  msgstr ""
769
 
770
- #: languages/texts.php:45
771
- #: public/editor-build/214-wp/texts.php:600
772
  msgid "Progress"
773
  msgstr ""
774
 
775
- #: languages/texts.php:46
776
- #: public/editor-build/214-wp/texts.php:38
777
  msgid "Accordion"
778
  msgstr ""
779
 
780
- #: languages/texts.php:47
781
- #: public/editor-build/214-wp/texts.php:648
782
  msgid "Row"
783
  msgstr ""
784
 
785
- #: languages/texts.php:48
786
- #: public/editor-build/214-wp/texts.php:170
787
  msgid "Column"
788
  msgstr ""
789
 
790
- #: languages/texts.php:49
791
- #: public/editor-build/214-wp/texts.php:649
792
  msgid "Rows"
793
  msgstr ""
794
 
795
- #: languages/texts.php:50
796
- #: public/editor-build/214-wp/texts.php:171
797
  msgid "Columns"
798
  msgstr ""
799
 
800
- #: languages/texts.php:51
801
- #: public/editor-build/214-wp/texts.php:58
802
  msgid "Add to cart"
803
  msgstr ""
804
 
805
- #: languages/texts.php:52
806
- #: public/editor-build/214-wp/texts.php:149
807
  msgid "Categories"
808
  msgstr ""
809
 
810
- #: languages/texts.php:53
811
- #: public/editor-build/214-wp/texts.php:419
812
  msgid "Layouts"
813
  msgstr ""
814
 
815
- #: languages/texts.php:54
816
- #: languages/texts.php:443
817
- #: public/editor-build/214-wp/texts.php:888
818
  msgid "layouts"
819
  msgstr ""
820
 
821
- #: languages/texts.php:55
822
- #: public/editor-build/214-wp/texts.php:887
823
  msgid "layout"
824
  msgstr ""
825
 
826
- #: languages/texts.php:57
827
- #: public/editor-build/214-wp/texts.php:596
828
  msgid "Products"
829
  msgstr ""
830
 
831
- #: languages/texts.php:58
832
- #: public/editor-build/214-wp/texts.php:691
833
  msgid "Shortcode"
834
  msgstr ""
835
 
836
- #: languages/texts.php:59
837
- #: public/editor-build/214-wp/texts.php:461
838
  msgid "Menu"
839
  msgstr ""
840
 
841
- #: languages/texts.php:60
842
  msgid "WP Menu"
843
  msgstr ""
844
 
845
- #: languages/texts.php:61
846
- #: public/editor-build/214-wp/texts.php:571
847
  msgid "Posts"
848
  msgstr ""
849
 
850
- #: languages/texts.php:62
851
- #: public/editor-build/214-wp/texts.php:75
852
  msgid "Archives"
853
  msgstr ""
854
 
855
- #: languages/texts.php:63
856
  msgid "Taxonomy"
857
  msgstr ""
858
 
859
- #: languages/texts.php:64
860
- #: public/editor-build/214-wp/texts.php:535
861
  msgid "Pagination"
862
  msgstr ""
863
 
864
- #: languages/texts.php:65
865
- #: public/editor-build/214-wp/texts.php:703
866
  msgid "Sidebar"
867
  msgstr ""
868
 
869
- #: languages/texts.php:67
870
- #: public/editor-build/214-wp/texts.php:627
871
  msgid "Reorder Blocks"
872
  msgstr ""
873
 
874
- #: languages/texts.php:68
875
- #: public/editor-build/214-wp/texts.php:240
876
  msgid "Drag to reorder"
877
  msgstr ""
878
 
879
- #: languages/texts.php:70
880
- #: public/editor-build/214-wp/texts.php:748
881
  msgid "Styling"
882
  msgstr ""
883
 
884
- #: languages/texts.php:71
885
  msgid "Add New Google Font"
886
  msgstr ""
887
 
888
- #: languages/texts.php:72
889
  msgid "Type font name"
890
  msgstr ""
891
 
892
- #: languages/texts.php:73
893
- #: public/editor-build/214-wp/texts.php:56
894
  msgid "Add new option"
895
  msgstr ""
896
 
897
- #: languages/texts.php:75
898
- #: public/editor-build/214-wp/texts.php:495
899
  msgid "New Style #%s"
900
  msgstr ""
901
 
902
- #: languages/texts.php:76
903
- #: public/editor-build/214-wp/texts.php:183
904
  msgid "Copy"
905
  msgstr ""
906
 
907
- #: languages/texts.php:77
908
- #: public/editor-build/214-wp/texts.php:541
909
  msgid "Paste"
910
  msgstr ""
911
 
912
- #: languages/texts.php:78
913
- #: public/editor-build/214-wp/texts.php:543
914
  msgid "Paste Styles"
915
  msgstr ""
916
 
917
- #: languages/texts.php:80
918
- #: public/editor-build/214-wp/texts.php:480
919
  msgid "Mobile view"
920
  msgstr ""
921
 
922
- #: languages/texts.php:81
923
  msgid "Tablet view"
924
  msgstr ""
925
 
926
- #: languages/texts.php:82
927
- #: public/editor-build/214-wp/texts.php:224
928
  msgid "Desktop"
929
  msgstr ""
930
 
931
- #: languages/texts.php:83
932
- #: public/editor-build/214-wp/texts.php:767
933
  msgid "Tablet"
934
  msgstr ""
935
 
936
- #: languages/texts.php:84
937
- #: public/editor-build/214-wp/texts.php:479
938
  msgid "Mobile"
939
  msgstr ""
940
 
941
- #: languages/texts.php:86
942
- #: public/editor-build/214-wp/texts.php:482
943
  msgid "More"
944
  msgstr ""
945
 
946
- #: languages/texts.php:87
947
  msgid "About Brizy"
948
  msgstr ""
949
 
950
- #: languages/texts.php:88
951
  msgid "Back to Brizy"
952
  msgstr ""
953
 
954
- #: languages/texts.php:89
955
- #: public/editor-build/214-wp/texts.php:555
956
  msgid "Plugin Settings"
957
  msgstr ""
958
 
959
- #: languages/texts.php:90
960
  msgid "Back to WordPress"
961
  msgstr ""
962
 
963
- #: languages/texts.php:91
964
- #: public/editor-build/214-wp/texts.php:299
965
- msgid "Featured Image"
966
- msgstr ""
967
-
968
- #: languages/texts.php:92
969
  msgid "Submit an Issue"
970
  msgstr ""
971
 
972
- #: languages/texts.php:93
973
- #: public/editor-build/214-wp/texts.php:831
974
  msgid "Upgrade to Pro"
975
  msgstr ""
976
 
977
- #: languages/texts.php:96
978
  msgid "Save HTML"
979
  msgstr ""
980
 
981
- #: languages/texts.php:97
982
- #: public/editor-build/214-wp/texts.php:825
983
  msgid "Update"
984
  msgstr ""
985
 
986
- #: languages/texts.php:98
987
- #: public/editor-build/214-wp/texts.php:603
988
  msgid "Publish"
989
  msgstr ""
990
 
991
- #: languages/texts.php:101
992
- #: public/editor-build/214-wp/texts.php:483
993
  msgid "More Settings"
994
  msgstr ""
995
 
996
- #: languages/texts.php:102
997
- #: public/editor-build/214-wp/texts.php:61
998
  msgid "Advanced"
999
  msgstr ""
1000
 
1001
- #: languages/texts.php:103
1002
- #: public/editor-build/214-wp/texts.php:701
1003
  msgid "Show on Desktop"
1004
  msgstr ""
1005
 
1006
- #: languages/texts.php:104
1007
- #: public/editor-build/214-wp/texts.php:226
1008
  msgid "Disable on Mobile"
1009
  msgstr ""
1010
 
1011
- #: languages/texts.php:105
1012
- #: public/editor-build/214-wp/texts.php:227
1013
  msgid "Disable on Tablet"
1014
  msgstr ""
1015
 
1016
- #: languages/texts.php:106
1017
- #: public/editor-build/214-wp/texts.php:258
1018
  msgid "Enable on Mobile"
1019
  msgstr ""
1020
 
1021
- #: languages/texts.php:107
1022
- #: public/editor-build/214-wp/texts.php:259
1023
  msgid "Enable on Tablet"
1024
  msgstr ""
1025
 
1026
- #: languages/texts.php:108
1027
  msgid "Write your CSS here..."
1028
  msgstr ""
1029
 
1030
- #: languages/texts.php:109
1031
- #: public/editor-build/214-wp/texts.php:874
1032
  msgid "Z-index"
1033
  msgstr ""
1034
 
1035
- #: languages/texts.php:110
1036
  msgid "Anchor Name"
1037
  msgstr ""
1038
 
1039
- #: languages/texts.php:111
1040
- #: public/editor-build/214-wp/texts.php:139
1041
  msgid "CSS Class"
1042
  msgstr ""
1043
 
1044
- #: languages/texts.php:112
1045
- #: public/editor-build/214-wp/texts.php:209
1046
  msgid "Custom CSS"
1047
  msgstr ""
1048
 
1049
- #: languages/texts.php:116
1050
- #: public/editor-build/214-wp/texts.php:717
1051
  msgid "Slider"
1052
  msgstr ""
1053
 
1054
- #: languages/texts.php:118
1055
- #: public/editor-build/214-wp/texts.php:448
1056
  msgid "Make it a Slider"
1057
  msgstr ""
1058
 
1059
- #: languages/texts.php:119
1060
- #: public/editor-build/214-wp/texts.php:88
1061
  msgid "Auto Play"
1062
  msgstr ""
1063
 
1064
- #: languages/texts.php:120
1065
- #: public/editor-build/214-wp/texts.php:733
1066
  msgid "Speed"
1067
  msgstr ""
1068
 
1069
- #: languages/texts.php:121
1070
- #: public/editor-build/214-wp/texts.php:493
1071
  msgid "Navigation"
1072
  msgstr ""
1073
 
1074
- #: languages/texts.php:122
1075
- #: public/editor-build/214-wp/texts.php:237
1076
  msgid "Dots"
1077
  msgstr ""
1078
 
1079
- #: languages/texts.php:123
1080
- #: public/editor-build/214-wp/texts.php:499
1081
  msgid "None"
1082
  msgstr ""
1083
 
1084
- #: languages/texts.php:124
1085
- #: public/editor-build/214-wp/texts.php:159
1086
  msgid "Circle"
1087
  msgstr ""
1088
 
1089
- #: languages/texts.php:125
1090
- #: public/editor-build/214-wp/texts.php:225
1091
  msgid "Diamond"
1092
  msgstr ""
1093
 
1094
- #: languages/texts.php:126
1095
- #: public/editor-build/214-wp/texts.php:735
1096
  msgid "Square"
1097
  msgstr ""
1098
 
1099
- #: languages/texts.php:127
1100
- #: public/editor-build/214-wp/texts.php:78
1101
  msgid "Arrows"
1102
  msgstr ""
1103
 
1104
- #: languages/texts.php:128
1105
- #: public/editor-build/214-wp/texts.php:79
1106
  msgid "Arrows Spacing"
1107
  msgstr ""
1108
 
1109
- #: languages/texts.php:129
1110
- #: public/editor-build/214-wp/texts.php:785
1111
  msgid "Thin"
1112
  msgstr ""
1113
 
1114
- #: languages/texts.php:130
1115
- #: public/editor-build/214-wp/texts.php:366
1116
  msgid "Heavy"
1117
  msgstr ""
1118
 
1119
- #: languages/texts.php:131
1120
- #: public/editor-build/214-wp/texts.php:772
1121
  msgid "Tail"
1122
  msgstr ""
1123
 
1124
- #: languages/texts.php:132
1125
- #: public/editor-build/214-wp/texts.php:647
1126
  msgid "Round"
1127
  msgstr ""
1128
 
1129
- #: languages/texts.php:133
1130
- #: public/editor-build/214-wp/texts.php:522
1131
  msgid "Outline"
1132
  msgstr ""
1133
 
1134
- #: languages/texts.php:135
1135
- #: public/editor-build/214-wp/texts.php:337
1136
  msgid "Full Height"
1137
  msgstr ""
1138
 
1139
- #: languages/texts.php:136
1140
- #: public/editor-build/214-wp/texts.php:857
1141
  msgid "Width"
1142
  msgstr ""
1143
 
1144
- #: languages/texts.php:137
1145
- #: public/editor-build/214-wp/texts.php:367
1146
  msgid "Height"
1147
  msgstr ""
1148
 
1149
- #: languages/texts.php:138
1150
- #: public/editor-build/214-wp/texts.php:124
1151
  msgid "Boxed"
1152
  msgstr ""
1153
 
1154
- #: languages/texts.php:139
1155
- #: public/editor-build/214-wp/texts.php:87
1156
  msgid "Auto"
1157
  msgstr ""
1158
 
1159
- #: languages/texts.php:141
1160
- #: public/editor-build/214-wp/texts.php:336
 
 
 
1161
  msgid "Full"
1162
  msgstr ""
1163
 
1164
- #: languages/texts.php:142
1165
- #: public/editor-build/214-wp/texts.php:379
1166
  msgid "Hover Transition"
1167
  msgstr ""
1168
 
1169
- #: languages/texts.php:144
1170
- #: public/editor-build/214-wp/texts.php:145
1171
  msgid "Carousel"
1172
  msgstr ""
1173
 
1174
- #: languages/texts.php:145
1175
  msgid "Swipe"
1176
  msgstr ""
1177
 
1178
- #: languages/texts.php:148
1179
- #: public/editor-build/214-wp/texts.php:478
1180
  msgid "Missing Element"
1181
  msgstr ""
1182
 
1183
- #: languages/texts.php:149
1184
- #: public/editor-build/214-wp/texts.php:192
1185
  msgid "Could not find"
1186
  msgstr ""
1187
 
1188
- #: languages/texts.php:150
1189
- #: public/editor-build/214-wp/texts.php:882
1190
  msgid "component"
1191
  msgstr ""
1192
 
1193
- #: languages/texts.php:153
1194
- #: public/editor-build/214-wp/texts.php:49
1195
  msgid "Add New Column"
1196
  msgstr ""
1197
 
1198
- #: languages/texts.php:155
1199
- #: public/editor-build/214-wp/texts.php:99
1200
  msgid "Background"
1201
  msgstr ""
1202
 
1203
- #: languages/texts.php:156
1204
- #: public/editor-build/214-wp/texts.php:104
1205
  msgid "Bg Size"
1206
  msgstr ""
1207
 
1208
- #: languages/texts.php:157
1209
- #: public/editor-build/214-wp/texts.php:537
1210
  msgid "Parallax"
1211
  msgstr ""
1212
 
1213
- #: languages/texts.php:158
1214
- #: public/editor-build/214-wp/texts.php:311
1215
  msgid "Fixed"
1216
  msgstr ""
1217
 
1218
- #: languages/texts.php:159
1219
- #: public/editor-build/214-wp/texts.php:73
1220
  msgid "Animated"
1221
  msgstr ""
1222
 
1223
- #: languages/texts.php:160
1224
- #: public/editor-build/214-wp/texts.php:741
1225
  msgid "Sticky"
1226
  msgstr ""
1227
 
1228
- #: languages/texts.php:161
1229
- #: public/editor-build/214-wp/texts.php:816
1230
  msgid "URL"
1231
  msgstr ""
1232
 
1233
- #: languages/texts.php:162
1234
- #: public/editor-build/214-wp/texts.php:869
1235
  msgid "YouTube or Vimeo"
1236
  msgstr ""
1237
 
1238
- #: languages/texts.php:163
1239
  msgid "Quality"
1240
  msgstr ""
1241
 
1242
- #: languages/texts.php:164
1243
  msgid "1080p"
1244
  msgstr ""
1245
 
1246
- #: languages/texts.php:165
1247
  msgid "720p"
1248
  msgstr ""
1249
 
1250
- #: languages/texts.php:166
1251
- #: public/editor-build/214-wp/texts.php:439
1252
  msgid "Loop"
1253
  msgstr ""
1254
 
1255
- #: languages/texts.php:167
1256
- #: public/editor-build/214-wp/texts.php:60
1257
  msgid "Address"
1258
  msgstr ""
1259
 
1260
- #: languages/texts.php:168
1261
- #: public/editor-build/214-wp/texts.php:264
1262
  msgid "Enter address"
1263
  msgstr ""
1264
 
1265
- #: languages/texts.php:169
1266
- #: public/editor-build/214-wp/texts.php:875
1267
  msgid "Zoom"
1268
  msgstr ""
1269
 
1270
- #: languages/texts.php:171
1271
- #: public/editor-build/214-wp/texts.php:169
1272
  msgid "Colors"
1273
  msgstr ""
1274
 
1275
- #: languages/texts.php:172
1276
- #: public/editor-build/214-wp/texts.php:168
1277
  msgid "Color"
1278
  msgstr ""
1279
 
1280
- #: languages/texts.php:173
1281
- #: public/editor-build/214-wp/texts.php:524
1282
  msgid "Overlay"
1283
  msgstr ""
1284
 
1285
- #: languages/texts.php:174
1286
- #: public/editor-build/214-wp/texts.php:116
1287
  msgid "Border"
1288
  msgstr ""
1289
 
1290
- #: languages/texts.php:175
1291
- #: public/editor-build/214-wp/texts.php:719
1292
  msgid "Solid"
1293
  msgstr ""
1294
 
1295
- #: languages/texts.php:176
1296
- #: public/editor-build/214-wp/texts.php:353
1297
  msgid "Gradient"
1298
  msgstr ""
1299
 
1300
- #: languages/texts.php:177
1301
- #: public/editor-build/214-wp/texts.php:427
1302
  msgid "Linear"
1303
  msgstr ""
1304
 
1305
- #: languages/texts.php:178
1306
- #: public/editor-build/214-wp/texts.php:607
1307
  msgid "Radial"
1308
  msgstr ""
1309
 
1310
- #: languages/texts.php:180
1311
- #: public/editor-build/214-wp/texts.php:246
1312
  msgid "Dynamic Content"
1313
  msgstr ""
1314
 
1315
- #: languages/texts.php:183
1316
- #: public/editor-build/214-wp/texts.php:242
1317
  msgid "Duplicate"
1318
  msgstr ""
1319
 
1320
- #: languages/texts.php:184
1321
- #: public/editor-build/214-wp/texts.php:220
1322
  msgid "Delete"
1323
  msgstr ""
1324
 
1325
- #: languages/texts.php:186
1326
- #: public/editor-build/214-wp/texts.php:266
1327
  msgid "Entrance Animation"
1328
  msgstr ""
1329
 
1330
- #: languages/texts.php:187
1331
- #: public/editor-build/214-wp/texts.php:244
1332
  msgid "Duration"
1333
  msgstr ""
1334
 
1335
- #: languages/texts.php:188
1336
- #: public/editor-build/214-wp/texts.php:219
1337
  msgid "Delay"
1338
  msgstr ""
1339
 
1340
- #: languages/texts.php:189
1341
- #: public/editor-build/214-wp/texts.php:118
1342
  msgid "Bounce"
1343
  msgstr ""
1344
 
1345
- #: languages/texts.php:190
1346
- #: public/editor-build/214-wp/texts.php:312
1347
  msgid "Flash"
1348
  msgstr ""
1349
 
1350
- #: languages/texts.php:191
1351
- #: public/editor-build/214-wp/texts.php:605
1352
  msgid "Pulse"
1353
  msgstr ""
1354
 
1355
- #: languages/texts.php:192
1356
- #: public/editor-build/214-wp/texts.php:650
1357
  msgid "RubberBand"
1358
  msgstr ""
1359
 
1360
- #: languages/texts.php:193
1361
- #: public/editor-build/214-wp/texts.php:685
1362
  msgid "Shake"
1363
  msgstr ""
1364
 
1365
- #: languages/texts.php:194
1366
- #: public/editor-build/214-wp/texts.php:755
1367
  msgid "Swing"
1368
  msgstr ""
1369
 
1370
- #: languages/texts.php:195
1371
- #: public/editor-build/214-wp/texts.php:770
1372
  msgid "Tada"
1373
  msgstr ""
1374
 
1375
- #: languages/texts.php:196
1376
- #: public/editor-build/214-wp/texts.php:858
1377
  msgid "Wobble"
1378
  msgstr ""
1379
 
1380
- #: languages/texts.php:197
1381
- #: public/editor-build/214-wp/texts.php:412
1382
  msgid "Jello"
1383
  msgstr ""
1384
 
1385
- #: languages/texts.php:198
1386
- #: public/editor-build/214-wp/texts.php:119
1387
  msgid "BounceIn"
1388
  msgstr ""
1389
 
1390
- #: languages/texts.php:199
1391
- #: public/editor-build/214-wp/texts.php:120
1392
  msgid "BounceInDown"
1393
  msgstr ""
1394
 
1395
- #: languages/texts.php:200
1396
- #: public/editor-build/214-wp/texts.php:121
1397
  msgid "BounceInLeft"
1398
  msgstr ""
1399
 
1400
- #: languages/texts.php:201
1401
- #: public/editor-build/214-wp/texts.php:122
1402
  msgid "BounceInRight"
1403
  msgstr ""
1404
 
1405
- #: languages/texts.php:202
1406
- #: public/editor-build/214-wp/texts.php:123
1407
  msgid "BounceInUp"
1408
  msgstr ""
1409
 
1410
- #: languages/texts.php:203
1411
  msgid "BounceOut"
1412
  msgstr ""
1413
 
1414
- #: languages/texts.php:204
1415
  msgid "BounceOutDown"
1416
  msgstr ""
1417
 
1418
- #: languages/texts.php:205
1419
  msgid "BounceOutLeft"
1420
  msgstr ""
1421
 
1422
- #: languages/texts.php:206
1423
  msgid "BounceOutRight"
1424
  msgstr ""
1425
 
1426
- #: languages/texts.php:207
1427
  msgid "BounceOutUp"
1428
  msgstr ""
1429
 
1430
- #: languages/texts.php:208
1431
- #: public/editor-build/214-wp/texts.php:286
1432
  msgid "FadeIn"
1433
  msgstr ""
1434
 
1435
- #: languages/texts.php:209
1436
- #: public/editor-build/214-wp/texts.php:287
1437
  msgid "FadeInDown"
1438
  msgstr ""
1439
 
1440
- #: languages/texts.php:210
1441
- #: public/editor-build/214-wp/texts.php:288
1442
  msgid "FadeInDownBig"
1443
  msgstr ""
1444
 
1445
- #: languages/texts.php:211
1446
- #: public/editor-build/214-wp/texts.php:289
1447
  msgid "FadeInLeft"
1448
  msgstr ""
1449
 
1450
- #: languages/texts.php:212
1451
- #: public/editor-build/214-wp/texts.php:290
1452
  msgid "FadeInLeftBig"
1453
  msgstr ""
1454
 
1455
- #: languages/texts.php:213
1456
- #: public/editor-build/214-wp/texts.php:291
1457
  msgid "FadeInRight"
1458
  msgstr ""
1459
 
1460
- #: languages/texts.php:214
1461
- #: public/editor-build/214-wp/texts.php:292
1462
  msgid "FadeInRightBig"
1463
  msgstr ""
1464
 
1465
- #: languages/texts.php:215
1466
- #: public/editor-build/214-wp/texts.php:293
1467
  msgid "FadeInUp"
1468
  msgstr ""
1469
 
1470
- #: languages/texts.php:216
1471
- #: public/editor-build/214-wp/texts.php:294
1472
  msgid "FadeInUpBig"
1473
  msgstr ""
1474
 
1475
- #: languages/texts.php:217
1476
  msgid "FadeOut"
1477
  msgstr ""
1478
 
1479
- #: languages/texts.php:218
1480
  msgid "FadeOutDown"
1481
  msgstr ""
1482
 
1483
- #: languages/texts.php:219
1484
  msgid "FadeOutDownBig"
1485
  msgstr ""
1486
 
1487
- #: languages/texts.php:220
1488
  msgid "FadeOutLeft"
1489
  msgstr ""
1490
 
1491
- #: languages/texts.php:221
1492
  msgid "FadeOutLeftBig"
1493
  msgstr ""
1494
 
1495
- #: languages/texts.php:222
1496
  msgid "FadeOutRight"
1497
  msgstr ""
1498
 
1499
- #: languages/texts.php:223
1500
  msgid "FadeOutRightBig"
1501
  msgstr ""
1502
 
1503
- #: languages/texts.php:224
1504
  msgid "FadeOutUp"
1505
  msgstr ""
1506
 
1507
- #: languages/texts.php:225
1508
  msgid "FadeOutUpBig"
1509
  msgstr ""
1510
 
1511
- #: languages/texts.php:226
1512
- #: public/editor-build/214-wp/texts.php:313
1513
  msgid "Flip"
1514
  msgstr ""
1515
 
1516
- #: languages/texts.php:227
1517
- #: public/editor-build/214-wp/texts.php:314
1518
  msgid "FlipInX"
1519
  msgstr ""
1520
 
1521
- #: languages/texts.php:228
1522
- #: public/editor-build/214-wp/texts.php:315
1523
  msgid "FlipInY"
1524
  msgstr ""
1525
 
1526
- #: languages/texts.php:229
1527
  msgid "FlipOutX"
1528
  msgstr ""
1529
 
1530
- #: languages/texts.php:230
1531
  msgid "FlipOutY"
1532
  msgstr ""
1533
 
1534
- #: languages/texts.php:231
1535
- #: public/editor-build/214-wp/texts.php:423
1536
  msgid "LightSpeedIn"
1537
  msgstr ""
1538
 
1539
- #: languages/texts.php:232
1540
- #: public/editor-build/214-wp/texts.php:642
1541
  msgid "RotateIn"
1542
  msgstr ""
1543
 
1544
- #: languages/texts.php:233
1545
- #: public/editor-build/214-wp/texts.php:643
1546
  msgid "RotateInDownLeft"
1547
  msgstr ""
1548
 
1549
- #: languages/texts.php:234
1550
- #: public/editor-build/214-wp/texts.php:644
1551
  msgid "RotateInDownRight"
1552
  msgstr ""
1553
 
1554
- #: languages/texts.php:235
1555
- #: public/editor-build/214-wp/texts.php:645
1556
  msgid "RotateInUpLeft"
1557
  msgstr ""
1558
 
1559
- #: languages/texts.php:236
1560
- #: public/editor-build/214-wp/texts.php:646
1561
  msgid "RotateInUpRight"
1562
  msgstr ""
1563
 
1564
- #: languages/texts.php:237
1565
  msgid "RotateOut"
1566
  msgstr ""
1567
 
1568
- #: languages/texts.php:238
1569
  msgid "RotateOutDownLeft"
1570
  msgstr ""
1571
 
1572
- #: languages/texts.php:239
1573
  msgid "RotateOutDownRight"
1574
  msgstr ""
1575
 
1576
- #: languages/texts.php:240
1577
  msgid "RotateOutUpLeft"
1578
  msgstr ""
1579
 
1580
- #: languages/texts.php:241
1581
  msgid "RotateOutUpRight"
1582
  msgstr ""
1583
 
1584
- #: languages/texts.php:242
1585
- #: public/editor-build/214-wp/texts.php:716
1586
  msgid "SlideInUp"
1587
  msgstr ""
1588
 
1589
- #: languages/texts.php:243
1590
- #: public/editor-build/214-wp/texts.php:713
1591
  msgid "SlideInDown"
1592
  msgstr ""
1593
 
1594
- #: languages/texts.php:244
1595
- #: public/editor-build/214-wp/texts.php:714
1596
  msgid "SlideInLeft"
1597
  msgstr ""
1598
 
1599
- #: languages/texts.php:245
1600
- #: public/editor-build/214-wp/texts.php:715
1601
  msgid "SlideInRight"
1602
  msgstr ""
1603
 
1604
- #: languages/texts.php:246
1605
  msgid "SlideOutUp"
1606
  msgstr ""
1607
 
1608
- #: languages/texts.php:247
1609
  msgid "SlideOutDown"
1610
  msgstr ""
1611
 
1612
- #: languages/texts.php:248
1613
  msgid "SlideOutLeft"
1614
  msgstr ""
1615
 
1616
- #: languages/texts.php:249
1617
  msgid "SlideOutRight"
1618
  msgstr ""
1619
 
1620
- #: languages/texts.php:250
1621
- #: public/editor-build/214-wp/texts.php:876
1622
  msgid "ZoomIn"
1623
  msgstr ""
1624
 
1625
- #: languages/texts.php:251
1626
- #: public/editor-build/214-wp/texts.php:877
1627
  msgid "ZoomInDown"
1628
  msgstr ""
1629
 
1630
- #: languages/texts.php:252
1631
- #: public/editor-build/214-wp/texts.php:878
1632
  msgid "ZoomInLeft"
1633
  msgstr ""
1634
 
1635
- #: languages/texts.php:253
1636
- #: public/editor-build/214-wp/texts.php:879
1637
  msgid "ZoomInRight"
1638
  msgstr ""
1639
 
1640
- #: languages/texts.php:254
1641
- #: public/editor-build/214-wp/texts.php:880
1642
  msgid "ZoomInUp"
1643
  msgstr ""
1644
 
1645
- #: languages/texts.php:255
1646
  msgid "ZoomOut"
1647
  msgstr ""
1648
 
1649
- #: languages/texts.php:256
1650
  msgid "ZoomOutDown"
1651
  msgstr ""
1652
 
1653
- #: languages/texts.php:257
1654
  msgid "ZoomOutLeft"
1655
  msgstr ""
1656
 
1657
- #: languages/texts.php:258
1658
  msgid "ZoomOutRight"
1659
  msgstr ""
1660
 
1661
- #: languages/texts.php:259
1662
  msgid "ZoomOutUp"
1663
  msgstr ""
1664
 
1665
- #: languages/texts.php:260
1666
  msgid "Hinge"
1667
  msgstr ""
1668
 
1669
- #: languages/texts.php:261
1670
- #: public/editor-build/214-wp/texts.php:411
1671
  msgid "JackInTheBox"
1672
  msgstr ""
1673
 
1674
- #: languages/texts.php:262
1675
- #: public/editor-build/214-wp/texts.php:640
1676
  msgid "RollIn"
1677
  msgstr ""
1678
 
1679
- #: languages/texts.php:263
1680
  msgid "RollOut"
1681
  msgstr ""
1682
 
1683
- #: languages/texts.php:265
1684
- #: public/editor-build/214-wp/texts.php:179
1685
  msgid "Content"
1686
  msgstr ""
1687
 
1688
- #: languages/texts.php:266
1689
- #: public/editor-build/214-wp/texts.php:62
1690
  msgid "Align"
1691
  msgstr ""
1692
 
1693
- #: languages/texts.php:267
1694
- #: public/editor-build/214-wp/texts.php:562
1695
  msgid "Position"
1696
  msgstr ""
1697
 
1698
- #: languages/texts.php:269
1699
- #: public/editor-build/214-wp/texts.php:813
1700
  msgid "Typography"
1701
  msgstr ""
1702
 
1703
- #: languages/texts.php:270
1704
- #: public/editor-build/214-wp/texts.php:318
1705
  msgid "Font Family"
1706
  msgstr ""
1707
 
1708
- #: languages/texts.php:271
1709
- #: public/editor-build/214-wp/texts.php:705
1710
  msgid "Size"
1711
  msgstr ""
1712
 
1713
- #: languages/texts.php:272
1714
- #: public/editor-build/214-wp/texts.php:426
1715
  msgid "Line Hgt."
1716
  msgstr ""
1717
 
1718
- #: languages/texts.php:273
1719
- #: public/editor-build/214-wp/texts.php:421
1720
  msgid "Letter Sp."
1721
  msgstr ""
1722
 
1723
- #: languages/texts.php:274
1724
- #: public/editor-build/214-wp/texts.php:431
1725
  msgid "List"
1726
  msgstr ""
1727
 
1728
- #: languages/texts.php:275
1729
- #: public/editor-build/214-wp/texts.php:115
1730
  msgid "Bold"
1731
  msgstr ""
1732
 
1733
- #: languages/texts.php:276
1734
- #: public/editor-build/214-wp/texts.php:409
1735
  msgid "Italic"
1736
  msgstr ""
1737
 
1738
- #: languages/texts.php:277
1739
- #: public/editor-build/214-wp/texts.php:344
1740
  msgid "Gap Above"
1741
  msgstr ""
1742
 
1743
- #: languages/texts.php:278
1744
- #: public/editor-build/214-wp/texts.php:345
1745
  msgid "Gap Below"
1746
  msgstr ""
1747
 
1748
- #: languages/texts.php:279
1749
- #: public/editor-build/214-wp/texts.php:361
1750
  msgid "HTML Tag"
1751
  msgstr ""
1752
 
1753
- #: languages/texts.php:280
1754
- #: public/editor-build/214-wp/texts.php:526
1755
  msgid "P"
1756
  msgstr ""
1757
 
1758
- #: languages/texts.php:281
1759
- #: public/editor-build/214-wp/texts.php:355
1760
  msgid "H1"
1761
  msgstr ""
1762
 
1763
- #: languages/texts.php:282
1764
- #: public/editor-build/214-wp/texts.php:356
1765
  msgid "H2"
1766
  msgstr ""
1767
 
1768
- #: languages/texts.php:283
1769
- #: public/editor-build/214-wp/texts.php:357
1770
  msgid "H3"
1771
  msgstr ""
1772
 
1773
- #: languages/texts.php:284
1774
- #: public/editor-build/214-wp/texts.php:358
1775
  msgid "H4"
1776
  msgstr ""
1777
 
1778
- #: languages/texts.php:285
1779
- #: public/editor-build/214-wp/texts.php:359
1780
  msgid "H5"
1781
  msgstr ""
1782
 
1783
- #: languages/texts.php:286
1784
- #: public/editor-build/214-wp/texts.php:360
1785
  msgid "H6"
1786
  msgstr ""
1787
 
1788
- #: languages/texts.php:287
1789
- #: public/editor-build/214-wp/texts.php:527
1790
  msgid "PRE"
1791
  msgstr ""
1792
 
1793
- #: languages/texts.php:288
1794
- #: public/editor-build/214-wp/texts.php:249
1795
  msgid "Editable Text"
1796
  msgstr ""
1797
 
1798
- #: languages/texts.php:290
1799
- #: public/editor-build/214-wp/texts.php:428
1800
  msgid "Link"
1801
  msgstr ""
1802
 
1803
- #: languages/texts.php:291
1804
  msgid "Anchor"
1805
  msgstr ""
1806
 
1807
- #: languages/texts.php:292
1808
- #: public/editor-build/214-wp/texts.php:429
1809
  msgid "Link to"
1810
  msgstr ""
1811
 
1812
- #: languages/texts.php:293
1813
- #: public/editor-build/214-wp/texts.php:516
1814
  msgid "Open In New Tab"
1815
  msgstr ""
1816
 
1817
- #: languages/texts.php:296
1818
- #: public/editor-build/214-wp/texts.php:528
1819
  msgid "Padding"
1820
  msgstr ""
1821
 
1822
- #: languages/texts.php:297
1823
- #: public/editor-build/214-wp/texts.php:451
1824
  msgid "Margin"
1825
  msgstr ""
1826
 
1827
- #: languages/texts.php:298
1828
- #: public/editor-build/214-wp/texts.php:184
1829
  msgid "Corner"
1830
  msgstr ""
1831
 
1832
- #: languages/texts.php:299
1833
- #: public/editor-build/214-wp/texts.php:306
1834
  msgid "Fill"
1835
  msgstr ""
1836
 
1837
- #: languages/texts.php:300
1838
- #: public/editor-build/214-wp/texts.php:728
1839
  msgid "Spacing"
1840
  msgstr ""
1841
 
1842
- #: languages/texts.php:303
1843
- #: public/editor-build/214-wp/texts.php:684
1844
  msgid "Shadow"
1845
  msgstr ""
1846
 
1847
- #: languages/texts.php:306
1848
- #: public/editor-build/214-wp/texts.php:500
1849
  msgid "Normal"
1850
  msgstr ""
1851
 
1852
- #: languages/texts.php:307
1853
- #: public/editor-build/214-wp/texts.php:378
1854
  msgid "Hover"
1855
  msgstr ""
1856
 
1857
- #: languages/texts.php:310
1858
- #: public/editor-build/214-wp/texts.php:636
1859
  msgid "Reverse Columns"
1860
  msgstr ""
1861
 
1862
- #: languages/texts.php:315
1863
- #: public/editor-build/214-wp/texts.php:376
1864
  msgid "Hour"
1865
  msgstr ""
1866
 
1867
- #: languages/texts.php:316
1868
- #: public/editor-build/214-wp/texts.php:477
1869
  msgid "Minutes"
1870
  msgstr ""
1871
 
1872
- #: languages/texts.php:317
1873
- #: public/editor-build/214-wp/texts.php:790
1874
  msgid "Time Zone"
1875
  msgstr ""
1876
 
1877
- #: languages/texts.php:318
1878
- #: public/editor-build/214-wp/texts.php:21
1879
  msgid "- 11:00 (Niue)"
1880
  msgstr ""
1881
 
1882
- #: languages/texts.php:319
1883
- #: public/editor-build/214-wp/texts.php:20
1884
  msgid "- 10:00 (Honolulu, Papeete)"
1885
  msgstr ""
1886
 
1887
- #: languages/texts.php:320
1888
- #: public/editor-build/214-wp/texts.php:30
1889
  msgid "- 9:00 (Anchorage)"
1890
  msgstr ""
1891
 
1892
- #: languages/texts.php:321
1893
- #: public/editor-build/214-wp/texts.php:29
1894
  msgid "- 8:00 (Los Angeles)"
1895
  msgstr ""
1896
 
1897
- #: languages/texts.php:322
1898
- #: public/editor-build/214-wp/texts.php:28
1899
  msgid "- 7:00 (Denver, Phoenix)"
1900
  msgstr ""
1901
 
1902
- #: languages/texts.php:323
1903
- #: public/editor-build/214-wp/texts.php:27
1904
  msgid "- 6:00 (Chicago, Dallas)"
1905
  msgstr ""
1906
 
1907
- #: languages/texts.php:324
1908
- #: public/editor-build/214-wp/texts.php:26
1909
  msgid "- 5:00 (New York, Miami)"
1910
  msgstr ""
1911
 
1912
- #: languages/texts.php:325
1913
- #: public/editor-build/214-wp/texts.php:25
1914
  msgid "- 4:00 (Halifax, Manaus)"
1915
  msgstr ""
1916
 
1917
- #: languages/texts.php:326
1918
- #: public/editor-build/214-wp/texts.php:24
1919
  msgid "- 3:00 (Brasilia, Santiago)"
1920
  msgstr ""
1921
 
1922
- #: languages/texts.php:327
1923
- #: public/editor-build/214-wp/texts.php:23
1924
  msgid "- 2:00 (Noronha)"
1925
  msgstr ""
1926
 
1927
- #: languages/texts.php:328
1928
- #: public/editor-build/214-wp/texts.php:22
1929
  msgid "- 1:00 (Cape Verde)"
1930
  msgstr ""
1931
 
1932
- #: languages/texts.php:329
1933
- #: public/editor-build/214-wp/texts.php:31
1934
  msgid "00:00 (London, Dublin)"
1935
  msgstr ""
1936
 
1937
- #: languages/texts.php:330
1938
- #: public/editor-build/214-wp/texts.php:11
1939
  msgid "+ 1:00 (Berlin, Paris)"
1940
  msgstr ""
1941
 
1942
- #: languages/texts.php:331
1943
- #: public/editor-build/214-wp/texts.php:12
1944
  msgid "+ 2:00 (Athens, Istanbul)"
1945
  msgstr ""
1946
 
1947
- #: languages/texts.php:332
1948
- #: public/editor-build/214-wp/texts.php:13
1949
  msgid "+ 3:00 (Moscow, Baghdad)"
1950
  msgstr ""
1951
 
1952
- #: languages/texts.php:333
1953
- #: public/editor-build/214-wp/texts.php:14
1954
  msgid "+ 4:00 (Dubai, Baku)"
1955
  msgstr ""
1956
 
1957
- #: languages/texts.php:334
1958
- #: public/editor-build/214-wp/texts.php:15
1959
  msgid "+ 5:00 (Yekaterinburg)"
1960
  msgstr ""
1961
 
1962
- #: languages/texts.php:335
1963
  msgid "+ 6:00 (Astana)"
1964
  msgstr ""
1965
 
1966
- #: languages/texts.php:336
1967
- #: public/editor-build/214-wp/texts.php:17
1968
  msgid "+ 7:00 (Bangkok, Jakarta)"
1969
  msgstr ""
1970
 
1971
- #: languages/texts.php:337
1972
- #: public/editor-build/214-wp/texts.php:18
1973
  msgid "+ 8:00 (Singapore, Beijing)"
1974
  msgstr ""
1975
 
1976
- #: languages/texts.php:338
1977
- #: public/editor-build/214-wp/texts.php:19
1978
  msgid "+ 9:00 (Tokyo, Seoul)"
1979
  msgstr ""
1980
 
1981
- #: languages/texts.php:339
1982
  msgid "+ 10:00 (Sidney, Melbourne)"
1983
  msgstr ""
1984
 
1985
- #: languages/texts.php:340
1986
- #: public/editor-build/214-wp/texts.php:9
1987
  msgid "+ 11:00 (Ponape)"
1988
  msgstr ""
1989
 
1990
- #: languages/texts.php:341
1991
- #: public/editor-build/214-wp/texts.php:10
1992
  msgid "+ 12:00 (Auckland)"
1993
  msgstr ""
1994
 
1995
- #: languages/texts.php:342
1996
- #: public/editor-build/214-wp/texts.php:415
1997
  msgid "Language"
1998
  msgstr ""
1999
 
2000
- #: languages/texts.php:343
2001
- #: public/editor-build/214-wp/texts.php:346
2002
  msgid "German"
2003
  msgstr ""
2004
 
2005
- #: languages/texts.php:344
2006
- #: public/editor-build/214-wp/texts.php:263
2007
  msgid "English"
2008
  msgstr ""
2009
 
2010
- #: languages/texts.php:345
2011
- #: public/editor-build/214-wp/texts.php:730
2012
  msgid "Spanish"
2013
  msgstr ""
2014
 
2015
- #: languages/texts.php:346
2016
- #: public/editor-build/214-wp/texts.php:333
2017
  msgid "French"
2018
  msgstr ""
2019
 
2020
- #: languages/texts.php:347
2021
- #: public/editor-build/214-wp/texts.php:408
2022
  msgid "Italian"
2023
  msgstr ""
2024
 
2025
- #: languages/texts.php:348
2026
- #: public/editor-build/214-wp/texts.php:245
2027
  msgid "Dutch"
2028
  msgstr ""
2029
 
2030
- #: languages/texts.php:349
2031
- #: public/editor-build/214-wp/texts.php:651
2032
  msgid "Russian"
2033
  msgstr ""
2034
 
2035
- #: languages/texts.php:351
2036
- #: public/editor-build/214-wp/texts.php:738
2037
  msgid "Start"
2038
  msgstr ""
2039
 
2040
- #: languages/texts.php:352
2041
- #: public/editor-build/214-wp/texts.php:262
2042
  msgid "End"
2043
  msgstr ""
2044
 
2045
- #: languages/texts.php:354
2046
- #: public/editor-build/214-wp/texts.php:545
2047
  msgid "Paste your code here..."
2048
  msgstr ""
2049
 
2050
- #: languages/texts.php:356
2051
- #: public/editor-build/214-wp/texts.php:301
2052
  msgid "Field"
2053
  msgstr ""
2054
 
2055
- #: languages/texts.php:357
2056
- #: public/editor-build/214-wp/texts.php:302
2057
  msgid "Field Type"
2058
  msgstr ""
2059
 
2060
- #: languages/texts.php:358
2061
- #: public/editor-build/214-wp/texts.php:414
2062
  msgid "Label"
2063
  msgstr ""
2064
 
2065
- #: languages/texts.php:359
2066
- #: public/editor-build/214-wp/texts.php:465
2067
  msgid "Message"
2068
  msgstr ""
2069
 
2070
- #: languages/texts.php:360
2071
- #: public/editor-build/214-wp/texts.php:752
2072
  msgid "Success"
2073
  msgstr ""
2074
 
2075
- #: languages/texts.php:361
2076
- #: public/editor-build/214-wp/texts.php:267
2077
- msgid "Error"
2078
- msgstr ""
2079
-
2080
- #: languages/texts.php:362
2081
- #: public/editor-build/214-wp/texts.php:467
2082
  msgid "Message sent"
2083
  msgstr ""
2084
 
2085
- #: languages/texts.php:363
2086
- #: public/editor-build/214-wp/texts.php:466
2087
  msgid "Message not sent"
2088
  msgstr ""
2089
 
2090
- #: languages/texts.php:364
2091
- #: public/editor-build/214-wp/texts.php:615
2092
  msgid "Redirect"
2093
  msgstr ""
2094
 
2095
- #: languages/texts.php:365
2096
- #: public/editor-build/214-wp/texts.php:351
2097
  msgid "Go to"
2098
  msgstr ""
2099
 
2100
- #: languages/texts.php:366
2101
- #: public/editor-build/214-wp/texts.php:632
2102
  msgid "Required"
2103
  msgstr ""
2104
 
2105
- #: languages/texts.php:367
2106
- #: public/editor-build/214-wp/texts.php:252
2107
- msgid "Email"
2108
- msgstr ""
2109
-
2110
- #: languages/texts.php:368
2111
- #: public/editor-build/214-wp/texts.php:510
2112
  msgid "Number"
2113
  msgstr ""
2114
 
2115
- #: languages/texts.php:369
2116
- #: public/editor-build/214-wp/texts.php:536
2117
  msgid "Paragraph"
2118
  msgstr ""
2119
 
2120
- #: languages/texts.php:370
2121
- #: public/editor-build/214-wp/texts.php:675
2122
  msgid "Select"
2123
  msgstr ""
2124
 
2125
- #: languages/texts.php:373
2126
- #: public/editor-build/214-wp/texts.php:746
2127
  msgid "Style"
2128
  msgstr ""
2129
 
2130
- #: languages/texts.php:374
2131
  msgid "Opacity"
2132
  msgstr ""
2133
 
2134
- #: languages/texts.php:375
2135
  msgid "Contrast"
2136
  msgstr ""
2137
 
2138
- #: languages/texts.php:376
2139
  msgid "Hue"
2140
  msgstr ""
2141
 
2142
- #: languages/texts.php:377
2143
  msgid "Brightness"
2144
  msgstr ""
2145
 
2146
- #: languages/texts.php:378
2147
  msgid "Saturation"
2148
  msgstr ""
2149
 
2150
- #: languages/texts.php:380
2151
  msgid "LightBox"
2152
  msgstr ""
2153
 
2154
- #: languages/texts.php:381
2155
- #: public/editor-build/214-wp/texts.php:517
2156
  msgid "Open in Lightbox"
2157
  msgstr ""
2158
 
2159
- #: languages/texts.php:383
2160
- #: public/editor-build/214-wp/texts.php:341
2161
  msgid "Gallery"
2162
  msgstr ""
2163
 
2164
- #: languages/texts.php:385
2165
- #: public/editor-build/214-wp/texts.php:548
2166
  msgid "Percentage"
2167
  msgstr ""
2168
 
2169
- #: languages/texts.php:386
2170
  msgid "Show Percentage"
2171
  msgstr ""
2172
 
2173
- #: languages/texts.php:387
2174
- #: public/editor-build/214-wp/texts.php:100
2175
  msgid "Bar"
2176
  msgstr ""
2177
 
2178
- #: languages/texts.php:389
2179
- #: public/editor-build/214-wp/texts.php:722
2180
  msgid "SoundCloud"
2181
  msgstr ""
2182
 
2183
- #: languages/texts.php:390
2184
- #: public/editor-build/214-wp/texts.php:723
2185
  msgid "SoundCloud Link"
2186
  msgstr ""
2187
 
2188
- #: languages/texts.php:392
2189
  msgid "Video Link"
2190
  msgstr ""
2191
 
2192
- #: languages/texts.php:393
2193
- #: public/editor-build/214-wp/texts.php:611
2194
  msgid "Ratio"
2195
  msgstr ""
2196
 
2197
- #: languages/texts.php:394
2198
- #: public/editor-build/214-wp/texts.php:182
2199
  msgid "Controls"
2200
  msgstr ""
2201
 
2202
- #: languages/texts.php:395
2203
- #: public/editor-build/214-wp/texts.php:199
2204
  msgid "Cover"
2205
  msgstr ""
2206
 
2207
- #: languages/texts.php:396
2208
- #: public/editor-build/214-wp/texts.php:552
2209
  msgid "Play"
2210
  msgstr ""
2211
 
2212
- #: languages/texts.php:399
2213
- #: public/editor-build/214-wp/texts.php:364
2214
  msgid "Header"
2215
  msgstr ""
2216
 
2217
- #: languages/texts.php:402
2218
- #: public/editor-build/214-wp/texts.php:324
2219
  msgid "Footer"
2220
  msgstr ""
2221
 
2222
- #: languages/texts.php:403
2223
  msgid "MultiPage"
2224
  msgstr ""
2225
 
2226
- #: languages/texts.php:406
2227
- #: public/editor-build/214-wp/texts.php:810
2228
  msgid "Type"
2229
  msgstr ""
2230
 
2231
- #: languages/texts.php:407
2232
- #: public/editor-build/214-wp/texts.php:739
2233
  msgid "Static"
2234
  msgstr ""
2235
 
2236
- #: languages/texts.php:410
2237
- #: public/editor-build/214-wp/texts.php:496
2238
  msgid "No matches found"
2239
  msgstr ""
2240
 
2241
- #: languages/texts.php:413
2242
- #: public/editor-build/214-wp/texts.php:557
2243
  msgid "Popup"
2244
  msgstr ""
2245
 
2246
- #: languages/texts.php:414
2247
- #: public/editor-build/214-wp/texts.php:164
2248
  msgid "Close"
2249
  msgstr ""
2250
 
2251
- #: languages/texts.php:417
2252
- #: public/editor-build/214-wp/texts.php:174
2253
  msgid "Comments"
2254
  msgstr ""
2255
 
2256
- #: languages/texts.php:418
2257
- #: public/editor-build/214-wp/texts.php:424
2258
  msgid "Like"
2259
  msgstr ""
2260
 
2261
- #: languages/texts.php:419
2262
- #: public/editor-build/214-wp/texts.php:614
2263
  msgid "Recommend"
2264
  msgstr ""
2265
 
2266
- #: languages/texts.php:420
2267
- #: public/editor-build/214-wp/texts.php:396
2268
  msgid "Include Share Button"
2269
  msgstr ""
2270
 
2271
- #: languages/texts.php:421
2272
- #: public/editor-build/214-wp/texts.php:696
2273
  msgid "Show Friends' Faces"
2274
  msgstr ""
2275
 
2276
- #: languages/texts.php:422
2277
- #: public/editor-build/214-wp/texts.php:694
2278
  msgid "Show Button Counter"
2279
  msgstr ""
2280
 
2281
- #: languages/texts.php:423
2282
  msgid "Dark Scheme"
2283
  msgstr ""
2284
 
2285
- #: languages/texts.php:424
2286
- #: public/editor-build/214-wp/texts.php:775
2287
  msgid "Target URL"
2288
  msgstr ""
2289
 
2290
- #: languages/texts.php:425
2291
- #: public/editor-build/214-wp/texts.php:205
2292
  msgid "Current Page"
2293
  msgstr ""
2294
 
2295
- #: languages/texts.php:426
2296
- #: public/editor-build/214-wp/texts.php:210
2297
  msgid "Custom Page"
2298
  msgstr ""
2299
 
2300
- #: languages/texts.php:427
2301
- #: public/editor-build/214-wp/texts.php:395
2302
  msgid "Include Full Post"
2303
  msgstr ""
2304
 
2305
- #: languages/texts.php:428
2306
- #: public/editor-build/214-wp/texts.php:338
2307
  msgid "Full Screen"
2308
  msgstr ""
2309
 
2310
- #: languages/texts.php:429
2311
- #: public/editor-build/214-wp/texts.php:91
2312
  msgid "AutoPlay"
2313
  msgstr ""
2314
 
2315
- #: languages/texts.php:430
2316
- #: public/editor-build/214-wp/texts.php:144
2317
  msgid "Captions"
2318
  msgstr ""
2319
 
2320
- #: languages/texts.php:431
2321
- #: public/editor-build/214-wp/texts.php:791
2322
  msgid "Timeline"
2323
  msgstr ""
2324
 
2325
- #: languages/texts.php:432
2326
- #: public/editor-build/214-wp/texts.php:269
2327
  msgid "Events"
2328
  msgstr ""
2329
 
2330
- #: languages/texts.php:433
2331
- #: public/editor-build/214-wp/texts.php:468
2332
  msgid "Messages"
2333
  msgstr ""
2334
 
2335
- #: languages/texts.php:434
2336
- #: public/editor-build/214-wp/texts.php:836
2337
  msgid "Use Small Header"
2338
  msgstr ""
2339
 
2340
- #: languages/texts.php:435
2341
- #: public/editor-build/214-wp/texts.php:371
2342
  msgid "Hide Cover Photo"
2343
  msgstr ""
2344
 
2345
- #: languages/texts.php:436
2346
- #: public/editor-build/214-wp/texts.php:695
2347
  msgid "Show Friend's Faces"
2348
  msgstr ""
2349
 
2350
- #: languages/texts.php:437
2351
- #: public/editor-build/214-wp/texts.php:282
2352
  msgid "Facebook Button"
2353
  msgstr ""
2354
 
2355
- #: languages/texts.php:438
2356
  msgid "Facebook Comments"
2357
  msgstr ""
2358
 
2359
- #: languages/texts.php:439
2360
- #: public/editor-build/214-wp/texts.php:283
2361
  msgid "Facebook Embed"
2362
  msgstr ""
2363
 
2364
- #: languages/texts.php:440
2365
- #: public/editor-build/214-wp/texts.php:285
2366
  msgid "Facebook Page"
2367
  msgstr ""
2368
 
2369
- #: languages/texts.php:442
2370
- #: public/editor-build/214-wp/texts.php:96
2371
  msgid "Back to Layouts"
2372
  msgstr ""
2373
 
2374
- #: languages/texts.php:444
2375
- #: public/editor-build/214-wp/texts.php:391
2376
  msgid "Import This Layout"
2377
  msgstr ""
2378
 
2379
- #: languages/texts.php:445
2380
- #: public/editor-build/214-wp/texts.php:505
2381
  msgid "Nothing here yet, save a block first."
2382
  msgstr ""
2383
 
2384
- #: languages/texts.php:446
2385
- #: public/editor-build/214-wp/texts.php:503
2386
  msgid "Nothing here yet, make a global block first."
2387
  msgstr ""
2388
 
2389
- #: languages/texts.php:448
2390
- #: public/editor-build/214-wp/texts.php:606
2391
  msgid "Query"
2392
  msgstr ""
2393
 
2394
- #: languages/texts.php:449
2395
- #: public/editor-build/214-wp/texts.php:587
2396
  msgid "Product ID"
2397
  msgstr ""
2398
 
2399
- #: languages/texts.php:450
2400
- #: public/editor-build/214-wp/texts.php:588
2401
  msgid "Product ID or SKU"
2402
  msgstr ""
2403
 
2404
- #: languages/texts.php:451
2405
- #: public/editor-build/214-wp/texts.php:597
2406
  msgid "Products Count"
2407
  msgstr ""
2408
 
2409
- #: languages/texts.php:452
2410
- #: public/editor-build/214-wp/texts.php:418
2411
  msgid "Layout"
2412
  msgstr ""
2413
 
2414
- #: languages/texts.php:453
2415
  msgid "Style Add to Cart"
2416
  msgstr ""
2417
 
2418
- #: languages/texts.php:454
2419
- #: public/editor-build/214-wp/texts.php:150
2420
  msgid "Categories Count"
2421
  msgstr ""
2422
 
2423
- #: languages/texts.php:455
2424
- #: public/editor-build/214-wp/texts.php:518
2425
  msgid "Order"
2426
  msgstr ""
2427
 
2428
- #: languages/texts.php:456
2429
- #: public/editor-build/214-wp/texts.php:81
2430
  msgid "Asc"
2431
  msgstr ""
2432
 
2433
- #: languages/texts.php:457
2434
- #: public/editor-build/214-wp/texts.php:221
2435
  msgid "Desc"
2436
  msgstr ""
2437
 
2438
- #: languages/texts.php:458
2439
- #: public/editor-build/214-wp/texts.php:519
2440
  msgid "Order By"
2441
  msgstr ""
2442
 
2443
- #: languages/texts.php:459
2444
- #: public/editor-build/214-wp/texts.php:490
2445
- msgid "Name"
2446
- msgstr ""
2447
-
2448
- #: languages/texts.php:460
2449
- #: public/editor-build/214-wp/texts.php:718
2450
  msgid "Slug"
2451
  msgstr ""
2452
 
2453
- #: languages/texts.php:461
2454
- #: public/editor-build/214-wp/texts.php:222
2455
- msgid "Description"
2456
- msgstr ""
2457
-
2458
- #: languages/texts.php:462
2459
- #: public/editor-build/214-wp/texts.php:196
2460
  msgid "Count"
2461
  msgstr ""
2462
 
2463
- #: languages/texts.php:463
2464
- #: public/editor-build/214-wp/texts.php:529
2465
  msgid "Page"
2466
  msgstr ""
2467
 
2468
- #: languages/texts.php:464
2469
- #: public/editor-build/214-wp/texts.php:146
2470
  msgid "Cart"
2471
  msgstr ""
2472
 
2473
- #: languages/texts.php:465
2474
- #: public/editor-build/214-wp/texts.php:157
2475
  msgid "Checkout"
2476
  msgstr ""
2477
 
2478
- #: languages/texts.php:466
2479
- #: public/editor-build/214-wp/texts.php:488
2480
  msgid "My Account"
2481
  msgstr ""
2482
 
2483
- #: languages/texts.php:467
2484
- #: public/editor-build/214-wp/texts.php:520
2485
  msgid "Order Tracking"
2486
  msgstr ""
2487
 
2488
- #: languages/texts.php:468
2489
- #: public/editor-build/214-wp/texts.php:307
2490
  msgid "Filter"
2491
  msgstr ""
2492
 
2493
- #: languages/texts.php:469
2494
- #: public/editor-build/214-wp/texts.php:797
2495
  msgid "Title"
2496
  msgstr ""
2497
 
2498
- #: languages/texts.php:470
2499
- #: public/editor-build/214-wp/texts.php:610
2500
  msgid "Rating"
2501
  msgstr ""
2502
 
2503
- #: languages/texts.php:471
2504
- #: public/editor-build/214-wp/texts.php:556
2505
  msgid "Popularity"
2506
  msgstr ""
2507
 
2508
- #: languages/texts.php:472
2509
- #: public/editor-build/214-wp/texts.php:463
2510
  msgid "Menu Order"
2511
  msgstr ""
2512
 
2513
- #: languages/texts.php:473
2514
- #: public/editor-build/214-wp/texts.php:609
2515
  msgid "Random"
2516
  msgstr ""
2517
 
2518
- #: languages/texts.php:474
2519
- #: public/editor-build/214-wp/texts.php:380
2520
  msgid "ID"
2521
  msgstr ""
2522
 
2523
- #: languages/texts.php:475
2524
  msgid "Paste your wordpress shortcode here..."
2525
  msgstr ""
2526
 
2527
- #: languages/texts.php:476
2528
- #: public/editor-build/214-wp/texts.php:855
2529
  msgid "Weight"
2530
  msgstr ""
2531
 
2532
- #: languages/texts.php:477
2533
- #: public/editor-build/214-wp/texts.php:569
2534
  msgid "Post Type"
2535
  msgstr ""
2536
 
2537
- #: languages/texts.php:478
2538
- #: public/editor-build/214-wp/texts.php:563
2539
  msgid "Post"
2540
  msgstr ""
2541
 
2542
- #: languages/texts.php:479
2543
  msgid "Number posts"
2544
  msgstr ""
2545
 
2546
- #: languages/texts.php:480
2547
- #: public/editor-build/214-wp/texts.php:153
2548
  msgid "Category"
2549
  msgstr ""
2550
 
2551
- #: languages/texts.php:481
2552
- #: public/editor-build/214-wp/texts.php:86
2553
  msgid "Author"
2554
  msgstr ""
2555
 
2556
- #: languages/texts.php:482
2557
- #: public/editor-build/214-wp/texts.php:393
2558
  msgid "Include"
2559
  msgstr ""
2560
 
2561
- #: languages/texts.php:483
2562
- #: public/editor-build/214-wp/texts.php:271
2563
  msgid "Exclude"
2564
  msgstr ""
2565
 
2566
- #: languages/texts.php:484
2567
- #: public/editor-build/214-wp/texts.php:740
2568
  msgid "Status"
2569
  msgstr ""
2570
 
2571
- #: languages/texts.php:485
2572
- #: public/editor-build/214-wp/texts.php:340
2573
  msgid "Future"
2574
  msgstr ""
2575
 
2576
- #: languages/texts.php:486
2577
- #: public/editor-build/214-wp/texts.php:239
2578
  msgid "Draft"
2579
  msgstr ""
2580
 
2581
- #: languages/texts.php:487
2582
- #: public/editor-build/214-wp/texts.php:546
2583
  msgid "Pending"
2584
  msgstr ""
2585
 
2586
- #: languages/texts.php:488
2587
- #: public/editor-build/214-wp/texts.php:580
2588
  msgid "Private"
2589
  msgstr ""
2590
 
2591
- #: languages/texts.php:489
2592
- #: public/editor-build/214-wp/texts.php:803
2593
  msgid "Trash"
2594
  msgstr ""
2595
 
2596
- #: languages/texts.php:490
2597
- #: public/editor-build/214-wp/texts.php:90
2598
  msgid "Auto-Draft"
2599
  msgstr ""
2600
 
2601
- #: languages/texts.php:491
2602
- #: public/editor-build/214-wp/texts.php:400
2603
  msgid "Inherit"
2604
  msgstr ""
2605
 
2606
- #: languages/texts.php:492
2607
- #: public/editor-build/214-wp/texts.php:471
2608
  msgid "Meta Key"
2609
  msgstr ""
2610
 
2611
- #: languages/texts.php:493
2612
- #: public/editor-build/214-wp/texts.php:472
2613
  msgid "Meta Value"
2614
  msgstr ""
2615
 
2616
- #: languages/texts.php:494
2617
- #: public/editor-build/214-wp/texts.php:481
2618
  msgid "Modified"
2619
  msgstr ""
2620
 
2621
- #: languages/texts.php:495
2622
- #: public/editor-build/214-wp/texts.php:538
2623
  msgid "Parent"
2624
  msgstr ""
2625
 
2626
- #: languages/texts.php:496
2627
- #: public/editor-build/214-wp/texts.php:173
2628
  msgid "Comment Count"
2629
  msgstr ""
2630
 
2631
- #: languages/texts.php:497
2632
- #: public/editor-build/214-wp/texts.php:308
2633
  msgid "Filter By"
2634
  msgstr ""
2635
 
2636
- #: languages/texts.php:498
2637
- #: public/editor-build/214-wp/texts.php:108
2638
  msgid "Block"
2639
  msgstr ""
2640
 
2641
- #: languages/texts.php:499
2642
- #: public/editor-build/214-wp/texts.php:445
2643
  msgid "Make it Global"
2644
  msgstr ""
2645
 
2646
- #: languages/texts.php:500
2647
- #: public/editor-build/214-wp/texts.php:661
2648
  msgid "Save"
2649
  msgstr ""
2650
 
2651
- #: languages/texts.php:501
2652
- #: public/editor-build/214-wp/texts.php:113
2653
  msgid "Blocks"
2654
  msgstr ""
2655
 
2656
- #: languages/texts.php:502
2657
  msgid "Saved Blocks"
2658
  msgstr ""
2659
 
2660
- #: languages/texts.php:503
2661
- #: public/editor-build/214-wp/texts.php:348
2662
  msgid "Global Blocks"
2663
  msgstr ""
2664
 
2665
- #: languages/texts.php:504
2666
- #: public/editor-build/214-wp/texts.php:422
2667
  msgid "Light"
2668
  msgstr ""
2669
 
2670
- #: languages/texts.php:505
2671
- #: public/editor-build/214-wp/texts.php:215
2672
  msgid "Dark"
2673
  msgstr ""
2674
 
2675
- #: languages/texts.php:506
2676
- #: public/editor-build/214-wp/texts.php:66
2677
  msgid "All Categories"
2678
  msgstr ""
2679
 
2680
- #: languages/texts.php:507
2681
  msgid "Enter Search Keyword"
2682
  msgstr ""
2683
 
2684
- #: languages/texts.php:508
2685
- #: public/editor-build/214-wp/texts.php:812
2686
  msgid "Type to search"
2687
  msgstr ""
2688
 
2689
- #: languages/texts.php:509
2690
  msgid "Add a blank block"
2691
  msgstr ""
2692
 
2693
- #: languages/texts.php:510
2694
  msgid "An error happened while trying to display this block"
2695
  msgstr ""
2696
 
2697
- #: languages/texts.php:511
2698
- #: public/editor-build/214-wp/texts.php:862
2699
  msgid "You can"
2700
  msgstr ""
2701
 
2702
- #: languages/texts.php:512
2703
- #: public/editor-build/214-wp/texts.php:889
2704
  msgid "open an issue"
2705
  msgstr ""
2706
 
2707
- #: languages/texts.php:513
2708
- #: public/editor-build/214-wp/texts.php:890
2709
  msgid "or"
2710
  msgstr ""
2711
 
2712
- #: languages/texts.php:514
2713
  msgid "remove this block"
2714
  msgstr ""
2715
 
2716
- #: languages/texts.php:515
2717
- #: public/editor-build/214-wp/texts.php:531
2718
  msgid "Page Template"
2719
  msgstr ""
2720
 
2721
- #: languages/texts.php:516
2722
- #: public/editor-build/214-wp/texts.php:800
2723
  msgid "Toggle Menu"
2724
  msgstr ""
2725
 
2726
- #: languages/texts.php:517
2727
- #: public/editor-build/214-wp/texts.php:447
2728
  msgid "Make it Nofollow"
2729
  msgstr ""
2730
 
2731
- #: languages/texts.php:518
2732
- #: public/editor-build/214-wp/texts.php:232
2733
  msgid "Dividers"
2734
  msgstr ""
2735
 
2736
- #: languages/texts.php:519
2737
- #: public/editor-build/214-wp/texts.php:77
2738
  msgid "Arrangement"
2739
  msgstr ""
2740
 
2741
- #: languages/texts.php:520
2742
  msgid "Repeat"
2743
  msgstr ""
2744
 
2745
- #: languages/texts.php:521
2746
- #: public/editor-build/214-wp/texts.php:446
2747
  msgid "Make it Hamburger"
2748
  msgstr ""
2749
 
2750
- #: languages/texts.php:522
2751
  msgid "Add a Menu"
2752
  msgstr ""
2753
 
2754
- #: languages/texts.php:523
2755
  msgid "Please select a menu"
2756
  msgstr ""
2757
 
2758
- #: languages/texts.php:524
2759
- #: public/editor-build/214-wp/texts.php:677
2760
  msgid "Select a Menu"
2761
  msgstr ""
2762
 
2763
- #: languages/texts.php:525
2764
- #: public/editor-build/214-wp/texts.php:884
2765
  msgid "in your WordPress admin"
2766
  msgstr ""
2767
 
2768
- #: languages/texts.php:526
2769
- #: public/editor-build/214-wp/texts.php:241
2770
  msgid "Drawer Position"
2771
  msgstr ""
2772
 
2773
- #: languages/texts.php:527
2774
  msgid "anchor-name"
2775
  msgstr ""
2776
 
2777
- #: languages/texts.php:528
2778
- #: public/editor-build/214-wp/texts.php:35
2779
  msgid "APPS"
2780
  msgstr ""
2781
 
2782
- #: languages/texts.php:529
2783
- #: public/editor-build/214-wp/texts.php:407
2784
  msgid "It's a sample"
2785
  msgstr ""
2786
 
2787
- #: maintenance-mode.php:110
2788
  msgid "Maintenance Mode ON"
2789
  msgstr ""
2790
 
2791
- #: maintenance-mode.php:117
2792
  msgid "Edit Page"
2793
  msgstr ""
2794
 
2795
- #: public/editor-build/214-wp/texts.php:6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2796
  msgid " Display Conditions"
2797
  msgstr ""
2798
 
2799
- #: public/editor-build/214-wp/texts.php:7
 
2800
  msgid "%s Selected"
2801
  msgstr ""
2802
 
2803
- #: public/editor-build/214-wp/texts.php:8
2804
  msgid "+ 10:00 (Sydney, Melbourne)"
2805
  msgstr ""
2806
 
2807
- #: public/editor-build/214-wp/texts.php:16
2808
  msgid "+ 6:00 (Nur-Sultan)"
2809
  msgstr ""
2810
 
2811
- #: public/editor-build/214-wp/texts.php:32
 
2812
  msgid "? (%s)"
2813
  msgstr ""
2814
 
2815
- #: public/editor-build/214-wp/texts.php:33
2816
  msgid "ADD FONT VARIATION"
2817
  msgstr ""
2818
 
2819
- #: public/editor-build/214-wp/texts.php:34
2820
  msgid "ADD GOOGLE FONT"
2821
  msgstr ""
2822
 
2823
- #: public/editor-build/214-wp/texts.php:36
2824
  msgid "About us"
2825
  msgstr ""
2826
 
2827
- #: public/editor-build/214-wp/texts.php:37
2828
  msgid "Access your Library in any WP install by connecting your Account"
2829
  msgstr ""
2830
 
2831
- #: public/editor-build/214-wp/texts.php:39
2832
  msgid "Accordion Items"
2833
  msgstr ""
2834
 
2835
- #: public/editor-build/214-wp/texts.php:40
2836
  msgid "Accordion Tags"
2837
  msgstr ""
2838
 
2839
- #: public/editor-build/214-wp/texts.php:41
2840
  msgid "Accounts are empty. Please connect a new account and try again."
2841
  msgstr ""
2842
 
2843
- #: public/editor-build/214-wp/texts.php:42
2844
  msgid "Action"
2845
  msgstr ""
2846
 
2847
- #: public/editor-build/214-wp/texts.php:43
2848
  msgid "Activate Tab"
2849
  msgstr ""
2850
 
2851
- #: public/editor-build/214-wp/texts.php:44
2852
  msgid "Active"
2853
  msgstr ""
2854
 
2855
- #: public/editor-build/214-wp/texts.php:46
2856
  msgid "Add Font"
2857
  msgstr ""
2858
 
2859
- #: public/editor-build/214-wp/texts.php:48
2860
  msgid "Add New Block / Layout"
2861
  msgstr ""
2862
 
2863
- #: public/editor-build/214-wp/texts.php:50
2864
  msgid "Add New Font"
2865
  msgstr ""
2866
 
2867
- #: public/editor-build/214-wp/texts.php:51
 
 
 
 
2868
  msgid "Add To Cart"
2869
  msgstr ""
2870
 
2871
- #: public/editor-build/214-wp/texts.php:52
2872
  msgid "Add To Cart Input"
2873
  msgstr ""
2874
 
2875
- #: public/editor-build/214-wp/texts.php:54
2876
  msgid "Add new display condition"
2877
  msgstr ""
2878
 
2879
- #: public/editor-build/214-wp/texts.php:55
2880
  msgid "Add new font variation"
2881
  msgstr ""
2882
 
2883
- #: public/editor-build/214-wp/texts.php:57
2884
  msgid "Add new trigger condition"
2885
  msgstr ""
2886
 
2887
- #: public/editor-build/214-wp/texts.php:59
2888
  msgid "Additionals"
2889
  msgstr ""
2890
 
2891
- #: public/editor-build/214-wp/texts.php:63
2892
  msgid "Aligned Left"
2893
  msgstr ""
2894
 
2895
- #: public/editor-build/214-wp/texts.php:64
2896
  msgid "Aligned Right"
2897
  msgstr ""
2898
 
2899
- #: public/editor-build/214-wp/texts.php:65
2900
  msgid "All"
2901
  msgstr ""
2902
 
2903
- #: public/editor-build/214-wp/texts.php:67
2904
  msgid "All fields cannot be empty"
2905
  msgstr ""
2906
 
2907
- #: public/editor-build/214-wp/texts.php:68
2908
  msgid "All fields marked with an asterisk ( * ) must be completed."
2909
  msgstr ""
2910
 
2911
- #: public/editor-build/214-wp/texts.php:69
2912
  msgid "All fields marked with an asterisk ( * ) must be mapped."
2913
  msgstr ""
2914
 
2915
- #: public/editor-build/214-wp/texts.php:70
2916
  msgid "Allowed File Types"
2917
  msgstr ""
2918
 
2919
- #: public/editor-build/214-wp/texts.php:71
2920
  msgid "Alt Title"
2921
  msgstr ""
2922
 
2923
- #: public/editor-build/214-wp/texts.php:72
2924
  msgid "An error happened while trying to display this element"
2925
  msgstr ""
2926
 
2927
- #: public/editor-build/214-wp/texts.php:76
2928
  msgid "Are you want to delete account"
2929
  msgstr ""
2930
 
2931
- #: public/editor-build/214-wp/texts.php:80
2932
  msgid "Article"
2933
  msgstr ""
2934
 
2935
- #: public/editor-build/214-wp/texts.php:82
2936
  msgid "Aside"
2937
  msgstr ""
2938
 
2939
- #: public/editor-build/214-wp/texts.php:83
2940
  msgid "Attributes"
2941
  msgstr ""
2942
 
2943
- #: public/editor-build/214-wp/texts.php:84
2944
  msgid "Audio"
2945
  msgstr ""
2946
 
2947
- #: public/editor-build/214-wp/texts.php:85
2948
  msgid "Authentication"
2949
  msgstr ""
2950
 
2951
- #: public/editor-build/214-wp/texts.php:89
2952
  msgid "Auto play"
2953
  msgstr ""
2954
 
2955
- #: public/editor-build/214-wp/texts.php:92
2956
  msgid "Automotive"
2957
  msgstr ""
2958
 
2959
- #: public/editor-build/214-wp/texts.php:93
2960
  msgid "Autoplay"
2961
  msgstr ""
2962
 
2963
- #: public/editor-build/214-wp/texts.php:94
2964
  msgid "Avatar"
2965
  msgstr ""
2966
 
2967
- #: public/editor-build/214-wp/texts.php:95
2968
  msgid "Back"
2969
  msgstr ""
2970
 
2971
- #: public/editor-build/214-wp/texts.php:97
2972
  msgid "Back to Login"
2973
  msgstr ""
2974
 
2975
- #: public/editor-build/214-wp/texts.php:98
2976
  msgid "Back to Stories"
2977
  msgstr ""
2978
 
2979
- #: public/editor-build/214-wp/texts.php:101
2980
  msgid "Bcc"
2981
  msgstr ""
2982
 
2983
- #: public/editor-build/214-wp/texts.php:102
2984
  msgid "Between"
2985
  msgstr ""
2986
 
2987
- #: public/editor-build/214-wp/texts.php:103
2988
  msgid "Bg"
2989
  msgstr ""
2990
 
2991
- #: public/editor-build/214-wp/texts.php:105
2992
  msgid "Bg Star"
2993
  msgstr ""
2994
 
2995
- #: public/editor-build/214-wp/texts.php:106
2996
  msgid "Black"
2997
  msgstr ""
2998
 
2999
- #: public/editor-build/214-wp/texts.php:107
3000
  msgid "Blank"
3001
  msgstr ""
3002
 
3003
- #: public/editor-build/214-wp/texts.php:109
3004
  msgid "Block Name"
3005
  msgstr ""
3006
 
3007
- #: public/editor-build/214-wp/texts.php:110
3008
  msgid "Block conditions are available only in PRO"
3009
  msgstr ""
3010
 
3011
- #: public/editor-build/214-wp/texts.php:111
3012
  msgid "Block is synchronized"
3013
  msgstr ""
3014
 
3015
- #: public/editor-build/214-wp/texts.php:112
3016
  msgid "Block will be synchronized"
3017
  msgstr ""
3018
 
3019
- #: public/editor-build/214-wp/texts.php:117
 
 
 
 
3020
  msgid "Bottom"
3021
  msgstr ""
3022
 
3023
- #: public/editor-build/214-wp/texts.php:125
3024
  msgid "Branding"
3025
  msgstr ""
3026
 
3027
- #: public/editor-build/214-wp/texts.php:126
3028
  msgid "Breadcrumbs"
3029
  msgstr ""
3030
 
3031
- #: public/editor-build/214-wp/texts.php:127
3032
  msgid "Btn Bg"
3033
  msgstr ""
3034
 
3035
- #: public/editor-build/214-wp/texts.php:128
3036
  msgid "Btn Color"
3037
  msgstr ""
3038
 
3039
- #: public/editor-build/214-wp/texts.php:129
3040
  msgid "Bub."
3041
  msgstr ""
3042
 
3043
- #: public/editor-build/214-wp/texts.php:130
3044
  msgid "Bub. Bg"
3045
  msgstr ""
3046
 
3047
- #: public/editor-build/214-wp/texts.php:131
3048
  msgid "Bubble"
3049
  msgstr ""
3050
 
3051
- #: public/editor-build/214-wp/texts.php:132
3052
  msgid "Business"
3053
  msgstr ""
3054
 
3055
- #: public/editor-build/214-wp/texts.php:133
3056
  msgid "Business Hour"
3057
  msgstr ""
3058
 
3059
- #: public/editor-build/214-wp/texts.php:135
3060
  msgid "Button Size"
3061
  msgstr ""
3062
 
3063
- #: public/editor-build/214-wp/texts.php:136
3064
  msgid "Buttons"
3065
  msgstr ""
3066
 
3067
- #: public/editor-build/214-wp/texts.php:137
3068
  msgid "CMS"
3069
  msgstr ""
3070
 
3071
- #: public/editor-build/214-wp/texts.php:138
3072
  msgid "CREATE LIST"
3073
  msgstr ""
3074
 
3075
- #: public/editor-build/214-wp/texts.php:140
3076
  msgid "CSS ID"
3077
  msgstr ""
3078
 
3079
- #: public/editor-build/214-wp/texts.php:141
3080
  msgid "CTA"
3081
  msgstr ""
3082
 
3083
- #: public/editor-build/214-wp/texts.php:142
3084
  msgid "Cancel"
3085
  msgstr ""
3086
 
3087
- #: public/editor-build/214-wp/texts.php:143
3088
  msgid "Capitalize"
3089
  msgstr ""
3090
 
3091
- #: public/editor-build/214-wp/texts.php:147
3092
  msgid "Cart Items"
3093
  msgstr ""
3094
 
3095
- #: public/editor-build/214-wp/texts.php:148
3096
  msgid "Cart Settings"
3097
  msgstr ""
3098
 
3099
- #: public/editor-build/214-wp/texts.php:151
3100
  msgid "Categories Pagination"
3101
  msgstr ""
3102
 
3103
- #: public/editor-build/214-wp/texts.php:152
3104
  msgid "Categories Tags"
3105
  msgstr ""
3106
 
3107
- #: public/editor-build/214-wp/texts.php:154
3108
  msgid "Cc"
3109
  msgstr ""
3110
 
3111
- #: public/editor-build/214-wp/texts.php:155
3112
  msgid "Check your email address"
3113
  msgstr ""
3114
 
3115
- #: public/editor-build/214-wp/texts.php:156
3116
  msgid "Checkbox"
3117
  msgstr ""
3118
 
3119
- #: public/editor-build/214-wp/texts.php:158
3120
  msgid "Children"
3121
  msgstr ""
3122
 
3123
- #: public/editor-build/214-wp/texts.php:160
3124
  msgid "Classic"
3125
  msgstr ""
3126
 
3127
- #: public/editor-build/214-wp/texts.php:161
3128
  msgid "Clear"
3129
  msgstr ""
3130
 
3131
- #: public/editor-build/214-wp/texts.php:162
3132
  msgid "Clear Layout"
3133
  msgstr ""
3134
 
3135
- #: public/editor-build/214-wp/texts.php:163
3136
  msgid "Click Outside to Close"
3137
  msgstr ""
3138
 
3139
- #: public/editor-build/214-wp/texts.php:165
3140
  msgid "Close Popup"
3141
  msgstr ""
3142
 
3143
- #: public/editor-build/214-wp/texts.php:166
3144
  msgid "Cloud"
3145
  msgstr ""
3146
 
3147
- #: public/editor-build/214-wp/texts.php:167
3148
  msgid "Collapsible"
3149
  msgstr ""
3150
 
3151
- #: public/editor-build/214-wp/texts.php:172
3152
  msgid "Comment"
3153
  msgstr ""
3154
 
3155
- #: public/editor-build/214-wp/texts.php:175
3156
  msgid "Conditions"
3157
  msgstr ""
3158
 
3159
- #: public/editor-build/214-wp/texts.php:176
3160
  msgid "Connect"
3161
  msgstr ""
3162
 
3163
- #: public/editor-build/214-wp/texts.php:177
3164
  msgid "Connect a new account"
3165
  msgstr ""
3166
 
3167
- #: public/editor-build/214-wp/texts.php:178
3168
  msgid "Contact"
3169
  msgstr ""
3170
 
3171
- #: public/editor-build/214-wp/texts.php:180
3172
  msgid "Content Gap"
3173
  msgstr ""
3174
 
3175
- #: public/editor-build/214-wp/texts.php:181
3176
  msgid "Continue"
3177
  msgstr ""
3178
 
3179
- #: public/editor-build/214-wp/texts.php:185
3180
  msgid "Could not Create Global Block"
3181
  msgstr ""
3182
 
3183
- #: public/editor-build/214-wp/texts.php:186
3184
  msgid "Could not Create Global Popup"
3185
  msgstr ""
3186
 
3187
- #: public/editor-build/214-wp/texts.php:187
3188
  msgid "Could not Create Saved Block"
3189
  msgstr ""
3190
 
3191
- #: public/editor-build/214-wp/texts.php:188
3192
  msgid "Could not Create Saved Popup"
3193
  msgstr ""
3194
 
3195
- #: public/editor-build/214-wp/texts.php:189
3196
  msgid "Could not download Saved Layout"
3197
  msgstr ""
3198
 
3199
- #: public/editor-build/214-wp/texts.php:190
3200
  msgid "Could not download Saved Popup"
3201
  msgstr ""
3202
 
3203
- #: public/editor-build/214-wp/texts.php:191
3204
  msgid "Could not download Saved block"
3205
  msgstr ""
3206
 
3207
- #: public/editor-build/214-wp/texts.php:193
3208
  msgid "Could not publish or save page"
3209
  msgstr ""
3210
 
3211
- #: public/editor-build/214-wp/texts.php:194
3212
  msgid "Could not save layout"
3213
  msgstr ""
3214
 
3215
- #: public/editor-build/214-wp/texts.php:195
3216
  msgid "Could not switch to draft"
3217
  msgstr ""
3218
 
3219
- #: public/editor-build/214-wp/texts.php:200
3220
  msgid "Create"
3221
  msgstr ""
3222
 
3223
- #: public/editor-build/214-wp/texts.php:201
3224
  msgid "Create Account & Connect"
3225
  msgstr ""
3226
 
3227
- #: public/editor-build/214-wp/texts.php:202
3228
  msgid "Create a menu"
3229
  msgstr ""
3230
 
3231
- #: public/editor-build/214-wp/texts.php:203
3232
  msgid "Create a new list"
3233
  msgstr ""
3234
 
3235
- #: public/editor-build/214-wp/texts.php:204
3236
  msgid "Create your own"
3237
  msgstr ""
3238
 
3239
- #: public/editor-build/214-wp/texts.php:207
3240
  msgid "Custom Attributes"
3241
  msgstr ""
3242
 
3243
- #: public/editor-build/214-wp/texts.php:208
3244
  msgid "Custom Attributes asd"
3245
  msgstr ""
3246
 
3247
- #: public/editor-build/214-wp/texts.php:211
3248
  msgid "Custom Text"
3249
  msgstr ""
3250
 
3251
- #: public/editor-build/214-wp/texts.php:212
3252
  msgid "Custom Video"
3253
  msgstr ""
3254
 
3255
- #: public/editor-build/214-wp/texts.php:213
3256
  msgid "DELETE"
3257
  msgstr ""
3258
 
3259
- #: public/editor-build/214-wp/texts.php:214
3260
  msgid "DIV"
3261
  msgstr ""
3262
 
3263
- #: public/editor-build/214-wp/texts.php:217
3264
  msgid "Days"
3265
  msgstr ""
3266
 
3267
- #: public/editor-build/214-wp/texts.php:218
3268
  msgid "Default Roles"
3269
  msgstr ""
3270
 
3271
- #: public/editor-build/214-wp/texts.php:223
3272
  msgid "Deselected the “Verify the origin of reCAPTCHA solutions” checkbox within your Google account."
3273
  msgstr ""
3274
 
3275
- #: public/editor-build/214-wp/texts.php:228
3276
  msgid "Disconnect"
3277
  msgstr ""
3278
 
3279
- #: public/editor-build/214-wp/texts.php:229
3280
  msgid "Display Close Button"
3281
  msgstr ""
3282
 
3283
- #: public/editor-build/214-wp/texts.php:230
3284
  msgid "Disqus"
3285
  msgstr ""
3286
 
3287
- #: public/editor-build/214-wp/texts.php:231
3288
  msgid "Div"
3289
  msgstr ""
3290
 
3291
- #: public/editor-build/214-wp/texts.php:233
3292
  msgid "Don't have items"
3293
  msgstr ""
3294
 
3295
- #: public/editor-build/214-wp/texts.php:234
3296
  msgid "Don't have tags"
3297
  msgstr ""
3298
 
3299
- #: public/editor-build/214-wp/texts.php:235
3300
  msgid "Done"
3301
  msgstr ""
3302
 
3303
- #: public/editor-build/214-wp/texts.php:236
3304
  msgid "Done, your library was synced"
3305
  msgstr ""
3306
 
3307
- #: public/editor-build/214-wp/texts.php:238
3308
  msgid "Download this block"
3309
  msgstr ""
3310
 
3311
- #: public/editor-build/214-wp/texts.php:243
3312
  msgid "Duplicate Account"
3313
  msgstr ""
3314
 
3315
- #: public/editor-build/214-wp/texts.php:247
3316
  msgid "EOT File"
3317
  msgstr ""
3318
 
3319
- #: public/editor-build/214-wp/texts.php:248
3320
  msgid "Edit"
3321
  msgstr ""
3322
 
3323
- #: public/editor-build/214-wp/texts.php:250
3324
  msgid "Education"
3325
  msgstr ""
3326
 
3327
- #: public/editor-build/214-wp/texts.php:251
3328
  msgid "Elements"
3329
  msgstr ""
3330
 
3331
- #: public/editor-build/214-wp/texts.php:253
3332
  msgid "Email To"
3333
  msgstr ""
3334
 
3335
- #: public/editor-build/214-wp/texts.php:254
3336
  msgid "Email confirmation to join the list"
3337
  msgstr ""
3338
 
3339
- #: public/editor-build/214-wp/texts.php:255
3340
  msgid "Email to recover password cannot be empty"
3341
  msgstr ""
3342
 
3343
- #: public/editor-build/214-wp/texts.php:257
3344
  msgid "Enable Tags"
3345
  msgstr ""
3346
 
3347
- #: public/editor-build/214-wp/texts.php:260
3348
  msgid "Enable tags"
3349
  msgstr ""
3350
 
3351
- #: public/editor-build/214-wp/texts.php:261
3352
  msgid "Encryption"
3353
  msgstr ""
3354
 
3355
- #: public/editor-build/214-wp/texts.php:265
3356
  msgid "Enter the allowed file types, separated by a comma (jpg, gif, pdf, etc)."
3357
  msgstr ""
3358
 
3359
- #: public/editor-build/214-wp/texts.php:268
3360
  msgid "Established a stable internet connection"
3361
  msgstr ""
3362
 
3363
- #: public/editor-build/214-wp/texts.php:270
3364
  msgid "Excerpt"
3365
  msgstr ""
3366
 
3367
- #: public/editor-build/214-wp/texts.php:272
3368
  msgid "Exclude By"
3369
  msgstr ""
3370
 
3371
- #: public/editor-build/214-wp/texts.php:273
3372
  msgid "Export All Blocks"
3373
  msgstr ""
3374
 
3375
- #: public/editor-build/214-wp/texts.php:274
3376
  msgid "Export All Layouts"
3377
  msgstr ""
3378
 
3379
- #: public/editor-build/214-wp/texts.php:275
3380
  msgid "Export All Popups"
3381
  msgstr ""
3382
 
3383
- #: public/editor-build/214-wp/texts.php:276
3384
  msgid "Extra Bold"
3385
  msgstr ""
3386
 
3387
- #: public/editor-build/214-wp/texts.php:277
3388
  msgid "Extra Light"
3389
  msgstr ""
3390
 
3391
- #: public/editor-build/214-wp/texts.php:278
3392
  msgid "FIELDS"
3393
  msgstr ""
3394
 
3395
- #: public/editor-build/214-wp/texts.php:279
3396
  msgid "FONT VARIATION"
3397
  msgstr ""
3398
 
3399
- #: public/editor-build/214-wp/texts.php:280
3400
  msgid "FORM FIELDS"
3401
  msgstr ""
3402
 
3403
- #: public/editor-build/214-wp/texts.php:281
3404
  msgid "Facebook"
3405
  msgstr ""
3406
 
3407
- #: public/editor-build/214-wp/texts.php:284
3408
  msgid "Facebook Group"
3409
  msgstr ""
3410
 
3411
- #: public/editor-build/214-wp/texts.php:295
3412
  msgid "Failed to fetch api data"
3413
  msgstr ""
3414
 
3415
- #: public/editor-build/214-wp/texts.php:296
3416
  msgid "Failed to reset password"
3417
  msgstr ""
3418
 
3419
- #: public/editor-build/214-wp/texts.php:297
3420
  msgid "Failed to update page"
3421
  msgstr ""
3422
 
3423
- #: public/editor-build/214-wp/texts.php:298
3424
  msgid "Failed to upload file. Please upload a valid JPG, PNG, SVG or GIF image."
3425
  msgstr ""
3426
 
3427
- #: public/editor-build/214-wp/texts.php:300
3428
  msgid "Features"
3429
  msgstr ""
3430
 
3431
- #: public/editor-build/214-wp/texts.php:303
3432
  msgid "Fields are empty"
3433
  msgstr ""
3434
 
3435
- #: public/editor-build/214-wp/texts.php:304
3436
  msgid "Fields are empty. Please add fields and try again."
3437
  msgstr ""
3438
 
3439
- #: public/editor-build/214-wp/texts.php:305
3440
  msgid "File"
3441
  msgstr ""
3442
 
3443
- #: public/editor-build/214-wp/texts.php:309
3444
  msgid "Filters"
3445
  msgstr ""
3446
 
3447
- #: public/editor-build/214-wp/texts.php:310
3448
  msgid "First Name"
3449
  msgstr ""
3450
 
3451
- #: public/editor-build/214-wp/texts.php:316
3452
  msgid "Follow"
3453
  msgstr ""
3454
 
3455
- #: public/editor-build/214-wp/texts.php:317
3456
  msgid "Followers"
3457
  msgstr ""
3458
 
3459
- #: public/editor-build/214-wp/texts.php:319
3460
  msgid "Font Name is Required"
3461
  msgstr ""
3462
 
3463
- #: public/editor-build/214-wp/texts.php:320
3464
  msgid "Font name"
3465
  msgstr ""
3466
 
3467
- #: public/editor-build/214-wp/texts.php:321
3468
  msgid "Font weight"
3469
  msgstr ""
3470
 
3471
- #: public/editor-build/214-wp/texts.php:322
3472
  msgid "Fonts"
3473
  msgstr ""
3474
 
3475
- #: public/editor-build/214-wp/texts.php:323
3476
  msgid "Food"
3477
  msgstr ""
3478
 
3479
- #: public/editor-build/214-wp/texts.php:325
3480
  msgid "Footers"
3481
  msgstr ""
3482
 
3483
- #: public/editor-build/214-wp/texts.php:327
3484
  msgid "Form Fields"
3485
  msgstr ""
3486
 
3487
- #: public/editor-build/214-wp/texts.php:328
3488
  msgid "Form Labels"
3489
  msgstr ""
3490
 
3491
- #: public/editor-build/214-wp/texts.php:329
3492
  msgid "Form Select Dropdowns"
3493
  msgstr ""
3494
 
3495
- #: public/editor-build/214-wp/texts.php:330
3496
  msgid "Form Submit"
3497
  msgstr ""
3498
 
3499
- #: public/editor-build/214-wp/texts.php:331
3500
  msgid "Forms"
3501
  msgstr ""
3502
 
3503
- #: public/editor-build/214-wp/texts.php:332
3504
  msgid "Free"
3505
  msgstr ""
3506
 
3507
- #: public/editor-build/214-wp/texts.php:334
3508
  msgid "From Email"
3509
  msgstr ""
3510
 
3511
- #: public/editor-build/214-wp/texts.php:335
3512
  msgid "From Name"
3513
  msgstr ""
3514
 
3515
- #: public/editor-build/214-wp/texts.php:339
3516
  msgid "Full name"
3517
  msgstr ""
3518
 
3519
- #: public/editor-build/214-wp/texts.php:342
3520
  msgid "Gallery Tags"
3521
  msgstr ""
3522
 
3523
- #: public/editor-build/214-wp/texts.php:343
3524
  msgid "Gaming"
3525
  msgstr ""
3526
 
3527
- #: public/editor-build/214-wp/texts.php:347
3528
  msgid "Get a PRO plan"
3529
  msgstr ""
3530
 
3531
- #: public/editor-build/214-wp/texts.php:349
3532
  msgid "Global Popups"
3533
  msgstr ""
3534
 
3535
- #: public/editor-build/214-wp/texts.php:350
3536
  msgid "Go Back"
3537
  msgstr ""
3538
 
3539
- #: public/editor-build/214-wp/texts.php:352
3540
  msgid "Go to Dashboard"
3541
  msgstr ""
3542
 
3543
- #: public/editor-build/214-wp/texts.php:354
3544
  msgid "Group"
3545
  msgstr ""
3546
 
3547
- #: public/editor-build/214-wp/texts.php:362
3548
  msgid "Handle"
3549
  msgstr ""
3550
 
3551
- #: public/editor-build/214-wp/texts.php:363
3552
  msgid "Head"
3553
  msgstr ""
3554
 
3555
- #: public/editor-build/214-wp/texts.php:365
3556
  msgid "Health / Beauty"
3557
  msgstr ""
3558
 
3559
- #: public/editor-build/214-wp/texts.php:368
3560
  msgid "Hero"
3561
  msgstr ""
3562
 
3563
- #: public/editor-build/214-wp/texts.php:369
3564
  msgid "Hidden"
3565
  msgstr ""
3566
 
3567
- #: public/editor-build/214-wp/texts.php:370
3568
  msgid "Hide"
3569
  msgstr ""
3570
 
3571
- #: public/editor-build/214-wp/texts.php:372
3572
  msgid "Hide Hidden Elements"
3573
  msgstr ""
3574
 
3575
- #: public/editor-build/214-wp/texts.php:373
3576
  msgid "Horizontal Align"
3577
  msgstr ""
3578
 
3579
- #: public/editor-build/214-wp/texts.php:374
3580
  msgid "Horizontal Offset"
3581
  msgstr ""
3582
 
3583
- #: public/editor-build/214-wp/texts.php:375
3584
  msgid "Host"
3585
  msgstr ""
3586
 
3587
- #: public/editor-build/214-wp/texts.php:377
3588
  msgid "Hours"
3589
  msgstr ""
3590
 
3591
- #: public/editor-build/214-wp/texts.php:383
3592
  msgid "Icons"
3593
  msgstr ""
3594
 
3595
- #: public/editor-build/214-wp/texts.php:384
3596
  msgid "If you need to increase max upload size please contact your hosting."
3597
  msgstr ""
3598
 
3599
- #: public/editor-build/214-wp/texts.php:386
3600
  msgid "Image Test"
3601
  msgstr ""
3602
 
3603
- #: public/editor-build/214-wp/texts.php:387
3604
  msgid "Image file is too large."
3605
  msgstr ""
3606
 
3607
- #: public/editor-build/214-wp/texts.php:388
3608
  msgid "Import New Block"
3609
  msgstr ""
3610
 
3611
- #: public/editor-build/214-wp/texts.php:389
3612
  msgid "Import New Layout"
3613
  msgstr ""
3614
 
3615
- #: public/editor-build/214-wp/texts.php:390
3616
  msgid "Import New Popup"
3617
  msgstr ""
3618
 
3619
- #: public/editor-build/214-wp/texts.php:392
3620
  msgid "Import This Story"
3621
  msgstr ""
3622
 
3623
- #: public/editor-build/214-wp/texts.php:394
3624
  msgid "Include By"
3625
  msgstr ""
3626
 
3627
- #: public/editor-build/214-wp/texts.php:397
3628
  msgid "Incorrect"
3629
  msgstr ""
3630
 
3631
- #: public/editor-build/214-wp/texts.php:398
3632
  msgid "Incorrect username or password"
3633
  msgstr ""
3634
 
3635
- #: public/editor-build/214-wp/texts.php:399
3636
  msgid "Info"
3637
  msgstr ""
3638
 
3639
- #: public/editor-build/214-wp/texts.php:401
3640
  msgid "Inline"
3641
  msgstr ""
3642
 
3643
- #: public/editor-build/214-wp/texts.php:402
3644
  msgid "Input"
3645
  msgstr ""
3646
 
3647
- #: public/editor-build/214-wp/texts.php:403
3648
  msgid "Inputted a valid site key"
3649
  msgstr ""
3650
 
3651
- #: public/editor-build/214-wp/texts.php:404
3652
  msgid "Inset"
3653
  msgstr ""
3654
 
3655
- #: public/editor-build/214-wp/texts.php:405
3656
  msgid "Intro"
3657
  msgstr ""
3658
 
3659
- #: public/editor-build/214-wp/texts.php:406
3660
  msgid "Invalid api data"
3661
  msgstr ""
3662
 
3663
- #: public/editor-build/214-wp/texts.php:410
3664
  msgid "Item"
3665
  msgstr ""
3666
 
3667
- #: public/editor-build/214-wp/texts.php:413
3668
  msgid "Keyboard Shortcuts"
3669
  msgstr ""
3670
 
3671
- #: public/editor-build/214-wp/texts.php:416
3672
  msgid "Last Name"
3673
  msgstr ""
3674
 
3675
- #: public/editor-build/214-wp/texts.php:417
3676
  msgid "Lateral"
3677
  msgstr ""
3678
 
3679
- #: public/editor-build/214-wp/texts.php:420
3680
  msgid "Left"
3681
  msgstr ""
3682
 
3683
- #: public/editor-build/214-wp/texts.php:430
3684
  msgid "Links"
3685
  msgstr ""
3686
 
3687
- #: public/editor-build/214-wp/texts.php:432
3688
  msgid "List are not created please connect the support"
3689
  msgstr ""
3690
 
3691
- #: public/editor-build/214-wp/texts.php:433
3692
  msgid "Lists are empty. Please add a new list and try again."
3693
  msgstr ""
3694
 
3695
- #: public/editor-build/214-wp/texts.php:434
3696
  msgid "Loading..."
3697
  msgstr ""
3698
 
3699
- #: public/editor-build/214-wp/texts.php:435
3700
  msgid "Locked"
3701
  msgstr ""
3702
 
3703
- #: public/editor-build/214-wp/texts.php:436
3704
  msgid "Login"
3705
  msgstr ""
3706
 
3707
- #: public/editor-build/214-wp/texts.php:437
3708
  msgid "Login Submit"
3709
  msgstr ""
3710
 
3711
- #: public/editor-build/214-wp/texts.php:438
3712
  msgid "Logout"
3713
  msgstr ""
3714
 
3715
- #: public/editor-build/214-wp/texts.php:440
3716
  msgid "Lost Password"
3717
  msgstr ""
3718
 
3719
- #: public/editor-build/214-wp/texts.php:441
3720
  msgid "Lottie"
3721
  msgstr ""
3722
 
3723
- #: public/editor-build/214-wp/texts.php:442
3724
  msgid "Lottie File"
3725
  msgstr ""
3726
 
3727
- #: public/editor-build/214-wp/texts.php:443
3728
  msgid "Lottie Link"
3729
  msgstr ""
3730
 
3731
- #: public/editor-build/214-wp/texts.php:444
3732
  msgid "Main"
3733
  msgstr ""
3734
 
3735
- #: public/editor-build/214-wp/texts.php:449
3736
  msgid "Manual"
3737
  msgstr ""
3738
 
3739
- #: public/editor-build/214-wp/texts.php:452
3740
  msgid "Mask"
3741
  msgstr ""
3742
 
3743
- #: public/editor-build/214-wp/texts.php:453
3744
  msgid "Max"
3745
  msgstr ""
3746
 
3747
- #: public/editor-build/214-wp/texts.php:454
3748
  msgid "Max Date"
3749
  msgstr ""
3750
 
3751
- #: public/editor-build/214-wp/texts.php:455
3752
  msgid "Max Time"
3753
  msgstr ""
3754
 
3755
- #: public/editor-build/214-wp/texts.php:456
3756
  msgid "Max. File Size"
3757
  msgstr ""
3758
 
3759
- #: public/editor-build/214-wp/texts.php:457
3760
  msgid "Medium"
3761
  msgstr ""
3762
 
3763
- #: public/editor-build/214-wp/texts.php:458
3764
  msgid "Mega Menu"
3765
  msgstr ""
3766
 
3767
- #: public/editor-build/214-wp/texts.php:459
3768
  msgid "Membership"
3769
  msgstr ""
3770
 
3771
- #: public/editor-build/214-wp/texts.php:460
3772
  msgid "Mention"
3773
  msgstr ""
3774
 
3775
- #: public/editor-build/214-wp/texts.php:462
3776
  msgid "Menu Items"
3777
  msgstr ""
3778
 
3779
- #: public/editor-build/214-wp/texts.php:464
3780
  msgid "Menu order"
3781
  msgstr ""
3782
 
3783
- #: public/editor-build/214-wp/texts.php:469
3784
  msgid "Meta"
3785
  msgstr ""
3786
 
3787
- #: public/editor-build/214-wp/texts.php:470
3788
  msgid "Meta Data"
3789
  msgstr ""
3790
 
3791
- #: public/editor-build/214-wp/texts.php:473
3792
  msgid "Min"
3793
  msgstr ""
3794
 
3795
- #: public/editor-build/214-wp/texts.php:474
3796
  msgid "Min Date"
3797
  msgstr ""
3798
 
3799
- #: public/editor-build/214-wp/texts.php:475
3800
  msgid "Min Time"
3801
  msgstr ""
3802
 
3803
- #: public/editor-build/214-wp/texts.php:476
3804
  msgid "Minimal"
3805
  msgstr ""
3806
 
3807
- #: public/editor-build/214-wp/texts.php:484
3808
  msgid "Move left"
3809
  msgstr ""
3810
 
3811
- #: public/editor-build/214-wp/texts.php:485
3812
  msgid "Move right"
3813
  msgstr ""
3814
 
3815
- #: public/editor-build/214-wp/texts.php:486
3816
  msgid "Multiple Selection"
3817
  msgstr ""
3818
 
3819
- #: public/editor-build/214-wp/texts.php:487
3820
  msgid "Muted"
3821
  msgstr ""
3822
 
3823
- #: public/editor-build/214-wp/texts.php:489
3824
  msgid "N/A"
3825
  msgstr ""
3826
 
3827
- #: public/editor-build/214-wp/texts.php:491
3828
  msgid "Native HTML5"
3829
  msgstr ""
3830
 
3831
- #: public/editor-build/214-wp/texts.php:492
3832
  msgid "Nav"
3833
  msgstr ""
3834
 
3835
- #: public/editor-build/214-wp/texts.php:494
3836
  msgid "Need help"
3837
  msgstr ""
3838
 
3839
- #: public/editor-build/214-wp/texts.php:497
3840
  msgid "No results"
3841
  msgstr ""
3842
 
3843
- #: public/editor-build/214-wp/texts.php:498
3844
  msgid "Non Profit"
3845
  msgstr ""
3846
 
3847
- #: public/editor-build/214-wp/texts.php:501
3848
  msgid "Not Required"
3849
  msgstr ""
3850
 
3851
- #: public/editor-build/214-wp/texts.php:502
3852
  msgid "Nothing Found"
3853
  msgstr ""
3854
 
3855
- #: public/editor-build/214-wp/texts.php:504
3856
  msgid "Nothing here yet, make a global popup first."
3857
  msgstr ""
3858
 
3859
- #: public/editor-build/214-wp/texts.php:506
3860
  msgid "Nothing here yet, save a layout first."
3861
  msgstr ""
3862
 
3863
- #: public/editor-build/214-wp/texts.php:507
3864
  msgid "Nothing here yet, save a popup first."
3865
  msgstr ""
3866
 
3867
- #: public/editor-build/214-wp/texts.php:508
3868
  msgid "Nothing here, please refine your search."
3869
  msgstr ""
3870
 
3871
- #: public/editor-build/214-wp/texts.php:509
3872
  msgid "Nr"
3873
  msgstr ""
3874
 
3875
- #: public/editor-build/214-wp/texts.php:511
3876
  msgid "Number of posts"
3877
  msgstr ""
3878
 
3879
- #: public/editor-build/214-wp/texts.php:512
3880
  msgid "Offset"
3881
  msgstr ""
3882
 
3883
- #: public/editor-build/214-wp/texts.php:513
3884
  msgid "On Click"
3885
  msgstr ""
3886
 
3887
- #: public/editor-build/214-wp/texts.php:514
3888
  msgid "On Hover"
3889
  msgstr ""
3890
 
3891
- #: public/editor-build/214-wp/texts.php:515
3892
  msgid "One Page"
3893
  msgstr ""
3894
 
3895
- #: public/editor-build/214-wp/texts.php:521
3896
  msgid "Orientation"
3897
  msgstr ""
3898
 
3899
- #: public/editor-build/214-wp/texts.php:523
3900
  msgid "Outset"
3901
  msgstr ""
3902
 
3903
- #: public/editor-build/214-wp/texts.php:525
3904
  msgid "Overlay "
3905
  msgstr ""
3906
 
3907
- #: public/editor-build/214-wp/texts.php:530
3908
  msgid "Page Layout"
3909
  msgstr ""
3910
 
3911
- #: public/editor-build/214-wp/texts.php:532
3912
  msgid "Page Title"
3913
  msgstr ""
3914
 
3915
- #: public/editor-build/214-wp/texts.php:533
3916
  msgid "Page title"
3917
  msgstr ""
3918
 
3919
- #: public/editor-build/214-wp/texts.php:534
3920
  msgid "Pages"
3921
  msgstr ""
3922
 
3923
- #: public/editor-build/214-wp/texts.php:539
3924
  msgid "Password"
3925
  msgstr ""
3926
 
3927
- #: public/editor-build/214-wp/texts.php:540
3928
  msgid "Password and confirm password is not the same"
3929
  msgstr ""
3930
 
3931
- #: public/editor-build/214-wp/texts.php:542
3932
  msgid "Paste Style"
3933
  msgstr ""
3934
 
3935
- #: public/editor-build/214-wp/texts.php:544
3936
  msgid "Paste your WordPress shortcode here ..."
3937
  msgstr ""
3938
 
3939
- #: public/editor-build/214-wp/texts.php:547
3940
  msgid "Percent"
3941
  msgstr ""
3942
 
3943
- #: public/editor-build/214-wp/texts.php:549
3944
  msgid "Phone Number"
3945
  msgstr ""
3946
 
3947
- #: public/editor-build/214-wp/texts.php:550
3948
  msgid "Placeholder"
3949
  msgstr ""
3950
 
3951
- #: public/editor-build/214-wp/texts.php:551
3952
  msgid "Plain"
3953
  msgstr ""
3954
 
3955
- #: public/editor-build/214-wp/texts.php:553
3956
  msgid "Playlist"
3957
  msgstr ""
3958
 
3959
- #: public/editor-build/214-wp/texts.php:554
3960
  msgid "Playlist Items"
3961
  msgstr ""
3962
 
3963
- #: public/editor-build/214-wp/texts.php:558
3964
  msgid "Popup Close Icon"
3965
  msgstr ""
3966
 
3967
- #: public/editor-build/214-wp/texts.php:560
3968
  msgid "Port"
3969
  msgstr ""
3970
 
3971
- #: public/editor-build/214-wp/texts.php:561
3972
  msgid "Portfolio"
3973
  msgstr ""
3974
 
3975
- #: public/editor-build/214-wp/texts.php:564
3976
  msgid "Post Content"
3977
  msgstr ""
3978
 
3979
- #: public/editor-build/214-wp/texts.php:565
3980
  msgid "Post Excerpt"
3981
  msgstr ""
3982
 
3983
- #: public/editor-build/214-wp/texts.php:566
3984
  msgid "Post Info"
3985
  msgstr ""
3986
 
3987
- #: public/editor-build/214-wp/texts.php:567
3988
  msgid "Post Navigation"
3989
  msgstr ""
3990
 
3991
- #: public/editor-build/214-wp/texts.php:568
3992
  msgid "Post Title"
3993
  msgstr ""
3994
 
3995
- #: public/editor-build/214-wp/texts.php:570
3996
  msgid "Post info"
3997
  msgstr ""
3998
 
3999
- #: public/editor-build/214-wp/texts.php:572
4000
  msgid "Posts Pagination"
4001
  msgstr ""
4002
 
4003
- #: public/editor-build/214-wp/texts.php:573
4004
  msgid "Posts Tags"
4005
  msgstr ""
4006
 
4007
- #: public/editor-build/214-wp/texts.php:574
4008
  msgid "Prefix"
4009
  msgstr ""
4010
 
4011
- #: public/editor-build/214-wp/texts.php:576
4012
  msgid "Press the button above to add popup"
4013
  msgstr ""
4014
 
4015
- #: public/editor-build/214-wp/texts.php:578
4016
  msgid "Price"
4017
  msgstr ""
4018
 
4019
- #: public/editor-build/214-wp/texts.php:579
4020
  msgid "Pricing"
4021
  msgstr ""
4022
 
4023
- #: public/editor-build/214-wp/texts.php:582
4024
  msgid "Product Attributes"
4025
  msgstr ""
4026
 
4027
- #: public/editor-build/214-wp/texts.php:583
4028
  msgid "Product Breadcrumbs"
4029
  msgstr ""
4030
 
4031
- #: public/editor-build/214-wp/texts.php:584
4032
  msgid "Product Content"
4033
  msgstr ""
4034
 
4035
- #: public/editor-build/214-wp/texts.php:585
4036
  msgid "Product Excerpt"
4037
  msgstr ""
4038
 
4039
- #: public/editor-build/214-wp/texts.php:586
4040
  msgid "Product Gallery"
4041
  msgstr ""
4042
 
4043
- #: public/editor-build/214-wp/texts.php:589
4044
  msgid "Product Meta"
4045
  msgstr ""
4046
 
4047
- #: public/editor-build/214-wp/texts.php:590
4048
  msgid "Product Price"
4049
  msgstr ""
4050
 
4051
- #: public/editor-build/214-wp/texts.php:591
4052
  msgid "Product Rating"
4053
  msgstr ""
4054
 
4055
- #: public/editor-build/214-wp/texts.php:592
4056
  msgid "Product Sku"
4057
  msgstr ""
4058
 
4059
- #: public/editor-build/214-wp/texts.php:593
4060
  msgid "Product Stock"
4061
  msgstr ""
4062
 
4063
- #: public/editor-build/214-wp/texts.php:594
4064
  msgid "Product Thumbnail"
4065
  msgstr ""
4066
 
4067
- #: public/editor-build/214-wp/texts.php:595
4068
  msgid "Product Title"
4069
  msgstr ""
4070
 
4071
- #: public/editor-build/214-wp/texts.php:598
4072
  msgid "Products Pagination"
4073
  msgstr ""
4074
 
4075
- #: public/editor-build/214-wp/texts.php:599
4076
  msgid "Products Tags"
4077
  msgstr ""
4078
 
4079
- #: public/editor-build/214-wp/texts.php:601
4080
  msgid "Protected Form"
4081
  msgstr ""
4082
 
4083
- #: public/editor-build/214-wp/texts.php:602
4084
  msgid "Protected Page"
4085
  msgstr ""
4086
 
4087
- #: public/editor-build/214-wp/texts.php:604
4088
  msgid "Publish Page"
4089
  msgstr ""
4090
 
4091
- #: public/editor-build/214-wp/texts.php:608
4092
  msgid "Radio"
4093
  msgstr ""
4094
 
4095
- #: public/editor-build/214-wp/texts.php:612
4096
  msgid "ReCAPTCHA"
4097
  msgstr ""
4098
 
4099
- #: public/editor-build/214-wp/texts.php:613
4100
  msgid "Real-Estate"
4101
  msgstr ""
4102
 
4103
- #: public/editor-build/214-wp/texts.php:616
4104
  msgid "Redirect After Login"
4105
  msgstr ""
4106
 
4107
- #: public/editor-build/214-wp/texts.php:617
4108
  msgid "Redirect After Logout"
4109
  msgstr ""
4110
 
4111
- #: public/editor-build/214-wp/texts.php:618
4112
  msgid "Redo"
4113
  msgstr ""
4114
 
4115
- #: public/editor-build/214-wp/texts.php:619
4116
  msgid "Refresh"
4117
  msgstr ""
4118
 
4119
- #: public/editor-build/214-wp/texts.php:620
4120
  msgid "Register"
4121
  msgstr ""
4122
 
4123
- #: public/editor-build/214-wp/texts.php:621
4124
  msgid "Register Info"
4125
  msgstr ""
4126
 
4127
- #: public/editor-build/214-wp/texts.php:622
4128
  msgid "Related Products"
4129
  msgstr ""
4130
 
4131
- #: public/editor-build/214-wp/texts.php:623
4132
  msgid "Related Products Pagination"
4133
  msgstr ""
4134
 
4135
- #: public/editor-build/214-wp/texts.php:624
4136
  msgid "Related Products Tags"
4137
  msgstr ""
4138
 
4139
- #: public/editor-build/214-wp/texts.php:625
4140
  msgid "Religion"
4141
  msgstr ""
4142
 
4143
- #: public/editor-build/214-wp/texts.php:626
4144
  msgid "Remember me"
4145
  msgstr ""
4146
 
4147
- #: public/editor-build/214-wp/texts.php:628
4148
  msgid "Repair"
4149
  msgstr ""
4150
 
4151
- #: public/editor-build/214-wp/texts.php:629
4152
  msgid "Replace global styling"
4153
  msgstr ""
4154
 
4155
- #: public/editor-build/214-wp/texts.php:630
4156
  msgid "Reply"
4157
  msgstr ""
4158
 
4159
- #: public/editor-build/214-wp/texts.php:631
4160
  msgid "Reply-To"
4161
  msgstr ""
4162
 
4163
- #: public/editor-build/214-wp/texts.php:633
4164
  msgid "Reset Password"
4165
  msgstr ""
4166
 
4167
- #: public/editor-build/214-wp/texts.php:634
4168
  msgid "Responsive Zoom In / Out"
4169
  msgstr ""
4170
 
4171
- #: public/editor-build/214-wp/texts.php:635
4172
  msgid "Reverse"
4173
  msgstr ""
4174
 
4175
- #: public/editor-build/214-wp/texts.php:637
4176
  msgid "Review"
4177
  msgstr ""
4178
 
4179
- #: public/editor-build/214-wp/texts.php:638
4180
  msgid "Right"
4181
  msgstr ""
4182
 
4183
- #: public/editor-build/214-wp/texts.php:641
4184
  msgid "Rotate"
4185
  msgstr ""
4186
 
4187
- #: public/editor-build/214-wp/texts.php:652
4188
  msgid "SELECT ACCOUNT"
4189
  msgstr ""
4190
 
4191
- #: public/editor-build/214-wp/texts.php:653
4192
  msgid "SELECT FOR WHAT TEMPLATE IS USED"
4193
  msgstr ""
4194
 
4195
- #: public/editor-build/214-wp/texts.php:654
4196
  msgid "SELECT LIST"
4197
  msgstr ""
4198
 
4199
- #: public/editor-build/214-wp/texts.php:655
4200
  msgid "SPAN"
4201
  msgstr ""
4202
 
4203
- #: public/editor-build/214-wp/texts.php:657
4204
  msgid "START BUILDING YOUR POPUP"
4205
  msgstr ""
4206
 
4207
- #: public/editor-build/214-wp/texts.php:659
4208
  msgid "Sale"
4209
  msgstr ""
4210
 
4211
- #: public/editor-build/214-wp/texts.php:660
4212
  msgid "Same Page"
4213
  msgstr ""
4214
 
4215
- #: public/editor-build/214-wp/texts.php:662
4216
  msgid "Save Draft"
4217
  msgstr ""
4218
 
4219
- #: public/editor-build/214-wp/texts.php:663
4220
  msgid "Save Draft / Update Page"
4221
  msgstr ""
4222
 
4223
- #: public/editor-build/214-wp/texts.php:664
4224
  msgid "Save Layout"
4225
  msgstr ""
4226
 
4227
- #: public/editor-build/214-wp/texts.php:665
4228
  msgid "Saved"
4229
  msgstr ""
4230
 
4231
- #: public/editor-build/214-wp/texts.php:666
4232
  msgid "Saved Library is syncing to your Account"
4233
  msgstr ""
4234
 
4235
- #: public/editor-build/214-wp/texts.php:667
4236
  msgid "Saved Popups"
4237
  msgstr ""
4238
 
4239
- #: public/editor-build/214-wp/texts.php:668
4240
  msgid "Saving"
4241
  msgstr ""
4242
 
4243
- #: public/editor-build/214-wp/texts.php:669
4244
  msgid "Scroll Page Behind"
4245
  msgstr ""
4246
 
4247
- #: public/editor-build/214-wp/texts.php:670
4248
  msgid "Search"
4249
  msgstr ""
4250
 
4251
- #: public/editor-build/214-wp/texts.php:671
4252
  msgid "Search element"
4253
  msgstr ""
4254
 
4255
- #: public/editor-build/214-wp/texts.php:672
4256
  msgid "Searching..."
4257
  msgstr ""
4258
 
4259
- #: public/editor-build/214-wp/texts.php:673
4260
  msgid "Seconds"
4261
  msgstr ""
4262
 
4263
- #: public/editor-build/214-wp/texts.php:674
4264
  msgid "Section"
4265
  msgstr ""
4266
 
4267
- #: public/editor-build/214-wp/texts.php:676
4268
  msgid "Select Parent Element"
4269
  msgstr ""
4270
 
4271
- #: public/editor-build/214-wp/texts.php:678
4272
  msgid "Select a menu from the element options"
4273
  msgstr ""
4274
 
4275
- #: public/editor-build/214-wp/texts.php:679
4276
  msgid "Select an element on the page to display more settings"
4277
  msgstr ""
4278
 
4279
- #: public/editor-build/214-wp/texts.php:680
4280
  msgid "Select tags"
4281
  msgstr ""
4282
 
4283
- #: public/editor-build/214-wp/texts.php:681
4284
  msgid "Semi Bold"
4285
  msgstr ""
4286
 
4287
- #: public/editor-build/214-wp/texts.php:682
4288
  msgid "Separator"
4289
  msgstr ""
4290
 
4291
- #: public/editor-build/214-wp/texts.php:686
4292
  msgid "Shape"
4293
  msgstr ""
4294
 
4295
- #: public/editor-build/214-wp/texts.php:687
4296
  msgid "Shop Cart"
4297
  msgstr ""
4298
 
4299
- #: public/editor-build/214-wp/texts.php:688
4300
  msgid "Shop Categories"
4301
  msgstr ""
4302
 
4303
- #: public/editor-build/214-wp/texts.php:689
4304
  msgid "Shop Pages"
4305
  msgstr ""
4306
 
4307
- #: public/editor-build/214-wp/texts.php:690
4308
  msgid "Shop Products"
4309
  msgstr ""
4310
 
4311
- #: public/editor-build/214-wp/texts.php:692
4312
  msgid "Shortcuts"
4313
  msgstr ""
4314
 
4315
- #: public/editor-build/214-wp/texts.php:693
4316
  msgid "Shortname"
4317
  msgstr ""
4318
 
4319
- #: public/editor-build/214-wp/texts.php:697
4320
  msgid "Show Hidden Elements"
4321
  msgstr ""
4322
 
4323
- #: public/editor-build/214-wp/texts.php:698
4324
  msgid "Show Meta Data"
4325
  msgstr ""
4326
 
4327
- #: public/editor-build/214-wp/texts.php:699
4328
  msgid "Show Social Context"
4329
  msgstr ""
4330
 
4331
- #: public/editor-build/214-wp/texts.php:700
4332
  msgid "Show message"
4333
  msgstr ""
4334
 
4335
- #: public/editor-build/214-wp/texts.php:702
4336
  msgid "Show to"
4337
  msgstr ""
4338
 
4339
- #: public/editor-build/214-wp/texts.php:704
4340
  msgid "SignUp"
4341
  msgstr ""
4342
 
4343
- #: public/editor-build/214-wp/texts.php:706
4344
  msgid "Skin"
4345
  msgstr ""
4346
 
4347
- #: public/editor-build/214-wp/texts.php:707
4348
  msgid "Skin 1"
4349
  msgstr ""
4350
 
4351
- #: public/editor-build/214-wp/texts.php:708
4352
  msgid "Skin 2"
4353
  msgstr ""
4354
 
4355
- #: public/editor-build/214-wp/texts.php:709
4356
  msgid "Skin 3"
4357
  msgstr ""
4358
 
4359
- #: public/editor-build/214-wp/texts.php:710
4360
  msgid "Skin 4"
4361
  msgstr ""
4362
 
4363
- #: public/editor-build/214-wp/texts.php:711
4364
  msgid "Skip"
4365
  msgstr ""
4366
 
4367
- #: public/editor-build/214-wp/texts.php:712
4368
  msgid "Sku"
4369
  msgstr ""
4370
 
4371
- #: public/editor-build/214-wp/texts.php:720
4372
  msgid "Some integrations are available only in PRO"
4373
  msgstr ""
4374
 
4375
- #: public/editor-build/214-wp/texts.php:721
4376
  msgid "Something went wrong"
4377
  msgstr ""
4378
 
4379
- #: public/editor-build/214-wp/texts.php:724
4380
  msgid "Source"
4381
  msgstr ""
4382
 
4383
- #: public/editor-build/214-wp/texts.php:725
4384
  msgid "Source ID"
4385
  msgstr ""
4386
 
4387
- #: public/editor-build/214-wp/texts.php:726
4388
  msgid "Source Type"
4389
  msgstr ""
4390
 
4391
- #: public/editor-build/214-wp/texts.php:729
4392
  msgid "Span"
4393
  msgstr ""
4394
 
4395
- #: public/editor-build/214-wp/texts.php:731
4396
  msgid "Specify a start time (in seconds)"
4397
  msgstr ""
4398
 
4399
- #: public/editor-build/214-wp/texts.php:732
4400
  msgid "Specify an end time (in seconds)"
4401
  msgstr ""
4402
 
4403
- #: public/editor-build/214-wp/texts.php:734
4404
  msgid "Sport"
4405
  msgstr ""
4406
 
4407
- #: public/editor-build/214-wp/texts.php:736
4408
  msgid "Stars"
4409
  msgstr ""
4410
 
4411
- #: public/editor-build/214-wp/texts.php:737
4412
  msgid "Stars Bg"
4413
  msgstr ""
4414
 
4415
- #: public/editor-build/214-wp/texts.php:742
4416
  msgid "Stock"
4417
  msgstr ""
4418
 
4419
- #: public/editor-build/214-wp/texts.php:744
4420
  msgid "Story"
4421
  msgstr ""
4422
 
4423
- #: public/editor-build/214-wp/texts.php:745
4424
  msgid "Strike"
4425
  msgstr ""
4426
 
4427
- #: public/editor-build/214-wp/texts.php:747
4428
  msgid "Styles"
4429
  msgstr ""
4430
 
4431
- #: public/editor-build/214-wp/texts.php:749
4432
  msgid "Sub Title"
4433
  msgstr ""
4434
 
4435
- #: public/editor-build/214-wp/texts.php:750
4436
  msgid "Subject"
4437
  msgstr ""
4438
 
4439
- #: public/editor-build/214-wp/texts.php:751
4440
  msgid "Subtotal"
4441
  msgstr ""
4442
 
4443
- #: public/editor-build/214-wp/texts.php:753
4444
  msgid "Suffix"
4445
  msgstr ""
4446
 
4447
- #: public/editor-build/214-wp/texts.php:754
4448
  msgid "Support"
4449
  msgstr ""
4450
 
4451
- #: public/editor-build/214-wp/texts.php:756
4452
  msgid "Switch to Draft"
4453
  msgstr ""
4454
 
4455
- #: public/editor-build/214-wp/texts.php:758
4456
  msgid "Switch to desktop to add popup"
4457
  msgstr ""
4458
 
4459
- #: public/editor-build/214-wp/texts.php:759
4460
  msgid "Switcher"
4461
  msgstr ""
4462
 
4463
- #: public/editor-build/214-wp/texts.php:760
4464
  msgid "Switcher Tabs"
4465
  msgstr ""
4466
 
4467
- #: public/editor-build/214-wp/texts.php:761
4468
  msgid "Sync Now"
4469
  msgstr ""
4470
 
4471
- #: public/editor-build/214-wp/texts.php:762
4472
  msgid "TTF File"
4473
  msgstr ""
4474
 
4475
- #: public/editor-build/214-wp/texts.php:763
4476
  msgid "Tab"
4477
  msgstr ""
4478
 
4479
- #: public/editor-build/214-wp/texts.php:764
4480
  msgid "Table"
4481
  msgstr ""
4482
 
4483
- #: public/editor-build/214-wp/texts.php:765
4484
  msgid "Table Head"
4485
  msgstr ""
4486
 
4487
- #: public/editor-build/214-wp/texts.php:766
4488
  msgid "Table Sidebar"
4489
  msgstr ""
4490
 
4491
- #: public/editor-build/214-wp/texts.php:769
4492
  msgid "Tabs Items"
4493
  msgstr ""
4494
 
4495
- #: public/editor-build/214-wp/texts.php:771
4496
  msgid "Tags"
4497
  msgstr ""
4498
 
4499
- #: public/editor-build/214-wp/texts.php:773
4500
  msgid "Take over"
4501
  msgstr ""
4502
 
4503
- #: public/editor-build/214-wp/texts.php:774
4504
  msgid "Take over failed please refresh the page"
4505
  msgstr ""
4506
 
4507
- #: public/editor-build/214-wp/texts.php:776
4508
  msgid "Team"
4509
  msgstr ""
4510
 
4511
- #: public/editor-build/214-wp/texts.php:777
4512
  msgid "Tel"
4513
  msgstr ""
4514
 
4515
- #: public/editor-build/214-wp/texts.php:778
4516
  msgid "Testimonials"
4517
  msgstr ""
4518
 
4519
- #: public/editor-build/214-wp/texts.php:780
4520
  msgid "The element you have selected doesn't have more settings"
4521
  msgstr ""
4522
 
4523
- #: public/editor-build/214-wp/texts.php:781
4524
  msgid "The email address format is not valid"
4525
  msgstr ""
4526
 
4527
- #: public/editor-build/214-wp/texts.php:782
4528
  msgid "The integration is not responding, please try again or verify the account credentials"
4529
  msgstr ""
4530
 
4531
- #: public/editor-build/214-wp/texts.php:783
4532
  msgid "Theme"
4533
  msgstr ""
4534
 
4535
- #: public/editor-build/214-wp/texts.php:784
4536
  msgid "There are no choices"
4537
  msgstr ""
4538
 
4539
- #: public/editor-build/214-wp/texts.php:786
4540
  msgid "This is Lottie .json URL. Get more from LottieFiles.com."
4541
  msgstr ""
4542
 
4543
- #: public/editor-build/214-wp/texts.php:787
4544
  msgid "This page needs a refresh. You’ve probably updated this page (or another page) in a different tab or browser."
4545
  msgstr ""
4546
 
4547
- #: public/editor-build/214-wp/texts.php:788
4548
  msgid "Thumbs"
4549
  msgstr ""
4550
 
4551
- #: public/editor-build/214-wp/texts.php:789
4552
  msgid "Time"
4553
  msgstr ""
4554
 
4555
- #: public/editor-build/214-wp/texts.php:792
4556
  msgid "Timeline Items"
4557
  msgstr ""
4558
 
4559
- #: public/editor-build/214-wp/texts.php:793
4560
  msgid "Timeline Labels"
4561
  msgstr ""
4562
 
4563
- #: public/editor-build/214-wp/texts.php:794
4564
  msgid "Timer"
4565
  msgstr ""
4566
 
4567
- #: public/editor-build/214-wp/texts.php:795
4568
  msgid "Tip: Use these shortcodes to populate your template"
4569
  msgstr ""
4570
 
4571
- #: public/editor-build/214-wp/texts.php:796
4572
  msgid "Tip: You can browse the Google font library"
4573
  msgstr ""
4574
 
4575
- #: public/editor-build/214-wp/texts.php:798
4576
  msgid "Titles"
4577
  msgstr ""
4578
 
4579
- #: public/editor-build/214-wp/texts.php:799
4580
  msgid "To Dashboard"
4581
  msgstr ""
4582
 
4583
- #: public/editor-build/214-wp/texts.php:801
4584
  msgid "Top"
4585
  msgstr ""
4586
 
4587
- #: public/editor-build/214-wp/texts.php:802
4588
  msgid "Total"
4589
  msgstr ""
4590
 
4591
- #: public/editor-build/214-wp/texts.php:804
4592
  msgid "Travel"
4593
  msgstr ""
4594
 
4595
- #: public/editor-build/214-wp/texts.php:805
4596
  msgid "Trigger Popup Only Once"
4597
  msgstr ""
4598
 
4599
- #: public/editor-build/214-wp/texts.php:806
4600
  msgid "Triggers"
4601
  msgstr ""
4602
 
4603
- #: public/editor-build/214-wp/texts.php:807
4604
  msgid "Try Again"
4605
  msgstr ""
4606
 
4607
- #: public/editor-build/214-wp/texts.php:808
4608
  msgid "Tweet"
4609
  msgstr ""
4610
 
4611
- #: public/editor-build/214-wp/texts.php:809
4612
  msgid "Twitter"
4613
  msgstr ""
4614
 
4615
- #: public/editor-build/214-wp/texts.php:811
4616
  msgid "Type to Search ..."
4617
  msgstr ""
4618
 
4619
- #: public/editor-build/214-wp/texts.php:814
4620
  msgid "UPLOAD"
4621
  msgstr ""
4622
 
4623
- #: public/editor-build/214-wp/texts.php:815
4624
  msgid "UPLOAD FONT"
4625
  msgstr ""
4626
 
4627
- #: public/editor-build/214-wp/texts.php:817
4628
  msgid "USE CUSTOM TEMPLATE"
4629
  msgstr ""
4630
 
4631
- #: public/editor-build/214-wp/texts.php:818
4632
  msgid "Unable to insert block. Please try again or contact support"
4633
  msgstr ""
4634
 
4635
- #: public/editor-build/214-wp/texts.php:819
4636
  msgid "Unable to insert layout. Please try again or contact support"
4637
  msgstr ""
4638
 
4639
- #: public/editor-build/214-wp/texts.php:820
4640
  msgid "Unable to insert popup. Please try again or contact support"
4641
  msgstr ""
4642
 
4643
- #: public/editor-build/214-wp/texts.php:821
4644
  msgid "Underline"
4645
  msgstr ""
4646
 
4647
- #: public/editor-build/214-wp/texts.php:822
4648
  msgid "Undo"
4649
  msgstr ""
4650
 
4651
- #: public/editor-build/214-wp/texts.php:823
4652
  msgid "Unlocked"
4653
  msgstr ""
4654
 
4655
- #: public/editor-build/214-wp/texts.php:824
4656
  msgid "Unsuccessful sync"
4657
  msgstr ""
4658
 
4659
- #: public/editor-build/214-wp/texts.php:826
4660
  msgid "Upgrade to PRO to use this block"
4661
  msgstr ""
4662
 
4663
- #: public/editor-build/214-wp/texts.php:827
4664
  msgid "Upgrade to PRO to use this element"
4665
  msgstr ""
4666
 
4667
- #: public/editor-build/214-wp/texts.php:828
4668
  msgid "Upgrade to PRO to use this integration"
4669
  msgstr ""
4670
 
4671
- #: public/editor-build/214-wp/texts.php:829
4672
  msgid "Upgrade to PRO to use this layout"
4673
  msgstr ""
4674
 
4675
- #: public/editor-build/214-wp/texts.php:830
4676
  msgid "Upgrade to PRO to use this story"
4677
  msgstr ""
4678
 
4679
- #: public/editor-build/214-wp/texts.php:832
4680
  msgid "Upsell"
4681
  msgstr ""
4682
 
4683
- #: public/editor-build/214-wp/texts.php:833
4684
  msgid "Upsell Pagination"
4685
  msgstr ""
4686
 
4687
- #: public/editor-build/214-wp/texts.php:834
4688
  msgid "Upsell Tags"
4689
  msgstr ""
4690
 
4691
- #: public/editor-build/214-wp/texts.php:835
4692
  msgid "Url"
4693
  msgstr ""
4694
 
4695
- #: public/editor-build/214-wp/texts.php:837
4696
  msgid "Username"
4697
  msgstr ""
4698
 
4699
- #: public/editor-build/214-wp/texts.php:838
4700
  msgid "Users"
4701
  msgstr ""
4702
 
4703
- #: public/editor-build/214-wp/texts.php:839
4704
  msgid "Value"
4705
  msgstr ""
4706
 
4707
- #: public/editor-build/214-wp/texts.php:840
4708
  msgid "Values"
4709
  msgstr ""
4710
 
4711
- #: public/editor-build/214-wp/texts.php:841
4712
  msgid "Verification process failed, please make sure you have done the following three things and try again in a few minutes."
4713
  msgstr ""
4714
 
4715
- #: public/editor-build/214-wp/texts.php:842
4716
  msgid "Vertical"
4717
  msgstr ""
4718
 
4719
- #: public/editor-build/214-wp/texts.php:843
4720
  msgid "Vertical Align"
4721
  msgstr ""
4722
 
4723
- #: public/editor-build/214-wp/texts.php:844
4724
  msgid "Vertical Offset"
4725
  msgstr ""
4726
 
4727
- #: public/editor-build/214-wp/texts.php:846
4728
  msgid "View as"
4729
  msgstr ""
4730
 
4731
- #: public/editor-build/214-wp/texts.php:847
4732
  msgid "Vimeo"
4733
  msgstr ""
4734
 
4735
- #: public/editor-build/214-wp/texts.php:848
4736
  msgid "Volume"
4737
  msgstr ""
4738
 
4739
- #: public/editor-build/214-wp/texts.php:849
4740
  msgid "WHAT WILL TRIGGER THE POPUP TO OPEN"
4741
  msgstr ""
4742
 
4743
- #: public/editor-build/214-wp/texts.php:850
4744
  msgid "WHERE DO YOU WANT TO DISPLAY IT?"
4745
  msgstr ""
4746
 
4747
- #: public/editor-build/214-wp/texts.php:851
4748
  msgid "WOFF File"
4749
  msgstr ""
4750
 
4751
- #: public/editor-build/214-wp/texts.php:852
4752
  msgid "WOFF2 File"
4753
  msgstr ""
4754
 
4755
- #: public/editor-build/214-wp/texts.php:853
4756
  msgid "WOOCart"
4757
  msgstr ""
4758
 
4759
- #: public/editor-build/214-wp/texts.php:854
4760
  msgid "WOORating"
4761
  msgstr ""
4762
 
4763
- #: public/editor-build/214-wp/texts.php:856
4764
  msgid "When Finished"
4765
  msgstr ""
4766
 
4767
- #: public/editor-build/214-wp/texts.php:859
4768
  msgid "Woo Product"
4769
  msgstr ""
4770
 
4771
- #: public/editor-build/214-wp/texts.php:860
4772
  msgid "WordPress"
4773
  msgstr ""
4774
 
4775
- #: public/editor-build/214-wp/texts.php:861
4776
  msgid "YOUR PAGE IS READY TO PUBLISH!"
4777
  msgstr ""
4778
 
4779
- #: public/editor-build/214-wp/texts.php:863
4780
  msgid "You can't add it again"
4781
  msgstr ""
4782
 
4783
- #: public/editor-build/214-wp/texts.php:864
4784
  msgid "You can’t make changes"
4785
  msgstr ""
4786
 
4787
- #: public/editor-build/214-wp/texts.php:865
4788
  msgid "You have successfully connect the form with"
4789
  msgstr ""
4790
 
4791
- #: public/editor-build/214-wp/texts.php:866
4792
  msgid "You must be have one font added"
4793
  msgstr ""
4794
 
4795
- #: public/editor-build/214-wp/texts.php:867
4796
  msgid "You must be have one selected item"
4797
  msgstr ""
4798
 
4799
- #: public/editor-build/214-wp/texts.php:868
4800
  msgid "You must specify a title"
4801
  msgstr ""
4802
 
4803
- #: public/editor-build/214-wp/texts.php:870
4804
  msgid "Your Plugin version is incompatible with Account version, please update plugin"
4805
  msgstr ""
4806
 
4807
- #: public/editor-build/214-wp/texts.php:871
4808
  msgid "Your block was saved without screenshot, browser is not compatible"
4809
  msgstr ""
4810
 
4811
- #: public/editor-build/214-wp/texts.php:872
4812
  msgid "Your link is not correct"
4813
  msgstr ""
4814
 
4815
- #: public/editor-build/214-wp/texts.php:873
4816
  msgid "Youtube"
4817
  msgstr ""
4818
 
4819
- #: public/editor-build/214-wp/texts.php:881
4820
  msgid "block-name"
4821
  msgstr ""
4822
 
4823
- #: public/editor-build/214-wp/texts.php:883
4824
  msgid "here"
4825
  msgstr ""
4826
 
4827
- #: public/editor-build/214-wp/texts.php:885
4828
  msgid "is already editing project"
4829
  msgstr ""
4830
 
4831
- #: public/editor-build/214-wp/texts.php:886
4832
  msgid "is currently working on this page. Do you want to take over"
4833
  msgstr ""
4834
 
4835
- #: public/editor-build/214-wp/texts.php:891
4836
  msgid "remove this element"
4837
  msgstr ""
4838
 
4839
- #: public/editor-build/214-wp/texts.php:892
4840
  msgid "required"
4841
  msgstr ""
4842
 
4843
- #: public/editor-build/214-wp/texts.php:894
4844
  msgid "story"
4845
  msgstr ""
4846
 
4847
- #: public/main.php:225
 
 
 
 
 
 
 
 
 
 
 
 
 
4848
  msgid "Edit %s with %s"
4849
  msgstr ""
1
  # Copyright (C) 2022 Brizy.io
2
  # This file is distributed under the GPLv3.
3
+ #, fuzzy
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: Brizy 2.3.26\n"
7
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/brizy\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
+ "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "POT-Creation-Date: 2022-02-09 09:22+0200\n"
14
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15
+ "X-Generator: Poedit 2.2.1\n"
16
  "X-Domain: brizy\n"
17
+ "X-Poedit-KeywordsList: __;__bt\n"
18
+ "X-Poedit-Basepath: ../..\n"
19
+ "X-Poedit-SearchPath-0: brizy-pro\n"
20
+ "X-Poedit-SearchPath-1: brizy\n"
21
+ "X-Poedit-SearchPathExcluded-0: brizy/tests\n"
22
+ "X-Poedit-SearchPathExcluded-1: brizy/vendor\n"
23
+ "X-Poedit-SearchPathExcluded-2: brizy-pro/vendor\n"
24
+ "X-Poedit-SearchPathExcluded-3: brizy/public/editor-build\n"
25
+ "X-Poedit-SearchPathExcluded-4: brizy/public/editor-src\n"
26
 
27
+ #: brizy-pro/admin/integrations.php:33 brizy-pro/admin/integrations.php:60
28
+ msgid "Integrations"
29
  msgstr ""
30
 
31
+ #: brizy-pro/admin/license.php:90 brizy-pro/admin/license.php:91
32
+ #: brizy-pro/admin/license.php:132
33
+ msgid "License"
34
  msgstr ""
35
 
36
+ #: brizy-pro/admin/license.php:120 brizy/admin/views/settings/general.php:12
37
+ msgid "Activate"
38
  msgstr ""
39
 
40
+ #: brizy-pro/admin/membership/membership.php:51
41
+ msgid "Add New Role"
42
  msgstr ""
43
 
44
+ #: brizy-pro/admin/membership/membership.php:52
45
+ msgid "New Role"
46
+ msgstr ""
47
+
48
+ #: brizy-pro/admin/membership/membership.php:53
49
+ msgid "Edit Role"
50
+ msgstr ""
51
+
52
+ #: brizy-pro/admin/membership/membership.php:54
53
+ msgid "View Role"
54
+ msgstr ""
55
+
56
+ #: brizy-pro/admin/membership/membership.php:55
57
+ #: brizy-pro/admin/membership/membership.php:215
58
+ #: brizy/admin/views/membership/checklist.php:12
59
+ #: brizy/public/editor-build/216-wp/texts.php:640
60
+ msgid "Roles"
61
+ msgstr ""
62
+
63
+ #: brizy-pro/admin/membership/membership.php:56
64
+ msgid "Search Role"
65
+ msgstr ""
66
+
67
+ #: brizy-pro/admin/membership/membership.php:57
68
+ msgid "Parent Role:"
69
+ msgstr ""
70
+
71
+ #: brizy-pro/admin/membership/membership.php:58
72
+ msgid "No Roles found."
73
+ msgstr ""
74
+
75
+ #: brizy-pro/admin/membership/membership.php:59
76
+ msgid "No Roles found in Trash."
77
+ msgstr ""
78
+
79
+ #: brizy-pro/admin/membership/membership.php:66
80
+ #: brizy-pro/admin/white-label.php:264 brizy-pro/brizy-pro.php:57
81
+ #: brizy-pro/brizy-pro.php:63 brizy/admin/blocks/main.php:108
82
+ #: brizy/admin/blocks/main.php:130 brizy/admin/fonts/main.php:105
83
+ #: brizy/admin/main.php:430 brizy/admin/main.php:487
84
+ #: brizy/admin/stories/main.php:60 brizy/admin/templates.php:263
85
+ #: brizy/admin/views/button.php:25 brizy/admin/views/button.php:44
86
+ #: brizy/admin/views/settings/general.php:12 brizy/brizy.php:67
87
+ #: brizy/brizy.php:69 brizy/brizy.php:84 brizy/brizy.php:86
88
+ #: brizy/compatibilities/brizy-pro-compatibility.php:24
89
+ #: brizy/compatibilities/brizy-pro-compatibility.php:25
90
+ #: brizy/compatibilities/gutenberg.php:98
91
+ #: brizy/compatibilities/gutenberg.php:112 brizy/editor.php:279
92
+ #: brizy/editor.php:483 brizy/editor/editor/editor.php:177
93
+ #: brizy/editor/forms/wordpress-integration.php:372 brizy/public/main.php:225
94
+ #: brizy/system-checks.php:38 brizy/system-checks.php:40
95
+ #: brizy/system-checks.php:65
96
+ msgid "brizy"
97
+ msgstr ""
98
+
99
+ #: brizy-pro/admin/membership/membership.php:66
100
+ msgid "roles"
101
+ msgstr ""
102
+
103
+ #: brizy-pro/admin/membership/membership.php:133
104
+ #: brizy-pro/admin/membership/membership.php:136
105
+ msgid "Role updated."
106
+ msgstr ""
107
+
108
+ #: brizy-pro/admin/membership/membership.php:134
109
+ #: brizy/admin/stories/main.php:95 brizy/admin/templates.php:164
110
+ msgid "Custom field updated."
111
+ msgstr ""
112
+
113
+ #: brizy-pro/admin/membership/membership.php:135
114
+ #: brizy/admin/stories/main.php:96 brizy/admin/templates.php:165
115
+ msgid "Custom field deleted."
116
+ msgstr ""
117
+
118
+ #: brizy-pro/admin/membership/membership.php:137
119
+ msgid "Role published."
120
+ msgstr ""
121
+
122
+ #: brizy-pro/admin/membership/membership.php:138
123
+ msgid "Role saved."
124
+ msgstr ""
125
+
126
+ #: brizy-pro/admin/membership/membership.php:139
127
+ msgid "Role submitted."
128
+ msgstr ""
129
+
130
+ #: brizy-pro/admin/settings.php:21
131
+ msgid "Limited Access"
132
+ msgstr ""
133
+
134
+ #: brizy-pro/admin/updater.php:288
135
+ msgid "You do not have permission to install plugin updates"
136
+ msgstr ""
137
+
138
+ #: brizy-pro/admin/updater.php:288 brizy/languages/texts.php:361
139
+ #: brizy/public/editor-build/216-wp/texts.php:268
140
+ msgid "Error"
141
+ msgstr ""
142
+
143
+ #: brizy-pro/admin/white-label.php:105 brizy/languages/texts.php:461
144
+ #: brizy/public/editor-build/216-wp/texts.php:223
145
+ msgid "Description"
146
+ msgstr ""
147
+
148
+ #: brizy-pro/admin/white-label.php:185 brizy-pro/admin/white-label.php:199
149
+ msgid "Settings saved."
150
+ msgstr ""
151
+
152
+ #: brizy-pro/admin/white-label.php:222 brizy-pro/admin/white-label.php:223
153
+ msgid "White Label"
154
+ msgstr ""
155
+
156
+ #: brizy-pro/admin/white-label.php:382
157
+ #, php-format
158
+ msgid "There is a new version(%1$s) of %2$s available."
159
+ msgstr ""
160
+
161
+ #: brizy-pro/admin/white-label.php:389
162
+ #, php-format
163
+ msgid "There is a new version(%1$s) of %2$s available. <em>Automatic update is unavailable for this plugin.</em>"
164
+ msgstr ""
165
+
166
+ #: brizy-pro/admin/white-label.php:397
167
+ #, php-format
168
+ msgid "There is a new version(%1$s) of %2$s available. Please <a href=\"%3$s\" %4$s>update now</a>."
169
+ msgstr ""
170
+
171
+ #: brizy-pro/admin/white-label.php:410
172
+ #, php-format
173
+ msgid "There is a new version(%1$s) of %2$s available, but it doesn&#8217;t work with your version of PHP. <a href=\"%3$s\">Learn more about updating PHP</a>."
174
+ msgstr ""
175
+
176
+ #: brizy-pro/content/placeholders/comments.php:66 brizy/languages/texts.php:459
177
+ #: brizy/public/editor-build/216-wp/texts.php:491
178
+ msgid "Name"
179
+ msgstr ""
180
+
181
+ #: brizy-pro/content/placeholders/comments.php:74 brizy/languages/texts.php:367
182
+ #: brizy/public/editor-build/216-wp/texts.php:253
183
+ msgid "Email"
184
+ msgstr ""
185
+
186
+ #: brizy-pro/content/placeholders/comments.php:82
187
+ msgid "Website"
188
+ msgstr ""
189
+
190
+ #: brizy-pro/content/placeholders/comments.php:94
191
+ #, php-format
192
+ msgid "Required fields are marked %s"
193
+ msgstr ""
194
+
195
+ #: brizy-pro/content/placeholders/comments.php:113
196
+ #, php-format
197
+ msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
198
+ msgstr ""
199
+
200
+ #: brizy-pro/content/placeholders/comments.php:121
201
+ #, php-format
202
+ msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out?</a>"
203
+ msgstr ""
204
+
205
+ #: brizy-pro/content/placeholders/comments.php:130
206
+ msgid "Your email address will not be published."
207
+ msgstr ""
208
+
209
+ #: brizy-pro/content/placeholders/excerpt.php:52
210
+ msgid "There is no excerpt because this is a protected post."
211
  msgstr ""
212
 
213
+ #: brizy-pro/content/placeholders/featured-img.php:149
214
+ #: brizy/languages/texts.php:91 brizy/public/editor-build/216-wp/texts.php:300
215
+ msgid "Featured Image"
216
+ msgstr ""
217
+
218
+ #: brizy-pro/content/providers/woocommerce.php:100
219
+ msgid "Reviews"
220
+ msgstr ""
221
+
222
+ #: brizy-pro/content/providers/woocommerce.php:169
223
+ msgid "SKU"
224
+ msgstr ""
225
+
226
+ #: brizy-pro/content/providers/woocommerce.php:389
227
+ msgid "Remove this item"
228
+ msgstr ""
229
+
230
+ #: brizy-pro/content/providers/wp.php:263
231
+ msgid "User registration URL"
232
+ msgstr ""
233
+
234
+ #: brizy-pro/main.php:368
235
+ msgid "Dynamic content"
236
+ msgstr ""
237
+
238
+ #: brizy-pro/templates/comments.php:82
239
+ msgid "Previous"
240
+ msgstr ""
241
+
242
+ #: brizy-pro/templates/comments.php:83
243
+ msgid "Next"
244
+ msgstr ""
245
+
246
+ #: brizy-pro/templates/comments.php:88
247
+ msgid "There are no reviews yet."
248
+ msgstr ""
249
+
250
+ #: brizy-pro/templates/comments.php:95
251
+ msgid "Only logged in customers who have purchased this product may leave a review."
252
  msgstr ""
253
 
254
+ #: brizy-pro/templates/comments.php:99
255
+ msgid "Comments are closed."
256
  msgstr ""
257
 
258
+ #: brizy/admin/blocks/api.php:108
259
+ msgid "There are no block to be archived"
260
  msgstr ""
261
 
262
+ #: brizy/admin/blocks/api.php:145
263
+ msgid "Invalid block file"
264
  msgstr ""
265
 
266
+ #: brizy/admin/blocks/api.php:178
267
+ msgid "Invalid zip file provided"
268
  msgstr ""
269
 
270
+ #: brizy/admin/blocks/main.php:108 brizy/admin/blocks/main.php:130
271
+ msgid "global block."
272
  msgstr ""
273
 
274
+ #: brizy/admin/cloud/cron.php:56
275
+ msgid "Once in 5 minutes"
276
  msgstr ""
277
 
278
+ #: brizy/admin/dashboard-widget.php:39
279
+ #, php-format
280
+ msgid "%s Overview"
281
  msgstr ""
282
 
283
+ #: brizy/admin/dashboard-widget.php:82
284
+ msgid "Parsing failed!"
285
  msgstr ""
286
 
287
+ #: brizy/admin/feedback.php:111
288
  msgid "I no longer need the plugin"
289
  msgstr ""
290
 
291
+ #: brizy/admin/feedback.php:115
292
  msgid "I found a better plugin"
293
  msgstr ""
294
 
295
+ #: brizy/admin/feedback.php:116
296
  msgid "Please share which plugin"
297
  msgstr ""
298
 
299
+ #: brizy/admin/feedback.php:119
300
  msgid "I couldn't get the plugin to work"
301
  msgstr ""
302
 
303
+ #: brizy/admin/feedback.php:123
304
  msgid "It's a temporary deactivation"
305
  msgstr ""
306
 
307
+ #: brizy/admin/feedback.php:127
308
  msgid "I have Brizy Pro"
309
  msgstr ""
310
 
311
+ #: brizy/admin/feedback.php:129
312
  msgid "Wait! Don't deactivate Brizy. You have to activate both Brizy and Brizy Pro in order for the plugin to work."
313
  msgstr ""
314
 
315
+ #: brizy/admin/feedback.php:132
316
  msgid "Other"
317
  msgstr ""
318
 
319
+ #: brizy/admin/feedback.php:133
320
  msgid "Please share the reason"
321
  msgstr ""
322
 
323
+ #: brizy/admin/feedback.php:142
324
  msgid "Quick Feedback"
325
  msgstr ""
326
 
327
+ #: brizy/admin/feedback.php:146
328
  msgid "If you have a moment, please share why you are deactivating Brizy:"
329
  msgstr ""
330
 
331
+ #: brizy/admin/fonts/main.php:105
332
  msgid "font"
333
  msgstr ""
334
 
335
+ #: brizy/admin/form-entries.php:61
336
  msgid "Leads details"
337
  msgstr ""
338
 
339
+ #: brizy/admin/form-entries.php:62 brizy/languages/texts.php:314
340
+ #: brizy/public/editor-build/216-wp/texts.php:217
 
341
  msgid "Date"
342
  msgstr ""
343
 
344
+ #: brizy/admin/form-entries.php:121 brizy/admin/form-entries.php:329
345
+ #: brizy/admin/form-entries.php:341
 
346
  msgid "Leads"
347
  msgstr ""
348
 
349
+ #: brizy/admin/form-entries.php:144
350
  msgid "Disable"
351
  msgstr ""
352
 
353
+ #: brizy/admin/form-entries.php:148
354
  msgid "Enable "
355
  msgstr ""
356
 
357
+ #: brizy/admin/form-entries.php:324 brizy/admin/popups/main.php:115
358
+ #: brizy/languages/texts.php:74 brizy/public/editor-build/216-wp/texts.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
359
  msgid "Add New"
360
  msgstr ""
361
 
362
+ #: brizy/admin/form-entries.php:325
363
  msgid "Add New Lead"
364
  msgstr ""
365
 
366
+ #: brizy/admin/form-entries.php:326
367
  msgid "New Lead"
368
  msgstr ""
369
 
370
+ #: brizy/admin/form-entries.php:327
371
  msgid "Edit Lead"
372
  msgstr ""
373
 
374
+ #: brizy/admin/form-entries.php:328
375
  msgid "View Lead"
376
  msgstr ""
377
 
378
+ #: brizy/admin/form-entries.php:330
379
  msgid "Search Leads"
380
  msgstr ""
381
 
382
+ #: brizy/admin/form-entries.php:331
383
  msgid "Parent Leads:"
384
  msgstr ""
385
 
386
+ #: brizy/admin/form-entries.php:332
387
  msgid "No Leads found."
388
  msgstr ""
389
 
390
+ #: brizy/admin/form-entries.php:333
391
  msgid "No Leads found in Trash."
392
  msgstr ""
393
 
394
+ #: brizy/admin/layouts/api.php:77
395
+ msgid "There are no layouts to be archived"
396
  msgstr ""
397
 
398
+ #: brizy/admin/layouts/main.php:43
399
+ msgid "Layout."
 
 
 
 
400
  msgstr ""
401
 
402
+ #: brizy/admin/main.php:95
403
+ msgid "Edit or Update Image"
 
404
  msgstr ""
405
 
406
+ #: brizy/admin/main.php:224 brizy/admin/network-settings.php:53
407
+ #: brizy/compatibilities/gutenberg.php:128
408
+ #: brizy/compatibilities/gutenberg.php:129
409
+ msgid "brizy-logo"
410
  msgstr ""
411
 
412
+ #: brizy/admin/main.php:248 brizy/admin/settings.php:107
413
+ #: brizy/admin/settings.php:108 brizy/languages/texts.php:181
414
+ #: brizy/public/editor-build/216-wp/texts.php:684
415
+ msgid "Settings"
416
  msgstr ""
417
 
418
+ #: brizy/admin/main.php:256 brizy/admin/settings.php:146
419
+ msgid "Go Pro"
 
 
 
 
420
  msgstr ""
421
 
422
+ #: brizy/admin/main.php:315
423
+ msgid "Submit & Deactivate"
424
  msgstr ""
425
 
426
+ #: brizy/admin/main.php:316
427
+ msgid "Skip & Deactivate"
 
428
  msgstr ""
429
 
430
+ #: brizy/admin/main.php:430
431
+ #, php-format
432
+ msgid "Edit with %s"
433
  msgstr ""
434
 
435
+ #: brizy/admin/main.php:486
436
+ msgid "Auto Draft"
 
437
  msgstr ""
438
 
439
+ #: brizy/admin/main.php:541
440
+ #, php-format
441
+ msgid "Importing Brizy post &#8220;%s&#8221; will be skipped due to incompatible version: %s "
442
  msgstr ""
443
 
444
+ #: brizy/admin/network-settings.php:79 brizy/admin/settings.php:299
445
+ msgid "No Access"
446
  msgstr ""
447
 
448
+ #: brizy/admin/network-settings.php:82 brizy/admin/settings.php:302
 
449
  msgid "Full Access"
450
  msgstr ""
451
 
452
+ #: brizy/admin/popups/main.php:116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  msgid "Add New Popup"
454
  msgstr ""
455
 
456
+ #: brizy/admin/popups/main.php:117
457
  msgid "New Popup"
458
  msgstr ""
459
 
460
+ #: brizy/admin/popups/main.php:118
461
  msgid "Edit Popup"
462
  msgstr ""
463
 
464
+ #: brizy/admin/popups/main.php:119
465
  msgid "View Popup"
466
  msgstr ""
467
 
468
+ #: brizy/admin/popups/main.php:120 brizy/admin/popups/main.php:134
469
+ #: brizy/public/editor-build/216-wp/texts.php:560
 
470
  msgid "Popups"
471
  msgstr ""
472
 
473
+ #: brizy/admin/popups/main.php:121
474
  msgid "Search Popups"
475
  msgstr ""
476
 
477
+ #: brizy/admin/popups/main.php:122
478
  msgid "Parent Popups:"
479
  msgstr ""
480
 
481
+ #: brizy/admin/popups/main.php:123
482
  msgid "No Popups found."
483
  msgstr ""
484
 
485
+ #: brizy/admin/popups/main.php:124
486
  msgid "No Popups found in Trash."
487
  msgstr ""
488
 
489
+ #: brizy/admin/popups/main.php:125
490
  msgid "Popup attributes:"
491
  msgstr ""
492
 
493
+ #: brizy/admin/rules/api.php:476
494
  msgid "From"
495
  msgstr ""
496
 
497
+ #: brizy/admin/rules/api.php:488
498
  msgid "From any child of"
499
  msgstr ""
500
 
501
+ #: brizy/admin/rules/api.php:548
502
  msgid "Specific"
503
  msgstr ""
504
 
505
+ #: brizy/admin/rules/api.php:558
506
  msgid "Any child of"
507
  msgstr ""
508
 
509
+ #: brizy/admin/settings.php:129
510
  msgid "Get Help"
511
  msgstr ""
512
 
513
+ #: brizy/admin/settings.php:129 brizy/config.dev.php:89 brizy/config.php:92
514
+ msgid "support-url"
515
+ msgstr ""
516
+
517
+ #: brizy/admin/settings.php:158
518
  msgid "General"
519
  msgstr ""
520
 
521
+ #: brizy/admin/settings.php:164
522
  msgid "Role Manager"
523
  msgstr ""
524
 
525
+ #: brizy/admin/settings.php:170
526
  msgid "Maintenance Mode"
527
  msgstr ""
528
 
529
+ #: brizy/admin/stories/main.php:43 brizy/admin/stories/main.php:44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530
  msgid "Add New Story"
531
  msgstr ""
532
 
533
+ #: brizy/admin/stories/main.php:45
534
  msgid "New Story"
535
  msgstr ""
536
 
537
+ #: brizy/admin/stories/main.php:46
538
  msgid "Edit Story"
539
  msgstr ""
540
 
541
+ #: brizy/admin/stories/main.php:47 brizy/admin/stories/main.php:117
542
  msgid "View Story"
543
  msgstr ""
544
 
545
+ #: brizy/admin/stories/main.php:48
546
+ #: brizy/public/editor-build/216-wp/texts.php:744
547
  msgid "Stories"
548
  msgstr ""
549
 
550
+ #: brizy/admin/stories/main.php:49
551
  msgid "Search Stories"
552
  msgstr ""
553
 
554
+ #: brizy/admin/stories/main.php:50
555
  msgid "Parent Stories:"
556
  msgstr ""
557
 
558
+ #: brizy/admin/stories/main.php:51
559
  msgid "No Stories found."
560
  msgstr ""
561
 
562
+ #: brizy/admin/stories/main.php:52
563
  msgid "No Stories found in Trash."
564
  msgstr ""
565
 
566
+ #: brizy/admin/stories/main.php:60
567
+ #: brizy/public/editor-build/216-wp/texts.php:894
568
  msgid "stories"
569
  msgstr ""
570
 
571
+ #: brizy/admin/stories/main.php:94 brizy/admin/stories/main.php:97
572
+ msgid "Story updated."
 
 
 
 
 
573
  msgstr ""
574
 
575
+ #: brizy/admin/stories/main.php:100
576
+ #, php-format
577
+ msgid "Story restored to revision from %s"
 
 
 
 
 
578
  msgstr ""
579
 
580
+ #: brizy/admin/stories/main.php:103
581
+ msgid "Story published."
 
582
  msgstr ""
583
 
584
+ #: brizy/admin/stories/main.php:104
585
+ msgid "Story saved."
 
586
  msgstr ""
587
 
588
+ #: brizy/admin/stories/main.php:105
589
+ msgid "Story submitted."
 
590
  msgstr ""
591
 
592
+ #: brizy/admin/stories/main.php:107
593
+ #, php-format
594
+ msgid "Story scheduled for: <strong>%1$s</strong>."
595
  msgstr ""
596
 
597
+ #: brizy/admin/stories/main.php:109 brizy/admin/templates.php:178
598
+ msgid "M j, Y @ G:i"
599
  msgstr ""
600
 
601
+ #: brizy/admin/stories/main.php:111
602
+ msgid "Story draft updated."
603
  msgstr ""
604
 
605
+ #: brizy/admin/stories/main.php:126
606
+ msgid "Preview Story"
607
  msgstr ""
608
 
609
+ #: brizy/admin/templates.php:125
610
+ msgid "Single"
611
  msgstr ""
612
 
613
+ #: brizy/admin/templates.php:126 brizy/public/editor-build/216-wp/texts.php:75
614
+ msgid "Archive"
615
  msgstr ""
616
 
617
+ #: brizy/admin/templates.php:131 brizy/languages/texts.php:56
618
+ #: brizy/public/editor-build/216-wp/texts.php:582
619
+ msgid "Product"
620
  msgstr ""
621
 
622
+ #: brizy/admin/templates.php:132
623
+ msgid "Product Archive"
624
  msgstr ""
625
 
626
+ #: brizy/admin/templates.php:163 brizy/admin/templates.php:166
627
+ msgid "Template updated."
628
  msgstr ""
629
 
630
+ #: brizy/admin/templates.php:169
631
+ #, php-format
632
+ msgid "Template restored to revision from %s"
633
  msgstr ""
634
 
635
+ #: brizy/admin/templates.php:172
636
+ msgid "Template published."
637
  msgstr ""
638
 
639
+ #: brizy/admin/templates.php:173
640
+ msgid "Template saved."
641
  msgstr ""
642
 
643
+ #: brizy/admin/templates.php:174
644
+ msgid "Template submitted."
645
  msgstr ""
646
 
647
+ #: brizy/admin/templates.php:176
648
+ #, php-format
649
+ msgid "Template scheduled for: <strong>%1$s</strong>."
650
  msgstr ""
651
 
652
+ #: brizy/admin/templates.php:180
653
+ msgid "Template draft updated."
 
654
  msgstr ""
655
 
656
+ #: brizy/admin/templates.php:186 brizy/admin/templates.php:249
657
+ msgid "View Template"
 
658
  msgstr ""
659
 
660
+ #: brizy/admin/templates.php:195
661
+ msgid "Preview Template"
662
  msgstr ""
663
 
664
+ #: brizy/admin/templates.php:246
665
+ msgid "Add New Template"
666
  msgstr ""
667
 
668
+ #: brizy/admin/templates.php:247
669
+ msgid "New Template"
670
  msgstr ""
671
 
672
+ #: brizy/admin/templates.php:248
673
+ msgid "Edit Template"
674
  msgstr ""
675
 
676
+ #: brizy/admin/templates.php:250
677
+ msgid "Templates"
 
678
  msgstr ""
679
 
680
+ #: brizy/admin/templates.php:251
681
+ msgid "Search Templates"
682
  msgstr ""
683
 
684
+ #: brizy/admin/templates.php:252
685
+ msgid "Parent Templates:"
686
  msgstr ""
687
 
688
+ #: brizy/admin/templates.php:253
689
+ msgid "No Templates found."
690
  msgstr ""
691
 
692
+ #: brizy/admin/templates.php:254
693
+ msgid "No Templates found in Trash."
 
 
694
  msgstr ""
695
 
696
+ #: brizy/admin/templates.php:263
697
+ msgid "templates"
698
  msgstr ""
699
 
700
+ #: brizy/admin/templates.php:292
701
+ msgid "Display Conditions"
702
  msgstr ""
703
 
704
+ #: brizy/admin/views/button.php:19 brizy/compatibilities/gutenberg.php:90
705
+ msgid "Back to WordPress Editor"
706
  msgstr ""
707
 
708
+ #: brizy/admin/views/dashboard-news.php:20
709
+ msgid "No News"
710
  msgstr ""
711
 
712
+ #: brizy/admin/views/notice.php:14
713
+ msgid "Dismiss this notice"
714
  msgstr ""
715
 
716
+ #: brizy/admin/views/settings/general.php:12
717
+ msgid "For"
 
 
718
  msgstr ""
719
 
720
+ #: brizy/admin/views/settings/general.php:24
721
+ msgid "Enable SVG uploads"
 
722
  msgstr ""
723
 
724
+ #: brizy/admin/views/settings/general.php:38
725
+ msgid "Enable JSON uploads"
726
  msgstr ""
727
 
728
+ #: brizy/admin/views/settings/general.php:60
729
+ #: brizy/admin/views/settings/maintenance.php:76
730
+ #: brizy/admin/views/settings/roles.php:26
731
+ msgid "Save Changes"
732
  msgstr ""
733
 
734
+ #: brizy/admin/views/settings/maintenance.php:60
735
+ #, php-format
736
  msgid "You have no pages. Please %s create %s one."
737
  msgstr ""
738
 
739
+ #: brizy/brizy.php:66 brizy/system-checks.php:37
740
+ #, php-format
 
 
 
 
741
  msgid "%1$s requires PHP version 5.6+, you currently running PHP %2$s. <b>%3$s IS NOT RUNNING.</b>"
742
  msgstr ""
743
 
744
+ #: brizy/brizy.php:83
745
+ #, php-format
746
  msgid "%1$s failed to start. Please contact the support <a href=\"%s\">here</a>."
747
  msgstr ""
748
 
749
+ #: brizy/content/providers/free-provider.php:153
 
 
 
 
 
 
750
  msgid "Please set a valid product"
751
  msgstr ""
752
 
753
+ #: brizy/editor.php:279
754
  msgid " Template"
755
  msgstr ""
756
 
757
+ #: brizy/editor.php:602
758
  msgid "Original"
759
  msgstr ""
760
 
761
+ #: brizy/editor/auto-save-aware.php:42
762
+ msgid "There is nothing to save. The autosave and the post content are the same."
763
  msgstr ""
764
 
765
+ #: brizy/editor/block-screenshot-api.php:61
766
  msgid "Bad request"
767
  msgstr ""
768
 
769
+ #: brizy/editor/block-screenshot-api.php:71
770
  msgid "Invalid uid string"
771
  msgstr ""
772
 
773
+ #: brizy/editor/block-screenshot-api.php:81
774
  msgid "Invalid image content"
775
  msgstr ""
776
 
777
+ #: brizy/editor/editor/editor.php:127
778
+ msgid "about-url"
779
+ msgstr ""
780
+
781
+ #: brizy/editor/post.php:586
782
+ msgid "Default"
783
+ msgstr ""
784
+
785
+ #: brizy/editor/project.php:88
786
+ msgid "Brizy Project."
787
+ msgstr ""
788
+
789
+ #: brizy/editor/rest-extend.php:27
790
+ msgid "Brizy attached media"
791
+ msgstr ""
792
+
793
+ #: brizy/editor/zip/archiver.php:34
794
+ msgid "Please install/enable php zip extension. Contact your hosting company for more info and help."
795
+ msgstr ""
796
+
797
+ #: brizy/editor/zip/archiver.php:69
798
+ msgid "Failed to create archive."
799
+ msgstr ""
800
+
801
+ #: brizy/editor/zip/archiver.php:116
802
+ msgid "Unable to find the archive."
803
+ msgstr ""
804
+
805
+ #: brizy/editor/zip/archiver.php:190
806
+ msgid "Unsupported object found in zip file"
807
+ msgstr ""
808
+
809
+ #: brizy/editor/zip/archiver.php:195
810
+ msgid "Unsupported zip file version"
811
+ msgstr ""
812
+
813
+ #: brizy/editor/zip/archiver.php:321
814
+ msgid "Filed to write font content"
815
+ msgstr ""
816
+
817
+ #: brizy/languages/texts.php:9 brizy/public/editor-build/216-wp/texts.php:657
818
  msgid "START BUILDING YOUR PAGE"
819
  msgstr ""
820
 
821
+ #: brizy/languages/texts.php:11 brizy/public/editor-build/216-wp/texts.php:576
 
822
  msgid "Press the button above to add blocks"
823
  msgstr ""
824
 
825
+ #: brizy/languages/texts.php:14 brizy/public/editor-build/216-wp/texts.php:659
 
826
  msgid "SWITCH TO DESKTOP"
827
  msgstr ""
828
 
829
+ #: brizy/languages/texts.php:16 brizy/public/editor-build/216-wp/texts.php:758
 
830
  msgid "Switch to desktop to add blocks"
831
  msgstr ""
832
 
833
+ #: brizy/languages/texts.php:21 brizy/public/editor-build/216-wp/texts.php:54
 
834
  msgid "Add a new block"
835
  msgstr ""
836
 
837
+ #: brizy/languages/texts.php:23 brizy/public/editor-build/216-wp/texts.php:578
 
838
  msgid "Press the button to add blocks"
839
  msgstr ""
840
 
841
+ #: brizy/languages/texts.php:29 brizy/public/editor-build/216-wp/texts.php:45
 
842
  msgid "Add Elements"
843
  msgstr ""
844
 
845
+ #: brizy/languages/texts.php:30 brizy/public/editor-build/216-wp/texts.php:780
 
846
  msgid "Text"
847
  msgstr ""
848
 
849
+ #: brizy/languages/texts.php:31 brizy/public/editor-build/216-wp/texts.php:135
 
850
  msgid "Button"
851
  msgstr ""
852
 
853
+ #: brizy/languages/texts.php:32 brizy/public/editor-build/216-wp/texts.php:382
 
854
  msgid "Icon"
855
  msgstr ""
856
 
857
+ #: brizy/languages/texts.php:33 brizy/public/editor-build/216-wp/texts.php:386
 
858
  msgid "Image"
859
  msgstr ""
860
 
861
+ #: brizy/languages/texts.php:34 brizy/public/editor-build/216-wp/texts.php:846
 
862
  msgid "Video"
863
  msgstr ""
864
 
865
+ #: brizy/languages/texts.php:35 brizy/public/editor-build/216-wp/texts.php:728
 
866
  msgid "Spacer"
867
  msgstr ""
868
 
869
+ #: brizy/languages/texts.php:36 brizy/public/editor-build/216-wp/texts.php:426
 
870
  msgid "Line"
871
  msgstr ""
872
 
873
+ #: brizy/languages/texts.php:37 brizy/public/editor-build/216-wp/texts.php:451
 
874
  msgid "Map"
875
  msgstr ""
876
 
877
+ #: brizy/languages/texts.php:38 brizy/public/editor-build/216-wp/texts.php:257
 
878
  msgid "Embed"
879
  msgstr ""
880
 
881
+ #: brizy/languages/texts.php:39 brizy/public/editor-build/216-wp/texts.php:327
 
882
  msgid "Form"
883
  msgstr ""
884
 
885
+ #: brizy/languages/texts.php:40 brizy/public/editor-build/216-wp/texts.php:383
 
886
  msgid "Icon Box"
887
  msgstr ""
888
 
889
+ #: brizy/languages/texts.php:41
890
  msgid "SndCloud"
891
  msgstr ""
892
 
893
+ #: brizy/languages/texts.php:42 brizy/public/editor-build/216-wp/texts.php:199
 
894
  msgid "Counter"
895
  msgstr ""
896
 
897
+ #: brizy/languages/texts.php:43 brizy/public/editor-build/216-wp/texts.php:198
 
898
  msgid "Countdown"
899
  msgstr ""
900
 
901
+ #: brizy/languages/texts.php:44 brizy/public/editor-build/216-wp/texts.php:769
 
902
  msgid "Tabs"
903
  msgstr ""
904
 
905
+ #: brizy/languages/texts.php:45 brizy/public/editor-build/216-wp/texts.php:601
 
906
  msgid "Progress"
907
  msgstr ""
908
 
909
+ #: brizy/languages/texts.php:46 brizy/public/editor-build/216-wp/texts.php:38
 
910
  msgid "Accordion"
911
  msgstr ""
912
 
913
+ #: brizy/languages/texts.php:47 brizy/public/editor-build/216-wp/texts.php:649
 
914
  msgid "Row"
915
  msgstr ""
916
 
917
+ #: brizy/languages/texts.php:48 brizy/public/editor-build/216-wp/texts.php:171
 
918
  msgid "Column"
919
  msgstr ""
920
 
921
+ #: brizy/languages/texts.php:49 brizy/public/editor-build/216-wp/texts.php:650
 
922
  msgid "Rows"
923
  msgstr ""
924
 
925
+ #: brizy/languages/texts.php:50 brizy/public/editor-build/216-wp/texts.php:172
 
926
  msgid "Columns"
927
  msgstr ""
928
 
929
+ #: brizy/languages/texts.php:51 brizy/public/editor-build/216-wp/texts.php:59
 
930
  msgid "Add to cart"
931
  msgstr ""
932
 
933
+ #: brizy/languages/texts.php:52 brizy/public/editor-build/216-wp/texts.php:150
 
934
  msgid "Categories"
935
  msgstr ""
936
 
937
+ #: brizy/languages/texts.php:53 brizy/public/editor-build/216-wp/texts.php:420
 
938
  msgid "Layouts"
939
  msgstr ""
940
 
941
+ #: brizy/languages/texts.php:54 brizy/languages/texts.php:443
942
+ #: brizy/public/editor-build/216-wp/texts.php:889
 
943
  msgid "layouts"
944
  msgstr ""
945
 
946
+ #: brizy/languages/texts.php:55 brizy/public/editor-build/216-wp/texts.php:888
 
947
  msgid "layout"
948
  msgstr ""
949
 
950
+ #: brizy/languages/texts.php:57 brizy/public/editor-build/216-wp/texts.php:597
 
951
  msgid "Products"
952
  msgstr ""
953
 
954
+ #: brizy/languages/texts.php:58 brizy/public/editor-build/216-wp/texts.php:692
 
955
  msgid "Shortcode"
956
  msgstr ""
957
 
958
+ #: brizy/languages/texts.php:59 brizy/public/editor-build/216-wp/texts.php:462
 
959
  msgid "Menu"
960
  msgstr ""
961
 
962
+ #: brizy/languages/texts.php:60
963
  msgid "WP Menu"
964
  msgstr ""
965
 
966
+ #: brizy/languages/texts.php:61 brizy/public/editor-build/216-wp/texts.php:572
 
967
  msgid "Posts"
968
  msgstr ""
969
 
970
+ #: brizy/languages/texts.php:62 brizy/public/editor-build/216-wp/texts.php:76
 
971
  msgid "Archives"
972
  msgstr ""
973
 
974
+ #: brizy/languages/texts.php:63
975
  msgid "Taxonomy"
976
  msgstr ""
977
 
978
+ #: brizy/languages/texts.php:64 brizy/public/editor-build/216-wp/texts.php:536
 
979
  msgid "Pagination"
980
  msgstr ""
981
 
982
+ #: brizy/languages/texts.php:65 brizy/public/editor-build/216-wp/texts.php:704
 
983
  msgid "Sidebar"
984
  msgstr ""
985
 
986
+ #: brizy/languages/texts.php:67 brizy/public/editor-build/216-wp/texts.php:628
 
987
  msgid "Reorder Blocks"
988
  msgstr ""
989
 
990
+ #: brizy/languages/texts.php:68 brizy/public/editor-build/216-wp/texts.php:241
 
991
  msgid "Drag to reorder"
992
  msgstr ""
993
 
994
+ #: brizy/languages/texts.php:70 brizy/public/editor-build/216-wp/texts.php:749
 
995
  msgid "Styling"
996
  msgstr ""
997
 
998
+ #: brizy/languages/texts.php:71
999
  msgid "Add New Google Font"
1000
  msgstr ""
1001
 
1002
+ #: brizy/languages/texts.php:72
1003
  msgid "Type font name"
1004
  msgstr ""
1005
 
1006
+ #: brizy/languages/texts.php:73 brizy/public/editor-build/216-wp/texts.php:57
 
1007
  msgid "Add new option"
1008
  msgstr ""
1009
 
1010
+ #: brizy/languages/texts.php:75 brizy/public/editor-build/216-wp/texts.php:496
1011
+ #, php-format
1012
  msgid "New Style #%s"
1013
  msgstr ""
1014
 
1015
+ #: brizy/languages/texts.php:76 brizy/public/editor-build/216-wp/texts.php:184
 
1016
  msgid "Copy"
1017
  msgstr ""
1018
 
1019
+ #: brizy/languages/texts.php:77 brizy/public/editor-build/216-wp/texts.php:542
 
1020
  msgid "Paste"
1021
  msgstr ""
1022
 
1023
+ #: brizy/languages/texts.php:78 brizy/public/editor-build/216-wp/texts.php:544
 
1024
  msgid "Paste Styles"
1025
  msgstr ""
1026
 
1027
+ #: brizy/languages/texts.php:80 brizy/public/editor-build/216-wp/texts.php:481
 
1028
  msgid "Mobile view"
1029
  msgstr ""
1030
 
1031
+ #: brizy/languages/texts.php:81
1032
  msgid "Tablet view"
1033
  msgstr ""
1034
 
1035
+ #: brizy/languages/texts.php:82 brizy/public/editor-build/216-wp/texts.php:225
 
1036
  msgid "Desktop"
1037
  msgstr ""
1038
 
1039
+ #: brizy/languages/texts.php:83 brizy/public/editor-build/216-wp/texts.php:768
 
1040
  msgid "Tablet"
1041
  msgstr ""
1042
 
1043
+ #: brizy/languages/texts.php:84 brizy/public/editor-build/216-wp/texts.php:480
 
1044
  msgid "Mobile"
1045
  msgstr ""
1046
 
1047
+ #: brizy/languages/texts.php:86 brizy/public/editor-build/216-wp/texts.php:483
 
1048
  msgid "More"
1049
  msgstr ""
1050
 
1051
+ #: brizy/languages/texts.php:87
1052
  msgid "About Brizy"
1053
  msgstr ""
1054
 
1055
+ #: brizy/languages/texts.php:88
1056
  msgid "Back to Brizy"
1057
  msgstr ""
1058
 
1059
+ #: brizy/languages/texts.php:89 brizy/public/editor-build/216-wp/texts.php:556
 
1060
  msgid "Plugin Settings"
1061
  msgstr ""
1062
 
1063
+ #: brizy/languages/texts.php:90
1064
  msgid "Back to WordPress"
1065
  msgstr ""
1066
 
1067
+ #: brizy/languages/texts.php:92
 
 
 
 
 
1068
  msgid "Submit an Issue"
1069
  msgstr ""
1070
 
1071
+ #: brizy/languages/texts.php:93 brizy/public/editor-build/216-wp/texts.php:832
 
1072
  msgid "Upgrade to Pro"
1073
  msgstr ""
1074
 
1075
+ #: brizy/languages/texts.php:96
1076
  msgid "Save HTML"
1077
  msgstr ""
1078
 
1079
+ #: brizy/languages/texts.php:97 brizy/public/editor-build/216-wp/texts.php:826
 
1080
  msgid "Update"
1081
  msgstr ""
1082
 
1083
+ #: brizy/languages/texts.php:98 brizy/public/editor-build/216-wp/texts.php:604
 
1084
  msgid "Publish"
1085
  msgstr ""
1086
 
1087
+ #: brizy/languages/texts.php:101 brizy/public/editor-build/216-wp/texts.php:484
 
1088
  msgid "More Settings"
1089
  msgstr ""
1090
 
1091
+ #: brizy/languages/texts.php:102 brizy/public/editor-build/216-wp/texts.php:62
 
1092
  msgid "Advanced"
1093
  msgstr ""
1094
 
1095
+ #: brizy/languages/texts.php:103 brizy/public/editor-build/216-wp/texts.php:702
 
1096
  msgid "Show on Desktop"
1097
  msgstr ""
1098
 
1099
+ #: brizy/languages/texts.php:104 brizy/public/editor-build/216-wp/texts.php:227
 
1100
  msgid "Disable on Mobile"
1101
  msgstr ""
1102
 
1103
+ #: brizy/languages/texts.php:105 brizy/public/editor-build/216-wp/texts.php:228
 
1104
  msgid "Disable on Tablet"
1105
  msgstr ""
1106
 
1107
+ #: brizy/languages/texts.php:106 brizy/public/editor-build/216-wp/texts.php:259
 
1108
  msgid "Enable on Mobile"
1109
  msgstr ""
1110
 
1111
+ #: brizy/languages/texts.php:107 brizy/public/editor-build/216-wp/texts.php:260
 
1112
  msgid "Enable on Tablet"
1113
  msgstr ""
1114
 
1115
+ #: brizy/languages/texts.php:108
1116
  msgid "Write your CSS here..."
1117
  msgstr ""
1118
 
1119
+ #: brizy/languages/texts.php:109 brizy/public/editor-build/216-wp/texts.php:875
 
1120
  msgid "Z-index"
1121
  msgstr ""
1122
 
1123
+ #: brizy/languages/texts.php:110
1124
  msgid "Anchor Name"
1125
  msgstr ""
1126
 
1127
+ #: brizy/languages/texts.php:111 brizy/public/editor-build/216-wp/texts.php:140
 
1128
  msgid "CSS Class"
1129
  msgstr ""
1130
 
1131
+ #: brizy/languages/texts.php:112 brizy/public/editor-build/216-wp/texts.php:210
 
1132
  msgid "Custom CSS"
1133
  msgstr ""
1134
 
1135
+ #: brizy/languages/texts.php:116 brizy/public/editor-build/216-wp/texts.php:718
 
1136
  msgid "Slider"
1137
  msgstr ""
1138
 
1139
+ #: brizy/languages/texts.php:118 brizy/public/editor-build/216-wp/texts.php:449
 
1140
  msgid "Make it a Slider"
1141
  msgstr ""
1142
 
1143
+ #: brizy/languages/texts.php:119 brizy/public/editor-build/216-wp/texts.php:89
 
1144
  msgid "Auto Play"
1145
  msgstr ""
1146
 
1147
+ #: brizy/languages/texts.php:120 brizy/public/editor-build/216-wp/texts.php:734
 
1148
  msgid "Speed"
1149
  msgstr ""
1150
 
1151
+ #: brizy/languages/texts.php:121 brizy/public/editor-build/216-wp/texts.php:494
 
1152
  msgid "Navigation"
1153
  msgstr ""
1154
 
1155
+ #: brizy/languages/texts.php:122 brizy/public/editor-build/216-wp/texts.php:238
 
1156
  msgid "Dots"
1157
  msgstr ""
1158
 
1159
+ #: brizy/languages/texts.php:123 brizy/public/editor-build/216-wp/texts.php:500
 
1160
  msgid "None"
1161
  msgstr ""
1162
 
1163
+ #: brizy/languages/texts.php:124 brizy/public/editor-build/216-wp/texts.php:160
 
1164
  msgid "Circle"
1165
  msgstr ""
1166
 
1167
+ #: brizy/languages/texts.php:125 brizy/public/editor-build/216-wp/texts.php:226
 
1168
  msgid "Diamond"
1169
  msgstr ""
1170
 
1171
+ #: brizy/languages/texts.php:126 brizy/public/editor-build/216-wp/texts.php:736
 
1172
  msgid "Square"
1173
  msgstr ""
1174
 
1175
+ #: brizy/languages/texts.php:127 brizy/public/editor-build/216-wp/texts.php:79
 
1176
  msgid "Arrows"
1177
  msgstr ""
1178
 
1179
+ #: brizy/languages/texts.php:128 brizy/public/editor-build/216-wp/texts.php:80
 
1180
  msgid "Arrows Spacing"
1181
  msgstr ""
1182
 
1183
+ #: brizy/languages/texts.php:129 brizy/public/editor-build/216-wp/texts.php:786
 
1184
  msgid "Thin"
1185
  msgstr ""
1186
 
1187
+ #: brizy/languages/texts.php:130 brizy/public/editor-build/216-wp/texts.php:367
 
1188
  msgid "Heavy"
1189
  msgstr ""
1190
 
1191
+ #: brizy/languages/texts.php:131 brizy/public/editor-build/216-wp/texts.php:773
 
1192
  msgid "Tail"
1193
  msgstr ""
1194
 
1195
+ #: brizy/languages/texts.php:132 brizy/public/editor-build/216-wp/texts.php:648
 
1196
  msgid "Round"
1197
  msgstr ""
1198
 
1199
+ #: brizy/languages/texts.php:133 brizy/public/editor-build/216-wp/texts.php:523
 
1200
  msgid "Outline"
1201
  msgstr ""
1202
 
1203
+ #: brizy/languages/texts.php:135 brizy/public/editor-build/216-wp/texts.php:338
 
1204
  msgid "Full Height"
1205
  msgstr ""
1206
 
1207
+ #: brizy/languages/texts.php:136 brizy/public/editor-build/216-wp/texts.php:858
 
1208
  msgid "Width"
1209
  msgstr ""
1210
 
1211
+ #: brizy/languages/texts.php:137 brizy/public/editor-build/216-wp/texts.php:368
 
1212
  msgid "Height"
1213
  msgstr ""
1214
 
1215
+ #: brizy/languages/texts.php:138 brizy/public/editor-build/216-wp/texts.php:125
 
1216
  msgid "Boxed"
1217
  msgstr ""
1218
 
1219
+ #: brizy/languages/texts.php:139 brizy/public/editor-build/216-wp/texts.php:88
 
1220
  msgid "Auto"
1221
  msgstr ""
1222
 
1223
+ #: brizy/languages/texts.php:140 brizy/public/editor-build/216-wp/texts.php:207
1224
+ msgid "Custom"
1225
+ msgstr ""
1226
+
1227
+ #: brizy/languages/texts.php:141 brizy/public/editor-build/216-wp/texts.php:337
1228
  msgid "Full"
1229
  msgstr ""
1230
 
1231
+ #: brizy/languages/texts.php:142 brizy/public/editor-build/216-wp/texts.php:380
 
1232
  msgid "Hover Transition"
1233
  msgstr ""
1234
 
1235
+ #: brizy/languages/texts.php:144 brizy/public/editor-build/216-wp/texts.php:146
 
1236
  msgid "Carousel"
1237
  msgstr ""
1238
 
1239
+ #: brizy/languages/texts.php:145
1240
  msgid "Swipe"
1241
  msgstr ""
1242
 
1243
+ #: brizy/languages/texts.php:148 brizy/public/editor-build/216-wp/texts.php:479
 
1244
  msgid "Missing Element"
1245
  msgstr ""
1246
 
1247
+ #: brizy/languages/texts.php:149 brizy/public/editor-build/216-wp/texts.php:193
 
1248
  msgid "Could not find"
1249
  msgstr ""
1250
 
1251
+ #: brizy/languages/texts.php:150 brizy/public/editor-build/216-wp/texts.php:883
 
1252
  msgid "component"
1253
  msgstr ""
1254
 
1255
+ #: brizy/languages/texts.php:153 brizy/public/editor-build/216-wp/texts.php:49
 
1256
  msgid "Add New Column"
1257
  msgstr ""
1258
 
1259
+ #: brizy/languages/texts.php:155 brizy/public/editor-build/216-wp/texts.php:100
 
1260
  msgid "Background"
1261
  msgstr ""
1262
 
1263
+ #: brizy/languages/texts.php:156 brizy/public/editor-build/216-wp/texts.php:105
 
1264
  msgid "Bg Size"
1265
  msgstr ""
1266
 
1267
+ #: brizy/languages/texts.php:157 brizy/public/editor-build/216-wp/texts.php:538
 
1268
  msgid "Parallax"
1269
  msgstr ""
1270
 
1271
+ #: brizy/languages/texts.php:158 brizy/public/editor-build/216-wp/texts.php:312
 
1272
  msgid "Fixed"
1273
  msgstr ""
1274
 
1275
+ #: brizy/languages/texts.php:159 brizy/public/editor-build/216-wp/texts.php:74
 
1276
  msgid "Animated"
1277
  msgstr ""
1278
 
1279
+ #: brizy/languages/texts.php:160 brizy/public/editor-build/216-wp/texts.php:742
 
1280
  msgid "Sticky"
1281
  msgstr ""
1282
 
1283
+ #: brizy/languages/texts.php:161 brizy/public/editor-build/216-wp/texts.php:817
 
1284
  msgid "URL"
1285
  msgstr ""
1286
 
1287
+ #: brizy/languages/texts.php:162 brizy/public/editor-build/216-wp/texts.php:870
 
1288
  msgid "YouTube or Vimeo"
1289
  msgstr ""
1290
 
1291
+ #: brizy/languages/texts.php:163
1292
  msgid "Quality"
1293
  msgstr ""
1294
 
1295
+ #: brizy/languages/texts.php:164
1296
  msgid "1080p"
1297
  msgstr ""
1298
 
1299
+ #: brizy/languages/texts.php:165
1300
  msgid "720p"
1301
  msgstr ""
1302
 
1303
+ #: brizy/languages/texts.php:166 brizy/public/editor-build/216-wp/texts.php:440
 
1304
  msgid "Loop"
1305
  msgstr ""
1306
 
1307
+ #: brizy/languages/texts.php:167 brizy/public/editor-build/216-wp/texts.php:61
 
1308
  msgid "Address"
1309
  msgstr ""
1310
 
1311
+ #: brizy/languages/texts.php:168 brizy/public/editor-build/216-wp/texts.php:265
 
1312
  msgid "Enter address"
1313
  msgstr ""
1314
 
1315
+ #: brizy/languages/texts.php:169 brizy/public/editor-build/216-wp/texts.php:876
 
1316
  msgid "Zoom"
1317
  msgstr ""
1318
 
1319
+ #: brizy/languages/texts.php:171 brizy/public/editor-build/216-wp/texts.php:170
 
1320
  msgid "Colors"
1321
  msgstr ""
1322
 
1323
+ #: brizy/languages/texts.php:172 brizy/public/editor-build/216-wp/texts.php:169
 
1324
  msgid "Color"
1325
  msgstr ""
1326
 
1327
+ #: brizy/languages/texts.php:173 brizy/public/editor-build/216-wp/texts.php:525
 
1328
  msgid "Overlay"
1329
  msgstr ""
1330
 
1331
+ #: brizy/languages/texts.php:174 brizy/public/editor-build/216-wp/texts.php:117
 
1332
  msgid "Border"
1333
  msgstr ""
1334
 
1335
+ #: brizy/languages/texts.php:175 brizy/public/editor-build/216-wp/texts.php:720
 
1336
  msgid "Solid"
1337
  msgstr ""
1338
 
1339
+ #: brizy/languages/texts.php:176 brizy/public/editor-build/216-wp/texts.php:354
 
1340
  msgid "Gradient"
1341
  msgstr ""
1342
 
1343
+ #: brizy/languages/texts.php:177 brizy/public/editor-build/216-wp/texts.php:428
 
1344
  msgid "Linear"
1345
  msgstr ""
1346
 
1347
+ #: brizy/languages/texts.php:178 brizy/public/editor-build/216-wp/texts.php:608
 
1348
  msgid "Radial"
1349
  msgstr ""
1350
 
1351
+ #: brizy/languages/texts.php:180 brizy/public/editor-build/216-wp/texts.php:247
 
1352
  msgid "Dynamic Content"
1353
  msgstr ""
1354
 
1355
+ #: brizy/languages/texts.php:183 brizy/public/editor-build/216-wp/texts.php:243
 
1356
  msgid "Duplicate"
1357
  msgstr ""
1358
 
1359
+ #: brizy/languages/texts.php:184 brizy/public/editor-build/216-wp/texts.php:221
 
1360
  msgid "Delete"
1361
  msgstr ""
1362
 
1363
+ #: brizy/languages/texts.php:186 brizy/public/editor-build/216-wp/texts.php:267
 
1364
  msgid "Entrance Animation"
1365
  msgstr ""
1366
 
1367
+ #: brizy/languages/texts.php:187 brizy/public/editor-build/216-wp/texts.php:245
 
1368
  msgid "Duration"
1369
  msgstr ""
1370
 
1371
+ #: brizy/languages/texts.php:188 brizy/public/editor-build/216-wp/texts.php:220
 
1372
  msgid "Delay"
1373
  msgstr ""
1374
 
1375
+ #: brizy/languages/texts.php:189 brizy/public/editor-build/216-wp/texts.php:119
 
1376
  msgid "Bounce"
1377
  msgstr ""
1378
 
1379
+ #: brizy/languages/texts.php:190 brizy/public/editor-build/216-wp/texts.php:313
 
1380
  msgid "Flash"
1381
  msgstr ""
1382
 
1383
+ #: brizy/languages/texts.php:191 brizy/public/editor-build/216-wp/texts.php:606
 
1384
  msgid "Pulse"
1385
  msgstr ""
1386
 
1387
+ #: brizy/languages/texts.php:192 brizy/public/editor-build/216-wp/texts.php:651
 
1388
  msgid "RubberBand"
1389
  msgstr ""
1390
 
1391
+ #: brizy/languages/texts.php:193 brizy/public/editor-build/216-wp/texts.php:686
 
1392
  msgid "Shake"
1393
  msgstr ""
1394
 
1395
+ #: brizy/languages/texts.php:194 brizy/public/editor-build/216-wp/texts.php:756
 
1396
  msgid "Swing"
1397
  msgstr ""
1398
 
1399
+ #: brizy/languages/texts.php:195 brizy/public/editor-build/216-wp/texts.php:771
 
1400
  msgid "Tada"
1401
  msgstr ""
1402
 
1403
+ #: brizy/languages/texts.php:196 brizy/public/editor-build/216-wp/texts.php:859
 
1404
  msgid "Wobble"
1405
  msgstr ""
1406
 
1407
+ #: brizy/languages/texts.php:197 brizy/public/editor-build/216-wp/texts.php:413
 
1408
  msgid "Jello"
1409
  msgstr ""
1410
 
1411
+ #: brizy/languages/texts.php:198 brizy/public/editor-build/216-wp/texts.php:120
 
1412
  msgid "BounceIn"
1413
  msgstr ""
1414
 
1415
+ #: brizy/languages/texts.php:199 brizy/public/editor-build/216-wp/texts.php:121
 
1416
  msgid "BounceInDown"
1417
  msgstr ""
1418
 
1419
+ #: brizy/languages/texts.php:200 brizy/public/editor-build/216-wp/texts.php:122
 
1420
  msgid "BounceInLeft"
1421
  msgstr ""
1422
 
1423
+ #: brizy/languages/texts.php:201 brizy/public/editor-build/216-wp/texts.php:123
 
1424
  msgid "BounceInRight"
1425
  msgstr ""
1426
 
1427
+ #: brizy/languages/texts.php:202 brizy/public/editor-build/216-wp/texts.php:124
 
1428
  msgid "BounceInUp"
1429
  msgstr ""
1430
 
1431
+ #: brizy/languages/texts.php:203
1432
  msgid "BounceOut"
1433
  msgstr ""
1434
 
1435
+ #: brizy/languages/texts.php:204
1436
  msgid "BounceOutDown"
1437
  msgstr ""
1438
 
1439
+ #: brizy/languages/texts.php:205
1440
  msgid "BounceOutLeft"
1441
  msgstr ""
1442
 
1443
+ #: brizy/languages/texts.php:206
1444
  msgid "BounceOutRight"
1445
  msgstr ""
1446
 
1447
+ #: brizy/languages/texts.php:207
1448
  msgid "BounceOutUp"
1449
  msgstr ""
1450
 
1451
+ #: brizy/languages/texts.php:208 brizy/public/editor-build/216-wp/texts.php:287
 
1452
  msgid "FadeIn"
1453
  msgstr ""
1454
 
1455
+ #: brizy/languages/texts.php:209 brizy/public/editor-build/216-wp/texts.php:288
 
1456
  msgid "FadeInDown"
1457
  msgstr ""
1458
 
1459
+ #: brizy/languages/texts.php:210 brizy/public/editor-build/216-wp/texts.php:289
 
1460
  msgid "FadeInDownBig"
1461
  msgstr ""
1462
 
1463
+ #: brizy/languages/texts.php:211 brizy/public/editor-build/216-wp/texts.php:290
 
1464
  msgid "FadeInLeft"
1465
  msgstr ""
1466
 
1467
+ #: brizy/languages/texts.php:212 brizy/public/editor-build/216-wp/texts.php:291
 
1468
  msgid "FadeInLeftBig"
1469
  msgstr ""
1470
 
1471
+ #: brizy/languages/texts.php:213 brizy/public/editor-build/216-wp/texts.php:292
 
1472
  msgid "FadeInRight"
1473
  msgstr ""
1474
 
1475
+ #: brizy/languages/texts.php:214 brizy/public/editor-build/216-wp/texts.php:293
 
1476
  msgid "FadeInRightBig"
1477
  msgstr ""
1478
 
1479
+ #: brizy/languages/texts.php:215 brizy/public/editor-build/216-wp/texts.php:294
 
1480
  msgid "FadeInUp"
1481
  msgstr ""
1482
 
1483
+ #: brizy/languages/texts.php:216 brizy/public/editor-build/216-wp/texts.php:295
 
1484
  msgid "FadeInUpBig"
1485
  msgstr ""
1486
 
1487
+ #: brizy/languages/texts.php:217
1488
  msgid "FadeOut"
1489
  msgstr ""
1490
 
1491
+ #: brizy/languages/texts.php:218
1492
  msgid "FadeOutDown"
1493
  msgstr ""
1494
 
1495
+ #: brizy/languages/texts.php:219
1496
  msgid "FadeOutDownBig"
1497
  msgstr ""
1498
 
1499
+ #: brizy/languages/texts.php:220
1500
  msgid "FadeOutLeft"
1501
  msgstr ""
1502
 
1503
+ #: brizy/languages/texts.php:221
1504
  msgid "FadeOutLeftBig"
1505
  msgstr ""
1506
 
1507
+ #: brizy/languages/texts.php:222
1508
  msgid "FadeOutRight"
1509
  msgstr ""
1510
 
1511
+ #: brizy/languages/texts.php:223
1512
  msgid "FadeOutRightBig"
1513
  msgstr ""
1514
 
1515
+ #: brizy/languages/texts.php:224
1516
  msgid "FadeOutUp"
1517
  msgstr ""
1518
 
1519
+ #: brizy/languages/texts.php:225
1520
  msgid "FadeOutUpBig"
1521
  msgstr ""
1522
 
1523
+ #: brizy/languages/texts.php:226 brizy/public/editor-build/216-wp/texts.php:314
 
1524
  msgid "Flip"
1525
  msgstr ""
1526
 
1527
+ #: brizy/languages/texts.php:227 brizy/public/editor-build/216-wp/texts.php:315
 
1528
  msgid "FlipInX"
1529
  msgstr ""
1530
 
1531
+ #: brizy/languages/texts.php:228 brizy/public/editor-build/216-wp/texts.php:316
 
1532
  msgid "FlipInY"
1533
  msgstr ""
1534
 
1535
+ #: brizy/languages/texts.php:229
1536
  msgid "FlipOutX"
1537
  msgstr ""
1538
 
1539
+ #: brizy/languages/texts.php:230
1540
  msgid "FlipOutY"
1541
  msgstr ""
1542
 
1543
+ #: brizy/languages/texts.php:231 brizy/public/editor-build/216-wp/texts.php:424
 
1544
  msgid "LightSpeedIn"
1545
  msgstr ""
1546
 
1547
+ #: brizy/languages/texts.php:232 brizy/public/editor-build/216-wp/texts.php:643
 
1548
  msgid "RotateIn"
1549
  msgstr ""
1550
 
1551
+ #: brizy/languages/texts.php:233 brizy/public/editor-build/216-wp/texts.php:644
 
1552
  msgid "RotateInDownLeft"
1553
  msgstr ""
1554
 
1555
+ #: brizy/languages/texts.php:234 brizy/public/editor-build/216-wp/texts.php:645
 
1556
  msgid "RotateInDownRight"
1557
  msgstr ""
1558
 
1559
+ #: brizy/languages/texts.php:235 brizy/public/editor-build/216-wp/texts.php:646
 
1560
  msgid "RotateInUpLeft"
1561
  msgstr ""
1562
 
1563
+ #: brizy/languages/texts.php:236 brizy/public/editor-build/216-wp/texts.php:647
 
1564
  msgid "RotateInUpRight"
1565
  msgstr ""
1566
 
1567
+ #: brizy/languages/texts.php:237
1568
  msgid "RotateOut"
1569
  msgstr ""
1570
 
1571
+ #: brizy/languages/texts.php:238
1572
  msgid "RotateOutDownLeft"
1573
  msgstr ""
1574
 
1575
+ #: brizy/languages/texts.php:239
1576
  msgid "RotateOutDownRight"
1577
  msgstr ""
1578
 
1579
+ #: brizy/languages/texts.php:240
1580
  msgid "RotateOutUpLeft"
1581
  msgstr ""
1582
 
1583
+ #: brizy/languages/texts.php:241
1584
  msgid "RotateOutUpRight"
1585
  msgstr ""
1586
 
1587
+ #: brizy/languages/texts.php:242 brizy/public/editor-build/216-wp/texts.php:717
 
1588
  msgid "SlideInUp"
1589
  msgstr ""
1590
 
1591
+ #: brizy/languages/texts.php:243 brizy/public/editor-build/216-wp/texts.php:714
 
1592
  msgid "SlideInDown"
1593
  msgstr ""
1594
 
1595
+ #: brizy/languages/texts.php:244 brizy/public/editor-build/216-wp/texts.php:715
 
1596
  msgid "SlideInLeft"
1597
  msgstr ""
1598
 
1599
+ #: brizy/languages/texts.php:245 brizy/public/editor-build/216-wp/texts.php:716
 
1600
  msgid "SlideInRight"
1601
  msgstr ""
1602
 
1603
+ #: brizy/languages/texts.php:246
1604
  msgid "SlideOutUp"
1605
  msgstr ""
1606
 
1607
+ #: brizy/languages/texts.php:247
1608
  msgid "SlideOutDown"
1609
  msgstr ""
1610
 
1611
+ #: brizy/languages/texts.php:248
1612
  msgid "SlideOutLeft"
1613
  msgstr ""
1614
 
1615
+ #: brizy/languages/texts.php:249
1616
  msgid "SlideOutRight"
1617
  msgstr ""
1618
 
1619
+ #: brizy/languages/texts.php:250 brizy/public/editor-build/216-wp/texts.php:877
 
1620
  msgid "ZoomIn"
1621
  msgstr ""
1622
 
1623
+ #: brizy/languages/texts.php:251 brizy/public/editor-build/216-wp/texts.php:878
 
1624
  msgid "ZoomInDown"
1625
  msgstr ""
1626
 
1627
+ #: brizy/languages/texts.php:252 brizy/public/editor-build/216-wp/texts.php:879
 
1628
  msgid "ZoomInLeft"
1629
  msgstr ""
1630
 
1631
+ #: brizy/languages/texts.php:253 brizy/public/editor-build/216-wp/texts.php:880
 
1632
  msgid "ZoomInRight"
1633
  msgstr ""
1634
 
1635
+ #: brizy/languages/texts.php:254 brizy/public/editor-build/216-wp/texts.php:881
 
1636
  msgid "ZoomInUp"
1637
  msgstr ""
1638
 
1639
+ #: brizy/languages/texts.php:255
1640
  msgid "ZoomOut"
1641
  msgstr ""
1642
 
1643
+ #: brizy/languages/texts.php:256
1644
  msgid "ZoomOutDown"
1645
  msgstr ""
1646
 
1647
+ #: brizy/languages/texts.php:257
1648
  msgid "ZoomOutLeft"
1649
  msgstr ""
1650
 
1651
+ #: brizy/languages/texts.php:258
1652
  msgid "ZoomOutRight"
1653
  msgstr ""
1654
 
1655
+ #: brizy/languages/texts.php:259
1656
  msgid "ZoomOutUp"
1657
  msgstr ""
1658
 
1659
+ #: brizy/languages/texts.php:260
1660
  msgid "Hinge"
1661
  msgstr ""
1662
 
1663
+ #: brizy/languages/texts.php:261 brizy/public/editor-build/216-wp/texts.php:412
 
1664
  msgid "JackInTheBox"
1665
  msgstr ""
1666
 
1667
+ #: brizy/languages/texts.php:262 brizy/public/editor-build/216-wp/texts.php:641
 
1668
  msgid "RollIn"
1669
  msgstr ""
1670
 
1671
+ #: brizy/languages/texts.php:263
1672
  msgid "RollOut"
1673
  msgstr ""
1674
 
1675
+ #: brizy/languages/texts.php:265 brizy/public/editor-build/216-wp/texts.php:180
 
1676
  msgid "Content"
1677
  msgstr ""
1678
 
1679
+ #: brizy/languages/texts.php:266 brizy/public/editor-build/216-wp/texts.php:63
 
1680
  msgid "Align"
1681
  msgstr ""
1682
 
1683
+ #: brizy/languages/texts.php:267 brizy/public/editor-build/216-wp/texts.php:563
 
1684
  msgid "Position"
1685
  msgstr ""
1686
 
1687
+ #: brizy/languages/texts.php:269 brizy/public/editor-build/216-wp/texts.php:814
 
1688
  msgid "Typography"
1689
  msgstr ""
1690
 
1691
+ #: brizy/languages/texts.php:270 brizy/public/editor-build/216-wp/texts.php:319
 
1692
  msgid "Font Family"
1693
  msgstr ""
1694
 
1695
+ #: brizy/languages/texts.php:271 brizy/public/editor-build/216-wp/texts.php:706
 
1696
  msgid "Size"
1697
  msgstr ""
1698
 
1699
+ #: brizy/languages/texts.php:272 brizy/public/editor-build/216-wp/texts.php:427
 
1700
  msgid "Line Hgt."
1701
  msgstr ""
1702
 
1703
+ #: brizy/languages/texts.php:273 brizy/public/editor-build/216-wp/texts.php:422
 
1704
  msgid "Letter Sp."
1705
  msgstr ""
1706
 
1707
+ #: brizy/languages/texts.php:274 brizy/public/editor-build/216-wp/texts.php:432
 
1708
  msgid "List"
1709
  msgstr ""
1710
 
1711
+ #: brizy/languages/texts.php:275 brizy/public/editor-build/216-wp/texts.php:116
 
1712
  msgid "Bold"
1713
  msgstr ""
1714
 
1715
+ #: brizy/languages/texts.php:276 brizy/public/editor-build/216-wp/texts.php:410
 
1716
  msgid "Italic"
1717
  msgstr ""
1718
 
1719
+ #: brizy/languages/texts.php:277 brizy/public/editor-build/216-wp/texts.php:345
 
1720
  msgid "Gap Above"
1721
  msgstr ""
1722
 
1723
+ #: brizy/languages/texts.php:278 brizy/public/editor-build/216-wp/texts.php:346
 
1724
  msgid "Gap Below"
1725
  msgstr ""
1726
 
1727
+ #: brizy/languages/texts.php:279 brizy/public/editor-build/216-wp/texts.php:362
 
1728
  msgid "HTML Tag"
1729
  msgstr ""
1730
 
1731
+ #: brizy/languages/texts.php:280 brizy/public/editor-build/216-wp/texts.php:527
 
1732
  msgid "P"
1733
  msgstr ""
1734
 
1735
+ #: brizy/languages/texts.php:281 brizy/public/editor-build/216-wp/texts.php:356
 
1736
  msgid "H1"
1737
  msgstr ""
1738
 
1739
+ #: brizy/languages/texts.php:282 brizy/public/editor-build/216-wp/texts.php:357
 
1740
  msgid "H2"
1741
  msgstr ""
1742
 
1743
+ #: brizy/languages/texts.php:283 brizy/public/editor-build/216-wp/texts.php:358
 
1744
  msgid "H3"
1745
  msgstr ""
1746
 
1747
+ #: brizy/languages/texts.php:284 brizy/public/editor-build/216-wp/texts.php:359
 
1748
  msgid "H4"
1749
  msgstr ""
1750
 
1751
+ #: brizy/languages/texts.php:285 brizy/public/editor-build/216-wp/texts.php:360
 
1752
  msgid "H5"
1753
  msgstr ""
1754
 
1755
+ #: brizy/languages/texts.php:286 brizy/public/editor-build/216-wp/texts.php:361
 
1756
  msgid "H6"
1757
  msgstr ""
1758
 
1759
+ #: brizy/languages/texts.php:287 brizy/public/editor-build/216-wp/texts.php:528
 
1760
  msgid "PRE"
1761
  msgstr ""
1762
 
1763
+ #: brizy/languages/texts.php:288 brizy/public/editor-build/216-wp/texts.php:250
 
1764
  msgid "Editable Text"
1765
  msgstr ""
1766
 
1767
+ #: brizy/languages/texts.php:290 brizy/public/editor-build/216-wp/texts.php:429
 
1768
  msgid "Link"
1769
  msgstr ""
1770
 
1771
+ #: brizy/languages/texts.php:291
1772
  msgid "Anchor"
1773
  msgstr ""
1774
 
1775
+ #: brizy/languages/texts.php:292 brizy/public/editor-build/216-wp/texts.php:430
 
1776
  msgid "Link to"
1777
  msgstr ""
1778
 
1779
+ #: brizy/languages/texts.php:293 brizy/public/editor-build/216-wp/texts.php:517
 
1780
  msgid "Open In New Tab"
1781
  msgstr ""
1782
 
1783
+ #: brizy/languages/texts.php:296 brizy/public/editor-build/216-wp/texts.php:529
 
1784
  msgid "Padding"
1785
  msgstr ""
1786
 
1787
+ #: brizy/languages/texts.php:297 brizy/public/editor-build/216-wp/texts.php:452
 
1788
  msgid "Margin"
1789
  msgstr ""
1790
 
1791
+ #: brizy/languages/texts.php:298 brizy/public/editor-build/216-wp/texts.php:185
 
1792
  msgid "Corner"
1793
  msgstr ""
1794
 
1795
+ #: brizy/languages/texts.php:299 brizy/public/editor-build/216-wp/texts.php:307
 
1796
  msgid "Fill"
1797
  msgstr ""
1798
 
1799
+ #: brizy/languages/texts.php:300 brizy/public/editor-build/216-wp/texts.php:729
 
1800
  msgid "Spacing"
1801
  msgstr ""
1802
 
1803
+ #: brizy/languages/texts.php:303 brizy/public/editor-build/216-wp/texts.php:685
 
1804
  msgid "Shadow"
1805
  msgstr ""
1806
 
1807
+ #: brizy/languages/texts.php:306 brizy/public/editor-build/216-wp/texts.php:501
 
1808
  msgid "Normal"
1809
  msgstr ""
1810
 
1811
+ #: brizy/languages/texts.php:307 brizy/public/editor-build/216-wp/texts.php:379
 
1812
  msgid "Hover"
1813
  msgstr ""
1814
 
1815
+ #: brizy/languages/texts.php:310 brizy/public/editor-build/216-wp/texts.php:637
 
1816
  msgid "Reverse Columns"
1817
  msgstr ""
1818
 
1819
+ #: brizy/languages/texts.php:315 brizy/public/editor-build/216-wp/texts.php:377
 
1820
  msgid "Hour"
1821
  msgstr ""
1822
 
1823
+ #: brizy/languages/texts.php:316 brizy/public/editor-build/216-wp/texts.php:478
 
1824
  msgid "Minutes"
1825
  msgstr ""
1826
 
1827
+ #: brizy/languages/texts.php:317 brizy/public/editor-build/216-wp/texts.php:791
 
1828
  msgid "Time Zone"
1829
  msgstr ""
1830
 
1831
+ #: brizy/languages/texts.php:318 brizy/public/editor-build/216-wp/texts.php:21
 
1832
  msgid "- 11:00 (Niue)"
1833
  msgstr ""
1834
 
1835
+ #: brizy/languages/texts.php:319 brizy/public/editor-build/216-wp/texts.php:20
 
1836
  msgid "- 10:00 (Honolulu, Papeete)"
1837
  msgstr ""
1838
 
1839
+ #: brizy/languages/texts.php:320 brizy/public/editor-build/216-wp/texts.php:30
 
1840
  msgid "- 9:00 (Anchorage)"
1841
  msgstr ""
1842
 
1843
+ #: brizy/languages/texts.php:321 brizy/public/editor-build/216-wp/texts.php:29
 
1844
  msgid "- 8:00 (Los Angeles)"
1845
  msgstr ""
1846
 
1847
+ #: brizy/languages/texts.php:322 brizy/public/editor-build/216-wp/texts.php:28
 
1848
  msgid "- 7:00 (Denver, Phoenix)"
1849
  msgstr ""
1850
 
1851
+ #: brizy/languages/texts.php:323 brizy/public/editor-build/216-wp/texts.php:27
 
1852
  msgid "- 6:00 (Chicago, Dallas)"
1853
  msgstr ""
1854
 
1855
+ #: brizy/languages/texts.php:324 brizy/public/editor-build/216-wp/texts.php:26
 
1856
  msgid "- 5:00 (New York, Miami)"
1857
  msgstr ""
1858
 
1859
+ #: brizy/languages/texts.php:325 brizy/public/editor-build/216-wp/texts.php:25
 
1860
  msgid "- 4:00 (Halifax, Manaus)"
1861
  msgstr ""
1862
 
1863
+ #: brizy/languages/texts.php:326 brizy/public/editor-build/216-wp/texts.php:24
 
1864
  msgid "- 3:00 (Brasilia, Santiago)"
1865
  msgstr ""
1866
 
1867
+ #: brizy/languages/texts.php:327 brizy/public/editor-build/216-wp/texts.php:23
 
1868
  msgid "- 2:00 (Noronha)"
1869
  msgstr ""
1870
 
1871
+ #: brizy/languages/texts.php:328 brizy/public/editor-build/216-wp/texts.php:22
 
1872
  msgid "- 1:00 (Cape Verde)"
1873
  msgstr ""
1874
 
1875
+ #: brizy/languages/texts.php:329 brizy/public/editor-build/216-wp/texts.php:31
 
1876
  msgid "00:00 (London, Dublin)"
1877
  msgstr ""
1878
 
1879
+ #: brizy/languages/texts.php:330 brizy/public/editor-build/216-wp/texts.php:11
 
1880
  msgid "+ 1:00 (Berlin, Paris)"
1881
  msgstr ""
1882
 
1883
+ #: brizy/languages/texts.php:331 brizy/public/editor-build/216-wp/texts.php:12
 
1884
  msgid "+ 2:00 (Athens, Istanbul)"
1885
  msgstr ""
1886
 
1887
+ #: brizy/languages/texts.php:332 brizy/public/editor-build/216-wp/texts.php:13
 
1888
  msgid "+ 3:00 (Moscow, Baghdad)"
1889
  msgstr ""
1890
 
1891
+ #: brizy/languages/texts.php:333 brizy/public/editor-build/216-wp/texts.php:14
 
1892
  msgid "+ 4:00 (Dubai, Baku)"
1893
  msgstr ""
1894
 
1895
+ #: brizy/languages/texts.php:334 brizy/public/editor-build/216-wp/texts.php:15
 
1896
  msgid "+ 5:00 (Yekaterinburg)"
1897
  msgstr ""
1898
 
1899
+ #: brizy/languages/texts.php:335
1900
  msgid "+ 6:00 (Astana)"
1901
  msgstr ""
1902
 
1903
+ #: brizy/languages/texts.php:336 brizy/public/editor-build/216-wp/texts.php:17
 
1904
  msgid "+ 7:00 (Bangkok, Jakarta)"
1905
  msgstr ""
1906
 
1907
+ #: brizy/languages/texts.php:337 brizy/public/editor-build/216-wp/texts.php:18
 
1908
  msgid "+ 8:00 (Singapore, Beijing)"
1909
  msgstr ""
1910
 
1911
+ #: brizy/languages/texts.php:338 brizy/public/editor-build/216-wp/texts.php:19
 
1912
  msgid "+ 9:00 (Tokyo, Seoul)"
1913
  msgstr ""
1914
 
1915
+ #: brizy/languages/texts.php:339
1916
  msgid "+ 10:00 (Sidney, Melbourne)"
1917
  msgstr ""
1918
 
1919
+ #: brizy/languages/texts.php:340 brizy/public/editor-build/216-wp/texts.php:9
 
1920
  msgid "+ 11:00 (Ponape)"
1921
  msgstr ""
1922
 
1923
+ #: brizy/languages/texts.php:341 brizy/public/editor-build/216-wp/texts.php:10
 
1924
  msgid "+ 12:00 (Auckland)"
1925
  msgstr ""
1926
 
1927
+ #: brizy/languages/texts.php:342 brizy/public/editor-build/216-wp/texts.php:416
 
1928
  msgid "Language"
1929
  msgstr ""
1930
 
1931
+ #: brizy/languages/texts.php:343 brizy/public/editor-build/216-wp/texts.php:347
 
1932
  msgid "German"
1933
  msgstr ""
1934
 
1935
+ #: brizy/languages/texts.php:344 brizy/public/editor-build/216-wp/texts.php:264
 
1936
  msgid "English"
1937
  msgstr ""
1938
 
1939
+ #: brizy/languages/texts.php:345 brizy/public/editor-build/216-wp/texts.php:731
 
1940
  msgid "Spanish"
1941
  msgstr ""
1942
 
1943
+ #: brizy/languages/texts.php:346 brizy/public/editor-build/216-wp/texts.php:334
 
1944
  msgid "French"
1945
  msgstr ""
1946
 
1947
+ #: brizy/languages/texts.php:347 brizy/public/editor-build/216-wp/texts.php:409
 
1948
  msgid "Italian"
1949
  msgstr ""
1950
 
1951
+ #: brizy/languages/texts.php:348 brizy/public/editor-build/216-wp/texts.php:246
 
1952
  msgid "Dutch"
1953
  msgstr ""
1954
 
1955
+ #: brizy/languages/texts.php:349 brizy/public/editor-build/216-wp/texts.php:652
 
1956
  msgid "Russian"
1957
  msgstr ""
1958
 
1959
+ #: brizy/languages/texts.php:351 brizy/public/editor-build/216-wp/texts.php:739
 
1960
  msgid "Start"
1961
  msgstr ""
1962
 
1963
+ #: brizy/languages/texts.php:352 brizy/public/editor-build/216-wp/texts.php:263
 
1964
  msgid "End"
1965
  msgstr ""
1966
 
1967
+ #: brizy/languages/texts.php:354 brizy/public/editor-build/216-wp/texts.php:546
 
1968
  msgid "Paste your code here..."
1969
  msgstr ""
1970
 
1971
+ #: brizy/languages/texts.php:356 brizy/public/editor-build/216-wp/texts.php:302
 
1972
  msgid "Field"
1973
  msgstr ""
1974
 
1975
+ #: brizy/languages/texts.php:357 brizy/public/editor-build/216-wp/texts.php:303
 
1976
  msgid "Field Type"
1977
  msgstr ""
1978
 
1979
+ #: brizy/languages/texts.php:358 brizy/public/editor-build/216-wp/texts.php:415
 
1980
  msgid "Label"
1981
  msgstr ""
1982
 
1983
+ #: brizy/languages/texts.php:359 brizy/public/editor-build/216-wp/texts.php:466
 
1984
  msgid "Message"
1985
  msgstr ""
1986
 
1987
+ #: brizy/languages/texts.php:360 brizy/public/editor-build/216-wp/texts.php:753
 
1988
  msgid "Success"
1989
  msgstr ""
1990
 
1991
+ #: brizy/languages/texts.php:362 brizy/public/editor-build/216-wp/texts.php:468
 
 
 
 
 
 
1992
  msgid "Message sent"
1993
  msgstr ""
1994
 
1995
+ #: brizy/languages/texts.php:363 brizy/public/editor-build/216-wp/texts.php:467
 
1996
  msgid "Message not sent"
1997
  msgstr ""
1998
 
1999
+ #: brizy/languages/texts.php:364 brizy/public/editor-build/216-wp/texts.php:616
 
2000
  msgid "Redirect"
2001
  msgstr ""
2002
 
2003
+ #: brizy/languages/texts.php:365 brizy/public/editor-build/216-wp/texts.php:352
 
2004
  msgid "Go to"
2005
  msgstr ""
2006
 
2007
+ #: brizy/languages/texts.php:366 brizy/public/editor-build/216-wp/texts.php:633
 
2008
  msgid "Required"
2009
  msgstr ""
2010
 
2011
+ #: brizy/languages/texts.php:368 brizy/public/editor-build/216-wp/texts.php:511
 
 
 
 
 
 
2012
  msgid "Number"
2013
  msgstr ""
2014
 
2015
+ #: brizy/languages/texts.php:369 brizy/public/editor-build/216-wp/texts.php:537
 
2016
  msgid "Paragraph"
2017
  msgstr ""
2018
 
2019
+ #: brizy/languages/texts.php:370 brizy/public/editor-build/216-wp/texts.php:676
 
2020
  msgid "Select"
2021
  msgstr ""
2022
 
2023
+ #: brizy/languages/texts.php:373 brizy/public/editor-build/216-wp/texts.php:747
 
2024
  msgid "Style"
2025
  msgstr ""
2026
 
2027
+ #: brizy/languages/texts.php:374
2028
  msgid "Opacity"
2029
  msgstr ""
2030
 
2031
+ #: brizy/languages/texts.php:375
2032
  msgid "Contrast"
2033
  msgstr ""
2034
 
2035
+ #: brizy/languages/texts.php:376
2036
  msgid "Hue"
2037
  msgstr ""
2038
 
2039
+ #: brizy/languages/texts.php:377
2040
  msgid "Brightness"
2041
  msgstr ""
2042
 
2043
+ #: brizy/languages/texts.php:378
2044
  msgid "Saturation"
2045
  msgstr ""
2046
 
2047
+ #: brizy/languages/texts.php:380
2048
  msgid "LightBox"
2049
  msgstr ""
2050
 
2051
+ #: brizy/languages/texts.php:381 brizy/public/editor-build/216-wp/texts.php:518
 
2052
  msgid "Open in Lightbox"
2053
  msgstr ""
2054
 
2055
+ #: brizy/languages/texts.php:383 brizy/public/editor-build/216-wp/texts.php:342
 
2056
  msgid "Gallery"
2057
  msgstr ""
2058
 
2059
+ #: brizy/languages/texts.php:385 brizy/public/editor-build/216-wp/texts.php:549
 
2060
  msgid "Percentage"
2061
  msgstr ""
2062
 
2063
+ #: brizy/languages/texts.php:386
2064
  msgid "Show Percentage"
2065
  msgstr ""
2066
 
2067
+ #: brizy/languages/texts.php:387 brizy/public/editor-build/216-wp/texts.php:101
 
2068
  msgid "Bar"
2069
  msgstr ""
2070
 
2071
+ #: brizy/languages/texts.php:389 brizy/public/editor-build/216-wp/texts.php:723
 
2072
  msgid "SoundCloud"
2073
  msgstr ""
2074
 
2075
+ #: brizy/languages/texts.php:390 brizy/public/editor-build/216-wp/texts.php:724
 
2076
  msgid "SoundCloud Link"
2077
  msgstr ""
2078
 
2079
+ #: brizy/languages/texts.php:392
2080
  msgid "Video Link"
2081
  msgstr ""
2082
 
2083
+ #: brizy/languages/texts.php:393 brizy/public/editor-build/216-wp/texts.php:612
 
2084
  msgid "Ratio"
2085
  msgstr ""
2086
 
2087
+ #: brizy/languages/texts.php:394 brizy/public/editor-build/216-wp/texts.php:183
 
2088
  msgid "Controls"
2089
  msgstr ""
2090
 
2091
+ #: brizy/languages/texts.php:395 brizy/public/editor-build/216-wp/texts.php:200
 
2092
  msgid "Cover"
2093
  msgstr ""
2094
 
2095
+ #: brizy/languages/texts.php:396 brizy/public/editor-build/216-wp/texts.php:553
 
2096
  msgid "Play"
2097
  msgstr ""
2098
 
2099
+ #: brizy/languages/texts.php:399 brizy/public/editor-build/216-wp/texts.php:365
 
2100
  msgid "Header"
2101
  msgstr ""
2102
 
2103
+ #: brizy/languages/texts.php:402 brizy/public/editor-build/216-wp/texts.php:325
 
2104
  msgid "Footer"
2105
  msgstr ""
2106
 
2107
+ #: brizy/languages/texts.php:403
2108
  msgid "MultiPage"
2109
  msgstr ""
2110
 
2111
+ #: brizy/languages/texts.php:406 brizy/public/editor-build/216-wp/texts.php:811
 
2112
  msgid "Type"
2113
  msgstr ""
2114
 
2115
+ #: brizy/languages/texts.php:407 brizy/public/editor-build/216-wp/texts.php:740
 
2116
  msgid "Static"
2117
  msgstr ""
2118
 
2119
+ #: brizy/languages/texts.php:410 brizy/public/editor-build/216-wp/texts.php:497
 
2120
  msgid "No matches found"
2121
  msgstr ""
2122
 
2123
+ #: brizy/languages/texts.php:413 brizy/public/editor-build/216-wp/texts.php:558
 
2124
  msgid "Popup"
2125
  msgstr ""
2126
 
2127
+ #: brizy/languages/texts.php:414 brizy/public/editor-build/216-wp/texts.php:165
 
2128
  msgid "Close"
2129
  msgstr ""
2130
 
2131
+ #: brizy/languages/texts.php:417 brizy/public/editor-build/216-wp/texts.php:175
 
2132
  msgid "Comments"
2133
  msgstr ""
2134
 
2135
+ #: brizy/languages/texts.php:418 brizy/public/editor-build/216-wp/texts.php:425
 
2136
  msgid "Like"
2137
  msgstr ""
2138
 
2139
+ #: brizy/languages/texts.php:419 brizy/public/editor-build/216-wp/texts.php:615
 
2140
  msgid "Recommend"
2141
  msgstr ""
2142
 
2143
+ #: brizy/languages/texts.php:420 brizy/public/editor-build/216-wp/texts.php:397
 
2144
  msgid "Include Share Button"
2145
  msgstr ""
2146
 
2147
+ #: brizy/languages/texts.php:421 brizy/public/editor-build/216-wp/texts.php:697
 
2148
  msgid "Show Friends' Faces"
2149
  msgstr ""
2150
 
2151
+ #: brizy/languages/texts.php:422 brizy/public/editor-build/216-wp/texts.php:695
 
2152
  msgid "Show Button Counter"
2153
  msgstr ""
2154
 
2155
+ #: brizy/languages/texts.php:423
2156
  msgid "Dark Scheme"
2157
  msgstr ""
2158
 
2159
+ #: brizy/languages/texts.php:424 brizy/public/editor-build/216-wp/texts.php:776
 
2160
  msgid "Target URL"
2161
  msgstr ""
2162
 
2163
+ #: brizy/languages/texts.php:425 brizy/public/editor-build/216-wp/texts.php:206
 
2164
  msgid "Current Page"
2165
  msgstr ""
2166
 
2167
+ #: brizy/languages/texts.php:426 brizy/public/editor-build/216-wp/texts.php:211
 
2168
  msgid "Custom Page"
2169
  msgstr ""
2170
 
2171
+ #: brizy/languages/texts.php:427 brizy/public/editor-build/216-wp/texts.php:396
 
2172
  msgid "Include Full Post"
2173
  msgstr ""
2174
 
2175
+ #: brizy/languages/texts.php:428 brizy/public/editor-build/216-wp/texts.php:339
 
2176
  msgid "Full Screen"
2177
  msgstr ""
2178
 
2179
+ #: brizy/languages/texts.php:429 brizy/public/editor-build/216-wp/texts.php:92
 
2180
  msgid "AutoPlay"
2181
  msgstr ""
2182
 
2183
+ #: brizy/languages/texts.php:430 brizy/public/editor-build/216-wp/texts.php:145
 
2184
  msgid "Captions"
2185
  msgstr ""
2186
 
2187
+ #: brizy/languages/texts.php:431 brizy/public/editor-build/216-wp/texts.php:792
 
2188
  msgid "Timeline"
2189
  msgstr ""
2190
 
2191
+ #: brizy/languages/texts.php:432 brizy/public/editor-build/216-wp/texts.php:270
 
2192
  msgid "Events"
2193
  msgstr ""
2194
 
2195
+ #: brizy/languages/texts.php:433 brizy/public/editor-build/216-wp/texts.php:469
 
2196
  msgid "Messages"
2197
  msgstr ""
2198
 
2199
+ #: brizy/languages/texts.php:434 brizy/public/editor-build/216-wp/texts.php:837
 
2200
  msgid "Use Small Header"
2201
  msgstr ""
2202
 
2203
+ #: brizy/languages/texts.php:435 brizy/public/editor-build/216-wp/texts.php:372
 
2204
  msgid "Hide Cover Photo"
2205
  msgstr ""
2206
 
2207
+ #: brizy/languages/texts.php:436 brizy/public/editor-build/216-wp/texts.php:696
 
2208
  msgid "Show Friend's Faces"
2209
  msgstr ""
2210
 
2211
+ #: brizy/languages/texts.php:437 brizy/public/editor-build/216-wp/texts.php:283
 
2212
  msgid "Facebook Button"
2213
  msgstr ""
2214
 
2215
+ #: brizy/languages/texts.php:438
2216
  msgid "Facebook Comments"
2217
  msgstr ""
2218
 
2219
+ #: brizy/languages/texts.php:439 brizy/public/editor-build/216-wp/texts.php:284
 
2220
  msgid "Facebook Embed"
2221
  msgstr ""
2222
 
2223
+ #: brizy/languages/texts.php:440 brizy/public/editor-build/216-wp/texts.php:286
 
2224
  msgid "Facebook Page"
2225
  msgstr ""
2226
 
2227
+ #: brizy/languages/texts.php:442 brizy/public/editor-build/216-wp/texts.php:97
 
2228
  msgid "Back to Layouts"
2229
  msgstr ""
2230
 
2231
+ #: brizy/languages/texts.php:444 brizy/public/editor-build/216-wp/texts.php:392
 
2232
  msgid "Import This Layout"
2233
  msgstr ""
2234
 
2235
+ #: brizy/languages/texts.php:445 brizy/public/editor-build/216-wp/texts.php:506
 
2236
  msgid "Nothing here yet, save a block first."
2237
  msgstr ""
2238
 
2239
+ #: brizy/languages/texts.php:446 brizy/public/editor-build/216-wp/texts.php:504
 
2240
  msgid "Nothing here yet, make a global block first."
2241
  msgstr ""
2242
 
2243
+ #: brizy/languages/texts.php:448 brizy/public/editor-build/216-wp/texts.php:607
 
2244
  msgid "Query"
2245
  msgstr ""
2246
 
2247
+ #: brizy/languages/texts.php:449 brizy/public/editor-build/216-wp/texts.php:588
 
2248
  msgid "Product ID"
2249
  msgstr ""
2250
 
2251
+ #: brizy/languages/texts.php:450 brizy/public/editor-build/216-wp/texts.php:589
 
2252
  msgid "Product ID or SKU"
2253
  msgstr ""
2254
 
2255
+ #: brizy/languages/texts.php:451 brizy/public/editor-build/216-wp/texts.php:598
 
2256
  msgid "Products Count"
2257
  msgstr ""
2258
 
2259
+ #: brizy/languages/texts.php:452 brizy/public/editor-build/216-wp/texts.php:419
 
2260
  msgid "Layout"
2261
  msgstr ""
2262
 
2263
+ #: brizy/languages/texts.php:453
2264
  msgid "Style Add to Cart"
2265
  msgstr ""
2266
 
2267
+ #: brizy/languages/texts.php:454 brizy/public/editor-build/216-wp/texts.php:151
 
2268
  msgid "Categories Count"
2269
  msgstr ""
2270
 
2271
+ #: brizy/languages/texts.php:455 brizy/public/editor-build/216-wp/texts.php:519
 
2272
  msgid "Order"
2273
  msgstr ""
2274
 
2275
+ #: brizy/languages/texts.php:456 brizy/public/editor-build/216-wp/texts.php:82
 
2276
  msgid "Asc"
2277
  msgstr ""
2278
 
2279
+ #: brizy/languages/texts.php:457 brizy/public/editor-build/216-wp/texts.php:222
 
2280
  msgid "Desc"
2281
  msgstr ""
2282
 
2283
+ #: brizy/languages/texts.php:458 brizy/public/editor-build/216-wp/texts.php:520
 
2284
  msgid "Order By"
2285
  msgstr ""
2286
 
2287
+ #: brizy/languages/texts.php:460 brizy/public/editor-build/216-wp/texts.php:719
 
 
 
 
 
 
2288
  msgid "Slug"
2289
  msgstr ""
2290
 
2291
+ #: brizy/languages/texts.php:462 brizy/public/editor-build/216-wp/texts.php:197
 
 
 
 
 
 
2292
  msgid "Count"
2293
  msgstr ""
2294
 
2295
+ #: brizy/languages/texts.php:463 brizy/public/editor-build/216-wp/texts.php:530
 
2296
  msgid "Page"
2297
  msgstr ""
2298
 
2299
+ #: brizy/languages/texts.php:464 brizy/public/editor-build/216-wp/texts.php:147
 
2300
  msgid "Cart"
2301
  msgstr ""
2302
 
2303
+ #: brizy/languages/texts.php:465 brizy/public/editor-build/216-wp/texts.php:158
 
2304
  msgid "Checkout"
2305
  msgstr ""
2306
 
2307
+ #: brizy/languages/texts.php:466 brizy/public/editor-build/216-wp/texts.php:489
 
2308
  msgid "My Account"
2309
  msgstr ""
2310
 
2311
+ #: brizy/languages/texts.php:467 brizy/public/editor-build/216-wp/texts.php:521
 
2312
  msgid "Order Tracking"
2313
  msgstr ""
2314
 
2315
+ #: brizy/languages/texts.php:468 brizy/public/editor-build/216-wp/texts.php:308
 
2316
  msgid "Filter"
2317
  msgstr ""
2318
 
2319
+ #: brizy/languages/texts.php:469 brizy/public/editor-build/216-wp/texts.php:798
 
2320
  msgid "Title"
2321
  msgstr ""
2322
 
2323
+ #: brizy/languages/texts.php:470 brizy/public/editor-build/216-wp/texts.php:611
 
2324
  msgid "Rating"
2325
  msgstr ""
2326
 
2327
+ #: brizy/languages/texts.php:471 brizy/public/editor-build/216-wp/texts.php:557
 
2328
  msgid "Popularity"
2329
  msgstr ""
2330
 
2331
+ #: brizy/languages/texts.php:472 brizy/public/editor-build/216-wp/texts.php:464
 
2332
  msgid "Menu Order"
2333
  msgstr ""
2334
 
2335
+ #: brizy/languages/texts.php:473 brizy/public/editor-build/216-wp/texts.php:610
 
2336
  msgid "Random"
2337
  msgstr ""
2338
 
2339
+ #: brizy/languages/texts.php:474 brizy/public/editor-build/216-wp/texts.php:381
 
2340
  msgid "ID"
2341
  msgstr ""
2342
 
2343
+ #: brizy/languages/texts.php:475
2344
  msgid "Paste your wordpress shortcode here..."
2345
  msgstr ""
2346
 
2347
+ #: brizy/languages/texts.php:476 brizy/public/editor-build/216-wp/texts.php:856
 
2348
  msgid "Weight"
2349
  msgstr ""
2350
 
2351
+ #: brizy/languages/texts.php:477 brizy/public/editor-build/216-wp/texts.php:570
 
2352
  msgid "Post Type"
2353
  msgstr ""
2354
 
2355
+ #: brizy/languages/texts.php:478 brizy/public/editor-build/216-wp/texts.php:564
 
2356
  msgid "Post"
2357
  msgstr ""
2358
 
2359
+ #: brizy/languages/texts.php:479
2360
  msgid "Number posts"
2361
  msgstr ""
2362
 
2363
+ #: brizy/languages/texts.php:480 brizy/public/editor-build/216-wp/texts.php:154
 
2364
  msgid "Category"
2365
  msgstr ""
2366
 
2367
+ #: brizy/languages/texts.php:481 brizy/public/editor-build/216-wp/texts.php:87
 
2368
  msgid "Author"
2369
  msgstr ""
2370
 
2371
+ #: brizy/languages/texts.php:482 brizy/public/editor-build/216-wp/texts.php:394
 
2372
  msgid "Include"
2373
  msgstr ""
2374
 
2375
+ #: brizy/languages/texts.php:483 brizy/public/editor-build/216-wp/texts.php:272
 
2376
  msgid "Exclude"
2377
  msgstr ""
2378
 
2379
+ #: brizy/languages/texts.php:484 brizy/public/editor-build/216-wp/texts.php:741
 
2380
  msgid "Status"
2381
  msgstr ""
2382
 
2383
+ #: brizy/languages/texts.php:485 brizy/public/editor-build/216-wp/texts.php:341
 
2384
  msgid "Future"
2385
  msgstr ""
2386
 
2387
+ #: brizy/languages/texts.php:486 brizy/public/editor-build/216-wp/texts.php:240
 
2388
  msgid "Draft"
2389
  msgstr ""
2390
 
2391
+ #: brizy/languages/texts.php:487 brizy/public/editor-build/216-wp/texts.php:547
 
2392
  msgid "Pending"
2393
  msgstr ""
2394
 
2395
+ #: brizy/languages/texts.php:488 brizy/public/editor-build/216-wp/texts.php:581
 
2396
  msgid "Private"
2397
  msgstr ""
2398
 
2399
+ #: brizy/languages/texts.php:489 brizy/public/editor-build/216-wp/texts.php:804
 
2400
  msgid "Trash"
2401
  msgstr ""
2402
 
2403
+ #: brizy/languages/texts.php:490 brizy/public/editor-build/216-wp/texts.php:91
 
2404
  msgid "Auto-Draft"
2405
  msgstr ""
2406
 
2407
+ #: brizy/languages/texts.php:491 brizy/public/editor-build/216-wp/texts.php:401
 
2408
  msgid "Inherit"
2409
  msgstr ""
2410
 
2411
+ #: brizy/languages/texts.php:492 brizy/public/editor-build/216-wp/texts.php:472
 
2412
  msgid "Meta Key"
2413
  msgstr ""
2414
 
2415
+ #: brizy/languages/texts.php:493 brizy/public/editor-build/216-wp/texts.php:473
 
2416
  msgid "Meta Value"
2417
  msgstr ""
2418
 
2419
+ #: brizy/languages/texts.php:494 brizy/public/editor-build/216-wp/texts.php:482
 
2420
  msgid "Modified"
2421
  msgstr ""
2422
 
2423
+ #: brizy/languages/texts.php:495 brizy/public/editor-build/216-wp/texts.php:539
 
2424
  msgid "Parent"
2425
  msgstr ""
2426
 
2427
+ #: brizy/languages/texts.php:496 brizy/public/editor-build/216-wp/texts.php:174
 
2428
  msgid "Comment Count"
2429
  msgstr ""
2430
 
2431
+ #: brizy/languages/texts.php:497 brizy/public/editor-build/216-wp/texts.php:309
 
2432
  msgid "Filter By"
2433
  msgstr ""
2434
 
2435
+ #: brizy/languages/texts.php:498 brizy/public/editor-build/216-wp/texts.php:109
 
2436
  msgid "Block"
2437
  msgstr ""
2438
 
2439
+ #: brizy/languages/texts.php:499 brizy/public/editor-build/216-wp/texts.php:446
 
2440
  msgid "Make it Global"
2441
  msgstr ""
2442
 
2443
+ #: brizy/languages/texts.php:500 brizy/public/editor-build/216-wp/texts.php:662
 
2444
  msgid "Save"
2445
  msgstr ""
2446
 
2447
+ #: brizy/languages/texts.php:501 brizy/public/editor-build/216-wp/texts.php:114
 
2448
  msgid "Blocks"
2449
  msgstr ""
2450
 
2451
+ #: brizy/languages/texts.php:502
2452
  msgid "Saved Blocks"
2453
  msgstr ""
2454
 
2455
+ #: brizy/languages/texts.php:503 brizy/public/editor-build/216-wp/texts.php:349
 
2456
  msgid "Global Blocks"
2457
  msgstr ""
2458
 
2459
+ #: brizy/languages/texts.php:504 brizy/public/editor-build/216-wp/texts.php:423
 
2460
  msgid "Light"
2461
  msgstr ""
2462
 
2463
+ #: brizy/languages/texts.php:505 brizy/public/editor-build/216-wp/texts.php:216
 
2464
  msgid "Dark"
2465
  msgstr ""
2466
 
2467
+ #: brizy/languages/texts.php:506 brizy/public/editor-build/216-wp/texts.php:67
 
2468
  msgid "All Categories"
2469
  msgstr ""
2470
 
2471
+ #: brizy/languages/texts.php:507
2472
  msgid "Enter Search Keyword"
2473
  msgstr ""
2474
 
2475
+ #: brizy/languages/texts.php:508 brizy/public/editor-build/216-wp/texts.php:813
 
2476
  msgid "Type to search"
2477
  msgstr ""
2478
 
2479
+ #: brizy/languages/texts.php:509
2480
  msgid "Add a blank block"
2481
  msgstr ""
2482
 
2483
+ #: brizy/languages/texts.php:510
2484
  msgid "An error happened while trying to display this block"
2485
  msgstr ""
2486
 
2487
+ #: brizy/languages/texts.php:511 brizy/public/editor-build/216-wp/texts.php:863
 
2488
  msgid "You can"
2489
  msgstr ""
2490
 
2491
+ #: brizy/languages/texts.php:512 brizy/public/editor-build/216-wp/texts.php:890
 
2492
  msgid "open an issue"
2493
  msgstr ""
2494
 
2495
+ #: brizy/languages/texts.php:513 brizy/public/editor-build/216-wp/texts.php:891
 
2496
  msgid "or"
2497
  msgstr ""
2498
 
2499
+ #: brizy/languages/texts.php:514
2500
  msgid "remove this block"
2501
  msgstr ""
2502
 
2503
+ #: brizy/languages/texts.php:515 brizy/public/editor-build/216-wp/texts.php:532
 
2504
  msgid "Page Template"
2505
  msgstr ""
2506
 
2507
+ #: brizy/languages/texts.php:516 brizy/public/editor-build/216-wp/texts.php:801
 
2508
  msgid "Toggle Menu"
2509
  msgstr ""
2510
 
2511
+ #: brizy/languages/texts.php:517 brizy/public/editor-build/216-wp/texts.php:448
 
2512
  msgid "Make it Nofollow"
2513
  msgstr ""
2514
 
2515
+ #: brizy/languages/texts.php:518 brizy/public/editor-build/216-wp/texts.php:233
 
2516
  msgid "Dividers"
2517
  msgstr ""
2518
 
2519
+ #: brizy/languages/texts.php:519 brizy/public/editor-build/216-wp/texts.php:78
 
2520
  msgid "Arrangement"
2521
  msgstr ""
2522
 
2523
+ #: brizy/languages/texts.php:520
2524
  msgid "Repeat"
2525
  msgstr ""
2526
 
2527
+ #: brizy/languages/texts.php:521 brizy/public/editor-build/216-wp/texts.php:447
 
2528
  msgid "Make it Hamburger"
2529
  msgstr ""
2530
 
2531
+ #: brizy/languages/texts.php:522
2532
  msgid "Add a Menu"
2533
  msgstr ""
2534
 
2535
+ #: brizy/languages/texts.php:523
2536
  msgid "Please select a menu"
2537
  msgstr ""
2538
 
2539
+ #: brizy/languages/texts.php:524 brizy/public/editor-build/216-wp/texts.php:678
 
2540
  msgid "Select a Menu"
2541
  msgstr ""
2542
 
2543
+ #: brizy/languages/texts.php:525 brizy/public/editor-build/216-wp/texts.php:885
 
2544
  msgid "in your WordPress admin"
2545
  msgstr ""
2546
 
2547
+ #: brizy/languages/texts.php:526 brizy/public/editor-build/216-wp/texts.php:242
 
2548
  msgid "Drawer Position"
2549
  msgstr ""
2550
 
2551
+ #: brizy/languages/texts.php:527
2552
  msgid "anchor-name"
2553
  msgstr ""
2554
 
2555
+ #: brizy/languages/texts.php:528 brizy/public/editor-build/216-wp/texts.php:35
 
2556
  msgid "APPS"
2557
  msgstr ""
2558
 
2559
+ #: brizy/languages/texts.php:529 brizy/public/editor-build/216-wp/texts.php:408
 
2560
  msgid "It's a sample"
2561
  msgstr ""
2562
 
2563
+ #: brizy/maintenance-mode.php:110
2564
  msgid "Maintenance Mode ON"
2565
  msgstr ""
2566
 
2567
+ #: brizy/maintenance-mode.php:117
2568
  msgid "Edit Page"
2569
  msgstr ""
2570
 
2571
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2572
+ msgid "def"
2573
+ msgstr ""
2574
+
2575
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2576
+ msgid "atom"
2577
+ msgstr ""
2578
+
2579
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2580
+ msgid "keyword"
2581
+ msgstr ""
2582
+
2583
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2584
+ msgid "number"
2585
+ msgstr ""
2586
+
2587
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2588
+ msgid "qualifier"
2589
+ msgstr ""
2590
+
2591
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2592
+ msgid "variable callee"
2593
+ msgstr ""
2594
+
2595
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2596
+ msgid "property"
2597
+ msgstr ""
2598
+
2599
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2600
+ msgid "variable-2"
2601
+ msgstr ""
2602
+
2603
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2604
+ msgid "meta"
2605
+ msgstr ""
2606
+
2607
+ #: brizy/public/editor-build/216-wp/editor/js/editor.vendor.js:43
2608
+ msgid "string"
2609
+ msgstr ""
2610
+
2611
+ #: brizy/public/editor-build/216-wp/editor/js/group-1.js:1
2612
+ msgid "ps-scroll-"
2613
+ msgstr ""
2614
+
2615
+ #: brizy/public/editor-build/216-wp/editor/js/group-1.js:1
2616
+ msgid "ps-"
2617
+ msgstr ""
2618
+
2619
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2620
+ msgid "."
2621
+ msgstr ""
2622
+
2623
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2624
+ msgid "BeforeChange."
2625
+ msgstr ""
2626
+
2627
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2628
+ msgid "Resize"
2629
+ msgstr ""
2630
+
2631
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2632
+ msgid "AfterChange"
2633
+ msgstr ""
2634
+
2635
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2636
+ msgid "BuildControls"
2637
+ msgstr ""
2638
+
2639
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2640
+ msgid "BeforeChange"
2641
+ msgstr ""
2642
+
2643
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2644
+ msgid "UpdateStatus"
2645
+ msgstr ""
2646
+
2647
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2648
+ msgid "ImageHasSize."
2649
+ msgstr ""
2650
+
2651
+ #: brizy/public/editor-build/216-wp/editor/js/group-3.js:1
2652
+ msgid "ElementParse."
2653
+ msgstr ""
2654
+
2655
+ #: brizy/public/editor-build/216-wp/texts.php:6
2656
  msgid " Display Conditions"
2657
  msgstr ""
2658
 
2659
+ #: brizy/public/editor-build/216-wp/texts.php:7
2660
+ #, php-format
2661
  msgid "%s Selected"
2662
  msgstr ""
2663
 
2664
+ #: brizy/public/editor-build/216-wp/texts.php:8
2665
  msgid "+ 10:00 (Sydney, Melbourne)"
2666
  msgstr ""
2667
 
2668
+ #: brizy/public/editor-build/216-wp/texts.php:16
2669
  msgid "+ 6:00 (Nur-Sultan)"
2670
  msgstr ""
2671
 
2672
+ #: brizy/public/editor-build/216-wp/texts.php:32
2673
+ #, php-format
2674
  msgid "? (%s)"
2675
  msgstr ""
2676
 
2677
+ #: brizy/public/editor-build/216-wp/texts.php:33
2678
  msgid "ADD FONT VARIATION"
2679
  msgstr ""
2680
 
2681
+ #: brizy/public/editor-build/216-wp/texts.php:34
2682
  msgid "ADD GOOGLE FONT"
2683
  msgstr ""
2684
 
2685
+ #: brizy/public/editor-build/216-wp/texts.php:36
2686
  msgid "About us"
2687
  msgstr ""
2688
 
2689
+ #: brizy/public/editor-build/216-wp/texts.php:37
2690
  msgid "Access your Library in any WP install by connecting your Account"
2691
  msgstr ""
2692
 
2693
+ #: brizy/public/editor-build/216-wp/texts.php:39
2694
  msgid "Accordion Items"
2695
  msgstr ""
2696
 
2697
+ #: brizy/public/editor-build/216-wp/texts.php:40
2698
  msgid "Accordion Tags"
2699
  msgstr ""
2700
 
2701
+ #: brizy/public/editor-build/216-wp/texts.php:41
2702
  msgid "Accounts are empty. Please connect a new account and try again."
2703
  msgstr ""
2704
 
2705
+ #: brizy/public/editor-build/216-wp/texts.php:42
2706
  msgid "Action"
2707
  msgstr ""
2708
 
2709
+ #: brizy/public/editor-build/216-wp/texts.php:43
2710
  msgid "Activate Tab"
2711
  msgstr ""
2712
 
2713
+ #: brizy/public/editor-build/216-wp/texts.php:44
2714
  msgid "Active"
2715
  msgstr ""
2716
 
2717
+ #: brizy/public/editor-build/216-wp/texts.php:46
2718
  msgid "Add Font"
2719
  msgstr ""
2720
 
2721
+ #: brizy/public/editor-build/216-wp/texts.php:48
2722
  msgid "Add New Block / Layout"
2723
  msgstr ""
2724
 
2725
+ #: brizy/public/editor-build/216-wp/texts.php:50
2726
  msgid "Add New Font"
2727
  msgstr ""
2728
 
2729
+ #: brizy/public/editor-build/216-wp/texts.php:51
2730
+ msgid "Add Shopify Elements"
2731
+ msgstr ""
2732
+
2733
+ #: brizy/public/editor-build/216-wp/texts.php:52
2734
  msgid "Add To Cart"
2735
  msgstr ""
2736
 
2737
+ #: brizy/public/editor-build/216-wp/texts.php:53
2738
  msgid "Add To Cart Input"
2739
  msgstr ""
2740
 
2741
+ #: brizy/public/editor-build/216-wp/texts.php:55
2742
  msgid "Add new display condition"
2743
  msgstr ""
2744
 
2745
+ #: brizy/public/editor-build/216-wp/texts.php:56
2746
  msgid "Add new font variation"
2747
  msgstr ""
2748
 
2749
+ #: brizy/public/editor-build/216-wp/texts.php:58
2750
  msgid "Add new trigger condition"
2751
  msgstr ""
2752
 
2753
+ #: brizy/public/editor-build/216-wp/texts.php:60
2754
  msgid "Additionals"
2755
  msgstr ""
2756
 
2757
+ #: brizy/public/editor-build/216-wp/texts.php:64
2758
  msgid "Aligned Left"
2759
  msgstr ""
2760
 
2761
+ #: brizy/public/editor-build/216-wp/texts.php:65
2762
  msgid "Aligned Right"
2763
  msgstr ""
2764
 
2765
+ #: brizy/public/editor-build/216-wp/texts.php:66
2766
  msgid "All"
2767
  msgstr ""
2768
 
2769
+ #: brizy/public/editor-build/216-wp/texts.php:68
2770
  msgid "All fields cannot be empty"
2771
  msgstr ""
2772
 
2773
+ #: brizy/public/editor-build/216-wp/texts.php:69
2774
  msgid "All fields marked with an asterisk ( * ) must be completed."
2775
  msgstr ""
2776
 
2777
+ #: brizy/public/editor-build/216-wp/texts.php:70
2778
  msgid "All fields marked with an asterisk ( * ) must be mapped."
2779
  msgstr ""
2780
 
2781
+ #: brizy/public/editor-build/216-wp/texts.php:71
2782
  msgid "Allowed File Types"
2783
  msgstr ""
2784
 
2785
+ #: brizy/public/editor-build/216-wp/texts.php:72
2786
  msgid "Alt Title"
2787
  msgstr ""
2788
 
2789
+ #: brizy/public/editor-build/216-wp/texts.php:73
2790
  msgid "An error happened while trying to display this element"
2791
  msgstr ""
2792
 
2793
+ #: brizy/public/editor-build/216-wp/texts.php:77
2794
  msgid "Are you want to delete account"
2795
  msgstr ""
2796
 
2797
+ #: brizy/public/editor-build/216-wp/texts.php:81
2798
  msgid "Article"
2799
  msgstr ""
2800
 
2801
+ #: brizy/public/editor-build/216-wp/texts.php:83
2802
  msgid "Aside"
2803
  msgstr ""
2804
 
2805
+ #: brizy/public/editor-build/216-wp/texts.php:84
2806
  msgid "Attributes"
2807
  msgstr ""
2808
 
2809
+ #: brizy/public/editor-build/216-wp/texts.php:85
2810
  msgid "Audio"
2811
  msgstr ""
2812
 
2813
+ #: brizy/public/editor-build/216-wp/texts.php:86
2814
  msgid "Authentication"
2815
  msgstr ""
2816
 
2817
+ #: brizy/public/editor-build/216-wp/texts.php:90
2818
  msgid "Auto play"
2819
  msgstr ""
2820
 
2821
+ #: brizy/public/editor-build/216-wp/texts.php:93
2822
  msgid "Automotive"
2823
  msgstr ""
2824
 
2825
+ #: brizy/public/editor-build/216-wp/texts.php:94
2826
  msgid "Autoplay"
2827
  msgstr ""
2828
 
2829
+ #: brizy/public/editor-build/216-wp/texts.php:95
2830
  msgid "Avatar"
2831
  msgstr ""
2832
 
2833
+ #: brizy/public/editor-build/216-wp/texts.php:96
2834
  msgid "Back"
2835
  msgstr ""
2836
 
2837
+ #: brizy/public/editor-build/216-wp/texts.php:98
2838
  msgid "Back to Login"
2839
  msgstr ""
2840
 
2841
+ #: brizy/public/editor-build/216-wp/texts.php:99
2842
  msgid "Back to Stories"
2843
  msgstr ""
2844
 
2845
+ #: brizy/public/editor-build/216-wp/texts.php:102
2846
  msgid "Bcc"
2847
  msgstr ""
2848
 
2849
+ #: brizy/public/editor-build/216-wp/texts.php:103
2850
  msgid "Between"
2851
  msgstr ""
2852
 
2853
+ #: brizy/public/editor-build/216-wp/texts.php:104
2854
  msgid "Bg"
2855
  msgstr ""
2856
 
2857
+ #: brizy/public/editor-build/216-wp/texts.php:106
2858
  msgid "Bg Star"
2859
  msgstr ""
2860
 
2861
+ #: brizy/public/editor-build/216-wp/texts.php:107
2862
  msgid "Black"
2863
  msgstr ""
2864
 
2865
+ #: brizy/public/editor-build/216-wp/texts.php:108
2866
  msgid "Blank"
2867
  msgstr ""
2868
 
2869
+ #: brizy/public/editor-build/216-wp/texts.php:110
2870
  msgid "Block Name"
2871
  msgstr ""
2872
 
2873
+ #: brizy/public/editor-build/216-wp/texts.php:111
2874
  msgid "Block conditions are available only in PRO"
2875
  msgstr ""
2876
 
2877
+ #: brizy/public/editor-build/216-wp/texts.php:112
2878
  msgid "Block is synchronized"
2879
  msgstr ""
2880
 
2881
+ #: brizy/public/editor-build/216-wp/texts.php:113
2882
  msgid "Block will be synchronized"
2883
  msgstr ""
2884
 
2885
+ #: brizy/public/editor-build/216-wp/texts.php:115
2886
+ msgid "Blog"
2887
+ msgstr ""
2888
+
2889
+ #: brizy/public/editor-build/216-wp/texts.php:118
2890
  msgid "Bottom"
2891
  msgstr ""
2892
 
2893
+ #: brizy/public/editor-build/216-wp/texts.php:126
2894
  msgid "Branding"
2895
  msgstr ""
2896
 
2897
+ #: brizy/public/editor-build/216-wp/texts.php:127
2898
  msgid "Breadcrumbs"
2899
  msgstr ""
2900
 
2901
+ #: brizy/public/editor-build/216-wp/texts.php:128
2902
  msgid "Btn Bg"
2903
  msgstr ""
2904
 
2905
+ #: brizy/public/editor-build/216-wp/texts.php:129
2906
  msgid "Btn Color"
2907
  msgstr ""
2908
 
2909
+ #: brizy/public/editor-build/216-wp/texts.php:130
2910
  msgid "Bub."
2911
  msgstr ""
2912
 
2913
+ #: brizy/public/editor-build/216-wp/texts.php:131
2914
  msgid "Bub. Bg"
2915
  msgstr ""
2916
 
2917
+ #: brizy/public/editor-build/216-wp/texts.php:132
2918
  msgid "Bubble"
2919
  msgstr ""
2920
 
2921
+ #: brizy/public/editor-build/216-wp/texts.php:133
2922
  msgid "Business"
2923
  msgstr ""
2924
 
2925
+ #: brizy/public/editor-build/216-wp/texts.php:134
2926
  msgid "Business Hour"
2927
  msgstr ""
2928
 
2929
+ #: brizy/public/editor-build/216-wp/texts.php:136
2930
  msgid "Button Size"
2931
  msgstr ""
2932
 
2933
+ #: brizy/public/editor-build/216-wp/texts.php:137
2934
  msgid "Buttons"
2935
  msgstr ""
2936
 
2937
+ #: brizy/public/editor-build/216-wp/texts.php:138
2938
  msgid "CMS"
2939
  msgstr ""
2940
 
2941
+ #: brizy/public/editor-build/216-wp/texts.php:139
2942
  msgid "CREATE LIST"
2943
  msgstr ""
2944
 
2945
+ #: brizy/public/editor-build/216-wp/texts.php:141
2946
  msgid "CSS ID"
2947
  msgstr ""
2948
 
2949
+ #: brizy/public/editor-build/216-wp/texts.php:142
2950
  msgid "CTA"
2951
  msgstr ""
2952
 
2953
+ #: brizy/public/editor-build/216-wp/texts.php:143
2954
  msgid "Cancel"
2955
  msgstr ""
2956
 
2957
+ #: brizy/public/editor-build/216-wp/texts.php:144
2958
  msgid "Capitalize"
2959
  msgstr ""
2960
 
2961
+ #: brizy/public/editor-build/216-wp/texts.php:148
2962
  msgid "Cart Items"
2963
  msgstr ""
2964
 
2965
+ #: brizy/public/editor-build/216-wp/texts.php:149
2966
  msgid "Cart Settings"
2967
  msgstr ""
2968
 
2969
+ #: brizy/public/editor-build/216-wp/texts.php:152
2970
  msgid "Categories Pagination"
2971
  msgstr ""
2972
 
2973
+ #: brizy/public/editor-build/216-wp/texts.php:153
2974
  msgid "Categories Tags"
2975
  msgstr ""
2976
 
2977
+ #: brizy/public/editor-build/216-wp/texts.php:155
2978
  msgid "Cc"
2979
  msgstr ""
2980
 
2981
+ #: brizy/public/editor-build/216-wp/texts.php:156
2982
  msgid "Check your email address"
2983
  msgstr ""
2984
 
2985
+ #: brizy/public/editor-build/216-wp/texts.php:157
2986
  msgid "Checkbox"
2987
  msgstr ""
2988
 
2989
+ #: brizy/public/editor-build/216-wp/texts.php:159
2990
  msgid "Children"
2991
  msgstr ""
2992
 
2993
+ #: brizy/public/editor-build/216-wp/texts.php:161
2994
  msgid "Classic"
2995
  msgstr ""
2996
 
2997
+ #: brizy/public/editor-build/216-wp/texts.php:162
2998
  msgid "Clear"
2999
  msgstr ""
3000
 
3001
+ #: brizy/public/editor-build/216-wp/texts.php:163
3002
  msgid "Clear Layout"
3003
  msgstr ""
3004
 
3005
+ #: brizy/public/editor-build/216-wp/texts.php:164
3006
  msgid "Click Outside to Close"
3007
  msgstr ""
3008
 
3009
+ #: brizy/public/editor-build/216-wp/texts.php:166
3010
  msgid "Close Popup"
3011
  msgstr ""
3012
 
3013
+ #: brizy/public/editor-build/216-wp/texts.php:167
3014
  msgid "Cloud"
3015
  msgstr ""
3016
 
3017
+ #: brizy/public/editor-build/216-wp/texts.php:168
3018
  msgid "Collapsible"
3019
  msgstr ""
3020
 
3021
+ #: brizy/public/editor-build/216-wp/texts.php:173
3022
  msgid "Comment"
3023
  msgstr ""
3024
 
3025
+ #: brizy/public/editor-build/216-wp/texts.php:176
3026
  msgid "Conditions"
3027
  msgstr ""
3028
 
3029
+ #: brizy/public/editor-build/216-wp/texts.php:177
3030
  msgid "Connect"
3031
  msgstr ""
3032
 
3033
+ #: brizy/public/editor-build/216-wp/texts.php:178
3034
  msgid "Connect a new account"
3035
  msgstr ""
3036
 
3037
+ #: brizy/public/editor-build/216-wp/texts.php:179
3038
  msgid "Contact"
3039
  msgstr ""
3040
 
3041
+ #: brizy/public/editor-build/216-wp/texts.php:181
3042
  msgid "Content Gap"
3043
  msgstr ""
3044
 
3045
+ #: brizy/public/editor-build/216-wp/texts.php:182
3046
  msgid "Continue"
3047
  msgstr ""
3048
 
3049
+ #: brizy/public/editor-build/216-wp/texts.php:186
3050
  msgid "Could not Create Global Block"
3051
  msgstr ""
3052
 
3053
+ #: brizy/public/editor-build/216-wp/texts.php:187
3054
  msgid "Could not Create Global Popup"
3055
  msgstr ""
3056
 
3057
+ #: brizy/public/editor-build/216-wp/texts.php:188
3058
  msgid "Could not Create Saved Block"
3059
  msgstr ""
3060
 
3061
+ #: brizy/public/editor-build/216-wp/texts.php:189
3062
  msgid "Could not Create Saved Popup"
3063
  msgstr ""
3064
 
3065
+ #: brizy/public/editor-build/216-wp/texts.php:190
3066
  msgid "Could not download Saved Layout"
3067
  msgstr ""
3068
 
3069
+ #: brizy/public/editor-build/216-wp/texts.php:191
3070
  msgid "Could not download Saved Popup"
3071
  msgstr ""
3072
 
3073
+ #: brizy/public/editor-build/216-wp/texts.php:192
3074
  msgid "Could not download Saved block"
3075
  msgstr ""
3076
 
3077
+ #: brizy/public/editor-build/216-wp/texts.php:194
3078
  msgid "Could not publish or save page"
3079
  msgstr ""
3080
 
3081
+ #: brizy/public/editor-build/216-wp/texts.php:195
3082
  msgid "Could not save layout"
3083
  msgstr ""
3084
 
3085
+ #: brizy/public/editor-build/216-wp/texts.php:196
3086
  msgid "Could not switch to draft"
3087
  msgstr ""
3088
 
3089
+ #: brizy/public/editor-build/216-wp/texts.php:201
3090
  msgid "Create"
3091
  msgstr ""
3092
 
3093
+ #: brizy/public/editor-build/216-wp/texts.php:202
3094
  msgid "Create Account & Connect"
3095
  msgstr ""
3096
 
3097
+ #: brizy/public/editor-build/216-wp/texts.php:203
3098
  msgid "Create a menu"
3099
  msgstr ""
3100
 
3101
+ #: brizy/public/editor-build/216-wp/texts.php:204
3102
  msgid "Create a new list"
3103
  msgstr ""
3104
 
3105
+ #: brizy/public/editor-build/216-wp/texts.php:205
3106
  msgid "Create your own"
3107
  msgstr ""
3108
 
3109
+ #: brizy/public/editor-build/216-wp/texts.php:208
3110
  msgid "Custom Attributes"
3111
  msgstr ""
3112
 
3113
+ #: brizy/public/editor-build/216-wp/texts.php:209
3114
  msgid "Custom Attributes asd"
3115
  msgstr ""
3116
 
3117
+ #: brizy/public/editor-build/216-wp/texts.php:212
3118
  msgid "Custom Text"
3119
  msgstr ""
3120
 
3121
+ #: brizy/public/editor-build/216-wp/texts.php:213
3122
  msgid "Custom Video"
3123
  msgstr ""
3124
 
3125
+ #: brizy/public/editor-build/216-wp/texts.php:214
3126
  msgid "DELETE"
3127
  msgstr ""
3128
 
3129
+ #: brizy/public/editor-build/216-wp/texts.php:215
3130
  msgid "DIV"
3131
  msgstr ""
3132
 
3133
+ #: brizy/public/editor-build/216-wp/texts.php:218
3134
  msgid "Days"
3135
  msgstr ""
3136
 
3137
+ #: brizy/public/editor-build/216-wp/texts.php:219
3138
  msgid "Default Roles"
3139
  msgstr ""
3140
 
3141
+ #: brizy/public/editor-build/216-wp/texts.php:224
3142
  msgid "Deselected the “Verify the origin of reCAPTCHA solutions” checkbox within your Google account."
3143
  msgstr ""
3144
 
3145
+ #: brizy/public/editor-build/216-wp/texts.php:229
3146
  msgid "Disconnect"
3147
  msgstr ""
3148
 
3149
+ #: brizy/public/editor-build/216-wp/texts.php:230
3150
  msgid "Display Close Button"
3151
  msgstr ""
3152
 
3153
+ #: brizy/public/editor-build/216-wp/texts.php:231
3154
  msgid "Disqus"
3155
  msgstr ""
3156
 
3157
+ #: brizy/public/editor-build/216-wp/texts.php:232
3158
  msgid "Div"
3159
  msgstr ""
3160
 
3161
+ #: brizy/public/editor-build/216-wp/texts.php:234
3162
  msgid "Don't have items"
3163
  msgstr ""
3164
 
3165
+ #: brizy/public/editor-build/216-wp/texts.php:235
3166
  msgid "Don't have tags"
3167
  msgstr ""
3168
 
3169
+ #: brizy/public/editor-build/216-wp/texts.php:236
3170
  msgid "Done"
3171
  msgstr ""
3172
 
3173
+ #: brizy/public/editor-build/216-wp/texts.php:237
3174
  msgid "Done, your library was synced"
3175
  msgstr ""
3176
 
3177
+ #: brizy/public/editor-build/216-wp/texts.php:239
3178
  msgid "Download this block"
3179
  msgstr ""
3180
 
3181
+ #: brizy/public/editor-build/216-wp/texts.php:244
3182
  msgid "Duplicate Account"
3183
  msgstr ""
3184
 
3185
+ #: brizy/public/editor-build/216-wp/texts.php:248
3186
  msgid "EOT File"
3187
  msgstr ""
3188
 
3189
+ #: brizy/public/editor-build/216-wp/texts.php:249
3190
  msgid "Edit"
3191
  msgstr ""
3192
 
3193
+ #: brizy/public/editor-build/216-wp/texts.php:251
3194
  msgid "Education"
3195
  msgstr ""
3196
 
3197
+ #: brizy/public/editor-build/216-wp/texts.php:252
3198
  msgid "Elements"
3199
  msgstr ""
3200
 
3201
+ #: brizy/public/editor-build/216-wp/texts.php:254
3202
  msgid "Email To"
3203
  msgstr ""
3204
 
3205
+ #: brizy/public/editor-build/216-wp/texts.php:255
3206
  msgid "Email confirmation to join the list"
3207
  msgstr ""
3208
 
3209
+ #: brizy/public/editor-build/216-wp/texts.php:256
3210
  msgid "Email to recover password cannot be empty"
3211
  msgstr ""
3212
 
3213
+ #: brizy/public/editor-build/216-wp/texts.php:258
3214
  msgid "Enable Tags"
3215
  msgstr ""
3216
 
3217
+ #: brizy/public/editor-build/216-wp/texts.php:261
3218
  msgid "Enable tags"
3219
  msgstr ""
3220
 
3221
+ #: brizy/public/editor-build/216-wp/texts.php:262
3222
  msgid "Encryption"
3223
  msgstr ""
3224
 
3225
+ #: brizy/public/editor-build/216-wp/texts.php:266
3226
  msgid "Enter the allowed file types, separated by a comma (jpg, gif, pdf, etc)."
3227
  msgstr ""
3228
 
3229
+ #: brizy/public/editor-build/216-wp/texts.php:269
3230
  msgid "Established a stable internet connection"
3231
  msgstr ""
3232
 
3233
+ #: brizy/public/editor-build/216-wp/texts.php:271
3234
  msgid "Excerpt"
3235
  msgstr ""
3236
 
3237
+ #: brizy/public/editor-build/216-wp/texts.php:273
3238
  msgid "Exclude By"
3239
  msgstr ""
3240
 
3241
+ #: brizy/public/editor-build/216-wp/texts.php:274
3242
  msgid "Export All Blocks"
3243
  msgstr ""
3244
 
3245
+ #: brizy/public/editor-build/216-wp/texts.php:275
3246
  msgid "Export All Layouts"
3247
  msgstr ""
3248
 
3249
+ #: brizy/public/editor-build/216-wp/texts.php:276
3250
  msgid "Export All Popups"
3251
  msgstr ""
3252
 
3253
+ #: brizy/public/editor-build/216-wp/texts.php:277
3254
  msgid "Extra Bold"
3255
  msgstr ""
3256
 
3257
+ #: brizy/public/editor-build/216-wp/texts.php:278
3258
  msgid "Extra Light"
3259
  msgstr ""
3260
 
3261
+ #: brizy/public/editor-build/216-wp/texts.php:279
3262
  msgid "FIELDS"
3263
  msgstr ""
3264
 
3265
+ #: brizy/public/editor-build/216-wp/texts.php:280
3266
  msgid "FONT VARIATION"
3267
  msgstr ""
3268
 
3269
+ #: brizy/public/editor-build/216-wp/texts.php:281
3270
  msgid "FORM FIELDS"
3271
  msgstr ""
3272
 
3273
+ #: brizy/public/editor-build/216-wp/texts.php:282
3274
  msgid "Facebook"
3275
  msgstr ""
3276
 
3277
+ #: brizy/public/editor-build/216-wp/texts.php:285
3278
  msgid "Facebook Group"
3279
  msgstr ""
3280
 
3281
+ #: brizy/public/editor-build/216-wp/texts.php:296
3282
  msgid "Failed to fetch api data"
3283
  msgstr ""
3284
 
3285
+ #: brizy/public/editor-build/216-wp/texts.php:297
3286
  msgid "Failed to reset password"
3287
  msgstr ""
3288
 
3289
+ #: brizy/public/editor-build/216-wp/texts.php:298
3290
  msgid "Failed to update page"
3291
  msgstr ""
3292
 
3293
+ #: brizy/public/editor-build/216-wp/texts.php:299
3294
  msgid "Failed to upload file. Please upload a valid JPG, PNG, SVG or GIF image."
3295
  msgstr ""
3296
 
3297
+ #: brizy/public/editor-build/216-wp/texts.php:301
3298
  msgid "Features"
3299
  msgstr ""
3300
 
3301
+ #: brizy/public/editor-build/216-wp/texts.php:304
3302
  msgid "Fields are empty"
3303
  msgstr ""
3304
 
3305
+ #: brizy/public/editor-build/216-wp/texts.php:305
3306
  msgid "Fields are empty. Please add fields and try again."
3307
  msgstr ""
3308
 
3309
+ #: brizy/public/editor-build/216-wp/texts.php:306
3310
  msgid "File"
3311
  msgstr ""
3312
 
3313
+ #: brizy/public/editor-build/216-wp/texts.php:310
3314
  msgid "Filters"
3315
  msgstr ""
3316
 
3317
+ #: brizy/public/editor-build/216-wp/texts.php:311
3318
  msgid "First Name"
3319
  msgstr ""
3320
 
3321
+ #: brizy/public/editor-build/216-wp/texts.php:317
3322
  msgid "Follow"
3323
  msgstr ""
3324
 
3325
+ #: brizy/public/editor-build/216-wp/texts.php:318
3326
  msgid "Followers"
3327
  msgstr ""
3328
 
3329
+ #: brizy/public/editor-build/216-wp/texts.php:320
3330
  msgid "Font Name is Required"
3331
  msgstr ""
3332
 
3333
+ #: brizy/public/editor-build/216-wp/texts.php:321
3334
  msgid "Font name"
3335
  msgstr ""
3336
 
3337
+ #: brizy/public/editor-build/216-wp/texts.php:322
3338
  msgid "Font weight"
3339
  msgstr ""
3340
 
3341
+ #: brizy/public/editor-build/216-wp/texts.php:323
3342
  msgid "Fonts"
3343
  msgstr ""
3344
 
3345
+ #: brizy/public/editor-build/216-wp/texts.php:324
3346
  msgid "Food"
3347
  msgstr ""
3348
 
3349
+ #: brizy/public/editor-build/216-wp/texts.php:326
3350
  msgid "Footers"
3351
  msgstr ""
3352
 
3353
+ #: brizy/public/editor-build/216-wp/texts.php:328
3354
  msgid "Form Fields"
3355
  msgstr ""
3356
 
3357
+ #: brizy/public/editor-build/216-wp/texts.php:329
3358
  msgid "Form Labels"
3359
  msgstr ""
3360
 
3361
+ #: brizy/public/editor-build/216-wp/texts.php:330
3362
  msgid "Form Select Dropdowns"
3363
  msgstr ""
3364
 
3365
+ #: brizy/public/editor-build/216-wp/texts.php:331
3366
  msgid "Form Submit"
3367
  msgstr ""
3368
 
3369
+ #: brizy/public/editor-build/216-wp/texts.php:332
3370
  msgid "Forms"
3371
  msgstr ""
3372
 
3373
+ #: brizy/public/editor-build/216-wp/texts.php:333
3374
  msgid "Free"
3375
  msgstr ""
3376
 
3377
+ #: brizy/public/editor-build/216-wp/texts.php:335
3378
  msgid "From Email"
3379
  msgstr ""
3380
 
3381
+ #: brizy/public/editor-build/216-wp/texts.php:336
3382
  msgid "From Name"
3383
  msgstr ""
3384
 
3385
+ #: brizy/public/editor-build/216-wp/texts.php:340
3386
  msgid "Full name"
3387
  msgstr ""
3388
 
3389
+ #: brizy/public/editor-build/216-wp/texts.php:343
3390
  msgid "Gallery Tags"
3391
  msgstr ""
3392
 
3393
+ #: brizy/public/editor-build/216-wp/texts.php:344
3394
  msgid "Gaming"
3395
  msgstr ""
3396
 
3397
+ #: brizy/public/editor-build/216-wp/texts.php:348
3398
  msgid "Get a PRO plan"
3399
  msgstr ""
3400
 
3401
+ #: brizy/public/editor-build/216-wp/texts.php:350
3402
  msgid "Global Popups"
3403
  msgstr ""
3404
 
3405
+ #: brizy/public/editor-build/216-wp/texts.php:351
3406
  msgid "Go Back"
3407
  msgstr ""
3408
 
3409
+ #: brizy/public/editor-build/216-wp/texts.php:353
3410
  msgid "Go to Dashboard"
3411
  msgstr ""
3412
 
3413
+ #: brizy/public/editor-build/216-wp/texts.php:355
3414
  msgid "Group"
3415
  msgstr ""
3416
 
3417
+ #: brizy/public/editor-build/216-wp/texts.php:363
3418
  msgid "Handle"
3419
  msgstr ""
3420
 
3421
+ #: brizy/public/editor-build/216-wp/texts.php:364
3422
  msgid "Head"
3423
  msgstr ""
3424
 
3425
+ #: brizy/public/editor-build/216-wp/texts.php:366
3426
  msgid "Health / Beauty"
3427
  msgstr ""
3428
 
3429
+ #: brizy/public/editor-build/216-wp/texts.php:369
3430
  msgid "Hero"
3431
  msgstr ""
3432
 
3433
+ #: brizy/public/editor-build/216-wp/texts.php:370
3434
  msgid "Hidden"
3435
  msgstr ""
3436
 
3437
+ #: brizy/public/editor-build/216-wp/texts.php:371
3438
  msgid "Hide"
3439
  msgstr ""
3440
 
3441
+ #: brizy/public/editor-build/216-wp/texts.php:373
3442
  msgid "Hide Hidden Elements"
3443
  msgstr ""
3444
 
3445
+ #: brizy/public/editor-build/216-wp/texts.php:374
3446
  msgid "Horizontal Align"
3447
  msgstr ""
3448
 
3449
+ #: brizy/public/editor-build/216-wp/texts.php:375
3450
  msgid "Horizontal Offset"
3451
  msgstr ""
3452
 
3453
+ #: brizy/public/editor-build/216-wp/texts.php:376
3454
  msgid "Host"
3455
  msgstr ""
3456
 
3457
+ #: brizy/public/editor-build/216-wp/texts.php:378
3458
  msgid "Hours"
3459
  msgstr ""
3460
 
3461
+ #: brizy/public/editor-build/216-wp/texts.php:384
3462
  msgid "Icons"
3463
  msgstr ""
3464
 
3465
+ #: brizy/public/editor-build/216-wp/texts.php:385
3466
  msgid "If you need to increase max upload size please contact your hosting."
3467
  msgstr ""
3468
 
3469
+ #: brizy/public/editor-build/216-wp/texts.php:387
3470
  msgid "Image Test"
3471
  msgstr ""
3472
 
3473
+ #: brizy/public/editor-build/216-wp/texts.php:388
3474
  msgid "Image file is too large."
3475
  msgstr ""
3476
 
3477
+ #: brizy/public/editor-build/216-wp/texts.php:389
3478
  msgid "Import New Block"
3479
  msgstr ""
3480
 
3481
+ #: brizy/public/editor-build/216-wp/texts.php:390
3482
  msgid "Import New Layout"
3483
  msgstr ""
3484
 
3485
+ #: brizy/public/editor-build/216-wp/texts.php:391
3486
  msgid "Import New Popup"
3487
  msgstr ""
3488
 
3489
+ #: brizy/public/editor-build/216-wp/texts.php:393
3490
  msgid "Import This Story"
3491
  msgstr ""
3492
 
3493
+ #: brizy/public/editor-build/216-wp/texts.php:395
3494
  msgid "Include By"
3495
  msgstr ""
3496
 
3497
+ #: brizy/public/editor-build/216-wp/texts.php:398
3498
  msgid "Incorrect"
3499
  msgstr ""
3500
 
3501
+ #: brizy/public/editor-build/216-wp/texts.php:399
3502
  msgid "Incorrect username or password"
3503
  msgstr ""
3504
 
3505
+ #: brizy/public/editor-build/216-wp/texts.php:400
3506
  msgid "Info"
3507
  msgstr ""
3508
 
3509
+ #: brizy/public/editor-build/216-wp/texts.php:402
3510
  msgid "Inline"
3511
  msgstr ""
3512
 
3513
+ #: brizy/public/editor-build/216-wp/texts.php:403
3514
  msgid "Input"
3515
  msgstr ""
3516
 
3517
+ #: brizy/public/editor-build/216-wp/texts.php:404
3518
  msgid "Inputted a valid site key"
3519
  msgstr ""
3520
 
3521
+ #: brizy/public/editor-build/216-wp/texts.php:405
3522
  msgid "Inset"
3523
  msgstr ""
3524
 
3525
+ #: brizy/public/editor-build/216-wp/texts.php:406
3526
  msgid "Intro"
3527
  msgstr ""
3528
 
3529
+ #: brizy/public/editor-build/216-wp/texts.php:407
3530
  msgid "Invalid api data"
3531
  msgstr ""
3532
 
3533
+ #: brizy/public/editor-build/216-wp/texts.php:411
3534
  msgid "Item"
3535
  msgstr ""
3536
 
3537
+ #: brizy/public/editor-build/216-wp/texts.php:414
3538
  msgid "Keyboard Shortcuts"
3539
  msgstr ""
3540
 
3541
+ #: brizy/public/editor-build/216-wp/texts.php:417
3542
  msgid "Last Name"
3543
  msgstr ""
3544
 
3545
+ #: brizy/public/editor-build/216-wp/texts.php:418
3546
  msgid "Lateral"
3547
  msgstr ""
3548
 
3549
+ #: brizy/public/editor-build/216-wp/texts.php:421
3550
  msgid "Left"
3551
  msgstr ""
3552
 
3553
+ #: brizy/public/editor-build/216-wp/texts.php:431
3554
  msgid "Links"
3555
  msgstr ""
3556
 
3557
+ #: brizy/public/editor-build/216-wp/texts.php:433
3558
  msgid "List are not created please connect the support"
3559
  msgstr ""
3560
 
3561
+ #: brizy/public/editor-build/216-wp/texts.php:434
3562
  msgid "Lists are empty. Please add a new list and try again."
3563
  msgstr ""
3564
 
3565
+ #: brizy/public/editor-build/216-wp/texts.php:435
3566
  msgid "Loading..."
3567
  msgstr ""
3568
 
3569
+ #: brizy/public/editor-build/216-wp/texts.php:436
3570
  msgid "Locked"
3571
  msgstr ""
3572
 
3573
+ #: brizy/public/editor-build/216-wp/texts.php:437
3574
  msgid "Login"
3575
  msgstr ""
3576
 
3577
+ #: brizy/public/editor-build/216-wp/texts.php:438
3578
  msgid "Login Submit"
3579
  msgstr ""
3580
 
3581
+ #: brizy/public/editor-build/216-wp/texts.php:439
3582
  msgid "Logout"
3583
  msgstr ""
3584
 
3585
+ #: brizy/public/editor-build/216-wp/texts.php:441
3586
  msgid "Lost Password"
3587
  msgstr ""
3588
 
3589
+ #: brizy/public/editor-build/216-wp/texts.php:442
3590
  msgid "Lottie"
3591
  msgstr ""
3592
 
3593
+ #: brizy/public/editor-build/216-wp/texts.php:443
3594
  msgid "Lottie File"
3595
  msgstr ""
3596
 
3597
+ #: brizy/public/editor-build/216-wp/texts.php:444
3598
  msgid "Lottie Link"
3599
  msgstr ""
3600
 
3601
+ #: brizy/public/editor-build/216-wp/texts.php:445
3602
  msgid "Main"
3603
  msgstr ""
3604
 
3605
+ #: brizy/public/editor-build/216-wp/texts.php:450
3606
  msgid "Manual"
3607
  msgstr ""
3608
 
3609
+ #: brizy/public/editor-build/216-wp/texts.php:453
3610
  msgid "Mask"
3611
  msgstr ""
3612
 
3613
+ #: brizy/public/editor-build/216-wp/texts.php:454
3614
  msgid "Max"
3615
  msgstr ""
3616
 
3617
+ #: brizy/public/editor-build/216-wp/texts.php:455
3618
  msgid "Max Date"
3619
  msgstr ""
3620
 
3621
+ #: brizy/public/editor-build/216-wp/texts.php:456
3622
  msgid "Max Time"
3623
  msgstr ""
3624
 
3625
+ #: brizy/public/editor-build/216-wp/texts.php:457
3626
  msgid "Max. File Size"
3627
  msgstr ""
3628
 
3629
+ #: brizy/public/editor-build/216-wp/texts.php:458
3630
  msgid "Medium"
3631
  msgstr ""
3632
 
3633
+ #: brizy/public/editor-build/216-wp/texts.php:459
3634
  msgid "Mega Menu"
3635
  msgstr ""
3636
 
3637
+ #: brizy/public/editor-build/216-wp/texts.php:460
3638
  msgid "Membership"
3639
  msgstr ""
3640
 
3641
+ #: brizy/public/editor-build/216-wp/texts.php:461
3642
  msgid "Mention"
3643
  msgstr ""
3644
 
3645
+ #: brizy/public/editor-build/216-wp/texts.php:463
3646
  msgid "Menu Items"
3647
  msgstr ""
3648
 
3649
+ #: brizy/public/editor-build/216-wp/texts.php:465
3650
  msgid "Menu order"
3651
  msgstr ""
3652
 
3653
+ #: brizy/public/editor-build/216-wp/texts.php:470
3654
  msgid "Meta"
3655
  msgstr ""
3656
 
3657
+ #: brizy/public/editor-build/216-wp/texts.php:471
3658
  msgid "Meta Data"
3659
  msgstr ""
3660
 
3661
+ #: brizy/public/editor-build/216-wp/texts.php:474
3662
  msgid "Min"
3663
  msgstr ""
3664
 
3665
+ #: brizy/public/editor-build/216-wp/texts.php:475
3666
  msgid "Min Date"
3667
  msgstr ""
3668
 
3669
+ #: brizy/public/editor-build/216-wp/texts.php:476
3670
  msgid "Min Time"
3671
  msgstr ""
3672
 
3673
+ #: brizy/public/editor-build/216-wp/texts.php:477
3674
  msgid "Minimal"
3675
  msgstr ""
3676
 
3677
+ #: brizy/public/editor-build/216-wp/texts.php:485
3678
  msgid "Move left"
3679
  msgstr ""
3680
 
3681
+ #: brizy/public/editor-build/216-wp/texts.php:486
3682
  msgid "Move right"
3683
  msgstr ""
3684
 
3685
+ #: brizy/public/editor-build/216-wp/texts.php:487
3686
  msgid "Multiple Selection"
3687
  msgstr ""
3688
 
3689
+ #: brizy/public/editor-build/216-wp/texts.php:488
3690
  msgid "Muted"
3691
  msgstr ""
3692
 
3693
+ #: brizy/public/editor-build/216-wp/texts.php:490
3694
  msgid "N/A"
3695
  msgstr ""
3696
 
3697
+ #: brizy/public/editor-build/216-wp/texts.php:492
3698
  msgid "Native HTML5"
3699
  msgstr ""
3700
 
3701
+ #: brizy/public/editor-build/216-wp/texts.php:493
3702
  msgid "Nav"
3703
  msgstr ""
3704
 
3705
+ #: brizy/public/editor-build/216-wp/texts.php:495
3706
  msgid "Need help"
3707
  msgstr ""
3708
 
3709
+ #: brizy/public/editor-build/216-wp/texts.php:498
3710
  msgid "No results"
3711
  msgstr ""
3712
 
3713
+ #: brizy/public/editor-build/216-wp/texts.php:499
3714
  msgid "Non Profit"
3715
  msgstr ""
3716
 
3717
+ #: brizy/public/editor-build/216-wp/texts.php:502
3718
  msgid "Not Required"
3719
  msgstr ""
3720
 
3721
+ #: brizy/public/editor-build/216-wp/texts.php:503
3722
  msgid "Nothing Found"
3723
  msgstr ""
3724
 
3725
+ #: brizy/public/editor-build/216-wp/texts.php:505
3726
  msgid "Nothing here yet, make a global popup first."
3727
  msgstr ""
3728
 
3729
+ #: brizy/public/editor-build/216-wp/texts.php:507
3730
  msgid "Nothing here yet, save a layout first."
3731
  msgstr ""
3732
 
3733
+ #: brizy/public/editor-build/216-wp/texts.php:508
3734
  msgid "Nothing here yet, save a popup first."
3735
  msgstr ""
3736
 
3737
+ #: brizy/public/editor-build/216-wp/texts.php:509
3738
  msgid "Nothing here, please refine your search."
3739
  msgstr ""
3740
 
3741
+ #: brizy/public/editor-build/216-wp/texts.php:510
3742
  msgid "Nr"
3743
  msgstr ""
3744
 
3745
+ #: brizy/public/editor-build/216-wp/texts.php:512
3746
  msgid "Number of posts"
3747
  msgstr ""
3748
 
3749
+ #: brizy/public/editor-build/216-wp/texts.php:513
3750
  msgid "Offset"
3751
  msgstr ""
3752
 
3753
+ #: brizy/public/editor-build/216-wp/texts.php:514
3754
  msgid "On Click"
3755
  msgstr ""
3756
 
3757
+ #: brizy/public/editor-build/216-wp/texts.php:515
3758
  msgid "On Hover"
3759
  msgstr ""
3760
 
3761
+ #: brizy/public/editor-build/216-wp/texts.php:516
3762
  msgid "One Page"
3763
  msgstr ""
3764
 
3765
+ #: brizy/public/editor-build/216-wp/texts.php:522
3766
  msgid "Orientation"
3767
  msgstr ""
3768
 
3769
+ #: brizy/public/editor-build/216-wp/texts.php:524
3770
  msgid "Outset"
3771
  msgstr ""
3772
 
3773
+ #: brizy/public/editor-build/216-wp/texts.php:526
3774
  msgid "Overlay "
3775
  msgstr ""
3776
 
3777
+ #: brizy/public/editor-build/216-wp/texts.php:531
3778
  msgid "Page Layout"
3779
  msgstr ""
3780
 
3781
+ #: brizy/public/editor-build/216-wp/texts.php:533
3782
  msgid "Page Title"
3783
  msgstr ""
3784
 
3785
+ #: brizy/public/editor-build/216-wp/texts.php:534
3786
  msgid "Page title"
3787
  msgstr ""
3788
 
3789
+ #: brizy/public/editor-build/216-wp/texts.php:535
3790
  msgid "Pages"
3791
  msgstr ""
3792
 
3793
+ #: brizy/public/editor-build/216-wp/texts.php:540
3794
  msgid "Password"
3795
  msgstr ""
3796
 
3797
+ #: brizy/public/editor-build/216-wp/texts.php:541
3798
  msgid "Password and confirm password is not the same"
3799
  msgstr ""
3800
 
3801
+ #: brizy/public/editor-build/216-wp/texts.php:543
3802
  msgid "Paste Style"
3803
  msgstr ""
3804
 
3805
+ #: brizy/public/editor-build/216-wp/texts.php:545
3806
  msgid "Paste your WordPress shortcode here ..."
3807
  msgstr ""
3808
 
3809
+ #: brizy/public/editor-build/216-wp/texts.php:548
3810
  msgid "Percent"
3811
  msgstr ""
3812
 
3813
+ #: brizy/public/editor-build/216-wp/texts.php:550
3814
  msgid "Phone Number"
3815
  msgstr ""
3816
 
3817
+ #: brizy/public/editor-build/216-wp/texts.php:551
3818
  msgid "Placeholder"
3819
  msgstr ""
3820
 
3821
+ #: brizy/public/editor-build/216-wp/texts.php:552
3822
  msgid "Plain"
3823
  msgstr ""
3824
 
3825
+ #: brizy/public/editor-build/216-wp/texts.php:554
3826
  msgid "Playlist"
3827
  msgstr ""
3828
 
3829
+ #: brizy/public/editor-build/216-wp/texts.php:555
3830
  msgid "Playlist Items"
3831
  msgstr ""
3832
 
3833
+ #: brizy/public/editor-build/216-wp/texts.php:559
3834
  msgid "Popup Close Icon"
3835
  msgstr ""
3836
 
3837
+ #: brizy/public/editor-build/216-wp/texts.php:561
3838
  msgid "Port"
3839
  msgstr ""
3840
 
3841
+ #: brizy/public/editor-build/216-wp/texts.php:562
3842
  msgid "Portfolio"
3843
  msgstr ""
3844
 
3845
+ #: brizy/public/editor-build/216-wp/texts.php:565
3846
  msgid "Post Content"
3847
  msgstr ""
3848
 
3849
+ #: brizy/public/editor-build/216-wp/texts.php:566
3850
  msgid "Post Excerpt"
3851
  msgstr ""
3852
 
3853
+ #: brizy/public/editor-build/216-wp/texts.php:567
3854
  msgid "Post Info"
3855
  msgstr ""
3856
 
3857
+ #: brizy/public/editor-build/216-wp/texts.php:568
3858
  msgid "Post Navigation"
3859
  msgstr ""
3860
 
3861
+ #: brizy/public/editor-build/216-wp/texts.php:569
3862
  msgid "Post Title"
3863
  msgstr ""
3864
 
3865
+ #: brizy/public/editor-build/216-wp/texts.php:571
3866
  msgid "Post info"
3867
  msgstr ""
3868
 
3869
+ #: brizy/public/editor-build/216-wp/texts.php:573
3870
  msgid "Posts Pagination"
3871
  msgstr ""
3872
 
3873
+ #: brizy/public/editor-build/216-wp/texts.php:574
3874
  msgid "Posts Tags"
3875
  msgstr ""
3876
 
3877
+ #: brizy/public/editor-build/216-wp/texts.php:575
3878
  msgid "Prefix"
3879
  msgstr ""
3880
 
3881
+ #: brizy/public/editor-build/216-wp/texts.php:577
3882
  msgid "Press the button above to add popup"
3883
  msgstr ""
3884
 
3885
+ #: brizy/public/editor-build/216-wp/texts.php:579
3886
  msgid "Price"
3887
  msgstr ""
3888
 
3889
+ #: brizy/public/editor-build/216-wp/texts.php:580
3890
  msgid "Pricing"
3891
  msgstr ""
3892
 
3893
+ #: brizy/public/editor-build/216-wp/texts.php:583
3894
  msgid "Product Attributes"
3895
  msgstr ""
3896
 
3897
+ #: brizy/public/editor-build/216-wp/texts.php:584
3898
  msgid "Product Breadcrumbs"
3899
  msgstr ""
3900
 
3901
+ #: brizy/public/editor-build/216-wp/texts.php:585
3902
  msgid "Product Content"
3903
  msgstr ""
3904
 
3905
+ #: brizy/public/editor-build/216-wp/texts.php:586
3906
  msgid "Product Excerpt"
3907
  msgstr ""
3908
 
3909
+ #: brizy/public/editor-build/216-wp/texts.php:587
3910
  msgid "Product Gallery"
3911
  msgstr ""
3912
 
3913
+ #: brizy/public/editor-build/216-wp/texts.php:590
3914
  msgid "Product Meta"
3915
  msgstr ""
3916
 
3917
+ #: brizy/public/editor-build/216-wp/texts.php:591
3918
  msgid "Product Price"
3919
  msgstr ""
3920
 
3921
+ #: brizy/public/editor-build/216-wp/texts.php:592
3922
  msgid "Product Rating"
3923
  msgstr ""
3924
 
3925
+ #: brizy/public/editor-build/216-wp/texts.php:593
3926
  msgid "Product Sku"
3927
  msgstr ""
3928
 
3929
+ #: brizy/public/editor-build/216-wp/texts.php:594
3930
  msgid "Product Stock"
3931
  msgstr ""
3932
 
3933
+ #: brizy/public/editor-build/216-wp/texts.php:595
3934
  msgid "Product Thumbnail"
3935
  msgstr ""
3936
 
3937
+ #: brizy/public/editor-build/216-wp/texts.php:596
3938
  msgid "Product Title"
3939
  msgstr ""
3940
 
3941
+ #: brizy/public/editor-build/216-wp/texts.php:599
3942
  msgid "Products Pagination"
3943
  msgstr ""
3944
 
3945
+ #: brizy/public/editor-build/216-wp/texts.php:600
3946
  msgid "Products Tags"
3947
  msgstr ""
3948
 
3949
+ #: brizy/public/editor-build/216-wp/texts.php:602
3950
  msgid "Protected Form"
3951
  msgstr ""
3952
 
3953
+ #: brizy/public/editor-build/216-wp/texts.php:603
3954
  msgid "Protected Page"
3955
  msgstr ""
3956
 
3957
+ #: brizy/public/editor-build/216-wp/texts.php:605
3958
  msgid "Publish Page"
3959
  msgstr ""
3960
 
3961
+ #: brizy/public/editor-build/216-wp/texts.php:609
3962
  msgid "Radio"
3963
  msgstr ""
3964
 
3965
+ #: brizy/public/editor-build/216-wp/texts.php:613
3966
  msgid "ReCAPTCHA"
3967
  msgstr ""
3968
 
3969
+ #: brizy/public/editor-build/216-wp/texts.php:614
3970
  msgid "Real-Estate"
3971
  msgstr ""
3972
 
3973
+ #: brizy/public/editor-build/216-wp/texts.php:617
3974
  msgid "Redirect After Login"
3975
  msgstr ""
3976
 
3977
+ #: brizy/public/editor-build/216-wp/texts.php:618
3978
  msgid "Redirect After Logout"
3979
  msgstr ""
3980
 
3981
+ #: brizy/public/editor-build/216-wp/texts.php:619
3982
  msgid "Redo"
3983
  msgstr ""
3984
 
3985
+ #: brizy/public/editor-build/216-wp/texts.php:620
3986
  msgid "Refresh"
3987
  msgstr ""
3988
 
3989
+ #: brizy/public/editor-build/216-wp/texts.php:621
3990
  msgid "Register"
3991
  msgstr ""
3992
 
3993
+ #: brizy/public/editor-build/216-wp/texts.php:622
3994
  msgid "Register Info"
3995
  msgstr ""
3996
 
3997
+ #: brizy/public/editor-build/216-wp/texts.php:623
3998
  msgid "Related Products"
3999
  msgstr ""
4000
 
4001
+ #: brizy/public/editor-build/216-wp/texts.php:624
4002
  msgid "Related Products Pagination"
4003
  msgstr ""
4004
 
4005
+ #: brizy/public/editor-build/216-wp/texts.php:625
4006
  msgid "Related Products Tags"
4007
  msgstr ""
4008
 
4009
+ #: brizy/public/editor-build/216-wp/texts.php:626
4010
  msgid "Religion"
4011
  msgstr ""
4012
 
4013
+ #: brizy/public/editor-build/216-wp/texts.php:627
4014
  msgid "Remember me"
4015
  msgstr ""
4016
 
4017
+ #: brizy/public/editor-build/216-wp/texts.php:629
4018
  msgid "Repair"
4019
  msgstr ""
4020
 
4021
+ #: brizy/public/editor-build/216-wp/texts.php:630
4022
  msgid "Replace global styling"
4023
  msgstr ""
4024
 
4025
+ #: brizy/public/editor-build/216-wp/texts.php:631
4026
  msgid "Reply"
4027
  msgstr ""
4028
 
4029
+ #: brizy/public/editor-build/216-wp/texts.php:632
4030
  msgid "Reply-To"
4031
  msgstr ""
4032
 
4033
+ #: brizy/public/editor-build/216-wp/texts.php:634
4034
  msgid "Reset Password"
4035
  msgstr ""
4036
 
4037
+ #: brizy/public/editor-build/216-wp/texts.php:635
4038
  msgid "Responsive Zoom In / Out"
4039
  msgstr ""
4040
 
4041
+ #: brizy/public/editor-build/216-wp/texts.php:636
4042
  msgid "Reverse"
4043
  msgstr ""
4044
 
4045
+ #: brizy/public/editor-build/216-wp/texts.php:638
4046
  msgid "Review"
4047
  msgstr ""
4048
 
4049
+ #: brizy/public/editor-build/216-wp/texts.php:639
4050
  msgid "Right"
4051
  msgstr ""
4052
 
4053
+ #: brizy/public/editor-build/216-wp/texts.php:642
4054
  msgid "Rotate"
4055
  msgstr ""
4056
 
4057
+ #: brizy/public/editor-build/216-wp/texts.php:653
4058
  msgid "SELECT ACCOUNT"
4059
  msgstr ""
4060
 
4061
+ #: brizy/public/editor-build/216-wp/texts.php:654
4062
  msgid "SELECT FOR WHAT TEMPLATE IS USED"
4063
  msgstr ""
4064
 
4065
+ #: brizy/public/editor-build/216-wp/texts.php:655
4066
  msgid "SELECT LIST"
4067
  msgstr ""
4068
 
4069
+ #: brizy/public/editor-build/216-wp/texts.php:656
4070
  msgid "SPAN"
4071
  msgstr ""
4072
 
4073
+ #: brizy/public/editor-build/216-wp/texts.php:658
4074
  msgid "START BUILDING YOUR POPUP"
4075
  msgstr ""
4076
 
4077
+ #: brizy/public/editor-build/216-wp/texts.php:660
4078
  msgid "Sale"
4079
  msgstr ""
4080
 
4081
+ #: brizy/public/editor-build/216-wp/texts.php:661
4082
  msgid "Same Page"
4083
  msgstr ""
4084
 
4085
+ #: brizy/public/editor-build/216-wp/texts.php:663
4086
  msgid "Save Draft"
4087
  msgstr ""
4088
 
4089
+ #: brizy/public/editor-build/216-wp/texts.php:664
4090
  msgid "Save Draft / Update Page"
4091
  msgstr ""
4092
 
4093
+ #: brizy/public/editor-build/216-wp/texts.php:665
4094
  msgid "Save Layout"
4095
  msgstr ""
4096
 
4097
+ #: brizy/public/editor-build/216-wp/texts.php:666
4098
  msgid "Saved"
4099
  msgstr ""
4100
 
4101
+ #: brizy/public/editor-build/216-wp/texts.php:667
4102
  msgid "Saved Library is syncing to your Account"
4103
  msgstr ""
4104
 
4105
+ #: brizy/public/editor-build/216-wp/texts.php:668
4106
  msgid "Saved Popups"
4107
  msgstr ""
4108
 
4109
+ #: brizy/public/editor-build/216-wp/texts.php:669
4110
  msgid "Saving"
4111
  msgstr ""
4112
 
4113
+ #: brizy/public/editor-build/216-wp/texts.php:670
4114
  msgid "Scroll Page Behind"
4115
  msgstr ""
4116
 
4117
+ #: brizy/public/editor-build/216-wp/texts.php:671
4118
  msgid "Search"
4119
  msgstr ""
4120
 
4121
+ #: brizy/public/editor-build/216-wp/texts.php:672
4122
  msgid "Search element"
4123
  msgstr ""
4124
 
4125
+ #: brizy/public/editor-build/216-wp/texts.php:673
4126
  msgid "Searching..."
4127
  msgstr ""
4128
 
4129
+ #: brizy/public/editor-build/216-wp/texts.php:674
4130
  msgid "Seconds"
4131
  msgstr ""
4132
 
4133
+ #: brizy/public/editor-build/216-wp/texts.php:675
4134
  msgid "Section"
4135
  msgstr ""
4136
 
4137
+ #: brizy/public/editor-build/216-wp/texts.php:677
4138
  msgid "Select Parent Element"
4139
  msgstr ""
4140
 
4141
+ #: brizy/public/editor-build/216-wp/texts.php:679
4142
  msgid "Select a menu from the element options"
4143
  msgstr ""
4144
 
4145
+ #: brizy/public/editor-build/216-wp/texts.php:680
4146
  msgid "Select an element on the page to display more settings"
4147
  msgstr ""
4148
 
4149
+ #: brizy/public/editor-build/216-wp/texts.php:681
4150
  msgid "Select tags"
4151
  msgstr ""
4152
 
4153
+ #: brizy/public/editor-build/216-wp/texts.php:682
4154
  msgid "Semi Bold"
4155
  msgstr ""
4156
 
4157
+ #: brizy/public/editor-build/216-wp/texts.php:683
4158
  msgid "Separator"
4159
  msgstr ""
4160
 
4161
+ #: brizy/public/editor-build/216-wp/texts.php:687
4162
  msgid "Shape"
4163
  msgstr ""
4164
 
4165
+ #: brizy/public/editor-build/216-wp/texts.php:688
4166
  msgid "Shop Cart"
4167
  msgstr ""
4168
 
4169
+ #: brizy/public/editor-build/216-wp/texts.php:689
4170
  msgid "Shop Categories"
4171
  msgstr ""
4172
 
4173
+ #: brizy/public/editor-build/216-wp/texts.php:690
4174
  msgid "Shop Pages"
4175
  msgstr ""
4176
 
4177
+ #: brizy/public/editor-build/216-wp/texts.php:691
4178
  msgid "Shop Products"
4179
  msgstr ""
4180
 
4181
+ #: brizy/public/editor-build/216-wp/texts.php:693
4182
  msgid "Shortcuts"
4183
  msgstr ""
4184
 
4185
+ #: brizy/public/editor-build/216-wp/texts.php:694
4186
  msgid "Shortname"
4187
  msgstr ""
4188
 
4189
+ #: brizy/public/editor-build/216-wp/texts.php:698
4190
  msgid "Show Hidden Elements"
4191
  msgstr ""
4192
 
4193
+ #: brizy/public/editor-build/216-wp/texts.php:699
4194
  msgid "Show Meta Data"
4195
  msgstr ""
4196
 
4197
+ #: brizy/public/editor-build/216-wp/texts.php:700
4198
  msgid "Show Social Context"
4199
  msgstr ""
4200
 
4201
+ #: brizy/public/editor-build/216-wp/texts.php:701
4202
  msgid "Show message"
4203
  msgstr ""
4204
 
4205
+ #: brizy/public/editor-build/216-wp/texts.php:703
4206
  msgid "Show to"
4207
  msgstr ""
4208
 
4209
+ #: brizy/public/editor-build/216-wp/texts.php:705
4210
  msgid "SignUp"
4211
  msgstr ""
4212
 
4213
+ #: brizy/public/editor-build/216-wp/texts.php:707
4214
  msgid "Skin"
4215
  msgstr ""
4216
 
4217
+ #: brizy/public/editor-build/216-wp/texts.php:708
4218
  msgid "Skin 1"
4219
  msgstr ""
4220
 
4221
+ #: brizy/public/editor-build/216-wp/texts.php:709
4222
  msgid "Skin 2"
4223
  msgstr ""
4224
 
4225
+ #: brizy/public/editor-build/216-wp/texts.php:710
4226
  msgid "Skin 3"
4227
  msgstr ""
4228
 
4229
+ #: brizy/public/editor-build/216-wp/texts.php:711
4230
  msgid "Skin 4"
4231
  msgstr ""
4232
 
4233
+ #: brizy/public/editor-build/216-wp/texts.php:712
4234
  msgid "Skip"
4235
  msgstr ""
4236
 
4237
+ #: brizy/public/editor-build/216-wp/texts.php:713
4238
  msgid "Sku"
4239
  msgstr ""
4240
 
4241
+ #: brizy/public/editor-build/216-wp/texts.php:721
4242
  msgid "Some integrations are available only in PRO"
4243
  msgstr ""
4244
 
4245
+ #: brizy/public/editor-build/216-wp/texts.php:722
4246
  msgid "Something went wrong"
4247
  msgstr ""
4248
 
4249
+ #: brizy/public/editor-build/216-wp/texts.php:725
4250
  msgid "Source"
4251
  msgstr ""
4252
 
4253
+ #: brizy/public/editor-build/216-wp/texts.php:726
4254
  msgid "Source ID"
4255
  msgstr ""
4256
 
4257
+ #: brizy/public/editor-build/216-wp/texts.php:727
4258
  msgid "Source Type"
4259
  msgstr ""
4260
 
4261
+ #: brizy/public/editor-build/216-wp/texts.php:730
4262
  msgid "Span"
4263
  msgstr ""
4264
 
4265
+ #: brizy/public/editor-build/216-wp/texts.php:732
4266
  msgid "Specify a start time (in seconds)"
4267
  msgstr ""
4268
 
4269
+ #: brizy/public/editor-build/216-wp/texts.php:733
4270
  msgid "Specify an end time (in seconds)"
4271
  msgstr ""
4272
 
4273
+ #: brizy/public/editor-build/216-wp/texts.php:735
4274
  msgid "Sport"
4275
  msgstr ""
4276
 
4277
+ #: brizy/public/editor-build/216-wp/texts.php:737
4278
  msgid "Stars"
4279
  msgstr ""
4280
 
4281
+ #: brizy/public/editor-build/216-wp/texts.php:738
4282
  msgid "Stars Bg"
4283
  msgstr ""
4284
 
4285
+ #: brizy/public/editor-build/216-wp/texts.php:743
4286
  msgid "Stock"
4287
  msgstr ""
4288
 
4289
+ #: brizy/public/editor-build/216-wp/texts.php:745
4290
  msgid "Story"
4291
  msgstr ""
4292
 
4293
+ #: brizy/public/editor-build/216-wp/texts.php:746
4294
  msgid "Strike"
4295
  msgstr ""
4296
 
4297
+ #: brizy/public/editor-build/216-wp/texts.php:748
4298
  msgid "Styles"
4299
  msgstr ""
4300
 
4301
+ #: brizy/public/editor-build/216-wp/texts.php:750
4302
  msgid "Sub Title"
4303
  msgstr ""
4304
 
4305
+ #: brizy/public/editor-build/216-wp/texts.php:751
4306
  msgid "Subject"
4307
  msgstr ""
4308
 
4309
+ #: brizy/public/editor-build/216-wp/texts.php:752
4310
  msgid "Subtotal"
4311
  msgstr ""
4312
 
4313
+ #: brizy/public/editor-build/216-wp/texts.php:754
4314
  msgid "Suffix"
4315
  msgstr ""
4316
 
4317
+ #: brizy/public/editor-build/216-wp/texts.php:755
4318
  msgid "Support"
4319
  msgstr ""
4320
 
4321
+ #: brizy/public/editor-build/216-wp/texts.php:757
4322
  msgid "Switch to Draft"
4323
  msgstr ""
4324
 
4325
+ #: brizy/public/editor-build/216-wp/texts.php:759
4326
  msgid "Switch to desktop to add popup"
4327
  msgstr ""
4328
 
4329
+ #: brizy/public/editor-build/216-wp/texts.php:760
4330
  msgid "Switcher"
4331
  msgstr ""
4332
 
4333
+ #: brizy/public/editor-build/216-wp/texts.php:761
4334
  msgid "Switcher Tabs"
4335
  msgstr ""
4336
 
4337
+ #: brizy/public/editor-build/216-wp/texts.php:762
4338
  msgid "Sync Now"
4339
  msgstr ""
4340
 
4341
+ #: brizy/public/editor-build/216-wp/texts.php:763
4342
  msgid "TTF File"
4343
  msgstr ""
4344
 
4345
+ #: brizy/public/editor-build/216-wp/texts.php:764
4346
  msgid "Tab"
4347
  msgstr ""
4348
 
4349
+ #: brizy/public/editor-build/216-wp/texts.php:765
4350
  msgid "Table"
4351
  msgstr ""
4352
 
4353
+ #: brizy/public/editor-build/216-wp/texts.php:766
4354
  msgid "Table Head"
4355
  msgstr ""
4356
 
4357
+ #: brizy/public/editor-build/216-wp/texts.php:767
4358
  msgid "Table Sidebar"
4359
  msgstr ""
4360
 
4361
+ #: brizy/public/editor-build/216-wp/texts.php:770
4362
  msgid "Tabs Items"
4363
  msgstr ""
4364
 
4365
+ #: brizy/public/editor-build/216-wp/texts.php:772
4366
  msgid "Tags"
4367
  msgstr ""
4368
 
4369
+ #: brizy/public/editor-build/216-wp/texts.php:774
4370
  msgid "Take over"
4371
  msgstr ""
4372
 
4373
+ #: brizy/public/editor-build/216-wp/texts.php:775
4374
  msgid "Take over failed please refresh the page"
4375
  msgstr ""
4376
 
4377
+ #: brizy/public/editor-build/216-wp/texts.php:777
4378
  msgid "Team"
4379
  msgstr ""
4380
 
4381
+ #: brizy/public/editor-build/216-wp/texts.php:778
4382
  msgid "Tel"
4383
  msgstr ""
4384
 
4385
+ #: brizy/public/editor-build/216-wp/texts.php:779
4386
  msgid "Testimonials"
4387
  msgstr ""
4388
 
4389
+ #: brizy/public/editor-build/216-wp/texts.php:781
4390
  msgid "The element you have selected doesn't have more settings"
4391
  msgstr ""
4392
 
4393
+ #: brizy/public/editor-build/216-wp/texts.php:782
4394
  msgid "The email address format is not valid"
4395
  msgstr ""
4396
 
4397
+ #: brizy/public/editor-build/216-wp/texts.php:783
4398
  msgid "The integration is not responding, please try again or verify the account credentials"
4399
  msgstr ""
4400
 
4401
+ #: brizy/public/editor-build/216-wp/texts.php:784
4402
  msgid "Theme"
4403
  msgstr ""
4404
 
4405
+ #: brizy/public/editor-build/216-wp/texts.php:785
4406
  msgid "There are no choices"
4407
  msgstr ""
4408
 
4409
+ #: brizy/public/editor-build/216-wp/texts.php:787
4410
  msgid "This is Lottie .json URL. Get more from LottieFiles.com."
4411
  msgstr ""
4412
 
4413
+ #: brizy/public/editor-build/216-wp/texts.php:788
4414
  msgid "This page needs a refresh. You’ve probably updated this page (or another page) in a different tab or browser."
4415
  msgstr ""
4416
 
4417
+ #: brizy/public/editor-build/216-wp/texts.php:789
4418
  msgid "Thumbs"
4419
  msgstr ""
4420
 
4421
+ #: brizy/public/editor-build/216-wp/texts.php:790
4422
  msgid "Time"
4423
  msgstr ""
4424
 
4425
+ #: brizy/public/editor-build/216-wp/texts.php:793
4426
  msgid "Timeline Items"
4427
  msgstr ""
4428
 
4429
+ #: brizy/public/editor-build/216-wp/texts.php:794
4430
  msgid "Timeline Labels"
4431
  msgstr ""
4432
 
4433
+ #: brizy/public/editor-build/216-wp/texts.php:795
4434
  msgid "Timer"
4435
  msgstr ""
4436
 
4437
+ #: brizy/public/editor-build/216-wp/texts.php:796
4438
  msgid "Tip: Use these shortcodes to populate your template"
4439
  msgstr ""
4440
 
4441
+ #: brizy/public/editor-build/216-wp/texts.php:797
4442
  msgid "Tip: You can browse the Google font library"
4443
  msgstr ""
4444
 
4445
+ #: brizy/public/editor-build/216-wp/texts.php:799
4446
  msgid "Titles"
4447
  msgstr ""
4448
 
4449
+ #: brizy/public/editor-build/216-wp/texts.php:800
4450
  msgid "To Dashboard"
4451
  msgstr ""
4452
 
4453
+ #: brizy/public/editor-build/216-wp/texts.php:802
4454
  msgid "Top"
4455
  msgstr ""
4456
 
4457
+ #: brizy/public/editor-build/216-wp/texts.php:803
4458
  msgid "Total"
4459
  msgstr ""
4460
 
4461
+ #: brizy/public/editor-build/216-wp/texts.php:805
4462
  msgid "Travel"
4463
  msgstr ""
4464
 
4465
+ #: brizy/public/editor-build/216-wp/texts.php:806
4466
  msgid "Trigger Popup Only Once"
4467
  msgstr ""
4468
 
4469
+ #: brizy/public/editor-build/216-wp/texts.php:807
4470
  msgid "Triggers"
4471
  msgstr ""
4472
 
4473
+ #: brizy/public/editor-build/216-wp/texts.php:808
4474
  msgid "Try Again"
4475
  msgstr ""
4476
 
4477
+ #: brizy/public/editor-build/216-wp/texts.php:809
4478
  msgid "Tweet"
4479
  msgstr ""
4480
 
4481
+ #: brizy/public/editor-build/216-wp/texts.php:810
4482
  msgid "Twitter"
4483
  msgstr ""
4484
 
4485
+ #: brizy/public/editor-build/216-wp/texts.php:812
4486
  msgid "Type to Search ..."
4487
  msgstr ""
4488
 
4489
+ #: brizy/public/editor-build/216-wp/texts.php:815
4490
  msgid "UPLOAD"
4491
  msgstr ""
4492
 
4493
+ #: brizy/public/editor-build/216-wp/texts.php:816
4494
  msgid "UPLOAD FONT"
4495
  msgstr ""
4496
 
4497
+ #: brizy/public/editor-build/216-wp/texts.php:818
4498
  msgid "USE CUSTOM TEMPLATE"
4499
  msgstr ""
4500
 
4501
+ #: brizy/public/editor-build/216-wp/texts.php:819
4502
  msgid "Unable to insert block. Please try again or contact support"
4503
  msgstr ""
4504
 
4505
+ #: brizy/public/editor-build/216-wp/texts.php:820
4506
  msgid "Unable to insert layout. Please try again or contact support"
4507
  msgstr ""
4508
 
4509
+ #: brizy/public/editor-build/216-wp/texts.php:821
4510
  msgid "Unable to insert popup. Please try again or contact support"
4511
  msgstr ""
4512
 
4513
+ #: brizy/public/editor-build/216-wp/texts.php:822
4514
  msgid "Underline"
4515
  msgstr ""
4516
 
4517
+ #: brizy/public/editor-build/216-wp/texts.php:823
4518
  msgid "Undo"
4519
  msgstr ""
4520
 
4521
+ #: brizy/public/editor-build/216-wp/texts.php:824
4522
  msgid "Unlocked"
4523
  msgstr ""
4524
 
4525
+ #: brizy/public/editor-build/216-wp/texts.php:825
4526
  msgid "Unsuccessful sync"
4527
  msgstr ""
4528
 
4529
+ #: brizy/public/editor-build/216-wp/texts.php:827
4530
  msgid "Upgrade to PRO to use this block"
4531
  msgstr ""
4532
 
4533
+ #: brizy/public/editor-build/216-wp/texts.php:828
4534
  msgid "Upgrade to PRO to use this element"
4535
  msgstr ""
4536
 
4537
+ #: brizy/public/editor-build/216-wp/texts.php:829
4538
  msgid "Upgrade to PRO to use this integration"
4539
  msgstr ""
4540
 
4541
+ #: brizy/public/editor-build/216-wp/texts.php:830
4542
  msgid "Upgrade to PRO to use this layout"
4543
  msgstr ""
4544
 
4545
+ #: brizy/public/editor-build/216-wp/texts.php:831
4546
  msgid "Upgrade to PRO to use this story"
4547
  msgstr ""
4548
 
4549
+ #: brizy/public/editor-build/216-wp/texts.php:833
4550
  msgid "Upsell"
4551
  msgstr ""
4552
 
4553
+ #: brizy/public/editor-build/216-wp/texts.php:834
4554
  msgid "Upsell Pagination"
4555
  msgstr ""
4556
 
4557
+ #: brizy/public/editor-build/216-wp/texts.php:835
4558
  msgid "Upsell Tags"
4559
  msgstr ""
4560
 
4561
+ #: brizy/public/editor-build/216-wp/texts.php:836
4562
  msgid "Url"
4563
  msgstr ""
4564
 
4565
+ #: brizy/public/editor-build/216-wp/texts.php:838
4566
  msgid "Username"
4567
  msgstr ""
4568
 
4569
+ #: brizy/public/editor-build/216-wp/texts.php:839
4570
  msgid "Users"
4571
  msgstr ""
4572
 
4573
+ #: brizy/public/editor-build/216-wp/texts.php:840
4574
  msgid "Value"
4575
  msgstr ""
4576
 
4577
+ #: brizy/public/editor-build/216-wp/texts.php:841
4578
  msgid "Values"
4579
  msgstr ""
4580
 
4581
+ #: brizy/public/editor-build/216-wp/texts.php:842
4582
  msgid "Verification process failed, please make sure you have done the following three things and try again in a few minutes."
4583
  msgstr ""
4584
 
4585
+ #: brizy/public/editor-build/216-wp/texts.php:843
4586
  msgid "Vertical"
4587
  msgstr ""
4588
 
4589
+ #: brizy/public/editor-build/216-wp/texts.php:844
4590
  msgid "Vertical Align"
4591
  msgstr ""
4592
 
4593
+ #: brizy/public/editor-build/216-wp/texts.php:845
4594
  msgid "Vertical Offset"
4595
  msgstr ""
4596
 
4597
+ #: brizy/public/editor-build/216-wp/texts.php:847
4598
  msgid "View as"
4599
  msgstr ""
4600
 
4601
+ #: brizy/public/editor-build/216-wp/texts.php:848
4602
  msgid "Vimeo"
4603
  msgstr ""
4604
 
4605
+ #: brizy/public/editor-build/216-wp/texts.php:849
4606
  msgid "Volume"
4607
  msgstr ""
4608
 
4609
+ #: brizy/public/editor-build/216-wp/texts.php:850
4610
  msgid "WHAT WILL TRIGGER THE POPUP TO OPEN"
4611
  msgstr ""
4612
 
4613
+ #: brizy/public/editor-build/216-wp/texts.php:851
4614
  msgid "WHERE DO YOU WANT TO DISPLAY IT?"
4615
  msgstr ""
4616
 
4617
+ #: brizy/public/editor-build/216-wp/texts.php:852
4618
  msgid "WOFF File"
4619
  msgstr ""
4620
 
4621
+ #: brizy/public/editor-build/216-wp/texts.php:853
4622
  msgid "WOFF2 File"
4623
  msgstr ""
4624
 
4625
+ #: brizy/public/editor-build/216-wp/texts.php:854
4626
  msgid "WOOCart"
4627
  msgstr ""
4628
 
4629
+ #: brizy/public/editor-build/216-wp/texts.php:855
4630
  msgid "WOORating"
4631
  msgstr ""
4632
 
4633
+ #: brizy/public/editor-build/216-wp/texts.php:857
4634
  msgid "When Finished"
4635
  msgstr ""
4636
 
4637
+ #: brizy/public/editor-build/216-wp/texts.php:860
4638
  msgid "Woo Product"
4639
  msgstr ""
4640
 
4641
+ #: brizy/public/editor-build/216-wp/texts.php:861
4642
  msgid "WordPress"
4643
  msgstr ""
4644
 
4645
+ #: brizy/public/editor-build/216-wp/texts.php:862
4646
  msgid "YOUR PAGE IS READY TO PUBLISH!"
4647
  msgstr ""
4648
 
4649
+ #: brizy/public/editor-build/216-wp/texts.php:864
4650
  msgid "You can't add it again"
4651
  msgstr ""
4652
 
4653
+ #: brizy/public/editor-build/216-wp/texts.php:865
4654
  msgid "You can’t make changes"
4655
  msgstr ""
4656
 
4657
+ #: brizy/public/editor-build/216-wp/texts.php:866
4658
  msgid "You have successfully connect the form with"
4659
  msgstr ""
4660
 
4661
+ #: brizy/public/editor-build/216-wp/texts.php:867
4662
  msgid "You must be have one font added"
4663
  msgstr ""
4664
 
4665
+ #: brizy/public/editor-build/216-wp/texts.php:868
4666
  msgid "You must be have one selected item"
4667
  msgstr ""
4668
 
4669
+ #: brizy/public/editor-build/216-wp/texts.php:869
4670
  msgid "You must specify a title"
4671
  msgstr ""
4672
 
4673
+ #: brizy/public/editor-build/216-wp/texts.php:871
4674
  msgid "Your Plugin version is incompatible with Account version, please update plugin"
4675
  msgstr ""
4676
 
4677
+ #: brizy/public/editor-build/216-wp/texts.php:872
4678
  msgid "Your block was saved without screenshot, browser is not compatible"
4679
  msgstr ""
4680
 
4681
+ #: brizy/public/editor-build/216-wp/texts.php:873
4682
  msgid "Your link is not correct"
4683
  msgstr ""
4684
 
4685
+ #: brizy/public/editor-build/216-wp/texts.php:874
4686
  msgid "Youtube"
4687
  msgstr ""
4688
 
4689
+ #: brizy/public/editor-build/216-wp/texts.php:882
4690
  msgid "block-name"
4691
  msgstr ""
4692
 
4693
+ #: brizy/public/editor-build/216-wp/texts.php:884
4694
  msgid "here"
4695
  msgstr ""
4696
 
4697
+ #: brizy/public/editor-build/216-wp/texts.php:886
4698
  msgid "is already editing project"
4699
  msgstr ""
4700
 
4701
+ #: brizy/public/editor-build/216-wp/texts.php:887
4702
  msgid "is currently working on this page. Do you want to take over"
4703
  msgstr ""
4704
 
4705
+ #: brizy/public/editor-build/216-wp/texts.php:892
4706
  msgid "remove this element"
4707
  msgstr ""
4708
 
4709
+ #: brizy/public/editor-build/216-wp/texts.php:893
4710
  msgid "required"
4711
  msgstr ""
4712
 
4713
+ #: brizy/public/editor-build/216-wp/texts.php:895
4714
  msgid "story"
4715
  msgstr ""
4716
 
4717
+ #: brizy/public/editor-src/build-utils/wpTranslations.js:127
4718
+ msgid "${t}"
4719
+ msgstr ""
4720
+
4721
+ #: brizy/public/main.php:111
4722
+ msgid "Preview"
4723
+ msgstr ""
4724
+
4725
+ #: brizy/public/main.php:124
4726
+ msgid "View"
4727
+ msgstr ""
4728
+
4729
+ #: brizy/public/main.php:225
4730
+ #, php-format
4731
  msgid "Edit %s with %s"
4732
  msgstr ""
public/editor-build/216-wp/editor/js/editor.js DELETED
@@ -1 +0,0 @@
1
- !function(e){function t(t){for(var n,i,l=t[0],s=t[1],c=t[2],u=0,p=[];u<l.length;u++)i=l[u],Object.prototype.hasOwnProperty.call(a,i)&&a[i]&&p.push(a[i][0]),a[i]=0;for(n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e[n]=s[n]);for(d&&d(t);p.length;)p.shift()();return r.push.apply(r,c||[]),o()}function o(){for(var e,t=0;t<r.length;t++){for(var o=r[t],n=!0,l=1;l<o.length;l++){var s=o[l];0!==a[s]&&(n=!1)}n&&(r.splice(t--,1),e=i(i.s=o[0]))}return e}var n={},a={0:0},r=[];function i(t){if(n[t])return n[t].exports;var o=n[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.e=function(e){var t=[],o=a[e];if(0!==o)if(o)t.push(o[2]);else{var n=new Promise((function(t,n){o=a[e]=[t,n]}));t.push(o[2]=n);var r,l=document.createElement("script");l.charset="utf-8",l.timeout=120,i.nc&&l.setAttribute("nonce",i.nc),l.src=function(e){return i.p+""+({}[e]||e)+".js"}(e);var s=new Error;r=function(t){l.onerror=l.onload=null,clearTimeout(c);var o=a[e];if(0!==o){if(o){var n=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src;s.message="Loading chunk "+e+" failed.\n("+n+": "+r+")",s.name="ChunkLoadError",s.type=n,s.request=r,o[1](s)}a[e]=void 0}};var c=setTimeout((function(){r({type:"timeout",target:l})}),12e4);l.onerror=l.onload=r,document.head.appendChild(l)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,o){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(o,n,function(t){return e[t]}.bind(null,n));return o},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i.oe=function(e){throw console.error(e),e};var l=window.webpackJsonp=window.webpackJsonp||[],s=l.push.bind(l);l.push=t,l=l.slice();for(var c=0;c<l.length;c++)t(l[c]);var d=s;r.push([683,1]),o()}([,function(e,t,o){"use strict";var n=o(282);o.d(t,"a",(function(){return n.a}))},,function(e,t,o){"use strict";o.r(t),o.d(t,"saveOnChanges",(function(){return c})),o.d(t,"defaultValueKey",(function(){return i.a})),o.d(t,"defaultValueValue",(function(){return i.b})),o.d(t,"deviceStateValueByKey",(function(){return i.c})),o.d(t,"makeKeyByStateDevice",(function(){return i.e})),o.d(t,"onChangeBgImage",(function(){return v})),o.d(t,"onChangeBgImageBgOpacity",(function(){return f})),o.d(t,"onChangeBgImageDependencies",(function(){return y})),o.d(t,"onChangeBgImageColumnAndRowSyncMobile",(function(){return O})),o.d(t,"onChangeBorderStyle2",(function(){return C})),o.d(t,"onChangeElementBorderStyleDependencies2",(function(){return j})),o.d(t,"onChangeContainerBorderStyleDependencies2",(function(){return P})),o.d(t,"onChangeBorderColorHexAndOpacity2",(function(){return B})),o.d(t,"onChangeBorderColorHexAndOpacityPalette2",(function(){return w})),o.d(t,"onChangeElementBorderColorHexAndOpacityDependencies2",(function(){return T})),o.d(t,"onChangeContainerBorderColorHexAndOpacityDependencies2",(function(){return z})),o.d(t,"onChangeBorderColorHexAndOpacityColumnAndRowSyncTablet2",(function(){return E})),o.d(t,"onChangeBorderColorHexAndOpacityColumnAndRowSyncMobile2",(function(){return k})),o.d(t,"onChangeBorderColorPalette2",(function(){return H})),o.d(t,"onChangeBorderColorPaletteOpacity2",(function(){return F})),o.d(t,"onChangeBorderWidthType2",(function(){return _})),o.d(t,"onChangeBorderWidthGrouped2",(function(){return R})),o.d(t,"onChangeBorderWidthGroupedDependencies2",(function(){return L})),o.d(t,"onChangeBorderWidthUngrouped2",(function(){return M})),o.d(t,"onChangeBorderWidthUngroupedDependencies2",(function(){return W})),o.d(t,"onChangeBorderRadiusGrouped",(function(){return V})),o.d(t,"onChangeBorderRadiusGroupedDependencies",(function(){return D})),o.d(t,"onChangeBorderRadiusUngrouped",(function(){return $})),o.d(t,"onChangeBorderRadiusUngroupedDependencies",(function(){return G})),o.d(t,"onChangeColorHexAndOpacity",(function(){return U})),o.d(t,"onChangeColorHexAndOpacityPalette",(function(){return K})),o.d(t,"onChangeColorPalette",(function(){return Y})),o.d(t,"onChangeColorPaletteOpacity",(function(){return q})),o.d(t,"onChangeBgColorType2",(function(){return Z})),o.d(t,"onChangeGradientRange2",(function(){return J})),o.d(t,"onChangeBgColorHexAndOpacity2",(function(){return Q})),o.d(t,"onChangeBgColorHexAndOpacityPalette2",(function(){return ee})),o.d(t,"onChangeBgColorHexAndOpacityDependencies2",(function(){return te})),o.d(t,"onChangeBgColorHexAndOpacityColumnAndRowSyncMobile2",(function(){return oe})),o.d(t,"onChangeBgColorPalette2",(function(){return ne})),o.d(t,"onChangeBgColorPaletteOpacity2",(function(){return ae})),o.d(t,"onChangeBoxShadowHexAndOpacity2",(function(){return se})),o.d(t,"onChangeBoxShadowHexAndOpacityPalette2",(function(){return ce})),o.d(t,"onChangeBoxShadowHexAndOpacityDependencies2",(function(){return de})),o.d(t,"onChangeBoxShadowPalette2",(function(){return ue})),o.d(t,"onChangeBoxShadowPaletteOpacity2",(function(){return pe})),o.d(t,"onChangeBoxShadowType2",(function(){return ie})),o.d(t,"onChangeBoxShadowTypeDependencies2",(function(){return le})),o.d(t,"onChangeBoxShadowFields2",(function(){return be})),o.d(t,"onChangeBoxShadowFieldsDependencies2",(function(){return me})),o.d(t,"onChangeBoxShadowOpacity2",(function(){return he})),o.d(t,"onChangeTextShadowType",(function(){return ge})),o.d(t,"onChangeTextShadowHexAndOpacity",(function(){return ve})),o.d(t,"onChangeTextShadowHexAndOpacityPalette",(function(){return fe})),o.d(t,"onChangeTextShadowPalette",(function(){return ye})),o.d(t,"onChangeTextShadowPaletteOpacity",(function(){return Oe})),o.d(t,"onChangeTextShadowFields",(function(){return Se})),o.d(t,"onChangePaddingGrouped",(function(){return Pe})),o.d(t,"onChangePaddingUngrouped",(function(){return Be})),o.d(t,"onChangeMarginGrouped",(function(){return ze})),o.d(t,"onChangeMarginUngrouped",(function(){return Ee})),o.d(t,"onChangeElementSectionBoxShadowHexAndOpacityDependencies",(function(){return ke})),o.d(t,"onChangeElementRichTextBgColorType2",(function(){return He})),o.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacity",(function(){return Fe})),o.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacityPalette",(function(){return _e})),o.d(t,"onChangeElementProgressBarBg2ColorHexAndOpacityDependencies",(function(){return Re})),o.d(t,"onChangeElementProgressBarBg2ColorPalette",(function(){return Le})),o.d(t,"onChangeElementProgressBarBg2ColorPaletteOpacity",(function(){return Me})),o.d(t,"onChangeElementIconBorderColorHex2",(function(){return Ie})),o.d(t,"onChangeElementIconBorderColorPalette2",(function(){return Ne})),o.d(t,"onChangeElementIconBorderColorFields2",(function(){return Ae})),o.d(t,"onChangeElementIconBorderHoverColorHex2",(function(){return Ve})),o.d(t,"onChangeElementIconBorderHoverColorPalette2",(function(){return De})),o.d(t,"onChangeElementIconBorderHoverColorFields2",(function(){return $e})),o.d(t,"onChangeElementButtonBorderColorHex2",(function(){return Ue})),o.d(t,"onChangeElementButtonBorderColorPalette2",(function(){return Ke})),o.d(t,"onChangeElementButtonBorderColorFields2",(function(){return Ye})),o.d(t,"onChangeElementButtonBorderHoverColorHex2",(function(){return qe})),o.d(t,"onChangeElementButtonBorderHoverColorPalette2",(function(){return Xe})),o.d(t,"onChangeElementButtonBorderHoverColorFields2",(function(){return Ze})),o.d(t,"onChangeBgColorHexButton2",(function(){return Je})),o.d(t,"onChangeBgColorPaletteButton2",(function(){return Qe})),o.d(t,"onChangeBgColorFieldsButton2",(function(){return et})),o.d(t,"onChangeHoverBgColorHexButton2",(function(){return tt})),o.d(t,"onChangeHoverBgColorPaletteButton2",(function(){return ot})),o.d(t,"onChangeHoverBgColorFieldsButton2",(function(){return nt})),o.d(t,"onChangeColorHexButtonIcon2",(function(){return at})),o.d(t,"onChangeColorPaletteButtonIcon2",(function(){return rt})),o.d(t,"onChangeColorFieldsButtonIcon2",(function(){return it})),o.d(t,"onChangeHoverColorHexButtonIcon2",(function(){return lt})),o.d(t,"onChangeHoverColorPaletteButtonIcon2",(function(){return st})),o.d(t,"onChangeHoverColorFieldsButtonIcon2",(function(){return ct})),o.d(t,"onChangeMenuColorHex2",(function(){return dt})),o.d(t,"onChangeMenuColorPalette2",(function(){return ut})),o.d(t,"onChangeMenuColorFields2",(function(){return pt})),o.d(t,"onChangeMenuHoverColorHex2",(function(){return bt})),o.d(t,"onChangeMenuHoverColorPalette2",(function(){return mt})),o.d(t,"onChangeMenuHoverColorFields2",(function(){return ht})),o.d(t,"onChangeActiveColorHexSubMenu2",(function(){return Jt})),o.d(t,"onChangeActiveColorPaletteSubMenu2",(function(){return Qt})),o.d(t,"onChangeActiveColorFieldsSubMenu2",(function(){return eo})),o.d(t,"onChangeBgActiveColorHexSubMenu2",(function(){return to})),o.d(t,"onChangeBgActiveColorPaletteSubMenu2",(function(){return oo})),o.d(t,"onChangeBgActiveColorFieldsSubMenu2",(function(){return no})),o.d(t,"onChangeColorHexMMenu2",(function(){return gt})),o.d(t,"onChangeColorPaletteMMenu2",(function(){return vt})),o.d(t,"onChangeColorFieldsMMenu2",(function(){return ft})),o.d(t,"onChangeHoverColorHexMMenu2",(function(){return yt})),o.d(t,"onChangeHoverColorPaletteMMenu2",(function(){return Ot})),o.d(t,"onChangeHoverColorFieldsMMenu2",(function(){return St})),o.d(t,"onChangeColorHexSubMenu2",(function(){return xt})),o.d(t,"onChangeColorPaletteSubMenu2",(function(){return Ct})),o.d(t,"onChangeColorFieldsSubMenu2",(function(){return jt})),o.d(t,"onChangeHoverColorHexSubMenu2",(function(){return Pt})),o.d(t,"onChangeHoverColorPaletteSubMenu2",(function(){return Bt})),o.d(t,"onChangeHoverColorFieldsSubMenu2",(function(){return wt})),o.d(t,"onChangeColorHexIconMenu2",(function(){return Tt})),o.d(t,"onChangeColorPaletteIconMenu2",(function(){return zt})),o.d(t,"onChangeColorFieldsIconMenu2",(function(){return Et})),o.d(t,"onChangeTabletColorHexIconMMenu2",(function(){return kt})),o.d(t,"onChangeTabletColorPaletteIconMMenu2",(function(){return Ht})),o.d(t,"onChangeTabletColorFieldsIconMMenu2",(function(){return Ft})),o.d(t,"onChangeMobileColorHexIconMMenu2",(function(){return _t})),o.d(t,"onChangeMobileColorPaletteIconMMenu2",(function(){return Rt})),o.d(t,"onChangeMobileColorFieldsIconMMenu2",(function(){return Lt})),o.d(t,"onChangeActiveColorHexMMenu2",(function(){return ao})),o.d(t,"onChangeActiveColorPaletteMMenu2",(function(){return ro})),o.d(t,"onChangeActiveColorFieldsMMenu2",(function(){return io})),o.d(t,"onChangeBgColorHexMMenu2",(function(){return Mt})),o.d(t,"onChangeBgColorPaletteMMenu2",(function(){return Wt})),o.d(t,"onChangeBgColorFieldsMMenu2",(function(){return It})),o.d(t,"onChangeBgColorHexSubMenu2",(function(){return Nt})),o.d(t,"onChangeBgColorPaletteSubMenu2",(function(){return At})),o.d(t,"onChangeBgColorFieldsSubMenu2",(function(){return Vt})),o.d(t,"onChangeBgHoverColorHexSubMenu2",(function(){return Dt})),o.d(t,"onChangeBgHoverColorPaletteSubMenu2",(function(){return $t})),o.d(t,"onChangeBgHoverColorFieldsSubMenu2",(function(){return Gt})),o.d(t,"onChangeBorderColorHexMMenu2",(function(){return Ut})),o.d(t,"onChangeBorderColorPaletteMMenu2",(function(){return Kt})),o.d(t,"onChangeBorderColorFieldsMMenu2",(function(){return Yt})),o.d(t,"onChangeBorderColorHexSubMenu2",(function(){return qt})),o.d(t,"onChangeBorderColorPaletteSubMenu2",(function(){return Xt})),o.d(t,"onChangeBorderColorFieldsSubMenu2",(function(){return Zt})),o.d(t,"onChangeTypography",(function(){return uo})),o.d(t,"onChangeTypographyTablet",(function(){return po})),o.d(t,"onChangeTypographyMobile",(function(){return bo})),o.d(t,"tabletSyncOnChange",(function(){return i.g})),o.d(t,"mobileSyncOnChange",(function(){return i.f})),o.d(t,"keySyncOnChange",(function(){return i.d})),o.d(t,"validateKeyByProperty",(function(){return i.h})),o.d(t,"onChangeTypography2",(function(){return vo}));var n={};o.r(n),o.d(n,"saveOnChanges",(function(){return c})),o.d(n,"defaultValueKey",(function(){return i.a})),o.d(n,"defaultValueValue",(function(){return i.b})),o.d(n,"deviceStateValueByKey",(function(){return i.c})),o.d(n,"makeKeyByStateDevice",(function(){return i.e})),o.d(n,"onChangeBgImage",(function(){return v})),o.d(n,"onChangeBgImageBgOpacity",(function(){return f})),o.d(n,"onChangeBgImageDependencies",(function(){return y})),o.d(n,"onChangeBgImageColumnAndRowSyncMobile",(function(){return O})),o.d(n,"onChangeBorderStyle2",(function(){return C})),o.d(n,"onChangeElementBorderStyleDependencies2",(function(){return j})),o.d(n,"onChangeContainerBorderStyleDependencies2",(function(){return P})),o.d(n,"onChangeBorderColorHexAndOpacity2",(function(){return B})),o.d(n,"onChangeBorderColorHexAndOpacityPalette2",(function(){return w})),o.d(n,"onChangeElementBorderColorHexAndOpacityDependencies2",(function(){return T})),o.d(n,"onChangeContainerBorderColorHexAndOpacityDependencies2",(function(){return z})),o.d(n,"onChangeBorderColorHexAndOpacityColumnAndRowSyncTablet2",(function(){return E})),o.d(n,"onChangeBorderColorHexAndOpacityColumnAndRowSyncMobile2",(function(){return k})),o.d(n,"onChangeBorderColorPalette2",(function(){return H})),o.d(n,"onChangeBorderColorPaletteOpacity2",(function(){return F})),o.d(n,"onChangeBorderWidthType2",(function(){return _})),o.d(n,"onChangeBorderWidthGrouped2",(function(){return R})),o.d(n,"onChangeBorderWidthGroupedDependencies2",(function(){return L})),o.d(n,"onChangeBorderWidthUngrouped2",(function(){return M})),o.d(n,"onChangeBorderWidthUngroupedDependencies2",(function(){return W})),o.d(n,"onChangeBorderRadiusGrouped",(function(){return V})),o.d(n,"onChangeBorderRadiusGroupedDependencies",(function(){return D})),o.d(n,"onChangeBorderRadiusUngrouped",(function(){return $})),o.d(n,"onChangeBorderRadiusUngroupedDependencies",(function(){return G})),o.d(n,"onChangeColorHexAndOpacity",(function(){return U})),o.d(n,"onChangeColorHexAndOpacityPalette",(function(){return K})),o.d(n,"onChangeColorPalette",(function(){return Y})),o.d(n,"onChangeColorPaletteOpacity",(function(){return q})),o.d(n,"onChangeBgColorType2",(function(){return Z})),o.d(n,"onChangeGradientRange2",(function(){return J})),o.d(n,"onChangeBgColorHexAndOpacity2",(function(){return Q})),o.d(n,"onChangeBgColorHexAndOpacityPalette2",(function(){return ee})),o.d(n,"onChangeBgColorHexAndOpacityDependencies2",(function(){return te})),o.d(n,"onChangeBgColorHexAndOpacityColumnAndRowSyncMobile2",(function(){return oe})),o.d(n,"onChangeBgColorPalette2",(function(){return ne})),o.d(n,"onChangeBgColorPaletteOpacity2",(function(){return ae})),o.d(n,"onChangeBoxShadowHexAndOpacity2",(function(){return se})),o.d(n,"onChangeBoxShadowHexAndOpacityPalette2",(function(){return ce})),o.d(n,"onChangeBoxShadowHexAndOpacityDependencies2",(function(){return de})),o.d(n,"onChangeBoxShadowPalette2",(function(){return ue})),o.d(n,"onChangeBoxShadowPaletteOpacity2",(function(){return pe})),o.d(n,"onChangeBoxShadowType2",(function(){return ie})),o.d(n,"onChangeBoxShadowTypeDependencies2",(function(){return le})),o.d(n,"onChangeBoxShadowFields2",(function(){return be})),o.d(n,"onChangeBoxShadowFieldsDependencies2",(function(){return me})),o.d(n,"onChangeBoxShadowOpacity2",(function(){return he})),o.d(n,"onChangeTextShadowType",(function(){return ge})),o.d(n,"onChangeTextShadowHexAndOpacity",(function(){return ve})),o.d(n,"onChangeTextShadowHexAndOpacityPalette",(function(){return fe})),o.d(n,"onChangeTextShadowPalette",(function(){return ye})),o.d(n,"onChangeTextShadowPaletteOpacity",(function(){return Oe})),o.d(n,"onChangeTextShadowFields",(function(){return Se})),o.d(n,"onChangePaddingGrouped",(function(){return Pe})),o.d(n,"onChangePaddingUngrouped",(function(){return Be})),o.d(n,"onChangeMarginGrouped",(function(){return ze})),o.d(n,"onChangeMarginUngrouped",(function(){return Ee})),o.d(n,"onChangeElementSectionBoxShadowHexAndOpacityDependencies",(function(){return ke})),o.d(n,"onChangeElementRichTextBgColorType2",(function(){return He})),o.d(n,"onChangeElementProgressBarBg2ColorHexAndOpacity",(function(){return Fe})),o.d(n,"onChangeElementProgressBarBg2ColorHexAndOpacityPalette",(function(){return _e})),o.d(n,"onChangeElementProgressBarBg2ColorHexAndOpacityDependencies",(function(){return Re})),o.d(n,"onChangeElementProgressBarBg2ColorPalette",(function(){return Le})),o.d(n,"onChangeElementProgressBarBg2ColorPaletteOpacity",(function(){return Me})),o.d(n,"onChangeElementIconBorderColorHex2",(function(){return Ie})),o.d(n,"onChangeElementIconBorderColorPalette2",(function(){return Ne})),o.d(n,"onChangeElementIconBorderColorFields2",(function(){return Ae})),o.d(n,"onChangeElementIconBorderHoverColorHex2",(function(){return Ve})),o.d(n,"onChangeElementIconBorderHoverColorPalette2",(function(){return De})),o.d(n,"onChangeElementIconBorderHoverColorFields2",(function(){return $e})),o.d(n,"onChangeElementButtonBorderColorHex2",(function(){return Ue})),o.d(n,"onChangeElementButtonBorderColorPalette2",(function(){return Ke})),o.d(n,"onChangeElementButtonBorderColorFields2",(function(){return Ye})),o.d(n,"onChangeElementButtonBorderHoverColorHex2",(function(){return qe})),o.d(n,"onChangeElementButtonBorderHoverColorPalette2",(function(){return Xe})),o.d(n,"onChangeElementButtonBorderHoverColorFields2",(function(){return Ze})),o.d(n,"onChangeBgColorHexButton2",(function(){return Je})),o.d(n,"onChangeBgColorPaletteButton2",(function(){return Qe})),o.d(n,"onChangeBgColorFieldsButton2",(function(){return et})),o.d(n,"onChangeHoverBgColorHexButton2",(function(){return tt})),o.d(n,"onChangeHoverBgColorPaletteButton2",(function(){return ot})),o.d(n,"onChangeHoverBgColorFieldsButton2",(function(){return nt})),o.d(n,"onChangeColorHexButtonIcon2",(function(){return at})),o.d(n,"onChangeColorPaletteButtonIcon2",(function(){return rt})),o.d(n,"onChangeColorFieldsButtonIcon2",(function(){return it})),o.d(n,"onChangeHoverColorHexButtonIcon2",(function(){return lt})),o.d(n,"onChangeHoverColorPaletteButtonIcon2",(function(){return st})),o.d(n,"onChangeHoverColorFieldsButtonIcon2",(function(){return ct})),o.d(n,"onChangeMenuColorHex2",(function(){return dt})),o.d(n,"onChangeMenuColorPalette2",(function(){return ut})),o.d(n,"onChangeMenuColorFields2",(function(){return pt})),o.d(n,"onChangeMenuHoverColorHex2",(function(){return bt})),o.d(n,"onChangeMenuHoverColorPalette2",(function(){return mt})),o.d(n,"onChangeMenuHoverColorFields2",(function(){return ht})),o.d(n,"onChangeActiveColorHexSubMenu2",(function(){return Jt})),o.d(n,"onChangeActiveColorPaletteSubMenu2",(function(){return Qt})),o.d(n,"onChangeActiveColorFieldsSubMenu2",(function(){return eo})),o.d(n,"onChangeBgActiveColorHexSubMenu2",(function(){return to})),o.d(n,"onChangeBgActiveColorPaletteSubMenu2",(function(){return oo})),o.d(n,"onChangeBgActiveColorFieldsSubMenu2",(function(){return no})),o.d(n,"onChangeColorHexMMenu2",(function(){return gt})),o.d(n,"onChangeColorPaletteMMenu2",(function(){return vt})),o.d(n,"onChangeColorFieldsMMenu2",(function(){return ft})),o.d(n,"onChangeHoverColorHexMMenu2",(function(){return yt})),o.d(n,"onChangeHoverColorPaletteMMenu2",(function(){return Ot})),o.d(n,"onChangeHoverColorFieldsMMenu2",(function(){return St})),o.d(n,"onChangeColorHexSubMenu2",(function(){return xt})),o.d(n,"onChangeColorPaletteSubMenu2",(function(){return Ct})),o.d(n,"onChangeColorFieldsSubMenu2",(function(){return jt})),o.d(n,"onChangeHoverColorHexSubMenu2",(function(){return Pt})),o.d(n,"onChangeHoverColorPaletteSubMenu2",(function(){return Bt})),o.d(n,"onChangeHoverColorFieldsSubMenu2",(function(){return wt})),o.d(n,"onChangeColorHexIconMenu2",(function(){return Tt})),o.d(n,"onChangeColorPaletteIconMenu2",(function(){return zt})),o.d(n,"onChangeColorFieldsIconMenu2",(function(){return Et})),o.d(n,"onChangeTabletColorHexIconMMenu2",(function(){return kt})),o.d(n,"onChangeTabletColorPaletteIconMMenu2",(function(){return Ht})),o.d(n,"onChangeTabletColorFieldsIconMMenu2",(function(){return Ft})),o.d(n,"onChangeMobileColorHexIconMMenu2",(function(){return _t})),o.d(n,"onChangeMobileColorPaletteIconMMenu2",(function(){return Rt})),o.d(n,"onChangeMobileColorFieldsIconMMenu2",(function(){return Lt})),o.d(n,"onChangeActiveColorHexMMenu2",(function(){return ao})),o.d(n,"onChangeActiveColorPaletteMMenu2",(function(){return ro})),o.d(n,"onChangeActiveColorFieldsMMenu2",(function(){return io})),o.d(n,"onChangeBgColorHexMMenu2",(function(){return Mt})),o.d(n,"onChangeBgColorPaletteMMenu2",(function(){return Wt})),o.d(n,"onChangeBgColorFieldsMMenu2",(function(){return It})),o.d(n,"onChangeBgColorHexSubMenu2",(function(){return Nt})),o.d(n,"onChangeBgColorPaletteSubMenu2",(function(){return At})),o.d(n,"onChangeBgColorFieldsSubMenu2",(function(){return Vt})),o.d(n,"onChangeBgHoverColorHexSubMenu2",(function(){return Dt})),o.d(n,"onChangeBgHoverColorPaletteSubMenu2",(function(){return $t})),o.d(n,"onChangeBgHoverColorFieldsSubMenu2",(function(){return Gt})),o.d(n,"onChangeBorderColorHexMMenu2",(function(){return Ut})),o.d(n,"onChangeBorderColorPaletteMMenu2",(function(){return Kt})),o.d(n,"onChangeBorderColorFieldsMMenu2",(function(){return Yt})),o.d(n,"onChangeBorderColorHexSubMenu2",(function(){return qt})),o.d(n,"onChangeBorderColorPaletteSubMenu2",(function(){return Xt})),o.d(n,"onChangeBorderColorFieldsSubMenu2",(function(){return Zt})),o.d(n,"onChangeTypography",(function(){return uo})),o.d(n,"onChangeTypographyTablet",(function(){return po})),o.d(n,"onChangeTypographyMobile",(function(){return bo})),o.d(n,"tabletSyncOnChange",(function(){return i.g})),o.d(n,"mobileSyncOnChange",(function(){return i.f})),o.d(n,"keySyncOnChange",(function(){return i.d})),o.d(n,"validateKeyByProperty",(function(){return i.h})),o.d(n,"onChangeTypography2",(function(){return vo}));var a=o(2),r=o(9),i=o(27);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function c(e){return e.onChange.reduce((t,o)=>{const a=n[o](e);return Object.assign(t,a)},{})}function d({v:e,device:t,state:o,me:n,childs:a,value:l,dragEnd:c=!0,tempZero:d=!1}){const u=e=>Object(i.a)({key:e,device:t,state:o});let p={};var b;return b=n,(Object(i.b)({v:e,key:b,device:t,state:o})!==l||c)&&(p=s(s({[u(n)]:l},a?a.reduce((e,t)=>(e[u(t)]=l,e),{}):{}),c&&(d||!d&&0!==l&&""!==l)?s({[u("temp"+Object(r.c)(n))]:l},a?a.reduce((e,t)=>(e[u("temp"+Object(r.c)(t))]=l,e),{}):{}):{})),p}function u({v:e,device:t,state:o,me:n,childs:a,current:l,value:c,dragEnd:d=!0,tempZero:u=!1}){const p=e=>Object(i.a)({key:e,device:t,state:o});let b={};var m;return m=l,(Object(i.b)({v:e,key:m,device:t,state:o})!==c||d)&&(b=s(s({[p(l)]:c},d&&(u||!u&&0!==c&&""!==c)?{[p("temp"+Object(r.c)(l))]:c}:{}),a.filter(e=>e!==l).every(t=>e[t]===c)?s({[p(n)]:c},d&&(u||!u&&0!==c&&""!==c)?{[p("temp"+Object(r.c)(n))]:c}:{}):{})),b}function p({v:e,device:t,state:o,parent:n,childs:a,value:l,sliderDragEnd:c=!0,temp:d=!1,tempZero:u=!1}){const p=s({[Object(i.a)({key:n,device:t,state:o})]:l},a.reduce((e,n)=>(e[Object(i.a)({key:n,device:t,state:o})]=l,e),{})),b=d&&!u?s({[Object(i.a)({key:"temp"+Object(r.c)(n),device:t,state:o})]:l>0&&c?l:Object(i.b)({v:e,key:"temp"+Object(r.c)(n),device:t,state:o})},a.reduce((n,a)=>(n[Object(i.a)({key:"temp"+Object(r.c)(a),device:t,state:o})]=l>0&&c?l:Object(i.b)({v:e,key:"temp"+Object(r.c)(a),device:t,state:o}),n),{})):d?s({[Object(i.a)({key:"temp"+Object(r.c)(n),device:t,state:o})]:l},a.reduce((e,n)=>(e[Object(i.a)({key:"temp"+Object(r.c)(n),device:t,state:o})]=l,e),{})):{};return Object.assign(p,b)}function b({v:e,device:t,state:o,parent:n,childs:a,current:l,value:s,temp:c=!1,tempZero:d=!1}){const u=a.filter(e=>e!==l).every(t=>e[t]===s)?s:Object(i.b)({v:e,key:n,device:t,state:o}),p=a.filter(e=>e!==l).every(t=>e[t]===s)?s:s>0?Object(i.b)({v:e,key:"temp"+Object(r.c)(n),device:t,state:o}):Object(i.b)({v:e,key:n,device:t,state:o});return c&&d?{[Object(i.a)({key:n,device:t,state:o})]:u,[Object(i.a)({key:"temp"+Object(r.c)(n),device:t,state:o})]:p}:{[Object(i.a)({key:n,device:t,state:o})]:u}}function m({v:e,device:t,state:o,childs:n,current:a,value:l,temp:c=!1}){return c?s({[Object(i.a)({key:a,device:t,state:o})]:l,[Object(i.a)({key:"temp"+Object(r.c)(a),device:t,state:o})]:l},n.filter(e=>e!==a).reduce((n,a)=>(n[Object(i.a)({key:"temp"+Object(r.c)(a),device:t,state:o})]=0===e[a]?0:Object(i.b)({v:e,key:"temp"+Object(r.c)(a),device:t,state:o}),n),{})):{[Object(i.a)({key:a,device:t,state:o})]:l}}function h({v:e,device:t="desktop",state:o="normal",value:n,dependencies:a}){const l=n=>Object(i.b)({v:e,key:n,device:t,state:o});return Object.entries(a).reduce((a,[s,c])=>{const d=!(0!==n&&""!==n||void 0===c.nullValue||!(c.nullValue.length>0&&c.nullValue.every(t=>""===e[t]||0===e[t])||0===c.nullValue.length)),u=!(0===n||""===n||0!==l(s)&&""!==l(s)&&"off"!==l("boxShadow")||!(c.tempValue.length>0&&c.tempValue.every(t=>""===e[t]||0===e[t])||0===c.tempValue.length)),p=null===l(s)||void 0===l(s);return p&&console.log("onChange "+s+" "+l(s)),p||(a[(e=>Object(i.a)({key:e,device:t,state:o}))(s)]=d?"string"===c.type?"":0:l(u?"temp"+Object(r.c)(s):s)),Object.assign(a,c.childs.reduce((a,l)=>(null===e[Object(i.a)({key:l,device:t,state:o})]||void 0===e[Object(i.a)({key:l,device:t,state:o})]||(a[Object(i.a)({key:l,device:t,state:o})]=0!==n&&""!==n||void 0===c.nullValue||!(c.nullValue.length>0&&c.nullValue.every(t=>""===e[t]||0===e[t])||0===c.nullValue.length)?(n>0||""!==n)&&c.childs.every(n=>0===Object(i.b)({v:e,key:"temp"+Object(r.c)(n),device:t,state:o}))?Object(i.b)({v:e,key:"temp"+Object(r.c)(s),device:t,state:o}):(n>0||""!==n)&&(c.tempValue.length>0&&c.tempValue.every(t=>""===e[t]||0===e[t])||0===c.tempValue.length)?Object(i.b)({v:e,key:"temp"+Object(r.c)(l),device:t,state:o}):Object(i.b)({v:e,key:l,device:t,state:o}):"string"===c.type?"":0),a),{}),c.childs.reduce((a,l)=>(null===e[Object(i.a)({key:"temp"+Object(r.c)(l),device:t,state:o})]||void 0===e[Object(i.a)({key:"temp"+Object(r.c)(l),device:t,state:o})]||(a[Object(i.a)({key:"temp"+Object(r.c)(l),device:t,state:o})]=(n>0||""!==n)&&c.childs.every(n=>0===Object(i.b)({v:e,key:"temp"+Object(r.c)(n),device:t,state:o}))?Object(i.b)({v:e,key:s,device:t,state:o}):Object(i.b)({v:e,key:"temp"+Object(r.c)(l),device:t,state:o})),a),{})),a},{})}function g({v:e,device:t,state:o,childs:n,current:a,value:l,dependencies:s}){return Object.entries(s).reduce((s,[c,d])=>(null===e[c]||(s[Object(i.a)({key:c,device:t,state:o})]=(0===l||""===l)&&(n.length>0&&n.filter(e=>e!==a).every(t=>0===e[t])||0===n.length)&&void 0!==d.nullValue&&(d.nullValue.length>0&&d.nullValue.every(t=>""===e[t]||0===e[t])||0===d.nullValue.length)?"string"===d.type?"":0:(l>0||""!==l)&&(d.tempValue.length>0&&d.tempValue.every(t=>""===e[t]||0===e[t])||0===d.tempValue.length)?Object(i.b)({v:e,key:"temp"+Object(r.c)(c),device:t,state:o}):Object(i.b)({v:e,key:c,device:t,state:o})),Object.assign(s,d.childs.reduce((s,c)=>{var u,p;return null===e[c]||(s[Object(i.a)({key:c,device:t,state:o})]=(0===l||""===l)&&(n.length>0&&n.filter(e=>e!==a).every(t=>0===e[t])||0===n.length)&&((null===(u=d.nullValue)||void 0===u?void 0:u.length)>0&&d.nullValue.every(t=>""===e[t]||0===e[t])||0===(null===(p=d.nullValue)||void 0===p?void 0:p.length))?"string"===d.type?"":0:(l>0||""!==l)&&0===d.tempValue.length?Object(i.b)({v:e,key:"temp"+Object(r.c)(c),device:t,state:o}):Object(i.b)({v:e,key:c,device:t,state:o})),s},{})),s),{})}function v({device:e,state:t,width:o,height:n,extension:a,src:r,x:l,y:s,population:c,isChanged:d}){return"image"===d?{[Object(i.a)({key:"bgImageWidth",device:e,state:t})]:o,[Object(i.a)({key:"bgImageHeight",device:e,state:t})]:n,[Object(i.a)({key:"bgImageExtension",device:e,state:t})]:a,[Object(i.a)({key:"bgImageSrc",device:e,state:t})]:r}:"population"===d?{[Object(i.a)({key:"bgPopulation",device:e,state:t})]:c}:{[Object(i.a)({key:"bgPositionX",device:e,state:t})]:l,[Object(i.a)({key:"bgPositionY",device:e,state:t})]:s}}function f({v:e,device:t,state:o,src:n,isChanged:a}){const r=""!==n&&1===Object(i.b)({v:e,key:"bgColorOpacity",device:t,state:o})?.9:Object(i.b)({v:e,key:"bgColorOpacity",device:t,state:o}),l=""!==n&&1===Object(i.b)({v:e,key:"bgColorOpacity",device:t,state:o})?.9:Object(i.b)({v:e,key:"tempBgColorOpacity",device:t,state:o});return"image"===a?{[Object(i.a)({key:"bgColorOpacity",device:t,state:o})]:r,[Object(i.a)({key:"tempBgColorOpacity",device:t,state:o})]:l}:{}}function y({v:e,device:t,state:o,src:n}){return h({v:e,device:t,state:o,value:n,dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","borderColorOpacity"],tempValue:[]}}})}function O({v:e,device:t,src:o}){return"desktop"===t||"mobile"===t?{mobilePaddingRight:o?e.tempMobilePaddingRight:0,mobilePaddingLeft:o?e.tempMobilePaddingLeft:0}:{}}function S(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function x(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?S(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):S(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function C({v:e,device:t,state:o,borderStyle:n,prefix:a=""}){const l=e=>Object(i.a)({key:e,device:t,state:o}),s=Object(r.b)(a,"border"),c=Object(r.b)(s,"style"),d=Object(r.b)("temp",c);return{[l(c)]:n,[l(d)]:""!==n?n:(u=d,Object(i.b)({v:e,key:u,device:t,state:o}))};var u}function j({v:e,device:t,state:o,borderStyle:n,prefix:a=""}){const i=Object(r.b)(a,"border");return h({v:e,device:t,state:o,value:n,dependencies:{[Object(r.b)(i,"colorOpacity")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"colorPalette")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"width")]:{childs:[Object(r.b)(i,"topWidth"),Object(r.b)(i,"rightWidth"),Object(r.b)(i,"bottomWidth"),Object(r.b)(i,"leftWidth")],nullValue:[],tempValue:[]}}})}function P({v:e,device:t,state:o,borderStyle:n}){return h({v:e,device:t,state:o,value:n,dependencies:{borderColorOpacity:{childs:[],nullValue:[],tempValue:[]},borderColorPalette:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]}}})}function B({v:e,device:t,state:o,hex:n,opacity:a,prefix:l="",isChanged:s="hex",opacityDragEnd:c=!1}){const d=e=>Object(i.a)({key:e,device:t,state:o}),u=Object(r.b)(l,"border"),p=Object(r.b)(u,"colorHex"),b=Object(r.b)(u,"colorOpacity"),m=Object(r.b)("temp",b),h=(a=I({v:e,device:t,state:o,opacity:a,prefix:l,isChanged:s}))>0&&c?a:(g=m,Object(i.b)({v:e,key:g,device:t,state:o}));var g;return{[d(p)]:n,[d(b)]:a,[d(m)]:h}}function w({v:e,device:t,state:o,opacity:n,prefix:a="",isChanged:l="hex"}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=n=>Object(i.b)({v:e,key:n,device:t,state:o}),d=Object(r.b)(a,"border"),u=Object(r.b)(d,"colorPalette"),p=Object(r.b)("temp",u);n=I({v:e,device:t,state:o,opacity:n,prefix:a,isChanged:l});const b="hex"===l||0===n?"":c(n>0?p:u),m="hex"===l?"":c(p);return{[s(u)]:b,[s(p)]:m}}function T({v:e,device:t,state:o,opacity:n,isChanged:a,prefix:i=""}){const l=Object(r.b)(i,"border"),s={[Object(r.b)(l,"style")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(l,"width")]:{childs:[Object(r.b)(l,"topWidth"),Object(r.b)(l,"rightWidth"),Object(r.b)(l,"bottomWidth"),Object(r.b)(l,"leftWidth")],nullValue:[],tempValue:[]}};return h({v:e,device:t,state:o,value:n=I({v:e,device:t,state:o,opacity:n,prefix:i,isChanged:a}),dependencies:s})}function z({v:e,device:t,state:o,opacity:n,isChanged:a}){return h({v:e,device:t,state:o,value:n=I({v:e,device:t,state:o,opacity:n,isChanged:a}),dependencies:{borderStyle:{childs:[],nullValue:[],tempValue:[]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],nullValue:[],tempValue:[]},borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]}}})}function E({v:e,device:t,opacity:o,isChanged:n}){if("desktop"===t||"tablet"===t){return{tabletPaddingRight:0===(o=I({v:e,device:t,opacity:o,isChanged:n}))?0:"hex"===n||o>0?e.tempTabletPaddingRight:e.tabletPaddingRight,tabletPaddingLeft:0===o?0:"hex"===n||o>0?e.tempTabletPaddingLeft:e.tabletPaddingLeft}}return{}}function k({v:e,device:t,opacity:o,isChanged:n}){if("desktop"===t||"mobile"===t){return{mobilePaddingRight:0===(o=I({v:e,device:t,opacity:o,isChanged:n}))?0:"hex"===n||o>0?e.tempMobilePaddingRight:e.mobilePaddingRight,mobilePaddingLeft:0===o?0:"hex"===n||o>0?e.tempMobilePaddingLeft:e.mobilePaddingLeft}}return{}}function H({device:e,state:t,palette:o,prefix:n=""}){const a=o=>Object(i.a)({key:o,device:e,state:t}),l=Object(r.b)(n,"border"),s=Object(r.b)(l,"colorPalette"),c=Object(r.b)("temp",s);return{[a(s)]:o,[a(c)]:o}}function F({v:e,device:t,state:o,opacity:n,isChanged:a,prefix:l=""}){const s=Object(r.b)(l,"border"),c=Object(r.b)(s,"colorOpacity");return n=I({v:e,device:t,state:o,opacity:n,prefix:l,isChanged:a}),{[(d=c,Object(i.a)({key:d,device:t,state:o}))]:n};var d}function _({device:e,state:t,type:o,prefix:n=""}){const a=Object(r.b)(n,"border"),l=Object(r.b)(a,"widthType");return{[(s=l,Object(i.a)({key:s,device:e,state:t}))]:o};var s}function R({v:e,device:t,state:o,value:n,sliderDragEnd:a,prefix:i=""}){const l=Object(r.b)(i,"border");return p({v:e,device:t,state:o,parent:Object(r.b)(l,"width"),childs:[Object(r.b)(l,"topWidth"),Object(r.b)(l,"rightWidth"),Object(r.b)(l,"bottomWidth"),Object(r.b)(l,"leftWidth")],value:n,sliderDragEnd:a,temp:!0,tempZero:!1})}function L({v:e,device:t,state:o,value:n,prefix:a=""}){const i=Object(r.b)(a,"border"),l=Object(r.b)(i,"style"),s=Object(r.b)(i,"radius"),c=Object(r.b)(i,"colorOpacity"),d=Object(r.b)(i,"colorPalette");return h({v:e,device:t,state:o,value:n,dependencies:{[l]:{childs:[],nullValue:[],tempValue:[]},[s]:{childs:[Object(r.b)(i,"topLeftRadius"),Object(r.b)(i,"topRightRadius"),Object(r.b)(i,"bottomLeftRadius"),Object(r.b)(i,"bottomRightRadius")],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]},[c]:{childs:[],nullValue:[],tempValue:[]},[d]:{childs:[],nullValue:[],tempValue:[]}}})}function M({v:e,device:t,state:o,current:n,value:a,prefix:i=""}){const l=Object(r.b)(i,"border"),s=Object(r.b)(l,"width"),c=[Object(r.b)(l,"topWidth"),Object(r.b)(l,"rightWidth"),Object(r.b)(l,"bottomWidth"),Object(r.b)(l,"leftWidth")];return x(x({},m({v:e,device:t,state:o,childs:c,current:n,value:a,temp:!0})),b({v:e,device:t,state:o,parent:s,childs:c,current:n,value:a,temp:!0}))}function W({v:e,device:t,state:o,current:n,value:a,prefix:i=""}){const l=Object(r.b)(i,"border"),s=Object(r.b)(l,"width"),c=[Object(r.b)(l,"topWidth"),Object(r.b)(l,"rightWidth"),Object(r.b)(l,"bottomWidth"),Object(r.b)(l,"leftWidth")],d=Object(r.b)(l,"style"),u=Object(r.b)(l,"radius"),p=Object(r.b)(l,"colorOpacity"),b=Object(r.b)(l,"colorPalette");return g({v:e,device:t,state:o,parent:s,childs:c,current:n,value:a,dependencies:{[d]:{childs:[],nullValue:[],tempValue:[]},[u]:{childs:[Object(r.b)(l,"topLeftRadius"),Object(r.b)(l,"topRightRadius"),Object(r.b)(l,"bottomLeftRadius"),Object(r.b)(l,"bottomRightRadius")],nullValue:["bgColorOpacity","bgImageSrc"],tempValue:[]},[p]:{childs:[],nullValue:[],tempValue:[]},[b]:{childs:[],nullValue:[],tempValue:[]}}})}function I({v:e,device:t,state:o,prefix:n="",opacity:a,isChanged:l="hex"}){const s=n=>Object(i.b)({v:e,key:n,device:t,state:o}),c=Object(r.b)(n,"border"),d=Object(r.b)(c,"colorOpacity"),u=Object(r.b)("temp",d);return"hex"!==l&&"palette"!==l||0!==s(d)?void 0===a?s(d):a:s(u)}function N(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function A(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?N(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):N(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function V({v:e,device:t,state:o,value:n,sliderDragEnd:a,prefix:i=""}){return p({v:e,device:t,state:o,parent:Object(r.b)(i,"borderRadius"),childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"].map(e=>Object(r.b)(i,e)),value:n,sliderDragEnd:a,temp:!0,tempZero:!0})}function D({v:e,device:t,state:o,value:n,prefix:a=""}){return h({v:e,device:t,state:o,value:n,tempZero:!0,dependencies:{borderStyle:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"].map(e=>Object(r.b)(a,e)),tempValue:["bgColorOpacity","bgImageSrc"]},borderColorOpacity:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorPalette:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]}}})}function $({v:e,device:t,state:o,value:n,current:a,prefix:i=""}){const l=Object(r.b)(i,a),s=Object(r.b)(i,"borderRadius"),c=["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"].map(e=>Object(r.b)(i,e));return A(A({},m({v:e,device:t,childs:c,state:o,current:l,value:n,temp:!0})),b({v:e,device:t,state:o,parent:s,childs:c,current:l,value:n,temp:!0,tempZero:!0}))}function G({v:e,device:t,state:o,value:n,current:a,prefix:i=""}){const l=Object(r.b)(i,a);return A({},g({v:e,device:t,state:o,parent:Object(r.b)(i,"borderRadius"),childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"].map(e=>Object(r.b)(i,e)),current:l,value:n,dependencies:{borderStyle:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderWidth:{childs:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"].map(e=>Object(r.b)(i,e)),tempValue:["bgColorOpacity","bgImageSrc"]},borderColorOpacity:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]},borderColorPalette:{childs:[],tempValue:["bgColorOpacity","bgImageSrc"]}}}))}function U({v:e,device:t,state:o,prefix:n="color",hex:a,opacity:l,isChanged:s="hex",opacityDragEnd:c=!1}){const d=e=>Object(i.a)({key:e,device:t,state:o}),u="temp"+Object(r.c)(n),p=(l=X({v:e,device:t,state:o,prefix:n,opacity:l,isChanged:s}))>0&&c?l:(b=Object(r.b)(u,"opacity"),Object(i.b)({v:e,key:b,device:t,state:o}));var b;return{[d(Object(r.b)(n,"hex"))]:a,[d(Object(r.b)(n,"opacity"))]:l,[d(Object(r.b)(u,"opacity"))]:p}}function K({v:e,device:t,state:o,prefix:n="color",opacity:a,isChanged:l="hex"}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=n=>Object(i.b)({v:e,key:n,device:t,state:o}),d="temp"+Object(r.c)(n);a=X({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l});const u="hex"===l||0===a?"":c(a>0?Object(r.b)(d,"palette"):Object(r.b)(n,"palette")),p="hex"===l?"":c(Object(r.b)(d,"palette"));return{[s(Object(r.b)(n,"palette"))]:u,[s(Object(r.b)(d,"palette"))]:p}}function Y({device:e,state:t,prefix:o="color",palette:n}){const a=o=>Object(i.a)({key:o,device:e,state:t}),l="temp"+Object(r.c)(o);return{[a(Object(r.b)(o,"palette"))]:n,[a(Object(r.b)(l,"palette"))]:n}}function q({v:e,device:t,state:o,prefix:n="color",opacity:a,isChanged:l="hex"}){return a=X({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l}),{[(s=Object(r.b)(n,"opacity"),Object(i.a)({key:s,device:t,state:o}))]:a};var s}function X({v:e,device:t,state:o,prefix:n="color",opacity:a,isChanged:l="hex"}){const s=n=>Object(i.b)({v:e,key:n,device:t,state:o}),c="temp"+Object(r.c)(n);return"hex"===l&&0===s(Object(r.b)(n,"opacity"))?s(Object(r.b)(c,"opacity")):void 0===a?s(Object(r.b)(n,"opacity")):a}function Z({v:e,device:t,state:o,bgColorType:n}){const a=e=>Object(i.a)({key:e,device:t,state:o});return{[a("bgColorType")]:n,[a("gradientActivePointer")]:"solid"===n?"startPointer":(r="gradientActivePointer",Object(i.b)({v:e,key:r,device:t,state:o}))};var r}function J({device:e,state:t,startPointer:o,finishPointer:n,activePointer:a}){const r=o=>Object(i.a)({key:o,device:e,state:t});return{[r("gradientStartPointer")]:o,[r("gradientFinishPointer")]:n,[r("gradientActivePointer")]:a}}function Q({v:e,device:t,state:o,prefix:n,hex:a,opacity:l,isChanged:s="hex",opacityDragEnd:c=!1}){const d=e=>Object(i.a)({key:e,device:t,state:o}),u="temp"+Object(r.c)(n),p=(l=re({v:e,device:t,state:o,prefix:n,opacity:l,isChanged:s}))>0&&c?l:(b=Object(r.b)(u,"colorOpacity"),Object(i.b)({v:e,key:b,device:t,state:o}));var b;return{[d(Object(r.b)(n,"colorHex"))]:a,[d(Object(r.b)(n,"colorOpacity"))]:l,[d(Object(r.b)(u,"colorOpacity"))]:p}}function ee({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l="hex"}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=n=>Object(i.b)({v:e,key:n,device:t,state:o}),d="temp"+Object(r.c)(n);a=re({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l});const u="hex"===l||0===a?"":c(a>0?Object(r.b)(d,"colorPalette"):Object(r.b)(n,"colorPalette")),p="hex"===l?"":c(Object(r.b)(d,"colorPalette"));return{[s(Object(r.b)(n,"colorPalette"))]:u,[s(Object(r.b)(d,"colorPalette"))]:p}}function te({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:r="hex"}){return h({v:e,device:t,state:o,value:a=re({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:r}),dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bgImageSrc","borderColorOpacity"],tempValue:[]}}})}function oe({v:e,device:t,prefix:o,opacity:n,isChanged:a="hex"}){if("desktop"===t||"mobile"===t){return{mobilePaddingRight:0===(n=re({v:e,device:t,prefix:o,opacity:n,isChanged:a}))?0:"hex"===a||n>0?e.tempMobilePaddingRight:e.mobilePaddingRight,mobilePaddingLeft:0===n?0:"hex"===a||n>0?e.tempMobilePaddingLeft:e.mobilePaddingLeft}}return{}}function ne({device:e,state:t,prefix:o,palette:n}){const a=o=>Object(i.a)({key:o,device:e,state:t}),l="temp"+Object(r.c)(o);return{[a(Object(r.b)(o,"colorPalette"))]:n,[a(Object(r.b)(l,"colorPalette"))]:n}}function ae({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l="hex"}){return a=re({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l}),{[(s=Object(r.b)(n,"colorOpacity"),Object(i.a)({key:s,device:t,state:o}))]:a};var s}function re({v:e,device:t,state:o,prefix:n,opacity:a,isChanged:l="hex"}){const s=n=>Object(i.b)({v:e,key:n,device:t,state:o}),c="temp"+Object(r.c)(n);return"hex"!==l&&"palette"!==l||0!==s(Object(r.b)(n,"colorOpacity"))||1!==s(Object(r.b)(c,"colorOpacity"))||""===s("bgImageSrc")?"hex"!==l&&"palette"!==l||0!==s(Object(r.b)(n,"colorOpacity"))?void 0===a?s(Object(r.b)(n,"colorOpacity")):a:s(Object(r.b)(c,"colorOpacity")):.9}function ie({v:e,device:t,state:o,boxShadowType:n,prefix:a=""}){const l=e=>Object(i.a)({key:e,device:t,state:o}),s=Object(r.b)(a,"boxShadow"),c=Object(r.b)("temp",s);return{[l(s)]:n,[l(c)]:""!==n?n:(d=c,Object(i.b)({v:e,key:d,device:t,state:o}))};var d}function le({v:e,device:t,state:o,boxShadowType:n,prefix:a=""}){const i=Object(r.b)(a,"boxShadow");return h({v:e,device:t,state:o,value:n,dependencies:{[Object(r.b)(i,"colorOpacity")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"colorPalette")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"blur")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"spread")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"vertical")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(i,"horizontal")]:{childs:[],nullValue:[],tempValue:[]}}})}function se({v:e,device:t,state:o,hex:n,opacity:a,prefix:l="",isChanged:s="hex",opacityDragEnd:c=!1}){const d=e=>Object(i.a)({key:e,device:t,state:o}),u=Object(r.b)(l,"boxShadow"),p=Object(r.b)(u,"colorHex"),b=Object(r.b)(u,"colorOpacity"),m=Object(r.b)("temp",b),h=(a=he({v:e,device:t,state:o,opacity:a,prefix:l,isChanged:s}))>0&&c?a:(g=m,Object(i.b)({v:e,key:g,device:t,state:o}));var g;return{[d(p)]:n,[d(b)]:a,[d(m)]:h}}function ce({v:e,device:t,state:o,opacity:n,prefix:a="",isChanged:l="hex"}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=n=>Object(i.b)({v:e,key:n,device:t,state:o}),d=Object(r.b)(a,"boxShadow"),u=Object(r.b)(d,"colorPalette"),p=Object(r.b)("temp",u);n=he({v:e,device:t,state:o,opacity:n,isChanged:l});const b="hex"===l||0===n?"":c(n>0?p:u),m="hex"===l?"":c(p);return{[s(u)]:b,[s(p)]:m}}function de({v:e,device:t,state:o,opacity:n,isChanged:a,prefix:i=""}){const l=Object(r.b)(i,"boxShadow"),s={[l]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(l,"blur")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(l,"spread")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(l,"vertical")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(l,"horizontal")]:{childs:[],nullValue:[],tempValue:[]}};return h({v:e,device:t,state:o,value:n=he({v:e,device:t,state:o,opacity:n,prefix:i,isChanged:a}),dependencies:s})}function ue({device:e,state:t,palette:o,prefix:n=""}){const a=o=>Object(i.a)({key:o,device:e,state:t}),l=Object(r.b)(n,"boxShadow"),s=Object(r.b)(l,"colorPalette"),c=Object(r.b)("temp",s);return{[a(s)]:o,[a(c)]:o}}function pe({v:e,device:t,state:o,opacity:n,isChanged:a,prefix:l=""}){const s=Object(r.b)(l,"boxShadow"),c=Object(r.b)(s,"colorOpacity");return n=he({v:e,device:t,state:o,opacity:n,prefix:l,isChanged:a}),{[(d=c,Object(i.a)({key:d,device:t,state:o}))]:n};var d}function be({device:e,state:t,boxShadowBlur:o=0,boxShadowSpread:n=0,boxShadowVertical:a=0,boxShadowHorizontal:l=0,prefix:s=""}){const c=o=>Object(i.a)({key:o,device:e,state:t}),d=Object(r.b)(s,"boxShadow"),u=Object(r.b)(d,"blur"),p=Object(r.b)(d,"spread"),b=Object(r.b)(d,"vertical"),m=Object(r.b)(d,"horizontal"),h=Object(r.b)("temp",u),g=Object(r.b)("temp",p),v=Object(r.b)("temp",b),f=Object(r.b)("temp",m);return{[c(u)]:o,[c(h)]:o,[c(p)]:n,[c(g)]:n,[c(b)]:a,[c(v)]:a,[c(m)]:l,[c(f)]:l}}function me({v:e,device:t,state:o,boxShadowBlur:n=0,boxShadowSpread:a=0,boxShadowVertical:i=0,boxShadowHorizontal:l=0,prefix:s=""}){const c=Math.max(n,a,i,l),d=Object(r.b)(s,"boxShadow");return h({v:e,device:t,state:o,value:c,dependencies:{[d]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(d,"colorOpacity")]:{childs:[],nullValue:[],tempValue:[]},[Object(r.b)(d,"colorPalette")]:{childs:[],nullValue:[],tempValue:[]}}})}function he({v:e,device:t,state:o,prefix:n="",opacity:a,isChanged:l="hex"}){const s=n=>Object(i.b)({v:e,key:n,device:t,state:o}),c=Object(r.b)(n,"boxShadow"),d=Object(r.b)(c,"colorOpacity"),u=Object(r.b)("temp",d);return"hex"!==l&&"palette"!==l||0!==s(d)?void 0===a?s(d):a:s(u)}function ge({v:e,device:t,state:o,textShadowType:n,prefix:a=""}){const l=e=>Object(i.a)({key:e,device:t,state:o}),s=Object(r.b)(a,"textShadow"),c=Object(r.b)("temp",s);return{[l(s)]:n,[l(c)]:""!==n?n:(d=c,Object(i.b)({v:e,key:d,device:t,state:o}))};var d}function ve({v:e,device:t,state:o,hex:n,opacity:a,prefix:l="",isChanged:s="hex",opacityDragEnd:c=!1}){const d=e=>Object(i.a)({key:e,device:t,state:o}),u=Object(r.b)(l,"textShadow"),p=Object(r.b)(u,"colorHex"),b=Object(r.b)(u,"colorOpacity"),m=Object(r.b)("temp",b),h=(a=xe({v:e,device:t,state:o,opacity:a,prefix:l,isChanged:s}))>0&&c?a:(g=m,Object(i.b)({v:e,key:g,device:t,state:o}));var g;return{[d(u)]:"shadow",[d(p)]:n,[d(b)]:a,[d(m)]:h}}function fe({v:e,device:t,state:o,opacity:n,prefix:a="",isChanged:l="hex"}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=n=>Object(i.b)({v:e,key:n,device:t,state:o}),d=Object(r.b)(a,"textShadow"),u=Object(r.b)(d,"colorPalette"),p=Object(r.b)("temp",u);n=xe({v:e,device:t,state:o,opacity:n,isChanged:l});const b="hex"===l||0===n?"":c(n>0?p:u),m="hex"===l?"":c(p);return{[s(d)]:"shadow",[s(u)]:b,[s(p)]:m}}function ye({device:e,state:t,palette:o,prefix:n=""}){const a=o=>Object(i.a)({key:o,device:e,state:t}),l=Object(r.b)(n,"textShadow"),s=Object(r.b)(l,"colorPalette"),c=Object(r.b)("temp",s);return{[a(l)]:"shadow",[a(s)]:o,[a(c)]:o}}function Oe({v:e,device:t,state:o,opacity:n,isChanged:a,prefix:l=""}){const s=e=>Object(i.a)({key:e,device:t,state:o}),c=Object(r.b)(l,"textShadow"),d=Object(r.b)(c,"colorOpacity");return n=xe({v:e,device:t,state:o,opacity:n,prefix:l,isChanged:a}),{[s(c)]:"shadow",[s(d)]:n}}function Se({device:e,state:t,textShadowBlur:o=0,textShadowVertical:n=0,textShadowHorizontal:a=0,prefix:l=""}){const s=o=>Object(i.a)({key:o,device:e,state:t}),c=Object(r.b)(l,"textShadow"),d=Object(r.b)(c,"blur"),u=Object(r.b)(c,"vertical"),p=Object(r.b)(c,"horizontal"),b=Object(r.b)("temp",d),m=Object(r.b)("temp",u),h=Object(r.b)("temp",p);return{[s(c)]:"shadow",[s(d)]:o,[s(b)]:o,[s(u)]:n,[s(m)]:n,[s(p)]:a,[s(h)]:a}}function xe({v:e,device:t,state:o,prefix:n="",opacity:a,isChanged:l="hex"}){const s=n=>Object(i.b)({v:e,key:n,device:t,state:o}),c=Object(r.b)(n,"textShadow"),d=Object(r.b)(c,"colorOpacity"),u=Object(r.b)("temp",d);return"hex"!==l&&"palette"!==l||0!==s(d)?void 0===a?s(d):a:s(u)}function Ce(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function je(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ce(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ce(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Pe({v:e,device:t,state:o,me:n="padding",childs:a,value:i,suffix:l,sliderDragEnd:s,prefix:c=""}){const u=[],p=[],b=Object(r.b)(c,n);return a.forEach(e=>{const t=Object(r.b)(c,e);u.push(t),p.push(Object(r.b)(t,"suffix"))}),je(je({},d({v:e,device:t,state:o,me:b+"Suffix",childs:p,value:l,dragEnd:s})),d({v:e,device:t,state:o,childs:u,value:i,me:b,dragEnd:s}))}function Be({v:e,device:t,state:o,value:n,suffix:a,sliderDragEnd:i,childs:l,current:s,me:c="padding",prefix:d=""}){const p=[],b=[],m=Object(r.b)(d,c),h=Object(r.b)(d,s);return l.forEach(e=>{const t=Object(r.b)(d,e);p.push(t),b.push(Object(r.b)(t,"suffix"))}),je(je({},u({v:e,device:t,state:o,me:m+"Suffix",childs:b,current:h+"Suffix",value:a,dragEnd:i})),u({v:e,device:t,state:o,childs:p,current:h,value:n,me:m,dragEnd:i}))}function we(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Te(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?we(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):we(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function ze({v:e,device:t,state:o,value:n,suffix:a}){const r=["marginTop","marginRight","marginBottom","marginLeft"],i=[];for(var l=0;l<r.length;l++)i[l]=r[l]+"Suffix";return Te(Te({},p({v:e,device:t,state:o,parent:"marginSuffix",childs:i,value:a})),p({v:e,device:t,state:o,parent:"margin",childs:r,value:n}))}function Ee({v:e,device:t,state:o,current:n,value:a,suffix:r}){const l=["marginTop","marginRight","marginBottom","marginLeft"],s=[];for(var c=0;c<l.length;c++)s[c]=l[c]+"Suffix";return Te(Te(Te({[""+Object(i.a)({key:n+"Suffix",device:t,state:o})]:r},m({v:e,device:t,state:o,childs:l,current:n,value:a})),b({v:e,device:t,state:o,parent:"margin",childs:l,current:n,value:a})),b({v:e,device:t,state:o,parent:"marginSuffix",childs:s,current:n+"Suffix",value:r}))}function ke({v:e,device:t,state:o,opacity:n,isChanged:a="hex"}){return h({v:e,device:t,state:o,value:n=function({v:e,device:t,state:o,opacity:n,isChanged:a}){return"hex"===a&&0===Object(i.b)({v:e,key:"boxShadowColorOpacity",device:t,state:o})?Object(i.b)({v:e,key:"tempBoxShadowColorOpacity",device:t,state:o}):void 0===n?Object(i.b)({v:e,key:"boxShadowColorOpacity",device:t,state:o}):n}({v:e,device:t,state:o,opacity:n,isChanged:a}),dependencies:{boxShadowBlur:{childs:[],nullValue:[],tempValue:[]},boxShadowVertical:{childs:[],nullValue:[],tempValue:[]}}})}function He({v:e,device:t,state:o,colorType:n}){const a=e=>Object(i.a)({key:e,device:t,state:o});return{[a("colorType")]:n,[a("gradientActivePointer")]:"solid"===n?"startPointer":(r="gradientActivePointer",Object(i.b)({v:e,key:r,device:t,state:o}))};var r}function Fe({v:e,device:t,state:o,hex:n,opacity:a,isChanged:r="hex",opacityDragEnd:l=!1}){const s=(a=We({v:e,device:t,state:o,opacity:a,isChanged:r}))>0&&l?a:Object(i.b)({v:e,key:"tempBg2ColorOpacity",device:t,state:o});return{[Object(i.a)({key:"bg2ColorHex",device:t,state:o})]:n,[Object(i.a)({key:"bg2ColorOpacity",device:t,state:o})]:a,[Object(i.a)({key:"tempBg2ColorOpacity",device:t,state:o})]:s}}function _e({v:e,device:t,state:o,opacity:n,isChanged:a="hex"}){n=We({v:e,device:t,state:o,opacity:n,isChanged:a});const r="hex"===a||0===n?"":n>0?Object(i.b)({v:e,key:"tempBg2ColorPalette",device:t,state:o}):Object(i.b)({v:e,key:"bg2ColorPalette",device:t,state:o}),l="hex"===a?"":Object(i.b)({v:e,key:"tempBg2ColorPalette",device:t,state:o});return{[Object(i.a)({key:"bg2ColorPalette",device:t,state:o})]:r,[Object(i.a)({key:"tempBg2ColorPalette",device:t,state:o})]:l}}function Re({v:e,device:t,state:o,opacity:n,isChanged:a="hex"}){return h({v:e,device:t,state:o,value:n=We({v:e,device:t,state:o,opacity:n,isChanged:a}),dependencies:{borderRadius:{childs:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nullValue:["bg2ImageSrc","borderColorOpacity"],tempValue:[]}}})}function Le({device:e,state:t,palette:o}){return{[Object(i.a)({key:"bg2ColorPalette",device:e,state:t})]:o,[Object(i.a)({key:"tempBg2ColorPalette",device:e,state:t})]:o}}function Me({v:e,device:t,state:o,opacity:n,isChanged:a="hex"}){return n=We({v:e,device:t,state:o,opacity:n,isChanged:a}),{[Object(i.a)({key:"bg2ColorOpacity",device:t,state:o})]:n}}function We({v:e,device:t,state:o,opacity:n,isChanged:a}){return"hex"===a&&0===Object(i.b)({v:e,key:"bg2ColorOpacity",device:t,state:o})&&1===Object(i.b)({v:e,key:"tempBg2ColorOpacity",device:t,state:o})&&""!==Object(i.b)({v:e,key:"bg2ImageSrc",device:t,state:o})?.9:"hex"===a&&0===Object(i.b)({v:e,key:"bg2ColorOpacity",device:t,state:o})?Object(i.b)({v:e,key:"tempBg2ColorOpacity",device:t,state:o}):void 0===n?Object(i.b)({v:e,key:"bg2ColorOpacity",device:t,state:o}):n}function Ie({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{borderColorHex:t,borderColorOpacity:o=t!==e.borderColorHex&&0===e.borderColorOpacity?e.tempBorderColorOpacity:o,borderColorPalette:"hex"===n?"":e.borderColorPalette,tempBorderColorOpacity:o>0?o:e.tempBorderColorOpacity,tempBorderColorPalette:"hex"===n?"":e.tempBorderColorPalette,padding:0===o&&0===e.bgColorOpacity?0:o>0?e.tempPadding:e.padding,borderRadiusType:0===o&&0===e.bgColorOpacity?"":o>0?e.tempBorderRadiusType:e.borderRadiusType,fillType:0===o&&0===e.bgColorOpacity?"default":o>0&&0===e.bgColorOpacity?"outline":e.fillType,borderWidth:0===o?0:o>0?e.tempBorderWidth:e.borderWidth,bgColorOpacity:o>0&&e.bgColorOpacity>0?e.tempBgColorOpacity:e.bgColorOpacity,hoverBgColorHex:e.bgColorHex===e.hoverBgColorHex?t:e.hoverBgColorHex,hoverBgColorOpacity:0===o&&0===e.bgColorOpacity?0:e.bgColorOpacity===e.hoverBgColorOpacity?o:e.hoverBgColorOpacity}}function Ne({v:e,palette:t}){return{borderColorPalette:t,tempBorderColorPalette:t,borderColorOpacity:0===e.borderColorOpacity?e.tempBorderColorOpacity:e.borderColorOpacity,padding:e.tempPadding,borderRadiusType:e.tempBorderRadiusType,fillType:0===e.bgColorOpacity?"outline":e.bgColorOpacity>0?"filled":e.fillType,borderWidth:e.tempBorderWidth}}function Ae({v:e,hex:t,opacity:o,isChanged:n}){return{borderColorPalette:"hex"===n?"":e.borderColorPalette,borderColorHex:t,borderColorOpacity:o}}function Ve({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverBorderColorHex:t,hoverBorderColorOpacity:t!==e.hoverBorderColorHex&&0==e.hoverBorderColorOpacity?e.tempHoverBorderColorOpacity:o,hoverBorderColorPalette:"hex"===n?"":e.hoverBorderColorPalette}}function De({v:e,palette:t}){return{hoverBorderColorPalette:t,hoverBorderColorOpacity:0===e.hoverBorderColorOpacity?e.tempHoverBorderColorOpacity:e.hoverBorderColorOpacity}}function $e({v:e,hex:t,opacity:o,isChanged:n}){return{hoverBorderColorPalette:"hex"===n?"":e.hoverBorderColorPalette,hoverBorderColorHex:t,hoverBorderColorOpacity:o}}var Ge=o(16);function Ue({v:e,hex:t,opacity:o,isChanged:n="hex",opacityDragEnd:a=!1}){return{borderColorHex:t,borderColorOpacity:o=t!==e.borderColorHex&&0===e.borderColorOpacity?e.tempBorderColorOpacity:o,tempBorderColorOpacity:o>0&&a?o:e.tempBorderColorOpacity,borderColorPalette:"hex"===n?"":e.borderColorPalette,tempBorderColorPalette:"hex"===n?"":e.tempBorderColorPalette,paddingRL:0===o&&0===e.bgColorOpacity?0:o>0&&!Ge.d?e.tempPaddingRL:e.paddingRL,paddingRight:0===o&&0===e.bgColorOpacity?0:o>0&&!Ge.d?e.tempPaddingRight:e.paddingRight,paddingLeft:0===o&&0===e.bgColorOpacity?0:o>0&&!Ge.d?e.tempPaddingLeft:e.paddingRight,paddingTB:0!==o||0!==e.bgColorOpacity||Ge.d?e.paddingTB:e.tempPaddingTB,paddingTop:0!==o||0!==e.bgColorOpacity||Ge.d?e.paddingTop:e.tempPaddingTop,paddingBottom:0!==o||0!==e.bgColorOpacity||Ge.d?e.paddingBottom:e.tempPaddingBottom,fillType:0===o&&0===e.bgColorOpacity?"default":o>0&&0===e.bgColorOpacity?"outline":e.fillType,borderRadiusType:0===o&&0===e.bgColorOpacity?"":o>0?e.tempBorderRadiusType:e.borderRadiusType,borderWidth:0===o?0:o>0?e.tempBorderWidth:e.borderWidth,bgColorOpacity:o>0&&e.bgColorOpacity>0?e.tempBgColorOpacity:e.bgColorOpacity,hoverBgColorHex:e.bgColorHex===e.hoverBgColorHex?t:e.hoverBgColorHex,hoverBgColorOpacity:0===o&&0===e.bgColorOpacity?0:e.bgColorOpacity===e.hoverBgColorOpacity?o:e.hoverBgColorOpacity}}function Ke({v:e,palette:t}){return{borderColorPalette:t,tempBorderColorPalette:t,borderColorOpacity:0===e.borderColorOpacity?e.tempBorderColorOpacity:e.borderColorOpacity,borderRadiusType:e.tempBorderRadiusType,fillType:0===e.bgColorOpacity?"outline":e.bgColorOpacity>0?"filled":e.fillType,borderWidth:e.tempBorderWidth}}function Ye({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{borderColorPalette:"hex"===n?"":e.borderColorPalette,borderColorHex:t,borderColorOpacity:o}}function qe({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverBorderColorHex:t,hoverBorderColorOpacity:t!==e.hoverBorderColorHex&&0==e.hoverBorderColorOpacity?e.tempHoverBorderColorOpacity:o,hoverBorderColorPalette:"hex"===n?"":e.hoverBorderColorPalette}}function Xe({v:e,palette:t}){return{hoverBorderColorPalette:t,hoverBorderColorOpacity:0===e.hoverBorderColorOpacity?e.tempHoverBorderColorOpacity:e.hoverBorderColorOpacity}}function Ze({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverBorderColorPalette:"hex"===n?"":e.hoverBorderColorPalette,hoverBorderColorHex:t,hoverBorderColorOpacity:o}}function Je({v:e,hex:t,opacity:o,isChanged:n="hex",opacityDragEnd:a=!1}){return{bgColorHex:t,bgColorOpacity:o=t!==e.bgColorHex&&0===e.bgColorOpacity?e.tempBgColorOpacity:o,bgColorPalette:"hex"===n?"":e.bgColorPalette,tempBgColorPalette:"hex"===n?"":e.tempBgColorPalette,tempBgColorOpacity:o>0&&a?o:e.tempBgColorOpacity,borderRadiusType:0===o&&0===e.borderColorOpacity?"":o>0?e.tempBorderRadiusType:e.borderRadiusType,fillType:0===o&&0===e.borderColorOpacity?"default":0===o&&e.borderColorOpacity>0?"outline":o>0?"filled":e.fillType,borderWidth:0===o&&0===e.borderColorOpacity?0:e.borderWidth,borderColorHex:""!==e.bgColorPalette&&e.bgColorPalette===e.borderColorPalette&&"filled"===e.fillType||""===e.bgColorPalette&&e.bgColorHex===e.borderColorHex&&"filled"===e.fillType?t:e.borderColorHex,borderColorPalette:""!==e.bgColorPalette&&e.bgColorPalette===e.borderColorPalette&&"filled"===e.fillType?"":e.borderColorPalette,tempBorderColorPalette:""!==e.bgColorPalette&&e.bgColorPalette===e.borderColorPalette&&"filled"===e.fillType?"":e.tempBorderColorPalette,borderColorOpacity:""===e.bgColorPalette&&e.bgColorHex===e.borderColorHex&&e.bgColorOpacity===e.tempBorderColorOpacity&&"filled"===e.fillType||0===o&&0===e.borderColorOpacity?0:e.borderColorOpacity,hoverBgColorOpacity:0===o&&0===e.borderColorOpacity?0:o>0?e.tempHoverBgColorOpacity:e.hoverBgColorOpacity,hoverBorderColorHex:e.borderColorHex===e.hoverBorderColorHex?t:e.hoverBorderColorHex,hoverBorderColorOpacity:0===o&&0===e.bgColorOpacity?0:e.hoverBorderColorOpacity}}function Qe({v:e,palette:t}){return{bgColorPalette:t,tempBgColorPalette:t,bgColorOpacity:0===e.bgColorOpacity?e.tempBgColorOpacity:e.bgColorOpacity,borderRadiusType:e.tempBorderRadiusType,fillType:"filled",borderColorPalette:""!==e.bgColorPalette&&e.bgColorPalette===e.borderColorPalette&&"filled"===e.fillType||""===e.bgColorPalette&&e.bgColorHex===e.borderColorHex&&"filled"===e.fillType?t:e.borderColorPalette,tempBorderColorPalette:""!==e.bgColorPalette&&e.bgColorPalette===e.borderColorPalette&&"filled"===e.fillType||""===e.bgColorPalette&&e.bgColorHex===e.borderColorHex&&"filled"===e.fillType?t:e.borderColorPalette,hoverBgColorOpacity:e.tempHoverBgColorOpacity}}function et({v:e,hex:t,opacity:o,isChanged:n="hex"}){return"startPointer"===e.gradientActivePointer?{bgColorPalette:"hex"===n?"":e.bgColorPalette,bgColorHex:t,bgColorOpacity:o}:{gradientColorPalette:"hex"===n?"":e.gradientColorPalette,gradientColorHex:t,gradientColorOpacity:o}}function tt({v:e,hex:t,opacity:o,isChanged:n="hex",opacityDragEnd:a=!1}){return{hoverBgColorHex:t,hoverBgColorOpacity:o=t!==e.hoverBgColorHex&&0===e.hoverBgColorOpacity?e.tempHoverBgColorOpacity:o,tempHoverBgColorOpacity:o>0&&a?o:e.tempHoverBgColorOpacity,hoverBgColorPalette:"hex"===n?"":e.hoverBgColorPalette,tempHoverBgColorPalette:"hex"===n?"":e.tempHoverBgColorPalette,hoverBorderColorHex:""!==e.hoverBgColorPalette&&e.hoverBgColorPalette===e.hoverBorderColorPalette&&"filled"===e.fillType||""===e.hoverBgColorPalette&&e.hoverBgColorHex===e.hoverBorderColorHex&&"filled"===e.fillType?t:e.hoverBorderColorHex,hoverBorderColorPalette:""!==e.hoverBgColorPalette&&e.hoverBgColorPalette===e.hoverBorderColorPalette&&"filled"===e.fillType?"":e.hoverBorderColorPalette,tempHoverBorderColorPalette:""!==e.hoverBgColorPalette&&e.hoverBgColorPalette===e.hoverBorderColorPalette&&"filled"===e.fillType?"":e.tempHoverBorderColorPalette,hoverBorderColorOpacity:""===e.hoverBgColorPalette&&e.hoverBgColorHex===e.hoverBorderColorHex&&e.hoverBgColorOpacity===e.tempHoverBorderColorOpacity&&"filled"===e.fillType?0:e.hoverBorderColorOpacity}}function ot({v:e,palette:t}){return{hoverBgColorPalette:t,hoverBgColorOpacity:0===e.hoverBgColorOpacity?e.tempHoverBgColorOpacity:e.hoverBgColorOpacity,hoverBorderColorPalette:""!==e.hoverBgColorPalette&&e.hoverBgColorPalette===e.hoverBorderColorPalette&&"filled"===e.fillType||""===e.hoverBgColorPalette&&e.hoverBgColorHex===e.hoverBorderColorHex&&"filled"===e.fillType?t:e.hoverBorderColorPalette,tempHoverBorderColorPalette:""!==e.hoverBgColorPalette&&e.hoverBgColorPalette===e.hoverBorderColorPalette&&"filled"===e.fillType||""===e.hoverBgColorPalette&&e.hoverBgColorHex===e.hoverBorderColorHex&&"filled"===e.fillType?t:e.hoverBorderColorPalette}}function nt({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverBgColorPalette:"hex"===n?"":e.hoverBgColorPalette,hoverBgColorHex:t,hoverBgColorOpacity:o}}function at({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{colorHex:t,colorOpacity:o=t!==e.colorHex&&0==e.colorOpacity?e.tempColorOpacity:o,colorPalette:"hex"===n?"":e.colorPalette,tempColorOpacity:o>0&&a?o:e.tempColorOpacity,hoverColorHex:e.colorHex===e.hoverColorHex?t:e.hoverColorHex,hoverColorOpacity:e.colorOpacity===e.hoverColorOpacity?o:e.hoverColorOpacity}}function rt({v:e,palette:t}){return{colorPalette:t,colorOpacity:0===e.colorOpacity?e.tempColorOpacity:e.colorOpacity}}function it({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{colorPalette:"hex"===n?"":e.colorPalette,colorHex:t,colorOpacity:o}}function lt({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverColorHex:t,hoverColorOpacity:t!==e.hoverColorHex&&0==e.hoverColorOpacity?e.tempHoverColorOpacity:o,hoverColorPalette:"hex"===n?"":e.hoverColorPalette}}function st({v:e,palette:t}){return{hoverColorPalette:t,hoverColorOpacity:0===e.hoverColorOpacity?e.tempHoverColorOpacity:e.hoverColorOpacity}}function ct({v:e,hex:t,opacity:o,isChanged:n="hex"}){return{hoverColorPalette:"hex"===n?"":e.hoverColorPalette,hoverColorHex:t,hoverColorOpacity:o}}function dt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{colorHex:t,colorOpacity:o=t!==e.colorHex&&0===e.colorOpacity?e.tempColorOpacity:o,colorPalette:"hex"===n?"":e.colorPalette,tempColorOpacity:o>0&&a?o:e.tempColorOpacity,hoverColorHex:e.colorHex===e.hoverColorHex?t:e.hoverColorHex,hoverColorOpacity:e.colorOpacity===e.hoverColorOpacity?o:e.hoverColorOpacity}}function ut({v:e,palette:t}){return{colorPalette:t,colorOpacity:0===e.colorOpacity?e.tempColorOpacity:e.colorOpacity,hoverColorPalette:e.colorPalette===e.hoverColorPalette?t:e.hoverColorPalette}}function pt({v:e,hex:t,opacity:o,isChanged:n}){return{colorPalette:"hex"===n?"":e.colorPalette,colorHex:t,colorOpacity:o,hoverColorHex:e.colorHex===e.hoverColorHex?t:e.hoverColorHex,hoverColorOpacity:e.colorOpacity===e.hoverColorOpacity?o:e.hoverColorOpacity}}function bt({v:e,hex:t,opacity:o,isChanged:n}){return o=t!==e.colorHex&&0===e.colorOpacity?e.tempColorOpacity:o,{hoverColorHex:t,hoverColorOpacity:t!==e.hoverColorHex&&0===e.hoverColorOpacity?e.tempHoverColorOpacity:o,hoverColorPalette:"hex"===n?"":e.hoverColorPalette}}function mt({v:e,palette:t}){return{hoverColorPalette:t,hoverColorOpacity:0===e.hoverColorOpacity?e.tempHoverColorOpacity:e.hoverColorOpacity}}function ht({v:e,hex:t,opacity:o,isChanged:n}){return{hoverColorPalette:"hex"===n?"":e.hoverColorPalette,hoverColorHex:t,hoverColorOpacity:o}}function gt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{mMenuColorHex:t,mMenuColorOpacity:o=t!==e.mMenuColorHex&&0==e.mMenuColorOpacity?e.mMenuTempColorOpacity:o,mMenuColorPalette:"hex"===n?"":e.mMenuColorPalette,mMenuTempColorOpacity:o>0&&a?o:e.mMenuTempColorOpacity,mMenuHoverColorHex:e.mMenuColorHex===e.mMenuHoverColorHex?t:e.mMenuHoverColorHex,mMenuHoverColorOpacity:e.mMenuColorOpacity===e.mMenuHoverColorOpacity?o:e.mMenuHoverColorOpacity}}function vt({v:e,palette:t}){return{mMenuColorPalette:t,mMenuColorOpacity:0===e.mMenuColorOpacity?e.mMenuTempColorOpacity:e.mMenuColorOpacity}}function ft({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuColorPalette:"hex"===n?"":e.mMenuColorPalette,mMenuColorHex:t,mMenuColorOpacity:o}}function yt({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuHoverColorHex:t,mMenuHoverColorOpacity:t!==e.mMenuHoverColorHex&&0==e.mMenuHoverColorOpacity?e.mMenuTempHoverColorOpacity:o,mMenuHoverColorPalette:"hex"===n?"":e.mMenuHoverColorPalette}}function Ot({v:e,palette:t}){return{mMenuHoverColorPalette:t,mMenuHoverColorOpacity:0===e.mMenuHoverColorOpacity?e.mMenuTempHoverColorOpacity:e.mMenuHoverColorOpacity}}function St({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuHoverColorPalette:"hex"===n?"":e.mMenuHoverColorPalette,mMenuHoverColorHex:t,mMenuHoverColorOpacity:o}}function xt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{subMenuColorHex:t,subMenuColorOpacity:o=t!==e.subMenuColorHex&&0===e.subMenuColorOpacity?e.subMenuTempColorOpacity:o,subMenuColorPalette:"hex"===n?"":e.subMenuColorPalette,subMenuTempColorOpacity:o>0&&a?o:e.subMenuTempColorOpacity,subMenuHoverColorHex:e.subMenuColorHex===e.subMenuHoverColorHex?t:e.subMenuHoverColorHex,subMenuHoverColorOpacity:e.subMenuColorOpacity===e.subMenuHoverColorOpacity?o:e.subMenuHoverColorOpacity,mMenuColorHex:e.subMenuColorHex===e.mMenuColorHex?t:e.mMenuColorHex,mMenuColorOpacity:e.subMenuColorOpacity===e.mMenuColorOpacity?o:e.mMenuColorOpacity,mMenuHoverColorHex:e.subMenuColorHex===e.mMenuHoverColorHex?t:e.mMenuHoverColorHex,mMenuHoverColorOpacity:e.subMenuColorOpacity===e.mMenuHoverColorOpacity?o:e.mMenuHoverColorOpacity}}function Ct({v:e,palette:t}){return{subMenuColorPalette:t,subMenuColorOpacity:0===e.subMenuColorOpacity?e.subMenuTempColorOpacity:e.subMenuColorOpacity,subMenuHoverColorPalette:e.subMenuColorPalette===e.subMenuHoverColorPalette?t:e.subMenuHoverColorPalette,mMenuColorPalette:e.subMenuColorPalette===e.mMenuColorPalette?t:e.mMenuColorPalette,mMenuHoverColorPalette:e.subMenuColorPalette===e.mMenuHoverColorPalette?t:e.mMenuHoverColorPalette}}function jt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuColorPalette:"hex"===n?"":e.subMenuColorPalette,subMenuColorHex:t,subMenuColorOpacity:o,subMenuHoverColorHex:e.subMenuColorHex===e.subMenuHoverColorHex?t:e.subMenuHoverColorHex,subMenuHoverColorOpacity:e.subMenuColorOpacity===e.subMenuHoverColorOpacity?t:e.subMenuHoverColorOpacity,mMenuColorHex:e.subMenuColorHex===e.mMenuColorHex?t:e.mMenuBgColorHex,mMenuColorOpacity:e.subMenuColorOpacity===e.mMenuColorOpacity?o:e.mMenuColorOpacity,mMenuHoverColorHex:e.subMenuColorHex===e.mMenuHoverColorHex?t:e.mMenuHoverColorHex,mMenuHoverColorOpacity:e.subMenuColorOpacity===e.mMenuHoverColorOpacity?o:e.mMenuHoverColorOpacity}}function Pt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuHoverColorHex:t,subMenuHoverColorOpacity:t!==e.subMenuHoverColorHex&&0===e.subMenuHoverColorOpacity?e.subMenuTempHoverColorOpacity:o,subMenuHoverColorPalette:"hex"===n?"":e.subMenuHoverColorPalette,mMenuHoverColorHex:e.subMenuHoverColorHex===e.mMenuHoverColorHex?t:e.mMenuHoverColorHex,mMenuHoverColorOpacity:e.subMenuHoverColorOpacity===e.mMenuHoverColorOpacity?o:e.mMenuHoverColorOpacity}}function Bt({v:e,palette:t}){return{subMenuHoverColorPalette:t,subMenuHoverColorOpacity:0===e.subMenuHoverColorOpacity?e.subMenuTempHoverColorOpacity:e.subMenuHoverColorOpacity,mMenuHoverColorPalette:e.subMenuHoverColorPalette===e.mMenuHoverColorPalette?t:e.mMenuHoverColorPalette}}function wt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuHoverColorPalette:"hex"===n?"":e.subMenuHoverColorPalette,subMenuHoverColorHex:t,subMenuHoverColorOpacity:o,mMenuHoverColorHex:e.subMenuHoverColorHex===e.mMenuHoverColorHex?t:e.mMenuHoverColorHex,mMenuHoverColorOpacity:e.subMenuHoverColorOpacity===e.mMenuHoverColorOpacity?o:e.mMenuHoverColorOpacity}}function Tt({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuIconColorHex:t,mMenuIconColorOpacity:t!==e.mMenuIconColorHex&&0===e.mMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o,mMenuIconColorPalette:"hex"===n?"":e.mMenuIconColorPalette}}function zt({v:e,palette:t}){return{mMenuIconColorPalette:t,mMenuIconColorHex:"",mMenuIconColorOpacity:0===e.mMenuIconColorOpacity?e.mMenuTempIconColorOpacity:e.mMenuIconColorOpacity}}function Et({v:e,hex:t,opacity:o,isChanged:n}){const a=t!==e.mMenuIconColorHex&&0===e.mMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o;return{mMenuIconColorPalette:"hex"===n?"":e.mMenuIconColorPalette,mMenuIconColorHex:t,mMenuIconColorOpacity:a}}function kt({v:e,hex:t,opacity:o,isChanged:n}){return{tabletMMenuIconColorHex:t,tabletMMenuIconColorOpacity:t!==e.tabletMMenuIconColorHex&&0===e.tabletMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o,tabletMMenuIconColorPalette:"hex"===n?"":e.tabletMMenuIconColorPalette}}function Ht({v:e,palette:t}){return{tabletMMenuIconColorPalette:t,tabletMMenuIconColorHex:"",tabletMMenuIconColorOpacity:0===e.tabletMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:e.tabletMMenuIconColorOpacity}}function Ft({v:e,hex:t,opacity:o,isChanged:n}){const a=t!==e.tabletMMenuIconColorHex&&0===e.tabletMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o;return{tabletMMenuIconColorPalette:"hex"===n?"":e.tabletMMenuIconColorPalette,tabletMMenuIconColorHex:t,tabletMMenuIconColorOpacity:a}}function _t({v:e,hex:t,opacity:o,isChanged:n}){return{mobileMMenuIconColorHex:t,mobileMMenuIconColorOpacity:t!==e.mobileMMenuIconColorHex&&0===e.mobileMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o,mobileMMenuIconColorPalette:"hex"===n?"":e.mobileMMenuIconColorPalette}}function Rt({v:e,palette:t}){return{mobileMMenuIconColorPalette:t,mobileMMenuIconColorHex:"",mobileMMenuIconColorOpacity:0===e.mobileMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:e.mobileMMenuIconColorOpacity}}function Lt({v:e,hex:t,opacity:o,isChanged:n}){const a=t!==e.mobileMMenuIconColorHex&&0===e.mobileMMenuIconColorOpacity?e.mMenuTempIconColorOpacity:o;return{mobileMMenuIconColorPalette:"hex"===n?"":e.mobileMMenuIconColorPalette,mobileMMenuIconColorHex:t,mobileMMenuIconColorOpacity:a}}function Mt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{mMenuBgColorHex:t,mMenuBgColorOpacity:o=t!==e.mMenuBgColorHex&&0==e.mMenuBgColorOpacity?e.mMenuTempBgColorOpacity:o,mMenuBgColorPalette:"hex"===n?"":e.mMenuBgColorPalette,mMenuTempBgColorOpacity:o>0&&a?o:e.mMenuTempBgColorOpacity}}function Wt({v:e,palette:t}){return{mMenuBgColorPalette:t,mMenuBgColorOpacity:0===e.mMenuBgColorOpacity?e.mMenuTempBgColorOpacity:e.mMenuBgColorOpacity}}function It({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuBgColorPalette:"hex"===n?"":e.mMenuBgColorPalette,mMenuBgColorHex:t,mMenuBgColorOpacity:o}}function Nt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a=!1}){return{subMenuBgColorHex:t,subMenuBgColorOpacity:o=t!==e.subMenuBgColorHex&&0===e.subMenuBgColorOpacity?e.subMenuTempBgColorOpacity:o,subMenuBgColorPalette:"hex"===n?"":e.subMenuBgColorPalette,subMenuTempBgColorOpacity:o>0&&a?o:e.subMenuTempBgColorOpacity,subMenuHoverBgColorHex:e.subMenuBgColorHex===e.subMenuHoverBgColorHex?t:e.subMenuHoverBgColorHex,subMenuHoverBgColorOpacity:e.subMenuBgColorOpacity===e.subMenuHoverBgColorOpacity?t:e.subMenuHoverBgColorOpacity,mMenuBgColorHex:e.subMenuBgColorHex===e.mMenuBgColorHex?t:e.mMenuBgColorHex,mMenuBgColorOpacity:e.subMenuBgColorOpacity===e.mMenuBgColorOpacity?o:e.mMenuBgColorOpacity}}function At({v:e,palette:t}){return{subMenuBgColorPalette:t,subMenuBgColorOpacity:0===e.subMenuBgColorOpacity?e.subMenuTempBgColorOpacity:e.subMenuBgColorOpacity,subMenuHoverBgColorPalette:e.subMenuBgColorPalette===e.subMenuHoverBgColorPalette?t:e.subMenuHoverBgColorPalette,mMenuBgColorPalette:e.subMenuBgColorPalette===e.mMenuBgColorPalette?t:e.mMenuBgColorPalette}}function Vt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuBgColorPalette:"hex"===n?"":e.subMenuBgColorPalette,subMenuBgColorHex:t,subMenuBgColorOpacity:o,subMenuHoverBgColorHex:e.subMenuBgColorHex===e.subMenuHoverBgColorHex?t:e.subMenuHoverBgColorHex,subMenuHoverBgColorOpacity:e.subMenuBgColorOpacity===e.subMenuHoverBgColorOpacity?t:e.subMenuHoverBgColorOpacity,mMenuBgColorHex:e.subMenuBgColorHex===e.mMenuBgColorHex?t:e.mMenuBgColorHex,mMenuBgColorOpacity:e.subMenuBgColorOpacity===e.mMenuBgColorOpacity?o:e.mMenuBgColorOpacity}}function Dt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuHoverBgColorHex:t,subMenuHoverBgColorOpacity:t!==e.subMenuHoverBgColorHex&&0===e.subMenuHoverBgColorOpacity?e.subMenuTempHoverBgColorOpacity:o,subMenuHoverBgColorPalette:"hex"===n?"":e.subMenuHoverBgColorPalette}}function $t({v:e,palette:t}){return{subMenuHoverBgColorPalette:t,subMenuHoverBgColorOpacity:0===e.subMenuHoverBgColorOpacity?e.subMenuTempHoverBgColorOpacity:e.subMenuHoverBgColorOpacity}}function Gt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuHoverBgColorPalette:"hex"===n?"":e.subMenuHoverBgColorPalette,subMenuHoverBgColorHex:t,subMenuHoverBgColorOpacity:o}}function Ut({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{mMenuBorderColorHex:t,mMenuBorderColorOpacity:o=t!==e.mMenuBorderColorHex&&0==e.mMenuBorderColorOpacity?e.mMenuTempBorderColorOpacity:o,mMenuBorderColorPalette:"hex"===n?"":e.mMenuBorderColorPalette,mMenuTempBorderColorOpacity:o>0&&a?o:e.mMenuTempBorderColorOpacity}}function Kt({v:e,palette:t}){return{mMenuBorderColorPalette:t,mMenuBorderColorOpacity:0===e.mMenuBorderColorOpacity?e.mMenuTempBorderColorOpacity:e.mMenuBorderColorOpacity}}function Yt({v:e,hex:t,opacity:o,isChanged:n}){return{mMenuBorderColorPalette:"hex"===n?"":e.mMenuBorderColorPalette,mMenuBorderColorHex:t,mMenuBorderColorOpacity:o}}function qt({v:e,hex:t,opacity:o,isChanged:n,opacityDragEnd:a}){return{subMenuBorderColorHex:t,subMenuBorderColorOpacity:o=t!==e.subMenuBorderColorHex&&0===e.subMenuBorderColorOpacity?e.subMenuTempBorderColorOpacity:o,subMenuBorderColorPalette:"hex"===n?"":e.subMenuBorderColorPalette,subMenuTempBorderColorOpacity:o>0&&a?o:e.subMenuTempBorderColorOpacity,mMenuBorderColorHex:e.subMenuBorderColorHex===e.mMenuBorderColorHex?t:e.mMenuBorderColorHex,mMenuBorderColorOpacity:e.subMenuBorderColorOpacity===e.mMenuBorderColorOpacity?o:e.mMenuBorderColorOpacity}}function Xt({v:e,palette:t}){return{subMenuBorderColorPalette:t,subMenuBorderColorOpacity:0===e.subMenuBorderColorOpacity?e.subMenuTempBorderColorOpacity:e.subMenuBorderColorOpacity,mMenuBorderColorPalette:e.subMenuBorderColorPalette===e.mMenuBorderColorPalette?t:e.mMenuBorderColorPalette}}function Zt({v:e,hex:t,opacity:o,isChanged:n}){return{subMenuBorderColorPalette:"hex"===n?"":e.subMenuBorderColorPalette,subMenuBorderColorHex:t,subMenuBorderColorOpacity:o,mMenuBorderColorHex:e.subMenuBorderColorHex===e.mMenuBorderColorHex?t:e.mMenuBorderColorHex,mMenuBorderColorOpacity:e.subMenuBorderColorOpacity===e.mMenuBorderColorOpacity?o:e.mMenuBorderColorOpacity}}function Jt({v:e,hex:t,opacity:o,isChanged:n}){return{activeSubMenuColorHex:t,activeSubMenuColorOpacity:t!==e.activeSubMenuColorHex&&0===e.activeSubMenuColorOpacity?e.tempActiveSubMenuColorOpacity:o,activeSubMenuColorPalette:"hex"===n?"":e.activeSubMenuColorPalette,activeMMenuColorHex:e.activeSubMenuColorHex===e.activeMMenuColorHex?t:e.activeMMenuColorHex,activeMMenuColorOpacity:e.activeSubMenuColorOpacity===e.activeMMenuColorOpacity?o:e.activeMMenuColorOpacity}}function Qt({v:e,palette:t}){return{activeSubMenuColorPalette:t,activeSubMenuColorOpacity:0===e.activeSubMenuColorOpacity?e.tempActiveSubMenuColorOpacity:e.activeSubMenuColorOpacity,activeMMenuColorPalette:e.activeSubMenuColorPalette===e.activeMMenuColorPalette?t:e.activeMMenuColorPalette}}function eo({v:e,hex:t,opacity:o,isChanged:n}){return{activeSubMenuColorPalette:"hex"===n?"":e.activeSubMenuColorPalette,activeSubMenuColorHex:t,activeSubMenuColorOpacity:o,activeMMenuColorHex:e.activeSubMenuColorHex===e.activeMMenuColorHex?t:e.activeMMenuColorHex,activeMMenuColorOpacity:e.activeSubMenuColorOpacity===e.activeMMenuColorOpacity?o:e.activeMMenuColorOpacity}}function to({v:e,hex:t,opacity:o,isChanged:n}){return{activeSubMenuBgColorHex:t,activeSubMenuBgColorOpacity:t!==e.activeSubMenuBgColorHex&&0===e.activeSubMenuBgColorOpacity?e.tempActiveSubMenuBgColorOpacity:o,activeSubMenuBgColorPalette:"hex"===n?"":e.activeSubMenuBgColorPalette}}function oo({v:e,palette:t}){return{activeSubMenuBgColorPalette:t,activeSubMenuBgColorOpacity:0===e.activeSubMenuBgColorOpacity?e.tempActiveSubMenuBgColorOpacity:e.activeSubMenuBgColorOpacity}}function no({v:e,hex:t,opacity:o,isChanged:n}){return{activeSubMenuBgColorPalette:"hex"===n?"":e.activeSubMenuBgColorPalette,activeSubMenuBgColorHex:t,activeSubMenuBgColorOpacity:o}}function ao({v:e,hex:t,opacity:o,isChanged:n}){return{activeMMenuColorHex:t,activeMMenuColorOpacity:t!==e.activeMMenuColorHex&&0==e.activeMMenuColorOpacity?e.tempActiveMMenuHoverColorOpacity:o,activeMMenuColorPalette:"hex"===n?"":e.activeMMenuColorPalette}}function ro({v:e,palette:t}){return{activeMMenuColorPalette:t,activeMMenuColorOpacity:0===e.activeMMenuColorOpacity?e.tempActiveMMenuHoverColorOpacity:e.activeMMenuColorOpacity}}function io({v:e,hex:t,opacity:o,isChanged:n}){return{activeMMenuColorPalette:"hex"===n?"":e.activeMMenuColorPalette,activeMMenuColorHex:t,activeMMenuColorOpacity:o}}var lo=o(43);function so(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function co(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?so(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):so(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function uo(e,t){const{fontSize:o,fontFamily:n,fontFamilyType:a,lineHeight:r,letterSpacing:i,fontWeight:l}=""===t.fontStyle?t:Object(lo.e)(t.fontStyle);return co({fontSize:o,fontFamily:n,fontFamilyType:a,lineHeight:r,letterSpacing:i,fontWeight:l,fontStyle:""},e)}function po(e,t){const{tabletFontSize:o,tabletLineHeight:n,tabletLetterSpacing:a,tabletFontWeight:r}=""===t.tabletFontStyle?t:Object(lo.e)(t.tabletFontStyle);return co({tabletFontSize:o,tabletLineHeight:n,tabletLetterSpacing:a,tabletFontWeight:r,tabletFontStyle:""},e)}function bo(e,t){const{mobileFontSize:o,mobileLineHeight:n,mobileLetterSpacing:a,mobileFontWeight:r}=""===t.mobileFontStyle?t:Object(lo.e)(t.mobileFontStyle);return co({mobileFontSize:o,mobileLineHeight:n,mobileLetterSpacing:a,mobileFontWeight:r,mobileFontStyle:""},e)}var mo=o(13);function ho(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function go(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ho(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ho(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function vo({v:e,prefix:t="",current:o,value:n,weights:a,type:l,device:s,state:c}){const d=Object(i.a)({key:Object(r.b)(t,"fontStyle"),device:s,state:c}),u=Object(i.a)({key:Object(r.b)(t,"fontFamily"),device:s,state:c}),p=Object(i.a)({key:Object(r.b)(t,"fontFamilyType"),device:s,state:c}),b=Object(i.a)({key:Object(r.b)(t,"fontSize"),device:s,state:c}),m=Object(i.a)({key:Object(r.b)(t,"lineHeight"),device:s,state:c}),h=Object(i.a)({key:Object(r.b)(t,"letterSpacing"),device:s,state:c}),g=Object(i.a)({key:Object(r.b)(t,"fontWeight"),device:s,state:c}),v=Object(mo.e)("fontFamilyType",Object(i.b)({v:e,key:Object(r.b)(t,"fontFamilyType"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c})),f=Object(mo.e)("fontFamily",Object(i.b)({v:e,key:Object(r.b)(t,"fontFamily"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c})),y=Object(mo.e)("fontSize",Object(i.b)({v:e,key:Object(r.b)(t,"fontSize"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c})),O=Object(mo.e)("lineHeight",Object(i.b)({v:e,key:Object(r.b)(t,"lineHeight"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c})),S=Object(mo.e)("letterSpacing",Object(i.b)({v:e,key:Object(r.b)(t,"letterSpacing"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c})),x=Object(mo.e)("fontWeight",Object(i.b)({v:e,key:Object(r.b)(t,"fontWeight"),device:s,state:c}),Object(i.b)({v:e,key:Object(r.b)(t,"fontStyle"),device:s,state:c}));return go(go(go(go(go({[d]:""},o===u?{[u]:n,[p]:l}:{[u]:f,[p]:v}),o===b?{[b]:n}:{[b]:y}),o===m?{[m]:n}:{[m]:O}),o===h?{[h]:n}:{[h]:S}),o===g?{[g]:n}:o===u?{[g]:Object(lo.l)(x,a)}:{[g]:x})}},,function(e,t,o){"use strict";function n({v:e}){const{tabsState:t}=e;return"tabHover"===t?"hover":"normal"}o.d(t,"ae",(function(){return n})),o.d(t,"wd",(function(){return r})),o.d(t,"k",(function(){return c})),o.d(t,"l",(function(){return d})),o.d(t,"m",(function(){return u})),o.d(t,"g",(function(){return p})),o.d(t,"p",(function(){return h})),o.d(t,"o",(function(){return g})),o.d(t,"q",(function(){return v})),o.d(t,"r",(function(){return S})),o.d(t,"n",(function(){return x})),o.d(t,"t",(function(){return C})),o.d(t,"s",(function(){return j})),o.d(t,"u",(function(){return P})),o.d(t,"B",(function(){return B})),o.d(t,"h",(function(){return T})),o.d(t,"i",(function(){return z})),o.d(t,"j",(function(){return E})),o.d(t,"gd",(function(){return H})),o.d(t,"b",(function(){return F})),o.d(t,"a",(function(){return _})),o.d(t,"c",(function(){return R})),o.d(t,"Ed",(function(){return L})),o.d(t,"Cd",(function(){return M})),o.d(t,"Zd",(function(){return I})),o.d(t,"Vd",(function(){return N})),o.d(t,"Wd",(function(){return A})),o.d(t,"Ud",(function(){return V})),o.d(t,"Xd",(function(){return $})),o.d(t,"Yd",(function(){return D})),o.d(t,"Pb",(function(){return G})),o.d(t,"Ob",(function(){return U})),o.d(t,"Tb",(function(){return K})),o.d(t,"Qb",(function(){return Y})),o.d(t,"Rb",(function(){return q})),o.d(t,"Sb",(function(){return X})),o.d(t,"zd",(function(){return Z})),o.d(t,"xd",(function(){return J})),o.d(t,"Ad",(function(){return Q})),o.d(t,"yd",(function(){return ee})),o.d(t,"Bd",(function(){return te})),o.d(t,"qd",(function(){return oe})),o.d(t,"pd",(function(){return ne})),o.d(t,"nd",(function(){return ae})),o.d(t,"od",(function(){return re})),o.d(t,"td",(function(){return ie})),o.d(t,"rd",(function(){return le})),o.d(t,"ud",(function(){return se})),o.d(t,"sd",(function(){return ce})),o.d(t,"vd",(function(){return de})),o.d(t,"md",(function(){return ue})),o.d(t,"ld",(function(){return pe})),o.d(t,"jd",(function(){return be})),o.d(t,"kd",(function(){return me})),o.d(t,"z",(function(){return ge})),o.d(t,"w",(function(){return ve})),o.d(t,"x",(function(){return fe})),o.d(t,"A",(function(){return ye})),o.d(t,"v",(function(){return Oe})),o.d(t,"y",(function(){return Se})),o.d(t,"ee",(function(){return Ce})),o.d(t,"ce",(function(){return je})),o.d(t,"de",(function(){return Pe})),o.d(t,"fe",(function(){return Be})),o.d(t,"be",(function(){return we})),o.d(t,"Qd",(function(){return ze})),o.d(t,"Pd",(function(){return Ee})),o.d(t,"Md",(function(){return ke})),o.d(t,"Nd",(function(){return He})),o.d(t,"Ld",(function(){return Fe})),o.d(t,"Od",(function(){return _e})),o.d(t,"Kd",(function(){return Re})),o.d(t,"Jd",(function(){return Le})),o.d(t,"Gd",(function(){return Me})),o.d(t,"Hd",(function(){return We})),o.d(t,"Fd",(function(){return Ie})),o.d(t,"Id",(function(){return Ne})),o.d(t,"Rd",(function(){return Ae})),o.d(t,"Sd",(function(){return Ve})),o.d(t,"te",(function(){return Ge})),o.d(t,"ne",(function(){return Ke})),o.d(t,"oe",(function(){return Ye})),o.d(t,"pe",(function(){return qe})),o.d(t,"se",(function(){return Xe})),o.d(t,"qe",(function(){return Ze})),o.d(t,"re",(function(){return Je})),o.d(t,"ge",(function(){return Qe})),o.d(t,"he",(function(){return et})),o.d(t,"ie",(function(){return tt})),o.d(t,"le",(function(){return ot})),o.d(t,"je",(function(){return nt})),o.d(t,"ke",(function(){return at})),o.d(t,"cd",(function(){return rt})),o.d(t,"ed",(function(){return it})),o.d(t,"fd",(function(){return lt})),o.d(t,"dd",(function(){return st})),o.d(t,"id",(function(){return dt})),o.d(t,"hd",(function(){return ut})),o.d(t,"Dd",(function(){return pt})),o.d(t,"Y",(function(){return bt})),o.d(t,"W",(function(){return mt})),o.d(t,"X",(function(){return ht})),o.d(t,"Lb",(function(){return gt})),o.d(t,"me",(function(){return vt})),o.d(t,"bb",(function(){return ft})),o.d(t,"db",(function(){return yt})),o.d(t,"cb",(function(){return Ot})),o.d(t,"fb",(function(){return St})),o.d(t,"gb",(function(){return xt})),o.d(t,"hb",(function(){return Ct})),o.d(t,"kb",(function(){return jt})),o.d(t,"lb",(function(){return Pt})),o.d(t,"jb",(function(){return Bt})),o.d(t,"Dc",(function(){return wt})),o.d(t,"zc",(function(){return Tt})),o.d(t,"pc",(function(){return zt})),o.d(t,"wc",(function(){return Et})),o.d(t,"uc",(function(){return kt})),o.d(t,"vc",(function(){return Ht})),o.d(t,"xc",(function(){return Ft})),o.d(t,"Bc",(function(){return _t})),o.d(t,"Ac",(function(){return Rt})),o.d(t,"yc",(function(){return Lt})),o.d(t,"Td",(function(){return Mt})),o.d(t,"Cc",(function(){return Wt})),o.d(t,"tc",(function(){return It})),o.d(t,"sc",(function(){return Nt})),o.d(t,"rc",(function(){return At})),o.d(t,"qc",(function(){return Vt})),o.d(t,"sb",(function(){return Dt})),o.d(t,"R",(function(){return $t})),o.d(t,"U",(function(){return Gt})),o.d(t,"V",(function(){return Ut})),o.d(t,"S",(function(){return Kt})),o.d(t,"T",(function(){return Yt})),o.d(t,"ib",(function(){return qt})),o.d(t,"O",(function(){return Xt})),o.d(t,"P",(function(){return Zt})),o.d(t,"J",(function(){return Jt})),o.d(t,"C",(function(){return io})),o.d(t,"I",(function(){return lo})),o.d(t,"G",(function(){return Qt})),o.d(t,"H",(function(){return eo})),o.d(t,"K",(function(){return to})),o.d(t,"L",(function(){return oo})),o.d(t,"F",(function(){return no})),o.d(t,"D",(function(){return ao})),o.d(t,"E",(function(){return ro})),o.d(t,"Q",(function(){return so})),o.d(t,"M",(function(){return co})),o.d(t,"N",(function(){return uo})),o.d(t,"Kb",(function(){return po})),o.d(t,"Ib",(function(){return bo})),o.d(t,"Jb",(function(){return mo})),o.d(t,"eb",(function(){return ho})),o.d(t,"Vc",(function(){return go})),o.d(t,"Wc",(function(){return vo})),o.d(t,"Fc",(function(){return fo})),o.d(t,"Ec",(function(){return yo})),o.d(t,"Gc",(function(){return Oo})),o.d(t,"nc",(function(){return So})),o.d(t,"oc",(function(){return xo})),o.d(t,"lc",(function(){return Co})),o.d(t,"mc",(function(){return jo})),o.d(t,"gc",(function(){return Po})),o.d(t,"hc",(function(){return Bo})),o.d(t,"fc",(function(){return wo})),o.d(t,"jc",(function(){return To})),o.d(t,"kc",(function(){return zo})),o.d(t,"ic",(function(){return Eo})),o.d(t,"Z",(function(){return ko})),o.d(t,"ab",(function(){return Ho})),o.d(t,"Ub",(function(){return Fo})),o.d(t,"Wb",(function(){return Ro})),o.d(t,"Vb",(function(){return _o})),o.d(t,"Nb",(function(){return Lo})),o.d(t,"Mb",(function(){return Mo})),o.d(t,"bd",(function(){return Wo})),o.d(t,"Zc",(function(){return Io})),o.d(t,"Yc",(function(){return No})),o.d(t,"Xc",(function(){return Ao})),o.d(t,"ad",(function(){return Vo})),o.d(t,"Sc",(function(){return Do})),o.d(t,"Jc",(function(){return $o})),o.d(t,"Hc",(function(){return Go})),o.d(t,"Ic",(function(){return Uo})),o.d(t,"Oc",(function(){return Ko})),o.d(t,"Pc",(function(){return Yo})),o.d(t,"Qc",(function(){return qo})),o.d(t,"Rc",(function(){return Xo})),o.d(t,"Mc",(function(){return Zo})),o.d(t,"Lc",(function(){return Jo})),o.d(t,"Nc",(function(){return Qo})),o.d(t,"Kc",(function(){return en})),o.d(t,"Ab",(function(){return tn})),o.d(t,"Cb",(function(){return on})),o.d(t,"Bb",(function(){return nn})),o.d(t,"Db",(function(){return an})),o.d(t,"Eb",(function(){return rn})),o.d(t,"mb",(function(){return ln})),o.d(t,"rb",(function(){return sn})),o.d(t,"ob",(function(){return dn})),o.d(t,"qb",(function(){return cn})),o.d(t,"pb",(function(){return un})),o.d(t,"nb",(function(){return pn})),o.d(t,"Fb",(function(){return bn})),o.d(t,"Hb",(function(){return mn})),o.d(t,"Gb",(function(){return hn})),o.d(t,"yb",(function(){return gn})),o.d(t,"zb",(function(){return vn})),o.d(t,"wb",(function(){return fn})),o.d(t,"tb",(function(){return yn})),o.d(t,"ub",(function(){return On})),o.d(t,"vb",(function(){return Sn})),o.d(t,"xb",(function(){return xn})),o.d(t,"ec",(function(){return Cn})),o.d(t,"Xb",(function(){return zn})),o.d(t,"Yb",(function(){return En})),o.d(t,"Zb",(function(){return Tn})),o.d(t,"ac",(function(){return wn})),o.d(t,"bc",(function(){return Pn})),o.d(t,"cc",(function(){return jn})),o.d(t,"dc",(function(){return Bn})),o.d(t,"f",(function(){return kn})),o.d(t,"e",(function(){return Hn})),o.d(t,"d",(function(){return Fn})),o.d(t,"Uc",(function(){return _n})),o.d(t,"Tc",(function(){return Rn}));var a=o(3);function r({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"media",device:t})}var i=o(71),l=o(49);const s=e=>"svg"===e;function c({v:e,device:t,state:o}){const n=Object(i.i)({v:e,state:o}),r=Object(a.defaultValueValue)({v:e,key:"media",device:t,state:o}),c=Object(a.defaultValueValue)({v:e,key:"bgImageSrc",device:t,state:o}),d=Object(a.defaultValueValue)({v:e,key:"bgImageExtension",device:t,state:o}),u=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:o}),p=Object(a.defaultValueValue)({v:e,key:"media",device:t,state:"hover"}),b=Object(a.defaultValueValue)({v:e,key:"bgImageSrc",device:t,state:"hover"}),m=Object(a.defaultValueValue)({v:e,key:"bgImageExtension",device:t,state:"hover"}),h=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:"hover"}),g="image"===p&&""!==b&&""===h?`url(${s(m)?Object(l.g)(b):Object(l.d)(b)})`:"none",v="image"===r&&""!==c&&""===u?`url(${s(d)?Object(l.g)(c):Object(l.d)(c)})`:"none";return"hover"===n?g:v}function d({v:e,device:t,state:o}){const n=Object(i.i)({v:e,state:o}),r=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:o}),l=Object(a.defaultValueValue)({v:e,key:"bgPositionX",device:t,state:o}),s=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:"hover"}),c=Object(a.defaultValueValue)({v:e,key:"bgPositionX",device:t,state:"hover"});return"hover"===n&&""===s?c+"%":""===r?l+"%":0}function u({v:e,device:t,state:o}){const n=Object(i.i)({v:e,state:o}),r=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:o}),l=Object(a.defaultValueValue)({v:e,key:"bgPositionY",device:t,state:o}),s=Object(a.defaultValueValue)({v:e,key:"bgPopulation",device:t,state:"hover"}),c=Object(a.defaultValueValue)({v:e,key:"bgPositionY",device:t,state:"hover"});return"hover"===n&&""===s?c+"%":""===r?l+"%":0}function p({v:e,isSlider:t}){const{bgAttachment:o}=e;return{none:"scroll",fixed:"fixed",animated:"scroll"}[t?"none":o]}var b=o(9);const m=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function h({v:e,device:t,state:o,prefix:n=""}){o=m(e,o);const r=Object(b.b)(n,"borderRadius");return i=Object(b.b)(r,"type"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function g({v:e,device:t,state:o,prefix:n=""}){o=m(e,o);return r=Object(b.b)(n,"borderRadius"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function v({v:e,device:t,state:o,prefix:n="",current:r="topLeft"}){o=m(e,o);const i=Object(b.b)(n,"border");return l=Object(b.b)(i,r+"Radius"),Object(a.defaultValueValue)({v:e,key:l,device:t,state:o});var l}var f=o(17),y=o(13);const O=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function S({v:e,device:t,state:o,prefix:n=""}){o=O(e,o);const r=Object(b.b)(n,"border");return i=Object(b.b)(r,"style"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function x({v:e,device:t,state:o,prefix:n=""}){o=O(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"border"),l=Object(b.b)(i,"colorHex"),s=Object(b.b)(i,"colorOpacity"),c=Object(b.b)(i,"colorPalette"),{hex:d}=Object(y.d)(r(l),r(c));return Object(f.c)(d,r(s))}function C({v:e,device:t,state:o,prefix:n=""}){o=O(e,o);const r=Object(b.b)(n,"border");return i=Object(b.b)(r,"widthType"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function j({v:e,device:t,state:o,prefix:n=""}){o=O(e,o);const r=Object(b.b)(n,"border");return i=Object(b.b)(r,"width"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function P({v:e,device:t,state:o,prefix:n="",current:r="top"}){o=O(e,o);const i=Object(b.b)(n,"border"),l=Object(b.b)(i,r+"Width");return s=l,Object(a.defaultValueValue)({v:e,key:s,device:t,state:o});var s}function B({v:e,device:t,state:o,prefix:n="color"}){o=((e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t)(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:l}=Object(y.d)(r(Object(b.b)(n,"hex")),r(Object(b.b)(n,"palette")));return Object(f.c)(l,r(Object(b.b)(n,"opacity")))}const w=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function T({v:e,device:t,state:o,prefix:n="bg"}){o=w(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:i}=Object(y.d)(r(Object(b.b)(n,"colorHex")),r(Object(b.b)(n,"colorPalette")));return Object(f.c)(i,r(Object(b.b)(n,"colorOpacity")))}function z({v:e,device:t,state:o,prefix:n="bg"}){o=w(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});return Object(y.d)(r(Object(b.b)(n,"colorHex")),r(Object(b.b)(n,"colorPalette"))).hex}function E({v:e,device:t,state:o}){o=k(e,o);const n=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),r=n("bgColorType"),i=n("gradientType"),{hex:l}=Object(y.d)(n("bgColorHex"),n("bgColorPalette")),{hex:s}=Object(y.d)(n("gradientColorHex"),n("gradientColorPalette")),c=n("bgColorOpacity"),d=n("gradientColorOpacity"),u=n("gradientStartPointer"),p=n("gradientFinishPointer"),b=n("gradientLinearDegree"),m=n("gradientRadialDegree");return"gradient"===r?"linear"===i?`linear-gradient(${b}deg, ${Object(f.c)(l,c)} ${u}%, ${Object(f.c)(s,d)} ${p}%)`:`radial-gradient(circle ${m}px, ${Object(f.c)(l,c)} ${u}%, ${Object(f.c)(s,d)} ${p}%)`:"none"}const k=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function H({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"hoverTransition",device:t,state:o})}function F({v:e,device:t,state:o,prefix:n=""}){const r=(i=Object(b.b)(n,"verticalAlign"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o}));var i;return void 0===r?r:{top:"flex-start",center:"center",bottom:"flex-end"}[r]}function _({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"horizontalAlign",device:t,state:o});return void 0===n?n:{left:"flex-start",center:"center",right:"flex-end"}[n]}function R({v:e,device:t,state:o,prefix:n=""}){return r=Object(b.b)(n,"horizontalAlign"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function L({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"reverseColumns",device:t})}function M({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"reverseColumns",device:t})}var W=o(29);function I({v:e,device:t,state:o,prefix:n=""}){return W.b((r=Object(b.b)(n,"width"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o})));var r}function N({v:e,device:t}){return W.b(Object(a.defaultValueValue)({v:e,key:"height",device:t}))}function A({v:e,device:t}){return W.b(Object(a.defaultValueValue)({v:e,key:"size",device:t}))}function V({v:e,device:t,state:o}){return W.b(Object(a.defaultValueValue)({v:e,key:"containerSize",device:t,state:o}))}function D({v:e,device:t,state:o}){return W.b(Object(a.defaultValueValue)({v:e,key:"textSpacing",device:t,state:o}))}function $({v:e,device:t,state:o}){return W.b((n="spacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o})));var n}function G({v:e,device:t,state:o}){return n="containerType",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function U({v:e,device:t,state:o}){return n="containerSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function K({v:e}){const{slider:t}=e;return t}function Y({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"fullHeight",device:t})}function q({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"sectionHeight",device:t})}function X({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"sectionHeightSuffix",device:t})}function Z({v:e,device:t,state:o,prefix:n=""}){const r=Object(b.b)(n,"padding");return i=Object(b.b)(r,"type"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function J({v:e,device:t,state:o,prefix:n=""}){return r=Object(b.b)(n,"padding"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function Q({v:e,device:t,state:o,prefix:n="",current:r="paddingTop"}){return i=Object(b.b)(n,r),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function ee({v:e,device:t,state:o,prefix:n=""}){const r=Object(b.b)(n,"padding");return i=Object(b.b)(r,"suffix"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function te({v:e,device:t,state:o,prefix:n="",current:r="paddingTopSuffix"}){return i=Object(b.b)(n,r),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function oe({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"itemPaddingTop",device:t})+"px"}function ne({v:e,device:t}){return parseFloat(Object(a.defaultValueValue)({v:e,key:"itemPaddingRight",device:t})/2)+"px"}function ae({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"itemPaddingBottom",device:t})+"px"}function re({v:e,device:t}){return parseFloat(Object(a.defaultValueValue)({v:e,key:"itemPaddingLeft",device:t})/2)+"px"}function ie({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"marginType",device:t,state:o})}function le({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"margin",device:t,state:o})}function se({v:e,device:t,state:o,current:n}){return Object(a.defaultValueValue)({v:e,key:n,device:t,state:o})}function ce({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"marginSuffix",device:t,state:o})}function de({v:e,device:t,state:o,current:n}){return Object(a.defaultValueValue)({v:e,key:n,device:t,state:o})}function ue({v:e,device:t}){return-Object(a.defaultValueValue)({v:e,key:"itemPaddingTop",device:t})+"px"}function pe({v:e,device:t}){return parseFloat(-Object(a.defaultValueValue)({v:e,key:"itemPaddingRight",device:t})/2)+"px"}function be({v:e,device:t}){return-Object(a.defaultValueValue)({v:e,key:"itemPaddingBottom",device:t})+"px"}function me({v:e,device:t}){return parseFloat(-Object(a.defaultValueValue)({v:e,key:"itemPaddingLeft",device:t})/2)+"px"}const he=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function ge({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);return r=Object(b.b)(n,"boxShadow"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function ve({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"boxShadow"),l=Object(b.b)(i,"colorHex"),s=Object(b.b)(i,"colorOpacity"),c=Object(b.b)(i,"colorPalette"),{hex:d}=Object(y.d)(r(l),r(c));return Object(f.c)(d,r(s))}function fe({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);const r=Object(b.b)(n,"boxShadow");return i=Object(b.b)(r,"horizontal"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function ye({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);const r=Object(b.b)(n,"boxShadow");return i=Object(b.b)(r,"vertical"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function Oe({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);const r=Object(b.b)(n,"boxShadow");return i=Object(b.b)(r,"blur"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function Se({v:e,device:t,state:o,prefix:n=""}){o=he(e,o);const r=Object(b.b)(n,"boxShadow");return i=Object(b.b)(r,"spread"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}const xe=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function Ce({v:e,device:t,state:o,prefix:n=""}){o=xe(e,o);return r=Object(b.b)(n,"textShadow"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function je({v:e,device:t,state:o,prefix:n=""}){o=xe(e,o);const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"textShadow"),l=Object(b.b)(i,"colorHex"),s=Object(b.b)(i,"colorOpacity"),c=Object(b.b)(i,"colorPalette"),{hex:d}=Object(y.d)(r(l),r(c));return Object(f.c)(d,r(s))}function Pe({v:e,device:t,state:o,prefix:n=""}){o=xe(e,o);const r=Object(b.b)(n,"textShadow");return i=Object(b.b)(r,"horizontal"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function Be({v:e,device:t,state:o,prefix:n=""}){o=xe(e,o);const r=Object(b.b)(n,"textShadow");return i=Object(b.b)(r,"vertical"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}function we({v:e,device:t,state:o,prefix:n=""}){o=xe(e,o);const r=Object(b.b)(n,"textShadow");return i=Object(b.b)(r,"blur"),Object(a.defaultValueValue)({v:e,key:i,device:t,state:o});var i}var Te=o(167);function ze({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeTopType",device:t,state:o})}function Ee({v:e,device:t,state:o}){const{hex:n}=Object(y.d)(Object(a.defaultValueValue)({v:e,key:"shapeTopColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"shapeTopColorPalette",device:t,state:o})),r=Object(a.defaultValueValue)({v:e,key:"shapeTopColorOpacity",device:t,state:o}),i=Object(a.defaultValueValue)({v:e,key:"shapeTopType",device:t,state:o});return Object(Te.b)(i,Object(f.c)(n,r))}function ke({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeTopHeight",device:t,state:o})}function He({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeTopHeightSuffix",device:t,state:o})}function Fe({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeTopHorizontal",device:t,state:o})}function _e({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeTopIndex",device:t,state:o})}function Re({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeBottomType",device:t,state:o})}function Le({v:e,device:t,state:o}){const{hex:n}=Object(y.d)(Object(a.defaultValueValue)({v:e,key:"shapeBottomColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"shapeBottomColorPalette",device:t,state:o})),r=Object(a.defaultValueValue)({v:e,key:"shapeBottomColorOpacity",device:t,state:o}),i=Object(a.defaultValueValue)({v:e,key:"shapeBottomType",device:t,state:o});return Object(Te.b)(i,Object(f.c)(n,r))}function Me({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeBottomHeight",device:t,state:o})}function We({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeBottomHeightSuffix",device:t,state:o})}function Ie({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeBottomHorizontal",device:t,state:o})}function Ne({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"shapeBottomIndex",device:t,state:o})}function Ae({v:e,device:t,state:o}){let n;return n="desktop"===t?function({v:e}){const t=e.showOnDesktop;return"on"===t||void 0===t?"":"blur(3px)"}({v:e,device:t,state:o}):"tablet"===t?function({v:e}){const t=e.showOnTablet;return"on"===t||void 0===t?"":"blur(3px)"}({v:e,device:t,state:o}):function({v:e}){const t=e.showOnMobile;return"on"===t||void 0===t?"":"blur(3px)"}({v:e,device:t,state:o}),n}function Ve({v:e,device:t,state:o}){let n;return n="desktop"===t?function({v:e}){const t=e.showOnDesktop;return"on"===t||void 0===t?1:.9}({v:e,device:t,state:o}):"tablet"===t?function({v:e}){const t=e.showOnTablet;return"on"===t||void 0===t?1:.9}({v:e,device:t,state:o}):function({v:e}){const t=e.showOnMobile;return"on"===t||void 0===t?1:.9}({v:e,device:t,state:o}),n}var De=o(2);function $e(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ge(e){return W.b((t="zIndex",Object(a.defaultValueValue)(function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?$e(Object(o),!0).forEach((function(t){Object(De.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):$e(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({key:t},e))));var t}var Ue=o(43);function Ke({v:e}){const{fontFamily:t,fontFamilyType:o}=e;return void 0===t?t:Object(Ue.d)({family:t,type:o}).family}function Ye({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"fontSize",device:t,state:o})}function qe({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"fontSizeSuffix",device:t,state:o})}function Xe({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"lineHeight",device:t,state:o})}function Ze({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"fontWeight",device:t,state:o})}function Je({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"letterSpacing",device:t,state:o})}function Qe({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"fontFamily"),l=Object(b.b)(n,"fontFamilyType"),s=Object(b.b)(n,"fontStyle"),c=Object(y.e)("fontFamily",e[i],r(s)),d=Object(y.e)("fontFamilyType",e[l],r(s));return Object(Ue.d)({type:d,family:c}).family}function et({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"fontSize"),l=Object(b.b)(n,"fontStyle");return Object(y.e)((s="fontSize",Object(a.defaultValueKey)({key:s,device:t,state:o})),r(i),r(l));var s}function tt({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"fontSizeSuffix"),l=Object(b.b)(n,"fontStyle");return Object(y.e)((s="fontSizeSuffix",Object(a.defaultValueKey)({key:s,device:t,state:o})),r(i),r(l));var s}function ot({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"lineHeight"),l=Object(b.b)(n,"fontStyle");return Object(y.e)((s="lineHeight",Object(a.defaultValueKey)({key:s,device:t,state:o})),r(i),r(l));var s}function nt({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"fontWeight"),l=Object(b.b)(n,"fontStyle");return Object(y.e)((s="fontWeight",Object(a.defaultValueKey)({key:s,device:t,state:o})),r(i),r(l));var s}function at({v:e,device:t,state:o,prefix:n=""}){const r=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),i=Object(b.b)(n,"letterSpacing"),l=Object(b.b)(n,"fontStyle");return Object(y.e)((s="letterSpacing",Object(a.defaultValueKey)({key:s,device:t,state:o})),r(i),r(l));var s}function rt({v:e,device:t,state:o,prefix:n=""}){o=ct(e,o);return r=Object(b.b)(n,"brightness"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function it({v:e,device:t,state:o,prefix:n=""}){o=ct(e,o);return r=Object(b.b)(n,"hue"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function lt({v:e,device:t,state:o,prefix:n=""}){o=ct(e,o);return r=Object(b.b)(n,"saturation"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function st({v:e,device:t,state:o,prefix:n=""}){o=ct(e,o);return r=Object(b.b)(n,"contrast"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}const ct=(e,t)=>"hover"===Object(i.i)({v:e,state:t})?"hover":t;function dt({v:e,device:t,state:o}){return n="iconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function ut({v:e,device:t,state:o}){return n="iconCustomSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function pt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"reverseColumns",device:t})}function bt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"columnsHeightStyle",device:t})}function mt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"columnsHeight",device:t})}function ht({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"columnsHeightSuffix",device:t})}function gt({v:e,device:t,state:o}){return n="percentage",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function vt({v:e,device:t,state:o}){const n=Object(y.e)(Object(a.defaultValueKey)({key:"fontSize",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"fontSize",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"fontStyle",device:t,state:o}));return`calc(${n}px - ${(e=>e<=24?20:e>24&&e<=32?40:60)(n)}%)`}function ft({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"spacing",device:t})+"px"}function yt({v:e,device:t,state:o,prefix:n="strokeColor"}){return B({v:e,device:t,state:o,prefix:n})}function Ot({v:e,device:t,state:o,prefix:n="fillColor"}){return B({v:e,device:t,state:o,prefix:n})}function St({v:e}){const{iconPosition:t}=e;return"right"===t?"row-reverse":"row"}function xt({v:e,device:t}){const{iconPosition:o}=e;return"right"===o?(n="iconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t}))+"px":"auto";var n}function Ct({v:e,device:t}){const{iconPosition:o}=e;return"left"===o?(n="iconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t}))+"px":"auto";var n}function jt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"gridColumn",device:t})}function Pt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"spacing",device:t})}function Bt({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"filterStyle",device:t})}function wt({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"ratio",device:t,state:o});return void 0===n?n:{"1:1":"100%","2:1":"50%","2:3":"150%","3:4":"125%","3:2":"66.67%","4:3":"75%","9:16":"177.78%","16:9":"56.25%","21:9":"42.86%"}[n]}function Tt({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"iconSize",device:t,state:o}),r=Math.round(.35*n);return void 0===n?n:r}function zt({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"ratio",device:t,state:o});return void 0===n?n:"4:3"===n?"#000":"transparent"}function Et({v:e,device:t,state:o}){const n=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),r=n("coverImageSrc"),i=n("coverImageExtension"),s=n("coverSizeType");if(void 0!==r)return""===r?"none":(e=>"svg"===e)(i)?`url(${Object(l.g)(r)})`:"custom"===s?`url(${Object(l.d)(r)})`:`url(${Object(l.c)(r,s)})`}function kt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"coverPositionX",device:t,state:o})}function Ht({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"coverPositionY",device:t,state:o})}function Ft({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"coverZoom",device:t,state:o})}function _t({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"iconSizeWidth",device:t,state:o})}function Rt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"iconSizeHeight",device:t,state:o})}function Lt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"controlsIconCustomSize",device:t,state:o})}function Mt({v:e,device:t,state:o,prefix:n=""}){return r=Object(b.b)(n,"widthSidebar"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function Wt({v:e,device:t,state:o,prefix:n=""}){return r=Object(b.b)(n,"widthImage"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function It({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"boxShadowColorOpacity",device:t,state:o})}function Nt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"boxShadowColorHex",device:t,state:o})}function At({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"borderColorOpacity",device:t,state:o})}function Vt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"borderColorHex",device:t,state:o})}function Dt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"iconCustomSize",device:t,state:o})}function $t({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"tempBorderRadiusType",device:t,state:o}),r=Object(a.defaultValueValue)({v:e,key:"borderRadius",device:t,state:o});return void 0===n||"hover"===o?void 0:"rounded"===n?500:r}function Gt({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"iconPosition",device:t,state:o});return void 0===n?void 0:n}function Ut({v:e,device:t,state:o}){const n=Gt({v:e,device:t,state:o});return void 0===n?void 0:"left"===n?"row nowrap":"row-reverse nowrap"}function Kt({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"iconCustomSize",device:t,state:o})}function Yt({v:e,device:t,state:o}){const n=Gt({v:e,device:t,state:o}),r=Object(a.defaultValueValue)({v:e,key:"iconSpacing",device:t,state:o});return void 0===n||void 0===r?void 0:r}function qt({v:e,device:t,state:o}){const n=Object(a.defaultValueValue)({v:e,key:"iconCustomSize",device:t,state:o}),r=Object(a.defaultValueValue)({v:e,key:"iconType",device:t,state:o});return void 0===r||void 0===n?void 0:"outline"===r&&n<=24?1:"outline"===r&&n>24&&n<=32?1.1:"outline"===r&&n>32&&n<=48?1.4:"outline"===r&&n>48&&n<=64?2.3:"outline"===r&&n>64?3:0}function Xt({v:e,device:t,state:o}){return n="width",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Zt({v:e,device:t,state:o}){return n="widthSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Jt({v:e,device:t,state:o}){return"on"===(n="showCloseButton",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}))?"block":"none";var n}function Qt({v:e,device:t,state:o}){return n="closeHorizontalPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function eo({v:e,device:t,state:o}){return n="closeHorizontalPositionSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function to({v:e,device:t,state:o}){return n="closeVerticalPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function oo({v:e,device:t,state:o}){return n="closeVerticalPositionSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function no({v:e,device:t,state:o}){return n="closeCustomSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function ao({v:e,device:t,state:o}){return n="closeBgSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function ro({v:e,device:t,state:o}){return n="closeBorderRadius",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function io({v:e,device:t,state:o}){return n="closeAlign",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function lo({v:e,device:t,state:o}){return n="closePosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function so({v:e,device:t,state:o}){return n="columnsHeightStyle",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function co({v:e,device:t,state:o}){return n="columnsHeight",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function uo({v:e,device:t,state:o}){return n="columnsHeightSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function po({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"spacing",device:t,state:o})}function bo({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"showPost",device:t,state:o})}function mo({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"showSeparation",device:t,state:o})}function ho({v:e,device:t,state:o,prefix:n=""}){return r=Object(b.b)(n,"columns"),Object(a.defaultValueValue)({v:e,key:r,device:t,state:o});var r}function go({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"column",device:t,state:o})}function vo({v:e,device:t,state:o}){return Object(a.defaultValueValue)({v:e,key:"spacing",device:t,state:o})}function fo({v:e,device:t,state:o}){return n="spacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function yo({v:e,device:t,state:o}){return n="between",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Oo({v:e,device:t,state:o}){return n="style",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function So({v:e,device:t,state:o}){return n="width",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function xo({v:e,device:t,state:o}){return n="widthSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Co({v:e,device:t,state:o}){return n="tabsCount",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function jo({v:e,device:t,state:o}){return n="verticalMode",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Po({v:e,device:t,state:o}){return n="customSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Bo({v:e,device:t,state:o}){return n="iconPadding",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function wo({v:e,device:t,state:o}){return n="enableText",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function To({v:e,device:t,state:o}){return n="spacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function zo({v:e,device:t,state:o}){return n="timelineStyle",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Eo({v:e,device:t,state:o}){return n="verticalMode",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function ko({v:e,device:t,state:o="normal"}){return Object(a.defaultValueValue)({v:e,key:"logoSize",device:t,state:o})}function Ho({v:e,device:t,state:o="normal"}){return Object(a.defaultValueValue)({v:e,key:"skin",device:t,state:o})}function Fo({v:e,device:t,state:o}){return n="navStyle2Size",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function _o({v:e,device:t,state:o}){return n="spacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Ro({v:e,device:t,state:o}){return n="navStyle1Width",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Lo({v:e,device:t,state:o}){return n="openButtonWidth",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Mo({v:e,device:t,state:o}){return n="openButtonHeight",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Wo({v:e,device:t}){return Object(a.defaultValueValue)({v:e,key:"large",device:t})}function Io({v:e,device:t,state:o}){return n="elementType",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function No({v:e,device:t,state:o}){return n="topSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Ao({v:e,device:t,state:o}){return n="rightSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Vo({v:e,device:t,state:o}){return n="ratingSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Do({v:e,device:t,state:o}){return n="subtotal",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function $o({v:e,device:t,state:o}){return n="purchases",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Go({v:e,device:t,state:o}){return n="buttonDirection",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Uo({v:e,device:t,state:o}){return n="buttonSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Ko({v:e,device:t,state:o}){return n="cartHorizontalAlign",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Yo({v:e,device:t,state:o}){return n="cartVerticalAlign",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function qo({v:e,device:t,state:o}){return n="sidebarWidth",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Xo({v:e,device:t,state:o}){return n="sidebarWidthSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Zo({v:e,device:t,state:o}){return n="sidebarHeightStyle",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Jo({v:e,device:t,state:o}){return n="sidebarHeight",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Qo({v:e,device:t,state:o}){return n="sidebarHeightSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function en({v:e,device:t,state:o}){return n="purchasesType",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function tn({v:e,device:t,state:o}){return n="iconPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function on({v:e,device:t,state:o}){return n="iconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function nn({v:e,device:t,state:o}){return n="iconSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function an({v:e,device:t,state:o}){return n="verticalMode",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function rn({v:e,device:t,state:o}){return n="menuSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function ln({v:e,device:t,state:o}){return n="mMenu",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function sn({v:e,device:t,state:o}){return n="mMenuSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function cn({v:e,device:t,state:o}){return n="mMenuIconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function dn({v:e,device:t,state:o}){return n="mMenuIconPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function un({v:e,device:t,state:o}){return n="mMenuIconSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function pn({v:e,device:t,state:o}){const n=n=>Object(a.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:r}=Object(y.d)(n("mMenuHoverColorHex"),n("mMenuHoverColorPalette"));return Object(f.c)(r,n("mMenuHoverColorOpacity"))}function bn({v:e,device:t,state:o}){return n="subMenuIconPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function mn({v:e,device:t,state:o}){return n="subMenuIconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function hn({v:e,device:t,state:o}){return n="subMenuIconSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function gn({v:e,device:t,state:o}){return n="megaMenuWidth",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function vn({v:e,device:t,state:o}){return n="megaMenuWidthSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function fn({v:e,device:t,state:o}){return n="megaMenuOffsetTop",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function yn({v:e,device:t,state:o}){return n="sectionHeight",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function On({v:e,device:t,state:o}){return n="sectionHeightStyle",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Sn({v:e,device:t,state:o}){return n="sectionHeightSuffix",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function xn({v:e,device:t,state:o}){return n="megaMenuPlacement",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Cn({v:e,device:t,state:o}){return n="width",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function jn({v:e,device:t,state:o}){return n="iconCustomSize",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Pn({v:e,device:t,state:o}){return n="iconPosition",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Bn({v:e,device:t,state:o}){return n="iconSpacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function wn({v:e,device:t,state:o}){return n="horizontalAlign",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Tn({v:e,device:t,state:o}){return n="columns",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function zn({v:e,device:t,state:o}){return n="tableAside",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function En({v:e,device:t,state:o}){return n="asideWidth",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function kn({v:e,device:t,state:o}){return n="animationName",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Hn({v:e,device:t,state:o}){return n="animationDuration",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Fn({v:e,device:t,state:o}){return n="animationDelay",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function _n({v:e,device:t,state:o}){return n="spacing",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function Rn({v:e,device:t,state:o}){return n="betweenThumbnail",Object(a.defaultValueValue)({v:e,key:n,device:t,state:o});var n}},function(e,t,o){"use strict";o.d(t,"c",(function(){return a})),o.d(t,"b",(function(){return r})),o.d(t,"a",(function(){return i})),o.d(t,"f",(function(){return l})),o.d(t,"d",(function(){return c})),o.d(t,"e",(function(){return d})),o.d(t,"g",(function(){return u}));var n=o(24);const a="normal",r="hover",i="active",l=()=>[a,r,i],s=e=>{const t=n.a.read(e);if(void 0===t)return;const o="tabNormal"===t?a:"tabHover"===t?r:t;return l().includes(o)?o:void 0},c=a,d=e=>{var t;return null!==(t=s(e))&&void 0!==t?t:c},u=e=>{switch(e){case a:return"tabNormal";case r:return"tabHover";default:return e}}},,,function(e,t,o){"use strict";o.d(t,"h",(function(){return n})),o.d(t,"f",(function(){return a})),o.d(t,"c",(function(){return r})),o.d(t,"b",(function(){return i})),o.d(t,"a",(function(){return l})),o.d(t,"g",(function(){return s})),o.d(t,"e",(function(){return c})),o.d(t,"d",(function(){return d}));o(81);const n=(e,t)=>"string"==typeof e?e:t,a=(e,t)=>n(e)||t,r=e=>e&&e[0].toUpperCase()+e.slice(1),i=(e,t)=>""===e?t:e+r(t),l=e=>e.reduce(i,""),s=(e,...t)=>{let o=0;return e.replace(/%s/g,()=>t[o++])},c=e=>encodeURIComponent(JSON.stringify(e)),d=e=>JSON.parse(decodeURIComponent(e))},function(e,t,o){"use strict";o.d(t,"a",(function(){return et})),o.d(t,"d",(function(){return s})),o.d(t,"g",(function(){return p})),o.d(t,"m",(function(){return v})),o.d(t,"n",(function(){return f})),o.d(t,"Z",(function(){return y})),o.d(t,"X",(function(){return O})),o.d(t,"Y",(function(){return S})),o.d(t,"b",(function(){return j})),o.d(t,"c",(function(){return P})),o.d(t,"e",(function(){return z})),o.d(t,"f",(function(){return E})),o.d(t,"i",(function(){return k})),o.d(t,"h",(function(){return H})),o.d(t,"j",(function(){return R})),o.d(t,"l",(function(){return L})),o.d(t,"k",(function(){return M})),o.d(t,"qb",(function(){return N})),o.d(t,"sb",(function(){return A})),o.d(t,"rb",(function(){return V})),o.d(t,"cb",(function(){return D})),o.d(t,"db",(function(){return G})),o.d(t,"eb",(function(){return U})),o.d(t,"fb",(function(){return K})),o.d(t,"gb",(function(){return Y})),o.d(t,"hb",(function(){return $})),o.d(t,"jb",(function(){return Z})),o.d(t,"kb",(function(){return J})),o.d(t,"ib",(function(){return ae})),o.d(t,"pb",(function(){return re})),o.d(t,"p",(function(){return ie})),o.d(t,"o",(function(){return le})),o.d(t,"S",(function(){return ce})),o.d(t,"V",(function(){return de})),o.d(t,"W",(function(){return ue})),o.d(t,"T",(function(){return pe})),o.d(t,"U",(function(){return be})),o.d(t,"q",(function(){return me})),o.d(t,"u",(function(){return fe})),o.d(t,"w",(function(){return he})),o.d(t,"v",(function(){return ge})),o.d(t,"t",(function(){return ve})),o.d(t,"s",(function(){return ye})),o.d(t,"r",(function(){return Oe})),o.d(t,"C",(function(){return Se})),o.d(t,"L",(function(){return je})),o.d(t,"N",(function(){return Pe})),o.d(t,"M",(function(){return we})),o.d(t,"R",(function(){return ze})),o.d(t,"Q",(function(){return Te})),o.d(t,"D",(function(){return Ee})),o.d(t,"O",(function(){return ke})),o.d(t,"B",(function(){return He})),o.d(t,"ab",(function(){return Fe})),o.d(t,"bb",(function(){return _e})),o.d(t,"H",(function(){return We})),o.d(t,"E",(function(){return Ie})),o.d(t,"G",(function(){return Ne})),o.d(t,"F",(function(){return Ae})),o.d(t,"I",(function(){return Ve})),o.d(t,"ob",(function(){return De})),o.d(t,"nb",(function(){return $e})),o.d(t,"mb",(function(){return Ge})),o.d(t,"lb",(function(){return Ue})),o.d(t,"y",(function(){return Ke})),o.d(t,"x",(function(){return Ye})),o.d(t,"J",(function(){return qe})),o.d(t,"K",(function(){return Xe})),o.d(t,"A",(function(){return Ze})),o.d(t,"z",(function(){return Je})),o.d(t,"P",(function(){return Qe}));var n=o(2),a=o(1),r=o(3),i=o(13),l=o(45);function s({v:e,device:t,devices:o="all",state:n,states:i,disabled:l=!1}){const s=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n});return{id:(c="bgVideo",Object(r.defaultValueKey)({key:c,device:t,state:n})),label:Object(a.a)("URL"),type:"input",inputType:"video",placeholder:Object(a.a)("YouTube or Vimeo"),disabled:l,devices:o,states:i,value:{value:s("bgVideo")},onChange:({value:e})=>({bgVideo:e,bgColorOpacity:""!==e&&1===s("bgColorOpacity")?.8:s("bgColorOpacity"),tempBgColorOpacity:""!==e&&1===s("bgColorOpacity")?.8:s("tempBgColorOpacity")})};var c}var c=o(9);function d(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?d(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):d(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function p({v:e,device:t,devices:o="all",state:n,onChangeGrouped:i,onChangeUngrouped:l,prefix:s="",position:d=65}){const u=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),p=Object(c.b)(s,"borderRadiusType");return{id:"borderRadiusGroup",type:"group-dev",devices:o,position:d,options:[{id:p,label:Object(a.a)("Corner"),type:"radioGroup-dev",choices:[{value:"grouped",icon:"nc-corners-all"},{value:"ungrouped",icon:"nc-corners-individual"}]},b({v:e,device:t,state:n,prefix:s,disabled:"grouped"!==u(p),onChange:i}),...m({v:e,device:t,state:n,prefix:s,disabled:"ungrouped"!==u(p),onChange:l})]}}function b({v:e,device:t,state:o,onChange:n,disabled:a=!1,prefix:i=""}){const l=Object(c.b)(i,"borderRadius");return{id:(s=l,Object(r.defaultValueKey)({key:s,device:t,state:o})),type:"slider",disabled:a,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))(l)},onChange:({value:a},{sliderDragEnd:l})=>{const s=u(u({},{v:e,device:t,state:o,prefix:i,onChange:n}),{value:a,sliderDragEnd:l});return Object(r.saveOnChanges)(s)}};var s}function m({v:e,device:t,state:o,onChange:n,disabled:a=!1,prefix:i=""}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:o}),s=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),d=Object(c.b)(i,"borderTopLeftRadius"),p=Object(c.b)(i,"borderTopRightRadius"),b=Object(c.b)(i,"borderBottomRightRadius"),m=Object(c.b)(i,"borderBottomLeftRadius");return[{id:l(d),icon:"nc-corners-top-left",type:"slider",disabled:a,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s(d)},onChange:({value:a},{sliderDragEnd:l})=>{const s=u(u({},{v:e,device:t,state:o,prefix:i,onChange:n}),{current:"borderTopLeftRadius",value:a,sliderDragEnd:l});return Object(r.saveOnChanges)(s)}},{id:l(p),icon:"nc-corners-top-right",type:"slider",disabled:a,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s(p)},onChange:({value:a},{sliderDragEnd:l})=>{const s=u(u({},{v:e,device:t,state:o,prefix:i,onChange:n}),{current:"borderTopRightRadius",value:a,sliderDragEnd:l});return Object(r.saveOnChanges)(s)}},{id:l(b),icon:"nc-corners-bottom-right",type:"slider",disabled:a,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s(b)},onChange:({value:a},{sliderDragEnd:l})=>{const s=u(u({},{v:e,device:t,state:o,prefix:i,onChange:n}),{current:"borderBottomRightRadius",value:a,sliderDragEnd:l});return Object(r.saveOnChanges)(s)}},{id:l(m),icon:"nc-corners-bottom-left",type:"slider",disabled:a,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:s(m)},onChange:({value:a},{sliderDragEnd:l})=>{const s=u(u({},{v:e,device:t,state:o,prefix:i,onChange:n}),{current:"borderBottomLeftRadius",value:a,sliderDragEnd:l});return Object(r.saveOnChanges)(s)}}]}function h(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function g(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?h(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):h(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function v({v:e,device:t,state:o,states:n,disabled:a=!1,prefix:l="color",devices:s="all",onChangeHex:d,onChangePalette:u}){const p=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:b}=Object(i.d)(p(Object(c.b)(l,"hex")),p(Object(c.b)(l,"palette")));return{id:(m=l,Object(r.defaultValueKey)({key:m,device:t,state:o})),type:"colorPicker2",disabled:a,devices:s,states:n,select:{show:!1},value:{hex:b,opacity:p(Object(c.b)(l,"opacity")),palette:p(Object(c.b)(l,"palette"))},onChange:({hex:n,opacity:a,palette:i,isChanged:s,opacityDragEnd:c})=>{const p=g(g({},{v:e,device:t,state:o,prefix:l,onChange:d}),{hex:n,opacity:a,isChanged:s,opacityDragEnd:c}),b=g(g({},{v:e,device:t,state:o,prefix:l,onChange:u}),{opacity:a,palette:i});return"hex"===s||"opacity"===s?Object(r.saveOnChanges)(p):Object(r.saveOnChanges)(b)}};var m}function f({v:e,device:t,state:o,disabled:n=!1,states:a,devices:l="all",prefix:s="color",onChange:d}){const u=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:p}=Object(i.d)(u(Object(c.b)(s,"hex")),u(Object(c.b)(s,"palette")));return{id:(b=Object(c.b)(s,"field"),Object(r.defaultValueKey)({key:b,device:t,state:o})),type:"colorFields",devices:l,disabled:n,states:a,value:{hex:p,opacity:u(Object(c.b)(s,"opacity"))},onChange:({hex:n})=>{const a=g(g({},{v:e,device:t,state:o,prefix:s,onChange:d}),{hex:n});return Object(r.saveOnChanges)(a)}};var b}function y({v:e,device:t,state:o,states:n,devices:i="all",className:l,disabled:s}){return{id:(c="gradientType",Object(r.defaultValueKey)({key:c,device:t,state:o})),type:"select",devices:i,states:n,disabled:s,className:l,choices:[{title:Object(a.a)("Linear"),value:"linear"},{title:Object(a.a)("Radial"),value:"radial"}],value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("gradientType")};var c}function O({v:e,device:t,state:o,states:n,devices:a="all",disabled:i}){return{id:(l="gradientLinearDegree",Object(r.defaultValueKey)({key:l,device:t,state:o})),type:"inputNumber",className:"brz-ed-grid__gradient__size",devices:a,states:n,disabled:i,min:0,max:360,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("gradientLinearDegree")};var l}function S({v:e,device:t,state:o,states:n,devices:a="all",disabled:i}){return{id:(l="gradientRadialDegree",Object(r.defaultValueKey)({key:l,device:t,state:o})),type:"inputNumber",className:"brz-ed-grid__gradient__degree",devices:a,states:n,disabled:i,min:0,max:1e3,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("gradientRadialDegree")};var l}function x(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function C(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?x(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):x(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function j({v:e,device:t,state:o,states:n,devices:l="all",disabled:s=!1,prefix:d="bg",showSelect:u=!0,onChangeType:p,onChangeHex:b,onChangePalette:m,onChangeGradientHex:h,onChangeGradientPalette:g,onChangeGradient:v}){const f=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),y=f(Object(c.b)(d,"colorType")),{hex:O}=Object(i.d)(f(Object(c.b)(d,"colorHex")),f(Object(c.b)(d,"colorPalette"))),{hex:S}=Object(i.d)(f("gradientColorHex"),f("gradientColorPalette")),x=f("gradientActivePointer");return{id:(j=Object(c.b)(d,"color"),Object(r.defaultValueKey)({key:j,device:t,state:o})),type:"colorPicker2",disabled:s,devices:l,states:n,select:{show:u,choices:[{title:Object(a.a)("Solid"),value:"solid"},{title:Object(a.a)("Gradient"),value:"gradient"}]},gradient:{show:"gradient"===y},value:{hex:O,opacity:f(Object(c.b)(d,"colorOpacity")),palette:f(Object(c.b)(d,"colorPalette")),select:y,gradientColorHex:S,gradientColorOpacity:f("gradientColorOpacity"),gradientColorPalette:f("gradientColorPalette"),startPointer:f("gradientStartPointer"),finishPointer:f("gradientFinishPointer"),activePointer:x},onChange:({hex:n,opacity:a,palette:i,select:l,opacityDragEnd:s,startPointer:u,finishPointer:f,activePointer:O,isChanged:S})=>{const x=C(C({},{v:e,device:t,state:o,prefix:d,onChange:p}),{[Object(c.b)(d,"colorType")]:l}),j=C(C({},{v:e,device:t,state:o,prefix:"startPointer"===O||"solid"===y?d:"gradient",onChange:"startPointer"===O||"solid"===y?b:h}),{hex:n,opacity:a,isChanged:S,opacityDragEnd:s}),P=C(C({},{v:e,device:t,state:o,prefix:"startPointer"===O||"solid"===y?d:"gradient",onChange:"startPointer"===O||"solid"===y?m:g}),{opacity:a,palette:i}),B=C(C({},{v:e,device:t,state:o,prefix:d,onChange:v}),{startPointer:u,finishPointer:f,activePointer:O});return"select"===S?Object(r.saveOnChanges)(x):"hex"===S||"opacity"===S?Object(r.saveOnChanges)(j):"palette"===S?Object(r.saveOnChanges)(P):Object(r.saveOnChanges)(B)}};var j}function P({v:e,device:t,state:o,states:n,devices:a="all",prefix:l="bg",className:s="",disabled:d=!1,onChange:u}){const p=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:b}=Object(i.d)(p(Object(c.b)(l,"colorHex")),p(Object(c.b)(l,"colorPalette")));return{id:(m=Object(c.b)(l,"colorField"),Object(r.defaultValueKey)({key:m,device:t,state:o})),type:"colorFields",devices:a,states:n,disabled:d,className:s,value:{hex:b,opacity:p(Object(c.b)(l,"colorOpacity"))},onChange:({hex:n})=>{const a=C(C({},{v:e,device:t,state:o,prefix:l,onChange:u}),{hex:n});return Object(r.saveOnChanges)(a)}};var m}var B=o(36);function w(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function T(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?w(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):w(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function z({v:e,device:t,state:o,states:n,onChangeStyle:l,onChangeHex:s,onChangePalette:d,devices:u="all",prefix:p="",showSelect:b=!0,choices:m=[{title:Object(a.a)("None"),value:""},{value:"solid",icon:"nc-solid"},{value:"dashed",icon:"nc-dashed"},{value:"dotted",icon:"nc-dotted"}]}){const h=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),g=Object(c.b)(p,"border"),v=Object(c.b)(g,"color"),f=Object(c.b)(g,"colorHex"),y=Object(c.b)(g,"colorOpacity"),O=Object(c.b)(g,"colorPalette"),S=Object(c.b)(g,"style"),{hex:x}=Object(i.d)(h(f),h(O));return{devices:u,id:(C=v,Object(r.defaultValueKey)({key:C,device:t,state:o})),type:"colorPicker2",states:n,select:{show:b,choices:m},value:{hex:x,opacity:h(y),palette:h(O),select:h(S)},onChange:({hex:n,opacity:a,palette:i,select:c,isChanged:u,opacityDragEnd:b})=>{const m=T(T({},{v:e,device:t,state:o,prefix:p,onChange:l}),{borderStyle:c,isChanged:u}),h=T(T({},{v:e,device:t,state:o,prefix:p,onChange:s}),{hex:n,opacity:a,isChanged:u,opacityDragEnd:b}),g=T(T({},{v:e,device:t,state:o,prefix:p,onChange:d}),{opacity:a,palette:i});return"select"===u?Object(r.saveOnChanges)(m):"hex"===u||"opacity"===u?Object(r.saveOnChanges)(h):Object(r.saveOnChanges)(g)}};var C}function E({v:e,device:t,state:o,states:n,onChange:a,devices:l="all",prefix:s=""}){const d=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),u=Object(c.b)(s,"border"),p=Object(c.b)(u,"colorHex"),b=Object(c.b)(u,"colorOpacity"),m=Object(c.b)(u,"colorPalette"),{hex:h}=Object(i.d)(d(p),d(m));return{devices:l,id:(g=Object(c.b)(u,"colorField"),Object(r.defaultValueKey)({key:g,device:t,state:o})),type:"colorFields",states:n,value:{hex:h,opacity:d(b)},onChange:({hex:n})=>{const i=T(T({},{v:e,device:t,state:o,prefix:s,onChange:a}),{hex:n});return Object(r.saveOnChanges)(i)}};var g}function k({v:e,device:t,state:o,onChange:n,devices:i="all",prefix:l=""}){const s=Object(c.b)(l,"border"),d=Object(c.b)(s,"width");return{devices:i,id:(u=d,Object(r.defaultValueKey)({key:u,device:t,state:o})),label:Object(a.a)("Size"),type:"inputNumber",min:0,max:360,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))(d),onChange:a=>{const i=T(T({},{v:e,device:t,state:o,prefix:l,onChange:n}),{value:a});return Object(r.saveOnChanges)(i)}};var u}function H({v:e,device:t,state:o,states:n,onChangeType:i,onChangeGrouped:l,onChangeUngrouped:s,devices:d="all",prefix:u=""}){const p=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),b=Object(c.b)(u,"border"),m=Object(c.b)(b,"width"),h=Object(c.b)(m,"type"),g=Object(c.b)(b,"topWidth"),v=Object(c.b)(b,"rightWidth"),f=Object(c.b)(b,"bottomWidth"),y=Object(c.b)(b,"leftWidth"),O={grouped:[m],ungrouped:[g,v,f,y]};return{devices:d,id:(S=m,Object(r.defaultValueKey)({key:S,device:t,state:o})),type:"multiInputPicker",states:n,label:"grouped"===p(h)&&Object(a.a)("Size"),value:{type:p(h),grouped:[p(m)],ungrouped:[p(g),p(v),p(f),p(y)]},onChange:n=>{let{type:a,isChanged:c,isChangedIndex:d}=n,p=Object(B.a)(n,["type","isChanged","isChangedIndex"]);const b=T(T({},{v:e,device:t,state:o,prefix:u,onChange:i}),{type:a}),m=T(T({},{v:e,device:t,state:o,prefix:u,onChange:"grouped"===a?l:s}),{current:O[a][d],value:p[a][d]});return"type"===c?Object(r.saveOnChanges)(b):Object(r.saveOnChanges)(m)}};var S}function F(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?F(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):F(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function R({v:e,device:t,disabled:o=!1,state:n,states:l,onChangeType:s,onChangeHex:d,onChangePalette:u,prefix:p="",devices:b="all",choices:m="all"}){const h=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),g=Object(c.b)(p,"boxShadow"),v=Object(c.b)(g,"colorHex"),f=Object(c.b)(g,"colorOpacity"),y=Object(c.b)(g,"colorPalette"),{hex:O}=Object(i.d)(h(v),h(y)),S=[{title:Object(a.a)("None"),value:""},{title:Object(a.a)("Inset"),value:"inset"},{title:Object(a.a)("Outset"),value:"on"}],x=[{title:Object(a.a)("None"),value:""},{title:Object(a.a)("Inset"),value:"inset"}],C=[{title:Object(a.a)("None"),value:""},{title:Object(a.a)("Outset"),value:"on"}];return{devices:b,states:l,disabled:o,id:(j=g,Object(r.defaultValueKey)({key:j,device:t,state:n})),type:"colorPicker2",select:{choices:"all"===m?S:"inset"===m?x:C},value:{hex:O,opacity:h(f),palette:h(y),select:h(g)},onChange:({hex:o,opacity:a,palette:i,select:l,isChanged:c,opacityDragEnd:b})=>{const m=_(_({},{v:e,device:t,state:n,prefix:p,onChange:s}),{boxShadowType:l,isChanged:c}),h=_(_({},{v:e,device:t,state:n,prefix:p,onChange:d}),{hex:o,opacity:a,isChanged:c,opacityDragEnd:b}),g=_(_({},{v:e,device:t,state:n,prefix:p,onChange:u}),{opacity:a,palette:i});return"select"===c?Object(r.saveOnChanges)(m):"hex"===c||"opacity"===c?Object(r.saveOnChanges)(h):Object(r.saveOnChanges)(g)}};var j}function L({v:e,device:t,disabled:o=!1,state:n,states:a,onChange:l,prefix:s="",devices:d="all"}){const u=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),p=Object(c.b)(s,"boxShadow"),b=Object(c.b)(p,"field"),m=Object(c.b)(p,"colorHex"),h=Object(c.b)(p,"colorPalette"),g=Object(c.b)(p,"colorOpacity"),{hex:v}=Object(i.d)(u(m),u(h));return{devices:d,disabled:o,id:(f=b,Object(r.defaultValueKey)({key:f,device:t,state:n})),type:"colorFields",states:a,value:{hex:v,opacity:u(g)},onChange:({hex:o})=>{const a=_(_({},{v:e,device:t,state:n,prefix:s,onChange:l}),{hex:o});return Object(r.saveOnChanges)(a)}};var f}function M({v:e,device:t,disabled:o=!1,state:n,states:a,onChange:i,prefix:l="",devices:s="all"}){const d=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),u=Object(c.b)(l,"boxShadow"),p=Object(c.b)(u,"fields"),b=Object(c.b)(u,"blur"),m=Object(c.b)(u,"spread"),h=Object(c.b)(u,"vertical"),g=Object(c.b)(u,"horizontal");return{devices:s,disabled:o,states:a,id:(v=p,Object(r.defaultValueKey)({key:v,device:t,state:n})),type:"multiInput",config:{defaultIcon:["nc-shadow"],icons:["nc-blur","nc-size","nc-vertical","nc-horizontal"]},value:[d(b),d(m),d(h),d(g)],onChange:([o,a,s,c])=>{const d=_(_({},{v:e,device:t,state:n,prefix:l,onChange:i}),{boxShadowBlur:o,boxShadowSpread:a,boxShadowVertical:s,boxShadowHorizontal:c});return Object(r.saveOnChanges)(d)}};var v}function W(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function I(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?W(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):W(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function N({v:e,device:t,disabled:o=!1,state:n,states:l,onChangeType:s,onChangeHex:d,onChangePalette:u,prefix:p="",devices:b="all"}){const m=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),h=Object(c.b)(p,"textShadow"),g=Object(c.b)(h,"colorHex"),v=Object(c.b)(h,"colorOpacity"),f=Object(c.b)(h,"colorPalette"),{hex:y}=Object(i.d)(m(g),m(f));return{devices:b,states:l,disabled:o,id:(O=h,Object(r.defaultValueKey)({key:O,device:t,state:n})),type:"colorPicker2",select:{show:!0,choices:[{title:Object(a.a)("Shadow"),value:"on"},{title:Object(a.a)("None"),value:""}]},value:{hex:y,opacity:m(v),palette:m(f),select:m(h)},onChange:({hex:o,opacity:a,palette:i,select:l,isChanged:c,opacityDragEnd:b})=>{const m=I(I({},{v:e,device:t,state:n,prefix:p,onChange:s}),{textShadowType:l,isChanged:c}),h=I(I({},{v:e,device:t,state:n,prefix:p,onChange:d}),{hex:o,opacity:a,isChanged:c,opacityDragEnd:b}),g=I(I({},{v:e,device:t,state:n,prefix:p,onChange:u}),{opacity:a,palette:i});return"select"===c?Object(r.saveOnChanges)(m):"hex"===c||"opacity"===c?Object(r.saveOnChanges)(h):Object(r.saveOnChanges)(g)}};var O}function A({v:e,device:t,disabled:o=!1,state:n,states:a,onChange:l,prefix:s="",devices:d="all"}){const u=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),p=Object(c.b)(s,"textShadow"),b=Object(c.b)(p,"field"),m=Object(c.b)(p,"colorHex"),h=Object(c.b)(p,"colorPalette"),g=Object(c.b)(p,"colorOpacity"),{hex:v}=Object(i.d)(u(m),u(h));return{devices:d,disabled:o,id:(f=b,Object(r.defaultValueKey)({key:f,device:t,state:n})),type:"colorFields",states:a,value:{hex:v,opacity:u(g)},onChange:({hex:o})=>{const a=I(I({},{v:e,device:t,state:n,prefix:s,onChange:l}),{hex:o});return Object(r.saveOnChanges)(a)}};var f}function V({v:e,device:t,disabled:o=!1,state:n,states:a,onChange:i,prefix:l="",devices:s="all"}){const d=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}),u=Object(c.b)(l,"textShadow"),p=Object(c.b)(u,"fields"),b=Object(c.b)(u,"blur"),m=Object(c.b)(u,"vertical"),h=Object(c.b)(u,"horizontal");return{devices:s,disabled:o,states:a,id:(g=p,Object(r.defaultValueKey)({key:g,device:t,state:n})),type:"multiInput",config:{defaultIcon:["nc-shadow"],icons:["nc-blur","nc-vertical","nc-horizontal"]},value:[d(b),d(m),d(h)],onChange:([o,a,s])=>{const c=I(I({},{v:e,device:t,state:n,prefix:l,onChange:i}),{textShadowBlur:o,textShadowVertical:a,textShadowHorizontal:s});return Object(r.saveOnChanges)(c)}};var g}function D({v:e,device:t,state:o,devices:n="all",disabled:i=!1}){return{id:(l="linkAnchor",Object(r.defaultValueKey)({key:l,device:t,state:o})),label:Object(a.a)("Block"),type:"blockThumbnail",devices:n,disabled:i,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("linkAnchor")};var l}function $({v:e,device:t,state:o,disabled:n=!1,devices:i="all"}){return{id:Object(r.defaultValueKey)({key:"linkUpload",device:t,state:o}),label:Object(a.a)("File"),type:"fileUpload",disabled:n,devices:i,value:Object(r.defaultValueValue)({v:e,key:"linkUpload",device:t,state:o})}}function G({v:e,config:t,devices:o="all"}){const n=Object(i.c)(t,l.a.link);return{id:"linkExternal",type:"input",devices:o,label:Object(a.a)("Link to"),placeholder:"http://",population:{show:n.length>0,choices:n},value:{value:e.linkExternal,population:e.linkPopulation},onChange:({value:e,population:t},{changed:o})=>({linkExternal:e,linkPopulation:t,linkExternalType:"value"===o||""===t?"linkExternal":"linkPopulation"})}}function U({v:e,device:t,state:o,devices:n="all"}){return{id:(i="linkExternalBlank",Object(r.defaultValueKey)({key:i,device:t,state:o})),type:"switch",label:Object(a.a)("Open In New Tab"),devices:n,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("linkExternalBlank")};var i}function K({v:e,device:t,state:o,devices:n="all"}){return{id:(i="linkExternalRel",Object(r.defaultValueKey)({key:i,device:t,state:o})),type:"switch",label:Object(a.a)("Make it Nofollow"),devices:n,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("linkExternalRel")};var i}function Y({v:e,device:t,state:o,canDelete:n=!0,disabled:i=!1,component:l,devices:s="all"}){const c=e=>Object(r.defaultValueKey)({key:e,device:t,state:o}),d=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o});return{id:c("linkPopup"),type:"promptAddPopup",label:Object(a.a)("Popup"),canDelete:n,disabled:i,popupKey:`${l.getId()}_${d("linkPopup")}`,devices:s,value:{value:d("linkPopup"),popups:d("popups")},onChange:({value:e,popups:t})=>({[c("linkPopup")]:e,[c("popups")]:t})}}function q(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function X(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?q(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):q(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Z({v:e,device:t,state:o,devices:n,position:a,prefix:r="",disabled:i=!1}){return Q({v:e,device:t,state:o,devices:n,position:a,prefix:r,disabled:i})}function J({v:e,device:t,state:o,devices:n,position:a,prefix:r="",disabled:i=!1}){return Q({v:e,device:t,state:o,devices:n,position:a,prefix:r,disabled:i,suffixChoices:[{title:"px",value:"px"}]})}function Q({v:e,device:t,state:o,prefix:n="",devices:i="all",disabled:l=!1,position:s=50,childs:d=["paddingTop","paddingRight","paddingBottom","paddingLeft"],suffixChoices:u=[{title:"px",value:"px"},{title:"%",value:"%"}]}){const p=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),b=Object(c.b)(n,"padding"),m=Object(c.b)(b,"type");return{id:b,type:"group-dev",devices:i,position:s,disabled:l,options:[{id:m,label:Object(a.a)("Padding"),type:"radioGroup-dev",choices:[{value:"grouped",icon:"nc-styling-all"},{value:"ungrouped",icon:"nc-styling-individual"}]},ee({v:e,device:t,state:o,childs:d,suffixChoices:u,prefix:n,disabled:"grouped"!==p(m),onChange:["onChangePaddingGrouped"]}),...te({v:e,device:t,state:o,childs:d,suffixChoices:u,prefix:n,disabled:"ungrouped"!==p(m),onChange:["onChangePaddingUngrouped"]})]}}function ee({v:e,device:t,state:o,childs:n,suffixChoices:a,onChange:i,disabled:l=!1,prefix:s=""}){const d=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),u=Object(c.b)(s,"padding"),p=Object(c.b)(u,"suffix");return{id:(b=u,Object(r.defaultValueKey)({key:b,device:t,state:o})),type:"slider",disabled:l,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:a},value:{value:d(u),suffix:d(p)},onChange:({value:a,suffix:l},{sliderDragEnd:c})=>{const d=X(X({},{v:e,device:t,state:o,childs:n,onChange:i,prefix:s}),{value:a,suffix:l,sliderDragEnd:c});return Object(r.saveOnChanges)(d)}};var b}function te({v:e,device:t,state:o,childs:n,suffixChoices:a,onChange:i,disabled:l=!1,prefix:s=""}){const d=e=>Object(r.defaultValueKey)({key:e,device:t,state:o}),u=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),p=Object(c.b)(s,"paddingTop"),b=Object(c.b)(p,"suffix"),m=Object(c.b)(s,"paddingRight"),h=Object(c.b)(m,"suffix"),g=Object(c.b)(s,"paddingBottom"),v=Object(c.b)(g,"suffix"),f=Object(c.b)(s,"paddingLeft"),y=Object(c.b)(f,"suffix");return[{id:d(p),icon:"nc-styling-top",type:"slider",disabled:l,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:a},value:{value:u(p),suffix:u(b)},onChange:({value:a,suffix:l},{sliderDragEnd:c})=>{const d=X(X({},{v:e,device:t,state:o,childs:n,onChange:i,prefix:s}),{current:"paddingTop",value:a,suffix:l,sliderDragEnd:c});return Object(r.saveOnChanges)(d)}},n.includes("paddingRight")?{id:d(m),icon:"nc-styling-right",type:"slider",disabled:l,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:a},value:{value:u(m),suffix:u(h)},onChange:({value:a,suffix:l},{sliderDragEnd:c})=>{const d=X(X({},{v:e,device:t,state:o,childs:n,onChange:i,prefix:s}),{current:"paddingRight",value:a,suffix:l,sliderDragEnd:c});return Object(r.saveOnChanges)(d)}}:{},{id:d(g),icon:"nc-styling-bottom",type:"slider",disabled:l,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:a},value:{value:u(g),suffix:u(v)},onChange:({value:a,suffix:l},{sliderDragEnd:c})=>{const d=X(X({},{v:e,device:t,state:o,childs:n,onChange:i,prefix:s}),{current:"paddingBottom",value:a,suffix:l,sliderDragEnd:c});return Object(r.saveOnChanges)(d)}},n.includes("paddingLeft")?{id:d(f),icon:"nc-styling-left",type:"slider",disabled:l,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:a},value:{value:u(f),suffix:u(y)},onChange:({value:a,suffix:l},{sliderDragEnd:c})=>{const d=X(X({},{v:e,device:t,state:o,childs:n,onChange:i,prefix:s}),{current:"paddingLeft",value:a,suffix:l,sliderDragEnd:c});return Object(r.saveOnChanges)(d)}}:{}]}function oe(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ne(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):oe(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function ae({v:e,device:t,state:o,devices:n="all",disabled:i=!1,position:l=60,marginType:s,onChangeGrouped:c,onChangeUngrouped:d}){const u=e=>Object(r.defaultValueKey)({key:e,device:t,state:o}),p=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o});return{id:"margin",type:"group-dev",position:l,devices:n,disabled:i,options:[{id:"marginType",label:Object(a.a)("Margin"),type:"radioGroup-dev",choices:[{value:"grouped",icon:"nc-styling-all"},{value:"ungrouped",icon:"nc-styling-individual"}]},{id:u("margin"),type:"slider",disabled:"grouped"!==p("marginType"),slider:{min:-100,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:p("margin"),suffix:p("marginSuffix")},onChange:({value:n,suffix:a})=>{const i=ne(ne({},{v:e,device:t,state:o,marginType:s,onChange:c}),{value:n,suffix:a});return Object(r.saveOnChanges)(i)}},{id:u("marginTop"),icon:"nc-styling-top",type:"slider",disabled:"ungrouped"!==p("marginType"),slider:{min:-100,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:p("marginTop"),suffix:p("marginTopSuffix")},onChange:({value:n,suffix:a})=>{const i=ne(ne({},{v:e,device:t,state:o,onChange:d}),{current:"marginTop",value:n,suffix:a});return Object(r.saveOnChanges)(i)}},{id:u("marginRight"),icon:"nc-styling-right",type:"slider",disabled:"ungrouped"!==p("marginType"),slider:{min:-100,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:p("marginRight"),suffix:p("marginRightSuffix")},onChange:({value:n,suffix:a})=>{const i=ne(ne({},{v:e,device:t,state:o,onChange:d}),{current:"marginRight",value:n,suffix:a});return Object(r.saveOnChanges)(i)}},{id:u("marginBottom"),icon:"nc-styling-bottom",type:"slider",disabled:"ungrouped"!==p("marginType"),slider:{min:-100,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:p("marginBottom"),suffix:p("marginBottomSuffix")},onChange:({value:n,suffix:a})=>{const i=ne(ne({},{v:e,device:t,state:o,onChange:d}),{current:"marginBottom",value:n,suffix:a});return Object(r.saveOnChanges)(i)}},{id:u("marginLeft"),icon:"nc-styling-left",type:"slider",disabled:"ungrouped"!==p("marginType"),slider:{min:-100,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:p("marginLeft"),suffix:p("marginLeftSuffix")},onChange:({value:n,suffix:a})=>{const i=ne(ne({},{v:e,device:t,state:o,onChange:d}),{current:"marginLeft",value:n,suffix:a});return Object(r.saveOnChanges)(i)}}]}}function re({v:e,device:t,devices:o="all",position:n=10,closeTooltip:r=!0}){return"tablet"===t?function({v:e,position:t=10,devices:o="all",closeTooltip:n=!0}){return{id:"showOnTablet",type:"toggle",devices:o,position:t,closeTooltip:n,choices:[{icon:"nc-eye-17",title:Object(a.a)("Disable on Tablet"),value:"on"},{icon:"nc-eye-ban-18",title:Object(a.a)("Enable on Tablet"),value:"off"}],value:e.showOnTablet}}({v:e,position:n,devices:o,closeTooltip:r}):"mobile"===t?function({v:e,position:t=10,devices:o="all",closeTooltip:n=!0}){return{id:"showOnMobile",type:"toggle",devices:o,position:t,closeTooltip:n,choices:[{icon:"nc-eye-17",title:Object(a.a)("Disable on Mobile"),value:"on"},{icon:"nc-eye-ban-18",title:Object(a.a)("Enable on Mobile"),value:"off"}],value:e.showOnMobile}}({v:e,position:n,devices:o,closeTooltip:r}):{}}function ie({v:e,position:t=40,device:o,state:n,devices:i="all",population:l}){const s=e=>Object(r.defaultValueKey)({key:e,device:o,state:n}),c=t=>Object(r.defaultValueValue)({v:e,key:t,device:o,state:n});return{id:s("customClassName"),label:Object(a.a)("CSS Class"),position:t,display:"block",type:"input",devices:i,helper:!0,helperContent:"\n<span>Add your custom class without the .dot, example: my-class</span>",population:{show:l.length>0,choices:l},value:{value:c("customClassName"),population:c("cssClassPopulation")},onChange:({value:e,population:t})=>({[s("customClassName")]:e,[s("cssClassPopulation")]:t})}}function le({v:e,device:t,state:o,devices:n="all",position:i=45}){return{id:(l="customCSS",Object(r.defaultValueKey)({key:l,device:t,state:o})),type:"codeMirror",label:Object(a.a)("Custom CSS"),position:i,display:"block",devices:n,helper:!0,helperContent:'\n<p class="brz-p">You can use the following selectors to create targeted CSS.</p>\n<p class="brz-p">\n <span class="brz-span brz-ed-tooltip__overlay-code">element</span> {...}\n <br class="brz-br">\n <span class="brz-span brz-ed-tooltip__overlay-code">element .child-element</span> {...}\n</p>',placeholder:"element { CSS goes here }",value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("customCSS")};var l}var se=o(177);function ce({v:e,position:t=60,device:o,state:n,choices:i=Object(se.a)(),devices:l="all"}){const s=e=>Object(r.defaultValueKey)({key:e,device:o,state:n}),c=t=>Object(r.defaultValueValue)({v:e,key:t,device:o,state:n});return{id:"animation",type:"group-dev",position:t,devices:l,options:[{id:s("animationName"),label:Object(a.a)("Entrance Animation"),type:"select",choices:i,value:"initial"===c("animationName")?c("tempAnimationName"):c("animationName"),onChange:e=>({[s("animationName")]:e,[s("tempAnimationName")]:e})},{id:s("animationDuration"),label:Object(a.a)("Duration"),type:"slider",disabled:"none"===c("animationName")&&"initial"!==c("animationName"),slider:{min:0,max:5,step:.1},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"s",value:"s"}]},value:{value:c("animationDuration")/1e3},onChange:({value:e},{sliderDragEnd:t})=>({[s("animationName")]:t?c("tempAnimationName"):"initial",[s("animationDuration")]:1e3*e})},{id:s("animationDelay"),label:Object(a.a)("Delay"),type:"slider",disabled:"none"===c("animationName")&&"initial"!==c("animationName"),slider:{min:0,max:5,step:.1},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"s",value:"s"}]},value:{value:c("animationDelay")/1e3},onChange:({value:e},{sliderDragEnd:t})=>({[s("animationName")]:t?c("tempAnimationName"):"initial",[s("animationDelay")]:1e3*e})}]}}function de({v:e,device:t,prefix:o="",devices:n="all",state:a,states:i}){return{id:Object(r.defaultValueKey)({key:Object(c.b)(o,"hue"),device:t,state:a}),icon:"nc-hue",className:"brz-ed-option__slider--hue",type:"slider",devices:n,states:i,slider:{min:0,max:360},input:{show:!0,min:0,max:360},suffix:{show:!0,choices:[{title:"deg",value:"deg"}]},value:{value:Object(r.defaultValueValue)({v:e,key:Object(c.b)(o,"hue"),device:t,state:a})},onChange:({value:n})=>({[Object(r.defaultValueKey)({v:e,key:Object(c.b)(o,"hue"),device:t,state:a})]:n})}}function ue({v:e,device:t,prefix:o="",devices:n="all",state:a,states:i}){return{id:Object(r.defaultValueKey)({key:Object(c.b)(o,"saturation"),device:t,state:a}),icon:"nc-saturation",className:"brz-ed-option__slider--saturation",type:"slider",devices:n,states:i,slider:{min:0,max:200},input:{show:!0,min:0,max:200},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:Object(r.defaultValueValue)({v:e,key:Object(c.b)(o,"saturation"),device:t,state:a})},onChange:({value:e})=>({[Object(r.defaultValueKey)({key:Object(c.b)(o,"saturation"),device:t,state:a})]:e})}}function pe({v:e,device:t,prefix:o="",devices:n="all",state:a,states:i}){return{id:Object(r.defaultValueKey)({key:Object(c.b)(o,"brightness"),device:t,state:a}),icon:"nc-brightness",className:"brz-ed-option__slider--brightness",type:"slider",devices:n,states:i,slider:{min:10,max:200},input:{show:!0,min:0,max:200},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:Object(r.defaultValueValue)({v:e,key:Object(c.b)(o,"brightness"),device:t,state:a})},onChange:({value:e})=>({[Object(r.defaultValueKey)({key:Object(c.b)(o,"brightness"),device:t,state:a})]:e})}}function be({v:e,device:t,prefix:o="",devices:n="all",state:a,states:i}){return{id:Object(r.defaultValueKey)({key:Object(c.b)(o,"contrast"),device:t,state:a}),icon:"nc-contrast",className:"brz-ed-option__slider--contrast",type:"slider",devices:n,states:i,slider:{min:0,max:200},input:{show:!0,min:0,max:200},suffix:{show:!0,choices:[{title:"%",value:"%"}]},value:{value:Object(r.defaultValueValue)({v:e,key:Object(c.b)(o,"contrast"),device:t,state:a})},onChange:({value:e})=>({[Object(r.defaultValueKey)({key:Object(c.b)(o,"contrast"),device:t,state:a})]:e})}}function me({device:e,devices:t="all",state:o}){return{id:Object(r.defaultValueKey)({key:"advancedSettings",device:e,state:o}),type:"advancedSettings",devices:t,disabled:!0}}function he({devices:e="all"}){return{id:"toolbarSettings",type:"popover-dev",devices:e,disabled:!0}}function ge({devices:e="responsive"}){return{id:"showOnTablet",type:"toggle",disabled:!0,devices:e}}function ve({devices:e="responsive"}){return{id:"showOnMobile",type:"toggle",disabled:!0,devices:e}}function fe({device:e}){let t;return t="tablet"===e?ge({}):"mobile"===e?ve({}):{},t}function ye({prefix:e="",devices:t="all"}){return{devices:t,id:Object(c.b)(e,"padding"),type:"group-dev",disabled:!0}}function Oe({devices:e="all"}){return{devices:e,id:"margin",type:"group-dev",disabled:!0}}function Se({v:e,device:t,devices:o="all",state:n,states:i}){const l=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n});return{id:(s="media",Object(r.defaultValueKey)({key:s,device:t,state:n})),label:Object(a.a)("Type"),type:"radioGroup",devices:o,states:i,choices:[{value:"image",icon:"nc-media-image"},{value:"map",icon:"nc-media-map"}],value:"video"===l("media")?"image":l("media")};var s}function xe(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ce(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?xe(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):xe(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function je({v:e,device:t,state:o,onChange:n}){const a=Object(r.defaultValueValue)({v:e,key:"boxShadowBlur",device:t,state:o}),i=Object(r.defaultValueValue)({v:e,key:"boxShadowVertical",device:t,state:o});return{id:Object(r.defaultValueKey)({key:"boxShadow",device:t,state:o}),type:"multiInput",config:{defaultIcon:["nc-shadow"],icons:["nc-blur","nc-vertical"]},value:[a,i],onChange:([a,i])=>{const l=Ce(Ce({},{v:e,device:t,state:o,onChange:n}),{boxShadowBlur:a,boxShadowVertical:i});return Object(r.saveOnChanges)(l)}}}function Pe({device:e,component:t,state:o,blockType:n,position:i=90,disabled:l=!1,devices:s="all"}){return{devices:s,position:i,blockType:n,id:(c="makeItSaved",Object(r.defaultValueKey)({key:c,device:e,state:o})),type:"savedBlock",icon:"nc-save-section",disabled:l,title:Object(a.a)("Save"),tooltipContent:Object(a.a)("Saved"),value:{blockId:t.getId()}};var c}const Be=(e,t)=>{if(e&&"popup"===t)return e.split("_")[0]};function we({device:e,component:t,state:o,blockType:n,devices:i="all"}){const l=t.getId();return{devices:i,blockType:n,id:(s="makeItGlobal",Object(r.defaultValueKey)({key:s,device:e,state:o})),label:Object(a.a)("Make it Global"),type:"globalBlock",value:{_id:l,parentId:Be(t.props.instanceKey,n)}};var s}function Te({v:e,device:t,devices:o="all",disabled:n=!1,state:i}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:i});return{id:l("iconSize"),label:Object(a.a)("Play"),type:"slider",devices:o,disabled:n,roles:["admin"],slider:{min:50,max:200},input:{show:!0,min:50,max:200},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(s="iconSize",Object(r.defaultValueValue)({v:e,key:s,device:t,state:i}))},onChange:({value:e})=>({[l("iconSize")]:e,[l("iconSizeWidth")]:e,[l("iconSizeHeight")]:e})};var s}function ze({v:e,device:t,state:o,devices:n="all",disabled:i=!1}){return{id:(l="custom",Object(r.defaultValueKey)({key:l,device:t,state:o})),label:Object(a.a)("File"),type:"fileUpload",acceptedExtensions:["video/*"],devices:n,disabled:i,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("custom")};var l}function Ee({v:e,device:t,devices:o="all",disabled:n=!1,state:i}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:i}),s=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:i});return{id:l("type"),label:Object(a.a)("Style"),type:"radioGroup",disabled:n,devices:o,choices:[{value:"simple",icon:"nc-counter-style-1"},{value:"radial",icon:"nc-counter-style-2"},{value:"empty",icon:"nc-counter-style-3"},{value:"pie",icon:"nc-counter-style-4"}],value:s("type"),onChange:e=>({[l("type")]:e,[l("start")]:"simple"!==s("type")?s("start"):0})}}function ke({v:e,device:t,devices:o="all",disabled:n=!1,state:i}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:i}),s=o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:i});return{id:l("style"),label:Object(a.a)("Style"),type:"radioGroup",devices:o,disabled:n,choices:[{value:"basic",icon:"nc-sndcloud-style-1"},{value:"artwork",icon:"nc-sndcloud-style-2"}],value:s("style"),onChange:e=>({[l("style")]:e,[l("showArtwork")]:"basic"===e?"off":"on",[l("height")]:s("basic"===e?"mediumHeight":"artwork"===e?"largeHeight":"height")})}}function He({v:e,device:t,devices:o="all",state:n,position:i=350}){return{id:Object(r.defaultValueKey)({key:"itemPadding",device:t,state:n}),type:"slider",label:Object(a.a)("Spacing"),roles:["admin"],devices:o,position:i,slider:{min:0,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},disabled:1===e.items.length,value:{value:Object(r.defaultValueValue)({v:e,key:"itemPadding",device:t,state:n})},onChange:({value:e})=>({[Object(r.defaultValueKey)({key:"itemPadding",device:t,state:n})]:e,[Object(r.defaultValueKey)({key:"itemPaddingRight",device:t,state:n})]:e,[Object(r.defaultValueKey)({key:"itemPaddingLeft",device:t,state:n})]:e})}}function Fe({v:e,config:t,inGallery:o,device:n,state:s,devices:c="all"}){const d=t=>Object(r.defaultValueValue)({v:e,key:t,device:n,state:s}),u=Object(i.c)(t,l.a.link);return{id:(p="linkExternal",Object(r.defaultValueKey)({key:p,device:n,state:s})),type:"input",label:Object(a.a)("Link to"),placeholder:"http://",devices:c,population:{show:u.length>0&&!o,choices:u},value:{population:d("linkPopulation"),value:d("linkExternal")},onChange:({value:e,population:t},{changed:o})=>({linkExternal:e,linkPopulation:t,linkExternalType:"value"===o||""===t?"linkExternal":"linkPopulation"})};var p}function _e({devices:e="all",gallery:t,enableTags:o}){const{inGallery:n=!1}=t||{};return{label:"Tags",id:"tags",type:"inputText-dev",helper:{enabled:!0,content:"Enter the tags, separated by a comma (art, sport, nature, etc).",position:"top-end"},placeholder:"art, nature, etc.",devices:e,disabled:!n||!o}}o(16),o(43),o(137);var Re=o(7);function Le(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Me(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Le(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Le(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function We({v:e,device:t,state:o,devices:n="all"}){const i=e=>Object(r.defaultValueKey)({key:e,device:t,state:o});return{devices:n,id:i("padding"),type:"slider",label:Object(a.a)("Spacing"),slider:{min:0,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(l="padding",Object(r.defaultValueValue)({v:e,key:l,device:t,state:o}))},onChange:({value:e})=>({[i("padding")]:e,[i("paddingRight")]:e,[i("paddingBottom")]:e,[i("paddingLeft")]:e})};var l}function Ie({v:e,device:t,state:o,devices:n="all"}){const a=Re.default.pluck(e.items[0].value.items,"value");return{devices:n,id:(i="apps",Object(r.defaultValueKey)({key:i,device:t,state:o})),type:"formApps",icon:"nc-extensions-2",value:{id:e._id,fields:a}};var i}function Ne({v:e,device:t,state:o,devices:n="all"}){const i=e=>Object(r.defaultValueKey)({key:e,device:t,state:o}),l=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),s={small:l("sizeSmallPadding"),medium:l("sizeMediumPadding"),large:l("sizeLargePadding")};return{devices:n,id:i("size"),label:Object(a.a)("Size"),type:"radioGroup",position:17,choices:[{icon:"nc-small",value:"small"},{icon:"nc-medium",value:"medium"},{icon:"nc-large",value:"large"}],value:l("size"),onChange:e=>({[i("size")]:e,[i("paddingTop")]:s[e],[i("paddingRight")]:s[e]+10,[i("paddingBottom")]:s[e],[i("paddingLeft")]:s[e]+10})}}function Ae({v:e,device:t,state:o,onChange:n,devices:i="all"}){return{devices:i,id:(l="borderRadius",Object(r.defaultValueKey)({key:l,device:t,state:o})),label:Object(a.a)("Corner"),type:"slider",slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("borderRadius")},onChange:({value:a},{sliderDragEnd:i})=>{const l=Me(Me({},{v:e,device:t,state:o,onChange:n}),{value:a,sliderDragEnd:i});return Object(r.saveOnChanges)(l)}};var l}function Ve({v:e,device:t,state:o,prefix:n="field",devices:i="all"}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:o});return{devices:i,id:l(Object(c.b)(n,"padding")),type:"slider",label:Object(a.a)("Spacing"),slider:{min:0,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:(s=Object(c.b)(n,"padding"),Object(r.defaultValueValue)({v:e,key:s,device:t,state:o}))},onChange:({value:e})=>({[l(Object(c.b)(n,"padding"))]:e,[l(Object(c.b)(n,"paddingRight"))]:e,[l(Object(c.b)(n,"paddingBottom"))]:e,[l(Object(c.b)(n,"paddingLeft"))]:e})};var s}function De({v:e,device:t,devices:o="all",state:n}){return{id:(l="shapeTopType",Object(r.defaultValueKey)({key:l,device:t,state:n})),label:Object(a.a)("Type"),type:"select",devices:o,className:"brz-control__select-option--icon",choices:Object(i.f)(),value:(o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}))("shapeTopType")};var l}function $e({v:e,device:t,devices:o="all",disabled:n=!1,state:i}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:i});return{id:l("shapeTopFlip"),label:Object(a.a)("Flip"),type:"checkGroup",disabled:n,devices:o,choices:[{value:"shapeTopHorizontal",icon:"nc-flip-horizontal"}],value:{shapeTopHorizontal:"on"===(s="shapeTopHorizontal",Object(r.defaultValueValue)({v:e,key:s,device:t,state:i}))},onChange:({shapeTopHorizontal:e})=>({[l("shapeTopHorizontal")]:e?"on":"off"})};var s}function Ge({v:e,device:t,devices:o="all",state:n}){return{id:(l="shapeBottomType",Object(r.defaultValueKey)({key:l,device:t,state:n})),label:Object(a.a)("Type"),type:"select",devices:o,className:"brz-control__select-option--icon brz-control__select-option--icon--bottom",choices:Object(i.f)(),value:(o=>Object(r.defaultValueValue)({v:e,key:o,device:t,state:n}))("shapeBottomType")};var l}function Ue({v:e,device:t,devices:o="all",disabled:n=!1,state:i}){const l=e=>Object(r.defaultValueKey)({key:e,device:t,state:i});return{id:l("shapeBottomFlip"),label:Object(a.a)("Flip"),type:"checkGroup",devices:o,disabled:n,choices:[{value:"shapeBottomHorizontal",icon:"nc-flip-horizontal"}],value:{shapeBottomHorizontal:"on"===(s="shapeBottomHorizontal",Object(r.defaultValueValue)({v:e,key:s,device:t,state:i}))},onChange:({shapeBottomHorizontal:e})=>({[l("shapeBottomHorizontal")]:e?"on":"off"})};var s}function Ke({v:e,device:t,state:o,devices:n="all",disabled:i=!1}){return{id:(l="audio",Object(r.defaultValueKey)({key:l,device:t,state:o})),label:Object(a.a)("File"),type:"fileUpload",acceptedExtensions:[".mp3",".ogg",".wav"],devices:n,disabled:i,value:(n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}))("audio")};var l}function Ye({v:e,device:t,state:o,devices:n="all",disabled:i=!1}){const l=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),s=e=>Object(r.defaultValueKey)({key:e,device:t,state:o});return{id:s("iconSize"),label:Object(a.a)("Icons"),type:"radioGroup",disabled:i,devices:n,choices:[{value:"small",icon:"nc-16"},{value:"medium",icon:"nc-24"},{value:"large",icon:"nc-32"},{value:"custom",icon:"nc-more"}],value:l("iconSize"),onChange:e=>({[s("iconSize")]:e,iconCustomSize:l("small"===e?"smallIconSize":"medium"===e?"mediumIconSize":"large"===e?"largeIconSize":"iconCustomSize")})}}function qe({v:e,device:t,devices:o="all",state:n}){const i="desktop"===t?6:Math.min(e.gridColumn*e.gridRow,6);return{id:Object(r.defaultValueKey)({key:"gridColumn",device:t,state:n}),type:"slider",label:Object(a.a)("Columns"),devices:o,className:"brz-ed-option__slider--skin-dev",slider:{min:1,max:i,step:1},input:{show:!0,min:1,max:i,step:1},value:{value:Object(r.defaultValueValue)({v:e,key:"gridColumn",device:t,state:n}),suffix:null},onChange:({value:o})=>{const a=Object(r.defaultValueKey)({key:"gridColumn",device:t,state:n}),i={[a]:o,[a+"Suffix"]:""};if("desktop"===t){const t=Number(o)*Number(e.gridRow);t<e.tabletGridColumn&&(i.tabletGridColumn=t),t<e.mobileGridColumn&&(i.mobileGridColumn=t)}return i}}}function Xe({v:e,device:t,devices:o="all",state:n}){return{id:Object(r.defaultValueKey)({key:"gridRow",device:t,state:n}),type:"slider",label:Object(a.a)("Rows"),devices:o,className:"brz-ed-option__slider--skin-dev",slider:{min:1,max:15,step:1},input:{show:!0,min:1,max:50,step:1},value:{value:Object(r.defaultValueValue)({v:e,key:"gridRow",device:t,state:n}),suffix:null},onChange:({value:o})=>{const a=Object(r.defaultValueKey)({key:"gridRow",device:t,state:n}),i={[a]:o,[a+"Suffix"]:""};if("desktop"===t){const t=Number(o)*Number(e.gridColumn);t<e.tabletGridColumn&&(i.tabletGridColumn=t),t<e.mobileGridColumn&&(i.mobileGridColumn=t)}return i}}}function Ze({v:e,device:t,state:o,choices:n=[],disabled:i=!1,devices:l="all"}){const s=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),c=e=>Object(r.defaultValueKey)({key:e,device:t,state:o});return{id:c("taxonomy"),label:Object(a.a)("Categories"),disabled:i,devices:l,type:"select",choices:n,value:`${s("taxonomy")}|${s("taxonomyId")}`,onChange:e=>{const[t,o]=e.split("|");return{[c("taxonomy")]:t,[c("taxonomyId")]:o}}}}function Je({v:e,device:t,state:o,disabled:n=!1,devices:i="all"}){const l=n=>Object(r.defaultValueValue)({v:e,key:n,device:t,state:o}),s=e=>Object(r.defaultValueKey)({key:e,device:t,state:o});return{id:"sliderPaddingType",type:"group-dev",disabled:n,devices:i,position:50,options:[{id:"sliderPaddingType",label:Object(a.a)("Padding"),type:"radioGroup-dev",choices:[{value:"grouped",icon:"nc-styling-all"},{value:"ungrouped",icon:"nc-styling-individual"}]},{id:s("sliderPadding"),type:"slider",disabled:"grouped"!==l("sliderPaddingType"),slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:l("sliderPadding"),suffix:l("sliderPaddingSuffix")},onChange:({value:e,suffix:t})=>({[s("sliderPadding")]:e,[s("sliderPaddingSuffix")]:t,[s("sliderPaddingTop")]:e,[s("sliderPaddingRight")]:e,[s("sliderPaddingBottom")]:e,[s("sliderPaddingLeft")]:e})},{id:s("sliderPaddingTop"),icon:"nc-styling-top",type:"slider",disabled:"ungrouped"!==l("sliderPaddingType"),slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:l("sliderPaddingTop"),suffix:l("sliderPaddingTopSuffix")},onChange:({value:e,suffix:t})=>({[s("sliderPaddingTop")]:e,[s("sliderPaddingTopSuffix")]:t,[s("sliderPadding")]:e===l("sliderPaddingRight")&&e===l("sliderPaddingLeft")&&e===l("sliderPaddingBottom")?e:l("sliderPadding")})},{id:s("sliderPaddingRight"),icon:"nc-styling-right",type:"slider",disabled:"ungrouped"!==l("sliderPaddingType"),slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:l("sliderPaddingRight"),suffix:l("sliderPaddingRightSuffix")},onChange:({value:e,suffix:t})=>({[s("sliderPaddingRight")]:e,[s("sliderPaddingRightSuffix")]:t,[s("sliderPadding")]:e===l("sliderPaddingTop")&&e===l("sliderPaddingLeft")&&e===l("sliderPaddingBottom")?e:l("sliderPadding")})},{id:s("sliderPaddingBottom"),icon:"nc-styling-bottom",type:"slider",disabled:"ungrouped"!==l("sliderPaddingType"),slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:l("sliderPaddingBottom"),suffix:l("sliderPaddingBottomSuffix")},onChange:({value:e,suffix:t})=>({[s("sliderPaddingBottom")]:e,[s("sliderPaddingBottomSuffix")]:t,[s("sliderPadding")]:e===l("sliderPaddingRight")&&e===l("sliderPaddingLeft")&&e===l("sliderPaddingTop")?e:l("sliderPadding")})},{id:s("sliderPaddingLeft"),icon:"nc-styling-left",type:"slider",disabled:"ungrouped"!==l("sliderPaddingType"),slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"},{title:"%",value:"%"}]},value:{value:l("sliderPaddingLeft"),suffix:l("sliderPaddingLeftSuffix")},onChange:({value:e,suffix:t})=>({[s("sliderPaddingLeft")]:e,[s("sliderPaddingLeftSuffix")]:t,[s("sliderPadding")]:e===l("sliderPaddingRight")&&e===l("sliderPaddingTop")&&e===l("sliderPaddingBottom")?e:l("sliderPadding")})}]}}function Qe({v:e,device:t,devices:o="all",state:n}){const i=e=>Object(r.defaultValueKey)({key:e,device:t,state:n});return{id:i("twitter"),label:Object(a.a)("Twitter"),type:"select",devices:o,choices:[{title:Object(a.a)("Embed"),value:"embed"},{title:Object(a.a)("Button"),value:"button"}],value:(l="twitter",Object(r.defaultValueValue)({v:e,key:l,device:t,state:n})),onChange:e=>({[i("twitter")]:e,[i("twitterType")]:"embed"===e?"embed":"followButton"})};var l}function et({title:e}){return{title:e,getItems:()=>[]}}},function(e,t,o){"use strict";o.r(t),o.d(t,"renderStyles",(function(){return b})),o.d(t,"parseOutputCss",(function(){return h})),o.d(t,"css",(function(){return v})),o.d(t,"css1",(function(){return f})),o.d(t,"clearCache",(function(){return y})),o.d(t,"tmpCSSFromCache",(function(){return O})),o.d(t,"replacePlaceholders",(function(){return S})),o.d(t,"cssStyleSizeWidthPercent",(function(){return H})),o.d(t,"cssStyleSizeWidthPx",(function(){return F})),o.d(t,"cssStyleSizeMaxWidthPercent",(function(){return R})),o.d(t,"cssStyleSizeWidthStoryOnly",(function(){return _})),o.d(t,"cssStyleSizeHeightPx",(function(){return L})),o.d(t,"cssStyleSizeMinHeightPx",(function(){return M})),o.d(t,"cssStyleSizeMaxWidthSize",(function(){return W})),o.d(t,"cssStyleSizeSizePercent",(function(){return I})),o.d(t,"cssStyleSizeMaxWidthContainer",(function(){return V})),o.d(t,"cssStyleSizeTextSpacing",(function(){return $})),o.d(t,"cssStyleSizeSpacing",(function(){return D})),o.d(t,"cssStyleSizeHeightPxOnly",(function(){return G})),o.d(t,"cssStyleSizeHeightPercentOnly",(function(){return U})),o.d(t,"cssStyleSizeSize",(function(){return N})),o.d(t,"cssStyleSizeWidth",(function(){return A})),o.d(t,"cssStyleElementLineBorder",(function(){return K})),o.d(t,"cssStyleTypographyElementCountdownLabelFontSize",(function(){return ae})),o.d(t,"cssStyleNumberTypography2FontFamily",(function(){return le})),o.d(t,"cssStyleNumberTypography2FontSize",(function(){return se})),o.d(t,"cssStyleNumberTypography2LetterSpacing",(function(){return ue})),o.d(t,"cssStyleNumberTypography2FontWeight",(function(){return de})),o.d(t,"cssStyleNumberTypography2LineHeight",(function(){return ce})),o.d(t,"cssStyleTitleTypography2FontFamily",(function(){return pe})),o.d(t,"cssStyleTitleTypography2FontSize",(function(){return be})),o.d(t,"cssStyleTitleTypography2LetterSpacing",(function(){return ge})),o.d(t,"cssStyleTitleTypography2FontWeight",(function(){return he})),o.d(t,"cssStyleTitleTypography2LineHeight",(function(){return me})),o.d(t,"cssStyleMessageTypography2FontFamily",(function(){return ve})),o.d(t,"cssStyleMessageTypography2FontSize",(function(){return fe})),o.d(t,"cssStyleMessageTypography2LetterSpacing",(function(){return Se})),o.d(t,"cssStyleMessageTypography2FontWeight",(function(){return Oe})),o.d(t,"cssStyleMessageTypography2LineHeight",(function(){return ye})),o.d(t,"cssStyleElementCountDown2NumberColor",(function(){return xe})),o.d(t,"cssStyleElementCountDown2TitleColor",(function(){return Ce})),o.d(t,"cssStyleElementCountDown2MessageColor",(function(){return je})),o.d(t,"cssStyleElementCountDown2SpacingLeft",(function(){return re})),o.d(t,"cssStyleElementCountDown2SpacingRight",(function(){return ie})),o.d(t,"cssStyleElementCountDown2HoverTransitionProperty",(function(){return Pe})),o.d(t,"cssStyleElementCounterChartEnd",(function(){return Be})),o.d(t,"cssStyleElementCounterChartWidth",(function(){return we})),o.d(t,"cssStyleElementCounterFillColor",(function(){return Te})),o.d(t,"cssStyleElementCounterStrokeColor",(function(){return ze})),o.d(t,"cssStyleElementCounterTransitionHoverProperty",(function(){return Ee})),o.d(t,"cssStyleElementIconBoxFlexDirection",(function(){return ke})),o.d(t,"cssStyleElementIconBoxMarginRight",(function(){return He})),o.d(t,"cssStyleElementIconBoxMarginLeft",(function(){return Fe})),o.d(t,"cssStyleElementProtectedPageAutocompleteColor",(function(){return _e})),o.d(t,"cssStyleElementProtectedPagePropertyHoverTransition",(function(){return Re})),o.d(t,"cssStyleElementProtectedPageInputWidth",(function(){return Le})),o.d(t,"cssStyleElementProtectedPageInputSpacing",(function(){return Me})),o.d(t,"cssStyleElementProtectedPageInputHeight",(function(){return We})),o.d(t,"cssStyleBorder",(function(){return Ie})),o.d(t,"cssStyleBorderTransparentColor",(function(){return Ne})),o.d(t,"cssStyleElementImageGallery3FontFamily",(function(){return tt})),o.d(t,"cssStyleElementImageGallery3FontSize",(function(){return ot})),o.d(t,"cssStyleElementImageGallery3LineHeight",(function(){return nt})),o.d(t,"cssStyleElementImageGallery3FontWeight",(function(){return at})),o.d(t,"cssStyleElementImageGallery3LetterSpacing",(function(){return rt})),o.d(t,"cssStyleElementImageGalleryWidth",(function(){return Ve})),o.d(t,"cssStyleElementImageGalleryMargin",(function(){return De})),o.d(t,"cssStyleElementImageGalleryItemWidth",(function(){return $e})),o.d(t,"cssStyleElementImageGalleryItemPadding",(function(){return Ge})),o.d(t,"cssStyleElementImageGalleryFilterSpacing",(function(){return Ue})),o.d(t,"cssStyleElementImageGalleryFilterAfterSpacing",(function(){return Ke})),o.d(t,"cssStyleElementImageGalleryFilterHorizontalAlign",(function(){return Ye})),o.d(t,"cssStyleElementImageGalleryPaddingFourFields",(function(){return qe})),o.d(t,"cssStyleElementImageGalleryBorderRadius",(function(){return et})),o.d(t,"cssStyleElementImageGalleryFilterColor",(function(){return Xe})),o.d(t,"cssStyleElementImageGalleryFilterBgColor",(function(){return Ze})),o.d(t,"cssStyleElementImageGalleryFilterBoxShadow",(function(){return Je})),o.d(t,"cssStyleElementImageGalleryFilterBorder",(function(){return Qe})),o.d(t,"cssStyleElementImageGalleryFilterActiveColor",(function(){return it})),o.d(t,"cssStyleElementImageGalleryFilterActiveBgColor",(function(){return lt})),o.d(t,"cssStyleElementImageGalleryFilterActiveBorder",(function(){return st})),o.d(t,"cssStyleElementImageGalleryFilterActiveShadow",(function(){return ct})),o.d(t,"cssStyleBorderRadius",(function(){return Ae})),o.d(t,"cssStyleBgColor",(function(){return dt})),o.d(t,"cssStyleBgColorHex",(function(){return ut})),o.d(t,"cssStyleBg2Color",(function(){return pt})),o.d(t,"cssStyleBgGradient",(function(){return bt})),o.d(t,"cssStyleBgImage",(function(){return mt})),o.d(t,"cssStyleBgImageHover",(function(){return ht})),o.d(t,"cssStyleBgMediaImage",(function(){return gt})),o.d(t,"cssStyleBgImagePosition",(function(){return vt})),o.d(t,"cssStyleBgImageAttachment",(function(){return ft})),o.d(t,"cssStyleBgMediaMap",(function(){return yt})),o.d(t,"cssStyleBgMediaVideo",(function(){return Ot})),o.d(t,"cssStyleColor",(function(){return St})),o.d(t,"cssStyleLabelColor",(function(){return xt})),o.d(t,"cssStyleBoxShadow",(function(){return jt})),o.d(t,"cssStyleBoxShadowSuffixForGlamour",(function(){return Ct})),o.d(t,"cssStyleBoxShadowSection",(function(){return Pt})),o.d(t,"cssStyleTextShadow",(function(){return Bt})),o.d(t,"cssStyleShapeTopType",(function(){return wt})),o.d(t,"cssStyleShapeTopHeight",(function(){return Tt})),o.d(t,"cssStyleShapeTopFlip",(function(){return zt})),o.d(t,"cssStyleShapeTopIndex",(function(){return Et})),o.d(t,"cssStyleShapeBottomType",(function(){return kt})),o.d(t,"cssStyleShapeBottomHeight",(function(){return Ht})),o.d(t,"cssStyleShapeBottomFlip",(function(){return Ft})),o.d(t,"cssStyleShapeBottomIndex",(function(){return _t})),o.d(t,"cssStyleHoverTransition",(function(){return Rt})),o.d(t,"cssStylePropertyHoverTransition",(function(){return Lt})),o.d(t,"cssStyleTypographyFontFamily",(function(){return Mt})),o.d(t,"cssStyleTypographyFontSize",(function(){return Wt})),o.d(t,"cssStyleTypographyLineHeight",(function(){return It})),o.d(t,"cssStyleTypographyFontWeight",(function(){return Nt})),o.d(t,"cssStyleTypographyLetterSpacing",(function(){return At})),o.d(t,"cssStyleTypography2FontFamily",(function(){return Y})),o.d(t,"cssStyleTypography2FontSize",(function(){return q})),o.d(t,"cssStyleTypography2LineHeight",(function(){return X})),o.d(t,"cssStyleTypography2FontWeight",(function(){return Z})),o.d(t,"cssStyleTypography2LetterSpacing",(function(){return J})),o.d(t,"cssStyleTypography3FontFamily",(function(){return Q})),o.d(t,"cssStyleTypography3FontSize",(function(){return ee})),o.d(t,"cssStyleTypography3LineHeight",(function(){return te})),o.d(t,"cssStyleTypography3FontWeight",(function(){return oe})),o.d(t,"cssStyleTypography3LetterSpacing",(function(){return ne})),o.d(t,"cssStyleElementProgressBarPadding",(function(){return Vt})),o.d(t,"cssStyleSizeProgressBarMaxWidthPercent",(function(){return Dt})),o.d(t,"cssStyleElementProgressBarPropertyHoverTransition",(function(){return $t})),o.d(t,"cssStyleElementRichTextMartinTop",(function(){return Zt})),o.d(t,"cssStyleElementRichTextMartinBottom",(function(){return Jt})),o.d(t,"cssStyleElementRichTextGradient",(function(){return Qt})),o.d(t,"cssStyleElementRichTextFontSize",(function(){return eo})),o.d(t,"cssStyleElementRichTextBgImage",(function(){return to})),o.d(t,"cssStyleElementRichTextFontFamily",(function(){return oo})),o.d(t,"cssStyleElementRichTextColor",(function(){return no})),o.d(t,"cssStyleElementButtonBorderRadius",(function(){return ao})),o.d(t,"cssStyleElementButtonIconPosition",(function(){return ro})),o.d(t,"cssStyleElementButtonIconFontSize",(function(){return io})),o.d(t,"cssStyleElementButtonIconMargin",(function(){return lo})),o.d(t,"cssStyleElementIconStrokeWidth",(function(){return so})),o.d(t,"cssStyleElementButtonPropertyHoverTransition",(function(){return co})),o.d(t,"cssStyleElementButtonPropertyContentAlign",(function(){return uo})),o.d(t,"cssStyleElementFacebookButtonPropertyHoverTransition",(function(){return po})),o.d(t,"cssStyleElementFacebookCommentsPropertyHoverTransition",(function(){return bo})),o.d(t,"cssStyleElementFacebookEmbedPropertyHoverTransition",(function(){return mo})),o.d(t,"cssStyleElementFacebookGroupPropertyHoverTransition",(function(){return ho})),o.d(t,"cssStyleElementFacebookPagePropertyHoverTransition",(function(){return go})),o.d(t,"cssStyleElementMapPropertyHoverTransition",(function(){return vo})),o.d(t,"cssStyleElementMapPropertyPositionFixed",(function(){return fo})),o.d(t,"cssStyleElementSoundCloudPropertyHoverTransition",(function(){return yo})),o.d(t,"cssStyleContainerPopup2ContainerWidth",(function(){return Oo})),o.d(t,"cssStyleContainerPopup2CloseState",(function(){return So})),o.d(t,"cssStyleContainerPopup2ClosePosition",(function(){return wo})),o.d(t,"cssStyleContainerPopup2CloseFontSize",(function(){return Co})),o.d(t,"cssStyleContainerPopup2CloseBgSize",(function(){return jo})),o.d(t,"cssStyleContainerPopup2CloseBorderRadius",(function(){return Po})),o.d(t,"cssStyleContainerPopup2CloseColor",(function(){return xo})),o.d(t,"cssStyleContainerPopup2CloseBgColor",(function(){return Bo})),o.d(t,"cssStyleContainerPopup2RowFlexVerticalAlign",(function(){return To})),o.d(t,"cssStyleContainerPopup2CustomHeight",(function(){return zo})),o.d(t,"cssStyleContainerPopup2CustomHeightOverflow",(function(){return Eo})),o.d(t,"cssStyleContainerPopup2Custom2Height100",(function(){return ko})),o.d(t,"cssStyleContainerPopup2Custom2MaxHeight100",(function(){return Ho})),o.d(t,"cssStyleZIndex",(function(){return Fo})),o.d(t,"cssStyleZIndexStory",(function(){return _o})),o.d(t,"cssStyleFlexVerticalAlign",(function(){return Ro})),o.d(t,"cssStyleFlexColumnVerticalAlign",(function(){return Io})),o.d(t,"cssStyleFlexHorizontalAlign",(function(){return Lo})),o.d(t,"cssStyleContentAlign",(function(){return Mo})),o.d(t,"cssStyleMarginAlign",(function(){return Wo})),o.d(t,"cssStyleExcerptAlign",(function(){return No})),o.d(t,"cssStyleFlexColumn",(function(){return Ao})),o.d(t,"cssStylePadding",(function(){return Ko})),o.d(t,"cssStylePaddingFourFields",(function(){return Vo})),o.d(t,"cssStylePaddingPreview",(function(){return Do})),o.d(t,"cssStylePaddingTopForEditorResizer",(function(){return $o})),o.d(t,"cssStylePaddingBottomForEditorResizer",(function(){return Go})),o.d(t,"cssStylePaddingRightLeftForEditor",(function(){return Uo})),o.d(t,"cssStyleItemPadding",(function(){return Yo})),o.d(t,"cssStyleMargin",(function(){return qo})),o.d(t,"cssStyleItemMargin",(function(){return Xo})),o.d(t,"cssStyleDisplayFlex",(function(){return Zo})),o.d(t,"cssStyleDisplayInlineFlex",(function(){return Jo})),o.d(t,"cssStyleDisplayBlock",(function(){return Qo})),o.d(t,"cssStyleVisible",(function(){return en})),o.d(t,"cssStyleVisibleEditorDisplayNoneOrFlex",(function(){return tn})),o.d(t,"cssStyleVisibleEditorDisplayNoneOrBlock",(function(){return nn})),o.d(t,"cssStyleVisibleEditorDisplayNoneOrInlineFlex",(function(){return on})),o.d(t,"cssStyleVisibleMode",(function(){return an})),o.d(t,"cssStyleShowMembershipBlock",(function(){return ln})),o.d(t,"cssStyleShowMembershipFlex",(function(){return sn})),o.d(t,"cssStyleFilter",(function(){return dn})),o.d(t,"cssStyleFilterSuffixForGlamour",(function(){return cn})),o.d(t,"cssStyleElementVideoPaddingRatio",(function(){return un})),o.d(t,"cssStyleElementVideoFilter",(function(){return pn})),o.d(t,"cssStyleElementVideoIframeFix",(function(){return mn})),o.d(t,"cssStyleElementVideoBgSize",(function(){return bn})),o.d(t,"cssStyleElementVideoIconFontSize",(function(){return hn})),o.d(t,"cssStyleElementVideoIconWidth",(function(){return gn})),o.d(t,"cssStyleElementVideoIconHeight",(function(){return vn})),o.d(t,"cssStyleElementVideoControlsIconFontSize",(function(){return jn})),o.d(t,"cssStyleElementVideoBgColorRatio",(function(){return fn})),o.d(t,"cssStyleElementVideoCoverSrc",(function(){return yn})),o.d(t,"cssStyleElementVideoCoverPosition",(function(){return On})),o.d(t,"cssStyleElementVideoPropertyHoverTransition",(function(){return Sn})),o.d(t,"cssStyleVideoControlsBgColor",(function(){return xn})),o.d(t,"cssStyleVideoIconControls",(function(){return Cn})),o.d(t,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontFamily",(function(){return Pn})),o.d(t,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontSize",(function(){return Bn})),o.d(t,"cssStyleElementVideoPlaylistSubTitleVideoTypography2LineHeight",(function(){return wn})),o.d(t,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontWeight",(function(){return Tn})),o.d(t,"cssStyleElementVideoPlaylistSubTitleVideoTypography2LetterSpacing",(function(){return zn})),o.d(t,"cssStyleElementVideoPlaylistBorderItem",(function(){return Hn})),o.d(t,"cssStyleElementVideoPlaylistGridItemWidth",(function(){return _n})),o.d(t,"cssStyleSizeWidthPixel",(function(){return En})),o.d(t,"cssStyleElementVideoPlaylistImageSize",(function(){return kn})),o.d(t,"cssStyleSizeWidthVideoBlock",(function(){return Fn})),o.d(t,"cssStyleBgIconCoverColor",(function(){return Mn})),o.d(t,"cssStyleCoverIconColor",(function(){return Rn})),o.d(t,"cssStyleCoverSubTitleColor",(function(){return Ln})),o.d(t,"cssStyleElementVideoPlaylistItemActiveBg",(function(){return Wn})),o.d(t,"cssStyleElementVideoPlaylistBorderItemActive",(function(){return In})),o.d(t,"cssStyleElementVideoPlaylistItemActiveColor",(function(){return Nn})),o.d(t,"cssStyleElementVideoPlaylistItemSubtitleActiveColor",(function(){return An})),o.d(t,"cssStyleElementMediaIconFontSize",(function(){return Vn})),o.d(t,"cssStyleElementMediaPadding",(function(){return Dn})),o.d(t,"cssStyleRowMinHeight",(function(){return $n})),o.d(t,"cssStyleRowReverseColumn",(function(){return Gn})),o.d(t,"cssStylePosition",(function(){return Jn})),o.d(t,"cssStylePositionMode",(function(){return Qn})),o.d(t,"cssStyleCustomPosition",(function(){return ea})),o.d(t,"cssStyleCustomWidth",(function(){return ta})),o.d(t,"cssStyleOffset",(function(){return oa})),o.d(t,"cssStyleIconSpacing",(function(){return na})),o.d(t,"cssStyleIconSize",(function(){return aa})),o.d(t,"cssStyleSectionMaxWidth",(function(){return la})),o.d(t,"cssStyleSectionSliderHeight",(function(){return sa})),o.d(t,"cssStyleSectionColorDots",(function(){return ca})),o.d(t,"cssStyleSectionColorArrows",(function(){return da})),o.d(t,"cssStyleSectionPropertyHoverTransition",(function(){return ua})),o.d(t,"cssStyleSectionToolbarOffset",(function(){return pa})),o.d(t,"cssStyleSectionHeightStyle",(function(){return ba})),o.d(t,"cssStyleSectionPaddingsForEditorResize",(function(){return ma})),o.d(t,"cssStyleSectionPopupContainerWrap",(function(){return ha})),o.d(t,"cssStyleElementBreadcrumbsArrowSize",(function(){return ga})),o.d(t,"cssStyleElementBreadcrumbsColorActive",(function(){return va})),o.d(t,"cssStyleElementBreadcrumbsColorArrows",(function(){return fa})),o.d(t,"cssStyleElementForm2FlexBasisPercent",(function(){return ya})),o.d(t,"cssStyleElementForm2SubmitWidth",(function(){return Oa})),o.d(t,"cssStyleElementForm2InputHeight",(function(){return Sa})),o.d(t,"cssStyleElementForm2FieldsLineHeight",(function(){return Pa})),o.d(t,"cssStyleElementForm2FieldsLabelFontFamily",(function(){return Ba})),o.d(t,"cssStyleElementForm2FieldsLabelFontSize",(function(){return wa})),o.d(t,"cssStyleElementForm2FieldsLabelFontWeight",(function(){return za})),o.d(t,"cssStyleElementForm2FieldsLabelLetterSpacing",(function(){return Ea})),o.d(t,"cssStyleElementForm2FieldsLabelAlign",(function(){return xa})),o.d(t,"cssStyleElementForm2FieldsLabelLineHeight",(function(){return Ta})),o.d(t,"cssStyleElementForm2FieldsLabelPadding",(function(){return ka})),o.d(t,"cssStyleElementForm2Margin",(function(){return Ca})),o.d(t,"cssStyleElementForm2Padding",(function(){return ja})),o.d(t,"cssStyleElementForm2FieldsBorderRequired",(function(){return Na})),o.d(t,"cssStyleElementForm2FieldsCheckboxColor",(function(){return Ha})),o.d(t,"cssStyleElementForm2FieldsCheckboxFontFamily",(function(){return Fa})),o.d(t,"cssStyleElementForm2FieldsCheckboxFontSize",(function(){return _a})),o.d(t,"cssStyleElementForm2FieldsCheckboxFontWeight",(function(){return Ra})),o.d(t,"cssStyleElementForm2FieldsCheckboxLetterSpacing",(function(){return La})),o.d(t,"cssStyleElementForm2FieldsCheckboxLineHeight",(function(){return Ma})),o.d(t,"cssStyleElementForm2FieldsSelectColor",(function(){return Wa})),o.d(t,"cssStyleElementForm2FieldsSelectBgColor",(function(){return Ia})),o.d(t,"cssStyleElementForm2FieldsSelectChoiceBgColor",(function(){return Aa})),o.d(t,"cssStyleElementForm2FieldsSelectBorder",(function(){return Va})),o.d(t,"cssStyleElementForm2FieldsSelectBorderRadius",(function(){return Da})),o.d(t,"cssStyleElementForm2FieldsSelectBoxShadow",(function(){return $a})),o.d(t,"cssStyleElementForm2FieldColumns",(function(){return Ga})),o.d(t,"cssStyleElementForm2StoryButtonHeight",(function(){return Ua})),o.d(t,"cssStyleElementLoginFormMargin",(function(){return Ka})),o.d(t,"cssStyleElementLoginFieldPadding",(function(){return Ya})),o.d(t,"cssStyleElementLoginLostPasswordColor",(function(){return er})),o.d(t,"cssStyleElementLoginLostPasswordAlign",(function(){return tr})),o.d(t,"cssStyleElementLoginRememberMeAlign",(function(){return or})),o.d(t,"cssStyleElementLoginLostPasswordTypography2FontFamily",(function(){return qa})),o.d(t,"cssStyleElementLoginLostPasswordTypography2FontSize",(function(){return Xa})),o.d(t,"cssStyleElementLoginLostPasswordTypography2FontWeight",(function(){return Ja})),o.d(t,"cssStyleElementLoginLostPasswordTypography2LetterSpacing",(function(){return Qa})),o.d(t,"cssStyleElementLoginLostPasswordTypography2LineHeight",(function(){return Za})),o.d(t,"cssStyleElementLoginAutorizedAlign",(function(){return nr})),o.d(t,"cssStyleElementLoginTextTypography2FontFamily",(function(){return ar})),o.d(t,"cssStyleElementLoginTextTypography2FontSize",(function(){return rr})),o.d(t,"cssStyleElementLoginTextTypography2LineHeight",(function(){return ir})),o.d(t,"cssStyleElementLoginTextTypography2FontWeight",(function(){return lr})),o.d(t,"cssStyleElementLoginTextTypography2LetterSpacing",(function(){return sr})),o.d(t,"cssStyleElementLoginTextColor",(function(){return cr})),o.d(t,"cssStyleElementLoginLinkColor",(function(){return dr})),o.d(t,"cssStyleElementLoginRegisterInfoTypography2FontFamily",(function(){return ur})),o.d(t,"cssStyleElementLoginRegisterInfoTypography2FontSize",(function(){return pr})),o.d(t,"cssStyleElementLoginRegisterInfoTypography2LineHeight",(function(){return br})),o.d(t,"cssStyleElementLoginRegisterInfoTypography2FontWeight",(function(){return mr})),o.d(t,"cssStyleElementLoginRegisterInfoTypography2LetterSpacing",(function(){return hr})),o.d(t,"cssStyleElementRegisterInfoColor",(function(){return gr})),o.d(t,"cssStyleElementRegisterInfoAlign",(function(){return vr})),o.d(t,"cssStyleElementLoginRegisterLinkTypography2FontFamily",(function(){return fr})),o.d(t,"cssStyleElementLoginRegisterLinkTypography2FontSize",(function(){return yr})),o.d(t,"cssStyleElementLoginRegisterLinkTypography2LineHeight",(function(){return Or})),o.d(t,"cssStyleElementLoginRegisterLinkTypography2FontWeight",(function(){return Sr})),o.d(t,"cssStyleElementLoginRegisterLinkTypography2LetterSpacing",(function(){return xr})),o.d(t,"cssStyleElementLoginRegisterLinkColor",(function(){return Cr})),o.d(t,"cssStyleElementLoginRegisterLinkAlign",(function(){return jr})),o.d(t,"cssStyleElementLoginLoginLinkTypography2FontFamily",(function(){return Pr})),o.d(t,"cssStyleElementLoginLoginLinkTypography2FontSize",(function(){return Br})),o.d(t,"cssStyleElementLoginLoginLinkTypography2LineHeight",(function(){return wr})),o.d(t,"cssStyleElementLoginLoginLinkTypography2FontWeight",(function(){return Tr})),o.d(t,"cssStyleElementLoginLoginLinkTypography2LetterSpacing",(function(){return zr})),o.d(t,"cssStyleElementLoginLoginLinkColor",(function(){return Er})),o.d(t,"cssStyleElementLoginLoginLinkAlign",(function(){return kr})),o.d(t,"cssStyleElementPostInfoColorText",(function(){return Fr})),o.d(t,"cssStyleElementPostInfoColorIcons",(function(){return Hr})),o.d(t,"cssStyleElementPostInfoSpacing",(function(){return _r})),o.d(t,"cssStyleElementPostNavigation2TitleFontFamily",(function(){return Rr})),o.d(t,"cssStyleElementPostNavigation2TitleFontSize",(function(){return Lr})),o.d(t,"cssStyleElementPostNavigation2TitleLineHeight",(function(){return Mr})),o.d(t,"cssStyleElementPostNavigation2TitleFontWeight",(function(){return Wr})),o.d(t,"cssStyleElementPostNavigation2TitleLetterSpacing",(function(){return Ir})),o.d(t,"cssStyleElementPostNavigation2PostFontFamily",(function(){return Nr})),o.d(t,"cssStyleElementPostNavigation2PostFontSize",(function(){return Ar})),o.d(t,"cssStyleElementPostNavigation2PostLineHeight",(function(){return Vr})),o.d(t,"cssStyleElementPostNavigation2PostFontWeight",(function(){return Dr})),o.d(t,"cssStyleElementPostNavigation2PostLetterSpacing",(function(){return $r})),o.d(t,"cssStyleElementPostNavigationColorTitle",(function(){return Gr})),o.d(t,"cssStyleElementPostNavigationColorPost",(function(){return Ur})),o.d(t,"cssStyleElementPostNavigationSpacing",(function(){return Kr})),o.d(t,"cssStyleElementPostNavigationSeparationHeight",(function(){return Yr})),o.d(t,"cssStyleElementPostNavigationShowSeparation",(function(){return qr})),o.d(t,"cssStyleElementStarRatingRatingColor",(function(){return Xr})),o.d(t,"cssStyleElementStarRatingRatingBackgroundColor",(function(){return Zr})),o.d(t,"cssStyleElementStarRatingPropertyHoverTransition",(function(){return ei})),o.d(t,"cssStyleElementStarRatingTextSpacing",(function(){return oi})),o.d(t,"cssStyleElementStarRatingStyle2Background",(function(){return Jr})),o.d(t,"cssStyleElementStarRatingStyle2BorderRadius",(function(){return Qr})),o.d(t,"cssStyleElementStarRatingDirection",(function(){return ti})),o.d(t,"cssStyleElementTimelineTabContentArrowColor",(function(){return Ni})),o.d(t,"cssStyleElementTimelineTabContentArrowCustomColor",(function(){return Ai})),o.d(t,"cssStyleElementTimelineTabContentArrowCustomColor1",(function(){return Vi})),o.d(t,"cssStyleElementTimelineBeforeDisplay",(function(){return Ci})),o.d(t,"cssStyleElementTimelineCustomLineOdd",(function(){return ki})),o.d(t,"cssStyleElementTimelineVerticalTab",(function(){return el})),o.d(t,"cssStyleElementTimelineVerticalLastTab",(function(){return tl})),o.d(t,"cssStyleElementTimelineTabsVerticalContent",(function(){return Qi})),o.d(t,"cssStyleElementTimelineTabsVerticalNavIcon",(function(){return Ji})),o.d(t,"cssStyleElementTimelineTabsHorizontalStyle3",(function(){return Zi})),o.d(t,"cssStyleElementTimelineTabHorizontalStyle3Odd",(function(){return Xi})),o.d(t,"cssStyleElementTimelineTabCustomStyle",(function(){return qi})),o.d(t,"cssStyleElementTimelineContentBeforeStyle3",(function(){return Ui})),o.d(t,"cssStyleElementTimelineVerticalTabBeforeNone",(function(){return ol})),o.d(t,"cssStyleElementTimelineVerticalTabBeforeStyle3",(function(){return nl})),o.d(t,"cssStyleElementTimelineNavTitleStyle3",(function(){return Yi})),o.d(t,"cssStyleElementTimelineTab",(function(){return $i})),o.d(t,"cssStyleElementTimelineTabs",(function(){return Di})),o.d(t,"cssStyleElementTimelineTabContentBefore",(function(){return Gi})),o.d(t,"cssStyleElementTimelineNavTitleSpacing",(function(){return Ki})),o.d(t,"cssStyleElementTimelineWidth",(function(){return Ii})),o.d(t,"cssStyleElementTimelineIconSize",(function(){return si})),o.d(t,"cssStyleElementTimelineIconWidth",(function(){return di})),o.d(t,"cssStyleElementTimelineIconHeight",(function(){return ui})),o.d(t,"cssStyleElementTimelineIconBorderRadius",(function(){return fi})),o.d(t,"cssStyleElementTimelineNavTitleWidth",(function(){return pi})),o.d(t,"cssStyleElementTimelineLineBgColor",(function(){return mi})),o.d(t,"cssStyleElementTimelineLineTop",(function(){return hi})),o.d(t,"cssStyleElementTimelineArrowBorder",(function(){return vi})),o.d(t,"cssStyleElementTimelineVerticalCustomTabPositionOdd",(function(){return Ri})),o.d(t,"cssStyleElementTimelineContentSpacing",(function(){return gi})),o.d(t,"cssStyleElementTimelineVerticalCustomContentSpacing",(function(){return Wi})),o.d(t,"cssStyleElementTimelinePaddingForIcon",(function(){return ci})),o.d(t,"cssStyleElementTimelineNavTitleVisible",(function(){return bi})),o.d(t,"cssStyleElementTimelineVerticalPosition",(function(){return yi})),o.d(t,"cssStyleElementTimelineLineWidthHeightBefore",(function(){return Oi})),o.d(t,"cssStyleElementTimelineLineWidthHeightAfter",(function(){return Si})),o.d(t,"cssStyleElementTimelineVerticalLinePosition",(function(){return xi})),o.d(t,"cssStyleElementTimelineVerticalLineTopPosition",(function(){return ji})),o.d(t,"cssStyleElementTimelineVerticalLineBottomPosition",(function(){return Pi})),o.d(t,"cssStyleElementTimelineCustomTabWidth",(function(){return Bi})),o.d(t,"cssStyleElementTimelineCustomLastTabWidth",(function(){return wi})),o.d(t,"cssStyleElementTimelineVerticalInvertPosition",(function(){return Ti})),o.d(t,"cssStyleElementTimelineVerticalInvertLinePosition",(function(){return zi})),o.d(t,"cssStyleElementTimelineCustomLineTop",(function(){return Ei})),o.d(t,"cssStyleElementTimelineCustomContentSpacing",(function(){return Hi})),o.d(t,"cssStyleElementTimelineCustomContentBottomSpacing",(function(){return Fi})),o.d(t,"cssStyleElementTimelineVerticalCustomTabPosition",(function(){return _i})),o.d(t,"cssStyleElementTimelineVerticalCustomPosition",(function(){return Li})),o.d(t,"cssStyleElementTimelineVerticalStyle3ArrowPosition",(function(){return Mi})),o.d(t,"cssStyleElementSwitcherNavSpacing",(function(){return ll})),o.d(t,"cssStyleElementSwitcherNavBeforeBg",(function(){return il})),o.d(t,"cssStyleElementSwitcherActiveTextColor",(function(){return sl})),o.d(t,"cssStyleElementSwitcherNav2Width",(function(){return al})),o.d(t,"cssStyleElementSwitcherNav2Height",(function(){return rl})),o.d(t,"cssStyleElementSwitcherWidth",(function(){return cl})),o.d(t,"cssStyleElementWPPostContentH1Color",(function(){return dl})),o.d(t,"cssStyleElementWPPostContentH2Color",(function(){return ul})),o.d(t,"cssStyleElementWPPostContentH3Color",(function(){return pl})),o.d(t,"cssStyleElementWPPostContentH4Color",(function(){return bl})),o.d(t,"cssStyleElementWPPostContentH5Color",(function(){return ml})),o.d(t,"cssStyleElementWPPostContentH6Color",(function(){return hl})),o.d(t,"cssStyleElementWPPostContentParagraphColor",(function(){return gl})),o.d(t,"cssStyleElementWPPostContentTypography2ParagraphFontFamily",(function(){return vl})),o.d(t,"cssStyleElementWPPostContentTypography2ParagraphFontSize",(function(){return fl})),o.d(t,"cssStyleElementWPPostContentTypography2ParagraphLineHeight",(function(){return yl})),o.d(t,"cssStyleElementWPPostContentTypography2ParagraphFontWeight",(function(){return Ol})),o.d(t,"cssStyleElementWPPostContentTypography2ParagraphLetterSpacing",(function(){return Sl})),o.d(t,"cssStyleElementWPPostContentTypography2H1FontFamily",(function(){return xl})),o.d(t,"cssStyleElementWPPostContentTypography2H1FontSize",(function(){return Cl})),o.d(t,"cssStyleElementWPPostContentTypography2H1LineHeight",(function(){return jl})),o.d(t,"cssStyleElementWPPostContentTypography2H1FontWeight",(function(){return Pl})),o.d(t,"cssStyleElementWPPostContentTypography2H1LetterSpacing",(function(){return Bl})),o.d(t,"cssStyleElementWPPostContentTypography2H2FontFamily",(function(){return wl})),o.d(t,"cssStyleElementWPPostContentTypography2H2FontSize",(function(){return Tl})),o.d(t,"cssStyleElementWPPostContentTypography2H2LineHeight",(function(){return zl})),o.d(t,"cssStyleElementWPPostContentTypography2H2FontWeight",(function(){return El})),o.d(t,"cssStyleElementWPPostContentTypography2H2LetterSpacing",(function(){return kl})),o.d(t,"cssStyleElementWPPostContentTypography2H3FontFamily",(function(){return Hl})),o.d(t,"cssStyleElementWPPostContentTypography2H3FontSize",(function(){return Fl})),o.d(t,"cssStyleElementWPPostContentTypography2H3LineHeight",(function(){return _l})),o.d(t,"cssStyleElementWPPostContentTypography2H3FontWeight",(function(){return Rl})),o.d(t,"cssStyleElementWPPostContentTypography2H3LetterSpacing",(function(){return Ll})),o.d(t,"cssStyleElementWPPostContentTypography2H4FontFamily",(function(){return Ml})),o.d(t,"cssStyleElementWPPostContentTypography2H4FontSize",(function(){return Wl})),o.d(t,"cssStyleElementWPPostContentTypography2H4LineHeight",(function(){return Il})),o.d(t,"cssStyleElementWPPostContentTypography2H4FontWeight",(function(){return Nl})),o.d(t,"cssStyleElementWPPostContentTypography2H4LetterSpacing",(function(){return Al})),o.d(t,"cssStyleElementWPPostContentTypography2H5FontFamily",(function(){return Vl})),o.d(t,"cssStyleElementWPPostContentTypography2H5FontSize",(function(){return Dl})),o.d(t,"cssStyleElementWPPostContentTypography2H5LineHeight",(function(){return $l})),o.d(t,"cssStyleElementWPPostContentTypography2H5FontWeight",(function(){return Gl})),o.d(t,"cssStyleElementWPPostContentTypography2H5LetterSpacing",(function(){return Ul})),o.d(t,"cssStyleElementWPPostContentTypography2H6FontFamily",(function(){return Kl})),o.d(t,"cssStyleElementWPPostContentTypography2H6FontSize",(function(){return Yl})),o.d(t,"cssStyleElementWPPostContentTypography2H6LineHeight",(function(){return ql})),o.d(t,"cssStyleElementWPPostContentTypography2H6FontWeight",(function(){return Xl})),o.d(t,"cssStyleElementWPPostContentTypography2H6LetterSpacing",(function(){return Zl})),o.d(t,"cssStyleElementWPPostContentFontWeightInherit",(function(){return Jl})),o.d(t,"cssStyleElementWOOPriceColorSale",(function(){return Ql})),o.d(t,"cssStyleElementWOOPriceSaleFontFamily",(function(){return es})),o.d(t,"cssStyleElementWOOPriceSaleFontSize",(function(){return ts})),o.d(t,"cssStyleElementWOOPriceSaleLineHeight",(function(){return os})),o.d(t,"cssStyleElementWOOPriceSaleFontWeight",(function(){return ns})),o.d(t,"cssStyleElementWOOPriceSaleLetterSpacing",(function(){return as})),o.d(t,"cssStyleElementWOOPriceColumn",(function(){return rs})),o.d(t,"cssStyleElementWOOPriceSpacingFirst",(function(){return is})),o.d(t,"cssStyleElementWOOPriceSpacingLast",(function(){return ls})),o.d(t,"cssStyleElementWOOAdditionalTitleFontFamily",(function(){return ss})),o.d(t,"cssStyleElementWOOAdditionalTitleFontSize",(function(){return cs})),o.d(t,"cssStyleElementWOOAdditionalTitleLineHeight",(function(){return ds})),o.d(t,"cssStyleElementWOOAdditionalTitleFontWeight",(function(){return us})),o.d(t,"cssStyleElementWOOAdditionalTitleLetterSpacing",(function(){return ps})),o.d(t,"cssStyleElementWOOAdditionalTitleColor",(function(){return bs})),o.d(t,"cssStyleElementWOOAdditionalTitleSpacing",(function(){return ms})),o.d(t,"cssStyleElementWOOAttributesAttributesFontFamily",(function(){return hs})),o.d(t,"cssStyleElementWOOAttributesAttributesFontSize",(function(){return gs})),o.d(t,"cssStyleElementWOOAttributesAttributesLineHeight",(function(){return vs})),o.d(t,"cssStyleElementWOOAttributesAttributesFontWeight",(function(){return fs})),o.d(t,"cssStyleElementWOOAttributesAttributesLetterSpacing",(function(){return ys})),o.d(t,"cssStyleElementWOOAttributesSpacing",(function(){return Os})),o.d(t,"cssStyleElementWOOAttributesAttributeColor",(function(){return Ss})),o.d(t,"cssStyleElementWOOAttributesBorder",(function(){return xs})),o.d(t,"cssStyleElementWOOAttributesLastElementBorder",(function(){return Cs})),o.d(t,"cssStyleElementPostsItemWidth",(function(){return Ps})),o.d(t,"cssStyleElementPostsItemSpacing",(function(){return Bs})),o.d(t,"cssStyleElementPostsPaginationSpacing",(function(){return ws})),o.d(t,"cssStyleElementPostsPaginationFontFamily",(function(){return Ts})),o.d(t,"cssStyleElementPostsPaginationFontSize",(function(){return zs})),o.d(t,"cssStyleElementPostsPaginationLineHeight",(function(){return Es})),o.d(t,"cssStyleElementPostsPaginationFontWeight",(function(){return ks})),o.d(t,"cssStyleElementPostsPaginationLetterSpacing",(function(){return Hs})),o.d(t,"cssStyleElementPostsPaginationColor",(function(){return Fs})),o.d(t,"cssStyleElementPostsPaginationBgColor",(function(){return _s})),o.d(t,"cssStyleElementPostsPaginationBorder",(function(){return Rs})),o.d(t,"cssStyleElementPostsPaginationActiveColor",(function(){return Ls})),o.d(t,"cssStyleElementPostsPaginationActiveBgColor",(function(){return Ms})),o.d(t,"cssStyleElementPostsPaginationActiveBorder",(function(){return Ws})),o.d(t,"cssStyleElementPostsPaginationBorderRadius",(function(){return Is})),o.d(t,"cssStyleElementPostsFilterDisplay",(function(){return Ns})),o.d(t,"cssStyleElementPostsFilterHorizontalAlign",(function(){return As})),o.d(t,"cssStyleElementPostsFilterSpacing",(function(){return Vs})),o.d(t,"cssStyleElementPostsFilterAfterSpacing",(function(){return Ds})),o.d(t,"cssStyleElementPostsFilterFontFamily",(function(){return $s})),o.d(t,"cssStyleElementPostsFilterFontSize",(function(){return Gs})),o.d(t,"cssStyleElementPostsFilterLineHeight",(function(){return Us})),o.d(t,"cssStyleElementPostsFilterFontWeight",(function(){return Ks})),o.d(t,"cssStyleElementPostsFilterLetterSpacing",(function(){return Ys})),o.d(t,"cssStyleElementPostsFilterColor",(function(){return qs})),o.d(t,"cssStyleElementPostsFilterBgColor",(function(){return Xs})),o.d(t,"cssStyleElementPostsFilterBorder",(function(){return Zs})),o.d(t,"cssStyleElementPostsFilterBorderRadius",(function(){return Js})),o.d(t,"cssStyleElementPostsFilterShadow",(function(){return Qs})),o.d(t,"cssStyleElementPostsFilterPaddingFourFields",(function(){return ec})),o.d(t,"cssStyleElementPostsFilterActiveColor",(function(){return tc})),o.d(t,"cssStyleElementPostsFilterActiveBgColor",(function(){return oc})),o.d(t,"cssStyleElementPostsFilterActiveBorder",(function(){return nc})),o.d(t,"cssStyleElementPostsFilterActiveShadow",(function(){return ac})),o.d(t,"cssStyleElementPostsHoverTransition",(function(){return rc})),o.d(t,"cssStyleElementAccordion3FontFamily",(function(){return Bc})),o.d(t,"cssStyleElementAccordion3FontSize",(function(){return wc})),o.d(t,"cssStyleElementAccordion3LineHeight",(function(){return Tc})),o.d(t,"cssStyleElementAccordion3FontWeight",(function(){return zc})),o.d(t,"cssStyleElementAccordion3LetterSpacing",(function(){return Ec})),o.d(t,"cssStyleElementAccordionFilterColor",(function(){return lc})),o.d(t,"cssStyleElementAccordionFilterBgColor",(function(){return pc})),o.d(t,"cssStyleElementAccordionFilterBorder",(function(){return bc})),o.d(t,"cssStyleElementAccordionFilterBorderRadius",(function(){return mc})),o.d(t,"cssStyleElementAccordionFilterShadow",(function(){return hc})),o.d(t,"cssStyleElementAccordionMarginTop",(function(){return gc})),o.d(t,"cssStyleElementAccordionSpacing",(function(){return vc})),o.d(t,"cssStyleElementAccordionFilterSpacing",(function(){return fc})),o.d(t,"cssStyleElementAccordionFilterAfterSpacing",(function(){return yc})),o.d(t,"cssStyleElementAccordionNavAlign",(function(){return Oc})),o.d(t,"cssStyleElementAccordionNavTextAlign",(function(){return Sc})),o.d(t,"cssStyleElementAccordionNavIconSpacing",(function(){return xc})),o.d(t,"cssStyleElementAccordionNavIconSize",(function(){return Cc})),o.d(t,"cssStyleElementAccordionFilterHorizontalAlign",(function(){return jc})),o.d(t,"cssStyleElementAccordionFilterPaddingFourFields",(function(){return Pc})),o.d(t,"cssStyleElementAccordionFilterActiveColor",(function(){return sc})),o.d(t,"cssStyleElementAccordionFilterActiveBgColor",(function(){return cc})),o.d(t,"cssStyleElementAccordionFilterActiveBorder",(function(){return dc})),o.d(t,"cssStyleElementAccordionFilterActiveShadow",(function(){return uc})),o.d(t,"cssStyleElementAccordionActiveColor",(function(){return kc})),o.d(t,"cssStyleElementAccordionActiveBgColor",(function(){return Hc})),o.d(t,"cssStyleElementAccordionActiveBorder",(function(){return Fc})),o.d(t,"cssStyleElementAccordionActiveShadow",(function(){return _c})),o.d(t,"cssStyleElementAccordionAnimDuration",(function(){return Rc})),o.d(t,"cssStyleElementAccordionPropertyHoverTransition",(function(){return Lc})),o.d(t,"cssStyleElementTabsBtnSpacing",(function(){return Mc})),o.d(t,"cssStyleElementTabsBtnIconSize",(function(){return Wc})),o.d(t,"cssStyleElementTabsBtnActiveBorderBottomColor",(function(){return Ic})),o.d(t,"cssStyleElementTabsBtnActiveBorderRightColor",(function(){return Nc})),o.d(t,"cssStyleElementTabsBtnActiveBorderLeftColor",(function(){return Ac})),o.d(t,"cssStyleElementTabsActiveBeforeAfterColor",(function(){return Vc})),o.d(t,"cssStyleElementTabsActiveBeforeHeight",(function(){return Dc})),o.d(t,"cssStyleElementTabsActiveBeforeWidth",(function(){return $c})),o.d(t,"cssStyleElementTabsBeforeAfterRightWidth",(function(){return Gc})),o.d(t,"cssStyleElementTabsBeforeAfterLeftWidth",(function(){return Uc})),o.d(t,"cssStyleElementTabsBorderMobileWidth",(function(){return Kc})),o.d(t,"cssStyleElementTabsEmptyContent",(function(){return Yc})),o.d(t,"cssStyleElementTabsBtnIconPosition",(function(){return qc})),o.d(t,"cssStyleElementTabsBtnIconJustifyContent",(function(){return Xc})),o.d(t,"cssStyleElementTabsBeforeAfterTop",(function(){return Zc})),o.d(t,"cssStyleElementTabsBeforeAfterBottom",(function(){return Jc})),o.d(t,"cssStyleElementTabsAfterSpacing",(function(){return Qc})),o.d(t,"cssStyleElementTabsSpacing",(function(){return td})),o.d(t,"cssStyleElementTabsAfterSpacingVertical",(function(){return ed})),o.d(t,"cssStyleElementTabsNavAlign",(function(){return od})),o.d(t,"cssStyleElementTabsNavBorderBottom",(function(){return ad})),o.d(t,"cssStyleElementTabsNavStyle3Before",(function(){return rd})),o.d(t,"cssStyleElementTabsPadding",(function(){return nd})),o.d(t,"cssStyleElementTabsActiveColor",(function(){return id})),o.d(t,"cssStyleElementTabsActiveBgColor",(function(){return ld})),o.d(t,"cssStyleElementTabsActiveBorder",(function(){return cd})),o.d(t,"cssStyleElementTabsActiveShadow",(function(){return sd})),o.d(t,"cssStyleElementTabsContentBgColor",(function(){return dd})),o.d(t,"cssStyleElementTabsContentBorder",(function(){return ud})),o.d(t,"cssStyleElementTabsContentShadow",(function(){return pd})),o.d(t,"cssStyleElementCommentsNameFontFamily",(function(){return bd})),o.d(t,"cssStyleElementCommentsNameFontSize",(function(){return md})),o.d(t,"cssStyleElementCommentsNameLineHeight",(function(){return hd})),o.d(t,"cssStyleElementCommentsNameFontWeight",(function(){return gd})),o.d(t,"cssStyleElementCommentsNameLetterSpacing",(function(){return vd})),o.d(t,"cssStyleElementCommentsDateFontFamily",(function(){return Cd})),o.d(t,"cssStyleElementCommentsDateFontSize",(function(){return jd})),o.d(t,"cssStyleElementCommentsDateLineHeight",(function(){return Pd})),o.d(t,"cssStyleElementCommentsDateFontWeight",(function(){return Bd})),o.d(t,"cssStyleElementCommentsDateLetterSpacing",(function(){return wd})),o.d(t,"cssStyleElementCommentsCommentFontFamily",(function(){return fd})),o.d(t,"cssStyleElementCommentsCommentFontSize",(function(){return yd})),o.d(t,"cssStyleElementCommentsCommentLineHeight",(function(){return Od})),o.d(t,"cssStyleElementCommentsCommentFontWeight",(function(){return Sd})),o.d(t,"cssStyleElementCommentsCommentLetterSpacing",(function(){return xd})),o.d(t,"cssStyleElementCommentsReplyFontFamily",(function(){return Td})),o.d(t,"cssStyleElementCommentsReplyFontSize",(function(){return zd})),o.d(t,"cssStyleElementCommentsReplyLineHeight",(function(){return Ed})),o.d(t,"cssStyleElementCommentsReplyFontWeight",(function(){return kd})),o.d(t,"cssStyleElementCommentsReplyLetterSpacing",(function(){return Hd})),o.d(t,"cssStyleElementCommentsPostButtonFontFamily",(function(){return Fd})),o.d(t,"cssStyleElementCommentsPostButtonFontSize",(function(){return _d})),o.d(t,"cssStyleElementCommentsPostButtonLineHeight",(function(){return Rd})),o.d(t,"cssStyleElementCommentsPostButtonFontWeight",(function(){return Ld})),o.d(t,"cssStyleElementCommentsPostButtonLetterSpacing",(function(){return Md})),o.d(t,"cssStyleElementCommentsLogoSize",(function(){return Wd})),o.d(t,"cssStyleElementCommentsWidthContainer",(function(){return Id})),o.d(t,"cssStyleElementCommentsPostButtonColor",(function(){return Nd})),o.d(t,"cssStyleElementCommentsPostButtonBg",(function(){return Ad})),o.d(t,"cssStyleElementCommentsColorLink",(function(){return Vd})),o.d(t,"cssStyleElementCommentsNameColor",(function(){return Dd})),o.d(t,"cssStyleElementCommentsCommentsColor",(function(){return $d})),o.d(t,"cssStyleElementCommentsChildMargin",(function(){return Gd})),o.d(t,"cssStyleElementCommentsStarsColor",(function(){return Ud})),o.d(t,"cssStyleElementCommentsStarsBgColor",(function(){return Kd})),o.d(t,"cssStyleElementCommentsStarsSize",(function(){return Yd})),o.d(t,"cssStyleElementSearchAutocompleteColor",(function(){return qd})),o.d(t,"cssStyleElementSearchMinWidth",(function(){return Xd})),o.d(t,"cssStyleElementSearchMinHeight",(function(){return Zd})),o.d(t,"cssStyleElementSearchPropertyHoverTransition",(function(){return Jd})),o.d(t,"cssStyleElementSearchLineHeight",(function(){return Qd})),o.d(t,"cssStyleElementWOOProductMetaType",(function(){return eu})),o.d(t,"cssStyleElementWOOProductMetaCategoryFontFamily",(function(){return tu})),o.d(t,"cssStyleElementWOOProductMetaCategoryFontSize",(function(){return ou})),o.d(t,"cssStyleElementWOOProductMetaCategoryLineHeight",(function(){return nu})),o.d(t,"cssStyleElementWOOProductMetaCategoryFontWeight",(function(){return au})),o.d(t,"cssStyleElementWOOProductMetaCategoryLetterSpacing",(function(){return ru})),o.d(t,"cssStyleElementWOOProductMetaValueFontFamily",(function(){return iu})),o.d(t,"cssStyleElementWOOProductMetaValueFontSize",(function(){return lu})),o.d(t,"cssStyleElementWOOProductMetaValueLineHeight",(function(){return su})),o.d(t,"cssStyleElementWOOProductMetaValueFontWeight",(function(){return cu})),o.d(t,"cssStyleElementWOOProductMetaValueLetterSpacing",(function(){return du})),o.d(t,"cssStyleElementWOOProductMetaTopSpacing",(function(){return uu})),o.d(t,"cssStyleElementWOOProductMetaRightSpacing",(function(){return pu})),o.d(t,"cssStyleElementWOOProductMetaRightSpacingInline",(function(){return bu})),o.d(t,"cssStyleElementWOOProductMetaCategoryColor",(function(){return mu})),o.d(t,"cssStyleElementWOOProductMetaValueColor",(function(){return hu})),o.d(t,"cssStyleElementWOOProductMetaDividers",(function(){return gu})),o.d(t,"cssStyleElementWOORatingSize",(function(){return vu})),o.d(t,"cssStyleElementWOORatingTextColor",(function(){return fu})),o.d(t,"cssStyleElementWOORatingSpacing",(function(){return yu})),o.d(t,"cssStyleElementWOORatingBgStarColor",(function(){return Ou})),o.d(t,"cssStyleElementWOOCartIconColor",(function(){return Su})),o.d(t,"cssStyleElementWOOCartSubtotalDisabled",(function(){return xu})),o.d(t,"cssStyleElementWOOCartPurchasesDisabled",(function(){return Cu})),o.d(t,"cssStyleElementWOOCartTransitionProperty",(function(){return ju})),o.d(t,"cssStyleElementWOOCartPurchasesColor",(function(){return Pu})),o.d(t,"cssStyleElementWOOCartPurchasesFontFamily",(function(){return Bu})),o.d(t,"cssStyleElementWOOCartPurchasesFontSize",(function(){return wu})),o.d(t,"cssStyleElementWOOCartPurchasesLineHeight",(function(){return Tu})),o.d(t,"cssStyleElementWOOCartPurchasesFontWeight",(function(){return zu})),o.d(t,"cssStyleElementWOOCartPurchasesLetterSpacing",(function(){return Eu})),o.d(t,"cssStyleElementWOOCartTitleFontFamily",(function(){return ku})),o.d(t,"cssStyleElementWOOCartTitleFontSize",(function(){return Hu})),o.d(t,"cssStyleElementWOOCartTitleLineHeight",(function(){return Fu})),o.d(t,"cssStyleElementWOOCartTitleFontWeight",(function(){return _u})),o.d(t,"cssStyleElementWOOCartTitleLetterSpacing",(function(){return Ru})),o.d(t,"cssStyleElementWOOCartCostFontFamily",(function(){return Lu})),o.d(t,"cssStyleElementWOOCartCostFontSize",(function(){return Mu})),o.d(t,"cssStyleElementWOOCartCostLineHeight",(function(){return Wu})),o.d(t,"cssStyleElementWOOCartCostFontWeight",(function(){return Iu})),o.d(t,"cssStyleElementWOOCartCostLetterSpacing",(function(){return Nu})),o.d(t,"cssStyleElementWOOCartSubtotalFontFamily",(function(){return Au})),o.d(t,"cssStyleElementWOOCartSubtotalFontSize",(function(){return Vu})),o.d(t,"cssStyleElementWOOCartSubtotalLineHeight",(function(){return Du})),o.d(t,"cssStyleElementWOOCartSubtotalFontWeight",(function(){return $u})),o.d(t,"cssStyleElementWOOCartSubtotalLetterSpacing",(function(){return Gu})),o.d(t,"cssStyleElementWOOCartButtonFontFamily",(function(){return Uu})),o.d(t,"cssStyleElementWOOCartButtonFontSize",(function(){return Ku})),o.d(t,"cssStyleElementWOOCartButtonLineHeight",(function(){return Yu})),o.d(t,"cssStyleElementWOOCartButtonFontWeight",(function(){return qu})),o.d(t,"cssStyleElementWOOCartButtonLetterSpacing",(function(){return Xu})),o.d(t,"cssStyleElementWOOCartTitleColor",(function(){return Zu})),o.d(t,"cssStyleElementWOOCartCostColor",(function(){return Ju})),o.d(t,"cssStyleElementWOOCartSubtotalColor",(function(){return Qu})),o.d(t,"cssStyleElementWOOCartButtonColor",(function(){return ep})),o.d(t,"cssStyleElementWOOCartButtonBgColor",(function(){return tp})),o.d(t,"cssStyleElementWOOCartButtonDirection",(function(){return op})),o.d(t,"cssStyleElementWOOCartButtonSpacing",(function(){return np})),o.d(t,"cssStyleElementWOOCartButtonBorderRadius",(function(){return ap})),o.d(t,"cssStyleElementWOOCartSidebarHorizontalAlign",(function(){return rp})),o.d(t,"cssStyleElementWOOCartSidebarVerticalAlign",(function(){return ip})),o.d(t,"cssStyleElementWOOCartSidebarWidth",(function(){return lp})),o.d(t,"cssStyleElementWOOCartSidebarHeight",(function(){return sp})),o.d(t,"cssStyleElementWOOCartBubbleColor",(function(){return cp})),o.d(t,"cssStyleElementWOOCartBubbleBg",(function(){return dp})),o.d(t,"cssStyleWrapperCustomHeight",(function(){return pp})),o.d(t,"cssStyleWrapperContainerFlex",(function(){return hp})),o.d(t,"cssStyleWrapperFixedFlex",(function(){return bp})),o.d(t,"cssStyleWrapperBorderFlex",(function(){return mp})),o.d(t,"cssStyleWrapperContainerSize",(function(){return gp})),o.d(t,"cssStyleElementMenuAlign",(function(){return vp})),o.d(t,"cssStyleElementMenuMode",(function(){return Cp})),o.d(t,"cssStyleElementMenuSize",(function(){return jp})),o.d(t,"cssStyleElementMenuDropdown",(function(){return xb})),o.d(t,"cssStyleElementMenuDropdownOpened",(function(){return jb})),o.d(t,"cssStyleElementMenuInnerDropdown",(function(){return Cb})),o.d(t,"cssStyleElementMenuDropdownInnerOpened",(function(){return Pb})),o.d(t,"cssStyleElementMenuDropdownArrow",(function(){return Bb})),o.d(t,"cssStyleElementMenuShow",(function(){return xp})),o.d(t,"cssStyleElementMenuShowIcon",(function(){return Sp})),o.d(t,"cssStyleElementMenuIconPosition",(function(){return fp})),o.d(t,"cssStyleElementMenuIconSpacing",(function(){return yp})),o.d(t,"cssStyleElementMenuIconSize",(function(){return Op})),o.d(t,"cssStyleElementMenuBgColor",(function(){return Pp})),o.d(t,"cssStyleElementMenuLinkBgColor",(function(){return Bp})),o.d(t,"cssStyleElementMenuPadding",(function(){return Tp})),o.d(t,"cssStyleElementMenuActiveColor",(function(){return zp})),o.d(t,"cssStyleElementMenuActiveBgColor",(function(){return kp})),o.d(t,"cssStyleElementMenuActiveLinkBgColor",(function(){return Ep})),o.d(t,"cssStyleElementMenuActiveBorder",(function(){return Hp})),o.d(t,"cssStyleElementMenuCurrentColor",(function(){return Fp})),o.d(t,"cssStyleElementMenuCurrentLinkBgColor",(function(){return Rp})),o.d(t,"cssStyleElementMenuCurrentBgColor",(function(){return _p})),o.d(t,"cssStyleElementMenuCurrentBorder",(function(){return Lp})),o.d(t,"cssStyleElementMenuBorder",(function(){return wp})),o.d(t,"cssStyleElementMMenuFontFamily",(function(){return Wp})),o.d(t,"cssStyleElementMMenuFontSize",(function(){return Ip})),o.d(t,"cssStyleElementMMenuLineHeight",(function(){return Np})),o.d(t,"cssStyleElementMMenuFontWeight",(function(){return Ap})),o.d(t,"cssStyleElementMMenuLetterSpacing",(function(){return Vp})),o.d(t,"cssStyleElementMMenuColor",(function(){return Dp})),o.d(t,"cssStyleElementMMenuHoverColor",(function(){return $p})),o.d(t,"cssStyleElementMMenuActiveColor",(function(){return Gp})),o.d(t,"cssStyleElementMMenuBorderColor",(function(){return Up})),o.d(t,"cssStyleElementMMenuBackgroundColor",(function(){return Kp})),o.d(t,"cssStyleElementMMenuItemHorizontalAlign",(function(){return Yp})),o.d(t,"cssStyleElementMMenuIconColor",(function(){return qp})),o.d(t,"cssStyleElementMMenuSize",(function(){return Mp})),o.d(t,"cssStyleElementMMenuIconPosition",(function(){return Jp})),o.d(t,"cssStyleElementMMenuIconSpacing",(function(){return Xp})),o.d(t,"cssStyleElementMMenuIconSize",(function(){return Zp})),o.d(t,"cssStyleElementMMenuBtnNext",(function(){return Qp})),o.d(t,"cssStyleElementMMenuListViewMargin",(function(){return eb})),o.d(t,"cssStyleElementMMenuItemPadding",(function(){return tb})),o.d(t,"cssStyleElementMMenuItemPaddingTopZero",(function(){return ob})),o.d(t,"cssStyleElementMMenuItemPaddingBottomZero",(function(){return nb})),o.d(t,"cssStyleElementMMenuPadding",(function(){return ab})),o.d(t,"cssStyleElementMenuSubMenuFontFamily",(function(){return rb})),o.d(t,"cssStyleElementMenuSubMenuFontSize",(function(){return ib})),o.d(t,"cssStyleElementMenuSubMenuLineHeight",(function(){return lb})),o.d(t,"cssStyleElementMenuSubMenuFontWeight",(function(){return sb})),o.d(t,"cssStyleElementMenuSubMenuLetterSpacing",(function(){return cb})),o.d(t,"cssStyleElementMenuSubMenuColor",(function(){return db})),o.d(t,"cssStyleElementMenuSubMenuHoverColor",(function(){return ub})),o.d(t,"cssStyleElementMenuSubMenuIconPosition",(function(){return pb})),o.d(t,"cssStyleElementMenuSubMenuIconSpacing",(function(){return bb})),o.d(t,"cssStyleElementMenuSubMenuIconSize",(function(){return mb})),o.d(t,"cssStyleElementMenuSubMenuBgColor",(function(){return hb})),o.d(t,"cssStyleElementMenuSubMenuHoverBgColor",(function(){return gb})),o.d(t,"cssStyleElementMenuSubMenuBorderColor",(function(){return vb})),o.d(t,"cssStyleElementMenuSubMenuBorderBottom",(function(){return fb})),o.d(t,"cssStyleElementMenuSubMenuCurrentColor",(function(){return yb})),o.d(t,"cssStyleElementMenuSubMenuCurrentBgColor",(function(){return Ob})),o.d(t,"cssStyleElementMenuSubMenuCurrentBoxShadow",(function(){return Sb})),o.d(t,"cssStyleMenuDropdownPosition",(function(){return wb})),o.d(t,"cssStyleMenuDropdownPositionLeft",(function(){return Tb})),o.d(t,"cssStyleMenuDropdownPositionRight",(function(){return zb})),o.d(t,"cssStyleMenuFirstDropdownPosition",(function(){return Eb})),o.d(t,"cssStyleMenuFirstDropdownPositionLeft",(function(){return kb})),o.d(t,"cssStyleMenuFirstDropdownPositionRight",(function(){return Hb})),o.d(t,"cssStyleElementMegaMenuWidth",(function(){return Fb})),o.d(t,"cssStyleElementMegaMenuOffsetTop",(function(){return _b})),o.d(t,"cssStyleElementMegaMenuOpened",(function(){return Lb})),o.d(t,"cssStyleElementMegaMenuHeight",(function(){return Rb})),o.d(t,"cssStyleElementTableWidth",(function(){return Mb})),o.d(t,"cssStyleElementTableIconSize",(function(){return Wb})),o.d(t,"cssStyleElementTableSpacing",(function(){return Ib})),o.d(t,"cssStyleElementTableBtnIconPosition",(function(){return Nb})),o.d(t,"cssStyleElementTableCustomFlexHorizontalAlign",(function(){return Ab})),o.d(t,"cssStyleElementTableCustomTextHorizontalAlign",(function(){return Vb})),o.d(t,"cssStyleElementTableAsideWidth",(function(){return Db})),o.d(t,"cssStyleElementTableEvenBgColor",(function(){return $b})),o.d(t,"cssStyleElementTableEvenColor",(function(){return Gb})),o.d(t,"cssStyleTablePadding",(function(){return Ub})),o.d(t,"cssStyleElementMenuSimpleItemPadding",(function(){return Kb})),o.d(t,"cssStyleElementMenuSimpleColorBars",(function(){return Yb})),o.d(t,"cssStyleElementMenuSimpleWidth",(function(){return qb})),o.d(t,"cssStyleElementMenuSimpleActiveColor",(function(){return Xb})),o.d(t,"cssStyleElementImageMaxWidthPreview",(function(){return em})),o.d(t,"cssStyleElementImageHeightPreview",(function(){return tm})),o.d(t,"cssStyleElementImageSizePreview",(function(){return dm})),o.d(t,"cssStyleElementImageMaxWidthEditor",(function(){return om})),o.d(t,"cssStyleElementImageHeightEditor",(function(){return nm})),o.d(t,"cssStyleElementImageWidthWrapper",(function(){return am})),o.d(t,"cssStyleElementImageHeightWrapper",(function(){return rm})),o.d(t,"cssStyleElementImagePosition",(function(){return im})),o.d(t,"cssStyleElementImageMarginLeft",(function(){return lm})),o.d(t,"cssStyleElementImageMarginTop",(function(){return sm})),o.d(t,"cssStyleElementImagePictureSizePreview",(function(){return cm})),o.d(t,"cssStyleElementImageTransitionProperty",(function(){return um})),o.d(t,"cssStyleElementImageFilter",(function(){return pm})),o.d(t,"cssStyleAnimation",(function(){return bm})),o.d(t,"cssStyleAnimationDuration",(function(){return mm})),o.d(t,"cssStyleAnimationDelay",(function(){return hm})),o.d(t,"cssStyleRotate",(function(){return fm})),o.d(t,"cssStyleElementWOOAddToCartSize",(function(){return ym})),o.d(t,"cssStyleElementWOOAddToCartSpacing",(function(){return Sm})),o.d(t,"cssStyleElementWOOAddToCartInputSize",(function(){return xm})),o.d(t,"cssStyleElementWOOAddToCartInputPosition",(function(){return Cm})),o.d(t,"cssStyleElementWOOAddToCartInputFontFamily",(function(){return Pm})),o.d(t,"cssStyleElementWOOAddToCartInputFontSize",(function(){return Bm})),o.d(t,"cssStyleElementWOOAddToCartInputLineHeight",(function(){return wm})),o.d(t,"cssStyleElementWOOAddToCartInputFontWeight",(function(){return Tm})),o.d(t,"cssStyleElementWOOAddToCartInputLetterSpacing",(function(){return zm})),o.d(t,"cssStyleElementWOOAddToCartInputAlign",(function(){return jm})),o.d(t,"cssStyleElementWOOAddToCartInputColor",(function(){return Em})),o.d(t,"cssStyleElementWOOAddToCartInputBg",(function(){return Jm})),o.d(t,"cssStyleElementWOOAddToCartInputBorder",(function(){return eh})),o.d(t,"cssStyleElementWOOAddToCartInputRadius",(function(){return Om})),o.d(t,"cssStyleElementWOOAddToCartInputBoxShadow",(function(){return th})),o.d(t,"cssStyleElementWOOAddToCartButtonColor",(function(){return km})),o.d(t,"cssStyleElementWOOAddToCartLabelFontFamily",(function(){return Hm})),o.d(t,"cssStyleElementWOOAddToCartLabelFontSize",(function(){return Fm})),o.d(t,"cssStyleElementWOOAddToCartLabelLineHeight",(function(){return _m})),o.d(t,"cssStyleElementWOOAddToCartLabelFontWeight",(function(){return Rm})),o.d(t,"cssStyleElementWOOAddToCartLabelLetterSpacing",(function(){return Lm})),o.d(t,"cssStyleElementWOOAddToCartValueFontFamily",(function(){return Mm})),o.d(t,"cssStyleElementWOOAddToCartValueFontSize",(function(){return Wm})),o.d(t,"cssStyleElementWOOAddToCartValueLineHeight",(function(){return Im})),o.d(t,"cssStyleElementWOOAddToCartValueFontWeight",(function(){return Nm}));o.d(t,"cssStyleElementWOOAddToCartValueLetterSpacing",(function(){return Am})),o.d(t,"cssStyleElementWOOAddToCartLabelColor",(function(){return Vm})),o.d(t,"cssStyleElementWOOAddToCartValueColor",(function(){return Dm})),o.d(t,"cssStyleElementWOOAddToCartClearFontFamily",(function(){return $m})),o.d(t,"cssStyleElementWOOAddToCartClearFontSize",(function(){return Gm})),o.d(t,"cssStyleElementWOOAddToCartClearLineHeight",(function(){return Um})),o.d(t,"cssStyleElementWOOAddToCartClearFontWeight",(function(){return Km})),o.d(t,"cssStyleElementWOOAddToCartClearLetterSpacing",(function(){return Ym})),o.d(t,"cssStyleElementWOOAddToCartClearColor",(function(){return qm})),o.d(t,"cssStyleElementWOOAddToCartTableMargin",(function(){return Xm})),o.d(t,"cssStyleElementWOOAddToCartTableBorder",(function(){return Zm})),o.d(t,"cssStyleElementWOOAddToCartTableBg",(function(){return Qm})),o.d(t,"cssStyleElementWOOAddToCartTableBoxShadow",(function(){return oh})),o.d(t,"cssStyleElementWOOAddToCartBorder",(function(){return nh})),o.d(t,"cssStyleElementWOOAddToCartBorderRadius",(function(){return ah})),o.d(t,"cssStyleElementWOOGalleryBorderRadiusThumbnail",(function(){return ih})),o.d(t,"cssStyleElementWOOGalleryBorderThumbnail",(function(){return rh})),o.d(t,"cssStyleElementWOOGalleryBoxShadowThumbnail",(function(){return lh})),o.d(t,"cssStyleElementWOOGallerySpacing",(function(){return sh})),o.d(t,"cssStyleElementWOOGalleryParentSize",(function(){return ch})),o.d(t,"cssStyleElementWOOGalleryBetweenThumbnail",(function(){return dh})),o.d(t,"cssStyleElementWOOGalleryThumbnailSize",(function(){return uh})),o.d(t,"cssStyleElementWOOGalleryChildStyle",(function(){return ph})),o.d(t,"cssStyleElementWOOGallerySpacingStyleLeftRigth",(function(){return bh})),o.d(t,"cssStyleElementWOOGalleryZoomReposition",(function(){return mh})),o.d(t,"cssStyleElementTitleTextShadow",(function(){return gh}));var n={};o.r(n),o.d(n,"renderStyles",(function(){return b})),o.d(n,"parseOutputCss",(function(){return h})),o.d(n,"css",(function(){return v})),o.d(n,"css1",(function(){return f})),o.d(n,"clearCache",(function(){return y})),o.d(n,"tmpCSSFromCache",(function(){return O})),o.d(n,"replacePlaceholders",(function(){return S})),o.d(n,"cssStyleSizeWidthPercent",(function(){return H})),o.d(n,"cssStyleSizeWidthPx",(function(){return F})),o.d(n,"cssStyleSizeMaxWidthPercent",(function(){return R})),o.d(n,"cssStyleSizeWidthStoryOnly",(function(){return _})),o.d(n,"cssStyleSizeHeightPx",(function(){return L})),o.d(n,"cssStyleSizeMinHeightPx",(function(){return M})),o.d(n,"cssStyleSizeMaxWidthSize",(function(){return W})),o.d(n,"cssStyleSizeSizePercent",(function(){return I})),o.d(n,"cssStyleSizeMaxWidthContainer",(function(){return V})),o.d(n,"cssStyleSizeTextSpacing",(function(){return $})),o.d(n,"cssStyleSizeSpacing",(function(){return D})),o.d(n,"cssStyleSizeHeightPxOnly",(function(){return G})),o.d(n,"cssStyleSizeHeightPercentOnly",(function(){return U})),o.d(n,"cssStyleSizeSize",(function(){return N})),o.d(n,"cssStyleSizeWidth",(function(){return A})),o.d(n,"cssStyleElementLineBorder",(function(){return K})),o.d(n,"cssStyleTypographyElementCountdownLabelFontSize",(function(){return ae})),o.d(n,"cssStyleNumberTypography2FontFamily",(function(){return le})),o.d(n,"cssStyleNumberTypography2FontSize",(function(){return se})),o.d(n,"cssStyleNumberTypography2LetterSpacing",(function(){return ue})),o.d(n,"cssStyleNumberTypography2FontWeight",(function(){return de})),o.d(n,"cssStyleNumberTypography2LineHeight",(function(){return ce})),o.d(n,"cssStyleTitleTypography2FontFamily",(function(){return pe})),o.d(n,"cssStyleTitleTypography2FontSize",(function(){return be})),o.d(n,"cssStyleTitleTypography2LetterSpacing",(function(){return ge})),o.d(n,"cssStyleTitleTypography2FontWeight",(function(){return he})),o.d(n,"cssStyleTitleTypography2LineHeight",(function(){return me})),o.d(n,"cssStyleMessageTypography2FontFamily",(function(){return ve})),o.d(n,"cssStyleMessageTypography2FontSize",(function(){return fe})),o.d(n,"cssStyleMessageTypography2LetterSpacing",(function(){return Se})),o.d(n,"cssStyleMessageTypography2FontWeight",(function(){return Oe})),o.d(n,"cssStyleMessageTypography2LineHeight",(function(){return ye})),o.d(n,"cssStyleElementCountDown2NumberColor",(function(){return xe})),o.d(n,"cssStyleElementCountDown2TitleColor",(function(){return Ce})),o.d(n,"cssStyleElementCountDown2MessageColor",(function(){return je})),o.d(n,"cssStyleElementCountDown2SpacingLeft",(function(){return re})),o.d(n,"cssStyleElementCountDown2SpacingRight",(function(){return ie})),o.d(n,"cssStyleElementCountDown2HoverTransitionProperty",(function(){return Pe})),o.d(n,"cssStyleElementCounterChartEnd",(function(){return Be})),o.d(n,"cssStyleElementCounterChartWidth",(function(){return we})),o.d(n,"cssStyleElementCounterFillColor",(function(){return Te})),o.d(n,"cssStyleElementCounterStrokeColor",(function(){return ze})),o.d(n,"cssStyleElementCounterTransitionHoverProperty",(function(){return Ee})),o.d(n,"cssStyleElementIconBoxFlexDirection",(function(){return ke})),o.d(n,"cssStyleElementIconBoxMarginRight",(function(){return He})),o.d(n,"cssStyleElementIconBoxMarginLeft",(function(){return Fe})),o.d(n,"cssStyleElementProtectedPageAutocompleteColor",(function(){return _e})),o.d(n,"cssStyleElementProtectedPagePropertyHoverTransition",(function(){return Re})),o.d(n,"cssStyleElementProtectedPageInputWidth",(function(){return Le})),o.d(n,"cssStyleElementProtectedPageInputSpacing",(function(){return Me})),o.d(n,"cssStyleElementProtectedPageInputHeight",(function(){return We})),o.d(n,"cssStyleBorder",(function(){return Ie})),o.d(n,"cssStyleBorderTransparentColor",(function(){return Ne})),o.d(n,"cssStyleElementImageGallery3FontFamily",(function(){return tt})),o.d(n,"cssStyleElementImageGallery3FontSize",(function(){return ot})),o.d(n,"cssStyleElementImageGallery3LineHeight",(function(){return nt})),o.d(n,"cssStyleElementImageGallery3FontWeight",(function(){return at})),o.d(n,"cssStyleElementImageGallery3LetterSpacing",(function(){return rt})),o.d(n,"cssStyleElementImageGalleryWidth",(function(){return Ve})),o.d(n,"cssStyleElementImageGalleryMargin",(function(){return De})),o.d(n,"cssStyleElementImageGalleryItemWidth",(function(){return $e})),o.d(n,"cssStyleElementImageGalleryItemPadding",(function(){return Ge})),o.d(n,"cssStyleElementImageGalleryFilterSpacing",(function(){return Ue})),o.d(n,"cssStyleElementImageGalleryFilterAfterSpacing",(function(){return Ke})),o.d(n,"cssStyleElementImageGalleryFilterHorizontalAlign",(function(){return Ye})),o.d(n,"cssStyleElementImageGalleryPaddingFourFields",(function(){return qe})),o.d(n,"cssStyleElementImageGalleryBorderRadius",(function(){return et})),o.d(n,"cssStyleElementImageGalleryFilterColor",(function(){return Xe})),o.d(n,"cssStyleElementImageGalleryFilterBgColor",(function(){return Ze})),o.d(n,"cssStyleElementImageGalleryFilterBoxShadow",(function(){return Je})),o.d(n,"cssStyleElementImageGalleryFilterBorder",(function(){return Qe})),o.d(n,"cssStyleElementImageGalleryFilterActiveColor",(function(){return it})),o.d(n,"cssStyleElementImageGalleryFilterActiveBgColor",(function(){return lt})),o.d(n,"cssStyleElementImageGalleryFilterActiveBorder",(function(){return st})),o.d(n,"cssStyleElementImageGalleryFilterActiveShadow",(function(){return ct})),o.d(n,"cssStyleBorderRadius",(function(){return Ae})),o.d(n,"cssStyleBgColor",(function(){return dt})),o.d(n,"cssStyleBgColorHex",(function(){return ut})),o.d(n,"cssStyleBg2Color",(function(){return pt})),o.d(n,"cssStyleBgGradient",(function(){return bt})),o.d(n,"cssStyleBgImage",(function(){return mt})),o.d(n,"cssStyleBgImageHover",(function(){return ht})),o.d(n,"cssStyleBgMediaImage",(function(){return gt})),o.d(n,"cssStyleBgImagePosition",(function(){return vt})),o.d(n,"cssStyleBgImageAttachment",(function(){return ft})),o.d(n,"cssStyleBgMediaMap",(function(){return yt})),o.d(n,"cssStyleBgMediaVideo",(function(){return Ot})),o.d(n,"cssStyleColor",(function(){return St})),o.d(n,"cssStyleLabelColor",(function(){return xt})),o.d(n,"cssStyleBoxShadow",(function(){return jt})),o.d(n,"cssStyleBoxShadowSuffixForGlamour",(function(){return Ct})),o.d(n,"cssStyleBoxShadowSection",(function(){return Pt})),o.d(n,"cssStyleTextShadow",(function(){return Bt})),o.d(n,"cssStyleShapeTopType",(function(){return wt})),o.d(n,"cssStyleShapeTopHeight",(function(){return Tt})),o.d(n,"cssStyleShapeTopFlip",(function(){return zt})),o.d(n,"cssStyleShapeTopIndex",(function(){return Et})),o.d(n,"cssStyleShapeBottomType",(function(){return kt})),o.d(n,"cssStyleShapeBottomHeight",(function(){return Ht})),o.d(n,"cssStyleShapeBottomFlip",(function(){return Ft})),o.d(n,"cssStyleShapeBottomIndex",(function(){return _t})),o.d(n,"cssStyleHoverTransition",(function(){return Rt})),o.d(n,"cssStylePropertyHoverTransition",(function(){return Lt})),o.d(n,"cssStyleTypographyFontFamily",(function(){return Mt})),o.d(n,"cssStyleTypographyFontSize",(function(){return Wt})),o.d(n,"cssStyleTypographyLineHeight",(function(){return It})),o.d(n,"cssStyleTypographyFontWeight",(function(){return Nt})),o.d(n,"cssStyleTypographyLetterSpacing",(function(){return At})),o.d(n,"cssStyleTypography2FontFamily",(function(){return Y})),o.d(n,"cssStyleTypography2FontSize",(function(){return q})),o.d(n,"cssStyleTypography2LineHeight",(function(){return X})),o.d(n,"cssStyleTypography2FontWeight",(function(){return Z})),o.d(n,"cssStyleTypography2LetterSpacing",(function(){return J})),o.d(n,"cssStyleTypography3FontFamily",(function(){return Q})),o.d(n,"cssStyleTypography3FontSize",(function(){return ee})),o.d(n,"cssStyleTypography3LineHeight",(function(){return te})),o.d(n,"cssStyleTypography3FontWeight",(function(){return oe})),o.d(n,"cssStyleTypography3LetterSpacing",(function(){return ne})),o.d(n,"cssStyleElementProgressBarPadding",(function(){return Vt})),o.d(n,"cssStyleSizeProgressBarMaxWidthPercent",(function(){return Dt})),o.d(n,"cssStyleElementProgressBarPropertyHoverTransition",(function(){return $t})),o.d(n,"cssStyleElementRichTextMartinTop",(function(){return Zt})),o.d(n,"cssStyleElementRichTextMartinBottom",(function(){return Jt})),o.d(n,"cssStyleElementRichTextGradient",(function(){return Qt})),o.d(n,"cssStyleElementRichTextFontSize",(function(){return eo})),o.d(n,"cssStyleElementRichTextBgImage",(function(){return to})),o.d(n,"cssStyleElementRichTextFontFamily",(function(){return oo})),o.d(n,"cssStyleElementRichTextColor",(function(){return no})),o.d(n,"cssStyleElementButtonBorderRadius",(function(){return ao})),o.d(n,"cssStyleElementButtonIconPosition",(function(){return ro})),o.d(n,"cssStyleElementButtonIconFontSize",(function(){return io})),o.d(n,"cssStyleElementButtonIconMargin",(function(){return lo})),o.d(n,"cssStyleElementIconStrokeWidth",(function(){return so})),o.d(n,"cssStyleElementButtonPropertyHoverTransition",(function(){return co})),o.d(n,"cssStyleElementButtonPropertyContentAlign",(function(){return uo})),o.d(n,"cssStyleElementFacebookButtonPropertyHoverTransition",(function(){return po})),o.d(n,"cssStyleElementFacebookCommentsPropertyHoverTransition",(function(){return bo})),o.d(n,"cssStyleElementFacebookEmbedPropertyHoverTransition",(function(){return mo})),o.d(n,"cssStyleElementFacebookGroupPropertyHoverTransition",(function(){return ho})),o.d(n,"cssStyleElementFacebookPagePropertyHoverTransition",(function(){return go})),o.d(n,"cssStyleElementMapPropertyHoverTransition",(function(){return vo})),o.d(n,"cssStyleElementMapPropertyPositionFixed",(function(){return fo})),o.d(n,"cssStyleElementSoundCloudPropertyHoverTransition",(function(){return yo})),o.d(n,"cssStyleContainerPopup2ContainerWidth",(function(){return Oo})),o.d(n,"cssStyleContainerPopup2CloseState",(function(){return So})),o.d(n,"cssStyleContainerPopup2ClosePosition",(function(){return wo})),o.d(n,"cssStyleContainerPopup2CloseFontSize",(function(){return Co})),o.d(n,"cssStyleContainerPopup2CloseBgSize",(function(){return jo})),o.d(n,"cssStyleContainerPopup2CloseBorderRadius",(function(){return Po})),o.d(n,"cssStyleContainerPopup2CloseColor",(function(){return xo})),o.d(n,"cssStyleContainerPopup2CloseBgColor",(function(){return Bo})),o.d(n,"cssStyleContainerPopup2RowFlexVerticalAlign",(function(){return To})),o.d(n,"cssStyleContainerPopup2CustomHeight",(function(){return zo})),o.d(n,"cssStyleContainerPopup2CustomHeightOverflow",(function(){return Eo})),o.d(n,"cssStyleContainerPopup2Custom2Height100",(function(){return ko})),o.d(n,"cssStyleContainerPopup2Custom2MaxHeight100",(function(){return Ho})),o.d(n,"cssStyleZIndex",(function(){return Fo})),o.d(n,"cssStyleZIndexStory",(function(){return _o})),o.d(n,"cssStyleFlexVerticalAlign",(function(){return Ro})),o.d(n,"cssStyleFlexColumnVerticalAlign",(function(){return Io})),o.d(n,"cssStyleFlexHorizontalAlign",(function(){return Lo})),o.d(n,"cssStyleContentAlign",(function(){return Mo})),o.d(n,"cssStyleMarginAlign",(function(){return Wo})),o.d(n,"cssStyleExcerptAlign",(function(){return No})),o.d(n,"cssStyleFlexColumn",(function(){return Ao})),o.d(n,"cssStylePadding",(function(){return Ko})),o.d(n,"cssStylePaddingFourFields",(function(){return Vo})),o.d(n,"cssStylePaddingPreview",(function(){return Do})),o.d(n,"cssStylePaddingTopForEditorResizer",(function(){return $o})),o.d(n,"cssStylePaddingBottomForEditorResizer",(function(){return Go})),o.d(n,"cssStylePaddingRightLeftForEditor",(function(){return Uo})),o.d(n,"cssStyleItemPadding",(function(){return Yo})),o.d(n,"cssStyleMargin",(function(){return qo})),o.d(n,"cssStyleItemMargin",(function(){return Xo})),o.d(n,"cssStyleDisplayFlex",(function(){return Zo})),o.d(n,"cssStyleDisplayInlineFlex",(function(){return Jo})),o.d(n,"cssStyleDisplayBlock",(function(){return Qo})),o.d(n,"cssStyleVisible",(function(){return en})),o.d(n,"cssStyleVisibleEditorDisplayNoneOrFlex",(function(){return tn})),o.d(n,"cssStyleVisibleEditorDisplayNoneOrBlock",(function(){return nn})),o.d(n,"cssStyleVisibleEditorDisplayNoneOrInlineFlex",(function(){return on})),o.d(n,"cssStyleVisibleMode",(function(){return an})),o.d(n,"cssStyleShowMembershipBlock",(function(){return ln})),o.d(n,"cssStyleShowMembershipFlex",(function(){return sn})),o.d(n,"cssStyleFilter",(function(){return dn})),o.d(n,"cssStyleFilterSuffixForGlamour",(function(){return cn})),o.d(n,"cssStyleElementVideoPaddingRatio",(function(){return un})),o.d(n,"cssStyleElementVideoFilter",(function(){return pn})),o.d(n,"cssStyleElementVideoIframeFix",(function(){return mn})),o.d(n,"cssStyleElementVideoBgSize",(function(){return bn})),o.d(n,"cssStyleElementVideoIconFontSize",(function(){return hn})),o.d(n,"cssStyleElementVideoIconWidth",(function(){return gn})),o.d(n,"cssStyleElementVideoIconHeight",(function(){return vn})),o.d(n,"cssStyleElementVideoControlsIconFontSize",(function(){return jn})),o.d(n,"cssStyleElementVideoBgColorRatio",(function(){return fn})),o.d(n,"cssStyleElementVideoCoverSrc",(function(){return yn})),o.d(n,"cssStyleElementVideoCoverPosition",(function(){return On})),o.d(n,"cssStyleElementVideoPropertyHoverTransition",(function(){return Sn})),o.d(n,"cssStyleVideoControlsBgColor",(function(){return xn})),o.d(n,"cssStyleVideoIconControls",(function(){return Cn})),o.d(n,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontFamily",(function(){return Pn})),o.d(n,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontSize",(function(){return Bn})),o.d(n,"cssStyleElementVideoPlaylistSubTitleVideoTypography2LineHeight",(function(){return wn})),o.d(n,"cssStyleElementVideoPlaylistSubTitleVideoTypography2FontWeight",(function(){return Tn})),o.d(n,"cssStyleElementVideoPlaylistSubTitleVideoTypography2LetterSpacing",(function(){return zn})),o.d(n,"cssStyleElementVideoPlaylistBorderItem",(function(){return Hn})),o.d(n,"cssStyleElementVideoPlaylistGridItemWidth",(function(){return _n})),o.d(n,"cssStyleSizeWidthPixel",(function(){return En})),o.d(n,"cssStyleElementVideoPlaylistImageSize",(function(){return kn})),o.d(n,"cssStyleSizeWidthVideoBlock",(function(){return Fn})),o.d(n,"cssStyleBgIconCoverColor",(function(){return Mn})),o.d(n,"cssStyleCoverIconColor",(function(){return Rn})),o.d(n,"cssStyleCoverSubTitleColor",(function(){return Ln})),o.d(n,"cssStyleElementVideoPlaylistItemActiveBg",(function(){return Wn})),o.d(n,"cssStyleElementVideoPlaylistBorderItemActive",(function(){return In})),o.d(n,"cssStyleElementVideoPlaylistItemActiveColor",(function(){return Nn})),o.d(n,"cssStyleElementVideoPlaylistItemSubtitleActiveColor",(function(){return An})),o.d(n,"cssStyleElementMediaIconFontSize",(function(){return Vn})),o.d(n,"cssStyleElementMediaPadding",(function(){return Dn})),o.d(n,"cssStyleRowMinHeight",(function(){return $n})),o.d(n,"cssStyleRowReverseColumn",(function(){return Gn})),o.d(n,"cssStylePosition",(function(){return Jn})),o.d(n,"cssStylePositionMode",(function(){return Qn})),o.d(n,"cssStyleCustomPosition",(function(){return ea})),o.d(n,"cssStyleCustomWidth",(function(){return ta})),o.d(n,"cssStyleOffset",(function(){return oa})),o.d(n,"cssStyleIconSpacing",(function(){return na})),o.d(n,"cssStyleIconSize",(function(){return aa})),o.d(n,"cssStyleSectionMaxWidth",(function(){return la})),o.d(n,"cssStyleSectionSliderHeight",(function(){return sa})),o.d(n,"cssStyleSectionColorDots",(function(){return ca})),o.d(n,"cssStyleSectionColorArrows",(function(){return da})),o.d(n,"cssStyleSectionPropertyHoverTransition",(function(){return ua})),o.d(n,"cssStyleSectionToolbarOffset",(function(){return pa})),o.d(n,"cssStyleSectionHeightStyle",(function(){return ba})),o.d(n,"cssStyleSectionPaddingsForEditorResize",(function(){return ma})),o.d(n,"cssStyleSectionPopupContainerWrap",(function(){return ha})),o.d(n,"cssStyleElementBreadcrumbsArrowSize",(function(){return ga})),o.d(n,"cssStyleElementBreadcrumbsColorActive",(function(){return va})),o.d(n,"cssStyleElementBreadcrumbsColorArrows",(function(){return fa})),o.d(n,"cssStyleElementForm2FlexBasisPercent",(function(){return ya})),o.d(n,"cssStyleElementForm2SubmitWidth",(function(){return Oa})),o.d(n,"cssStyleElementForm2InputHeight",(function(){return Sa})),o.d(n,"cssStyleElementForm2FieldsLineHeight",(function(){return Pa})),o.d(n,"cssStyleElementForm2FieldsLabelFontFamily",(function(){return Ba})),o.d(n,"cssStyleElementForm2FieldsLabelFontSize",(function(){return wa})),o.d(n,"cssStyleElementForm2FieldsLabelFontWeight",(function(){return za})),o.d(n,"cssStyleElementForm2FieldsLabelLetterSpacing",(function(){return Ea})),o.d(n,"cssStyleElementForm2FieldsLabelAlign",(function(){return xa})),o.d(n,"cssStyleElementForm2FieldsLabelLineHeight",(function(){return Ta})),o.d(n,"cssStyleElementForm2FieldsLabelPadding",(function(){return ka})),o.d(n,"cssStyleElementForm2Margin",(function(){return Ca})),o.d(n,"cssStyleElementForm2Padding",(function(){return ja})),o.d(n,"cssStyleElementForm2FieldsBorderRequired",(function(){return Na})),o.d(n,"cssStyleElementForm2FieldsCheckboxColor",(function(){return Ha})),o.d(n,"cssStyleElementForm2FieldsCheckboxFontFamily",(function(){return Fa})),o.d(n,"cssStyleElementForm2FieldsCheckboxFontSize",(function(){return _a})),o.d(n,"cssStyleElementForm2FieldsCheckboxFontWeight",(function(){return Ra})),o.d(n,"cssStyleElementForm2FieldsCheckboxLetterSpacing",(function(){return La})),o.d(n,"cssStyleElementForm2FieldsCheckboxLineHeight",(function(){return Ma})),o.d(n,"cssStyleElementForm2FieldsSelectColor",(function(){return Wa})),o.d(n,"cssStyleElementForm2FieldsSelectBgColor",(function(){return Ia})),o.d(n,"cssStyleElementForm2FieldsSelectChoiceBgColor",(function(){return Aa})),o.d(n,"cssStyleElementForm2FieldsSelectBorder",(function(){return Va})),o.d(n,"cssStyleElementForm2FieldsSelectBorderRadius",(function(){return Da})),o.d(n,"cssStyleElementForm2FieldsSelectBoxShadow",(function(){return $a})),o.d(n,"cssStyleElementForm2FieldColumns",(function(){return Ga})),o.d(n,"cssStyleElementForm2StoryButtonHeight",(function(){return Ua})),o.d(n,"cssStyleElementLoginFormMargin",(function(){return Ka})),o.d(n,"cssStyleElementLoginFieldPadding",(function(){return Ya})),o.d(n,"cssStyleElementLoginLostPasswordColor",(function(){return er})),o.d(n,"cssStyleElementLoginLostPasswordAlign",(function(){return tr})),o.d(n,"cssStyleElementLoginRememberMeAlign",(function(){return or})),o.d(n,"cssStyleElementLoginLostPasswordTypography2FontFamily",(function(){return qa})),o.d(n,"cssStyleElementLoginLostPasswordTypography2FontSize",(function(){return Xa})),o.d(n,"cssStyleElementLoginLostPasswordTypography2FontWeight",(function(){return Ja})),o.d(n,"cssStyleElementLoginLostPasswordTypography2LetterSpacing",(function(){return Qa})),o.d(n,"cssStyleElementLoginLostPasswordTypography2LineHeight",(function(){return Za})),o.d(n,"cssStyleElementLoginAutorizedAlign",(function(){return nr})),o.d(n,"cssStyleElementLoginTextTypography2FontFamily",(function(){return ar})),o.d(n,"cssStyleElementLoginTextTypography2FontSize",(function(){return rr})),o.d(n,"cssStyleElementLoginTextTypography2LineHeight",(function(){return ir})),o.d(n,"cssStyleElementLoginTextTypography2FontWeight",(function(){return lr})),o.d(n,"cssStyleElementLoginTextTypography2LetterSpacing",(function(){return sr})),o.d(n,"cssStyleElementLoginTextColor",(function(){return cr})),o.d(n,"cssStyleElementLoginLinkColor",(function(){return dr})),o.d(n,"cssStyleElementLoginRegisterInfoTypography2FontFamily",(function(){return ur})),o.d(n,"cssStyleElementLoginRegisterInfoTypography2FontSize",(function(){return pr})),o.d(n,"cssStyleElementLoginRegisterInfoTypography2LineHeight",(function(){return br})),o.d(n,"cssStyleElementLoginRegisterInfoTypography2FontWeight",(function(){return mr})),o.d(n,"cssStyleElementLoginRegisterInfoTypography2LetterSpacing",(function(){return hr})),o.d(n,"cssStyleElementRegisterInfoColor",(function(){return gr})),o.d(n,"cssStyleElementRegisterInfoAlign",(function(){return vr})),o.d(n,"cssStyleElementLoginRegisterLinkTypography2FontFamily",(function(){return fr})),o.d(n,"cssStyleElementLoginRegisterLinkTypography2FontSize",(function(){return yr})),o.d(n,"cssStyleElementLoginRegisterLinkTypography2LineHeight",(function(){return Or})),o.d(n,"cssStyleElementLoginRegisterLinkTypography2FontWeight",(function(){return Sr})),o.d(n,"cssStyleElementLoginRegisterLinkTypography2LetterSpacing",(function(){return xr})),o.d(n,"cssStyleElementLoginRegisterLinkColor",(function(){return Cr})),o.d(n,"cssStyleElementLoginRegisterLinkAlign",(function(){return jr})),o.d(n,"cssStyleElementLoginLoginLinkTypography2FontFamily",(function(){return Pr})),o.d(n,"cssStyleElementLoginLoginLinkTypography2FontSize",(function(){return Br})),o.d(n,"cssStyleElementLoginLoginLinkTypography2LineHeight",(function(){return wr})),o.d(n,"cssStyleElementLoginLoginLinkTypography2FontWeight",(function(){return Tr})),o.d(n,"cssStyleElementLoginLoginLinkTypography2LetterSpacing",(function(){return zr})),o.d(n,"cssStyleElementLoginLoginLinkColor",(function(){return Er})),o.d(n,"cssStyleElementLoginLoginLinkAlign",(function(){return kr})),o.d(n,"cssStyleElementPostInfoColorText",(function(){return Fr})),o.d(n,"cssStyleElementPostInfoColorIcons",(function(){return Hr})),o.d(n,"cssStyleElementPostInfoSpacing",(function(){return _r})),o.d(n,"cssStyleElementPostNavigation2TitleFontFamily",(function(){return Rr})),o.d(n,"cssStyleElementPostNavigation2TitleFontSize",(function(){return Lr})),o.d(n,"cssStyleElementPostNavigation2TitleLineHeight",(function(){return Mr})),o.d(n,"cssStyleElementPostNavigation2TitleFontWeight",(function(){return Wr})),o.d(n,"cssStyleElementPostNavigation2TitleLetterSpacing",(function(){return Ir})),o.d(n,"cssStyleElementPostNavigation2PostFontFamily",(function(){return Nr})),o.d(n,"cssStyleElementPostNavigation2PostFontSize",(function(){return Ar})),o.d(n,"cssStyleElementPostNavigation2PostLineHeight",(function(){return Vr})),o.d(n,"cssStyleElementPostNavigation2PostFontWeight",(function(){return Dr})),o.d(n,"cssStyleElementPostNavigation2PostLetterSpacing",(function(){return $r})),o.d(n,"cssStyleElementPostNavigationColorTitle",(function(){return Gr})),o.d(n,"cssStyleElementPostNavigationColorPost",(function(){return Ur})),o.d(n,"cssStyleElementPostNavigationSpacing",(function(){return Kr})),o.d(n,"cssStyleElementPostNavigationSeparationHeight",(function(){return Yr})),o.d(n,"cssStyleElementPostNavigationShowSeparation",(function(){return qr})),o.d(n,"cssStyleElementStarRatingRatingColor",(function(){return Xr})),o.d(n,"cssStyleElementStarRatingRatingBackgroundColor",(function(){return Zr})),o.d(n,"cssStyleElementStarRatingPropertyHoverTransition",(function(){return ei})),o.d(n,"cssStyleElementStarRatingTextSpacing",(function(){return oi})),o.d(n,"cssStyleElementStarRatingStyle2Background",(function(){return Jr})),o.d(n,"cssStyleElementStarRatingStyle2BorderRadius",(function(){return Qr})),o.d(n,"cssStyleElementStarRatingDirection",(function(){return ti})),o.d(n,"cssStyleElementTimelineTabContentArrowColor",(function(){return Ni})),o.d(n,"cssStyleElementTimelineTabContentArrowCustomColor",(function(){return Ai})),o.d(n,"cssStyleElementTimelineTabContentArrowCustomColor1",(function(){return Vi})),o.d(n,"cssStyleElementTimelineBeforeDisplay",(function(){return Ci})),o.d(n,"cssStyleElementTimelineCustomLineOdd",(function(){return ki})),o.d(n,"cssStyleElementTimelineVerticalTab",(function(){return el})),o.d(n,"cssStyleElementTimelineVerticalLastTab",(function(){return tl})),o.d(n,"cssStyleElementTimelineTabsVerticalContent",(function(){return Qi})),o.d(n,"cssStyleElementTimelineTabsVerticalNavIcon",(function(){return Ji})),o.d(n,"cssStyleElementTimelineTabsHorizontalStyle3",(function(){return Zi})),o.d(n,"cssStyleElementTimelineTabHorizontalStyle3Odd",(function(){return Xi})),o.d(n,"cssStyleElementTimelineTabCustomStyle",(function(){return qi})),o.d(n,"cssStyleElementTimelineContentBeforeStyle3",(function(){return Ui})),o.d(n,"cssStyleElementTimelineVerticalTabBeforeNone",(function(){return ol})),o.d(n,"cssStyleElementTimelineVerticalTabBeforeStyle3",(function(){return nl})),o.d(n,"cssStyleElementTimelineNavTitleStyle3",(function(){return Yi})),o.d(n,"cssStyleElementTimelineTab",(function(){return $i})),o.d(n,"cssStyleElementTimelineTabs",(function(){return Di})),o.d(n,"cssStyleElementTimelineTabContentBefore",(function(){return Gi})),o.d(n,"cssStyleElementTimelineNavTitleSpacing",(function(){return Ki})),o.d(n,"cssStyleElementTimelineWidth",(function(){return Ii})),o.d(n,"cssStyleElementTimelineIconSize",(function(){return si})),o.d(n,"cssStyleElementTimelineIconWidth",(function(){return di})),o.d(n,"cssStyleElementTimelineIconHeight",(function(){return ui})),o.d(n,"cssStyleElementTimelineIconBorderRadius",(function(){return fi})),o.d(n,"cssStyleElementTimelineNavTitleWidth",(function(){return pi})),o.d(n,"cssStyleElementTimelineLineBgColor",(function(){return mi})),o.d(n,"cssStyleElementTimelineLineTop",(function(){return hi})),o.d(n,"cssStyleElementTimelineArrowBorder",(function(){return vi})),o.d(n,"cssStyleElementTimelineVerticalCustomTabPositionOdd",(function(){return Ri})),o.d(n,"cssStyleElementTimelineContentSpacing",(function(){return gi})),o.d(n,"cssStyleElementTimelineVerticalCustomContentSpacing",(function(){return Wi})),o.d(n,"cssStyleElementTimelinePaddingForIcon",(function(){return ci})),o.d(n,"cssStyleElementTimelineNavTitleVisible",(function(){return bi})),o.d(n,"cssStyleElementTimelineVerticalPosition",(function(){return yi})),o.d(n,"cssStyleElementTimelineLineWidthHeightBefore",(function(){return Oi})),o.d(n,"cssStyleElementTimelineLineWidthHeightAfter",(function(){return Si})),o.d(n,"cssStyleElementTimelineVerticalLinePosition",(function(){return xi})),o.d(n,"cssStyleElementTimelineVerticalLineTopPosition",(function(){return ji})),o.d(n,"cssStyleElementTimelineVerticalLineBottomPosition",(function(){return Pi})),o.d(n,"cssStyleElementTimelineCustomTabWidth",(function(){return Bi})),o.d(n,"cssStyleElementTimelineCustomLastTabWidth",(function(){return wi})),o.d(n,"cssStyleElementTimelineVerticalInvertPosition",(function(){return Ti})),o.d(n,"cssStyleElementTimelineVerticalInvertLinePosition",(function(){return zi})),o.d(n,"cssStyleElementTimelineCustomLineTop",(function(){return Ei})),o.d(n,"cssStyleElementTimelineCustomContentSpacing",(function(){return Hi})),o.d(n,"cssStyleElementTimelineCustomContentBottomSpacing",(function(){return Fi})),o.d(n,"cssStyleElementTimelineVerticalCustomTabPosition",(function(){return _i})),o.d(n,"cssStyleElementTimelineVerticalCustomPosition",(function(){return Li})),o.d(n,"cssStyleElementTimelineVerticalStyle3ArrowPosition",(function(){return Mi})),o.d(n,"cssStyleElementSwitcherNavSpacing",(function(){return ll})),o.d(n,"cssStyleElementSwitcherNavBeforeBg",(function(){return il})),o.d(n,"cssStyleElementSwitcherActiveTextColor",(function(){return sl})),o.d(n,"cssStyleElementSwitcherNav2Width",(function(){return al})),o.d(n,"cssStyleElementSwitcherNav2Height",(function(){return rl})),o.d(n,"cssStyleElementSwitcherWidth",(function(){return cl})),o.d(n,"cssStyleElementWPPostContentH1Color",(function(){return dl})),o.d(n,"cssStyleElementWPPostContentH2Color",(function(){return ul})),o.d(n,"cssStyleElementWPPostContentH3Color",(function(){return pl})),o.d(n,"cssStyleElementWPPostContentH4Color",(function(){return bl})),o.d(n,"cssStyleElementWPPostContentH5Color",(function(){return ml})),o.d(n,"cssStyleElementWPPostContentH6Color",(function(){return hl})),o.d(n,"cssStyleElementWPPostContentParagraphColor",(function(){return gl})),o.d(n,"cssStyleElementWPPostContentTypography2ParagraphFontFamily",(function(){return vl})),o.d(n,"cssStyleElementWPPostContentTypography2ParagraphFontSize",(function(){return fl})),o.d(n,"cssStyleElementWPPostContentTypography2ParagraphLineHeight",(function(){return yl})),o.d(n,"cssStyleElementWPPostContentTypography2ParagraphFontWeight",(function(){return Ol})),o.d(n,"cssStyleElementWPPostContentTypography2ParagraphLetterSpacing",(function(){return Sl})),o.d(n,"cssStyleElementWPPostContentTypography2H1FontFamily",(function(){return xl})),o.d(n,"cssStyleElementWPPostContentTypography2H1FontSize",(function(){return Cl})),o.d(n,"cssStyleElementWPPostContentTypography2H1LineHeight",(function(){return jl})),o.d(n,"cssStyleElementWPPostContentTypography2H1FontWeight",(function(){return Pl})),o.d(n,"cssStyleElementWPPostContentTypography2H1LetterSpacing",(function(){return Bl})),o.d(n,"cssStyleElementWPPostContentTypography2H2FontFamily",(function(){return wl})),o.d(n,"cssStyleElementWPPostContentTypography2H2FontSize",(function(){return Tl})),o.d(n,"cssStyleElementWPPostContentTypography2H2LineHeight",(function(){return zl})),o.d(n,"cssStyleElementWPPostContentTypography2H2FontWeight",(function(){return El})),o.d(n,"cssStyleElementWPPostContentTypography2H2LetterSpacing",(function(){return kl})),o.d(n,"cssStyleElementWPPostContentTypography2H3FontFamily",(function(){return Hl})),o.d(n,"cssStyleElementWPPostContentTypography2H3FontSize",(function(){return Fl})),o.d(n,"cssStyleElementWPPostContentTypography2H3LineHeight",(function(){return _l})),o.d(n,"cssStyleElementWPPostContentTypography2H3FontWeight",(function(){return Rl})),o.d(n,"cssStyleElementWPPostContentTypography2H3LetterSpacing",(function(){return Ll})),o.d(n,"cssStyleElementWPPostContentTypography2H4FontFamily",(function(){return Ml})),o.d(n,"cssStyleElementWPPostContentTypography2H4FontSize",(function(){return Wl})),o.d(n,"cssStyleElementWPPostContentTypography2H4LineHeight",(function(){return Il})),o.d(n,"cssStyleElementWPPostContentTypography2H4FontWeight",(function(){return Nl})),o.d(n,"cssStyleElementWPPostContentTypography2H4LetterSpacing",(function(){return Al})),o.d(n,"cssStyleElementWPPostContentTypography2H5FontFamily",(function(){return Vl})),o.d(n,"cssStyleElementWPPostContentTypography2H5FontSize",(function(){return Dl})),o.d(n,"cssStyleElementWPPostContentTypography2H5LineHeight",(function(){return $l})),o.d(n,"cssStyleElementWPPostContentTypography2H5FontWeight",(function(){return Gl})),o.d(n,"cssStyleElementWPPostContentTypography2H5LetterSpacing",(function(){return Ul})),o.d(n,"cssStyleElementWPPostContentTypography2H6FontFamily",(function(){return Kl})),o.d(n,"cssStyleElementWPPostContentTypography2H6FontSize",(function(){return Yl})),o.d(n,"cssStyleElementWPPostContentTypography2H6LineHeight",(function(){return ql})),o.d(n,"cssStyleElementWPPostContentTypography2H6FontWeight",(function(){return Xl})),o.d(n,"cssStyleElementWPPostContentTypography2H6LetterSpacing",(function(){return Zl})),o.d(n,"cssStyleElementWPPostContentFontWeightInherit",(function(){return Jl})),o.d(n,"cssStyleElementWOOPriceColorSale",(function(){return Ql})),o.d(n,"cssStyleElementWOOPriceSaleFontFamily",(function(){return es})),o.d(n,"cssStyleElementWOOPriceSaleFontSize",(function(){return ts})),o.d(n,"cssStyleElementWOOPriceSaleLineHeight",(function(){return os})),o.d(n,"cssStyleElementWOOPriceSaleFontWeight",(function(){return ns})),o.d(n,"cssStyleElementWOOPriceSaleLetterSpacing",(function(){return as})),o.d(n,"cssStyleElementWOOPriceColumn",(function(){return rs})),o.d(n,"cssStyleElementWOOPriceSpacingFirst",(function(){return is})),o.d(n,"cssStyleElementWOOPriceSpacingLast",(function(){return ls})),o.d(n,"cssStyleElementWOOAdditionalTitleFontFamily",(function(){return ss})),o.d(n,"cssStyleElementWOOAdditionalTitleFontSize",(function(){return cs})),o.d(n,"cssStyleElementWOOAdditionalTitleLineHeight",(function(){return ds})),o.d(n,"cssStyleElementWOOAdditionalTitleFontWeight",(function(){return us})),o.d(n,"cssStyleElementWOOAdditionalTitleLetterSpacing",(function(){return ps})),o.d(n,"cssStyleElementWOOAdditionalTitleColor",(function(){return bs})),o.d(n,"cssStyleElementWOOAdditionalTitleSpacing",(function(){return ms})),o.d(n,"cssStyleElementWOOAttributesAttributesFontFamily",(function(){return hs})),o.d(n,"cssStyleElementWOOAttributesAttributesFontSize",(function(){return gs})),o.d(n,"cssStyleElementWOOAttributesAttributesLineHeight",(function(){return vs})),o.d(n,"cssStyleElementWOOAttributesAttributesFontWeight",(function(){return fs})),o.d(n,"cssStyleElementWOOAttributesAttributesLetterSpacing",(function(){return ys})),o.d(n,"cssStyleElementWOOAttributesSpacing",(function(){return Os})),o.d(n,"cssStyleElementWOOAttributesAttributeColor",(function(){return Ss})),o.d(n,"cssStyleElementWOOAttributesBorder",(function(){return xs})),o.d(n,"cssStyleElementWOOAttributesLastElementBorder",(function(){return Cs})),o.d(n,"cssStyleElementPostsItemWidth",(function(){return Ps})),o.d(n,"cssStyleElementPostsItemSpacing",(function(){return Bs})),o.d(n,"cssStyleElementPostsPaginationSpacing",(function(){return ws})),o.d(n,"cssStyleElementPostsPaginationFontFamily",(function(){return Ts})),o.d(n,"cssStyleElementPostsPaginationFontSize",(function(){return zs})),o.d(n,"cssStyleElementPostsPaginationLineHeight",(function(){return Es})),o.d(n,"cssStyleElementPostsPaginationFontWeight",(function(){return ks})),o.d(n,"cssStyleElementPostsPaginationLetterSpacing",(function(){return Hs})),o.d(n,"cssStyleElementPostsPaginationColor",(function(){return Fs})),o.d(n,"cssStyleElementPostsPaginationBgColor",(function(){return _s})),o.d(n,"cssStyleElementPostsPaginationBorder",(function(){return Rs})),o.d(n,"cssStyleElementPostsPaginationActiveColor",(function(){return Ls})),o.d(n,"cssStyleElementPostsPaginationActiveBgColor",(function(){return Ms})),o.d(n,"cssStyleElementPostsPaginationActiveBorder",(function(){return Ws})),o.d(n,"cssStyleElementPostsPaginationBorderRadius",(function(){return Is})),o.d(n,"cssStyleElementPostsFilterDisplay",(function(){return Ns})),o.d(n,"cssStyleElementPostsFilterHorizontalAlign",(function(){return As})),o.d(n,"cssStyleElementPostsFilterSpacing",(function(){return Vs})),o.d(n,"cssStyleElementPostsFilterAfterSpacing",(function(){return Ds})),o.d(n,"cssStyleElementPostsFilterFontFamily",(function(){return $s})),o.d(n,"cssStyleElementPostsFilterFontSize",(function(){return Gs})),o.d(n,"cssStyleElementPostsFilterLineHeight",(function(){return Us})),o.d(n,"cssStyleElementPostsFilterFontWeight",(function(){return Ks})),o.d(n,"cssStyleElementPostsFilterLetterSpacing",(function(){return Ys})),o.d(n,"cssStyleElementPostsFilterColor",(function(){return qs})),o.d(n,"cssStyleElementPostsFilterBgColor",(function(){return Xs})),o.d(n,"cssStyleElementPostsFilterBorder",(function(){return Zs})),o.d(n,"cssStyleElementPostsFilterBorderRadius",(function(){return Js})),o.d(n,"cssStyleElementPostsFilterShadow",(function(){return Qs})),o.d(n,"cssStyleElementPostsFilterPaddingFourFields",(function(){return ec})),o.d(n,"cssStyleElementPostsFilterActiveColor",(function(){return tc})),o.d(n,"cssStyleElementPostsFilterActiveBgColor",(function(){return oc})),o.d(n,"cssStyleElementPostsFilterActiveBorder",(function(){return nc})),o.d(n,"cssStyleElementPostsFilterActiveShadow",(function(){return ac})),o.d(n,"cssStyleElementPostsHoverTransition",(function(){return rc})),o.d(n,"cssStyleElementAccordion3FontFamily",(function(){return Bc})),o.d(n,"cssStyleElementAccordion3FontSize",(function(){return wc})),o.d(n,"cssStyleElementAccordion3LineHeight",(function(){return Tc})),o.d(n,"cssStyleElementAccordion3FontWeight",(function(){return zc})),o.d(n,"cssStyleElementAccordion3LetterSpacing",(function(){return Ec})),o.d(n,"cssStyleElementAccordionFilterColor",(function(){return lc})),o.d(n,"cssStyleElementAccordionFilterBgColor",(function(){return pc})),o.d(n,"cssStyleElementAccordionFilterBorder",(function(){return bc})),o.d(n,"cssStyleElementAccordionFilterBorderRadius",(function(){return mc})),o.d(n,"cssStyleElementAccordionFilterShadow",(function(){return hc})),o.d(n,"cssStyleElementAccordionMarginTop",(function(){return gc})),o.d(n,"cssStyleElementAccordionSpacing",(function(){return vc})),o.d(n,"cssStyleElementAccordionFilterSpacing",(function(){return fc})),o.d(n,"cssStyleElementAccordionFilterAfterSpacing",(function(){return yc})),o.d(n,"cssStyleElementAccordionNavAlign",(function(){return Oc})),o.d(n,"cssStyleElementAccordionNavTextAlign",(function(){return Sc})),o.d(n,"cssStyleElementAccordionNavIconSpacing",(function(){return xc})),o.d(n,"cssStyleElementAccordionNavIconSize",(function(){return Cc})),o.d(n,"cssStyleElementAccordionFilterHorizontalAlign",(function(){return jc})),o.d(n,"cssStyleElementAccordionFilterPaddingFourFields",(function(){return Pc})),o.d(n,"cssStyleElementAccordionFilterActiveColor",(function(){return sc})),o.d(n,"cssStyleElementAccordionFilterActiveBgColor",(function(){return cc})),o.d(n,"cssStyleElementAccordionFilterActiveBorder",(function(){return dc})),o.d(n,"cssStyleElementAccordionFilterActiveShadow",(function(){return uc})),o.d(n,"cssStyleElementAccordionActiveColor",(function(){return kc})),o.d(n,"cssStyleElementAccordionActiveBgColor",(function(){return Hc})),o.d(n,"cssStyleElementAccordionActiveBorder",(function(){return Fc})),o.d(n,"cssStyleElementAccordionActiveShadow",(function(){return _c})),o.d(n,"cssStyleElementAccordionAnimDuration",(function(){return Rc})),o.d(n,"cssStyleElementAccordionPropertyHoverTransition",(function(){return Lc})),o.d(n,"cssStyleElementTabsBtnSpacing",(function(){return Mc})),o.d(n,"cssStyleElementTabsBtnIconSize",(function(){return Wc})),o.d(n,"cssStyleElementTabsBtnActiveBorderBottomColor",(function(){return Ic})),o.d(n,"cssStyleElementTabsBtnActiveBorderRightColor",(function(){return Nc})),o.d(n,"cssStyleElementTabsBtnActiveBorderLeftColor",(function(){return Ac})),o.d(n,"cssStyleElementTabsActiveBeforeAfterColor",(function(){return Vc})),o.d(n,"cssStyleElementTabsActiveBeforeHeight",(function(){return Dc})),o.d(n,"cssStyleElementTabsActiveBeforeWidth",(function(){return $c})),o.d(n,"cssStyleElementTabsBeforeAfterRightWidth",(function(){return Gc})),o.d(n,"cssStyleElementTabsBeforeAfterLeftWidth",(function(){return Uc})),o.d(n,"cssStyleElementTabsBorderMobileWidth",(function(){return Kc})),o.d(n,"cssStyleElementTabsEmptyContent",(function(){return Yc})),o.d(n,"cssStyleElementTabsBtnIconPosition",(function(){return qc})),o.d(n,"cssStyleElementTabsBtnIconJustifyContent",(function(){return Xc})),o.d(n,"cssStyleElementTabsBeforeAfterTop",(function(){return Zc})),o.d(n,"cssStyleElementTabsBeforeAfterBottom",(function(){return Jc})),o.d(n,"cssStyleElementTabsAfterSpacing",(function(){return Qc})),o.d(n,"cssStyleElementTabsSpacing",(function(){return td})),o.d(n,"cssStyleElementTabsAfterSpacingVertical",(function(){return ed})),o.d(n,"cssStyleElementTabsNavAlign",(function(){return od})),o.d(n,"cssStyleElementTabsNavBorderBottom",(function(){return ad})),o.d(n,"cssStyleElementTabsNavStyle3Before",(function(){return rd})),o.d(n,"cssStyleElementTabsPadding",(function(){return nd})),o.d(n,"cssStyleElementTabsActiveColor",(function(){return id})),o.d(n,"cssStyleElementTabsActiveBgColor",(function(){return ld})),o.d(n,"cssStyleElementTabsActiveBorder",(function(){return cd})),o.d(n,"cssStyleElementTabsActiveShadow",(function(){return sd})),o.d(n,"cssStyleElementTabsContentBgColor",(function(){return dd})),o.d(n,"cssStyleElementTabsContentBorder",(function(){return ud})),o.d(n,"cssStyleElementTabsContentShadow",(function(){return pd})),o.d(n,"cssStyleElementCommentsNameFontFamily",(function(){return bd})),o.d(n,"cssStyleElementCommentsNameFontSize",(function(){return md})),o.d(n,"cssStyleElementCommentsNameLineHeight",(function(){return hd})),o.d(n,"cssStyleElementCommentsNameFontWeight",(function(){return gd})),o.d(n,"cssStyleElementCommentsNameLetterSpacing",(function(){return vd})),o.d(n,"cssStyleElementCommentsDateFontFamily",(function(){return Cd})),o.d(n,"cssStyleElementCommentsDateFontSize",(function(){return jd})),o.d(n,"cssStyleElementCommentsDateLineHeight",(function(){return Pd})),o.d(n,"cssStyleElementCommentsDateFontWeight",(function(){return Bd})),o.d(n,"cssStyleElementCommentsDateLetterSpacing",(function(){return wd})),o.d(n,"cssStyleElementCommentsCommentFontFamily",(function(){return fd})),o.d(n,"cssStyleElementCommentsCommentFontSize",(function(){return yd})),o.d(n,"cssStyleElementCommentsCommentLineHeight",(function(){return Od})),o.d(n,"cssStyleElementCommentsCommentFontWeight",(function(){return Sd})),o.d(n,"cssStyleElementCommentsCommentLetterSpacing",(function(){return xd})),o.d(n,"cssStyleElementCommentsReplyFontFamily",(function(){return Td})),o.d(n,"cssStyleElementCommentsReplyFontSize",(function(){return zd})),o.d(n,"cssStyleElementCommentsReplyLineHeight",(function(){return Ed})),o.d(n,"cssStyleElementCommentsReplyFontWeight",(function(){return kd})),o.d(n,"cssStyleElementCommentsReplyLetterSpacing",(function(){return Hd})),o.d(n,"cssStyleElementCommentsPostButtonFontFamily",(function(){return Fd})),o.d(n,"cssStyleElementCommentsPostButtonFontSize",(function(){return _d})),o.d(n,"cssStyleElementCommentsPostButtonLineHeight",(function(){return Rd})),o.d(n,"cssStyleElementCommentsPostButtonFontWeight",(function(){return Ld})),o.d(n,"cssStyleElementCommentsPostButtonLetterSpacing",(function(){return Md})),o.d(n,"cssStyleElementCommentsLogoSize",(function(){return Wd})),o.d(n,"cssStyleElementCommentsWidthContainer",(function(){return Id})),o.d(n,"cssStyleElementCommentsPostButtonColor",(function(){return Nd})),o.d(n,"cssStyleElementCommentsPostButtonBg",(function(){return Ad})),o.d(n,"cssStyleElementCommentsColorLink",(function(){return Vd})),o.d(n,"cssStyleElementCommentsNameColor",(function(){return Dd})),o.d(n,"cssStyleElementCommentsCommentsColor",(function(){return $d})),o.d(n,"cssStyleElementCommentsChildMargin",(function(){return Gd})),o.d(n,"cssStyleElementCommentsStarsColor",(function(){return Ud})),o.d(n,"cssStyleElementCommentsStarsBgColor",(function(){return Kd})),o.d(n,"cssStyleElementCommentsStarsSize",(function(){return Yd})),o.d(n,"cssStyleElementSearchAutocompleteColor",(function(){return qd})),o.d(n,"cssStyleElementSearchMinWidth",(function(){return Xd})),o.d(n,"cssStyleElementSearchMinHeight",(function(){return Zd})),o.d(n,"cssStyleElementSearchPropertyHoverTransition",(function(){return Jd})),o.d(n,"cssStyleElementSearchLineHeight",(function(){return Qd})),o.d(n,"cssStyleElementWOOProductMetaType",(function(){return eu})),o.d(n,"cssStyleElementWOOProductMetaCategoryFontFamily",(function(){return tu})),o.d(n,"cssStyleElementWOOProductMetaCategoryFontSize",(function(){return ou})),o.d(n,"cssStyleElementWOOProductMetaCategoryLineHeight",(function(){return nu})),o.d(n,"cssStyleElementWOOProductMetaCategoryFontWeight",(function(){return au})),o.d(n,"cssStyleElementWOOProductMetaCategoryLetterSpacing",(function(){return ru})),o.d(n,"cssStyleElementWOOProductMetaValueFontFamily",(function(){return iu})),o.d(n,"cssStyleElementWOOProductMetaValueFontSize",(function(){return lu})),o.d(n,"cssStyleElementWOOProductMetaValueLineHeight",(function(){return su})),o.d(n,"cssStyleElementWOOProductMetaValueFontWeight",(function(){return cu})),o.d(n,"cssStyleElementWOOProductMetaValueLetterSpacing",(function(){return du})),o.d(n,"cssStyleElementWOOProductMetaTopSpacing",(function(){return uu})),o.d(n,"cssStyleElementWOOProductMetaRightSpacing",(function(){return pu})),o.d(n,"cssStyleElementWOOProductMetaRightSpacingInline",(function(){return bu})),o.d(n,"cssStyleElementWOOProductMetaCategoryColor",(function(){return mu})),o.d(n,"cssStyleElementWOOProductMetaValueColor",(function(){return hu})),o.d(n,"cssStyleElementWOOProductMetaDividers",(function(){return gu})),o.d(n,"cssStyleElementWOORatingSize",(function(){return vu})),o.d(n,"cssStyleElementWOORatingTextColor",(function(){return fu})),o.d(n,"cssStyleElementWOORatingSpacing",(function(){return yu})),o.d(n,"cssStyleElementWOORatingBgStarColor",(function(){return Ou})),o.d(n,"cssStyleElementWOOCartIconColor",(function(){return Su})),o.d(n,"cssStyleElementWOOCartSubtotalDisabled",(function(){return xu})),o.d(n,"cssStyleElementWOOCartPurchasesDisabled",(function(){return Cu})),o.d(n,"cssStyleElementWOOCartTransitionProperty",(function(){return ju})),o.d(n,"cssStyleElementWOOCartPurchasesColor",(function(){return Pu})),o.d(n,"cssStyleElementWOOCartPurchasesFontFamily",(function(){return Bu})),o.d(n,"cssStyleElementWOOCartPurchasesFontSize",(function(){return wu})),o.d(n,"cssStyleElementWOOCartPurchasesLineHeight",(function(){return Tu})),o.d(n,"cssStyleElementWOOCartPurchasesFontWeight",(function(){return zu})),o.d(n,"cssStyleElementWOOCartPurchasesLetterSpacing",(function(){return Eu})),o.d(n,"cssStyleElementWOOCartTitleFontFamily",(function(){return ku})),o.d(n,"cssStyleElementWOOCartTitleFontSize",(function(){return Hu})),o.d(n,"cssStyleElementWOOCartTitleLineHeight",(function(){return Fu})),o.d(n,"cssStyleElementWOOCartTitleFontWeight",(function(){return _u})),o.d(n,"cssStyleElementWOOCartTitleLetterSpacing",(function(){return Ru})),o.d(n,"cssStyleElementWOOCartCostFontFamily",(function(){return Lu})),o.d(n,"cssStyleElementWOOCartCostFontSize",(function(){return Mu})),o.d(n,"cssStyleElementWOOCartCostLineHeight",(function(){return Wu})),o.d(n,"cssStyleElementWOOCartCostFontWeight",(function(){return Iu})),o.d(n,"cssStyleElementWOOCartCostLetterSpacing",(function(){return Nu})),o.d(n,"cssStyleElementWOOCartSubtotalFontFamily",(function(){return Au})),o.d(n,"cssStyleElementWOOCartSubtotalFontSize",(function(){return Vu})),o.d(n,"cssStyleElementWOOCartSubtotalLineHeight",(function(){return Du})),o.d(n,"cssStyleElementWOOCartSubtotalFontWeight",(function(){return $u})),o.d(n,"cssStyleElementWOOCartSubtotalLetterSpacing",(function(){return Gu})),o.d(n,"cssStyleElementWOOCartButtonFontFamily",(function(){return Uu})),o.d(n,"cssStyleElementWOOCartButtonFontSize",(function(){return Ku})),o.d(n,"cssStyleElementWOOCartButtonLineHeight",(function(){return Yu})),o.d(n,"cssStyleElementWOOCartButtonFontWeight",(function(){return qu})),o.d(n,"cssStyleElementWOOCartButtonLetterSpacing",(function(){return Xu})),o.d(n,"cssStyleElementWOOCartTitleColor",(function(){return Zu})),o.d(n,"cssStyleElementWOOCartCostColor",(function(){return Ju})),o.d(n,"cssStyleElementWOOCartSubtotalColor",(function(){return Qu})),o.d(n,"cssStyleElementWOOCartButtonColor",(function(){return ep})),o.d(n,"cssStyleElementWOOCartButtonBgColor",(function(){return tp})),o.d(n,"cssStyleElementWOOCartButtonDirection",(function(){return op})),o.d(n,"cssStyleElementWOOCartButtonSpacing",(function(){return np})),o.d(n,"cssStyleElementWOOCartButtonBorderRadius",(function(){return ap})),o.d(n,"cssStyleElementWOOCartSidebarHorizontalAlign",(function(){return rp})),o.d(n,"cssStyleElementWOOCartSidebarVerticalAlign",(function(){return ip})),o.d(n,"cssStyleElementWOOCartSidebarWidth",(function(){return lp})),o.d(n,"cssStyleElementWOOCartSidebarHeight",(function(){return sp})),o.d(n,"cssStyleElementWOOCartBubbleColor",(function(){return cp})),o.d(n,"cssStyleElementWOOCartBubbleBg",(function(){return dp})),o.d(n,"cssStyleWrapperCustomHeight",(function(){return pp})),o.d(n,"cssStyleWrapperContainerFlex",(function(){return hp})),o.d(n,"cssStyleWrapperFixedFlex",(function(){return bp})),o.d(n,"cssStyleWrapperBorderFlex",(function(){return mp})),o.d(n,"cssStyleWrapperContainerSize",(function(){return gp})),o.d(n,"cssStyleElementMenuAlign",(function(){return vp})),o.d(n,"cssStyleElementMenuMode",(function(){return Cp})),o.d(n,"cssStyleElementMenuSize",(function(){return jp})),o.d(n,"cssStyleElementMenuDropdown",(function(){return xb})),o.d(n,"cssStyleElementMenuDropdownOpened",(function(){return jb})),o.d(n,"cssStyleElementMenuInnerDropdown",(function(){return Cb})),o.d(n,"cssStyleElementMenuDropdownInnerOpened",(function(){return Pb})),o.d(n,"cssStyleElementMenuDropdownArrow",(function(){return Bb})),o.d(n,"cssStyleElementMenuShow",(function(){return xp})),o.d(n,"cssStyleElementMenuShowIcon",(function(){return Sp})),o.d(n,"cssStyleElementMenuIconPosition",(function(){return fp})),o.d(n,"cssStyleElementMenuIconSpacing",(function(){return yp})),o.d(n,"cssStyleElementMenuIconSize",(function(){return Op})),o.d(n,"cssStyleElementMenuBgColor",(function(){return Pp})),o.d(n,"cssStyleElementMenuLinkBgColor",(function(){return Bp})),o.d(n,"cssStyleElementMenuPadding",(function(){return Tp})),o.d(n,"cssStyleElementMenuActiveColor",(function(){return zp})),o.d(n,"cssStyleElementMenuActiveBgColor",(function(){return kp})),o.d(n,"cssStyleElementMenuActiveLinkBgColor",(function(){return Ep})),o.d(n,"cssStyleElementMenuActiveBorder",(function(){return Hp})),o.d(n,"cssStyleElementMenuCurrentColor",(function(){return Fp})),o.d(n,"cssStyleElementMenuCurrentLinkBgColor",(function(){return Rp})),o.d(n,"cssStyleElementMenuCurrentBgColor",(function(){return _p})),o.d(n,"cssStyleElementMenuCurrentBorder",(function(){return Lp})),o.d(n,"cssStyleElementMenuBorder",(function(){return wp})),o.d(n,"cssStyleElementMMenuFontFamily",(function(){return Wp})),o.d(n,"cssStyleElementMMenuFontSize",(function(){return Ip})),o.d(n,"cssStyleElementMMenuLineHeight",(function(){return Np})),o.d(n,"cssStyleElementMMenuFontWeight",(function(){return Ap})),o.d(n,"cssStyleElementMMenuLetterSpacing",(function(){return Vp})),o.d(n,"cssStyleElementMMenuColor",(function(){return Dp})),o.d(n,"cssStyleElementMMenuHoverColor",(function(){return $p})),o.d(n,"cssStyleElementMMenuActiveColor",(function(){return Gp})),o.d(n,"cssStyleElementMMenuBorderColor",(function(){return Up})),o.d(n,"cssStyleElementMMenuBackgroundColor",(function(){return Kp})),o.d(n,"cssStyleElementMMenuItemHorizontalAlign",(function(){return Yp})),o.d(n,"cssStyleElementMMenuIconColor",(function(){return qp})),o.d(n,"cssStyleElementMMenuSize",(function(){return Mp})),o.d(n,"cssStyleElementMMenuIconPosition",(function(){return Jp})),o.d(n,"cssStyleElementMMenuIconSpacing",(function(){return Xp})),o.d(n,"cssStyleElementMMenuIconSize",(function(){return Zp})),o.d(n,"cssStyleElementMMenuBtnNext",(function(){return Qp})),o.d(n,"cssStyleElementMMenuListViewMargin",(function(){return eb})),o.d(n,"cssStyleElementMMenuItemPadding",(function(){return tb})),o.d(n,"cssStyleElementMMenuItemPaddingTopZero",(function(){return ob})),o.d(n,"cssStyleElementMMenuItemPaddingBottomZero",(function(){return nb})),o.d(n,"cssStyleElementMMenuPadding",(function(){return ab})),o.d(n,"cssStyleElementMenuSubMenuFontFamily",(function(){return rb})),o.d(n,"cssStyleElementMenuSubMenuFontSize",(function(){return ib})),o.d(n,"cssStyleElementMenuSubMenuLineHeight",(function(){return lb})),o.d(n,"cssStyleElementMenuSubMenuFontWeight",(function(){return sb})),o.d(n,"cssStyleElementMenuSubMenuLetterSpacing",(function(){return cb})),o.d(n,"cssStyleElementMenuSubMenuColor",(function(){return db})),o.d(n,"cssStyleElementMenuSubMenuHoverColor",(function(){return ub})),o.d(n,"cssStyleElementMenuSubMenuIconPosition",(function(){return pb})),o.d(n,"cssStyleElementMenuSubMenuIconSpacing",(function(){return bb})),o.d(n,"cssStyleElementMenuSubMenuIconSize",(function(){return mb})),o.d(n,"cssStyleElementMenuSubMenuBgColor",(function(){return hb})),o.d(n,"cssStyleElementMenuSubMenuHoverBgColor",(function(){return gb})),o.d(n,"cssStyleElementMenuSubMenuBorderColor",(function(){return vb})),o.d(n,"cssStyleElementMenuSubMenuBorderBottom",(function(){return fb})),o.d(n,"cssStyleElementMenuSubMenuCurrentColor",(function(){return yb})),o.d(n,"cssStyleElementMenuSubMenuCurrentBgColor",(function(){return Ob})),o.d(n,"cssStyleElementMenuSubMenuCurrentBoxShadow",(function(){return Sb})),o.d(n,"cssStyleMenuDropdownPosition",(function(){return wb})),o.d(n,"cssStyleMenuDropdownPositionLeft",(function(){return Tb})),o.d(n,"cssStyleMenuDropdownPositionRight",(function(){return zb})),o.d(n,"cssStyleMenuFirstDropdownPosition",(function(){return Eb})),o.d(n,"cssStyleMenuFirstDropdownPositionLeft",(function(){return kb})),o.d(n,"cssStyleMenuFirstDropdownPositionRight",(function(){return Hb})),o.d(n,"cssStyleElementMegaMenuWidth",(function(){return Fb})),o.d(n,"cssStyleElementMegaMenuOffsetTop",(function(){return _b})),o.d(n,"cssStyleElementMegaMenuOpened",(function(){return Lb})),o.d(n,"cssStyleElementMegaMenuHeight",(function(){return Rb})),o.d(n,"cssStyleElementTableWidth",(function(){return Mb})),o.d(n,"cssStyleElementTableIconSize",(function(){return Wb})),o.d(n,"cssStyleElementTableSpacing",(function(){return Ib})),o.d(n,"cssStyleElementTableBtnIconPosition",(function(){return Nb})),o.d(n,"cssStyleElementTableCustomFlexHorizontalAlign",(function(){return Ab})),o.d(n,"cssStyleElementTableCustomTextHorizontalAlign",(function(){return Vb})),o.d(n,"cssStyleElementTableAsideWidth",(function(){return Db})),o.d(n,"cssStyleElementTableEvenBgColor",(function(){return $b})),o.d(n,"cssStyleElementTableEvenColor",(function(){return Gb})),o.d(n,"cssStyleTablePadding",(function(){return Ub})),o.d(n,"cssStyleElementMenuSimpleItemPadding",(function(){return Kb})),o.d(n,"cssStyleElementMenuSimpleColorBars",(function(){return Yb})),o.d(n,"cssStyleElementMenuSimpleWidth",(function(){return qb})),o.d(n,"cssStyleElementMenuSimpleActiveColor",(function(){return Xb})),o.d(n,"cssStyleElementImageMaxWidthPreview",(function(){return em})),o.d(n,"cssStyleElementImageHeightPreview",(function(){return tm})),o.d(n,"cssStyleElementImageSizePreview",(function(){return dm})),o.d(n,"cssStyleElementImageMaxWidthEditor",(function(){return om})),o.d(n,"cssStyleElementImageHeightEditor",(function(){return nm})),o.d(n,"cssStyleElementImageWidthWrapper",(function(){return am})),o.d(n,"cssStyleElementImageHeightWrapper",(function(){return rm})),o.d(n,"cssStyleElementImagePosition",(function(){return im})),o.d(n,"cssStyleElementImageMarginLeft",(function(){return lm})),o.d(n,"cssStyleElementImageMarginTop",(function(){return sm})),o.d(n,"cssStyleElementImagePictureSizePreview",(function(){return cm})),o.d(n,"cssStyleElementImageTransitionProperty",(function(){return um})),o.d(n,"cssStyleElementImageFilter",(function(){return pm})),o.d(n,"cssStyleAnimation",(function(){return bm})),o.d(n,"cssStyleAnimationDuration",(function(){return mm})),o.d(n,"cssStyleAnimationDelay",(function(){return hm})),o.d(n,"cssStyleRotate",(function(){return fm})),o.d(n,"cssStyleElementWOOAddToCartSize",(function(){return ym})),o.d(n,"cssStyleElementWOOAddToCartSpacing",(function(){return Sm})),o.d(n,"cssStyleElementWOOAddToCartInputSize",(function(){return xm})),o.d(n,"cssStyleElementWOOAddToCartInputPosition",(function(){return Cm})),o.d(n,"cssStyleElementWOOAddToCartInputFontFamily",(function(){return Pm})),o.d(n,"cssStyleElementWOOAddToCartInputFontSize",(function(){return Bm})),o.d(n,"cssStyleElementWOOAddToCartInputLineHeight",(function(){return wm})),o.d(n,"cssStyleElementWOOAddToCartInputFontWeight",(function(){return Tm})),o.d(n,"cssStyleElementWOOAddToCartInputLetterSpacing",(function(){return zm})),o.d(n,"cssStyleElementWOOAddToCartInputAlign",(function(){return jm})),o.d(n,"cssStyleElementWOOAddToCartInputColor",(function(){return Em})),o.d(n,"cssStyleElementWOOAddToCartInputBg",(function(){return Jm})),o.d(n,"cssStyleElementWOOAddToCartInputBorder",(function(){return eh})),o.d(n,"cssStyleElementWOOAddToCartInputRadius",(function(){return Om})),o.d(n,"cssStyleElementWOOAddToCartInputBoxShadow",(function(){return th})),o.d(n,"cssStyleElementWOOAddToCartButtonColor",(function(){return km})),o.d(n,"cssStyleElementWOOAddToCartLabelFontFamily",(function(){return Hm})),o.d(n,"cssStyleElementWOOAddToCartLabelFontSize",(function(){return Fm})),o.d(n,"cssStyleElementWOOAddToCartLabelLineHeight",(function(){return _m})),o.d(n,"cssStyleElementWOOAddToCartLabelFontWeight",(function(){return Rm})),o.d(n,"cssStyleElementWOOAddToCartLabelLetterSpacing",(function(){return Lm})),o.d(n,"cssStyleElementWOOAddToCartValueFontFamily",(function(){return Mm})),o.d(n,"cssStyleElementWOOAddToCartValueFontSize",(function(){return Wm})),o.d(n,"cssStyleElementWOOAddToCartValueLineHeight",(function(){return Im})),o.d(n,"cssStyleElementWOOAddToCartValueFontWeight",(function(){return Nm}));o.d(n,"cssStyleElementWOOAddToCartValueLetterSpacing",(function(){return Am})),o.d(n,"cssStyleElementWOOAddToCartLabelColor",(function(){return Vm})),o.d(n,"cssStyleElementWOOAddToCartValueColor",(function(){return Dm})),o.d(n,"cssStyleElementWOOAddToCartClearFontFamily",(function(){return $m})),o.d(n,"cssStyleElementWOOAddToCartClearFontSize",(function(){return Gm})),o.d(n,"cssStyleElementWOOAddToCartClearLineHeight",(function(){return Um})),o.d(n,"cssStyleElementWOOAddToCartClearFontWeight",(function(){return Km})),o.d(n,"cssStyleElementWOOAddToCartClearLetterSpacing",(function(){return Ym})),o.d(n,"cssStyleElementWOOAddToCartClearColor",(function(){return qm})),o.d(n,"cssStyleElementWOOAddToCartTableMargin",(function(){return Xm})),o.d(n,"cssStyleElementWOOAddToCartTableBorder",(function(){return Zm})),o.d(n,"cssStyleElementWOOAddToCartTableBg",(function(){return Qm})),o.d(n,"cssStyleElementWOOAddToCartTableBoxShadow",(function(){return oh})),o.d(n,"cssStyleElementWOOAddToCartBorder",(function(){return nh})),o.d(n,"cssStyleElementWOOAddToCartBorderRadius",(function(){return ah})),o.d(n,"cssStyleElementWOOGalleryBorderRadiusThumbnail",(function(){return ih})),o.d(n,"cssStyleElementWOOGalleryBorderThumbnail",(function(){return rh})),o.d(n,"cssStyleElementWOOGalleryBoxShadowThumbnail",(function(){return lh})),o.d(n,"cssStyleElementWOOGallerySpacing",(function(){return sh})),o.d(n,"cssStyleElementWOOGalleryParentSize",(function(){return ch})),o.d(n,"cssStyleElementWOOGalleryBetweenThumbnail",(function(){return dh})),o.d(n,"cssStyleElementWOOGalleryThumbnailSize",(function(){return uh})),o.d(n,"cssStyleElementWOOGalleryChildStyle",(function(){return ph})),o.d(n,"cssStyleElementWOOGallerySpacingStyleLeftRigth",(function(){return bh})),o.d(n,"cssStyleElementWOOGalleryZoomReposition",(function(){return mh})),o.d(n,"cssStyleElementTitleTextShadow",(function(){return gh}));o(81);var a=o(65);function r(e){return function(e,t){let o=1540483477,n=t^e.length,a=e.length,r=0;for(;a>=4;){let t=i(e,r);t=s(t,o),t^=t>>>24,t=s(t,o),n=s(n,o),n^=t,r+=4,a-=4}switch(a){case 3:n^=l(e,r),n^=e.charCodeAt(r+2)<<16,n=s(n,o);break;case 2:n^=l(e,r),n=s(n,o);break;case 1:n^=e.charCodeAt(r),n=s(n,o)}return n^=n>>>13,n=s(n,o),n^=n>>>15,n>>>0}(e).toString(36)}function i(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)+(e.charCodeAt(t++)<<16)+(e.charCodeAt(t)<<24)}function l(e,t){return e.charCodeAt(t++)+(e.charCodeAt(t++)<<8)}function s(e,t){return(65535&(e|=0))*(t|=0)+(((e>>>16)*t&65535)<<16)|0}var c=o(16);const d=c.d?{desktop:1500}:{desktop:1500,tablet:991,mobile:767},u=c.d?{normal:"normal"}:{normal:"normal",hover:"hover"};let p={};function b({v:e,vs:t,vd:o,styles:a,props:r}){if(o){const{defaultCSS:i,rulesCSS:l,customCSS:s}=function({v:e,vs:t,vd:o,styles:a,props:r}){let i="",l="",s="",c={},b={},h={},v="";Object.entries(d).forEach((function([d,p]){Object.entries(u).forEach((function([u,p]){"desktop"!==d&&"normal"!==u||Object.entries(a).forEach((function([a,p]){Object.entries(p).forEach((function([p,m]){m.forEach((function(p){const m=p.split("|||");v=2===m.length?m[1]:"";const f=m[0];if(!n[f])throw`The style function ${f} is missing`;i=n[f]({v:e,device:d,state:u,mode:v,props:r}),c=g({legacy:c,out:i,styleKey:a,state:u,currentStyle:p}),l=n[f]({v:t,device:d,state:u,mode:v,props:r}),b=g({legacy:b,out:l,styleKey:a,state:u,currentStyle:p}),s=n[f]({v:o,device:d,state:u,mode:v,props:r}),h=g({legacy:h,out:s,styleKey:a,state:u,currentStyle:p})}))}))}))}))}));const f=m({v:void 0,styles:a,legacy:h});p=h;const y=m({v:t,styles:a,legacy:b});p=b;const O=m({v:e,styles:a,legacy:c});return{defaultCSS:f,rulesCSS:y,customCSS:O}}({v:e,vs:t,vd:o,styles:a,props:r});return[i,l,s]}throw new Error("this should not happen. we must have accidentally omitted some element")}function m({v:e,styles:t,legacy:o}){let n="",a="",r="",i="",l="",s=0,c="",b="";return Object.entries(d).forEach((function([d,m],h,g){Object.entries(u).forEach((function([u,h]){o[u]&&(r="",i="",Object.entries(o[u]).forEach((function([l,c]){let d;n="",a="",Object.entries(c).forEach((function([r,i]){let c=i[s];e&&JSON.stringify(p[u][l][r])===JSON.stringify(o[u][l][r])&&(c=""),n+=t[l].standart&&-1!==t[l].standart.indexOf(r)&&""!==c&&void 0!==c?c:"",a+=t[l].interval&&-1!==t[l].interval.indexOf(r)&&""!==c&&void 0!==c?c:""})),d="normal"===u?l.replace(":hover","")+"{":l+"{",""!==n&&(r+=d+n+"}"),""!==a&&(i+=d+a+"}")}))),""!==r&&(c="desktop"===d&&"hover"===u?`@media(min-width:${g[s+1][1]}px){`:"desktop"===d?"":s===g.length-1?`@media(max-width:${m}px){`:`@media(max-width:${g[s][1]}px) and (min-width:${g[s+1][1]+1}px){`,l+=c+r+(""!==c?"}":"")),""!==i&&(b=g.length>1?0===s?`@media(min-width:${g[s+1][1]}px){`:s===g.length-1?`@media(max-width:${m}px){`:`@media(max-width:${g[s][1]}px) and (min-width:${g[s+1][1]+1}px){`:"",l+=b+i+(""!==b?"}":""))})),s++})),l}function h(e,t){let o=e;const n=new RegExp(t+"{(.+?)}");let a={};if(d.mobile){const t=/@media\(max-width:767px\)\{(.+?\})\}/,i=e.match(t)[1];a.mobile=r(i.match(n)[1].split(";")),o=o.replace(t,"")}if(d.tablet){const t=/@media\(max-width:991px\) and \(min-width:768px\){(.+?\})\}/,i=e.match(t)[1];a.tablet=r(i.match(n)[1].split(";")),o=o.replace(t,"")}return a.desktop=r(o.match(n)[1].split(";")),a;function r(e){return e.reduce((e,t)=>{const[o,n]=t.split(":");return o&&n&&(e[o]=n),e},{})}}function g({legacy:e,out:t,styleKey:o,state:n,currentStyle:a}){return"hover"===n&&e.normal&&e.normal[o]&&e.normal[o][a]&&(t=e.normal[o][a][0]===t?"":t),e[n]?e[n][o]?e[n][o][a]?e[n][o][a].push(t):e[n][o][a]=[t]:e[n][o]={[a]:[t]}:e[n]={[o]:{[a]:[t]}},e}function v(e,t,[o,n,i]){let l,s,c;if(o)if(l=C.get(e),l){const{node:e,className:t,cssText:n}=l,a=S(o,t);a!==n&&(v.isServer||(e.childNodes[0].nodeValue=a),l.cssText=a)}else{const t="brz-css-"+Object(a.a)(5),n=S(o,t);let r;v.isServer||(r=document.createElement("style"),r.appendChild(document.createTextNode("")),r.childNodes[0].nodeValue=n,x("default",r)),l={node:r,className:t,cssText:n},j.default.push(l),C.set(e,l)}if(n){const e=r(n);if(s=C.get(e),!s){const t="brz-css-"+Object(a.a)(5),o=S(n,t);let r;v.isServer||(r=document.createElement("style"),r.appendChild(document.createTextNode("")),r.childNodes[0].nodeValue=o,x("rules",r)),s={node:r,className:t,cssText:o},j.rules.push(s),C.set(e,s)}}if(i)if(c=C.get(t),c){const{node:e,className:t,cssText:o}=c,n=S(i,t);n!==o&&(v.isServer||(e.childNodes[0].nodeValue=n),c.cssText=n)}else{const e="brz-css-"+Object(a.a)(5),o=S(i,e);let n;v.isServer||(n=document.createElement("style"),n.appendChild(document.createTextNode("")),n.childNodes[0].nodeValue=o,x("custom",n)),c={node:n,className:e,cssText:o},j.custom.push(c),C.set(t,c)}return[...l?[l.className]:[],...s?[s.className]:[],...c?[c.className]:[]].join(" ")}function f(e,t,o=S){let n;if(n=C.get(e),n){const{node:a,className:r,cssText:i}=n,l=o(t,r);l!==i&&(v.isServer||(a.childNodes[0].nodeValue=l),n={node:a,className:r,cssText:l},C.set(e,n))}else{const r="brz-css-"+Object(a.a)(5),i=o(t,r);let l;v.isServer||(l=document.createElement("style"),l.appendChild(document.createTextNode("")),l.childNodes[0].nodeValue=i,x("custom",l)),n={node:l,className:r,cssText:i},j.custom.push(n),C.set(e,n)}return{className:n.className,cssText:n.cssText,clean(){const t=C.get(e);document.head.removeChild(t.node),C.delete(e)}}}function y(){for(const[e]of C)C.clear(e)}function O(){let e="";for(const t of["default","rules","custom"])for(const{cssText:o}of j[t])e+=o,e+="\n";return e}function S(e,t){return e.replace(/&&/gm,"."+t)}function x(e,t){const o=j.default,n=j.rules,a=j.custom;let r;switch(e){case"default":r=o.length>0?o[o.length-1].node:null;break;case"rules":r=n.length>0?n[n.length-1].node:o.length>0?o[o.length-1].node:null;break;case"custom":r=a.length>0?a[a.length-1].node:n.length>0?n[n.length-1].node:o.length>0?o[o.length-1].node:null;break;default:throw new Error("invalid tujur css node type: "+e)}r?r.insertAdjacentElement("afterend",t):document.head.appendChild(t)}const C=new Map,j={default:[],rules:[],custom:[]};var P=o(2),B=o(5),w=o(33),T=o(24),z=o(3);function E(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function k(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?E(Object(o),!0).forEach((function(t){Object(P.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):E(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function H(e){const t=Object(B.Zd)(e);return void 0===t?"":`width:${t}%;`}function F(e){const t=Object(B.Zd)(e);return void 0===t?"":`width:${t}px;`}function _(e){const t=Object(B.Zd)(e);return c.d&&void 0!==t?`width:${t}%;`:""}function R(e){const t=Object(B.Zd)(e);return void 0===t?"":`max-width:${t}%;`}function L(e){var t;return null!==(t=Object(w.c)(e=>`height:${e}px;`,Object(B.Vd)(e)))&&void 0!==t?t:""}function M(e){var t;return null!==(t=Object(w.c)(e=>`min-height:${e}px;`,Object(B.Vd)(e)))&&void 0!==t?t:""}function W(e){const t=Object(B.Wd)(e),o=T.d(Object(z.defaultValueValue)(k({key:"sizeSuffix"},e)))||"%";return void 0===t?"":`max-width:${t}${o};`}function I(e){const t=Object(B.Wd)(e);return void 0===t?"":`width:${t}%;`}function N(e){const t=Object(B.Wd)(e),o=T.d(Object(z.defaultValueValue)(k({key:"sizeSuffix"},e)));return void 0!==t&&o?`width:${t}${o};`:""}function A(e){const t=Object(B.Zd)(e),o=T.d(Object(z.defaultValueValue)(k({key:"widthSuffix"},e)));return void 0===t?"":`width:${t}${o||"%"};`}function V(e){const t=Object(B.Ud)(e);return"desktop"===e.device?`max-width: ${t}%;`:""}function D(e){var t;return null!==(t=Object(w.c)(e=>`margin-right: ${e}px;`,Object(B.Xd)(e)))&&void 0!==t?t:""}function $(e){var t;return null!==(t=Object(w.c)(e=>`margin-right: ${e}px;`,Object(B.Yd)(e)))&&void 0!==t?t:""}function G(e){var t;const o=T.d(Object(z.defaultValueValue)(k({key:"heightSuffix"},e)));return"px"===o?null!==(t=Object(w.c)(e=>`height:${e}${o};`,Object(B.Vd)(e)))&&void 0!==t?t:"":"%"===o?"height: unset;":""}function U(e){var t;const o=T.d(Object(z.defaultValueValue)(k({key:"heightSuffix"},e)));return"%"===o?null!==(t=Object(w.c)(e=>`content: ""; display:block; width: 0; padding-top:${e}${o};`,Object(B.Vd)(e)))&&void 0!==t?t:"":"px"===o?"height: unset;":""}function K({v:e,device:t,state:o}){const n=Object(B.u)({v:e,device:t,state:o,current:"top"}),a=Object(B.r)({v:e,device:t,state:o}),r=Object(B.n)({v:e,device:t,state:o});return void 0===n?"":`border-top:${n}px ${a} ${r};`}function Y({v:e,device:t,prefix:o=""}){return`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`}function q({v:e,device:t,prefix:o=""}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}${Object(B.ie)({v:e,device:t,prefix:o})||"px"};`}function X({v:e,device:t,prefix:o=""}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function Z({v:e,device:t,prefix:o=""}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function J({v:e,device:t,prefix:o=""}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function Q({v:e,device:t}){return Y({v:e,device:t,prefix:"typography"})}function ee({v:e,device:t}){return q({v:e,device:t,prefix:"typography"})}function te({v:e,device:t}){return X({v:e,device:t,prefix:"typography"})}function oe({v:e,device:t}){return Z({v:e,device:t,prefix:"typography"})}function ne({v:e,device:t}){return J({v:e,device:t,prefix:"typography"})}function ae({v:e,device:t}){return`font-size:${Object(B.me)({v:e,device:t})};`}function re({v:e,device:t}){return`margin-left:${Object(B.bb)({v:e,device:t})};`}function ie({v:e,device:t}){return`margin-right:${Object(B.bb)({v:e,device:t})};`}function le({v:e,device:t}){return Y({v:e,device:t,prefix:"number"})}function se({v:e,device:t}){return q({v:e,device:t,prefix:"number"})}function ce({v:e,device:t}){return X({v:e,device:t,prefix:"number"})}function de({v:e,device:t}){return Z({v:e,device:t,prefix:"number"})}function ue({v:e,device:t}){return J({v:e,device:t,prefix:"number"})}function pe({v:e,device:t}){return Y({v:e,device:t,prefix:"title"})}function be({v:e,device:t}){return q({v:e,device:t,prefix:"title"})}function me({v:e,device:t}){return X({v:e,device:t,prefix:"title"})}function he({v:e,device:t}){return Z({v:e,device:t,prefix:"title"})}function ge({v:e,device:t}){return J({v:e,device:t,prefix:"title"})}function ve({v:e,device:t}){return Y({v:e,device:t,prefix:"message"})}function fe({v:e,device:t}){return q({v:e,device:t,prefix:"message"})}function ye({v:e,device:t}){return X({v:e,device:t,prefix:"message"})}function Oe({v:e,device:t}){return Z({v:e,device:t,prefix:"message"})}function Se({v:e,device:t}){return J({v:e,device:t,prefix:"message"})}function xe({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"numberColor"})}function Ce({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"titleColor"})}function je({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"messageColor"})}function Pe(){return"transition-property: color, background-color, border, box-shadow;"}function Be({v:e}){return`stroke-dasharray: calc(${e.end} + 0.5) 100;`}function we({v:e}){return`stroke-width: ${e.strokeWidth} !important;`}function Te({v:e,device:t,state:o,prefix:n="fillColor"}){const a=Object(B.cb)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`fill:${a};`}function ze({v:e,device:t,state:o,prefix:n="strokeColor"}){const a=Object(B.db)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`stroke:${a};`}function Ee(){return"transition-property: color, fill, stroke;"}function ke({v:e,device:t,state:o}){return`flex-direction:${Object(B.fb)({v:e,device:t,state:o})};`}function He({v:e,device:t,state:o}){return`margin-right:${Object(B.hb)({v:e,device:t,state:o})};`}function Fe({v:e,device:t,state:o}){return`margin-left:${Object(B.gb)({v:e,device:t,state:o})};`}function _e({v:e,device:t,state:o,prefix:n}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`-webkit-text-fill-color:${a} !important;`}function Re(){return"transition-property:background-color,color,border,box-shadow;"}function Le({v:e,device:t}){var o;return`width: ${o="inputWidth",Object(z.defaultValueValue)({v:e,key:o,device:t})}%;`}function Me({v:e,device:t}){var o;return`grid-gap: ${o="inputSpacing",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`}function We({v:e,device:t}){var o;return`padding: ${o="inputHeight",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`}function Ie({v:e,device:t,state:o,prefix:n="",borderColor:a="color"}){let r="",i=0,l=0,s=0,c=0,d=Object(B.t)({v:e,device:t,state:o,prefix:n}),u="",p=0,b=0,m=0,h=0,g=!1,v="",f="";const y=Object(B.r)({v:e,device:t,state:o,prefix:n});if(a="transparent"===a?"transparent":Object(B.n)({v:e,device:t,state:o,prefix:n}),"grouped"===d){const a=Object(B.s)({v:e,device:t,state:o,prefix:n});i=a,l=a,s=a,c=a}else i=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"top"}),l=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"right"}),s=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"bottom"}),c=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"left"});if("normal"===o){if(v=Object(B.r)({v:e,device:t,prefix:n,state:"hover"}),f="transparent"===a?"transparent":Object(B.n)({v:e,device:t,prefix:n,state:"hover"}),u=Object(B.t)({v:e,device:t,prefix:n,state:"hover"}),"grouped"===u){const o=Object(B.s)({v:e,device:t,state:"hover"});p=o,b=o,m=o,h=o}else p=Object(B.u)({v:e,device:t,prefix:n,state:"hover",current:"top"}),b=Object(B.u)({v:e,device:t,prefix:n,state:"hover",current:"right"}),m=Object(B.u)({v:e,device:t,prefix:n,state:"hover",current:"bottom"}),h=Object(B.u)({v:e,device:t,prefix:n,state:"hover",current:"left"});g=(p>0||b>0||m>0||h>0)&&""!==v}return r=void 0===i||void 0===l||void 0===s||void 0===c||void 0===y||void 0===a?"":i===l&&i===s&&i===c&&i>0&&""!==y?`border:${i}px ${y} ${a};`:(i>0||l>0||s>0||c>0)&&""!==y?`border-width:${i}px ${l}px ${s}px ${c}px;border-style:${y};border-color:${a};`:(i===l&&i===s&&i===c&&0===i||""===y)&&g?`border:0px ${v} ${f};`:`border:0px solid ${a};`,r}function Ne({v:e,device:t,state:o,prefix:n="",borderColor:a="transparent"}){return Ie({v:e,device:t,state:o,prefix:n,borderColor:a})}function Ae({v:e,device:t,state:o,prefix:n=""}){let a=0,r=0,i=0,l=0;if("ungrouped"!==Object(B.p)({v:e,device:t,state:o,prefix:n})){const s=Object(B.o)({v:e,device:t,state:o,prefix:n});a=s,r=s,i=s,l=s}else a=Object(B.q)({v:e,device:t,state:o,prefix:n,current:"topLeft"}),r=Object(B.q)({v:e,device:t,state:o,prefix:n,current:"topRight"}),i=Object(B.q)({v:e,device:t,state:o,prefix:n,current:"bottomLeft"}),l=Object(B.q)({v:e,device:t,state:o,prefix:n,current:"bottomRight"});return void 0===a?"":a===r&&a===i&&a===l&&a>0?`border-radius: ${a}px;`:a>0||r>0||i>0||l>0?`border-radius:${a}px ${r}px ${l}px ${i}px;`:"border-radius:0;"}function Ve({v:e,device:t,state:o}){return`width:calc(100% + ${Object(B.lb)({v:e,device:t,state:o})}px);`}function De({v:e,device:t,state:o}){return`margin:-${Object(B.lb)({v:e,device:t,state:o})/2}px;`}function $e({v:e,device:t,state:o}){const n=Object(B.kb)({v:e,device:t,state:o});return`width:${n>1?100/n:100}%;`}function Ge({v:e,device:t,state:o}){return`padding:${Object(B.lb)({v:e,device:t,state:o})/2}px;`}function Ue({v:e,device:t,state:o}){const n=(a="filterSpacing",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}));var a;return`margin: 1px ${n}px 0 ${n}px;`}function Ke({v:e,device:t,state:o}){var n;return`margin-bottom:${n="afterFilterSpacing",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})}px;`}function Ye({v:e,device:t,state:o}){const n=Object(B.jb)({v:e,device:t,state:o}),a=Object(B.c)({v:e,device:t,state:o,prefix:"filter"});switch(n){case"style-2":return"center"===a?"":"left"===a?"margin-right: auto;":"margin-left: auto;";default:{const e={left:"flex-start",center:"center",right:"flex-end"};return`justify-content:${void 0===a?a:e[a]};`}}}function qe({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"filter"})}function Xe({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"filterColor"})}function Ze({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"filterBg"})}function Je({v:e,device:t,state:o}){return jt({v:e,device:t,state:o,prefix:"filter"})}function Qe({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"filter"})}function et({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"filter"})}function tt({v:e,device:t}){return Y({v:e,device:t,prefix:"filter"})}function ot({v:e,device:t}){return q({v:e,device:t,prefix:"filter"})}function nt({v:e,device:t}){return X({v:e,device:t,prefix:"filter"})}function at({v:e,device:t}){return Z({v:e,device:t,prefix:"filter"})}function rt({v:e,device:t}){return J({v:e,device:t,prefix:"filter"})}function it({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"filterColor"})}function lt({v:e,device:t}){return dt({v:e,device:t,state:"active",prefix:"filterBg"})}function st({v:e,device:t}){return Ie({v:e,device:t,state:"active",prefix:"filter"})}function ct({v:e,device:t}){return jt({v:e,device:t,state:"active",prefix:"filter"})}function dt({v:e,device:t,state:o,prefix:n="bg"}){const a=Object(B.h)({v:e,device:t,state:o,prefix:n}),r=Object(B.j)({v:e,device:t,state:o});return void 0===a||"none"!==r?"background-color:transparent;":`background-color:${a};`}function ut({v:e,device:t,state:o,prefix:n="bg"}){const a=Object(B.i)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`background-color:${a};`}function pt({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"bg2"})}function bt({v:e,device:t,state:o}){return`background-image:${Object(B.j)({v:e,device:t,state:o})};`}function mt({v:e,device:t,state:o}){return`background-image:${Object(B.k)({v:e,device:t,state:o})};`}function ht({v:e,device:t}){const o=Object(B.k)({v:e,device:t,state:"hover"});return o?`content: "";background-image:${o};`:""}function gt({v:e,device:t}){return"image"===Object(B.wd)({v:e,device:t})?"display: block;":"display: none;"}function vt({v:e,device:t,state:o}){const n=Object(B.k)({v:e,device:t,state:o}),a=Object(B.l)({v:e,device:t,state:o}),r=Object(B.m)({v:e,device:t,state:o});return"none"===n?"":`background-position:${a} ${r};`}function ft({v:e,device:t,props:o}){const{isSlider:n}=o.meta.section,a=Object(B.g)({v:e,isSlider:n});return"desktop"!==t||void 0===a?"":`background-attachment:${a};`}function yt({v:e,device:t}){return`display: ${"map"===Object(B.wd)({v:e,device:t})?"block":"none"};`}function Ot({v:e,device:t}){return`display: ${"video"===Object(B.wd)({v:e,device:t})?"block":"none"};`}function St({v:e,device:t,state:o,prefix:n}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function xt({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,state:o,prefix:"labelColor"});return void 0===n?"":`color:${n};`}function Ct({v:e,device:t,state:o,prefix:n=""}){const a=Object(B.z)({v:e,device:t,state:o,prefix:n}),r=Object(B.w)({v:e,device:t,state:o,prefix:n}),i=Object(B.v)({v:e,device:t,state:o,prefix:n}),l=Object(B.y)({v:e,device:t,state:o,prefix:n}),s="inset"===a?-1*Object(B.x)({v:e,device:t,state:o,prefix:n}):Object(B.x)({v:e,device:t,state:o,prefix:n}),c="inset"===a?-1*Object(B.A)({v:e,device:t,state:o,prefix:n}):Object(B.A)({v:e,device:t,state:o,prefix:n});if(""===a||"off"===a||0===s&&0===c&&0===i&&0===l)return"";return`${"inset"===a?"inset ":""}${s}px ${c}px ${i}px ${l}px ${r};`}function jt({v:e,device:t,state:o,prefix:n=""}){const a=Ct({v:e,device:t,state:o,prefix:n});return""===a?"":`box-shadow:${a};`}function Pt({v:e,device:t,state:o,prefix:n=""}){const a=Object(B.z)({v:e,device:t,state:o,prefix:n}),r=Object(B.A)({v:e,device:t,state:o,prefix:n}),i=Object(B.v)({v:e,device:t,state:o,prefix:n}),l=Object(B.w)({v:e,device:t,state:o,prefix:n}),s=r<0?-i:i;return""===a||"off"===a||0===r&&0===i?"":0===r?`box-shadow:inset 0 ${r+s}px ${i}px -${i}px ${l}, inset 0 -${r+s}px ${i}px -${i}px ${l};display: block;`:`box-shadow:inset 0 ${r+s}px ${i}px -${i}px ${l}, inset 0 0 0 0 ${l};display: block;`}function Bt({v:e,device:t,state:o,prefix:n=""}){const a=function({v:e,device:t,state:o,prefix:n=""}){const a=Object(B.ee)({v:e,device:t,state:o,prefix:n}),r=Object(B.ce)({v:e,device:t,state:o,prefix:n}),i=Object(B.be)({v:e,device:t,state:o,prefix:n}),l="inset"===a?-1*Object(B.de)({v:e,device:t,state:o,prefix:n}):Object(B.de)({v:e,device:t,state:o,prefix:n}),s="inset"===a?-1*Object(B.fe)({v:e,device:t,state:o,prefix:n}):Object(B.fe)({v:e,device:t,state:o,prefix:n});return""===a||"off"===a||0===l&&0===s&&0===i?"":`${"inset"===a?"inset ":""}${l}px ${s}px ${i}px ${r};`}({v:e,device:t,state:o,prefix:n});return""===a?"":`text-shadow:${a};`}function wt({v:e,device:t,state:o}){const n=Object(B.Qd)({v:e,device:t,state:o}),a=Object(B.Pd)({v:e,device:t,state:o});return void 0===n?"":"none"===n?"background-image: none;":`background-image: url(${a});`}function Tt({v:e,device:t,state:o}){const n=Object(B.Md)({v:e,device:t,state:o}),a=Object(B.Nd)({v:e,device:t,state:o});return`background-size: 100% ${n}${a}; height: ${n}${a};`}function zt({v:e,device:t,state:o}){return`transform: ${"on"===Object(B.Ld)({v:e,device:t,state:o})?"rotateX(0deg) rotateY(-180deg)":"rotateX(0deg) rotateY(0deg)"};`}function Et({v:e,device:t,state:o}){return`z-index: ${Object(B.Od)({v:e,device:t,state:o})};`}function kt({v:e,device:t,state:o}){const n=Object(B.Kd)({v:e,device:t,state:o}),a=Object(B.Jd)({v:e,device:t,state:o});return void 0===n?"":"none"===n?"background-image: none;":`background-image: url(${a});`}function Ht({v:e,device:t,state:o}){const n=Object(B.Gd)({v:e,device:t,state:o}),a=Object(B.Hd)({v:e,device:t,state:o});return`background-size: 100% ${n}${a}; height: ${n}${a};`}function Ft({v:e,device:t,state:o}){return`transform: ${"on"===Object(B.Fd)({v:e,device:t,state:o})?"rotateX(-180deg) rotateY(0deg)":"rotateX(-180deg) rotateY(-180deg)"};`}function _t({v:e,device:t,state:o}){return`z-index: ${Object(B.Id)({v:e,device:t,state:o})};`}function Rt({v:e,device:t,state:o}){const n=Object(B.gd)({v:e,device:t,state:o});return void 0===n?"":`transition-duration:0.${n}s;`}function Lt(){return"transition-property: filter, box-shadow, background, border-radius, border-color;"}function Mt({v:e,device:t,state:o}){const n=Object(B.ne)({v:e,device:t,state:o});return void 0===n?"":`font-family:${n};`}function Wt({v:e,device:t,state:o}){const n=Object(B.oe)({v:e,device:t,state:o}),a=Object(B.pe)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}${a||"px"};`}function It({v:e,device:t,state:o}){const n=Object(B.se)({v:e,device:t,state:o});return void 0===n?"":`line-height:${n};`}function Nt({v:e,device:t,state:o}){const n=Object(B.qe)({v:e,device:t,state:o});return void 0===n?"":`font-weight:${n};`}function At({v:e,device:t,state:o}){const n=Object(B.re)({v:e,device:t,state:o});return void 0===n?"":`letter-spacing:${n}px;`}function Vt({v:e,device:t,state:o}){const n=Object(B.Ad)({v:e,device:t,state:o,current:"paddingTop"}),a=Object(B.Ad)({v:e,device:t,state:o,current:"paddingRight"});return void 0===n&&void 0===a?"":`padding:${n}px ${a}px;`}function Dt({v:e,device:t,state:o}){const n=Object(B.Lb)({v:e,device:t,state:o});return void 0===n?"":`max-width:${n}%;`}function $t(){return"transition-property: color, box-shadow, background, border;"}var Gt=o(9),Ut=o(17),Kt=o(13),Yt=o(43);function qt(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Xt(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?qt(Object(o),!0).forEach((function(t){Object(P.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):qt(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Zt(e){const t=function({v:e,device:t,state:o}){return n="marginTop",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}(e);return void 0===t?"":`margin-top:${t}px !important;`}function Jt(e){const t=function({v:e,device:t,state:o}){return n="marginBottom",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}(e);return void 0===t?"":`margin-bottom:${t}px !important;`}function Qt({v:e,device:t,state:o}){const n=["background-image:"+function({v:e,device:t,state:o="normal"}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("colorType"),r=n("gradientType"),{hex:i}=Object(Kt.d)(n("colorHex"),n("colorPalette")),{hex:l}=Object(Kt.d)(n("gradientColorHex"),n("gradientColorPalette")),s=n("colorOpacity"),c=n("gradientColorOpacity"),d=n("gradientStartPointer"),u=n("gradientFinishPointer"),p=n("gradientLinearDegree"),b=n("gradientRadialDegree");return"gradient"===a?"linear"===r?`linear-gradient(${p}deg, ${Object(Ut.c)(i,s)} ${d}%, ${Object(Ut.c)(l,c)} ${u}%)`:`radial-gradient(circle ${b}px, ${Object(Ut.c)(i,s)} ${d}%, ${Object(Ut.c)(l,c)} ${u}%)`:"none"}({v:e,device:t,state:o}),"background-clip: text","-webkit-background-clip: text","color: transparent !important"];return"gradient"===e.colorType?n.join(";")+";":""}function eo(e){return c.d?`font-size:${.23*Object(B.he)(Xt(Xt({},e),{},{prefix:"typography"}))}%;`:ee(e)}function to({v:e,device:t,state:o}){const n=Object(B.k)({v:e,device:t,state:o}),a={"background-clip":"text","-webkit-background-clip":"text",color:"transparent!important","caret-color":"#000","background-position":`${function({v:e,device:t,state:o}){return n="bgPositionX",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}({v:e,device:t,state:o})}% ${function({v:e,device:t,state:o}){return n="bgPositionY",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}({v:e,device:t,state:o})}%`,"background-image":n};return"none"===n?"":Object.entries(a).map(([e,t])=>`${e}: ${t}`).join(";")+";"}function oo({v:e,device:t,prefix:o="typography",state:n}){return`font-family:${function({v:e,device:t,state:o,prefix:n=""}){const a=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),r=Object(Gt.b)(n,"fontFamily"),i=Object(Gt.b)(n,"fontFamilyType"),l=Object(Gt.b)(n,"fontStyle"),s=Object(Kt.e)("fontFamily",e[r],a(l)),c=Object(Kt.e)("fontFamilyType",e[i],a(l));if(s)return Object(Yt.d)({type:c,family:s}).family}({v:e,device:t,prefix:o,state:n})} !important;`}function no({v:e,device:t,state:o}){var n;const a=((e,t)=>"hover"===Object(B.ae)({v:e,state:t})?"hover":t)(e,o),r=o=>Object(z.defaultValueValue)({v:e,key:o,device:t,state:a}),{hex:i}=Object(Kt.d)(r(Object(Gt.b)("color","hex")),r("block-colorPalette")),l=null!==(n=Object(Ut.c)(i,r(Object(Gt.b)("color","opacity"))))&&void 0!==n?n:"";return void 0===l?"":`color:${l};`}function ao({v:e,device:t,state:o}){const n=Object(B.R)({v:e,device:t,state:o});return void 0===n?"":`border-radius:${n}px;`}function ro({v:e,device:t,state:o}){const n=Object(B.V)({v:e,device:t,state:o});return void 0===n?"":`flex-flow:${n};`}function io({v:e,device:t,state:o}){const n=Object(B.S)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}px;`}function lo({v:e,device:t,state:o}){const n=Object(B.U)({v:e,device:t,state:o}),a=Object(B.T)({v:e,device:t,state:o});return void 0===n||void 0===a?"":"left"===n?`margin-right:${a}px;margin-left:0;`:`margin-left:${a}px;margin-right:0;`}function so({v:e,device:t,state:o}){const n=Object(B.ib)({v:e,device:t,state:o});return void 0===n?"":`stroke-width:${n};`}function co(){return"transition-property: color, box-shadow, background, border-color;"}function uo(){return"align-items: center; justify-content: center;"}function po(){return"transition-property:box-shadow;"}function bo(){return"transition-property:color,border,box-shadow;"}function mo(){return"transition-property:border, box-shadow;"}function ho(){return"transition-property:box-shadow;"}function go(){return"transition-property:box-shadow;"}function vo(){return"transition-property:filter, box-shadow, border-radius, border;"}function fo({v:e,device:t,state:o}){return["fixed","absolute"].includes(Object(z.defaultValueValue)({v:e,key:"elementPosition",device:t,state:o}))?"height: unset":""}function yo(){return"transition-property: box-shadow, border, border-radius;"}function Oo({v:e,device:t,state:o}){const n=Object(B.O)({v:e,device:t,state:o}),a=Object(B.P)({v:e,device:t,state:o});return void 0===n?"":`width:${n}${a};`}function So({v:e,device:t,state:o}){const n=Object(B.J)({v:e,device:t,state:o});return void 0===n?"":`display:${n};`}function xo({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,state:o,prefix:"closeColor"});return void 0===n?"":`color:${n};`}function Co({v:e,device:t,state:o}){const n=Object(B.F)({v:e,device:t,state:o}),a=Object(B.D)({v:e,device:t,state:o});return void 0===n||void 0===a?"":`font-size:${n+2*a}px;`}function jo({v:e,device:t,state:o}){const n=Object(B.D)({v:e,device:t,state:o});return void 0===n?"":`padding:${n}px;`}function Po({v:e,device:t,state:o}){const n=Object(B.E)({v:e,device:t,state:o});return void 0===n?"":`border-radius:${n}px;`}function Bo({v:e,device:t,state:o}){const n=Object(B.h)({v:e,device:t,prefix:"closeBg",state:o});return void 0===n?"":`background-color:${n};`}function wo({v:e,device:t,state:o}){const n=Object(B.C)({v:e,device:t,state:o}),a=Object(B.G)({v:e,device:t,state:o}),r=Object(B.H)({v:e,device:t,state:o}),i=Object(B.K)({v:e,device:t,state:o}),l=Object(B.L)({v:e,device:t,state:o}),s=Object(B.F)({v:e,device:t,state:o}),c=Object(B.D)({v:e,device:t,state:o}),d=Object(B.I)({v:e,device:t,state:o}),u=`${"outside"===d?-i-s-2*c:i}${l}`,p=`${"outside"===d?-a-s-2*c:a}${r}`;switch(n){case"topLeft":return`top:${u};left:${p};right:auto;bottom:auto;`;case"topRight":return`top:${u};right:${p};left:auto;bottom:auto;`;case"bottomLeft":return`bottom:${u};left:${p};right:auto;top:auto;`;case"bottomRight":return`bottom:${u};right:${p};left:auto;top:auto;`}}function To({v:e,device:t,state:o}){const n=Object(B.b)({v:e,device:t,state:o,prefix:"popupRow"});return void 0===n?"":`align-items:${n};`}function zo({v:e,device:t,state:o}){const n=Object(B.Q)({v:e,device:t,state:o}),a=Object(B.M)({v:e,device:t,state:o}),r=Object(B.N)({v:e,device:t,state:o});return"custom2"===n?`height: ${a}${r};`:""}function Eo({v:e,device:t,state:o}){return"custom2"===Object(B.Q)({v:e,device:t,state:o})?"max-height: 100%; overflow-x: hidden; overflow-y: auto;":""}function ko({v:e,device:t,state:o}){return"custom2"===Object(B.Q)({v:e,device:t,state:o})?"height: 100%;":""}function Ho({v:e,device:t,state:o}){return"custom2"===Object(B.Q)({v:e,device:t,state:o})?"max-height: 100%;":""}function Fo({v:e,device:t,state:o}){const n=Object(B.te)({v:e,device:t,state:o}),a="relative"===(r="elementPosition",Object(z.defaultValueValue)({v:e,key:r,device:t,state:o}));var r;return 0===n&&a?"z-index: auto;":`z-index: ${n+(a?0:11)};`}function _o({v:e,device:t,state:o}){return`z-index: ${Object(B.te)({v:e,device:t,state:o})+1};`}function Ro({v:e,device:t,state:o}){const n=Object(B.b)({v:e,device:t,state:o});return void 0===n?"":`align-items:${n};`}function Lo({v:e,device:t,state:o}){const n=Object(B.a)({v:e,device:t,state:o});return void 0===n?"":`justify-content:${n};`}function Mo({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"content"});return void 0===n?"":`text-align:${n};`}function Wo({v:e,device:t,state:o,prefix:n=""}){const a=Object(B.c)({v:e,device:t,state:o,prefix:n});return void 0===a?"":{left:"margin-right: auto; margin-left: 0;",center:"margin-left: auto; margin-right: auto;",right:"margin-left: auto; margin-right: 0;"}[a]}function Io({v:e,device:t,state:o}){const n=Object(B.b)({v:e,device:t,state:o});return void 0===n?"":`justify-content:${n};`}function No({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"excerpt"});return void 0===n?"":`text-align:${n};`}function Ao({v:e,device:t,state:o}){const n=Object(B.Zd)({v:e,device:t,state:o});return n>0?`flex:1 1 ${n}%;`:""}function Vo({v:e,device:t,state:o,prefix:n=""}){const a=Ko({v:e,device:t,state:o,prefix:n}),r=a.paddingTop===a.paddingRight&&a.paddingTop===a.paddingBottom&&a.paddingTop===a.paddingLeft&&a.paddingTop>0;return 0===a.paddingTop&&0===a.paddingRight&&0===a.paddingBottom&&0===a.paddingLeft?"padding:0;":r?`padding:${a.paddingTop}${a.paddingTopSuffix};`:`padding:${a.paddingTop}${a.paddingTopSuffix} ${a.paddingRight}${a.paddingRightSuffix} ${a.paddingBottom}${a.paddingBottomSuffix} ${a.paddingLeft}${a.paddingLeftSuffix};`}function Do({v:e,device:t,state:o}){0}function $o({v:e,device:t,state:o}){{let n="";const a=Ko({v:e,device:t,state:o});return n=`height:${a.paddingTop}${a.paddingTopSuffix};`,n}}function Go({v:e,device:t,state:o}){{let n="";const a=Ko({v:e,device:t,state:o});return n=`height:${a.paddingBottom}${a.paddingBottomSuffix};`,n}}function Uo({v:e,device:t,state:o}){{let n="";const a=Ko({v:e,device:t,state:o});return n=`padding-right:${a.paddingRight}${a.paddingRightSuffix};padding-left:${a.paddingLeft}${a.paddingLeftSuffix};`,n}}function Ko({v:e,device:t,state:o,prefix:n=""}){let a=0,r=0,i=0,l=0,s="px",c="px",d="px",u="px";if("grouped"===Object(B.zd)({v:e,device:t,state:o,prefix:n})){const p=Object(B.xd)({v:e,device:t,state:o,prefix:n}),b=Object(B.yd)({v:e,device:t,state:o,prefix:n});a=p,r=p,i=p,l=p,s=b,c=b,d=b,u=b}else a=Object(B.Ad)({v:e,device:t,state:o,prefix:n,current:"paddingTop"}),r=Object(B.Ad)({v:e,device:t,state:o,prefix:n,current:"paddingRight"}),i=Object(B.Ad)({v:e,device:t,state:o,prefix:n,current:"paddingBottom"}),l=Object(B.Ad)({v:e,device:t,state:o,prefix:n,current:"paddingLeft"}),s=Object(B.Bd)({v:e,device:t,state:o,prefix:n,current:"paddingTopSuffix"}),c=Object(B.Bd)({v:e,device:t,state:o,prefix:n,current:"paddingRightSuffix"}),d=Object(B.Bd)({v:e,device:t,state:o,prefix:n,current:"paddingBottomSuffix"}),u=Object(B.Bd)({v:e,device:t,state:o,prefix:n,current:"paddingLeftSuffix"});return{paddingTop:a,paddingRight:r,paddingBottom:i,paddingLeft:l,paddingTopSuffix:s,paddingRightSuffix:c,paddingBottomSuffix:d,paddingLeftSuffix:u}}function Yo({v:e,device:t,state:o}){return`padding:${Object(B.qd)({v:e,device:t,state:o})} ${Object(B.pd)({v:e,device:t,state:o})} ${Object(B.nd)({v:e,device:t,state:o})} ${Object(B.od)({v:e,device:t,state:o})};`}function qo({v:e,device:t,state:o}){let n="",a="",r=0,i=0,l=0,s=0,c="",d="",u="",p="";a=Object(B.td)({v:e,device:t,state:o}),"grouped"===a?(s=Object(B.ud)({v:e,device:t,state:o,current:"marginLeft"}),"auto"===s?(r=l=Object(B.rd)({v:e,device:t,state:o}),s=i="auto",c=u=Object(B.sd)({v:e,device:t,state:o})):(r=i=l=s=Object(B.rd)({v:e,device:t,state:o}),c=d=u=p=Object(B.sd)({v:e,device:t,state:o}))):(r=Object(B.ud)({v:e,device:t,state:o,current:"marginTop"}),i=Object(B.ud)({v:e,device:t,state:o,current:"marginRight"}),l=Object(B.ud)({v:e,device:t,state:o,current:"marginBottom"}),s=Object(B.ud)({v:e,device:t,state:o,current:"marginLeft"}),c=Object(B.vd)({v:e,device:t,state:o,current:"marginTopSuffix"}),d=Object(B.vd)({v:e,device:t,state:o,current:"marginRightSuffix"}),u=Object(B.vd)({v:e,device:t,state:o,current:"marginBottomSuffix"}),p=Object(B.vd)({v:e,device:t,state:o,current:"marginLeftSuffix"}));return n=void 0===r?"":r===i&&r===l&&r===s&&0!==r?`margin:${r}${c};`:0!==r||0!==i||0!==l||0!==s?`margin:${r}${c} ${i}${d} ${l}${u} ${s}${p};`:"margin:0;",n}function Xo({v:e,device:t,state:o}){return`margin:${Object(B.md)({v:e,device:t,state:o})} ${Object(B.ld)({v:e,device:t,state:o})} ${Object(B.jd)({v:e,device:t,state:o})} ${Object(B.kd)({v:e,device:t,state:o})};`}function Zo(){return"display:flex;"}function Jo(){return"display:inline-flex;"}function Qo(){return"display:block;"}function en({v:e,device:t,state:o}){let n="";{const a=Object(B.Rd)({v:e,device:t,state:o}),r=Object(B.Sd)({v:e,device:t,state:o});n=""!==a?`filter:${a};opacity:${r};`:""}return n}function tn({v:e,device:t,state:o,mode:n="editor"}){const a=Object(B.Rd)({v:e,device:t,state:o});return"editor"===n&&""!==a?"display:var(--elements-visibility, flex);":""}function on({v:e,device:t,state:o,mode:n="editor"}){const a=Object(B.Rd)({v:e,device:t,state:o});return"editor"===n&&""!==a?"display:var(--elements-visibility, inline-flex);":""}function nn({v:e,device:t,state:o,mode:n="editor"}){const a=Object(B.Rd)({v:e,device:t,state:o});return"editor"===n&&""!==a?"display:var(--elements-visibility, block);":""}function an({v:e,device:t,state:o,mode:n="editor"}){const a=en({v:e,device:t,state:o});return"editor"===n?a:""}function rn(e,t){const{membership:o,membershipRoles:n}=e,a=JSON.parse(n||"[]");if("off"===o||0===a.length)return"";return`display: var(${"--role-default-"+t} ${a.map(e=>`, var(--role-${e}-${t}`).join("")}, none${")".repeat(a.length+1)};`}function ln({v:e}){return rn(e,"block")}function sn({v:e}){return rn(e,"flex")}function cn({v:e,device:t,state:o,prefix:n=""}){const a=Object(B.cd)({v:e,device:t,state:o,prefix:n}),r=Object(B.ed)({v:e,device:t,state:o,prefix:n}),i=Object(B.fd)({v:e,device:t,state:o,prefix:n}),l=Object(B.dd)({v:e,device:t,state:o,prefix:n});return 100===a&&0===r&&100===i&&100===l?"":`brightness(${a}%) hue-rotate(${r}deg) saturate(${i}%) contrast(${l}%)`}function dn({v:e,device:t,state:o,prefix:n=""}){const a=cn({v:e,device:t,state:o,prefix:n});return""===a?"":`filter:${a};`}function un({v:e,device:t,state:o}){const n=Object(B.Dc)({v:e,device:t,state:o});return void 0===n?"":`padding-top:${n};`}function pn({v:e,device:t,state:o}){const n=Object(B.cd)({v:e,device:t,state:o}),a=Object(B.ed)({v:e,device:t,state:o}),r=Object(B.fd)({v:e,device:t,state:o}),i=Object(B.dd)({v:e,device:t,state:o});return void 0===n&&void 0===a&&void 0===r&&void 0===i?"":`filter:brightness(${n}%) hue-rotate(${a}deg) saturate(${r}%) contrast(${i}%);`}function bn({v:e,device:t,state:o}){const n=Object(B.xc)({v:e,device:t,state:o});return void 0===n?"":`background-size:${n}%;`}function mn({v:e,device:t,state:o}){const n=Object(B.tc)({v:e,device:t,state:o}),a=Object(B.rc)({v:e,device:t,state:o}),r=Object(B.sc)({v:e,device:t,state:o}),i=Object(B.qc)({v:e,device:t,state:o});return a>0?`background-color:${Object(Ut.c)(i,a)};`:n>0?`background-color:${Object(Ut.c)(r,n)};`:"background-color:transparent;"}function hn({v:e,device:t,state:o}){const n=Object(B.zc)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}px;`}function gn({v:e,device:t,state:o}){const n=Object(B.Bc)({v:e,device:t,state:o});return void 0===n?"":`width:${n}px;`}function vn({v:e,device:t,state:o}){const n=Object(B.Ac)({v:e,device:t,state:o});return void 0===n?"":`height:${n}px;`}function fn({v:e,device:t,state:o}){const n=Object(B.pc)({v:e,device:t,state:o});return void 0===n?"":`background-color:${n};`}function yn({v:e,device:t,state:o}){const n=Object(B.wc)({v:e,device:t,state:o});return void 0===n?"":`background-image:${n};`}function On({v:e,device:t,state:o}){const n=Object(B.uc)({v:e,device:t,state:o}),a=Object(B.vc)({v:e,device:t,state:o});return void 0===n&&void 0===a?"":`background-position:${n}% ${a}%;`}function Sn(){return"transition-property: box-shadow, border, border-radius, background-color, color, transform;"}function xn({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"controlsBg"})}function Cn({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"iconControlsColor"})}function jn({v:e,device:t,state:o}){const n=Object(B.yc)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}px;`}function Pn({v:e,device:t}){return Y({v:e,device:t,prefix:"subTitle"})}function Bn({v:e,device:t}){return q({v:e,device:t,prefix:"subTitle"})}function wn({v:e,device:t}){return X({v:e,device:t,prefix:"subTitle"})}function Tn({v:e,device:t}){return Z({v:e,device:t,prefix:"subTitle"})}function zn({v:e,device:t}){return J({v:e,device:t,prefix:"subTitle"})}function En({v:e,device:t,state:o}){const n=Object(B.Td)({v:e,device:t,state:o});return void 0===n?"":`width:${n}px;`}function kn({v:e,device:t,state:o}){const n=Object(B.Cc)({v:e,device:t,state:o});return void 0===n?"":`max-width:${n}px; flex: 1 1 ${n}px;`}function Hn({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"item"})}function Fn({v:e,device:t,state:o}){const n=Object(B.Td)({v:e,device:t,state:o});return void 0===n?"":`width: calc(100% - ${n}px);`}function _n({v:e,device:t}){const o=Object(z.defaultValueValue)({v:e,key:"gridColumn",device:t}),n=o>1?100/o:100;return`max-width:${n}%; flex: 0 0 ${n}%;`}function Rn({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"iconColor"})}function Ln({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"subTitleColor"})}function Mn({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"iconBg"})}function Wn({v:e,device:t}){return dt({v:e,device:t,state:"active",prefix:"bg"})}function In({v:e,device:t}){return Ie({v:e,device:t,state:"active",prefix:"item"})}function Nn({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"color"})}function An({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"subTitleColor"})}function Vn({v:e,device:t,state:o}){const n=Object(B.sb)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}px;`}function Dn({v:e,device:t,state:o}){const n=Object(B.Ad)({v:e,device:t,state:o,current:"paddingTop"}),a=Object(B.Ad)({v:e,device:t,state:o,current:"paddingRight"});return void 0===n&&void 0===a?"":`padding:${n}px ${a}px;`}function $n({v:e,device:t}){const o=Object(B.Y)({v:e,device:t});return`min-height: ${"custom"===o?`${Object(B.W)({v:e,device:t})}${Object(B.X)({v:e,device:t})}`:"fullHeight"===o?"100vh":"auto"};`}function Gn({v:e,device:t,state:o}){const n="on"===Object(B.Dd)({v:e,device:t,state:o})?"row-reverse":"row",a="on"===Object(B.Ed)({v:e,device:t})?"wrap-reverse":"wrap",r="on"===Object(B.Cd)({v:e,device:t})?"flex-end":"flex-start";return"desktop"!==t?`flex-direction:${n};flex-wrap:${a};justify-content:${r};`:""}var Un=o(29),Kn=o(170),Yn=o(287),qn=o(288);function Xn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Zn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Xn(Object(o),!0).forEach((function(t){Object(P.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Xn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Jn(e){return Object(B.te)(e)?"position:relative;":"position:static;"}function Qn(){return"position:relative;"}function ea(e){const t=Kn.a((o="elementPosition",Object(z.defaultValueValue)(Zn({key:o},e))));var o;return void 0===t?"":`position:${t};`}function ta(e){const t=t=>Object(z.defaultValueValue)(Zn({key:t},e)),o=t("elementPosition"),n=Un.b(t("width")),a=T.d(t("widthSuffix"));return void 0!==n&&a&&"relative"!==o?`width:${n}${a};`:""}function oa(e){var t,o;const n=t=>Object(z.defaultValueValue)(Zn({key:t},e)),a=Kn.a(n("elementPosition"));if(!a||"relative"===a)return"";const r=Yn.a(n("offsetYAlignment")),i=Un.b(n("offsetY")),l=null!==(t=T.d(n("offsetYSuffix")))&&void 0!==t?t:"px",s=qn.a(n("offsetXAlignment")),c=Un.b(n("offsetX")),d=null!==(o=T.d(n("offsetXSuffix")))&&void 0!==o?o:"px",u=r?{top:"unset",bottom:"unset",[r]:`${i}${l}`}:{},p=s?{right:"unset",left:"unset",[s]:`${c}${d}`}:{};return Object.entries(Zn(Zn({},u),p)).map(([e,t])=>t?`${e}: ${t};`:"").join("")}function na({v:e,device:t,state:o}){return`margin-right: ${Object(B.id)({v:e,device:t,state:o})}px;`}function aa({v:e,device:t,state:o}){const n=Object(B.hd)({v:e,device:t,state:o});return void 0===n?"":`font-size:${n}px;`}var ra=o(30);const ia=e=>void 0!==e;function la({v:e,device:t,state:o}){const n=Object(B.Pb)({v:e,device:t,state:o}),a=Object(B.Ob)({v:e,device:t,state:o});let r=`calc(${a/100} * var(--brz-section-container-max-width, 1170px));`;return t!==ra.c&&t!==ra.b||(r=a+"%"),"boxed"===n?"max-width: "+r:"max-width: 100%;"}function sa({v:e}){const t="on"===Object(B.Tb)({v:e})?"height":"min-height",o="on"===Object(B.Qb)({v:e})?"100vh":"100%";return ia(o)?`${t}: ${o};`:""}function ca({v:e,device:t,state:o,prefix:n="sliderDotsColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return ia(a)?`color: ${a};`:""}function da({v:e,device:t,state:o,prefix:n="sliderArrowsColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return ia(a)?`color: ${a};`:""}function ua(){return"transition-property: filter, background, border, border-radius;"}function pa({v:e,device:t,state:o}){let n,a;if("grouped"===Object(B.td)({v:e,device:t,state:o})?(n=Object(B.rd)({v:e,device:t,state:o}),a=Object(B.sd)({v:e,device:t,state:o})):(n=Object(B.ud)({v:e,device:t,state:o,current:"marginTop"}),a=Object(B.vd)({v:e,device:t,state:o,current:"marginTopSuffix"})),!ia(n))return"";if(n<0){let t=42-n;if("%"===a){const o=document.querySelector(`[data-uid="${e._id}"]`);if(o){t=42+o.getBoundingClientRect().width/100*-n}}return`grid-template-rows: minmax(calc(100% - 42px), ${t}px) 42px;`}return"grid-template-rows: minmax(calc(100% - 42px), 42px) 42px;"}function ba({v:e,device:t}){const o=Object(B.Qb)({v:e,device:t});return`min-height: ${"custom"===o?`${Object(B.Rb)({v:e,device:t})}${Object(B.Sb)({v:e,device:t})}`:"on"===o?"100vh":"auto"};`}function ma({v:e,device:t,state:o}){{const{paddingLeft:n,paddingLeftSuffix:a,paddingRight:r,paddingRightSuffix:i}=Ko({v:e,device:t,state:o}),l=`${n}${a}`,s=`${r}${i}`;return`margin-left: -${l}; margin-right: -${s}; width: calc(100% + ${s} + ${l});`}}function ha(){return"max-width: 1170px; height: 100%;"}function ga({v:e,device:t,state:o}){return`font-size: ${Object(B.he)({v:e,device:t,state:o})/2}px;`}function va({v:e,device:t,state:o,prefix:n="activeColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function fa({v:e,device:t,state:o,prefix:n="arrowsColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function ya({v:e,device:t,state:o}){const n=Object(B.Zd)({v:e,device:t,state:o});return void 0===n?"":`flex-basis:${n}%;`}function Oa({v:e,device:t,state:o}){const n=Object(B.Zd)({v:e,device:t,state:o,prefix:"submit"});return void 0===n?"":`max-width:${n}%;flex-basis:${n}%;`}function Sa({v:e,device:t,state:o}){const n=(a="type",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}));var a;const r=Object(B.Vd)({v:e,device:t,state:o});return void 0===r||void 0===n?"":"Paragraph"===n?`height:${r}px!important;`:"height:auto;"}function xa({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"label"});return void 0===n?"":`text-align:${n};`}function Ca({v:e,device:t,state:o}){const{paddingTop:n,paddingRight:a,paddingBottom:r,paddingLeft:i}=Ko({v:e,device:t,state:o});return void 0===n||void 0===a||void 0===r||void 0===i||c.d?"":`margin:-${n}px -${a/2}px\n -${r}px -${i/2}px;`}function ja({v:e,device:t,state:o}){const{paddingTop:n,paddingRight:a,paddingBottom:r,paddingLeft:i,paddingTopSuffix:l,paddingRightSuffix:s,paddingBottomSuffix:d,paddingLeftSuffix:u}=Ko({v:e,device:t,state:o});return void 0===n||void 0===a||void 0===r||void 0===i?"":c.d?`padding:0 0 ${r}${d} 0;`:`padding:${n}${l}\n ${a/2}${s}\n ${r}${d}\n ${i/2}${u};`}function Pa({v:e,device:t,state:o}){const n=Object(B.le)({v:e,device:t}),a=Object(B.he)({v:e,device:t}),{paddingTop:r,paddingBottom:i}=Ko({v:e,device:t,state:o}),l=function({v:e,device:t,state:o,prefix:n=""}){let a=0,r=0;if("grouped"===Object(B.t)({v:e,device:t,state:o,prefix:n})){const i=Object(B.s)({v:e,device:t,state:o,prefix:n});a=i,r=i}else a=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"top"}),r=Object(B.u)({v:e,device:t,state:o,prefix:n,current:"bottom"});return a+r}({v:e,device:t,state:o});return`min-height:${Math.round(a*n*10)/10+r+i+l}px;`}function Ba({v:e,device:t}){return Y({v:e,device:t,prefix:"label"})}function wa({v:e,device:t}){return q({v:e,device:t,prefix:"label"})}function Ta({v:e,device:t}){return X({v:e,device:t,prefix:"label"})}function za({v:e,device:t}){return Z({v:e,device:t,prefix:"label"})}function Ea({v:e,device:t}){return J({v:e,device:t,prefix:"label"})}function ka({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"label"})}function Ha({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"checkboxColor"})}function Fa({v:e,device:t}){return Y({v:e,device:t,prefix:"checkbox"})}function _a({v:e,device:t}){return q({v:e,device:t,prefix:"checkbox"})}function Ra({v:e,device:t}){return X({v:e,device:t,prefix:"checkbox"})}function La({v:e,device:t}){return Z({v:e,device:t,prefix:"checkbox"})}function Ma({v:e,device:t}){return J({v:e,device:t,prefix:"checkbox"})}function Wa({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"selectColor"})}function Ia({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"selectBg"})}function Na({v:e,device:t,state:o}){const n=Object(B.s)({v:e,device:t,state:o});return void 0===n||0===n?"border: 2px solid #f00":"border-color: #f00"}function Aa({v:e,device:t,state:o}){const n=Object(B.i)({v:e,device:t,state:o,prefix:"selectBg"});return void 0===n?"":`background-color:${Object(Ut.c)(n,.2)};`}function Va({v:e,device:t,state:o}){const n=Object(B.u)({v:e,device:t,state:o,prefix:"select",current:"top"}),a=Object(B.r)({v:e,device:t,state:o,prefix:"select"}),r=Object(B.n)({v:e,device:t,state:o,prefix:"select"});return void 0===n?"":`border :${n}px ${a} ${r};`}function Da({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"select"})}function $a({v:e,device:t,state:o}){return jt({v:e,device:t,state:o,prefix:"select"})}function Ga({v:e,device:t,state:o}){const n=Object(B.eb)({v:e,device:t,state:o});return void 0===n?"":`flex-basis:${100/n}%;`}function Ua({v:e}){return`content: ""; padding-top: ${e.submitHeight}%;`}function Ka({v:e,device:t,state:o}){const{paddingTop:n,paddingRight:a,paddingBottom:r,paddingLeft:i}=Ko({v:e,device:t,state:o,prefix:"field"});return void 0===n||void 0===a||void 0===r||void 0===i?"":`margin:-${n}px -${a/2}px\n -${r}px -${i/2}px;`}function Ya({v:e,device:t,state:o}){const{paddingTop:n,paddingRight:a,paddingBottom:r,paddingLeft:i,paddingTopSuffix:l,paddingRightSuffix:s,paddingBottomSuffix:c,paddingLeftSuffix:d}=Ko({v:e,device:t,state:o,prefix:"field"});return void 0===n||void 0===a||void 0===r||void 0===i?"":`padding:${n}${l}\n ${a/2}${s}\n ${r}${c}\n ${i/2}${d};`}function qa({v:e,device:t}){return Y({v:e,device:t,prefix:"lost"})}function Xa({v:e,device:t}){return q({v:e,device:t,prefix:"lost"})}function Za({v:e,device:t}){return X({v:e,device:t,prefix:"lost"})}function Ja({v:e,device:t}){return Z({v:e,device:t,prefix:"lost"})}function Qa({v:e,device:t}){return J({v:e,device:t,prefix:"lost"})}function er({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"lostColor"})}function tr({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"lost"});return void 0===n?"":`text-align:${n};`}function or({v:e,device:t,state:o}){const n=(a="rememberMeHorizontalAlign",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}));var a;return`justify-content: ${void 0===n?n:{left:"flex-start",center:"center",right:"flex-end"}[n]};`}function nr({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"autorized"});return void 0===n?"":`text-align:${n};`}function ar({v:e,device:t}){return Y({v:e,device:t,prefix:"text"})}function rr({v:e,device:t}){return q({v:e,device:t,prefix:"text"})}function ir({v:e,device:t}){return X({v:e,device:t,prefix:"text"})}function lr({v:e,device:t}){return Z({v:e,device:t,prefix:"text"})}function sr({v:e,device:t}){return J({v:e,device:t,prefix:"text"})}function cr({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"textColor"})}function dr({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"linkColor"})}function ur({v:e,device:t}){return Y({v:e,device:t,prefix:"registerInfo"})}function pr({v:e,device:t}){return q({v:e,device:t,prefix:"registerInfo"})}function br({v:e,device:t}){return X({v:e,device:t,prefix:"registerInfo"})}function mr({v:e,device:t}){return Z({v:e,device:t,prefix:"registerInfo"})}function hr({v:e,device:t}){return J({v:e,device:t,prefix:"registerInfo"})}function gr({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"registerInfoColor"})}function vr({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"registerInfo"});return void 0===n?"":`text-align:${n};`}function fr({v:e,device:t}){return Y({v:e,device:t,prefix:"registerLink"})}function yr({v:e,device:t}){return q({v:e,device:t,prefix:"registerLink"})}function Or({v:e,device:t}){return X({v:e,device:t,prefix:"registerLink"})}function Sr({v:e,device:t}){return Z({v:e,device:t,prefix:"registerLink"})}function xr({v:e,device:t}){return J({v:e,device:t,prefix:"registerLink"})}function Cr({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"registerLinkColor"})}function jr({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"registerLink"});return void 0===n?"":`text-align:${n};`}function Pr({v:e,device:t}){return Y({v:e,device:t,prefix:"loginLink"})}function Br({v:e,device:t}){return q({v:e,device:t,prefix:"loginLink"})}function wr({v:e,device:t}){return X({v:e,device:t,prefix:"loginLink"})}function Tr({v:e,device:t}){return Z({v:e,device:t,prefix:"loginLink"})}function zr({v:e,device:t}){return J({v:e,device:t,prefix:"loginLink"})}function Er({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"loginLinkColor"})}function kr({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"loginLink"});return void 0===n?"":`text-align:${n};`}function Hr({v:e,device:t,state:o,prefix:n="iconsColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function Fr({v:e,device:t,state:o,prefix:n="textColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function _r({v:e,device:t,state:o}){return"inline"===Object(B.bd)({v:e,device:t})?`margin-right: ${Object(B.Yd)({v:e,device:t,state:o})}px;`:`margin-top: ${Object(B.Yd)({v:e,device:t,state:o})}px;`}function Rr({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"titleTypography"})};`:""}function Lr({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"titleTypography"})}px;`}function Mr({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"titleTypography"})};`}function Wr({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"titleTypography"})};`}function Ir({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"titleTypography"})}px;`}function Nr({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"postTypography"})};`:""}function Ar({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"postTypography"})}px;`}function Vr({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"postTypography"})};`}function Dr({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"postTypography"})};`}function $r({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"postTypography"})}px;`}function Gr({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"titleColor",state:o});return void 0===n?"":`color:${n};`}function Ur({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"postColor",state:o});return void 0===n?"":`color:${n};`}function Kr({v:e,device:t,state:o}){const n=Object(B.Kb)({v:e,device:t,state:o}),a=Object(B.Ib)({v:e,device:t,state:o});return void 0===n?"":"off"===a?"margin-bottom: 0;":`margin-bottom:${n}px`}function Yr({v:e,device:t,state:o}){const n=Object(B.Vd)({v:e,device:t,state:o});return void 0===n?"":`height:${n}%;`}function qr({v:e,device:t,state:o}){const n=Object(B.Jb)({v:e,device:t,state:o});return void 0===n||"off"!==n?"":"content: none;"}function Xr({v:e,device:t,state:o,prefix:n="ratingColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function Zr({v:e,device:t,state:o,prefix:n="ratingBackgroundColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function Jr({v:e,device:t,state:o,prefix:n="bgColor"}){return`background-color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function Qr({v:e,device:t}){return`border-radius: ${o="borderRadius",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`;var o}function ei(){return"transition-property: color;"}function ti({v:e,device:t}){var o;return"on"===(o="label",Object(z.defaultValueValue)({key:o,v:e,device:t}))?"display: flex; flex-direction: row;":"display: flex; flex-direction: row-reverse;"}function oi({v:e,device:t}){const o=o=>Object(z.defaultValueValue)({key:o,v:e,device:t}),n=o("spacing"),a=o("label"),r=o("ratingStyle");switch(a){case"on":return`margin-right: ${n}px;`;case"on-right":return"style-2"===r?`margin-right: ${n}px; margin-left: 0;`:`margin-left: ${n}px; margin-right: 0;`;case"off":return"margin: 0;"}}function ni({v:e,device:t,prefix:o}){const n=Object(B.s)({v:e,device:t,prefix:o});return Object(B.gc)({v:e,device:t,prefix:o})+2*Object(B.hc)({v:e,device:t,prefix:o})+2*n}function ai({v:e,device:t,state:o,prefix:n}){return ni({v:e,device:t,state:o,prefix:n})/2}function ri({v:e,device:t,prefix:o}){return"on"===Object(B.fc)({v:e,device:t,prefix:o})}function ii({v:e,device:t,prefix:o}){const n=Object(B.he)({v:e,device:t,prefix:"typography"}),a=Object(B.le)({v:e,device:t,prefix:"typography"});return ri({v:e,device:t,prefix:o})?n*a:0}function li({v:e,device:t,prefix:o}){return ri({v:e,device:t,prefix:o})?116:0}function si({v:e,device:t,prefix:o}){return`font-size: ${Object(B.gc)({v:e,device:t,prefix:o})}px;`}function ci({v:e,device:t,prefix:o}){return`padding: ${Object(B.hc)({v:e,device:t,prefix:o})}px;`}function di({v:e,prefix:t}){return`width: ${ni({v:e,prefix:t})}px;`}function ui({v:e,prefix:t}){return`height: ${ni({v:e,prefix:t})}px;`}function pi({v:e,prefix:t}){return`width: ${ni({v:e,prefix:t})+60}px;`}function bi({v:e}){return ri({v:e})?"display: block;":"display: none;"}function mi({v:e,device:t,state:o}){const n=Object(B.n)({v:e,device:t,prefix:"line"}),a=Object(B.ic)({v:e,device:t,state:o}),r=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),i=r("lineBorderStyle"),l=r("lineBorderWidth");return"off"===a?`border-top: ${n} ${l}px ${i};`:`border-left: ${n} ${l}px ${i};border-top:0;`}function hi({v:e,device:t,state:o}){const n=Object(B.kc)({v:e,device:t,state:o}),a=Object(B.ic)({v:e,device:t,state:o}),r=Object(B.s)({v:e,prefix:"line"}),i=ai({v:e}),l=ii({v:e,device:t}),s=ai({v:e}),c=Object(B.s)({v:e,device:t}),d=Object(B.gc)({v:e,device:t})+2*Object(B.hc)({v:e,device:t})+2*c+20,u=i+l-r/2;if("off"===a)switch(n){case"style-1":return`top: ${u}px; bottom:auto; left: ${d}px;`;case"style-2":return`bottom: ${u}px; top:auto; left: ${d}px;`;case"style-3":return`top: calc( ${u}px + 50%); bottom:auto; left: ${d}px;`}else if("on"===a)switch(n){case"style-1":case"style-2":case"style-3":return`top: calc( ${s}px + 50%);`}}function gi({v:e,device:t,prefix:o}){const n=Object(B.jc)({v:e,device:t,prefix:o}),a=Object(B.ic)({v:e,device:t}),r=Object(B.kc)({v:e,device:t});if("off"===a)switch(r){case"style-1":return`margin: ${n}px 10px 0 10px;`;case"style-2":return`margin: 0 10px ${n}px 10px;`;case"style-3":return`margin: ${n}px 10px 0 10px;`}else if("on"===a)switch(r){case"style-1":return`margin: 0 0 0 ${n}px;`;case"style-2":return`margin: 0 ${n}px 0 0;`;case"style-3":return`margin: 0 0 0 ${n}px;`}}function vi({v:e,device:t,prefix:o}){return`border: ${Object(B.s)({v:e,device:t,prefix:o})}px solid ${Object(B.n)({v:e,device:t,prefix:o})};`}function fi({v:e,device:t,state:o,prefix:n}){return`border-radius: ${Object(B.o)({v:e,device:t,state:o,prefix:n})}px;`}function yi({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,prefix:n}),r=li({v:e})+a,i=Object(B.ic)({v:e,device:t,state:o}),l=Object(B.kc)({v:e,device:t,state:o});if("on"===i)switch(l){case"style-1":return`left: calc(50% - ${r}px); right: auto;`;case"style-2":return`right: calc(50% - ${r}px); left: auto;`}else if("off"===i)return"left: auto; right: auto;"}function Oi({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,device:t,prefix:n}),r=ni({v:e,device:t,prefix:n}),i=Object(B.s)({v:e,device:t,prefix:"line"}),l=Object(B.ic)({v:e,device:t,state:o});return"on"===l?`height: calc(50% + (${a}px + ${r}px)); width: ${i}px;`:"off"===l?`width: calc(100% - ${r}px); height: ${i}px;`:void 0}function Si({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,device:t,prefix:n}),r=ni({v:e,device:t,prefix:n}),i=Object(B.s)({v:e,device:t,prefix:"line"}),l=Object(B.ic)({v:e,device:t,state:o}),s=(c="lineBorderStyle",Object(z.defaultValueValue)({v:e,key:c,device:t}));var c;return"on"===l?`height: calc(${"dashed"===s||"dotted"===s?100-i:100}px + (60% - ${a}px)); width: ${i}px; left: ${i}px;`:"off"===l?`width: calc(100% - ${r}px); height: ${i}px;`:void 0}function xi({v:e,device:t,state:o,prefix:n}){const a=Object(B.s)({v:e,device:t,prefix:"line"}),r=ai({v:e,device:t,prefix:n}),i=li({v:e,device:t})+r-a/2,l=Object(B.ic)({v:e,device:t,state:o}),s=Object(B.kc)({v:e,device:t,state:o});if("on"===l)switch(s){case"style-1":return`left: ${i}px; bottom: calc( ${r}px + 50%);`;case"style-2":return`right: ${i}px; bottom: calc( ${r}px + 50%); left:unset;`;case"style-3":return`left: ${i}px; bottom: calc( ${r}px + 50%);`}}function Ci({v:e,device:t,state:o}){const n=Object(B.ic)({v:e,device:t,state:o});return"on"===n?"display: block;":"off"===n?"display: none;":void 0}function ji({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,prefix:n});if("on"===Object(B.ic)({v:e,device:t,state:o}))return`top: calc( ${a}px + 50%);`}function Pi({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,prefix:n}),r=Object(B.ic)({v:e,device:t,state:o}),i=Object(B.kc)({v:e,device:t,state:o});if("on"===r&&("style-1"===i||"style-2"===i||"style-3"===i))return`bottom: calc( ${a}px + 50%);`}function Bi({v:e,device:t,prefix:o}){const n=Object(B.lc)({v:e,device:t,prefix:o});if("off"===Object(B.ic)({v:e,device:t,prefix:o})){const e=100/n;return`width: ${e}%; min-width: ${e}%;`}return"width: auto; min-width: auto;"}function wi({v:e,device:t,prefix:o}){const n=100/Object(B.lc)({v:e,device:t,prefix:o});return`width: calc(${n}% - 30px); min-width: calc(${n}% - 30px);`}function Ti({v:e,device:t,state:o,prefix:n}){const a=ai({v:e,prefix:n}),r=li({v:e})+a,i=Object(B.ic)({v:e,device:t,state:o}),l=Object(B.kc)({v:e,device:t,state:o});if("on"===i&&"style-2"===l)return`right: calc(50% - ${r}px);`}function zi({v:e,device:t,state:o,prefix:n}){const a=Object(B.s)({v:e,device:t,prefix:"line"}),r=ai({v:e,prefix:n}),i=li({v:e})+r-a/2,l=Object(B.ic)({v:e,device:t,state:o}),s=Object(B.kc)({v:e,device:t,state:o});if("on"===l&&"style-2"===s)return`right: ${i}px;`}function Ei({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t}),a=Object(B.s)({v:e,device:t,prefix:"line"}),r=ai({v:e,device:t}),i=ii({v:e,device:t}),l=Object(B.s)({v:e,device:t}),s=Object(B.gc)({v:e,device:t}),c=Object(B.hc)({v:e,device:t}),d=ai({v:e,device:t});var u;const p=li({v:e,device:t})+d-a/2,b=s+2*c+2*l+20,m=r+i-a/2,h=r+i+(u="textSpacing",Object(z.defaultValueValue)({v:e,key:u,device:t}))-a/2;if("off"===o)switch(n){case"style-1":return`bottom:auto; right: auto; top: ${h}px; left: ${b}px;`;case"style-2":return`bottom: ${h}px; top:auto; right: auto; left: ${b}px;`;case"style-3":return`bottom: ${r}px; top: unset; right: auto; left: ${b}px;`}else if("on"===o)switch(n){case"style-1":return`left: ${p}px; top: calc(50% + (${m}px / 2));`;case"style-2":return`right: ${p}px; left: auto; top: calc(50% + (${m}px / 2));`;case"style-3":return`left: ${p}px; top: calc(50% + (${m}px / 2));`}}function ki({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t}),a=Object(B.s)({v:e,prefix:"line"}),r=ai({v:e,device:t}),i=ii({v:e,device:t}),l=ai({v:e,device:t}),s=Object(B.s)({v:e,device:t}),c=Object(B.gc)({v:e,device:t}),d=Object(B.hc)({v:e,device:t});var u;const p=li({v:e})+l-a/2,b=c+2*d+2*s+20,m=r+i+(u="textSpacing",Object(z.defaultValueValue)({v:e,key:u,device:t}))-a/2;if("off"===o)switch(n){case"style-1":return`top: ${m}px; bottom:auto; right: auto; left: ${b}px;`;case"style-2":return`bottom: ${m}px; top:auto; right: auto; left: ${b}px;`;case"style-3":return`top: ${r}px; bottom: unset; right: auto; left: ${b}px;`}else if("on"===o)switch(n){case"style-1":return`top: calc( ${l}px + 50%); left: ${p}px;`;case"style-2":return`top: calc( ${l}px + 50%); right: ${p}px; left: auto;`;case"style-3":return`top: calc( ${l}px + 50%); left: ${p}px;`}}function Hi({v:e,device:t,prefix:o}){const n=Object(B.jc)({v:e,device:t,prefix:o}),a=Object(B.ic)({v:e,device:t}),r=Object(B.kc)({v:e,device:t});if("off"===a){switch(r){case"style-1":return`margin: ${n}px 10px 0 10px;`;case"style-2":case"style-3":return`margin: 0 10px ${n}px 10px;`}return`margin: 0 10px ${n}px 10px;`}if("on"===a)switch(r){case"style-1":return`margin: 0 0 0 ${n}px;`;case"style-2":case"style-3":return`margin: 0 ${n}px 0 0;`}}function Fi({v:e,device:t,prefix:o}){const n=Object(B.jc)({v:e,device:t,prefix:o}),a=Object(B.ic)({v:e,device:t}),r=Object(B.kc)({v:e,device:t});if("off"===a&&"style-3"===r)return`margin: ${n}px 10px 0 10px;`}function _i({v:e,device:t,prefix:o}){const n=ai({v:e,prefix:o}),a=li({v:e})+n,r=Object(B.ic)({v:e,device:t}),i=Object(B.kc)({v:e,device:t});if("on"===r)switch(i){case"style-1":return`left: calc(50% - ${a}px);`;case"style-2":case"style-3":return`right: calc(50% - ${a}px); left: auto;`}else if("off"===r)switch(i){case"style-1":case"style-2":case"style-3":return"right: auto; left: auto;"}}function Ri({v:e,device:t,prefix:o}){const n=ai({v:e,prefix:o}),a=li({v:e})+n,r=Object(B.ic)({v:e,device:t}),i=Object(B.kc)({v:e,device:t});if("on"===r)switch(i){case"style-1":return`left: calc(50% - ${a}px);`;case"style-2":return"left:auto;";case"style-3":return`left: calc(50% - ${a}px);`}else if("off"===r)switch(i){case"style-1":return"left: auto;";case"style-2":return"left:auto;";case"style-3":return"left: auto;"}}function Li({v:e,device:t,prefix:o}){const n=Object(B.s)({v:e,device:t,prefix:"line"}),a=ai({v:e,prefix:o}),r=li({v:e})+a-n/2,i=Object(B.ic)({v:e,device:t}),l=Object(B.kc)({v:e,device:t});if("off"===i)switch(l){case"style-1":case"style-2":case"style-3":return""}else if("on"===i)switch(l){case"style-1":return`right: auto; left: ${r}px;`;case"style-2":return`right: ${r}px; left: auto;`;case"style-3":return`right: ${r}px; left: unset;`}}function Mi({v:e,device:t,prefix:o}){const n=Object(B.jc)({v:e,device:t,prefix:o}),a=ni({v:e,prefix:o}),r=li({v:e}),i=r+a+n-7,l=Object(B.ic)({v:e,device:t}),s=Object(B.kc)({v:e,device:t}),c=ai({v:e,device:t}),d=r+a+n-7;if("off"===l)switch(s){case"style-1":return`bottom: auto; top: 0; left: ${c}px;`;case"style-2":case"style-3":return`bottom: -15px; top: unset;left: ${c}px;`}else if("on"===l)switch(s){case"style-1":return`bottom: auto; left: ${d}px; top: 50%;`;case"style-2":case"style-3":return`right: ${i}px; left: unset; top: 50%;`}}function Wi({v:e,device:t,prefix:o}){const n=Object(B.jc)({v:e,device:t,prefix:o}),a=Object(B.ic)({v:e,device:t}),r=Object(B.kc)({v:e,device:t});if("on"===a&&"style-3"===r)return`margin: 0 ${n}px 0 0;`}function Ii({v:e,device:t,state:o}){const n=Object(B.nc)({v:e,device:t,state:o}),a=Object(B.oc)({v:e,device:t,state:o});return void 0===n?"":`min-width:${n}${a}; width:${n}${a};`}function Ni({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("off"===o)switch(n){case"style-1":return"border-right: transparent ; border-bottom: transparent ; border-left: inherit ; border-top: inherit ;";case"style-2":return"border-left: transparent ; border-top: transparent ; border-right: inherit ; border-bottom: inherit ;"}else if("on"===o)switch(n){case"style-1":return"border-top: transparent ; border-right: transparent ; border-left: inherit ; border-bottom: inherit ;";case"style-2":return"border-left: transparent ; border-bottom: transparent ; border-right: inherit ; border-top: inherit ;"}}function Ai({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});return"off"===o&&"style-3"===n?"border-left: transparent ; border-top: transparent ; border-right: inherit ; border-bottom: inherit;":"on"===o&&"style-3"===n?"border-left: transparent; border-bottom: transparent; border-right: inherit; border-top: inherit;":void 0}function Vi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("on"===o&&"style-3"===n)return"border-right: transparent; border-top: transparent; border-left: inherit; border-bottom: inherit;"}function Di({v:e,device:t}){const o=Object(B.ic)({v:e,device:t});return"off"===o?"flex: 1 1 auto; flex-direction: row; width: 100%; display: flex; overflow-x: auto; overflow-y: hidden; padding-bottom: 30px;":"on"===o?"display: flex; flex-direction: column; max-width: 100%; overflow-x: unset; overflow-y: unset; padding-bottom: unset; align-items: normal;":void 0}function $i({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("off"===o)switch(n){case"style-1":return"display: flex; align-items: normal; flex-direction: column;";case"style-2":return"display: flex; align-items: normal; flex-direction: column-reverse;";case"style-3":return"display: flex; align-items: normal; flex-direction: column;"}else if("on"===o)switch(n){case"style-1":return"display: flex; align-items: center; flex-direction: row;";case"style-2":return"display: flex; align-items: center; flex-direction: row-reverse;";case"style-3":return"display: flex; align-items: center; flex-direction: row;"}}function Gi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t}),a=Object(B.jc)({v:e,device:t}),r=li({v:e,device:t}),i=ni({v:e,device:t}),l=ai({v:e,device:t}),s=r+i+a-7;if("off"===o)switch(n){case"style-1":return`bottom: auto; top: 0; left: ${l}px;`;case"style-2":return`bottom: -15px; top: unset;left: ${l}px;`;case"style-3":return`bottom: -15px; top: unset; left: ${l}px;`}else if("on"===o)switch(n){case"style-1":return`bottom: auto; left: ${s}px; top: 50%;`;case"style-2":return`bottom: -15px; right: ${s}px; left: unset; top: 50%;`;case"style-3":return`bottom: -15px; left: ${s}px; top: 50%;`}}function Ui({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});return"off"===o&&"style-3"===n?"bottom: unset;":"off"===o&&"style-2"===n?"bottom: -15px;":void 0}function Ki({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t}),a=(r="textSpacing",Object(z.defaultValueValue)({v:e,key:r,device:t}));var r;if("off"===o)switch(n){case"style-1":return`position: relative; margin-bottom: ${a}px; left: -10px; top: auto; transform: none;`;case"style-2":return`position: relative; margin-top: ${a}px; left: -10px; top: auto; transform: none;`;case"style-3":return`position: absolute; margin-top: auto; top: ${-a}px; left: -10px; transform: translateY(-100%);`}else if("on"===o)switch(n){case"style-1":return`position: relative; margin: 0; left: ${-a}px; top: auto; transform: none;`;case"style-2":return`position: relative; margin: 0; top: auto; left: ${a}px; transform: none;`;case"style-3":return`position: relative; margin: 0; left: ${-a}px; top: auto; transform: none;`}}function Yi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t}),a=(r="textSpacing",Object(z.defaultValueValue)({v:e,key:r,device:t}));var r;if("off"===o)switch(n){case"style-1":case"style-2":return"position: relative; left: -10px; bottom: auto; transform: none;";case"style-3":return`position: absolute; bottom: ${-a}px; top: auto; left: -10px; transform: translateY(100%);`}else if("on"===o)switch(n){case"style-1":return`position: relative; left: ${-a}px; bottom: auto; transform: none;`;case"style-2":return`position: relative; bottom: auto; left: ${a}px; transform: none;`;case"style-3":return`position: relative; left: ${a}px; bottom: auto; transform: none;`}}function qi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("off"===o)switch(n){case"style-1":return"flex-direction: column;";case"style-2":case"style-3":return"flex-direction: column-reverse;"}else if("on"===o)switch(n){case"style-1":return"flex-direction: row;";case"style-2":case"style-3":return"flex-direction: row-reverse;"}}function Xi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("on"===o)switch(n){case"style-1":return"flex-direction: row;";case"style-2":return"flex-direction: row-reverse;";case"style-3":return"flex-direction: row;"}else if("off"===o)switch(n){case"style-1":return"flex-direction: column;";case"style-2":return"flex-direction: column-reverse;";case"style-3":return"flex-direction: column;"}}function Zi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("off"===o&&"style-3"===n)return"align-items: baseline;"}function Ji({v:e,device:t}){const o=Object(B.ic)({v:e,device:t});return"on"===o?" margin-left: 0; line-height: 0; z-index: 1;":"off"===o?"margin-left: 20px":void 0}function Qi({v:e,device:t}){const o=Object(B.ic)({v:e,device:t});return"on"===o?"position: static;":"off"===o?"position: relative;":void 0}function el({v:e,device:t}){const o=Object(B.ic)({v:e,device:t});return"on"===o?"margin-bottom: 100px;":"off"===o?"margin-bottom: 0;":void 0}function tl({v:e,device:t}){if("on"===Object(B.ic)({v:e,device:t}))return"margin-bottom: 0;"}function ol({v:e,device:t}){if("on"===Object(B.ic)({v:e,device:t}))return"display: none;"}function nl({v:e,device:t}){const o=Object(B.ic)({v:e,device:t}),n=Object(B.kc)({v:e,device:t});if("on"===o&&"style-3"===n)return"display: none;"}function al({v:e,device:t,state:o}){return`width: ${2*Object(B.Ub)({v:e,device:t,state:o})}px;`}function rl({v:e,device:t,state:o}){return`height: ${Object(B.Ub)({v:e,device:t,state:o})}px;`}function il({v:e,device:t}){return dt({v:e,device:t,state:"active",prefix:"bg"})}function ll({v:e,device:t,state:o}){return`margin-bottom:${Object(B.Vb)({v:e,device:t,state:o})}px;`}function sl({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"color"})}function cl({v:e,device:t,state:o}){return`width: ${Object(B.Wb)({v:e,device:t,state:o})}px`}function dl({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h1Color",state:o});return void 0===n?"":`color:${n};`}function ul({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h2Color",state:o});return void 0===n?"":`color:${n};`}function pl({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h3Color",state:o});return void 0===n?"":`color:${n};`}function bl({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h4Color",state:o});return void 0===n?"":`color:${n};`}function ml({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h5Color",state:o});return void 0===n?"":`color:${n};`}function hl({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"h6Color",state:o});return void 0===n?"":`color:${n};`}function gl({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,prefix:"paragraphColor",state:o});return void 0===n?"":`color:${n};`}function vl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"paragraph"})};`:""}function fl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"paragraph"})}px;`}function yl({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"paragraph"})};`}function Ol({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"paragraph"})};`}function Sl({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"paragraph"})}px;`}function xl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h1"})};`:""}function Cl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h1"})}px;`}function jl({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h1"})};`}function Pl({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h1"})};`}function Bl({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h1"})}px;`}function wl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h2"})};`:""}function Tl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h2"})}px;`}function zl({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h2"})};`}function El({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h2"})};`}function kl({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h2"})}px;`}function Hl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h3"})};`:""}function Fl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h3"})}px;`}function _l({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h3"})};`}function Rl({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h3"})};`}function Ll({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h3"})}px;`}function Ml({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h4"})};`:""}function Wl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h4"})}px;`}function Il({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h4"})};`}function Nl({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h4"})};`}function Al({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h4"})}px;`}function Vl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h5"})};`:""}function Dl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h5"})}px;`}function $l({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h5"})};`}function Gl({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h5"})};`}function Ul({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h5"})}px;`}function Kl({v:e,device:t}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:"h6"})};`:""}function Yl({v:e,device:t}){return`font-size:${Object(B.he)({v:e,device:t,prefix:"h6"})}px;`}function ql({v:e,device:t}){return`line-height:${Object(B.le)({v:e,device:t,prefix:"h6"})};`}function Xl({v:e,device:t}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:"h6"})};`}function Zl({v:e,device:t}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:"h6"})}px;`}function Jl(){return"font-weight: inherit;"}function Ql({v:e,device:t,state:o,prefix:n="saleColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function es({v:e,device:t,prefix:o="sale"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function ts({v:e,device:t,prefix:o="sale"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function os({v:e,device:t,prefix:o="sale"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function ns({v:e,device:t,prefix:o="sale"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function as({v:e,device:t,prefix:o="sale"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function rs({v:e,device:t,state:o}){const n="on"===Object(B.Vc)({v:e,device:t,state:o})?"column":"row";return void 0===n?"":`flex-direction: ${n};`}function is({v:e,device:t,state:o}){const n=Object(B.Vc)({v:e,device:t,state:o}),a=Object(B.Wc)({v:e,device:t,state:o})/2;return void 0===a?"":"on"===n?`margin: 0 0 ${a}px 0;`:`margin: 0 ${a}px 0 0;`}function ls({v:e,device:t,state:o}){const n=Object(B.Vc)({v:e,device:t,state:o}),a=Object(B.Wc)({v:e,device:t,state:o})/2;return void 0===a?"":"on"===n?`margin: ${a}px 0 0 0;`:`margin: 0 0 0 ${a}px;`}function ss({v:e,device:t}){return Y({v:e,device:t,prefix:"title"})}function cs({v:e,device:t}){return q({v:e,device:t,prefix:"title"})}function ds({v:e,device:t}){return X({v:e,device:t,prefix:"title"})}function us({v:e,device:t}){return Z({v:e,device:t,prefix:"title"})}function ps({v:e,device:t}){return J({v:e,device:t,prefix:"title"})}function bs({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"titleColor"})}function ms({v:e,device:t}){return`padding-bottom: ${o="titleSpacing",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`;var o}function hs({v:e,device:t}){return Y({v:e,device:t,prefix:"attributes"})}function gs({v:e,device:t}){return q({v:e,device:t,prefix:"attributes"})}function vs({v:e,device:t}){return X({v:e,device:t,prefix:"attributes"})}function fs({v:e,device:t}){return Z({v:e,device:t,prefix:"attributes"})}function ys({v:e,device:t}){return J({v:e,device:t,prefix:"attributes"})}function Os({v:e,device:t,state:o}){const n=Object(B.Fc)({v:e,device:t,state:o}),a=Object(B.Ec)({v:e,device:t,state:o});return null==n||null==a?"":`padding: ${a}px ${n}px;`}function Ss({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"attributeColor"})}function xs({v:e,device:t,state:o}){const n=Object(B.u)({v:e,device:t,state:o,current:"top"}),a=Object(B.r)({v:e,device:t,state:o}),r=Object(B.n)({v:e,device:t,state:o}),i=Object(B.Gc)({v:e,device:t,state:o}),l=(e,t)=>"table"===e?t:0;return void 0===n?"":`border-top: ${l(i,n)}px; border-right: ${l(i,n)}px; border-bottom: ${n}px; border-left: ${l(i,n)}px; border-style: ${a}; border-color: ${r};`}function Cs({v:e,device:t,state:o}){return"table"===Object(B.Gc)({v:e,device:t,state:o})?"":"border-bottom-width: 0;"}var js=o(6);function Ps({v:e,device:t,state:o}){const n=Object(z.defaultValueValue)({v:e,key:"gridColumn",device:t,state:o});return`width:${n>1?100/n:100}%;`}function Bs({v:e,device:t}){return`padding: ${o="padding",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`;var o}function ws({v:e,device:t,state:o}){return`margin-top: ${Object(z.defaultValueValue)({v:e,key:"paginationSpacing",device:t,state:o})}px;`}function Ts({v:e,device:t,state:o}){return Y({v:e,device:t,state:o,prefix:"pagination"})}function zs({v:e,device:t,state:o}){return q({v:e,device:t,state:o,prefix:"pagination"})}function Es({v:e,device:t,state:o}){return X({v:e,device:t,state:o,prefix:"pagination"})}function ks({v:e,device:t,state:o}){return Z({v:e,device:t,state:o,prefix:"pagination"})}function Hs({v:e,device:t,state:o}){return J({v:e,device:t,state:o,prefix:"pagination"})}function Fs({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"paginationColor"})}function _s({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"paginationBg"})}function Rs({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"pagination"})}function Ls({v:e,device:t}){return St({v:e,device:t,state:js.a,prefix:"paginationColor"})}function Ms({v:e,device:t}){return dt({v:e,device:t,state:js.a,prefix:"paginationBg"})}function Ws({v:e,device:t}){return Ie({v:e,device:t,state:js.a,prefix:"pagination"})}function Is({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"pagination"})}function Ns({v:e,device:t,state:o}){return"off"===Object(z.defaultValueValue)({v:e,key:"filter",device:t,state:o})?"display:none;":"display: flex;"}function As({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"filter"});return`justify-content:${void 0===n?n:{left:"flex-start",center:"center",right:"flex-end"}[n]};`}function Vs({v:e,device:t,state:o}){const n=Object(z.defaultValueValue)({v:e,key:"filterSpacing",device:t,state:o});return`margin: 1px ${n}px 0 ${n}px;`}function Ds({v:e,device:t,state:o}){return`margin-bottom: ${Object(z.defaultValueValue)({v:e,key:"afterFilterSpacing",device:t,state:o})}px;`}function $s({v:e,device:t,state:o}){return Y({v:e,device:t,state:o,prefix:"filter"})}function Gs({v:e,device:t,state:o}){return q({v:e,device:t,state:o,prefix:"filter"})}function Us({v:e,device:t,state:o}){return X({v:e,device:t,state:o,prefix:"filter"})}function Ks({v:e,device:t,state:o}){return Z({v:e,device:t,state:o,prefix:"filter"})}function Ys({v:e,device:t,state:o}){return J({v:e,device:t,state:o,prefix:"filter"})}function qs({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"filterColor"})}function Xs({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"filterBg"})}function Zs({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"filter"})}function Js({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"filter"})}function Qs({v:e,device:t,state:o}){return jt({v:e,device:t,state:o,prefix:"filter"})}function ec({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"filter"})}function tc({v:e,device:t}){return St({v:e,device:t,state:js.a,prefix:"filterColor"})}function oc({v:e,device:t}){return dt({v:e,device:t,state:js.a,prefix:"filterBg"})}function nc({v:e,device:t}){return Ie({v:e,device:t,state:js.a,prefix:"filter"})}function ac({v:e,device:t}){return jt({v:e,device:t,state:js.a,prefix:"filter"})}function rc(){return"transition-property: color, box-shadow, background, border;"}function ic({v:e,device:t,state:o}){return n="horizontalAlign",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}function lc({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"filterColor"})}function sc({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"filterColor"})}function cc({v:e,device:t}){return dt({v:e,device:t,state:"active",prefix:"filterBg"})}function dc({v:e,device:t}){return Ie({v:e,device:t,state:"active",prefix:"filter"})}function uc({v:e,device:t}){return jt({v:e,device:t,state:"active",prefix:"filter"})}function pc({v:e,device:t,state:o}){return dt({v:e,device:t,state:o,prefix:"filterBg"})}function bc({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"filter"})}function mc({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"filter"})}function hc({v:e,device:t,state:o}){return jt({v:e,device:t,state:o,prefix:"filter"})}function gc({v:e,device:t,state:o}){return`margin-top: -${Object(B.u)({v:e,device:t,state:o})}px `}function vc({v:e,device:t,state:o}){return`margin-bottom: ${function({v:e,device:t,state:o}){return n="spacing",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}({v:e,device:t,state:o})}px `}function fc({v:e,device:t,state:o}){const n=function({v:e,device:t,state:o}){return n="filterSpacing",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}({v:e,device:t,state:o});return`margin: 1px ${n}px 0 ${n}px;`}function yc({v:e,device:t,state:o}){return`margin-bottom:${function({v:e,device:t,state:o}){return n="afterFilterSpacing",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});var n}({v:e,device:t,state:o})}px;`}function Oc({v:e,device:t,state:o}){const n=ic({v:e,device:t,state:o});return"right"===n?"flex-direction: row-reverse;":"center"===n?"justify-content: center;":""}function Sc({v:e,device:t,state:o}){return`text-align: ${ic({v:e,device:t,state:o})};`}function xc({v:e,device:t,state:o}){return"right"===ic({v:e,device:t,state:o})?"margin: 0 10px 0 0;":"margin: 0 0 0 10px;"}function Cc({v:e,device:t}){return`font-size: ${.75*Object(B.he)({v:e,device:t})}px;`}function jc({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"filter"});return`justify-content:${void 0===n?n:{left:"flex-start",center:"center",right:"flex-end"}[n]};`}function Pc({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"filter"})}function Bc({v:e,device:t}){return Y({v:e,device:t,prefix:"filter"})}function wc({v:e,device:t}){return q({v:e,device:t,prefix:"filter"})}function Tc({v:e,device:t}){return X({v:e,device:t,prefix:"filter"})}function zc({v:e,device:t}){return Z({v:e,device:t,prefix:"filter"})}function Ec({v:e,device:t}){return J({v:e,device:t,prefix:"filter"})}function kc({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"color"})}function Hc({v:e,device:t}){return dt({v:e,device:t,state:"active",prefix:"bg"})}function Fc({v:e,device:t}){return Ie({v:e,device:t,state:"active"})}function _c({v:e,device:t}){return jt({v:e,device:t,state:"active"})}function Rc({v:e}){return`transition: height ${e.animDuration}s ease-out;`}function Lc(){return"transition-property: color, box-shadow, background, border;"}function Mc({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("iconPosition"),r=n("iconSpacing");switch(a){case"left":return`margin: 0 ${r}px 0 0;`;case"right":return`margin: 0 0 0 ${r}px;`;case"top":return`margin: 0 0 ${r}px 0;`;case"bottom":return`margin: ${r}px 0 0 0;`}}function Wc({v:e,device:t,state:o}){var n;return`font-size: ${n="iconCustomSize",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})}px;`}function Ic({v:e}){return`border-bottom-color: ${Object(B.h)({v:e,state:js.a,prefix:"bg"})};`}function Nc({v:e}){return`border-right-color: ${Object(B.h)({v:e,state:js.a,prefix:"bg"})};`}function Ac({v:e}){return`border-left-color: ${Object(B.h)({v:e,state:js.a,prefix:"bg"})};`}function Vc({v:e}){var t;return`background-color: ${t="borderColorHex",Object(z.defaultValueValue)({v:e,key:t})}; z-index: 1;`}function Dc({v:e,device:t,state:o}){return`height: ${Object(B.s)({v:e,device:t,state:o})}px;`}function $c({v:e,device:t,state:o}){return`width: ${Object(B.s)({v:e,device:t,state:o})}px;`}function Gc({v:e,device:t,state:o}){return`right: calc(-100vw + ${Object(B.s)({v:e,device:t,state:o})}px);`}function Uc({v:e,device:t,state:o}){return`left: calc(-100vw + ${Object(B.s)({v:e,device:t,state:o})}px);`}function Kc({v:e,device:t,state:o}){return`border-width: 0 0 ${Object(B.s)({v:e,device:t,state:o})}px 0;`}function Yc({v:e}){return 0===e.items.length?"border-top: 1px solid transparent; margin-top: -1px;":""}function qc({v:e,device:t,state:o}){var n;switch(n="iconPosition",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})){case"left":return"flex-direction: row;";case"right":return"flex-direction: row-reverse;";case"top":return"flex-direction: column;";case"bottom":return"flex-direction: column-reverse;"}}function Xc({v:e,device:t,state:o}){var n;return`justify-content: ${"left"===(n="iconPosition",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}))?"flex-start":"flex-end"};`}function Zc({v:e,device:t,state:o}){var n;return`top: calc(100% - ${n="borderWidth",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})}px);`}function Jc({v:e,device:t,state:o}){var n;return`bottom: calc(100% - ${n="borderWidth",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})}px);`}function Qc({v:e,device:t,state:o}){var n;return`margin-bottom: ${n="spacingAfter",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o})}px;`}function ed({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("spacingAfter");return"left"===n("verticalAlign")?`margin: 0 ${a}px 0 0;`:`margin: 0 0 0 ${a}px;`}function td({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("spacing");return"off"===n("verticalMode")?`margin: 0 ${a}px 0 0;`:`margin: 0 0 ${a}px 0;`}function od({v:e,device:t,state:o}){const n=(a="horizontalAlign",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}));var a;return"justify"===n?"flex-grow: 1;":`justify-content:${{left:"flex-start",center:"center",right:"flex-end"}[n]};`}function nd({v:e,device:t,state:o}){var n;return"style-3"!==(n="navStyle",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}))?Vo({v:e,device:t,state:o}):""}function ad({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("verticalMode"),r=n("verticalAlign"),i=Object(B.n)({v:e,device:t,state:o});let l=Object(B.s)({v:e,device:t,state:o});if("off"===a)return 0===l&&(l=1),`content: ""; width: 100vw; height: ${l}px; background-color: ${i}; position: absolute; top: auto; bottom: 0; z-index: 1;`;if("on"===a){if("left"===r)return`content: ""; width: ${l}px; height: 100vh; background-color: ${i}; top: auto; left: auto; right: 0; `;if("right"===r)return`content: ""; width: ${l}px; height: 100vh; background-color: ${i}; top: auto; left: 0; right: auto; `}}function rd({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),a=n("verticalMode"),r=n("verticalAlign"),i=Object(B.n)({v:e,device:t,state:js.a}),l=Object(B.s)({v:e,device:t,state:js.a});if("off"===a)return`content: ""; width: 100%; height: ${l}px; background-color: ${i}; position: absolute; bottom: 0; left: 0; z-index: 2;`;if("on"===a){if("left"===r)return`content: ""; width: ${l}px; height: 100%; background-color: ${i}; position: absolute; right: 0; left: auto; z-index: 2;`;if("right"===r)return`content: ""; width: ${l}px; height: 100%; background-color: ${i}; position: absolute; right: auto; left: 0; z-index: 2;`}}function id({v:e}){return St({v:e,state:js.a,prefix:"color"})}function ld({v:e}){return dt({v:e,state:js.a,prefix:"bg"})}function sd({v:e}){return jt({v:e,state:js.a})}function cd({v:e}){return`border: ${Object(B.s)({v:e,state:"normal"})}px ${Object(B.r)({v:e,state:"normal"})} ${Object(B.n)({v:e,state:js.a})};`}function dd({v:e,device:t,state:o}){var n;return 0===(n="contentBgColorOpacity",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}))?"":dt({v:e,device:t,state:o,prefix:"contentBg"})}function ud({v:e,device:t,state:o}){var n;return 0===(n="contentBorderColorOpacity",Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}))?"":Ie({v:e,device:t,state:o,prefix:"content"})}function pd({v:e,device:t,state:o,prefix:n="content"}){return jt({v:e,device:t,state:o,prefix:n})}function bd({v:e,device:t,prefix:o="name"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function md({v:e,device:t,prefix:o="name"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function hd({v:e,device:t,prefix:o="name"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function gd({v:e,device:t,prefix:o="name"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function vd({v:e,device:t,prefix:o="name"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function fd({v:e,device:t,prefix:o="comment"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function yd({v:e,device:t,prefix:o="comment"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function Od({v:e,device:t,prefix:o="comment"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function Sd({v:e,device:t,prefix:o="comment"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function xd({v:e,device:t,prefix:o="comment"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function Cd({v:e,device:t,prefix:o="date"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function jd({v:e,device:t,prefix:o="date"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function Pd({v:e,device:t,prefix:o="date"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function Bd({v:e,device:t,prefix:o="date"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function wd({v:e,device:t,prefix:o="date"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function Td({v:e,device:t,prefix:o="reply"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})} !important;`:""}function zd({v:e,device:t,prefix:o="reply"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px !important;`}function Ed({v:e,device:t,prefix:o="reply"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})} !important;`}function kd({v:e,device:t,prefix:o="reply"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})} !important;`}function Hd({v:e,device:t,prefix:o="reply"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px !important;`}function Fd({v:e,device:t,prefix:o="postButton"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})} !important;`:""}function _d({v:e,device:t,prefix:o="postButton"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px !important;`}function Rd({v:e,device:t,prefix:o="postButton"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})} !important;`}function Ld({v:e,device:t,prefix:o="postButton"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})} !important;`}function Md({v:e,device:t,prefix:o="postButton"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px !important;`}function Wd({v:e,device:t,state:o="normal"}){const n=Object(B.Z)({v:e,device:t,state:o});return`width: ${n}px !important; height: ${n}px;`}function Id({v:e,device:t,state:o="normal"}){return`width: calc(100% - ${Object(B.Z)({v:e,device:t,state:o})+("skin3"===Object(B.ab)({v:e,device:t,state:o})?25:10)}px);`}function Nd({v:e,device:t,state:o,prefix:n="postButtonColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function Ad({v:e,device:t,state:o,prefix:n="postButtonBg"}){return dt({v:e,device:t,state:o,prefix:n})}function Vd({v:e,device:t,state:o="normal",prefix:n="postButtonBg"}){const a=Object(B.h)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a} !important;`}function Dd({v:e,device:t,state:o,prefix:n="nameColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function $d({v:e,device:t,state:o,prefix:n="commentsColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function Gd({v:e,device:t,state:o="normal"}){return`margin-left:${Object(B.Z)({v:e,device:t,state:o})+("skin3"===Object(B.ab)({v:e,device:t,state:o})?25:10)}px;`}function Ud({v:e,device:t,state:o,prefix:n="starsColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function Kd({v:e,device:t,state:o,prefix:n="starsBgColor"}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`color:${a};`}function Yd({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});return`font-size:${n("starsSize")}${n("starsSizeSuffix")};`}function qd({v:e,device:t,state:o,prefix:n}){const a=Object(B.B)({v:e,device:t,state:o,prefix:n});return void 0===a?"":`-webkit-text-fill-color:${a};`}function Xd({v:e,device:t,state:o}){const n=Object(B.Nb)({v:e,device:t,state:o});return void 0===n?"":`min-width: ${n}px;`}function Zd({v:e,device:t,state:o}){const n=Object(B.Mb)({v:e,device:t,state:o});return void 0===n?"":`min-height: ${n}px;`}function Jd(){return"transition-property:background-color,color,border,box-shadow;"}function Qd({v:e,device:t}){const o=Object(B.he)({v:e,device:t,prefix:"typography"}),n=Object(B.le)({v:e,device:t,prefix:"typography"});return void 0===o||void 0===n?"":`height: ${o*n}px;`}function eu({v:e,device:t,state:o}){let n="column"===Object(B.Zc)({v:e,device:t,state:o})?"column":"row";return void 0===n?"":`flex-direction: ${n};`}function tu({v:e,device:t,prefix:o="category"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function ou({v:e,device:t,prefix:o="category"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function nu({v:e,device:t,prefix:o="category"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function au({v:e,device:t,prefix:o="category"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function ru({v:e,device:t,prefix:o="category"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function iu({v:e,device:t,prefix:o="value"}){return"desktop"===t?`font-family:${Object(B.ge)({v:e,device:t,prefix:o})};`:""}function lu({v:e,device:t,prefix:o="value"}){return`font-size:${Object(B.he)({v:e,device:t,prefix:o})}px;`}function su({v:e,device:t,prefix:o="value"}){return`line-height:${Object(B.le)({v:e,device:t,prefix:o})};`}function cu({v:e,device:t,prefix:o="value"}){return`font-weight:${Object(B.je)({v:e,device:t,prefix:o})};`}function du({v:e,device:t,prefix:o="value"}){return`letter-spacing:${Object(B.ke)({v:e,device:t,prefix:o})}px;`}function uu({v:e,device:t,state:o}){const n=Object(B.Yc)({v:e,device:t,state:o}),a=Object(B.Zc)({v:e,device:t,state:o});return void 0===n?"":"inline"===a?"padding-top: 0px;":`padding-top: ${n/2}px; padding-bottom: ${n/2}px;`}function pu({v:e,device:t,state:o}){const n=Object(B.Xc)({v:e,device:t,state:o}),a=Object(B.Zc)({v:e,device:t,state:o});return void 0===n?"":"inline"===a?"padding-left: 10px;":`padding-left: ${n}px;`}function bu({v:e,device:t,state:o}){const n=Object(B.Xc)({v:e,device:t,state:o}),a=Object(B.Zc)({v:e,device:t,state:o});return void 0===n?"":"inline"===a?`margin-right: ${n}px;`:"margin-right: 0;"}function mu({v:e,device:t,prefix:o="categoryColor",state:n}){const a=Object(B.B)({v:e,device:t,prefix:o,state:n});return void 0===a?"":`color:${a};`}function hu({v:e,device:t,prefix:o="valueColor",state:n}){const a=Object(B.B)({v:e,device:t,prefix:o,state:n});return void 0===a?"":`color:${a};`}function gu({v:e,device:t,state:o}){const n=Object(B.Zc)({v:e,device:t,state:o}),a=Object(B.B)({v:e,device:t,state:o,prefix:"dividersColor"});return void 0===a?"":"inline"===n?"border-top: 0;":`border-top: 1px solid ${a};`}function vu({v:e,device:t,state:o}){return`font-size: ${Object(B.ad)({v:e,device:t,state:o})}px;`}function fu({v:e,device:t,state:o,prefix:n="textColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function yu({v:e,device:t,state:o}){return`margin-left: ${Object(B.Xd)({v:e,device:t,state:o})}px;`}function Ou({v:e,device:t,state:o,prefix:n="bgStarColor"}){return`color: ${Object(B.B)({v:e,device:t,state:o,prefix:n})};`}function Su({v:e,device:t,state:o,prefix:n="iconColor"}){return St({v:e,device:t,state:o,prefix:n})}function xu({v:e,device:t,state:o}){const n=Object(B.Sc)({v:e,device:t,state:o});return void 0===n||"on"===n?"":"display: none;"}function Cu({v:e,device:t,state:o}){const n=Object(B.Jc)({v:e,device:t,state:o});return void 0===n||"off"===n?"":"content: attr(data-counter);"}function ju(){return"transition-property: background-color,color,border;"}function Pu({v:e,device:t,state:o,prefix:n="purchasesColor"}){return St({v:e,device:t,state:o,prefix:n})}function Bu({v:e,device:t,prefix:o="purchases"}){return Y({v:e,device:t,prefix:o})}function wu({v:e,device:t,prefix:o="purchases"}){return q({v:e,device:t,prefix:o})}function Tu({v:e,device:t,prefix:o="purchases"}){return X({v:e,device:t,prefix:o})}function zu({v:e,device:t,prefix:o="purchases"}){return Z({v:e,device:t,prefix:o})}function Eu({v:e,device:t,prefix:o="purchases"}){return J({v:e,device:t,prefix:o})}function ku({v:e,device:t,prefix:o="title"}){return Y({v:e,device:t,prefix:o})}function Hu({v:e,device:t,prefix:o="title"}){return q({v:e,device:t,prefix:o})}function Fu({v:e,device:t,prefix:o="title"}){return X({v:e,device:t,prefix:o})}function _u({v:e,device:t,prefix:o="title"}){return Z({v:e,device:t,prefix:o})}function Ru({v:e,device:t,prefix:o="title"}){return J({v:e,device:t,prefix:o})}function Lu({v:e,device:t,prefix:o="cost"}){return Y({v:e,device:t,prefix:o})}function Mu({v:e,device:t,prefix:o="cost"}){return q({v:e,device:t,prefix:o})}function Wu({v:e,device:t,prefix:o="cost"}){return X({v:e,device:t,prefix:o})}function Iu({v:e,device:t,prefix:o="cost"}){return Z({v:e,device:t,prefix:o})}function Nu({v:e,device:t,prefix:o="cost"}){return J({v:e,device:t,prefix:o})}function Au({v:e,device:t,prefix:o="subtotal"}){return Y({v:e,device:t,prefix:o})}function Vu({v:e,device:t,prefix:o="subtotal"}){return q({v:e,device:t,prefix:o})}function Du({v:e,device:t,prefix:o="subtotal"}){return X({v:e,device:t,prefix:o})}function $u({v:e,device:t,prefix:o="subtotal"}){return Z({v:e,device:t,prefix:o})}function Gu({v:e,device:t,prefix:o="subtotal"}){return J({v:e,device:t,prefix:o})}function Uu({v:e,device:t,prefix:o="button"}){return Y({v:e,device:t,prefix:o})}function Ku({v:e,device:t,prefix:o="button"}){return q({v:e,device:t,prefix:o})}function Yu({v:e,device:t,prefix:o="button"}){return X({v:e,device:t,prefix:o})}function qu({v:e,device:t,prefix:o="button"}){return Z({v:e,device:t,prefix:o})}function Xu({v:e,device:t,prefix:o="button"}){return J({v:e,device:t,prefix:o})}function Zu({v:e,device:t,state:o,prefix:n="titleColor"}){return St({v:e,device:t,state:o,prefix:n})}function Ju({v:e,device:t,state:o,prefix:n="costColor"}){return St({v:e,device:t,state:o,prefix:n})}function Qu({v:e,device:t,state:o,prefix:n="subtotalColor"}){return St({v:e,device:t,state:o,prefix:n})}function ep({v:e,device:t,state:o,prefix:n="buttonColor"}){return St({v:e,device:t,state:o,prefix:n})}function tp({v:e,device:t,state:o,prefix:n="buttonBg"}){return dt({v:e,device:t,state:o,prefix:n})}function op({v:e,device:t,state:o}){const n="inline"===Object(B.Hc)({v:e,device:t,state:o})?"row":"column";return void 0===n?"":`flex-direction: ${n};`}function np({v:e,device:t,state:o}){const n=Object(B.Hc)({v:e,device:t,state:o}),a=Object(B.Ic)({v:e,device:t,state:o});return void 0===a?"":"inline"===n?`width: calc(50% - ${a/2}px);`:`width: 100%; margin-bottom: ${a}px;`}function ap({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"button"})}function rp({v:e,device:t,state:o}){const n=Object(B.Oc)({v:e,device:t,state:o});return null==n?"":{left:"left: 0; margin-right: auto; margin-left: 0;",center:"left: 0; right: 0; margin-left: auto; margin-right: auto;",right:"right: 0; margin-right: 0; margin-left: auto;"}[n]}function ip({v:e,device:t,state:o}){const n={top:"top: 0; margin-top: 0; margin-bottom: auto;",center:"auto"===Object(B.Mc)({v:e,device:t,state:o})?"top: 50%; margin-top: auto; margin-bottom: auto; transform: translate(0, -50%);":"top: 0; bottom: 0; margin-top: auto; margin-bottom: auto;",bottom:"top: auto; bottom: 0; margin-top: auto; margin-bottom: 0;"},a=Object(B.Pc)({v:e,device:t,state:o});return null==a?"":n[a]}function lp({v:e,device:t,state:o}){const n=Object(B.Qc)({v:e,device:t,state:o}),a=Object(B.Rc)({v:e,device:t,state:o});return null==n&&null==a?"":`width: ${n}${a};`}function sp({v:e,device:t,state:o}){const n=Object(B.Mc)({v:e,device:t,state:o}),a=Object(B.Lc)({v:e,device:t,state:o}),r=Object(B.Nc)({v:e,device:t,state:o});return null==a&&null==r?"":`height:${{auto:"auto",custom:`${a}${r}`,fullHeight:"100vh"}[n]};`}function cp({v:e,device:t,state:o,prefix:n="bubbleColor"}){return St({v:e,device:t,state:o,prefix:n})}function dp({v:e,device:t,state:o,prefix:n="bubbleBg"}){return"bubble"!==Object(B.Kc)({v:e,device:t,state:o})?"background-color: transparent;":ut({v:e,device:t,state:o,prefix:n})}var up=o(40);function pp({v:e,device:t,state:o}){var n;const a=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});if("relative"===(null!==(n=a("elementPosition"))&&void 0!==n?n:"relative"))return"";const r=Object(up.h)(Un.a.read(a("height"))),i=a("heightSuffix");return r&&i?`content: ""; width: 0; padding-top:${r}${i} !important;`:""}function bp({v:e,device:t,state:o}){var n;var a;return"relative"===(null!==(a="elementPosition",n=Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}))&&void 0!==n?n:"relative")?"":"align-items: stretch;"}function mp({v:e,device:t,state:o,mode:n}){var a;if("editor"!==n)return"";var r;return"relative"===(null!==(a=Kn.a((r="elementPosition",Object(z.defaultValueValue)({v:e,key:r,device:t,state:o}))))&&void 0!==a?a:"relative")?"":"display: flex; flex: 1 1 auto;"}const hp=({v:e,device:t,state:o})=>{var n;var a;return"relative"===(null!==(n=Kn.a((a="elementPosition",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}))))&&void 0!==n?n:"relative")?"":"display: flex; width: 100%"},gp=({v:e,device:t,state:o})=>{var n;var a;return"relative"===(null!==(n=Kn.a((a="elementPosition",Object(z.defaultValueValue)({v:e,key:a,device:t,state:o}))))&&void 0!==n?n:"relative")?"":"width: 100%"};function vp({v:e,device:t,state:o}){const n=Object(B.Db)({v:e,device:t,state:o}),a=Object(B.mb)({v:e,device:t,state:o});if("horizontal"===n||"on"===a)return Lo({v:e,device:t,state:o});return`text-align: ${Object(B.c)({v:e,device:t,state:o})};`}function fp({v:e,device:t,state:o}){return"right"===Object(B.Ab)({v:e,device:t,state:o})?"flex-flow: row-reverse nowrap; justify-content: flex-end;":"flex-flow: row nowrap;"}function yp({v:e,device:t,state:o}){const n=Object(B.Ab)({v:e,device:t,state:o}),a=Object(B.Cb)({v:e,device:t,state:o});switch(n){case"left":return`margin:0 ${a}px 0 0;`;case"right":return`margin:0 0 0 ${a}px;`}}function Op({v:e,device:t,state:o}){return`font-size: ${Object(B.Bb)({v:e,device:t,state:o})}px;`}function Sp({v:e,device:t,state:o}){return`display: ${"on"===Object(B.mb)({v:e,device:t,state:o})?"flex":"none"};`}function xp({v:e,device:t,state:o}){return`display: ${"on"===Object(B.mb)({v:e,device:t,state:o})?"none":"flex"};`}function Cp({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"display: flex; flex-wrap: wrap; justify-content: inherit; align-items: center;":"display: inline-block;"}function jp({v:e,device:t,state:o}){if("vertical"===Object(B.Db)({v:e,device:t,state:o})){return`max-width: ${Object(B.Eb)({v:e,device:t,state:o})}%; width: 100%;`}return"max-width: none;"}function Pp({v:e,device:t,state:o}){return"vertical"===Object(B.Db)({v:e,device:t,state:o})?dt({v:e,device:t,state:o,prefix:"menuBg"}):"background-color: transparent;"}function Bp({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?dt({v:e,device:t,state:o,prefix:"menuBg"}):"background-color: transparent;"}function wp({v:e,device:t,state:o}){return Ie({v:e,device:t,state:o,prefix:"menu"})}function Tp({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"menu"})}function zp({v:e,device:t}){return St({v:e,device:t,state:"hover"})}function Ep({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?dt({v:e,device:t,state:"hover",prefix:"menuBg"}):"background-color: transparent;"}function kp({v:e,device:t}){return dt({v:e,device:t,state:"hover",prefix:"menuBg"})}function Hp({v:e,device:t}){return Ie({v:e,device:t,state:"hover",prefix:"menu"})}function Fp({v:e,device:t}){return St({v:e,device:t,state:"active"})}function _p({v:e,device:t}){return dt({v:e,device:t,state:js.a,prefix:"menuBg"})}function Rp({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?dt({v:e,device:t,state:js.a,prefix:"menuBg"}):"background-color: transparent;"}function Lp({v:e,device:t}){return Ie({v:e,device:t,state:js.a,prefix:"menu"})}function Mp({v:e,device:t,state:o}){return`font-size: ${Object(B.rb)({v:e,device:t,state:o})}px;`}function Wp({v:e,device:t}){return Y({v:e,device:t,prefix:"mMenu"})}function Ip({v:e,device:t}){return q({v:e,device:t,prefix:"mMenu"})}function Np({v:e,device:t}){return X({v:e,device:t,prefix:"mMenu"})}function Ap({v:e,device:t}){return Z({v:e,device:t,prefix:"mMenu"})}function Vp({v:e,device:t}){return J({v:e,device:t,prefix:"mMenu"})}function Dp({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"mMenuColor"})}function $p({v:e,device:t}){return`color: ${Object(B.nb)({v:e,device:t})};`}function Gp({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"mMenuColor"})}function Up({v:e,device:t,state:o}){return`border-color: ${Object(B.n)({v:e,device:t,state:o,prefix:"mMenu"})};`}function Kp({v:e,device:t,state:o}){return`background-color: ${Object(B.h)({v:e,device:t,state:o,prefix:"mMenuBg"})};`}function Yp({v:e,device:t,state:o}){const n=Object(B.c)({v:e,device:t,state:o,prefix:"mMenuItem"});return`justify-content: ${("left"===Object(B.ob)({v:e,device:t,state:o})?{left:"flex-start",center:"center",right:"flex-end"}:{left:"flex-end",center:"center",right:"flex-start"})[n]};`}function qp({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"mMenuIconColor"})}function Xp({v:e,device:t,state:o}){const n=Object(B.ob)({v:e,device:t,state:o}),a=Object(B.qb)({v:e,device:t,state:o});switch(n){case"left":return`margin:0 ${a}px 0 0;`;case"right":return`margin:0 0 0 ${a}px;`}}function Zp({v:e,device:t,state:o}){return`font-size: ${Object(B.pb)({v:e,device:t,state:o})}px;`}function Jp({v:e,device:t,state:o}){return"right"===Object(B.ob)({v:e,device:t,state:o})?"flex-flow: row-reverse nowrap;":"flex-flow: row nowrap;"}function Qp({v:e,device:t}){const o=Object(B.le)({v:e,device:t,prefix:"mMenu"}),n=Object(B.he)({v:e,device:t,prefix:"mMenu"}),{paddingTop:a,paddingTopSuffix:r,paddingBottom:i,paddingBottomSuffix:l,paddingRight:s,paddingRightSuffix:c}=Ko({v:e,device:t,prefix:"mMenu"});return`${`height: calc(${Math.round(o*n*10)/10}px + ${`${a}${r}`} + ${`${i}${l}`})`}; padding-right: ${s}${c};`}function eb({v:e,device:t}){if("vertical"===Object(B.Db)({v:e,device:t}))return"margin: 0;";return`margin: ${Object(B.md)({v:e,device:t})} ${Object(B.ld)({v:e,device:t})} ${Object(B.jd)({v:e,device:t})} ${Object(B.kd)({v:e,device:t})};`}function tb({v:e,device:t,state:o}){const n=Object(B.Db)({v:e,device:t,state:o}),a=Object(B.qd)({v:e,device:t}),r=Object(B.pd)({v:e,device:t}),i=Object(B.nd)({v:e,device:t}),l=Object(B.od)({v:e,device:t});return"horizontal"===n?`padding-top:${a}; padding-bottom:${i}; margin-right:${r}; margin-left:${l};`:`margin-top:${r}; margin-bottom:${l}; margin-right:0; margin-left:0;`}function ob({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"":"margin-top: 0;"}function nb({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"":"margin-bottom: 0;"}function ab({v:e,device:t,state:o}){return Vo({v:e,device:t,state:o,prefix:"mMenu"})}function rb({v:e,device:t}){return Y({v:e,device:t,prefix:"subMenu"})}function ib({v:e,device:t}){return q({v:e,device:t,prefix:"subMenu"})}function lb({v:e,device:t}){return X({v:e,device:t,prefix:"subMenu"})}function sb({v:e,device:t}){return Z({v:e,device:t,prefix:"subMenu"})}function cb({v:e,device:t}){return J({v:e,device:t,prefix:"subMenu"})}function db({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"subMenuColor"})}function ub({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"subMenuHoverColor"})}function pb({v:e,device:t,state:o}){return"right"===Object(B.Fb)({v:e,device:t,state:o})?"flex-flow: row-reverse nowrap; justify-content: flex-end;":"flex-flow: row nowrap;"}function bb({v:e,device:t,state:o}){const n=Object(B.Fb)({v:e,device:t,state:o}),a=Object(B.Hb)({v:e,device:t,state:o});switch(n){case"left":return`margin:0 ${a}px 0 0;`;case"right":return`margin:0 0 0 ${a}px;`}}function mb({v:e,device:t,state:o}){return`font-size: ${Object(B.Gb)({v:e,device:t,state:o})}px;`}function hb({v:e,device:t,state:o}){return`background-color: ${Object(B.h)({v:e,device:t,state:o,prefix:"subMenuBg"})};`}function gb({v:e,device:t,state:o}){return`background-color: ${Object(B.h)({v:e,device:t,state:o,prefix:"subMenuHoverBg"})};`}function vb({v:e,device:t,state:o}){return`border-color: ${Object(B.B)({v:e,device:t,state:o,prefix:"subMenuColor"})};`}function fb({v:e,device:t,state:o}){const n=Object(B.n)({v:e,device:t,state:o,prefix:"subMenu"}),a=Object(B.r)({v:e,device:t,state:o,prefix:"subMenu"});return`border-bottom: ${Object(B.s)({v:e,device:t,state:o,prefix:"subMenu"})}px ${a} ${n};`}function yb({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"subMenuColor"})}function Ob({v:e,device:t}){return`background-color: ${Object(B.h)({v:e,device:t,state:js.a,prefix:"subMenuBg"})};`}function Sb({v:e,device:t}){return jt({v:e,device:t,state:"active"})}function xb({v:e,device:t,state:o}){if("vertical"===Object(B.Db)({v:e,device:t,state:o})&&(t===ra.c||t===ra.b))return"position: relative;top: auto; left: auto; transform: translate(0, 0); height: 0; overflow: hidden;"}function Cb({v:e,device:t,state:o}){if("horizontal"===Object(B.Db)({v:e,device:t,state:o})&&(t===ra.c||t===ra.b))return"position: relative;top: auto; left: auto; transform: translate(0, 0); height: 0; overflow: hidden;"}function jb({v:e,device:t,state:o}){if("vertical"===Object(B.Db)({v:e,device:t,state:o})&&(t===ra.c||t===ra.b))return"height: auto; width: 100%; left: auto; right: auto;"}function Pb({v:e,device:t,state:o}){if("horizontal"===Object(B.Db)({v:e,device:t,state:o})&&(t===ra.c||t===ra.b))return"height: auto; width: 100%; left: auto; right: auto;"}function Bb({device:e}){if(e===ra.c||e===ra.b)return"border-right-style: solid; border-left-style: none;"}function wb(){return"position: absolute; top: 0; width: 305px;"}function Tb({device:e}){return e!==ra.a?"":"right: calc(100% + 5px);"}function zb({device:e}){return e!==ra.a?"":"left: calc(100% + 5px);"}function Eb({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"top: calc(100% + 5px); width: 300px;":"top: 0; width: 300px;"}function kb({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"right: 0;":"right: calc(100% + 5px);"}function Hb({v:e,device:t,state:o}){return"horizontal"===Object(B.Db)({v:e,device:t,state:o})?"left: 0;":"left: calc(100% + 5px);"}function Fb({v:e,device:t,state:o}){if("vertical"===Object(B.Db)({v:e,device:t,state:o})||t===ra.b){return`max-width: ${Object(B.yb)({v:e,device:t,state:o})}${Object(B.zb)({v:e,device:t,state:o})};`}return"max-width: 100%;"}function _b({v:e,device:t,state:o}){return`padding: ${Object(B.wb)({v:e,device:t,state:o})}px;`}function Rb({v:e,device:t,state:o}){if("custom"===Object(B.ub)({v:e,device:t,state:o})){return`min-height: ${Object(B.tb)({v:e,device:t,state:o})}${Object(B.vb)({v:e,device:t,state:o})};`}return"min-height: auto;"}function Lb({v:e,device:t,state:o}){return"vertical"===Object(B.Db)({v:e,device:t,state:o})||t===ra.b?"display: block":"display: none;"}function Mb({v:e,device:t,state:o}){return`width: ${Object(B.ec)({v:e,device:t,state:o})}%;`}function Wb({v:e,device:t,state:o}){return`font-size: ${Object(B.cc)({v:e,device:t,state:o})}px;`}function Ib({v:e,device:t,state:o}){const n=Object(B.bc)({v:e,device:t,state:o}),a=Object(B.dc)({v:e,device:t,state:o});return"left"===n?`margin: auto ${a}px auto 0;`:`margin: auto 0 auto ${a}px;`}function Nb({v:e,device:t,state:o}){return`flex-direction: ${"left"===Object(B.bc)({v:e,device:t,state:o})?"row":"row-reverse"};`}function Ab({v:e,device:t,state:o}){const n=Object(B.ac)({v:e,device:t,state:o});return"left"===Object(B.bc)({v:e,device:t,state:o})||"center"===n?`justify-content: ${{left:"flex-start",center:"center",right:"flex-end"}[n]};`:"left"===n?"justify-content: flex-end;":"right"===n?"justify-content: flex-start;":void 0}function Vb({v:e,device:t,state:o}){return`text-align: ${Object(B.ac)({v:e,device:t,state:o})};`}function Db({v:e,device:t,state:o}){if("on"===Object(B.Xb)({v:e,device:t,state:o})){return`width: ${Object(B.Yb)({v:e,device:t,state:o})}px;`}return`width: calc(100% / ${Object(B.Zb)({v:e,device:t,state:o})});`}function $b({v:e,device:t}){return`background-color: ${Object(B.h)({v:e,device:t,state:"active",prefix:"bg"})};`}function Gb({v:e,device:t}){return`color: ${Object(B.B)({v:e,device:t,state:"active",prefix:"color"})};`}function Ub({v:e,device:t,state:o,prefix:n="table"}){return Vo({v:e,device:t,state:o,prefix:n})}function Kb({v:e,device:t}){return`margin-right: ${o="itemPadding",Object(z.defaultValueValue)({v:e,key:o,device:t})}px;`;var o}function Yb({v:e,device:t,state:o}){const n=Object(B.B)({v:e,device:t,state:o});return`color: ${n}; background-color: ${n};`}function qb({v:e}){return e.menuName?"width: auto":"width: 100%"}function Xb({v:e,device:t}){return St({v:e,device:t,state:"active",prefix:"color"})}var Zb=o(50);const Jb=e=>"absolute"===e.elementPosition||"fixed"===e.elementPosition,Qb=(e,t)=>{const o=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),n=o("imageExtension"),a=o("imagePopulation");return(Object(Zb.k)(n)||Object(Zb.h)(n))&&!a};function em({v:e,device:t,props:o={}}){const n=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),a=Object(Zb.f)(e,t),r=n("size"),{width:i}=o.wrapperSizes[t],l=o.props.meta[t+"W"];if(Object(w.a)(i)||Object(w.a)(l))return"";if("custom"===a||Qb(e,t)){if("%"===n("widthSuffix")){const t=Math.round(Math.abs(100*i/l));return`${Jb(e)?"width":"max-width"}: ${t}%;`}return`max-width: ${n("width")}px;`}return`max-width: ${r}%;`}function tm({device:e,props:t={}}){const{height:o}=t.wrapperSizes[e];return null==o?"":"height: auto;"}function om({v:e,device:t,props:o={}}){const n=Object(Zb.f)(e,t),a=(r="size",Object(z.defaultValueValue)({v:e,key:r,device:t}));var r;const{width:i}=o[t];return Object(w.a)(i)?"":"custom"===n||Qb(e,t)?`${Jb(e)?"width":"max-width"}: ${i}px;`:Object(w.a)(a)?`max-width: ${i}px;`:`max-width: ${a}%;`}function nm({v:e,device:t,props:o={}}){if("custom"===Object(Zb.f)(e,t)||Qb(e,t)){const{height:e}=o[t];return Object(w.a)(e)?"":`height: ${e}px;`}return"height: auto;"}function am({v:e,device:t,props:o={}}){if("custom"===Object(Zb.f)(e,t)||Qb(e,t)){const{width:e}=o[t];return Object(w.a)(e)?"":`width: ${e}px;`}return"width: 100%;"}function rm({v:e,device:t,props:o={}}){if("custom"===Object(Zb.f)(e,t)||Qb(e,t)){const{height:e}=o[t];return Object(w.a)(e)?"":`height: ${e}px;`}const n=(a="imageSrc",Object(z.defaultValueValue)({v:e,device:t,key:a}));var a;const{width:r,height:i}=o[t];if(n||Object(w.a)(r)||Object(w.a)(i))return"height: auto;";return`height: auto;padding-top: ${Object(up.e)(i/r*100,4)}%;`}function im({v:e,device:t}){return"custom"===Object(Zb.f)(e,t)||Qb(e,t)?"position: absolute;":"position: static;"}function lm({v:e,device:t,props:o={}}){const{marginLeft:n}=o[t];if(Object(w.a)(n))return"";return"custom"===Object(Zb.f)(e,t)||Qb(e,t)?`margin-left: ${n}px;`:"margin-left: auto;"}function sm({v:e,device:t,props:o={}}){const{marginTop:n}=o[t];if(Object(w.a)(n))return"";return"custom"===Object(Zb.f)(e,t)||Qb(e,t)?`margin-top: ${n}px;`:"margin-top: auto;"}function cm({v:e,device:t,props:o}){const n=Object(Zb.f)(e,t),a=(r="imageSrc",Object(z.defaultValueValue)({v:e,device:t,key:r}));var r;if("custom"===n||!a||Qb(e,t)){const{width:e,height:n}=o[t];if(Object(w.a)(e)&&Object(w.a)(n))return"";return`padding-top: ${Object(up.e)(n/e*100,4)}%;`}return"padding-top: 0;"}function dm(){return"width: 100%;"}function um(){return"transition-property: border, box-shadow, filter;"}function pm({v:e,device:t,state:o,prefix:n="image"}){return dn({v:e,device:t,state:o,prefix:n})}function bm({v:e,device:t,state:o}){const n=Object(B.f)({v:e,device:t,state:o});return void 0===n?"":`animation-name:${n};`}function mm({v:e,device:t,state:o}){const n=Object(B.e)({v:e,device:t,state:o});return void 0===n?"":`animation-duration:${n}ms;`}function hm({v:e,device:t,state:o}){const n=Object(B.d)({v:e,device:t,state:o});return void 0===n?"":`animation-delay:${n}ms;`}const gm=Object(w.d)(e=>Object(up.b)(-359,359,e)?e:void 0,Un.a.read);function vm(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}const fm=e=>{var t;const o=gm(Object(z.defaultValueValue)(function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?vm(Object(o),!0).forEach((function(t){Object(P.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):vm(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({key:"rotate"},e)));return null!==(t=Object(w.c)(e=>(e=>Object.entries(e).reduce((e,[t,o])=>e+`${t}(${o})`,"transform: ")+";")({rotate:e+"deg"}),o))&&void 0!==t?t:""};function ym({v:e,device:t}){const o=Object(B.Zd)({v:e,device:t}),n=Object(B.Vd)({v:e,device:t});return void 0===o||void 0===n?"":`padding: ${n}px ${o}px;`}function Om({v:e,device:t}){return Ae({v:e,device:t,prefix:"input"})}function Sm({v:e,device:t}){const o=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),n=o("inputPosition"),a=o("spacing");return void 0===a||void 0===n?"":{left:`margin: 0 ${a}px 0 0;`,right:`margin: 0 0 0 ${a}px;`,top:`margin: 0 0 ${a}px 0;`,bottom:`margin: ${a}px 0 0 0;`}[n]}function xm({v:e,device:t}){const o=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),n=o("inputPosition"),a=o("inputWidth"),r="left"===n||"right"===n?"px":o("inputWidthSuffix"),i=o("inputHeight");return void 0===a||void 0===i?"":`width: ${a}${r}; height: ${i}px;`}function Cm({v:e,device:t}){var o;return`flex-direction: ${{left:"row",right:"row-reverse",top:"column",bottom:"column-reverse"}[(o="inputPosition",Object(z.defaultValueValue)({v:e,key:o,device:t}))]};`}function jm({v:e,device:t}){const o=o=>Object(z.defaultValueValue)({v:e,key:o,device:t}),n=o("inputPosition"),a=o("inputVerticalAlign"),r=o("inputHorizontalAlign");return`align-items: ${{top:"flex-start",right:"flex-end",center:"center",bottom:"flex-end",left:"flex-start"}["left"===n||"right"===n?a:r]};`}function Pm({v:e,device:t}){return Y({v:e,device:t,prefix:"input"})}function Bm({v:e,device:t}){return q({v:e,device:t,prefix:"input"})}function wm({v:e,device:t}){return X({v:e,device:t,prefix:"input"})}function Tm({v:e,device:t}){return Z({v:e,device:t,prefix:"input"})}function zm({v:e,device:t}){return J({v:e,device:t,prefix:"input"})}function Em({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"inputColor"})}function km({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"buttonColor"})}function Hm({v:e,device:t}){return Y({v:e,device:t,prefix:"label"})}function Fm({v:e,device:t}){return q({v:e,device:t,prefix:"label"})}function _m({v:e,device:t}){return X({v:e,device:t,prefix:"label"})}function Rm({v:e,device:t}){return Z({v:e,device:t,prefix:"label"})}function Lm({v:e,device:t}){return J({v:e,device:t,prefix:"label"})}function Mm({v:e,device:t}){return Y({v:e,device:t,prefix:"value"})}function Wm({v:e,device:t}){return q({v:e,device:t,prefix:"value"})}function Im({v:e,device:t}){return X({v:e,device:t,prefix:"value"})}function Nm({v:e,device:t}){return Z({v:e,device:t,prefix:"value"})}function Am({v:e,device:t}){return J({v:e,device:t,prefix:"value"})}function Vm({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"labelColor"})}function Dm({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"valueColor"})}function $m({v:e,device:t}){return Y({v:e,device:t,prefix:"clear"})}function Gm({v:e,device:t}){return q({v:e,device:t,prefix:"clear"})}function Um({v:e,device:t}){return X({v:e,device:t,prefix:"clear"})}function Km({v:e,device:t}){return Z({v:e,device:t,prefix:"clear"})}function Ym({v:e,device:t}){return J({v:e,device:t,prefix:"clear"})}function qm({v:e,device:t,state:o}){return St({v:e,device:t,state:o,prefix:"clearColor"})}function Xm({v:e}){return`margin-bottom: ${e.tableSpacing}px;`}function Zm({v:e}){const t=Object(B.s)({v:e,prefix:"table"}),o=Object(B.r)({v:e,prefix:"table"}),n=Object(B.n)({v:e,prefix:"table"});return void 0===t?"":`border:${t}px ${o} ${n};`}function Jm({v:e,device:t,state:o}){return`background-color: ${Object(B.B)({v:e,device:t,state:o,prefix:"inputBgColor"})};`}function Qm({v:e,device:t,state:o}){return`background-color: ${Object(B.B)({v:e,device:t,state:o,prefix:"tableBgColor"})};`}function eh({v:e,device:t,state:o}){return Ie({v:e,device:t,prefix:"input",state:o})}function th({v:e,device:t,state:o}){return jt({v:e,device:t,prefix:"input",state:o})}function oh({v:e,device:t,state:o}){return jt({v:e,device:t,prefix:"table",state:o})}function nh({v:e,device:t}){return Ie({v:e,device:t,prefix:"button"})}function ah({v:e,device:t}){return Ae({v:e,device:t,prefix:"button"})}function rh({v:e,device:t,state:o}){const n=Object(B.s)({v:e,device:t,state:o,prefix:"thumbnail"}),a=Object(B.r)({v:e,device:t,state:o,prefix:"thumbnail"}),r=Object(B.n)({v:e,device:t,state:o,prefix:"thumbnail"});return void 0===n?"":`border:${n}px ${a} ${r};`}function ih({v:e,device:t,state:o}){return Ae({v:e,device:t,state:o,prefix:"thumbnail"})}function lh({v:e,device:t,state:o}){return jt({v:e,device:t,prefix:"thumbnail",state:o})}function sh({v:e,device:t,state:o}){const n=Object(B.Uc)({v:e,device:t,state:o});return void 0!==n||null!==n?"bottom"===e.thumbStyle?`margin-top: ${n}px;`:"margin-top: 0;":""}function ch({v:e,device:t,state:o}){const n=Object(B.Tc)({v:e,device:t,state:o}),a=Object(B.Uc)({v:e,device:t,state:o});return void 0!==n||null!==n?"bottom"===e.thumbStyle?`margin-bottom: -${n}px;`:"top"===e.thumbStyle?`margin-bottom: ${-1*(n-a)}px;`:"margin-bottom: 0;":""}function dh({v:e,device:t,state:o}){const n=Object(B.Tc)({v:e,device:t,state:o});return void 0!==n||null!==n?("left"===e.thumbStyle||e.thumbStyle,`margin: 0 ${n}px ${n}px 0;`):""}function uh({v:e,device:t,state:o}){const n=Object(B.Tc)({v:e,device:t,state:o}),a="left"===e.thumbStyle||"right"===e.thumbStyle?e.thumbPerRowRL:e.thumbPerRowTB;return(void 0!==n||null!==n)&&`width: calc(${100/a}% - ${n*(a-1)/a}px);`}function ph({v:e,device:t,state:o}){const n=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o});return"left"===e.thumbStyle||"right"===e.thumbStyle?`min-width: ${n("thumbWidth")}${n("thumbWidthSuffix")}; width: ${n("thumbWidth")}${n("thumbWidthSuffix")};`:""}function bh({v:e,device:t,state:o}){const n=Object(B.Uc)({v:e,device:t,state:o});return"left"===e.thumbStyle?`margin-right: ${n}px;`:"right"===e.thumbStyle?`margin-left: ${n}px;`:"margin-right:0; margin-left:0;"}function mh({v:e}){return"right"===e.thumbStyle?"left: 1rem; right: auto;":"top"===e.thumbStyle?"bottom: 1rem; top: auto;":""}var hh=o(71);function gh({v:e,device:t,state:o,prefix:n="text"}){o=((e,t)=>"hover"===Object(hh.i)({v:e,state:t})?"hover":t)(e,o);const a=n=>Object(z.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:r}=Object(Kt.d)(a(Object(Gt.b)(n,"shadowColorHex")),a(Object(Gt.b)(n,"shadowColorPalette"))),i=Object(Ut.c)(r,a(Object(Gt.b)(n,"shadowColorOpacity"))),l=a(Object(Gt.b)(n,"shadowBlur"));return`text-shadow:${a(Object(Gt.b)(n,"shadowHorizontal"))}px ${a(Object(Gt.b)(n,"shadowVertical"))}px ${l}px ${i};`}},,function(e,t,o){"use strict";o.d(t,"d",(function(){return a})),o.d(t,"e",(function(){return i})),o.d(t,"a",(function(){return l.a})),o.d(t,"c",(function(){return u})),o.d(t,"b",(function(){return b})),o.d(t,"f",(function(){return m})),o.d(t,"g",(function(){return g})),o.d(t,"h",(function(){return v})),o.d(t,"i",(function(){return f})),o.d(t,"j",(function(){return y}));var n=o(17);function a(e,t){if(t){e=Object(n.a)(t).hex}return{hex:e}}var r=o(43);function i(e,t,o){if(o){const t=Object(r.e)(o);if(t)return t[e]}return t}var l=o(177),s=o(7);const c=e=>(e=>"optgroup"in e)(e)?{title:e.label,optgroup:e.optgroup.map(c)}:{title:e.label,value:e.alias||e.placeholder},d=e=>s.default.flatten(s.default.values(e),!0).map(c),u=(e,t)=>{if(!e)return[];const o=d(e[t]),n=[],{reference:a,multiReference:r}=e;return[...null!=a?a:[],...null!=r?r:[]].forEach(({title:e,dynamicContent:o})=>{const a=d(o[t]);a.length&&n.push({optgroup:a,title:e})}),[...o,...n]};var p=o(61);const b=(e,t,o)=>{const n=Object(p.a)(e,e=>e.placeholder===o||e.alias===o);if(null!=n&&n.obj)return n.obj},m=()=>[{title:"None",value:"none"},{icon:{className:"brz-ed-shape--1"},value:"1"},{icon:{className:"brz-ed-shape--2"},value:"2"},{icon:{className:"brz-ed-shape--3"},value:"3"},{icon:{className:"brz-ed-shape--4"},value:"4"},{icon:{className:"brz-ed-shape--5"},value:"5"},{icon:{className:"brz-ed-shape--6"},value:"6"},{icon:{className:"brz-ed-shape--7"},value:"7"},{icon:{className:"brz-ed-shape--8"},value:"8"},{icon:{className:"brz-ed-shape--9"},value:"9"},{icon:{className:"brz-ed-shape--10"},value:"10"},{icon:{className:"brz-ed-shape--11"},value:"11"},{icon:{className:"brz-ed-shape--12"},value:"12"},{icon:{className:"brz-ed-shape--13"},value:"13"},{icon:{className:"brz-ed-shape--14"},value:"14"},{icon:{className:"brz-ed-shape--15"},value:"15"},{icon:{className:"brz-ed-shape--16"},value:"16"},{icon:{className:"brz-ed-shape--17"},value:"17"},{icon:{className:"brz-ed-shape--18"},value:"18"},{icon:{className:"brz-ed-shape--19"},value:"19"},{icon:{className:"brz-ed-shape--20"},value:"20"},{icon:{className:"brz-ed-shape--21"},value:"21"},{icon:{className:"brz-ed-shape--22"},value:"22"},{icon:{className:"brz-ed-shape--23"},value:"23"},{icon:{className:"brz-ed-shape--24"},value:"24"},{icon:{className:"brz-ed-shape--25"},value:"25"},{icon:{className:"brz-ed-shape--26"},value:"26"},{icon:{className:"brz-ed-shape--27"},value:"27"},{icon:{className:"brz-ed-shape--28"},value:"28"},{icon:{className:"brz-ed-shape--29"},value:"29"},{icon:{className:"brz-ed-shape--30"},value:"30"},{icon:{className:"brz-ed-shape--31"},value:"31"},{icon:{className:"brz-ed-shape--32"},value:"32"},{icon:{className:"brz-ed-shape--33"},value:"33"},{icon:{className:"brz-ed-shape--34"},value:"34"},{icon:{className:"brz-ed-shape--35"},value:"35"},{icon:{className:"brz-ed-shape--36"},value:"36"},{icon:{className:"brz-ed-shape--37"},value:"37"},{icon:{className:"brz-ed-shape--38"},value:"38"},{icon:{className:"brz-ed-shape--39"},value:"39"},{icon:{className:"brz-ed-shape--40"},value:"40"},{icon:{className:"brz-ed-shape--41"},value:"41"},{icon:{className:"brz-ed-shape--42"},value:"42"}];var h=o(15);const g=(e=h.a.getAll().taxonomies)=>e?e.map(e=>{const{id:t="",label:o="",name:n="",terms:a=[]}=e;return t||o||n?a&&a.length?{title:o,optgroup:a.map(e=>({title:e.name,value:`${n}|${e.id}`}))}:{title:o,value:`${n}|${t}`}:{title:"-",value:""}}):[{title:"-",value:""}],v=(e="")=>{const t=h.a.getAll().taxonomies.filter(t=>{const{name:o}=t;return"products"===e?o.indexOf("product")>-1:"posts"===e?o.indexOf("product")<0:t});return g(t)},f=()=>{const e=h.a.getAll().postTypesTaxs;return e?e.map(e=>({value:e.name,title:e.label})):[{title:"-",value:""}]},y=e=>{const t=h.a.getAll().postTypesTaxs;return e&&t?t.filter(t=>t.taxonomies&&t.taxonomies.length&&t.name===e).reduce((e,t)=>{if(t.taxonomies){const o=t.taxonomies.map(e=>({value:e.id,title:e.name}));return e.concat(o)}return e},[]):[{title:"-",value:""}]}},function(e,t,o){"use strict";o.d(t,"a",(function(){return d}));var n=o(0),a=o.n(n),r=o(7),i=o(4),l=o.n(i),s=o(167);const c=(e,t)=>{const{className:o="",icon:n="nc-circle-add",style:i={},onClick:c=r.default.noop}=e,d=l()("brz-icon-svg brz-ed-icon-svg",o);return a.a.createElement("svg",{ref:t,className:d,onClick:c,style:i},a.a.createElement("use",{xlinkHref:Object(s.a)(n)}))},d=a.a.forwardRef(c);t.b=d},function(e,t,o){"use strict";var n=o(115);let a={};t.a={init(e){a=e},load(e){a=Object(n.a)(a,e)},get:e=>a[e],getAll:()=>a}},function(e,t,o){"use strict";o.d(t,"n",(function(){return l})),o.d(t,"p",(function(){return h})),o.d(t,"h",(function(){return p})),o.d(t,"g",(function(){return m})),o.d(t,"i",(function(){return b})),o.d(t,"q",(function(){return v.a})),o.d(t,"j",(function(){return O})),o.d(t,"f",(function(){return y})),o.d(t,"o",(function(){return B})),o.d(t,"m",(function(){return k})),o.d(t,"l",(function(){return E})),o.d(t,"e",(function(){return S.e})),o.d(t,"c",(function(){return S.c})),o.d(t,"a",(function(){return S.a})),o.d(t,"b",(function(){return S.b})),o.d(t,"d",(function(){return S.d})),o.d(t,"k",(function(){return S.f}));var n=o(61),a=o(74),r=o(65);const i=(e,t,o,n)=>{if("type"===e&&null!=a.a.getComponent(t)){if(o.value=o.value||{},void 0!==o.value._id&&n.keepExistingIds)return;if("GlobalBlock"===o.type)return;o.value._id=Object(r.a)()}};function l(e,t={}){const o=JSON.parse(JSON.stringify(e));return Object(n.e)(o,i,t),o}var s=o(2),c=o(26);function d(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?d(Object(o),!0).forEach((function(t){Object(s.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):d(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function p(e,t,o){let n=e.findIndex(e=>e===t),a="increase"===o?++n:--n;return a===e.length?a=0:a<0&&(a=e.length-1),e[a]}function b(e,t,o){return m(e,t,e=>{if(e.type){const{defaultValue:t}=a.a.getComponent(e.type)||{};return!(!t||!t.style)&&t.style[o]}})}function m(e,t,o){const n=[...e];let a=[];for(let r=0;r<=e.length;r++){const e=Object(c.getIn)(t,n),r=o(e);if(r||null===r)return{value:e,path:n};a.unshift(n.pop())}return{value:null,path:null}}function h(e,t=0,o=0){const n=function(e){const{defaultValue:t}=a.a.getComponent(e.type);return t.style}(e);let r=Object(c.setIn)(e,["value"],g(e.value,n));if(o++,e.value.items&&o<=t){const n=e.value.items.map((e,n)=>{let a={};return r.value&&r.value.items&&r.value.items[n]&&(a=r.value.items[n]),h(u(u({},e),{},{value:u(u({},a.value),e.value)}),t,o)});r=Object(c.setIn)(r,["value","items"],n)}return r}const g=(e,t={})=>Object.entries(t).reduce((o,[n,a])=>(o[n]=n in e?e[n]:a,o[n]="items"===n?e.items.map((e,o)=>u(u({},e),{},{value:u(u({},g(e.value,t.items[o].value)),e.value)})):n in e?e[n]:a,o),{});var v=o(223),f=o(196);const y=(e,t,o=t+1)=>{if(!e[t])throw new Error("Can't clone invalid item at index "+t);return Object(f.a)(e,o,e[t])},O=(e,t,o)=>o.reduce((e,o,n)=>{const a=l(Object(v.a)(o));return Object(c.insert)(e,t+n,a)},e);var S=o(136),x=o(42),C=o(29),j=o(25),P=o(19);function B(e,t=5){const o=e.value.items[0].value,n=o._styles;let{offsetX:a=0,offsetY:r=0}=o;const i=Object(P.G)(Object(j.b)().getState());if(!(C.a.read(a)&&C.a.read(r))&&n&&i){const e=n.reduce((e,t)=>i[t]?Object.assign(e,i[t]):e,{offsetX:0,offsetY:0});a=e.offsetX,r=e.offsetY}return Object(x.a)(e,e=>{e.value.items[0].value.offsetX=a+t,e.value.items[0].value.offsetY=r+t})}function w(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function T(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?w(Object(o),!0).forEach((function(t){Object(s.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):w(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function z(e,t){const o=t(e);let n;for(let r in e)if(e.hasOwnProperty(r)&&"object"==typeof e[r]&&null!==e[r]){const i=z(o[r],t);var a;if(i!==e[r])n=null!==(a=n)&&void 0!==a?a:{},n[r]=i}return n?function(e,t){if(Array.isArray(t)){let o,n=!1;for(const a in e){if(!e.hasOwnProperty(a))continue;const r=Number(a);r>=0&&r<=t.length-1&&(n||(o=t.slice(0),n=!0),o[a]=e[a])}return o||t}return T(T({},t),e)}(n,o):o}const E=e=>Object(n.b)(["type","value"],e),k=(e,t)=>z(t,t=>E(t)?e(t):t)},function(e,t,o){"use strict";o.d(t,"d",(function(){return c})),o.d(t,"c",(function(){return d})),o.d(t,"b",(function(){return i})),o.d(t,"a",(function(){return l})),o.d(t,"e",(function(){return s}));o(81);var n=o(92),a=o(25),r=o(19);function i(){return Object(r.h)(Object(a.b)().getState()).colorPalette}function l(e){return i().find(t=>t.id===e)}const s=(e,t)=>e.map(({id:e,hex:o})=>{let n=".brz-cp-"+e.toLowerCase(),a=".brz-bcp-"+e.toLowerCase();return"function"==typeof t&&(n=t(n),a=t(a)),`.brz ${n}, .brz ${a}{color: ${o};}`}).join("");const c=e=>Object(n.c)(null!=e?e:"");function d(e,t){if(c(e)){e=e.replace("#",""),t=isNaN(t)?1:t;return`rgba(${parseInt(e.substring(0,2),16)}, ${parseInt(e.substring(2,4),16)}, ${parseInt(e.substring(4,6),16)}, ${t})`}}},function(e,t,o){"use strict";o.d(t,"a",(function(){return I})),o.d(t,"b",(function(){return b})),o.d(t,"d",(function(){return N})),o.d(t,"e",(function(){return A}));var n=o(12),a=o(2),r=o(0),i=o.n(r),l=o(41),s=o.n(l),c=o(91),d=o(59),u=o(7);const p=i.a.createContext(void 0),b=({children:e,position:t,onEscape:o})=>{const n=Object(r.useContext)(p),a=Object(r.useMemo)(()=>u.default.defaults({position:t,onEscape:o},n),[t,o,n]);return i.a.createElement(p.Provider,{value:a},e)};var m=o(77),h=o(226);const g=({data:e,toolbar:t})=>i.a.createElement("div",{className:"brz-ed-toolbar__item"},i.a.createElement(h.a,{className:"brz-ed-toolbar__option",data:e,toolbar:t,location:"toolbar"}));function v(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function f(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?v(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):v(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class y extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"state",{itemsRenderer:void 0}),Object(a.a)(this,"containerRef",i.a.createRef()),Object(a.a)(this,"arrowRef",i.a.createRef()),Object(a.a)(this,"setItemsRenderer",e=>{this.setState({itemsRenderer:e},this.props.onContentChange)}),Object(a.a)(this,"resetItemsRenderer",()=>{this.setState({itemsRenderer:void 0},this.props.onContentChange)}),Object(a.a)(this,"renderItems",e=>{const{position:t,containerRef:o}=this.props,n=e.map((n,a)=>i.a.createElement(g,{key:n.id,data:n,toolbar:f(f({},this),{},{toolbarRef:null!=o?o:this.containerRef,toolbarCSSPosition:t,toolbarItemIndex:a+1,toolbarItemsLength:e.length})}));return i.a.createElement("div",{className:"brz-ed-toolbar__items brz-d-xs-flex brz-align-items-center"},n)})}render(){const{containerRef:e,arrowRef:t,arrow:o,items:n,onClick:a,onMouseEnter:r,onMouseLeave:l}=this.props,{itemsRenderer:s}=this.state,c=Object(m.b)(n);return c.length?i.a.createElement("div",{ref:null!=e?e:this.containerRef,className:"brz-ed-toolbar",onClick:a,onMouseEnter:r,onMouseLeave:l},void 0!==s?s(c):this.renderItems(c),o&&i.a.createElement("div",{ref:null!=t?t:this.arrowRef,className:"brz-ed-arrow brz-ed-arrow--top-center brz-ed-toolbar__arrow"})):null}}Object(a.a)(y,"defaultProps",{arrow:!0,items:[]});var O=o(40),S=o(200);class x extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"toolbarItemsContainerRef",i.a.createRef()),Object(a.a)(this,"toolbarItemsArrowRef",i.a.createRef()),Object(a.a)(this,"reposition",()=>{const{node:e,offsetTop:t,offsetBottom:o,offsetLeft:n,position:a}=this.props,r=this.toolbarItemsContainerRef.current,i=this.toolbarItemsArrowRef.current,l=e.ownerDocument.defaultView,s=document.documentElement.clientWidth;if(!r)return;const c=r.getBoundingClientRect(),d=e.getBoundingClientRect();let u,p;const b="fixed"===a?0:l.scrollY;b+d.top-(c.height+300)>=l.scrollY?(u=!1,p=b+d.top-c.height-Number(t),Object(S.b)("above")):(u=!0,p=b+d.top+d.height+Number(o),Object(S.b)("below"));const m=d.left+d.width/2-c.width/2+Number(n),h=e.ownerDocument.defaultView===l.parent?58:0,g=s-c.width,v=Object(O.a)(m,h,g),f=m-v;r.style.top=p+"px",r.style.left=v+"px","fixed"===a&&(r.style.position="fixed"),r.classList.add("brz-ed-animated","brz-ed-animated--fadeInDown"),u?r.classList.add("brz-ed-toolbar--bottom"):r.classList.remove("brz-ed-toolbar--bottom"),i&&(c.width/2-Math.abs(f)<23?i.classList.add("brz-hidden"):i.classList.remove("brz-hidden"),u?(i.classList.remove("brz-ed-arrow--top-center"),i.classList.add("brz-ed-arrow--bottom-center")):(i.classList.remove("brz-ed-arrow--bottom-center"),i.classList.add("brz-ed-arrow--top-center")),i.style.left=`calc(50% + ${f}px)`)})}componentDidMount(){this.reposition()}componentDidUpdate(){this.props.repositionOnUpdates&&this.reposition()}render(){return i.a.createElement(y,Object(n.a)({},this.props,{containerRef:this.toolbarItemsContainerRef,arrowRef:this.toolbarItemsArrowRef,arrow:!0,onContentChange:this.reposition}))}}Object(a.a)(x,"defaultProps",{offsetTop:14,offsetBottom:14,offsetLeft:0});var C=o(210);const j=({getItems:e,getTitle:t})=>e?(Object(r.useEffect)(()=>{C.b&&C.b.setItems(e,t)}),Object(r.useEffect)(()=>()=>{C.b&&C.b.clearItems()},[]),null):null;let P=null,B=null;const w={getActive:()=>B,setActive(e){this.unsetActive(),B=e},unsetIfActive(e){e===B&&(P=e,B=null,P.handleMonitorDeactivationRequest())},unsetActive(){null!==B&&(P=B,B=null,P.handleMonitorDeactivationRequest())},activateLastActive(){P&&P.handleMonitorActivationRequest()}};var T=o(69);function z(e,t,o){let n=o.target;for(;n&&n!==e;){if(n.matches(t))return n;n=n.parentElement}return n}function E(e,t,o){if(e.matches(t)&&Object(T.g)(o.clientX,o.clientY,e.getBoundingClientRect()))return e;const n=e.querySelectorAll(t);for(let e=0;e<n.length;e++){const t=n[e];if(t&&Object(T.g)(o.clientX,o.clientY,t.getBoundingClientRect()))return t}return null}function k(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function H(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?k(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):k(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const F=new Map;class _ extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"context",void 0),Object(a.a)(this,"state",{opened:!1}),Object(a.a)(this,"node",null),Object(a.a)(this,"selectorNode",null),Object(a.a)(this,"makeComponentUnControlled",()=>{null!==this.node&&this.node.removeEventListener("click",this.handleNodeClick)}),Object(a.a)(this,"makeComponentControlled",()=>{null!==this.node&&this.node.addEventListener("click",this.handleNodeClick,!1)}),Object(a.a)(this,"handleNodeClick",e=>{if(null!==this.node&&!e.brzToolbarHandled)if(void 0===this.props.selector){if(w.getActive()===this)return;e.brzToolbarHandled=!0,this.show()}else{const t=("dom-tree"===this.props.selectorSearchStrategy?z:E)(this.node,this.props.selector,e);t?(e.brzToolbarHandled=!0,!1===this.state.opened?(this.selectorNode=t,this.show()):t!==this.selectorNode&&this.hide(()=>{this.selectorNode=t,this.show()})):this.hide()}}),Object(a.a)(this,"handleClick",e=>{e.stopPropagation();const{onClick:t}=this.props;t&&t(e)}),Object(a.a)(this,"handleMouseEnter",e=>{e.stopPropagation();const{onMouseEnter:t}=this.props;if(t&&t(e),null!==this.node){const e=new CustomEvent("brz.toolbar.mouseenter",{bubbles:!0});this.node.dispatchEvent(e)}}),Object(a.a)(this,"handleMouseLeave",e=>{e.stopPropagation();const{onMouseLeave:t}=this.props;if(void 0!==t&&t(e),this.node){const e=new CustomEvent("brz.toolbar.mouseleave",{bubbles:!0});this.node.dispatchEvent(e)}}),Object(a.a)(this,"handleEscape",()=>{const e=this.props,t=H(H({},this.context),e);t.onEscape?t.onEscape():this.hide()}),Object(a.a)(this,"handleClickOutside",()=>{w.unsetActive()}),Object(a.a)(this,"clickOutsideException",e=>{try{const t=s.a.findDOMNode(this);return null!==t&&t.contains(e)}catch(e){return!1}}),Object(a.a)(this,"getOutSideExceptions",()=>[".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",".brz-ed-fixed",".brz-ed-box__resizer--point",".media-modal",".media-modal-backdrop",this.clickOutsideException])}componentDidMount(){if(this.node=s.a.findDOMNode(this),null!==this.node&&null!==this.node.ownerDocument){if(!F.get(this.node.ownerDocument)){const e=this.node.ownerDocument.createElement("div");e.id="brz-toolbar-portal",this.node.ownerDocument.body.appendChild(e),F.set(this.node.ownerDocument,e)}this.props.manualControl||this.makeComponentControlled()}}componentDidUpdate({manualControl:e=!1}){e!==this.props.manualControl&&(!0===e?this.makeComponentControlled():this.makeComponentUnControlled())}componentWillUnmount(){w.unsetIfActive(this),this.node=null,this.selectorNode=null}handleMonitorActivationRequest(){this.show()}handleMonitorDeactivationRequest(){this.hide()}show(){if(!this.state.opened){const{onBeforeOpen:e,onOpen:t}=this.props;w.setActive(this),e&&e(),this.setState({opened:!0},()=>{if(t&&t(),null!==this.node){const e=new CustomEvent("brz.toolbar.open",{bubbles:!0});this.node.dispatchEvent(e)}})}}hide(e){if(this.state.opened){const{onBeforeClose:t,onClose:o}=this.props;t&&t(),this.setState({opened:!1},()=>{if(o&&o(),null!==this.node){const e=new CustomEvent("brz.toolbar.close",{bubbles:!0});this.node.dispatchEvent(e)}null==e||e()})}}renderToolbar(){var e;if(null===this.node)return;if(null===this.node.ownerDocument)return;const t=this.props.getItems();if(!t||0===t.length)return;const o=this.props,a=this.context,r=this.node.ownerDocument,l=F.get(r);return l&&s.a.createPortal(i.a.createElement(i.a.Fragment,null,i.a.createElement(c.a,{exceptions:this.getOutSideExceptions(),onClickOutside:this.handleClickOutside},i.a.createElement(x,Object(n.a)({},a,o,{items:t,node:null!==(e=this.selectorNode)&&void 0!==e?e:this.node,onClick:this.handleClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}))),o.getSidebarItems&&i.a.createElement(j,{getItems:o.getSidebarItems,getTitle:o.getSidebarTitle}),i.a.createElement(d.a,{id:"key-helper-toolbar-escape",keyNames:["esc"],onKeyUp:this.handleEscape})),l)}render(){const{children:e}=this.props,{opened:t}=this.state;return i.a.createElement(i.a.Fragment,null,e,t&&this.renderToolbar())}}Object(a.a)(_,"contextType",p),Object(a.a)(_,"defaultProps",{manualControl:!1});var R=o(4),L=o.n(R),M=o(126),W=o(14);class I extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"state",{opened:!1}),Object(a.a)(this,"onClickOutside",()=>{this.close()}),Object(a.a)(this,"handleClick",()=>{!this.state.opened?this.open():this.close()}),Object(a.a)(this,"handleEscape",()=>{this.close()})}componentWillUnmount(){w.unsetIfActive(this)}getClickOutSideExceptions(){return[".brz-ed-collapsible__toolbar",".brz-ed-sidebar__right",".brz-ed-tooltip__content-portal",".brz-ed-popup-integrations",".brz-ed-popup-authorization",".media-modal",".media-modal-backdrop"]}handleMonitorActivationRequest(){this.open()}handleMonitorDeactivationRequest(){this.close()}open(){if(this.state.opened)return;Object(S.b)("below");const{onBeforeOpen:e,onOpen:t}=this.props;w.setActive(this),e&&e(),this.setState({opened:!0},()=>{t&&t()})}close(){if(!this.state.opened)return;const{onBeforeClose:e,onClose:t}=this.props;w.unsetIfActive(this),e&&e(),this.setState({opened:!1},()=>{t&&t()})}renderBadge(){const{membership:e,global:t}=this.props;return e||t?i.a.createElement(M.CSSTransition,{key:"badge",timeout:0},i.a.createElement("div",{className:"brz-ed-collapsible__badge"},t&&i.a.createElement(W.b,{icon:"nc-global"}),e&&i.a.createElement(W.b,{icon:"nc-user"}))):null}renderIcon(){return i.a.createElement(M.CSSTransition,{key:"icon",classNames:"fadeCollapsibleIcon",timeout:200},i.a.createElement("div",{className:"brz-ed-collapsible__icon",onClick:this.handleClick},i.a.createElement(W.b,{icon:"nc-settings"})))}renderToolbar(){const{getItems:e,animation:t}=this.props,o="leftToRight"===t?"animation-left-right":"animation-right-left",n=e();return i.a.createElement(M.CSSTransition,{key:"toolbar",classNames:o,timeout:200},i.a.createElement("div",{className:"brz-ed-collapsible__toolbar"},i.a.createElement(y,{items:n,arrow:!1})))}render(){const{className:e,getSidebarItems:t,getSidebarTitle:o}=this.props,{opened:n}=this.state,a=L()("brz-ed-collapsible",{"brz-ed-collapsible--opened":n},e);return i.a.createElement(i.a.Fragment,null,i.a.createElement(c.a,{onClickOutside:this.onClickOutside,exceptions:this.getClickOutSideExceptions()},i.a.createElement(M.TransitionGroup,{className:a},this.renderBadge(),n?this.renderToolbar():this.renderIcon())),n&&t&&i.a.createElement(j,{getItems:t,getTitle:o}),n&&i.a.createElement(d.a,{keyNames:["esc"],id:"key-helper-toolbar-escape",onKeyUp:this.handleEscape}))}}Object(a.a)(I,"defaultProps",{animation:"leftToRight",global:!1,membership:!1});t.c=_;const N=()=>w.unsetActive(),A=()=>w.activateLastActive()},function(e,t,o){"use strict";o.d(t,"C",(function(){return u.e})),o.d(t,"a",(function(){return u.a})),o.d(t,"L",(function(){return u.g})),o.d(t,"m",(function(){return u.c})),o.d(t,"l",(function(){return u.b})),o.d(t,"O",(function(){return u.h})),o.d(t,"J",(function(){return u.f})),o.d(t,"P",(function(){return u.i})),o.d(t,"s",(function(){return u.d})),o.d(t,"H",(function(){return m})),o.d(t,"r",(function(){return h})),o.d(t,"e",(function(){return g})),o.d(t,"b",(function(){return v})),o.d(t,"d",(function(){return f})),o.d(t,"E",(function(){return y})),o.d(t,"K",(function(){return O})),o.d(t,"h",(function(){return S})),o.d(t,"k",(function(){return x})),o.d(t,"j",(function(){return C})),o.d(t,"N",(function(){return P})),o.d(t,"M",(function(){return B})),o.d(t,"F",(function(){return w})),o.d(t,"i",(function(){return T})),o.d(t,"I",(function(){return z})),o.d(t,"g",(function(){return E})),o.d(t,"c",(function(){return k})),o.d(t,"q",(function(){return F})),o.d(t,"o",(function(){return _})),o.d(t,"n",(function(){return R})),o.d(t,"p",(function(){return L})),o.d(t,"G",(function(){return M})),o.d(t,"f",(function(){return W})),o.d(t,"z",(function(){return I})),o.d(t,"y",(function(){return N})),o.d(t,"D",(function(){return A})),o.d(t,"A",(function(){return V})),o.d(t,"B",(function(){return D})),o.d(t,"x",(function(){return $})),o.d(t,"t",(function(){return G})),o.d(t,"u",(function(){return U})),o.d(t,"w",(function(){return K})),o.d(t,"v",(function(){return Y}));var n=o(2),a=o(82),r=o(42),i={"wrapper--iconText":{showToolbar:"on"},"wrapper--form2":{showToolbar:"on"},"wrapper--login":{showToolbar:"on"},"wrapper--reset--psw":{showToolbar:"on"},"wrapper--tabs":{showToolbar:"on"},"wrapper--timeline":{showToolbar:"on"},"wrapper--table":{showToolbar:"on"},"wrapper--protected-page":{showToolbar:"on"},"wrapper--accordion":{showToolbar:"on"},"wrapper--imageGallery":{showToolbar:"on"},"wrapper--menu":{showToolbar:"on"},"wrapper--video-playlist":{showToolbar:"on"},"wrapper--switcher":{showToolbar:"on"},"wrapper--spacer":{marginTop:0,marginBottom:0,tabletMarginTop:0,tabletMarginBottom:0,mobileMarginTop:0,mobileMarginBottom:0},"wrapper--carousel":{showToolbar:"on"},"wrapper--posts":{showToolbar:"on",paddingType:"ungrouped",paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},"column--carousel":{width:100},"richText--carousel":{text:"<p class='brz-tp-paragraph brz-text-lg-center'><span class='brz-cp-color7'>The point of using dummy text for your paragraph is that it has a more-or-less normal distribution of letters. making it look like readable English.</span></p>"},"hide-row-borders":{showToolbar:"off"},"padding-0":{padding:0},submit:{type:"submit"},search:{type:"search"},"image--dynamic":{imagePopulation:"{{brizy_dc_img_featured_image}}"},"button--dynamic":{linkExternalType:"linkPopulation",linkPopulation:"{{brizy_dc_url_post}}",text:"READ MORE",borderRadius:2,borderWidth:2,fontSize:11,paddingBottom:11,paddingLeft:26,paddingRL:26,paddingRight:26,paddingTB:11,paddingTop:11,size:"small",tempPaddingBottom:11,tempPaddingLeft:26,tempPaddingRL:26,tempPaddingRight:26,tempPaddingTB:11,tempPaddingTop:11,mobileBorderRadius:2,mobilePaddingBottom:11,mobilePaddingLeft:26,mobilePaddingRight:26,mobilePaddingTop:11,mobileSize:"small"},"richText-title--dynamic":{text:"<p class='brz-text-lg-center brz-tp-heading4'><span class='brz-cp-color2'><span class='text-population' data-population='brizy_dc_post_title'>#Post Title</span>&nbsp;</span></p>"},"richText-desc--dynamic":{text:"<p class='brz-text-lg-center brz-tp-paragraph'><span class='brz-cp-color7'><span class='text-population' data-population='brizy_dc_post_excerpt'>#Post Excerpt</span></span></p>"},"wrapper--facebookComments":{showToolbar:"on"},"story-map":{size:90,height:70,heightSuffix:"%",elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:31,offsetYSuffix:"%",offsetYAlignment:"top"},"story-progressBar":{width:90,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:48,offsetYSuffix:"%",offsetYAlignment:"top"},"story-line":{width:90,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:49,offsetYSuffix:"%",offsetYAlignment:"top"},"story-countdown2":{width:90,height:10,heightSuffix:"%",elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:45,offsetYSuffix:"%",offsetYAlignment:"top"},"story-counter":{width:50,elementPosition:"fixed",offsetX:39,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:45,offsetYSuffix:"%",offsetYAlignment:"top"},"story-embedCode":{width:90,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:33,offsetYSuffix:"%",offsetYAlignment:"top"},"story-image":{width:90,height:70,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:36,offsetYSuffix:"%",offsetYAlignment:"top"},"story-starRating":{elementPosition:"fixed",offsetX:33,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:49,offsetYSuffix:"%",offsetYAlignment:"top"},"story-icon":{elementPosition:"fixed",customSize:20,offsetX:40,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:44,offsetYSuffix:"%",offsetYAlignment:"top",customSizeSuffix:"%",hoverColorHex:null,hoverColorOpacity:null,hoverColorPalette:null,tempHoverColorOpacity:null,tempHoverColorPalette:null,hoverGradientActivePointer:null,hoverGradientStartPointer:null,hoverGradientFinishPointer:null,hoverGradientType:null,hoverGradientLinearDegree:null,hoverGradientRadialDegree:null,hoverBgColorType:null,hoverBgColorHex:null,hoverBgColorOpacity:null,hoverBgColorPalette:null,tempHoverBgColorOpacity:null,tempHoverBgColorPalette:null,hoverGradientColorHex:null,hoverGradientColorOpacity:null,hoverGradientColorPalette:null,tempHoverGradientColorOpacity:null,tempHoverGradientColorPalette:null,hoverBorderColorHex:null,hoverBorderColorOpacity:null,hoverBorderColorPalette:null,tempHoverBorderColorOpacity:null,tempHoverBorderColorPalette:null},"story-video":{size:90,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:34,offsetYSuffix:"%",offsetYAlignment:"top"},"story-richText":{width:90,elementPosition:"fixed",offsetX:5,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:46,offsetYSuffix:"%",offsetYAlignment:"top"},"story-button":{paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,elementPosition:"fixed",offsetX:30,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:46,offsetYSuffix:"%",offsetYAlignment:"top",width:40,widthSuffix:"%",height:30,heightSuffix:"%"},"wrapper--story-form2":{showToolbar:"on"},"story-form2":{width:80,widthSuffix:"%",elementPosition:"fixed",offsetX:10,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:20,offsetYSuffix:"%",offsetYAlignment:"top"},"story-lottie":{width:60,widthSuffix:"%",elementPosition:"fixed",offsetX:20,offsetXSuffix:"%",offsetXAlignment:"left",offsetY:34,offsetYSuffix:"%",offsetYAlignment:"top"},"posts--column":{width:100},"postTitle-posts":{fontStyle:"custom",fontSize:20,tabletFontStyle:"custom",tabletFontSize:16,mobileFontStyle:"custom",mobileFontSize:16,contentHorizontalAlign:"center"},"postExcerpt-posts":{contentHorizontalAlign:"center"},"posts-archive":{pagination:"on"},"posts-productArchive":{pagination:"on"}},l=o(61),s=o(16),c=o(62),d=o(96),u=o(94);function p(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function b(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?p(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):p(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const m=e=>e.screenshots||{},h=e=>e.globalBlocks||{},g=e=>e.changedGBIds||{},v=e=>e.blocksData||{},f=e=>e.blocksOrder||[],y=e=>e.project||{},O=e=>e.styles||[],S=e=>e.currentStyle,x=e=>e.error,C=Object(a.createSelector)(y,e=>e.data.disabledElements||[]),j=Object(a.createSelector)(u.e,e=>e.data||{}),P=(Object(a.createSelector)(u.e,e=>e.slug),Object(a.createSelector)(j,e=>e.triggers||[])),B=Object(a.createSelector)(j,e=>e.triggers?e.triggers.length:null),w=Object(a.createSelector)(j,e=>Number.isInteger(e.rulesAmount)?e.rulesAmount:null),T=Object(a.createSelector)(u.h,e=>e.deviceMode),z=Object(a.createSelector)(u.h,e=>e.showHiddenElements),E=Object(a.createSelector)(u.h,e=>e.currentRole),k=Object(a.createSelector)(f,h,(e,t)=>{const o=Object.keys(t),{top:n,bottom:a}=Object(d.j)(e,o);return e.filter(e=>!n.includes(e)&&!a.includes(e))}),H=Object(a.createSelector)(h,v,(e,t)=>Object.entries(e).reduce((e,[o,n])=>{if(!t[o])return e;return"SectionPopup"===t[o].type||"SectionPopup2"===t[o].type||(e[o]=n),e},{})),F=Object(a.createSelector)(u.e,h,f,H,(e,t,o,n)=>{const a=o.filter(o=>!t[o]||Object(c.c)(t[o],e));return Object(d.i)(a,n)}),_=Object(a.createSelector)(h,v,m,(e,t,o)=>Object(l.d)(Object.entries(e).map(e=>{const[n,a]=e,i=t[n],s=o[n];return[n,Object(r.a)(a,e=>{e.data=b(b({},e.data),i),s&&(Object.assign(e.data.value,s),Object.assign(e.meta,s)),Object(l.f)(e.data.value,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&o[e.value._id]&&(e.meta=e.meta||{},Object.assign(e.value,o[e.value._id]),Object.assign(e.meta,o[e.value._id]))})})]}))),R=Object(a.createSelector)(h,v,(e,t)=>Object(l.d)(Object.entries(e).map(e=>{const[o,n]=e,a=t[o];if(!a)return e;return[o,Object(r.a)(n,e=>{e.data=a})]}))),L=Object(a.createSelector)(u.e,f,h,(e,t,o)=>t.reduce((t,n)=>(o[n]&&Object(c.c)(o[n],e)&&(t[n]=o[n]),t),{})),M=Object(a.createSelector)(S,u.b,(e,t)=>{const{colorPalette:o,fontStyles:n}=e,a=n.concat(t),r=o.reduce((e,t)=>b(b({},e),{},{[t.id+"__color"]:{colorHex:t.hex},[t.id+"__hoverColor"]:{hoverColorHex:t.hex},[t.id+"__bg"]:{bgColorHex:t.hex},[t.id+"__hoverBg"]:{hoverBgColorHex:t.hex},[t.id+"__gradient"]:{gradientColorHex:t.hex},[t.id+"__hoverGradient"]:{hoverGradientColorHex:t.hex},[t.id+"__bg2"]:{bg2ColorHex:t.hex},[t.id+"__border"]:{borderColorHex:t.hex},[t.id+"__hoverBorder"]:{hoverBorderColorHex:t.hex},[t.id+"__arrowsColor"]:{sliderArrowsColorHex:t.hex},[t.id+"__dotsColor"]:{sliderDotsColorHex:t.hex},[t.id+"__boxShadow"]:{boxShadowColorHex:t.hex},[t.id+"__shapeTopColor"]:{shapeTopColorHex:t.hex},[t.id+"__shapeBottomColor"]:{shapeBottomColorHex:t.hex},[t.id+"__paginationColor"]:{paginationColorHex:t.hex},[t.id+"__tabletBg"]:{tabletBgColorHex:t.hex},[t.id+"__tabletBorder"]:{tabletBorderColorHex:t.hex},[t.id+"__mobileBg"]:{mobileBgColorHex:t.hex},[t.id+"__mobileBorder"]:{mobileBorderColorHex:t.hex},[t.id+"__subMenuColor"]:{subMenuColorHex:t.hex},[t.id+"__subMenuHoverColor"]:{subMenuHoverColorHex:t.hex},[t.id+"__subMenuBgColor"]:{subMenuBgColorHex:t.hex},[t.id+"__subMenuHoverBgColor"]:{subMenuHoverBgColorHex:t.hex},[t.id+"__subMenuBorderColor"]:{subMenuBorderColorHex:t.hex},[t.id+"__mMenuColor"]:{mMenuColorHex:t.hex},[t.id+"__mMenuHoverColor"]:{mMenuHoverColorHex:t.hex},[t.id+"__mMenuBgColor"]:{mMenuBgColorHex:t.hex},[t.id+"__mMenuBorderColor"]:{mMenuBorderColorHex:t.hex},[t.id+"__mMenuIconColor"]:{mMenuIconColorHex:t.hex},[t.id+"__tabletMMenuIconColor"]:{tabletMMenuIconColorHex:t.hex},[t.id+"__mobileMMenuIconColor"]:{mobileMMenuIconColorHex:t.hex},[t.id+"__labelColor"]:{labelColorHex:t.hex},[t.id+"__checkboxColor"]:{checkboxColorHex:t.hex},[t.id+"__selectColor"]:{selectColorHex:t.hex},[t.id+"__hoverSelectColor"]:{hoverSelectColorHex:t.hex},[t.id+"__selectBg"]:{selectBgColorHex:t.hex},[t.id+"__hoverSelectBg"]:{hoverSelectBgColorHex:t.hex},[t.id+"__selectBorderColor"]:{selectBorderColorHex:t.hex},[t.id+"__hoverSelectBorderColor"]:{hoverSelectBorderColorHex:t.hex},[t.id+"__selectBoxShadow"]:{selectBoxShadowColorHex:t.hex},[t.id+"__hoverSelectBoxShadow"]:{hoverSelectBoxShadowColorHex:t.hex}}),{}),l=a.reduce((e,t)=>{var o,n,a,r,i,l,s,c,d;return b(b({},e),{},{[t.id+"__fsDesktop"]:{fontFamily:t.fontFamily,fontFamilyType:t.fontFamilyType,fontSize:t.fontSize,fontSizeSuffix:null!==(o=t.fontSizeSuffix)&&void 0!==o?o:"px",fontWeight:t.fontWeight,lineHeight:t.lineHeight,letterSpacing:t.letterSpacing},[t.id+"__fsTablet"]:{tabletFontSize:t.tabletFontSize,tabletFontSizeSuffix:null!==(n=t.tabletFontSizeSuffix)&&void 0!==n?n:"px",tabletFontWeight:t.tabletFontWeight,tabletLineHeight:t.tabletLineHeight,tabletLetterSpacing:t.tabletLetterSpacing},[t.id+"__fsMobile"]:{mobileFontSize:t.mobileFontSize,mobileFontSizeSuffix:null!==(a=t.mobileFontSizeSuffix)&&void 0!==a?a:"px",mobileFontWeight:t.mobileFontWeight,mobileLineHeight:t.mobileLineHeight,mobileLetterSpacing:t.mobileLetterSpacing},[t.id+"__subMenuFsDesktop"]:{subMenuFontFamily:t.fontFamily,subMenuFontFamilyType:t.fontFamilyType,subMenuFontSize:t.fontSize,subMenuFontSizeSuffix:null!==(r=t.fontSizeSuffix)&&void 0!==r?r:"px",subMenuFontWeight:t.fontWeight,subMenuLineHeight:t.lineHeight,subMenuLetterSpacing:t.letterSpacing},[t.id+"__subMenuFsTablet"]:{tabletSubMenuFontSize:t.tabletFontSize,tabletSubMenuFontSizeSuffix:null!==(i=t.tabletFontSizeSuffix)&&void 0!==i?i:"px",tabletSubMenuFontWeight:t.tabletFontWeight,tabletSubMenuLineHeight:t.tabletLineHeight,tabletSubMenuLetterSpacing:t.tabletLetterSpacing},[t.id+"__subMenuFsMobile"]:{mobileSubMenuFontSize:t.mobileFontSize,mobileSubMenuFontSizeSuffix:null!==(l=t.mobileFontSizeSuffix)&&void 0!==l?l:"px",mobileSubMenuFontWeight:t.mobileFontWeight,mobileSubMenuLineHeight:t.mobileLineHeight,mobileSubMenuLetterSpacing:t.mobileLetterSpacing},[t.id+"__mMenuFsDesktop"]:{mMenuFontFamily:t.fontFamily,mMenuFontFamilyType:t.fontFamilyType,mMenuFontSize:t.fontSize,mMenuFontSizeSuffix:null!==(s=t.fontSizeSuffix)&&void 0!==s?s:"px",mMenuFontWeight:t.fontWeight,mMenuLineHeight:t.lineHeight,mMenuLetterSpacing:t.letterSpacing},[t.id+"__mMenuFsTablet"]:{tabletMMenuFontSize:t.tabletFontSize,tabletMMenuFontSizeSuffix:null!==(c=t.tabletFontSizeSuffix)&&void 0!==c?c:"px",tabletMMenuFontWeight:t.tabletFontWeight,tabletMMenuLineHeight:t.tabletLineHeight,tabletMMenuLetterSpacing:t.tabletLetterSpacing},[t.id+"__mMenuFsMobile"]:{mobileMMenuFontSize:t.mobileFontSize,mobileMMenuFontSizeSuffix:null!==(d=t.mobileFontSizeSuffix)&&void 0!==d?d:"px",mobileMMenuFontWeight:t.mobileFontWeight,mobileMMenuLineHeight:t.mobileLineHeight,mobileMMenuLetterSpacing:t.mobileLetterSpacing}})},{});return b(b(b({},i),r),l)}),W=Object(a.createSelector)(e=>e.copiedElement,R,(e,t)=>Object(r.a)(e,e=>{Object(l.f)(e,e=>{if(e.type&&"GlobalBlock"===e.type&&e.value){const{_id:o}=e.value;t[o]&&Object.assign(e,t[o].data)}})})),I=Object(a.createSelector)(f,h,v,(e,t,o)=>{const n=Object.keys(t);return e.map(e=>n.includes(e)?{type:"GlobalBlock",value:{_id:e}}:o[e])}),N=Object(a.createSelector)(k,h,v,(e,t,o)=>{const n=Object.keys(t);return e.map(e=>n.includes(e)?{type:"GlobalBlock",value:{_id:e}}:o[e])}),A=Object(a.createSelector)(y,u.c,O,e=>e.currentStyleId,S,u.b,(e,t,o,n,a,i)=>Object(r.a)(e,e=>{e.data.fonts=t,e.data.styles=o,e.data.selectedStyle=n,e.data.extraFontStyles=i;for(let t=0;t<e.data.styles.length;t++)e.data.styles[t].id===a.id&&(e.data.styles[t]=a)})),V=Object(a.createSelector)(j,I,(e,t)=>Object(r.a)(e,e=>{e.items=t})),D=Object(a.createSelector)(V,R,(e,t)=>{return o=e,Object(s.m)(e=>{if("GlobalBlock"===e.type){const{_id:o}=e.value;if(t[o]&&t[o].data)return t[o].data}return e},o);var o}),$=Object(a.createSelector)(D,e=>e.items||[]),G=(Object(a.createSelector)($,e=>{const t=[];return Object(l.f)(e,e=>{e.popups&&t.push(...e.popups)}),t}),Object(a.createSelector)(u.e,N,m,(e,t,o)=>Object(r.a)(e,e=>{e.data.items=t,Object.keys(o).length>0&&Object(l.f)(e,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&o[e.value._id]&&Object.assign(e.value,o[e.value._id])})}))),U=Object(a.createSelector)(u.e,I,m,(e,t,o)=>Object(r.a)(e,e=>{e.data.items=t,Object.keys(o).length>0&&Object(l.f)(e,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&o[e.value._id]&&Object.assign(e.value,o[e.value._id])})})),K=Object(a.createSelector)(I,m,(e,t)=>Object(r.a)(e,e=>{Object.keys(t).length>0&&Object(l.f)(e,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&t[e.value._id]&&Object.assign(e.value,t[e.value._id])})})),Y=Object(a.createSelector)(u.e,I,h,m,(e,t,o,n)=>{const a=t.filter(t=>{if("GlobalBlock"===t.type){const{_id:n}=t.value;return Object(c.c)(o[n],e)}return!0});return Object(r.a)(a,e=>{Object.keys(n).length>0&&Object(l.f)(e,e=>{e.type&&"GlobalBlock"!==e.type&&e.value&&e.value._id&&n[e.value._id]&&Object.assign(e.value,n[e.value._id])})})})},function(e,t,o){"use strict";(function(e){var n=o(36),a=o(2),r=o(0),i=o.n(r),l=o(7),s=o(4),c=o.n(s),d=o(132),u=o(65),p=o(25),b=o(19),m=o(127),h=o(179),g=o(27),v=o(6),f=o(30),y=o(143),O=o(206),S=o(556),x=o(54),C=o(103),j=o(557),P=o(229),B=o(93),w=o(558);function T(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function z(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?T(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):T(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class E extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"_defaultValueProcessedCache",void 0),Object(a.a)(this,"_dc",{}),Object(a.a)(this,"childToolbarExtend",void 0),Object(a.a)(this,"bindPatchValue",e=>this.patchValue(e)),Object(a.a)(this,"makeWrapperProps",e=>{var t;const o=null!==(t=this.props.wrapperExtend)&&void 0!==t?t:{},n=c()(o.className,e.className),a=z(z({},o.attributes||{}),e.attributes||{});return z(z(z(z({},o),e),{},{className:n,attributes:a,id:this.getId(),componentId:this.constructor.componentId,meta:this.props.meta},this.getValue2()),{},{onChange:this.bindPatchValue,ref:t=>{Object(C.a)(t,o.ref||null),Object(C.a)(t,e.ref||null)}})})}static get componentId(){throw new Error(this.name+" must implement `static get componentId()`")}getComponentId(){return this.constructor.componentId}optionalSCU(e){const t=this.props;if(t.dbValue!==e.dbValue)return!0;if(t.reduxState.currentStyleId!==e.reduxState.currentStyleId)return!0;if(t.reduxState.currentStyle!==e.reduxState.currentStyle)return!0;if(t.reduxState.extraFontStyles!==e.reduxState.extraFontStyles)return!0;if(t.reduxState.fonts!==e.reduxState.fonts)return!0;if(t.reduxState.copiedElement!==e.reduxState.copiedElement)return!0;const o=t.path||[],n=e.path||[];if(o.length!==n.length)return!0;for(let e=0,t=o.length;e<t;e++)if(o[e]!==n[e])return!0;return!1}getId(){return this.props._id||x.a(this.getDBValue()._id)||(()=>{throw new Error("This should never happen. An initialized component must have a preset id")})()}getPath(){return this.props.path||[]}getReduxState(){return this.props.reduxState}getReduxDispatch(){return this.props.reduxDispatch}getDefaultValue(){const e=this.getDefaultValueProcessed().defaultValueFlat;return this.props.defaultValue?z(z({},e),this.props.defaultValue):e}getDefaultValueProcessed(){if(this._defaultValueProcessedCache)return this._defaultValueProcessedCache;const e=this.constructor.defaultValue,t=Object(y.b)(e),o=Object.keys(t).reduce((e,t)=>(Object(B.c)(t)&&e.push(Object(B.a)(t)),e),[]);return this._defaultValueProcessedCache={defaultValueFlat:t,dynamicContentKeys:o},this._defaultValueProcessedCache}getDBValue(){return this.props.dbValue}getStylesValue(){const{_styles:e}=this.getDBValue()||{},t=Object(b.G)(this.getReduxState());return e&&t?e.reduce((e,o)=>t[o]?Object.assign(e,t[o]):e,{}):null}getDCValue(e){var t;const o=this.getDefaultValueProcessed().dynamicContentKeys,n=[];for(const t of o){const o=Object(B.e)(e,t);o.hasDC&&n.push(o)}const a=this.getDCValueHook(n,e);if(null===(t=this._dc.pendingDCObjIncomplete)||void 0===t||t.abortGetComplete(),this._dc.pendingDCObjIncomplete=void 0,0===a.length)return this._dc.keys=void 0,this._dc.lastCache=void 0,{};{const e=Object(w.a)(a,this.context);if("complete"===e.type)return this._dc.keys=e.details,this._dc.lastCache=e.value,e.value;{this._dc.pendingDCObjIncomplete=e,this._dc.keys=e.details,e.getComplete().then(()=>{this.forceUpdate()}).catch(()=>{});const t={};let o=!1;if(this._dc.lastCache)for(const e of a)e.key in this._dc.lastCache&&(t[e.key]=this._dc.lastCache[e.key],o=!0);return o?z(z({},e.partialValue),t):e.partialValue}}}getDCValueHook(e,t){return e}getValue(){return this.getValue2().v}getValue2(){const e=this.getDefaultValue(),t=this.getStylesValue(),o=this.getDBValue(),n=z(z(z({},e),t),o);return{v:this.constructor.experimentalDynamicContent?Object.assign(n,this.getDCValue(n)):n,vs:z(z({},e),t),vd:e}}patchValue(e,t={}){const o=z(z({},this.getDBValue()),e);this.handleValueChange(o,z(z({},t),{},{patch:e}))}validateValue(e){const t=this.getDefaultValue(),o=Object.keys(e).filter(e=>{const o=e in t,n="_"===e[0]||["tabsState"].includes(e),a=["tabsCurrentElement"].includes(e);return!o&&!n&&!a});o.length&&console.error(`${this.constructor.componentId} element\n\nKeys not in defaultValue:\n${JSON.stringify(o,null,2)}\n \nTried to update with:\n${JSON.stringify(e,(e,t)=>Array.isArray(t)?"[...]":t,2)}`)}handleValueChange(e,t){this.props.onChange(e,t)}selfDestruct(){this.props.onChange(null,{intent:"remove_all"})}makeSubcomponentProps(e){let{bindWithKey:t}=e,o=Object(n.a)(e,["bindWithKey"]);const a=this.getDefaultValue(),r=this.getDBValue();return z(z({},o),{},{_id:`${this.getId()}-${t}`,path:[...this.getPath(),t],defaultValue:a&&a[t],dbValue:r&&r[t],reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:(e,o)=>this.patchValue({[t]:e},o)})}makeContextMenuProps(e,t={}){const o=this.getComponentId(),n=this.getValue();return z({id:Object(u.a)(3),componentId:o,items:e.getItems(n,this)},t)}makeToolbarPropsFromConfig(t,o,n={}){const{onToolbarOpen:a,onToolbarClose:r,onToolbarEnter:i,onToolbarLeave:l}=this.props,{allowExtendFromParent:s,parentItemsFilter:c,allowExtendFromChild:u,allowExtendFromThirdParty:h,thirdPartyExtendId:g=this.getComponentId(),allowSidebarExtendFromParent:f,allowSidebarExtendFromChild:O,allowSidebarExtendFromThirdParty:S,sidebarThirdPartyExtendId:x=g}=Object(y.d)(n);return{getItems:(e=Object(b.i)(Object(p.b)().getState()))=>{var o;const n="getItemsFor"+(([e,...t],o=!1)=>e.toUpperCase()+(o?t.join("").toLowerCase():t.join("")))(e,!0);const a=t[n],r=this.getValue(),i=v.e(r.tabsState);let l=this.bindToolbarItems(r,e,i,null!==(o=null==a?void 0:a(r,this))&&void 0!==o?o:[]);if(s&&this.props.toolbarExtend){const{getItems:t}=this.props.toolbarExtend;let o=t(e);"function"==typeof c&&(o=c(o)),l=Object(d.b)(l,o)}if(u&&this.childToolbarExtend){const{getItems:t}=this.childToolbarExtend,o=t(e);l=Object(d.b)(o,l)}if(h){const t=Object(m.b)("toolbarItemsExtend_"+g,null);if(null!=t&&t[n]){const o=this.bindToolbarItems(r,e,i,t[n](r,this));l=Object(d.b)(l,o)}}return l},getSidebarItems:(e=Object(b.i)(Object(p.b)().getState()))=>{var t,n;const a=this.getValue(),r=v.e(a.tabsState);let i=this.bindToolbarItems(a,e,r,(null==o||null===(t=o.getItems)||void 0===t?void 0:t.call(o,{v:a,component:this,device:e,state:r,context:this.context}))||[]);if(f&&null!==(n=this.props.toolbarExtend)&&void 0!==n&&n.getSidebarItems){const{getSidebarItems:t}=this.props.toolbarExtend,o=t(e);i=Object(d.b)(i,o)}if(O&&this.childToolbarExtend){const{getSidebarItems:t}=this.childToolbarExtend,o=t(e);i=Object(d.b)(o,i)}if(S){const t=Object(m.b)("sidebarItemsExtend_"+x,null);if(null!=t&&t.getItems){const o=this.bindToolbarItems(a,e,r,t.getItems({v:a,component:this,device:e,state:r}));i=Object(d.b)(i,o)}}return i},getSidebarTitle:()=>{let e=null==o?void 0:o.title;if("function"==typeof e){e=e({v:this.getValue()})}if(f&&this.props.toolbarExtend){const{getSidebarTitle:t}=this.props.toolbarExtend;e=t()||e}if(O&&this.childToolbarExtend){const{getSidebarTitle:t}=this.childToolbarExtend;e=t()||e}return e||""},onBeforeOpen:()=>{e.Brizy.activeEditorComponent=this},onBeforeClose:()=>{e.Brizy.activeEditorComponent=null},onOpen:a,onClose:r,onMouseEnter:i,onMouseLeave:l}}bindToolbarItems(e,t,o,n){return Object(d.c)(n=>{const{id:a,type:r,onChange:i}=n,s=e=>this.patchValue({tabsState:e});f.d===t&&(n=Object(h.a)(j.a,o,s,n));const c=Object(y.c)(r),d=n.dependencies||l.default.identity;return c&&(n.value=Object(O.b)(r)(n=>Object(g.b)({v:e,key:Object(y.a)(a,n),device:t,state:o}))),n.onChange=(e,a)=>{const r=c?Object(g.a)({key:n.id,device:Object(y.e)(t,n),state:Object(y.f)(o,n)}):n.id,l=c?d(Object(y.g)(r,e)):i?i(e,a):((e,t)=>void 0!==t?{[e]:t}:null)(r,e);l&&this.patchValue(l)},n},Object(d.c)(S.a,n))}makeToolbarPropsFromConfig2(t,o,n={}){const{onToolbarOpen:a,onToolbarClose:r,onToolbarEnter:i,onToolbarLeave:l}=this.props,{allowExtendFromParent:s,parentItemsFilter:c,parentExtendProp:u="toolbarExtend",allowExtendFromChild:h,allowExtendFromThirdParty:g,thirdPartyExtendId:f=this.getComponentId(),allowSidebarExtendFromParent:O,allowSidebarExtendFromChild:S,allowSidebarExtendFromThirdParty:x,sidebarThirdPartyExtendId:C=f}=Object(y.d)(n);return{getItems:(e=Object(b.i)(Object(p.b)().getState()))=>{var o;const n=this.getValue(),a=v.e(n.tabsState);let r=this.bindToolbarItems(n,e,a,null!==(o=null==t?void 0:t.getItems({v:n,component:this,device:e,state:a,context:this.context}))&&void 0!==o?o:[]);if(s&&this.props[u]){const{getItems:t}=this.props[u];let o=t(e);"function"==typeof c&&(o=c(o)),r=Object(d.b)(r,o)}if(h&&this.childToolbarExtend){const{getItems:t}=this.childToolbarExtend,o=t(e);r=Object(d.b)(o,r)}if(g){const t=Object(m.b)("toolbarItemsExtend_"+f,null);if(null!=t&&t.getItems){const o=this.bindToolbarItems(n,e,a,t.getItems({v:n,component:this,device:e,state:a,context:this.context}));r=Object(d.b)(r,o)}}return r},getSidebarItems:(e=Object(b.i)(Object(p.b)().getState()))=>{var t,n;const a=this.getValue(),r=v.e(a.tabsState);let i=this.bindToolbarItems(a,e,r,(null==o||null===(t=o.getItems)||void 0===t?void 0:t.call(o,{v:a,component:this,device:e,state:r,context:this.context}))||[]);if(O&&null!==(n=this.props[u])&&void 0!==n&&n.getSidebarItems){const{getSidebarItems:t}=this.props[u],o=t(e);i=Object(d.b)(i,o)}if(S&&this.childToolbarExtend){const{getSidebarItems:t}=this.childToolbarExtend,o=t(e);i=Object(d.b)(o,i)}if(x){const t=Object(m.b)("sidebarItemsExtend_"+C,null);if(null!=t&&t.getItems){const o=this.bindToolbarItems(a,e,r,t.getItems({v:a,component:this,device:e,state:r,context:this.context}));i=Object(d.b)(i,o)}}return i},getSidebarTitle:()=>{let e=null==o?void 0:o.title;if("function"==typeof e){e=e({v:this.getValue()})}if(O&&this.props.toolbarExtend){const{getSidebarTitle:t}=this.props.toolbarExtend;e=t()||e}if(S&&this.childToolbarExtend){const{getSidebarTitle:t}=this.childToolbarExtend;e=t()||e}return e||""},onBeforeOpen:()=>{e.Brizy.activeEditorComponent=this},onBeforeClose:()=>{e.Brizy.activeEditorComponent=null},onOpen:a,onClose:r,onMouseEnter:i,onMouseLeave:l}}render(){const{v:e,vs:t,vd:o}=this.getValue2();return this.renderForEdit(e,t,o)}renderForEdit(e,t,o){throw"renderForEdit: Not Implemented"}renderForView(e,t,o){return this.renderForEdit(e,t,o)}applyRulesToValue(e,t){const o=t.filter(Boolean);if(0===o.length)return e;const n=this.getRulesValue(o);return l.default.defaults(n,e)}getRulesValue(e){const t=Object(b.G)(this.getReduxState());if(t)return e.reduce((e,o)=>{let n;switch(typeof o){case"object":{const{rule:e,mapper:a}=o;n=t[e]&&a(t[e]);break}case"string":n=t[o];break;default:throw new Error("Invalid rule type")}return n?Object.assign(e,n):e},{})}}Object(a.a)(E,"defaultProps",{onToolbarOpen:l.default.noop,onToolbarClose:l.default.noop,onToolbarEnter:l.default.noop,onToolbarLeave:l.default.noop}),Object(a.a)(E,"defaultValue",{}),Object(a.a)(E,"experimentalDynamicContent",!1),Object(a.a)(E,"contextType",P.a),t.a=E}).call(this,o(106))},function(e,t,o){"use strict";o.d(t,"n",(function(){return c})),o.d(t,"b",(function(){return d})),o.d(t,"U",(function(){return u})),o.d(t,"B",(function(){return p})),o.d(t,"A",(function(){return b})),o.d(t,"e",(function(){return m})),o.d(t,"g",(function(){return h})),o.d(t,"hb",(function(){return g})),o.d(t,"jb",(function(){return v})),o.d(t,"D",(function(){return f})),o.d(t,"C",(function(){return y})),o.d(t,"f",(function(){return O})),o.d(t,"h",(function(){return S})),o.d(t,"ib",(function(){return x})),o.d(t,"j",(function(){return C})),o.d(t,"F",(function(){return j})),o.d(t,"G",(function(){return P})),o.d(t,"x",(function(){return B})),o.d(t,"w",(function(){return w})),o.d(t,"l",(function(){return T})),o.d(t,"k",(function(){return z}));o(81),o(241);var n=o(98);o.d(t,"a",(function(){return n.a})),o.d(t,"d",(function(){return n.b})),o.d(t,"i",(function(){return n.d})),o.d(t,"p",(function(){return n.e})),o.d(t,"q",(function(){return n.f})),o.d(t,"r",(function(){return n.g})),o.d(t,"s",(function(){return n.h})),o.d(t,"t",(function(){return n.i})),o.d(t,"v",(function(){return n.j})),o.d(t,"y",(function(){return n.k})),o.d(t,"z",(function(){return n.l})),o.d(t,"E",(function(){return n.m})),o.d(t,"H",(function(){return n.n})),o.d(t,"I",(function(){return n.o})),o.d(t,"J",(function(){return n.q})),o.d(t,"K",(function(){return n.r})),o.d(t,"L",(function(){return n.s})),o.d(t,"M",(function(){return n.t})),o.d(t,"N",(function(){return n.u})),o.d(t,"T",(function(){return n.v})),o.d(t,"X",(function(){return n.w})),o.d(t,"Y",(function(){return n.x})),o.d(t,"Z",(function(){return n.y})),o.d(t,"ab",(function(){return n.z})),o.d(t,"bb",(function(){return n.A})),o.d(t,"cb",(function(){return n.B})),o.d(t,"db",(function(){return n.C})),o.d(t,"eb",(function(){return n.D}));var a=o(15),r=o(47),i=o(178),l=o(54),s=o(105);const c=async({placeholders:e,signal:t})=>{const{api:{url:o,hash:s,placeholdersContent:c}}=a.a.get("wp"),d=a.a.get("editorVersion"),u=new URLSearchParams({hash:s,version:d,action:c});for(const[t,o]of Object.entries(e))if(o)for(const e of o)u.append(`p[${t}][]`,e);const p=await Object(n.s)(o,{method:"POST",body:u,signal:t});if(!p.ok)throw new Error("fetch dynamic content error");const{data:b}=await p.json();if(void 0===b||void 0===b.placeholders)throw new Error("fetch dynamic content error");const m=r.e(i.a(l.a))(b.placeholders);if(void 0===m)throw new Error("fetch dynamic content error");return m},d=({base64:e,blockType:t})=>{const{page:o,api:{url:r,hash:i,createBlockScreenshot:l}}=a.a.get("wp"),s=a.a.get("editorVersion"),c=e.replace(/data:image\/.+;base64,/,"");return Object(n.s)(r,{method:"POST",body:new URLSearchParams({action:l,post:o,version:s,hash:i,block_type:t,ibsf:c})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})},u=({id:e,base64:t,blockType:o})=>{const{page:r,api:{url:i,hash:l,updateBlockScreenshot:s}}=a.a.get("wp"),c=a.a.get("editorVersion"),d=t.replace(/data:image\/.+;base64,/,"");return Object(n.s)(i,{method:"POST",body:new URLSearchParams({action:s,post:r,version:c,hash:l,block_type:o,id:e,ibsf:d})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})},p=()=>{const{getSavedBlockList:e}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{action:e,fields:["uid","meta","synchronized","synchronizable"]}}).then(({data:e})=>e.map(s.c))},b=e=>{const{getSavedBlockByUid:t}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{uid:e,action:t}}).then(({data:e})=>Object(s.f)(e))},m=e=>{const{createSavedBlock:t}=a.a.get("wp").api,{uid:o,data:r,dataVersion:i,meta:l}=Object(s.k)(e),c=Object(s.a)(e);return Object(n.p)({type:"POST",dataType:"json",data:{uid:o,data:r,meta:l,media:c,dataVersion:i,action:t}})},h=e=>{const{deleteSavedBlock:t}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{uid:e,action:t}})},g=async e=>{const t=a.a.getAll(),{api:{url:o,hash:r,uploadBlocks:i}}=t.wp,l=t.editorVersion,c=new FormData;for(const t of e)c.append("files[]",t);c.append("version",l),c.append("hash",r),c.append("action",i);const d=await Object(n.s)(o,{method:"POST",body:c}),u=await d.json();if(u.success&&u.data.errors&&u.data.success)return{errors:u.data.errors,success:u.data.success.map(s.f)};throw u},v=async e=>{const t=a.a.getAll(),{api:{url:o,hash:r,uploadBlocks:i}}=t.wp,l=t.editorVersion,c=new FormData;for(const t of e)c.append("files[]",t);c.append("version",l),c.append("hash",r),c.append("action",i);const d=await Object(n.s)(o,{method:"POST",body:c}),u=await d.json();if(u.success&&u.data.errors&&u.data.success)return{errors:u.data.errors,success:u.data.success.map(s.f)};throw u},f=()=>{const{getLayoutList:e}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{action:e,fields:["uid","meta","synchronized","synchronizable"]}}).then(({data:e})=>e.map(s.c))},y=e=>{const{getLayoutByUid:t}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{uid:e,action:t}}).then(({data:e})=>Object(s.g)(e))},O=e=>{const{createLayout:t}=a.a.get("wp").api,{data:o,dataVersion:r,uid:i,meta:l}=Object(s.k)(e),c=Object(s.a)(e);return Object(n.p)({type:"POST",dataType:"json",data:{uid:i,data:o,meta:l,media:c,dataVersion:r,action:t}})},S=e=>{const{deleteLayout:t}=a.a.get("wp").api;return Object(n.p)({type:"POST",dataType:"json",data:{uid:e,action:t}})},x=async e=>{const t=a.a.getAll(),{api:{url:o,hash:r,uploadBlocks:i}}=t.wp,l=t.editorVersion,c=new FormData;for(const t of e)c.append("files[]",t);c.append("version",l),c.append("hash",r),c.append("action",i);const d=await Object(n.s)(o,{method:"POST",body:c}),u=await d.json();if(u.success&&u.data.errors&&u.data.success)return{errors:u.data.errors,success:u.data.success.map(s.g)};throw u},C=async({include:e=[],search:t="",abortSignal:o}={})=>{const{api:{url:r,hash:i,getUsers:l}}=a.a.get("wp"),s=a.a.get("editorVersion"),c=new URLSearchParams({hash:i,version:s,action:l});""!==t&&c.append("search",t);for(const t of e)c.append("include[]",t);const d=await Object(n.s)(r,{method:"POST",body:c,signal:o}),u=await d.json();if(u.success)return u.data;throw u},j=async e=>{const{url:t,hash:o,getTerms:r}=a.a.get("wp").api,i=a.a.get("editorVersion");return Object(n.s)(t,{method:"POST",body:new URLSearchParams({hash:o,version:i,taxonomy:e,action:r})}).then(e=>e.json()).then(({data:e})=>e)},P=async({include:e=[],search:t="",abortSignal:o}={})=>{const{api:{url:r,hash:i,getTermsBy:l}}=a.a.get("wp"),s=a.a.get("editorVersion"),c=new URLSearchParams({hash:i,version:s,action:l});""!==t&&c.append("search",t);for(let t=0;t<e.length;t++){const[o,n]=e[t];c.append("taxonomy[]",o),c.append("include[]",n)}const d=await Object(n.s)(r,{method:"POST",body:c,signal:o}),u=await d.json();if(u.success)return u.data;throw u},B=async({include:e,search:t="",postType:o,excludePostType:r,abortSignal:i}={})=>{const{api:{url:l,hash:s,searchPosts:c}}=a.a.get("wp"),d=a.a.get("editorVersion"),u=new URLSearchParams({hash:s,version:d,action:c});if(""!==t&&u.append("search",t),void 0!==e)for(const t of e)u.append("include[]",t);if(void 0!==o)for(const e of o)u.append("post_type[]",e);if(void 0!==r)for(const e of r)u.append("exclude_post_type[]",e);const p=await Object(n.s)(l,{method:"POST",body:u,signal:i}),b=await p.json();if(b.success)return b.data;throw b},w=async({taxonomy:e,abortSignal:t})=>{const{url:o,hash:r,getPostTaxonomies:i}=a.a.get("wp").api,l=a.a.get("editorVersion");return Object(n.s)(o,{method:"POST",body:new URLSearchParams({hash:r,version:l,post_type:e,action:i}),signal:t}).then(e=>e.json()).then(({data:e})=>e).catch(e=>[])},T=async()=>{const e=a.a.getAll().wp.postTypes;return Promise.resolve(e)},z=async e=>{const t=a.a.getAll(),{wp:o,editorVersion:r}=t,{url:i,hash:l,getPostObjects:s}=o.api;return await Object(n.s)(i,{method:"POST",body:new URLSearchParams({hash:l,version:r,postType:e,action:s})}).then(e=>e.json()).then(e=>{if(null==e||!e.data)throw"Something went wrong";return e.data}).catch(e=>[])}},function(e,t,o){"use strict";o.d(t,"b",(function(){return r}));var n=o(113);o.d(t,"c",(function(){return n.a}));var a=o(78);function r(e){return t=>e(t)?t:void 0}o.d(t,"a",(function(){return a.a}))},function(e,t,o){"use strict";o.d(t,"a",(function(){return u}));o(81);var n=o(36),a=o(2),r=o(0),i=o.n(r),l=o(41),s=o.n(l);let c={};function d(e){return Object.entries(e).reduce((e,[t,o])=>e+=o.replace(/element/g,`[data-custom-id=${t}]`),"")}class u extends i.a.Component{componentWillUnmount(){const{selectorName:e}=this.props;delete c[e]}componentDidMount(){this.updateCSS()}updateCSS(){const{selectorName:e,css:t}=this.props,o=s.a.findDOMNode(this);if(c[e]===t)return;t?(o.setAttribute("data-custom-id",e),c[e]=t):(o.removeAttribute("data-custom-id",e),delete c[e]);let n=document.getElementById("custom-css");n?n.innerHTML=d(c):(n=document.createElement("style"),n.id="custom-css",n.innerHTML=d(c),document.head.appendChild(n))}componentDidUpdate(){this.updateCSS()}renderForEdit(){const e=this.props,{selectorName:t,css:o,children:a}=e,r=Object(n.a)(e,["selectorName","css","children"]);return i.a.cloneElement(i.a.Children.only(a),r)}renderForView(){const{selectorName:e,css:t,children:o}=this.props;return i.a.createElement("div",{"data-custom-id":e,"data-custom-css":d({[e]:t})},i.a.Children.only(o))}render(){return this.renderForEdit()}}Object(a.a)(u,"defaultProps",{selectorName:"",css:""})},function(e,t,o){"use strict";o.d(t,"d",(function(){return a})),o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return l})),o.d(t,"a",(function(){return s}));var n=o(33);const a=e=>{switch(typeof e){case"string":return e;case"number":return e.toString();default:return}};r=a;var r;const i="",l=e=>{var t;return null!==(t=a(e))&&void 0!==t?t:""},s={read:a,empty:i,append:(e,t)=>e+t,concat:e=>e.join(""),eq:function(e,t){return e===t}}},function(e,t,o){"use strict";o.d(t,"a",(function(){return I})),o.d(t,"b",(function(){return N}));var n=o(234),a=o(541),r=o(2),i=o(42),l=o(353),s=o(19),c=o(61),d=o(79),u=o(117);function p(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function b(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?p(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):p(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function m(e,t){return b(b({},e),{},{history:{currSnapshot:t.getCurrentSnapshot(),prevSnapshot:t.getPreviousSnapshot(),canUndo:t.canUndo(),canRedo:t.canRedo()}})}var h=o(16),g=o(133);var v=o(26),f=o(62);function y(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function O(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?y(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):y(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var S=o(7);function x(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function C(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?x(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):x(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}Object(i.c)(!1);var j=o(31),P=o(28);function B(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function w(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?B(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):B(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const T={deviceMode:"desktop",leftSidebar:{isOpen:!1,drawerContentType:void 0},rightSidebar:{isOpen:!1,lock:void 0,alignment:"right"},showHiddenElements:!1,currentRole:"default"};var z=o(104);function E(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function k(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?E(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):E(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const H={value:{},path:[]};const F=e=>e.type&&e.value&&e.value._id&&e.value._thumbnailSrc;function _(e){const t={};return Object(c.f)(e,e=>{if(F(e)){const o=e.value;t[e.value._id]={_thumbnailSrc:o._thumbnailSrc,_thumbnailWidth:o._thumbnailWidth,_thumbnailHeight:o._thumbnailHeight,_thumbnailTime:o._thumbnailTime}}}),t}var R,L,M=function(e,t){const o=new u.a;return function(n,a){switch(a.type){case u.c:case u.b:{const e=a.type===u.c?o.canUndo():o.canRedo(),t=a.type===u.c?o.undo:o.redo;return e?(t.call(o),m(b(b({},n),o.getCurrentSnapshot()),o)):"object"==typeof(i=n).history&&null!==i.history&&Object(c.b)(["currSnapshot","prevSnapshot","canUndo","canRedo"],i.history)?n:m(b(b({},n),o.getCurrentSnapshot()),o)}default:{const i=e(n,a);if(!a.type.includes("@@redux/INIT")){var r;t.onBeforeUpdate&&t.onBeforeUpdate(n,a,o);const e=function(e,t){return t.reduce((t,o)=>(t[o]=e[o],t),{})}(i,t.keysToTrack);o.update(e,{replacePresent:Boolean(null==a||null===(r=a.meta)||void 0===r?void 0:r.historyReplacePresent)})}return m(i,o)}}var i}}((R={authorized:(e,t)=>{switch(t.type){case"HYDRATE":{const{authorized:e}=t.payload;return e}case"UPDATE_AUTHORIZATION":return t.payload;default:return e}},syncAllowed:(e,t)=>{switch(t.type){case"HYDRATE":{const{syncAllowed:e}=t.payload;return e}case"UPDATE_SYNC_ALLOWED":return t.payload;default:return e}},blocksData:(e={},t,o)=>{switch(t.type){case"HYDRATE":{var n;const{page:e,globalBlocks:o}=t.payload,a=(null===(n=e.data)||void 0===n?void 0:n.items)||[];if(h.d&&0===a.length)return{ecupxjcqmrpxjdimoebbkbnotrlufkfokjvr:{type:"Story",value:{_styles:["story"],items:[{type:"StoryItem",value:{_styles:["story-item"],items:[],_id:"dfmwxzkwbiaezltvsxhdinhplvimzenkiqto"}}],_id:"ecupxjcqmrpxjdimoebbkbnotrlufkfokjvr"},blockId:"StoryDefault"}};const r=a.reduce((e,t)=>{const{_id:o,globalBlockId:n}=t.value;return e[n||o]=t,e},{}),l=Object.entries(o).reduce((e,[t,o])=>(e[t]=Object(i.a)(o.data,e=>{e.value._id=t}),e),{});return Object(i.a)(O(O({},r),l),e=>{Object(c.f)(e,e=>{if(e.type&&"GlobalBlock"===e.type){const{globalBlockId:t}=e.value;t&&(e.value._id=t,delete e.value.globalBlockId)}})})}case"IMPORT_STORY":{const{blocks:n}=t.payload,{insertIndex:a}=t.meta,r=Object(s.d)(o)[0],i=Object(h.j)(e[r].value.items,a,n);return Object(v.setIn)(e,[r,"value","items"],i)}case"ADD_BLOCK":{const{block:o}=t.payload;return O(O({},e),{},{[o.value._id]:o})}case"MAKE_POPUP_TO_GLOBAL_BLOCK":{const{data:o}=t.payload,n=Object(h.m)(e=>e.value._id===o.value._id?{blockId:e.blockId,type:"GlobalBlock",value:{_id:o.value._id}}:e,e);return Object(i.a)(n,e=>{e[o.value._id]=o})}case"MAKE_GLOBAL_BLOCK_TO_POPUP":{const{block:o,fromBlockId:n,parentId:a}=t.payload;if(h.b)return O(O({},e),{},{[o.value._id]:o});const r=e=>e.value._id===n?o:e,i=e=>Object(h.l)(e)?Object(c.c)(i,r(e)):Object(c.c)(i,e),l=e=>!!Object(h.l)(e)&&e.value._id===a,s=e=>l(e)?i(e):Object(c.c)(s,e);return s(e)}case"MAKE_GLOBAL_TO_NORMAL_BLOCK":{const{block:o}=t.payload;return O(O({},e),{},{[o.value._id]:o})}case"REMOVE_BLOCK":{const{index:n}=t.payload,a=Object(s.r)(o),r=Object.keys(a),l=Object(s.d)(o)[n];return r.includes(l)?e:Object(i.a)(e,e=>{delete e[l]})}case"REMOVE_BLOCKS":{const t=Object(s.d)(o),n=Object(s.r)(o),a=Object.keys(n),r=t.filter(e=>!a.includes(e));return Object(i.a)(e,e=>{r.forEach(t=>{delete e[t]})})}case"UPDATE_GLOBAL_BLOCK":{const{id:o,data:n}=t.payload;return null===n.value?e:O(O({},e),{},{[o]:n})}case"IMPORT_TEMPLATE":case"UPDATE_BLOCKS":{const{blocks:o}=t.payload,n=o.reduce((e,t)=>("GlobalBlock"===t.type||(e[t.value._id]=t),e),{});return O(O({},e),n)}default:return e}},blocksThumbnailSizes:function(e={},t){switch(t.type){case j.h:return t.payload.blocksThumbnailSizes;default:return e}},copiedElement:function(e=H,t){switch(t.type){case j.d:return k(k({},e),t.value);default:return e}},currentStyle:function(e={},t,o){switch(t.type){case j.h:{const{project:e}=t.payload;return e.data.styles.find(t=>t.id===e.data.selectedStyle)}case j.t:return t.payload;case j.u:{const e=t.payload;return o.styles.find(({id:t})=>t===e)}case P.b:case j.j:{const{currentStyleId:n,styles:a}=t.payload,r=[...null!=a?a:[],...o.styles];return n?r.find(e=>e.id===n):e}default:return e}},currentStyleId:function(e="",t){switch(t.type){case j.h:{const{project:e}=t.payload;return e.data.selectedStyle}case j.u:return t.payload;case P.b:case j.j:{const{currentStyleId:o}=t.payload;return o||e}default:return e}},error:function(e=null,t){switch(t.type){case j.h:{const{projectStatus:o}=t.payload;return o.locked?{code:d.f,data:o}:e}case j.w:return t.payload;default:return e}},extraFontStyles:(e=[],t)=>{switch(t.type){case"HYDRATE":{const{project:e}=t.payload;return e.data.extraFontStyles}case"UPDATE_EXTRA_FONT_STYLES":return t.payload;case"IMPORT_TEMPLATE":case"ADD_BLOCK":case"ADD_GLOBAL_BLOCK":{const{extraFontStyles:o}=t.payload;return o&&0!==o.length?[...e,...o]:e}default:return e}},fonts:function(e={},t){switch(t.type){case j.h:{const{fonts:e}=t.payload;return e}case j.b:case j.e:{const o=t.payload;return o&&0!==o.length?k(k({},e),o):e}case P.b:case j.j:case j.i:case j.a:case j.c:{const{fonts:o}=t.payload;return o&&0!==o.length?Object(i.a)(e,e=>{o.forEach(({type:t,fonts:o})=>{e[t]=e[t]||{data:[]},e[t].data.push(...o)})}):e}default:return e}},globalBlocks:(e={},t,o)=>{switch(t.type){case"HYDRATE":{const{globalBlocks:e,page:{data:{items:o=[]}}}=t.payload,n=o.filter(e=>{var t;return null==e||null===(t=e.value)||void 0===t?void 0:t.globalBlockId}).map(e=>{var t;return null==e||null===(t=e.value)||void 0===t?void 0:t.globalBlockId});return Object.entries(e).reduce((e,[o,a])=>(n.includes(o)&&!Object(f.k)(a.data)?e[o]=Object(i.a)(a,e=>{e.rules=Object(f.d)(a,!0,t.payload.page).rules,e.data.value._id=o}):e[o]=a,e),{})}case"ADD_BLOCK":return e;case"ADD_GLOBAL_BLOCK":{const{_id:n}=t.payload.block.value;return Object(f.k)(e[n].data)?e:C(C({},e),{},{[n]:Object(f.d)(e[n],!0,null==o?void 0:o.page)})}case"MAKE_POPUP_TO_GLOBAL_BLOCK":case"MAKE_NORMAL_TO_GLOBAL_BLOCK":{const{data:o,status:n,meta:a,rules:r,position:l}=t.payload;return Object(i.a)(e,e=>{e[o.value._id]={meta:a,data:o,status:n,rules:r,position:l}})}case"UPDATE_GLOBAL_BLOCK":{const{id:n,data:a}=t.payload;if(null===a.value&&!Object(f.k)(e[n].data)){const t=Object(f.d)(e[n],!1,null==o?void 0:o.page);return C(C({},e),{},{[n]:t})}return e}case"REMOVE_BLOCK":{const{index:n}=t.payload,a=Object(s.d)(o),r=Object.keys(e),i=a[n];if(r.includes(a[n])&&!Object(f.k)(e[i].data)){const t=Object(f.d)(e[i],!1,null==o?void 0:o.page);return C(C({},e),{},{[i]:t})}return e}case"MAKE_GLOBAL_TO_NORMAL_BLOCK":{const{fromBlockId:n}=t.payload,a=Object(f.d)(e[n],!1,null==o?void 0:o.page);return C(C({},e),{},{[n]:a})}case"REORDER_BLOCKS":{const{oldIndex:n,newIndex:a}=t.payload,r=Object(s.d)(o),i=Object.keys(e);if(i.includes(r[n])){const t=r[n],l=Object(v.insert)(Object(v.removeAt)(r,n),a,t),c=r[n],d=Object(f.g)(r,n,i),u=Object(f.g)(l,a,i);if("center"===d&&("top"===u||"bottom"===u)&&!Object(f.f)(Object(s.c)(o),e,null==o?void 0:o.page).includes(c)){const t=Object(f.d)(e[c],!0,null==o?void 0:o.page);return C(C({},e),{},{[c]:t})}}return e}case"REMOVE_BLOCKS":{const t=Object(s.d)(o),n=Object(s.c)(o),a=S.default.difference(t,n);return Object(i.a)(e,e=>{a.forEach(t=>{Object(f.k)(e[t].data)||(e[t]=Object(f.d)(e[t],!1,null==o?void 0:o.page))})})}case"UPDATE_BLOCKS":{const{blocks:n}=t.payload,a=Object(s.d)(o),r=n.map(e=>e.value._id),l=S.default.difference(a,r);return Object(i.a)(e,e=>{l.forEach(t=>{e[t]&&!Object(f.k)(e[t].data)&&(e[t]=Object(f.d)(e[t],!1,null==o?void 0:o.page))})})}case"UPDATE_GB_RULES":{const{id:o,rules:n}=t.payload;return Object(i.a)(e,e=>{e[o].rules=n})}case"DELETE_GLOBAL_BLOCK":{const{id:o}=t.payload;return Object(i.a)(e,e=>{e[o].data.deleted=!0})}case"PUBLISH":{const e=Object(s.o)(o),t=Object(s.p)(o),n=Object(s.q)(o);return Object.entries(e).reduce((e,[o,a])=>(e[o]=Object(i.a)(a,e=>{e.position=n[o]||null;const r="SectionPopup"===a.data.type||"SectionPopup2"===a.data.type;(t[o]||r)&&(e.status="publish")}),e),{})}default:return e}},changedGBIds:(e=[],t,o)=>{switch(t.type){case j.c:{const{_id:o}=t.payload.block.value;return[...e,o]}case j.n:case j.m:{const{_id:o}=t.payload.data.value;return[...e,o]}case j.k:case j.l:{const{fromBlockId:o}=t.payload;return e.includes(o)?e:[...e,o]}case j.o:{const{index:n}=t.payload,a=Object(s.d)(o)[n];return e.filter(e=>e!==a)}case j.p:{const t=Object(s.p)(o),n=Object.keys(t);return e.filter(e=>!n.includes(e))}case j.y:{const{id:o}=t.payload;return e.includes(o)?e:[...e,o]}case P.a:return[];default:return e}},page:(e,t,o)=>{switch(t.type){case"HYDRATE":{const{page:e}=t.payload;return e}case"PUBLISH":{const{status:e}=t.payload,n=h.b?Object(s.u)(o):Object(s.t)(o);return Object(i.a)(n,t=>{t.status=e,t.dataVersion=t.dataVersion+1})}case"UPDATE_TRIGGERS":{const{data:o}=t.payload;return Object(i.a)(e,e=>{e.data.triggers=o,e.dataVersion=e.dataVersion+1})}case"UPDATE_POPUP_RULES":return Object(i.a)(e,e=>{e.data.rulesAmount=t.payload.rules.length,e.dataVersion=e.dataVersion+1});case"UPDATE_PAGE_LAYOUT":return Object(g.a)(e)?Object(i.a)(e,e=>{e.layout.value=t.payload.layout,e.dataVersion=e.dataVersion+1}):e;case"UPDATE_PAGE_TITLE":return Object(g.a)(e)?Object(i.a)(e,e=>{e.title=t.payload,e.dataVersion=e.dataVersion+1}):e;default:return e}},blocksOrder:(e=[],t)=>{switch(t.type){case"HYDRATE":{var o;const e=(null===(o=t.payload.page.data)||void 0===o?void 0:o.items)||[];if(h.d&&0===e.length)return["ecupxjcqmrpxjdimoebbkbnotrlufkfokjvr"];const n=e.map(e=>e.value.globalBlockId||e.value._id);return Object(f.e)(n,t.payload.globalBlocks,t.payload.page)}case"ADD_GLOBAL_BLOCK":case"ADD_BLOCK":{const{block:o}=t.payload,{insertIndex:n}=t.meta,{_id:a}=o.value;return e.includes(a)?e:Object(v.insert)(e,n,o.value._id)}case"REMOVE_BLOCK":{const{index:o}=t.payload;return Object(v.removeAt)(e,o)}case"REMOVE_BLOCKS":return[];case"MAKE_GLOBAL_BLOCK_TO_POPUP":if(h.b){const{block:o,fromBlockId:n}=t.payload;return Object(v.replaceAt)(e,e.findIndex(e=>e===n),o.value._id)}return e;case"MAKE_GLOBAL_TO_NORMAL_BLOCK":{const{block:o,fromBlockId:n}=t.payload;return Object(v.replaceAt)(e,e.findIndex(e=>e===n),o.value._id)}case"REORDER_BLOCKS":{const{oldIndex:o,newIndex:n}=t.payload,a=e[o];return Object(v.insert)(Object(v.removeAt)(e,o),n,a)}case"IMPORT_TEMPLATE":{const{blocks:o}=t.payload,{insertIndex:n}=t.meta,a=o.map(e=>e.value._id);return Object(v.insert)(e,n,a)}case"UPDATE_BLOCKS":{const{blocks:e}=t.payload;return e.map(e=>e.value._id)}case"UPDATE_GLOBAL_BLOCK":{const{id:o,data:n}=t.payload;return null===n.value?e.filter(e=>e!==o):e}default:return e}},project:function(e={},t,o){switch(t.type){case j.h:{const{project:e}=t.payload;return e}case P.c:{const t=Object(l.a)(e),n=Object(l.a)(Object(s.D)(o));return t.equals(n)?e:Object(i.a)(Object(s.D)(o),e=>{e.dataVersion=e.dataVersion+1})}case j.v:{const o=t.payload;return Object(i.a)(e,e=>{e.data.disabledElements=o,e.dataVersion=e.dataVersion+1})}case j.i:{const{selectedKit:o}=t.payload;return Object(i.a)(e,e=>{e.data.selectedKit=o,e.dataVersion=e.dataVersion+1})}case j.s:{const o=t.payload;return Object(i.a)(e,e=>{e.data.selectedKit=o,e.dataVersion=e.dataVersion+1})}case P.b:case j.j:{const{styles:o,fonts:n}=t.payload;return null!=o&&o.length||null!=n&&n.length?Object(i.a)(e,e=>{e.dataVersion=e.dataVersion+1}):e}case j.b:case j.e:return Object(i.a)(e,e=>{e.dataVersion=e.dataVersion+1});default:return e}},styles:function(e=[],t){switch(t.type){case j.h:{const{project:e}=t.payload;return e.data.styles}case P.b:case j.j:case j.i:{const{styles:o}=t.payload;return o?[...e,...o]:e}default:return e}},ui:function(e=T,t){switch(t.type){case"UPDATE_UI":{const{key:o,value:n}=t,a=w(w({},e),{},{[o]:n});return"deviceMode"===o&&"manual"!==a.rightSidebar.lock&&("desktop"!==n?a.rightSidebar=w(w({},a.rightSidebar),{},{isOpen:!0,lock:"auto"}):a.rightSidebar.isOpen&&(a.rightSidebar=w(w({},a.rightSidebar),{},{isOpen:!1,lock:void 0}))),a}default:return e}},storeWasChanged:(e,t)=>{switch(t.type){case"HYDRATE":return z.a.unchanged;case"ADD_BLOCK":case"REMOVE_BLOCK":case"REORDER_BLOCKS":case"UPDATE_BLOCKS":case"UPDATE_GLOBAL_BLOCK":case"UPDATE_CURRENT_STYLE_ID":case"UPDATE_CURRENT_STYLE":case"UPDATE_EXTRA_FONT_STYLES":case"IMPORT_TEMPLATE":case"UNDO":case"REDO":return z.a.changed;case"PUBLISH":return z.a.pending;case"STORE_WAS_CHANGED":return t.payload;case"UPDATE_ERROR":return z.a.unchanged;default:return e}}},L={screenshots:function(e={},t,o,n){switch(t.type){case j.h:case P.c:{const e=_(n.page.data),t={};for(const[e,o]of Object.entries(n.globalBlocks)){const n=o.data;if(F(n)){const o=n.value;t[e]={_thumbnailSrc:o._thumbnailSrc,_thumbnailWidth:o._thumbnailWidth,_thumbnailHeight:o._thumbnailHeight,_thumbnailTime:o._thumbnailTime}}Object.assign(t,_(n.value))}return k(k(k({},e),t),{},{_published:k(k({},e),t)})}case j.A:{const{payload:{blockId:o,data:n}}=t;return Object(i.a)(e,e=>{e[o]=n})}case j.m:{const{data:{value:{_id:o}},meta:n}=t.payload,a={_thumbnailSrc:n._thumbnailSrc,_thumbnailWidth:n._thumbnailWidth,_thumbnailHeight:n._thumbnailHeight,_thumbnailTime:n._thumbnailTime};return Object(i.a)(e,e=>{e[o]=a,e._published[o]=a})}default:return e}}},(e={},t)=>{const o={};return Object.entries(R).reduce((o,[n,a])=>(o[n]=a(e[n],t,e),o),o),Object.entries(L).reduce((o,[n,a])=>(o[n]=a(e[n],t,e,o),o),o),o}),{keysToTrack:["blocksOrder","blocksData","currentStyleId","currentStyle","extraFontStyles","globalBlocksUpdates","storeWasChanged"],onBeforeUpdate:(e,t,o)=>{if(t.type===j.x||t.type===j.o||t.type===j.p){const n=Object(s.d)(e),a=Object(s.r)(e);(t.type===j.p?n:[t.payload.id]).forEach(e=>{if(n.includes(e)&&a[e]){const t=o.getSnapshots();o.replaceSnapshots(t.map(t=>(null!=t&&t.blocksOrder&&(t.blocksOrder=t.blocksOrder.filter(t=>t!==e)),t)))}})}}});let W;function I({middleware:e=[]}={}){if(W)throw new Error("store is already created");return W=Object(n.d)(M,Object(n.c)(a.reduxBatch,Object(n.a)(...e))),W}function N(){if(!W)throw new Error("store is not yet created");return W}},,function(e,t,o){"use strict";o.d(t,"g",(function(){return p})),o.d(t,"f",(function(){return b})),o.d(t,"d",(function(){return m})),o.d(t,"a",(function(){return h})),o.d(t,"b",(function(){return v})),o.d(t,"c",(function(){return y})),o.d(t,"h",(function(){return O})),o.d(t,"e",(function(){return S}));var n=o(2),a=o(33),r=o(7),i=o(9),l=o(30),s=o(6);function c(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function d(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?c(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):c(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function u(e,t,o){const n=e+(String(o).charAt(0).toUpperCase()+String(o).substr(1));return Object(a.f)(t[o],t[n])}function p(e,t){return u("tablet",e,t)}function b(e,t){return u("mobile",e,t)}function m(e,t){return Object(a.f)(e,t)}function h({key:e,device:t="desktop",state:o="normal"}){const n="temp"===e.substr(0,4)?"temp":"",a=n.length>0?e.substr(4):e;return Object(i.a)([n,g({key:a,device:t,state:o})])}function g({key:e,device:t,state:o}){const n=s.e(o),a=l.g(t),r=n===s.d?"":n,c=a===l.d?"":a;return Object(i.a)([r,c,e])}function v({v:e,key:t,device:o="desktop",state:n="normal"}){const r=h({key:t,device:o,state:n}),i=h({key:t,device:l.d,state:n}),c=h({key:t,device:l.d,state:s.d});return Object(a.f)(e[c],Object(a.f)(e[i],e[r]))}const f=Object(r.memoize)(()=>l.h.reduce((e,t)=>{const o=s.f().reduce((e,o)=>(e.push({device:t,state:o}),e),[]);return e.concat(o)},[]));function y(e,t){return f().reduce((o,n)=>o||v(d({v:e,key:t},n)),"")}function O(e,t,o){return f().some(n=>{const a=v(d({v:e,key:t},n));return a&&a!==o})}function S(e,t){return f().map(e=>h(d({key:t},e)))}},function(e,t,o){"use strict";o.d(t,"b",(function(){return p})),o.d(t,"c",(function(){return b})),o.d(t,"a",(function(){return m})),o.d(t,"d",(function(){return h})),o.d(t,"u",(function(){return s})),o.d(t,"p",(function(){return c})),o.d(t,"n",(function(){return g})),o.d(t,"m",(function(){return v})),o.d(t,"o",(function(){return f})),o.d(t,"l",(function(){return y})),o.d(t,"z",(function(){return O})),o.d(t,"f",(function(){return S})),o.d(t,"x",(function(){return x})),o.d(t,"F",(function(){return C})),o.d(t,"D",(function(){return j})),o.d(t,"w",(function(){return P})),o.d(t,"i",(function(){return B})),o.d(t,"B",(function(){return w})),o.d(t,"A",(function(){return T})),o.d(t,"e",(function(){return z})),o.d(t,"g",(function(){return E})),o.d(t,"h",(function(){return k})),o.d(t,"y",(function(){return H})),o.d(t,"q",(function(){return F})),o.d(t,"r",(function(){return _})),o.d(t,"s",(function(){return R})),o.d(t,"j",(function(){return L})),o.d(t,"k",(function(){return M})),o.d(t,"t",(function(){return W})),o.d(t,"v",(function(){return I})),o.d(t,"E",(function(){return N})),o.d(t,"C",(function(){return A}));var n=o(2),a=o(7),r=o(26),i=o(65),l=o(19);function s(){return{type:"UNDO"}}function c(){return{type:"REDO"}}function d(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?d(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):d(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const p="IMPORT_STORY",b="PUBLISH",m="FETCH_PAGE_SUCCESS",h="UPDATE_EXTRA_FONT_STYLES";function g(e){return{type:"MAKE_NORMAL_TO_GLOBAL_BLOCK",payload:e}}function v({fromBlockId:e,block:t}){return{type:"MAKE_GLOBAL_TO_NORMAL_BLOCK",payload:{fromBlockId:e,block:t}}}function f(e){return{type:"MAKE_POPUP_TO_GLOBAL_BLOCK",payload:e}}function y({fromBlockId:e,parentId:t,block:o}){return{type:"MAKE_GLOBAL_BLOCK_TO_POPUP",payload:{fromBlockId:e,parentId:t,block:o}}}function O({id:e,data:t,meta:o}){return{type:"UPDATE_GLOBAL_BLOCK",payload:{id:e,data:t},meta:u({is_autosave:1},o)}}const S=e=>(t,o)=>{const n=Object(l.m)(o()),s=e.reduce((e,t)=>{var o;const{type:r,fonts:l}=t,s=(null===(o=n[r])||void 0===o?void 0:o.data)||[],[c,d]=a.default.partition(l,e=>Object.prototype.hasOwnProperty.call(e,"deleted")),p=d.map(e=>u(u({},e),{},{brizyId:Object(i.a)()}));return u(u({},e),{},{[r]:{data:s.map(e=>c.find(({brizyId:t})=>e.brizyId===t)||e).concat(p)}})},{});return t({type:"ADD_FONTS",payload:Object(r.mergeDeep)(n,s)})},x=e=>({type:"UPDATE_EXTRA_FONT_STYLES",payload:e});function C(e,t){return{type:"UPDATE_UI",key:e,value:t}}const j=e=>({type:"STORE_WAS_CHANGED",payload:e});function P({blocks:e,meta:t={}}){return{type:"UPDATE_BLOCKS",payload:{blocks:e},meta:u({is_autosave:1},t)}}const B=()=>({type:m}),w=e=>t=>new Promise((o,n)=>{t({type:"PUBLISH",payload:{status:e},meta:{onSuccess:o,onError:n}})}),T=e=>({type:"UPDATE_PAGE_LAYOUT",payload:{layout:e}});function z(e,t={insertIndex:0}){return{type:"ADD_BLOCK",payload:e,meta:t}}function E(e,t={insertIndex:0}){return{type:"ADD_GLOBAL_BLOCK",payload:e,meta:t}}function k({id:e}){return{type:"DELETE_GLOBAL_BLOCK",payload:{id:e}}}function H({data:e,meta:t}){return{type:"UPDATE_GB_RULES",payload:e,meta:t}}function F({index:e,id:t}){return{type:"REMOVE_BLOCK",payload:{index:e,id:t}}}function _(){return{type:"REMOVE_BLOCKS"}}function R(e){return{type:"REORDER_BLOCKS",payload:e}}function L(e,t={insertIndex:0}){return{type:p,payload:e,meta:t}}function M(e,t={insertIndex:0}){return{meta:t,type:"IMPORT_TEMPLATE",payload:e}}function W(e){return C("deviceMode",e)}function I(e){return{type:"UPDATE_AUTHORIZATION",payload:e}}function N(e){return{type:"UPDATE_SYNC_ALLOWED",payload:e}}function A(e){return{type:"UPDATE_PAGE_TITLE",payload:e}}},function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"a",(function(){return a}));const n=e=>{if(""===e||"number"!=typeof e&&"string"!=typeof e)return;const t=Number(e);return isNaN(t)?void 0:t},a={read:n}},function(e,t,o){"use strict";o.d(t,"a",(function(){return n})),o.d(t,"c",(function(){return a})),o.d(t,"b",(function(){return r})),o.d(t,"h",(function(){return i})),o.d(t,"d",(function(){return s})),o.d(t,"g",(function(){return c})),o.d(t,"f",(function(){return d})),o.d(t,"e",(function(){return u}));const n="desktop",a="tablet",r="mobile",i=["desktop","tablet","mobile"],l=e=>i.includes(e)?e:void 0,s="desktop",c=e=>{var t;return null!==(t=l(e))&&void 0!==t?t:s},d=e=>[a,r].includes(e),u=e=>[n].includes(e)},function(e,t,o){"use strict";o.d(t,"h",(function(){return s})),o.d(t,"g",(function(){return c})),o.d(t,"r",(function(){return d})),o.d(t,"o",(function(){return u})),o.d(t,"p",(function(){return p})),o.d(t,"q",(function(){return b})),o.d(t,"m",(function(){return m})),o.d(t,"n",(function(){return h})),o.d(t,"k",(function(){return g})),o.d(t,"y",(function(){return v})),o.d(t,"f",(function(){return f})),o.d(t,"z",(function(){return y})),o.d(t,"C",(function(){return O})),o.d(t,"d",(function(){return S})),o.d(t,"j",(function(){return x})),o.d(t,"i",(function(){return C})),o.d(t,"s",(function(){return j})),o.d(t,"u",(function(){return P})),o.d(t,"t",(function(){return B})),o.d(t,"b",(function(){return w})),o.d(t,"e",(function(){return T})),o.d(t,"A",(function(){return z})),o.d(t,"v",(function(){return E})),o.d(t,"x",(function(){return k})),o.d(t,"B",(function(){return H})),o.d(t,"c",(function(){return F})),o.d(t,"l",(function(){return _})),o.d(t,"a",(function(){return R})),o.d(t,"w",(function(){return L})),o.d(t,"F",(function(){return M})),o.d(t,"E",(function(){return W})),o.d(t,"K",(function(){return I})),o.d(t,"J",(function(){return N})),o.d(t,"I",(function(){return A})),o.d(t,"D",(function(){return V})),o.d(t,"N",(function(){return D})),o.d(t,"G",(function(){return $})),o.d(t,"H",(function(){return G})),o.d(t,"L",(function(){return U})),o.d(t,"P",(function(){return K})),o.d(t,"O",(function(){return Y})),o.d(t,"M",(function(){return q}));var n=o(2),a=o(26),r=o(19);function i(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function l(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?i(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):i(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const s="HYDRATE",c="EDITOR_RENDERED",d="UPDATE_BLOCKS",u="REMOVE_BLOCK",p="REMOVE_BLOCKS",b="REORDER_BLOCKS",m="MAKE_NORMAL_TO_GLOBAL_BLOCK",h="MAKE_POPUP_TO_GLOBAL_BLOCK",g="MAKE_GLOBAL_BLOCK_TO_POPUP",v="UPDATE_GLOBAL_BLOCK",f="DELETE_GLOBAL_BLOCK",y="UPDATE_POPUP_RULES",O="UPDATE_UI",S="COPY_ELEMENT",x="IMPORT_TEMPLATE",C="IMPORT_KIT",j="UPDATE_CURRENT_KIT_ID",P="UPDATE_CURRENT_STYLE_ID",B="UPDATE_CURRENT_STYLE",w="ADD_FONTS",T="DELETE_FONTS",z="UPDATE_SCREENSHOT",E="UPDATE_DISABLED_ELEMENTS",k="UPDATE_GB_RULES",H="UPDATE_TRIGGERS",F="ADD_GLOBAL_BLOCK",_="MAKE_GLOBAL_TO_NORMAL_BLOCK",R="ADD_BLOCK",L="UPDATE_ERROR";function M({project:e,projectStatus:t,fonts:o,page:n,globalBlocks:a,blocksThumbnailSizes:r,authorized:i,syncAllowed:l}){return{type:s,payload:{project:e,projectStatus:t,fonts:o,page:n,globalBlocks:a,blocksThumbnailSizes:r,authorized:i,syncAllowed:l}}}function W(){return{type:c}}function I(e){return{type:P,payload:e}}function N(e){return{type:B,payload:e}}function A(e){return{type:j,payload:e}}function V({type:e,fonts:t}){return(o,n)=>{const i=Object(r.m)(n()),s=i[e]&&i[e].data||[],c={[""+e]:{data:s.map(e=>t.some(({brizyId:t})=>t===e.brizyId)?l(l({},e),{},{deleted:!0}):e)}};return o({type:T,payload:Object(a.mergeDeep)(i,c)})}}function D({data:e,meta:t}){return{type:y,payload:e,meta:t}}function $(e){return{type:C,payload:e}}function G(e){return{type:S,value:e}}function U(e){return{type:E,payload:e}}function K(e,t){return{type:H,payload:{data:e},meta:t}}function Y({blockId:e,data:t,meta:o}){return{type:z,payload:{blockId:e,data:t},meta:o}}function q(e){return{type:L,payload:e}}},,function(e,t,o){"use strict";o.d(t,"g",(function(){return a})),o.d(t,"a",(function(){return r})),o.d(t,"f",(function(){return i})),o.d(t,"h",(function(){return l})),o.d(t,"e",(function(){return s})),o.d(t,"c",(function(){return c})),o.d(t,"d",(function(){return d})),o.d(t,"b",(function(){return u}));var n=o(7);function a(e,t){return void 0===e?t:e}const r=e=>null==e||"number"==typeof e&&Number.isNaN(e);function i(...e){return 1===e.length?t=>r(t)?e[0]:t:r(e[1])?e[0]:e[1]}const l=e=>t=>{if(r(t))throw new Error(e);return t};function s(e,t,o){return r(t)||t===e?o:t}function c(e,t){if(!r(t))return e(t)}function d(...e){return t=>Object(n.foldr)(e,(e,t)=>r(e)?void 0:t(e),t)}const u=e=>!r(e)},function(e,t,o){"use strict";(function(e){o.d(t,"a",(function(){return P}));var n=o(12),a=o(2),r=o(0),i=o.n(r),l=o(115),s=o(26),c=o(42),d=o(74),u=o(15),p=o(25),b=o(19),m=o(16),h=o(31),g=o(20),v=o(560),f=o(165),y=o(86);function O(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function S(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?O(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):O(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const x=u.a.get("menuData"),C=(e,t)=>Object(l.a)((e=>Array.isArray(e)?[]:{})(e),e,t);function j(e,t,o){const n=e.slice();return t.forEach((function(t,a){if(void 0===n[a]){const e=!1!==o.clone&&o.isMergeableObject(t);n[a]=e?C(t,o):t}else o.isMergeableObject(t)?n[a]=Object(l.a)(e[a],t,o):-1===e.indexOf(t)&&n.push(t)})),n}class P extends g.a{constructor(...e){super(...e),Object(a.a)(this,"handleKeyDown",(e,{keyName:t,id:o})=>{e.preventDefault();const n=this.getValue(),a=n.findIndex(({value:{_id:e}})=>e===o);switch(t){case"alt+N":case"ctrl+N":case"cmd+N":case"right_cmd+N":return void this.addColumn(a+1);case"alt+D":case"ctrl+D":case"cmd+D":case"right_cmd+D":return void("StoryWrapper"===n[a].type?this.insertItem(a+1,Object(m.o)(n[a])):this.cloneItem(a));case"alt+C":case"ctrl+C":case"cmd+C":case"right_cmd+C":return void this.copy(a);case"alt+V":case"ctrl+V":case"cmd+V":case"right_cmd+V":return void("StoryWrapper"===n[a].type?this.paste(a,e=>{const{offsetX:t=0,offsetY:o=0}=n[a].value.items[0].value;let r=Object(s.setIn)(e,["value","items",0,"value","offsetX"],t);return r=Object(s.setIn)(r,["value","items",0,"value","offsetY"],o),Object(m.o)(r)}):this.paste(a));case"alt+shift+V":case"ctrl+shift+V":case"cmd+shift+V":case"right_cmd+shift+V":case"shift+alt+V":case"shift+ctrl+V":case"shift+cmd+V":case"shift+right_cmd+V":return void this.pasteStyles(a);case"ctrl+right":case"cmd+right":case"right_cmd+right":return void this.changeHorizontalAlign(a,"increase");case"ctrl+left":case"cmd+left":case"right_cmd+left":return void this.changeHorizontalAlign(a,"decrease");case"ctrl+up":case"cmd+up":case"right_cmd+up":case"alt+up":return void this.changeVerticalAlign(a,"decrease");case"ctrl+down":case"cmd+down":case"right_cmd+down":case"alt+down":return void this.changeVerticalAlign(a,"increase");case"alt+del":case"del":case"cmd+backspace":case"cmd+del":case"right_cmd+backspace":case"right_cmd+del":return void this.removeItem(a)}}),Object(a.a)(this,"renderItem",(e,t,o)=>{const{sliceStartIndex:n,sliceEndIndex:a}=P.defaultProps,{sliceStartIndex:r=n,sliceEndIndex:i=a}=this.props;if(t>=r&&t<i){const n=e.value._id,a=this.renderItemData(e,n,t,o);return this.renderItemWrapper(a,n,t,e,o)}return null}),Object(a.a)(this,"getCurrentCopiedElement",()=>{const{path:e,value:t}=Object(b.f)(Object(p.b)().getState());return t?Object(s.getIn)(B(t),e):null})}insertItem(e,t){const o=Object(m.q)(t),n=Object(m.n)(o),a=this.getDBValue()||[],r=Object(s.insert)(a,e,n);this.handleValueChange(r,{arrayOperation:"insert"})}insertItemsBatch(e,t){const o=this.getDBValue()||[],n=t.reduce((t,o,n)=>{const a=Object(m.q)(o),r=Object(m.n)(a);return Object(s.insert)(t,e+n,r)},o);this.handleValueChange(n,{arrayOperation:"insert_bulk"})}updateItem(e,t,o={}){const n=this.getDBValue(),a=Object(s.setIn)(n,[e,"value"],t);this.handleValueChange(a,Object.assign(o,{arrayOperation:"itemChange"}))}removeItem(e){const t=this.getDBValue()||[],o=Object(s.removeAt)(t,e);this.handleValueChange(o,{arrayOperation:"remove"})}replaceItem(e,t,o){const n=Object(m.q)(t,{exclude:["_id"]}),a=Object(m.n)(n,o.idOptions),r=this.getDBValue()||[],i=Object(s.replaceAt)(r,e,a);this.handleValueChange(i,{arrayOperation:"replace",itemIndex:e,oldValue:r})}cloneItem(e,t=e+1){const o=this.getDBValue()||[];if(!o[e])throw new Error("Can't clone invalid item at index "+e);this.insertItem(t,o[e])}reorderItem(e,t){const o=this.getDBValue()||[];this.handleValueChange(Object(y.e)(e,t,o),{arrayOperation:"moveItem"})}getDefaultValue(){return this.props.defaultValue||[]}getValue(){return this.getDBValue()||this.getDefaultValue()}getValue2(){const e=this.getDefaultValue();return{v:this.getDBValue()||e}}validateValue(){}getItemProps(e,t,o){const{itemProps:n}=P.defaultProps,{itemProps:a=n}=this.props;return"function"==typeof a?a(e,t,o):a}renderItemData(e,t,o,a){const{type:r,value:l}=e,s=d.a.getComponent(r),c=this.getDefaultValue(),u=this.getItemProps(e,o,a),p=[...this.getPath(),o,"value"],b=c[o]&&c[o].value,m=l,h=(e,t={})=>{const{intent:n}=t;switch(n){case"replace_all":this.replaceItem(o,e,t);break;case"remove_all":this.removeItem(o,t);break;default:this.updateItem(o,e,t)}};if(s)return i.a.createElement(v.a,{key:t,onRemove:()=>this.removeItem(o)},i.a.createElement(s,Object(n.a)({},u,{path:p,defaultValue:b,dbValue:m,reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:h})));{const e=d.a.getNotFoundComponent();return i.a.createElement(e,Object(n.a)({},u,{key:t,path:p,defaultValue:b,dbValue:m,reduxState:this.getReduxState(),reduxDispatch:this.getReduxDispatch(),onChange:h,componentId:r}))}}renderItemWrapper(e,t,o,n,a){return e}renderItemsContainer(e){return e}renderForEdit(e){const t=e.map(this.renderItem);return this.renderItemsContainer(t,e)}changeVerticalAlign(t,o){const n=this.getValue(),a=Object(b.B)(Object(p.b)().getState()),r=e.Brizy.activeEditorComponent.getPath(),{path:i,value:{type:l,value:c}}=Object(m.i)(r,a,"verticalAlign");if(c){const e=["top","center","bottom"],{defaultValue:{style:{verticalAlign:a}}}=d.a.getComponent(l),r=c.verticalAlign||a||"top",u=Object(m.h)(e,r,o),p=this.getPath(),b=i.reduce((e,t,o)=>(void 0===p[o]&&e.push(i[o]),e),[]),h=Object(s.setIn)(n,[...b,"value"],S(S({},c),{},{verticalAlign:u}));this.updateItem(t,h[t].value)}}changeHorizontalAlign(t,o){const n=this.getValue(),a=e.Brizy.activeEditorComponent.getPath(),r=Object(p.b)().getState(),i=Object(b.B)(r),{deviceMode:l}=r.ui,c="desktop"===l?"horizontalAlign":l+"HorizontalAlign",{path:u,value:{type:h,value:g}}=Object(m.i)(a,i,c);if(g){const e=["left","center","right"],{defaultValue:{style:a}}=d.a.getComponent(h),r=g[c]||a[c]||"left",i=Object(m.h)(e,r,o),l=this.getPath(),p=u.reduce((e,t,o)=>(void 0===l[o]&&e.push(u[o]),e),[]),b=Object(s.setIn)(n,[...p,"value"],S(S({},g),{},{[c]:i}));this.updateItem(t,b[t].value)}}copy(e){const t=this.getReduxDispatch(),o=[...this.getPath(),e],n=B(Object(b.A)(this.getReduxState()));t(Object(h.H)({value:n,path:o}))}paste(e,t=(e=>e)){const o=this.getValue()[e],{path:n,value:a}=Object(b.f)(Object(p.b)().getState());if(!a)return;const{value:r}=Object(m.g)(n,B(a),"Cloneable"===o.type||"Wrapper"===o.type?({type:e})=>"Cloneable"===e||"Wrapper"===e:({type:e})=>e===o.type);r&&this.insertItem(e+1,t(r))}pasteStyles(e){const{path:t,value:o}=Object(b.f)(Object(p.b)().getState());if(!o)return;const n=this.getValue()[e],a=this.getCurrentCopiedElement();let r=0;if(a&&("Wrapper"===a.type&&"Wrapper"===n.type||"StoryWrapper"===a.type&&"StoryWrapper"===n.type)){if(a.value.items[0].type!==n.value.items[0].type)return;r=1,"Form"===a.value.items[0].type||"IconText"===a.value.items[0].type?r=3:"ImageGallery"===a.value.items[0].type&&(r=2)}const{value:i}=Object(m.g)(t,B(o),({type:e})=>e===n.type);if(i){const t=Object(m.p)(i,r),o=Object(l.a)(n,t,{arrayMerge:j});this.updateItem(e,o.value)}}}function B(e){return Object(m.m)(e=>{const{type:t,value:o}=e;if("Menu"===t){const{menuSelected:t,symbols:n={}}=o,a=t||x[0].id,r=x.find(e=>e.id===a)||{};return Object(c.b)(e,e=>{e.value.items=Object(f.d)(r.items||[],n)})}return e},e)}Object(a.a)(P,"defaultProps",{itemProps:{},sliceStartIndex:0,sliceEndIndex:1/0})}).call(this,o(106))},function(e,t,o){"use strict";o.d(t,"g",(function(){return u})),o.d(t,"h",(function(){return p})),o.d(t,"o",(function(){return b})),o.d(t,"c",(function(){return m})),o.d(t,"d",(function(){return h})),o.d(t,"f",(function(){return g})),o.d(t,"e",(function(){return v})),o.d(t,"m",(function(){return f})),o.d(t,"a",(function(){return y})),o.d(t,"j",(function(){return O})),o.d(t,"n",(function(){return S})),o.d(t,"b",(function(){return x})),o.d(t,"k",(function(){return C})),o.d(t,"i",(function(){return j})),o.d(t,"l",(function(){return P}));var n,a=o(52),r=o(15),i=o(53),l=o(102);const s=r.a.getAll(),c=Object(a.match)([l.a,e=>e.template_type],[i.c,Object(a.match)([i.b,e=>e.templateType],[i.g,()=>{}])]),d=(e,t)=>{const o=c(e);return""===o||o===t},u=(n=s.mode,Object(l.a)(s)&&"post"===s.wp.postType),p=!!s.pro,b=Object(l.a)(s),m=Object(i.c)(s),h=Object(i.c)(s)&&Object(i.b)(s),g="page"===s.mode,v=Object(i.c)(s)&&Object(i.b)(s)&&Object(i.f)(s),f=(Object(i.c)(s)&&Object(i.b)(s)&&Object(i.d)(s),"single"===s.mode),y="archive"===s.mode,O="product"===s.mode,S=d(s,"single"),x=d(s,"archive"),C=d(s,"product"),j=d(s,"product_archive"),P=Object(i.c)(s)&&Object(i.b)(s)&&("isProtected"in(B=s).page&&B.page.isProtected);var B;Object(i.c)(s)&&s.page.provider,Object(i.c)(s)&&s.page.isResetPassPage},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return P}));var n=o(2),a=o(0),r=o.n(a),i=o(7),l=o(4),s=o.n(l),c=o(83),d=o(202),u=o(18),p=o(3),b=o(75),m=o(6),h=o(19),g=o(25),v=o(11);var f=o(65),y=o(103),O=o(142);function S(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function x(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?S(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):S(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const C=Object(f.a)(7);function j({children:e,className:t,component:o,attributes:n={},animationClass:a,renderContent:l=i.identity,v:f,vs:S,vd:j,componentId:P,id:B,onChange:w,meta:{sectionPopup:T,sectionPopup2:z}},E){const k="absolute"===f.elementPosition||"fixed"===f.elementPosition,H=s()(t,null==n?void 0:n.className,k&&Object(v.css)(`${P}-${B}-${C}`,`${B}-${C}`,function(e,t,o){return Object(v.renderStyles)({v:e,vs:t,vd:o,styles:{".brz &&:hover":{interval:["cssStyleOffset"]}}})}(f,S,j)));if(k){var F,_,R,L;const t=m.e(f.tabsState),i=Object(h.i)(Object(g.b)().getState()),v=e=>Object(p.defaultValueValue)({v:f,key:e,device:i,state:t}),S=({x:e,y:t})=>{const o=m.e(f.tabsState),n=Object(h.i)(Object(g.b)().getState()),a=(e,t)=>({[Object(p.defaultValueKey)({key:e,device:n,state:o})]:t});w(b.h(a,e,b.i(a,t,{})))},C=()=>({width:O.b,height:O.a});return r.a.createElement(d.a,{hAlign:null!==(F=b.a(v))&&void 0!==F?F:"left",vAlign:null!==(_=b.e(v))&&void 0!==_?_:"top",xSuffix:null!==(R=b.c(v))&&void 0!==R?R:"px",ySuffix:null!==(L=b.g(v))&&void 0!==L?L:"px",getValue:()=>{var e,t;return{x:null!==(e=b.b(v))&&void 0!==e?e:0,y:null!==(t=b.f(v))&&void 0!==t?t:0}},getContainerSizes:C,onStart:u.d,onChange:S},(t,i)=>r.a.createElement(c.a,{component:null!=o?o:"div",componentProps:x(x({},n),{},{className:s()(H,i)}),animationClass:a,ref:e=>{Object(y.a)(e,t),Object(y.a)(e,E)}},l(e)))}return r.a.createElement(c.a,{iterationCount:null===!1&&(T||z?1/0:1),component:null!=o?o:"div",componentProps:x(x({},n),{},{className:H}),animationClass:a,ref:E},l(e))}const P=Object(a.forwardRef)(j)},function(e,t,o){"use strict";var n=o(2),a=o(0),r=o.n(a),i=o(8),l=o.n(i),s=o(7),c=o(4),d=o.n(c);class u extends r.a.Component{getClassName(){return d()("brz-control__select-option",{active:this.props.active,disabled:this.props.disabled})}render(){const{title:e,disabled:t,onClick:o,value:n,children:a}=this.props,i=t?()=>{}:o;return r.a.createElement("div",{className:this.getClassName(),title:e,"data-value":n,onClick:i},a)}}Object(n.a)(u,"propTypes",{active:l.a.bool,title:l.a.string,disabled:l.a.bool,value:l.a.oneOfType([l.a.string,l.a.number]),onClick:l.a.func}),Object(n.a)(u,"defaultProps",{active:!1,title:"",disabled:!1,value:"",onClick:s.default.noop}),t.a=u},function(e,t,o){"use strict";function n(e,t,o){return e<t?t:e>o?o:e}function a(e,t){return+(Math.round(Number(e+"e+"+t))+"e-"+t)}o.d(t,"a",(function(){return n})),o.d(t,"e",(function(){return a})),o.d(t,"c",(function(){return r})),o.d(t,"d",(function(){return i})),o.d(t,"g",(function(){return l})),o.d(t,"f",(function(){return s})),o.d(t,"h",(function(){return c})),o.d(t,"b",(function(){return d}));const r=e=>"number"==typeof e,i=e=>{switch(typeof e){case"number":return isFinite(e);case"string":return!isNaN(parseFloat(e))&&isFinite(Number(e))}return!1},l=(e,t)=>"number"==typeof e?e:t,s=(e,t)=>"number"==typeof e&&e>=0?e:t,c=(e,t)=>"number"==typeof e&&e>0?e:t,d=(e,t,o)=>o>=e&&o<=t},,,function(e,t,o){"use strict";o.d(t,"d",(function(){return l})),o.d(t,"i",(function(){return s})),o.d(t,"c",(function(){return c})),o.d(t,"j",(function(){return u})),o.d(t,"k",(function(){return d})),o.d(t,"f",(function(){return p})),o.d(t,"e",(function(){return b})),o.d(t,"u",(function(){return v})),o.d(t,"l",(function(){return y})),o.d(t,"m",(function(){return f})),o.d(t,"o",(function(){return x})),o.d(t,"p",(function(){return C})),o.d(t,"h",(function(){return P})),o.d(t,"b",(function(){return M})),o.d(t,"g",(function(){return L})),o.d(t,"a",(function(){return _})),o.d(t,"t",(function(){return R})),o.d(t,"r",(function(){return W})),o.d(t,"s",(function(){return I})),o.d(t,"q",(function(){return N})),o.d(t,"n",(function(){return A}));var n=o(7),a=o(25),r=o(19),i=o(94);const l=({type:e,family:t})=>{const o=R(Object(i.i)(Object(a.b)().getState())),n=_(o[e],t,e);if(n)return M[e](n);const r=c();return M[r.group](r.font)},s=(e,t)=>Object.entries(e).reduce((e,o)=>{const[n,{data:a=[]}]=o,r=a.find(e=>t===M[n](e).id);return r?{group:n,font:r}:e},null),c=n.default.memoize(()=>{const e=Object(a.b)().getState(),{font:t}=Object(r.E)(e).data,{config:o}=Object(r.m)(e);return{group:"config",font:_(o.data,t)}});function d(){const{config:e={},blocks:t={},google:o={},upload:n={}}=Object(i.i)(Object(a.b)().getState());return{config:e.data||[],blocks:t.data||[],google:o.data||[],upload:n.data||[]}}function u(){return Object.values(d()).reduce((e,t)=>[...e,...t],[])}function p({includeDeleted:e=!1}={}){const t=Object(a.b)().getState(),{fontStyles:o}=Object(r.h)(t),n=[...o,...Object(r.l)(t)];return e?n:n.filter(e=>!0!==e.deleted)}function b(e){return p({includeDeleted:!0}).find(t=>t.id===e)}var m=o(118),h=o(1);const g=e=>{switch(e){case m.a.THIN:return Object(h.a)("Thin");case m.a.EXTRA_LIGHT:return Object(h.a)("Extra Light");case m.a.LIGHT:return Object(h.a)("Light");case m.a.NORMAL:return Object(h.a)("Normal");case m.a.MEDIUM:return Object(h.a)("Medium");case m.a.SEMI_BOLD:return Object(h.a)("Semi Bold");case m.a.BOLD:return Object(h.a)("Bold");case m.a.EXTRA_BOLD:return Object(h.a)("Extra Bold");case m.a.BLACK:return Object(h.a)("Black")}},v=m.d.reduce((e,t)=>(e[t]=g(t),e),{});function f({type:e,family:t}){if(e&&t){const{weights:o}=l({type:e,family:t});return o.map(e=>({title:g(e),value:e}))}return[{title:g(m.b),value:m.b}]}function y(e,t){return t.includes(Number(e))?e:m.b}o(81);var O=o(15),S=o(111);const x=e=>`https://fonts.googleapis.com/css?family=${e.reduce((e,t)=>{const o=t.family.replace(/\s/g,"+"),n=t.variants.join();return""===e?`${o}:${n}`:`${e}|${o}:${n}`},"")}&subset=arabic,bengali,cyrillic,cyrillic-ext,devanagari,greek,greek-ext,gujarati,hebrew,khmer,korean,latin-ext,tamil,telugu,thai,vietnamese&display=swap`,C=e=>{var t;const o=O.a.get("urls").editorFonts,n=null!==(t=O.a.get("prefix"))&&void 0!==t?t:"brizy",a=Object(S.b)({[n+"-font"]:e.reduce((e,{id:t,weights:o})=>{const n=o.join();return""===e?`${t}:${n}`:`${e}|${t}:${n}`},"")});return Object(S.c)(o)?`${o}&${a}`:`${o}?${a}`};o(36);var j=o(57);const P=async()=>await(async e=>{const t=await fetch(e),{items:o}=await t.json();return o})(Object(j.a)("googleFonts.json"));var B=o(2),w=o(42),T=o(65),z=o(21);function E(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function k(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?E(Object(o),!0).forEach((function(t){Object(B.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):E(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const H=e=>e.reduce((e,t)=>{const o=parseInt(t);return isNaN(o)||e.includes(o)?e:[...e,o]},[400]),F=e=>e.toLowerCase().replace(/\s+/g,"_"),_=(e=[],t="",o="google")=>"upload"===o?e.find(({id:e})=>e===t):e.find(({family:e})=>F(e)===t),R=e=>Object.entries(e).reduce((e,t)=>{const[o,{data:n}]=t;return k(k({},e),{},"upload"===o?{upload:n}:{google:[...e.google||[],...n]})},{}),L=e=>{const{family:t,category:o,variants:n,brizyId:a,deleted:r}=e;return k(k({id:F(t),title:t,family:`${t}, ${o}`,weights:H(n)},a&&{brizyId:a}),r&&{deleted:r})},M={config:L,google:L,blocks:L,upload:e=>{const{id:t,family:o,weights:n,brizyId:a,deleted:r}=e;return k(k({id:t,title:o,family:`'${t}'`,weights:H(n)},a&&{brizyId:a}),r&&{deleted:r})}},W=async e=>{if(0===e.length)return[];const t=new Map,o=e=>k({brizyId:Object(T.a)()},e),[n,a]=await Promise.all([P(),Object(z.H)()]);return e.forEach(({type:e,family:r})=>{if("google"===e){const e=_(n,r);if(e){const n=t.get("blocks")||[];t.set("blocks",[...n,o(e)])}}if("upload"===e){const e=_(a,r,"upload");if(e){const n=t.get("upload")||[];t.set("upload",[...n,o(e)])}}if("unknowns"===e){const e=_(a,r,"upload");if(e){const n=t.get("upload")||[];t.set("upload",[...n,o(e)])}else{const e=_(n,r);if(e){const n=t.get("blocks")||[];t.set("blocks",[...n,o(e)])}}}}),Object.values([...t]).reduce((e,t)=>{const[o,n]=t;return[...e,{type:o,fonts:n}]},[])},I=e=>Object(w.a)(e,e=>{e.map(({fontStyles:e})=>N(e))}),N=e=>Object(w.a)(e,e=>{e.map(e=>{e.fontSizeSuffix||(e.fontSizeSuffix="px"),e.tabletFontSizeSuffix||(e.tabletFontSizeSuffix="px"),e.mobileFontSizeSuffix||(e.mobileFontSizeSuffix="px")})});function A({group:e,font:t}){const o=M[e],{family:n}=o(t);return`.brz .brz-root__container,.brz .brz-popup2,.brz .brz-popup {font-family:${n}!important;}`}},function(e,t,o){"use strict";o.d(t,"a",(function(){return l})),o.d(t,"c",(function(){return s})),o.d(t,"b",(function(){return c}));var n=o(33);const a=e=>"optional"===e.__type,r=(e,t)=>{switch(e.__type){case"optional":case"strict":return e.fn(t);default:return e(t)}};function i(e,t){const o={};for(const i in e){if(!Object.prototype.hasOwnProperty.call(e,i))continue;const l=r(e[i],t);if(!a(e[i])&&Object(n.a)(l))return;o[i]=l}return o}const l=e=>({__type:"optional",fn:e});function s(e,t){return void 0===t?t=>i(e,t):i(e,t)}function c(e,t){return void 0===t?t=>i(e,t):i(e,t)}},function(e,t,o){"use strict";let n;o.d(t,"a",(function(){return n})),function(e){e.image="image",e.link="link",e.richText="richText",e.reference="reference",e.multiReference="multiReference"}(n||(n={}))},function(e,t){e.exports=jQuery},function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"a",(function(){return a})),o.d(t,"c",(function(){return r})),o.d(t,"e",(function(){return i})),o.d(t,"d",(function(){return l}));const n=e=>"object"==typeof e&&null!==e,a=(e,t)=>e in t,r=e=>{if(n(e))return e},i=e=>t=>{const o=(e=>{if(n(e))return e})(t);if(void 0!==o){const t={};for(const[n,a]of Object.entries(o)){const o=e(a);if(void 0===o)return;t[n]=o}return t}},l=e=>t=>a(e,t)?t[e]:void 0},function(e,t,o){"use strict";var n=o(12),a=o(2),r=o(0),i=o.n(r),l=o(7),s=o(4),c=o.n(s),d=o(99),u=o(14),p=(o(51),o(91)),b=o(110);function m(e,t,o,n){const a=t*o,r=t*n,i=e*t;return Math.max(a,Math.min(r,i))}class h extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"state",{isOpen:!1,currentValue:this.props.defaultValue,position:"bottom-left"}),Object(a.a)(this,"onClickOutside",()=>{this.state.isOpen&&this.setState({isOpen:!1})}),Object(a.a)(this,"handleItemClick",e=>{this.setState({isOpen:!1,currentValue:e}),this.props.onChange(e)}),Object(a.a)(this,"handleContentRef",e=>{this.content=e}),Object(a.a)(this,"handleDropdownNode",e=>{this.dropdown=e}),Object(a.a)(this,"handleLabelClick",()=>{this.setState({isOpen:!this.state.isOpen},()=>{this.state.isOpen&&this.reposition()})})}componentDidMount(){this.props.inPortal||this.reposition()}componentWillReceiveProps(e){this.state.defaultValue!==e.defaultValue&&this.setState({currentValue:e.defaultValue})}getScrollPaneStyle(){const{children:e}=this.props,t=i.a.Children.count(e);let o=0;i.a.Children.forEach(e,e=>{const{items:t}=e.props;t&&t.length&&(o+=t.length)});return{height:m(t+o,this.props.itemHeight,this.props.minItems,this.props.maxItems)}}reposition(){this.dropdown&&(this.isRepositioning=!0,this.dropdown.style.setProperty("opacity",1),this.setState({position:"bottom-left"},()=>{const{bottom:e,right:t}=this.dropdown.getBoundingClientRect(),o=e>=window.innerHeight?"top":"bottom",n=t>=window.innerWidth?"right":"left";this.setState({position:`${o}-${n}`},()=>{this.isRepositioning=!1})}))}renderLabel(){const{labelType:e}=this.props;switch(e){case"icon":return this.renderLabelIcon();case"input":return this.renderLabelInput();default:throw new Error("Invalid label type "+e)}}renderLabelIcon(){return i.a.createElement(u.b,{icon:this.props.labelIcon})}renderLabelInput(){const{children:e}=this.props,{currentValue:t}=this.state;let o;i.a.Children.forEach(e,e=>{const{items:n}=e.props;if(!o)if(n&&n.length){const n=i.a.Children.toArray(e.props.items);o=n.find(e=>e.props.value===t)}else e.props.value===t&&(o=e)});const n=i.a.createElement(u.b,{icon:"nc-stre-down",className:"brz-control__select--arrow"});return i.a.createElement(i.a.Fragment,null,o||this.findFirstItem(),n)}renderItems(e=this.props.children){const{currentValue:t}=this.state;return i.a.Children.map(e,(e,o)=>{const{value:n,disabled:a,items:r}=e.props;return r&&r.length?i.a.cloneElement(e,{key:o,items:this.renderItems(r)}):i.a.cloneElement(e,{key:o,active:n===t,onClick:a?null:()=>this.handleItemClick(n)})})}renderDropDown(){const{inPortal:e,className:t}=this.props;if(this.state.isOpen&&!e)return i.a.createElement("div",{className:"brz-control__select-options",style:{opacity:0},ref:this.handleDropdownNode},i.a.createElement(d.a,{className:"brz-ed-scroll-pane",style:this.getScrollPaneStyle()},this.renderItems()));if(this.state.isOpen&&e){const{top:e,left:o,height:n,width:a}=this.content.getBoundingClientRect(),{scrollLeft:r}=this.content.ownerDocument.documentElement,l=c()("brz-control__portal-select brz-control__select",t),s={top:e+n+3,left:o+r,width:a};return i.a.createElement(b.a,{node:this.content.ownerDocument.body,className:l},i.a.createElement("div",{className:"brz-control__select-options",style:s},i.a.createElement(d.a,{className:"brz-ed-scroll-pane",style:this.getScrollPaneStyle()},this.renderItems())))}}render(){const{className:e,labelType:t,currentValue:o,inputAttributes:a,clickOutsideExceptions:r}=this.props,{position:l,isOpen:s}=this.state,d=c()("brz-control__select","brz-control__select--"+l,e,{opened:s}),u=[...r,".brz-control__portal-select"];return i.a.createElement(p.a,{exceptions:u,onClickOutside:this.onClickOutside},i.a.createElement("div",{className:d,ref:this.handleContentRef},i.a.createElement("div",{className:"brz-control__select-current brz-control__select-current__"+t,onClick:this.handleLabelClick},this.renderLabel()),this.renderDropDown(),i.a.createElement("input",Object(n.a)({type:"hidden",value:o},a))))}findFirstItem(e=this.props.children){let t;return i.a.Children.forEach(e,e=>{const{items:o}=e.props;t||(t=o&&o.length?this.findFirstItem(o):e)}),t}}Object(a.a)(h,"defaultProps",{defaultValue:"",inputAttributes:{},labelType:"input",labelIcon:"nc-menu",minItems:1,maxItems:5,itemHeight:38,arrowIcon:"nc-arrow-down",inPortal:!1,clickOutsideExceptions:[],onChange:l.default.noop}),t.a=h},function(e,t,o){"use strict";function n(e){return new Promise((function(t,o){const n=new Image;n.onload=function(){t(this)},n.onabort=function(){o(`preloadImage("${e}") onabort`)},n.onerror=function(){o(`preloadImage("${e}") onerror`)},n.src=e}))}o.d(t,"f",(function(){return n})),o.d(t,"h",(function(){return l})),o.d(t,"d",(function(){return f})),o.d(t,"g",(function(){return y})),o.d(t,"b",(function(){return x})),o.d(t,"e",(function(){return S})),o.d(t,"a",(function(){return C})),o.d(t,"c",(function(){return O}));o(81);var a=o(7),r=o(21);const i={acceptedExtensions:["jpeg","jpg","png","gif"],onBase64:e=>{},onUpload:e=>{},onError:e=>console.log("uploadImage default onError",e)};function l(e,t){const{acceptedExtensions:o,onBase64:n,onUpload:l,onError:c}=a.default.extend({},i,t);Promise.resolve(e).then(e=>{const t=e.name.split(".").pop();if(!(t&&a.default.some(o,e=>e===t.toLowerCase())))throw{status:406,message:"Extension is not accepted"};return e}).then(s).then(e=>{n(e);const t=e.replace(/data:image\/.+;base64,/,"");return Object(r.uploadImage)({base64:t})}).then(l).catch(c)}function s(e){return new Promise((function(t,o){const n=new FileReader;n.onload=function(e){t(e.target.result)},n.onerror=function(){o("Error read file.")},n.onabort=function(){o("Abort read file.")},n.readAsDataURL(e)}))}var c=o(15),d=o(93),u=o(98),p=o(111);const b=e=>{const t=a.default.mapObject(e,e=>"number"==typeof e?Math.round(e):e);return Object(p.b)(t)};var m=o(207);const h=c.a.get("urls").site,g=h.includes("?")?h+"&":h+"/?",v={};function f(e,t={iW:5e3,iH:"any"}){if(Object(p.a)(e)||Object(d.d)(e))return e;if(!e)return null;{const n=b(t);if(m.a.has(e)||0===e.indexOf("wp-")){var o;const t=null!==(o=c.a.get("prefix"))&&void 0!==o?o:"brizy",a=Object(p.b)({[t+"_media"]:e,[t+"_crop"]:n});return g+a}return v[e]||(v[e]=!0,Object(u.c)(e).then(()=>{v[e]=!1,m.a.add(e)})),function(e,t={iW:5e3,iH:"any"}){if(Object(p.a)(e)||Object(d.d)(e))return e;if(e){const o=b(t);return[c.a.get("urls").image,o,e].join("/")}return null}(e,t)}}function y(e){if(!e)return null;if(!(m.a.has(e)||0===e.indexOf("wp-"))&&!v[e])return v[e]=!0,Object(u.c)(e).then(()=>{v[e]=!1,m.a.add(e)}),function(e){return e?[c.a.get("urls").image,"original",e].join("/"):null}(e);const{customFile:t}=c.a.get("urls");return`${t}${e}`}function O(e,t){var o;const n=c.a.getAll(),a=n.urls.site,r=Object(p.c)(a)?a+"&":a+"/?",i=null!==(o=n.prefix)&&void 0!==o?o:"brizy";return`${r}${Object(p.b)({[i+"_media"]:e,[i+"_crop"]:t})}`}function S(e,t,o){const n=e>t?e/o:t/o;return{width:Math.round(e/n),height:Math.round(t/n)}}function x(e,t={cW:5e3,cH:0}){const{cW:o,cH:n}=t;if(!e||"number"!=typeof o||"number"!=typeof n)throw new Error("Invalid arguments");return`{{${e.replace(/{{|}}/g,"")} cW='${o}' cH='${n}'}}`}function C(e=""){return e.split(".").pop().toLowerCase()}},function(e,t,o){"use strict";o.d(t,"d",(function(){return u})),o.d(t,"c",(function(){return p})),o.d(t,"b",(function(){return b})),o.d(t,"a",(function(){return m})),o.d(t,"k",(function(){return h})),o.d(t,"h",(function(){return g})),o.d(t,"j",(function(){return v})),o.d(t,"i",(function(){return f})),o.d(t,"g",(function(){return y})),o.d(t,"e",(function(){return O})),o.d(t,"f",(function(){return S}));var n=o(15),a=o(24),r=o(40),i=o(3),l=o(93),s=o(33);const c=1440,d=960,u=(e,t)=>{const o=e.imageWidth||c,n=e.imageHeight||d,a=t/(o/n);let i=Object(r.a)(e.width||t,0,t),l=e.height||a;if("%"===e.widthSuffix&&(i=e.width*t/100),"%"===e.heightSuffix){const t=i/(o/n);l=e.height*t/100}return{width:Object(r.e)(i,2),height:Object(r.e)(l,2)}},p=(e,t)=>{if(e.width>t){const o=t/e.width;return{width:Object(r.a)(e.width,0,t),height:Object(r.e)(e.height*o,2)}}return{width:e.width,height:e.height}},b=(e,t)=>{const o=e.imageWidth||c,n=e.imageHeight||d,a=e.size*t/100,i=a/(o/n),l=e.size*i/100;return{width:Object(r.e)(a,2),height:Object(r.e)(l,2)}},m=(e,t,o=!1)=>{const n=u(e,t);let a=1,i=1;e.imageWidth/n.width<e.imageHeight/n.height?i=Object(r.e)(n.width/e.imageWidth,8):a=Object(r.e)(n.height/e.imageHeight,8);const l=Object(r.e)(e.imageWidth*(e.zoom/100)*i*a,2),s=Object(r.e)(e.imageHeight*(e.zoom/100)*i*a,2),c={imgWidth:l,imgHeight:s,imgMarginWidth:l-Object(r.e)(n.width*(e.zoom/100),2),imgMarginHeight:s-Object(r.e)(n.height*(e.zoom/100),2),wrapperWidth:n.width,wrapperHeight:n.height,positionX:e.positionX,positionY:e.positionY},d=((e,t)=>{let o,n;const a=e.positionX,r=e.positionY,i=e.imgWidth-e.wrapperWidth,l=e.imgHeight-e.wrapperHeight,s=a*e.imgWidth/100,c=r*e.imgHeight/100;return o=s-e.wrapperWidth/2,n=c-e.wrapperHeight/2,e.imgWidth>e.wrapperWidth?(o<0&&(o=0),o>i&&(o=i)):o=t?0:i/2,e.imgHeight>e.wrapperHeight?(n<0&&(n=0),n>l&&(n=l)):n=t?0:l/2,{left:-o,top:-n}})(c,o);return{width:Object(r.e)(c.imgWidth,2),height:Object(r.e)(c.imgHeight,2),marginLeft:Object(r.e)(d.left,2),marginTop:Object(r.e)(d.top,2)}},h=e=>"svg"===e,g=e=>"gif"===e,v=e=>"object"==typeof e&&"width"in e&&"height"in e,f=e=>"original"===e,y=e=>"custom"===e,O=e=>{if("custom"===e)return"custom";const t=n.a.getAll(),{imageSizes:o}=t,a=null==o?void 0:o.find(({name:t})=>t===e);if(void 0!==a&&!Object(s.a)(a.height)&&!Object(s.a)(a.width)){const{width:e,height:t}=a;return{width:e,height:t,widthSuffix:"px",heightSuffix:"px"}}return"original"},S=(e,t)=>{if(e.imagePopulation){var o;const t=Object(l.g)(e.imagePopulation);if(void 0!==(null==t||null===(o=t.attr)||void 0===o?void 0:o.size)){var n;const e=null!==(n=a.d(t.attr.size))&&void 0!==n?n:"custom";return e.trim().length>0?e:"custom"}return"custom"}return Object(i.defaultValueValue)({v:e,device:t,key:"sizeType"})}},function(e,t,o){"use strict";o.d(t,"a",(function(){return u}));var n=o(12),a=o(2),r=o(0),i=o.n(r),l=o(4),s=o.n(l),c=o(167),d=o(549);class u extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"state",{icon:null}),Object(a.a)(this,"isUnmounted",!1)}componentDidMount(){const{name:e,type:t}=this.props;this.getSvg(t,e)}componentWillReceiveProps({name:e,type:t}){const{name:o,type:n}=this.props;o===e&&n===t||this.getSvg(t,e)}shouldComponentUpdate({name:e,type:t,className:o},{icon:n}){const{name:a,type:r,className:i}=this.props,{icon:l}=this.state;return l!==n||a!==e||r!==t||i!==o}componentWillUnmount(){this.isUnmounted=!0}fetchIcon(e,t){const o=Object(c.c)(e,t),n=new Headers({"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"});return fetch(o,{headers:n,method:"GET"}).then(e=>e.text())}async getSvg(e,t){const o=await this.fetchIcon(e,t);this.isUnmounted||this.setState({icon:Object(d.responseToSvg)(o)})}getSvgContent(e){if(e){const t=(new DOMParser).parseFromString(e,"text/html").body.firstChild||{innerHTML:null,attributes:{}},o=t.attributes,n=t.innerHTML;let a={};const r={"xmlns:xlink":"xmlnsXlink","xml:space":"xmlSpace"};for(let e=0;e<o.length;e++){let{name:t,value:n}=o[e];r[t]&&(t=r[t]),a[t]=n}return{attr:a,innerHtml:n}}return{innerHtml:null,attr:{}}}renderForEdit(){const{className:e}=this.props,t=s()("brz-icon-svg",e),{innerHtml:o,attr:a}=this.getSvgContent(this.state.icon);return o&&i.a.createElement("svg",Object(n.a)({},a,{className:t,dangerouslySetInnerHTML:{__html:o}}))}renderForView(){const{className:e,type:t,name:o}=this.props,n=s()("brz-icon-svg",e);return i.a.createElement("svg",{className:n,"data-type":t,"data-name":o})}render(){return this.renderForEdit()}}Object(a.a)(u,"defaultProps",{className:"",name:"",type:""})},,function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"a",(function(){return a})),o.d(t,"g",(function(){return r})),o.d(t,"f",(function(){return i})),o.d(t,"d",(function(){return l})),o.d(t,"c",(function(){return s})),o.d(t,"e",(function(){return c}));const n=e=>"cms"===e.platform;let a;!function(e){e.Product="shopify-product",e.Page="shopify-page",e.Collection="shopify-collection",e.Article="shopify-article"}(a||(a={}));const r=e=>"shopify"===e.platform,i=e=>"customers"===e.page.provider,l=e=>"collections"===e.page.provider,s=e=>!1,c=e=>"collectionType"in e},function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));const n=e=>{switch(typeof e){case"string":return e;case"number":return isNaN(e)?void 0:e.toString();default:return}}},function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"c",(function(){return a})),o.d(t,"f",(function(){return r})),o.d(t,"e",(function(){return i})),o.d(t,"a",(function(){return l})),o.d(t,"d",(function(){return s}));const n=1170,a=1920,r=768,i=430,l=60,s=440},,function(e,t,o){"use strict";o.d(t,"a",(function(){return a}));var n=o(15);function a(e){return n.a.get("urls").assets+"/"+e}},function(e,t,o){"use strict";o.d(t,"a",(function(){return s})),o.d(t,"c",(function(){return d})),o.d(t,"b",(function(){return l}));var n=o(2),a=o(0),r=o.n(a),i=o(15);const l=()=>i.a.get("user").role;class s extends a.Component{render(){const{allow:e,children:t,component:o,render:n,fallbackComponent:a,fallbackRender:i}=this.props;if(e.includes(l())){if(t)return t;if(o)return r.a.createElement(o,null);if(n)return n()}else{if(a)return r.a.createElement(a,null);if(i)return i()}return null}}Object(n.a)(s,"defaultProps",{allow:[]});var c=o(12);const d=({component:e,fallbackComponent:t,allow:o=[],render:n,fallbackRender:a})=>{function i(i,s){if(o.includes(l())){if(e)return r.a.createElement(e,Object(c.a)({},i,{ref:s}));if(n)return n(i)}else{if(t)return r.a.createElement(t,Object(c.a)({},i,{ref:s}));if(a)return a(i)}return null}return i.displayName=`RolesHOC(${e.displayName||e.name})`,r.a.forwardRef(i)}},function(e,t,o){"use strict";(function(e){var n=o(36),a=o(2),r=o(0),i=o.n(r),l=o(26),s=o(42),c=o(15),d=o(25),u=o(58),p=o(16),b=o(19),m=o(676),h=o(165);function g(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}const v=c.a.get("menuData"),f={duplicate:["ctrl+D","cmd+D","right_cmd+D"],copy:["ctrl+C","cmd+C","right_cmd+C"],paste:["ctrl+V","cmd+V","right_cmd+V"],pasteStyles:["ctrl+shift+V","shift+ctrl+V","cmd+shift+V","shift+cmd+V","right_cmd+shift+V","shift+right_cmd+V"],delete:["del","cmd+backspace","cmd+del","right_cmd+backspace","right_cmd+del"],horizontalAlign:["ctrl+right","ctrl+left","cmd+right","cmd+left","right_cmd+right","right_cmd+left"],verticalAlign:["ctrl+up","ctrl+down","cmd+up","cmd+down","right_cmd+up","right_cmd+down"]},y=i.a.createContext({});class O extends i.a.Component{constructor(...e){super(...e),Object(a.a)(this,"contextValue",{getParentContextMenuItems:this.getItems}),Object(a.a)(this,"getItems",()=>{let e=this.props,{children:t,shortcutsTypes:o=[],keyNames:r=[]}=e,i=Object(n.a)(e,["children","shortcutsTypes","keyNames"]);const{getParentContextMenuItems:l}=this.context;let s=function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?g(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):g(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({onKeyUp:()=>{},onKeyDown:()=>{},keyNames:[...(c=o,c.reduce((e,t)=>(f[t]&&(e=[...e,...f[t]]),e),[])),...r]},i);var c;return s=l?[s,...l()]:[s],s})}handleFilterItems(t){if(t.length&&t[0].id.startsWith("key-helper")){const e=t.find(e=>"key-helper-toolbar-escape"===e.id);return e?[e]:t}const o=e.Brizy.activeEditorComponent;if(!o)return[];const n=o.getPath(),a=Object(d.b)().getState(),r=Object(b.B)(a),i=Object(b.f)(a),s=[...n],c=S(r);if(f.paste.includes(t[0].keyName)){const{value:e}=Object(p.g)(n,c,({type:e})=>"Wrapper"===e||"Cloneable"===e);if(e&&i.value){const{value:o}=Object(p.g)(i.path,S(i.value),({type:e})=>"Wrapper"===e||"Cloneable"===e);if(o&&("Cloneable"===o.type||"Cloneable"===e.type)&&o.value.items[0].type!==e.value.items[0].type){const o=t.find(({id:t})=>t===e.value._id);return o?[o]:[]}}}let u=[];for(let e=0;e<=n.length;e++){const e=Object(l.getIn)(c,s);if(e){const o=t.find(({id:t})=>t===e._id);if(o)return[o]}u.unshift(s.pop())}return[]}shouldShortCutHandle(e,{keyName:t}){const o=f.delete.includes(t),n=f.paste.includes(t),a=f.copy.includes(t),r=o||n||a,i=e.target.closest("[contenteditable=true]")||e.target.closest("input")||e.target.closest("textarea");return!(e.target.closest([".brz-ed-sidebar__right","#brz-toolbar-portal",".brz-ed-tooltip__content-portal",".brz-ed-popup-integrations"].join(","))||i&&r)}render(){const{children:e,id:t}=this.props,o=this.getItems();return i.a.createElement(y.Provider,{value:this.contextValue},e,i.a.createElement(m.a,{items:o,id:t,shouldKeyDownHandle:this.shouldShortCutHandle,shouldKeyUpHandle:this.shouldShortCutHandle,filterItems:this.handleFilterItems}))}}function S(e){return Object(p.m)(e=>{const{type:t,value:o}=e;if("Menu"===t){const{menuSelected:t,symbols:n={}}=o,a=t||v[0].id,r=v.find(e=>e.id===a)||{};return Object(s.b)(e,e=>{e.value.items=Object(h.d)(r.items||[],n)})}return e},e)}Object(a.a)(O,"contextType",y),t.a=Object(u.c)({allow:["admin"],component:O,fallbackComponent:({children:e})=>e||null})}).call(this,o(106))},function(e,t,o){"use strict";o.d(t,"a",(function(){return w}));var n=o(2),a=o(0),r=o.n(a),i=o(41),l=o.n(i),s=o(8),c=o.n(s),d=o(182),u=o(58),p=o(12);class b extends r.a.Component{render(){const{helperText:e,title:t,onChange:o,inactive:n,meta:a}=this.props;return r.a.createElement(d.Item,{onClick:o,disabled:n},r.a.createElement("span",{className:"react-contexify__item--title"},t),r.a.createElement("span",{className:"react-contexify__item--placeholder"},e(a)))}}Object(n.a)(b,"defaultProps",{title:"",helperText:()=>"",inactive:!1,onChange:()=>{}});var m=o(14);function h(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function g(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?h(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):h(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class v extends r.a.Component{render(){const{title:e,icon:t,items:o,meta:n}=this.props,a=g(g({},n),{},{depth:n.depth+1});return 0===n.depth&&0===n.index?r.a.createElement(r.a.Fragment,null,r.a.createElement(d.Item,{key:"title",className:"react-contexify--title"},t&&r.a.createElement(m.b,{icon:t})," ",e),r.a.createElement(P,{data:o,meta:g(g({},a),{},{isInSubMenu:!1})})):r.a.createElement(d.Submenu,{className:"react-contexify__item__submenu",label:e,hoverDelay:0,arrow:""},r.a.createElement(P,{data:o,meta:g(g({},a),{},{isInSubMenu:!0})}))}}Object(n.a)(v,"defaultProps",{title:"",icon:"",items:[]});var f={button:b,group:v};function y(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function O(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?y(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):y(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function S(e,t){const o=[...e];for(var n=0;n<t.length;n++){let r=!1;for(var a=0;a<e.length;a++)t[n].id===e[a].id&&t[n].type===e[a].type&&t[n].items&&e[a].items&&(r=!0,o[a]=O(O(O({},t[n]),e[a]),{},{items:S(e[a].items,t[n].items)}));r||o.push(t[n])}return o}function x(e,t){return e.filter((e,o)=>"function"==typeof e.disabled?!e.disabled(e,O(O({},t),{},{isInSubMenu:!(0===t.depth&&0===o)})):!e.disabled)}function C(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function j(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?C(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):C(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class P extends r.a.Component{render(){const{data:e,meta:t}=this.props;return x(e,t).map((e,o)=>{const n=f[e.type],a=o,i=j(j({},t),{},{index:o});return r.a.createElement(n,Object(p.a)({},e,{key:a,meta:i}))})}}Object(n.a)(P,"defaultProps",{meta:{}});class B extends r.a.Component{constructor(...e){super(...e),Object(n.a)(this,"getItems",()=>this.props.items)}getChildContext(){return{getParentContextMenuExtendItems:this.getItems}}render(){const{children:e}=this.props;return e}}Object(n.a)(B,"childContextTypes",{getParentContextMenuExtendItems:c.a.func});var w=Object(u.c)({allow:["admin"],component:B,fallbackComponent:({children:e})=>e});class T extends a.Component{constructor(...e){super(...e),Object(n.a)(this,"handleContextMenu",e=>{e.nativeEvent=e,this.props.onContextMenu(e)})}componentDidMount(){l.a.findDOMNode(this).addEventListener("contextmenu",this.handleContextMenu)}componentWillUnmount(){l.a.findDOMNode(this).removeEventListener("contextmenu",this.handleContextMenu)}render(){return this.props.children}}class z extends a.Component{constructor(...e){super(...e),Object(n.a)(this,"getItems",()=>{let{componentId:e,items:t}=this.props;const{getParentContextMenuExtendItems:o,getParentContextMenuItems:n}=this.context;return t=[e,o?S(t,o()):t],t=n?[t,...n()]:[t],t}),Object(n.a)(this,"renderProvider",e=>r.a.createElement(T,e,this.props.children))}getChildContext(){return{getParentContextMenuItems:this.getItems}}squashItems(e){return e.reduce((e,[t,o])=>{var n,a;return e.componentIdMap[t]||(e.componentIdMap[t]=!0,e.items=(n=e.items,a=o,[...n,...a])),e},{componentIdMap:{},items:[]}).items}render(){const{id:e,children:t}=this.props,o=this.squashItems(this.getItems()),n={depth:0};return 0===x(o,n).length?t:r.a.createElement(r.a.Fragment,null,r.a.createElement(d.ContextMenuProvider,{id:e,render:this.renderProvider},t),l.a.createPortal(r.a.createElement(d.ContextMenu,{id:e},r.a.createElement(P,{data:o,meta:n})),document.body))}}Object(n.a)(z,"defaultProps",{id:"",items:[]}),Object(n.a)(z,"contextTypes",{getParentContextMenuExtendItems:c.a.func,getParentContextMenuItems:c.a.func}),Object(n.a)(z,"childContextTypes",{getParentContextMenuItems:c.a.func});t.b=Object(u.c)({allow:["admin"],component:z,fallbackComponent:({children:e})=>e})},function(e,t,o){"use strict";o.d(t,"a",(function(){return a})),o.d(t,"e",(function(){return r})),o.d(t,"f",(function(){return i})),o.d(t,"d",(function(){return l})),o.d(t,"c",(function(){return s})),o.d(t,"b",(function(){return c})),o.d(t,"g",(function(){return d}));var n=o(7);const a=(e,t,o=[])=>{if(t(e))return{obj:e,path:o};for(let n in e)if(e.hasOwnProperty(n)&&"object"==typeof e[n]&&null!==e[n]){const{obj:r,path:i}=a(e[n],t,[...o,n]);if(r)return{obj:r,path:i}}return{obj:null,path:null}},r=(e,t,...o)=>{for(let n in e)e.hasOwnProperty(n)&&(e[n]&&"object"==typeof e[n]&&r(e[n],t,...o),t(n,e[n],e,...o))},i=(e,t)=>{for(let o in e)e.hasOwnProperty(o)&&e[o]&&"object"==typeof e[o]&&i(e[o],t);t(e)};function l(e){return e.reduce((e,[t,o])=>(e[t]=o,e),{})}const s=(e,t)=>Array.isArray(t)?t.map(e):t&&"object"==typeof t?n.default.mapObject(t,e):t,c=(e,t)=>!(!t||!e.every(e=>t.hasOwnProperty(e))),d=e=>null!==e&&"object"==typeof e?e:{}},function(e,t,o){"use strict";o.d(t,"a",(function(){return i})),o.d(t,"b",(function(){return h})),o.d(t,"e",(function(){return C})),o.d(t,"i",(function(){return j})),o.d(t,"f",(function(){return f.b})),o.d(t,"c",(function(){return f.a})),o.d(t,"k",(function(){return P.a})),o.d(t,"g",(function(){return B.g})),o.d(t,"j",(function(){return B.h})),o.d(t,"d",(function(){return B.f})),o.d(t,"h",(function(){return w}));var n=o(15),a=o(57);function r(){return Object(a.a)("editor/img/block-placeholder.jpg")}function i(e){if(!e)return r();const t=n.a.get("urls").blockThumbnails;return t?`${t}/${e.id}.jpg`:Object(a.a)(`thumbs/${e.id}.jpg`)}var l=o(2),s=o(7),c=o(42),d=o(25),u=o(111),p=o(19);function b(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function m(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?b(Object(o),!0).forEach((function(t){Object(l.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):b(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const h=(e,t={})=>{const o=function(e,t){"GlobalBlock"===e.type&&(e=Object(p.o)(Object(d.b)().getState())[e.value._id].data);if(!0===t.searchScreenshotInStoreFirst){const t=Object(p.H)(Object(d.b)().getState());t[e.value._id]&&(e=Object(c.a)(e,o=>{o.meta=m(m({},o.meta),t[e.value._id])}))}const{_thumbnailSrc:o,_thumbnailWidth:n,_thumbnailHeight:a}=g(e);if(o&&n&&a){return{url:s.default.compose(v,g)(e),width:n,height:a}}return null}(e,t);let i;if(o)i=o;else{const{blocksThumbnailSizes:t}=Object(d.b)().getState(),o=t[e.blockId];if(o){const t=n.a.get("urls").blockThumbnails;i={url:t?`${t}/${e.blockId}.jpg`:Object(a.a)(`thumbs/${e.blockId}.jpg`),width:o[0],height:o[1]}}else i={url:r(),width:500,height:200}}return i},g=e=>e.meta||e.value||{};function v({_thumbnailSrc:e,_thumbnailTime:t}){var o;const a=n.a.get("urls").site,r=n.a.get("wp").page,i=null!==(o=n.a.get("prefix"))&&void 0!==o?o:"brizy",l=Object(u.b)({[i+"_post"]:r,[i+"_block_screenshot"]:e,t:t||Date.now()});return Object(u.c)(a)?`${a}&${l}`:`${a}?${l}`}var f=o(150),y=o(16);function O(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function S(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?O(Object(o),!0).forEach((function(t){Object(l.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):O(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const x=(e,t,o)=>e.filter(e=>{var n,a;return(null===(n=t[e])||void 0===n||null===(a=n.position)||void 0===a?void 0:a.align)===o&&"publish"===t[e].status}).sort((e,n)=>t[e].position[o]-t[n].position[o]),C=(e,t,o)=>{if(y.b||y.d)return e;const n=Object(f.b)(e,t,o),a=x(n,t,"top"),r=x(n,t,"bottom");return[...a,...e,...r]};function j(e,t){var o;const n=((null===(o=e.data)||void 0===o?void 0:o.items)||[]).reduce((e,t)=>("GlobalBlock"!==t.type&&(e[t.value._id]={data:t}),e),{}),a=Object.keys(n),r=C(a,t,e),i=S(S({},n),t);return r.map(e=>i[e].data)}var P=o(278),B=o(96);const w=(e,t)=>{const o=n.a.get("urls").assetsExternal;switch(e){case"popups":return`${o}/popups/resolves/${t}.json`;case"stories":return`${o}/stories/resolves/${t}.json`;case"templates":return`${o}/templates/resolves/${t}.json`;default:return`${o}/kits/resolves/${t}.json`}}},function(e,t,o){"use strict";o.d(t,"c",(function(){return r})),o.d(t,"b",(function(){return i})),o.d(t,"d",(function(){return l})),o.d(t,"a",(function(){return s}));var n,a=o(22);!function(e){e.positive="positive"}(n||(n={}));const r=e=>e>=0,i=Object(a.b)(r),l=e=>e,s=0},,function(e,t,o){"use strict";o.d(t,"a",(function(){return r}));var n=o(540),a=o.n(n);const r=(e=36)=>a()("abcdefghijklmnopqrstuvwxyz",e)},function(e,t,o){"use strict";o.d(t,"a",(function(){return g}));var n=o(2),a=o(0),r=o.n(a),i=o(7),l=o(4),s=o.n(l),c=o(1);const d=13,u=66,p=73,b=85,m=89,h=90;class g extends a.Component{constructor(...e){super(...e),Object(n.a)(this,"contentRef",r.a.createRef()),Object(n.a)(this,"unmounted",!1),Object(n.a)(this,"lastNotifiedValue",void 0),Object(n.a)(this,"handleClick",e=>{e.preventDefault();const t=this.contentRef.current;null==t||t.classList.add("brz-ed-dd-cancel")}),Object(n.a)(this,"handleKeyDown",e=>{const t=e.which,o=e.metaKey||e.ctrlKey;t!==d&&(!o||t!==u&&t!==p&&t!==b)&&(!o||t!==h&&t!==m)||e.preventDefault()}),Object(n.a)(this,"handleInput",e=>{this.notifyChange(e.currentTarget.textContent||"")}),Object(n.a)(this,"notifyChange",i.default.debounce(e=>{this.unmounted||(this.lastNotifiedValue=e,this.props.onChange(e))},1e3)),Object(n.a)(this,"handleBlur",()=>{var e;null===(e=this.contentRef.current)||void 0===e||e.classList.remove("brz-ed-dd-cancel")}),Object(n.a)(this,"handlePaste",e=>{e.preventDefault();const t=e.clipboardData.getData("text/plain");document.execCommand("insertHTML",!1,t)})}shouldComponentUpdate(e){return void 0!==this.lastNotifiedValue&&this.lastNotifiedValue!==e.value||this.props.tagName!==e.tagName||this.props.className!==e.className}componentDidUpdate(){this.lastNotifiedValue=this.props.value;const e=this.contentRef.current;var t;e&&e.textContent!==this.lastNotifiedValue&&(e.textContent=null!==(t=this.lastNotifiedValue)&&void 0!==t?t:"")}componentWillUnmount(){this.unmounted=!0}render(){const{tagName:e,value:t,className:o}=this.props,n=s()(o,"brz-"+e,"brz-text__editor");return r.a.createElement(e,{ref:this.contentRef,className:n,contentEditable:!0,dangerouslySetInnerHTML:{__html:t},onClick:this.handleClick,onKeyDown:this.handleKeyDown,onPaste:this.handlePaste,onInput:this.handleInput,onBlur:this.handleBlur})}}Object(n.a)(g,"defaultProps",{value:Object(c.a)("Editable Text"),tagName:"span",className:""})},,,function(e,t,o){"use strict";o.d(t,"f",(function(){return n})),o.d(t,"c",(function(){return a})),o.d(t,"d",(function(){return r})),o.d(t,"e",(function(){return i})),o.d(t,"a",(function(){return l})),o.d(t,"k",(function(){return s})),o.d(t,"h",(function(){return c})),o.d(t,"i",(function(){return d})),o.d(t,"g",(function(){return u})),o.d(t,"j",(function(){return p})),o.d(t,"l",(function(){return b})),o.d(t,"b",(function(){return m}));const n={start:["mousedown"],move:["mousemove"],end:["mouseup"]};function a(e,t){let o=e;for(;o;){if(t(o))return o;o=o.parentElement}}function r(e){let t=e,o=0;for(;t=t.parentElement;)o++;return o}function i(e){const t=e.parentElement;return t?Array.from(t.children).indexOf(e):-1}function l(e,...t){t.filter(String).forEach(t=>e.classList.add(t))}function s(e,...t){t.forEach(t=>e.classList.remove(t))}function c(e,t,o,n){const a=o-e,r=n-t;return Math.sqrt(a*a+r*r)}function d(e,t,o,n){const a=t<n,r=e<o;return{isAbove:a,isBelow:!a,isLeft:r,isRight:!r}}function u(e,t,o){return e>=o.left&&e<=o.right&&t>=o.top&&t<=o.bottom}function p(e){return{x:e.left+.5*(e.right-e.left),y:e.top+.5*(e.bottom-e.top)}}function b(e,t,o="all"){const n="all"===o||"top-bottom"===o,a="all"===o||"left-right"===o;return{top:n?e.top+t:e.top,bottom:n?e.bottom-t:e.bottom,left:a?e.left+t:e.left,right:a?e.right-t:e.right}}function m(e,t,o){return e<t?t:e>o?o:e}},function(e,t,o){"use strict";var n={};o.r(n),o.d(n,"facebook",(function(){return Mt}));var a={};o.r(a),o.d(a,"email",(function(){return Ma})),o.d(a,"wordpress",(function(){return Ia})),o.d(a,"mailchimp",(function(){return Aa})),o.d(a,"sendinblue",(function(){return Da})),o.d(a,"zapier",(function(){return Ga})),o.d(a,"campaignmonitor",(function(){return Ka})),o.d(a,"convertkit",(function(){return qa})),o.d(a,"activecampaign",(function(){return Za})),o.d(a,"getresponse",(function(){return Qa})),o.d(a,"mailjet",(function(){return tr})),o.d(a,"egoi",(function(){return nr})),o.d(a,"hubspot",(function(){return rr})),o.d(a,"mailerlite",(function(){return lr})),o.d(a,"drip",(function(){return cr})),o.d(a,"smtp",(function(){return ur})),o.d(a,"gmail_smtp",(function(){return br})),o.d(a,"mailgun",(function(){return hr})),o.d(a,"madmimi",(function(){return vr})),o.d(a,"constantcontact",(function(){return yr})),o.d(a,"aweber",(function(){return Sr})),o.d(a,"salesforce",(function(){return Cr})),o.d(a,"sendgrid",(function(){return Pr})),o.d(a,"recaptcha",(function(){return wr}));var r={};o.r(r),o.d(r,"google",(function(){return ri})),o.d(r,"uploader",(function(){return Si}));var i=o(2),l=o(0),s=o.n(l),c=o(42),d=o(283);const u={};class p extends d.EventEmitter{addChangeListener(e,t){this.on(e,t)}removeChangeListener(e,t){this.removeListener(e,t)}get(e){return u[e]}set(e,t){u[e]=t,this.emit(e,t)}}const b=new p;b.setMaxListeners(1/0);var m=b,h=(o(81),o(4)),g=o.n(h),v=o(7),f=o(15),y=o(119),O=o(48),S=o(39),x=o(36),C=o(12),j=o(677),P=o(64),B=o.n(P);function w(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function T(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?w(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):w(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const z=({onScroll:e,forwardedRef:t,style:o,children:n})=>{const a=Object(l.useCallback)(e=>{t(e?e.view:null)},[]);return s.a.createElement(B.a,{ref:a,style:T(T({},o),{},{overflow:"hidden"}),onScroll:e},n)},E=Object(l.forwardRef)((e,t)=>s.a.createElement(z,Object(C.a)({},e,{forwardedRef:t})));E.displayName="CustomScrollbarsVirtualList";const k=e=>{const t=Object(l.forwardRef)((t,o)=>{let{style:n}=t,a=Object(x.a)(t,["style"]);return s.a.createElement("div",Object(C.a)({ref:o,style:T(T({},n),{},{paddingLeft:e,paddingTop:e,marginBottom:e})},a))});return t.displayName="InnerElement",t};var H=e=>{const{height:t,width:o,columnCount:n,columnWidth:a,rowCount:r,rowHeight:i,initialScrollTop:l,renderItem:c,style:d={},gutter:u=0}=e;return s.a.createElement(j.a,{height:t,width:o,columnCount:n,columnWidth:a+u,rowCount:r,rowHeight:i+u,style:d,initialScrollTop:l,outerElementType:E,innerElementType:k(u)},c)},F=o(14);function _(e,t){switch(t.type){case"wait":if("delay"===e.status)return{status:"waiting"};break;case"resolve":if("delay"===e.status||"waiting"===e.status)return{status:"resolved",value:t.value};break;case"reject":if("delay"===e.status||"waiting"===e.status)return{status:"rejected",reason:t.reason}}return e}function R({getPromise:e,renderResolved:t,renderRejected:o,renderWaiting:n,delayMs:a=0}){const r=a&&a>0,[i,s]=Object(l.useReducer)(_,{status:r?"delay":"waiting"});return Object(l.useEffect)(()=>{let t,o=!1;return r&&(t=window.setTimeout(()=>{o||s({type:"wait"})},a)),e().then(e=>{o||(clearTimeout(t),s({type:"resolve",value:e}))}).catch(e=>{o||(clearTimeout(t),s({type:"reject",reason:e}))}),()=>{o=!0}},[]),"waiting"===i.status&&n?n():"resolved"===i.status?t(i.value):"rejected"===i.status&&o?o(i.reason):null}var L=o(562);const M=[{id:1,title:"Animals/Nature"},{id:2,title:"Arrows"},{id:3,title:"Business/Finance"},{id:4,title:"Clothes/Accessories"},{id:5,title:"Design/Development"},{id:6,title:"Emoticons"},{id:7,title:"Energy/Environment"},{id:8,title:"Files/Folders"},{id:10,title:"Food"},{id:11,title:"Home/Buildings"},{id:12,title:"Healthcare/Medical"},{id:13,title:"Holidays"},{id:14,title:"Loaders"},{id:15,title:"Maps/Location"},{id:16,title:"Multimedia"},{id:18,title:"School/Education"},{id:19,title:"Shopping"},{id:20,title:"Social Media"},{id:21,title:"Sport"},{id:22,title:"Technology"},{id:23,title:"Text Editing"},{id:24,title:"Touch Gestures"},{id:25,title:"Transportation"},{id:26,title:"Travel"},{id:27,title:"User Interface"},{id:28,title:"Users"},{id:29,title:"Weather"}],W=[{title:"Accessibility",id:1},{title:"Alert",id:2},{title:"Animals",id:3},{title:"Arrows",id:4},{title:"Audio & Video",id:5},{title:"Automotive",id:6},{title:"Autumn",id:7},{title:"Beverage",id:8},{title:"Buildings",id:9},{title:"Business",id:10},{title:"Camping",id:11},{title:"Charity",id:12},{title:"Chat",id:13},{title:"Chess",id:14},{title:"Childhood",id:15},{title:"Clothing",id:16},{title:"Code",id:17},{title:"Communication",id:18},{title:"Computers",id:19},{title:"Construction",id:20},{title:"Currency",id:21},{title:"Date & Time",id:22},{title:"Design",id:23},{title:"Editors",id:24},{title:"Education",id:25},{title:"Emoji",id:26},{title:"Energy",id:27},{title:"Files",id:28},{title:"Finance",id:29},{title:"Fitness",id:30},{title:"Food",id:31},{title:"Fruits & Vegetables",id:32},{title:"Games",id:33},{title:"Tabletop Gaming",id:34},{title:"Genders",id:35},{title:"Halloween",id:36},{title:"Hands",id:37},{title:"Health",id:38},{title:"Holiday",id:39},{title:"Hotel",id:40},{title:"Household",id:41},{title:"Images",id:42},{title:"Interfaces",id:43},{title:"Logistics",id:44},{title:"Maps",id:45},{title:"Maritime",id:46},{title:"Marketing",id:47},{title:"Mathematics",id:48},{title:"Medical",id:49},{title:"Moving",id:50},{title:"Music",id:51},{title:"Objects",id:52},{title:"Payments & Shopping",id:53},{title:"Pharmacy",id:54},{title:"Political",id:55},{title:"Religion",id:56},{title:"Science",id:57},{title:"Science Fiction",id:58},{title:"Security",id:59},{title:"Shapes",id:60},{title:"Shopping",id:61},{title:"Social",id:62},{title:"Spinners",id:63},{title:"Sports",id:64},{title:"Spring",id:65},{title:"Status",id:66},{title:"Summer",id:67},{title:"Toggle",id:68},{title:"Travel",id:69},{title:"Users & People",id:70},{title:"Vehicles",id:71},{title:"Weather",id:72},{title:"Winter",id:73},{title:"Writing",id:74}],I=[{id:2,name:"fa",title:"FA",icon:"nc-full-cube"}],N=[{id:0,name:"outline",title:"Outline",icon:"nc-cube"},{id:1,name:"glyph",title:"Glyph",icon:"nc-full-cube"}];var A=o(35),V=o(86),D=o(33),$=o(29);const G=Object(D.d)(e=>e>=0&&e<=2?e:void 0,Math.round,$.b);var U=o(24);const K=e=>{if(null===e||"object"!=typeof e)return;const t=U.d(e.title),o=U.d(e.name),n=G(e.type);if(void 0===t||void 0===o||void 0===n)return;const a=U.d(e.family);return{title:t,name:o,type:n,cat:Object(V.i)(e.cat).map($.b).filter(Boolean),family:a}},Y=e=>Object(V.i)(null==e?void 0:e.default).map(K).filter(Boolean),q=e=>{switch(e){case 0:return o.e(5).then(o.t.bind(null,945,3)).then(Y);case 1:return o.e(4).then(o.t.bind(null,946,3)).then(Y);case 2:return o.e(3).then(o.t.bind(null,947,3)).then(Y)}},X=()=>A.o?A.h?[...N,...I]:I:N,Z=e=>{var t;switch(e.type){case 0:case 1:{const t=X()[e.type].name;return`nc-${t} nc-${t}-${e.name}`}case 2:return`${null!==(t=e.family)&&void 0!==t?t:"fa"} fa-${e.name}`}},J=e=>{switch(e){case 0:case 1:return M;case 2:return W}};function Q(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ee(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Q(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Q(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const te=X(),oe=te.reduce((e,{id:t,name:o})=>(e[t]=o,e),{});class ne extends l.Component{constructor(...e){var t;super(...e),Object(i.a)(this,"state",{typeId:(null!==(t=te.find(e=>e.name===this.props.type))&&void 0!==t?t:te[0]).id,categoryId:"*",search:""}),Object(i.a)(this,"containerRef",s.a.createRef()),Object(i.a)(this,"onIconClick",e=>{this.props.onClose(),setTimeout(()=>{this.props.onChange(e)},0)})}componentDidUpdate(){if(this.containerRef.current){const{templateFonts:e}=f.a.get("urls");Object(L.a)(this.containerRef.current,e)}}renderTabs(){const e=te.map(e=>s.a.createElement("div",{key:e.id,className:g()("brz-ed-popup-tab-item",{active:e.id===this.state.typeId}),onClick:()=>this.setState({typeId:e.id})},s.a.createElement("div",{className:"brz-ed-popup-tab-icon"},s.a.createElement(F.b,{icon:e.icon})),s.a.createElement("div",{className:"brz-ed-popup-tab-name"},e.title)));return s.a.createElement("div",{className:"brz-ed-popup-header"},s.a.createElement("div",{className:"brz-ed-popup-header__tabs"},e),s.a.createElement("div",{className:"brz-ed-popup-btn-close",onClick:this.props.onClose}))}renderFilters(){const{categoryId:e,search:t,typeId:o}=this.state,n=[{id:"*",name:"all",title:"All Categories"},...J(o)];return s.a.createElement(s.a.Fragment,null,s.a.createElement("div",{className:"brz-ed-popup__categories"},s.a.createElement(O.a,{className:"brz-ed-popup__select brz-ed-popup__select--block-categories brz-ed-popup-control__select--light",defaultValue:e,maxItems:10,itemHeight:30,onChange:e=>this.setState({categoryId:e})},n.map(({id:e,title:t})=>s.a.createElement(S.a,{key:e,value:e},t)))),s.a.createElement("div",{className:"brz-ed-popup__search"},s.a.createElement("input",{type:"text",className:"brz-input brz-ed-popup__input",placeholder:"Enter Search Keyword",onChange:e=>this.setState({search:e.target.value}),value:t}),s.a.createElement("div",{className:g()("brz-ed-popup__search--icon",{active:t.length>0})},s.a.createElement(F.b,{icon:"nc-search"}))))}filterIcons(e){const{typeId:t,categoryId:o,search:n}=this.state,a=new RegExp(n.replace(/[.*+?^${}()|[\]\\]/g,""),"i");return e.filter(({type:e,cat:r,title:i})=>t===e&&("*"===o||r.includes(o))&&(""===n||a.test(i)))}render(){const{name:e,type:t,opened:o,onClose:n}=this.props;return s.a.createElement(y.a,{opened:o,onClose:n},s.a.createElement("div",{ref:this.containerRef,className:"brz-ed-popup-wrapper"},this.renderTabs(),s.a.createElement("div",{className:"brz-ed-popup-content brz-ed-popup-pane brz-ed-popup-icons"},s.a.createElement("div",{className:"brz-ed-popup-body"},s.a.createElement("div",{className:"brz-ed-popup__head--search brz-d-xs-flex brz-align-items-center brz-justify-content-xs-center"},this.renderFilters()),s.a.createElement("div",{className:"brz brz-ed-popup-icons__grid"},s.a.createElement(R,{getPromise:()=>{return e=X().map(e=>e.id),Promise.all(e.map(q)).then(V.a);var e},renderResolved:o=>{const n=this.filterIcons(o);return s.a.createElement(ae,{icons:n,value:{name:e,type:t},onChange:this.onIconClick})},renderWaiting:()=>s.a.createElement(re,null),delayMs:1e3}))))))}}function ae({icons:e,value:t,onChange:o}){const[n,a]=Object(l.useState)(null),r=Object(l.useRef)(null),i=e.findIndex(e=>e.name===t.name),c=Math.floor(e.length/8)+1,d=Math.floor(i/8),u=0===d?0:d-1;if(Object(l.useEffect)(()=>{if(r.current){const{width:e,height:t}=r.current.getBoundingClientRect();a({width:e,height:t})}},[]),!n)return s.a.createElement("div",{style:{height:"100%"},ref:r},s.a.createElement(re,null));const{width:p,height:b}=n,m=74*u;return s.a.createElement(H,{width:p,height:b,columnCount:8,columnWidth:68,rowCount:c,rowHeight:68,gutter:6,initialScrollTop:m,renderItem:({rowIndex:n,columnIndex:a,style:r})=>{const i=e[8*n+a];if(!i)return null;const{type:l,name:c}={type:oe[i.type],name:i.name},d=g()("brz-ed-popup-icons__grid__item",{active:l===t.type&&c===t.name});return s.a.createElement("div",{style:ee(ee({},r),{},{left:r.left+6,top:r.top+6,width:r.width-6,height:r.height-6}),className:d,onClick:()=>{o({type:l,name:c})}},s.a.createElement("i",{className:g()(["brz-font-icon",Z(i)])}))}})}function re(){return s.a.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center",alignItems:"center",color:"#828b92",fontSize:"35px"}},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))}Object(i.a)(ne,"defaultProps",{name:"nc-star",type:"outline",onChange:v.default.noop});var ie=o(1);function le(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function se(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?le(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):le(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class ce extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleLoading",e=>{this.setState({loading:e})});const{currentTab:t,tabs:o}=this.props;this.state={loading:!0,currentTab:t,tabs:o}}handleTabChange(e){this.state.loading&&this.props.blockTabsWhenLoading||this.setState({currentTab:e})}handleTabUpdate(e,t){const{tabs:o}=this.state,n=o.map(o=>o.id===e?se(se({},o),t):o);this.setState({tabs:n})}renderHeader(){const{currentTab:e,tabs:t}=this.state,{onClose:o}=this.props,n=t.map(t=>{const{id:o,icon:n,img:a,title:r}=t,i=g()("brz-ed-popup-tab-item",{active:o===e});return s.a.createElement("div",{key:o,className:i,onClick:()=>this.handleTabChange(o)},n&&s.a.createElement("div",{className:"brz-ed-popup-tab-icon"},s.a.createElement(F.b,{icon:n})),a?s.a.createElement("div",{className:"brz-ed-popup-tab-image"},s.a.createElement("img",{className:"brz-img",src:a,alt:r})):s.a.createElement("div",{className:"brz-ed-popup-tab-name"},r))});return s.a.createElement("div",{className:"brz-ed-popup-header"},s.a.createElement("div",{className:"brz-ed-popup-header__tabs"},n),s.a.createElement("div",{className:"brz-ed-popup-btn-close",onClick:o}))}renderCurrentTab(){const{tabs:e,loading:t,currentTab:o}=this.state;return e.reduce((e,{id:n,component:a})=>n===o?[s.a.createElement(a,Object(C.a)({},this.props,{key:n,loading:t,onLoading:this.handleLoading,onTabUpdate:e=>{this.handleTabUpdate(n,e)}}))]:e,[])}renderTabs(){const{tabs:e,loading:t,currentTab:o}=this.state;return e.map(({id:e,component:n})=>{const a=g()("brz-ed-popup-integration-"+e,{"brz-hidden":e!==o});return s.a.createElement(n,Object(C.a)({},this.props,{key:e,loading:t,className:a,onTabUpdate:t=>{this.handleTabUpdate(e,t)}}))})}render(){const{opened:e,onClose:t}=this.props;return s.a.createElement(y.a,{className:"brz-ed-popup-integrations",opened:e,onClose:t},s.a.createElement("div",{className:"brz-ed-popup-wrapper"},this.renderHeader(),s.a.createElement("div",{className:"brz-ed-popup-content"},this.state.loading?this.renderCurrentTab():this.renderTabs())))}}Object(i.a)(ce,"defaultProps",{value:{},opened:!1,tabs:[],currentTab:"",blockTabsWhenLoading:!0,onClose:v.noop});var de=ce,ue=o(57),pe=o(21);const be=e=>{const{message:t,type:o="success",className:n}=e,a=g()("brz-ed-alert",n,{["brz-ed-alert-"+o]:o});return s.a.createElement("div",{className:a},s.a.createElement("span",{className:"brz-span"},t))},me=s.a.createContext({app:{},connectedApps:[],stages:[],stage:"",oldStage:"",onChange:(e,t)=>{},onChangeNext:v.noop,onChangePrev:v.noop,onConnectApp:v.noop,onDisconnectApp:v.noop,onChangeProgress:v.noop,onError:v.noop}),he=({className:e})=>s.a.createElement("div",{className:g()("brz-ed-popup-content--loading",e)},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}));class ge extends l.Component{render(){const{stage:e,apps:t,children:o,onClose:n}=this.props;return s.a.Children.map(o,o=>e===o.props.num&&s.a.cloneElement(o,{apps:t,onClose:n}))}}Object(i.a)(ge,"defaultProps",{stage:"",apps:[]});var ve=e=>{const{stage:t,children:o}=e;return s.a.createElement("div",{className:"brz-ed-popup-integrations__progress"},s.a.Children.map(o,e=>e&&s.a.cloneElement(e,{stage:t})))};class fe extends l.Component{render(){const{stage:e,apps:t,children:o}=this.props;return s.a.Children.map(o,o=>o&&s.a.cloneElement(o,{stage:e,apps:t}))}}Object(i.a)(fe,"defaultProps",{stage:"",apps:[]}),Object(i.a)(fe,"Steps",ge),Object(i.a)(fe,"Step",e=>{let{render:t}=e;return t(Object(x.a)(e,["render"]))}),Object(i.a)(fe,"Progress",ve),Object(i.a)(fe,"Stage",({stage:e,num:t,text:o,img:n})=>{const a=g()("brz-ed-popup-integrations__progress-stage",{"brz-ed-popup-integrations__progress-stage--active":t===e});return s.a.createElement("div",{className:a},s.a.createElement("span",{className:"brz-span"},n&&s.a.createElement("img",{className:"brz-img",src:n,alt:"Logo"}),o))});var ye=fe;class Oe extends l.Component{render(){const{apps:e,render:t}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations__apps brz-d-xs-flex brz-flex-xs-wrap"},e.map((e,o)=>t(e,o)))}}Object(i.a)(Oe,"defaultProps",{apps:[],render:v.default.noop});var Se=o(72),xe=o(203);const{upgradeToPro:Ce}=f.a.get("urls");class je extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{tooltipOpen:!1}),Object(i.a)(this,"iconRef",s.a.createRef()),Object(i.a)(this,"handleTooltipOpen",()=>{this.setState({tooltipOpen:!0})}),Object(i.a)(this,"handleTooltipClose",()=>{this.setState({tooltipOpen:!1})})}renderPro(){const{img:e,title:t}=this.props,o=g()("brz-ed-popup-integrations__app-logo",this.state.tooltipOpen&&"brz-ed-popup-integrations__app-logo--open");return s.a.createElement("div",{className:"brz-ed-popup-integrations__app brz-ed-popup-integrations__app--pro"},s.a.createElement(Se.b,{overlayClassName:"brz-ed-tooltip--delay-2",size:"small",offset:"5",openOnClick:!1,nodeRef:this.iconRef,overlay:s.a.createElement(xe.a,{text:Object(ie.a)("Upgrade to PRO to use this integration"),url:Ce}),onOpen:this.handleTooltipOpen,onClose:this.handleTooltipClose},s.a.createElement("div",{className:o},s.a.createElement("img",{className:"brz-img",src:e,alt:t}),s.a.createElement("span",{ref:this.iconRef,className:"brz-span brz-ed-popup-integrations__app-icon brz-ed-popup-integrations__app-icon--pro"},s.a.createElement(F.b,{icon:"nc-lock"})),s.a.createElement("p",{className:"brz-p brz-ed-badge brz-ed-badge--pro"},"pro")),s.a.createElement("div",{className:"brz-ed-popup-integrations__app-title"},t)))}renderFree(){const{img:e,title:t,loading:o,active:n,onClick:a}=this.props,r=g()("brz-ed-popup-integrations__app",n&&"brz-ed-popup-integrations__app--connected",o&&"brz-ed-popup-integrations__app--loading");return s.a.createElement("div",{className:r,onClick:a},s.a.createElement("div",{className:"brz-ed-popup-integrations__app-logo"},s.a.createElement("img",{className:"brz-img",src:e,alt:t}),n&&!o&&s.a.createElement("span",{className:"brz-span brz-ed-popup-integrations__app-icon"},s.a.createElement(F.b,{icon:"nc-check-small"})),o&&s.a.createElement("span",{className:"brz-span brz-ed-popup-integrations__app-icon"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))),s.a.createElement("div",{className:"brz-ed-popup-integrations__app-title"},t))}render(){return!A.h&&this.props.pro?this.renderPro():this.renderFree()}}Object(i.a)(je,"defaultProps",{img:"",pro:!1,shortTitle:"",loading:!1,active:!1,onClick:v.default.noop});const Pe=f.a.get("urls");class Be extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{loadingApp:"",onConnectApp:v.default.noop})}componentDidUpdate(e){this.props.error!==e.error&&this.state.loadingApp&&this.setState({loadingApp:""})}handleChangeApp(e){const{onConnectApp:t}=this.context;t(e),this.setState({loadingApp:e.id})}renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderProException(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-pro brz-mb-lg-0"},s.a.createElement("span",{className:"brz-span"},Object(ie.a)("Some integrations are available only in PRO")),s.a.createElement("a",{className:"brz-ed-btn brz-ed-btn-width-2 brz-ed-btn-sm brz-ed-btn-icon brz-ed-btn-icon--left brz-ed-btn-rounded brz-ed-btn-pro",rel:"noopener noreferrer",href:Pe.upgradeToPro,target:"_blank"},s.a.createElement(F.b,{icon:"nc-lock"}),Object(ie.a)("Get a PRO plan")))}render(){const{apps:e,height:t,proExceptions:o,error:n}=this.props,{connectedApps:a}=this.context,{loadingApp:r}=this.state;return s.a.createElement(B.a,{style:{height:t}},n&&this.renderError(),o&&this.renderProException(),s.a.createElement(Oe,{apps:e,render:e=>s.a.createElement(je,Object(C.a)({},e,{key:e.id,loading:r===e.id,active:a.includes(e.id),onClick:()=>{this.handleChangeApp(e)}}))}))}}Object(i.a)(Be,"contextType",me),Object(i.a)(Be,"defaultProps",{apps:[],height:"100%",proExceptions:!1,error:null});var we=Be;class Te extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{loading:!0,showProgress:!0,connectedApp:"",connectedApps:[],stage:this.props.stage,stages:this.props.stages,oldStage:"",data:{},error:null,appError:null}),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",{}),Object(i.a)(this,"proExceptions",!1),Object(i.a)(this,"handleConnectApp",async e=>{const{id:t,stages:o}=e;this.setState(Object(c.a)(n=>{n.stages=o,n.connectedApp=t,n.data[t]=e}),()=>{this.handleNext()})}),Object(i.a)(this,"handleDisconnectApp",e=>{const{stage:t,stages:o}=this.props;this.setState(Object(c.a)(n=>{const a=n.connectedApps;n.stage=t,n.stages=o,n.connectedApps=a.filter(t=>t!==e)}))}),Object(i.a)(this,"handleProgress",e=>{this.setState(e)}),Object(i.a)(this,"handleChange",(e,t)=>{this.setState(Object(c.a)(o=>{o.data[e].data=t}))}),Object(i.a)(this,"handleNext",async e=>{const{stages:t,stage:o}=this.state,n=t.findIndex(({type:e})=>e===o)+1,a=e||t[n].type,r=this.getComponent(a);let i=!1;if(r&&"function"==typeof r.onBeforeLoad){const e=t[n+1].type,o={onChangeNext:t=>{const o=t||e;i=!0,this.handleNext(o)}};await r.onBeforeLoad(this.getContextValue(),o)}i||this.setState({stage:a,oldStage:o})}),Object(i.a)(this,"handlePrev",e=>{this.setState(Object(c.a)(t=>{if("appList"===e){const{stage:e,stages:o}=this.props;t.stage=e,t.stages=o,t.connectedApp=""}else{var o;const{stage:n,stages:a}=t,r=a.findIndex(({type:e})=>e===n)-1;t.stage=e||(null===(o=a[r])||void 0===o?void 0:o.type)||"",t.oldStage=n,t.connectedApp=-1===r?"":t.connectedApp}}))}),Object(i.a)(this,"handleError",e=>{this.setState({error:e})})}getContextValue(){const{connectedApp:e,connectedApps:t,data:o,stages:n,stage:a,oldStage:r}=this.state;return{app:o[e]||{},connectedApps:t,stages:n,stage:a,oldStage:r,onChange:this.handleChange,onChangeNext:this.handleNext,onChangePrev:this.handlePrev,onConnectApp:this.handleConnectApp,onDisconnectApp:this.handleDisconnectApp,onChangeProgress:this.handleProgress,onError:this.handleError}}getConnectedApps(e){const{connectedApps:t}=this.state;return Array.isArray(e)?e.reduce((e,t)=>t.completed?[...e,t.id]:e,t):t}getComponent(e){return this.appsComponent[this.state.connectedApp][e]}renderLoading(){return s.a.createElement(he,null)}renderError(){return this.state.error&&s.a.createElement(be,{message:this.state.error})}renderApps(){const{error:e,appError:t}=this.state;return s.a.createElement(s.a.Fragment,null,e&&s.a.createElement(be,{message:e}),s.a.createElement(we,{apps:this.appsData,proExceptions:this.proExceptions,error:t}))}renderSteps(){var e;const{showProgress:t,stage:o,stages:n,connectedApp:a,data:r}=this.state,i=t&&!(null!==(e=n.find(e=>e.type===o))&&void 0!==e&&e.hideProgress),l=n.reduce((e,t,o,n)=>{const i={num:t.type};return o===n.findIndex(e=>e.title)?i.img=r[a].img:i.text=t.title,t.title?[...e,s.a.createElement(ye.Stage,Object(C.a)({key:o},i))]:e},[]);return s.a.createElement(me.Provider,{value:this.getContextValue()},s.a.createElement(ye,{stage:o},i&&l.length>0&&s.a.createElement(ye.Progress,null,l),s.a.createElement(ye.Steps,{onClose:this.props.onClose},n.map((e,t)=>{const o=this.getComponent(e.type);return s.a.createElement(ye.Step,{key:t,num:e.type,render:e=>o&&s.a.createElement(o,Object(C.a)({},e,{apps:this.appsData}))})}))))}renderContent(){const{stage:e,stages:t}=this.state;return s.a.createElement(me.Provider,{value:this.getContextValue()},""!==e&&t.length?this.renderSteps():this.renderApps())}render(){const e=g()("brz-ed-popup-integration",this.props.className);return s.a.createElement("div",{className:e},this.state.loading?s.a.createElement(he,null):this.renderContent())}}Object(i.a)(Te,"defaultProps",{className:"",tab:{},stage:"",stages:[],onLoading:v.default.noop,onTabUpdate:v.default.noop,onClose:v.default.noop});var ze=Te;o(241);function Ee(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ke(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ee(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ee(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const He=(e,t={})=>{let o=new URL(e);return Object.entries(t).forEach(([e,t])=>{o.searchParams.append(e,t)}),o},Fe=e=>e.json().then(t=>ke(ke({},t),{},{status:e.status,ok:e.ok,data:t.data||null})).then(_e).catch(()=>{throw{status:500,data:"Server Error"}}),_e=e=>{if(e.success)return e;{const{data:t}=e;return ke(ke({},e),{},{status:t.code||e.status})}},Re=(e,t,o,n)=>{let a=e&&JSON.parse(e)||[];const r=t&&t.length||0;let i=t.filter(e=>e.required).length;!a.some(({target:e})=>"email"===e)&&o.some(({type:e})=>e&&"email"===e.toLowerCase())&&(a=((e,t)=>{const o=t.find(({type:e})=>e&&"email"===e.toLowerCase());return e.push({sourceId:o._id,sourceTitle:o.label,target:"email"}),e})(a,o),i--);let l=0,s=0;return o.map(({_id:e,label:o})=>{const c=a.find(({sourceId:t})=>t===e);let d=null;return c&&c.target&&"_auto_generate"!==c.target?d=c.target:(Le(r+s,n)||s<i?(d=Me(t,a,l),l++):d="_auto_generate",s++),{sourceId:e,sourceTitle:o,target:d}})},Le=(e,t)=>t&&e>=t.maxFields,Me=(e,t,o)=>{const n=v.default.pluck(e,"slug"),a=v.default.pluck(t,"target");return v.default.difference(n,a)[o]},We=(e,t,o="select")=>{if("select"===o){const o=v.default.pluck(e.filter(e=>e.required),"slug"),n=v.default.pluck(t,"target");return!v.default.difference(o,n).length}if("input"===o)return 0===t.filter(e=>""===e.target).length},Ie=e=>/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(e).toLowerCase());function Ne(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}const Ae=e=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,function(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ne(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ne(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}({action:t.getAccounts,hash:t.hash,version:o},e||{}));return Object(pe.L)(n,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)},Ve=e=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,{action:t.deleteAccount,hash:t.hash,version:o,id:e});return Object(pe.L)(n,{method:"DELETE",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)};var De=o(138),$e=o(198);const Ge=e=>{const{className:t,size:o=1,color:n="gray",type:a="button",rightIcon:r,leftIcon:i,loading:l,disabled:c,children:d,href:u,target:p,onClick:b}=e,m=g()("brz-button brz-ed-btn","brz-ed-btn-sm brz-ed-btn-rounded",t,l?"brz-ed-btn--loading":"brz-ed-btn-icon","brz-ed-btn-width-"+o,"brz-ed-btn-"+n,{"brz-ed-btn-icon--left":i},{"brz-ed-btn-icon--right":r},{"brz-ed-btn--disabled":c}),h=l?s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}):s.a.createElement(s.a.Fragment,null,i&&s.a.createElement(F.b,{icon:i}),d,r&&s.a.createElement(F.b,{icon:r}));return"button"===a?s.a.createElement("button",{className:m,onClick:b},h):s.a.createElement("a",{href:u,target:p,className:m,onClick:b},h)};class Ue extends l.Component{renderOptions(){const{active:e,data:{accounts:t,usedAccount:o,completed:n},disconnectLoading:a,onActive:r,onDisconnect:i}=this.props,l=t.map(({name:e,id:t})=>s.a.createElement($e.a,{value:t,key:t},e||"Account "+t,t===o&&n&&s.a.createElement("div",{title:"Disconnect",className:"brz-ed-popup-integrations--delete",onClick:i},s.a.createElement(F.b,{icon:a?"nc-circle-02":"nc-connection",className:a?"brz-ed-animated--spin":""}))));return s.a.createElement(B.a,{autoHeight:!0,autoHeightMax:"100%",style:{height:"auto"}},s.a.createElement(De.b,{className:"brz-ed-popup-integrations-option__radio",name:"list",defaultValue:e,onChange:r},l))}renderError(){const{error:e,data:{accounts:t}}=this.props;return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},0===t.length&&Object(ie.a)("Accounts are empty. Please connect a new account and try again."),e))}render(){const{data:{accounts:e},error:t,nextLoading:o,prevLoading:n,connectLoading:a,onConnect:r,onPrev:i,onNext:l}=this.props,c=e.length>0;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__account"},s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("SELECT ACCOUNT")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},(!c||t)&&this.renderError(),c&&this.renderOptions(),s.a.createElement("div",{className:"brz-ed-popup-integrations-new__option",onClick:r},s.a.createElement(F.b,{icon:a?"nc-circle-02":"nc-add",className:a?"brz-ed-animated--spin":""}),Object(ie.a)("Connect a new account")),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:n,onClick:i},Object(ie.a)("Back")),s.a.createElement(Ge,{color:"teal",rightIcon:"nc-arrow-right",loading:o,onClick:l},Object(ie.a)("Continue")))))}}Object(i.a)(Ue,"defaultProps",{id:"",title:"",shortTitle:"",description:"",img:"",form:{},data:{},active:"",nextLoading:!1,prevLoading:!1,connectLoading:!1,disconnectLoading:!1,onActive:v.default.noop,onPrev:v.default.noop,onNext:v.default.noop,onConnect:v.default.noop,onDisconnect:v.default.noop});var Ke=Ue;var Ye=e=>{const{title:t="",value:o="",icon:n="",type:a="text",required:r=!1,loading:i=!1,onChange:l=v.noop,onKeyDown:c=v.noop,onClickIcon:d=v.noop}=e;return s.a.createElement("div",{className:"brz-input__placeholder"},s.a.createElement("label",{className:"brz-label"},s.a.createElement("input",{required:!0,className:"brz-input",name:t,type:a,value:o,onChange:l,onKeyDown:c}),s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},t,r&&s.a.createElement("span",{className:"brz-span"},"(",Object(ie.a)("required"),")")))),n&&s.a.createElement("div",{className:"brz-input__placeholder-icon"},i?s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}):s.a.createElement(F.b,{icon:n,onClick:d})))};class qe extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleKeyDown",e=>{13===e.which&&this.props.onNext()})}renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderInputs(){const{data:e,onChange:t}=this.props;return e.map((e,o)=>{const{title:n,name:a,value:r}=e;return s.a.createElement(Ye,{key:o,title:n,name:a,required:!0,value:r,onChange:({target:e})=>{t(e.value,a)},onKeyDonw:this.handleKeyDown})})}render(){const{img:e,title:t,descriptions:o,error:n,nextLoading:a,prevLoading:r,onNext:i,onPrev:l,docsUrl:c}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations__connect"},s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-head"},s.a.createElement("img",{className:"brz-img",src:e,title:t,alt:t}),s.a.createElement("p",{className:"brz-p"},o),s.a.createElement("p",{className:"brz-p brz-ed-popup-integrations__connect-info"},s.a.createElement("a",{className:"brz-a",href:c,target:"_blank",rel:"noreferrer"},Object(ie.a)("Need help"),"?"))),s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-body"},n&&this.renderError(),this.renderInputs(),null!==a&&s.a.createElement(Ge,{color:"teal",loading:a,onClick:i},Object(ie.a)("Connect")),null!==r&&s.a.createElement(Ge,{color:"default",loading:r,onClick:l},Object(ie.a)("Cancel"))))}}Object(i.a)(qe,"defaultProps",{img:"",title:"",descriptions:"",data:[{title:"",name:"",value:""}],nextLoading:null,prevLoading:null,error:null,onNext:v.default.noop,onPrev:v.default.noop});var Xe=qe;class Ze extends l.Component{renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}render(){const{title:e,img:t,descriptions:o,error:n,nextLoading:a,prevLoading:r,onNext:i,onPrev:l}=this.props,c=null!==a&&null!==r;return s.a.createElement("div",{className:"brz-ed-popup-integrations__connect"},s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-head"},s.a.createElement("img",{className:"brz-img",src:t,alt:e}),s.a.createElement("p",{className:"brz-p"},o)),s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-body"},n&&this.renderError(),c&&s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==a&&s.a.createElement(Ge,{color:"red",loading:a,onClick:i},Object(ie.a)("Disconnect")),null!==r&&s.a.createElement(Ge,{color:"default",loading:r,onClick:l},Object(ie.a)("Cancel")))))}}Object(i.a)(Ze,"defaultProps",{title:"",descriptions:"",nextLoading:null,prevLoading:null,error:null,onNext:v.default.noop,onPrev:v.default.noop});var Je=Ze,Qe=o(52),et=o(160),tt=o(26),ot=o(297),nt=o(296),at=o(935),rt=o(942),it=o(284),lt=o(110),st=o(99);function ct(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function dt(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ct(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ct(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const ut=(e,t,o,n)=>{const a=t*o,r=t*n,i=e*t;return Math.max(a,Math.min(r,i))};class pt extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{inputValue:""}),Object(i.a)(this,"selectRef",s.a.createRef()),Object(i.a)(this,"inputRef",s.a.createRef()),Object(i.a)(this,"handleChange",(e,t)=>{const{multiple:o,value:n,onChange:a}=this.props;if(o){if(t.isOpen||this.setState({inputValue:""}),e.hasOwnProperty("value")){const t=Array.isArray(n)?n:[];a(Object(tt.addLast)(t,e.value))}}else e&&(this.setState({inputValue:e.value}),a(e))}),Object(i.a)(this,"handleInputChange",e=>{this.setState({inputValue:e.target.value})}),Object(i.a)(this,"handleRemoveTag",e=>{const{value:t,onChange:o}=this.props;o(Object(tt.removeAt)(t,e))}),Object(i.a)(this,"handleInputKeyDown",e=>{const{value:t,multiple:o,onChange:n}=this.props;o&&8===e.keyCode&&!this.state.inputValue&&n(Object(tt.removeLast)(t))})}itemToString(e){return e?e.label:""}renderTags(e){return Array.isArray(e)?e.map((e,t)=>s.a.createElement("div",{key:t,className:"brz-control__select2-tag"},e,s.a.createElement(F.b,{icon:"nc-trash",onClick:()=>{this.handleRemoveTag(t)}}))):null}renderInput(e){const{multiple:t,selectedItem:o,isOpen:n,toggleMenu:a,inputProps:r}=e,i=t?"brz-control__select2-value-container-tag":"brz-control__select2-value-container";return s.a.createElement(at.a,null,({ref:e})=>s.a.createElement("div",{ref:e,className:i,onClick:()=>{a(),!n&&this.inputRef.current.focus()}},t&&this.renderTags(o),s.a.createElement("input",Object(C.a)({},r,{className:"brz-input brz-control__select2-value"}))))}renderDropdown(e){const{className:t,options:o,value:n,multiple:a,placement:r,fixed:i,itemHeight:l,minItems:c,maxItems:d,isOpen:u,inputValue:p,highlightedIndex:b,selectedItem:m,getItemProps:h,getMenuProps:v}=e;if(!u)return;const f=Array.isArray(n)&&a?o.filter(e=>n.every(t=>t!==e.value)):o,y=this.selectRef.current,O=y.getBoundingClientRect().width,S=y.ownerDocument.body,x=g()("brz-ed-select2-portal",t),j=new nt.a(f,["value"]);return s.a.createElement(lt.a,{node:S,className:x},s.a.createElement(rt.a,{placement:r,positionFixed:i},({ref:e,style:t,placement:o})=>{const n=j.search(p).map((e,t)=>s.a.createElement("li",Object(C.a)({key:e.value},h({index:t,item:e}),{className:g()("brz-li brz-control__select2-option",{"brz-control__select2-option--active":m===e||b===t})}),e.value));return s.a.createElement("div",{ref:e,style:dt(dt({},t),{},{width:O}),className:"brz-control__select2-menu","data-placement":o},s.a.createElement(st.a,{style:{height:ut(n.length,l,c,d)},className:"brz-control__select2-scroll-pane brz-ed-scroll--small"},s.a.createElement("ul",Object(C.a)({},v(),{className:"brz-ul"}),n.length>0?n:s.a.createElement("li",{className:"brz-li brz-control__select2-option"},Object(ie.a)("Nothing Found")))))}))}render(){const{className:e,placeholder:t,multiple:o,value:n}=this.props,{inputValue:a}=this.state,r=g()("brz-control__select2-container",e);return s.a.createElement("div",{ref:this.selectRef,className:r},s.a.createElement(it.a,null,s.a.createElement(ot.a,{initialSelectedItem:n,selectedItem:n,onChange:this.handleChange,itemToString:this.itemToString},({getInputProps:e,getItemProps:n,getMenuProps:r,isOpen:i,highlightedIndex:l,selectedItem:c,toggleMenu:d})=>s.a.createElement("div",{className:"brz-control__select2"},this.renderInput({inputProps:e({ref:this.inputRef,placeholder:t,value:a,onKeyDown:this.handleInputKeyDown,onChange:this.handleInputChange}),multiple:o,selectedItem:c,isOpen:i,toggleMenu:d}),this.renderDropdown(dt(dt({},this.props),{},{inputValue:a,isOpen:i,highlightedIndex:l,selectedItem:c,getMenuProps:r,getItemProps:n}))))))}}Object(i.a)(pt,"defaultProps",{className:"",value:null,options:[{label:"Test",value:"test"}],placement:"bottom",placeholder:"",fixed:!1,minItems:1,maxItems:5,itemHeight:30,multiple:!1,onChange:v.default.noop});var bt=pt;const mt=e=>void 0===e.type,ht=e=>"select"===e.type,gt=e=>"switch"===e.type,vt=e=>"search"===e.type;class ft extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"renderSelect",({name:e,value:t,choices:o})=>{const n=o.map(({title:e,name:t},o)=>s.a.createElement(S.a,{key:`${t}-${o}`,value:t},e));return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-select"},s.a.createElement(O.a,{className:"brz-control__select--white",maxItems:"6",itemHeight:"30",inPortal:!0,defaultValue:t,onChange:t=>{this.props.onActive(e,t)}},n))}),Object(i.a)(this,"renderInput",({name:e,value:t})=>s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-input"},s.a.createElement("input",{className:"brz-input",required:!0,type:"password"===e?"password":"text",value:t,onChange:t=>{this.props.onActive(e,t.target.value)}}))),Object(i.a)(this,"renderSwitch",({name:e,value:t})=>s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-input"},s.a.createElement(et.a,{className:"brz-ed-control__switch--light",defaultValue:t,onChange:t=>{this.props.onActive(e,t)}}))),Object(i.a)(this,"renderSearch",({name:e,multiple:t,value:o,choices:n})=>{const a=Boolean(o)&&t?o.split(","):o;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-select"},s.a.createElement(bt,{className:"brz-control__select2--light",multiple:t,value:a,options:n,onChange:o=>{this.props.onActive(e,t?o.join(","):o.value)}}))}),Object(i.a)(this,"renderOption",Object(Qe.match)([mt,this.renderInput],[ht,this.renderSelect],[vt,this.renderSearch],[gt,this.renderSwitch]))}renderHead(){const{headTitle:e,headDescription:t}=this.props;if(e&&t)return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},e&&s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},e)),t&&s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},t)))}renderOptions(){const e=this.props.data.map((e,t)=>{const{title:o,required:n,helper:a}=e;return s.a.createElement("div",{key:t,className:"brz-ed-popup-integrations-step__fields-option"},s.a.createElement("div",{className:"brz-d-xs-flex brz-align-items-xs-center"},s.a.createElement("p",{className:"brz-p"},o,n&&s.a.createElement("strong",{className:"brz-strong brz--required"},"*")),a&&s.a.createElement(Se.b,{className:"brz-ed-popup-integrations-fields__tooltip",openOnClick:!1,inPortal:!0,overlay:s.a.createElement("div",{className:"brz-ed-popup-integrations-fields__info",dangerouslySetInnerHTML:{__html:a}})},s.a.createElement(F.b,{icon:"nc-alert-circle-que"}))),this.renderOption(e))});return s.a.createElement(B.a,{autoHeight:!0,autoHeightMax:"100%",style:{height:"auto"}},e)}render(){const{description:e,error:t,prevLoading:o,nextLoading:n,onPrev:a,onNext:r}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__fields"},this.renderHead(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},t&&s.a.createElement(be,{message:t,type:"error"}),this.renderOptions(),e&&s.a.createElement("p",{className:"brz-p brz-ed-popup-integrations__description"},e),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==o&&s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:o,onClick:a},Object(ie.a)("Back")),null!==n&&s.a.createElement(Ge,{color:"teal",rightIcon:"nc-arrow-right",loading:n,onClick:r},Object(ie.a)("Continue")))))}}Object(i.a)(ft,"defaultProps",{id:"",headTitle:"",headDescription:"",description:"",data:[],nextLoading:null,prevLoading:null,onPrev:v.default.noop,onNext:v.default.noop,onActive:v.default.noop});class yt extends l.Component{renderSelect(e,t){const{formFields:o,fields:n,restrictions:a,onActive:r}=this.props,i=v.default.pluck(o,"target");let l=n.filter(e=>-1===i.indexOf(e.slug)||e.slug===t);const c=n.length+(o.length-v.default.without(i,"_auto_generate").length);(!Le(c,a)||t&&"_auto_generate"===t)&&l.unshift({name:"Auto Generate",required:!1,slug:"_auto_generate"});const d=l.map(({required:e,name:t,slug:o})=>s.a.createElement(S.a,{key:o,value:o},s.a.createElement("span",{className:"brz-span"},t),e&&s.a.createElement("strong",{className:"brz-strong brz--required"},"*")));return s.a.createElement(O.a,{defaultValue:t,className:"brz-control__select--white",maxItems:"6",itemHeight:"30",inPortal:!0,onChange:t=>{r(e,t)}},d)}renderOptions(){const e=this.props.formFields.map(({sourceTitle:e,target:t,sourceId:o})=>s.a.createElement("div",{key:o,className:"brz-ed-popup-integrations-step__fields-option"},s.a.createElement("p",{className:"brz-p"},e),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-select"},this.renderSelect(o,t))));return s.a.createElement(B.a,{autoHeight:!0,autoHeightMax:"100%",style:{height:"auto"}},e)}renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderErrorEmpty(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},Object(ie.a)("Fields are empty. Please add fields and try again.")))}render(){const{title:e,error:t,formFields:o,prevLoading:n,nextLoading:a,onPrev:r,onNext:i}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__fields"},s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("FORM FIELDS"))),s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},e," ",Object(ie.a)("FIELDS")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},t&&this.renderError(),o.length?this.renderOptions():this.renderErrorEmpty(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==n&&s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:n,onClick:r},Object(ie.a)("Back")),null!==a&&s.a.createElement(Ge,{color:"teal",rightIcon:"nc-arrow-right",loading:a,onClick:i},Object(ie.a)("Continue")))))}}Object(i.a)(yt,"defaultProps",{id:"",title:"",shortTitle:"",description:"",img:"",fields:[],formFields:[],restrictions:{},error:null,nextLoading:null,prevLoading:null,onActive:v.default.noop,onPrev:v.default.noop,onNext:v.default.noop});var Ot=yt;class St extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleConfirmation",e=>{this.props.onConfirm("true"===e)})}renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderList(){const{active:e,lists:t,onActive:o}=this.props,n=t.map(({name:e,id:t})=>s.a.createElement($e.a,{value:t,key:t},e||"List "+t));return s.a.createElement(B.a,{autoHeight:!0,autoHeightMax:"100%",style:{height:"auto"}},s.a.createElement(De.b,{className:"brz-ed-popup-integrations-option__radio",name:"list",defaultValue:e,onChange:o},n))}renderConfirmation(){const{confirmationNeeded:e}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations__confirmation"},s.a.createElement("p",{className:"brz-p"},Object(ie.a)("Email confirmation to join the list")),s.a.createElement(O.a,{defaultValue:e?"true":"false",className:"brz-control__select--white",maxItems:"6",itemHeight:"30",onChange:this.handleConfirmation},s.a.createElement(S.a,{value:"false"},Object(ie.a)("Not Required")),s.a.createElement(S.a,{value:"true"},Object(ie.a)("Required"))))}renderCreateList(){const{createLoading:e,onCreateList:t}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-new__option",onClick:t},s.a.createElement(F.b,{icon:e?"nc-circle-02":"nc-add",className:e?"brz-ed-animated--spin":""}),Object(ie.a)("Create a new list"))}renderProList(){return s.a.createElement(De.b,{className:"brz-ed-popup-integrations-option__radio",name:"proList",defaultValue:"none"},s.a.createElement($e.a,{value:"none"},Object(ie.a)("None")))}render(){const{listPro:e,lists:t,listsCreate:o,hasConfirmation:n,error:a,nextLoading:r,prevLoading:i,onPrev:l,onNext:c}=this.props,d=t.length>0,u=o&&o.length>0;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__lists"},s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("SELECT LIST")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},a&&this.renderError(),d&&this.renderList(),e&&this.renderProList(),u&&this.renderCreateList(),n&&this.renderConfirmation(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==i&&s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:i,onClick:l},Object(ie.a)("Back")),null!==r&&s.a.createElement(Ge,{size:d||e?1:3,color:d||e?"teal":"gray",rightIcon:"nc-arrow-right",loading:r,onClick:d||e?c:null},Object(ie.a)("Continue")))))}}Object(i.a)(St,"defaultProps",{id:"",title:"",shortTitle:"",description:"",img:"",active:"",listPro:!1,lists:[],listsCreate:[],apiKeyValue:{},hasConfirmation:!1,createLoading:!1,confirmationNeeded:!1,nextLoading:null,prevLoading:null,error:null,onActive:v.default.noop,onConfirm:v.default.noop,onCreateList:v.default.noop,onPrev:v.default.noop,onNext:v.default.noop});var xt=St;class Ct extends l.Component{render(){const{title:e,onNext:t}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__done"},s.a.createElement("div",{className:"brz-ed-popup-integrations-step__done-icon"},s.a.createElement(F.b,{icon:"nc-check-light"})),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__done-content"},s.a.createElement("p",{className:"brz-p"},Object(ie.a)("You have successfully connect the form with")," ",e)),s.a.createElement(Ge,{color:"teal",onClick:t},Object(ie.a)("Done")))}}Object(i.a)(Ct,"defaultProps",{title:"",onNext:v.default.noop});var jt=Ct;async function Pt(e){try{return await(t=e,fetch("https://graph.facebook.com/"+t).then(({status:e})=>200===e))}catch(e){return!1}var t}function Bt(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function wt(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Bt(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Bt(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Tt=[{name:"appid",title:"App ID"}];class zt extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleChange",(e,t)=>{this.setState(({apiKeyValue:o})=>({apiKeyValue:wt(wt({},o),{},{[""+t]:e.trim()})}))}),Object(i.a)(this,"handleConnect",async()=>{const{app:e,onChangeNext:t}=this.context,{apiKeyValue:o}=this.state,n=Object.values(o);if(this.setState({nextLoading:!0,error:null}),n.some(e=>!e))await Object(pe.I)(),this.setState({error:"Fields are empty",nextLoading:!1});else{const{data:a,group:r,id:i}=e,[l]=n;if(!await Pt(l))return void this.setState({isValidate:!1,error:"Your AppId is no valid, re check and try again",nextLoading:!1});if(a&&a.id){const{status:e}=await Ve(a.id);200!==e&&this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")})}const{status:s}=await(e=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,{action:t.addAccount,hash:t.hash,version:o});return Object(pe.L)(n,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(e)}).then(Fe).then(e=>e)})(wt({service:i,group:r},o));200!==s?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):t()}}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.context.onChangePrev()});const{app:{data:o}}=t;this.state={apiKeyValue:o||this.getDefaultValue(),nextLoading:!1,prevLoading:!1,error:null}}static async onBeforeLoad(e,t){e.app.data&&t.onChangeNext("disconnect")}getDefaultValue(){return Tt.reduce((e,{name:t})=>wt(wt({},e),{},{[""+t]:""}),{})}render(){const{app:e}=this.context,{apiKeyValue:t,nextLoading:o,prevLoading:n,error:a}=this.state,r=Tt.map(({title:e,name:o})=>({title:e,name:o,value:t[o]}));return s.a.createElement(Xe,Object(C.a)({},e,{data:r,nextLoading:o,prevLoading:n,error:a,onChange:this.handleChange,onNext:this.handleConnect,onPrev:this.handlePrev}))}}Object(i.a)(zt,"contextType",me);var Et=zt;class kt extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleNext",async()=>{const{app:e,onChange:t,onDisconnectApp:o}=this.context;this.setState({nextLoading:!0,error:null});const{status:n}=await Ve(e.data.id);200===n?(o(e.id),t(e.id,null)):this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangePrev("appList")}),this.state={nextLoading:!1,prevLoading:!1,error:null}}render(){const{nextLoading:e,prevLoading:t,error:o}=this.state;return s.a.createElement(Je,Object(C.a)({},this.context.app,{descriptions:Object(ie.a)("Are you want to delete account")+" ?",nextLoading:e,prevLoading:t,error:o,onPrev:this.handlePrev,onNext:this.handleNext}))}}Object(i.a)(kt,"contextType",me);var Ht=kt;class Ft extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleClose",()=>{this.props.onClose()})}render(){const{app:e}=this.context;return s.a.createElement(jt,Object(C.a)({},e,{onNext:this.handleClose}))}}Object(i.a)(Ft,"contextType",me);var _t=Ft;class Rt{}Object(i.a)(Rt,"connect",void 0),Object(i.a)(Rt,"account",void 0),Object(i.a)(Rt,"fields",void 0),Object(i.a)(Rt,"list",void 0),Object(i.a)(Rt,"done",void 0);class Lt extends Rt{}Object(i.a)(Lt,"connect",Et),Object(i.a)(Lt,"disconnect",Ht),Object(i.a)(Lt,"done",_t);var Mt=Lt;var Wt=class extends ze{constructor(...e){super(...e),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",n),Object(i.a)(this,"handleConnectApp",async e=>{const t=e.id,{stages:o}=this.appsData[0];await Object(pe.I)(),this.setState(Object(c.a)(n=>{n.stages=o,n.connectedApp=t,Object.assign(n.data[t],e)}),()=>{this.handleNext()})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),o=await t.json();this.appsData=o.facebook,await this.getData()}async getData(){const{group:e,service:t}=this.props,{status:o,data:n}=await Ae({group:e,services:t});if(n&&n.length>0&&200===o){const e=n[0],{services:t}=e;this.setState(Object(c.a)(o=>{o.data[t]={data:e},o.loading=!1,o.connectedApps=[t]}))}else this.setState({loading:!1})}};const It=[{id:"app",title:Object(ie.a)("APPS"),icon:"nc-extensions-2",component:Wt}];class Nt extends l.Component{render(){const{service:e,group:t,opened:o,onClose:n}=this.props;return s.a.createElement(de,{currentTab:"app",service:e,group:t,opened:o,tabs:It,onClose:n})}}Object(i.a)(Nt,"defaultProps",{service:"facebook",group:"social",opened:!1,onClose:v.noop});var At=Nt,Vt=o(41),Dt=o.n(Vt),$t=o(80),Gt=o(9);function Ut(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Kt(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ut(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ut(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Yt extends s.a.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{currentFilter:this.props.defaultFilter}),Object(i.a)(this,"setFilter",e=>{this.setState(t=>({currentFilter:Kt(Kt({},t.currentFilter),e)}))})}render(){const{filterFn:e,data:t,children:o}=this.props,{currentFilter:n}=this.state;return o(t.filter(t=>e(t,n)),n,this.setFilter)}}function qt(e){const{className:t="",title:o="",separator:n=!1,children:a}=e,r=g()("brz-ed-popup-two-sidebar",t);return s.a.createElement("div",{className:r},o&&s.a.createElement("div",{className:"brz-ed-popup-two-sidebar-title"},o),n&&s.a.createElement("div",{className:"brz-ed-popup-two-sidebar-separator"},o),a)}function Xt(e){const{lists:t=[],counters:o={},value:n="",onChange:a=(()=>{})}=e;return t.map(({id:e,title:t,icon:r})=>null!=o[e]&&s.a.createElement("div",{key:e,title:Object(ie.a)(t),className:g()("brz-ed-popup-two-sidebar-list",{"brz-ed-popup-two-sidebar-list-active":e===n}),onClick:()=>a(e)},r&&s.a.createElement("span",{className:"brz-span brz-ed-popup-two-sidebar-list__span-icon"},s.a.createElement(F.b,{icon:r})),s.a.createElement("span",{className:"brz-span brz-ed-popup-two-sidebar-list__span-text"},t),s.a.createElement("span",{className:"brz-span brz-ed-popup-two-sidebar-list__span-new"},"new"),s.a.createElement("span",{className:"brz-span brz-ed-popup-two-sidebar-list__span-quantity"},o[e])))}function Zt(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Jt(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Zt(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Zt(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Qt(e){const{className:t,children:o}=e,n=g()("brz-ed-popup-two-body__sidebar",t),a=e=>{let{style:t}=e,o=Object(x.a)(e,["style"]);return s.a.createElement("div",Object(C.a)({},o,{style:Jt(Jt({},t),{},{borderRadius:"inherit",backgroundColor:"rgba(129, 138, 145, 0.5)"})}))};return s.a.createElement("div",{className:n},s.a.createElement(B.a,{renderThumbHorizontal:a,renderThumbVertical:a},s.a.createElement("div",{className:"brz-ed-popup-two-sidebar-body"},o)))}class eo extends s.a.Component{constructor(...e){super(...e),Object(i.a)(this,"handleInputChange",e=>{this.props.onChange(e.target.value)})}render(){const{className:e,value:t}=this.props,o=g()("brz-ed-popup-two-search",e);return s.a.createElement("div",{className:o},s.a.createElement("input",{type:"text",className:"brz-input brz-ed-popup-two__input",placeholder:Object(ie.a)("Type to search"),value:t,onChange:this.handleInputChange}),s.a.createElement("div",{className:"brz-ed-popup-two-search-icon"},s.a.createElement(F.b,{icon:"nc-search"})))}}Object(i.a)(eo,"defaultProps",{className:"",value:"",onChange:v.default.noop});var to=o(8),oo=o.n(to),no=o(37),ao=o(49);let ro=new Map,io=null;class lo extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{imageFetched:!1,showSpinner:!1}),Object(i.a)(this,"content",s.a.createRef()),Object(i.a)(this,"handleIntersection",e=>{e.forEach(({isIntersecting:e,target:t})=>{if(e){const e=ro.get(t);if(!e)return;const o=e.props.src;Object(ao.f)(o).then(()=>{io&&io.unobserve(t),e.mounted&&e.setState({imageFetched:!0,showSpinner:!1},e.props.onImageLoaded())})}})})}componentDidMount(){const e=this.content.current;if(this.mounted=!0,null===io){const{observerRootSelector:t,observerRootMargin:o,observerThreshold:n}=this.props,a={root:e.ownerDocument.querySelector(t),rootMargin:o,threshold:n};io=new e.ownerDocument.defaultView.IntersectionObserver(this.handleIntersection,a),io.POLL_INTERVAL=200}io.observe(e),ro.set(e,this),setTimeout(()=>{this.mounted&&!this.state.imageFetched&&this.setState({showSpinner:!0})},this.props.spinnerDelay)}componentWillUnmount(){const e=this.content.current;this.mounted=!1,io.unobserve(e),ro.delete(e),0===ro.size&&(io.disconnect(),io=null)}render(){const{width:e,height:t,src:o,style:n}=this.props,{imageFetched:a,showSpinner:r}=this.state,i=Math.round(t/e*100*10)/10;return s.a.createElement("div",{ref:this.content,className:"brz-observer__image",style:{paddingTop:i+"%"}},r&&s.a.createElement("div",{className:"brz-ed-option__block-thumbnail-loading"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})),a&&s.a.createElement("img",{className:"brz-img",style:n,src:o,alt:"lazyLoad Image"}))}}Object(i.a)(lo,"defaultProps",{width:100,height:100,src:"",observerRootSelector:null,observerRootMargin:"0px",observerThreshold:[0],spinnerDelay:250,style:{},onImageLoaded:v.default.noop});var so=o(19),co=o(16),uo=o(73),po=o(111),bo=o(102);const mo=e=>"BLOCK"===e,ho=e=>"POPUP"===e,go=e=>"LAYOUT"===e,vo=(e,t)=>t?e+":1":e+":0";var fo=o(293),yo=o(61);const Oo=e=>{var t,o;const n=null!==(t=e.component.resolve)&&void 0!==t?t:{};return{id:e.component.id,resolve:null!==(o=Object(tt.getIn)(n,["value","items",0]))&&void 0!==o?o:{}}},So=["WPFeaturedImage"],xo=({models:e,globalBlocks:t})=>{const o=Object.values(fo.a).reduce((e,t)=>e.concat(t),[]).filter(e=>e.pro).map(Oo),{obj:n}=Object(yo.a)(e,e=>{if("GlobalBlock"===e.type&&t){const o=Object(tt.getIn)(e,["value","_id"]);if(o&&t[o])return xo({models:t[o],globalBlocks:t})}return o.find(({resolve:t,id:o})=>{const n=t.type===e.type;return(!n||!So.includes(o))&&n})});return Object(co.l)(n)},Co=e=>{const t=Object(Qe.match)([mo,()=>Object(ie.a)("Could not download Saved block")],[go,()=>Object(ie.a)("Could not download Saved Layout")],[ho,()=>Object(ie.a)("Could not download Saved Popup")]);uo.a.error(t(e),{toastContainer:window.parent.document.body})},jo=e=>{const{id:t,type:o}=e,[n,a]=Object(l.useState)(!1),r=Object(l.useRef)(null),[i,c]=Object(l.useState)(void 0),d=Object(l.useCallback)(async()=>{a(!0),c(void 0);const e=Object(Qe.match)([mo,()=>Object(pe.A)(t)],[go,()=>Object(pe.C)(t)],[ho,()=>Object(pe.A)(t)]);try{const{data:n}=await e(o);if(r.current){const e=xo({models:n}),r=((e,t)=>{const o=f.a.getAll(),{editorVersion:n}=o;if(Object(bo.a)(o)){const{url:a,hash:r,downloadBlocks:i,downloadLayouts:l}=o.wp.api,s=Object(Qe.match)([mo,()=>i],[go,()=>l],[ho,()=>i]),c=Object(po.b)({hash:r,uid:t,version:n,action:s(e),type:e.toLowerCase()});return Object(po.c)(a)?`${a}&${c}`:`${a}?${c}`}const a=o.urls.api,r=Object(Qe.match)([mo,()=>"downloadBlocks"],[go,()=>"downloadLayouts"],[ho,()=>"downloadPopups"]),i=Object(po.b)({uid:t,version:n,action:r(e),type:e.toLowerCase()});return Object(po.c)(a)?`${a}&${i}`:`${a}?${i}`})(o,[vo(t,e)]);c(r),a(!1)}}catch(e){0,r.current&&(a(!1),Co(o))}},[t,o,r]),u=Object(l.useCallback)(()=>{Co(o),c(void 0)},[o,i]);return s.a.createElement("div",{ref:r,title:Object(ie.a)("Download this block"),className:"brz-ed-popup-two-block-download",onClick:n?void 0:d},i&&s.a.createElement("iframe",{src:i,hidden:!0,onLoad:u}),n?s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}):s.a.createElement(F.b,{icon:"nc-down"}))},{upgradeToPro:Po}=f.a.get("urls"),Bo={animationName:"fadeIn",animationFillMode:"both",animationDelay:"200ms",animationDuration:"200ms"};class wo extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{tooltipOpen:!1}),Object(i.a)(this,"iconRef",s.a.createRef()),Object(i.a)(this,"handleTooltipOpen",()=>{this.setState({tooltipOpen:!0})}),Object(i.a)(this,"handleTooltipClose",()=>{this.setState({tooltipOpen:!1})}),Object(i.a)(this,"handleClick",()=>{const{data:e,onAdd:t}=this.props;e.loading||e.inactive||t(e)}),Object(i.a)(this,"handleRemove",()=>{const{data:e,onRemove:t}=this.props;t(e)}),Object(i.a)(this,"handleSync",()=>{const{data:e,onSync:t}=this.props;t(e)})}renderBlank(){var e,t;const{data:{pro:o}}=this.props,n=!A.h&&o,a=null!==(e=null===(t=this.props.data)||void 0===t?void 0:t.blankTitle)&&void 0!==e?e:Object(ie.a)("Create your own"),r=g()("brz-ed-popup-two-block-item","brz-ed-popup-two-block__blank","brz-ed-popup-two-block__blank-first",{"brz-ed-popup-two-block__blank--pro":n});return n?s.a.createElement(Se.b,{overlayClassName:"brz-ed-tooltip--delay-1",size:"small",offset:"5",openOnClick:!1,nodeRef:this.iconRef,overlay:s.a.createElement(xe.a,{text:Object(ie.a)("Upgrade to PRO to use this block"),url:Po}),onOpen:this.handleTooltipOpen,onClose:this.handleTooltipClose},s.a.createElement("div",{className:r},s.a.createElement("p",{ref:this.iconRef,className:"brz-p brz-d-xs-flex brz-align-items-xs-center"},s.a.createElement(F.b,{icon:"nc-lock"})," ",a),s.a.createElement("p",{className:"brz-p brz-ed-badge brz-ed-badge--pro"},"pro"))):s.a.createElement("div",{onClick:this.handleClick,className:r},s.a.createElement("div",{className:"brz-ed-container-trigger brz-ed-container-trigger--small"}),s.a.createElement("p",{className:"brz-p"},a))}renderPro(){const{animation:e,isLayout:t,data:{thumbnailSrc:o,thumbnailWidth:n,thumbnailHeight:a},onImageLoaded:r}=this.props,{width:i,height:l}=Object(ao.e)(n,a,292),c=g()("brz-figure brz-ed-popup-two-block-item",this.state.tooltipOpen&&"brz-ed-popup-two-block-item--active"),d=s.a.createElement(s.a.Fragment,null,s.a.createElement(lo,{observerRootSelector:".brz-ed-popup-two-blocks-body",style:e?Bo:{},src:o,width:i,height:l,onImageLoaded:r}),s.a.createElement("p",{className:"brz-p brz-ed-badge brz-ed-badge--pro"},"pro"));return t?s.a.createElement("figure",{className:c,onClick:this.handleClick},d):s.a.createElement(Se.b,{overlayClassName:"brz-ed-tooltip--delay-1",size:"small",offset:"5",openOnClick:!1,nodeRef:this.iconRef,overlay:s.a.createElement(xe.a,{text:Object(ie.a)("Upgrade to PRO to use this block"),url:Po}),onOpen:this.handleTooltipOpen,onClose:this.handleTooltipClose},s.a.createElement("figure",{className:c},d,s.a.createElement("span",{ref:this.iconRef,className:"brz-ed-popup-two-block__span-lock"},s.a.createElement(F.b,{icon:"nc-lock"}))))}renderFree(){const{animation:e,data:{thumbnailSrc:t,thumbnailWidth:o,thumbnailHeight:n},onImageLoaded:a}=this.props,{width:r,height:i}=Object(ao.e)(o,n,292);return s.a.createElement("figure",{className:"brz-figure brz-ed-popup-two-block-item",onClick:this.handleClick},s.a.createElement(lo,{observerRootSelector:".brz-ed-popup-two-blocks-body",style:e?Bo:{},src:t,width:r,height:i,onImageLoaded:a}))}renderRemoveIcon(){return s.a.createElement("div",{className:"brz-ed-badge__delete brz-ed-popup-two-block-remove",onClick:this.handleRemove},s.a.createElement(F.b,{icon:"nc-trash"}))}renderSyncIcon(){const{isAuthorized:e,data:{synchronizable:t,synchronized:o}}=this.props;if(t&&e){const e=g()("brz-ed-popup-two-block-sync",{"brz-ed-popup-two-block-sync--uploaded":o}),t=o?Object(ie.a)("Block is synchronized"):Object(ie.a)("Block will be synchronized");return s.a.createElement("div",{title:t,className:e,onClick:this.handleSync},s.a.createElement(F.b,{icon:o?"nc-check-circle-on":"nc-reverse-glyph"}))}}renderLoading(){return s.a.createElement("div",{className:"brz-ed-popup-two-block--loading"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))}renderDownloadIcon(){const{uid:e,type:t}=this.props.data;return s.a.createElement(jo,{id:e,type:t})}render(){const{isLayout:e,showSync:t,showDownload:o,data:{blank:n,showRemoveIcon:a,pro:r,loading:i,inactive:l,renderWrapper:c}}=this.props,d=!A.h&&r,u=n&&"blank"===n,p=g()("brz-ed-popup-two-block",co.d&&"brz-ed-popup-two-block-stories",d&&"brz-ed-popup-two-block--pro",e&&"brz-ed-popup-two-block--layout",l&&"inactive");let b;return u?b=this.renderBlank():(b=d?this.renderPro():this.renderFree(),c&&(b=c(b))),s.a.createElement("div",{className:p},b,a&&this.renderRemoveIcon(),i&&this.renderLoading(),(t||o)&&!u&&s.a.createElement("div",{className:"brz-ed-popup-two-block__bottom-control"},o&&this.renderDownloadIcon(),t&&this.renderSyncIcon()))}}Object(i.a)(wo,"defaultProps",{showRemoveIcon:!1,data:{},animation:!1,isLayout:!1,isAuthorized:!1,onAdd:v.default.noop,onRemove:v.default.noop,onImageLoaded:v.default.noop}),Object(i.a)(wo,"propTypes",{showRemoveIcon:oo.a.bool,blockData:oo.a.object,animation:oo.a.bool,isLayout:oo.a.bool,isAuthorized:oo.a.bool,showSync:oo.a.bool,showDownload:oo.a.bool,onAdd:oo.a.func,onRemove:oo.a.func,onImageLoaded:oo.a.func,onSync:oo.a.func});class To extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{thumbnailLoaded:!1}),Object(i.a)(this,"handleLoaded",()=>{this.setState({thumbnailLoaded:!0})})}render(){const e=this.props,{data:{name:t,pages:o,color:n}}=e,a=Object(x.a)(e,["data"]),{thumbnailLoaded:r}=this.state,i=g()("brz-ed-popup-two-block-info",co.d&&"brz-ed-popup-two-block-info-stories");return s.a.createElement("div",{className:i,style:r?Bo:{}},s.a.createElement(wo,Object(C.a)({},a,{data:this.props.data,isLayout:!0,onImageLoaded:this.handleLoaded})),r&&o.length>1&&s.a.createElement("span",{className:"brz-ed-popup-two-block-info-color",style:{backgroundColor:n}},s.a.createElement("span",{className:"brz-ed-popup-two-block-info-color-opacity",style:{backgroundColor:n}})),s.a.createElement("div",{className:"brz-ed-popup-two-block-info-downline"},s.a.createElement("div",{className:"brz-ed-popup-two-block-info-title"},t),s.a.createElement("div",{className:"brz-ed-popup-two-block-info-title"},o.length," ",o.length>1?co.d?Object(ie.a)("stories"):Object(ie.a)("layouts"):co.d?Object(ie.a)("story"):Object(ie.a)("layout"))))}}const zo=e=>({isAuthorized:"connected"===Object(so.a)(e)}),Eo=Object(no.b)(zo)(To);var ko=Object(no.b)(zo)(wo);class Ho extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{currentColumns:this.props.columns}),Object(i.a)(this,"handleResize",()=>{const e=window.innerWidth,{responsive:t,columns:o}=this.props;if(t&&t.length){const n=t.reduce((t,o)=>o.breakpoint>e&&(void 0===t.breakpoint||t.breakpoint>o.breakpoint)?o:t,{});this.setState({currentColumns:n.settings&&n.settings.columns||o})}})}componentDidMount(){this.handleResize(),window.addEventListener("resize",this.handleResize)}componentWillUnmount(){window.removeEventListener("resize",this.handleResize)}render(){const{data:e,showSync:t,showDownload:o,onThumbnailAdd:n,onThumbnailRemove:a,ThumbnailComponent:r}=this.props,{currentColumns:i}=this.state,l=[];for(let e=0;e<i;e++)l.push([]);const c=g()("brz-ed-popup-two-blocks__grid__column",co.d&&"brz-ed-popup-two-blocks__grid__column-stories"),d=e.reduce((e,l,c)=>{const d=s.a.createElement(r,{key:l.uid||c,animation:!0,showSync:t,showDownload:o,data:l,onAdd:n,onRemove:a});return e[c%i].push(d),e},l).map((e,t)=>s.a.createElement("div",{key:t,className:c,style:{width:100/i+"%",flexBasis:100/i+"%"}},e));return s.a.createElement("div",{className:"brz-ed-popup-two-blocks__grid"},d)}}function Fo(e){const t=f.a.get("urls").templateThumbnails;return t?`${t}/${e.id}.jpg`:Object(ue.a)(`thumbs/${e.id}.jpg`)}Object(i.a)(Ho,"defaultProps",{columns:co.d?5:4,responsive:[{breakpoint:1460,settings:{columns:co.d?4:3}},{breakpoint:1200,settings:{columns:3}}],ThumbnailComponent:ko});class _o extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{imageFetched:!1,showSpinner:!1}),Object(i.a)(this,"mounted",!1)}componentDidMount(){const{src:e,spinnerDelay:t}=this.props;this.mounted=!0,Object(ao.f)(e).then(()=>{this.setState({imageFetched:!0,showSpinner:!1})}),setTimeout(()=>{this.mounted&&!this.state.imageFetched&&this.setState({showSpinner:!0})},t)}render(){const{imageFetched:e,showSpinner:t}=this.state,{className:o,src:n,style:a}=this.props,r=g()("brz-img",o);return s.a.createElement(l.Fragment,null,e&&s.a.createElement("img",{className:r,src:n,style:a}),t&&s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))}}Object(i.a)(_o,"defaultProps",{className:"",src:"",style:{},spinnerDelay:250});var Ro=o(97),Lo=o(43),Mo=o(62);function Wo(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Io(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Wo(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Wo(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const No=f.a.get("urls"),Ao={animationName:"fadeIn",animationFillMode:"both",animationDelay:"200ms",animationDuration:"200ms"},Vo=Object(no.b)(e=>({projectStyles:Object(so.K)(e),projectFonts:Object(so.m)(e)}));class Do extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{active:this.props.data.pages[0].id,thumbnailHeight:0,transition:0,previewPointer:"none",replaceStyle:!1}),Object(i.a)(this,"thumbnailDetails",s.a.createRef()),Object(i.a)(this,"timeoutId",void 0),Object(i.a)(this,"handleUpdateThumbnail",()=>{var e,t;this.setState({thumbnailHeight:null!==(e=null===(t=this.thumbnailDetails.current)||void 0===t?void 0:t.clientHeight)&&void 0!==e?e:0})}),Object(i.a)(this,"handleBack",()=>{this.props.onBack()}),Object(i.a)(this,"handleThumbnailAdd",async()=>{var e,t;const{type:o,data:n,projectFonts:a,onAddBlocks:r,onClose:i}=this.props,{active:l,replaceStyle:s}=this.state,c=await fetch(Object(Mo.h)(o,l)),{blocks:d}=await c.json(),u=Object(Ro.b)({models:d});let p;if(!this.hasStyleInProject()){p=Object(Lo.s)(n.styles);const e=Object(V.b)(p,({fontStyles:e})=>e),t=Object(Ro.d)(e);u.push(...t)}r({blocks:d,styles:p,fonts:await Object(Lo.r)(Object(Ro.a)(u,a)),currentStyleId:s?null===(e=n.styles)||void 0===e||null===(t=e[0])||void 0===t?void 0:t.id:void 0}),i()}),Object(i.a)(this,"handleReplaceStyling",()=>{this.setState({replaceStyle:!this.state.replaceStyle})})}getTransition(e){return e/500}hasStyleInProject(){const{projectStyles:e,data:{styles:t}}=this.props;return e.find(({id:e})=>null==t?void 0:t.some(({id:t})=>t===e))}componentDidMount(){this.handleUpdateThumbnail(),window.addEventListener("resize",this.handleUpdateThumbnail);const e=setTimeout(()=>{this.setState({previewPointer:"auto"})},200);this.timeoutId=$.b(e)}componentWillUnmount(){window.removeEventListener("resize",this.handleUpdateThumbnail),clearTimeout(this.timeoutId)}renderSlotLeft(e){const{HeaderSlotLeft:t}=this.props;return t?s.a.createElement(t,null,e):e}render(){var e;const{type:t,data:{name:o,pages:n,styles:a=[],pro:r}}=this.props,{active:i,thumbnailHeight:l,previewPointer:c,replaceStyle:d}=this.state,u="stories"===t,p=n.find(({id:e})=>e===i),b=Fo(p),m=n.map((e,t)=>{const o=g()("brz-ed-popup-two-details-page-select",u&&"brz-ed-popup-two-details-page-select-stories",{"brz-ed-popup-two-details-page-select-active-block":e.id===i}),n=Fo(e);return s.a.createElement("div",{key:t,className:o,onClick:()=>{this.setState({active:e.id})}},s.a.createElement(_o,{src:n,style:Ao}),s.a.createElement("div",{className:"brz-ed-popup-two-details-page-select-active"},e.title))}),h=!A.h&&r,v=g()("brz-ed-popup-two-details-preview",u&&"brz-ed-popup-two-details-preview-stories"),f=g()("brz-ed-popup-two-details-right",u&&"brz-ed-popup-two-details-right-stories"),y=g()("brz-ed-popup-two-body__content brz-ed-popup-two-blocks__grid brz-ed-popup-two-details",u&&"brz-ed-popup-two-details-stories");return s.a.createElement(s.a.Fragment,null,this.renderSlotLeft(s.a.createElement("div",{className:"brz-ed-popup-two-header__search brz-ed-popup-two-header__search--hidden"})),s.a.createElement("div",{className:y},s.a.createElement("div",{className:"brz-ed-popup-two-details-left"},s.a.createElement("div",{className:"brz-ed-popup-two-details-back",onClick:this.handleBack},s.a.createElement(F.b,{icon:"nc-arrow-left",className:"brz-ed-popup-two-details-back-icon"}),u?Object(ie.a)("Back to Stories"):Object(ie.a)("Back to Layouts")),s.a.createElement("div",{ref:this.thumbnailDetails,className:v,style:{"--thumbnailHeight":l+"px","--previewPointer":""+c}},u?s.a.createElement(_o,{className:"brz-ed-popup-two-details-preview-img brz-ed-popup-two-details-preview-img-stories",src:b}):s.a.createElement(_o,{className:"brz-ed-popup-two-details-preview-img",src:b,style:Io(Io({},Ao),{},{"--transitionPreview":`transform ${this.getTransition(null!==(e=null==p?void 0:p.thumbnailHeight)&&void 0!==e?e:0)}s linear`})}))),s.a.createElement("div",{className:f},s.a.createElement("div",{className:"brz-ed-popup-two-details-title"},s.a.createElement("h2",{className:"brz-ed-popup-two-details-title-name"},o),s.a.createElement("div",{className:"brz-ed-popup-two-details-title-count"},n.length," ",n.length>1?u?Object(ie.a)("stories"):Object(ie.a)("layouts"):u?Object(ie.a)("story"):Object(ie.a)("layout"))),s.a.createElement("div",{className:"brz-ed-popup-two-details-page"},s.a.createElement(B.a,null,m))),s.a.createElement("div",{className:"brz-ed-popup-two-details-footer"},s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-grid"},s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-render"},s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-radio"},h?s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-radio-button brz-ed-popup-two-details-footer-radio-button--pro"},u?Object(ie.a)("Upgrade to PRO to use this story"):Object(ie.a)("Upgrade to PRO to use this layout")):a.length>0&&s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-radio-button",onClick:this.handleReplaceStyling},s.a.createElement(F.b,{icon:d?"nc-check":"nc-uncheck",className:"brz-ed-popup-two-details-footer-radio-icon"}),Object(ie.a)("Replace global styling"))),h?s.a.createElement("a",{className:"brz-ed-btn brz-ed-btn-width-2 brz-ed-btn-sm brz-ed-btn-icon brz-ed-btn-icon--left brz-ed-btn-rounded brz-ed-btn-pro",href:No.upgradeToPro,rel:"noopener noreferrer",target:"_blank"},s.a.createElement(F.b,{icon:"nc-lock"}),Object(ie.a)("Get a PRO plan")):s.a.createElement("div",{className:"brz-ed-popup-two-details-footer-render-button",onClick:this.handleThumbnailAdd},u?Object(ie.a)("Import This Story"):Object(ie.a)("Import This Layout")))))))}}Object(i.a)(Do,"defaultProps",{type:"templates",data:{name:"",color:"",cat:[],pages:[],pro:!1,keywords:""},onClose:v.default.noop,onAddBlocks:v.default.noop,onBack:v.default.noop});var $o=Vo(Do);function Go(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Uo(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Go(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Go(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Ko={category:"*",search:""};class Yo extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{data:void 0,detailsData:void 0}),Object(i.a)(this,"filterFn",(e,t)=>{var o;const n=new RegExp(null===(o=t.search)||void 0===o?void 0:o.replace(/[.*+?^${}()|[\]\\]/g,""),"i"),a="*"===t.category||e.cat.includes(Number(t.category)),r=""===t.search||n.test(e.keywords)||n.test(e.name);return a&&r}),Object(i.a)(this,"handleThumbnailAdd",e=>{this.setState({detailsData:e})}),Object(i.a)(this,"handleBlankThumbnailAdd",async e=>{const{onAddBlocks:t,onClose:o}=this.props;t({blocks:[Uo(Uo({},await this.getBlockResolve(e.id)),{},{blockId:e.id})],fonts:[]}),o()}),Object(i.a)(this,"renderThumbnail",e=>{let{data:t}=e,o=Object(x.a)(e,["data"]);const{type:n}=this.props;return"stories"===n&&t.blank?s.a.createElement(ko,Object(C.a)({},o,{data:t.pages[0],onAdd:this.handleBlankThumbnailAdd})):s.a.createElement(Eo,Object(C.a)({data:t},o))})}async componentDidMount(){const e=await this.getData();this.setState({data:e})}async getData(){const e=Object(ue.a)(this.props.type+"/meta.json"),t=await fetch(e);return await t.json()}getLayoutData(e){return(e=>"stories"in e)(e)?e.stories:e.templates}async getBlockResolve(e){const t=Object(Mo.h)(this.props.type,e),o=await fetch(t);return await o.json()}renderSlotLeft(e){const{HeaderSlotLeft:t}=this.props;return t?s.a.createElement(t,null,e):e}renderLoading(){const{showSidebar:e,showSearch:t}=this.props;return s.a.createElement(s.a.Fragment,null,t&&this.renderSlotLeft(s.a.createElement(eo,{className:"brz-ed-popup-two-header__search"})),e&&s.a.createElement("div",{className:"brz-ed-popup-two-body__sidebar"},s.a.createElement("div",{className:"brz-ed-popup-two-sidebar-body"})),s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-ed-popup-two-body__content--loading"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})))}renderList(e){const{showSidebar:t,showSearch:o}=this.props,n=this.getLayoutData(e),a=n.map(e=>Uo(Uo(Uo({},e),e.pages[0]),{},{thumbnailSrc:Fo(e.pages[0])})),r={};for(let e=0;e<n.length;e++){const t=n[e].cat;for(let e=0;e<t.length;e++){const o=t[e];r["*"]=n.length,void 0===r[o]?r[o]=1:r[o]++}}const i=[{id:"*",title:Object(ie.a)("All Categories")}].concat(e.categories).filter(({hidden:e})=>!0!==e);return s.a.createElement(Yt,{data:a,filterFn:this.filterFn,defaultFilter:Ko},(e,n,a)=>s.a.createElement(s.a.Fragment,null,o&&this.renderSlotLeft(s.a.createElement(eo,{className:"brz-ed-popup-two-header__search",value:n.search,onChange:e=>a({search:e})})),t&&s.a.createElement(Qt,null,s.a.createElement(qt,{title:"CATEGORIES"},s.a.createElement(Xt,{lists:i,value:n.category,counters:r,onChange:e=>a({category:e})}))),s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-ed-popup-two-blocks-body-layouts"},s.a.createElement(B.a,null,e.length>0?s.a.createElement(Ho,{data:e,ThumbnailComponent:this.renderThumbnail,onThumbnailAdd:this.handleThumbnailAdd}):s.a.createElement("div",{className:"brz-ed-popup-two-blocks__grid brz-ed-popup-two-blocks__grid-clear"},s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},Object(ie.a)("Nothing here, please refine your search.")))))))}renderDetails(e){const{type:t,onAddBlocks:o,onClose:n,HeaderSlotLeft:a}=this.props;return s.a.createElement($o,{type:t,data:e,HeaderSlotLeft:a,onAddBlocks:o,onBack:()=>{this.setState({detailsData:void 0})},onClose:n})}render(){const{data:e,detailsData:t}=this.state;return e?t?this.renderDetails(t):this.renderList(e):this.renderLoading()}}Object(i.a)(Yo,"defaultProps",{type:"templates",showSidebar:!0,showSearch:!0,onAddBlocks:v.default.noop,onClose:v.default.noop,onNext:v.default.noop});var qo=o(31);let Xo={type:0,category:"*",search:""};class Zo extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"filterData",(e,t)=>{const o=t.type===e.type,n="*"===t.category||e.cat.includes(Number(t.category)),a=""===t.search||new RegExp(t.search.replace(/[.*+?^${}()|[\]\\]/g,""),"i").test(e.keywords);return o&&n&&a})}getTypesCounters(){const{blocks:e,types:t}=this.props,o=t.reduce((e,{id:t})=>Object.assign(e,{[t]:0}),{});return e.forEach(({type:e})=>{o[e]++}),o}getCategoriesCounter(e){let{blocks:t,types:o,showType:n}=this.props,a=t.length;return n&&o.length&&(t=t.filter(t=>t.type===e),a=t.length),t.reduce((e,{cat:t})=>(t.forEach(t=>{e[t]?Object.assign(e,{[t]:++e[t]}):Object.assign(e,{[t]:1})}),e),{"*":a})}renderLoading(){const{showSidebar:e,showSearch:t,HeaderSlotLeft:o}=this.props;return s.a.createElement(s.a.Fragment,null,t&&s.a.createElement(o,null,s.a.createElement(eo,{className:"brz-ed-popup-two-header__search"})),e&&s.a.createElement("div",{className:"brz-ed-popup-two-body__sidebar"},s.a.createElement("div",{className:"brz-ed-popup-two-sidebar-body"})),s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-ed-popup-two-body__content--loading"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})))}render(){const{loading:e,kits:t,blocks:o,types:n,categories:a,selectedKit:r,showSearch:i,showSidebar:l,HeaderSlotLeft:c,onChangeKit:d,onChange:u}=this.props;if(e)return this.renderLoading();const p=t.filter(({id:e})=>e!==r).length>0,b=n.length>0,m=a.length>0;return s.a.createElement(Yt,{data:o,filterFn:this.filterData,defaultFilter:Xo},(e,o,h)=>(Xo.type=o.type,s.a.createElement(s.a.Fragment,null,i&&s.a.createElement(c,null,s.a.createElement(eo,{className:"brz-ed-popup-two-header__search",value:o.search,onChange:e=>h({search:e})})),l&&s.a.createElement(Qt,null,p&&s.a.createElement(qt,{title:"BLOCKS"},s.a.createElement(O.a,{defaultValue:r,className:"brz-control__select--dark brz-control__select--full-width",maxItems:"6",itemHeight:"30",onChange:d},t.map(({id:e,name:t},o)=>s.a.createElement(S.a,{key:o,value:e},t)))),b&&s.a.createElement(qt,{title:"STYLES"},s.a.createElement(Xt,{lists:n,counters:this.getTypesCounters(),value:o.type,onChange:e=>h({type:e})})),m&&s.a.createElement(qt,{title:"CATEGORIES"},s.a.createElement(Xt,{lists:a,counters:this.getCategoriesCounter(o.type),value:o.category,onChange:e=>h({category:e})}))),s.a.createElement("div",{className:"brz-ed-popup-two-body__content"},s.a.createElement(B.a,null,e.length>0?s.a.createElement(Ho,{data:e,onThumbnailAdd:u}):s.a.createElement("div",{className:"brz-ed-popup-two-blocks__grid brz-ed-popup-two-blocks__grid-clear"},s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},Object(ie.a)("Nothing here, please refine your search."))))))))}}Object(i.a)(Zo,"defaultProps",{showSidebar:!0,showSearch:!0,loading:!1,kits:[],styles:[],types:[],categories:[],blocks:[],HeaderSlotLeft:v.default.noop,onAddBlocks:v.default.noop,onClose:v.default.noop,onChange:v.default.noop,onChangeKit:v.default.noop});var Jo=Zo;function Qo(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function en(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Qo(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Qo(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class tn extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{kits:[],loading:!0,styles:[],types:[],categories:[],blocks:[]}),Object(i.a)(this,"mounted",!1),Object(i.a)(this,"handleThumbnailAdd",async e=>{const{projectFonts:t,onAddBlocks:o,onClose:n}=this.props,a=en(en({},await this.getBlockResolve(e.id)),{},{blockId:e.id}),r=Object(Ro.a)(Object(Ro.b)({models:a}),t);o({block:a,fonts:await Object(Lo.r)(r)}),n()}),Object(i.a)(this,"handleImportKit",async e=>{const{selectedKit:t,projectFonts:o,projectStyles:n,dispatch:a}=this.props,{kits:r}=this.state;if(t===e)return;const i=this.getKitData(r,e),{styles:l}=i;if(this.setState(i),l.some(({id:e})=>!n.some(({id:t})=>t===e))){const t=l.reduce((e,{fontStyles:t})=>e.concat(Object(Ro.d)(t)),[]),n=await Object(Lo.r)(Object(Ro.a)(t,o));a(Object(qo.G)({selectedKit:e,styles:l?Object(Lo.s)(l):void 0,fonts:n}))}else a(Object(qo.I)(e))})}async getMeta(){const{type:e}=this.props;if("popup"===e){const e=await fetch(Object(ue.a)("popups/meta.json"));return await e.json()}{const e=await fetch(Object(ue.a)("kits/meta.json"));return await e.json()}}async getBlockResolve(e){const{type:t}=this.props;if("popup"===t){const t=await fetch(Object(Mo.h)("popups",e));return await t.json()}{const t=await fetch(Object(Mo.h)("kits",e));return await t.json()}}getKitData(e,t=this.props.selectedKit){const o=e.find(({id:e})=>e===t),{categories:n,blocks:a,styles:r,types:i}=o,l=[{id:"*",title:Object(ie.a)("All Categories")},...n],s=a.map(e=>en(en({},e),{},{thumbnailSrc:Object(Mo.a)(e)}));return{kits:e,styles:r,types:i,categories:l.filter(({hidden:e})=>!0!==e),blocks:s}}getPopupData({blocks:e,categories:t=[],types:o=[]}){const n=[{id:"*",title:Object(ie.a)("All Categories")},...t];return{types:o,blocks:e.map(e=>en(en({},e),{},{pro:(!co.a||"blank"!==e.blank)&&e.pro,thumbnailSrc:Object(Mo.a)(e)})),categories:n.filter(({hidden:e})=>!0!==e)}}async componentDidMount(){this.mounted=!0;const e=await this.getMeta();if(this.mounted){const t="normal"===this.props.type?this.getKitData(e):this.getPopupData(e);this.setState(en(en({},t),{},{loading:!1}))}}componentWillUnmount(){this.mounted=!1}render(){const{kits:e,types:t,blocks:o,categories:n,loading:a}=this.state,{showSearch:r,showSidebar:i,selectedKit:l,HeaderSlotLeft:c}=this.props;return s.a.createElement(Jo,{loading:a,selectedKit:l,kits:e,blocks:o,categories:n,types:t,showSearch:r,showSidebar:i,HeaderSlotLeft:c,onChangeKit:this.handleImportKit,onChange:this.handleThumbnailAdd})}}Object(i.a)(tn,"defaultProps",{showSidebar:!0,showSearch:!0,showType:!0,showCategories:!0,type:"normal",HeaderSlotLeft:v.default.noop(),onAddBlocks:v.default.noop,onClose:v.default.noop});var on=Object(no.b)(e=>({selectedKit:Object(so.E)(e).data.selectedKit,projectFonts:Object(so.m)(e),projectStyles:Object(so.K)(e)}),e=>({dispatch:e}))(tn),nn=o(28);class an extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{search:""}),Object(i.a)(this,"handleThumbnailAdd",async e=>{const{globalBlocks:t,projectFonts:o,onAddBlocks:n,onClose:a}=this.props,{resolve:r}=e,i=Object(Ro.a)(Object(Ro.b)({models:r,globalBlocks:t}),o);n({block:r,fonts:await Object(Lo.r)(i)}),a()}),Object(i.a)(this,"handleThumbnailRemove",e=>{const{dispatch:t}=this.props,{id:o}=e;t(Object(nn.h)({id:o}))})}getBlocks(){const{type:e,globalBlocks:t}=this.props;return Object.values(t).filter(({data:t,meta:o={}})=>!t.deleted&&o.type===e)}renderThumbnails(e){const{HeaderSlotLeft:t,showSearch:o}=this.props;return s.a.createElement(l.Fragment,null,o&&s.a.createElement(t,null,s.a.createElement(eo,{className:"brz-ed-popup-two-header__search",value:this.state.search,onChange:e=>this.setState({search:e})})),s.a.createElement("div",{className:"brz-ed-popup-two-body__content"},s.a.createElement(B.a,null,s.a.createElement(Ho,{data:e,onThumbnailAdd:this.handleThumbnailAdd,onThumbnailRemove:this.handleThumbnailRemove}))))}renderEmpty(){const{HeaderSlotLeft:e,showSearch:t,type:o}=this.props;let n,a=Object(ie.a)("Nothing here yet, make a global block first.");switch(o){case"popup":n=co.b?"editor/img/global_condition_popups_toolbar.gif":"editor/img/global_popups_toolbar.gif",a=Object(ie.a)("Nothing here yet, make a global popup first.");break;default:n="editor/img/global_toolbar.gif"}return s.a.createElement(l.Fragment,null,t&&s.a.createElement(e,null,s.a.createElement(eo,{className:"brz-ed-popup-two-header__search",value:this.state.search,onChange:e=>this.setState({search:e})})),s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-flex-xs-column"},s.a.createElement("div",{className:"brz-ed-popup-two-blocks__grid brz-ed-popup-two-blocks__grid-clear"},""!==this.state.search?s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},Object(ie.a)("Nothing here, please refine your search.")):s.a.createElement(l.Fragment,null,s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},a),s.a.createElement("img",{src:`${Object(ue.a)(n)}?${Math.random()}`,className:"brz-ed-popup-two-blocks__grid-clear-image-global",alt:"Global"})))))}renderProInfo(){return s.a.createElement("div",{className:"brz-ed-tooltip-content__pro"},s.a.createElement("p",{className:"brz-p brz-ed-tooltip-content__pro-title"},Object(ie.a)("You can't add it again")))}renderThumbnailTooltip(e){return s.a.createElement(Se.b,{className:"brz-ed-global-tooltip",overlayClassName:"brz-ed-tooltip--delay-1",size:"small",offset:"5",openOnClick:!1,overlay:this.renderProInfo()},e)}render(){const{globalBlocksInPage:e}=this.props,t=this.getBlocks();if(0===t.length)return this.renderEmpty();const o=t.map(t=>{const{url:o,width:n,height:a}=Object(Mo.b)(t.data),{type:r,value:{_id:i}}=t.data,l=!co.b&&"SectionPopup"!==r&&"SectionPopup2"!==r&&e[i];return{id:i,thumbnailSrc:o,thumbnailWidth:n,thumbnailHeight:a,showRemoveIcon:!0,renderWrapper:e=>l?this.renderThumbnailTooltip(e):e,inactive:l,resolve:{type:"GlobalBlock",value:{_id:i}}}},[]);return this.renderThumbnails(o)}}Object(i.a)(an,"defaultProps",{type:"normal",showSearch:!0,onAddBlocks:v.default.noop,onClose:v.default.noop,HeaderSlotLeft:v.default.noop}),Object(i.a)(an,"propTypes",{type:oo.a.oneOf(["normal","popup"]),showSearch:oo.a.bool,showSidebar:oo.a.bool,onAddBlocks:oo.a.func,onClose:oo.a.func,HeaderSlotLeft:oo.a.func});var rn=Object(no.b)(e=>({globalBlocks:Object(so.o)(e),globalBlocksInPage:Object(so.p)(e),projectFonts:Object(so.m)(e)}),e=>({dispatch:e}))(an);const ln=()=>{const{hash:e,url:t,cloudSync:o}=f.a.get("wp").api,n=f.a.get("editorVersion"),a=He(t,{hash:e,version:n,action:o});return new Promise((e,t)=>{Object(pe.L)(a,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(o=>{const{status:n,data:a}=o;if(!n||n>=400)throw o;{const{synchronized:n}=a;0===n?e(o):ln().then(e).catch(t)}}).catch(t)})},sn=()=>{const{hash:e,url:t,cloudSyncAllowed:o}=f.a.get("wp").api,n=f.a.get("editorVersion"),a=He(t,{hash:e,version:n,action:o});return Object(pe.L)(a,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)},cn=()=>{const[e,t]=Object(l.useState)(!1),[o,n]=Object(l.useState)(!1),[a,r]=Object(l.useState)(void 0);return Object(l.useEffect)(()=>{o&&(()=>{const{hash:e,url:t,cloudSignOut:o}=f.a.get("wp").api,n=f.a.get("editorVersion"),a=He(t,{hash:e,version:n,action:o});return Object(pe.L)(a,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)})().then(e=>{!e.status||e.status>=400?(r(e),uo.a.error(Object(ie.a)("Something went wrong"),{toastContainer:window.parent.document.body})):(n(!1),t(!0))}).catch(e=>{n(!1),r(e),uo.a.error(Object(ie.a)("Something went wrong"),{toastContainer:window.parent.document.body})})},[o]),Object(l.useEffect)(()=>{e&&t(!1)},[e]),{isDisconnect:e,error:a,loading:o,setDisconnect:()=>{n(!0)}}};var dn=o(166);const un={updateAuthorization:nn.v};var pn=Object(no.b)(e=>({isAuthorized:"connected"===Object(so.a)(e),syncAllowed:Object(so.L)(e)}),un)(e=>{const{isAuthorized:t,syncAllowed:o,onSuccessSync:n,updateAuthorization:a}=e,{isSync:r,setSync:i,loading:c}=(()=>{const[e,t]=Object(l.useState)(!1),[o,n]=Object(l.useState)(!1),[a,r]=Object(l.useState)(void 0);return Object(l.useEffect)(()=>{o&&ln().then(e=>{!e.status||e.status>=400?(r(e),uo.a.error(Object(ie.a)("Unsuccessful sync"),{toastContainer:window.parent.document.body})):(n(!1),t(!0),uo.a.success(Object(ie.a)("Done, your library was synced"),{toastContainer:window.parent.document.body}))}).catch(e=>{n(!1),r(e),uo.a.error(Object(ie.a)("Unsuccessful sync"),{toastContainer:window.parent.document.body})})},[o]),{isSync:e,error:a,loading:o,setSync:()=>{n(!0)}}})(),{isDisconnect:d,setDisconnect:u,loading:p}=cn();return Object(l.useEffect)(()=>{r&&n&&n()},[r]),Object(l.useEffect)(()=>{d&&(a("disconnect"),Object(dn.b)("disconnect"))},[d]),s.a.createElement("div",{className:"brz-ed-popup-two__cloud"},s.a.createElement("p",{className:"brz-p"},t?Object(ie.a)("Saved Library is syncing to your Account"):Object(ie.a)("Access your Library in any WP install by connecting your Account")),s.a.createElement("div",{className:"brz-ed-popup-two__cloud-icon"},s.a.createElement("div",{className:"brz-d-inline-block brz-p-relative"},s.a.createElement(F.b,{icon:"nc-upload"}),t&&s.a.createElement("div",{className:"brz-ed-popup-two__cloud-icon--connect"},s.a.createElement(F.b,{icon:"nc-check-circle-white"})))),s.a.createElement(Ge,{className:"brz-ed-popup-two__cloud-button",size:4,color:t?"gray":"teal",loading:p,onClick:()=>{t?u():Is.open({mode:"stack",prompt:"authorization",props:{}})}},t?Object(ie.a)("Disconnect"):Object(ie.a)("Connect")),t&&o&&s.a.createElement(Ge,{className:"brz-ed-popup-two__cloud-button-sync",size:4,color:"teal",loading:c,onClick:()=>{i()}},Object(ie.a)("Sync Now")),!o&&s.a.createElement("p",{className:"brz-p"},Object(ie.a)("Your Plugin version is incompatible with Account version, please update plugin")))});const bn=e=>{const{alignX:t="top",alignY:o="left",className:n,children:a}=e,r=g()("brz-ed-popup-two__footer",n,{["brz-ed-popup-two__footer--x-"+t]:t,["brz-ed-popup-two__footer--y-"+o]:o});return s.a.createElement("div",{className:r},a)};function mn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function hn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?mn(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):mn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const gn={flex:1};class vn extends l.Component{constructor(...e){var t,o;super(...e),Object(i.a)(this,"importRef",s.a.createRef()),Object(i.a)(this,"currentFilter",{type:null!==(t=null===(o=this.props.types[0])||void 0===o?void 0:o.id)&&void 0!==t?t:"BLOCK",search:""}),Object(i.a)(this,"getDefaultFilter",v.default.memoize(e=>({type:e.length?e[0].id:"BLOCK",search:""}))),Object(i.a)(this,"getTypesCounters",()=>{const{items:e,types:t}=this.props,o=t.reduce((e,{id:t})=>hn(hn({},e),{},{[t]:0}),{});return e.forEach(({type:e})=>{o[e]++}),o}),Object(i.a)(this,"filterData",(e,t)=>{const o=t.type===e.type,n=""===t.search||new RegExp(t.search.replace(/[.*+?^${}()|[\]\\]/g,""),"i").test(e.keywords||"");return o&&n}),Object(i.a)(this,"handleImport",e=>{const{types:t,onImport:o}=this.props,n=e.target.files;if(null!=n&&n.length&&"function"==typeof o){const e=this.getActiveType(t),a=this.importRef.current;o(n,e),a&&(a.value="")}}),Object(i.a)(this,"handleExport",()=>{const{items:e,types:t,onExport:o}=this.props;if("function"==typeof o){const n=this.getActiveType(t);o(e.filter(e=>this.filterData(e,this.currentFilter)).map(e=>e.uid),n)}})}getActiveType(e){return this.currentFilter.type||e[0].id}renderLoading(){return s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-ed-popup-two-body__content--loading"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}))}renderEmpty(){const{type:e,types:t,search:o,onImport:n}=this.props,a=this.getActiveType(t),r={width:"LAYOUT"===a?"524px":"322px"};let i="editor/img/save_toolbar.gif",l=Object(ie.a)("Nothing here yet, save a block first.");const c="function"==typeof n;return"popup"===e&&(i="editor/img/save_popups_toolbar.gif",l=Object(ie.a)("Nothing here yet, save a popup first.")),"LAYOUT"===a&&(l=Object(ie.a)("Nothing here yet, save a layout first."),i="editor/img/save_layout.gif"),s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-flex-xs-column"},s.a.createElement("div",{className:"brz-ed-popup-two-blocks__grid brz-ed-popup-two-blocks__grid-clear"},""!==o?s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},Object(ie.a)("Nothing here, please refine your search.")):s.a.createElement(s.a.Fragment,null,s.a.createElement("p",{className:"brz-ed-popup-two-blocks__grid-clear-text"},l),s.a.createElement("img",{key:a,style:r,src:Object(ue.a)(i),className:"brz-ed-popup-two-blocks__grid-clear-image-saved",alt:"Saved"}))),c&&s.a.createElement(bn,{alignX:"middle",alignY:"middle"},this.renderImport()))}renderItems(e){const{thumbnailSync:t,thumbnailDownload:o,onChange:n,onDelete:a,onExport:r,onImport:i}=this.props,l="function"==typeof i,c="function"==typeof r,d=l||c;return s.a.createElement("div",{className:"brz-ed-popup-two-body__content brz-flex-xs-column"},s.a.createElement(B.a,{style:gn},s.a.createElement(Ho,{showSync:t,showDownload:o,data:e,onThumbnailAdd:n,onThumbnailRemove:a})),d&&s.a.createElement(bn,{alignX:"middle",alignY:"middle"},c&&this.renderExport(),l&&this.renderImport()))}renderImport(){const{importLoading:e,types:t}=this.props,o=this.getActiveType(t),n=g()("brz-label brz-ed-popup-two-body__content--import",{"brz-pointer-events-none":e}),a="POPUP"===o?Object(ie.a)("Import New Popup"):"BLOCK"===o?Object(ie.a)("Import New Block"):Object(ie.a)("Import New Layout");return s.a.createElement("label",{className:n},s.a.createElement(Ge,{type:"link",color:"teal",loading:e,size:2},a),s.a.createElement("input",{ref:this.importRef,hidden:!0,className:"brz-input",type:"file",accept:"zip,application/octet-stream,application/zip,application/x-zip,application/x-zip-compressed",onChange:this.handleImport}))}renderExport(){const{exportLoading:e,types:t}=this.props,o=this.getActiveType(t),n="POPUP"===o?Object(ie.a)("Export All Popups"):"BLOCK"===o?Object(ie.a)("Export All Blocks"):Object(ie.a)("Export All Layouts");return s.a.createElement(Ge,{color:"gray",loading:e,size:2,onClick:this.handleExport},n)}render(){const{loading:e,items:t,types:o,showSearch:n,sidebarSync:a,HeaderSlotLeft:r,onSuccessSync:i}=this.props;return s.a.createElement(Yt,{data:t,filterFn:this.filterData,defaultFilter:this.getDefaultFilter(o)},(t,l,c)=>s.a.createElement(s.a.Fragment,null,n&&s.a.createElement(r,null,s.a.createElement(eo,{className:"brz-ed-popup-two-header__search",value:l.search,onChange:e=>{c({search:e}),this.currentFilter.search=e}})),s.a.createElement(Qt,null,s.a.createElement(qt,{title:"LIBRARY"},s.a.createElement(Xt,{lists:o,counters:this.getTypesCounters(),value:l.type,onChange:e=>{c({type:e}),this.currentFilter.type=e}})),a&&s.a.createElement(qt,{separator:!0},s.a.createElement(pn,{onSuccessSync:i}))),e?this.renderLoading():0===t.length?this.renderEmpty():this.renderItems(t)))}}Object(i.a)(vn,"defaultProps",{type:"normal",showSearch:!0,sidebarSync:!0,search:"",loading:!1,items:[],types:[],HeaderSlotLeft:l.Component,onChange:v.default.noop,onDelete:v.default.noop,onSuccessSync:v.default.noop});var fn=vn,yn=o(199);const On=e=>"items"in e.data,Sn=e=>"value"in e.data&&"normal"===e.meta.type,xn=e=>"value"in e.data&&"popup"===e.meta.type;function Cn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function jn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Cn(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Cn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Pn extends l.Component{constructor(...e){var t;super(...e),Object(i.a)(this,"state",{search:"",blocks:[],loading:!0,importLoading:!1,exportLoading:!1,types:(t=this.props.type,"normal"===t?[{id:"BLOCK",title:Object(ie.a)("Blocks"),icon:"nc-blocks"},{id:"LAYOUT",title:Object(ie.a)("Layouts"),icon:"nc-pages"}]:[{id:"POPUP",title:Object(ie.a)("Popups"),icon:"nc-blocks"}])}),Object(i.a)(this,"unMount",!1),Object(i.a)(this,"updateBlocks",async()=>{const e="normal"===this.props.type?await this.getBlocks():await this.getPopups();this.unMount||this.setState({blocks:e})}),Object(i.a)(this,"handleAddItems",({type:e,uid:t})=>{switch(this.handleLoadingBlock(t,!0),e){case"BLOCK":this.handleAddBlock(t).catch(()=>{var e;this.handleLoadingBlock(t,!1);const{getParentNode:o}=this.props,n=null===(e=(o&&o()||document).ownerDocument)||void 0===e?void 0:e.body;uo.a.error(Object(ie.a)("Unable to insert block. Please try again or contact support"),{toastContainer:n})});break;case"POPUP":this.handleAddPopup(t).catch(()=>{var e;this.handleLoadingBlock(t,!1);const{getParentNode:o}=this.props,n=null===(e=(o&&o()||document).ownerDocument)||void 0===e?void 0:e.body;uo.a.error(Object(ie.a)("Unable to insert popup. Please try again or contact support"),{toastContainer:n})});break;case"LAYOUT":this.handleAddLayout(t).catch(()=>{var e;this.handleLoadingBlock(t,!1);const{getParentNode:o}=this.props,n=null===(e=(o&&o()||document).ownerDocument)||void 0===e?void 0:e.body;uo.a.error(Object(ie.a)("Unable to insert layout. Please try again or contact support"),{toastContainer:n})})}}),Object(i.a)(this,"handleDeleteItem",({type:e,uid:t})=>{switch(e){case"BLOCK":case"POPUP":Object(pe.g)(t);break;case"LAYOUT":Object(pe.h)(t)}this.setState(({blocks:e})=>({blocks:e.filter(e=>e.uid!==t)}))}),Object(i.a)(this,"handleImport",async(e,t)=>{this.setState({importLoading:!0});const o=Object(Qe.match)([mo,()=>Object(pe.hb)(e)],[ho,()=>Object(pe.jb)(e)],[go,()=>Object(pe.ib)(e)]);try{const e=await o(t);e.success.length&&(await this.updateBlocks(),((e,t)=>{const o={toastContainer:window.parent.document.body,hideAfter:5};e.success.forEach(e=>{switch(t){case"BLOCK":On(e)&&uo.a.error("Your .zip contains layouts. We imported them in the Saved Layouts library",o),xn(e)&&uo.a.error("Your .zip contains popups blocks. We imported them in the Saved Popups library",o);break;case"POPUP":On(e)&&uo.a.error("Your .zip contains layouts. We imported them in the Saved Layouts library",o),Sn(e)&&uo.a.error("Your .zip contains regular blocks. We imported them in the Saved Blocks library",o);break;case"LAYOUT":Sn(e)&&uo.a.error("Your .zip contains regular blocks. We imported them in the Saved Blocks library",o),xn(e)&&uo.a.error("Your .zip contains popups blocks. We imported them in the Saved Popups library",o)}})})(e,t)),this.unMount||(this.setState({importLoading:!1}),e.errors.forEach(({message:e})=>{uo.a.error(e,{toastContainer:window.parent.document.body})}))}catch(e){0,this.unMount||this.setState({importLoading:!1},()=>{const t=(e=>"object"!=typeof e?Object(ie.a)("Something went wrong"):(e=>"data"in e)(e)?e.data:(e=>"message"in e)(e)?e.message:Object(ie.a)("Something went wrong"))(e);uo.a.error(t,{toastContainer:window.parent.document.body})})}})}async componentDidMount(){const e="normal"===this.props.type?await this.getBlocks():await this.getPopups();this.unMount||this.setState({blocks:e,loading:!1})}componentDidUpdate(e){e.isAuthorized!==this.props.isAuthorized&&this.updateBlocks()}componentWillUnmount(){this.unMount=!0}async getBlocks(){const e=(await Object(pe.B)()).filter(({meta:e})=>"normal"===(null==e?void 0:e.type)),t=await Object(pe.D)();return[...e.map(e=>jn(jn({},this.makeThumbsData(e)),{},{uid:e.uid,type:"BLOCK",synchronized:e.synchronized||!1,synchronizable:e.synchronizable||!1})),...t.map(e=>jn(jn({},this.makeThumbsData(e)),{},{uid:e.uid,type:"LAYOUT",synchronized:e.synchronized||!1,synchronizable:e.synchronizable||!1}))]}async getAssets(e){const{projectFonts:t,projectExtraFontStyles:o}=this.props,{extraFontStyles:n=[]}=e.meta||{},a=Object(Ro.b)({models:e}),r=Object(Ro.d)(n),i=await Object(Lo.r)(Object(Ro.a)([...a,...r],t)),l=n.filter(({id:e})=>!o.some(t=>t.id===e));return{fonts:i,extraFontStyles:Object(Lo.q)(l)}}async getPopups(){return(await Object(pe.B)()).filter(({meta:e})=>"popup"===(null==e?void 0:e.type)).map(e=>jn(jn({},this.makeThumbsData(e)),{},{uid:e.uid,type:"POPUP",synchronized:e.synchronized||!1,synchronizable:e.synchronizable||!1}))}async handleAddLayout(e){const{onAddBlocks:t,onClose:o}=this.props,{data:n,meta:a}=await Object(pe.C)(e),{fonts:r,extraFontStyles:i}=await this.getAssets({data:n,meta:a});this.unMount||(t({fonts:r,extraFontStyles:i,blocks:n.items}),o())}async handleAddBlock(e){const{onAddBlocks:t,onClose:o}=this.props,{data:n,meta:a}=await Object(pe.A)(e),{fonts:r,extraFontStyles:i}=await this.getAssets({data:n,meta:a});this.unMount||(t({fonts:r,extraFontStyles:i,blocks:[n]}),o())}async handleAddPopup(e){const{onAddBlocks:t,onClose:o}=this.props,{data:n,meta:a}=await Object(pe.A)(e),{fonts:r,extraFontStyles:i}=await this.getAssets({data:n,meta:a});this.unMount||(t({fonts:r,extraFontStyles:i,blocks:[n]}),o())}handleLoadingBlock(e,t){this.setState(Object(c.a)(o=>{o.blocks.forEach((n,a)=>{n.uid==e&&(o.blocks[a].loading=t)})}))}makeThumbsData(e){const{url:t,width:o,height:n}=Object(Mo.b)(e);return{thumbnailSrc:t,thumbnailWidth:o,thumbnailHeight:n,showRemoveIcon:!0!==e.isCloudEntity,loading:!1}}render(){const{loading:e,blocks:t,types:o,search:n,importLoading:a,exportLoading:r}=this.state,{type:i,HeaderSlotLeft:l,showSearch:c}=this.props,d=Object(yn.b)();return s.a.createElement(fn,{type:i,loading:e,items:t,types:o,showSearch:c,sidebarSync:!d,thumbnailSync:A.o,thumbnailDownload:A.o,search:n,importLoading:a,exportLoading:r,HeaderSlotLeft:l,onSuccessSync:this.updateBlocks,onChange:this.handleAddItems,onDelete:this.handleDeleteItem,onImport:A.o?this.handleImport:void 0})}}Object(i.a)(Pn,"defaultProps",{type:"normal",showSearch:!0,projectFonts:{},projectExtraFontStyles:[],isAuthorized:!1,onAddBlocks:v.default.noop,onClose:v.default.noop,HeaderSlotLeft:l.Component,getParentNode:()=>null});var Bn=Object(no.b)(e=>({projectFonts:Object(so.m)(e),projectExtraFontStyles:Object(so.l)(e),isAuthorized:"connected"===Object(so.a)(e)}))(Pn);const wn=[{id:"template",title:co.d?Object(ie.a)("Stories"):Object(ie.a)("Layouts"),icon:"nc-pages",renderTab:e=>s.a.createElement(Yo,Object(C.a)({},e,{type:co.d?"stories":"templates"}))},{id:"blocks",title:co.b?Object(ie.a)("Popups"):Object(ie.a)("Blocks"),icon:"nc-blocks",renderTab:e=>s.a.createElement(on,e)},{id:"saved",title:co.b?Object(ie.a)("Saved Popups"):Object(ie.a)("Saved"),icon:"nc-save-section",renderTab:e=>s.a.createElement(Bn,e)},{id:"global",title:co.b?Object(ie.a)("Global Popups"):Object(ie.a)("Global Blocks"),icon:"nc-global",renderTab:e=>s.a.createElement(rn,e)}];class Tn extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{currentTab:this.props.activeTab||"blocks"}),Object(i.a)(this,"wrapper",s.a.createRef()),Object(i.a)(this,"mounted",!1),Object(i.a)(this,"getWrapper",()=>this.wrapper.current),Object(i.a)(this,"handleChange",e=>{const{currentTab:t}=this.state,{onChangeBlocks:o,onChangeGlobal:n,onChangeSaved:a,onChangeTemplate:r}=this.props;switch(t){case"blocks":null==o||o(e);break;case"template":null==r||r(e);break;case"saved":null==a||a(e);break;case"global":null==n||n(e)}}),Object(i.a)(this,"handleClose",()=>{var e,t;this.mounted&&(null===(e=(t=this.props).onClose)||void 0===e||e.call(t))})}componentDidMount(){this.mounted=!0}componentWillUnmount(){this.mounted=!1}hasSearch(e){return!!Object($t.a)(e+"Search",this.props)}hasSidebar(e){return!!Object($t.a)(e+"Sidebar",this.props)}handleTabChange(e){this.setState({currentTab:e})}renderTabs(){const{currentTab:e}=this.state,t=wn.filter(({id:e})=>{const t="show"+Object(Gt.c)(e);return!!Object($t.a)(t,this.props)}).map(t=>{const o=g()("brz-ed-popup-two-tab-item",{"brz-ed-popup-two-tab-item-active":t.id===e});return s.a.createElement("div",{key:t.id,className:o,onClick:()=>{this.handleTabChange(t.id)}},s.a.createElement("div",{className:"brz-ed-popup-two-tab-icon"},s.a.createElement(F.b,{icon:t.icon})),s.a.createElement("div",{className:"brz-ed-popup-two-tab-name"},t.title))});return s.a.createElement("div",{className:"brz-ed-popup-two-header"},s.a.createElement("div",{id:"brz-ed-popup-header-left-slot"}),s.a.createElement("div",{className:"brz-ed-popup-two-header__tabs"},t),s.a.createElement("div",{id:"brz-ed-popup-header-right-slot"}),s.a.createElement("div",{className:"brz-ed-popup-two-btn-close",onClick:this.props.onClose}))}renderContent(){const{currentTab:e}=this.state,{renderTab:t}=wn.find(({id:t})=>t===e)||wn[0];return t({HeaderSlotLeft:e=>s.a.createElement(zn,Object(C.a)({},e,{slot:"left"})),type:this.props.type,onClose:this.handleClose,showSearch:this.hasSearch(e),showSidebar:this.hasSidebar(e),onAddBlocks:this.handleChange,getParentNode:this.getWrapper})}render(){return s.a.createElement(y.a,{opened:this.props.opened,onClose:this.handleClose},s.a.createElement("div",{ref:this.wrapper,className:"brz-ed-popup-two-wrapper brz-ed-popup-two-blocks"},this.renderTabs(),s.a.createElement("div",{className:"brz-ed-popup-two-body"},this.renderContent())))}}Object(i.a)(Tn,"defaultProps",{activeTab:"blocks",type:"normal",opened:!1,showTemplate:!0,showBlocks:!0,showSaved:!0,showGlobal:!0,templateSidebar:!0,blocksSidebar:!0,savedSidebar:!0,globalSidebar:!0,templateSearch:!0,blocksSearch:!0,savedSearch:!0,globalSearch:!0,onChangeBlocks:v.default.noop,onChangeTemplate:v.default.noop,onChangeSaved:v.default.noop,onChangeGlobal:v.default.noop,onClose:v.default.noop});class zn extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{isMounted:!1}),Object(i.a)(this,"headerSlotNode",null)}componentDidMount(){this.headerSlotNode=window.parent.document.querySelector(`#brz-ed-popup-header-${this.props.slot}-slot`),this.setState({isMounted:!0})}render(){return this.state.isMounted&&this.headerSlotNode&&Dt.a.createPortal(this.props.children,this.headerSlotNode)}}Object(i.a)(zn,"defaultProps",{slot:"left"});var En=Tn;const kn=({formId:e})=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,{formId:e,action:t.getForm,hash:t.hash,version:o});return Object(pe.L)(n,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)},Hn=({formId:e})=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,{action:t.createForm,hash:t.hash,version:o});return Object(pe.L)(n,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify({id:e})}).then(Fe).then(e=>e)},Fn=({formId:e,id:t})=>{const{api:o}=f.a.get("wp"),n=f.a.get("editorVersion"),a=He(o.url,{action:o.getIntegration,hash:o.hash,version:n,formId:e,integration:t});return Object(pe.L)(a,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)},_n=({formId:e,id:t})=>{const{api:o}=f.a.get("wp"),n=f.a.get("editorVersion"),a=He(o.url,{action:o.createIntegration,hash:o.hash,version:n,formId:e});return Object(pe.L)(a,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify({id:t})}).then(Fe).then(e=>e)},Rn=e=>{let{formId:t}=e,o=Object(x.a)(e,["formId"]);const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{action:n.updateIntegration,hash:n.hash,version:a,formId:t}),i=v.default.pick(o,["id","usedAccount","fieldsMap","usedList","confirmationNeeded","usedFolder","completed"]);return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(i)}).then(Fe).then(e=>e)};function Ln(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Mn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ln(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ln(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Wn=(e,t)=>{const o=t.map(e=>e.title).join(" & ");switch(e.code){case 401:return`${Object(ie.a)("Incorrect")} ${o}`;case 400:return Object(ie.a)("Duplicate Account");default:return Object(ie.a)("Something went wrong")}};class In extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleChange",(e,t)=>{this.setState(o=>({apiKeyValue:Mn(Mn({},o.apiKeyValue),{},{[""+t]:e.trim()})}))}),Object(i.a)(this,"handleConnect",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeProgress:a,onChangeNext:r}=this.context,{apiKeyValue:i}=this.state,l=Object.values(i);if(this.setState({nextLoading:!0,error:null}),l.some(e=>!e))await Object(pe.I)(),this.setState({error:Object(ie.a)("Fields are empty"),nextLoading:!1});else{const{status:l,data:s}=await(({formId:e,id:t,data:o})=>{const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{action:n.authenticateIntegration,hash:n.hash,version:a,formId:e,integration:t});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(o)}).then(Fe).then(e=>e)})(Mn(Mn({},t),{},{formId:o,data:i}));if(200!==l)this.setState({nextLoading:!1,error:Wn(s,t.accountApiKeys)});else{const o=t.accounts||[];n(e,Mn(Mn({},t),{},{accounts:[...o,s]})),a({showProgress:!0}),r()}}}),Object(i.a)(this,"handlePrev",async()=>{const{oldStage:e,onChangeNext:t,onChangePrev:o,onChangeProgress:n}=this.context;this.setState({error:null,prevLoading:!0}),await Object(pe.I)(),n({showProgress:!0}),"account"===e?t("account"):o()});const{data:{accountApiKeys:o}}=t.app,n=o.reduce((e,{name:t})=>Mn(Mn({},e),{},{[""+t]:""}),{});this.state={apiKeyValue:n,nextLoading:!1,prevLoading:!1,error:null}}static async onBeforeLoad(e,t){const{formId:o,app:{id:n,data:a},onChange:r,onChangeProgress:i,onError:l}=e;let{status:s,data:c}=await(({formId:e,id:t})=>{const{api:o}=f.a.get("wp"),n=f.a.get("editorVersion"),a=He(o.url,{action:o.getAccountProperties,hash:o.hash,version:n,formId:e,integration:t});return Object(pe.L)(a,{method:"GET",headers:{"Content-Type":"application/json; charset=utf-8"}}).then(Fe).then(e=>e)})({id:n,formId:o});(!s||s>=400)&&(c=[],l("Something went wrong")),r(n,Mn(Mn({},a),{},{accountApiKeys:c})),a.usedAccount||a.accounts&&a.accounts.length?t.onChangeNext():i({showProgress:!1})}render(){const{app:e}=this.context,{apiKeyValue:t,error:o,nextLoading:n,prevLoading:a}=this.state,r=e.data.accountApiKeys.map(({title:e,name:o})=>({title:e,name:o,value:t[o]}));return s.a.createElement(Xe,Object(C.a)({},e,{data:r,error:o,nextLoading:n,prevLoading:a,onPrev:this.handlePrev,onNext:this.handleConnect,onChange:this.handleChange}))}}Object(i.a)(In,"contextType",me);var Nn=In;function An(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Vn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?An(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):An(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Dn extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleActive",e=>{this.setState({active:e})}),Object(i.a)(this,"handleConnect",async()=>{const{onChangeProgress:e,onChangePrev:t}=this.context;this.setState({connectLoading:!0}),await Object(pe.I)(),e({showProgress:!1}),t("connect")}),Object(i.a)(this,"handleDisconnect",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onDisconnectApp:a,onChangeProgress:r}=this.context;this.setState({nextLoading:!0,error:null});const{status:i,data:l}=await Rn(Vn(Vn({},t),{},{formId:o,usedAccount:null}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(this.setState({mode:"account",nextLoading:!1}),n(e,Vn(Vn({},t),l)),r({showProgress:!0}),a(e))}),Object(i.a)(this,"handleAccountMode",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangeProgress({showProgress:!0}),this.setState({mode:"account",prevLoading:!1})}),Object(i.a)(this,"handleDisconnectMode",async()=>{this.setState({disconnectLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangeProgress({showProgress:!1}),this.setState({mode:"disconnect",disconnectLoading:!1})}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeNext:a}=this.context,{active:r}=this.state;if(this.setState({nextLoading:!0,error:null}),r!==t.usedAccount){const{status:i,data:l}=await Rn(Vn(Vn({},t),{},{formId:o,usedAccount:r}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(n(e,Vn(Vn({},t),l)),a())}else await Object(pe.I)(),a()}),Object(i.a)(this,"handlePrev",async()=>{const{onChangePrev:e}=this.context;this.setState({prevLoading:!0}),await Object(pe.I)(),e("appList")}),this.state={active:this.getActiveAccount(t.app.data),mode:"account",nextLoading:!1,prevLoading:!1,connectLoading:!1,disconnectLoading:!1}}getActiveAccount(e){const t=e.accounts.length?e.accounts[0].id:"";return e.usedAccount||t}render(){const{app:e}=this.context;return"account"===this.state.mode?s.a.createElement(Ke,Object(C.a)({},e,this.state,{onActive:this.handleActive,onConnect:this.handleConnect,onDisconnect:this.handleDisconnectMode,onConfirm:this.handleConfirm,onPrev:this.handlePrev,onNext:this.handleNext})):s.a.createElement(Je,Object(C.a)({},e,this.state,{descriptions:`Subscribers are automatically synced to your ${e.title} list`,onPrev:this.handleAccountMode,onNext:this.handleDisconnect}))}}Object(i.a)(Dn,"contextType",me);var $n=Dn;function Gn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Un(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Gn(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Gn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Kn extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleActive",e=>{this.setState({active:e})}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeNext:a}=this.context,{active:r}=this.state;if(this.setState({nextLoading:!0,error:null}),r!==t.usedFolder){const{status:i,data:l}=await Rn(Un(Un({},t),{},{formId:o,usedFolder:r}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(n(e,Un(Un({},t),l)),a())}else await Object(pe.I)(),a()}),Object(i.a)(this,"handlePrev",async e=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),e&&"string"==typeof e?this.context.onChangePrev(e):this.context.onChangePrev()}),this.state={active:this.getActiveClient(t.app.data),nextLoading:!1,prevLoading:!1}}getActiveClient(e){const{usedFolder:t,folders:o}=e,n=o.length?o[0].id:"";return t||n}render(){const{app:e}=this.context,{folders:t,accountPro:o}=e.data;return s.a.createElement(xt,Object(C.a)({},this.state,{listPro:o,lists:t,onActive:this.handleActive,onPrev:this.handlePrev,onNext:this.handleNext}))}}Object(i.a)(Kn,"contextType",me);var Yn=Kn;function qn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Xn(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?qn(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):qn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Zn extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleActive",(e,t)=>{const{formFields:o}=this.state,n=o.findIndex(({sourceId:t})=>t===e);this.setState({formFields:Object(tt.replaceAt)(o,n,Xn(Xn({},o[n]),{},{target:t}))})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangePrev()}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeNext:a}=this.context,{formFields:r}=this.state;if(this.setState({nextLoading:!0,error:null}),We(t.fields,r,"select")){const{status:i,data:l}=await Rn(Xn(Xn({},t),{},{formId:o,fieldsMap:JSON.stringify(r),completed:!0}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(n(e,Xn(Xn({},t),l)),a())}else await Object(pe.I)(),this.setState({error:Object(ie.a)("All fields marked with an asterisk ( * ) must be mapped."),nextLoading:!1})});const{app:{data:{fieldsMap:o,fields:n},restrictions:a},formFields:r}=t;this.state={formFields:Re(o,n,r,a),prevLoading:!1,nextLoading:!1,error:null}}render(){const{app:e}=this.context,{formFields:t,error:o,nextLoading:n,prevLoading:a}=this.state;return s.a.createElement(Ot,Object(C.a)({},e,e.data,{formFields:t,error:o,nextLoading:n,prevLoading:a,onActive:this.handleActive,onPrev:this.handlePrev,onNext:this.handleNext}))}}Object(i.a)(Zn,"contextType",me);var Jn=Zn;function Qn(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ea(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Qn(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Qn(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class ta extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleActive",(e,t)=>{const{formFields:o}=this.state,n=o.findIndex(({sourceId:t})=>t===e);this.setState({formFields:Object(tt.replaceAt)(o,n,ea(ea({},o[n]),{},{target:t}))})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangePrev()}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeNext:a}=this.context,{formFields:r}=this.state;if(this.setState({error:null,nextLoading:!0}),We(t.fields,r,"input")){const{status:i,data:l}=await Rn(ea(ea({},t),{},{formId:o,fieldsMap:JSON.stringify(r),completed:!0}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(n(e,ea(ea({},t),l)),a())}else await Object(pe.I)(),this.setState({error:Object(ie.a)("All fields cannot be empty"),nextLoading:!1})});const{app:{data:o,restrictions:n},formFields:a}=t,{fieldsMap:r,fields:l}=o||{};this.state={formFields:Re(r,l,a,n),prevLoading:!1,nextLoading:!1}}static async onBeforeLoad(e){const{app:{id:t,data:o},onChange:n}=e;n(t,ea(ea({},o),{},{fields:[]}))}render(){const{app:{title:e}}=this.context,{formFields:t,error:o,nextLoading:n,prevLoading:a}=this.state,r=t.map(({sourceTitle:e,sourceId:t,target:o})=>({title:e,name:t,value:"_auto_generate"===o?e:o}));return s.a.createElement(ft,{headTitle:Object(ie.a)("FORM FIELDS"),headDescription:`${e} ${Object(ie.a)("FIELDS")}`,data:r,error:o,nextLoading:n,prevLoading:a,onActive:this.handleActive,onPrev:this.handlePrev,onNext:this.handleNext})}}Object(i.a)(ta,"contextType",me);var oa=ta;function na(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function aa(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?na(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):na(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class ra extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleChange",(e,t)=>{this.setState(({apiKeyValue:o})=>({apiKeyValue:aa(aa({},o),{},{[""+e]:t})}))}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,apiKeys:n,onChange:a,onChangeNext:r}=this.props,{apiKeyValue:i}=this.state;if(this.setState({nextLoading:!0,error:null}),n.find(({required:e,name:t})=>e&&!i[t]))await Object(pe.I)(),this.setState({error:Object(ie.a)("All fields marked with an asterisk ( * ) must be completed."),nextLoading:!1});else{const{status:n,data:l}=await(e=>{let{formId:t}=e,o=Object(x.a)(e,["formId"]);const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{action:n.updateIntegration,hash:n.hash,version:a,formId:t});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(o)}).then(Fe).then(e=>e)})(aa(aa(aa({},t),i),{},{formId:o,completed:!0}));200!==n?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(a(e,aa(aa({},t),l)),r())}}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.props.onChangePrev()}),this.state={apiKeyValue:this.getDefaultValue(),prevLoading:!1,nextLoading:!1,error:null}}getDefaultValue(){const{app:{data:e},apiKeys:t}=this.props;return t.reduce((t,{name:o})=>aa(aa({},t),{},{[""+o]:e[o]||""}),{})}render(){const{app:e,apiKeys:t}=this.props,{apiKeyValue:o,error:n,prevLoading:a,nextLoading:r}=this.state,i=t.map(e=>aa(aa({},e),{},{value:o[e.name]}));return s.a.createElement(ft,Object(C.a)({},e,{data:i,error:n,prevLoading:a,nextLoading:r,onActive:this.handleChange,onPrev:this.handlePrev,onNext:this.handleNext}))}}var ia=ra;const la=[{name:"emailTo",title:Object(ie.a)("Email To"),required:!0,helper:'<p class="brz-p">If you need to have multiple emails you can separate them by commas:</p>\n <p class="brz-p"><span class="brz-span">me@email.com,</span> <span class="brz-span">hi@email.com</span></p>'},{name:"subject",title:Object(ie.a)("Subject")},{name:"fromEmail",title:Object(ie.a)("From Email")},{name:"fromName",title:Object(ie.a)("From Name")},{name:"replayTo",title:Object(ie.a)("Reply-To")},{name:"cc",title:Object(ie.a)("Cc")},{name:"bcc",title:Object(ie.a)("Bcc")},{name:"metaData",title:Object(ie.a)("Meta Data"),type:"search",multiple:!0,choices:[{label:"Time",value:"time"},{label:"Page URL",value:"pageUrl"},{label:"User Agent",value:"userAgent"},{label:"Remote IP",value:"remoteIp"},{label:"Credit",value:"credit"}]}];class sa extends l.Component{render(){return s.a.createElement(ia,Object(C.a)({},this.context,{apiKeys:la,onClose:this.props.onClose}))}}Object(i.a)(sa,"contextType",me);var ca=sa;class da extends l.Component{renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderInput({name:e}){const{apiKeyValue:t,onChange:o}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-input"},s.a.createElement("input",{className:"brz-input",value:t[e],onChange:t=>{o(e,t.target.value)}}))}renderSelect({name:e,choices:t}){const{apiKeyValue:o,onChange:n}=this.props,a=o[e],r=(a?t:[{id:"",name:"Please Select Folder"},...t]).map((e,t)=>{const{id:o,name:n}=e;return s.a.createElement(S.a,{key:t,value:o},n)});return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-select"},s.a.createElement(O.a,{defaultValue:a,className:"brz-control__select--white",maxItems:"6",itemHeight:"30",inPortal:!0,onChange:t=>{n(e,t)}},r))}renderTextarea({name:e}){const{apiKeyValue:t,onChange:o}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-input"},s.a.createElement("textarea",{className:"brz-textarea",value:t[e],onChange:t=>{o(e,t.target.value)}}))}renderApiKeys(){const e=this.props.listsCreate.map((e,t)=>{const{title:o,type:n}=e;return s.a.createElement("div",{key:t,className:"brz-ed-popup-integrations-step__fields-option"},s.a.createElement("p",{className:"brz-p"},o),this["render"+Object(Gt.c)(n)](e))});return s.a.createElement(st.a,{style:{maxHeight:255},className:"brz-ed-scroll-pane brz-ed-popup-integrations__scroll-pane"},e)}render(){const{listsCreate:e,nextLoading:t,prevLoading:o,error:n,onPrev:a,onNext:r}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__lists-create"},n&&this.renderError(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("CREATE LIST")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},e.length>0&&this.renderApiKeys(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:o,onClick:a},Object(ie.a)("Back")),s.a.createElement(Ge,{color:"teal",loading:t,onClick:r},Object(ie.a)("Create")))))}}function ua(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function pa(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ua(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ua(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}Object(i.a)(da,"defaultProps",{id:"",title:"",shortTitle:"",description:"",img:"",form:{},listsCreate:[],apiKeyValue:{},nextLoading:!1,prevLoading:!1,onPrev:v.default.noop,onNext:v.default.noop,onChange:v.default.noop});const ba=(e,t)=>{if("server"===e)return Object(ie.a)("List are not created please connect the support");const{data:{accountPro:o,lists:n},title:a}=t;return o?`Please upgrade your ${a} account to access your lists`:0===n.length?Object(ie.a)("Lists are empty. Please add a new list and try again."):void 0};class ma extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleActive",e=>{this.setState({active:e})}),Object(i.a)(this,"handleKeysChange",(e,t)=>{this.setState(o=>({apiKeyValue:pa(pa({},o.apiKeyValue),{},{[""+e]:t})}))}),Object(i.a)(this,"handleConfirm",async e=>{const{app:{id:t,data:o},formId:n,onChange:a}=this.context,{status:r,data:i}=await Rn(pa(pa({},o),{},{formId:n,confirmationNeeded:e}));200!==r?this.setState({error:Object(ie.a)("Something went wrong")}):a(t,pa(pa({},o),i))}),Object(i.a)(this,"handleCreateMode",async()=>{this.setState({createLoading:!0}),await Object(pe.I)(),this.setState({mode:"create",createLoading:!1,error:null})}),Object(i.a)(this,"handleViewMode",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.setState({prevLoading:!1,mode:"view"})}),Object(i.a)(this,"handleCreateList",async()=>{const{app:{id:e,data:t},formId:o,onChange:n}=this.context,{apiKeyValue:a}=this.state,r=Object.values(a);if(this.setState({nextLoading:!0,error:null}),r.some(e=>!e))await Object(pe.I)(),this.setState({nextLoading:!1,error:Object(ie.a)("All fields cannot be empty")});else{const{status:r,data:i}=await(({formId:e,id:t,data:o})=>{const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{action:n.createIntegrationGroup,hash:n.hash,version:a,formId:e,integration:t});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(o)}).then(Fe).then(e=>e)})({formId:o,id:t.id,data:a,usedAccount:t.usedAccount});200!==r?this.setState({nextLoading:!1,error:ba("server")}):(n(e,pa(pa({},t),{},{lists:[...t.lists,i]})),this.setState({active:i.id,apiKeyValue:this.getApiKeyValue(t),mode:"view",nextLoading:!1,error:null}))}}),Object(i.a)(this,"handleNext",async()=>{const{app:{id:e,data:t},formId:o,onChange:n,onChangeNext:a}=this.context,{active:r}=this.state;if(this.setState({nextLoading:!0,error:null}),r!==t.usedList){const{status:i,data:l}=await Rn(pa(pa({},t),{},{formId:o,usedList:r}));200!==i?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(n(e,pa(pa({},t),l)),a())}else await Object(pe.I)(),a()}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangePrev()});const{data:o}=t.app;this.state={active:this.getActiveList(o),apiKeyValue:this.getApiKeyValue(o),mode:"view",error:ba("application",t.app),createLoading:!1,prevLoading:!1,nextLoading:!1}}static async onBeforeLoad(e){const{app:{id:t,data:o},onChange:n}=e;n(t,pa(pa({},o),{},{accountPro:!Array.isArray(o.lists)}))}getActiveList(e){const t=e.lists.find(({id:t})=>t===e.usedList)||{},o=e.lists.length?e.lists[0].id:"";return t.id||o}getApiKeyValue({listProperties:e}){return Array.isArray(e)?e.reduce((e,{name:t})=>pa(pa({},e),{},{[""+t]:""}),{}):[]}render(){const{app:e}=this.context,{lists:t,listProperties:o,hasConfirmation:n,accountPro:a,confirmationNeeded:r}=e.data;return"view"===this.state.mode?s.a.createElement(xt,Object(C.a)({},this.state,{lists:t,listsCreate:o,listPro:a,hasConfirmation:n,confirmationNeeded:r,onActive:this.handleActive,onConfirm:this.handleConfirm,onCreateList:this.handleCreateMode,onPrev:this.handlePrev,onNext:this.handleNext})):s.a.createElement(da,Object(C.a)({},this.state,{listsCreate:o,onChange:this.handleKeysChange,onPrev:this.handleViewMode,onNext:this.handleCreateList}))}}Object(i.a)(ma,"contextType",me);var ha=ma;class ga extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleClose",()=>{this.props.onClose()})}render(){const{app:e}=this.context;return s.a.createElement(jt,Object(C.a)({},e,{onNext:this.handleClose}))}}Object(i.a)(ga,"contextType",me);var va=ga;const fa=[{name:"emailTo",title:Object(ie.a)("Email To"),required:!0,helper:'<p class="brz-p">If you need to have multiple emails you can separate them by commas:</p>\n <p class="brz-p"><span class="brz-span">me@email.com,</span> <span class="brz-span">hi@email.com</span></p>'},{name:"subject",title:Object(ie.a)("Subject")},{name:"fromEmail",title:Object(ie.a)("From Email")},{name:"fromName",title:Object(ie.a)("From Name")},{name:"replayTo",title:Object(ie.a)("Reply-To")},{name:"cc",title:Object(ie.a)("Cc")},{name:"bcc",title:Object(ie.a)("Bcc")},{name:"metaData",title:Object(ie.a)("Meta Data"),type:"search",multiple:!0,choices:[{title:"Time",value:"time"},{title:"Page URL",value:"pageUrl"},{title:"User Agent",value:"userAgent"},{title:"Remote IP",value:"remoteIp"},{title:"Credit",value:"credit"}]},{name:"host",title:Object(ie.a)("Host"),required:!0},{name:"port",title:Object(ie.a)("Port"),required:!0},{name:"authentication",title:Object(ie.a)("Authentication"),type:"switch"},{name:"username",title:Object(ie.a)("Username"),required:!0},{name:"password",title:Object(ie.a)("Password"),required:!0},{name:"encryption",title:Object(ie.a)("Encryption"),type:"select",choices:[{title:"SSL",name:"ssl"},{title:"TLS",name:"tls"}]}];class ya extends l.Component{render(){return s.a.createElement(ia,Object(C.a)({},this.props,this.context,{apiKeys:fa}))}}Object(i.a)(ya,"contextType",me);var Oa=ya;const Sa=[{name:"emailTo",title:Object(ie.a)("Email To"),required:!0,helper:'<p class="brz-p">If you need to have multiple emails you can separate them by commas:</p>\n <p class="brz-p"><span class="brz-span">me@email.com,</span> <span class="brz-span">hi@email.com</span></p>'},{name:"subject",title:Object(ie.a)("Subject")},{name:"fromEmail",title:Object(ie.a)("From Email")},{name:"fromName",title:Object(ie.a)("From Name")},{name:"replayTo",title:Object(ie.a)("Reply-To")},{name:"cc",title:Object(ie.a)("Cc")},{name:"bcc",title:Object(ie.a)("Bcc")},{name:"metaData",title:Object(ie.a)("Meta Data"),type:"search",multiple:!0,choices:[{title:"TIME",value:"time"},{title:"Page URL",value:"pageUrl"},{title:"User Agent",value:"userAgent"},{title:"Remote IP",value:"remoteIp"},{title:"Credit",value:"credit"}]},{name:"username",title:Object(ie.a)("Username"),required:!0},{name:"password",title:Object(ie.a)("Password"),required:!0}];class xa extends l.Component{render(){return s.a.createElement(ia,Object(C.a)({},this.props,this.context,{apiKeys:Sa}))}}Object(i.a)(xa,"contextType",me);var Ca=xa;class ja extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleConfirmation",e=>{this.props.onChangeConfirmation(e.target.checked)}),Object(i.a)(this,"handleKeyDown",e=>{const{confirmed:t,onNext:o}=this.props;13===e.which&&t&&o()})}renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},this.props.error)}renderValidationError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error brz-ed-popup-recaptcha-validation-error"},s.a.createElement("p",{className:"brz-p"},Object(ie.a)("Verification process failed, please make sure you have done the following three things and try again in a few minutes.")),s.a.createElement("p",{className:"brz-p"},"1. ",Object(ie.a)("Inputted a valid site key"),". "),s.a.createElement("p",{className:"brz-p"},"2.",Object(ie.a)("Deselected the “Verify the origin of reCAPTCHA solutions” checkbox within your Google account.")),s.a.createElement("p",{className:"brz-p"},"3. ",Object(ie.a)("Established a stable internet connection"),"."))}renderItems(){const{data:e,onChange:t}=this.props;return e.map((e,o)=>{const{title:n,name:a,value:r}=e;return s.a.createElement(Ye,{key:o,title:n,value:r,required:!0,onChange:e=>{t(e.target.value,a)}})})}renderDescriptions(){return s.a.createElement("div",{className:"brz-ed-popup-recaptcha__confirmation"},s.a.createElement("label",{className:"brz-label"},s.a.createElement("input",{className:"brz-input",type:"checkbox",value:this.props.confirmed,onChange:this.handleConfirmation}),'I have deselected "Verify the origins of reCAPTCHA solu-',s.a.createElement("br",{className:"brz-br"}),'tions and clicked "Save Changes" under "Key Settings >',s.a.createElement("br",{className:"brz-br"}),'Advanced Settings" in my Google reCAPTCHA page'))}render(){const{title:e,img:t,validated:o,confirmed:n,error:a,nextLoading:r,prevLoading:i,onRetry:l,onNext:c,onPrev:d}=this.props;return s.a.createElement(st.a,{className:"brz-ed-popup-integrations-apps__scroll-pane",style:{height:"100%"}},s.a.createElement("div",{className:"brz-ed-popup-recaptcha__connect"},s.a.createElement("div",{className:"brz-ed-popup-recaptcha__container"},s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-head"},s.a.createElement("img",{className:"brz-img",src:t,alt:e}),o?this.renderDescriptions():this.renderValidationError(),a&&this.renderError()),s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-body"},this.renderItems(),o?s.a.createElement(Ge,{color:"teal",loading:r,disabled:!n,onClick:c},Object(ie.a)("Connect")):s.a.createElement(Ge,{color:"teal",loading:r,onClick:l},Object(ie.a)("Try Again")),s.a.createElement(Ge,{color:"default",loading:i,onClick:d},Object(ie.a)("Cancel"))))))}}Object(i.a)(ja,"defaultProps",{id:"",title:"",img:"",confirmed:!1,error:!1,nextLoading:!1,prevLoading:!1,onChange:v.default.noop,onChangeConfirmation:v.default.noop,onNext:v.default.noop,onPrev:v.default.noop});var Pa=ja;function Ba(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function wa(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ba(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ba(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}async function Ta(e){try{return await function(e){const t=window.parent,o=function(e){const t=e.document.body,o=document.createElement("div");return o.setAttribute("class","brz-ed-recaptcha brz-hidden"),t.append(o),o}(t),n=function(e){const t=e.document.body,o=document.createElement("script");return o.setAttribute("src","https://www.google.com/recaptcha/api.js?onload=onloadRecaptchaCallback&render=explicit"),o.setAttribute("async","async"),o.setAttribute("defer","defer"),t.append(o),o}(t);return new Promise((a,r)=>{n.onload=()=>{const i=t.parent.grecaptcha;t.onloadRecaptchaCallback=()=>{const t=i.render(o,{sitekey:e.sitekey,size:"invisible",callback:async t=>{const{status:r}=await(({group:e,service:t,secretkey:o,sitekey:n,response:a})=>{const{api:r}=f.a.get("wp"),i=f.a.get("editorVersion"),l=He(r.url,{action:r.addAccount,hash:r.hash,version:i,secretkey:o,response:a});return Object(pe.L)(l,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify({group:e,service:t,sitekey:n,secretkey:o})}).then(Fe).then(e=>e)})(wa(wa({group:"recaptcha",service:"recaptcha"},e),{},{response:t}));o.remove(),n.remove(),a(200===r)},"error-callback":()=>{o.remove(),n.remove(),r(!1)}});i.reset(t),i.execute(t)}}})}(e)}catch(e){return e}}function za(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ea(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?za(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):za(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const ka=[{name:"sitekey",title:"Site Key"},{name:"secretkey",title:"Secret Key"}];class Ha extends l.Component{constructor(e,t){super(e),Object(i.a)(this,"handleChange",(e,t)=>{this.setState(({apiKeyValue:o})=>({apiKeyValue:Ea(Ea({},o),{},{[""+t]:e.trim()})}))}),Object(i.a)(this,"handleConfirmation",e=>{this.setState({confirmed:e})}),Object(i.a)(this,"handleNext",async()=>{const{app:e,onChangeNext:t}=this.context,{apiKeyValue:o}=this.state,n=Object.values(o);if(this.setState({nextLoading:!0,error:null}),n.some(e=>!e))await Object(pe.I)(),this.setState({error:"Fields are empty",nextLoading:!1});else{const{data:n}=e;if(n){const{status:e}=await Ve(n.id);200!==e&&this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")})}await Ta(o)?t():this.setState({nextLoading:!1,validated:!1})}}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.context.onChangePrev()});const{app:{data:o}}=t;this.state={apiKeyValue:o||this.getDefaultValue(),validated:!0,confirmed:!1,prevLoading:!1,nextLoading:!1,error:null}}static async onBeforeLoad(e,t){e.app.data&&t.onChangeNext("disconnect")}getDefaultValue(){return ka.reduce((e,{name:t})=>Ea(Ea({},e),{},{[""+t]:""}),{})}render(){const{apiKeyValue:e,nextLoading:t,prevLoading:o,confirmed:n,error:a,validated:r}=this.state,i=ka.map(({title:t,name:o})=>({title:t,name:o,value:e[o]}));return s.a.createElement(Pa,Object(C.a)({},this.context.app,{data:i,validated:r,confirmed:n,nextLoading:t,prevLoading:o,error:a,onChange:this.handleChange,onChangeConfirmation:this.handleConfirmation,onNext:this.handleNext,onRetry:this.handleNext,onPrev:this.handlePrev}))}}Object(i.a)(Ha,"contextType",me);var Fa=Ha;class _a extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleNext",async()=>{const{app:e,onChange:t,onDisconnectApp:o}=this.context;this.setState({nextLoading:!0,error:null});const{status:n}=await Ve(e.data.id);n<400?(o(e.id),t(e.id,null)):this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0,error:null}),await Object(pe.I)(),this.context.onChangePrev("appList")}),this.state={nextLoading:!1,prevLoading:!1,error:null}}render(){const{nextLoading:e,prevLoading:t,error:o}=this.state;return s.a.createElement(Je,Object(C.a)({},this.context.app,{descriptions:Object(ie.a)("Are you want to delete account")+" ?",nextLoading:e,prevLoading:t,error:o,onPrev:this.handlePrev,onNext:this.handleNext}))}}Object(i.a)(_a,"contextType",me);var Ra=_a;class La extends Rt{}Object(i.a)(La,"fields",ca),Object(i.a)(La,"done",va);var Ma=La;class Wa extends Rt{}Object(i.a)(Wa,"fields",ca),Object(i.a)(Wa,"done",va);var Ia=Wa;class Na extends Rt{}Object(i.a)(Na,"connect",Nn),Object(i.a)(Na,"account",$n),Object(i.a)(Na,"fields",Jn),Object(i.a)(Na,"list",ha),Object(i.a)(Na,"done",va);var Aa=Na;class Va extends Rt{}Object(i.a)(Va,"connect",Nn),Object(i.a)(Va,"account",$n),Object(i.a)(Va,"client",Yn),Object(i.a)(Va,"fields",Jn),Object(i.a)(Va,"list",ha),Object(i.a)(Va,"done",va);var Da=Va;class $a extends Rt{}Object(i.a)($a,"connect",Nn),Object(i.a)($a,"account",$n),Object(i.a)($a,"fields",oa),Object(i.a)($a,"done",va);var Ga=$a;class Ua extends Rt{}Object(i.a)(Ua,"connect",Nn),Object(i.a)(Ua,"account",$n),Object(i.a)(Ua,"client",Yn),Object(i.a)(Ua,"fields",Jn),Object(i.a)(Ua,"list",ha),Object(i.a)(Ua,"done",va);var Ka=Ua;class Ya extends Rt{}Object(i.a)(Ya,"connect",Nn),Object(i.a)(Ya,"account",$n),Object(i.a)(Ya,"fields",Jn),Object(i.a)(Ya,"list",ha),Object(i.a)(Ya,"done",va);var qa=Ya;class Xa extends Rt{}Object(i.a)(Xa,"connect",Nn),Object(i.a)(Xa,"account",$n),Object(i.a)(Xa,"fields",Jn),Object(i.a)(Xa,"list",ha),Object(i.a)(Xa,"done",va);var Za=Xa;class Ja extends Rt{}Object(i.a)(Ja,"connect",Nn),Object(i.a)(Ja,"account",$n),Object(i.a)(Ja,"fields",Jn),Object(i.a)(Ja,"list",ha),Object(i.a)(Ja,"done",va);var Qa=Ja;class er extends Rt{}Object(i.a)(er,"connect",Nn),Object(i.a)(er,"account",$n),Object(i.a)(er,"fields",Jn),Object(i.a)(er,"list",ha),Object(i.a)(er,"done",va);var tr=er;class or extends Rt{}Object(i.a)(or,"connect",Nn),Object(i.a)(or,"account",$n),Object(i.a)(or,"fields",Jn),Object(i.a)(or,"list",ha),Object(i.a)(or,"done",va);var nr=or;class ar extends Rt{}Object(i.a)(ar,"connect",Nn),Object(i.a)(ar,"account",$n),Object(i.a)(ar,"list",ha),Object(i.a)(ar,"fields",Jn),Object(i.a)(ar,"done",va);var rr=ar;class ir extends Rt{}Object(i.a)(ir,"connect",Nn),Object(i.a)(ir,"account",$n),Object(i.a)(ir,"fields",Jn),Object(i.a)(ir,"list",ha),Object(i.a)(ir,"done",va);var lr=ir;class sr extends Rt{}Object(i.a)(sr,"connect",Nn),Object(i.a)(sr,"account",$n),Object(i.a)(sr,"fields",Jn),Object(i.a)(sr,"done",va);var cr=sr;class dr extends Rt{}Object(i.a)(dr,"fields",Oa),Object(i.a)(dr,"done",va);var ur=dr;class pr extends Rt{}Object(i.a)(pr,"fields",Ca),Object(i.a)(pr,"done",va);var br=pr;class mr extends Rt{}Object(i.a)(mr,"connect",Nn),Object(i.a)(mr,"account",$n),Object(i.a)(mr,"fields",Jn),Object(i.a)(mr,"list",ha),Object(i.a)(mr,"done",va);var hr=mr;class gr extends Rt{}Object(i.a)(gr,"connect",Nn),Object(i.a)(gr,"account",$n),Object(i.a)(gr,"list",ha),Object(i.a)(gr,"fields",Jn),Object(i.a)(gr,"done",va);var vr=gr;class fr extends Rt{}Object(i.a)(fr,"connect",Nn),Object(i.a)(fr,"account",$n),Object(i.a)(fr,"fields",Jn),Object(i.a)(fr,"list",ha),Object(i.a)(fr,"done",va);var yr=fr;class Or extends Rt{}Object(i.a)(Or,"connect",Nn),Object(i.a)(Or,"account",$n),Object(i.a)(Or,"fields",Jn),Object(i.a)(Or,"list",ha),Object(i.a)(Or,"done",va);var Sr=Or;class xr extends Rt{}Object(i.a)(xr,"connect",Nn),Object(i.a)(xr,"account",$n),Object(i.a)(xr,"fields",Jn),Object(i.a)(xr,"list",ha),Object(i.a)(xr,"done",va);var Cr=xr;class jr extends Rt{}Object(i.a)(jr,"connect",Nn),Object(i.a)(jr,"account",$n),Object(i.a)(jr,"fields",Jn),Object(i.a)(jr,"list",ha),Object(i.a)(jr,"done",va);var Pr=jr;class Br extends Rt{}Object(i.a)(Br,"connect",Fa),Object(i.a)(Br,"done",va),Object(i.a)(Br,"disconnect",Ra);var wr=Br;function Tr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function zr(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Tr(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Tr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Er=f.a.get("pro");var kr=class extends ze{constructor(...e){super(...e),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",a),Object(i.a)(this,"proExceptions",!Er),Object(i.a)(this,"handleConnectApp",async e=>{const{id:t,stages:o}=e,{formId:n}=this.props;let{status:a,data:r}=await Fn({formId:n,id:t});if(200!==a){if(404!==a)return void this.setState({appError:Object(ie.a)("The integration is not responding, please try again or verify the account credentials")});if(({status:a,data:r}=await _n({formId:n,id:t})),200!==a)return void this.setState({appError:Object(ie.a)("The integration is not responding, please try again or verify the account credentials")})}this.setState(Object(c.a)(n=>{n.appError=null,n.stages=o,n.connectedApp=t,n.data[t]=e,n.data[t].data=r}),()=>{this.handleNext()})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),{services:o}=await t.json();this.appsData=o,await this.getData()}async getData(){const{formId:e}=this.props,{status:t,data:o}=await kn({formId:e});if(200!==t)if(404===t){const{status:t}=await Hn({formId:e});t>=400?this.setState({error:Object(ie.a)("Something went wrong")}):this.setState({loading:!1})}else this.setState({error:Object(ie.a)("Something went wrong")});else o&&this.setState({connectedApps:this.getConnectedApps(o.integrations),loading:!1})}getContextValue(){const{formId:e,formFields:t}=this.props;return zr(zr({},super.getContextValue()),{},{formId:e,formFields:t})}},Hr=o(286);function Fr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _r(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Fr(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Fr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Rr=class extends ze{constructor(...e){super(...e),Object(i.a)(this,"state",{loading:!0,showProgress:!0,connectedApp:"",connectedApps:[],stage:this.props.stage,stages:this.props.stages,oldStage:"",data:{},error:null,appError:null,emailTemplate:"",hasEmailTemplate:!1,textCopied:""}),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",a),Object(i.a)(this,"proExceptions",!A.h),Object(i.a)(this,"updateForm",v.default.debounce(()=>{(({formId:e,hasEmailTemplate:t,emailTemplate:o})=>{const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{formId:e,action:n.updateForm,hash:n.hash,version:a});Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify({hasEmailTemplate:t,emailTemplate:o})}).then(Fe).then(e=>e)})({formId:this.props.formId,hasEmailTemplate:this.state.hasEmailTemplate,emailTemplate:this.state.emailTemplate})},1e3)),Object(i.a)(this,"handleConnectApp",async e=>{const t=e.id,{formId:o}=this.props,{stages:n=[]}=this.appsData.find(e=>e.id===t)||{};let{status:a,data:r}=await((...e)=>Fn(...e))({formId:o,id:t});if(200!==a){if(404!==a)return void this.setState({error:Object(ie.a)("Something went wrong")});{const{status:e,data:n}=await((...e)=>_n(...e))({formId:o,id:t});if(200!==e)return void this.setState({error:Object(ie.a)("Something went wrong")});r=n}}this.setState(Object(c.a)(o=>{o.stages=n,o.connectedApp=t,o.data[t]=Object.assign(e,{data:r})}),()=>{this.handleNext()})}),Object(i.a)(this,"handleHtmlChange",e=>{this.setState({emailTemplate:e},this.updateForm)}),Object(i.a)(this,"handleEnableHtml",e=>{this.setState({hasEmailTemplate:e}),!1===e&&this.state.emailTemplate&&this.setState({emailTemplate:""},this.updateForm)})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),o=await t.json();A.o?this.appsData=o.wpEmail:this.appsData=o.cloudEmail,await this.getData()}async getData(){const{formId:e,onLoading:t}=this.props,{status:o,data:n}=await kn({formId:e});if(200!==o)if(404===o){const{status:t,data:o}=await Hn({formId:e});t>=400||!o?this.setState({error:Object(ie.a)("Something went wrong")}):this.setState({connectedApps:this.getConnectedApps(o.integrations),loading:!1})}else this.setState({error:Object(ie.a)("Something went wrong")});else n&&this.setState({connectedApps:this.getConnectedApps(n.integrations),emailTemplate:n.emailTemplate||"",hasEmailTemplate:n.hasEmailTemplate,loading:!1});t(!1)}getContextValue(){const{formId:e,formFields:t}=this.props;return _r(_r({},super.getContextValue()),{},{formId:e,formFields:t})}handleCopyToClipboard(e){(e=>{const t=document.createElement("textarea");t.value=e,document.body.appendChild(t),t.focus(),t.select();try{document.execCommand("copy")}catch(e){console.error("Fallback: Oops, unable to copy",e)}document.body.removeChild(t)})(`{{${e}}}`),this.setState({textCopied:e},()=>{setTimeout(()=>{this.setState({textCopied:void 0})},800)})}renderFormInfo(){return s.a.createElement("div",{className:"brz-ed-popup-integration-email__info"},this.props.formFields.map((e,t)=>s.a.createElement("p",{key:t,title:"Click to copy",className:"brz-p",onClick:()=>{this.handleCopyToClipboard(e.label)}},s.a.createElement("span",{className:"brz-span brz-"},`{{${e.label}}}`),s.a.createElement(F.b,{icon:"nc-duplicate"}),this.state.textCopied===e.label&&s.a.createElement("span",{className:"brz-span brz-ed-animated brz-ed-animated--fadeIn"},"Copied"))))}renderApps(){const{error:e,emailTemplate:t,hasEmailTemplate:o}=this.state,n=g()("brz-ed-popup-integration-email__template",{"brz-ed-popup-integration-email__template--open":o});return s.a.createElement(s.a.Fragment,null,e&&super.renderError(),s.a.createElement(we,{apps:this.appsData,proExceptions:this.proExceptions}),!this.proExceptions&&s.a.createElement("div",{className:n},s.a.createElement("div",{className:"brz-ed-popup-integration-email__template-head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("USE CUSTOM TEMPLATE"))),s.a.createElement(et.a,{className:"brz-ed-control__switch--light",defaultValue:o,onChange:this.handleEnableHtml})),s.a.createElement("div",{className:"brz-ed-popup-integration-email__template-body"},s.a.createElement(Hr.a,{className:"brz-ed-popup-integration-email__codemirror",value:t,onChange:this.handleHtmlChange,language:"xml",theme:"idea"}),s.a.createElement("div",{className:"brz-d-xs-flex brz-align-items-xs-center"},s.a.createElement("p",{className:"brz-p"},Object(ie.a)("Tip: Use these shortcodes to populate your template")),s.a.createElement(Se.b,{className:"brz-ed-popup-integration-email__tooltip",size:"small",openOnClick:!1,closeDelay:600,overlay:this.renderFormInfo()},s.a.createElement(F.b,{icon:"nc-alert-circle-que"}))))))}};function Lr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Mr(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Lr(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Lr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var Wr=class extends ze{constructor(...e){super(...e),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",a),Object(i.a)(this,"handleConnectApp",async e=>{const t=e.id;await Object(pe.I)(),this.setState(Object(c.a)(o=>{const n=o.data[t]||{};o.connectedApp=t,o.stages=e.stages,o.data[t]=Mr(Mr({},n),e)}),()=>{this.handleNext()})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),{recaptcha:o}=await t.json(),{status:n,data:a}=await Ae({group:"recaptcha",services:"recaptcha"});this.appsData=o,200===n&&a&&a.length>0?this.setState(Object(c.a)(e=>{e.data={recaptcha:{data:a[0]}},e.connectedApps=this.getConnectedApps(a),e.loading=!1})):this.setState({loading:!1})}getConnectedApps(e){return e.reduce((e,t)=>this.appsData.find(({id:e})=>e===t.group)?[...e,t.group]:e,[...this.state.connectedApps])}};const Ir=[{id:"email",title:Object(ie.a)("Email"),icon:"nc-email",component:Rr},{id:"service",title:Object(ie.a)("APPS"),icon:"nc-extensions-2",component:kr},{id:"recaptcha",title:Object(ie.a)("ReCAPTCHA"),icon:"nc-captcha",component:Wr}];class Nr extends l.Component{render(){const{formId:e,formFields:t,opened:o,onClose:n}=this.props;return s.a.createElement(de,{currentTab:"email",formId:e,formFields:t,opened:o,tabs:Ir,onClose:n})}}Object(i.a)(Nr,"defaultProps",{formId:"",formFields:[],opened:!1,onClose:v.default.noop});var Ar=Nr,Vr=o(88);class Dr extends l.Component{render(){const{opened:e,onClose:t}=this.props,o="MacOS"===Object(Vr.a)(),n=o?`${Object(ue.a)("editor/img/mac-keyboard1x.png")} 1x , ${Object(ue.a)("editor/img/mac-keyboard2x.png")} 2x`:`${Object(ue.a)("editor/img/pc-keyboard1x.png")} 1x , ${Object(ue.a)("editor/img/pc-keyboard2x.png")} 2x`;return s.a.createElement(y.a,{id:"key-helper",className:"brz-ed-hotkeys-overlay",opened:e,onClose:t},s.a.createElement("div",{className:"brz-ed-hotkeys-wrapper"},s.a.createElement(F.b,{icon:"nc-close-popup",className:"brz-ed-hotkeys-btn-close",onClick:t}),s.a.createElement("div",{className:"brz-ed-hotkeys-label"},Object(ie.a)("Keyboard Shortcuts")),s.a.createElement("div",{className:"brz-ed-hotkeys-image-container"},s.a.createElement("picture",null,s.a.createElement("img",{className:"brz-ed-hotkeys-image",srcSet:n}))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container"},s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column"},s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + C":"Ctrl + C"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Copy"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + V":"Ctrl + V"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Paste"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + shift + V":"Ctrl + Shift + V"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Paste Style"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + D":"Ctrl + D"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Duplicate"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + delete":"Delete"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Delete"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd +":"Ctrl +",s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons",icon:"nc-arrow"}),s.a.createElement("span",{className:"divider"}," / "),s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons brz-ed-deg180",icon:"nc-arrow"})),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Horizontal Align"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd +":"Ctrl +",s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons brz-ed-deg90",icon:"nc-arrow"}),s.a.createElement("span",{className:"divider"}," / "),s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons brz-ed-deg270",icon:"nc-arrow"})),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Vertical Align")))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column"},s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + Z":"Ctrl + Z"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Undo"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + shift + Z":"Ctrl + Shift + Z"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Redo"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + S":"Ctrl + S"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Save Draft / Update Page"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd +":"Ctrl +",s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons",icon:"nc-plus2"}),s.a.createElement("span",{className:"divider"}," / "),s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons",icon:"nc-minus"})),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Responsive Zoom In / Out"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd +":"Ctrl +",s.a.createElement(F.b,{className:"brz-ed-hotkeys-icons",icon:"nc-alert-circle-que"})),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Shortcuts"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"cmd + shift + A":"Ctrl + Shift + A"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Add New Block / Layout"))),s.a.createElement("div",{className:"brz-ed-hotkeys-combination-container-column-list"},s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label"},o?"esc":"Esc"),s.a.createElement("span",{className:"brz-ed-hotkeys-combination-container-column-label-2"},Object(ie.a)("Select Parent Element")))))))}}Object(i.a)(Dr,"defaultProps",{opened:!1,onClose:v.noop});var $r=o(94);function Gr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ur(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Gr(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Gr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Kr=(e,t)=>{const o=e.family.toUpperCase(),n=t.family.toUpperCase();return o<n?-1:o>n?1:0};class Yr extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{loadingApp:""})}async handleDeleteFont(e,t){this.setState({loadingApp:t.brizyId}),"upload"===e?await(e=>{const{api:t}=f.a.get("wp"),o=f.a.get("editorVersion"),n=He(t.url,{action:t.deleteFont,hash:t.hash,version:o,id:e});return Object(pe.L)(n,{method:"POST"}).then(Fe).then(e=>e)})(t.id):await Object(pe.I)(),this.setState({loadingApp:""}),this.props.deleteFont({type:e,fonts:[t]})}getSortedFonts(e){return Object.entries(e).map(([e,{data:t}])=>t.map(t=>Ur(Ur({},t),{},{fontGroupType:e}))).reduce((e,t)=>e.concat(t),[]).sort(Kr)}render(){const{defaultFont:e,fonts:t}=this.props,{loadingApp:o}=this.state;return s.a.createElement(B.a,null,s.a.createElement("div",{className:"brz-ed-popup-fonts__lists brz-d-xs-flex brz-flex-xs-wrap"},this.getSortedFonts(t).map(t=>{let{fontGroupType:n}=t,a=Object(x.a)(t,["fontGroupType"]);const{id:r,brizyId:i,title:l,family:c}=Lo.b[n](a),d=e===r,u=o===i;return s.a.createElement("div",{key:i,className:"brz-ed-popup-fonts__item"},s.a.createElement("div",{className:"brz-ed-popup-fonts__item-logo",style:{fontFamily:c}},"Aa",!d&&!u&&s.a.createElement("div",{className:"brz-ed-badge__delete brz-ed-popup-fonts__delete",onClick:()=>{this.handleDeleteFont(n,a)}},s.a.createElement(F.b,{icon:"nc-trash"}))),s.a.createElement("div",{className:"brz-ed-popup-fonts__item-title"},l),u&&s.a.createElement("span",{className:"brz-span brz-ed-popup-integrations__app-icon"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})))})))}}Object(i.a)(Yr,"defaultProps",{fonts:{},defaultFont:"",deleteFont:v.default.noop,onClose:v.default.noop});const qr={deleteFont:qo.D};var Xr=Object(no.b)(e=>({fonts:Object($r.i)(e),defaultFont:Object(so.E)(e).data.font}),qr)(Yr);function Zr(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Jr(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Zr(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Zr(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Qr extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleAddNewFont",(e,t)=>{this.setState({selectedFont:t})}),Object(i.a)(this,"handleNext",async()=>{const{selectedFont:e}=this.state,{app:{data:{fonts:t}},onChangeNext:o}=this.context,n=t.find(({family:t})=>t===e);if(this.setState({nextLoading:!0,error:null}),await Object(pe.I)(),n){const e=Object(Lo.i)(this.props.fonts,Object(Lo.g)(n).id);e?this.props.addFonts([{type:e.group,fonts:[Jr(Jr({},e.font),{},{deleted:!1})]}]):this.props.addFonts([{type:"google",fonts:[n]}]),o()}else this.setState({error:`Font ${e} not found, please try again`,nextLoading:!1})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.context.onChangePrev()});const{config:t,blocks:o={},google:n={}}=this.props.fonts;this.usedFonts=[...t.data||[],...n.data||[],...o.data||[]],this.state={selectedFont:"",nextLoading:!1,prevLoading:!1,error:null}}static async onBeforeLoad(e){const{app:{id:t,data:o},onChange:n}=e,a=await Object(Lo.h)();n(t,Jr(Jr({},o),{},{fonts:a}))}render(){const{app:e}=this.context,{selectedFont:t,prevLoading:o,nextLoading:n,error:a}=this.state,r=e.data.fonts.filter(e=>{const{id:t}=Object(Lo.g)(e);return!this.usedFonts.some(e=>{const{id:o,deleted:n}=Object(Lo.g)(e);return!0!==n&&o===t})}).map(e=>({value:e.family,label:e.family})),i=[{title:Object(ie.a)("Font name"),type:"search",choices:r,value:t}],c=s.a.createElement(l.Fragment,null,Object(ie.a)("Tip: You can browse the Google font library")," ",s.a.createElement("a",{className:"brz-a",href:"https://fonts.google.com",target:"_blank",rel:"noopener noreferrer"},Object(ie.a)("here")),".");return s.a.createElement(ft,Object(C.a)({},e,{data:i,headTitle:Object(ie.a)("ADD GOOGLE FONT"),description:c,prevLoading:o,nextLoading:n,error:a,onActive:this.handleAddNewFont,onPrev:this.handlePrev,onNext:this.handleNext}))}}Object(i.a)(Qr,"contextType",me);const ei={addFonts:nn.f};var ti=Object(no.b)(e=>({fonts:Object(so.m)(e)}),ei)(Qr);class oi extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"handleClose",()=>{this.props.onClose()})}render(){const{app:e}=this.context;return s.a.createElement(jt,Object(C.a)({},e,{onNext:this.handleClose}))}}Object(i.a)(oi,"contextType",me);var ni=oi;class ai extends Rt{}Object(i.a)(ai,"connect",ti),Object(i.a)(ai,"done",ni);var ri=ai;function ii(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function li(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ii(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ii(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class si extends l.Component{constructor(e){super(e),Object(i.a)(this,"handleChange",(e,t)=>{t.length<=17&&this.setState({fontName:t})}),Object(i.a)(this,"handleNext",async()=>{const{fontName:e}=this.state,{app:{id:t,data:o={}},onChange:n,onChangeNext:a}=this.context;this.setState({nextLoading:!0}),await Object(pe.I)(),e.trim()?(n(t,li(li({},o),{},{fontName:e})),a()):this.setState({nextLoading:!1,error:Object(ie.a)("Font Name is Required")})}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.context.onChangePrev()}),this.state={fontName:"",nextLoading:!1,prevLoading:!1,error:null}}render(){const{app:e}=this.context,{fontName:t,prevLoading:o,nextLoading:n,error:a}=this.state,r=[{title:Object(ie.a)("Font name"),value:t}];return s.a.createElement(ft,Object(C.a)({},e,{headTitle:Object(ie.a)("UPLOAD FONT"),data:r,error:a,prevLoading:o,nextLoading:n,onActive:this.handleChange,onNext:this.handleNext,onPrev:this.handlePrev}))}}Object(i.a)(si,"contextType",me);var ci=si,di=o(65);class ui extends l.Component{renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderSelect({name:e,value:t,choices:o}){const n=o.map(({title:e,name:t})=>s.a.createElement(S.a,{key:t,value:t},e));return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-select"},s.a.createElement(O.a,{className:"brz-control__select--white",maxItems:"6",itemHeight:"30",inPortal:!0,defaultValue:t,onChange:t=>{this.props.onActive(e,t)}},n))}renderUpload({name:e,value:t,accept:o}){return s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-upload"},t?s.a.createElement(l.Fragment,null,s.a.createElement("span",{className:"brz-span"},t.name),s.a.createElement("button",{className:"brz-button brz-ed-btn brz-ed-btn-xs brz-ed-btn-gray brz-ed-btn-red--hover brz-ed-btn-rounded brz-fw-700",onClick:()=>{this.props.onActive(e,"")}}," ",Object(ie.a)("DELETE")," ")):s.a.createElement("label",{className:"brz-label brz-ed-btn brz-ed-btn-xs brz-ed-btn-gray brz-ed-btn-teal--hover brz-ed-btn-rounded brz-fw-700",htmlFor:e},s.a.createElement("input",{id:e,className:"brz-input brz-hidden",type:"file",accept:o,onChange:({target:t})=>{this.props.onActive(e,t.files[0])}}),Object(ie.a)("UPLOAD")))}renderOptions(){const e=this.props.data.map((e,t)=>{const{title:o,type:n,helper:a}=e;return s.a.createElement("div",{key:t,className:"brz-ed-popup-integrations-step__fields-option"},s.a.createElement("div",{className:"brz-d-xs-flex brz-align-items-xs-center"},s.a.createElement("p",{className:"brz-p"},o),a&&s.a.createElement(Se.b,{className:"brz-ed-popup-integrations-fields__tooltip",openOnClick:!1,inPortal:!0,overlay:s.a.createElement("div",{className:"brz-ed-popup-integrations-fields__info",dangerouslySetInnerHTML:{__html:a}})},s.a.createElement(F.b,{icon:"nc-alert-circle-que"}))),"select"===n&&this.renderSelect(e),"upload"===n&&this.renderUpload(e))});return s.a.createElement(st.a,{style:{maxHeight:255},className:"brz-ed-popup-integrations__scroll-pane"},e)}render(){const{error:e,prevLoading:t,nextLoading:o,onPrev:n,onNext:a}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__fields"},e&&this.renderError(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("ADD FONT VARIATION")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},this.renderOptions(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==t&&s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:t,onClick:n},Object(ie.a)("Back")),null!==o&&s.a.createElement(Ge,{color:"teal",loading:o,onClick:a},Object(ie.a)("Add Font")))))}}Object(i.a)(ui,"defaultProps",{data:[{title:"",value:"",name:"",helper:null}],nextLoading:null,prevLoading:null,onPrev:v.default.noop,onNext:v.default.noop,onActive:v.default.noop});var pi=ui;class bi extends l.Component{renderError(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-error"},s.a.createElement("span",{className:"brz-span"},this.props.error))}renderOptions(){const{data:e,onActive:t}=this.props,o=e.map((e,o)=>{const{id:n,title:a,type:r}=e;return s.a.createElement("div",{key:o,className:"brz-ed-popup-integrations-step__fields-option brz-ed-popup-integrations-step__fields-option--big"},s.a.createElement("p",{className:"brz-p brz-ed-popup-integration__font-name"},a),s.a.createElement("p",{className:"brz-p",style:{fontWeight:n,flexBasis:"60%"}},r),s.a.createElement("div",{title:"Disconnect",className:"brz-ed-popup-integrations--delete",onClick:()=>{t(n)}},s.a.createElement(F.b,{icon:"nc-trash"})))});return s.a.createElement(st.a,{style:{maxHeight:255},className:"brz-ed-popup-integrations__scroll-pane"},o)}render(){const{error:e,prevLoading:t,nextLoading:o,createLoading:n,onPrev:a,onNext:r,onCreate:i}=this.props;return s.a.createElement("div",{className:"brz-ed-popup-integrations-step brz-ed-popup-integrations-step__fields"},e&&this.renderError(),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},Object(ie.a)("FONT VARIATION")))),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__body"},this.renderOptions(),s.a.createElement("div",{className:"brz-ed-popup-integrations-new__option",onClick:i},s.a.createElement(F.b,{icon:n?"nc-circle-02":"nc-add",className:n?"brz-ed-animated--spin":""}),Object(ie.a)("Add new font variation")),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__buttons"},null!==t&&s.a.createElement(Ge,{size:3,leftIcon:"nc-arrow-left",loading:t,onClick:a},Object(ie.a)("Back")),null!==o&&s.a.createElement(Ge,{color:"teal",loading:o,onClick:r},Object(ie.a)("Continue")))))}}Object(i.a)(bi,"defaultProps",{data:[{title:"",value:"",name:""}],nextLoading:null,prevLoading:null,createLoading:!1,onPrev:v.default.noop,onNext:v.default.noop,onActive:v.default.noop,onCreate:v.default.noop});var mi=bi;function hi(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function gi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?hi(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):hi(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const vi=v.default.memoize(e=>Object.entries(e).map(([e,t])=>({title:t,name:e})));class fi extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{mode:"add",keyValue:this.getDefaultData(),nextLoading:!1,prevLoading:!1,addLoading:!1,error:null}),Object(i.a)(this,"handleChangeAddMode",async()=>{this.setState({addLoading:!0}),await Object(pe.I)(),this.setState({mode:"add",addLoading:!1})}),Object(i.a)(this,"handleUploadFonts",(e,t)=>{this.setState(({keyValue:o})=>({error:null,keyValue:gi(gi({},o),{},{[""+e]:t})}))}),Object(i.a)(this,"handleAddFonts",async()=>{const{app:{id:e,data:t},onChange:o}=this.context,n=this.state.keyValue,{weight:a}=n,r=Object(x.a)(n,["weight"]);if(this.setState({nextLoading:!0,error:null}),await Object(pe.I)(),!Object.values(r).some(e=>Boolean(e)))return void this.setState({nextLoading:!1,error:Object(ie.a)("You must be have one font added")});let i=new Set([...t.weights||[],Number(a)]);o(e,Object.assign({},t,{weights:[...i],files:gi(gi({},t.files||[]),{},{[a]:r})})),this.setState({mode:"edit",keyValue:this.getDefaultData(),nextLoading:!1})}),Object(i.a)(this,"handleRemoveFonts",e=>{const{app:{id:t,data:o},onChange:n}=this.context;n(t,Object.assign({},o,{weights:v.default.without(o.weights,e),files:v.default.omit(o.files,e)}))}),Object(i.a)(this,"handleNext",async()=>{const{app:{data:{files:e,fontName:t}},onChangeNext:o}=this.context;this.setState({nextLoading:!0});const{status:n,data:a}=await(({id:e,name:t,files:o})=>{const{api:n}=f.a.get("wp"),a=f.a.get("editorVersion"),r=He(n.url,{action:n.createFont,hash:n.hash,version:a}),i=new FormData;return i.append("id",e),i.append("family",t),Object.entries(o).forEach(([e,t])=>{Object.entries(t).forEach(([t,o])=>{o&&i.append(`fonts[${e}][${t}]`,o,o.name)})}),Object(pe.L)(r,{method:"POST",body:i}).then(Fe).then(e=>e)})({id:Object(di.a)(),name:t,files:e});200!==n?this.setState({nextLoading:!1,error:Object(ie.a)("Something went wrong")}):(this.props.dispatch(Object(nn.f)([{type:"upload",fonts:[a]}])),o())}),Object(i.a)(this,"handlePrev",async()=>{this.setState({prevLoading:!0}),await Object(pe.I)(),this.context.onChangePrev()})}getDefaultData(){return{weight:"400",ttf:"",eot:"",woff:"",woff2:""}}getAddData(){const{weight:e,ttf:t,eot:o,woff:n,woff2:a}=this.state.keyValue;return[{title:Object(ie.a)("Font weight"),name:"weight",type:"select",value:e,choices:vi(Lo.u)},{title:Object(ie.a)("TTF File"),name:"ttf",value:t,type:"upload",accept:".ttf",helper:"The Web Open Font Format (TTF) is a format used in web pages by modern browsers."},{title:Object(ie.a)("EOT File"),name:"eot",value:o,type:"upload",accept:".eot",helper:"The Web Open Font Format (EOT) is a format used in web pages by modern browsers."},{title:Object(ie.a)("WOFF File"),name:"woff",value:n,type:"upload",accept:".woff",helper:"The Web Open Font Format (WOFF) is a format used in web pages by modern browsers."},{title:Object(ie.a)("WOFF2 File"),name:"woff2",value:a,type:"upload",accept:".woff2",helper:"The Web Open Font Format (WOFF2) is a format used in web pages by modern browsers."}]}getEditData(){const{data:{fontName:e,weights:t}}=this.context.app;return t.map(t=>({id:t,title:e,type:Lo.u[t]}))}render(){const{mode:e,nextLoading:t,prevLoading:o,addLoading:n,error:a}=this.state;return"add"===e?s.a.createElement(pi,{data:this.getAddData(),error:a,nextLoading:t,prevLoading:o,onNext:this.handleAddFonts,onPrev:this.handlePrev,onActive:this.handleUploadFonts}):s.a.createElement(mi,{data:this.getEditData(),error:a,nextLoading:t,prevLoading:o,createLoading:n,onNext:this.handleNext,onPrev:this.handlePrev,onCreate:this.handleChangeAddMode,onActive:this.handleRemoveFonts})}}Object(i.a)(fi,"contextType",me);var yi=Object(no.b)()(fi);class Oi extends Rt{}Object(i.a)(Oi,"upload",ci),Object(i.a)(Oi,"variation",yi),Object(i.a)(Oi,"done",ni);var Si=Oi;const xi=f.a.get("pro");var Ci=class extends ze{constructor(...e){super(...e),Object(i.a)(this,"appsData",[]),Object(i.a)(this,"appsComponent",r),Object(i.a)(this,"proExceptions",!xi),Object(i.a)(this,"handleConnectApp",async e=>{const t=e.id,{stages:o=[]}=this.appsData.find(e=>e.id===t)||{};await Object(pe.I)(),this.setState(Object(c.a)(n=>{n.stages=o,n.connectedApp=t,n.data[t]=e}),()=>{this.handleNext()})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),{fonts:o}=await t.json();this.appsData=o,this.setState({loading:!1})}};const ji=[{id:"upload",title:Object(ie.a)("Add New"),icon:"nc-add",component:Ci},{id:"fonts",title:Object(ie.a)("Fonts"),icon:"nc-font",component:Xr}];class Pi extends l.Component{render(){const{opened:e,onClose:t}=this.props;return s.a.createElement(de,{opened:e,tabs:ji,currentTab:"upload",blockTabsWhenLoading:!1,onClose:t})}}Object(i.a)(Pi,"defaultProps",{opened:!1,onClose:v.noop});var Bi=Pi;var wi=e=>s.a.createElement("div",{className:"brz-ed-popup-conditions__buttons"},s.a.createElement("button",{className:"brz-button brz-button__cancel",onClick:e.onClose},Object(ie.a)("Cancel")),s.a.createElement("button",{className:"brz-button brz-button__save",onClick:e.onChange},e.loading?s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"}):Object(ie.a)("Save")));function Ti({showTypeButton:e=!0,active:t,children:o,onChange:n,onRemove:a}){const r=t?"include":"exclude",i=t?s.a.createElement(F.b,{icon:"nc-include"}):s.a.createElement(F.b,{icon:"nc-none"}),l=g()("brz-ed-popup-conditions__type","brz-ed-popup-conditions__type-"+r);return s.a.createElement("div",{className:"brz-ed-popup-conditions__condition brz-d-xs-flex"},e&&s.a.createElement("div",{className:l,onClick:()=>n({active:!t})},s.a.createElement("span",{className:"brz-ed-popup-conditions__type-text"},i,Object(Gt.c)(r))),s.a.createElement("div",{className:"brz-ed-popup-conditions__select brz-d-xs-flex"},o),s.a.createElement("div",{className:"brz-ed-popup-conditions__remove",onClick:a},s.a.createElement(F.b,{icon:"nc-trash"})))}var zi=o(145),Ei=o(96);function ki(e,{appliedFor:t,entityType:o}){return e.findIndex(({groupValue:e,value:n})=>e===t&&n===o)}function Hi(e){return e.filter((function(t,o){return e.findIndex(({appliedFor:e,entityType:o,entityValues:n})=>e===t.appliedFor&&o===t.entityType&&v.default.isEqual(n,t.entityValues))>=o})).map(e=>{let{id:t}=e;return Object(x.a)(e,["id"])})}class Fi extends s.a.Component{renderGroupOptions(e){return[{title:"All",groupValue:"",value:""},...e].map(({title:e,value:t,groupValue:o,disabled:n})=>s.a.createElement(S.a,{key:"key-"+t,value:`${o}|${t}`,disabled:n},e))}renderTypeOptions(e){return[{title:"All",value:""},...e].map(e=>e.items?s.a.createElement(zi.a,{key:e.value,title:e.title,items:e.items.map(t)},s.a.createElement("span",{className:"brz-span"},e.title)):t(e));function t({title:e,value:t}){return s.a.createElement(S.a,{key:t,value:String(t)},e)}}render(){const{rulesList:e,rule:t,onGroupChange:o,onTypeChange:n}=this.props,a=e[ki(e,t)];return s.a.createElement("div",{className:"brz-ed-popup-conditions__select brz-d-xs-flex"},s.a.createElement(O.a,{className:"brz-control__select--light",maxItems:6,itemHeight:30,defaultValue:`${t.appliedFor}|${t.entityType}`,onChange:o},this.renderGroupOptions(e)),a&&a.items&&s.a.createElement(O.a,{defaultValue:String(t.entityValues[0]),className:"brz-control__select--light",maxItems:6,itemHeight:30,onChange:n},this.renderTypeOptions(a.items)))}}Object(i.a)(Fi,"defaultProps",{rulesList:[],rule:{},onGroupChange:v.default.noop,onTypeChange:v.default.noop});var _i=Fi;function Ri(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Li(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ri(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ri(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Mi extends s.a.Component{constructor(...e){super(...e),Object(i.a)(this,"handleRemove",e=>{this.props.onChange(Object(tt.removeAt)(this.props.rules,e))}),Object(i.a)(this,"handleVisibilityTypeChange",(e,t)=>{t=t?1:2;const o=Object(tt.setIn)(this.props.rules,[e,"type"],Number(t));this.props.onChange(o)}),Object(i.a)(this,"handleGroupChange",(e,t)=>{const{rules:o}=this.props;let[n,a]=e.split("|");const r=Li(Li({},o[t]),{},{entityType:a,appliedFor:""===n||null===n?null:Number(n),entityValues:[]});this.props.onChange(Object(tt.setIn)(o,[t],r))}),Object(i.a)(this,"handleTypeChange",(e,t)=>{const{rules:o}=this.props,n=e?[e]:[];this.props.onChange(Object(tt.setIn)(o,[t,"entityValues"],n))})}render(){const{rules:e,rulesList:t}=this.props;return e.map((e,o)=>{let{type:n}=e,a=Object(x.a)(e,["type"]);const r=1===n;return s.a.createElement(Ti,{key:o,active:r,index:o,onChange:()=>this.handleVisibilityTypeChange(o,!r),onRemove:()=>this.handleRemove(o)},s.a.createElement(_i,{rule:a,rulesList:t,onGroupChange:e=>this.handleGroupChange(e,o),onTypeChange:e=>this.handleTypeChange(e,o)}))})}}Object(i.a)(Mi,"defaultProps",{rules:[],rulesList:[],onChange:v.default.noop});var Wi=Mi;function Ii(e){const[t,o]=Object(l.useState)([]),[n,a]=Object(l.useState)(!0);return Object(l.useEffect)(()=>{!async function(){a(!0);const e=(await Object(pe.q)()||[]).map(({items:e})=>e).flat();a(!1),o(e)}()},[]),Object(l.useEffect)(()=>{null!==e&&t.length&&async function(){const n=function(e){return e.reduce((e,t)=>(e.find(({appliedFor:e,entityType:o})=>e===t.appliedFor&&o===t.entityType)||e.push(t),e),[])}(e);let a=t;n.forEach(async n=>{const r=ki(t,n),i=n.appliedFor,l=t[r]&&t[r].items;if([Ei.c,Ei.a,Ei.d].includes(i)&&!l){let t=[];switch(i){case Ei.c:case Ei.d:{const{posts:e}=await Object(pe.v)(n.entityType);t=e.map(({ID:e,title:t})=>({title:t,value:e}));break}case Ei.a:t=(await Object(pe.F)(n.entityType)).map(({name:e,term_id:t})=>({title:e,value:t}));break}a=Object(tt.setIn)(a,[r,"items"],t),o(function(e,t){if(!t.length)return t;let o=t;return e.forEach(e=>{const n=ki(t,e);if(-1!==n)if(e.appliedFor!==Ei.c&&e.appliedFor!==Ei.a)o=Object(tt.setIn)(o,[n,"disabled"],!0);else{const{items:t}=o[n];if(t&&e.entityValues.length){const a=t.findIndex(({value:t})=>e.entityValues.includes(t));-1!==a&&(o=Object(tt.setIn)(o,[n,"items",a,"disabled"],!0))}}}),o}(e,a))}})}()},[e,t]),[n,t]}var Ni=o(53);var Ai=e=>{const{value:t=[],asyncGetValue:o,onClose:n=v.noop,onChange:a=v.noop}=e,[r,i]=Object(l.useState)(t),[c,d]=Object(l.useState)(!1),[u,p]=Object(l.useState)(null),[b,m]=Ii(r),h=Object(no.d)(so.C);return Object(l.useEffect)(()=>{o&&async function(e){let t=await e();A.c&&!t?t=[{type:1,appliedFor:null,entityType:"",entityValues:[]}]:t||(t=[]),i(t)}(o)},[]),s.a.createElement(s.a.Fragment,null,b?s.a.createElement("div",{className:"brz-ed-popup-conditions__spin"},s.a.createElement(F.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin"})):s.a.createElement(st.a,{style:{overflow:"hidden",height:"350px"},className:"brz-ed-scroll--medium brz-ed-scroll--new-dark"},null!==r&&s.a.createElement(Wi,{rules:r,rulesList:m,onChange:function(e){A.h&&i(e)}}),s.a.createElement("div",{className:"brz-ed-popup-conditions__add-condition",onClick:function(){if(A.h){const e=f.a.getAll(),t={type:1,appliedFor:Ei.c,entityType:"page",entityValues:[]};Object(Ni.e)(h)&&(t.entityType=h.collectionType.id),Object(Ni.c)(e)&&Object(Ni.b)(e)&&Object(Ni.f)(e)&&(t.entityType=Ei.b),co.b&&(t.appliedFor=null,t.entityType=""),i([...r,t])}}},s.a.createElement(F.b,{icon:"nc-add"})," ",Object(ie.a)("Add new display condition"))),u&&s.a.createElement("div",{className:"error"},u),s.a.createElement(wi,{loading:c,onChange:function(){A.h&&(d(!0),p(null),a({data:{rules:Hi(r)},meta:{syncSuccess:()=>d(!1),syncFail:e=>{var t,o;d(!1),p(null!==(t=null===(o=e.responseJSON)||void 0===o?void 0:o.data.message)&&void 0!==t?t:Object(ie.a)("Something went wrong"))}}}))},onClose:n}))};function Vi(e){const{className:t,type:o="text",placeholder:n="",value:a="",onChange:r=(()=>{})}=e,i=g()("brz-input",t);return s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:i,type:o,placeholder:n,value:a,onChange:({target:{value:e}})=>r(e)}))}function Di(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function $i(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Di(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Di(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Gi(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ui(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Gi(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Gi(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Ki(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Yi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ki(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ki(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const qi={search_engines:"Any Search Engine",bing:"Bing",yandex:"Yandex",yahoo:"Yahoo",baidu:"Baidu","so.com":"So.com","360.cn":"360.cn",aol:"AOL",duckduckgo:"DuckDuckGo","ask.com":"Ask.com","mail.ru":"Mail.ru",sogou:"Sogou"},Xi={social_networks:"Any Social Networks",facebook:"Facebook",pinterest:"Pinterest",twitter:"Twitter",linkedin:"LinkedIn"},Zi={external:"External Links",internal:"Internal Links"};function Ji(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Qi(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ji(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ji(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function el(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function tl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?el(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):el(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}o(325);function ol(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function nl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ol(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ol(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function al(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function rl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?al(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):al(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function il(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ll(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?il(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):il(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function sl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function cl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?sl(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):sl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function dl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ul(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?dl(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):dl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const pl={android:"Android",bada:"Bada",blackberry:"BlackBerry OS",chromeOs:"Chrome OS",firefoxOs:"Firefox OS",ios:"IOS",linux:"Linux",mac:"Mac OS",windows:"Windows"};function bl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ml(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?bl(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):bl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function hl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function gl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?hl(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):hl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var vl=[{id:"pageLoad",title:"On Page Load",type:"number",placeholder:"After (sec)",Component:Vi},{id:"scrolling",title:"On Scroll",defaultValue:{value:"down",within:"",toElement:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:e=>o($i($i({},t),{},{value:e}))},s.a.createElement(S.a,{key:"down",value:"down"},"Down"),s.a.createElement(S.a,{key:"up",value:"up"},"Up"),s.a.createElement(S.a,{key:"toElement",value:"toElement"},"To element")),"down"===t.value&&s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"number",placeholder:"% of page height",value:t.within,onChange:({target:{value:e}})=>o($i($i({},t),{},{within:e}))})),"toElement"===t.value&&s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:".my-class",value:t.toElement||"",onChange:({target:{value:e}})=>o($i($i({},t),{},{toElement:e}))})))}},{id:"click",title:"On Click",type:"number",placeholder:"clicks",Component:Vi},{id:"inactivity",title:"After Inactivity",type:"number",placeholder:"After (sec)",Component:Vi},{id:"exitIntent",title:"On Page Exit Intent",defaultValue:!0},{id:"showing",title:"Show After X",defaultValue:{value:"views",type:"equals",views:5,sessions:3},duplicatesAmount:2,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:e=>o(Ui(Ui({},t),{},{value:e}))},s.a.createElement(S.a,{key:"views",value:"views"},"viewed pages"),s.a.createElement(S.a,{key:"sessions",value:"sessions"},"Sessions")),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(Ui(Ui({},t),{},{type:e}))},s.a.createElement(S.a,{key:"is fewer",value:"is fewer"},"is fewer than"),s.a.createElement(S.a,{key:"equals",value:"equals"},"equals"),s.a.createElement(S.a,{key:"is more",value:"is more"},"is more than")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"number",placeholder:"Number of",value:t[t.value],onChange:({target:{value:e}})=>o(Ui(Ui({},t),{},{[t.value]:e}))})))}},{id:"referrer",title:"Arriving From",defaultValue:{type:"is",value:"show",url:"",source:"search_engines"},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:e=>o(Yi(Yi({},t),{},{value:e}))},s.a.createElement(S.a,{key:"show",value:"show"},"Show"),s.a.createElement(S.a,{key:"hide",value:"hide"},"Hide"),s.a.createElement(S.a,{key:"regex",value:"regex"},"Regex"),s.a.createElement(S.a,{key:"source",value:"source"},"Source")),"source"===t.value?[s.a.createElement(O.a,{key:"type",className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(Yi(Yi({},t),{},{type:e}))},s.a.createElement(S.a,{key:"is",value:"is"},"is"),s.a.createElement(S.a,{key:"is not",value:"is not"},"is not")),s.a.createElement(O.a,{className:"brz-control__select--light",key:"source",itemHeight:30,defaultValue:t.source,onChange:e=>o(Yi(Yi({},t),{},{source:e}))},s.a.createElement(zi.a,{key:"Organic",title:"Organic",items:n(qi)},s.a.createElement("span",{className:"brz-span"},"Organic")),s.a.createElement(zi.a,{key:"Social Networks",title:"Social Networks",items:n(Xi)},s.a.createElement("span",{className:"brz-span"},"Networks")),s.a.createElement(zi.a,{key:"Other",title:"Other",items:n(Zi)},s.a.createElement("span",{className:"brz-span"},"Other")))]:s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:"URL",value:t.url,onChange:({target:{value:e}})=>o(Yi(Yi({},t),{},{url:e}))})));function n(e){return Object.entries(e).map(([e,t])=>s.a.createElement(S.a,{key:e,value:e},t))}}},{id:"loggedIn",title:"Hide for logged in users",defaultValue:{value:"all",user:void 0},duplicatesAmount:1/0,Component:function(e){const{value:t={},onChange:o=(()=>{})}=e,{availableRoles:n}=f.a.get("wp");let a=null;return"custom"===t.value&&(a=Array.isArray(n)&&n.length?s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.user,onChange:e=>o(Qi(Qi({},t),{},{user:e}))},n.map(({role:e,name:t})=>s.a.createElement(S.a,{key:e,value:e},t))):s.a.createElement("span",null,"There are no available users. Add user first")),s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:function(e){var t;const a="all"===e?{value:e}:{value:e,user:null==n||null===(t=n[0])||void 0===t?void 0:t.role};o(a)}},s.a.createElement(S.a,{key:"all",value:"all"},"All users"),s.a.createElement(S.a,{key:"custom",value:"custom"},"Custom")),a)}},{id:"devices",title:"Show on devices",defaultValue:"desktop",duplicatesAmount:3,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t,onChange:e=>o(e)},s.a.createElement(S.a,{key:"desktop",value:"desktop"},"Desktop"),s.a.createElement(S.a,{key:"tablet",value:"tablet"},"Tablet"),s.a.createElement(S.a,{key:"mobile",value:"mobile"},"Mobile")))}},{id:"currentUrl",title:"Current Page URL",defaultValue:{type:"matches",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(tl(tl({},t),{},{type:e}))},s.a.createElement(S.a,{key:"matches",value:"matches"},"matches"),s.a.createElement(S.a,{key:"contains",value:"contains"},"contains"),s.a.createElement(S.a,{key:"does not contain",value:"does not contain"},"does not contain"),s.a.createElement(S.a,{key:"does not match",value:"does not match"},"does not match")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:"URL",value:t.value,onChange:({target:{value:e}})=>o(tl(tl({},t),{},{value:e}))})))}},{id:"currentDate",title:"Current Date",defaultValue:{type:"matches",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e,n=(new Date).toJSON().slice(0,10).split("-").reverse().join("/");return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(nl(nl({},t),{},{type:e}))},s.a.createElement(S.a,{key:"before",value:"before"},"is before"),s.a.createElement(S.a,{key:"matches",value:"matches"},"matches"),s.a.createElement(S.a,{key:"after",value:"after"},"is after")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:n,value:t.value,onChange:({target:{value:e}})=>o(nl(nl({},t),{},{value:e}))})))}},{id:"lastVisitDate",title:"Last Visit Date",defaultValue:{type:"matches",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e,n=(new Date).toJSON().slice(0,10).split("-").reverse().join("/");return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(rl(rl({},t),{},{type:e}))},s.a.createElement(S.a,{key:"before",value:"before"},"is before"),s.a.createElement(S.a,{key:"matches",value:"matches"},"matches"),s.a.createElement(S.a,{key:"after",value:"after"},"is after")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:n,value:t.value,onChange:({target:{value:e}})=>o(rl(rl({},t),{},{value:e}))})))}},{id:"timeFrom",title:"Time From",defaultValue:{type:"greater",visit:"first",time:"days",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.visit,onChange:e=>o(ll(ll({},t),{},{visit:e}))},s.a.createElement(S.a,{key:"first",value:"first"},"the first visit"),s.a.createElement(S.a,{key:"last",value:"last"},"the last visit")),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(ll(ll({},t),{},{type:e}))},s.a.createElement(S.a,{key:"greater",value:"greater"},"is greater than"),s.a.createElement(S.a,{key:"less",value:"less"},"is less than")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"number",placeholder:"Number of",value:t.value,onChange:({target:{value:e}})=>o(ll(ll({},t),{},{value:e}))})),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.time,onChange:e=>o(ll(ll({},t),{},{time:e}))},s.a.createElement(S.a,{key:"days",value:"days"},"days"),s.a.createElement(S.a,{key:"hours",value:"hours"},"hours")))}},{id:"cookie",title:"Cookie",defaultValue:{type:"matches",param:"",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:"param",value:t.param,onChange:({target:{value:e}})=>o(cl(cl({},t),{},{param:e}))})),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(cl(cl({},t),{},{type:e}))},s.a.createElement(S.a,{key:"matches",value:"matches"},"matches"),s.a.createElement(S.a,{key:"contains",value:"contains"},"contains"),s.a.createElement(S.a,{key:"does not contain",value:"does not contain"},"does not contain"),s.a.createElement(S.a,{key:"does not match",value:"does not match"},"does not match")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:"value",value:t.value,onChange:({target:{value:e}})=>o(cl(cl({},t),{},{value:e}))})))}},{id:"os",title:"Operating System",defaultValue:{type:"is",value:"windows"},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(ul(ul({},t),{},{type:e}))},s.a.createElement(S.a,{key:"is",value:"is"},"is"),s.a.createElement(S.a,{key:"is not",value:"is not"},"is not")),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:e=>o(ul(ul({},t),{},{value:e}))},(n=pl,Object.entries(n).map(([e,t])=>s.a.createElement(S.a,{key:e,value:e},t)))));var n}},{id:"otherPopups",title:"No other popup",defaultValue:{type:"was",value:"page"},duplicatesAmount:1,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(ml(ml({},t),{},{type:e}))},s.a.createElement(S.a,{key:"was",value:"was"},"was shown"),s.a.createElement(S.a,{key:"was not",value:"was not"},"was not shown")),s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.value,onChange:e=>o(ml(ml({},t),{},{value:e}))},s.a.createElement(S.a,{key:"page",value:"page"},"on the same page"),s.a.createElement(S.a,{key:"session",value:"session"},"during the session")))}},{id:"specificPopup",title:"Other specific popup",defaultValue:{type:"was",value:""},duplicatesAmount:1/0,Component:function(e){const{value:t="",onChange:o=(()=>{})}=e;return s.a.createElement(s.a.Fragment,null,s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:t.type,onChange:e=>o(gl(gl({},t),{},{type:e}))},s.a.createElement(S.a,{key:"was",value:"was"},"was shown"),s.a.createElement(S.a,{key:"was not",value:"was not"},"was not shown")),s.a.createElement("div",{className:"brz-control__select"},s.a.createElement("input",{className:"brz-input",type:"text",placeholder:"#popup-id",value:t.value,onChange:({target:{value:e}})=>o(gl(gl({},t),{},{value:e}))})))}}];function fl(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function yl(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?fl(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):fl(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class Ol extends s.a.Component{constructor(e){super(e),Object(i.a)(this,"handleChange",()=>{if(A.h){const{values:e,triggerOnce:t}=this.state,o={id:"triggerOnce",active:!0,value:t};this.setState({loading:!0},()=>{const t={syncSuccess:()=>this.setState({loading:!1}),syncFail:()=>this.setState({loading:!1})};this.props.dispatch(Object(qo.P)([...e,o],t))})}}),Object(i.a)(this,"handleTriggerOnceChange",e=>{A.h&&this.setState({triggerOnce:e})}),Object(i.a)(this,"handleWrapperTriggerChange",(e,t)=>{A.h&&this.setState({values:Object(tt.setIn)(this.state.values,[e],yl(yl({},this.state.values[e]),t))})}),Object(i.a)(this,"handleWrapperTriggerRemove",e=>{A.h&&this.setState({values:Object(tt.removeAt)(this.state.values,e)})}),Object(i.a)(this,"handleValueChange",(e,t)=>{A.h&&this.setState({values:Object(tt.setIn)(this.state.values,[e,"value"],t)})}),Object(i.a)(this,"handleAdd",()=>{if(A.h){const{values:e}=this.state,t=this.getAvailableItems();t[0]&&this.setState({values:[...e,{id:t[0].id,active:!0,value:t[0].defaultValue}]})}});const t=e.values.find(({id:e})=>"triggerOnce"===e)||{},o=Object(tt.removeAt)(e.values,e.values.indexOf(t));this.state={triggerOnce:t.value||!1,values:o,loading:!1}}handleTriggerChange(e,t){const{values:o}=this.state,{defaultValue:n}=vl.find(({id:e})=>e===t),a=Object(tt.setIn)(o,[e],yl(yl({},o[e]),{},{id:t,value:n}));this.setState({values:a})}getAvailableItems(e){const{values:t}=this.state;let o=t.reduce((e,{id:t})=>(e[t]?e[t]++:e[t]=1,e),{});return vl.filter(({id:n,duplicatesAmount:a=1})=>{const r=t.find(e=>e.id===n),i=o[n]&&a>o[n];return e===n||i||!r}).sort(({id:e,duplicatesAmount:o=0},{id:n,duplicatesAmount:a=0})=>{const r=t.find(t=>t.id===e),i=t.find(e=>e.id===n);return r?1:i?-1:o>a?1:o<a?-1:0})}renderTriggers(e){const{values:t}=this.state,o=t[e].id,n=this.getAvailableItems(o).map(({id:e,title:t},o)=>s.a.createElement(S.a,{key:o,value:e},t));return s.a.createElement(O.a,{className:"brz-control__select--light",itemHeight:30,defaultValue:o,onChange:t=>this.handleTriggerChange(e,t)},n)}render(){const{values:e,triggerOnce:t}=this.state,o=e.map((e,t)=>{const o=vl.find(({id:t})=>t===e.id)||{},{Component:n}=o,a=Object(x.a)(o,["Component"]),r=n?s.a.createElement(n,Object(C.a)({},a,e,{onChange:e=>this.handleValueChange(t,e)})):null;return s.a.createElement(Ti,{showTypeButton:!1,key:t,active:e.active,onChange:e=>this.handleWrapperTriggerChange(t,e),onRemove:()=>this.handleWrapperTriggerRemove(t)},this.renderTriggers(t),r)});return s.a.createElement(s.a.Fragment,null,s.a.createElement("div",{className:"brz-ed-popup-conditions__trigger-once"},s.a.createElement("div",null,Object(ie.a)("Trigger Popup Only Once")),s.a.createElement(et.a,{defaultValue:t,onChange:this.handleTriggerOnceChange})),s.a.createElement(st.a,{style:{overflow:"hidden",height:"350px"},className:"brz-ed-scroll--medium brz-ed-scroll--new-dark"},o,s.a.createElement("div",{className:"brz-ed-popup-conditions__add-condition",onClick:this.handleAdd},s.a.createElement(F.b,{icon:"nc-add"})," ",Object(ie.a)("Add new trigger condition"))),s.a.createElement(wi,{loading:this.state.loading,onChange:this.handleChange,onClose:this.props.onClose}))}}var Sl={rules:Ai,triggers:Object(no.b)(e=>({values:Object(so.N)(e)}),e=>({dispatch:e}))(Ol)};const xl=f.a.get("urls");class Cl extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{activeTab:this.props.options[0].type}),Object(i.a)(this,"handleTabChange",e=>this.setState({activeTab:e}))}renderIcons(){const{options:e}=this.props,{activeTab:t}=this.state;return e.map(e=>{const o=g()("brz-ed-popup-tab-item","brz-ed-popup-tab-item-conditions",{active:t===e.type});return s.a.createElement("div",{key:e.type,className:o,onClick:()=>this.handleTabChange(e.type)},s.a.createElement("div",{className:"brz-ed-popup-tab-icon"},s.a.createElement(F.b,{icon:e.icon})),s.a.createElement("div",{className:"brz-ed-popup-tab-name"},e.label))})}renderProException(){return s.a.createElement("div",{className:"brz-ed-alert brz-ed-alert-pro brz-mb-lg-0"},s.a.createElement("span",{className:"brz-span"},Object(ie.a)("Block conditions are available only in PRO")),s.a.createElement("a",{className:"brz-ed-btn brz-ed-btn-width-2 brz-ed-btn-sm brz-ed-btn-icon brz-ed-btn-icon--left brz-ed-btn-rounded brz-ed-btn-pro",rel:"noopener noreferrer",href:xl.upgradeToPro,target:"_blank"},s.a.createElement(F.b,{icon:"nc-lock"}),Object(ie.a)("Get a PRO plan")))}render(){const{options:e,opened:t,onClose:o}=this.props,{activeTab:n}=this.state,a=Sl[n],r=e.find(({type:e})=>e===n),{type:i,icon:l,label:c,title:d}=r,u=Object(x.a)(r,["type","icon","label","title"]);return s.a.createElement(y.a,{opened:t,onClose:o},s.a.createElement("div",{className:"brz-ed-popup-wrapper"},s.a.createElement("div",{className:"brz-ed-popup-header"},s.a.createElement("div",{className:"brz-ed-popup-header__tabs"},this.renderIcons()),s.a.createElement("div",{className:"brz-ed-popup-btn-close",onClick:o})),s.a.createElement("div",{className:"brz-ed-popup-content brz-ed-popup-pane brz-ed-popup-icons"},s.a.createElement("div",{className:"brz-ed-popup-body"},!A.h&&this.renderProException(),s.a.createElement("div",{className:g()("brz-ed-popup-conditions",{"brz-ed-popup-conditions__free":!A.h})},s.a.createElement("div",{className:"brz-ed-popup-conditions__head"},s.a.createElement("h3",null,d)),s.a.createElement("div",{className:"brz-ed-popup-conditions__body"},s.a.createElement(a,Object(C.a)({},u,{onClose:o}))))))))}}Object(i.a)(Cl,"defaultProps",{options:[],onChange:()=>{},onClose:()=>{}});const jl={updateAuthorization:nn.v,updateSyncAllowed:nn.E},Pl=Object(no.b)(null,jl),Bl=Boolean(f.a.get("wp")),wl=[{title:"username",name:"username",required:!0},{title:"password",name:"password",type:"password",required:!0}];class Tl extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{data:null,loading:!0,nextLoading:!1,prevLoading:!1,recoverLoading:!1,notice:null,formData:{username:"",password:"",recoverEmail:""}}),Object(i.a)(this,"handleChange",(e,t)=>{void 0!==this.state.formData[e]&&this.setState(Object(c.a)(o=>{o.formData[e]=t}))}),Object(i.a)(this,"handleConnect",()=>{const{username:e,password:t}=this.state.formData,{onSuccess:o,onClose:n,updateAuthorization:a,updateSyncAllowed:r}=this.props;this.setState({notice:null,nextLoading:!0}),e&&e.trim()&&t&&t.trim()?(e=>{const{hash:t,url:o,cloudSignIn:n}=f.a.get("wp").api,a=f.a.get("editorVersion"),r=He(o,{hash:t,version:a,action:n});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(e)}).then(Fe).then(e=>e)})({password:t,email:e}).then(e=>{if(!e.status||e.status>=400)throw e;a("connected"),Object(dn.b)("connected"),Bl&&sn().then(e=>{const{status:t,data:o}=e||{};!t||t>=400?console.warn("Something went wrong",e):null!=o&&o.isSyncAllowed&&r(!0)}),o&&o(),n&&n()}).catch(e=>{this.setState({nextLoading:!1,notice:{message:Object(ie.a)("Incorrect username or password"),type:"error"}})}):this.setState({nextLoading:!1,notice:{message:Object(ie.a)("Incorrect username or password"),type:"error"}})}),Object(i.a)(this,"handleSkip",async()=>{const{onSkip:e,onClose:t,updateAuthorization:o}=this.props;this.setState({prevLoading:!0}),await Object(pe.I)(),this.setState({prevLoading:!1}),o("pending"),Object(dn.b)("pending"),e&&e(),t&&t()}),Object(i.a)(this,"handleRecover",async()=>{const{recoverEmail:e}=this.state.formData;this.setState({notice:null,recoverLoading:!0}),Ie(e)?e&&e.trim()?(e=>{const{hash:t,url:o,cloudResetPassword:n}=f.a.get("wp").api,a=f.a.get("editorVersion"),r=He(o,{hash:t,version:a,action:n});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify({email:e})}).then(Fe).then(e=>e)})(e).then(e=>{if(!e.status||e.status>=400)throw e;this.setState({recoverLoading:!1,notice:{message:Object(ie.a)("Check your email address"),type:"success"}})}).catch(e=>{this.setState({recoverLoading:!1,notice:{message:Object(ie.a)("Failed to reset password"),type:"error"}})}):(await Object(pe.I)(),this.setState({recoverLoading:!1,notice:{message:Object(ie.a)("Email to recover password cannot be empty"),type:"error"}})):this.setState({recoverLoading:!1,notice:{message:Object(ie.a)("The email address format is not valid"),type:"error"}})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),{cloudAuthorization:o}=await t.json(),{onLoading:n}=this.props;this.setState({data:o,loading:!1}),n&&n(!1)}renderLoading(){return s.a.createElement(he,null)}renderNotice(){const{notice:e}=this.state;if(null!==e){const{message:t,type:o}=e;return s.a.createElement(be,{message:t,type:o})}}renderContent(){if(this.state.data){const{data:{img:e,signInDescription:t},formData:{recoverEmail:o},notice:n,nextLoading:a,prevLoading:r,recoverLoading:i}=this.state;return s.a.createElement(B.a,{className:"brz-text-lg-center"},s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-head"},s.a.createElement("img",{className:"brz-img",src:e,alt:"Brizy"}),s.a.createElement("p",{className:"brz-p"},t)),s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-body"},n&&this.renderNotice(),wl.map(({title:e,name:t,required:o,type:n="text"},a)=>s.a.createElement(Ye,{key:a,title:e,type:n,value:this.state.formData[t]||"",required:o,onChange:({target:e})=>{this.handleChange(t,e.value)}})),s.a.createElement("div",{className:"brz-ed-popup-authorization__buttons"},s.a.createElement(Ge,{color:"teal",loading:a,onClick:this.handleConnect},Object(ie.a)("Connect")),s.a.createElement(Ge,{color:"default",loading:r,onClick:this.handleSkip},Object(ie.a)("Skip"))),s.a.createElement(Ye,{title:"Email to recover password",icon:"nc-right-arrow-tail",loading:i,value:o||"",onChange:({target:e})=>{this.handleChange("recoverEmail",e.value)},onClickIcon:this.handleRecover})))}}render(){const e=g()("brz-ed-popup-authorization",this.props.className);return s.a.createElement("div",{className:e},this.state.loading?this.renderLoading():this.renderContent())}}Object(i.a)(Tl,"defaultProps",{className:"",onSuccess:v.noop,onSkip:v.noop,onClose:v.noop,onLoading:v.noop});var zl=Pl(Tl);const El=Boolean(f.a.get("wp")),kl=[{title:"email",name:"email",required:!0},{title:"password",name:"password",type:"password",required:!0},{title:"Confirm Password",name:"confirmPassword",type:"password",required:!0}],Hl={updateAuthorization:nn.v,updateSyncAllowed:nn.E},Fl=Object(no.b)(null,Hl);class _l extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{data:null,notice:null,nextLoading:!1,loading:!0,formData:{email:"",password:"",confirmPassword:""}}),Object(i.a)(this,"handleChange",(e,t)=>{void 0!==this.state.formData[e]&&this.setState(Object(c.a)(o=>{o.formData[e]=t}))}),Object(i.a)(this,"handleConnect",async()=>{const{onSuccess:e,onClose:t,updateAuthorization:o,updateSyncAllowed:n}=this.props,{email:a,password:r,confirmPassword:i}=this.state.formData;Ie(a)?r===i?(this.setState({notice:null,nextLoading:!0}),null!=a&&a.trim()&&null!=r&&r.trim()&&null!=i&&i.trim()?(e=>{const{hash:t,url:o,cloudSignUp:n}=f.a.get("wp").api,a=f.a.get("editorVersion"),r=He(o,{hash:t,version:a,action:n});return Object(pe.L)(r,{method:"POST",headers:{"Content-Type":"application/json; charset=utf-8"},body:JSON.stringify(e)}).then(Fe).then(e=>e)})({email:a,password:r,confirmPassword:i}).then(a=>{if(!a.status||a.status>=400)throw a;o("connected"),Object(dn.b)("connected"),El&&sn().then(e=>{const{status:t,data:o}=e||{};!t||t>=400?console.warn("Something went wrong",e):null!=o&&o.isSyncAllowed&&n(!0)}),e&&e(),t&&t()}).catch(e=>{this.setState({nextLoading:!1,notice:{message:Object(ie.a)("Incorrect username or password"),type:"error"}})}):this.setState({nextLoading:!1,notice:{message:Object(ie.a)("All fields cannot be empty"),type:"error"}})):this.setState({nextLoading:!1,notice:{message:Object(ie.a)("Password and confirm password is not the same"),type:"error"}}):this.setState({nextLoading:!1,notice:{message:Object(ie.a)("The email address format is not valid"),type:"error"}})})}async componentDidMount(){const e=Object(ue.a)("integrations.json"),t=await fetch(e),{cloudAuthorization:o}=await t.json(),{onLoading:n}=this.props;this.setState({data:o,loading:!1}),n&&n(!1)}renderLoading(){return s.a.createElement(he,null)}renderNotice(){const{notice:e}=this.state;if(e){const{message:t,type:o}=e;return s.a.createElement(be,{message:t,type:o})}}renderContent(){if(this.state.data){var e;const{data:{img:t,signUpDescription:o},nextLoading:n}=this.state,a=f.a.getAll(),r=Object(yn.a)(a)&&Object(Ni.c)(a)&&a.urls.favicon||t,i=(null===(e=Object(yn.a)(a))||void 0===e?void 0:e.brandingName)||"Brizy";return s.a.createElement(B.a,{className:"brz-text-lg-center"},s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-head"},s.a.createElement("img",{className:"brz-img",src:r,alt:i}),s.a.createElement("p",{className:"brz-p"},o)),s.a.createElement("div",{className:"brz-ed-popup-integrations__connect-body"},this.renderNotice(),kl.map(({title:e,name:t,required:o,type:n="text"},a)=>s.a.createElement(Ye,{key:a,title:e,type:n,value:this.state.formData[t]||"",required:o,onChange:({target:e})=>{this.handleChange(t,e.value)}})),s.a.createElement("div",{className:"brz-ed-popup-authorization__buttons"},s.a.createElement(Ge,{color:"teal",loading:n,onClick:this.handleConnect},Object(ie.a)("Create Account & Connect")))))}}render(){const e=g()("brz-ed-popup-authorization",this.props.className);return s.a.createElement("div",{className:e},this.state.loading?this.renderLoading():this.renderContent())}}Object(i.a)(_l,"defaultProps",{className:"",onSuccess:v.noop,onSkip:v.noop,onClose:v.noop,onLoading:v.noop});var Rl=Fl(_l);const Ll=[{id:"signIn",title:Object(ie.a)("Cloud"),icon:"nc-upload",component:zl},{id:"signUp",title:Object(ie.a)("SignUp"),icon:"nc-add",component:Rl}];var Ml=({opened:e,onClose:t})=>s.a.createElement(de,{opened:e,tabs:Ll,currentTab:"signIn",onClose:t});const Wl=({space:e})=>s.a.createElement("div",{style:{paddingBottom:e}}),Il=e=>{const{head:t,loading:o,error:n,children:a,spacing:r=!0,height:i=!0,footer:l,inlineFooter:c}=e,d=g()("brz-ed-popup-content",{"brz-ed-popup-content--spacing":r,"brz-ed-popup-content--height":i}),u=g()("brz-ed-popup-content__footer",{"brz-ed-popup-content__footer--inline":c});return o?s.a.createElement("div",{className:d},s.a.createElement(he,null)):s.a.createElement("div",{className:d},t&&s.a.createElement(s.a.Fragment,null,s.a.createElement("div",{className:"brz-ed-popup-content__head"},s.a.createElement("p",{className:"brz-p"},s.a.createElement("strong",{className:"brz-strong"},t)),s.a.createElement(Wl,{space:"19px"}))),n&&s.a.createElement(be,{message:n,type:"error"}),s.a.createElement(B.a,{autoHeight:!0,autoHeightMax:"100%",style:{height:"auto"}},a),l&&s.a.createElement(s.a.Fragment,null,s.a.createElement(Wl,{space:"35px"}),s.a.createElement("div",{className:u},l)))},Nl=({id:e,active:t,icon:o,title:n,onClick:a,onClose:r})=>{const i=Object(l.useCallback)(()=>null==a?void 0:a(e),[a,e]);return s.a.createElement(s.a.Fragment,null,s.a.createElement("div",{onClick:i,className:g()("brz-ed-popup-tab-item",{active:t})},s.a.createElement("div",{className:"brz-ed-popup-tab-icon"},s.a.createElement(F.b,{icon:o})),s.a.createElement("div",{className:"brz-ed-popup-tab-name"},n)),s.a.createElement("div",{className:"brz-ed-popup-btn-close",onClick:r}))},Al=({tabs:e,onClose:t})=>s.a.createElement("div",{className:"brz-ed-popup-header"},e.map(e=>s.a.createElement(Nl,Object(C.a)({key:e.id},e,{onClose:t}))));let Vl;var Dl;(Dl=Vl||(Vl={})).page="page-tab",Dl.settings="settings-tab";const $l=[{id:Vl.page,icon:"nc-eye-17",title:Object(ie.a)("Page")},{id:Vl.settings,icon:"nc-settings",title:Object(ie.a)("Settings")}],Gl=({children:e,label:t,required:o})=>s.a.createElement("div",{className:"brz-ed-popup-integrations-step__fields-option brz-d-xs-flex brz-align-items-xs-center brz-justify-content-xs-between"},s.a.createElement("p",{className:"brz-p"},t,o?s.a.createElement("strong",{className:"brz-strong brz--required"},"*"):null),s.a.createElement("div",{className:"brz-ed-popup-integrations-step__field"},e)),Ul=({headTitle:e,inlineFooter:t,footer:o,value:n,error:a,onChange:r,layouts:i})=>{const c=Object(l.useMemo)(()=>i.map(({id:e,title:t})=>s.a.createElement(S.a,{key:e,value:e},t)),[i]);return s.a.createElement(Il,{head:e,inlineFooter:t,footer:o,error:a},s.a.createElement(Gl,{label:Object(ie.a)("Page Layout"),required:!0},s.a.createElement(O.a,{className:"brz-control__select--white",maxItems:"6",itemHeight:"30",inPortal:!0,defaultValue:n,onChange:r},c)))},Kl=({value:e,onChange:t,placeholder:o})=>{const n=Object(l.useCallback)(e=>t(e.target.value),[t]);return s.a.createElement(Gl,{label:Object(ie.a)("Page Title"),required:!0},s.a.createElement("input",{className:"brz-input",required:!0,type:"text",value:e,onChange:n,placeholder:o}))},Yl=e=>({payload:e,type:"Ready"}),ql=e=>({payload:e,type:"Saving"});let Xl;!function(e){e.FetchError="FetchError",e.FetchSuccess="FetchSuccess",e.Save="Save",e.SaveError="SaveError",e.SaveSuccess="SaveSuccess",e.Cancel="Cancel",e.Canceled="Canceled",e.SwitchTab="SwitchTab"}(Xl||(Xl={}));const Zl=()=>({type:Xl.Save}),Jl=e=>({payload:e,type:Xl.SwitchTab}),Ql=()=>({type:Xl.Cancel});var es=o(672),ts=o(675),os=o(563),ns=o(936),as=o(937),rs=o(943);function is(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ls(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?is(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):is(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const ss=(e,t,o,n)=>{const[a,r]=Object(l.useReducer)(e,{payload:{activeTab:Vl.page},type:"Loading"});return Object(l.useEffect)(()=>{const e=Object(es.a)(t()).pipe(Object(os.a)(e=>(e=>({type:Xl.FetchSuccess,payload:e}))(ls(ls({},e),{},{activeTab:Vl.page}))),Object(ns.a)(()=>Object(ts.a)({type:Xl.FetchError}))).subscribe(r);return()=>null==e?void 0:e.unsubscribe()},["Loading"===a.type]),Object(l.useEffect)(()=>{let e;return"Saving"===a.type&&(e=Object(es.a)(o(a.payload)).pipe(Object(as.a)({type:Xl.SaveSuccess}),Object(ns.a)(()=>Object(ts.a)({type:Xl.SaveError}))).subscribe(r)),()=>{var t;return null===(t=e)||void 0===t?void 0:t.unsubscribe()}},["Saving"===a.type]),Object(l.useEffect)(()=>{let e;return"Canceling"===a.type&&(e=Object(ts.a)(1).pipe(Object(rs.a)(650),Object(as.a)({type:Xl.Canceled})).subscribe(r)),()=>{var t;return null===(t=e)||void 0===t?void 0:t.unsubscribe()}},["Canceling"===a.type]),Object(l.useEffect)(()=>{"Canceled"===a.type&&n()},["Canceled"===a.type]),[a,r]};function cs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ds(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?cs(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):cs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const us=e=>Object.values(Xl).includes(e.type),ps=e=>!us(e),bs=(e,t)=>(o,n)=>Object(Qe.match)([us,e=>{switch(e.type){case Xl.FetchError:return"Loading"===o.type?{type:"Err",payload:ds(ds({},o.payload),{},{message:Object(ie.a)("Something went wrong")})}:o;case Xl.FetchSuccess:return"Loading"===o.type?Yl(ds(ds({},e.payload),{},{activeTab:o.payload.activeTab})):o;case Xl.Save:if("Ready"!==o.type)return o;{const e=t(o.payload);switch(e.type){case"left":return Yl(e.value);case"right":return ql(e.value)}}case Xl.SaveError:return"Saving"===o.type?Yl(ds(ds({},o.payload),{},{error:Object(ie.a)("Something went wrong")})):o;case Xl.SaveSuccess:return"Saving"===o.type?Yl(o.payload):o;case Xl.SwitchTab:return"Ready"===o.type?Yl(ds(ds({},o.payload),{},{activeTab:e.payload})):"Saving"===o.type?ql(ds(ds({},o.payload),{},{activeTab:e.payload})):o;case Xl.Cancel:switch(o.type){case"Loading":case"Err":case"Canceling":return o;case"Ready":case"Saving":return(e=>({payload:e,type:"Canceling"}))(o.payload)}case Xl.Canceled:return"Canceling"===o.type?(e=>({payload:e,type:"Canceled"}))(o.payload):o}}],[ps,t=>{switch(o.type){case"Loading":case"Err":case"Saving":case"Canceling":case"Canceled":return o;case"Ready":return Yl(e(o.payload,t))}}])(n),ms=e=>({type:"left",value:e}),hs=e=>({type:"right",value:e});var gs=o(180);function vs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function fs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?vs(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):vs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const ys=bs((e,t)=>{var o;switch(t.type){case"SetLayout":return fs(fs({},e),{},{layout:t.payload});case"SetBlog":return fs(fs({},e),{},{selected:null!==(o=e.items.find(e=>e.id===t.payload))&&void 0!==o?o:e.selected});case"SetTitle":return fs(fs({},e),{},{title:t.payload})}},e=>{const{title:t,selected:o}=e;return t&&gs.a(t)?o?hs({title:t,items:e.items,selected:o,activeTab:e.activeTab,layout:e.layout,layouts:e.layouts,error:void 0}):ms(fs(fs({},e),{},{error:Object(ie.a)("You must be have one selected item")})):ms(fs(fs({},e),{},{error:Object(ie.a)("You must specify a title")}))}),Os=e=>!!e.length,Ss=e=>e.templates.map(({id:e})=>({title:e,id:e}));function xs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Cs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?xs(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):xs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var js=o(125);function Ps(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Bs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ps(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ps(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const ws=bs((e,t)=>{switch(t.type){case"SetLayout":return Bs(Bs({},e),{},{layout:t.payload});case"SetRules":return Bs(Bs({},e),{},{items:e.items.map(e=>Bs(Bs({},e),{},{selected:t.payload.includes(e.id.toString())}))});case"SetTitle":return Bs(Bs({},e),{},{title:t.payload})}},e=>{const{title:t,items:o}=e;return t&&gs.a(t)?o.filter(e=>e.selected).length?hs({title:t,items:e.items,activeTab:e.activeTab,layout:e.layout,layouts:e.layouts,error:void 0}):ms(Bs(Bs({},e),{},{error:Object(ie.a)("You must be have one selected item")})):ms(Bs(Bs({},e),{},{error:Object(ie.a)("You must specify a title")}))});function Ts(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function zs(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Ts(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Ts(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Es(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ks(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Es(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Es(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Hs=bs((e,t)=>{switch(t.type){case"SetLayout":return ks(ks({},e),{},{layout:t.payload});case"SetTitle":return ks(ks({},e),{},{title:t.payload})}},e=>{const{title:t}=e;return t&&gs.a(t)?hs({title:t,activeTab:e.activeTab,layout:e.layout,layouts:e.layouts,error:void 0}):ms(ks(ks({},e),{},{error:Object(ie.a)("You must specify a title")}))});function Fs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function _s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Fs(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Fs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}function Rs(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function Ls(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?Rs(Object(o),!0).forEach((function(t){Object(i.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):Rs(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const Ms={icon:ne,apps:At,blocks:En,form:Ar,keyHelper:Dr,fonts:Bi,conditions:Cl,authorization:Ml,pageRules:e=>{const{headTitle:t,pageTitle:o,opened:n,selectedLayout:a,onClose:r,onSave:i}=e,c=Object(no.c)(),d=Object(l.useCallback)(({items:e,title:t,layout:o})=>(c(Object(nn.A)(o)),c(Object(nn.C)(t)),i().then(()=>Object(pe.shopifySyncRules)(e.filter(e=>e.selected),t)).then(()=>{})),[c]),u=Object(l.useCallback)(async()=>{const e=f.a.getAll();if(Object(Ni.c)(e)&&Object(Ni.g)(e)){const n=Object(pe.getPageRelations)(e).then(e=>e.map(e=>e.id)),r=Object(pe.k)(e.templateType.id),i=await Promise.all([r,n]).then(([e,t])=>e.map(e=>zs(zs({},e),{},{selected:t.includes(e.id)}))),l=Ss(e);var t;if(Os(i)&&Os(l))return{items:i,layouts:l,title:o,layout:null!==(t=null==a?void 0:a.value)&&void 0!==t?t:l[0].id,error:void 0}}return Promise.reject()},[]),[p,b]=ss(ws,u,d,r),m=Object(l.useMemo)(()=>s.a.createElement(s.a.Fragment,null,s.a.createElement(Ge,{size:3,loading:"Canceling"===p.type,onClick:()=>b(Ql())},Object(ie.a)("Cancel")),s.a.createElement(Ge,{color:"teal",size:3,loading:"Saving"===p.type,onClick:()=>b(Zl())},Object(ie.a)("Save"))),[b,p.type]);return s.a.createElement(y.a,{opened:n,onClose:r},s.a.createElement("div",{className:"brz-ed-popup-wrapper"},s.a.createElement(Al,{tabs:$l.map(e=>zs(zs({},e),{},{active:e.id===p.payload.activeTab,onClick:e=>b(Jl(e))})),onClose:r}),(()=>{switch(p.type){case"Loading":return s.a.createElement(Il,{head:t,loading:!0});case"Err":return s.a.createElement(Il,{head:t,error:p.payload.message});case"Ready":case"Saving":case"Canceling":case"Canceled":{const{items:e,title:o}=p.payload,n=e.filter(e=>e.selected).reduce((e,t)=>(e[t.id]=!0,e),{}),a=(e=>{switch(e.type){case"Loading":case"Err":case"Saving":return;case"Ready":case"Canceling":case"Canceled":return e.payload.error}})(p);switch(p.payload.activeTab){case Vl.page:return s.a.createElement(Il,{head:t,error:a,inlineFooter:!0,footer:m},s.a.createElement(Kl,{value:null!=o?o:"",onChange:e=>b({payload:e,type:"SetTitle"}),placeholder:Object(ie.a)("Page title")}),s.a.createElement(js.c,{defaultValue:n,onChange:e=>b({payload:Object.entries(e).filter(([,e])=>e).map(([e])=>e),type:"SetRules"})},e.map(e=>s.a.createElement(js.b,{key:e.id,divider:!0,inline:!0,value:e.id,renderIcons:js.a},e.title))));case Vl.settings:return s.a.createElement(Ul,{layouts:p.payload.layouts,headTitle:t,value:p.payload.layout,inlineFooter:!0,footer:m,onChange:e=>b({payload:e,type:"SetLayout"}),error:a})}}}})()))},pageTemplate:e=>{const{headTitle:t,pageTitle:o,selectedLayout:n,opened:a,onClose:r,onSave:i}=e,c=Object(no.c)(),d=Object(l.useCallback)(({title:e,layout:t})=>(c(Object(nn.A)(t)),c(Object(nn.C)(e)),i().then(()=>Object(pe.shopifySyncPage)(e)).then(()=>{})),[c]),u=Object(l.useCallback)(async()=>{const e=f.a.getAll();if(Object(Ni.c)(e)&&Object(Ni.g)(e)){const a=Ss(e);var t;if(Os(a))return{layouts:a,title:o,layout:null!==(t=null==n?void 0:n.value)&&void 0!==t?t:a[0].id,error:void 0}}return Promise.reject()},[]),[p,b]=ss(Hs,u,d,r),m=s.a.createElement(s.a.Fragment,null,s.a.createElement(Ge,{size:3,loading:"Canceling"===p.type,onClick:()=>b(Ql())},Object(ie.a)("Cancel")),s.a.createElement(Ge,{color:"teal",size:3,loading:"Saving"===p.type,onClick:()=>b(Zl())},Object(ie.a)("Save")));return s.a.createElement(y.a,{opened:a,onClose:r},s.a.createElement("div",{className:"brz-ed-popup-wrapper"},s.a.createElement(Al,{tabs:$l.map(e=>_s(_s({},e),{},{active:e.id===p.payload.activeTab,onClick:()=>b(Jl(e.id))})),onClose:r}),(()=>{var e;switch(p.type){case"Loading":return s.a.createElement(Il,{head:t,loading:!0});case"Err":return s.a.createElement(Il,{head:t,error:p.payload.message});case"Ready":case"Saving":case"Canceling":case"Canceled":switch(p.payload.activeTab){case Vl.page:return s.a.createElement(Il,{head:t,inlineFooter:!0,footer:m,error:p.payload.error},s.a.createElement(Kl,{value:null!==(e=p.payload.title)&&void 0!==e?e:"",onChange:e=>b({payload:e,type:"SetTitle"}),placeholder:Object(ie.a)("Page title")}));case Vl.settings:return s.a.createElement(Ul,{layouts:p.payload.layouts,headTitle:t,value:p.payload.layout,inlineFooter:!0,footer:m,onChange:e=>b({payload:e,type:"SetLayout"}),error:p.payload.error})}}})()))},pageArticle:e=>{const{headTitle:t,pageTitle:o,opened:n,selectedLayout:a,onClose:r,onSave:i}=e,c=Object(no.c)(),d=Object(l.useCallback)(({selected:e,title:t,layout:o})=>(c(Object(nn.A)(o)),c(Object(nn.C)(t)),i().then(()=>Object(pe.shopifySyncArticle)(e.id,e.title,t)).then(()=>{})),[c]),u=Object(l.useCallback)(async()=>{const e=f.a.getAll();if(Object(Ni.c)(e)&&Object(Ni.g)(e)){const n=Object(pe.getPageRelations)(e).then(e=>e.map(e=>e.id)),r=Object(pe.shopifyBlogItems)(),[i,l]=await Promise.all([r,n]),s=Ss(e);var t;if(Os(i)&&Os(s))return{items:i,layouts:s,selected:i.find(e=>e.id===l[0]),title:o,layout:null!==(t=null==a?void 0:a.value)&&void 0!==t?t:s[0].id,error:void 0}}return Promise.reject()},[]),[p,b]=ss(ys,u,d,r),m=s.a.createElement(s.a.Fragment,null,s.a.createElement(Ge,{size:3,loading:"Canceling"===p.type,onClick:()=>b(Ql())},Object(ie.a)("Cancel")),s.a.createElement(Ge,{color:"teal",size:3,loading:"Saving"===p.type,onClick:()=>b(Zl())},Object(ie.a)("Save")));return s.a.createElement(y.a,{opened:n,onClose:r},s.a.createElement("div",{className:"brz-ed-popup-wrapper"},s.a.createElement(Al,{tabs:$l.map(e=>Cs(Cs({},e),{},{active:e.id===p.payload.activeTab,onClick:()=>b(Jl(e.id))})),onClose:r}),(()=>{var e,o;switch(p.type){case"Loading":return s.a.createElement(Il,{head:t,loading:!0});case"Err":return s.a.createElement(Il,{head:t,error:p.payload.message});case"Ready":case"Saving":case"Canceling":case"Canceled":switch(p.payload.activeTab){case Vl.page:return s.a.createElement(Il,{head:t,error:p.payload.error,inlineFooter:!0,footer:m},s.a.createElement(Kl,{value:null!==(e=p.payload.title)&&void 0!==e?e:"",onChange:e=>b({payload:e,type:"SetTitle"}),placeholder:Object(ie.a)("Page title")}),s.a.createElement(De.b,{className:"brz-ed-popup-integrations-option__radio",defaultValue:null===(o=p.payload.selected)||void 0===o?void 0:o.id,onChange:e=>b({payload:e,type:"SetBlog"})},p.payload.items.map(({title:e,id:t})=>s.a.createElement(De.a,{checkIcon:"active",value:t,key:t},e))));case Vl.settings:return s.a.createElement(Ul,{layouts:p.payload.layouts,headTitle:t,value:p.payload.layout,inlineFooter:!0,footer:m,onChange:e=>b({payload:e,type:"SetLayout"}),error:p.payload.error})}}})()))}};class Ws extends l.Component{constructor(...e){super(...e),Object(i.a)(this,"state",{prompts:[]}),Object(i.a)(this,"onUIStateChange",e=>{this.open(e)})}static open(e){m.set("prompt",e)}componentDidMount(){m.addChangeListener("prompt",this.onUIStateChange)}componentWillUnmount(){m.removeChangeListener("prompt",this.onUIStateChange)}close(e){this.setState(Object(c.a)(t=>{t.prompts[e].opened=!1}),()=>{this.setState(Object(c.a)(t=>{t.prompts.splice(e,1)}))})}open(e){const{mode:t="single"}=e,{prompts:o}=this.state,n=o.findIndex(({prompt:t})=>t==e.prompt);-1===n?this.setState(Object(c.a)(t=>{t.prompts.push(e)}),()=>{this.setState(Object(c.a)(e=>{const t=e.prompts.length;e.prompts[t-1].opened=!0}))}):"stack"===t?this.setState(Object(c.a)(t=>{t.prompts[n]=Ls(Ls({},e),{},{opened:!0})})):this.setState(Object(c.a)(t=>{t.prompts.forEach((e,o)=>{t.prompts[o].opened=!1}),t.prompts[n]=Ls(Ls({},e),{},{opened:!0})}))}getComponent(e,t){const o=Ms[e];return s.a.createElement(o,t)}render(){const{prompts:e}=this.state;return e.length?e.map(({opened:e,prompt:t,props:o={}},n)=>this.getComponent(t,Ls(Ls({},o),{},{opened:e,key:n,onClose:()=>{this.close(n),o.onClose&&o.onClose()}}))):null}}var Is=t.a=Ws},function(e,t,o){"use strict";function n({v:e}){const{tabsState:t}=e;return"tabHover"===t?"hover":"normal"}o.d(t,"i",(function(){return n})),o.d(t,"d",(function(){return r})),o.d(t,"e",(function(){return i})),o.d(t,"f",(function(){return c})),o.d(t,"a",(function(){return d})),o.d(t,"b",(function(){return u})),o.d(t,"c",(function(){return p})),o.d(t,"g",(function(){return b})),o.d(t,"h",(function(){return m}));var a=o(3);o(49);function r({v:e,device:t,state:o}){const r=n({v:e,state:o}),i=Object(a.defaultValueValue)({v:e,key:"borderStyle",device:t,state:o});return"hover"===r&&void 0!==e.hoverBorderStyle&&null!==e.hoverBorderStyle?""===e.hoverBorderStyle?"none":e.hoverBorderStyle:""===i?"none":i}function i({v:e,device:t,state:o,current:r}){const i=n({v:e,state:o}),l=Object(a.defaultValueValue)({v:e,key:"borderWidthType",device:t,state:o}),s=Object(a.defaultValueValue)({v:e,key:"borderWidthType",device:t,state:"hover"}),c=Object(a.defaultValueValue)({v:e,key:"borderWidth",device:t,state:o}),d=Object(a.defaultValueValue)({v:e,key:"borderWidth",device:t,state:"hover"}),u=Object(a.defaultValueValue)({v:e,key:r,device:t,state:o}),p=Object(a.defaultValueValue)({v:e,key:r,device:t,state:"hover"});return"hover"===i&&"grouped"===s?d+"px":"hover"===i&&"ungrouped"===s?p+"px":"grouped"===l?c+"px":u+"px"}var l=o(17),s=o(13);function c({v:e,device:t,state:o,prefix:r="color"}){const i=n({v:e,state:o}),{hex:c}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:r+"Hex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:r+"Palette",device:t,state:o})),d=Object(a.defaultValueValue)({v:e,key:r+"Opacity",device:t,state:o}),{hex:u}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:r+"Hex",device:t,state:"hover"}),Object(a.defaultValueValue)({v:e,key:r+"Palette",device:t,state:"hover"})),p=Object(a.defaultValueValue)({v:e,device:t,key:r+"Opacity",state:"hover"});return"hover"===i?Object(l.c)(u,p):Object(l.c)(c,d)}function d({v:e,device:t,state:o,prefix:r="bg"}){const i=n({v:e,state:o}),c=Object(a.defaultValueValue)({v:e,key:r+"ColorType",device:t,state:o}),{hex:d}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:r+"ColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:r+"ColorPalette",device:t,state:o})),u=Object(a.defaultValueValue)({v:e,key:r+"ColorOpacity",device:t,state:o}),p=Object(a.defaultValueValue)({v:e,key:r+"ColorType",device:t,state:"hover"}),{hex:b}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:r+"ColorHex",device:t,state:"hover"}),Object(a.defaultValueValue)({v:e,key:r+"ColorPalette",device:t,state:"hover"})),m=Object(a.defaultValueValue)({v:e,key:r+"ColorOpacity",device:t,state:"hover"});return"hover"===i&&"solid"===p?Object(l.c)(b,m):"solid"===c?Object(l.c)(d,u):"transparent"}function u({v:e,device:t,state:o}){const r=n({v:e,state:o}),i=Object(a.defaultValueValue)({v:e,key:"bgColorType",device:t,state:o}),c=Object(a.defaultValueValue)({v:e,key:"gradientType",device:t,state:o}),d=Object(a.defaultValueValue)({v:e,key:"gradientLinearDegree",device:t,state:o}),{hex:u}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"bgColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"bgColorPalette",device:t,state:o})),p=Object(a.defaultValueValue)({v:e,key:"bgColorOpacity",device:t,state:o}),b=Object(a.defaultValueValue)({v:e,key:"gradientStartPointer",device:t,state:o}),{hex:m}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"gradientColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"gradientColorPalette",device:t,state:o})),h=Object(a.defaultValueValue)({v:e,key:"gradientColorOpacity",device:t,state:o}),g=Object(a.defaultValueValue)({v:e,key:"gradientFinishPointer",device:t,state:o}),v=Object(a.defaultValueValue)({v:e,key:"gradientRadialDegree",device:t,state:o}),f=Object(a.defaultValueValue)({v:e,key:"bgColorType",device:t,state:"hover"}),y=Object(a.defaultValueValue)({v:e,key:"gradientType",device:t,state:"hover"}),O=Object(a.defaultValueValue)({v:e,key:"gradientLinearDegree",device:t,state:"hover"}),{hex:S}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"bgColorHex",device:t,state:"hover"}),Object(a.defaultValueValue)({v:e,key:"bgColorPalette",device:t,state:"hover"})),x=Object(a.defaultValueValue)({v:e,key:"bgColorOpacity",device:t,state:"hover"}),C=Object(a.defaultValueValue)({v:e,key:"gradientStartPointer",device:t,state:"hover"}),{hex:j}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"gradientColorHex",device:t,state:"hover"}),Object(a.defaultValueValue)({v:e,key:"gradientColorPalette",device:t,state:"hover"})),P=Object(a.defaultValueValue)({v:e,key:"gradientColorOpacity",device:t,state:"hover"}),B=Object(a.defaultValueValue)({v:e,key:"gradientFinishPointer",device:t,state:"hover"}),w=Object(a.defaultValueValue)({v:e,key:"gradientRadialDegree",device:t,state:"hover"});return"hover"===r&&"gradient"===f?"linear"===y?`linear-gradient(${O}deg, ${Object(l.c)(S,x)} ${C}%, ${Object(l.c)(j,P)} ${B}%)`:`radial-gradient(circle ${w}px,${Object(l.c)(S,x)} ${C}%, ${Object(l.c)(j,P)} ${B}%)`:"hover"===r&&"solid"===f?"none":"gradient"===i?"linear"===c?`linear-gradient(${d}deg, ${Object(l.c)(u,p)} ${b}%, ${Object(l.c)(m,h)} ${g}%)`:`radial-gradient(circle ${v}px, ${Object(l.c)(u,p)} ${b}%, ${Object(l.c)(m,h)} ${g}%)`:"none"}function p({v:e,device:t,state:o}){const r=n({v:e,state:o}),{hex:i}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"borderColorHex",device:t,state:o}),Object(a.defaultValueValue)({v:e,key:"borderColorPalette",device:t,state:o})),c=Object(a.defaultValueValue)({v:e,key:"borderColorOpacity",device:t,state:o}),{hex:d}=Object(s.d)(Object(a.defaultValueValue)({v:e,key:"borderColorHex",device:t,state:"hover"}),Object(a.defaultValueValue)({v:e,key:"borderColorPalette",device:t,state:"hover"})),u=Object(a.defaultValueValue)({v:e,key:"borderColorOpacity",device:t,state:"hover"});return"hover"===r?Object(l.c)(d,u):Object(l.c)(i,c)}function b({v:e}){const{hoverTransition:t}=e;return`all 0.${t}s ease-in-out`}function m(){return"background, border-radius, color, border-color, box-shadow"}o(167)},function(e,t,o){"use strict";o.d(t,"c",(function(){return S})),o.d(t,"a",(function(){return y})),o.d(t,"b",(function(){return x}));var n=o(2),a=o(0),r=o.n(a),i=o(7),l=o(4),s=o.n(l),c=o(284),d=o(935),u=o(110),p=o(91),b=o(942),m=o(200),h=o(40);function g(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function v(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?g(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):g(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class f extends r.a.Component{constructor(e){super(e);const{placement:t,arrowPlacement:o}=e;this.state={placement:t,arrowPlacement:o},this.isRepositioning=!1,this.contentRef=r.a.createRef()}componentDidMount(){const{isOpen:e,toolbar:t}=this.props;e&&t&&this.repositionByToolbar(t)}repositionByToolbar(e){const t=document.documentElement.clientWidth,o=document.documentElement.clientHeight,n=document.documentElement.scrollTop,a=document.documentElement.classList.contains("brz-ow-hidden"),{toolbarRef:r,toolbarCSSPosition:i,toolbarItemIndex:l}=e,s=Object(m.a)(),c=r.current,d=c.getBoundingClientRect(),u=c.querySelector(`.brz-ed-toolbar__items > .brz-ed-toolbar__item:nth-child(${l})`).getBoundingClientRect(),p=this.contentRef.current.getBoundingClientRect(),b=(a?0:n)+d.bottom+14+Math.max(p.height,300)<=(a?o:Math.max(o,document.body.clientHeight)),g=(a?0:n)+d.top-14-p.height>=0,v="fixed"===i?0:n;let f;const y=()=>{const e=`calc(100% - ${v}px - ${d.top}px + 14px)`;f={position:i,top:"unset",bottom:e,left:S()}},O=()=>{const e=v+d.top+d.height+14;f={position:i,top:e,left:S()}},S=()=>{const e=t-p.width-2,o=u.left+u.width/2-p.width/2;return Object(h.a)(o,2,e)};let x;"above"===s&&(g?(x="above",y()):(x="below",O())),"below"===s&&(b?(x="below",O()):(x="above",y()));const C="above"===x?"top":"bottom";let j={left:u.left+u.width/2-f.left};this.isRepositioning=!0,this.setState({placementStyle:f,arrowPlacement:C,arrowPlacementStyle:j},()=>this.isRepositioning=!1)}renderInToolbar(){const{className:e,isOpen:t,size:o,arrow:n,children:a}=this.props,{placementStyle:i,arrowPlacement:l,arrowPlacementStyle:c}=this.state,d=s()("brz-ed-animated brz-ed-animated--fadeInUp","brz-ed-tooltip__overlay",{["brz-ed-tooltip--"+o]:o},{"brz-invisible":!t},e),u=s()("brz-ed-arrow","brz-ed-arrow--"+l);return r.a.createElement("div",{ref:this.contentRef,className:d,style:i},n&&r.a.createElement("div",{className:u,style:c}),a)}renderSimple(){const{className:e,size:t,arrow:o,node:n,placement:a,offset:i,children:l}=this.props,c=s()("brz-ed-animated brz-ed-animated--fadeInUp","brz-ed-tooltip__overlay",{["brz-ed-tooltip--"+t]:t},e);return r.a.createElement(b.a,{referenceElement:n,placement:a,eventsEnabled:!1,modifiers:[{name:"offset",options:{offset:[0,i]}},{name:"computeStyles",options:{gpuAcceleration:!1}}]},({ref:e,style:t,arrowProps:n,placement:a})=>r.a.createElement("div",{ref:e,className:c,style:t},o&&r.a.createElement("div",{className:"brz-ed-arrow brz-ed-arrow--"+a,ref:n.ref,style:v(v({},n.style),{},{margin:"0"})}),l))}render(){return this.props.toolbar?this.renderInToolbar():this.renderSimple()}}Object(n.a)(f,"defaultProps",{className:"",isOpen:!1,placement:"top",placementStyle:{},arrow:!0,arrowPlacement:"top-center",arrowPlacementStyle:{},size:"",offset:15,toolbar:null,inPortal:!1,node:null});const y=e=>{const{className:t,children:o,onClick:n}=e,a=s()("brz-ed-tooltip__item",t);return r.a.createElement("div",{className:a,onClick:n},o)};let O=[],S=()=>O[O.length-1];class x extends r.a.Component{constructor(...e){super(...e),Object(n.a)(this,"state",{isOpen:!1,isHidden:!1}),Object(n.a)(this,"contentRef",r.a.createRef()),Object(n.a)(this,"handleClickOutside",()=>{const{isOpen:e}=this.state;e&&this.close()}),Object(n.a)(this,"handleContentClick",()=>{const{isOpen:e,isHidden:t}=this.state;e?t?this.show():this.close():this.open()}),Object(n.a)(this,"handleMouseEnter",()=>{this.setState({needClose:!1}),this.open()}),Object(n.a)(this,"handleMouseLeave",()=>{this.setState({needClose:!0}),this.timeout=setTimeout(()=>{this.state.needClose&&this.close()},this.props.closeDelay)})}componentWillUnmount(){const e=O.indexOf(this);-1!==e&&O.splice(e),clearTimeout(this.timeout)}open(){const{isOpen:e}=this.state;e||this.setState({isOpen:!0},()=>{O.push(this),this.props.onOpen()})}close(){const{isOpen:e}=this.state;e&&this.setState({isOpen:!1},()=>{O.pop(),this.props.onClose()})}show(){const{isHidden:e}=this.state;e&&this.setState({isHidden:!1})}hide(){const{isHidden:e}=this.state;e||this.setState({isHidden:!0})}reposition(){this.forceUpdate()}renderOverlay(){const{isOpen:e,isHidden:t}=this.state;if(!e)return null;const{overlayClassName:o,nodeRef:n,overlay:a,arrow:i,placement:l,size:c,offset:d,toolbar:p,inPortal:b,portalNode:m}=this.props,h=n&&n.current||this.contentRef.current,g=m||h.ownerDocument.body,v=r.a.createElement(f,{className:o,node:h,arrow:i,placement:l,size:c,offset:d,isOpen:e,toolbar:p,inPortal:b},a);return b||p?r.a.createElement(u.a,{node:g,className:s()("brz-reset-all","brz-ed-tooltip__content-portal",{"brz-invisible":t})},v):v}renderInToolbar(){const{title:e,children:t,openOnClick:o}=this.props;return r.a.createElement(r.a.Fragment,null,r.a.createElement("div",{title:e,ref:this.contentRef,className:"brz-ed-tooltip__content",onClick:o?this.handleContentClick:i.default.noop},t),this.renderOverlay())}renderSimple(){const{title:e,children:t,openOnClick:o}=this.props;return r.a.createElement(c.a,null,r.a.createElement(d.a,null,()=>r.a.createElement("div",{title:e,ref:this.contentRef,className:"brz-ed-tooltip__content",onClick:o?this.handleContentClick:i.default.noop},t)),this.renderOverlay())}render(){const{toolbar:e,openOnClick:t,className:o,clickOutsideExceptions:n}=this.props,a=s()("brz-ed-tooltip",{"brz-ed-tooltip__static":!e},{"brz-ed-tooltip--opened":this.state.isOpen},o),l=[...n,".brz-ed-tooltip__content-portal"];return r.a.createElement(p.a,{onClickOutside:this.handleClickOutside,exceptions:l},r.a.createElement("div",{className:a,onMouseEnter:t?i.default.noop:this.handleMouseEnter,onMouseLeave:t?i.default.noop:this.handleMouseLeave},e?this.renderInToolbar():this.renderSimple()))}}Object(n.a)(x,"defaultProps",{className:"",overlayClassName:"",arrow:!0,placement:"top",openOnClick:!0,closeDelay:0,overlay:"",size:"",title:"",offset:15,toolbar:null,inPortal:!1,portalNode:null,clickOutsideExceptions:[],nodeRef:null,onOpen:()=>{},onClose:()=>{}})},function(e,t,o){"use strict";o.d(t,"a",(function(){return y}));var n=o(0),a=o.n(n),r=o(37),i=o(126),l=o(15),s=o(31),c=o(19),d=o(79),u=o(1),p=o(21),b=o(2),m=o(208),h=o(14);function g(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function v(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?g(Object(o),!0).forEach((function(t){Object(b.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):g(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const f=e=>{let t=null;if(e){const o=e.querySelector("#ct-container");o?t=o:(t=document.createElement("div"),t.id="ct-container"),e.append(t)}return t},y={error:(e,t={})=>{m.a.error(e,v(v({renderIcon:()=>a.a.createElement(h.b,{icon:"nc-info"}),bar:{size:"2px",style:"solid",color:"currentColor"}},t),{},{toastContainer:f(t.toastContainer)}))},success:(e,t={})=>{m.a.success(e,v(v({renderIcon:()=>a.a.createElement(h.b,{icon:"nc-info"}),bar:{size:"2px",style:"solid",color:"currentColor"}},t),{},{toastContainer:f(t.toastContainer)}))},info:(e,t={})=>{m.a.info(e,v(v({renderIcon:()=>a.a.createElement(h.b,{icon:"nc-info"}),bar:{size:"2px",style:"solid",color:"currentColor"}},t),{},{toastContainer:f(t.toastContainer)}))},warn:(e,t={})=>{m.a.warn(e,v(v({renderIcon:()=>a.a.createElement(h.b,{icon:"nc-info"}),bar:{size:"2px",style:"solid",color:"currentColor"}},t),{},{toastContainer:f(t.toastContainer)}))}},O=e=>e.lockedBy.user_email,S=({children:e})=>a.a.createElement("div",{className:"brz-ed-notification"},a.a.createElement("div",{className:"brz-ed-notification__body brz-d-xs-flex brz-flex-xs-column brz-align-items-xs-center brz-text-lg-center"},e)),x=({children:e})=>a.a.createElement("div",{className:"brz-ed-notification__head"},e),C=({children:e})=>a.a.createElement("div",{className:"brz-ed-notification__content"},e),j=({children:e})=>a.a.createElement("div",{className:"brz-ed-notification__footer brz-d-xs-flex brz-align-items-xs-center"},e);t.b=Object(r.b)(e=>({error:Object(c.k)(e)}))(({error:e,dispatch:t})=>{const{code:o,data:n}=e||{};let r;switch(o){case d.c:r=a.a.createElement(S,null,a.a.createElement(x,null,a.a.createElement(h.b,{icon:"nc-warning",className:"brz-ed-notification__warning"})),a.a.createElement(C,null,n.lockedBy?`${O(n)} ${Object(u.a)("is already editing project")}`:n.statusText||Object(u.a)("Something went wrong")),a.a.createElement(j,null,a.a.createElement("button",{className:"brz-button brz-ed-btn brz-ed-btn-blue brz-ed-btn-round brz-ed-btn-xs-2",onClick:()=>{window.parent.location.reload()}},Object(u.a)("Refresh"))));break;case d.f:{const e=l.a.get("urls");r=a.a.createElement(S,null,a.a.createElement(x,null,a.a.createElement(h.b,{icon:"nc-warning",className:"brz-ed-notification__warning"})),a.a.createElement(C,null,n.lockedBy?`${Object(u.a)("You can’t make changes")}.\n ${O(n)} ${Object(u.a)("is currently working on this page. Do you want to take over")} ?`:n),a.a.createElement(j,null,a.a.createElement("a",{className:"brz-a brz-d-xs-flex brz-align-items-xs-center brz-ed-notification__to-dashboard",href:e.backToDashboard},Object(u.a)("To Dashboard")),a.a.createElement("button",{className:"brz-button brz-ed-notification__take-over brz-ed-btn brz-ed-btn-blue brz-ed-btn-round brz-ed-btn-xs-2",onClick:()=>{t(Object(s.M)(null)),Object(p.M)().catch(()=>{y.error(Object(u.a)("Take over failed please refresh the page"))})}},Object(u.a)("Take over"))));break}case d.e:r=a.a.createElement(S,null,a.a.createElement(x,null,a.a.createElement(h.b,{icon:"nc-warning",className:"brz-ed-notification__warning"})),a.a.createElement(C,null,n),a.a.createElement(j,null,a.a.createElement("button",{className:"brz-button brz-ed-btn brz-ed-btn-blue brz-ed-btn-round brz-ed-btn-xs-2",onClick:()=>{window.parent.location.reload()}},Object(u.a)("Refresh"))));break;default:r=null}return a.a.createElement(i.CSSTransition,{in:Boolean(r),timeout:300,classNames:"brz-ed-fade",unmountOnExit:!0},r||a.a.createElement("span",null))})},function(e,t,o){"use strict";var n=o(127);const a={};let r,i={},l={};const s={registerComponent(e){a[e.componentId]=e},getComponents:()=>a,getComponent:e=>a[e]||null,registerNotFoundComponent(e){r=e},getNotFoundComponent(){if(!r)throw new Error("NotFoundComponent not registered");return r},registerShortcode(e){i=e},registerShopifyShortcode(e){l=e},getShortcodes:()=>Object(n.b)("getShortcodes",i),getShopifyShortcodes:()=>Object(n.b)("getShopifyShortcodes",l)};t.a=s},function(e,t,o){"use strict";o.d(t,"d",(function(){return b})),o.d(t,"a",(function(){return m})),o.d(t,"e",(function(){return h})),o.d(t,"b",(function(){return g})),o.d(t,"h",(function(){return v})),o.d(t,"c",(function(){return f})),o.d(t,"f",(function(){return y})),o.d(t,"i",(function(){return O})),o.d(t,"g",(function(){return S}));var n=o(2),a=o(29),r=o(24),i=o(33),l=o(170),s=o(288),c=o(287);function d(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function u(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?d(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):d(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const p=Object(i.d)(e=>e&&"px"===e||"%"===e?e:void 0,r.a.read),b=e=>l.a(e("elementPosition")),m=e=>s.a(e("offsetXAlignment")),h=e=>c.a(e("offsetYAlignment")),g=e=>a.a.read(e("offsetX")),v=(e,t,o)=>u(u({},o),e("offsetX",t)),f=e=>p(e("offsetXSuffix")),y=e=>a.a.read(e("offsetY")),O=(e,t,o)=>u(u({},o),e("offsetY",t)),S=e=>p(e("offsetYSuffix"))},,function(e,t,o){"use strict";o.d(t,"b",(function(){return b}));var n=o(2),a=o(0),r=o.n(a),i=o(8),l=o.n(i),s=o(58),c=o(25),d=o(19),u=o(206),p=o(226);const b=e=>e.filter(e=>{const{type:t,disabled:o,devices:n,roles:a}=e;if(!t)return!1;if(!0===o)return!1;if(n&&"all"!==n){const e=Object(d.i)(Object(c.b)().getState());if("desktop"===n&&"desktop"!==e)return!1;if("responsive"===n&&"desktop"===e)return!1}if(Array.isArray(a)&&!a.includes(Object(s.b)()))return!1;const r=u.a[t];return!r||"function"!=typeof r.shouldOptionBeFiltered||!u.a[t].shouldOptionBeFiltered(e)});class m extends r.a.Component{render(){const{data:e,className:t,optionClassName:o,toolbar:n,location:a,wrapOptions:i}=this.props,l=b(e).map((e,t)=>r.a.createElement(p.a,{key:e.id||t,className:o,toolbar:n,data:e,location:a}));return i?r.a.createElement("div",{className:t},l):l}}Object(n.a)(m,"propTypes",{wrapOptions:l.a.bool}),Object(n.a)(m,"defaultProps",{className:"",optionClassName:"",location:"",data:null,toolbar:null,wrapOptions:!0}),t.a=m},function(e,t,o){"use strict";o.d(t,"a",(function(){return a}));var n=o(33);function a(...[e,...t]){return(...o)=>t.reduce((e,t)=>Object(n.a)(e)?void 0:t(e),e(...o))}},function(e,t,o){"use strict";o.d(t,"a",(function(){return a})),o.d(t,"h",(function(){return r})),o.d(t,"g",(function(){return i})),o.d(t,"i",(function(){return l})),o.d(t,"b",(function(){return s})),o.d(t,"j",(function(){return c})),o.d(t,"c",(function(){return d})),o.d(t,"f",(function(){return u})),o.d(t,"e",(function(){return p})),o.d(t,"d",(function(){return b}));var n=o(2);class a{constructor(e){Object(n.a)(this,"name","CustomError"),Object(n.a)(this,"date",new Date),Object(n.a)(this,"message",void 0),this.message=e}getName(){return this.name}getMessage(){return this.message}getDate(){return this.date}}class r extends a{constructor(...e){super(...e),Object(n.a)(this,"name","Project")}}class i extends a{constructor(...e){super(...e),Object(n.a)(this,"name","Page")}}class l extends a{constructor(...e){super(...e),Object(n.a)(this,"name","SavedBlocks")}}class s extends a{constructor(...e){super(...e),Object(n.a)(this,"name","GlobalBlocks")}}class c extends a{constructor(...e){super(...e),Object(n.a)(this,"name","SavedLayout")}}const d=1,u=2,p=3,b=[d,p]},function(e,t,o){"use strict";o.d(t,"a",(function(){return a})),o.d(t,"b",(function(){return r})),o.d(t,"c",(function(){return i}));var n=o(33);function a(e,t){return t?t[e]:void 0}function r(e,t,o){return Object(n.g)(a(t,o),e)}const i=e=>t=>t[e]},,,function(e,t,o){"use strict";var n=o(12),a=o(36),r=o(2),i=o(0),l=o.n(i),s=o(4),c=o.n(s),d=o(33);let u;const p=new Map,b=(e,t)=>{e.filter(({isIntersecting:e})=>e).map(e=>Object(d.c)(o=>o(e,t),p.get(e.target)))},m=()=>{var e;return null!==(e=u)&&void 0!==e?e:u=new IntersectionObserver(b)},h=(e,t)=>{if(!p.has(e)){const o=m();p.set(e,t),o.observe(e)}return m()},g=e=>{p.delete(e),u&&(u.unobserve(e),0===p.size&&(u.disconnect(),u=void 0))};function v(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function f(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?v(Object(o),!0).forEach((function(t){Object(r.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):v(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class y extends l.a.Component{constructor(...e){super(...e),Object(r.a)(this,"state",{isVisible:!1}),Object(r.a)(this,"handleIntersection",({isIntersecting:e,target:t})=>{e&&(g(t),this.setState({isVisible:!0}))}),Object(r.a)(this,"ref",l.a.createRef()),Object(r.a)(this,"updateRef",()=>{this.props.forwardedRef&&("function"==typeof this.props.forwardedRef?this.props.forwardedRef(this.ref.current):this.props.forwardedRef.current=this.ref.current)}),Object(r.a)(this,"hasAnimation",()=>!!this.props.animationClass)}componentDidMount(){this.updateRef(),this.props.animationClass&&Object(d.c)(e=>h(e,this.handleIntersection),this.ref.current)}componentDidUpdate(e){this.updateRef(),e.animationClass!==this.props.animationClass&&(this.props.animationClass?Object(d.c)(e=>h(e,this.handleIntersection),this.ref.current):Object(d.c)(g,this.ref.current))}componentWillUnmount(){Object(d.c)(g,this.ref.current)}renderForEdit(){const e=this.props,{component:t,animationClass:o="",forwardedRef:n,children:r,className:l,componentProps:{className:s}}=e,d=Object(a.a)(e.componentProps,["className"]),{isVisible:u}=this.state,p=this.hasAnimation(),b=u&&p,m=c()(l,s,{"brz-observer__animation":p,"brz-animated":p,[o]:b,"brz-animate":b,"brz-animate-opacity":b}),h=f(f({},d),{},{className:m,ref:this.ref});return Object(i.createElement)(t,h,r)}renderForView(){const e=this.props,{component:t,animationClass:o="",iterationCount:n=1,children:r,className:l,forwardedRef:s,componentProps:{className:d}}=e,u=Object(a.a)(e.componentProps,["className"]),p=this.hasAnimation(),b=f(f(f({},u),p?{"data-iteration-count":n}:{}),{},{className:c()(l,d,{"brz-animated":p,[o]:p}),ref:this.ref});return Object(i.createElement)(t,b,r)}render(){return this.renderForEdit()}}function O(e,t){return l.a.createElement(y,Object(n.a)({},e,{forwardedRef:t}))}const S=Object(i.forwardRef)(O);t.a=S},,,function(e,t,o){"use strict";o.d(t,"b",(function(){return r})),o.d(t,"a",(function(){return l})),o.d(t,"i",(function(){return s})),o.d(t,"g",(function(){return c})),o.d(t,"f",(function(){return u})),o.d(t,"d",(function(){return p})),o.d(t,"h",(function(){return b})),o.d(t,"e",(function(){return m})),o.d(t,"c",(function(){return h}));o(7);var n=o(33),a=o(26);const r=(e,t)=>e.reduce((e,o)=>{const n=t(o);return Array.isArray(n)?e.push(...n):e.push(n),e},[]),i=(e,t)=>[...e,...t],l=e=>e.reduce(i,[]);function s(e){return Array.isArray(e)?e:[]}function c(e,t){return s(t).length>0?t:e}const d=(e,t)=>void 0!==t[e]?e:void 0,u=(e,t)=>Object(n.c)(e=>(e+1)%t.length,d(e,t));function p(e,t){const o=t.indexOf(e);return o<0?void 0:o}const b=(e,t)=>{if(!Array.isArray(t))return;const o=[];for(let n=0;n<t.length;n++){const a=e(t[n]);if(void 0===a)return;o.push(a)}return o};function m(e,t,o){if(0===o.length||e===t||e<0||e>o.length-1||t<0||t>o.length||o[e]===o[t])return o;const n=e>t?t:t+1,r=e<t?e:e+1;return Object(a.removeAt)(Object(a.insert)(o,n,o[e]),r)}const h=(e,t)=>{try{return b(e,JSON.parse(t))}catch(e){return}}},,function(e,t,o){"use strict";function n(){let e="Unknown OS";{const{appVersion:t}=navigator;-1!==t.indexOf("Win")&&(e="Windows"),-1!==t.indexOf("Mac")&&(e="MacOS"),-1!==t.indexOf("Linux")&&(e="Linux")}return e}o.d(t,"a",(function(){return n}))},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return u}));var n=o(2),a=o(0),r=o.n(a),i=o(41),l=o.n(i),s=o(46),c=o.n(s);let d=[];class u extends r.a.Component{constructor(...e){super(...e),Object(n.a)(this,"handleAll",e=>{d.forEach(t=>{const{exceptions:o,onClickOutside:n}=t.props;let a=0;if(o.length>0){const{functionExceptions:t,stringExceptions:n}=o.reduce((e,t)=>{switch(typeof t){case"function":e.functionExceptions.push(t);break;case"string":e.stringExceptions.push(t)}return e},{functionExceptions:[],stringExceptions:[]});t.length>0&&(a+=t.filter(t=>!0===t(e.target)).length),0===a&&n.length>0&&(a+=c()(e.target).closest(n.join(",")).length)}if(0===a){const o=l.a.findDOMNode(t);o&&!o.contains(e.target)&&n(e)}})})}componentDidMount(){0===d.length&&(document.addEventListener("mousedown",this.handleAll,!0),window.parent.document.addEventListener("mousedown",this.handleAll,!0)),d.push(this)}componentWillUnmount(){d.splice(d.indexOf(this),1),0===d.length&&(document.removeEventListener("mousedown",this.handleAll,!0),window.parent.document.removeEventListener("mousedown",this.handleAll,!0))}render(){return r.a.Children.only(this.props.children)}}Object(n.a)(u,"defaultProps",{exceptions:[]})},function(e,t,o){"use strict";o.d(t,"c",(function(){return i})),o.d(t,"b",(function(){return l})),o.d(t,"a",(function(){return s}));var n=o(22);const a=/^#(?:[A-Fa-f0-9]{3}){1,2}$/;var r;!function(e){e.hex="hex"}(r||(r={}));const i=e=>a.test(e),l=Object(n.a)(Object(n.b)(i)),s="#000000"},function(e,t,o){"use strict";o.d(t,"c",(function(){return c})),o.d(t,"a",(function(){return u})),o.d(t,"b",(function(){return p})),o.d(t,"e",(function(){return b})),o.d(t,"g",(function(){return m})),o.d(t,"f",(function(){return h})),o.d(t,"h",(function(){return g})),o.d(t,"d",(function(){return v}));var n=o(2),a=o(54),r=o(47),i=o(9);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const c=e=>e.endsWith("Population"),d=e=>Object(i.a)([e,"population"]),u=e=>e.slice(0,-10),p=(e,t)=>!!a.a(e[d(t)]),b=(e,t)=>{var o;const n=e[t],l=null!==(o=a.a(e[d(t)]))&&void 0!==o?o:"",s=e[(e=>Object(i.a)([e,"populationFallback2"]))(t)],c=r.c(e[(e=>Object(i.a)([e,"populationAttr"]))(t)]);return{key:t,hasDC:""!==l,staticValue:n,dcValue:l,attr:c?Object.fromEntries(Object.entries(c).map(([t,o])=>[t,e[o]])):{},fallback:s}};function m(e){const t=/^{{\s*([\w-]+)(.*?)\s*}}$/.exec(e);if(!t)return;const[,o,n]=t;if(""===n)return{name:o};const a=/(\w+)=("|'|&quot;|&apos;)(.*?)\2/g;let r,i=void 0;for(;r=a.exec(n.trim());){var l;i=null!==(l=i)&&void 0!==l?l:{},i[r[1]]=r[3]}return i?{name:o,attr:i}:{name:o}}function h(e){if(!e.hasDC)return;const t=m(e.dcValue);return t?((e.fallback||e.attr)&&(t.attr=s(s(s({},t.attr),e.attr),e.fallback?{_fallback:e.fallback}:{})),t):void 0}function g(e){const{name:t,attr:o}=e,n=o?Object.keys(o).sort().flatMap(e=>{const t=a.a(o[e]);return void 0!==t?`${e}='${t}'`:[]}).join(" "):"";return n.length>0?`{{${t} ${n}}}`:`{{${t}}}`}function v(e){return void 0!==m(e)}},function(e,t,o){"use strict";o.d(t,"e",(function(){return c})),o.d(t,"a",(function(){return d})),o.d(t,"g",(function(){return u})),o.d(t,"c",(function(){return p})),o.d(t,"b",(function(){return b})),o.d(t,"h",(function(){return m})),o.d(t,"f",(function(){return h})),o.d(t,"i",(function(){return v})),o.d(t,"d",(function(){return f}));var n=o(2),a=o(104),r=o(82),i=o(133);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const c=e=>e.page,d=e=>e.authorized,u=e=>e.syncAllowed,p=e=>e.fonts,b=e=>e.extraFontStyles,m=e=>e.ui,h=e=>e.storeWasChanged||a.a.unchanged,g=e=>!0!==e.deleted,v=Object(r.createSelector)(p,e=>Object.entries(e).reduce((e,t)=>{const[o,{data:n=[]}={data:[]}]=t;return s(s({},e),{},{[""+o]:{data:n.filter(g)}})},{})),f=(Object(r.createSelector)(m,e=>e.currentRole),Object(r.createSelector)(m,e=>e.leftSidebar));Object(r.createSelector)(c,e=>{if(Object(i.a)(e))return e.layout})},function(e,t,o){"use strict";var n=o(7),a=o(283);const r=n.default.extend({},a.EventEmitter.prototype,{off(e,t){this.removeListener(e,t)}});r.setMaxListeners(1/0),t.a=r},function(e,t,o){"use strict";o.d(t,"c",(function(){return b})),o.d(t,"a",(function(){return m})),o.d(t,"d",(function(){return h})),o.d(t,"e",(function(){return g})),o.d(t,"b",(function(){return v})),o.d(t,"i",(function(){return O})),o.d(t,"j",(function(){return S})),o.d(t,"h",(function(){return x})),o.d(t,"g",(function(){return C})),o.d(t,"f",(function(){return j}));var n=o(2),a=o(15),r=o(25),i=o(19),l=o(150),s=o(35),c=o(16),d=o(53);function u(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function p(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?u(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):u(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const b=1,m=2,h=16,g="brizy_template",v="customer";function f(e,t){var o;if(!e.length&&null!==(o=t[""])&&void 0!==o&&o.after)return t[""].after;e.length&&t[""]&&(t[e[0].globalBlockId]=t[""],delete t[""]);return e.reduce((e,o)=>{var n,a;const r=o.globalBlockId;return null!==(n=t[r])&&void 0!==n&&n.before&&e.push(...t[r].before),e.push(o),null!==(a=t[r])&&void 0!==a&&a.after&&e.push(...t[r].after),e},[])}function y(e,t,o){const n=[...t];return e.reduce((e,a)=>{if(t.includes(a.globalBlockId)){const t=n.shift();t&&e.push({globalBlockId:t,align:o.includes(t)?"top":"bottom"})}else e.push(a);return e},[])}function O(e,t){const o=Object.keys(t),n=Object.entries(t).reduce((e,[t,o])=>(o.position&&(e[t]=o.position),e),{}),a=function(e){const{top:t,bottom:o}=Object.entries(e).reduce((e,[t,o])=>(e.top.push(p(p({},o),{},{globalBlockId:t,align:o.align||"top"})),e.bottom.push(p(p({},o),{},{globalBlockId:t,align:o.align||"top"})),e),{top:[],bottom:[]});return{top:n(t,"top"),bottom:n(o,"bottom")};function n(e,t){return e.sort((e,o)=>e[t]-o[t]).map(({globalBlockId:e,align:t})=>({globalBlockId:e,align:t}))}}(n),{top:r}=S(e,o),i=function(e,t){return e.filter(e=>t[e])}(e,t),l=i.filter(e=>n[e]),s=function(e,t,o){const n={};let a=[],r="";return e.forEach((e,i,l)=>{const s=t.includes(e);s&&(n[e]=p(p({},n[e]),{},{before:a}),r=e,a=[]),s||a.push({globalBlockId:e,align:o.includes(e)?"top":"bottom"}),i===l.length-1&&a.length&&(n[r]=p(p({},n[r]),{},{after:a}))}),n}(i,l,r);return function(e,t){const o={};return n(e,"top",o),n(t,"bottom",o),o;function n(e,t,o){return e.reduce((e,{globalBlockId:o,align:n},a)=>(e[o]=p(p({},e[o]),{},{align:n,[t]:a}),e),o)}}(f(y(a.top,l,r),s),f(y(a.bottom,l,r),s))}const S=(e,t)=>{const o={top:[],bottom:[]};if(e.length>0){let n=0;for(;n<=e.length-1;){const a=e[n];if(!t.includes(a))break;o.top.push(a),n++}for(n=0;n<=e.length-1;){const a=e[e.length-1-n];if(!t.includes(a))break;o.bottom.push(a),n++}}return o};const x=(e=Object(i.C)(Object(r.b)().getState()))=>{const t=a.a.getAll();let o=b,n="page";if(Object(d.e)(e)&&(n=e.collectionType.id),Object(d.c)(t)&&Object(d.b)(t)&&Object(d.f)(t)&&(n=v),s.o){const{ruleMatches:e}=a.a.get("wp");c.e?(o=h,n=g):e&&"post"===e[0].entityType&&(o=b,n="post")}return{group:o,type:n,id:e.id}},C=(e,t,o)=>{const n=e[t-1],a=e[t+1],{top:r,bottom:i}=((e,t)=>{const o={top:[],bottom:[]};if(e.length>0){let n=0;for(;n<=e.length-1;){const a=e[n];if(!t.includes(a))break;o.top.push(a),n++}for(n=0;n<=e.length-1;){const a=e[e.length-1-n];if(!t.includes(a))break;o.bottom.push(a),n++}}return o})(e,o);let l="center";return!n||o.includes(n)&&r.includes(n)?l="top":(!a||o.includes(a)&&i.includes(a))&&(l="bottom"),l},j=(e,t,o)=>{const n=x(o),{level2:a,level3:r}=Object(l.d)(e.rules,o);let i=p(p({},e),{},{rules:e.rules.filter(({entityValues:e})=>!e.some(e=>String(e)===String(n.id)))}),s=!0;if(!c.e){const e=a&&Object(l.c)(a),o=r&&Object(l.c)(r),n=e||o,i=!t&&!n;(t&&n||i)&&(s=!1)}return s&&(i=p(p({},i),{},{rules:[...i.rules,{type:t?1:2,appliedFor:n.group,entityType:n.type,entityValues:[n.id]}]})),i}},function(e,t,o){"use strict";o.d(t,"e",(function(){return n})),o.d(t,"f",(function(){return a})),o.d(t,"b",(function(){return c})),o.d(t,"d",(function(){return d})),o.d(t,"a",(function(){return u})),o.d(t,"c",(function(){return b}));const n=(e,t)=>{for(let o in e){if(!e.hasOwnProperty(o))continue;e[o]&&"object"==typeof e[o]&&n(e[o],t);const a=t[e.type]||t.Component;"function"==typeof a&&e.type&&e.value&&a(e)}},a=(e,t)=>{for(let o in e)e.hasOwnProperty(o)&&"function"==typeof t[o]&&t[o](e[o])};var r=o(43),i=o(121),l=o(249),s=o(139);const c=({models:e={},globalBlocks:t={}})=>{const o=new Set;return n(e,{Component({type:e,value:t}){const n=Object(i.a)(e).style||{};Object.entries(n.families||{}).forEach(e=>{const[a,r]=e,l={type:t[a+"Type"]||n[a+"Type"],family:t[a]||r};l.type&&l.family&&o.add(Object(i.b)(l))})},RichText({type:e,value:t}){const n=Object(i.a)(e).content||{},a=t.text||n.text;Object(l.b)(a,e=>{const t=Object(s.b)(e),{typographyFontFamily:n,typographyFontFamilyType:a}=t;n&&(a?o.add(Object(i.b)({type:a,family:n})):o.add(Object(i.b)({family:n,type:"unknowns"})))})},GlobalBlock({value:{_id:e}}){const n=t[e];if(n){c({models:n,globalBlocks:t}).forEach(e=>{o.add(Object(i.b)(e))})}}}),[...o].map(i.c)},d=e=>{const t=new Set;return e.forEach(e=>{a(e,{fontFamily(o){t.add(Object(i.b)({type:e.fontFamilyType,family:o}))}})}),[...t].map(i.c)},u=(e,t)=>{const o=e.reduce((e,t)=>e.some(({family:e})=>e===t.family)?e:[...e,t],[]),n=Object(r.t)(t);return o.reduce((e,t)=>{const{type:o,family:a}=t;return"unknowns"===o?Object.entries(n).find(([e,t])=>Object(r.a)(t,a,e))?e:[...e,t]:Object(r.a)(n[o],a,o)?e:[...e,t]},[])};var p=o(9);const b=({models:e,globalBlocks:t})=>{const o=new Set;return n(e,{Component({type:e,value:t}){const n=Object(i.a)(e).link||{},a=t.linkType||n.linkType,r=t.linkUpload||n.linkUpload;"upload"===a&&r&&o.add(r)},RichText({type:e,value:t}){const n=Object(i.a)(e).content||{},a=/href="(.+?)"/g,r=t.text||n.text;let l;for(;l=a.exec(r);){const[e,t]=l,{type:n,upload:a}=Object(p.d)(t);"upload"===n&&a&&o.add(a)}},Lottie({type:e,value:t}){const n=Object(i.a)(e).content||{},a=Object(i.a)(e).link||{},r=t.animationFile||n.animationFile,l=t.linkType||a.linkType,s=t.linkUpload||a.linkUpload;"upload"===l&&s&&o.add(s),r&&o.add(r)},GlobalBlock({value:{_id:e}}){const n=t&&t[e];n&&b({models:n}).forEach(e=>{o.add(e)})}}),[...o]}},function(e,t,o){"use strict";o.d(t,"p",(function(){return h})),o.d(t,"s",(function(){return g})),o.d(t,"o",(function(){return v})),o.d(t,"k",(function(){return f})),o.d(t,"D",(function(){return y})),o.d(t,"a",(function(){return O})),o.d(t,"r",(function(){return S})),o.d(t,"i",(function(){return x})),o.d(t,"B",(function(){return C})),o.d(t,"C",(function(){return j})),o.d(t,"l",(function(){return P})),o.d(t,"e",(function(){return B})),o.d(t,"b",(function(){return w})),o.d(t,"y",(function(){return T})),o.d(t,"z",(function(){return z})),o.d(t,"A",(function(){return E})),o.d(t,"c",(function(){return k})),o.d(t,"g",(function(){return H})),o.d(t,"w",(function(){return F})),o.d(t,"x",(function(){return _})),o.d(t,"q",(function(){return R})),o.d(t,"m",(function(){return L})),o.d(t,"v",(function(){return M})),o.d(t,"h",(function(){return W})),o.d(t,"n",(function(){return I})),o.d(t,"d",(function(){return N})),o.d(t,"j",(function(){return A})),o.d(t,"f",(function(){return V})),o.d(t,"u",(function(){return D})),o.d(t,"t",(function(){return $}));o(241);var n=o(36),a=o(2),r=o(46),i=o.n(r),l=o(298),s=o.n(l),c=o(15),d=o(105);function u(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function p(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?u(Object(o),!0).forEach((function(t){Object(a.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):u(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const b=c.a.get("wp").api.url;function m(e,t){const{hash:o,url:n}=c.a.get("wp").api,a=c.a.get("editorVersion"),r=p(p({},t),{},{action:e,hash:o,version:a});return new s.a((e,t)=>i.a.post(n,r).done(e).fail(e=>t(e.responseText)))}function h(e){const{hash:t,url:o}=c.a.get("wp").api,a=c.a.get("editorVersion"),{data:r}=e,l=Object(n.a)(e,["data"]);return new s.a((e,n)=>{i.a.ajax(p(p({url:o},l),{},{data:"object"==typeof r&&null!==r?p(p({},r),{},{hash:t,version:a}):r,onbeforeunload:()=>"You have unsaved data.",failedAttempts:0,success(t){this.failedAttempts=0,window.onbeforeunload=null,e(t)},error(e){const{status:t,responseJSON:o}=e;0===t?(this.failedAttempts++,window.onbeforeunload=this.onbeforeunload,this.failedAttempts<=5&&setTimeout(()=>i.a.ajax(this),5e3*this.failedAttempts)):n(o)}}))})}function g(e,t={}){return fetch(e,t)}function v(e=650){return new s.a(t=>{setTimeout(()=>{t(!0)},e)})}function f(){const{getProject:e}=c.a.get("wp").api;return h({type:"POST",dataType:"json",data:{action:e}}).then(({data:e})=>e).then(d.e)}function y(e,t={}){const{setProject:o}=c.a.get("wp").api,{is_autosave:n=1}=t,{data:a,dataVersion:r}=Object(d.j)(e);return h({type:"POST",dataType:"json",data:{data:a,dataVersion:r,is_autosave:n,action:o}})}function O(){const{url:e,hash:t,lockProject:o}=c.a.get("wp").api,n=c.a.get("editorVersion");return g(e,{method:"POST",body:new URLSearchParams({version:n,hash:t,action:o})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})}function S(){const{removeLock:e}=c.a.get("wp").api,t=c.a.get("editorVersion"),o=new URL(b);return o.searchParams.append("action",e),o.searchParams.append("version",t),navigator.sendBeacon(""+o)}function x(e){return function(){const e=c.a.get("wp").api;return h({type:"POST",dataType:"json",data:{id:c.a.get("wp").page,action:e.getPage}}).then(({data:e})=>e.map(d.d))}().then(t=>t.find(t=>t.id===e))}function C(e,t={}){const{updatePage:o}=c.a.get("wp").api,{is_autosave:n=1}=t;return h({type:"POST",dataType:"json",data:p(p({action:o},Object(d.i)(e)),{},{is_autosave:n})})}function j(e){const{api:{updateRules:t,hash:o,url:n},page:a}=c.a.get("wp"),{rules:r,dataVersion:i}=e;return g(`${n}?action=${t}&hash=${o}&post=${a}&version=${c.a.get("editorVersion")}&dataVersion=${i}`,{method:"POST",credentials:"same-origin",headers:{"Content-Type":"application/json"},body:JSON.stringify(r)})}function P(){const{api:{getRuleList:e,hash:t,url:o},page:n}=c.a.get("wp"),a=c.a.get("editorVersion");return g(o,{method:"POST",body:new URLSearchParams({action:e,post:n,version:a,hash:t})}).then(e=>e.json()).then(({data:e})=>e)}function B(){const{getGlobalBlockList:e}=c.a.get("wp").api;return h({type:"POST",dataType:"json",data:{action:e}}).then(({data:e})=>e.map(d.b).reduce((e,{uid:t,data:o,status:n,rules:a,position:r,meta:i})=>(e[t]={data:o,status:n,meta:i,rules:a,position:r,id:t},e),{}))}function w(e){const{createGlobalBlock:t}=c.a.get("wp").api,o=e.data.value._id,{data:n,rules:a,meta:r}=Object(d.h)(e);return h({type:"POST",dataType:"json",data:{uid:o,status:"draft",data:n,rules:a,meta:r,media:Object(d.a)(e),action:t}})}function T(e,t,o={}){const{updateGlobalBlock:n}=c.a.get("wp").api,{is_autosave:a=1}=o,{data:r,rules:i,meta:l,status:s}=Object(d.h)(t);return h({type:"POST",dataType:"json",data:{uid:e,status:s,data:r,rules:i,is_autosave:a,meta:l,action:n}})}function z(e,t={}){const{updateGlobalBlocks:o}=c.a.get("wp").api,{is_autosave:n=1}=t,a=Object.entries(e).reduce((e,[t,o])=>{const{data:n,position:a,rules:r,meta:i,status:l}=Object(d.h)(o);return e.uid.push(t),e.status.push(l),e.data.push(null!=n?n:""),e.position.push(JSON.stringify(a)),e.rules.push(r),e.meta.push(i),e},{uid:[],status:[],data:[],position:[],rules:[],meta:[]});return h({type:"POST",dataType:"json",data:{uid:a.uid,status:a.status,data:a.data,position:a.position,rules:a.rules,is_autosave:n,meta:a.meta,action:o}})}function E(e,t={}){const{updateBlockPositions:o,hash:n,url:a}=c.a.get("wp").api,r=c.a.get("editorVersion"),{is_autosave:i=1}=t;return h({type:"POST",url:`${a}?action=${o}&hash=${n}&is_autosave=${i}&version=${r}`,dataType:"json",contentType:"application/json",data:JSON.stringify(e)})}function k(e){const{api:t,page:o}=c.a.get("wp"),n={post_id:o,media:e};return m(t.downloadMedia,n).then(({data:e})=>e)}function H(e){const{api:t,page:o}=c.a.get("wp"),n={post_id:o,attachment_id:e};return m(t.getMediaUid,n).then(({data:e})=>e)}function F(e,t){return m(c.a.get("wp").api.setFeaturedImage,{post:e,attachmentId:t})}function _(e,t,o,n){return m(c.a.get("wp").api.setFeaturedImageFocalPoint,{post:e,attachmentId:t,pointX:o,pointY:n})}function R(e){return m(c.a.get("wp").api.removeFeaturedImage,{post:e})}function L(){return m(c.a.get("wp").api.getSidebars,{}).then(({data:e})=>e)}function M(e){return m(c.a.get("wp").api.shortcodeContent,{shortcode:e}).then(({data:e})=>e)}function W(){return m(c.a.get("wp").api.getMenus,{}).then(({data:e})=>e)}function I(){return m(c.a.get("wp").api.getFonts,{}).then(({data:e})=>e)}function N(e){const t={attachment_id:e};return m(c.a.get("wp").api.getAttachmentUid,t).then(({data:e})=>e)}function A(e){return m(c.a.get("wp").api.getPostObjects,{postType:e}).then(({data:e})=>e)}function V(){return m(c.a.get("wp").api.getRuleGroupList,{context:"popup-rules"}).then(({data:e})=>e)}function D(){const{url:e,hash:t,heartBeat:o}=c.a.get("wp").api,n=c.a.get("editorVersion");return g(e,{method:"POST",body:new URLSearchParams({action:o,version:n,hash:t})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})}function $(){const{url:e,hash:t,takeOver:o}=c.a.get("wp").api,n=c.a.get("editorVersion");return g(e,{method:"POST",body:new URLSearchParams({action:o,version:n,hash:t})}).then(e=>e.json()).then(e=>{if(e.success)return e.data;throw e})}},function(e,t,o){"use strict";o.d(t,"a",(function(){return h}));var n=o(2),a=o(0),r=o.n(a),i=o(41),l=o.n(i),s=o(4),c=o.n(s),d=o(7);class u extends a.Component{constructor(...e){super(...e),Object(n.a)(this,"content",r.a.createRef()),Object(n.a)(this,"updateDOM",()=>{setTimeout(()=>{if(this.unmounted)return;const e=this.content.current;e&&this.props.onUpdateDOM(this.math,e)},0)})}componentDidMount(){this.updateDOM()}componentDidUpdate(){this.updateDOM()}componentWillUnmount(){this.unmounted=!0}math(e,t,o,n,a){const r=Math.max(o,e),i=r-e,l=e/r*a,s=a-l;return{client:e,offset:t,position:n,track:a,overflow:i,thumb:l,piece:s,shift:0===i?0:n/i*s,scroll:r}}render(){return r.a.createElement("div",{ref:this.content,className:this.props.className,style:this.props.style,onScroll:this.updateDOM},this.props.children)}}u.defaultProps={onUpdateDOM:d.default.noop};var p=o(46),b=o.n(p);class m extends a.Component{constructor(e){super(e),this.state={startTop:!1,startLeft:!1},this.handleMouseDown=this.handleMouseDown.bind(this),this.handleMouseMove=this.handleMouseMove.bind(this),this.handleMouseUp=this.handleMouseUp.bind(this)}componentDidMount(){const e=l.a.findDOMNode(this);this.document=b()(e.style?e.ownerDocument:e.document||e),this.window=b()(this.document[0].defaultView||this.document[0].parentWindow)}handleMouseDown(e,t,o){if(b()(o.target).hasClass("brz-ed-sidebar-block-remove"))return e(o),void t(o);e(o),this.window.on("mousemove",this.handleMouseMove),this.window.on("mouseup",this.handleMouseUp),this.setState({startLeft:o.clientX,startTop:o.clientY}),this.props.onDragStart(this),t(o)}handleMouseMove(e){var t={top:e.clientY-this.state.startTop,left:e.clientX-this.state.startLeft};this.props.onDragMove(t,this),e.preventDefault()}handleMouseUp(){this.window.off("mousemove",this.handleMouseMove),this.window.off("mouseup",this.handleMouseUp),this.props.onDragEnd(this)}render(){const e=r.a.Children.only(this.props.children);return r.a.cloneElement(e,{onMouseDown:t=>{this.handleMouseDown(e.props.onMouseDown||d.default.noop,this.props.onMouseDown||d.default.noop,t)}})}}m.defaultProps={currentWindow:{},onDragEnd:d.default.noop,onDragStart:d.default.noop,onDragMove:d.default.noop};class h extends a.Component{constructor(e){super(e),Object(n.a)(this,"captureStart",()=>{this._start=!1}),Object(n.a)(this,"handleChange",({left:e=null,top:t=null})=>{const o=l.a.findDOMNode(this.scrollable);this.props.onChange({left:e||o.scrollLeft,top:t||o.scrollTop})}),Object(n.a)(this,"handleMouseDown",e=>{const t=l.a.findDOMNode(this.wideTrack),o=t.getBoundingClientRect(),n=(e.clientX-o.left-this._wide.thumb/2)/this._wide.piece*this._wide.overflow;e.target===t&&(l.a.findDOMNode(this.scrollable).scrollLeft=n)}),Object(n.a)(this,"handleMouseDown2",e=>{const t=l.a.findDOMNode(this.tallTrack),o=t.getBoundingClientRect(),n=(e.clientY-o.top-this._tall.thumb/2)/this._tall.piece*this._tall.overflow;e.target===t&&(l.a.findDOMNode(this.scrollable).scrollTop=n,this.handleChange({top:n}))}),Object(n.a)(this,"handleMove",e=>{!1===this._start&&(this._start=parseInt(this.wideThumb.style.left));const t=(e.left+this._start)/this._wide.piece*this._wide.overflow;l.a.findDOMNode(this.scrollable).scrollLeft=t,this.handleChange({left:t})}),Object(n.a)(this,"handleMove2",e=>{!1===this._start&&(this._start=parseInt(this.tallThumb.style.top));const t=(e.top+this._start)/this._tall.piece*this._tall.overflow;l.a.findDOMNode(this.scrollable).scrollTop=t,this.handleChange({top:Math.min(this._tall.overflow,Math.max(0,t))})}),Object(n.a)(this,"handleResize",()=>{this.forceUpdate()}),Object(n.a)(this,"handleUpdateDOM",(e,t)=>{let o,n,a=l.a.findDOMNode(this.wideTrack),r=this.wideThumb,i=l.a.findDOMNode(this.tallTrack),s=this.tallThumb,c={overflow:Math.max(0,t.scrollWidth-t.clientWidth)},d={overflow:Math.max(t.scrollHeight-t.clientHeight)};a.style.position="absolute",i.style.position="absolute",r.style.position="relative",s.style.position="relative",a.style.display="block",o=a.offsetHeight,i.style.display="block",n=i.offsetWidth,t.style.overflow="hidden",t.style.borderBottomWidth=o+"px",t.style.borderBottomStyle=c.overflow?"solid":"none",t.style.borderRightWidth=n+"px",t.style.borderRightStyle=d.overflow?"solid":"none",c.overflow=Math.max(0,t.scrollWidth-t.clientWidth),d.overflow=Math.max(0,t.scrollHeight-t.clientHeight),a.style.display=c.overflow?"block":"none",a.style.width=t.clientWidth+"px",a.style.left=0,a.style.top=t.offsetHeight-o+"px",i.style.display=d.overflow?"block":"none",i.style.height=t.clientHeight+"px",i.style.top=0,this._wide=c=e(t.clientWidth,t.offsetWidth,t.scrollWidth,t.scrollLeft,a.clientWidth),this._tall=d=e(t.clientHeight,t.offsetHeight,t.scrollHeight,t.scrollTop,i.clientHeight),r.style.left=c.shift+"px",r.style.width=c.thumb+"px",s.style.top=d.shift+"px",s.style.height=d.thumb+"px"}),Object(n.a)(this,"handleWheel",e=>{e.stopPropagation();let t=l.a.findDOMNode(this.scrollable);const o=t.scrollTop,n=t.scrollLeft,a=navigator.userAgent.toLowerCase();let r=1;/firefox/.test(a)&&(r=20),/chrome/.test(a)&&(r=.8),this.props.onlyWide?t.scrollLeft=n+(e.deltaX?e.deltaX:e.deltaY*r):(e.preventDefault(),t.scrollTop=o+e.deltaY*r,t.scrollLeft=n+e.deltaX),(t.scrollTop!=o||t.scrollLeft!=n||this.props.onlyWide)&&e.preventDefault(),this.handleChange({left:t.scrollLeft,top:t.scrollTop})}),this.handleRef=r.a.createRef(),this._start=0,this._wide={},this._tall={}}componentDidMount(){this.handleRef.current.addEventListener("wheel",this.handleWheel,{passive:!1}),window.addEventListener("resize",this.handleResize,{passive:!0})}componentWillUnmount(){window.removeEventListener("resize",this.handleResize),this.handleRef.current.removeEventListener("wheel",this.handleWheel)}handleSetPositionWide(e){this.handleMove({top:0,left:e})}render(){const e=c()("brz-ed-scroll-pane",this.props.className);return r.a.createElement("div",{ref:this.handleRef,className:e,style:{position:"relative",width:this.props.style.width,height:this.props.style.height}},r.a.createElement(u,{ref:e=>{this.scrollable=e},className:"brz-ed-scroll-inner",style:this.props.style,onUpdateDOM:this.handleUpdateDOM},this.props.children),r.a.createElement(m,{ref:e=>{this.wideTrack=e},onDragStart:this.captureStart,onDragMove:this.handleMove},r.a.createElement("div",{className:"brz-ed-wide-track",onMouseDown:this.handleMouseDown},r.a.createElement("div",{ref:e=>{this.wideThumb=e},className:"brz-ed-wide-thumb"}))),r.a.createElement(m,{ref:e=>{this.tallTrack=e},onDragStart:this.captureStart,onDragMove:this.handleMove2},r.a.createElement("div",{className:"brz-ed-tall-track",onMouseDown:this.handleMouseDown2},r.a.createElement("div",{ref:e=>{this.tallThumb=e},className:"brz-ed-tall-thumb"}))))}}Object(n.a)(h,"defaultProps",{className:"",style:{},window:null,onlyWide:!1,wrapScrollable:e=>e,onChange:()=>{}})},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));const n=e=>!0},function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"a",(function(){return a}));const n=e=>e.target.value;function a(e,t){"function"==typeof t?t(e):t&&e&&(t.current=e)}},function(e,t,o){"use strict";let n;o.d(t,"a",(function(){return n})),function(e){e.pending="pending",e.changed="changed",e.unchanged="unchanged"}(n||(n={}))},function(e,t,o){"use strict";o.d(t,"e",(function(){return c})),o.d(t,"j",(function(){return d})),o.d(t,"b",(function(){return u})),o.d(t,"h",(function(){return p})),o.d(t,"f",(function(){return w})),o.d(t,"g",(function(){return T})),o.d(t,"k",(function(){return z})),o.d(t,"c",(function(){return E})),o.d(t,"a",(function(){return k})),o.d(t,"d",(function(){return H})),o.d(t,"i",(function(){return F}));var n=o(2),a=o(44),r=o(35),i=o(79);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function s(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const c=e=>{let t;if(!e.data)throw new i.h("Project data should exist");try{t=JSON.parse(e.data)}catch(t){throw new i.h("Failed to parse project data "+e.data)}return s(s({},e),{},{data:t})},d=e=>{let t=JSON.stringify(e.data);return s(s({},e),{},{data:t})},u=e=>{let t,o,n,a,l;if(!e.data)throw new i.b("globalBlock data should exist");try{t=JSON.parse(e.data)}catch(t){throw new i.b("Failed to parse globalBlock data "+e.data)}if(e.meta)try{o=JSON.parse(e.meta)}catch(e){o={}}else o={};if(e.rules)try{n=r.o?e.rules:JSON.parse(e.rules)}catch(e){throw new i.b("globalBlock rules are wrong")}else n=[];if(e.position)try{a=r.o?e.position:JSON.parse(e.position)}catch(e){throw new i.b("globalBlock position are wrong")}else a={};return l=e.status?e.status:"publish",s(s({},e),{},{data:t,meta:o,position:a,status:l,rules:n})},p=e=>{const t=JSON.stringify(e.data),o=JSON.stringify(e.meta),n=JSON.stringify(e.rules);return s(s({},e),{},{data:t,meta:o,rules:n})};var b=o(97),m=o(121);const h=({models:e,globalBlocks:t})=>{const o=new Set;return Object(b.e)(e,{Component({type:e,value:t}){const n=Object(m.a)(e).content||{};Object.entries(n.images||{}).forEach(([e,n])=>{const a=t[e]||n;a&&o.add(a)})},GlobalBlock({value:{_id:e}}){const n=t&&t[e];n&&h({models:n}).forEach(e=>{o.add(e)})}}),[...o]};var g=o(113),v=o(78),f=o(54),y=o(128),O=o(47),S=o(153),x=o(140),C=o(33),j=o(52);function P(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function B(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?P(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):P(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const w=e=>{let t,o;if(!e.data)throw new i.i("savedBlock data should exist");try{t=JSON.parse(e.data)}catch(t){throw new i.i("Failed to parse savedBlock data "+e.data)}if(e.meta)try{o=JSON.parse(e.meta)}catch(e){o={}}else o={};return B(B({},e),{},{data:t,meta:o})},T=e=>{let t,o;if(!e.data)throw new i.j("savedLayout data should exist");try{t=JSON.parse(e.data)}catch(t){throw new i.j("Failed to parse savedLayout data "+e.data)}if(e.meta)try{o=JSON.parse(e.meta)}catch(e){o={}}else o={};return B(B({},e),{},{data:t,meta:o})},z=e=>{const t=JSON.stringify(e.data),o=JSON.stringify(e.meta);return B(B({},e),{},{data:t,meta:o})},E=e=>{let t;if(e.meta)try{t=JSON.parse(e.meta)}catch(e){t={}}else t={};return B(B({},e),{},{meta:t})},k=e=>{const{data:t,meta:o}=e,{extraFontStyles:n}=o,a=Object(b.b)({models:t}),r=h({models:t}),i=Object(b.d)(n),l=Object(b.c)({models:t}),s=new Set;return[...a,...i].forEach(({family:e,type:t})=>{"upload"===t&&s.add(e)}),JSON.stringify({images:r,uploads:l,fonts:[...s]})},H=e=>{const t=Object(v.a)(O.c,Object(a.c)({_kind:()=>"wp",id:Object(v.a)(O.d("id"),f.a),data:Object(g.a)(O.d("data"),x.a,O.c,Object(C.f)({items:[]})),dataVersion:Object(g.a)(O.d("dataVersion"),y.a,Object(C.f)(0)),slug:Object(g.a)(O.d("slug"),f.a,Object(C.f)("")),title:Object(g.a)(O.d("title"),f.a,Object(C.f)("")),status:Object(g.a)(O.d("status"),S.a(["draft","publish"]),Object(C.f)("draft")),is_index:Object(g.a)(O.d("is_index"),S.a([!0,!1]),Object(C.f)(!1)),template:Object(g.a)(O.d("template"),f.a,Object(C.f)("")),url:Object(g.a)(O.d("url"),f.a,Object(C.f)(""))}))(e);if(void 0===t)throw new i.g("Failed to parse page");return t};function F(e){return B(B({},e),{},{data:JSON.stringify(e.data)})}Object(j.parse)({id:Object(v.a)(Object(O.d)("id"),f.a),title:Object(v.a)(Object(O.d)("title"),f.a,Object(C.f)("")),type:Object(v.a)(Object(O.d)("type"),f.a)}),Object(j.parse)({id:Object(v.a)(Object(O.d)("id"),f.a),title:Object(v.a)(Object(O.d)("title"),f.a,Object(C.f)("")),type:Object(v.a)(Object(O.d)("type"),f.a)}),Object(j.parse)({id:Object(v.a)(Object(O.d)("id"),f.a),title:Object(v.a)(Object(O.d)("title"),f.a,Object(C.f)(""))})},,,,,function(e,t,o){"use strict";var n=o(2),a=o(0),r=o.n(a),i=o(41),l=o.n(i),s=o(8),c=o.n(s);class d extends r.a.Component{constructor(e){super(e);const{node:t,className:o}=this.props,n=t.ownerDocument;this.el=n.createElement("div"),o&&(this.el.className=o),t.appendChild(this.el)}componentWillReceiveProps(e){e.className!==this.props.className&&(this.el.className=e.className)}componentWillUnmount(){this.props.node.removeChild(this.el)}render(){return l.a.createPortal(this.props.children,this.el)}}Object(n.a)(d,"propTypes",{className:c.a.string,node:c.a.object.isRequired}),t.a=d},function(e,t,o){"use strict";o.d(t,"b",(function(){return n.a})),o.d(t,"a",(function(){return a})),o.d(t,"c",(function(){return r}));var n=o(277);function a(e){return/^(https?:)?\/\//.test(e)}const r=e=>e.includes("?")},,function(e,t,o){"use strict";function n(...[e,...t]){return(...o)=>t.reduce((e,t)=>t(e),e(...o))}o.d(t,"a",(function(){return n}))},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return r}));var n=o(0),a=o.n(n);function r({children:e}){return a.a.createElement(a.a.Fragment,null,e)}},function(e,t,o){"use strict";o.d(t,"c",(function(){return a})),o.d(t,"b",(function(){return r})),o.d(t,"a",(function(){return i}));var n=o(2);const a="UNDO",r="REDO";class i{constructor(e){Object(n.a)(this,"snapshots",[]),Object(n.a)(this,"config",{maxSize:10,collapseFrequency:2e3}),Object(n.a)(this,"currentIndex",-1),Object(n.a)(this,"previousIndex",-1),Object(n.a)(this,"lastSnapshotTimestamp",0),Object(n.a)(this,"canUndo_",!1),Object(n.a)(this,"canRedo_",!1),e&&(this.config=e),this.snapshots=new Array(this.config.maxSize).fill(null)}getSnapshots(){return this.snapshots}getCurrentSnapshot(){var e;return null!==(e=this.snapshots[this.currentIndex])&&void 0!==e?e:null}getPreviousSnapshot(){var e;return null!==(e=this.snapshots[this.previousIndex])&&void 0!==e?e:null}getSnapshot(e){if(e>0){var t;const o=e-1;return null!==(t=this.snapshots[o])&&void 0!==t?t:null}{var o;const t=this.snapshots.filter(e=>null!==e).length+e;return null!==(o=this.snapshots[t])&&void 0!==o?o:null}}update(e,t){if(Object.keys(e).some(t=>{var o;return e[t]!==(null===(o=this.snapshots[this.currentIndex])||void 0===o?void 0:o[t])})){const o=e,n=Date.now();if(null!=t&&t.replacePresent)this.snapshots[this.currentIndex]=o;else{if(this.snapshots[this.currentIndex+1]&&null!==this.snapshots[this.currentIndex+1]){this.previousIndex=this.currentIndex,this.currentIndex++,this.snapshots[this.currentIndex]=o;for(let e=this.currentIndex+1;e<=this.snapshots.length-1;e++)this.snapshots[e]=null}else{if(n-this.lastSnapshotTimestamp>this.config.collapseFrequency){if(this.currentIndex===this.snapshots.length-1){for(let e=0;e<=this.snapshots.length-2;e++)this.snapshots[e]=this.snapshots[e+1];this.snapshots[this.snapshots.length-1]=o}else this.previousIndex=this.currentIndex,this.currentIndex++,this.snapshots[this.currentIndex]=o}else this.snapshots[this.currentIndex]=o}this.updateFlags(),this.lastSnapshotTimestamp=n}}}replaceSnapshots(e){if(e.length!==this.snapshots.length)throw new Error("History. snapshots must be of same lengths");for(let t=0;t<this.snapshots.length;t++)if(null===this.snapshots[t]&&null!==e[t]||null!==this.snapshots[t]&&null===e[t])throw new Error("History. only patch snapshots supported for now");this.snapshots=e}canUndo(){return this.canUndo_}undo(){this.canUndo()&&(this.previousIndex=this.currentIndex,this.currentIndex--,this.updateFlags())}canRedo(){return this.canRedo_}redo(){this.canRedo()&&(this.previousIndex=this.currentIndex,this.currentIndex++,this.updateFlags())}updateFlags(){this.canUndo_=this.currentIndex>0,this.canRedo_=Boolean(this.snapshots[this.currentIndex+1]&&null!==this.snapshots[this.currentIndex+1])}}},function(e,t,o){"use strict";o.d(t,"a",(function(){return r})),o.d(t,"d",(function(){return i})),o.d(t,"b",(function(){return l})),o.d(t,"c",(function(){return s}));var n=o(22),a=o(63);let r;!function(e){e[e.THIN=100]="THIN",e[e.EXTRA_LIGHT=200]="EXTRA_LIGHT",e[e.LIGHT=300]="LIGHT",e[e.NORMAL=400]="NORMAL",e[e.MEDIUM=500]="MEDIUM",e[e.SEMI_BOLD=600]="SEMI_BOLD",e[e.BOLD=700]="BOLD",e[e.EXTRA_BOLD=800]="EXTRA_BOLD",e[e.BLACK=900]="BLACK"}(r||(r={}));const i=Object.values(r).filter(e=>a.c(Number(e))),l=r.NORMAL,s=Object(n.b)(e=>i.includes(e))},function(e,t,o){"use strict";var n=o(0),a=o.n(n),r=o(7),i=o(126),l=o(4),s=o.n(l),c=o(59),d=o(110);const u=e=>{const{className:t,opened:o,children:n,onClose:r}=e,l=s()("brz-ed-fixed",t);return a.a.createElement(d.a,{node:window.parent.document.body},a.a.createElement(i.CSSTransition,{in:o,classNames:"brz-ed-fade",timeout:150},o?a.a.createElement("div",{className:l},a.a.createElement(c.a,{keyNames:["esc"],id:"key-helper-prompt-esc",onKeyUp:r}),a.a.createElement("div",{className:"brz-ed-fixed-overlay",onClick:r}),a.a.createElement("div",{className:"brz-ed-fixed-scroll"},n)):a.a.createElement("span",null)))};u.defaultProps={className:"",opened:!1,onClose:r.default.noop},t.a=u},,function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return r})),o.d(t,"a",(function(){return i}));var n=o(74);const a=({type:e,family:t})=>`${e}|${t}`,r=e=>{const[t,o]=e.split("|");return{type:t,family:o}},i=e=>{const t=n.a.getComponent(e);return t?t.defaultValue:{}}},,,function(e,t,o){"use strict";(function(e){o.d(t,"b",(function(){return d}));o(241);var n=o(15),a=o(65),r=o(111),i=o(544),l=o(382);o.d(t,"a",(function(){return l.a}));const s={},c=new Worker(e,{});async function d(e){if(!e)return Promise.reject("Could not find node");const t=getComputedStyle(e);if("none"===t.display||"0"===t.opacity)return Promise.reject(`Could not make screenshot for node ${e} because it's hidden`);let o;try{o=await Object(i.a)(e)}catch(e){console.error("cloneinline",e)}const r=function(e){let{width:t,height:o}=e.getBoundingClientRect();return{width:t,height:o}}(e),l=new Blob([o.outerHTML],{type:"text/plain"}),d=URL.createObjectURL(l);return new Promise((e,t)=>{const o=Object(a.a)(3),{assets:i,site:l}=n.a.get("urls");s[o]=[e,t,r,d],c.postMessage({id:o,url:d,assetUrl:i,siteUrl:l,options:r,proxyUrl:u()})})}function u(){{var e;const t=n.a.get("urls").site,o=null!==(e=n.a.get("prefix"))&&void 0!==e?e:"brizy";return Object(r.c)(t)?`${t}&${o}_file=`:`${t}?${o}_file=`}}c.onmessage=async e=>{const{id:t,url:o}=e.data,n=await fetch(o),a=await n.text(),[r,i,l,c]=s[t];URL.revokeObjectURL(c),URL.revokeObjectURL(o);const d=document.createElement("img");d.onload=async()=>{let e=d.width,t=d.height;e>600&&(t=Math.floor(600*t/e),e=600);const o=document.createElement("canvas");o.width=e,o.height=t,o.getContext("2d").drawImage(d,0,0,e,t);const n=o.toDataURL("image/jpeg",1);r({src:n,width:e,height:t})},d.onerror=i,d.crossOrigin="anonymous",d.src=a,delete s[t]}}).call(this,o(748))},function(e,t,o){"use strict";o.d(t,"b",(function(){return u.a})),o.d(t,"a",(function(){return b})),o.d(t,"c",(function(){return g}));var n=o(2),a=o(0),r=o.n(a),i=o(7),l=o(8),s=o.n(l),c=o(4),d=o.n(c),u=o(281),p=o(14);const b=({active:e})=>r.a.createElement("div",{className:"brz-control__check-group-option-icon"},r.a.createElement(p.b,{icon:e?"nc-check-square-on":"nc-check-square-off"}));function m(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function h(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?m(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):m(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}class g extends r.a.Component{constructor(...e){super(...e),Object(n.a)(this,"handleChange",e=>{const{defaultValue:t,onChange:o}=this.props;o(h(h({},t),{},{[e]:!t[e]}))})}renderOptions(){const{defaultValue:e,children:t}=this.props;return r.a.Children.map(t,(t,o)=>r.a.cloneElement(t,h(h({},t.props),{},{key:o,active:Boolean(e[t.props.value]),onClick:t.props.disabled?null:()=>this.handleChange(t.props.value)})))}render(){const e=d()("brz-control__check-group",this.props.className);return r.a.createElement("div",{className:e},this.renderOptions())}}Object(n.a)(g,"propTypes",{name:s.a.string,className:s.a.string,defaultValue:s.a.object,onChange:s.a.func}),Object(n.a)(g,"defaultProps",{name:"defaultName",className:"",defaultValue:{},onChange:i.default.noop})},,function(e,t,o){"use strict";o.d(t,"a",(function(){return a})),o.d(t,"b",(function(){return r}));const n={};function a(e,t,o=10){void 0===n[e]&&(n[e]=[]);const a={cb:t,priority:o},r=n[e].findIndex(({priority:e})=>a.priority<e);-1!==r?n[e].splice(r,0,a):n[e].push(a)}function r(e,t,...o){return void 0===n[e]?t:n[e].reduce((e,{cb:t})=>t(e,...o),t)}},function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));const n=e=>{switch(typeof e){case"string":{const t=""!==e?Number(e):NaN;return isNaN(t)?void 0:t}case"number":return isNaN(e)?void 0:e;default:return}}},,,,function(e,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"a",(function(){return l})),o.d(t,"c",(function(){return s}));var n=o(7);function a(e,t){let o=!1;for(let n=0;n<t.length;n++){for(let l=0;l<e.length;l++){if(a=e[l],i=t[n],a.type===i.type&&a.id&&i.id&&a.id===i.id){e[l]=r(e[l],t[n]),o=!0;break}o=!1}o||e.push(t[n])}var a,i;return function e(t){if(!t||"function"!=typeof t[Symbol.iterator])return t;for(let o of t){let t="options";o.columns&&(t="columns"),o.tabs&&(t="tabs"),o[t]&&(o[t]=e(o[t]))}return n.default.sortBy(t,"position")}(e)}function r(e,t){for(const o of Object.keys(t))"columns"===o||"options"===o||"tabs"===o?e[o]=a(e[o]||[],t[o]||[]):"disabled"===o&&!0===t[o]&&(e[o]=t[o]);return e}var i=o(61);const l=e=>Object(i.b)(["id","type"],e),s=(e,t)=>l(t)?Object(i.c)(s.bind(null,e),e(t)):Object(i.c)(s.bind(null,e),t)},function(e,t,o){"use strict";o.d(t,"a",(function(){return l})),o.d(t,"b",(function(){return s}));var n=o(15),a=o(53),r=o(102);let i;!function(e){e[e.include=1]="include",e[e.exclude=2]="exclude"}(i||(i={}));const l=e=>{const t=n.a.getAll();return Object(a.c)(t)&&Object(a.g)(t)&&!("rules"in e)},s=e=>Object(r.a)(n.a.getAll())},,,function(e,t,o){"use strict";o.d(t,"d",(function(){return l})),o.d(t,"e",(function(){return s})),o.d(t,"c",(function(){return c})),o.d(t,"a",(function(){return d})),o.d(t,"b",(function(){return u})),o.d(t,"f",(function(){return p}));var n=o(15);const a=()=>n.a.get("mode")||"page",r="internal_story"===a(),i="external_story"===a(),l=r||i,s="template"===a(),c="internal_popup"===a(),d="external_popup"===a(),u=c||d,p=e=>"internal_popup"===e||"external_popup"===e},function(e,t,o){"use strict";o.d(t,"c",(function(){return i})),o.d(t,"a",(function(){return l})),o.d(t,"d",(function(){return s})),o.d(t,"b",(function(){return c}));var n=o(22);let a;!function(e){e.px="px",e.em="em",e.rem="rem",e.vw="vw"}(a||(a={}));const r=Object.values(a),i=r.map(e=>({title:e,value:e})),l=a.px,s=e=>r.includes(e),c=Object(n.b)(s)},function(e,t,o){"use strict";o.d(t,"b",(function(){return d}));var n=o(2),a=o(7),r=o(0),i=o.n(r),l=o(4),s=o.n(l),c=o(198);o.d(t,"a",(function(){return c.a}));class d extends i.a.Component{constructor(...e){super(...e),Object(n.a)(this,"state",{currentValue:this.props.defaultValue}),Object(n.a)(this,"onItemClick",e=>{this.setState({currentValue:e}),this.props.onChange(e)}),Object(n.a)(this,"getCurrent",()=>a.default.find(this.props.children,e=>e.props.value===this.state.currentValue)||this.props.children[0])}componentWillReceiveProps(e){this.state.defaultValue!==e.defaultValue&&this.setState({currentValue:e.defaultValue})}renderOptions(){return i.a.Children.map(this.props.children,(e,t)=>i.a.cloneElement(e,{key:t,active:this.state.currentValue===e.props.value,name:this.props.name,onClick:e.props.disabled?null:this.onItemClick.bind(null,e.props.value)}))}renderForEdit(){const{className:e,name:t,currentValue:o}=this.props,n=s()("brz-control__radio",e);return i.a.createElement("div",{className:n},this.renderOptions(),i.a.createElement("input",{className:"brz-input",name:t,type:"hidden",value:o}))}renderForView(){const e=s()("brz-control__radio",this.props.className);return i.a.createElement("div",{className:e},this.renderOptions())}render(){return this.renderForEdit()}}Object(n.a)(d,"defaultProps",{name:"defaultName",defaultValue:"",onChange:a.default.noop})},function(e,t,o){"use strict";o.d(t,"a",(function(){return i})),o.d(t,"g",(function(){return l})),o.d(t,"d",(function(){return s})),o.d(t,"h",(function(){return r})),o.d(t,"b",(function(){return m})),o.d(t,"c",(function(){return h})),o.d(t,"f",(function(){return g})),o.d(t,"e",(function(){return f}));o(81);var n=o(2),a=o(115);const r={class:{typographyFontStyle:{prefix:"brz-tp",defaultValue:"paragraph"},tabletTypographyFontSize:{prefix:"brz-fs-sm-im",defaultValue:null},mobileTypographyFontSize:{prefix:"brz-fs-xs-im",defaultValue:null},tabletTypographyFontSizeSuffix:{prefix:"brz-fs-s-sm-im",defaultValue:null},mobileTypographyFontSizeSuffix:{prefix:"brz-fs-s-xs-im",defaultValue:null},tabletTypographyLineHeight:{prefix:"brz-lh-sm-im",defaultValue:null},mobileTypographyLineHeight:{prefix:"brz-lh-xs-im",defaultValue:null},tabletTypographyFontWeight:{prefix:"brz-fw-sm-im",defaultValue:null},mobileTypographyFontWeight:{prefix:"brz-fw-xs-im",defaultValue:null},tabletTypographyLetterSpacing:{prefix:"brz-ls-sm-im",defaultValue:null},mobileTypographyLetterSpacing:{prefix:"brz-ls-xs-im",defaultValue:null}},style:{},attribute:{}},i={class:{typographyFontStyle:{prefix:"brz-tp-lg",defaultValue:""},tabletTypographyFontStyle:{prefix:"brz-tp-sm",defaultValue:null},mobileTypographyFontStyle:{prefix:"brz-tp-xs",defaultValue:null},typographyFontFamily:{prefix:"brz-ff",defaultValue:"lato"},typographyFontFamilyType:{prefix:"brz-ft",defaultValue:"google"},typographyFontSize:{prefix:"brz-fs-lg",defaultValue:16},tabletTypographyFontSize:{prefix:"brz-fs-sm",defaultValue:null},mobileTypographyFontSize:{prefix:"brz-fs-xs",defaultValue:null},typographyFontSizeSuffix:{prefix:"brz-fss-lg",defaultValue:"px"},tabletTypographyFontSizeSuffix:{prefix:"brz-fss-sm",defaultValue:null},mobileTypographyFontSizeSuffix:{prefix:"brz-fss-xs",defaultValue:null},typographyFontWeight:{prefix:"brz-fw-lg",defaultValue:400},tabletTypographyFontWeight:{prefix:"brz-fw-sm",defaultValue:null},mobileTypographyFontWeight:{prefix:"brz-fw-xs",defaultValue:null},typographyLineHeight:{prefix:"brz-lh-lg",defaultValue:1.3},tabletTypographyLineHeight:{prefix:"brz-lh-sm",defaultValue:null},mobileTypographyLineHeight:{prefix:"brz-lh-xs",defaultValue:null},typographyLetterSpacing:{prefix:"brz-ls-lg",defaultValue:0},tabletTypographyLetterSpacing:{prefix:"brz-ls-sm",defaultValue:null},mobileTypographyLetterSpacing:{prefix:"brz-ls-xs",defaultValue:null},contentHorizontalAlign:{prefix:"brz-text-lg",defaultValue:"left"},tabletContentHorizontalAlign:{prefix:"brz-text-sm",defaultValue:null},mobileContentHorizontalAlign:{prefix:"brz-text-xs",defaultValue:null},marginTop:{prefix:"brz-mt-lg",defaultValue:0},tabletMarginTop:{prefix:"brz-mt-sm",defaultValue:null},mobileMarginTop:{prefix:"brz-mt-xs",defaultValue:null},marginBottom:{prefix:"brz-mb-lg",defaultValue:0},tabletMarginBottom:{prefix:"brz-mb-sm",defaultValue:null},mobileMarginBottom:{prefix:"brz-mb-xs",defaultValue:null},"block-colorPalette":{prefix:"brz-bcp",defaultValue:""}},style:{},attribute:{}},l={class:{colorPalette:{prefix:"brz-cp",defaultValue:""},shadowColorPalette:{prefix:"brz-scp",defaultValue:""},prepopulation:{prefix:"brz-pre-population",defaultValue:""},capitalize:{prefix:"brz-capitalize",defaultValue:"off"}},style:{opacity:{prefix:"opacity",defaultValue:1},shadow:{prefix:"text-shadow",defaultValue:""}},attribute:{populationColor:{prefix:"data-color",defaultValue:""}}},s=a.a.all([i,{}]),c=a.a.all([s,l]);a.a.all([c,r]);var d=o(54),u=o(40);function p(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function b(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?p(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):p(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const m=e=>h(e).v,h=e=>{const t=g(),o=v(e);return{v:b(b({},t),o),vs:{},vd:t}},g=()=>{const e={};return Object.entries(s).forEach(([,t])=>{Object.entries(t).forEach(([t,{defaultValue:o}])=>{e[t]=o})}),e},v=e=>{const t={},o=d.a(e.attr("class"));if(o){const e=new RegExp("^(.*)-(.*$)");o.split(" ").forEach(o=>{const n=o.match(e);if(n){const[,e,o]=n,a=function(e){const t={};return Object.entries(c).forEach(([,e])=>{Object.entries(e).forEach(([e,{prefix:o}])=>{t[o]=e})}),Object.entries(r).forEach(([,e])=>{Object.entries(e).forEach(([e,{prefix:o}])=>{t[o]=e})}),t[e]}(e);t[a]=function(e){if("empty"===e)return"";if(void 0===e)return null;e.includes(",")&&(e=e.split(",")[0]);return Object(u.d)(e.replace("m_","-").replace("_","."))?(t=e,Number(t.replace("m_","-").replace("_","."))):e;var t}(o)}})}return t};function f(e){return""===e?"empty":Object(u.d)(e)?String(e).replace(".","_").replace("-","m_"):e}},function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));const n=e=>{if("string"==typeof e)try{return JSON.parse(e)}catch(e){return}}},,function(e,t,o){"use strict";o.d(t,"b",(function(){return n})),o.d(t,"d",(function(){return a})),o.d(t,"c",(function(){return r})),o.d(t,"a",(function(){return i}));const n=400,a=400,r=400,i=800},function(e,t,o){"use strict";o.d(t,"a",(function(){return h})),o.d(t,"g",(function(){return g})),o.d(t,"c",(function(){return v})),o.d(t,"f",(function(){return f})),o.d(t,"e",(function(){return y})),o.d(t,"d",(function(){return O})),o.d(t,"b",(function(){return S}));var n=o(2),a=o(47),r=o(9),i=o(6),l=o(179),s=o(30),c=o(24);const d=["all","desktop","responsive"],u=(c.a.eq,e=>{var t;return null!==(t=(e=>{if("string"==typeof e)return d.includes(e)?e:void 0})(e))&&void 0!==t?t:"all"}),p=e=>u((null!=e?e:{}).devices);function b(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function m(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?b(Object(o),!0).forEach((function(t){Object(n.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):b(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const h=(e,t)=>{const o=t.startsWith("temp")?"temp":"",n=o.length?t.substr(4):t,a="value"===n||"Value"===n?"":n;return Object(r.a)([o,e,a])},g=(e,t)=>t&&"object"==typeof t?Object.keys(t).reduce((o,n)=>(o[h(e,n)]=t[n],o),{}):t,v=e=>String(e).endsWith("-dev"),f=(e,t)=>Object(l.b)(e,t)?e:i.d,y=(e,t)=>((e,t)=>{switch(t){case"all":return!0;case"responsive":return Object(s.f)(e);case"desktop":return Object(s.e)(e)}})(e,p(t))?e:s.d,O=e=>{var t,o,n,a,r,i,l,s,c,d,u;const p=null===(t=e.allowExtend)||void 0===t||t,b=null!==(o=e.allowExtendFromParent)&&void 0!==o?o:p,h=null!==(n=e.allowExtendFromChild)&&void 0!==n?n:p,g=null!==(a=e.allowExtendFromThirdParty)&&void 0!==a?a:p,v=null!==(r=e.allowSidebarExtend)&&void 0!==r?r:p,f=null!==(i=null!==(l=e.allowSidebarExtendFromParent)&&void 0!==l?l:e.allowSidebarExtend)&&void 0!==i?i:b,y=null!==(s=null!==(c=e.allowSidebarExtendFromChild)&&void 0!==c?c:e.allowSidebarExtend)&&void 0!==s?s:h,O=null!==(d=null!==(u=e.allowSidebarExtendFromThirdParty)&&void 0!==u?u:e.allowSidebarExtend)&&void 0!==d?d:g;return m(m({},e),{},{allowExtend:p,allowExtendFromParent:b,allowExtendFromChild:h,allowExtendFromThirdParty:g,allowSidebarExtend:v,allowSidebarExtendFromParent:f,allowSidebarExtendFromChild:y,allowSidebarExtendFromThirdParty:O})},S=(e=>{const t=e.reduce((e,t)=>(e[t]=!0,e),{});return function e(o){const n={};for(const[r,i]of Object.entries(o))t[r]&&a.b(i)?Object.assign(n,e(i)):n[r]=i;return n}})(["animation","content","families","images","link","style","styles","symbols","toolbar"])},,function(e,t,o){"use strict";var n=o(2),a=o(0),r=o.n(a);class i extends a.Component{render(){const{title:e,items:t,children:o}=this.props;return r.a.createElement("div",{title:e,className:"brz-control__select-optgroup"},r.a.createElement("div",{className:"brz-control__select-optgroup-label"},o),t)}}Object(n.a)(i,"defaultProps",{title:"",active:"",items:[]}),t.a=i},,,,,function(e,t,o){"use strict";o.d(t,"b",(function(){return c})),o.d(t,"a",(function(){return d})),o.d(t,"d",(function(){return p})),o.d(t,"c",(function(){return b}));var n=o(7),a=o(15),r=o(96),i=o(278),l=o(16),s=o(53);const c=(e,t,o)=>Object.entries(t).reduce((t,[n,a])=>(!e.includes(n)&&d(a,o)&&t.push(n),t),[]);function d(e,t){return!!Object(i.a)(e.data)||(l.e?function({rules:e},t){const{ruleMatches:o}=a.a.get("wp"),i=e.find(({entityType:e,appliedFor:o,entityValues:n})=>o===r.d&&e===r.e&&n.some(e=>String(e)===t.id));if(i)return b(i);const l=o.map(({type:e,group:t,entityType:o,values:n})=>({type:e,entityType:o,appliedFor:t,entityValues:n})),s=u(e),c=u(l);let d=s.level1.find(e=>c.level1.find(({entityType:t,appliedFor:o,entityValues:a})=>o===e.appliedFor&&t===e.entityType&&n.default.intersection(a,e.entityValues).length));if(d)return b(d);if(d=s.level2.find(e=>c.level2.find(({entityType:t,appliedFor:o})=>o===e.appliedFor&&t===e.entityType)),d)return b(d);if(s.level3.length)return b(s.level3[0]);return!1}(e,t):function(e,t){if(!e)throw Error("GlobalBlock should exist");const{rules:o}=e,{level1:a,level2:r,level3:i}=p(o,t);let l=!1;if(Object(s.e)(t)){const{fields:e}=t,a=function(e){return e.filter(({__typename:e})=>"CollectionItemFieldReference"===e||"CollectionItemFieldMultiReference"===e).map(e=>{if("CollectionItemFieldReference"===e.__typename){return{appliedFor:1,entityType:e.type.collectionType.id,entityValues:e.referenceValues.collectionItem.id}}if("CollectionItemFieldMultiReference"===e.__typename){return{appliedFor:1,entityType:e.type.collectionType.id,entityValues:e.multiReferenceValues.collectionItems.map(({id:e})=>e)}}})}(e);l=function(e=[],t=[]){return e.find(({entityType:e,entityValues:o})=>{let a=!1;return t.forEach(t=>{t.entityType===e&&(a=n.default.intersection(t.entityValues,o))}),a.length})}(o,a)}if(a)return b(a);if(l)return b(l);if(r)return b(r);if(i)return b(i);return!1}(e,t))}function u(e){return e.reduce((e,t)=>{const{appliedFor:o,entityType:n,entityValues:a}=t;return n===r.e||(""===o||null===o?e.level3.push(t):a.length?e.level1.push(t):e.level2.push(t)),e},{level1:[],level2:[],level3:[]})}function p(e=[],t){const o=Object(r.h)(t);return{level1:e.find(({appliedFor:e,entityType:t,entityValues:n})=>e===o.group&&t===o.type&&n.some(e=>String(e)===String(o.id))),level2:e.find(({appliedFor:e,entityType:t,entityValues:n})=>e===o.group&&t===o.type&&!n.length),level3:e.find(({appliedFor:e,entityType:t})=>(""===e||null===e)&&""===t)}}function b(e){return 1===e.type}},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return n}));const n=e=>t=>e.includes(t)?t:void 0},,,,,,,function(e,t,o){"use strict";o.d(t,"a",(function(){return d}));var n=o(2),a=o(0),r=o.n(a),i=o(7),l=o(4),s=o.n(l),c=o(14);class d extends r.a.Component{constructor(...e){super(...e),Object(n.a)(this,"onChange",e=>{const{valueMap:t,onChange:o}=this.props,n=i.default.isObject(t)?t[e.target.checked]:e.target.checked;setTimeout(o,200,n)})}render(){const{className:e,defaultValue:t,valueMap:o,arrowCheck:n,arrowUnCheck:a}=this.props,l=i.default.isObject(o)?"true"===i.default.findKey(o,e=>e===t):t,d=s()("brz-ed-control__switch",e);return r.a.createElement("div",{className:d},r.a.createElement("label",{className:"brz-label brz-ed-control__switch-label"},r.a.createElement("input",{type:"checkbox",className:"brz-input brz-ed-control__switch-input",defaultChecked:l,onChange:this.onChange}),r.a.createElement("span",{className:"brz-span brz-ed-control__switch-arrows"},r.a.createElement(c.b,{className:"brz-ed-control__switch--check",icon:n}),r.a.createElement(c.b,{className:"brz-icon-svg brz-ed-control__switch--un-check",icon:a})),r.a.createElement("span",{className:"brz-span brz-ed-control__switch--handle"})))}}Object(n.a)(d,"defaultProps",{className:"",arrowCheck:"nc-check-small",arrowUnCheck:"nc-remove",defaultValue:!1,valueMap:null})},function(e,t,o){"use strict";o.d(t,"a",(function(){return p}));var n=o(12),a=o(36),r=o(0),i=o.n(r),l=o(7),s=o(4),c=o.n(s),d=o(251),u=o(33);function p(e){let{value:t,onChange:o,children:s,className:p}=e,b=Object(a.a)(e,["value","onChange","children","className"]);const m=void 0!==t?[t]:[],h=Object(r.useCallback)(Object(u.d)(o,l.last),[o]);return i.a.createElement(d.a,Object(n.a)({},b,{className:c()(p,"brz-ed-control__select-single"),onChange:h,value:m,hideSelected:!1}),s)}},function(e,t,o){"use strict";o.d(t,"a",(function(){return r})),o.d(t,"b",(function(){return i}));var n=o(36),a=o(143);const r=e=>{const{population:t,label:o,icon:r,disabled:i,display:l,states:s,devices:c,helper:d,position:u}=e,p=Object(n.a)(e,["population","label","icon","disabled","display","states","devices","helper","position"]);return void 0!==t&&Object(a.c)(p.type)?{id:p.id,label:o,icon:r,disabled:i,display:l,states:s,devices:c,helper:d,position:u,className:p.className,type:"population-dev",config:{choices:t},options:[p]}:e},i=e=>"optgroup"in e},,,function(e,t,o){"use strict";o.d(t,"a",(function(){return se})),o.d(t,"c",(function(){return de})),o.d(t,"d",(function(){return ue})),o.d(t,"b",(function(){return pe}));var n={};o.r(n),o.d(n,"getItems",(function(){return G})),o.d(n,"getItemsSimple",(function(){return U})),o.d(n,"getItemsMMenu",(function(){return K}));var a={};o.r(a),o.d(a,"getItems",(function(){return Y})),o.d(a,"getItemsSimple",(function(){return q})),o.d(a,"getItemsMMenu",(function(){return X}));var r={};o.r(r),o.d(r,"getItems",(function(){return J}));var i={};o.r(i),o.d(i,"title",(function(){return Q})),o.d(i,"getItems",(function(){return ee}));var l=o(12),s=o(36),c=o(2),d=o(0),u=o.n(d),p=o(7),b=o(42),m=o(4),h=o.n(m),g=o(15),v=o(95),f=o(20),y=o(23),O=o(34),S=o(51),x=o(110),C=o(16),j=o(66),P=o(91),B=(o(241),o(8)),w=o.n(B),T=o(119),z=o(14);function E({iframeSrc:e,opened:t,onClose:o}){return u.a.createElement(T.a,{opened:t,onClose:o},u.a.createElement(k,{src:e,onRequestClose:o}))}function k({src:e,onRequestClose:t}){const[o,n]=Object(d.useState)(!1),a=Object(d.useRef)(null);return Object(d.useEffect)(()=>{const o=o=>{const r=new URL(e);if(o.origin===r.origin&&o.source===a.current.contentWindow&&o.data&&o.data.type)switch(o.data.type){case"CLOSE":t();break;case"NAVIGATE":o.data.url&&(n.parent.location.href=o.data.url)}},n=a.current.ownerDocument.defaultView;return n.addEventListener("message",o),()=>n.removeEventListener("message",o)},[]),u.a.createElement(u.a.Fragment,null,u.a.createElement("iframe",{ref:a,title:"ThirdParty",src:e,style:{position:"relative",display:o?"block":"none",width:"100%",maxWidth:"1140px",height:"90%",maxHeight:"967px",border:0,borderRadius:"7px"},onLoad:()=>n(!0)}),!o&&u.a.createElement(z.b,{icon:"nc-circle-02",className:"brz-ed-animated--spin",style:{fontSize:"30px",color:"rgba(255, 255, 255, 0.75)"}}))}E.defaultProps={iframeSrc:"",opened:!1,onClose:p.default.noop},E.propTypes={iframeSrc:w.a.string.isRequired,opened:w.a.bool,onClose:w.a.func},k.defaultProps={src:"",onRequestClose:p.default.noop},k.propTypes={src:w.a.string.isRequired,onRequestClose:w.a.func};var H=o(25),F=(o(19),o(127)),_=o(11),R=o(60),L=o(1),M={getItems:function(){return[{id:"main",type:"group",title:Object(L.a)("Menu"),icon:"nc-tabs",disabled:(e,t)=>t.isInSubMenu,items:[]}]}};var W=o(561),I=o(17),N=o(10),A=o(3),V=o(13),D=o(30),$=o(6);function G({v:e,device:t,state:o}){return"on"===Object(A.defaultValueValue)({v:e,device:t,state:o,key:"mMenu"})?K({v:e,device:t,state:o}):U({v:e,device:t,state:o})}function U({v:e,device:t,state:o}){const n=n=>Object(A.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:a}=Object(V.d)(n("colorHex"),n("colorPalette")),{hex:r}=Object(V.d)(n("subMenuColorHex"),n("subMenuColorPalette"));return[{id:"toolbarMenuSettings",type:"popover-dev",config:{icon:"nc-menu-3",title:Object(L.a)("Menu")},position:10,options:[{id:"menuSize",type:"slider-dev",label:Object(L.a)("Size"),position:20,disabled:"horizontal"===n("verticalMode"),config:{min:10,max:100,units:[{title:"%",value:"%"}]}}]},{id:"toolbarMenuItem",type:"popover-dev",config:{icon:"nc-star",title:Object(L.a)("Icon")},position:20,options:[{id:"iconPosition",label:Object(L.a)("Position"),type:"radioGroup-dev",position:10,choices:[{value:"left",icon:"nc-align-left"},{value:"right",icon:"nc-align-right"}]},{id:"iconSize",type:"slider-dev",label:Object(L.a)("Size"),position:20,config:{min:0,max:100,units:[{title:"px",value:"px"}]}},{id:"iconSpacing",type:"slider-dev",devices:"desktop",label:Object(L.a)("Spacing"),roles:["admin"],position:30,config:{min:0,max:100,units:[{title:"px",value:"px"}]}}]},{id:"subMenuToolbarMenuItem",type:"popover-dev",config:{icon:"nc-star",title:Object(L.a)("Icon")},position:20,options:[{id:"subMenuIconPosition",label:Object(L.a)("Position"),type:"radioGroup-dev",position:10,choices:[{value:"left",icon:"nc-align-left"},{value:"right",icon:"nc-align-right"}]},{id:"subMenuIconSize",type:"slider-dev",label:Object(L.a)("Size"),position:20,config:{min:0,max:100,units:[{title:"px",value:"px"}]}},{id:"subMenuIconSpacing",type:"slider",devices:"desktop",label:Object(L.a)("Spacing"),roles:["admin"],position:30,slider:{min:0,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.subMenuIconSpacing},onChange:({value:t})=>({subMenuIconSpacing:t,mMenuIconSpacing:e.subMenuIconSpacing===e.mMenuIconSpacing?t:e.mMenuIconSpacing})}]},{id:"toolbarTypography",type:"popover-dev",config:{icon:"nc-font",size:t===D.a?"large":"auto",title:Object(L.a)("Typography")},roles:["admin"],position:70,options:[{id:"",type:"typography-dev",config:{fontFamily:t===D.a}}]},{id:"subMenuToolbarTypography",type:"popover-dev",config:{icon:"nc-font",size:t===D.a?"large":"auto",title:Object(L.a)("Typography")},roles:["admin"],position:70,options:[{id:"subMenu",type:"typography-dev",config:{fontFamily:t===D.a}}]},{id:"toolbarColor",type:"popover-dev",config:{size:"auto",title:Object(L.a)("Colors"),icon:{style:{backgroundColor:Object(I.c)(a,e.colorOpacity)}}},devices:"desktop",position:80,roles:["admin"],options:[{id:"color",type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[{id:"color",type:"colorPicker-dev",states:[$.c,$.b,$.a]}]},{id:"bg",label:Object(L.a)("Bg"),options:[{id:"menuBgColor",type:"colorPicker-dev",states:[$.c,$.b,$.a]}]},{id:"border",label:Object(L.a)("Border"),options:[{id:"menuBorder",type:"border-dev",states:[$.c,$.b,$.a]}]}]}]},{id:"subMenuToolbarColor",type:"popover-dev",config:{size:"auto",title:Object(L.a)("Colors"),icon:{style:{backgroundColor:Object(I.c)(r,e.subMenuColorOpacity)}}},devices:"desktop",position:80,roles:["admin"],options:[{id:"subMenuColor",type:"tabs-dev",config:{position:"left"},tabs:[{id:"tabNormal",icon:"nc-circle",title:Object(L.a)("Normal"),options:[{id:"subMenuColorTabs",type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"subMenuColor",onChangeHex:["onChangeColorHexSubMenu2"],onChangePalette:["onChangeColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"subMenuColor",onChange:["onChangeColorFieldsSubMenu2"]})]}]}]},{id:"tabBackground",label:Object(L.a)("Bg"),options:[Object(N.b)({v:e,device:t,state:"normal",prefix:"subMenuBg",showSelect:!1,onChangeHex:["onChangeBgColorHexSubMenu2"],onChangePalette:["onChangeBgColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:30,options:[Object(N.c)({v:e,device:t,state:"normal",prefix:"subMenuBg",onChange:["onChangeBgColorFieldsSubMenu2"]})]}]}]},{id:"tabBorder",label:Object(L.a)("Border"),options:[Object(N.e)({v:e,device:t,state:"normal",prefix:"subMenu",showSelect:!1,onChangeHex:["onChangeBorderColorHexSubMenu2"],onChangePalette:["onChangeBorderColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:38,options:[Object(N.f)({v:e,device:t,prefix:"subMenu",state:"normal",onChange:["onChangeBorderColorFieldsSubMenu2"]})]}]}]},{id:"tabBoxShadow",label:Object(L.a)("Shadow"),options:[Object(N.j)({v:e,device:t,choices:"outset",state:"normal",onChangeType:["onChangeBoxShadowType2","onChangeBoxShadowTypeDependencies2"],onChangeHex:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"],onChangePalette:["onChangeBoxShadowPalette2","onChangeBoxShadowPaletteOpacity2","onChangeBoxShadowHexAndOpacityDependencies2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:41,options:[Object(N.l)({v:e,device:t,state:"normal",onChange:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"]})]},{width:59,options:[Object(N.k)({v:e,device:t,state:"normal",choices:"outset",onChange:["onChangeBoxShadowFields2","onChangeBoxShadowFieldsDependencies2"]})]}]}]}]}]},{id:"tabHover",icon:"nc-hover",title:Object(L.a)("Hover"),options:[{id:"subMenuHoverColorTabs",className:"",type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"subMenuHoverColor",onChangeHex:["onChangeHoverColorHexSubMenu2"],onChangePalette:["onChangeHoverColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"subMenuHoverColor",onChange:["onChangeHoverColorFieldsSubMenu2"]})]}]}]},{id:"tabBackground",label:Object(L.a)("Background"),options:[Object(N.b)({v:e,device:t,state:"normal",prefix:"subMenuHoverBg",showSelect:!1,onChangeHex:["onChangeBgHoverColorHexSubMenu2"],onChangePalette:["onChangeBgHoverColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:30,options:[Object(N.c)({v:e,device:t,state:"normal",prefix:"subMenuHoverBg",onChange:["onChangeBgHoverColorFieldsSubMenu2"]})]}]}]},{id:"tabBoxShadow",label:Object(L.a)("Shadow"),options:[Object(N.j)({v:e,device:t,choices:"outset",state:"hover",onChangeType:["onChangeBoxShadowType2","onChangeBoxShadowTypeDependencies2"],onChangeHex:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"],onChangePalette:["onChangeBoxShadowPalette2","onChangeBoxShadowPaletteOpacity2","onChangeBoxShadowHexAndOpacityDependencies2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:41,options:[Object(N.l)({v:e,device:t,state:"hover",onChange:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"]})]},{width:59,options:[Object(N.k)({v:e,device:t,state:"hover",choices:"outset",onChange:["onChangeBoxShadowFields2","onChangeBoxShadowFieldsDependencies2"]})]}]}]}]}]},{id:"tabActive",icon:"nc-target",title:Object(L.a)("Active"),options:[{id:"activeSubMenuColorTabs",className:"",type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"activeSubMenuColor",onChangeHex:["onChangeActiveColorHexSubMenu2"],onChangePalette:["onChangeActiveColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"activeSubMenuColor",onChange:["onChangeActiveColorFieldsSubMenu2"]})]}]}]},{id:"tabBackground",label:Object(L.a)("Background"),options:[Object(N.b)({v:e,device:t,state:"normal",prefix:"activeSubMenuBg",showSelect:!1,onChangeHex:["onChangeBgActiveColorHexSubMenu2"],onChangePalette:["onChangeBgActiveColorPaletteSubMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:30,options:[Object(N.c)({v:e,device:t,state:"normal",prefix:"activeSubMenuBg",onChange:["onChangeBgActiveColorFieldsSubMenu2"]})]}]}]},{id:"tabBoxShadow",label:Object(L.a)("Shadow"),options:[Object(N.j)({v:e,device:t,choices:"outset",state:"active",onChangeType:["onChangeBoxShadowType2","onChangeBoxShadowTypeDependencies2"],onChangeHex:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"],onChangePalette:["onChangeBoxShadowPalette2","onChangeBoxShadowPaletteOpacity2","onChangeBoxShadowHexAndOpacityDependencies2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:41,options:[Object(N.l)({v:e,device:t,state:"active",onChange:["onChangeBoxShadowHexAndOpacity2","onChangeBoxShadowHexAndOpacityPalette2","onChangeBoxShadowHexAndOpacityDependencies2"]})]},{width:59,options:[Object(N.k)({v:e,device:t,state:"active",choices:"outset",onChange:["onChangeBoxShadowFields2","onChangeBoxShadowFieldsDependencies2"]})]}]}]}]}]}]}]},{id:"advancedSettings",type:"advancedSettings",roles:["admin"],position:110,icon:"nc-cog",title:Object(L.a)("Settings")}]}function K({v:e,device:t,state:o}){const n=n=>Object(A.defaultValueValue)({v:e,key:n,device:t,state:o}),{hex:a}=Object(V.d)(n("mMenuColorHex"),n("mMenuColorPalette"));return[{id:"mMenuToolbarMenuItem",type:"popover-dev",config:{icon:"nc-star",title:Object(L.a)("Icon")},position:20,options:[{id:"mMenuIconPosition",label:Object(L.a)("Position"),type:"radioGroup-dev",position:10,choices:[{value:"left",icon:"nc-align-left"},{value:"right",icon:"nc-align-right"}]},{id:"mMenuIconSize",type:"slider-dev",label:Object(L.a)("Size"),roles:["admin"],position:20,config:{min:0,max:100,units:[{title:"px",value:"px"}]}},{id:"mMenuIconSpacing",type:"slider-dev",label:Object(L.a)("Spacing"),roles:["admin"],position:30,config:{min:0,max:100,units:[{title:"px",value:"px"}]}}]},{id:"mMenuToolbarTypography",type:"popover-dev",config:{icon:"nc-font",title:Object(L.a)("Typography"),size:t===D.a?"large":"auto"},roles:["admin"],position:70,options:[{id:"mMenu",type:"typography-dev",config:{fontFamily:t===D.a}}]},{id:"mMenuToolbarColor",type:"popover-dev",config:{size:"auto",title:Object(L.a)("Colors"),icon:{style:{backgroundColor:Object(I.c)(a,e.mMenuColorOpacity)}}},position:80,roles:["admin"],options:[{id:"mMenuColor",type:"tabs-dev",config:{position:"left"},tabs:[{id:"tabNormal",icon:"nc-circle",title:Object(L.a)("Normal"),options:[{id:"mMenuColorTabs",className:"",type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"mMenuColor",state:"normal",onChangeHex:["onChangeColorHexMMenu2"],onChangePalette:["onChangeColorPaletteMMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"mMenuColor",state:"normal",onChange:["onChangeColorFieldsMMenu2"]})]}]}]},{id:"tabBackground",label:Object(L.a)("Background"),options:[Object(N.b)({v:e,device:t,state:"normal",prefix:"mMenuBg",showSelect:!1,onChangeHex:["onChangeBgColorHexMMenu2"],onChangePalette:["onChangeBgColorPaletteMMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:30,options:[Object(N.c)({v:e,device:t,state:"normal",prefix:"mMenuBg",onChange:["onChangeBgColorFieldsMMenu2"]})]}]}]},{id:"tabBorder",label:Object(L.a)("Border"),options:[Object(N.e)({v:e,device:t,state:"normal",prefix:"mMenu",showSelect:!1,onChangeHex:["onChangeBorderColorHexMMenu2"],onChangePalette:["onChangeBorderColorPaletteMMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:38,options:[Object(N.f)({v:e,device:t,prefix:"mMenu",state:"normal",onChange:["onChangeBorderColorFieldsMMenu2"]})]}]}]}]}]},{id:"tabHover",icon:"nc-hover",title:Object(L.a)("Hover"),options:[{id:"mMenuColorTabs",className:"",config:{showSingle:!0},type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"mMenuHoverColor",onChangeHex:["onChangeHoverColorHexMMenu2"],onChangePalette:["onChangeHoverColorPaletteMMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"mMenuHoverColor",onChange:["onChangeHoverColorFieldsMMenu2"]})]}]}]}]}]},{id:"tabActive",icon:"nc-target",title:Object(L.a)("Active"),options:[{id:"mMenuColorTabs",className:"",config:{showSingle:!0},type:"tabs-dev",tabs:[{id:"tabText",label:Object(L.a)("Text"),options:[Object(N.m)({v:e,device:t,prefix:"activeMMenuColor",onChangeHex:["onChangeActiveColorHexMMenu2"],onChangePalette:["onChangeActiveColorPaletteMMenu2"]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,prefix:"activeMMenuColor",onChange:["onChangeActiveColorFieldsMMenu2"]})]}]}]}]}]}]}]},{id:"mMenuItemHorizontalAlign",type:"toggle-dev",position:100,choices:[{icon:"nc-text-align-left",title:Object(L.a)("Align"),value:"left"},{icon:"nc-text-align-center",title:Object(L.a)("Align"),value:"center"},{icon:"nc-text-align-right",title:Object(L.a)("Align"),value:"right"}]},{id:"mMenuAdvancedSettings",type:"advancedSettings",roles:["admin"],position:110,icon:"nc-cog",title:Object(L.a)("Settings")}]}function Y({v:e,device:t,state:o}){return"on"===Object(A.defaultValueValue)({v:e,device:t,state:o,key:"mMenu"})?X({v:e,device:t,state:o}):q({v:e,device:t,state:o})}function q({v:e,device:t}){const o="grouped"===e.borderRadiusType;return[{id:"settingsTabs",type:"tabs-dev",config:{align:"start"},devices:"desktop",tabs:[{id:"settingsStyling",label:Object(L.a)("Styling"),icon:"nc-styling",options:[]},{id:"moreSettingsAdvanced",label:Object(L.a)("Advanced"),icon:"nc-cog",options:[]}]},{id:"borderRadiusPicker",type:"group-dev",devices:"desktop",options:[{id:"borderRadiusType",label:Object(L.a)("Corner"),type:"radioGroup-dev",choices:[{value:"grouped",icon:"nc-corners-all"},{value:"ungrouped",icon:"nc-corners-individual"}]},{id:"borderRadius",type:"slider",disabled:!o,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.borderRadius},onChange:({value:t},{sliderDragEnd:o})=>({borderRadius:t,borderTopLeftRadius:t,borderTopRightRadius:t,borderBottomLeftRadius:t,borderBottomRightRadius:t,tempBorderRadius:o?t:e.tempBorderRadius,tempBorderTopLeftRadius:t>0&&o?t:e.tempBorderTopLeftRadius,tempBorderTopRightRadius:t>0&&o?t:e.tempBorderTopRightRadius,tempBorderBottomRightRadius:t>0&&o?t:e.tempBorderBottomRightRadius,tempBorderBottomLeftRadius:t>0&&o?t:e.tempBorderBottomLeftRadius})},{id:"borderTopLeftRadius",icon:"nc-corners-top-left",type:"slider",disabled:o,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.borderTopLeftRadius},onChange:({value:t},{sliderDragEnd:o})=>({borderTopLeftRadius:t,borderTopRightRadius:t>0?e.tempBorderTopRightRadius:e.borderTopRightRadius,borderBottomLeftRadius:t>0?e.tempBorderBottomLeftRadius:e.borderBottomLeftRadius,borderBottomRightRadius:t>0?e.tempBorderBottomRightRadius:e.borderBottomRightRadius,borderRadius:t===e.borderTopRightRadius&&t===e.borderBottomRightRadius&&t===e.borderBottomLeftRadius?t:e.borderRadius,tempBorderTopLeftRadius:t,tempBorderRadius:o&&t===e.borderTopRightRadius&&t===e.borderBottomRightRadius&&t===e.borderBottomLeftRadius?t:e.tempBorderRadius})},{id:"borderTopRightRadius",icon:"nc-corners-top-right",type:"slider",disabled:o,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.borderTopRightRadius},onChange:({value:t},{sliderDragEnd:o})=>({borderTopRightRadius:t,borderTopLeftRadius:t>0?e.tempBorderTopLeftRadius:e.borderTopLeftRadius,borderBottomLeftRadius:t>0?e.tempBorderBottomLeftRadius:e.borderBottomLeftRadius,borderBottomRightRadius:t>0?e.tempBorderBottomRightRadius:e.borderBottomRightRadius,borderRadius:t===e.borderTopLeftRadius&&t===e.borderBottomRightRadius&&t===e.borderBottomLeftRadius?t:e.borderRadius,tempBorderTopRightRadius:t,tempBorderRadius:o&&t===e.borderTopLeftRadius&&t===e.borderBottomRightRadius&&t===e.borderBottomLeftRadius?t:e.tempBorderRadius})},{id:"borderBottomRightRadius",icon:"nc-corners-bottom-right",type:"slider",disabled:o,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.borderBottomRightRadius},onChange:({value:t},{sliderDragEnd:o})=>({borderBottomRightRadius:t,borderTopLeftRadius:t>0?e.tempBorderTopLeftRadius:e.borderTopLeftRadius,borderBottomLeftRadius:t>0?e.tempBorderBottomLeftRadius:e.borderBottomLeftRadius,borderTopRightRadius:t>0?e.tempBorderTopRightRadius:e.borderTopRightRadius,borderRadius:t===e.borderTopLeftRadius&&t===e.borderTopRightRadius&&t===e.borderBottomLeftRadius?t:e.borderRadius,tempBorderBottomRightRadius:t,tempBorderRadius:o&&t===e.borderTopLeftRadius&&t===e.borderTopRightRadius&&t===e.borderBottomLeftRadius?t:e.tempBorderRadius})},{id:"borderBottomLeftRadius",icon:"nc-corners-bottom-left",type:"slider",disabled:o,slider:{min:0,max:100},input:{show:!0,min:0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},value:{value:e.borderBottomLeftRadius},onChange:({value:t},{sliderDragEnd:o})=>({borderBottomLeftRadius:t,borderTopLeftRadius:t>0?e.tempBorderTopLeftRadius:e.borderTopLeftRadius,borderBottomRightRadius:t>0?e.tempBorderBottomRightRadius:e.borderBottomRightRadius,borderTopRightRadius:t>0?e.tempBorderTopRightRadius:e.borderTopRightRadius,borderRadius:t===e.borderTopLeftRadius&&t===e.borderTopRightRadius&&t===e.borderBottomRightRadius?t:e.borderRadius,tempBorderBottomLeftRadius:t,tempBorderRadius:o&&t===e.borderTopLeftRadius&&t===e.borderTopRightRadius&&t===e.borderBottomRightRadius?t:e.tempBorderRadius})}]},Object(N.kb)({v:e,device:t,prefix:"menu",state:"normal",onChangeGrouped:["onChangePaddingGrouped"],onChangeUngrouped:["onChangePaddingUngrouped"]})]}function X({v:e,device:t}){return[Object(N.kb)({v:e,device:t,prefix:"mMenu",state:"normal",onChangeGrouped:["onChangePaddingGrouped"],onChangeUngrouped:["onChangePaddingUngrouped"]})]}const Z=g.a.get("menuData");function J({v:e,device:t,state:o}){const n=e=>Object(A.defaultValueKey)({key:e,device:t}),a=o=>Object(A.defaultValueValue)({v:e,key:o,device:t}),r=(()=>{const e=Z.map(({id:e,name:t})=>({title:t,value:e}));return e.length?e:[{title:"-",value:"-"}]})(),i=r.some(({value:t})=>t===e.menuSelected),{hex:l}=Object(V.d)(a("mMenuIconColorHex"),a("mMenuIconColorPalette")),s=Object(I.c)(l,"desktop"===t?e.mMenuIconColorOpacity:"tablet"===t?Object(A.tabletSyncOnChange)(e,"mMenuIconColorOpacity"):Object(A.mobileSyncOnChange)(e,"mMenuIconColorOpacity")),c="desktop"===t?["onChangeColorHexIconMenu2","onChangeColorPaletteIconMenu2","onChangeColorFieldsIconMenu2"]:"tablet"===t?["onChangeTabletColorHexIconMMenu2","onChangeTabletColorPaletteIconMMenu2","onChangeTabletColorFieldsIconMMenu2"]:["onChangeMobileColorHexIconMMenu2","onChangeMobileColorPaletteIconMMenu2","onChangeMobileColorFieldsIconMMenu2"];return[{id:"toolbarMenu",type:"popover-dev",config:{icon:"nc-menu-3",title:Object(L.a)("Menu")},roles:["admin"],position:10,options:[{id:"menuSelected",type:"select",devices:"desktop",position:10,label:Object(L.a)("Menu"),choices:i?r:[{title:Object(L.a)("Select a Menu"),value:"-"},...r],value:i?e.menuSelected:"-",onChange:e=>{if("-"!==e)return{menuSelected:e}}},{id:"groupSettings",type:"group-dev",position:20,options:[{id:"mMenu",type:"switch-dev",label:Object(L.a)("Make it Hamburger")},{id:"mMenuSize",type:"slider-dev",label:Object(L.a)("Size"),disabled:"on"!==a("mMenu"),config:{min:8,max:64,units:[{title:"px",value:"px"}]}}]},{id:"verticalMode",label:Object(L.a)("Orientation"),type:"radioGroup-dev",position:30,disabled:"on"===e.mMenu,choices:[{value:"vertical",icon:"nc-vertical-items"},{value:"horizontal",icon:"nc-horizontal-items"}]},{id:"mMenuPosition",label:Object(L.a)("Drawer Position"),type:"radioGroup",disabled:"off"===a("mMenu"),position:40,choices:[{value:"left",icon:"nc-align-left"},{value:"right",icon:"nc-align-right"}],value:e.mMenuPosition},{id:n("itemPadding"),type:"slider",label:Object(L.a)("Spacing"),roles:["admin"],position:50,slider:{min:0,max:100},input:{show:!0},suffix:{show:!0,choices:[{title:"px",value:"px"}]},disabled:1===e.items.length||"on"===a("mMenu"),value:{value:a("itemPadding")},onChange:({value:e})=>({[n("itemPadding")]:e,[n("itemPaddingRight")]:e,[n("itemPaddingLeft")]:e})}]},{id:"mMenuColors",type:"popover-dev",config:{size:"auto",title:Object(L.a)("Color"),icon:{style:{backgroundColor:s}}},position:20,disabled:"off"===a("mMenu"),options:[Object(N.m)({v:e,device:t,state:o,prefix:n("mMenuIconColor"),onChangeHex:[c[0]],onChangePalette:[c[1]]}),{type:"grid",className:"brz-ed-grid__color-fileds",columns:[{width:100,options:[Object(N.n)({v:e,device:t,state:o,prefix:n("mMenuIconColor"),onChange:[c[2]]})]}]}]}]}const Q=Object(L.a)("Menu");function ee(){return[{id:"settingsTabs",type:"tabs-dev",config:{align:"start"},devices:"desktop",tabs:[{id:"moreSettingsAdvanced",label:Object(L.a)("Advanced"),icon:"nc-cog",options:[{id:"customCSS",label:Object(L.a)("Custom CSS"),type:"codeMirror-dev",position:45,display:"block",devices:"desktop",helper:{content:'\n<p class="brz-p">You can use the following selectors to create targeted CSS.</p>\n<p class="brz-p">\n <span class="brz-span brz-ed-tooltip__overlay-code">element</span> {...}\n <br class="brz-br">\n <span class="brz-span brz-ed-tooltip__overlay-code">element .child-element</span> {...}\n</p>'},placeholder:"element { CSS goes here }"}]}]}]}function te(e,t,o){return Object(_.renderStyles)({v:e,vs:t,vd:o,styles:{".brz &&:hover .brz-mm-menu__icon":{interval:["cssStyleElementMenuShowIcon","cssStyleElementMMenuSize","cssStyleElementMMenuIconColor"]},".brz &&:hover .brz-menu":{interval:["cssStyleElementMenuShow"]}}})}var oe=o(5),ne=o(55),ae=o(38);function re(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function ie(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?re(Object(o),!0).forEach((function(t){Object(c.a)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):re(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}const le=g.a.get("pro");class se extends f.a{constructor(...e){super(...e),Object(c.a)(this,"nodeRef",u.a.createRef()),Object(c.a)(this,"mMenu",null),Object(c.a)(this,"handleChange",()=>{this.forceUpdate()}),Object(c.a)(this,"getNode",()=>this.nodeRef.current),Object(c.a)(this,"handleTextChange",e=>{this.patchValue({mMenuTitle:e})}),Object(c.a)(this,"openMMenu",()=>{var e;const t=this.getMMenu();!this.mMenu&&t&&this.initMMenu();const o=null===(e=this.mMenu)||void 0===e?void 0:e.API;o&&o.open()}),Object(c.a)(this,"closeMMenu",()=>{var e;const t=null===(e=this.mMenu)||void 0===e?void 0:e.API;t&&t.close()})}static get componentId(){return"Menu"}getMeta(e){const{meta:t}=this.props,o=Object(oe.mb)({v:e,device:D.a}),n=Object(oe.mb)({v:e,device:D.c}),a=Object(oe.mb)({v:e,device:D.b}),r="on"===o?ne.d:t.desktopW,i="on"===o?ne.d:t.desktopWNoSpacing,l="on"===n?ne.d:t.tabletW,s="on"===n?ne.d:t.tabletWNoSpacing,c="on"===a?ne.d:t.mobileW,d="on"===a?ne.d:t.mobileWNoSpacing;return ie(ie({},t),{},{desktopW:r,desktopWNoSpacing:i,tabletW:l,tabletWNoSpacing:s,mobileW:c,mobileWNoSpacing:d})}getDeviceMode(){return Object(H.b)().getState().ui.deviceMode}hasMMenu(){const e=this.getValue();const t=this.getDeviceMode();return"on"===Object(oe.mb)({v:e,device:t})}componentDidMount(){v.a.on("deviceMode.change",this.handleChange);const e=this.makeToolbarPropsFromConfig2(r,i,{allowExtend:!1,allowExtendFromThirdParty:!0});this.props.extendParentToolbar(e),this.hasMMenu()&&this.initMMenu()}componentWillUpdate({dbValue:e}){const{mMenuPosition:t,menuSelected:o}=this.getValue();(e.menuSelected&&e.menuSelected!==o||e.mMenuPosition&&e.mMenuPosition!==t)&&this.destroyMMenu()}componentDidUpdate(){this.hasMMenu()?this.initMMenu():this.destroyMMenu()}componentWillUnmount(){this.hasMMenu()&&this.destroyMMenu(),v.a.off("deviceMode.change",this.handleChange)}getDefaultValue(){return ie(ie({},super.getDefaultValue()),{},{symbols:{}})}getDBValue(){const e=g.a.get("menuData");if(0===e.length)return ie(ie({},this.props.dbValue),{},{items:[]});const{menuSelected:t=null,symbols:o={}}=this.props.dbValue||{},n=t||e[0].id,a=e.find(e=>e.id===n);return a&&0!==a.items.length?(void 0===this.menuItemsCache&&(this.menuItemsCache={}),void 0===this.menuItemsCache[n]&&(this.menuItemsCache[n]=de(a.items)),ie(ie({},this.props.dbValue),{},{menuSelected:n,items:ue(this.menuItemsCache[n],o)})):ie(ie({},this.props.dbValue),{},{items:[]})}handleValueChange(e,t){const{items:o}=e,n=Object(s.a)(e,["items"]);t.patch.items&&(n.symbols=ie(ie({},e.symbols),pe(o))),super.handleValueChange(n,t)}renderMMenuTitle(e){const{mMenuTitle:t}=e;return u.a.createElement("li",{className:"brz-mm-navbar"},u.a.createElement("a",{className:"brz-a brz-mm-navbar__title"},u.a.createElement(j.a,{value:t,onChange:this.handleTextChange})))}renderMenu(e,t,o,r){const{className:i,items:l,menuSelected:s}=e,c=this.hasMMenu()&&!!r,d=this.makeSubcomponentProps({bindWithKey:"items",itemProps:{menuSelected:s,mMenu:c,meta:this.getMeta(e),mods:{[D.a]:Object(oe.Db)({v:e,device:D.a}),[D.c]:Object(oe.Db)({v:e,device:D.c}),[D.b]:Object(oe.Db)({v:e,device:D.b})},getParent:this.getNode,toolbarExtend:this.makeToolbarPropsFromConfig2(n,a,{allowExtend:!1})}}),p=h()("brz-menu",{"brz-menu__mmenu":c,"brz-menu--has-dropdown":c&&l.some(({value:{items:e}})=>e.length)},"brz-menu__editor",i,Object(_.css)(""+this.constructor.componentId,""+this.getId(),function(e,t,o){return Object(_.renderStyles)({v:e,vs:t,vd:o,styles:{".brz &&:hover .brz-menu__ul":{interval:["cssStyleTypography2FontSize","cssStyleTypography2FontWeight","cssStyleTypography2LineHeight","cssStyleTypography2LetterSpacing"],standart:["cssStyleTypography2FontFamily","cssStyleColor"]},".brz && .brz-menu__ul:not(.brz-mm-listview)":{standart:["cssStyleElementMenuMode","cssStyleElementMenuSize","cssStyleElementMMenuListViewMargin"]},".brz && .brz-menu__ul > .brz-menu__item > .brz-a":{standart:["cssStyleElementMenuIconPosition"]},".brz && .brz-menu__ul > .brz-menu__item > .brz-a:hover":{standart:["cssStyleColor","cssStyleElementMenuLinkBgColor","cssStyleElementMenuPadding"]},".brz && .brz-menu__ul > .brz-menu__item.brz-menu__item--opened > .brz-a:hover":{standart:["cssStyleElementMenuActiveColor","cssStyleElementMenuActiveLinkBgColor"]},".brz && .brz-menu__ul > .brz-menu__item.brz-menu__item--opened:hover":{standart:["cssStyleElementMenuActiveColor","cssStyleElementMenuActiveBgColor","cssStyleElementMenuActiveBorder"]},".brz && .brz-menu__ul > .brz-menu__item.brz-menu__item--current:hover":{standart:["cssStyleElementMenuCurrentColor","cssStyleElementMenuCurrentBgColor","cssStyleElementMenuCurrentBorder"]},".brz && .brz-menu__ul > .brz-menu__item.brz-menu__item--current > .brz-a:hover":{standart:["cssStyleElementMenuCurrentColor","cssStyleElementMenuCurrentLinkBgColor"]},".brz &&:hover > .brz-ed-border":{interval:["cssStyleVisibleEditorDisplayNoneOrBlock|||editor"]},".brz &&:hover .brz-menu__item__icon":{interval:["cssStyleElementMenuIconSize"],standart:["cssStyleElementMenuIconSpacing"]},".brz && .brz-menu__ul > .brz-menu__item:hover":{standart:["cssStyleElementMenuBgColor","cssStyleElementMenuBorder"],interval:["cssStyleElementMMenuItemPadding"]},".brz && .brz-menu__ul > .brz-menu__item:first-child":{interval:["cssStyleElementMMenuItemPaddingTopZero"]},".brz && .brz-menu__ul > .brz-menu__item:last-child":{interval:["cssStyleElementMMenuItemPaddingBottomZero"]},".brz && .brz-mm-menu__item":{interval:["cssStyleElementMMenuFontSize","cssStyleElementMMenuFontWeight","cssStyleElementMMenuLineHeight","cssStyleElementMMenuLetterSpacing"],standart:["cssStyleElementMMenuFontFamily","cssStyleElementMMenuColor","cssStyleElementMMenuBorderColor"]},".brz nav.brz-mm-menu&&":{standart:["cssStyleElementMMenuBackgroundColor"]},".brz &&.brz-mm-menu .brz-mm-menu__item .brz-mm-listitem__text":{standart:["cssStyleElementMMenuPadding","cssStyleElementMMenuIconPosition"]},".brz &&:hover .brz-mm-menu__item:hover > .brz-mm-listitem__text":{standart:["cssStyleElementMMenuHoverColor"]},".brz &&:hover .brz-mm-menu__item .brz-a":{interval:["cssStyleElementMMenuItemHorizontalAlign"]},".brz &&:hover .brz-mm-menu__item__icon":{interval:["cssStyleElementMMenuIconSpacing","cssStyleElementMMenuIconSize"]},".brz && .brz-mm-navbar":{interval:["cssStyleElementMMenuFontFamily","cssStyleElementMMenuFontSize","cssStyleElementMMenuFontWeight","cssStyleElementMMenuLineHeight","cssStyleElementMMenuLetterSpacing","cssStyleElementMMenuBorderColor"],standart:["cssStyleElementMMenuColor"]},".brz &&:hover .brz-mm-menu__item.brz-mm-listitem_opened":{standart:["cssStyleElementMMenuColor"]},".brz &&:hover.brz-mm-menu .brz-mm-listitem_vertical .brz-mm-btn_next":{interval:["cssStyleElementMMenuBtnNext"]},".brz &&.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-panels, .brz &&:hover .brz-mm-panels > .brz-mm-panel":{standart:["cssStyleElementMMenuBackgroundColor"]},".brz &&.brz-mm-menu.brz-mm-menu_theme-dark .brz-mm-navbar.brz-mm-listitem .brz-mm-listitem_opened > .brz-mm-listitem__text:after":{standart:["cssStyleElementMMenuBorderColor"]},".brz &&:hover .brz-mm-listitem":{standart:["cssStyleElementMMenuBorderColor"]},".brz && .brz-mm-menu__item.brz-mm-menu__item--current":{standart:["cssStyleElementMMenuActiveColor"]},".brz:hover && .brz-mm-menu__item.brz-mm-menu__item--current:hover > .brz-mm-listitem__text":{standart:["cssStyleElementMMenuActiveColor"]},".brz &&:hover .brz-menu__sub-menu":{interval:["cssStyleElementMenuSubMenuFontSize","cssStyleElementMenuSubMenuFontWeight","cssStyleElementMenuSubMenuLineHeight","cssStyleElementMenuSubMenuLetterSpacing"],standart:["cssStyleElementMenuSubMenuFontFamily","cssStyleElementMenuSubMenuColor","cssStyleBoxShadow","cssStyleBorderRadius"]},".brz &&:hover .brz-menu__sub-menu .brz-a":{standart:["cssStyleElementMenuSubMenuIconPosition"]},".brz &&:hover .brz-menu__sub-menu .brz-a:hover":{standart:["cssStyleElementMenuSubMenuHoverColor"]},".brz &&:hover .brz-menu__sub-item__icon":{standart:["cssStyleElementMenuSubMenuIconSpacing","cssStyleElementMenuSubMenuIconSize"]},".brz &&:hover .brz-menu__dropdown > .brz-menu__item.brz-menu__item--current > .brz-a":{standart:["cssStyleElementMenuSubMenuCurrentColor"]},".brz &&:hover .brz-menu__dropdown > .brz-menu__item.brz-menu__item--current":{standart:["cssStyleElementMenuSubMenuCurrentBgColor"]},".brz &&:hover .brz-menu__dropdown > .brz-menu__item.brz-menu__item--current:hover":{standart:["cssStyleElementMenuSubMenuCurrentBgColor"]},".brz &&:hover .brz-menu__item--current .brz-menu__sub-menu":{standart:["cssStyleElementMenuSubMenuCurrentBoxShadow"]},".brz &&:hover .brz-menu__item-dropdown .brz-menu__item":{standart:["cssStyleElementMenuSubMenuBgColor"]},".brz &&:hover .brz-menu__item-dropdown .brz-menu__item:hover":{standart:["cssStyleElementMenuSubMenuHoverBgColor"]},".brz &&:hover .brz-menu__dropdown .brz-menu__item-dropdown .brz-a:after":{standart:["cssStyleElementMenuSubMenuBorderColor"]},".brz &&:hover .brz-menu__dropdown > .brz-menu__item":{standart:["cssStyleElementMenuSubMenuBorderBottom"]},".brz && .brz-menu__dropdown":{interval:["cssStyleMenuDropdownPosition"]},".brz && [data-popper-placement='left-start']":{interval:["cssStyleMenuDropdownPositionLeft"]},".brz && [data-popper-placement='right-start']":{interval:["cssStyleMenuDropdownPositionRight"]},".brz &&:hover > .brz-menu__ul > .brz-menu__item-dropdown > .brz-menu__dropdown":{interval:["cssStyleMenuFirstDropdownPosition"]},".brz &&:hover > .brz-menu__ul > .brz-menu__item-dropdown > [data-popper-placement='left-start']":{interval:["cssStyleMenuFirstDropdownPositionLeft"]},".brz &&:hover > .brz-menu__ul > .brz-menu__item-dropdown > [data-popper-placement='right-start']":{interval:["cssStyleMenuFirstDropdownPositionRight"]},".brz &&:hover .brz-menu__item-dropdown .brz-menu__dropdown":{interval:["cssStyleElementMenuDr