Visual Composer Website Builder - Version 45.1-beta.1

Version Description

Download this release

Release Info

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

Code changes from version 45.0.1 to 45.1-beta.1

bootstrap/autoload.php CHANGED
@@ -17,6 +17,7 @@ if (!defined('ABSPATH')) {
17
  **/
18
  $dir = dirname(__FILE__);
19
  require_once $dir . '/../vendor/autoload.php';
 
20
  require_once $dir . '/../visualcomposer/Framework/helpers.php';
21
 
22
  if (VCV_LAZY_LOAD) {
17
  **/
18
  $dir = dirname(__FILE__);
19
  require_once $dir . '/../vendor/autoload.php';
20
+ require_once $dir . '/../visualcomposer/Framework/no-escape.php';
21
  require_once $dir . '/../visualcomposer/Framework/helpers.php';
22
 
23
  if (VCV_LAZY_LOAD) {
cache/autoload.php CHANGED
@@ -80,6 +80,13 @@ return array (
80
  'make' => false,
81
  'singleton' => true,
82
  ),
 
 
 
 
 
 
 
83
  'GridItemTemplateHelper' =>
84
  array (
85
  'name' => 'GridItemTemplateHelper',
@@ -150,6 +157,13 @@ return array (
150
  'make' => false,
151
  'singleton' => true,
152
  ),
 
 
 
 
 
 
 
153
  'PageLayoutHelper' =>
154
  array (
155
  'name' => 'PageLayoutHelper',
@@ -290,6 +304,27 @@ return array (
290
  'make' => false,
291
  'singleton' => true,
292
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  'HubAddonsHelper' =>
294
  array (
295
  'name' => 'HubAddonsHelper',
@@ -395,1364 +430,1350 @@ return array (
395
  'make' => false,
396
  'singleton' => true,
397
  ),
398
- 'SettingsFieldsRegistryHelper' =>
399
- array (
400
- 'name' => 'SettingsFieldsRegistryHelper',
401
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
402
- 'make' => false,
403
- 'singleton' => true,
404
- ),
405
- 'SettingsSectionsRegistryHelper' =>
406
- array (
407
- 'name' => 'SettingsSectionsRegistryHelper',
408
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
409
- 'make' => false,
410
- 'singleton' => true,
411
- ),
412
- 'SettingsTabsRegistryHelper' =>
413
- array (
414
- 'name' => 'SettingsTabsRegistryHelper',
415
- 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
416
- 'make' => false,
417
- 'singleton' => true,
418
- ),
419
  ),
420
  'modules' =>
421
  array (
422
- 'HubDownloadController' =>
423
  array (
424
- 'name' => 'HubDownloadController',
425
- 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
426
  'make' => true,
427
  'singleton' => true,
428
  ),
429
- 'HubJsonActionsController' =>
430
  array (
431
- 'name' => 'HubJsonActionsController',
432
- 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
433
  'make' => true,
434
  'singleton' => true,
435
  ),
436
- 'HubUpdateController' =>
437
  array (
438
- 'name' => 'HubUpdateController',
439
- 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
- 'HubAssetsAssetDownloadController' =>
444
  array (
445
- 'name' => 'HubAssetsAssetDownloadController',
446
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
- 'HubTemplatesTemplateDownloadController' =>
451
  array (
452
- 'name' => 'HubTemplatesTemplateDownloadController',
453
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
- 'HubTemplatesTemplatesUpdater' =>
458
  array (
459
- 'name' => 'HubTemplatesTemplatesUpdater',
460
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
- 'HubTemplatesTeasersTeasersController' =>
465
  array (
466
- 'name' => 'HubTemplatesTeasersTeasersController',
467
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
- 'HubTemplatesTeasersTeasersDownloadController' =>
472
  array (
473
- 'name' => 'HubTemplatesTeasersTeasersDownloadController',
474
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
- 'HubActionsPostUpdateAction' =>
479
  array (
480
- 'name' => 'HubActionsPostUpdateAction',
481
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
- 'HubStockMediaStockMediaDownloadController' =>
486
  array (
487
- 'name' => 'HubStockMediaStockMediaDownloadController',
488
- 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
- 'HubElementsElementDownloadController' =>
493
  array (
494
- 'name' => 'HubElementsElementDownloadController',
495
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
- 'HubElementsElements' =>
500
  array (
501
- 'name' => 'HubElementsElements',
502
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
- 'HubElementsElementsUpdater' =>
507
  array (
508
- 'name' => 'HubElementsElementsUpdater',
509
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
- 'HubElementsTeasersTeasersController' =>
514
  array (
515
- 'name' => 'HubElementsTeasersTeasersController',
516
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
- 'HubElementsTeasersTeasersDownloadController' =>
521
  array (
522
- 'name' => 'HubElementsTeasersTeasersDownloadController',
523
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
- 'HubAddonsAddonDownloadController' =>
528
  array (
529
- 'name' => 'HubAddonsAddonDownloadController',
530
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
- 'HubAddonsAddons' =>
535
  array (
536
- 'name' => 'HubAddonsAddons',
537
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
- 'HubAddonsAddonsUpdater' =>
542
  array (
543
- 'name' => 'HubAddonsAddonsUpdater',
544
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
- 'HubAddonsTeasersTeasersController' =>
549
  array (
550
- 'name' => 'HubAddonsTeasersTeasersController',
551
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
- 'HubAddonsTeasersTeasersDownloadController' =>
556
  array (
557
- 'name' => 'HubAddonsTeasersTeasersDownloadController',
558
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
- 'HubPagesHub' =>
563
  array (
564
- 'name' => 'HubPagesHub',
565
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
- 'HubPagesPremiumTeasers' =>
570
  array (
571
- 'name' => 'HubPagesPremiumTeasers',
572
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
- 'HubPagesUpdateBePage' =>
577
  array (
578
- 'name' => 'HubPagesUpdateBePage',
579
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
- 'HubPagesUpdateFePage' =>
584
  array (
585
- 'name' => 'HubPagesUpdateFePage',
586
- 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
- 'HubGroupsCategoriesCategories' =>
591
  array (
592
- 'name' => 'HubGroupsCategoriesCategories',
593
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
- 'HubGroupsCategoriesCategoriesUpdater' =>
598
  array (
599
- 'name' => 'HubGroupsCategoriesCategoriesUpdater',
600
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
- 'HubGroupsCategoriesGroups' =>
605
  array (
606
- 'name' => 'HubGroupsCategoriesGroups',
607
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
- 'HubGroupsCategoriesGroupsUpdater' =>
612
  array (
613
- 'name' => 'HubGroupsCategoriesGroupsUpdater',
614
- 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
- 'EditorsEnvController' =>
619
  array (
620
- 'name' => 'EditorsEnvController',
621
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
- 'EditorsMediaSizesController' =>
626
  array (
627
- 'name' => 'EditorsMediaSizesController',
628
- 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
- 'EditorsTutorialController' =>
633
  array (
634
- 'name' => 'EditorsTutorialController',
635
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
- 'EditorsTutorialPostType' =>
640
  array (
641
- 'name' => 'EditorsTutorialPostType',
642
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
- 'EditorsAttributesWpEditor' =>
647
  array (
648
- 'name' => 'EditorsAttributesWpEditor',
649
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
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
- 'EditorsAttributesCheckboxController' =>
668
  array (
669
- 'name' => 'EditorsAttributesCheckboxController',
670
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
- 'EditorsAttributesCodeMirrorCodeMirrorController' =>
675
  array (
676
- 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
677
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
- 'EditorsAttributesAjaxFormController' =>
682
  array (
683
- 'name' => 'EditorsAttributesAjaxFormController',
684
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
- 'EditorsAttributesUrlController' =>
689
  array (
690
- 'name' => 'EditorsAttributesUrlController',
691
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
- 'EditorsAttributesIconPickerController' =>
696
  array (
697
- 'name' => 'EditorsAttributesIconPickerController',
698
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
- 'EditorsInitialHelpersController' =>
703
  array (
704
- 'name' => 'EditorsInitialHelpersController',
705
- 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
- 'EditorsNotificationsController' =>
710
  array (
711
- 'name' => 'EditorsNotificationsController',
712
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
- 'EditorsTemplatesController' =>
717
  array (
718
- 'name' => 'EditorsTemplatesController',
719
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
- 'EditorsTemplatesPostType' =>
724
  array (
725
- 'name' => 'EditorsTemplatesPostType',
726
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
- 'EditorsPopupsPremiumPromoController' =>
731
  array (
732
- 'name' => 'EditorsPopupsPremiumPromoController',
733
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
- 'EditorsEditPostLinksController' =>
738
  array (
739
- 'name' => 'EditorsEditPostLinksController',
740
- 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
- 'EditorsDataAjaxController' =>
745
  array (
746
- 'name' => 'EditorsDataAjaxController',
747
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
- 'EditorsDataAjaxPostDataController' =>
752
  array (
753
- 'name' => 'EditorsDataAjaxPostDataController',
754
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
- 'EditorsDataAjaxPostFieldsController' =>
759
  array (
760
- 'name' => 'EditorsDataAjaxPostFieldsController',
761
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
- 'EditorsDataAjaxRevisionController' =>
766
  array (
767
- 'name' => 'EditorsDataAjaxRevisionController',
768
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
- 'EditorsDataUsageController' =>
773
  array (
774
- 'name' => 'EditorsDataUsageController',
775
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
- 'EditorsDataUsageMostUsedItemsController' =>
780
  array (
781
- 'name' => 'EditorsDataUsageMostUsedItemsController',
782
- 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
- 'EditorsFrontendBundleController' =>
787
  array (
788
- 'name' => 'EditorsFrontendBundleController',
789
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
- 'EditorsFrontendController' =>
794
  array (
795
- 'name' => 'EditorsFrontendController',
796
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
- 'EditorsFrontendHeartbeatController' =>
801
  array (
802
- 'name' => 'EditorsFrontendHeartbeatController',
803
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
- 'EditorsFrontendMenuController' =>
808
  array (
809
- 'name' => 'EditorsFrontendMenuController',
810
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
- 'EditorsFrontendVariablesController' =>
815
  array (
816
- 'name' => 'EditorsFrontendVariablesController',
817
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
- 'EditorsElementsController' =>
822
  array (
823
- 'name' => 'EditorsElementsController',
824
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
- 'EditorsPageEditableController' =>
829
  array (
830
- 'name' => 'EditorsPageEditableController',
831
- 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
- 'EditorsFrontendLayoutSwitcherBundleController' =>
836
  array (
837
- 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
838
- 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
- 'EditorsBackendEditorController' =>
843
  array (
844
- 'name' => 'EditorsBackendEditorController',
845
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
- 'EditorsBackendSaveSetEditorController' =>
850
  array (
851
- 'name' => 'EditorsBackendSaveSetEditorController',
852
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
- 'EditorsSettingsAlternativeSavingController' =>
857
  array (
858
- 'name' => 'EditorsSettingsAlternativeSavingController',
859
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\AlternativeSavingController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
- 'EditorsSettingsEditorLayoutController' =>
864
  array (
865
- 'name' => 'EditorsSettingsEditorLayoutController',
866
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
- 'EditorsSettingsItemBadgeController' =>
871
  array (
872
- 'name' => 'EditorsSettingsItemBadgeController',
873
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
- 'EditorsSettingsItemDataCollectionController' =>
878
  array (
879
- 'name' => 'EditorsSettingsItemDataCollectionController',
880
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
- 'EditorsSettingsItemInitialHelpersController' =>
885
  array (
886
- 'name' => 'EditorsSettingsItemInitialHelpersController',
887
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
- 'EditorsSettingsItemPreviewController' =>
892
  array (
893
- 'name' => 'EditorsSettingsItemPreviewController',
894
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
- 'EditorsSettingsPageEditableTemplatesController' =>
899
  array (
900
- 'name' => 'EditorsSettingsPageEditableTemplatesController',
901
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
- 'EditorsSettingsPageTemplatesController' =>
906
  array (
907
- 'name' => 'EditorsSettingsPageTemplatesController',
908
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
- 'EditorsSettingsPageTemplatesSaveController' =>
913
  array (
914
- 'name' => 'EditorsSettingsPageTemplatesSaveController',
915
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
- 'EditorsSettingsPageTemplatesVariablesController' =>
920
  array (
921
- 'name' => 'EditorsSettingsPageTemplatesVariablesController',
922
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
- 'EditorsSettingsSlugController' =>
927
  array (
928
- 'name' => 'EditorsSettingsSlugController',
929
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
- 'EditorsSettingsTitleController' =>
934
  array (
935
- 'name' => 'EditorsSettingsTitleController',
936
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
- 'EditorsSettingsWordPressSettingsAuthorController' =>
941
  array (
942
- 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
943
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
- 'EditorsSettingsWordPressSettingsCategoriesController' =>
948
  array (
949
- 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
950
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
- 'EditorsSettingsWordPressSettingsDiscussionController' =>
955
  array (
956
- 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
957
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
- 'EditorsSettingsWordPressSettingsExcerptController' =>
962
  array (
963
- 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
964
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
- 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
969
  array (
970
- 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
971
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
- 'EditorsSettingsWordPressSettingsParentPageController' =>
976
  array (
977
- 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
978
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
- 'EditorsSettingsWordPressSettingsTagsController' =>
983
  array (
984
- 'name' => 'EditorsSettingsWordPressSettingsTagsController',
985
- 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
- 'AssetsAssetBundleCompressionController' =>
990
  array (
991
- 'name' => 'AssetsAssetBundleCompressionController',
992
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
- 'AssetsAssetBundleController' =>
997
  array (
998
- 'name' => 'AssetsAssetBundleController',
999
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
- 'AssetsAssetResetController' =>
1004
  array (
1005
- 'name' => 'AssetsAssetResetController',
1006
- 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
- 'AssetsDataController' =>
1011
  array (
1012
- 'name' => 'AssetsDataController',
1013
- 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
- 'AssetsEnqueueController' =>
1018
  array (
1019
- 'name' => 'AssetsEnqueueController',
1020
- 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
- 'AssetsFileController' =>
1025
  array (
1026
- 'name' => 'AssetsFileController',
1027
- 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
- 'AssetsJsDataController' =>
1032
  array (
1033
- 'name' => 'AssetsJsDataController',
1034
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
- 'AssetsJsEnqueueController' =>
1039
  array (
1040
- 'name' => 'AssetsJsEnqueueController',
1041
- 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
- 'AssetsPreviewDataController' =>
1046
  array (
1047
- 'name' => 'AssetsPreviewDataController',
1048
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
- 'AssetsPreviewEnqueueController' =>
1053
  array (
1054
- 'name' => 'AssetsPreviewEnqueueController',
1055
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
- 'AssetsPreviewJsDataController' =>
1060
  array (
1061
- 'name' => 'AssetsPreviewJsDataController',
1062
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
- 'AssetsPreviewJsEnqueueController' =>
1067
  array (
1068
- 'name' => 'AssetsPreviewJsEnqueueController',
1069
- 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
- 'AssetsSharedController' =>
1074
  array (
1075
- 'name' => 'AssetsSharedController',
1076
- 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
- 'InternationalizationLocale' =>
1081
  array (
1082
- 'name' => 'InternationalizationLocale',
1083
- 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
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
  ),
1094
- 'UpdatesUpdatesController' =>
1095
  array (
1096
- 'name' => 'UpdatesUpdatesController',
1097
- 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
- 'ElementsApiController' =>
1102
  array (
1103
- 'name' => 'ElementsApiController',
1104
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
- 'ElementsController' =>
1109
  array (
1110
- 'name' => 'ElementsController',
1111
- 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
- 'ElementsViewPageRender' =>
1116
  array (
1117
- 'name' => 'ElementsViewPageRender',
1118
- 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
- 'ElementsAjaxImageControllerController' =>
1123
  array (
1124
- 'name' => 'ElementsAjaxImageControllerController',
1125
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
- 'ElementsEncodedShortcodeController' =>
1130
  array (
1131
- 'name' => 'ElementsEncodedShortcodeController',
1132
- 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
- 'ElementsGlobalVariablesController' =>
1137
  array (
1138
- 'name' => 'ElementsGlobalVariablesController',
1139
- 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
- 'ElementsWpWidgetsWpWidgetsController' =>
1144
  array (
1145
- 'name' => 'ElementsWpWidgetsWpWidgetsController',
1146
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
- 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1151
  array (
1152
- 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1153
- 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
- 'ElementsAssetShortcodeController' =>
1158
  array (
1159
- 'name' => 'ElementsAssetShortcodeController',
1160
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
- 'ElementsAjaxShortcodeController' =>
1165
  array (
1166
- 'name' => 'ElementsAjaxShortcodeController',
1167
- 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
- 'LicenseActivationRedirectController' =>
1172
  array (
1173
- 'name' => 'LicenseActivationRedirectController',
1174
- 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
- 'LicenseDeactivationController' =>
1179
  array (
1180
- 'name' => 'LicenseDeactivationController',
1181
- 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
- 'LicenseEditorVariablesController' =>
1186
  array (
1187
- 'name' => 'LicenseEditorVariablesController',
1188
- 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
- 'LicenseErrorReportingController' =>
1193
  array (
1194
- 'name' => 'LicenseErrorReportingController',
1195
- 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
- 'LicenseFeedbackController' =>
1200
  array (
1201
- 'name' => 'LicenseFeedbackController',
1202
- 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
- 'LicenseLicenseController' =>
1207
  array (
1208
- 'name' => 'LicenseLicenseController',
1209
- 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
- 'LicenseUpdateVariablesController' =>
1214
  array (
1215
- 'name' => 'LicenseUpdateVariablesController',
1216
- 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
- 'LicensePagesGettingStarted' =>
1221
  array (
1222
- 'name' => 'LicensePagesGettingStarted',
1223
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
- 'LicensePagesGoPremium' =>
1228
  array (
1229
- 'name' => 'LicensePagesGoPremium',
1230
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
- 'LicensePagesLicenseStatus' =>
1235
  array (
1236
- 'name' => 'LicensePagesLicenseStatus',
1237
- 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
- 'VendorsAjaxSearchProController' =>
1242
  array (
1243
- 'name' => 'VendorsAjaxSearchProController',
1244
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
- 'VendorsDashboardController' =>
1249
  array (
1250
- 'name' => 'VendorsDashboardController',
1251
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
- 'VendorsElementorController' =>
1256
  array (
1257
- 'name' => 'VendorsElementorController',
1258
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
- 'VendorsEssentialGridController' =>
1263
  array (
1264
- 'name' => 'VendorsEssentialGridController',
1265
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
- 'VendorsGravityFormsController' =>
1270
  array (
1271
- 'name' => 'VendorsGravityFormsController',
1272
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
- 'VendorsJetPack' =>
1277
  array (
1278
- 'name' => 'VendorsJetPack',
1279
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
- 'VendorsMetaSliderController' =>
1284
  array (
1285
- 'name' => 'VendorsMetaSliderController',
1286
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
- 'VendorsNextGen' =>
1291
  array (
1292
- 'name' => 'VendorsNextGen',
1293
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
- 'VendorsNinjaFormsController' =>
1298
  array (
1299
- 'name' => 'VendorsNinjaFormsController',
1300
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
- 'VendorsOneUserAvatar' =>
1305
  array (
1306
- 'name' => 'VendorsOneUserAvatar',
1307
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
- 'VendorsPluginsController' =>
1312
  array (
1313
- 'name' => 'VendorsPluginsController',
1314
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
- 'VendorsRevSliderController' =>
1319
  array (
1320
- 'name' => 'VendorsRevSliderController',
1321
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
- 'VendorsWooCommerceController' =>
1326
  array (
1327
- 'name' => 'VendorsWooCommerceController',
1328
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
- 'VendorsWooCommerceMultivendorMarketplace' =>
1333
  array (
1334
- 'name' => 'VendorsWooCommerceMultivendorMarketplace',
1335
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
- 'VendorsWooCommerceSquareController' =>
1340
  array (
1341
- 'name' => 'VendorsWooCommerceSquareController',
1342
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
- 'VendorsWordpressController' =>
1347
  array (
1348
- 'name' => 'VendorsWordpressController',
1349
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordpressController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
- 'VendorsWpFormsController' =>
1354
  array (
1355
- 'name' => 'VendorsWpFormsController',
1356
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
- 'VendorsWpJobsManagerController' =>
1361
  array (
1362
- 'name' => 'VendorsWpJobsManagerController',
1363
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
- 'VendorsWpbakeryController' =>
1368
  array (
1369
- 'name' => 'VendorsWpbakeryController',
1370
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
- 'VendorsWpmlController' =>
1375
  array (
1376
- 'name' => 'VendorsWpmlController',
1377
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
- 'VendorsYoastController' =>
1382
  array (
1383
- 'name' => 'VendorsYoastController',
1384
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
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
- 'VendorsThemesWeaverXtremeController' =>
1417
  array (
1418
- 'name' => 'VendorsThemesWeaverXtremeController',
1419
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\WeaverXtremeController',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
- 'VendorsGutenbergAttributeController' =>
1424
  array (
1425
- 'name' => 'VendorsGutenbergAttributeController',
1426
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
- 'VendorsGutenbergDisableController' =>
1431
  array (
1432
- 'name' => 'VendorsGutenbergDisableController',
1433
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
- 'VendorsGutenbergSettingsController' =>
1438
  array (
1439
- 'name' => 'VendorsGutenbergSettingsController',
1440
- 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
- 'UtmUtm' =>
1445
  array (
1446
- 'name' => 'UtmUtm',
1447
- 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
- 'AutoloadAddonsAutoload' =>
1452
  array (
1453
- 'name' => 'AutoloadAddonsAutoload',
1454
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
- 'AutoloadElementsAutoload' =>
1459
  array (
1460
- 'name' => 'AutoloadElementsAutoload',
1461
- 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
- 'SystemActivationController' =>
1466
  array (
1467
- 'name' => 'SystemActivationController',
1468
- 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
- 'SystemAjaxAdminController' =>
1473
  array (
1474
- 'name' => 'SystemAjaxAdminController',
1475
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
- 'SystemAjaxController' =>
1480
  array (
1481
- 'name' => 'SystemAjaxController',
1482
- 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
- 'SystemTextDomainController' =>
1487
  array (
1488
- 'name' => 'SystemTextDomainController',
1489
- 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
- 'SystemCacheCacheController' =>
1494
  array (
1495
- 'name' => 'SystemCacheCacheController',
1496
- 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
- 'MigrationsAssets22Migration' =>
1501
  array (
1502
- 'name' => 'MigrationsAssets22Migration',
1503
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
- 'MigrationsCustomTemplatesTypeMigration' =>
1508
  array (
1509
- 'name' => 'MigrationsCustomTemplatesTypeMigration',
1510
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
- 'MigrationsDatabaseMigration' =>
1515
  array (
1516
- 'name' => 'MigrationsDatabaseMigration',
1517
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
- 'MigrationsDefaultCapabilitiesMigration' =>
1522
  array (
1523
- 'name' => 'MigrationsDefaultCapabilitiesMigration',
1524
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
- 'MigrationsDefaultElementsMigration' =>
1529
  array (
1530
- 'name' => 'MigrationsDefaultElementsMigration',
1531
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
- 'MigrationsEnabledPostTypesMigration' =>
1536
  array (
1537
- 'name' => 'MigrationsEnabledPostTypesMigration',
1538
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
- 'MigrationsFreeMigration' =>
1543
  array (
1544
- 'name' => 'MigrationsFreeMigration',
1545
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
- 'MigrationsGlobalJavascriptMigration' =>
1550
  array (
1551
- 'name' => 'MigrationsGlobalJavascriptMigration',
1552
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
- 'MigrationsLicenseMigration' =>
1557
  array (
1558
- 'name' => 'MigrationsLicenseMigration',
1559
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
- 'MigrationsMaintenanceModeMigration' =>
1564
  array (
1565
- 'name' => 'MigrationsMaintenanceModeMigration',
1566
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
- 'MigrationsMergeArchivesLayoutsMigration' =>
1571
  array (
1572
- 'name' => 'MigrationsMergeArchivesLayoutsMigration',
1573
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
- 'MigrationsPredefinedTemplateMigration' =>
1578
  array (
1579
- 'name' => 'MigrationsPredefinedTemplateMigration',
1580
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
- 'MigrationsSettingsMigration' =>
1585
  array (
1586
- 'name' => 'MigrationsSettingsMigration',
1587
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
- 'MigrationsTemplates114Migration' =>
1592
  array (
1593
- 'name' => 'MigrationsTemplates114Migration',
1594
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
- 'MigrationsUpdateGlobalElementsMigration' =>
1599
  array (
1600
- 'name' => 'MigrationsUpdateGlobalElementsMigration',
1601
- 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
- 'ApiFactory' =>
1606
  array (
1607
- 'name' => 'ApiFactory',
1608
- 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
- 'FrontViewAssetResetController' =>
1613
  array (
1614
- 'name' => 'FrontViewAssetResetController',
1615
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
- 'FrontViewAssetUrlReplaceController' =>
1620
  array (
1621
- 'name' => 'FrontViewAssetUrlReplaceController',
1622
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
- 'FrontViewContentUrlReplaceController' =>
1627
  array (
1628
- 'name' => 'FrontViewContentUrlReplaceController',
1629
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
- 'FrontViewFrontVariablesController' =>
1634
  array (
1635
- 'name' => 'FrontViewFrontVariablesController',
1636
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
- 'FrontViewFrontViewController' =>
1641
  array (
1642
- 'name' => 'FrontViewFrontViewController',
1643
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
- 'FrontViewLazyLoadController' =>
1648
  array (
1649
- 'name' => 'FrontViewLazyLoadController',
1650
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
- 'FrontViewMaintenanceModeController' =>
1655
  array (
1656
- 'name' => 'FrontViewMaintenanceModeController',
1657
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
- 'FrontViewPluginsInfoController' =>
1662
  array (
1663
- 'name' => 'FrontViewPluginsInfoController',
1664
- 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
- 'SettingsCustomPostTypesController' =>
1669
  array (
1670
- 'name' => 'SettingsCustomPostTypesController',
1671
- 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
- 'SettingsMenuController' =>
1676
  array (
1677
- 'name' => 'SettingsMenuController',
1678
- 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
- 'SettingsNoticeController' =>
1683
  array (
1684
- 'name' => 'SettingsNoticeController',
1685
- 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
- 'SettingsSettingsController' =>
1690
  array (
1691
- 'name' => 'SettingsSettingsController',
1692
- 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
- 'SettingsAjaxSystemStatusController' =>
1697
  array (
1698
- 'name' => 'SettingsAjaxSystemStatusController',
1699
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
- 'SettingsPagesCssJsSettings' =>
1704
  array (
1705
- 'name' => 'SettingsPagesCssJsSettings',
1706
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
- 'SettingsPagesMaintenanceMode' =>
1711
  array (
1712
- 'name' => 'SettingsPagesMaintenanceMode',
1713
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
- 'SettingsPagesRoleManager' =>
1718
  array (
1719
- 'name' => 'SettingsPagesRoleManager',
1720
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
- 'SettingsPagesSettings' =>
1725
  array (
1726
- 'name' => 'SettingsPagesSettings',
1727
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
- 'SettingsPagesSystemStatus' =>
1732
  array (
1733
- 'name' => 'SettingsPagesSystemStatus',
1734
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
1738
- 'SettingsFieldsCssEditor' =>
1739
  array (
1740
- 'name' => 'SettingsFieldsCssEditor',
1741
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
1742
  'make' => true,
1743
  'singleton' => true,
1744
  ),
1745
- 'SettingsFieldsFactoryResetController' =>
1746
  array (
1747
- 'name' => 'SettingsFieldsFactoryResetController',
1748
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
1749
  'make' => true,
1750
  'singleton' => true,
1751
  ),
1752
- 'SettingsFieldsJsEditor' =>
1753
  array (
1754
- 'name' => 'SettingsFieldsJsEditor',
1755
- 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
 
 
 
 
 
 
 
1756
  'make' => true,
1757
  'singleton' => true,
1758
  ),
80
  'make' => false,
81
  'singleton' => true,
82
  ),
83
+ 'GlobalsHelper' =>
84
+ array (
85
+ 'name' => 'GlobalsHelper',
86
+ 'abstract' => 'VisualComposer\\Helpers\\Globals',
87
+ 'make' => false,
88
+ 'singleton' => true,
89
+ ),
90
  'GridItemTemplateHelper' =>
91
  array (
92
  'name' => 'GridItemTemplateHelper',
157
  'make' => false,
158
  'singleton' => true,
159
  ),
160
+ 'OutputHelper' =>
161
+ array (
162
+ 'name' => 'OutputHelper',
163
+ 'abstract' => 'VisualComposer\\Helpers\\Output',
164
+ 'make' => false,
165
+ 'singleton' => true,
166
+ ),
167
  'PageLayoutHelper' =>
168
  array (
169
  'name' => 'PageLayoutHelper',
304
  'make' => false,
305
  'singleton' => true,
306
  ),
307
+ 'SettingsFieldsRegistryHelper' =>
308
+ array (
309
+ 'name' => 'SettingsFieldsRegistryHelper',
310
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\FieldsRegistry',
311
+ 'make' => false,
312
+ 'singleton' => true,
313
+ ),
314
+ 'SettingsSectionsRegistryHelper' =>
315
+ array (
316
+ 'name' => 'SettingsSectionsRegistryHelper',
317
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\SectionsRegistry',
318
+ 'make' => false,
319
+ 'singleton' => true,
320
+ ),
321
+ 'SettingsTabsRegistryHelper' =>
322
+ array (
323
+ 'name' => 'SettingsTabsRegistryHelper',
324
+ 'abstract' => 'VisualComposer\\Helpers\\Settings\\TabsRegistry',
325
+ 'make' => false,
326
+ 'singleton' => true,
327
+ ),
328
  'HubAddonsHelper' =>
329
  array (
330
  'name' => 'HubAddonsHelper',
430
  'make' => false,
431
  'singleton' => true,
432
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433
  ),
434
  'modules' =>
435
  array (
436
+ 'MigrationsAssets22Migration' =>
437
  array (
438
+ 'name' => 'MigrationsAssets22Migration',
439
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
440
  'make' => true,
441
  'singleton' => true,
442
  ),
443
+ 'MigrationsCustomTemplatesTypeMigration' =>
444
  array (
445
+ 'name' => 'MigrationsCustomTemplatesTypeMigration',
446
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
447
  'make' => true,
448
  'singleton' => true,
449
  ),
450
+ 'MigrationsDatabaseMigration' =>
451
  array (
452
+ 'name' => 'MigrationsDatabaseMigration',
453
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
454
  'make' => true,
455
  'singleton' => true,
456
  ),
457
+ 'MigrationsDefaultCapabilitiesMigration' =>
458
  array (
459
+ 'name' => 'MigrationsDefaultCapabilitiesMigration',
460
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
461
  'make' => true,
462
  'singleton' => true,
463
  ),
464
+ 'MigrationsDefaultElementsMigration' =>
465
  array (
466
+ 'name' => 'MigrationsDefaultElementsMigration',
467
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
468
  'make' => true,
469
  'singleton' => true,
470
  ),
471
+ 'MigrationsEnabledPostTypesMigration' =>
472
  array (
473
+ 'name' => 'MigrationsEnabledPostTypesMigration',
474
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
475
  'make' => true,
476
  'singleton' => true,
477
  ),
478
+ 'MigrationsFreeMigration' =>
479
  array (
480
+ 'name' => 'MigrationsFreeMigration',
481
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
482
  'make' => true,
483
  'singleton' => true,
484
  ),
485
+ 'MigrationsGlobalJavascriptMigration' =>
486
  array (
487
+ 'name' => 'MigrationsGlobalJavascriptMigration',
488
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
489
  'make' => true,
490
  'singleton' => true,
491
  ),
492
+ 'MigrationsLicenseMigration' =>
493
  array (
494
+ 'name' => 'MigrationsLicenseMigration',
495
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
496
  'make' => true,
497
  'singleton' => true,
498
  ),
499
+ 'MigrationsMaintenanceModeMigration' =>
500
  array (
501
+ 'name' => 'MigrationsMaintenanceModeMigration',
502
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
503
  'make' => true,
504
  'singleton' => true,
505
  ),
506
+ 'MigrationsMergeArchivesLayoutsMigration' =>
507
  array (
508
+ 'name' => 'MigrationsMergeArchivesLayoutsMigration',
509
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
510
  'make' => true,
511
  'singleton' => true,
512
  ),
513
+ 'MigrationsPredefinedTemplateMigration' =>
514
  array (
515
+ 'name' => 'MigrationsPredefinedTemplateMigration',
516
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
517
  'make' => true,
518
  'singleton' => true,
519
  ),
520
+ 'MigrationsSettingsMigration' =>
521
  array (
522
+ 'name' => 'MigrationsSettingsMigration',
523
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
524
  'make' => true,
525
  'singleton' => true,
526
  ),
527
+ 'MigrationsTemplates114Migration' =>
528
  array (
529
+ 'name' => 'MigrationsTemplates114Migration',
530
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
531
  'make' => true,
532
  'singleton' => true,
533
  ),
534
+ 'MigrationsUpdateGlobalElementsMigration' =>
535
  array (
536
+ 'name' => 'MigrationsUpdateGlobalElementsMigration',
537
+ 'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
538
  'make' => true,
539
  'singleton' => true,
540
  ),
541
+ 'UtmUtm' =>
542
  array (
543
+ 'name' => 'UtmUtm',
544
+ 'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
545
  'make' => true,
546
  'singleton' => true,
547
  ),
548
+ 'SettingsCustomPostTypesController' =>
549
  array (
550
+ 'name' => 'SettingsCustomPostTypesController',
551
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
552
  'make' => true,
553
  'singleton' => true,
554
  ),
555
+ 'SettingsMenuController' =>
556
  array (
557
+ 'name' => 'SettingsMenuController',
558
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
559
  'make' => true,
560
  'singleton' => true,
561
  ),
562
+ 'SettingsNoticeController' =>
563
  array (
564
+ 'name' => 'SettingsNoticeController',
565
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
566
  'make' => true,
567
  'singleton' => true,
568
  ),
569
+ 'SettingsSettingsController' =>
570
  array (
571
+ 'name' => 'SettingsSettingsController',
572
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
573
  'make' => true,
574
  'singleton' => true,
575
  ),
576
+ 'SettingsPagesCssJsSettings' =>
577
  array (
578
+ 'name' => 'SettingsPagesCssJsSettings',
579
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
580
  'make' => true,
581
  'singleton' => true,
582
  ),
583
+ 'SettingsPagesMaintenanceMode' =>
584
  array (
585
+ 'name' => 'SettingsPagesMaintenanceMode',
586
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
587
  'make' => true,
588
  'singleton' => true,
589
  ),
590
+ 'SettingsPagesRoleManager' =>
591
  array (
592
+ 'name' => 'SettingsPagesRoleManager',
593
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
594
  'make' => true,
595
  'singleton' => true,
596
  ),
597
+ 'SettingsPagesSettings' =>
598
  array (
599
+ 'name' => 'SettingsPagesSettings',
600
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
601
  'make' => true,
602
  'singleton' => true,
603
  ),
604
+ 'SettingsPagesSystemStatus' =>
605
  array (
606
+ 'name' => 'SettingsPagesSystemStatus',
607
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
608
  'make' => true,
609
  'singleton' => true,
610
  ),
611
+ 'SettingsAjaxSystemStatusController' =>
612
  array (
613
+ 'name' => 'SettingsAjaxSystemStatusController',
614
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
615
  'make' => true,
616
  'singleton' => true,
617
  ),
618
+ 'SettingsFieldsCssEditor' =>
619
  array (
620
+ 'name' => 'SettingsFieldsCssEditor',
621
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
622
  'make' => true,
623
  'singleton' => true,
624
  ),
625
+ 'SettingsFieldsFactoryResetController' =>
626
  array (
627
+ 'name' => 'SettingsFieldsFactoryResetController',
628
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
629
  'make' => true,
630
  'singleton' => true,
631
  ),
632
+ 'SettingsFieldsJsEditor' =>
633
  array (
634
+ 'name' => 'SettingsFieldsJsEditor',
635
+ 'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
636
  'make' => true,
637
  'singleton' => true,
638
  ),
639
+ 'FrontViewAssetResetController' =>
640
  array (
641
+ 'name' => 'FrontViewAssetResetController',
642
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetResetController',
643
  'make' => true,
644
  'singleton' => true,
645
  ),
646
+ 'FrontViewAssetUrlReplaceController' =>
647
  array (
648
+ 'name' => 'FrontViewAssetUrlReplaceController',
649
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\AssetUrlReplaceController',
650
  'make' => true,
651
  'singleton' => true,
652
  ),
653
+ 'FrontViewContentUrlReplaceController' =>
654
  array (
655
+ 'name' => 'FrontViewContentUrlReplaceController',
656
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\ContentUrlReplaceController',
657
  'make' => true,
658
  'singleton' => true,
659
  ),
660
+ 'FrontViewFrontVariablesController' =>
661
  array (
662
+ 'name' => 'FrontViewFrontVariablesController',
663
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontVariablesController',
664
  'make' => true,
665
  'singleton' => true,
666
  ),
667
+ 'FrontViewFrontViewController' =>
668
  array (
669
+ 'name' => 'FrontViewFrontViewController',
670
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\FrontViewController',
671
  'make' => true,
672
  'singleton' => true,
673
  ),
674
+ 'FrontViewLazyLoadController' =>
675
  array (
676
+ 'name' => 'FrontViewLazyLoadController',
677
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\LazyLoadController',
678
  'make' => true,
679
  'singleton' => true,
680
  ),
681
+ 'FrontViewMaintenanceModeController' =>
682
  array (
683
+ 'name' => 'FrontViewMaintenanceModeController',
684
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\MaintenanceModeController',
685
  'make' => true,
686
  'singleton' => true,
687
  ),
688
+ 'FrontViewPluginsInfoController' =>
689
  array (
690
+ 'name' => 'FrontViewPluginsInfoController',
691
+ 'abstract' => 'VisualComposer\\Modules\\FrontView\\PluginsInfoController',
692
  'make' => true,
693
  'singleton' => true,
694
  ),
695
+ 'LicenseActivationRedirectController' =>
696
  array (
697
+ 'name' => 'LicenseActivationRedirectController',
698
+ 'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
699
  'make' => true,
700
  'singleton' => true,
701
  ),
702
+ 'LicenseDeactivationController' =>
703
  array (
704
+ 'name' => 'LicenseDeactivationController',
705
+ 'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
706
  'make' => true,
707
  'singleton' => true,
708
  ),
709
+ 'LicenseEditorVariablesController' =>
710
  array (
711
+ 'name' => 'LicenseEditorVariablesController',
712
+ 'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
713
  'make' => true,
714
  'singleton' => true,
715
  ),
716
+ 'LicenseErrorReportingController' =>
717
  array (
718
+ 'name' => 'LicenseErrorReportingController',
719
+ 'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
720
  'make' => true,
721
  'singleton' => true,
722
  ),
723
+ 'LicenseFeedbackController' =>
724
  array (
725
+ 'name' => 'LicenseFeedbackController',
726
+ 'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
727
  'make' => true,
728
  'singleton' => true,
729
  ),
730
+ 'LicenseLicenseController' =>
731
  array (
732
+ 'name' => 'LicenseLicenseController',
733
+ 'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
734
  'make' => true,
735
  'singleton' => true,
736
  ),
737
+ 'LicenseUpdateVariablesController' =>
738
  array (
739
+ 'name' => 'LicenseUpdateVariablesController',
740
+ 'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
741
  'make' => true,
742
  'singleton' => true,
743
  ),
744
+ 'LicensePagesGettingStarted' =>
745
  array (
746
+ 'name' => 'LicensePagesGettingStarted',
747
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
748
  'make' => true,
749
  'singleton' => true,
750
  ),
751
+ 'LicensePagesGoPremium' =>
752
  array (
753
+ 'name' => 'LicensePagesGoPremium',
754
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
755
  'make' => true,
756
  'singleton' => true,
757
  ),
758
+ 'LicensePagesLicenseStatus' =>
759
  array (
760
+ 'name' => 'LicensePagesLicenseStatus',
761
+ 'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
762
  'make' => true,
763
  'singleton' => true,
764
  ),
765
+ 'ImportImportController' =>
766
  array (
767
+ 'name' => 'ImportImportController',
768
+ 'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
769
  'make' => true,
770
  'singleton' => true,
771
  ),
772
+ 'AssetsAssetBundleCompressionController' =>
773
  array (
774
+ 'name' => 'AssetsAssetBundleCompressionController',
775
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleCompressionController',
776
  'make' => true,
777
  'singleton' => true,
778
  ),
779
+ 'AssetsAssetBundleController' =>
780
  array (
781
+ 'name' => 'AssetsAssetBundleController',
782
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetBundleController',
783
  'make' => true,
784
  'singleton' => true,
785
  ),
786
+ 'AssetsAssetResetController' =>
787
  array (
788
+ 'name' => 'AssetsAssetResetController',
789
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\AssetResetController',
790
  'make' => true,
791
  'singleton' => true,
792
  ),
793
+ 'AssetsDataController' =>
794
  array (
795
+ 'name' => 'AssetsDataController',
796
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\DataController',
797
  'make' => true,
798
  'singleton' => true,
799
  ),
800
+ 'AssetsEnqueueController' =>
801
  array (
802
+ 'name' => 'AssetsEnqueueController',
803
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\EnqueueController',
804
  'make' => true,
805
  'singleton' => true,
806
  ),
807
+ 'AssetsFileController' =>
808
  array (
809
+ 'name' => 'AssetsFileController',
810
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\FileController',
811
  'make' => true,
812
  'singleton' => true,
813
  ),
814
+ 'AssetsJsDataController' =>
815
  array (
816
+ 'name' => 'AssetsJsDataController',
817
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsDataController',
818
  'make' => true,
819
  'singleton' => true,
820
  ),
821
+ 'AssetsJsEnqueueController' =>
822
  array (
823
+ 'name' => 'AssetsJsEnqueueController',
824
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\JsEnqueueController',
825
  'make' => true,
826
  'singleton' => true,
827
  ),
828
+ 'AssetsPreviewDataController' =>
829
  array (
830
+ 'name' => 'AssetsPreviewDataController',
831
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewDataController',
832
  'make' => true,
833
  'singleton' => true,
834
  ),
835
+ 'AssetsPreviewEnqueueController' =>
836
  array (
837
+ 'name' => 'AssetsPreviewEnqueueController',
838
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewEnqueueController',
839
  'make' => true,
840
  'singleton' => true,
841
  ),
842
+ 'AssetsPreviewJsDataController' =>
843
  array (
844
+ 'name' => 'AssetsPreviewJsDataController',
845
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsDataController',
846
  'make' => true,
847
  'singleton' => true,
848
  ),
849
+ 'AssetsPreviewJsEnqueueController' =>
850
  array (
851
+ 'name' => 'AssetsPreviewJsEnqueueController',
852
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\PreviewJsEnqueueController',
853
  'make' => true,
854
  'singleton' => true,
855
  ),
856
+ 'AssetsSharedController' =>
857
  array (
858
+ 'name' => 'AssetsSharedController',
859
+ 'abstract' => 'VisualComposer\\Modules\\Assets\\SharedController',
860
  'make' => true,
861
  'singleton' => true,
862
  ),
863
+ 'AutoloadAddonsAutoload' =>
864
  array (
865
+ 'name' => 'AutoloadAddonsAutoload',
866
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\AddonsAutoload',
867
  'make' => true,
868
  'singleton' => true,
869
  ),
870
+ 'AutoloadElementsAutoload' =>
871
  array (
872
+ 'name' => 'AutoloadElementsAutoload',
873
+ 'abstract' => 'VisualComposer\\Modules\\Autoload\\ElementsAutoload',
874
  'make' => true,
875
  'singleton' => true,
876
  ),
877
+ 'InternationalizationLocale' =>
878
  array (
879
+ 'name' => 'InternationalizationLocale',
880
+ 'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
881
  'make' => true,
882
  'singleton' => true,
883
  ),
884
+ 'VendorsAdvancedCustomFields' =>
885
  array (
886
+ 'name' => 'VendorsAdvancedCustomFields',
887
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AdvancedCustomFields',
888
  'make' => true,
889
  'singleton' => true,
890
  ),
891
+ 'VendorsAjaxSearchProController' =>
892
  array (
893
+ 'name' => 'VendorsAjaxSearchProController',
894
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\AjaxSearchProController',
895
  'make' => true,
896
  'singleton' => true,
897
  ),
898
+ 'VendorsDashboardController' =>
899
  array (
900
+ 'name' => 'VendorsDashboardController',
901
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\DashboardController',
902
  'make' => true,
903
  'singleton' => true,
904
  ),
905
+ 'VendorsElementorController' =>
906
  array (
907
+ 'name' => 'VendorsElementorController',
908
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\ElementorController',
909
  'make' => true,
910
  'singleton' => true,
911
  ),
912
+ 'VendorsEssentialGridController' =>
913
  array (
914
+ 'name' => 'VendorsEssentialGridController',
915
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\EssentialGridController',
916
  'make' => true,
917
  'singleton' => true,
918
  ),
919
+ 'VendorsGravityFormsController' =>
920
  array (
921
+ 'name' => 'VendorsGravityFormsController',
922
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\GravityFormsController',
923
  'make' => true,
924
  'singleton' => true,
925
  ),
926
+ 'VendorsJetPack' =>
927
  array (
928
+ 'name' => 'VendorsJetPack',
929
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\JetPack',
930
  'make' => true,
931
  'singleton' => true,
932
  ),
933
+ 'VendorsMetaSliderController' =>
934
  array (
935
+ 'name' => 'VendorsMetaSliderController',
936
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\MetaSliderController',
937
  'make' => true,
938
  'singleton' => true,
939
  ),
940
+ 'VendorsNextGen' =>
941
  array (
942
+ 'name' => 'VendorsNextGen',
943
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NextGen',
944
  'make' => true,
945
  'singleton' => true,
946
  ),
947
+ 'VendorsNinjaFormsController' =>
948
  array (
949
+ 'name' => 'VendorsNinjaFormsController',
950
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\NinjaFormsController',
951
  'make' => true,
952
  'singleton' => true,
953
  ),
954
+ 'VendorsOneUserAvatar' =>
955
  array (
956
+ 'name' => 'VendorsOneUserAvatar',
957
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\OneUserAvatar',
958
  'make' => true,
959
  'singleton' => true,
960
  ),
961
+ 'VendorsPluginsController' =>
962
  array (
963
+ 'name' => 'VendorsPluginsController',
964
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\PluginsController',
965
  'make' => true,
966
  'singleton' => true,
967
  ),
968
+ 'VendorsRevSliderController' =>
969
  array (
970
+ 'name' => 'VendorsRevSliderController',
971
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\RevSliderController',
972
  'make' => true,
973
  'singleton' => true,
974
  ),
975
+ 'VendorsWooCommerceController' =>
976
  array (
977
+ 'name' => 'VendorsWooCommerceController',
978
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceController',
979
  'make' => true,
980
  'singleton' => true,
981
  ),
982
+ 'VendorsWooCommerceMultivendorMarketplace' =>
983
  array (
984
+ 'name' => 'VendorsWooCommerceMultivendorMarketplace',
985
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
986
  'make' => true,
987
  'singleton' => true,
988
  ),
989
+ 'VendorsWooCommerceSquareController' =>
990
  array (
991
+ 'name' => 'VendorsWooCommerceSquareController',
992
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
993
  'make' => true,
994
  'singleton' => true,
995
  ),
996
+ 'VendorsWordPressController' =>
997
  array (
998
+ 'name' => 'VendorsWordPressController',
999
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WordPressController',
1000
  'make' => true,
1001
  'singleton' => true,
1002
  ),
1003
+ 'VendorsWpFormsController' =>
1004
  array (
1005
+ 'name' => 'VendorsWpFormsController',
1006
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
1007
  'make' => true,
1008
  'singleton' => true,
1009
  ),
1010
+ 'VendorsWpJobsManagerController' =>
1011
  array (
1012
+ 'name' => 'VendorsWpJobsManagerController',
1013
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
1014
  'make' => true,
1015
  'singleton' => true,
1016
  ),
1017
+ 'VendorsWpbakeryController' =>
1018
  array (
1019
+ 'name' => 'VendorsWpbakeryController',
1020
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
1021
  'make' => true,
1022
  'singleton' => true,
1023
  ),
1024
+ 'VendorsWpmlController' =>
1025
  array (
1026
+ 'name' => 'VendorsWpmlController',
1027
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
1028
  'make' => true,
1029
  'singleton' => true,
1030
  ),
1031
+ 'VendorsYoastController' =>
1032
  array (
1033
+ 'name' => 'VendorsYoastController',
1034
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
1035
  'make' => true,
1036
  'singleton' => true,
1037
  ),
1038
+ 'VendorsThemesGeneratePressController' =>
1039
  array (
1040
+ 'name' => 'VendorsThemesGeneratePressController',
1041
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
1042
  'make' => true,
1043
  'singleton' => true,
1044
  ),
1045
+ 'VendorsThemesStorefrontController' =>
1046
  array (
1047
+ 'name' => 'VendorsThemesStorefrontController',
1048
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
1049
  'make' => true,
1050
  'singleton' => true,
1051
  ),
1052
+ 'VendorsThemesTwentySeventeenController' =>
1053
  array (
1054
+ 'name' => 'VendorsThemesTwentySeventeenController',
1055
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
1056
  'make' => true,
1057
  'singleton' => true,
1058
  ),
1059
+ 'VendorsThemesTwentyTwentyOneController' =>
1060
  array (
1061
+ 'name' => 'VendorsThemesTwentyTwentyOneController',
1062
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
1063
  'make' => true,
1064
  'singleton' => true,
1065
  ),
1066
+ 'VendorsThemesWeaverXtremeController' =>
1067
  array (
1068
+ 'name' => 'VendorsThemesWeaverXtremeController',
1069
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\WeaverXtremeController',
1070
  'make' => true,
1071
  'singleton' => true,
1072
  ),
1073
+ 'VendorsGutenbergAttributeController' =>
1074
  array (
1075
+ 'name' => 'VendorsGutenbergAttributeController',
1076
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
1077
  'make' => true,
1078
  'singleton' => true,
1079
  ),
1080
+ 'VendorsGutenbergDisableController' =>
1081
  array (
1082
+ 'name' => 'VendorsGutenbergDisableController',
1083
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
1084
  'make' => true,
1085
  'singleton' => true,
1086
  ),
1087
+ 'VendorsGutenbergSettingsController' =>
1088
  array (
1089
+ 'name' => 'VendorsGutenbergSettingsController',
1090
+ 'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
1091
  'make' => true,
1092
  'singleton' => true,
1093
  ),
1094
+ 'ApiFactory' =>
1095
  array (
1096
+ 'name' => 'ApiFactory',
1097
+ 'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
1098
  'make' => true,
1099
  'singleton' => true,
1100
  ),
1101
+ 'SystemTextDomainController' =>
1102
  array (
1103
+ 'name' => 'SystemTextDomainController',
1104
+ 'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
1105
  'make' => true,
1106
  'singleton' => true,
1107
  ),
1108
+ 'SystemAjaxAdminController' =>
1109
  array (
1110
+ 'name' => 'SystemAjaxAdminController',
1111
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
1112
  'make' => true,
1113
  'singleton' => true,
1114
  ),
1115
+ 'SystemAjaxController' =>
1116
  array (
1117
+ 'name' => 'SystemAjaxController',
1118
+ 'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
1119
  'make' => true,
1120
  'singleton' => true,
1121
  ),
1122
+ 'SystemActivationController' =>
1123
  array (
1124
+ 'name' => 'SystemActivationController',
1125
+ 'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
1126
  'make' => true,
1127
  'singleton' => true,
1128
  ),
1129
+ 'SystemCacheCacheController' =>
1130
  array (
1131
+ 'name' => 'SystemCacheCacheController',
1132
+ 'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
1133
  'make' => true,
1134
  'singleton' => true,
1135
  ),
1136
+ 'EditorsEnvController' =>
1137
  array (
1138
+ 'name' => 'EditorsEnvController',
1139
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EnvController',
1140
  'make' => true,
1141
  'singleton' => true,
1142
  ),
1143
+ 'EditorsMediaSizesController' =>
1144
  array (
1145
+ 'name' => 'EditorsMediaSizesController',
1146
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\MediaSizesController',
1147
  'make' => true,
1148
  'singleton' => true,
1149
  ),
1150
+ 'EditorsDataAjaxController' =>
1151
  array (
1152
+ 'name' => 'EditorsDataAjaxController',
1153
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
1154
  'make' => true,
1155
  'singleton' => true,
1156
  ),
1157
+ 'EditorsDataAjaxPostDataController' =>
1158
  array (
1159
+ 'name' => 'EditorsDataAjaxPostDataController',
1160
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
1161
  'make' => true,
1162
  'singleton' => true,
1163
  ),
1164
+ 'EditorsDataAjaxPostFieldsController' =>
1165
  array (
1166
+ 'name' => 'EditorsDataAjaxPostFieldsController',
1167
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
1168
  'make' => true,
1169
  'singleton' => true,
1170
  ),
1171
+ 'EditorsDataAjaxRevisionController' =>
1172
  array (
1173
+ 'name' => 'EditorsDataAjaxRevisionController',
1174
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
1175
  'make' => true,
1176
  'singleton' => true,
1177
  ),
1178
+ 'EditorsPopupsPremiumPromoController' =>
1179
  array (
1180
+ 'name' => 'EditorsPopupsPremiumPromoController',
1181
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Popups\\PremiumPromoController',
1182
  'make' => true,
1183
  'singleton' => true,
1184
  ),
1185
+ 'EditorsPageEditableController' =>
1186
  array (
1187
+ 'name' => 'EditorsPageEditableController',
1188
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\PageEditable\\Controller',
1189
  'make' => true,
1190
  'singleton' => true,
1191
  ),
1192
+ 'EditorsEditPostLinksController' =>
1193
  array (
1194
+ 'name' => 'EditorsEditPostLinksController',
1195
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
1196
  'make' => true,
1197
  'singleton' => true,
1198
  ),
1199
+ 'EditorsFrontendBundleController' =>
1200
  array (
1201
+ 'name' => 'EditorsFrontendBundleController',
1202
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\BundleController',
1203
  'make' => true,
1204
  'singleton' => true,
1205
  ),
1206
+ 'EditorsFrontendController' =>
1207
  array (
1208
+ 'name' => 'EditorsFrontendController',
1209
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\Controller',
1210
  'make' => true,
1211
  'singleton' => true,
1212
  ),
1213
+ 'EditorsFrontendHeartbeatController' =>
1214
  array (
1215
+ 'name' => 'EditorsFrontendHeartbeatController',
1216
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\HeartbeatController',
1217
  'make' => true,
1218
  'singleton' => true,
1219
  ),
1220
+ 'EditorsFrontendMenuController' =>
1221
  array (
1222
+ 'name' => 'EditorsFrontendMenuController',
1223
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\MenuController',
1224
  'make' => true,
1225
  'singleton' => true,
1226
  ),
1227
+ 'EditorsFrontendVariablesController' =>
1228
  array (
1229
+ 'name' => 'EditorsFrontendVariablesController',
1230
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Frontend\\VariablesController',
1231
  'make' => true,
1232
  'singleton' => true,
1233
  ),
1234
+ 'EditorsFrontendLayoutSwitcherBundleController' =>
1235
  array (
1236
+ 'name' => 'EditorsFrontendLayoutSwitcherBundleController',
1237
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
1238
  'make' => true,
1239
  'singleton' => true,
1240
  ),
1241
+ 'EditorsSettingsAlternativeSavingController' =>
1242
  array (
1243
+ 'name' => 'EditorsSettingsAlternativeSavingController',
1244
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\AlternativeSavingController',
1245
  'make' => true,
1246
  'singleton' => true,
1247
  ),
1248
+ 'EditorsSettingsEditorLayoutController' =>
1249
  array (
1250
+ 'name' => 'EditorsSettingsEditorLayoutController',
1251
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\EditorLayoutController',
1252
  'make' => true,
1253
  'singleton' => true,
1254
  ),
1255
+ 'EditorsSettingsItemBadgeController' =>
1256
  array (
1257
+ 'name' => 'EditorsSettingsItemBadgeController',
1258
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemBadgeController',
1259
  'make' => true,
1260
  'singleton' => true,
1261
  ),
1262
+ 'EditorsSettingsItemDataCollectionController' =>
1263
  array (
1264
+ 'name' => 'EditorsSettingsItemDataCollectionController',
1265
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemDataCollectionController',
1266
  'make' => true,
1267
  'singleton' => true,
1268
  ),
1269
+ 'EditorsSettingsItemInitialHelpersController' =>
1270
  array (
1271
+ 'name' => 'EditorsSettingsItemInitialHelpersController',
1272
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemInitialHelpersController',
1273
  'make' => true,
1274
  'singleton' => true,
1275
  ),
1276
+ 'EditorsSettingsItemPreviewController' =>
1277
  array (
1278
+ 'name' => 'EditorsSettingsItemPreviewController',
1279
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\ItemPreviewController',
1280
  'make' => true,
1281
  'singleton' => true,
1282
  ),
1283
+ 'EditorsSettingsPageEditableTemplatesController' =>
1284
  array (
1285
+ 'name' => 'EditorsSettingsPageEditableTemplatesController',
1286
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageEditableTemplatesController',
1287
  'make' => true,
1288
  'singleton' => true,
1289
  ),
1290
+ 'EditorsSettingsPageTemplatesController' =>
1291
  array (
1292
+ 'name' => 'EditorsSettingsPageTemplatesController',
1293
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesController',
1294
  'make' => true,
1295
  'singleton' => true,
1296
  ),
1297
+ 'EditorsSettingsPageTemplatesSaveController' =>
1298
  array (
1299
+ 'name' => 'EditorsSettingsPageTemplatesSaveController',
1300
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesSaveController',
1301
  'make' => true,
1302
  'singleton' => true,
1303
  ),
1304
+ 'EditorsSettingsPageTemplatesVariablesController' =>
1305
  array (
1306
+ 'name' => 'EditorsSettingsPageTemplatesVariablesController',
1307
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\PageTemplatesVariablesController',
1308
  'make' => true,
1309
  'singleton' => true,
1310
  ),
1311
+ 'EditorsSettingsSlugController' =>
1312
  array (
1313
+ 'name' => 'EditorsSettingsSlugController',
1314
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\SlugController',
1315
  'make' => true,
1316
  'singleton' => true,
1317
  ),
1318
+ 'EditorsSettingsTitleController' =>
1319
  array (
1320
+ 'name' => 'EditorsSettingsTitleController',
1321
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\TitleController',
1322
  'make' => true,
1323
  'singleton' => true,
1324
  ),
1325
+ 'EditorsSettingsWordPressSettingsAuthorController' =>
1326
  array (
1327
+ 'name' => 'EditorsSettingsWordPressSettingsAuthorController',
1328
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\AuthorController',
1329
  'make' => true,
1330
  'singleton' => true,
1331
  ),
1332
+ 'EditorsSettingsWordPressSettingsCategoriesController' =>
1333
  array (
1334
+ 'name' => 'EditorsSettingsWordPressSettingsCategoriesController',
1335
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\CategoriesController',
1336
  'make' => true,
1337
  'singleton' => true,
1338
  ),
1339
+ 'EditorsSettingsWordPressSettingsDiscussionController' =>
1340
  array (
1341
+ 'name' => 'EditorsSettingsWordPressSettingsDiscussionController',
1342
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\DiscussionController',
1343
  'make' => true,
1344
  'singleton' => true,
1345
  ),
1346
+ 'EditorsSettingsWordPressSettingsExcerptController' =>
1347
  array (
1348
+ 'name' => 'EditorsSettingsWordPressSettingsExcerptController',
1349
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ExcerptController',
1350
  'make' => true,
1351
  'singleton' => true,
1352
  ),
1353
+ 'EditorsSettingsWordPressSettingsFeaturedImageController' =>
1354
  array (
1355
+ 'name' => 'EditorsSettingsWordPressSettingsFeaturedImageController',
1356
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\FeaturedImageController',
1357
  'make' => true,
1358
  'singleton' => true,
1359
  ),
1360
+ 'EditorsSettingsWordPressSettingsParentPageController' =>
1361
  array (
1362
+ 'name' => 'EditorsSettingsWordPressSettingsParentPageController',
1363
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\ParentPageController',
1364
  'make' => true,
1365
  'singleton' => true,
1366
  ),
1367
+ 'EditorsSettingsWordPressSettingsTagsController' =>
1368
  array (
1369
+ 'name' => 'EditorsSettingsWordPressSettingsTagsController',
1370
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Settings\\WordPressSettings\\TagsController',
1371
  'make' => true,
1372
  'singleton' => true,
1373
  ),
1374
+ 'EditorsBackendEditorController' =>
1375
  array (
1376
+ 'name' => 'EditorsBackendEditorController',
1377
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\EditorController',
1378
  'make' => true,
1379
  'singleton' => true,
1380
  ),
1381
+ 'EditorsBackendSaveSetEditorController' =>
1382
  array (
1383
+ 'name' => 'EditorsBackendSaveSetEditorController',
1384
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Backend\\SaveSetEditorController',
1385
  'make' => true,
1386
  'singleton' => true,
1387
  ),
1388
+ 'EditorsInitialHelpersController' =>
1389
  array (
1390
+ 'name' => 'EditorsInitialHelpersController',
1391
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
1392
  'make' => true,
1393
  'singleton' => true,
1394
  ),
1395
+ 'EditorsNotificationsController' =>
1396
  array (
1397
+ 'name' => 'EditorsNotificationsController',
1398
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
1399
  'make' => true,
1400
  'singleton' => true,
1401
  ),
1402
+ 'EditorsTemplatesController' =>
1403
  array (
1404
+ 'name' => 'EditorsTemplatesController',
1405
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
1406
  'make' => true,
1407
  'singleton' => true,
1408
  ),
1409
+ 'EditorsTemplatesPostType' =>
1410
  array (
1411
+ 'name' => 'EditorsTemplatesPostType',
1412
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
1413
  'make' => true,
1414
  'singleton' => true,
1415
  ),
1416
+ 'EditorsDataUsageController' =>
1417
  array (
1418
+ 'name' => 'EditorsDataUsageController',
1419
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
1420
  'make' => true,
1421
  'singleton' => true,
1422
  ),
1423
+ 'EditorsDataUsageMostUsedItemsController' =>
1424
  array (
1425
+ 'name' => 'EditorsDataUsageMostUsedItemsController',
1426
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
1427
  'make' => true,
1428
  'singleton' => true,
1429
  ),
1430
+ 'EditorsElementsController' =>
1431
  array (
1432
+ 'name' => 'EditorsElementsController',
1433
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
1434
  'make' => true,
1435
  'singleton' => true,
1436
  ),
1437
+ 'EditorsAttributesWpEditor' =>
1438
  array (
1439
+ 'name' => 'EditorsAttributesWpEditor',
1440
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\WpEditor',
1441
  'make' => true,
1442
  'singleton' => true,
1443
  ),
1444
+ 'EditorsAttributesAutoCompleteController' =>
1445
  array (
1446
+ 'name' => 'EditorsAttributesAutoCompleteController',
1447
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AutoComplete\\Controller',
1448
  'make' => true,
1449
  'singleton' => true,
1450
  ),
1451
+ 'EditorsAttributesAjaxFormController' =>
1452
  array (
1453
+ 'name' => 'EditorsAttributesAjaxFormController',
1454
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
1455
  'make' => true,
1456
  'singleton' => true,
1457
  ),
1458
+ 'EditorsAttributesCodeMirrorCodeMirrorController' =>
1459
  array (
1460
+ 'name' => 'EditorsAttributesCodeMirrorCodeMirrorController',
1461
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\CodeMirror\\CodeMirrorController',
1462
  'make' => true,
1463
  'singleton' => true,
1464
  ),
1465
+ 'EditorsAttributesCheckboxController' =>
1466
  array (
1467
+ 'name' => 'EditorsAttributesCheckboxController',
1468
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
1469
  'make' => true,
1470
  'singleton' => true,
1471
  ),
1472
+ 'EditorsAttributesUrlController' =>
1473
  array (
1474
+ 'name' => 'EditorsAttributesUrlController',
1475
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Url\\Controller',
1476
  'make' => true,
1477
  'singleton' => true,
1478
  ),
1479
+ 'EditorsAttributesPageDesignOptionsController' =>
1480
  array (
1481
+ 'name' => 'EditorsAttributesPageDesignOptionsController',
1482
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
1483
  'make' => true,
1484
  'singleton' => true,
1485
  ),
1486
+ 'EditorsAttributesIconPickerController' =>
1487
  array (
1488
+ 'name' => 'EditorsAttributesIconPickerController',
1489
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
1490
  'make' => true,
1491
  'singleton' => true,
1492
  ),
1493
+ 'EditorsTutorialController' =>
1494
  array (
1495
+ 'name' => 'EditorsTutorialController',
1496
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
1497
  'make' => true,
1498
  'singleton' => true,
1499
  ),
1500
+ 'EditorsTutorialPostType' =>
1501
  array (
1502
+ 'name' => 'EditorsTutorialPostType',
1503
+ 'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
1504
  'make' => true,
1505
  'singleton' => true,
1506
  ),
1507
+ 'UpdatesUpdatesController' =>
1508
  array (
1509
+ 'name' => 'UpdatesUpdatesController',
1510
+ 'abstract' => 'VisualComposer\\Modules\\Updates\\UpdatesController',
1511
  'make' => true,
1512
  'singleton' => true,
1513
  ),
1514
+ 'HubDownloadController' =>
1515
  array (
1516
+ 'name' => 'HubDownloadController',
1517
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\DownloadController',
1518
  'make' => true,
1519
  'singleton' => true,
1520
  ),
1521
+ 'HubJsonActionsController' =>
1522
  array (
1523
+ 'name' => 'HubJsonActionsController',
1524
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\JsonActionsController',
1525
  'make' => true,
1526
  'singleton' => true,
1527
  ),
1528
+ 'HubUpdateController' =>
1529
  array (
1530
+ 'name' => 'HubUpdateController',
1531
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\UpdateController',
1532
  'make' => true,
1533
  'singleton' => true,
1534
  ),
1535
+ 'HubStockMediaStockMediaDownloadController' =>
1536
  array (
1537
+ 'name' => 'HubStockMediaStockMediaDownloadController',
1538
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
1539
  'make' => true,
1540
  'singleton' => true,
1541
  ),
1542
+ 'HubPagesHub' =>
1543
  array (
1544
+ 'name' => 'HubPagesHub',
1545
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\Hub',
1546
  'make' => true,
1547
  'singleton' => true,
1548
  ),
1549
+ 'HubPagesPremiumTeasers' =>
1550
  array (
1551
+ 'name' => 'HubPagesPremiumTeasers',
1552
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\PremiumTeasers',
1553
  'make' => true,
1554
  'singleton' => true,
1555
  ),
1556
+ 'HubPagesUpdateBePage' =>
1557
  array (
1558
+ 'name' => 'HubPagesUpdateBePage',
1559
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateBePage',
1560
  'make' => true,
1561
  'singleton' => true,
1562
  ),
1563
+ 'HubPagesUpdateFePage' =>
1564
  array (
1565
+ 'name' => 'HubPagesUpdateFePage',
1566
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Pages\\UpdateFePage',
1567
  'make' => true,
1568
  'singleton' => true,
1569
  ),
1570
+ 'HubActionsPostUpdateAction' =>
1571
  array (
1572
+ 'name' => 'HubActionsPostUpdateAction',
1573
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
1574
  'make' => true,
1575
  'singleton' => true,
1576
  ),
1577
+ 'HubGroupsCategoriesCategories' =>
1578
  array (
1579
+ 'name' => 'HubGroupsCategoriesCategories',
1580
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Categories',
1581
  'make' => true,
1582
  'singleton' => true,
1583
  ),
1584
+ 'HubGroupsCategoriesCategoriesUpdater' =>
1585
  array (
1586
+ 'name' => 'HubGroupsCategoriesCategoriesUpdater',
1587
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\CategoriesUpdater',
1588
  'make' => true,
1589
  'singleton' => true,
1590
  ),
1591
+ 'HubGroupsCategoriesGroups' =>
1592
  array (
1593
+ 'name' => 'HubGroupsCategoriesGroups',
1594
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\Groups',
1595
  'make' => true,
1596
  'singleton' => true,
1597
  ),
1598
+ 'HubGroupsCategoriesGroupsUpdater' =>
1599
  array (
1600
+ 'name' => 'HubGroupsCategoriesGroupsUpdater',
1601
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\GroupsCategories\\GroupsUpdater',
1602
  'make' => true,
1603
  'singleton' => true,
1604
  ),
1605
+ 'HubAddonsAddonDownloadController' =>
1606
  array (
1607
+ 'name' => 'HubAddonsAddonDownloadController',
1608
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonDownloadController',
1609
  'make' => true,
1610
  'singleton' => true,
1611
  ),
1612
+ 'HubAddonsAddons' =>
1613
  array (
1614
+ 'name' => 'HubAddonsAddons',
1615
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Addons',
1616
  'make' => true,
1617
  'singleton' => true,
1618
  ),
1619
+ 'HubAddonsAddonsUpdater' =>
1620
  array (
1621
+ 'name' => 'HubAddonsAddonsUpdater',
1622
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\AddonsUpdater',
1623
  'make' => true,
1624
  'singleton' => true,
1625
  ),
1626
+ 'HubAddonsTeasersTeasersController' =>
1627
  array (
1628
+ 'name' => 'HubAddonsTeasersTeasersController',
1629
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersController',
1630
  'make' => true,
1631
  'singleton' => true,
1632
  ),
1633
+ 'HubAddonsTeasersTeasersDownloadController' =>
1634
  array (
1635
+ 'name' => 'HubAddonsTeasersTeasersDownloadController',
1636
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Addons\\Teasers\\TeasersDownloadController',
1637
  'make' => true,
1638
  'singleton' => true,
1639
  ),
1640
+ 'HubAssetsAssetDownloadController' =>
1641
  array (
1642
+ 'name' => 'HubAssetsAssetDownloadController',
1643
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
1644
  'make' => true,
1645
  'singleton' => true,
1646
  ),
1647
+ 'HubTemplatesTemplateDownloadController' =>
1648
  array (
1649
+ 'name' => 'HubTemplatesTemplateDownloadController',
1650
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
1651
  'make' => true,
1652
  'singleton' => true,
1653
  ),
1654
+ 'HubTemplatesTemplatesUpdater' =>
1655
  array (
1656
+ 'name' => 'HubTemplatesTemplatesUpdater',
1657
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
1658
  'make' => true,
1659
  'singleton' => true,
1660
  ),
1661
+ 'HubTemplatesTeasersTeasersController' =>
1662
  array (
1663
+ 'name' => 'HubTemplatesTeasersTeasersController',
1664
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
1665
  'make' => true,
1666
  'singleton' => true,
1667
  ),
1668
+ 'HubTemplatesTeasersTeasersDownloadController' =>
1669
  array (
1670
+ 'name' => 'HubTemplatesTeasersTeasersDownloadController',
1671
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
1672
  'make' => true,
1673
  'singleton' => true,
1674
  ),
1675
+ 'HubElementsElementDownloadController' =>
1676
  array (
1677
+ 'name' => 'HubElementsElementDownloadController',
1678
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
1679
  'make' => true,
1680
  'singleton' => true,
1681
  ),
1682
+ 'HubElementsElements' =>
1683
  array (
1684
+ 'name' => 'HubElementsElements',
1685
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
1686
  'make' => true,
1687
  'singleton' => true,
1688
  ),
1689
+ 'HubElementsElementsUpdater' =>
1690
  array (
1691
+ 'name' => 'HubElementsElementsUpdater',
1692
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
1693
  'make' => true,
1694
  'singleton' => true,
1695
  ),
1696
+ 'HubElementsTeasersTeasersController' =>
1697
  array (
1698
+ 'name' => 'HubElementsTeasersTeasersController',
1699
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
1700
  'make' => true,
1701
  'singleton' => true,
1702
  ),
1703
+ 'HubElementsTeasersTeasersDownloadController' =>
1704
  array (
1705
+ 'name' => 'HubElementsTeasersTeasersDownloadController',
1706
+ 'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
1707
  'make' => true,
1708
  'singleton' => true,
1709
  ),
1710
+ 'ElementsApiController' =>
1711
  array (
1712
+ 'name' => 'ElementsApiController',
1713
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ApiController',
1714
  'make' => true,
1715
  'singleton' => true,
1716
  ),
1717
+ 'ElementsController' =>
1718
  array (
1719
+ 'name' => 'ElementsController',
1720
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\Controller',
1721
  'make' => true,
1722
  'singleton' => true,
1723
  ),
1724
+ 'ElementsViewPageRender' =>
1725
  array (
1726
+ 'name' => 'ElementsViewPageRender',
1727
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\ViewPageRender',
1728
  'make' => true,
1729
  'singleton' => true,
1730
  ),
1731
+ 'ElementsAssetShortcodeController' =>
1732
  array (
1733
+ 'name' => 'ElementsAssetShortcodeController',
1734
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AssetShortcode\\Controller',
1735
  'make' => true,
1736
  'singleton' => true,
1737
  ),
1738
+ 'ElementsAjaxShortcodeController' =>
1739
  array (
1740
+ 'name' => 'ElementsAjaxShortcodeController',
1741
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxShortcode\\Controller',
1742
  'make' => true,
1743
  'singleton' => true,
1744
  ),
1745
+ 'ElementsAjaxImageControllerController' =>
1746
  array (
1747
+ 'name' => 'ElementsAjaxImageControllerController',
1748
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\AjaxImageController\\Controller',
1749
  'make' => true,
1750
  'singleton' => true,
1751
  ),
1752
+ 'ElementsEncodedShortcodeController' =>
1753
  array (
1754
+ 'name' => 'ElementsEncodedShortcodeController',
1755
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\EncodedShortcode\\Controller',
1756
  'make' => true,
1757
  'singleton' => true,
1758
  ),
1759
+ 'ElementsGlobalVariablesController' =>
1760
  array (
1761
+ 'name' => 'ElementsGlobalVariablesController',
1762
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\GlobalVariables\\Controller',
1763
  'make' => true,
1764
  'singleton' => true,
1765
  ),
1766
+ 'ElementsWpWidgetsWpWidgetsController' =>
1767
  array (
1768
+ 'name' => 'ElementsWpWidgetsWpWidgetsController',
1769
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
1770
+ 'make' => true,
1771
+ 'singleton' => true,
1772
+ ),
1773
+ 'ElementsWpWidgetsWpWidgetsShortcodes' =>
1774
+ array (
1775
+ 'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
1776
+ 'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
1777
  'make' => true,
1778
  'singleton' => true,
1779
  ),
plugin-wordpress.php CHANGED
@@ -4,14 +4,13 @@
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: 45.0.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.
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
- * Requires at least: 4.6
14
- * Tested up to: 5.6
15
  * Text Domain: visualcomposer
16
  * Domain Path: /languages/
17
  */
@@ -46,7 +45,7 @@ if (defined('VCV_VERSION')) {
46
  /**
47
  * Plugin version constant
48
  */
49
- define('VCV_VERSION', '45.0.1');
50
  /**
51
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
52
  */
@@ -82,7 +81,7 @@ define('VCV_REQUIRED_PHP_VERSION', '5.6');
82
  /**
83
  * Minimal required WordPress version.
84
  */
85
- define('VCV_REQUIRED_BLOG_VERSION', '4.6');
86
  if (!defined('VCV_AJAX_REQUEST')) {
87
  define('VCV_AJAX_REQUEST', 'vcv-ajax');
88
  }
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: 45.1-beta.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.
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
+ * Requires at least: 5.5
 
14
  * Text Domain: visualcomposer
15
  * Domain Path: /languages/
16
  */
45
  /**
46
  * Plugin version constant
47
  */
48
+ define('VCV_VERSION', '45.1-beta.1');
49
  /**
50
  * Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
51
  */
81
  /**
82
  * Minimal required WordPress version.
83
  */
84
+ define('VCV_REQUIRED_BLOG_VERSION', '5.5');
85
  if (!defined('VCV_AJAX_REQUEST')) {
86
  define('VCV_AJAX_REQUEST', 'vcv-ajax');
87
  }
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/f4ffba88d0b81f86175c.ttf?gxkeon) format("truetype"),url(assets/d6bafd7a0c25256c9ab6.woff?gxkeon) format("woff"),url(assets/49c26e7c82bdd387b690.svg?gxkeon#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-checked-circle:before{content:"\e921"}.vcv-ui-icon-chevron-thick:before{content:"\e920"}.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-ui-icon-yoast-small:before{content:"\e922"}.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}}.blank-page-settings .vcv-ui-form-input{border:1px solid #d5d5d5;border-radius:3px;color:#62666d;font-size:12px;font-weight:600;height:28px;min-height:28px;padding:6px 14px;width:100%}.blank-page-settings .vcv-ui-ajax-form-container select,.blank-page-settings .vcv-ui-form-dropdown{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.917 0H.785C.4 0 .205.471.48.75l4.066 4.123a.43.43 0 0 0 .61 0L9.222.751C9.498.47 9.302 0 8.917 0Z' fill='%2374777D' fill-rule='nonzero'/%3E%3C/svg%3E") right .6em center no-repeat;background-size:9px 7px;border-color:#d5d5d5;color:#62666d;font-weight:600;height:28px;padding:0 23px 0 12px}.blank-page-settings .vcv-permalink-text,.blank-page-settings .vcv-ui-ajax-form-container label,.blank-page-settings .vcv-ui-form-checkbox,.blank-page-settings .vcv-ui-form-group-heading,.blank-page-settings .vcv-ui-form-switch-trigger-label{color:#6e7177;font-size:12px;font-weight:700;line-height:20px}.blank-page-settings .vcv-permalink-container{display:flex;flex-wrap:wrap}.blank-page-settings .vcv-permalink-container .vcv-tooltip-container{order:2}.blank-page-settings .vcv-permalink-container .vcv-tooltip-button{font-size:12px}.blank-page-settings .vcv-permalink-text{order:1}.blank-page-settings .vcv-permalink-link{flex:1 0 100%;order:3}.blank-page-settings .vcv-permalink-base-url{word-break:break-all}.blank-page-settings .featured-image-section .vcv-ui-ajax-form-container label,.blank-page-settings .featured-image-section .vcv-ui-form-group-heading{display:none}.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-control{font-size:15px;height:38px}.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-item,.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-items,.blank-page-settings .featured-image-section .vcv-ui-form-group{margin:0}.blank-page-settings .vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.blank-page-settings .vcv-ui-form-group--category .vcv-ui-form-helper{color:#6e7177;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.blank-page-settings .vcv-ui-form-checkbox{padding-left:2.3em}.blank-page-settings .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{overflow:hidden}.blank-page-settings .vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{background-color:transparent;height:100%;left:0;top:0;transform:unset;transition:backgorund-color .2s ease-in-out,border-color .2s ease-in-out;width:100%}.blank-page-settings .vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator{background-color:#283aa4;border-color:#283aa4}.blank-page-settings .vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.794.785-.607-.59a.7.7 0 0 0-.97 0L3.13 5.142a.074.074 0 0 1-.1 0l-1.256-1.22a.7.7 0 0 0-.97 0l-.598.581a.672.672 0 0 0 0 .972l1.811 1.76v.001l.586.569c.134.13.31.195.485.195a.694.694 0 0 0 .485-.195l6.221-6.049a.672.672 0 0 0 0-.971Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50%;transform:unset}.blank-page-settings .general-section .vcv-ui-form-group{align-items:center;display:flex;margin:15px 0 0}.blank-page-settings .general-section .vcv-ui-ajax-form-container label,.blank-page-settings .general-section .vcv-ui-form-group-heading{margin:0;width:140px}.blank-page-settings .discussion-section .vcv-ui-form-group{margin:0}.blank-page-settings .discussion-section .vcv-ui-form-group:first-of-type{margin-bottom:10px}.blank-page-settings .vcv-ui-form-switch{display:inline-flex;padding:0}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-label{display:none}.blank-page-settings .vcv-ui-form-switch-container{align-items:flex-start;display:flex}.blank-page-settings .vcv-ui-form-switch-trigger-label{margin:0 0 0 8px}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-indicator{display:inline-block;height:20px;position:relative;width:36px}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{height:12px;width:12px}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#c6cbd4}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.2em}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.2em}.blank-page-settings .author-section .vcv-ui-ajax-form-container label,.blank-page-settings .author-section .vcv-ui-form-group-heading,.blank-page-settings .excerpt-section .vcv-ui-ajax-form-container label,.blank-page-settings .excerpt-section .vcv-ui-form-group-heading,.blank-page-settings .tags-section .vcv-ui-ajax-form-container label,.blank-page-settings .tags-section .vcv-ui-form-group-heading{display:none}.blank-page-settings .author-section .vcv-ui-form-group,.blank-page-settings .categories-section .vcv-ui-form-group,.blank-page-settings .excerpt-section .vcv-ui-form-group,.blank-page-settings .tags-section .vcv-ui-form-group{margin:0}.blank-page-settings .vc-tags{line-height:1;padding:3px 0 0 3px}.blank-page-settings .vc-tags--selected-tag{border:none;margin:0 3px 3px 0}.blank-page-settings .vc-tags--search{margin:2px 0 3px;padding:2px}.blank-page-settings .excerpt-section .vcv-ui-form-group{line-height:1}.blank-page-settings .excerpt-section .vcv-ui-form-input{height:88px;line-height:1.3;width:100%}.blank-page-settings .categories-section .vcv-ui-ajax-form-container small,.blank-page-settings .categories-section .vcv-ui-form-helper{margin-bottom:0}.blank-page-settings .categories-section .vcv-ui-form-group-container{margin-top:15px}.blank-page-settings .categories-section .vcv-ui-form-group-container .vcv-ui-form-group{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.blank-page-settings .categories-section .vcv-ui-form-group-container .vcv-ui-form-group:last-of-type{margin-bottom:0}.blank-page-settings .categories-section .vcv-ui-ajax-form-container label,.blank-page-settings .categories-section .vcv-ui-form-group-heading{width:150px}.blank-page-settings .categories-section .vcv-ui-form-button{margin-top:10px;padding:6px 16px}.blank-page-container .blank-button:focus,.blank-page-container .vc-tags.is-focused,.blank-page-container .vcv-permalink-editable:focus,.blank-page-container .vcv-ui-ajax-form-container select:focus,.blank-page-container .vcv-ui-form-attach-image-control:focus,.blank-page-container .vcv-ui-form-dropdown:focus,.blank-page-container .vcv-ui-form-input:focus{animation:none;box-shadow:0 0 0 2px #4591ff}.vcv-layout-iframe-container--intro{width:100%!important}.blank-page-container{word-wrap:break-word;background:#f6f6f6;bottom:0;display:flex;left:0;padding:30px 40px;position:absolute;right:0;top:0;transition:padding .2s ease-in-out}.blank-page-container.blank-page--mobile .blank-page-settings{top:60px;width:100%}.blank-page-container.blank-page-settings--active{padding-right:300px}.blank-page-container.blank-page-settings--active .blank-page-form{margin-right:40px}.blank-page-container.blank-page-settings--active .template-groups-container{margin-right:0}.blank-page-container.blank-page-settings--active .blank-page-settings{right:0}.blank-page-container.blank-page-settings--active .vcv-blank-page-intro-settings-btn{opacity:0;visibility:hidden}.blank-page-container.blank-page-settings--active .settings-btn{display:none}.blank-page-container .vcv-ui-edit-form-section.vcv-ui-edit-form-section--closed .vcv-ui-icon-chevron-thick{transform:rotate(180deg)}.blank-page-container .vcv-ui-edit-form-section.vcv-ui-edit-form-section--closed .vcv-ui-edit-form-section-header{border-bottom:1px solid #eaeaea}.blank-page-container .vcv-ui-edit-form-section-header{background-color:transparent;border-top:none;color:#62666d}.blank-page-container .vcv-ui-edit-form-section-header:hover{background-color:transparent}.blank-page-container .vcv-ui-edit-form-section-header:hover .vcv-ui-icon-chevron-thick{color:#62666d}.blank-page-container .vcv-ui-edit-form-section-header .vcv-ui-icon-chevron-thick{color:#c6cbd4;font-size:9px;margin-left:auto;pointer-events:none;transition:color .2s ease-in-out}.blank-page-container .vcv-ui-edit-form-section-content{border-bottom:1px solid #eaeaea;padding:0 20px 20px}.blank-page-container .vcv-tooltip-container .vcv-ui-icon-question{color:#c6cbd4}.blank-page-container .vcv-ui-edit-form-section-header-title{flex-grow:0;margin:0}.blank-page-container .vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active{color:#16243f}.blank-page-form .vcv-ui-form-input{background:#fff;border:1px solid #e3e3e3;border-radius:5px;color:#515263;font-family:Montserrat,serif;font-size:16px;font-weight:500;height:50px;padding:15px;transition:border-color .2s ease-in-out;width:100%}.blank-page-form .vcv-ui-form-input:hover{border-color:#c6c6cd}.blank-page-form .vcv-ui-ajax-form-container select,.blank-page-form .vcv-ui-form-dropdown{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.917 0H.785C.4 0 .205.471.48.75l4.066 4.123a.43.43 0 0 0 .61 0L9.222.751C9.498.47 9.302 0 8.917 0Z' fill='%2374777D' fill-rule='nonzero'/%3E%3C/svg%3E") right 1em center no-repeat;border-color:#d5d5d5;color:#999;font-weight:600;margin-top:10px;padding:9px 25px 9px 14px}.blank-page-form .vcv-ui-scroll{margin:0 -2.5px}.blank-page-form .vcv-ui-scroll-content{padding:2px 15px 0 5px}.blank-page-input-container{display:flex;flex:0 0 auto}.blank-page-input-container .vcv-ui-form-group .vcv-ui-ajax-form-container label,.blank-page-input-container .vcv-ui-form-group .vcv-ui-form-group-heading,.blank-page-input-container .vcv-ui-form-switch-container{display:none}.blank-page-input-container .vcv-ui-form-group{margin:0}.blank-page-input-container .vcv-ui-form-group:first-of-type{flex:1 0 auto}.blank-button{-webkit-appearance:none;background:transparent;border:none;cursor:pointer;padding:0}.settings-btn{color:#74788a;flex:0 0 50px;font-size:18px}.blank-page-settings{background-color:#fbfbfb;bottom:0;box-shadow:0 0 4px 0 rgba(0,0,0,.15);position:fixed;right:-260px;top:0;transition:right .2s ease-in-out;width:260px;z-index:1}.blank-page-settings>.vcv-ui-scroll{height:calc(100% - 60px)!important}.blank-page-settings-header{align-items:center;background-color:#1b399f;color:#fff;display:flex;font-size:18px;padding:20px 16px}.blank-page-settings-header .vcv-ui-icon-close-thin{color:inherit}.blank-page-settings-header .vcv-ui-icon-cog{margin-right:13px}.blank-page-settings-title{flex:1 0 auto}.blank-page-settings-title,.vcv-ui-edit-form-section-header-title{font-size:14px;font-weight:600;line-height:20px;margin-right:13px;text-align:left}.blank-page-form{display:flex;flex:1 0 100%;flex-direction:column}.blank-page-form--nocontent{align-items:center;justify-content:center}.blank-page-form--nocontent .blank-page-input-container{margin:0 0 30px;max-width:700px;width:100%}.template-groups-container{flex:1 0 auto;margin-bottom:40px;margin-top:30px}.template-group{margin-bottom:15px}.template-group-label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.template-group-label-container .vcv-ui-icon-chevron-thick{color:#c6cbd4;font-size:9px;margin-right:-6px;padding:6px;transition:color .2s ease-in-out}.template-group-label-container .vcv-ui-icon-chevron-thick:hover{color:#9aa3b3}.template-group-label{align-items:center;display:flex}.template-group--active .template-group-toggle{transform:rotate(0)}.template-group--active .template-items-section{display:grid}.template-items-section{display:none;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0}.template-group-toggle{transform:rotate(180deg)}.template-item{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;flex:1 0 auto;flex-direction:column;position:relative;transition:box-shadow .2s ease-in-out}.template-item:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.3)}.template-item:hover .vcv-ui-icon-checked-circle{color:#d4d4d4}.template-item--disabled{flex:1 1 auto;pointer-events:none}.template-item-wrapper{display:flex;flex-direction:column}.template-item-wrapper--disabled{cursor:not-allowed;display:flex}.template-item--selected .template-label,.template-item--selected.template-item .vcv-ui-icon-checked-circle{color:#fff}.template-item--selected .template-info{background-color:#473bb4}.template-item--selected .vcv-tooltip-container{display:none}.template-thumbnail{align-items:center;background-color:#c6cbd4;background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;flex:1 0 auto;height:180px;justify-content:center}.template-info{align-items:center;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;flex:0 0 auto;padding:18px 16px}.template-info .vcv-ui-icon-checked-circle{color:transparent;font-size:20px;margin-left:auto;transition:color .2s ease-in-out}.template-info--select{align-items:flex-start;flex-direction:column}.template-group-label,.template-label{font-size:14px;font-weight:700;line-height:20px}.template-group-label,.template-teaser-text{color:#62666d}.template-label{color:#6e7177}.template-teaser-text{font-size:13px;font-weight:600;margin:20px 0 0;text-align:center}.template-teaser-text a{color:#586dc6;text-decoration:none;transition:underline .2s ease-in-out,color .2s ease-in-out}.template-teaser-text a:hover{color:#515162;text-decoration:underline}.blank-page-submit-button{-webkit-font-smoothing:antialiased;align-self:center;background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;flex:0 0 auto;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;max-width:100%;min-width:230px;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.blank-page-submit-button:hover{background:#d98800;color:#fff;text-decoration:none}.blank-page-submit-button:focus{color:#fff;text-decoration:none}.blank-page-submit-button--loading,.blank-page-submit-button--loading:focus,.blank-page-submit-button--loading:hover{background:#ca7e00;color:transparent;cursor:not-allowed;position:relative}.blank-page-submit-button--loading:before,.blank-page-submit-button--loading:focus:before,.blank-page-submit-button--loading:hover: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}.template-info .vcv-ui-ajax-form-container label,.template-info .vcv-ui-ajax-form-container small,.template-info .vcv-ui-form-group-heading,.template-info .vcv-ui-form-helper{display:none}.template-info .vcv-ui-form-group{margin:0;width:100%}.item-badge{background:#ffae27;border-radius:50px;color:#fff;font-size:12px;line-height:20px;padding:4px 11px;position:absolute;right:10px;top:10px}@media screen and (max-width:600px){.blank-page-settings{bottom:50px;right:-100%;width:calc(100% - 60px)}.blank-page-submit-button{bottom:0;left:0;position:absolute;width:100%}.blank-page-submit-button--loading:hover{position:absolute}.template-teaser-text{margin:0 0 40px}}.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/fonts3.png);background-repeat:no-repeat;background-size:239.9px;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-empty-content{align-items:center;color:#7d94bb;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-empty-content>*{flex:1 1 100%}.vcv-ui-tree-layout-message{font-size:13px;line-height:1.5;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-edit-form-header-menu{margin:0;position:relative}.vcv-ui-edit-form-header-dropdown{background:#203251;border-radius:5px;display:none;flex-direction:column;left:0;overflow:hidden;position:absolute;top:30px;width:180px;z-index:19}.vcv-ui-edit-form-header-dropdown--active{display:flex}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control{display:flex;margin:0;padding:15px 10px;transition:background-color .2s ease-in-out}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:hover{background:#17243f}.vcv-ui-edit-form-header-control-title{font-size:13px;font-weight:700;line-height:20px;margin-left:10px}.vcv-ui-edit-form-header-dropdown .vcv-ui-icon{display:inline-flex;flex:0 0 20px;font-size:17px;justify-content:center}.vcv-ui-edit-form-header-dropdown .vcv-ui-icon-eye-off,.vcv-ui-edit-form-header-dropdown .vcv-ui-icon-eye-on{font-size:15px}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:1}.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;vertical-align:middle}.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}a.vcv-hub-banner-link{color:#fff;text-decoration:underline}a.vcv-hub-banner-link:focus,a.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}.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-bottom:5px;margin-top:5px}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;margin-right:20px;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:content-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:60px;opacity:0;padding:10px 0;position:relative;transition:opacity .2s ease-in-out}.vcv-row-control-container.vcv-is-dragging{opacity:1}.vcv-row-control-container.vcv-is-dragging:before{border:1px dashed hsla(0,0%,72%,.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.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;pointer-events:none;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}
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/f4ffba88d0b81f86175c.ttf?gxkeon) format("truetype"),url(assets/d6bafd7a0c25256c9ab6.woff?gxkeon) format("woff"),url(assets/49c26e7c82bdd387b690.svg?gxkeon#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-checked-circle:before{content:"\e921"}.vcv-ui-icon-chevron-thick:before{content:"\e920"}.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-ui-icon-yoast-small:before{content:"\e922"}.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}}.blank-page-settings .vcv-ui-form-input{border:1px solid #d5d5d5;border-radius:3px;color:#62666d;font-size:12px;font-weight:600;height:28px;min-height:28px;padding:6px 14px;width:100%}.blank-page-settings .vcv-ui-ajax-form-container select,.blank-page-settings .vcv-ui-form-dropdown{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.917 0H.785C.4 0 .205.471.48.75l4.066 4.123a.43.43 0 0 0 .61 0L9.222.751C9.498.47 9.302 0 8.917 0Z' fill='%2374777D' fill-rule='nonzero'/%3E%3C/svg%3E") right .6em center no-repeat;background-size:9px 7px;border-color:#d5d5d5;color:#62666d;font-weight:600;height:28px;padding:0 23px 0 12px}.blank-page-settings .vcv-permalink-text,.blank-page-settings .vcv-ui-ajax-form-container label,.blank-page-settings .vcv-ui-form-checkbox,.blank-page-settings .vcv-ui-form-group-heading,.blank-page-settings .vcv-ui-form-switch-trigger-label{color:#6e7177;font-size:12px;font-weight:700;line-height:20px}.blank-page-settings .vcv-permalink-container{display:flex;flex-wrap:wrap}.blank-page-settings .vcv-permalink-container .vcv-tooltip-container{order:2}.blank-page-settings .vcv-permalink-container .vcv-tooltip-button{font-size:12px}.blank-page-settings .vcv-permalink-text{order:1}.blank-page-settings .vcv-permalink-link{flex:1 0 100%;order:3}.blank-page-settings .vcv-permalink-base-url{word-break:break-all}.blank-page-settings .featured-image-section .vcv-ui-ajax-form-container label,.blank-page-settings .featured-image-section .vcv-ui-form-group-heading{display:none}.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-control{font-size:15px;height:38px}.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-item,.blank-page-settings .featured-image-section .vcv-ui-form-attach-image-items,.blank-page-settings .featured-image-section .vcv-ui-form-group{margin:0}.blank-page-settings .vcv-ui-form-group--category .vcv-ui-ajax-form-container small,.blank-page-settings .vcv-ui-form-group--category .vcv-ui-form-helper{color:#6e7177;font-size:12px;font-style:normal;font-weight:700;line-height:18px}.blank-page-settings .vcv-ui-form-checkbox{padding-left:2.3em}.blank-page-settings .vcv-ui-form-checkbox .vcv-ui-form-checkbox-indicator{overflow:hidden}.blank-page-settings .vcv-ui-form-checkbox>input+.vcv-ui-form-checkbox-indicator:before{background-color:transparent;height:100%;left:0;top:0;transform:unset;transition:backgorund-color .2s ease-in-out,border-color .2s ease-in-out;width:100%}.blank-page-settings .vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator{background-color:#283aa4;border-color:#283aa4}.blank-page-settings .vcv-ui-form-checkbox>input:checked+.vcv-ui-form-checkbox-indicator:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.794.785-.607-.59a.7.7 0 0 0-.97 0L3.13 5.142a.074.074 0 0 1-.1 0l-1.256-1.22a.7.7 0 0 0-.97 0l-.598.581a.672.672 0 0 0 0 .972l1.811 1.76v.001l.586.569c.134.13.31.195.485.195a.694.694 0 0 0 .485-.195l6.221-6.049a.672.672 0 0 0 0-.971Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E") no-repeat 50%;transform:unset}.blank-page-settings .general-section .vcv-ui-form-group{align-items:center;display:flex;margin:15px 0 0}.blank-page-settings .general-section .vcv-ui-ajax-form-container label,.blank-page-settings .general-section .vcv-ui-form-group-heading{margin:0;width:140px}.blank-page-settings .discussion-section .vcv-ui-form-group{margin:0}.blank-page-settings .discussion-section .vcv-ui-form-group:first-of-type{margin-bottom:10px}.blank-page-settings .vcv-ui-form-switch{display:inline-flex;padding:0}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-label{display:none}.blank-page-settings .vcv-ui-form-switch-container{align-items:flex-start;display:flex}.blank-page-settings .vcv-ui-form-switch-trigger-label{margin:0 0 0 8px}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-indicator{display:inline-block;height:20px;position:relative;width:36px}.blank-page-settings .vcv-ui-form-switch .vcv-ui-form-switch-indicator:before{height:12px;width:12px}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator{background-color:#c6cbd4}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:checked~.vcv-ui-form-switch-indicator:before{left:100%;margin-left:-1.2em}.blank-page-settings .vcv-ui-form-switch>input[type=checkbox]:not(:checked)~.vcv-ui-form-switch-indicator:before{left:0;margin-left:1.2em}.blank-page-settings .author-section .vcv-ui-ajax-form-container label,.blank-page-settings .author-section .vcv-ui-form-group-heading,.blank-page-settings .excerpt-section .vcv-ui-ajax-form-container label,.blank-page-settings .excerpt-section .vcv-ui-form-group-heading,.blank-page-settings .tags-section .vcv-ui-ajax-form-container label,.blank-page-settings .tags-section .vcv-ui-form-group-heading{display:none}.blank-page-settings .author-section .vcv-ui-form-group,.blank-page-settings .categories-section .vcv-ui-form-group,.blank-page-settings .excerpt-section .vcv-ui-form-group,.blank-page-settings .tags-section .vcv-ui-form-group{margin:0}.blank-page-settings .vc-tags{line-height:1;padding:3px 0 0 3px}.blank-page-settings .vc-tags--selected-tag{border:none;margin:0 3px 3px 0}.blank-page-settings .vc-tags--search{margin:2px 0 3px;padding:2px}.blank-page-settings .excerpt-section .vcv-ui-form-group{line-height:1}.blank-page-settings .excerpt-section .vcv-ui-form-input{height:88px;line-height:1.3;width:100%}.blank-page-settings .categories-section .vcv-ui-ajax-form-container small,.blank-page-settings .categories-section .vcv-ui-form-helper{margin-bottom:0}.blank-page-settings .categories-section .vcv-ui-form-group-container{margin-top:15px}.blank-page-settings .categories-section .vcv-ui-form-group-container .vcv-ui-form-group{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.blank-page-settings .categories-section .vcv-ui-form-group-container .vcv-ui-form-group:last-of-type{margin-bottom:0}.blank-page-settings .categories-section .vcv-ui-ajax-form-container label,.blank-page-settings .categories-section .vcv-ui-form-group-heading{width:150px}.blank-page-settings .categories-section .vcv-ui-form-button{margin-top:10px;padding:6px 16px}.blank-page-container .blank-button:focus,.blank-page-container .vc-tags.is-focused,.blank-page-container .vcv-permalink-editable:focus,.blank-page-container .vcv-ui-ajax-form-container select:focus,.blank-page-container .vcv-ui-form-attach-image-control:focus,.blank-page-container .vcv-ui-form-dropdown:focus,.blank-page-container .vcv-ui-form-input:focus{animation:none;box-shadow:0 0 0 2px #4591ff}.vcv-layout-iframe-container--intro{width:100%!important}.blank-page-container{word-wrap:break-word;background:#f6f6f6;bottom:0;display:flex;left:0;padding:30px 40px;position:absolute;right:0;top:0;transition:padding .2s ease-in-out}.blank-page-container.blank-page--mobile .blank-page-settings{top:60px;width:100%}.blank-page-container.blank-page-settings--active{padding-right:300px}.blank-page-container.blank-page-settings--active .blank-page-form{margin-right:40px}.blank-page-container.blank-page-settings--active .template-groups-container{margin-right:0}.blank-page-container.blank-page-settings--active .blank-page-settings{right:0}.blank-page-container.blank-page-settings--active .vcv-blank-page-intro-settings-btn{opacity:0;visibility:hidden}.blank-page-container.blank-page-settings--active .settings-btn{display:none}.blank-page-container .vcv-ui-edit-form-section.vcv-ui-edit-form-section--closed .vcv-ui-icon-chevron-thick{transform:rotate(180deg)}.blank-page-container .vcv-ui-edit-form-section.vcv-ui-edit-form-section--closed .vcv-ui-edit-form-section-header{border-bottom:1px solid #eaeaea}.blank-page-container .vcv-ui-edit-form-section-header{background-color:transparent;border-top:none;color:#62666d}.blank-page-container .vcv-ui-edit-form-section-header:hover{background-color:transparent}.blank-page-container .vcv-ui-edit-form-section-header:hover .vcv-ui-icon-chevron-thick{color:#62666d}.blank-page-container .vcv-ui-edit-form-section-header .vcv-ui-icon-chevron-thick{color:#c6cbd4;font-size:9px;margin-left:auto;pointer-events:none;transition:color .2s ease-in-out}.blank-page-container .vcv-ui-edit-form-section-content{border-bottom:1px solid #eaeaea;padding:0 20px 20px}.blank-page-container .vcv-tooltip-container .vcv-ui-icon-question{color:#c6cbd4}.blank-page-container .vcv-ui-edit-form-section-header-title{flex-grow:0;margin:0}.blank-page-container .vcv-ui-edit-form-section-header .vcv-tooltip-container .vcv-ui-icon-question.vcv-ui-icon--active{color:#16243f}.blank-page-form .vcv-ui-form-input{background:#fff;border:1px solid #e3e3e3;border-radius:5px;color:#515263;font-family:Montserrat,serif;font-size:16px;font-weight:500;height:50px;padding:15px;transition:border-color .2s ease-in-out;width:100%}.blank-page-form .vcv-ui-form-input:hover{border-color:#c6c6cd}.blank-page-form .vcv-ui-ajax-form-container select,.blank-page-form .vcv-ui-form-dropdown{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.917 0H.785C.4 0 .205.471.48.75l4.066 4.123a.43.43 0 0 0 .61 0L9.222.751C9.498.47 9.302 0 8.917 0Z' fill='%2374777D' fill-rule='nonzero'/%3E%3C/svg%3E") right 1em center no-repeat;border-color:#d5d5d5;color:#999;font-weight:600;margin-top:10px;padding:9px 25px 9px 14px}.blank-page-form .vcv-ui-scroll{margin:0 -2.5px}.blank-page-form .vcv-ui-scroll-content{padding:2px 15px 0 5px}.blank-page-input-container{display:flex;flex:0 0 auto}.blank-page-input-container .vcv-ui-form-group .vcv-ui-ajax-form-container label,.blank-page-input-container .vcv-ui-form-group .vcv-ui-form-group-heading,.blank-page-input-container .vcv-ui-form-switch-container{display:none}.blank-page-input-container .vcv-ui-form-group{margin:0}.blank-page-input-container .vcv-ui-form-group:first-of-type{flex:1 0 auto}.blank-button{-webkit-appearance:none;background:transparent;border:none;cursor:pointer;padding:0}.settings-btn{color:#74788a;flex:0 0 50px;font-size:18px}.blank-page-settings{background-color:#fbfbfb;bottom:0;box-shadow:0 0 4px 0 rgba(0,0,0,.15);position:fixed;right:-260px;top:0;transition:right .2s ease-in-out;width:260px;z-index:1}.blank-page-settings>.vcv-ui-scroll{height:calc(100% - 60px)!important}.blank-page-settings-header{align-items:center;background-color:#1b399f;color:#fff;display:flex;font-size:18px;padding:20px 16px}.blank-page-settings-header .vcv-ui-icon-close-thin{color:inherit}.blank-page-settings-header .vcv-ui-icon-cog{margin-right:13px}.blank-page-settings-title{flex:1 0 auto}.blank-page-settings-title,.vcv-ui-edit-form-section-header-title{font-size:14px;font-weight:600;line-height:20px;margin-right:13px;text-align:left}.blank-page-form{display:flex;flex:1 0 100%;flex-direction:column}.blank-page-form--nocontent{align-items:center;justify-content:center}.blank-page-form--nocontent .blank-page-input-container{margin:0 0 30px;max-width:700px;width:100%}.template-groups-container{flex:1 0 auto;margin-bottom:40px;margin-top:30px}.template-group{margin-bottom:15px}.template-group-label-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.template-group-label-container .vcv-ui-icon-chevron-thick{color:#c6cbd4;font-size:9px;margin-right:-6px;padding:6px;transition:color .2s ease-in-out}.template-group-label-container .vcv-ui-icon-chevron-thick:hover{color:#9aa3b3}.template-group-label{align-items:center;display:flex}.template-group--active .template-group-toggle{transform:rotate(0)}.template-group--active .template-items-section{display:grid}.template-items-section{display:none;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0}.template-group-toggle{transform:rotate(180deg)}.template-item{border-radius:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;flex:1 0 auto;flex-direction:column;position:relative;transition:box-shadow .2s ease-in-out}.template-item:hover{box-shadow:0 0 6px 0 rgba(0,0,0,.3)}.template-item:hover .vcv-ui-icon-checked-circle{color:#d4d4d4}.template-item--disabled{flex:1 1 auto;pointer-events:none}.template-item-wrapper{display:flex;flex-direction:column}.template-item-wrapper--disabled{cursor:not-allowed;display:flex}.template-item--selected .template-label,.template-item--selected.template-item .vcv-ui-icon-checked-circle{color:#fff}.template-item--selected .template-info{background-color:#473bb4}.template-item--selected .vcv-tooltip-container{display:none}.template-thumbnail{align-items:center;background-color:#c6cbd4;background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;flex:1 0 auto;height:180px;justify-content:center}.template-info{align-items:center;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;flex:0 0 auto;padding:18px 16px}.template-info .vcv-ui-icon-checked-circle{color:transparent;font-size:20px;margin-left:auto;transition:color .2s ease-in-out}.template-info--select{align-items:flex-start;flex-direction:column}.template-group-label,.template-label{font-size:14px;font-weight:700;line-height:20px}.template-group-label,.template-teaser-text{color:#62666d}.template-label{color:#6e7177}.template-teaser-text{font-size:13px;font-weight:600;margin:20px 0 0;text-align:center}.template-teaser-text a{color:#586dc6;text-decoration:none;transition:underline .2s ease-in-out,color .2s ease-in-out}.template-teaser-text a:hover{color:#515162;text-decoration:underline}.blank-page-submit-button{-webkit-font-smoothing:antialiased;align-self:center;background:#ffae27;box-shadow:none;color:#fff;cursor:pointer;flex:0 0 auto;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;max-width:100%;min-width:230px;outline:none;padding:15px 20px;text-decoration:none;text-transform:uppercase;transition:background .2s ease-in-out}.blank-page-submit-button:hover{background:#d98800;color:#fff;text-decoration:none}.blank-page-submit-button:focus{color:#fff;text-decoration:none}.blank-page-submit-button--loading,.blank-page-submit-button--loading:focus,.blank-page-submit-button--loading:hover{background:#ca7e00;color:transparent;cursor:not-allowed;position:relative}.blank-page-submit-button--loading:before,.blank-page-submit-button--loading:focus:before,.blank-page-submit-button--loading:hover: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}.template-info .vcv-ui-ajax-form-container label,.template-info .vcv-ui-ajax-form-container small,.template-info .vcv-ui-form-group-heading,.template-info .vcv-ui-form-helper{display:none}.template-info .vcv-ui-form-group{margin:0;width:100%}.item-badge{background:#ffae27;border-radius:50px;color:#fff;font-size:12px;line-height:20px;padding:4px 11px;position:absolute;right:10px;top:10px}@media screen and (max-width:600px){.blank-page-settings{bottom:50px;right:-100%;width:calc(100% - 60px)}.blank-page-submit-button{bottom:0;left:0;position:absolute;width:100%}.blank-page-submit-button--loading:hover{position:absolute}.template-teaser-text{margin:0 0 40px}}.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/fonts3.png);background-repeat:no-repeat;background-size:239.9px;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{display:none}.vcv-ui-form-wp-tinymce.vcv-ui-form-field-has-exception-field .vcv-ui-form-wp-tinymce-inner{height:0;visibility:hidden}.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-empty-content{align-items:center;color:#7d94bb;flex:1 1 auto;flex-flow:row wrap;font-style:italic;line-height:1.7;text-align:center}.vcv-ui-tree-layout-empty-content>*{flex:1 1 100%}.vcv-ui-tree-layout-message{font-size:13px;line-height:1.5;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-edit-form-header-menu{margin:0;position:relative}.vcv-ui-edit-form-header-dropdown{background:#203251;border-radius:5px;display:none;flex-direction:column;left:0;overflow:hidden;position:absolute;top:30px;width:180px;z-index:19}.vcv-ui-edit-form-header-dropdown--active{display:flex}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control{display:flex;margin:0;padding:15px 10px;transition:background-color .2s ease-in-out}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:hover{background:#17243f}.vcv-ui-edit-form-header-control-title{font-size:13px;font-weight:700;line-height:20px;margin-left:10px}.vcv-ui-edit-form-header-dropdown .vcv-ui-icon{display:inline-flex;flex:0 0 20px;font-size:17px;justify-content:center}.vcv-ui-edit-form-header-dropdown .vcv-ui-icon-eye-off,.vcv-ui-edit-form-header-dropdown .vcv-ui-icon-eye-on{font-size:15px}.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:focus .vcv-ui-icon:before,.vcv-ui-edit-form-header-dropdown .vcv-ui-edit-form-header-control:hover .vcv-ui-icon:before{opacity:1}.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;vertical-align:middle}.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}a.vcv-hub-banner-link{color:#fff;text-decoration:underline}a.vcv-hub-banner-link:focus,a.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}.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-bottom:5px;margin-top:5px}.vcv-insight-item .vcv-insight-item-thumbnail{height:80px;margin-right:20px;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:content-box;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;min-height:60px;opacity:0;padding:10px 0;position:relative;transition:opacity .2s ease-in-out}.vcv-row-control-container.vcv-is-dragging{opacity:1}.vcv-row-control-container.vcv-is-dragging:before{border:1px dashed hsla(0,0%,72%,.8);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.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;pointer-events:none;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,2 +1 @@
1
- /*! For license information please see hub.bundle.js.LICENSE.txt */
2
- (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,m=o.fontWeight,p=r(d,m,c);Object.prototype.hasOwnProperty.call(a,u)?a[u].variants.indexOf("all")<0&&a[u].variants.indexOf(p)<0&&a[u].variants.push(p):a[u]={variants:[p],subsets:s[c].subsets}}}}catch(v){n.e(v)}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,m=u.width(),p=s.find(".vcv-ui-tinymce-fonts-selectbox-options"),v=p.width();c+v>d+m?p.css("left",d+m-(c+v)-10+"px"):p.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 b}});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,m=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))},p=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=m();e.on("init nodeChange",(function(){var t,a=i(e),u=!!a&&o.find((function(e){return e.value?e.value.replace(/\s/g,"")===a.replace(/\s/g,""):e.family.replace(/\s/g,"")===a.replace(/\s/g,"")}));u?(n.state.set("value",u),l.html(a?u?u.family:a:"Default Font"),r.val(JSON.stringify(u))):(l.html(a||"Default Font"),r.val(a||""),n.state.set("value","")),(t=s).is(".vcv-ui-tinymce-fonts-selectbox")?t.removeClass("mce-active"):t.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)})},v=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=[],o={text:"Default",value:JSON.stringify({weight:"inherit",style:"inherit"}),textStyle:"font-weight:inherit"};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=[o].concat((0,c.default)(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){return function(){this.state.set("value",null),e.on("init nodeChange",(function(){var a=s(null,e),i=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="inherit"===a.style.fontWeight,n=t.getComputedStyle(a),s=n.fontWeight,r=n.fontStyle;return{weight:i?"inherit":s,style:i?"inherit":r}}return""}(),n=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}(i,a);!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,a,n.value,n.text)}))}}(e)})},f=function(e){var t="Default 8pt 10pt 12pt 14pt 16pt 18pt 24pt 36pt 42pt 48pt 56pt 64pt 80pt 96pt".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("fontSizeSelectAdvanced",{type:"listbox",text:"Font Sizes",tooltip:"Font Sizes",fixedWidth:!0,values:t,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(){var s,r,l,o=e.queryCommandValue("FontSize");if(o)for(r=3;!l&&r>=0;r--)s=a(o,r),l=i(t,s,o);n.value(l||null),l||n.text(s)}))}}(e,t),onselect:function(t){var a=t.control.settings.value;a&&e.execCommand("FontSize",!1,a)}})},h=function(e){var t=[];"Default 0.5 0.75 1 1.25 1.5 1.75 2 2.25 2.5 3".split(" ").forEach((function(e){var a=e,i="Default"===e?"inherit":e,n=e.split("=");n.length>1&&(a=n[0],i=n[1]),t.push({text:a,value:i})})),e.addButton("lineHeight",{type:"listbox",text:"Line Height",tooltip:"Line Height",fixedWidth:!0,values:t,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,t),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("lineheight",{value:a}),e.fire("change"))}})},g=function(e){var t="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:t,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,t),onselect:function(t){var a=t.control.settings.value;a&&(e.formatter.apply("letterspacing",{value:a}),e.fire("change"))}})},y=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,m().forEach((function(a){var i="";"Default Font"!==a.family?(i="background-position: 10px ".concat(t-22,"px;"),t-=22):i="background: none;text-indent: 0;",e.push('<li><a tabindex="-1" href="javascript:;" style="'.concat(i,"\" data-option='").concat(JSON.stringify(a),"'>").concat(a.family,"</a></li>"))})),e.join("")),"</ul>\n </div>\n </div>\n </div>")}})},b=function(e,t){var a=e.util.Tools.resolve("tinymce.PluginManager");a.vcvhtmleditor||(a.vcvhtmleditor=!0,a.add("vcvhtmleditor",(function(a){var n=y(e);e.ui.VcvFontsSelect=n,e.util.Tools.resolve("tinymce.ui.Factory").add("VcvFontsSelect",n),i(a),p(a,t),v(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/navigationSlider/navigationSlider.js":function(e,t,a){"use strict";a.d(t,{default:function(){return k}});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"),m=a("./node_modules/prop-types/index.js"),p=a.n(m),v=a("./node_modules/classnames/index.js"),f=a.n(v),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 y(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(y.bind(window,e))}function b(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;y({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 x=(0,a("./node_modules/vc-cake/index.js").getStorage)("workspace").state("settingsTab"),k=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),x.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?b(a,a.scrollLeft+(t.left-i.left)):t.width+t.left>i.width+i.left&&b(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 m={className:u},p=null;return r&&r.length&&(p=d.createElement("div",{className:"vcv-ui-navigation-slider-dropdown"},e.getDropdownItems(r,n,c,o)),m.onMouseEnter=e.handleItemMouseEnter),d.createElement("div",(0,i.default)({},m,{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),p)}))}},{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)}})),b(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)(k,"propTypes",{controls:p().object.isRequired,activeSection:p().string.isRequired,setActiveSection:p().func.isRequired,activeSubControl:p().string})},"./public/components/panels/addElement/lib/elementControl.js":function(e,t,a){"use strict";a.d(t,{default:function(){return A}});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"),m=a.n(d),p=a("./node_modules/react/index.js"),v=a("./node_modules/classnames/index.js"),f=a.n(v),h=a("./public/components/dnd/helper.js"),g=a("./public/components/dnd/domElement.js"),y=a("./node_modules/mobile-detect/mobile-detect.js"),b=a.n(y),C=a("./node_modules/prop-types/index.js"),x=a.n(C),k=a("./public/tools/response.js"),w=a("./public/editor/stores/store.js"),S=a("./public/editor/stores/notifications/slice.js");function L(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 E=m().getService("dataManager"),T=m().getStorage("workspace"),j=m().getService("hubElements"),P=m().getStorage("settings"),O=m().getService("dataProcessor"),R=m().getService("document"),D=m().getStorage("hubElements"),M=m().getService("roleManager"),A=function(e){(0,l.default)(a,e);var t=L(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.itemRef=p.createRef(),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(){T.state("drag").onChange(this.handleDragStateChange)}},{key:"componentWillUnmount",value:function(){this.endDrag(),T.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(b())(window.navigator.userAgent);if(!e.mobile()||!e.tablet()&&!e.phone()){var t=T.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(e){var t=e||this.itemRef.current,a=(void 0===t.closest?this.getClosest(t,".vcv-ui-item-list"):t.closest(".vcv-ui-item-list")).querySelector(".vcv-ui-item-list-item"),i=t.querySelector(".vcv-ui-item-element-content"),n=t.querySelector(".vcv-ui-item-preview-container");if(!n)return!1;var s=i.getBoundingClientRect(),r=a.getBoundingClientRect(),l=n.getBoundingClientRect(),o=window.innerHeight,u=window.innerWidth,c=s.left+s.width,d=s.top;return c+l.width>u&&(c=s.left-l.width),c<0&&(c=s.left,d=s.top+s.height),c+l.width>u&&(c=s.left+s.width-l.width),c<0&&(c=r.left),!(c+l.width>u)&&(d+l.height>o&&(d=s.top+s.height-l.height,c!==s.left&&c!==r.left||(d=s.top-l.height)),!(d<0)&&(this.setState({previewStyle:{left:c,top:d}}),!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(),m().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&&m().getData("dropNewElement")&&!m().getData("dropNewElement").endDnd&&m().setData("dropNewElement",{endDnd:!0})):(r.style="",this.helper.hide(),l&&m().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;m().getData("vcv:layoutCustomMode")||m().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=T.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 g.default("dropElement",t,{containerFor:null,relatedTo:null,parent:null,handler:null,tag:e,iconLink:j.getElementIcon(e)});this.helper=new h.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=T.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=E.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}),O.appAdminServerRequest({"vcv-action":"addon:presets:delete:adminNonce","vcv-preset-id":r,"vcv-nonce":E.get("nonce")}).then((function(t){var a,l=(0,k.getResponse)(t);l?l&&l.status?(D.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),m().env("VCV_DEBUG")&&console.warn(a,l)):e.displayError(i)}))}}},{key:"handleRemoveElement",value:function(){var e=this,t=E.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(R.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}),O.appAdminServerRequest({"vcv-action":"editors:elements:delete:adminNonce","vcv-element-tag":i}).then((function(t){var a,n=(0,k.getResponse)(t);n?n&&n.status?(D.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),m().env("VCV_DEBUG")&&console.warn(a,n)):e.displayError(s)}))}}},{key:"displaySuccess",value:function(e){w.default.dispatch((0,S.notificationAdded)({text:e,time:5e3}))}},{key:"displayError",value:function(e){this.setState({showSpinner:!1}),w.default.dispatch((0,S.notificationAdded)({type:"error",text:e,time:5e3}))}},{key:"isElementRemovable",value:function(e){return M.can("hub_elements_templates_blocks",M.defaultAdmin())&&!e.metaIsDefaultElement&&!e.thirdParty&&-1===["globalTemplate","layoutFooterArea","layoutHeaderArea","layoutSidebarArea","layoutWpCommentsArea","layoutContentArea"].indexOf(e.tag)}},{key:"render",value:function(){var e=this,t=this.props,a=t.name,n=t.element,s=t.elementPresetId,r=t.thirdParty,l=this.state,o=l.previewVisible,u=l.previewStyle,c=T.state("drag").get(),d=E.get("localizations"),m=f()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":c&&c.active,"vcv-ui-item-list-item--preset":!!s}),v=f()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),h=n.metaThumbnailUrl,g=n.metaPreviewUrl,y=P.state("itemPreviewDisabled").get(),b="";if(!y&&o&&!this.state.showSpinner){var C=d?d.addOn:"Addon";b=p.createElement("figure",{className:"vcv-ui-item-preview-container",style:u},r?p.createElement("span",{className:"vcv-ui-item-preview-addon-tag"},C):null,p.createElement("img",{className:"vcv-ui-item-preview-image",src:g,alt:a,onLoad:function(){e.handleUpdatePreviewPosition()}}),p.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},p.createElement("div",{className:"vcv-ui-item-preview-text"},n.metaDescription)))}var x=f()({"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={},w=M.can("editor_content_presets_management",M.defaultTrue()),S=null;s?w&&(S=p.createElement("span",{className:x,title:d.removePlaceholder.replace("%",a),onClick:this.handleRemovePreset,"data-action":"deleteElementPreset"})):this.isElementRemovable(n)&&(S=p.createElement("span",{className:x,onClick:this.handleRemoveElement,title:d.removePlaceholder.replace("%",a),"data-action":"deleteElement"}));var L=f()({"vcv-ui-item-control vcv-ui-icon vcv-ui-wp-spinner-light":!0,"vcv-ui-state--hidden":!this.state.showSpinner}),j=f()({"vcv-ui-item-add vcv-ui-icon vcv-ui-icon-add":!0,"vcv-ui-state--hidden":this.state.showSpinner}),O=f()({"vcv-ui-item-overlay":!0,"vcv-ui-item-overlay--visible":this.state.showSpinner,"vcv-ui-item-control--visible":this.props.isRemoveStateActive}),R=M.can("editor_content_element_add",M.defaultTrue()),D={};!this.props.isRemoveStateActive&&R&&(D.onMouseDown=this.handleMouseDown,D.onMouseUp=this.handleMouseUp,D.onKeyPress=this.handleKeyPress);var A=null,_=null;return this.state.showSpinner||(this.props.isRemoveStateActive?(A=S,S||(_=d?d.thisElementCantBeDeleted:"This element can’t be deleted",D.style={cursor:"not-allowed"},k.style={cursor:"not-allowed"})):R?A=p.createElement("span",{title:d.addPlaceholder.replace("%",a),className:j}):R||(k.style={cursor:"not-allowed"})),p.createElement("div",{className:m,ref:this.itemRef},p.createElement("span",(0,i.default)({className:"vcv-ui-item-element",onMouseEnter:y?null:this.handleMouseEnterShowPreview,onMouseLeave:y?null:this.handleMouseLeaveHidePreview,onFocus:this.handleFocus,tabIndex:0,title:_},D),p.createElement("span",{className:"vcv-ui-item-element-content"},p.createElement("img",{className:"vcv-ui-item-element-image",src:h,alt:a}),p.createElement("span",(0,i.default)({className:O},k),A,S?p.createElement("span",{className:L}):null)),p.createElement("span",{className:"vcv-ui-item-element-name"},p.createElement("span",{className:v},a)),b))}}]),a}(p.Component);(0,c.default)(A,"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/categoriesSettings.js":function(e,t,a){"use strict";a.d(t,{default:function(){return s}});var i=a("./node_modules/vc-cake/index.js"),n=(0,i.getService)("roleManager");function s(){return{element:{index:0,type:"element",title:"Elements",visible:n.can("hub_elements_templates_blocks",n.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},template:{index:1,type:"template",title:"Templates",visible:n.can("hub_elements_templates_blocks",n.defaultTrue()),subControls:[{title:"Free",type:"free"},{title:"Premium",type:"premium"}]},block:{index:2,type:"block",title:"Blocks",visible:n.can("hub_elements_templates_blocks",n.defaultTrue()),templateType:!0},addon:{index:3,type:"addon",title:"Addons",visible:n.can("hub_addons",n.defaultTrue())},hubHeader:{index:4,type:"hubHeader",title:"Headers",visible:n.can("hub_headers_footers_sidebars",n.defaultTrue()),templateType:!0},hubFooter:{index:5,type:"hubFooter",title:"Footers",visible:n.can("hub_headers_footers_sidebars",n.defaultTrue()),templateType:!0},hubSidebar:{index:6,type:"hubSidebar",title:"Sidebars",visible:n.can("hub_headers_footers_sidebars",n.defaultTrue()),templateType:!0},unsplash:{index:7,type:"unsplash",title:"Stock Images",visible:n.can("hub_unsplash",n.defaultTrue())},giphy:{index:8,type:"giphy",title:"Giphy",visible:n.can("hub_giphy",n.defaultTrue())}}}},"./public/components/panels/hub/hubContainer.js":function(e,t,a){"use strict";a.d(t,{default:function(){return Te}});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"),m=a.n(d),p=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),v=a("./node_modules/vc-cake/index.js"),f=a.n(v),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 y=(0,v.getStorage)("hubElements"),b=(0,v.getStorage)("workspace"),C=(0,v.getService)("dataManager").get("localizations"),x=y.state("elements"),k=(0,v.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)).itemRef=c.createRef(),n.state={isNew:n.props.isNew},n.isHubInWpDashboard=b.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.")&&y.trigger("downloadElement",t)}},{key:"addElement",value:function(){this.props.addElement(this.props.element)}},{key:"render",value:function(){var e=this,t=this.props,a=t.name,i=t.element,n=t.isDownloading,s=t.tag,r=t.isAllowedForThisRole,l=this.state,o=l.previewVisible,u=l.previewStyle,d=l.isNew,v=k.can("editor_content_element_add",k.defaultTrue()),f="downloading";if(!n){var h=x.get()[s];f=void 0===h||h.metaIsElementRemoved?"inactive":"success"}var g=!r||!i.allowDownload&&"inactive"===f,y=m()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==f,"vcv-ui-item-element-inactive--locked":g}),b=m()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),w=m()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),S=m()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===f}),L=i.thumbnailUrl||i.metaThumbnailUrl,E=i.previewUrl||i.metaPreviewUrl,T=m()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===f&&!g,"vcv-ui-wp-spinner-light":"downloading"===f,"vcv-ui-icon-lock-fill":g,"vcv-ui-icon-add":"success"===f&&!this.isHubInWpDashboard&&v}),j={},P={},O=this.isHubInWpDashboard||!v?null:this.addElement;v||"success"!==f||(P.style={cursor:"not-allowed"}),"success"!==f&&(g?(O=null,r?j.onClick=this.props.onClickGoPremium.bind(this,"element"):P.style={cursor:"not-allowed"}):O=this.downloadElement);var R=c.createElement("span",{className:T,onClick:O}),D=null,M=null,A=null;if(d){var _=C.new||"New";M=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},_)}if(!d&&i.bundleType&&i.bundleType.indexOf("free")<0){var N=C?C.premium:"Premium";A=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},N)}return o&&(D=c.createElement("figure",{className:"vcv-ui-item-preview-container",style:u},c.createElement("img",{className:"vcv-ui-item-preview-image",src:E,alt:a,onLoad:function(){e.handleUpdatePreviewPosition(e.itemRef.current)}}),c.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},c.createElement("div",{className:"vcv-ui-item-preview-text"},i.description||i.metaDescription),M||A))),c.createElement("div",{className:b,ref:this.itemRef},c.createElement("span",(0,p.default)({className:y,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:a},j),M,c.createElement("span",{className:"vcv-ui-item-element-content"},c.createElement("img",{className:"vcv-ui-item-element-image",src:L,alt:a}),c.createElement("span",(0,p.default)({className:S},P),R)),c.createElement("span",{className:"vcv-ui-item-element-name"},c.createElement("span",{className:w},a)),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,v.getService)("myTemplates"),E=(0,v.getStorage)("workspace"),T=(0,v.getStorage)("elements"),j=E.state("settings"),P=(0,v.getStorage)("hubTemplates"),O=(0,v.getService)("dataManager"),R=(0,v.getService)("roleManager"),D=O.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)).itemRef=c.createRef(),n.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)(D.templateDownloadRequiresUpdate||"Update Visual Composer plugin to the most recent version to download this template.")&&P.trigger("downloadTemplate",t)}},{key:"addTemplate",value:function(){var e=this,t=function(e){T.trigger("merge",e),j.set(!1)};if((0,v.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,t=this.props,a=t.name,i=t.element,n=t.isDownloading,s=t.isAllowedForThisRole,r=this.state,l=r.previewVisible,o=r.previewStyle,u=r.isNew,d="downloading";n||(d=L.findTemplateByBundle(i.bundle)?"success":"inactive");var v,f=!s||!i.allowDownload&&"inactive"===d,h=m()({"vcv-ui-item-element":!0,"vcv-ui-item-element-inactive":"success"!==d,"vcv-ui-item-element-inactive--locked":f}),g=m()({"vcv-ui-item-list-item":!0,"vcv-ui-item-list-item--inactive":!1}),y=m()({"vcv-ui-item-badge vcv-ui-badge--success":!1,"vcv-ui-item-badge vcv-ui-badge--warning":!1}),b=m()({"vcv-ui-item-overlay":!0,"vcv-ui-item-downloading":"downloading"===d}),C=i.metaThumbnailUrl,x=i.metaPreviewUrl,k=R.can("hub_elements_templates_blocks",R.defaultTrue()),w=m()({"vcv-ui-item-add":!0,"vcv-ui-item-add-hub":!0,"vcv-ui-icon":!0,"vcv-ui-icon-download":"inactive"===d&&!f,"vcv-ui-wp-spinner-light":"downloading"===d||this.state.showLoading,"vcv-ui-icon-lock-fill":f,"vcv-ui-icon-add":"success"===d&&!this.isHubInWpDashboard&&k}),S={},E={};this.isHubInWpDashboard?v=null:k?v=this.addTemplate:E.style={cursor:"not-allowed"},"success"!==d&&(f?(v=null,s?S.onClick=this.props.onClickGoPremium.bind(this,"template"):E.style={cursor:"not-allowed"}):v=this.downloadTemplate);var T=c.createElement("span",{className:w,onClick:v}),j=null,P=null,O=null;if(u){var M=D.new||"New";P=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},M)}if(!u&&i.bundleType&&i.bundleType.indexOf("free")<0){var A=D?D.premium:"Premium";O=c.createElement("span",{className:"vcv-ui-hub-item-badge vcv-ui-hub-item-badge--new"},A)}return l&&(j=c.createElement("figure",{className:"vcv-ui-item-preview-container",style:o},c.createElement("img",{className:"vcv-ui-item-preview-image",src:x,alt:a,onLoad:function(){e.handleUpdatePreviewPosition(e.itemRef.current)}}),c.createElement("figcaption",{className:"vcv-ui-item-preview-caption"},c.createElement("div",{className:"vcv-ui-item-preview-text"},i.metaDescription),P||O))),c.createElement("div",{className:g,ref:this.itemRef},c.createElement("span",(0,p.default)({className:h,onMouseEnter:this.handleMouseEnterShowPreview,onMouseLeave:this.handleMouseLeaveHidePreview,title:a},S),P,c.createElement("span",{className:"vcv-ui-item-element-content"},c.createElement("img",{className:"vcv-ui-item-element-image",src:C,alt:a}),c.createElement("span",(0,p.default)({className:b},E),T)),c.createElement("span",{className:"vcv-ui-item-element-name"},c.createElement("span",{className:y},a)),j))}}]),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,v.getStorage)("hubAddons"),N=(0,v.getStorage)("events"),B=(0,v.getService)("dataManager"),I=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)(I.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};N.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=B.get("hubGetMigratedToFreeAddons");Object.values(o).includes(n)&&(l="success");var u,d=!a.allowDownload&&"inactive"===l,p=I.downloadAddonText||"Download Addon",v=I.installedText||"Installed",f=I.availableInPremiumText||"Available in Premium",h=I.restrictedText||"Restricted",g=this.handleAddonClick;"success"!==l&&(d||(g=this.downloadAddon,s||(g=null))),"success"===l?u=v:d?u=f:"inactive"===l&&(u=p,s||(u=h));var y=m()({"vcv-hub-addon-control":!0,"vcv-hub-addon-control--locked":"success"===l||!d&&!s}),b=c.createElement("button",{className:y,onClick:g},u);if("success"!==l&&d){var C=B.get("utm")["editor-available-in-premium"].replace("{medium}",this.props.utmMedium);b=c.createElement("a",{className:y,href:C,target:"_blank",rel:"noopener noreferrer"},u)}"downloading"===l&&(b=c.createElement("span",{className:"vcv-ui-icon vcv-ui-wp-spinner"}));var x=null;if(r){var k=I.new||"New";x=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"},x,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,v.getStorage)("workspace"),G=(0,v.getService)("roleManager"),Z=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=G.can("hub_elements_templates_blocks",G.defaultTrue())):"template"===t?("hubHeader"===a.templateType||"hubFooter"===a.templateType||"hubSidebar"===a.templateType?n.isAllowedForThisRole=G.can("hub_headers_footers_sidebars",G.defaultTrue()):n.isAllowedForThisRole=G.can("hub_elements_templates_blocks",G.defaultTrue()),i=M):"addon"===t&&(i=F,n.isAllowedForThisRole=G.can("hub_addons",G.defaultTrue())),c.createElement(i,(0,p.default)({},this.props,{isDownloading:this.state.isDownloading,onDownloadItem:this.handleDownloadItem},n))}}]),a}(h.default),W=a("./public/components/navigationSlider/navigationSlider.js"),$=a("./public/components/scrollbar/scrollbar.tsx"),q=a.n($),K=a("./node_modules/mobile-detect/mobile-detect.js"),J=a.n(K),Y=a("./node_modules/prop-types/index.js"),Q=a.n(Y),X=a("./public/components/tooltip/tooltip.tsx"),ee=a.n(X);function te(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 ae=f().getService("dataManager"),ie=function(e){(0,r.default)(a,e);var t=te(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(J())(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=ae.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=m()({"vcv-ui-editor-search-field-container":!0,"vcv-ui-editor-field-highlight":this.state.input}),s=m()({"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(ee(),null,t))}}]),a}(c.Component);(0,u.default)(ie,"propTypes",{changeInput:Q().func.isRequired,applyFirstElement:Q().func,filterType:Q().string});var ne=a("./node_modules/lodash/lodash.js"),se=a.n(ne),re=a("./public/components/panels/hub/categoriesSettings.js"),le=a("./public/components/stockMedia/giphyContainer.js"),oe=a("./public/components/stockMedia/unsplashContainer.js"),ue=a("./public/components/notifications/notifications.tsx"),ce=a.n(ue),de=a("./public/components/termsBox/component.tsx"),me=a.n(de),pe=a("./public/editor/stores/editorPopup/slice.ts");function ve(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 fe=f().getService("sharedAssetsLibrary"),he=f().getService("cook"),ge=f().getService("dataProcessor"),ye=f().getStorage("hubElements"),be=f().getStorage("workspace"),Ce=f().getStorage("hubAddons"),xe=f().getStorage("hubTemplates"),ke=f().getStorage("elements"),we=f().getService("dataManager"),Se=f().getService("hubElements"),Le=be.state("content"),Ee=f().getStorage("settings"),Te=function(e){(0,r.default)(a,e);var t=ve(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=(0,re.default)();var r=Object.keys(n.categories)[0];n.state={filterType:r,activeCategoryIndex:n.categories[r].index,isVisible:e.visible||"addHubElement"===Le.get(),isHubTermsAccepted:!(!1===Ee.state("agreeHubTerms").get())};var l=be.state("settings").get();if(l&&l.options&&l.options.filterType){var o=l.options,c=o.filterType,d=o.id,m=o.bundleType;n.state.filterType=c,n.state.activeCategoryIndex=d,n.state.bundleType=m}if("vcdashboard"===e.namespace){var p=Object.keys(n.categories).filter((function(e){return n.categories[e].visible}))[0];n.state.filterType=p,n.state.activeCategoryIndex=n.categories[p].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),ye.state("elementTeasers").onChange(this.handleForceUpdateCategories),Ce.state("addonTeasers").onChange(this.handleForceUpdateCategories),xe.state("templateTeasers").onChange(this.handleForceUpdateCategories),be.state("settings").onChange(this.handleWorkspaceSettingsChange),Le.onChange(this.setVisibility)}},{key:"componentWillUnmount",value:function(){this.props.hideScrollbar&&window.removeEventListener("scroll",this.handleScroll),ye.state("elementTeasers").ignoreChange(this.handleForceUpdateCategories),Ce.state("addonTeasers").ignoreChange(this.handleForceUpdateCategories),xe.state("templateTeasers").ignoreChange(this.handleForceUpdateCategories),be.state("settings").ignoreChange(this.handleWorkspaceSettingsChange),Le.ignoreChange(this.setVisibility)}},{key:"setVisibility",value:function(e){var t=be.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:se().orderBy(Ce.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=ye.state("elementTeasers").get(),n=[],s=Object.values(we.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=se().sortBy(s,["name"]),r=se().sortBy(r,["name"]),r=se().orderBy(r,this.isItemNew,["desc"]),l=se().sortBy(l,["name"]),l=se().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=xe.state("templateTeasers").get(),n=i.filter((function(e){return"predefined"===e.templateType})),s=i.filter((function(e){return"hub"===e.templateType}));return n=se().orderBy(n,this.isItemNew,["desc"]),s=se().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:se().orderBy(xe.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:se().orderBy(xe.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(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=be.state("settings").get()||!1;e.parent=!(!t||!t.element)&&t.element.id,e=he.get(e).toJS(),ke.trigger("add",e,!0,{insertAfter:!!(t&&t.options&&t.options.insertAfter)&&t.options.insertAfter}),this.addedId=e.id;var a=e.tag;ge.appAdminServerRequest({"vcv-action":"usageCount:updateUsage:adminNonce","vcv-item-tag":a,"vcv-nonce":we.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&&(be.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(Z,{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=fe.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!==Se.getElementName(t).indexOf(e)||-1!==Se.getElementDescription(t).indexOf(e)})).sort((function(t,a){var i=Se.getElementName(t).indexOf(e),n=Se.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(ie,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=we.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=be.state("settings").get(),o=l&&l.options&&l.options.filterType?"-add"+l.options.filterType:"",u=we.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,pe.fullScreenPopupDataSet)(d)),V.default.dispatch((0,pe.activeFullPopupSet)("premium-teaser"))}},{key:"getUtmMedium",value:function(){var e=this.categories[this.state.filterType].title.toLowerCase(),t=be.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=we.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),r="&vcv-ref=".concat(this.getUtmMedium()),l={rel:"noopener noreferrer",href:"".concat(we.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=m()({"vcv-ui-tree-content-section-inner":!0,"vcv-ui-state--centered-content":!t.length}),i=this.state.filterType,n=m()({"vcv-ui-editor-plate":!0,"vcv-ui-state--active":!0,"vcv-ui-editor-plate--addon":"addon"===i}),s=we.get("utm")["editor-hub-go-premium"].replace("{medium}",this.getUtmMedium()),r="";r=this.state.isHubTermsAccepted?"unsplash"===i?c.createElement(oe.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:i,goPremiumLink:s}):"giphy"===i?c.createElement(le.default,{scrolledToBottom:this.state.scrolledToBottom,scrollTop:this.state.scrollTop,namespace:this.props.namespace,filterType:i,goPremiumLink:s}):c.createElement("div",{className:a},void 0===we.get("isPremiumActivated")||we.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(),{onScroll:se().throttle(this.handleScroll,100)},r);var o=null;this.props.addNotifications&&(o=c.createElement(ce(),null));var u=m()({"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)(Te,"localizations",we.get("localizations")),(0,u.default)(Te,"minusThreeDayTimeStamp",we.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/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"),m=a("./node_modules/prop-types/index.js"),p=a.n(m),v=a("./public/sources/images/giphyLogo.raw"),f=a.n(v),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 y=(0,h.getService)("dataManager"),b=(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=y.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:b.can("hub_giphy",b.defaultTrue())},this.props))}}]),a}(c.Component);(0,u.default)(C,"propTypes",{scrolledToBottom:p().bool,scrollTop:p().number,namespace:p().string,filterType:p().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"),m=a.n(d),p=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),v=a("./node_modules/prop-types/index.js"),f=a.n(v),h=a("./node_modules/lodash/lodash.js"),g=a.n(h),y=a("./node_modules/vc-cake/index.js"),b=a("./node_modules/react-redux/es/index.js"),C=a("./public/editor/stores/notifications/slice.js"),x=a("./public/editor/stores/editorPopup/slice.ts");function k(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,y.getService)("dataProcessor"),S=(0,y.getService)("sharedAssetsLibrary"),L=(0,y.getService)("dataManager"),E=(0,y.getStorage)("workspace"),T=function(e){(0,r.default)(a,e);var t=k(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 m="";m="search"===i?"".concat(c,"/").concat(e,"?licenseKey=").concat(d,"&page=").concat(t,"&url=").concat(u):"".concat(c,"?licenseKey=").concat(d,"&url=").concat(u),s&&(m+="&author_api_key=".concat(s)),window.fetch(m,{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,y.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,y.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,y.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,v=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":v[l]},g=m()({"vcv-stock-image-inner":!0,"vcv-stock-image--downloading":n[t.id]}),y=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(y),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 b={};u?(b.title="Restricted",b.style={cursor:"not-allowed"}):(b.onClick=e.handleLockClick,b.title=d),r=c.createElement("div",(0,p.default)({className:"vcv-stock-image-hover-lock"},b),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*y,"%")},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,m=o.stockMediaLocalizations;if(l)return null;if(d&&!u)return this.getNoResultsElement();var p=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 p;var v="vcv-stock-images-results-container vcv-stock-images-column-count--".concat(n),f="";f=i>0?c.createElement("div",{className:v,ref:function(t){e.resultContainer=t}},this.getItems()):this.getNoResultsElement();var h=a.localizations.free&&a.localizations.free.toLowerCase(),g=m&&m.downloadText,y=m&&m.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()," ",y),c.createElement("span",null,g)),f,s&&c.createElement("div",{className:"vcv-loading-wrapper"},p))}}]),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 j=(0,b.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,x.activeFullPopupSet)(t))},fullScreenPopupDataSet:function(t){return e((0,x.fullScreenPopupDataSet)(t))}}}))(T),P=a("./public/components/panels/hub/categoriesSettings.js");function O(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,y.getService)("dataManager"),D=function(e){(0,r.default)(a,e);var t=O(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.categories=(0,P.default)(),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=m()({"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:"getUtmMedium",value:function(){var e=this.categories[this.props.filterType].title.toLowerCase().trim().replace(/\s+/g,""),t=this.props.renderPlace||"hub";return"".concat(e,"-").concat(t,"-").concat(this.props.namespace)}},{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,p=e.previewImageSize,v=e.customContainerClass,f=e.goPremiumLink,h=i&&i.getMediaWithPremiumText||"",g=i&&i.getMediaText||"",y=a.localizations?a.localizations.goPremium:"Go Premium",b=a.localizations?a.localizations.alreadyHaveLicenseTextOneAction:"Already have a Premium license?",C=a.localizations?a.localizations.activateHere:"Activate here",x="&vcv-ref=".concat(this.getUtmMedium()),k={rel:"noopener noreferrer",href:"".concat(R.get("goPremiumUrl")).concat(x),className:"vcv-hub-banner-link"};"vcdashboard"!==this.props.namespace&&(k.target="_blank");var w="";if(R.get("isPremiumActivated")){var S=null;i.poweredByText&&(S=c.createElement("div",{className:"vcv-stock-media-powered-text",dangerouslySetInnerHTML:{__html:i.poweredByText}})),w=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(),S)}else w=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"},y),c.createElement("p",{className:"vcv-hub-banner-subtitle"},b," ",c.createElement("a",k,C),"."));var L={};!this.state.isSearchUsed&&t&&(L.backgroundImage=t);var E=m()({"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}),T=m()((0,u.default)({"vcv-stock-images-container":!0},v,!!v));return c.createElement(c.Fragment,null,c.createElement("div",{className:E},c.createElement("div",{className:T,style:L},c.createElement("div",{className:"vcv-stock-images-inner"},w))),c.createElement(j,{searchValue:this.state.searchValue,scrolledToBottom:o,scrollTop:l,isSearchUsed:this.state.isSearchUsed,stockMediaLocalizations:i,vcvAuthorApiKey:s,apiUrlKey:r,sizes:d,previewImageSize:p,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 k}});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"),m=a("./public/components/stockMedia/stockMedia.js"),p=a("./node_modules/prop-types/index.js"),v=a.n(p),f=a("./public/sources/images/unsplashLogo.raw"),h=a.n(f),g=a("./node_modules/vc-cake/index.js");function y(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=(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"],x=(0,g.getService)("roleManager"),k=function(e){(0,l.default)(a,e);var t=y(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=b.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(m.default,(0,i.default)({stockMediaLogo:h(),backgroundImage:"url(".concat(this.randomImage,")"),stockMediaLocalizations:t,vcvAuthorApiKey:b.get("licenseUnsplashAuthorApiKey"),apiUrlKey:"unsplash",sizes:a,previewImageSize:"small",isAllowedForThisRole:x.can("hub_unsplash",x.defaultTrue())},this.props))}}]),a}(d.Component);(0,c.default)(k,"propTypes",{scrolledToBottom:v().bool,scrollTop:v().number,namespace:v().string,filterType:v().string})},"./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.ts"),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/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.748539532,0.9144597724137932 0.7485684260000001,0.9105175896551724 0.748600158,0.9066204034482759 C0.748985942,0.9104797689655172 0.749368574,0.9144224896551724 0.74974797,0.9184471413793104 C0.749385766,0.9132142241379311 0.749013896,0.9079160517241379 0.74863435,0.9025635655172415 C0.751562502,0.566653005862069 0.775744474,0.5699620944827586 0.78265612,0.786512275862069 C0.783202946,0.8036450034482759 0.8047784739999999,0.7910859724137931 0.807692972,0.7998585172413792 C0.811105874,0.662684827586207 0.819009952,0.5666016551724138 0.828215632,0.5666016551724138 C0.833615144,0.5666016551724138 0.838566864,0.5996572068965518 0.842427174,0.654671451724138 C0.85157901,0.5143785751724138 0.86363396,0.4291575172413793 0.8768433680000001,0.4291575172413793 C0.8942595219999999,0.4291575172413793 0.9096688199999999,0.577301736551724 0.91906342,0.8044893758620689 C0.922421284,0.7927013275862068 0.9258972139999999,0.786512275862069 0.929456984,0.786512275862069 C0.9393974920000001,0.786512275862069 0.948684224,0.8347733931034482 0.9565719699999999,0.9184471413793104 C0.9588813979999999,0.8400711689655173 0.96184167,0.7683558620689654 0.965330098,0.7054161620689655 C0.9653299040000001,0.5522291903448275 0.972468062,0.4291575172413793 0.981273424,0.4291575172413793 C0.98400924,0.4291575172413793 0.986584114,0.4410380893103448 0.9888339580000001,0.4619700975862069 C0.99241455,0.4447361879310345 0.99615156,0.43396663344827585 1,0.43043704379310344 L1,0.43043704379310344 Z"></path>'},viewBox:{height:"29",width:"500"}},curvy:{top:{content:'<path d="M0,18.927844999999998 C9.0546875,24.770437700000002 19.1846024,28.2234944 19.1846024,28.2234944 C25.3443692,30.652234200000002 34.2676336,28.9490359 39.1088027,24.4253388 L60.3265807,4.5989708 C65.1706459,0.07256750000000167 72.7883536,0.31049369999999854 77.3444369,5.133813100000001 L80.2304814,8.189138100000001 C84.7851187,13.010926600000001 92.014428,12.882303700000001 96.3828325,7.8958732000000005 L95.1068145,9.352417599999999 C99.4728745,4.368663399999999 106.958794,3.9617804999999997 111.836317,8.452120699999998 L137.792865,32.3482077 C142.666254,36.8347417 150.466878,36.7181399 155.205934,32.0976286 L167.24721,20.3575599 C171.990793,15.7326349 179.532516,15.889452899999998 184.09014,20.705732400000002 L187.111704,23.8987769 C191.670214,28.715992300000003 198.902662,28.583662099999998 203.271067,23.5972316 L201.995049,25.053776 C206.361109,20.0700218 213.437546,20.067345500000002 217.805951,25.053776 L216.529933,23.5972316 C220.895993,28.5809858 228.280621,28.868806300000003 233.019657,24.2442974 L244.920877,12.6306914 C249.661841,8.0043017 257.195968,8.1611729 261.752051,12.9844923 L264.638096,16.039817300000003 C269.192733,20.8616058 275.537382,20.0892396 278.799547,14.331841699999998 L278.595215,14.6924679 C281.861731,8.927390500000001 287.729054,8.5507688 291.710186,13.864523599999998 L304.444266,30.8611444 C308.420948,36.1689608 315.883064,37.1754549 321.112521,33.1083156 L328.556695,27.318710799999998 C333.785636,23.251972799999997 341.95744,23.611353700000002 346.810501,28.122871500000002 L351.308328,32.3041549 C356.160685,36.8150186 363.376692,36.2106376 367.415282,30.9677961 L380.672181,13.7578718 C384.715448,8.508957599999999 390.505321,8.9994446 393.606504,14.8577127 L393.240649,14.166596899999998 C396.34081,20.0229365 401.434701,20.063414299999998 404.621993,14.2500377 L403.69098,15.9481344 C406.876561,10.1378779 412.47707,9.8725211 416.20357,15.3606004 L421.17917,22.6882509 C424.904102,28.1740213 431.460802,28.583662099999998 435.829206,23.5972316 L434.553188,25.053776 C438.919248,20.0700218 445.995686,20.067345500000002 450.36409,25.053776 L449.088072,23.5972316 C453.454132,28.5809858 459.303218,27.769447999999997 462.150513,21.7885158 L461.66137,22.815993499999998 C464.509496,16.833313099999998 469.076711,16.8611729 471.861677,22.8763808 L471.33005,21.728128499999997 C474.115398,27.7441599 480.243201,28.902954 484.986,24.271636800000003 C484.986,24.271636800000003 492.90625,16.9197585 500,8.663846199999998 C500,-3.5968073 500,0 500,0 L0,0 L0,18.927844999999998 Z"></path>',unitContent:'<path d="M0,0.3639970192307692 C0.018109375,0.4763545711538462 0.0383692048,0.5427595076923077 0.0383692048,0.5427595076923077 C0.050688738399999995,0.5894660423076924 0.06853526720000001,0.5567122288461538 0.0782176054,0.46971805384615384 L0.1206531614,0.08844174615384616 C0.13034129179999998,0.0013955288461538783 0.1455767072,0.005971032692307665 0.15468887380000002,0.09872717500000003 L0.1604609628,0.157483425 C0.1695702374,0.2502101269230769 0.184028856,0.24773660961538463 0.192765665,0.15184371538461539 L0.190213629,0.1798541846153846 C0.198945749,0.08401275769230768 0.213917588,0.07618808653846153 0.22367263399999998,0.16254078269230765 L0.27558573000000003,0.6220809173076923 C0.28533250800000004,0.7083604173076924 0.300933756,0.7061180749999999 0.31041186800000004,0.6172620884615385 L0.33449442,0.3914915365384615 C0.343981586,0.30255067115384615 0.35906503199999995,0.3055664019230769 0.36818027999999997,0.39818716153846156 L0.374223408,0.45959186346153846 C0.38334042799999996,0.5522306211538462 0.39780532399999996,0.5496858096153846 0.406542134,0.4537929153846154 L0.40399009799999996,0.4818033846153846 C0.412722218,0.3859619576923077 0.426875092,0.38591049038461545 0.435611902,0.4818033846153846 L0.433059866,0.4537929153846154 C0.441791986,0.5496343423076924 0.456561242,0.5551693519230769 0.466039314,0.4662364884615385 L0.48984175399999996,0.24289791153846155 C0.49932368200000005,0.15392887884615383 0.514391936,0.1569456326923077 0.523504102,0.249701775 L0.5292761920000001,0.3084580250000001 C0.5383854659999999,0.40118472692307694 0.551074764,0.38633153076923077 0.5575990940000001,0.27561234038461535 L0.55719043,0.28254745961538463 C0.563723462,0.17168058653846158 0.5754581080000001,0.16443786153846154 0.5834203720000001,0.2666254538461538 L0.608888532,0.5934835461538461 C0.6168418960000001,0.6955569384615384 0.631766128,0.7149125942307692 0.6422250420000001,0.6366983769230768 L0.65711339,0.5253598230769231 C0.667571272,0.447153323076923 0.68391488,0.4540644942307693 0.693621002,0.5408244519230769 L0.702616656,0.6212337480769231 C0.71232137,0.7079811269230769 0.726753384,0.6963584153846154 0.734830564,0.5955345403846154 L0.761344362,0.2645744576923077 C0.7694308959999999,0.16363379999999997 0.7810106419999999,0.17306624230769233 0.7872130079999999,0.2857252442307692 L0.786481298,0.27243455576923076 C0.79268162,0.38505647115384617 0.802869402,0.3858348903846153 0.8092439859999999,0.27403918653846154 L0.8073819600000001,0.3066948923076923 C0.8137531219999999,0.19495919038461537 0.82495414,0.18985617500000002 0.83240714,0.29539616153846154 L0.84235834,0.4363125173076923 C0.849808204,0.5418081019230769 0.862921604,0.5496858096153846 0.871658412,0.4537929153846154 L0.869106376,0.4818033846153846 C0.877838496,0.3859619576923077 0.891991372,0.38591049038461545 0.90072818,0.4818033846153846 L0.898176144,0.4537929153846154 C0.906908264,0.5496343423076924 0.918606436,0.5340278461538461 0.924301026,0.4190099192307692 L0.9233227399999999,0.4387691057692307 C0.929018992,0.32371755961538456 0.938153422,0.324253325 0.943723354,0.4399304 L0.9426601000000001,0.4178486249999999 C0.948230796,0.5335415365384615 0.960486402,0.5558260384615384 0.969972,0.4667622461538462 C0.969972,0.4667622461538462 0.9858125,0.32537997115384615 1,0.1666124269230769 C1,-0.06916937115384615 1,0 1,0 L0,0 L0,0.3639970192307692 Z"></path>'},bottom:{content:'<path d="M500,33.7116029 C490.945312,27.869010199999998 480.815398,24.41595355 480.815398,24.41595355 C474.655631,21.98721367 465.732366,23.69041196 460.891197,28.2141091 L439.673419,48.040477100000004 C434.829354,52.5668804 427.211646,52.3289542 422.655563,47.505634799999996 L419.769519,44.4503098 C415.214881,39.6285213 407.985572,39.7571442 403.617167,44.743574699999996 L404.893186,43.2870303 C400.527126,48.270784500000005 393.041206,48.677667400000004 388.163683,44.1873272 L362.207135,20.29124022 C357.333746,15.804706209999999 349.533122,15.92130804 344.794066,20.54181931 L332.75279,32.281888 C328.009207,36.906813 320.467484,36.749995 315.90986,31.933715499999998 L312.888296,28.740671 C308.329786,23.92345562 301.097338,24.05578582 296.728933,29.0422163 L298.004951,27.5856719 C293.638891,32.5694261 286.562454,32.5721024 282.194049,27.5856719 L283.470067,29.0422163 C279.104007,24.05846207 271.719379,23.77064165 266.980343,28.3951505 L255.079123,40.008756500000004 C250.338159,44.6351462 242.804032,44.478275 238.247949,39.6549556 L235.361904,36.5996306 C230.807267,31.7778421 224.462618,32.5502083 221.200453,38.307606199999995 L221.404785,37.946979999999996 C218.138269,43.7120574 212.270946,44.0886791 208.289814,38.774924299999995 L195.555734,21.77830354 C191.579052,16.470487137 184.116936,15.463993030000001 178.887479,19.5311323 L171.443305,25.32073712 C166.214364,29.3874751 158.04256,29.028094199999998 153.189499,24.516576360000002 L148.691672,20.33529305 C143.839315,15.82442934 136.623308,16.428810259000002 132.584718,21.67165176 L119.327819,38.881576100000004 C115.284552,44.130490300000005 109.494679,43.640003300000004 106.393496,37.7817352 L106.759351,38.472851 C103.65919,32.6165114 98.5652989,32.5760336 95.3780072,38.3894102 L96.3090203,36.6913135 C93.1234393,42.50157 87.5229296,42.7669268 83.79643,37.2788475 L78.8208301,29.951197 C75.0958983,24.465426569999998 68.5391981,24.05578582 64.1707936,29.0422163 L65.4468116,27.5856719 C61.0807516,32.5694261 54.0043144,32.5721024 49.6359098,27.5856719 L50.9119279,29.0422163 C46.5458679,24.05846207 40.6967818,24.86999989 37.8494873,30.8509321 L38.3386304,29.8234544 C35.4905036,35.806134799999995 30.9232892,35.778275 28.1383231,29.7630671 L28.6699496,30.9113194 C25.8846022,24.89528801 19.7567994,23.73649394 15.0139996,28.3678111 C15.0139996,28.3678111 7.09375,35.7196894 4.54747351e-13,43.9756017 L0,52 L500,52 L500,33.7116029 Z"></path>',unitContent:'<path d="M1,0.6483000557692308 C0.981890624,0.5359425038461538 0.961630796,0.46953756826923077 0.961630796,0.46953756826923077 C0.949311262,0.4228310321153846 0.931464732,0.45558484538461536 0.921782394,0.5425790211538462 L0.879346838,0.923855328846154 C0.869658708,1.0109015461538462 0.854423292,1.0063260423076923 0.8453111259999999,0.9135698999999999 L0.839539038,0.85481365 C0.830429762,0.7620869480769231 0.8159711439999999,0.7645604653846154 0.807234334,0.8604533596153845 L0.809786372,0.8324428903846154 C0.801054252,0.9282843173076925 0.786082412,0.9361089884615386 0.776327366,0.8497562923076922 L0.72441427,0.39021615807692306 C0.714667492,0.3039366578846154 0.699066244,0.30617900076923077 0.689588132,0.39503498673076926 L0.66550558,0.6208055384615385 C0.656018414,0.7097464038461538 0.640934968,0.706730673076923 0.63181972,0.6141099134615384 L0.625776592,0.5527052115384615 C0.616659572,0.4600664542307692 0.602194676,0.4626112657692308 0.593457866,0.5585041596153846 L0.596009902,0.5304936903846154 C0.587277782,0.6263351173076923 0.573124908,0.6263865846153845 0.564388098,0.5304936903846154 L0.566940134,0.5585041596153846 C0.5582080140000001,0.4626627321153846 0.543438758,0.4571277240384616 0.533960686,0.5460605865384616 L0.510158246,0.7693991634615386 C0.500676318,0.8583681961538462 0.485608064,0.8553514423076922 0.47649589800000003,0.7625953 L0.470723808,0.7038390499999999 C0.46161453399999997,0.611112348076923 0.448925236,0.6259655442307692 0.44240090600000004,0.7366847346153845 L0.44280957,0.7297496153846154 C0.436276538,0.8406164884615385 0.42454189200000003,0.8478592134615385 0.41657962800000004,0.7456716211538461 L0.391111468,0.4188135296153846 C0.383158104,0.31674013725 0.368233872,0.29738448134615386 0.35777495800000003,0.3755986980769231 L0.34288661000000004,0.4869372523076923 C0.33242872799999995,0.5651437519230769 0.31608512,0.5582325807692308 0.306378998,0.4714726223076923 L0.29738334400000005,0.3910633278846154 C0.28767863,0.30431594884615387 0.273246616,0.3159386588269231 0.26516943600000004,0.41676253384615386 L0.238655638,0.7477226173076924 C0.230569104,0.848663275 0.21898935800000002,0.8392308326923078 0.212786992,0.7265718307692308 L0.21351870199999998,0.7398625192307692 C0.20731838,0.6272406038461539 0.1971305978,0.6264621846153846 0.1907560144,0.7382578884615385 L0.1926180406,0.7056021826923077 C0.1862468786,0.8173378846153846 0.1750458592,0.8224409 0.16759286,0.7169009134615384 L0.15764166019999998,0.5759845576923077 C0.1501917966,0.4704889725 0.13707839619999998,0.4626112657692308 0.1283415872,0.5585041596153846 L0.1308936232,0.5304936903846154 C0.1221615032,0.6263351173076923 0.10800862879999999,0.6263865846153845 0.0992718196,0.5304936903846154 L0.1018238558,0.5585041596153846 C0.09309173579999999,0.4626627321153846 0.0813935636,0.47826922865384613 0.0756989746,0.5932871557692307 L0.0766772608,0.5735279692307692 C0.07098100719999999,0.6885795153846153 0.0618465784,0.6880437500000001 0.0562766462,0.572366675 L0.057339899199999995,0.59444845 C0.0517692044,0.4787555386538462 0.039513598799999994,0.4564710373076923 0.0300279992,0.5455348288461539 C0.0300279992,0.5455348288461539 0.0141875,0.6869171038461539 9.09494702e-16,0.845684648076923 L0,1 L1,1 L1,0.6483000557692308 Z"></path>'},viewBox:{height:"52",width:"500"}},"curvy-with-fade":{top:{content:'<path d="M0,21.927844999999998 C9.0546875,27.770437700000002 19.7046511,33.0725599 19.7046511,33.0725599 C25.5772029,36.1369433 34.2676336,34.9490359 39.1088027,30.4253388 L60.3265807,10.5989708 C65.1706459,6.072567500000002 72.7883536,6.3104936999999985 77.3444369,11.133813100000001 L80.2304814,14.189138100000001 C84.7851187,19.010926599999998 91.6761163,18.608259699999998 95.6277257,13.281978800000001 L95.8619213,12.966311999999999 C99.8109473,7.643513200000001 106.824622,7.100549600000001 111.549141,11.775077799999998 L138.080041,38.0252506 C142.794827,42.6901489 150.273218,42.531556 154.775544,37.6795915 L167.6776,23.775596999999998 C172.183486,18.919796400000003 179.532516,18.889452900000002 184.09014,23.705732400000002 L187.111704,26.8987769 C191.670214,31.715992300000003 198.672896,31.3908537 202.7608,26.162111799999998 L202.505316,26.4888958 C206.589563,21.2648315 213.207779,21.2601539 217.295684,26.4888958 L217.040199,26.162111799999998 C221.124447,31.3861761 228.280621,31.868806300000003 233.019657,27.2442974 L244.920877,15.630691400000003 C249.661841,11.0043017 257.195968,11.1611729 261.752051,15.9844923 L264.638096,19.039817300000003 C269.192733,23.8616058 275.537382,23.0892396 278.799547,17.3318417 L278.595215,17.692467899999997 C281.861731,11.927390500000001 287.729054,11.5507688 291.710186,16.8645236 L304.444266,33.8611444 C308.420948,39.1689608 315.883064,40.1754549 321.112521,36.1083156 L328.556695,30.318710799999998 C333.785636,26.251972799999997 341.706088,26.8781349 346.242498,31.711931399999997 L351.876331,37.715095 C356.414989,42.5512875 363.213444,42.0871578 367.053413,36.6892464 L381.034049,17.036421599999997 C384.877462,11.6336686 390.505321,11.9994446 393.606504,17.8577127 L393.240649,17.166596900000002 C396.34081,23.0229365 401.434701,23.063414299999998 404.621993,17.2500377 L403.69098,18.9481344 C406.876561,13.1378779 412.47707,12.8725211 416.20357,18.360600400000003 L421.17917,25.6882509 C424.904102,31.1740213 431.460802,31.583662099999998 435.829206,26.5972316 L434.553188,28.053776 C438.919248,23.0700218 445.765919,23.2601539 449.853823,28.4888958 L449.598339,28.162111799999998 C453.682586,33.3861761 459.131423,32.6951132 461.769234,26.6172454 L462.042648,25.987263900000002 C464.680201,19.9099935 469.076711,19.8611729 471.861677,25.8763808 L471.33005,24.728128499999997 C474.115398,30.7441599 480.243201,31.902954 484.986,27.271636800000003 C484.986,27.271636800000003 492.90625,19.9197585 500,11.663846199999998 C500,-0.5968072999999983 500,0 500,0 L0,0 L0,21.927844999999998 Z" opacity="0.5"></path><path d="M0,16.927844999999998 C9.0546875,22.770437700000002 19.7046511,28.0725599 19.7046511,28.0725599 C25.5772029,31.1369433 34.2676336,29.9490359 39.1088027,25.4253388 L60.3265807,5.5989708 C65.1706459,1.0725675000000017 72.7883536,1.3104936999999985 77.3444369,6.133813100000001 L80.2304814,9.189138100000001 C84.7851187,14.010926599999998 91.6761163,13.608259700000001 95.6277257,8.281978800000001 L95.8619213,7.9663119999999985 C99.8109473,2.643513200000001 106.824622,2.100549600000001 111.549141,6.775077799999998 L138.080041,33.0252506 C142.794827,37.6901489 150.273218,37.531556 154.775544,32.6795915 L167.6776,18.775596999999998 C172.183486,13.9197964 179.532516,13.889452899999998 184.09014,18.705732400000002 L187.111704,21.8987769 C191.670214,26.715992300000003 198.672896,26.3908537 202.7608,21.162111799999998 L202.505316,21.4888958 C206.589563,16.2648315 213.207779,16.2601539 217.295684,21.4888958 L217.040199,21.162111799999998 C221.124447,26.3861761 228.280621,26.868806300000003 233.019657,22.2442974 L244.920877,10.6306914 C249.661841,6.004301699999999 257.195968,6.1611729 261.752051,10.9844923 L264.638096,14.039817300000003 C269.192733,18.8616058 275.537382,18.0892396 278.799547,12.331841699999998 L278.595215,12.6924679 C281.861731,6.927390500000001 287.729054,6.5507688 291.710186,11.864523599999998 L304.444266,28.8611444 C308.420948,34.1689608 315.883064,35.1754549 321.112521,31.108315599999997 L328.556695,25.318710799999998 C333.785636,21.251972799999997 341.706088,21.8781349 346.242498,26.711931399999997 L351.876331,32.715095 C356.414989,37.5512875 363.213444,37.0871578 367.053413,31.689246400000002 L381.034049,12.0364216 C384.877462,6.6336686 390.505321,6.9994446 393.606504,12.8577127 L393.240649,12.166596899999998 C396.34081,18.0229365 401.434701,18.063414299999998 404.621993,12.2500377 L403.69098,13.9481344 C406.876561,8.1378779 412.47707,7.8725211 416.20357,13.3606004 L421.17917,20.6882509 C424.904102,26.1740213 431.460802,26.583662099999998 435.829206,21.5972316 L434.553188,23.053776 C438.919248,18.0700218 445.765919,18.2601539 449.853823,23.4888958 L449.598339,23.162111799999998 C453.682586,28.3861761 459.131423,27.6951132 461.769234,21.6172454 L462.042648,20.987263900000002 C464.680201,14.909993499999999 469.076711,14.8611729 471.861677,20.8763808 L471.33005,19.728128499999997 C474.115398,25.7441599 480.243201,26.902954 484.986,22.271636800000003 C484.986,22.271636800000003 492.90625,14.9197585 500,6.663846199999998 C500,-5.5968073 500,0 500,0 L0,0 L0,16.927844999999998 Z"></path>',unitContent:'<path d="M0,0.3654640833333333 C0.018109375,0.4628406283333334 0.039409302199999996,0.5512093316666667 0.039409302199999996,0.5512093316666667 C0.0511544058,0.6022823883333334 0.06853526720000001,0.5824839316666667 0.0782176054,0.50708898 L0.1206531614,0.17664951333333334 C0.13034129179999998,0.10120945833333336 0.1455767072,0.10517489499999998 0.15468887380000002,0.1855635516666667 L0.1604609628,0.23648563500000003 C0.1695702374,0.3168487766666666 0.1833522326,0.3101376616666666 0.1912554514,0.22136631333333334 L0.1917238426,0.21610519999999997 C0.1996218946,0.12739188666666668 0.21364924400000002,0.11834249333333334 0.223098282,0.19625129666666663 L0.276160082,0.6337541766666667 C0.28558965399999997,0.7115024816666666 0.30054643600000003,0.7088592666666667 0.309551088,0.6279931916666667 L0.3353552,0.39625994999999997 C0.344366972,0.31532994000000003 0.35906503199999995,0.314824215 0.36818027999999997,0.39509554 L0.374223408,0.44831294833333335 C0.38334042799999996,0.5285998716666668 0.39734579200000003,0.523180895 0.4055216,0.4360351966666666 L0.405010632,0.4414815966666667 C0.413179126,0.35441385833333333 0.426415558,0.3543358983333333 0.434591368,0.4414815966666667 L0.434080398,0.4360351966666666 C0.442248894,0.523102935 0.456561242,0.5311467716666667 0.466039314,0.45407162333333334 L0.48984175399999996,0.2605115233333334 C0.49932368200000005,0.18340502833333333 0.514391936,0.18601954833333334 0.523504102,0.266408205 L0.5292761920000001,0.3173302883333334 C0.5383854659999999,0.39769343 0.551074764,0.38482066 0.5575990940000001,0.2888640283333333 L0.55719043,0.294874465 C0.563723462,0.1987898416666667 0.5754581080000001,0.19251281333333334 0.5834203720000001,0.2810753933333333 L0.608888532,0.5643524066666666 C0.6168418960000001,0.6528160133333334 0.631766128,0.669590915 0.6422250420000001,0.60180526 L0.65711339,0.5053118466666666 C0.667571272,0.43753287999999996 0.683412176,0.44796891499999997 0.692484996,0.52853219 L0.703752662,0.6285849166666666 C0.712829978,0.7091881250000001 0.726426888,0.70145263 0.734106826,0.61148744 L0.762068098,0.28394035999999995 C0.769754924,0.19389447666666668 0.7810106419999999,0.19999074333333333 0.7872130079999999,0.297628545 L0.786481298,0.28610994833333336 C0.79268162,0.38371560833333335 0.802869402,0.3843902383333333 0.8092439859999999,0.28750062833333334 L0.8073819600000001,0.31580224 C0.8137531219999999,0.21896463166666666 0.82495414,0.21454201833333333 0.83240714,0.3060100066666667 L0.84235834,0.428137515 C0.849808204,0.5195670216666667 0.862921604,0.5263943683333333 0.871658412,0.44328719333333333 L0.869106376,0.4675629333333333 C0.877838496,0.3845003633333333 0.891531838,0.38766923166666667 0.899707646,0.47481493 L0.899196678,0.46936852999999995 C0.907365172,0.5564362683333334 0.918262846,0.5449185533333334 0.923538468,0.44362075666666667 L0.924085296,0.433121065 C0.929360402,0.33183322499999995 0.938153422,0.3310195483333333 0.943723354,0.43127301333333334 L0.9426601000000001,0.412135475 C0.948230796,0.512402665 0.960486402,0.5317159 0.969972,0.45452728000000003 C0.969972,0.45452728000000003 0.9858125,0.331995975 1,0.19439743666666665 C1,-0.009946788333333305 1,0 1,0 L0,0 L0,0.3654640833333333 Z"></path>'},bottom:{content:'<path d="M0,39.495904100000004 C9.0546875,33.6533114 19.7046511,28.35118918 19.7046511,28.35118918 C25.5772029,25.28680576 34.2676336,26.47471315 39.1088027,30.9984103 L60.3265807,50.8247783 C65.1706459,55.3511816 72.7883536,55.1132554 77.3444369,50.289936 L80.2304814,47.234611 C84.7851187,42.412822500000004 91.6761163,42.815489400000004 95.6277257,48.141770300000005 L95.8619213,48.4574371 C99.8109473,53.7802359 106.824622,54.3231995 111.549141,49.648671300000004 L138.080041,23.39849852 C142.794827,18.73360022 150.273218,18.89219307 154.775544,23.74415755 L167.6776,37.648152100000004 C172.183486,42.503952600000005 179.532516,42.5342962 184.09014,37.7180167 L187.111704,34.5249722 C191.670214,29.70775681 198.672896,30.0328954 202.7608,35.261637300000004 L202.505316,34.9348533 C206.589563,40.158917599999995 213.207779,40.1635952 217.295684,34.9348533 L217.040199,35.261637300000004 C221.124447,30.037573000000002 228.280621,29.554942840000002 233.019657,34.1794517 L244.920877,45.7930577 C249.661841,50.419447399999996 257.195968,50.2625762 261.752051,45.439256799999995 L264.638096,42.3839318 C269.192733,37.5621433 275.537382,38.334509499999996 278.799547,44.0919074 L278.595215,43.7312812 C281.861731,49.4963586 287.729054,49.872980299999995 291.710186,44.5592255 L304.444266,27.56260473 C308.420948,22.25478833 315.883064,21.24829422 321.112521,25.31543349 L328.556695,31.1050383 C333.785636,35.1717763 341.706088,34.5456142 346.242498,29.71181769 L351.876331,23.708654109999998 C356.414989,18.872461610000002 363.213444,19.336591344 367.053413,24.73450269 L381.034049,44.3873275 C384.877462,49.7900805 390.505321,49.424304500000005 393.606504,43.5660364 L393.240649,44.2571522 C396.34081,38.400812599999995 401.434701,38.360334800000004 404.621993,44.1737114 L403.69098,42.4756147 C406.876561,48.2858712 412.47707,48.551227999999995 416.20357,43.0631487 L421.17917,35.7354982 C424.904102,30.249727800000002 431.460802,29.840087009999998 435.829206,34.8265175 L434.553188,33.369973099999996 C438.919248,38.3537273 445.765919,38.1635952 449.853823,32.9348533 L449.598339,33.261637300000004 C453.682586,28.03757301 459.131423,28.72863588 461.769234,34.8065037 L462.042648,35.4364852 C464.680201,41.513755599999996 469.076711,41.562576199999995 471.861677,35.5473683 L471.33005,36.6956206 C474.115398,30.679589200000002 480.243201,29.52079513 484.986,34.1521123 C484.986,34.1521123 492.90625,41.5039906 500,49.7599029 L500,60 L0,60 L0,39.495904100000004 Z" opacity="0.5"></path><path d="M0,44.495904100000004 C9.0546875,38.6533114 19.7046511,33.3511892 19.7046511,33.3511892 C25.5772029,30.2868058 34.2676336,31.4747132 39.1088027,35.9984103 L60.3265807,55.8247783 C65.1706459,60.3511816 72.7883536,60.1132554 77.3444369,55.289936 L80.2304814,52.234611 C84.7851187,47.412822500000004 91.6761163,47.815489400000004 95.6277257,53.1417703 L95.8619213,53.4574371 C99.8109473,58.7802359 106.824622,59.3231995 111.549141,54.6486713 L138.080041,28.39849852 C142.794827,23.73360022 150.273218,23.892193069999998 154.775544,28.74415755 L167.6776,42.648152100000004 C172.183486,47.503952600000005 179.532516,47.5342962 184.09014,42.7180167 L187.111704,39.5249722 C191.670214,34.7077568 198.672896,35.0328954 202.7608,40.261637300000004 L202.505316,39.9348533 C206.589563,45.158917599999995 213.207779,45.1635952 217.295684,39.9348533 L217.040199,40.261637300000004 C221.124447,35.037573 228.280621,34.5549428 233.019657,39.1794517 L244.920877,50.7930577 C249.661841,55.4194474 257.195968,55.2625762 261.752051,50.439256799999995 L264.638096,47.3839318 C269.192733,42.5621433 275.537382,43.334509499999996 278.799547,49.0919074 L278.595215,48.7312812 C281.861731,54.4963586 287.729054,54.8729803 291.710186,49.5592255 L304.444266,32.5626047 C308.420948,27.25478833 315.883064,26.24829422 321.112521,30.315433499999997 L328.556695,36.105038300000004 C333.785636,40.171776300000005 341.706088,39.5456142 346.242498,34.7118177 L351.876331,28.708654109999998 C356.414989,23.872461610000002 363.213444,24.33659134 367.053413,29.73450269 L381.034049,49.3873275 C384.877462,54.7900805 390.505321,54.4243045 393.606504,48.5660364 L393.240649,49.2571522 C396.34081,43.400812599999995 401.434701,43.360334800000004 404.621993,49.1737114 L403.69098,47.4756147 C406.876561,53.2858712 412.47707,53.551228 416.20357,48.0631487 L421.17917,40.735498199999995 C424.904102,35.2497278 431.460802,34.840087 435.829206,39.8265175 L434.553188,38.369973099999996 C438.919248,43.3537273 445.765919,43.1635952 449.853823,37.9348533 L449.598339,38.261637300000004 C453.682586,33.037573 459.131423,33.7286359 461.769234,39.8065037 L462.042648,40.4364852 C464.680201,46.513755599999996 469.076711,46.562576199999995 471.861677,40.5473683 L471.33005,41.6956206 C474.115398,35.6795892 480.243201,34.5207951 484.986,39.1521123 C484.986,39.1521123 492.90625,46.5039906 500,54.7599029 L500,60 L0,60 L0,44.495904100000004 Z"></path>',unitContent:'<path d="M0,0.6582650683333334 C0.018109375,0.5608885233333333 0.039409302199999996,0.4725198196666666 0.039409302199999996,0.4725198196666666 C0.0511544058,0.42144676266666664 0.06853526720000001,0.44124521916666665 0.0782176054,0.5166401716666666 L0.1206531614,0.8470796383333333 C0.13034129179999998,0.9225196933333333 0.1455767072,0.9185542566666667 0.15468887380000002,0.8381656 L0.1604609628,0.7872435166666667 C0.1695702374,0.7068803750000001 0.1833522326,0.7135914900000001 0.1912554514,0.8023628383333334 L0.1917238426,0.8076239516666667 C0.1996218946,0.896337265 0.21364924400000002,0.9053866583333333 0.223098282,0.827477855 L0.276160082,0.38997497533333336 C0.28558965399999997,0.31222667033333334 0.30054643600000003,0.31486988450000003 0.309551088,0.39573595916666665 L0.3353552,0.6274692016666668 C0.344366972,0.7083992100000001 0.35906503199999995,0.7089049366666667 0.36818027999999997,0.6286336116666666 L0.374223408,0.5754162033333333 C0.38334042799999996,0.49512928016666663 0.39734579200000003,0.5005482566666667 0.4055216,0.5876939550000001 L0.405010632,0.582247555 C0.413179126,0.6693152933333333 0.426415558,0.6693932533333334 0.434591368,0.582247555 L0.434080398,0.5876939550000001 C0.442248894,0.5006262166666667 0.456561242,0.4925823806666667 0.466039314,0.5696575283333334 L0.48984175399999996,0.7632176283333333 C0.49932368200000005,0.8403241233333333 0.514391936,0.8377096033333333 0.523504102,0.7573209466666666 L0.5292761920000001,0.7063988633333333 C0.5383854659999999,0.6260357216666667 0.551074764,0.6389084916666666 0.5575990940000001,0.7348651233333333 L0.55719043,0.7288546866666666 C0.563723462,0.82493931 0.5754581080000001,0.8312163383333332 0.5834203720000001,0.7426537583333332 L0.608888532,0.4593767455 C0.6168418960000001,0.3709131388333333 0.631766128,0.35413823699999997 0.6422250420000001,0.4219238915 L0.65711339,0.518417305 C0.667571272,0.5861962716666667 0.683412176,0.5757602366666668 0.692484996,0.4951969615 L0.703752662,0.39514423516666664 C0.712829978,0.31454102683333335 0.726426888,0.3222765224 0.734106826,0.4122417115 L0.762068098,0.7397887916666667 C0.769754924,0.8298346750000001 0.7810106419999999,0.8237384083333334 0.7872130079999999,0.7261006066666666 L0.786481298,0.7376192033333333 C0.79268162,0.6400135433333333 0.802869402,0.6393389133333334 0.8092439859999999,0.7362285233333333 L0.8073819600000001,0.7079269116666667 C0.8137531219999999,0.8047645200000001 0.82495414,0.8091871333333333 0.83240714,0.717719145 L0.84235834,0.5955916366666667 C0.849808204,0.50416213 0.862921604,0.4973347835 0.871658412,0.5804419583333333 L0.869106376,0.5561662183333332 C0.877838496,0.6392287883333334 0.891531838,0.63605992 0.899707646,0.5489142216666667 L0.899196678,0.5543606216666668 C0.907365172,0.4672928835 0.918262846,0.478810598 0.923538468,0.580108395 L0.924085296,0.5906080866666666 C0.929360402,0.6918959266666665 0.938153422,0.6927096033333332 0.943723354,0.5924561383333333 L0.9426601000000001,0.6115936766666666 C0.948230796,0.5113264866666667 0.960486402,0.49201325216666664 0.969972,0.5692018716666667 C0.969972,0.5692018716666667 0.9858125,0.6917331766666667 1,0.829331715 L1,1 L0,1 L0,0.6582650683333334 Z"></path>'},viewBox:{height:"60",width:"500"}},"uneven-wave-with-fade":{top:{content:'<path d="M355.271484,30.5005893 C329.720703,40.12363620000001 298.43357,47.841892900000005 252.177734,26.613870499999997 C168.605469,-11.7396451 148.640012,34.6228177 101.332031,30.5005893 C54.0240502,26.378360899999997 52.1640625,-0.6165981999999985 0,8.0328382 L0,0 L500,0 L500,15.856057999999997 C478.431641,8.0328382 466.621094,8.0328382 445.857422,8.0328382 C425.09375,8.0328382 409.098665,10.227961399999998 355.271484,30.5005893 Z" opacity="0.5"></path><path d="M379.054688,28.613870500000004 C350.325078,37.720618099999996 312.376953,44.955667399999996 278.242188,22.473245499999997 C234.278875,-6.482621900000002 199.882813,4.4439487 150.199219,8.736917400000003 C100.515625,13.0298862 91.9414063,28.613870500000004 67.0820313,28.613870500000004 C42.2226563,28.613870500000004 36.6113281,2.721292400000003 0,13.0298862 L0,0 L500,0 L500,21.613870499999997 C486.429688,21.613870499999997 481.833984,32.02988620000001 457.363281,32.02988620000001 C419.896484,32.02988620000001 441.761719,8.736917400000003 379.054688,28.613870500000004 Z" opacity="0.5"></path><path d="M144.728516,30.5005893 C170.279297,40.12363620000001 201.56643,47.841892900000005 247.822266,26.613870499999997 C331.394531,-11.7396451 351.359988,34.6228177 398.667969,30.5005893 C445.97595,26.378360899999997 447.835938,-0.6165981999999985 500,8.0328382 L500,0 L0,0 L0,22.6582031 C17.1464844,8.0328382 29.1679688,1.8533851999999982 49.9316406,1.8533851999999982 C70.6953125,1.8533851999999982 90.9013351,10.227961399999998 144.728516,30.5005893 Z"></path>',unitContent:'<path d="M0.7105429679999999,0.39611154935064935 C0.659441406,0.5210861844155845 0.59686714,0.6213232844155845 0.504355468,0.3456346818181818 C0.337210938,-0.15246292337662337 0.29728002400000003,0.4496469831168831 0.202664062,0.39611154935064935 C0.1080481004,0.34257611558441553 0.104328125,-0.008007768831168813 0,0.10432257402597403 L0,0 L1,0 L1,0.20592283116883114 C0.956863282,0.10432257402597403 0.933242188,0.10432257402597403 0.891714844,0.10432257402597403 C0.8501875,0.10432257402597403 0.81819733,0.1328306675324675 0.7105429679999999,0.39611154935064935 Z" opacity="0.5"></path><path d="M0.758109376,0.37160870779220784 C0.700650156,0.4898781571428571 0.624753906,0.5838398363636363 0.556484376,0.29186033116883114 C0.46855775,-0.08418989480519483 0.399765626,0.05771361948051948 0.300398438,0.11346645974025978 C0.20103125,0.1692193012987013 0.1838828126,0.37160870779220784 0.1341640626,0.37160870779220784 C0.08444531259999999,0.37160870779220784 0.0732226562,0.035341459740259776 0,0.1692193012987013 L0,0 L1,0 L1,0.28069961688311684 C0.9728593759999999,0.28069961688311684 0.963667968,0.41597254805194817 0.9147265619999999,0.41597254805194817 C0.839792968,0.41597254805194817 0.8835234380000001,0.11346645974025978 0.758109376,0.37160870779220784 Z" opacity="0.5"></path><path d="M0.289457032,0.39611154935064935 C0.34055859400000005,0.5210861844155845 0.40313286,0.6213232844155845 0.495644532,0.3456346818181818 C0.662789062,-0.15246292337662337 0.702719976,0.4496469831168831 0.797335938,0.39611154935064935 C0.8919519,0.34257611558441553 0.895671876,-0.008007768831168813 1,0.10432257402597403 L1,0 L0,0 L0,0.29426237792207793 C0.0342929688,0.10432257402597403 0.0583359376,0.02406993766233764 0.0998632812,0.02406993766233764 C0.141390625,0.02406993766233764 0.1818026702,0.1328306675324675 0.289457032,0.39611154935064935 Z"></path>'},bottom:{content:'<path d="M355.271484,46.28125 C329.720703,36.658203125 298.43357,28.93994643 252.177734,50.1679687 C168.605469,88.52148439999999 148.640012,42.15902158 101.332031,46.28125 C54.0240502,50.4034784 52.1640625,77.3984375 0,68.7490011 L0,77 L500,77 L500,60.9257812 C478.431641,68.7490011 466.621094,68.7490011 445.857422,68.7490011 C425.09375,68.7490011 409.098665,66.5538779 355.271484,46.28125 Z" opacity="0.5"></path><path d="M379.054688,48.1679687 C350.325078,39.061221180000004 312.376953,31.82617187 278.242188,54.3085937 C234.278875,83.2644611 199.882813,72.33789060000001 150.199219,68.04492189999999 C100.515625,63.7519531 91.9414063,48.1679687 67.0820313,48.1679687 C42.2226563,48.1679687 36.6113281,74.06054689999999 0,63.7519531 L0,77 L500,77 L500,55.1679687 C486.429688,55.1679687 481.833984,44.751953119999996 457.363281,44.751953119999996 C419.896484,44.751953119999996 441.77,68.04492189999999 379.054688,48.1679687 Z" opacity="0.5"></path><path d="M144.728516,46.28125 C170.279297,36.658203125 201.56643,28.93994643 247.822266,50.1679687 C331.394531,88.52148439999999 351.359988,42.15902158 398.667969,46.28125 C445.97595,50.4034784 447.835938,77.3984375 500,68.7490011 L500,77 L0,77 L0,54.1236362 C17.1464844,68.7490011 29.1679688,74.92845410000001 49.9316406,74.92845410000001 C70.6953125,74.92845410000001 90.9013351,66.5538779 144.728516,46.28125 Z"></path>',unitContent:'<path d="M0.7105429679999999,0.6010551948051948 C0.659441406,0.47608056006493504 0.59686714,0.37584346012987013 0.504355468,0.6515320610389611 C0.337210938,1.1496296675324673 0.29728002400000003,0.5475197607792208 0.202664062,0.6010551948051948 C0.1080481004,0.6545906285714286 0.104328125,1.0051745129870129 0,0.8928441701298702 L0,1 L1,1 L1,0.7912439116883118 C0.956863282,0.8928441701298702 0.933242188,0.8928441701298702 0.891714844,0.8928441701298702 C0.8501875,0.8928441701298702 0.81819733,0.8643360766233766 0.7105429679999999,0.6010551948051948 Z" opacity="0.5"></path><path d="M0.758109376,0.6255580350649351 C0.700650156,0.5072885867532468 0.624753906,0.4133269074025974 0.556484376,0.7053064116883118 C0.46855775,1.0813566376623378 0.399765626,0.9394531246753248 0.300398438,0.8837002844155843 C0.20103125,0.8279474428571428 0.1838828126,0.6255580350649351 0.1341640626,0.6255580350649351 C0.08444531259999999,0.6255580350649351 0.0732226562,0.9618252844155843 0,0.8279474428571428 L0,1 L1,1 L1,0.7164671259740261 C0.9728593759999999,0.7164671259740261 0.963667968,0.5811941963636363 0.9147265619999999,0.5811941963636363 C0.839792968,0.5811941963636363 0.88354,0.8837002844155843 0.758109376,0.6255580350649351 Z" opacity="0.5"></path><path d="M0.289457032,0.6010551948051948 C0.34055859400000005,0.47608056006493504 0.40313286,0.37584346012987013 0.495644532,0.6515320610389611 C0.662789062,1.1496296675324673 0.702719976,0.5475197607792208 0.797335938,0.6010551948051948 C0.8919519,0.6545906285714286 0.895671876,1.0051745129870129 1,0.8928441701298702 L1,1 L0,1 L0,0.7029043662337663 C0.0342929688,0.8928441701298702 0.0583359376,0.9730968064935066 0.0998632812,0.9730968064935066 C0.141390625,0.9730968064935066 0.1818026702,0.8643360766233766 0.289457032,0.6010551948051948 Z"></path>'},viewBox:{height:"77",width:"500"}},"opened-book-with-offset":{top:{content:'<path d="M500,0 L0,0 L3.41862051e-06,56.128092499999994 C16.9205629,66.274337 36.1756382,73.918873 55.7947028,79.492123 C153.634198,107.28569999999999 293.792719,79.492123 345.660536,1.4704103999999987 C356.024954,47.740856300000004 428.023779,66.293055 456.553867,69.556061 C471.140477,71.224341 485.911794,72.131708 500,71.668839 L500,0 Z"></path>',unitContent:'<path d="M1,0 L0,0 L6.83724102e-9,0.43175455769230764 C0.0338411258,0.5098025923076923 0.0723512764,0.5686067153846154 0.11158940560000001,0.6114778692307693 C0.307268396,0.8252746153846153 0.587585438,0.6114778692307693 0.6913210719999999,0.011310849230769221 C0.712049908,0.3672373561538462 0.856047558,0.5099465769230769 0.913107734,0.5350466230769231 C0.942280954,0.5478795461538462 0.971823588,0.5548592923076924 1,0.5512987615384616 L1,0 Z"></path>'},bottom:{content:'<path d="M0,130 L500,130 L499.999997,73.87190749999999 C483.079437,63.725663499999996 463.824362,56.0811272 444.205297,50.5078771 C346.365802,22.7143003 206.207281,50.5078771 154.339464,128.5295896 C143.975046,82.25914370000001 71.9762213,63.7069451 43.4461333,60.4439395 C28.8595235,58.775659000000005 14.0882064,57.868292 0,58.331160600000004 L0,130 Z"></path>',unitContent:'<path d="M0,1 L1,1 L0.9999999940000001,0.5682454423076923 C0.966158874,0.4901974115384615 0.927648724,0.43139328615384614 0.888410594,0.38852213153846155 C0.692731604,0.17472538692307693 0.412414562,0.38852213153846155 0.30867892799999996,0.9886891507692308 C0.287950092,0.6327626438461539 0.1439524426,0.49005342384615386 0.0868922666,0.46495338076923076 C0.057719047,0.4521204538461539 0.0281764128,0.4451407076923077 0,0.4487012353846154 L0,1 Z"></path>'},viewBox:{height:"130",width:"500"}},curve:{top:{content:'<path d="M0,53.4060767 L1.8189894e-12,0 L500,0 L499.999988,1.4967675999999983 C337.159028,154.109237 0,53.4060767 0,53.4060767 Z"></path>',unitContent:'<path d="M0,0.48550978818181817 L3.6379788e-15,0 L1,0 L0.9999999759999999,0.013606978181818167 C0.6743180559999999,1.4009930636363637 0,0.48550978818181817 0,0.48550978818181817 Z"></path>'},bottom:{content:'<path d="M500,56.5939254 L500,110 L0,110 L1.21997012e-05,108.5032345 C162.840972,-44.1092354 500,56.5939254 500,56.5939254 Z"></path>',unitContent:'<path d="M1,0.514490230909091 L1,1 L0,1 L2.43994024e-8,0.986393040909091 C0.325681944,-0.4009930490909091 1,0.514490230909091 1,0.514490230909091 Z"></path>'},viewBox:{height:"110",width:"500"}},"uneven-cloud":{top:{content:'<path d="M462.095134,60.4447179 C450.042357,62.3466026 438.040968,67.5291342 427.17708,73.3586126 C406.697913,84.352536 385.357636,88.401171 363.29097,82.236394 C351.374303,78.904269 344.042359,80.391551 334.571526,88.979945 C280.545138,137.979564 195.874306,120.467477 169.404862,53.962727400000006 C161.806251,34.8617942 150.568752,23.7134384 132.950696,16.446764 C129.017363,14.823135899999997 124.700697,12.990815400000002 121.906252,9.9925991 C113.111808,0.5583047999999984 104.731252,2.8859223000000007 94.077086,7.4256807999999985 C61.1291114,21.483755700000003 26.9671271,17.726195699999998 0,1.7868290999999985 L0,0 L500,0 L500,48.3401478 C488.562665,54.1353505 475.861368,58.27562639999999 462.095134,60.4447179 Z"></path>',unitContent:'<path d="M0.9241902679999999,0.431747985 C0.900084714,0.4453328757142857 0.8760819360000001,0.48235095857142857 0.85435416,0.52399009 C0.813395826,0.6025181142857143 0.770715272,0.6314369357142857 0.72658194,0.5874028142857143 C0.702748606,0.5636019214285715 0.6880847179999999,0.5742253642857144 0.669143052,0.6355710357142857 C0.561090276,0.9855683142857143 0.391748612,0.8604819785714286 0.33880972400000003,0.3854480528571429 C0.323612502,0.2490128157142857 0.301137504,0.16938170285714285 0.265901392,0.11747688571428573 C0.258034726,0.10587954214285712 0.249401394,0.09279153857142859 0.24381250399999999,0.07137570785714285 C0.226223616,0.003987891428571417 0.209462504,0.02061373071428572 0.18815417199999998,0.053040577142857134 C0.1222582228,0.15345539785714288 0.0539342542,0.12661568357142855 0,0.01276306499999999 L0,0 L1,0 L1,0.34528676999999997 C0.97712533,0.386681075 0.951722736,0.4162544742857142 0.9241902679999999,0.431747985 Z"></path>'},bottom:{content:'<path d="M37.9048558,80.5552821 C49.9576334,78.6533974 61.959022,73.4708658 72.8229107,67.6413874 C93.302077,56.647464 114.642354,52.598828600000004 136.709021,58.7636065 C148.625687,62.0957308 155.957631,60.6084486 165.428464,52.0200546 C219.454852,3.020436 304.125684,20.53252325 330.595128,87.0372726 C338.193739,106.1382058 349.431239,117.2865616 367.049294,124.553236 C370.982627,126.176864 375.299294,128.009185 378.093738,131.00740100000002 C386.888182,140.44169499999998 395.268738,138.114078 405.922904,133.574319 C438.870879,119.5162443 473.032863,123.2738043 500,139.213171 L500,140 L0,140 L0,92.6598522 C11.4373256,86.8646495 24.1386221,82.7243736 37.9048558,80.5552821 Z"></path>',unitContent:'<path d="M0.0758097116,0.5753948721428571 C0.0999152668,0.5618099814285714 0.12391804399999999,0.5247918985714286 0.1456458214,0.48315276714285715 C0.186604154,0.40462474285714284 0.229284708,0.3757059185714286 0.27341804200000003,0.41974004642857143 C0.297251374,0.4435409342857143 0.31191526199999997,0.43291749 0.330856928,0.37157181857142857 C0.43890970399999996,0.02157454285714286 0.6082513679999999,0.14666088035714286 0.661190256,0.6216948042857142 C0.676387478,0.7581300414285714 0.698862478,0.8377611542857143 0.7340985879999999,0.8896659714285714 C0.7419652539999999,0.9012633142857143 0.7505985879999999,0.9143513214285715 0.7561874759999999,0.9357671500000001 C0.7737763639999999,1.003154964285714 0.790537476,0.9865291285714286 0.8118458080000001,0.9541022785714286 C0.877741758,0.8536874592857142 0.946065726,0.8805271735714285 1,0.9943797928571427 L1,1 L0,1 L0,0.6618560871428572 C0.0228746512,0.6204617821428572 0.0482772442,0.590888382857143 0.0758097116,0.5753948721428571 Z"></path>'},viewBox:{height:"140",width:"500"}},cloud:{top:{content:'<path d="M180.073901,41.3844566 C179.894713,41.3863384 179.715292,41.3872817 179.535642,41.3872817 C173.485567,41.3872817 167.69649,40.3151209 162.356229,38.3560615 C149.481416,53.7968449 129.792619,63.673964 107.715661,63.673964 C78.9292119,63.673964 54.2394833,46.845031 43.3716263,22.7801281 C26.6823611,21.7906514 11.5505227,15.210899399999999 0,4.934613000000001 L0,0 L500,0 L500,1.6574419999999996 C490.519755,7.811443400000002 479.123215,11.402363999999999 466.845083,11.402363999999999 C463.566431,11.402363999999999 460.402594,10.9571315 457.264273,10.462428800000001 C450.273216,42.890191 420.637766,67.2666667 385.108396,67.2666667 C375.950944,67.2666667 367.188543,65.6438339 359.105473,62.678583 C339.618035,86.049899 309.816885,101 276.400992,101 C233.745202,101 197.032364,76.5869216 180.073901,41.3844566 L180.073901,41.3844566 Z"></path>',unitContent:'<path d="M0.360147802,0.37622233272727273 C0.35978942599999997,0.37623944 0.359430584,0.3762480154545455 0.359071284,0.3762480154545455 C0.346971134,0.3762480154545455 0.33539298,0.36650109909090905 0.32471245800000004,0.34869146818181823 C0.298962832,0.4890622263636364 0.259585238,0.5788542181818181 0.21543132199999998,0.5788542181818181 C0.1578584238,0.5788542181818181 0.1084789666,0.4258639181818182 0.0867432526,0.20709207363636362 C0.053364722200000006,0.19809683090909092 0.0231010454,0.13828090363636364 0,0.04486011818181819 L0,0 L1,0 L1,0.015067654545454542 C0.98103951,0.07101312181818184 0.95824643,0.10365785454545454 0.933690166,0.10365785454545454 C0.927132862,0.10365785454545454 0.920805188,0.09961028636363635 0.914528546,0.09511298909090911 C0.900546432,0.3899108272727273 0.841275532,0.6115151518181818 0.770216792,0.6115151518181818 C0.751901888,0.6115151518181818 0.734377086,0.5967621263636363 0.718210946,0.5698053000000001 C0.6792360700000001,0.7822718090909091 0.61963377,0.9181818181818182 0.5528019839999999,0.9181818181818182 C0.467490404,0.9181818181818182 0.394064728,0.6962447418181817 0.360147802,0.37622233272727273 L0.360147802,0.37622233272727273 Z"></path>'},bottom:{content:'<path d="M180.073901,68.6155434 C197.032364,33.4130784 233.745202,9 276.400992,9 C309.816885,9 339.618035,23.950101 359.105473,47.321417 C367.188543,44.3561661 375.950944,42.7333333 385.108396,42.7333333 C420.637766,42.7333333 450.273216,67.109809 457.264273,99.5375712 C460.402594,99.0428685 463.566431,98.597636 466.845083,98.597636 C479.123215,98.597636 490.519755,102.1885566 500,108.342558 L500,110 L0,110 L0,105.065387 C11.5505227,94.7891006 26.6823611,88.2093486 43.3716263,87.2198719 C54.2394833,63.154969 78.9292119,46.326036 107.715661,46.326036 C129.792619,46.326036 149.481416,56.2031551 162.356229,71.64393849999999 C167.69649,69.6848791 173.485567,68.6127183 179.535642,68.6127183 C179.715292,68.6127183 179.894713,68.6136616 180.073901,68.6155434 L180.073901,68.6155434 Z"></path>',unitContent:'<path d="M0.360147802,0.6237776672727273 C0.394064728,0.3037552581818182 0.467490404,0.08181818181818182 0.5528019839999999,0.08181818181818182 C0.61963377,0.08181818181818182 0.6792360700000001,0.2177281909090909 0.718210946,0.4301947 C0.734377086,0.40323787363636365 0.751901888,0.38848484818181817 0.770216792,0.38848484818181817 C0.841275532,0.38848484818181817 0.900546432,0.6100891727272727 0.914528546,0.904887010909091 C0.920805188,0.9003897136363637 0.927132862,0.8963421454545454 0.933690166,0.8963421454545454 C0.95824643,0.8963421454545454 0.98103951,0.9289868781818181 1,0.9849323454545454 L1,1 L0,1 L0,0.9551398818181819 C0.0231010454,0.8617190963636363 0.053364722200000006,0.8019031690909091 0.0867432526,0.7929079263636364 C0.1084789666,0.5741360818181819 0.1578584238,0.42114578181818185 0.21543132199999998,0.42114578181818185 C0.259585238,0.42114578181818185 0.298962832,0.5109377736363636 0.32471245800000004,0.6513085318181817 C0.33539298,0.6334989009090909 0.346971134,0.6237519845454546 0.359071284,0.6237519845454546 C0.359430584,0.6237519845454546 0.35978942599999997,0.62376056 0.360147802,0.6237776672727273 L0.360147802,0.6237776672727273 Z"></path>'},viewBox:{height:"110",width:"500"}},"opened-book":{top:{content:'<path d="M0,10.19921 C27.5092374,36.5072115 64.8044292,52.667 105.874,52.667 C150.854,52.667 191.306,33.283 219.334,2.411999999999999 C247.362,33.283 287.814,52.667 332.794,52.667 C374.530243,52.667 412.368726,35.9779232 440,8.909100100000003 L440,0 L0,0 L0,10.19921 Z"></path>',unitContent:'<path d="M0,0.13245727272727273 C0.0625209940909091,0.47411962987012984 0.14728279363636365,0.683987012987013 0.24062272727272727,0.683987012987013 C0.34285000000000004,0.683987012987013 0.43478636363636364,0.43224675324675327 0.4984863636363636,0.03132467532467531 C0.5621863636363637,0.43224675324675327 0.6541227272727274,0.683987012987013 0.75635,0.683987012987013 C0.8512050977272727,0.683987012987013 0.93720165,0.46724575584415584 1,0.11570259870129875 L1,0 L0,0 L0,0.13245727272727273 Z"></path>'},bottom:{content:'<path d="M0,67.46779000000001 C27.5092374,41.159788500000005 64.8044292,25 105.874,25 C150.854,25 191.306,44.384 219.334,75.255 C247.362,44.384 287.814,25 332.794,25 C374.530243,25 412.368726,41.689076799999995 440,68.7578999 L440,77 L0,77 L0,67.46779000000001 Z"></path>',unitContent:'<path d="M0,0.876205064935065 C0.0625209940909091,0.5345427077922078 0.14728279363636365,0.3246753246753247 0.24062272727272727,0.3246753246753247 C0.34285000000000004,0.3246753246753247 0.43478636363636364,0.5764155844155844 0.4984863636363636,0.9773376623376623 C0.5621863636363637,0.5764155844155844 0.6541227272727274,0.3246753246753247 0.75635,0.3246753246753247 C0.8512050977272727,0.3246753246753247 0.93720165,0.5414165818181818 1,0.892959738961039 L1,1 L0,1 L0,0.876205064935065 Z"></path>'},viewBox:{height:"77",width:"440"}},"rounded-rectangle":{top:{content:'<path d="M500,0.7223658999999998 L493.882143,11.291447900000001 C479.644643,35.8757316 453.378571,51 424.941071,51 L73.2875,51 C44.8535714,51 18.5946429,35.8757316 4.34464286,11.291447900000001 L0,0.7223658999999998 L0,0 L500,0 L500,0.7223658999999998 Z"></path>',unitContent:'<path d="M1,0.009381375324675322 L0.987764286,0.14664218051948053 C0.959289286,0.46591859220779225 0.906757142,0.6623376623376623 0.849882142,0.6623376623376623 L0.14657499999999998,0.6623376623376623 C0.0897071428,0.6623376623376623 0.0371892858,0.46591859220779225 0.00868928572,0.14664218051948053 L0,0.009381375324675322 L0,0 L1,0 L1,0.009381375324675322 Z"></path>'},bottom:{content:'<path d="M500,76.2776341 L493.882143,65.70855209999999 C479.644643,41.1242684 453.378571,26 424.941071,26 L73.2875,26 C44.8535714,26 18.5946429,41.1242684 4.34464286,65.70855209999999 L0,76.2776341 L0,77 L500,77 L500,76.2776341 Z"></path>',unitContent:'<path d="M1,0.9906186246753247 L0.987764286,0.8533578194805194 C0.959289286,0.5340814077922078 0.906757142,0.33766233766233766 0.849882142,0.33766233766233766 L0.14657499999999998,0.33766233766233766 C0.0897071428,0.33766233766233766 0.0371892858,0.5340814077922078 0.00868928572,0.8533578194805194 L0,0.9906186246753247 L0,1 L1,1 L1,0.9906186246753247 Z"></path>'},viewBox:{height:"77",width:"500"}},"bubble-outer":{top:{content:'<path d="M500,0 L500,0 L500,30.2607279 C496.096246,31.3923348 491.960817,32 487.679672,32 C474.299491,32 462.342664,26.0643491 454.433375,16.7490052 C452.876333,16.9148717 451.294369,17 449.691992,17 C442.891833,17 436.459317,15.4668572 430.738926,12.736096799999999 C422.836599,21.4816232 411.25859,27 398.35729,27 C393.873585,27 389.549711,26.333471799999998 385.484415,25.096594099999997 C374.476863,37.2986166 358.336355,45 340.349077,45 C322.694163,45 306.818402,37.5805955 295.82916,25.768361499999997 C292.495899,26.5730159 289.009617,27 285.420946,27 C273.942228,27 263.511061,22.631511099999997 255.784318,15.508327000000001 C252.143727,16.480730200000004 248.310716,17 244.353185,17 C237.373026,17 230.780231,15.384618699999997 224.947367,12.516736700000003 C214.051528,27.340152500000002 196.222982,37 176.078031,37 C157.908594,37 141.623521,29.1418411 130.609852,16.724498699999998 C128.679626,16.906744600000003 126.722659,17 124.743329,17 C119.536512,17 114.484444,16.354669100000002 109.666834,15.141644800000002 C99.5909793,22.5839523 87.0292815,27 73.4086276,27 C55.2137053,27 38.9084376,19.119781600000003 27.8941349,6.6722214000000015 C25.9849334,6.888704799999999 24.0427737,7 22.0739257,7 C14.1469172,7 6.65253685,5.195858399999999 0,1.9861509999999996 L3.94985702e-06,1.9861691000000015 L2.72427744e-06,0 L500,0 Z M86,45 C83.790861,45 82,43.20913899999999 82,41 C82,38.790861 83.790861,37 86,37 C88.209139,37 90,38.790861 90,41 C90,43.20913899999999 88.209139,45 86,45 Z M25,29 C23.3431458,29 22,27.656854199999998 22,26 C22,24.343145800000002 23.3431458,23 25,23 C26.6568542,23 28,24.343145800000002 28,26 C28,27.656854199999998 26.6568542,29 25,29 Z M242.5,32 C241.119288,32 240,30.8807119 240,29.5 C240,28.1192881 241.119288,27 242.5,27 C243.880712,27 245,28.1192881 245,29.5 C245,30.8807119 243.880712,32 242.5,32 Z M382.5,51 C381.119288,51 380,49.880711899999994 380,48.5 C380,47.119288100000006 381.119288,46 382.5,46 C383.880712,46 385,47.119288100000006 385,48.5 C385,49.880711899999994 383.880712,51 382.5,51 Z M444,38 C441.790861,38 440,36.209139 440,34 C440,31.790861 441.790861,30 444,30 C446.209139,30 448,31.790861 448,34 C448,36.209139 446.209139,38 444,38 Z"></path>',unitContent:'<path d="M1,0 L1,0 L1,0.39816747236842104 C0.992192492,0.41305703684210526 0.983921634,0.42105263157894735 0.975359344,0.42105263157894735 C0.9485989819999999,0.42105263157894735 0.924685328,0.3429519618421053 0.9088667500000001,0.22038164736842103 C0.9057526659999999,0.22256410131578946 0.9025887380000001,0.2236842105263158 0.8993839840000001,0.2236842105263158 C0.885783666,0.2236842105263158 0.872918634,0.20351127894736842 0.8614778519999999,0.16758022105263157 C0.845673198,0.2826529368421053 0.8225171800000001,0.35526315789473684 0.79671458,0.35526315789473684 C0.7877471699999999,0.35526315789473684 0.779099422,0.34649304999999997 0.77096883,0.3302183434210526 C0.748953726,0.49077127105263163 0.7166727100000001,0.5921052631578947 0.680698154,0.5921052631578947 C0.645388326,0.5921052631578947 0.613636804,0.4944815197368421 0.59165832,0.3390573881578947 C0.584991798,0.3496449460526316 0.578019234,0.35526315789473684 0.570841892,0.35526315789473684 C0.547884456,0.35526315789473684 0.527022122,0.29778304078947365 0.511568636,0.20405693421052634 C0.5042874540000001,0.21685171315789478 0.49662143200000003,0.2236842105263158 0.48870637,0.2236842105263158 C0.47474605200000003,0.2236842105263158 0.46156046199999995,0.2024291934210526 0.449894734,0.16469390394736846 C0.428103056,0.3597388486842106 0.392445964,0.4868421052631579 0.35215606200000005,0.4868421052631579 C0.31581718799999997,0.4868421052631579 0.283247042,0.38344527763157893 0.261219704,0.2200591934210526 C0.25735925200000004,0.22245716578947372 0.253445318,0.2236842105263158 0.249486658,0.2236842105263158 C0.239073024,0.2236842105263158 0.22896888799999998,0.21519301447368425 0.21933366799999998,0.19923216842105265 C0.19918195860000001,0.29715726710526313 0.174058563,0.35526315789473684 0.1468172552,0.35526315789473684 C0.1104274106,0.35526315789473684 0.0778168752,0.2515760736842106 0.055788269800000005,0.08779238684210529 C0.0519698668,0.09064085263157894 0.048085547400000005,0.09210526315789473 0.0441478514,0.09210526315789473 C0.028293834400000002,0.09210526315789473 0.0133050737,0.06836655789473682 0,0.02613356578947368 L7.899714039999999e-9,0.02613380394736844 L5.4485548799999996e-9,0 L1,0 Z M0.172,0.5921052631578947 C0.16758172200000002,0.5921052631578947 0.164,0.5685413026315789 0.164,0.5394736842105263 C0.164,0.5104060657894737 0.16758172200000002,0.4868421052631579 0.172,0.4868421052631579 C0.17641827799999998,0.4868421052631579 0.18,0.5104060657894737 0.18,0.5394736842105263 C0.18,0.5685413026315789 0.17641827799999998,0.5921052631578947 0.172,0.5921052631578947 Z M0.05,0.3815789473684211 C0.0466862916,0.3815789473684211 0.044,0.36390597631578947 0.044,0.34210526315789475 C0.044,0.32030455 0.0466862916,0.3026315789473684 0.05,0.3026315789473684 C0.0533137084,0.3026315789473684 0.056,0.32030455 0.056,0.34210526315789475 C0.056,0.36390597631578947 0.0533137084,0.3815789473684211 0.05,0.3815789473684211 Z M0.485,0.42105263157894735 C0.48223857600000003,0.42105263157894735 0.48,0.4063251565789474 0.48,0.3881578947368421 C0.48,0.3699906328947368 0.48223857600000003,0.35526315789473684 0.485,0.35526315789473684 C0.487761424,0.35526315789473684 0.49,0.3699906328947368 0.49,0.3881578947368421 C0.49,0.4063251565789474 0.487761424,0.42105263157894735 0.485,0.42105263157894735 Z M0.765,0.6710526315789473 C0.762238576,0.6710526315789473 0.76,0.6563251565789473 0.76,0.6381578947368421 C0.76,0.6199906328947369 0.762238576,0.6052631578947368 0.765,0.6052631578947368 C0.767761424,0.6052631578947368 0.77,0.6199906328947369 0.77,0.6381578947368421 C0.77,0.6563251565789473 0.767761424,0.6710526315789473 0.765,0.6710526315789473 Z M0.888,0.5 C0.883581722,0.5 0.88,0.47643603947368424 0.88,0.4473684210526316 C0.88,0.4183008026315789 0.883581722,0.39473684210526316 0.888,0.39473684210526316 C0.892418278,0.39473684210526316 0.896,0.4183008026315789 0.896,0.4473684210526316 C0.896,0.47643603947368424 0.892418278,0.5 0.888,0.5 Z"></path>'},bottom:{content:'<path d="M500,76 L2.72427744e-06,76 L3.94985702e-06,74.0138309 L0,74.013849 C6.65253685,70.80414160000001 14.1469172,69 22.0739257,69 C24.0427737,69 25.9849334,69.1112952 27.8941349,69.3277786 C38.9084376,56.880218400000004 55.2137053,49 73.4086276,49 C87.0292815,49 99.5909793,53.4160477 109.666834,60.8583552 C114.484444,59.6453309 119.536512,59 124.743329,59 C126.722659,59 128.679626,59.0932554 130.609852,59.2755013 C141.623521,46.8581589 157.908594,39 176.078031,39 C196.222982,39 214.051528,48.6598475 224.947367,63.4832633 C230.780231,60.6153813 237.373026,59 244.353185,59 C248.310716,59 252.143727,59.5192698 255.784318,60.491673 C263.511061,53.3684889 273.942228,49 285.420946,49 C289.009617,49 292.495899,49.4269841 295.82916,50.2316385 C306.818402,38.4194045 322.694163,31 340.349077,31 C358.336355,31 374.476863,38.7013834 385.484415,50.903405899999996 C389.549711,49.6665282 393.873585,49 398.35729,49 C411.25859,49 422.836599,54.5183768 430.738926,63.2639032 C436.459317,60.5331428 442.891833,59 449.691992,59 C451.294369,59 452.876333,59.0851283 454.433375,59.2509948 C462.342664,49.9356509 474.299491,44 487.679672,44 C491.960817,44 496.096246,44.6076652 500,45.7392721 L500,76 L500,76 Z M86,33 C88.209139,33 90,34.790861 90,37 C90,39.209139 88.209139,41 86,41 C83.790861,41 82,39.209139 82,37 C82,34.790861 83.790861,33 86,33 Z M25,49 C26.6568542,49 28,50.3431458 28,52 C28,53.6568542 26.6568542,55 25,55 C23.3431458,55 22,53.6568542 22,52 C22,50.3431458 23.3431458,49 25,49 Z M242.5,43 C243.880712,43 245,44.1192881 245,45.5 C245,46.8807119 243.880712,48 242.5,48 C241.119288,48 240,46.8807119 240,45.5 C240,44.1192881 241.119288,43 242.5,43 Z M382.5,27.000000000000007 C383.880712,27.000000000000007 385,28.11928813 385,29.5 C385,30.88071187 383.880712,32 382.5,32 C381.119288,32 380,30.88071187 380,29.5 C380,28.11928813 381.119288,27.000000000000007 382.5,27.000000000000007 Z M444,41 C446.209139,41 448,42.790861 448,45 C448,47.209139 446.209139,49 444,49 C441.790861,49 440,47.209139 440,45 C440,42.790861 441.790861,41 444,41 Z"></path>',unitContent:'<path d="M1,1 L5.4485548799999996e-9,1 L7.899714039999999e-9,0.9738661960526316 L0,0.9738664342105262 C0.0133050737,0.9316334421052632 0.028293834400000002,0.9078947368421053 0.0441478514,0.9078947368421053 C0.048085547400000005,0.9078947368421053 0.0519698668,0.909359147368421 0.055788269800000005,0.9122076131578948 C0.0778168752,0.7484239263157896 0.1104274106,0.6447368421052632 0.1468172552,0.6447368421052632 C0.174058563,0.6447368421052632 0.19918195860000001,0.7028427328947369 0.21933366799999998,0.8007678315789474 C0.22896888799999998,0.7848069855263158 0.239073024,0.7763157894736842 0.249486658,0.7763157894736842 C0.253445318,0.7763157894736842 0.25735925200000004,0.7775428342105263 0.261219704,0.7799408065789474 C0.283247042,0.616554722368421 0.31581718799999997,0.5131578947368421 0.35215606200000005,0.5131578947368421 C0.392445964,0.5131578947368421 0.428103056,0.6402611513157894 0.449894734,0.8353060960526315 C0.46156046199999995,0.7975708065789474 0.47474605200000003,0.7763157894736842 0.48870637,0.7763157894736842 C0.49662143200000003,0.7763157894736842 0.5042874540000001,0.7831482868421052 0.511568636,0.7959430657894737 C0.527022122,0.7022169592105264 0.547884456,0.6447368421052632 0.570841892,0.6447368421052632 C0.578019234,0.6447368421052632 0.584991798,0.6503550539473684 0.59165832,0.6609426118421053 C0.613636804,0.5055184802631579 0.645388326,0.40789473684210525 0.680698154,0.40789473684210525 C0.7166727100000001,0.40789473684210525 0.748953726,0.5092287289473684 0.77096883,0.6697816565789473 C0.779099422,0.65350695 0.7877471699999999,0.6447368421052632 0.79671458,0.6447368421052632 C0.8225171800000001,0.6447368421052632 0.845673198,0.7173470631578948 0.8614778519999999,0.8324197789473684 C0.872918634,0.7964887210526316 0.885783666,0.7763157894736842 0.8993839840000001,0.7763157894736842 C0.9025887380000001,0.7763157894736842 0.9057526659999999,0.7774358986842106 0.9088667500000001,0.779618352631579 C0.924685328,0.6570480381578947 0.9485989819999999,0.5789473684210527 0.975359344,0.5789473684210527 C0.983921634,0.5789473684210527 0.992192492,0.5869429631578947 1,0.6018325276315789 L1,1 L1,1 Z M0.172,0.4342105263157895 C0.17641827799999998,0.4342105263157895 0.18,0.45777448684210525 0.18,0.4868421052631579 C0.18,0.5159097236842105 0.17641827799999998,0.5394736842105263 0.172,0.5394736842105263 C0.16758172200000002,0.5394736842105263 0.164,0.5159097236842105 0.164,0.4868421052631579 C0.164,0.45777448684210525 0.16758172200000002,0.4342105263157895 0.172,0.4342105263157895 Z M0.05,0.6447368421052632 C0.0533137084,0.6447368421052632 0.056,0.6624098131578947 0.056,0.6842105263157895 C0.056,0.7060112394736842 0.0533137084,0.7236842105263158 0.05,0.7236842105263158 C0.0466862916,0.7236842105263158 0.044,0.7060112394736842 0.044,0.6842105263157895 C0.044,0.6624098131578947 0.0466862916,0.6447368421052632 0.05,0.6447368421052632 Z M0.485,0.5657894736842105 C0.487761424,0.5657894736842105 0.49,0.5805169486842106 0.49,0.5986842105263158 C0.49,0.6168514723684211 0.487761424,0.631578947368421 0.485,0.631578947368421 C0.48223857600000003,0.631578947368421 0.48,0.6168514723684211 0.48,0.5986842105263158 C0.48,0.5805169486842106 0.48223857600000003,0.5657894736842105 0.485,0.5657894736842105 Z M0.765,0.35526315789473695 C0.767761424,0.35526315789473695 0.77,0.3699906332894737 0.77,0.3881578947368421 C0.77,0.4063251561842105 0.767761424,0.42105263157894735 0.765,0.42105263157894735 C0.762238576,0.42105263157894735 0.76,0.4063251561842105 0.76,0.3881578947368421 C0.76,0.3699906332894737 0.762238576,0.35526315789473695 0.765,0.35526315789473695 Z M0.888,0.5394736842105263 C0.892418278,0.5394736842105263 0.896,0.5630376447368421 0.896,0.5921052631578947 C0.896,0.6211728815789473 0.892418278,0.6447368421052632 0.888,0.6447368421052632 C0.883581722,0.6447368421052632 0.88,0.6211728815789473 0.88,0.5921052631578947 C0.88,0.5630376447368421 0.883581722,0.5394736842105263 0.888,0.5394736842105263 Z"></path>'},viewBox:{height:"76",width:"500"}},"bubble-inner":{top:{content:'<path d="M500,0 L500,0 L500,50.2607279 C496.096246,51.3923348 491.960817,52 487.679672,52 C474.299491,52 462.342664,46.0643491 454.433375,36.7490052 C452.876333,36.9148717 451.294369,37 449.691992,37 C442.891833,37 436.459317,35.4668572 430.738926,32.7360968 C422.836599,41.4816232 411.25859,47 398.35729,47 C393.873585,47 389.549711,46.3334718 385.484415,45.0965941 C374.476863,57.2986166 358.336355,65 340.349077,65 C322.694163,65 306.818402,57.5805955 295.82916,45.7683615 C292.495899,46.5730159 289.009617,47 285.420946,47 C273.942228,47 263.511061,42.6315111 255.784318,35.508327 C252.143727,36.4807302 248.310716,37 244.353185,37 C237.373026,37 230.780231,35.3846187 224.947367,32.5167367 C214.051528,47.3401525 196.222982,57 176.078031,57 C157.908594,57 141.623521,49.1418411 130.609852,36.7244987 C128.679626,36.9067446 126.722659,37 124.743329,37 C119.536512,37 114.484444,36.3546691 109.666834,35.1416448 C99.5909793,42.5839523 87.0292815,47 73.4086276,47 C55.2137053,47 38.9084376,39.1197816 27.8941349,26.6722214 C25.9849334,26.8887048 24.0427737,27 22.0739257,27 C14.1469172,27 6.65253685,25.1958584 0,21.986151 L3.94985702e-06,21.9861691 L2.72427744e-06,0 L500,0 Z M86,25 C88.209139,25 90,23.209139 90,21 C90,18.790861 88.209139,17 86,17 C83.790861,17 82,18.790861 82,21 C82,23.209139 83.790861,25 86,25 Z M25,9 C26.6568542,9 28,7.6568542 28,6 C28,4.34314575 26.6568542,3 25,3 C23.3431458,3 22,4.34314575 22,6 C22,7.6568542 23.3431458,9 25,9 Z M242.5,12 C243.880712,12 245,10.8807119 245,9.5 C245,8.1192881 243.880712,7 242.5,7 C241.119288,7 240,8.1192881 240,9.5 C240,10.8807119 241.119288,12 242.5,12 Z M382.5,31 C383.880712,31 385,29.8807119 385,28.5 C385,27.1192881 383.880712,26 382.5,26 C381.119288,26 380,27.1192881 380,28.5 C380,29.8807119 381.119288,31 382.5,31 Z M444,18 C446.209139,18 448,16.209139 448,14 C448,11.790861 446.209139,10 444,10 C441.790861,10 440,11.790861 440,14 C440,16.209139 441.790861,18 444,18 Z"></path>',unitContent:'<path d="M1,0 L1,0 L1,0.7180103985714286 C0.992192492,0.7341762114285715 0.983921634,0.7428571428571429 0.975359344,0.7428571428571429 C0.9485989819999999,0.7428571428571429 0.924685328,0.65806213 0.9088667500000001,0.5249857885714285 C0.9057526659999999,0.52735531 0.9025887380000001,0.5285714285714286 0.8993839840000001,0.5285714285714286 C0.885783666,0.5285714285714286 0.872918634,0.5066693885714285 0.8614778519999999,0.4676585257142857 C0.845673198,0.5925946171428572 0.8225171800000001,0.6714285714285714 0.79671458,0.6714285714285714 C0.7877471699999999,0.6714285714285714 0.779099422,0.6619067399999999 0.77096883,0.6442370585714285 C0.748953726,0.8185516657142857 0.7166727100000001,0.9285714285714286 0.680698154,0.9285714285714286 C0.645388326,0.9285714285714286 0.613636804,0.8225799357142858 0.59165832,0.6538337357142857 C0.584991798,0.6653287985714286 0.578019234,0.6714285714285714 0.570841892,0.6714285714285714 C0.547884456,0.6714285714285714 0.527022122,0.6090215871428571 0.511568636,0.5072618142857143 C0.5042874540000001,0.5211532885714286 0.49662143200000003,0.5285714285714286 0.48870637,0.5285714285714286 C0.47474605200000003,0.5285714285714286 0.46156046199999995,0.5054945528571428 0.449894734,0.46452481000000007 C0.428103056,0.6762878928571429 0.392445964,0.8142857142857143 0.35215606200000005,0.8142857142857143 C0.31581718799999997,0.8142857142857143 0.283247042,0.7020263014285715 0.261219704,0.5246356957142857 C0.25735925200000004,0.5272392085714286 0.253445318,0.5285714285714286 0.249486658,0.5285714285714286 C0.239073024,0.5285714285714286 0.22896888799999998,0.5193524157142857 0.21933366799999998,0.5020234971428572 C0.19918195860000001,0.6083421757142857 0.174058563,0.6714285714285714 0.1468172552,0.6714285714285714 C0.1104274106,0.6714285714285714 0.0778168752,0.5588540228571429 0.055788269800000005,0.3810317342857143 C0.0519698668,0.3841243542857143 0.048085547400000005,0.38571428571428573 0.0441478514,0.38571428571428573 C0.028293834400000002,0.38571428571428573 0.0133050737,0.3599408342857143 0,0.3140878714285714 L7.899714039999999e-9,0.31408813 L5.4485548799999996e-9,0 L1,0 Z M0.172,0.35714285714285715 C0.17641827799999998,0.35714285714285715 0.18,0.33155912857142855 0.18,0.3 C0.18,0.2684408714285714 0.17641827799999998,0.24285714285714285 0.172,0.24285714285714285 C0.16758172200000002,0.24285714285714285 0.164,0.2684408714285714 0.164,0.3 C0.164,0.33155912857142855 0.16758172200000002,0.35714285714285715 0.172,0.35714285714285715 Z M0.05,0.12857142857142856 C0.0533137084,0.12857142857142856 0.056,0.10938363142857142 0.056,0.08571428571428572 C0.056,0.06204493928571428 0.0533137084,0.04285714285714286 0.05,0.04285714285714286 C0.0466862916,0.04285714285714286 0.044,0.06204493928571428 0.044,0.08571428571428572 C0.044,0.10938363142857142 0.0466862916,0.12857142857142856 0.05,0.12857142857142856 Z M0.485,0.17142857142857143 C0.487761424,0.17142857142857143 0.49,0.15543874142857142 0.49,0.1357142857142857 C0.49,0.11598983 0.487761424,0.1 0.485,0.1 C0.48223857600000003,0.1 0.48,0.11598983 0.48,0.1357142857142857 C0.48,0.15543874142857142 0.48223857600000003,0.17142857142857143 0.485,0.17142857142857143 Z M0.765,0.44285714285714284 C0.767761424,0.44285714285714284 0.77,0.42686731285714286 0.77,0.40714285714285714 C0.77,0.3874184014285714 0.767761424,0.37142857142857144 0.765,0.37142857142857144 C0.762238576,0.37142857142857144 0.76,0.3874184014285714 0.76,0.40714285714285714 C0.76,0.42686731285714286 0.762238576,0.44285714285714284 0.765,0.44285714285714284 Z M0.888,0.2571428571428571 C0.892418278,0.2571428571428571 0.896,0.23155912857142857 0.896,0.2 C0.896,0.16844087142857142 0.892418278,0.14285714285714285 0.888,0.14285714285714285 C0.883581722,0.14285714285714285 0.88,0.16844087142857142 0.88,0.2 C0.88,0.23155912857142857 0.883581722,0.2571428571428571 0.888,0.2571428571428571 Z"></path>'},bottom:{content:'<path d="M500,70 L2.72427744e-06,70 L3.94985702e-06,50.0138309 L0,50.013849 C6.65253685,46.8041416 14.1469172,45 22.0739257,45 C24.0427737,45 25.9849334,45.1112952 27.8941349,45.3277786 C38.9084376,32.880218400000004 55.2137053,25 73.4086276,25 C87.0292815,25 99.5909793,29.4160477 109.666834,36.8583552 C114.484444,35.645330900000005 119.536512,35 124.743329,35 C126.722659,35 128.679626,35.093255400000004 130.609852,35.2755013 C141.623521,22.8581589 157.908594,15 176.078031,15 C196.222982,15 214.051528,24.6598475 224.947367,39.4832633 C230.780231,36.615381299999996 237.373026,35 244.353185,35 C248.310716,35 252.143727,35.519269800000004 255.784318,36.491673 C263.511061,29.3684889 273.942228,25 285.420946,25 C289.009617,25 292.495899,25.4269841 295.82916,26.2316385 C306.818402,14.41940447 322.694163,7 340.349077,7 C358.336355,7 374.476863,14.701383400000001 385.484415,26.9034059 C389.549711,25.6665282 393.873585,25 398.35729,25 C411.25859,25 422.836599,30.5183768 430.738926,39.2639032 C436.459317,36.5331428 442.891833,35 449.691992,35 C451.294369,35 452.876333,35.0851283 454.433375,35.2509948 C462.342664,25.9356509 474.299491,20 487.679672,20 C491.960817,20 496.096246,20.6076652 500,21.7392721 L500,70 L500,70 Z M86,46 C83.790861,46 82,47.790861 82,50 C82,52.209139 83.790861,54 86,54 C88.209139,54 90,52.209139 90,50 C90,47.790861 88.209139,46 86,46 Z M25,62 C23.3431458,62 22,63.3431458 22,65 C22,66.6568542 23.3431458,68 25,68 C26.6568542,68 28,66.6568542 28,65 C28,63.3431458 26.6568542,62 25,62 Z M242.5,56 C241.119288,56 240,57.1192881 240,58.5 C240,59.8807119 241.119288,61 242.5,61 C243.880712,61 245,59.8807119 245,58.5 C245,57.1192881 243.880712,56 242.5,56 Z M382.5,40 C381.119288,40 380,41.1192881 380,42.5 C380,43.8807119 381.119288,45 382.5,45 C383.880712,45 385,43.8807119 385,42.5 C385,41.1192881 383.880712,40 382.5,40 Z M444,54 C441.790861,54 440,55.790861 440,58 C440,60.209139 441.790861,62 444,62 C446.209139,62 448,60.209139 448,58 C448,55.790861 446.209139,54 444,54 Z"></path>',unitContent:'<path d="M1,1 L5.4485548799999996e-9,1 L7.899714039999999e-9,0.7144832985714286 L0,0.7144835571428572 C0.0133050737,0.6686305942857143 0.028293834400000002,0.6428571428571429 0.0441478514,0.6428571428571429 C0.048085547400000005,0.6428571428571429 0.0519698668,0.6444470742857143 0.055788269800000005,0.6475396942857143 C0.0778168752,0.4697174057142858 0.1104274106,0.35714285714285715 0.1468172552,0.35714285714285715 C0.174058563,0.35714285714285715 0.19918195860000001,0.42022925285714285 0.21933366799999998,0.5265479314285714 C0.22896888799999998,0.5092190128571429 0.239073024,0.5 0.249486658,0.5 C0.253445318,0.5 0.25735925200000004,0.5013322200000001 0.261219704,0.5039357328571429 C0.283247042,0.32654512714285716 0.31581718799999997,0.21428571428571427 0.35215606200000005,0.21428571428571427 C0.392445964,0.21428571428571427 0.428103056,0.3522835357142857 0.449894734,0.5640466185714286 C0.46156046199999995,0.5230768757142856 0.47474605200000003,0.5 0.48870637,0.5 C0.49662143200000003,0.5 0.5042874540000001,0.5074181400000001 0.511568636,0.5213096142857143 C0.527022122,0.41954984142857144 0.547884456,0.35714285714285715 0.570841892,0.35714285714285715 C0.578019234,0.35714285714285715 0.584991798,0.36324262999999996 0.59165832,0.37473769285714287 C0.613636804,0.20599149242857143 0.645388326,0.1 0.680698154,0.1 C0.7166727100000001,0.1 0.748953726,0.21001976285714288 0.77096883,0.38433437 C0.779099422,0.36666468857142853 0.7877471699999999,0.35714285714285715 0.79671458,0.35714285714285715 C0.8225171800000001,0.35714285714285715 0.845673198,0.4359768114285714 0.8614778519999999,0.5609129028571429 C0.872918634,0.52190204 0.885783666,0.5 0.8993839840000001,0.5 C0.9025887380000001,0.5 0.9057526659999999,0.5012161185714286 0.9088667500000001,0.5035856400000001 C0.924685328,0.37050929857142856 0.9485989819999999,0.2857142857142857 0.975359344,0.2857142857142857 C0.983921634,0.2857142857142857 0.992192492,0.29439521714285716 1,0.31056103 L1,1 L1,1 Z M0.172,0.6571428571428571 C0.16758172200000002,0.6571428571428571 0.164,0.6827265857142857 0.164,0.7142857142857143 C0.164,0.7458448428571428 0.16758172200000002,0.7714285714285715 0.172,0.7714285714285715 C0.17641827799999998,0.7714285714285715 0.18,0.7458448428571428 0.18,0.7142857142857143 C0.18,0.6827265857142857 0.17641827799999998,0.6571428571428571 0.172,0.6571428571428571 Z M0.05,0.8857142857142857 C0.0466862916,0.8857142857142857 0.044,0.9049020828571429 0.044,0.9285714285714286 C0.044,0.9522407742857143 0.0466862916,0.9714285714285714 0.05,0.9714285714285714 C0.0533137084,0.9714285714285714 0.056,0.9522407742857143 0.056,0.9285714285714286 C0.056,0.9049020828571429 0.0533137084,0.8857142857142857 0.05,0.8857142857142857 Z M0.485,0.8 C0.48223857600000003,0.8 0.48,0.81598983 0.48,0.8357142857142857 C0.48,0.8554387414285715 0.48223857600000003,0.8714285714285714 0.485,0.8714285714285714 C0.487761424,0.8714285714285714 0.49,0.8554387414285715 0.49,0.8357142857142857 C0.49,0.81598983 0.487761424,0.8 0.485,0.8 Z M0.765,0.5714285714285714 C0.762238576,0.5714285714285714 0.76,0.5874184014285714 0.76,0.6071428571428571 C0.76,0.6268673128571429 0.762238576,0.6428571428571429 0.765,0.6428571428571429 C0.767761424,0.6428571428571429 0.77,0.6268673128571429 0.77,0.6071428571428571 C0.77,0.5874184014285714 0.767761424,0.5714285714285714 0.765,0.5714285714285714 Z M0.888,0.7714285714285715 C0.883581722,0.7714285714285715 0.88,0.7970123 0.88,0.8285714285714286 C0.88,0.8601305571428571 0.883581722,0.8857142857142857 0.888,0.8857142857142857 C0.892418278,0.8857142857142857 0.896,0.8601305571428571 0.896,0.8285714285714286 C0.896,0.7970123 0.892418278,0.7714285714285715 0.888,0.7714285714285715 Z"></path>'},viewBox:{height:"70",width:"500"}}}},"./public/editor/services/api/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./public/components/api/publicAPI.js"),r=a("./node_modules/@babel/runtime/helpers/esm/slicedToArray.js"),l=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),o=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),u=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),c=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),d=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),m=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),p=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),v=a("./node_modules/react/index.js"),f=a("./node_modules/react-dom/index.js"),h=a("./node_modules/lodash/lodash.js"),g=a.n(h),y=a("./node_modules/classnames/index.js"),b=a.n(y),C=a("./node_modules/prop-types/index.js"),x=a.n(C);function k(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}var w=function(e){(0,c.default)(a,e);var t=k(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"render",value:function(){var e=this.props,t=e.deviceKey,a=e.deviceData,i=a.videoYoutube,n=/^.*((youtu\.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*)(?:(\?t|&start)=(?:(\d+)h)?(?:(\d+)m)?(\d+)s)?.*/;if(i&&-1!==i.search(n)){var s={videoId:i.trim().match(n)[7]},r=b()({"vce-asset-video-yt-player":!0,"vcv-lozad":a.lazyLoad}),l='<div class="'.concat(r,'" />'),o=["vce-asset-video-yt-container","vce-visible-".concat(t,"-only")];return v.createElement("div",{className:b()(o)},v.createElement("div",{className:"vce-asset-video-yt-wrapper"},v.createElement("div",{className:"vce-asset-video-yt-background","data-vce-assets-video-yt":s.videoId,"data-vce-assets-video-replacer":".vce-asset-video-yt-player","data-vce-assets-video-orientation-class":"vce-asset-video-yt--state-landscape"},v.createElement("svg",{className:"vce-asset-video-yt-sizer",width:"0",height:"0"}),v.createElement("div",{className:"vcvhelper","data-vcvs-html":l,dangerouslySetInnerHTML:{__html:'<div class="vce-asset-video-yt-player" />'}}))))}return null}}]),a}(v.Component);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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(w,"propTypes",{id:x().string,atts:x().object,editor:x().object});var L=function(e){(0,c.default)(a,e);var t=S(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"render",value:function(){var e=this.props,t=e.deviceKey,a=e.deviceData,i=a.videoVimeo,n=/https?:\/\/(?:www\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|)(\d+)(?:$|\/|\?)/;if(i&&-1!==i.search(n)){var s={videoId:i.trim().match(n)[3]},r=b()({"vce-asset-video-vimeo-player":!0,"vcv-lozad":a.lazyLoad}),l='<div class="'.concat(r,'" />'),o=["vce-asset-video-vimeo-container","vce-visible-".concat(t,"-only")];return v.createElement("div",{className:b()(o)},v.createElement("div",{className:"vce-asset-video-vimeo-wrapper"},v.createElement("div",{className:"vce-asset-video-vimeo-background","data-vce-assets-video-vimeo":s.videoId,"data-vce-assets-video-replacer":".vce-asset-video-vimeo-player","data-vce-assets-video-orientation-class":"vce-asset-video-vimeo--state-landscape"},v.createElement("svg",{className:"vce-asset-video-vimeo-sizer"}),v.createElement("div",{className:"vcvhelper","data-vcvs-html":l,dangerouslySetInnerHTML:{__html:'<div class="vce-asset-video-vimeo-player" />'}}))))}return null}}]),a}(v.Component);(0,p.default)(L,"propTypes",{id:x().string,atts:x().object,editor:x().object});var E=a("./node_modules/@babel/runtime/helpers/esm/extends.js");function T(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}var j=function(e){(0,c.default)(a,e);var t=T(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"getPublicImage",value:function(e){var t=this.props.atts.metaAssetsPath;return e&&e.match&&e.match("^(https?:)?\\/\\/?")?e:t+e}},{key:"render",value:function(){var e=this,t=this.props,a=t.reactKey,i=t.deviceKey,n=t.deviceData,s=t.images,r=n.backgroundStyle,l=n.backgroundPosition;if(s){var o=[];s.urls&&s.urls.length?s.urls.forEach((function(e,t){var i=e.id;e.id||(i="".concat(e.full,"-").concat(t));var s=b()({"vce-asset-background-simple-item":!0,vcvhelper:n.lazyLoad}),r={style:{backgroundImage:"url(".concat(e.full,")")}},l="".concat(a,"-").concat(i);n.lazyLoad&&(r["data-vcvs-html"]='\n <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="'.concat(e.full,'"></div>\n <noscript>\n <div class="vce-asset-background-simple-item" style="background-image: url(').concat(e.full,')"></div>\n </noscript>\n ')),o.push(v.createElement("div",(0,E.default)({className:s},r,{key:l})))})):s.length&&s.forEach((function(t,i){var s={style:{backgroundImage:"url(".concat(e.getPublicImage(t),")")}},r=b()({"vce-asset-background-simple-item":!0,vcvhelper:n.lazyLoad});n.lazyLoad&&(s["data-vcvs-html"]='\n <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="'.concat(e.getPublicImage(t),'"></div>\n <noscript>\n <div class="vce-asset-background-simple-item" style="background-image: url(').concat(e.getPublicImage(t),')"></div>\n </noscript>\n '));var l="".concat(a,"-").concat(t,"-").concat(i);o.push(v.createElement("div",(0,E.default)({className:r},s,{key:l})))}));var u=["vce-asset-background-simple-container","vce-visible-".concat(i,"-only")];r&&u.push("vce-asset-background-simple--style-".concat(r)),l&&u.push("vce-asset-background-simple--position-".concat(l));var c=b()(["vce-asset-background-simple"]);return v.createElement("div",{className:b()(u)},v.createElement("div",{className:b()(c)},o))}return null}}]),a}(v.Component);(0,p.default)(j,"propTypes",{id:x().string,atts:x().object,editor:x().object});var P=a("./node_modules/react-dom/server.browser.js");function O(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}var R=function(e){(0,c.default)(a,e);var t=O(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"getPublicImage",value:function(e){var t=this.props.atts.metaAssetsPath;return e.match("^(https?:)?\\/\\/?")?e:t+e}},{key:"render",value:function(){var e=this,t=this.props,a=t.reactKey,i=t.deviceKey,n=t.deviceData,s=t.images,r=n.backgroundPosition,l=n.backgroundZoom,o=n.backgroundZoomSpeed,u=n.backgroundZoomReverse;if(s){var c=[];s.urls&&s.urls.length?s.urls.forEach((function(e,t){var i=e.id;e.id||(i="".concat(e.full,"-").concat(t));var s=b()({"vce-asset-background-zoom-item":!0,vcvhelper:n.lazyLoad}),r={style:{backgroundImage:"url(".concat(e.full,")")}},l="".concat(a,"-").concat(i);n.lazyLoad&&(r["data-vcvs-html"]='\n <div class="vce-asset-background-zoom-item vcv-lozad" data-background-image="'.concat(e.full,'"></div>\n <noscript>\n <div class="vce-asset-background-zoom-item" style="background-image: url(').concat(e.full,')"></div>\n </noscript>\n ')),c.push(v.createElement("div",(0,E.default)({className:s},r,{key:l})))})):s.length&&s.forEach((function(t,i){var s="".concat(a,"-").concat(t,"-").concat(i),r=b()({"vce-asset-background-zoom-item":!0,vcvhelper:n.lazyLoad}),l={style:{backgroundImage:"url(".concat(e.getPublicImage(t),")")}};n.lazyLoad&&(l["data-vcvs-html"]='\n <div class="vce-asset-background-zoom-item vcv-lozad" data-background-image="'.concat(e.getPublicImage(t),'"></div>\n <noscript>\n <div class="vce-asset-background-zoom-item" style="background-image: url(').concat(e.getPublicImage(t),')"></div>\n </noscript>\n ')),c.push(v.createElement("div",(0,E.default)({className:r},l,{key:s})))}));var d=["vce-asset-background-zoom-container","vce-visible-".concat(i,"-only")];r&&d.push("vce-asset-background-zoom--position-".concat(r));var m=b()(["vce-asset-background-zoom"]),p=1+l/100,f=u?p:1/p,h=u?{}:{transform:"scale(".concat(p,")")},g={"data-vce-assets-zoom":u?"in":"out","data-vce-assets-zoom-scale":f,"data-vce-assets-zoom-duration":o},y=P.renderToStaticMarkup(v.createElement("div",{className:b()(d)},v.createElement("div",{className:"vce-asset-background-zoom--scale-helper",style:h},v.createElement("div",(0,E.default)({className:m},g),c))));return v.createElement("div",{className:b()(d)},v.createElement("div",{className:"vcvhelper","data-vcvs-html":y,dangerouslySetInnerHTML:{__html:y}}))}return null}}]),a}(v.Component);function D(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(R,"propTypes",{id:x().string,atts:x().object,editor:x().object});var M=function(e){(0,c.default)(a,e);var t=D(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"getPublicImage",value:function(e){var t=this.props.atts.metaAssetsPath;return e.match("^(https?:)?\\/\\/?")?e:t+e}},{key:"render",value:function(){var e=this,t=this.props,a=t.reactKey,i=t.deviceKey,n=t.deviceData,s=t.images,r=n.backgroundStyle,l=n.backgroundPosition,o=n.sliderTimeout,u=n.sliderEffect,c=n.sliderDirection,d=o;if(d||(d="carousel"===u?10:5),s){var m=[];s.urls&&s.urls.length?s.urls.forEach((function(e,t){var i=e.id;e.id||(i="".concat(e.full,"-").concat(t));var s=b()({"vce-asset-background-slider-item":!0,vcvhelper:n.lazyLoad}),r={style:{backgroundImage:"url(".concat(e.full,")")}},l="".concat(a,"-").concat(i);n.lazyLoad&&(r["data-vcvs-html"]='\n <div class="vce-asset-background-slider-item vcv-lozad" data-background-image="'.concat(e.full,'"></div>\n <noscript>\n <div class="vce-asset-background-slider-item" style="background-image: url(').concat(e.full,'); visibility: visible;"></div>\n </noscript>\n ')),m.push(v.createElement("div",(0,E.default)({className:s},r,{key:l})))})):s.length&&s.forEach((function(t,i){var s={style:{backgroundImage:"url(".concat(e.getPublicImage(t),")")}},r=b()({"vce-asset-background-slider-item":!0,vcvhelper:n.lazyLoad});n.lazyLoad&&(s["data-vcvs-html"]='\n <div class="vce-asset-background-slider-item vcv-lozad" data-background-image="'.concat(e.getPublicImage(t),'"></div>\n <noscript>\n <div class="vce-asset-background-slider-item" style="background-image: url(').concat(e.getPublicImage(t),'); visibility: visible;"></div>\n </noscript>\n '));var l="".concat(a,"-").concat(t,"-").concat(i);m.push(v.createElement("div",(0,E.default)({className:r},s,{key:l})))}));var p=["vce-asset-background-slider-container","vce-visible-".concat(i,"-only")];r&&p.push("vce-asset-background-slider--style-".concat(r)),l&&p.push("vce-asset-background-slider--position-".concat(l));var f={"data-vce-assets-slider":d,"data-vce-assets-slider-effect":u,"data-vce-assets-slider-direction":c,"data-vce-assets-slider-slides":".vce-asset-background-slider-items","data-vce-assets-slider-slide":".vce-asset-background-slider-item"},h=P.renderToStaticMarkup(v.createElement("div",(0,E.default)({className:b()(["vce-asset-background-slider"])},f),v.createElement("div",{className:"vce-asset-background-slider-items"},m)));return v.createElement("div",{className:b()(p)},v.createElement("div",{className:"vcvhelper","data-vcvs-html":h,dangerouslySetInnerHTML:{__html:h}}))}return null}}]),a}(v.Component);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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(M,"propTypes",{id:x().string,atts:x().object,editor:x().object});var _=function(e){(0,c.default)(a,e);var t=A(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"render",value:function(){var e=this.props,t=e.reactKey,a=e.deviceKey,i=e.deviceData,n=i.videoEmbed;if(n&&n.urls&&n.urls.length){var s=n.urls[0],r="".concat(t,"-").concat(s.id),l=["vce-asset-video-embed-container","vce-visible-".concat(a,"-only")],o=!0,u=v.createElement("video",{key:r,className:"vce-asset-video-embed-player",playsInline:o},v.createElement("source",{src:s.url,type:"video/mp4"}));if(i.lazyLoad){var c='\n <video class="vce-asset-video-embed-player vcv-lozad" playsinline="'.concat(o,'" loop="true" autoplay="true" muted="true">\n <source data-src="').concat(s.url,'" type="video/mp4" />\n </video>\n <noscript>\n <video class="vce-asset-video-embed-player" playsinline="').concat(o,'" loop="true" autoplay="true" muted="true">\n <source src="').concat(s.url,'" type="video/mp4" />\n </video>\n </noscript>\n ');u=v.createElement("div",{className:"vcvhelper","data-vcvs-html":c},u)}return v.createElement("div",{className:b()(l)},v.createElement("div",{className:"vce-asset-video-embed-wrapper"},v.createElement("div",{className:"vce-asset-video-embed-background","data-vce-assets-video-embed":s.id,"data-vce-assets-video-replacer":".vce-asset-video-embed-player","data-vce-assets-video-orientation-class":"vce-asset-video-embed--state-landscape"},v.createElement("svg",{className:"vce-asset-video-embed-sizer"}),u)))}return null}}]),a}(v.Component);function N(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(_,"propTypes",{id:x().string,atts:x().object,editor:x().object});var B=function(e){(0,c.default)(a,e);var t=N(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"render",value:function(){var e=this.props,t=e.deviceKey,a=e.applyBackground,i=["vce-asset-color-gradient-container","vce-visible-".concat(t,"-only")];return v.createElement("div",(0,E.default)({className:b()(i)},a))}}]),a}(v.Component);function I(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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(B,"propTypes",{id:x().string,atts:x().object,editor:x().object});var F=function(e){(0,c.default)(a,e);var t=I(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"render",value:function(){var e=this.props,t=e.deviceKey,a=e.deviceData,i=e.content,n=e.divider,s=e.atts,r=a.parallax,l=a.parallaxSpeed,o=a.parallaxReverse;if(r){var u={},c=["vce-asset-parallax-container","vce-visible-".concat(t,"-only")],d=["vce-asset-parallax"];return"mouse-move"===r?(u["data-vce-assets-parallax-mouse-move"]=".vce-asset-parallax",u["data-vce-assets-parallax-mouse-move-element"]=s.id,d.push("vce-asset-parallax-mouse-move")):(r&&(u["data-vce-assets-parallax"]=".vce-asset-parallax"),"fixed"!==r||n||(u["data-vce-assets-parallax-fixed"]=!0),"simple-fade"!==r||n||(u["data-vce-assets-parallax-fade"]=!0)),n?u["data-vce-assets-parallax-speed"]=l?l/2:15:l&&(u["data-vce-assets-parallax-speed"]=l),u["data-vce-assets-parallax-reverse"]=o,v.createElement("div",(0,E.default)({className:b()(c)},u),v.createElement("div",{className:b()(d)},i))}return null}}]),a}(v.Component);(0,p.default)(F,"propTypes",{id:x().string,atts:x().object,editor:x().object});var V=a("./public/editor/services/api/lib/shapes.js"),U=a.n(V);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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}var H=function(e){(0,c.default)(a,e);var t=z(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"setAlphaForColor",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"1";if(e.indexOf("rgba")>=0){var a=e.match(/[\d.]+/g);a[3]&&"1"!==a[3]&&(a[3]=t,e="rgba(".concat(a.join(","),")"))}return e}},{key:"getAlphaFromColor",value:function(e){var t="1";if(e.indexOf("rgba")>=0){var a=e.match(/[\d.]+/g);a[3]&&(t=a[3])}return t}},{key:"getLinearGradient",value:function(){if("gradient"!==this.props.fillType)return null;var e=this.setAlphaForColor(this.props.gradientColorStart),t=this.getAlphaFromColor(this.props.gradientColorStart),a=this.setAlphaForColor(this.props.gradientColorEnd),i=this.getAlphaFromColor(this.props.gradientColorEnd),n=this.props.gradientAngle;this.props.flipHorizontally&&(e=this.setAlphaForColor(this.props.gradientColorEnd),t=this.getAlphaFromColor(this.props.gradientColorEnd),a=this.setAlphaForColor(this.props.gradientColorStart),i=this.getAlphaFromColor(this.props.gradientColorStart));var s="gradient-".concat(this.props.id,"-").concat(this.props.deviceKey);return this.props.type&&(s="gradient-".concat(this.props.id,"-").concat(this.props.deviceKey,"-").concat(this.props.type)),v.createElement("linearGradient",{id:s,gradientUnits:"objectBoundingBox",gradientTransform:"rotate(".concat(n||"0"," 0.5 0.5)")},v.createElement("stop",{offset:"0%",style:{stopColor:e,stopOpacity:t}}),v.createElement("stop",{offset:"100%",style:{stopColor:a,stopOpacity:i}}))}},{key:"changePercentageHeight",value:function(e,t,a,i,n){var s=i*e/100,r=s-n,l=(new window.DOMParser).parseFromString(t,"text/html"),o=l.querySelectorAll("path");return(o=[].slice.call(o)).forEach((function(e){var t=e.getAttribute("d").split(/(?=[LMCZ])/);t.pop();var i=t.map((function(e){var t=e[0],i=e.slice(1,e.length).split(" "),l=[];return i.forEach((function(e){if(""!==e){var t=e.split(","),i=parseFloat(t[1]),o=n*i;"top"===a?0!==i&&1!==i&&(i=(o+r)/s):0!==i&&1!==i&&(i=o/s),l.push(t[0]+","+i)}})),t+l.join(" ")}));e.setAttribute("d","".concat(i.join(" ")," Z"))})),l.body&&l.body.innerHTML}},{key:"changeHeight",value:function(e,t,a,i){var n=(new window.DOMParser).parseFromString(t,"text/html");e=parseFloat(e);var s=n.querySelectorAll("path");return(s=[].slice.call(s)).forEach((function(t){var n=t.getAttribute("d").split(/(?=[LMCZ])/);n.pop();var s=n.map((function(t){var n=t[0],s=t.slice(1,t.length).split(" "),r=[];return s.forEach((function(t){if(""!==t){var n=t.split(","),s=parseFloat(n[1]);"top"===a?0!==s&&(s+=e):s-i!=0&&(s-=e),r.push(n[0]+","+s)}})),n+r.join(" ")}));t.setAttribute("d","".concat(s.join(" ")," Z"))})),n.body&&n.body.innerHTML}},{key:"render",value:function(){var e=this.props,t=e.type,a=e.width,i=e.height,n=e.fill,s=e.shape,r=e.fillType,l=e.backgroundImage,o=e.deviceKey,u=e.id,c=e.videoEmbed,d=e.videoYoutube,m=e.videoVimeo,p=e.percentageHeight,f=U()[s],h=f.viewBox&&f.viewBox.width,g=f.viewBox&&f.viewBox.height;if(!(f=f&&f["".concat(t.toLowerCase())]))return null;var y=null,b="";c&&c.urls&&c.urls.length&&(y=c.urls[0],b=c.urls[0].url);var C=f.content,x=f.unitContent,k="0 0 ".concat(h," ").concat(g),w=t?t.toLowerCase():"top";if("color"===r||"gradient"===r||"image"===r&&!l||"videoEmbed"===r&&!b||"videoYoutube"===r&&!d||"videoVimeo"===r&&!m){var S=i;p&&(S=h*(parseFloat(p)/100));var L=this.changeHeight(S,C,w,g),T={};if(T.fill=n,"gradient"===r){var j="gradient-".concat(u,"-").concat(o);t&&(j="gradient-".concat(u,"-").concat(o,"-").concat(t)),T.fill="url(#".concat(j,")")}var P={viewBox:k,width:a,preserveAspectRatio:"none"};return v.createElement("svg",(0,E.default)({className:"vce-divider-svg"},P),this.getLinearGradient(),v.createElement("g",(0,E.default)({},T,{dangerouslySetInnerHTML:{__html:L}})))}if("image"===r){var O="image-el-".concat(u,"-").concat(o,"-").concat(w),R=x,D="url(".concat(l,")"),M=a.replace("%",""),A={};A.style={width:a};var _={style:{}},N={};return N.style={backgroundImage:D,width:"".concat(100/M*100,"%")},p?(p=parseFloat(p)+10,_.style.paddingBottom="".concat(p,"%"),R=this.changePercentageHeight(p,x,w,h,g)):A.style.height="".concat(parseFloat(i),"px"),v.createElement("div",(0,E.default)({className:"vce-divider-with-image"},A),v.createElement("svg",{className:"vce-divider-svg"},v.createElement("clipPath",{id:O,dangerouslySetInnerHTML:{__html:R},clipPathUnits:"objectBoundingBox"})),v.createElement("div",(0,E.default)({},_,{className:"vce-divider-image-block"}),v.createElement("div",(0,E.default)({},N,{className:"vce-divider-image-background-block"}))))}if("videoEmbed"===r){var B="video-el-".concat(u,"-").concat(o,"-").concat(w),I=x,F=a.replace("%",""),V={};V.style={width:a};var z={style:{}},H={};return H.style={width:"".concat(100/F*100,"%")},p?(p=parseFloat(p)+10,z.style.paddingBottom="".concat(p,"%"),I=this.changePercentageHeight(p,x,w,h,g)):z.style.height="".concat(parseFloat(i),"px"),v.createElement("div",(0,E.default)({className:"vce-divider-with-video"},V),v.createElement("svg",{className:"vce-divider-svg"},v.createElement("clipPath",{id:B,dangerouslySetInnerHTML:{__html:I},clipPathUnits:"objectBoundingBox"})),v.createElement("div",(0,E.default)({},z,{className:"vce-divider-video-block"}),v.createElement("div",(0,E.default)({},H,{className:"vce-divider-video-background-block"}),v.createElement("div",{className:"vce-divider-video-background-inner-block","data-vce-assets-video-embed":y.id,"data-vce-assets-video-replacer":".vce-asset-video-embed-player","data-vce-assets-video-orientation-class":"vce-asset-video-embed--state-landscape"},v.createElement("svg",{className:"vce-asset-video-embed-sizer"}),v.createElement("video",{className:"vce-asset-video-embed-player"},v.createElement("source",{src:b,type:"video/mp4"}))))))}if("videoYoutube"===r){var G=/^.*((youtu\.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*)(?:(\?t|&start)=(?:(\d+)h)?(?:(\d+)m)?(\d+)s)?.*/;if(d&&-1!==d.search(G)){var Z="video-el-".concat(u,"-").concat(o,"-").concat(w),W=x,$=a.replace("%",""),q={};q.style={width:a};var K={style:{}},J={};J.style={width:"".concat(100/$*100,"%")},p?(p=parseFloat(p)+10,K.style.paddingBottom="".concat(p,"%"),W=this.changePercentageHeight(p,x,w,h,g)):K.style.height="".concat(parseFloat(i),"px");var Y={videoId:d.trim().match(G)[7]},Q="<div class='vce-asset-video-yt-player' />";return v.createElement("div",(0,E.default)({className:"vce-divider-with-video"},q),v.createElement("svg",{className:"vce-divider-svg"},v.createElement("clipPath",{id:Z,dangerouslySetInnerHTML:{__html:W},clipPathUnits:"objectBoundingBox"})),v.createElement("div",(0,E.default)({},K,{className:"vce-divider-video-block"}),v.createElement("div",(0,E.default)({},J,{className:"vce-divider-video-background-block"}),v.createElement("div",{className:"vce-divider-video-background-inner-block","data-vce-assets-video-yt":Y.videoId,"data-vce-assets-video-replacer":".vce-asset-video-yt-player","data-vce-assets-video-orientation-class":"vce-asset-video-yt--state-landscape"},v.createElement("svg",{className:"vce-asset-video-yt-sizer",width:"0",height:"0"}),v.createElement("div",{className:"vcvhelper","data-vcvs-html":Q,dangerouslySetInnerHTML:{__html:Q}})))))}return null}if("videoVimeo"===r){var X=/https?:\/\/(?:www\.)?vimeo.com\/(?:channels\/(?:\w+\/)?|groups\/([^/]*)\/videos\/|album\/(\d+)\/video\/|)(\d+)(?:$|\/|\?)/;if(m&&-1!==m.search(X)){var ee="video-el-".concat(u,"-").concat(o,"-").concat(w),te=x,ae=a.replace("%",""),ie={};ie.style={width:a};var ne={style:{}},se={};se.style={width:"".concat(100/ae*100,"%")},p?(p=parseFloat(p)+10,ne.style.paddingBottom="".concat(p,"%"),te=this.changePercentageHeight(p,x,w,h,g)):ne.style.height="".concat(parseFloat(i),"px");var re={videoId:m.trim().match(X)[3]},le="<div class='vce-asset-video-vimeo-player' />";return v.createElement("div",(0,E.default)({className:"vce-divider-with-video"},ie),v.createElement("svg",{className:"vce-divider-svg"},v.createElement("clipPath",{id:ee,dangerouslySetInnerHTML:{__html:te},clipPathUnits:"objectBoundingBox"})),v.createElement("div",(0,E.default)({},ne,{className:"vce-divider-video-block"}),v.createElement("div",(0,E.default)({},se,{className:"vce-divider-video-background-block"}),v.createElement("div",{className:"vce-divider-video-background-inner-block","data-vce-assets-video-vimeo":re.videoId,"data-vce-assets-video-replacer":".vce-asset-video-vimeo-player","data-vce-assets-video-orientation-class":"vce-asset-video-vimeo--state-landscape"},v.createElement("svg",{className:"vce-asset-video-vimeo-sizer"}),v.createElement("div",{className:"vcvhelper","data-vcvs-html":le,dangerouslySetInnerHTML:{__html:le}})))))}}return null}}]),a}(v.Component);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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}(0,p.default)(H,"propTypes",{width:x().string,height:x().string,fill:x().string,shape:x().string,fillType:x().string,backgroundImage:x().string,id:x().string,flipHorizontally:x().bool,deviceKey:x().string,videoEmbed:x().object,percentageHeight:x().string,videoYoutube:x().string,videoVimeo:x().string});var Z=function(e){(0,c.default)(a,e);var t=G(a);function a(){return(0,l.default)(this,a),t.apply(this,arguments)}return(0,o.default)(a,[{key:"getPublicImage",value:function(e){var t=this.props.metaAssetsPath;return e.match("^(https?:)?\\/\\/?")?e:t+e}},{key:"render",value:function(){var e,t=this.props,a=t.deviceData,i=t.deviceKey,n=t.id,s=t.applyDivider,r=t.type,l="divider".concat(r),o=a["".concat(l,"Shape")],u=a["".concat(l,"BackgroundImage")],c=a["".concat(l,"BackgroundColor")],d=a["".concat(l,"Width")],m=a["".concat(l,"Height")],f=a["".concat(l,"Height")]||"20",h=a["".concat(l,"BackgroundStyle")],g=a["".concat(l,"BackgroundPosition")],y=a["".concat(l,"FlipHorizontal")],C=a["".concat(l,"BackgroundGradientStartColor")],x=a["".concat(l,"BackgroundGradientEndColor")],k=a["".concat(l,"BackgroundGradientAngle")],w=a["".concat(l,"BackgroundType")],S=a["".concat(l,"VideoEmbed")],L=a["".concat(l,"VideoYoutube")],T=a["".concat(l,"VideoVimeo")],j=!1;"horizontally-right"===y&&(j=!0);var P="vce-container-divider-background-style--".concat(h),O="vce-container-divider-background-position--".concat(g),R=b()((e={"vce-container-divider":!0},(0,p.default)(e,"vce-divider-position--".concat(r&&r.toLowerCase()),r),(0,p.default)(e,"vce-container-divider-flip--horizontally",j),(0,p.default)(e,P,h),(0,p.default)(e,O,g),(0,p.default)(e,"vce-container-divider-new",!0),e),"vce-visible-".concat(i,"-only")),D=c,M=m||"200",A=d||"100";A="".concat(A,"%");var _=o&&o.icon;_=_&&_.split(" ")[1].replace("vcv-ui-icon-divider-","");var N="",B=u;return B&&(B.urls&&B.urls.length?N=B.urls[0].full:B.length&&(N=this.getPublicImage(B[0]))),v.createElement("div",(0,E.default)({className:R},s),v.createElement("div",{className:"vce-container-divider-inner"},v.createElement(H,{id:n,shape:_,width:A,height:M,fill:D,fillType:w,gradientColorStart:C,gradientColorEnd:x,gradientAngle:k,backgroundImage:N,flipHorizontally:j,deviceKey:i,videoEmbed:S,type:r,percentageHeight:f,videoYoutube:L,videoVimeo:T})))}}]),a}(v.Component);(0,p.default)(Z,"propTypes",{deviceData:x().object,deviceKey:x().string,metaAssetsPath:x().string,id:x().string,applyDivider:x().object,type:x().string});var W=a("./public/tools/response.js"),$=a("./public/tools/updateHtmlWithServer.js"),q=a("./public/editor/services/modernAssetsStorage/cssMixins.ts"),K=a("./public/tools/spinnerHtml.js");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,m.default)(e);if(t){var n=(0,m.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,d.default)(this,a)}}var Y=(0,i.getStorage)("assets"),Q=(0,i.getService)("utils").getBlockRegexp,X=(0,i.getService)("cook").dynamicFields.getDynamicFieldsData,ee=Q(),te=(0,i.getStorage)("elementsSettings"),ae=(0,i.getService)("dataManager"),ie=function(e){(0,c.default)(a,e);var t=J(a);function a(e){var i;return(0,l.default)(this,a),i=t.call(this,e),(0,p.default)((0,u.default)(i),"setCssVariables",(function(e,t){for(var a=0,i=Object.entries(e);a<i.length;a++){var n=(0,r.default)(i[a],2),s=n[0],l=n[1];l&&(t["--".concat(s)]=l)}})),(0,p.default)((0,u.default)(i),"getColorShade",(function(e,t,a,i){return function(e,t,a,i){var n,s,l,o,u,c,d,m=parseInt,p=Math.round,v="string"==typeof a;if("number"!=typeof e||e<-1||e>1||"string"!=typeof t||"r"!=t[0]&&"#"!=t[0]||a&&!v)return null;var f=function(e){var t=e.length,a={};if(t>9){var i,o;if(i=e=e.split(","),o=(0,r.default)(i,4),n=o[0],s=o[1],l=o[2],v=o[3],(t=e.length)<3||t>4)return null;a.r=m("a"==n[3]?n.slice(5):n.slice(4)),a.g=m(s),a.b=m(l),a.a=v?parseFloat(v):-1}else{if(8==t||6==t||t<4)return null;t<6&&(e="#"+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]+(t>4?e[4]+e[4]:"")),e=m(e.slice(1),16),9==t||5==t?(a.r=e>>24&255,a.g=e>>16&255,a.b=e>>8&255,a.a=p((255&e)/.255)/1e3):(a.r=e>>16,a.g=e>>8&255,a.b=255&e,a.a=-1)}return a};return d=t.length>9,d=v?a.length>9||"c"==a&&!d:d,u=f(t),o=e<0,c=a&&"c"!=a?f(a):o?{r:0,g:0,b:0,a:-1}:{r:255,g:255,b:255,a:-1},o=1-(e=o?-1*e:e),u&&c?(i?(n=p(o*u.r+e*c.r),s=p(o*u.g+e*c.g),l=p(o*u.b+e*c.b)):(n=p(Math.pow(o*Math.pow(u.r,2)+e*Math.pow(c.r,2),.5)),s=p(Math.pow(o*Math.pow(u.g,2)+e*Math.pow(c.g,2),.5)),l=p(Math.pow(o*Math.pow(u.b,2)+e*Math.pow(c.b,2),.5))),v=u.a,c=c.a,v=(u=v>=0||c>=0)?v<0?c:c<0?v:v*o+c*e:0,d?"rgb"+(u?"a(":"(")+n+","+s+","+l+(u?","+p(1e3*v)/1e3:"")+")":"#"+(4294967296+16777216*n+65536*s+256*l+(u?p(255*v):0)).toString(16).slice(1,u?void 0:-2)):null}(e,t,a,i)})),i.mixinData=null,i.updateElementAssets=i.updateElementAssets.bind((0,u.default)(i)),i}return(0,o.default)(a,[{key:"shouldComponentUpdate",value:function(e,t){if(!e.children&&!this.props.children){var a=g().isEqual(this.state,t),i=g().isEqual(this.props.rawAtts,e.rawAtts);return!(a&&i)}return!0}},{key:"getShortcodesRegexp",value:function(){return new RegExp("\\[(\\[?)([\\w|-]+\\b)(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)")}},{key:"spinnerHTML",value:function(){return K.spinnerHtml}},{key:"updateElementAssets",value:function(e,t,a){this.updateElementAssetsWithExclusion(this.props.element.id,a)}},{key:"updateElementAssetsWithExclusion",value:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];a.length?t&&a.indexOf(t.changedAttribute)<0&&Y.trigger("updateElement",e,t):Y.trigger("updateElement",e,t)}},{key:"updateShortcodeToHtml",value:function(e,t,a,n,s){t?(0,$.updateHtmlWithServer)(e,t,this.props.id,a,n,s):(0,i.env)("VCV_DEBUG")&&console.error("The ref argument in updateShortcodeToHtml method is undefined: ",t)}},{key:"getResponse",value:function(e){return(0,W.getResponse)(e)}},{key:"updateInlineHtml",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",n=document.createElement("div");e.innerHTML=this.spinnerHTML(),a||(a=t),n.setAttribute("data-vcvs-html","".concat(a)),n.classList.add("vcvhelper");var s=this.props.id,r=function(){!function(t){t.setTimeout((function(){var a=e.querySelector(".vcv-ui-wp-spinner");a&&a.remove();var i=ae.get("freezeReady");i&&i(s,!1),t.vcv&&t.vcv.trigger("ready","update",s)}),500)}((0,i.env)("iframe"))};(0,$.renderInlineHtml)(t,{headerContent:"",shortcodeContent:t,footerContent:""},n,s,r),e.appendChild(n)}},{key:"updateInlineScript",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",a=document.createElement("div");e.innerHTML="";var i='<script type="text/javascript">'.concat(t,"<\/script>");a.classList.add("vcvhelper"),a.setAttribute("data-vcvs-html","".concat(i));var n=null;if(i.includes("document.write"))(n=document.createElement("span")).innerHTML="This script cannot be rendered in the editor because document.write is used in your code. However, it will work on the public and preview page.";else{(n=document.createElement("script")).type="text/javascript";var s=escape(t);n.text="try{\n eval(unescape('".concat(s,"'))\n } catch(e) {console.warn(e);}")}a.appendChild(n),e.appendChild(a)}},{key:"getDomNode",value:function(){return f.findDOMNode(this)}},{key:"getBackgroundClass",value:function(e){var t=e.device,a=[];if(t){var i=t.all;if(i&&(void 0!==i.backgroundColor||"string"==typeof i.images||i.images&&i.images.urls&&i.images.urls.length))a.push("vce-element--has-background");else for(var n in t){var s=t[n];s&&(void 0!==s.backgroundColor||"string"==typeof s.images||s.images&&s.images.urls&&s.images.urls.length)&&a.push("vce-element--".concat(n,"--has-background"))}}return a.join(" ")}},{key:"applyDO",value:function(e){var t={};if("all"===e||e.indexOf("background")>-1){(0,i.env)("VCV_JS_FT_DYNAMIC_FIELDS")&&(t=Object.assign({},t,this.getImageData()));var a=this.props.atts.designOptions;if(a&&Object.prototype.hasOwnProperty.call(a,"device")){var n=a.device;if(Object.keys(n).find((function(e){return n[e].lazyLoad}))){var s=!1;Object.keys(n).forEach((function(e){if(n[e].image&&n[e].image.urls&&n[e].image.urls[0]&&n[e].image.urls[0].full){var a="data-vce-background-image-".concat(e);t[a]=n[e].image.urls[0].full,s=!0}})),s&&(t["data-vce-background-image"]=Object.keys(n),t["data-vce-lozad"]=!0,t["data-vcv-lozad"]=!0)}}}if("all"===e){e+=" el-".concat(this.props.id),t["data-vce-do-apply"]=e;var r=this.getAnimationData();return r&&r.animation&&(t["data-vce-animate"]=r.animation,r.animationDelay&&(t["data-vce-animate-delay"]=r.animationDelay)),t}if(e.indexOf("animation")>-1){"animation"!==e&&(e=e.replace("animation",""),e+=" el-".concat(this.props.id),t["data-vce-do-apply"]=e);var l=this.getAnimationData();return l&&l.animation&&(t["data-vce-animate"]=l.animation,l.animationDelay&&(t["data-vce-animate-delay"]=l.animationDelay)),t}return e+=" el-".concat(this.props.id),t["data-vce-do-apply"]=e,t}},{key:"getAnimationData",value:function(){var e={animation:"",animationDelay:""},t=this.props.atts&&(this.props.atts.designOptions||this.props.atts.designOptionsAdvanced);if(t&&t.device){var a=[],i=[];Object.keys(t.device).forEach((function(e){var n="all"===e?"":e;t.device[e].animation&&(n&&(n="-".concat(n)),a.push("vce-o-animate--".concat(t.device[e].animation).concat(n)),t.device[e].animationDelay&&i.push("vce-o-animate-delay--".concat(t.device[e].animationDelay).concat(n)))})),a.length&&(e.animation=a.join(" "),i.length&&(e.animationDelay=i.join(" ")))}return e}},{key:"getImageData",value:function(){var e=this,t=this.props.atts&&(this.props.atts.designOptions||this.props.atts.designOptionsAdvanced),a={};return t&&t.device&&Object.keys(t.device).forEach((function(i){var n=void 0!==e.props.atts.designOptionsAdvanced?t.device[i].images:t.device[i].image,s=n&&n.urls&&n.urls[0]?n.urls[0].full:"";"string"==typeof s&&s.match(ee)&&(a["data-vce-dynamic-image-".concat(i)]=e.props.id)})),a}},{key:"getMixinData",value:function(e){if(!this.props.atts.tag)return null;var t=(0,q.getCssMixinsData)(this.props.atts.tag)[e],a=null;return t&&(a={selector:(0,q.getMixinsSelector)(t,this.props.atts)}),a}},{key:"getInnerMixinData",value:function(e,t,a){var i,n=(0,q.getInnerCssMixinsData)(this.props.atts.tag)[t],s=null;return n&&null!==(i=this.props.atts[e])&&void 0!==i&&i.value[a]&&(s={selector:(0,q.getMixinsSelector)(n,this.props.atts[e].value[a])}),s}},{key:"getBackgroundTypeContent",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.atts.designOptionsAdvanced,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.props.atts.parallax;if(g().isEmpty(t)||g().isEmpty(t.device))return null;var i=t.device,n=[],s=["xs","sm","md","lg","xl"],r=function(t,a,n){var s=a.gradientOverlay,r="".concat(e.props.id,"-").concat(t,"-").concat(a.backgroundType),l=a.images,o=!!(l&&l.urls&&l.urls[0])&&l.urls[0].full;if(o&&"string"==typeof o&&o.match(ee)){var u=o.split(ee),c=JSON.parse(u[4]);l=[X({blockAtts:c})]}var d=[],m=[];switch(a.backgroundType){case"imagesSimple":d.push(v.createElement(j,{images:l,deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}));break;case"backgroundZoom":d.push(v.createElement(R,{images:l,deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}));break;case"imagesSlideshow":d.push(v.createElement(M,{images:l,deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}));break;case"videoYoutube":d.push(v.createElement(w,{deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}));break;case"videoVimeo":d.push(v.createElement(L,{deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}));break;case"videoEmbed":d.push(v.createElement(_,{deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts}))}s&&(r="".concat(e.props.id,"-").concat(t,"-").concat(a,"-gradientOverlay"),d.push(v.createElement(B,{deviceData:a,deviceKey:t,reactKey:r,key:r,atts:e.props.atts,applyBackground:e.applyDO("gradient")})));var p=te.state("extendedOptions").get(),f=p&&p.backgroundAnimationComponent&&n&&n.parallaxEnable&&n.parallax&&"backgroundAnimation"===n.parallax&&a&&a.images&&a.images.urls&&a.images.urls.length>1&&"imagesSimple"===a.backgroundType;if(n&&n.parallaxEnable&&n.parallax&&("fixed"===n.parallax||"simple"===n.parallax||"simple-fade"===n.parallax||"mouse-move"===n.parallax))r="".concat(e.props.id,"-").concat(t,"-").concat(i[t],"-parallax"),m.push(v.createElement(F,{deviceData:n,deviceKey:t,reactKey:r,key:r,atts:e.props.atts,content:d}));else if(f){var h=p.backgroundAnimationComponent;r="".concat(e.props.id,"-").concat(t,"-").concat(i[t],"-background-animation"),m.push(v.createElement(h,{deviceData:n,deviceKey:t,reactKey:r,key:r,atts:e.props.atts,content:d}))}else m.push(d);return m};return Object.prototype.hasOwnProperty.call(t.device,"all")&&a&&a.device&&!Object.prototype.hasOwnProperty.call(a.device,"all")?s.forEach((function(e){n.push(r(e,i.all,a.device[e]))})):Object.keys(i).forEach((function(e){var t=null;a&&a.device&&(t=Object.prototype.hasOwnProperty.call(a.device,e)?a.device[e]:a.device.all),n.push(r(e,i[e],t))})),n.length?v.createElement("div",{className:"vce-content-background-container"},n):null}},{key:"getContainerDivider",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.props.atts.designOptionsAdvanced,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.props.atts.dividers;if(g().isEmpty(a)||g().isEmpty(a.device))return null;var i=a.device,n=[],s=[],r=[],l=[],o=t&&t.device;return o&&Object.keys(o).forEach((function(e){"all"!==e&&s.push(e),Object.prototype.hasOwnProperty.call(o[e],"parallax")&&r.push(e)})),s.length&&r.length?l=s:Object.keys(i).forEach((function(e){l.push(e)})),l.forEach((function(a,s){var l=i[a]?a:"all",o=i[l],u=o.dividerTop,c=o.dividerBottom,d=-1===r.indexOf("all")&&r.indexOf(a)>-1?a:"all";if(u){var m="".concat(e.props.id,"-").concat(a,"-top-").concat(s),p=v.createElement(Z,{deviceData:o,deviceKey:a,type:"Top",metaAssetsPath:e.props.atts.metaAssetsPath,key:m,id:e.props.id,applyDivider:e.applyDO("divider")});r.indexOf(a)>-1||r.indexOf("all")>-1?n.push(v.createElement(F,{deviceData:t.device[d],deviceKey:d,reactKey:m,key:m,atts:e.props.atts,content:p,divider:u})):n.push(p)}if(c){var f="".concat(e.props.id,"-").concat(a,"-bottom-").concat(s),h=v.createElement(Z,{deviceData:o,deviceKey:a,type:"Bottom",metaAssetsPath:e.props.atts.metaAssetsPath,key:f,id:e.props.id,applyDivider:e.applyDO("divider")});r.indexOf(a)>-1||r.indexOf("all")>-1?n.push(v.createElement(F,{deviceData:t.device[d],deviceKey:d,reactKey:f,key:f,atts:e.props.atts,content:h,divider:c})):n.push(h)}})),0===n.length?null:v.createElement("div",{className:"vce-dividers-wrapper"},n)}},{key:"getImageUrl",value:function(e,t){var a,i=this;if(!e)return null;if(t&&e&&e[t])a=e[t];else if(e instanceof Array||e.urls&&e.urls instanceof Array){var n=[];(e.urls||e).forEach((function(e){var t=e&&e.full&&e.id?e.full:e&&e.full?i.getPublicImage(e.full):i.getPublicImage(e);n.push(t)})),a=n}else a=e&&e.full&&e.id?e.full:e&&Object.prototype.hasOwnProperty.call(e,"full")?this.getPublicImage(e.full):this.getPublicImage(e);return a}},{key:"getPublicImage",value:function(e){var t=this.props.atts.metaAssetsPath;if(!e)return"";if((0,i.env)("VCV_JS_FT_DYNAMIC_FIELDS")&&e.match(ee)){var a=e.split(ee),n=JSON.parse(a[4]);return e=X({blockAtts:n})}return e.match&&(e.match("^(https?:)?\\/\\/?")||e.match(/--vcv-dynamic-/))?e:t+e}},{key:"getStickyAttributes",value:function(e){var t={};Object.keys(e.device).length&&Object.keys(e.device).forEach((function(a){if("all"===a){var i=e.device[a];i.stickyEnable&&(t["data-vce-sticky-element"]=!0,i.stickyOffsetTop&&"0"!==i.stickyOffsetTop&&(t["data-margin-top"]=i.stickyOffsetTop),i.stickyZIndex&&(t["data-vce-sticky-z-index"]=i.stickyZIndex),i.stickyContainer&&(t["data-vce-sticky-container"]="[data-vce-element-content]"),i.stickyVisibility&&(t["data-vce-sticky-visibility"]=i.stickyVisibility))}}));return t}},{key:"getBoxShadowAttributes",value:function(e,t){var a={};Object.keys(e.device).length&&Object.keys(e.device).forEach((function(i){if("all"===i){var n=e.device[i];n.boxShadowEnable&&(a["vce-box-shadow"]="el-".concat(t)),n.hoverBoxShadowEnable&&(a["vce-hover-box-shadow"]="el-".concat(t))}}));return a}},{key:"render",value:function(){return null}}]),a}(v.Component);(0,p.default)(ie,"propTypes",{id:x().string,api:x().object,atts:x().object,editor:x().object});var ne={publicEvents:s.default,elementComponent:ie};n().addService("api",ne)},"./public/editor/services/cook/lib/attribute-manager.js":function(e,t,a){"use strict";a.d(t,{default:function(){return o}});var i=a("./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),s=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),r=function(){function e(t,a,i){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};(0,n.default)(this,e),this.name=t,this.component=a,this.settings=i,this.representers=s,this.setter=null,this.getter=null,this.getAttributeLibs=null}return(0,s.default)(e,[{key:"setSetter",value:function(e){this.setter=e}},{key:"setGetter",value:function(e){this.getter=e}},{key:"setGetAttributeLibs",value:function(e){this.getAttributeLibs=e}},{key:"getValue",value:function(e,t,a){var i=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return("protected"===e.access||void 0===t[a]&&void 0!==e.value)&&(t[a]=e.value),this.getter&&!0!==i?this.getter(t,a,e):this.getRawValue(t,a)}},{key:"setValue",value:function(e,t,a,i){return"public"!==e.access?(console&&console.error("Attribute "+a+" not writable. It is protected."),t):(this.setter?this.setter(t,a,i,e):this.setRawValue(t,a,i),t)}},{key:"setRawValue",value:function(e,t,a){return e[t]=a,e}},{key:"getRawValue",value:function(e,t){return e[t]}},{key:"getField",value:function(){return this.component}},{key:"getRepresenter",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Backend";return!!this.representers[e]&&this.representers[e]}}]),e}(),l=["setter","getter","getAttributeLibs"],o={items:{},add:function(e,t,a){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},s=a.setter,o=a.getter,u=a.getAttributeLibs,c=(0,i.default)(a,l);this.items[e]=new r(e,t,c,n),"function"==typeof s&&this.items[e].setSetter(s),"function"==typeof o&&this.items[e].setGetter(o),"function"==typeof u&&this.items[e].setGetAttributeLibs(u)},get:function(e){return this.items[e]||null}}},"./public/editor/services/cook/lib/tools.js":function(e,t,a){"use strict";a.d(t,{buildSettingsObject:function(){return n},getAttributeType:function(){return s}});var i=a("./public/editor/services/cook/lib/attribute-manager.js");function n(e){return Object.keys(e).reduce((function(t,a){return t[a]=e[a].value||void 0,t}),{})}function s(e,t){var a={type:!1,settings:!1},n=Object.assign({},t[e]);return n&&n.type&&(a.settings=n,a.type=i.default.get(n.type)||!1),a}},"./public/editor/services/cook/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/@babel/runtime/helpers/esm/extends.js"),n=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),s=a("./node_modules/@babel/runtime/helpers/esm/typeof.js"),r=a("./node_modules/lodash/lodash.js"),l=a.n(r),o=a("./node_modules/vc-cake/index.js"),u=a.n(o),c=a("./public/editor/services/cook/lib/tools.js"),d=a("./public/editor/services/cook/lib/attribute-manager.js"),m=a("./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),p=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),v=a("./node_modules/@babel/runtime/helpers/esm/createClass.js"),f=a("./node_modules/react/index.js"),h={},g=function(e){console.error("Element Component: "+e+" not found.")},y={add:function(e,t){h[e]=t},get:function(e){return this.has(e)||g(e),h[e]},has:function(e){return!!h[e]},remove:function(e){return this.has(e)||g(e),delete h[e]}},b=a("./node_modules/@babel/runtime/helpers/esm/inherits.js"),C=a("./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js"),x=a("./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js"),k=a("./node_modules/prop-types/index.js"),w=a.n(k),S=a("./node_modules/react-dom/index.js");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 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,x.default)(e);if(t){var n=(0,x.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,C.default)(this,a)}}var T=function(e){(0,b.default)(a,e);var t=E(a);function a(e){var i;return(0,p.default)(this,a),(i=t.call(this,e)).elementComponentRef=f.createRef(),i}return(0,v.default)(a,[{key:"componentDidMount",value:function(){this.updateComments()}},{key:"componentWillUnmount",value:function(){if(this.elementComponentRef&&this.elementComponentRef.current){var e=S.findDOMNode(this.elementComponentRef.current);this.props.cookApi.dynamicFields.cleanComments(e,this.props.element.id)}}},{key:"componentDidUpdate",value:function(){this.updateComments()}},{key:"updateComments",value:function(){this.elementComponentRef&&this.elementComponentRef.current&&this.props.cookApi.dynamicFields.updateDynamicComments(this.elementComponentRef.current,this.props.element.id,this.props.cookElement,this.props.inner)}},{key:"render",value:function(){return f.createElement(this.props.elementToRender,function(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}({ref:this.elementComponentRef},this.props.elementProps))}}]),a}(f.Component);(0,n.default)(T,"propTypes",{cookApi:w().object.isRequired,cookElement:w().object.isRequired,element:w().object.isRequired,elementToRender:w().func.isRequired,elementProps:w().object.isRequired,inner:w().bool.isRequired});var j=["id","metaIsElementLocked","parent","tag","order","customHeaderTitle","hidden","metaElementAssets"];function P(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?P(Object(a),!0).forEach((function(t){(0,n.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):P(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var R=u().getService("utils").createKey,D=u().getStorage("hubElements"),M=u().getStorage("assets"),A=u().getStorage("elementSettings"),_=Symbol("element data"),N=Symbol("element component"),B=null,I=D.state("elements"),F=function(){function e(t){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=arguments.length>3?arguments[3]:void 0;(0,p.default)(this,e),this.init(t,a,i,n)}return(0,v.default)(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3?arguments[3]:void 0,n=e.id,s=void 0===n?R():n,r=e.metaIsElementLocked,o=void 0!==r&&r,u=e.parent,d=void 0!==u&&u,p=e.tag,v=e.order,f=e.customHeaderTitle,h=e.hidden,g=e.metaElementAssets,b=(0,m.default)(e,j);b.tag=p,b.id=s,B=i;var C=I.get(),x=C?C[p]:null;x||(x={settings:{metaDescription:"",metaPreviewUrl:"",metaThumbnailUrl:"",name:"--"}});var k=x.settings,w={},S=A.action("get",p)||null;if(t){for(var L in t)if(Object.prototype.hasOwnProperty.call(t,L)){var E=(0,c.getAttributeType)(L,t);Object.prototype.hasOwnProperty.call(E,"settings")&&(w[L]=E.settings,w[L].attrSettings=E)}}else w=S?S.settings:{};a||(a=S?S.cssSettings:{}),S&&S.modifierOnCreate&&(b=S.modifierOnCreate(l().defaultsDeep({},b))),Object.defineProperty(this,_,{writable:!0,value:{id:s,tag:p,parent:d,data:b,name:k.name,metaThumbnailUrl:k.metaThumbnailUrl,metaPreviewUrl:k.metaPreviewUrl,metaDescription:k.metaDescription,metaAssetsPath:x.assetsPath,metaElementPath:x.elementPath,metaBundlePath:x.bundlePath,customHeaderTitle:f||"",order:v,hidden:h,settings:w||{},cssSettings:a||{},metaElementAssets:g||{},metaIsElementLocked:o,getAttributeType:function(e){return(0,c.getAttributeType)(e,this.settings)}}}),Object.defineProperty(this,N,{value:{add:function(e){y.add(p,e)},get:function(){return y.get(p)},has:function(){return y.has(p)}}})}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(Object.keys(this[_]).indexOf(e)>-1)return this[_][e];var a=this[_].getAttributeType(e),i=a.type,n=a.settings;return i&&n?i.getValue(n,this[_].data,e,t):void 0}},{key:"settings",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return!1!==t?(0,c.getAttributeType)(e,t):this[_].getAttributeType(e)}},{key:"data",get:function(){return this[_].data}},{key:"set",value:function(e,t){if(["customHeaderTitle","parent","metaElementAssets"].indexOf(e)>-1)return this[_][e]=t,this[_][e];var a=this[_].getAttributeType(e),i=a.type,n=a.settings;return i&&n&&(this[_].data=i.setValue(n,this[_].data,e,t)),this[_].data[e]}},{key:"toJS",value:function(){for(var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a={},i=0,n=Object.keys(this[_].settings);i<n.length;i++){var s=n[i],r=this.get(s,e);void 0!==r&&(a[s]=r)}if(a.id=this[_].id,a.tag=this[_].tag,a.name=this[_].name,a.metaThumbnailUrl=this[_].metaThumbnailUrl,a.metaPreviewUrl=this[_].metaPreviewUrl,a.metaDescription=this[_].metaDescription,a.metaAssetsPath=this[_].metaAssetsPath,a.metaElementPath=this[_].metaElementPath,a.metaBundlePath=this[_].metaBundlePath,a.metaElementAssets=this[_].metaElementAssets,a.metaIsElementLocked=this[_].metaIsElementLocked,a.metaReplaceCategory=this[_].metaReplaceCategory,void 0!==this[_].customHeaderTitle&&(a.customHeaderTitle=this[_].customHeaderTitle),void 0!==this[_].hidden?a.hidden=this[_].hidden:a.hidden=!1,void 0!==this[_].parent&&""!==this[_].parent?a.parent=this[_].parent:a.parent=!1,void 0!==this[_].order?a.order=this[_].order:a.order=0,t){var o=this.getPublicKeys();return l().pick(a,o)}return a}},{key:"relatedTo",value:function(e){var t=this.get("relatedTo");return t&&t.has&&t.has(e)}},{key:"containerFor",value:function(){var e=this.get("containerFor");return e&&e.each?e.each():[]}},{key:"getAll",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.toJS(!1,e)}},{key:"filter",value:function(e){var t=this;return Object.keys(this[_].settings).filter((function(a){var i=t[_].settings[a],n=t.get(a);return e(a,n,i)}))}},{key:"getPublicKeys",value:function(){return["id","order","parent","tag","customHeaderTitle","metaAssetsPath","hidden","metaElementAssets","metaIsElementLocked"].concat(this.filter((function(e,t,a){return"public"===a.access})))}},{key:"getName",value:function(){return this.get("customHeaderTitle")||this.get("name")}},{key:"getContentComponent",value:function(){if(!this[N].has()){var e=A.action("get",this[_].tag);!0!==u().env("VCV_DEBUG")||e&&e.component||console.error("Component settings doesnt exists! Failed to get component",this[_].tag,this[_],e,this[N]),e&&e.component&&e.component(this[N])}return this[N].get()}},{key:"render",value:function(e,t){var a=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];this[N].has()||A.action("get",this[_].tag).component(this[N]);var i=this[N].get(),n={},s={},r=this.getAll();return n.key=this[_].id+"-"+this[_].tag,n.id=this[_].atts&&void 0!==this[_].atts.metaCustomId?this[_].atts.metaCustomId:this[_].id,s["data-vc-element"]=this[_].id,(void 0===t||t)&&(n.editor=s),n.atts=B.visualizeAttributes(B.get(r),!1,!1,!0),n.rawAtts=r,n.content=e,a&&M.trigger("updateInnerElementByData",r),f.createElement(T,{key:this[_].id+"-"+this[_].tag,cookApi:B,cookElement:this,element:this.getAll(),elementToRender:i,elementProps:O({},n),inner:a})}}],[{key:"create",value:function(t){return new e({tag:t})}}]),e}(),V=a("./node_modules/mobile-detect/mobile-detect.js"),U=a.n(V),z=a("./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js"),H=a("./node_modules/striptags/src/striptags.js"),G=a.n(H),Z=a("./public/components/layoutHelpers/tinymce/tinymceVcvHtmleditorPlugin.js"),W=a("./public/components/layoutHelpers/tinymce/fontFamily/tinymceFontsSelect.jquery.js"),$=a("./public/components/layoutHelpers/tinymce/fontFamily/getUsedFonts.js"),q=a("./public/tools/updateHtmlWithServer.js");function K(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,x.default)(e);if(t){var n=(0,x.default)(this).constructor;a=Reflect.construct(i,arguments,n)}else a=i.apply(this,arguments);return(0,C.default)(this,a)}}var J=u().getService("document"),Y=u().getStorage("elements"),Q=u().getStorage("wordpressData"),X=u().getStorage("workspace"),ee=u().getService("utils").getShortcodesRegexp,te=function(e){(0,b.default)(a,e);var t=K(a);function a(e){var i;return(0,p.default)(this,a),(i=t.call(this,e)).iframe=document.querySelector("#vcv-editor-iframe"),i.layoutHeader=document.querySelector("#vcv-layout-header"),i.iframeWindow=i.iframe&&i.iframe.contentWindow,i.iframeDocument=i.iframeWindow&&i.iframeWindow.document,i.globalEditor=i.iframeWindow.tinymce,i.state={contentEditable:!1,trackMouse:!1,realContent:i.props.children,mouse:null,overlayTimeout:null,allowInline:i.props.options.allowInline,temporaryEditable:!1},i.handleLayoutModeChange=i.handleLayoutModeChange.bind((0,z.default)(i)),i.handleGlobalClick=i.handleGlobalClick.bind((0,z.default)(i)),i.handleDoubleClick=i.handleDoubleClick.bind((0,z.default)(i)),i.handleMouseDown=i.handleMouseDown.bind((0,z.default)(i)),i.handleMouseMove=i.handleMouseMove.bind((0,z.default)(i)),i.updateElementData=i.updateElementData.bind((0,z.default)(i)),i.handleMoreButtonClick=i.handleMoreButtonClick.bind((0,z.default)(i)),i.handleEscapeClick=i.handleEscapeClick.bind((0,z.default)(i)),i.debouncedUpdateHtml=l().debounce(i.debouncedUpdateHtml,500),i.debouncedUpdateHtmlWithServerRequest=l().debounce(i.debouncedUpdateHtmlWithServerRequest,3e3),i}return(0,v.default)(a,[{key:"componentDidMount",value:function(){this.debouncedUpdateHtml(this.props.children)}},{key:"componentWillUnmount",value:function(){this.state.contentEditable&&(this.iframeWindow.removeEventListener("click",this.handleGlobalClick),this.layoutHeader.removeEventListener("click",this.handleGlobalClick),this.iframeWindow.removeEventListener("click",this.handleEscapeClick),this.editor&&this.editor.remove(),this.removeOverlay()),u().setData("vcv:layoutCustomMode",null)}},{key:"componentDidUpdate",value:function(e){l().isEqual(e,this.props)||(!0!==this.state.contentEditable&&this.props.children!==this.state.realContent&&(this.setState({realContent:this.props.children}),this.debouncedUpdateHtml(this.props.children)),e.options.allowInline!==this.props.options.allowInline&&this.setState({allowInline:this.props.options.allowInline}))}},{key:"handleLayoutModeChange",value:function(e){var t=this;if("dnd"!==e&&this.setState({contentEditable:"contentEditable"===e,trackMouse:!1}),"contentEditable"!==e){this.iframeWindow.removeEventListener("click",this.handleGlobalClick),this.layoutHeader.removeEventListener("click",this.handleGlobalClick),this.iframeWindow.removeEventListener("click",this.handleEscapeClick),this.editor&&this.editor.remove(),this.removeOverlay();var a=J.get(this.props.id),i=this.props.cook.get(a),n=this.editor?this.state.realContent:this.ref.innerHTML,s="text"===this.getInlineMode()?G()(n):n,r=this.props.paramParentField?this.props.paramParentField:this.props.fieldKey,l=r;if(this.props.paramField&&this.props.paramIndex>=0&&(s=this.getParamsGroupContent(i,s),l="".concat(r,":").concat(this.props.paramIndex,":").concat(this.props.paramField)),"htmleditor"===this.props.fieldType){var o=(0,$.default)(this.ref);if(o){var u=i.get("metaElementAssets"),c=u.googleFonts||{};c[l]=o,u.googleFonts=c,i.set("metaElementAssets",u)}}i.set(r,s),Y.trigger("update",i.get("id"),i.toJS(),"contentEditable:".concat(i.get("tag"),":").concat(r),{disableUpdateAssets:!0});var d=X.state("settings").get();if(d&&"edit"===d.action)if(d.id===this.props.id){var m=d.options&&d.options.nestedAttr?d.options:"",p=d.options&&d.options.nestedAttr?d.options.activeTab:"";window.setTimeout((function(){X.trigger("edit",t.props.id,p,m)}),1)}}this.state.contentEditable&&this.drawOverlay()}},{key:"getParamsGroupContent",value:function(e,t){var a=e.get(this.props.paramParentField),i=l().defaultsDeep({},a);return i.value[this.props.paramIndex][this.props.paramField]=t,i}},{key:"drawOverlay",value:function(){var e=this.iframeDocument.querySelector("#vcv-ui-content-overlay");if(!e){(e=this.iframeDocument.createElementNS("http://www.w3.org/2000/svg","svg")).id="vcv-ui-content-overlay",e.classList.add("vcv-ui-content-overlay-container");var t={position:"fixed",top:0,left:0,opacity:0,transition:"opacity .2s ease-in-out",pointerEvents:"none",zIndex:1900};for(var a in t)e.style[a]=t[a];this.iframeDocument.body.appendChild(e)}var i=e.querySelector(".vcv-ui-content-overlay");if(!i){(i=this.iframeDocument.createElementNS("http://www.w3.org/2000/svg","path")).classList.add("vcv-ui-content-overlay"),i.setAttribute("fill","rgba(0, 0, 0, .6)"),i.setAttribute("fill-rule","evenodd");var n={pointerEvents:"all"};for(var s in n)i.style[s]=n[s];e.appendChild(i)}var r=this.iframeDocument.querySelector("#vcv-ui-content-overlay-shadow");if(!r){(r=this.iframeDocument.createElement("div")).id="vcv-ui-content-overlay-shadow",r.classList.add("vcv-ui-content-overlay-shadow");var l={pointerEvents:"none",boxShadow:"rgba(0, 0, 0, 0.3) 1px 0 10px 0",position:"fixed"};for(var o in l)r.style[o]=l[o];this.iframeDocument.body.appendChild(r)}var u={domElement:this.ref,overlayContainer:e,overlay:i,overlayShadow:r};this.autoUpdateOverlayPosition(u)}},{key:"removeOverlay",value:function(){var e=this;this.stopAutoUpdateOverlayPosition();var t=this.iframeDocument.querySelector("#vcv-ui-content-overlay");t&&(!function t(){var a=e.iframeDocument.querySelector("#vcv-ui-content-overlay");a&&(a.removeEventListener("transitionend",t.bind(e)),a.parentNode.removeChild(a));var i=e.iframeDocument.querySelector("#vcv-ui-content-overlay-shadow");i&&i.parentNode.removeChild(i)}(),t.style.opacity=0)}},{key:"updateOverlayPosition",value:function(e){var t=15,a=5,i=e.domElement,n=e.overlayContainer,s=e.overlay,r=e.overlayShadow;n.style.width="".concat(this.iframeWindow.innerWidth,"px"),n.style.height="".concat(this.iframeWindow.innerHeight,"px");var l="M 0 0 H ".concat(this.iframeWindow.innerWidth," V ").concat(this.iframeWindow.innerHeight," H 0 V 0"),o=i.getBoundingClientRect(),u={x:Math.ceil(o.left-t),y:Math.ceil(o.top-a),width:Math.floor(o.width+2*t),height:Math.floor(o.height+2*a)},c="M ".concat(u.x," ").concat(u.y," h ").concat(u.width," v ").concat(u.height," h -").concat(u.width," z");s.setAttribute("d","".concat(l," ").concat(c));var d={left:u.x,top:u.y,width:u.width,height:u.height};for(var m in d)r.style[m]=d[m]+"px"}},{key:"autoUpdateOverlayPosition",value:function(e){this.stopAutoUpdateOverlayPosition(),this.state.overlayTimeout||(this.updateOverlayPosition(e),e.overlayContainer.style.opacity=1,this.setState({overlayTimeout:this.iframeWindow.setInterval(this.updateOverlayPosition.bind(this,e),16)}))}},{key:"stopAutoUpdateOverlayPosition",value:function(){this.state.overlayTimeout&&(this.iframeWindow.clearInterval(this.state.overlayTimeout),this.setState({overlayTimeout:null}))}},{key:"editorSetup",value:function(e){var t=this,a={target:this.ref,menubar:!1,inline:!0,plugins:"lists vcvhtmleditor",toolbar:["formatselect | VcvFontsSelect | fontWeight | bold italic | numlist bullist | alignleft aligncenter alignright | dotButton"],powerpaste_word_import:"clean",powerpaste_html_import:"clean",init_instance_callback:function(e){e.on("Change",(function(e){t.updateElementData(e.target.getContent())}))},setup:function(a){a.on("init",(function(){t.editor=a,t.iframeDocument.body.setAttribute("vcv-tinymce-active",!0),a.fire("focusin"),e.caretPosition&&t.setSelectionRange(t.ref,e.caretPosition)})),a.on("remove",(function(){t.iframeDocument.body.removeAttribute("vcv-tinymce-active")})),a.addButton("dotButton",{icon:"vcv-ui-icon-edit",tooltip:"Open Edit Form",onclick:t.handleMoreButtonClick})}};this.iframeDocument.body&&this.iframeDocument.body.clientWidth<768&&(a.toolbar=["formatselect | VcvFontsSelect | fontWeight","bold italic | numlist bullist | alignleft aligncenter alignright | dotButton"]),this.globalEditor&&this.globalEditor.init?((0,W.default)(this.iframeWindow),(0,Z.default)(this.globalEditor,this.iframeWindow),this.globalEditor.init(a)):console.warn("TinyMCE editor is not enqueued")}},{key:"handleMoreButtonClick",value:function(){var e=this;this.editor&&this.editor.remove(),null!==u().getData("vcv:layoutCustomMode")&&(u().setData("vcv:layoutCustomMode",null),window.setTimeout((function(){e.handleLayoutModeChange(null)}),0)),this.debouncedUpdateHtml(this.state.realContent),X.trigger("edit",this.props.id,"")}},{key:"debouncedUpdateHtml",value:function(e){e&&(e.match(ee())||e.match(/https?:\/\//)||-1!==e.indexOf("\x3c!-- wp")&&-1===e.indexOf("\x3c!-- wp:vcv-gutenberg-blocks/dynamic-field-block"))?(this.ref&&(this.ref.innerHTML=e),this.debouncedUpdateHtmlWithServerRequest(e)):this.ref&&(this.ref.innerHTML=e)}},{key:"debouncedUpdateHtmlWithServerRequest",value:function(e){(0,q.updateHtmlWithServerRequest)(e,this.ref,this.props.id)}},{key:"updateElementData",value:function(e){this.setState({realContent:e}),Q.state("status").set({status:"changed"})}},{key:"handleGlobalClick",value:function(e){var t=window.jQuery(e.target);t.is(".mce-container")||t.parents(".mce-container").length||t.attr("class")&&t.attr("class").indexOf("mce-")>-1||t.is('[data-vcv-element="'+this.props.id+'"]')||t.parents('[data-vcv-element="'+this.props.id+'"]').length||this.closeInlineEditor()}},{key:"closeInlineEditor",value:function(){var e=this;this.editor&&this.editor.remove(),null!==u().getData("vcv:layoutCustomMode")&&(u().setData("vcv:layoutCustomMode",null),window.setTimeout((function(){e.handleLayoutModeChange(null)}),0)),this.debouncedUpdateHtml(this.state.realContent)}},{key:"handleEscapeClick",value:function(e){"Escape"!==e.key&&"Esc"!==e.key||this.closeInlineEditor()}},{key:"handleDoubleClick",value:function(){var e=this;!1===this.state.trackMouse&&!1===this.state.contentEditable&&this.state.allowInline&&this.setState({trackMouse:!0,contentEditable:!0},(function(){var t="htmleditor"===e.props.fieldType;if(t&&e.editorSetup({caretPosition:e.state.caretPosition}),"contentEditable"!==(u().getData("vcv:layoutCustomMode")&&u().getData("vcv:layoutCustomMode").mode)){u().setData("vcv:layoutCustomMode",{mode:"contentEditable",options:{}}),e.handleLayoutModeChange("contentEditable")}e.iframeWindow.addEventListener("click",e.handleGlobalClick),e.layoutHeader.addEventListener("click",e.handleGlobalClick),e.iframeWindow.addEventListener("keydown",e.handleEscapeClick),e.ref&&(e.ref.innerHTML=e.state.realContent),t||e.setSelectionRange(e.ref,e.state.caretPosition)}))}},{key:"handleMouseMove",value:function(){!0===this.state.trackMouse&&(this.setState({trackMouse:!1,contentEditable:!1}),this.editor&&this.editor.remove())}},{key:"handleMouseDown",value:function(e){var t=this;if(2===e.detail&&!1===this.state.trackMouse&&!1===this.state.contentEditable&&this.state.allowInline){var a=e.currentTarget;this.setState({temporaryEditable:!0},(function(){window.setTimeout((function(){var e=t.getCaretPosition(a);t.setState({caretPosition:e,temporaryEditable:!1})}),0)}))}}},{key:"getInlineMode",value:function(){return this.props.options&&this.props.options.inlineMode}},{key:"getCaretPosition",value:function(e){var t=e.ownerDocument||e.document,a=t.defaultView||t.parentWindow,i=0;if(void 0!==a.getSelection){var n=a.getSelection();if(n.rangeCount){var s=n.getRangeAt(0),r=s.cloneRange();r.selectNodeContents(e),r.setEnd(s.endContainer,s.endOffset);var l=r.toString(),o=l.match(/(\r\n\t|\n|\r\t)/gm);i=l.length,o&&o.length&&(i-=o.length)}}return i}},{key:"setSelectionRange",value:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t,i=e.ownerDocument||e.document,n=i.defaultView||i.parentWindow;if(i.createRange&&n.getSelection){var s=i.createRange();s.selectNodeContents(e);for(var r=this.getTextNodesIn(e),l=!1,o=0,u=null,c=0;c<r.length;c++){var d=r[c];if(u=o+d.length,!l&&t>=o&&(t<u||t===u&&c<=r.length)&&(s.setStart(d,t-o),l=!0),l&&a<=u){s.setEnd(d,a-o);break}o=u}var m=n.getSelection();m.removeAllRanges(),m.addRange(s)}}},{key:"getTextNodesIn",value:function(e){var t=[];if(3===e.nodeType)t.push(e);else for(var a=e.childNodes,i=0,n=a.length;i<n;++i)t.push.apply(t,this.getTextNodesIn(a[i]));return t}},{key:"render",value:function(){var e=this,t="htmleditor"===this.props.fieldType?"div":"span",a={className:this.props.className?this.props.className+" vcvhelper":"vcvhelper",contentEditable:this.state.contentEditable||this.state.temporaryEditable,onDoubleClick:this.handleDoubleClick,onMouseMove:this.handleMouseMove,onMouseDown:this.handleMouseDown,"data-vcvs-html":this.state.realContent,"data-vcv-content-editable-inline-mode":this.getInlineMode()||"html",ref:function(t){e.ref=t}};return f.createElement(t,a)}}]),a}(f.Component);function ae(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 ie(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ae(Object(a),!0).forEach((function(t){(0,n.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ae(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ne(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 se(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 se(e,t)}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var i=0,n=function(){};return{s:n,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:n}}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 s,r=!0,l=!1;return{s:function(){a=a.call(e)},n:function(){var e=a.next();return r=e.done,e},e:function(e){l=!0,s=e},f:function(){try{r||null==a.return||a.return()}finally{if(l)throw s}}}}function se(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}(0,n.default)(te,"propTypes",{api:w().object.isRequired,id:w().string.isRequired,fieldKey:w().string.isRequired,paramField:w().string,paramIndex:w().oneOfType([w().number,w().string]),fieldType:w().string.isRequired,children:w().oneOfType([w().arrayOf(w().node),w().node,w().string]),className:w().string,options:w().object,cook:w().object});var re=(0,o.getService)("document"),le=(0,o.getService)("utils"),oe=le.getBlockRegexp,ue=le.parseDynamicBlock,ce=oe(),de=(0,o.getService)("dataManager"),me=(0,o.getService)("roleManager"),pe=de.get("localizations"),ve=(0,o.getStorage)("hubElements"),fe=(0,o.getStorage)("settings"),he=(0,o.getStorage)("elementSettings"),ge={},ye=0,be={get:function(e){return e&&e.tag?new F(e,null,null,be):(console.error("No element Tag provided",e),null)},buildSettingsElement:function(e,t,a){return new F(e,t,a,be)},getSettings:function(e){return he.action("get",e)},getById:function(e){var t=re.get(e);return null!==t?this.get(t):null},add:function(e,t,a,i){he.trigger("add",e,t,a,"function"==typeof i?i:void 0)},getTagByName:function(e){return he.action("findTagByName",e)},attributes:{add:function(e,t,a){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};d.default.add(e,t,l().defaults("object"===(0,s.default)(a)?a:{},{setter:null,getter:null}),i)},remove:function(e){delete d.default.items[e]},get:function(e){var t=d.default.get(e);return t||null}},dynamicFields:{getDynamicFieldsData:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},n=e.blockAtts,s=e.beforeBlock,r=e.afterBlock,l=fe.state("postData").get(),o=fe.state("postFields").get(),u=n.value.replace("::",":"),c=null,d=n.sourceId||de.get("sourceID");d=parseInt(d),de.get("sourceID")!==d&&(l=l[d]),n&&n.value&&l&&void 0!==l[u]&&l&&l[u].length&&(c=l[u],"vcv_layouts"===de.get("editorType")&&"post_title"===n.value&&(c="Post title"));var m=function(e){if("post_excerpt"===e)return pe?pe.excerptPlaceholderText:"This is a sample excerpt placeholder that will be replaced with the actual content. You can style this excerpt to your liking using the editor controls.";if("post_author_bio"===e)return pe?pe.authorBioPlaceholderText:"This is a placeholder for the Author Bio element. It will be replaced by the actual content.";if(function(e){var t,a,i,n=!1;if(null!=o&&null!==(t=o.attachimage)&&void 0!==t&&null!==(a=t.acf)&&void 0!==a&&null!==(i=a.group)&&void 0!==i&&i.values){var s,r=ne(o.attachimage.acf.group.values);try{for(r.s();!(s=r.n()).done;){var l=s.value;"image"!==l.fieldType||l.fieldMetaSlug!==e&&l.value!==e||(n=!0)}}catch(u){r.e(u)}finally{r.f()}}return n}(e))return null!=t&&t.fieldType&&"attachimage"===t.fieldType?l.featured_image:'<img src="'+l.featured_image+'">';var a=pe?pe.noValue:"No Value";return"".concat(a," (").concat(e,")")};if(!a&&t&&-1!==["string","htmleditor","inputSelect"].indexOf(t.fieldType)){var p=!0===t.fieldOptions.dynamicField||void 0!==t.fieldOptions.dynamicField.html&&!0===t.fieldOptions.dynamicField.html;if(p){var v,h;c||(c=m(n.value)),"vcv_layouts"===de.get("editorType")&&"post_title"===n.value&&(c="Post title");var g={value:n.value,currentValue:c};if((de.get("sourceID")!==d||n.sourceId)&&(g.sourceId=d),null!=t&&null!==(v=t.fieldOptions)&&void 0!==v&&null!==(h=v.dynamicFieldsOptions)&&void 0!==h&&h.addAttributes){var y=(null==i?void 0:i.element)||{};g.attributes={},t.fieldOptions.dynamicFieldsOptions.addAttributes.forEach((function(e){g.attributes[e]=y[e]}))}return f.createElement("htmleditor"===t.fieldType?"div":"span",{className:"vcvhelper",dangerouslySetInnerHTML:{__html:s+c+r},"data-vcvs-html":"\x3c!-- wp:vcv-gutenberg-blocks/dynamic-field-block ".concat(JSON.stringify(g)," --\x3e").concat(s+c+r,"\x3c!-- /wp:vcv-gutenberg-blocks/dynamic-field-block --\x3e")})}}return c||m(n.value)},cleanComments:function(e,t){var a=function(e,a){if(e)for(;e[a];){var i=e[a];if(i.nodeType!==document.COMMENT_NODE)break;var n=i.textContent;if(-1!==n.indexOf("/dynamicElementComment")){-1!==n.indexOf("/dynamicElementComment:".concat(t))&&i.remove();break}i.remove()}};a(e,"previousSibling"),a(e,"nextSibling")},getCommentsStack:function(e,t,a){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,n=t.getAll?t.getAll(!1):t.atts,s=[];return Object.keys(n).forEach((function(r){var l,u=!1,c=t.settings?t.settings(r):t.attrSettings.settings.options.settings;if(c[r]&&c[r].type)l=c[r].type;else{if(!c.type||!c.type.name)return;l=c.type.name}var d=c[r]&&c[r].options?c[r].options:c.settings&&c.settings.options?c.settings.options:{},m=n[r];"paramsGroup"===l&&t.get(r).value.forEach((function(n,l){var o={};o.element=t,o.attrKey=r,o.attrSettings=c,o.atts=n,o.paramGroupItemId="".concat(l,"-").concat(e);var u=be.dynamicFields.getCommentsStack(e,o,a,i);i=u.attributesLevel,s=s.concat(u.commentStack)}));if((0,o.env)("VCV_JS_FT_DYNAMIC_FIELDS")&&d&&void 0!==d.dynamicField){if(d.dynamicField.html)return;if("htmleditor"===l)return;if("inputSelect"===l)u=m.input&&m.input.match(ce);else if("string"===l)u=m.match(ce);else if(-1!==["attachimage"].indexOf(l)){var p=m.link?m.link:m.urls&&m.urls[0]?m.urls[0].link:"";if(p&&p.url)if(p.url.match(ce)){var v={};v.element=t,v.settings=function(){return{settings:{options:{dynamicField:!0}},type:{name:"url"}}},v.atts={url:p};var f=be.dynamicFields.getCommentsStack(e,v,a,i);i=f.attributesLevel,s=s.concat(f.commentStack)}u=(m=m.full?m.full:m.urls&&m.urls[0]?m.urls[0].full:"").match(ce)}else-1!==["url"].indexOf(l)&&(u=(m=m&&m.url?m.url:"").match(ce))}if(u){"inputSelect"===l&&(m=m.input);var h=ue(m);h.blockAtts.elementId=e,void 0!==h.blockAtts.currentValue&&(h.blockAtts.currentValue=be.dynamicFields.getDynamicFieldsData(h,{fieldType:l,fieldOptions:d},!0,{element:n})),t.paramGroupItemId&&(h.blockAtts.paramGroupItemId=t.paramGroupItemId),i++,s.push({blockInfo:h,attributesLevel:i})}if(c.type&&c.type.name&&-1!==["designOptions","designOptionsAdvanced"].indexOf(c.type.name)){var g=m;g&&g.device&&Object.keys(g.device).forEach((function(t){var a="designOptionsAdvanced"===c.type.name?g.device[t].images:g.device[t].image,r=a&&a.urls&&a.urls[0]?a.urls[0].full:"";if("string"==typeof r&&r.match(ce)){var l=ue(r);l.blockAtts.device=t,l.blockAtts.elementId=e,l.blockAtts.typeName=c.type.name,void 0!==l.blockAtts.currentValue&&(l.blockAtts.currentValue=be.dynamicFields.getDynamicFieldsData(l,null,!0,{element:n})),i++,s.push({blockInfo:l,attributesLevel:i})}}))}})),{attributesLevel:i,commentStack:s}},updateDynamicComments:function(e,t,a,i){if(e&&a){var n=S.findDOMNode(e);if(be.dynamicFields.cleanComments(n,t),n.insertAdjacentHTML("beforebegin","\x3c!-- vcwb/dynamicElementComment:".concat(t," --\x3e")),n.insertAdjacentHTML("afterend","\x3c!-- /vcwb/dynamicElementComment:".concat(t," --\x3e")),(0,o.env)("VCV_JS_FT_DYNAMIC_FIELDS")){var s=be.dynamicFields.getCommentsStack(t,a,i);if(s.commentStack.length){i&&ye++;var r=be.getParentCount(t),l=i?ye:0;s.commentStack.forEach((function(e){var t=e.blockInfo,a=e.attributesLevel;n.insertAdjacentHTML("beforebegin","\x3c!-- wp:".concat(t.blockScope).concat(t.blockName,"-").concat(r,"-").concat(a,"-").concat(l," ").concat(JSON.stringify(t.blockAtts)," --\x3e")),n.insertAdjacentHTML("afterend","\x3c!-- /wp:".concat(t.blockScope).concat(t.blockName,"-").concat(r,"-").concat(a,"-").concat(l," --\x3e"))}))}}}},updateViewPageRenderComments:function(e,t,a){if(e&&a){var i=S.findDOMNode(e),n=a.get("tag");if(-1===["contentSlide","pageableTab"].indexOf(n)){var s=JSON.stringify({id:t,tag:n});i.insertAdjacentHTML("beforebegin","\x3c!-- wp:vcwb-view-page-render-element/el-".concat(n.toLowerCase(),"-").concat(t," ").concat(s," --\x3e")),i.insertAdjacentHTML("afterend","\x3c!-- /wp:vcwb-view-page-render-element/el-".concat(n.toLowerCase(),"-").concat(t," ").concat(s," --\x3e"))}}},getDynamicFieldsList:function(e){return(fe.state("postFields").get()||[])[e]||[]},getDynamicValue:function(e){var t,a,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};i||(i=de.get("sourceID"));var r=s.dynamicTemplateProps,l=s.forceSaveSourceId,o=Object.assign({},r||{});o.value=e,l||de.get("sourceID")!==i?o.sourceId=i:delete o.sourceId;var u=be.dynamicFields.getDynamicFieldsData({blockAtts:{value:e,sourceId:i}},n,!0,s);if(o.currentValue=u,null!=s&&null!==(t=s.fieldOptions)&&void 0!==t&&null!==(a=t.dynamicFieldsOptions)&&void 0!==a&&a.addAttributes){var c=(null==s?void 0:s.element)||{};o.attributes={},s.fieldOptions.dynamicFieldsOptions.addAttributes.forEach((function(e){o.attributes[e]=c[e]}))}return"\x3c!-- wp:vcv-gutenberg-blocks/dynamic-field-block ".concat(JSON.stringify(o)," --\x3e\x3c!-- /wp:vcv-gutenberg-blocks/dynamic-field-block --\x3e")},getDefaultDynamicFieldKey:function(e){var t=be.dynamicFields.getDynamicFieldsList(e),a=Object.values(t),i="";return a[0]&&a[0].group&&a[0].group.values&&a[0].group.values[0]&&(i=a[0].group.values[0].value),i},getDefaultValue:function(e){if(e.defaultValue)return e.defaultValue;var t=e.fieldKey,a=e.elementAccessPoint.cook().settings(t).settings,i=a.defaultValue;return void 0===i&&a.value&&(i=a.value),i||""}},list:{settings:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["name"],t=he.action("list");return l().sortBy(t.map((function(e){var t=(0,c.buildSettingsObject)(e.settings);return be.get(t).toJS()})),e)},elements:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["name"],t=he.action("list");return l().sortBy(t.map((function(e){var t=(0,c.buildSettingsObject)(e.settings);return be.get(t)})),e)}},getContainerChildren:function(e){return Object.prototype.hasOwnProperty.call(ge,e)?ge[e]:[]},getParentCount:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=re.get(e),i=!(!a||!a.parent)&&a.parent;if(i){var n=re.get(i);return t++,be.getParentCount(n.id,t)}return t},visualizeAttributes:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=arguments.length>3&&void 0!==arguments[3]&&arguments[3],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],l=a?a.atts:e.getAll(!1),u=a?a.id:l.id,c={},d=!0,m=new(U())(window.navigator.userAgent);return m.mobile()&&(m.tablet()||m.phone())&&(d=!1),Object.keys(l).forEach((function(m){var p,v=a&&a.attrSettings?a.attrSettings.settings.options.settings:e.settings(m);if(a){if(!v[m]||!v[m].type)return;p=v[m].type}else v.type&&v.type.name&&(p=v.type&&v.type.name?v.type.name:"");var h=a?v[m].options:v.settings.options?v.settings.options:{},g=null,y=g="object"!==(0,s.default)(l[m])||null===l[m]||l[m]instanceof Array?l[m]:JSON.parse(JSON.stringify(l[m])),b=!1;if((0,o.env)("VCV_JS_FT_DYNAMIC_FIELDS")&&h&&void 0!==h.dynamicField)if(-1!==["string","htmleditor","inputSelect"].indexOf(p))("inputSelect"===p?g.input&&g.input.match(ce):g.match(ce))&&(b=!0);else if(-1!==["attachimage"].indexOf(p)){var C=g.full?g.full:g.urls&&g.urls[0]?g.urls[0].full:"";(b=C.match(ce))&&(y=C);var x=g.link?g.link:g.urls&&g.urls[0]?g.urls[0].link:"";if(x&&x.url&&x.url.match(ce)){var k={atts:{url:x}},w=be.visualizeAttributes({settings:function(){return{url:{options:{dynamicField:!0},type:"url"}}}},!1,k,!1,r);g.link?g.link=w.url:g.urls&&g.urls[0]&&g.urls[0].link&&(g.urls[0].link=w.url)}}else if(-1!==["url"].indexOf(p)){var S=g&&g.url?g.url:"";(b=S.match(ce))&&(y=S)}if(b){var L;L="inputSelect"===p?y.input&&y.input.split(ce):y.split(ce);var E=be.dynamicFields.getDynamicFieldsData({fieldKey:m,value:y,blockName:L[3],blockAtts:JSON.parse(L[4].trim()),blockContent:L[7],beforeBlock:L[0]||"",afterBlock:L[14]||""},{fieldKey:m,fieldType:p,fieldOptions:h},r,{element:l});if(-1!==["attachimage"].indexOf(p))if(g&&g.full)g.full=E,c[m]=g;else if(g.urls&&g.urls[0]){var T={ids:[],urls:[{full:E}]};g.urls[0]&&g.urls[0].filter&&(T.urls[0].filter=g.urls[0].filter),g.urls[0]&&g.urls[0].link&&(T.urls[0].link=g.urls[0].link),c[m]=T}else c[m]=E;else"inputSelect"===p?(g.input=E,g.select=null,c[m]=g):"url"===p?(g.url=E,c[m]=g):c[m]=E}else if(!n&&h&&h.inline){(0,o.env)("VCV_ADDON_ROLE_MANAGER_ENABLED")&&e.get("metaIsElementLocked")&&!me.can("editor_settings_element_lock",me.defaultAdmin())&&(d=!1);var j={};a&&(j.paramIndex=a.index,j.paramField=m,j.paramParentField=a.attrKey),c[m]=f.createElement(te,(0,i.default)({id:u,fieldKey:m,fieldType:p,api:t,cook:be,options:ie(ie({},h),{},{allowInline:d})},j),g||"")}else if("paramsGroup"===p){var P={};P.element=e,P.attrKey=m,P.attrSettings=v,P.allowInline=d,P.id=u;var O={value:[]};e.get(m).value.forEach((function(a,i){P.atts=a,P.index=i,O.value[i]=be.visualizeAttributes(e,t,P,n,r)})),c[m]=O}else if("htmleditor"===p&&(!h||!h.inline)||n&&h&&h.inline)c[m]=f.createElement("div",{className:"vcvhelper","data-vcvs-html":g,dangerouslySetInnerHTML:{__html:g}});else if("dropdown"===p&&!g&&Object.prototype.hasOwnProperty.call(h,"global")&&h.global){var R;(R="function"==typeof window[h.global]?window[h.global]():window[h.global])&&R.length&&(c[m]=R[0].value)}else c[m]=g})),c}},Ce=function(){var e=be.list.elements();e.forEach((function(t){var a=t.containerFor(),i=t.get("tag");a.length&&a.indexOf("General")<0&&(ge[i]=function(e,t){var a=[];return t.forEach((function(t){t&&t.relatedTo(e)&&a.push({tag:t.get("tag"),name:t.getName()})})),a}(a,e))}))};ve.on("start",(function(){setTimeout((function(){Ce()}),1)})),ve.on("add",(function(){setTimeout((function(){Ce()}),1)})),(0,o.addService)("cook",be)},"./public/editor/services/dataManager/service.js":function(e,t,a){var i,n=a("./node_modules/vc-cake/index.js"),s={get:function(e){return Object.prototype.hasOwnProperty.call(i,e)?i[e]():null},set:function(e,t){i[e]=function(){return t}},reset:function(){i={sourceID:function(){return window.vcvSourceID},nonce:function(){return window.vcvNonce},localizations:function(){return window.VCV_I18N?window.VCV_I18N():{}},adminAjaxUrl:function(){return window.vcvAdminAjaxUrl},editorType:function(){return window.VCV_EDITOR_TYPE?window.VCV_EDITOR_TYPE():"default"},pageTemplates:function(){return window.VCV_PAGE_TEMPLATES?window.VCV_PAGE_TEMPLATES():""},showFeedbackForm:function(){return window.VCV_SHOW_FEEDBACK_FORM&&window.VCV_SHOW_FEEDBACK_FORM()},showInitialHelpers:function(){return window.VCV_SHOW_INITIAL_HELPERS&&window.VCV_SHOW_INITIAL_HELPERS()},showDataCollectionPopup:function(){return window.VCV_SHOW_DATA_COLLECTION_POPUP&&window.VCV_SHOW_DATA_COLLECTION_POPUP()},hubGetElements:function(){return window.VCV_HUB_GET_ELEMENTS?window.VCV_HUB_GET_ELEMENTS():{}},elementsGlobalsUrl:function(){return window.vcvElementsGlobalsUrl},activationType:function(){return window.vcvActivationType},activationFinishedUrl:function(){return window.vcvActivationFinishedUrl},hubGetAddonTeaser:function(){return window.VCV_HUB_GET_ADDON_TEASER?window.VCV_HUB_GET_ADDON_TEASER():{}},hubGetAddons:function(){return window.VCV_HUB_GET_ADDONS?window.VCV_HUB_GET_ADDONS():{}},hubGetMigratedToFreeAddons:function(){return window.VCV_HUB_GET_MIGRATED_TO_FREE_ADDONS?window.VCV_HUB_GET_MIGRATED_TO_FREE_ADDONS():{}},addonElementPresets:function(){return window.VCV_ADDON_ELEMENT_PRESETS?window.VCV_ADDON_ELEMENT_PRESETS():[]},hubGetGroups:function(){return window.VCV_HUB_GET_GROUPS?window.VCV_HUB_GET_GROUPS():{}},hubGetCategories:function(){return window.VCV_HUB_GET_CATEGORIES?window.VCV_HUB_GET_CATEGORIES():{}},hubGetTeaser:function(){return window.VCV_HUB_GET_TEASER?window.VCV_HUB_GET_TEASER():{}},hubGetTemplatesTeaser:function(){return window.VCV_HUB_GET_TEMPLATES_TEASER?window.VCV_HUB_GET_TEMPLATES_TEASER():{}},getSharedAssets:function(){return window.VCV_GET_SHARED_ASSETS?window.VCV_GET_SHARED_ASSETS():{}},isPremiumActivated:function(){return window.vcvIsPremiumActivated},pageTemplatesLayoutsCurrent:function(){return window.VCV_PAGE_TEMPLATES_LAYOUTS_CURRENT&&window.VCV_PAGE_TEMPLATES_LAYOUTS_CURRENT()},pageTemplatesLayouts:function(){return window.VCV_PAGE_TEMPLATES_LAYOUTS&&window.VCV_PAGE_TEMPLATES_LAYOUTS()},pageTemplatesLayoutsAll:function(){return window.VCV_PAGE_TEMPLATES_LAYOUTS_ALL&&window.VCV_PAGE_TEMPLATES_LAYOUTS_ALL()},headerTemplates:function(){return window.VCV_HEADER_TEMPLATES&&window.VCV_HEADER_TEMPLATES()},sidebarTemplates:function(){return window.VCV_SIDEBAR_TEMPLATES&&window.VCV_SIDEBAR_TEMPLATES()},footerTemplates:function(){return window.VCV_FOOTER_TEMPLATES&&window.VCV_FOOTER_TEMPLATES()},showPremiumPromoPopup:function(){return window.VCV_SHOW_PREMIUM_PROMO_POPUP&&window.VCV_SHOW_PREMIUM_PROMO_POPUP()},tutorialPageUrl:function(){return window.VCV_TUTORIAL_PAGE_URL&&window.VCV_TUTORIAL_PAGE_URL()},tutorialPageCapability:function(){return window.VCV_TUTORIAL_PAGE_CAPABILITY&&window.VCV_TUTORIAL_PAGE_CAPABILITY()},createNewUrl:function(){return window.VCV_CREATE_NEW_URL&&window.VCV_CREATE_NEW_URL()},createNewText:function(){return window.VCV_CREATE_NEW_TEXT&&window.VCV_CREATE_NEW_TEXT()},manageOptions:function(){return window.VCV_MANAGE_OPTIONS&&window.VCV_MANAGE_OPTIONS()},vcvManageOptions:function(){return window.vcvManageOptions},updateUrl:function(){return window.VCV_UPDATE_URL&&window.VCV_UPDATE_URL()},goPremiumUrlWithRef:function(){return window.vcvGoPremiumUrlWithRef},goPremiumUrl:function(){return window.vcvGoPremiumUrl},gettingStartedUrl:function(){return window.vcvGettingStartedUrl},authorApiKey:function(){return window.VCV_AUTHOR_API_KEY&&window.VCV_AUTHOR_API_KEY()},updateActions:function(){return window.VCV_UPDATE_ACTIONS&&window.VCV_UPDATE_ACTIONS()},slug:function(){return window.VCV_SLUG&&window.VCV_SLUG()},updateProcessActionUrl:function(){return window.VCV_UPDATE_PROCESS_ACTION_URL&&window.VCV_UPDATE_PROCESS_ACTION_URL()},updateGlobalVariablesUrl:function(){return window.VCV_UPDATE_GLOBAL_VARIABLES_URL&&window.VCV_UPDATE_GLOBAL_VARIABLES_URL()},updateVendorUrl:function(){return window.VCV_UPDATE_VENDOR_URL&&window.VCV_UPDATE_VENDOR_URL()},updateWPBundleUrl:function(){return window.VCV_UPDATE_WP_BUNDLE_URL&&window.VCV_UPDATE_WP_BUNDLE_URL()},licenseType:function(){return window.VCV_LICENSE_TYPE&&window.VCV_LICENSE_TYPE()},rebuildPostSkipPost:function(){return window.vcvRebuildPostSkipPost},errorReportUrl:function(){return window.VCV_ERROR_REPORT_URL&&window.VCV_ERROR_REPORT_URL()},supportUrl:function(){return window.VCV_SUPPORT_URL&&window.VCV_SUPPORT_URL()},licenseKey:function(){return window.VCV_LICENSE_KEY&&window.VCV_LICENSE_KEY()},apiUrl:function(){return window.VCV_API_URL&&window.VCV_API_URL()},pluginUrl:function(){return window.VCV_PLUGIN_URL&&window.VCV_PLUGIN_URL()},licenseUnsplashAuthorApiKey:function(){return window.VCV_LICENSE_UNSPLASH_AUTHOR_API_KEY&&window.VCV_LICENSE_UNSPLASH_AUTHOR_API_KEY()},createMenuUrl:function(){return window.vcvCreateMenuUrl},utm:function(){return window.VCV_UTM?window.VCV_UTM():{}},hubServerTime:function(){return window.VCV_HUB_SERVER_TIME&&window.VCV_HUB_SERVER_TIME()},pageList:function(){return window.VCV_PAGE_LIST},excerpt:function(){return window.VCV_EXCERPT},authorList:function(){return window.VCV_AUTHOR_LIST},commentStatus:function(){return window.VCV_COMMENT_STATUS},pingStatus:function(){return window.VCV_PING_STATUS},manageMenuUrl:function(){return window.vcvManageMenuUrl},featuredImage:function(){return window.VCV_FEATURED_IMAGE&&window.VCV_FEATURED_IMAGE()},postData:function(){return window.vcvPostData||{}},hubTeaserShowBadge:function(){return window.vcvHubTeaserShowBadge},tags:function(){return window.VCV_TAGS},categories:function(){return window.VCV_CATEGORIES},pluginVersion:function(){return window.VCV_PLUGIN_VERSION&&window.VCV_PLUGIN_VERSION()},frontEndError:function(){return window.vcvFeError||"default"},pageEditableNonce:function(){return window.vcvPageEditableNonce},freezeReady:function(){return window.vcvFreezeReady},ajaxUrl:function(){return window.vcvAjaxUrl},pluginSourceUrl:function(){return window.vcvPluginSourceUrl},gutenbergEditorUrl:function(){return window.vcvGutenbergEditorUrl?window.vcvGutenbergEditorUrl:"/wp-admin/post-new.php?post_type=vcv_gutenberg_attr"},hubGetTemplates:function(){return window.VCV_HUB_GET_TEMPLATES&&window.VCV_HUB_GET_TEMPLATES()},agreeHubTerms:function(){return window.vcvAgreeHubTerms},showPricingPopup:function(){return window.vcvShowPricingPopup},isWpNativeLazyLoadExist:function(){return window.VCV_IS_WP_NATIVE_LAZY_LOAD_EXIST&&window.VCV_IS_WP_NATIVE_LAZY_LOAD_EXIST()},globalSettings:function(){return window.VCV_GLOBAL_DATA&&window.VCV_GLOBAL_DATA()},isBinaryContent:function(){return window.VCV_IS_BINARY_CONTENT&&window.VCV_IS_BINARY_CONTENT()},isEnvJsSaveZip:function(){return window.VCV_JS_SAVE_ZIP&&window.VCV_JS_SAVE_ZIP()},globalTemplatesList:function(){return window.vcvGlobalTemplatesList}}}};s.reset(),n.addService("dataManager",s)},"./public/editor/services/dataProcessor/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=(0,i.getService)("utils"),s=[],r=1,l={http:function(e){var t=function(e,t,a,n){var l=new Promise((function(s,r){var l=new window.XMLHttpRequest;l.open(e,t);var o="";(0,i.getService)("dataManager").get("isEnvJsSaveZip")?(a instanceof Blob?(l.setRequestHeader("Content-type","application/octet-stream"),l.setRequestHeader("Content-Transfer-Encoding","binary")):l.setRequestHeader("Content-type",n),a&&(o=a instanceof Blob?a:window.jQuery.param(a))):(l.setRequestHeader("Content-type",n),a&&(o=window.jQuery.param(a)));try{l.send(o)}catch(u){r(this.statusText)}l.onload=function(){this.status>=200&&this.status<300?s(this.response):r(this.statusText)},l.onerror=function(){r(this.statusText)}})),o=r;return l.key=o,r++,s.push(l),l.catch((function(e){throw console.warn("Ajax Request rejected",e),s=s.filter((function(e){return e.key!==o})),e}))};return{url:e,get:function(e){return this.ajax("GET",e)},post:function(e){return this.ajax("POST",e,"application/x-www-form-urlencoded")},put:function(e){return this.ajax("PUT",e,"application/x-www-form-urlencoded")},delete:function(e){return this.ajax("DELETE",e)},ajax:function(e,a,i){return t(e,this.url,a,i)}}},appServerRequest:function(e){return this.getServerRequest("ajaxUrl",e)},appAdminServerRequest:function(e){return this.getServerRequest("adminAjaxUrl",e)},getServerRequest:function(e,t){var a=(0,i.getService)("dataManager"),s=a.get(e);if(t=Object.assign({"vcv-nonce":a.get("nonce"),"vcv-source-id":a.get("sourceID")},t),a.get("isEnvJsSaveZip")){var r=n.compressData(t);t=r instanceof Blob?r:{"vcv-zip":r}}return this.http(s).post(t)},loadScript:function(e,t){return this.http(e).ajax("get",void 0,"application/javascript").then((function(e){var a=document.createElement("script");a.innerHTML=e,t?t.appendChild(a):document.body.appendChild(a)}))},appAllDone:function(){return Promise.all(s).then((function(){s=[]}))}};(0,i.addService)("dataProcessor",l)},"./public/editor/services/document/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./public/editor/stores/store.js"),n=a("./public/editor/stores/document/slice.ts"),s=a("./node_modules/vc-cake/index.js"),r=s.getService("utils").createKey,l={getChildren:function(e){var t=i.default.getState().document.documentData;return Object.keys(t).map((function(e){return JSON.parse(JSON.stringify(t[e]))})).filter((function(t){return t.parent===e})).sort((function(e,t){return e.order-t.order}))},getLastOrderIndex:function(e){var t=this.getChildren(e),a=t[t.length-1];return a?a.order+1:0}},o={create:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.id||r(),s={id:a,parent:e.parent||!1};t&&(t.insertAfter||t.insertInstead)||(s.order=l.getLastOrderIndex(e.parent||!1)),t&&t.insertInstead&&e.order&&(s.order=e.order);var o=Object.assign(e,s);return i.default.dispatch((0,n.set)([a,o,t])),JSON.parse(JSON.stringify(o))},delete:function(e){var t=this,a=[];return i.default.dispatch((0,n.remove)(e)),a.push(e),l.getChildren(e).forEach((function(e){a=a.concat(t.delete(e.id))}),this),a},update:function(e,t){i.default.dispatch((0,n.update)([e,t]))},get:function(e){var t=i.default.getState().document.documentData[e];return t?JSON.parse(JSON.stringify(t)):null},children:function(e){return JSON.parse(JSON.stringify(l.getChildren(e)))},moveBefore:function(e,t){i.default.dispatch((0,n.moveBefore)([e,t]))},moveAfter:function(e,t){i.default.dispatch((0,n.moveAfter)([e,t]))},appendTo:function(e,t){i.default.dispatch((0,n.appendTo)([e,t,l.getLastOrderIndex(t)]))},clone:function(e,t,a){var s=r();return i.default.dispatch((0,n.clone)([e,s,t,a])),this.get(s)},copy:function(e){var t=this,a=[],i=this.get(e);return!!i&&(i.id=r(),i.metaCustomId="",i.parent="",l.getChildren(e).forEach((function(e){a.push(t.copy(e.id))}),this),{element:i,children:a})},getDescendants:function(e){var t=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=this.get(e);return!!i&&(a[e]=i,l.getChildren(e).forEach((function(e){t.getDescendants(e.id,a)})),a)},all:function(){return JSON.parse(JSON.stringify(i.default.getState().document.documentData))},reset:function(e){i.default.dispatch((0,n.reset)(e))},size:function(){return Object.keys(i.default.getState().document.documentData).length},filter:function(e){var t=i.default.getState().document.documentData;return Object.keys(t).map((function(e){return JSON.parse(JSON.stringify(t[e]))})).filter(e)},getTopParent:function(e){var t=this.get(e);return t&&t.parent?this.getTopParent(t.parent):e},getByTag:function(e){var t={},a=i.default.getState().document.documentData;return Object.keys(a).map((function(i){a[i].tag===e&&(t[i]=JSON.parse(JSON.stringify(a[i])))})),t}};s.addService("document",o)},"./public/editor/services/elementAccessPoint/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),s=a("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),r=a("./node_modules/@babel/runtime/helpers/esm/createClass.js");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=Symbol(" _cookElement"),c=Symbol(" _data"),d=function(){function e(t,a,i){var n=this;(0,s.default)(this,e),this.inner=t.inner,this.innerMultipleLevel=t.innerMultipleLevel,this.id=t.id,this.tag=t.tag,this.services=a,this.storages=i,Object.defineProperty(this,c,{writable:!1,value:t}),Object.defineProperty(this,u,{writable:!1,value:function(){return n.services.cook.get(n[c])}}),void 0===this.id&&(this.id=this.cook().get("id"))}return(0,r.default)(e,[{key:"set",value:function(e,t){var a=this.cook();a.set(e,t),this[c][e]=t,this.inner||this.storages.elements.trigger("update",this.id,o(o({},this.cook().toJS()),{},(0,n.default)({},e,t)),"editForm",{changedAttribute:e,changedAttributeType:a.settings(e).type})}},{key:"cook",value:function(){return this[u]()}},{key:"onChange",value:function(e){this.storages.elements.on("element:".concat(this.id),e)}},{key:"onAttributeChange",value:function(){}},{key:"ignoreChange",value:function(e){this.storages.elements.off("element:".concat(this.id),e)}},{key:"ignoreAttributeChange",value:function(){}}]),e}(),m={document:(0,i.getService)("document"),cook:(0,i.getService)("cook")},p={elements:(0,i.getStorage)("elements")},v={getInstance:function(e,t,a){if(e){if(t=m.document.get(e))return new d(t,m,p)}else if(t)return t.inner=!0,a&&a.elementAccessPoint.inner&&(t.innerMultipleLevel=!0),new d(t,m,p);return null}};(0,i.addService)("elementAccessPoint",v)},"./public/editor/services/elementAssetsLibrary/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"),n=a("./node_modules/vc-cake/index.js"),s=a.n(n),r=function(e){var t=s().getService("sharedAssetsLibrary"),a=s().getStorage("assets").state("jsLibs").get(),i={cssBundles:[],jsBundles:[]};if(!a)return i;var n=a.elements.find((function(t){return t.id===e.get("id")})),r=n&&n.assetLibraries;return r&&r.length&&r.forEach((function(e){var a=t.getAssetsLibraryFiles(e);a&&a.cssBundles&&a.cssBundles.length&&(i.cssBundles=i.cssBundles.concat(a.cssBundles)),a&&a.jsBundles&&a.jsBundles.length&&(i.jsBundles=i.jsBundles.concat(a.jsBundles))})),i},l=function(e){var t=s().getService("sharedAssetsLibrary"),a=s().getStorage("assetsUpdate").state("jsLibs").get(),i={cssBundles:[],jsBundles:[]};if(a&&a.elements){var n=a.elements.find((function(t){return t.id===e.get("id")})),r=n&&n.assetLibraries;r&&r.length&&r.forEach((function(e){var a=t.getAssetsLibraryFiles(e);a&&a.cssBundles&&a.cssBundles.length&&(i.cssBundles=i.cssBundles.concat(a.cssBundles)),a&&a.jsBundles&&a.jsBundles.length&&(i.jsBundles=i.jsBundles.concat(a.jsBundles))}))}return i},o=function(e){var t={cssBundles:[],jsBundles:[]},a=s().getService("rulesManager"),i=e.get("metaElementPath"),n=e.get("metaPublicJs")&&e.get("metaPublicJs").libraries;return n&&n.forEach((function(n){var s=[];n.libPaths&&n.libPaths.length&&(n.rules?a.checkSync(e.toJS(),n.rules,(function(e){e&&(s=s.concat(n.libPaths))})):s=s.concat(n.libPaths)),s=s.map((function(e){return i+e})),t.jsBundles=t.jsBundles.concat(s)})),t},u=function(e,t){var a={cssBundles:[],jsBundles:[]};if(t&&t.metaPublicJs){var i=s().getService("rulesManager"),n=e.get("metaElementPath"),r=e.get("metaPublicJs")&&e.get("metaPublicJs").libraries;r&&r.forEach((function(t){var s=[];t.libPaths&&t.libPaths.length&&(t.rules?i.checkSync(e.toJS(),t.rules,(function(e){e&&(s=s.concat(t.libPaths))})):s=s.concat(t.libPaths)),s=s.map((function(e){return n+e})),a.jsBundles=a.jsBundles.concat(s)}))}else{var l=e.get("metaBackendEditorJs"),o=e.get("metaElementPath");l&&l.length&&(l=l.map((function(e){return o+e})),a.jsBundles=a.jsBundles.concat(l))}return a},c=function(e,t,a){var n={cssBundles:[],jsBundles:[]},r=s().getService("cook");return e.filter((function(e,i,s){if("element"===s.type){var l=r.get(i);if(!l)return;var o=t(l,t,a);n.cssBundles=n.cssBundles.concat(o.cssBundles),n.jsBundles=n.jsBundles.concat(o.jsBundles)}})),n.cssBundles=(0,i.default)(new Set(n.cssBundles)),n.jsBundles=(0,i.default)(new Set(n.jsBundles)),n},d=function(e){var t=s().getService("rulesManager"),a=s().getService("sharedAssetsLibrary"),i=e.get("sharedAssetsLibrary")&&e.get("sharedAssetsLibrary").libraries,n={cssBundles:[],jsBundles:[]},r=[];i&&i.forEach((function(a){a.libsNames&&a.libsNames.length&&(a.rules?t.checkSync(e.toJS(),a.rules,(function(e){e&&(r=r.concat(a.libsNames))})):r=r.concat(a.libsNames))})),r.forEach((function(e){var t=a.getAssetsLibraryFiles(e);t&&t.cssBundles&&t.cssBundles.length&&(n.cssBundles=n.cssBundles.concat(t.cssBundles)),t&&t.jsBundles&&t.jsBundles.length&&(n.jsBundles=n.jsBundles.concat(t.jsBundles))}));var l=e.get("metaElementAssets"),o=l&&l.googleFonts;return o&&Object.keys(o).forEach((function(e){var t=o[e];Object.keys(t).forEach((function(e){var a=t[e],i="".concat(e);a.variants&&(i+=":".concat(a.variants.join(","))),a.subsets&&(i+="&subset=".concat(a.subsets)),n.cssBundles.push("https://fonts.googleapis.com/css?family=".concat(i))}))})),n},m=function e(t){if(!t)return[];var a=s().getService("cook"),n=new Set,r=t.get("settings"),l=t.toJS();for(var o in r)if("element"===r[o].type){var u=a.get(l[o]);n=new Set((0,i.default)(n).concat(e(u)))}else if("googleFonts"===r[o].type){var c=t.get(o);if(c){var d=c.fontStyle?"regular"===c.fontStyle.style?"":c.fontStyle.style:null,m="";m=c.fontStyle?"https://fonts.googleapis.com/css?family=".concat(c.fontFamily,":").concat(c.fontStyle.weight+d):"https://fonts.googleapis.com/css?family=".concat(c.fontFamily),n.add(m)}}return(0,i.default)(n)},p={getAssetsFilesByTags:function(e){var t={cssBundles:[],jsBundles:[]},a=s().getService("cook");return e.forEach((function(e){var i=a.get({tag:e});if(i){var n=p.getAssetsFilesByElement(i);t.cssBundles=t.cssBundles.concat(n.cssBundles),t.jsBundles=t.jsBundles.concat(n.jsBundles)}})),t.cssBundles=(0,i.default)(new Set(t.cssBundles)),t.jsBundles=(0,i.default)(new Set(t.jsBundles)),t},getAssetsFilesByElement:function(e){var t={cssBundles:[],jsBundles:[]};if(!e)return t;var a=r(e),n=o(e),s=d(e);t.cssBundles=t.cssBundles.concat(s.cssBundles),t.jsBundles=t.jsBundles.concat(s.jsBundles),t.cssBundles=t.cssBundles.concat(a.cssBundles),t.jsBundles=t.jsBundles.concat(a.jsBundles),t.cssBundles=t.cssBundles.concat(n.cssBundles),t.jsBundles=t.jsBundles.concat(n.jsBundles),t.cssBundles=t.cssBundles.concat(m(e));var l=p.getAssetsFilesByElement,u=c(e,l);return t.cssBundles=t.cssBundles.concat(u.cssBundles),t.jsBundles=t.jsBundles.concat(u.jsBundles),t.cssBundles=(0,i.default)(new Set(t.cssBundles)),t.jsBundles=(0,i.default)(new Set(t.jsBundles)),t},getBackendEditorAssetsFilesByElement:function(e,t){var a={cssBundles:[],jsBundles:[]};if(!e)return a;var n=l(e),s=u(e,t);a.cssBundles=a.cssBundles.concat(n.cssBundles),a.jsBundles=a.jsBundles.concat(n.jsBundles),a.cssBundles=a.cssBundles.concat(s.cssBundles),a.jsBundles=a.jsBundles.concat(s.jsBundles),a.cssBundles=a.cssBundles.concat(m(e));var r=p.getBackendEditorAssetsFilesByElement,o=c(e,r,t);return a.cssBundles=a.cssBundles.concat(o.cssBundles),a.jsBundles=a.jsBundles.concat(o.jsBundles),a.cssBundles=(0,i.default)(new Set(a.cssBundles)),a.jsBundles=(0,i.default)(new Set(a.jsBundles)),a}};s().addService("elementAssetsLibrary",p)},"./public/editor/services/hubAddons/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=n().getService("dataManager").get("hubGetAddons"),r={all:function(){return s},add:function(e){s[e.tag]=e},get:function(e){return s&&s[e]?s[e]:null}};n().addService("hubAddons",r)},"./public/editor/services/hubElements/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=function(e,t){return e.thirdParty?1:t.thirdParty||e.metaOrder&&void 0===t.metaOrder?-1:void 0===e.metaOrder&&t.metaOrder?1:e.metaOrder&&t.metaOrder?e.metaOrder-t.metaOrder:e.name?e.name.localeCompare(t.name,{kn:!0},{sensitivity:"base"}):-1},r=a("./node_modules/lodash/lodash.js"),l=a.n(r),o=n().getStorage("hubElements"),u=n().getService("cook"),c={get:function(e){return o.state("categories").get()[e]},getElementName:function(e){var t="";if(e.name)t=e.name;else if("function"==typeof e.get)e.get("name")&&(t=e.get("name"));else if(e.tag){var a=u.get(e);a.get("name")&&(t=a.get("name"))}return t.toLowerCase()},getElementDescription:function(e){var t=e.metaDescription||e.description||"";if(!t&&e.tag){var a=u.get(e).get("metaDescription");a&&(t=a)}return t.toLowerCase()},getSortedElements:l().memoize((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=[],a=o.state("elements").get();return e.length||(e=Object.keys(a)),e.forEach((function(e){if(a[e]&&!a[e].metaIsElementRemoved){var i=u.get({tag:e}).toJS(!0,!1),n=a[e];i.thirdParty=Object.prototype.hasOwnProperty.call(n,"thirdParty")&&!0===n.thirdParty,delete i.id,i.usageCount=a[e].usageCount,i.metaIsDefaultElement=a[e].metaIsDefaultElement,t.push(i)}})),t.sort(s)})),getElementIcon:l().memoize((function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=c.getElementCategoryName(e),i=o.state("categories").get();return a&&t?i[a]&&i[a].iconDark?i[a].iconDark:i.Misc.iconDark:a&&i[a]&&i[a].icon?i[a].icon:i.Misc.icon})),getElementCategoryName:l().memoize((function(e){var t=o.state("categories").get();return Object.keys(t).find((function(a){var i=t[a];return i.elements&&i.elements.includes(e)}))}))};n().addService("hubElements",c)},"./public/editor/services/modernAssetsStorage/service.js":function(e,t,a){"use strict";a.r(t);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/vc-cake/index.js"),r=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),l=a("./node_modules/@babel/runtime/helpers/esm/typeof.js"),o=a("./node_modules/lodash/lodash.js"),u=a.n(o),c=a("./public/sources/attributes/designOptions/Component.js");function d(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 m(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?d(Object(a),!0).forEach((function(t){(0,r.default)(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):d(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var p=(0,s.getService)("cook"),v=function(){function e(){(0,i.default)(this,e)}return(0,n.default)(e,[{key:"getElementTagsByTagName",value:function(e,t){var a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,n=p.getSettings(e);if(!n)return t;for(var s in n.settings){var r;if("element"===n.settings[s].type)if(i&&i[s])null!==(r=i[s])&&void 0!==r&&r.tag&&(t=this.getElementTagsByTagName(i[s].tag,t,i[s]));else n.settings[s].value.tag&&(t=this.getElementTagsByTagName(n.settings[s].value.tag,t));else if("paramsGroup"===n.settings[s].type){var l=i[s];l&&l.value&&l.value.length&&l.value.forEach((function(e){for(var i in e){var n=e[i];n.tag&&(t=a.getElementTagsByTagName(n.tag,t,n))}}))}}return t[e]=!0,t}},{key:"getCssMixinsByElement",value:function(e){var t,a=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(!(t=!1===n?p.get(e):p.buildSettingsElement(e,n,o)))return(0,s.env)("VCV_DEBUG")&&console.warn("AssetsStorage no element found",e,i,n,o),i;var c=t.get("settings"),d={},v=t.data.tag||"innerTag",f=function(e){if("element"===c[e].type)i=a.getCssMixinsByElement(t.get(e),i);else if("paramsGroup"===c[e].type){var n=t.get(e);if(n&&n.value&&n.value.length){var s=c[e].options.settings,o={};for(var u in s)o[u]=t.settings(u,s).settings;n.value.forEach((function(n,s){var r=t.get("cssSettings"),l=a.getCssMixinsByElement(n,{},o,r);void 0===i[v]&&(i[v]={}),void 0===i[v][e]&&(i[v][e]={}),i[v][e][s]=l}))}}else if(Object.prototype.hasOwnProperty.call(c[e],"options")&&Object.prototype.hasOwnProperty.call(c[e].options,"cssMixin")){var p=c[e].options.cssMixin,f=t.get("cssSettings");if(!d[p.mixin]&&f.mixins[p.mixin]&&(d[p.mixin]={variables:{},src:f.mixins[p.mixin].mixin,path:t.get("metaElementPath")}),"designOptions"===c[e].type||"designOptionsAdvanced"===c[e].type)!function(){var e=t.get("designOptions");if(e&&e.attributeMixins){d[p.mixin].selector=p.selector,d[p.mixin].variables={all:{value:!1},xs:{value:!1},sm:{value:!1},md:{value:!1},lg:{value:!1},xl:{value:!1}};var a=function(t){if(e.attributeMixins[t]&&e.attributeMixins[t].variables){var a=e.attributeMixins[t].variables.device&&e.attributeMixins[t].variables.device.value?e.attributeMixins[t].variables.device.value:"all",i=(0,r.default)({},a,{value:!0});if("all"===p.property)for(var n in e.attributeMixins[t].variables){"device"!==n&&(i[a+n]=e.attributeMixins[t].variables[n])}else p.property.split(" ").forEach((function(n){for(var s in e.attributeMixins[t].variables){if(s.indexOf(n)>=0)i[a+s]=e.attributeMixins[t].variables[s]}}));d[p.mixin].variables=m(m({},d[p.mixin].variables),i)}};for(var i in e.attributeMixins)a(i)}}();else{if(!Object.prototype.hasOwnProperty.call(d,p.mixin))return console.warn("".concat(p.mixin," not found in element! Please check your mixin!")),{v:{}};var h=c[e].value,g=t.get(e);"number"==typeof g&&(h=g.toString()),"string"==typeof g&&(h=g),"object"===(0,l.default)(g)&&g.constructor===Object&&g.mixinValue&&(h=g.mixinValue),"object"===(0,l.default)(g)&&g.constructor===Object&&p.valueKey&&(h=g[p.valueKey]),d[p.mixin].variables[p.property]={value:h},p.namePattern&&(d[p.mixin].variables[p.property].namePattern=p.namePattern)}}};for(var h in c){var g=f(h);if("object"===(0,l.default)(g))return g.v}var y=function(e){i[v]||(i[v]={}),i[v][e]||(i[v][e]={});var t=[],a={},n=!1;Object.keys(d[e].variables).sort().forEach((function(i){var r=d[e].variables[i].value||"empty";u().isString(r)||(0,s.env)("VCV_DEBUG")&&console.warn("Mixin attribute value not a string",r,i,e,d),"empty"!==(r+="")&&d[e].variables[i].namePattern&&(r=(r=r.match(new RegExp(d[e].variables[i].namePattern,"gi"))).length?r.join("-"):"empty"),r.indexOf("%")&&(r=r.replace("%","percent")),t.push(r),a[i]=d[e].variables[i].value||!1,a[i]&&["all","xs","sm","md","lg","xl"].indexOf(i)<0&&(n=!0)}));var r=d[e].selector||t.join("--");r&&n&&(a.selector=r,i[v][e][r]||(i[v][e][r]=a))};for(var b in d)y(b);return i}},{key:"getAttributesMixinsByElement",value:function(e){var t=p.get(e);if(!t)return{};var a={},i=t.get("settings"),n={},s=t.get("tag"),r=t.get("id"),l=function(e){if(Object.prototype.hasOwnProperty.call(i,e)){var a=t.get(e);if(a){var s={},r=i[e].attrSettings;r.type.component&&r.type.component.buildMixins&&(s=Object.assign(s,r.type.component.buildMixins(t.toJS(),a,t,r))),a.attributeMixins&&(s=Object.assign(s,a.attributeMixins)),s&&Object.keys(s).forEach((function(t){n["".concat(e,":").concat(t)]=u().defaultsDeep({},s[t])}))}}};for(var o in i)l(o);var c=function(e){var i={},l=!1;Object.keys(n[e].variables).sort().forEach((function(t){i[t]=n[e].variables[t].value||!1,i[t]&&(l=!0)})),l&&(a[s]||(a[s]={}),a[s][e]||(a[s][e]=Object.assign({},n[e])),i.selector||(i.selector="el-".concat(r)),a[s][e].src=n[e].src,a[s][e].variables=i,a[s][e].path=t.get("metaElementPath"))};for(var d in n)c(d);return a}},{key:"getCssDataByElement",value:function(e,t){if(!e)return null;t=u().defaults(t,{tags:!0,cssMixins:!0,attributeMixins:!0},{});var a={tags:[],cssMixins:[],attributeMixins:[]};if(t.tags){var i=this.getElementTagsByTagName(e.tag,{},e);Object.keys(i).forEach((function(e){var t=p.get({tag:e});if(t){var i=t.get("cssSettings");i.css&&a.tags.push({src:i.css,path:t.get("metaElementPath")})}}))}if(t.cssMixins&&(a.cssMixins=a.cssMixins.concat(this.getMixinStyles(e))),t.attributeMixins){var n=this.getAttributesMixinsByElement(e);Object.keys(n).forEach((function(e){Object.keys(n[e]).forEach((function(i){t.skipOnSave&&n[e][i].skipOnSave||a.attributeMixins.push(n[e][i])}))}))}return a}},{key:"elementCssBase",value:function(e){var t=[],a=p.get({tag:e});if(a){var i=a.get("cssSettings");return i.css&&t.push({src:i.css,path:a.get("metaElementPath")}),t}}},{key:"elementCssEditor",value:function(e){var t=[],a=p.get({tag:e});if(a){var i=a.get("cssSettings");return i.editorCss&&t.push({src:i.editorCss,path:a.get("metaElementPath")}),t}}},{key:"getElementLocalAttributesCssMixins",value:function(e){if(!e)return null;var t=[];return t=t.concat(this.getMixinStyles(e))}},{key:"getElementGlobalAttributesCssMixins",value:function(e){if(!e)return null;var t=[],a=this.getAttributesMixinsByElement(e);return Object.keys(a).forEach((function(e){Object.keys(a[e]).forEach((function(i){t.push(a[e][i])}))})),t}},{key:"getNestedMixinsStyles",value:function(e,t,a){var i=[];for(var n in t)for(var s in t[n])e.mixins&&e.mixins[n]&&i.push({variables:t[n][s],src:e.mixins[n].mixin,path:a.get("metaElementPath")});return i}},{key:"getMixinStyles",value:function(e){var t=this,a=[],i=this.getCssMixinsByElement(e,{});return Object.keys(i).forEach((function(n){var s=p.get({tag:n});if(s){var r=s.get("cssSettings");Object.keys(i[n]).forEach((function(l){if(Object.prototype.hasOwnProperty.call(e,l)&&r.mixins&&!r.mixins[l])for(var o in i[n][l])for(var u in i[n][l][o]){var c=[];if("innerTag"===u)c=t.getNestedMixinsStyles(r,i[n][l][o][u],s);else{var d=p.get({tag:u}),m=d.get("cssSettings");c=t.getNestedMixinsStyles(m,i[n][l][o][u],d)}a=a.concat(c)}else for(var v in i[n][l])r.mixins&&r.mixins[l]&&a.push({variables:i[n][l][v],src:r.mixins[l].mixin,path:s.get("metaElementPath")})}))}})),a}},{key:"getPageDesignOptionsMixins",value:function(e){var t=c.default.buildMixins({},e,void 0,void 0,!0),a={},i={},n="pageDesignOptions";t&&Object.keys(t).forEach((function(e){a["".concat(n,":").concat(e)]=u().defaultsDeep({},t[e])}));var s=function(t){var s={},r=!1;Object.keys(a[t].variables).sort().forEach((function(e){s[e]=a[t].variables[e].value||!1,s[e]&&(r=!0)})),r&&(i[n]||(i[n]={}),i[n][t]||(i[n][t]=Object.assign({},a[t])),s.selector||(s.selector=e.selector||"body"),i[n][t].src=a[t].src,i[n][t].variables=s)};for(var r in a)s(r);return i}}]),e}(),f=new v,h=function(){function e(){(0,i.default)(this,e)}return(0,n.default)(e,[{key:"getElementTagsByData",value:function(e){return Object.keys(f.getElementTagsByTagName(e.tag,{},e))}},{key:"getCssMixinsByElement",value:function(e){return e.tag?f.getCssMixinsByElement(e):((0,s.env)("VCV_DEBUG")&&console.warn("Assets.service no element tag provided",e),{})}},{key:"getAttributesMixinsByElement",value:function(e){return f.getAttributesMixinsByElement(e)}},{key:"getCssDataByElement",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return f.getCssDataByElement(e,t)}},{key:"elementCssBase",value:function(e){return f.elementCssBase(e)}},{key:"getElementGlobalAttributesCssMixins",value:function(e){return f.getElementGlobalAttributesCssMixins(e)}},{key:"getPageDesignOptionsMixins",value:function(e){return f.getPageDesignOptionsMixins(e)}},{key:"getElementLocalAttributesCssMixins",value:function(e){return f.getElementLocalAttributesCssMixins(e)}},{key:"elementCssEditor",value:function(e){return f.elementCssEditor(e)}}]),e}(),g=new h,y={create:function(){return g}};(0,s.addService)("modernAssetsStorage",y)},"./public/editor/services/renderProcessor/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=[],s={add:function(e){n.push(e)},appAllDone:function(){var e=this;return this.clearTimeout(),new window.Promise((function(t){e.timeout=window.setTimeout((function(){console.warn&&console.warn("RenderProcess timed-out"),e.purge(),t()}),6e4),Promise.all(n).then((function(){e.purge(),t()})).catch((function(a){console.warn&&console.warn("renderProcessor failed",a),e.purge(),t()}))}))},clearTimeout:function(){this.timeout&&window.clearTimeout(this.timeout),this.timeout=null},purge:function(){this.clearTimeout(),n=[]}};(0,i.addService)("renderProcessor",s)},"./public/editor/services/roleManager/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n={can:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return void 0!==window.VCV_USER_ACCESS?void 0!==window.VCV_USER_ACCESS()["*"]?window.VCV_USER_ACCESS()["*"]:!!window.VCV_USER_ACCESS()[e]:t},canState:function(){},defaultAdmin:function(){return window.vcvManageOptions},defaultTrue:function(){return!0}};(0,i.addService)("roleManager",n)},"./public/editor/services/rulesManager/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=a("./node_modules/lodash/lodash.js"),r={true:function(){return!0},toggle:function(e,t){var a=e;return t.key&&(a=(0,s.get)(e,t.key)),!!a},minlength:function(e,t){var a=t.length,i=e;return t.key&&(i=(0,s.get)(e,t.key)),i.length>=parseInt(a)},maxlength:function(e,t){var a=t.length,i=e;return t.key&&(i=(0,s.get)(e,t.key)),i.length<=parseInt(a)},range:function(e,t){var a=parseInt(t.min),i=parseInt(t.max),n=e;return t.key&&(n=(0,s.get)(e,t.key)),a<=n.length&&n.length<=i},minvalue:function(e,t){var a=parseFloat(t.min),i=e;t.key&&(i=(0,s.get)(e,t.key));var n=parseFloat(i);return!isNaN(n)&&n>=a},maxvalue:function(e,t){var a=parseFloat(t.max),i=e;t.key&&(i=(0,s.get)(e,t.key));var n=parseFloat(i);return!isNaN(n)&&n<=a},between:function(e,t){var a=parseFloat(t.min),i=parseFloat(t.max),n=e;t.key&&(n=(0,s.get)(e,t.key));var r=parseFloat(n);return!isNaN(r)&&a<=r&&r<=i},value:function(e,t){var a=e;return t.key&&(a=(0,s.get)(e,t.key)),(0,s.isEqual)(a,t.value)},valueIn:function(e,t){var a=e;return t.key&&(a=(0,s.get)(e,t.key)),(0,s.indexOf)(t.values,a)>-1},valueContains:function(e,t){var a=e;return t.key&&(a=(0,s.get)(e,t.key)),a.indexOf(t.value)>-1},required:function(e,t){var a=e;return t.key&&(a=(0,s.get)(e,t.key)),a.length}};var l={check:function(e,t,a){var i=Object.keys(t||{}),n=[];i.forEach((function(a){var i,s,l,o=(i=t[a],s=e[a],l=a,new Promise((function(e,t){i.rule||(i.rule="true");var a=i.rule.replace("!",""),n="!"===i.rule[0],o=r[a](s,i.options||{},l);n&&(o=!o),o?e(o):t(o)})));n.push(o)})),Promise.all(n).then((function(){a(!0)})).catch((function(){a(!1)}))},checkSync:function(e,t,a){var i=Object.keys(t),n=[];i.forEach((function(a){var i,s,l=(i=t[a],s=e[a],function(){i.rule||(i.rule="true");var e=i.rule.replace("!",""),t="!"===i.rule[0],a=r[e](s,i.options||{});return t&&(a=!a),a});n.push(l)}));for(var s=!1,l=0;l<n.length&&(s=n[l]());l++);return a(s),s}};n().addService("rulesManager",l)},"./public/editor/services/sharedAssetsLibrary/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"),n=a("./node_modules/vc-cake/index.js"),s=a.n(n),r=a("./public/editor/stores/store.js"),l={getAssetsLibraryFiles:function(e){var t=r.default.getState().sharedAssets.sharedAssets,a="string"==typeof e?t[e]:t[e.name],n={cssBundles:[],jsBundles:[]};if(a&&(e.dependencies&&e.dependencies.length&&e.dependencies.forEach((function(e){var t=l.getAssetsLibraryFiles(e);t.cssBundles&&t.cssBundles.length&&(n.cssBundles=n.cssBundles.concat(t.cssBundles)),t.jsBundles&&t.jsBundles.length&&(n.jsBundles=n.jsBundles.concat(t.jsBundles))})),a.cssBundle&&(n.cssBundles=n.cssBundles.concat(a.cssBundle)),a.jsBundle&&(n.jsBundles=n.jsBundles.concat(a.jsBundle)),e.subset&&a.cssSubsetBundles)){var s=a.cssSubsetBundles[e.subset];s&&(n.cssBundles=n.cssBundles.concat(s))}return n.cssBundles=(0,i.default)(new Set(n.cssBundles)),n.jsBundles=(0,i.default)(new Set(n.jsBundles)),n},getSourcePath:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=s().getService("dataManager"),a=t.get("pluginSourceUrl");return e&&e.match("^(https?:)?\\/\\/?")?e:(e&&(a+=e.replace(/^\//,"")),a)}};s().addService("sharedAssetsLibrary",l)},"./public/editor/services/stylesManager/service.js":function(e,t,a){"use strict";a.r(t);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/vc-cake/index.js"),r=a.n(s),l=a("./node_modules/postcss/lib/postcss.mjs"),o=a("./node_modules/postcss-custom-properties/index.mjs"),u=a("./node_modules/postcss-advanced-variables/index.mjs"),c=a("./node_modules/postcss-color-function/index.js"),d=a.n(c),m=a("./node_modules/postcss-nested/index.js"),p=a.n(m),v=a("./node_modules/postcss-prefix-url/index.js"),f=a.n(v),h=a("./node_modules/postcss-custom-media/index.es.mjs"),g=a("./node_modules/postcss-each/index.js"),y=a.n(g),b=a("./node_modules/color-blend/index.js"),C=a.n(b),x=a("./node_modules/postcss-functions/dist/index.js"),k=a.n(x),w=a("./node_modules/node-object-hash/dist/hasher.js"),S=a.n(w),L=a("./node_modules/cssnano/src/index.js"),E=a.n(L),T={},j=[];j.push(y()),j.push(C()()),j.push(E()({preset:"default"}));var P=l.default.plugin("postcss-math",(function(){return function(e){e.walk((function(e){var t;if("decl"===e.type)t="value";else if("atrule"===e.type&&"media"===e.name)t="params";else{if("rule"!==e.type)return;t="selector"}if(e[t]&&-1!==e[t].indexOf("resolve(")){var a=e[t].replace(/([^)]+)$/,""),i=window.eval("var resolve=function(s) { return window.eval(s)+''; }; "+a)+"";e[t]=e[t].replace(a,i)}}))}}));j.push(P()),j.push(k()({functions:{rawUrl:function(e){return"url(".concat(e,")")}}})),j.push(d()),j.push(p());var O=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];(0,i.default)(this,e),this.styles=t}return(0,n.default)(e,[{key:"get",value:function(){return this.styles}},{key:"add",value:function(e){return this.styles=this.styles.concat(e),this}},{key:"getViewports",value:function(){var e={};return[{prefixes:["all"],min:null,max:null},{prefixes:["xs","mobile-portrait"],min:null,max:"543px"},{prefixes:["sm","mobile-landscape"],min:"544px",max:"767px"},{prefixes:["md","tablet-portrait"],min:"768px",max:"991px"},{prefixes:["lg","tablet-landscape"],min:"992px",max:"1199px"},{prefixes:["xl","desktop"],min:"1200px",max:null}].forEach((function(t){t.prefixes.forEach((function(a){var i=["all"];t.min&&i.push("(min-width: ".concat(t.min,")")),e["--".concat(a)]=i.join(" and "),t.max&&i.push("(max-width: ".concat(t.max,")")),e["--".concat(a,"-only")]=i.join(" and ")}))})),e}},{key:"compile",value:function(){var e=this,t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],a=[];return this.get().forEach((function(t){var i=(0,S()({sort:!0,coerce:!0}).hash)(t);if(void 0!==T[i]&&void 0!==T[i].result)return a.push(T[i].result);t.pureCss&&window.setTimeout((function(){return t.src}),0);var n=[];Object.prototype.hasOwnProperty.call(t,"variables")?(n.push((0,u.default)({variables:t.variables,importRoot:"/"})),n.push((0,o.default)(t.variables))):n.push((0,o.default)()),T[i]={};var s=e.getViewports();Object.prototype.hasOwnProperty.call(t,"viewports")&&(s=t.viewports),n.push((0,h.default)({importFrom:{customMedia:s}})),t.path&&n.push(f()({useUrl:!0,prefix:t.path})),n=n.concat(j),"string"!=typeof t.src&&(console.error("style.src is not string!",t.src),console.error("Possibly related to raw-loader update"),console.error("Attempting to convert to string"),t.src&&"string"==typeof t.src.default&&(t.src=t.src.default));try{return a.push((0,l.default)(n).process(t.src,{from:void 0}).then((function(e){var t=e&&e.css?e.css:"";return T[i].result=t,t})).catch((function(e){window.console&&window.console.warn&&window.console.warn("Failed to compile css",t,e)})))}catch(r){return console.error(r),""}})),t?Promise.all(a).then((function(e){return e.join(" ")})):Promise.all(a)}}]),e}(),R={create:function(e){return new O(e)}};r().addService("stylesManager",R)},"./public/editor/services/utils/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./node_modules/pako/dist/pako.esm.mjs"),s=a("./node_modules/base-64/base64.js"),r=a.n(s),l="rtl"===window.getComputedStyle(document.body).direction,o={ajaxRequests:[],ajaxCall:!1,base64encode:r().encode,base64decode:r().decode,createKey:function(){for(var e="",t=0;t<8;t++){var a=16*Math.random()|0;8!==t&&12!==t&&16!==t&&20!==t||(e+="-"),e+=(12===t?4:16===t?3&a|8:a).toString(16)}return e},setCookie:function(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:256,i=new Date;i.setDate(i.getDate()+a);var n=encodeURIComponent(t)+(null===a?"":"; expires="+i.toUTCString());document.cookie=e+"="+n},getCookie:function(e){var t,a,i,n=document.cookie.split(";");for(t=0;t<n.length;t++)if(a=n[t].substr(0,n[t].indexOf("=")),i=n[t].substr(n[t].indexOf("=")+1),(a=a.replace(/^\s+|\s+$/g,""))===e)return decodeURIComponent(i)},hasCookie:function(e){return!!this.getCookie(e)},getRealWidth:function(e,t){var a=e.cloneNode(!0),i=0;if(a.style.position="fixed",t.appendChild(a),0===(i=a.offsetWidth))return a.remove(),0;var n=window.getComputedStyle(a,null);return i+=parseInt(n.marginLeft)+parseInt(n.marginRight),a.remove(),i},compressData:function(e){var t=(0,n.deflate)(JSON.stringify(e)),a=(0,i.getService)("dataManager");if(e["vcv-check-content-zip-type"]||a.get("isBinaryContent"))e=new Blob([new Uint8Array(t)],{type:"application/octet-stream"});else{for(var s="",l=new Uint8Array(t),o=l.byteLength,u=0;u<o;u++)s+=String.fromCharCode(l[u]);e=r().encode(s)}return e},ajax:function(e,t,a){var n=(0,i.getService)("dataManager"),s=new window.XMLHttpRequest;s.open("POST",n.get("adminAjaxUrl"),!0),s.onload=function(){s.status>=200&&s.status<400?t(s):"function"==typeof a&&a(s)},s.onerror=function(){"function"==typeof a&&a(s)};var r=window.jQuery.param(e);if(n.get("isEnvJsSaveZip")){var l=(0,i.getService)("utils").compressData(e);l instanceof Blob?(s.setRequestHeader("Content-type","application/octet-stream"),s.setRequestHeader("Content-Transfer-Encoding","binary"),r=l):(s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),e={"vcv-zip":l},r=window.jQuery.param(e))}else s.setRequestHeader("Content-type","application/x-www-form-urlencoded");return s.send(r),s},normalizeHtml:function(e){e=e.replace(/\s*\bdata-vcv-[^"<>]+"[^"<>]+"+/g,"").replace(/<!--\[vcvSourceHtml]/g,"").replace(/\[\/vcvSourceHtml]-->/g,"");for(var t=document.createRange(),a=t.createContextualFragment(e),i=a.querySelector("vcvhelper, .vcvhelper");i;){var n=i.parentNode,s=i.getAttribute("data-vcvs-html");if(s){var r=t.createContextualFragment(s);n.insertBefore(r,i)}n.removeChild(i),i=a.querySelector("vcvhelper, .vcvhelper")}var l="data-vce-delete-attr",o=a.querySelectorAll("[".concat(l,"]"));(o=[].slice.call(o)).forEach((function(e){e.getAttribute(l).split(" ").forEach((function(t){e.removeAttribute(t)})),e.removeAttribute(l)}));var u="",c=[].slice.call(a.childNodes);c=c.filter((function(e){return e.nodeType===document.ELEMENT_NODE||e.nodeType===document.COMMENT_NODE}));for(var d=0;d<c.length;d++)c[d].nodeType===document.ELEMENT_NODE?u+=c[d].outerHTML:c[d].nodeType===document.COMMENT_NODE&&(u+="\x3c!-- ".concat(c[d].nodeValue.trim()," --\x3e"));var m=u.match(/url\(\s*(['"]?)(.*?)\1\s*\)/g);if(m&&m.length){var p=m.map((function(e){return e.replace(/&quot;/g,"'")}));m.forEach((function(e,t){u=u.replace(e,p[t])}))}return u},getTextContent:function(e){e=e.replace(/\s*\bdata-vcv-[^"<>]+"[^"<>]+"+/g,"").replace(/<!--\[vcvSourceHtml]/g,"").replace(/\[\/vcvSourceHtml]-->/g,"").replace(/<\//g," </");for(var t=document.createRange().createContextualFragment(e),a=t.querySelector("style, script, noscript, meta, title, .vcv-ui-blank-row-container, .vcv-row-control-container");a;){a.parentNode.removeChild(a),a=t.querySelector("style, script, noscript, meta, title, .vcv-ui-blank-row-container, .vcv-row-control-container")}return t.textContent.trim()},slugify:function(e){return(e=e||"").toString().toLowerCase().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"").trim()},wpAutoP:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"content";return window.tinyMCEPreInit.mceInit[t]&&window.tinyMCEPreInit.mceInit[t].wpautop&&window.switchEditors&&window.switchEditors.wpautop?window.switchEditors.wpautop(e):e},checkIfElementIsHidden:function(e){var t=(0,i.getService)("document");if(e.hidden)return!0;if(e.parent){var a=t.get(e.parent);return!!a&&(!(!a.parent||a.parent!==e.id)||this.checkIfElementIsHidden(a))}return!1},getVisibleElements:function(e){var t=Object.assign({},e),a=function t(a){if(a.hidden)return!0;if(a.parent&&e[a.parent]){var i=e[a.parent];return!(!i.parent||i.parent!==a.id)||t(e[a.parent])}return!1};return Object.keys(t).forEach((function(e){var i=t[e];a(i)&&delete t[e]})),t},fixCorruptedElements:function(e){var t=Object.assign({},e),a=[],i=function e(i){return i&&i.parent?a.indexOf(i.parent)>=0?(i.parent=!1,!1):(a.push(i.parent),e(t[i.parent])):(a=[],!0)};return Object.keys(t).forEach((function(e){var n=t[e];i(n),a=[]})),t},buildVariables:function(e){e.length&&e.forEach((function(e){void 0===window[e.key]&&("constant"===e.type?window[e.key]=function(){return e.value}:window[e.key]=e.value)}))},isRTL:function(){return l},startDownload:function(e,t,a,i){this.ajaxRequests.push({tag:e,data:t,successCallback:a,errorCallback:i}),this.nextDownload()},nextDownload:function(){var e=this;if(0!==this.ajaxRequests.length&&!this.ajaxCall){this.ajaxCall=!0;var t=(0,i.getService)("dataProcessor"),a=this.ajaxRequests[0];t.appAdminServerRequest(a.data).then((function(t){e.ajaxCall=!1,e.ajaxRequests.splice(0,1),a.successCallback&&a.successCallback(t),e.nextDownload()}),(function(t){e.ajaxCall=!1,e.ajaxRequests.splice(0,1),a.errorCallback&&a.errorCallback(t),e.nextDownload()}))}},getShortcodesRegexp:function(){return new RegExp("\\[(\\[?)([\\w|-]+\\b)(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)")},getBlockRegexp:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return e?new RegExp(/<!--\s+(\/)?wp:(vcv-gutenberg-blocks\/)(dynamic-field-block)\s+({(?:(?=([^}]+|}+(?=})|(?!}\s+\/?-->)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g):new RegExp(/<!--\s+(\/)?wp:([a-z][a-z0-9_-]*\/)?([a-z][a-z0-9_-]*)\s+({(?:(?=([^}]+|}+(?=})|(?!}\s+\/?-->)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g)},parseDynamicBlock:function(e){if(e.match(o.getBlockRegexp())){var t=e.split(o.getBlockRegexp());return{value:e,blockScope:t[2],blockName:t[3],blockAtts:JSON.parse(t[4].trim()),blockContent:t[7],beforeBlock:t[0]||"",afterBlock:t[14]||""}}return!1},generateQuerySelector:function(e){if("html"===e.tagName.toLowerCase())return"HTML";var t=e.tagName;if(t+=""!==e.id?"#"+e.id:"",e.className&&"string"==typeof e.className)for(var a=e.className.split(/\s/),i=0;i<a.length;i++)t+="."+a[i];return o.generateQuerySelector(e.parentNode)+" > "+t}};(0,i.addService)("utils",o)},"./public/editor/services/wordpress-post-data/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a.n(i),s=n().getStorage("settings"),r=n().getService("dataManager"),l={canPublish:function(){return r.get("postData").canPublish},isDraft:function(){return"publish"!==r.get("postData").status&&"future"!==r.get("postData").status&&"pending"!==r.get("postData").status&&"private"!==r.get("postData").status},isPublished:function(){return"publish"===r.get("postData").status||"private"===r.get("postData").status||"future"===r.get("postData").status},permalink:function(){return s.state("permalink").get()||r.get("postData").permalink},previewUrl:function(){return s.state("previewUrl").get()||r.get("postData").previewUrl},isViewable:function(){return r.get("postData").viewable},viewText:function(){return r.get("postData").viewText},backendEditorUrl:function(){return r.get("postData").backendEditorUrl},adminDashboardUrl:function(){return r.get("postData").adminDashboardUrl},vcvCustomPostType:function(){return r.get("postData").vcvCustomPostType},adminDashboardPostTypeListUrl:function(){return r.get("postData").adminDashboardPostTypeListUrl}};n().addService("wordpress-post-data",l)},"./public/editor/services/wpMyTemplates/service.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),n=a("./node_modules/vc-cake/index.js"),s=a("./public/tools/response.js"),r=(0,n.getService)("utils"),l=(0,n.getService)("dataManager"),o={}.toString,u=l.get("editorType"),c=function(e,t,a,r,o){return(0,(0,n.getService)("utils").ajax)((0,i.default)({"vcv-action":"editorTemplates:".concat(e,":adminNonce"),"vcv-nonce":l.get("nonce"),"vcv-source-id":l.get("sourceID")},t,a),(function(e){var t=(0,s.getResponse)(e.response);t&&t.status?r&&"function"==typeof r&&r(t):o&&"function"==typeof o&&o(t)}),o)};(0,n.addService)("myTemplates",{add:function(e,t,a,i,r){var l=arguments.length>5&&void 0!==arguments[5]&&arguments[5],o=arguments.length>6?arguments[6]:void 0;if(this.findBy("name",e))return!1;var u=o||"template";return(0,n.getStorage)("wordpressData").trigger("save",{},"",{id:u,title:e,status:!1,documentData:!!l&&t,successCallback:function(l){try{var o=(0,s.getResponse)(l);if(o.status&&o.postData&&o.postData.id){var u={id:o.postData.id.toString(),name:e,data:t,html:a},c=o.templateGroup;(0,n.getStorage)("hubTemplates").trigger("add",c.type,u,c),i&&"function"==typeof i&&i()}else console.warn("Failed to save template, no ID",l),r&&"function"==typeof r&&r()}catch(d){console.warn("Failed to save template",d,l),r&&"function"==typeof r&&r()}},errorCallback:function(){r&&"function"==typeof r&&r()}}),!0},addElementTemplate:function(e,t,a,i,s){var r=(0,n.getService)("document").getDescendants(e),l=(0,n.getStorage)("elements").state("htmlStrings").get()[e]||"";return r[e].parent=!1,!("[object String]"!==o.call(t)||!t.length)&&this.add(t,r,l,a,i,!0,s)},addCurrentLayout:function(e,t,a){var i=(0,n.getService)("document").all(),s=document.getElementById("vcv-editor-iframe"),l=!!s&&s.contentWindow.document.querySelector('[data-vcv-module="content-layout"]'),u=l?r.normalizeHtml(l.innerHTML):"";if("[object String]"===o.call(e)&&e.length){return this.add(e,i,u,t,a,!1,"template")}return!1},remove:function(e,t,a,i){c("delete","vcv-template-id",e,(function(i){(0,n.getStorage)("hubTemplates").trigger("remove",t,e),a&&"function"==typeof a&&a(i)}),i)},load:function(e,t,a){c("read","vcv-template-id",e,(function(e){t&&"function"==typeof t&&t(e)}),a)},get:function(e){return this.all().find((function(t){return t.id===e}))},findBy:function(e,t){return this.getAllTemplates().find((function(a){return a[e]&&a[e]===t}))},all:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=arguments.length>2?arguments[2]:void 0,s=(0,n.getStorage)("hubTemplates").state("templates").get(),r=(e=i&&i.custom?i.custom:!(!s||!s.custom)&&s.custom)&&e.templates?e.templates:[];if((0,n.env)("VCV_JS_THEME_EDITOR")){var l=this.customHeader(i),o=this.customFooter(i),c=this.customSidebar(i),d=l&&l.templates?l.templates:[],m=o&&o.templates?o.templates:[],p=c&&c.templates?c.templates:[];r=r.concat(d,m,p)}if("popup"===u){var v=this.getPopupTemplates(i),f=v&&v.templates?v.templates:[];r.concat(f)}return t&&t.constructor===Function&&(r=r.filter(t)),a&&a.constructor===Function?r.sort(a):"name"===a&&r.sort((function(e,t){return e.name?e.name.localeCompare(t.name,{kn:!0},{sensitivity:"base"}):-1})),r},predefined:function(e){var t=e||(0,n.getStorage)("hubTemplates").state("templates").get().predefined;return t&&t.templates?t.templates:[]},hub:function(e){var t=e||(0,n.getStorage)("hubTemplates").state("templates").get().hub;return t&&t.templates?t.templates:[]},findTemplateByBundle:function(e){var t=(0,n.getStorage)("hubTemplates").state("templates").get()||{};delete t.custom;for(var a=!1,i=Object.keys(t),s=0;s<i.length;s++){var r=t[i[s]]||[];if(r.templates&&(a=r.templates.find((function(t){return t.bundle===e&&t}))))break}return a},hubAndPredefined:function(e){var t=e&&this.hub(e.hub).concat(this.predefined(e.predefined));return t||[]},hubHeader:function(e){var t=e;return t&&t.templates?t.templates:[]},hubFooter:function(e){var t=e;return t&&t.templates?t.templates:[]},hubSidebar:function(e){var t=e;return t&&t.templates?t.templates:[]},hubBlock:function(e){var t=e;return t&&t.templates?t.templates:[]},getPopupTemplates:function(e){return e&&e.templates?e.templates:[]},customHeader:function(e){var t=e&&e.customHeader;return t&&t.templates?t.templates:[]},customFooter:function(e){var t=e&&e.customFooter;return t&&t.templates?t.templates:[]},customSidebar:function(e){var t=e&&e.customSidebar;return t&&t.templates?t.templates:[]},getAllTemplates:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=arguments.length>2?arguments[2]:void 0,i=a||(0,n.getStorage)("hubTemplates").state("templates").get(),s=[];for(var r in i)s=s.concat(i[r].templates);return e&&e.constructor===Function&&(s=s.filter(e)),t&&t.constructor===Function?s.sort(t):"name"===t&&s.sort((function(e,t){return e.name?e.name.localeCompare(t.name,{kn:!0},{sensitivity:"base"}):-1})),s},getTemplateData:function(){return(0,n.getStorage)("hubTemplates").state("templates").get()},getLiteVersionTemplates:function(){return this.getAllTemplates()}})},"./public/editor/stores/elements/elementSettings.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/lodash/lodash.js"),n=a("./node_modules/vc-cake/index.js"),s=a("./public/editor/services/cook/lib/tools.js"),r=(0,n.getStorage)("fieldOptions"),l={};(0,n.addStorage)("elementSettings",(function(e){var t=(0,n.getService)("dataManager"),a=t.get("localizations");r.state("elementInitialValue").onChange((function(e){e&&Object.keys(e).forEach((function(t){Object.keys(e[t]).forEach((function(a){l[t]&&l[t].settings&&l[t].settings[a]&&(l[t].settings[a].value=e[t][a])}))}))})),e.on("add",(function(e,i,o,u){var c=(0,n.getStorage)("hubElements").state("elements").get()||t.get("hubGetElements"),d=JSON.stringify(e);c[e.tag.value]&&(d=d.replace("[assetsPath]/",c[e.tag.value].assetsPath).replace("[assetsPath]",c[e.tag.value]));var m=JSON.parse(d);Object.keys(m).forEach((function(e){if("designOptionsAdvanced"===m[e].type||"designOptions"===m[e].type){var t=a?a.designOptionsTooltip:'Apply the most common style properties and effects to content elements with <a href="https://help.visualcomposer.com/design-options/?utm_source= vcwb&utm_medium=editor&utm_campaign=info&utm_content=helper-point" target="_blank" rel="noopener noreferrer">Design Options</a>.';m[e].options.tooltip=t}}));var p=r.state("elementInitialValue").get();if(p){var v=p[m.tag.value];m.tag.value&&v&&Object.keys(v).forEach((function(e){m[e]&&Object.prototype.hasOwnProperty.call(m[e],"value")&&(m[e].value=v[e])}))}for(var f in m)Object.prototype.hasOwnProperty.call(m,f)&&(m[f].attrSettings=(0,s.getAttributeType)(f,m));l[e.tag.value]={settings:m,component:i,cssSettings:o,modifierOnCreate:u}})),e.on("remove",(function(e){delete l[e]})),e.registerAction("get",(function(e){return l[e]?(0,i.defaultsDeep)({},l[e]):null})),e.registerAction("findTagByName",(function(e){return Object.keys(l).find((function(t){return l[t].settings&&l[t].settings.name&&l[t].settings.name.value===e}))})),e.registerAction("getAttributeType",(function(e,t){return l[e].settings[t]||void 0})),e.registerAction("all",(function(){return l})),e.registerAction("list",(function(){return Object.keys(l).map((function(e){return l[e]}))}))}))},"./public/editor/stores/globalStoreInstance.js":function(e,t,a){"use strict";a.r(t);var i=a("./public/editor/stores/store.js"),n=a("./public/editor/stores/notifications/slice.js"),s={getState:function(e){return e?i.default.getState()[e]:null},addNotification:function(e){i.default.dispatch((0,n.notificationAdded)(e))}};t.default=s},"./public/editor/stores/hub/hubAddonsStorage.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./public/tools/response.js"),s=a("./public/editor/stores/store.js"),r=a("./public/editor/stores/notifications/slice.js");(0,i.addStorage)("hubAddons",(function(e){var t=(0,i.getStorage)("workspace"),a=(0,i.getService)("hubAddons"),l=(0,i.getService)("utils"),o=(0,i.getService)("dataManager");e.on("start",(function(){var t=e.state("addons").get()||{};Object.keys(t).length||e.state("addons").set(o.get("hubGetAddons")),e.state("addonTeasers").set(o.get("hubGetAddonTeaser"))})),e.on("add",(function(t,i){var n=e.state("addons").get()||{};n[t.tag]=t,a.add(t),e.state("addons").set(Object.assign({},n)),i&&t&&t.bundlePath&&Promise.all([window.jQuery.getScript(t.bundlePath)])})),e.on("downloadAddon",(function(a){var u=o.get("localizations"),c=a.tag,d=a.name,m="addon/"+c.charAt(0).toLowerCase()+c.substr(1,c.length-1),p=e.state("addons").get();a.bundle&&(m=a.bundle);var v={"vcv-action":"hub:download:addon:adminNonce","vcv-bundle":m,"vcv-nonce":o.get("nonce")},f=u.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.";if(!p[c]){var h=t.state("downloadingItems").get()||[];if(!h.includes(c)){h.push(c),t.state("downloadingItems").set(h);var g=0;!function a(){l.startDownload(c,v,(function(o){try{var m=(0,n.getResponse)(o);if(m&&m.status)s.default.dispatch((0,r.notificationAdded)({type:"warning",text:f.replace("{name}",d),time:8e3})),l.buildVariables(m.variables||[]),m.elements&&Array.isArray(m.elements)&&m.elements.forEach((function(e){e.tag=e.tag.replace("element/","");var t=function(e,t){return t?t.find((function(t){return Object.values(t).find((function(t){return t.elements.indexOf(e)>-1}))})):"All"}(e.tag,m.categories);(0,i.getStorage)("hubElements").trigger("add",e,t,!0)})),m.addons&&Array.isArray(m.addons)&&m.addons.forEach((function(t){t.tag=t.tag.replace("addon/",""),e.trigger("add",t,!0)})),t.trigger("removeFromDownloading",c);else if(g++,console.warn("failed to download addon status is false",m,o),g<2)a();else{var p=u.licenseErrorAddonDownload||"Failed to download addon (license expired or request timed out)";m&&m.message&&(p=m.message),console.warn("failed to download addon status is false",p,o),s.default.dispatch((0,r.notificationAdded)({type:"error",text:p,showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",c)}}catch(v){g++,console.warn("failed to parse download response",v,o),g<2?a():(s.default.dispatch((0,r.notificationAdded)({type:"error",text:u.defaultErrorAddonDownload||"Failed to download addon",showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",c))}}),(function(e){t.trigger("removeFromDownloading",c),g++,console.warn("failed to download addon general server error",e),g<2?a():s.default.dispatch((0,r.notificationAdded)({type:"error",text:u.defaultErrorAddonDownload||"Failed to download addon",showCloseButton:"true",time:5e3}))}))}()}}}))}))},"./public/editor/stores/hub/hubElementsStorage.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./node_modules/lodash/lodash.js"),s=a.n(n),r=a("./public/tools/response.js"),l=a("./public/editor/stores/store.js"),o=a("./public/editor/stores/notifications/slice.js"),u=a("./public/editor/stores/sharedAssets/slice.js");(0,i.addStorage)("hubElements",(function(e){var t=(0,i.getStorage)("workspace"),a=(0,i.getService)("utils"),n=(0,i.getService)("dataManager");e.on("start",(function(){var t=e.state("elements").get()||{};if(Object.keys(t).length||e.state("elements").set(n.get("hubGetElements")),!(e.state("elementPresets").get()||[]).length){var a=function(e){var t=[];return e.forEach((function(e){var a=Object.assign({},e);try{a.presetData=JSON.parse(window.decodeURIComponent(a.presetData)),t.push(a)}catch(i){console.warn(i)}})),t}(n.get("addonElementPresets"));e.state("elementPresets").set(a)}e.state("categories").set(n.get("hubGetCategories")),e.state("elementTeasers").set(n.get("hubGetTeaser"))})),e.on("add",(function(t,a,i){var n=e.state("elements").get()||{};n[t.tag]=t,e.state("elements").set(n),function(e,t){var a,i=Object.keys(e)[0],n=t.get();if(Object.keys(n).find((function(e){return e===i}))){var r=s().union(n[i].elements,e[i].elements);(a=n)[i].elements=r}else a=Object.assign(e,n);t.set(a)}(a,e.state("categories")),i&&Promise.all([window.jQuery.getScript(t.bundlePath)]).then((function(){e.trigger("loaded",t,a)}))})),e.on("downloadElement",(function(i){var s=n.get("localizations"),c=i.tag,d="element/"+c.charAt(0).toLowerCase()+c.substr(1,c.length-1);i.bundle&&(d=i.bundle);var m={"vcv-action":"hub:download:element:adminNonce","vcv-bundle":d,"vcv-nonce":n.get("nonce")},p=e.state("elements").get();if(!p[c]||p[c].metaIsElementRemoved){var v=s.successElementDownload||"{name} has been successfully downloaded from the Visual Composer Hub and added to your content library.",f=t.state("downloadingItems").get()||[];if(!f.includes(c)){f.push(c),t.state("downloadingItems").set(f);var h=0;!function i(){a.startDownload(c,m,(function(n){try{var d=(0,r.getResponse)(n);if(!t.state("downloadingItems").get().length)return;if(d&&d.status)a.buildVariables(d.variables||[]),d.elements&&Array.isArray(d.elements)&&d.elements.forEach((function(a){a.tag=a.tag.replace("element/","");var i=function(e,t){return t?t.find((function(t){return Object.values(t).find((function(t){return t.elements.indexOf(e)>-1}))})):"All"}(a.tag,d.categories);if(e.trigger("add",a,i,!0),t.trigger("removeFromDownloading",a.tag),a.settings.metaDescription){var n=a.settings.name;l.default.dispatch((0,o.notificationAdded)({text:v.replace("{name}",n),time:5e3}))}})),d.sharedAssets&&d.sharedAssetsUrl&&Object.keys(d.sharedAssets).forEach((function(t){var a=d.sharedAssets[t];a.jsBundle&&(a.jsBundle=d.sharedAssetsUrl+a.jsBundle),a.cssBundle&&(a.cssBundle=d.sharedAssetsUrl+a.cssBundle),a.cssSubsetBundles&&Object.keys(a.cssSubsetBundles).forEach((function(e){a.cssSubsetBundles[e]=d.sharedAssetsUrl+a.cssSubsetBundles[e]})),l.default.dispatch((0,u.assetsAdded)(a)),e.trigger("addCssAssetInEditor",a)}));else if(h++,console.warn("failed to download element status is false",d,n),h<2)i();else{var m=s.licenseErrorElementDownload||"Failed to download the element (license expired or request timed out)";d&&d.message&&(m=d.message),console.warn("failed to download element status is false",m,n),l.default.dispatch((0,o.notificationAdded)({type:"error",text:m,showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",c)}}catch(p){h++,console.warn("failed to parse download response",p,n),h<2?i():(l.default.dispatch((0,o.notificationAdded)({type:"error",text:s.defaultErrorElementDownload||"Failed to download the element",showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",c))}}),(function(e){t.trigger("removeFromDownloading",c),h++,console.warn("failed to download element general server error",e),h<2?i():l.default.dispatch((0,o.notificationAdded)({type:"error",text:s.defaultErrorElementDownload||"Failed to download the element",showCloseButton:"true",time:5e3}))}))}()}}})),e.on("addCssAssetInEditor",(function(e){if(e.cssBundle||e.cssSubsetBundles){var t=function(e){var t="".concat(e.toString().toLowerCase().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,""),"-css");if(!document.querySelector("#vcv\\:assets\\:source\\:style\\:".concat(t))){var a=document.createElement("link");a.rel="stylesheet",a.href=e,a.type="text/css",a.media="all",a.id="vcv:assets:source:style:".concat(t),document.head.appendChild(a)}};e.cssBundle&&t(e.cssBundle),e.cssSubsetBundles&&Object.keys(e.cssSubsetBundles).forEach((function(a){t(e.cssSubsetBundles[a])}))}})),e.on("addPreset",(function(t){var a=e.state("elementPresets").get()||[];a.unshift(t),e.state("elementPresets").set(a)})),e.on("removePreset",(function(t){var a=e.state("elementPresets").get()||[];e.state("elementPresets").set(a.filter((function(e){return e.id!==t})))})),e.on("removeElement",(function(t){var a=e.state("elements").get()||{};Object.prototype.hasOwnProperty.call(a,t)&&(a[t].metaIsElementRemoved=!0,e.state("elements").set(a))})),e.registerAction("getPresetsByCategory",(function(t){var a=e.state("categories").get()[t],i=a&&a.elements,n=[];if(!i)return n;var s=e.state("elementPresets").get();return s?(s.forEach((function(e){var t=e.presetData.tag;i.indexOf(t)>-1&&n.push(e)})),n):n}))}))},"./public/editor/stores/hub/hubTemplatesStorage.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./public/tools/response.js"),s=a("./public/editor/stores/store.js"),r=a("./public/editor/stores/notifications/slice.js"),l=a("./public/editor/stores/sharedAssets/slice.js");(0,i.addStorage)("hubTemplates",(function(e){var t=(0,i.getStorage)("workspace"),a=(0,i.getService)("utils"),o=(0,i.getStorage)("hubElements"),u=(0,i.getService)("dataManager");e.state("templates").set({}),e.state("templatesGroupsSorted").set([]),e.on("start",(function(){e.state("templateTeasers").set(u.get("hubGetTemplatesTeaser"))})),e.on("downloadTemplate",(function(c){var d=c.bundle,m=c.name,p=u.get("localizations"),v={"vcv-action":"hub:download:template:adminNonce","vcv-bundle":d,"vcv-nonce":u.get("nonce")},f=d.replace("template/","").replace("predefinedTemplate/",""),h=p.successTemplateDownload||"{name} has been successfully downloaded from the Visual Composer Hub and added to your content library.",g=u.get("hubGetTemplatesTeaser").find((function(e){return e.bundle===d}));if(g){var y=t.state("downloadingItems").get()||[];if(!y.includes(f)){y.push(f),t.state("downloadingItems").set(y);var b=0;!function u(){a.startDownload(d,v,(function(c){try{var d=(0,n.getResponse)(c);if(d&&d.status){if(s.default.dispatch((0,r.notificationAdded)({text:h.replace("{name}",m),time:5e3})),a.buildVariables(d.variables||[]),d.elements&&Array.isArray(d.elements)&&d.elements.forEach((function(e){e.tag=e.tag.replace("element/","");var t=function(e,t){return t?t.find((function(t){return Object.values(t).find((function(t){return t.elements.indexOf(e)>-1}))})):"All"}(e.tag,d.categories);(0,i.getStorage)("hubElements").trigger("add",e,t,!0)})),d.templates){var v=d.templates[0];v.id=v.id.toString(),e.trigger("add",v.type,v,d.templateGroup||{})}d.sharedAssets&&d.sharedAssetsUrl&&Object.keys(d.sharedAssets).forEach((function(e){var t=d.sharedAssets[e];t.jsBundle&&(t.jsBundle=d.sharedAssetsUrl+t.jsBundle),t.cssBundle&&(t.cssBundle=d.sharedAssetsUrl+t.cssBundle),t.cssSubsetBundles&&Object.keys(t.cssSubsetBundles).forEach((function(e){t.cssSubsetBundles[e]=d.sharedAssetsUrl+t.cssSubsetBundles[e]})),s.default.dispatch((0,l.assetsAdded)(t)),o.trigger("addCssAssetInEditor",t)})),t.trigger("removeFromDownloading",f)}else if(b++,console.warn("failed to download template status is false",d,c),b<2)u();else{var g=p.licenseErrorElementDownload||"Failed to download template (license is expired or request to account has timed out).";d&&d.message&&(g=d.message),console.warn("failed to download template status is false",g,c),s.default.dispatch((0,r.notificationAdded)({type:"error",text:g,showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",f)}}catch(y){b++,console.warn("failed to parse download response",y,c),b<2?u():(s.default.dispatch((0,r.notificationAdded)({type:"error",text:p.defaultErrorTemplateDownload||"Failed to download template.",showCloseButton:"true",time:5e3})),t.trigger("removeFromDownloading",f))}}),(function(e){t.trigger("removeFromDownloading",f),b++,console.warn("failed to download template general server error",e),b<2?u():s.default.dispatch((0,r.notificationAdded)({type:"error",text:p.defaultErrorTemplateDownload||"Failed to download template.",showCloseButton:"true",time:5e3}))}))}()}}})),e.on("add",(function(t,a,i){var n=e.state("templates").get()||{};n[t]||(n[t]={name:i&&i.name?i.name:t,type:t,templates:[]});var s=e.state("templatesGroupsSorted").get();-1===s.indexOf(t)&&(s.push(t),e.state("templatesGroupsSorted").set(s)),n[t].templates.push(a),e.state("templates").set(n)})),e.on("remove",(function(t,a){var i=e.state("templates").get()||{};if(i[t]){var n=i[t].templates.findIndex((function(e){return e.id===a}));i[t].templates.splice(n,1),e.state("templates").set(i)}}))}))},"./public/editor/stores/notifications/slice.js":function(e,t,a){"use strict";a.r(t),a.d(t,{notificationAdded:function(){return c},notificationRemoved:function(){return d},portalChanged:function(){return m}});var i=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),n=a("./node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js"),s=a("./node_modules/immer/dist/immer.esm.mjs"),r=a("./node_modules/vc-cake/index.js");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}var o=(0,n.createSlice)({name:"notifications",initialState:{list:[],queue:[],portal:""},reducers:{notificationAdded:function(e,t){var a=(0,r.getService)("utils"),i=a.createKey,n=t.payload;if(n){if(n.cookie){var s="";if(n.cookie.constructor===Object&&n.cookie.name?s=n.cookie.name:n.cookie.constructor===String&&(s=n.cookie),a.getCookie(s))return}if(n.id){if(e.list.find((function(e){return e.id===n.id})))return}else n.id=i();e.list.length>=5?e.queue.push(t.payload):e.list.push(t.payload)}},notificationRemoved:function(e,t){var a=(0,r.getService)("utils"),n=e.list.findIndex((function(e){return e.id===t.payload}));if(n>=0){var o=e.list[n].cookie;if(o&&(o.constructor===Object?a.setCookie(o.name,!0,o.expireInDays):o.constructor===String&&a.setCookie(o,!0)),e.list.splice(n,1),(0,s.current)(e).queue[0]){var u=function(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,i.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}({},(0,s.current)(e).queue[0]);e.queue.splice(0,1),e.list.push(u)}}},portalChanged:function(e,t){e.portal=t.payload}}}),u=o.actions,c=u.notificationAdded,d=u.notificationRemoved,m=u.portalChanged;t.default=o.reducer},"./public/editor/stores/settingsStorage.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/vc-cake/index.js"),n=a("./public/tools/response.js"),s=a("./public/components/api/innerAPI.js");(0,i.addStorage)("settings",(function(e){var t=(0,i.getService)("dataManager");e.state("globalCss").onChange((function(){e.state("status").set({status:"changed"})})),e.state("customCss").onChange((function(){e.state("status").set({status:"changed"})})),e.on("start",(function(){var a,i=t.get("editorType");if(a="vcv_tutorials"===i?{type:"vc",value:"blank"}:t.get("pageTemplatesLayoutsCurrent")?t.get("pageTemplatesLayoutsCurrent"):{type:"theme",value:"default"},!e.state("pageTemplate").get()&&e.state("pageTemplate").set(a),!e.state("headerTemplate").get()){var n=t.get("headerTemplates");e.state("headerTemplate").set(n&&n.current)}if(!e.state("sidebarTemplate").get()){var r=t.get("sidebarTemplates");e.state("sidebarTemplate").set(r&&r.current)}if(!e.state("footerTemplate").get()){var l=t.get("footerTemplates");e.state("footerTemplate").set(l&&l.current)}e.state("agreeHubTerms").set(t.get("agreeHubTerms")),s.default.addFilter("saveRequestData",(function(t){var a=e.state("featuredImage").get(),n=a&&a.urls&&a.urls.length?a:"empty",s=e.state("customCss").get()||"",r=e.state("globalCss").get()||"";if(t["vcv-settings-source-local-head-js"]=e.state("localJsHead").get()||"",t["vcv-settings-source-local-footer-js"]=e.state("localJsFooter").get()||"",t["vcv-settings-global-head-js"]=e.state("globalJsHead").get()||"",t["vcv-settings-global-footer-js"]=e.state("globalJsFooter").get()||"",t["vcv-settings-page-design-options"]=encodeURIComponent(JSON.stringify(e.state("pageDesignOptions").get()||{})),t["vcv-settings-parent-page"]=e.state("parentPage").get()||"",t["vcv-settings-tags"]=JSON.stringify(e.state("tags").get()||""),t["vcv-settings-excerpt"]=e.state("excerpt").get()||"",t["vcv-settings-comment-status"]=e.state("commentStatus").get()||"closed",t["vcv-settings-ping-status"]=e.state("pingStatus").get()||"closed",t["vcv-settings-author"]=e.state("author").get()||"",t["vcv-settings-categories"]=JSON.stringify(e.state("categories").get()||""),t["vcv-settings-featured-image"]=n,t["vcv-settings-source-custom-css"]=s,t["vcv-settings-global-css"]=r,t["vcv-page-title"]=e.state("pageTitle").get()||"",t["vcv-page-title-disabled"]=e.state("pageTitleDisabled").get()||"",t["vcv-post-name"]=e.state("postName").get()||"",t["vcv-item-preview-disabled"]=e.state("itemPreviewDisabled").get()||"","vcv_layouts"===i){var l=e.state("layoutType").get();t["vcv-layout-type"]=l}var o=e.state("pageTemplate").get();return o&&(o.stretchedContent?o.stretchedContent=1:o.stretchedContent=0,t["vcv-page-template"]=o),t}))}));var a=(0,i.getService)("dataProcessor");e.on("loadDynamicPost",(function(t,i,s,r){var l=e.state("postData").get(),o=e.state("postFields").get();r?void 0!==l[t]?"function"==typeof i&&i(t,l[t],o[t]):a.appAllDone().then((function(){a.appAdminServerRequest({"vcv-action":"getDynamicPost:adminNonce","vcv-source-id":t,"vcv-custom-post":r?"1":"0"}).then((function(a){var s=(0,n.getResponse)(a);l[t]=s.postData||{},o[t]=s.postFields||{},e.state("postData").set(l),e.state("postFields").set(o),"function"==typeof i&&i(t,s.postData,s.postFields)}),(function(e){console.warn("Failed to load dynamic post data",t,e),"function"==typeof s&&s(e)}))})):"function"==typeof i&&i(t,l,o)}))}))},"./public/editor/stores/sharedAssets/slice.js":function(e,t,a){"use strict";a.r(t),a.d(t,{assetsAdded:function(){return l}});var i=a("./node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js"),n=a("./node_modules/vc-cake/index.js"),s=(0,n.getService)("dataManager"),r=(0,i.createSlice)({name:"sharedAssets",initialState:{sharedAssets:s.get("getSharedAssets")},reducers:{assetsAdded:function(e,t){var a=t.payload.name;delete t.payload.name,e.sharedAssets[a]=t.payload}}}),l=r.actions.assetsAdded;t.default=r.reducer},"./public/editor/stores/store.js":function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return r}});var i=a("./node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js"),n=a("./public/editor/stores/reducer.ts"),s=a.n(n);var r=(0,i.configureStore)({reducer:s()})},"./public/editor/stores/workspaceStorage.js":function(e,t,a){"use strict";a.r(t);var i=a("./node_modules/@babel/runtime/helpers/esm/typeof.js"),n=a("./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"),s=a("./node_modules/@babel/runtime/helpers/esm/defineProperty.js"),r=a("./node_modules/vc-cake/index.js"),l=a("./public/editor/stores/store.js"),o=a("./public/editor/stores/notifications/slice.js");function u(){u=function(){return e};var e={},t=Object.prototype,a=t.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},s=n.iterator||"@@iterator",r=n.asyncIterator||"@@asyncIterator",l=n.toStringTag||"@@toStringTag";function o(e,t,a){return Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{o({},"")}catch(j){o=function(e,t,a){return e[t]=a}}function c(e,t,a,i){var n=t&&t.prototype instanceof p?t:p,s=Object.create(n.prototype),r=new L(i||[]);return s._invoke=function(e,t,a){var i="suspendedStart";return function(n,s){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===n)throw s;return T()}for(a.method=n,a.arg=s;;){var r=a.delegate;if(r){var l=k(r,a);if(l){if(l===m)continue;return l}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if("suspendedStart"===i)throw i="completed",a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);i="executing";var o=d(e,t,a);if("normal"===o.type){if(i=a.done?"completed":"suspendedYield",o.arg===m)continue;return{value:o.arg,done:a.done}}"throw"===o.type&&(i="completed",a.method="throw",a.arg=o.arg)}}}(e,a,r),s}function d(e,t,a){try{retur