Visual Composer Website Builder - Version 44.2-beta.3

Version Description

Download this release

Release Info

Developer visualcomposer
Plugin Icon wp plugin Visual Composer Website Builder
Version 44.2-beta.3
Comparing to
See all releases

Code changes from version 44.1 to 44.2-beta.3

cache/autoload.php CHANGED
@@ -283,55 +283,6 @@ return array (
283
  'make' => false,
284
  'singleton' => true,
285
  ),
286
- 'SettingsFieldsRegistryHelper' =>
287
- array (
288
- 'name' => 'SettingsFieldsRegistryHelper',
289
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
290
- 'make' => false,
291
- 'singleton' => true,
292
- ),
293
- 'SettingsSectionsRegistryHelper' =>
294
- array (
295
- 'name' => 'SettingsSectionsRegistryHelper',
296
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
297
- 'make' => false,
298
- 'singleton' => true,
299
- ),
300
- 'SettingsTabsRegistryHelper' =>
301
- array (
302
- 'name' => 'SettingsTabsRegistryHelper',
303
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
304
- 'make' => false,
305
- 'singleton' => true,
306
- ),
307
- 'AccessCurrentUserHelper' =>
308
- array (
309
- 'name' => 'AccessCurrentUserHelper',
310
- 'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
311
- 'make' => false,
312
- 'singleton' => true,
313
- ),
314
- 'AccessEditorPostTypeHelper' =>
315
- array (
316
- 'name' => 'AccessEditorPostTypeHelper',
317
- 'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
318
- 'make' => false,
319
- 'singleton' => true,
320
- ),
321
- 'AccessRoleHelper' =>
322
- array (
323
- 'name' => 'AccessRoleHelper',
324
- 'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
325
- 'make' => false,
326
- 'singleton' => false,
327
- ),
328
- 'AccessUserCapabilitiesHelper' =>
329
- array (
330
- 'name' => 'AccessUserCapabilitiesHelper',
331
- 'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
332
- 'make' => false,
333
- 'singleton' => true,
334
- ),
335
  'HubAddonsHelper' =>
336
  array (
337
  'name' => 'HubAddonsHelper',
@@ -409,342 +360,384 @@ return array (
409
  'make' => false,
410
  'singleton' => true,
411
  ),
412
- ),
413
- 'modules' =>
414
- array (
415
- 'AssetsAssetBundleCompressionController' =>
416
  array (
417
- 'name' => 'AssetsAssetBundleCompressionController',
418
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
419
- 'make' => true,
420
  'singleton' => true,
421
  ),
422
- 'AssetsAssetBundleController' =>
423
  array (
424
- 'name' => 'AssetsAssetBundleController',
425
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
426
- 'make' => true,
427
  'singleton' => true,
428
  ),
429
- 'AssetsAssetResetController' =>
430
  array (
431
- 'name' => 'AssetsAssetResetController',
432
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
433
- 'make' => true,
434
  'singleton' => true,
435
  ),
436
- 'AssetsDataController' =>
437
  array (
438
- 'name' => 'AssetsDataController',
439
- 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
440
- 'make' => true,
441
  'singleton' => true,
442
  ),
443
- 'AssetsEnqueueController' =>
444
  array (
445
- 'name' => 'AssetsEnqueueController',
446
- 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
447
- 'make' => true,
448
  'singleton' => true,
449
  ),
450
- 'AssetsFileController' =>
451
  array (
452
- 'name' => 'AssetsFileController',
453
- 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
454
- 'make' => true,
455
- 'singleton' => true,
456
  ),
457
- 'AssetsJsDataController' =>
458
  array (
459
- 'name' => 'AssetsJsDataController',
460
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
461
- 'make' => true,
462
  'singleton' => true,
463
  ),
464
- 'AssetsJsEnqueueController' =>
 
 
 
465
  array (
466
- 'name' => 'AssetsJsEnqueueController',
467
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
- 'AssetsPreviewDataController' =>
472
  array (
473
- 'name' => 'AssetsPreviewDataController',
474
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
- 'AssetsPreviewEnqueueController' =>
479
  array (
480
- 'name' => 'AssetsPreviewEnqueueController',
481
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
- 'AssetsPreviewJsDataController' =>
486
  array (
487
- 'name' => 'AssetsPreviewJsDataController',
488
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
- 'AssetsPreviewJsEnqueueController' =>
493
  array (
494
- 'name' => 'AssetsPreviewJsEnqueueController',
495
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
- 'AssetsSharedController' =>
500
  array (
501
- 'name' => 'AssetsSharedController',
502
- 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
- 'VendorsAjaxSearchProController' =>
507
  array (
508
- 'name' => 'VendorsAjaxSearchProController',
509
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
- 'VendorsDashboardController' =>
514
  array (
515
- 'name' => 'VendorsDashboardController',
516
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
- 'VendorsElementorController' =>
521
  array (
522
- 'name' => 'VendorsElementorController',
523
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
- 'VendorsEssentialGridController' =>
528
  array (
529
- 'name' => 'VendorsEssentialGridController',
530
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
- 'VendorsGravityFormsController' =>
535
  array (
536
- 'name' => 'VendorsGravityFormsController',
537
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
- 'VendorsJetPack' =>
542
  array (
543
- 'name' => 'VendorsJetPack',
544
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
- 'VendorsMetaSliderController' =>
549
  array (
550
- 'name' => 'VendorsMetaSliderController',
551
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
- 'VendorsNextGen' =>
556
  array (
557
- 'name' => 'VendorsNextGen',
558
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
- 'VendorsNinjaFormsController' =>
563
  array (
564
- 'name' => 'VendorsNinjaFormsController',
565
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'VendorsOneUserAvatar' =>
570
  array (
571
- 'name' => 'VendorsOneUserAvatar',
572
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
- 'VendorsPluginsController' =>
577
  array (
578
- 'name' => 'VendorsPluginsController',
579
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
- 'VendorsRevSliderController' =>
584
  array (
585
- 'name' => 'VendorsRevSliderController',
586
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
- 'VendorsWooCommerceController' =>
591
  array (
592
- 'name' => 'VendorsWooCommerceController',
593
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
- 'VendorsWooCommerceMultivendorMarketplace' =>
598
  array (
599
- 'name' => 'VendorsWooCommerceMultivendorMarketplace',
600
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
- 'VendorsWooCommerceSquareController' =>
605
  array (
606
- 'name' => 'VendorsWooCommerceSquareController',
607
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
- 'VendorsWordpressController' =>
612
  array (
613
- 'name' => 'VendorsWordpressController',
614
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'VendorsWpFormsController' =>
619
  array (
620
- 'name' => 'VendorsWpFormsController',
621
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'VendorsWpJobsManagerController' =>
626
  array (
627
- 'name' => 'VendorsWpJobsManagerController',
628
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'VendorsWpbakeryController' =>
633
  array (
634
- 'name' => 'VendorsWpbakeryController',
635
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'VendorsWpmlController' =>
640
  array (
641
- 'name' => 'VendorsWpmlController',
642
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'VendorsYoastController' =>
647
  array (
648
- 'name' => 'VendorsYoastController',
649
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
- 'VendorsGutenbergAttributeController' =>
654
  array (
655
- 'name' => 'VendorsGutenbergAttributeController',
656
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
- 'VendorsGutenbergDisableController' =>
661
  array (
662
- 'name' => 'VendorsGutenbergDisableController',
663
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
- 'VendorsGutenbergSettingsController' =>
668
  array (
669
- 'name' => 'VendorsGutenbergSettingsController',
670
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'VendorsThemesGeneratePressController' =>
675
  array (
676
- 'name' => 'VendorsThemesGeneratePressController',
677
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'VendorsThemesStorefrontController' =>
682
  array (
683
- 'name' => 'VendorsThemesStorefrontController',
684
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
- 'VendorsThemesTwentySeventeenController' =>
689
  array (
690
- 'name' => 'VendorsThemesTwentySeventeenController',
691
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
- 'VendorsThemesTwentyTwentyOneController' =>
696
  array (
697
- 'name' => 'VendorsThemesTwentyTwentyOneController',
698
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'SystemTextDomainController' =>
703
  array (
704
- 'name' => 'SystemTextDomainController',
705
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'SystemActivationController' =>
710
  array (
711
- 'name' => 'SystemActivationController',
712
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'SystemCacheCacheController' =>
717
  array (
718
- 'name' => 'SystemCacheCacheController',
719
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'SystemAjaxAdminController' =>
724
  array (
725
- 'name' => 'SystemAjaxAdminController',
726
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'SystemAjaxController' =>
731
  array (
732
- 'name' => 'SystemAjaxController',
733
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
- 'EditorsEnvController' =>
738
  array (
739
- 'name' => 'EditorsEnvController',
740
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
- 'EditorsMediaSizesController' =>
745
  array (
746
- 'name' => 'EditorsMediaSizesController',
747
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
  'make' => true,
749
  'singleton' => true,
750
  ),
@@ -762,339 +755,339 @@ return array (
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
- 'EditorsSettingsEditorLayoutController' =>
766
  array (
767
- 'name' => 'EditorsSettingsEditorLayoutController',
768
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
- 'EditorsSettingsItemBadgeController' =>
773
  array (
774
- 'name' => 'EditorsSettingsItemBadgeController',
775
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
- 'EditorsSettingsItemDataCollectionController' =>
780
  array (
781
- 'name' => 'EditorsSettingsItemDataCollectionController',
782
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
- 'EditorsSettingsItemInitialHelpersController' =>
787
  array (
788
- 'name' => 'EditorsSettingsItemInitialHelpersController',
789
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
- 'EditorsSettingsItemPreviewController' =>
794
  array (
795
- 'name' => 'EditorsSettingsItemPreviewController',
796
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
- 'EditorsSettingsPageEditableTemplatesController' =>
801
  array (
802
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
803
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
- 'EditorsSettingsPageTemplatesController' =>
808
  array (
809
- 'name' => 'EditorsSettingsPageTemplatesController',
810
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
- 'EditorsSettingsPageTemplatesSaveController' =>
815
  array (
816
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
817
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
- 'EditorsSettingsPageTemplatesVariablesController' =>
822
  array (
823
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
824
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
- 'EditorsSettingsSlugController' =>
829
  array (
830
- 'name' => 'EditorsSettingsSlugController',
831
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
- 'EditorsSettingsTitleController' =>
836
  array (
837
- 'name' => 'EditorsSettingsTitleController',
838
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
- 'EditorsSettingsWordPressSettingsAuthorController' =>
843
  array (
844
- 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
845
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'EditorsSettingsWordPressSettingsCategoriesController' =>
850
  array (
851
- 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
852
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'EditorsSettingsWordPressSettingsDiscussionController' =>
857
  array (
858
- 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
859
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'EditorsSettingsWordPressSettingsExcerptController' =>
864
  array (
865
- 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
866
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
871
  array (
872
- 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
873
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'EditorsSettingsWordPressSettingsParentPageController' =>
878
  array (
879
- 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
880
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'EditorsSettingsWordPressSettingsTagsController' =>
885
  array (
886
- 'name' => 'EditorsSettingsWordPressSettingsTagsController',
887
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'EditorsInitialHelpersController' =>
892
  array (
893
- 'name' => 'EditorsInitialHelpersController',
894
- 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'EditorsNotificationsController' =>
899
  array (
900
- 'name' => 'EditorsNotificationsController',
901
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'EditorsDataAjaxController' =>
906
  array (
907
- 'name' => 'EditorsDataAjaxController',
908
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'EditorsDataAjaxPostDataController' =>
913
  array (
914
- 'name' => 'EditorsDataAjaxPostDataController',
915
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'EditorsDataAjaxPostFieldsController' =>
920
  array (
921
- 'name' => 'EditorsDataAjaxPostFieldsController',
922
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'EditorsDataAjaxRevisionController' =>
927
  array (
928
- 'name' => 'EditorsDataAjaxRevisionController',
929
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'EditorsTemplatesController' =>
934
  array (
935
- 'name' => 'EditorsTemplatesController',
936
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'EditorsTemplatesPostType' =>
941
  array (
942
- 'name' => 'EditorsTemplatesPostType',
943
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'EditorsFrontendLayoutSwitcherBundleController' =>
948
  array (
949
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
950
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'EditorsFrontendBundleController' =>
955
  array (
956
- 'name' => 'EditorsFrontendBundleController',
957
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'EditorsFrontendController' =>
962
  array (
963
- 'name' => 'EditorsFrontendController',
964
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'EditorsFrontendHeartbeatController' =>
969
  array (
970
- 'name' => 'EditorsFrontendHeartbeatController',
971
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'EditorsFrontendMenuController' =>
976
  array (
977
- 'name' => 'EditorsFrontendMenuController',
978
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'EditorsFrontendVariablesController' =>
983
  array (
984
- 'name' => 'EditorsFrontendVariablesController',
985
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'EditorsTutorialController' =>
990
  array (
991
- 'name' => 'EditorsTutorialController',
992
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'EditorsTutorialPostType' =>
997
  array (
998
- 'name' => 'EditorsTutorialPostType',
999
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'EditorsElementsController' =>
1004
  array (
1005
- 'name' => 'EditorsElementsController',
1006
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'EditorsBackendEditorController' =>
1011
  array (
1012
- 'name' => 'EditorsBackendEditorController',
1013
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
- 'EditorsBackendSaveSetEditorController' =>
1018
  array (
1019
- 'name' => 'EditorsBackendSaveSetEditorController',
1020
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
- 'EditorsEditPostLinksController' =>
1025
  array (
1026
- 'name' => 'EditorsEditPostLinksController',
1027
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
- 'EditorsPageEditableController' =>
1032
  array (
1033
- 'name' => 'EditorsPageEditableController',
1034
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'EditorsPopupsPremiumPromoController' =>
1039
  array (
1040
- 'name' => 'EditorsPopupsPremiumPromoController',
1041
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
- 'EditorsAttributesWpEditor' =>
1046
  array (
1047
- 'name' => 'EditorsAttributesWpEditor',
1048
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
- 'EditorsAttributesAjaxFormController' =>
1053
  array (
1054
- 'name' => 'EditorsAttributesAjaxFormController',
1055
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
- 'EditorsAttributesAutoCompleteController' =>
1060
  array (
1061
- 'name' => 'EditorsAttributesAutoCompleteController',
1062
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
1067
  array (
1068
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
1069
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
- 'EditorsAttributesCheckboxController' =>
1074
  array (
1075
- 'name' => 'EditorsAttributesCheckboxController',
1076
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
- 'EditorsAttributesIconPickerController' =>
1081
  array (
1082
- 'name' => 'EditorsAttributesIconPickerController',
1083
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
- 'EditorsAttributesUrlController' =>
1088
  array (
1089
- 'name' => 'EditorsAttributesUrlController',
1090
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
- 'EditorsAttributesPageDesignOptionsController' =>
1095
  array (
1096
- 'name' => 'EditorsAttributesPageDesignOptionsController',
1097
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
@@ -1126,6 +1119,34 @@ return array (
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1129
  'SettingsPagesCssJsSettings' =>
1130
  array (
1131
  'name' => 'SettingsPagesCssJsSettings',
@@ -1161,395 +1182,381 @@ return array (
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
- 'SettingsFieldsCssEditor' =>
1165
- array (
1166
- 'name' => 'SettingsFieldsCssEditor',
1167
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1168
- 'make' => true,
1169
- 'singleton' => true,
1170
- ),
1171
- 'SettingsFieldsFactoryResetController' =>
1172
- array (
1173
- 'name' => 'SettingsFieldsFactoryResetController',
1174
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1175
- 'make' => true,
1176
- 'singleton' => true,
1177
- ),
1178
- 'SettingsFieldsJsEditor' =>
1179
  array (
1180
- 'name' => 'SettingsFieldsJsEditor',
1181
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
- 'SettingsAjaxSystemStatusController' =>
1186
  array (
1187
- 'name' => 'SettingsAjaxSystemStatusController',
1188
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
- 'ImportImportController' =>
1193
  array (
1194
- 'name' => 'ImportImportController',
1195
- 'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
- 'UtmUtm' =>
1200
  array (
1201
- 'name' => 'UtmUtm',
1202
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
- 'LicenseActivationRedirectController' =>
1207
  array (
1208
- 'name' => 'LicenseActivationRedirectController',
1209
- 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
- 'LicenseDeactivationController' =>
1214
  array (
1215
- 'name' => 'LicenseDeactivationController',
1216
- 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
- 'LicenseEditorVariablesController' =>
1221
  array (
1222
- 'name' => 'LicenseEditorVariablesController',
1223
- 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
- 'LicenseErrorReportingController' =>
1228
  array (
1229
- 'name' => 'LicenseErrorReportingController',
1230
- 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
- 'LicenseFeedbackController' =>
1235
  array (
1236
- 'name' => 'LicenseFeedbackController',
1237
- 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
- 'LicenseLicenseController' =>
1242
  array (
1243
- 'name' => 'LicenseLicenseController',
1244
- 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'LicenseUpdateVariablesController' =>
1249
  array (
1250
- 'name' => 'LicenseUpdateVariablesController',
1251
- 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'LicensePagesGettingStarted' =>
1256
  array (
1257
- 'name' => 'LicensePagesGettingStarted',
1258
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'LicensePagesGoPremium' =>
1263
  array (
1264
- 'name' => 'LicensePagesGoPremium',
1265
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'LicensePagesLicenseStatus' =>
1270
  array (
1271
- 'name' => 'LicensePagesLicenseStatus',
1272
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'ElementsApiController' =>
1277
  array (
1278
- 'name' => 'ElementsApiController',
1279
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'ElementsController' =>
1284
  array (
1285
- 'name' => 'ElementsController',
1286
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'ElementsViewPageRender' =>
1291
  array (
1292
- 'name' => 'ElementsViewPageRender',
1293
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'ElementsGlobalVariablesController' =>
1298
  array (
1299
- 'name' => 'ElementsGlobalVariablesController',
1300
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'ElementsAjaxShortcodeController' =>
1305
  array (
1306
- 'name' => 'ElementsAjaxShortcodeController',
1307
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'ElementsAjaxImageControllerController' =>
1312
  array (
1313
- 'name' => 'ElementsAjaxImageControllerController',
1314
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'ElementsEncodedShortcodeController' =>
1319
  array (
1320
- 'name' => 'ElementsEncodedShortcodeController',
1321
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
- 'ElementsAssetShortcodeController' =>
1326
  array (
1327
- 'name' => 'ElementsAssetShortcodeController',
1328
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
- 'ElementsWpWidgetsWpWidgetsController' =>
1333
  array (
1334
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
1335
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1340
  array (
1341
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1342
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
- 'ApiFactory' =>
1347
  array (
1348
- 'name' => 'ApiFactory',
1349
- 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
- 'UpdatesUpdatesController' =>
1354
  array (
1355
- 'name' => 'UpdatesUpdatesController',
1356
- 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
- 'HubDownloadController' =>
1361
  array (
1362
- 'name' => 'HubDownloadController',
1363
- 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
- 'HubJsonActionsController' =>
1368
  array (
1369
- 'name' => 'HubJsonActionsController',
1370
- 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
- 'HubUpdateController' =>
1375
  array (
1376
- 'name' => 'HubUpdateController',
1377
- 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
- 'HubAssetsAssetDownloadController' =>
1382
  array (
1383
- 'name' => 'HubAssetsAssetDownloadController',
1384
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
- 'HubActionsPostUpdateAction' =>
1389
  array (
1390
- 'name' => 'HubActionsPostUpdateAction',
1391
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
- 'HubPagesHub' =>
1396
  array (
1397
- 'name' => 'HubPagesHub',
1398
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
- 'HubPagesPremiumTeasers' =>
1403
  array (
1404
- 'name' => 'HubPagesPremiumTeasers',
1405
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
- 'HubPagesUpdateBePage' =>
1410
  array (
1411
- 'name' => 'HubPagesUpdateBePage',
1412
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
- 'HubPagesUpdateFePage' =>
1417
  array (
1418
- 'name' => 'HubPagesUpdateFePage',
1419
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
- 'HubStockMediaStockMediaDownloadController' =>
1424
  array (
1425
- 'name' => 'HubStockMediaStockMediaDownloadController',
1426
- 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
- 'HubTemplatesTemplateDownloadController' =>
1431
  array (
1432
- 'name' => 'HubTemplatesTemplateDownloadController',
1433
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
- 'HubTemplatesTemplatesUpdater' =>
1438
  array (
1439
- 'name' => 'HubTemplatesTemplatesUpdater',
1440
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
- 'HubTemplatesTeasersTeasersController' =>
1445
  array (
1446
- 'name' => 'HubTemplatesTeasersTeasersController',
1447
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
- 'HubTemplatesTeasersTeasersDownloadController' =>
1452
  array (
1453
- 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1454
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
- 'HubGroupsCategoriesCategories' =>
1459
  array (
1460
- 'name' => 'HubGroupsCategoriesCategories',
1461
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
- 'HubGroupsCategoriesCategoriesUpdater' =>
1466
  array (
1467
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1468
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
- 'HubGroupsCategoriesGroups' =>
1473
  array (
1474
- 'name' => 'HubGroupsCategoriesGroups',
1475
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
- 'HubGroupsCategoriesGroupsUpdater' =>
1480
  array (
1481
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
1482
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
- 'HubElementsElementDownloadController' =>
1487
  array (
1488
- 'name' => 'HubElementsElementDownloadController',
1489
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
- 'HubElementsElements' =>
1494
  array (
1495
- 'name' => 'HubElementsElements',
1496
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
- 'HubElementsElementsUpdater' =>
1501
  array (
1502
- 'name' => 'HubElementsElementsUpdater',
1503
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
- 'HubElementsTeasersTeasersController' =>
1508
  array (
1509
- 'name' => 'HubElementsTeasersTeasersController',
1510
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
- 'HubElementsTeasersTeasersDownloadController' =>
1515
  array (
1516
- 'name' => 'HubElementsTeasersTeasersDownloadController',
1517
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
- 'HubAddonsAddonDownloadController' =>
1522
  array (
1523
- 'name' => 'HubAddonsAddonDownloadController',
1524
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
- 'HubAddonsAddons' =>
1529
  array (
1530
- 'name' => 'HubAddonsAddons',
1531
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
- 'HubAddonsAddonsUpdater' =>
1536
  array (
1537
- 'name' => 'HubAddonsAddonsUpdater',
1538
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
- 'HubAddonsTeasersTeasersController' =>
1543
  array (
1544
- 'name' => 'HubAddonsTeasersTeasersController',
1545
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
- 'HubAddonsTeasersTeasersDownloadController' =>
1550
  array (
1551
- 'name' => 'HubAddonsTeasersTeasersDownloadController',
1552
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
@@ -1567,171 +1574,171 @@ return array (
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
- 'InternationalizationLocale' =>
1571
  array (
1572
- 'name' => 'InternationalizationLocale',
1573
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
- 'MigrationsAssets22Migration' =>
1578
  array (
1579
- 'name' => 'MigrationsAssets22Migration',
1580
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
- 'MigrationsCustomTemplatesTypeMigration' =>
1585
  array (
1586
- 'name' => 'MigrationsCustomTemplatesTypeMigration',
1587
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
- 'MigrationsDatabaseMigration' =>
1592
  array (
1593
- 'name' => 'MigrationsDatabaseMigration',
1594
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
- 'MigrationsDefaultCapabilitiesMigration' =>
1599
  array (
1600
- 'name' => 'MigrationsDefaultCapabilitiesMigration',
1601
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
- 'MigrationsDefaultElementsMigration' =>
1606
  array (
1607
- 'name' => 'MigrationsDefaultElementsMigration',
1608
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
- 'MigrationsEnabledPostTypesMigration' =>
1613
  array (
1614
- 'name' => 'MigrationsEnabledPostTypesMigration',
1615
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
- 'MigrationsFreeMigration' =>
1620
  array (
1621
- 'name' => 'MigrationsFreeMigration',
1622
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
- 'MigrationsGlobalJavascriptMigration' =>
1627
  array (
1628
- 'name' => 'MigrationsGlobalJavascriptMigration',
1629
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
- 'MigrationsLicenseMigration' =>
1634
  array (
1635
- 'name' => 'MigrationsLicenseMigration',
1636
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
- 'MigrationsMaintenanceModeMigration' =>
1641
  array (
1642
- 'name' => 'MigrationsMaintenanceModeMigration',
1643
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
- 'MigrationsMergeArchivesLayoutsMigration' =>
1648
  array (
1649
- 'name' => 'MigrationsMergeArchivesLayoutsMigration',
1650
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
- 'MigrationsPredefinedTemplateMigration' =>
1655
  array (
1656
- 'name' => 'MigrationsPredefinedTemplateMigration',
1657
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
- 'MigrationsSettingsMigration' =>
1662
  array (
1663
- 'name' => 'MigrationsSettingsMigration',
1664
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
- 'MigrationsTemplates114Migration' =>
1669
  array (
1670
- 'name' => 'MigrationsTemplates114Migration',
1671
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
- 'MigrationsUpdateGlobalElementsMigration' =>
1676
  array (
1677
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
1678
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
- 'FrontViewAssetResetController' =>
1683
  array (
1684
- 'name' => 'FrontViewAssetResetController',
1685
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
- 'FrontViewAssetUrlReplaceController' =>
1690
  array (
1691
- 'name' => 'FrontViewAssetUrlReplaceController',
1692
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
- 'FrontViewContentUrlReplaceController' =>
1697
  array (
1698
- 'name' => 'FrontViewContentUrlReplaceController',
1699
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
- 'FrontViewFrontVariablesController' =>
1704
  array (
1705
- 'name' => 'FrontViewFrontVariablesController',
1706
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
- 'FrontViewFrontViewController' =>
1711
  array (
1712
- 'name' => 'FrontViewFrontViewController',
1713
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
- 'FrontViewLazyLoadController' =>
1718
  array (
1719
- 'name' => 'FrontViewLazyLoadController',
1720
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
- 'FrontViewMaintenanceModeController' =>
1725
  array (
1726
- 'name' => 'FrontViewMaintenanceModeController',
1727
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
- 'FrontViewPluginsInfoController' =>
1732
  array (
1733
- 'name' => 'FrontViewPluginsInfoController',
1734
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
283
  'make' => false,
284
  'singleton' => true,
285
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
286
  'HubAddonsHelper' =>
287
  array (
288
  'name' => 'HubAddonsHelper',
360
  'make' => false,
361
  'singleton' => true,
362
  ),
363
+ 'SettingsFieldsRegistryHelper' =>
 
 
 
364
  array (
365
+ 'name' => 'SettingsFieldsRegistryHelper',
366
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
367
+ 'make' => false,
368
  'singleton' => true,
369
  ),
370
+ 'SettingsSectionsRegistryHelper' =>
371
  array (
372
+ 'name' => 'SettingsSectionsRegistryHelper',
373
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
374
+ 'make' => false,
375
  'singleton' => true,
376
  ),
377
+ 'SettingsTabsRegistryHelper' =>
378
  array (
379
+ 'name' => 'SettingsTabsRegistryHelper',
380
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
381
+ 'make' => false,
382
  'singleton' => true,
383
  ),
384
+ 'AccessCurrentUserHelper' =>
385
  array (
386
+ 'name' => 'AccessCurrentUserHelper',
387
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
388
+ 'make' => false,
389
  'singleton' => true,
390
  ),
391
+ 'AccessEditorPostTypeHelper' =>
392
  array (
393
+ 'name' => 'AccessEditorPostTypeHelper',
394
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
395
+ 'make' => false,
396
  'singleton' => true,
397
  ),
398
+ 'AccessRoleHelper' =>
399
  array (
400
+ 'name' => 'AccessRoleHelper',
401
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
402
+ 'make' => false,
403
+ 'singleton' => false,
404
  ),
405
+ 'AccessUserCapabilitiesHelper' =>
406
  array (
407
+ 'name' => 'AccessUserCapabilitiesHelper',
408
+ 'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
409
+ 'make' => false,
410
  'singleton' => true,
411
  ),
412
+ ),
413
+ 'modules' =>
414
+ array (
415
+ 'EditorsEnvController' =>
416
  array (
417
+ 'name' => 'EditorsEnvController',
418
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
419
  'make' => true,
420
  'singleton' => true,
421
  ),
422
+ 'EditorsMediaSizesController' =>
423
  array (
424
+ 'name' => 'EditorsMediaSizesController',
425
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
+ 'EditorsTutorialController' =>
430
  array (
431
+ 'name' => 'EditorsTutorialController',
432
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
+ 'EditorsTutorialPostType' =>
437
  array (
438
+ 'name' => 'EditorsTutorialPostType',
439
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'EditorsPopupsPremiumPromoController' =>
444
  array (
445
+ 'name' => 'EditorsPopupsPremiumPromoController',
446
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'EditorsFrontendBundleController' =>
451
  array (
452
+ 'name' => 'EditorsFrontendBundleController',
453
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'EditorsFrontendController' =>
458
  array (
459
+ 'name' => 'EditorsFrontendController',
460
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'EditorsFrontendHeartbeatController' =>
465
  array (
466
+ 'name' => 'EditorsFrontendHeartbeatController',
467
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'EditorsFrontendMenuController' =>
472
  array (
473
+ 'name' => 'EditorsFrontendMenuController',
474
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'EditorsFrontendVariablesController' =>
479
  array (
480
+ 'name' => 'EditorsFrontendVariablesController',
481
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'EditorsSettingsAlternativeSavingController' =>
486
  array (
487
+ 'name' => 'EditorsSettingsAlternativeSavingController',
488
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\AlternativeSavingController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'EditorsSettingsEditorLayoutController' =>
493
  array (
494
+ 'name' => 'EditorsSettingsEditorLayoutController',
495
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'EditorsSettingsItemBadgeController' =>
500
  array (
501
+ 'name' => 'EditorsSettingsItemBadgeController',
502
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'EditorsSettingsItemDataCollectionController' =>
507
  array (
508
+ 'name' => 'EditorsSettingsItemDataCollectionController',
509
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'EditorsSettingsItemInitialHelpersController' =>
514
  array (
515
+ 'name' => 'EditorsSettingsItemInitialHelpersController',
516
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'EditorsSettingsItemPreviewController' =>
521
  array (
522
+ 'name' => 'EditorsSettingsItemPreviewController',
523
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'EditorsSettingsPageEditableTemplatesController' =>
528
  array (
529
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
530
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'EditorsSettingsPageTemplatesController' =>
535
  array (
536
+ 'name' => 'EditorsSettingsPageTemplatesController',
537
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'EditorsSettingsPageTemplatesSaveController' =>
542
  array (
543
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
544
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'EditorsSettingsPageTemplatesVariablesController' =>
549
  array (
550
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
551
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'EditorsSettingsSlugController' =>
556
  array (
557
+ 'name' => 'EditorsSettingsSlugController',
558
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'EditorsSettingsTitleController' =>
563
  array (
564
+ 'name' => 'EditorsSettingsTitleController',
565
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'EditorsSettingsWordPressSettingsAuthorController' =>
570
  array (
571
+ 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
572
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'EditorsSettingsWordPressSettingsCategoriesController' =>
577
  array (
578
+ 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
579
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'EditorsSettingsWordPressSettingsDiscussionController' =>
584
  array (
585
+ 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
586
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'EditorsSettingsWordPressSettingsExcerptController' =>
591
  array (
592
+ 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
593
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
598
  array (
599
+ 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
600
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'EditorsSettingsWordPressSettingsParentPageController' =>
605
  array (
606
+ 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
607
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
+ 'EditorsSettingsWordPressSettingsTagsController' =>
612
  array (
613
+ 'name' => 'EditorsSettingsWordPressSettingsTagsController',
614
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
+ 'EditorsPageEditableController' =>
619
  array (
620
+ 'name' => 'EditorsPageEditableController',
621
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
+ 'EditorsAttributesWpEditor' =>
626
  array (
627
+ 'name' => 'EditorsAttributesWpEditor',
628
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
+ 'EditorsAttributesAjaxFormController' =>
633
  array (
634
+ 'name' => 'EditorsAttributesAjaxFormController',
635
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
640
  array (
641
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
642
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
+ 'EditorsAttributesUrlController' =>
647
  array (
648
+ 'name' => 'EditorsAttributesUrlController',
649
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
+ 'EditorsAttributesPageDesignOptionsController' =>
654
  array (
655
+ 'name' => 'EditorsAttributesPageDesignOptionsController',
656
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
+ 'EditorsAttributesAutoCompleteController' =>
661
  array (
662
+ 'name' => 'EditorsAttributesAutoCompleteController',
663
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
+ 'EditorsAttributesIconPickerController' =>
668
  array (
669
+ 'name' => 'EditorsAttributesIconPickerController',
670
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
+ 'EditorsAttributesCheckboxController' =>
675
  array (
676
+ 'name' => 'EditorsAttributesCheckboxController',
677
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
+ 'EditorsEditPostLinksController' =>
682
  array (
683
+ 'name' => 'EditorsEditPostLinksController',
684
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
+ 'EditorsInitialHelpersController' =>
689
  array (
690
+ 'name' => 'EditorsInitialHelpersController',
691
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
+ 'EditorsTemplatesController' =>
696
  array (
697
+ 'name' => 'EditorsTemplatesController',
698
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
699
+ 'make' => true,
700
+ 'singleton' => true,
701
+ ),
702
+ 'EditorsTemplatesPostType' =>
703
+ array (
704
+ 'name' => 'EditorsTemplatesPostType',
705
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
706
+ 'make' => true,
707
+ 'singleton' => true,
708
+ ),
709
+ 'EditorsDataAjaxController' =>
710
+ array (
711
+ 'name' => 'EditorsDataAjaxController',
712
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
713
+ 'make' => true,
714
+ 'singleton' => true,
715
+ ),
716
+ 'EditorsDataAjaxPostDataController' =>
717
+ array (
718
+ 'name' => 'EditorsDataAjaxPostDataController',
719
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
720
+ 'make' => true,
721
+ 'singleton' => true,
722
+ ),
723
+ 'EditorsDataAjaxPostFieldsController' =>
724
+ array (
725
+ 'name' => 'EditorsDataAjaxPostFieldsController',
726
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
727
+ 'make' => true,
728
+ 'singleton' => true,
729
+ ),
730
+ 'EditorsDataAjaxRevisionController' =>
731
+ array (
732
+ 'name' => 'EditorsDataAjaxRevisionController',
733
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
734
+ 'make' => true,
735
+ 'singleton' => true,
736
+ ),
737
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
738
+ array (
739
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
740
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'EditorsElementsController' =>
759
  array (
760
+ 'name' => 'EditorsElementsController',
761
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'EditorsBackendEditorController' =>
766
  array (
767
+ 'name' => 'EditorsBackendEditorController',
768
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'EditorsBackendSaveSetEditorController' =>
773
  array (
774
+ 'name' => 'EditorsBackendSaveSetEditorController',
775
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'EditorsNotificationsController' =>
780
  array (
781
+ 'name' => 'EditorsNotificationsController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'MigrationsAssets22Migration' =>
787
  array (
788
+ 'name' => 'MigrationsAssets22Migration',
789
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'MigrationsCustomTemplatesTypeMigration' =>
794
  array (
795
+ 'name' => 'MigrationsCustomTemplatesTypeMigration',
796
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'MigrationsDatabaseMigration' =>
801
  array (
802
+ 'name' => 'MigrationsDatabaseMigration',
803
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'MigrationsDefaultCapabilitiesMigration' =>
808
  array (
809
+ 'name' => 'MigrationsDefaultCapabilitiesMigration',
810
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'MigrationsDefaultElementsMigration' =>
815
  array (
816
+ 'name' => 'MigrationsDefaultElementsMigration',
817
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'MigrationsEnabledPostTypesMigration' =>
822
  array (
823
+ 'name' => 'MigrationsEnabledPostTypesMigration',
824
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'MigrationsFreeMigration' =>
829
  array (
830
+ 'name' => 'MigrationsFreeMigration',
831
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'MigrationsGlobalJavascriptMigration' =>
836
  array (
837
+ 'name' => 'MigrationsGlobalJavascriptMigration',
838
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'MigrationsLicenseMigration' =>
843
  array (
844
+ 'name' => 'MigrationsLicenseMigration',
845
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'MigrationsMaintenanceModeMigration' =>
850
  array (
851
+ 'name' => 'MigrationsMaintenanceModeMigration',
852
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'MigrationsMergeArchivesLayoutsMigration' =>
857
  array (
858
+ 'name' => 'MigrationsMergeArchivesLayoutsMigration',
859
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'MigrationsPredefinedTemplateMigration' =>
864
  array (
865
+ 'name' => 'MigrationsPredefinedTemplateMigration',
866
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'MigrationsSettingsMigration' =>
871
  array (
872
+ 'name' => 'MigrationsSettingsMigration',
873
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'MigrationsTemplates114Migration' =>
878
  array (
879
+ 'name' => 'MigrationsTemplates114Migration',
880
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'MigrationsUpdateGlobalElementsMigration' =>
885
  array (
886
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
887
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'HubDownloadController' =>
892
  array (
893
+ 'name' => 'HubDownloadController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'HubJsonActionsController' =>
899
  array (
900
+ 'name' => 'HubJsonActionsController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'HubUpdateController' =>
906
  array (
907
+ 'name' => 'HubUpdateController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'HubAddonsAddonDownloadController' =>
913
  array (
914
+ 'name' => 'HubAddonsAddonDownloadController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'HubAddonsAddons' =>
920
  array (
921
+ 'name' => 'HubAddonsAddons',
922
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'HubAddonsAddonsUpdater' =>
927
  array (
928
+ 'name' => 'HubAddonsAddonsUpdater',
929
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'HubAddonsTeasersTeasersController' =>
934
  array (
935
+ 'name' => 'HubAddonsTeasersTeasersController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'HubAddonsTeasersTeasersDownloadController' =>
941
  array (
942
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
943
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'HubGroupsCategoriesCategories' =>
948
  array (
949
+ 'name' => 'HubGroupsCategoriesCategories',
950
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'HubGroupsCategoriesCategoriesUpdater' =>
955
  array (
956
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
957
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'HubGroupsCategoriesGroups' =>
962
  array (
963
+ 'name' => 'HubGroupsCategoriesGroups',
964
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'HubGroupsCategoriesGroupsUpdater' =>
969
  array (
970
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
971
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
+ 'HubStockMediaStockMediaDownloadController' =>
976
  array (
977
+ 'name' => 'HubStockMediaStockMediaDownloadController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
+ 'HubTemplatesTemplateDownloadController' =>
983
  array (
984
+ 'name' => 'HubTemplatesTemplateDownloadController',
985
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
+ 'HubTemplatesTemplatesUpdater' =>
990
  array (
991
+ 'name' => 'HubTemplatesTemplatesUpdater',
992
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
+ 'HubTemplatesTeasersTeasersController' =>
997
  array (
998
+ 'name' => 'HubTemplatesTeasersTeasersController',
999
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
+ 'HubTemplatesTeasersTeasersDownloadController' =>
1004
  array (
1005
+ 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1006
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'HubPagesHub' =>
1011
  array (
1012
+ 'name' => 'HubPagesHub',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'HubPagesPremiumTeasers' =>
1018
  array (
1019
+ 'name' => 'HubPagesPremiumTeasers',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'HubPagesUpdateBePage' =>
1025
  array (
1026
+ 'name' => 'HubPagesUpdateBePage',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
+ 'HubPagesUpdateFePage' =>
1032
  array (
1033
+ 'name' => 'HubPagesUpdateFePage',
1034
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
+ 'HubElementsElementDownloadController' =>
1039
  array (
1040
+ 'name' => 'HubElementsElementDownloadController',
1041
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
+ 'HubElementsElements' =>
1046
  array (
1047
+ 'name' => 'HubElementsElements',
1048
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
+ 'HubElementsElementsUpdater' =>
1053
  array (
1054
+ 'name' => 'HubElementsElementsUpdater',
1055
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'HubElementsTeasersTeasersController' =>
1060
  array (
1061
+ 'name' => 'HubElementsTeasersTeasersController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'HubElementsTeasersTeasersDownloadController' =>
1067
  array (
1068
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'HubActionsPostUpdateAction' =>
1074
  array (
1075
+ 'name' => 'HubActionsPostUpdateAction',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'HubAssetsAssetDownloadController' =>
1081
  array (
1082
+ 'name' => 'HubAssetsAssetDownloadController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
+ 'ImportImportController' =>
1088
  array (
1089
+ 'name' => 'ImportImportController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
+ 'SettingsAjaxSystemStatusController' =>
1123
+ array (
1124
+ 'name' => 'SettingsAjaxSystemStatusController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1126
+ 'make' => true,
1127
+ 'singleton' => true,
1128
+ ),
1129
+ 'SettingsFieldsCssEditor' =>
1130
+ array (
1131
+ 'name' => 'SettingsFieldsCssEditor',
1132
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1133
+ 'make' => true,
1134
+ 'singleton' => true,
1135
+ ),
1136
+ 'SettingsFieldsFactoryResetController' =>
1137
+ array (
1138
+ 'name' => 'SettingsFieldsFactoryResetController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1140
+ 'make' => true,
1141
+ 'singleton' => true,
1142
+ ),
1143
+ 'SettingsFieldsJsEditor' =>
1144
+ array (
1145
+ 'name' => 'SettingsFieldsJsEditor',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
1147
+ 'make' => true,
1148
+ 'singleton' => true,
1149
+ ),
1150
  'SettingsPagesCssJsSettings' =>
1151
  array (
1152
  'name' => 'SettingsPagesCssJsSettings',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'SystemCacheCacheController' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1186
  array (
1187
+ 'name' => 'SystemCacheCacheController',
1188
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'SystemAjaxAdminController' =>
1193
  array (
1194
+ 'name' => 'SystemAjaxAdminController',
1195
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'SystemAjaxController' =>
1200
  array (
1201
+ 'name' => 'SystemAjaxController',
1202
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'SystemTextDomainController' =>
1207
  array (
1208
+ 'name' => 'SystemTextDomainController',
1209
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'SystemActivationController' =>
1214
  array (
1215
+ 'name' => 'SystemActivationController',
1216
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'VendorsAjaxSearchProController' =>
1221
  array (
1222
+ 'name' => 'VendorsAjaxSearchProController',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'VendorsDashboardController' =>
1228
  array (
1229
+ 'name' => 'VendorsDashboardController',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'VendorsElementorController' =>
1235
  array (
1236
+ 'name' => 'VendorsElementorController',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'VendorsEssentialGridController' =>
1242
  array (
1243
+ 'name' => 'VendorsEssentialGridController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'VendorsGravityFormsController' =>
1249
  array (
1250
+ 'name' => 'VendorsGravityFormsController',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'VendorsJetPack' =>
1256
  array (
1257
+ 'name' => 'VendorsJetPack',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'VendorsMetaSliderController' =>
1263
  array (
1264
+ 'name' => 'VendorsMetaSliderController',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'VendorsNextGen' =>
1270
  array (
1271
+ 'name' => 'VendorsNextGen',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'VendorsNinjaFormsController' =>
1277
  array (
1278
+ 'name' => 'VendorsNinjaFormsController',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'VendorsOneUserAvatar' =>
1284
  array (
1285
+ 'name' => 'VendorsOneUserAvatar',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'VendorsPluginsController' =>
1291
  array (
1292
+ 'name' => 'VendorsPluginsController',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'VendorsRevSliderController' =>
1298
  array (
1299
+ 'name' => 'VendorsRevSliderController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'VendorsWooCommerceController' =>
1305
  array (
1306
+ 'name' => 'VendorsWooCommerceController',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'VendorsWooCommerceMultivendorMarketplace' =>
1312
  array (
1313
+ 'name' => 'VendorsWooCommerceMultivendorMarketplace',
1314
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'VendorsWooCommerceSquareController' =>
1319
  array (
1320
+ 'name' => 'VendorsWooCommerceSquareController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'VendorsWordpressController' =>
1326
  array (
1327
+ 'name' => 'VendorsWordpressController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'VendorsWpFormsController' =>
1333
  array (
1334
+ 'name' => 'VendorsWpFormsController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'VendorsWpJobsManagerController' =>
1340
  array (
1341
+ 'name' => 'VendorsWpJobsManagerController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'VendorsWpbakeryController' =>
1347
  array (
1348
+ 'name' => 'VendorsWpbakeryController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'VendorsWpmlController' =>
1354
  array (
1355
+ 'name' => 'VendorsWpmlController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'VendorsYoastController' =>
1361
  array (
1362
+ 'name' => 'VendorsYoastController',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'VendorsGutenbergAttributeController' =>
1368
  array (
1369
+ 'name' => 'VendorsGutenbergAttributeController',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'VendorsGutenbergDisableController' =>
1375
  array (
1376
+ 'name' => 'VendorsGutenbergDisableController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
+ 'VendorsGutenbergSettingsController' =>
1382
  array (
1383
+ 'name' => 'VendorsGutenbergSettingsController',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'VendorsThemesGeneratePressController' =>
1389
  array (
1390
+ 'name' => 'VendorsThemesGeneratePressController',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
+ 'VendorsThemesStorefrontController' =>
1396
  array (
1397
+ 'name' => 'VendorsThemesStorefrontController',
1398
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
+ 'VendorsThemesTwentySeventeenController' =>
1403
  array (
1404
+ 'name' => 'VendorsThemesTwentySeventeenController',
1405
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
+ 'VendorsThemesTwentyTwentyOneController' =>
1410
  array (
1411
+ 'name' => 'VendorsThemesTwentyTwentyOneController',
1412
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
+ 'InternationalizationLocale' =>
1417
  array (
1418
+ 'name' => 'InternationalizationLocale',
1419
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
+ 'LicenseActivationRedirectController' =>
1424
  array (
1425
+ 'name' => 'LicenseActivationRedirectController',
1426
+ 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
+ 'LicenseDeactivationController' =>
1431
  array (
1432
+ 'name' => 'LicenseDeactivationController',
1433
+ 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
+ 'LicenseEditorVariablesController' =>
1438
  array (
1439
+ 'name' => 'LicenseEditorVariablesController',
1440
+ 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
+ 'LicenseErrorReportingController' =>
1445
  array (
1446
+ 'name' => 'LicenseErrorReportingController',
1447
+ 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
+ 'LicenseFeedbackController' =>
1452
  array (
1453
+ 'name' => 'LicenseFeedbackController',
1454
+ 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
+ 'LicenseLicenseController' =>
1459
  array (
1460
+ 'name' => 'LicenseLicenseController',
1461
+ 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
+ 'LicenseUpdateVariablesController' =>
1466
  array (
1467
+ 'name' => 'LicenseUpdateVariablesController',
1468
+ 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
+ 'LicensePagesGettingStarted' =>
1473
  array (
1474
+ 'name' => 'LicensePagesGettingStarted',
1475
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
+ 'LicensePagesGoPremium' =>
1480
  array (
1481
+ 'name' => 'LicensePagesGoPremium',
1482
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
+ 'LicensePagesLicenseStatus' =>
1487
  array (
1488
+ 'name' => 'LicensePagesLicenseStatus',
1489
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
+ 'FrontViewAssetResetController' =>
1494
  array (
1495
+ 'name' => 'FrontViewAssetResetController',
1496
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
+ 'FrontViewAssetUrlReplaceController' =>
1501
  array (
1502
+ 'name' => 'FrontViewAssetUrlReplaceController',
1503
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
+ 'FrontViewContentUrlReplaceController' =>
1508
  array (
1509
+ 'name' => 'FrontViewContentUrlReplaceController',
1510
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
+ 'FrontViewFrontVariablesController' =>
1515
  array (
1516
+ 'name' => 'FrontViewFrontVariablesController',
1517
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
+ 'FrontViewFrontViewController' =>
1522
  array (
1523
+ 'name' => 'FrontViewFrontViewController',
1524
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
+ 'FrontViewLazyLoadController' =>
1529
  array (
1530
+ 'name' => 'FrontViewLazyLoadController',
1531
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
+ 'FrontViewMaintenanceModeController' =>
1536
  array (
1537
+ 'name' => 'FrontViewMaintenanceModeController',
1538
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
+ 'FrontViewPluginsInfoController' =>
1543
  array (
1544
+ 'name' => 'FrontViewPluginsInfoController',
1545
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
+ 'UpdatesUpdatesController' =>
1550
  array (
1551
+ 'name' => 'UpdatesUpdatesController',
1552
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
+ 'UtmUtm' =>
1557
  array (
1558
+ 'name' => 'UtmUtm',
1559
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
+ 'ElementsApiController' =>
1578
  array (
1579
+ 'name' => 'ElementsApiController',
1580
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
+ 'ElementsController' =>
1585
  array (
1586
+ 'name' => 'ElementsController',
1587
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
+ 'ElementsViewPageRender' =>
1592
  array (
1593
+ 'name' => 'ElementsViewPageRender',
1594
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
+ 'ElementsEncodedShortcodeController' =>
1599
  array (
1600
+ 'name' => 'ElementsEncodedShortcodeController',
1601
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
+ 'ElementsWpWidgetsWpWidgetsController' =>
1606
  array (
1607
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
1608
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1613
  array (
1614
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1615
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
+ 'ElementsAjaxShortcodeController' =>
1620
  array (
1621
+ 'name' => 'ElementsAjaxShortcodeController',
1622
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
+ 'ElementsAjaxImageControllerController' =>
1627
  array (
1628
+ 'name' => 'ElementsAjaxImageControllerController',
1629
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
+ 'ElementsGlobalVariablesController' =>
1634
  array (
1635
+ 'name' => 'ElementsGlobalVariablesController',
1636
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
+ 'ElementsAssetShortcodeController' =>
1641
  array (
1642
+ 'name' => 'ElementsAssetShortcodeController',
1643
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
+ 'ApiFactory' =>
1648
  array (
1649
+ 'name' => 'ApiFactory',
1650
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
+ 'AssetsAssetBundleCompressionController' =>
1655
  array (
1656
+ 'name' => 'AssetsAssetBundleCompressionController',
1657
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
+ 'AssetsAssetBundleController' =>
1662
  array (
1663
+ 'name' => 'AssetsAssetBundleController',
1664
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
+ 'AssetsAssetResetController' =>
1669
  array (
1670
+ 'name' => 'AssetsAssetResetController',
1671
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
+ 'AssetsDataController' =>
1676
  array (
1677
+ 'name' => 'AssetsDataController',
1678
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
+ 'AssetsEnqueueController' =>
1683
  array (
1684
+ 'name' => 'AssetsEnqueueController',
1685
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
+ 'AssetsFileController' =>
1690
  array (
1691
+ 'name' => 'AssetsFileController',
1692
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
+ 'AssetsJsDataController' =>
1697
  array (
1698
+ 'name' => 'AssetsJsDataController',
1699
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
+ 'AssetsJsEnqueueController' =>
1704
  array (
1705
+ 'name' => 'AssetsJsEnqueueController',
1706
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
+ 'AssetsPreviewDataController' =>
1711
  array (
1712
+ 'name' => 'AssetsPreviewDataController',
1713
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
+ 'AssetsPreviewEnqueueController' =>
1718
  array (
1719
+ 'name' => 'AssetsPreviewEnqueueController',
1720
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
+ 'AssetsPreviewJsDataController' =>
1725
  array (
1726
+ 'name' => 'AssetsPreviewJsDataController',
1727
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
+ 'AssetsPreviewJsEnqueueController' =>
1732
  array (
1733
+ 'name' => 'AssetsPreviewJsEnqueueController',
1734
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
1738
+ 'AssetsSharedController' =>
1739
  array (
1740
+ 'name' => 'AssetsSharedController',
1741
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
1742
  'make' => true,
1743
  'singleton' => true,
1744
  ),
elements/facebookLike/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FacebookLike; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar FacebookLike = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(FacebookLike, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FacebookLike);\n\n function FacebookLike(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FacebookLike);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"timerIndex\", 0);\n\n _this.state = {\n status: ''\n };\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FacebookLike, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertHtml(this.props.atts);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n var _this$props$atts = this.props.atts,\n layout = _this$props$atts.layout,\n size = _this$props$atts.size;\n\n if (layout !== nextProps.atts.layout || size !== nextProps.atts.size) {\n this.insertHtml(nextProps.atts);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n window.clearTimeout(this.checkVisibilityTimer);\n window.clearTimeout(this.checkIfRenderedTimer);\n }\n }, {\n key: \"insertHtml\",\n value: function insertHtml(atts) {\n var html = this.createHtml(atts);\n var wrapper = this.refs.facebookLikeInner;\n this.updateInlineHtml(wrapper, html);\n this.reloadScript();\n this.setPlaceholder();\n }\n }, {\n key: \"setPlaceholder\",\n value: function setPlaceholder() {\n var likeBtn = this.getDomNode().querySelector('.fb-like');\n\n if (!likeBtn) {\n return;\n }\n\n var helper = document.createElement('div');\n helper.className = 'vcvhelper vce-facebook-like-placeholder';\n this.refs.facebookLikeInner.appendChild(helper);\n var helperSelector = this.getDomNode().querySelector('.vce-facebook-like-placeholder');\n likeBtn.style.position = 'absolute';\n likeBtn.style.opacity = '0';\n this.checkIfRendered(helperSelector, likeBtn, true);\n }\n }, {\n key: \"checkIfRendered\",\n value: function checkIfRendered(helperSelector, likeBtn, firstTime) {\n var _this2 = this;\n\n var state = likeBtn.getAttribute('fb-xfbml-state');\n var likeBtnSpan = likeBtn.querySelector('span');\n\n if (state !== 'rendered') {\n var timeout = firstTime ? 500 : 50;\n\n if (this.state.status !== 'loading') {\n helperSelector.innerHTML = '<span class=\"vcv-ui-icon vcv-ui-wp-spinner\"></span>';\n this.setState({\n status: 'loading'\n });\n }\n\n this.checkIfRenderedTimer = setTimeout(function () {\n _this2.checkIfRendered(helperSelector, likeBtn, false);\n }, timeout);\n } else {\n setTimeout(function () {\n _this2.setState({\n status: 'rendered'\n });\n\n helperSelector.innerHTML = '';\n\n var visible = _this2.checkIfVisible(likeBtnSpan);\n\n if (!visible) {\n var imgSrc = _this2.getPublicImage('facebook-like-placeholder.png');\n\n helperSelector.innerHTML = \"<img src=\\\"\".concat(imgSrc, \"\\\" />\");\n _this2.timerIndex = 0;\n _this2.checkVisibilityTimer = setTimeout(function () {\n _this2.removePlaceholder(likeBtn, helperSelector);\n }, 500);\n } else {\n likeBtn.style.position = null;\n likeBtn.style.opacity = null;\n helperSelector.innerHTML = '';\n }\n }, 500);\n }\n }\n }, {\n key: \"removePlaceholder\",\n value: function removePlaceholder(likeBtn, helperSelector) {\n var _this3 = this;\n\n this.timerIndex++;\n\n if (this.timerIndex > 4) {\n return;\n }\n\n if (this.checkIfVisible(likeBtn.querySelector('span'))) {\n likeBtn.style.position = null;\n likeBtn.style.opacity = null;\n helperSelector.innerHTML = '';\n } else {\n setTimeout(function () {\n _this3.removePlaceholder(likeBtn, helperSelector);\n }, 500);\n }\n }\n }, {\n key: \"checkIfVisible\",\n value: function checkIfVisible(element) {\n return !(element === null || element.offsetHeight === 0 || element.offsetWidth === 0);\n }\n }, {\n key: \"reloadScript\",\n value: function reloadScript() {\n var iframe = document.querySelector('#vcv-editor-iframe').contentWindow;\n\n if (iframe.FB) {\n iframe.FB.init({\n status: true,\n xfbml: true,\n version: 'v2.12'\n });\n }\n }\n }, {\n key: \"createHtml\",\n value: function createHtml(atts) {\n var layout = atts.layout,\n size = atts.size;\n var url = window.vcvPostPermanentLink;\n var script = \"<script>(function(d, s, id) {\\n if(d.getElementById('fb-root')) return;\\n var fbRoot = d.createElement('div');\\n fbRoot.id = 'fb-root';\\n document.getElementsByTagName('body')[0].appendChild(fbRoot);\\n var js, fjs = d.getElementsByTagName(s)[0];\\n if (d.getElementById(id)) return;\\n js = d.createElement(s); js.id = id;\\n js.src = \\\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12\\\";\\n fjs.parentNode.insertBefore(js, fjs);\\n}(document, 'script', 'facebook-jssdk'));</script>\";\n var html = \"<div class=\\\"fb-like\\\" data-href=\\\"\".concat(url, \"\\\" data-layout=\\\"\").concat(layout, \"\\\" data-action=\\\"like\\\" data-size=\\\"\").concat(size, \"\\\" data-show-faces=\\\"false\\\" data-share=\\\"false\\\"></div>\");\n return script + html;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-facebook-like';\n var innerClasses = 'vce-facebook-like-inner vce';\n var customProps = {};\n\n if (customClass) {\n classes += \" \".concat(customClass);\n }\n\n if (alignment) {\n classes += \" vce-facebook-like--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses,\n ref: \"facebookLikeInner\",\n id: 'el-' + id\n }, doAll), \"Facebook Like\"));\n }\n }]);\n\n return FacebookLike;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./facebookLike/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FacebookLike; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar FacebookLike = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(FacebookLike, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FacebookLike);\n\n function FacebookLike(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FacebookLike);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"timerIndex\", 0);\n\n _this.state = {\n status: ''\n };\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FacebookLike, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertHtml(this.props.atts);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n var _this$props$atts = this.props.atts,\n layout = _this$props$atts.layout,\n size = _this$props$atts.size;\n\n if (prevProps.atts.layout !== layout || prevProps.atts.size !== size) {\n this.insertHtml(this.props.atts);\n }\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n window.clearTimeout(this.checkVisibilityTimer);\n window.clearTimeout(this.checkIfRenderedTimer);\n }\n }, {\n key: \"insertHtml\",\n value: function insertHtml(atts) {\n var html = this.createHtml(atts);\n var wrapper = this.refs.facebookLikeInner;\n this.updateInlineHtml(wrapper, html);\n this.reloadScript();\n this.setPlaceholder();\n }\n }, {\n key: \"setPlaceholder\",\n value: function setPlaceholder() {\n var likeBtn = this.getDomNode().querySelector('.fb-like');\n\n if (!likeBtn) {\n return;\n }\n\n var helper = document.createElement('div');\n helper.className = 'vcvhelper vce-facebook-like-placeholder';\n this.refs.facebookLikeInner.appendChild(helper);\n var helperSelector = this.getDomNode().querySelector('.vce-facebook-like-placeholder');\n likeBtn.style.position = 'absolute';\n likeBtn.style.opacity = '0';\n this.checkIfRendered(helperSelector, likeBtn, true);\n }\n }, {\n key: \"checkIfRendered\",\n value: function checkIfRendered(helperSelector, likeBtn, firstTime) {\n var _this2 = this;\n\n var state = likeBtn.getAttribute('fb-xfbml-state');\n var likeBtnSpan = likeBtn.querySelector('span');\n\n if (state !== 'rendered') {\n var timeout = firstTime ? 500 : 50;\n\n if (this.state.status !== 'loading') {\n helperSelector.innerHTML = '<span class=\"vcv-ui-icon vcv-ui-wp-spinner\"></span>';\n this.setState({\n status: 'loading'\n });\n }\n\n this.checkIfRenderedTimer = setTimeout(function () {\n _this2.checkIfRendered(helperSelector, likeBtn, false);\n }, timeout);\n } else {\n setTimeout(function () {\n _this2.setState({\n status: 'rendered'\n });\n\n helperSelector.innerHTML = '';\n\n var visible = _this2.checkIfVisible(likeBtnSpan);\n\n if (!visible) {\n var imgSrc = _this2.getPublicImage('facebook-like-placeholder.png');\n\n helperSelector.innerHTML = \"<img src=\\\"\".concat(imgSrc, \"\\\" />\");\n _this2.timerIndex = 0;\n _this2.checkVisibilityTimer = setTimeout(function () {\n _this2.removePlaceholder(likeBtn, helperSelector);\n }, 500);\n } else {\n likeBtn.style.position = null;\n likeBtn.style.opacity = null;\n helperSelector.innerHTML = '';\n }\n }, 500);\n }\n }\n }, {\n key: \"removePlaceholder\",\n value: function removePlaceholder(likeBtn, helperSelector) {\n var _this3 = this;\n\n this.timerIndex++;\n\n if (this.timerIndex > 4) {\n return;\n }\n\n if (this.checkIfVisible(likeBtn.querySelector('span'))) {\n likeBtn.style.position = null;\n likeBtn.style.opacity = null;\n helperSelector.innerHTML = '';\n } else {\n setTimeout(function () {\n _this3.removePlaceholder(likeBtn, helperSelector);\n }, 500);\n }\n }\n }, {\n key: \"checkIfVisible\",\n value: function checkIfVisible(element) {\n return !(element === null || element.offsetHeight === 0 || element.offsetWidth === 0);\n }\n }, {\n key: \"reloadScript\",\n value: function reloadScript() {\n var iframe = document.querySelector('#vcv-editor-iframe').contentWindow;\n\n if (iframe.FB) {\n iframe.FB.init({\n status: true,\n xfbml: true,\n version: 'v2.12'\n });\n }\n }\n }, {\n key: \"createHtml\",\n value: function createHtml(atts) {\n var layout = atts.layout,\n size = atts.size;\n var url = window.vcvPostPermanentLink;\n var script = \"<script>(function(d, s, id) {\\n if(d.getElementById('fb-root')) return;\\n var fbRoot = d.createElement('div');\\n fbRoot.id = 'fb-root';\\n document.getElementsByTagName('body')[0].appendChild(fbRoot);\\n var js, fjs = d.getElementsByTagName(s)[0];\\n if (d.getElementById(id)) return;\\n js = d.createElement(s); js.id = id;\\n js.src = \\\"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12\\\";\\n fjs.parentNode.insertBefore(js, fjs);\\n}(document, 'script', 'facebook-jssdk'));</script>\";\n var html = \"<div class=\\\"fb-like\\\" data-href=\\\"\".concat(url, \"\\\" data-layout=\\\"\").concat(layout, \"\\\" data-action=\\\"like\\\" data-size=\\\"\").concat(size, \"\\\" data-show-faces=\\\"false\\\" data-share=\\\"false\\\"></div>\");\n return script + html;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-facebook-like';\n var innerClasses = 'vce-facebook-like-inner vce';\n var customProps = {};\n\n if (customClass) {\n classes += \" \".concat(customClass);\n }\n\n if (alignment) {\n classes += \" vce-facebook-like--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses,\n ref: \"facebookLikeInner\",\n id: 'el-' + id\n }, doAll), \"Facebook Like\"));\n }\n }]);\n\n return FacebookLike;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./facebookLike/component.js?");
19
 
20
  /***/ }),
21
 
elements/flickrImage/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FlickrImage; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar FlickrImage = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(FlickrImage, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FlickrImage);\n\n function FlickrImage(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FlickrImage);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"imageSizes\", {\n thumbnail: '150',\n medium: '300',\n large: '1024'\n });\n\n var _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n\n _this.handleResize = _.debounce(_this.handleResize.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this)), 200);\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FlickrImage, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertFlickr(this.props.atts.flickrUrl);\n window.addEventListener('resize', this.handleResize);\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n window.removeEventListener('resize', this.handleResize);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n if (this.props.atts.flickrUrl !== nextProps.atts.flickrUrl || this.props.atts.width !== nextProps.atts.width) {\n this.insertFlickr(nextProps.atts.flickrUrl);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"handleResize\",\n value: function handleResize() {\n this.insertFlickr(this.props.atts.flickrUrl);\n }\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_flickrImage_' + FlickrImage.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&jsoncallback=' + name + '&format=json';\n } else {\n url += '?jsoncallback=' + name + '&format=json';\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.head.removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertFlickr\",\n value: function insertFlickr(url) {\n var _this2 = this;\n\n if (url.match('data-flickr-embed')) {\n this.appendFlickr(url);\n } else {\n var createdUrl = 'https://www.flickr.com/services/oembed/?url=' + url;\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendFlickr(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }\n }, {\n key: \"appendFlickr\",\n value: function appendFlickr() {\n var _this3 = this;\n\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n this.refs.flickerInner.innerHTML = '';\n window.setTimeout(function () {\n _this3.updateInlineHtml(_this3.refs.flickerInner, tagString);\n }, 0);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"checkImageSize\",\n value: function checkImageSize(size) {\n var relatedSize = '';\n\n if (window.vcvImageSizes && window.vcvImageSizes[size]) {\n relatedSize = window.vcvImageSizes[size].width;\n } else if (this.imageSizes[size]) {\n relatedSize = this.imageSizes[size];\n }\n\n return relatedSize ? \"\".concat(relatedSize, \"px\") : '';\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-flickr-image';\n var wrapperClasses = 'vce vce-flickr-image-wrapper';\n var customProps = {};\n var innerClasses = 'vce-flickr-image-inner';\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-flickr-image--align-\".concat(alignment);\n }\n\n width = width.replace(/\\s/g, '').toLowerCase();\n\n if (width) {\n if (width.match(/\\d*/)[0]) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? \"\".concat(width, \"px\") : width;\n } else {\n width = this.checkImageSize(width);\n }\n\n innerCustomProps.style = {\n maxWidth: width\n };\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var content = null;\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n id: 'el-' + id,\n className: wrapperClasses\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps, {\n ref: \"flickerInner\"\n })), content));\n }\n }]);\n\n return FlickrImage;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(FlickrImage, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./flickrImage/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ FlickrImage; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar FlickrImage = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(FlickrImage, _vcvAPI$elementCompon);\n\n var _super = _createSuper(FlickrImage);\n\n function FlickrImage(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, FlickrImage);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"imageSizes\", {\n thumbnail: '150',\n medium: '300',\n large: '1024'\n });\n\n var _ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n\n _this.handleResize = _.debounce(_this.handleResize.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this)), 200);\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(FlickrImage, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertFlickr(this.props.atts.flickrUrl);\n window.addEventListener('resize', this.handleResize);\n }\n }, {\n key: \"componentWillUnmount\",\n value: function componentWillUnmount() {\n window.removeEventListener('resize', this.handleResize);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (prevProps.atts.flickrUrl !== this.props.atts.flickrUrl || prevProps.atts.width !== this.props.atts.width) {\n this.insertFlickr(this.props.atts.flickrUrl);\n }\n }\n }, {\n key: \"handleResize\",\n value: function handleResize() {\n this.insertFlickr(this.props.atts.flickrUrl);\n }\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_flickrImage_' + FlickrImage.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&jsoncallback=' + name + '&format=json';\n } else {\n url += '?jsoncallback=' + name + '&format=json';\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.head.removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertFlickr\",\n value: function insertFlickr(url) {\n var _this2 = this;\n\n if (url.match('data-flickr-embed')) {\n this.appendFlickr(url);\n } else {\n var createdUrl = 'https://www.flickr.com/services/oembed/?url=' + url;\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendFlickr(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }\n }, {\n key: \"appendFlickr\",\n value: function appendFlickr() {\n var _this3 = this;\n\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n this.refs.flickerInner.innerHTML = '';\n window.setTimeout(function () {\n _this3.updateInlineHtml(_this3.refs.flickerInner, tagString);\n }, 0);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"checkImageSize\",\n value: function checkImageSize(size) {\n var relatedSize = '';\n\n if (window.vcvImageSizes && window.vcvImageSizes[size]) {\n relatedSize = window.vcvImageSizes[size].width;\n } else if (this.imageSizes[size]) {\n relatedSize = this.imageSizes[size];\n }\n\n return relatedSize ? \"\".concat(relatedSize, \"px\") : '';\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-flickr-image';\n var wrapperClasses = 'vce vce-flickr-image-wrapper';\n var customProps = {};\n var innerClasses = 'vce-flickr-image-inner';\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-flickr-image--align-\".concat(alignment);\n }\n\n width = width.replace(/\\s/g, '').toLowerCase();\n\n if (width) {\n if (width.match(/\\d*/)[0]) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? \"\".concat(width, \"px\") : width;\n } else {\n width = this.checkImageSize(width);\n }\n\n innerCustomProps.style = {\n maxWidth: width\n };\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var content = null;\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n id: 'el-' + id,\n className: wrapperClasses\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps, {\n ref: \"flickerInner\"\n })), content));\n }\n }]);\n\n return FlickrImage;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(FlickrImage, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./flickrImage/component.js?");
19
 
20
  /***/ }),
21
 
elements/googleMaps/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ GoogleMaps; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar GoogleMaps = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(GoogleMaps, _vcvAPI$elementCompon);\n\n var _super = _createSuper(GoogleMaps);\n\n function GoogleMaps() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, GoogleMaps);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"defaultSize\", {\n width: '600',\n height: '450'\n });\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(GoogleMaps, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n if (this.props.atts.embed) {\n this.setCustomSize(this.props.atts, this.getDefaultSize(this.props.atts.embed));\n this.appendMap(this.props.atts.embed);\n }\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n if (nextProps.atts.embed && (this.props.atts.embed !== nextProps.atts.embed || this.props.atts.width !== nextProps.atts.width || this.props.atts.height !== nextProps.atts.height)) {\n this.setCustomSize(nextProps.atts, this.getDefaultSize(nextProps.atts.embed));\n this.appendMap(nextProps.atts.embed);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"getSizeFromEmbed\",\n value: function getSizeFromEmbed(embed) {\n var size = {};\n var widthAttr = embed.match(/width=\"\\d+\"/g);\n widthAttr = widthAttr ? widthAttr[0] : '';\n\n if (widthAttr) {\n var width = widthAttr.match(/\\d+/g);\n width = width ? width[0] : '';\n size.width = width;\n }\n\n var heightAttr = embed.match(/height=\"\\d+\"/g);\n heightAttr = heightAttr ? heightAttr[0] : '';\n\n if (heightAttr) {\n var height = heightAttr.match(/\\d+/g);\n height = height ? height[0] : '';\n size.height = height;\n }\n\n return size;\n }\n }, {\n key: \"getDefaultSize\",\n value: function getDefaultSize(embed) {\n var size = embed ? this.getSizeFromEmbed(embed) : '';\n return {\n width: size && size.width ? size.width : this.defaultSize.width,\n height: size && size.height ? size.height : this.defaultSize.height\n };\n }\n }, {\n key: \"setCustomSize\",\n value: function setCustomSize(atts, defaultSize) {\n var width = this.validateSize(atts.width);\n var height = this.validateSize(atts.height);\n width = /^\\d+$/.test(width) ? \"\".concat(width, \"px\") : width;\n height = /^\\d+$/.test(height) ? \"\".concat(height, \"px\") : height;\n var customSize = {\n width: width || \"\".concat(defaultSize.width, \"px\"),\n height: height || \"\".concat(defaultSize.height, \"px\")\n };\n\n if (!height) {\n customSize.paddingBottom = defaultSize.height / defaultSize.width * 100 + '%';\n customSize.height = 'auto';\n this.setSizeState(customSize);\n } else {\n this.setSizeState(customSize);\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"appendMap\",\n value: function appendMap() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.refs.mapInner;\n component.innerHTML = tagString;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n height = atts.height,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-google-maps';\n var innerClasses = 'vce-google-maps-inner';\n var wrapperClasses = 'vce-google-maps-wrapper vce';\n var customProps = {};\n var innerProps = {};\n var wrapperProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n wrapperProps.style = {\n width: this.state ? this.state.size ? this.state.size.width : null : null,\n height: this.state ? this.state.size ? this.state.size.height : null : null\n };\n innerProps.style = {\n paddingBottom: this.state ? this.state.size ? this.state.size.paddingBottom : null : null\n };\n\n if (width) {\n wrapperClasses += ' vce-google-maps--width-custom';\n }\n\n if (height) {\n wrapperClasses += ' vce-google-maps--height-custom';\n } else {\n wrapperClasses += ' vce-google-maps-proportional';\n }\n\n if (alignment) {\n classes += \" vce-google-maps--align-\".concat(alignment);\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses\n }, wrapperProps, {\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerProps, {\n ref: \"mapInner\"\n }))));\n }\n }]);\n\n return GoogleMaps;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./googleMaps/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ GoogleMaps; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar GoogleMaps = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(GoogleMaps, _vcvAPI$elementCompon);\n\n var _super = _createSuper(GoogleMaps);\n\n function GoogleMaps() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, GoogleMaps);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"defaultSize\", {\n width: '600',\n height: '450'\n });\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(GoogleMaps, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n if (this.props.atts.embed) {\n this.setCustomSize(this.props.atts, this.getDefaultSize(this.props.atts.embed));\n this.appendMap(this.props.atts.embed);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (this.props.atts.embed && (prevProps.atts.embed !== this.props.atts.embed || prevProps.atts.width !== this.props.atts.width || prevProps.atts.height !== this.props.atts.height)) {\n this.setCustomSize(this.props.atts, this.getDefaultSize(this.props.atts.embed));\n this.appendMap(this.props.atts.embed);\n }\n }\n }, {\n key: \"getSizeFromEmbed\",\n value: function getSizeFromEmbed(embed) {\n var size = {};\n var widthAttr = embed.match(/width=\"\\d+\"/g);\n widthAttr = widthAttr ? widthAttr[0] : '';\n\n if (widthAttr) {\n var width = widthAttr.match(/\\d+/g);\n width = width ? width[0] : '';\n size.width = width;\n }\n\n var heightAttr = embed.match(/height=\"\\d+\"/g);\n heightAttr = heightAttr ? heightAttr[0] : '';\n\n if (heightAttr) {\n var height = heightAttr.match(/\\d+/g);\n height = height ? height[0] : '';\n size.height = height;\n }\n\n return size;\n }\n }, {\n key: \"getDefaultSize\",\n value: function getDefaultSize(embed) {\n var size = embed ? this.getSizeFromEmbed(embed) : '';\n return {\n width: size && size.width ? size.width : this.defaultSize.width,\n height: size && size.height ? size.height : this.defaultSize.height\n };\n }\n }, {\n key: \"setCustomSize\",\n value: function setCustomSize(atts, defaultSize) {\n var width = this.validateSize(atts.width);\n var height = this.validateSize(atts.height);\n width = /^\\d+$/.test(width) ? \"\".concat(width, \"px\") : width;\n height = /^\\d+$/.test(height) ? \"\".concat(height, \"px\") : height;\n var customSize = {\n width: width || \"\".concat(defaultSize.width, \"px\"),\n height: height || \"\".concat(defaultSize.height, \"px\")\n };\n\n if (!height) {\n customSize.paddingBottom = defaultSize.height / defaultSize.width * 100 + '%';\n customSize.height = 'auto';\n this.setSizeState(customSize);\n } else {\n this.setSizeState(customSize);\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"appendMap\",\n value: function appendMap() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.refs.mapInner;\n component.innerHTML = tagString;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n height = atts.height,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-google-maps';\n var innerClasses = 'vce-google-maps-inner';\n var wrapperClasses = 'vce-google-maps-wrapper vce';\n var customProps = {};\n var innerProps = {};\n var wrapperProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n wrapperProps.style = {\n width: this.state ? this.state.size ? this.state.size.width : null : null,\n height: this.state ? this.state.size ? this.state.size.height : null : null\n };\n innerProps.style = {\n paddingBottom: this.state ? this.state.size ? this.state.size.paddingBottom : null : null\n };\n\n if (width) {\n wrapperClasses += ' vce-google-maps--width-custom';\n }\n\n if (height) {\n wrapperClasses += ' vce-google-maps--height-custom';\n } else {\n wrapperClasses += ' vce-google-maps-proportional';\n }\n\n if (alignment) {\n classes += \" vce-google-maps--align-\".concat(alignment);\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses\n }, wrapperProps, {\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerProps, {\n ref: \"mapInner\"\n }))));\n }\n }]);\n\n return GoogleMaps;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./googleMaps/component.js?");
19
 
20
  /***/ }),
21
 
elements/imageGallery/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ImageGallery; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_10__);\n\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_10___default().getService('api');\n\nvar ImageGallery = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(ImageGallery, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ImageGallery);\n\n function ImageGallery(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, ImageGallery);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this), \"imageSources\", []);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this), \"imageOrder\", {});\n\n _this.createCustomSizeImage = _this.createCustomSizeImage.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ImageGallery, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.prepareImage(this.props.atts.image);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n this.imageSources = [];\n this.imageOrder = {};\n this.prepareImage(nextProps.atts.image);\n }\n /* eslint-enable */\n\n }, {\n key: \"prepareImage\",\n value: function prepareImage(image) {\n var _this2 = this;\n\n if (image.length && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(image[0]) === 'object') {\n var newImages = [];\n image.forEach(function (item, index) {\n var newItem = item;\n newItem.full = newItem.id ? newItem.full : _this2.getImageUrl(newItem.full);\n newItem.id = newItem.id ? newItem.id : Math.random();\n newImages.push(item);\n });\n image = newImages;\n this.setImageOrder(image);\n this.resizeImage(image);\n }\n\n var imgArr = [];\n image.forEach(function (img) {\n if (image && image.id) {\n imgArr.push({\n imgSrc: _this2.getImageUrl(img)\n });\n } else {\n imgArr.push({\n imgSrc: _this2.getImageUrl(img)\n });\n }\n });\n this.setImgSrcState(imgArr);\n }\n }, {\n key: \"setImageOrder\",\n value: function setImageOrder(imageArray) {\n var _this3 = this;\n\n imageArray.forEach(function (image, index) {\n _this3.imageOrder[index] = image.id;\n });\n }\n }, {\n key: \"checkImageSize\",\n value: function checkImageSize(image, callback, imgCount) {\n var img = new window.Image();\n\n img.onload = function () {\n var size = {\n width: img.width,\n height: img.height\n };\n callback(image, size, imgCount);\n };\n\n img.src = image.full;\n }\n }, {\n key: \"resizeImage\",\n value: function resizeImage(imageArray) {\n var _this4 = this;\n\n imageArray.forEach(function (image) {\n _this4.checkImageSize(image, _this4.createCustomSizeImage, imageArray.length);\n });\n }\n }, {\n key: \"createCustomSizeImage\",\n value: function createCustomSizeImage(image, size, imgCount) {\n image.orientation = this.checkOrientation(size);\n var checkImg = this.imageSources.filter(function (obj) {\n return obj.id === image.id;\n });\n\n if (!checkImg.length) {\n this.imageSources.push(image);\n }\n\n if (this.imageSources.length === imgCount) {\n this.orderImages();\n }\n }\n }, {\n key: \"orderImages\",\n value: function orderImages() {\n var _this5 = this;\n\n var imagesInOrder = [];\n this.imageSources.forEach(function (img, index) {\n var imgObj = _this5.imageSources.filter(function (obj) {\n return obj.id === _this5.imageOrder[index];\n });\n\n if (imgObj[0]) {\n imagesInOrder.push({\n imgSrc: _this5.getImageUrl(imgObj[0], 'large'),\n orientation: imgObj[0].orientation,\n originalSrc: _this5.getImageUrl(imgObj[0]),\n alt: imgObj[0].alt,\n title: imgObj[0].title\n });\n }\n });\n this.setImgSrcState(imagesInOrder);\n }\n }, {\n key: \"checkOrientation\",\n value: function checkOrientation(size) {\n return size.width >= size.height ? 'landscape' : 'portrait';\n }\n }, {\n key: \"setImgSrcState\",\n value: function setImgSrcState(imgSrc) {\n this.setState({\n imgSrc: imgSrc\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var image = atts.image,\n shape = atts.shape,\n clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n showCaptionGeneral = atts.showCaptionGeneral,\n captionAlignment = atts.captionAlignment,\n gap = atts.gap,\n columns = atts.columns;\n var containerClasses = 'vce-image-gallery';\n var wrapperClasses = 'vce-image-gallery-wrapper vce';\n var containerProps = {};\n var CustomTag = 'div';\n var imgSrc = this.state && this.state.imgSrc;\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n containerClasses += \" vce-image-gallery--gap-\".concat(gap);\n containerClasses += \" vce-image-gallery--columns-\".concat(columns);\n\n if (shape === 'rounded') {\n containerClasses += ' vce-image-gallery--border-rounded';\n }\n\n if (shape === 'round') {\n containerClasses += ' vce-image-gallery--border-round';\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n if (showCaptionGeneral && captionAlignment) {\n containerClasses += \" vce-image-gallery-caption--align-\".concat(captionAlignment);\n }\n\n var galleryItems = [];\n imgSrc && imgSrc.forEach(function (src, index) {\n var customProps = {};\n var classes = 'vce-image-gallery-item-inner';\n var imgClasses = 'vce-image-gallery-img';\n var customImageProps = {\n alt: src && src.alt ? src.alt : '',\n title: src && src.title ? src.title : ''\n };\n var itemProps = {};\n\n if (src.orientation === 'portrait') {\n imgClasses += ' vce-image-gallery-img--orientation-portrait';\n }\n\n if (clickableOptions === 'url' && image[index].link && image[index].link.url) {\n CustomTag = 'a';\n var _image$index$link = image[index].link,\n url = _image$index$link.url,\n title = _image$index$link.title,\n targetBlank = _image$index$link.targetBlank,\n relNofollow = _image$index$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': index\n };\n\n if (showCaption) {\n customProps['data-photoswipe-caption'] = image[index].caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n itemProps['data-photoswipe-item'] = \"photoswipe-\".concat(id);\n }\n\n if (image[index] && image[index].filter && image[index].filter !== 'normal') {\n classes += \" vce-image-filter--\".concat(image[index].filter);\n }\n\n var caption = '';\n\n if (showCaptionGeneral && image[index].caption) {\n caption = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"figcaption\", null, image[index].caption);\n }\n\n galleryItems.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-image-gallery-item\",\n key: \"vce-image-gallery-item-\".concat(index, \"-\").concat(id)\n }, itemProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"figure\", {\n className: \"vce-image-gallery-item-inner-wrapper\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"img\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: imgClasses,\n src: src.imgSrc\n }, customImageProps))), caption)));\n });\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", {\n className: \"vce-image-gallery-list\"\n }, galleryItems)));\n }\n }]);\n\n return ImageGallery;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./imageGallery/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ImageGallery; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_11__);\n\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_10___default().getService('api');\n\nvar ImageGallery = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(ImageGallery, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ImageGallery);\n\n function ImageGallery(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, ImageGallery);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this), \"imageSources\", []);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_8__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this), \"imageOrder\", {});\n\n _this.createCustomSizeImage = _this.createCustomSizeImage.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ImageGallery, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.prepareImage(this.props.atts.image);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (!(0,lodash__WEBPACK_IMPORTED_MODULE_11__.isEqual)(this.props.atts.image, prevProps.atts.image) || this.props.atts.image.length !== this.state.imgSrc.length) {\n this.imageSources = [];\n this.imageOrder = {};\n this.prepareImage(this.props.atts.image);\n }\n }\n }, {\n key: \"prepareImage\",\n value: function prepareImage(image) {\n var _this2 = this;\n\n if (image.length && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(image[0]) === 'object') {\n var newImages = [];\n image.forEach(function (item, index) {\n var newItem = item;\n newItem.full = newItem.id ? newItem.full : _this2.getImageUrl(newItem.full);\n newItem.id = newItem.id ? newItem.id : Math.random();\n newImages.push(item);\n });\n image = newImages;\n this.setImageOrder(image);\n this.resizeImage(image);\n }\n\n var imgArr = [];\n image.forEach(function (img) {\n imgArr.push({\n imgSrc: _this2.getImageUrl(img)\n });\n });\n this.setImgSrcState(imgArr);\n }\n }, {\n key: \"setImageOrder\",\n value: function setImageOrder(imageArray) {\n var _this3 = this;\n\n imageArray.forEach(function (image, index) {\n _this3.imageOrder[index] = image.id;\n });\n }\n }, {\n key: \"checkImageSize\",\n value: function checkImageSize(image, callback, imgCount) {\n var img = new window.Image();\n\n img.onload = function () {\n var size = {\n width: img.width,\n height: img.height\n };\n callback(image, size, imgCount);\n };\n\n img.src = image.full;\n }\n }, {\n key: \"resizeImage\",\n value: function resizeImage(imageArray) {\n var _this4 = this;\n\n imageArray.forEach(function (image) {\n _this4.checkImageSize(image, _this4.createCustomSizeImage, imageArray.length);\n });\n }\n }, {\n key: \"createCustomSizeImage\",\n value: function createCustomSizeImage(image, size, imgCount) {\n image.orientation = this.checkOrientation(size);\n var checkImg = this.imageSources.filter(function (obj) {\n return obj.id === image.id;\n });\n\n if (!checkImg.length) {\n this.imageSources.push(image);\n }\n\n if (this.imageSources.length === imgCount) {\n this.orderImages();\n }\n }\n }, {\n key: \"orderImages\",\n value: function orderImages() {\n var _this5 = this;\n\n var imagesInOrder = [];\n this.imageSources.forEach(function (img, index) {\n var imgObj = _this5.imageSources.filter(function (obj) {\n return obj.id === _this5.imageOrder[index];\n });\n\n if (imgObj[0]) {\n imagesInOrder.push({\n imgSrc: _this5.getImageUrl(imgObj[0], 'large'),\n orientation: imgObj[0].orientation,\n originalSrc: _this5.getImageUrl(imgObj[0]),\n alt: imgObj[0].alt,\n title: imgObj[0].title\n });\n }\n });\n this.setImgSrcState(imagesInOrder);\n }\n }, {\n key: \"checkOrientation\",\n value: function checkOrientation(size) {\n return size.width >= size.height ? 'landscape' : 'portrait';\n }\n }, {\n key: \"setImgSrcState\",\n value: function setImgSrcState(imgSrc) {\n this.setState({\n imgSrc: imgSrc\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var image = atts.image,\n shape = atts.shape,\n clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n showCaptionGeneral = atts.showCaptionGeneral,\n captionAlignment = atts.captionAlignment,\n gap = atts.gap,\n columns = atts.columns;\n var containerClasses = 'vce-image-gallery';\n var wrapperClasses = 'vce-image-gallery-wrapper vce';\n var containerProps = {};\n var CustomTag = 'div';\n var imgSrc = this.state && this.state.imgSrc;\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses += ' ' + customClass;\n }\n\n containerClasses += \" vce-image-gallery--gap-\".concat(gap);\n containerClasses += \" vce-image-gallery--columns-\".concat(columns);\n\n if (shape === 'rounded') {\n containerClasses += ' vce-image-gallery--border-rounded';\n }\n\n if (shape === 'round') {\n containerClasses += ' vce-image-gallery--border-round';\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n if (showCaptionGeneral && captionAlignment) {\n containerClasses += \" vce-image-gallery-caption--align-\".concat(captionAlignment);\n }\n\n var galleryItems = [];\n imgSrc && imgSrc.forEach(function (src, index) {\n var customProps = {};\n var classes = 'vce-image-gallery-item-inner';\n var imgClasses = 'vce-image-gallery-img';\n var customImageProps = {\n alt: src && src.alt ? src.alt : '',\n title: src && src.title ? src.title : ''\n };\n var itemProps = {};\n\n if (src.orientation === 'portrait') {\n imgClasses += ' vce-image-gallery-img--orientation-portrait';\n }\n\n if (clickableOptions === 'url' && image[index].link && image[index].link.url) {\n CustomTag = 'a';\n var _image$index$link = image[index].link,\n url = _image$index$link.url,\n title = _image$index$link.title,\n targetBlank = _image$index$link.targetBlank,\n relNofollow = _image$index$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: src.originalSrc || src.imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': index\n };\n\n if (showCaption) {\n customProps['data-photoswipe-caption'] = image[index].caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n itemProps['data-photoswipe-item'] = \"photoswipe-\".concat(id);\n }\n\n if (image[index] && image[index].filter && image[index].filter !== 'normal') {\n classes += \" vce-image-filter--\".concat(image[index].filter);\n }\n\n var caption = '';\n\n if (showCaptionGeneral && image[index].caption) {\n caption = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"figcaption\", null, image[index].caption);\n }\n\n galleryItems.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: \"vce-image-gallery-item\",\n key: \"vce-image-gallery-item-\".concat(index, \"-\").concat(id)\n }, itemProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"figure\", {\n className: \"vce-image-gallery-item-inner-wrapper\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"img\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: imgClasses,\n src: src.imgSrc\n }, customImageProps))), caption)));\n });\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses\n }, editor, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_9__.createElement(\"div\", {\n className: \"vce-image-gallery-list\"\n }, galleryItems)));\n }\n }]);\n\n return ImageGallery;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./imageGallery/component.js?");
19
 
20
  /***/ }),
21
 
elements/imageMasonryGallery/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ImageMasonryGallery; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar ImageMasonryGallery = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(ImageMasonryGallery, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ImageMasonryGallery);\n\n function ImageMasonryGallery(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, ImageMasonryGallery);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"currentImg\", 0);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"loadingIndex\", 0);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"data\", []);\n\n _this.loadImage = _this.loadImage.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ImageMasonryGallery, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.prepareImages(this.props.atts);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n vc_cake__WEBPACK_IMPORTED_MODULE_9___default().env('iframe') && vc_cake__WEBPACK_IMPORTED_MODULE_9___default().env('iframe').vcv.trigger('ready');\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n this.currentImg = 0;\n this.data = [];\n this.loadingIndex++;\n this.prepareImages(nextProps.atts, true);\n }\n /* eslint-enable */\n\n }, {\n key: \"prepareImages\",\n value: function prepareImages(atts) {\n var clearColumns = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n var image = atts.image;\n var imgSources = this.getImageUrl(image);\n var columnCount = atts.columns <= 0 ? 1 : atts.columns;\n var cols = [];\n\n for (var i = 0; i < columnCount; i++) {\n cols.push(0);\n this.data.push([]);\n }\n\n if (clearColumns) {\n cols = [];\n\n for (var _i = 0; _i < columnCount; _i++) {\n cols.push(0);\n }\n }\n\n this.loadImage(imgSources, cols);\n }\n }, {\n key: \"loadImage\",\n value: function loadImage(imgSources, cols) {\n if (!imgSources.length) {\n this.setState({\n columnData: this.data\n });\n return;\n }\n\n var img = new window.Image();\n img.loadingIndex = this.loadingIndex;\n img.onload = this.imgLoadHandler.bind(this, imgSources, cols, img);\n img.src = imgSources[this.currentImg];\n }\n }, {\n key: \"imgLoadHandler\",\n value: function imgLoadHandler(imgSources, cols, img) {\n if (img.loadingIndex === this.loadingIndex) {\n var height = this.getImageHeight(img.width, img.height);\n var smallestCol = this.getSmallestFromArray(cols);\n cols[smallestCol] += height;\n this.data[smallestCol].push(this.props.atts.image[this.currentImg]);\n this.currentImg++;\n\n if (this.currentImg < imgSources.length) {\n this.loadImage(imgSources, cols);\n } else {\n this.setState({\n columnData: this.data\n });\n }\n }\n }\n }, {\n key: \"getImageHeight\",\n value: function getImageHeight(width, height) {\n var newWidth = 50;\n var proportion = width / newWidth;\n return height / proportion;\n }\n }, {\n key: \"getSmallestFromArray\",\n value: function getSmallestFromArray(arr) {\n var smallestIndex = 0;\n var smallest = arr[0];\n arr.forEach(function (height, index) {\n if (height < smallest) {\n smallest = arr[index];\n smallestIndex = index;\n }\n });\n return smallestIndex;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this2 = this;\n\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var image = atts.image,\n shape = atts.shape,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n gap = atts.gap,\n columns = atts.columns;\n var containerClasses = ['vce-image-masonry-gallery'];\n var wrapperClasses = ['vce-image-masonry-gallery-wrapper vce'];\n var containerProps = {};\n var CustomTag = 'div';\n var columnData = this.state && this.state.columnData;\n var columnHtml = [];\n\n if (columnData) {\n var imageIndex = 0;\n columnData.forEach(function (col, colIndex) {\n var galleryItems = [];\n col && col.forEach(function (src, index) {\n var imgSrc = _this2.getImageUrl(src);\n\n var customProps = {};\n var classes = 'vce-image-masonry-gallery-item';\n var imgClasses = 'vce-image-masonry-gallery-img';\n var customImageProps = {\n alt: src && src.alt ? src.alt : ''\n };\n\n if (clickableOptions === 'url' && src.link && src.link.url) {\n CustomTag = 'a';\n var _src$link = src.link,\n url = _src$link.url,\n title = _src$link.title,\n targetBlank = _src$link.targetBlank,\n relNofollow = _src$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': imageIndex,\n 'data-photoswipe-item': \"photoswipe-\".concat(id)\n };\n\n if (showCaption && src && src.caption) {\n customProps['data-photoswipe-caption'] = src.caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n imageIndex++;\n }\n\n if (image[index] && image[index].filter && image[index].filter !== 'normal') {\n classes += \" vce-image-filter--\".concat(image[index].filter);\n }\n\n galleryItems.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes,\n key: \"vce-image-masonry-gallery-item-\".concat(index, \"-\").concat(id)\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"img\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: imgClasses,\n src: _this2.getImageUrl(src)\n }, customImageProps))));\n });\n columnHtml.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", {\n className: \"vce-image-masonry-gallery-column\",\n key: \"vce-image-masonry-gallery-col-\".concat(colIndex, \"-\").concat(id)\n }, galleryItems));\n });\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses.push(customClass);\n }\n\n wrapperClasses.push(\"vce-image-masonry-gallery--gap-\".concat(gap));\n wrapperClasses.push(\"vce-image-masonry-gallery--columns-\".concat(columns));\n\n if (shape === 'rounded') {\n containerClasses.push('vce-image-masonry-gallery--border-rounded');\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses.join(' ')\n }, editor, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses.join(' '),\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", {\n className: \"vce-image-masonry-gallery-list\"\n }, columnHtml)));\n }\n }]);\n\n return ImageMasonryGallery;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./imageMasonryGallery/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ ImageMasonryGallery; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar ImageMasonryGallery = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(ImageMasonryGallery, _vcvAPI$elementCompon);\n\n var _super = _createSuper(ImageMasonryGallery);\n\n function ImageMasonryGallery(props) {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, ImageMasonryGallery);\n\n _this = _super.call(this, props);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"currentImg\", 0);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"loadingIndex\", 0);\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"data\", []);\n\n _this.loadImage = _this.loadImage.bind((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this));\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ImageMasonryGallery, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.prepareImages(this.props.atts);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n this.currentImg = 0;\n this.data = [];\n this.loadingIndex++;\n this.prepareImages(this.props.atts, true);\n vc_cake__WEBPACK_IMPORTED_MODULE_9___default().env('iframe') && vc_cake__WEBPACK_IMPORTED_MODULE_9___default().env('iframe').vcv.trigger('ready');\n }\n }, {\n key: \"prepareImages\",\n value: function prepareImages(atts) {\n var clearColumns = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;\n var image = atts.image;\n var imgSources = this.getImageUrl(image);\n var columnCount = atts.columns <= 0 ? 1 : atts.columns;\n var cols = [];\n\n for (var i = 0; i < columnCount; i++) {\n cols.push(0);\n this.data.push([]);\n }\n\n if (clearColumns) {\n cols = [];\n\n for (var _i = 0; _i < columnCount; _i++) {\n cols.push(0);\n }\n }\n\n this.loadImage(imgSources, cols);\n }\n }, {\n key: \"loadImage\",\n value: function loadImage(imgSources, cols) {\n if (!imgSources.length) {\n this.setState({\n columnData: this.data\n });\n return;\n }\n\n var img = new window.Image();\n img.loadingIndex = this.loadingIndex;\n img.onload = this.imgLoadHandler.bind(this, imgSources, cols, img);\n img.src = imgSources[this.currentImg];\n }\n }, {\n key: \"imgLoadHandler\",\n value: function imgLoadHandler(imgSources, cols, img) {\n if (img.loadingIndex === this.loadingIndex) {\n var height = this.getImageHeight(img.width, img.height);\n var smallestCol = this.getSmallestFromArray(cols);\n cols[smallestCol] += height;\n this.data[smallestCol].push(this.props.atts.image[this.currentImg]);\n this.currentImg++;\n\n if (this.currentImg < imgSources.length) {\n this.loadImage(imgSources, cols);\n } else {\n this.setState({\n columnData: this.data\n });\n }\n }\n }\n }, {\n key: \"getImageHeight\",\n value: function getImageHeight(width, height) {\n var newWidth = 50;\n var proportion = width / newWidth;\n return height / proportion;\n }\n }, {\n key: \"getSmallestFromArray\",\n value: function getSmallestFromArray(arr) {\n var smallestIndex = 0;\n var smallest = arr[0];\n arr.forEach(function (height, index) {\n if (height < smallest) {\n smallest = arr[index];\n smallestIndex = index;\n }\n });\n return smallestIndex;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this2 = this;\n\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var image = atts.image,\n shape = atts.shape,\n customClass = atts.customClass,\n metaCustomId = atts.metaCustomId,\n clickableOptions = atts.clickableOptions,\n showCaption = atts.showCaption,\n gap = atts.gap,\n columns = atts.columns;\n var containerClasses = ['vce-image-masonry-gallery'];\n var wrapperClasses = ['vce-image-masonry-gallery-wrapper vce'];\n var containerProps = {};\n var CustomTag = 'div';\n var columnData = this.state && this.state.columnData;\n var columnHtml = [];\n\n if (columnData) {\n var imageIndex = 0;\n columnData.forEach(function (col, colIndex) {\n var galleryItems = [];\n col && col.forEach(function (src, index) {\n var imgSrc = _this2.getImageUrl(src);\n\n var customProps = {};\n var classes = 'vce-image-masonry-gallery-item';\n var imgClasses = 'vce-image-masonry-gallery-img';\n var customImageProps = {\n alt: src && src.alt ? src.alt : ''\n };\n\n if (clickableOptions === 'url' && src.link && src.link.url) {\n CustomTag = 'a';\n var _src$link = src.link,\n url = _src$link.url,\n title = _src$link.title,\n targetBlank = _src$link.targetBlank,\n relNofollow = _src$link.relNofollow;\n customProps = {\n href: url,\n title: title,\n target: targetBlank ? '_blank' : undefined,\n rel: relNofollow ? 'nofollow' : undefined\n };\n } else if (clickableOptions === 'imageNewTab') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n target: '_blank'\n };\n } else if (clickableOptions === 'lightbox') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-lightbox': \"lightbox-\".concat(id)\n };\n } else if (clickableOptions === 'photoswipe') {\n CustomTag = 'a';\n customProps = {\n href: imgSrc,\n 'data-photoswipe-image': id,\n 'data-photoswipe-index': imageIndex,\n 'data-photoswipe-item': \"photoswipe-\".concat(id)\n };\n\n if (showCaption && src && src.caption) {\n customProps['data-photoswipe-caption'] = src.caption;\n }\n\n containerProps['data-photoswipe-gallery'] = id;\n imageIndex++;\n }\n\n if (image[index] && image[index].filter && image[index].filter !== 'normal') {\n classes += \" vce-image-filter--\".concat(image[index].filter);\n }\n\n galleryItems.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(CustomTag, (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes,\n key: \"vce-image-masonry-gallery-item-\".concat(index, \"-\").concat(id)\n }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"img\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: imgClasses,\n src: _this2.getImageUrl(src)\n }, customImageProps))));\n });\n columnHtml.push( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", {\n className: \"vce-image-masonry-gallery-column\",\n key: \"vce-image-masonry-gallery-col-\".concat(colIndex, \"-\").concat(id)\n }, galleryItems));\n });\n }\n\n if (typeof customClass === 'string' && customClass) {\n containerClasses.push(customClass);\n }\n\n wrapperClasses.push(\"vce-image-masonry-gallery--gap-\".concat(gap));\n wrapperClasses.push(\"vce-image-masonry-gallery--columns-\".concat(columns));\n\n if (shape === 'rounded') {\n containerClasses.push('vce-image-masonry-gallery--border-rounded');\n }\n\n if (metaCustomId) {\n containerProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: containerClasses.join(' ')\n }, editor, containerProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses.join(' '),\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", {\n className: \"vce-image-masonry-gallery-list\"\n }, columnHtml)));\n }\n }]);\n\n return ImageMasonryGallery;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./imageMasonryGallery/component.js?");
19
 
20
  /***/ }),
21
 
elements/pinterestPinit/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ PinterestPinit; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar PinterestPinit = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(PinterestPinit, _vcvAPI$elementCompon);\n\n var _super = _createSuper(PinterestPinit);\n\n function PinterestPinit() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, PinterestPinit);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(PinterestPinit, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertHtml(this.props.atts);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n if (this.props.atts.type !== nextProps.atts.type) {\n this.insertHtml(nextProps.atts);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"insertHtml\",\n value: function insertHtml(props) {\n var button = this.createHtml(props);\n var script = '<script type=\"text/javascript\" async defer src=\"https://assets.pinterest.com/js/pinit.js\"></script>';\n var html = button + script;\n var wrapper = this.refs.pinterestInner;\n this.updateInlineHtml(wrapper, html);\n var iframe = document.querySelector('#vcv-editor-iframe').contentWindow;\n\n if (iframe.PinUtils) {\n iframe.PinUtils.build(this.getDomNode());\n }\n }\n }, {\n key: \"createHtml\",\n value: function createHtml(props) {\n var element = document.createElement('a');\n element.href = 'https://www.pinterest.com/pin/create/button/';\n\n if (props.type === 'default') {\n element.setAttribute('data-pin-do', 'buttonBookmark');\n } else {\n element.setAttribute('data-pin-do', 'buttonPin');\n }\n\n if (props.type === 'round') {\n element.setAttribute('data-pin-shape', 'round');\n } else if (props.type === 'large') {\n element.setAttribute('data-pin-height', '28');\n } else if (props.type === 'tallBubble') {\n element.setAttribute('data-pin-config', 'above');\n } else if (props.type === 'tallCounter') {\n element.setAttribute('data-pin-config', 'beside');\n }\n\n var elementWrapper = document.createElement('div');\n elementWrapper.appendChild(element);\n return elementWrapper.innerHTML;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-pinterest-pinit';\n var innerClasses = 'vce-pinterest-pinit-inner vce';\n var customProps = {};\n\n if (customClass) {\n classes += \" \".concat(customClass);\n }\n\n if (alignment) {\n classes += \" vce-pinterest-pinit--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses,\n ref: \"pinterestInner\",\n id: 'el-' + id\n }, doAll), \"Google Plus Button\"));\n }\n }]);\n\n return PinterestPinit;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./pinterestPinit/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ PinterestPinit; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar PinterestPinit = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(PinterestPinit, _vcvAPI$elementCompon);\n\n var _super = _createSuper(PinterestPinit);\n\n function PinterestPinit() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, PinterestPinit);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(PinterestPinit, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertHtml(this.props.atts);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (prevProps.atts.type !== this.props.atts.type) {\n this.insertHtml(this.props.atts);\n }\n }\n }, {\n key: \"insertHtml\",\n value: function insertHtml(props) {\n var button = this.createHtml(props);\n var script = '<script type=\"text/javascript\" async defer src=\"https://assets.pinterest.com/js/pinit.js\"></script>';\n var html = button + script;\n var wrapper = this.refs.pinterestInner;\n this.updateInlineHtml(wrapper, html);\n var iframe = document.querySelector('#vcv-editor-iframe').contentWindow;\n\n if (iframe.PinUtils) {\n iframe.PinUtils.build(this.getDomNode());\n }\n }\n }, {\n key: \"createHtml\",\n value: function createHtml(props) {\n var element = document.createElement('a');\n element.href = 'https://www.pinterest.com/pin/create/button/';\n\n if (props.type === 'default') {\n element.setAttribute('data-pin-do', 'buttonBookmark');\n } else {\n element.setAttribute('data-pin-do', 'buttonPin');\n }\n\n if (props.type === 'round') {\n element.setAttribute('data-pin-shape', 'round');\n } else if (props.type === 'large') {\n element.setAttribute('data-pin-height', '28');\n } else if (props.type === 'tallBubble') {\n element.setAttribute('data-pin-config', 'above');\n } else if (props.type === 'tallCounter') {\n element.setAttribute('data-pin-config', 'beside');\n }\n\n var elementWrapper = document.createElement('div');\n elementWrapper.appendChild(element);\n return elementWrapper.innerHTML;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-pinterest-pinit';\n var innerClasses = 'vce-pinterest-pinit-inner vce';\n var customProps = {};\n\n if (customClass) {\n classes += \" \".concat(customClass);\n }\n\n if (alignment) {\n classes += \" vce-pinterest-pinit--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses,\n ref: \"pinterestInner\",\n id: 'el-' + id\n }, doAll), \"Google Plus Button\"));\n }\n }]);\n\n return PinterestPinit;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./pinterestPinit/component.js?");
19
 
20
  /***/ }),
21
 
elements/rawHtml/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RawHtmlElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar RawHtmlElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RawHtmlElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RawHtmlElement);\n\n function RawHtmlElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, RawHtmlElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(RawHtmlElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.props.editor && this.updateHtml(this.props.atts.rawHtml);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n if (this.props.atts.rawHtml !== nextProps.atts.rawHtml) {\n this.props.editor && this.updateHtml(nextProps.atts.rawHtml);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"updateHtml\",\n value: function updateHtml(rawJs) {\n var component = this.refs.rawHtmlWrapper;\n this.updateInlineHtml(component, rawJs);\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n metaCustomId = atts.metaCustomId; // destructuring assignment for attributes from settings.json with access public\n\n var classes = 'vce-raw-html';\n var customProps = {};\n var wrapperClasses = 'vce-raw-html-wrapper';\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(' ' + customClass);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll, {\n ref: \"rawHtmlWrapper\"\n })));\n }\n }]);\n\n return RawHtmlElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./rawHtml/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RawHtmlElement; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_7___default().getService('api');\n\nvar RawHtmlElement = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RawHtmlElement, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RawHtmlElement);\n\n function RawHtmlElement() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, RawHtmlElement);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(RawHtmlElement, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.props.editor && this.updateHtml(this.props.atts.rawHtml);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (prevProps.atts.rawHtml !== this.props.atts.rawHtml) {\n this.props.editor && this.updateHtml(this.props.atts.rawHtml);\n }\n }\n }, {\n key: \"updateHtml\",\n value: function updateHtml(rawJs) {\n var component = this.refs.rawHtmlWrapper;\n this.updateInlineHtml(component, rawJs);\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n metaCustomId = atts.metaCustomId; // destructuring assignment for attributes from settings.json with access public\n\n var classes = 'vce-raw-html';\n var customProps = {};\n var wrapperClasses = 'vce-raw-html-wrapper';\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(' ' + customClass);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll, {\n ref: \"rawHtmlWrapper\"\n })));\n }\n }]);\n\n return RawHtmlElement;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./rawHtml/component.js?");
19
 
20
  /***/ }),
21
 
elements/rawJs/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RawJs; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_7__.getService)('api');\n\nvar RawJs = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RawJs, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RawJs);\n\n function RawJs() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, RawJs);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(RawJs, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.props.editor && this.updateJsScript(this.props.atts.rawJs);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n if (this.props.atts.rawJs !== nextProps.atts.rawJs) {\n this.props.editor && this.updateJsScript(nextProps.atts.rawJs);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"updateJsScript\",\n value: function updateJsScript(rawJs) {\n var component = this.refs.rawJsWrapper;\n this.updateInlineScript(component, rawJs);\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n metaCustomId = atts.metaCustomId; // destructuring assignment for attributes from settings.json with access public\n\n var classes = 'vce-raw-js-container';\n var customProps = {};\n var wrapperClasses = 'vce-raw-js-wrapper';\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(' ' + customClass);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll, {\n ref: \"rawJsWrapper\"\n })));\n }\n }]);\n\n return RawJs;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./rawJs/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ RawJs; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = (0,vc_cake__WEBPACK_IMPORTED_MODULE_7__.getService)('api');\n\nvar RawJs = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RawJs, _vcvAPI$elementCompon);\n\n var _super = _createSuper(RawJs);\n\n function RawJs() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, RawJs);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(RawJs, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.props.editor && this.updateJsScript(this.props.atts.rawJs);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (prevProps.atts.rawJs !== this.props.atts.rawJs) {\n this.props.editor && this.updateJsScript(this.props.atts.rawJs);\n }\n }\n }, {\n key: \"updateJsScript\",\n value: function updateJsScript(rawJs) {\n var component = this.refs.rawJsWrapper;\n this.updateInlineScript(component, rawJs);\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n metaCustomId = atts.metaCustomId; // destructuring assignment for attributes from settings.json with access public\n\n var classes = 'vce-raw-js-container';\n var customProps = {};\n var wrapperClasses = 'vce-raw-js-wrapper';\n\n if (typeof customClass === 'string' && customClass) {\n classes = classes.concat(' ' + customClass);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: classes\n }, editor, customProps), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll, {\n ref: \"rawJsWrapper\"\n })));\n }\n }]);\n\n return RawJs;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./rawJs/component.js?");
19
 
20
  /***/ }),
21
 
elements/twitterButton/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterButton; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_8__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_8___default().getService('api');\n\nvar TwitterButton = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterButton, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterButton);\n\n function TwitterButton() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, TwitterButton);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(TwitterButton, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertTwitterJs(this.props.atts);\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n var _this$props$atts = this.props.atts,\n shareText = _this$props$atts.shareText,\n tweetAccount = _this$props$atts.tweetAccount,\n tweetButtonSize = _this$props$atts.tweetButtonSize,\n buttonType = _this$props$atts.buttonType,\n username = _this$props$atts.username,\n showUsername = _this$props$atts.showUsername,\n hashtagTopic = _this$props$atts.hashtagTopic,\n tweetText = _this$props$atts.tweetText;\n var elementKey = \"customProps:\".concat(this.props.id, \"-\").concat(buttonType, \"-\").concat(shareText, \"-\").concat(tweetAccount, \"-\").concat(tweetButtonSize, \"-\").concat(username, \"-\").concat(showUsername, \"-\").concat(hashtagTopic, \"-\").concat(tweetText);\n var nextAtts = nextProps.atts;\n var nextElementKey = \"customProps:\".concat(nextProps.id, \"-\").concat(nextAtts.buttonType, \"-\").concat(nextAtts.shareText, \"-\").concat(nextAtts.tweetAccount, \"-\").concat(nextAtts.tweetButtonSize, \"-\").concat(nextAtts.username, \"-\").concat(nextAtts.showUsername, \"-\").concat(nextAtts.hashtagTopic, \"-\").concat(nextAtts.tweetText);\n\n if (elementKey !== nextElementKey) {\n this.insertTwitterJs(nextProps.atts);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"insertTwitterJs\",\n value: function insertTwitterJs(props) {\n var tag = this.createElementTag(props);\n var twitterScript = '<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>';\n twitterScript = tag + twitterScript;\n var wrapper = this.getDomNode().querySelector('.vce-tweet-button-inner');\n this.updateInlineHtml(wrapper, twitterScript);\n }\n }, {\n key: \"extractDynamicContent\",\n value: function extractDynamicContent(content) {\n if ((0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(content) !== 'object') {\n return content;\n }\n\n var contentProps = content.props;\n\n if (contentProps) {\n return contentProps.dangerouslySetInnerHTML.__html;\n }\n }\n }, {\n key: \"createElementTag\",\n value: function createElementTag(props) {\n var element = document.createElement('a');\n var shareText = props.shareText,\n tweetAccount = props.tweetAccount,\n tweetButtonSize = props.tweetButtonSize,\n buttonType = props.buttonType,\n username = props.username,\n showUsername = props.showUsername,\n hashtagTopic = props.hashtagTopic,\n tweetText = props.tweetText;\n var buttonClass = 'twitter-' + buttonType + '-button';\n\n if (buttonType && buttonType === 'share' && shareText) {\n element.setAttribute('data-text', this.extractDynamicContent(shareText));\n }\n\n if (buttonType && (buttonType === 'mention' || buttonType === 'hashtag') && tweetText) {\n element.setAttribute('data-text', this.extractDynamicContent(tweetText));\n }\n\n if (buttonType && buttonType === 'share' && tweetAccount) {\n tweetAccount = tweetAccount.split('@').pop();\n element.setAttribute('data-via', tweetAccount);\n }\n\n if (tweetButtonSize && tweetButtonSize === 'large') {\n element.setAttribute('data-size', tweetButtonSize);\n }\n\n if (username) {\n username = username.split('@').pop();\n username = username.split('https://twitter.com/').pop();\n username = username.replace(/\\s+/g, '');\n }\n\n if (hashtagTopic) {\n hashtagTopic = hashtagTopic.split('https://twitter.com/hashtag/').pop();\n hashtagTopic = hashtagTopic.replace('?src=hash', '');\n hashtagTopic = hashtagTopic.replace(/\\s+/g, '');\n }\n\n if (buttonType && buttonType === 'follow') {\n element.setAttribute('data-show-screen-name', showUsername.toString());\n }\n\n var links = {\n share: 'https://twitter.com/share',\n follow: 'https://twitter.com/' + username,\n mention: 'https://twitter.com/intent/tweet?screen_name=' + username,\n hashtag: 'https://twitter.com/intent/tweet?button_hashtag=' + hashtagTopic\n };\n var buttonLink = links[buttonType];\n var defaultContent = {\n share: 'Tweet',\n follow: showUsername ? 'Follow @' + username : 'Follow',\n mention: 'Tweet to @' + username,\n hashtag: 'Tweet #' + hashtagTopic ? hashtagTopic.split('#').pop() : 0\n };\n var buttonContent = defaultContent[buttonType];\n element.setAttribute('href', buttonLink);\n element.setAttribute('data-show-count', 'false');\n element.className = buttonClass;\n element.innerHTML = buttonContent;\n var elementWrapper = document.createElement('div');\n elementWrapper.appendChild(element);\n return elementWrapper.innerHTML;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-tweet-button';\n var innerClasses = 'vce-tweet-button-inner';\n var wrapperClasses = 'vce-tweet-button-wrapper vce';\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-tweet-button--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: innerClasses\n })));\n }\n }]);\n\n return TwitterButton;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./twitterButton/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterButton; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_8___default().getService('api');\n\nvar TwitterButton = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterButton, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterButton);\n\n function TwitterButton() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, TwitterButton);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(TwitterButton, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n this.insertTwitterJs(this.props.atts);\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (!(0,lodash__WEBPACK_IMPORTED_MODULE_9__.isEqual)(this.props.atts, prevProps.atts)) {\n var _prevProps$atts = prevProps.atts,\n shareText = _prevProps$atts.shareText,\n tweetAccount = _prevProps$atts.tweetAccount,\n tweetButtonSize = _prevProps$atts.tweetButtonSize,\n buttonType = _prevProps$atts.buttonType,\n username = _prevProps$atts.username,\n showUsername = _prevProps$atts.showUsername,\n hashtagTopic = _prevProps$atts.hashtagTopic,\n tweetText = _prevProps$atts.tweetText;\n var elementKey = \"customProps:\".concat(prevProps.id, \"-\").concat(buttonType, \"-\").concat(shareText, \"-\").concat(tweetAccount, \"-\").concat(tweetButtonSize, \"-\").concat(username, \"-\").concat(showUsername, \"-\").concat(hashtagTopic, \"-\").concat(tweetText);\n var nextAtts = this.props.atts;\n var nextElementKey = \"customProps:\".concat(this.props.id, \"-\").concat(nextAtts.buttonType, \"-\").concat(nextAtts.shareText, \"-\").concat(nextAtts.tweetAccount, \"-\").concat(nextAtts.tweetButtonSize, \"-\").concat(nextAtts.username, \"-\").concat(nextAtts.showUsername, \"-\").concat(nextAtts.hashtagTopic, \"-\").concat(nextAtts.tweetText);\n\n if (elementKey !== nextElementKey) {\n this.insertTwitterJs(this.props.atts);\n }\n }\n }\n }, {\n key: \"insertTwitterJs\",\n value: function insertTwitterJs(props) {\n var tag = this.createElementTag(props);\n var twitterScript = '<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>';\n twitterScript = tag + twitterScript;\n var wrapper = this.getDomNode().querySelector('.vce-tweet-button-inner');\n this.updateInlineHtml(wrapper, twitterScript);\n }\n }, {\n key: \"extractDynamicContent\",\n value: function extractDynamicContent(content) {\n if ((0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(content) !== 'object') {\n return content;\n }\n\n var contentProps = content.props;\n\n if (contentProps) {\n return contentProps.dangerouslySetInnerHTML.__html;\n }\n }\n }, {\n key: \"createElementTag\",\n value: function createElementTag(props) {\n var element = document.createElement('a');\n var shareText = props.shareText,\n tweetAccount = props.tweetAccount,\n tweetButtonSize = props.tweetButtonSize,\n buttonType = props.buttonType,\n username = props.username,\n showUsername = props.showUsername,\n hashtagTopic = props.hashtagTopic,\n tweetText = props.tweetText;\n var buttonClass = 'twitter-' + buttonType + '-button';\n\n if (buttonType && buttonType === 'share' && shareText) {\n element.setAttribute('data-text', this.extractDynamicContent(shareText));\n }\n\n if (buttonType && (buttonType === 'mention' || buttonType === 'hashtag') && tweetText) {\n element.setAttribute('data-text', this.extractDynamicContent(tweetText));\n }\n\n if (buttonType && buttonType === 'share' && tweetAccount) {\n tweetAccount = tweetAccount.split('@').pop();\n element.setAttribute('data-via', tweetAccount);\n }\n\n if (tweetButtonSize && tweetButtonSize === 'large') {\n element.setAttribute('data-size', tweetButtonSize);\n }\n\n if (username) {\n username = username.split('@').pop();\n username = username.split('https://twitter.com/').pop();\n username = username.replace(/\\s+/g, '');\n }\n\n if (hashtagTopic) {\n hashtagTopic = hashtagTopic.split('https://twitter.com/hashtag/').pop();\n hashtagTopic = hashtagTopic.replace('?src=hash', '');\n hashtagTopic = hashtagTopic.replace(/\\s+/g, '');\n }\n\n if (buttonType && buttonType === 'follow') {\n element.setAttribute('data-show-screen-name', showUsername.toString());\n }\n\n var links = {\n share: 'https://twitter.com/share',\n follow: 'https://twitter.com/' + username,\n mention: 'https://twitter.com/intent/tweet?screen_name=' + username,\n hashtag: 'https://twitter.com/intent/tweet?button_hashtag=' + hashtagTopic\n };\n var buttonLink = links[buttonType];\n var defaultContent = {\n share: 'Tweet',\n follow: showUsername ? 'Follow @' + username : 'Follow',\n mention: 'Tweet to @' + username,\n hashtag: 'Tweet #' + hashtagTopic ? hashtagTopic.split('#').pop() : 0\n };\n var buttonContent = defaultContent[buttonType];\n element.setAttribute('href', buttonLink);\n element.setAttribute('data-show-count', 'false');\n element.className = buttonClass;\n element.innerHTML = buttonContent;\n var elementWrapper = document.createElement('div');\n elementWrapper.appendChild(element);\n return elementWrapper.innerHTML;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-tweet-button';\n var innerClasses = 'vce-tweet-button-inner';\n var wrapperClasses = 'vce-tweet-button-wrapper vce';\n var customProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-tweet-button--align-\".concat(alignment);\n }\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", {\n className: innerClasses\n })));\n }\n }]);\n\n return TwitterButton;\n}(vcvAPI.elementComponent);\n\n\n\n//# sourceURL=webpack:///./twitterButton/component.js?");
19
 
20
  /***/ }),
21
 
elements/twitterGrid/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterGrid; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar TwitterGrid = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterGrid, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterGrid);\n\n function TwitterGrid() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterGrid);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"tweetCount\", '5');\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterGrid, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n gridUrl = _this$props$atts.gridUrl,\n tweetCount = _this$props$atts.tweetCount,\n width = _this$props$atts.width;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (gridUrl) {\n this.insertTwitter(gridUrl, tweetCount);\n }\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n var _this$props$atts2 = this.props.atts,\n gridUrl = _this$props$atts2.gridUrl,\n tweetCount = _this$props$atts2.tweetCount;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n var elementKey = \"customProps:\".concat(this.props.id, \"-\").concat(gridUrl, \"-\").concat(tweetCount);\n var nextAtts = nextProps.atts;\n\n if (!nextAtts.tweetCount) {\n nextAtts.tweetCount = this.tweetCount;\n }\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(nextProps.id, \"-\").concat(nextAtts.gridUrl, \"-\").concat(nextAtts.tweetCount);\n\n if (nextAtts.gridUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.gridUrl, nextAtts.tweetCount);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterGrid_' + TwitterGrid.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetCount) {\n var _this2 = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&limit=' + tweetCount + '&widget_type=grid';\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendTwitter(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-grid-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-grid';\n var innerClasses = 'vce-twitter-grid-inner';\n var wrapperClasses = 'vce-twitter-grid-wrapper vce';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-grid--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterGrid;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(TwitterGrid, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterGrid/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterGrid; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar TwitterGrid = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterGrid, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterGrid);\n\n function TwitterGrid() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterGrid);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"tweetCount\", '5');\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterGrid, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n gridUrl = _this$props$atts.gridUrl,\n tweetCount = _this$props$atts.tweetCount,\n width = _this$props$atts.width;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (gridUrl) {\n this.insertTwitter(gridUrl, tweetCount);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (!(0,lodash__WEBPACK_IMPORTED_MODULE_10__.isEqual)(prevProps.atts, this.props.atts)) {\n var _prevProps$atts = prevProps.atts,\n gridUrl = _prevProps$atts.gridUrl,\n tweetCount = _prevProps$atts.tweetCount;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n var elementKey = \"customProps:\".concat(prevProps.id, \"-\").concat(gridUrl, \"-\").concat(tweetCount);\n var nextAtts = this.props.atts;\n\n if (!nextAtts.tweetCount) {\n nextAtts.tweetCount = this.tweetCount;\n }\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(this.props.id, \"-\").concat(nextAtts.gridUrl, \"-\").concat(nextAtts.tweetCount);\n\n if (nextAtts.gridUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.gridUrl, nextAtts.tweetCount);\n }\n }\n }\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterGrid_' + TwitterGrid.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetCount) {\n var _this2 = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&limit=' + tweetCount + '&widget_type=grid';\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendTwitter(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-grid-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-grid';\n var innerClasses = 'vce-twitter-grid-inner';\n var wrapperClasses = 'vce-twitter-grid-wrapper vce';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-grid--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterGrid;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(TwitterGrid, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterGrid/component.js?");
19
 
20
  /***/ }),
21
 
elements/twitterTimeline/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterTimeline; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar TwitterTimeline = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterTimeline, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterTimeline);\n\n function TwitterTimeline() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterTimeline);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"tweetCount\", '5');\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterTimeline, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n timelineUrl = _this$props$atts.timelineUrl,\n tweetCount = _this$props$atts.tweetCount,\n tweetTheme = _this$props$atts.tweetTheme,\n width = _this$props$atts.width;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (timelineUrl) {\n this.insertTwitter(timelineUrl, tweetCount, tweetTheme);\n }\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n var _this$props$atts2 = this.props.atts,\n timelineUrl = _this$props$atts2.timelineUrl,\n tweetCount = _this$props$atts2.tweetCount,\n tweetTheme = _this$props$atts2.tweetTheme;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n var elementKey = \"customProps:\".concat(this.props.id, \"-\").concat(timelineUrl, \"-\").concat(tweetCount, \"-\").concat(tweetTheme);\n var nextAtts = nextProps.atts;\n\n if (!nextAtts.tweetCount) {\n nextAtts.tweetCount = this.tweetCount;\n }\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(nextProps.id, \"-\").concat(nextAtts.timelineUrl, \"-\").concat(nextAtts.tweetCount, \"-\").concat(nextAtts.tweetTheme);\n\n if (nextAtts.timelineUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.timelineUrl, nextAtts.tweetCount, nextAtts.tweetTheme);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterTimeline_' + TwitterTimeline.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetCount, tweetTheme) {\n var _this2 = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&theme=' + tweetTheme + '&limit=' + tweetCount + '&widget_type=timeline';\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendTwitter(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-timeline-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-timeline';\n var wrapperClasses = 'vce-twitter-timeline-wrapper vce';\n var innerClasses = 'vce-twitter-timeline-inner';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-timeline--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterTimeline;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(TwitterTimeline, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterTimeline/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterTimeline; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ \"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_10__);\n\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_9___default().getService('api');\n\nvar TwitterTimeline = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(TwitterTimeline, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterTimeline);\n\n function TwitterTimeline() {\n var _this;\n\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterTimeline);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(_this), \"tweetCount\", '5');\n\n return _this;\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterTimeline, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n timelineUrl = _this$props$atts.timelineUrl,\n tweetCount = _this$props$atts.tweetCount,\n tweetTheme = _this$props$atts.tweetTheme,\n width = _this$props$atts.width;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (timelineUrl) {\n this.insertTwitter(timelineUrl, tweetCount, tweetTheme);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (!(0,lodash__WEBPACK_IMPORTED_MODULE_10__.isEqual)(prevProps.atts, this.props.atts)) {\n var _prevProps$atts = prevProps.atts,\n timelineUrl = _prevProps$atts.timelineUrl,\n tweetCount = _prevProps$atts.tweetCount,\n tweetTheme = _prevProps$atts.tweetTheme;\n\n if (!tweetCount) {\n tweetCount = this.tweetCount;\n }\n\n var elementKey = \"customProps:\".concat(prevProps.id, \"-\").concat(timelineUrl, \"-\").concat(tweetCount, \"-\").concat(tweetTheme);\n var nextAtts = this.props.atts;\n\n if (!nextAtts.tweetCount) {\n nextAtts.tweetCount = this.tweetCount;\n }\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(this.props.id, \"-\").concat(nextAtts.timelineUrl, \"-\").concat(nextAtts.tweetCount, \"-\").concat(nextAtts.tweetTheme);\n\n if (nextAtts.timelineUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.timelineUrl, nextAtts.tweetCount, nextAtts.tweetTheme);\n }\n }\n }\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterTimeline_' + TwitterTimeline.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetCount, tweetTheme) {\n var _this2 = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&theme=' + tweetTheme + '&limit=' + tweetCount + '&widget_type=timeline';\n this.loadJSONP(createdUrl, function (data) {\n _this2.appendTwitter(data.html);\n\n _this2.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-timeline-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-timeline';\n var wrapperClasses = 'vce-twitter-timeline-wrapper vce';\n var innerClasses = 'vce-twitter-timeline-inner';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-timeline--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterTimeline;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(TwitterTimeline, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterTimeline/component.js?");
19
 
20
  /***/ }),
21
 
elements/twitterTweet/public/dist/element.bundle.js CHANGED
@@ -15,7 +15,7 @@
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterTweet; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_8__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_8___default().getService('api');\n\nvar TwitterTweet = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(TwitterTweet, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterTweet);\n\n function TwitterTweet() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterTweet);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterTweet, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n tweetUrl = _this$props$atts.tweetUrl,\n tweetTheme = _this$props$atts.tweetTheme,\n width = _this$props$atts.width;\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (tweetUrl) {\n this.insertTwitter(tweetUrl, tweetTheme);\n }\n }\n /* eslint-disable */\n\n }, {\n key: \"UNSAFE_componentWillReceiveProps\",\n value: function UNSAFE_componentWillReceiveProps(nextProps) {\n var _this$props$atts2 = this.props.atts,\n tweetUrl = _this$props$atts2.tweetUrl,\n tweetTheme = _this$props$atts2.tweetTheme;\n var elementKey = \"customProps:\".concat(this.props.id, \"-\").concat(tweetUrl, \"-\").concat(tweetTheme);\n var nextAtts = nextProps.atts;\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(nextProps.id, \"-\").concat(nextAtts.tweetUrl, \"-\").concat(nextAtts.tweetTheme);\n\n if (nextAtts.tweetUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.tweetUrl, nextAtts.tweetTheme);\n }\n }\n /* eslint-enable */\n\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterTweet_' + TwitterTweet.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetTheme) {\n var _this = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&theme=' + tweetTheme + '&widget_type=tweet';\n this.loadJSONP(createdUrl, function (data) {\n _this.appendTwitter(data.html);\n\n _this.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-tweet-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-tweet';\n var wrapperClasses = 'vce-twitter-tweet-wrapper vce';\n var innerClasses = 'vce-twitter-tweet-inner';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-tweet--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterTweet;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(TwitterTweet, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterTweet/component.js?");
19
 
20
  /***/ }),
21
 
15
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
16
 
17
  "use strict";
18
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": function() { return /* binding */ TwitterTweet; }\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ \"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/createClass */ \"./node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/inherits */ \"./node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ \"./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js\");\n/* harmony import */ var _babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ \"./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js\");\n/* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vc-cake */ \"./node_modules/vc-cake/index.js\");\n/* harmony import */ var vc_cake__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(vc_cake__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! lodash */ \"./node_modules/lodash/lodash.js\");\n/* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_9__);\n\n\n\n\n\n\n\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0,_babel_runtime_helpers_getPrototypeOf__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0,_babel_runtime_helpers_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(this, result); }; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }\n\n\n\n\nvar vcvAPI = vc_cake__WEBPACK_IMPORTED_MODULE_8___default().getService('api');\n\nvar TwitterTweet = /*#__PURE__*/function (_vcvAPI$elementCompon) {\n (0,_babel_runtime_helpers_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(TwitterTweet, _vcvAPI$elementCompon);\n\n var _super = _createSuper(TwitterTweet);\n\n function TwitterTweet() {\n (0,_babel_runtime_helpers_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, TwitterTweet);\n\n return _super.apply(this, arguments);\n }\n\n (0,_babel_runtime_helpers_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(TwitterTweet, [{\n key: \"componentDidMount\",\n value: function componentDidMount() {\n var _this$props$atts = this.props.atts,\n tweetUrl = _this$props$atts.tweetUrl,\n tweetTheme = _this$props$atts.tweetTheme,\n width = _this$props$atts.width;\n\n if (width) {\n this.checkCustomSize(width);\n }\n\n if (tweetUrl) {\n this.insertTwitter(tweetUrl, tweetTheme);\n }\n }\n }, {\n key: \"componentDidUpdate\",\n value: function componentDidUpdate(prevProps) {\n if (!(0,lodash__WEBPACK_IMPORTED_MODULE_9__.isEqual)(this.props.atts, prevProps.atts)) {\n var _prevProps$atts = prevProps.atts,\n tweetUrl = _prevProps$atts.tweetUrl,\n tweetTheme = _prevProps$atts.tweetTheme;\n var elementKey = \"customProps:\".concat(prevProps.id, \"-\").concat(tweetUrl, \"-\").concat(tweetTheme);\n var nextAtts = this.props.atts;\n\n if (nextAtts.width) {\n this.checkCustomSize(nextAtts.width);\n } else {\n this.setState({\n size: null\n });\n }\n\n var nextElementKey = \"customProps:\".concat(this.props.id, \"-\").concat(nextAtts.tweetUrl, \"-\").concat(nextAtts.tweetTheme);\n\n if (nextAtts.tweetUrl && elementKey !== nextElementKey) {\n this.insertTwitter(nextAtts.tweetUrl, nextAtts.tweetTheme);\n }\n }\n }\n }, {\n key: \"loadJSONP\",\n value: function loadJSONP(url, callback, context) {\n var name = '_jsonp_twitterTweet_' + TwitterTweet.unique++;\n\n if (url.indexOf('?') >= 0) {\n url += '&callback=' + name;\n } else {\n url += '?callback=' + name;\n }\n\n var script = document.createElement('script');\n script.type = 'text/javascript';\n script.async = true;\n script.src = url;\n\n var clearScript = function clearScript() {\n document.getElementsByTagName('head')[0].removeChild(script);\n script = null;\n delete window[name];\n };\n\n var timeout = 10; // 10 second by default\n\n var timeoutTrigger = window.setTimeout(function () {\n clearScript();\n }, timeout * 1000);\n\n window[name] = function (data) {\n window.clearTimeout(timeoutTrigger);\n callback.call(context || window, data);\n clearScript();\n };\n\n document.getElementsByTagName('head')[0].appendChild(script);\n }\n }, {\n key: \"insertTwitter\",\n value: function insertTwitter(url, tweetTheme) {\n var _this = this;\n\n var createdUrl = 'https://publish.twitter.com/oembed.json?url=' + url + '&theme=' + tweetTheme + '&widget_type=tweet';\n this.loadJSONP(createdUrl, function (data) {\n _this.appendTwitter(data.html);\n\n _this.props.api.request('layout:rendered', true);\n });\n }\n }, {\n key: \"appendTwitter\",\n value: function appendTwitter() {\n var tagString = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';\n var component = this.getDomNode().querySelector('.vce-twitter-tweet-inner');\n this.updateInlineHtml(component, tagString);\n }\n }, {\n key: \"checkCustomSize\",\n value: function checkCustomSize(width) {\n width = this.validateSize(width);\n width = /^\\d+$/.test(width) ? width + 'px' : width;\n var size = {\n width: width\n };\n this.setSizeState(size);\n }\n }, {\n key: \"validateSize\",\n value: function validateSize(value) {\n var units = ['px', 'em', 'rem', '%', 'vw', 'vh'];\n var re = new RegExp('^-?\\\\d*(\\\\.\\\\d{0,9})?(' + units.join('|') + ')?$');\n\n if (value === '' || value.match(re)) {\n return value;\n } else {\n return null;\n }\n }\n }, {\n key: \"setSizeState\",\n value: function setSizeState(size) {\n this.setState({\n size: size\n });\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props = this.props,\n id = _this$props.id,\n atts = _this$props.atts,\n editor = _this$props.editor;\n var customClass = atts.customClass,\n alignment = atts.alignment,\n width = atts.width,\n metaCustomId = atts.metaCustomId;\n var classes = 'vce-twitter-tweet';\n var wrapperClasses = 'vce-twitter-tweet-wrapper vce';\n var innerClasses = 'vce-twitter-tweet-inner';\n var customProps = {};\n var innerCustomProps = {};\n\n if (typeof customClass === 'string' && customClass) {\n classes += ' ' + customClass;\n }\n\n if (alignment) {\n classes += \" vce-twitter-tweet--align-\".concat(alignment);\n }\n\n if (width) {\n innerCustomProps.style = this.state ? this.state.size : null;\n }\n\n customProps.key = \"customProps:\".concat(id);\n\n if (metaCustomId) {\n customProps.id = metaCustomId;\n }\n\n var doAll = this.applyDO('all');\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, customProps, {\n className: classes\n }, editor), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: wrapperClasses,\n id: 'el-' + id\n }, doAll), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(\"div\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n className: innerClasses\n }, innerCustomProps))));\n }\n }]);\n\n return TwitterTweet;\n}(vcvAPI.elementComponent);\n\n(0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(TwitterTweet, \"unique\", 0);\n\n\n\n//# sourceURL=webpack:///./twitterTweet/component.js?");
19
 
20
  /***/ }),
21
 
plugin-wordpress.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
- * Version: 44.1
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
@@ -46,7 +46,7 @@ if (defined('VCV_VERSION')) {
46
  /**
47
  * Plugin version constant
48
  */
49
- define('VCV_VERSION', '44.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
4
  * Plugin Name: Visual Composer
5
  * Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
6
  * Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
7
+ * Version: 44.2-beta.3
8
  * Author: visualcomposer.com
9
  * Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
10
  * Copyright: (c) 2017 TechMill Ltd.
46
  /**
47
  * Plugin version constant
48
  */
49
+ define('VCV_VERSION', '44.2-beta.3');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
public/dist/hub.bundle.css CHANGED
@@ -1,4 +1,4 @@
1
  @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
2
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{-webkit-text-decoration-skip:objects;background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
3
  /*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-family:Nunito Sans,sans-serif;font-size:.875rem}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;font-style:normal;font-weight:400;src:url(assets/7cb80da998f312c3d573.ttf?6oq8uz) format("truetype"),url(assets/a5b33e1ababc7de1bd98.woff?6oq8uz) format("woff"),url(assets/9e0656decc5c5bd6f589.svg?6oq8uz#VC-Icons) format("svg")}.vcv-ui-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-refresh:before{content:"\e91f"}.vcv-ui-icon-link-enabled:before{content:"\e91e"}.vcv-ui-icon-exit-top-right:before{content:"\e91d"}.vcv-ui-icon-bell:before{content:"\e91c"}.vcv-ui-icon-close-modern:before{content:"\e918"}.vcv-ui-icon-link-modern:before{content:"\e919"}.vcv-ui-icon-pencil-modern:before{content:"\e91a"}.vcv-ui-icon-plug-modern:before{content:"\e91b"}.vcv-ui-icon-question:before{content:"\e917"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock-thin:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-layout-container{display:flex;flex-flow:column nowrap;height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout{direction:ltr;display:flex;flex:1 1 auto;flex-flow:column nowrap;height:100%}.vcv-layout-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-content{background:#f6f6f6;display:flex;flex:1 1 auto;flex-flow:column nowrap;overflow:auto}.vcv-layout-content--devices{flex-direction:row;padding:30px 0}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";min-width:30px;position:relative}.vcv-content-full-size .vcv-layout-content{height:0;position:absolute;width:0}.vcv-layout-iframe-container{background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);flex:1 1 auto;margin:auto;position:relative;width:100%}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{border:0;height:100%;overflow:auto;position:absolute;width:100%}.vcv-layout-bar{background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3);display:flex;flex:1 1 auto;flex-flow:column nowrap;z-index:1130}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{background:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;z-index:3000}.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";height:10px;left:0;position:absolute;right:0}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-bar-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout-bar-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-bar-content{display:flex;flex:1 1 auto;flex-flow:row nowrap;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{display:flex;flex:0 1 auto;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{display:flex;flex:1 1 0;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-end>*{flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{color:#fff;height:61px;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{color:#fff;cursor:pointer;height:61px;position:absolute;right:10px;text-decoration:none;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{left:10px;right:auto}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock .vcv-layout-bar-header{z-index:1140}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape],.vcv-layout-iframe-container[data-vcv-device=mobile-portrait],.vcv-layout-iframe-container[data-vcv-device=tablet-landscape],.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-color:#fff;border-radius:25px;border-style:solid;flex:initial;position:relative}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{border:3px solid #dedede;border-radius:50%;content:"";height:38px;position:absolute;width:38px}.vcv-layout-iframe-container[data-vcv-device=desktop]{min-width:100%}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]{border-width:50px 10px 70px}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after{bottom:-54px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:50%;position:absolute;top:-36px;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]{border-width:10px 70px 10px 50px}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after{bottom:50%;right:-54px;transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:-56px;position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg)}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-width:50px 25px 90px}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{bottom:-64px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]{border-width:25px 90px 25px 50px}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after{bottom:50%;right:-64px;transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:auto;left:0;position:absolute;right:0;top:100%}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);min-width:0;overflow:hidden}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{min-width:0;width:100%}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:100%;left:0;position:absolute;right:0;top:auto}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;min-height:200px;min-width:410px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;min-height:100px;min-width:383px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;min-height:100px;min-width:383px;width:100%}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{word-wrap:break-word;background:#fff;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{display:flex;flex-direction:column;flex-grow:1;overflow:auto;width:100%}.vcv-start-blank-inner{flex-grow:1;flex-shrink:0;opacity:0;padding:70px 20px;position:relative;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{-webkit-font-smoothing:antialiased;color:#363636;font-family:Montserrat,serif;font-size:30px;letter-spacing:.045em;line-height:normal}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper{margin-bottom:14px;position:relative}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper:after{border-color:#c6cbd4 transparent transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0}.vcv-start-blank-inner .vcv-start-blank-template-type{-moz-appearance:none;-webkit-appearance:none;appearance:none}.vcv-start-blank-inner .vcv-start-blank-template-type,.vcv-start-blank-inner .vcv-start-blank-title-input{-webkit-font-smoothing:antialiased;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;margin:0 0 14px;padding:14px;width:90%}.vcv-start-blank-inner .vcv-start-blank-template-type::placeholder,.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{color:#bdbdbd;opacity:1}.vcv-start-blank-inner .vcv-start-blank-template-type{margin:0}.vcv-start-blank-controls .vcv-start-blank-template-type,.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;color:#fff;cursor:pointer;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;padding:16px;text-transform:uppercase;transition:background .2s ease-in-out;width:90%}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#ffae27}.vcv-start-blank-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-item-list-container{flex-direction:column;margin:0 -15px}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{cursor:pointer;font-size:16px;padding:.6em;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{justify-content:center;margin-left:0;margin-right:0}.vcv-start-blank-description{-webkit-font-smoothing:antialiased;color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;margin-top:42px}.vcv-start-blank-title-input-container{max-width:650px;padding:0 15px;width:100%}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;max-width:220px;width:100%}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-controls{margin:50px auto 0}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;overflow:hidden;position:absolute;right:0;top:0}.vcv-loading-overlay-inner{align-content:center;align-items:center;display:flex;flex-direction:column;position:relative}.vcv-loading-dots-container{animation:vcvDotsRotate 2s linear infinite;height:60px;text-align:center;width:60px}.vcv-loading-dots-container .vcv-loading-dot{animation:vcvDotsBounce 2s ease-in-out infinite;background-color:#eee;border-radius:100%;display:inline-block;height:60%;position:absolute;top:0;width:60%}.vcv-loading-dots-container .vcv-loading-dot-2{animation-delay:-1s;bottom:0;top:auto}@keyframes vcvDotsRotate{to{transform:rotate(1turn)}}@keyframes vcvDotsBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.vcv-loading-text{color:#c2c2c2;margin-top:20px;padding:0 20px;position:relative;text-align:center}.vcv-loading-text-main{font-size:16px;line-height:1.5;margin:.6em 0}.vcv-loading-text-helper{font-size:13px;font-style:italic;line-height:1.5;margin:.6em 0}.vcv-freshdesk-iframe{border:0;bottom:0;display:none;height:580px;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:640px;z-index:100001}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:20px;transition:opacity .5s}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.56px;line-height:22px;margin:31px 0 6px;text-align:center}.vcv-error-screen .vcv-screen-helper-text{color:#999;font-family:Nunito Sans,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:.82px;line-height:24px;margin:0}.vcv-screen-button-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{background:#294a82;border:0;border-radius:0;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;line-height:15px;margin:10px 20px;min-width:210px;outline:none;padding:18px 38px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}@keyframes vcvOverlayFadeIn{50%{opacity:1}to{opacity:.5}}.vcv-loading-overlay{animation:vcvOverlayFadeIn 30s ease-in;animation-direction:normal}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1200}.vcv-popup-error-description{align-items:center;display:flex;flex:1 0 auto;flex-flow:column nowrap;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{flex:0 0 auto;margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{flex:0 0 auto;font-size:1em;line-height:1.5;margin:0 auto 70px;max-width:700px}.vcv-popup-error-description .vcv-button-container{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{color:inherit;padding:16px 46px}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{display:block;font:normal normal normal 16px Montserrat,sans-serif;font-size:1em;letter-spacing:.077em}.vcv-loading-overlay .vcv-popup-button{background:transparent;border:2px solid #c2c2c2;border-radius:0;display:inline-block;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:10px;max-width:100%;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{border-color:#a0a0a0;color:#a0a0a0;cursor:pointer}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{margin:0;padding:13px 17px;text-transform:capitalize}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{align-items:center;display:flex;justify-content:space-between}.vcv-popup-error-with-button .vcv-popup-button{flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{background:#fff;border-color:#fff;color:#fa6262;cursor:pointer}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{display:inline-block;margin-bottom:0;padding-right:30px;text-align:left}}.vcv-skip-post-update-block{bottom:0;left:0;position:absolute;right:0;text-align:center;transform:translateY(120%)}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{display:none;pointer-events:all;position:absolute;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{height:10px;left:0;width:100%}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;top:0;width:10px}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{height:20px;width:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{bottom:-13px;left:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{bottom:-13px;right:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{display:inline-block;height:14px;margin-left:8px;margin-right:0;position:relative;width:14px}.vcv-tooltip-container .vcv-tooltip-box{-webkit-font-smoothing:antialiased;background-color:#16243f;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.8);color:#9ea6b3;font-family:Roboto,sans-serif;font-size:12px;font-style:italic;font-weight:500;left:7px;letter-spacing:.92px;line-height:20px;min-width:234px;padding:10px 15px;position:absolute;text-align:center;top:25px;white-space:normal;z-index:99999}.vcv-tooltip-container .vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:text-decoration .05s ease-in-out}.vcv-tooltip-container .vcv-tooltip-box a:hover{color:#fff;text-decoration:none}.vcv-tooltip-container .vcv-tooltip-box a:focus{box-shadow:none}.rtl .vcv-tooltip-container{margin-left:0;margin-right:8px}.vcv-tooltip-container .vcv-ui-icon-question{color:#bcbcbc;cursor:pointer;display:block;font-size:14px;transition:color .05s ease-in-out}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question:hover{color:#16243f}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover:hover{color:#e3e3e3}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active:after{border:5px solid transparent;border-bottom-color:#16243f;content:"";display:block;left:2px;position:absolute;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{border-color:#16243f transparent transparent;top:-1px;transform:translateY(-100%)}.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question:hover{color:#fff}.vcv-ui-modal-header-tooltip{display:inline-flex;flex-grow:1}.vcv-ui-editor-search-container .vcv-tooltip-container{bottom:0;margin:auto;position:absolute;right:-32px;top:0}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{left:-32px;right:auto}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-left:8px;margin-right:0}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-left:4px;margin-right:0}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{border-radius:3px;height:16px;margin:2px 0 3px;position:relative;width:16px}.vcv-ui-form-dropdown-color-swatch:before{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,6px 6px;background-repeat:repeat;background-size:12px 12px;border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC);background-size:cover}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{background:none;bottom:0;content:"-";left:0;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.149);height:100%;position:relative}.vcv-ui-form-dropdown-color-popover{margin-top:4px;position:relative;z-index:2}.vcv-ui-color-picker-panel{background:#fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:initial;direction:ltr;display:flex;flex-wrap:wrap;margin-top:4px;padding:10px;width:200px}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{flex-grow:1;flex-shrink:0;width:100%}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-bottom:none;border-right:1px solid #eee;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px}.vcv-media--sm .vcv-ui-color-picker-used-stack{flex-direction:column}.vcv-ui-color-picker-presets-color{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px;padding-top:10px}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading,.vcv-ui-section-heading{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:0;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{color:#999;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{margin-bottom:30px;overflow:hidden;position:relative}.vcv-ui-replace-element-hide{color:#c6c6c6;cursor:pointer;display:inline-block;height:25px;position:absolute;right:18px;top:0;width:25px;z-index:1}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{background:rgba(0,0,0,.1);height:100%;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:flex;flex-flow:row wrap;margin-left:-20px;margin-right:-20px}.vcv-ui-form-layout-description{color:#a9a9a8;display:inline-block;font-style:italic;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{cursor:pointer;display:flex;flex-basis:60px;flex-grow:0;flex-shrink:0}.vcv-ui-form-layout-layouts-col>span{background:#fff;border:2px solid #d1d1d1;flex:1;height:40px}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-bottom:20px;margin-left:20px;margin-right:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:0;margin-right:2px}.vcv-ui-form-layout-custom-layout-columns{display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{flex:1}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{background:#283aa4;color:#fff;display:flex}.vcv-ui-form-responsiveness-settings-devices-item{border-right:1px solid hsla(0,0%,100%,.1);flex-basis:20%;padding:12px 0;text-align:center}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{font-size:10px;margin-bottom:0}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{background:#fff;border-bottom:1px solid #d1d1d1;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border:0;border-radius:0;box-shadow:none;padding:0;text-align:center}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{animation:none;border:0;box-shadow:none}.vcv-ui-tag-list-item{background-color:#283aa4;border-radius:2em;color:#fff;display:inline-block;margin:1px 3px;padding:1px 11px;pointer-events:auto;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;color:#fff;cursor:pointer;font-size:.9em;margin:-2px -6px -2px 6px;padding:2px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input{word-wrap:break-word;resize:none;transition:none;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{opacity:0;pointer-events:none;position:absolute}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{background:#fff;margin-bottom:5px;max-width:70px;overflow:auto;overflow-x:hidden;padding:0;position:fixed;transition:none;z-index:1111}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{border-top:1px solid #d1d1d1;box-sizing:border-box;cursor:pointer;display:block;padding:5px 10px;transition:background-color .2s ease-in-out}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{bottom:0;margin:auto;position:absolute;right:14px;top:0;z-index:5}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #d1d1d1;border-radius:3px;cursor:text;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.5;padding:6px 0 0 6px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vc-tags--selected{display:inline}.vc-tags--selected-tag{-webkit-font-smoothing:antialiased;background:#283aa4;border:3px solid #283aa4;border-radius:2em;box-sizing:border-box;color:#fff;display:inline-block;font-size:inherit;font-weight:700;line-height:inherit;margin:0 6px 6px 0;padding:1px 3px 1px 6px;position:relative;transition:all .2s}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;display:inline-block;font-size:10px;font-weight:700;margin-left:3px;padding:4px;vertical-align:middle}.vc-tags--selected-tag .vc-tags--suggestions{width:150px}.vc-tags--selected-tag:hover{background:#203251;border-color:#203251}.vc-tags--selected-tag.vc-tags--selected-tag--editable{background:transparent;border-color:#c6cbd4;color:#c6cbd4}.vc-tags--selected-tag.vc-tags--selected-tag--editable:hover{background:transparent;border-color:#a0a1a3;color:#a0a1a3}.vc-tags--selected-tag-name{outline:none;vertical-align:middle}.vc-tags--tag-not-valid{background-color:#ed5656;border-color:#ed5656}.vc-tags--tag-not-valid:hover{background-color:#cf3f3f;border-color:#cf3f3f}.vc-tags--search{display:inline-block;margin-bottom:6px;max-width:100%;padding:5px 2px}.vc-tags--search-input{border:0;color:#5c5b5b;font-size:inherit;line-height:inherit;margin:0;max-width:100%;outline:none;padding:0}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{left:0;margin:4px 0;position:absolute;top:100%;width:100%;z-index:99999}.vc-tags--suggestions--top{top:0;transform:translateY(-100%)}.vc-tags--suggestions .vcv-ui-scroll{position:static!important}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-track--vertical{height:110px}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content{background:#fff;border:none;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15);inset:auto!important;list-style:none;margin:0;max-height:120px;padding:0;width:100%}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content::-webkit-scrollbar{display:none}.vc-tags--suggestions .vc-tags--suggestion{color:#70747c;font-style:italic;font-weight:500;margin:0;padding:6px 8px;transition:background .2s}.vc-tags--suggestions .vc-tags--suggestion mark{background:none;color:#37383a;font-weight:600;text-decoration:underline}.vc-tags--suggestions .vc-tags--suggestion:hover{background:#f0f1f2;cursor:pointer}.vc-tags--suggestions .vc-tags--suggestion.is-active{background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-disabled{cursor:auto;opacity:.5}.vc-tags--suggestion-prefix{-webkit-font-smoothing:antialiased;font-style:normal;font-weight:600}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{background:#203251;color:#fff;padding:12px 7px 12px 5px}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:#16243f}.vcv-ui-form-params-group .vcv-ui-form-params-group-item .vcv-ui-forms-params-group-content-editable{padding:1px 12px}.vcv-ui-form-params-group-item--dragging{background:#203251;color:#fff;z-index:10000}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{align-items:center;border:1px dashed #000;color:#000;cursor:pointer;display:flex;height:46px;justify-content:center;margin:15px 20px;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{background:rgba(0,0,0,.7);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{align-items:center;background:#fff;bottom:20px;left:20px;right:20px;top:20px;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;bottom:20px;left:20px;position:fixed;right:20px;top:20px}.vcv-gutenberg-modal-inner iframe{height:100%;width:100%}button.vcv-gutenberg-modal-close-button{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.5);cursor:pointer;font-size:16px;padding:5px;position:absolute;right:25px;top:25px;transition:color .2s ease-in-out;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{background:transparent;border:1px solid #ddd;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:text;display:inline-block;font-size:14px;line-height:19px;margin:5px 9px;outline:none;padding:4px 4px 4px 24px;width:calc(100% - 18px)}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);display:none;float:left;left:0;margin:2px 0 0;min-width:160px;padding:0;position:absolute;top:100%;z-index:1000}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{margin:5px 0 0;max-height:350px;overflow-x:hidden;overflow-y:auto;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts2.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;box-sizing:border-box;clear:both;color:#333;display:block;font-weight:400;height:22px;line-height:16px;padding:3px 10px;text-decoration:none;text-indent:-9999px;transition:box-shadow .2s,opacity .2s;white-space:nowrap}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{box-shadow:0 0 0 1px #a9a9a9;opacity:.7;text-decoration:none}.vcv-ui-tinymce-fonts-selectbox-input-box:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c5c5c5;content:"\2315";font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;left:15px;line-height:1;position:absolute;text-transform:none;top:12px}
4
- /*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading-wrapper{display:flex}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#586dc6;cursor:pointer;text-decoration:none;transition:.2s}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{box-shadow:none;outline:none}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;margin:8px;vertical-align:baseline}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@keyframes vcv-ui-form-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}}@keyframes vcv-ui-form-shadow-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1)}}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){padding:8px 2.5em 8px 14px;width:auto}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{display:inline-block;vertical-align:middle;width:auto}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{height:16px;line-height:normal}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-bottom:.2em;margin-left:.4em;margin-right:1em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-dynamic-field-control{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button{border:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button:hover{background-color:transparent}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button span{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button .vcv-ui-icon-link:before{content:"\e919"}.vcv-ui-form-attach-image-items{list-style:none;margin:0;padding:0}.vcv-ui-form-attach-image-items:after{clear:both;content:" ";display:table}.vcv-ui-form-attach-image-item{list-style:none;margin-bottom:10px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.vcv-ui-form-attach-image-item-inner{background:#fff;border-radius:5px;display:flex;padding:10px;position:relative;transition:box-shadow .2s ease-in-out;width:100%}.vcv-ui-form-attach-image-item-inner:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button{align-items:center;color:#c6cbd4;cursor:pointer;display:flex;flex:0 0 auto;font-size:16px;height:2em;justify-content:center;line-height:1;outline:none;padding:0;text-decoration:none;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;width:2em}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button:hover{color:#9aa3b3;text-decoration:none}.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control--drag{cursor:move;height:auto;margin-left:-9px;width:auto}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic{height:80px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-container{border:none;margin:0;padding:0;width:100%}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-tag{margin:0;padding:5px 11px 4px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-form-link-button{background-color:transparent;border:none}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-icon-link:before{font-size:16px}.rtl .vcv-ui-form-attach-image-item-inner{flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{direction:ltr;display:flex}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{align-items:center;cursor:pointer;display:flex;flex-flow:row wrap;height:50px;justify-content:center;line-height:1;padding:0;position:relative;transition:all .2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{border:2px dashed #c6cbd4;border-radius:5px;color:#c6cbd4;flex:1 0 auto;font-size:18px;transition:.2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:hover{background:#fff;border-color:#6f747b;color:#6f747b;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control.vcv-ui-form-attach-image-control--drag-over{background:#fff;border-color:#6f747b;color:#6f747b}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{color:#6f747b;flex:0 0 auto;font-size:16px}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:hover{color:#16243f;text-decoration:none}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-dynamic-field-control{padding-left:10px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-left:5px;margin-right:0}.vcv-ui-form-attach-image-thumbnail{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;cursor:pointer;margin:0;min-height:60px;min-width:60px;overflow:hidden;padding:0;position:relative}.vcv-ui-form-attach-image-thumbnail img{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{height:auto;max-height:none;max-width:100%}.vcv-ui-form-attach-image-item-controls{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.rtl .vcv-ui-form-attach-image-item-controls{flex-direction:row-reverse}.vcv-ui-form-attach-image-description{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{color:#5c5b5b;flex:1 0 100%;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.3px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{color:#999;font-size:12px;letter-spacing:.92px;line-height:20px;margin-top:-15px}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{line-height:13px;padding:6px 8px;width:auto}.vcv-ui-form-attach-image-filter{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:80px}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-bottom:1px solid #ededed;border-top:1px solid #ededed;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;margin:20px -20px;padding:0 20px;position:relative}.vcv-ui-form-attach-image-filter-container{overflow:hidden;position:relative;width:calc(100% + 20px)}.vcv-ui-form-attach-image-filter-list{list-style-type:none;margin:0;overflow-x:auto;padding:20px 2px 10px;white-space:nowrap}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-filter-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;display:block;height:80px;overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{color:#6f747b;display:block;font-size:12px;margin:5px 0;white-space:normal}.vcv-ui-form-button{word-wrap:break-word;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;line-height:1.5;margin:0;padding:5px 14px;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background,border,opacity,transform;transition-timing-function:ease-in-out;user-select:none;vertical-align:middle}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#304568}.vcv-ui-form-button.vcv-ui-form-button--loading{pointer-events:none;position:relative}.vcv-ui-form-button.vcv-ui-form-button--loading:before{background-color:#304568;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-button.vcv-ui-form-button--loading:focus:before,.vcv-ui-form-button.vcv-ui-form-button--loading:hover:before{background:#d98800}.vcv-ui-form-button.vcv-ui-form-button--loading:after{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-ui-form-button .vcv-ui-icon{display:inline-block;flex-basis:100%;height:1em;line-height:inherit;position:relative;vertical-align:middle;width:1em}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{font-size:1.35em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-button--large{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;border-radius:0;box-shadow:none;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;margin-bottom:12px;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#ffae27;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{border:none;box-shadow:none;text-decoration:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{background-color:#fff;border-color:#d1d1d1;color:#707070}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{background-color:#283aa4;color:#fff;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#ffae27}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner{height:40px;width:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-ui-form-buttons-group{border-radius:3px;display:inline-flex;flex-flow:row wrap;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{border-radius:0;flex:1 0 auto;font-weight:700;margin-bottom:1px;margin-left:1px}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button{align-items:center;background:#fff;border:0;border-left:1px solid #d0d0d0;color:#6f747b;display:flex;font-size:11px;font-weight:700;height:40px;justify-content:center;margin:0;min-width:40px;padding:0}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{background:#fff;border:none;border-left:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list{margin:0}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkboxes--limit .vcv-ui-scroll-content{padding:5px 1px}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#283aa4;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-checkbox-children{margin-left:10px}.rtl .vcv-ui-form-checkbox{padding-left:1em;padding-right:2em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{font-size:10px;font-weight:700;letter-spacing:.5px;padding:11px 14px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-shadow:none;box-sizing:border-box;font-size:14px;height:40px;line-height:1.5;margin:0 2% 0 0;outline:none;padding:8px 14px;vertical-align:middle;width:23%}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{border-radius:inherit;bottom:-1px;box-shadow:none;content:"";display:block;left:-1px;position:absolute;right:-1px;top:-1px}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{background-color:#eaeaea;border:inherit;border-radius:inherit;bottom:-1px;color:#707070;display:none;left:100%;position:absolute;top:-1px;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{border-bottom-left-radius:0;border-top-left-radius:0;display:block;visibility:visible;width:40px}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;display:inline-flex;width:75%}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-editor-dropdown-input-container{background:#fff;border-radius:3px;display:flex;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{border:none;padding-left:0;width:auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:flex;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;flex:1 0 auto;padding-left:10px}.vcv-ui-editor-dropdown-input-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{background-color:#fff;border:1px solid #d1d1d1;border-bottom-left-radius:3px;border-right:0;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:normal;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border:1px solid #d1d1d1;border-radius:0;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat;border-left:1px solid #d1d1d1;border-right:0;padding:8px 14px 8px 2em}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-radius:3px;border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;padding-right:10px}.vcv-ui-editor-field-highlight{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1);outline:none}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border:1px solid #d1d1d1;border-radius:3px;display:none;margin-top:4px;padding:0}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{background-color:#f5f5f5;border-bottom:1px solid #ebebeb;padding:14px 14px 7px}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:flex;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{background-color:#fff;border:1px solid #ebebeb;border-bottom:0;border-right:0;color:#5c5b5b;cursor:pointer;flex:1 1 80px;font-size:1rem;height:40px;margin-left:-1px;margin-top:-1px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:80px}.vcv-ui-form-iconpicker-option>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{background-color:#283aa4;color:#fff}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;color:#5c5b5b;font-size:12px;font-weight:400;height:auto;line-height:1.5;min-height:auto;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%}.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field{font-size:14px}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-ui-ajax-form-container input::-ms-clear,.vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container input:hover,.vcv-ui-ajax-form-container textarea:focus,.vcv-ui-ajax-form-container textarea:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container textarea:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-ui-ajax-form-container input::placeholder,.vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-ui-ajax-form-container input:disabled,.vcv-ui-ajax-form-container input[disabled],.vcv-ui-ajax-form-container input[readonly],.vcv-ui-ajax-form-container textarea:disabled,.vcv-ui-ajax-form-container textarea[disabled],.vcv-ui-ajax-form-container textarea[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-form-input{height:10em;overflow:auto;resize:vertical}.vcv-layout-header .vcv-ui-form-input-group{display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{flex-grow:1;margin-left:-1px;min-width:50%;position:relative;width:auto}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{color:#c5c5c5;font-size:14px;font-style:italic;font-weight:400;line-height:16px;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{background:transparent;bottom:0;color:#c5c5c5;display:block;font-size:14px;font-weight:400;line-height:1.5;padding:8px 14px;pointer-events:none;position:absolute;top:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{background-color:#f5f5f5;border-bottom-left-radius:0;border-top-left-radius:0;width:80px}.vcv-layout-header .vcv-ui-form-input-select-list{background:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-top:4px;padding:5px}.vcv-layout-header .vcv-ui-form-input-select-item{border-radius:3px;cursor:pointer;margin:3px 0;min-height:35px;padding:5px 5px 5px 14px;width:32%}.vcv-layout-header .vcv-ui-form-input-select-item span{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top-left-radius:0;border-top-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-bottom-right-radius:0;border-top-right-radius:0;padding-right:14px}.vcv-ui-form-link{align-items:center;display:flex}.vcv-ui-form-link .vcv-ui-form-link-data{display:flex;flex:1 1 0;flex-wrap:wrap;font-size:13px;width:0}.vcv-ui-form-link .vcv-ui-form-link-button{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.5px;padding-bottom:11px;padding-top:11px;text-transform:uppercase}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;margin:2px 0 2px 14px;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{align-items:stretch;direction:ltr;display:flex}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px;color:#707070;display:flex;font-size:12px;padding:6px;transition-duration:.2s;transition-property:color,background,border,opacity;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{speak:none;background-color:#283aa4;border-radius:inherit;box-sizing:border-box;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transform:translate(-50%,-50%) scale(1);transition:transform .2s ease-in-out}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{flex-grow:1;line-height:30px;margin-right:20px;position:relative}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;border-radius:5px;height:8px;left:1px;max-width:99%;min-width:12px;pointer-events:none;position:absolute;top:11px;width:0;z-index:1}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;border:1px solid #d3d3d3;border-radius:5px;height:8px;left:0;pointer-events:none;position:absolute;top:11px;width:100%;z-index:0}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;background:transparent;margin:9px 0;padding:0;position:relative;vertical-align:middle;width:100%;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:-6px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:0;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{padding-left:5px;padding-right:5px;text-align:center;width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-left:20px;margin-right:0}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:flex;margin:12px 60px 12px 20px;position:relative}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input{border:none;width:auto}.vcv-ui-editor-search-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 92px 12px 20px}.rtl .vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 20px 12px 92px}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-left:1px solid #d1d1d1;border-right:0}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{background:#fff;border-radius:3px;display:flex;flex:1 0 auto;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{font-size:14px;padding:8px 14px;width:0}.vcv-ui-editor-search-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center;transition:background .2s ease-in-out}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-icon-container--disabled{background:#f5f5f5;cursor:not-allowed}.vcv-ui-editor-search-field{flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{background-color:#eaeaea;border-bottom-left-radius:3px;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-search-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:1.7;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;text-transform:capitalize;top:0;white-space:nowrap}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px 0 8px 8px}.rtl .vcv-ui-form-switch-trigger-label{margin:8px 8px 8px 0}.vcv-ui-form-switch{color:#fff;display:inline-block;font-size:10px;font-weight:600;padding:1em;position:relative;text-transform:uppercase;vertical-align:middle}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input[type=checkbox]{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{box-sizing:border-box;display:block;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{height:.5em;opacity:0;overflow:hidden;visibility:hidden}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{left:1em;position:absolute;right:1em;top:50%;transform:translateY(-50%);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input[type=checkbox]~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input[type=checkbox]:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{bottom:0;left:0;right:0;top:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{border-radius:4em;position:absolute;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{background:#fff;content:"";display:block;height:1.6em;top:50%;transform:translate(-50%,-50%);width:1.6em;z-index:10}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-label{color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{display:inline-block;height:20px;position:relative;vertical-align:middle;width:34px}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{border-radius:4em;bottom:0;left:0;position:absolute;right:0;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{background:#fff;border-radius:4em;content:"";display:block;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:12px;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{border:1px solid #d1d1d1;border-collapse:collapse;color:#6f747b;font-size:14px;margin:12px 0;max-width:100%;width:100%}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;line-height:1.5;padding:8px 14px;text-align:left;vertical-align:top}.vcv-ui-form-table>tbody>tr>td:last-child{font-size:12px;line-height:21px;text-align:right;text-transform:uppercase}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;font-size:12px;font-weight:700;text-decoration:none}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{background-color:#203251;color:#fff}.vcv-ui-form-table .vcv-ui-form-table-link-type{display:inline-block;font-size:11px;font-weight:700;max-width:5em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{border:none;border-radius:3px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);color:#838383;font-family:inherit;font-size:12px}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{background-color:#fff;border:none;padding:0;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px;padding:5px 13px 10px 0}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;height:25px;line-height:25px;margin:5px;width:25px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{background-color:#ededed;border-radius:4em}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{background-color:#2a4b80;border-radius:4em;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407 2.275.876a.843.843 0 0 0-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 0 0 0 1.19.838.838 0 0 0 1.186 0l3.532-3.532a.844.844 0 0 0 .005-1.195Z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px;border:2px solid #838383;border-radius:4em;height:24px;opacity:.4;top:12px;width:24px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{border-color:#838383;opacity:1}.vcv-ui-form-datepicker .react-datepicker__navigation-icon:before{content:none}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-left:2px solid #f6f6f6;padding-right:10px;width:100px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{background:silver;border-radius:5px;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0;margin:10px 10px 0 0;padding:5px 0 10px 10px}.vcv-layout-header .vcv-ui-form-datalist{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{display:inline-block;margin-right:5px;vertical-align:top;width:92%}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;right:5px;top:8px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;justify-content:space-between;margin:0 0 10px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{flex-basis:100%;margin-bottom:0}.vcv-ui-dynamic-field-tag{background-color:#283aa4;border-radius:2em;color:#fff;cursor:pointer;font-size:12px;margin:1px 3px;padding:1px 11px 0;transition:background-color .2s;word-break:break-all}.vcv-ui-dynamic-field-tag:hover{background-color:#203251}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--placeholder{background:#c6cbd4}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin:8px 30px 8px 0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{display:inline-block;margin-top:5px;position:absolute;right:2px;vertical-align:top}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .wp-editor-container{border-bottom:1px solid #d1d1d1}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .vcv-ui-form-group{margin-top:20px}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{background:#fff;bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0;z-index:99}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{display:flex;flex-shrink:0}.vcv-ui-dynamic-field-control{background:transparent;border:none;cursor:pointer;display:inline-block;font-size:16px;padding:6px 0 6px 5px;transition:color .2s ease-in-out;vertical-align:middle}.vcv-ui-dynamic-field-control:hover{color:#16243f}.vcv-ui-dynamic-field-control.vcv-ui-dynamic-field-control--inactive:before{opacity:.5}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{align-items:center;display:flex;height:80px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{left:30px;right:auto}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{left:2px;right:auto}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-left:5px;margin-right:0}.vcv-ui-row{display:flex;flex-direction:row;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{display:flex;flex:1 1 100%;flex-flow:column nowrap;height:100%;overflow:hidden;position:relative;width:100%}.vcv-ui-scroll-content{overflow-scrolling:touch;bottom:0;direction:ltr;display:flex;flex-flow:column nowrap;left:0;overflow:scroll;position:absolute;right:0;top:0}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{align-content:flex-start;flex-flow:row wrap}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{bottom:5px;cursor:pointer;opacity:0;position:absolute;right:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{border-radius:5px;height:5px;left:5px}.vcv-ui-scroll-track--vertical{border-radius:5px;top:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{background-color:rgba(124,152,198,.5);border-radius:inherit;cursor:pointer;display:block;position:relative;z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;pointer-events:none;position:relative;text-align:center;transition:opacity .2s ease-in-out}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{background-image:linear-gradient(0,#f6f6f6 30%,transparent);bottom:0;content:"";height:30px;left:0;position:absolute;width:96%;z-index:1}.vcv-scroll-dots:before{background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0;color:#d4d2d2;content:"";height:3px;position:absolute;width:3px;z-index:2}.vcv-scroll-dots--before.vcv-scroll-dots:after{background-image:linear-gradient(180deg,#f6f6f6,transparent 30%);bottom:auto;top:0}.vcv-ui-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2000}.vcv-ui-modal-container{overflow:auto;pointer-events:none;width:100%}.vcv-ui-modal{word-wrap:break-word;background-color:#fff;box-sizing:border-box;color:#6f747b;flex:0 0 auto;margin:20px auto;max-width:400px;pointer-events:all}.vcv-ui-modal-header{align-items:center;border-bottom:1px solid #d1d1d1;display:flex;justify-content:space-between;padding:15px 20px}.vcv-ui-modal-content{max-height:50vh;overflow:auto;padding:15px 20px}.vcv-ui-modal-content .vcv-ui-wp-spinner{margin-top:15px;width:100%}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{margin:auto;width:auto}.vcv-ui-modal-header-title{font:normal 400 1.25rem/1 Montserrat,sans-serif;margin:0}.vcv-ui-modal-close{cursor:pointer;display:block;float:right;height:1.25rem;opacity:.3;position:relative;text-align:right;transition:opacity;width:1.25rem}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;right:0;top:50%;transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{left:0;right:auto}.vcv-ui-modal-actions{background:#283aa4;display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{display:none;margin-left:16px}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-modal-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-modal-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;opacity:.15;position:relative;user-select:none}.vcv-ui-drag-handler-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{background-color:#203251;border-bottom:1px solid rgba(73,109,163,.15);border-right:1px solid rgba(73,109,163,.15);color:#fff;display:flex;flex-flow:column nowrap;flex-grow:1;font-size:.75rem;height:100%;line-height:1}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:flex;flex:1 0 auto;flex-direction:column;list-style:none;margin:0;padding:0;position:relative}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{border-top:1px solid rgba(73,109,163,.15);display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;height:auto;margin-top:-1px;overflow:hidden}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{display:none;margin-left:16px}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:#16243f}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{align-items:center;background:#16243f;display:flex;justify-content:flex-end;left:0;min-height:40px;opacity:0;padding-right:8px;position:absolute;right:0;top:calc(100% + 1px);transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;z-index:-5}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s;z-index:1}.vcv-ui-tree-layout-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-tree-layout-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{align-items:center;color:#7d94bb;display:flex;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-messages>*{flex:1 1 100%}.vcv-ui-tree-layout-message{margin:0;min-height:40px;padding:8px 1em}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;padding:8px 8px 8px 0;position:relative;transition:background-color .2s ease-in-out}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:#16243f}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{line-height:60px;min-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{background:#354e73;left:0;position:absolute;right:0;text-align:center;top:calc(100% + 1px);z-index:99}.rtl .vcv-ui-tree-layout-control{padding-left:8px}.vcv-ui-tree-layout-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;white-space:nowrap}.vcv-ui-tree-layout-control-content>*{flex-grow:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{flex-grow:0;flex-shrink:1;overflow:hidden;padding-left:8px;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:inherit}.vcv-ui-tree-layout-control-label span:focus,.vcv-ui-tree-layout-control-label span:hover{border:2px solid rgba(73,109,163,.5)}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label span{display:inline}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{text-overflow:clip;white-space:normal}.vcv-ui-tree-layout-control-icon{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:1.5rem}.vcv-ui-tree-layout-control-icon>*{font-size:1.5rem;height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem}.vcv-ui-tree-layout-control-actions{flex-grow:1;opacity:1;text-align:right;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-actions-container{margin-left:auto}.rtl .vcv-ui-tree-layout-control-actions{text-align:left}.vcv-ui-tree-layout-control-action{color:inherit;cursor:pointer;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-action>*{font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-control-action[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{opacity:0;transition:opacity .2s ease-in-out;z-index:-999}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-state>*{font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rtl .vcv-ui-tree-layout-control-state-container{left:0;right:auto}.vcv-ui-tree-layout-control-drag-handler{bottom:0;left:0;margin-left:2px;min-height:1em;min-width:1em;opacity:.6;position:absolute;top:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:1em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{flex-grow:1;overflow:hidden;position:relative;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.05rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{text-align:center;width:60px}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;margin:0;padding:0}.vcv-ui-tree-layout-node-expand-trigger{cursor:pointer;font-size:1rem;left:-1.25em;margin-left:4px;margin-top:-.5em;opacity:.6;position:absolute;top:50%;transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-.95em;transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{margin:0;position:relative}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{color:#fff;font-size:.75rem;line-height:1;list-style-type:none;z-index:99999}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{min-height:40px;padding:8px}.vcv-ui-item-container{background-color:#203251;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;height:60vh;max-height:calc(100% - 65px);min-height:250px;top:0;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{flex:1;margin-bottom:30px}.vcv-ui-item-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-item-list-item{display:flex;margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;content:"";position:absolute;right:0;top:0;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0 0 18 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 0 0 9 18a8.98 8.98 0 0 0 6.697-2.994Zm-11.489-.973a3.664 3.664 0 0 1 3.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 0 1 9 15.955a6.927 6.927 0 0 1-4.792-1.922ZM9 9.98a2.026 2.026 0 0 1-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 0 1 9 9.98Zm0-7.935A6.962 6.962 0 0 1 15.955 9a6.909 6.909 0 0 1-.835 3.301 5.696 5.696 0 0 0-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 0 0 9 3.886a4.074 4.074 0 0 0-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 0 0-2.78 2.025A6.913 6.913 0 0 1 2.045 9 6.962 6.962 0 0 1 9 2.045Z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;content:"";height:18px;position:absolute;right:5px;top:5px;width:18px;z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:100px}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element .vcv-ui-item-overlay{cursor:pointer}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay:hover .vcv-ui-icon-lock-fill:before{content:"\e912"}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-icon{font-size:16px}.vcv-dashboards-section-content .vcv-ui-item-element:not(.vcv-ui-item-element-inactive) .vcv-ui-icon-lock-fill{display:none}.vcv-ui-state--remove-mode-active .vcv-ui-item-element{cursor:default}.vcv-ui-state--remove-mode-active .vcv-ui-item-element .vcv-ui-icon{cursor:pointer}.vcv-ui-item-element-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;border-radius:5px;display:block;height:100px;overflow:hidden;position:relative}.vcv-ui-item-element-content .vcv-ui-item-element-image{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-ui-hub-item-badge{align-items:center;border-radius:15px;color:#fff;display:inline-flex;font-size:12px;font-style:italic;height:20px;justify-content:center;padding:1px 8px;position:relative;z-index:9}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;right:-12px;top:-9px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{align-self:flex-start;margin:0 0 10px}.vcv-ui-item-image,.vcv-ui-item-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.vcv-ui-item-overlay{background-color:rgba(0,0,0,.5);color:#fff;opacity:0;overflow:hidden;transition:opacity .2s ease-in-out;z-index:3}.vcv-ui-item-downloading,.vcv-ui-item-overlay.vcv-ui-item-control--visible{opacity:1}.vcv-ui-icon.vcv-ui-item-add{align-items:center;display:flex;height:100%;justify-content:center;left:0;line-height:100px;position:absolute;top:0;width:100%}.vcv-ui-item-edit{display:flex;flex-direction:column;height:100px}.vcv-ui-item-move{cursor:move;flex:1;position:relative}.vcv-ui-item-move:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-item-remove{background-color:#f46172;height:30px;line-height:30px}.vcv-ui-item-element-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;margin:10px 0;max-height:36px;overflow:hidden;position:relative}.vcv-ui-item-element-name span{color:#70757d;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{border-radius:5px;display:block;margin:0;opacity:1;pointer-events:none;position:fixed;transition:visibility 0s,opacity .2s ease-in-out;width:520px;z-index:2020}.vcv-ui-item-preview-addon-tag{background:#2b4b80;border-radius:20px;color:#fff;font-size:14px;padding:3px 9px;position:absolute;right:15px;top:15px}.vcv-ui-item-preview-image{border-top-left-radius:5px;border-top-right-radius:5px;display:block;max-height:240px;width:100%}.vcv-ui-item-preview-caption{align-items:center;background:linear-gradient(90deg,#1a399d,#693bc5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;display:flex;font-style:italic;justify-content:space-between;line-height:1.43;padding:20px;text-align:left}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{align-items:center;display:flex;flex-direction:column;justify-content:center}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;padding:0 45px;text-align:center}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{border-radius:5px;display:flex;flex:0 0 100%;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{background:#fff;display:flex;flex:1 0 auto;flex-direction:column;justify-content:space-between;padding:20px 15px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{height:40px;margin-top:auto;width:40px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-hub-addon-name{font-size:16px;font-weight:600;letter-spacing:1px;line-height:22px;margin:0 0 10px}.vcv-hub-addon-description{font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;height:40px;line-height:40px;margin-top:auto;text-align:center;text-decoration:none;transition:background .2s ease-in-out;width:180px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control:focus,.vcv-hub-addon-item-content-container .vcv-hub-addon-control:hover{background:#ffae27;color:#fff;text-decoration:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{vertical-align:top;width:100%}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:flex;flex-flow:column nowrap;flex-shrink:0;justify-content:center;min-height:100%}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:flex;flex-flow:column nowrap;flex-grow:1;justify-content:center}.vcv-ui-editor-no-items-container{margin:auto;max-width:544px;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{display:inline-block;font-size:13px;margin:15px 0 12px;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;min-height:50px;padding:17px 32px;position:relative;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#ffae27}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{-webkit-font-smoothing:antialiased;background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:default;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.077em;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{align-items:center;display:flex;font-size:16px;line-height:37px;padding:12px 60px 12px 20px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;margin-left:0;margin-right:12px;vertical-align:middle}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-navigation-container{background:#203251;text-align:left}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-left:12px;margin-right:0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{margin:10px 0 0;text-align:center}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{display:none;margin-left:16px}.vcv-ui-settings-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-settings-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-bottom:-25px;margin-right:-32px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{background-color:#fff;cursor:pointer;display:inline-block;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked{opacity:.8;position:relative;transition:all .2s ease}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked i{font-size:20px}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover{opacity:1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked .vcv-ui-layout-lock-control{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper,.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-style:italic;font-weight:500;letter-spacing:.3px;line-height:16px}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{color:#586dc6;display:inline;text-decoration:none;transition:.2s}.vcv-ui-form-group--category .vcv-ui-form-link:hover,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group--category .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus{box-shadow:none;outline:none}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper{margin-top:20px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{background:#e3e1e1;border-radius:3px;color:#797979;display:inline-block;font-size:14px;font-style:italic;letter-spacing:.5px;line-height:1;margin:10px 0;padding:4px 5px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-edit-form-section-header.vcv-ui-wordpress-setting-header{margin:0 -20px 12px}.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-ajax-form-container select,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-dropdown,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-input{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed;pointer-events:none}.vcv-ui-form-group a{color:#586dc6;text-decoration:none;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{box-shadow:none;outline:none}.vcv-ui-navigation-slider-container{direction:ltr;display:flex;justify-content:space-between;position:relative}.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-left:before,.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-right:after{content:""}.vcv-ui-navigation-slider-container:after,.vcv-ui-navigation-slider-container:before{bottom:0;position:absolute;top:0;width:9px}.vcv-ui-navigation-slider-container:before{background:linear-gradient(90deg,rgba(20,37,65,.5),transparent);left:0}.vcv-ui-navigation-slider-container:after{background:linear-gradient(270deg,rgba(20,37,65,.5),transparent);right:70px}.vcv-ui-navigation-slider-container:not(.vcv-ui-navigation-slider-container--shadow-right) .vcv-ui-navigation-slider-controls{border-left:1px solid rgba(76,95,128,.2)}.vcv-ui-navigation-slider{border:0;border-radius:0;display:flex;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden}.vcv-ui-navigation-slider::-webkit-scrollbar{display:none}.vcv-ui-navigation-slider{-ms-overflow-style:none;scrollbar-width:none}.vcv-ui-navigation-slider-item{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button{align-items:center;display:flex}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button:before{border-radius:50%;content:"";display:block;height:6px;margin-right:6px;width:6px}.vcv-ui-navigation-slider-item.vcv-ui-badge--warning button:before{background-color:#fdb713}.vcv-ui-navigation-slider-item.vcv-ui-badge--success button:before{background-color:#6dab3c}.vcv-ui-navigation-slider-item.vcv-ui-badge--error button:before{background-color:#f44}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:flex}.vcv-ui-navigation-slider-button:hover,.vcv-ui-navigation-slider-item.vcv-ui-navigation-slider-item--active .vcv-ui-navigation-slider-button{background:#1f3aa0}.vcv-ui-navigation-slider-button{background:transparent;border:0;border-radius:0;color:#f6f6f6;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:flex;flex-shrink:0;width:70px}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:18px;padding:0;position:relative;width:50%}.vcv-ui-navigation-slider-control-button:not([disabled]):hover .vcv-ui-icon{opacity:.5}.vcv-ui-navigation-slider-control-button:first-child .vcv-ui-icon-expand{margin-left:-5px;transform:rotate(90deg)}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{margin-left:-14px;transform:rotate(-90deg)}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{left:50%;margin-top:-9px;position:absolute;top:50%;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{border:0;display:none;flex-direction:column;position:absolute;z-index:5}.vcv-ui-navigation-slider-dropdown-item{-webkit-font-smoothing:antialiased;background:#fff;background:#1f3aa0;border:0;border-radius:0;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;min-width:150px;padding:15px 24px;text-align:left}.vcv-ui-navigation-slider-dropdown-item:last-child{border-bottom:0}.vcv-ui-navigation-slider-dropdown-item.vcv-ui-navigation-slider-dropdown-item--active,.vcv-ui-navigation-slider-dropdown-item:hover{background:#693bc5}.vcv-ui-add-content-panel-heading{align-items:center;display:flex;margin:12px 0 12px 20px}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{flex-grow:1;margin:0}.vcv-ui-add-content-panel-heading-controls{margin:0 10px}.rtl .vcv-ui-add-content-panel-heading{margin:12px 20px 12px 0}.vcv-ui-editor-panel-back-control,.vcv-ui-editor-panel-hide-control,.vcv-ui-editor-panel-settings-control{cursor:pointer;display:inline-block;font-size:16px;line-height:16px;margin:0 2px;padding:6px}.vcv-ui-editor-panel-back-control .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-back-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-hide-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-settings-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before{opacity:1}.vcv-ui-editor-panel-back-control{margin:0 7px 0 0}.rtl .vcv-ui-editor-panel-back-control{margin:0 0 0 7px}.vcv-ui-tree-view-content{color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:.875rem;height:100%}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{display:flex;flex-direction:column;flex-grow:1;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-tree-content-section{background-color:#f6f6f6;color:#6f747b;display:flex;flex:1 1 100%;flex-flow:column nowrap;min-height:1em;position:relative}.vcv-ui-tree-content-section>.vcv-ui-scroll,.vcv-ui-tree-content-section>.vcv-ui-tree-content-section-inner{flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:flex;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{margin:0 15px 15px;position:relative;width:100%}.vcv-element-category-title-wrapper>.vcv-element-category-title{color:#70757d;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-element-categories-expand-button{background-color:transparent;border:0;bottom:0;color:#70757d;cursor:pointer;font-size:18px;padding:0 5px;position:absolute;right:-8px;top:0}.rtl .vcv-element-categories-expand-button{left:-8px;right:auto}.vcv-ui-tree-content-title-controls{align-items:center;display:flex;font-size:1.2em;margin-top:-8px;padding-left:0;padding-right:0}.vcv-ui-tree-content-title-control{color:inherit;cursor:pointer;display:inline-block;padding:0 10px;position:relative;text-decoration:none;vertical-align:middle}.vcv-ui-editor-tabs-container{display:flex;margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{display:flex;flex:1;flex-direction:row;flex-wrap:nowrap;font-family:Nunito Sans,sans-serif;font-size:.875rem}.vcv-ui-editor-tabs>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab{background-color:#304568;border-radius:4px 4px 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 2px 0 1px;padding:14px 32px;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{background:none;min-width:60px}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-editor-tab-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-ui-add-element-content .vcv-ui-item-overlay>span{padding:.6em}.vcv-ui-add-element-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-editor-plate.vcv-ui-state--centered .vcv-premium-teaser{position:absolute}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{color:#fff;content:attr(data-letter);font-size:50px;left:50%;margin-right:-50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.vcv-ui-add-template-content .vcv-ui-item-element-content.vcv-ui-item-element-constant-bg{background-color:#393a3f;background-image:unset}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{left:0;position:absolute;right:0;top:100%;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{align-items:center;background:#f96262;bottom:0;color:#fff;display:flex;font-style:italic;justify-content:center;padding:15px 20px;position:absolute;transform:translateY(100%);transition:transform .2s ease-in-out;width:100%;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{transition:visibility 0s .1s;visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-control--visible .vcv-ui-item-control{visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{cursor:pointer;padding:.6em;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:flex;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-appearance:none;flex-grow:0;flex-shrink:1}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;margin:0 0 0 10px;min-height:auto;padding:11px 32px;white-space:nowrap}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-form-button--action,.vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button{flex-shrink:0;margin:0 0 0 10px}.rtl .vcv-ui-add-template-content .vcv-ui-form-button--action,.rtl .vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button,.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-editor-tab-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{opacity:1;visibility:visible}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-left:1px;margin-right:2px;min-width:140px;opacity:0;position:absolute;right:0;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1020}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{background-color:#fff;border-radius:0;color:#6f747b;margin:0;text-align:left}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{flex-grow:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{height:30px;padding-left:2px;padding-right:2px;pointer-events:all;position:absolute;text-align:center;width:36px;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{border:1px solid #d1d1d1;bottom:15px;content:"";display:block;left:20px;position:absolute;right:20px;top:15px}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{align-items:center;background-color:#f6f6f6;display:inline-flex;max-width:95px;min-height:30px;padding:0 4px;pointer-events:all;position:absolute;right:calc(50% + 24px);text-align:right;z-index:1}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{left:50%;top:0;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{left:0;top:0}.vcv-ui-design-options-onion-control-position--top-right{right:0;top:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{display:none;margin-left:16px}.vcv-ui-edit-form-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-edit-form-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{opacity:0;position:absolute;visibility:hidden;z-index:-1}.vcv-ui-editors-header-dropdown{margin-bottom:6px;margin-top:-1px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{align-items:center;display:flex;min-height:61px;padding:10px 10px 10px 14px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{border:2px solid transparent;border-radius:12px;caret-color:hsla(0,0%,100%,.5);letter-spacing:.3px;max-width:100%;outline:none;overflow:hidden;padding:1px 12px;text-overflow:ellipsis;transition:border-color .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{cursor:pointer;font-size:12px;margin-right:35px;opacity:.5;padding:15px 10px;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{align-items:center;display:flex;flex-grow:1;font-size:1.2em;justify-content:flex-end}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{display:inline-block;line-height:unset;vertical-align:top}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{color:#fff;cursor:pointer;margin:0 4px;padding:7px}.vcv-ui-edit-form-header-control:focus,.vcv-ui-edit-form-header-control:hover{color:#fff}.vcv-ui-edit-form-header-control.vcv-ui-edit-form-header-control--disabled,.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{cursor:pointer;padding:5px 10px}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{align-items:center;background:#203251;border-top:1px solid #263b5d;color:#fff;cursor:pointer;display:flex;letter-spacing:.3px;padding:15px 20px 15px 18px;position:relative;text-overflow:ellipsis;transition:background .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-edit-form-section-header-control{color:#fff;cursor:pointer;display:inline-flex;font-size:1.2em;justify-content:center;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{color:#fff;cursor:pointer;display:inline-flex;justify-content:center;margin-right:7px;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{border-radius:50%;content:"";display:block;height:6px;position:absolute;right:-3px;top:-5px;width:6px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{background:url(assets/eff0317167c3391bd68f.svg) 50% 50% no-repeat;color:inherit;cursor:pointer;display:inline-block;min-height:60px;min-width:60px;order:-100;padding:16px;text-decoration:none;vertical-align:middle}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo.vcv-ui-navbar-control:hover{background-color:transparent}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{cursor:auto;position:static}.vcv-ui-wp-spinner-light{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner-light:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-form-button .vcv-ui-wp-spinner{margin-left:10px}@keyframes vcv-ui-wp-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{display:flex;flex:1 0 auto;flex-flow:column nowrap}.vcv-ui-navbar{color:#fff;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;min-height:60px;position:relative;z-index:2010}.vcv-ui-navbar>*{flex-grow:0;flex-shrink:0;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:60px;min-width:60px;padding:16px;position:relative;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease-in-out}.vcv-ui-navbar-control.vcv-ui-navbar-control--active,.vcv-ui-navbar-control:active,.vcv-ui-navbar-control:focus,.vcv-ui-navbar-control:hover{background-color:#203251;color:#fff}.vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-go-premium{flex-direction:row;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{height:23px;width:23px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-navbar-control-content{margin-left:7px}.rtl .vcv-ui-navbar-control{direction:rtl}.rtl .vcv-ui-navbar-control .vcv-go-premium .vcv-ui-navbar-control-content{margin-left:0;margin-right:7px}.vcv-ui-navbar-control-content{font-size:14px;letter-spacing:.3px;white-space:nowrap}.vcv-ui-navbar-control-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-navbar-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-navbar-control-icon+span{margin-left:16px}.rtl .vcv-ui-navbar-control-icon+span{margin-left:0;margin-right:16px}.vcv-ui-navbar-controls-group{display:flex;flex-direction:row;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-sandwich.vcv-ui-navbar-dropdown{position:static}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{background-color:hsla(0,0%,100%,.1);content:"";display:block;height:1px}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-navbar-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{opacity:0;visibility:hidden}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{position:relative;width:100%;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);left:0;margin:0;max-height:0;min-width:200px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;visibility:hidden;z-index:2005}.vcv-ui-navbar-dropdown-content.vcv-ui-show-dropdown-content{max-height:none;opacity:1;overflow:initial;visibility:visible;z-index:2006}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control:last-child{border-top:1px solid #374763}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content{align-items:center;display:flex;justify-content:flex-start}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content em{color:#acb4c3;font-size:12px;margin-left:5px}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content>span{display:initial}.vcv-ui-navbar-control-separator{background-color:hsla(0,0%,100%,.1);display:block;min-height:1px;min-width:1px}.vcv-ui-navbar-drag-handler{order:-100}.vcv-ui-navbar-controls-spacer{flex:1 1 auto;order:0}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--disabled{cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-ui-state--disabled:hover{background-color:transparent}.vcv-ui-navbar-control.vcv-ui-toggle--inactive{opacity:.5}.vcv-ui-navbar-control.vcv-ui-toggle--active{opacity:1}.vcv-ui-navbar-control-hidden{display:none}.vcv-layout-bar-header.vcv-layout-bar-header--loading{cursor:not-allowed}.vcv-layout-bar-header.vcv-layout-bar-header--loading .vcv-ui-navbar-control{opacity:.5;pointer-events:none}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content{bottom:100%;top:auto}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal{right:0}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{right:auto}.vcv-layout-dock--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar,.vcv-layout-dock--left .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{bottom:0;left:100%;right:auto;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--sm{min-width:unset}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{bottom:0;left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{bottom:auto;top:0}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-ui-navbar-is-dragging{user-select:none}.vcv-ui-navbar-is-dragging .vcv-ui-navbar-container>:not(.vcv-ui-navbar-drag-handler){pointer-events:none}.vcv-ui-navbar-is-dragging .vcv-layout-content:after{background-color:#fff;bottom:0;content:"";cursor:move;left:0;opacity:.2;position:absolute;right:0;top:0;z-index:2000}.vcv-ui-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;transition-duration:.2s;transition-property:height,width;transition-timing-function:ease-in-out;z-index:-1}.vcv-ui-navbar-guideline-top{height:0;left:0;right:0;top:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;height:0;left:0;right:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{bottom:0;left:0;top:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{bottom:0;right:0;top:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;z-index:-1}.vcv-ui-wpbackend-navbar-guideline-top{height:0}.vcv-ui-wpbackend-navbar-guideline-top.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-bottom{height:0}.vcv-ui-wpbackend-navbar-guideline-bottom.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-left{width:0}.vcv-ui-wpbackend-navbar-guideline-left.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline-right{width:0}.vcv-ui-wpbackend-navbar-guideline-right.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-control-container{background:#203251;margin-bottom:0;text-align:left}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{margin:0 0 20px;text-align:center}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{left:-9999px;position:fixed;top:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{flex-wrap:nowrap}.vcv-ui-hub-control{background:#fff;border:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{display:none;margin:0 0 20px}.vcv-hub-banner{background:#2d3036;margin-bottom:20px;min-height:300px;overflow:hidden;padding:20px;position:relative}.vcv-hub-banner:before{background:url(https://cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-hub-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:1}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;letter-spacing:1.12px;line-height:32px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;max-width:560px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;margin-top:26px;max-width:100%;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s;width:315px}.vcv-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#d98800;color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-button:focus,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:focus{color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-link{color:#fff;text-decoration:underline}.vcv-hub-banner .vcv-hub-banner-link:focus,.vcv-hub-banner .vcv-hub-banner-link:hover{color:#fff;cursor:pointer;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@keyframes vcv-slide-image-left{0%{transform:translateZ(0)}to{transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-media-powered-text{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;max-width:100%}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:20px;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy{background:#110f1d;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:before{background:#ff6569;content:"";height:10px;left:0;position:absolute;right:0;top:0}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{background:#aa39ff;bottom:0;content:"";height:10px;left:0;position:absolute;right:0}.vcv-stock-media-powered-text{color:#bbb;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-top:14px;text-align:right}.vcv-stock-media-powered-text a{color:#fff;outline:none;text-decoration:none;transition:color .2s}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{margin:auto;max-width:600px;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.82px;line-height:28px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;padding-left:40px;padding-right:40px;width:auto}.vcv-stock-images-results-container{align-self:center;box-sizing:border-box;display:flex;flex-shrink:0;max-width:1600px;padding:10px;width:100%}.vcv-stock-images-results-data{-webkit-font-smoothing:antialiased;color:#9a9a9a;display:flex;flex:0 0 auto;flex-direction:row;font-size:14px;font-weight:600;justify-content:space-between;padding:20px 20px 0}.vcv-stock-images-column-count--1 .vcv-stock-images-col{flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{padding:10px;position:relative}.vcv-stock-image-wrapper:before{background-color:#e8e8e8;bottom:10px;content:"";left:10px;position:absolute;right:10px;top:10px;transition:background-color .2s;transition-delay:.2s}.vcv-stock-image-wrapper.vcv-stock-image--loaded:before{background-color:transparent}.vcv-stock-image--loaded .vcv-stock-image-inner{opacity:1}.vcv-stock-image-inner{opacity:0;position:relative;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-download-container,.vcv-stock-image-inner:hover .vcv-stock-image-hover-lock{box-shadow:0 0 15px 0 rgba(0,0,0,.1);opacity:1}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-lock{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{bottom:0;left:0;position:absolute;right:0;top:0;vertical-align:top;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:flex;flex:0 0 auto;justify-content:center;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-download-options{display:flex;flex-direction:column;height:100%;max-height:170px;padding:10px 25px;width:100%}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-font-smoothing:antialiased;background:#fff;border:none;border-bottom:1px solid #d8d8d8;color:#303030;cursor:pointer;flex-grow:1;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:700;outline:none;padding:5px 10px;transition:background-color .2s,color .2s,border-color .2s}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button .vcv-ui-icon-download{margin-left:10px;opacity:0}.vcv-stock-image-download-button:hover{background-color:#2a4c80;border-color:#2a4c80;color:#fff}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-download-button:hover .vcv-ui-icon-download{opacity:1}.vcv-stock-image-loading{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;color:#fff;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-lock{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-hover-lock .vcv-ui-icon-download{color:#fff;font-size:18px}.vcv-stock-image-hover-lock .vcv-ui-icon-lock-fill{color:#fff;font-size:16px;padding:4px}a.vcv-stock-image-author{-webkit-font-smoothing:antialiased;align-items:center;box-shadow:none;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:800;justify-content:center;text-decoration:none;transition:color .2s}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{box-shadow:none;outline:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{border:none;box-shadow:none;font-size:14px}.media-frame .vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-ui-search-container{border:1px solid #f6f6f6}.media-frame .vcv-loading-dots-container,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{background:#fff;border-radius:5px;display:flex;flex:1 0 auto;height:55px}.vcv-ui-search-container .vcv-ui-search-button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:0 0 60px;justify-content:center;padding:0}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field{background:transparent;border:none;flex:1 0 auto;font-size:14px;padding:8px 14px 8px 0;width:0}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:hover{animation:none;border:none;box-shadow:none;outline:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{background-color:#f9f9f9;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);-webkit-box-sizing:border-box;box-sizing:border-box;color:#32373c;font-family:Consolas,Monaco,monospace;font-size:13px;height:50vh;outline:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-transition:border-color .05s ease-in-out;-o-transition:border-color .05s ease-in-out;transition:border-color .05s ease-in-out;width:100%}.vcv-start-layout-item-list{justify-content:center;margin:30px auto 0}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;transition:stroke .2s ease}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;transition:fill .2s ease}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-stroke,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#283aa4}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#283aa4}.vcv-ui-start-layout-list-item-disabled .vcv-ui-item-element{cursor:not-allowed}.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;display:block;height:100px;position:relative;width:100px}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover,.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout{border-color:#294a82}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{color:#adadad;display:block;font-size:20px;font-weight:200;left:0;line-height:100px;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.vcv-ui-start-layout-list-item-icon{display:block;height:100%;margin:0;position:relative;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;position:absolute;right:25px;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;left:25px;position:absolute;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{border:1px dashed #d1d1d1;content:"";display:block;height:100%;position:absolute;top:0;width:0}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-insights.vcv-ui-tree-content-section-inner{background-color:#f6f6f6}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:column;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{font-size:14px;letter-spacing:.3px;line-height:19px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-family:inherit;font-size:12px;font-style:italic;letter-spacing:.92px;line-height:20px;padding:8px 16px 0}.vcv-insight-item-description{flex:1 1 auto;margin:0 10px 0 0;padding:0 0 0 20px}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{border-radius:50%;bottom:0;content:"";height:9px;left:0;margin:auto;position:absolute;top:0;width:9px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{background-color:transparent;border:none;color:#c6cbd4;cursor:pointer;font-size:17px;padding:7px;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#9aa3b3}.vcv-insight-items{border-top:1px solid #f4f4f4;margin-top:15px}.vcv-insight-item{align-items:center;display:flex;margin:15px 0}.vcv-insight-item--grouped{align-items:stretch;border-bottom:1px solid #f4f4f4;padding-bottom:15px}.vcv-insight-item--grouped:last-child{border:none;padding:0}.vcv-insight-item--grouped .vcv-insight-item-thumbnail{margin:5px 0}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;object-fit:cover;width:80px}.vcv-insight-header{display:flex;flex-direction:column;padding-right:20px;position:relative}.vcv-insight-collapse-button{background-color:transparent;border:0;bottom:0;color:#c6cbd4;cursor:pointer;font-size:18px;position:absolute;right:0;top:0}.vcv-insight-collapse-button:hover{color:#9aa3b3}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.vcv-no-issues-heading{font:normal 600 16px/22px Montserrat,sans-serif;letter-spacing:1px;margin:20px 0 10px}.vcv-insight-no-issues{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none}.vcv-insight-header .vcv-ui-wp-spinner{height:100%;position:absolute;right:8px}.vcv-insight.vcv-ui-form-group .vcv-ui-form-link{display:inline}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{padding:0 16px 0 0}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{left:auto;right:0}.rtl .vcv-insight-collapse-button{left:0;right:auto}.vcv-notification-item{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:row;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-notification-item:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-notification-item:hover .vcv-notification-item-url-icon{color:#9aa3b3}.vcv-notification-item-image{height:70px;margin-right:15px;object-fit:cover;width:70px}.vcv-notification-item-content{flex-grow:1}.vcv-notification-item-title{color:#5c5b5b;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:19px}.vcv-notification-item-text{color:#999;font-size:12px;font-style:italic;font-weight:700;letter-spacing:.92px;line-height:20px}.vcv-notification-item .vcv-notification-item-url{border:none;bottom:0;box-shadow:none;left:0;outline:none;position:absolute;right:0;top:0;z-index:1}.vcv-notification-item-url-icon{align-items:center;color:#c6cbd4;display:flex;font-size:16px;justify-content:center;margin-left:15px;transition:color .2s}.rtl .vcv-notification-item-image{margin-left:15px;margin-right:0}.rtl .vcv-notification-item-url-icon{margin-left:0;margin-right:15px}.vcv-color-box{border-radius:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);display:inline-block;height:14px;margin-right:4px;vertical-align:sub;width:14px}.vcv-layout-popup{bottom:0;color:#fff;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%;z-index:3010}.vcv-layout-popup--full-page{align-items:center;height:100%;justify-content:center;transform:translate(0);transition:opacity .5s ease;z-index:999999}.vcv-layout-popup--full-page.vcv-layout-popup--visible{background:rgba(47,47,47,.7);pointer-events:unset}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;max-width:360px;padding:40px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-layout-popup--full-page .vcv-layout-popup-header{padding-right:0;position:unset}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{color:#363636;font-family:Montserrat,sans-serif;font-size:22px;letter-spacing:1px;line-height:26px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{color:#d2d2d2;right:2px;top:2px}.vcv-layout-popup--full-page .vcv-layout-popup-text{color:#999;font-family:Roboto,sans-serif;font-size:14px;line-height:22px;margin-bottom:25px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-btn{background:#f7b332;border:none;border-radius:0;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;padding:15px;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:410px;pointer-events:all}.vcv-layout-dock--right .vcv-layout-popup-container{margin-right:90px}.vcv-layout-dock--right .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-right:30px}.vcv-layout-dock--left .vcv-layout-popup-container{margin-left:90px}.vcv-layout-dock--left .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-left:30px}.vcv-layout-dock--bottom .vcv-layout-popup-container{margin-bottom:90px}.vcv-layout-popup.vcv-layout-popup--visible{opacity:1;transform:translate(0)}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{opacity:0;transform:translateY(-100%)}.vcv-layout-popup-inner{background:#283aa4;border-radius:5px;padding:23px 26px;position:relative}.vcv-layout-popup-header{display:flex;flex-direction:column;margin:0 0 10px;padding-right:20px;position:relative}.vcv-layout-popup-header-badge{align-self:center;background-color:#0d267c;border-radius:50%;height:66px;margin:16px 0 50px 29px;position:relative;width:66px}.vcv-layout-popup-header-badge svg{left:-12px;position:absolute;top:11px}.vcv-layout-popup-heading{color:inherit;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0;text-transform:uppercase}.vcv-layout-popup-close{background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;padding:0;position:absolute;right:-10px;top:-5px;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:15px}.vcv-layout-popup-btn{background:transparent;border:2px solid #fff;border-radius:3px;color:inherit;cursor:pointer;display:inline-block;font-size:13px;line-height:normal;padding:9px 37px;text-align:center;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{background:#ffae27;border-color:#ffae27;color:inherit}.vcv-layout-popup-btn:disabled{background:transparent;border-color:#fff;cursor:not-allowed;opacity:.7}.vcv-layout-popup-btn.vcv-pricing-popup-button{background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn.vcv-pricing-popup-button:hover{background:#d98800;border-color:#d98800}.vcv-layout-popup-text{color:inherit;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{background:#fff!important;border-color:#fff!important;margin:0 14px 0 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;letter-spacing:1px;line-height:24px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{align-items:center;border-radius:3px;display:inline-flex;height:16px;justify-content:center;width:16px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{border-radius:50%;content:"";float:none;height:8px;margin:0;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]{border:0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]:before{border-radius:50%;content:"";float:none;height:8px;margin:4px;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:focus{border-color:#fff;box-shadow:none}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before{background-color:#ffae27!important}.vcv-layout-popup-text--anchor{border-bottom:2px solid;color:#fff;text-decoration:none;transition:color .2s,border-bottom-color .2s}.vcv-layout-popup-text--anchor:active,.vcv-layout-popup-text--anchor:focus,.vcv-layout-popup-text--anchor:hover{border-bottom-color:#c3c3c3;box-shadow:none;color:#c3c3c3;outline:none}.vcv-layout-popup.vcv-layout-popup--pricing-popup .vcv-layout-popup-content{margin-right:38px}.vcv-helpers-container{background-color:rgba(0,0,0,.8);bottom:0;left:0;margin-left:-9px;margin-top:-9px;overflow:hidden;position:absolute;right:0;top:0;z-index:9999}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{color:#fff;position:absolute}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{color:hsla(0,0%,100%,.5);cursor:pointer;height:18px;transition:color .2s;width:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:before{font-size:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question.vcv-ui-icon-selected,.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:hover{color:#fff}.vcv-helpers-container a{color:#fff;transition:.2s}.vcv-helpers-container a:focus,.vcv-helpers-container a:hover{outline:none;text-decoration:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;border-radius:6px;padding:16px 20px 20px;position:absolute;transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{border:10px solid transparent;border-right-color:#2a3aa6;content:"";display:block;left:-20px;position:absolute;top:calc(50% - 10px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box--visible{display:block;z-index:9999}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom{transform:translateY(20px) translateX(calc(-50% + 10px))}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom:before{border-color:transparent transparent #2a3aa6;left:calc(50% - 10px);top:-19px}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top{bottom:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top:before{bottom:11px;top:auto}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom{top:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom:before{top:8px}.vcv-helpers-container .vcv-helper-box-heading{color:#fff;font-family:Montserrat,serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:22px;margin:0 0 15px}.vcv-helpers-container .vcv-helper-box-actions{align-items:center;display:flex;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{color:#98a1b2;font-family:Roboto,serif;font-size:12px;font-style:italic;font-weight:500;line-height:20px;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;cursor:pointer;text-decoration:underline;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{background-color:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;float:right;padding:5px 20px;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-helpers-container .vcv-helper-box-next:hover{background:#ffae27;border-color:#ffae27}.vcv-helpers-container .vcv-helper-box-image{position:absolute;top:36px;transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-image:url(assets/9280fe7dccf9d443f461.png);height:200px;width:240px}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{background-image:url(assets/7ff5cc2dfc2f7f2556c1.png);height:110px;width:360px}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{height:1px;left:0;margin:auto;position:absolute;right:0;top:106px;width:1px}.vcv-layout-guide-helper-bottom-menu{bottom:0;top:0}.vcv-helpers-container .vcv-helpers-welcome-container{bottom:0;margin:40px;max-width:400px;position:absolute;right:0}.vcv-helpers-container .vcv-helpers-welcome-container img{left:-50px;position:absolute}.vcv-helpers-container .vcv-helpers-welcome-container--heading{color:#fff;font-family:Montserrat,serif;font-size:44px;font-weight:700;line-height:40px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{color:#fff;font-family:Roboto,serif;font-size:18px;font-style:italic;font-weight:500;line-height:26px;margin:0}@media screen and (max-height:700px){.vcv-layout-guide-helper-controls{top:25px}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-position:30px 0;background-repeat:no-repeat;background-size:210px}}.spinner{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-premium-teaser{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;padding:20px;position:relative}.vcv-premium-teaser-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-agree-hub-terms-badge{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABJCAYAAACqyKH+AAAAAXNSR0IArs4c6QAAC2VJREFUeAHtnAtwVFcZx/duHruBQKu1QKOTDq1S1E6xAQnh0fIqkFdbtKiFOq1TcTpqJwNVaNXOwGitMG21QJ2KfdjWGaSgIJu00UBNISEEkvqYokUtlcQiIg9HHtnNY6+/L7N3vXvvuexu9u4udbkzN+ec75zvO9/3v9953O+ejebJ4DVv3rzhZ86cmRUOhxfoun69pmmjSceQ+lHjGPl/kH+X9PX8/PzA3r17j2RQvSF1pQ2JK0mmqVOnfmJgYOCbAHMrrIWJsgPmH2j7owkTJvx448aNfYnyZbJdWgEsLy//CKA9jkG1qRgFkH/l/lZbW9vLpHoqstzmTRuAU6ZMuRvwNnAXu6h0oKCgYElra+sZF2WmJCovJW4F86pVq7w9PT3PAtxqqhMergpRKtJ1zJ+3jh07trGrq+u0qkGmaa56IKBpDNvnMeLuBAzRGY7H4TlKep5UFpMS0qIEeE/k5eXNYEi/lUDbtDZxFUDAewoAvnwhjQGpgXvL8OHD63ft2nXS3Fa8t7GxsQIZt3F/gboPmOst+beHDRs2pbm5+YSFntGiawAC3qcxequT9oDWyv3Avn372p3amOnIG4m8FdC+xu0z1xl55DUjbzZp1hYWVwBkmzKqv7//TQy70jDOnGLgY5WVlSvxsLCZnkgeIKcA5DbajlG193q9SwHxGVVdJmiuAIiRz0WGnE1nDKzDwHW2iiQI06dPL+3r62ujjxIrGw/nVHFx8TjrdGBtl66yN1XBM2bMuArDlqjkYNwPUwVP5La0tHSxaNyOvKC1H/p+/7lz5+6z0jNVThnAUCj0FZRVbVcOFRUV1bllCK91BwBwlUoeIN63aNEi17dkqr6stJQBxKh7rEKljMc8xArZr6obKs3v9z9Jf3+38gPgh7q7u+dZ6ZkopwQgi8e1KP9BhaKH2KPJxO/qxQORIfykSih6zFHR001LCUACBDerFMRLXAfP6AfPVsoGQKUuBl+60qRX4dra2mHHjx8vR6HpKC2Lx3VW5QhF3cyctdtKd6s8efLkQ8gaZ5Enbzb/stAci+h+hvZHSSWE1kXDptLS0uYtW7b0OjIpKhIGsKKi4kbeQ2W1W0ynFwwQMFeV7t69u1vRnysktk2voEOlK8JMQgDyPxRfId3A7qHVVOWYjTuEedpjuQMM1zdQ+kvxwKMnffz48ccce3SnIi0PB9vk7edzOEoLD2k7TjM+nroXBBDgVvA0DiKkJp4go572b2cg+PlHo790pQB5G0C+CQbfuFAfSgB57fLB+FMY1yAokeiIuY+nzYV05AsLCyWweiodss0ysV32lo/gjZvwRiUOtjlw5syZ/vPnz/8KxpvMwpzyGNJPRxKSkqjxpky9l8rwYlp5mD4/jm5KR3DSOUIfgd5XkVcGKqy89NM+atSo2YFA4Ly5zgZgxPOUr2YGI8Jeo3PZTjRUVVUdGUqQwJCV7XTatGklvGdXYtNCbKpCHxsmho602YqDfIY0Gv2JaYyrPoiQRw0GRfo6+7AVbJL3K+re86TIxy+ZthzfagiOrAbEVYaxUQD5hlHGpNlBRZRmNCKVMNRD+/fvX2ui/d9mwWI5IK7lljnQeumAOAkQ35CK6NxB4+9RtoGHuw5wfypXwBNQAOcJsVlsl7Ll0sBqjUEbBBDE50K8xSCaU4Qsa29v/6WZlgt5QNyB7ctVtoLVXBax+VI3CCAECZ2rrm0IWq+qyAUatq8DxB0qW9kBLBO6d+7cuZcB4ExrIxj72W89aKXnWpn5bqVgobB7FovuSO/Zs2cXUFlgbQCoLxMJ/rOVnmvlyKfTrQq7JYhc5QUoAdB2gfovbMQcJYCRExbzBcCxVlwAb4BwvLyNXLpAgO/Pr5KoviiWyiIirzMxF6AeJ/p7NoaYw4UIFv9UQFDixdtsAEI7qmic0yQHTEpkCEc30wZC0FTualTnZKrCBFqeeKDN26DZPmDnJGomo1WYCHbigTYA4RvjFP8yycyZbASLMVaDBTvxQFt4XFyTW/lqZxWSC2XBQjCx2irYiQc2WSukDH2hip6LNCcsAHCnl/hePRlb1AGmO4mPXZ2LgJltFgwECzNN8oKZnHH08qoi3xb2WBtQ9nFk7REFPadIBA2+I1gojN4jJ8IGtzCg6RRxWcIL8+cVzK6QgoGJdT31E7t7AhOPka7mSdvika50NEQh2H4XOt3lwL5B6FGF+Rayl3KFonEI2i0EVFVeqmieGClYP7Ea5epjWmveLxbVdDwbQ8tSAfCm03UTOvqtKuBw+4iRDmIV3URDdIoJivs2ue6Juv1bM6HehL8/W41ysyyeJzarwJN+oEexigIIoi2A6HSS1AfTi/LFzq2FRdeUx0NGuglEsrLENsB7CVvltnleRN5682jMN3fC4Zrl/P7iozA77QGXsLDcQSebAHsbdxOLUI9ZxnstL9/Bg8Gg7PMWYtti9FctGINmYe9OMFoGgFEzo3OgQUHg5fxQphWBHzNoTikC5aO6nG6SU07R6A1l+W4qx3KflpOlKv6e+rKXPLonZoLWPNpr/trOOar2HCW+sre39+v0cwP1MQ9e1T4eDR2LkVVCKkeU48qj3Z/4ldQ0gsynzbJtAEplBMTNCJ5nbpxsnk774ZnB9LDPypsMgOhTzGmJ3yPjGqucTJSxownwPmsFT/qOzoFmRYh//RtXrYLxB2Z6svnIk61T8un4n/XCBa0kKTMi5K0oW+CtA4tKFXiimxJAqeCg4QCes4yPKrKcyxZnqNeIoTKa+NyQYRKXULYNB5LRUydYOHHEHft82muFeRorsPzM4H7yNyUyZxgdwrPFyA81RYYcqJRDPcOGKiMRPvqRKWcPTrOexVF5lNgqJy6ABgMrz3by2/nRy/s4jFNNXlbqUgyTiVh+JFhstI2kXdDX8wBesNCTLiLjb6z8NfTxODJvILVFRpIVipyzyJFTZRLO6+ZuAriGyKttwuKUc07C3Ck07AmUvQh7zGsixvzGX9M5OwWxGWd1nAPTron3f0fETH1l7YGadEgqmz0Ak1Lz4m18CcAUn80lAFMEMOFVOJl+9L0VRaFTIQ5japVsl4+wuj1QWH3gd8nIMNr2NkwsHwjr36d8NYvMq76CK+q0+b8+Z9RnO02LB4ZO9q7Tdc9X2SZcywvH7LAebg42Vnw4nrG0j1lEgg2Tx4XD+k74JPYmW6V7g30nn4onJ5P1aQGQiNkdZiMw/DJPX+9m/eCiwihd9SoXrUSCtA0P/Iz3vZj9JQjfbmqW9WyaAPScsFoGXmWhdw4/ZqU7lUOHDz8Kz42KetUZFUWzzJDSAqDu1aJniM1m4In3hwJlcT+XBhs+ucCj6cvMvEYehb9r5C+GNC0AFlV3PsNQ+7nKQIbkc3qD8+dSfWf5aD0c/glzaMx8KLJYRLYW1nS+oJKbLVpaABRjfH7tXqJT71gNA8DLg3poM6tzgbUOhLyhYD8A6aNtdR6tyzd8xFI7PbsU21N2U53ewKTJYU1vYejawNI0Twgviwmf42ES4bZtrXgQA3n5npkFlZ0tburnhqy0eaAoV1jbsR+vWqlS1AqetFGBJ3TNq3/7YgRvUDf5k+4rGCjbwdCtHVI/mrbHX33NLMKKjkHNIcl1iSmtHmjo6Cvw3YMfScwtqYthftpf4F1ysYInxmQEQG1B26n8PO1OmeOSQZA1Zak2/0DSwCfTR6ptMwKgKFlQ1cE/H/M8nKjCtN3oq+5QboUSlZGJdhkDUIwprOpYAzCN8Qxj1T3oG6MpN9LxeDNdn1EAGcK6zzNsMSD+xclQ6vhwnb9Qm9QpH5Eu+iujAAoaWk3LaZ/um4WXvWVHRztB6GuOv7bdEWA7T3YpGQdQzNVq2971FV4xSfN61g6+rWjaMRR53l+Ufz3D/LfZhSS53v8LeQpHwiOiPbcAAAAASUVORK5CYII=);background-size:cover;height:73px;margin:0 auto 30px;width:80px}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{color:#363636;font-size:22px;font-weight:700;line-height:26px;margin:0}.vcv-premium-teaser-btn,.vcv-premium-teaser-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;text-align:center;text-transform:uppercase}.vcv-premium-teaser-btn{background:#ffae27;border:none;border-radius:0;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:600;line-height:22px;min-width:280px;padding:14px;text-decoration:none;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{background:#d98800;color:#fff}.vcv-premium-teaser-btn:disabled{background:transparent;cursor:not-allowed;opacity:.7}.vcv-premium-teaser-text{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;font-weight:500;letter-spacing:1.08px;line-height:22px;margin:0 0 25px;text-align:center}.vcv-premium-teaser-text a{color:#586dc6;text-decoration:none;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#515162;text-decoration:underline}.vcv-premium-teaser-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-top:1px;opacity:1;padding:10px;position:absolute;right:-10px;top:-10px;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{display:block;position:relative}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{cursor:pointer;display:inline-block;font-size:12px;height:12px;margin-right:4px;width:12px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5);box-sizing:border-box;pointer-events:none;position:absolute;z-index:1010}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-index-0.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#3168be}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#f9b811}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dad39}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,72%,.8)}.vcv-ui-element-frame--locked{border-left:none;border-right:none;border-top:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-outline-controls-wrapper{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1030}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait] .vcv-ui-outline-controls-wrapper{overflow:unset}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{opacity:1;transition:visibility 0s,opacity .2s ease-in-out;visibility:visible}.vcv-ui-outline-controls-container{display:none;pointer-events:none;position:absolute;z-index:1100}.vcv-ui-outline-controls-container--is-visible{display:block}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#2337a7}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls{bottom:100%;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;left:0;line-height:13px;margin-bottom:-1px;padding:1px 1px 2px;pointer-events:all;position:absolute}.vcv-ui-outline-controls>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-controls>:hover .vcv-ui-outline-control{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls>.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control{border-radius:5px}.vcv-ui-outline-control-separator{background-color:#2337a7;color:#fff;position:relative;width:10px}.vcv-ui-outline-control-separator:before{font-size:14px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;min-width:40px;overflow:hidden;padding:0;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-content{align-items:center;direction:ltr;display:flex;flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.vcv-ui-outline-control-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-content .vcv-ui-outline-control-label{line-height:1}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{height:32px;margin:4px;width:32px}.vcv-ui-outline-control-content[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-icon{height:40px;position:relative;text-align:center;width:40px}.vcv-ui-outline-control-icon.vcv-ui-icon-brush-alt:before,.vcv-ui-outline-control-icon.vcv-ui-icon-trash:before{font-size:18px}.vcv-ui-outline-control-icon:before{font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;line-height:inherit;margin:0;position:relative}.vcv-ui-outline-control-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-dropdown:not(.vcv-ui-outline-control-dropdown-o-drop-up):hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-trigger{cursor:move;display:block;line-height:inherit;margin:0;padding:0}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;left:0;line-height:inherit;margin:0;min-width:140px;opacity:0;padding:0;position:fixed;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1110}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;padding-right:16px;text-align:left}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#1d2d89}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:not(:first-child):not(:last-child){border-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control-icon{margin:4px 10px 4px 4px}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#3168be}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#184793}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#f9b811}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#db8a00}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dad39}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-right-click-menu-dropdown-index-0{background-color:#3168be}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control:hover{background-color:#184793}.vcv-ui-right-click-menu-dropdown-index-1{background-color:#f9b811}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control:hover{background-color:#db8a00}.vcv-ui-right-click-menu-dropdown-index-2{background-color:#6dad39}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{left:0;right:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{bottom:100%;margin:0;top:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{display:flex;justify-content:center;pointer-events:none;position:absolute;z-index:1020}.vcv-ui-append-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-append-control{align-items:center;background-color:rgba(21,24,42,.9);border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;pointer-events:all;transition:background-color .2s ease-in-out}.vcv-ui-append-control:hover{background-color:#283aa5;color:#fff}.vcv-ui-outline-controls-center{align-items:center;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-ui-outline-controls-center.vcv-ui-controls-o-controls-left{display:block}.vcv-ui-outline-controls-center.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls-center-inner{left:auto;position:absolute;right:0;top:0}.vcv-ui-outline-controls-center-inner{display:flex;pointer-events:all}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control-label{display:none}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control{background-color:#6dad39}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-element-resize-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vce-column-resizer.vce-column-resizer--side{cursor:col-resize;opacity:1;pointer-events:none;position:absolute;visibility:visible;z-index:1025}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler:first-child{left:-5px}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler:last-child{right:-5px}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:auto;position:absolute;top:0;width:10px}.vce-column-resizer.vce-column-resizer--side .vce-add-column{cursor:pointer;height:100%;position:absolute;top:0}.vce-element-resize--left .vce-column-resizer-label--side:hover .vce-column-resizer-label-left{width:50px}.vce-element-resize--left .vce-column-resizer-label--side:hover .vce-column-resizer-label-right,.vce-element-resize--right .vce-column-resizer-label--side:hover .vce-column-resizer-label-left{width:35px}.vce-element-resize--right .vce-column-resizer-label--side:hover .vce-column-resizer-label-right{width:50px}.vce-column-resizer-label--side:hover .vce-column-resizer-label{background:#283aa5;opacity:1}.vce-column-resizer-label--side:hover .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label-right .vce-add-column{padding:8px 12px 8px 5px;right:0}.vce-column-resizer-label-left .vce-add-column{left:0;padding:8px 5px 8px 12px}.vce-column-resizer--no-resize .vce-add-column{pointer-events:auto}.vce-column-resizer--no-resize .vce-column-resizer-label-container:before{display:none}.vce-column-resizer--no-resize .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer--no-resize.vce-column-resizer--side .vce-column-resizer-handler{pointer-events:none}.vce-column-resizer--no-resize .vce-element-resize--left .vce-column-resizer-label-left,.vce-column-resizer--no-resize .vce-element-resize--right .vce-column-resizer-label-right{display:none}.vce-column-resizer--no-resize .vce-element-resize--left .vce-column-resizer-label--side .vce-column-resizer-label-right,.vce-column-resizer--no-resize .vce-element-resize--right .vce-column-resizer-label--side .vce-column-resizer-label-left{width:35px}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-is-shown{opacity:1;transition:opacity .5s}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{background-color:rgba(40,58,164,.5);opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-smart-line.vcv-is-shown{opacity:1;transition:opacity .25s}#vcv-dnd-smart-line.vcv-smart-line-transition{background-color:rgba(40,58,164,.75);transform:scaleY(4);transition:opacity .25s,background-color .25s,transform .15s ease .1s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{background-color:transparent;border:2px solid rgba(40,58,164,.75);transform:scale(1);transition:opacity .25s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(40,58,164,.75),inset 0 0 0 2px rgba(40,58,164,.75);transition:opacity .25s,box-shadow .15s ease .1s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-drag-helper{align-items:center;background-color:#6dad39;border-radius:5px;color:#fff;cursor:pointer;display:block;flex-direction:row;flex-wrap:nowrap;height:40px;justify-content:center;overflow:hidden;position:absolute;text-align:center;text-decoration:none;transition:background-color .4s ease,opacity .4s ease;white-space:nowrap;width:40px;z-index:11000}.vcv-drag-helper.vcv-drag-helper-container{background-color:#3168be}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#f9b811}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-mobile-tooltip{background:rgba(0,0,0,.75);border-radius:10px;bottom:20px;color:#fff;font-size:16px;left:20px;opacity:1;padding:20px;pointer-events:all;position:absolute;right:20px;transition:opacity .7s ease}.vcv-ui-mobile-tooltip.disabled{opacity:0;pointer-events:none}.vcv-layout-notifications{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-notifications .vcv-layout-notifications-inner{bottom:0;left:60px;pointer-events:none;position:absolute;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-item{-webkit-font-smoothing:antialiased;align-items:center;border-radius:10px;color:#fff;direction:ltr;display:flex;font-size:14px;margin:0 20px 15px;opacity:1;padding:13px 20px;pointer-events:all;position:relative;transition:opacity .7s ease}.vcv-layout-notifications .vcv-layout-notifications-item.vcv-layout-notifications-type--disabled{opacity:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:rgba(21,24,42,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#6dab3c}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#ffb716}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f05b59}.vcv-layout-notifications .vcv-layout-notifications-icon{font-size:1.5em;margin-right:30px}.vcv-layout-notifications .vcv-layout-notifications-icon i{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-notifications .vcv-layout-notifications-text{color:#fff;flex-grow:1;font-size:13px;font-style:italic;font-weight:700;line-height:22px}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{align-items:center;cursor:pointer;display:flex;flex:1 0 30px;height:30px;justify-content:center;margin-left:6px;margin-right:-14px}.vcv-layout-notifications .vcv-layout-notifications-close .vcv-ui-icon:before{transition:opacity .2s}.vcv-layout-notifications .vcv-layout-notifications-close:focus .vcv-ui-icon:before,.vcv-layout-notifications .vcv-layout-notifications-close:hover .vcv-ui-icon:before{opacity:.5}.vcv-dashboard-container .vcv-layout-notifications-inner{position:fixed}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-inner{left:0;max-width:none;right:0}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{bottom:60px;left:0}@media screen and (min-width:768px){.vcv-layout-notifications .vcv-layout-notifications-inner{left:auto;max-width:430px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{left:auto}}.vcv-ui-right-click-menu-wrapper{bottom:0;direction:ltr;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-right-click-menu-container{pointer-events:none;position:absolute;z-index:1200}.vcv-ui-right-click-menu-dropdown-content{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.2);font-size:13px;max-width:280px;min-width:140px;overflow:hidden;pointer-events:all;position:absolute}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control{background:transparent;padding-right:16px}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control-icon{margin:4px 10px 4px 4px}.vcv-ui-right-click-menu-dropdown-position--bottom{top:0}.vcv-ui-right-click-menu-dropdown-position--top{bottom:0}.vcv-ui-right-click-menu-dropdown-position--right{left:0}.vcv-ui-right-click-menu-dropdown-position--left{right:0}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:14px;margin-left:10px;margin-right:10px}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;font-size:14px;margin-right:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{background-color:#a2a6aa;border:0;border-radius:4px;line-height:1;padding:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{border:0;border-left:1px hsla(0,0%,100%,.1);border-radius:4px;border-style:solid;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition:background-color .2s ease-in-out;vertical-align:top}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{background:#2b4b80 url(assets/5dc947a98a9daf7d9d72.png) 50% 50% no-repeat;height:34px;width:180px}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{max-height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;font-style:normal;font-weight:400;src:url(assets/dd652b76b9171ae2919b.ttf?ktpehb) format("truetype"),url(assets/30963b57a8cc51898516.woff?ktpehb) format("woff"),url(assets/d9171b48d25b2e5817fa.svg?ktpehb#vcAttributes) format("svg")}.vcv-ui-icon-attribute{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:vcattributes!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-attribute-dashed-none-icon:before{content:"\e91d"}.vcv-ui-icon-attribute-background-position-center-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-bottom:after{color:#7b7b7b;content:"\e912";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-center:after{color:#7b7b7b;content:"\e914";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-top:after{color:#7b7b7b;content:"\e916";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-bottom:after{color:#7b7b7b;content:"\e918";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-center:after{color:#7b7b7b;content:"\e91a";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-top:after{color:#7b7b7b;content:"\e91c";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-bottom:after{color:#7b7b7b;content:"\e91e";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-center:after{color:#7b7b7b;content:"\e920";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-top:after{color:#7b7b7b;content:"\e922";margin-left:-1em}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{color:#d0d0d0;content:"\e905"}.vcv-ui-icon-attribute-mirror-horizontally-left:after{color:#7b7b7b;content:"\e906";margin-left:-1em}.vcv-ui-icon-attribute-mirror-horizontally-right:before{color:#d0d0d0;content:"\e907"}.vcv-ui-icon-attribute-mirror-horizontally-right:after{color:#7b7b7b;content:"\e913";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-down:before{color:#d0d0d0;content:"\e915"}.vcv-ui-icon-attribute-mirror-vertically-down:after{color:#7b7b7b;content:"\e917";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-up:before{color:#d0d0d0;content:"\e919"}.vcv-ui-icon-attribute-mirror-vertically-up:after{color:#7b7b7b;content:"\e91b";margin-left:-1em}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{align-content:center;align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:10px 0;min-height:60px;opacity:0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container:not(.vcv-row-control-container--add-disabled){opacity:1}.vcv-row-control-container-hide-labels .vcv-row-control-content>span{display:none}.vcv-row-control-container-show-labels .vcv-row-control-content>span{display:inline}.vcv-row-control{align-content:center;background:rgba(0,0,0,.15);border-radius:3px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:14px;justify-content:center;margin:5px;min-height:60px;min-width:60px;padding:16px;text-align:center;text-decoration:none;transition:background .2s ease-in-out}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{background:rgba(0,0,0,.2);color:#fff;text-decoration:none}.vcv-row-control[disabled]{background:rgba(0,0,0,.15);color:#fff;cursor:not-allowed;opacity:.5}.vcv-row-control-content{line-height:16px;white-space:nowrap}.vcv-row-control-icon{display:inline-block;font-size:1em;height:1.25em;position:relative;vertical-align:middle;width:1.25em}.vcv-row-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-row-control-icon+span{font-family:Nunito Sans,sans-serif;margin-left:16px;vertical-align:middle}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col-content[data-vcv-centered-control=true],.vce-col[data-vcv-centered-control=true]{align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{align-items:center;display:flex;justify-content:center}.vcv-blank-page-container{font-family:Nunito Sans,sans-serif;margin:30px auto;max-width:500px;padding:0 20px}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:flex;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{background:#2b4b80;border:none;border-radius:3px;color:#fff;cursor:pointer;height:60px;margin:10px;overflow:visible;padding:10px;position:relative;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;width:60px}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{font-size:1.2em;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{align-content:stretch;align-items:stretch;flex-flow:column wrap}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{align-items:center;display:flex;flex-flow:row wrap;font-size:1.2em;justify-content:flex-start;padding:0 10px;text-align:left;width:auto}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{align-items:center;display:flex}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{font-size:medium;left:auto;position:relative;top:auto;transform:none}.vcv-blank-page-description-container{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;margin-top:20px;min-height:160px;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{align-items:center;display:flex;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}.vcv-ui-blank-row-drag-overlay svg{bottom:0;left:0;margin:auto;opacity:.15;position:absolute;right:0;top:0}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{opacity:1;visibility:visible;z-index:1}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{align-items:center;border:1px dashed hsla(0,0%,72%,.8);display:flex;flex:1 0 auto;justify-content:center;position:relative}.vcv-ui-blank-row-controls-container{display:flex;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{align-items:center;border:none;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:10px 0;padding:0;width:100px}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-ui-blank-row-element-control--disabled{cursor:not-allowed}.vcv-ui-blank-row-element-control--disabled:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vce-col-content .vcv-row-control-container .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon:hover{opacity:.3}.vcv-row-control-container .vcv-ui-blank-row-element-control{height:100%;left:0;margin:0;min-height:80px;position:absolute;top:0;width:100%}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-row-control-container--add-disabled .vcv-ui-blank-row-element-control{cursor:default}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{bottom:0;left:0;position:absolute;right:0;transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:flex;min-height:60px;min-width:60px;padding:16px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,72%,.8);margin-top:10px;opacity:1}[data-vcv-resizer-visible=true]>.vce-row-content>.vce-column-resizer{opacity:1;visibility:visible}[data-vcv-resizer-hovered=true]>.vce-row-content>.vce-col:before{border:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vce-column-resizer{align-self:stretch;opacity:0;position:relative;visibility:hidden;width:0}.vce-column-resizer-handler{align-items:center;bottom:0;cursor:col-resize;display:flex;justify-content:center;position:absolute;right:0;top:0;z-index:999}.vce-column-resizer-handler:before{border-right:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";display:block;left:50%;position:absolute;top:0;transform:translateX(-50%)}.rtl .vce-column-resizer-handler,.rtl.vce-column-resizer-handler{left:0;right:auto}.vce-row--col-gap-0 .vce-column-resizer .vce-column-resizer-handler{transform:translate(50%);width:2px}.vce-column-resizer-label-container{height:29px;position:relative}.vce-column-resizer-label-container:before{background:#fff;border-radius:50%;box-shadow:0 5px #fff,0 -5px #fff;content:"";height:2px;position:absolute;transform:translate(-50%,13px);width:2px;z-index:99999}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{background:#283aa5;opacity:1;width:45px}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{align-items:center;background:rgba(21,24,42,.9);color:#fff;direction:ltr;display:flex;font-family:Nunito Sans,sans-serif;font-size:12px;font-style:italic;font-weight:700;height:100%;justify-content:center;overflow:hidden;position:absolute;top:0;transition:width .2s ease-in-out,background .2s ease-in-out;user-select:none;width:7px;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{border-radius:2em 0 0 2em;right:0}.vce-column-resizer-label.vce-column-resizer-label-right{border-radius:0 2em 2em 0;left:0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{flex-basis:0;height:0;opacity:0;width:100%}.vce-col--all-hide+.vce-column-resizer,.vce-col--all-last+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-hide+.vce-column-resizer,.vce-col--xs-last+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-hide+.vce-column-resizer,.vce-col--sm-last+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-hide+.vce-column-resizer,.vce-col--md-last+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{min-height:40px;position:relative}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container a.vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{align-items:center;background:#283aa4;border:0;border-radius:3px;bottom:15px;box-shadow:none;color:#fff;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;justify-content:center;line-height:unset;margin:0 5px;opacity:0;padding:8px 16px;position:-webkit-sticky;position:sticky;text-decoration:none;top:15px;transition:opacity .2s,background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:focus,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:focus{border:0;box-shadow:none;outline:none;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:hover,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:hover{background-color:#ffae27;border:0;box-shadow:none;cursor:pointer;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button .vcv-ui-icon,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button .vcv-ui-icon{font-size:20px;margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{bottom:15px;color:#9a9a9a;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:.9em;font-style:italic;font-weight:400;padding:6px 0;position:-webkit-sticky;position:sticky;top:15px}[data-vcv-layout-zone] .vcv-zone-button-container{bottom:15px;display:flex;position:sticky;top:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{bottom:auto;position:relative;top:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone=sidebar] .vcv-zone-button-container a.vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{flex-direction:column}.vcv-migration-notice-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1150}.vcv-migration-notice,.vcv-migration-notice-container{align-items:center;background:#fff;display:flex;justify-content:center}.vcv-migration-notice{flex-direction:column;font:normal normal normal 12px Montserrat,sans-serif;padding:0 15%;text-align:center}.vcv-migration-title{color:#363636;font-size:2em;letter-spacing:1px;line-height:1.3;width:80%}.vcv-migration-description{font:normal normal 700 12px Nunito Sans,sans-serif;text-align:left}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;letter-spacing:1px;line-height:24px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{color:#a6a6a6;font-size:13px;font-style:italic;font-weight:400;line-height:1.6;margin:5px 0 2em}.vcv-migration-button{width:422px}.vcv-migration-label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative;user-select:none;vertical-align:-3px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{height:16px;left:0;top:4px;transition:border .2s ease-in-out,background .2s ease-in-out;width:16px}.vcv-migration-label:after{border:2px solid #fff;border-left:0;border-top:0;height:10px;left:5px;top:5px;transform:rotate(45deg);transition:border-color .2s ease-in-out;width:6px}.vcv-migration-checkbox{height:16px;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:16px;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{background:#21a1d1;border:2px solid #21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:pointer;display:inline-block;font:normal normal normal 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:20px;max-width:100%;padding:16px 34px;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}.vcv-migration-button--start{background:#294a82;border-color:#294a82;color:#fff}.vcv-migration-button--start:hover{background:#1f3152;border-color:#1f3152}.vcv-migration-button--back:hover{border-color:#a0a0a0;color:#a0a0a0}.vcv-migration-notes{align-items:flex-start;display:flex;flex-direction:column}.vcv-migration-note{align-items:stretch;display:flex;flex:0 0 100%;justify-content:center;margin:0 0 .5em}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{font-size:17px;margin:3px 13px 0 0}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:22px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{left:0;padding:12% 3%;position:absolute;top:0;width:100%}.vcv-migration-title{font-size:2em;margin:.4em 0;width:100%}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:20px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;border-width:6px 6px 0;bottom:-6px;top:auto}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;border-radius:4px;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{-webkit-appearance:none;background-color:#2b4b80;background-image:none;border:none;box-sizing:border-box;color:#fff;cursor:pointer;height:40px;margin:0;max-width:100%;padding:0;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:all .2s ease-in-out;user-select:none;white-space:normal;width:40px}.medium-editor-toolbar-actions .medium-editor-action>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{background-color:#2b4b80;border:none;color:inherit;display:inline-block;height:40px;line-height:40px;margin:0;padding:0;text-align:center;vertical-align:middle;width:40px}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{background-image:url(assets/a577b407139a9a7825d0.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{background-image:url(assets/f5016fbf74f37d10a06f.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{background-image:url(assets/a229bcf3162398af0d1e.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item{background:#23273e;border:none;border-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-bottom-left-radius:5px;border-top-left-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-bottom-right-radius:5px;border-top-right-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group .mce-btn{background:transparent;border:none;cursor:pointer;margin:0;padding:5px 6px;text-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw.active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:hover{background-color:#15182a;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button{background:transparent;color:#fff;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button:not(:hover),body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button:not(:hover){background:transparent}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-container-body.mce-stack-layout>.mce-toolbar:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit:before{content:"\270e"}body:not(.vcv-wb-editor) .mce-tinymce-inline .mce-container-body.mce-abs-layout{overflow:visible}.vcv-ui-form-group--permalink{margin-top:-10px}.vcv-permalink-container{-webkit-font-smoothing:antialiased;align-items:baseline;display:flex;font-size:13px;font-weight:700;line-height:25px;text-align:left;width:100%}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:flex;flex-wrap:wrap}.vcv-permalink-editable{border-radius:12px;cursor:text;outline:none;padding:0;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;word-break:break-all}.vcv-permalink-editable:focus,.vcv-permalink-editable:hover{outline:none}.vcv-permalink-container--editable .vcv-permalink-link{color:#586dc6}.vcv-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;color:#a2a2a2;margin:0 3px;padding:0 9px}.vcv-is-no-selection{user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus,.vcv-is-disabled-outline:focus{outline:none}.vcv-is-disabled-outline a:focus{border:none;box-shadow:none}[data-vcv-transition-disabled=true]{transition:none!important}body.vcwb-editor-body.vcwb-editor--opacity,html.async-hide,html.vcwb-editor-html.vcwb-editor--opacity{opacity:1!important}.vcv-title-control{background-color:#6dad39;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;left:0;min-height:40px;min-width:40px;overflow:hidden;padding:0;position:absolute;text-align:center;text-decoration:none;top:-35px;transition:background-color .2s ease-in-out;visibility:hidden;z-index:100}.vcv-title-control i{height:32px;margin:4px;position:relative;width:32px}.vcv-title-control i:before{font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-title-control--active{visibility:visible}.vcv-title-control:hover{background-color:#538826}#vc_v-editor .navbar-fixed-top{top:32px}
1
  @import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Nunito+Sans:400,400i,700,700i);@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,greek,greek-ext,cyrillic-ext,latin-ext,cyrillic);
2
  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{-webkit-text-decoration-skip:objects;background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{overflow:auto}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.screen-reader-text{display:none}
3
  /*! reboot css styles */html{box-sizing:border-box;font-size:16px}body,body.vcv-wb-editor{font-family:Nunito Sans,sans-serif;font-size:.875rem}*,:after,:before{box-sizing:inherit}[tabindex="-1"]:focus{outline:none!important}img{max-width:100%}a,area,button,input,label,select,summary,textarea{touch-action:manipulation}a:focus,area:focus,button:focus,input:focus,label:focus,select:focus,summary:focus,textarea:focus{outline:none}@font-face{font-family:VC-Icons;font-style:normal;font-weight:400;src:url(assets/7cb80da998f312c3d573.ttf?6oq8uz) format("truetype"),url(assets/a5b33e1ababc7de1bd98.woff?6oq8uz) format("woff"),url(assets/9e0656decc5c5bd6f589.svg?6oq8uz#VC-Icons) format("svg")}.vcv-ui-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-refresh:before{content:"\e91f"}.vcv-ui-icon-link-enabled:before{content:"\e91e"}.vcv-ui-icon-exit-top-right:before{content:"\e91d"}.vcv-ui-icon-bell:before{content:"\e91c"}.vcv-ui-icon-close-modern:before{content:"\e918"}.vcv-ui-icon-link-modern:before{content:"\e919"}.vcv-ui-icon-pencil-modern:before{content:"\e91a"}.vcv-ui-icon-plug-modern:before{content:"\e91b"}.vcv-ui-icon-question:before{content:"\e917"}.vcv-ui-icon-swap:before{content:"\e916"}.vcv-ui-icon-lamp:before{content:"\e914"}.vcv-ui-icon-forward:before{content:"\e915"}.vcv-ui-icon-unlock-fill:before{content:"\e912"}.vcv-ui-icon-lock-fill:before{content:"\e913"}.vcv-ui-icon-thumbs-down:before{content:"\e910"}.vcv-ui-icon-thumbs-up:before{content:"\e911"}.vcv-ui-icon-key:before{content:"\e901"}.vcv-ui-icon-plug:before{content:"\e90f"}.vcv-ui-icon-chevron-left:before{content:"\e90e"}.vcv-ui-icon-chevron-up:before{content:"\e90b"}.vcv-ui-icon-chevron-down:before{content:"\e90c"}.vcv-ui-icon-chevron-right:before{content:"\e90d"}.vcv-ui-icon-download:before{content:"\e90a"}.vcv-ui-icon-error:before{content:"\e900"}.vcv-ui-icon-hub-shop:before{content:"\e909"}.vcv-ui-icon-lock-thin:before{content:"\e906"}.vcv-ui-icon-star:before{content:"\e905"}.vcv-ui-icon-copy-icon:before{content:"\e903"}.vcv-ui-icon-paste-icon:before{content:"\e904"}.vcv-ui-icon-eye-on:before{content:"\e902"}.vcv-ui-icon-eye-off:before{content:"\e907"}.vcv-ui-icon-mobile-menu:before{content:"\2261"}.vcv-ui-icon-drag-dots:before{content:"\22ee"}.vcv-ui-icon-more-dots:before{content:"\22ef"}.vcv-ui-icon-search:before{content:"\2315"}.vcv-ui-icon-row-layout:before{content:"\23f8"}.vcv-ui-icon-arrow-up:before{content:"\25b4"}.vcv-ui-icon-arrow-right:before{content:"\25b8"}.vcv-ui-icon-expand:before{content:"\25be"}.vcv-ui-icon-arrow-left:before{content:"\25c4"}.vcv-ui-icon-heart-stroke:before{content:"\2661"}.vcv-ui-icon-edit:before{content:"\270e"}.vcv-ui-icon-pen-alt-fill:before{content:"\2710"}.vcv-ui-icon-save:before{content:"\2714"}.vcv-ui-icon-add-thin:before{content:"\2715"}.vcv-ui-icon-close:before{content:"\2716"}.vcv-ui-icon-close-thin:before{content:"\2717"}.vcv-ui-icon-move:before{content:"\2723"}.vcv-ui-icon-add:before{content:"\2795"}.vcv-ui-icon-remove:before{content:"\2796"}.vcv-ui-icon-undo:before{content:"\293e"}.vcv-ui-icon-redo:before{content:"\293f"}.vcv-ui-icon-brush-alt:before{content:"\e908"}.vcv-ui-icon-bug:before{content:"\1f41e"}.vcv-ui-icon-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-template:before{content:"\1f4f0"}.vcv-ui-icon-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-desktop:before{content:"\1f4fa"}.vcv-ui-icon-lock-stroke:before{content:"\1f512"}.vcv-ui-icon-unlock-stroke:before{content:"\1f513"}.vcv-ui-icon-link:before{content:"\1f517"}.vcv-ui-icon-eyedropper:before{content:"\1f58d"}.vcv-ui-icon-multiple-devices:before{content:"\1f5a7"}.vcv-ui-icon-tablet-portrait:before{content:"\1f5b3"}.vcv-ui-icon-copy:before{content:"\1f5c7"}.vcv-ui-icon-paste:before{content:"\1f5ca"}.vcv-ui-icon-document-alt-stroke:before{content:"\1f5cb"}.vcv-ui-icon-trash:before{content:"\1f5d1"}.vcv-ui-icon-layers:before{content:"\1f5d7"}.vcv-ui-icon-cog:before{content:"\1f6e0"}.vcv-layout-container{display:flex;flex-flow:column nowrap;height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout{direction:ltr;display:flex;flex:1 1 auto;flex-flow:column nowrap;height:100%}.vcv-layout-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-content{background:#f6f6f6;display:flex;flex:1 1 auto;flex-flow:column nowrap;overflow:auto}.vcv-layout-content--devices{flex-direction:row;padding:30px 0}.vcv-layout-content--devices:after,.vcv-layout-content--devices:before{content:"";min-width:30px;position:relative}.vcv-content-full-size .vcv-layout-content{height:0;position:absolute;width:0}.vcv-layout-iframe-container{background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);flex:1 1 auto;margin:auto;position:relative;width:100%}.vcv-layout-iframe-container--mobile{-webkit-overflow-scrolling:touch;overflow-y:scroll}.vcv-layout-iframe-container-editor--sidebars{width:480px}.vcv-layout-iframe-overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-iframe,.vcv-layout-iframe-wrapper{border:0;height:100%;overflow:auto;position:absolute;width:100%}.vcv-layout-bar{background:linear-gradient(180deg,#1a399d,#693bc5);box-shadow:1px 0 10px 0 rgba(0,0,0,.3);display:flex;flex:1 1 auto;flex-flow:column nowrap;z-index:1130}.vcv-layout-bar,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header{position:relative}.vcv-layout-bar.vcv-inline-editor--active .vcv-ui-resizer{display:none}.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-all:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-end:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-content-start:after,.vcv-layout-bar.vcv-inline-editor--active .vcv-layout-bar-header:after{background:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;z-index:3000}.vcv-layout-dock--top .vcv-layout-bar,.vcv-layout-dock--top .vcv-ui-tree-view-content{background:linear-gradient(90deg,#1a399d,#693bc5)}.vcv-layout-dock--top .vcv-layout-bar-content:before{content:"";height:10px;left:0;position:absolute;right:0}.vcv-layout-dock--top .vcv-layout-bar-content:not(.vcv-content-full-size):before{bottom:-10px;box-shadow:inset 0 10px 10px -10px rgba(0,0,0,.3)}.vcv-layout-bar-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.vcv-layout-bar-header{display:flex;flex:0 0 auto;flex-flow:column nowrap}.vcv-layout-bar-content{display:flex;flex:1 1 auto;flex-flow:row nowrap;pointer-events:none}.vcv-layout-bar-content:not(.vcv-ui-state--visible){display:none}.rtl .vcv-layout-bar-content{direction:rtl}.vcv-layout-bar-content-all,.vcv-layout-bar-content-start{display:flex;flex:0 1 auto;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-all>*,.vcv-layout-bar-content-start>*{flex:1 1 auto}.vcv-layout-bar-content-all:not(.vcv-ui-state--visible),.vcv-layout-bar-content-start:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-end{display:flex;flex:1 1 0;flex-flow:column nowrap;pointer-events:all;position:relative}.vcv-layout-bar-content-end>*{flex:1 1 auto}.vcv-layout-bar-content-end:not(.vcv-ui-state--visible){display:none}.vcv-layout-bar-content-toggle{color:#fff;height:61px;left:0;position:absolute;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-toggle-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:.5}.vcv-layout-bar-content-start:not(.vcv-ui-state--visible)+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.6}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle{opacity:1}.vcv-layout-bar-content-start.vcv-ui-state--visible+.vcv-layout-bar-content-end .vcv-layout-bar-content-toggle:hover{opacity:.9}.vcv-layout-bar-content-hide{color:#fff;cursor:pointer;height:61px;position:absolute;right:10px;text-decoration:none;top:0;transition:all .2s ease-in-out;width:34px}.vcv-layout-bar-content-hide:hover .vcv-layout-bar-content-hide-icon:before{opacity:.5}.vcv-layout-bar-content-aligned{height:61px}.rtl .vcv-layout-bar-content-hide{left:10px;right:auto}.vcv-layout-bar-content-hide-icon:before{font-size:1.2em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out}.vcv-layout-dock .vcv-layout-bar-header{z-index:1140}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape],.vcv-layout-iframe-container[data-vcv-device=mobile-portrait],.vcv-layout-iframe-container[data-vcv-device=tablet-landscape],.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-color:#fff;border-radius:25px;border-style:solid;flex:initial;position:relative}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{border:3px solid #dedede;border-radius:50%;content:"";height:38px;position:absolute;width:38px}.vcv-layout-iframe-container[data-vcv-device=desktop]{min-width:100%}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]{border-width:50px 10px 70px}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:after{bottom:-54px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-portrait]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:50%;position:absolute;top:-36px;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]{border-width:10px 70px 10px 50px}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:after{bottom:50%;right:-54px;transform:translateY(50%)}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape]:before{content:url(assets/c17fe61d9a5a38a44633.svg);left:-56px;position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg)}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]{border-width:50px 25px 90px}.vcv-layout-iframe-container[data-vcv-device=tablet-portrait]:after{bottom:-64px;left:50%;transform:translateX(-50%)}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]{border-width:25px 90px 25px 50px}.vcv-layout-iframe-container[data-vcv-device=tablet-landscape]:after{bottom:50%;right:-64px;transform:translateY(50%)}.vcv-layout-dock.vcv-layout-dock--top.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:auto;left:0;position:absolute;right:0;top:100%}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile{height:calc(100vh - 60px);min-width:0;overflow:hidden}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-end,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-mobile .vcv-layout-bar-content-start{min-width:0;width:100%}.vcv-layout-dock.vcv-layout-dock--bottom.vcv-layout-dock--unlock .vcv-layout-bar-content{bottom:100%;left:0;position:absolute;right:0;top:auto}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar{flex-direction:column-reverse}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--bottom .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{flex-direction:row}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar{flex-direction:row-reverse}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content{flex-direction:column}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-start{flex-grow:0}.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--right .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-layout-bar-content-start{flex-grow:1}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content{width:auto!important}@media (min-width:768px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{height:auto!important}}@media (max-width:767px){.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--top .vcv-layout-bar-content-start{width:100%!important}}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar{height:auto!important;left:auto!important;top:auto!important;width:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content{height:auto!important}.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-all,.vcv-layout-dock.vcv-layout-dock--left .vcv-layout-bar-content-start{width:100%!important}.vcv-layout-dock .vcv-layout-bar-content{height:40vh;min-height:200px;min-width:410px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-start{height:20vh;min-height:100px;min-width:383px;width:400px}.vcv-layout-dock .vcv-layout-bar-content-end{min-height:200px;min-width:384px}.vcv-layout-dock .vcv-layout-bar-content-all{height:20vh;min-height:100px;min-width:383px;width:100%}@media (max-width:767px){.vcv-layout-dock .vcv-ui-content-start--visible.vcv-ui-content-end--visible .vcv-layout-bar-content{min-height:300px}}.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-left-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-bottom,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-right-top,.vcv-layout-bar.vcv-ui-content--hidden .vcv-ui-resizer-layout-bar-top{display:none}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top{display:block}.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:none}@media (max-width:767px){.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-bar,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right,.vcv-layout-dock--top .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-dock--top .vcv-ui-content-end--visible .vcv-ui-resizer-layout-placement-top.vcv-ui-resizer-target-content{display:block}}.vcv-layout-dock--left .vcv-ui-resizer-layout-placement-left{display:block}.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-bottom,.vcv-layout-dock--left .vcv-layout-bar:not(.vcv-ui-content-end--visible) .vcv-ui-resizer-layout-placement-left.vcv-ui-resizer-content-start-right-bottom{display:none}.vcv-layout-iframe-content{height:0;width:0}.vcv-start-blank-container{word-wrap:break-word;background:#fff;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.vcv-start-blank-container.vcv-ui-state--visible .vcv-start-blank-inner{opacity:1}.vcv-start-blank-scroll-container{display:flex;flex-direction:column;flex-grow:1;overflow:auto;width:100%}.vcv-start-blank-inner{flex-grow:1;flex-shrink:0;opacity:0;padding:70px 20px;position:relative;transition:opacity .5s ease-in-out}.vcv-start-blank-page-heading{-webkit-font-smoothing:antialiased;color:#363636;font-family:Montserrat,serif;font-size:30px;letter-spacing:.045em;line-height:normal}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper{margin-bottom:14px;position:relative}.vcv-start-blank-inner .vcv-start-blank-template-type-wrapper:after{border-color:#c6cbd4 transparent transparent;border-style:solid;border-width:5px 5px 0;content:"";height:0;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:0}.vcv-start-blank-inner .vcv-start-blank-template-type{-moz-appearance:none;-webkit-appearance:none;appearance:none}.vcv-start-blank-inner .vcv-start-blank-template-type,.vcv-start-blank-inner .vcv-start-blank-title-input{-webkit-font-smoothing:antialiased;border:1px solid #e1e1e1;box-shadow:none;color:#000;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;margin:0 0 14px;padding:14px;width:90%}.vcv-start-blank-inner .vcv-start-blank-template-type::placeholder,.vcv-start-blank-inner .vcv-start-blank-title-input::placeholder{color:#bdbdbd;opacity:1}.vcv-start-blank-inner .vcv-start-blank-template-type{margin:0}.vcv-start-blank-controls .vcv-start-blank-template-type,.vcv-start-blank-controls .vcv-start-blank-title-input{width:100%}.vcv-hfs-start-blank-form{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:50px 0 0}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;color:#fff;cursor:pointer;font:normal normal 700 14px Montserrat,sans-serif;letter-spacing:.077em;padding:16px;text-transform:uppercase;transition:background .2s ease-in-out;width:90%}.vcv-hfs-start-blank-form .vcv-hfs-start-blank-start-button:hover{background:#ffae27}.vcv-start-blank-controls{margin:65px auto 0;max-width:700px}.vcv-start-blank-controls-layout{max-width:750px}.vcv-start-blank-item-list-container{flex-direction:column;margin:0 -15px}.vcv-start-blank-item-list-container,.vcv-start-blank-item-list-container .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-start-blank-item-list-container .vcv-ui-item-control{cursor:pointer;font-size:16px;padding:.6em;transition:color .2s ease-in-out}.vcv-start-blank-item-list-container .vcv-start-blank-item-list{justify-content:center;margin-left:0;margin-right:0}.vcv-start-blank-description{-webkit-font-smoothing:antialiased;color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;margin-top:42px}.vcv-start-blank-title-input-container{max-width:650px;padding:0 15px;width:100%}.vcv-start-blank-button-container{margin:44px -9px 0}.vcv-start-blank-button-container .vcv-ui-form-button{margin-left:9px;margin-right:9px;max-width:220px;width:100%}@media screen and (min-width:544px){.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}.vcv-start-blank-page-heading{font-size:40px}.vcv-start-blank-controls{margin:50px auto 0}.vcv-start-blank-inner{padding:100px 50px}.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:390px}}@media screen and (min-width:768px){.vcv-hfs-start-blank-container .vcv-hfs-start-blank-start-button,.vcv-hfs-start-blank-container .vcv-start-blank-template-type,.vcv-hfs-start-blank-container .vcv-start-blank-title-input{width:430px}}.vcv-loading-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-loading-overlay{background:#fff;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;overflow:hidden;position:absolute;right:0;top:0}.vcv-loading-overlay-inner{align-content:center;align-items:center;display:flex;flex-direction:column;position:relative}.vcv-loading-dots-container{animation:vcvDotsRotate 2s linear infinite;height:60px;text-align:center;width:60px}.vcv-loading-dots-container .vcv-loading-dot{animation:vcvDotsBounce 2s ease-in-out infinite;background-color:#eee;border-radius:100%;display:inline-block;height:60%;position:absolute;top:0;width:60%}.vcv-loading-dots-container .vcv-loading-dot-2{animation-delay:-1s;bottom:0;top:auto}@keyframes vcvDotsRotate{to{transform:rotate(1turn)}}@keyframes vcvDotsBounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.vcv-loading-text{color:#c2c2c2;margin-top:20px;padding:0 20px;position:relative;text-align:center}.vcv-loading-text-main{font-size:16px;line-height:1.5;margin:.6em 0}.vcv-loading-text-helper{font-size:13px;font-style:italic;line-height:1.5;margin:.6em 0}.vcv-freshdesk-iframe{border:0;bottom:0;display:none;height:580px;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;width:640px;z-index:100001}.vcv-skip-post-update-block .vcv-popup-button{color:#c2c2c2}.vcv-screen-section{-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative;text-align:center}.vcv-screen-section .vcv-logo{margin:17px 0 10px}.vcv-screen-section *{box-sizing:border-box}.vcv-screen-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:20px;transition:opacity .5s}.vcv-screen-content.vcv-activation-content--active,.vcv-screen-content.vcv-screen-content--active{opacity:1}.vcv-error-screen .vcv-screen-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.56px;line-height:22px;margin:31px 0 6px;text-align:center}.vcv-error-screen .vcv-screen-helper-text{color:#999;font-family:Nunito Sans,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:.82px;line-height:24px;margin:0}.vcv-screen-button-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px;margin-top:20px}.vcv-screen-button-container a.vcv-screen-button,.vcv-screen-button-container button.vcv-screen-button{background:#294a82;border:0;border-radius:0;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;line-height:15px;margin:10px 20px;min-width:210px;outline:none;padding:18px 38px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.vcv-screen-button-container a.vcv-screen-button:focus,.vcv-screen-button-container a.vcv-screen-button:hover,.vcv-screen-button-container button.vcv-screen-button:focus,.vcv-screen-button-container button.vcv-screen-button:hover{background:#1f3152}.vcv-screen-button-container a.vcv-screen-button--dark,.vcv-screen-button-container button.vcv-screen-button--dark{background:#363636}.vcv-screen-button-container a.vcv-screen-button--dark:focus,.vcv-screen-button-container a.vcv-screen-button--dark:hover,.vcv-screen-button-container button.vcv-screen-button--dark:focus,.vcv-screen-button-container button.vcv-screen-button--dark:hover{background:#1e1e1e}@keyframes vcvOverlayFadeIn{50%{opacity:1}to{opacity:.5}}.vcv-loading-overlay{animation:vcvOverlayFadeIn 30s ease-in;animation-direction:normal}.vcv-overlay--enabled .vcv-layout-bar-content{display:none}.vcv-overlay{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1200}.vcv-popup-error-description{align-items:center;display:flex;flex:1 0 auto;flex-flow:column nowrap;justify-content:center;text-align:center}.vcv-popup-error-description .vcv-logo{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-heading{flex:0 0 auto;margin:55px auto 35px}.vcv-popup-error-description .vcv-popup-loading-heading{flex:0 0 auto;font-size:1em;line-height:1.5;margin:0 auto 70px;max-width:700px}.vcv-popup-error-description .vcv-button-container{flex:0 0 auto}.vcv-popup-error-description .vcv-popup-button{color:inherit;padding:16px 46px}.vcv-loading-overlay .vcv-popup--hidden{display:none}.vcv-loading-overlay .vcv-popup-error-description{color:#c2c2c2}.vcv-loading-overlay .vcv-popup-heading{font:normal normal normal 50px Montserrat,serif}.vcv-loading-overlay .vcv-popup-loading-heading{display:block;font:normal normal normal 16px Montserrat,sans-serif;font-size:1em;letter-spacing:.077em}.vcv-loading-overlay .vcv-popup-button{background:transparent;border:2px solid #c2c2c2;border-radius:0;display:inline-block;font:normal normal 700 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:10px;max-width:100%;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out}.vcv-loading-overlay .vcv-popup-button>span{position:relative}.vcv-loading-overlay .vcv-popup-button.vcv-popup-button--hidden{display:none}.vcv-loading-overlay .vcv-popup-button:hover{border-color:#a0a0a0;color:#a0a0a0;cursor:pointer}[data-vcv-send-error-report]{margin-left:30px}.vcv-popup-error-with-button a,.vcv-popup-error-with-button button{margin:0;padding:13px 17px;text-transform:capitalize}.vcv-popup-error-with-button .vcv-error-message{display:block;margin-bottom:20px}@media screen and (min-width:768px){.vcv-popup-error-with-button{align-items:center;display:flex;justify-content:space-between}.vcv-popup-error-with-button .vcv-popup-button{flex-shrink:0;margin-left:0}.vcv-popup-error-with-button .vcv-popup-button:hover{background:#fff;border-color:#fff;color:#fa6262;cursor:pointer}.vcv-popup-error-with-button .vcv-popup-button:focus,.vcv-popup-error-with-button .vcv-popup-button:hover{outline:none}.vcv-popup-error-with-button .vcv-error-message{display:inline-block;margin-bottom:0;padding-right:30px;text-align:left}}.vcv-skip-post-update-block{bottom:0;left:0;position:absolute;right:0;text-align:center;transform:translateY(120%)}.vcv-skip-post-update-block.vcv-popup--hidden{display:none}.vcv-skip-post-update-block .vcv-popup-button{padding:16px 46px}.vcv-ui-resizer{display:none;pointer-events:all;position:absolute;z-index:10}.vcv-ui-resizer-e{cursor:e-resize}.vcv-ui-resizer-n{cursor:n-resize}.vcv-ui-resizer-ne{cursor:ne-resize}.vcv-ui-resizer-nw{cursor:nw-resize}.vcv-ui-resizer-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-bottom,.vcv-ui-resizer-layout-bar-top{height:10px;left:0;width:100%}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-left,.vcv-ui-resizer-layout-bar-right{height:100%;top:0;width:10px}.vcv-ui-resizer-content-all-top,.vcv-ui-resizer-content-end-top,.vcv-ui-resizer-content-start-top,.vcv-ui-resizer-layout-bar-top{top:-7px}.vcv-ui-resizer-content-all-left,.vcv-ui-resizer-content-end-left,.vcv-ui-resizer-content-start-left,.vcv-ui-resizer-layout-bar-left{left:-7px}.vcv-ui-resizer-content-all-right,.vcv-ui-resizer-content-end-right,.vcv-ui-resizer-content-start-right,.vcv-ui-resizer-layout-bar-right{right:-7px}.vcv-ui-resizer-content-all-bottom,.vcv-ui-resizer-content-end-bottom,.vcv-ui-resizer-content-start-bottom,.vcv-ui-resizer-layout-bar-bottom{bottom:-7px}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-left-bottom,.vcv-ui-resizer-layout-bar-left-top,.vcv-ui-resizer-layout-bar-right-bottom,.vcv-ui-resizer-layout-bar-right-top{height:20px;width:20px;z-index:20}.vcv-ui-resizer-content-all-left-bottom,.vcv-ui-resizer-content-start-left-bottom,.vcv-ui-resizer-layout-bar-left-bottom{bottom:-13px;left:-13px}.vcv-ui-resizer-content-all-right-top,.vcv-ui-resizer-content-start-right-top,.vcv-ui-resizer-layout-bar-right-top{right:-13px;top:-13px}.vcv-ui-resizer-content-all-right-bottom,.vcv-ui-resizer-content-start-right-bottom,.vcv-ui-resizer-layout-bar-right-bottom{bottom:-13px;right:-13px}.vcv-ui-resizer-layout-bar-left-top{left:-13px;top:-13px}.vcv-tooltip-container{display:inline-block;height:14px;margin-left:8px;margin-right:0;position:relative;width:14px}.vcv-tooltip-container .vcv-tooltip-box{-webkit-font-smoothing:antialiased;background-color:#16243f;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.8);color:#9ea6b3;font-family:Roboto,sans-serif;font-size:12px;font-style:italic;font-weight:500;left:7px;letter-spacing:.92px;line-height:20px;min-width:234px;padding:10px 15px;position:absolute;text-align:center;top:25px;white-space:normal;z-index:99999}.vcv-tooltip-container .vcv-tooltip-box a{color:#fff;text-decoration:underline;transition:text-decoration .05s ease-in-out}.vcv-tooltip-container .vcv-tooltip-box a:hover{color:#fff;text-decoration:none}.vcv-tooltip-container .vcv-tooltip-box a:focus{box-shadow:none}.rtl .vcv-tooltip-container{margin-left:0;margin-right:8px}.vcv-tooltip-container .vcv-ui-icon-question{color:#bcbcbc;cursor:pointer;display:block;font-size:14px;transition:color .05s ease-in-out}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question:hover{color:#16243f}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover.vcv-ui-icon--active,.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--light-hover:hover{color:#e3e3e3}.vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active:after{border:5px solid transparent;border-bottom-color:#16243f;content:"";display:block;left:2px;position:absolute;top:15px;z-index:999999}.vcv-tooltip-container--box-position--top .vcv-tooltip-box{top:-11px;transform:translateY(-100%)}.vcv-tooltip-container--box-position--top .vcv-ui-icon-question.vcv-ui-icon--active:after{border-color:#16243f transparent transparent;top:-1px;transform:translateY(-100%)}.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-editor-search-container .vcv-tooltip-container .vcv-ui-icon-question:hover,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active,.vcv-ui-panel-heading .vcv-tooltip-container .vcv-ui-icon-question:hover{color:#fff}.vcv-ui-modal-header-tooltip{display:inline-flex;flex-grow:1}.vcv-ui-editor-search-container .vcv-tooltip-container{bottom:0;margin:auto;position:absolute;right:-32px;top:0}.rtl .vcv-ui-editor-search-container .vcv-tooltip-container{left:-32px;right:auto}.vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-right:8px;vertical-align:middle}.rtl .vcv-ui-form-wp-tinymce .vcv-tooltip-container{margin-left:8px;margin-right:0}.vcv-ui-color-picker-dropdown{margin-right:4px}.rtl .vcv-ui-color-picker-dropdown{margin-left:4px;margin-right:0}.vcv-ui-sketch-picker{display:inline-block}.vcv-ui-form-dropdown-color-swatch{border-radius:3px;height:16px;margin:2px 0 3px;position:relative;width:16px}.vcv-ui-form-dropdown-color-swatch:before{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,6px 6px;background-repeat:repeat;background-size:12px 12px;border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--transparent:before{background-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAG5JREFUOBFjZCATvI+MtP//9+9aRnL0wzUzMweTbACyZsHlyw+SZAC6ZpDriTYAm2aiDcClmSgD8GkmaAAhzXgNIEYzTgOI1YzVAFI0YxhAqmYUA8jRDDeAXM1gAyjRDDKACZwlgbkKlDFAAqQCAB5beZgTNEIdAAAAAElFTkSuQmCC);background-size:cover}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color:before{background:none;bottom:0;content:"-";left:0;right:0;top:0}.vcv-ui-form-dropdown-color-swatch.vcv-ui-form-dropdown-color--no-color .vcv-ui-form-dropdown-color-value{box-shadow:none}.vcv-ui-form-dropdown-color-value{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.149);height:100%;position:relative}.vcv-ui-form-dropdown-color-popover{margin-top:4px;position:relative;z-index:2}.vcv-ui-color-picker-panel{background:#fff;border:1px solid #d1d1d1;border-radius:3px;box-sizing:initial;direction:ltr;display:flex;flex-wrap:wrap;margin-top:4px;padding:10px;width:200px}.vcv-media--sm .vcv-ui-color-picker-panel{width:365px}.vcv-ui-color-picker-custom-color,.vcv-ui-color-picker-presets-color{flex-grow:1;flex-shrink:0;width:100%}.vcv-media--sm .vcv-ui-color-picker-custom-color,.vcv-media--sm .vcv-ui-color-picker-presets-color{width:0}.vcv-ui-color-picker-custom-color{border-bottom:1px solid #eee}.vcv-media--sm .vcv-ui-color-picker-custom-color{border-bottom:0}.vcv-ui-color-picker-used-stack-wrapper{border-bottom:1px solid #eee;padding:10px 0;width:100%}.vcv-media--sm .vcv-ui-color-picker-used-stack-wrapper{border-bottom:none;border-right:1px solid #eee;padding:0 10px;width:auto}.vcv-ui-color-picker-used-stack{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px}.vcv-media--sm .vcv-ui-color-picker-used-stack{flex-direction:column}.vcv-ui-color-picker-presets-color{display:flex;flex-wrap:wrap;margin:0 0 -10px -10px;padding-top:10px}.vcv-media--sm .vcv-ui-color-picker-presets-color{margin:0 0 -10px;padding-top:0}.rtl .vcv-ui-color-picker-presets-color{direction:rtl}.vcv-ui-replace-element-block{padding:20px 20px 0;position:relative}.vcv-ui-replace-element-block.vcv-ui-replace-element-block--inner{padding:0}.vcv-ui-replace-element-heading,.vcv-ui-section-heading{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;margin-top:0;text-transform:capitalize}.vcv-ui-replace-element-description,.vcv-ui-section-description{color:#999;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-bottom:23px}.vcv-ui-replace-element-container{margin-bottom:30px;overflow:hidden;position:relative}.vcv-ui-replace-element-hide{color:#c6c6c6;cursor:pointer;display:inline-block;height:25px;position:absolute;right:18px;top:0;width:25px;z-index:1}.vcv-ui-replace-element-hide:before{font-size:.8em}.vcv-ui-replace-element-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-replace-element-list .vcv-ui-item-list-item-content--active{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-replace-element-list .vcv-ui-item-element-name{white-space:normal}.vcv-ui-google-fonts-fontfamily-container{position:relative}.vcv-ui-google-fonts-fontfamily-container .vcv-ui-wp-spinner{background:rgba(0,0,0,.1);height:100%;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.vcv-ui-google-fonts-fontfamily-container.vcv-ui-google-fonts-spinner .vcv-ui-wp-spinner{opacity:1;pointer-events:all}.vcv-ui-font-preview-text{font-size:30px}.vcv-row-html-editor-container{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-form-layout-layouts{display:flex;flex-flow:row wrap;margin-left:-20px;margin-right:-20px}.vcv-ui-form-layout-description{color:#a9a9a8;display:inline-block;font-style:italic;margin-bottom:25px}.vcv-ui-form-layout-layouts-col{cursor:pointer;display:flex;flex-basis:60px;flex-grow:0;flex-shrink:0}.vcv-ui-form-layout-layouts-col>span{background:#fff;border:2px solid #d1d1d1;flex:1;height:40px}.vcv-ui-form-layout-layouts-col.vcv-ui-state--active>span{border-color:#2b4b80}.vcv-ui-form-layout-layouts-col{margin-bottom:20px;margin-left:20px;margin-right:20px}.vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:2px}.rtl .vcv-ui-form-layout-layouts-col span:not(:first-child){margin-left:0;margin-right:2px}.vcv-ui-form-layout-custom-layout-columns{display:flex}.vcv-ui-form-layout-custom-layout-columns .vcv-ui-form-layout-custom-layout-col{flex:1}.vcv-ui-form-layout-reverse-column-toggle{margin-top:3px}.vcv-ui-form-responsiveness-settings-devices{background:#283aa4;color:#fff;display:flex}.vcv-ui-form-responsiveness-settings-devices-item{border-right:1px solid hsla(0,0%,100%,.1);flex-basis:20%;padding:12px 0;text-align:center}.vcv-ui-form-responsiveness-settings-devices-item:first-child{border-left:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item:last-child{border-right:1px solid #283aa4}.vcv-ui-form-responsiveness-settings-devices-item .vcv-ui-icon{font-size:18px;vertical-align:middle}.vcv-ui-form-responsiveness-settings-devices-item-title{font-size:10px;margin-bottom:0}.vcv-ui-form-responsiveness-settings-hide-labels .vcv-ui-form-responsiveness-settings-devices-item-title{display:none}.vcv-ui-form-responsiveness-settings-options{display:flex}.vcv-ui-form-responsiveness-settings-device-layout{border-right:1px solid #d1d1d1;flex-basis:20%}.vcv-ui-form-responsiveness-settings-device-layout:first-child{border-left:1px solid #d1d1d1}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container{background:#fff;border-bottom:1px solid #d1d1d1;padding:5px 0;transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-form-input.vcv-ui-tag-list-input{transition:background .2s ease-in-out}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container.vcv-ui-tag-list-container--active .vcv-ui-tag-list-input,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover,.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container:hover .vcv-ui-tag-list-input{background:#eee}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input{border:0;border-radius:0;box-shadow:none;padding:0;text-align:center}.vcv-ui-form-responsiveness-settings-device-layout .vcv-ui-tag-list-container .vcv-ui-tag-list-input:focus{animation:none;border:0;box-shadow:none}.vcv-ui-tag-list-item{background-color:#283aa4;border-radius:2em;color:#fff;display:inline-block;margin:1px 3px;padding:1px 11px;pointer-events:auto;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-tag-list-item:before{content:attr(data-vcv-tag-list-label)}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active,.vcv-ui-tag-list-item:hover{background-color:#203251}.vcv-ui-tag-list-item.vcv-ui-tag-list-item--active:before,.vcv-ui-tag-list-item:hover:before{content:attr(data-vcv-tag-list-label-hover)}.vcv-ui-tag-list-item-error{background-color:#ed5656}.vcv-ui-tag-list-item-error:hover{background-color:#cf3f3f}.vcv-ui-tag-list-item-remove{background:transparent;border:0;color:#fff;cursor:pointer;font-size:.9em;margin:-2px -6px -2px 6px;padding:2px}.rtl .vcv-ui-tag-list-item-remove{margin:-2px 6px -2px -6px}.vcv-ui-tag-list-container{position:relative}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{display:block}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input{word-wrap:break-word;resize:none;transition:none;word-break:break-all}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container input.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list-input.vcv-ui-tag-list-input-editing-disabled{opacity:0;pointer-events:none;position:absolute}.vcv-layout-header .vcv-ui-form-input.vcv-ui-tag-list,.vcv-ui-ajax-form-container input.vcv-ui-tag-list,.vcv-ui-ajax-form-container textarea.vcv-ui-tag-list{cursor:text;min-height:30px;padding:3px 2px}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{background:#fff;margin-bottom:5px;max-width:70px;overflow:auto;overflow-x:hidden;padding:0;position:fixed;transition:none;z-index:1111}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input>:first-child{border-top:none}@media (max-width:400px){.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-form-input{display:none}}.vcv-ui-suggest-box-item{border-top:1px solid #d1d1d1;box-sizing:border-box;cursor:pointer;display:block;padding:5px 10px;transition:background-color .2s ease-in-out}.vcv-ui-suggest-box-item.vcv-selected,.vcv-ui-suggest-box-item:hover{background-color:#ddd}.vcv-layout-header .vcv-ui-suggest-box.vcv-ui-autocomplete{max-width:250px}.vcv-ui-tag-list-container .vcv-ui-wp-spinner{bottom:0;margin:auto;position:absolute;right:14px;top:0;z-index:5}.vcv-ui-tag-list-item-validating,.vcv-ui-tag-list-item-validating:hover{background-color:#c6c6c6}.vc-tags{-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #d1d1d1;border-radius:3px;cursor:text;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.5;padding:6px 0 0 6px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vc-tags.is-focused,.vc-tags:hover{border-color:#c4c4c4}.vc-tags.is-focused{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vc-tags--selected{display:inline}.vc-tags--selected-tag{-webkit-font-smoothing:antialiased;background:#283aa4;border:3px solid #283aa4;border-radius:2em;box-sizing:border-box;color:#fff;display:inline-block;font-size:inherit;font-weight:700;line-height:inherit;margin:0 6px 6px 0;padding:1px 3px 1px 6px;position:relative;transition:all .2s}.vc-tags--selected-tag .vcv-ui-icon{cursor:pointer;display:inline-block;font-size:10px;font-weight:700;margin-left:3px;padding:4px;vertical-align:middle}.vc-tags--selected-tag .vc-tags--suggestions{width:150px}.vc-tags--selected-tag:hover{background:#203251;border-color:#203251}.vc-tags--selected-tag.vc-tags--selected-tag--editable{background:transparent;border-color:#c6cbd4;color:#c6cbd4}.vc-tags--selected-tag.vc-tags--selected-tag--editable:hover{background:transparent;border-color:#a0a1a3;color:#a0a1a3}.vc-tags--selected-tag-name{outline:none;vertical-align:middle}.vc-tags--tag-not-valid{background-color:#ed5656;border-color:#ed5656}.vc-tags--tag-not-valid:hover{background-color:#cf3f3f;border-color:#cf3f3f}.vc-tags--search{display:inline-block;margin-bottom:6px;max-width:100%;padding:5px 2px}.vc-tags--search-input{border:0;color:#5c5b5b;font-size:inherit;line-height:inherit;margin:0;max-width:100%;outline:none;padding:0}.vc-tags--search-input::-ms-clear{display:none}.vc-tags--suggestions{left:0;margin:4px 0;position:absolute;top:100%;width:100%;z-index:99999}.vc-tags--suggestions--top{top:0;transform:translateY(-100%)}.vc-tags--suggestions .vcv-ui-scroll{position:static!important}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-track--vertical{height:110px}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content{background:#fff;border:none;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.15);inset:auto!important;list-style:none;margin:0;max-height:120px;padding:0;width:100%}.vc-tags--suggestions .vcv-ui-scroll .vcv-ui-scroll-content::-webkit-scrollbar{display:none}.vc-tags--suggestions .vc-tags--suggestion{color:#70747c;font-style:italic;font-weight:500;margin:0;padding:6px 8px;transition:background .2s}.vc-tags--suggestions .vc-tags--suggestion mark{background:none;color:#37383a;font-weight:600;text-decoration:underline}.vc-tags--suggestions .vc-tags--suggestion:hover{background:#f0f1f2;cursor:pointer}.vc-tags--suggestions .vc-tags--suggestion.is-active{background:#f0f1f2}.vc-tags--suggestions .vc-tags--suggestion.is-disabled{cursor:auto;opacity:.5}.vc-tags--suggestion-prefix{-webkit-font-smoothing:antialiased;font-style:normal;font-weight:600}.vcv-ui-form-params-group{margin:0 -20px}.vcv-ui-form-params-group .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group .vcv-ui-drag-handler{z-index:1000}.vcv-ui-form-params-group .vcv-ui-form-params-group-item{background:#203251;color:#fff;padding:12px 7px 12px 5px}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:last-of-type{border-bottom:none}.vcv-ui-form-params-group .vcv-ui-form-params-group-item:hover{background-color:#16243f}.vcv-ui-form-params-group .vcv-ui-form-params-group-item .vcv-ui-forms-params-group-content-editable{padding:1px 12px}.vcv-ui-form-params-group-item--dragging{background:#203251;color:#fff;z-index:10000}.vcv-ui-form-params-group-item--dragging .vcv-ui-tree-layout-control-label{padding-left:18px}.vcv-ui-form-params-group-item--dragging .vcv-ui-icon-arrow-right{color:hsla(0,0%,100%,.4)}.vcv-ui-form-params-group-add-item{align-items:center;border:1px dashed #000;color:#000;cursor:pointer;display:flex;height:46px;justify-content:center;margin:15px 20px;opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-form-params-group-add-item:hover{opacity:.3}.vcv-ui-forms-params-group-content-editable{outline:none}.vcv-gutenberg-modal{background:rgba(0,0,0,.7);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:10000}.vcv-gutenberg-modal .vcv-loading-overlay{align-items:center;background:#fff;bottom:20px;left:20px;right:20px;top:20px;z-index:1}.vcv-gutenberg-modal-inner{background:#fff;bottom:20px;left:20px;position:fixed;right:20px;top:20px}.vcv-gutenberg-modal-inner iframe{height:100%;width:100%}button.vcv-gutenberg-modal-close-button{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.5);cursor:pointer;font-size:16px;padding:5px;position:absolute;right:25px;top:25px;transition:color .2s ease-in-out;z-index:2}button.vcv-gutenberg-modal-close-button:focus,button.vcv-gutenberg-modal-close-button:hover{background:transparent;border:0;box-shadow:none;color:rgba(0,0,0,.7)}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-container{margin:0 -20px}.vcv-ui-form-tree-view--attribute .vcv-ui-tree-layout-actions{border-top:0}.vcv-ui-tinymce-fonts-selectbox input.vcv-ui-tinymce-fonts-selectbox-filter{background:transparent;border:1px solid #ddd;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:text;display:inline-block;font-size:14px;line-height:19px;margin:5px 9px;outline:none;padding:4px 4px 4px 24px;width:calc(100% - 18px)}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);display:none;float:left;left:0;margin:2px 0 0;min-width:160px;padding:0;position:absolute;top:100%;z-index:1000}.vcv-ui-tinymce-fonts-selectbox.mce-active>.vcv-ui-tinymce-fonts-selectbox-options{display:block}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul{margin:5px 0 0;max-height:350px;overflow-x:hidden;overflow-y:auto;width:240px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li{margin-bottom:2px}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options ul>li:last-child{margin-bottom:0}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a{background-image:url(https://cdn.hub.visualcomposer.com/plugin-assets/fonts2.png);background-repeat:no-repeat;border:none;box-shadow:0 0 0 1px transparent;box-sizing:border-box;clear:both;color:#333;display:block;font-weight:400;height:22px;line-height:16px;padding:3px 10px;text-decoration:none;text-indent:-9999px;transition:box-shadow .2s,opacity .2s;white-space:nowrap}.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:focus,.vcv-ui-tinymce-fonts-selectbox .vcv-ui-tinymce-fonts-selectbox-options a:hover{box-shadow:0 0 0 1px #a9a9a9;opacity:.7;text-decoration:none}.vcv-ui-tinymce-fonts-selectbox-input-box:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#c5c5c5;content:"\2315";font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;left:15px;line-height:1;position:absolute;text-transform:none;top:12px}
4
+ /*! media breakpoints */.vcv-ui-form-group{border:0;margin:0 0 20px}.vcv-ui-form-group.vcv-ui-form-group--has-inner-fields{margin-bottom:0}.vcv-ui-form-group-heading-wrapper{display:flex}.vcv-ui-ajax-form-container label,.vcv-ui-form-group-heading{display:block;font-size:12px;font-weight:700;margin:0 0 3px}.vcv-ui-ajax-form-container label>.vcv-ui-wp-spinner,.vcv-ui-form-group-heading>.vcv-ui-wp-spinner{margin-left:15px}.vcv-ui-ajax-form-container small,.vcv-ui-form-helper,.vcv-ui-form-message{clear:both;color:#9a9a9a;display:block;font-size:.9em;font-style:italic;line-height:normal;margin:8px 0 12px}.vcv-ui-form-helper--action{color:#586dc6;cursor:pointer;text-decoration:none;transition:.2s}.vcv-ui-form-helper--action:hover{color:#515162;text-decoration:underline}.vcv-ui-form-helper--action:focus{box-shadow:none;outline:none}.vcv-ui-form-message{padding-top:24px;text-align:center}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small,.vcv-ui-element-lock-container .vcv-ui-form-helper{margin:0 0 20px}.vcv-ui-element-lock-container .vcv-ui-ajax-form-container small:last-of-type,.vcv-ui-element-lock-container .vcv-ui-form-helper:last-of-type{margin:0 0 30px}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading{display:inline-block;margin:8px;vertical-align:baseline}.vcv-ui-form-group-style--inline .vcv-ui-ajax-form-container label:first-child,.vcv-ui-form-group-style--inline .vcv-ui-form-group-heading:first-child{margin-left:0}.vcv-ui-form-group-heading--inline{display:inline-block;margin-left:10px}@keyframes vcv-ui-form-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}}@keyframes vcv-ui-form-shadow-blink{0%{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0)}50%{border-color:#8cabdd;box-shadow:0 0 0 1px #8cabdd,inset 0 6px 6px -6px transparent}to{border-color:#c4c4c4;box-shadow:0 0 0 1px rgba(140,171,221,0),inset 0 6px 6px -6px rgba(0,0,0,.1)}}.vcv-ui-ajax-form-container select,.vcv-ui-form-dropdown{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-ajax-form-container select:hover,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus,.vcv-ui-form-dropdown:hover{border-color:#c4c4c4}.vcv-ui-ajax-form-container select.vcv-ui-form-state--focus,.vcv-ui-ajax-form-container select:focus,.vcv-ui-form-dropdown.vcv-ui-form-state--focus,.vcv-ui-form-dropdown:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-ui-ajax-form-container select::-ms-expand,.vcv-ui-form-dropdown::-ms-expand{display:none}.vcv-ui-ajax-form-container select:disabled,.vcv-ui-ajax-form-container select[disabled],.vcv-ui-form-dropdown:disabled,.vcv-ui-form-dropdown[disabled]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-ajax-form-container select:not(select),.vcv-ui-form-dropdown:not(select){padding:8px 2.5em 8px 14px;width:auto}.vcv-ui-ajax-form-container select.vcv-ui-form-input-select,.vcv-ui-form-dropdown.vcv-ui-form-input-select{padding:5px 14px}.rtl .vcv-ui-ajax-form-container select,.rtl .vcv-ui-form-dropdown{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat #fff;padding:8px 14px 8px 2em}.vcv-ui-form-dropdown-style--inline{width:auto}.vcv-ui-ajax-form-container .vcv-ui-ajax-form-container label,.vcv-ui-ajax-form-container .vcv-ui-form-group-heading{margin-top:20px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container input[type=radio],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=checkbox],.vcv-layout-header .vcv-ui-ajax-form-container textarea[type=radio]{display:inline-block;vertical-align:middle;width:auto}.vcv-layout-header .vcv-ui-ajax-form-container label input[type=email],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=number],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=search],.vcv-layout-header .vcv-ui-ajax-form-container label input[type=text]{margin-top:12px}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]{height:16px;line-height:normal}.vcv-layout-header .vcv-ui-ajax-form-container input[type=checkbox]+label{display:inline-block;margin-bottom:.2em;margin-left:.4em;margin-right:1em}.vcv-layout-header .vcv-ui-ajax-form-container .vcv-ui-wp-spinner:before{background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain}.vcv-layout-header .vcv-ui-ajax-form-container a{color:#2b4b80;text-decoration:none}.vcv-layout-header .vcv-ui-ajax-form-container a:active,.vcv-layout-header .vcv-ui-ajax-form-container a:hover{color:#203251}.vce-image-filter--xpro2{-webkit-filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg);filter:contrast(1.3) brightness(.8) sepia(.25) saturate(1.5) hue-rotate(-10deg)}.vce-image-filter--willow{-webkit-filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02);filter:saturate(.02) contrast(.85) brightness(1.2) sepia(.02)}.vce-image-filter--walden{-webkit-filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5);filter:sepia(.35) contrast(.9) brightness(1.1) hue-rotate(-10deg) saturate(1.5)}.vce-image-filter--valencia{-webkit-filter:sepia(.15) saturate(1.5) contrast(.9);filter:sepia(.15) saturate(1.5) contrast(.9)}.vce-image-filter--toaster{-webkit-filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67);filter:sepia(.4) saturate(2.5) hue-rotate(-30deg) contrast(.67)}.vce-image-filter--sutro{-webkit-filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg);filter:brightness(.75) contrast(1.3) sepia(.5) hue-rotate(-25deg)}.vce-image-filter--sierra{-webkit-filter:contrast(.8) saturate(1.2) sepia(.15);filter:contrast(.8) saturate(1.2) sepia(.15)}.vce-image-filter--rise{-webkit-filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1);filter:saturate(1.4) sepia(.25) hue-rotate(-15deg) contrast(.8) brightness(1.1)}.vce-image-filter--nashville{-webkit-filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg);filter:sepia(.4) saturate(1.5) contrast(.9) brightness(1.1) hue-rotate(-15deg)}.vce-image-filter--mayfair{-webkit-filter:saturate(1.4) contrast(1.1);filter:saturate(1.4) contrast(1.1)}.vce-image-filter--lofi{-webkit-filter:contrast(1.4) brightness(.9) sepia(.05);filter:contrast(1.4) brightness(.9) sepia(.05)}.vce-image-filter--kelvin{-webkit-filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1);filter:sepia(.4) saturate(2.4) brightness(1.3) contrast(1)}.vce-image-filter--inkwell{-webkit-filter:grayscale(1) brightness(1.2) contrast(1.05);filter:grayscale(1) brightness(1.2) contrast(1.05)}.vce-image-filter--hudson{-webkit-filter:contrast(1.2) brightness(.9) hue-rotate(-10deg);filter:contrast(1.2) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--hefe{-webkit-filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95);filter:contrast(1.3) sepia(.3) saturate(1.3) hue-rotate(-10deg) brightness(.95)}.vce-image-filter--earlybird{-webkit-filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg);filter:sepia(.4) saturate(1.6) contrast(1.1) brightness(.9) hue-rotate(-10deg)}.vce-image-filter--brannan{-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.vce-image-filter--amaro{-webkit-filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5);filter:hue-rotate(-10deg) contrast(.9) brightness(1.1) saturate(1.5)}.vce-image-filter--1977{-webkit-filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8);filter:sepia(.5) hue-rotate(-30deg) saturate(1.2) contrast(.8)}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-dynamic-field-control{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button{border:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button:hover{background-color:transparent}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button span{display:none}.vcv-ui-form-attach-image-item .vcv-ui-form-attach-image-item-controls .vcv-ui-form-link .vcv-ui-form-link-button .vcv-ui-icon-link:before{content:"\e919"}.vcv-ui-form-attach-image-items{list-style:none;margin:0;padding:0}.vcv-ui-form-attach-image-items:after{clear:both;content:" ";display:table}.vcv-ui-form-attach-image-item{list-style:none;margin-bottom:10px}.vcv-ui-form-attach-image-item.vcv-ui-form-attach-image-item--dragging{z-index:9999999}.vcv-ui-form-attach-image-item-inner{background:#fff;border-radius:5px;display:flex;padding:10px;position:relative;transition:box-shadow .2s ease-in-out;width:100%}.vcv-ui-form-attach-image-item-inner:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button{align-items:center;color:#c6cbd4;cursor:pointer;display:flex;flex:0 0 auto;font-size:16px;height:2em;justify-content:center;line-height:1;outline:none;padding:0;text-decoration:none;transition-duration:.2s;transition-property:color;transition-timing-function:ease-in-out;width:2em}.vcv-ui-form-attach-image-item-inner .vcv-ui-dynamic-field-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control:hover,.vcv-ui-form-attach-image-item-inner .vcv-ui-form-link .vcv-ui-form-link-button:hover{color:#9aa3b3;text-decoration:none}.vcv-ui-form-attach-image-item-inner .vcv-ui-form-attach-image-item-control--drag{cursor:move;height:auto;margin-left:-9px;width:auto}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic{height:80px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-container{border:none;margin:0;padding:0;width:100%}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-dynamic-field-tag{margin:0;padding:5px 11px 4px}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-form-link-button{background-color:transparent;border:none}.vcv-ui-form-attach-image-item-inner.vcv-ui-form-attach-image-item-inner--dynamic .vcv-ui-icon-link:before{font-size:16px}.rtl .vcv-ui-form-attach-image-item-inner{flex-direction:row-reverse}.vcv-ui-form-attach-image-item-add-control{direction:ltr;display:flex}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{align-items:center;cursor:pointer;display:flex;flex-flow:row wrap;height:50px;justify-content:center;line-height:1;padding:0;position:relative;transition:all .2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control{border:2px dashed #c6cbd4;border-radius:5px;color:#c6cbd4;flex:1 0 auto;font-size:18px;transition:.2s}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control:hover{background:#fff;border-color:#6f747b;color:#6f747b;text-decoration:none}.vcv-ui-form-attach-image-item-add-control .vcv-ui-form-attach-image-control.vcv-ui-form-attach-image-control--drag-over{background:#fff;border-color:#6f747b;color:#6f747b}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control{color:#6f747b;flex:0 0 auto;font-size:16px}.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:focus,.vcv-ui-form-attach-image-item-add-control .vcv-ui-dynamic-field-control:hover{color:#16243f;text-decoration:none}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-right:5px}.vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-dynamic-field-control{padding-left:10px}.rtl .vcv-ui-form-attach-image-item-add-control.vcv-ui-form-attach-image-item-has-dynamic .vcv-ui-form-attach-image-control{margin-left:5px;margin-right:0}.vcv-ui-form-attach-image-thumbnail{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;cursor:pointer;margin:0;min-height:60px;min-width:60px;overflow:hidden;padding:0;position:relative}.vcv-ui-form-attach-image-thumbnail img{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-item-view--portrait .vcv-ui-form-attach-image-thumbnail img{height:auto;max-height:none;max-width:100%}.vcv-ui-form-attach-image-item-controls{align-items:center;display:flex;flex:1 0 auto;justify-content:flex-end}.rtl .vcv-ui-form-attach-image-item-controls{flex-direction:row-reverse}.vcv-ui-form-attach-image-description{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 15px;overflow:hidden}.vcv-ui-form-attach-image-description span{color:#5c5b5b;flex:1 0 100%;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;letter-spacing:.3px;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-form-attach-image-description i{color:#999;font-size:12px;letter-spacing:.92px;line-height:20px;margin-top:-15px}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:.6em}.rtl .vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:.6em}.vcv-ui-form-attach-image-item .vcv-ui-form-button .vcv-ui-icon{font-size:.8em;vertical-align:initial}.vcv-ui-form-group .vcv-ui-form-attach-image-url-dynamic .vcv-ui-form-link-button{line-height:13px;padding:6px 8px;width:auto}.vcv-ui-form-attach-image-filter{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:80px}.vcv-ui-form-attach-image-filter-toggle{margin-top:10px}.vcv-ui-form-attach-image-filter-block{border-bottom:1px solid #ededed;border-top:1px solid #ededed;box-shadow:inset 0 -180px 150px -160px #fbfbfb,inset 0 180px 150px -160px #fbfbfb;margin:20px -20px;padding:0 20px;position:relative}.vcv-ui-form-attach-image-filter-container{overflow:hidden;position:relative;width:calc(100% + 20px)}.vcv-ui-form-attach-image-filter-list{list-style-type:none;margin:0;overflow-x:auto;padding:20px 2px 10px;white-space:nowrap}.vcv-ui-form-attach-image-filter-list-item{display:inline-block;margin:0 7px;vertical-align:top}.vcv-ui-form-attach-image-filter-list-item:first-child{margin-left:0}.vcv-ui-form-attach-image-filter .vcv-ui-form-attach-image-filter-image{background-color:transparent;border:none;left:50%;max-height:100%;max-width:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.vcv-ui-form-attach-image-filter-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;display:block;height:80px;overflow:hidden;position:relative}.vcv-ui-form-attach-image-filter-content--active{box-shadow:0 0 0 2px rgba(70,115,189,.8)}.vcv-ui-form-attach-image-filter-name{color:#6f747b;display:block;font-size:12px;margin:5px 0;white-space:normal}.vcv-ui-form-button{word-wrap:break-word;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;line-height:1.5;margin:0;padding:5px 14px;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background,border,opacity,transform;transition-timing-function:ease-in-out;user-select:none;vertical-align:middle}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled){color:#f3f3f3;cursor:not-allowed}.vcv-ui-form-button[disabled]:not(.vcv-ui-form-button-undisabled):hover{background-color:#304568}.vcv-ui-form-button.vcv-ui-form-button--loading{pointer-events:none;position:relative}.vcv-ui-form-button.vcv-ui-form-button--loading:before{background-color:#304568;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-ui-form-button.vcv-ui-form-button--loading:focus:before,.vcv-ui-form-button.vcv-ui-form-button--loading:hover:before{background:#d98800}.vcv-ui-form-button.vcv-ui-form-button--loading:after{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-ui-form-button .vcv-ui-icon{display:inline-block;flex-basis:100%;height:1em;line-height:inherit;position:relative;vertical-align:middle;width:1em}.vcv-ui-form-button .vcv-ui-icon+*{margin-left:1em}.vcv-ui-form-button .vcv-ui-icon:before{font-size:1.35em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-button--large{-webkit-font-smoothing:antialiased;background:#283aa4;border:none;border-radius:0;box-shadow:none;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:.077em;margin-bottom:12px;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover{background:#ffae27;color:#fff}.vcv-ui-form-button--large:active,.vcv-ui-form-button--large:focus,.vcv-ui-form-button--large:hover,.vcv-ui-form-button--large:visited{border:none;box-shadow:none;text-decoration:none}.rtl .vcv-ui-form-button .vcv-ui-icon+*{margin-left:0;margin-right:1em}.vcv-ui-form-button--default{background-color:#fff;border-color:#d1d1d1;color:#707070}.vcv-ui-form-button--default.vcv-ui-state--active,.vcv-ui-form-button--default:hover{background-color:#ddd}.vcv-ui-form-button--action,.vcv-ui-form-button-group--action .vcv-ui-form-button{background-color:#283aa4;color:#fff;padding:11px 24px}.vcv-ui-form-button--action.vcv-ui-state--active,.vcv-ui-form-button--action:hover,.vcv-ui-form-button-group--action .vcv-ui-form-button.vcv-ui-state--active,.vcv-ui-form-button-group--action .vcv-ui-form-button:hover{background-color:#ffae27}.vcv-ui-lock-control-container .vcv-ui-form-button--action,.vcv-ui-lock-control-container .vcv-ui-form-button-group--action .vcv-ui-form-button{margin:0 20px 0 0}.vcv-ui-lock-control-container .vcv-ui-form-button--default{padding:11px 24px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner{height:40px;width:40px}.vcv-ui-lock-control-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-ui-form-buttons-group{border-radius:3px;display:inline-flex;flex-flow:row wrap;overflow:hidden}.vcv-ui-form-buttons-group>.vcv-ui-form-button{border-radius:0;flex:1 0 auto;font-weight:700;margin-bottom:1px;margin-left:1px}.vcv-ui-form-button-group--action{background-color:#3a5c95}.vcv-ui-form-button-group--attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--attribute .vcv-ui-form-button,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button{align-items:center;background:#fff;border:0;border-left:1px solid #d0d0d0;color:#6f747b;display:flex;font-size:11px;font-weight:700;height:40px;justify-content:center;margin:0;min-width:40px;padding:0}.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute,.vcv-ui-form-group.vcv-ui-form-button-group--attribute .vcv-ui-form-button .vcv-ui-icon-attribute{font-size:14px}.vcv-ui-form-button-group--large{border:1px solid #d0d0d0;direction:ltr}.vcv-ui-form-button-group--large .vcv-ui-form-button{background:#fff;border:none;border-left:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-form-button-group--large .vcv-ui-form-button:first-child{border-left:none}.vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#ddd}.vcv-ui-form-button-group--large .vcv-ui-form-button .vcv-ui-icon-expand{margin-left:8px}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item .vcv-ui-form-button{border-left:1px solid #d0d0d0}.vcv-ui-form-button-group--large .vcv-ui-form-button-group-item:first-child .vcv-ui-form-button{border-left:none}.vcv-ui-form-checkboxes{margin:8px 0 12px}.vcv-ui-form-checkboxes--list{margin:0}.vcv-ui-form-checkboxes--list .vcv-ui-form-checkbox{display:block}.vcv-ui-form-checkboxes--limit .vcv-ui-scroll-content{padding:5px 1px}.vcv-ui-form-checkbox{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-checkbox:hover .vcv-ui-form-checkbox-indicator{border-color:#c4c4c4}.vcv-ui-form-checkbox>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-checkbox>input:focus+.vcv-ui-form-checkbox-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{transform:translate(-50%,-50%) scale(1)}.vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#283aa4;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-checkbox>input:disabled+.vcv-ui-form-checkbox-indicator,.vcv-ui-form-checkbox>input[disabled]+.vcv-ui-form-checkbox-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-checkbox-children{margin-left:10px}.rtl .vcv-ui-form-checkbox{padding-left:1em;padding-right:2em}.rtl .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{left:auto;right:0}.rtl .vcv-ui-form-checkbox+.vcv-ui-ajax-form-container small,.rtl .vcv-ui-form-checkbox+.vcv-ui-form-helper{margin-left:0;margin-right:2em}.vcv-ui-form-colorpicker{position:relative}.vcv-ui-form-colorpicker--default{font-size:10px;font-weight:700;letter-spacing:.5px;padding:11px 14px;text-transform:uppercase}.vcv-ui-color-picker{display:block;width:255px}.vcv-ui-color-picker .wp-color-result{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;box-shadow:none;box-sizing:border-box;font-size:14px;height:40px;line-height:1.5;margin:0 2% 0 0;outline:none;padding:8px 14px;vertical-align:middle;width:23%}.vcv-ui-color-picker .wp-color-result:focus,.vcv-ui-color-picker .wp-color-result:hover{border-color:#c4c4c4}.vcv-ui-color-picker .wp-color-result:after,.vcv-ui-color-picker .wp-color-result:before{border-radius:inherit;bottom:-1px;box-shadow:none;content:"";display:block;left:-1px;position:absolute;right:-1px;top:-1px}.vcv-ui-color-picker .wp-color-result:after{background:inherit;border:inherit}.vcv-ui-color-picker .wp-color-result:before{background-color:#fff;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon{background-color:#eaeaea;border:inherit;border-radius:inherit;bottom:-1px;color:#707070;display:none;left:100%;position:absolute;top:-1px;transition-duration:.2s;transition-property:background-color;transition-timing-function:ease-in-out}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-color-picker .wp-color-result .vcv-ui-icon:hover{background-color:#ddd}.vcv-ui-color-picker .wp-color-result,.vcv-ui-color-picker .wp-picker-holder,.vcv-ui-color-picker .wp-picker-input-wrap{position:relative}.vcv-ui-color-picker .wp-color-result.wp-picker-open,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-holder,.vcv-ui-color-picker .wp-color-result.wp-picker-open~.wp-picker-input-wrap{z-index:10}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open){margin-right:40px}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open):after{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open) .vcv-ui-icon{border-bottom-left-radius:0;border-top-left-radius:0;display:block;visibility:visible;width:40px}.vcv-ui-color-picker .vcv-ui-form-input-group{box-sizing:border-box;display:inline-flex;width:75%}.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.vcv-ui-form-input-group,.vcv-ui-color-picker .wp-color-result:not(.wp-picker-open)~.wp-picker-holder{display:none}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container{padding:10px}.vcv-ui-color-picker .vcv-ui-color-picker-alpha-container>label{display:block}.vcv-ui-color-picker .iris-square-value{box-shadow:none}.vcv-ui-color-picker .wp-picker-holder{background-color:#fff;border:1px solid #c5c5c5;border-radius:3px;font-size:14px;margin-top:4px}.vcv-ui-color-picker .iris-picker{background-color:transparent;background-image:none;border:none;margin:0}.vcv-ui-color-picker .iris-picker~*{border-top:inherit}.vcv-ui-form-button{position:relative}.vcv-ui-form-button>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-editor-dropdown-input-container{background:#fff;border-radius:3px;display:flex;margin:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-dropdown-input-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input{border:none;padding-left:0;width:auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container{display:flex;flex:1 0 auto}.vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;flex:1 0 auto;padding-left:10px}.vcv-ui-editor-dropdown-input-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center}.vcv-ui-editor-dropdown-input-icon-container .vcv-ui-icon-dropdown-input{color:#c5c5c5;font-size:19px}.vcv-ui-editor-dropdown-input-dropdown-container{background-color:#fff;border:1px solid #d1d1d1;border-bottom-left-radius:3px;border-right:0;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:normal;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.rtl .vcv-ui-editor-dropdown-input-dropdown-container{border:1px solid #d1d1d1;border-radius:0;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px}.rtl .vcv-ui-editor-dropdown-input-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) left 1em center no-repeat;border-left:1px solid #d1d1d1;border-right:0;padding:8px 14px 8px 2em}.rtl .vcv-ui-editor-dropdown-input-container .vcv-ui-editor-dropdown-input-field-container .vcv-ui-editor-dropdown-input-field{border:1px solid #d1d1d1;border-radius:3px;border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;padding-right:10px}.vcv-ui-editor-field-highlight{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1);outline:none}.vcv-check-new-form-elements{margin:3rem auto;width:50vw}.vcv-ui-iconpicker-picker-dropdown{min-height:36px}.vcv-ui-form-iconpicker-content{border:1px solid #d1d1d1;border-radius:3px;display:none;margin-top:4px;padding:0}.vcv-ui-form-iconpicker-content.vcv-ui-form-state--active{display:block}.vcv-ui-form-iconpicker-content-heading{background-color:#f5f5f5;border-bottom:1px solid #ebebeb;padding:14px 14px 7px}.vcv-ui-form-iconpicker-content-heading>*{margin-bottom:7px}.vcv-ui-form-iconpicker-options{display:flex;flex-flow:row wrap;max-height:300px;overflow:auto}.vcv-ui-form-iconpicker-option{background-color:#fff;border:1px solid #ebebeb;border-bottom:0;border-right:0;color:#5c5b5b;cursor:pointer;flex:1 1 80px;font-size:1rem;height:40px;margin-left:-1px;margin-top:-1px;position:relative;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:80px}.vcv-ui-form-iconpicker-option>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-form-iconpicker-option.vcv-ui-form-state--active,.vcv-ui-form-iconpicker-option:hover{background-color:#283aa4;color:#fff}.vcv-ui-form-iconpicker-error{padding:7px 14px}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled{color:#eee;cursor:not-allowed;pointer-events:none}.vcv-ui-form-iconpicker-option.vcv-ui-form-iconpicker--disabled:hover{background-color:#fff}.rtl .vcv-ui-form-iconpicker-option{border:1px solid #ebebeb;border-left:0;margin-left:0;margin-right:-1px;text-align:left}.vcv-layout-header .vcv-ui-form-input,.vcv-ui-ajax-form-container input,.vcv-ui-ajax-form-container textarea{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;color:#5c5b5b;font-size:12px;font-weight:400;height:auto;line-height:1.5;min-height:auto;padding:5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:100%}.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-preset-field,.vcv-layout-header .vcv-ui-form-input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container input.vcv-ui-editor-save-template-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-preset-field,.vcv-ui-ajax-form-container textarea.vcv-ui-editor-save-template-field{font-size:14px}.vcv-layout-header .vcv-ui-form-input::-ms-clear,.vcv-ui-ajax-form-container input::-ms-clear,.vcv-ui-ajax-form-container textarea::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input:hover,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container input:hover,.vcv-ui-ajax-form-container textarea:focus,.vcv-ui-ajax-form-container textarea:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-input:focus,.vcv-ui-ajax-form-container input:focus,.vcv-ui-ajax-form-container textarea:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-input::placeholder,.vcv-ui-ajax-form-container input::placeholder,.vcv-ui-ajax-form-container textarea::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-input:disabled,.vcv-layout-header .vcv-ui-form-input[disabled],.vcv-layout-header .vcv-ui-form-input[readonly],.vcv-ui-ajax-form-container input:disabled,.vcv-ui-ajax-form-container input[disabled],.vcv-ui-ajax-form-container input[readonly],.vcv-ui-ajax-form-container textarea:disabled,.vcv-ui-ajax-form-container textarea[disabled],.vcv-ui-ajax-form-container textarea[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container input.vcv-ui-form-input--error,.vcv-ui-ajax-form-container textarea.vcv-ui-form-input--error{border-color:#f44}.vcv-layout-header textarea.vcv-ui-form-input{height:10em;overflow:auto;resize:vertical}.vcv-layout-header .vcv-ui-form-input-group{display:flex;padding-left:1px}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input{flex-grow:1;margin-left:-1px;min-width:50%;position:relative;width:auto}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:focus,.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:hover{z-index:10}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.vcv-layout-header .vcv-ui-form-input-group .vcv-ui-form-input:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-ajax-form-container select.vcv-ui-color-picker-dropdown,.vcv-ui-form-dropdown.vcv-ui-color-picker-dropdown{color:#c5c5c5;font-size:14px;font-style:italic;font-weight:400;line-height:16px;text-align:center}.vcv-ui-input-search{position:relative}.vcv-ui-input-search .vcv-ui-form-input-search-addon{background:transparent;bottom:0;color:#c5c5c5;display:block;font-size:14px;font-weight:400;line-height:1.5;padding:8px 14px;pointer-events:none;position:absolute;top:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon>*{position:absolute;top:50%;transform:translateY(-50%)}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child{left:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:first-child>*{left:14px}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child{right:0}.vcv-ui-input-search .vcv-ui-form-input-search-addon:last-child>*{right:14px}.vcv-ui-input-search .vcv-ui-form-input:not(:first-child){padding-left:35px}.vcv-ui-input-search .vcv-ui-form-input:not(:last-child){padding-right:35px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;flex-grow:0;min-width:0;width:140px}.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{background-color:#f5f5f5;border-bottom-left-radius:0;border-top-left-radius:0;width:80px}.vcv-layout-header .vcv-ui-form-input-select-list{background:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;flex-wrap:wrap;font-size:14px;justify-content:space-between;margin-top:4px;padding:5px}.vcv-layout-header .vcv-ui-form-input-select-item{border-radius:3px;cursor:pointer;margin:3px 0;min-height:35px;padding:5px 5px 5px 14px;width:32%}.vcv-layout-header .vcv-ui-form-input-select-item span{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-header .vcv-ui-form-input-select-item-active,.vcv-layout-header .vcv-ui-form-input-select-item:hover{background:#eaeaea}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-input{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-top-left-radius:0;border-top-right-radius:3px}.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-ajax-form-container select,.rtl .vcv-layout-header .vcv-ui-form-input-select .vcv-ui-form-dropdown{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-input{flex-grow:0;min-width:0;width:calc(100% - 40px)}.vcv-layout-header .vcv-ui-form-input-icon .vcv-ui-form-icon{background:#f5f5f5;border-bottom-right-radius:0;border-top-right-radius:0;padding-right:14px}.vcv-ui-form-link{align-items:center;display:flex}.vcv-ui-form-link .vcv-ui-form-link-data{display:flex;flex:1 1 0;flex-wrap:wrap;font-size:13px;width:0}.vcv-ui-form-link .vcv-ui-form-link-button{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.5px;padding-bottom:11px;padding-top:11px;text-transform:uppercase}.vcv-ui-form-link .vcv-ui-form-link-title{color:#9a9a9a;display:inline-block;margin:2px 0 2px 14px;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.vcv-ui-form-link .vcv-ui-form-link-title:before{content:attr(data-vc-link-title)}.vcv-ui-form-link .vcv-ui-form-link-title:empty{display:none}.vcv-ui-form-link .vcv-ui-form-link-button-group{align-items:stretch;direction:ltr;display:flex}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-form-link-button{border-bottom-right-radius:0;border-top-right-radius:0}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px;color:#707070;display:flex;font-size:12px;padding:6px;transition-duration:.2s;transition-property:color,background,border,opacity;transition-timing-function:ease-in-out}.vcv-ui-form-link .vcv-ui-form-link-button-group .vcv-ui-dynamic-field-control:hover{background-color:#ddd}.vcv-ui-form-radio-buttons{margin:8px 0 12px}.vcv-ui-form-radio-buttons--list .vcv-ui-form-radio{display:block}.vcv-ui-form-radio{cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin:0 0 10px;padding-left:2em;padding-right:1em;position:relative;vertical-align:middle}.vcv-ui-form-radio .vcv-ui-form-radio-indicator{background-color:#fff;background-image:none;border:1px solid #d1d1d1;border-radius:100%;color:#283aa4;display:block;font-size:1em;height:18px;left:0;position:absolute;text-align:center;top:-1px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;user-select:none;width:18px}.vcv-ui-form-radio:hover .vcv-ui-form-radio-indicator{border-color:#c4c4c4}.vcv-ui-form-radio>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-radio>input:focus+.vcv-ui-form-radio-indicator{animation:vcv-ui-form-blink .4s ease-out}.vcv-ui-form-radio>input+.vcv-ui-form-radio-indicator:before{speak:none;background-color:#283aa4;border-radius:inherit;box-sizing:border-box;content:"";font-size:.85em;font-style:normal;font-variant:normal;font-weight:400;height:8px;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out;width:8px}.vcv-ui-form-radio>input:checked+.vcv-ui-form-radio-indicator:before{transform:translate(-50%,-50%) scale(1);transition:transform .2s ease-in-out}.vcv-ui-form-radio>input:disabled+.vcv-ui-form-radio-indicator,.vcv-ui-form-radio>input[disabled]+.vcv-ui-form-radio-indicator{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-radio+.vcv-ui-ajax-form-container small,.vcv-ui-form-radio+.vcv-ui-form-helper{margin-left:2em}.vcv-ui-form-range{display:flex;height:30px}.vcv-ui-form-range .vcv-ui-form-range-helper{flex-grow:1;line-height:30px;margin-right:20px;position:relative}.vcv-ui-form-range .vcv-ui-form-range-bg{background:#283aa4;border-radius:5px;height:8px;left:1px;max-width:99%;min-width:12px;pointer-events:none;position:absolute;top:11px;width:0;z-index:1}.vcv-ui-form-range .vcv-ui-form-range-slider-bg{background:#fff;border:1px solid #d3d3d3;border-radius:5px;height:8px;left:0;pointer-events:none;position:absolute;top:11px;width:100%;z-index:0}.vcv-ui-form-range .vcv-ui-form-range-slider{-webkit-appearance:none;background:transparent;margin:9px 0;padding:0;position:relative;vertical-align:middle;width:100%;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus{outline:none}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-runnable-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:-6px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-webkit-slider-runnable-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-track{animate:.2s;background:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-moz-range-track{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-moz-range-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-track{animate:.2s;background:transparent;border-color:transparent;border-width:1px 0;color:transparent;cursor:pointer;height:8px;width:100%}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-slider::-ms-thumb{background:#fff;border:5px solid #283aa4;border-radius:50%;box-sizing:border-box;cursor:pointer;height:18px;margin-top:0;position:relative;width:18px;z-index:2}.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-lower,.vcv-ui-form-range .vcv-ui-form-range-slider:focus::-ms-fill-upper{background:transparent}.vcv-ui-form-range .vcv-ui-form-range-input{padding-left:5px;padding-right:5px;text-align:center;width:60px}.rtl .vcv-ui-form-range .vcv-ui-form-range-helper{margin-left:20px;margin-right:0}.rtl .vcv-ui-form-range .vcv-ui-form-range-bg{left:auto;right:1px}.vcv-ui-editor-search-container{display:flex;margin:12px 60px 12px 20px;position:relative}.vcv-ui-editor-search-container .vcv-ui-ajax-form-container select,.vcv-ui-editor-search-container .vcv-ui-form-dropdown{border-radius:0;height:100%;opacity:0}.vcv-ui-editor-search-container .vcv-ui-form-input{border:none;width:auto}.vcv-ui-editor-search-container .vcv-ui-form-input:focus{animation:none;box-shadow:none}.vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 92px 12px 20px}.rtl .vcv-ui-teaser-add-element-content .vcv-ui-editor-search-container{margin:12px 20px 12px 92px}.rtl .vcv-ui-editor-search-container{margin:12px 20px 12px 60px}.rtl .vcv-ui-editor-search-container .vcv-ui-form-input{padding-right:0}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container{border:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .vcv-ui-editor-search-container .vcv-ui-editor-search-dropdown-container:before{border-left:1px solid #d1d1d1;border-right:0}:not(.rtl) .vcv-ui-editor-search-container .vcv-ui-form-input{padding-left:0}.vcv-ui-editor-search-field-container{background:#fff;border-radius:3px;display:flex;flex:1 0 auto;overflow:hidden}.vcv-ui-editor-search-field-container .vcv-ui-editor-search-field{font-size:14px;padding:8px 14px;width:0}.vcv-ui-editor-search-icon-container{align-items:center;display:flex;flex:0 0 60px;justify-content:center;transition:background .2s ease-in-out}.vcv-ui-editor-search-icon-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-editor-search-icon-container--disabled{background:#f5f5f5;cursor:not-allowed}.vcv-ui-editor-search-field{flex:1 0 auto}.vcv-ui-editor-search-dropdown-container{background-color:#eaeaea;border-bottom-left-radius:3px;border-top-left-radius:3px;display:inline-block;flex:0 0 100px;position:relative}.vcv-ui-editor-search-dropdown-container:before{background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat;border-right:1px solid #d1d1d1;bottom:0;color:#5c5b5b;content:attr(data-content);left:0;line-height:1.7;overflow:hidden;padding:8px 2em 8px 14px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;text-transform:capitalize;top:0;white-space:nowrap}.vcv-ui-form-switch-container,.vcv-ui-form-switch-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-trigger-label{font-size:12px;font-weight:700;margin:8px 0 8px 8px}.rtl .vcv-ui-form-switch-trigger-label{margin:8px 8px 8px 0}.vcv-ui-form-switch{color:#fff;display:inline-block;font-size:10px;font-weight:600;padding:1em;position:relative;text-transform:uppercase;vertical-align:middle}.vcv-ui-form-switch:hover{cursor:pointer}.vcv-ui-form-switch>input[type=checkbox]{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch .vcv-ui-form-switch-label{display:block;text-align:center}.vcv-ui-form-switch .vcv-ui-form-switch-label:after,.vcv-ui-form-switch .vcv-ui-form-switch-label:before{box-sizing:border-box;display:block;line-height:1}.vcv-ui-form-switch .vcv-ui-form-switch-label:before{height:.5em;opacity:0;overflow:hidden;visibility:hidden}.vcv-ui-form-switch .vcv-ui-form-switch-label:after{left:1em;position:absolute;right:1em;top:50%;transform:translateY(-50%);transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-form-switch [data-vc-switch-on]:after,.vcv-ui-form-switch [data-vc-switch-on]:before{content:attr(data-vc-switch-on);margin-left:2em}.vcv-ui-form-switch [data-vc-switch-off]:after,.vcv-ui-form-switch [data-vc-switch-off]:before{content:attr(data-vc-switch-off);margin-right:2em}.vcv-ui-form-switch>input[type=checkbox]~.vcv-ui-form-switch-label:after{opacity:0}.vcv-ui-form-switch>input[type=checkbox]:checked~[data-vc-switch-on]:after,.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~[data-vc-switch-off]:after{opacity:1}.vcv-ui-form-switch .vcv-ui-form-switch-indicator{bottom:0;left:0;right:0;top:0}.vcv-ui-form-switch .vcv-ui-form-switch-indicator,.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{border-radius:4em;position:absolute;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{background:#fff;content:"";display:block;height:1.6em;top:50%;transform:translate(-50%,-50%);width:1.6em;z-index:10}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#283aa4}.vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.5em}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#5c5b5b}.vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.5em}.vcv-ui-form-switch:hover>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator{background-color:#253698}.vcv-ui-form-switch:hover>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#545353}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-indicator:before,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-indicator:before{border:inherit}.vcv-ui-form-switch:hover>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch:hover>input[type=checkbox][disabled]~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox]:disabled~.vcv-ui-form-switch-label,.vcv-ui-form-switch>input[type=checkbox][disabled]~.vcv-ui-form-switch-label{color:#7e7e7e;cursor:not-allowed}.vcv-ui-form-switch-small-container,.vcv-ui-form-switch-small-trigger-label{display:inline-block;vertical-align:middle}.vcv-ui-form-switch-small-trigger-label{margin:8px}.vcv-ui-form-switch-small{display:inline-block;height:20px;position:relative;vertical-align:middle;width:34px}.vcv-ui-form-switch-small:hover{cursor:pointer}.vcv-ui-form-switch-small>input{opacity:0;position:absolute;z-index:-1}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator{border-radius:4em;bottom:0;left:0;position:absolute;right:0;top:0;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out}.vcv-ui-form-switch-small .vcv-ui-form-switch-small-indicator:before{background:#fff;border-radius:4em;content:"";display:block;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;width:12px;z-index:10}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#2f2f2f}.vcv-ui-form-switch-small>input:checked~.vcv-ui-form-switch-small-indicator:before{left:0;margin-left:1.6em}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#e7e7e7}.vcv-ui-form-switch-small>input:not(:checked)~.vcv-ui-form-switch-small-indicator:before{left:100%;margin-left:-1.6em}.vcv-ui-form-switch-small:hover>input:checked~.vcv-ui-form-switch-small-indicator{background-color:#272727}.vcv-ui-form-switch-small:hover>input:not(:checked)~.vcv-ui-form-switch-small-indicator{background-color:#dadada}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator{background-color:#f5f5f5;border:1px solid #d1d1d1;cursor:not-allowed}.vcv-ui-form-switch-small:hover>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small:hover>input[disabled]~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input:disabled~.vcv-ui-form-switch-small-indicator:before,.vcv-ui-form-switch-small>input[disabled]~.vcv-ui-form-switch-small-indicator:before{border:inherit}.vcv-ui-form-table{border:1px solid #d1d1d1;border-collapse:collapse;color:#6f747b;font-size:14px;margin:12px 0;max-width:100%;width:100%}.vcv-ui-form-table>tbody>tr:nth-of-type(2n){background-color:#ededed}.vcv-ui-form-table>tbody>tr:nth-of-type(odd){background-color:#fff}.vcv-ui-form-table>tbody>tr>td{border-top:1px solid #d1d1d1;line-height:1.5;padding:8px 14px;text-align:left;vertical-align:top}.vcv-ui-form-table>tbody>tr>td:last-child{font-size:12px;line-height:21px;text-align:right;text-transform:uppercase}.vcv-ui-form-table>tbody>tr:last-child>td{border-bottom:1px solid #d1d1d1}.vcv-ui-form-table .vcv-ui-form-table-link-row{cursor:pointer}.vcv-ui-form-table .vcv-ui-form-table-link-row a{color:inherit;font-size:12px;font-weight:700;text-decoration:none}.vcv-ui-form-table .vcv-ui-form-table-link-row a:hover{color:inherit}.vcv-ui-form-table .vcv-ui-form-table-link-row.vcv-ui-state--active,.vcv-ui-form-table .vcv-ui-form-table-link-row:hover{background-color:#203251;color:#fff}.vcv-ui-form-table .vcv-ui-form-table-link-type{display:inline-block;font-size:11px;font-weight:700;max-width:5em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rtl .vcv-ui-form-table>tbody>tr>td{text-align:right}.rtl .vcv-ui-form-table>tbody>tr>td:last-child{text-align:left}.vcv-ui-form-group .react-datepicker__input-container{width:200px}.vcv-ui-form-datepicker.react-datepicker{border:none;border-radius:3px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);color:#838383;font-family:inherit;font-size:12px}.vcv-ui-form-datepicker .react-datepicker__triangle{display:none}.vcv-ui-form-datepicker .react-datepicker__header{background-color:#fff;border:none;padding:0;text-align:left}.vcv-ui-form-datepicker .react-datepicker__current-month{border-bottom:2px solid #f6f6f6;margin:0 7px 0 9px;padding:5px 13px 10px 0}.vcv-ui-form-datepicker .react-datepicker-time__header,.vcv-ui-form-datepicker .react-datepicker__current-month{color:#838383}.vcv-ui-form-datepicker .react-datepicker__month-container{margin:10px 5px}.vcv-ui-form-datepicker .react-datepicker__time-container{border:none;width:100px}.vcv-ui-form-datepicker .react-datepicker__month{margin:0}.vcv-ui-form-datepicker .react-datepicker__day,.vcv-ui-form-datepicker .react-datepicker__day-name,.vcv-ui-form-datepicker .react-datepicker__time-name{color:#838383;font-weight:600;height:25px;line-height:25px;margin:5px;width:25px}.vcv-ui-form-datepicker .react-datepicker__day-name{text-transform:uppercase}.vcv-ui-form-datepicker .react-datepicker__day--outside-month{color:silver}.vcv-ui-form-datepicker .react-datepicker__day:hover{background-color:#ededed;border-radius:4em}.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected,.vcv-ui-form-datepicker .react-datepicker__day--keyboard-selected:hover,.vcv-ui-form-datepicker .react-datepicker__day--selected,.vcv-ui-form-datepicker .react-datepicker__day--selected:hover{background-color:#2a4b80;border-radius:4em;color:#fff}.vcv-ui-form-datepicker .react-datepicker__navigation{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3E%3Cpath d='M5.807 4.407 2.275.876a.843.843 0 0 0-1.19 1.19l2.939 2.939-2.94 2.939a.843.843 0 0 0 0 1.19.838.838 0 0 0 1.186 0l3.532-3.532a.844.844 0 0 0 .005-1.195Z' fill='%23838383' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;background-size:10px 10px;border:2px solid #838383;border-radius:4em;height:24px;opacity:.4;top:12px;width:24px}.vcv-ui-form-datepicker .react-datepicker__navigation:hover{border-color:#838383;opacity:1}.vcv-ui-form-datepicker .react-datepicker__navigation-icon:before{content:none}.vcv-ui-form-datepicker .react-datepicker__navigation--next{right:10px}.vcv-ui-form-datepicker .react-datepicker__navigation--previous{left:187px;transform:rotate(180deg)}.vcv-ui-form-datepicker .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:106px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:auto}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-left:2px solid #f6f6f6;padding-right:10px;width:100px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar{background:transparent;width:7px}.vcv-ui-form-datepicker .react-datepicker__time-list::-webkit-scrollbar-thumb{background:silver;border-radius:5px;margin-right:4px}.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected,.vcv-ui-form-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#2a4b80}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time{display:flex}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__navigation--previous{left:184px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__current-month{margin:0 0 0 9px}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container,.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__time-container{float:none}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__month-container{margin-right:0}.vcv-ui-form-datepicker.vcv-ui-form-datepicker-time .react-datepicker__header--time{border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0;margin:10px 10px 0 0;padding:5px 0 10px 10px}.vcv-layout-header .vcv-ui-form-datalist{-webkit-appearance:none;appearance:none;background:url(assets/e671e5cf539c602dca22.svg) right 1em center no-repeat #fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#5c5b5b;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;padding:5px 2em 5px 14px;transition-duration:.2s;transition-property:all;transition-timing-function:ease-in-out;vertical-align:middle;width:100%}.vcv-layout-header .vcv-ui-form-datalist::-webkit-calendar-picker-indicator{display:none}.vcv-layout-header .vcv-ui-form-datalist::-ms-clear{display:none}.vcv-layout-header .vcv-ui-form-datalist:focus,.vcv-layout-header .vcv-ui-form-datalist:hover{border-color:#c4c4c4}.vcv-layout-header .vcv-ui-form-datalist:focus{animation:vcv-ui-form-shadow-blink .4s ease-out;box-shadow:inset 0 6px 6px -6px rgba(0,0,0,.1)}.vcv-layout-header .vcv-ui-form-datalist::placeholder{color:#c5c5c5;font-style:italic}.vcv-layout-header .vcv-ui-form-datalist:disabled,.vcv-layout-header .vcv-ui-form-datalist[disabled],.vcv-layout-header .vcv-ui-form-datalist[readonly]{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed}.vcv-layout-header .vcv-ui-form-group .vcv-ui-ajax-form-container select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-dropdown.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-field-dynamic-url.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic,.vcv-layout-header .vcv-ui-form-group .vcv-ui-tag-list-container.vcv-ui-form-field-dynamic{display:inline-block;margin-right:5px;vertical-align:top;width:92%}.vcv-ui-dynamic-field-autocomplete-container{position:relative}.vcv-ui-dynamic-field-autocomplete-container>.vcv-ui-wp-spinner{position:absolute;right:5px;top:8px}.vcv-ui-form-field-dynamic+.vcv-ui-form-link{margin-top:10px}.vcv-ui-dynamic-field-container{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;display:flex;justify-content:space-between;margin:0 0 10px;padding:3px 2px}.vcv-ui-dynamic-field-container .vcv-ui-dynamic-field-control{padding:0 5px}.vcv-ui-form-link .vcv-ui-dynamic-field-container{flex-basis:100%;margin-bottom:0}.vcv-ui-dynamic-field-tag{background-color:#283aa4;border-radius:2em;color:#fff;cursor:pointer;font-size:12px;margin:1px 3px;padding:1px 11px 0;transition:background-color .2s;word-break:break-all}.vcv-ui-dynamic-field-tag:hover{background-color:#203251}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--inactive{background:#ed5656}.vcv-ui-dynamic-field-tag.vcv-ui-dynamic-field-tag--placeholder{background:#c6cbd4}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{margin:8px 30px 8px 0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{display:inline-block;margin-top:5px;position:absolute;right:2px;vertical-align:top}.vcv-ui-form-wp-tinymce .wp-editor-container{border:1px solid #d1d1d1;border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .wp-editor-container{border-bottom:1px solid #d1d1d1}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-only-dynamic .vcv-ui-form-group{margin-top:20px}.vcv-ui-form-wp-tinymce .mce-top-part:before{display:none}.vcv-ui-form-wp-tinymce div.mce-toolbar-grp{border-bottom:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner{position:relative}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-wp-tinymce-inner:after{background:#fff;bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0;z-index:99}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened.vcv-ui-form-field-dynamic-is-active .vcv-ui-form-wp-tinymce-inner:after{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-dynamic-field-container{border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened .vcv-ui-form-switch-small-container,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-ajax-form-container small,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-dynamic-is-opened+.vcv-ui-form-helper,.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{display:none}.vcv-ui-dynamic-field-controls{display:flex;flex-shrink:0}.vcv-ui-dynamic-field-control{background:transparent;border:none;cursor:pointer;display:inline-block;font-size:16px;padding:6px 0 6px 5px;transition:color .2s ease-in-out;vertical-align:middle}.vcv-ui-dynamic-field-control:hover{color:#16243f}.vcv-ui-dynamic-field-control.vcv-ui-dynamic-field-control--inactive:before{opacity:.5}.vcv-ui-dynamic-field-inner{padding:5px 0 20px}.vcv-ui-form-input.vcv-ui-form-field-dynamic-extra{margin-top:10px}.vcv-ui-form-attach-image-item-dynamic-open{align-items:center;display:flex;height:80px}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-form-switch-small-container{left:30px;right:auto}.rtl .vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-dynamic:not(.vcv-ui-form-field-dynamic-is-opened) .vcv-ui-dynamic-field-control{left:2px;right:auto}.rtl .vcv-ui-dynamic-field-control{padding:6px 5px 6px 0}.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input-select.vcv-ui-form-field-dynamic,.rtl .vcv-layout-header .vcv-ui-form-group .vcv-ui-form-input.vcv-ui-form-field-dynamic{margin-left:5px;margin-right:0}.vcv-ui-row{display:flex;flex-direction:row;flex-wrap:wrap}.vcv-ui-col{box-sizing:border-box}.vcv-media--lg .vcv-ui-col,.vcv-media--md .vcv-ui-col,.vcv-media--sm .vcv-ui-col,.vcv-media--xl .vcv-ui-col,.vcv-media--xs .vcv-ui-col,.vcv-ui-col{flex:0 0 100%;width:100%}.vcv-media--lg .vcv-ui-col--fixed-width,.vcv-media--md .vcv-ui-col--fixed-width,.vcv-media--sm .vcv-ui-col--fixed-width,.vcv-media--xl .vcv-ui-col--fixed-width,.vcv-media--xs .vcv-ui-col--fixed-width,.vcv-ui-col--fixed-width{flex:0 0 100%;max-width:400px}@media (min-width:0){.vcv-ui-col--xs-12{flex-basis:100%;width:100%}}.vcv-media--xs .vcv-ui-col--xs-12{flex-basis:100%;width:100%}@media (min-width:0){.vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xs .vcv-ui-col--xs-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:0){.vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xs .vcv-ui-col--xs-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:0){.vcv-ui-col--xs-9{flex-basis:75%;width:75%}}.vcv-media--xs .vcv-ui-col--xs-9{flex-basis:75%;width:75%}@media (min-width:0){.vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xs .vcv-ui-col--xs-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:0){.vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xs .vcv-ui-col--xs-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:0){.vcv-ui-col--xs-6{flex-basis:50%;width:50%}}.vcv-media--xs .vcv-ui-col--xs-6{flex-basis:50%;width:50%}@media (min-width:0){.vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xs .vcv-ui-col--xs-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:0){.vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xs .vcv-ui-col--xs-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:0){.vcv-ui-col--xs-3{flex-basis:25%;width:25%}}.vcv-media--xs .vcv-ui-col--xs-3{flex-basis:25%;width:25%}@media (min-width:0){.vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xs .vcv-ui-col--xs-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:0){.vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xs .vcv-ui-col--xs-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:400px){.vcv-ui-col--sm-12{flex-basis:100%;width:100%}}.vcv-media--sm .vcv-ui-col--sm-12{flex-basis:100%;width:100%}@media (min-width:400px){.vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--sm .vcv-ui-col--sm-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:400px){.vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--sm .vcv-ui-col--sm-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:400px){.vcv-ui-col--sm-9{flex-basis:75%;width:75%}}.vcv-media--sm .vcv-ui-col--sm-9{flex-basis:75%;width:75%}@media (min-width:400px){.vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--sm .vcv-ui-col--sm-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:400px){.vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--sm .vcv-ui-col--sm-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:400px){.vcv-ui-col--sm-6{flex-basis:50%;width:50%}}.vcv-media--sm .vcv-ui-col--sm-6{flex-basis:50%;width:50%}@media (min-width:400px){.vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--sm .vcv-ui-col--sm-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:400px){.vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--sm .vcv-ui-col--sm-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:400px){.vcv-ui-col--sm-3{flex-basis:25%;width:25%}}.vcv-media--sm .vcv-ui-col--sm-3{flex-basis:25%;width:25%}@media (min-width:400px){.vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--sm .vcv-ui-col--sm-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:400px){.vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--sm .vcv-ui-col--sm-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:800px){.vcv-ui-col--md-12{flex-basis:100%;width:100%}}.vcv-media--md .vcv-ui-col--md-12{flex-basis:100%;width:100%}@media (min-width:800px){.vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--md .vcv-ui-col--md-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:800px){.vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--md .vcv-ui-col--md-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:800px){.vcv-ui-col--md-9{flex-basis:75%;width:75%}}.vcv-media--md .vcv-ui-col--md-9{flex-basis:75%;width:75%}@media (min-width:800px){.vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--md .vcv-ui-col--md-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:800px){.vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--md .vcv-ui-col--md-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:800px){.vcv-ui-col--md-6{flex-basis:50%;width:50%}}.vcv-media--md .vcv-ui-col--md-6{flex-basis:50%;width:50%}@media (min-width:800px){.vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--md .vcv-ui-col--md-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:800px){.vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--md .vcv-ui-col--md-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:800px){.vcv-ui-col--md-3{flex-basis:25%;width:25%}}.vcv-media--md .vcv-ui-col--md-3{flex-basis:25%;width:25%}@media (min-width:800px){.vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--md .vcv-ui-col--md-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:800px){.vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--md .vcv-ui-col--md-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-12{flex-basis:100%;width:100%}}.vcv-media--lg .vcv-ui-col--lg-12{flex-basis:100%;width:100%}@media (min-width:1200px){.vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--lg .vcv-ui-col--lg-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--lg .vcv-ui-col--lg-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-9{flex-basis:75%;width:75%}}.vcv-media--lg .vcv-ui-col--lg-9{flex-basis:75%;width:75%}@media (min-width:1200px){.vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--lg .vcv-ui-col--lg-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--lg .vcv-ui-col--lg-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-6{flex-basis:50%;width:50%}}.vcv-media--lg .vcv-ui-col--lg-6{flex-basis:50%;width:50%}@media (min-width:1200px){.vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--lg .vcv-ui-col--lg-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--lg .vcv-ui-col--lg-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1200px){.vcv-ui-col--lg-3{flex-basis:25%;width:25%}}.vcv-media--lg .vcv-ui-col--lg-3{flex-basis:25%;width:25%}@media (min-width:1200px){.vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--lg .vcv-ui-col--lg-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1200px){.vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--lg .vcv-ui-col--lg-1{flex-basis:8.33333333%;width:8.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-12{flex-basis:100%;width:100%}}.vcv-media--xl .vcv-ui-col--xl-12{flex-basis:100%;width:100%}@media (min-width:1600px){.vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}}.vcv-media--xl .vcv-ui-col--xl-11{flex-basis:91.66666667%;width:91.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}}.vcv-media--xl .vcv-ui-col--xl-10{flex-basis:83.33333333%;width:83.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-9{flex-basis:75%;width:75%}}.vcv-media--xl .vcv-ui-col--xl-9{flex-basis:75%;width:75%}@media (min-width:1600px){.vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}}.vcv-media--xl .vcv-ui-col--xl-8{flex-basis:66.66666667%;width:66.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}}.vcv-media--xl .vcv-ui-col--xl-7{flex-basis:58.33333333%;width:58.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-6{flex-basis:50%;width:50%}}.vcv-media--xl .vcv-ui-col--xl-6{flex-basis:50%;width:50%}@media (min-width:1600px){.vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}}.vcv-media--xl .vcv-ui-col--xl-5{flex-basis:41.66666667%;width:41.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}}.vcv-media--xl .vcv-ui-col--xl-4{flex-basis:33.33333333%;width:33.33333333%}@media (min-width:1600px){.vcv-ui-col--xl-3{flex-basis:25%;width:25%}}.vcv-media--xl .vcv-ui-col--xl-3{flex-basis:25%;width:25%}@media (min-width:1600px){.vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}}.vcv-media--xl .vcv-ui-col--xl-2{flex-basis:16.66666667%;width:16.66666667%}@media (min-width:1600px){.vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}}.vcv-media--xl .vcv-ui-col--xl-1{flex-basis:8.33333333%;width:8.33333333%}.vcv-ui-row-gap--md.vcv-ui-row{margin-left:-15px;margin-right:-15px}.vcv-ui-row-gap--md>.vcv-ui-col{padding-left:15px;padding-right:15px}.vcv-ui-row-gap--sm.vcv-ui-row{margin-left:-10px;margin-right:-10px}.vcv-ui-row-gap--sm>.vcv-ui-col{padding-left:10px;padding-right:10px}.vcv-ui-row-order--reverse{flex-direction:row-reverse}.vcv-media--lg .vcv-ui-visibility--hidden-lg,.vcv-media--lg:not(.vcv-media--xl) .vcv-ui-visibility--hidden-lg-only,.vcv-media--md .vcv-ui-visibility--hidden-md,.vcv-media--md:not(.vcv-media--lg) .vcv-ui-visibility--hidden-md-only,.vcv-media--sm .vcv-ui-visibility--hidden-sm,.vcv-media--sm:not(.vcv-media--md) .vcv-ui-visibility--hidden-sm-only,.vcv-media--xl .vcv-ui-visibility--hidden-xl,.vcv-media--xl .vcv-ui-visibility--hidden-xl-only,.vcv-media--xs .vcv-ui-visibility--hidden-xs,.vcv-media--xs:not(.vcv-media--sm) .vcv-ui-visibility--hidden-xs-only,.vcv-ui-visibility--hidden,.vcv-ui-visibility--hidden-xs{display:none!important}@media (min-width:0){.vcv-ui-visibility--hidden-xs{display:none!important}}@media (min-width:400px){.vcv-ui-visibility--hidden-sm{display:none!important}}@media (min-width:800px){.vcv-ui-visibility--hidden-md{display:none!important}}@media (min-width:1200px){.vcv-ui-visibility--hidden-lg{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl{display:none!important}}@media (min-width:0) and (max-width:399px){.vcv-ui-visibility--hidden-xs-only{display:none!important}}@media (min-width:400px) and (max-width:799px){.vcv-ui-visibility--hidden-sm-only{display:none!important}}@media (min-width:800px) and (max-width:1199px){.vcv-ui-visibility--hidden-md-only{display:none!important}}@media (min-width:1200px) and (max-width:1599px){.vcv-ui-visibility--hidden-lg-only{display:none!important}}@media (min-width:1600px){.vcv-ui-visibility--hidden-xl-only{display:none!important}}.vcv-ui-scroll{display:flex;flex:1 1 100%;flex-flow:column nowrap;height:100%;overflow:hidden;position:relative;width:100%}.vcv-ui-scroll-content{overflow-scrolling:touch;bottom:0;direction:ltr;display:flex;flex-flow:column nowrap;left:0;overflow:scroll;position:absolute;right:0;top:0}.vcv-ui-tree-layout-filled .vcv-ui-scroll-content{align-content:flex-start;flex-flow:row wrap}.vcv-ui-scroll-track--horizontal,.vcv-ui-scroll-track--vertical{bottom:5px;cursor:pointer;opacity:0;position:absolute;right:5px;transition-duration:.2s;transition-property:opacity;transition-timing-function:ease-in-out}.vcv-ui-scroll:hover .vcv-ui-scroll-track--horizontal,.vcv-ui-scroll:hover .vcv-ui-scroll-track--vertical{opacity:1}.vcv-ui-scroll-track--horizontal{border-radius:5px;height:5px;left:5px}.vcv-ui-scroll-track--vertical{border-radius:5px;top:5px;width:5px}.vcv-ui-scroll-thumb--horizontal,.vcv-ui-scroll-thumb--vertical{background-color:rgba(124,152,198,.5);border-radius:inherit;cursor:pointer;display:block;position:relative;z-index:9}.vcv-ui-scroll-thumb--horizontal{height:100%}.vcv-ui-scroll-thumb--vertical{width:100%}.vcv-scroll-dots{opacity:0;pointer-events:none;position:relative;text-align:center;transition:opacity .2s ease-in-out}.vcv-scroll-dots.vcv-scroll-dots--visible{opacity:1}.vcv-scroll-dots:after{background-image:linear-gradient(0,#f6f6f6 30%,transparent);bottom:0;content:"";height:30px;left:0;position:absolute;width:96%;z-index:1}.vcv-scroll-dots:before{background:#d4d2d2;border-radius:100%;box-shadow:6px 0,-6px 0;color:#d4d2d2;content:"";height:3px;position:absolute;width:3px;z-index:2}.vcv-scroll-dots--before.vcv-scroll-dots:after{background-image:linear-gradient(180deg,#f6f6f6,transparent 30%);bottom:auto;top:0}.vcv-ui-modal-overlay{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2000}.vcv-ui-modal-container{overflow:auto;pointer-events:none;width:100%}.vcv-ui-modal{word-wrap:break-word;background-color:#fff;box-sizing:border-box;color:#6f747b;flex:0 0 auto;margin:20px auto;max-width:400px;pointer-events:all}.vcv-ui-modal-header{align-items:center;border-bottom:1px solid #d1d1d1;display:flex;justify-content:space-between;padding:15px 20px}.vcv-ui-modal-content{max-height:50vh;overflow:auto;padding:15px 20px}.vcv-ui-modal-content .vcv-ui-wp-spinner{margin-top:15px;width:100%}.vcv-ui-modal-content .vcv-ui-tag-list-container .vcv-ui-wp-spinner{margin:auto;width:auto}.vcv-ui-modal-header-title{font:normal 400 1.25rem/1 Montserrat,sans-serif;margin:0}.vcv-ui-modal-close{cursor:pointer;display:block;float:right;height:1.25rem;opacity:.3;position:relative;text-align:right;transition:opacity;width:1.25rem}.vcv-ui-modal-close:hover{opacity:.6}.vcv-ui-modal-close-icon{font-size:1rem;height:1em;position:absolute;right:0;top:50%;transform:translateY(-50%)}.rtl .vcv-ui-modal-close{float:left;text-align:left}.rtl .vcv-ui-modal-close-icon{left:0;right:auto}.vcv-ui-modal-actions{background:#283aa4;display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden;transition:background .2s}.vcv-ui-modal-actions:hover{background-color:#ffae27}.vcv-ui-modal-actions .vcv-ui-modal-action-content span{display:none;margin-left:16px}.vcv-ui-modal-actions .vcv-ui-modal-action-content .vcv-ui-wp-spinner{display:inline-block;margin:0}.rtl .vcv-ui-modal-actions .vcv-ui-modal-action-content span{margin-left:0;margin-right:16px}.vcv-ui-modal-action{border-color:hsla(0,0%,100%,.1);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-modal-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-modal-action-submit-input{display:none}.vcv-ui-modal-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-modal-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-drag-handler{cursor:move;min-height:16px;min-width:16px;opacity:.15;position:relative;user-select:none}.vcv-ui-drag-handler-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-view-layout.vcv-hidden{display:none}.vcv-ui-tree-layout-container{background-color:#203251;border-bottom:1px solid rgba(73,109,163,.15);border-right:1px solid rgba(73,109,163,.15);color:#fff;display:flex;flex-flow:column nowrap;flex-grow:1;font-size:.75rem;height:100%;line-height:1}.vcv-ui-tree-layout-container.vcv-ui-state--hidden{display:none}.vcv-ui-tree-layout{display:flex;flex:1 0 auto;flex-direction:column;list-style:none;margin:0;padding:0;position:relative}.rtl .vcv-ui-tree-layout{direction:rtl}.vcv-ui-tree-layout-actions{border-top:1px solid rgba(73,109,163,.15);display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;height:auto;margin-top:-1px;overflow:hidden}.vcv-ui-tree-layout-actions .vcv-ui-tree-layout-action-content span{display:none;margin-left:16px}.rtl .vcv-ui-tree-layout-actions{direction:rtl}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-actions{min-height:60px}.vcv-ui-tree-layout-filled .vcv-ui-tree-layout-actions{flex:0 0 100%;height:40px}.vcv-ui-tree-layout-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-tree-layout-action.vcv-ui-state--active,.vcv-ui-tree-layout-action:hover{background-color:#16243f}.vcv-ui-tree-layout-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-tree-layout-control-dropdown-content{align-items:center;background:#16243f;display:flex;justify-content:flex-end;left:0;min-height:40px;opacity:0;padding-right:8px;position:absolute;right:0;top:calc(100% + 1px);transition:opacity .2s ease-in-out .2s,z-index .2s ease .2s;z-index:-5}.vcv-ui-tree-layout-control-dropdown-content.vcv-ui-state--active{opacity:1;transition:opacity .2s ease-in-out 0s,z-index .2s ease 0s;z-index:1}.vcv-ui-tree-layout-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-tree-layout-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-messages{align-items:center;color:#7d94bb;display:flex;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-messages>*{flex:1 1 100%}.vcv-ui-tree-layout-message{margin:0;min-height:40px;padding:8px 1em}.vcv-ui-tree-layout-control{border-bottom:1px solid rgba(73,109,163,.15);display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;padding:8px 8px 8px 0;position:relative;transition:background-color .2s ease-in-out}.vcv-ui-tree-layout-control.vcv-ui-state--active,.vcv-ui-tree-layout-control.vcv-ui-state--outline,.vcv-ui-tree-layout-control:hover{background-color:#16243f}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile{line-height:60px;min-height:60px;padding:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile:hover{background-color:#354e73}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-content{background:#354e73;left:0;position:absolute;right:0;text-align:center;top:calc(100% + 1px);z-index:99}.rtl .vcv-ui-tree-layout-control{padding-left:8px}.vcv-ui-tree-layout-control-content{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;white-space:nowrap}.vcv-ui-tree-layout-control-content>*{flex-grow:0;flex-shrink:0;min-width:0}.vcv-ui-tree-layout-control-label{flex-grow:0;flex-shrink:1;overflow:hidden;padding-left:8px;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-tree-layout-control-label span{border:2px solid transparent;border-radius:12px;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;white-space:inherit}.vcv-ui-tree-layout-control-label span:focus,.vcv-ui-tree-layout-control-label span:hover{border:2px solid rgba(73,109,163,.5)}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label{user-select:none}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label span{display:inline}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-label-text{position:relative}.vcv-ui-tree-layout-control-label-editable{text-overflow:clip;white-space:normal}.vcv-ui-tree-layout-control-icon{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:1.5rem}.vcv-ui-tree-layout-control-icon>*{font-size:1.5rem;height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem}.vcv-ui-tree-layout-control-actions{flex-grow:1;opacity:1;text-align:right;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-actions-container{margin-left:auto}.rtl .vcv-ui-tree-layout-control-actions{text-align:left}.vcv-ui-tree-layout-control-action{color:inherit;cursor:pointer;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-action>*{font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-tree-layout-control-action[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon-lock-fill:before,.vcv-ui-tree-layout-control-action:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-layout-control-action .vcv-ui-icon:before{transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-actions{opacity:0}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-state--active) .vcv-ui-tree-layout-control-state-container{opacity:1;z-index:auto}.vcv-ui-tree-layout-control-actions~.vcv-ui-tree-layout-control-state-container{opacity:0;transition:opacity .2s ease-in-out;z-index:-999}.vcv-ui-tree-layout-control-state-container{position:absolute;right:0}.vcv-ui-tree-layout-control-state{color:inherit;display:inline-block;height:1em;position:relative;vertical-align:middle;width:40px}.vcv-ui-tree-layout-control-state>*{font-size:1rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rtl .vcv-ui-tree-layout-control-state-container{left:0;right:auto}.vcv-ui-tree-layout-control-drag-handler{bottom:0;left:0;margin-left:2px;min-height:1em;min-width:1em;opacity:.6;position:absolute;top:0;transition:opacity .2s ease-in-out}.vcv-ui-tree-layout-control-drag-handler .vcv-ui-drag-handler-icon{font-size:1em}.vcv-ui-tree-layout-control-drag-handler.vcv-ui-tree-layout-control-drag-handler-mobile{flex-grow:1;overflow:hidden;position:relative;text-overflow:ellipsis}.rtl .vcv-ui-tree-layout-control-drag-handler{left:auto;right:.05rem}.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-controls-trigger{text-align:center;width:60px}.vcv-ui-tree-layout-control:not(:hover).vcv-ui-tree-layout-control:not(.vcv-ui-tree-layout-control-mobile) .vcv-ui-tree-layout-control-drag-handler{opacity:0}.vcv-ui-tree-layout-control.vcv-ui-tree-layout-control-mobile .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:1}.vcv-ui-tree-layout-node{list-style:none;margin:0;padding:0}.vcv-ui-tree-layout-node-expand-trigger{cursor:pointer;font-size:1rem;left:-1.25em;margin-left:4px;margin-top:-.5em;opacity:.6;position:absolute;top:50%;transform:rotate(-90deg)}.rtl .vcv-ui-tree-layout-node-expand-trigger{left:auto;right:-.95em;transform:rotate(90deg)}.vcv-ui-tree-layout-node-child{margin:0;position:relative}.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-expand>.vcv-ui-tree-layout-control>.vcv-ui-tree-layout-control-content>.vcv-ui-tree-layout-node-expand-trigger{transform:rotate(0deg)}.vcv-ui-tree-layout-node-child:not(.vcv-ui-tree-layout-node-expand)>.vcv-ui-tree-layout-node{display:none}.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-control-is-locked .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content,.vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-dropdown-content .vcv-ui-tree-layout-control-action{opacity:.5}.vcv-ui-tree-layout-node-non-draggable .vcv-ui-tree-layout-control--lock{cursor:default}.vcv-ui-tree-layout-node-child--drag-item{color:#fff;font-size:.75rem;line-height:1;list-style-type:none;z-index:99999}.vcv-ui-tree-layout-node-child--drag-item .vcv-ui-tree-layout{display:none}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content{opacity:1}.vcv-layout-bar-content-mobile .vcv-ui-tree-layout-node-child.vcv-ui-tree-layout-node-hidden .vcv-ui-tree-layout-control-content .vcv-ui-tree-layout-control-drag-handler-mobile{opacity:.5}.vcv-ui-tree-layout-node-state-draft.vcv-ui-tree-layout-node-child{opacity:.6}.vcv-ui-tree-layout-container .vcv-ui-tree-layout-action{min-height:40px;padding:8px}.vcv-ui-item-container{background-color:#203251;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;height:60vh;max-height:calc(100% - 65px);min-height:250px;top:0;z-index:1200}.vcv-ui-item-content .vcv-ui-editor-search-field-container{margin:0 0 0 1px}.vcv-ui-item-layout-hidden{display:none}.vcv-ui-item-list-container{flex:1;margin-bottom:30px}.vcv-ui-item-list{display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:0 -15px -30px;padding:0}.vcv-ui-item-list-item{display:flex;margin:0 15px 15px}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:before{border-color:#283aa4 #283aa4 transparent transparent;border-style:solid;border-width:25px;content:"";position:absolute;right:0;top:0;z-index:1}.vcv-ui-item-list-item--preset .vcv-ui-item-element-content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.697 15.006c.041-.04.079-.082.113-.127A8.96 8.96 0 0 0 18 9c0-4.963-4.037-9-9-9S0 4.037 0 9c0 2.244.826 4.299 2.189 5.877.035.047.074.09.116.131A8.98 8.98 0 0 0 9 18a8.98 8.98 0 0 0 6.697-2.994Zm-11.489-.973a3.664 3.664 0 0 1 3.279-2.008h3.026c1.406 0 2.66.787 3.279 2.008A6.927 6.927 0 0 1 9 15.955a6.927 6.927 0 0 1-4.792-1.922ZM9 9.98a2.026 2.026 0 0 1-2.024-2.024c0-1.116.908-2.024 2.024-2.024s2.024.908 2.024 2.024A2.027 2.027 0 0 1 9 9.98Zm0-7.935A6.962 6.962 0 0 1 15.955 9a6.909 6.909 0 0 1-.835 3.301 5.696 5.696 0 0 0-2.78-2.025c.46-.658.73-1.458.73-2.32A4.074 4.074 0 0 0 9 3.886a4.074 4.074 0 0 0-4.07 4.07c0 .862.27 1.662.73 2.32a5.696 5.696 0 0 0-2.78 2.025A6.913 6.913 0 0 1 2.045 9 6.962 6.962 0 0 1 9 2.045Z' fill='%23FDFDFD' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto;content:"";height:18px;position:absolute;right:5px;top:5px;width:18px;z-index:2}.vcv-ui-item-list-item--preset .vcv-ui-item-overlay span{padding:.6em}.vcv-ui-item-list-item--inactive .vcv-ui-item-element{cursor:default}.vcv-ui-item-list-item--inactive .vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:0}.vcv-ui-item-element{color:#484848;cursor:pointer;display:block;margin:0 auto;position:relative;text-align:center;width:100px}.vcv-ui-item-element:focus .vcv-ui-item-overlay,.vcv-ui-item-element:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element .vcv-ui-item-overlay{cursor:pointer}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay{opacity:.8}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked:hover .vcv-ui-item-overlay{opacity:1}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-item-overlay:hover .vcv-ui-icon-lock-fill:before{content:"\e912"}.vcv-ui-item-element.vcv-ui-item-element-inactive.vcv-ui-item-element-inactive--locked .vcv-ui-icon{font-size:16px}.vcv-dashboards-section-content .vcv-ui-item-element:not(.vcv-ui-item-element-inactive) .vcv-ui-icon-lock-fill{display:none}.vcv-ui-state--remove-mode-active .vcv-ui-item-element{cursor:default}.vcv-ui-state--remove-mode-active .vcv-ui-item-element .vcv-ui-icon{cursor:pointer}.vcv-ui-item-element-content{background-color:#fefefe;background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-repeat:repeat;background-size:20px 20px;border-radius:5px;display:block;height:100px;overflow:hidden;position:relative}.vcv-ui-item-element-content .vcv-ui-item-element-image{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-ui-hub-item-badge{align-items:center;border-radius:15px;color:#fff;display:inline-flex;font-size:12px;font-style:italic;height:20px;justify-content:center;padding:1px 8px;position:relative;z-index:9}.vcv-ui-hub-item-badge--new{background:#feb718}.vcv-ui-item-element>.vcv-ui-hub-item-badge{position:absolute;right:-12px;top:-9px;z-index:4}.vcv-ui-item-preview-caption .vcv-ui-hub-item-badge{flex:0 0 auto;margin:0 0 0 25px}.vcv-hub-addon-item-content-container .vcv-ui-hub-item-badge{align-self:flex-start;margin:0 0 10px}.vcv-ui-item-image,.vcv-ui-item-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.vcv-ui-item-overlay{background-color:rgba(0,0,0,.5);color:#fff;opacity:0;overflow:hidden;transition:opacity .2s ease-in-out;z-index:3}.vcv-ui-item-downloading,.vcv-ui-item-overlay.vcv-ui-item-control--visible{opacity:1}.vcv-ui-icon.vcv-ui-item-add{align-items:center;display:flex;height:100%;justify-content:center;left:0;line-height:100px;position:absolute;top:0;width:100%}.vcv-ui-item-edit{display:flex;flex-direction:column;height:100px}.vcv-ui-item-move{cursor:move;flex:1;position:relative}.vcv-ui-item-move:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-item-remove{background-color:#f46172;height:30px;line-height:30px}.vcv-ui-item-element-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:18px;margin:10px 0;max-height:36px;overflow:hidden;position:relative}.vcv-ui-item-element-name span{color:#70757d;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-ui-item-badge{position:relative}.vcv-ui-item-badge:after{left:-.75em;right:auto;top:.4em}.vcv-ui-item-preview-container{border-radius:5px;display:block;margin:0;opacity:1;pointer-events:none;position:fixed;transition:visibility 0s,opacity .2s ease-in-out;width:520px;z-index:2020}.vcv-ui-item-preview-addon-tag{background:#2b4b80;border-radius:20px;color:#fff;font-size:14px;padding:3px 9px;position:absolute;right:15px;top:15px}.vcv-ui-item-preview-image{border-top-left-radius:5px;border-top-right-radius:5px;display:block;max-height:240px;width:100%}.vcv-ui-item-preview-caption{align-items:center;background:linear-gradient(90deg,#1a399d,#693bc5);border-bottom-left-radius:5px;border-bottom-right-radius:5px;color:#fff;display:flex;font-style:italic;justify-content:space-between;line-height:1.43;padding:20px;text-align:left}.vcv-ui-item-preview-text{line-height:18px;overflow:hidden}.vcv-ui-editor-get-more{align-items:center;display:flex;flex-direction:column;justify-content:center}.vcv-ui-editor-get-more-description{color:#9a9a9a;font:italic 700 12px/20px Nunito Sans,Arial,sans-serif;padding:0 45px;text-align:center}.vcv-ui-editor-plate--addon .vcv-ui-item-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:0}.vcv-ui-editor-plate--addon .vcv-ui-item-list-item{margin:0}.vcv-hub-addon-item-container{border-radius:5px;display:flex;flex:0 0 100%;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease-in-out}.vcv-hub-addon-item-container:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-hub-addon-item-content-container{background:#fff;display:flex;flex:1 0 auto;flex-direction:column;justify-content:space-between;padding:20px 15px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner{height:40px;margin-top:auto;width:40px}.vcv-hub-addon-item-content-container .vcv-ui-wp-spinner:before{height:27px;opacity:.5;width:27px}.vcv-hub-addon-name{font-size:16px;font-weight:600;letter-spacing:1px;line-height:22px;margin:0 0 10px}.vcv-hub-addon-description{font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;height:40px;line-height:40px;margin-top:auto;text-align:center;text-decoration:none;transition:background .2s ease-in-out;width:180px}.vcv-hub-addon-item-content-container .vcv-hub-addon-control:focus,.vcv-hub-addon-item-content-container .vcv-hub-addon-control:hover{background:#ffae27;color:#fff;text-decoration:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked{background:#c6cbd4;pointer-events:none}.vcv-hub-addon-item-content-container .vcv-hub-addon-control--locked:hover{background:#c6cbd4}.vcv-hub-addon-image{vertical-align:top;width:100%}.vcv-ui-tree-content-section-inner.vcv-ui-state--centered-content{display:flex;flex-flow:column nowrap;flex-shrink:0;justify-content:center;min-height:100%}.vcv-ui-tree-content-section-inner .vcv-ui-editor-plates-container{display:flex;flex-flow:column nowrap;flex-grow:1;justify-content:center}.vcv-ui-editor-no-items-container{margin:auto;max-width:544px;text-align:center}.vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-editor-no-items-container .vcv-ui-form-helper{display:inline-block;font-size:13px;margin:15px 0 12px;text-align:center}.vcv-ui-editor-no-items-image{margin:0 0 35px}.vcv-ui-editor-no-items-action{background:#283aa4;border:none;border-radius:3px;color:#fff;cursor:pointer;min-height:50px;padding:17px 32px;position:relative;transition:background .2s ease-in-out}.vcv-ui-editor-no-items-action:hover{background:#ffae27}.vcv-ui-editor-no-items-action.vcv-ui-editor-button-disabled{-webkit-font-smoothing:antialiased;background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:default;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.077em;max-width:100%;padding:16px 34px;text-transform:uppercase}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:5px}.vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:10px}.vcv-ui-panel-heading{align-items:center;display:flex;font-size:16px;line-height:37px;padding:12px 60px 12px 20px}.vcv-ui-panel-heading .vcv-ui-panel-heading-icon{display:inline-block;margin-left:0;margin-right:12px;vertical-align:middle}.vcv-ui-panel-heading .vcv-ui-panel-heading-text{display:inline-block;vertical-align:middle}.vcv-ui-tree-view-content--full-width .vcv-ui-form-group{max-width:500px}.vcv-ui-panel-navigation-container{background:#203251;text-align:left}.rtl .vcv-ui-panel-heading{padding:12px 20px 12px 60px}.rtl .vcv-ui-panel-heading .vcv-ui-panel-heading-icon{margin-left:12px;margin-right:0}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon{margin-left:0;margin-right:5px}.rtl .vcv-ui-navbar-control-icon.vcv-ui-settings-title-icon+span{margin-left:0;margin-right:10px}.vcv-ui-script-control-container,.vcv-ui-style-control-container{margin:10px 0 0;text-align:center}.vcv-ui-script-editor-container,.vcv-ui-style-editor-container{margin:25px 0 0}.vcv-row-html-editor-container+.CodeMirror-wrap,.vcv-ui-script-editor .CodeMirror-wrap,.vcv-ui-style-editor .CodeMirror-wrap{border:1px solid #d1d1d1;border-radius:3px}.vcv-ui-script-editor:not(.vcv-ui-state--active),.vcv-ui-style-editor:not(.vcv-ui-state--active){display:none}.vcv-ui-settings-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-settings-actions.vcv-ui-settings-actions-background{background-color:#203251}.vcv-ui-settings-actions .vcv-ui-settings-action-content span{display:none;margin-left:16px}.vcv-ui-settings-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-settings-action.vcv-ui-state--active,.vcv-ui-settings-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-settings-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-settings-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-settings-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-settings-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-template-group-wrapper{overflow:hidden}.vcv-ui-template-options-wrapper{margin-bottom:-25px;margin-right:-32px}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon{background-color:#fff;cursor:pointer;display:inline-block;margin:0 32px 25px 0}.vcv-ui-template-options-wrapper .vcv-ui-template-options-item-icon svg{vertical-align:top}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked{opacity:.8;position:relative;transition:all .2s ease}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked i{font-size:20px}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover{opacity:1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1}.vcv-ui-template-options-wrapper .vcv-ui-item-template-inactive--locked .vcv-ui-layout-lock-control{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper,.vcv-ui-form-group--wp-menu .vcv-ui-ajax-form-container small,.vcv-ui-form-group--wp-menu .vcv-ui-form-helper{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-style:italic;font-weight:500;letter-spacing:.3px;line-height:16px}.vcv-ui-form-group--category .vcv-ui-form-link,.vcv-ui-form-group--wp-menu .vcv-ui-form-link{color:#586dc6;display:inline;text-decoration:none;transition:.2s}.vcv-ui-form-group--category .vcv-ui-form-link:hover,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group--category .vcv-ui-form-link:focus,.vcv-ui-form-group--wp-menu .vcv-ui-form-link:focus{box-shadow:none;outline:none}.vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.vcv-ui-form-group--category .vcv-ui-form-helper{margin-top:20px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-ajax-form-container small,.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-form-helper{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag{background:#e3e1e1;border-radius:3px;color:#797979;display:inline-block;font-size:14px;font-style:italic;letter-spacing:.5px;line-height:1;margin:10px 0;padding:4px 5px}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-tag:first-of-type{margin-top:0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container{margin:20px 0 0}.vcv-ui-custom-scripts.vcv-ui-custom-scripts-areas .vcv-ui-script-editor-container-type{margin:0 0 10px}.vcv-ui-edit-form-section-header.vcv-ui-wordpress-setting-header{margin:0 -20px 12px}.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-ajax-form-container select,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-dropdown,.vcv-ui-form-group-container.vcv-ui-form-group-container--saving .vcv-ui-form-input{background-color:#f5f5f5;border-color:#d1d1d1;color:#7e7e7e;cursor:not-allowed;pointer-events:none}.vcv-ui-form-group a{color:#586dc6;text-decoration:none;transition:.2s}.vcv-ui-form-group a:hover{color:#515162;text-decoration:underline}.vcv-ui-form-group a:focus{box-shadow:none;outline:none}.vcv-ui-navigation-slider-container{direction:ltr;display:flex;justify-content:space-between;position:relative}.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-left:before,.vcv-ui-navigation-slider-container.vcv-ui-navigation-slider-container--shadow-right:after{content:""}.vcv-ui-navigation-slider-container:after,.vcv-ui-navigation-slider-container:before{bottom:0;position:absolute;top:0;width:9px}.vcv-ui-navigation-slider-container:before{background:linear-gradient(90deg,rgba(20,37,65,.5),transparent);left:0}.vcv-ui-navigation-slider-container:after{background:linear-gradient(270deg,rgba(20,37,65,.5),transparent);right:70px}.vcv-ui-navigation-slider-container:not(.vcv-ui-navigation-slider-container--shadow-right) .vcv-ui-navigation-slider-controls{border-left:1px solid rgba(76,95,128,.2)}.vcv-ui-navigation-slider{border:0;border-radius:0;display:flex;flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden}.vcv-ui-navigation-slider::-webkit-scrollbar{display:none}.vcv-ui-navigation-slider{-ms-overflow-style:none;scrollbar-width:none}.vcv-ui-navigation-slider-item{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button{align-items:center;display:flex}.vcv-ui-navigation-slider-item[class*=vcv-ui-badge--] button:before{border-radius:50%;content:"";display:block;height:6px;margin-right:6px;width:6px}.vcv-ui-navigation-slider-item.vcv-ui-badge--warning button:before{background-color:#fdb713}.vcv-ui-navigation-slider-item.vcv-ui-badge--success button:before{background-color:#6dab3c}.vcv-ui-navigation-slider-item.vcv-ui-badge--error button:before{background-color:#f44}.vcv-ui-navigation-slider-item:focus .vcv-ui-navigation-slider-dropdown,.vcv-ui-navigation-slider-item:hover .vcv-ui-navigation-slider-dropdown{display:flex}.vcv-ui-navigation-slider-button:hover,.vcv-ui-navigation-slider-item.vcv-ui-navigation-slider-item--active .vcv-ui-navigation-slider-button{background:#1f3aa0}.vcv-ui-navigation-slider-button{background:transparent;border:0;border-radius:0;color:#f6f6f6;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;margin:0;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-navigation-slider-controls{display:flex;flex-shrink:0;width:70px}.vcv-ui-navigation-slider-control-button{background:transparent;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:18px;padding:0;position:relative;width:50%}.vcv-ui-navigation-slider-control-button:not([disabled]):hover .vcv-ui-icon{opacity:.5}.vcv-ui-navigation-slider-control-button:first-child .vcv-ui-icon-expand{margin-left:-5px;transform:rotate(90deg)}.vcv-ui-navigation-slider-control-button:last-child .vcv-ui-icon-expand{margin-left:-14px;transform:rotate(-90deg)}.vcv-ui-navigation-slider-control-button[disabled]{color:#4c5f80;cursor:default}.vcv-ui-navigation-slider-control-button .vcv-ui-icon{left:50%;margin-top:-9px;position:absolute;top:50%;transition:opacity .2s}.vcv-ui-navigation-slider-dropdown{border:0;display:none;flex-direction:column;position:absolute;z-index:5}.vcv-ui-navigation-slider-dropdown-item{-webkit-font-smoothing:antialiased;background:#fff;background:#1f3aa0;border:0;border-radius:0;color:#fff;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;min-width:150px;padding:15px 24px;text-align:left}.vcv-ui-navigation-slider-dropdown-item:last-child{border-bottom:0}.vcv-ui-navigation-slider-dropdown-item.vcv-ui-navigation-slider-dropdown-item--active,.vcv-ui-navigation-slider-dropdown-item:hover{background:#693bc5}.vcv-ui-add-content-panel-heading{align-items:center;display:flex;margin:12px 0 12px 20px}.vcv-ui-add-content-panel-heading .vcv-ui-editor-search-container{flex-grow:1;margin:0}.vcv-ui-add-content-panel-heading-controls{margin:0 10px}.rtl .vcv-ui-add-content-panel-heading{margin:12px 20px 12px 0}.vcv-ui-editor-panel-back-control,.vcv-ui-editor-panel-hide-control,.vcv-ui-editor-panel-settings-control{cursor:pointer;display:inline-block;font-size:16px;line-height:16px;margin:0 2px;padding:6px}.vcv-ui-editor-panel-back-control .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-back-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-hide-control:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active,.vcv-ui-editor-panel-settings-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-editor-panel-back-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-hide-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before,.vcv-ui-editor-panel-settings-control.vcv-ui-editor-panel-control--active:hover .vcv-ui-icon:before{opacity:1}.vcv-ui-editor-panel-back-control{margin:0 7px 0 0}.rtl .vcv-ui-editor-panel-back-control{margin:0 0 0 7px}.vcv-ui-tree-view-content{color:#fff;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:.875rem;height:100%}.vcv-ui-tree-view-content.vcv-ui-state--hidden{display:none}.vcv-ui-tree-content{display:flex;flex-direction:column;flex-grow:1;flex-wrap:nowrap;min-height:1em}.vcv-ui-tree-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-tree-content-section{background-color:#f6f6f6;color:#6f747b;display:flex;flex:1 1 100%;flex-flow:column nowrap;min-height:1em;position:relative}.vcv-ui-tree-content-section>.vcv-ui-scroll,.vcv-ui-tree-content-section>.vcv-ui-tree-content-section-inner{flex:1 1 auto}.vcv-ui-tree-content-section-inner{padding:20px}.rtl .vcv-ui-tree-content-section-inner{direction:rtl}.vcv-element-category-items{display:flex;flex-flow:wrap;width:100%}.vcv-element-category-title-wrapper{margin:0 15px 15px;position:relative;width:100%}.vcv-element-category-title-wrapper>.vcv-element-category-title{color:#70757d;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:18px}.vcv-element-categories-expand-button{background-color:transparent;border:0;bottom:0;color:#70757d;cursor:pointer;font-size:18px;padding:0 5px;position:absolute;right:-8px;top:0}.rtl .vcv-element-categories-expand-button{left:-8px;right:auto}.vcv-ui-tree-content-title-controls{align-items:center;display:flex;font-size:1.2em;margin-top:-8px;padding-left:0;padding-right:0}.vcv-ui-tree-content-title-control{color:inherit;cursor:pointer;display:inline-block;padding:0 10px;position:relative;text-decoration:none;vertical-align:middle}.vcv-ui-editor-tabs-container{display:flex;margin-top:8px;padding-left:20px;padding-right:60px}.vcv-ui-editor-tabs{display:flex;flex:1;flex-direction:row;flex-wrap:nowrap;font-family:Nunito Sans,sans-serif;font-size:.875rem}.vcv-ui-editor-tabs>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab{background-color:#304568;border-radius:4px 4px 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 2px 0 1px;padding:14px 32px;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-editor-tab:hover{background-color:#3b5580}.vcv-ui-editor-tab.vcv-ui-state--active{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-editor-tab.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown>.vcv-ui-editor-tab{padding-left:16px;padding-right:16px}.vcv-ui-editor-tab-toggle-tree{background:none;min-width:60px}.vcv-ui-editor-tab-content{white-space:nowrap}.vcv-ui-editor-tab-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-editor-tab-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tab-icon+*{margin-left:16px}.vcv-ui-add-element-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center}.vcv-ui-add-element-content .vcv-ui-item-overlay>span{padding:.6em}.vcv-ui-add-element-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-element-content .vcv-ui-state--hidden{display:none}.vcv-ui-editor-plate.vcv-ui-state--centered .vcv-premium-teaser{position:absolute}.vcv-ui-add-element-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-editor-tabs-container{margin:0}.vcv-ui-add-template-content .vcv-ui-tree-content-section{overflow:hidden}.vcv-ui-add-template-content .vcv-ui-item-element-content:before{color:#fff;content:attr(data-letter);font-size:50px;left:50%;margin-right:-50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.vcv-ui-add-template-content .vcv-ui-item-element-content.vcv-ui-item-element-constant-bg{background-color:#393a3f;background-image:unset}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message-container{left:0;position:absolute;right:0;top:100%;z-index:2}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message{align-items:center;background:#f96262;bottom:0;color:#fff;display:flex;font-style:italic;justify-content:center;padding:15px 20px;position:absolute;transform:translateY(100%);transition:transform .2s ease-in-out;width:100%;z-index:1}.vcv-ui-add-template-content .vcv-ui-tree-content-error-message--visible{transform:translateY(0)}.vcv-ui-add-template-content .vcv-ui-item-element{cursor:default}.vcv-ui-add-template-content .vcv-ui-item-element:hover .vcv-ui-item-control{transition:visibility 0s .1s;visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-control--visible .vcv-ui-item-control{visibility:visible}.vcv-ui-add-template-content .vcv-ui-item-overlay{align-items:center;display:flex;justify-content:center;z-index:2}.vcv-ui-add-template-content .vcv-ui-item-control{cursor:pointer;padding:.6em;transition:color .2s ease-in-out,visibility 0s 0s;visibility:hidden}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-icon-add:hover{color:#e6e6e6}.vcv-ui-add-template-content .vcv-ui-item-control.vcv-ui-wp-spinner-light{visibility:visible}.vcv-ui-add-template-content .vcv-ui-save-template-form{display:flex;justify-content:space-between}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-form-input{-webkit-appearance:none;flex-grow:0;flex-shrink:1}.vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{flex-grow:0;flex-shrink:0;font-size:12px;font-weight:700;margin:0 0 0 10px;min-height:auto;padding:11px 32px;white-space:nowrap}.vcv-ui-add-template-content .vcv-ui-editor-list-cta-wrapper{text-align:center}.vcv-ui-add-template-content .vcv-ui-state--hidden{display:none}.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-ajax-form-container small,.vcv-ui-add-template-content .vcv-ui-editor-no-items-container .vcv-ui-form-helper{margin-bottom:30px}.vcv-ui-add-template-content .vcv-ui-item-overlay--visible{opacity:1}.vcv-ui-add-template-content .vcv-ui-wp-spinner{cursor:default}.vcv-ui-add-template-content .vcv-ui-form-button--action,.vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button{flex-shrink:0;margin:0 0 0 10px}.rtl .vcv-ui-add-template-content .vcv-ui-form-button--action,.rtl .vcv-ui-add-template-content .vcv-ui-form-button-group--action .vcv-ui-form-button,.rtl .vcv-ui-add-template-content .vcv-ui-save-template-form .vcv-ui-editor-no-items-action{margin:0 10px 0 0}.vcv-ui-editor-tab-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-editor-tab-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-trigger{background-color:#3b5580}.vcv-ui-editor-tab-dropdown:hover .vcv-ui-editor-tab-dropdown-content{opacity:1;visibility:visible}.vcv-ui-editor-tab-dropdown.vcv-ui-state--active .vcv-ui-editor-tab-dropdown-trigger{background-color:#fff;color:#6f747b}.vcv-ui-editor-tab-dropdown.vcv-ui-state--hidden{display:none}.vcv-ui-editor-tab-dropdown-trigger{cursor:default;min-width:0}.vcv-ui-editor-tab-dropdown-content{box-shadow:1px 0 10px 0 rgba(0,0,0,.3);margin-left:1px;margin-right:2px;min-width:140px;opacity:0;position:absolute;right:0;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1020}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab{background-color:#fff;border-radius:0;color:#6f747b;margin:0;text-align:left}.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab.vcv-ui-state--active,.vcv-ui-editor-tab-dropdown-content .vcv-ui-editor-tab:hover{background-color:#3b5580;color:#fff}.vcv-ui-editor-tabs-free-space{flex-grow:1;flex-shrink:1}.vcv-ui-editor-plate:not(.vcv-ui-state--active){display:none}.vcv-ui-design-options-onion{background-color:#f6f6f6;width:100%}.vcv-ui-design-options-onion-layers{padding-top:100%;position:relative}[class*=vcv-ui-design-options-onion-layer--]{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}[class*=vcv-ui-design-options-onion-layer--] [class*=vcv-ui-design-options-onion-control-position--]{height:30px;padding-left:2px;padding-right:2px;pointer-events:all;position:absolute;text-align:center;width:36px;z-index:1}[class*=vcv-ui-design-options-onion-layer--]:before{border:1px solid #d1d1d1;bottom:15px;content:"";display:block;left:20px;position:absolute;right:20px;top:15px}[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-ajax-form-container label,[class*=vcv-ui-design-options-onion-layer--] .vcv-ui-form-group-heading{align-items:center;background-color:#f6f6f6;display:inline-flex;max-width:95px;min-height:30px;padding:0 4px;pointer-events:all;position:absolute;right:calc(50% + 24px);text-align:right;z-index:1}.vcv-ui-design-options-onion-layer--border{margin:50px}.vcv-ui-design-options-onion-layer--padding{margin:100px}.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-ajax-form-container label,.vcv-ui-design-options-onion-layer--border-radius .vcv-ui-form-group-heading{right:44px}.vcv-ui-design-options-onion-control-position--top{left:50%;top:0;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--bottom{bottom:0;left:50%;transform:translateX(-50%)}.vcv-ui-design-options-onion-control-position--left{left:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--right{right:0;top:50%;transform:translateY(-50%)}.vcv-ui-design-options-onion-control-position--top-left{left:0;top:0}.vcv-ui-design-options-onion-control-position--top-right{right:0;top:0}.vcv-ui-design-options-onion-control-position--bottom-left{bottom:0;left:0}.vcv-ui-design-options-onion-control-position--bottom-right{bottom:0;right:0}.vcv-ui-form-dependency.vcv-ui-state--hidden,.vcv-ui-tab-dependency.vcv-ui-state--hidden{display:none}.vcv-ui-form-dependency.vcv-ui-state--visible,.vcv-ui-tab-dependency.vcv-ui-state--visible{display:block}.vcv-ui-edit-form-actions{display:flex;flex:0 0 auto;flex-direction:row;flex-wrap:wrap;font-size:1rem;overflow:hidden}.vcv-ui-edit-form-actions .vcv-ui-edit-form-action-content span{display:none;margin-left:16px}.vcv-ui-edit-form-action{border-color:rgba(73,109,163,.15);border-style:solid;border-width:0 1px 1px 0;color:#fff;cursor:pointer;display:inline-flex;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;justify-content:center;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;vertical-align:middle}.vcv-ui-edit-form-action.vcv-ui-state--active,.vcv-ui-edit-form-action:hover{background-color:rgba(124,173,222,.16)}.vcv-ui-edit-form-action[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-edit-form-action.vcv-ui-state--success{background-color:#6dab3c}.vcv-ui-edit-form-action-icon{display:inline-block;height:1rem;position:relative;vertical-align:middle;width:1rem}.vcv-ui-edit-form-action-icon:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-editor-tabs-wrapper{display:flex}.vcv-ui-editor-tabs-wrapper-state--hidden{opacity:0;position:absolute;visibility:hidden;z-index:-1}.vcv-ui-editors-header-dropdown{margin-bottom:6px;margin-top:-1px}.vcv-ui-form-dropdown-option.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-header{align-items:center;display:flex;min-height:61px;padding:10px 10px 10px 14px}.vcv-ui-edit-form-header-image{margin:0 12px 0 0}.vcv-ui-edit-form-header-title{border:2px solid transparent;border-radius:12px;caret-color:hsla(0,0%,100%,.5);letter-spacing:.3px;max-width:100%;outline:none;overflow:hidden;padding:1px 12px;text-overflow:ellipsis;transition:border-color .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-header-title:focus,.vcv-ui-edit-form-header-title:hover{border-color:#3b5e91}.vcv-ui-edit-form-header-title.active{text-overflow:clip;white-space:normal}.vcv-ui-icon-edit-form-header-title{cursor:pointer;font-size:12px;margin-right:35px;opacity:.5;padding:15px 10px;position:relative;text-align:center}.vcv-ui-icon-edit-form-header-title:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-edit-form-header-control-container{align-items:center;display:flex;flex-grow:1;font-size:1.2em;justify-content:flex-end}.vcv-ui-edit-form-header-control-container .vcv-ui-icon{display:inline-block;line-height:unset;vertical-align:top}.vcv-ui-edit-form-header-control-container .vcv-ui-icon:before{transition:opacity .2s}.vcv-ui-edit-form-header-control{color:#fff;cursor:pointer;margin:0 4px;padding:7px}.vcv-ui-edit-form-header-control:focus,.vcv-ui-edit-form-header-control:hover{color:#fff}.vcv-ui-edit-form-header-control.vcv-ui-edit-form-header-control--disabled,.vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:.5}.vcv-ui-tree-view-content-accordion .vcv-ui-tree-content-section-inner{padding:0}.vcv-ui-edit-form-back-button{cursor:pointer;padding:5px 10px}.vcv-ui-edit-form-back-button .vcv-ui-icon:before{vertical-align:middle}.vcv-ui-edit-form-section.vcv-ui-state--hidden{display:none}.vcv-ui-edit-form-section.vcv-ui-state--visible{display:block}.vcv-ui-form-group .vcv-ui-edit-form-section{margin:0 -20px}.vcv-ui-edit-form-section--opened>.vcv-ui-edit-form-section-content{display:block}.vcv-ui-edit-form-section--closed>.vcv-ui-edit-form-section-content{display:none}.vcv-ui-edit-form-section-header{align-items:center;background:#203251;border-top:1px solid #263b5d;color:#fff;cursor:pointer;display:flex;letter-spacing:.3px;padding:15px 20px 15px 18px;position:relative;text-overflow:ellipsis;transition:background .2s ease-in-out;white-space:nowrap}.vcv-ui-edit-form-section-header:hover{background:#16243f}.vcv-ui-edit-form-section-header-title{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcv-ui-edit-form-section-header-control{color:#fff;cursor:pointer;display:inline-flex;font-size:1.2em;justify-content:center;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-control:hover{opacity:.5}.vcv-ui-edit-form-section-header-control .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-header-go-back{color:#fff;cursor:pointer;display:inline-flex;justify-content:center;margin-right:7px;transition:opacity .2s;width:22px}.vcv-ui-edit-form-section-header-go-back:hover{opacity:.5}.vcv-ui-edit-form-section-header-go-back .vcv-ui-icon{vertical-align:middle}.vcv-ui-edit-form-section-content{padding:20px 20px 5px}.vcv-ui-presets-form .vcv-ui-form-button{margin:0 0 0 10px}.rtl .vcv-ui-presets-form .vcv-ui-form-button{margin:0 10px 0 0}[class*=vcv-ui-badge--] i:after{border-radius:50%;content:"";display:block;height:6px;position:absolute;right:-3px;top:-5px;width:6px}.vcv-ui-badge--warning i:after{background-color:#fdb713}.vcv-ui-badge--success i:after{background-color:#6dab3c}.vcv-ui-badge--error i:after{background-color:#f44}.vcv-ui-navbar-logo{background:url(assets/eff0317167c3391bd68f.svg) 50% 50% no-repeat;color:inherit;cursor:pointer;display:inline-block;min-height:60px;min-width:60px;order:-100;padding:16px;text-decoration:none;vertical-align:middle}.vcv-ui-navbar-logo:focus,.vcv-ui-navbar-logo:hover{box-shadow:none}.vcv-ui-navbar-logo.vcv-ui-navbar-control:hover{background-color:transparent}.vcv-ui-navbar-logo-title{display:none;padding-left:40px}.vcv-ui-navbar-logo--show-title{background-position:8px 50%}.vcv-ui-navbar-logo--show-title .vcv-ui-navbar-logo-title{display:inline}.vcv-ui-wp-spinner{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/9473596cf58c721f0a0b.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-item-add-hub.vcv-ui-wp-spinner-light{cursor:auto;position:static}.vcv-ui-wp-spinner-light{display:inline-block;height:1em;margin:0;opacity:.7;padding:0;position:relative;vertical-align:middle;width:1em}.vcv-ui-wp-spinner-light:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.vcv-ui-wp-spinner-light.vcv-ui-wp-spinner-lg:before{height:20.8px;width:20.8px}.vcv-ui-form-button .vcv-ui-wp-spinner{margin-left:10px}@keyframes vcv-ui-wp-spinner-animation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}#vc-navbar-container,.vcv-ui-navbar-container{display:flex;flex:1 0 auto;flex-flow:column nowrap}.vcv-ui-navbar{color:#fff;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;min-height:60px;position:relative;z-index:2010}.vcv-ui-navbar>*{flex-grow:0;flex-shrink:0;order:-1}.vcv-ui-navbar>.vcv-ui-pull-end{order:1}.rtl .vcv-ui-navbar{direction:rtl}.vcv-ui-navbar-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:60px;min-width:60px;padding:16px;position:relative;text-align:center;text-decoration:none;transition-duration:.2s;transition-property:color,background-color;transition-timing-function:ease-in-out}.vcv-ui-navbar-control.vcv-ui-navbar-control--active,.vcv-ui-navbar-control:active,.vcv-ui-navbar-control:focus,.vcv-ui-navbar-control:hover{background-color:#203251;color:#fff}.vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-go-premium{flex-direction:row;justify-content:flex-start;line-height:27px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-icon-star{height:23px;width:23px}.vcv-ui-navbar-control.vcv-go-premium .vcv-ui-navbar-control-content{margin-left:7px}.rtl .vcv-ui-navbar-control{direction:rtl}.rtl .vcv-ui-navbar-control .vcv-go-premium .vcv-ui-navbar-control-content{margin-left:0;margin-right:7px}.vcv-ui-navbar-control-content{font-size:14px;letter-spacing:.3px;white-space:nowrap}.vcv-ui-navbar-control-icon{display:inline-block;font-size:1em;height:1em;position:relative;vertical-align:middle;width:1.25em}.vcv-ui-navbar-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-navbar-control-icon+span{margin-left:16px}.rtl .vcv-ui-navbar-control-icon+span{margin-left:0;margin-right:16px}.vcv-ui-navbar-controls-group{display:flex;flex-direction:row;flex-wrap:nowrap}.vcv-ui-navbar-controls-group>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-sandwich.vcv-ui-navbar-dropdown{position:static}.vcv-ui-navbar-sandwich .vcv-ui-navbar-controls-set:not(:last-child):after{background-color:hsla(0,0%,100%,.1);content:"";display:block;height:1px}.rtl .vcv-ui-navbar-controls-set{direction:rtl}.vcv-ui-navbar-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0;position:relative}.vcv-ui-navbar-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-navbar-dropdown .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-ui-navbar-dropdown:hover .vcv-ui-navbar-dropdown-trigger{background-color:#203251}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-content{opacity:0;visibility:hidden}.vcv-ui-navbar-dropdown[disabled] .vcv-ui-navbar-dropdown-trigger{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:0}.rtl .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:0;right:auto}.vcv-ui-navbar-dropdown-trigger{position:relative;width:100%;z-index:2010}.vcv-ui-navbar-dropdown-content{background-color:#203251;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);left:0;margin:0;max-height:0;min-width:200px;opacity:0;overflow:hidden;padding:0;position:absolute;top:100%;visibility:hidden;z-index:2005}.vcv-ui-navbar-dropdown-content.vcv-ui-show-dropdown-content{max-height:none;opacity:1;overflow:initial;visibility:visible;z-index:2006}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control.vcv-ui-state--active,.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control:hover{background-color:#693bc5}.vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control[disabled]{background-color:transparent;cursor:not-allowed;opacity:.5}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control:last-child{border-top:1px solid #374763}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content{align-items:center;display:flex;justify-content:flex-start}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content em{color:#acb4c3;font-size:12px;margin-left:5px}.vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout .vcv-ui-navbar-control-content>span{display:initial}.vcv-ui-navbar-control-separator{background-color:hsla(0,0%,100%,.1);display:block;min-height:1px;min-width:1px}.vcv-ui-navbar-drag-handler{order:-100}.vcv-ui-navbar-controls-spacer{flex:1 1 auto;order:0}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control{text-align:center}.vcv-ui-navbar-hide-labels .vcv-ui-navbar-control-content>span{display:none}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:left}.vcv-ui-navbar-show-labels .vcv-ui-navbar-control-content>span{display:inline}.rtl .vcv-ui-navbar-show-labels .vcv-ui-navbar-control{text-align:right}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{min-width:100%}.vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:0;min-width:0;padding:12px}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{flex-direction:column}.vcv-ui-navbar-show-labels .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content .vcv-ui-navbar-control{min-height:60px}.vcv-ui-navbar-control.vcv-ui-state--active{background-color:#203251}.vcv-ui-navbar-control.vcv-ui-state--warning{background-color:#fdb713}.vcv-ui-navbar-control.vcv-ui-state--disabled{cursor:not-allowed;opacity:.5}.vcv-ui-navbar-control.vcv-ui-state--disabled:hover{background-color:transparent}.vcv-ui-navbar-control.vcv-ui-toggle--inactive{opacity:.5}.vcv-ui-navbar-control.vcv-ui-toggle--active{opacity:1}.vcv-ui-navbar-control-hidden{display:none}.vcv-layout-bar-header.vcv-layout-bar-header--loading{cursor:not-allowed}.vcv-layout-bar-header.vcv-layout-bar-header--loading .vcv-ui-navbar-control{opacity:.5;pointer-events:none}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content{bottom:100%;top:auto}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout.vcv-ui-navbar-dropdown-content--horizontal{right:0}.vcv-layout-dock--bottom .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--top .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{right:auto}.vcv-layout-dock--left #vc-navbar-container,.vcv-layout-dock--left .vcv-ui-navbar,.vcv-layout-dock--left .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--left .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content{bottom:0;left:100%;right:auto;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout,.vcv-layout-dock--left .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--sm{min-width:unset}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:100%;right:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--left .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-layout-dock--right #vc-navbar-container,.vcv-layout-dock--right .vcv-ui-navbar,.vcv-layout-dock--right .vcv-ui-navbar-controls-group{flex-direction:column}.vcv-layout-dock--right .vcv-ui-navbar-drag-handler .vcv-ui-drag-handler-icon{transform:translate(-50%,-50%) rotate(90deg)}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content{bottom:0;left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--layout{bottom:auto;top:0}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content{left:auto;right:100%;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown.vcv-ui-pull-end .vcv-ui-navbar-dropdown-content.vcv-ui-navbar-dropdown-content--vertical{bottom:0;top:auto}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-controls-group{flex-direction:row}.vcv-layout-dock--right .vcv-ui-navbar-dropdown-linear .vcv-ui-navbar-dropdown-content{display:flex;flex-direction:column;min-height:100%;min-width:0}.vcv-ui-navbar-is-dragging{user-select:none}.vcv-ui-navbar-is-dragging .vcv-ui-navbar-container>:not(.vcv-ui-navbar-drag-handler){pointer-events:none}.vcv-ui-navbar-is-dragging .vcv-layout-content:after{background-color:#fff;bottom:0;content:"";cursor:move;left:0;opacity:.2;position:absolute;right:0;top:0;z-index:2000}.vcv-ui-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;transition-duration:.2s;transition-property:height,width;transition-timing-function:ease-in-out;z-index:-1}.vcv-ui-navbar-guideline-top{height:0;left:0;right:0;top:0}.vcv-ui-navbar-guideline-top.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-bottom{bottom:0;height:0;left:0;right:0}.vcv-ui-navbar-guideline-bottom.vcv-ui-navbar-guideline-is-visible{height:5px}.vcv-ui-navbar-guideline-left{bottom:0;left:0;top:0;width:0}.vcv-ui-navbar-guideline-left.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-navbar-guideline-right{bottom:0;right:0;top:0;width:0}.vcv-ui-navbar-guideline-right.vcv-ui-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline{background-color:#2b4b80;box-shadow:inset 0 0 10px 1px #203251;position:fixed;z-index:-1}.vcv-ui-wpbackend-navbar-guideline-top{height:0}.vcv-ui-wpbackend-navbar-guideline-top.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-bottom{height:0}.vcv-ui-wpbackend-navbar-guideline-bottom.vcv-ui-wpbackend-navbar-guideline-is-visible{height:5px}.vcv-ui-wpbackend-navbar-guideline-left{width:0}.vcv-ui-wpbackend-navbar-guideline-left.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-wpbackend-navbar-guideline-right{width:0}.vcv-ui-wpbackend-navbar-guideline-right.vcv-ui-wpbackend-navbar-guideline-is-visible{width:5px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-control-container{background:#203251;margin-bottom:0;text-align:left}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container{margin:6px 60px 12px 20px}.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-ajax-form-container select,.vcv-ui-teaser-add-element-content .vcv-ui-hub-dropdown-container .vcv-ui-form-dropdown{padding:9px 14px 8px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large{border:0;border-radius:0}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button{background:transparent;border:0;color:#f6f6f6;font-size:14px;font-weight:500;letter-spacing:.5px}.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button.vcv-ui-form-button--active,.vcv-ui-teaser-add-element-content .vcv-ui-form-button-group--large .vcv-ui-form-button:hover{background:#1f3aa0}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots,.vcv-ui-editor-plate--teaser .vcv-ui-item-element-inactive{cursor:default}.vcv-ui-editor-plate--teaser .vcv-ui-icon-more-dots{font-size:1rem}.vcv-ui-editor-plate--teaser .vcv-ui-item-element{cursor:default}.vcv-ui-hub-control-container{margin:0 0 20px;text-align:center}.vcv-ui-hub-control-container.vcv-is-hidden{height:0;margin:0}.vcv-ui-hub-control-container.vcv-is-hidden .vcv-ui-form-buttons-group{left:-9999px;position:fixed;top:-9999px;z-index:-9999}.vcv-ui-hub-control-container.vcv-is-hidden~.vcv-ui-hub-dropdown-container{display:block}.vcv-ui-hub-control-container .vcv-ui-form-buttons-group{flex-wrap:nowrap}.vcv-ui-hub-control{background:#fff;border:1px solid #d0d0d0;border-radius:0;color:#6f747b;cursor:pointer;flex:0 1 auto;padding:14px 24px;transition:background .2s ease-in-out}.vcv-ui-hub-control:first-of-type{border-radius:3px 0 0 3px}.vcv-ui-hub-control:last-of-type{border-radius:0 3px 3px 0}.vcv-ui-hub-control:not(:last-of-type){border-right:none}.vcv-ui-hub-control.vcv-ui-state--active,.vcv-ui-hub-control:hover{background:#ddd}.vcv-layout-dock .vcv-ui-hide-resizers .vcv-ui-resizer{display:none}.vcv-ui-hub-dropdown-container{display:none;margin:0 0 20px}.vcv-hub-banner{background:#2d3036;margin-bottom:20px;min-height:300px;overflow:hidden;padding:20px;position:relative}.vcv-hub-banner:before{background:url(https://cdn.hub.visualcomposer.com/plugin-assets/vcwb-hub-banner-bg.png) 50%;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vcv-hub-banner-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center;z-index:1}.vcv-hub-banner-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;letter-spacing:1.12px;line-height:32px;margin:0}.vcv-hub-banner-subtitle{font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;max-width:560px}.vcv-hub-banner .vcv-hub-banner-button,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.92px;margin-top:26px;max-width:100%;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s;width:315px}.vcv-hub-banner .vcv-hub-banner-button:hover,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:hover{background:#d98800;color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-button:focus,.vcv-ui-editor-plate--stock-images .vcv-stock-images-button:focus{color:#fff;text-decoration:none}.vcv-hub-banner .vcv-hub-banner-link{color:#fff;text-decoration:underline}.vcv-hub-banner .vcv-hub-banner-link:focus,.vcv-hub-banner .vcv-hub-banner-link:hover{color:#fff;cursor:pointer;text-decoration:none}@media (min-width:768px){.vcv-hub-banner-title{font-size:36px;line-height:42px}}@keyframes vcv-slide-image-left{0%{transform:translateZ(0)}to{transform:translate3d(-2796px,0,0)}}.vcv-ui-editor-plate--stock-images{background:#1a1a1a}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used{background:transparent}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-subtitle,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-unsplash-logo,.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-media-powered-text{display:none}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-inner{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;max-width:100%}.vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-stock-images-container{min-height:auto;padding-bottom:0}.vcv-stock-images-container{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:20px;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy{background:#110f1d;position:relative}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:before{background:#ff6569;content:"";height:10px;left:0;position:absolute;right:0;top:0}.vcv-ui-editor-plate--stock-images:not(.vcv-ui-editor-plate--stock-images--search-is-used) .vcv-stock-media-container--giphy:after{background:#aa39ff;bottom:0;content:"";height:10px;left:0;position:absolute;right:0}.vcv-stock-media-powered-text{color:#bbb;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;margin-top:14px;text-align:right}.vcv-stock-media-powered-text a{color:#fff;outline:none;text-decoration:none;transition:color .2s}.vcv-stock-media-powered-text a:hover{color:#e4e4e4}.vcv-stock-images-inner{margin:auto;max-width:600px;width:100%}.vcv-stock-images-unsplash-logo{display:inline-block}.vcv-stock-images-unsplash-logo svg{vertical-align:bottom}.vcv-stock-images-subtitle{-webkit-font-smoothing:antialiased;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;letter-spacing:.82px;line-height:28px}.vcv-ui-editor-plate--stock-images .vcv-stock-images-button{display:inline-block;margin-top:6px;padding-left:40px;padding-right:40px;width:auto}.vcv-stock-images-results-container{align-self:center;box-sizing:border-box;display:flex;flex-shrink:0;max-width:1600px;padding:10px;width:100%}.vcv-stock-images-results-data{-webkit-font-smoothing:antialiased;color:#9a9a9a;display:flex;flex:0 0 auto;flex-direction:row;font-size:14px;font-weight:600;justify-content:space-between;padding:20px 20px 0}.vcv-stock-images-column-count--1 .vcv-stock-images-col{flex:0 0 100%;max-width:100%}.vcv-stock-images-column-count--2 .vcv-stock-images-col{flex:0 0 50%;max-width:50%}.vcv-stock-images-column-count--3 .vcv-stock-images-col{flex:0 0 33.333%;max-width:33.333%}.vcv-stock-images-column-count--4 .vcv-stock-images-col{flex:0 0 25%;max-width:25%}.vcv-stock-images-column-count--5 .vcv-stock-images-col{flex:0 0 20%;max-width:20%}.vcv-stock-image-wrapper{padding:10px;position:relative}.vcv-stock-image-wrapper:before{background-color:#e8e8e8;bottom:10px;content:"";left:10px;position:absolute;right:10px;top:10px;transition:background-color .2s;transition-delay:.2s}.vcv-stock-image-wrapper.vcv-stock-image--loaded:before{background-color:transparent}.vcv-stock-image--loaded .vcv-stock-image-inner{opacity:1}.vcv-stock-image-inner{opacity:0;position:relative;transition:opacity .2s}.vcv-stock-image-inner:hover .vcv-stock-image-download-container,.vcv-stock-image-inner:hover .vcv-stock-image-hover-lock{box-shadow:0 0 15px 0 rgba(0,0,0,.1);opacity:1}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-download-container,.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-hover-lock{display:none}.vcv-stock-image-inner.vcv-stock-image--downloading .vcv-stock-image-loading{display:flex}.vcv-stock-image-hover-lock .vcv-ui-icon:hover:before{content:"\e912"}.vcv-stock-image{bottom:0;left:0;position:absolute;right:0;top:0;vertical-align:top;width:100%}.vcv-ui-editor-plate--stock-images~.vcv-loading-wrapper{display:flex;flex:0 0 auto;justify-content:center;padding:5px 20px 20px}.vcv-ui-editor-plate--stock-images~.vcv-loading-dots-container{margin:auto}.vcv-stock-image-download-container{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-download-options{display:flex;flex-direction:column;height:100%;max-height:170px;padding:10px 25px;width:100%}.vcv-stock-image-download-options .vcv-stock-image-download-button:last-child{border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vcv-stock-image-download-options .vcv-stock-image-download-button:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-stock-image-download-button{-webkit-font-smoothing:antialiased;background:#fff;border:none;border-bottom:1px solid #d8d8d8;color:#303030;cursor:pointer;flex-grow:1;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:700;outline:none;padding:5px 10px;transition:background-color .2s,color .2s,border-color .2s}.vcv-stock-image-download-button span{color:#9a9a9a;transition:color .2s}.vcv-stock-image-download-button .vcv-ui-icon-download{margin-left:10px;opacity:0}.vcv-stock-image-download-button:hover{background-color:#2a4c80;border-color:#2a4c80;color:#fff}.vcv-stock-image-download-button:hover span{color:#fff}.vcv-stock-image-download-button:hover .vcv-ui-icon-download{opacity:1}.vcv-stock-image-loading{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;color:#fff;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-stock-image-loading .vcv-ui-wp-spinner{visibility:visible}.vcv-stock-image-hover-lock{align-items:center;background-color:rgba(38,37,37,.6);bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.vcv-stock-image-hover-lock .vcv-ui-icon-download{color:#fff;font-size:18px}.vcv-stock-image-hover-lock .vcv-ui-icon-lock-fill{color:#fff;font-size:16px;padding:4px}a.vcv-stock-image-author{-webkit-font-smoothing:antialiased;align-items:center;box-shadow:none;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:800;justify-content:center;text-decoration:none;transition:color .2s}a.vcv-stock-image-author:hover{color:#e6e6e6}a.vcv-stock-image-author:focus{box-shadow:none;outline:none}.vcv-stock-image-author-image{border-radius:50%;margin-right:10px;width:32px}.media-frame .vcv-ui-search-container .vcv-ui-search-field{border:none;box-shadow:none;font-size:14px}.media-frame .vcv-ui-editor-plate--stock-images.vcv-ui-editor-plate--stock-images--search-is-used .vcv-ui-search-container{border:1px solid #f6f6f6}.media-frame .vcv-loading-dots-container,.media-frame .vcv-ui-editor-no-items-image{margin-top:50px}.media-frame .vcv-stock-images-results-container{margin:auto}.vcv-ui-search-container{background:#fff;border-radius:5px;display:flex;flex:1 0 auto;height:55px}.vcv-ui-search-container .vcv-ui-search-button{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:0 0 60px;justify-content:center;padding:0}.vcv-ui-search-container .vcv-ui-icon-search{color:#c5c5c5;font-size:19px}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field{background:transparent;border:none;flex:1 0 auto;font-size:14px;padding:8px 14px 8px 0;width:0}.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:focus,.vcv-ui-search-container .vcv-ui-form-input.vcv-ui-search-field:hover{animation:none;border:none;box-shadow:none;outline:none}.vcv-ui-search-field:focus::-webkit-input-placeholder{color:transparent}.vcv-ui-search-field:focus:-moz-placeholder,.vcv-ui-search-field:focus::-moz-placeholder{color:transparent}.vcv-ui-search-field:focus:-ms-input-placeholder{color:transparent}.vcv-wb-editor .CodeMirror-lint-tooltip{z-index:1141}.vcv-wb-editor .CodeMirror-gutters{background-color:#e8e8e8}.vcv-wb-editor ul.CodeMirror-hints{z-index:1141}.vcv-row-html-editor-container,.vcv-ui-script-ace-container,.vcv-ui-style-ace-container{background-color:#f9f9f9;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);-webkit-box-sizing:border-box;box-sizing:border-box;color:#32373c;font-family:Consolas,Monaco,monospace;font-size:13px;height:50vh;outline:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-transition:border-color .05s ease-in-out;-o-transition:border-color .05s ease-in-out;transition:border-color .05s ease-in-out;width:100%}.vcv-start-layout-item-list{justify-content:center;margin:30px auto 0}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;transition:stroke .2s ease}.vcv-ui-start-layout-list-item .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;transition:fill .2s ease}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-stroke,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#283aa4}.vcv-ui-start-layout-list-item-active .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#283aa4}.vcv-ui-start-layout-list-item-disabled .vcv-ui-item-element{cursor:not-allowed}.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-fill,.vcv-ui-start-layout-list-item-disabled .vcv-ui-start-layout-list-item-icon-stroke{opacity:.5;transition:opacity .2s ease}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-stroke{stroke:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item-disabled:hover .vcv-ui-start-layout-list-item-icon-fill{fill:#d1d1d1;opacity:1}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout{border:2px solid #d1d1d1;display:block;height:100px;position:relative;width:100px}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover,.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout{border-color:#294a82}.vcv-ui-start-layout-list-item .vcv-ui-item-element-content-layout:hover .vcv-ui-start-layout-list-item-icon-name,.vcv-ui-start-layout-list-item-active .vcv-ui-item-element-content-layout .vcv-ui-start-layout-list-item-icon-name{color:#294a82}.vcv-ui-start-layout-list-item-icon-name{color:#adadad;display:block;font-size:20px;font-weight:200;left:0;line-height:100px;margin:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.vcv-ui-start-layout-list-item-icon{display:block;height:100%;margin:0;position:relative;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-header-and-footer:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-right-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;position:absolute;right:25px;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{background:#d1d1d1;content:"";display:block;height:2px;left:0;position:absolute;width:100%}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:before{top:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar:after{bottom:20px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-left-sidebar .vcv-ui-start-layout-list-item-icon-helper{background:#d1d1d1;height:56px;left:25px;position:absolute;top:20px;width:2px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after,.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{border:1px dashed #d1d1d1;content:"";display:block;height:100%;position:absolute;top:0;width:0}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:before{left:15px}.vcv-ui-start-layout-list-item-icon.vcv-ui-start-layout-list-item-icon-boxed-blank:after{right:15px}.vcv-insights.vcv-ui-tree-content-section-inner{background-color:#f6f6f6}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:column;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{font-size:14px;letter-spacing:.3px;line-height:19px;padding:0 0 0 16px;position:relative}.vcv-insight-description,.vcv-insight-item-description{color:#999;font-family:inherit;font-size:12px;font-style:italic;letter-spacing:.92px;line-height:20px;padding:8px 16px 0}.vcv-insight-item-description{flex:1 1 auto;margin:0 10px 0 0;padding:0 0 0 20px}.vcv-insight-no-issues .vcv-insight-description{padding:0;text-align:center;width:300px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{border-radius:50%;bottom:0;content:"";height:9px;left:0;margin:auto;position:absolute;top:0;width:9px}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-critical .vcv-insight-title:before{background-color:#f05a59}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-warning .vcv-insight-title:before{background-color:#feb716}.vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight-success .vcv-insight-title:before{background-color:#6bdd4d}.vcv-insight-go-to-action{background-color:transparent;border:none;color:#c6cbd4;cursor:pointer;font-size:17px;padding:7px;transition:color .2s ease-in-out}.vcv-insight-go-to-action:hover{color:#9aa3b3}.vcv-insight-items{border-top:1px solid #f4f4f4;margin-top:15px}.vcv-insight-item{align-items:center;display:flex;margin:15px 0}.vcv-insight-item--grouped{align-items:stretch;border-bottom:1px solid #f4f4f4;padding-bottom:15px}.vcv-insight-item--grouped:last-child{border:none;padding:0}.vcv-insight-item--grouped .vcv-insight-item-thumbnail{margin:5px 0}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;object-fit:cover;width:80px}.vcv-insight-header{display:flex;flex-direction:column;padding-right:20px;position:relative}.vcv-insight-collapse-button{background-color:transparent;border:0;bottom:0;color:#c6cbd4;cursor:pointer;font-size:18px;position:absolute;right:0;top:0}.vcv-insight-collapse-button:hover{color:#9aa3b3}.vcv-insight-no-issues,.vcv-ui-insights-spinner,.vcv-ui-settings-popup-panel-spinner{bottom:0;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.vcv-no-issues-heading{font:normal 600 16px/22px Montserrat,sans-serif;letter-spacing:1px;margin:20px 0 10px}.vcv-insight-no-issues{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none}.vcv-insight-header .vcv-ui-wp-spinner{height:100%;position:absolute;right:8px}.vcv-insight.vcv-ui-form-group .vcv-ui-form-link{display:inline}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title{padding:0 16px 0 0}.rtl .vcv-ui-tree-view-content .vcv-ui-tree-content-section .vcv-insight .vcv-insight-title:before{left:auto;right:0}.rtl .vcv-insight-collapse-button{left:0;right:auto}.vcv-notification-item{-webkit-font-smoothing:antialiased;background-color:#fff;background-image:none;border-radius:5px;color:#5c5b5b;display:flex;flex-direction:row;font-weight:700;margin-bottom:20px;padding:14px;position:relative;transition:box-shadow .2s ease-in-out}.vcv-notification-item:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.1)}.vcv-notification-item:hover .vcv-notification-item-url-icon{color:#9aa3b3}.vcv-notification-item-image{height:70px;margin-right:15px;object-fit:cover;width:70px}.vcv-notification-item-content{flex-grow:1}.vcv-notification-item-title{color:#5c5b5b;font-size:14px;font-weight:700;letter-spacing:.3px;line-height:19px}.vcv-notification-item-text{color:#999;font-size:12px;font-style:italic;font-weight:700;letter-spacing:.92px;line-height:20px}.vcv-notification-item .vcv-notification-item-url{border:none;bottom:0;box-shadow:none;left:0;outline:none;position:absolute;right:0;top:0;z-index:1}.vcv-notification-item-url-icon{align-items:center;color:#c6cbd4;display:flex;font-size:16px;justify-content:center;margin-left:15px;transition:color .2s}.rtl .vcv-notification-item-image{margin-left:15px;margin-right:0}.rtl .vcv-notification-item-url-icon{margin-left:0;margin-right:15px}.vcv-color-box{border-radius:3px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);display:inline-block;height:14px;margin-right:4px;vertical-align:sub;width:14px}.vcv-layout-popup{bottom:0;color:#fff;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;position:fixed;transform:translateY(100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%;z-index:3010}.vcv-layout-popup--full-page{align-items:center;height:100%;justify-content:center;transform:translate(0);transition:opacity .5s ease;z-index:999999}.vcv-layout-popup--full-page.vcv-layout-popup--visible{background:rgba(47,47,47,.7);pointer-events:unset}.vcv-layout-popup--full-page .vcv-layout-popup-inner,.vcv-layout-popup--full-page .vcv-premium-teaser{background:#fff;max-width:360px;padding:40px}.vcv-layout-popup--full-page .vcv-layout-popup-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-layout-popup--full-page .vcv-layout-popup-header{padding-right:0;position:unset}.vcv-layout-popup--full-page .vcv-layout-popup-header .vcv-layout-popup-heading{color:#363636;font-family:Montserrat,sans-serif;font-size:22px;letter-spacing:1px;line-height:26px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-close,.vcv-layout-popup--full-page .vcv-premium-teaser-close{color:#d2d2d2;right:2px;top:2px}.vcv-layout-popup--full-page .vcv-layout-popup-text{color:#999;font-family:Roboto,sans-serif;font-size:14px;line-height:22px;margin-bottom:25px;text-align:center}.vcv-layout-popup--full-page .vcv-layout-popup-btn{background:#f7b332;border:none;border-radius:0;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;padding:15px;text-transform:uppercase}.vcv-layout-popup--full-page .vcv-premium-teaser{border-radius:5px}.vcv-layout-popup-container{margin:30px;max-width:410px;pointer-events:all}.vcv-layout-dock--right .vcv-layout-popup-container{margin-right:90px}.vcv-layout-dock--right .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-right:30px}.vcv-layout-dock--left .vcv-layout-popup-container{margin-left:90px}.vcv-layout-dock--left .vcv-layout-popup--full-page .vcv-layout-popup-container{margin-left:30px}.vcv-layout-dock--bottom .vcv-layout-popup-container{margin-bottom:90px}.vcv-layout-popup.vcv-layout-popup--visible{opacity:1;transform:translate(0)}.vcv-layout-popup.vcv-layout-popup--visible.vcv-layout-popup--action-clicked{opacity:0;transform:translateY(-100%)}.vcv-layout-popup-inner{background:#283aa4;border-radius:5px;padding:23px 26px;position:relative}.vcv-layout-popup-header{display:flex;flex-direction:column;margin:0 0 10px;padding-right:20px;position:relative}.vcv-layout-popup-header-badge{align-self:center;background-color:#0d267c;border-radius:50%;height:66px;margin:16px 0 50px 29px;position:relative;width:66px}.vcv-layout-popup-header-badge svg{left:-12px;position:absolute;top:11px}.vcv-layout-popup-heading{color:inherit;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0;text-transform:uppercase}.vcv-layout-popup-close{background:transparent;border:none;color:inherit;cursor:pointer;opacity:1;padding:0;position:absolute;right:-10px;top:-5px;transition:opacity .2s ease-in-out}.vcv-layout-popup-close:hover{opacity:.5}.vcv-layout-popup-content{margin-bottom:15px}.vcv-layout-popup-btn{background:transparent;border:2px solid #fff;border-radius:3px;color:inherit;cursor:pointer;display:inline-block;font-size:13px;line-height:normal;padding:9px 37px;text-align:center;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-layout-popup-btn:hover{background:#ffae27;border-color:#ffae27;color:inherit}.vcv-layout-popup-btn:disabled{background:transparent;border-color:#fff;cursor:not-allowed;opacity:.7}.vcv-layout-popup-btn.vcv-pricing-popup-button{background:#ffae27;border-color:#ffae27}.vcv-layout-popup-btn.vcv-pricing-popup-button:hover{background:#d98800;border-color:#d98800}.vcv-layout-popup-text{color:inherit;font-family:Roboto,sans-serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:24px;margin:0 0 15px}.vcv-layout-popup-checkbox-option-wrapper{margin:16px 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox{background:#fff!important;border-color:#fff!important;margin:0 14px 0 0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox-label{font-size:13px;font-style:italic;letter-spacing:1px;line-height:24px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]{align-items:center;border-radius:3px;display:inline-flex;height:16px;justify-content:center;width:16px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=checkbox]:before{border-radius:50%;content:"";float:none;height:8px;margin:0;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]{border:0}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox[type=radio]:before{border-radius:50%;content:"";float:none;height:8px;margin:4px;padding:0;transition:background-color .2s;width:8px}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:focus{border-color:#fff;box-shadow:none}.vcv-layout-popup-checkbox-option-wrapper .vcv-layout-popup-checkbox:checked:before{background-color:#ffae27!important}.vcv-layout-popup-text--anchor{border-bottom:2px solid;color:#fff;text-decoration:none;transition:color .2s,border-bottom-color .2s}.vcv-layout-popup-text--anchor:active,.vcv-layout-popup-text--anchor:focus,.vcv-layout-popup-text--anchor:hover{border-bottom-color:#c3c3c3;box-shadow:none;color:#c3c3c3;outline:none}.vcv-layout-popup.vcv-layout-popup--pricing-popup .vcv-layout-popup-content{margin-right:38px}.vcv-helpers-container{background-color:rgba(0,0,0,.8);bottom:0;left:0;margin-left:-9px;margin-top:-9px;overflow:hidden;position:absolute;right:0;top:0;z-index:9999}.vcv-helpers-container--hidden{display:none}.vcv-helpers-container .vcv-helper{color:#fff;position:absolute}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question{color:hsla(0,0%,100%,.5);cursor:pointer;height:18px;transition:color .2s;width:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:before{font-size:18px}.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question.vcv-ui-icon-selected,.vcv-helpers-container .vcv-ui-icon.vcv-ui-icon-question:hover{color:#fff}.vcv-helpers-container a{color:#fff;transition:.2s}.vcv-helpers-container a:focus,.vcv-helpers-container a:hover{outline:none;text-decoration:none}.vcv-helpers-container .vcv-helper-box{background-color:#2a3aa6;border-radius:6px;padding:16px 20px 20px;position:absolute;transform:translateY(calc(-50% - 14px)) translateX(40px);width:360px;z-index:9999}.vcv-helpers-container .vcv-helper-box:before{border:10px solid transparent;border-right-color:#2a3aa6;content:"";display:block;left:-20px;position:absolute;top:calc(50% - 10px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box--visible{display:block;z-index:9999}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom{transform:translateY(20px) translateX(calc(-50% + 10px))}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--bottom:before{border-color:transparent transparent #2a3aa6;left:calc(50% - 10px);top:-19px}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top{bottom:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-top:before{bottom:11px;top:auto}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom{top:-8px;transform:translateX(40px)}.vcv-helpers-container .vcv-helper-box.vcv-helper-box-position--horizontal-bottom:before{top:8px}.vcv-helpers-container .vcv-helper-box-heading{color:#fff;font-family:Montserrat,serif;font-size:16px;font-weight:700;letter-spacing:1px;line-height:22px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helper-box-description{font-family:Roboto,serif;font-size:13px;font-style:italic;font-weight:500;letter-spacing:1px;line-height:22px;margin:0 0 15px}.vcv-helpers-container .vcv-helper-box-actions{align-items:center;display:flex;justify-content:space-between}.vcv-helpers-container .vcv-helper-box-done,.vcv-helpers-container .vcv-helper-box-skip{color:#98a1b2;font-family:Roboto,serif;font-size:12px;font-style:italic;font-weight:500;line-height:20px;margin-right:4px}.vcv-helpers-container .vcv-helper-box-skip{color:#fff;cursor:pointer;text-decoration:underline;transition:.2s}.vcv-helpers-container .vcv-helper-box-skip:hover{text-decoration:none}.vcv-helpers-container .vcv-helper-box-next{background-color:transparent;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;float:right;padding:5px 20px;text-decoration:none;transition:background .2s ease-in-out,border-color .2s ease-in-out}.vcv-helpers-container .vcv-helper-box-next:hover{background:#ffae27;border-color:#ffae27}.vcv-helpers-container .vcv-helper-box-image{position:absolute;top:36px;transform:translateX(-50%)}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-image:url(assets/9280fe7dccf9d443f461.png);height:200px;width:240px}.vcv-helpers-container .vcv-helper-box-image.bottom-menu{background-image:url(assets/7ff5cc2dfc2f7f2556c1.png);height:110px;width:360px}.vcv-layout-guide-helper-bottom-menu,.vcv-layout-guide-helper-controls{height:1px;left:0;margin:auto;position:absolute;right:0;top:106px;width:1px}.vcv-layout-guide-helper-bottom-menu{bottom:0;top:0}.vcv-helpers-container .vcv-helpers-welcome-container{bottom:0;margin:40px;max-width:400px;position:absolute;right:0}.vcv-helpers-container .vcv-helpers-welcome-container img{left:-50px;position:absolute}.vcv-helpers-container .vcv-helpers-welcome-container--heading{color:#fff;font-family:Montserrat,serif;font-size:44px;font-weight:700;line-height:40px;margin:0 0 10px;text-transform:uppercase}.vcv-helpers-container .vcv-helpers-welcome-container--description{color:#fff;font-family:Roboto,serif;font-size:18px;font-style:italic;font-weight:500;line-height:26px;margin:0}@media screen and (max-height:700px){.vcv-layout-guide-helper-controls{top:25px}.vcv-helpers-container .vcv-helper-box-image.element-controls{background-position:30px 0;background-repeat:no-repeat;background-size:210px}}.spinner{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vcv-premium-teaser{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:500px;padding:20px;position:relative}.vcv-premium-teaser-badge{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='249' height='373' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M225.993 143.444 249 103.837l-35.248-29.399-7.99-45.04h-46.014L124.5 0 89.252 29.398H43.239l-7.99 45.04L0 103.836l23.007 39.607-7.99 45.04 21.277 7.698V373h23.374l65.004-68.409L189.875 373h23.162V196.063l20.947-7.579-7.99-45.04ZM58.386 342.368V204.354l22.875 39.38 32.358-11.705v52.215l-55.233 58.124Zm132.558-.175-55.233-57.948v-52.097l32.027 11.587 23.007-39.608.199-.071v138.137Zm11.895-202.807 6.168 34.766-33.375 12.073-17.758 30.572-33.374-12.074-33.374 12.074-17.758-30.572-33.375-12.073 6.168-34.766-17.758-30.572L55.61 86.122l6.168-34.765h35.516l27.207-22.691 27.208 22.69h35.516l6.168 34.766 27.207 22.692-17.76 30.572Z' fill='%23363636'/%3E%3Cpath fill='%23F7B332' d='M106.79 127.82 91.594 110.45 75 124.389 103.521 157 170 108.137 156.885 91z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:90px;margin:0 auto 30px;width:60px}.vcv-agree-hub-terms-badge{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABJCAYAAACqyKH+AAAAAXNSR0IArs4c6QAAC2VJREFUeAHtnAtwVFcZx/duHruBQKu1QKOTDq1S1E6xAQnh0fIqkFdbtKiFOq1TcTpqJwNVaNXOwGitMG21QJ2KfdjWGaSgIJu00UBNISEEkvqYokUtlcQiIg9HHtnNY6+/L7N3vXvvuexu9u4udbkzN+ec75zvO9/3v9953O+ejebJ4DVv3rzhZ86cmRUOhxfoun69pmmjSceQ+lHjGPl/kH+X9PX8/PzA3r17j2RQvSF1pQ2JK0mmqVOnfmJgYOCbAHMrrIWJsgPmH2j7owkTJvx448aNfYnyZbJdWgEsLy//CKA9jkG1qRgFkH/l/lZbW9vLpHoqstzmTRuAU6ZMuRvwNnAXu6h0oKCgYElra+sZF2WmJCovJW4F86pVq7w9PT3PAtxqqhMergpRKtJ1zJ+3jh07trGrq+u0qkGmaa56IKBpDNvnMeLuBAzRGY7H4TlKep5UFpMS0qIEeE/k5eXNYEi/lUDbtDZxFUDAewoAvnwhjQGpgXvL8OHD63ft2nXS3Fa8t7GxsQIZt3F/gboPmOst+beHDRs2pbm5+YSFntGiawAC3qcxequT9oDWyv3Avn372p3amOnIG4m8FdC+xu0z1xl55DUjbzZp1hYWVwBkmzKqv7//TQy70jDOnGLgY5WVlSvxsLCZnkgeIKcA5DbajlG193q9SwHxGVVdJmiuAIiRz0WGnE1nDKzDwHW2iiQI06dPL+3r62ujjxIrGw/nVHFx8TjrdGBtl66yN1XBM2bMuArDlqjkYNwPUwVP5La0tHSxaNyOvKC1H/p+/7lz5+6z0jNVThnAUCj0FZRVbVcOFRUV1bllCK91BwBwlUoeIN63aNEi17dkqr6stJQBxKh7rEKljMc8xArZr6obKs3v9z9Jf3+38gPgh7q7u+dZ6ZkopwQgi8e1KP9BhaKH2KPJxO/qxQORIfykSih6zFHR001LCUACBDerFMRLXAfP6AfPVsoGQKUuBl+60qRX4dra2mHHjx8vR6HpKC2Lx3VW5QhF3cyctdtKd6s8efLkQ8gaZ5Enbzb/stAci+h+hvZHSSWE1kXDptLS0uYtW7b0OjIpKhIGsKKi4kbeQ2W1W0ynFwwQMFeV7t69u1vRnysktk2voEOlK8JMQgDyPxRfId3A7qHVVOWYjTuEedpjuQMM1zdQ+kvxwKMnffz48ccce3SnIi0PB9vk7edzOEoLD2k7TjM+nroXBBDgVvA0DiKkJp4go572b2cg+PlHo790pQB5G0C+CQbfuFAfSgB57fLB+FMY1yAokeiIuY+nzYV05AsLCyWweiodss0ysV32lo/gjZvwRiUOtjlw5syZ/vPnz/8KxpvMwpzyGNJPRxKSkqjxpky9l8rwYlp5mD4/jm5KR3DSOUIfgd5XkVcGKqy89NM+atSo2YFA4Ly5zgZgxPOUr2YGI8Jeo3PZTjRUVVUdGUqQwJCV7XTatGklvGdXYtNCbKpCHxsmho602YqDfIY0Gv2JaYyrPoiQRw0GRfo6+7AVbJL3K+re86TIxy+ZthzfagiOrAbEVYaxUQD5hlHGpNlBRZRmNCKVMNRD+/fvX2ui/d9mwWI5IK7lljnQeumAOAkQ35CK6NxB4+9RtoGHuw5wfypXwBNQAOcJsVlsl7Ll0sBqjUEbBBDE50K8xSCaU4Qsa29v/6WZlgt5QNyB7ctVtoLVXBax+VI3CCAECZ2rrm0IWq+qyAUatq8DxB0qW9kBLBO6d+7cuZcB4ExrIxj72W89aKXnWpn5bqVgobB7FovuSO/Zs2cXUFlgbQCoLxMJ/rOVnmvlyKfTrQq7JYhc5QUoAdB2gfovbMQcJYCRExbzBcCxVlwAb4BwvLyNXLpAgO/Pr5KoviiWyiIirzMxF6AeJ/p7NoaYw4UIFv9UQFDixdtsAEI7qmic0yQHTEpkCEc30wZC0FTualTnZKrCBFqeeKDN26DZPmDnJGomo1WYCHbigTYA4RvjFP8yycyZbASLMVaDBTvxQFt4XFyTW/lqZxWSC2XBQjCx2irYiQc2WSukDH2hip6LNCcsAHCnl/hePRlb1AGmO4mPXZ2LgJltFgwECzNN8oKZnHH08qoi3xb2WBtQ9nFk7REFPadIBA2+I1gojN4jJ8IGtzCg6RRxWcIL8+cVzK6QgoGJdT31E7t7AhOPka7mSdvika50NEQh2H4XOt3lwL5B6FGF+Rayl3KFonEI2i0EVFVeqmieGClYP7Ea5epjWmveLxbVdDwbQ8tSAfCm03UTOvqtKuBw+4iRDmIV3URDdIoJivs2ue6Juv1bM6HehL8/W41ysyyeJzarwJN+oEexigIIoi2A6HSS1AfTi/LFzq2FRdeUx0NGuglEsrLENsB7CVvltnleRN5682jMN3fC4Zrl/P7iozA77QGXsLDcQSebAHsbdxOLUI9ZxnstL9/Bg8Gg7PMWYtti9FctGINmYe9OMFoGgFEzo3OgQUHg5fxQphWBHzNoTikC5aO6nG6SU07R6A1l+W4qx3KflpOlKv6e+rKXPLonZoLWPNpr/trOOar2HCW+sre39+v0cwP1MQ9e1T4eDR2LkVVCKkeU48qj3Z/4ldQ0gsynzbJtAEplBMTNCJ5nbpxsnk774ZnB9LDPypsMgOhTzGmJ3yPjGqucTJSxownwPmsFT/qOzoFmRYh//RtXrYLxB2Z6svnIk61T8un4n/XCBa0kKTMi5K0oW+CtA4tKFXiimxJAqeCg4QCes4yPKrKcyxZnqNeIoTKa+NyQYRKXULYNB5LRUydYOHHEHft82muFeRorsPzM4H7yNyUyZxgdwrPFyA81RYYcqJRDPcOGKiMRPvqRKWcPTrOexVF5lNgqJy6ABgMrz3by2/nRy/s4jFNNXlbqUgyTiVh+JFhstI2kXdDX8wBesNCTLiLjb6z8NfTxODJvILVFRpIVipyzyJFTZRLO6+ZuAriGyKttwuKUc07C3Ck07AmUvQh7zGsixvzGX9M5OwWxGWd1nAPTron3f0fETH1l7YGadEgqmz0Ak1Lz4m18CcAUn80lAFMEMOFVOJl+9L0VRaFTIQ5japVsl4+wuj1QWH3gd8nIMNr2NkwsHwjr36d8NYvMq76CK+q0+b8+Z9RnO02LB4ZO9q7Tdc9X2SZcywvH7LAebg42Vnw4nrG0j1lEgg2Tx4XD+k74JPYmW6V7g30nn4onJ5P1aQGQiNkdZiMw/DJPX+9m/eCiwihd9SoXrUSCtA0P/Iz3vZj9JQjfbmqW9WyaAPScsFoGXmWhdw4/ZqU7lUOHDz8Kz42KetUZFUWzzJDSAqDu1aJniM1m4In3hwJlcT+XBhs+ucCj6cvMvEYehb9r5C+GNC0AFlV3PsNQ+7nKQIbkc3qD8+dSfWf5aD0c/glzaMx8KLJYRLYW1nS+oJKbLVpaABRjfH7tXqJT71gNA8DLg3poM6tzgbUOhLyhYD8A6aNtdR6tyzd8xFI7PbsU21N2U53ewKTJYU1vYejawNI0Twgviwmf42ES4bZtrXgQA3n5npkFlZ0tburnhqy0eaAoV1jbsR+vWqlS1AqetFGBJ3TNq3/7YgRvUDf5k+4rGCjbwdCtHVI/mrbHX33NLMKKjkHNIcl1iSmtHmjo6Cvw3YMfScwtqYthftpf4F1ysYInxmQEQG1B26n8PO1OmeOSQZA1Zak2/0DSwCfTR6ptMwKgKFlQ1cE/H/M8nKjCtN3oq+5QboUSlZGJdhkDUIwprOpYAzCN8Qxj1T3oG6MpN9LxeDNdn1EAGcK6zzNsMSD+xclQ6vhwnb9Qm9QpH5Eu+iujAAoaWk3LaZ/um4WXvWVHRztB6GuOv7bdEWA7T3YpGQdQzNVq2971FV4xSfN61g6+rWjaMRR53l+Ufz3D/LfZhSS53v8LeQpHwiOiPbcAAAAASUVORK5CYII=);background-size:cover;height:73px;margin:0 auto 30px;width:80px}.vcv-premium-teaser-header{margin:0 0 16px}.vcv-premium-teaser-heading{color:#363636;font-size:22px;font-weight:700;line-height:26px;margin:0}.vcv-premium-teaser-btn,.vcv-premium-teaser-heading{font-family:Montserrat,sans-serif;letter-spacing:1px;text-align:center;text-transform:uppercase}.vcv-premium-teaser-btn{background:#ffae27;border:none;border-radius:0;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:600;line-height:22px;min-width:280px;padding:14px;text-decoration:none;transition:background .2s ease-in-out}.vcv-premium-teaser-btn:active,.vcv-premium-teaser-btn:focus,.vcv-premium-teaser-btn:hover{background:#d98800;color:#fff}.vcv-premium-teaser-btn:disabled{background:transparent;cursor:not-allowed;opacity:.7}.vcv-premium-teaser-text{-webkit-font-smoothing:antialiased;color:#999;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;font-weight:500;letter-spacing:1.08px;line-height:22px;margin:0 0 25px;text-align:center}.vcv-premium-teaser-text a{color:#586dc6;text-decoration:none;transition:color .2s}.vcv-premium-teaser-text a:hover{color:#515162;text-decoration:underline}.vcv-premium-teaser-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-top:1px;opacity:1;padding:10px;position:absolute;right:-10px;top:-10px;transition:opacity .2s ease-in-out}.vcv-premium-teaser-close:hover{opacity:.5}.vcv-premium-teaser-action-container{display:block;position:relative}.vcv-premium-teaser-action-container .vcv-premium-teaser-btn--loading:before{animation:vcv-ui-wp-spinner-animation .7s linear infinite;background:transparent url(assets/180442a2e0a058651cf0.svg) 50% 50% no-repeat;background-size:contain;content:"";display:block;height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;z-index:1}.vc-v-root-element .controls{padding:10px;text-align:center}.vc-v-root-element .controls a{cursor:pointer;display:inline-block;font-size:12px;height:12px;margin-right:4px;width:12px}[data-vc-dnd-status=allowed]{background-color:#ff0}[data-vc-dnd-status=success]{background-color:green}[data-vc-dnd-status=is-dragging]{opacity:.7}[data-vc-dnd-hidden=true]{display:none!important}.vcv-ui-drag-placeholder{opacity:.4}.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5);box-sizing:border-box;pointer-events:none;position:absolute;z-index:1010}.vcv-ui-outline.vcv-ui-outline-element{border:1px dashed transparent}.vcv-ui-outline-type-index-0.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-0.vcv-ui-outline.vcv-js-highlight{border-color:#3168be}.vcv-ui-outline-type-index-1.vcv-ui-outline{border:1px dashed hsla(0,0%,72%,.5)}.vcv-ui-outline-type-index-1.vcv-ui-outline.vcv-js-highlight{border-color:#f9b811}.vcv-ui-outline-type-index-2.vcv-ui-outline{border:1px dashed transparent}.vcv-ui-outline-type-index-2.vcv-ui-outline.vcv-js-highlight{border-color:#6dad39}.vcv-ui-outline.vcv-state-highlight{border:2px solid rgba(70,115,189,.8)}.vcv-ui-element-frame,.vcv-ui-element-outline{box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease-in-out;z-index:1010}.vcv-ui-element-frame.vcv-state--visible,.vcv-ui-element-outline.vcv-state--visible{opacity:1}.vcv-ui-element-outline{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-custom{border:0;box-shadow:none}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-0{border:1px solid rgba(70,115,189,.8);box-shadow:0 0 0 1px rgba(70,115,189,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-1{border:1px solid rgba(254,197,63,.8);box-shadow:0 0 0 1px rgba(254,197,63,.8)}.vcv-ui-element-outline.vcv-ui-element-outline-type-index-2{border:1px solid rgba(109,171,60,.8);box-shadow:0 0 0 1px rgba(109,171,60,.8)}.vcv-ui-element-frame{border:1px dashed hsla(0,0%,72%,.8)}.vcv-ui-element-frame--locked{border-left:none;border-right:none;border-top:none}.vcv-ui-element-frame--parent-locked{border:none}.vcv-ui-element-frames-container,.vcv-ui-element-outline-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-outline-controls-wrapper{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1030}.vcv-layout-iframe-container[data-vcv-device=mobile-landscape] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=mobile-portrait] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=tablet-landscape] .vcv-ui-outline-controls-wrapper,.vcv-layout-iframe-container[data-vcv-device=tablet-portrait] .vcv-ui-outline-controls-wrapper{overflow:unset}.vcv-ui-outline-controls-wrapper{overflow:hidden}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-content{position:absolute}.vcv-ui-outline-controls-wrapper .vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control-dropdown-content{opacity:1;transition:visibility 0s,opacity .2s ease-in-out;visibility:visible}.vcv-ui-outline-controls-container{display:none;pointer-events:none;position:absolute;z-index:1100}.vcv-ui-outline-controls-container--is-visible{display:block}.vcv-ui-outline-controls-container:hover{z-index:1200}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>*{background-color:#2337a7}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-container>.vcv-ui-outline-controls>:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls{bottom:100%;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;left:0;line-height:13px;margin-bottom:-1px;padding:1px 1px 2px;pointer-events:all;position:absolute}.vcv-ui-outline-controls>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-controls>:hover .vcv-ui-outline-control{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls>.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control{border-radius:5px}.vcv-ui-outline-control-separator{background-color:#2337a7;color:#fff;position:relative;width:10px}.vcv-ui-outline-control-separator:before{font-size:14px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control{color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;min-height:40px;min-width:40px;overflow:hidden;padding:0;text-align:center;text-decoration:none;transition:all .2s ease-in-out}.vcv-ui-outline-control[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-content{align-items:center;direction:ltr;display:flex;flex-direction:row;flex-wrap:nowrap;white-space:nowrap}.vcv-ui-outline-control-content>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-content .vcv-ui-outline-control-label{line-height:1}.vcv-ui-outline-control-content>.vcv-ui-outline-control-icon{height:32px;margin:4px;width:32px}.vcv-ui-outline-control-content[disabled]{cursor:not-allowed;opacity:.5}.vcv-ui-outline-control-icon{height:40px;position:relative;text-align:center;width:40px}.vcv-ui-outline-control-icon.vcv-ui-icon-brush-alt:before,.vcv-ui-outline-control-icon.vcv-ui-icon-trash:before{font-size:18px}.vcv-ui-outline-control-icon:before{font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-outline-control-dropdown{display:flex;flex-direction:row;flex-wrap:nowrap;line-height:inherit;margin:0;position:relative}.vcv-ui-outline-control-dropdown>*{flex-grow:0;flex-shrink:0}.vcv-ui-outline-control-dropdown:not(.vcv-ui-outline-control-dropdown-o-drop-up):hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vcv-ui-outline-control-dropdown-trigger{cursor:move;display:block;line-height:inherit;margin:0;padding:0}.vcv-ui-outline-control-dropdown-non-draggable .vcv-ui-outline-control-dropdown-trigger{cursor:default}.vcv-ui-outline-control-dropdown-content{display:block;left:0;line-height:inherit;margin:0;min-width:140px;opacity:0;padding:0;position:fixed;top:100%;transition:visibility 0s,opacity .2s ease-in-out;visibility:hidden;z-index:1110}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control{border-radius:5px;padding-right:16px;text-align:left}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#1d2d89}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:not(:first-child):not(:last-child){border-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control-icon{margin:4px 10px 4px 4px}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control:hover{background-color:#3168be}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-0.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#184793}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control:hover{background-color:#f9b811}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-1.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#db8a00}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple.vcv-ui-outline-control-dropdown-active .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple:hover .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control:hover{background-color:#6dad39}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control{color:#fff}.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-dropdown .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover,.vcv-ui-outline-control-type-index-2.vcv-ui-outline-control-simple .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-right-click-menu-dropdown-index-0{background-color:#3168be}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-0 .vcv-ui-outline-control:hover{background-color:#184793}.vcv-ui-right-click-menu-dropdown-index-1{background-color:#f9b811}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-1 .vcv-ui-outline-control:hover{background-color:#db8a00}.vcv-ui-right-click-menu-dropdown-index-2{background-color:#6dad39}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control{color:#fff}.vcv-ui-right-click-menu-dropdown-index-2 .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-left .vcv-ui-outline-controls{left:0;right:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content,.vcv-ui-outline-controls-container.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls{left:auto;right:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up:hover .vcv-ui-outline-control-dropdown-trigger.vcv-ui-outline-control{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:0}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content{bottom:100%;margin:0;top:auto}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:0;border-bottom-right-radius:5px}.vcv-ui-outline-control-dropdown.vcv-ui-outline-control-dropdown-o-drop-up.vcv-ui-outline-control-dropdown-o-drop-right .vcv-ui-outline-control-dropdown-content .vcv-ui-outline-control:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:0}.vcv-ui-outline-control-more:hover{background-color:#203251}.vcv-ui-append-control-container{display:flex;justify-content:center;pointer-events:none;position:absolute;z-index:1020}.vcv-ui-append-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-append-control{align-items:center;background-color:rgba(21,24,42,.9);border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;pointer-events:all;transition:background-color .2s ease-in-out}.vcv-ui-append-control:hover{background-color:#283aa5;color:#fff}.vcv-ui-outline-controls-center{align-items:center;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.vcv-ui-outline-controls-center.vcv-ui-controls-o-controls-left{display:block}.vcv-ui-outline-controls-center.vcv-ui-controls-o-controls-right .vcv-ui-outline-controls-center-inner{left:auto;position:absolute;right:0;top:0}.vcv-ui-outline-controls-center-inner{display:flex;pointer-events:all}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control-label{display:none}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control{background-color:#6dad39}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:first-child{border-bottom-left-radius:5px;border-top-left-radius:5px}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:last-child{border-bottom-right-radius:5px;border-top-right-radius:5px}.vcv-ui-outline-controls-center-inner .vcv-ui-outline-control:hover{background-color:#538826}.vcv-ui-element-resize-control-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vce-column-resizer.vce-column-resizer--side{cursor:col-resize;opacity:1;pointer-events:none;position:absolute;visibility:visible;z-index:1025}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler:first-child{left:-5px}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler:last-child{right:-5px}.vce-column-resizer.vce-column-resizer--side .vce-column-resizer-handler{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:auto;position:absolute;top:0;width:10px}.vce-column-resizer.vce-column-resizer--side .vce-add-column{cursor:pointer;height:100%;position:absolute;top:0}.vce-element-resize--left .vce-column-resizer-label--side:hover .vce-column-resizer-label-left{width:50px}.vce-element-resize--left .vce-column-resizer-label--side:hover .vce-column-resizer-label-right,.vce-element-resize--right .vce-column-resizer-label--side:hover .vce-column-resizer-label-left{width:35px}.vce-element-resize--right .vce-column-resizer-label--side:hover .vce-column-resizer-label-right{width:50px}.vce-column-resizer-label--side:hover .vce-column-resizer-label{background:#283aa5;opacity:1}.vce-column-resizer-label--side:hover .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label-right .vce-add-column{padding:8px 12px 8px 5px;right:0}.vce-column-resizer-label-left .vce-add-column{left:0;padding:8px 5px 8px 12px}.vce-column-resizer--no-resize .vce-add-column{pointer-events:auto}.vce-column-resizer--no-resize .vce-column-resizer-label-container:before{display:none}.vce-column-resizer--no-resize .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer--no-resize.vce-column-resizer--side .vce-column-resizer-handler{pointer-events:none}.vce-column-resizer--no-resize .vce-element-resize--left .vce-column-resizer-label-left,.vce-column-resizer--no-resize .vce-element-resize--right .vce-column-resizer-label-right{display:none}.vce-column-resizer--no-resize .vce-element-resize--left .vce-column-resizer-label--side .vce-column-resizer-label-right,.vce-column-resizer--no-resize .vce-element-resize--right .vce-column-resizer-label--side .vce-column-resizer-label-left{width:35px}.wip.vcv-ui-outline-controls-container.vcv-ui-controls-o-inset .vcv-ui-outline-controls{bottom:100%}#vcv-dnd-frame{opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-frame.vcv-dnd-frame-top{border-top:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-bottom{border-bottom:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-left{border-left:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-right{border-right:2px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-dnd-frame-center{border:3px solid rgba(40,58,164,.5)}#vcv-dnd-frame.vcv-is-shown{opacity:1;transition:opacity .5s}.vcv-layout-content #vcv-dnd-smart-line{z-index:1129}#vcv-dnd-smart-line{background-color:rgba(40,58,164,.5);opacity:0;pointer-events:none;position:absolute;z-index:10999}#vcv-dnd-smart-line.vcv-is-shown{opacity:1;transition:opacity .25s}#vcv-dnd-smart-line.vcv-smart-line-transition{background-color:rgba(40,58,164,.75);transform:scaleY(4);transition:opacity .25s,background-color .25s,transform .15s ease .1s}#vcv-dnd-smart-line.vcv-smart-line-transition.vcv-smart-line-vertical{transform:scaleX(4)}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame{background-color:transparent;border:2px solid rgba(40,58,164,.75);transform:scale(1);transition:opacity .25s}#vcv-dnd-smart-line.vcv-dnd-smart-line-frame.vcv-smart-line-transition{box-shadow:0 0 0 2px rgba(40,58,164,.75),inset 0 0 0 2px rgba(40,58,164,.75);transition:opacity .25s,box-shadow .15s ease .1s}.vcv-dnd-dragging--start{cursor:move}.vcv-ui-smart-line-container{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-drag-helper{align-items:center;background-color:#6dad39;border-radius:5px;color:#fff;cursor:pointer;display:block;flex-direction:row;flex-wrap:nowrap;height:40px;justify-content:center;overflow:hidden;position:absolute;text-align:center;text-decoration:none;transition:background-color .4s ease,opacity .4s ease;white-space:nowrap;width:40px;z-index:11000}.vcv-drag-helper.vcv-drag-helper-container{background-color:#3168be}.vcv-drag-helper.vcv-drag-helper-container.vcv-drag-helper-column{background-color:#f9b811}[data-vcv-dnd-helper] .vcv-ui-tree-layout-control{background:#416196}[data-vcv-dnd-helper] .vcv-ui-tree-layout-node{display:none}.vcv-ui-drag-helper-wrapper{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-mobile-tooltip{background:rgba(0,0,0,.75);border-radius:10px;bottom:20px;color:#fff;font-size:16px;left:20px;opacity:1;padding:20px;pointer-events:all;position:absolute;right:20px;transition:opacity .7s ease}.vcv-ui-mobile-tooltip.disabled{opacity:0;pointer-events:none}.vcv-layout-notifications{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-layout-notifications .vcv-layout-notifications-inner{bottom:0;left:60px;pointer-events:none;position:absolute;right:0;z-index:1140}.vcv-layout-notifications .vcv-layout-notifications-item{-webkit-font-smoothing:antialiased;align-items:center;border-radius:10px;color:#fff;direction:ltr;display:flex;font-size:14px;margin:0 20px 15px;opacity:1;padding:13px 20px;pointer-events:all;position:relative;transition:opacity .7s ease}.vcv-layout-notifications .vcv-layout-notifications-item.vcv-layout-notifications-type--disabled{opacity:0;pointer-events:none}.vcv-layout-notifications .vcv-layout-notifications-type--default{background:rgba(21,24,42,.9)}.vcv-layout-notifications .vcv-layout-notifications-type--success{background:#6dab3c}.vcv-layout-notifications .vcv-layout-notifications-type--warning{background:#ffb716}.vcv-layout-notifications .vcv-layout-notifications-type--error{background:#f05b59}.vcv-layout-notifications .vcv-layout-notifications-icon{font-size:1.5em;margin-right:30px}.vcv-layout-notifications .vcv-layout-notifications-icon i{display:block;position:relative;top:50%;transform:translateY(-50%)}.vcv-layout-notifications .vcv-layout-notifications-text{color:#fff;flex-grow:1;font-size:13px;font-style:italic;font-weight:700;line-height:22px}.vcv-layout-notifications .vcv-layout-notifications-text a{color:inherit;text-decoration:underline}.vcv-layout-notifications .vcv-layout-notifications-close{align-items:center;cursor:pointer;display:flex;flex:1 0 30px;height:30px;justify-content:center;margin-left:6px;margin-right:-14px}.vcv-layout-notifications .vcv-layout-notifications-close .vcv-ui-icon:before{transition:opacity .2s}.vcv-layout-notifications .vcv-layout-notifications-close:focus .vcv-ui-icon:before,.vcv-layout-notifications .vcv-layout-notifications-close:hover .vcv-ui-icon:before{opacity:.5}.vcv-dashboard-container .vcv-layout-notifications-inner{position:fixed}.vcv-layout-dock--top .vcv-layout-notifications .vcv-layout-notifications-inner{left:0;max-width:none;right:0}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{bottom:60px;left:0}@media screen and (min-width:768px){.vcv-layout-notifications .vcv-layout-notifications-inner{left:auto;max-width:430px}.media-modal-content .media-frame .vcv-layout-notifications .vcv-layout-notifications-inner{left:auto}}.vcv-ui-right-click-menu-wrapper{bottom:0;direction:ltr;left:0;pointer-events:none;position:absolute;right:0;top:0}.vcv-ui-right-click-menu-container{pointer-events:none;position:absolute;z-index:1200}.vcv-ui-right-click-menu-dropdown-content{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.2);font-size:13px;max-width:280px;min-width:140px;overflow:hidden;pointer-events:all;position:absolute}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control{background:transparent;padding-right:16px}.vcv-ui-right-click-menu-dropdown-content .vcv-ui-outline-control-icon{margin:4px 10px 4px 4px}.vcv-ui-right-click-menu-dropdown-position--bottom{top:0}.vcv-ui-right-click-menu-dropdown-position--top{bottom:0}.vcv-ui-right-click-menu-dropdown-position--right{left:0}.vcv-ui-right-click-menu-dropdown-position--left{right:0}#poststuff .vcv-wpbackend-switcher,#poststuff .vcv-wpbackend-switcher--type-classic,#poststuff .vcv-wpbackend-switcher--type-gutenberg{margin-top:10px}#poststuff .vcv-wpbackend-switcher-wrapper{flex-wrap:wrap}#poststuff .composer-switch+.vcv-wpbackend-switcher-container .vcv-wpbackend-switcher{line-height:23px}.vcv-wpbackend-switcher-wrapper{display:flex}.vcv-wpbackend-switcher{box-sizing:border-box;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:14px;margin-left:10px;margin-right:10px}.vcv-wpbackend-switcher .vcv-wpbackend-switcher-option[disabled]{background-color:#a2a6aa}.vcv-wpbackend-switcher--type-classic,.vcv-wpbackend-switcher--type-gutenberg{box-sizing:border-box;display:inline-block;font-size:14px;margin-right:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option{background-color:#a2a6aa;border:0;border-radius:4px;line-height:1;padding:10px}.vcv-wpbackend-switcher--type-classic .vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher--type-gutenberg .vcv-wpbackend-switcher-option:hover{background-color:#75797e}.vcv-wpbackend-switcher-option{border:0;border-left:1px hsla(0,0%,100%,.1);border-radius:4px;border-style:solid;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:0;text-transform:none;transition:background-color .2s ease-in-out;vertical-align:top}.vcv-wpbackend-switcher-option,.vcv-wpbackend-switcher-option:active,.vcv-wpbackend-switcher-option:focus,.vcv-wpbackend-switcher-option:hover,.vcv-wpbackend-switcher-option:visited{color:#fff;text-decoration:none}.vcv-wpbackend-switcher-option:hover{background-color:#203251}.vcv-wpbackend-switcher-option--vceditor{background:#2b4b80 url(assets/5dc947a98a9daf7d9d72.png) 50% 50% no-repeat;height:34px;width:180px}.composer-switch{margin-right:10px}.rtl .vcv-wpbackend-switcher--type-classic{margin-left:0;margin-right:10px}#postdivrich.vcv-hidden{max-height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute}@media screen and (max-width:454px){.vcv-wpbackend-switcher{margin:15px 30px 0 0}.vcv-wpbackend-switcher--type-classic{margin:10px 0 0}}@font-face{font-family:vcattributes;font-style:normal;font-weight:400;src:url(assets/dd652b76b9171ae2919b.ttf?ktpehb) format("truetype"),url(assets/30963b57a8cc51898516.woff?ktpehb) format("woff"),url(assets/d9171b48d25b2e5817fa.svg?ktpehb#vcAttributes) format("svg")}.vcv-ui-icon-attribute{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:vcattributes!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.vcv-ui-icon-attribute-dashed-none-icon:before{content:"\e91d"}.vcv-ui-icon-attribute-background-position-center-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-bottom:after{color:#7b7b7b;content:"\e912";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-center:after{color:#7b7b7b;content:"\e914";margin-left:-1em}.vcv-ui-icon-attribute-background-position-center-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-center-top:after{color:#7b7b7b;content:"\e916";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-bottom:after{color:#7b7b7b;content:"\e918";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-center:after{color:#7b7b7b;content:"\e91a";margin-left:-1em}.vcv-ui-icon-attribute-background-position-left-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-left-top:after{color:#7b7b7b;content:"\e91c";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-bottom:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-bottom:after{color:#7b7b7b;content:"\e91e";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-center:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-center:after{color:#7b7b7b;content:"\e920";margin-left:-1em}.vcv-ui-icon-attribute-background-position-right-top:before{color:#d0d0d0;content:"\e911"}.vcv-ui-icon-attribute-background-position-right-top:after{color:#7b7b7b;content:"\e922";margin-left:-1em}.vcv-ui-icon-attribute-vertical-alignment-full-height:before{content:"\e910"}.vcv-ui-icon-attribute-alignment-center:before{content:"\e908"}.vcv-ui-icon-attribute-alignment-left:before{content:"\e909"}.vcv-ui-icon-attribute-alignment-right:before{content:"\e90a"}.vcv-ui-icon-attribute-row-width-boxed:before{content:"\e90b"}.vcv-ui-icon-attribute-row-width-stretched:before{content:"\e90c"}.vcv-ui-icon-attribute-row-width-stretched-content:before{content:"\e90d"}.vcv-ui-icon-attribute-shape-round:before{content:"\e90e"}.vcv-ui-icon-attribute-shape-rounded:before{content:"\e90f"}.vcv-ui-icon-attribute-shape-square:before{content:"\e923"}.vcv-ui-icon-attribute-size-l:before{content:"\e924"}.vcv-ui-icon-attribute-size-m:before{content:"\e925"}.vcv-ui-icon-attribute-size-s:before{content:"\e926"}.vcv-ui-icon-attribute-size-xs:before{content:"\e927"}.vcv-ui-icon-attribute-vertical-alignment-bottom:before{content:"\e928"}.vcv-ui-icon-attribute-vertical-alignment-middle:before{content:"\e929"}.vcv-ui-icon-attribute-vertical-alignment-top:before{content:"\e92a"}.vcv-ui-icon-attribute-mirror-horizontally-left:before{color:#d0d0d0;content:"\e905"}.vcv-ui-icon-attribute-mirror-horizontally-left:after{color:#7b7b7b;content:"\e906";margin-left:-1em}.vcv-ui-icon-attribute-mirror-horizontally-right:before{color:#d0d0d0;content:"\e907"}.vcv-ui-icon-attribute-mirror-horizontally-right:after{color:#7b7b7b;content:"\e913";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-down:before{color:#d0d0d0;content:"\e915"}.vcv-ui-icon-attribute-mirror-vertically-down:after{color:#7b7b7b;content:"\e917";margin-left:-1em}.vcv-ui-icon-attribute-mirror-vertically-up:before{color:#d0d0d0;content:"\e919"}.vcv-ui-icon-attribute-mirror-vertically-up:after{color:#7b7b7b;content:"\e91b";margin-left:-1em}.vcv-ui-icon-attribute-sandwich-bold:before{content:"\e900"}.vcv-ui-icon-attribute-sandwich-regular:before{content:"\e901"}.vcv-ui-icon-attribute-sandwich-thin:before{content:"\e902"}.vcv-ui-icon-attribute-sandwich-right:before{content:"\e903"}.vcv-ui-icon-attribute-sandwich-left:before{content:"\e904"}.vcv-ui-icon-attribute-tablet-landscape:before{content:"\1f4bb"}.vcv-ui-icon-attribute-mobile-portrait:before{content:"\1f4f1"}.vcv-ui-icon-attribute-mobile-landscape:before{content:"\1f4f2"}.vcv-ui-icon-attribute-desktop:before{content:"\1f4fa"}.vcv-ui-icon-attribute-tablet-portrait:before{content:"\1f5b3"}.vcv-row-control-container{align-content:center;align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:10px 0;min-height:60px;opacity:0;transition:opacity .2s ease-in-out}.vce-row:hover .vcv-row-control-container:not(.vcv-row-control-container--add-disabled){opacity:1}.vcv-row-control-container-hide-labels .vcv-row-control-content>span{display:none}.vcv-row-control-container-show-labels .vcv-row-control-content>span{display:inline}.vcv-row-control{align-content:center;background:rgba(0,0,0,.15);border-radius:3px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;font-size:14px;justify-content:center;margin:5px;min-height:60px;min-width:60px;padding:16px;text-align:center;text-decoration:none;transition:background .2s ease-in-out}.vcv-row-control:active,.vcv-row-control:focus,.vcv-row-control:hover{background:rgba(0,0,0,.2);color:#fff;text-decoration:none}.vcv-row-control[disabled]{background:rgba(0,0,0,.15);color:#fff;cursor:not-allowed;opacity:.5}.vcv-row-control-content{line-height:16px;white-space:nowrap}.vcv-row-control-icon{display:inline-block;font-size:1em;height:1.25em;position:relative;vertical-align:middle;width:1.25em}.vcv-row-control-icon:before{font-size:1.25em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-row-control-icon+span{font-family:Nunito Sans,sans-serif;margin-left:16px;vertical-align:middle}.vce-col.vce-element--has-background>.vce-col-content>.vcv-row-control-container,.vce-row.vce-element--has-background>.vce-row-content>.vce-col>.vce-col-content>.vcv-row-control-container{margin-bottom:35px;padding:0}.vce-col-content[data-vcv-centered-control=true],.vce-col[data-vcv-centered-control=true]{align-self:stretch;width:100%}.vce-col-inner[data-vcv-centered-control=true]{align-items:center;display:flex;justify-content:center}.vcv-blank-page-container{font-family:Nunito Sans,sans-serif;margin:30px auto;max-width:500px;padding:0 20px}.vcv-blank-page-heading-container{margin:0 0 25px;text-align:center}.vcv-blank-page-heading{display:inline-block;font-family:inherit;font-size:26px;line-height:1.2em;text-transform:capitalize}.vcv-blank-page-controls-container{margin:0 auto}.vcv-blank-page-controls-row{display:flex;flex-flow:row wrap;margin:0 -10px}.vcv-ui-element-control{background:#2b4b80;border:none;border-radius:3px;color:#fff;cursor:pointer;height:60px;margin:10px;overflow:visible;padding:10px;position:relative;text-decoration:none;transition:background .2s ease-in-out;vertical-align:middle;width:60px}.vcv-ui-element-control:hover{background:#6dab3c}.vcv-ui-element-control--row:hover{background:#4673bd}.vcv-ui-element-control--add:hover{background:#203251}.vcv-ui-element-control--template{flex-grow:1;transition:background .2s ease-in-out}.vcv-ui-element-control--template:hover{background:#fec53f}.vcv-ui-element-control--full-width{flex:0 1 100%}.vcv-ui-element-control .vcv-ui-icon{font-size:1.2em;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.vcv-ui-element-control .vcv-ui-icon:before{font-size:23px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-ui-element-control .vcv-ui-icon-template:before{font-size:30px}.vcv-ui-element-control-label{display:none;font-family:inherit}.vcv-ui-element-controls--lock-width{align-content:stretch;align-items:stretch;flex-flow:column wrap}.vcv-ui-element-controls--lock-width .vcv-ui-element-control{align-items:center;display:flex;flex-flow:row wrap;font-size:1.2em;justify-content:flex-start;padding:0 10px;text-align:left;width:auto}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-content{align-items:center;display:flex}.vcv-ui-element-controls--lock-width .vcv-ui-element-control-label{display:inline-block;font-size:.8em;margin-left:16px}.vcv-ui-element-controls--lock-width .vcv-ui-icon{font-size:medium;left:auto;position:relative;top:auto;transform:none}.vcv-blank-page-description-container{display:block;font-family:Nunito Sans,sans-serif;font-size:14px;font-style:italic;line-height:1.4em;margin-top:20px;min-height:160px;opacity:0;transition:opacity .2s ease-in-out}.vcv-blank-page-description-container.vcv-blank-page-description-active{opacity:1}.vcv-ui-blank-row-container{align-items:center;display:flex;height:50vh;position:relative}.vcv-ui-blank-row-drag-overlay{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s;visibility:hidden;z-index:-1}.vcv-ui-blank-row-drag-overlay svg{bottom:0;left:0;margin:auto;opacity:.15;position:absolute;right:0;top:0}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-drag-overlay{opacity:1;visibility:visible;z-index:1}.vcv-drag-helper-over-blank-row .vcv-ui-blank-row-controls-container{opacity:0}.vcv-layouts-html{position:relative}.vcv-layouts-html .vcv-ui-blank-row-container{height:auto;min-height:0}.vcv-layouts-html .vcv-ui-blank-row{margin-top:20px}.vcv-ui-blank-row{align-items:center;border:1px dashed hsla(0,0%,72%,.8);display:flex;flex:1 0 auto;justify-content:center;position:relative}.vcv-ui-blank-row-controls-container{display:flex;flex-flow:row wrap;padding:10px 0;transition:opacity .2s}.vcv-ui-blank-row-element-control{align-items:center;border:none;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:10px 0;padding:0;width:100px}.vcv-ui-blank-row-element-control,.vcv-ui-blank-row-element-control:active,.vcv-ui-blank-row-element-control:focus,.vcv-ui-blank-row-element-control:hover{background:transparent;box-shadow:none}.vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.3}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.15;transition:opacity .2s ease-in-out}.vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon svg{vertical-align:top}.vcv-ui-blank-row-element-control--disabled{cursor:not-allowed}.vcv-ui-blank-row-element-control--disabled:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vce-col-content .vcv-row-control-container .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon:hover{opacity:.3}.vcv-row-control-container .vcv-ui-blank-row-element-control{height:100%;left:0;margin:0;min-height:80px;position:absolute;top:0;width:100%}.vcv-row-control-container .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.15}.vcv-row-control-container.vcv-row-control-container-mobile-add{opacity:1}.vcv-row-control-container--add-disabled .vcv-ui-blank-row-element-control{cursor:default}.vcv-ui-blank-row-element-control-label{display:none;font-family:inherit}.vcv-is-hidden{visibility:hidden}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control .vcv-ui-blank-row-element-control-icon{opacity:.35}.single-vcv_footers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_headers .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon,.single-vcv_sidebars .vcv-ui-blank-row .vcv-ui-blank-row-element-control:hover .vcv-ui-blank-row-element-control-icon{opacity:.8}.single-vcv_footers .vcv-ui-blank-row,.single-vcv_headers .vcv-ui-blank-row,.single-vcv_sidebars .vcv-ui-blank-row{border:0;margin-bottom:15px}.single-vcv_headers .vcv-ui-blank-row-container,.single-vcv_sidebars .vcv-ui-blank-row-container{bottom:0;left:0;position:absolute;right:0;transform:translateY(100%)}.single-vcv_footers .vcv-ui-blank-row-container{background:#292929}body.single-vcv_footers,body.single-vcv_headers,body.single-vcv_sidebars{margin-bottom:0;overflow-x:unset}body.single-vcv_footers article,body.single-vcv_headers article,body.single-vcv_sidebars article{margin:0}[data-vcv-element] [contenteditable]:focus{outline:none}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] p,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] div,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] p{display:inline;margin:0;padding:0}[data-vcv-element] .vcvhelper[data-vcv-content-editable-inline-mode=text] br,[data-vcv-element] vcvhelper[data-vcv-content-editable-inline-mode=text] br{display:none}.vcv-ui-content-editable-helper-loader{display:flex;min-height:60px;min-width:60px;padding:16px}.vcv-row-placeholder{border:1px dashed hsla(0,0%,72%,.8);margin-top:10px;opacity:1}[data-vcv-resizer-visible=true]>.vce-row-content>.vce-column-resizer{opacity:1;visibility:visible}[data-vcv-resizer-hovered=true]>.vce-row-content>.vce-col:before{border:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.vce-column-resizer{align-self:stretch;opacity:0;position:relative;visibility:hidden;width:0}.vce-column-resizer-handler{align-items:center;bottom:0;cursor:col-resize;display:flex;justify-content:center;position:absolute;right:0;top:0;z-index:999}.vce-column-resizer-handler:before{border-right:1px dashed hsla(0,0%,72%,.8);bottom:0;content:"";display:block;left:50%;position:absolute;top:0;transform:translateX(-50%)}.rtl .vce-column-resizer-handler,.rtl.vce-column-resizer-handler{left:0;right:auto}.vce-row--col-gap-0 .vce-column-resizer .vce-column-resizer-handler{transform:translate(50%);width:2px}.vce-column-resizer-label-container{height:29px;position:relative}.vce-column-resizer-label-container:before{background:#fff;border-radius:50%;box-shadow:0 5px #fff,0 -5px #fff;content:"";height:2px;position:absolute;transform:translate(-50%,13px);width:2px;z-index:99999}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label{background:#283aa5;opacity:1;width:45px}.vce-column-resizer-label-container.vce-column-resizer-label-container--active .vce-column-resizer-label-percentage{opacity:1}.vce-column-resizer-label{align-items:center;background:rgba(21,24,42,.9);color:#fff;direction:ltr;display:flex;font-family:Nunito Sans,sans-serif;font-size:12px;font-style:italic;font-weight:700;height:100%;justify-content:center;overflow:hidden;position:absolute;top:0;transition:width .2s ease-in-out,background .2s ease-in-out;user-select:none;width:7px;z-index:9999}.vce-column-resizer-label.vce-column-resizer-label-left{border-radius:2em 0 0 2em;right:0}.vce-column-resizer-label.vce-column-resizer-label-right{border-radius:0 2em 2em 0;left:0}.vce-column-resizer-label-percentage{line-height:0;opacity:0;transition:opacity .2s ease-in-out}.vce-column-wrap-blocker{flex-basis:0;height:0;opacity:0;width:100%}.vce-col--all-hide+.vce-column-resizer,.vce-col--all-last+.vce-column-resizer{display:none}@media (min-width:0) and (max-width:543px){.vce-col--xs-hide+.vce-column-resizer,.vce-col--xs-last+.vce-column-resizer{display:none}}@media (min-width:544px) and (max-width:767px){.vce-col--sm-hide+.vce-column-resizer,.vce-col--sm-last+.vce-column-resizer{display:none}}@media (min-width:768px) and (max-width:991px){.vce-col--md-hide+.vce-column-resizer,.vce-col--md-last+.vce-column-resizer{display:none}}@media (min-width:992px) and (max-width:1199px){.vce-col--lg-hide+.vce-column-resizer,.vce-col--lg-last+.vce-column-resizer{display:none}}@media (min-width:1200px){.vce-col--xl-hide+.vce-column-resizer,.vce-col--xl-last+.vce-column-resizer{display:none}}.vcv-blank-element{height:50px}[data-vcv-layout-zone]{min-height:40px;position:relative}[data-vcv-layout-zone].vcv-drag-helper-over-hfs{cursor:not-allowed}[data-vcv-layout-zone].vcv-drag-helper-over-hfs .vcv-zone-overlay{visibility:hidden;z-index:-1}[data-vcv-layout-zone] .vcv-zone-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-overlay:hover{background:hsla(0,0%,100%,.2)}[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-overlay:hover .vcv-zone-button-container a.vcv-zone-button{opacity:1}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{align-items:center;background:#283aa4;border:0;border-radius:3px;bottom:15px;box-shadow:none;color:#fff;display:flex;font-family:Nunito Sans,sans-serif;font-size:14px;font-weight:400;justify-content:center;line-height:unset;margin:0 5px;opacity:0;padding:8px 16px;position:-webkit-sticky;position:sticky;text-decoration:none;top:15px;transition:opacity .2s,background .2s;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:focus,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:focus{border:0;box-shadow:none;outline:none;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button:hover,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button:hover{background-color:#ffae27;border:0;box-shadow:none;cursor:pointer;text-decoration:none}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button .vcv-ui-icon,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button .vcv-ui-icon{font-size:20px;margin-right:14px}[data-vcv-layout-zone] .vcv-zone-empty{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .2s}[data-vcv-layout-zone] .vcv-zone-empty .vcv-zone-empty-text{bottom:15px;color:#9a9a9a;display:inline-block;font-family:Nunito Sans,sans-serif;font-size:.9em;font-style:italic;font-weight:400;padding:6px 0;position:-webkit-sticky;position:sticky;top:15px}[data-vcv-layout-zone] .vcv-zone-button-container{bottom:15px;display:flex;position:sticky;top:15px;z-index:100}[data-vcv-layout-zone] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone] .vcv-zone-button-container a.vcv-zone-button{bottom:auto;position:relative;top:auto}[data-vcv-layout-zone=sidebar] .vcv-zone-overlay{flex-direction:column}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container .vcv-zone-button,[data-vcv-layout-zone=sidebar] .vcv-zone-button-container a.vcv-zone-button{margin:5px 0}[data-vcv-layout-zone=sidebar] .vcv-zone-button-container{flex-direction:column}.vcv-migration-notice-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1150}.vcv-migration-notice,.vcv-migration-notice-container{align-items:center;background:#fff;display:flex;justify-content:center}.vcv-migration-notice{flex-direction:column;font:normal normal normal 12px Montserrat,sans-serif;padding:0 15%;text-align:center}.vcv-migration-title{color:#363636;font-size:2em;letter-spacing:1px;line-height:1.3;width:80%}.vcv-migration-description{font:normal normal 700 12px Nunito Sans,sans-serif;text-align:left}.vcv-migration-description,.vcv-migration-label{color:#717171;font-size:14px;letter-spacing:1px;line-height:24px;margin:0 0 1.5em}.vcv-migration-description.vcv-migration-description--emphasized{color:#a6a6a6;font-size:13px;font-style:italic;font-weight:400;line-height:1.6;margin:5px 0 2em}.vcv-migration-button{width:422px}.vcv-migration-label{cursor:pointer;display:inline-block;padding:0 0 0 25px;position:relative;user-select:none;vertical-align:-3px}.vcv-migration-label:after,.vcv-migration-label:before{content:"";position:absolute}.vcv-migration-label:before{height:16px;left:0;top:4px;transition:border .2s ease-in-out,background .2s ease-in-out;width:16px}.vcv-migration-label:after{border:2px solid #fff;border-left:0;border-top:0;height:10px;left:5px;top:5px;transform:rotate(45deg);transition:border-color .2s ease-in-out;width:6px}.vcv-migration-checkbox{height:16px;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:16px;z-index:-99}.vcv-migration-checkbox:not(:checked)+label:before{border:2px solid #d4d4d4}.vcv-migration-checkbox:checked+label:before{background:#21a1d1;border:2px solid #21a1d1}.vcv-migration-checkbox:not(:checked)+label:after{border-color:transparent}.vcv-migration-checkbox:checked+label:after{border-color:#fff}.vcv-migration-button{background:transparent;border:2px solid #d6d6d6;border-radius:0;color:#d6d6d6;cursor:pointer;display:inline-block;font:normal normal normal 12px Montserrat,sans-serif;letter-spacing:.077em;margin-bottom:20px;max-width:100%;padding:16px 34px;text-transform:uppercase;transition:color .2s ease-in-out,border-color .2s ease-in-out,background .2s ease-in-out}.vcv-migration-button--start{background:#294a82;border-color:#294a82;color:#fff}.vcv-migration-button--start:hover{background:#1f3152;border-color:#1f3152}.vcv-migration-button--back:hover{border-color:#a0a0a0;color:#a0a0a0}.vcv-migration-notes{align-items:flex-start;display:flex;flex-direction:column}.vcv-migration-note{align-items:stretch;display:flex;flex:0 0 100%;justify-content:center;margin:0 0 .5em}.vcv-migration-note:last-of-type{margin:0 0 1.5em}.vcv-migration-note .vcv-ui-icon{font-size:17px;margin:3px 13px 0 0}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--success{color:#6dab3c}.vcv-migration-note .vcv-ui-icon.vcv-ui-state--error{color:#f44}.vcv-migration-note .vcv-migration-description{margin:0}@media screen and (max-width:1024px){.vcv-migration-notice{padding:0 10%}.vcv-migration-title{font-size:2em;margin:.5em 0}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:22px;margin:0 0 1.5em}.vcv-migration-description--emphasized{margin:0 0 2em}.vcv-migration-button{margin-bottom:15px}}@media screen and (max-width:768px){.vcv-migration-notice{left:0;padding:12% 3%;position:absolute;top:0;width:100%}.vcv-migration-title{font-size:2em;margin:.4em 0;width:100%}.vcv-migration-description,.vcv-migration-label{font-size:13px;line-height:20px;margin:0 0 1.3em}.vcv-migration-description--emphasized{font-size:12px}.vcv-migration-button{margin-bottom:13px}}.medium-toolbar-arrow-under:after{border-color:#2b4b80 transparent transparent;border-width:6px 6px 0;bottom:-6px;top:auto}.medium-toolbar-arrow-over:before{border-color:transparent transparent #2b4b80;border-width:0 6px 6px;top:-6px}.medium-editor-toolbar{background-color:#2b4b80;border:none;border-radius:4px;box-shadow:1px 0 10px 0 rgba(0,0,0,.3);color:#fff;font-size:14px}.medium-editor-toolbar-actions{border-radius:inherit;overflow:hidden}.medium-editor-toolbar-actions .medium-editor-action{-webkit-appearance:none;background-color:#2b4b80;background-image:none;border:none;box-sizing:border-box;color:#fff;cursor:pointer;height:40px;margin:0;max-width:100%;padding:0;position:relative;text-align:center;text-decoration:none;touch-action:manipulation;transition:all .2s ease-in-out;user-select:none;white-space:normal;width:40px}.medium-editor-toolbar-actions .medium-editor-action>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active,.medium-editor-toolbar-actions .medium-editor-action:hover{background-color:#203251}.medium-editor-toolbar-actions .medium-editor-action.medium-editor-button-active:hover{background-color:#2e4567}.medium-editor-toolbar-form a{background-color:#2b4b80;border:none;color:inherit;display:inline-block;height:40px;line-height:40px;margin:0;padding:0;text-align:center;vertical-align:middle;width:40px}.medium-editor-toolbar-form a:hover{background-color:#203251}.medium-editor-toolbar-input{background:transparent;color:inherit;height:40px}.medium-editor-toolbar-input:-moz-placeholder,.medium-editor-toolbar-input:-ms-input-placeholder,.medium-editor-toolbar-input::-moz-placeholder,.medium-editor-toolbar-input::-webkit-input-placeholder{color:hsla(0,0%,100%,.8)}.medium-editor-action-bold>b{visibility:hidden}.medium-editor-action-bold:before{background-image:url(assets/a577b407139a9a7825d0.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-italic>b{visibility:hidden}.medium-editor-action-italic:before{background-image:url(assets/f5016fbf74f37d10a06f.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}.medium-editor-action-underline>b{visibility:hidden}.medium-editor-action-underline:before{background-image:url(assets/a229bcf3162398af0d1e.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;content:"";display:block;height:inherit;width:inherit}body:not(.vcv-wb-editor) .mce-content-body{line-height:unset}body:not(.vcv-wb-editor) .mce-floatpanel{box-shadow:none}body:not(.vcv-wb-editor) div.mce-panel.mce-tinymce-inline{background:transparent;border:none!important}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item{background:#23273e;border:none;border-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group:not(:first-child){border-left-color:hsla(0,0%,100%,.1);margin-left:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-first .mce-btn.mce-first{border-bottom-left-radius:5px;border-top-left-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last{margin:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-flow-layout-item.mce-last .mce-btn.mce-last{border-bottom-right-radius:5px;border-top-right-radius:5px}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group{padding:0}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-ico{color:#fff;transition:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn-group .mce-btn{background:transparent;border:none;cursor:pointer;margin:0;padding:5px 6px;text-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn.mce-active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-toolbar .mce-btn-group .mce-btn:hover,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw.active,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:focus,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .qt-dfw:hover{background-color:#15182a;border-color:transparent;box-shadow:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn:hover .mce-caret,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-caret{border-top-color:#fff}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button,body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button{background:transparent;color:#fff;letter-spacing:normal;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-btn button:not(:hover),body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-menubtn button:not(:hover){background:transparent}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-container-body.mce-stack-layout>.mce-toolbar:not(:first-child){border-top:1px solid hsla(0,0%,100%,.1)}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:VC-Icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}body:not(.vcv-wb-editor) div.mce-abs-layout-item.mce-abs-layout-item .mce-ico.mce-i-vcv-ui-icon-edit:before{content:"\270e"}body:not(.vcv-wb-editor) .mce-tinymce-inline .mce-container-body.mce-abs-layout{overflow:visible}.vcv-ui-form-group--permalink{margin-top:-10px}.vcv-permalink-container{-webkit-font-smoothing:antialiased;align-items:baseline;display:flex;font-size:13px;font-weight:700;line-height:25px;text-align:left;width:100%}.vcv-permalink-text{color:#a2a2a2}.vcv-permalink-link{color:#a2a2a2;display:flex;flex-wrap:wrap}.vcv-permalink-editable{border-radius:12px;cursor:text;outline:none;padding:0;transition:box-shadow .2s,padding .2s,color .2s,margin .2s;word-break:break-all}.vcv-permalink-editable:focus,.vcv-permalink-editable:hover{outline:none}.vcv-permalink-container--editable .vcv-permalink-link{color:#586dc6}.vcv-permalink-container--editable .vcv-permalink-editable:focus,.vcv-permalink-container--editable .vcv-permalink-editable:hover,.vcv-permalink-container--editable .vcv-permalink-link:hover .vcv-permalink-editable{box-shadow:0 0 0 2px #d1d1d1;color:#a2a2a2;margin:0 3px;padding:0 9px}.vcv-is-no-selection{user-select:none}.vcv-is-invisible{visibility:hidden}vcvhelper{display:block}.vcvhelper,vcvhelper{border:none}.vcv-is-disabled-outline [tabindex]:focus,.vcv-is-disabled-outline a:focus,.vcv-is-disabled-outline area:focus,.vcv-is-disabled-outline button:focus,.vcv-is-disabled-outline input:focus,.vcv-is-disabled-outline label:focus,.vcv-is-disabled-outline select:focus,.vcv-is-disabled-outline summary:focus,.vcv-is-disabled-outline textarea:focus,.vcv-is-disabled-outline:focus{outline:none}.vcv-is-disabled-outline a:focus{border:none;box-shadow:none}[data-vcv-transition-disabled=true]{transition:none!important}body.vcwb-editor-body.vcwb-editor--opacity,html.async-hide,html.vcwb-editor-html.vcwb-editor--opacity{opacity:1!important}.vcv-title-control{background-color:#6dad39;border-radius:5px;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;left:0;min-height:40px;min-width:40px;overflow:hidden;padding:0;position:absolute;text-align:center;text-decoration:none;top:-35px;transition:background-color .2s ease-in-out;visibility:hidden;z-index:100}.vcv-title-control i{height:32px;margin:4px;position:relative;width:32px}.vcv-title-control i:before{font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vcv-title-control--active{visibility:visible}.vcv-title-control:hover{background-color:#538826}#vc_v-editor .navbar-fixed-top{top:32px}
public/dist/hub.bundle.css.gz CHANGED
Binary file
public/dist/hub.bundle.js CHANGED
@@ -1 +1 @@
1
- (self.vcvWebpackJsonp4x=self.vcvWebpackJsonp4x||[]).push([["hub","mustLibs"],{"./public/components/api/innerAPI.js":function(e,t,a){"use strict";var i=a("./node_modules/@babel/runtime/helpers/esm/typeof.js"),n=a("./node_modules/react/index.js"),s=a("./node_modules/vc-cake/index.js"),r=a("./node_modules/event-emitter/index.js"),l=function(){};a.n(r)()(l.prototype);var o=new l,u={},c={};t.default={pick:function(e,t,a){var i=e.split(":"),r="";return i.forEach((function(e){r=r?"".concat(r,":").concat(e):e,u[r]&&(t=u[r].call(t,a))})),n.isValidElement(t)?t:((0,s.env)("debug")&&console.warn("Not a react element",e),null)},mount:function(e,t){"function"==typeof t?u[e]=t:(0,s.env)("debug")&&console.warn("Not a correct callback",e)},applyFilter:function(e,t,a){var n=this;return c[e]&&c[e].length&&c[e].forEach((function(e){var r=e.call(n,Object.assign({},t),a);Array.isArray(t)&&!Array.isArray(r)||Array.isArray(r)&&!Array.isArray(t)||(0,i.default)(t)!==(0,i.default)(r)?(0,s.env)("debug")&&console.warn("Returned value must be ".concat((0,i.default)(t)),r):t=r})),t},addFilter:function(e,t){c[e]||(c[e]=[]),c[e].push(t)},dispatch:function(e,t){o.emit.apply(o,["vcv:inner:api:".concat(e)].concat(t))},subscribe:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]&&arguments[2];a?o.once("vcv:inner:api:".concat(e),t):o.on("vcv:inner:api:".concat(e),t)},unsubscribe:function(e,t){o.off("vcv:inner:api:"+e,t)}}},"./public/components/api/publicAPI.js":function(e,t,a){"use strict";var i=a("./node_modules/event-emitter/index.js"),n=function(){};a.n(i)()(n.prototype);var s=new n;t.default={on:function(e,t){s.on("vcv:api:"+e,t)},once:function(e,t){s.once("vcv:api:"+e,t)},off:function(e,t){s.off("vcv:api:"+e,t)},trigger:function(e){var t=Array.prototype.slice.call(arguments,1);s.emit.apply(s,["vcv:api:".concat(e)].concat(t))},ready:function(e){this.once("ready",e)}}},"./public/components/dnd/domElement.js":function(e,t,a){"use strict";a.d(t,{default:function(){return l}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/lodash/lodash.js"),r=a.n(s),l=function(){function e(t,a,n){(0,i.default)(this,e),n=r().defaults(n,{containerFor:null,childFor:null,parent:null,handler:null,datasetKey:"vcvDndDomElement"}),Object.defineProperties(this,{node:{configurable:!1,enumerable:!1,value:a,writable:!1},$node:{configurable:!1,enumerable:!1,value:window.jQuery(a),writable:!1},id:{configurable:!1,enumerable:!1,value:t,writable:!1},options:{configurable:!1,enumerable:!1,value:n,writable:!1},isEmptyAsContainer:{enumerable:!1,get:function(){return 0===this.$node.find("[data-vcv-dnd-element]").length}}}),this.setAttributes()}return(0,n.default)(e,[{key:"setAttributes",value:function(){var e=this.options.handler;"string"==typeof e&&(e=this.$node.find(this.options.handler).get(0)),e&&e.ELEMENT_NODE&&(void 0!==this.handler?Object.defineProperty(this,"handler",{configurable:!0,enumerable:!1,value:e,writable:!0}):this.handler=e),this.node.setAttribute("data-vcv-dnd-element",this.id),this.handler?(this.handler.setAttribute("data-vcv-dnd-element-handler",this.id),this.handler.dataset[this.options.datasetKey]=this.node.className):this.options.handler||this.node.setAttribute("data-vcv-dnd-element-handler",this.id)}},{key:"refresh",value:function(){return this.setAttributes(),this}},{key:"parent",value:function(){return this.options.parent}},{key:"isChild",value:function(e){return this.relatedTo(e.containerFor())}},{key:"relatedTo",value:function(e){if(!this.options.relatedTo||!e)return!1;var t=!1;return Array.isArray(this.options.relatedTo)?this.options.relatedTo.find((function(a){return t=Array.isArray(e)?e.indexOf(a)>-1:e===a})):e===this.options.relatedTo&&(t=!0),t}},{key:"containerFor",value:function(){return this.options.containerFor}},{key:"equals",value:function(e){return this.id===e.id}},{key:"isNearHorizontalBoundaries",value:function(e,t){var a=this.node.getBoundingClientRect();return e.x-a.left<t||a.right-e.x<t}},{key:"isNearBoundaries",value:function(e,t){var a=this.node.getBoundingClientRect();return e.y-a.top<t||a.bottom-e.y<t||e.x-a.left<t||a.right-e.x<t}},{key:"on",value:function(e,t,a){var i=this.dragHandler;return i&&i.addEventListener(e,t,!!a),this}},{key:"off",value:function(e,t,a){var i=this.dragHandler;return i&&i.removeEventListener(e,t,!!a),this}},{key:"dragHandler",get:function(){return this.options.handler?this.handler:this.node}},{key:"tag",get:function(){return this.options.tag}}]),e}()},"./public/components/dnd/helper.js":function(e,t,a){"use strict";a.d(t,{default:function(){return u}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/lodash/lodash.js"),r=a.n(s),l=a("./node_modules/vc-cake/index.js"),o=(0,l.getStorage)("workspace"),u=function(){function e(t,a){(0,i.default)(this,e),Object.defineProperty(this,"element",{enumerable:!1,configurable:!1,writable:!1,value:t}),Object.defineProperty(this,"options",{enumerable:!1,configurable:!1,writable:!1,value:r().defaults(a,{container:document.body,wrapper:null})}),Object.defineProperty(this,"control",{enumerable:!1,configurable:!1,writable:!0,value:this.draw()}),this.hide()}return(0,n.default)(e,[{key:"draw",value:function(){var e=this.options.container.querySelector("#vcv-ui-drag-helper-wrapper");e&&this.options.container.removeChild(e);var t=document.createElement("div");t.classList.add("vcv-ui-drag-helper-wrapper"),t.id="vcv-ui-drag-helper-wrapper";var a=document.createElement("div");a.classList.add("vcv-drag-helper"),a.classList.add("vcv-drag-helper-"+this.element.tag),this.element.containerFor()&&this.element.containerFor().length&&a.classList.add("vcv-drag-helper-container"),t.appendChild(a),this.options.container.appendChild(t);var i=this.element.options.iconLink;i&&(a.innerHTML='<img src="'+i+'" class="vcv-ui-dnd-helper-icon" alt="" title=""/>');var n=a.getBoundingClientRect();return a.style.marginTop=-n.height/2+"px",a.style.marginLeft=-n.width/2+"px",a.style.top="-100%",a.style.left="-100%",a}},{key:"setPosition",value:function(e){this.control.style.top=e.top?"".concat(e.y-e.top,"px"):"".concat(e.y,"px"),this.control.style.left=e.left?"".concat(e.x-e.left,"px"):"".concat(e.x,"px")}},{key:"hide",value:function(){this.control.style.display="none"}},{key:"show",value:function(){var e=this,t=o.state("drag").get();t&&t.active&&t.addPanel?this.control.style.display="flex":window.setTimeout((function(){e&&e.control&&(e.control.style.display="flex")}),50)}},{key:"remove",value:function(){var e=this.control;this.control=null;var t=e.parentNode;t.classList.contains("vcv-ui-drag-helper-wrapper")?t.parentNode&&t.parentNode.removeChild(t):t.removeChild(e)}}]),e}()},"./public/components/layoutHelpers/tinymce/fontFamily/getUsedFonts.js":function(e,t,a){"use strict";function i(e,t){var a="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!a){if(Array.isArray(e)||(a=function(e,t){if(!e)return;if("string"==typeof e)return n(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);"Object"===a&&e.constructor&&(a=e.constructor.name);if("Map"===a||"Set"===a)return Array.from(e);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return n(e,t)}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var i=0,s=function(){};return{s:s,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,l=!0,o=!1;return{s:function(){a=a.call(e)},n:function(){var e=a.next();return l=e.done,e},e:function(e){o=!0,r=e},f:function(){try{l||null==a.return||a.return()}finally{if(o)throw r}}}}function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,i=new Array(t);a<t;a++)i[a]=e[a];return i}var s=a("./public/sources/attributes/googleFonts/lib/google-fonts-set.json").families,r=function(e,t,a){var i=s[a].variants;if(i&&1===i.length&&"regular"===i[0])return"all";var n="";return n="normal"===e&&"400"===t?"regular":"italic"===e&&"400"===t?"italic":"italic"===e?"".concat(t).concat(e):t,i.indexOf(n)>-1?n:"all"};t.default=function(e){var t,a={},n=i(e.querySelectorAll("*"));try{for(n.s();!(t=n.n()).done;){var l=t.value,o=window.getComputedStyle(l),u=o.fontFamily;u=u.replace(/^\s*['"]([^'"]*)['"]\s*$/,"$1").trim();var c=s.map((function(e){return e.family.toLowerCase()})).indexOf(u.toLowerCase());if(c>-1){var d=o.fontStyle,p=o.fontWeight,v=r(d,p,c);Object.prototype.hasOwnProperty.call(a,u)?a[u].variants.indexOf("all")<0&&a[u].variants.indexOf(v)<0&&a[u].variants.push(v):a[u]={variants:[v],subsets:s[c].subsets}}}}catch(m){n.e(m)}finally{n.f()}return Object.keys(a).forEach((function(e){a[e].variants.indexOf("all")>-1&&delete a[e].variants})),a}},"./public/components/layoutHelpers/tinymce/fontFamily/tinymceFontsSelect.jquery.js":function(e,t){"use strict";t.default=function(e){var t=e.jQuery;if(!e.vcvTinymcePluginInitialized){e.vcvTinymcePluginInitialized=!0;var a=function(e){e?e.closest(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active"):t(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active"),document.body.removeEventListener("click",i)},i=function(e){e&&e.preventDefault();var i=t(e.target),n=i.closest(".vcv-ui-tinymce-fonts-selectbox-options")||i.closest(".vcv-ui-tinymce-fonts-selectbox");n&&n.length||a()};t("body").on("click.vcvuitinymcefontsselectbox.data-api touchstart.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox [data-toggle=vcv-ui-tinymce-fonts-selectbox]",(function(e){e&&e.preventDefault();var n=t(this);if(n.is(".disabled, :disabled"))return!1;var s=n.closest(".vcv-ui-tinymce-fonts-selectbox"),r=s.hasClass("mce-active");if(a(n),!r){s.toggleClass("mce-active");var l=s.find(".vcv-ui-tinymce-fonts-selectbox-font-family").val();if(l){var o=JSON.parse(l);s.find('[role=option] > li > [data-option*="'+(o.value||o.family)+'"]').focus()}var u=s.closest(".vcv-ui-tree-content");if(u.length){var c=s.offset().left,d=u.offset().left,p=u.width(),v=s.find(".vcv-ui-tinymce-fonts-selectbox-options"),m=v.width();c+m>d+p?v.css("left",d+p-(c+m)-10+"px"):v.css("left",0)}}return r?document.body.removeEventListener("click",i):document.body.addEventListener("click",i),!1})).on("click.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox [role=option] > li > a",(function(e){var i=t(this);if(e.preventDefault(),e.stopPropagation(),i.is(".disabled, :disabled"))return!1;var n=i.closest(".vcv-ui-tinymce-fonts-selectbox"),s=n.find(".vcv-ui-tinymce-fonts-selectbox-label"),r=n.find(".vcv-ui-tinymce-fonts-selectbox-font-family");s.html(i.html()),r.removeData(),r.val(JSON.stringify(i.data("option"))),t.each(i.data(),(function(e,t){r.data(e,t)})),r.trigger("change"),a(i)})).on("propertychange.vcvuitinymcefontsselectbox.data-api change.vcvuitinymcefontsselectbox.data-api input.vcvuitinymcefontsselectbox.data-api paste.vcvuitinymcefontsselectbox.data-api",".vcv-ui-tinymce-fonts-selectbox-filter",(function(){var e=t(this),a=e.closest(".vcv-ui-tinymce-fonts-selectbox"),i=t("[role=option] li",a);i.hide(),i.filter((function(){return-1!==t(this).text().toUpperCase().indexOf(e.val().toUpperCase())})).show()}))}}},"./public/components/layoutHelpers/tinymce/tinymceVcvHtmleditorPlugin.js":function(e,t,a){"use strict";a.d(t,{default:function(){return y}});var i=function(e){e.addCommand("mceApplyTextFont",(function(t){!function(e,t){e.undoManager.transact((function(){e.focus(),e.formatter.apply("fontname",{value:t}),e.nodeChanged()}))}(e,t)})),e.addCommand("mceRemoveTextFont",(function(t){!function(e,t){e.undoManager.transact((function(){e.focus(),e.formatter.remove("fontname",{value:t},null,!0),e.nodeChanged()}))}(e,t)}))},n=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),s=a("./node_modules/webfontloader/webfontloader.js"),r=a.n(s);function l(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,i)}return a}function o(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?l(Object(a),!0).forEach((function(t){(0,n.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var u=function(e,t){var a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],i=document.querySelector("#vcv-editor-iframe"),n=i&&i.contentWindow,s={};n&&(s.context=n),r().load(o({google:{families:["".concat(t)]}},s)),a&&(s={},e.getWin()&&(s.context=e.getWin()),r().load(o({google:{families:["".concat(t)]}},s)))},c=a("./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"),d=a("./public/sources/attributes/googleFonts/lib/google-fonts-set.json").families,p=function(){return[{family:"Default Font",value:"inherit",defaultFont:!0}].concat([{family:"Andale Mono",value:"andale mono,monospace",defaultFont:!0},{family:"Arial",value:"arial,helvetica,sans-serif",defaultFont:!0},{family:"Arial Black",value:"arial black,sans-serif",defaultFont:!0},{family:"Book Antiqua",value:"book antiqua,palatino,serif",defaultFont:!0},{family:"Comic Sans MS",value:"comic sans ms,sans-serif",defaultFont:!0},{family:"Courier New",value:"courier new,courier,monospace",defaultFont:!0},{family:"Georgia",value:"georgia,palatino,serif",defaultFont:!0},{family:"Helvetica",value:"helvetica,arial,sans-serif",defaultFont:!0},{family:"Impact",value:"impact,sans-serif",defaultFont:!0},{family:"Symbol",value:"symbol",defaultFont:!0},{family:"Tahoma",value:"tahoma,arial,helvetica,sans-serif",defaultFont:!0},{family:"Terminal",value:"terminal,monaco,monospace",defaultFont:!0},{family:"Times New Roman",value:"times new roman,times,serif",defaultFont:!0},{family:"Trebuchet MS",value:"trebuchet ms,geneva,sans-serif",defaultFont:!0},{family:"Verdana",value:"verdana,geneva,sans-serif",defaultFont:!0},{family:"Webdings",value:"webdings",defaultFont:!0},{family:"Wingdings",value:"wingdings,zapf dingbats",defaultFont:!0}],(0,c.default)(d))},v=function(e,t){var a=t.jQuery,i=function(e){var t;return e.dom.getParents(e.selection.getStart(),(function(e){var a=e.style["font-family"];a&&(t=t?t.replace(/"/g,""):a.replace(/"/g,""))})),t};e.addButton("VcvFontsSelect",{type:"VcvFontsSelect",tooltip:"Font family",onPostRender:function(e){return function(t){var n=t.control,s=a(n.$el);var r=s.find(".vcv-ui-tinymce-fonts-selectbox-font-family"),l=n.$el.find(".vcv-ui-tinymce-fonts-selectbox-label"),o=p();e.on("init nodeChange",(function(t){var a,u=i(e),c=!!u&&o.find((function(e){return e.value?e.value.replace(/\s/g,"")===u.replace(/\s/g,""):e.family.replace(/\s/g,"")===u.replace(/\s/g,"")}));c?(n.state.set("value",c),l.html(u?c?c.family:u:"Default Font"),r.val(JSON.stringify(c))):(l.html(u||"Default Font"),r.val(u||""),n.state.set("value","")),(a=s).is(".vcv-ui-tinymce-fonts-selectbox")?a.removeClass("mce-active"):a.closest(".vcv-ui-tinymce-fonts-selectbox").removeClass("mce-active")})),r.on("change",(function(){if(n.state.set("value",this.value),this.value){var t=JSON.parse(this.value);n.state.set("value",t),e.execCommand("mceApplyTextFont",t.value||t.family),t.defaultFont||u(e,t.family)}else e.execCommand("mceRemoveTextFont",i(e))}))}}(e)})},m=function(e,t){var a={100:"Thin",200:"Extra Light",300:"Light",400:"Normal",500:"Medium",600:"Semi Bold",700:"Bold",800:"Extra Bold",900:"Black"},i=function(e){var t=e.match(/\d+/g),a=e.match(/[a-z]+$/i);return{weight:t?t[0]:"400",style:a&&"italic"===a[0]?"italic":"regular"}},n=function(e){var t=i(e),n=a[t.weight],s="italic"===t.style?" Italic":" Regular";return"".concat(n," (").concat(t.weight,")")+s},s=function(e,t){var a=e;if(!a){var s=t.controlManager,r=s&&s.buttons&&s.buttons.VcvFontsSelect&&s.buttons.VcvFontsSelect.state;a=r&&r.data&&r.data.value}var l=[];return a&&!a.defaultFont?a.variants.forEach((function(e){var t=i(e);l.push({text:n(e),value:JSON.stringify(t),textStyle:"font-weight:".concat(t.weight)})})):l=[{text:"Normal (400) Regular",value:JSON.stringify({weight:"400",style:"regular"}),textStyle:"font-weight:normal"},{text:"Bold (700) Regular",value:JSON.stringify({weight:"700",style:"regular"}),textStyle:"font-weight:bold"}],l},r=s(null,e);e.addButton("fontWeight",{type:"listbox",text:"Font Weight",tooltip:"Font Weight",icon:!1,fixedWidth:!0,onselect:function(t){var a=t.control.settings.value;if(a){var i=JSON.parse(a);e.formatter.toggle("fontweight",{value:i.weight}),e.formatter.toggle("fontstyle",{value:"regular"===i.style?"normal":i.style});var n=e.controlManager;n&&n.buttons&&n.buttons.fontWeight&&n.buttons.fontWeight.classes.remove("active"),e.nodeChanged(),e.fire("change")}},values:r,onPostRender:function(e,a,i){return function(){this.state.set("value",null),e.on("init nodeChange",(function(a){var i=s(null,e),n=function(){var a=function(e){var t=e.selection.getRng&&e.selection.getRng(),a=t&&t.startContainer;return a?3===a.nodeType?a.parentNode:a:null}(e);if(a){var i=t.getComputedStyle(a);return{weight:i.fontWeight,style:i.fontStyle}}return""}(),r=function(e,t){var a="normal"===e.style?"regular":e.style,i={};return t.forEach((function(t){var n=JSON.parse(t.value);n&&n.style===a&&n.weight===e.weight&&(i.value=t.value,i.text=t.text)})),i}(n,i);!function(e,t,a,i,n){var s=t.controlManager,r=s&&s.buttons&&s.buttons.fontWeight&&s.buttons.fontWeight;r&&(r._values=a,i&&(r.state.set("value",i),r.state.set("text",n)),r.state.set("menu",a))}(0,e,i,r.value,r.text)}))}}(e)})},f=function(e,t){var a="8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt 42pt 48pt 56pt 64pt 80pt 96pt".split(" ").map((function(e){var t=e,a=e,i=e.split("=");return i.length>1&&(t=i[0],a=i[1]),{text:t,value:a}}));e.addButton("fontSizeSelectAdvanced",{type:"listbox",text:"Font Sizes",tooltip:"Font Sizes",fixedWidth:!0,values:a,onPostRender:function(e,t){var a=function(e,t){return/[0-9.]+px$/.test(e)?function(e,t){var a=Math.pow(10,t);return Math.round(e*a)/a}(72*parseInt(e,10)/96,t||0)+"pt":e},i=function(e,t,a){var i;return e.forEach((function(e){e.value===a?i=a:e.value===t&&(i=t)})),i};return function(){var n=this;e.on("init nodeChange",(function(s){var r,l,o,u=e.queryCommandValue("FontSize");if(u)for(l=3;!o&&l>=0;l--)r=a(u,l),o=i(t,r,u);n.value(o||null),o||n.text(r)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&e.execCommand("FontSize",!1,a)}})},h=function(e,t){var a=[];"Default 0.5 0.75 1 1.25 1.5 1.75 2 2.25 2.5 3".split(" ").forEach((function(e){var t=e,i="Default"===e?"inherit":e,n=e.split("=");n.length>1&&(t=n[0],i=n[1]),a.push({text:t,value:i})})),e.addButton("lineHeight",{type:"listbox",text:"Line Height",tooltip:"Line Height",fixedWidth:!0,values:a,onPostRender:function(e,t){return function(){var a=this;e.on("nodeChange",(function(i){var n=e.formatter,s=null;i.parents.forEach((function(e){if(t.forEach((function(t){if(n.matchNode(e,"lineheight",{value:t.value})&&(s=t.value),s)return!1})),s)return!1})),a.value(s)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("lineheight",{value:a}),e.fire("change"))}})},g=function(e,t){var a="Default 1px 2px 3px 4px 5px 6px 7px 8px 9px 10px 15px 25px 30px 35px".split(" ").map((function(e){var t=e,a="Default"===e?"inherit":e,i=e.split("=");return i.length>1&&(t=i[0],a=i[1]),{text:t,value:a}}));e.addButton("letterSpacing",{type:"listbox",text:"Letter Spacing",tooltip:"Letter Spacing",fixedWidth:!0,values:a,onPostRender:function(e,t){return function(){var a=this;e.on("nodeChange",(function(i){var n="letterspacing",s=e.formatter,r=null;i.parents.forEach((function(e){if(t.forEach((function(t){if(s.matchNode(e,n,{value:t.value})&&(r=t.value),r)return!1})),r)return!1})),a.value(r)}))}}(e,a),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("letterspacing",{value:a}),e.fire("change"))}})},b=function(e){return e.ui.Widget.extend({renderHtml:function(){var e,t,a=this._id;return'<div id="'.concat(a,'" tabindex="-1" class="').concat(this.classes,' vcv-ui-tinymce-fonts-selectbox mce-widget mce-menubtn mce-btn-has-text mce-fixed-width mce-btn mce-listbox" aria-labelledby="').concat(a,'" role="button" aria-label="Font family" aria-haspopup="true">\n <input type="hidden" value="" class="vcv-ui-tinymce-fonts-selectbox-font-family" />\n <button class="vcv-ui-tinymce-fonts-selectbox-toggle" role="presentation" tabindex="-1" data-toggle="vcv-ui-tinymce-fonts-selectbox">\n <span class="vcv-ui-tinymce-fonts-selectbox-label mce-txt">Default Font</span><i class="mce-caret"></i>\n </button>\n <div class="vcv-ui-tinymce-fonts-selectbox-options">\n <div class="vcv-ui-tinymce-fonts-selectbox-input-box">\n <input type="text" class="vcv-ui-tinymce-fonts-selectbox-filter">\n </div>\n <div role="listbox">\n <ul role="option">').concat((e=[],t=22,p().forEach((function(a,i){var n="";"Default Font"!==a.family?(n="background-position: 10px ".concat(t-22,"px;"),t-=22):n="background: none;text-indent: 0;",e.push('<li><a tabindex="-1" href="javascript:;" style="'.concat(n,"\" data-option='").concat(JSON.stringify(a),"'>").concat(a.family,"</a></li>"))})),e.join("")),"</ul>\n </div>\n </div>\n </div>")}})},y=function(e,t){var a=e.util.Tools.resolve("tinymce.PluginManager");a.vcvhtmleditor||(a.vcvhtmleditor=!0,a.add("vcvhtmleditor",(function(a){var n=b(e);e.ui.VcvFontsSelect=n,e.util.Tools.resolve("tinymce.ui.Factory").add("VcvFontsSelect",n),i(a),v(a,t),m(a,t),f(a,t),h(a,t),g(a,t),a.on("init",(function(){a.formatter.register("fontweight",{inline:"span",toggle:!1,styles:{fontWeight:"%value"},clear_child_styles:!0}),a.formatter.register("fontstyle",{inline:"span",toggle:!1,styles:{fontStyle:"%value"},clear_child_styles:!0}),a.formatter.register("lineheight",{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",toggle:!1,styles:{lineHeight:"%value"},clear_child_styles:!0}),a.formatter.register("letterspacing",{selector:"span,figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",toggle:!1,styles:{letterSpacing:"%value"},clear_child_styles:!0})}))})))}},"./public/components/modal/modal.js":function(e,t,a){"use strict";var i=a("./node_modules/@babel/runtime/helpers/esm/slicedToArray.js"),n=a("./node_modules/react/index.js"),s=a("./node_modules/prop-types/index.js"),r=a.n(s),l=a("./node_modules/vc-cake/index.js"),o=(0,l.getStorage)("workspace"),u=function(e){var t=e.children,a=e.onClose,s=e.closeOnOuterClick,r=e.show,l=(0,n.useState)(!1),u=(0,i.default)(l,2),c=u[0],d=u[1];(0,n.useEffect)((function(){return window.addEventListener("keyup",v),function(){window.removeEventListener("keyup",v),o.state("hasModal").set(!1)}}),[]),(0,n.useEffect)((function(){o.state("hasModal").set(r),document.body.style.overflow=r?"hidden":"auto"}),[r]);var p=(0,n.useCallback)((function(e){e.currentTarget&&e.currentTarget.closest(".vcv-ui-modal")&&d(!0)}),[]),v=(0,n.useCallback)((function(e){d(!1),!1===s||c||(e.target.dataset.modal&&a instanceof Function||"keyup"===e.type&&27===e.which)&&a(e)}),[]);return r?n.createElement("div",{className:"vcv-ui-modal-overlay",onClick:v,"data-modal":"true"},n.createElement("div",{className:"vcv-ui-modal-container",onMouseDown:p},t)):null};u.propTypes={closeOnOuterClick:r().bool,onClose:r().func.isRequired,children:r().oneOfType([r().arrayOf(r().node),r().node])},t.default=n.memo(u)},"./public/components/navigationSlider/navigationSlider.js":function(e,t,a){"use strict";a.d(t,{default:function(){return x}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),u=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),p=a("./node_modules/prop-types/index.js"),v=a.n(p),m=a("./node_modules/classnames/index.js"),f=a.n(m),h=window.performance&&window.performance.now?window.performance.now.bind(window.performance):Date.now;function g(e,t){this.scrollLeft=e,this.scrollTop=t}function b(e){var t,a=(h()-e.startTime)/468,i=(t=a=a>1?1:a,.5*(1-Math.cos(Math.PI*t))),n=e.startX+(e.x-e.startX)*i,s=e.startY+(e.y-e.startY)*i;e.method.call(e.scrollable,n,s),n===e.x&&s===e.y||window.requestAnimationFrame(b.bind(window,e))}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,i=h(),n=e,s=e.scrollLeft,r=e.scrollTop,l=g;b({scrollable:n,method:l,startTime:i,startX:s,startY:r,x:t,y:a})}function C(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,u.default)(e);if(t){var n=(0,u.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var k=(0,a("./node_modules/vc-cake/index.js").getStorage)("workspace").state("settingsTab"),x=function(e){(0,l.default)(a,e);var t=C(a);function a(e){var i;return(0,n.default)(this,a),(i=t.call(this,e)).state={showControls:!1,scrolledToLeft:!0,scrolledToRight:!1},i.navigationContainerRef=d.createRef(),i.navigationSliderRef=d.createRef(),i.navigationControlsRef=d.createRef(),i.handleResize=i.handleResize.bind((0,r.default)(i)),i.getDropdownItems=i.getDropdownItems.bind((0,r.default)(i)),i.handleSliderScroll=i.handleSliderScroll.bind((0,r.default)(i)),i.handleItemMouseEnter=i.handleItemMouseEnter.bind((0,r.default)(i)),i.resizeObserver=new window.ResizeObserver(i.handleResize),i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){this.resizeObserver.observe(this.navigationContainerRef.current),this.navigationSliderRef.current.addEventListener("scroll",this.handleSliderScroll),this.navigationSliderRef.current.addEventListener("wheel",this.handleHorizontalScroll);var e=this.navigationSliderRef.current?Array.from(this.navigationSliderRef.current.children):[],t=0;e.forEach((function(e){t+=e.getBoundingClientRect().width})),this.setState({itemTotalWidth:t},this.handleResize)}},{key:"componentWillUnmount",value:function(){this.resizeObserver.unobserve(this.navigationContainerRef.current),this.navigationSliderRef.current.removeEventListener("scroll",this.handleSliderScroll),this.navigationSliderRef.current.removeEventListener("wheel",this.handleHorizontalScroll)}},{key:"componentDidUpdate",value:function(e,t){if(t.showControls!==this.state.showControls||e.activeSection!==this.props.activeSection){var a=this.navigationContainerRef.current?this.navigationContainerRef.current.querySelector(".vcv-ui-navigation-slider-item--active"):null;a&&this.navigationScrollHandler(a)}}},{key:"handleHorizontalScroll",value:function(e){0!==e.deltaY&&(e.preventDefault(),this.scrollLeft+=e.deltaY)}},{key:"handleSliderScroll",value:function(){var e=this.navigationSliderRef.current.getBoundingClientRect(),t=this.navigationSliderRef.current.firstChild.getBoundingClientRect(),a=this.navigationSliderRef.current.lastChild.getBoundingClientRect();this.setState({scrolledToLeft:t.left>=e.left,scrolledToRight:a.left+a.width<=e.left+e.width})}},{key:"handleResize",value:function(){var e=this.navigationContainerRef.current.getBoundingClientRect().width<=this.state.itemTotalWidth;this.setState({showControls:e}),this.handleSliderScroll()}},{key:"handleClick",value:function(e,t){var a=e.type,i=e.index,n=e.activeSubControl;this.props.setActiveSection(a,i,n),k.set(a);var s=t&&t.target&&t.target.closest(".vcv-ui-navigation-slider-item");this.navigationScrollHandler(s)}},{key:"navigationScrollHandler",value:function(e){if(e){var t=e.getBoundingClientRect(),a=this.navigationSliderRef.current,i=a.getBoundingClientRect();t.left<i.left?y(a,a.scrollLeft+(t.left-i.left)):t.width+t.left>i.width+i.left&&y(a,a.scrollLeft+(t.width+t.left)-(i.width+i.left))}}},{key:"handleItemMouseEnter",value:function(e){var t=e.currentTarget,a=t.getBoundingClientRect(),i=t.querySelector(".vcv-ui-navigation-slider-dropdown"),n=i.getBoundingClientRect(),s=this.navigationContainerRef.current.getBoundingClientRect(),r=a.left-s.left;r<0?r=0:r+n.width>s.width&&(r=s.width-n.width),i.style.left="".concat(r,"px")}},{key:"getNavigationItems",value:function(){var e=this;return Object.values(this.props.controls).map((function(t,a){var n=t.type,s=t.title,r=t.subControls,l=t.level,o=n===e.props.activeSection,u=f()({"vcv-ui-navigation-slider-item":!0,"vcv-ui-navigation-slider-item--active":o,"vcv-ui-badge--error":"critical"===l,"vcv-ui-badge--warning":"warning"===l,"vcv-ui-badge--success":"success"===l}),c=t.index;void 0!==t.subIndex&&(c="".concat(t.index,"-").concat(t.subIndex));var p={className:u},v=null;return r&&r.length&&(v=d.createElement("div",{className:"vcv-ui-navigation-slider-dropdown"},e.getDropdownItems(r,n,c,o)),p.onMouseEnter=e.handleItemMouseEnter),d.createElement("div",(0,i.default)({},p,{key:"navigation-slider-".concat(n,"-").concat(a)}),d.createElement("button",{type:"button",onClick:e.handleClick.bind(e,{type:n,index:c}),className:"vcv-ui-navigation-slider-button"},s),v)}))}},{key:"getDropdownItems",value:function(e,t,a,i){var n=this;return e.map((function(e){var s=e.type,r=e.title,l=f()({"vcv-ui-navigation-slider-dropdown-item":!0,"vcv-ui-navigation-slider-dropdown-item--active":i&&s===n.props.activeSubControl});return d.createElement("button",{key:"navigation-slider-dropdown-item-".concat(s),type:"button",onClick:n.handleClick.bind(n,{type:t,index:a,activeSubControl:s}),className:l},r)}))}},{key:"handleSlideMove",value:function(e){var t=this.navigationSliderRef.current,a=t.getBoundingClientRect(),i=a.width,n="left"===e?-i:i;Array.from(t.children).forEach((function(t){var s=t.getBoundingClientRect(),r=s.left-a.left,l=r+s.width;if("left"===e){if(r-a.left<0&&r+s.width-a.left>0){var o=r+s.width-a.width;-o>i/2&&(n=o)}}else if(i>r&&i<l){var u=s.left-a.left;u>i/2&&(n=u)}})),y(t,t.scrollLeft+n)}},{key:"getControls",value:function(){var e=this.state,t=e.showControls,a=e.scrolledToLeft,n=e.scrolledToRight;if(t){var s={},r={};return a&&(s.disabled=!0),n&&(r.disabled=!0),d.createElement("div",{className:"vcv-ui-navigation-slider-controls",ref:this.navigationControlsRef},d.createElement("button",(0,i.default)({className:"vcv-ui-navigation-slider-control-button",onClick:this.handleSlideMove.bind(this,"left")},s),d.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-expand"})),d.createElement("button",(0,i.default)({className:"vcv-ui-navigation-slider-control-button",onClick:this.handleSlideMove.bind(this,"right")},r),d.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-expand"})))}return null}},{key:"render",value:function(){var e=this.state,t=e.scrolledToLeft,a=e.scrolledToRight,i=f()({"vcv-ui-navigation-slider-container":!0,"vcv-ui-navigation-slider-container--shadow-left":!t,"vcv-ui-navigation-slider-container--shadow-right":!a});return d.createElement("div",{className:i,ref:this.navigationContainerRef},d.createElement("div",{className:"vcv-ui-navigation-slider",ref:this.navigationSliderRef},this.getNavigationItems()),this.getControls())}}]),a}(d.Component);(0,c.default)(x,"propTypes",{controls:v().object.isRequired,activeSection:v().string.isRequired,setActiveSection:v().func.isRequired,activeSubControl:v().string})},"./public/components/panels/addElement/lib/elementControl.js":function(e,t,a){"use strict";a.d(t,{default:function(){return _}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),u=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/vc-cake/index.js"),p=a.n(d),v=a("./node_modules/react/index.js"),m=a("./node_modules/react-dom/index.js"),f=a("./node_modules/classnames/index.js"),h=a.n(f),g=a("./public/components/dnd/helper.js"),b=a("./public/components/dnd/domElement.js"),y=a("./node_modules/mobile-detect/mobile-detect.js"),C=a.n(y),k=a("./node_modules/prop-types/index.js"),x=a.n(k),w=a("./public/tools/response.js"),S=a("./public/editor/stores/store.js"),L=a("./public/editor/stores/notifications/slice.js");function E(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,u.default)(e);if(t){var n=(0,u.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var T=p().getService("dataManager"),P=p().getStorage("workspace"),j=p().getService("hubElements"),R=p().getStorage("settings"),D=p().getService("dataProcessor"),O=p().getService("document"),M=p().getStorage("hubElements"),A=p().getService("roleManager"),_=function(e){(0,l.default)(a,e);var t=E(a);function a(e){var i;return(0,n.default)(this,a),i=t.call(this,e),(0,c.default)((0,r.default)(i),"helper",null),(0,c.default)((0,r.default)(i),"layoutBarOverlay",document.querySelector(".vcv-layout-bar-overlay")),(0,c.default)((0,r.default)(i),"layoutBarOverlayRect",null),(0,c.default)((0,r.default)(i),"dragTimeout",0),(0,c.default)((0,r.default)(i),"addedId",null),(0,c.default)((0,r.default)(i),"iframeWindow",null),i.state={previewVisible:!1,previewStyle:{},isDragging:!1,iframe:document.getElementById("vcv-editor-iframe"),backendContentContainer:document.querySelector(".vcv-wpbackend-layout-content-container"),mouseX:null,mouseY:null,showSpinner:!1},i.handleMouseEnterShowPreview=i.handleMouseEnterShowPreview.bind((0,r.default)(i)),i.handleMouseLeaveHidePreview=i.handleMouseLeaveHidePreview.bind((0,r.default)(i)),i.handleMouseDown=i.handleMouseDown.bind((0,r.default)(i)),i.handleMouseUp=i.handleMouseUp.bind((0,r.default)(i)),i.initDrag=i.initDrag.bind((0,r.default)(i)),i.handleDragStateChange=i.handleDragStateChange.bind((0,r.default)(i)),i.handleFocus=i.handleFocus.bind((0,r.default)(i)),i.handleKeyPress=i.handleKeyPress.bind((0,r.default)(i)),i.handleRemovePreset=i.handleRemovePreset.bind((0,r.default)(i)),i.handleRemoveElement=i.handleRemoveElement.bind((0,r.default)(i)),i.displayError=i.displayError.bind((0,r.default)(i)),i.displaySuccess=i.displaySuccess.bind((0,r.default)(i)),i.handleUpdatePreviewPosition=i.handleUpdatePreviewPosition.bind((0,r.default)(i)),i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){P.state("drag").onChange(this.handleDragStateChange)}},{key:"componentWillUnmount",value:function(){this.endDrag(),P.state("drag").ignoreChange(this.handleDragStateChange)}},{key:"handleDragStateChange",value:function(e){e&&Object.prototype.hasOwnProperty.call(e,"active")&&!e.active&&this.state.isDragging?this.endDragGlobal():e&&Object.prototype.hasOwnProperty.call(e,"terminate")&&e.terminate&&this.state.isDragging&&this.endDrag()}},{key:"handleMouseEnterShowPreview",value:function(){var e=new(C())(window.navigator.userAgent);if(!e.mobile()||!e.tablet()&&!e.phone()){var t=P.state("drag").get();t&&t.active||this.setState({previewVisible:!0},this.handleUpdatePreviewPosition)}}},{key:"handleMouseLeaveHidePreview",value:function(){this.setState({previewVisible:!1})}},{key:"getClosest",value:function(e,t){var a,i;for(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"].some((function(e){return"function"==typeof document.body[e]&&(a=e,!0)}));e;){if((i=e.parentElement)&&i[a](t))return i;e=i}return null}},{key:"handleUpdatePreviewPosition",value:function(){var e=m.findDOMNode(this),t=(void 0===e.closest?this.getClosest(e,".vcv-ui-item-list"):e.closest(".vcv-ui-item-list")).querySelector(".vcv-ui-item-list-item"),a=e.querySelector(".vcv-ui-item-element-content"),i=e.querySelector(".vcv-ui-item-preview-container");if(!i)return!1;var n=a.getBoundingClientRect(),s=t.getBoundingClientRect(),r=i.getBoundingClientRect(),l=window.innerHeight,o=window.innerWidth,u=n.left+n.width,c=n.top;return u+r.width>o&&(u=n.left-r.width),u<0&&(u=n.left,c=n.top+n.height),u+r.width>o&&(u=n.left+n.width-r.width),u<0&&(u=s.left),!(u+r.width>o)&&(c+r.height>l&&(c=n.top+n.height-r.height,u!==n.left&&u!==s.left||(c=n.top-r.height)),!(c<0)&&(this.setState({previewStyle:{left:u,top:c}}),!0))}},{key:"endDrag",value:function(){var e=this.state.iframe;this.setState({isDragging:!1,mouseX:null,mouseY:null}),document.body.removeEventListener("mousemove",this.initDrag),this.helper&&(this.helper.remove(),this.helper=null),e&&e.removeAttribute("style"),window.clearTimeout(this.dragTimeout),this.dragTimeout=0}},{key:"endDragGlobal",value:function(){this.endDrag(),p().setData("dropNewElement",{endDnd:!0})}},{key:"handleDragWithIframe",value:function(e,t){var a=this.props,i=a.element,n=a.tag,s=this.state,r=s.iframe,l=s.isDragging;this.helper||this.createHelper(n,t),r.style.pointerEvents="none",e.target.closest(".vcv-layout-header")?(this.helper.show(),l&&p().getData("dropNewElement")&&!p().getData("dropNewElement").endDnd&&p().setData("dropNewElement",{endDnd:!0})):(r.style="",this.helper.hide(),l&&p().setData("dropNewElement",{id:"dropNewElement",point:!1,tag:n,domNode:t,element:i})),this.helper.setPosition({x:e.clientX,y:e.clientY})}},{key:"handleDragWithoutIframe",value:function(e,t){var a=this.props,i=a.element,n=a.tag;p().getData("vcv:layoutCustomMode")||p().setData("dropNewElement",{id:i.id,point:{x:e.clientX,y:e.clientY},tag:n,domNode:t})}},{key:"initDrag",value:function(e){if(this.state.mouseX||this.state.mouseY){if(e.pageX!==this.state.mouseX&&e.pageY!==this.state.mouseY){var t=this.props.element,a=this.state,i=a.iframe,n=a.isDragging,s=a.backendContentContainer,r=document.createElement("div");r.setAttribute("data-vcv-element",t.id);var l=P.state("drag");this.handleMouseLeaveHidePreview(),l.get()&&l.get().active||l.set({active:!0,addPanel:!0}),n||this.setState({isDragging:!0}),i&&!s?this.handleDragWithIframe(e,r):this.handleDragWithoutIframe(e,r)}}else this.setState({mouseX:e.pageX,mouseY:e.pageY})}},{key:"createHelper",value:function(e,t){var a=document.body,i=new b.default("dropElement",t,{containerFor:null,relatedTo:null,parent:null,handler:null,tag:e,iconLink:j.getElementIcon(e)});this.helper=new g.default(i,{container:a}),this.helper.show()}},{key:"handleMouseDown",value:function(e){var t=this;e&&e.preventDefault(),this.state.isDragging||(this.dragTimeout=setTimeout((function(){t.layoutBarOverlayRect=t.layoutBarOverlay.getBoundingClientRect(),document.body.addEventListener("mousemove",t.initDrag)}),1))}},{key:"handleMouseUp",value:function(e){if(e&&e.preventDefault(),e.target.dataset&&e.target.dataset.action&&"deleteElementPreset"===e.target.dataset.action)this.endDragGlobal();else if(e.target.dataset&&e.target.dataset.action&&"deleteElement"===e.target.dataset.action)this.endDragGlobal();else{var t=P.state("drag").get();t&&t.active?this.endDragGlobal():(this.props.addElement(this.props.element,this.props.elementPresetId),this.endDrag())}}},{key:"handleFocus",value:function(e){e&&e.preventDefault(),this.props.setFocusedElement(this.props.element)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&(e.preventDefault(),this.props.applyFirstElement())}},{key:"handleRemovePreset",value:function(){var e=this,t=T.get("localizations"),a=t?t.removeElementPresetWarning:"Do you want to remove this element preset?";if(window.confirm(a)){var i=t?t.couldNotParseData:"Could not parse data from the server.",n=t?t.noAccessCheckLicence:"No access, check your license.",s=t?t.presetRemovedText:"Element preset has been removed.",r=this.props.elementPresetId;this.setState({showSpinner:!0}),D.appAdminServerRequest({"vcv-action":"addon:presets:delete:adminNonce","vcv-preset-id":r,"vcv-nonce":T.get("nonce")}).then((function(t){var a,l=(0,w.getResponse)(t);l?l&&l.status?(M.trigger("removePreset",r),e.displaySuccess(s)):(a=l&&l.response&&l.response.message?l.response.message:l&&l.message?l.message:n,e.displayError(a),p().env("VCV_DEBUG")&&console.warn(a,l)):e.displayError(i)}))}}},{key:"handleRemoveElement",value:function(){var e=this,t=T.get("localizations"),a=t?t.removeElementWarning:"Do you want to remove this element?";if(window.confirm(a)){var i=this.props.element.tag,n=t?t.removeElementInUseCurrentPageWarning:"Could not parse data from the server.";if(Object.keys(O.getByTag(i)).length>0)return void this.displayError(n);var s=t?t.couldNotParseData:"Could not parse data from the server.",r=t?t.noAccessCheckLicence:"No access, check your license.",l=t?t.elementRemovedText:"Element has been removed.";this.setState({showSpinner:!0}),D.appAdminServerRequest({"vcv-action":"editors:elements:delete:adminNonce","vcv-element-tag":i}).then((function(t){var a,n=(0,w.getResponse)(t);n?n&&n.status?(M.trigger("removeElement",i),e.displaySuccess(l)):(a=n&&n.response&&n.response.message?n.response.message:n&&n.message?n.message:r,e.displayError(a),p().env("VCV_DEBUG")&&console.warn(a,n)):e.displayError(s)}))}}},{key:"displaySuccess",value:function(e){S.default.dispatch((0,L.notificationAdded)({text:e,time:5e3}))}},{key:"displayError",value:function(e){this.setState({showSpinner:!1}),S.default.dispatch((0,L.notificationAdded)({type:"error",text:e,time:5e3}))}},{key:"isElementRemovable",value:function(e){return A.can("hub_elements_templates_blocks",A.defaultAdmin())&&!e.metaIsDefaultElement&&!e.thirdParty&&-1===["globalTemplate","layoutFooterArea","layoutHeaderArea","layoutSidebarArea","layoutWpCommentsArea","layoutContentArea"].indexOf(e.tag)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,n=e.elementPresetId,s=e.thirdParty,r=this.state,l=r.previewVisible,o=r.previewStyle,u=P.state("drag").get(),c=T.get("localizations"),d=h()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":u&&u.active,"vcv-ui-item-list-item--preset":!!n}),p=h()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),m=a.metaThumbnailUrl,f=a.metaPreviewUrl,g=R.state("itemPreviewDisabled").get(),b="";if(!g&&l&&!this.state.showSpinner){var y=c?c.addOn:"Addon";b=v.createElement("figure",{className:"vcv-ui-item-preview-container",style:o},s?v.createElement("span",{className:"vcv-ui-item-preview-addon-tag"},y):null,v.createElement("img",{className:"vcv-ui-item-preview-image",src:f,alt:t,onLoad:this.handleUpdatePreviewPosition}),v.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},v.createElement("div",{className:"vcv-ui-item-preview-text"},a.metaDescription)))}var C=h()({"vcv-ui-icon vcv-ui-icon-close-thin vcv-ui-form-attach-image-item-control-state--danger":!0,"vcv-ui-state--hidden":this.state.showSpinner}),k={},x=A.can("editor_content_presets_management",A.defaultTrue()),w=null;n?x&&(w=v.createElement("span",{className:C,title:c.removePlaceholder.replace("%",t),onClick:this.handleRemovePreset,"data-action":"deleteElementPreset"})):this.isElementRemovable(a)&&(w=v.createElement("span",{className:C,onClick:this.handleRemoveElement,title:c.removePlaceholder.replace("%",t),"data-action":"deleteElement"}));var S=h()({"vcv-ui-item-control vcv-ui-icon vcv-ui-wp-spinner-light":!0,"vcv-ui-state--hidden":!this.state.showSpinner}),L=h()({"vcv-ui-item-add vcv-ui-icon vcv-ui-icon-add":!0,"vcv-ui-state--hidden":this.state.showSpinner}),E=h()({"vcv-ui-item-overlay":!0,"vcv-ui-item-overlay--visible":this.state.showSpinner,"vcv-ui-item-control--visible":this.props.isRemoveStateActive}),j=A.can("editor_content_element_add",A.defaultTrue()),D={};!this.props.isRemoveStateActive&&j&&(D.onMouseDown=this.handleMouseDown,D.onMouseUp=this.handleMouseUp,D.onKeyPress=this.handleKeyPress);var O=null,M=null;return this.state.showSpinner||(this.props.isRemoveStateActive?(O=w,w||(M=c?c.thisElementCantBeDeleted:"This element can’t be deleted",D.style={cursor:"not-allowed"},k.style={cursor:"not-allowed"})):j?O=v.createElement("span",{title:c.addPlaceholder.replace("%",t),className:L}):j||(k.style={cursor:"not-allowed"})),v.createElement("div",{className:d},v.createElement("span",(0,i.default)({className:"vcv-ui-item-element",onMouseEnter:g?null:this.handleMouseEnterShowPreview,onMouseLeave:g?null:this.handleMouseLeaveHidePreview,onFocus:this.handleFocus,tabIndex:0,title:M},D),v.createElement("span",{className:"vcv-ui-item-element-content"},v.createElement("img",{className:"vcv-ui-item-element-image",src:m,alt:t}),v.createElement("span",(0,i.default)({className:E},k),O,w?v.createElement("span",{className:S}):null)),v.createElement("span",{className:"vcv-ui-item-element-name"},v.createElement("span",{className:p},t)),b))}}]),a}(v.Component);(0,c.default)(_,"propTypes",{tag:x().string.isRequired,name:x().string.isRequired,element:x().object.isRequired,thirdParty:x().bool,addElement:x().func,setFocusedElement:x().func,applyFirstElement:x().func,isRemoveStateActive:x().bool})},"./public/components/panels/hub/hubContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return je}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),c=a("./node_modules/react/index.js"),d=a("./node_modules/classnames/index.js"),p=a.n(d),v=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),m=a("./node_modules/vc-cake/index.js"),f=a.n(m),h=a("./public/components/panels/addElement/lib/elementControl.js");function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var b=(0,m.getStorage)("hubElements"),y=(0,m.getStorage)("workspace"),C=(0,m.getService)("dataManager").get("localizations"),k=b.state("elements"),x=(0,m.getService)("roleManager"),w=function(e){(0,r.default)(a,e);var t=g(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isNew:n.props.isNew},n.isHubInWpDashboard=y.state("isHubInWpDashboard").get(),n.addElement=n.addElement.bind((0,s.default)(n)),n.downloadElement=n.downloadElement.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadElement",value:function(){var e=this.props,t=e.element;(0,e.onDownloadItem)(C.elementDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this content element.")&&b.trigger("downloadElement",t)}},{key:"addElement",value:function(){this.props.addElement(this.props.element)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.tag,s=e.isAllowedForThisRole,r=this.state,l=r.previewVisible,o=r.previewStyle,u=r.isNew,d=x.can("editor_content_element_add",x.defaultTrue()),m="downloading";if(!i){var f=k.get()[n];m=void 0===f||f.metaIsElementRemoved?"inactive":"success"}var h=!s||!a.allowDownload&&"inactive"===m,g=p()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==m,"vcv-ui-item-element-inactive--locked":h}),b=p()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),y=p()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),w=p()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===m}),S=a.thumbnailUrl||a.metaThumbnailUrl,L=a.previewUrl||a.metaPreviewUrl,E=p()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===m&&!h,"vcv-ui-wp-spinner-light":"downloading"===m,"vcv-ui-icon-lock-fill":h,"vcv-ui-icon-add":"success"===m&&!this.isHubInWpDashboard&&d}),T={},P={},j=this.isHubInWpDashboard||!d?null:this.addElement;d||"success"!==m||(P.style={cursor:"not-allowed"}),"success"!==m&&(h?(j=null,s?T.onClick=this.props.onClickGoPremium.bind(this,"element"):P.style={cursor:"not-allowed"}):j=this.downloadElement);var R=c.createElement("span",{className:E,onClick:j}),D=null,O=null,M=null;if(u){var A=C.new||"New";O=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},A)}if(!u&&a.bundleType&&a.bundleType.indexOf("free")<0){var _=C?C.premium:"Premium";M=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},_)}return l&&(D=c.createElement("figure",{className:"vcv-ui-item-preview-container",style:o},c.createElement("img",{className:"vcv-ui-item-preview-image",src:L,alt:t,onLoad:this.handleUpdatePreviewPosition}),c.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},c.createElement("div",{className:"vcv-ui-item-preview-text"},a.description||a.metaDescription),O||M))),c.createElement("div",{className:b},c.createElement("span",(0,v.default)({className:g,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:t},T),O,c.createElement("span",{className:"vcv-ui-item-element-content"},c.createElement("img",{className:"vcv-ui-item-element-image",src:S,alt:t}),c.createElement("span",(0,v.default)({className:w},P),R)),c.createElement("span",{className:"vcv-ui-item-element-name"},c.createElement("span",{className:y},t)),D))}}]),a}(h.default);function S(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var L=(0,m.getService)("myTemplates"),E=(0,m.getStorage)("workspace"),T=(0,m.getStorage)("elements"),P=E.state("settings"),j=(0,m.getStorage)("hubTemplates"),R=(0,m.getService)("dataManager"),D=(0,m.getService)("roleManager"),O=R.get("localizations"),M=function(e){(0,r.default)(a,e);var t=S(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={showLoading:!1,isNew:n.props.isNew},n.isHubInWpDashboard=E.state("isHubInWpDashboard").get(),n.downloadTemplate=n.downloadTemplate.bind((0,s.default)(n)),n.addTemplate=n.addTemplate.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadTemplate",value:function(){var e=this.props,t=e.element;(0,e.onDownloadItem)(O.templateDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this template.")&&j.trigger("downloadTemplate",t)}},{key:"addTemplate",value:function(){var e=this,t=function(e){T.trigger("merge",e),P.set(!1)};if((0,m.env)("VCV_FT_TEMPLATE_DATA_ASYNC")){var a=L.findTemplateByBundle(this.props.element.bundle).id;this.setState({showLoading:!0}),L.load(a,(function(a){e.setState({showLoading:!1}),t(a.data)}))}else{var i=L.findTemplateByBundle(this.props.element.bundle);t(i.data)}}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.isAllowedForThisRole,s=this.state,r=s.previewVisible,l=s.previewStyle,o=s.isNew,u="downloading";i||(u=L.findTemplateByBundle(a.bundle)?"success":"inactive");var d,m=!n||!a.allowDownload&&"inactive"===u,f=p()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==u,"vcv-ui-item-element-inactive--locked":m}),h=p()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),g=p()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),b=p()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===u}),y=a.metaThumbnailUrl,C=a.metaPreviewUrl,k=D.can("hub_elements_templates_blocks",D.defaultTrue()),x=p()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===u&&!m,"vcv-ui-wp-spinner-light":"downloading"===u||this.state.showLoading,"vcv-ui-icon-lock-fill":m,"vcv-ui-icon-add":"success"===u&&!this.isHubInWpDashboard&&k}),w={},S={};this.isHubInWpDashboard?d=null:k?d=this.addTemplate:S.style={cursor:"not-allowed"},"success"!==u&&(m?(d=null,n?w.onClick=this.props.onClickGoPremium.bind(this,"template"):S.style={cursor:"not-allowed"}):d=this.downloadTemplate);var E=c.createElement("span",{className:x,onClick:d}),T=null,P=null,j=null;if(o){var R=O.new||"New";P=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},R)}if(!o&&a.bundleType&&a.bundleType.indexOf("free")<0){var M=O?O.premium:"Premium";j=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},M)}return r&&(T=c.createElement("figure",{className:"vcv-ui-item-preview-container",style:l},c.createElement("img",{className:"vcv-ui-item-preview-image",src:C,alt:t,onLoad:this.handleUpdatePreviewPosition}),c.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},c.createElement("div",{className:"vcv-ui-item-preview-text"},a.metaDescription),P||j))),c.createElement("div",{className:h},c.createElement("span",(0,v.default)({className:f,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:t},w),P,c.createElement("span",{className:"vcv-ui-item-element-content"},c.createElement("img",{className:"vcv-ui-item-element-image",src:y,alt:t}),c.createElement("span",(0,v.default)({className:b},S),E)),c.createElement("span",{className:"vcv-ui-item-element-name"},c.createElement("span",{className:g},t)),T))}}]),a}(h.default);function A(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var _=(0,m.getStorage)("hubAddons"),I=(0,m.getStorage)("events"),B=(0,m.getService)("dataManager"),N=B.get("localizations"),F=function(e){(0,r.default)(a,e);var t=A(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isNew:n.props.isNew},n.downloadAddon=n.downloadAddon.bind((0,s.default)(n)),n.handleAddonClick=n.handleAddonClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"downloadAddon",value:function(){var e=this.props,t=e.element;(0,e.onDownloadItem)(N.addonDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this addon.")&&_.trigger("downloadAddon",t)}},{key:"handleAddonClick",value:function(){var e={element:this.props.element};I.trigger("hub:addon:clickAdd",e)}},{key:"render",value:function(){var e=this.props,t=e.name,a=e.element,i=e.isDownloading,n=e.tag,s=e.isAllowedForThisRole,r=this.state.isNew,l="downloading";i||(l=_.state("addons").get()[n]?"success":"inactive");var o,u=!a.allowDownload&&"inactive"===l,d=N.downloadAddonText||"Download Addon",v=N.installedText||"Installed",m=N.availableInPremiumText||"Available in Premium",f=N.restrictedText||"Restricted",h=this.handleAddonClick;"success"!==l&&(u||(h=this.downloadAddon,s||(h=null))),"success"===l?o=v:u?o=m:"inactive"===l&&(o=d,s||(o=f));var g=p()({"vcv-hub-addon-control":!0,"vcv-hub-addon-control--locked":"success"===l||!u&&!s}),b=c.createElement("button",{className:g,onClick:h},o);if("success"!==l&&u){var y=B.get("utm")["editor-available-in-premium"].replace("{medium}",this.props.utmMedium);b=c.createElement("a",{className:g,href:y,target:"_blank",rel:"noopener noreferrer"},o)}"downloading"===l&&(b=c.createElement("span",{className:"vcv-ui-icon vcv-ui-wp-spinner"}));var C=null;if(r){var k=N.new||"New";C=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},k)}return c.createElement("div",{className:"vcv-ui-item-list-item"},c.createElement("div",{className:"vcv-hub-addon-item-container"},c.createElement("div",{className:"vcv-hub-addon-item-image-container"},c.createElement("img",{className:"vcv-hub-addon-image",src:a.metaAddonImageUrl,alt:t})),c.createElement("div",{className:"vcv-hub-addon-item-content-container"},C,c.createElement("h3",{className:"vcv-hub-addon-name"},t),c.createElement("p",{className:"vcv-hub-addon-description"},a.metaDescription),b)))}}]),a}(c.Component),V=a("./public/editor/stores/store.js"),U=a("./public/editor/stores/notifications/slice.js");function z(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var H=(0,m.getStorage)("workspace"),Z=(0,m.getService)("roleManager"),$=function(e){(0,r.default)(a,e);var t=z(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e);var r=!1;return(H.state("downloadingItems").get()||[]).includes(e.tag)&&(r=!0),n.state={isDownloading:r},n.downloadingItemOnChange=n.downloadingItemOnChange.bind((0,s.default)(n)),n.handleDownloadItem=n.handleDownloadItem.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){H.state("downloadingItems").onChange(this.downloadingItemOnChange)}},{key:"componentWillUnmount",value:function(){H.state("downloadingItems").ignoreChange(this.downloadingItemOnChange)}},{key:"downloadingItemOnChange",value:function(e){var t=this.props.tag;this.state.isDownloading&&!e.includes(t)?(this.setState({isDownloading:!1}),H.state("downloadingItems").ignoreChange(this.downloadingItemOnChange)):!this.state.isDownloading&&e.includes(t)&&this.setState({isDownloading:!0})}},{key:"handleDownloadItem",value:function(e){var t=this.props.element;return!!t.allowDownload&&(t.update?(V.default.dispatch((0,U.notificationAdded)({type:"error",text:e,showCloseButton:"true",time:5e3})),!1):(this.setState({isDownloading:!0}),H.state("downloadingItems").onChange(this.downloadingItemOnChange),!0))}},{key:"render",value:function(){var e=this.props,t=e.type,a=e.element,i=null,n={};return"element"===t?(i=w,n.isAllowedForThisRole=Z.can("hub_elements_templates_blocks",Z.defaultTrue())):"template"===t?("hubHeader"===a.templateType||"hubFooter"===a.templateType||"hubSidebar"===a.templateType?n.isAllowedForThisRole=Z.can("hub_headers_footers_sidebars",Z.defaultTrue()):n.isAllowedForThisRole=Z.can("hub_elements_templates_blocks",Z.defaultTrue()),i=M):"addon"===t&&(i=F,n.isAllowedForThisRole=Z.can("hub_addons",Z.defaultTrue())),c.createElement(i,(0,v.default)({},this.props,{isDownloading:this.state.isDownloading,onDownloadItem:this.handleDownloadItem},n))}}]),a}(h.default),W=a("./public/components/navigationSlider/navigationSlider.js"),q=a("./public/components/scrollbar/scrollbar.js"),G=a("./node_modules/mobile-detect/mobile-detect.js"),K=a.n(G),J=a("./node_modules/prop-types/index.js"),Y=a.n(J),Q=a("./public/components/tooltip/tooltip.js");function X(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var ee=f().getService("dataManager"),te=function(e){(0,r.default)(a,e);var t=X(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,u.default)((0,s.default)(n),"inputTimeout",0),(0,u.default)((0,s.default)(n),"mobileDetect",null),n.state={input:!1},n.handleSearch=n.handleSearch.bind((0,s.default)(n)),n.handleInputFocus=n.handleInputFocus.bind((0,s.default)(n)),n.handleKeyPress=n.handleKeyPress.bind((0,s.default)(n)),n.mobileDetect=new(K())(window.navigator.userAgent),n.autoFocusInputRef=c.createRef(),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){this.focusInput()}},{key:"componentDidUpdate",value:function(){this.focusInput()}},{key:"focusInput",value:function(){var e=!this.mobileDetect.mobile();(void 0!==this.props.autoFocus?this.props.autoFocus&&e:e)&&this.autoFocusInputRef&&this.autoFocusInputRef.current&&this.autoFocusInputRef.current.focus()}},{key:"componentWillUnmount",value:function(){this.inputTimeout&&(window.clearTimeout(this.inputTimeout),this.inputTimeout=0)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&this.props.applyFirstElement&&(e.preventDefault(),this.props.applyFirstElement())}},{key:"handleSearch",value:function(e){var t=e.currentTarget.value;this.props.changeInput(t)}},{key:"handleInputFocus",value:function(){var e=this;this.setState({input:!0}),this.inputTimeout=setTimeout((function(){e.setState({input:!1})}),400)}},{key:"render",value:function(){var e=ee.get("localizations"),t=e?e.VCHubIsAnOnlineLibrary:'<a href="https://help.visualcomposer.com/docs/visual-composer-hub/what-is-visual-composer-hub/?utm_source=vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point" target="_blank" rel="noopener noreferrer">Visual Composer Hub</a> is an online library where to search and download content elements, templates, add-ons, stock images, and GIFs.',a=e?e.searchWithinCategory:"Search within this category",i="giphy"===this.props.filterType||"unsplash"===this.props.filterType,n=p()({"vcv-ui-editor-search-field-container":!0,"vcv-ui-editor-field-highlight":this.state.input}),s=p()({"vcv-ui-editor-search-icon-container":!0,"vcv-ui-editor-search-icon-container--disabled":i}),r=!this.mobileDetect.mobile();return c.createElement("div",{className:"vcv-ui-editor-search-container"},c.createElement("div",{className:n},c.createElement("label",{className:s,htmlFor:"add-element-search"},c.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-search"})),c.createElement("input",{className:"vcv-ui-form-input vcv-ui-editor-search-field",autoComplete:"off",id:"add-element-search",onChange:this.handleSearch,onFocus:this.handleInputFocus,type:"text",ref:this.autoFocusInputRef,placeholder:a,value:this.props.inputValue,autoFocus:void 0!==this.props.autoFocus?this.props.autoFocus&&r:r,onKeyPress:this.handleKeyPress,disabled:i})),c.createElement(Q.default,null,t))}}]),a}(c.Component);(0,u.default)(te,"propTypes",{changeInput:Y().func.isRequired,applyFirstElement:Y().func,filterType:Y().string});var ae=a("./node_modules/lodash/lodash.js"),ie=a.n(ae),ne=(0,m.getService)("roleManager");var se=a("./public/components/stockMedia/giphyContainer.js"),re=a("./public/components/stockMedia/unsplashContainer.js"),le=a("./public/components/notifications/notifications.tsx"),oe=a.n(le);function ue(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var ce=(0,m.getService)("dataManager"),de=ce.get("localizations"),pe=(0,m.getStorage)("settings"),ve=(0,m.getService)("dataProcessor"),me=function(e){(0,r.default)(a,e);var t=ue(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isLoading:!1},n.handleClick=n.handleClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"handleClick",value:function(){var e=this;this.handleUtmRedirect(),this.setState({isLoading:!0}),pe.state("agreeHubTerms").set(!0),ve.appAdminServerRequest({"vcv-action":"editors:agreeHubTerms:enable:adminNonce"}).then((function(){e.setState({isLoading:!1}),e.props.onPrimaryButtonClick&&e.props.onPrimaryButtonClick(),e.props.onClose&&e.props.onClose()}))}},{key:"handleUtmRedirect",value:function(){var e=ce.get("utm"),t="vcv-hub"===ce.get("slug")?"hub-vcdashboard":"hub-editor",a=e["hub-terms-box-button"].replace("{medium}",t);window.open(a)}},{key:"render",value:function(){var e=p()({"vcv-premium-teaser-btn":!0,"vcv-premium-teaser-btn--loading":this.state.isLoading}),t=null;if(this.props.onClose){var a=de.close||"Close";t=c.createElement("button",{className:"vcv-premium-teaser-close vcv-ui-icon vcv-ui-icon-close-thin","aria-label":a,onClick:this.props.onClose})}var i=de?de.agreeHubAccessTerms:'To download content from the Visual Composer Hub, read and accept our <a href="https://visualcomposer.com/terms-of-use/" target="_blank" rel="noopener noreferrer">cloud access terms</a> and <a href="https://visualcomposer.com/privacy-policy/" target="_blank" rel="noopener noreferrer">privacy policy</a>';return c.createElement("div",{className:"vcv-premium-teaser"},t,c.createElement("div",{className:"vcv-agree-hub-terms-badge"}),c.createElement("header",{className:"vcv-premium-teaser-header"},c.createElement("h2",{className:"vcv-premium-teaser-heading"},de?de.addPremiumElement:"Visual Composer Hub")),c.createElement("div",{className:"vcv-premium-teaser-content"},c.createElement("p",{className:"vcv-premium-teaser-text",dangerouslySetInnerHTML:{__html:i}})),c.createElement("div",{className:"vcv-premium-teaser-action-container"},c.createElement("button",{className:e,onClick:this.handleClick},de?de.yesIAgree:"Yes, I agree")))}}]),a}(c.Component),fe=a("./public/editor/stores/editorPopup/slice.ts");function he(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var ge=f().getService("sharedAssetsLibrary"),be=f().getService("cook"),ye=f().getService("dataProcessor"),Ce=f().getStorage("hubElements"),ke=f().getStorage("workspace"),xe=f().getStorage("hubAddons"),we=f().getStorage("hubTemplates"),Se=f().getStorage("elements"),Le=f().getService("dataManager"),Ee=f().getService("hubElements"),Te=ke.state("content"),Pe=f().getStorage("settings"),je=function(e){(0,r.default)(a,e);var t=he(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e),(0,u.default)((0,s.default)(n),"allCategories",null),(0,u.default)((0,s.default)(n),"isItemNew",(function(e){return"number"==typeof e.isNew?e.isNew>a.minusThreeDayTimeStamp:void 0!==e.isNew&&e.isNew})),n.categories={element:{index:0,type:"element",title:"Elements",visible:ne.can("hub_elements_templates_blocks",ne.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},template:{index:1,type:"template",title:"Templates",visible:ne.can("hub_elements_templates_blocks",ne.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},block:{index:2,type:"block",title:"Blocks",visible:ne.can("hub_elements_templates_blocks",ne.defaultTrue()),templateType:!0},addon:{index:3,type:"addon",title:"Addons",visible:ne.can("hub_addons",ne.defaultTrue())},hubHeader:{index:4,type:"hubHeader",title:"Headers",visible:ne.can("hub_headers_footers_sidebars",ne.defaultTrue()),templateType:!0},hubFooter:{index:5,type:"hubFooter",title:"Footers",visible:ne.can("hub_headers_footers_sidebars",ne.defaultTrue()),templateType:!0},hubSidebar:{index:6,type:"hubSidebar",title:"Sidebars",visible:ne.can("hub_headers_footers_sidebars",ne.defaultTrue()),templateType:!0},unsplash:{index:7,type:"unsplash",title:"Stock Images",visible:ne.can("hub_unsplash",ne.defaultTrue())},giphy:{index:8,type:"giphy",title:"Giphy",visible:ne.can("hub_giphy",ne.defaultTrue())}};var r=Object.keys(n.categories)[0];n.state={filterType:r,activeCategoryIndex:n.categories[r].index,isVisible:e.visible||"addHubElement"===Te.get(),isHubTermsAccepted:!(!1===Pe.state("agreeHubTerms").get())};var l=ke.state("settings").get();if(l&&l.options&&l.options.filterType){var o=l.options,c=o.filterType,d=o.id,p=o.bundleType;n.state.filterType=c,n.state.activeCategoryIndex=d,n.state.bundleType=p}if("vcdashboard"===e.namespace){var v=Object.keys(n.categories).filter((function(e){return n.categories[e].visible}))[0];n.state.filterType=v,n.state.activeCategoryIndex=n.categories[v].index}return n.changeInput=n.changeInput.bind((0,s.default)(n)),n.addElement=n.addElement.bind((0,s.default)(n)),n.openEditForm=n.openEditForm.bind((0,s.default)(n)),n.setFilterType=n.setFilterType.bind((0,s.default)(n)),n.handleScroll=n.handleScroll.bind((0,s.default)(n)),n.handleLockClick=n.handleLockClick.bind((0,s.default)(n)),n.handleForceUpdateCategories=n.handleForceUpdateCategories.bind((0,s.default)(n)),n.handleWorkspaceSettingsChange=n.handleWorkspaceSettingsChange.bind((0,s.default)(n)),n.setVisibility=n.setVisibility.bind((0,s.default)(n)),n.scrollToElementInsideFrame=n.scrollToElementInsideFrame.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){this.props.hideScrollbar&&window.addEventListener("scroll",this.handleScroll),Ce.state("elementTeasers").onChange(this.handleForceUpdateCategories),xe.state("addonTeasers").onChange(this.handleForceUpdateCategories),we.state("templateTeasers").onChange(this.handleForceUpdateCategories),ke.state("settings").onChange(this.handleWorkspaceSettingsChange),Te.onChange(this.setVisibility)}},{key:"componentWillUnmount",value:function(){this.props.hideScrollbar&&window.removeEventListener("scroll",this.handleScroll),Ce.state("elementTeasers").ignoreChange(this.handleForceUpdateCategories),xe.state("addonTeasers").ignoreChange(this.handleForceUpdateCategories),we.state("templateTeasers").ignoreChange(this.handleForceUpdateCategories),ke.state("settings").ignoreChange(this.handleWorkspaceSettingsChange),Te.ignoreChange(this.setVisibility)}},{key:"setVisibility",value:function(e){var t=ke.state("settings").get();t&&t.options&&this.handleWorkspaceSettingsChange(t.options),this.setState({isVisible:"addHubElement"===e,inputValue:""})}},{key:"handleWorkspaceSettingsChange",value:function(e){if(e.filterType){var t=e.filterType,a=e.id,i=e.bundleType;this.setState({filterType:t,activeCategoryIndex:a,bundleType:i})}}},{key:"handleForceUpdateCategories",value:function(){this.allCategories=!1,this.getAllCategories()}},{key:"getAllCategories",value:function(){if(!this.allCategories){var e=this.categories.element?this.getElementGroup(this.categories.element):null,t=this.categories.template?this.getTemplateGroup(this.categories.template):null,a=this.categories.block?this.getBlockGroup(this.categories.block):null,i=this.categories.addon?this.getAddonsGroup(this.categories.addon):null,n=this.categories.hubHeader?this.getHFSGroup(this.categories.hubHeader):null,s=this.categories.hubFooter?this.getHFSGroup(this.categories.hubFooter):null,r=this.categories.hubSidebar?this.getHFSGroup(this.categories.hubSidebar):null;this.allCategories=[e,t,a,i,n,s,r].filter((function(e){return e}))}return this.allCategories}},{key:"getAddonsGroup",value:function(e){var t=e.title,a=e.index;return{elements:ie().orderBy(xe.state("addonTeasers").get(),(function(e){return void 0!==e.isNew&&e.isNew}),["desc"]),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getElementGroup",value:function(e){var t=e.title,a=e.index,i=Ce.state("elementTeasers").get(),n=[],s=Object.values(Le.get("hubGetElements")).filter((function(e){return"column"!==e.key&&e.metaIsDefaultElement})).map((function(e){return n.push(e.key),{bundleType:["free"],description:e.settings.metaDescription,name:e.settings.name,previewUrl:e.settings.metaPreviewUrl,tag:e.key,thumbnailUrl:e.settings.metaThumbnailUrl}})),r=i[0].elements.filter((function(e){return!e.disabledOnHub&&-1===n.indexOf(e.tag)&&e.bundleType.includes("free")})),l=i[0].elements.filter((function(e){return!e.disabledOnHub&&e.bundleType.includes("premium")&&!e.bundleType.includes("free")}));return s=ie().sortBy(s,["name"]),r=ie().sortBy(r,["name"]),r=ie().orderBy(r,this.isItemNew,["desc"]),l=ie().sortBy(l,["name"]),l=ie().orderBy(l,this.isItemNew,["desc"]),{elements:s.concat(r.concat(l)),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getTemplateGroup",value:function(e){var t=e.title,a=e.index,i=we.state("templateTeasers").get(),n=i.filter((function(e){return"predefined"===e.templateType})),s=i.filter((function(e){return"hub"===e.templateType}));return n=ie().orderBy(n,this.isItemNew,["desc"]),s=ie().orderBy(s,this.isItemNew,["desc"]),{elements:n.concat(s),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getBlockGroup",value:function(e){var t=e.title,a=e.index,i=e.type;return{elements:ie().orderBy(we.state("templateTeasers").get().filter((function(e){return e.templateType===i})),this.isItemNew,["desc"]),id:"".concat(t).concat(a),index:a,title:t}}},{key:"getHFSGroup",value:function(e){var t=e.type,a=e.title,i=e.index;return i?{elements:ie().orderBy(we.state("templateTeasers").get().filter((function(e){return e.templateType===t})),this.isItemNew,["desc"]),id:"".concat(a).concat(i),index:i,title:a}:{}}},{key:"addElement",value:function(e){var t=ke.state("settings").get()||!1;e.parent=!(!t||!t.element)&&t.element.id,e=be.get(e).toJS(),Se.trigger("add",e,!0,{insertAfter:!!(t&&t.options&&t.options.insertAfter)&&t.options.insertAfter}),this.addedId=e.id;var a=e.tag;ye.appAdminServerRequest({"vcv-action":"usageCount:updateUsage:adminNonce","vcv-item-tag":a,"vcv-nonce":Le.get("nonce")});var i=document.getElementById("vcv-editor-iframe");this.iframeDocument=i&&i.contentWindow&&i.contentWindow.document,this.iframeWindow=i&&i.contentWindow&&i.contentWindow.window,this.iframeWindow.vcv&&this.iframeWindow.vcv.on("ready",this.openEditForm)}},{key:"openEditForm",value:function(e,t){"add"===e&&t===this.addedId&&(ke.trigger("edit",this.addedId,""),this.scrollToElementInsideFrame&&this.scrollToElementInsideFrame(this.addedId),this.iframeWindow.vcv.off("ready",this.openEditForm))}},{key:"scrollToElementInsideFrame",value:function(e){var t=this.iframeDocument.querySelector("#el-".concat(e));t&&window.setTimeout((function(){t.scrollIntoView({behavior:"smooth",block:"center"})}),500)}},{key:"getElementControl",value:function(e){var t=e.tag?e.tag:e.name;t=t.charAt(0).toLowerCase()+t.substr(1,t.length-1);var i=e.type?e.type:"element";return"template"===i&&(t=e.bundle.replace("template/","").replace("predefinedTemplate/","")),c.createElement($,{key:"vcv-item-controller-"+t,element:e,tag:t,type:i,update:!!e.update&&e.update,name:e.name,isNew:"number"==typeof e.isNew?e.isNew>a.minusThreeDayTimeStamp:!!e.isNew,addElement:this.addElement,onClickGoPremium:this.handleLockClick,utmMedium:this.getUtmMedium()})}},{key:"getNoResultsElement",value:function(){var e=a.localizations?a.localizations.nothingFound:"Nothing found",t=ge.getSourcePath("images/search-no-result.png");return c.createElement("div",{className:"vcv-ui-editor-no-items-container"},c.createElement("div",{className:"vcv-ui-editor-no-items-content"},c.createElement("img",{className:"vcv-ui-editor-no-items-image",src:t,alt:e})))}},{key:"getElementsByCategory",value:function(){var e=this,t=this.state.activeCategoryIndex,a=this.getAllCategories(),i=[];if(t.indexOf&&t.indexOf("-")>-1){var n=t.split("-"),s=a[n[0]],r=s&&s.categories&&s.categories[n[1]];i=r?r.elements:[]}else i=a&&a[t]&&a[t].elements;return i?i.map((function(t){return e.getElementControl(t)})):[]}},{key:"getSearchProps",value:function(){return{changeInput:this.changeInput,inputValue:this.state.inputValue||"",autoFocus:this.state.isVisible,filterType:this.state.filterType}}},{key:"changeInput",value:function(e){this.setState({inputValue:e,searchResults:this.getSearchResults(e),bundleType:null})}},{key:"getSearchResults",value:function(e){return e=e.toLowerCase().trim(),this.getAllCategories()[this.state.activeCategoryIndex].elements.filter((function(t){return-1!==Ee.getElementName(t).indexOf(e)||-1!==Ee.getElementDescription(t).indexOf(e)})).sort((function(t,a){var i=Ee.getElementName(t).indexOf(e),n=Ee.getElementName(a).indexOf(e);return(i=-1===i?100:i)-(n=-1===n?100:n)}))}},{key:"getSearchElement",value:function(){var e=this.getSearchProps();return c.createElement(te,e)}},{key:"setFilterType",value:function(e,t,a){this.setState({filterType:e,activeCategoryIndex:t,bundleType:a,inputValue:""})}},{key:"getElementListContainer",value:function(e){return e.length?c.createElement("div",{className:"vcv-ui-item-list-container"},c.createElement("div",{className:"vcv-ui-item-list"},e)):this.getNoResultsElement()}},{key:"getFoundElements",value:function(){var e=this;return this.state.searchResults.map((function(t){return e.getElementControl(t)}))}},{key:"filterResult",value:function(){var e=this,t=this.state,a=t.filterType,i=t.bundleType,n=this.state.inputValue?this.getFoundElements():this.getElementsByCategory();return n=n.filter((function(t){var n=!1;n=e.categories[a].templateType?"template"===t.props.type&&t.props.element.templateType===a:t.props.type===a;var s=t.props.element.bundleType;return!i||t.props.element.bundleType&&t.props.element.bundleType.length||(n=!1),n&&s&&s.length&&i&&(n=s.indexOf(i)>-1,"premium"===i&&n&&(n=s.indexOf("free")<0)),n}))}},{key:"getHubPanelControls",value:function(){var e=this,t={};Object.keys(this.categories).forEach((function(a){e.categories[a].visible&&(t[a]=e.categories[a])}));var a={controls:t,activeSection:this.state.filterType,activeSubControl:this.state.bundleType,setActiveSection:this.setFilterType};return c.createElement(W.default,a)}},{key:"handleLockClick",value:function(e){var t=Le.get("isPremiumActivated"),i=a.localizations?a.localizations.unlockAllFeatures:"Unlock All Features",n=a.localizations?a.localizations.doMoreWithPremium:"Do More With Premium",s="";"template"===e?s=a.localizations?a.localizations.getAccessToTemplates:"Get access to more than 200 content elements with Visual Composer Premium.":"element"===e&&(s=a.localizations?a.localizations.getAccessToContentElements:"Get access to more than 200 content elements with Visual Composer Premium.");var r=this.categories[this.state.filterType].title.toLowerCase(),l=ke.state("settings").get(),o=l&&l.options&&l.options.filterType?"-add"+l.options.filterType:"",u=Le.get("utm"),c="".concat(r).concat(o,"-hub-").concat(this.props.namespace),d={headingText:n,buttonText:i,description:s,isPremiumActivated:t,url:u["editor-hub-popup-teaser"].replace("{medium}",c)};V.default.dispatch((0,fe.fullScreenPopupDataSet)(d)),V.default.dispatch((0,fe.activeFullPopupSet)("premium-teaser"))}},{key:"getUtmMedium",value:function(){var e=this.categories[this.state.filterType].title.toLowerCase(),t=ke.state("settings").get(),a=t&&t.options&&t.options.filterType?"-add"+t.options.filterType:"";return"".concat(e).concat(a,"-hub-").concat(this.props.namespace)}},{key:"getHubBanner",value:function(){var e=a.localizations?a.localizations.getMoreText:"Do More With Visual Composer",t=a.localizations?a.localizations.getMoreTextSubText:"Premium",i=a.localizations?a.localizations.downloadFromHubText:"Get unlimited access to the Visual Composer Hub with 500+ elements, templates, addons, and integrations.",n=a.localizations?a.localizations.goPremium:"Go Premium",s=Le.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),r="&vcv-ref=".concat(this.getUtmMedium()),l={rel:"noopener noreferrer",href:"".concat(Le.get("goPremiumUrl")).concat(r),className:"vcv-hub-banner-link"};"vcdashboard"!==this.props.namespace&&(l.target="_blank");var o=a.localizations?a.localizations.alreadyHaveLicenseTextOneAction:"Already have a Premium license?",u=a.localizations?a.localizations.activateHere:"Activate here";return c.createElement("div",{className:"vcv-hub-banner"},c.createElement("div",{className:"vcv-hub-banner-content"},c.createElement("p",{className:"vcv-hub-banner-title"},e),c.createElement("p",{className:"vcv-hub-banner-title"},t),c.createElement("p",{className:"vcv-hub-banner-subtitle"},i),c.createElement("a",{className:"vcv-hub-banner-button",href:s,target:"_blank",rel:"noopener noreferrer"},n),c.createElement("p",{className:"vcv-hub-banner-subtitle"},o," ",c.createElement("a",l,u),".")))}},{key:"handleScroll",value:function(e){var t=e.currentTarget,a=this.state.filterType;if("unsplash"===a||"giphy"===a){this.props.hideScrollbar&&(t=e.currentTarget.document.documentElement);var i=t.getBoundingClientRect(),n=window.innerHeight||document.documentElement.clientHeight,s=t.scrollTop+i.height+n/2>=t.scrollHeight;this.setState({scrollTop:t.scrollTop,scrolledToBottom:s})}}},{key:"render",value:function(){var e=this,t=this.filterResult(),a=p()({"vcv-ui-tree-content-section-inner":!0,"vcv-ui-state--centered-content":!t.length}),i=this.state.filterType,n=p()({"vcv-ui-editor-plate":!0,"vcv-ui-state--active":!0,"vcv-ui-editor-plate--addon":"addon"===i}),s=Le.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),r="";r=this.state.isHubTermsAccepted?"unsplash"===i?c.createElement(re.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:i,goPremiumLink:s}):"giphy"===i?c.createElement(se.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:i,goPremiumLink:s}):c.createElement("div",{className:a},void 0===Le.get("isPremiumActivated")||Le.get("isPremiumActivated")?null:this.getHubBanner(),c.createElement("div",{className:"vcv-ui-editor-plates-container vcv-ui-editor-plate--teaser"},c.createElement("div",{className:"vcv-ui-editor-plates"},c.createElement("div",{className:n},this.getElementListContainer(t))))):c.createElement(me,{onPrimaryButtonClick:function(){e.setState({isHubTermsAccepted:!0})}});var l=null;l=this.props.hideScrollbar?r:c.createElement(q.default,{onScroll:ie().throttle(this.handleScroll,100)},r);var o=null;this.props.addNotifications&&(o=c.createElement(oe(),null));var u=p()({"vcv-ui-tree-view-content":!0,"vcv-ui-teaser-add-element-content":!0,"vcv-ui-state--hidden":!this.state.isVisible});return c.createElement("div",{className:u},c.createElement("div",{className:"vcv-ui-tree-content"},this.getSearchElement(),c.createElement("div",{className:"vcv-ui-hub-control-container"},this.getHubPanelControls()),c.createElement("div",{className:"vcv-ui-tree-content-section"},o,l)))}}]),a}(c.Component);(0,u.default)(je,"localizations",Le.get("localizations")),(0,u.default)(je,"minusThreeDayTimeStamp",Le.get("hubServerTime")-259200)},"./public/components/polyfills/index.js":function(){var e;"function"!=typeof(e=window.Element.prototype).matches&&(e.matches=e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||function(e){for(var t=this,a=(t.document||t.ownerDocument).querySelectorAll(e),i=0;a[i]&&a[i]!==t;)++i;return Boolean(a[i])}),"function"!=typeof e.closest&&(e.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})},"./public/components/premiumTeasers/component.js":function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return C}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/react/index.js"),c=a("./node_modules/vc-cake/index.js"),d=a("./node_modules/classnames/index.js"),p=a.n(d),v=a("./public/editor/stores/store.js"),m=a("./public/editor/stores/notifications/slice.js");function f(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var h=(0,c.getService)("dataManager"),g=(0,c.getStorage)("hubAddons"),b=(0,c.getStorage)("workspace"),y=h.get("localizations"),C=function(e){(0,r.default)(a,e);var t=f(a);function a(e){var n;(0,i.default)(this,a),n=t.call(this,e);var r=!1;return(b.state("downloadingItems").get()||[]).includes(n.props.addonName)&&(r=!0),n.state={isDownloading:r},n.checkDownloading=n.checkDownloading.bind((0,s.default)(n)),n.handleClick=n.handleClick.bind((0,s.default)(n)),n.handleClose=n.handleClose.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){window.addEventListener("keyup",this.handleClose),b.state("hasModal").set(!0)}},{key:"componentWillUnmount",value:function(){b.state("downloadingItems").ignoreChange(this.checkDownloading),window.removeEventListener("keyup",this.handleClose)}},{key:"handleClose",value:function(e){27===e.which&&(this.props.onClose(),b.state("hasModal").set(!1))}},{key:"checkDownloading",value:function(){(b.state("downloadingItems").get()||[]).includes(this.props.addonName)||(this.setState({isDownloading:!1}),this.props.onClose&&this.props.onClose())}},{key:"handleClick",value:function(){var e=this,t=g.state("addonTeasers").get(),a=t.findIndex((function(t){return t.tag===e.props.addonName})),i=t[a];if(g.state("addons").get()[i.tag]){var n=y.successAddonDownload||"{name} has been successfully downloaded from the Visual Composer Hub and added to your content library. To finish the installation process reload the page.";v.default.dispatch((0,m.notificationAdded)({type:"warning",text:n.replace("{name}",i.name),time:8e3}))}else this.setState({isDownloading:!0}),g.trigger("downloadAddon",i),b.state("downloadingItems").onChange(this.checkDownloading),this.props.onPrimaryButtonClick&&this.props.onPrimaryButtonClick()}},{key:"render",value:function(){var e=p()({"vcv-premium-teaser-btn":!0,"vcv-premium-teaser-btn--loading":this.state.isDownloading}),t=null,a=null;if(t=this.props.url&&!this.props.isPremiumActivated?u.createElement("a",{className:"vcv-premium-teaser-btn",href:this.props.url,target:"_blank",rel:"noopener noreferrer"},this.props.buttonText):u.createElement("button",{className:e,onClick:this.handleClick},this.props.buttonText),this.props.onClose){var i=y.close||"Close";a=u.createElement("button",{className:"vcv-premium-teaser-close vcv-ui-icon vcv-ui-icon-close-thin","aria-label":i,onClick:this.props.onClose})}return u.createElement("div",{className:"vcv-premium-teaser"},a,u.createElement("div",{className:"vcv-premium-teaser-badge"}),u.createElement("header",{className:"vcv-premium-teaser-header"},u.createElement("h2",{className:"vcv-premium-teaser-heading"},this.props.headingText)),u.createElement("div",{className:"vcv-premium-teaser-content"},u.createElement("p",{className:"vcv-premium-teaser-text",dangerouslySetInnerHTML:{__html:this.props.description}})),u.createElement("div",{className:"vcv-premium-teaser-action-container"},t))}}]),a}(u.Component)},"./public/components/scrollbar/scrollbar.js":function(e,t,a){"use strict";a.d(t,{default:function(){return b}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),u=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),p=a("./node_modules/classnames/index.js"),v=a.n(p),m=a("./node_modules/react-custom-scrollbars/lib/index.js"),f=a("./node_modules/prop-types/index.js"),h=a.n(f);function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,u.default)(e);if(t){var n=(0,u.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var b=function(e){(0,l.default)(a,e);var t=g(a);function a(e){var i;return(0,n.default)(this,a),i=t.call(this,e),(0,c.default)((0,r.default)(i),"scrollbars",null),i.state={showTracks:!0},i}return(0,s.default)(a,[{key:"componentDidMount",value:function(){this.props.initialScrollTop&&this.scrollbars.scrollTop(this.props.initialScrollTop)}},{key:"scrollTop",value:function(e){return this.scrollbars.scrollTop(e)}},{key:"render",value:function(){var e=this,t=Object.assign({},this.props);delete t.initialScrollTop;var a=v()({"vcv-ui-scroll":!0,"vcv-ui-tree-layout-filled":Object.prototype.hasOwnProperty.call(this.props,"content")&&this.props.content});return d.createElement(m.Scrollbars,(0,i.default)({ref:function(t){e.scrollbars=t}},t,{className:a,renderTrackHorizontal:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-track--horizontal"}))},renderTrackVertical:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-track--vertical"}))},renderThumbHorizontal:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-thumb--horizontal"}))},renderThumbVertical:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-thumb--vertical"}))},renderView:function(e){return d.createElement("div",(0,i.default)({},e,{className:"vcv-ui-scroll-content"}))},onScroll:this.props.onScroll,hideTracksWhenNotNeeded:this.state.showTracks}))}}]),a}(d.Component);(0,c.default)(b,"propTypes",{content:h().number,onScroll:h().func})},"./public/components/stockMedia/giphyContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return C}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),c=a("./node_modules/react/index.js"),d=a("./public/components/stockMedia/stockMedia.js"),p=a("./node_modules/prop-types/index.js"),v=a.n(p),m=a("./public/sources/images/giphyLogo.raw"),f=a.n(m),h=a("./node_modules/vc-cake/index.js");function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var b=(0,h.getService)("dataManager"),y=(0,h.getService)("roleManager"),C=function(e){(0,r.default)(a,e);var t=g(a);function a(){return(0,n.default)(this,a),t.apply(this,arguments)}return(0,s.default)(a,[{key:"render",value:function(){var e=b.get("localizations"),t={searchText:e?e.discoverGifAnimationsText:"Discover the best GIF animations from Giphy.",getMediaText:e?e.getGiphiesText:"Download and Add Free Animated GIFs to Your Site",getMediaWithPremiumText:e?e.getGiphiesWithPremiumText:"Download and Add Free Animated GIFs to Your Site With Visual Composer Premium",noConnectionToStockMediaText:"".concat(e.noConnectionToGiphy," #10089")||0,downloadText:e?e.downloadAnimationsFromGiphy:"Download animations from Giphy to your Media Library",unlockText:e?e.activatePremiumToUnlockGiphy:"Activate Premium to Unlock Giphy Integration",searchResultKey:e?e.gifAnimations:"GIF animations",hasBeenDownloadedText:e?e.gifAnimationDownloadedToMediaLibrary:"GIF animation has been downloaded to your Media Library.",poweredByText:e&&e.poweredBy?"".concat(e.poweredBy," <a href='https://giphy.com/' target='_blank'>GIPHY</a>"):"Powered by <a href='https://giphy.com/' target='_blank'>GIPHY</a>"},a=[{size:"small",title:e?e.small:"Small"},{size:"regular",title:e?e.regular:"Regular"},{size:"full",title:e?e.full:"Full"}];return c.createElement(d.default,(0,i.default)({stockMediaLogo:f(),stockMediaLocalizations:t,vcvAuthorApiKey:null,apiUrlKey:"giphy",sizes:a,previewImageSize:"regular",customContainerClass:"vcv-stock-media-container--giphy",isAllowedForThisRole:y.can("hub_giphy",y.defaultTrue())},this.props))}}]),a}(c.Component);(0,u.default)(C,"propTypes",{scrolledToBottom:v().bool,scrollTop:v().number,namespace:v().string,filterType:v().string})},"./public/components/stockMedia/stockMedia.js":function(e,t,a){"use strict";a.d(t,{default:function(){return D}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),c=a("./node_modules/react/index.js"),d=a("./node_modules/classnames/index.js"),p=a.n(d),v=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),m=a("./node_modules/prop-types/index.js"),f=a.n(m),h=a("./node_modules/lodash/lodash.js"),g=a.n(h),b=a("./node_modules/vc-cake/index.js"),y=a("./node_modules/react-redux/es/index.js"),C=a("./public/editor/stores/notifications/slice.js"),k=a("./public/editor/stores/editorPopup/slice.ts");function x(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var w=(0,b.getService)("dataProcessor"),S=(0,b.getService)("sharedAssetsLibrary"),L=(0,b.getService)("dataManager"),E=(0,b.getStorage)("workspace"),T=function(e){(0,r.default)(a,e);var t=x(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,u.default)((0,s.default)(n),"maxColumnCount",5),(0,u.default)((0,s.default)(n),"abortController",new window.AbortController),(0,u.default)((0,s.default)(n),"componentUnmounted",!1),(0,u.default)((0,s.default)(n),"vcvLicenseKey",L.get("licenseKey")||"free"),(0,u.default)((0,s.default)(n),"allowDownload",!0),n.state={columnData:g().defaultsDeep({},n.createDefaultColumnData()),total:0,columnCount:3,page:1,totalPages:0,requestInProgress:!1,hasError:!1,downloadingItems:[]},n.resultsWrapperRef=c.createRef(),n.handleImageLoad=n.handleImageLoad.bind((0,s.default)(n)),n.handleClickDownloadImage=n.handleClickDownloadImage.bind((0,s.default)(n)),n.setColumnCount=n.setColumnCount.bind((0,s.default)(n)),n.handleLockClick=n.handleLockClick.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.setColumnCount),this.setColumnCount(),this.getImagesFromServer("",1,"trending")}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.setColumnCount),this.componentUnmounted=!0,this.abortController.abort()}},{key:"componentDidUpdate",value:function(e,t){var a=t.requestInProgress,i=t.page,n=e.scrolledToBottom,s=e.searchValue,r=e.scrollTop;this.props.searchValue&&(this.props.searchValue!==s?this.getImagesFromServer(this.props.searchValue,1):!1===a&&this.props.scrolledToBottom&&this.props.scrolledToBottom!==n&&this.getImagesFromServer(this.props.searchValue,i)),this.props.scrollTop!==r&&this.showImages()}},{key:"prepareImages",value:function(e){var t=this.getColumnData(e.results);if(this.setState({columnData:t,total:parseInt(e.total),page:this.state.page+1,totalPages:parseInt(e.totalPages),requestInProgress:!1}),this.resultContainer){var a=this.resultContainer.closest(".vcv-ui-scroll-content"),i=a&&a.getBoundingClientRect();i&&i.height>=a.scrollHeight&&this.getImagesFromServer(this.props.searchValue,this.state.page)}}},{key:"getColumnData",value:function(e){var t=this,a="";return a=1===this.state.page?g().defaultsDeep({},this.createDefaultColumnData()):g().defaultsDeep({},this.state.columnData),e&&e.length&&Object.keys(a).forEach((function(i){var n=a[i];e.forEach((function(e){var a=e.height/e.width,i=t.getSmallestFromArray(n);n[i].value+=a,n[i].images.push(e)}))})),a}},{key:"createDefaultColumnData",value:function(){for(var e={},t=1;t<=this.maxColumnCount;t++){e[t]=[];for(var a=0;a<t;a++)e[t].push({value:0,images:[]})}return e}},{key:"getImagesFromServer",value:function(e,t){var a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"search",n=this.props,s=n.vcvAuthorApiKey,r=n.apiUrlKey,l=n.stockMediaLocalizations;if(!(t>1&&t>this.state.totalPages)){var o=L.get("apiUrl"),u=L.get("pluginUrl"),c="".concat(o,"/api/").concat(r,"/").concat(i),d=this.vcvLicenseKey;this.setState({page:t,requestInProgress:!0,hasError:!1});var p="";p="search"===i?"".concat(c,"/").concat(e,"?licenseKey=").concat(d,"&page=").concat(t,"&url=").concat(u):"".concat(c,"?licenseKey=").concat(d,"&url=").concat(u),s&&(p+="&author_api_key=".concat(s)),window.fetch(p,{method:"get",signal:this.abortController.signal}).then((function(e){return e.json()})).then((function(e){e&&(Object.prototype.hasOwnProperty.call(e,"allowDownload")?a.allowDownload=e.allowDownload:a.allowDownload=!0,a.prepareImages(e),e.results&&e.results.length&&a.showImages())}),(function(e){if(!a.componentUnmounted){var t=l&&l.noConnectionToStockMediaText;a.props.addNotification({text:t,time:5e3,type:"error",id:"stock-media-error--".concat(r),usePortal:".media-frame"===a.props.portal}),a.setState({hasError:!0}),(0,b.env)("VCV_DEBUG")&&console.warn(t,e)}}))}}},{key:"getSmallestFromArray",value:function(e){if(1===e.length)return 0;var t=0,a=e[0].value;return e.forEach((function(i,n){i.value<a&&(a=e[n].value,t=n)})),t}},{key:"setColumnCount",value:function(){var e=this.getColumnCount();this.state.columnCount!==e&&(this.setState({columnCount:e}),this.showImages());var t=window.innerHeight||document.documentElement.clientHeight;t!==this.windowHeight&&this.showImages(),this.windowHeight=t}},{key:"getColumnCount",value:function(){for(var e=(this.resultsWrapperRef&&this.resultsWrapperRef.current&&this.resultsWrapperRef.current.getBoundingClientRect()).width||window.innerWidth||document.documentElement.clientWidth,t=300,a=1;a<=this.maxColumnCount;a++){if(e<t+250)return a;t+=250}return this.maxColumnCount}},{key:"handleImageLoad",value:function(e){var t=e.currentTarget;if(t){var a=t.closest(".vcv-stock-image-wrapper");a&&a.classList.add("vcv-stock-image--loaded")}}},{key:"showImages",value:function(){var e=this.resultContainer&&this.resultContainer.querySelectorAll(".vcv-stock-image-not-visible");e&&e.length&&e.forEach((function(e){e.getBoundingClientRect().top-100<(window.innerHeight||document.documentElement.clientHeight)&&(e.src=e.dataset.src,e.classList.remove("vcv-stock-image-not-visible"))}))}},{key:"handleClickDownloadImage",value:function(e){var t=this,i=this.props,n=i.apiUrlKey,s=i.stockMediaLocalizations,r=e.currentTarget,l=r&&r.getAttribute("data-img-size"),o=r&&r.closest(".vcv-stock-image-inner"),u=o&&o.id;if(u&&l){var c=this.state.downloadingItems;c[u]=!0,this.setState({downloadingItems:c}),w.appServerRequest({"vcv-action":"hub:".concat(n,":download:adminNonce"),"vcv-nonce":L.get("nonce"),"vcv-imageId":u,"vcv-imageSize":l,"vcv-stockMediaType":n}).then((function(i){try{var r=JSON.parse(i);if(r.status)t.props.addNotification({text:s&&s.hasBeenDownloadedText||"",time:5e3,usePortal:".media-frame"===t.props.portal});else{var l=r.response?r.response.message:r.message;l=l||"".concat(a.localizations.noAccessCheckLicence," #10087")||0,t.props.addNotification({text:l,time:5e3,type:"error",id:"stock-media-error--".concat(n),usePortal:".media-frame"===t.props.portal}),(0,b.env)("VCV_DEBUG")&&console.warn(l,r)}}catch(e){var o="".concat(a.localizations.coundNotParseData," #10086")||0;t.props.addNotification({text:o,time:5e3,type:"error",id:"stock-media-error--".concat(n),usePortal:".media-frame"===t.props.portal}),(0,b.env)("VCV_DEBUG")&&console.warn(o,e)}if(!t.componentUnmounted){var c=t.state.downloadingItems;delete c[u],t.setState({downloadingItems:c})}}))}}},{key:"getSizeButtons",value:function(e){var t=this;return this.props.sizes.map((function(a){var i=null;return"number"==typeof a.size&&e&&(i=c.createElement("span",null," (",a.size," x ",Math.round(a.size*e),")")),c.createElement("button",{className:"vcv-stock-image-download-button",onClick:t.handleClickDownloadImage,"data-img-size":a.size,key:"stock-media-download-button-".concat(a.size)},a.title,i,c.createElement("span",{className:"vcv-ui-icon vcv-ui-icon-download"}))}))}},{key:"getAuthorButton",value:function(e){if(e&&e.url)return c.createElement("a",{href:e&&e.url,target:"_blank",rel:"noopener noreferrer",className:"vcv-stock-image-download-button vcv-stock-image-author"},c.createElement("img",{src:e&&e.image,alt:e&&e.name,className:"vcv-stock-image-author-image"}),e&&e.name)}},{key:"handleLockClick",value:function(){var e=L.get("isPremiumActivated"),t=a.localizations?a.localizations.unlockAllFeatures:"Unlock All Features",i="";"giphy"===this.props.apiUrlKey?i=a.localizations?a.localizations.accessToGiphy:"Access the whole GIPHY library with Visual Composer Premium.":"unsplash"===this.props.apiUrlKey&&(i=a.localizations?a.localizations.accessToUnsplash:"Access the whole Unsplash stock image library with Visual Composer Premium.");var n=L.get("utm"),s=this.props.renderPlace?this.props.renderPlace:"hub",r=E.state("settings").get(),l=r&&r.options&&r.options.filterType?"-add"+r.options.filterType:"",o="".concat(this.props.filterType).concat(l,"-").concat(s,"-").concat(this.props.namespace),u=n["editor-hub-popup-teaser"],c={headingText:a.localizations?a.localizations.doMoreWithPremium:"Do More With Premium",buttonText:t,description:i,isPremiumActivated:e,url:u.replace("{medium}",o)};this.props.fullScreenPopupDataSet(c),this.props.activeFullPopupSet("premium-teaser")}},{key:"getItems",value:function(){var e=this,t=this.state,a=t.columnData,i=t.columnCount,n=t.downloadingItems,s=this.props,r=s.stockMediaLocalizations,l=s.previewImageSize,o=s.isAllowedForThisRole,u=this.allowDownload&&"free"!==this.vcvLicenseKey,d=r&&r.unlockText;return a[i].map((function(t,a){var s=t.images.map((function(t,s){var r,m=t.urls,f=t.user,h={className:"vcv-stock-image vcv-stock-image-not-visible",alt:"Stock Media Image",onLoad:e.handleImageLoad,onError:e.handleImageLoad,"data-src":m[l]},g=p()({"vcv-stock-image-inner":!0,"vcv-stock-image--downloading":n[t.id]}),b=t.height/t.width;if(u&&o)r=c.createElement(c.Fragment,null,c.createElement("div",{className:"vcv-stock-image-download-container"},c.createElement("div",{className:"vcv-stock-image-download-options"},e.getSizeButtons(b),e.getAuthorButton(f))),c.createElement("div",{className:"vcv-stock-image-loading"},c.createElement("span",{className:"vcv-ui-icon vcv-ui-wp-spinner-light"})));else{var y={};u?(y.title="Restricted",y.style={cursor:"not-allowed"}):(y.onClick=e.handleLockClick,y.title=d),r=c.createElement("div",(0,v.default)({className:"vcv-stock-image-hover-lock"},y),c.createElement("span",{className:"vcv-ui-icon vcv-ui-icon-lock-fill"}))}return c.createElement("div",{className:"vcv-stock-image-wrapper",key:"vcv-stock-image-".concat(i,"-").concat(a,"-").concat(s)},c.createElement("div",{className:g,style:{paddingBottom:"".concat(100*b,"%")},id:t.id},c.createElement("img",h),r))}));return c.createElement("div",{className:"vcv-stock-images-col",key:"vcv-stock-image-column-".concat(i,"-").concat(a)},s)}))}},{key:"getNoResultsElement",value:function(){var e=a.localizations?a.localizations.nothingFound:"Nothing found",t=S.getSourcePath("images/search-no-result.png");return c.createElement("div",{className:"vcv-ui-editor-no-items-container"},c.createElement("div",{className:"vcv-ui-editor-no-items-content"},c.createElement("img",{className:"vcv-ui-editor-no-items-image",src:t,alt:e})))}},{key:"render",value:function(){var e=this,t=this.state,i=t.total,n=t.columnCount,s=t.requestInProgress,r=t.page,l=t.hasError,o=this.props,u=o.searchValue,d=o.isSearchUsed,p=o.stockMediaLocalizations;if(l)return null;if(d&&!u)return this.getNoResultsElement();var v=c.createElement("div",{className:"vcv-loading-dots-container"},c.createElement("div",{className:"vcv-loading-dot vcv-loading-dot-1"}),c.createElement("div",{className:"vcv-loading-dot vcv-loading-dot-2"}));if(s&&1===r)return v;var m="vcv-stock-images-results-container vcv-stock-images-column-count--".concat(n),f="";f=i>0?c.createElement("div",{className:m,ref:function(t){e.resultContainer=t}},this.getItems()):this.getNoResultsElement();var h=a.localizations.free&&a.localizations.free.toLowerCase(),g=p&&p.downloadText,b=p&&p.searchResultKey;return c.createElement("div",{className:"vcv-stock-image-results-wrapper",ref:this.resultsWrapperRef},u&&c.createElement("div",{className:"vcv-stock-images-results-data"},c.createElement("span",null,i," ",h||"free"," ",u.toLowerCase()," ",b),c.createElement("span",null,g)),f,s&&c.createElement("div",{className:"vcv-loading-wrapper"},v))}}]),a}(c.Component);(0,u.default)(T,"propTypes",{searchValue:f().string,scrolledToBottom:f().bool,scrollTop:f().number,isSearchUsed:f().bool,namespace:f().string,filterType:f().string}),(0,u.default)(T,"localizations",L.get("localizations"));var P=(0,y.connect)((function(e){return{portal:e.notifications.portal}}),(function(e){return{addNotification:function(t){return e((0,C.notificationAdded)(t))},activeFullPopupSet:function(t){return e((0,k.activeFullPopupSet)(t))},fullScreenPopupDataSet:function(t){return e((0,k.fullScreenPopupDataSet)(t))}}}))(T);function j(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var R=(0,b.getService)("dataManager"),D=function(e){(0,r.default)(a,e);var t=j(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,e),(0,u.default)((0,s.default)(n),"inputTimeout",0),n.state={inputValue:"",input:!1,searchValue:"",isSearchUsed:!1},n.handleValueChange=n.handleValueChange.bind((0,s.default)(n)),n.handleInputFocus=n.handleInputFocus.bind((0,s.default)(n)),n.handleSearch=n.handleSearch.bind((0,s.default)(n)),n.handleKeyPress=n.handleKeyPress.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentWillUnmount",value:function(){this.inputTimeout&&(window.clearTimeout(this.inputTimeout),this.inputTimeout=0)}},{key:"handleKeyPress",value:function(e){"Enter"===e.key&&(e.preventDefault(),this.handleSearch())}},{key:"handleSearch",value:function(){var e={searchValue:""!==this.state.inputValue?this.state.inputValue:this.state.searchValue};this.state.inputValue&&(e.isSearchUsed=!0),this.setState(e)}},{key:"handleValueChange",value:function(e){this.setState({inputValue:e.currentTarget.value})}},{key:"handleInputFocus",value:function(){var e=this;this.setState({input:!0}),this.inputTimeout=setTimeout((function(){e.setState({input:!1})}),400)}},{key:"getSearch",value:function(){var e=this.props.stockMediaLocalizations,t=e&&e.searchText||"",a=p()({"vcv-ui-search-container":!0,"vcv-ui-editor-field-highlight":this.state.input});return c.createElement("div",{className:a},c.createElement("button",{className:"vcv-ui-search-button",onClick:this.handleSearch},c.createElement("i",{className:"vcv-ui-icon vcv-ui-icon-search"})),c.createElement("input",{className:"vcv-ui-form-input vcv-ui-search-field",onChange:this.handleValueChange,onFocus:this.handleInputFocus,type:"text",value:this.state.inputValue,placeholder:t,onKeyPress:this.handleKeyPress,autoFocus:!0}))}},{key:"render",value:function(){var e=this.props,t=e.backgroundImage,i=e.stockMediaLocalizations,n=e.stockMediaLogo,s=e.vcvAuthorApiKey,r=e.apiUrlKey,l=e.scrollTop,o=e.scrolledToBottom,d=e.sizes,v=e.previewImageSize,m=e.customContainerClass,f=e.goPremiumLink,h=i&&i.getMediaWithPremiumText||"",g=i&&i.getMediaText||"",b=a.localizations?a.localizations.goPremium:"Go Premium",y="";if(R.get("isPremiumActivated")){var C=null;i.poweredByText&&(C=c.createElement("div",{className:"vcv-stock-media-powered-text",dangerouslySetInnerHTML:{__html:i.poweredByText}})),y=c.createElement(c.Fragment,null,c.createElement("span",{className:"vcv-stock-images-unsplash-logo",dangerouslySetInnerHTML:{__html:n}}),c.createElement("p",{className:"vcv-stock-images-subtitle"},g),this.getSearch(),C)}else y=c.createElement(c.Fragment,null,c.createElement("span",{className:"vcv-stock-images-unsplash-logo",dangerouslySetInnerHTML:{__html:n}}),c.createElement("p",{className:"vcv-stock-images-subtitle"},h),c.createElement("a",{className:"vcv-stock-images-button",href:f,target:"_blank",rel:"noopener noreferrer"},b));var k={};!this.state.isSearchUsed&&t&&(k.backgroundImage=t);var x=p()({"vcv-ui-editor-plates-container":!0,"vcv-ui-editor-plate--stock-images":!0,"vcv-ui-editor-plate--stock-images--search-is-used":this.state.isSearchUsed}),w=p()((0,u.default)({"vcv-stock-images-container":!0},m,!!m));return c.createElement(c.Fragment,null,c.createElement("div",{className:x},c.createElement("div",{className:w,style:k},c.createElement("div",{className:"vcv-stock-images-inner"},y))),c.createElement(P,{searchValue:this.state.searchValue,scrolledToBottom:o,scrollTop:l,isSearchUsed:this.state.isSearchUsed,stockMediaLocalizations:i,vcvAuthorApiKey:s,apiUrlKey:r,sizes:d,previewImageSize:v,namespace:this.props.namespace,filterType:this.props.filterType,renderPlace:this.props.renderPlace,isAllowedForThisRole:this.props.isAllowedForThisRole}))}}]),a}(c.Component);(0,u.default)(D,"localizations",R.get("localizations")),(0,u.default)(D,"propTypes",{scrolledToBottom:f().bool,scrollTop:f().number,backgroundImage:f().string,namespace:f().string,filterType:f().string,renderPlace:f().string,onClickGoPremium:f().func,isAllowedForThisRole:f().bool})},"./public/components/stockMedia/unsplashContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return x}});var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),l=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),o=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),u=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),c=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),d=a("./node_modules/react/index.js"),p=a("./public/components/stockMedia/stockMedia.js"),v=a("./node_modules/prop-types/index.js"),m=a.n(v),f=a("./public/sources/images/unsplashLogo.raw"),h=a.n(f),g=a("./node_modules/vc-cake/index.js");function b(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,u.default)(e);if(t){var n=(0,u.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,o.default)(this,a)}}var y=(0,g.getService)("dataManager"),C=["https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-1.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-2.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-3.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-4.jpg","https://cdn.hub.visualcomposer.com/plugin-assets/unsplash-5.jpg"],k=(0,g.getService)("roleManager"),x=function(e){(0,l.default)(a,e);var t=b(a);function a(){var e;(0,n.default)(this,a);for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return e=t.call.apply(t,[this].concat(s)),(0,c.default)((0,r.default)(e),"randomImage",e.getRandomImage()),e}return(0,s.default)(a,[{key:"getRandomImage",value:function(){return C[Math.floor(Math.random()*C.length)]}},{key:"render",value:function(){var e=y.get("localizations"),t={searchText:e?e.searchPhotosOnUnsplash:"Search for free high-resolution photos on Unsplash",getMediaText:e?e.getPhotosText:"Download and Add Free Beautiful Photos to Your Site",getMediaWithPremiumText:e?e.getPhotosWithPremiumText:"Download and Add Free Beautiful Photos to Your Site With Visual Composer Premium",noConnectionToStockMediaText:"".concat(e.noConnectionToUnsplash," #10088")||0,downloadText:e?e.downloadImageFromUnsplash:"Download images from Unsplash to the Media Library",unlockText:e?e.activatePremiumToUnlockStockImages:"Activate Premium to Unlock Unsplash",searchResultKey:e?e.images:"images",hasBeenDownloadedText:e?e.imageDownloadedToMediaLibrary:"The image has been downloaded to the Media Library."},a=[{size:400,title:e?e.small:"Small"},{size:800,title:e?e.medium:"Medium"},{size:1600,title:e?e.large:"Large"}];return d.createElement(p.default,(0,i.default)({stockMediaLogo:h(),backgroundImage:"url(".concat(this.randomImage,")"),stockMediaLocalizations:t,vcvAuthorApiKey:y.get("licenseUnsplashAuthorApiKey"),apiUrlKey:"unsplash",sizes:a,previewImageSize:"small",isAllowedForThisRole:k.can("hub_unsplash",k.defaultTrue())},this.props))}}]),a}(d.Component);(0,c.default)(x,"propTypes",{scrolledToBottom:m().bool,scrollTop:m().number,namespace:m().string,filterType:m().string})},"./public/components/tooltip/tooltip.js":function(e,t,a){"use strict";a.d(t,{default:function(){return f}});var i=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),n=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),s=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),r=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),l=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),o=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),u=a("./node_modules/react/index.js"),c=a("./node_modules/classnames/index.js"),d=a.n(c);function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var v=function(e){(0,r.default)(a,e);var t=p(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).tooltipBoxRef=u.createRef(),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){if(this.tooltipBoxRef&&this.tooltipBoxRef.current){var e=this.tooltipBoxRef.current.getBoundingClientRect(),t=window.document.body.getBoundingClientRect();e.bottom>t.height&&this.props.setTopState(!0)}}},{key:"render",value:function(){return u.createElement("div",{ref:this.tooltipBoxRef,className:"vcv-tooltip-box",style:this.props.boxStyles,dangerouslySetInnerHTML:{__html:this.props.children}})}}]),a}(u.Component);function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,i=(0,o.default)(e);if(t){var n=(0,o.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,l.default)(this,a)}}var f=function(e){(0,r.default)(a,e);var t=m(a);function a(e){var n;return(0,i.default)(this,a),(n=t.call(this,e)).state={isVisible:!1,showAtTop:!1},n.tooltipRef=u.createRef(),n.tooltipButtonRef=u.createRef(),n.handleTooltipClick=n.handleTooltipClick.bind((0,s.default)(n)),n.closeIfNotInside=n.closeIfNotInside.bind((0,s.default)(n)),n.handleMouseEnter=n.handleMouseEnter.bind((0,s.default)(n)),n.handleMouseLeave=n.handleMouseLeave.bind((0,s.default)(n)),n.setTopState=n.setTopState.bind((0,s.default)(n)),n}return(0,n.default)(a,[{key:"componentDidMount",value:function(){var e=this.props.relativeElementSelector||".vcv-ui-scroll";this.overflowContainer=this.tooltipRef.current&&this.tooltipRef.current.closest(e)||document.body}},{key:"componentWillUnmount",value:function(){document.body.removeEventListener("click",this.closeIfNotInside)}},{key:"closeIfNotInside",value:function(e){var t=e.target;t.closest(".vcv-tooltip-box")||t===this.tooltipButtonRef.current||this.handleTooltipClick()}},{key:"handleTooltipClick",value:function(){this.state.isVisible?document.body.removeEventListener("click",this.closeIfNotInside):document.body.addEventListener("click",this.closeIfNotInside),this.setState({isVisible:!this.state.isVisible})}},{key:"getTooltipPosition",value:function(){var e=234,t=this.tooltipRef.current,a=this.overflowContainer,i=t.getBoundingClientRect(),n=a.getBoundingClientRect(),s=-117;return i.left-n.left<117?s=n.left-i.left+3:n.right-i.right<117&&(s=-(e-n.right+i.left+3)),{left:s}}},{key:"handleMouseEnter",value:function(){this.setState({isHovered:!0})}},{key:"handleMouseLeave",value:function(){this.setState({isHovered:!1})}},{key:"setTopState",value:function(){this.setState({showAtTop:!0})}},{key:"render",value:function(){var e=this.state,t=e.isVisible,a=e.isHovered,i=null;if(t||a){var n=this.getTooltipPosition();i=u.createElement(v,{boxStyles:n,setTopState:this.setTopState},this.props.children)}var s=d()({"vcv-tooltip-button":!0,"vcv-ui-icon":!0,"vcv-ui-icon-question":!0,"vcv-ui-icon--active":t||a,"vcv-ui-icon--light-hover":this.props.isLightHover}),r=d()({"vcv-tooltip-container":!0,"vcv-tooltip-container--box-position--top":this.state.showAtTop});return u.createElement("div",{className:r,ref:this.tooltipRef},u.createElement("i",{ref:this.tooltipButtonRef,className:s,onClick:this.handleTooltipClick,onMouseEnter:this.handleMouseEnter,onMouseLeave:this.handleMouseLeave}),i)}}]),a}(u.Component)},"./public/config/hub-services.js":function(e,t,a){a("./public/editor/services/dataManager/service.js"),a("./public/editor/services/utils/service.js"),a("./public/editor/services/roleManager/service.js"),a("./public/editor/services/document/service.js"),a("./public/editor/services/wordpress-post-data/service.js"),a("./public/editor/services/dataProcessor/service.js"),a("./public/editor/services/cook/service.js"),a("./public/editor/services/sharedAssetsLibrary/service.js"),a("./public/editor/services/elementAssetsLibrary/service.js"),a("./public/editor/services/actionsManager/service.js"),a("./public/editor/services/rulesManager/service.js"),a("./public/editor/services/modernAssetsStorage/service.js"),a("./public/editor/services/stylesManager/service.js"),a("./public/editor/services/wpMyTemplates/service.js"),a("./public/editor/services/hubElements/service.js"),a("./public/editor/services/elementAccessPoint/service.js"),a("./public/editor/services/hubAddons/service.js"),a("./public/editor/services/renderProcessor/service.js"),a("./public/editor/services/api/service.js")},"./public/editor/services/actionsManager/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=void 0,s={do:function(e,t,a,i){var n=e.action,r=e.options;s.actions[n||"ping"].call(s,t,a,r,i)},actions:{ping:function(e,t,a){console.log("ping",e,t,a)},toggleVisibility:function(e,t,a){void 0!==a&&(e=a?!e:e),s.actions.updateDependenciesClasses.call(n,e,t,{class:"vcv-ui-state--visible"}),s.actions.updateDependenciesClasses.call(n,!e,t,{class:"vcv-ui-state--hidden"})},toggleSectionVisibility:function(e,t,a){s.actions.toggleVisibility(e,t,a)},attachImageUrls:function(e,t,a,i){t.refAttributeComponent&&t.refAttributeComponent.updateExtraAttributesStates?t.refAttributeComponent.updateExtraAttributesStates("url",e):i.settings(t.key).settings.options.url!==e&&(i.settings(t.key).settings.options.url=e,t.refWrapperComponent.forceUpdate())},updateDependenciesClasses:function(e,t,a,i){var n=(t.refWrapperComponent.state.dependenciesClasses||[]).filter((function(e){return e!==a.class}));e&&n.push(a.class),t.refWrapper.parentNode.parentNode&&t.refWrapperComponent.setState({dependenciesClasses:n})},fieldMethod:function(e,t,a,i){s.actions.attributeComponentMethod(e,t,a,i)},attributeComponentMethod:function(e,t,a,i){t.refAttributeComponent&&t.refAttributeComponent[a.method]&&t.refAttributeComponent[a.method](e,t,a,i)}}};a.n(i)().addService("actionsManager",s)},"./public/editor/services/api/lib/shapes.js":function(e){e.exports={zigzag:{top:{content:'<path d="M19.8994949,3.0755687000000016 20.1005051,3.0755687000000016 30,13 39.8994949,3.0755687000000016 40.1005051,3.0755687000000016 50,13 59.8994949,3.0755687000000016 60.1005051,3.0755687000000016 70,13 79.8994949,3.0755687000000016 80.1005051,3.0755687000000016 90,13 99.8994949,3.0755687000000016 100.100505,3.0755687000000016 110,13 119.899495,3.0755687000000016 120.100505,3.0755687000000016 130,13 139.899495,3.0755687000000016 140.100505,3.0755687000000016 150,13 159.899495,3.0755687000000016 160.100505,3.0755687000000016 170,13 179.899495,3.0755687000000016 180.100505,3.0755687000000016 190,13 199.899495,3.0755687000000016 200.100505,3.0755687000000016 210,13 219.899495,3.0755687000000016 220.100505,3.0755687000000016 230,13 239.899495,3.0755687000000016 240.100505,3.0755687000000016 250,13 259.899495,3.0755687000000016 260.100505,3.0755687000000016 270,13 279.899495,3.0755687000000016 280.100505,3.0755687000000016 290,13 299.899495,3.0755687000000016 300.100505,3.0755687000000016 310,13 319.899495,3.0755687000000016 320.100505,3.0755687000000016 330,13 339.899495,3.0755687000000016 340.100505,3.0755687000000016 350,13 359.899495,3.0755687000000016 360.100505,3.0755687000000016 370,13 379.899495,3.0755687000000016 380.100505,3.0755687000000016 390,13 399.899495,3.0755687000000016 400.100505,3.0755687000000016 410,13 419.899495,3.0755687000000016 420.100505,3.0755687000000016 430,13 439.899495,3.0755687000000016 440.100505,3.0755687000000016 450,13 459.899495,3.0755687000000016 460.100505,3.0755687000000016 470,13 479.899495,3.0755687000000016 480.100505,3.0755687000000016 490,13 499.899495,3.0755687000000016 500,3.0755687000000016 500,0 0,0 0,3.0755687000000016 0.100505063,3.0755687000000016 10,13 19.8994949,3.0755687000000016 Z"></path>',unitContent:'<path d="M0.039798989800000004,0.7518892175 0.0402010102,0.7518892175 0.06,1 0.0797989898,0.7518892175 0.0802010102,0.7518892175 0.1,1 0.1197989898,0.7518892175 0.1202010102,0.7518892175 0.14,1 0.15979898979999999,0.7518892175 0.16020101020000002,0.7518892175 0.18,1 0.1997989898,0.7518892175 0.20020100999999998,0.7518892175 0.22,1 0.23979899,0.7518892175 0.24020101,0.7518892175 0.26,1 0.27979899,0.7518892175 0.28020101,0.7518892175 0.3,1 0.31979899,0.7518892175 0.32020101,0.7518892175 0.34,1 0.35979899,0.7518892175 0.36020101,0.7518892175 0.38,1 0.39979899,0.7518892175 0.40020101,0.7518892175 0.42,1 0.43979899,0.7518892175 0.44020101,0.7518892175 0.46,1 0.47979899,0.7518892175 0.48020101,0.7518892175 0.5,1 0.51979899,0.7518892175 0.52020101,0.7518892175 0.54,1 0.55979899,0.7518892175 0.56020101,0.7518892175 0.58,1 0.59979899,0.7518892175 0.60020101,0.7518892175 0.62,1 0.63979899,0.7518892175 0.64020101,0.7518892175 0.66,1 0.67979899,0.7518892175 0.68020101,0.7518892175 0.7,1 0.71979899,0.7518892175 0.72020101,0.7518892175 0.74,1 0.75979899,0.7518892175 0.76020101,0.7518892175 0.78,1 0.79979899,0.7518892175 0.80020101,0.7518892175 0.82,1 0.83979899,0.7518892175 0.84020101,0.7518892175 0.86,1 0.8797989900000001,0.7518892175 0.88020101,0.7518892175 0.9,1 0.91979899,0.7518892175 0.92020101,0.7518892175 0.94,1 0.95979899,0.7518892175 0.96020101,0.7518892175 0.98,1 0.99979899,0.7518892175 1,0.7518892175 1,0 0,0 0,0.7518892175 0.000201010126,0.7518892175 0.02,1 0.039798989800000004,0.7518892175 Z"></path>'},bottom:{content:'<path d="M19.8994949,37.924431330000004 L20.1005051,37.924431330000004 30,28 39.8994949,37.924431330000004 40.1005051,37.924431330000004 50,28.00000000000003 59.8994949,37.924431330000004 60.1005051,37.924431330000004 70,28.00000000000003 79.8994949,37.924431330000004 80.1005051,37.924431330000004 90,28 99.8994949,37.924431330000004 100.100505,37.924431330000004 110,28.00000000000003 119.899495,37.924431330000004 120.100505,37.924431330000004 130,28.00000000000003 139.899495,37.924431330000004 140.100505,37.924431330000004 150,28 159.899495,37.924431330000004 160.100505,37.924431330000004 170,28.00000000000003 179.899495,37.924431330000004 180.100505,37.924431330000004 190,28.00000000000003 199.899495,37.924431330000004 200.100505,37.924431330000004 210,28 219.899495,37.924431330000004 220.100505,37.924431330000004 230,28.00000000000003 239.899495,37.924431330000004 240.100505,37.924431330000004 250,28.00000000000003 259.899495,37.924431330000004 260.100505,37.924431330000004 270,28.00000000000003 279.899495,37.924431330000004 280.100505,37.924431330000004 290,28.00000000000003 299.899495,37.924431330000004 300.100505,37.924431330000004 310,28 319.899495,37.924431330000004 320.100505,37.924431330000004 330,28.00000000000003 339.899495,37.924431330000004 340.100505,37.924431330000004 350,28.00000000000003 359.899495,37.924431330000004 360.100505,37.924431330000004 370,28 379.899495,37.924431330000004 380.100505,37.924431330000004 390,28.00000000000003 399.899495,37.924431330000004 400.100505,37.924431330000004 410,28.00000000000003 419.899495,37.924431330000004 420.100505,37.924431330000004 430,28 439.899495,37.924431330000004 440.100505,37.924431330000004 450,28.00000000000003 459.899495,37.924431330000004 460.100505,37.924431330000004 470,28.00000000000003 479.899495,37.924431330000004 480.100505,37.924431330000004 490,28 499.899495,37.924431330000004 500,37.924431330000004 500,40 0,40 0,37.924431330000004 0.100505063,37.924431330000004 10,28.00000000000003 19.8994949,37.924431330000004 Z"></path>',unitContent:'<path d="M0.039798989800000004,0.9481107832500001 L0.0402010102,0.9481107832500001 0.06,0.7 0.0797989898,0.9481107832500001 0.0802010102,0.9481107832500001 0.1,0.7000000000000007 0.1197989898,0.9481107832500001 0.1202010102,0.9481107832500001 0.14,0.7000000000000007 0.15979898979999999,0.9481107832500001 0.16020101020000002,0.9481107832500001 0.18,0.7 0.1997989898,0.9481107832500001 0.20020100999999998,0.9481107832500001 0.22,0.7000000000000007 0.23979899,0.9481107832500001 0.24020101,0.9481107832500001 0.26,0.7000000000000007 0.27979899,0.9481107832500001 0.28020101,0.9481107832500001 0.3,0.7 0.31979899,0.9481107832500001 0.32020101,0.9481107832500001 0.34,0.7000000000000007 0.35979899,0.9481107832500001 0.36020101,0.9481107832500001 0.38,0.7000000000000007 0.39979899,0.9481107832500001 0.40020101,0.9481107832500001 0.42,0.7 0.43979899,0.9481107832500001 0.44020101,0.9481107832500001 0.46,0.7000000000000007 0.47979899,0.9481107832500001 0.48020101,0.9481107832500001 0.5,0.7000000000000007 0.51979899,0.9481107832500001 0.52020101,0.9481107832500001 0.54,0.7000000000000007 0.55979899,0.9481107832500001 0.56020101,0.9481107832500001 0.58,0.7000000000000007 0.59979899,0.9481107832500001 0.60020101,0.9481107832500001 0.62,0.7 0.63979899,0.9481107832500001 0.64020101,0.9481107832500001 0.66,0.7000000000000007 0.67979899,0.9481107832500001 0.68020101,0.9481107832500001 0.7,0.7000000000000007 0.71979899,0.9481107832500001 0.72020101,0.9481107832500001 0.74,0.7 0.75979899,0.9481107832500001 0.76020101,0.9481107832500001 0.78,0.7000000000000007 0.79979899,0.9481107832500001 0.80020101,0.9481107832500001 0.82,0.7000000000000007 0.83979899,0.9481107832500001 0.84020101,0.9481107832500001 0.86,0.7 0.8797989900000001,0.9481107832500001 0.88020101,0.9481107832500001 0.9,0.7000000000000007 0.91979899,0.9481107832500001 0.92020101,0.9481107832500001 0.94,0.7000000000000007 0.95979899,0.9481107832500001 0.96020101,0.9481107832500001 0.98,0.7 0.99979899,0.9481107832500001 1,0.9481107832500001 1,1 0,1 0,0.9481107832500001 0.000201010126,0.9481107832500001 0.02,0.7000000000000007 0.039798989800000004,0.9481107832500001 Z"></path>'},viewBox:{height:"40",width:"500"}},"zigzag-1":{top:{content:'<path d="M407.445531,8 L400.225521,1.0528981000000002 393.149197,8 385.929187,1.0528981000000002 378.852862,8 371.632852,1.0528981000000002 364.556528,8 357.031959,1.3518948999999978 350.260193,8 343.183869,1.0528981000000002 335.963859,8 328.887534,1.0528981000000002 321.667524,8 314.5912,1.0528981000000002 307.37119,8 300.294866,1.0528981000000002 293.074856,8 285.998531,1.0528981000000002 278.778521,8 271.702197,1.0528981000000002 264.482187,8 257.405862,1.0528981000000002 250.185852,8 243.109528,1.0528981000000002 235.889518,8 228.813193,1.0528981000000002 221.593184,8 214.516859,1.0528981000000002 207.296849,8 200.220525,1.0528981000000002 193.000515,8 185.92419,1.0528981000000002 178.70418,8 171.627856,1.0528981000000002 164.407846,8 157.331521,1.0528981000000002 150.111511,8 143.035187,1.0528981000000002 135.815177,8 128.738852,1.0528981000000002 121.518843,8 114.442518,1.0528981000000002 107.222508,8 100.146184,1.0528981000000002 92.9261737,8 85.8498492,1.0528981000000002 78.6298393,8 71.5535148,1.0528981000000002 64.3335049,8 57.2571804,1.0528981000000002 50.0371705,8 42.960846,1.0528981000000002 35.740836,8 28.6645115,1.0528981000000002 21.4445016,8 14.3681771,1.0528981000000002 7.14816721,8 0.0718426999,1.0528981000000002 0,0 500,0 499.928157,1.0528981000000002 492.851833,8 485.631823,1.0528981000000002 478.555498,8 471.335488,1.0528981000000002 464.259164,8 457.039154,1.0528981000000002 449.96283,8 442.438261,1.3518948999999978 435.666495,8 428.446485,1.0528981000000002 421.370161,8 414.412265,1.1604876000000033 Z"></path>',unitContent:'<path d="M0.814891062,1 L0.8004510420000001,0.8263224525 0.786298394,1 0.771858374,0.8263224525 0.757705724,1 0.743265704,0.8263224525 0.729113056,1 0.7140639179999999,0.8337973725 0.700520386,1 0.6863677380000001,0.8263224525 0.6719277180000001,1 0.6577750680000001,0.8263224525 0.6433350480000001,1 0.6291824,0.8263224525 0.61474238,1 0.600589732,0.8263224525 0.586149712,1 0.571997062,0.8263224525 0.557557042,1 0.5434043940000001,0.8263224525 0.5289643740000001,1 0.5148117240000001,0.8263224525 0.500371704,1 0.48621905600000004,0.8263224525 0.47177903600000004,1 0.45762638600000005,0.8263224525 0.443186368,1 0.429033718,0.8263224525 0.414593698,1 0.40044105,0.8263224525 0.38600103,1 0.37184838000000003,0.8263224525 0.35740836000000004,1 0.343255712,0.8263224525 0.328815692,1 0.314663042,0.8263224525 0.300223022,1 0.286070374,0.8263224525 0.271630354,1 0.25747770400000003,0.8263224525 0.243037686,1 0.22888503600000001,0.8263224525 0.21444501600000002,1 0.200292368,0.8263224525 0.1858523474,1 0.1716996984,0.8263224525 0.1572596786,1 0.1431070296,0.8263224525 0.12866700979999998,1 0.1145143608,0.8263224525 0.100074341,1 0.085921692,0.8263224525 0.07148167200000001,1 0.057329023,0.8263224525 0.0428890032,1 0.0287363542,0.8263224525 0.014296334420000001,1 0.0001436853998,0.8263224525 0,0 1,0 0.999856314,0.8263224525 0.985703666,1 0.971263646,0.8263224525 0.957110996,1 0.942670976,0.8263224525 0.928518328,1 0.914078308,0.8263224525 0.89992566,1 0.884876522,0.8337973725 0.87133299,1 0.85689297,0.8263224525 0.842740322,1 0.82882453,0.82901219 Z"></path>'},bottom:{content:'<path d="M407.445531,32 L414.412265,38.839512389999996 421.370161,32.00000000000003 428.446485,38.94710193 435.666495,32 442.438261,38.64810509 449.96283,32 457.039154,38.94710193 464.259164,32 471.335488,38.94710193 478.555498,32 485.631823,38.94710193 492.851833,32 499.928157,38.94710193 500,40 0,40 0.0718426999,38.94710193 7.14816721,32.00000000000003 14.3681771,38.94710193 21.4445016,32 28.6645115,38.94710193 35.740836,32.00000000000003 42.960846,38.94710193 50.0371705,32.00000000000003 57.2571804,38.94710193 64.3335049,32 71.5535148,38.94710193 78.6298393,32.00000000000003 85.8498492,38.94710193 92.9261737,32.00000000000003 100.146184,38.94710193 107.222508,32 114.442518,38.94710193 121.518843,32.00000000000003 128.738852,38.94710193 135.815177,32.00000000000003 143.035187,38.94710193 150.111511,32 157.331521,38.94710193 164.407846,32.00000000000003 171.627856,38.94710193 178.70418,32.00000000000003 185.92419,38.94710193 193.000515,32.00000000000003 200.220525,38.94710193 207.296849,32.00000000000003 214.516859,38.94710193 221.593184,32 228.813193,38.94710193 235.889518,32.00000000000003 243.109528,38.94710193 250.185852,32.00000000000003 257.405862,38.94710193 264.482187,32 271.702197,38.94710193 278.778521,32.00000000000003 285.998531,38.94710193 293.074856,32.00000000000003 300.294866,38.94710193 307.37119,32 314.5912,38.94710193 321.667524,32.00000000000003 328.887534,38.94710193 335.963859,32.00000000000003 343.183869,38.94710193 350.260193,32 357.031959,38.64810509 364.556528,32 371.632852,38.94710193 378.852862,32 385.929187,38.94710193 393.149197,32 400.225521,38.94710193 Z"></path>',unitContent:'<path d="M0.814891062,0.8 L0.82882453,0.9709878097499999 0.842740322,0.8000000000000007 0.85689297,0.9736775482500001 0.87133299,0.8 0.884876522,0.9662026272500001 0.89992566,0.8 0.914078308,0.9736775482500001 0.928518328,0.8 0.942670976,0.9736775482500001 0.957110996,0.8 0.971263646,0.9736775482500001 0.985703666,0.8 0.999856314,0.9736775482500001 1,1 0,1 0.0001436853998,0.9736775482500001 0.014296334420000001,0.8000000000000007 0.0287363542,0.9736775482500001 0.0428890032,0.8 0.057329023,0.9736775482500001 0.07148167200000001,0.8000000000000007 0.085921692,0.9736775482500001 0.100074341,0.8000000000000007 0.1145143608,0.9736775482500001 0.12866700979999998,0.8 0.1431070296,0.9736775482500001 0.1572596786,0.8000000000000007 0.1716996984,0.9736775482500001 0.1858523474,0.8000000000000007 0.200292368,0.9736775482500001 0.21444501600000002,0.8 0.22888503600000001,0.9736775482500001 0.243037686,0.8000000000000007 0.25747770400000003,0.9736775482500001 0.271630354,0.8000000000000007 0.286070374,0.9736775482500001 0.300223022,0.8 0.314663042,0.9736775482500001 0.328815692,0.8000000000000007 0.343255712,0.9736775482500001 0.35740836000000004,0.8000000000000007 0.37184838000000003,0.9736775482500001 0.38600103,0.8000000000000007 0.40044105,0.9736775482500001 0.414593698,0.8000000000000007 0.429033718,0.9736775482500001 0.443186368,0.8 0.45762638600000005,0.9736775482500001 0.47177903600000004,0.8000000000000007 0.48621905600000004,0.9736775482500001 0.500371704,0.8000000000000007 0.5148117240000001,0.9736775482500001 0.5289643740000001,0.8 0.5434043940000001,0.9736775482500001 0.557557042,0.8000000000000007 0.571997062,0.9736775482500001 0.586149712,0.8000000000000007 0.600589732,0.9736775482500001 0.61474238,0.8 0.6291824,0.9736775482500001 0.6433350480000001,0.8000000000000007 0.6577750680000001,0.9736775482500001 0.6719277180000001,0.8000000000000007 0.6863677380000001,0.9736775482500001 0.700520386,0.8 0.7140639179999999,0.9662026272500001 0.729113056,0.8 0.743265704,0.9736775482500001 0.757705724,0.8 0.771858374,0.9736775482500001 0.786298394,0.8 0.8004510420000001,0.9736775482500001 Z"></path>'},viewBox:{height:"40",width:"500"}},"rounded-zigzag":{top:{content:'<path d="M27.8579427,9.895283399999997 C29.0409683,11.0576863 30.9492052,11.048403800000003 32.12369,9.870960500000002 L37.7758049,4.204608200000003 C38.9486865,3.028772100000001 40.858832,3.0181824000000006 42.0415523,4.180285300000001 L47.8579427,9.895283399999997 C49.0409683,11.0576863 50.9492052,11.048403800000003 52.12369,9.870960500000002 L57.7758049,4.204608200000003 C58.9486865,3.028772100000001 60.858832,3.0181824000000006 62.0415523,4.180285300000001 L67.8579427,9.895283399999997 C69.0409683,11.0576863 70.9492052,11.048403800000003 72.12369,9.870960500000002 L77.7758049,4.204608200000003 C78.9486865,3.028772100000001 80.858832,3.0181824000000006 82.0415523,4.180285300000001 L87.8579427,9.895283399999997 C89.0409683,11.0576863 90.9492052,11.048403800000003 92.12369,9.870960500000002 L97.7758049,4.204608200000003 C98.9486865,3.028772100000001 100.858832,3.0181824000000006 102.041552,4.180285300000001 L107.857943,9.895283399999997 C109.040968,11.0576863 110.949205,11.048403800000003 112.12369,9.870960500000002 L117.775805,4.204608200000003 C118.948687,3.028772100000001 120.858832,3.0181824000000006 122.041552,4.180285300000001 L127.857943,9.895283399999997 C129.040968,11.0576863 130.949205,11.048403800000003 132.12369,9.870960500000002 L137.775805,4.204608200000003 C138.948687,3.028772100000001 140.858832,3.0181824000000006 142.041552,4.180285300000001 L147.857943,9.895283399999997 C149.040968,11.0576863 150.949205,11.048403800000003 152.12369,9.870960500000002 L157.775805,4.204608200000003 C158.948687,3.028772100000001 160.858832,3.0181824000000006 162.041552,4.180285300000001 L167.857943,9.895283399999997 C169.040968,11.0576863 170.949205,11.048403800000003 172.12369,9.870960500000002 L177.775805,4.204608200000003 C178.948687,3.028772100000001 180.858832,3.0181824000000006 182.041552,4.180285300000001 L187.857943,9.895283399999997 C189.040968,11.0576863 190.949205,11.048403800000003 192.12369,9.870960500000002 L197.775805,4.204608200000003 C198.948687,3.028772100000001 200.858832,3.0181824000000006 202.041552,4.180285300000001 L207.857943,9.895283399999997 C209.040968,11.0576863 210.949205,11.048403800000003 212.12369,9.870960500000002 L217.775805,4.204608200000003 C218.948687,3.028772100000001 220.858832,3.0181824000000006 222.041552,4.180285300000001 L227.857943,9.895283399999997 C229.040968,11.0576863 230.949205,11.048403800000003 232.12369,9.870960500000002 L237.775805,4.204608200000003 C238.948687,3.028772100000001 240.858832,3.0181824000000006 242.041552,4.180285300000001 L247.857943,9.895283399999997 C249.040968,11.0576863 250.949205,11.048403800000003 252.12369,9.870960500000002 L257.775805,4.204608200000003 C258.948687,3.028772100000001 260.858832,3.0181824000000006 262.041552,4.180285300000001 L267.857943,9.895283399999997 C269.040968,11.0576863 270.949205,11.048403800000003 272.12369,9.870960500000002 L277.775805,4.204608200000003 C278.948687,3.028772100000001 280.858832,3.0181824000000006 282.041552,4.180285300000001 L287.857943,9.895283399999997 C289.040968,11.0576863 290.949205,11.048403800000003 292.12369,9.870960500000002 L297.775805,4.204608200000003 C298.948687,3.028772100000001 300.858832,3.0181824000000006 302.041552,4.180285300000001 L307.857943,9.895283399999997 C309.040968,11.0576863 310.949205,11.048403800000003 312.12369,9.870960500000002 L317.775805,4.204608200000003 C318.948687,3.028772100000001 320.858832,3.0181824000000006 322.041552,4.180285300000001 L327.857943,9.895283399999997 C329.040968,11.0576863 330.949205,11.048403800000003 332.12369,9.870960500000002 L337.775805,4.204608200000003 C338.948687,3.028772100000001 340.858832,3.0181824000000006 342.041552,4.180285300000001 L347.857943,9.895283399999997 C349.040968,11.0576863 350.949205,11.048403800000003 352.12369,9.870960500000002 L357.775805,4.204608200000003 C358.948687,3.028772100000001 360.858832,3.0181824000000006 362.041552,4.180285300000001 L367.857943,9.895283399999997 C369.040968,11.0576863 370.949205,11.048403800000003 372.12369,9.870960500000002 L377.775805,4.204608200000003 C378.948687,3.028772100000001 380.858832,3.0181824000000006 382.041552,4.180285300000001 L387.857943,9.895283399999997 C389.040968,11.0576863 390.949205,11.048403800000003 392.12369,9.870960500000002 L397.775805,4.204608200000003 C398.948687,3.028772100000001 400.858832,3.0181824000000006 402.041552,4.180285300000001 L407.857943,9.895283399999997 C409.040968,11.0576863 410.949205,11.048403800000003 412.12369,9.870960500000002 L417.775805,4.204608200000003 C418.948687,3.028772100000001 420.858832,3.0181824000000006 422.041552,4.180285300000001 L427.857943,9.895283399999997 C429.040968,11.0576863 430.949205,11.048403800000003 432.12369,9.870960500000002 L437.775805,4.204608200000003 C438.948687,3.028772100000001 440.858832,3.0181824000000006 442.041552,4.180285300000001 L447.857943,9.895283399999997 C449.040968,11.0576863 450.949205,11.048403800000003 452.12369,9.870960500000002 L457.775805,4.204608200000003 C458.948687,3.028772100000001 460.858832,3.0181824000000006 462.041552,4.180285300000001 L467.857943,9.895283399999997 C469.040968,11.0576863 470.949205,11.048403800000003 472.12369,9.870960500000002 L477.775805,4.204608200000003 C478.948687,3.028772100000001 480.858832,3.0181824000000006 482.041552,4.180285300000001 L487.857943,9.895283399999997 C489.040968,11.0576863 490.950255,11.055788800000002 492.129585,9.881928799999997 C492.129585,9.881928799999997 496.405273,5.644531200000003 499.899495,2.0755687000000016 C500,-12.265625 500,0 500,0 L4.26325641e-13,0 C4.26325641e-13,0 4.54747351e-13,-12.2490234 4.26325641e-13,2.0755687000000016 C3.47265625,6.467773399999999 7.76196551,10.027346999999999 7.76196551,10.027346999999999 C8.99799783,11.116813200000003 10.9492052,11.048403800000003 12.12369,9.870960500000002 L17.7758049,4.204608200000003 C18.9486865,3.028772100000001 20.858832,3.0181824000000006 22.0415523,4.180285300000001 L27.8579427,9.895283399999997 Z"></path>',unitContent:'<path d="M0.0557158854,0.2537252153846153 C0.0580819366,0.28353041794871797 0.061898410400000006,0.2832924051282052 0.06424738,0.25310155128205136 L0.07555160979999999,0.10781046666666673 C0.077897373,0.07766082307692311 0.081717664,0.07738929230769233 0.0840831046,0.1071868025641026 L0.0957158854,0.2537252153846153 C0.0980819366,0.28353041794871797 0.1018984104,0.2832924051282052 0.10424738,0.25310155128205136 L0.1155516098,0.10781046666666673 C0.117897373,0.07766082307692311 0.121717664,0.07738929230769233 0.1240831046,0.1071868025641026 L0.13571588539999999,0.2537252153846153 C0.1380819366,0.28353041794871797 0.14189841039999998,0.2832924051282052 0.14424737999999998,0.25310155128205136 L0.1555516098,0.10781046666666673 C0.15789737299999998,0.07766082307692311 0.161717664,0.07738929230769233 0.1640831046,0.1071868025641026 L0.1757158854,0.2537252153846153 C0.17808193660000002,0.28353041794871797 0.1818984104,0.2832924051282052 0.18424738,0.25310155128205136 L0.1955516098,0.10781046666666673 C0.197897373,0.07766082307692311 0.20171766400000002,0.07738929230769233 0.204083104,0.1071868025641026 L0.21571588600000002,0.2537252153846153 C0.218081936,0.28353041794871797 0.22189841000000002,0.2832924051282052 0.22424738,0.25310155128205136 L0.23555161000000002,0.10781046666666673 C0.23789737400000002,0.07766082307692311 0.24171766400000003,0.07738929230769233 0.244083104,0.1071868025641026 L0.255715886,0.2537252153846153 C0.258081936,0.28353041794871797 0.26189841,0.2832924051282052 0.26424738000000003,0.25310155128205136 L0.27555161,0.10781046666666673 C0.27789737400000003,0.07766082307692311 0.28171766400000003,0.07738929230769233 0.284083104,0.1071868025641026 L0.29571588600000004,0.2537252153846153 C0.298081936,0.28353041794871797 0.30189841,0.2832924051282052 0.30424738,0.25310155128205136 L0.31555161,0.10781046666666673 C0.317897374,0.07766082307692311 0.321717664,0.07738929230769233 0.324083104,0.1071868025641026 L0.335715886,0.2537252153846153 C0.33808193599999997,0.28353041794871797 0.34189841,0.2832924051282052 0.34424738000000005,0.25310155128205136 L0.35555160999999996,0.10781046666666673 C0.357897374,0.07766082307692311 0.361717664,0.07738929230769233 0.364083104,0.1071868025641026 L0.375715886,0.2537252153846153 C0.378081936,0.28353041794871797 0.38189841,0.2832924051282052 0.38424738,0.25310155128205136 L0.39555161,0.10781046666666673 C0.397897374,0.07766082307692311 0.40171766400000003,0.07738929230769233 0.40408310399999997,0.1071868025641026 L0.41571588600000003,0.2537252153846153 C0.418081936,0.28353041794871797 0.42189841,0.2832924051282052 0.42424738,0.25310155128205136 L0.43555161,0.10781046666666673 C0.437897374,0.07766082307692311 0.441717664,0.07738929230769233 0.444083104,0.1071868025641026 L0.455715886,0.2537252153846153 C0.45808193599999997,0.28353041794871797 0.46189841000000004,0.2832924051282052 0.46424738000000004,0.25310155128205136 L0.47555160999999996,0.10781046666666673 C0.477897374,0.07766082307692311 0.481717664,0.07738929230769233 0.484083104,0.1071868025641026 L0.495715886,0.2537252153846153 C0.498081936,0.28353041794871797 0.50189841,0.2832924051282052 0.50424738,0.25310155128205136 L0.5155516099999999,0.10781046666666673 C0.517897374,0.07766082307692311 0.521717664,0.07738929230769233 0.524083104,0.1071868025641026 L0.535715886,0.2537252153846153 C0.5380819360000001,0.28353041794871797 0.54189841,0.2832924051282052 0.5442473800000001,0.25310155128205136 L0.55555161,0.10781046666666673 C0.5578973740000001,0.07766082307692311 0.561717664,0.07738929230769233 0.5640831040000001,0.1071868025641026 L0.575715886,0.2537252153846153 C0.578081936,0.28353041794871797 0.58189841,0.2832924051282052 0.58424738,0.25310155128205136 L0.59555161,0.10781046666666673 C0.597897374,0.07766082307692311 0.601717664,0.07738929230769233 0.6040831040000001,0.1071868025641026 L0.6157158859999999,0.2537252153846153 C0.618081936,0.28353041794871797 0.62189841,0.2832924051282052 0.62424738,0.25310155128205136 L0.6355516099999999,0.10781046666666673 C0.637897374,0.07766082307692311 0.641717664,0.07738929230769233 0.644083104,0.1071868025641026 L0.655715886,0.2537252153846153 C0.6580819360000001,0.28353041794871797 0.66189841,0.2832924051282052 0.66424738,0.25310155128205136 L0.67555161,0.10781046666666673 C0.677897374,0.07766082307692311 0.681717664,0.07738929230769233 0.684083104,0.1071868025641026 L0.695715886,0.2537252153846153 C0.698081936,0.28353041794871797 0.70189841,0.2832924051282052 0.70424738,0.25310155128205136 L0.71555161,0.10781046666666673 C0.717897374,0.07766082307692311 0.721717664,0.07738929230769233 0.7240831040000001,0.1071868025641026 L0.7357158859999999,0.2537252153846153 C0.738081936,0.28353041794871797 0.74189841,0.2832924051282052 0.74424738,0.25310155128205136 L0.7555516099999999,0.10781046666666673 C0.757897374,0.07766082307692311 0.761717664,0.07738929230769233 0.764083104,0.1071868025641026 L0.775715886,0.2537252153846153 C0.7780819360000001,0.28353041794871797 0.78189841,0.2832924051282052 0.78424738,0.25310155128205136 L0.79555161,0.10781046666666673 C0.797897374,0.07766082307692311 0.801717664,0.07738929230769233 0.804083104,0.1071868025641026 L0.815715886,0.2537252153846153 C0.818081936,0.28353041794871797 0.82189841,0.2832924051282052 0.82424738,0.25310155128205136 L0.83555161,0.10781046666666673 C0.837897374,0.07766082307692311 0.841717664,0.07738929230769233 0.8440831040000001,0.1071868025641026 L0.8557158859999999,0.2537252153846153 C0.858081936,0.28353041794871797 0.86189841,0.2832924051282052 0.86424738,0.25310155128205136 L0.87555161,0.10781046666666673 C0.877897374,0.07766082307692311 0.8817176640000001,0.07738929230769233 0.884083104,0.1071868025641026 L0.895715886,0.2537252153846153 C0.8980819360000001,0.28353041794871797 0.90189841,0.2832924051282052 0.90424738,0.25310155128205136 L0.91555161,0.10781046666666673 C0.917897374,0.07766082307692311 0.921717664,0.07738929230769233 0.924083104,0.1071868025641026 L0.935715886,0.2537252153846153 C0.938081936,0.28353041794871797 0.94189841,0.2832924051282052 0.94424738,0.25310155128205136 L0.95555161,0.10781046666666673 C0.957897374,0.07766082307692311 0.961717664,0.07738929230769233 0.9640831040000001,0.1071868025641026 L0.9757158859999999,0.2537252153846153 C0.978081936,0.28353041794871797 0.98190051,0.28348176410256415 0.9842591700000001,0.2533827897435897 C0.9842591700000001,0.2533827897435897 0.9928105460000001,0.1447315692307693 0.99979899,0.0532197102564103 C1,-0.3145032051282051 1,0 1,0 L8.52651282e-16,0 C8.52651282e-16,0 9.09494702e-16,-0.3140775230769231 8.52651282e-16,0.0532197102564103 C0.0069453125,0.16584034358974356 0.01552393102,0.2571114615384615 0.01552393102,0.2571114615384615 C0.01799599566,0.28504649230769236 0.0218984104,0.2832924051282052 0.02424738,0.25310155128205136 L0.0355516098,0.10781046666666673 C0.037897373000000005,0.07766082307692311 0.041717664,0.07738929230769233 0.0440831046,0.1071868025641026 L0.0557158854,0.2537252153846153 Z"></path>'},bottom:{content:'<path d="M27.8579427,29.10471663 C29.0409683,27.9423137307 30.9492052,27.951596197 32.12369,29.12903951 L37.7758049,34.79539182 C38.9486865,35.97122787 40.858832,35.98181761 42.0415523,34.8197147 L47.8579427,29.10471663 C49.0409683,27.9423137307 50.9492052,27.951596197 52.12369,29.12903951 L57.7758049,34.79539182 C58.9486865,35.97122787 60.858832,35.98181761 62.0415523,34.8197147 L67.8579427,29.10471663 C69.0409683,27.9423137307 70.9492052,27.951596197 72.12369,29.12903951 L77.7758049,34.79539182 C78.9486865,35.97122787 80.858832,35.98181761 82.0415523,34.8197147 L87.8579427,29.10471663 C89.0409683,27.9423137307 90.9492052,27.951596197 92.12369,29.12903951 L97.7758049,34.79539182 C98.9486865,35.97122787 100.858832,35.98181761 102.041552,34.8197147 L107.857943,29.10471663 C109.040968,27.9423137307 110.949205,27.951596197 112.12369,29.12903951 L117.775805,34.79539182 C118.948687,35.97122787 120.858832,35.98181761 122.041552,34.8197147 L127.857943,29.10471663 C129.040968,27.9423137307 130.949205,27.951596197 132.12369,29.12903951 L137.775805,34.79539182 C138.948687,35.97122787 140.858832,35.98181761 142.041552,34.8197147 L147.857943,29.10471663 C149.040968,27.9423137307 150.949205,27.951596197 152.12369,29.12903951 L157.775805,34.79539182 C158.948687,35.97122787 160.858832,35.98181761 162.041552,34.8197147 L167.857943,29.10471663 C169.040968,27.9423137307 170.949205,27.951596197 172.12369,29.12903951 L177.775805,34.79539182 C178.948687,35.97122787 180.858832,35.98181761 182.041552,34.8197147 L187.857943,29.10471663 C189.040968,27.9423137307 190.949205,27.951596197 192.12369,29.12903951 L197.775805,34.79539182 C198.948687,35.97122787 200.858832,35.98181761 202.041552,34.8197147 L207.857943,29.10471663 C209.040968,27.9423137307 210.949205,27.951596197 212.12369,29.12903951 L217.775805,34.79539182 C218.948687,35.97122787 220.858832,35.98181761 222.041552,34.8197147 L227.857943,29.10471663 C229.040968,27.9423137307 230.949205,27.951596197 232.12369,29.12903951 L237.775805,34.79539182 C238.948687,35.97122787 240.858832,35.98181761 242.041552,34.8197147 L247.857943,29.10471663 C249.040968,27.9423137307 250.949205,27.951596197 252.12369,29.12903951 L257.775805,34.79539182 C258.948687,35.97122787 260.858832,35.98181761 262.041552,34.8197147 L267.857943,29.10471663 C269.040968,27.9423137307 270.949205,27.951596197 272.12369,29.12903951 L277.775805,34.79539182 C278.948687,35.97122787 280.858832,35.98181761 282.041552,34.8197147 L287.857943,29.10471663 C289.040968,27.9423137307 290.949205,27.951596197 292.12369,29.12903951 L297.775805,34.79539182 C298.948687,35.97122787 300.858832,35.98181761 302.041552,34.8197147 L307.857943,29.10471663 C309.040968,27.9423137307 310.949205,27.951596197 312.12369,29.12903951 L317.775805,34.79539182 C318.948687,35.97122787 320.858832,35.98181761 322.041552,34.8197147 L327.857943,29.10471663 C329.040968,27.9423137307 330.949205,27.951596197 332.12369,29.12903951 L337.775805,34.79539182 C338.948687,35.97122787 340.858832,35.98181761 342.041552,34.8197147 L347.857943,29.10471663 C349.040968,27.9423137307 350.949205,27.951596197 352.12369,29.12903951 L357.775805,34.79539182 C358.948687,35.97122787 360.858832,35.98181761 362.041552,34.8197147 L367.857943,29.10471663 C369.040968,27.9423137307 370.949205,27.951596197 372.12369,29.12903951 L377.775805,34.79539182 C378.948687,35.97122787 380.858832,35.98181761 382.041552,34.8197147 L387.857943,29.10471663 C389.040968,27.9423137307 390.949205,27.951596197 392.12369,29.12903951 L397.775805,34.79539182 C398.948687,35.97122787 400.858832,35.98181761 402.041552,34.8197147 L407.857943,29.10471663 C409.040968,27.9423137307 410.949205,27.951596197 412.12369,29.12903951 L417.775805,34.79539182 C418.948687,35.97122787 420.858832,35.98181761 422.041552,34.8197147 L427.857943,29.10471663 C429.040968,27.9423137307 430.949205,27.951596197 432.12369,29.12903951 L437.775805,34.79539182 C438.948687,35.97122787 440.858832,35.98181761 442.041552,34.8197147 L447.857943,29.10471663 C449.040968,27.9423137307 450.949205,27.951596197 452.12369,29.12903951 L457.775805,34.79539182 C458.948687,35.97122787 460.858832,35.98181761 462.041552,34.8197147 L467.857943,29.10471663 C469.040968,27.9423137307 470.949205,27.951596197 472.12369,29.12903951 L477.775805,34.79539182 C478.948687,35.97122787 480.858832,35.98181761 482.041552,34.8197147 L487.857943,29.10471663 C489.040968,27.9423137307 490.936077,27.949913463199998 492.108957,29.137504800000002 C492.108957,29.137504800000002 496.645508,33.755859369999996 499.899495,36.924431330000004 C499.899495,52.221679699999996 500,39 500,39 L8.18863629e-13,39 C8.18863629e-13,39 -3.97996782e-16,52.6806641 8.18863629e-13,36.924431330000004 C2.55761719,35.02050781 7.94763742,29.17947535 7.94763742,29.17947535 C9.08112598,27.9757843523 10.9492052,27.951596197 12.12369,29.12903951 L17.7758049,34.79539182 C18.9486865,35.97122787 20.858832,35.98181761 22.0415523,34.8197147 L27.8579427,29.10471663 Z"></path>',unitContent:'<path d="M0.0557158854,0.7462747853846153 C0.0580819366,0.7164695828384615 0.061898410400000006,0.7167075947948718 0.06424738,0.746898448974359 L0.07555160979999999,0.8921895338461538 C0.077897373,0.9223391761538462 0.081717664,0.9226107079487179 0.0840831046,0.8928131974358974 L0.0957158854,0.7462747853846153 C0.0980819366,0.7164695828384615 0.1018984104,0.7167075947948718 0.10424738,0.746898448974359 L0.1155516098,0.8921895338461538 C0.117897373,0.9223391761538462 0.121717664,0.9226107079487179 0.1240831046,0.8928131974358974 L0.13571588539999999,0.7462747853846153 C0.1380819366,0.7164695828384615 0.14189841039999998,0.7167075947948718 0.14424737999999998,0.746898448974359 L0.1555516098,0.8921895338461538 C0.15789737299999998,0.9223391761538462 0.161717664,0.9226107079487179 0.1640831046,0.8928131974358974 L0.1757158854,0.7462747853846153 C0.17808193660000002,0.7164695828384615 0.1818984104,0.7167075947948718 0.18424738,0.746898448974359 L0.1955516098,0.8921895338461538 C0.197897373,0.9223391761538462 0.20171766400000002,0.9226107079487179 0.204083104,0.8928131974358974 L0.21571588600000002,0.7462747853846153 C0.218081936,0.7164695828384615 0.22189841000000002,0.7167075947948718 0.22424738,0.746898448974359 L0.23555161000000002,0.8921895338461538 C0.23789737400000002,0.9223391761538462 0.24171766400000003,0.9226107079487179 0.244083104,0.8928131974358974 L0.255715886,0.7462747853846153 C0.258081936,0.7164695828384615 0.26189841,0.7167075947948718 0.26424738000000003,0.746898448974359 L0.27555161,0.8921895338461538 C0.27789737400000003,0.9223391761538462 0.28171766400000003,0.9226107079487179 0.284083104,0.8928131974358974 L0.29571588600000004,0.7462747853846153 C0.298081936,0.7164695828384615 0.30189841,0.7167075947948718 0.30424738,0.746898448974359 L0.31555161,0.8921895338461538 C0.317897374,0.9223391761538462 0.321717664,0.9226107079487179 0.324083104,0.8928131974358974 L0.335715886,0.7462747853846153 C0.33808193599999997,0.7164695828384615 0.34189841,0.7167075947948718 0.34424738000000005,0.746898448974359 L0.35555160999999996,0.8921895338461538 C0.357897374,0.9223391761538462 0.361717664,0.9226107079487179 0.364083104,0.8928131974358974 L0.375715886,0.7462747853846153 C0.378081936,0.7164695828384615 0.38189841,0.7167075947948718 0.38424738,0.746898448974359 L0.39555161,0.8921895338461538 C0.397897374,0.9223391761538462 0.40171766400000003,0.9226107079487179 0.40408310399999997,0.8928131974358974 L0.41571588600000003,0.7462747853846153 C0.418081936,0.7164695828384615 0.42189841,0.7167075947948718 0.42424738,0.746898448974359 L0.43555161,0.8921895338461538 C0.437897374,0.9223391761538462 0.441717664,0.9226107079487179 0.444083104,0.8928131974358974 L0.455715886,0.7462747853846153 C0.45808193599999997,0.7164695828384615 0.46189841000000004,0.7167075947948718 0.46424738000000004,0.746898448974359 L0.47555160999999996,0.8921895338461538 C0.477897374,0.9223391761538462 0.481717664,0.9226107079487179 0.484083104,0.8928131974358974 L0.495715886,0.7462747853846153 C0.498081936,0.7164695828384615 0.50189841,0.7167075947948718 0.50424738,0.746898448974359 L0.5155516099999999,0.8921895338461538 C0.517897374,0.9223391761538462 0.521717664,0.9226107079487179 0.524083104,0.8928131974358974 L0.535715886,0.7462747853846153 C0.5380819360000001,0.7164695828384615 0.54189841,0.7167075947948718 0.5442473800000001,0.746898448974359 L0.55555161,0.8921895338461538 C0.5578973740000001,0.9223391761538462 0.561717664,0.9226107079487179 0.5640831040000001,0.8928131974358974 L0.575715886,0.7462747853846153 C0.578081936,0.7164695828384615 0.58189841,0.7167075947948718 0.58424738,0.746898448974359 L0.59555161,0.8921895338461538 C0.597897374,0.9223391761538462 0.601717664,0.9226107079487179 0.6040831040000001,0.8928131974358974 L0.6157158859999999,0.7462747853846153 C0.618081936,0.7164695828384615 0.62189841,0.7167075947948718 0.62424738,0.746898448974359 L0.6355516099999999,0.8921895338461538 C0.637897374,0.9223391761538462 0.641717664,0.9226107079487179 0.644083104,0.8928131974358974 L0.655715886,0.7462747853846153 C0.6580819360000001,0.7164695828384615 0.66189841,0.7167075947948718 0.66424738,0.746898448974359 L0.67555161,0.8921895338461538 C0.677897374,0.9223391761538462 0.681717664,0.9226107079487179 0.684083104,0.8928131974358974 L0.695715886,0.7462747853846153 C0.698081936,0.7164695828384615 0.70189841,0.7167075947948718 0.70424738,0.746898448974359 L0.71555161,0.8921895338461538 C0.717897374,0.9223391761538462 0.721717664,0.9226107079487179 0.7240831040000001,0.8928131974358974 L0.7357158859999999,0.7462747853846153 C0.738081936,0.7164695828384615 0.74189841,0.7167075947948718 0.74424738,0.746898448974359 L0.7555516099999999,0.8921895338461538 C0.757897374,0.9223391761538462 0.761717664,0.9226107079487179 0.764083104,0.8928131974358974 L0.775715886,0.7462747853846153 C0.7780819360000001,0.7164695828384615 0.78189841,0.7167075947948718 0.78424738,0.746898448974359 L0.79555161,0.8921895338461538 C0.797897374,0.9223391761538462 0.801717664,0.9226107079487179 0.804083104,0.8928131974358974 L0.815715886,0.7462747853846153 C0.818081936,0.7164695828384615 0.82189841,0.7167075947948718 0.82424738,0.746898448974359 L0.83555161,0.8921895338461538 C0.837897374,0.9223391761538462 0.841717664,0.9226107079487179 0.8440831040000001,0.8928131974358974 L0.8557158859999999,0.7462747853846153 C0.858081936,0.7164695828384615 0.86189841,0.7167075947948718 0.86424738,0.746898448974359 L0.87555161,0.8921895338461538 C0.877897374,0.9223391761538462 0.8817176640000001,0.9226107079487179 0.884083104,0.8928131974358974 L0.895715886,0.7462747853846153 C0.8980819360000001,0.7164695828384615 0.90189841,0.7167075947948718 0.90424738,0.746898448974359 L0.91555161,0.8921895338461538 C0.917897374,0.9223391761538462 0.921717664,0.9226107079487179 0.924083104,0.8928131974358974 L0.935715886,0.7462747853846153 C0.938081936,0.7164695828384615 0.94189841,0.7167075947948718 0.94424738,0.746898448974359 L0.95555161,0.8921895338461538 C0.957897374,0.9223391761538462 0.961717664,0.9226107079487179 0.9640831040000001,0.8928131974358974 L0.9757158859999999,0.7462747853846153 C0.978081936,0.7164695828384615 0.981872154,0.7166644477743589 0.9842179139999999,0.7471155076923077 C0.9842179139999999,0.7471155076923077 0.993291016,0.8655348556410255 0.99979899,0.9467802905128206 C0.99979899,1.3390174282051281 1,1 1,1 L1.637727258e-15,1 C1.637727258e-15,1 -7.9599356399999995e-19,1.350786258974359 1.637727258e-15,0.9467802905128206 C0.005115234380000001,0.8979617387179487 0.01589527484,0.7481916756410256 0.01589527484,0.7481916756410256 C0.01816225196,0.7173278039051282 0.0218984104,0.7167075947948718 0.02424738,0.746898448974359 L0.0355516098,0.8921895338461538 C0.037897373000000005,0.9223391761538462 0.041717664,0.9226107079487179 0.0440831046,0.8928131974358974 L0.0557158854,0.7462747853846153 Z"></path>'},viewBox:{height:"39",width:"500"}},angled:{top:{content:'<path d="M500,0 0,0 0,156 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.9176470588235294 1,0.0058823529411764705 Z"></path>'},bottom:{content:'<path d="M0,170 500,170 500,14 0,169 Z"></path>',unitContent:'<path d="M0,1 1,1 1,0.08235294117647059 0,0.9941176470588236 Z"></path>'},viewBox:{height:"170",width:"500"}},"angled-1":{top:{content:'<path d="M500,0 L0,0 0,126 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.7411764705882353 1,0.0058823529411764705 Z"></path>'},bottom:{content:'<path d="M0,170 L500,170 500,44 0,169 Z"></path>',unitContent:'<path d="M0,1 L1,1 1,0.25882352941176473 0,0.9941176470588236 Z"></path>'},viewBox:{height:"170",width:"500"}},"angled-2":{top:{content:'<path d="M500,0 L0,0 0,96 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6857142857142857 1,0.007142857142857143 Z"></path>'},bottom:{content:'<path d="M0,140 L500,140 500,44 0,139 Z"></path>',unitContent:'<path d="M0,1 L1,1 1,0.3142857142857143 0,0.9928571428571429 Z"></path>'},viewBox:{height:"140",width:"500"}},"inner-triangle-with-offset":{top:{content:'<path d="M500,0 0,0 0,114 171.052632,1.7631578999999995 500,114 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.8444444444444444 0.34210526399999996,0.013060428888888885 1,0.8444444444444444 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,21 171.052632,133.236842 500,21 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.15555555555555556 0.34210526399999996,0.9869395703703704 1,0.15555555555555556 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle-with-offset-1":{top:{content:'<path d="M500,0 L0,0 0,83 171,1 500,83 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6148148148148148 0.342,0.007407407407407408 1,0.6148148148148148 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,52 171,134 500,52 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.3851851851851852 0.342,0.9925925925925926 1,0.3851851851851852 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle":{top:{content:'<path d="M500,0 0,0 0,112 250,1.0390625 500,112 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.8296296296296296 0.5,0.007696759259259259 1,0.8296296296296296 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,23 250,133.960937 500,23 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.17037037037037037 0.5,0.992303237037037 1,0.17037037037037037 Z"></path>'},viewBox:{height:"135",width:"500"}},"inner-triangle-1":{top:{content:'<path d="M500,0 L0,0 0,82 250,1 500,82 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.6074074074074074 0.5,0.007407407407407408 1,0.6074074074074074 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,53 250,134 500,53 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.3925925925925926 0.5,0.9925925925925926 1,0.3925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle":{top:{content:'<path d="M500,0 0,0 0,1 250,110 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.007407407407407408 0.5,0.8148148148148148 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,134 250,25 500,134 Z">',unitContent:'<path d="M1,1 0,1 0,0.9925925925925926 0.5,0.18518518518518517 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-1":{top:{content:'<path d="M500,0 L0,0 0,1 250,80 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.007407407407407408 0.5,0.5925925925925926 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,134 250,55 500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.9925925925925926 0.5,0.4074074074074074 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-with-offset":{top:{content:'<path d="M500,0 0,0 0,1 170,110 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.007407407407407408 0.34,0.8148148148148148 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 0,135 0,134 170,25 500,134 Z"></path>',unitContent:'<path d="M1,1 0,1 0,0.9925925925925926 0.34,0.18518518518518517 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"outer-triangle-with-offset-1":{top:{content:'<path d="M500,0 L0,0 0,1 170,80 500,1 Z"></path>',unitContent:'<path d="M1,0 L0,0 0,0.007407407407407408 0.34,0.5925925925925926 1,0.007407407407407408 Z"></path>'},bottom:{content:'<path d="M500,135 L0,135 0,134 170,55 500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 0,0.9925925925925926 0.34,0.4074074074074074 1,0.9925925925925926 Z"></path>'},viewBox:{height:"135",width:"500"}},"rounded-outer-triangle-with-offset":{top:{content:'<path d="M500,0 L0,0 L0,1.059997599999999 L161.584187,104.60694899999999 C166.232112,107.58544900000001 174.247661,108.597757 179.498326,106.86440099999999 L500,1.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007969906766917287 L0.323168374,0.7865184135338344 C0.332464224,0.8089131503759399 0.348495322,0.8165244887218045 0.35899665199999997,0.8034917368421052 L1,0.007969906766917287 L1,0 Z"></path>'},bottom:{content:'<path d="M500,133 L0,133 L0,131.940002 L161.584187,28.39305139 C166.232112,25.414551353 174.247661,24.402243182 179.498326,26.13559892 L500,131.940002 L500,133 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9920300902255639 L0.323168374,0.21348158939849624 C0.332464224,0.1910868522781955 0.348495322,0.18347551264661655 0.35899665199999997,0.19650826255639098 L1,0.9920300902255639 L1,1 Z"></path>'},viewBox:{height:"133",width:"500"}},"rounded-outer-triangle":{top:{content:'<path d="M500,0 L0,0 L0,1.059997599999999 L240.824536,106.0017 C245.892005,108.2099 254.104903,108.21124699999999 259.175464,106.0017 L500,1.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007969906766917287 L0.481649072,0.7970052631578948 C0.49178401000000005,0.8136082706766917 0.508209806,0.8136183984962405 0.5183509279999999,0.7970052631578948 L1,0.007969906766917287 L1,0 Z"></path>'},bottom:{content:'<path d="M500,133 L0,133 L0,130.940002 L240.824536,25.9983005 C245.892005,23.790100108 254.104903,23.788752637 259.175464,25.9983005 L500,130.940002 L500,133 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9845112932330826 L0.481649072,0.19547594360902254 C0.49178401000000005,0.17887293314285715 0.508209806,0.1788628017819549 0.5183509279999999,0.19547594360902254 L1,0.9845112932330826 L1,1 Z"></path>'},viewBox:{height:"133",width:"500"}},"rounded-outer-triangle-1":{top:{content:'<path d="M500,0 L0,0 L0,1.0599976000000026 L240.46706,76.989879 C245.731957,79 254.260433,79 259.53294,76.989879 L500,1.0599976000000026 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.007910429850746288 L0.48093412,0.5745513358208956 C0.491463914,0.5895522388059702 0.508520866,0.5895522388059702 0.51906588,0.5745513358208956 L1,0.007910429850746288 L1,0 Z"></path>'},bottom:{content:'<path d="M500,134 L0,134 L0,132.9400024 L240.46706,57.010121330000004 C245.731957,55.347677226 254.260433,55.345274251 259.53294,57.010121330000004 L500,132.9400024 L500,134 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.9920895701492537 L0.48093412,0.4254486666417911 C0.491463914,0.413042367358209 0.508520866,0.4130244347089552 0.51906588,0.4254486666417911 L1,0.9920895701492537 L1,1 Z"></path>'},viewBox:{height:"134",width:"500"}},round:{top:{content:'<path d="M311.328055,94.925548 C311.328055,94.925548 424.814473,77.183594 500,1.059997599999999 L500,0 L0,0 L0,1.059997599999999 C75.1855273,77.183594 188.671945,94.925548 188.671945,94.925548 C205.399271,99.321856 227.382036,101.648985 249.498998,102.034419 C272.617964,101.648985 294.600729,99.321856 311.328055,94.925548 Z"></path>',unitContent:'<path d="M0.62265611,0.74160584375 C0.62265611,0.74160584375 0.849628946,0.602996828125 1,0.008281231249999993 L1,0 L0,0 L0,0.008281231249999993 C0.1503710546,0.602996828125 0.37734389,0.74160584375 0.37734389,0.74160584375 C0.410798542,0.775952 0.454764072,0.7941326953125 0.498997996,0.7971438984375 C0.545235928,0.7941326953125 0.589201458,0.775952 0.62265611,0.74160584375 Z"></path>'},bottom:{content:'<path d="M311.328055,33.10887095 C311.328055,33.10887095 424.814473,50.8508255 500,126.974422 L500,128 L0,128 L0,126.974422 C75.1855273,50.8508255 188.671945,33.10887095 188.671945,33.10887095 C205.399271,28.712563539999998 227.382036,26.385434363999998 249.498998,26 C272.617964,26.385434363999998 294.600729,28.712563539999998 311.328055,33.10887095 Z"></path>',unitContent:'<path d="M0.62265611,0.258663054296875 C0.62265611,0.258663054296875 0.849628946,0.39727207421875 1,0.991987671875 L1,1 L0,1 L0,0.991987671875 C0.1503710546,0.39727207421875 0.37734389,0.258663054296875 0.37734389,0.258663054296875 C0.410798542,0.22431690265624998 0.454764072,0.20613620596874999 0.498997996,0.203125 C0.545235928,0.20613620596874999 0.589201458,0.22431690265624998 0.62265611,0.258663054296875 Z"></path>'},viewBox:{height:"128",width:"500"}},"angled-triangles":{top:{content:'<path d="M275,58.5 500,1 500,0 0,0 0,1 25,58.5 250.611012,2.0038047000000034 Z"></path>',unitContent:'<path d="M0.55,0.6290322580645161 1,0.010752688172043012 1,0 0,0 0,0.010752688172043012 0.05,0.6290322580645161 0.5012220239999999,0.021546287096774232 Z"></path>'},bottom:{content:'<path d="M275,34 500,91.5 500,93 0,93 0,91.5 25,34 250.611012,90.4961953 Z"></path>',unitContent:'<path d="M0.55,0.3655913978494624 1,0.9838709677419355 1,1 0,1 0,0.9838709677419355 0.05,0.3655913978494624 0.5012220239999999,0.9730773688172043 Z"></path>'},viewBox:{height:"93",width:"500"}},curved:{top:{content:'<path d="M500,101.933271 L500,0 L0,0 L0,101.933271 C75.1961049,26.6597971 188.671945,9.074451700000001 188.671945,9.074451700000001 C205.399271,4.6781443 227.382036,2.3510150999999997 249.498998,1.9655807999999997 C272.617964,2.3510150999999997 294.600729,4.6781443 311.328055,9.074451700000001 C311.328055,9.074451700000001 424.803895,26.6597971 500,101.933271 L500,101.933271 Z"></path>',unitContent:'<path d="M1,0.9020643451327434 L1,0 L0,0 L0,0.9020643451327434 C0.15039220979999998,0.23592740796460177 0.37734389,0.08030488230088496 0.37734389,0.08030488230088496 C0.410798542,0.041399507079646014 0.454764072,0.020805443362831855 0.498997996,0.0173945203539823 C0.545235928,0.020805443362831855 0.589201458,0.041399507079646014 0.62265611,0.08030488230088496 C0.62265611,0.08030488230088496 0.84960779,0.23592740796460177 1,0.9020643451327434 L1,0.9020643451327434 Z"></path>'},bottom:{content:'<path d="M500,11 L500,113 L0,113 L0,11.000000000009493 C75.1961049,86.2734741 188.671945,103.8588195 188.671945,103.8588195 C205.399271,108.2551269 227.382036,110.5822561 249.498998,110.9676904 C272.617964,110.5822561 294.600729,108.2551269 311.328055,103.8588195 C311.328055,103.8588195 424.803895,86.2734741 500,11.000000000001421 L500,11 Z"></path>',unitContent:'<path d="M1,0.09734513274336283 L1,1 L0,1 L0,0.09734513274344683 C0.15039220979999998,0.7634820716814159 0.37734389,0.9191045973451327 0.37734389,0.9191045973451327 C0.410798542,0.9580099725663717 0.454764072,0.9786040362831858 0.498997996,0.9820149592920353 C0.545235928,0.9786040362831858 0.589201458,0.9580099725663717 0.62265611,0.9191045973451327 C0.62265611,0.9191045973451327 0.84960779,0.7634820716814159 1,0.0973451327433754 L1,0.09734513274336283 Z"></path>'},viewBox:{height:"113",width:"500"}},"curved-wave":{top:{content:'<path d="M230,50.8320312 C129.788636,1.3809050999999997 25.1367188,33.5544211 0,69.6582031 L0,0 L500,0 L500,15.0328382 C474.679688,69.6582031 348.710938,109.412109 230,50.8320312 Z"></path>',unitContent:'<path d="M0.46,0.5711464179775281 C0.25957727199999997,0.015515787640449434 0.0502734376,0.37701596741573035 0,0.7826764393258426 L0,0 L1,0 L1,0.16890829438202248 C0.949359376,0.7826764393258426 0.697421876,1.2293495393258427 0.46,0.5711464179775281 Z"></path>'},bottom:{content:'<path d="M230,38.949808000000004 C348.710938,-19.6302701 474.679688,20.1236362 500,74.7490011 L500,89 L0,89 L0,20.1236362 C25.1367188,56.2274181 129.788636,88.4009341 230,38.949808000000004 Z"></path>',unitContent:'<path d="M0.46,0.4376382921348315 C0.697421876,-0.22056483258426968 0.949359376,0.22610827191011235 1,0.8398764168539326 L1,1 L0,1 L0,0.22610827191011235 C0.0502734376,0.6317687426966292 0.25957727199999997,0.9932689224719101 0.46,0.4376382921348315 Z"></path>'},viewBox:{height:"89",width:"500"}},"angle-with-fade":{top:{content:'<path opacity="0.496560168" d="M500,0 0,0 0,156 500,11 Z"></path><path opacity="0.5" d="M500,0 0,0 0,126 500,6 Z"></path><path d="M500,0 0,0 0,96 500,1 Z"></path>',unitContent:'<path d="M1,0 0,0 0,0.9176470588235294 1,0.06470588235294118 Z"></path>'},bottom:{content:'<path opacity="0.496560168" d="M0,170 0,159 500,14 500,170 Z"></path><path opacity="0.5" d="M0,170 500,170 500,44 0,164 Z"></path><path d="M0,170 500,170 500,74 0,169 Z"></path>',unitContent:'<path d="M0,1 0,0.9352941176470588 1,0.08235294117647059 1,1 Z"></path>'},viewBox:{height:"170",width:"500"}},wave:{top:{content:'<path d="M129.994141,83.1386719 C78.2177017,83.1386719 28.4179688,66.2246094 0,35.6582031 L0,0 L500,0 L500,3.3535156000000015 C364.412109,-7.27148438 276.435547,83.1386719 129.994141,83.1386719 Z"></path>',unitContent:'<path d="M0.259988282,0.8570997103092785 C0.1564354034,0.8570997103092785 0.056835937600000004,0.6827279319587629 0,0.3676103412371134 L0,0 L1,0 L1,0.03457232577319589 C0.728824218,-0.07496375649484537 0.552871094,0.8570997103092785 0.259988282,0.8570997103092785 Z"></path>'},bottom:{content:'<path d="M129.994141,14 C276.435547,14.000000000000028 364.412109,104.4101563 500,93.7851562 L500,97 L0,97 L0,61.4804687 C28.4179688,30.9140625 78.2177017,14 129.994141,14 Z"></path>',unitContent:'<path d="M0.259988282,0.14432989690721648 C0.552871094,0.1443298969072168 0.728824218,1.0763933639175258 1,0.9668572804123712 L1,1 L0,1 L0,0.6338192649484536 C0.056835937600000004,0.31870167525773196 0.1564354034,0.14432989690721648 0.259988282,0.14432989690721648 Z"></path>'},viewBox:{height:"97",width:"500"}},"wave-with-fade":{top:{content:'<path d="M129.994141,91.1386719 C78.2177017,91.1386719 28.4179688,74.2246094 0,43.6582031 L0,0 L500,0 L500,11.353515600000001 C364.412109,0.7285156199999996 276.435547,91.1386719 129.994141,91.1386719 Z" opacity="0.5"></path><path d="M129.994141,83.1386719 C78.2177017,83.1386719 28.4179688,70.2246094 0,39.6582031 L0,0 L500,0 L500,7.3535156 C364.412109,-3.27148438 276.435547,83.1386719 129.994141,83.1386719 Z" opacity="0.5"></path><path d="M129.994141,76.1386719 C78.2177017,76.1386719 28.4179688,66.2246094 0,35.6582031 L0,0 L500,0 L500,3.3535156199999996 C364.412109,-7.27148438 276.435547,76.1386719 129.994141,76.1386719 Z"></path>',unitContent:'<path d="M0.259988282,0.9395739371134021 C0.1564354034,0.9395739371134021 0.056835937600000004,0.7652021587628867 0,0.45008456804123714 L0,0 L1,0 L1,0.1170465525773196 C0.728824218,0.007510470309278346 0.552871094,0.9395739371134021 0.259988282,0.9395739371134021 Z"></path>'},bottom:{content:'<path d="M370.005859,7 C421.782298,7 471.582031,23.9140625 500,54.4804687 L500,97 L0,97 L0,86.7851562 C135.587891,97.4101563 223.564453,7.000000000000028 370.005859,7 Z" opacity="0.5"></path><path d="M370.005859,15 C421.782298,15 471.582031,27.9140625 500,58.4804687 L500,97 L0,97 L0,90.7851562 C135.587891,101.4101562 223.564453,15 370.005859,15 Z" opacity="0.5"></path><path d="M370.005859,22 C421.782298,22 471.582031,31.9140625 500,62.4804687 L500,97 L0,97 L0,94.7851562 C135.587891,105.4101562 223.564453,22 370.005859,22 Z"></path>',unitContent:'<path d="M0.740011718,0.07216494845360824 C0.843564596,0.07216494845360824 0.9431640619999999,0.24653672680412372 1,0.5616543164948454 L1,1 L0,1 L0,0.894692331958763 C0.27117578200000003,1.0042284154639174 0.447128906,0.07216494845360855 0.740011718,0.07216494845360824 Z"></path>'},viewBox:{height:"97",width:"500"}},"rounded-outer-triangle-with-offset-and-fade":{top:{content:'<path d="M500,0 L0,0 L0,12.059997599999999 C0,12.059997599999999 85.1201172,101 170,101 C254.879883,101 500,12.059997599999999 500,12.059997599999999 L500,0 Z" opacity="0.5"></path><path d="M500,0 L0,0 L0,7.059997599999999 C0,7.059997599999999 84.9990234,91 170,91 C255.000977,91 500,7.059997599999999 500,7.059997599999999 L500,0 Z" opacity="0.5"></path><path d="M500,0 L0,0 L0,2.059997599999999 C0,2.059997599999999 84.6279297,81 170,81 C255.37207,81 500,2.059997599999999 500,2.059997599999999 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L0,0.10486954434782608 C0,0.10486954434782608 0.1702402344,0.8782608695652174 0.34,0.8782608695652174 C0.5097597660000001,0.8782608695652174 1,0.10486954434782608 1,0.10486954434782608 L1,0 Z"></path>'},bottom:{content:'<path d="M500,115 L0,115 L0,103.9400024 C0,103.9400024 85.1201172,15 170,15 C254.879883,15 500,103.9400024 500,103.9400024 L500,115 Z" opacity="0.5"></path><path d="M500,115 L500,108.9400024 C500,108.9400024 255.000977,25 170,25 C84.9990234,25 0,108.9400024 0,108.9400024 L0,115 L500,115 Z" opacity="0.5"></path><path d="M500,115 L0,115 L0,113.9400024 C0,113.9400024 84.6279297,35 170,35 C255.37207,35 500,113.9400024 500,113.9400024 L500,115 Z"></path>',unitContent:'<path d="M1,1 L0,1 L0,0.903826107826087 C0,0.903826107826087 0.1702402344,0.13043478260869565 0.34,0.13043478260869565 C0.5097597660000001,0.13043478260869565 1,0.903826107826087 1,0.903826107826087 L1,1 Z"></path>'},viewBox:{height:"115",width:"500"}},wavy:{top:{content:'<path d="M63.8183594,35.5585938 C23.9023437,35.5585938 0,62 0,62 L0,0 L500,0 L500,1.0328382000000005 C493.082031,26.940429700000003 470.705078,63.443359400000006 426.47168,63.443359400000006 C382.238281,63.443359400000006 364.830078,26.940429700000003 315.450195,26.940429700000003 C266.070312,26.940429700000003 252.652344,80.0302734 186.311523,80.0302734 C119.970703,80.0302734 103.734375,35.5585938 63.8183594,35.5585938 Z"></path>',unitContent:'<path d="M0.1276367188,0.37828291276595744 C0.0478046874,0.37828291276595744 0,0.6595744680851063 0,0.6595744680851063 L0,0 L1,0 L1,0.01098764042553192 C0.986164062,0.28660031595744684 0.941410156,0.674929355319149 0.85294336,0.674929355319149 C0.7644765619999999,0.674929355319149 0.729660156,0.28660031595744684 0.63090039,0.28660031595744684 C0.532140624,0.28660031595744684 0.505304688,0.8513858872340425 0.372623046,0.8513858872340425 C0.239941406,0.8513858872340425 0.20746875,0.37828291276595744 0.1276367188,0.37828291276595744 Z"></path>'},bottom:{content:'<path d="M63.8183594,58.4716797 C23.9023437,58.4716797 0,32.0302734 0,32.0302734 L0,94 L500,94 L500,92.9974352 C493.082031,67.0898438 470.705078,30.5869141 426.47168,30.5869141 C382.238281,30.5869141 364.830078,67.0898438 315.450195,67.0898438 C266.070312,67.0898438 252.652344,13.999999999999986 186.311523,14 C119.970703,14.000000000000014 103.734375,58.4716797 63.8183594,58.4716797 Z"></path>',unitContent:'<path d="M0.1276367188,0.6220391457446809 C0.0478046874,0.6220391457446809 0,0.34074758936170213 0,0.34074758936170213 L0,1 L1,1 L1,0.9893344170212766 C0.986164062,0.7137217425531914 0.941410156,0.3253927031914894 0.85294336,0.3253927031914894 C0.7644765619999999,0.3253927031914894 0.729660156,0.7137217425531914 0.63090039,0.7137217425531914 C0.532140624,0.7137217425531914 0.505304688,0.1489361702127658 0.372623046,0.14893617021276595 C0.239941406,0.14893617021276612 0.20746875,0.6220391457446809 0.1276367188,0.6220391457446809 Z"></path>'},viewBox:{height:"94",width:"500"}},spikes:{top:{content:'<path d="M0,29.4928855 1.26807933,30.760964899999998 10.9580018,21.071042400000003 30.3378468,40.4508873 69.0975367,1.6911974 88.4773817,21.071042400000003 103.012265,6.536158700000001 146.616917,50.1408098 175.836228,20.9214988 195.365616,40.4508873 209.9005,25.916003600000003 224.435383,40.4508873 253.505151,11.381119900000002 272.884996,30.760964899999998 282.574918,21.071042400000003 311.644686,50.1408098 331.024531,30.760964899999998 340.714453,40.4508873 345.559414,35.6059261 360.094298,50.1408098 389.164066,21.071042400000003 398.853988,30.760964899999998 408.543911,21.071042400000003 427.923756,40.4508873 442.458639,25.916003600000003 456.993523,40.4508873 466.683445,30.760964899999998 476.373368,40.4508873 500,16.8242553 500,0 0,0 Z"></path>',unitContent:'<path d="M0,0.47569170161290325 0.0025361586599999997,0.4961445951612903 0.0219160036,0.3398555225806452 0.060675693600000004,0.6524336661290322 0.1381950734,0.02727737741935484 0.1769547634,0.3398555225806452 0.20602453,0.10542191451612906 0.293233834,0.8087227387096774 0.351672456,0.33744352903225805 0.390731232,0.6524336661290322 0.419801,0.4180000580645162 0.448870766,0.6524336661290322 0.5070103020000001,0.18356645000000002 0.545769992,0.4961445951612903 0.565149836,0.3398555225806452 0.623289372,0.8087227387096774 0.662049062,0.4961445951612903 0.681428906,0.6524336661290322 0.691118828,0.5742891306451613 0.720188596,0.8087227387096774 0.778328132,0.3398555225806452 0.797707976,0.4961445951612903 0.817087822,0.3398555225806452 0.8558475120000001,0.6524336661290322 0.884917278,0.4180000580645162 0.9139870459999999,0.6524336661290322 0.9333668900000001,0.4961445951612903 0.952746736,0.6524336661290322 1,0.2713589564516129 1,0 0,0 Z"></path>'},bottom:{content:'<path d="M0,32.6479243 1.26807933,31.379845 10.9580018,41.0697674 30.3378468,21.68992248 69.0975367,60.4496124 88.4773817,41.0697674 103.012265,55.6046512 146.616917,12 175.836228,41.219311000000005 195.365616,21.68992248 209.9005,36.2248062 224.435383,21.68992248 253.505151,50.7596899 272.884996,31.379845 282.574918,41.0697674 311.644686,12 331.024531,31.379845 340.714453,21.68992248 345.559414,26.5348837 360.094298,12 389.164066,41.0697674 398.853988,31.379845 408.543911,41.0697674 427.923756,21.68992248 442.458639,36.2248062 456.993523,21.68992248 466.683445,31.379845 476.373368,21.68992248 500,45.3165545 500,62 0,62 Z"></path>',unitContent:'<path d="M0,0.5265794241935484 0.0025361586599999997,0.5061265322580645 0.0219160036,0.6624156032258065 0.060675693600000004,0.34983745935483873 0.1381950734,0.9749937483870967 0.1769547634,0.6624156032258065 0.20602453,0.8968492129032258 0.293233834,0.1935483870967742 0.351672456,0.6648275967741937 0.390731232,0.34983745935483873 0.419801,0.5842710677419355 0.448870766,0.34983745935483873 0.5070103020000001,0.8187046758064516 0.545769992,0.5061265322580645 0.565149836,0.6624156032258065 0.623289372,0.1935483870967742 0.662049062,0.5061265322580645 0.681428906,0.34983745935483873 0.691118828,0.4279819951612904 0.720188596,0.1935483870967742 0.778328132,0.6624156032258065 0.797707976,0.5061265322580645 0.817087822,0.6624156032258065 0.8558475120000001,0.34983745935483873 0.884917278,0.5842710677419355 0.9139870459999999,0.34983745935483873 0.9333668900000001,0.5061265322580645 0.952746736,0.34983745935483873 1,0.7309121693548387 1,1 0,1 Z"></path>'},viewBox:{height:"62",width:"500"}},"rounded-spikes":{top:{content:'<path d="M0,27.760964899999998 L6.46934557,22.0402634 C8.94836196,19.848123200000003 12.8515088,19.964549400000003 15.1990117,22.312052199999997 L26.0968369,33.2098775 C28.439082,35.5521225 32.2335453,35.5551888 34.578125,33.2106091 L64.8572585,2.931475599999999 C67.1990995,0.5896346000000001 70.9910437,0.5847043999999997 73.3385466,2.9322073000000017 L84.2363718,13.830032500000002 C86.5786169,16.1722776 90.3775639,16.1708602 92.7205447,13.8278793 L98.7691023,7.779321700000001 C101.112537,5.4358875 104.913941,5.4378344 107.25275,7.776643499999999 L142.376432,42.9003249 C144.718387,45.2422801 148.511563,45.2461629 150.865655,42.8920711 L171.587489,22.1702375 C173.934002,19.823723899999997 177.73543,19.8207017 180.073814,22.1590853 L191.12803,33.2133009 C193.468384,35.5536553 197.265798,35.5507051 199.608779,33.2077243 L205.657337,27.1591667 C208.000771,24.8157324 211.800682,24.8161858 214.143663,27.1591667 L220.19222,33.2077243 C222.535655,35.5511585 226.331519,35.5547523 228.677933,33.2083382 L249.262602,12.623669 C251.605697,10.280573799999999 255.398658,10.274626900000001 257.746161,12.6221298 L268.643986,23.519955000000003 C270.986231,25.862200100000003 274.787851,25.8581096 277.121041,23.524920199999997 L278.338874,22.307087099999997 C280.678377,19.967584199999997 284.471053,19.9671775 286.817467,22.3135915 L307.402137,42.8982607 C309.745232,45.2413559 313.538193,45.2473028 315.885696,42.8997999 L326.783521,32.0019747 C329.125766,29.6597297 333.257318,29.249489500000003 336.021802,31.092478999999997 L355.097027,43.8092957 C357.856944,45.6492401 361.990433,45.2446747 364.336847,42.8982607 L384.921517,22.3135915 C387.264612,19.9704963 391.066921,19.9738976 393.40011,22.307087099999997 L394.617943,23.524920199999997 C396.957446,25.864423000000002 400.756843,25.8581096 403.090033,23.524920199999997 L404.307866,22.307087099999997 C406.647369,19.967584199999997 410.437418,19.964549400000003 412.78492,22.312052199999997 L423.682746,33.2098775 C426.024991,35.5521225 429.823938,35.5507051 432.166919,33.2077243 L438.215476,27.1591667 C440.55891,24.8157324 444.358821,24.8161858 446.701802,27.1591667 L452.75036,33.2077243 C455.093794,35.5511585 458.896378,35.5480321 461.229568,33.2148426 L462.447401,31.997009499999997 C464.786904,29.6575067 468.586301,29.663820100000002 470.91949,31.997009499999997 L472.137323,33.2148426 C474.476826,35.5543455 478.266896,35.5573594 480.610972,33.2132832 L500,13.8242553 L500,0 L0,0 L0,27.760964899999998 Z"></path>',unitContent:'<path d="M0,0.4705248288135593 L0.01293869114,0.373563786440678 C0.01789672392,0.3364088677966102 0.0257030176,0.338382193220339 0.030398023399999998,0.3781703762711864 L0.0521936738,0.5628792796610169 C0.056878163999999995,0.6025783474576272 0.06446709060000001,0.6026303186440679 0.06915625,0.5628916796610169 L0.129714517,0.04968602711864405 C0.134398199,0.009993806779661019 0.1419820874,0.009910244067796605 0.1466770932,0.049698428813559355 L0.1684727436,0.2344073305084746 C0.1731572338,0.27410640000000003 0.1807551278,0.2740823762711864 0.1854410894,0.23437083559322033 L0.1975382046,0.13185291016949152 C0.202225074,0.09213368644067796 0.209827882,0.09216668474576271 0.21450550000000002,0.13180751694915252 L0.284752864,0.7271241508474576 C0.289436774,0.766818306779661 0.29702312599999997,0.7668841169491526 0.30173131000000003,0.7269842559322034 L0.343174978,0.3757667372881356 C0.347868004,0.335995320338983 0.35547086,0.3359440966101695 0.360147628,0.37557771694915254 L0.38225606,0.5629373033898305 C0.386936768,0.6026043271186441 0.394531596,0.6025543237288136 0.399217558,0.5628427847457628 L0.41131467400000005,0.4603248593220339 C0.41600154199999995,0.42060563389830513 0.423601364,0.4206133186440678 0.428287326,0.4603248593220339 L0.44038444,0.5628427847457628 C0.44507131,0.6025620084745763 0.45266303799999996,0.602622920338983 0.457355866,0.5628531898305085 L0.498525204,0.21396049152542373 C0.503211394,0.174247013559322 0.510797316,0.17414621864406782 0.515492322,0.2139344033898305 L0.537287972,0.3986433050847458 C0.5419724619999999,0.43834237457627123 0.5495757019999999,0.4382730440677966 0.554242082,0.3987274610169491 L0.5566777479999999,0.37808622203389824 C0.5613567540000001,0.3384336305084745 0.568942106,0.33842673728813555 0.5736349340000001,0.37819646610169494 L0.6148042739999999,0.7270891644067797 C0.619490464,0.7668026423728814 0.6270763859999999,0.7669034372881356 0.631771392,0.7271152525423729 L0.653567042,0.5424063508474576 C0.658251532,0.5027072830508474 0.666514636,0.4957540593220339 0.672043604,0.5269911694915254 L0.710194054,0.7425304355932203 C0.715713888,0.7737159338983051 0.723980866,0.766858893220339 0.7286736939999999,0.7270891644067797 L0.769843034,0.37819646610169494 C0.774529224,0.33848298813559324 0.7821338419999999,0.3385406372881356 0.7868002199999999,0.37808622203389824 L0.789235886,0.3987274610169491 C0.793914892,0.4383800508474577 0.8015136860000001,0.4382730440677966 0.806180066,0.3987274610169491 L0.808615732,0.37808622203389824 C0.8132947380000001,0.3384336305084745 0.820874836,0.338382193220339 0.82556984,0.3781703762711864 L0.847365492,0.5628792796610169 C0.852049982,0.6025783474576272 0.859647876,0.6025543237288136 0.864333838,0.5628427847457628 L0.8764309520000001,0.4603248593220339 C0.88111782,0.42060563389830513 0.8887176419999999,0.4206133186440678 0.893403604,0.4603248593220339 L0.90550072,0.5628427847457628 C0.910187588,0.6025620084745763 0.9177927560000001,0.6025090186440678 0.922459136,0.562963433898305 L0.9248948020000001,0.5423221949152542 C0.929573808,0.5026696050847458 0.937172602,0.5027766118644068 0.94183898,0.5423221949152542 L0.944274646,0.562963433898305 C0.948953652,0.6026160254237287 0.956533792,0.6026671084745763 0.961221944,0.5629370033898305 L1,0.2343094118644068 L1,0 L0,0 L0,0.4705248288135593 Z"></path>'},bottom:{content:'<path d="M0,31.2013122 L6.46934557,36.9220136 C8.94836196,39.114153900000005 12.8515088,38.997727600000005 15.1990117,36.650224800000004 L26.0968369,25.7523995 C28.439082,23.410154470000002 32.2335453,23.40708819 34.578125,25.7516679 L64.8572585,56.0308014 C67.1990995,58.3726424 70.9910437,58.3775726 73.3385466,56.0300697 L84.2363718,45.1322445 C86.5786169,42.7899994 90.3775639,42.7914169 92.7205447,45.1343977 L98.7691023,51.1829553 C101.112537,53.5263896 104.913941,53.5244426 107.25275,51.1856335 L142.376432,16.06195206 C144.718387,13.71999694 148.511563,13.716114103999999 150.865655,16.07020588 L171.587489,36.7920395 C173.934002,39.138553099999996 177.73543,39.1415754 180.073814,36.8031917 L191.12803,25.7489761 C193.468384,23.408621750000002 197.265798,23.411571889999998 199.608779,25.754552699999998 L205.657337,31.8031104 C208.000771,34.1465446 211.800682,34.1460912 214.143663,31.8031104 L220.19222,25.754552699999998 C222.535655,23.41111848 226.331519,23.40752476 228.677933,25.7539388 L249.262602,46.338608 C251.605697,48.6817032 255.398658,48.6876501 257.746161,46.3401472 L268.643986,35.442322000000004 C270.986231,33.100077 274.787851,33.1041674 277.121041,35.4373568 L278.338874,36.655189899999996 C280.678377,38.994692799999996 284.471053,38.9950996 286.817467,36.6486855 L307.402137,16.064016289999998 C309.745232,13.720921127 313.538193,13.714974210000001 315.885696,16.06247707 L326.783521,26.960302300000002 C329.125766,29.3025474 333.257318,29.712787499999997 336.021802,27.869798 L355.097027,15.15298132 C357.856944,13.313036874 361.990433,13.717602279000001 364.336847,16.064016289999998 L384.921517,36.6486855 C387.264612,38.9917807 391.066921,38.9883794 393.40011,36.655189899999996 L394.617943,35.4373568 C396.957446,33.097854 400.756843,33.1041674 403.090033,35.4373568 L404.307866,36.655189899999996 C406.647369,38.994692799999996 410.437418,38.997727600000005 412.78492,36.650224800000004 L423.682746,25.7523995 C426.024991,23.410154470000002 429.823938,23.411571889999998 432.166919,25.754552699999998 L438.215476,31.8031104 C440.55891,34.1465446 444.358821,34.1460912 446.701802,31.8031104 L452.75036,25.754552699999998 C455.093794,23.41111848 458.896378,23.41424495 461.229568,25.7474344 L462.447401,26.9652675 C464.786904,29.3047703 468.586301,29.298456899999998 470.91949,26.9652675 L472.137323,25.7474344 C474.476826,23.40793149 478.266896,23.40491762 480.610972,25.7489938 L500,45.138021699999996 L500,59 L0,59 L0,31.2013122 Z"></path>',unitContent:'<path d="M0,0.5288358 L0.01293869114,0.6257968406779661 C0.01789672392,0.6629517610169492 0.0257030176,0.6609784338983051 0.030398023399999998,0.6211902508474577 L0.0521936738,0.4364813474576271 C0.056878163999999995,0.3967822791525424 0.06446709060000001,0.39673030830508477 0.06915625,0.43646894745762715 L0.129714517,0.9496746 C0.134398199,0.989366820338983 0.1419820874,0.9894503830508474 0.1466770932,0.9496621983050847 L0.1684727436,0.7649532966101694 C0.1731572338,0.7252542271186441 0.1807551278,0.7252782525423729 0.1854410894,0.7649897915254238 L0.1975382046,0.8675077169491526 C0.202225074,0.9072269423728814 0.209827882,0.9071939423728813 0.21450550000000002,0.8675531101694915 L0.284752864,0.27223647559322034 C0.289436774,0.23254232101694916 0.29702312599999997,0.23247651023728813 0.30173131000000003,0.27237637084745764 L0.343174978,0.6235938898305085 C0.347868004,0.663365306779661 0.35547086,0.6634165322033898 0.360147628,0.6237829101694915 L0.38225606,0.43642332372881354 C0.386936768,0.39675630084745767 0.394531596,0.39680630322033894 0.399217558,0.4365178423728813 L0.41131467400000005,0.5390357694915254 C0.41600154199999995,0.578754993220339 0.423601364,0.5787473084745763 0.428287326,0.5390357694915254 L0.44038444,0.4365178423728813 C0.44507131,0.3967986183050847 0.45266303799999996,0.39673770779661016 0.457355866,0.4365074372881356 L0.498525204,0.7854001355932203 C0.503211394,0.825113613559322 0.510797316,0.8252144084745763 0.515492322,0.7854262237288135 L0.537287972,0.6007173220338984 C0.5419724619999999,0.5610182542372881 0.5495757019999999,0.5610875830508475 0.554242082,0.6006331661016949 L0.5566777479999999,0.6212744050847457 C0.5613567540000001,0.6609269966101694 0.568942106,0.6609338915254238 0.5736349340000001,0.6211641610169492 L0.6148042739999999,0.27227146254237283 C0.619490464,0.23255798520338983 0.6270763859999999,0.23245719 0.631771392,0.2722453740677966 L0.653567042,0.45695427627118645 C0.658251532,0.4966533457627119 0.666514636,0.5036065677966102 0.672043604,0.4723694576271186 L0.710194054,0.2568301918644068 C0.715713888,0.225644692779661 0.723980866,0.2325017335423729 0.7286736939999999,0.27227146254237283 L0.769843034,0.6211641610169492 C0.774529224,0.6608776389830509 0.7821338419999999,0.6608199898305085 0.7868002199999999,0.6212744050847457 L0.789235886,0.6006331661016949 C0.793914892,0.5609805762711864 0.8015136860000001,0.5610875830508475 0.806180066,0.6006331661016949 L0.808615732,0.6212744050847457 C0.8132947380000001,0.6609269966101694 0.820874836,0.6609784338983051 0.82556984,0.6211902508474577 L0.847365492,0.4364813474576271 C0.852049982,0.3967822791525424 0.859647876,0.39680630322033894 0.864333838,0.4365178423728813 L0.8764309520000001,0.5390357694915254 C0.88111782,0.578754993220339 0.8887176419999999,0.5787473084745763 0.893403604,0.5390357694915254 L0.90550072,0.4365178423728813 C0.910187588,0.3967986183050847 0.9177927560000001,0.3968516093220339 0.922459136,0.436397193220339 L0.9248948020000001,0.4570384322033898 C0.929573808,0.4966910220338983 0.937172602,0.49658401525423723 0.94183898,0.4570384322033898 L0.944274646,0.436397193220339 C0.948953652,0.39674460152542373 0.956533792,0.39669351898305083 0.961221944,0.43642362372881355 L1,0.7650512152542372 L1,1 L0,1 L0,0.5288358 Z"></path>'},viewBox:{height:"59",width:"500"}},"arrow-split":{top:{content:'<path d="M256.426407,2 500,2 500,0 0,0 0,2 243.857864,2 250.142136,8.2842712 Z"></path>',unitContent:'<path d="M0.5128528139999999,0.07407407407407407 1,0.07407407407407407 1,0 0,0 0,0.07407407407407407 0.487715728,0.07407407407407407 0.500284272,0.30682485925925923 Z"></path>'},bottom:{content:'<path d="M256.426407,25.28427125 500,25.28427125 500,27 0,27 0,25.28427125 243.857864,25.28427125 250.142136,19 Z"></path>',unitContent:'<path d="M0.5128528139999999,0.9364544907407407 1,0.9364544907407407 1,1 0,1 0,0.9364544907407407 0.487715728,0.9364544907407407 0.500284272,0.7037037037037037 Z"></path>'},viewBox:{height:"27",width:"500"}},"rounded-arrow-split":{top:{content:'<path d="M261.426407,2 L500,2 L500,0 L0,0 L0,2 C0,2 156.798828,2 238.857864,2 C245,2 246.353607,6.284271199999999 250.142136,6.284271199999999 C253.930664,6.284271199999999 255.142136,2 261.426407,2 Z"></path>',unitContent:'<path d="M0.5228528139999999,0.08 L1,0.08 L1,0 L0,0 L0,0.08 C0,0.08 0.31359765599999995,0.08 0.477715728,0.08 C0.49,0.08 0.492707214,0.251370848 0.500284272,0.251370848 C0.5078613280000001,0.251370848 0.510284272,0.08 0.5228528139999999,0.08 Z"></path>'},bottom:{content:'<path d="M261.426407,23.28427125 L500,23.28427125 L500,25 L0,25 L0,23.28427125 L238.857864,23.28427125 C245,23.28427125 246.353607,19.000000000000007 250.142136,19 C253.930664,18.999999999999993 255.142136,23.28427125 261.426407,23.28427125 Z"></path>',unitContent:'<path d="M0.5228528139999999,0.93137085 L1,0.93137085 L1,1 L0,1 L0,0.93137085 L0.477715728,0.93137085 C0.49,0.93137085 0.492707214,0.7600000000000002 0.500284272,0.76 C0.5078613280000001,0.7599999999999997 0.510284272,0.93137085 0.5228528139999999,0.93137085 Z"></path>'},viewBox:{height:"25",width:"500"}},"inner-clouds-with-fade":{top:{content:'<path d="M374.376479,36.5248676 C374.187537,36.4086177 373.996983,36.2947343 373.804859,36.1832587 C373.789057,36.2958268 373.774667,36.4096946 373.761719,36.5248676 C373.549373,36.2771479 373.229833,35.9792736 372.812439,35.636244 C369.24221,33.7695988 365.180879,32.714 360.873,32.714 C359.100206,32.714 357.369166,32.8927674 355.696922,33.2332589 C351.018337,26.671066099999997 343.344383,22.392 334.671,22.392 C328.09261,22.392 322.089148,24.8535644 317.531461,28.9058487 C315.608996,27.3167919 313.143,26.362000000000002 310.454,26.362000000000002 C305.869498,26.362000000000002 301.933204,29.1373107 300.233552,33.099499 C298.782109,32.8461088 297.288982,32.714 295.765,32.714 C290.021634,32.714 284.716505,34.5903111 280.429148,37.7633963 C275.696407,32.2422557 268.671234,28.744 260.829,28.744 C254.918157,28.744 249.471481,30.731333300000003 245.120699,34.0742723 C243.537598,33.2070747 241.720381,32.714 239.788,32.714 C236.749632,32.714 233.99598,33.9330119 231.989438,35.9086403 C230.76848,33.0944315 227.965116,31.125999999999998 224.702,31.125999999999998 C221.257824,31.125999999999998 218.325835,33.3189366 217.226127,36.3847163 C212.549991,31.666409100000003 206.064778,28.744 198.897,28.744 C197.29408,28.744 195.725295,28.890149 194.203243,29.1698484 C189.580756,22.2132726 181.673352,17.628 172.695,17.628 C160.885372,17.628 150.928625,25.5611262 147.863133,36.3890045 C144.047022,34.0940432 139.588592,32.7582194 134.82139,32.7150783 C134.086133,29.090343400000002 130.881686,26.362000000000002 127.04,26.362000000000002 C125.738774,26.362000000000002 124.510655,26.675012000000002 123.426833,27.229847900000003 C119.191292,24.1850856 113.995545,22.392 108.381,22.392 C98.1672868,22.392 89.3395071,28.325886500000003 85.1570237,36.9342967 C80.447408,31.8943887 73.7411104,28.744 65.5419176,28.7548929 C64.5335212,25.527926 61.5212537,23.186 57.962,23.186 C55.7799763,23.186 53.8035309,24.0661855 52.3683449,25.4908755 C48.7187657,23.5143264 44.5389495,22.392 40.097,22.392 C30.5048548,22.392 22.1350906,27.6256347 17.6874909,35.3931204 C13.1118071,31.2604105 7.04827313,28.744 0,28.746991899999998 L0,0 L500,0 L500,22.3949919 C497.7314,22.4292062 495.533769,22.7561672 493.443206,23.3397737 C492.322766,22.7351639 491.040458,22.392 489.678,22.392 C485.292859,22.392 481.738,25.9468591 481.738097,30.3715824 C480.000832,32.1895618 478.526592,34.2610198 477.376479,36.5248676 C473.448319,34.1079964 468.823452,32.714 463.873,32.714 C462.100206,32.714 460.369166,32.8927674 458.696922,33.2332589 C454.018337,26.671066099999997 446.344383,22.392 437.671,22.392 C431.09261,22.392 425.089148,24.8535644 420.531461,28.9058487 C418.608996,27.3167919 416.143,26.362000000000002 413.454,26.362000000000002 C408.869498,26.362000000000002 404.933204,29.1373107 403.233552,33.099499 C401.782109,32.8461088 391.037324,33.2088696 390.765,32.714 C387.322945,26.459064499999997 375.28013,26.363483199999997 373.821888,36.066079 C374.010905,36.2206828 374.196099,36.3737176 374.376479,36.5248676 Z" opacity="0.5"></path><path d="M125.623521,21.5248676 C125.812463,21.4086177 126.003017,21.2947343 126.195141,21.1832587 C126.210943,21.2958268 126.225333,21.4096946 126.238281,21.5248676 C126.450627,21.2771479 126.770167,20.9792736 127.187561,20.636244 C130.75779,18.7695988 134.819121,17.714 139.127,17.714 C140.899794,17.714 142.630834,17.8927674 144.303078,18.2332589 C148.981663,11.6710661 156.655617,7.3919999999999995 165.329,7.3919999999999995 C171.90739,7.3919999999999995 177.910852,9.8535644 182.468539,13.9058487 C184.391004,12.316791899999998 186.857,11.361999999999998 189.546,11.361999999999998 C194.130502,11.361999999999998 198.066796,14.1373107 199.766448,18.099499 C201.217891,17.8461088 202.711018,17.714 204.235,17.714 C209.978366,17.714 215.283495,19.5903111 219.570852,22.7633963 C224.303593,17.2422557 231.328766,13.744 239.171,13.744 C245.081843,13.744 250.528519,15.7313333 254.879301,19.0742723 C256.462402,18.2070747 258.279619,17.714 260.212,17.714 C263.250368,17.714 266.00402,18.9330119 268.010562,20.9086403 C269.23152,18.0944315 272.034884,16.126 275.298,16.126 C278.742176,16.126 281.674165,18.3189366 282.773873,21.3847163 C287.450009,16.6664091 293.935222,13.744 301.103,13.744 C302.70592,13.744 304.274705,13.890149000000001 305.796757,14.1698484 C310.419244,7.2132726 318.326648,2.628 327.305,2.628 C339.114628,2.628 349.071375,10.5611262 352.136867,21.3890045 C355.952978,19.0940432 360.411408,17.7582194 365.17861,17.7150783 C365.913867,14.090343399999998 369.118314,11.361999999999998 372.96,11.361999999999998 C374.261226,11.361999999999998 375.489345,11.675011999999999 376.573167,12.2298479 C380.808708,9.1850856 386.004455,7.3919999999999995 391.619,7.3919999999999995 C401.832713,7.3919999999999995 410.660493,13.3258865 414.842976,21.9342967 C419.552592,16.8943887 426.25889,13.744 434.458082,13.754892900000002 C435.466479,10.527926 438.478746,8.186 442.038,8.186 C444.220024,8.186 446.196469,9.0661855 447.631655,10.490875500000001 C451.281234,8.5143264 455.46105,7.3919999999999995 459.903,7.3919999999999995 C469.495145,7.3919999999999995 477.864909,12.625634699999999 482.312509,20.3931204 C486.888193,16.2604105 492.951727,13.744 500,13.746991900000001 L500,0 L0,0 L1.1937118e-12,7.394991900000001 C2.26859959,7.429206199999999 4.46623145,7.7561672 6.55679426,8.3397737 C7.67723391,7.7351639 8.95954184,7.3919999999999995 10.322,7.3919999999999995 C14.7071409,7.3919999999999995 18.262,10.946859100000001 18.2619034,15.371582400000001 C19.9991684,17.1895618 21.4734077,19.2610198 22.623521,21.5248676 C26.5516809,19.1079964 31.1765478,17.714 36.127,17.714 C37.8997938,17.714 39.6308343,17.8927674 41.303078,18.2332589 C45.981663,11.6710661 53.6556168,7.3919999999999995 62.329,7.3919999999999995 C68.9073904,7.3919999999999995 74.9108516,9.8535644 79.468539,13.9058487 C81.3910044,12.316791899999998 83.8570004,11.361999999999998 86.546,11.361999999999998 C91.1305022,11.361999999999998 95.0667958,14.1373107 96.7664477,18.099499 C98.2178913,17.8461088 108.962676,18.2088696 109.235,17.714 C112.677055,11.4590645 124.71987,11.363483200000001 126.178112,21.066079 C125.989095,21.2206828 125.803901,21.3737176 125.623521,21.5248676 Z"></path>',unitContent:'<path d="M0.7487529580000001,0.9664742636363637 C0.748375074,0.9638322204545454 0.747993966,0.9612439613636364 0.7476097180000001,0.958710425 C0.7475781140000001,0.9612687909090909 0.747549334,0.9638566954545454 0.7475234380000001,0.9664742636363637 C0.747098746,0.9608442704545456 0.746459666,0.9540744 0.745624878,0.9462782727272727 C0.73848442,0.9038545181818182 0.730361758,0.8798636363636363 0.721746,0.8798636363636363 C0.7182004120000001,0.8798636363636363 0.714738332,0.8839265318181817 0.7113938439999999,0.8916649750000001 C0.7020366739999999,0.7425242295454545 0.686688766,0.6452727272727272 0.669342,0.6452727272727272 C0.65618522,0.6452727272727272 0.6441782960000001,0.7012173727272727 0.6350629219999999,0.7933147431818182 C0.631217992,0.7571998159090909 0.6262859999999999,0.7355 0.620908,0.7355 C0.611738996,0.7355 0.603866408,0.7985752431818182 0.6004671039999999,0.8886249772727273 C0.597564218,0.8828661090909091 0.594577964,0.8798636363636363 0.59153,0.8798636363636363 C0.5800432680000001,0.8798636363636363 0.56943301,0.9225070704545455 0.560858296,0.9946226431818181 C0.5513928140000001,0.869142175 0.5373424680000001,0.7896363636363636 0.5216580000000001,0.7896363636363636 C0.5098363140000001,0.7896363636363636 0.49894296200000005,0.8348030295454546 0.490241398,0.9107789159090909 C0.487075196,0.8910698795454546 0.483440762,0.8798636363636363 0.479576,0.8798636363636363 C0.473499264,0.8798636363636363 0.46799196,0.9075684522727272 0.46397887600000004,0.9524690977272727 C0.46153696,0.8885098068181818 0.455930232,0.8437727272727272 0.44940399999999997,0.8437727272727272 C0.442515648,0.8437727272727272 0.43665167000000005,0.8936121954545455 0.434452254,0.9632890068181819 C0.425099982,0.8560547522727273 0.41212955599999995,0.7896363636363636 0.397794,0.7896363636363636 C0.39458816,0.7896363636363636 0.39145059,0.7929579318181819 0.388406486,0.7993147363636364 C0.37916151200000003,0.6412107409090909 0.36334670399999996,0.537 0.34539,0.537 C0.321770744,0.537 0.30185725,0.7172983227272728 0.295726266,0.9633864659090908 C0.288094044,0.9112282545454545 0.279177184,0.8808686227272727 0.26964278,0.8798881431818182 C0.268172266,0.7975078045454546 0.261763372,0.7355 0.25408000000000003,0.7355 C0.251477548,0.7355 0.24902131,0.7426139090909092 0.246853666,0.7552238159090909 C0.238382584,0.6860246727272727 0.22799109,0.6452727272727272 0.216762,0.6452727272727272 C0.1963345736,0.6452727272727272 0.1786790142,0.7801337840909092 0.1703140474,0.9757794704545454 C0.160894816,0.8612361068181819 0.14748222079999998,0.7896363636363636 0.1310838352,0.7898839295454546 C0.1290670424,0.7165437727272728 0.1230425074,0.6633181818181818 0.11592400000000001,0.6633181818181818 C0.1115599526,0.6633181818181818 0.1076070618,0.6833223977272728 0.10473668979999999,0.7157017159090909 C0.0974375314,0.6707801454545455 0.089077899,0.6452727272727272 0.080194,0.6452727272727272 C0.0610097096,0.6452727272727272 0.0442701812,0.7642189704545455 0.035374981800000004,0.9407527363636364 C0.0262236142,0.8468275113636363 0.01409654626,0.7896363636363636 0,0.7897043613636363 L0,0 L1,0 L1,0.6453407250000001 C0.9954628,0.6461183227272728 0.991067538,0.6535492545454545 0.9868864119999999,0.6668130386363637 C0.984645532,0.6530719068181818 0.982080916,0.6452727272727272 0.979356,0.6452727272727272 C0.970585718,0.6452727272727272 0.963476,0.7260649795454546 0.963476194,0.8266268727272728 C0.960001664,0.8679445863636364 0.957053184,0.9150231772727273 0.954752958,0.9664742636363637 C0.946896638,0.9115453727272727 0.937646904,0.8798636363636363 0.927746,0.8798636363636363 C0.924200412,0.8798636363636363 0.920738332,0.8839265318181817 0.9173938439999999,0.8916649750000001 C0.908036674,0.7425242295454545 0.892688766,0.6452727272727272 0.875342,0.6452727272727272 C0.86218522,0.6452727272727272 0.8501782960000001,0.7012173727272727 0.841062922,0.7933147431818182 C0.837217992,0.7571998159090909 0.832286,0.7355 0.826908,0.7355 C0.817738996,0.7355 0.809866408,0.7985752431818182 0.806467104,0.8886249772727273 C0.803564218,0.8828661090909091 0.782074648,0.8911106727272727 0.78153,0.8798636363636363 C0.7746458900000001,0.7377060113636363 0.75056026,0.735533709090909 0.747643776,0.95604725 C0.74802181,0.9595609727272727 0.748392198,0.9630390363636363 0.7487529580000001,0.9664742636363637 Z"></path>'},bottom:{content:'<path d="M374.376479,9.2385287 C374.187537,9.35477859 373.996983,9.46866201 373.804859,9.58013766 C373.789057,9.46756954 373.774667,9.353701730000001 373.761719,9.2385287 C373.549373,9.48624841 373.229833,9.78412273 372.812439,10.127152370000001 C369.24221,11.99379749 365.180879,13.04939633 360.873,13.04939633 C359.100206,13.04939633 357.369166,12.8706289 355.696922,12.530137459999999 C351.018337,19.0923302 343.344383,23.3713963 334.671,23.3713963 C328.09261,23.3713963 322.089148,20.9098319 317.531461,16.857547670000002 C315.608996,18.4466044 313.143,19.401396300000002 310.454,19.401396300000002 C305.869498,19.401396300000002 301.933204,16.626085590000002 300.233552,12.6638973 C298.782109,12.91728754 297.288982,13.04939633 295.765,13.04939633 C290.021634,13.04939633 284.716505,11.173085239999999 280.429148,8 C275.696407,13.52114061 268.671234,17.01939633 260.829,17.01939633 C254.918157,17.01939633 249.471481,15.03206299 245.120699,11.68912404 C243.537598,12.556321669999999 241.720381,13.04939633 239.788,13.04939633 C236.749632,13.04939633 233.99598,11.83038445 231.989438,9.85475602 C230.76848,12.66896483 227.965116,14.63739633 224.702,14.63739633 C221.257824,14.63739633 218.325835,12.44445976 217.226127,9.37867999 C212.549991,14.09698727 206.064778,17.01939633 198.897,17.01939633 C197.29408,17.01939633 195.725295,16.87324737 194.203243,16.59354792 C189.580756,23.5501238 181.673352,28.1353963 172.695,28.1353963 C160.885372,28.1353963 150.928625,20.2022702 147.863133,9.37439187 C144.047022,11.66935314 139.588592,13.005176890000001 134.82139,13.048318049999999 C134.086133,16.67305289 130.881686,19.401396300000002 127.04,19.401396300000002 C125.738774,19.401396300000002 124.510655,19.088384400000002 123.426833,18.5335484 C119.191292,21.5783107 113.995545,23.3713963 108.381,23.3713963 C98.1672868,23.3713963 89.3395071,17.4375098 85.1570237,8.829099639999999 C80.447408,13.86900767 73.7411104,17.01939633 65.5419176,17.00850339 C64.5335212,20.2354703 61.5212537,22.5773963 57.962,22.5773963 C55.7799763,22.5773963 53.8035309,21.6972108 52.3683449,20.272520800000002 C48.7187657,22.24907 44.5389495,23.3713963 40.097,23.3713963 C30.5048548,23.3713963 22.1350906,18.137761599999997 17.6874909,10.37027591 C13.1118071,14.502985840000001 7.04827313,17.01939633 0,17.016404440000002 L0,44 L500,44 L500,23.3684044 C497.7314,23.334190200000002 495.533769,23.0072291 493.443206,22.4236226 C492.322766,23.0282324 491.040458,23.3713963 489.678,23.3713963 C485.292859,23.3713963 481.738,19.8165372 481.738097,15.391813939999999 C480.000832,13.57383456 478.526592,11.5023765 477.376479,9.2385287 C473.448319,11.655399880000001 468.823452,13.04939633 463.873,13.04939633 C462.100206,13.04939633 460.369166,12.8706289 458.696922,12.530137459999999 C454.018337,19.0923302 446.344383,23.3713963 437.671,23.3713963 C431.09261,23.3713963 425.089148,20.9098319 420.531461,16.857547670000002 C418.608996,18.4466044 416.143,19.401396300000002 413.454,19.401396300000002 C408.869498,19.401396300000002 404.933204,16.626085590000002 403.233552,12.6638973 C401.782109,12.91728754 391.037324,12.55452673 390.765,13.04939633 C387.322945,19.3043318 375.28013,19.3999131 373.821888,9.69731728 C374.010905,9.542713540000001 374.196099,9.38967875 374.376479,9.2385287 Z" opacity="0.5"></path><path d="M125.623521,24.2385287 C125.812463,24.3547786 126.003017,24.468662 126.195141,24.5801377 C126.210943,24.4675695 126.225333,24.3537017 126.238281,24.2385287 C126.450627,24.4862484 126.770167,24.7841227 127.187561,25.1271524 C130.75779,26.9937975 134.819121,28.0493963 139.127,28.0493963 C140.899794,28.0493963 142.630834,27.8706289 144.303078,27.5301375 C148.981663,34.0923302 156.655617,38.3713963 165.329,38.3713963 C171.90739,38.3713963 177.910852,35.9098319 182.468539,31.8575477 C184.391004,33.4466044 186.857,34.4013963 189.546,34.4013963 C194.130502,34.4013963 198.066796,31.6260856 199.766448,27.6638973 C201.217891,27.9172875 202.711018,28.0493963 204.235,28.0493963 C209.978366,28.0493963 215.283495,26.1730852 219.570852,23 C224.303593,28.5211406 231.328766,32.0193963 239.171,32.0193963 C245.081843,32.0193963 250.528519,30.032063 254.879301,26.689124 C256.462402,27.5563217 258.279619,28.0493963 260.212,28.0493963 C263.250368,28.0493963 266.00402,26.8303845 268.010562,24.854756 C269.23152,27.6689648 272.034884,29.6373963 275.298,29.6373963 C278.742176,29.6373963 281.674165,27.4444598 282.773873,24.37868 C287.450009,29.0969873 293.935222,32.0193963 301.103,32.0193963 C302.70592,32.0193963 304.274705,31.8732474 305.796757,31.5935479 C310.419244,38.5501238 318.326648,43.1353963 327.305,43.1353963 C339.114628,43.1353963 349.071375,35.2022702 352.136867,24.3743919 C355.952978,26.6693531 360.411408,28.0051769 365.17861,28.048318 C365.913867,31.6730529 369.118314,34.4013963 372.96,34.4013963 C374.261226,34.4013963 375.489345,34.088384399999995 376.573167,33.5335484 C380.808708,36.5783107 386.004455,38.3713963 391.619,38.3713963 C401.832713,38.3713963 410.660493,32.4375098 414.842976,23.8290996 C419.552592,28.8690077 426.25889,32.0193963 434.458082,32.008503399999995 C435.466479,35.2354703 438.478746,37.577396300000004 442.038,37.577396300000004 C444.220024,37.577396300000004 446.196469,36.6972108 447.631655,35.272520799999995 C451.281234,37.24907 455.46105,38.3713963 459.903,38.3713963 C469.495145,38.3713963 477.864909,33.137761600000005 482.312509,25.3702759 C486.888193,29.5029858 492.951727,32.0193963 500,32.0164044 L500,44 L0,44 L1.1937118e-12,38.3684044 C2.26859959,38.334190199999995 4.46623145,38.0072291 6.55679426,37.4236226 C7.67723391,38.0282324 8.95954184,38.3713963 10.322,38.3713963 C14.7071409,38.3713963 18.262,34.8165372 18.2619034,30.3918139 C19.9991684,28.5738346 21.4734077,26.5023765 22.623521,24.2385287 C26.5516809,26.6553999 31.1765478,28.0493963 36.127,28.0493963 C37.8997938,28.0493963 39.6308343,27.8706289 41.303078,27.5301375 C45.981663,34.0923302 53.6556168,38.3713963 62.329,38.3713963 C68.9073904,38.3713963 74.9108516,35.9098319 79.468539,31.8575477 C81.3910044,33.4466044 83.8570004,34.4013963 86.546,34.4013963 C91.1305022,34.4013963 95.0667958,31.6260856 96.7664477,27.6638973 C98.2178913,27.9172875 108.962676,27.5545267 109.235,28.0493963 C112.677055,34.3043318 124.71987,34.3999131 126.178112,24.6973173 C125.989095,24.5427135 125.803901,24.3896787 125.623521,24.2385287 Z"></path>',unitContent:'<path d="M0.7487529580000001,0.20996656136363637 C0.748375074,0.21260860431818182 0.747993966,0.21519686386363635 0.7476097180000001,0.21773040136363636 C0.7475781140000001,0.21517203499999998 0.747549334,0.21258413022727274 0.7475234380000001,0.20996656136363637 C0.747098746,0.21559655477272727 0.746459666,0.2223664256818182 0.745624878,0.23016255386363638 C0.73848442,0.2725863065909091 0.730361758,0.29657718931818183 0.721746,0.29657718931818183 C0.7182004120000001,0.29657718931818183 0.714738332,0.29251429318181815 0.7113938439999999,0.2847758513636363 C0.7020366739999999,0.4339165954545454 0.686688766,0.5311680977272727 0.669342,0.5311680977272727 C0.65618522,0.5311680977272727 0.6441782960000001,0.4752234522727273 0.6350629219999999,0.383126083409091 C0.631217992,0.41924100909090906 0.6262859999999999,0.44094082500000004 0.620908,0.44094082500000004 C0.611738996,0.44094082500000004 0.603866408,0.37786558159090916 0.6004671039999999,0.28781584772727276 C0.597564218,0.2935747168181818 0.594577964,0.29657718931818183 0.59153,0.29657718931818183 C0.5800432680000001,0.29657718931818183 0.56943301,0.25393375545454544 0.560858296,0.18181818181818182 C0.5513928140000001,0.3072986502272727 0.5373424680000001,0.38680446204545454 0.5216580000000001,0.38680446204545454 C0.5098363140000001,0.38680446204545454 0.49894296200000005,0.3416377952272727 0.490241398,0.26566191 C0.487075196,0.2853709470454545 0.483440762,0.29657718931818183 0.479576,0.29657718931818183 C0.473499264,0.29657718931818183 0.46799196,0.2688723738636364 0.46397887600000004,0.22397172772727272 C0.46153696,0.28793101886363637 0.455930232,0.3326680984090909 0.44940399999999997,0.3326680984090909 C0.442515648,0.3326680984090909 0.43665167000000005,0.28282863090909094 0.434452254,0.21315181795454546 C0.425099982,0.32038607431818183 0.41212955599999995,0.38680446204545454 0.397794,0.38680446204545454 C0.39458816,0.38680446204545454 0.39145059,0.3834828947727273 0.388406486,0.37712608909090906 C0.37916151200000003,0.5352300863636364 0.36334670399999996,0.639440825 0.34539,0.639440825 C0.321770744,0.639440825 0.30185725,0.4591425045454546 0.295726266,0.21305436068181818 C0.288094044,0.26521257136363635 0.279177184,0.2955722020454546 0.26964278,0.29655268295454545 C0.268172266,0.37893302022727277 0.261763372,0.44094082500000004 0.25408000000000003,0.44094082500000004 C0.251477548,0.44094082500000004 0.24902131,0.43382691818181823 0.246853666,0.4212170090909091 C0.238382584,0.4904161522727273 0.22799109,0.5311680977272727 0.216762,0.5311680977272727 C0.1963345736,0.5311680977272727 0.1786790142,0.3963070409090909 0.1703140474,0.20066135545454544 C0.160894816,0.3152047197727273 0.14748222079999998,0.38680446204545454 0.1310838352,0.38655689522727277 C0.1290670424,0.45989705227272726 0.1230425074,0.5131226431818182 0.11592400000000001,0.5131226431818182 C0.1115599526,0.5131226431818182 0.1076070618,0.4931184272727273 0.10473668979999999,0.46073910909090915 C0.0974375314,0.5056606818181818 0.089077899,0.5311680977272727 0.080194,0.5311680977272727 C0.0610097096,0.5311680977272727 0.0442701812,0.4122218545454545 0.035374981800000004,0.23568808886363637 C0.0262236142,0.32961331454545456 0.01409654626,0.38680446204545454 0,0.3867364645454546 L0,1 L1,1 L1,0.5311001 C0.9954628,0.5303225045454546 0.991067538,0.5228915704545455 0.9868864119999999,0.5096277863636364 C0.984645532,0.5233689181818182 0.982080916,0.5311680977272727 0.979356,0.5311680977272727 C0.970585718,0.5311680977272727 0.963476,0.45037584545454545 0.963476194,0.3498139531818181 C0.960001664,0.30849624 0.957053184,0.2614176477272727 0.954752958,0.20996656136363637 C0.946896638,0.26489545181818186 0.937646904,0.29657718931818183 0.927746,0.29657718931818183 C0.924200412,0.29657718931818183 0.920738332,0.29251429318181815 0.9173938439999999,0.2847758513636363 C0.908036674,0.4339165954545454 0.892688766,0.5311680977272727 0.875342,0.5311680977272727 C0.86218522,0.5311680977272727 0.8501782960000001,0.4752234522727273 0.841062922,0.383126083409091 C0.837217992,0.41924100909090906 0.832286,0.44094082500000004 0.826908,0.44094082500000004 C0.817738996,0.44094082500000004 0.809866408,0.37786558159090916 0.806467104,0.28781584772727276 C0.803564218,0.2935747168181818 0.782074648,0.28533015295454545 0.78153,0.29657718931818183 C0.7746458900000001,0.43873481363636363 0.75056026,0.4409071159090909 0.747643776,0.22039357454545455 C0.74802181,0.2168798531818182 0.748392198,0.21340178977272728 0.7487529580000001,0.20996656136363637 Z"></path>'},viewBox:{height:"44",width:"500"}},"outer-clouds-with-fade":{top:{content:'<path d="M0,0 L500,0 L500,25.1574795 C493.349512,24.9337577 487.617893,22.4537858 483.241759,18.5013071 C478.776369,26.2998628 470.373126,31.554432 460.742612,31.554432 C456.282895,31.554432 452.086359,30.427616299999997 448.422182,28.443161000000003 C446.981255,29.873549699999998 444.996904,30.757255999999998 442.806152,30.757255999999998 C439.232661,30.757255999999998 436.208345,28.4059623 435.195915,25.166087500000003 C426.963925,25.177024000000003 420.230802,22.0140338 415.502348,16.9539661 C411.303135,25.596809899999997 402.440044,31.554432 392.185476,31.554432 C386.548473,31.554432 381.331943,29.7541741 377.07946,26.6972327 C375.991302,27.254288000000003 374.758271,27.568551999999997 373.45184,27.568551999999997 C369.594787,27.568551999999997 366.377522,24.8292952 365.639324,21.1900614 C360.853053,21.1467477 356.37679,19.8055806 352.545415,17.5014395 C349.467661,28.3726293 339.471087,36.337488 327.61422,36.337488 C318.599955,36.337488 310.660921,31.733874299999997 306.019944,24.7494722 C304.491804,25.0302904 302.916744,25.177024000000003 301.307412,25.177024000000003 C294.110963,25.177024000000003 287.599809,22.2429253 282.904968,17.5057448 C281.800862,20.5837877 278.857145,22.785496 275.399192,22.785496 C272.123024,22.785496 269.308446,20.8091908 268.082604,17.9837251 C266.068036,19.9672561 263.303369,21.191144 260.252848,21.191144 C258.312738,21.191144 256.488252,20.696097 254.898818,19.8254306 C250.530633,23.1817413 245.06217,25.177024000000003 239.127684,25.177024000000003 C231.254081,25.177024000000003 224.200807,21.6647753 219.449135,16.1215501 C215.144629,19.3073277 209.818279,21.191144 204.05194,21.191144 C202.521862,21.191144 201.022763,21.0585068 199.565514,20.804103 C197.859063,24.78214 193.907024,27.568551999999997 189.304184,27.568551999999997 C186.604428,27.568551999999997 184.128568,26.609941 182.198413,25.014527899999997 C177.622495,29.0830213 171.59502,31.554432 164.990316,31.554432 C156.282239,31.554432 148.57759,27.2582496 143.88029,20.6698081 C142.201358,21.0116615 140.463393,21.191144 138.683508,21.191144 C134.358398,21.191144 130.280822,20.1313228 126.696311,18.2572111 C126.277247,17.9128093 125.95643,17.6137435 125.743234,17.3650329 C125.730234,17.4806666 125.715787,17.5949899 125.699921,17.7080083 C125.507029,17.5960867 125.315713,17.4817478 125.126015,17.3650329 C125.307117,17.5167875 125.493052,17.6704345 125.682825,17.8256566 C124.218749,27.567062800000002 112.127763,27.4710993 108.67194,21.191144 C108.398527,20.6942949 97.6107628,21.0585068 96.1535135,20.804103 C94.447063,24.78214 90.4950242,27.568551999999997 85.892184,27.568551999999997 C83.1924284,27.568551999999997 80.7165684,26.609941 78.7864132,25.014527899999997 C74.210495,29.0830213 68.1830199,31.554432 61.578316,31.554432 C52.8702392,31.554432 45.1655896,27.2582496 40.4682903,20.6698081 C38.7893576,21.0116615 37.051393,21.191144 35.271508,21.191144 C30.301254,21.191144 25.6578876,19.7915716 21.7140151,17.3650329 C20.5593014,19.6379361 19.0791651,21.71768 17.334951,23.5429313 C17.335048,27.985353500000002 13.7659695,31.554432 9.363288,31.554432 C7.99538001,31.554432 6.70794284,31.2098954 5.58302143,30.6028672 C3.79272518,31.102650599999997 1.92422048,31.414967599999997 0,31.5173257 L0,0 Z" opacity="0.5"></path><path d="M500,16.5173257 L500,0 L0,0 L0,10.1574795 C6.65048758,9.933757700000001 12.3821067,7.4537858 16.7582408,3.5013071 C21.2236309,11.2998628 29.6268743,16.554432 39.257388,16.554432 C43.7171053,16.554432 47.9136408,15.4276163 51.5778183,13.443161 C53.018745,14.873549700000002 55.0030962,15.757256000000002 57.193848,15.757256000000002 C60.7673387,15.757256000000002 63.7916553,13.405962299999999 64.8040853,10.1660875 C73.0360748,10.177024 79.7691977,7.0140338 84.4976518,1.9539661200000005 C88.6968651,10.5968099 97.559956,16.554432 107.814524,16.554432 C113.451527,16.554432 118.668057,14.7541741 122.92054,11.6972327 C124.008698,12.254287999999999 125.241729,12.568552 126.54816,12.568552 C130.405213,12.568552 133.622478,9.8292952 134.360676,6.190061399999999 C139.146947,6.146747700000001 143.62321,4.805580600000001 147.454585,2.5014395300000007 C150.532339,13.3726293 160.528913,21.337488 172.38578,21.337488 C181.400045,21.337488 189.339079,16.7338743 193.980056,9.7494722 C195.508196,10.030290399999998 197.083256,10.177024 198.692588,10.177024 C205.889037,10.177024 212.400191,7.2429253 217.095032,2.5057448000000004 C218.199138,5.5837877 221.142855,7.785496 224.600808,7.785496 C227.876976,7.785496 230.691554,5.8091908 231.917396,2.98372513 C233.931964,4.9672561 236.696631,6.1911439999999995 239.747152,6.1911439999999995 C241.687262,6.1911439999999995 243.511748,5.696097 245.101182,4.825430600000001 C249.469367,8.1817413 254.93783,10.177024 260.872316,10.177024 C268.745919,10.177024 275.799193,6.6647753000000005 280.550865,1.1215500899999995 C284.855371,4.3073277 290.181721,6.1911439999999995 295.94806,6.1911439999999995 C297.478138,6.1911439999999995 298.977237,6.0585068 300.434486,5.804103 C302.140937,9.782139999999998 306.092976,12.568552 310.695816,12.568552 C313.395572,12.568552 315.871432,11.609941 317.801587,10.014527900000001 C322.377505,14.083021299999999 328.40498,16.554432 335.009684,16.554432 C343.717761,16.554432 351.42241,12.2582496 356.11971,5.669808099999999 C357.798642,6.011661500000001 359.536607,6.1911439999999995 361.316492,6.1911439999999995 C365.641602,6.1911439999999995 369.719178,5.1313227999999995 373.303689,3.2572110999999992 C373.722753,2.91280931 374.04357,2.613743489999999 374.256766,2.365032899999999 C374.269766,2.48066663 374.284213,2.5949899 374.300079,2.7080082999999995 C374.492971,2.5960867400000005 374.684287,2.48174779 374.873985,2.365032899999999 C374.692883,2.51678755 374.506948,2.670434480000001 374.317175,2.82565664 C375.781251,12.567062799999999 387.872237,12.471099299999999 391.32806,6.1911439999999995 C391.601473,5.694294899999999 402.389237,6.0585068 403.846486,5.804103 C405.552937,9.782139999999998 409.504976,12.568552 414.107816,12.568552 C416.807572,12.568552 419.283432,11.609941 421.213587,10.014527900000001 C425.789505,14.083021299999999 431.81698,16.554432 438.421684,16.554432 C447.129761,16.554432 454.83441,12.2582496 459.53171,5.669808099999999 C461.210642,6.011661500000001 462.948607,6.1911439999999995 464.728492,6.1911439999999995 C469.698746,6.1911439999999995 474.342112,4.791571599999999 478.285985,2.365032899999999 C479.440699,4.637936099999999 480.920835,6.71768 482.665049,8.5429313 C482.664952,12.985353499999999 486.234031,16.554432 490.636712,16.554432 C492.00462,16.554432 493.292057,16.2098954 494.416979,15.602867199999999 C496.207275,16.1026506 498.07578,16.4149676 500,16.5173257 Z"></path>',unitContent:'<path d="M0,0 L1,0 L1,0.5717608977272728 C0.986699024,0.5666763113636364 0.9752357859999999,0.5103133136363636 0.966483518,0.42048425227272723 C0.957552738,0.5977241545454546 0.9407462520000001,0.7171461818181818 0.921485224,0.7171461818181818 C0.91256579,0.7171461818181818 0.904172718,0.691536734090909 0.896844364,0.6464354772727273 C0.8939625099999999,0.6789443113636363 0.8899938079999999,0.6990285454545454 0.885612304,0.6990285454545454 C0.878465322,0.6990285454545454 0.87241669,0.6455900522727273 0.87039183,0.5719565340909092 C0.85392785,0.572205090909091 0.8404616039999999,0.50031895 0.8310046959999999,0.38531741136363634 C0.82260627,0.5817456795454544 0.804880088,0.7171461818181818 0.784370952,0.7171461818181818 C0.773096946,0.7171461818181818 0.762663886,0.6762312295454546 0.75415892,0.6067552886363636 C0.751982604,0.6194156363636364 0.749516542,0.626558 0.74690368,0.626558 C0.739189574,0.626558 0.732755044,0.5643021636363637 0.731278648,0.4815923045454546 C0.721706106,0.48060790227272726 0.7127535800000001,0.4501268318181818 0.70509083,0.39775998863636364 C0.6989353220000001,0.6448324840909091 0.678942174,0.825852 0.65522844,0.825852 C0.6371999100000001,0.825852 0.621321842,0.7212244159090908 0.612039888,0.5624880045454546 C0.608983608,0.5688702363636363 0.605833488,0.572205090909091 0.602614824,0.572205090909091 C0.588221926,0.572205090909091 0.575199618,0.5055210295454545 0.565809936,0.3978578363636363 C0.563601724,0.46781335681818176 0.5577142900000001,0.5178521818181818 0.550798384,0.5178521818181818 C0.544246048,0.5178521818181818 0.538616892,0.4729361545454545 0.536165208,0.408721025 C0.532136072,0.453801275 0.5266067379999999,0.4816169090909091 0.520505696,0.4816169090909091 C0.5166254760000001,0.4816169090909091 0.5129765039999999,0.47036584090909095 0.509797636,0.4505779681818182 C0.501061266,0.5268577568181818 0.49012434,0.572205090909091 0.47825536799999996,0.572205090909091 C0.462508162,0.572205090909091 0.448401614,0.4923812568181818 0.43889827000000003,0.36639886590909093 C0.430289258,0.4388029022727272 0.419636558,0.4816169090909091 0.40810388000000003,0.4816169090909091 C0.405043724,0.4816169090909091 0.402045526,0.4786024272727273 0.399131028,0.47282052272727276 C0.395718126,0.5632304545454545 0.387814048,0.626558 0.378608368,0.626558 C0.37320885600000003,0.626558 0.368257136,0.6047713863636364 0.36439682599999995,0.5685119977272727 C0.35524499,0.6609777568181818 0.34319004000000003,0.7171461818181818 0.329980632,0.7171461818181818 C0.31256447800000003,0.7171461818181818 0.29715517999999996,0.6195056727272727 0.28776058,0.46976836590909093 C0.284402716,0.47753776136363635 0.280926786,0.4816169090909091 0.27736701599999997,0.4816169090909091 C0.268716796,0.4816169090909091 0.260561644,0.4575300636363636 0.253392622,0.41493661590909087 C0.252554494,0.40710930227272724 0.25191286,0.4003123522727273 0.251486468,0.3946598386363636 C0.251460468,0.39728787727272724 0.251431574,0.3998861340909091 0.251399842,0.4024547340909091 C0.251014058,0.39991106136363636 0.250631426,0.39731245000000004 0.25025203,0.3946598386363636 C0.250614234,0.3981088068181818 0.250986104,0.40160078409090905 0.25136565,0.40512855909090906 C0.248437498,0.6265241545454546 0.224255526,0.6243431659090909 0.21734388000000002,0.4816169090909091 C0.216797054,0.47032488409090906 0.1952215256,0.4786024272727273 0.192307027,0.47282052272727276 C0.188894126,0.5632304545454545 0.18099004840000002,0.626558 0.171784368,0.626558 C0.16638485679999998,0.626558 0.1614331368,0.6047713863636364 0.1575728264,0.5685119977272727 C0.14842099,0.6609777568181818 0.1363660398,0.7171461818181818 0.123156632,0.7171461818181818 C0.1057404784,0.7171461818181818 0.0903311792,0.6195056727272727 0.0809365806,0.46976836590909093 C0.07757871520000001,0.47753776136363635 0.07410278599999999,0.4816169090909091 0.070543016,0.4816169090909091 C0.060602508,0.4816169090909091 0.0513157752,0.44980844545454546 0.0434280302,0.3946598386363636 C0.0411186028,0.4463167295454546 0.0381583302,0.4935836363636364 0.034669902,0.5350666204545454 C0.034670096,0.6360307613636365 0.027531939000000002,0.7171461818181818 0.018726576,0.7171461818181818 C0.01599076002,0.7171461818181818 0.013415885680000001,0.7093158045454545 0.01116604286,0.6955197090909091 C0.00758545036,0.7068784227272726 0.00384844096,0.7139765363636363 0,0.7163028568181818 L0,0 Z">'},bottom:{content:'<path d="M0,44 L500,44 L500,18.8425205 C493.349512,19.0662423 487.617893,21.5462142 483.241759,25.4986929 C478.776369,17.7001372 470.373126,12.445568 460.742612,12.445568 C456.282895,12.445568 452.086359,13.57238366 448.422182,15.55683899 C446.981255,14.12645027 444.996904,13.242744 442.806152,13.242744 C439.232661,13.242744 436.208345,15.59403771 435.195915,18.8339125 C426.963925,18.822976 420.230802,21.9859662 415.502348,27.0460339 C411.303135,18.4031901 402.440044,12.445568 392.185476,12.445568 C386.548473,12.445568 381.331943,14.24582594 377.07946,17.3027673 C375.991302,16.74571202 374.758271,16.431448 373.45184,16.431448 C369.594787,16.431448 366.377522,19.1707048 365.639324,22.809938600000002 C360.853053,22.8532523 356.37679,24.1944194 352.545415,26.4985605 C349.467661,15.62737066 339.471087,7.6625119999999995 327.61422,7.6625119999999995 C318.599955,7.6625119999999995 310.660921,12.266125670000001 306.019944,19.2505278 C304.491804,18.9697096 302.916744,18.822976 301.307412,18.822976 C294.110963,18.822976 287.599809,21.7570747 282.904968,26.4942552 C281.800862,23.4162123 278.857145,21.214503999999998 275.399192,21.214503999999998 C272.123024,21.214503999999998 269.308446,23.1908092 268.082604,26.0162749 C266.068036,24.0327439 263.303369,22.808856 260.252848,22.808856 C258.312738,22.808856 256.488252,23.303903 254.898818,24.1745694 C250.530633,20.8182587 245.06217,18.822976 239.127684,18.822976 C231.254081,18.822976 224.200807,22.335224699999998 219.449135,27.8784499 C215.144629,24.6926723 209.818279,22.808856 204.05194,22.808856 C202.521862,22.808856 201.022763,22.9414932 199.565514,23.195897 C197.859063,19.21786 193.907024,16.431448 189.304184,16.431448 C186.604428,16.431448 184.128568,17.390059 182.198413,18.985472100000003 C177.622495,14.91697868 171.59502,12.445568 164.990316,12.445568 C156.282239,12.445568 148.57759,16.741750359999997 143.88029,23.3301919 C142.201358,22.988338499999998 140.463393,22.808856 138.683508,22.808856 C134.358398,22.808856 130.280822,23.8686772 126.696311,25.7427889 C126.277247,26.0871907 125.95643,26.3862565 125.743234,26.6349671 C125.730234,26.5193334 125.715787,26.4050101 125.699921,26.2919917 C125.507029,26.4039133 125.315713,26.5182522 125.126015,26.6349671 C125.307117,26.4832125 125.493052,26.3295655 125.682825,26.1743434 C124.218749,16.432937170000002 112.127763,16.528900739999997 108.67194,22.808856 C108.398527,23.3057051 97.6107628,22.9414932 96.1535135,23.195897 C94.447063,19.21786 90.4950242,16.431448 85.892184,16.431448 C83.1924284,16.431448 80.7165684,17.390059 78.7864132,18.985472100000003 C74.210495,14.91697868 68.1830199,12.445568 61.578316,12.445568 C52.8702392,12.445568 45.1655896,16.741750359999997 40.4682903,23.3301919 C38.7893576,22.988338499999998 37.051393,22.808856 35.271508,22.808856 C30.301254,22.808856 25.6578876,24.2084284 21.7140151,26.6349671 C20.5593014,24.3620639 19.0791651,22.28232 17.334951,20.4570687 C17.335048,16.01464652 13.7659695,12.445568 9.363288,12.445568 C7.99538001,12.445568 6.70794284,12.79010459 5.58302143,13.39713283 C3.79272518,12.89734945 1.92422048,12.58503237 0,12.48267427 L0,44 Z" opacity="0.5"></path><path d="M500,27.4826743 L500,44 L0,44 L0,33.8425205 C6.65048758,34.0662423 12.3821067,36.5462142 16.7582408,40.4986929 C21.2236309,32.7001372 29.6268743,27.445568 39.257388,27.445568 C43.7171053,27.445568 47.9136408,28.5723837 51.5778183,30.556839 C53.018745,29.1264503 55.0030962,28.242744 57.193848,28.242744 C60.7673387,28.242744 63.7916553,30.5940377 64.8040853,33.8339125 C73.0360748,33.822976 79.7691977,36.9859662 84.4976518,42.0460339 C88.6968651,33.4031901 97.559956,27.445568 107.814524,27.445568 C113.451527,27.445568 118.668057,29.2458259 122.92054,32.3027673 C124.008698,31.745712 125.241729,31.431448 126.54816,31.431448 C130.405213,31.431448 133.622478,34.170704799999996 134.360676,37.809938599999995 C139.146947,37.8532523 143.62321,39.1944194 147.454585,41.4985605 C150.532339,30.6273707 160.528913,22.662512 172.38578,22.662512 C181.400045,22.662512 189.339079,27.2661257 193.980056,34.2505278 C195.508196,33.9697096 197.083256,33.822976 198.692588,33.822976 C205.889037,33.822976 212.400191,36.757074700000004 217.095032,41.4942552 C218.199138,38.4162123 221.142855,36.214504000000005 224.600808,36.214504000000005 C227.876976,36.214504000000005 230.691554,38.190809200000004 231.917396,41.0162749 C233.931964,39.0327439 236.696631,37.808856 239.747152,37.808856 C241.687262,37.808856 243.511748,38.303903 245.101182,39.1745694 C249.469367,35.8182587 254.93783,33.822976 260.872316,33.822976 C268.745919,33.822976 275.799193,37.3352247 280.550865,42.8784499 C284.855371,39.6926723 290.181721,37.808856 295.94806,37.808856 C297.478138,37.808856 298.977237,37.9414932 300.434486,38.195897 C302.140937,34.21786 306.092976,31.431448 310.695816,31.431448 C313.395572,31.431448 315.871432,32.390059 317.801587,33.985472099999996 C322.377505,29.9169787 328.40498,27.445568 335.009684,27.445568 C343.717761,27.445568 351.42241,31.7417504 356.11971,38.3301919 C357.798642,37.9883385 359.536607,37.808856 361.316492,37.808856 C365.641602,37.808856 369.719178,38.8686772 373.303689,40.7427889 C373.722753,41.0871907 374.04357,41.3862565 374.256766,41.6349671 C374.269766,41.5193334 374.284213,41.4050101 374.300079,41.2919917 C374.492971,41.4039133 374.684287,41.5182522 374.873985,41.6349671 C374.692883,41.4832125 374.506948,41.3295655 374.317175,41.1743434 C375.781251,31.4329372 387.872237,31.5289007 391.32806,37.808856 C391.601473,38.3057051 402.389237,37.9414932 403.846486,38.195897 C405.552937,34.21786 409.504976,31.431448 414.107816,31.431448 C416.807572,31.431448 419.283432,32.390059 421.213587,33.985472099999996 C425.789505,29.9169787 431.81698,27.445568 438.421684,27.445568 C447.129761,27.445568 454.83441,31.7417504 459.53171,38.3301919 C461.210642,37.9883385 462.948607,37.808856 464.728492,37.808856 C469.698746,37.808856 474.342112,39.2084284 478.285985,41.6349671 C479.440699,39.3620639 480.920835,37.28232 482.665049,35.4570687 C482.664952,31.0146465 486.234031,27.445568 490.636712,27.445568 C492.00462,27.445568 493.292057,27.7901046 494.416979,28.3971328 C496.207275,27.8973494 498.07578,27.5850324 500,27.4826743 L500,27.4826743 Z"></path>',unitContent:'<path d="M0,1 L1,1 L1,0.42823910227272727 C0.986699024,0.4333236886363636 0.9752357859999999,0.4896866863636364 0.966483518,0.5795157477272728 C0.957552738,0.4022758454545455 0.9407462520000001,0.28285381818181815 0.921485224,0.28285381818181815 C0.91256579,0.28285381818181815 0.904172718,0.308463265 0.896844364,0.3535645225 C0.8939625099999999,0.3210556879545454 0.8899938079999999,0.30097145454545454 0.885612304,0.30097145454545454 C0.878465322,0.30097145454545454 0.87241669,0.35440994795454545 0.87039183,0.4280434659090909 C0.85392785,0.4277949090909091 0.8404616039999999,0.49968105 0.8310046959999999,0.6146825886363637 C0.82260627,0.41825432045454547 0.804880088,0.28285381818181815 0.784370952,0.28285381818181815 C0.773096946,0.28285381818181815 0.762663886,0.32376877136363635 0.75415892,0.39324471136363637 C0.751982604,0.38058436409090907 0.749516542,0.373442 0.74690368,0.373442 C0.739189574,0.373442 0.732755044,0.43569783636363635 0.731278648,0.5184076954545455 C0.721706106,0.5193920977272728 0.7127535800000001,0.5498731681818182 0.70509083,0.6022400113636364 C0.6989353220000001,0.355167515 0.678942174,0.174148 0.65522844,0.174148 C0.6371999100000001,0.174148 0.621321842,0.2787755834090909 0.612039888,0.43751199545454544 C0.608983608,0.4311297636363637 0.605833488,0.4277949090909091 0.602614824,0.4277949090909091 C0.588221926,0.4277949090909091 0.575199618,0.4944789704545455 0.565809936,0.6021421636363636 C0.563601724,0.5321866431818182 0.5577142900000001,0.4821478181818181 0.550798384,0.4821478181818181 C0.544246048,0.4821478181818181 0.538616892,0.5270638454545454 0.536165208,0.5912789749999999 C0.532136072,0.546198725 0.5266067379999999,0.5183830909090908 0.520505696,0.5183830909090908 C0.5166254760000001,0.5183830909090908 0.5129765039999999,0.529634159090909 0.509797636,0.5494220318181818 C0.501061266,0.4731422431818182 0.49012434,0.4277949090909091 0.47825536799999996,0.4277949090909091 C0.462508162,0.4277949090909091 0.448401614,0.5076187431818181 0.43889827000000003,0.6336011340909091 C0.430289258,0.5611970977272728 0.419636558,0.5183830909090908 0.40810388000000003,0.5183830909090908 C0.405043724,0.5183830909090908 0.402045526,0.5213975727272727 0.399131028,0.5271794772727273 C0.395718126,0.4367695454545455 0.387814048,0.373442 0.378608368,0.373442 C0.37320885600000003,0.373442 0.368257136,0.39522861363636363 0.36439682599999995,0.4314880022727273 C0.35524499,0.3390222427272727 0.34319004000000003,0.28285381818181815 0.329980632,0.28285381818181815 C0.31256447800000003,0.28285381818181815 0.29715517999999996,0.3804943263636363 0.28776058,0.5302316340909091 C0.284402716,0.5224622386363635 0.280926786,0.5183830909090908 0.27736701599999997,0.5183830909090908 C0.268716796,0.5183830909090908 0.260561644,0.5424699363636364 0.253392622,0.5850633840909091 C0.252554494,0.5928906977272728 0.25191286,0.5996876477272727 0.251486468,0.6053401613636363 C0.251460468,0.6027121227272727 0.251431574,0.6001138659090909 0.251399842,0.597545265909091 C0.251014058,0.6000889386363636 0.250631426,0.60268755 0.25025203,0.6053401613636363 C0.250614234,0.6018911931818182 0.250986104,0.598399215909091 0.25136565,0.5948714409090909 C0.248437498,0.37347584477272733 0.224255526,0.37565683499999997 0.21734388000000002,0.5183830909090908 C0.216797054,0.5296751159090909 0.1952215256,0.5213975727272727 0.192307027,0.5271794772727273 C0.188894126,0.4367695454545455 0.18099004840000002,0.373442 0.171784368,0.373442 C0.16638485679999998,0.373442 0.1614331368,0.39522861363636363 0.1575728264,0.4314880022727273 C0.14842099,0.3390222427272727 0.1363660398,0.28285381818181815 0.123156632,0.28285381818181815 C0.1057404784,0.28285381818181815 0.0903311792,0.3804943263636363 0.0809365806,0.5302316340909091 C0.07757871520000001,0.5224622386363635 0.07410278599999999,0.5183830909090908 0.070543016,0.5183830909090908 C0.060602508,0.5183830909090908 0.0513157752,0.5501915545454545 0.0434280302,0.6053401613636363 C0.0411186028,0.5536832704545455 0.0381583302,0.5064163636363636 0.034669902,0.46493337954545455 C0.034670096,0.36396923909090906 0.027531939000000002,0.28285381818181815 0.018726576,0.28285381818181815 C0.01599076002,0.28285381818181815 0.013415885680000001,0.29068419522727273 0.01116604286,0.3044802915909091 C0.00758545036,0.2931215784090909 0.00384844096,0.28602346295454545 0,0.2836971425 L0,1 Z"></path>'},viewBox:{height:"44",width:"500"}},"inner-clouds":{top:{content:'<path d="M374.376479,20.5248676 C374.187537,20.4086177 373.996983,20.2947343 373.804859,20.1832587 C373.789057,20.2958268 373.774667,20.4096946 373.761719,20.5248676 C373.549373,20.2771479 373.229833,19.9792736 372.812439,19.636244 C369.24221,17.7695988 365.180879,16.714 360.873,16.714 C359.100206,16.714 357.369166,16.8927674 355.696922,17.2332589 C351.018337,10.6710661 343.344383,6.3919999999999995 334.671,6.3919999999999995 C328.09261,6.3919999999999995 322.089148,8.8535644 317.531461,12.9058487 C315.608996,11.316791899999998 313.143,10.361999999999998 310.454,10.361999999999998 C305.869498,10.361999999999998 301.933204,13.1373107 300.233552,17.099499 C298.782109,16.8461088 297.288982,16.714 295.765,16.714 C290.021634,16.714 284.716505,18.5903111 280.429148,21.7633963 C275.696407,16.2422557 268.671234,12.744 260.829,12.744 C254.918157,12.744 249.471481,14.7313333 245.120699,18.0742723 C243.537598,17.2070747 241.720381,16.714 239.788,16.714 C236.749632,16.714 233.99598,17.9330119 231.989438,19.9086403 C230.76848,17.0944315 227.965116,15.126000000000001 224.702,15.126000000000001 C221.257824,15.126000000000001 218.325835,17.3189366 217.226127,20.3847163 C212.549991,15.6664091 206.064778,12.744 198.897,12.744 C197.29408,12.744 195.725295,12.890149000000001 194.203243,13.1698484 C189.580756,6.2132726 181.673352,1.6280000000000001 172.695,1.6280000000000001 C160.885372,1.6280000000000001 150.928625,9.5611262 147.863133,20.3890045 C144.047022,18.0940432 139.588592,16.7582194 134.82139,16.7150783 C134.086133,13.090343399999998 130.881686,10.361999999999998 127.04,10.361999999999998 C125.738774,10.361999999999998 124.510655,10.675011999999999 123.426833,11.2298479 C119.191292,8.1850856 113.995545,6.3919999999999995 108.381,6.3919999999999995 C98.1672868,6.3919999999999995 89.3395071,12.3258865 85.1570237,20.9342967 C80.447408,15.8943887 73.7411104,12.744 65.5419176,12.754892900000002 C64.5335212,9.527926 61.5212537,7.186 57.962,7.186 C55.7799763,7.186 53.8035309,8.0661855 52.3683449,9.490875500000001 C48.7187657,7.5143264 44.5389495,6.3919999999999995 40.097,6.3919999999999995 C30.5048548,6.3919999999999995 22.1350906,11.625634699999999 17.6874909,19.3931204 C13.1118071,15.260410499999999 7.04827313,12.744 0,12.746991900000001 L0,0 L500,0 L500,6.394991900000001 C497.7314,6.429206199999999 495.533769,6.7561672 493.443206,7.3397737 C492.322766,6.7351639 491.040458,6.3919999999999995 489.678,6.3919999999999995 C485.292859,6.3919999999999995 481.738,9.946859100000001 481.738097,14.371582400000001 C480.000832,16.1895618 478.526592,18.2610198 477.376479,20.5248676 C473.448319,18.1079964 468.823452,16.714 463.873,16.714 C462.100206,16.714 460.369166,16.8927674 458.696922,17.2332589 C454.018337,10.6710661 446.344383,6.3919999999999995 437.671,6.3919999999999995 C431.09261,6.3919999999999995 425.089148,8.8535644 420.531461,12.9058487 C418.608996,11.316791899999998 416.143,10.361999999999998 413.454,10.361999999999998 C408.869498,10.361999999999998 404.933204,13.1373107 403.233552,17.099499 C401.782109,16.8461088 391.037324,17.2088696 390.765,16.714 C387.322945,10.4590645 375.28013,10.363483200000001 373.821888,20.066079 C374.010905,20.2206828 374.196099,20.3737176 374.376479,20.5248676 Z"></path>',unitContent:'<path d="M0.7487529580000001,0.7077540551724139 C0.748375074,0.7037454379310345 0.747993966,0.6998184241379309 0.7476097180000001,0.6959744379310344 C0.7475781140000001,0.6998560965517242 0.747549334,0.7037825724137932 0.7475234380000001,0.7077540551724139 C0.747098746,0.6992119965517241 0.746459666,0.6889404689655172 0.745624878,0.6771118620689656 C0.73848442,0.6127447862068965 0.730361758,0.5763448275862069 0.721746,0.5763448275862069 C0.7182004120000001,0.5763448275862069 0.714738332,0.5825092206896552 0.7113938439999999,0.5942503068965517 C0.7020366739999999,0.3679677965517242 0.686688766,0.22041379310344825 0.669342,0.22041379310344825 C0.65618522,0.22041379310344825 0.6441782960000001,0.30529532413793103 0.6350629219999999,0.44502926551724137 C0.631217992,0.3902342034482758 0.6262859999999999,0.35731034482758617 0.620908,0.35731034482758617 C0.611738996,0.35731034482758617 0.603866408,0.4530107137931035 0.6004671039999999,0.5896378965517242 C0.597564218,0.5809003034482758 0.594577964,0.5763448275862069 0.59153,0.5763448275862069 C0.5800432680000001,0.5763448275862069 0.56943301,0.6410452103448276 0.560858296,0.7504619413793103 C0.5513928140000001,0.5600777827586207 0.5373424680000001,0.43944827586206897 0.5216580000000001,0.43944827586206897 C0.5098363140000001,0.43944827586206897 0.49894296200000005,0.5079770103448276 0.490241398,0.6232507689655172 C0.487075196,0.5933474034482759 0.483440762,0.5763448275862069 0.479576,0.5763448275862069 C0.473499264,0.5763448275862069 0.46799196,0.6183797206896552 0.46397887600000004,0.6865048379310345 C0.46153696,0.5894631551724138 0.455930232,0.5215862068965518 0.44940399999999997,0.5215862068965518 C0.442515648,0.5215862068965518 0.43665167000000005,0.5972047103448276 0.434452254,0.702921251724138 C0.425099982,0.5402210034482758 0.41212955599999995,0.43944827586206897 0.397794,0.43944827586206897 C0.39458816,0.43944827586206897 0.39145059,0.44448789655172416 0.388406486,0.45413270344827583 C0.37916151200000003,0.2142507793103448 0.36334670399999996,0.056137931034482766 0.34539,0.056137931034482766 C0.321770744,0.056137931034482766 0.30185725,0.32969400689655176 0.295726266,0.7030691206896551 C0.288094044,0.6239325241379311 0.279177184,0.5778696344827586 0.26964278,0.5763820103448275 C0.268172266,0.45139115172413785 0.261763372,0.35731034482758617 0.25408000000000003,0.35731034482758617 C0.251477548,0.35731034482758617 0.24902131,0.3681038620689655 0.246853666,0.3872361344827586 C0.238382584,0.28224433103448276 0.22799109,0.22041379310344825 0.216762,0.22041379310344825 C0.1963345736,0.22041379310344825 0.1786790142,0.4250305689655172 0.1703140474,0.7218723 C0.160894816,0.5480823689655172 0.14748222079999998,0.43944827586206897 0.1310838352,0.4398238931034483 C0.1290670424,0.3285491724137931 0.1230425074,0.24779310344827585 0.11592400000000001,0.24779310344827585 C0.1115599526,0.24779310344827585 0.1076070618,0.2781443275862069 0.10473668979999999,0.3272715689655173 C0.0974375314,0.25911470344827586 0.089077899,0.22041379310344825 0.080194,0.22041379310344825 C0.0610097096,0.22041379310344825 0.0442701812,0.40088395517241376 0.035374981800000004,0.6687282896551724 C0.0262236142,0.5262210517241379 0.01409654626,0.43944827586206897 0,0.43955144482758624 L0,0 L1,0 L1,0.22051696206896554 C0.9954628,0.22169676551724135 0.991067538,0.2329712827586207 0.9868864119999999,0.25309564482758623 C0.984645532,0.23224703103448274 0.982080916,0.22041379310344825 0.979356,0.22041379310344825 C0.970585718,0.22041379310344825 0.963476,0.34299514137931036 0.963476194,0.4955718068965518 C0.960001664,0.5582607517241379 0.957053184,0.6296903379310345 0.954752958,0.7077540551724139 C0.946896638,0.6244136689655173 0.937646904,0.5763448275862069 0.927746,0.5763448275862069 C0.924200412,0.5763448275862069 0.920738332,0.5825092206896552 0.9173938439999999,0.5942503068965517 C0.908036674,0.3679677965517242 0.892688766,0.22041379310344825 0.875342,0.22041379310344825 C0.86218522,0.22041379310344825 0.8501782960000001,0.30529532413793103 0.841062922,0.44502926551724137 C0.837217992,0.3902342034482758 0.832286,0.35731034482758617 0.826908,0.35731034482758617 C0.817738996,0.35731034482758617 0.809866408,0.4530107137931035 0.806467104,0.5896378965517242 C0.803564218,0.5809003034482758 0.782074648,0.5934092965517241 0.78153,0.5763448275862069 C0.7746458900000001,0.36065739655172413 0.75056026,0.35736148965517245 0.747643776,0.6919337586206896 C0.74802181,0.697264924137931 0.748392198,0.7025419862068966 0.7487529580000001,0.7077540551724139 Z"></path>'},bottom:{content:'<path d="M374.376479,9.2385287 C374.196099,9.38967875 374.010905,9.542713540000001 373.821888,9.69731728 C375.28013,19.3999131 387.322945,19.3043318 390.765,13.04939633 C391.037324,12.55452673 401.782109,12.91728754 403.233552,12.6638973 C404.933204,16.626085590000002 408.869498,19.401396300000002 413.454,19.401396300000002 C416.143,19.401396300000002 418.608996,18.4466044 420.531461,16.857547670000002 C425.089148,20.9098319 431.09261,23.3713963 437.671,23.3713963 C446.344383,23.3713963 454.018337,19.0923302 458.696922,12.530137459999999 C460.369166,12.8706289 462.100206,13.04939633 463.873,13.04939633 C468.823452,13.04939633 473.448319,11.655399880000001 477.376479,9.2385287 C478.526592,11.5023765 480.000832,13.57383456 481.738097,15.391813939999999 C481.738,19.8165372 485.292859,23.3713963 489.678,23.3713963 C491.040458,23.3713963 492.322766,23.0282324 493.443206,22.4236226 C495.533769,23.0072291 497.7314,23.334190200000002 500,23.3684044 L500,29 L0,29 L0,17.016404440000002 C7.04827313,17.01939633 13.1118071,14.502985840000001 17.6874909,10.37027591 C22.1350906,18.137761599999997 30.5048548,23.3713963 40.097,23.3713963 C44.5389495,23.3713963 48.7187657,22.24907 52.3683449,20.272520800000002 C53.8035309,21.6972108 55.7799763,22.5773963 57.962,22.5773963 C61.5212537,22.5773963 64.5335212,20.2354703 65.5419176,17.00850339 C73.7411104,17.01939633 80.447408,13.86900767 85.1570237,8.829099639999999 C89.3395071,17.4375098 98.1672868,23.3713963 108.381,23.3713963 C113.995545,23.3713963 119.191292,21.5783107 123.426833,18.5335484 C124.510655,19.088384400000002 125.738774,19.401396300000002 127.04,19.401396300000002 C130.881686,19.401396300000002 134.086133,16.67305289 134.82139,13.048318049999999 C139.588592,13.005176890000001 144.047022,11.66935314 147.863133,9.37439187 C150.928625,20.2022702 160.885372,28.1353963 172.695,28.1353963 C181.673352,28.1353963 189.580756,23.5501238 194.203243,16.59354792 C195.725295,16.87324737 197.29408,17.01939633 198.897,17.01939633 C206.064778,17.01939633 212.549991,14.09698727 217.226127,9.37867999 C218.325835,12.44445976 221.257824,14.63739633 224.702,14.63739633 C227.965116,14.63739633 230.76848,12.66896483 231.989438,9.85475602 C233.99598,11.83038445 236.749632,13.04939633 239.788,13.04939633 C241.720381,13.04939633 243.537598,12.556321669999999 245.120699,11.68912404 C249.471481,15.03206299 254.918157,17.01939633 260.829,17.01939633 C268.671234,17.01939633 275.696407,13.52114061 280.429148,8 C284.716505,11.173085239999999 290.021634,13.04939633 295.765,13.04939633 C297.288982,13.04939633 298.782109,12.91728754 300.233552,12.6638973 C301.933204,16.626085590000002 305.869498,19.401396300000002 310.454,19.401396300000002 C313.143,19.401396300000002 315.608996,18.4466044 317.531461,16.857547670000002 C322.089148,20.9098319 328.09261,23.3713963 334.671,23.3713963 C343.344383,23.3713963 351.018337,19.0923302 355.696922,12.530137459999999 C357.369166,12.8706289 359.100206,13.04939633 360.873,13.04939633 C365.180879,13.04939633 369.24221,11.99379749 372.812439,10.127152370000001 C373.229833,9.78412273 373.549373,9.48624841 373.761719,9.2385287 C373.774667,9.353701730000001 373.789057,9.46756954 373.804859,9.58013766 C373.996983,9.46866201 374.187537,9.35477859 374.376479,9.2385287 Z"></path>',unitContent:'<path d="M0.7487529580000001,0.31856995517241377 C0.748392198,0.32378202586206895 0.74802181,0.32905908758620694 0.747643776,0.3343902510344828 C0.75056026,0.6689625206896551 0.7746458900000001,0.6656666137931034 0.78153,0.4499791837931035 C0.782074648,0.4329147148275862 0.803564218,0.4454237082758621 0.806467104,0.43668611379310346 C0.809866408,0.5733132962068966 0.817738996,0.6690136655172414 0.826908,0.6690136655172414 C0.832286,0.6690136655172414 0.837217992,0.6360898068965517 0.841062922,0.5812947472413794 C0.8501782960000001,0.7210286862068965 0.86218522,0.8059102172413793 0.875342,0.8059102172413793 C0.892688766,0.8059102172413793 0.908036674,0.6583562137931034 0.9173938439999999,0.43207370551724134 C0.920738332,0.4438147896551724 0.924200412,0.4499791837931035 0.927746,0.4499791837931035 C0.937646904,0.4499791837931035 0.946896638,0.4019103406896552 0.954752958,0.31856995517241377 C0.957053184,0.3966336724137931 0.960001664,0.46806326068965515 0.963476194,0.5307522048275861 C0.963476,0.6833288689655173 0.970585718,0.8059102172413793 0.979356,0.8059102172413793 C0.982080916,0.8059102172413793 0.984645532,0.7940769793103448 0.9868864119999999,0.7732283655172414 C0.991067538,0.7933527275862069 0.9954628,0.8046272482758622 1,0.805807048275862 L1,1 L0,1 L0,0.5867725668965518 C0.01409654626,0.5868757355172414 0.0262236142,0.50010296 0.035374981800000004,0.3575957210344828 C0.0442701812,0.6254400551724137 0.0610097096,0.8059102172413793 0.080194,0.8059102172413793 C0.089077899,0.8059102172413793 0.0974375314,0.7672093103448275 0.10473668979999999,0.6990524413793104 C0.1076070618,0.7481796827586207 0.1115599526,0.7785309068965517 0.11592400000000001,0.7785309068965517 C0.1230425074,0.7785309068965517 0.1290670424,0.6977748379310345 0.1310838352,0.5865001168965518 C0.14748222079999998,0.5868757355172414 0.160894816,0.47824164379310347 0.1703140474,0.3044517117241379 C0.1786790142,0.6012934413793104 0.1963345736,0.8059102172413793 0.216762,0.8059102172413793 C0.22799109,0.8059102172413793 0.238382584,0.7440796793103448 0.246853666,0.6390878758620689 C0.24902131,0.6582201517241381 0.251477548,0.6690136655172414 0.25408000000000003,0.6690136655172414 C0.261763372,0.6690136655172414 0.268172266,0.5749328582758622 0.26964278,0.4499420017241379 C0.279177184,0.44845437551724143 0.288094044,0.4023914875862069 0.295726266,0.3232548920689655 C0.30185725,0.6966300068965517 0.321770744,0.9701860793103448 0.34539,0.9701860793103448 C0.36334670399999996,0.9701860793103448 0.37916151200000003,0.8120732344827587 0.388406486,0.5721913075862068 C0.39145059,0.5818361162068966 0.39458816,0.5868757355172414 0.397794,0.5868757355172414 C0.41212955599999995,0.5868757355172414 0.425099982,0.48610300931034484 0.434452254,0.32340275827586207 C0.43665167000000005,0.42911930206896554 0.442515648,0.5047378044827586 0.44940399999999997,0.5047378044827586 C0.455930232,0.5047378044827586 0.46153696,0.4368608562068966 0.46397887600000004,0.3398191731034483 C0.46799196,0.4079442913793104 0.473499264,0.4499791837931035 0.479576,0.4499791837931035 C0.483440762,0.4499791837931035 0.487075196,0.4329766093103448 0.490241398,0.40307324275862066 C0.49894296200000005,0.5183469996551724 0.5098363140000001,0.5868757355172414 0.5216580000000001,0.5868757355172414 C0.5373424680000001,0.5868757355172414 0.5513928140000001,0.4662462279310345 0.560858296,0.27586206896551724 C0.56943301,0.3852788013793103 0.5800432680000001,0.4499791837931035 0.59153,0.4499791837931035 C0.594577964,0.4499791837931035 0.597564218,0.4454237082758621 0.6004671039999999,0.43668611379310346 C0.603866408,0.5733132962068966 0.611738996,0.6690136655172414 0.620908,0.6690136655172414 C0.6262859999999999,0.6690136655172414 0.631217992,0.6360898068965517 0.6350629219999999,0.5812947472413794 C0.6441782960000001,0.7210286862068965 0.65618522,0.8059102172413793 0.669342,0.8059102172413793 C0.686688766,0.8059102172413793 0.7020366739999999,0.6583562137931034 0.7113938439999999,0.43207370551724134 C0.714738332,0.4438147896551724 0.7182004120000001,0.4499791837931035 0.721746,0.4499791837931035 C0.730361758,0.4499791837931035 0.73848442,0.41357922379310347 0.745624878,0.3492121506896552 C0.746459666,0.3373835424137931 0.747098746,0.327112014137931 0.7475234380000001,0.31856995517241377 C0.747549334,0.3225414389655173 0.7475781140000001,0.3264679151724138 0.7476097180000001,0.33034957448275865 C0.747993966,0.3265055865517241 0.748375074,0.3225785720689655 0.7487529580000001,0.31856995517241377 Z"></path>'},viewBox:{height:"29",width:"500"}},"outer-clouds":{top:{content:'<path d="M500,17.1798377 L500,0 L0,0 L0,10.8199915 C6.65048758,10.5962697 12.3821067,8.1162978 16.7582408,4.1638190999999996 C21.2236309,11.9623748 29.6268743,17.216944 39.257388,17.216944 C43.7171053,17.216944 47.9136408,16.0901283 51.5778183,14.105673 C53.018745,15.536061700000001 55.0030962,16.419768 57.193848,16.419768 C60.7673387,16.419768 63.7916553,14.068474299999998 64.8040853,10.8285995 C73.0360748,10.839535999999999 79.7691977,7.6765457999999995 84.4976518,2.61647812 C88.6968651,11.2593219 97.559956,17.216944 107.814524,17.216944 C113.451527,17.216944 118.668057,15.4166861 122.92054,12.3597447 C124.008698,12.916799999999999 125.241729,13.231064 126.54816,13.231064 C130.405213,13.231064 133.622478,10.4918072 134.360676,6.852573400000001 C139.146947,6.8092597 143.62321,5.4680926 147.454585,3.1639514999999996 C150.532339,14.0351413 160.528913,22 172.38578,22 C181.400045,22 189.339079,17.3963863 193.980056,10.4119842 C195.508196,10.692802400000001 197.083256,10.839535999999999 198.692588,10.839535999999999 C205.889037,10.839535999999999 212.400191,7.905437299999999 217.095032,3.1682568 C218.199138,6.2462997 221.142855,8.448008 224.600808,8.448008 C227.876976,8.448008 230.691554,6.471702799999999 231.917396,3.6462371000000005 C233.931964,5.6297681 236.696631,6.853656000000001 239.747152,6.853656000000001 C241.687262,6.853656000000001 243.511748,6.3586089999999995 245.101182,5.4879426 C249.469367,8.8442533 254.93783,10.839535999999999 260.872316,10.839535999999999 C268.745919,10.839535999999999 275.799193,7.3272873 280.550865,1.7840620900000008 C284.855371,4.9698397 290.181721,6.853656000000001 295.94806,6.853656000000001 C297.478138,6.853656000000001 298.977237,6.7210187999999995 300.434486,6.466614999999999 C302.140937,10.444652000000001 306.092976,13.231064 310.695816,13.231064 C313.395572,13.231064 315.871432,12.272452999999999 317.801587,10.6770399 C322.377505,14.745533300000002 328.40498,17.216944 335.009684,17.216944 C343.717761,17.216944 351.42241,12.920761599999999 356.11971,6.3323201000000005 C357.798642,6.6741735 359.536607,6.853656000000001 361.316492,6.853656000000001 C365.641602,6.853656000000001 369.719178,5.793834800000001 373.303689,3.9197231000000006 C373.722753,3.5753213000000006 374.04357,3.2762554999999995 374.256766,3.0275449000000005 C374.269766,3.1431786000000006 374.284213,3.2575018999999994 374.300079,3.370520300000001 C374.492971,3.2585987000000003 374.684287,3.1442598000000004 374.873985,3.0275449000000005 C374.692883,3.179299500000001 374.506948,3.3329465000000003 374.317175,3.4881686 C375.781251,13.229574800000002 387.872237,13.133611299999998 391.32806,6.853656000000001 C391.601473,6.3568069000000005 402.389237,6.7210187999999995 403.846486,6.466614999999999 C405.552937,10.444652000000001 409.504976,13.231064 414.107816,13.231064 C416.807572,13.231064 419.283432,12.272452999999999 421.213587,10.6770399 C425.789505,14.745533300000002 431.81698,17.216944 438.421684,17.216944 C447.129761,17.216944 454.83441,12.920761599999999 459.53171,6.3323201000000005 C461.210642,6.6741735 462.948607,6.853656000000001 464.728492,6.853656000000001 C469.698746,6.853656000000001 474.342112,5.454083600000001 478.285985,3.0275449000000005 C479.440699,5.3004481000000006 480.920835,7.380191999999999 482.665049,9.205443299999999 C482.664952,13.647865500000002 486.234031,17.216944 490.636712,17.216944 C492.00462,17.216944 493.292057,16.8724074 494.416979,16.2653792 C496.207275,16.7651626 498.07578,17.0774796 500,17.1798377 Z"></path>',unitContent:'<path d="M1,0.5924081965517242 L1,0 L0,0 L0,0.3731031551724138 C0.01330097516,0.3653886103448276 0.0247642134,0.2798723379310345 0.0335164816,0.14357996896551722 C0.0424472618,0.41249568275862064 0.0592537486,0.5936877241379311 0.078514776,0.5936877241379311 C0.0874342106,0.5936877241379311 0.09582728160000001,0.5548320103448275 0.10315563659999999,0.4864025172413793 C0.10603749000000001,0.5357262655172415 0.11000619240000001,0.5661988965517242 0.11438769600000001,0.5661988965517242 C0.12153467740000001,0.5661988965517242 0.1275833106,0.4851198034482758 0.1296081706,0.3733999827586207 C0.14607214959999998,0.3737771034482758 0.1595383954,0.26470847586206897 0.1689953036,0.09022338344827587 C0.1773937302,0.38825247931034484 0.195119912,0.5936877241379311 0.21562904800000002,0.5936877241379311 C0.226903054,0.5936877241379311 0.23733611400000001,0.5316098655172413 0.24584108000000002,0.4261980931034483 C0.248017396,0.4454068965517241 0.250483458,0.45624358620689653 0.25309632,0.45624358620689653 C0.260810426,0.45624358620689653 0.267244956,0.3617864551724138 0.268721352,0.23629563448275864 C0.27829389400000004,0.23480205862068965 0.28724642,0.18855491724137932 0.29490917,0.10910177586206896 C0.30106467800000003,0.4839703896551724 0.321057826,0.7586206896551724 0.34477156000000003,0.7586206896551724 C0.36280009,0.7586206896551724 0.378678158,0.5998753896551724 0.38796011199999997,0.35903393793103444 C0.391016392,0.36871732413793107 0.394166512,0.3737771034482758 0.397385176,0.3737771034482758 C0.411778074,0.3737771034482758 0.42480038200000003,0.2726012862068965 0.434190064,0.10925023448275863 C0.43639827600000003,0.2153896448275862 0.44228571,0.2913106206896552 0.449201616,0.2913106206896552 C0.455753952,0.2913106206896552 0.461383108,0.22316216551724136 0.463834792,0.12573231379310346 C0.467863928,0.19412993448275861 0.473393262,0.23633296551724142 0.479494304,0.23633296551724142 C0.483374524,0.23633296551724142 0.487023496,0.2192623793103448 0.490202364,0.1892394 C0.498938734,0.30497425172413795 0.50987566,0.3737771034482758 0.521744632,0.3737771034482758 C0.537491838,0.3737771034482758 0.551598386,0.2526650793103448 0.56110173,0.06151938241379313 C0.5697107419999999,0.17137378275862067 0.580363442,0.23633296551724142 0.59189612,0.23633296551724142 C0.594956276,0.23633296551724142 0.597954474,0.2317592689655172 0.600868972,0.222986724137931 C0.604281874,0.3601604137931035 0.612185952,0.45624358620689653 0.6213916319999999,0.45624358620689653 C0.626791144,0.45624358620689653 0.631742864,0.4231880344827586 0.635603174,0.36817378965517245 C0.64475501,0.5084666655172414 0.65680996,0.5936877241379311 0.670019368,0.5936877241379311 C0.687435522,0.5936877241379311 0.70284482,0.4455435034482758 0.71223942,0.2183558655172414 C0.715597284,0.23014391379310345 0.719073214,0.23633296551724142 0.722632984,0.23633296551724142 C0.7312832039999999,0.23633296551724142 0.739438356,0.19978740689655175 0.746607378,0.1351628655172414 C0.747445506,0.12328694137931037 0.74808714,0.11297432758620687 0.748513532,0.10439810000000002 C0.748539532,0.10838546896551726 0.7485684260000001,0.11232765172413792 0.748600158,0.11622483793103451 C0.748985942,0.11236547241379312 0.749368574,0.10842275172413794 0.74974797,0.10439810000000002 C0.749385766,0.10963101724137934 0.749013896,0.11492918965517242 0.74863435,0.12028167586206896 C0.751562502,0.4561922344827587 0.775744474,0.452883148275862 0.78265612,0.23633296551724142 C0.783202946,0.2192002379310345 0.8047784739999999,0.2317592689655172 0.807692972,0.222986724137931 C0.811105874,0.3601604137931035 0.819009952,0.45624358620689653 0.828215632,0.45624358620689653 C0.833615144,0.45624358620689653 0.838566864,0.4231880344827586 0.842427174,0.36817378965517245 C0.85157901,0.5084666655172414 0.86363396,0.5936877241379311 0.8768433680000001,0.5936877241379311 C0.8942595219999999,0.5936877241379311 0.9096688199999999,0.4455435034482758 0.91906342,0.2183558655172414 C0.922421284,0.23014391379310345 0.9258972139999999,0.23633296551724142 0.929456984,0.23633296551724142 C0.9393974920000001,0.23633296551724142 0.948684224,0.1880718482758621 0.9565719699999999,0.10439810000000002 C0.9588813979999999,0.18277407241379312 0.96184167,0.2544893793103448 0.965330098,0.3174290793103448 C0.9653299040000001,0.470616051724138 0.972468062,0.5936877241379311 0.981273424,0.5936877241379311 C0.98400924,0.5936877241379311 0.986584114,0.5818071517241379 0.9888339580000001,0.5608751448275863 C0.99241455,0.5781090551724138 0.99615156,0.5888786068965517 1,0.5924081965517242 Z"></path>'},bottom:{content:'<path d="M500,12.48267427 L500,29 L0,29 L0,18.8425205 C6.65048758,19.0662423 12.3821067,21.5462142 16.7582408,25.4986929 C21.2236309,17.7001372 29.6268743,12.445568 39.257388,12.445568 C43.7171053,12.445568 47.9136408,13.57238366 51.5778183,15.55683899 C53.018745,14.12645027 55.0030962,13.242744 57.193848,13.242744 C60.7673387,13.242744 63.7916553,15.59403771 64.8040853,18.8339125 C73.0360748,18.822976 79.7691977,21.9859662 84.4976518,27.0460339 C88.6968651,18.4031901 97.559956,12.445568 107.814524,12.445568 C113.451527,12.445568 118.668057,14.24582594 122.92054,17.3027673 C124.008698,16.74571202 125.241729,16.431448 126.54816,16.431448 C130.405213,16.431448 133.622478,19.1707048 134.360676,22.809938600000002 C139.146947,22.8532523 143.62321,24.1944194 147.454585,26.4985605 C150.532339,15.62737066 160.528913,7.6625119999999995 172.38578,7.6625119999999995 C181.400045,7.6625119999999995 189.339079,12.266125670000001 193.980056,19.2505278 C195.508196,18.9697096 197.083256,18.822976 198.692588,18.822976 C205.889037,18.822976 212.400191,21.7570747 217.095032,26.4942552 C218.199138,23.4162123 221.142855,21.214503999999998 224.600808,21.214503999999998 C227.876976,21.214503999999998 230.691554,23.1908092 231.917396,26.0162749 C233.931964,24.0327439 236.696631,22.808856 239.747152,22.808856 C241.687262,22.808856 243.511748,23.303903 245.101182,24.1745694 C249.469367,20.8182587 254.93783,18.822976 260.872316,18.822976 C268.745919,18.822976 275.799193,22.335224699999998 280.550865,27.8784499 C284.855371,24.6926723 290.181721,22.808856 295.94806,22.808856 C297.478138,22.808856 298.977237,22.9414932 300.434486,23.195897 C302.140937,19.21786 306.092976,16.431448 310.695816,16.431448 C313.395572,16.431448 315.871432,17.390059 317.801587,18.985472100000003 C322.377505,14.91697868 328.40498,12.445568 335.009684,12.445568 C343.717761,12.445568 351.42241,16.741750359999997 356.11971,23.3301919 C357.798642,22.988338499999998 359.536607,22.808856 361.316492,22.808856 C365.641602,22.808856 369.719178,23.8686772 373.303689,25.7427889 C373.722753,26.0871907 374.04357,26.3862565 374.256766,26.6349671 C374.269766,26.5193334 374.284213,26.4050101 374.300079,26.2919917 C374.492971,26.4039133 374.684287,26.5182522 374.873985,26.6349671 C374.692883,26.4832125 374.506948,26.3295655 374.317175,26.1743434 C375.781251,16.432937170000002 387.872237,16.528900739999997 391.32806,22.808856 C391.601473,23.3057051 402.389237,22.9414932 403.846486,23.195897 C405.552937,19.21786 409.504976,16.431448 414.107816,16.431448 C416.807572,16.431448 419.283432,17.390059 421.213587,18.985472100000003 C425.789505,14.91697868 431.81698,12.445568 438.421684,12.445568 C447.129761,12.445568 454.83441,16.741750359999997 459.53171,23.3301919 C461.210642,22.988338499999998 462.948607,22.808856 464.728492,22.808856 C469.698746,22.808856 474.342112,24.2084284 478.285985,26.6349671 C479.440699,24.3620639 480.920835,22.28232 482.665049,20.4570687 C482.664952,16.01464652 486.234031,12.445568 490.636712,12.445568 C492.00462,12.445568 493.292057,12.79010459 494.416979,13.39713283 C496.207275,12.89734945 498.07578,12.58503237 500,12.48267427 L500,12.48267427 Z"></path>',unitContent:'<path d="M1,0.43043704379310344 L1,1 L0,1 L0,0.6497420862068966 C0.01330097516,0.6574566310344827 0.0247642134,0.7429729034482759 0.0335164816,0.8792652724137932 C0.0424472618,0.6103495586206896 0.0592537486,0.4291575172413793 0.078514776,0.4291575172413793 C0.0874342106,0.4291575172413793 0.09582728160000001,0.4680132296551724 0.10315563659999999,0.5364427237931034 C0.10603749000000001,0.4871189748275862 0.11000619240000001,0.4566463448275862 0.11438769600000001,0.4566463448275862 C0.12153467740000001,0.4566463448275862 0.1275833106,0.537725438275862 0.1296081706,0.6494452586206897 C0.14607214959999998,0.6490681379310345 0.1595383954,0.7581367655172414 0.1689953036,0.9326218586206897 C0.1773937302,0.6345927620689655 0.195119912,0.4291575172413793 0.21562904800000002,0.4291575172413793 C0.226903054,0.4291575172413793 0.23733611400000001,0.4912353772413793 0.24584108000000002,0.5966471482758621 C0.248017396,0.5774383455172414 0.250483458,0.5666016551724138 0.25309632,0.5666016551724138 C0.260810426,0.5666016551724138 0.267244956,0.6610587862068965 0.268721352,0.7865496068965518 C0.27829389400000004,0.7880431827586207 0.28724642,0.834290324137931 0.29490917,0.9137434655172414 C0.30106467800000003,0.5388748503448276 0.321057826,0.2642245517241379 0.34477156000000003,0.2642245517241379 C0.36280009,0.2642245517241379 0.378678158,0.4229698506896552 0.38796011199999997,0.6638113034482759 C0.391016392,0.6541279172413794 0.394166512,0.6490681379310345 0.397385176,0.6490681379310345 C0.411778074,0.6490681379310345 0.42480038200000003,0.7502439551724138 0.434190064,0.9135950068965518 C0.43639827600000003,0.8074555965517242 0.44228571,0.7315346206896551 0.449201616,0.7315346206896551 C0.455753952,0.7315346206896551 0.461383108,0.799683075862069 0.463834792,0.8971129275862069 C0.467863928,0.8287153068965517 0.473393262,0.786512275862069 0.479494304,0.786512275862069 C0.483374524,0.786512275862069 0.487023496,0.8035828620689655 0.490202364,0.8336058413793104 C0.498938734,0.7178709896551725 0.50987566,0.6490681379310345 0.521744632,0.6490681379310345 C0.537491838,0.6490681379310345 0.551598386,0.7701801620689654 0.56110173,0.9613258586206896 C0.5697107419999999,0.8514714586206897 0.580363442,0.786512275862069 0.59189612,0.786512275862069 C0.594956276,0.786512275862069 0.597954474,0.7910859724137931 0.600868972,0.7998585172413792 C0.604281874,0.662684827586207 0.612185952,0.5666016551724138 0.6213916319999999,0.5666016551724138 C0.626791144,0.5666016551724138 0.631742864,0.5996572068965518 0.635603174,0.654671451724138 C0.64475501,0.5143785751724138 0.65680996,0.4291575172413793 0.670019368,0.4291575172413793 C0.687435522,0.4291575172413793 0.70284482,0.577301736551724 0.71223942,0.8044893758620689 C0.715597284,0.7927013275862068 0.719073214,0.786512275862069 0.722632984,0.786512275862069 C0.7312832039999999,0.786512275862069 0.739438356,0.8230578344827586 0.746607378,0.887682375862069 C0.747445506,0.8995583 0.74808714,0.9098709137931034 0.748513532,0.9184471413793104 C0