VK Blocks - Version 0.61.2

Version Description

Download this release

Release Info

Developer vektor-inc
Plugin Icon 128x128 VK Blocks
Version 0.61.2
Comparing to
See all releases

Code changes from version 0.60.1 to 0.61.2

editor-css/_editor_before.scss CHANGED
@@ -81,29 +81,6 @@ button.image-button:not(.button-delete) {
81
  overflow: hidden;
82
  }
83
 
84
- button.components-button.components-toolbar__control{
85
- position: relative;
86
- }
87
-
88
- .components-toolbar__control.components-button[data-subscript]::after {
89
- font-size: 1px;
90
- right: 7px;
91
- }
92
-
93
- .components-toolbar__control.components-button[data-subscript] svg {
94
- padding: 5px;
95
- padding-left: 1px;
96
- height: 30px;
97
- width: 30px;
98
- }
99
-
100
- .components-toolbar__control.components-button {
101
- width: 36px;
102
- height: 36px;
103
- padding: 3px;
104
- outline: none;
105
- }
106
-
107
  .editor-url-input input[type="text"] {
108
  width: 100%;
109
  }
81
  overflow: hidden;
82
  }
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  .editor-url-input input[type="text"] {
85
  width: 100%;
86
  }
editor-css/editor-block-build-marge.scss CHANGED
@@ -97,29 +97,6 @@ button.image-button:not(.button-delete) {
97
  overflow: hidden;
98
  }
99
 
100
- button.components-button.components-toolbar__control{
101
- position: relative;
102
- }
103
-
104
- .components-toolbar__control.components-button[data-subscript]::after {
105
- font-size: 1px;
106
- right: 7px;
107
- }
108
-
109
- .components-toolbar__control.components-button[data-subscript] svg {
110
- padding: 5px;
111
- padding-left: 1px;
112
- height: 30px;
113
- width: 30px;
114
- }
115
-
116
- .components-toolbar__control.components-button {
117
- width: 36px;
118
- height: 36px;
119
- padding: 3px;
120
- outline: none;
121
- }
122
-
123
  .editor-url-input input[type="text"] {
124
  width: 100%;
125
  }
@@ -548,6 +525,7 @@ $colorPalette: (
548
  vk-has-very-light-gray-color: #eee,
549
  vk-has-cyan-bluish-gray-color: #abb8c3,
550
  vk-has-very-dark-gray-color: #313131,
 
551
  );
552
 
553
  ul,
@@ -867,11 +845,6 @@ ol {
867
  /* Group Block
868
  /*-------------------------------------------*/
869
  .editor-styles-wrapper .wp-block-group {
870
- & > div:last-child {
871
- *:nth-last-child(2) {
872
- margin-bottom:0;
873
- }
874
- }
875
  // これがないとコアに勝手にwidthが左右1em余白をあけられる
876
  .wp-block{
877
  width:auto;
@@ -2766,17 +2739,15 @@ $xxl-min: 1400px;
2766
  mask-size: contain;
2767
  }
2768
 
2769
-
2770
- //コアの角丸
2771
- .is-style-rounded{
2772
- img {
2773
- border-radius: .5rem;
2774
- }
2775
- }
2776
-
2777
  //左寄せ、右寄せが未指定の場合はfigureに.is-style-vk-image のクラス名が付く
2778
  figure{
2779
  &.is-style-vk-image {
 
 
 
 
 
 
2780
 
2781
  &-border {
2782
  img {
97
  overflow: hidden;
98
  }
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  .editor-url-input input[type="text"] {
101
  width: 100%;
102
  }
525
  vk-has-very-light-gray-color: #eee,
526
  vk-has-cyan-bluish-gray-color: #abb8c3,
527
  vk-has-very-dark-gray-color: #313131,
528
+ vk-has-white-color: #ffffff
529
  );
530
 
531
  ul,
845
  /* Group Block
846
  /*-------------------------------------------*/
847
  .editor-styles-wrapper .wp-block-group {
 
 
 
 
 
848
  // これがないとコアに勝手にwidthが左右1em余白をあけられる
849
  .wp-block{
850
  width:auto;
2739
  mask-size: contain;
2740
  }
2741
 
 
 
 
 
 
 
 
 
2742
  //左寄せ、右寄せが未指定の場合はfigureに.is-style-vk-image のクラス名が付く
2743
  figure{
2744
  &.is-style-vk-image {
2745
+
2746
+ &-rounded{
2747
+ img {
2748
+ border-radius: .5rem;
2749
+ }
2750
+ }
2751
 
2752
  &-border {
2753
  img {
inc/vk-blocks/build/block-build-editor.css CHANGED
@@ -3,4 +3,4 @@
3
  * Copyright 2011-2020 The Bootstrap Authors
4
  * Copyright 2011-2020 Twitter, Inc.
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
- */.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-animation:after,.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-grid-column:after,.editor-block-list-item-vk-blocks-icon-card:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-slider:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-table-of-contents-new:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-timeline:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.block-prop-title{font-weight:700}.components-panel__body .components-base-control__label{display:block}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}button.image-button:not(.button-delete){height:100%}.components-base-control__title{padding-bottom:3px;border-bottom:1px solid #ccc;margin-bottom:1em;display:block}.components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}button.components-button.components-toolbar__control{position:relative}.components-toolbar__control.components-button[data-subscript]::after{font-size:1px;right:7px}.components-toolbar__control.components-button[data-subscript] svg{padding:5px;padding-left:1px;height:30px;width:30px}.components-toolbar__control.components-button{width:36px;height:36px;padding:3px;outline:0}.editor-url-input input[type=text]{width:100%}.vkb-menu__template-part .block-editor-block-preview__content{left:50%!important;margin-left:-50%!important}.vkb-menu__template-part__button{padding:0;width:100%;height:auto}.vkb-menu__template-part .vkb-menu__template-part__card__container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:none}.vkb-menu__template-part .vkb-menu__template-part__card__container div[class*=vk_outer-bgPosition-]{background-attachment:unset!important}.vkb-menu__template-part .vkb-menu__template-part__card{position:relative;display:flex;justify-content:center;border:none;margin:0 0 .5em;cursor:pointer;width:90%;padding:0;background:#fff;transition:all .35s ease;border:none}.vkb-menu__template-part .vkb-menu__template-part__card .editor-styles-wrapper .block-editor-block-list__block{margin-top:0;margin-bottom:0}.vkb-menu__template-part .vkb-menu__template-part__card .content{width:100%;max-width:100%}.vkb-menu__template-part .vkb-menu__template-part__card .content h6{color:#666;font-weight:600;text-transform:uppercase;margin:0 0 1em;letter-spacing:2px;text-align:center}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content{overflow:auto;border-radius:5px;border:1px solid #e5e5e5}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content div.inner{color:#6e6e70;line-height:1.4em;overflow:hidden}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .edit-post-visual-editor{position:initial;padding-top:0}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content:hover{border:1px solid #007cba}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .block-editor-block-preview__content{width:720px!important;transform:scale(.35)!important}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .logo{margin-bottom:.5em}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content{max-height:none;height:100%;transform:none}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content .inner{width:100%;height:auto}.vkb-menu__template-part__button #vkb-menu__template-part__card0 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card1 .inner{height:50px}.vkb-menu__template-part__button #vkb-menu__template-part__card2 .inner{height:120px}.vkb-menu__template-part__button #vkb-menu__template-part__card3 .inner{height:92px}.vkb-menu__template-part__button #vkb-menu__template-part__card4 .inner{height:73px}.vkb-menu__template-part__button #vkb-menu__template-part__card5 .inner{height:95px}.vkb-menu__template-part__button #vkb-menu__template-part__card6 .inner{height:115px}.vkb-menu__template-part__button #vkb-menu__template-part__card7 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card8 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card9 .inner{height:75px}.vkb-menu__template-part__button #vkb-menu__template-part__card10 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card11 .inner{height:65px}.vk-blocks-advanced-popover-control .components-popover__content{padding:20px 15px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list{margin-top:5px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field{display:flex;flex-wrap:wrap}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option{border:1px solid #666;width:38px;height:38px;border-radius:3px;margin-right:7px;position:relative}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option input{display:none}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option .svg-inline--fa,.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option i{font-size:1.5em;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.wp-block[data-type="vk-blocks/balloon"]::after{content:"";display:block;clear:both}.vk_balloon figure,.vk_balloon p.wp-block{width:100%}.vk_balloon_icon button.image-button{height:auto}.block-editor-block-list__block .block-list-appender{margin:inherit}.icon-image-list{display:flex;flex-wrap:wrap}.icon-image-list div{width:calc((100% - (10px * 4))/ 5);margin:5px}.icon-image-list div:nth-child(5n+1){margin-left:0}.icon-image-list div:nth-child(5n){margin-right:0}.wp-core-ui .icon-image-list .button.button-large{padding:0;margin:0;width:40px;height:40px;object-fit:cover;border-radius:50%}.wp-core-ui .icon-image-list .button.button-large img{width:38px;height:38px;object-fit:cover;border-radius:50%}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{transition:all 1s;opacity:1}.vk_slider_item_sidebar_bgImage_button_container img{min-width:248px}.mb-2+div.components-toolbar{margin-top:0!important}.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"],.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"]{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px)}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_slider.vk_width-full,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider.vk_width-full{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px);padding-right:0;padding-left:0;width:calc(100vw - 280px)}.components-tab-panel__tab-content .vk_animation,.components-tab-panel__tab-content .vk_slider,.components-tab-panel__tab-content .vk_slider_item,.components-tab-panel__tab-content .vk_spacer,.edit-post-visual-editor.editor-styles-wrapper .vk_animation,.edit-post-visual-editor.editor-styles-wrapper .vk_slider,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer{border:1px dotted #ccc}.components-tab-panel__tab-content .vk_slider_item,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item{min-height:3em}.components-tab-panel__tab-content .vk_slider_item .block-editor-inner-blocks,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item .block-editor-inner-blocks{width:100%}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent,.edit-post-visual-editor.editor-styles-wrapper div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent{border:1px dotted #ccc;opacity:.5}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn,.edit-post-visual-editor.editor-styles-wrapper div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn{position:absolute;z-index:9999;top:-3em;right:0}.components-tab-panel__tab-content .vk_animation,.edit-post-visual-editor.editor-styles-wrapper .vk_animation{border:1px dashed #ccc;min-height:3em}.components-tab-panel__tab-content .vk_animation.wp-block-vk-blocks-animation,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.wp-block-vk-blocks-animation{opacity:1}.components-tab-panel__tab-content .vk_animation:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation:before{position:absolute;right:0;top:0;font-size:10px;background:#eee;padding:.2em .6em;z-index:1000}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in{left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in:before{content:'Fade in'}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-up-down{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-up-down:before{content:'Up Down'}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-left-right{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-left-right:before{content:'Left Right'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-x{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-x:before{content:'Trembring X'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-y{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-y:before{content:'Trembring Y'}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-pounding{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-pounding:before{content:'Pounding'}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-shaking:before{content:'Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slow-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slow-shaking:before{content:'Slow Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short{right:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short:before{content:'Slide left'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short:before{content:'Slide right'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short{top:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short:before{content:'Slide up'}.components-tab-panel__tab-content h1:first-child.vk_prBlocks_item_title,.edit-post-visual-editor.editor-styles-wrapper h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.components-tab-panel__tab-content .vk_prContent_colTxt_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{border:none}.components-tab-panel__tab-content .vk_prContent_colTxt_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title::after{display:none}.components-tab-panel__tab-content .postList_itemCard_button-option,.edit-post-visual-editor.editor-styles-wrapper .postList_itemCard_button-option{margin-bottom:5px}.components-tab-panel__tab-content .vk_post_imgOuter,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter{position:relative}.components-tab-panel__tab-content .vk_post_imgOuter .components-button,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.components-tab-panel__tab-content .vk_post_imgOuter:hover .button-delete,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit{width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post{width:100%;height:100%;margin-top:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-list-appender{clear:both;width:100%}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block{width:calc(100% - 30px)}}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout{border:none;display:flex;flex-direction:row;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender{height:100px}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block{flex:inherit;margin:0 15px 15px;padding:0;outline:1px dashed #ccc;transition:1s}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover{outline:1px solid #555d66}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item{padding:0;width:100%}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}@media (min-width:576px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}.components-tab-panel__tab-content .vk_grid-column .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-list-appender{width:100%}.components-tab-panel__tab-content .vk_grid-column div[data-type="vk-blocks/grid-column-item"],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column div[data-type="vk-blocks/grid-column-item"]{min-height:30px}.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout{margin-left:0}.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right]{height:auto}.components-tab-panel__tab-content .vk_edit_hidden_warning,.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_warning{opacity:.4}.components-tab-panel__tab-content .vk_edit_hidden_all,.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_all{opacity:.2}.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item,.edit-post-visual-editor.editor-styles-wrapper .wp-block-vk-blocks-icon-card .vk_icon-card_item{margin:15px auto!important}.components-tab-panel__tab-content :root,.edit-post-visual-editor.editor-styles-wrapper :root{--vk-margin-elem:2rem}.components-tab-panel__tab-content .text-nowrap,.edit-post-visual-editor.editor-styles-wrapper .text-nowrap{white-space:nowrap}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark,.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark,.components-tab-panel__tab-content ol.is-style-vk-check-mark,.components-tab-panel__tab-content ol.is-style-vk-check-square-mark,.components-tab-panel__tab-content ol.is-style-vk-default,.components-tab-panel__tab-content ol.is-style-vk-frown-mark,.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark,.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ol.is-style-vk-pencil-mark,.components-tab-panel__tab-content ol.is-style-vk-smile-mark,.components-tab-panel__tab-content ol.is-style-vk-triangle-mark,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-check-mark,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark,.components-tab-panel__tab-content ul.is-style-vk-default,.components-tab-panel__tab-content ul.is-style-vk-frown-mark,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark,.components-tab-panel__tab-content ul.is-style-vk-smile-mark,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark{padding-inline-start:2em}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-square-mark li,.components-tab-panel__tab-content ol.is-style-vk-default li,.components-tab-panel__tab-content ol.is-style-vk-frown-mark li,.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark li,.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ol.is-style-vk-pencil-mark li,.components-tab-panel__tab-content ol.is-style-vk-smile-mark li,.components-tab-panel__tab-content ol.is-style-vk-triangle-mark li,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-default li,.components-tab-panel__tab-content ul.is-style-vk-frown-mark li,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark li,.components-tab-panel__tab-content ul.is-style-vk-smile-mark li,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li{list-style:none;position:relative;margin-bottom:.8em;line-height:1.65em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li:before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li:before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-lg li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-lg li::before{left:-.8em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-2x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-2x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-2x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-2x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-3x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-3x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-3x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-3x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-4x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-4x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-4x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-4x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-5x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-5x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-5x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-5x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-triangle-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-square-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-pencil-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-smile-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-frown-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-pink-color li::before{color:#f78da7}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}.components-tab-panel__tab-content ol.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-red-color li::before{color:#cf2e2e}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}.components-tab-panel__tab-content ol.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}.components-tab-panel__tab-content ol.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}.components-tab-panel__tab-content ol.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-light-green-cyan-color li::before{color:#7bdcb5}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}.components-tab-panel__tab-content ol.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-green-cyan-color li::before{color:#00d084}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}.components-tab-panel__tab-content ol.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}.components-tab-panel__tab-content ol.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}.components-tab-panel__tab-content ol.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-purple-color li::before{color:#9b51e0}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}.components-tab-panel__tab-content ol.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-light-gray-color li::before{color:#eee}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}.components-tab-panel__tab-content ol.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}.components-tab-panel__tab-content ol.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-dark-gray-color li::before{color:#313131}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:.5em;border-radius:8px}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow{box-shadow:0 0 5px rgba(0,0,0,.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group h3:first-child,.components-tab-panel__tab-content .wp-block-group h4:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h4:first-child{margin-top:0}.components-tab-panel__tab-content .wp-block-group .wp-block-columns:last-child,.components-tab-panel__tab-content .wp-block-group dl:last-child,.components-tab-panel__tab-content .wp-block-group ol:last-child,.components-tab-panel__tab-content .wp-block-group p:last-child,.components-tab-panel__tab-content .wp-block-group table:last-child,.components-tab-panel__tab-content .wp-block-group ul:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group .wp-block-columns:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group dl:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ol:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group p:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group table:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ul:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-pink-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-red-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-orange-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-amber-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.components-tab-panel__tab-content .wp-block-group.vk-has-light-green-cyan-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.components-tab-panel__tab-content .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-green-cyan-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-cyan-blue-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-cyan-blue-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-purple-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.components-tab-panel__tab-content .wp-block-group.vk-has-very-light-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.components-tab-panel__tab-content .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.components-tab-panel__tab-content .wp-block-group.vk-has-cyan-bluish-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.components-tab-panel__tab-content .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.components-tab-panel__tab-content .wp-block-group.vk-has-very-dark-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.components-tab-panel__tab-content .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.components-tab-panel__tab-content .editor-styles-wrapper .wp-block-group>div:last-child :nth-last-child(2),.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .wp-block-group>div:last-child :nth-last-child(2){margin-bottom:0}.components-tab-panel__tab-content .editor-styles-wrapper .wp-block-group .wp-block,.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .wp-block-group .wp-block{width:auto}.components-tab-panel__tab-content .wp-block-embed-youtube iframe,.edit-post-visual-editor.editor-styles-wrapper .wp-block-embed-youtube iframe{width:100%}.components-tab-panel__tab-content .has-text-align-right,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-right{text-align:right}.components-tab-panel__tab-content .has-text-align-left,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-left{text-align:left}.components-tab-panel__tab-content .has-text-align-center,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-center{text-align:center}.components-tab-panel__tab-content .wp-block-social-links,.edit-post-visual-editor.editor-styles-wrapper .wp-block-social-links{flex-wrap:wrap}@media (min-width:1400px){.components-tab-panel__tab-content .col-xxl-2,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.components-tab-panel__tab-content .col-xxl-3,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-3{flex:0 0 25%;max-width:25%}.components-tab-panel__tab-content .col-xxl-4,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.components-tab-panel__tab-content .col-xxl-6,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-6{flex:0 0 50%;max-width:50%}.components-tab-panel__tab-content .col-xxl-12,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-12{flex:0 0 100%;max-width:100%}}.components-tab-panel__tab-content .alert,.edit-post-visual-editor.editor-styles-wrapper .alert{padding:1em;margin:1em 0;border-radius:3px}.components-tab-panel__tab-content .alert p,.edit-post-visual-editor.editor-styles-wrapper .alert p{margin-bottom:0}.components-tab-panel__tab-content .alert+.components-tab-panel__tab-content .alert,.components-tab-panel__tab-content .alert+.edit-post-visual-editor.editor-styles-wrapper .alert,.edit-post-visual-editor.editor-styles-wrapper .alert+.components-tab-panel__tab-content .alert,.edit-post-visual-editor.editor-styles-wrapper .alert+.edit-post-visual-editor.editor-styles-wrapper .alert{margin-top:2em}.components-tab-panel__tab-content .alert a,.edit-post-visual-editor.editor-styles-wrapper .alert a{transition:color .3s linear,opacity .3s linear}.components-tab-panel__tab-content .alert a:link,.components-tab-panel__tab-content .alert a:visited,.edit-post-visual-editor.editor-styles-wrapper .alert a:link,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:.8;text-decoration:underline}.components-tab-panel__tab-content .alert a:hover,.components-tab-panel__tab-content .alert a:visited,.edit-post-visual-editor.editor-styles-wrapper .alert a:hover,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:1;text-decoration:none}.components-tab-panel__tab-content .alert-success,.edit-post-visual-editor.editor-styles-wrapper .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.components-tab-panel__tab-content .alert-info,.edit-post-visual-editor.editor-styles-wrapper .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.components-tab-panel__tab-content .alert-warning,.edit-post-visual-editor.editor-styles-wrapper .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.components-tab-panel__tab-content .alert-danger,.edit-post-visual-editor.editor-styles-wrapper .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.components-tab-panel__tab-content .vk_balloon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{display:flex;align-items:normal;margin-bottom:2.2em}.components-tab-panel__tab-content .vk_balloon figure,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon figure{margin:0}.components-tab-panel__tab-content .vk_balloon p,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p{word-break:break-all}.components-tab-panel__tab-content .vk_balloon p:last-of-type,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p:last-of-type{margin-bottom:0}.components-tab-panel__tab-content .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{flex-basis:80px;flex-shrink:0;text-align:center}.components-tab-panel__tab-content .vk_balloon_icon_image,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;object-fit:cover}.components-tab-panel__tab-content .vk_balloon_icon_image-type-rounded,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-type-rounded{border-radius:4px}.components-tab-panel__tab-content .vk_balloon_icon_image-type-circle,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-type-circle{border-radius:50%}.components-tab-panel__tab-content .vk_balloon_icon_name,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.3rem}.components-tab-panel__tab-content .vk_balloon_content_outer,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_outer{width:100%}.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .components-tab-panel__tab-content .vk_balloon_content,.vk_balloon-position-left .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:left}.vk_balloon-position-right .components-tab-panel__tab-content .vk_balloon_content,.vk_balloon-position-right .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:right}.components-tab-panel__tab-content .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true],.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{background:#f5f5f5;padding:1rem 1.2rem}.components-tab-panel__tab-content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_before{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{top:15px}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{position:absolute;content:'';border-radius:50%;background:inherit}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.components-tab-panel__tab-content .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before{border-color:transparent #f5f5f5 transparent transparent}.components-tab-panel__tab-content .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before{border-color:transparent transparent transparent #f5f5f5}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{left:-10px;border-width:10px 12px 10px 0}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.components-tab-panel__tab-content .vk_balloon-position-right,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right{flex-direction:row-reverse}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{right:-10px;border-width:10px 0 10px 12px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.components-tab-panel__tab-content .vk_balloon_content-border-true,.components-tab-panel__tab-content .vk_balloon_icon_image-border-true,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content-border-true,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width,1px);border-style:solid}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset,-12px);border-right-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset,-12px);border-left-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before{border-width:var(--vk-balloon-border-width,1px);border-style:solid;border-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-animation-trembling,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling{animation:trembling .1s infinite}@keyframes trembling{0%{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.components-tab-panel__tab-content .vk_balloon-animation-trembling-x,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling-x{animation:trembling-x .1s infinite}@keyframes trembling-x{0%{transform:scale(1,1)}50%{transform:scale(.99,.96)}}.components-tab-panel__tab-content .vk_balloon-animation-pounding,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-pounding{animation:pounding 1.5s infinite}@keyframes pounding{0%{transform:scale(1.05)}5%{transform:scale(1)}95%{transform:scale(1)}100%{transform:scale(1.05)}}.components-tab-panel__tab-content .vk_balloon-animation-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-shaking{animation:shaking .4s infinite}@keyframes shaking{0%{transform:translate(1px,1px)}25%{transform:translate(1px,-1px)}50%{transform:translate(-1px,-1px)}75%{transform:translate(-1px,1px)}100%{transform:translate(1px,1px)}}.components-tab-panel__tab-content .vk_balloon.animation-vibration .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}.components-tab-panel__tab-content .icon-image-list-note:hover,.edit-post-visual-editor.editor-styles-wrapper .icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width:480px){.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.components-tab-panel__tab-content .vk_balloon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{align-items:normal}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right{text-align:right}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{max-width:64px}}.components-tab-panel__tab-content :root,.edit-post-visual-editor.editor-styles-wrapper :root{--vk-color-border-red:#dc3545;--vk-color-background-red:#dc3545;--vk-color-border-orange:#ffa536;--vk-color-background-orange:#ffa536;--vk-color-border-blue:#4267b2;--vk-color-background-blue:#4267b2;--vk-color-border-green:#28a745;--vk-color-background-green:#28a745;--vk-color-border-black:#222;--vk-color-background-black:#222}.components-tab-panel__tab-content .vk_borderBox-color-red,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .vk_borderBox-color-orange,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .vk_borderBox-color-blue,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .vk_borderBox-color-green,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .vk_borderBox-color-black,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .vk_borderBox-background-transparent .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-white .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox{margin:0 0 2em;position:relative}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:700}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container i:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container i:first-child{margin-right:5px}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:700;font-size:1em;color:inherit}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title{background:0 0;padding:0;border:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title::before,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title::before{content:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title::after{content:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width:992px){.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h1:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h2:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h3:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h4:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h5:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h6:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h1:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h2:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h4:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h5:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body p:last-child{margin-bottom:0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder{background-color:transparent;border-width:2px;border-style:solid}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body{border:none;padding-top:0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0;left:2.3em;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab{border:none;background-color:transparent}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa{color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-orange);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-blue);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-green);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-black);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .vk_button,.edit-post-visual-editor.editor-styles-wrapper .vk_button{margin:5px 0;text-align:center}.components-tab-panel__tab-content .vk_button-color-custom a:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.components-tab-panel__tab-content .vk_button-align-left,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-left{text-align:left}.components-tab-panel__tab-content .vk_button-align-center,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-center{text-align:center}.components-tab-panel__tab-content .vk_button-align-right,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-right{text-align:right}.components-tab-panel__tab-content .vk_button-align-block,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-block{display:block}.components-tab-panel__tab-content .vk_button-align-wide,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.components-tab-panel__tab-content .vk_button-align-wide .btn,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide .btn{display:block}.components-tab-panel__tab-content .vk_button_link,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link{min-width:100px;min-height:30px}.components-tab-panel__tab-content .vk_button_link-type-text,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text{box-shadow:none;padding:0}.components-tab-panel__tab-content .vk_button_link-type-text:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text:hover{background:0 0;box-shadow:none}.components-tab-panel__tab-content .vk_button_link.btn,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link.btn{padding-top:.7em;padding-bottom:.6em;user-select:text}.components-tab-panel__tab-content .vk_button_link_before,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_before{margin-right:.7rem}.components-tab-panel__tab-content .vk_button_link_after,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_after{margin-left:.7rem}.components-tab-panel__tab-content .vk_button_link_subCaption,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-primary,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-secondary,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-secondary{color:#6c757d}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-success,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-success{color:#28a745}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-info,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-info{color:#17a2b8}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-warning,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-warning{color:#ffc107}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-danger,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-danger{color:#dc3545}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-dark,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-dark{color:#343a40}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text.btn-outline-light,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text.btn-outline-light{color:#212529}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-primary{background-color:#007bff;border-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-success,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-success{color:#fff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.vk_button_link-type-text:hover.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-primary{color:#007bff;border-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text),.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text){background-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-secondary{color:#6c757d}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-success{color:#28a745}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-info{color:#17a2b8}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-warning,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-warning{color:#ffc107}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-danger{color:#dc3545}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-dark{color:#343a40}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-success{color:#fff}.components-tab-panel__tab-content .vk_button .editor-rich-text,.edit-post-visual-editor.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}.components-tab-panel__tab-content .vk_button-color-custom .vk_button_link-type-text:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{box-shadow:none}.components-tab-panel__tab-content .is-style-vk_faq-normal .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.components-tab-panel__tab-content .is-style-vk_faq-normal .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-square .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_title:before{background-color:#e50000;color:#fff!important}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-square .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_content:before{background-color:#337ab7;color:#fff!important}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before{border-radius:50%}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before{border-radius:4px}.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-square .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-square .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.components-tab-panel__tab-content .vk_faq,.edit-post-visual-editor.editor-styles-wrapper .vk_faq{display:block;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.12);padding:0 0 1em;margin:0 0 1em 0;width:100%;position:relative}.components-tab-panel__tab-content .vk_faq_content,.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{border:none;padding:.8em .8em .8em 48px;position:relative}.components-tab-panel__tab-content .vk_faq_content:before,.components-tab-panel__tab-content .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{position:absolute;left:0;top:.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:areal}.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{margin-bottom:0;font-size:16px;font-weight:700;border-bottom:1px dotted rgba(0,0,0,.12)}.components-tab-panel__tab-content .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.components-tab-panel__tab-content .vk_faq_title p,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title p{line-height:1.7}.components-tab-panel__tab-content .vk_faq_title p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title p:last-child{margin-bottom:0}@media (min-width:768px){.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{font-size:18px}}.components-tab-panel__tab-content .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content{margin:0;transition:.25s}.components-tab-panel__tab-content .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before{content:"A";color:#337ab7}.components-tab-panel__tab-content .vk_faq_content p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content p:last-child{margin-bottom:0}.components-tab-panel__tab-content .vk_faq-accordion-close,.components-tab-panel__tab-content .vk_faq-accordion-open,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title{padding-right:2em}@media (min-width:768px){.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title{padding-right:2.5em}}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title::after,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.4em;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title{border-bottom:none}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px,-5px) rotate(135deg);transform:translate(32px,-5px) rotate(135deg)}.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px,-2px) rotate(-45deg);transform:translate(32px,-2px) rotate(-45deg)}.components-tab-panel__tab-content .vk_faq-accordion .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion .vk_faq_title{cursor:pointer}.components-tab-panel__tab-content .vk_faq_content-accordion-open,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;transition:.25s;margin-bottom:10px}.components-tab-panel__tab-content .vk_faq_content-accordion-close,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0}.components-tab-panel__tab-content .editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered),.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.components-tab-panel__tab-content .editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered),.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}.components-tab-panel__tab-content .vk_flow-arrow-on::after,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-on::after{content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.components-tab-panel__tab-content .vk_flow-arrow-off,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.components-tab-panel__tab-content .vk_flow-arrow-off::after,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.components-tab-panel__tab-content .vk_flow_frame,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.components-tab-panel__tab-content .vk_flow_frame_text,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.components-tab-panel__tab-content .vk_flow_frame_text_content,.components-tab-panel__tab-content .vk_flow_frame_text_title,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{padding-left:0;border:none}.components-tab-panel__tab-content .vk_flow_frame_text_title,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.components-tab-panel__tab-content .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content{margin-bottom:0}.components-tab-panel__tab-content .vk_flow_frame_image,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}.components-tab-panel__tab-content .vk_heading i:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:first-child{margin-right:.2em}.components-tab-panel__tab-content .vk_heading i:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:last-child{margin-left:.2em}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title{background:0 0;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;box-shadow:none;display:block;color:unset}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{background:0 0;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;box-shadow:none;display:block}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after:before,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.components-tab-panel__tab-content .vk_heading_subtext,.edit-post-visual-editor.editor-styles-wrapper .vk_heading_subtext{margin-bottom:0}.components-tab-panel__tab-content .is-style-vk-heading h3.is-style-vk-heading:after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none!important}.components-tab-panel__tab-content .is-style-vk-heading-plain,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:unset;display:block}.components-tab-panel__tab-content .is-style-vk-heading-plain::after,.components-tab-panel__tab-content .is-style-vk-heading-plain::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::after,.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-double_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.components-tab-panel__tab-content .is-style-vk-heading-double_black::after,.components-tab-panel__tab-content .is-style-vk-heading-double_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-solid_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-solid_black::after,.components-tab-panel__tab-content .is-style-vk-heading-solid_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-both_ends,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;display:flex;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{content:"";flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-left:unset;border-right:unset;border-top:none}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:transparent!important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset!important}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333!important;right:0;left:auto}.components-tab-panel__tab-content .vk_hidden,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:none!important;color:var(--blue)}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_hidden-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_hidden-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_hidden-md,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_hidden-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:none!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:none!important}}@media (min-width:1200px) and (max-width:1399.98px){.components-tab-panel__tab-content .vk_hidden-xl-v2,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl-v2{display:none!important}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_hidden-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl{display:none!important}}.components-tab-panel__tab-content .is-style-rounded img,.edit-post-visual-editor.editor-styles-wrapper .is-style-rounded img{border-radius:.5rem}.components-tab-panel__tab-content figure.is-style-vk-image-border img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-border img{border:1px solid #e5e5e5}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-shadow,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-shadow{box-shadow:0 5px 10px rgba(0,0,0,.15);width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-shadow figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-shadow figcaption{display:block}.components-tab-panel__tab-content figure.is-style-vk-image-wave01 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave01 img{mask-image:var(--vk_image-mask-wave01);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave02 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave02 img{mask-image:var(--vk_image-mask-wave02);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave03 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave03 img{mask-image:var(--vk_image-mask-wave03);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave04 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave04 img{mask-image:var(--vk_image-mask-wave04);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.alignright img{border:1px solid #e5e5e5}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignright{box-shadow:0 5px 10px rgba(0,0,0,.15);width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignright figcaption{display:block}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.alignright img{mask-image:var(--vk_image-mask-wave01);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.alignright img{mask-image:var(--vk_image-mask-wave02);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.alignright img{mask-image:var(--vk_image-mask-wave03);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.alignright img{mask-image:var(--vk_image-mask-wave04);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}@media screen and (max-width:992px){.components-tab-panel__tab-content .vk_prBlocks_item,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item{margin-bottom:1.5em}}.components-tab-panel__tab-content .vk_prBlocks_item_link,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link{color:#333}.components-tab-panel__tab-content .vk_prBlocks_item_link:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.components-tab-panel__tab-content .vk_prBlocks_item_icon_outer,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.components-tab-panel__tab-content .vk_prBlocks_item_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.components-tab-panel__tab-content .vk_prBlocks_item_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;box-shadow:unset;color:inherit;display:block}.components-tab-panel__tab-content .vk_prBlocks_item_title::before,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::before{content:none}.components-tab-panel__tab-content .vk_prBlocks_item_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::after{border:none}.components-tab-panel__tab-content .vk_prBlocks_item_image,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.components-tab-panel__tab-content .vk_prBlocks_item_summary,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}.components-tab-panel__tab-content .vk_prContent,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width:576px){.components-tab-panel__tab-content .vk_prContent,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{display:flex}.components-tab-panel__tab-content .vk_prContent .col-sm-6,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent .col-sm-6{width:50%}.components-tab-panel__tab-content .vk_prContent-layout-imageLeft,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft{flex-direction:row}.components-tab-panel__tab-content .vk_prContent-layout-imageRight,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight{flex-direction:row-reverse}.components-tab-panel__tab-content .vk_prContent-layout-imageLeft .vk_prContent_colImg,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.components-tab-panel__tab-content .vk_prContent-layout-imageRight .vk_prContent_colImg,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.components-tab-panel__tab-content .vk_prContent_colTxt,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt{vertical-align:top}.components-tab-panel__tab-content .vk_prContent_colTxt_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{background-color:transparent;font-weight:700;margin-bottom:.8em;outline:unset;outline-offset:unset;box-shadow:unset;border:none;border-radius:unset;padding:0;color:inherit;line-height:1.5;text-align:left}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_prContent_colTxt_title:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:first-child{margin-top:30px}}.components-tab-panel__tab-content .vk_prContent_colTxt_title:after,.components-tab-panel__tab-content .vk_prContent_colTxt_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:before{content:none}.components-tab-panel__tab-content .vk_prContent_colTxt_text,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_text{line-height:1.8;margin-bottom:1.7em}@media (min-width:992px){.components-tab-panel__tab-content .vk_prContent_colTxt_btn.btn,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_btn.btn{font-size:16px}}.components-tab-panel__tab-content .vk_prContent_colImg_image,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg_image{max-width:100%;height:auto}.components-tab-panel__tab-content .vk_prContent_colImg .components-button.button,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.button{margin:1em}.components-tab-panel__tab-content .vk_prContent_colImg .components-button.image-button,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}.components-tab-panel__tab-content .vk_responsive-br,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br{display:none}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_responsive-br-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xs{display:block}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_responsive-br-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-sm{display:block}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_responsive-br-md,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-md{display:block}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_responsive-br-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-lg{display:block}}@media (min-width:1200px) and (max-width:1399.98px){.components-tab-panel__tab-content .vk_responsive-br-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xl{display:block}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_responsive-br-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xxl{display:block}}@media (max-width:576px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width:577px) and (max-width:768px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:block}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width:769px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:block}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}.components-tab-panel__tab-content .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text{float:left;width:61.6%}.components-tab-panel__tab-content .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{float:right;width:32%}.components-tab-panel__tab-content .vk_staff-layout-imageLeft .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_text{float:right}.components-tab-panel__tab-content .vk_staff-layout-imageLeft .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_photo{float:left}.components-tab-panel__tab-content .vk_staff,.edit-post-visual-editor.editor-styles-wrapper .vk_staff{display:block;overflow:hidden}.components-tab-panel__tab-content .vk_staff_text_name,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name{text-align:left;box-shadow:none;font-size:2.5rem;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;line-height:1;margin-bottom:.5rem;border:none;padding:0;background-color:transparent;display:inline}.components-tab-panel__tab-content .vk_staff_text_name:after,.components-tab-panel__tab-content .vk_staff_text_name:before,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:before{display:none}.components-tab-panel__tab-content .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.components-tab-panel__tab-content .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif}.components-tab-panel__tab-content .vk_staff_text_profileTitle,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:0 0}.components-tab-panel__tab-content .vk_staff_text_profileTitle:after,.components-tab-panel__tab-content .vk_staff_text_profileTitle:before,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:before{border:none}.components-tab-panel__tab-content .vk_staff_text_profileText,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileText{font-size:14px}.components-tab-panel__tab-content .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{display:block;vertical-align:top;text-align:center}.components-tab-panel__tab-content .vk_staff_photo button,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo button{width:100%}.components-tab-panel__tab-content .vk_staff_photo .image-button,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.components-tab-panel__tab-content .vk_staff_photo-border-default,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.components-tab-panel__tab-content .vk_staff_photo-border-none,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-none{border:none}.components-tab-panel__tab-content .vk_staff_photo_image,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width:992px){.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:74%}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text_caption,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text_caption,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_caption{font-size:1rem;letter-spacing:.5rem}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text_role,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text_role,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_role{letter-spacing:.5rem}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:22%}}@media (min-width:1200px){.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:75%}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:20%}}.components-tab-panel__tab-content .vk_hidden,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:block!important;color:var(--blue)}.components-tab-panel__tab-content .vk_hidden.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_hidden-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:block!important}.components-tab-panel__tab-content .vk_hidden-xs.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs.vk_posts{display:flex!important}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_hidden-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:block!important}.components-tab-panel__tab-content .vk_hidden-sm.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm.vk_posts{display:flex!important}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_hidden-md,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:block!important}.components-tab-panel__tab-content .vk_hidden-md.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md.vk_posts{display:flex!important}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_hidden-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:block!important}.components-tab-panel__tab-content .vk_hidden-lg.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg.vk_posts{display:flex!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xl.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl.vk_posts{display:flex!important}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_hidden-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xxl.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl.vk_posts{display:flex!important}}
3
  * Copyright 2011-2020 The Bootstrap Authors
4
  * Copyright 2011-2020 Twitter, Inc.
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ */.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.vk_block_icon_pro{fill:#c00}.editor-block-list-item-vk-blocks-animation:after,.editor-block-list-item-vk-blocks-card:after,.editor-block-list-item-vk-blocks-child-page:after,.editor-block-list-item-vk-blocks-grid-column:after,.editor-block-list-item-vk-blocks-icon-card:after,.editor-block-list-item-vk-blocks-outer:after,.editor-block-list-item-vk-blocks-post-list:after,.editor-block-list-item-vk-blocks-simple-table:after,.editor-block-list-item-vk-blocks-slider:after,.editor-block-list-item-vk-blocks-step:after,.editor-block-list-item-vk-blocks-table-of-contents-new:after,.editor-block-list-item-vk-blocks-table-of-contents:after,.editor-block-list-item-vk-blocks-timeline:after{position:absolute;top:0;right:0;content:"Pro";display:inline-block;font-size:10px;line-height:1;color:#fff;background-color:#cd3034;border-radius:2px;padding:3px 4px}.block-prop-title{font-weight:700}.components-panel__body .components-base-control__label{display:block}.components-button.block-editor-block-switcher__toggle{overflow:hidden}input[type=range]{margin:1px}button.image-button:not(.button-delete){height:100%}.components-base-control__title{padding-bottom:3px;border-bottom:1px solid #ccc;margin-bottom:1em;display:block}.components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.components-color-palette{display:block;overflow:hidden}.editor-url-input input[type=text]{width:100%}.vkb-menu__template-part .block-editor-block-preview__content{left:50%!important;margin-left:-50%!important}.vkb-menu__template-part__button{padding:0;width:100%;height:auto}.vkb-menu__template-part .vkb-menu__template-part__card__container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:none}.vkb-menu__template-part .vkb-menu__template-part__card__container div[class*=vk_outer-bgPosition-]{background-attachment:unset!important}.vkb-menu__template-part .vkb-menu__template-part__card{position:relative;display:flex;justify-content:center;border:none;margin:0 0 .5em;cursor:pointer;width:90%;padding:0;background:#fff;transition:all .35s ease;border:none}.vkb-menu__template-part .vkb-menu__template-part__card .editor-styles-wrapper .block-editor-block-list__block{margin-top:0;margin-bottom:0}.vkb-menu__template-part .vkb-menu__template-part__card .content{width:100%;max-width:100%}.vkb-menu__template-part .vkb-menu__template-part__card .content h6{color:#666;font-weight:600;text-transform:uppercase;margin:0 0 1em;letter-spacing:2px;text-align:center}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content{overflow:auto;border-radius:5px;border:1px solid #e5e5e5}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content div.inner{color:#6e6e70;line-height:1.4em;overflow:hidden}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .edit-post-visual-editor{position:initial;padding-top:0}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content:hover{border:1px solid #007cba}.vkb-menu__template-part .vkb-menu__template-part__card .content .hover_content .block-editor-block-preview__content{width:720px!important;transform:scale(.35)!important}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .logo{margin-bottom:.5em}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content{max-height:none;height:100%;transform:none}.vkb-menu__template-part .vkb-menu__template-part__card .content:hover .hover_content .inner{width:100%;height:auto}.vkb-menu__template-part__button #vkb-menu__template-part__card0 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card1 .inner{height:50px}.vkb-menu__template-part__button #vkb-menu__template-part__card2 .inner{height:120px}.vkb-menu__template-part__button #vkb-menu__template-part__card3 .inner{height:92px}.vkb-menu__template-part__button #vkb-menu__template-part__card4 .inner{height:73px}.vkb-menu__template-part__button #vkb-menu__template-part__card5 .inner{height:95px}.vkb-menu__template-part__button #vkb-menu__template-part__card6 .inner{height:115px}.vkb-menu__template-part__button #vkb-menu__template-part__card7 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card8 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card9 .inner{height:75px}.vkb-menu__template-part__button #vkb-menu__template-part__card10 .inner{height:100px}.vkb-menu__template-part__button #vkb-menu__template-part__card11 .inner{height:65px}.vk-blocks-advanced-popover-control .components-popover__content{padding:20px 15px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list{margin-top:5px}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field{display:flex;flex-wrap:wrap}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option{border:1px solid #666;width:38px;height:38px;border-radius:3px;margin-right:7px;position:relative}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option input{display:none}.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option .svg-inline--fa,.vk-blocks-advanced-popover-control .components-popover__content .vk_icon_list .components-base-control__field .components-radio-control__option i{font-size:1.5em;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.wp-block[data-type="vk-blocks/balloon"]::after{content:"";display:block;clear:both}.vk_balloon figure,.vk_balloon p.wp-block{width:100%}.vk_balloon_icon button.image-button{height:auto}.block-editor-block-list__block .block-list-appender{margin:inherit}.icon-image-list{display:flex;flex-wrap:wrap}.icon-image-list div{width:calc((100% - (10px * 4))/ 5);margin:5px}.icon-image-list div:nth-child(5n+1){margin-left:0}.icon-image-list div:nth-child(5n){margin-right:0}.wp-core-ui .icon-image-list .button.button-large{padding:0;margin:0;width:40px;height:40px;object-fit:cover;border-radius:50%}.wp-core-ui .icon-image-list .button.button-large img{width:38px;height:38px;object-fit:cover;border-radius:50%}.vk_outer_sidebar_bgImage{position:relative}.vk_outer_sidebar_bgImage .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.vk_outer_sidebar_bgImage .button-delete{opacity:0;border:1px solid #d33;color:#d33;transition:all 1s}.vk_outer_sidebar_bgImage .button-delete:hover{background-color:#d33;border:1px solid #b72a2a;color:#fff}.vk_outer_sidebar_bgImage:hover .button-delete{transition:all 1s;opacity:1}.vk_slider_item_sidebar_bgImage_button_container img{min-width:248px}.mb-2+div.components-toolbar{margin-top:0!important}.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"],.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"]{max-width:100%}.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.components-tab-panel__tab-content .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-use .wp-block,.edit-post-visual-editor.editor-styles-wrapper .vk_width-full div[data-type="vk-blocks/slider-item"] .vk_slider_item-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px)}.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .components-tab-panel__tab-content .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-use .wp-block,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_outer-width-full.vk_outer-paddingLR-zero .wp-block{max-width:100%}.is-sidebar-opened .components-tab-panel__tab-content .vk_slider.vk_width-full,.is-sidebar-opened .edit-post-visual-editor.editor-styles-wrapper .vk_slider.vk_width-full{margin-left:calc(50% - 50vw + 140px);margin-right:calc(50% - 50vw + 140px);padding-right:0;padding-left:0;width:calc(100vw - 280px)}.components-tab-panel__tab-content .vk_animation,.components-tab-panel__tab-content .vk_slider,.components-tab-panel__tab-content .vk_slider_item,.components-tab-panel__tab-content .vk_spacer,.edit-post-visual-editor.editor-styles-wrapper .vk_animation,.edit-post-visual-editor.editor-styles-wrapper .vk_slider,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer{border:1px dotted #ccc}.components-tab-panel__tab-content .vk_slider_item,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item{min-height:3em}.components-tab-panel__tab-content .vk_slider_item .block-editor-inner-blocks,.edit-post-visual-editor.editor-styles-wrapper .vk_slider_item .block-editor-inner-blocks{width:100%}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent,.edit-post-visual-editor.editor-styles-wrapper div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent{border:1px dotted #ccc;opacity:.5}.components-tab-panel__tab-content div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn,.edit-post-visual-editor.editor-styles-wrapper div[data-type="vk-blocks/page-content"].is-selected .vk_pageContent_editBtn{position:absolute;z-index:9999;top:-3em;right:0}.components-tab-panel__tab-content .vk_animation,.edit-post-visual-editor.editor-styles-wrapper .vk_animation{border:1px dashed #ccc;min-height:3em}.components-tab-panel__tab-content .vk_animation.wp-block-vk-blocks-animation,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.wp-block-vk-blocks-animation{opacity:1}.components-tab-panel__tab-content .vk_animation:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation:before{position:absolute;right:0;top:0;font-size:10px;background:#eee;padding:.2em .6em;z-index:1000}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in{left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-fade-in:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-fade-in:before{content:'Fade in'}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-up-down{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-up-down:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-up-down:before{content:'Up Down'}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-left-right{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-left-right:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-left-right:before{content:'Left Right'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-x{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-x:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-x:before{content:'Trembring X'}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-y{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-trembling-y:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-trembling-y:before{content:'Trembring Y'}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-pounding{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-pounding:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-pounding:before{content:'Pounding'}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-shaking:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-shaking:before{content:'Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slow-shaking{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slow-shaking:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slow-shaking:before{content:'Slow Shaking'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short{right:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-left.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-left.vk_animation-range-short:before{content:'Slide left'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short{right:0;left:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-right.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-right.vk_animation-range-short:before{content:'Slide right'}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short{top:0}.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.components-tab-panel__tab-content .vk_animation.vk_animation-slide-up.vk_animation-range-short:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-long:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-normal:before,.edit-post-visual-editor.editor-styles-wrapper .vk_animation.vk_animation-slide-up.vk_animation-range-short:before{content:'Slide up'}.components-tab-panel__tab-content h1:first-child.vk_prBlocks_item_title,.edit-post-visual-editor.editor-styles-wrapper h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.components-tab-panel__tab-content .vk_prContent_colTxt_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{border:none}.components-tab-panel__tab-content .vk_prContent_colTxt_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title::after{display:none}.components-tab-panel__tab-content .postList_itemCard_button-option,.edit-post-visual-editor.editor-styles-wrapper .postList_itemCard_button-option{margin-bottom:5px}.components-tab-panel__tab-content .vk_post_imgOuter,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter{position:relative}.components-tab-panel__tab-content .vk_post_imgOuter .components-button,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .components-button{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete{opacity:0;border:1px solid #b52727;color:#b52727;transition:all 1s}.components-tab-panel__tab-content .vk_post_imgOuter .button-delete:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter .button-delete:hover{background-color:#b52727;color:#fff}.components-tab-panel__tab-content .vk_post_imgOuter:hover .button-delete,.edit-post-visual-editor.editor-styles-wrapper .vk_post_imgOuter:hover .button-delete{transition:all 1s;opacity:1}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit{width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__layout{display:flex;flex-wrap:wrap;padding:0;width:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block{margin:0 15px 30px;padding:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block .block-editor-block-list__block-edit,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block .block-editor-block-list__block-edit{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block div[data-block],.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block div[data-block]{margin:0;height:100%}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-editor-block-list__block>.vk_post,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .editor-block-list__block>.vk_post{width:100%;height:100%;margin-top:0}.components-tab-panel__tab-content .vk_posts>.vk_posts-edit .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_posts>.vk_posts-edit .block-list-appender{clear:both;width:100%}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xs-12 .editor-block-list__block{width:calc(100% - 30px)}@media (min-width:576px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-sm-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-md-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-lg-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xl-12 .editor-block-list__block{width:calc(100% - 30px)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-2 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-2 .editor-block-list__block{width:calc(16.66% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-3 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-3 .editor-block-list__block{width:calc(25% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-4 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-4 .editor-block-list__block{width:calc(33.3% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-6 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-6 .editor-block-list__block{width:calc(50% - 30px)}.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.components-tab-panel__tab-content .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-12 .block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_posts .vk_posts-edit-col-xxl-12 .editor-block-list__block{width:calc(100% - 30px)}}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout{border:none;display:flex;flex-direction:row;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout .block-list-appender{height:100px}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block{flex:inherit;margin:0 15px 15px;padding:0;outline:1px dashed #ccc;transition:1s}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:active,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:focus,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block:hover{outline:1px solid #555d66}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout div[class*=col-].block-editor-block-list__block .wp-block-vk-blocks-grid-column-item{padding:0;width:100%}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xs-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}@media (min-width:576px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-sm-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:768px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-md-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:992px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-lg-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xl-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-2{width:calc(16.66% - 30px);max-width:var(--vk-width-couter-col-2)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-3{width:calc(25% - 30px);max-width:var(--vk-width-couter-col-3)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-4{width:calc(33.3% - 30px);max-width:var(--vk-width-couter-col-4)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-6{width:calc(50% - 30px);max-width:var(--vk-width-couter-col-6)}.components-tab-panel__tab-content .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-editor-inner-blocks .block-editor-block-list__layout>.col-xxl-12{width:calc(100% - 30px);max-width:var(--vk-width-couter-col-12)}}.components-tab-panel__tab-content .vk_grid-column .block-list-appender,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .block-list-appender{width:100%}.components-tab-panel__tab-content .vk_grid-column div[data-type="vk-blocks/grid-column-item"],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column div[data-type="vk-blocks/grid-column-item"]{min-height:30px}.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout,.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .block-editor-block-list__layout{margin-left:0}.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.components-tab-panel__tab-content .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=left],.edit-post-visual-editor.editor-styles-wrapper .vk_grid-column .wp-block-vk-blocks-grid-column-item .wp-block[data-align=right]{height:auto}.components-tab-panel__tab-content .vk_edit_hidden_warning,.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_warning{opacity:.4}.components-tab-panel__tab-content .vk_edit_hidden_all,.edit-post-visual-editor.editor-styles-wrapper .vk_edit_hidden_all{opacity:.2}.components-tab-panel__tab-content .wp-block-vk-blocks-icon-card .vk_icon-card_item,.edit-post-visual-editor.editor-styles-wrapper .wp-block-vk-blocks-icon-card .vk_icon-card_item{margin:15px auto!important}.components-tab-panel__tab-content :root,.edit-post-visual-editor.editor-styles-wrapper :root{--vk-margin-elem:2rem}.components-tab-panel__tab-content .text-nowrap,.edit-post-visual-editor.editor-styles-wrapper .text-nowrap{white-space:nowrap}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark,.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark,.components-tab-panel__tab-content ol.is-style-vk-check-mark,.components-tab-panel__tab-content ol.is-style-vk-check-square-mark,.components-tab-panel__tab-content ol.is-style-vk-default,.components-tab-panel__tab-content ol.is-style-vk-frown-mark,.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark,.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ol.is-style-vk-pencil-mark,.components-tab-panel__tab-content ol.is-style-vk-smile-mark,.components-tab-panel__tab-content ol.is-style-vk-triangle-mark,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-check-mark,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark,.components-tab-panel__tab-content ul.is-style-vk-default,.components-tab-panel__tab-content ul.is-style-vk-frown-mark,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark,.components-tab-panel__tab-content ul.is-style-vk-smile-mark,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark{padding-inline-start:2em}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-mark li,.components-tab-panel__tab-content ol.is-style-vk-check-square-mark li,.components-tab-panel__tab-content ol.is-style-vk-default li,.components-tab-panel__tab-content ol.is-style-vk-frown-mark li,.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark li,.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ol.is-style-vk-pencil-mark li,.components-tab-panel__tab-content ol.is-style-vk-smile-mark li,.components-tab-panel__tab-content ol.is-style-vk-triangle-mark li,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-mark li,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-default li,.components-tab-panel__tab-content ul.is-style-vk-frown-mark li,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark li,.components-tab-panel__tab-content ul.is-style-vk-smile-mark li,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li{list-style:none;position:relative;margin-bottom:.8em;line-height:1.65em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark li:before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark li:before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark li:before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark li:before{position:absolute;left:-.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:700;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-lg li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-lg li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-lg li::before{left:-.8em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-2x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-2x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-2x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-2x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-2x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-3x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-3x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-3x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-3x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-3x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-4x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-4x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-4x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-4x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-4x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-5x li,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-5x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-5x li,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.fa-5x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.fa-5x li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-arrow-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-arrow-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-triangle-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-triangle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-circle-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-circle-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-check-square-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-check-square-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-handpoint-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-handpoint-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-pencil-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-pencil-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-smile-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-smile-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.is-style-vk-frown-mark li::before,.components-tab-panel__tab-content ul.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-frown-mark li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}.components-tab-panel__tab-content ol.is-style-vk-default li::before,.components-tab-panel__tab-content ul.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-default li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-default li::before{font-size:22px;line-height:1.1em}.components-tab-panel__tab-content ol.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-pink-color li::before{color:#f78da7}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#fff;background-color:#f78da7}.components-tab-panel__tab-content ol.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-red-color li::before{color:#cf2e2e}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#fff;background-color:#cf2e2e}.components-tab-panel__tab-content ol.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#fff;background-color:#ff6900}.components-tab-panel__tab-content ol.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#fff;background-color:#fcb900}.components-tab-panel__tab-content ol.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-light-green-cyan-color li::before{color:#7bdcb5}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#fff;background-color:#7bdcb5}.components-tab-panel__tab-content ol.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-green-cyan-color li::before{color:#00d084}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#fff;background-color:#00d084}.components-tab-panel__tab-content ol.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#fff;background-color:#8ed1fc}.components-tab-panel__tab-content ol.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#fff;background-color:#0693e3}.components-tab-panel__tab-content ol.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-vivid-purple-color li::before{color:#9b51e0}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#fff;background-color:#9b51e0}.components-tab-panel__tab-content ol.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-light-gray-color li::before{color:#eee}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#fff;background-color:#eee}.components-tab-panel__tab-content ol.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#fff;background-color:#abb8c3}.components-tab-panel__tab-content ol.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-very-dark-gray-color li::before{color:#313131}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#fff;background-color:#313131}.components-tab-panel__tab-content ol.vk-has-white-color li::before,.components-tab-panel__tab-content ul.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.vk-has-white-color li::before{color:#fff}.components-tab-panel__tab-content ol.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,.components-tab-panel__tab-content ol.is-style-vk-numbered-square-mark.vk-has-white-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,.components-tab-panel__tab-content ul.is-style-vk-numbered-square-mark.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ol.is-style-vk-numbered-square-mark.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,.edit-post-visual-editor.editor-styles-wrapper ul.is-style-vk-numbered-square-mark.vk-has-white-color li::before{color:#fff;background-color:#fff}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dotted ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dotted ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-dashed ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-dashed ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-double ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-double ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:.5em;border-radius:8px}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow{box-shadow:0 0 5px rgba(0,0,0,.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-shadow ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-shadow ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-info ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-info ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-success ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-success ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-warning ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h2,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h3,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h4,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h5,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger h6,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h2,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h3,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h4,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h5,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ol,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ul,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul{margin-top:0}.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.components-tab-panel__tab-content .wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ol li:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.is-style-vk-group-alert-danger ul li:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group h3:first-child,.components-tab-panel__tab-content .wp-block-group h4:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group h4:first-child{margin-top:0}.components-tab-panel__tab-content .wp-block-group .wp-block-columns:last-child,.components-tab-panel__tab-content .wp-block-group dl:last-child,.components-tab-panel__tab-content .wp-block-group ol:last-child,.components-tab-panel__tab-content .wp-block-group p:last-child,.components-tab-panel__tab-content .wp-block-group table:last-child,.components-tab-panel__tab-content .wp-block-group ul:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group .wp-block-columns:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group dl:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ol:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group p:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group table:last-child,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group ul:last-child{margin-bottom:0}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-pink-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-red-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-orange-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-amber-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.components-tab-panel__tab-content .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.components-tab-panel__tab-content .wp-block-group.vk-has-light-green-cyan-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.components-tab-panel__tab-content .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-green-cyan-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-cyan-blue-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.components-tab-panel__tab-content .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-cyan-blue-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-purple-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.components-tab-panel__tab-content .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.components-tab-panel__tab-content .wp-block-group.vk-has-very-light-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.components-tab-panel__tab-content .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.components-tab-panel__tab-content .wp-block-group.vk-has-cyan-bluish-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.components-tab-panel__tab-content .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.components-tab-panel__tab-content .wp-block-group.vk-has-very-dark-gray-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.components-tab-panel__tab-content .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.components-tab-panel__tab-content .wp-block-group.vk-has-white-color,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-white-color{border-color:#fff}.components-tab-panel__tab-content .wp-block-group.vk-has-white-color .wp-block-group__inner-container,.edit-post-visual-editor.editor-styles-wrapper .wp-block-group.vk-has-white-color .wp-block-group__inner-container{border-color:#fff}.components-tab-panel__tab-content .editor-styles-wrapper .wp-block-group .wp-block,.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .wp-block-group .wp-block{width:auto}.components-tab-panel__tab-content .wp-block-embed-youtube iframe,.edit-post-visual-editor.editor-styles-wrapper .wp-block-embed-youtube iframe{width:100%}.components-tab-panel__tab-content .has-text-align-right,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-right{text-align:right}.components-tab-panel__tab-content .has-text-align-left,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-left{text-align:left}.components-tab-panel__tab-content .has-text-align-center,.edit-post-visual-editor.editor-styles-wrapper .has-text-align-center{text-align:center}.components-tab-panel__tab-content .wp-block-social-links,.edit-post-visual-editor.editor-styles-wrapper .wp-block-social-links{flex-wrap:wrap}@media (min-width:1400px){.components-tab-panel__tab-content .col-xxl-2,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.components-tab-panel__tab-content .col-xxl-3,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-3{flex:0 0 25%;max-width:25%}.components-tab-panel__tab-content .col-xxl-4,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.components-tab-panel__tab-content .col-xxl-6,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-6{flex:0 0 50%;max-width:50%}.components-tab-panel__tab-content .col-xxl-12,.edit-post-visual-editor.editor-styles-wrapper .col-xxl-12{flex:0 0 100%;max-width:100%}}.components-tab-panel__tab-content .alert,.edit-post-visual-editor.editor-styles-wrapper .alert{padding:1em;margin:1em 0;border-radius:3px}.components-tab-panel__tab-content .alert p,.edit-post-visual-editor.editor-styles-wrapper .alert p{margin-bottom:0}.components-tab-panel__tab-content .alert+.components-tab-panel__tab-content .alert,.components-tab-panel__tab-content .alert+.edit-post-visual-editor.editor-styles-wrapper .alert,.edit-post-visual-editor.editor-styles-wrapper .alert+.components-tab-panel__tab-content .alert,.edit-post-visual-editor.editor-styles-wrapper .alert+.edit-post-visual-editor.editor-styles-wrapper .alert{margin-top:2em}.components-tab-panel__tab-content .alert a,.edit-post-visual-editor.editor-styles-wrapper .alert a{transition:color .3s linear,opacity .3s linear}.components-tab-panel__tab-content .alert a:link,.components-tab-panel__tab-content .alert a:visited,.edit-post-visual-editor.editor-styles-wrapper .alert a:link,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:.8;text-decoration:underline}.components-tab-panel__tab-content .alert a:hover,.components-tab-panel__tab-content .alert a:visited,.edit-post-visual-editor.editor-styles-wrapper .alert a:hover,.edit-post-visual-editor.editor-styles-wrapper .alert a:visited{opacity:1;text-decoration:none}.components-tab-panel__tab-content .alert-success,.edit-post-visual-editor.editor-styles-wrapper .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.components-tab-panel__tab-content .alert-info,.edit-post-visual-editor.editor-styles-wrapper .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.components-tab-panel__tab-content .alert-warning,.edit-post-visual-editor.editor-styles-wrapper .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.components-tab-panel__tab-content .alert-danger,.edit-post-visual-editor.editor-styles-wrapper .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.components-tab-panel__tab-content .vk_balloon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{display:flex;align-items:normal;margin-bottom:2.2em}.components-tab-panel__tab-content .vk_balloon figure,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon figure{margin:0}.components-tab-panel__tab-content .vk_balloon p,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p{word-break:break-all}.components-tab-panel__tab-content .vk_balloon p:last-of-type,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon p:last-of-type{margin-bottom:0}.components-tab-panel__tab-content .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{flex-basis:80px;flex-shrink:0;text-align:center}.components-tab-panel__tab-content .vk_balloon_icon_image,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;object-fit:cover}.components-tab-panel__tab-content .vk_balloon_icon_image-type-rounded,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-type-rounded{border-radius:4px}.components-tab-panel__tab-content .vk_balloon_icon_image-type-circle,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-type-circle{border-radius:50%}.components-tab-panel__tab-content .vk_balloon_icon_name,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.3rem}.components-tab-panel__tab-content .vk_balloon_content_outer,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_outer{width:100%}.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .components-tab-panel__tab-content .vk_balloon_content,.vk_balloon-position-left .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:left}.vk_balloon-position-right .components-tab-panel__tab-content .vk_balloon_content,.vk_balloon-position-right .edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{float:right}.components-tab-panel__tab-content .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true],.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{background:#f5f5f5;padding:1rem 1.2rem}.components-tab-panel__tab-content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content_before{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{top:15px}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.components-tab-panel__tab-content .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{position:absolute;content:'';border-radius:50%;background:inherit}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.components-tab-panel__tab-content .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before{border-color:transparent #f5f5f5 transparent transparent}.components-tab-panel__tab-content .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before{border-color:transparent transparent transparent #f5f5f5}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{left:-10px;border-width:10px 12px 10px 0}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.components-tab-panel__tab-content .vk_balloon-position-right,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right{flex-direction:row-reverse}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{right:-10px;border-width:10px 0 10px 12px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:1.2rem}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.components-tab-panel__tab-content .vk_balloon_content-border-true,.components-tab-panel__tab-content .vk_balloon_icon_image-border-true,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content-border-true,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width,1px);border-style:solid}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.components-tab-panel__tab-content .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset,-12px);border-right-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.components-tab-panel__tab-content .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset,-12px);border-left-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after,.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before{border-width:var(--vk-balloon-border-width,1px);border-style:solid;border-color:inherit!important}.components-tab-panel__tab-content .vk_balloon-animation-trembling,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling{animation:trembling .1s infinite}@keyframes trembling{0%{transform:rotate(-.5deg)}50%{transform:rotate(.5deg)}}.components-tab-panel__tab-content .vk_balloon-animation-trembling-x,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-trembling-x{animation:trembling-x .1s infinite}@keyframes trembling-x{0%{transform:scale(1,1)}50%{transform:scale(.99,.96)}}.components-tab-panel__tab-content .vk_balloon-animation-pounding,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-pounding{animation:pounding 1.5s infinite}@keyframes pounding{0%{transform:scale(1.05)}5%{transform:scale(1)}95%{transform:scale(1)}100%{transform:scale(1.05)}}.components-tab-panel__tab-content .vk_balloon-animation-shaking,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-animation-shaking{animation:shaking .4s infinite}@keyframes shaking{0%{transform:translate(1px,1px)}25%{transform:translate(1px,-1px)}50%{transform:translate(-1px,-1px)}75%{transform:translate(-1px,1px)}100%{transform:translate(1px,1px)}}.components-tab-panel__tab-content .vk_balloon.animation-vibration .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}.components-tab-panel__tab-content .icon-image-list-note:hover,.edit-post-visual-editor.editor-styles-wrapper .icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width:480px){.components-tab-panel__tab-content .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.components-tab-panel__tab-content .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.components-tab-panel__tab-content .vk_balloon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon{align-items:normal}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right{text-align:right}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.components-tab-panel__tab-content .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.components-tab-panel__tab-content .vk_balloon_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_balloon_icon{max-width:64px}}.components-tab-panel__tab-content :root,.edit-post-visual-editor.editor-styles-wrapper :root{--vk-color-border-red:#dc3545;--vk-color-background-red:#dc3545;--vk-color-border-orange:#ffa536;--vk-color-background-orange:#ffa536;--vk-color-border-blue:#4267b2;--vk-color-background-blue:#4267b2;--vk-color-border-green:#28a745;--vk-color-background-green:#28a745;--vk-color-border-black:#222;--vk-color-background-black:#222}.components-tab-panel__tab-content .vk_borderBox-color-red,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .vk_borderBox-color-orange,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .vk_borderBox-color-blue,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .vk_borderBox-color-green,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .vk_borderBox-color-black,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .vk_borderBox-background-transparent .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:transparent}.components-tab-panel__tab-content .vk_borderBox-background-white .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{background-color:#fff}.components-tab-panel__tab-content .vk_borderBox,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox{margin:0 0 2em;position:relative}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:.5em 1.5em .4em;font-weight:700}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container i:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container i:first-child{margin-right:5px}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:700;font-size:1em;color:inherit}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title{background:0 0;padding:0;border:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title::before,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title::before{content:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_title::after{content:none}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width:992px){.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h1:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h2:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h3:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h4:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h5:first-child,.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body h6:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h1:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h2:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h3:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h4:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h5:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.components-tab-panel__tab-content .vk_borderBox .vk_borderBox_body p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox .vk_borderBox_body p:last-child{margin-bottom:0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder{background-color:transparent;border-width:2px;border-style:solid}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body{border:none;padding-top:0}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0;left:2.3em;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:.5em .5em;background:#fff}.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.components-tab-panel__tab-content .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.edit-post-visual-editor.editor-styles-wrapper .vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab{border:none;background-color:transparent}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa{color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-orange);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-blue);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-green);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa{background-color:var(--vk-color-background-black);color:#fff}.components-tab-panel__tab-content .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}.components-tab-panel__tab-content .vk_button,.edit-post-visual-editor.editor-styles-wrapper .vk_button{margin:5px 0;text-align:center}.components-tab-panel__tab-content .vk_button-color-custom a:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.components-tab-panel__tab-content .vk_button-align-left,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-left{text-align:left}.components-tab-panel__tab-content .vk_button-align-center,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-center{text-align:center}.components-tab-panel__tab-content .vk_button-align-right,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-right{text-align:right}.components-tab-panel__tab-content .vk_button-align-block,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-block{display:block}.components-tab-panel__tab-content .vk_button-align-wide,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.components-tab-panel__tab-content .vk_button-align-wide .btn,.edit-post-visual-editor.editor-styles-wrapper .vk_button-align-wide .btn{display:block}.components-tab-panel__tab-content .vk_button_link,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link{min-width:100px;min-height:30px}.components-tab-panel__tab-content .vk_button_link-type-text,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text{box-shadow:none;padding:0}.components-tab-panel__tab-content .vk_button_link-type-text:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link-type-text:hover{background:0 0;box-shadow:none}.components-tab-panel__tab-content .vk_button_link.btn,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link.btn{padding-top:.7em;padding-bottom:.6em;user-select:text}.components-tab-panel__tab-content .vk_button_link_before,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_before{margin-right:.7rem}.components-tab-panel__tab-content .vk_button_link_after,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_after{margin-left:.7rem}.components-tab-panel__tab-content .vk_button_link_subCaption,.edit-post-visual-editor.editor-styles-wrapper .vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-primary,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-secondary,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-secondary{color:#6c757d}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-success,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-success{color:#28a745}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-info,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-info{color:#17a2b8}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-warning,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-warning{color:#ffc107}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-danger,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-danger{color:#dc3545}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text:hover.btn-outline-dark,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text:hover.btn-outline-dark{color:#343a40}.components-tab-panel__tab-content .vk_button .vk_button_link-type-text.btn-outline-light,.edit-post-visual-editor.editor-styles-wrapper .vk_button .vk_button_link-type-text.btn-outline-light{color:#212529}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-primary{background-color:#007bff;border-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-success,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-success{color:#fff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.vk_button_link-type-text:hover.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-primary{color:#007bff;border-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text),.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text){background-color:#007bff}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-secondary{color:#6c757d}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-success{color:#28a745}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-info{color:#17a2b8}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-warning,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-warning{color:#ffc107}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-danger{color:#dc3545}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a.btn-outline-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a.btn-outline-dark{color:#343a40}.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-dark,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .components-tab-panel__tab-content .vk_button a:hover.btn-outline-success,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-dark,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .vk_button a:hover.btn-outline-success{color:#fff}.components-tab-panel__tab-content .vk_button .editor-rich-text,.edit-post-visual-editor.editor-styles-wrapper .vk_button .editor-rich-text{display:inline-block}.components-tab-panel__tab-content .vk_button-color-custom .vk_button_link-type-text:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_button-color-custom .vk_button_link-type-text:hover{box-shadow:none}.components-tab-panel__tab-content .is-style-vk_faq-normal .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.components-tab-panel__tab-content .is-style-vk_faq-normal .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-square .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_title:before{background-color:#e50000;color:#fff!important}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-square .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-square .vk_faq_content:before{background-color:#337ab7;color:#fff!important}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before{border-radius:50%}.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before{border-radius:4px}.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_title:before,.components-tab-panel__tab-content .is-style-vk_faq-border-square .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.components-tab-panel__tab-content .is-style-vk_faq-border-circle .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-rounded .vk_faq_content:before,.components-tab-panel__tab-content .is-style-vk_faq-border-square .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-circle .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-rounded .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk_faq-border-square .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.components-tab-panel__tab-content .vk_faq,.edit-post-visual-editor.editor-styles-wrapper .vk_faq{display:block;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.12);padding:0 0 1em;margin:0 0 1em 0;width:100%;position:relative}.components-tab-panel__tab-content .vk_faq_content,.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{border:none;padding:.8em .8em .8em 48px;position:relative}.components-tab-panel__tab-content .vk_faq_content:before,.components-tab-panel__tab-content .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{position:absolute;left:0;top:.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:areal}.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{margin-bottom:0;font-size:16px;font-weight:700;border-bottom:1px dotted rgba(0,0,0,.12)}.components-tab-panel__tab-content .vk_faq_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.components-tab-panel__tab-content .vk_faq_title p,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title p{line-height:1.7}.components-tab-panel__tab-content .vk_faq_title p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title p:last-child{margin-bottom:0}@media (min-width:768px){.components-tab-panel__tab-content .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_title{font-size:18px}}.components-tab-panel__tab-content .vk_faq_content,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content{margin:0;transition:.25s}.components-tab-panel__tab-content .vk_faq_content:before,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content:before{content:"A";color:#337ab7}.components-tab-panel__tab-content .vk_faq_content p:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content p:last-child{margin-bottom:0}.components-tab-panel__tab-content .vk_faq-accordion-close,.components-tab-panel__tab-content .vk_faq-accordion-open,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title{padding-right:2em}@media (min-width:768px){.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title{padding-right:2.5em}}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title::after,.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.4em;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title{border-bottom:none}.components-tab-panel__tab-content .vk_faq-accordion-close .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px,-5px) rotate(135deg);transform:translate(32px,-5px) rotate(135deg)}.components-tab-panel__tab-content .vk_faq-accordion-open .vk_faq_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px,-2px) rotate(-45deg);transform:translate(32px,-2px) rotate(-45deg)}.components-tab-panel__tab-content .vk_faq-accordion .vk_faq_title,.edit-post-visual-editor.editor-styles-wrapper .vk_faq-accordion .vk_faq_title{cursor:pointer}.components-tab-panel__tab-content .vk_faq_content-accordion-open,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;transition:.25s;margin-bottom:10px}.components-tab-panel__tab-content .vk_faq_content-accordion-close,.edit-post-visual-editor.editor-styles-wrapper .vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0}.components-tab-panel__tab-content .editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered),.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.components-tab-panel__tab-content .editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered),.edit-post-visual-editor.editor-styles-wrapper .editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}.components-tab-panel__tab-content .vk_flow-arrow-on::after,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-on::after{content:"";background:var(--vk_flow-arrow) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.components-tab-panel__tab-content .vk_flow-arrow-off,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.components-tab-panel__tab-content .vk_flow-arrow-off::after,.edit-post-visual-editor.editor-styles-wrapper .vk_flow-arrow-off::after{content:"";font-size:0;background-image:none}.components-tab-panel__tab-content .vk_flow_frame,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.components-tab-panel__tab-content .vk_flow_frame_text,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.components-tab-panel__tab-content .vk_flow_frame_text_content,.components-tab-panel__tab-content .vk_flow_frame_text_title,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{padding-left:0;border:none}.components-tab-panel__tab-content .vk_flow_frame_text_title,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.components-tab-panel__tab-content .vk_flow_frame_text_content,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_text_content{margin-bottom:0}.components-tab-panel__tab-content .vk_flow_frame_image,.edit-post-visual-editor.editor-styles-wrapper .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}.components-tab-panel__tab-content .vk_heading i:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:first-child{margin-right:.2em}.components-tab-panel__tab-content .vk_heading i:last-child,.edit-post-visual-editor.editor-styles-wrapper .vk_heading i:last-child{margin-left:.2em}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title{background:0 0;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;box-shadow:none;display:block;color:unset}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{content:none;border:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:before{content:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after{background:0 0;border:none;border-radius:0;padding:0;outline:unset;outline-offset:unset;box-shadow:none;display:block}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after:after,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:after{content:none;border:none}.components-tab-panel__tab-content .vk_heading.vk_heading-style-plain .vk_heading_title:after:before,.edit-post-visual-editor.editor-styles-wrapper .vk_heading.vk_heading-style-plain .vk_heading_title:after:before{content:none}.components-tab-panel__tab-content .vk_heading_subtext,.edit-post-visual-editor.editor-styles-wrapper .vk_heading_subtext{margin-bottom:0}.components-tab-panel__tab-content .is-style-vk-heading h3.is-style-vk-heading:after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading h3.is-style-vk-heading:after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading h3.is-style-vk-heading:after{border-bottom:none!important}.components-tab-panel__tab-content .is-style-vk-heading-plain,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:unset;display:block}.components-tab-panel__tab-content .is-style-vk-heading-plain::after,.components-tab-panel__tab-content .is-style-vk-heading-plain::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-plain::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-plain::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:#efefef;padding:.6em .7em .5em;margin-bottom:1.2em;border-radius:4px}.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::after,.components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-background_fill_lightgray::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-background_fill_lightgray::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-double_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:double 3px #333;border-bottom:double 3px #333}.components-tab-panel__tab-content .is-style-vk-heading-double_black::after,.components-tab-panel__tab-content .is-style-vk-heading-double_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:double 3px #333}.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-double_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-double_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-solid_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-top:solid 1px #333;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-solid_black::after,.components-tab-panel__tab-content .is-style-vk-heading-solid_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-solid_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-solid_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;padding:.6em 0 .5em;margin-bottom:1.2em;border-bottom:1px dotted #111}.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::after,.components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-dotted_bottomborder_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-dotted_bottomborder_black::before{content:none}.components-tab-panel__tab-content .is-style-vk-heading-both_ends,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;background-color:transparent;border:none;display:flex;align-items:center;text-align:center;margin-bottom:1.2em;padding:0}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{content:"";flex-grow:1;border-bottom:1px solid #333;position:unset;width:unset;border-left:unset;border-right:unset;border-top:none}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::before{margin-right:1em;top:unset}.components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-both_ends::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-both_ends::after{margin-left:1em;bottom:unset}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black{position:relative;margin-left:auto;margin-right:auto;outline:unset;outline-offset:unset;box-shadow:unset;border-radius:unset;overflow:unset;color:inherit;border:none;background-color:transparent!important;padding:.7em;margin-bottom:1.2em;text-align:center;border-bottom:unset!important}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{content:"";position:absolute;top:0;width:12px;height:100%;display:inline-block;margin-left:0;border-top:solid 1px #333;border-bottom:solid 1px #333}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::before,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::before{border-left:solid 1px #333;left:0}.components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .components-tab-panel__tab-content .is-style-vk-heading-brackets_black::after,.editor-styles-wrapper .edit-post-visual-editor.editor-styles-wrapper .is-style-vk-heading-brackets_black::after{border-right:solid 1px #333!important;right:0;left:auto}.components-tab-panel__tab-content .vk_hidden,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:none!important;color:var(--blue)}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_hidden-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:none!important}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_hidden-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:none!important}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_hidden-md,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:none!important}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_hidden-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:none!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:none!important}}@media (min-width:1200px) and (max-width:1399.98px){.components-tab-panel__tab-content .vk_hidden-xl-v2,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl-v2{display:none!important}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_hidden-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl{display:none!important}}.components-tab-panel__tab-content figure.is-style-vk-image-rounded img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-rounded img{border-radius:.5rem}.components-tab-panel__tab-content figure.is-style-vk-image-border img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-border img{border:1px solid #e5e5e5}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-right figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left.alignleft,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left.alignright,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content figure.is-style-vk-image-photoFrame-tilt-left figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content figure.is-style-vk-image-shadow,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-shadow{box-shadow:0 5px 10px rgba(0,0,0,.15);width:fit-content}.components-tab-panel__tab-content figure.is-style-vk-image-shadow figcaption,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-shadow figcaption{display:block}.components-tab-panel__tab-content figure.is-style-vk-image-wave01 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave01 img{mask-image:var(--vk_image-mask-wave01);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave02 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave02 img{mask-image:var(--vk_image-mask-wave02);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave03 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave03 img{mask-image:var(--vk_image-mask-wave03);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content figure.is-style-vk-image-wave04 img,.edit-post-visual-editor.editor-styles-wrapper figure.is-style-vk-image-wave04 img{mask-image:var(--vk_image-mask-wave04);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-border figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-border figure.alignright img{border:1px solid #e5e5e5}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright{background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;box-shadow:1px 1px 4px rgba(0,0,0,.2);zoom:1;width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft{margin:0 1em .5em 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright{margin:0 0 .5em 1em}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption{display:block;margin:8px 0 0}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.aligncenter,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignleft,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignright,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.aligncenter,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignleft,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignright{box-shadow:0 5px 10px rgba(0,0,0,.15);width:fit-content}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-shadow figure.alignright figcaption{display:block}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave01 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave01 figure.alignright img{mask-image:var(--vk_image-mask-wave01);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave02 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave02 figure.alignright img{mask-image:var(--vk_image-mask-wave02);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave03 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave03 figure.alignright img{mask-image:var(--vk_image-mask-wave03);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.aligncenter img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.components-tab-panel__tab-content .wp-block-image.is-style-vk-image-wave04 figure.alignright img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.aligncenter img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.edit-post-visual-editor.editor-styles-wrapper .wp-block-image.is-style-vk-image-wave04 figure.alignright img{mask-image:var(--vk_image-mask-wave04);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}@media screen and (max-width:992px){.components-tab-panel__tab-content .vk_prBlocks_item,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item{margin-bottom:1.5em}}.components-tab-panel__tab-content .vk_prBlocks_item_link,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link{color:#333}.components-tab-panel__tab-content .vk_prBlocks_item_link:hover,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.components-tab-panel__tab-content .vk_prBlocks_item_icon_outer,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.components-tab-panel__tab-content .vk_prBlocks_item_icon,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.components-tab-panel__tab-content .vk_prBlocks_item_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title{background-color:transparent;margin-top:.9em;margin-bottom:.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;box-shadow:unset;color:inherit;display:block}.components-tab-panel__tab-content .vk_prBlocks_item_title::before,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::before{content:none}.components-tab-panel__tab-content .vk_prBlocks_item_title::after,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_title::after{border:none}.components-tab-panel__tab-content .vk_prBlocks_item_image,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.components-tab-panel__tab-content .vk_prBlocks_item_summary,.edit-post-visual-editor.editor-styles-wrapper .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;line-height:1.8em}.components-tab-panel__tab-content .vk_prContent,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{margin-left:-15px;margin-right:-15px}@media (min-width:576px){.components-tab-panel__tab-content .vk_prContent,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent{display:flex}.components-tab-panel__tab-content .vk_prContent .col-sm-6,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent .col-sm-6{width:50%}.components-tab-panel__tab-content .vk_prContent-layout-imageLeft,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft{flex-direction:row}.components-tab-panel__tab-content .vk_prContent-layout-imageRight,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight{flex-direction:row-reverse}.components-tab-panel__tab-content .vk_prContent-layout-imageLeft .vk_prContent_colImg,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageLeft .vk_prContent_colImg{padding-right:2em}.components-tab-panel__tab-content .vk_prContent-layout-imageRight .vk_prContent_colImg,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent-layout-imageRight .vk_prContent_colImg{padding-left:2em}}.components-tab-panel__tab-content .vk_prContent_colTxt,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt{vertical-align:top}.components-tab-panel__tab-content .vk_prContent_colTxt_title,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title{background-color:transparent;font-weight:700;margin-bottom:.8em;outline:unset;outline-offset:unset;box-shadow:unset;border:none;border-radius:unset;padding:0;color:inherit;line-height:1.5;text-align:left}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_prContent_colTxt_title:first-child,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:first-child{margin-top:30px}}.components-tab-panel__tab-content .vk_prContent_colTxt_title:after,.components-tab-panel__tab-content .vk_prContent_colTxt_title:before,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:after,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_title:before{content:none}.components-tab-panel__tab-content .vk_prContent_colTxt_text,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_text{line-height:1.8;margin-bottom:1.7em}@media (min-width:992px){.components-tab-panel__tab-content .vk_prContent_colTxt_btn.btn,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colTxt_btn.btn{font-size:16px}}.components-tab-panel__tab-content .vk_prContent_colImg_image,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg_image{max-width:100%;height:auto}.components-tab-panel__tab-content .vk_prContent_colImg .components-button.button,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.button{margin:1em}.components-tab-panel__tab-content .vk_prContent_colImg .components-button.image-button,.edit-post-visual-editor.editor-styles-wrapper .vk_prContent_colImg .components-button.image-button{margin:0;height:auto}.components-tab-panel__tab-content .vk_responsive-br,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br{display:none}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_responsive-br-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xs{display:block}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_responsive-br-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-sm{display:block}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_responsive-br-md,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-md{display:block}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_responsive-br-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-lg{display:block}}@media (min-width:1200px) and (max-width:1399.98px){.components-tab-panel__tab-content .vk_responsive-br-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xl{display:block}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_responsive-br-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_responsive-br-xxl{display:block}}@media (max-width:576px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:block}}@media (min-width:577px) and (max-width:768px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:block}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}@media (min-width:769px){.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-pc,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-pc{display:block}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-tablet,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-tablet{display:none}.components-tab-panel__tab-content .vk_spacer .vk_spacer-display-mobile,.edit-post-visual-editor.editor-styles-wrapper .vk_spacer .vk_spacer-display-mobile{display:none}}.components-tab-panel__tab-content .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text{float:left;width:61.6%}.components-tab-panel__tab-content .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{float:right;width:32%}.components-tab-panel__tab-content .vk_staff-layout-imageLeft .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_text{float:right}.components-tab-panel__tab-content .vk_staff-layout-imageLeft .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff-layout-imageLeft .vk_staff_photo{float:left}.components-tab-panel__tab-content .vk_staff,.edit-post-visual-editor.editor-styles-wrapper .vk_staff{display:block;overflow:hidden}.components-tab-panel__tab-content .vk_staff_text_name,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name{text-align:left;box-shadow:none;font-size:2.5rem;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;line-height:1;margin-bottom:.5rem;border:none;padding:0;background-color:transparent;display:inline}.components-tab-panel__tab-content .vk_staff_text_name:after,.components-tab-panel__tab-content .vk_staff_text_name:before,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_name:before{display:none}.components-tab-panel__tab-content .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_caption{font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;font-size:14px;display:block;margin:0 0 .5rem 4px;letter-spacing:5px}.components-tab-panel__tab-content .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_role{font-size:14px;line-height:1.6em;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif}.components-tab-panel__tab-content .vk_staff_text_profileTitle,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle{font-size:18px;font-family:"MS P明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;padding-top:0;padding-left:0;padding-bottom:2px;margin-bottom:1.2rem;border-top:none;border-bottom:1px solid #ccc;background:0 0}.components-tab-panel__tab-content .vk_staff_text_profileTitle:after,.components-tab-panel__tab-content .vk_staff_text_profileTitle:before,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:after,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileTitle:before{border:none}.components-tab-panel__tab-content .vk_staff_text_profileText,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_text_profileText{font-size:14px}.components-tab-panel__tab-content .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo{display:block;vertical-align:top;text-align:center}.components-tab-panel__tab-content .vk_staff_photo button,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo button{width:100%}.components-tab-panel__tab-content .vk_staff_photo .image-button,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo .image-button{padding:0;margin:0;display:block;height:100%}.components-tab-panel__tab-content .vk_staff_photo-border-default,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-default{border:4px solid #efefef;padding:1px}.components-tab-panel__tab-content .vk_staff_photo-border-none,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo-border-none{border:none}.components-tab-panel__tab-content .vk_staff_photo_image,.edit-post-visual-editor.editor-styles-wrapper .vk_staff_photo_image{width:100%;margin:0;display:block}@media (min-width:992px){.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:74%}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text_caption,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text_caption,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_caption,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_caption{font-size:1rem;letter-spacing:.5rem}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text_role,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text_role,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text_role,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text_role{letter-spacing:.5rem}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:22%}}@media (min-width:1200px){.components-tab-panel__tab-content .page-template-page-lp .vk_staff_text,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_text,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_text,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_text{width:75%}.components-tab-panel__tab-content .page-template-page-lp .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-lp-builder .vk_staff_photo,.components-tab-panel__tab-content .page-template-page-onecolumn .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-lp-builder .vk_staff_photo,.edit-post-visual-editor.editor-styles-wrapper .page-template-page-onecolumn .vk_staff_photo{width:20%}}.components-tab-panel__tab-content .vk_hidden,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden{display:block!important;color:var(--blue)}.components-tab-panel__tab-content .vk_hidden.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden.vk_posts{display:flex!important}@media (max-width:575.98px){.components-tab-panel__tab-content .vk_hidden-xs,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs{display:block!important}.components-tab-panel__tab-content .vk_hidden-xs.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xs.vk_posts{display:flex!important}}@media (min-width:576px) and (max-width:767.98px){.components-tab-panel__tab-content .vk_hidden-sm,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm{display:block!important}.components-tab-panel__tab-content .vk_hidden-sm.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-sm.vk_posts{display:flex!important}}@media (min-width:768px) and (max-width:991.98px){.components-tab-panel__tab-content .vk_hidden-md,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md{display:block!important}.components-tab-panel__tab-content .vk_hidden-md.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-md.vk_posts{display:flex!important}}@media (min-width:992px) and (max-width:1199.98px){.components-tab-panel__tab-content .vk_hidden-lg,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg{display:block!important}.components-tab-panel__tab-content .vk_hidden-lg.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-lg.vk_posts{display:flex!important}}@media (min-width:1200px){.components-tab-panel__tab-content .vk_hidden-xl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xl.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xl.vk_posts{display:flex!important}}@media (min-width:1400px){.components-tab-panel__tab-content .vk_hidden-xxl,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl{display:block!important}.components-tab-panel__tab-content .vk_hidden-xxl.vk_posts,.edit-post-visual-editor.editor-styles-wrapper .vk_hidden-xxl.vk_posts{display:flex!important}}
inc/vk-blocks/build/block-build.css CHANGED
@@ -1,11 +1,11 @@
1
- :root{--vk-margin-elem:2rem}.text-nowrap{white-space:nowrap}ul.is-style-vk-default,ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-default,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-default li,ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-default li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-bottom:0.8em;line-height:1.65em}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#ffffff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#ffffff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#ffffff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#ffffff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#ffffff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#ffffff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#ffffff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#ffffff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#ffffff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#ffffff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#ffffff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#ffffff;background-color:#313131}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:0.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-info h2,.wp-block-group.is-style-vk-group-alert-info h3,.wp-block-group.is-style-vk-group-alert-info h4,.wp-block-group.is-style-vk-group-alert-info h5,.wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-info ul,.wp-block-group.is-style-vk-group-alert-info ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-info ul li:last-child,.wp-block-group.is-style-vk-group-alert-info ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-success h2,.wp-block-group.is-style-vk-group-alert-success h3,.wp-block-group.is-style-vk-group-alert-success h4,.wp-block-group.is-style-vk-group-alert-success h5,.wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-success ul,.wp-block-group.is-style-vk-group-alert-success ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-success ul li:last-child,.wp-block-group.is-style-vk-group-alert-success ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-warning h2,.wp-block-group.is-style-vk-group-alert-warning h3,.wp-block-group.is-style-vk-group-alert-warning h4,.wp-block-group.is-style-vk-group-alert-warning h5,.wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-warning ul,.wp-block-group.is-style-vk-group-alert-warning ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.wp-block-group.is-style-vk-group-alert-warning ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-danger h2,.wp-block-group.is-style-vk-group-alert-danger h3,.wp-block-group.is-style-vk-group-alert-danger h4,.wp-block-group.is-style-vk-group-alert-danger h5,.wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-danger ul,.wp-block-group.is-style-vk-group-alert-danger ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.wp-block-group.is-style-vk-group-alert-danger ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.editor-styles-wrapper .wp-block-group>div:last-child *:nth-last-child(2){margin-bottom:0}.editor-styles-wrapper .wp-block-group .wp-block{width:auto}.wp-block-embed-youtube iframe{width:100%}.has-text-align-right{text-align:right}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.wp-block-social-links{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 1400px){.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
2
-
3
- .alert{padding:1em;margin:1em 0;border-radius:3px}.alert p{margin-bottom:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear, opacity .3s linear;transition:color .3s linear, opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
4
 
5
  .vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin-bottom:2.2em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all}.vk_balloon p:last-of-type{margin-bottom:0}.vk_balloon_icon{-ms-flex-preferred-size:80px;flex-basis:80px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;-o-object-fit:cover;object-fit:cover}.vk_balloon_icon_image-type-rounded{border-radius:4px}.vk_balloon_icon_image-type-circle{border-radius:50%}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.3rem}.vk_balloon_content_outer{width:100%}.vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .vk_balloon_content{float:left}.vk_balloon-position-right .vk_balloon_content{float:right}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon_content{background:#f5f5f5;padding:1rem 1.2rem}.vk_balloon_content_before,.vk_balloon_content_after{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{top:15px}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after{border-color:transparent #f5f5f5 transparent transparent}.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after{border-color:transparent transparent transparent #f5f5f5}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.2rem}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{left:-10px;border-width:10px 12px 10px 0}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:1.2rem}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.2rem}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{right:-10px;border-width:10px 0 10px 12px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:1.2rem}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.vk_balloon_content-border-true,.vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width, 1px);border-style:solid}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset, -12px);border-right-color:inherit !important}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset, -12px);border-left-color:inherit !important}.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after{border-width:var(--vk-balloon-border-width, 1px);border-style:solid;border-color:inherit !important}.vk_balloon-animation-trembling{-webkit-animation:trembling 0.1s infinite;animation:trembling 0.1s infinite}@-webkit-keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}@keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}.vk_balloon-animation-trembling-x{-webkit-animation:trembling-x 0.1s infinite;animation:trembling-x 0.1s infinite}@-webkit-keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}@keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}.vk_balloon-animation-pounding{-webkit-animation:pounding 1.5s infinite;animation:pounding 1.5s infinite}@-webkit-keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}.vk_balloon-animation-shaking{-webkit-animation:shaking 0.4s infinite;animation:shaking 0.4s infinite}@-webkit-keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}@keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}.icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width: 480px){.vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:64px}}
6
 
7
  :root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 0 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:0.5em 1.5em 0.4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit}.vk_borderBox .vk_borderBox_title{background:none;padding:0;border:none}.vk_borderBox .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body h1:first-child,.vk_borderBox .vk_borderBox_body h2:first-child,.vk_borderBox .vk_borderBox_body h3:first-child,.vk_borderBox .vk_borderBox_body h4:first-child,.vk_borderBox .vk_borderBox_body h5:first-child,.vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body p:last-child{margin-bottom:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:0.5em 0.5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
8
 
 
 
9
  .vk_button{margin:5px 0;text-align:center}.vk_button-color-custom a:hover{opacity:0.8;-webkit-box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25);box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25)}.vk_button-align-left{text-align:left}.vk_button-align-center{text-align:center}.vk_button-align-right{text-align:right}.vk_button-align-block{display:block}.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button-align-wide .btn{display:block}.vk_button_link{min-width:100px;min-height:30px}.vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button_link.btn{padding-top:0.7em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.vk_button_link_before{margin-right:0.7rem}.vk_button_link_after{margin-left:0.7rem}.vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.vk_button .vk_button_link-type-text:hover.btn-outline-secondary{color:#6c757d}.vk_button .vk_button_link-type-text:hover.btn-outline-success{color:#28a745}.vk_button .vk_button_link-type-text:hover.btn-outline-info{color:#17a2b8}.vk_button .vk_button_link-type-text:hover.btn-outline-warning{color:#ffc107}.vk_button .vk_button_link-type-text:hover.btn-outline-danger{color:#dc3545}.vk_button .vk_button_link-type-text:hover.btn-outline-dark{color:#343a40}.vk_button .vk_button_link-type-text.btn-outline-light{color:#212529}.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .vk_button a:hover.btn-primary{background-color:#007bff;border-color:#007bff}.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .vk_button a.btn-secondary,.editor-styles-wrapper .vk_button a.btn-success,.editor-styles-wrapper .vk_button a.btn-info,.editor-styles-wrapper .vk_button a.btn-danger,.editor-styles-wrapper .vk_button a.btn-dark,.editor-styles-wrapper .vk_button a:hover.btn-primary,.editor-styles-wrapper .vk_button a:hover.btn-secondary,.editor-styles-wrapper .vk_button a:hover.btn-success,.editor-styles-wrapper .vk_button a:hover.btn-info,.editor-styles-wrapper .vk_button a:hover.btn-danger,.editor-styles-wrapper .vk_button a:hover.btn-dark{color:#fff}.editor-styles-wrapper .vk_button a.vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-primary{color:#007bff;border-color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text){background-color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-secondary{color:#6c757d}.editor-styles-wrapper .vk_button a.btn-outline-success{color:#28a745}.editor-styles-wrapper .vk_button a.btn-outline-info{color:#17a2b8}.editor-styles-wrapper .vk_button a.btn-outline-warning{color:#ffc107}.editor-styles-wrapper .vk_button a.btn-outline-danger{color:#dc3545}.editor-styles-wrapper .vk_button a.btn-outline-dark{color:#343a40}.editor-styles-wrapper .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .vk_button a:hover.btn-outline-success,.editor-styles-wrapper .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .vk_button a:hover.btn-outline-dark{color:#fff}.vk_button .editor-rich-text{display:inline-block}.vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}
10
 
11
  .is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid rgba(0,0,0,0.12);padding:0px 0px 1em;margin:0 0 1em 0;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding:0.8em 0.8em 0.8em 48px;position:relative}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;top:0.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:"areal"}.vk_faq_title{margin-bottom:0;font-size:16px;font-weight:700;border-bottom:1px dotted rgba(0,0,0,0.12)}.vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq_title p{line-height:1.7}.vk_faq_title p:last-child{margin-bottom:0}@media (min-width: 768px){.vk_faq_title{font-size:18px}}.vk_faq_content{margin:0px;-webkit-transition:.25s;transition:.25s}.vk_faq_content:before{content:"A";color:#337ab7}.vk_faq_content p:last-child{margin-bottom:0}.vk_faq-accordion-close,.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq-accordion-close .vk_faq_title,.vk_faq-accordion-open .vk_faq_title{padding-right:2em}@media (min-width: 768px){.vk_faq-accordion-close .vk_faq_title,.vk_faq-accordion-open .vk_faq_title{padding-right:2.5em}}.vk_faq-accordion-close .vk_faq_title::after,.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.4em;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
@@ -18,7 +18,7 @@
18
 
19
  .vk_hidden{display:none !important;color:var(--blue)}@media (max-width: 575.98px){.vk_hidden-xs{display:none !important}}@media (min-width: 576px) and (max-width: 767.98px){.vk_hidden-sm{display:none !important}}@media (min-width: 768px) and (max-width: 991.98px){.vk_hidden-md{display:none !important}}@media (min-width: 992px) and (max-width: 1199.98px){.vk_hidden-lg{display:none !important}}@media (min-width: 1200px){.vk_hidden-xl{display:none !important}}@media (min-width: 1200px) and (max-width: 1399.98px){.vk_hidden-xl-v2{display:none !important}}@media (min-width: 1400px){.vk_hidden-xxl{display:none !important}}
20
 
21
- .is-style-rounded img{border-radius:.5rem}figure.is-style-vk-image-border img{border:1px solid #e5e5e5}figure.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-photoFrame-tilt-right{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-photoFrame-tilt-left{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-shadow{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-shadow figcaption{display:block}figure.is-style-vk-image-wave01 img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave02 img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave03 img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave04 img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-border figure.alignleft img,.wp-block-image.is-style-vk-image-border figure.alignright img,.wp-block-image.is-style-vk-image-border figure.aligncenter img{border:1px solid #e5e5e5}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-shadow figure.alignleft,.wp-block-image.is-style-vk-image-shadow figure.alignright,.wp-block-image.is-style-vk-image-shadow figure.aligncenter{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption{display:block}.wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.wp-block-image.is-style-vk-image-wave01 figure.alignright img,.wp-block-image.is-style-vk-image-wave01 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.wp-block-image.is-style-vk-image-wave02 figure.alignright img,.wp-block-image.is-style-vk-image-wave02 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.wp-block-image.is-style-vk-image-wave03 figure.alignright img,.wp-block-image.is-style-vk-image-wave03 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.wp-block-image.is-style-vk-image-wave04 figure.alignright img,.wp-block-image.is-style-vk-image-wave04 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}
22
 
23
  @media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{background-color:transparent;margin-top:0.9em;margin-bottom:0.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;color:inherit;display:block}.vk_prBlocks_item_title::before{content:none}.vk_prBlocks_item_title::after{border:none}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
24
 
1
+ :root{--vk-margin-elem:2rem}.text-nowrap{white-space:nowrap}ul.is-style-vk-default,ul.is-style-vk-arrow-mark,ul.is-style-vk-triangle-mark,ul.is-style-vk-check-mark,ul.is-style-vk-check-circle-mark,ul.is-style-vk-check-square-mark,ul.is-style-vk-handpoint-mark,ul.is-style-vk-pencil-mark,ul.is-style-vk-smile-mark,ul.is-style-vk-frown-mark,ul.is-style-vk-numbered-circle-mark,ul.is-style-vk-numbered-square-mark,ol.is-style-vk-default,ol.is-style-vk-arrow-mark,ol.is-style-vk-triangle-mark,ol.is-style-vk-check-mark,ol.is-style-vk-check-circle-mark,ol.is-style-vk-check-square-mark,ol.is-style-vk-handpoint-mark,ol.is-style-vk-pencil-mark,ol.is-style-vk-smile-mark,ol.is-style-vk-frown-mark,ol.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-square-mark{-webkit-padding-start:2em;padding-inline-start:2em}ul.is-style-vk-default li,ul.is-style-vk-arrow-mark li,ul.is-style-vk-triangle-mark li,ul.is-style-vk-check-mark li,ul.is-style-vk-check-circle-mark li,ul.is-style-vk-check-square-mark li,ul.is-style-vk-handpoint-mark li,ul.is-style-vk-pencil-mark li,ul.is-style-vk-smile-mark li,ul.is-style-vk-frown-mark li,ul.is-style-vk-numbered-circle-mark li,ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-default li,ol.is-style-vk-arrow-mark li,ol.is-style-vk-triangle-mark li,ol.is-style-vk-check-mark li,ol.is-style-vk-check-circle-mark li,ol.is-style-vk-check-square-mark li,ol.is-style-vk-handpoint-mark li,ol.is-style-vk-pencil-mark li,ol.is-style-vk-smile-mark li,ol.is-style-vk-frown-mark li,ol.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-square-mark li{list-style:none;position:relative;margin-bottom:0.8em;line-height:1.65em}ul.is-style-vk-numbered-circle-mark,ol.is-style-vk-numbered-circle-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-circle-mark li,ol.is-style-vk-numbered-circle-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-circle-mark li:before,ol.is-style-vk-numbered-circle-mark li:before{position:absolute;left:0;counter-increment:number;content:counter(number);margin-left:-1.8em;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;border-radius:50%;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center}ul.is-style-vk-numbered-square-mark,ol.is-style-vk-numbered-square-mark{counter-reset:number;list-style-type:none}ul.is-style-vk-numbered-square-mark li,ol.is-style-vk-numbered-square-mark li{position:relative;list-style:none;padding-left:.5em}ul.is-style-vk-numbered-square-mark li:before,ol.is-style-vk-numbered-square-mark li:before{position:absolute;left:-0.3em;counter-increment:number;content:counter(number);margin-left:-25px;background:#222;color:#fff;text-indent:0;display:inline-block;font-weight:bold;font-size:1em;line-height:1.8em;width:26px;height:26px;text-align:center;border-radius:2px}ul.is-style-vk-numbered-circle-mark.fa-lg li::before,ul.is-style-vk-numbered-square-mark.fa-lg li::before,ol.is-style-vk-numbered-circle-mark.fa-lg li::before,ol.is-style-vk-numbered-square-mark.fa-lg li::before{left:-0.8em}ul.is-style-vk-numbered-circle-mark.fa-2x li,ul.is-style-vk-numbered-square-mark.fa-2x li,ol.is-style-vk-numbered-circle-mark.fa-2x li,ol.is-style-vk-numbered-square-mark.fa-2x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-2x li::before,ul.is-style-vk-numbered-square-mark.fa-2x li::before,ol.is-style-vk-numbered-circle-mark.fa-2x li::before,ol.is-style-vk-numbered-square-mark.fa-2x li::before{left:-1.1em}ul.is-style-vk-numbered-circle-mark.fa-3x li,ul.is-style-vk-numbered-square-mark.fa-3x li,ol.is-style-vk-numbered-circle-mark.fa-3x li,ol.is-style-vk-numbered-square-mark.fa-3x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-3x li::before,ul.is-style-vk-numbered-square-mark.fa-3x li::before,ol.is-style-vk-numbered-circle-mark.fa-3x li::before,ol.is-style-vk-numbered-square-mark.fa-3x li::before{left:-1.4em}ul.is-style-vk-numbered-circle-mark.fa-4x li,ul.is-style-vk-numbered-square-mark.fa-4x li,ol.is-style-vk-numbered-circle-mark.fa-4x li,ol.is-style-vk-numbered-square-mark.fa-4x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-4x li::before,ul.is-style-vk-numbered-square-mark.fa-4x li::before,ol.is-style-vk-numbered-circle-mark.fa-4x li::before,ol.is-style-vk-numbered-square-mark.fa-4x li::before{left:-1.5em}ul.is-style-vk-numbered-circle-mark.fa-5x li,ul.is-style-vk-numbered-square-mark.fa-5x li,ol.is-style-vk-numbered-circle-mark.fa-5x li,ol.is-style-vk-numbered-square-mark.fa-5x li{line-height:1.25em}ul.is-style-vk-numbered-circle-mark.fa-5x li::before,ul.is-style-vk-numbered-square-mark.fa-5x li::before,ol.is-style-vk-numbered-circle-mark.fa-5x li::before,ol.is-style-vk-numbered-square-mark.fa-5x li::before{left:-1.6em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"•";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-arrow-mark li::before,ol.is-style-vk-arrow-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-triangle-mark li::before,ol.is-style-vk-triangle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-mark li::before,ol.is-style-vk-check-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-circle-mark li::before,ol.is-style-vk-check-circle-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-check-square-mark li::before,ol.is-style-vk-check-square-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-handpoint-mark li::before,ol.is-style-vk-handpoint-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-pencil-mark li::before,ol.is-style-vk-pencil-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-smile-mark li::before,ol.is-style-vk-smile-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.is-style-vk-frown-mark li::before,ol.is-style-vk-frown-mark li::before{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;content:"";left:-1.5em}ul.is-style-vk-default li::before,ol.is-style-vk-default li::before{font-size:22px;line-height:1.1em}ul.vk-has-pale-pink-color li::before,ol.vk-has-pale-pink-color li::before{color:#f78da7}ul.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-pink-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-pink-color li::before{color:#ffffff;background-color:#f78da7}ul.vk-has-vivid-red-color li::before,ol.vk-has-vivid-red-color li::before{color:#cf2e2e}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-red-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-red-color li::before{color:#ffffff;background-color:#cf2e2e}ul.vk-has-luminous-vivid-orange-color li::before,ol.vk-has-luminous-vivid-orange-color li::before{color:#ff6900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-orange-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-orange-color li::before{color:#ffffff;background-color:#ff6900}ul.vk-has-luminous-vivid-amber-color li::before,ol.vk-has-luminous-vivid-amber-color li::before{color:#fcb900}ul.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-luminous-vivid-amber-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-luminous-vivid-amber-color li::before{color:#ffffff;background-color:#fcb900}ul.vk-has-light-green-cyan-color li::before,ol.vk-has-light-green-cyan-color li::before{color:#7bdcb5}ul.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-light-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-light-green-cyan-color li::before{color:#ffffff;background-color:#7bdcb5}ul.vk-has-vivid-green-cyan-color li::before,ol.vk-has-vivid-green-cyan-color li::before{color:#00d084}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-green-cyan-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-green-cyan-color li::before{color:#ffffff;background-color:#00d084}ul.vk-has-pale-cyan-blue-color li::before,ol.vk-has-pale-cyan-blue-color li::before{color:#8ed1fc}ul.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-pale-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-pale-cyan-blue-color li::before{color:#ffffff;background-color:#8ed1fc}ul.vk-has-vivid-cyan-blue-color li::before,ol.vk-has-vivid-cyan-blue-color li::before{color:#0693e3}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-cyan-blue-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-cyan-blue-color li::before{color:#ffffff;background-color:#0693e3}ul.vk-has-vivid-purple-color li::before,ol.vk-has-vivid-purple-color li::before{color:#9b51e0}ul.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-vivid-purple-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-vivid-purple-color li::before{color:#ffffff;background-color:#9b51e0}ul.vk-has-very-light-gray-color li::before,ol.vk-has-very-light-gray-color li::before{color:#eee}ul.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-light-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-light-gray-color li::before{color:#ffffff;background-color:#eee}ul.vk-has-cyan-bluish-gray-color li::before,ol.vk-has-cyan-bluish-gray-color li::before{color:#abb8c3}ul.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-cyan-bluish-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-cyan-bluish-gray-color li::before{color:#ffffff;background-color:#abb8c3}ul.vk-has-very-dark-gray-color li::before,ol.vk-has-very-dark-gray-color li::before{color:#313131}ul.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-very-dark-gray-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-very-dark-gray-color li::before{color:#ffffff;background-color:#313131}ul.vk-has-white-color li::before,ol.vk-has-white-color li::before{color:#fff}ul.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ul.is-style-vk-numbered-square-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-circle-mark.vk-has-white-color li::before,ol.is-style-vk-numbered-square-mark.vk-has-white-color li::before{color:#ffffff;background-color:#fff}.wp-block-group.is-style-vk-group-solid{border:solid 3px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid h2,.wp-block-group.is-style-vk-group-solid h3,.wp-block-group.is-style-vk-group-solid h4,.wp-block-group.is-style-vk-group-solid h5,.wp-block-group.is-style-vk-group-solid h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid ul,.wp-block-group.is-style-vk-group-solid ol{margin-top:0}.wp-block-group.is-style-vk-group-solid ul li:last-child,.wp-block-group.is-style-vk-group-solid ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-solid-roundcorner{border:solid 3px;border-radius:8px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-solid-roundcorner h2,.wp-block-group.is-style-vk-group-solid-roundcorner h3,.wp-block-group.is-style-vk-group-solid-roundcorner h4,.wp-block-group.is-style-vk-group-solid-roundcorner h5,.wp-block-group.is-style-vk-group-solid-roundcorner h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-solid-roundcorner ul,.wp-block-group.is-style-vk-group-solid-roundcorner ol{margin-top:0}.wp-block-group.is-style-vk-group-solid-roundcorner ul li:last-child,.wp-block-group.is-style-vk-group-solid-roundcorner ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dotted{border:dotted 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dotted h2,.wp-block-group.is-style-vk-group-dotted h3,.wp-block-group.is-style-vk-group-dotted h4,.wp-block-group.is-style-vk-group-dotted h5,.wp-block-group.is-style-vk-group-dotted h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dotted ul,.wp-block-group.is-style-vk-group-dotted ol{margin-top:0}.wp-block-group.is-style-vk-group-dotted ul li:last-child,.wp-block-group.is-style-vk-group-dotted ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-dashed{border:dashed 2px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-dashed h2,.wp-block-group.is-style-vk-group-dashed h3,.wp-block-group.is-style-vk-group-dashed h4,.wp-block-group.is-style-vk-group-dashed h5,.wp-block-group.is-style-vk-group-dashed h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-dashed ul,.wp-block-group.is-style-vk-group-dashed ol{margin-top:0}.wp-block-group.is-style-vk-group-dashed ul li:last-child,.wp-block-group.is-style-vk-group-dashed ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-double{border:double 5px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-double h2,.wp-block-group.is-style-vk-group-double h3,.wp-block-group.is-style-vk-group-double h4,.wp-block-group.is-style-vk-group-double h5,.wp-block-group.is-style-vk-group-double h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-double ul,.wp-block-group.is-style-vk-group-double ol{margin-top:0}.wp-block-group.is-style-vk-group-double ul li:last-child,.wp-block-group.is-style-vk-group-double ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch{margin:1em auto;padding:0.5em;border-radius:8px}.wp-block-group.is-style-vk-group-stitch h2,.wp-block-group.is-style-vk-group-stitch h3,.wp-block-group.is-style-vk-group-stitch h4,.wp-block-group.is-style-vk-group-stitch h5,.wp-block-group.is-style-vk-group-stitch h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-stitch ul,.wp-block-group.is-style-vk-group-stitch ol{margin-top:0}.wp-block-group.is-style-vk-group-stitch ul li:last-child,.wp-block-group.is-style-vk-group-stitch ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-stitch .wp-block-group__inner-container{border:dashed 2px;border-radius:8px;padding:1.8em}.wp-block-group.is-style-vk-group-top-bottom-border{border-top:solid 1px;border-bottom:solid 1px;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem);padding-left:0;padding-right:0}.wp-block-group.is-style-vk-group-top-bottom-border h2,.wp-block-group.is-style-vk-group-top-bottom-border h3,.wp-block-group.is-style-vk-group-top-bottom-border h4,.wp-block-group.is-style-vk-group-top-bottom-border h5,.wp-block-group.is-style-vk-group-top-bottom-border h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-top-bottom-border ul,.wp-block-group.is-style-vk-group-top-bottom-border ol{margin-top:0}.wp-block-group.is-style-vk-group-top-bottom-border ul li:last-child,.wp-block-group.is-style-vk-group-top-bottom-border ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-shadow{-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-shadow h2,.wp-block-group.is-style-vk-group-shadow h3,.wp-block-group.is-style-vk-group-shadow h4,.wp-block-group.is-style-vk-group-shadow h5,.wp-block-group.is-style-vk-group-shadow h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-shadow ul,.wp-block-group.is-style-vk-group-shadow ol{margin-top:0}.wp-block-group.is-style-vk-group-shadow ul li:last-child,.wp-block-group.is-style-vk-group-shadow ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-info{background-color:#d9edf7;color:#31708f;border-radius:3px;border:1px solid #bce8f1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-info h2,.wp-block-group.is-style-vk-group-alert-info h3,.wp-block-group.is-style-vk-group-alert-info h4,.wp-block-group.is-style-vk-group-alert-info h5,.wp-block-group.is-style-vk-group-alert-info h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-info ul,.wp-block-group.is-style-vk-group-alert-info ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-info ul li:last-child,.wp-block-group.is-style-vk-group-alert-info ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-success{background-color:#dff0d8;color:#3c763d;border-radius:3px;border:1px solid #d6e9c6;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-success h2,.wp-block-group.is-style-vk-group-alert-success h3,.wp-block-group.is-style-vk-group-alert-success h4,.wp-block-group.is-style-vk-group-alert-success h5,.wp-block-group.is-style-vk-group-alert-success h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-success ul,.wp-block-group.is-style-vk-group-alert-success ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-success ul li:last-child,.wp-block-group.is-style-vk-group-alert-success ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-radius:3px;border:1px solid #faebcc;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-warning h2,.wp-block-group.is-style-vk-group-alert-warning h3,.wp-block-group.is-style-vk-group-alert-warning h4,.wp-block-group.is-style-vk-group-alert-warning h5,.wp-block-group.is-style-vk-group-alert-warning h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-warning ul,.wp-block-group.is-style-vk-group-alert-warning ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-warning ul li:last-child,.wp-block-group.is-style-vk-group-alert-warning ol li:last-child{margin-bottom:0}.wp-block-group.is-style-vk-group-alert-danger{background-color:#f2dede;color:#a94442;border-radius:3px;border:1px solid #ebccd1;padding:1.8em;margin-top:1.2em;margin-bottom:1.2em;margin-top:var(--vk-margin-elem);margin-bottom:var(--vk-margin-elem)}.wp-block-group.is-style-vk-group-alert-danger h2,.wp-block-group.is-style-vk-group-alert-danger h3,.wp-block-group.is-style-vk-group-alert-danger h4,.wp-block-group.is-style-vk-group-alert-danger h5,.wp-block-group.is-style-vk-group-alert-danger h6{margin-bottom:1rem}.wp-block-group.is-style-vk-group-alert-danger ul,.wp-block-group.is-style-vk-group-alert-danger ol{margin-top:0}.wp-block-group.is-style-vk-group-alert-danger ul li:last-child,.wp-block-group.is-style-vk-group-alert-danger ol li:last-child{margin-bottom:0}.wp-block-group h3:first-child,.wp-block-group h4:first-child{margin-top:0}.wp-block-group p:last-child,.wp-block-group ul:last-child,.wp-block-group ol:last-child,.wp-block-group dl:last-child,.wp-block-group table:last-child,.wp-block-group .wp-block-columns:last-child{margin-bottom:0}.wp-block-group.vk-has-pale-pink-color{border-color:#f78da7}.wp-block-group.vk-has-pale-pink-color .wp-block-group__inner-container{border-color:#f78da7}.wp-block-group.vk-has-vivid-red-color{border-color:#cf2e2e}.wp-block-group.vk-has-vivid-red-color .wp-block-group__inner-container{border-color:#cf2e2e}.wp-block-group.vk-has-luminous-vivid-orange-color{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-orange-color .wp-block-group__inner-container{border-color:#ff6900}.wp-block-group.vk-has-luminous-vivid-amber-color{border-color:#fcb900}.wp-block-group.vk-has-luminous-vivid-amber-color .wp-block-group__inner-container{border-color:#fcb900}.wp-block-group.vk-has-light-green-cyan-color{border-color:#7bdcb5}.wp-block-group.vk-has-light-green-cyan-color .wp-block-group__inner-container{border-color:#7bdcb5}.wp-block-group.vk-has-vivid-green-cyan-color{border-color:#00d084}.wp-block-group.vk-has-vivid-green-cyan-color .wp-block-group__inner-container{border-color:#00d084}.wp-block-group.vk-has-pale-cyan-blue-color{border-color:#8ed1fc}.wp-block-group.vk-has-pale-cyan-blue-color .wp-block-group__inner-container{border-color:#8ed1fc}.wp-block-group.vk-has-vivid-cyan-blue-color{border-color:#0693e3}.wp-block-group.vk-has-vivid-cyan-blue-color .wp-block-group__inner-container{border-color:#0693e3}.wp-block-group.vk-has-vivid-purple-color{border-color:#9b51e0}.wp-block-group.vk-has-vivid-purple-color .wp-block-group__inner-container{border-color:#9b51e0}.wp-block-group.vk-has-very-light-gray-color{border-color:#eee}.wp-block-group.vk-has-very-light-gray-color .wp-block-group__inner-container{border-color:#eee}.wp-block-group.vk-has-cyan-bluish-gray-color{border-color:#abb8c3}.wp-block-group.vk-has-cyan-bluish-gray-color .wp-block-group__inner-container{border-color:#abb8c3}.wp-block-group.vk-has-very-dark-gray-color{border-color:#313131}.wp-block-group.vk-has-very-dark-gray-color .wp-block-group__inner-container{border-color:#313131}.wp-block-group.vk-has-white-color{border-color:#fff}.wp-block-group.vk-has-white-color .wp-block-group__inner-container{border-color:#fff}.editor-styles-wrapper .wp-block-group .wp-block{width:auto}.wp-block-embed-youtube iframe{width:100%}.has-text-align-right{text-align:right}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.wp-block-social-links{-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 1400px){.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
 
 
2
 
3
  .vk_balloon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;margin-bottom:2.2em}.vk_balloon figure{margin:0}.vk_balloon p{word-break:break-all}.vk_balloon p:last-of-type{margin-bottom:0}.vk_balloon_icon{-ms-flex-preferred-size:80px;flex-basis:80px;-ms-flex-negative:0;flex-shrink:0;text-align:center}.vk_balloon_icon_image{vertical-align:bottom;width:64px;height:64px;-o-object-fit:cover;object-fit:cover}.vk_balloon_icon_image-type-rounded{border-radius:4px}.vk_balloon_icon_image-type-circle{border-radius:50%}.vk_balloon_icon_name{display:block;text-align:center;font-size:0.7rem;margin-top:0.3rem}.vk_balloon_content_outer{width:100%}.vk_balloon_content{max-width:calc(100% - 6.2em);position:relative;text-align:left}.vk_balloon-position-left .vk_balloon_content{float:left}.vk_balloon-position-right .vk_balloon_content{float:right}.vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.vk_balloon_content{background:#f5f5f5;padding:1rem 1.2rem}.vk_balloon_content_before,.vk_balloon_content_after{position:absolute;top:0;display:block;width:0;height:0;border-style:solid}.vk_balloon-type-speech .vk_balloon_content{border-radius:.4em}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{top:15px}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{z-index:1;border-right-color:inherit}.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before{z-index:2}.vk_balloon-type-think .vk_balloon_content{border-radius:1rem}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{position:absolute;content:'';border-radius:50%;background:inherit}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{width:14px;height:14px}.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{width:10px;height:10px}.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left .vk_balloon_content .vk_balloon_content_after{border-color:transparent #f5f5f5 transparent transparent}.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right .vk_balloon_content .vk_balloon_content_after{border-color:transparent transparent transparent #f5f5f5}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.2rem}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{left:-10px;border-width:10px 12px 10px 0}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:1.2rem}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{left:-18px;top:7px}.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{left:-25px;top:20px}.vk_balloon-position-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.2rem}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_before,.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content .vk_balloon_content_after{right:-10px;border-width:10px 0 10px 12px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:1.2rem}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_before{right:-18px;top:7px}.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content .vk_balloon_content_after{right:-25px;top:20px}.vk_balloon_content-border-true,.vk_balloon_icon_image-border-true{border-width:var(--vk-balloon-border-width, 1px);border-style:solid}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{left:-10px}.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{left:var(--vk-balloon-speech-offset, -12px);border-right-color:inherit !important}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_before{right:-10px}.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content-border-true .vk_balloon_content_after{right:var(--vk-balloon-speech-offset, -12px);border-left-color:inherit !important}.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_before,.vk_balloon-type-think .vk_balloon_content-border-true .vk_balloon_content_after{border-width:var(--vk-balloon-border-width, 1px);border-style:solid;border-color:inherit !important}.vk_balloon-animation-trembling{-webkit-animation:trembling 0.1s infinite;animation:trembling 0.1s infinite}@-webkit-keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}@keyframes trembling{0%{-webkit-transform:rotate(-0.5deg);transform:rotate(-0.5deg)}50%{-webkit-transform:rotate(0.5deg);transform:rotate(0.5deg)}}.vk_balloon-animation-trembling-x{-webkit-animation:trembling-x 0.1s infinite;animation:trembling-x 0.1s infinite}@-webkit-keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}@keyframes trembling-x{0%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{-webkit-transform:scale(0.99, 0.96);transform:scale(0.99, 0.96)}}.vk_balloon-animation-pounding{-webkit-animation:pounding 1.5s infinite;animation:pounding 1.5s infinite}@-webkit-keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes pounding{0%{-webkit-transform:scale(1.05);transform:scale(1.05)}5%{-webkit-transform:scale(1);transform:scale(1)}95%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}.vk_balloon-animation-shaking{-webkit-animation:shaking 0.4s infinite;animation:shaking 0.4s infinite}@-webkit-keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}@keyframes shaking{0%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}50%{-webkit-transform:translate(-1px, -1px);transform:translate(-1px, -1px)}75%{-webkit-transform:translate(-1px, 1px);transform:translate(-1px, 1px)}100%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}}.vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;-webkit-animation:vibration .1s infinite;animation:vibration .1s infinite}@-webkit-keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}@keyframes vibration{0%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}25%{-webkit-transform:translate(2px, 2px) rotateZ(1deg);transform:translate(2px, 2px) rotateZ(1deg)}50%{-webkit-transform:translate(0px, 2px) rotateZ(0deg);transform:translate(0px, 2px) rotateZ(0deg)}75%{-webkit-transform:translate(2px, 0px) rotateZ(-1deg);transform:translate(2px, 0px) rotateZ(-1deg)}100%{-webkit-transform:translate(0px, 0px) rotateZ(0deg);transform:translate(0px, 0px) rotateZ(0deg)}}.icon-image-list-note:hover{cursor:pointer}@media only screen and (max-width: 480px){.vk_balloon_content{max-width:calc(100% - 2em);font-size:.9em;padding:1em}.vk_balloon-type-think .vk_balloon_content::after{border:5px solid transparent}.vk_balloon{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_icon{margin-right:1.5rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2rem}.vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right{text-align:right}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_icon{margin-left:1.5rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-speech .vk_balloon_content{display:inline-block}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2rem;margin-right:0}.vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.vk_balloon_icon{max-width:64px}}
4
 
5
  :root{--vk-color-border-red: #dc3545;--vk-color-background-red: #dc3545;--vk-color-border-orange: #ffa536;--vk-color-background-orange: #ffa536;--vk-color-border-blue: #4267b2;--vk-color-background-blue: #4267b2;--vk-color-border-green: #28a745;--vk-color-background-green: #28a745;--vk-color-border-black: #222;--vk-color-background-black: #222}.vk_borderBox-color-red{border-color:var(--vk-color-border-red);background-color:var(--vk-color-background-red)}.vk_borderBox-color-orange{border-color:var(--vk-color-border-orange);background-color:var(--vk-color-background-orange)}.vk_borderBox-color-blue{border-color:var(--vk-color-border-blue);background-color:var(--vk-color-background-blue)}.vk_borderBox-color-green{border-color:var(--vk-color-border-green);background-color:var(--vk-color-background-green)}.vk_borderBox-color-black{border-color:var(--vk-color-border-black);background-color:var(--vk-color-background-black)}.vk_borderBox-background-transparent .vk_borderBox_body{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:transparent}.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-transparent.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:transparent}.vk_borderBox-background-white .vk_borderBox_body{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox{background-color:#fff}.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox-background-white.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{background-color:#fff}.vk_borderBox{margin:0 0 2em;position:relative}.vk_borderBox .vk_borderBox_title_container{margin:0;font-size:1em;line-height:1.4;padding:0.5em 1.5em 0.4em;font-weight:bold}.vk_borderBox .vk_borderBox_title_container i:first-child,.vk_borderBox .vk_borderBox_title_container .svg-inline--fa{margin-right:5px}.vk_borderBox .vk_borderBox_title_container .vk_borderBox_title{display:inline;font-weight:bold;font-size:1em;color:inherit}.vk_borderBox .vk_borderBox_title{background:none;padding:0;border:none}.vk_borderBox .vk_borderBox_title::before{content:none}.vk_borderBox .vk_borderBox_title::after{content:none}.vk_borderBox .vk_borderBox_body{padding:1.5em;border-width:2px;border-style:solid}@media (min-width: 992px){.vk_borderBox .vk_borderBox_body{padding:2.1875em 2em 2em}}.vk_borderBox .vk_borderBox_body h1:first-child,.vk_borderBox .vk_borderBox_body h2:first-child,.vk_borderBox .vk_borderBox_body h3:first-child,.vk_borderBox .vk_borderBox_body h4:first-child,.vk_borderBox .vk_borderBox_body h5:first-child,.vk_borderBox .vk_borderBox_body h6:first-child{margin-top:0}.vk_borderBox .vk_borderBox_body p:last-child{margin-bottom:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{display:inline-block}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{border-radius:8px 8px 0 0}.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_body{border-radius:0 8px 8px 8px}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature{background-color:transparent;border-width:2px;border-style:solid}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{padding:1.5em 1.5em 1em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-inner .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_body,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_body{border:none;padding-top:0}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container{position:relative;padding-top:2.2em}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container::after{content:"";position:absolute;top:-32%;left:1.5em;padding:1.4em;border-radius:50%;border:solid 2px #fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.svg-inline--fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fa,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fas,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.far,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fal,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-iconFeature .vk_borderBox_title_container>.fad{position:absolute;font-size:1.3em;margin-right:0;z-index:100;top:0%;left:2.3em;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-onborder .vk_borderBox_title_container{position:relative;top:-1.2em;left:1em;z-index:1;display:inline-block;padding:0.5em 0.5em;background:#fff}.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-round-tit-tab,.vk_borderBox.is-style-vk_borderBox-style-solid-kado-tit-banner{border:none;background-color:transparent}.is-style-vk_borderBox-style-solid-kado-tit-tab .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab .vk_borderBox_title_container{color:#fff}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_title_container{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-red .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-red .vk_borderBox_body{border-color:var(--vk-color-border-red)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_title_container{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-orange .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-orange .vk_borderBox_body{border-color:var(--vk-color-border-orange)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_title_container{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-blue .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-blue .vk_borderBox_body{border-color:var(--vk-color-border-blue)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_title_container{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-green .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-green .vk_borderBox_body{border-color:var(--vk-color-border-green)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_title_container{background-color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-tit-tab.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-kado-tit-banner.vk_borderBox-color-black .vk_borderBox_body,.is-style-vk_borderBox-style-solid-round-tit-tab.vk_borderBox-color-black .vk_borderBox_body{border-color:var(--vk-color-border-black)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-red .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container{color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-orange .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container{color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-blue .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container{color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-green .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container{color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-tit-inner.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-tit-onborder.vk_borderBox-color-black .vk_borderBox_title_container,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container{color:var(--vk-color-background-black)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container .fas{color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-red .vk_borderBox_title_container::after{background-color:var(--vk-color-background-red)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-orange);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-orange .vk_borderBox_title_container::after{background-color:var(--vk-color-background-orange)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-blue);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-blue .vk_borderBox_title_container::after{background-color:var(--vk-color-background-blue)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-green);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-green .vk_borderBox_title_container::after{background-color:var(--vk-color-background-green)}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .svg-inline--fa,.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container .fas{background-color:var(--vk-color-background-black);color:#fff}.is-style-vk_borderBox-style-solid-kado-iconFeature.vk_borderBox-color-black .vk_borderBox_title_container::after{background-color:var(--vk-color-background-black)}
6
 
7
+ .alert{padding:1em;margin:1em 0;border-radius:3px}.alert p{margin-bottom:0}.alert+.alert{margin-top:2em}.alert a{-webkit-transition:color .3s linear, opacity .3s linear;transition:color .3s linear, opacity .3s linear}.alert a:link,.alert a:visited{opacity:.8;text-decoration:underline}.alert a:hover,.alert a:visited{opacity:1;text-decoration:none}.alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}
8
+
9
  .vk_button{margin:5px 0;text-align:center}.vk_button-color-custom a:hover{opacity:0.8;-webkit-box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25);box-shadow:0 0 0 0.2rem rgba(171,184,195,0.25)}.vk_button-align-left{text-align:left}.vk_button-align-center{text-align:center}.vk_button-align-right{text-align:right}.vk_button-align-block{display:block}.vk_button-align-wide{display:block;margin-left:auto;margin-right:auto;max-width:70%}.vk_button-align-wide .btn{display:block}.vk_button_link{min-width:100px;min-height:30px}.vk_button_link-type-text{-webkit-box-shadow:none;box-shadow:none;padding:0}.vk_button_link-type-text:hover{background:none;-webkit-box-shadow:none;box-shadow:none}.vk_button_link.btn{padding-top:0.7em;padding-bottom:0.6em;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.vk_button_link_before{margin-right:0.7rem}.vk_button_link_after{margin-left:0.7rem}.vk_button_link_subCaption{display:block;overflow:hidden;margin:0;font-size:80%}.vk_button .vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.vk_button .vk_button_link-type-text:hover.btn-outline-secondary{color:#6c757d}.vk_button .vk_button_link-type-text:hover.btn-outline-success{color:#28a745}.vk_button .vk_button_link-type-text:hover.btn-outline-info{color:#17a2b8}.vk_button .vk_button_link-type-text:hover.btn-outline-warning{color:#ffc107}.vk_button .vk_button_link-type-text:hover.btn-outline-danger{color:#dc3545}.vk_button .vk_button_link-type-text:hover.btn-outline-dark{color:#343a40}.vk_button .vk_button_link-type-text.btn-outline-light{color:#212529}.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .vk_button a:hover.btn-primary{background-color:#007bff;border-color:#007bff}.editor-styles-wrapper .vk_button a.btn-primary,.editor-styles-wrapper .vk_button a.btn-secondary,.editor-styles-wrapper .vk_button a.btn-success,.editor-styles-wrapper .vk_button a.btn-info,.editor-styles-wrapper .vk_button a.btn-danger,.editor-styles-wrapper .vk_button a.btn-dark,.editor-styles-wrapper .vk_button a:hover.btn-primary,.editor-styles-wrapper .vk_button a:hover.btn-secondary,.editor-styles-wrapper .vk_button a:hover.btn-success,.editor-styles-wrapper .vk_button a:hover.btn-info,.editor-styles-wrapper .vk_button a:hover.btn-danger,.editor-styles-wrapper .vk_button a:hover.btn-dark{color:#fff}.editor-styles-wrapper .vk_button a.vk_button_link-type-text:hover.btn-outline-primary{color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-primary{color:#007bff;border-color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-primary:hover:not(.vk_button_link-type-text){background-color:#007bff}.editor-styles-wrapper .vk_button a.btn-outline-secondary{color:#6c757d}.editor-styles-wrapper .vk_button a.btn-outline-success{color:#28a745}.editor-styles-wrapper .vk_button a.btn-outline-info{color:#17a2b8}.editor-styles-wrapper .vk_button a.btn-outline-warning{color:#ffc107}.editor-styles-wrapper .vk_button a.btn-outline-danger{color:#dc3545}.editor-styles-wrapper .vk_button a.btn-outline-dark{color:#343a40}.editor-styles-wrapper .vk_button a:hover.btn-outline-primary,.editor-styles-wrapper .vk_button a:hover.btn-outline-secondary,.editor-styles-wrapper .vk_button a:hover.btn-outline-success,.editor-styles-wrapper .vk_button a:hover.btn-outline-info,.editor-styles-wrapper .vk_button a:hover.btn-outline-danger,.editor-styles-wrapper .vk_button a:hover.btn-outline-dark{color:#fff}.vk_button .editor-rich-text{display:inline-block}.vk_button-color-custom .vk_button_link-type-text:hover{-webkit-box-shadow:none;box-shadow:none}
10
 
11
  .is-style-vk_faq-normal .vk_faq_title:before{color:#e50000}.is-style-vk_faq-normal .vk_faq_content:before{color:#337ab7}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-square .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_title:before{background-color:#e50000;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-bgfill-square .vk_faq_content:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before{background-color:#337ab7;color:#fff !important}.is-style-vk_faq-bgfill-circle .vk_faq_title:before,.is-style-vk_faq-bgfill-circle .vk_faq_content:before,.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-circle .vk_faq_content:before{border-radius:50%}.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border-radius:4px}.is-style-vk_faq-border-circle .vk_faq_title:before,.is-style-vk_faq-border-square .vk_faq_title:before,.is-style-vk_faq-border-rounded .vk_faq_title:before{border:1px solid #e50000;color:#e50000}.is-style-vk_faq-border-circle .vk_faq_content:before,.is-style-vk_faq-border-square .vk_faq_content:before,.is-style-vk_faq-border-rounded .vk_faq_content:before{border:1px solid #337ab7;color:#337ab7}.vk_faq{display:block;overflow:hidden;border-bottom:1px solid rgba(0,0,0,0.12);padding:0px 0px 1em;margin:0 0 1em 0;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding:0.8em 0.8em 0.8em 48px;position:relative}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;top:0.5em;font-weight:500;font-size:22px;line-height:105%;width:1.5em;height:1.5em;line-height:1.5em;text-align:center;position:absolute;font-family:"areal"}.vk_faq_title{margin-bottom:0;font-size:16px;font-weight:700;border-bottom:1px dotted rgba(0,0,0,0.12)}.vk_faq_title:before{content:"Q";color:#e50000;font-weight:500}.vk_faq_title p{line-height:1.7}.vk_faq_title p:last-child{margin-bottom:0}@media (min-width: 768px){.vk_faq_title{font-size:18px}}.vk_faq_content{margin:0px;-webkit-transition:.25s;transition:.25s}.vk_faq_content:before{content:"A";color:#337ab7}.vk_faq_content p:last-child{margin-bottom:0}.vk_faq-accordion-close,.vk_faq-accordion-open{padding-bottom:0;margin-bottom:0}.vk_faq-accordion-close .vk_faq_title,.vk_faq-accordion-open .vk_faq_title{padding-right:2em}@media (min-width: 768px){.vk_faq-accordion-close .vk_faq_title,.vk_faq-accordion-open .vk_faq_title{padding-right:2.5em}}.vk_faq-accordion-close .vk_faq_title::after,.vk_faq-accordion-open .vk_faq_title::after{position:absolute;top:50%;right:unset;right:2.4em;content:"";width:8px;height:8px;border-right:1px solid #222;border-top:1px solid #222;transition:border-color .3s ease,-webkit-transform .6s ease;-webkit-transition:border-color .3s ease,-webkit-transform .6s ease;transition:border-color .3s ease,transform .6s ease;transition:border-color .3s ease,transform .6s ease,-webkit-transform .6s ease}.vk_faq-accordion-close .vk_faq_title{border-bottom:none}.vk_faq-accordion-close .vk_faq_title::after{-webkit-transform:translate(32px, -5px) rotate(135deg);transform:translate(32px, -5px) rotate(135deg)}.vk_faq-accordion-open .vk_faq_title::after{-webkit-transform:translate(32px, -2px) rotate(-45deg);transform:translate(32px, -2px) rotate(-45deg)}.vk_faq-accordion .vk_faq_title{cursor:pointer}.vk_faq_content-accordion-open{height:auto;overflow:hidden;opacity:1;-webkit-transition:.25s;transition:.25s;margin-bottom:10px}.vk_faq_content-accordion-close{padding-top:0;padding-bottom:0;height:0;opacity:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks div.block-editor-block-list__block:not(.is_hovered){margin-top:0;margin-bottom:0}.editor-styles-wrapper .vk_faq .block-editor-inner-blocks .wp-block:not(.is_hovered){width:100%}
18
 
19
  .vk_hidden{display:none !important;color:var(--blue)}@media (max-width: 575.98px){.vk_hidden-xs{display:none !important}}@media (min-width: 576px) and (max-width: 767.98px){.vk_hidden-sm{display:none !important}}@media (min-width: 768px) and (max-width: 991.98px){.vk_hidden-md{display:none !important}}@media (min-width: 992px) and (max-width: 1199.98px){.vk_hidden-lg{display:none !important}}@media (min-width: 1200px){.vk_hidden-xl{display:none !important}}@media (min-width: 1200px) and (max-width: 1399.98px){.vk_hidden-xl-v2{display:none !important}}@media (min-width: 1400px){.vk_hidden-xxl{display:none !important}}
20
 
21
+ figure.is-style-vk-image-rounded img{border-radius:.5rem}figure.is-style-vk-image-border img{border:1px solid #e5e5e5}figure.is-style-vk-image-photoFrame{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-photoFrame-tilt-right{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame-tilt-right.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame-tilt-right.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame-tilt-right figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-photoFrame-tilt-left{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-photoFrame-tilt-left.alignleft{margin:0 1em .5em 0}figure.is-style-vk-image-photoFrame-tilt-left.alignright{margin:0 0 .5em 1em}figure.is-style-vk-image-photoFrame-tilt-left figcaption{display:block;margin:8px 0 0}figure.is-style-vk-image-shadow{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}figure.is-style-vk-image-shadow figcaption{display:block}figure.is-style-vk-image-wave01 img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave02 img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave03 img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}figure.is-style-vk-image-wave04 img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-border figure.alignleft img,.wp-block-image.is-style-vk-image-border figure.alignright img,.wp-block-image.is-style-vk-image-border figure.aligncenter img{border:1px solid #e5e5e5}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter{background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter{transform:rotate(-2deg);-moz-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-right figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter{transform:rotate(2deg);-moz-transform:rotate(2deg);-webkit-transform:rotate(2deg);background-color:#fff;padding:10px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2);box-shadow:1px 1px 4px rgba(0,0,0,0.2);zoom:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignleft,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignleft{margin:0 1em .5em 0}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright.alignright,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter.alignright{margin:0 0 .5em 1em}.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left.aligncenter figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignleft figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.alignright figcaption,.wp-block-image.is-style-vk-image-photoFrame-tilt-left figure.aligncenter figcaption{display:block;margin:8px 0 0}.wp-block-image.is-style-vk-image-shadow figure.alignleft,.wp-block-image.is-style-vk-image-shadow figure.alignright,.wp-block-image.is-style-vk-image-shadow figure.aligncenter{-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.15);box-shadow:0 5px 10px rgba(0,0,0,0.15);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.wp-block-image.is-style-vk-image-shadow figure.alignleft figcaption,.wp-block-image.is-style-vk-image-shadow figure.alignright figcaption,.wp-block-image.is-style-vk-image-shadow figure.aligncenter figcaption{display:block}.wp-block-image.is-style-vk-image-wave01 figure.alignleft img,.wp-block-image.is-style-vk-image-wave01 figure.alignright img,.wp-block-image.is-style-vk-image-wave01 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave01);mask-image:var(--vk_image-mask-wave01);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave02 figure.alignleft img,.wp-block-image.is-style-vk-image-wave02 figure.alignright img,.wp-block-image.is-style-vk-image-wave02 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave02);mask-image:var(--vk_image-mask-wave02);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave03 figure.alignleft img,.wp-block-image.is-style-vk-image-wave03 figure.alignright img,.wp-block-image.is-style-vk-image-wave03 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave03);mask-image:var(--vk_image-mask-wave03);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}.wp-block-image.is-style-vk-image-wave04 figure.alignleft img,.wp-block-image.is-style-vk-image-wave04 figure.alignright img,.wp-block-image.is-style-vk-image-wave04 figure.aligncenter img{-webkit-mask-image:var(--vk_image-mask-wave04);mask-image:var(--vk_image-mask-wave04);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:contain;mask-size:contain}
22
 
23
  @media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{background-color:transparent;margin-top:0.9em;margin-bottom:0.6em;text-align:center;font-size:21px;line-height:1.4em;border:none;border-radius:unset;padding:0;outline:unset;outline-offset:unset;-webkit-box-shadow:unset;box-shadow:unset;color:inherit;display:block}.vk_prBlocks_item_title::before{content:none}.vk_prBlocks_item_title::after{border:none}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;line-height:1.8em}
24
 
inc/vk-blocks/build/block-build.js CHANGED
@@ -1,2 +1,2 @@
1
  /*! For license information please see block-build.js.LICENSE.txt */
2
- !function(){var e={5384:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 8.5a8.5 8.5 0 01-12.12 7.7l.18-.2a1.61 1.61 0 00-1.17-2.72H8.62c.06-.67-.3-1.43-1.04-1.69A8.5 8.5 0 1124 8.5zm-7.86.7H14.9L14 6.27V4H17v2.28l-.86 2.91zm.86 1.29V13h-3v-2.51h3z",fill:"#000",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},7993:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 1.2H8.71c-.99 0-1.8.8-1.8 1.8v.27c0 .96-.62 1.8-1.53 2.1l-.93.3 1.15.48c.8.34 1.31 1.12 1.31 1.98 0 .92.75 1.67 1.67 1.67H18c1 0 1.8-.8 1.8-1.8V3c0-1-.8-1.8-1.8-1.8zM5.13 7.25c.35.15.58.5.58.88A2.87 2.87 0 008.58 11H18a3 3 0 003-3V3a3 3 0 00-3-3H8.71a3 3 0 00-3 3v.27a1 1 0 01-.7.95L1 5.5l4.13 1.75z",fill:"#000",key:0}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.89 6.1H9V4.9h.89v1.2zm2.67 0h-1.78V4.9h1.78v1.2zm2.66 0h-1.78V4.9h1.78v1.2zm1.78 0h-.89V4.9H17v1.2zM21.21 16.7c0 .3.16.58.41.75L24 19l-2.23 1.09a1 1 0 00-.56.9 3 3 0 01-3 3.01H14a3 3 0 01-3-3v-3.89l1.06-1.1c.43-.46.53-1.05.38-1.57.45-.28.99-.44 1.56-.44h4.52a2.7 2.7 0 012.7 2.7zm-3 6.1H14c-1 0-1.8-.8-1.8-1.8v-4c0-1 .8-1.8 1.8-1.8h4.52c.82 0 1.5.67 1.5 1.5 0 .7.35 1.37.95 1.75l.6.4-.32.16A2.2 2.2 0 0020 21c0 1-.8 1.81-1.8 1.81z",fill:"#000",key:1}),r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:2}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:3})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},628:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1a1 1 0 00-1 1v11.28h1.5V7.5h21v13H10.2l.46 1.5H23a1 1 0 001-1V7a1 1 0 00-1-1h-9V2a1 1 0 00-1-1H1zm9 3.75H4v-1.5h6v1.5z",fill:"#000",key:0}),r.createElement("path",{d:"M.87 22L0 19.47V21c0 .5.38.93.87 1zM10.63 17.5H20v-1h-8.42l-.95 1zM12.45 14.5H20v-1h-8.29c.38.22.64.59.74 1zM20 11.5v-1H4v1h16zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},9306:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M5 8h14c.28 0 .5.22.5.5v7a.5.5 0 01-.5.5h-6.94l-1.43 1.5H19a2 2 0 002-2v-7a2 2 0 00-2-2H5a2 2 0 00-2 2v4.78h.27l.24-.69c.17-.47.54-.83.99-1V8.5c0-.28.22-.5.5-.5z",fill:"#000",key:0}),r.createElement("path",{d:"M8.5 12.5a1.6 1.6 0 00-.5-.68v-.32h8v1H8.5zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},9296:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zM17.56 14L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92zm1.45 3.35h.03l.87 3.08h-1.83l.93-3.08z",fill:"#000",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},9951:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{d:"M14.99 0L10 14h4.17l.63-2h4.3l.57 2H24L19.07 0h-4.08zm2.03 4.69h.04L18.27 9h-2.56l1.3-4.31z",fill:"#000",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},4077:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{d:"M16.98 0c-2.06 0-3.74.7-5.03 2.08A7.44 7.44 0 0010 7.4a7.5 7.5 0 001.97 5.36 6.62 6.62 0 005.01 2.03c1.37 0 2.55-.3 3.26-.75L22.09 16 24 14.06l-1.64-1.72c1-1.26 1.6-2.97 1.6-4.94 0-2.18-.65-3.98-1.95-5.34A6.67 6.67 0 0016.98 0zm-2.74 7.4c0-2.3 1-3.88 2.72-3.88 1.54 0 2.76 1.27 2.76 3.88 0 .73-.1 1.32-.27 1.88l-1.16-1.21-1.9 1.9 1.15 1.22c-.2.06-.37.08-.56.08-1.6 0-2.74-1.34-2.74-3.87z",fill:"#000",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},7399:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 0h-8v8h8V0zm-4.75 1v2.25H17v1.5h2.25V7h1.5V4.75H23v-1.5h-2.25V1h-1.5z",fill:"#000",key:2}),r.createElement("path",{d:"M5.07 0C3.57 0 2.35.49 1.4 1.47A5.2 5.2 0 000 5.24c0 1.54.48 2.81 1.43 3.79a4.87 4.87 0 003.64 1.44c1 0 1.85-.2 2.36-.53l1.35 1.39 1.38-1.38-1.19-1.21c.73-.9 1.17-2.1 1.17-3.5A4.9 4.9 0 005.07 0zM3.08 5.24c0-1.63.73-2.75 1.97-2.75 1.12 0 2 .9 2 2.75 0 .51-.06.93-.19 1.33l-.84-.86-1.39 1.35.84.86c-.14.05-.26.06-.4.06-1.16 0-1.99-.95-1.99-2.74zM13.52 7c-.91 0-1.69.64-1.69 1.55 0 .45.14.86.62 1.45-.96.47-1.45 1.17-1.45 1.96 0 1.25.89 2.04 2.09 2.04.73 0 1.3-.28 1.81-.8l.53.67H17l-1.31-1.61c.32-.43.55-.98.62-1.67h-1.1c-.04.3-.13.59-.24.8l-.83-1.07c.75-.43 1.14-.99 1.14-1.7 0-1.07-.81-1.62-1.76-1.62zM13 8.5c0-.36.27-.6.57-.6.33 0 .6.3.6.65 0 .42-.2.68-.67.97-.41-.5-.5-.73-.5-1.02zm-.78 3.5c0-.48.33-.87.9-1.13l1.1 1.42c-.36.44-.7.6-1.08.6a.93.93 0 01-.92-.9zM17.56 14L14 24h2.98l.45-1.43h3.07l.41 1.43H24l-3.52-10h-2.92zm1.45 3.35h.03l.87 3.08h-1.83l.93-3.08z",fill:"#000",key:3})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},1194:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1}),r.createElement("path",{d:"M12.5 14L9 10h7l-3.5 4z",fill:"#000",key:2}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M23 1H1v6h22V1zM0 0v8h24V0H0z",fill:"#000",key:3}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4.5H4v-1h16v1z",fill:"#000",key:4})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},4144:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M20 10V4h3v15h-3v-6h-6v6h-3v-1.89l1.06-1.1c.95-1 .28-2.64-1.06-2.73V4h3v6h6z",fill:"#000",key:0}),r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},4669:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M20 4.80426C19.999 4.36063 19.5648 4.00089 19.0287 4.00037L12.5801 4C12.3935 3.99986 12.2197 4.04328 12.072 4.11847C11.7946 4.25974 11.6093 4.51342 11.6093 4.8032L11.6097 12.4995L20 12.5V4.80426Z",key:0}),r.createElement("path",{d:"M19.9554 15.3193C19.9554 15.3193 19.9556 14.6114 19.9555 13.7598L12.0397 13.7591C12.544 14.2811 12.6794 15.1283 12.2301 15.788C12.9911 16.4125 14.1331 17.6568 14.1325 19.5L17.3864 19.501C17.3858 16.7364 19.9554 15.3193 19.9554 15.3193Z",key:1}),r.createElement("path",{d:"M17.0975 22.0152L14.6951 23.0553L14.5976 20.5L17.0976 20.5L17.0975 22.0152Z",key:2}),r.createElement("path",{d:"M10.8895 14.778L7.62346 14.7856C7.57942 14.7856 7.53538 14.8159 7.5207 14.8615L7.27116 15.5833C7.24915 15.6593 7.30052 15.7353 7.37392 15.7353H8.64364C8.73905 15.7353 8.79043 15.8569 8.72437 15.9253L6.69869 18.1059H6.70603L7.74823 21.5022C7.77025 21.5782 7.71887 21.6465 7.64548 21.6465H6.62529C6.57392 21.6465 6.53722 21.6162 6.52254 21.5706L6.00144 19.8306C5.97208 19.7242 5.83264 19.7242 5.79594 19.823L5.37025 21.0463C5.36291 21.0691 5.36291 21.0919 5.37025 21.1147L5.75924 22.5963C5.77392 22.6419 5.81796 22.6799 5.86199 22.6799H9.15006C9.22345 22.6799 9.27483 22.6039 9.25281 22.5355L7.92437 18.2578C7.90969 18.2198 7.92437 18.1743 7.95373 18.1439L10.9702 14.9679C11.0363 14.8995 10.9849 14.778 10.8895 14.778Z",key:3}),r.createElement("path",{d:"M7.02164 13L5.03265 13.0076C4.98862 13.0076 4.94458 13.038 4.9299 13.0836L4.67302 13.8054C4.64366 13.8814 4.70238 13.9573 4.77577 13.9573H5.61247C5.68586 13.9573 5.73724 14.0333 5.71522 14.1093L3.34458 20.8259C3.30789 20.9247 3.17578 20.9247 3.13908 20.8259L1.43633 15.9784C1.40697 15.9024 1.46569 15.8265 1.53908 15.8265H2.3978C2.44183 15.8265 2.48587 15.8568 2.50055 15.9024L3.11706 17.65C3.15376 17.7487 3.28587 17.7487 3.32257 17.65L4.27669 14.9299C4.30605 14.8539 4.24733 14.7779 4.17394 14.7779H0.107895C0.0345005 14.7779 -0.0168755 14.8539 0.0051428 14.9299L3.13174 23.9259C3.16844 24.0247 3.30055 24.0247 3.33724 23.9259L7.12439 13.152C7.14641 13.076 7.09503 13 7.02164 13Z",fill:"#D8141C",key:4})])}o.defaultProps={viewBox:"0 0 24 24",fill:"none"},e.exports=o,o.default=o},5007:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M4 11.8841V4H5.5L5.5 11.5058L5.03262 11.5076L5.02793 11.5076C4.64577 11.5087 4.28345 11.6466 4 11.8841Z",key:0}),r.createElement("path",{d:"M11.9472 16.1173L12.7645 16.9346L17.7258 11.9733L12.7645 7.01197L11.7381 8.03844L14.9471 11.2475L6.72578 11.2477L6.72579 11.5011L7.0216 11.5C7.86922 11.5 8.39961 12.0635 8.56713 12.6993L14.947 12.6991L12.4812 15.165C12.4314 15.4622 12.2944 15.7534 12.0553 16.0035L11.9472 16.1173Z",key:1}),r.createElement("path",{d:"M20.0793 4V20H18.5793L18.5793 4H20.0793Z",key:2}),r.createElement("path",{d:"M10.8895 14.778L7.62346 14.7856C7.57942 14.7856 7.53538 14.8159 7.5207 14.8615L7.27116 15.5833C7.24915 15.6593 7.30052 15.7353 7.37392 15.7353H8.64364C8.73905 15.7353 8.79043 15.8569 8.72437 15.9253L6.69869 18.1059H6.70603L7.74823 21.5022C7.77025 21.5782 7.71887 21.6465 7.64548 21.6465H6.62529C6.57392 21.6465 6.53722 21.6162 6.52254 21.5706L6.00144 19.8306C5.97208 19.7242 5.83264 19.7242 5.79594 19.823L5.37025 21.0463C5.36291 21.0691 5.36291 21.0919 5.37025 21.1147L5.75924 22.5963C5.77392 22.6419 5.81796 22.6799 5.86199 22.6799H9.15006C9.22345 22.6799 9.27483 22.6039 9.25281 22.5355L7.92437 18.2578C7.90969 18.2198 7.92437 18.1743 7.95373 18.1439L10.9702 14.9679C11.0363 14.8995 10.9849 14.778 10.8895 14.778Z",key:3}),r.createElement("path",{d:"M7.02164 13L5.03265 13.0076C4.98862 13.0076 4.94458 13.038 4.9299 13.0836L4.67302 13.8054C4.64366 13.8814 4.70238 13.9573 4.77577 13.9573H5.61247C5.68586 13.9573 5.73724 14.0333 5.71522 14.1093L3.34458 20.8259C3.30789 20.9247 3.17578 20.9247 3.13908 20.8259L1.43633 15.9784C1.40697 15.9024 1.46569 15.8265 1.53908 15.8265H2.3978C2.44183 15.8265 2.48587 15.8568 2.50055 15.9024L3.11706 17.65C3.15376 17.7487 3.28587 17.7487 3.32257 17.65L4.27669 14.9299C4.30605 14.8539 4.24733 14.7779 4.17394 14.7779H0.107895C0.0345005 14.7779 -0.0168755 14.8539 0.0051428 14.9299L3.13174 23.9259C3.16844 24.0247 3.30055 24.0247 3.33724 23.9259L7.12439 13.152C7.14641 13.076 7.09503 13 7.02164 13Z",fill:"#D8141C",key:4})])}o.defaultProps={viewBox:"0 0 24 24",fill:"none"},e.exports=o,o.default=o},5898:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17 5.5H7C6.72386 5.5 6.5 5.72386 6.5 6V11.502L5.03265 11.5076L5.02796 11.5076C5.01863 11.5076 5.00931 11.5078 5 11.5079V6C5 4.89543 5.89543 4 7 4H17C18.1046 4 19 4.89543 19 6V18C19 19.1046 18.1046 20 17 20H10.036L9.5983 18.5904L9.68419 18.5H17C17.2761 18.5 17.5 18.2761 17.5 18V6C17.5 5.72386 17.2761 5.5 17 5.5ZM12.2552 15.75H14V14.25H12.3664C12.5689 14.718 12.5573 15.2784 12.2552 15.75ZM8.50164 12.5H16V11H8V11.821C8.22955 11.9997 8.39794 12.2386 8.50164 12.5ZM8 7.75H16V9.25H8V7.75Z",fill:"#1E1E1E",key:0}),r.createElement("path",{d:"M10.8895 14.7778L7.62346 14.7854C7.57942 14.7854 7.53538 14.8158 7.5207 14.8614L7.27116 15.5832C7.24915 15.6592 7.30052 15.7352 7.37392 15.7352H8.64364C8.73905 15.7352 8.79043 15.8567 8.72437 15.9251L6.69869 18.1058H6.70603L7.74823 21.5021C7.77025 21.578 7.71887 21.6464 7.64548 21.6464H6.62529C6.57392 21.6464 6.53722 21.616 6.52254 21.5704L6.00144 19.8305C5.97208 19.7241 5.83264 19.7241 5.79594 19.8229L5.37025 21.0462C5.36291 21.069 5.36291 21.0918 5.37025 21.1146L5.75924 22.5962C5.77392 22.6418 5.81796 22.6797 5.86199 22.6797H9.15006C9.22345 22.6797 9.27483 22.6038 9.25281 22.5354L7.92437 18.2577C7.90969 18.2197 7.92437 18.1741 7.95373 18.1437L10.9702 14.9678C11.0363 14.8994 10.9849 14.7778 10.8895 14.7778Z",fill:"black",key:1}),r.createElement("path",{d:"M7.02164 13L5.03265 13.0076C4.98862 13.0076 4.94458 13.038 4.9299 13.0836L4.67302 13.8054C4.64366 13.8814 4.70238 13.9573 4.77577 13.9573H5.61247C5.68586 13.9573 5.73724 14.0333 5.71522 14.1093L3.34458 20.8259C3.30789 20.9247 3.17578 20.9247 3.13908 20.8259L1.43633 15.9784C1.40697 15.9024 1.46569 15.8265 1.53908 15.8265H2.3978C2.44183 15.8265 2.48587 15.8568 2.50055 15.9024L3.11706 17.65C3.15376 17.7487 3.28587 17.7487 3.32257 17.65L4.27669 14.9299C4.30605 14.8539 4.24733 14.7779 4.17394 14.7779H0.107895C0.0345005 14.7779 -0.0168755 14.8539 0.0051428 14.9299L3.13174 23.9259C3.16844 24.0247 3.30055 24.0247 3.33724 23.9259L7.12439 13.152C7.14641 13.076 7.09503 13 7.02164 13Z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},e.exports=o,o.default=o},7896:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.15 7.88A3 3 0 013 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67H2.4zm0 2.93V4.4h1.2v2.4H2.4zM11.15 7.88A3 3 0 0112 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67h-1.2zm0 2.93V4.4h1.2v2.4h-1.2zM20.15 7.88A3 3 0 0121 2a3 3 0 11-.85 5.88zm.25-4.01V3.2h1.2v.67h-1.2zm0 2.93V4.4h1.2v2.4h-1.2z",fill:"#000",key:0}),r.createElement("path",{d:"M24 10v1h-6v-1h6zM24 12v1h-6v-1h6zM24 14v1h-6v-1h6zM15 11v-1H9v1h6zM15 13v-1H9v1h6zM15 15v-1h-2.77c.2.3.3.65.27 1H15zM6 10v1H0v-1h6zM3.37 13l.14-.41c.08-.23.2-.43.37-.59H0v1h3.37zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},2246:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M12 3H1v9.5h2.55a1.6 1.6 0 00-.04.09l-.24.69H0V2h13v11.5h-1.29a1.6 1.6 0 00-.82-.22H8.62c.02-.26-.02-.53-.12-.78H12V3zM15 4.5h9v1h-9v-1zM24 7h-9v1h9V7zM24 2h-9v1h9V2zM17.5 11h4v1h-4v-1z",fill:"#000",key:0}),r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 10.7c0-.32.13-.62.37-.85.23-.22.55-.35.88-.35h6.5c.33 0 .65.13.88.35.24.23.37.53.37.85v1.6c0 .32-.13.62-.37.85-.23.22-.55.35-.88.35h-6.5c-.33 0-.65-.13-.88-.35a1.18 1.18 0 01-.37-.85v-1.6zm1.25-.4a.43.43 0 00-.3.12.4.4 0 00-.12.28v1.6a.43.43 0 00.42.4h6.5c.11 0 .22-.04.3-.12a.4.4 0 00.12-.28v-1.6a.4.4 0 00-.13-.28.43.43 0 00-.29-.12h-6.5z",fill:"#000",key:1}),r.createElement("path",{d:"M5.62 6a1 1 0 01-1 .99 1 1 0 01-1-1 1 1 0 012 0zM11.1 10.83H2.15c-.42 0-.67-.52-.43-.9l1.44-2.2a.5.5 0 01.85 0l.95 1.43c.2.3.6.33.82.04l2.2-2.8a.5.5 0 01.79 0l2.73 3.5c.29.36.05.93-.4.93zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:2}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:3})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},79:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{d:"M20 2v7.59H6.78l3.2 3.2-.48.5h-.88c.07-.83-.5-1.79-1.6-1.79h-.38L4 8.86 8.96 3.9 10 4.93l-3.21 3.2H18.5V2H20zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:0}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:1})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},2880:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 0h16v1.5H8V0zm2.76 22.5H24V24H9.9c.55-.29.88-.89.86-1.5zm.75-5.92L15.93 21l5.3-5.3-1.03-1.03-3.55 3.55V5.78l3.21 3.2 1.03-1.02-2.48-2.48L15.93 3l-4.96 4.96L11.99 9l3.21-3.21v12.44l-2.79-2.79c-.07.2-.19.4-.35.57l-.55.58z",fill:"#000",key:0}),r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},9464:function(e,t,n){var r=n(7294);function o(e){return r.createElement("svg",e,[r.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4.5H2a.5.5 0 00-.5.5v8.28H0V5c0-1.1.9-2 2-2h20a2 2 0 012 2v13a2 2 0 01-2 2H10.04l-.44-1.41.08-.09H22a.5.5 0 00.5-.5V5a.5.5 0 00-.5-.5zM8.1 11.9H12v1.2H8.62a1.7 1.7 0 00-.53-1.2zm-4.12 0c-.2.18-.37.42-.47.69l-.18.51H3v-1.2h.98zM12 10.6H3V9.4h9v1.2zM3 8h2V6H3v2zm6 0H7V6h2v2zm2 0h2V6h-2v2zm6.5 4a2 2 0 100-4 2 2 0 000 4zm3.5 3.4c0 .33-.31.6-.7.6h-5.6c-.39 0-.7-.27-.7-.6v-.6c0-1 .94-1.8 2.1-1.8.14 0 .26.04.4.09.22.07.5.16 1 .16s.79-.1 1-.16c.15-.05.27-.09.4-.09 1.16 0 2.1.8 2.1 1.8v.6z",fill:"#000",key:0}),r.createElement("path",{d:"M10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000",key:1}),r.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C",key:2})])}o.defaultProps={width:"24",height:"24",fill:"none"},e.exports=o,o.default=o},3273:function(){var e=wp.i18n.__;wp.blocks.registerBlockStyle("core/image",[{name:"vk-image-border",label:e("Border","vk-blocks")},{name:"vk-image-photoFrame",label:e("Photo frame","vk-blocks")},{name:"vk-image-photoFrame-tilt-right",label:e("Photo frame Tilt Right","vk-blocks")},{name:"vk-image-photoFrame-tilt-left",label:e("Photo frame Tilt Left","vk-blocks")},{name:"vk-image-shadow",label:e("Shadow","vk-blocks")},{name:"vk-image-wave01",label:e("Wave01","vk-blocks")},{name:"vk-image-wave02",label:e("Wave02","vk-blocks")},{name:"vk-image-wave03",label:e("Wave03","vk-blocks")},{name:"vk-image-wave04",label:e("Wave04","vk-blocks")}])},9742:function(e,t){"use strict";t.byteLength=function(e){var t=i(e),n=t[0],r=t[1];return 3*(n+r)/4-r},t.toByteArray=function(e){var t,n,a=i(e),l=a[0],c=a[1],s=new o(function(e,t,n){return 3*(t+n)/4-n}(0,l,c)),u=0,p=c>0?l-4:l;for(n=0;n<p;n+=4)t=r[e.charCodeAt(n)]<<18|r[e.charCodeAt(n+1)]<<12|r[e.charCodeAt(n+2)]<<6|r[e.charCodeAt(n+3)],s[u++]=t>>16&255,s[u++]=t>>8&255,s[u++]=255&t;return 2===c&&(t=r[e.charCodeAt(n)]<<2|r[e.charCodeAt(n+1)]>>4,s[u++]=255&t),1===c&&(t=r[e.charCodeAt(n)]<<10|r[e.charCodeAt(n+1)]<<4|r[e.charCodeAt(n+2)]>>2,s[u++]=t>>8&255,s[u++]=255&t),s},t.fromByteArray=function(e){for(var t,r=e.length,o=r%3,a=[],l=16383,c=0,i=r-o;c<i;c+=l)a.push(s(e,c,c+l>i?i:c+l));return 1===o?(t=e[r-1],a.push(n[t>>2]+n[t<<4&63]+"==")):2===o&&(t=(e[r-2]<<8)+e[r-1],a.push(n[t>>10]+n[t>>4&63]+n[t<<2&63]+"=")),a.join("")};for(var n=[],r=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",l=0,c=a.length;l<c;++l)n[l]=a[l],r[a.charCodeAt(l)]=l;function i(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");return-1===n&&(n=t),[n,n===t?0:4-n%4]}function s(e,t,r){for(var o,a,l=[],c=t;c<r;c+=3)o=(e[c]<<16&16711680)+(e[c+1]<<8&65280)+(255&e[c+2]),l.push(n[(a=o)>>18&63]+n[a>>12&63]+n[a>>6&63]+n[63&a]);return l.join("")}r["-".charCodeAt(0)]=62,r["_".charCodeAt(0)]=63},8764:function(e,t,n){"use strict";var r=n(9742),o=n(645),a="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=i,t.SlowBuffer=function(e){return+e!=e&&(e=0),i.alloc(+e)},t.INSPECT_MAX_BYTES=50;var l=2147483647;function c(e){if(e>l)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,i.prototype),t}function i(e,t,n){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return p(e)}return s(e,t,n)}function s(e,t,n){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!i.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var n=0|d(e,t),r=c(n),o=r.write(e,t);return o!==n&&(r=r.slice(0,o)),r}(e,t);if(ArrayBuffer.isView(e))return function(e){if(H(e,Uint8Array)){var t=new Uint8Array(e);return m(t.buffer,t.byteOffset,t.byteLength)}return f(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(H(e,ArrayBuffer)||e&&H(e.buffer,ArrayBuffer))return m(e,t,n);if("undefined"!=typeof SharedArrayBuffer&&(H(e,SharedArrayBuffer)||e&&H(e.buffer,SharedArrayBuffer)))return m(e,t,n);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(null!=r&&r!==e)return i.from(r,t,n);var o=function(e){if(i.isBuffer(e)){var t=0|b(e.length),n=c(t);return 0===n.length||e.copy(n,0,0,t),n}return void 0!==e.length?"number"!=typeof e.length||U(e.length)?c(0):f(e):"Buffer"===e.type&&Array.isArray(e.data)?f(e.data):void 0}(e);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return i.from(e[Symbol.toPrimitive]("string"),t,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function p(e){return u(e),c(e<0?0:0|b(e))}function f(e){for(var t=e.length<0?0:0|b(e.length),n=c(t),r=0;r<t;r+=1)n[r]=255&e[r];return n}function m(e,t,n){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return r=void 0===t&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,t):new Uint8Array(e,t,n),Object.setPrototypeOf(r,i.prototype),r}function b(e){if(e>=l)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+l.toString(16)+" bytes");return 0|e}function d(e,t){if(i.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||H(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&!0===arguments[2];if(!r&&0===n)return 0;for(var o=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return M(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return q(e).length;default:if(o)return r?-1:M(e).length;t=(""+t).toLowerCase(),o=!0}}function v(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return A(this,t,n);case"utf8":case"utf-8":return R(this,t,n);case"ascii":return S(this,t,n);case"latin1":case"binary":return T(this,t,n);case"base64":return C(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return B(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function h(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function g(e,t,n,r,o){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),U(n=+n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"==typeof t&&(t=i.from(t,r)),i.isBuffer(t))return 0===t.length?-1:_(e,t,n,r,o);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):_(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function _(e,t,n,r,o){var a,l=1,c=e.length,i=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;l=2,c/=2,i/=2,n/=2}function s(e,t){return 1===l?e[t]:e.readUInt16BE(t*l)}if(o){var u=-1;for(a=n;a<c;a++)if(s(e,a)===s(t,-1===u?0:a-u)){if(-1===u&&(u=a),a-u+1===i)return u*l}else-1!==u&&(a-=a-u),u=-1}else for(n+i>c&&(n=c-i),a=n;a>=0;a--){for(var p=!0,f=0;f<i;f++)if(s(e,a+f)!==s(t,f)){p=!1;break}if(p)return a}return-1}function k(e,t,n,r){n=Number(n)||0;var o=e.length-n;r?(r=Number(r))>o&&(r=o):r=o;var a=t.length;r>a/2&&(r=a/2);for(var l=0;l<r;++l){var c=parseInt(t.substr(2*l,2),16);if(U(c))return l;e[n+l]=c}return l}function y(e,t,n,r){return D(M(t,e.length-n),e,n,r)}function w(e,t,n,r){return D(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function E(e,t,n,r){return D(q(t),e,n,r)}function x(e,t,n,r){return D(function(e,t){for(var n,r,o,a=[],l=0;l<e.length&&!((t-=2)<0);++l)r=(n=e.charCodeAt(l))>>8,o=n%256,a.push(o),a.push(r);return a}(t,e.length-n),e,n,r)}function C(e,t,n){return 0===t&&n===e.length?r.fromByteArray(e):r.fromByteArray(e.slice(t,n))}function R(e,t,n){n=Math.min(e.length,n);for(var r=[],o=t;o<n;){var a,l,c,i,s=e[o],u=null,p=s>239?4:s>223?3:s>191?2:1;if(o+p<=n)switch(p){case 1:s<128&&(u=s);break;case 2:128==(192&(a=e[o+1]))&&(i=(31&s)<<6|63&a)>127&&(u=i);break;case 3:a=e[o+1],l=e[o+2],128==(192&a)&&128==(192&l)&&(i=(15&s)<<12|(63&a)<<6|63&l)>2047&&(i<55296||i>57343)&&(u=i);break;case 4:a=e[o+1],l=e[o+2],c=e[o+3],128==(192&a)&&128==(192&l)&&128==(192&c)&&(i=(15&s)<<18|(63&a)<<12|(63&l)<<6|63&c)>65535&&i<1114112&&(u=i)}null===u?(u=65533,p=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=p}return function(e){var t=e.length;if(t<=N)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=N));return n}(r)}t.kMaxLength=l,i.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),i.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(i.prototype,"parent",{enumerable:!0,get:function(){if(i.isBuffer(this))return this.buffer}}),Object.defineProperty(i.prototype,"offset",{enumerable:!0,get:function(){if(i.isBuffer(this))return this.byteOffset}}),i.poolSize=8192,i.from=function(e,t,n){return s(e,t,n)},Object.setPrototypeOf(i.prototype,Uint8Array.prototype),Object.setPrototypeOf(i,Uint8Array),i.alloc=function(e,t,n){return function(e,t,n){return u(e),e<=0?c(e):void 0!==t?"string"==typeof n?c(e).fill(t,n):c(e).fill(t):c(e)}(e,t,n)},i.allocUnsafe=function(e){return p(e)},i.allocUnsafeSlow=function(e){return p(e)},i.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==i.prototype},i.compare=function(e,t){if(H(e,Uint8Array)&&(e=i.from(e,e.offset,e.byteLength)),H(t,Uint8Array)&&(t=i.from(t,t.offset,t.byteLength)),!i.isBuffer(e)||!i.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var n=e.length,r=t.length,o=0,a=Math.min(n,r);o<a;++o)if(e[o]!==t[o]){n=e[o],r=t[o];break}return n<r?-1:r<n?1:0},i.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},i.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return i.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=i.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){var a=e[n];if(H(a,Uint8Array))o+a.length>r.length?i.from(a).copy(r,o):Uint8Array.prototype.set.call(r,a,o);else{if(!i.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(r,o)}o+=a.length}return r},i.byteLength=d,i.prototype._isBuffer=!0,i.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)h(this,t,t+1);return this},i.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)h(this,t,t+3),h(this,t+1,t+2);return this},i.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)h(this,t,t+7),h(this,t+1,t+6),h(this,t+2,t+5),h(this,t+3,t+4);return this},i.prototype.toString=function(){var e=this.length;return 0===e?"":0===arguments.length?R(this,0,e):v.apply(this,arguments)},i.prototype.toLocaleString=i.prototype.toString,i.prototype.equals=function(e){if(!i.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===i.compare(this,e)},i.prototype.inspect=function(){var e="",n=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(e+=" ... "),"<Buffer "+e+">"},a&&(i.prototype[a]=i.prototype.inspect),i.prototype.compare=function(e,t,n,r,o){if(H(e,Uint8Array)&&(e=i.from(e,e.offset,e.byteLength)),!i.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(this===e)return 0;for(var a=(o>>>=0)-(r>>>=0),l=(n>>>=0)-(t>>>=0),c=Math.min(a,l),s=this.slice(r,o),u=e.slice(t,n),p=0;p<c;++p)if(s[p]!==u[p]){a=s[p],l=u[p];break}return a<l?-1:l<a?1:0},i.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},i.prototype.indexOf=function(e,t,n){return g(this,e,t,n,!0)},i.prototype.lastIndexOf=function(e,t,n){return g(this,e,t,n,!1)},i.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(n)?(n>>>=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var o=this.length-t;if((void 0===n||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return k(this,e,t,n);case"utf8":case"utf-8":return y(this,e,t,n);case"ascii":case"latin1":case"binary":return w(this,e,t,n);case"base64":return E(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return x(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},i.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var N=4096;function S(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(127&e[o]);return r}function T(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;++o)r+=String.fromCharCode(e[o]);return r}function A(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var o="",a=t;a<n;++a)o+=F[e[a]];return o}function B(e,t,n){for(var r=e.slice(t,n),o="",a=0;a<r.length-1;a+=2)o+=String.fromCharCode(r[a]+256*r[a+1]);return o}function O(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,n,r,o,a){if(!i.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<a)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function P(e,t,n,r,o,a){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function j(e,t,n,r,a){return t=+t,n>>>=0,a||P(e,0,n,4),o.write(e,t,n,r,23,4),n+4}function L(e,t,n,r,a){return t=+t,n>>>=0,a||P(e,0,n,8),o.write(e,t,n,r,52,8),n+8}i.prototype.slice=function(e,t){var n=this.length;(e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e);var r=this.subarray(e,t);return Object.setPrototypeOf(r,i.prototype),r},i.prototype.readUintLE=i.prototype.readUIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r},i.prototype.readUintBE=i.prototype.readUIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e+--t],o=1;t>0&&(o*=256);)r+=this[e+--t]*o;return r},i.prototype.readUint8=i.prototype.readUInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),this[e]},i.prototype.readUint16LE=i.prototype.readUInt16LE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]|this[e+1]<<8},i.prototype.readUint16BE=i.prototype.readUInt16BE=function(e,t){return e>>>=0,t||O(e,2,this.length),this[e]<<8|this[e+1]},i.prototype.readUint32LE=i.prototype.readUInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},i.prototype.readUint32BE=i.prototype.readUInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},i.prototype.readIntLE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=this[e],o=1,a=0;++a<t&&(o*=256);)r+=this[e+a]*o;return r>=(o*=128)&&(r-=Math.pow(2,8*t)),r},i.prototype.readIntBE=function(e,t,n){e>>>=0,t>>>=0,n||O(e,t,this.length);for(var r=t,o=1,a=this[e+--r];r>0&&(o*=256);)a+=this[e+--r]*o;return a>=(o*=128)&&(a-=Math.pow(2,8*t)),a},i.prototype.readInt8=function(e,t){return e>>>=0,t||O(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},i.prototype.readInt16LE=function(e,t){e>>>=0,t||O(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt16BE=function(e,t){e>>>=0,t||O(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},i.prototype.readInt32LE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},i.prototype.readInt32BE=function(e,t){return e>>>=0,t||O(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},i.prototype.readFloatLE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!0,23,4)},i.prototype.readFloatBE=function(e,t){return e>>>=0,t||O(e,4,this.length),o.read(this,e,!1,23,4)},i.prototype.readDoubleLE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!0,52,8)},i.prototype.readDoubleBE=function(e,t){return e>>>=0,t||O(e,8,this.length),o.read(this,e,!1,52,8)},i.prototype.writeUintLE=i.prototype.writeUIntLE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);var o=1,a=0;for(this[t]=255&e;++a<n&&(o*=256);)this[t+a]=e/o&255;return t+n},i.prototype.writeUintBE=i.prototype.writeUIntBE=function(e,t,n,r){e=+e,t>>>=0,n>>>=0,r||I(this,e,t,n,Math.pow(2,8*n)-1,0);var o=n-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+n},i.prototype.writeUint8=i.prototype.writeUInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,255,0),this[t]=255&e,t+1},i.prototype.writeUint16LE=i.prototype.writeUInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},i.prototype.writeUint16BE=i.prototype.writeUInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},i.prototype.writeUint32LE=i.prototype.writeUInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},i.prototype.writeUint32BE=i.prototype.writeUInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},i.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var a=0,l=1,c=0;for(this[t]=255&e;++a<n&&(l*=256);)e<0&&0===c&&0!==this[t+a-1]&&(c=1),this[t+a]=(e/l>>0)-c&255;return t+n},i.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t>>>=0,!r){var o=Math.pow(2,8*n-1);I(this,e,t,n,o-1,-o)}var a=n-1,l=1,c=0;for(this[t+a]=255&e;--a>=0&&(l*=256);)e<0&&0===c&&0!==this[t+a+1]&&(c=1),this[t+a]=(e/l>>0)-c&255;return t+n},i.prototype.writeInt8=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},i.prototype.writeInt16LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},i.prototype.writeInt16BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},i.prototype.writeInt32LE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},i.prototype.writeInt32BE=function(e,t,n){return e=+e,t>>>=0,n||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},i.prototype.writeFloatLE=function(e,t,n){return j(this,e,t,!0,n)},i.prototype.writeFloatBE=function(e,t,n){return j(this,e,t,!1,n)},i.prototype.writeDoubleLE=function(e,t,n){return L(this,e,t,!0,n)},i.prototype.writeDoubleBE=function(e,t,n){return L(this,e,t,!1,n)},i.prototype.copy=function(e,t,n,r){if(!i.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o=r-n;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,n,r):Uint8Array.prototype.set.call(e,this.subarray(n,r),t),o},i.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!i.isEncoding(r))throw new TypeError("Unknown encoding: "+r);if(1===e.length){var o=e.charCodeAt(0);("utf8"===r&&o<128||"latin1"===r)&&(e=o)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var a;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(a=t;a<n;++a)this[a]=e;else{var l=i.isBuffer(e)?e:i.from(e,r),c=l.length;if(0===c)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=l[a%c]}return this};var z=/[^+/0-9A-Za-z-_]/g;function M(e,t){var n;t=t||1/0;for(var r=e.length,o=null,a=[],l=0;l<r;++l){if((n=e.charCodeAt(l))>55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&a.push(239,191,189);continue}if(l+1===r){(t-=3)>-1&&a.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&a.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&a.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;a.push(n)}else if(n<2048){if((t-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function q(e){return r.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(z,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function D(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);++o)t[o+n]=e[o];return o}function H(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function U(e){return e!=e}var F=function(){for(var e="0123456789abcdef",t=new Array(256),n=0;n<16;++n)for(var r=16*n,o=0;o<16;++o)t[r+o]=e[n]+e[o];return t}()},4184:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)&&n.length){var l=o.apply(null,n);l&&e.push(l)}else if("object"===a)for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},6138:function(e,t,n){var r=n(4431),o=n(1091),a={__proto__:null,style:!0,script:!0,xmp:!0,iframe:!0,noembed:!0,noframes:!0,plaintext:!0,noscript:!0},l={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},c=e.exports=function(e,t){Array.isArray(e)||e.cheerio||(e=[e]),t=t||{};for(var n="",o=0;o<e.length;o++){var a=e[o];"root"===a.type?n+=c(a.children,t):r.isTag(a)?n+=i(a,t):a.type===r.Directive?n+=s(a):a.type===r.Comment?n+=f(a):a.type===r.CDATA?n+=p(a):n+=u(a,t)}return n};function i(e,t){"svg"===e.name&&(t={decodeEntities:t.decodeEntities,xmlMode:!0});var n="<"+e.name,r=function(e,t){if(e){var n,r="";for(var a in e)r&&(r+=" "),r+=a,(null!==(n=e[a])&&""!==n||t.xmlMode)&&(r+='="'+(t.decodeEntities?o.encodeXML(n):n)+'"');return r}}(e.attribs,t);return r&&(n+=" "+r),!t.xmlMode||e.children&&0!==e.children.length?(n+=">",e.children&&(n+=c(e.children,t)),l[e.name]&&!t.xmlMode||(n+="</"+e.name+">")):n+="/>",n}function s(e){return"<"+e.data+">"}function u(e,t){var n=e.data||"";return!t.decodeEntities||e.parent&&e.parent.name in a||(n=o.encodeXML(n)),n}function p(e){return"<![CDATA["+e.children[0].data+"]]>"}function f(e){return"\x3c!--"+e.data+"--\x3e"}},4431:function(e){e.exports={Text:"text",Directive:"directive",Comment:"comment",Script:"script",Style:"style",Tag:"tag",CDATA:"cdata",Doctype:"doctype",isTag:function(e){return"tag"===e.type||"script"===e.type||"style"===e.type}}},8753:function(e,t,n){var r=n(4431),o=/\s+/g,a=n(7790),l=n(4407);function c(e,t,n){"object"==typeof e?(n=t,t=e,e=null):"function"==typeof t&&(n=t,t=i),this._callback=e,this._options=t||i,this._elementCB=n,this.dom=[],this._done=!1,this._tagStack=[],this._parser=this._parser||null}var i={normalizeWhitespace:!1,withStartIndices:!1,withEndIndices:!1};c.prototype.onparserinit=function(e){this._parser=e},c.prototype.onreset=function(){c.call(this,this._callback,this._options,this._elementCB)},c.prototype.onend=function(){this._done||(this._done=!0,this._parser=null,this._handleCallback(null))},c.prototype._handleCallback=c.prototype.onerror=function(e){if("function"==typeof this._callback)this._callback(e,this.dom);else if(e)throw e},c.prototype.onclosetag=function(){var e=this._tagStack.pop();this._options.withEndIndices&&e&&(e.endIndex=this._parser.endIndex),this._elementCB&&this._elementCB(e)},c.prototype._createDomElement=function(e){if(!this._options.withDomLvl1)return e;var t;for(var n in t="tag"===e.type?Object.create(l):Object.create(a),e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},c.prototype._addDomElement=function(e){var t=this._tagStack[this._tagStack.length-1],n=t?t.children:this.dom,r=n[n.length-1];e.next=null,this._options.withStartIndices&&(e.startIndex=this._parser.startIndex),this._options.withEndIndices&&(e.endIndex=this._parser.endIndex),r?(e.prev=r,r.next=e):e.prev=null,n.push(e),e.parent=t||null},c.prototype.onopentag=function(e,t){var n={type:"script"===e?r.Script:"style"===e?r.Style:r.Tag,name:e,attribs:t,children:[]},o=this._createDomElement(n);this._addDomElement(o),this._tagStack.push(o)},c.prototype.ontext=function(e){var t,n=this._options.normalizeWhitespace||this._options.ignoreWhitespace;if(!this._tagStack.length&&this.dom.length&&(t=this.dom[this.dom.length-1]).type===r.Text)n?t.data=(t.data+e).replace(o," "):t.data+=e;else if(this._tagStack.length&&(t=this._tagStack[this._tagStack.length-1])&&(t=t.children[t.children.length-1])&&t.type===r.Text)n?t.data=(t.data+e).replace(o," "):t.data+=e;else{n&&(e=e.replace(o," "));var a=this._createDomElement({data:e,type:r.Text});this._addDomElement(a)}},c.prototype.oncomment=function(e){var t=this._tagStack[this._tagStack.length-1];if(t&&t.type===r.Comment)t.data+=e;else{var n={data:e,type:r.Comment},o=this._createDomElement(n);this._addDomElement(o),this._tagStack.push(o)}},c.prototype.oncdatastart=function(){var e={children:[{data:"",type:r.Text}],type:r.CDATA},t=this._createDomElement(e);this._addDomElement(t),this._tagStack.push(t)},c.prototype.oncommentend=c.prototype.oncdataend=function(){this._tagStack.pop()},c.prototype.onprocessinginstruction=function(e,t){var n=this._createDomElement({name:e,data:t,type:r.Directive});this._addDomElement(n)},e.exports=c},4407:function(e,t,n){var r=n(7790),o=e.exports=Object.create(r),a={tagName:"name"};Object.keys(a).forEach((function(e){var t=a[e];Object.defineProperty(o,e,{get:function(){return this[t]||null},set:function(e){return this[t]=e,e}})}))},7790:function(e){var t=e.exports={get firstChild(){var e=this.children;return e&&e[0]||null},get lastChild(){var e=this.children;return e&&e[e.length-1]||null},get nodeType(){return r[this.type]||r.element}},n={tagName:"name",childNodes:"children",parentNode:"parent",previousSibling:"prev",nextSibling:"next",nodeValue:"data"},r={element:1,text:3,cdata:4,comment:8};Object.keys(n).forEach((function(e){var r=n[e];Object.defineProperty(t,e,{get:function(){return this[r]||null},set:function(e){return this[r]=e,e}})}))},2417:function(e,t,n){var r=e.exports;[n(3346),n(5010),n(6765),n(8043),n(3905),n(4975)].forEach((function(e){Object.keys(e).forEach((function(t){r[t]=e[t].bind(r)}))}))},4975:function(e,t){t.removeSubsets=function(e){for(var t,n,r,o=e.length;--o>-1;){for(t=n=e[o],e[o]=null,r=!0;n;){if(e.indexOf(n)>-1){r=!1,e.splice(o,1);break}n=n.parent}r&&(e[o]=t)}return e};var n=t.compareDocumentPosition=function(e,t){var n,r,o,a,l,c,i=[],s=[];if(e===t)return 0;for(n=e;n;)i.unshift(n),n=n.parent;for(n=t;n;)s.unshift(n),n=n.parent;for(c=0;i[c]===s[c];)c++;return 0===c?1:(o=(r=i[c-1]).children,a=i[c],l=s[c],o.indexOf(a)>o.indexOf(l)?r===t?20:4:r===e?10:2)};t.uniqueSort=function(e){var t,r,o=e.length;for(e=e.slice();--o>-1;)t=e[o],(r=e.indexOf(t))>-1&&r<o&&e.splice(o,1);return e.sort((function(e,t){var r=n(e,t);return 2&r?-1:4&r?1:0})),e}},3905:function(e,t,n){var r=n(4431),o=t.isTag=r.isTag;t.testElement=function(e,t){for(var n in e)if(e.hasOwnProperty(n))if("tag_name"===n){if(!o(t)||!e.tag_name(t.name))return!1}else if("tag_type"===n){if(!e.tag_type(t.type))return!1}else if("tag_contains"===n){if(o(t)||!e.tag_contains(t.data))return!1}else if(!t.attribs||!e[n](t.attribs[n]))return!1;return!0};var a={tag_name:function(e){return"function"==typeof e?function(t){return o(t)&&e(t.name)}:"*"===e?o:function(t){return o(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return!o(t)&&e(t.data)}:function(t){return!o(t)&&t.data===e}}};function l(e,t){return"function"==typeof t?function(n){return n.attribs&&t(n.attribs[e])}:function(n){return n.attribs&&n.attribs[e]===t}}function c(e,t){return function(n){return e(n)||t(n)}}t.getElements=function(e,t,n,r){var o=Object.keys(e).map((function(t){var n=e[t];return t in a?a[t](n):l(t,n)}));return 0===o.length?[]:this.filter(o.reduce(c),t,n,r)},t.getElementById=function(e,t,n){return Array.isArray(t)||(t=[t]),this.findOne(l("id",e),t,!1!==n)},t.getElementsByTagName=function(e,t,n,r){return this.filter(a.tag_name(e),t,n,r)},t.getElementsByTagType=function(e,t,n,r){return this.filter(a.tag_type(e),t,n,r)}},6765:function(e,t){t.removeElement=function(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children;t.splice(t.lastIndexOf(e),1)}},t.replaceElement=function(e,t){var n=t.prev=e.prev;n&&(n.next=t);var r=t.next=e.next;r&&(r.prev=t);var o=t.parent=e.parent;if(o){var a=o.children;a[a.lastIndexOf(e)]=t}},t.appendChild=function(e,t){if(t.parent=e,1!==e.children.push(t)){var n=e.children[e.children.length-2];n.next=t,t.prev=n,t.next=null}},t.append=function(e,t){var n=e.parent,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){var o=n.children;o.splice(o.lastIndexOf(r),0,t)}}else n&&n.children.push(t)},t.prepend=function(e,t){var n=e.parent;if(n){var r=n.children;r.splice(r.lastIndexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}},8043:function(e,t,n){var r=n(4431).isTag;function o(e,t,n,r){for(var a,l=[],c=0,i=t.length;c<i&&!(e(t[c])&&(l.push(t[c]),--r<=0))&&(a=t[c].children,!(n&&a&&a.length>0&&(a=o(e,a,n,r),l=l.concat(a),(r-=a.length)<=0)));c++);return l}e.exports={filter:function(e,t,n,r){return Array.isArray(t)||(t=[t]),"number"==typeof r&&isFinite(r)||(r=1/0),o(e,t,!1!==n,r)},find:o,findOneChild:function(e,t){for(var n=0,r=t.length;n<r;n++)if(e(t[n]))return t[n];return null},findOne:function e(t,n){for(var o=null,a=0,l=n.length;a<l&&!o;a++)r(n[a])&&(t(n[a])?o=n[a]:n[a].children.length>0&&(o=e(t,n[a].children)));return o},existsOne:function e(t,n){for(var o=0,a=n.length;o<a;o++)if(r(n[o])&&(t(n[o])||n[o].children.length>0&&e(t,n[o].children)))return!0;return!1},findAll:function e(t,n){for(var o=[],a=0,l=n.length;a<l;a++)r(n[a])&&(t(n[a])&&o.push(n[a]),n[a].children.length>0&&(o=o.concat(e(t,n[a].children))));return o}}},3346:function(e,t,n){var r=n(4431),o=n(6138),a=r.isTag;e.exports={getInnerHTML:function(e,t){return e.children?e.children.map((function(e){return o(e,t)})).join(""):""},getOuterHTML:o,getText:function e(t){return Array.isArray(t)?t.map(e).join(""):a(t)||t.type===r.CDATA?e(t.children):t.type===r.Text?t.data:""}}},5010:function(e,t){var n=t.getChildren=function(e){return e.children},r=t.getParent=function(e){return e.parent};t.getSiblings=function(e){var t=r(e);return t?n(t):[e]},t.getAttributeValue=function(e,t){return e.attribs&&e.attribs[t]},t.hasAttrib=function(e,t){return!!e.attribs&&hasOwnProperty.call(e.attribs,t)},t.getName=function(e){return e.name}},1091:function(e,t,n){var r=n(7322),o=n(4076);t.decode=function(e,t){return(!t||t<=0?o.XML:o.HTML)(e)},t.decodeStrict=function(e,t){return(!t||t<=0?o.XML:o.HTMLStrict)(e)},t.encode=function(e,t){return(!t||t<=0?r.XML:r.HTML)(e)},t.encodeXML=r.XML,t.encodeHTML4=t.encodeHTML5=t.encodeHTML=r.HTML,t.decodeXML=t.decodeXMLStrict=o.XML,t.decodeHTML4=t.decodeHTML5=t.decodeHTML=o.HTML,t.decodeHTML4Strict=t.decodeHTML5Strict=t.decodeHTMLStrict=o.HTMLStrict,t.escape=r.escape},4076:function(e,t,n){var r=n(752),o=n(5076),a=n(1083),l=n(26),c=s(a),i=s(r);function s(e){var t=Object.keys(e).join("|"),n=f(e),r=new RegExp("&(?:"+(t+="|#[xX][\\da-fA-F]+|#\\d+")+");","g");return function(e){return String(e).replace(r,n)}}var u=function(){for(var e=Object.keys(o).sort(p),t=Object.keys(r).sort(p),n=0,a=0;n<t.length;n++)e[a]===t[n]?(t[n]+=";?",a++):t[n]+=";";var l=new RegExp("&(?:"+t.join("|")+"|#[xX][\\da-fA-F]+;?|#\\d+;?)","g"),c=f(r);function i(e){return";"!==e.substr(-1)&&(e+=";"),c(e)}return function(e){return String(e).replace(l,i)}}();function p(e,t){return e<t?1:-1}function f(e){return function(t){return"#"===t.charAt(1)?"X"===t.charAt(2)||"x"===t.charAt(2)?l(parseInt(t.substr(3),16)):l(parseInt(t.substr(2),10)):e[t.slice(1,-1)]}}e.exports={XML:c,HTML:u,HTMLStrict:i}},26:function(e,t,n){var r=n(2549);e.exports=function(e){if(e>=55296&&e<=57343||e>1114111)return"�";e in r&&(e=r[e]);var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+String.fromCharCode(e)}},7322:function(e,t,n){var r=c(n(1083)),o=i(r);t.XML=m(r,o);var a=c(n(752)),l=i(a);function c(e){return Object.keys(e).sort().reduce((function(t,n){return t[e[n]]="&"+n+";",t}),{})}function i(e){var t=[],n=[];return Object.keys(e).forEach((function(e){1===e.length?t.push("\\"+e):n.push(e)})),n.unshift("["+t.join("")+"]"),new RegExp(n.join("|"),"g")}t.HTML=m(a,l);var s=/[^\0-\x7F]/g,u=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;function p(e){return"&#x"+e.charCodeAt(0).toString(16).toUpperCase()+";"}function f(e){return"&#x"+(1024*(e.charCodeAt(0)-55296)+e.charCodeAt(1)-56320+65536).toString(16).toUpperCase()+";"}function m(e,t){function n(t){return e[t]}return function(e){return e.replace(t,n).replace(u,f).replace(s,p)}}var b=i(r);t.escape=function(e){return e.replace(b,p).replace(u,f).replace(s,p)}},2549:function(e){"use strict";e.exports=JSON.parse('{"0":65533,"128":8364,"130":8218,"131":402,"132":8222,"133":8230,"134":8224,"135":8225,"136":710,"137":8240,"138":352,"139":8249,"140":338,"142":381,"145":8216,"146":8217,"147":8220,"148":8221,"149":8226,"150":8211,"151":8212,"152":732,"153":8482,"154":353,"155":8250,"156":339,"158":382,"159":376}')},752:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},5076:function(e){"use strict";e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Acirc":"Â","acirc":"â","acute":"´","AElig":"Æ","aelig":"æ","Agrave":"À","agrave":"à","amp":"&","AMP":"&","Aring":"Å","aring":"å","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","brvbar":"¦","Ccedil":"Ç","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","COPY":"©","curren":"¤","deg":"°","divide":"÷","Eacute":"É","eacute":"é","Ecirc":"Ê","ecirc":"ê","Egrave":"È","egrave":"è","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","GT":">","Iacute":"Í","iacute":"í","Icirc":"Î","icirc":"î","iexcl":"¡","Igrave":"Ì","igrave":"ì","iquest":"¿","Iuml":"Ï","iuml":"ï","laquo":"«","lt":"<","LT":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","Ntilde":"Ñ","ntilde":"ñ","Oacute":"Ó","oacute":"ó","Ocirc":"Ô","ocirc":"ô","Ograve":"Ò","ograve":"ò","ordf":"ª","ordm":"º","Oslash":"Ø","oslash":"ø","Otilde":"Õ","otilde":"õ","Ouml":"Ö","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","QUOT":"\\"","raquo":"»","reg":"®","REG":"®","sect":"§","shy":"­","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","THORN":"Þ","thorn":"þ","times":"×","Uacute":"Ú","uacute":"ú","Ucirc":"Û","ucirc":"û","Ugrave":"Ù","ugrave":"ù","uml":"¨","Uuml":"Ü","uuml":"ü","Yacute":"Ý","yacute":"ý","yen":"¥","yuml":"ÿ"}')},1083:function(e){"use strict";e.exports=JSON.parse('{"amp":"&","apos":"\'","gt":">","lt":"<","quot":"\\""}')},7187:function(e){"use strict";var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!=e};function a(){a.init.call(this)}e.exports=a,e.exports.once=function(e,t){return new Promise((function(n,r){function o(){void 0!==a&&e.removeListener("error",a),n([].slice.call(arguments))}var a;"error"!==t&&(a=function(n){e.removeListener(t,o),r(n)},e.once("error",a)),e.once(t,o)}))},a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var l=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function i(e){return void 0===e._maxListeners?a.defaultMaxListeners:e._maxListeners}function s(e,t,n,r){var o,a,l,s;if(c(n),void 0===(a=e._events)?(a=e._events=Object.create(null),e._eventsCount=0):(void 0!==a.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),a=e._events),l=a[t]),void 0===l)l=a[t]=n,++e._eventsCount;else if("function"==typeof l?l=a[t]=r?[n,l]:[l,n]:r?l.unshift(n):l.push(n),(o=i(e))>0&&l.length>o&&!l.warned){l.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+l.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=l.length,s=u,console&&console.warn&&console.warn(s)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=u.bind(r);return o.listener=n,r.wrapFn=o,o}function f(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):b(o,o.length)}function m(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function b(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return l},set:function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");l=e}}),a.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},a.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},a.prototype.getMaxListeners=function(){return i(this)},a.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var o="error"===e,a=this._events;if(void 0!==a)o=o&&void 0===a.error;else if(!o)return!1;if(o){var l;if(t.length>0&&(l=t[0]),l instanceof Error)throw l;var c=new Error("Unhandled error."+(l?" ("+l.message+")":""));throw c.context=l,c}var i=a[e];if(void 0===i)return!1;if("function"==typeof i)r(i,this,t);else{var s=i.length,u=b(i,s);for(n=0;n<s;++n)r(u[n],this,t)}return!0},a.prototype.addListener=function(e,t){return s(this,e,t,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(e,t){return s(this,e,t,!0)},a.prototype.once=function(e,t){return c(t),this.on(e,p(this,e,t)),this},a.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,p(this,e,t)),this},a.prototype.removeListener=function(e,t){var n,r,o,a,l;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,a=n.length-1;a>=0;a--)if(n[a]===t||n[a].listener===t){l=n[a].listener,o=a;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,l||t)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,a=Object.keys(n);for(r=0;r<a.length;++r)"removeListener"!==(o=a[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},a.prototype.listeners=function(e){return f(this,e,!0)},a.prototype.rawListeners=function(e){return f(this,e,!1)},a.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},a.prototype.listenerCount=m,a.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},5449:function(e,t,n){function r(e){this._cbs=e||{},this.events=[]}e.exports=r;var o=n(3719).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this.events.push([e]),this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this.events.push([e,t]),this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this.events.push([e,t,n]),this._cbs[e]&&this._cbs[e](t,n)}}})),r.prototype.onreset=function(){this.events=[],this._cbs.onreset&&this._cbs.onreset()},r.prototype.restart=function(){this._cbs.onreset&&this._cbs.onreset();for(var e=0,t=this.events.length;e<t;e++)if(this._cbs[this.events[e][0]]){var n=this.events[e].length;1===n?this._cbs[this.events[e][0]]():2===n?this._cbs[this.events[e][0]](this.events[e][1]):this._cbs[this.events[e][0]](this.events[e][1],this.events[e][2])}}},3870:function(e,t,n){var r=n(8753),o=n(2417);function a(e,t){this.init(e,t)}function l(e,t){return o.getElementsByTagName(e,t,!0)}function c(e,t){return o.getElementsByTagName(e,t,!0,1)[0]}function i(e,t,n){return o.getText(o.getElementsByTagName(e,t,n,1)).trim()}function s(e,t,n,r,o){var a=i(n,r,o);a&&(e[t]=a)}n(5717)(a,r),a.prototype.init=r;var u=function(e){return"rss"===e||"feed"===e||"rdf:RDF"===e};a.prototype.onend=function(){var e,t,n={},o=c(u,this.dom);o&&("feed"===o.name?(t=o.children,n.type="atom",s(n,"id","id",t),s(n,"title","title",t),(e=c("link",t))&&(e=e.attribs)&&(e=e.href)&&(n.link=e),s(n,"description","subtitle",t),(e=i("updated",t))&&(n.updated=new Date(e)),s(n,"author","email",t,!0),n.items=l("entry",t).map((function(e){var t,n={};return s(n,"id","id",e=e.children),s(n,"title","title",e),(t=c("link",e))&&(t=t.attribs)&&(t=t.href)&&(n.link=t),(t=i("summary",e)||i("content",e))&&(n.description=t),(t=i("updated",e))&&(n.pubDate=new Date(t)),n}))):(t=c("channel",o.children).children,n.type=o.name.substr(0,3),n.id="",s(n,"title","title",t),s(n,"link","link",t),s(n,"description","description",t),(e=i("lastBuildDate",t))&&(n.updated=new Date(e)),s(n,"author","managingEditor",t,!0),n.items=l("item",o.children).map((function(e){var t,n={};return s(n,"id","guid",e=e.children),s(n,"title","title",e),s(n,"link","link",e),s(n,"description","description",e),(t=i("pubDate",e))&&(n.pubDate=new Date(t)),n})))),this.dom=n,r.prototype._handleCallback.call(this,o?null:Error("couldn't find root of feed"))},e.exports=a},763:function(e,t,n){var r=n(9889),o={input:!0,option:!0,optgroup:!0,select:!0,button:!0,datalist:!0,textarea:!0},a={tr:{tr:!0,th:!0,td:!0},th:{th:!0},td:{thead:!0,th:!0,td:!0},body:{head:!0,link:!0,script:!0},li:{li:!0},p:{p:!0},h1:{p:!0},h2:{p:!0},h3:{p:!0},h4:{p:!0},h5:{p:!0},h6:{p:!0},select:o,input:o,output:o,button:o,datalist:o,textarea:o,option:{option:!0},optgroup:{optgroup:!0}},l={__proto__:null,area:!0,base:!0,basefont:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,isindex:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},c={__proto__:null,math:!0,svg:!0},i={__proto__:null,mi:!0,mo:!0,mn:!0,ms:!0,mtext:!0,"annotation-xml":!0,foreignObject:!0,desc:!0,title:!0},s=/\s|\//;function u(e,t){this._options=t||{},this._cbs=e||{},this._tagname="",this._attribname="",this._attribvalue="",this._attribs=null,this._stack=[],this._foreignContext=[],this.startIndex=0,this.endIndex=null,this._lowerCaseTagNames="lowerCaseTags"in this._options?!!this._options.lowerCaseTags:!this._options.xmlMode,this._lowerCaseAttributeNames="lowerCaseAttributeNames"in this._options?!!this._options.lowerCaseAttributeNames:!this._options.xmlMode,this._options.Tokenizer&&(r=this._options.Tokenizer),this._tokenizer=new r(this._options,this),this._cbs.onparserinit&&this._cbs.onparserinit(this)}n(5717)(u,n(7187).EventEmitter),u.prototype._updatePosition=function(e){null===this.endIndex?this._tokenizer._sectionStart<=e?this.startIndex=0:this.startIndex=this._tokenizer._sectionStart-e:this.startIndex=this.endIndex+1,this.endIndex=this._tokenizer.getAbsoluteIndex()},u.prototype.ontext=function(e){this._updatePosition(1),this.endIndex--,this._cbs.ontext&&this._cbs.ontext(e)},u.prototype.onopentagname=function(e){if(this._lowerCaseTagNames&&(e=e.toLowerCase()),this._tagname=e,!this._options.xmlMode&&e in a)for(var t;(t=this._stack[this._stack.length-1])in a[e];this.onclosetag(t));!this._options.xmlMode&&e in l||(this._stack.push(e),e in c?this._foreignContext.push(!0):e in i&&this._foreignContext.push(!1)),this._cbs.onopentagname&&this._cbs.onopentagname(e),this._cbs.onopentag&&(this._attribs={})},u.prototype.onopentagend=function(){this._updatePosition(1),this._attribs&&(this._cbs.onopentag&&this._cbs.onopentag(this._tagname,this._attribs),this._attribs=null),!this._options.xmlMode&&this._cbs.onclosetag&&this._tagname in l&&this._cbs.onclosetag(this._tagname),this._tagname=""},u.prototype.onclosetag=function(e){if(this._updatePosition(1),this._lowerCaseTagNames&&(e=e.toLowerCase()),(e in c||e in i)&&this._foreignContext.pop(),!this._stack.length||e in l&&!this._options.xmlMode)this._options.xmlMode||"br"!==e&&"p"!==e||(this.onopentagname(e),this._closeCurrentTag());else{var t=this._stack.lastIndexOf(e);if(-1!==t)if(this._cbs.onclosetag)for(t=this._stack.length-t;t--;)this._cbs.onclosetag(this._stack.pop());else this._stack.length=t;else"p"!==e||this._options.xmlMode||(this.onopentagname(e),this._closeCurrentTag())}},u.prototype.onselfclosingtag=function(){this._options.xmlMode||this._options.recognizeSelfClosing||this._foreignContext[this._foreignContext.length-1]?this._closeCurrentTag():this.onopentagend()},u.prototype._closeCurrentTag=function(){var e=this._tagname;this.onopentagend(),this._stack[this._stack.length-1]===e&&(this._cbs.onclosetag&&this._cbs.onclosetag(e),this._stack.pop())},u.prototype.onattribname=function(e){this._lowerCaseAttributeNames&&(e=e.toLowerCase()),this._attribname=e},u.prototype.onattribdata=function(e){this._attribvalue+=e},u.prototype.onattribend=function(){this._cbs.onattribute&&this._cbs.onattribute(this._attribname,this._attribvalue),this._attribs&&!Object.prototype.hasOwnProperty.call(this._attribs,this._attribname)&&(this._attribs[this._attribname]=this._attribvalue),this._attribname="",this._attribvalue=""},u.prototype._getInstructionName=function(e){var t=e.search(s),n=t<0?e:e.substr(0,t);return this._lowerCaseTagNames&&(n=n.toLowerCase()),n},u.prototype.ondeclaration=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("!"+t,"!"+e)}},u.prototype.onprocessinginstruction=function(e){if(this._cbs.onprocessinginstruction){var t=this._getInstructionName(e);this._cbs.onprocessinginstruction("?"+t,"?"+e)}},u.prototype.oncomment=function(e){this._updatePosition(4),this._cbs.oncomment&&this._cbs.oncomment(e),this._cbs.oncommentend&&this._cbs.oncommentend()},u.prototype.oncdata=function(e){this._updatePosition(1),this._options.xmlMode||this._options.recognizeCDATA?(this._cbs.oncdatastart&&this._cbs.oncdatastart(),this._cbs.ontext&&this._cbs.ontext(e),this._cbs.oncdataend&&this._cbs.oncdataend()):this.oncomment("[CDATA["+e+"]]")},u.prototype.onerror=function(e){this._cbs.onerror&&this._cbs.onerror(e)},u.prototype.onend=function(){if(this._cbs.onclosetag)for(var e=this._stack.length;e>0;this._cbs.onclosetag(this._stack[--e]));this._cbs.onend&&this._cbs.onend()},u.prototype.reset=function(){this._cbs.onreset&&this._cbs.onreset(),this._tokenizer.reset(),this._tagname="",this._attribname="",this._attribs=null,this._stack=[],this._cbs.onparserinit&&this._cbs.onparserinit(this)},u.prototype.parseComplete=function(e){this.reset(),this.end(e)},u.prototype.write=function(e){this._tokenizer.write(e)},u.prototype.end=function(e){this._tokenizer.end(e)},u.prototype.pause=function(){this._tokenizer.pause()},u.prototype.resume=function(){this._tokenizer.resume()},u.prototype.parseChunk=u.prototype.write,u.prototype.done=u.prototype.end,e.exports=u},6321:function(e,t,n){function r(e){this._cbs=e||{}}e.exports=r;var o=n(3719).EVENTS;Object.keys(o).forEach((function(e){if(0===o[e])e="on"+e,r.prototype[e]=function(){this._cbs[e]&&this._cbs[e]()};else if(1===o[e])e="on"+e,r.prototype[e]=function(t){this._cbs[e]&&this._cbs[e](t)};else{if(2!==o[e])throw Error("wrong number of arguments");e="on"+e,r.prototype[e]=function(t,n){this._cbs[e]&&this._cbs[e](t,n)}}}))},9924:function(e,t,n){e.exports=o;var r=n(3621);function o(e){r.call(this,new a(this),e)}function a(e){this.scope=e}n(5717)(o,r),o.prototype.readable=!0;var l=n(3719).EVENTS;Object.keys(l).forEach((function(e){if(0===l[e])a.prototype["on"+e]=function(){this.scope.emit(e)};else if(1===l[e])a.prototype["on"+e]=function(t){this.scope.emit(e,t)};else{if(2!==l[e])throw Error("wrong number of arguments!");a.prototype["on"+e]=function(t,n){this.scope.emit(e,t,n)}}}))},9889:function(e,t,n){e.exports=ve;var r=n(26),o=n(752),a=n(5076),l=n(1083),c=0,i=c++,s=c++,u=c++,p=c++,f=c++,m=c++,b=c++,d=c++,v=c++,h=c++,g=c++,_=c++,k=c++,y=c++,w=c++,E=c++,x=c++,C=c++,R=c++,N=c++,S=c++,T=c++,A=c++,B=c++,O=c++,I=c++,P=c++,j=c++,L=c++,z=c++,M=c++,q=c++,D=c++,H=c++,U=c++,F=c++,V=c++,Z=c++,G=c++,W=c++,J=c++,$=c++,Y=c++,X=c++,K=c++,Q=c++,ee=c++,te=c++,ne=c++,re=c++,oe=c++,ae=c++,le=c++,ce=c++,ie=c++,se=0,ue=se++,pe=se++,fe=se++;function me(e){return" "===e||"\n"===e||"\t"===e||"\f"===e||"\r"===e}function be(e,t,n){var r=e.toLowerCase();return e===r?function(e){e===r?this._state=t:(this._state=n,this._index--)}:function(o){o===r||o===e?this._state=t:(this._state=n,this._index--)}}function de(e,t){var n=e.toLowerCase();return function(r){r===n||r===e?this._state=t:(this._state=u,this._index--)}}function ve(e,t){this._state=i,this._buffer="",this._sectionStart=0,this._index=0,this._bufferOffset=0,this._baseState=i,this._special=ue,this._cbs=t,this._running=!0,this._ended=!1,this._xmlMode=!(!e||!e.xmlMode),this._decodeEntities=!(!e||!e.decodeEntities)}ve.prototype._stateText=function(e){"<"===e?(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._state=s,this._sectionStart=this._index):this._decodeEntities&&this._special===ue&&"&"===e&&(this._index>this._sectionStart&&this._cbs.ontext(this._getSection()),this._baseState=i,this._state=oe,this._sectionStart=this._index)},ve.prototype._stateBeforeTagName=function(e){"/"===e?this._state=f:"<"===e?(this._cbs.ontext(this._getSection()),this._sectionStart=this._index):">"===e||this._special!==ue||me(e)?this._state=i:"!"===e?(this._state=w,this._sectionStart=this._index+1):"?"===e?(this._state=x,this._sectionStart=this._index+1):(this._state=this._xmlMode||"s"!==e&&"S"!==e?u:M,this._sectionStart=this._index)},ve.prototype._stateInTagName=function(e){("/"===e||">"===e||me(e))&&(this._emitToken("onopentagname"),this._state=d,this._index--)},ve.prototype._stateBeforeCloseingTagName=function(e){me(e)||(">"===e?this._state=i:this._special!==ue?"s"===e||"S"===e?this._state=q:(this._state=i,this._index--):(this._state=m,this._sectionStart=this._index))},ve.prototype._stateInCloseingTagName=function(e){(">"===e||me(e))&&(this._emitToken("onclosetag"),this._state=b,this._index--)},ve.prototype._stateAfterCloseingTagName=function(e){">"===e&&(this._state=i,this._sectionStart=this._index+1)},ve.prototype._stateBeforeAttributeName=function(e){">"===e?(this._cbs.onopentagend(),this._state=i,this._sectionStart=this._index+1):"/"===e?this._state=p:me(e)||(this._state=v,this._sectionStart=this._index)},ve.prototype._stateInSelfClosingTag=function(e){">"===e?(this._cbs.onselfclosingtag(),this._state=i,this._sectionStart=this._index+1):me(e)||(this._state=d,this._index--)},ve.prototype._stateInAttributeName=function(e){("="===e||"/"===e||">"===e||me(e))&&(this._cbs.onattribname(this._getSection()),this._sectionStart=-1,this._state=h,this._index--)},ve.prototype._stateAfterAttributeName=function(e){"="===e?this._state=g:"/"===e||">"===e?(this._cbs.onattribend(),this._state=d,this._index--):me(e)||(this._cbs.onattribend(),this._state=v,this._sectionStart=this._index)},ve.prototype._stateBeforeAttributeValue=function(e){'"'===e?(this._state=_,this._sectionStart=this._index+1):"'"===e?(this._state=k,this._sectionStart=this._index+1):me(e)||(this._state=y,this._sectionStart=this._index,this._index--)},ve.prototype._stateInAttributeValueDoubleQuotes=function(e){'"'===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ve.prototype._stateInAttributeValueSingleQuotes=function(e){"'"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ve.prototype._stateInAttributeValueNoQuotes=function(e){me(e)||">"===e?(this._emitToken("onattribdata"),this._cbs.onattribend(),this._state=d,this._index--):this._decodeEntities&&"&"===e&&(this._emitToken("onattribdata"),this._baseState=this._state,this._state=oe,this._sectionStart=this._index)},ve.prototype._stateBeforeDeclaration=function(e){this._state="["===e?T:"-"===e?C:E},ve.prototype._stateInDeclaration=function(e){">"===e&&(this._cbs.ondeclaration(this._getSection()),this._state=i,this._sectionStart=this._index+1)},ve.prototype._stateInProcessingInstruction=function(e){">"===e&&(this._cbs.onprocessinginstruction(this._getSection()),this._state=i,this._sectionStart=this._index+1)},ve.prototype._stateBeforeComment=function(e){"-"===e?(this._state=R,this._sectionStart=this._index+1):this._state=E},ve.prototype._stateInComment=function(e){"-"===e&&(this._state=N)},ve.prototype._stateAfterComment1=function(e){this._state="-"===e?S:R},ve.prototype._stateAfterComment2=function(e){">"===e?(this._cbs.oncomment(this._buffer.substring(this._sectionStart,this._index-2)),this._state=i,this._sectionStart=this._index+1):"-"!==e&&(this._state=R)},ve.prototype._stateBeforeCdata1=be("C",A,E),ve.prototype._stateBeforeCdata2=be("D",B,E),ve.prototype._stateBeforeCdata3=be("A",O,E),ve.prototype._stateBeforeCdata4=be("T",I,E),ve.prototype._stateBeforeCdata5=be("A",P,E),ve.prototype._stateBeforeCdata6=function(e){"["===e?(this._state=j,this._sectionStart=this._index+1):(this._state=E,this._index--)},ve.prototype._stateInCdata=function(e){"]"===e&&(this._state=L)},ve.prototype._stateAfterCdata1=function(e){this._state="]"===e?z:j},ve.prototype._stateAfterCdata2=function(e){">"===e?(this._cbs.oncdata(this._buffer.substring(this._sectionStart,this._index-2)),this._state=i,this._sectionStart=this._index+1):"]"!==e&&(this._state=j)},ve.prototype._stateBeforeSpecial=function(e){"c"===e||"C"===e?this._state=D:"t"===e||"T"===e?this._state=Y:(this._state=u,this._index--)},ve.prototype._stateBeforeSpecialEnd=function(e){this._special!==pe||"c"!==e&&"C"!==e?this._special!==fe||"t"!==e&&"T"!==e?this._state=i:this._state=ee:this._state=Z},ve.prototype._stateBeforeScript1=de("R",H),ve.prototype._stateBeforeScript2=de("I",U),ve.prototype._stateBeforeScript3=de("P",F),ve.prototype._stateBeforeScript4=de("T",V),ve.prototype._stateBeforeScript5=function(e){("/"===e||">"===e||me(e))&&(this._special=pe),this._state=u,this._index--},ve.prototype._stateAfterScript1=be("R",G,i),ve.prototype._stateAfterScript2=be("I",W,i),ve.prototype._stateAfterScript3=be("P",J,i),ve.prototype._stateAfterScript4=be("T",$,i),ve.prototype._stateAfterScript5=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-6,this._index--):this._state=i},ve.prototype._stateBeforeStyle1=de("Y",X),ve.prototype._stateBeforeStyle2=de("L",K),ve.prototype._stateBeforeStyle3=de("E",Q),ve.prototype._stateBeforeStyle4=function(e){("/"===e||">"===e||me(e))&&(this._special=fe),this._state=u,this._index--},ve.prototype._stateAfterStyle1=be("Y",te,i),ve.prototype._stateAfterStyle2=be("L",ne,i),ve.prototype._stateAfterStyle3=be("E",re,i),ve.prototype._stateAfterStyle4=function(e){">"===e||me(e)?(this._special=ue,this._state=m,this._sectionStart=this._index-5,this._index--):this._state=i},ve.prototype._stateBeforeEntity=be("#",ae,le),ve.prototype._stateBeforeNumericEntity=be("X",ie,ce),ve.prototype._parseNamedEntityStrict=function(){if(this._sectionStart+1<this._index){var e=this._buffer.substring(this._sectionStart+1,this._index),t=this._xmlMode?l:o;t.hasOwnProperty(e)&&(this._emitPartial(t[e]),this._sectionStart=this._index+1)}},ve.prototype._parseLegacyEntity=function(){var e=this._sectionStart+1,t=this._index-e;for(t>6&&(t=6);t>=2;){var n=this._buffer.substr(e,t);if(a.hasOwnProperty(n))return this._emitPartial(a[n]),void(this._sectionStart+=t+1);t--}},ve.prototype._stateInNamedEntity=function(e){";"===e?(this._parseNamedEntityStrict(),this._sectionStart+1<this._index&&!this._xmlMode&&this._parseLegacyEntity(),this._state=this._baseState):(e<"a"||e>"z")&&(e<"A"||e>"Z")&&(e<"0"||e>"9")&&(this._xmlMode||this._sectionStart+1===this._index||(this._baseState!==i?"="!==e&&this._parseNamedEntityStrict():this._parseLegacyEntity()),this._state=this._baseState,this._index--)},ve.prototype._decodeNumericEntity=function(e,t){var n=this._sectionStart+e;if(n!==this._index){var o=this._buffer.substring(n,this._index),a=parseInt(o,t);this._emitPartial(r(a)),this._sectionStart=this._index}else this._sectionStart--;this._state=this._baseState},ve.prototype._stateInNumericEntity=function(e){";"===e?(this._decodeNumericEntity(2,10),this._sectionStart++):(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(2,10),this._index--)},ve.prototype._stateInHexEntity=function(e){";"===e?(this._decodeNumericEntity(3,16),this._sectionStart++):(e<"a"||e>"f")&&(e<"A"||e>"F")&&(e<"0"||e>"9")&&(this._xmlMode?this._state=this._baseState:this._decodeNumericEntity(3,16),this._index--)},ve.prototype._cleanup=function(){this._sectionStart<0?(this._buffer="",this._bufferOffset+=this._index,this._index=0):this._running&&(this._state===i?(this._sectionStart!==this._index&&this._cbs.ontext(this._buffer.substr(this._sectionStart)),this._buffer="",this._bufferOffset+=this._index,this._index=0):this._sectionStart===this._index?(this._buffer="",this._bufferOffset+=this._index,this._index=0):(this._buffer=this._buffer.substr(this._sectionStart),this._index-=this._sectionStart,this._bufferOffset+=this._sectionStart),this._sectionStart=0)},ve.prototype.write=function(e){this._ended&&this._cbs.onerror(Error(".write() after done!")),this._buffer+=e,this._parse()},ve.prototype._parse=function(){for(;this._index<this._buffer.length&&this._running;){var e=this._buffer.charAt(this._index);this._state===i?this._stateText(e):this._state===s?this._stateBeforeTagName(e):this._state===u?this._stateInTagName(e):this._state===f?this._stateBeforeCloseingTagName(e):this._state===m?this._stateInCloseingTagName(e):this._state===b?this._stateAfterCloseingTagName(e):this._state===p?this._stateInSelfClosingTag(e):this._state===d?this._stateBeforeAttributeName(e):this._state===v?this._stateInAttributeName(e):this._state===h?this._stateAfterAttributeName(e):this._state===g?this._stateBeforeAttributeValue(e):this._state===_?this._stateInAttributeValueDoubleQuotes(e):this._state===k?this._stateInAttributeValueSingleQuotes(e):this._state===y?this._stateInAttributeValueNoQuotes(e):this._state===w?this._stateBeforeDeclaration(e):this._state===E?this._stateInDeclaration(e):this._state===x?this._stateInProcessingInstruction(e):this._state===C?this._stateBeforeComment(e):this._state===R?this._stateInComment(e):this._state===N?this._stateAfterComment1(e):this._state===S?this._stateAfterComment2(e):this._state===T?this._stateBeforeCdata1(e):this._state===A?this._stateBeforeCdata2(e):this._state===B?this._stateBeforeCdata3(e):this._state===O?this._stateBeforeCdata4(e):this._state===I?this._stateBeforeCdata5(e):this._state===P?this._stateBeforeCdata6(e):this._state===j?this._stateInCdata(e):this._state===L?this._stateAfterCdata1(e):this._state===z?this._stateAfterCdata2(e):this._state===M?this._stateBeforeSpecial(e):this._state===q?this._stateBeforeSpecialEnd(e):this._state===D?this._stateBeforeScript1(e):this._state===H?this._stateBeforeScript2(e):this._state===U?this._stateBeforeScript3(e):this._state===F?this._stateBeforeScript4(e):this._state===V?this._stateBeforeScript5(e):this._state===Z?this._stateAfterScript1(e):this._state===G?this._stateAfterScript2(e):this._state===W?this._stateAfterScript3(e):this._state===J?this._stateAfterScript4(e):this._state===$?this._stateAfterScript5(e):this._state===Y?this._stateBeforeStyle1(e):this._state===X?this._stateBeforeStyle2(e):this._state===K?this._stateBeforeStyle3(e):this._state===Q?this._stateBeforeStyle4(e):this._state===ee?this._stateAfterStyle1(e):this._state===te?this._stateAfterStyle2(e):this._state===ne?this._stateAfterStyle3(e):this._state===re?this._stateAfterStyle4(e):this._state===oe?this._stateBeforeEntity(e):this._state===ae?this._stateBeforeNumericEntity(e):this._state===le?this._stateInNamedEntity(e):this._state===ce?this._stateInNumericEntity(e):this._state===ie?this._stateInHexEntity(e):this._cbs.onerror(Error("unknown _state"),this._state),this._index++}this._cleanup()},ve.prototype.pause=function(){this._running=!1},ve.prototype.resume=function(){this._running=!0,this._index<this._buffer.length&&this._parse(),this._ended&&this._finish()},ve.prototype.end=function(e){this._ended&&this._cbs.onerror(Error(".end() after done!")),e&&this.write(e),this._ended=!0,this._running&&this._finish()},ve.prototype._finish=function(){this._sectionStart<this._index&&this._handleTrailingData(),this._cbs.onend()},ve.prototype._handleTrailingData=function(){var e=this._buffer.substr(this._sectionStart);this._state===j||this._state===L||this._state===z?this._cbs.oncdata(e):this._state===R||this._state===N||this._state===S?this._cbs.oncomment(e):this._state!==le||this._xmlMode?this._state!==ce||this._xmlMode?this._state!==ie||this._xmlMode?this._state!==u&&this._state!==d&&this._state!==g&&this._state!==h&&this._state!==v&&this._state!==k&&this._state!==_&&this._state!==y&&this._state!==m&&this._cbs.ontext(e):(this._decodeNumericEntity(3,16),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._decodeNumericEntity(2,10),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData())):(this._parseLegacyEntity(),this._sectionStart<this._index&&(this._state=this._baseState,this._handleTrailingData()))},ve.prototype.reset=function(){ve.call(this,{xmlMode:this._xmlMode,decodeEntities:this._decodeEntities},this._cbs)},ve.prototype.getAbsoluteIndex=function(){return this._bufferOffset+this._index},ve.prototype._getSection=function(){return this._buffer.substring(this._sectionStart,this._index)},ve.prototype._emitToken=function(e){this._cbs[e](this._getSection()),this._sectionStart=-1},ve.prototype._emitPartial=function(e){this._baseState!==i?this._cbs.onattribdata(e):this._cbs.ontext(e)}},3621:function(e,t,n){e.exports=c;var r=n(763),o=n(6994).Writable,a=n(8645).s,l=n(8764).Buffer;function c(e,t){var n=this._parser=new r(e,t),l=this._decoder=new a;o.call(this,{decodeStrings:!1}),this.once("finish",(function(){n.end(l.end())}))}n(5717)(c,o),c.prototype._write=function(e,t,n){e instanceof l&&(e=this._decoder.write(e)),this._parser.write(e),n()}},3719:function(e,t,n){var r=n(763),o=n(8753);function a(t,n){return delete e.exports[t],e.exports[t]=n,n}e.exports={Parser:r,Tokenizer:n(9889),ElementType:n(4431),DomHandler:o,get FeedHandler(){return a("FeedHandler",n(3870))},get Stream(){return a("Stream",n(9924))},get WritableStream(){return a("WritableStream",n(3621))},get ProxyHandler(){return a("ProxyHandler",n(6321))},get DomUtils(){return a("DomUtils",n(2417))},get CollectingHandler(){return a("CollectingHandler",n(5449))},DefaultHandler:o,get RssHandler(){return a("RssHandler",this.FeedHandler)},parseDOM:function(e,t){var n=new o(t);return new r(n,t).end(e),n.dom},parseFeed:function(t,n){var o=new e.exports.FeedHandler(n);return new r(o,n).end(t),o.dom},createDomStream:function(e,t,n){var a=new o(e,t,n);return new r(a,t)},EVENTS:{attribute:2,cdatastart:0,cdataend:0,text:1,processinginstruction:2,comment:1,commentend:0,closetag:1,opentag:2,opentagname:1,error:1,end:0}}},608:function(e,t,n){var r=n(8764),o=r.Buffer;function a(e,t){for(var n in e)t[n]=e[n]}function l(e,t,n){return o(e,t,n)}o.from&&o.alloc&&o.allocUnsafe&&o.allocUnsafeSlow?e.exports=r:(a(r,t),t.Buffer=l),l.prototype=Object.create(o.prototype),a(o,l),l.from=function(e,t,n){if("number"==typeof e)throw new TypeError("Argument must not be a number");return o(e,t,n)},l.alloc=function(e,t,n){if("number"!=typeof e)throw new TypeError("Argument must be a number");var r=o(e);return void 0!==t?"string"==typeof n?r.fill(t,n):r.fill(t):r.fill(0),r},l.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return o(e)},l.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}},8645:function(e,t,n){"use strict";var r=n(608).Buffer,o=r.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(r.isEncoding===o||!o(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=i,this.end=s,t=4;break;case"utf8":this.fillLast=c,t=4;break;case"base64":this.text=u,this.end=p,t=3;break;default:return this.write=f,void(this.end=m)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.allocUnsafe(t)}function l(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function c(e){var t=this.lastTotal-this.lastNeed,n=function(e,t,n){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function i(e,t){if((e.length-t)%2==0){var n=e.toString("utf16le",t);if(n){var r=n.charCodeAt(n.length-1);if(r>=55296&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],n.slice(0,-1)}return n}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function s(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var n=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,n)}return t}function u(e,t){var n=(e.length-t)%3;return 0===n?e.toString("base64",t):(this.lastNeed=3-n,this.lastTotal=3,1===n?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-n))}function p(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(e){return e.toString(this.encoding)}function m(e){return e&&e.length?this.write(e):""}t.s=a,a.prototype.write=function(e){if(0===e.length)return"";var t,n;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";n=this.lastNeed,this.lastNeed=0}else n=0;return n<e.length?t?t+this.text(e,n):this.text(e,n):t||""},a.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},a.prototype.text=function(e,t){var n=function(e,t,n){var r=t.length-1;if(r<n)return 0;var o=l(t[r]);return o>=0?(o>0&&(e.lastNeed=o-1),o):--r<n||-2===o?0:(o=l(t[r]))>=0?(o>0&&(e.lastNeed=o-2),o):--r<n||-2===o?0:(o=l(t[r]))>=0?(o>0&&(2===o?o=0:e.lastNeed=o-3),o):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=n;var r=e.length-(n-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},a.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},645:function(e,t){t.read=function(e,t,n,r,o){var a,l,c=8*o-r-1,i=(1<<c)-1,s=i>>1,u=-7,p=n?o-1:0,f=n?-1:1,m=e[t+p];for(p+=f,a=m&(1<<-u)-1,m>>=-u,u+=c;u>0;a=256*a+e[t+p],p+=f,u-=8);for(l=a&(1<<-u)-1,a>>=-u,u+=r;u>0;l=256*l+e[t+p],p+=f,u-=8);if(0===a)a=1-s;else{if(a===i)return l?NaN:1/0*(m?-1:1);l+=Math.pow(2,r),a-=s}return(m?-1:1)*l*Math.pow(2,a-r)},t.write=function(e,t,n,r,o,a){var l,c,i,s=8*a-o-1,u=(1<<s)-1,p=u>>1,f=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:a-1,b=r?1:-1,d=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(c=isNaN(t)?1:0,l=u):(l=Math.floor(Math.log(t)/Math.LN2),t*(i=Math.pow(2,-l))<1&&(l--,i*=2),(t+=l+p>=1?f/i:f*Math.pow(2,1-p))*i>=2&&(l++,i/=2),l+p>=u?(c=0,l=u):l+p>=1?(c=(t*i-1)*Math.pow(2,o),l+=p):(c=t*Math.pow(2,p-1)*Math.pow(2,o),l=0));o>=8;e[n+m]=255&c,m+=b,c/=256,o-=8);for(l=l<<o|c,s+=o;s>0;e[n+m]=255&l,m+=b,l/=256,s-=8);e[n+m-b]|=128*d}},5717:function(e){"function"==typeof Object.create?e.exports=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:e.exports=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}},9588:function(e){e.exports=function(e,t){var n,r,o=0;function a(){var a,l,c=n,i=arguments.length;e:for(;c;){if(c.args.length===arguments.length){for(l=0;l<i;l++)if(c.args[l]!==arguments[l]){c=c.next;continue e}return c!==n&&(c===r&&(r=c.prev),c.prev.next=c.next,c.next&&(c.next.prev=c.prev),c.next=n,c.prev=null,n.prev=c,n=c),c.val}c=c.next}for(a=new Array(i),l=0;l<i;l++)a[l]=arguments[l];return c={args:a,val:e.apply(null,a)},n?(n.prev=c,c.next=n):r=c,o===t.maxSize?(r=r.prev).next=null:o++,n=c,c.val}return t=t||{},a.clear=function(){n=null,r=null,o=0},a}},7418:function(e){"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,a){for(var l,c,i=o(e),s=1;s<arguments.length;s++){for(var u in l=Object(arguments[s]))n.call(l,u)&&(i[u]=l[u]);if(t){c=t(l);for(var p=0;p<c.length;p++)r.call(l,c[p])&&(i[c[p]]=l[c[p]])}}return i}},4887:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.decodeEntities,a=void 0===n||n,l=t.transform,c=t.preprocessNodes,i=void 0===c?function(e){return e}:c,s=i(r.default.parseDOM(e,{decodeEntities:a}));return(0,o.default)(s,l)};var r=a(n(3719)),o=a(n(6630));function a(e){return e&&e.__esModule?e:{default:e}}},5324:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){return o.default[e.type](e,t,n)};var r,o=(r=n(532))&&r.__esModule?r:{default:r}},5888:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["allowfullScreen","async","autoplay","capture","checked","controls","default","defer","disabled","formnovalidate","hidden","loop","multiple","muted","novalidate","open","playsinline","readonly","required","reversed","scoped","seamless","selected","itemscope"]},5260:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={accept:"accept","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",allowtransparency:"allowTransparency",alt:"alt",as:"as",async:"async",autocomplete:"autoComplete",autoplay:"autoPlay",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",charset:"charSet",challenge:"challenge",checked:"checked",cite:"cite",classid:"classID",class:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlsList:"controlsList",coords:"coords",crossorigin:"crossOrigin",data:"data",datetime:"dateTime",default:"default",defer:"defer",dir:"dir",disabled:"disabled",download:"download",draggable:"draggable",enctype:"encType",form:"form",formaction:"formAction",formenctype:"formEncType",formmethod:"formMethod",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",for:"htmlFor","http-equiv":"httpEquiv",icon:"icon",id:"id",inputmode:"inputMode",integrity:"integrity",is:"is",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginheight:"marginHeight",marginwidth:"marginWidth",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",slot:"slot",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",datatype:"datatype",inlist:"inlist",prefix:"prefix",property:"property",resource:"resource",typeof:"typeof",vocab:"vocab",autocapitalize:"autoCapitalize",autocorrect:"autoCorrect",autosave:"autoSave",color:"color",itemprop:"itemProp",itemscope:"itemScope",itemtype:"itemType",itemid:"itemID",itemref:"itemRef",results:"results",security:"security",unselectable:"unselectable"}},3662:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]},5961:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){var n=void 0;e.children.length>0&&(n=e.children[0].data);var a=(0,o.default)(e.attribs,t);return r.default.createElement("style",a,n)};var r=a(n(7294)),o=a(n(8024));function a(e){return e&&e.__esModule?e:{default:e}}},2593:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var i=e.name;if(!(0,c.default)(i))return null;var s=(0,a.default)(e.attribs,t),u=null;return-1===l.default.indexOf(i)&&(u=(0,o.default)(e.children,n)),r.default.createElement(i,s,u)};var r=i(n(7294)),o=i(n(6630)),a=i(n(8024)),l=i(n(3662)),c=i(n(2536));function i(e){return e&&e.__esModule?e:{default:e}}},3180:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return e.data}},5639:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){return null}},532:function(e,t,n){"use strict";var r;Object.defineProperty(t,"__esModule",{value:!0});var o=n(3719),a=s(n(3180)),l=s(n(2593)),c=s(n(5961)),i=s(n(5639));function s(e){return e&&e.__esModule?e:{default:e}}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default=(u(r={},o.ElementType.Text,a.default),u(r,o.ElementType.Tag,l.default),u(r,o.ElementType.Style,c.default),u(r,o.ElementType.Directive,i.default),u(r,o.ElementType.Comment,i.default),u(r,o.ElementType.Script,i.default),u(r,o.ElementType.CDATA,i.default),u(r,o.ElementType.Doctype,i.default),r)},653:function(e,t,n){"use strict";n(6630),n(5324),n(3719);var r,o=(r=n(4887))&&r.__esModule?r:{default:r};t.ZP=o.default},6630:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return e.filter((function(e){return!(0,r.default)(e)})).map((function(e,n){var r=void 0;return"function"!=typeof t||null!==(r=t(e,n))&&!r?(0,o.default)(e,n,t):r}))};var r=a(n(2057)),o=a(n(5324));function a(e){return e&&e.__esModule?e:{default:e}}},8024:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e};t.default=function(e,t){var n=r({},(0,o.default)(e),{key:t});return"string"==typeof n.style||n.style instanceof String?n.style=(0,a.default)(n.style):delete n.style,n};var o=l(n(4381)),a=l(n(3083));function l(e){return e&&e.__esModule?e:{default:e}}},4381:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.keys(e).filter((function(e){return(0,a.default)(e)})).reduce((function(t,n){var a=n.toLowerCase(),l=o.default[a]||a;return t[l]=function(e,t){return r.default.map((function(e){return e.toLowerCase()})).indexOf(e.toLowerCase())>=0&&(t=e),t}(l,e[n]),t}),{})};var r=l(n(5888)),o=l(n(5260)),a=l(n(2536));function l(e){return e&&e.__esModule?e:{default:e}}},3083:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,o=!1,a=void 0;try{for(var l,c=e[Symbol.iterator]();!(r=(l=c.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{!r&&c.return&&c.return()}finally{if(o)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")};t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return""===e?{}:e.split(";").reduce((function(e,t){var r=t.split(/^([^:]+):/).filter((function(e,t){return t>0})).map((function(e){return e.trim().toLowerCase()})),o=n(r,2),a=o[0],l=o[1];return void 0===l||(e[a=a.replace(/^-ms-/,"ms-").replace(/-(.)/g,(function(e,t){return t.toUpperCase()}))]=l),e}),{})}},2057:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"text"===e.type&&/\r?\n/.test(e.data)&&""===e.data.trim()}},2536:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return r.hasOwnProperty(e)||(r[e]=n.test(e)),r[e]};var n=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,r={}},2408:function(e,t,n){"use strict";var r=n(7418),o=60103,a=60106;t.Fragment=60107,t.StrictMode=60108,t.Profiler=60114;var l=60109,c=60110,i=60112;t.Suspense=60113;var s=60115,u=60116;if("function"==typeof Symbol&&Symbol.for){var p=Symbol.for;o=p("react.element"),a=p("react.portal"),t.Fragment=p("react.fragment"),t.StrictMode=p("react.strict_mode"),t.Profiler=p("react.profiler"),l=p("react.provider"),c=p("react.context"),i=p("react.forward_ref"),t.Suspense=p("react.suspense"),s=p("react.memo"),u=p("react.lazy")}var f="function"==typeof Symbol&&Symbol.iterator;function m(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var b={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},d={};function v(e,t,n){this.props=e,this.context=t,this.refs=d,this.updater=n||b}function h(){}function g(e,t,n){this.props=e,this.context=t,this.refs=d,this.updater=n||b}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(m(85));this.updater.enqueueSetState(this,e,t,"setState")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},h.prototype=v.prototype;var _=g.prototype=new h;_.constructor=g,r(_,v.prototype),_.isPureReactComponent=!0;var k={current:null},y=Object.prototype.hasOwnProperty,w={key:!0,ref:!0,__self:!0,__source:!0};function E(e,t,n){var r,a={},l=null,c=null;if(null!=t)for(r in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(l=""+t.key),t)y.call(t,r)&&!w.hasOwnProperty(r)&&(a[r]=t[r]);var i=arguments.length-2;if(1===i)a.children=n;else if(1<i){for(var s=Array(i),u=0;u<i;u++)s[u]=arguments[u+2];a.children=s}if(e&&e.defaultProps)for(r in i=e.defaultProps)void 0===a[r]&&(a[r]=i[r]);return{$$typeof:o,type:e,key:l,ref:c,props:a,_owner:k.current}}function x(e){return"object"==typeof e&&null!==e&&e.$$typeof===o}var C=/\/+/g;function R(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function N(e,t,n,r,l){var c=typeof e;"undefined"!==c&&"boolean"!==c||(e=null);var i=!1;if(null===e)i=!0;else switch(c){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case o:case a:i=!0}}if(i)return l=l(i=e),e=""===r?"."+R(i,0):r,Array.isArray(l)?(n="",null!=e&&(n=e.replace(C,"$&/")+"/"),N(l,t,n,"",(function(e){return e}))):null!=l&&(x(l)&&(l=function(e,t){return{$$typeof:o,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(l,n+(!l.key||i&&i.key===l.key?"":(""+l.key).replace(C,"$&/")+"/")+e)),t.push(l)),1;if(i=0,r=""===r?".":r+":",Array.isArray(e))for(var s=0;s<e.length;s++){var u=r+R(c=e[s],s);i+=N(c,t,n,u,l)}else if("function"==typeof(u=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=f&&e[f]||e["@@iterator"])?e:null}(e)))for(e=u.call(e),s=0;!(c=e.next()).done;)i+=N(c=c.value,t,n,u=r+R(c,s++),l);else if("object"===c)throw t=""+e,Error(m(31,"[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t));return i}function S(e,t,n){if(null==e)return e;var r=[],o=0;return N(e,r,"","",(function(e){return t.call(n,e,o++)})),r}function T(e){if(-1===e._status){var t=e._result;t=t(),e._status=0,e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}if(1===e._status)return e._result;throw e._result}var A={current:null};function B(){var e=A.current;if(null===e)throw Error(m(321));return e}var O={ReactCurrentDispatcher:A,ReactCurrentBatchConfig:{transition:0},ReactCurrentOwner:k,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:S,forEach:function(e,t,n){S(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return S(e,(function(){t++})),t},toArray:function(e){return S(e,(function(e){return e}))||[]},only:function(e){if(!x(e))throw Error(m(143));return e}},t.Component=v,t.PureComponent=g,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=O,t.cloneElement=function(e,t,n){if(null==e)throw Error(m(267,e));var a=r({},e.props),l=e.key,c=e.ref,i=e._owner;if(null!=t){if(void 0!==t.ref&&(c=t.ref,i=k.current),void 0!==t.key&&(l=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(u in t)y.call(t,u)&&!w.hasOwnProperty(u)&&(a[u]=void 0===t[u]&&void 0!==s?s[u]:t[u])}var u=arguments.length-2;if(1===u)a.children=n;else if(1<u){s=Array(u);for(var p=0;p<u;p++)s[p]=arguments[p+2];a.children=s}return{$$typeof:o,type:e.type,key:l,ref:c,props:a,_owner:i}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:c,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=E,t.createFactory=function(e){var t=E.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:i,render:e}},t.isValidElement=x,t.lazy=function(e){return{$$typeof:u,_payload:{_status:-1,_result:e},_init:T}},t.memo=function(e,t){return{$$typeof:s,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return B().useCallback(e,t)},t.useContext=function(e,t){return B().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return B().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return B().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return B().useLayoutEffect(e,t)},t.useMemo=function(e,t){return B().useMemo(e,t)},t.useReducer=function(e,t,n){return B().useReducer(e,t,n)},t.useRef=function(e){return B().useRef(e)},t.useState=function(e){return B().useState(e)},t.version="17.0.1"},7294:function(e,t,n){"use strict";e.exports=n(2408)},6994:function(){}},t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){"use strict";var e={};function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.r(e),n.d(e,{name:function(){return Ef},settings:function(){return xf}});var r=wp.components.ToggleControl,o=wp.element.useState,a=function(e){var n,a,l=e.initialFixedTable,c=e.label,i=e.helpYes,s=e.helpNo,u=e.schema,p=e.setAttributes,f=(n=o(l),a=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var l,c=e[Symbol.iterator]();!(r=(l=c.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(n,a)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(n,a)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),m=f[0],b=f[1];return React.createElement(r,{label:c,help:m?i:s,checked:m,onChange:function(){var e,t,n;b(!m),p((n=!m,(t=u)in(e={})?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e))}})},l=n(4184),c=n.n(l);function i(){return(i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){p(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var f=wp.i18n.__,m=wp.element.Fragment,b=wp.hooks.addFilter,d=wp.components,v=d.PanelBody,h=d.BaseControl,g=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls,_=wp.compose.createHigherOrderComponent,k=function(e,t){return-1!==e.indexOf(t)},y=function(e){var t=void 0!==["core","vk-blocks"].find((function(t){return k(e,t)}));return void 0!==["core/calendar","core/latest-comments","core/archives","core/tag-cloud","core/shortcode","core/rss","core/rss","vk-blocks/card-item","vk-blocks/icon-card-item"].find((function(t){return k(e,t)}))&&(t=!1),t};5.3<=parseFloat(wpVersion)&&(b("blocks.registerBlockType","vk-blocks/hidden-extension",(function(e){return y(e.name)&&(e.attributes=u(u({},e.attributes),{vkb_hidden:{type:"boolean",default:!1},vkb_hidden_xxl:{type:"boolean",default:!1},vkb_hidden_xl_v2:{type:"boolean",default:!1},vkb_hidden_xl:{type:"boolean",default:!1},vkb_hidden_lg:{type:"boolean",default:!1},vkb_hidden_md:{type:"boolean",default:!1},vkb_hidden_sm:{type:"boolean",default:!1},vkb_hidden_xs:{type:"boolean",default:!1}})),e})),wp.hooks.addFilter("editor.BlockEdit","vk-blocks/hidden-extension",_((function(e){return function(t){return y(t.name)?(t.attributes.vkb_hidden_xl&&!t.attributes.vkb_hidden_xxl&&(t.attributes.vkb_hidden_xxl=!0,t.attributes.vkb_hidden_xl_v2=!0,t.attributes.vkb_hidden_xl=!1),React.createElement(m,null,React.createElement(e,t),React.createElement(g,null,React.createElement(v,{title:f("Hidden Settings","vk-blocks"),initialOpen:!1},React.createElement(h,{label:f("Hidden at screel size","vk-blocks")},React.createElement("p",null,f("Note : This function is display hidden only. Actually Block is output to HTML.Pleade don't use you must not bisible item.Don't use it for blocks you really don't want to display.","vk-blocks")),React.createElement(a,i({label:f("Hidden ( Screen size : all )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden,schema:"vkb_hidden"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : xs )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xs,schema:"vkb_hidden_xs"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : sm )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_sm,schema:"vkb_hidden_sm"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : md )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_md,schema:"vkb_hidden_md"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : lg )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_lg,schema:"vkb_hidden_lg"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : xl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xl_v2,schema:"vkb_hidden_xl_v2"},t)),React.createElement(a,i({label:f("Hidden ( Screen size : xxl )","vk-blocks"),initialFixedTable:t.attributes.vkb_hidden_xxl,schema:"vkb_hidden_xxl"},t)),React.createElement("p",null,f("If you want to hide multiple blocks, that first you set to group block and the next, hide for the that group block.","vk-blocks"))))))):React.createElement(e,t)}}),"addHiddenSection")),wp.hooks.addFilter("blocks.getSaveElement","vk-blocks/hidden-extension",(function(e,t,n){var r=n.vkb_hidden,o=n.vkb_hidden_xxl,a=n.vkb_hidden_xl_v2,l=n.vkb_hidden_xl,i=n.vkb_hidden_lg,s=n.vkb_hidden_md,p=n.vkb_hidden_sm,f=n.vkb_hidden_xs;if(r||o||a||l||i||s||p||f){var m=r&&"vk_hidden",b=o&&"vk_hidden-xxl",d=a&&"vk_hidden-xl-v2",v=l&&"vk_hidden-xl",h=i&&"vk_hidden-lg",g=s&&"vk_hidden-md",_=p&&"vk_hidden-sm",k=f&&"vk_hidden-xs";e&&(e=u(u({},e),{props:u(u({},e.props),{className:c()(e.props.className,m,b,d,v,h,g,_,k)})}))}return e})),wp.hooks.addFilter("editor.BlockListBlock","vk-blocks/hidden-extension",_((function(e){return function(t){var n=t.attributes.vkb_hidden_xxl||t.attributes.vkb_hidden_xl_v2||t.attributes.vkb_hidden_xl||t.attributes.vkb_hidden_lg||t.attributes.vkb_hidden_md||t.attributes.vkb_hidden_sm||t.attributes.vkb_hidden_xs||t.attributes.vkb_hidden?"vk_edit_hidden_warning":"",r=t.attributes.vkb_hidden?n+" vk_edit_hidden_all":n,o=c()(r,t.className);return React.createElement(e,i({},t,{className:o}))}}),"addHiddenWarning")));var w=lodash.assign,E=wp.i18n.__;(0,wp.hooks.addFilter)("blocks.registerBlockType","vk-blocks/heading-style",(function(e){var t;return t=e.name,["core/heading"].includes(t)&&(e.attributes=w(e.attributes,{color:{type:"string"}})),e})),wp.blocks.registerBlockStyle("core/heading",[{name:"vk-heading-default",label:E("Default","vk-blocks"),isDefault:!0},{name:"vk-heading-plain",label:E("Plain","vk-blocks")},{name:"vk-heading-background_fill_lightgray",label:E("Background fill lightgray","vk-blocks")},{name:"vk-heading-double_black",label:E("Double border top and bottom black","vk-blocks")},{name:"vk-heading-double_bottomborder_black",label:E("Double border bottom black","vk-blocks")},{name:"vk-heading-solid_black",label:E("Solid border top and bottom black","vk-blocks")},{name:"vk-heading-solid_bottomborder_black",label:E("Solid border bottom black","vk-blocks")},{name:"vk-heading-dotted_bottomborder_black",label:E("Dotted border bottom black","vk-blocks")},{name:"vk-heading-both_ends",label:E("Both ends","vk-blocks")},{name:"vk-heading-brackets_black",label:E("Brackets black","vk-blocks")}]);var x=function(e){switch(e){case"#f78da7":return"vk-has-pale-pink-color";case"#cf2e2e":return"vk-has-vivid-red-color";case"#ff6900":return"vk-has-luminous-vivid-orange-color";case"#fcb900":return"vk-has-luminous-vivid-amber-color";case"#7bdcb5":return"vk-has-light-green-cyan-color";case"#00d084":return"vk-has-vivid-green-cyan-color";case"#8ed1fc":return"vk-has-pale-cyan-blue-color";case"#0693e3":return"vk-has-vivid-cyan-blue-color";case"#9b51e0":return"vk-has-vivid-purple-color";case"#eee":return"vk-has-very-light-gray-color";case"#abb8c3":return"vk-has-cyan-bluish-gray-color";case"#313131":return"vk-has-very-dark-gray-color"}},C=wp.data,R=C.select,N=C.dispatch,S=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,T=(R("core/block-editor")?R("core/block-editor"):R("core/editor"),N("core/block-editor")?N("core/block-editor"):N("core/editor"),function(e){return function(e){try{JSON.parse(e)}catch(e){return!1}return!0}(e)||(e=e.replace(/u0022/g,'"')),e}),A=lodash.assign,B=wp.i18n.__,O=wp.element.Fragment,I=wp.hooks.addFilter,P=wp.components.PanelBody,j=S.InspectorControls,L=S.ColorPalette,z=wp.compose.createHigherOrderComponent,M=function(e){return["core/group"].includes(e)};I("blocks.registerBlockType","vk-blocks/group-style",(function(e){return M(e.name)&&(e.attributes=A(e.attributes,{color:{type:"string"}})),e})),I("editor.BlockEdit","vk-blocks/group-style",z((function(e){var t="";return function(n){return M(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(O,null,React.createElement(e,n),React.createElement(j,null,React.createElement(P,{title:B("Border Color","vk-blocks"),initialOpen:!1,className:"group-border-color-controle"},React.createElement(L,{value:t,disableCustomColors:!0,onChange:function(e){var r=x(e);if(n.attributes.className){var o=n.attributes.className,a=(o=o.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(r),r=a.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/group",[{name:"vk-group-solid",label:B("Solid","vk-blocks")},{name:"vk-group-solid-roundcorner",label:B("Solid Roundcorner","vk-blocks")},{name:"vk-group-dotted",label:B("Dotted","vk-blocks")},{name:"vk-group-dashed",label:B("Dashed","vk-blocks")},{name:"vk-group-double",label:B("Double","vk-blocks")},{name:"vk-group-stitch",label:B("Stitch","vk-blocks")},{name:"vk-group-top-bottom-border",label:B("Border Top Bottom","vk-blocks")},{name:"vk-group-shadow",label:B("Shadow","vk-blocks")},{name:"vk-group-alert-info",label:B("Info","vk-blocks")},{name:"vk-group-alert-success",label:B("Success","vk-blocks")},{name:"vk-group-alert-warning",label:B("Warning","vk-blocks")},{name:"vk-group-alert-danger",label:B("Danger","vk-blocks")}]);var q=lodash.assign,D=wp.i18n.__,H=wp.element.Fragment,U=wp.hooks.addFilter,F=wp.components.PanelBody,V=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Z=V.InspectorControls,G=V.ColorPalette,W=wp.compose.createHigherOrderComponent,J=function(e){return["core/list"].includes(e)};function $(e,t){var n=e.match(/^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i),r=null;return n&&(r=n.slice(1,4).map((function(e){return parseInt(e,16)}))),(n=e.match(/^#([0-9a-f])([0-9a-f])([0-9a-f])$/i))&&(r=n.slice(1,4).map((function(e){return 17*parseInt(e,16)}))),r?"rgba(".concat(r[0],", ").concat(r[1],", ").concat(r[2],", ").concat(t,")"):null}U("blocks.registerBlockType","vk-blocks/list-style",(function(e){return J(e.name)&&(e.attributes=q(e.attributes,{color:{type:"string"}})),e})),U("editor.BlockEdit","vk-blocks/list-style",W((function(e){var t="";return function(n){return J(n.name)&&n.isSelected?(t=n.attributes.color?n.attributes.color:"#fffd6b",React.createElement(H,null,React.createElement(e,n),React.createElement(Z,null,React.createElement(F,{title:D("List Icon Color","vk-blocks"),initialOpen:!1,className:"list-color-controle"},React.createElement(G,{value:t,disableCustomColors:!0,onChange:function(e){var r=x(e);if(n.attributes.className){var o=n.attributes.className,a=(o=o.split(" ")).filter((function(e){return-1===e.indexOf("vk-has-")}));a.push(r),r=a.join(" ")}t=e,n.setAttributes({className:r,color:e})}}))))):React.createElement(e,n)}}),"addMyCustomBlockControls")),wp.blocks.registerBlockStyle("core/list",[{name:"vk-default",label:D("Default","vk-blocks"),isDefault:!0},{name:"vk-arrow-mark",label:D("Arrow","vk-blocks")},{name:"vk-triangle-mark",label:D("Triangle","vk-blocks")},{name:"vk-check-mark",label:D("Check","vk-blocks")},{name:"vk-check-square-mark",label:D("Check Square","vk-blocks")},{name:"vk-check-circle-mark",label:D("Check Circle","vk-blocks")},{name:"vk-handpoint-mark",label:D("Handpoint","vk-blocks")},{name:"vk-pencil-mark",label:D("Pencil","vk-blocks")},{name:"vk-smile-mark",label:D("Smile","vk-blocks")},{name:"vk-frown-mark",label:D("Frown","vk-blocks")},{name:"vk-numbered-circle-mark",label:D("Numbered Circle","vk-blocks")},{name:"vk-numbered-square-mark",label:D("Numbered Square","vk-blocks")}]);var Y=n(4669),X=n.n(Y),K=wp.i18n.__,Q=window.wp.richText,ee=Q.registerFormatType,te=Q.toggleFormat,ne=Q.applyFormat,re=Q.removeFormat,oe=Q.getActiveFormat,ae=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,le=ae.RichTextToolbarButton,ce=ae.RichTextShortcut,ie=ae.InspectorControls,se=ae.PanelColorSettings,ue=(ae.getColorObjectByColorValue,wp.element.Fragment),pe="vk-blocks/highlighter";function fe(e){return(fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function me(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function be(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function de(e,t){return(de=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ve(e,t){return!t||"object"!==fe(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function he(e){return(he=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}ee(pe,{title:K("Highlighter","vk-blocks"),tagName:"span",className:"vk_highlighter",attributes:{data:"data-color",style:"style"},edit:function(e){var t,n=e.value,r=e.isActive,o=e.onChange,a="primary";if(r){var l=oe(n,pe);t=l.attributes.data}var c=function(e){e=function(e){return void 0===e&&(e="#fffd6b"),e}(e),o(te(n,{type:pe,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat($(e,.7)," 0);")}}))};return React.createElement(ue,null,React.createElement(ie,null,React.createElement(se,{title:K("Highlighter","vk-blocks"),initialOpen:!1,colorSettings:[{value:t,onChange:function(e){o(e?ne(n,{type:pe,attributes:{data:e,style:"background: linear-gradient(transparent 60%,".concat($(e,.7)," 0);")}}):re(n,pe))},label:K("Highlight Color","vk-blocks")}]})),React.createElement(ce,{type:a,character:"h",onUse:function(){return c(t)}}),React.createElement(le,{icon:X(),title:K("Highlighter","vk-blocks"),onClick:function(){return c(t)},isActive:r,shortcutType:a,shortcutCharacter:"h"}))}});var ge=wp.i18n.__,_e=S.RichText,ke=S.MediaUpload,ye=wp.components.Button,we=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&de(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=he(r);if(o){var n=he(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ve(this,e)});function l(){return me(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.attributes,t=e.vk_staff_text_name,n=e.vk_staff_text_caption,r=e.vk_staff_text_role,o=e.vk_staff_text_profileTitle,a=e.vk_staff_text_profileText,l=e.vk_staff_photo_image,c=e.vk_staff_photo_image_alt,i=e.vk_staff_layout,s=e.vk_staff_nameColor,u=e.vk_staff_captionColor,p=e.vk_staff_positionColor,f=e.vk_staff_profileTitleColor,m=e.vk_staff_profileTextColor,b=e.vk_staff_photoBorder,d=this.props.setAttributes,v=this.props.className,h=this.props.for_,g="";return"edit"===h?g=React.createElement("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},React.createElement("div",{className:"vk_staff_text"},React.createElement(_e,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},onChange:function(e){return d({vk_staff_text_name:e})},value:t,placeholder:ge("Your Name","vk-blocks")}),React.createElement(_e,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},onChange:function(e){return d({vk_staff_text_caption:e})},value:n,placeholder:ge("Caption","vk-blocks")}),React.createElement(_e,{tagName:"p",className:"vk_staff_text_role",style:{color:p},onChange:function(e){return d({vk_staff_text_role:e})},value:r,placeholder:ge("Role position","vk-blocks")}),React.createElement(_e,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:f},onChange:function(e){return d({vk_staff_text_profileTitle:e})},value:o,placeholder:ge("Profile title","vk-blocks")}),React.createElement(_e,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},onChange:function(e){return d({vk_staff_text_profileText:e})},value:a,placeholder:ge("Profile text","vk-blocks")})),React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(b)},React.createElement(ke,{onSelect:function(e){return d({vk_staff_photo_image:e.sizes.full.url})},type:"image",className:"vk_staff_photo_image",value:l,render:function(e){var t=e.open;return React.createElement(ye,{onClick:t,className:l?"image-button":"button button-large"},l?React.createElement("img",{className:"vk_staff_photo_image",src:l,alt:ge(c,"vk-blocks")}):ge("Select image","vk-blocks"))}}))):"save"===h&&(g=React.createElement("div",{className:"".concat(v," vk_staff vk_staff-layout-").concat(i)},React.createElement("div",{className:"vk_staff_text"},React.createElement(_e.Content,{tagName:"h3",className:"vk_staff_text_name",style:{color:s},value:t}),React.createElement(_e.Content,{tagName:"p",className:"vk_staff_text_caption",style:{color:u},value:n}),React.createElement(_e.Content,{tagName:"p",className:"vk_staff_text_role",style:{color:p},value:r}),React.createElement(_e.Content,{tagName:"h4",className:"vk_staff_text_profileTitle",style:{color:f},value:o}),React.createElement(_e.Content,{tagName:"p",className:"vk_staff_text_profileText",style:{color:m},value:a})),l?React.createElement("div",{className:"vk_staff_photo vk_staff_photo-border-".concat(b)},React.createElement("img",{className:"vk_staff_photo_image",src:l,alt:c?ge(c,"vk-blocks"):""})):"")),g}}])&&be(t.prototype,n),l}(),Ee=wp.i18n.__,xe=Ee("Lorem ipsum dolor","vk-blocks"),Ce=Ee("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ","vk-blocks"),Re=Ee("Lorem ipsum","vk-blocks"),Ne='<i class="fas fa-user"></i>',Se="https://demo.dev3.biz/lightning-pro/wp-content/uploads/2018/02/agent-18762_1920-200x300.jpg",Te="#8ed1fc",Ae="https://example.com",Be=('{"alt":"Example Image","sizes":{"full":{"url":"'.concat(Se,'"}}}'),Ee("Theoretical Physicist","vk-blocks")),Oe=Ee("Profile","vk-blocks"),Ie=Ee("Albert Einstein","vk-blocks"),Pe=Ee("14 March 1879 – 18 April 1955","vk-blocks"),je=(wp.i18n.__,{attributes:{vk_staff_text_name:Ie,vk_staff_text_caption:Pe,vk_staff_text_role:Be,vk_staff_text_profileTitle:Oe,vk_staff_text_profileText:Ce,vk_staff_photo_image:Se,vk_staff_layout:"default",vk_staff_nameColor:"inherit",vk_staff_captionColor:"inherit",vk_staff_positionColor:"inherit",vk_staff_profileTitleColor:"inherit",vk_staff_profileTextColor:"inherit",vk_staff_photoBorder:"default"}}),Le=n(9464),ze=n.n(Le),Me=wp.i18n.__,qe=wp.blocks.registerBlockType,De=wp.components,He=De.TextControl,Ue=De.PanelBody,Fe=De.BaseControl,Ve=De.SelectControl,Ze=wp.element.Fragment,Ge=S.InspectorControls,We=S.ColorPalette;qe("vk-blocks/staff",{title:Me("Staff","vk-blocks"),icon:React.createElement(ze(),null),category:"vk-blocks-cat",attributes:{vk_staff_text_name:{type:"string",source:"html",selector:"h3"},vk_staff_text_caption:{type:"string",source:"html",selector:"p.vk_staff_text_caption"},vk_staff_text_role:{type:"string",source:"html",selector:"p.vk_staff_text_role"},vk_staff_text_profileTitle:{type:"string",source:"html",selector:"h4"},vk_staff_text_profileText:{type:"string",source:"html",selector:"p.vk_staff_text_profileText"},vk_staff_photo_image:{type:"string",default:""},vk_staff_photo_image_alt:{type:"string",default:"Profile Picture"},vk_staff_layout:{type:"string",default:"default"},vk_staff_nameColor:{type:"string",default:"inherit"},vk_staff_captionColor:{type:"string",default:"inherit"},vk_staff_positionColor:{type:"string",default:"inherit"},vk_staff_profileTitleColor:{type:"string",default:"inherit"},vk_staff_profileTextColor:{type:"string",default:"inherit"},vk_staff_photoBorder:{type:"string",default:"default"}},example:je,edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=t.vk_staff_photo_image_alt,a=t.vk_staff_layout,l=t.vk_staff_nameColor,c=t.vk_staff_captionColor,i=t.vk_staff_positionColor,s=t.vk_staff_profileTitleColor,u=t.vk_staff_profileTextColor,p=t.vk_staff_photoBorder;return React.createElement(Ze,null,React.createElement(Ge,null,React.createElement(Ue,{title:Me("Layout","vk-blocks")},React.createElement(Ve,{value:a,onChange:function(e){return n({vk_staff_layout:e})},options:[{value:"default",label:Me("Default","vk-blocks")},{value:"imageLeft",label:Me("Image left","vk-blocks")}]})),React.createElement(Ue,{title:Me("Image border","vk-blocks")},React.createElement(Ve,{value:p,onChange:function(e){return n({vk_staff_photoBorder:e})},options:[{value:"default",label:Me("Default","vk-blocks")},{value:"none",label:Me("None","vk-blocks")}]})),React.createElement(Ue,{title:Me("Alt text","vk-blocks")},React.createElement(Fe,{help:Me("Set the alt text for profile image","vk-blocks")},React.createElement(He,{value:o,onChange:function(e){return n({vk_staff_photo_image_alt:e})}}))),React.createElement(Ue,{title:Me("Color","vk-blocks")},React.createElement(Fe,{label:Me("Staff name","vk-blocks")},React.createElement(We,{value:l,onChange:function(e){return n({vk_staff_nameColor:e})}})),React.createElement(Fe,{label:Me("Name caption","vk-blocks")},React.createElement(We,{value:c,onChange:function(e){return n({vk_staff_captionColor:e})}})),React.createElement(Fe,{label:Me("Role position","vk-blocks")},React.createElement(We,{value:i,onChange:function(e){return n({vk_staff_positionColor:e})}})),React.createElement(Fe,{label:Me("Profile title","vk-blocks")},React.createElement(We,{value:s,onChange:function(e){return n({vk_staff_profileTitleColor:e})}})),React.createElement(Fe,{label:Me("Profile text","vk-blocks")},React.createElement(We,{value:u,onChange:function(e){return n({vk_staff_profileTextColor:e})}})))),React.createElement(we,{attributes:t,setAttributes:n,className:r,for_:"edit"}))},save:function(e){var t=e.attributes;return React.createElement(we,{attributes:t,setAttributes:"",className:"",for_:"save"})}});var Je=n(7294);function $e(e){return($e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ye(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Xe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ke(e,t){return(Ke=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Qe(e,t){return!t||"object"!==$e(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function et(e){return(et=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var tt=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ke(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=et(r);if(o){var n=et(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Qe(this,e)});function l(){return Ye(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.spaceType,r=e.unit,o=e.pc,a=e.tablet,l=e.mobile,i=this.props.className;return"height"===n?Je.createElement("div",{id:t,className:c()("vk_spacer",i)},Je.createElement("div",{className:"vk_spacer-display-pc",style:{height:o+r}}),Je.createElement("div",{className:"vk_spacer-display-tablet",style:{height:a+r}}),Je.createElement("div",{className:"vk_spacer-display-mobile",style:{height:l+r}})):"margin-top"===n?Je.createElement("div",{id:t,className:c()("vk_spacer",i)},Je.createElement("div",{className:"vk_spacer-display-pc",style:{marginTop:o+r}}),Je.createElement("div",{className:"vk_spacer-display-tablet",style:{marginTop:a+r}}),Je.createElement("div",{className:"vk_spacer-display-mobile",style:{marginTop:l+r}})):void 0}}])&&Xe(t.prototype,n),l}(Je.Component);function nt(e){return(nt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function rt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ot(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function at(e,t,n){return t&&ot(e.prototype,t),n&&ot(e,n),e}function lt(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ct(e,t)}function ct(e,t){return(ct=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function it(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=ut(e);if(t){var o=ut(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return st(this,n)}}function st(e,t){return!t||"object"!==nt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ut(e){return(ut=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var pt=function(e){lt(n,e);var t=it(n);function n(){return rt(this,n),t.apply(this,arguments)}return at(n,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,r=e.tablet,o=e.mobile;return Je.createElement("div",{className:"vk_spacer"},Je.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Je.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Je.createElement("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),n}(Je.Component),ft=function(e){lt(n,e);var t=it(n);function n(){return rt(this,n),t.apply(this,arguments)}return at(n,[{key:"render",value:function(){var e=this.props.attributes,t=e.unit,n=e.pc,r=e.tablet,o=e.mobile,a=this.props.className;return Je.createElement("div",{className:"".concat(a," vk_spacer")},Je.createElement("div",{className:"vk_spacer-display-pc",style:{height:n+t}}),Je.createElement("div",{className:"vk_spacer-display-tablet",style:{height:r+t}}),Je.createElement("div",{className:"vk_spacer-display-mobile",style:{height:o+t}}))}}]),n}(Je.Component),mt=function(e){lt(n,e);var t=it(n);function n(){return rt(this,n),t.apply(this,arguments)}return at(n,[{key:"render",value:function(){var e=this.props.attributes,t=e.anchor,n=e.unit,r=e.pc,o=e.tablet,a=e.mobile,l=this.props.className;return Je.createElement("div",{id:t,className:c()("vk_spacer",l)},Je.createElement("div",{className:"vk_spacer-display-pc",style:{height:r+n}}),Je.createElement("div",{className:"vk_spacer-display-tablet",style:{height:o+n}}),Je.createElement("div",{className:"vk_spacer-display-mobile",style:{height:a+n}}))}}]),n}(Je.Component),bt={unit:{type:"string",default:"px"},pc:{type:"number",default:50},tablet:{type:"number",default:10},mobile:{type:"number",default:10}},dt=[{attributes:bt,save:function(e){var t=e.attributes;return Je.createElement(ft,{attributes:t})}},{attributes:bt,save:function(e){var t=e.attributes;return Je.createElement(pt,{attributes:t})}},{attributes:{anchor:{type:"string",default:null},unit:{type:"string",default:"px"},pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20}},save:function(e){var t=e.attributes;return Je.createElement(mt,{attributes:t})}}],vt=wp.i18n.__,ht=wp.components.SelectControl,gt=function(e){var t=e.attributes,n=e.setAttributes,r=t.spaceType;return React.createElement(ht,{label:vt("Space Type","vk-blocks"),value:r,onChange:function(e){return n({spaceType:e})},options:[{value:"height",label:vt("height","vk-blocks")},{value:"margin-top",label:vt("margin-top","vk-blocks")}]})},_t=wp.i18n.__,kt=wp.element.Fragment,yt=wp.components.TextControl,wt=function(e){var t=e.attributes,n=e.setAttributes,r=e.initial,o=t.pc,a=t.tablet,l=t.mobile,c=r.iPc,i=r.iTablet,s=r.iMobile;return o||(o=c),a||(a=i),l||(l=s),React.createElement(kt,null,React.createElement(yt,{label:_t("PC","vk-blocks"),value:o,onChange:function(e){return n({pc:parseFloat(e)})},type:"number"}),React.createElement(yt,{label:_t("Tablet","vk-blocks"),value:a,onChange:function(e){return n({tablet:parseFloat(e)})},type:"number"}),React.createElement(yt,{label:_t("Mobile","vk-blocks"),value:l,onChange:function(e){return n({mobile:parseFloat(e)})},type:"number"}))},Et=wp.i18n.__,xt=wp.components.SelectControl,Ct=function(e){var t=e.attributes,n=e.setAttributes,r=t.unit;return React.createElement(xt,{label:Et("Unit Type","vk-blocks"),value:r,onChange:function(e){return n({unit:e})},options:[{value:"px",label:Et("px","vk-blocks")},{value:"em",label:Et("em","vk-blocks")},{value:"rem",label:Et("rem","vk-blocks")},{value:"vw",label:Et("vw","vk-blocks")}]})},Rt=n(2880),Nt=n.n(Rt);function St(){return(St=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Tt=wp.i18n.__,At=wp.blocks.registerBlockType,Bt=wp.components,Ot=Bt.PanelBody,It=Bt.BaseControl,Pt=wp.element.Fragment,jt=(wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor).InspectorControls;At("vk-blocks/spacer",{title:Tt("Responsive Spacer","vk-blocks"),icon:Je.createElement(Nt(),null),category:"vk-blocks-cat-layout",attributes:{anchor:{type:"string",default:null},spaceType:{type:"string",default:"height"},unit:{type:"string",default:"px"},pc:{type:"number",default:40},tablet:{type:"number",default:30},mobile:{type:"number",default:20}},supports:{className:!1,anchor:!0},example:{anchor:null,spaceType:"height",unit:"px",pc:40,tablet:30,mobile:20},edit:function(e){var t=e.attributes,n=e.className;return Je.createElement(Pt,null,Je.createElement(jt,null,Je.createElement(Ot,null,Je.createElement(gt,e),Je.createElement(Ct,e),Je.createElement(It,{label:Tt("Height for each device.","vk-blocks")},Je.createElement(wt,St({},e,{initial:{iPc:40,iTablet:30,iMobile:20}}))))),Je.createElement(tt,{attributes:t,className:n}))},save:function(e){var t=e.attributes;return Je.createElement(tt,{attributes:t})},deprecated:dt});var Lt={attributes:{anchor:"",level:2,align:"center",titleStyle:"default",outerMarginBottom:0,title:xe,titleColor:Te,titleSize:2,titleMarginBottom:1,subText:xe,subTextFlag:{type:"string",default:"on"},subTextColor:Te,subTextSize:1.2,fontAwesomeIconBefore:Ne,fontAwesomeIconAfter:"",fontAwesomeIconColor:Te}},zt=n(653),Mt=S.RichText,qt=wp.i18n.__,Dt=function(e,t,n,r){switch(e){case 1:return React.createElement("h1",{style:n,className:r},t);case 2:return React.createElement("h2",{style:n,className:r},t);case 3:return React.createElement("h3",{style:n,className:r},t);case 4:return React.createElement("h4",{style:n,className:r},t);case 5:return React.createElement("h5",{style:n,className:r},t);case 6:return React.createElement("h6",{style:n,className:r},t)}},Ht=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,p=r.subText,f=r.subTextFlag,m=r.subTextColor,b=r.subTextSize,d=r.titleStyle,v=r.titleMarginBottom,h=r.outerMarginBottom,g=r.fontAwesomeIconBefore,_=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);h&&(t={marginBottom:h+"rem"}),n=null!=v?{color:s,fontSize:u+"rem",marginBottom:v+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var w="vk_heading_title vk_heading_title-style-".concat(d),E={color:m,fontSize:b+"rem",textAlign:c},x="vk_heading_subtext vk_heading_subtext-style-".concat(d),C="",R="";if(g){k=k||"#000000";var N=g.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),C=N.join("")}if(_){k=k||"#000000";var S=_.split("<i");S[0]=S[0]+'<i style="color:'.concat(k,';" '),R=S.join("")}if("edit"===a){var T,A=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(Mt,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:qt("Input title…","vk-blocks")}),(0,zt.ZP)(R));return"on"===f&&(T=React.createElement(Mt,{tagName:"p",value:p,onChange:function(e){return o({subText:e})},style:E,className:x,placeholder:qt("Input sub text…","vk-blocks")})),React.createElement("div",{className:y,style:t},Dt(l,A,n,w),T)}if("save"===a){var B,O=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(Mt.Content,{tagName:"span",value:i}),(0,zt.ZP)(R));return"on"===f&&(B=React.createElement(Mt.Content,{tagName:"p",value:p,style:E,className:x})),React.createElement("div",{className:y,style:t},Dt(l,O,n,w),B)}},Ut={anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},Ft={anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:""},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}};function Vt(e){return(Vt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Zt(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gt(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Wt(e,t,n){return t&&Gt(e.prototype,t),n&&Gt(e,n),e}function Jt(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&$t(e,t)}function $t(e,t){return($t=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Yt(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Kt(e);if(t){var o=Kt(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Xt(this,n)}}function Xt(e,t){return!t||"object"!==Vt(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Kt(e){return(Kt=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Qt=S.RichText,en=wp.i18n.__,tn=wp.element.Component,nn=function(e){Jt(n,e);var t=Yt(n);function n(){return Zt(this,n),t.apply(this,arguments)}return Wt(n,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,v=this.props.for_,h="vk_heading vk_heading-style-".concat(f),g="h"+r;return null!=b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):"save"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt.Content,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):void 0}}]),n}(tn),rn=function(e){Jt(n,e);var t=Yt(n);function n(){return Zt(this,n),t.apply(this,arguments)}return Wt(n,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,v=this.props.for_,h="vk_heading vk_heading-style-".concat(f),g="h"+r;return null!=b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):"save"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt.Content,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):void 0}}]),n}(tn),on=function(e){Jt(n,React.Component);var t=Yt(n);function n(){return Zt(this,n),t.apply(this,arguments)}return Wt(n,[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,c=n.titleSize,i=n.subText,s=n.subTextFlag,u=n.subTextColor,p=n.subTextSize,f=n.titleStyle,m=n.titleMarginBottom,b=n.outerMarginBottom,d=this.props.setAttributes,v=this.props.for_,h="vk_heading vk_heading-style-".concat(f),g="h"+r;return null!==b&&(e={marginBottom:b+"rem"}),t=null!=m?{color:l,fontSize:c+"rem",marginBottom:m+"rem",textAlign:o}:{color:l,fontSize:c+"rem",textAlign:o},"edit"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):"save"===v?React.createElement("div",{className:h,style:e},React.createElement(Qt.Content,{tagName:g,value:a,onChange:function(e){return d({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(f),placeholder:en("Input title…","vk-blocks")}),function(){if("on"===s)return React.createElement(Qt.Content,{tagName:"p",value:i,onChange:function(e){return d({subText:e})},style:{color:u,fontSize:p+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(f),placeholder:en("Input sub text…","vk-blocks")})}()):void 0}}]),n}(),an=S.RichText,ln=wp.i18n.__,cn=function(e,t,n,r){switch(e){case 1:return React.createElement("h1",{style:n,className:r},t);case 2:return React.createElement("h2",{style:n,className:r},t);case 3:return React.createElement("h3",{style:n,className:r},t);case 4:return React.createElement("h4",{style:n,className:r},t);case 5:return React.createElement("h5",{style:n,className:r},t);case 6:return React.createElement("h6",{style:n,className:r},t)}},sn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,p=r.subText,f=r.subTextFlag,m=r.subTextColor,b=r.subTextSize,d=r.titleStyle,v=r.titleMarginBottom,h=r.outerMarginBottom,g=r.fontAwesomeIconBefore,_=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);h&&(t={marginBottom:h+"rem"}),n=v?{color:s,fontSize:u+"rem",marginBottom:v+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var w="vk_heading_title vk_heading_title-style-".concat(d),E={color:m,fontSize:b+"rem",textAlign:c},x="vk_heading_subtext vk_heading_subtext-style-".concat(d),C="",R="";if(g){k=k||"#000000";var N=g.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),C=N.join("")}if(_){k=k||"#000000";var S=_.split("<i");S[0]=S[0]+'<i style="color:'.concat(k,';" '),R=S.join("")}if("edit"===a){var T,A=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(an,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:ln("Input title…","vk-blocks")}),(0,zt.ZP)(R));return"on"===f&&(T=React.createElement(an,{tagName:"p",value:p,onChange:function(e){return o({subText:e})},style:E,className:x,placeholder:ln("Input sub text…","vk-blocks")})),React.createElement("div",{className:y,style:t},cn(l,A,n,w),T)}if("save"===a){var B,O=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(an.Content,{tagName:"span",value:i}),(0,zt.ZP)(R));return"on"===f&&(B=React.createElement(an.Content,{tagName:"p",value:p,style:E,className:x})),React.createElement("div",{className:y,style:t},cn(l,O,n,w),B)}},un=S.RichText,pn=wp.i18n.__,fn=function(e,t,n,r){switch(e){case 1:return React.createElement("h1",{style:n,className:r},t);case 2:return React.createElement("h2",{style:n,className:r},t);case 3:return React.createElement("h3",{style:n,className:r},t);case 4:return React.createElement("h4",{style:n,className:r},t);case 5:return React.createElement("h5",{style:n,className:r},t);case 6:return React.createElement("h6",{style:n,className:r},t)}},mn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,p=r.subText,f=r.subTextFlag,m=r.subTextColor,b=r.subTextSize,d=r.titleStyle,v=r.titleMarginBottom,h=r.outerMarginBottom,g=r.fontAwesomeIconBefore,_=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);h&&(t={marginBottom:h+"rem"}),n=null!=v?{color:s,fontSize:u+"rem",marginBottom:v+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var w="vk_heading_title vk_heading_title-style-".concat(d),E={color:m,fontSize:b+"rem",textAlign:c},x="vk_heading_subtext vk_heading_subtext-style-".concat(d),C="",R="";if(g){k=k||"#000000";var N=g.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),C=N.join("")}if(_){k=k||"#000000";var S=_.split("<i");S[0]=S[0]+'<i style="color:'.concat(k,';" '),R=S.join("")}if("edit"===a){var T,A=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(un,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:pn("Input title…","vk-blocks")}),(0,zt.ZP)(R));return"on"===f&&(T=React.createElement(un,{tagName:"p",value:p,onChange:function(e){return o({subText:e})},style:E,className:x,placeholder:pn("Input sub text…","vk-blocks")})),React.createElement("div",{className:y,style:t},fn(l,A,n,w),T)}if("save"===a){var B,O=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(un.Content,{tagName:"span",value:i}),(0,zt.ZP)(R));return"on"===f&&(B=React.createElement(un.Content,{tagName:"p",value:p,style:E,className:x})),React.createElement("div",{className:y,style:t},fn(l,O,n,w),B)}},bn=S.RichText,dn=wp.i18n.__,vn=function(e,t,n,r){switch(e){case 1:return React.createElement("h1",{style:n,className:r},t);case 2:return React.createElement("h2",{style:n,className:r},t);case 3:return React.createElement("h3",{style:n,className:r},t);case 4:return React.createElement("h4",{style:n,className:r},t);case 5:return React.createElement("h5",{style:n,className:r},t);case 6:return React.createElement("h6",{style:n,className:r},t)}},hn=function(e){var t,n,r=e.attributes,o=e.setAttributes,a=e.for_,l=r.level,c=r.align,i=r.title,s=r.titleColor,u=r.titleSize,p=r.subText,f=r.subTextFlag,m=r.subTextColor,b=r.subTextSize,d=r.titleStyle,v=r.titleMarginBottom,h=r.outerMarginBottom,g=r.fontAwesomeIconBefore,_=r.fontAwesomeIconAfter,k=r.fontAwesomeIconColor,y="vk_heading vk_heading-style-".concat(d);h&&(t={marginBottom:h+"rem"}),n=v?{color:s,fontSize:u+"rem",marginBottom:v+"rem",textAlign:c}:{color:s,fontSize:u+"rem",textAlign:c};var w="vk_heading_title vk_heading_title-style-".concat(d),E={color:m,fontSize:b+"rem",textAlign:c},x="vk_heading_subtext vk_heading_subtext-style-".concat(d),C="",R="";if(g){k=k||"#000000";var N=g.split("<i");N[0]=N[0]+'<i style="color:'.concat(k,';" '),C=N.join("")}if(_){k=k||"#000000";var S=_.split("<i");S[0]=S[0]+'<i style="color:'.concat(k,';" '),R=S.join("")}if("edit"===a){var T,A=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(bn,{tagName:"span",value:i,onChange:function(e){o({title:e})},placeholder:dn("Input title…","vk-blocks")}),(0,zt.ZP)(R));return"on"===f&&(T=React.createElement(bn,{tagName:"p",value:p,onChange:function(e){return o({subText:e})},style:E,className:x,placeholder:dn("Input sub text…","vk-blocks")})),React.createElement("div",{className:y,style:t},vn(l,A,n,w),T)}if("save"===a){var B,O=React.createElement(Je.Fragment,null,(0,zt.ZP)(C),React.createElement(bn.Content,{tagName:"span",value:i}),(0,zt.ZP)(R));return"on"===f&&(B=React.createElement(bn.Content,{tagName:"p",value:p,style:E,className:x})),React.createElement("div",{className:y,style:t},vn(l,O,n,w),B)}};function gn(){return(gn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var _n={attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:0},title:{type:"string",source:"html",selector:"span",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""},fontAwesomeIconColor:{type:"string",default:"#000000"}},save:function(e){return React.createElement("div",null,React.createElement(hn,gn({},e,{for_:"save"})))}};function kn(e){return(kn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function yn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function En(e,t){return(En=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function xn(e,t){return!t||"object"!==kn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Cn(e){return(Cn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function Rn(){return(Rn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Nn=wp.element,Sn=Nn.Fragment,Tn=Nn.Component,An=S.RichText,Bn=wp.i18n.__,On=[_n,{attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:0},title:{type:"string",source:"html",selector:"span",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""},fontAwesomeIconColor:{type:"string",default:"#000000"}},save:function(e){var t=e.attributes;return React.createElement("div",{id:t.anchor},React.createElement(mn,Rn({},e,{for_:"save"})))}},{attributes:Ft,save:function(e){var t=e.attributes;return React.createElement("div",{id:t.anchor},React.createElement(sn,{attributes:t,for_:"save"}))}},{attributes:Ft,save:function(e){var t=e.attributes;return React.createElement("div",{id:t.anchor},React.createElement(rn,{attributes:t,for_:"save"}))}},{attributes:Ut,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags-a181b726-7749-4bd8-9887-0306c0bc7bd5"},React.createElement(nn,{attributes:t,for_:"save"}))}},{attributes:Ut,save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n,id:"vk-htags--1"},React.createElement(nn,{attributes:t,for_:"save"}))}},{attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},save:function(e){var t=e.attributes,n=e.className;return React.createElement(In,{attributes:t,className:n,for_:"save"})}},{attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number"},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number"},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b="h"+n;return React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:m+"rem"}},React.createElement(An.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:f+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(An.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}())}},{attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2.6},titleMarginBottom:{type:"number",default:null},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.8}},supports:{className:!1,anchor:!0},save:function(e){var t=e.attributes,n=t.level,r=t.align,o=t.title,a=t.titleColor,l=t.titleSize,c=t.subText,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b="h"+n;return React.createElement(Sn,null,null==m?React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p)},React.createElement(An.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(An.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()):React.createElement("div",{className:"vk_heading vk_heading-style-".concat(p),style:{marginBottom:m+"rem"}},React.createElement(An.Content,{tagName:b,value:o,style:{color:a,fontSize:l+"rem",textAlign:r,marginBottom:f+"rem"},className:"vk_heading_title vk_heading_title-style-".concat(p)}),function(){if("on"===i)return React.createElement(An.Content,{tagName:"p",value:c,style:{color:s,fontSize:u+"rem",textAlign:r},className:"vk_heading_subtext vk_heading_subtext-style-".concat(p)})}()))}},{attributes:{level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:null},title:{type:"string",source:"html",selector:"h1,h2,h3,h4,h5,h6",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"on"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2}},save:function(e){var t=e.attributes,n=e.className;return React.createElement("div",{className:n},React.createElement(on,{attributes:t,for_:"save"}))}}],In=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&En(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Cn(r);if(o){var n=Cn(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return xn(this,e)});function l(){return yn(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.level,o=n.align,a=n.title,l=n.titleColor,i=n.titleSize,s=n.subText,u=n.subTextFlag,p=n.subTextColor,f=n.subTextSize,m=n.titleStyle,b=n.titleMarginBottom,d=n.outerMarginBottom,v=this.props.setAttributes,h=this.props.className,g=(this.props.for_,c()(h,"vk_heading vk_heading-style-".concat(m))),_="h"+r;return null!=d&&(e={marginBottom:d+"rem"}),t=null!=b?{color:l,fontSize:i+"rem",marginBottom:b+"rem",textAlign:o}:{color:l,fontSize:i+"rem",textAlign:o},React.createElement("div",{className:g,style:e},React.createElement(An.Content,{tagName:_,value:a,onChange:function(e){return v({title:e})},style:t,className:"vk_heading_title vk_heading_title-style-".concat(m),placeholder:Bn("Input title…","vk-blocks")}),function(){if("on"===u)return React.createElement(An.Content,{tagName:"p",value:s,onChange:function(e){return v({subText:e})},style:{color:p,fontSize:f+"rem",textAlign:o},className:"vk_heading_subtext vk_heading_subtext-style-".concat(m),placeholder:Bn("Input sub text…","vk-blocks")})}())}}])&&wn(t.prototype,n),l}(Tn);function Pn(e){return(Pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function jn(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ln(e,t){return(Ln=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function zn(e,t){return!t||"object"!==Pn(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Mn(e){return(Mn=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var qn=wp.components,Dn=qn.Button,Hn=qn.Popover,Un=(qn.IconButton,wp.element),Fn=Un.Fragment,Vn=Un.createRef,Zn=Un.Component,Gn=(wp.i18n.__,function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ln(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Mn(r);if(o){var n=Mn(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return zn(this,e)});function l(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,l),(t=a.call(this,e)).state={open:!1},t.buttonRef=Vn(),t}return t=l,(n=[{key:"render",value:function(){var e=this,t="apc-icon-btn components-button is-secondary is-small";return React.createElement(Fn,null,React.createElement("div",{className:"components-base-control"},React.createElement("div",{className:"vk-blocks-button-icon-control__wrapper components-base-control__field"},React.createElement(Dn,{isTertiary:!0,className:"".concat(t," mb-1"),onClick:function(){e.setState({open:!e.state.open})},ref:this.buttonRef},this.props.label),this.state.open&&this.buttonRef.current&&React.createElement(Hn,{anchorRect:this.buttonRef.current.getBoundingClientRect(),children:this.props.renderComp,onFocusOutside:function(n){n.relatedTarget&&!n.relatedTarget.closest(".".concat(t))&&n.relatedTarget!==e.buttonRef.current&&e.setState({open:!1})},focusOnMount:"container",className:"vk-blocks-advanced-popover-control"}))))}}])&&jn(t.prototype,n),l}(Zn));function Wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Jn=wp.components,$n=Jn.RadioControl,Yn=Jn.TextControl,Xn=wp.element,Kn=(Xn.Component,Xn.Fragment),Qn=wp.i18n.__,er=function(e){var t=e.attributeName,n=e.attributes,r=e.setAttributes,o=React.createElement(Kn,null,React.createElement("label",{className:"components-base-control__label"},Qn("Icon","vk-blocks")),React.createElement($n,{className:"vk_icon_list",selected:n[t],options:[{label:React.createElement("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:React.createElement("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:React.createElement("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:React.createElement("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:React.createElement("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:React.createElement("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:React.createElement("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:React.createElement("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:React.createElement("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:React.createElement("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:React.createElement("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:React.createElement("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:React.createElement("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:React.createElement("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:React.createElement("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:React.createElement("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:React.createElement("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:React.createElement("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:React.createElement("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return r(Wn({},t,e))}}),React.createElement("hr",null),React.createElement("p",{className:"mt-1"},Qn("If you want to use an icon other than the ones listed above, you can use any of the icons from Font Awesome's icon list Please select a tag and enter it.","vk-blocks"),React.createElement("br",null),Qn('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),React.createElement("br",null),React.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},Qn("Font Awesome icon list","vk-blocks"))));return React.createElement(Kn,null,React.createElement(Yn,{value:n[t],onChange:function(e){return r(Wn({},t,e))},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),React.createElement(Gn,{label:Qn("Select Icon","vk-blocks"),renderComp:o,setAttributes:r}))},tr=n(4144),nr=n.n(tr),rr=wp.components,or=rr.Path,ar=rr.SVG;function lr(e){var t=e.level,n=e.isPressed,r=void 0!==n&&n,o={1:"M9 5h2v10H9v-4H5v4H3V5h2v4h4V5zm6.6 0c-.6.9-1.5 1.7-2.6 2v1h2v7h2V5h-1.4z",2:"M7 5h2v10H7v-4H3v4H1V5h2v4h4V5zm8 8c.5-.4.6-.6 1.1-1.1.4-.4.8-.8 1.2-1.3.3-.4.6-.8.9-1.3.2-.4.3-.8.3-1.3 0-.4-.1-.9-.3-1.3-.2-.4-.4-.7-.8-1-.3-.3-.7-.5-1.2-.6-.5-.2-1-.2-1.5-.2-.4 0-.7 0-1.1.1-.3.1-.7.2-1 .3-.3.1-.6.3-.9.5-.3.2-.6.4-.8.7l1.2 1.2c.3-.3.6-.5 1-.7.4-.2.7-.3 1.2-.3s.9.1 1.3.4c.3.3.5.7.5 1.1 0 .4-.1.8-.4 1.1-.3.5-.6.9-1 1.2-.4.4-1 .9-1.6 1.4-.6.5-1.4 1.1-2.2 1.6V15h8v-2H15z",3:"M12.1 12.2c.4.3.8.5 1.2.7.4.2.9.3 1.4.3.5 0 1-.1 1.4-.3.3-.1.5-.5.5-.8 0-.2 0-.4-.1-.6-.1-.2-.3-.3-.5-.4-.3-.1-.7-.2-1-.3-.5-.1-1-.1-1.5-.1V9.1c.7.1 1.5-.1 2.2-.4.4-.2.6-.5.6-.9 0-.3-.1-.6-.4-.8-.3-.2-.7-.3-1.1-.3-.4 0-.8.1-1.1.3-.4.2-.7.4-1.1.6l-1.2-1.4c.5-.4 1.1-.7 1.6-.9.5-.2 1.2-.3 1.8-.3.5 0 1 .1 1.6.2.4.1.8.3 1.2.5.3.2.6.5.8.8.2.3.3.7.3 1.1 0 .5-.2.9-.5 1.3-.4.4-.9.7-1.5.9v.1c.6.1 1.2.4 1.6.8.4.4.7.9.7 1.5 0 .4-.1.8-.3 1.2-.2.4-.5.7-.9.9-.4.3-.9.4-1.3.5-.5.1-1 .2-1.6.2-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1l1.1-1.4zM7 9H3V5H1v10h2v-4h4v4h2V5H7v4z",4:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm10-2h-1v2h-2v-2h-5v-2l4-6h3v6h1v2zm-3-2V7l-2.8 4H16z",5:"M12.1 12.2c.4.3.7.5 1.1.7.4.2.9.3 1.3.3.5 0 1-.1 1.4-.4.4-.3.6-.7.6-1.1 0-.4-.2-.9-.6-1.1-.4-.3-.9-.4-1.4-.4H14c-.1 0-.3 0-.4.1l-.4.1-.5.2-1-.6.3-5h6.4v1.9h-4.3L14 8.8c.2-.1.5-.1.7-.2.2 0 .5-.1.7-.1.5 0 .9.1 1.4.2.4.1.8.3 1.1.6.3.2.6.6.8.9.2.4.3.9.3 1.4 0 .5-.1 1-.3 1.4-.2.4-.5.8-.9 1.1-.4.3-.8.5-1.3.7-.5.2-1 .3-1.5.3-.8 0-1.6-.1-2.3-.4-.6-.2-1.1-.6-1.6-1-.1-.1 1-1.5 1-1.5zM9 15H7v-4H3v4H1V5h2v4h4V5h2v10z",6:"M9 15H7v-4H3v4H1V5h2v4h4V5h2v10zm8.6-7.5c-.2-.2-.5-.4-.8-.5-.6-.2-1.3-.2-1.9 0-.3.1-.6.3-.8.5l-.6.9c-.2.5-.2.9-.2 1.4.4-.3.8-.6 1.2-.8.4-.2.8-.3 1.3-.3.4 0 .8 0 1.2.2.4.1.7.3 1 .6.3.3.5.6.7.9.2.4.3.8.3 1.3s-.1.9-.3 1.4c-.2.4-.5.7-.8 1-.4.3-.8.5-1.2.6-1 .3-2 .3-3 0-.5-.2-1-.5-1.4-.9-.4-.4-.8-.9-1-1.5-.2-.6-.3-1.3-.3-2.1s.1-1.6.4-2.3c.2-.6.6-1.2 1-1.6.4-.4.9-.7 1.4-.9.6-.3 1.1-.4 1.7-.4.7 0 1.4.1 2 .3.5.2 1 .5 1.4.8 0 .1-1.3 1.4-1.3 1.4zm-2.4 5.8c.2 0 .4 0 .6-.1.2 0 .4-.1.5-.2.1-.1.3-.3.4-.5.1-.2.1-.5.1-.7 0-.4-.1-.8-.4-1.1-.3-.2-.7-.3-1.1-.3-.3 0-.7.1-1 .2-.4.2-.7.4-1 .7 0 .3.1.7.3 1 .1.2.3.4.4.6.2.1.3.3.5.3.2.1.5.2.7.1z"};return o.hasOwnProperty(t)?React.createElement(ar,{width:"24",height:"24",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg",isPressed:r},React.createElement(or,{d:o[t]})):null}var cr=wp.components,ir=cr.Dropdown,sr=cr.Toolbar,ur=cr.ToolbarButton,pr=cr.ToolbarGroup,fr=wp.i18n,mr=fr.__,br=fr.sprintf,dr=wp.keycodes.DOWN,vr=[1,2,3,4,5,6],hr={className:"block-library-heading-level-dropdown",isAlternate:!0};function gr(e){var t=e.selectedLevel,n=e.onChange;return React.createElement(ir,{popoverProps:hr,renderToggle:function(e){var n=e.onToggle,r=e.isOpen;return React.createElement(ur,{"aria-expanded":r,"aria-haspopup":"true",icon:React.createElement(lr,{level:t}),label:mr("Change heading level"),onClick:n,onKeyDown:function(e){r||e.keyCode!==dr||(e.preventDefault(),e.stopPropagation(),n())},showTooltip:!0})},renderContent:function(){return React.createElement(sr,{className:"block-library-heading-level-toolbar",label:mr("Change heading level")},React.createElement(pr,{isCollapsed:!1,controls:vr.map((function(e){var r=e===t;return{icon:React.createElement(lr,{level:e,isPressed:r}),title:br(mr("Heading %d"),e),isActive:r,onClick:function(){n(e)}}}))}))}})}function _r(){return(_r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var kr=wp.i18n.__,yr=wp.blocks.registerBlockType,wr=wp.components,Er=wr.RangeControl,xr=wr.PanelBody,Cr=wr.RadioControl,Rr=wr.SelectControl,Nr=wr.BaseControl,Sr=wr.ToolbarGroup,Tr=wp.element.Fragment,Ar=S.InspectorControls,Br=S.ColorPalette,Or=S.BlockControls,Ir=S.AlignmentToolbar;yr("vk-blocks/heading",{title:kr("Heading","vk-blocks"),icon:React.createElement(nr(),null),category:"vk-blocks-cat",attributes:{anchor:{type:"string",source:"attribute",attribute:"id",selector:"*"},level:{type:"number",default:2},align:{type:"string"},titleStyle:{type:"string",default:"default"},outerMarginBottom:{type:"number",default:0},title:{type:"string",source:"html",selector:"span",default:""},titleColor:{type:"string",default:"#000000"},titleSize:{type:"number",default:2},titleMarginBottom:{type:"number",default:1},subText:{source:"html",selector:"p",default:""},subTextFlag:{type:"string",default:"off"},subTextColor:{type:"string",default:"#000000"},subTextSize:{type:"number",default:1.2},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""},fontAwesomeIconColor:{type:"string",default:"#000000"}},supports:{className:!0,customClassName:!0,anchor:!0},example:Lt,edit:function(e){var t=e.attributes,n=e.className,r=e.setAttributes,o=t.level,a=t.align,l=t.titleColor,c=t.titleSize,i=t.subTextFlag,s=t.subTextColor,u=t.subTextSize,p=t.titleStyle,f=t.titleMarginBottom,m=t.outerMarginBottom,b=t.fontAwesomeIconColor;return React.createElement(Tr,null,React.createElement(Or,null,React.createElement(Sr,null,React.createElement(gr,{selectedLevel:o,onChange:function(e){switch(r({level:e}),e){case 1:r({titleSize:3.6});break;case 2:r({titleSize:2.8});break;case 3:r({titleSize:2.2});break;case 4:r({titleSize:2});break;case 5:r({titleSize:1.8});break;case 6:r({titleSize:1.6})}}})),React.createElement(Ir,{value:a,onChange:function(e){r({align:e})}})),React.createElement(Ar,null,React.createElement(xr,{title:kr("Style Settings","vk-blocks")},React.createElement(Rr,{label:kr("Heading style","vk-blocks"),value:p,onChange:function(e){return r({titleStyle:e})},options:[{label:kr("Default","vk-blocks"),value:"default"},{label:kr("Plain","vk-blocks"),value:"plain"}]})),React.createElement(xr,{title:kr("Margin Setting","vk-blocks")},React.createElement("label",null,kr("Margin bottom size of after hedding (rem)","vk-blocks")),React.createElement(Er,{value:f,onChange:function(e){r({titleMarginBottom:e})},min:-1,max:3,step:.1}),React.createElement("label",null,kr("Margin bottom size of after this block (rem)","vk-blocks")),React.createElement(Er,{value:m,onChange:function(e){r({outerMarginBottom:e})},min:-1,max:8,step:.1})),React.createElement(xr,{title:kr("Heading Settings","vk-blocks")},React.createElement(Er,{label:kr("Text size (rem)","vk-blocks"),value:c,onChange:function(e){r({titleSize:e})},min:.5,max:4,step:.1}),React.createElement(Nr,{label:kr("Text Color","vk-blocks")},React.createElement(Br,{value:l,onChange:function(e){return r({titleColor:e})}}))),React.createElement(xr,{title:kr("Font Awesome Icon Settings","vk-blocks")},React.createElement(Nr,{label:kr("Before text","vk-blocks")},React.createElement(er,_r({attributeName:"fontAwesomeIconBefore"},e))),React.createElement(Nr,{label:kr("After text","vk-blocks")},React.createElement(er,_r({attributeName:"fontAwesomeIconAfter"},e))),React.createElement(Nr,{label:kr("Icon Color","vk-blocks")},React.createElement(Br,{value:b,onChange:function(e){return r({fontAwesomeIconColor:e})}}))),React.createElement(xr,{title:kr("Sub Text Settings","vk-blocks")},React.createElement(Cr,{label:kr("Position","vk-blocks"),selected:i,options:[{label:kr("Display","vk-blocks"),value:"on"},{label:kr("Hide","vk-blocks"),value:"off"}],onChange:function(e){return r({subTextFlag:e})}}),React.createElement("label",null,kr("Text size (rem)","vk-blocks")),React.createElement(Er,{value:u,onChange:function(e){r({subTextSize:e})},min:.5,max:3,step:.1}),React.createElement(Br,{value:s,onChange:function(e){return r({subTextColor:e})}}))),React.createElement("div",{className:n},React.createElement(Ht,_r({},e,{for_:"edit"}))))},save:function(e){return React.createElement("div",null,React.createElement(Ht,_r({},e,{for_:"save"})))},deprecated:On});var Pr=S.RichText,jr=[{attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},save:function(e){var t=e.attributes,n=t.style,r=t.content;return React.createElement("div",{className:"alert alert-".concat(n)},React.createElement(Pr.Content,{tagName:"p",value:r}))}}],Lr=n(5384),zr=n.n(Lr),Mr=wp.i18n.__,qr=wp.blocks.registerBlockType,Dr=wp.components,Hr=Dr.PanelBody,Ur=Dr.SelectControl,Fr=S.InspectorControls,Vr=S.RichText,Zr=wp.element.Fragment;qr("vk-blocks/alert",{title:Mr("Alert","vk-blocks"),icon:React.createElement(zr(),null),category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},example:{attributes:{style:"info",content:Ce}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=t.style,a=t.content;return React.createElement(Zr,null,React.createElement(Fr,null,React.createElement(Hr,{title:Mr("Style Settings","vk-blocks")},React.createElement(Ur,{value:o,onChange:function(e){return n({style:e})},options:[{label:Mr("Success","vk-blocks"),value:"success"},{label:Mr("Info","vk-blocks"),value:"info"},{label:Mr("Warning","vk-blocks"),value:"warning"},{label:Mr("Danger","vk-blocks"),value:"danger"}]}))),React.createElement("div",{className:"".concat(r," alert alert-").concat(o)},React.createElement(Vr,{tagName:"p",onChange:function(e){n({content:e})},value:a})))},save:function(e){var t=e.attributes,n=e.className,r=t.style,o=t.content;return React.createElement("div",{className:"".concat(n," alert alert-").concat(r)},React.createElement(Vr.Content,{tagName:"p",value:o}))},deprecated:jr});var Gr=S.RichText,Wr=(S.InnerBlocks,{attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},React.createElement("div",{className:"vk_balloon_icon"},c?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:c,alt:""}),React.createElement(Gr.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement(Gr.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}}),Jr=S.RichText,$r=(S.InnerBlocks,{attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null},balloonImageType:{type:"string",default:"normal"}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o)},React.createElement("div",{className:"vk_balloon_icon"},c?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),React.createElement(Jr.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement(Jr.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n}))}}),Yr=S.RichText,Xr=(S.InnerBlocks,{attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null},balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}},save:function(e){var t=e.attributes,n=t.content,r=t.balloonName,o=t.balloonType,a=t.balloonBgColor,l=t.balloonAlign,c=t.IconImage,i=t.balloonImageType,s=t.balloonAnimation;return i=i||"normal",s=s||"none",React.createElement("div",{className:"vk_balloon vk_balloon-".concat(l," vk_balloon-").concat(o," vk_balloon-animation-").concat(s)},React.createElement("div",{className:"vk_balloon_icon"},c?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(i),src:c,alt:""}),React.createElement(Yr.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:r})):""),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement(Yr.Content,{className:"vk_balloon_content",style:{background:a,border:a},tagName:"p",value:n})))}}),Kr=S.RichText,Qr=S.InnerBlocks,eo={attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null},balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}},save:function(e){var t=e.attributes,n=(t.content,t.balloonName),r=t.balloonType,o=t.balloonBgColor,a=t.balloonAlign,l=t.IconImage,c=t.balloonImageType,i=t.balloonAnimation;return c=c||"normal",i=i||"none",React.createElement("div",{className:"vk_balloon vk_balloon-".concat(a," vk_balloon-").concat(r," vk_balloon-animation-").concat(i)},React.createElement("div",{className:"vk_balloon_icon"},l?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(c),src:l,alt:""}),React.createElement(Kr.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:n})):""),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement("div",{className:"vk_balloon_content",style:{background:o,border:o}},React.createElement(Qr.Content,null))))}},to=S.RichText,no=S.InnerBlocks,ro=[Wr,$r,Xr,eo,{attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-speech"},balloonBorder:{type:"boolean",default:!1},balloonImageBorder:{type:"boolean",default:!1},balloonBorderWidth:{type:"string",default:"thin"},balloonBorderColor:{type:"string",default:null},balloonBgColor:{type:"string",default:null},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null},balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}},save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,p=(l.balloonBorderWidth,l.balloonBorderColor),f=l.balloonBgColor,m=l.balloonAlign,b=l.IconImage,d=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon-image-border":"",r=p,o=f):(t="",n="",r=f,o=f),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),React.createElement("div",{className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)},React.createElement("div",{className:"vk_balloon_icon"},b?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon-image-".concat(d," ").concat(n),style:{borderColor:r},src:b,alt:""}),React.createElement(to.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},React.createElement("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),React.createElement("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),React.createElement(no.Content,null))))}}],oo=n(7993),ao=n.n(oo);function lo(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var co=wp.apiFetch,io=wp.i18n.__,so=wp.blocks.registerBlockType,uo=wp.components,po=uo.ButtonGroup,fo=uo.PanelBody,mo=uo.Button,bo=uo.SelectControl,vo=uo.BaseControl,ho=uo.ToggleControl,go=wp.element,_o=go.Fragment,ko=go.useState,yo=go.useEffect,wo=S.RichText,Eo=S.InspectorControls,xo=S.MediaUpload,Co=S.ColorPalette,Ro=S.InnerBlocks;function No(e){return(No="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function So(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function To(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ao(e,t){return(Ao=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Bo(e,t){return!t||"object"!==No(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Oo(e){return(Oo=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}so("vk-blocks/balloon",{title:io("Ballon","vk-blocks"),icon:React.createElement(ao(),null),category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-speech"},balloonBorder:{type:"boolean",default:!1},balloonImageBorder:{type:"boolean",default:!1},balloonBorderWidth:{type:"string",default:"thin"},balloonBorderColor:{type:"string",default:"#cccccc"},balloonBgColor:{type:"string",default:"#f5f5f5"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null},balloonImageType:{type:"string",default:"normal"},balloonAnimation:{type:"string",default:"none"}},example:{attributes:{balloonName:Re,balloonType:"type-speech",balloonBgColor:Te,balloonAlign:"position-left",IconImage:Se,balloonImageType:"normal"},innerBlocks:[{name:"core/paragraph",attributes:{content:Ce}}]},edit:function(e){var t,n,r,o,a,l,c,i,s,u=e.attributes,p=e.className,f=e.setAttributes,m=u.content,b=u.balloonName,d=u.balloonType,v=u.balloonBorder,h=u.balloonImageBorder,g=(u.balloonBorderWidth,u.balloonBorderColor),_=u.balloonBgColor,k=u.balloonAlign,y=u.IconImage,w=u.balloonImageType,E=u.balloonAnimation,x=(i=ko(null),s=2,function(e){if(Array.isArray(e))return e}(i)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var l,c=e[Symbol.iterator]();!(r=(l=c.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(i,s)||function(e,t){if(e){if("string"==typeof e)return lo(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?lo(e,t):void 0}}(i,s)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),C=x[0],R=x[1];return yo((function(){co({path:"/vk-blocks/v1/block-meta/balloon/",method:"GET",parse:!0}).then((function(e){R(e)}))}),[]),C&&C.default_icons&&(t=Object.keys(C.default_icons).map((function(e){var t=C.default_icons[e];if(t.src)return React.createElement("div",{key:e},React.createElement(mo,{onClick:function(){f({IconImage:t.src}),f({balloonName:t.name})},className:"button button-large components-button"},React.createElement("img",{className:"icon-image",src:t.src})))}))),"type-serif"===d&&f({balloonType:"type-speech"}),null==w&&f({balloonImageType:"normal"}),null==E&&f({balloonAnimation:"none"}),null==v&&f({balloonBorder:!1}),null==h&&f({balloonImageBorder:!1}),!0===v?(n=React.createElement(vo,null,React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Border","vk-blocks"))),React.createElement(ho,{label:io("Add border to balloon","vk-blocks"),checked:v,onChange:function(e){return f({balloonBorder:e})}}),React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io(" Image Border","vk-blocks"))),React.createElement(ho,{label:io("Add border to image","vk-blocks"),className:"mb-1",checked:h,onChange:function(e){return f({balloonImageBorder:e})}}),React.createElement("p",null,io("* You can change border width on Setting > VK Blocks","vk-blocks")," "),React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Border color of speech balloon","vk-blocks"))),React.createElement(Co,{value:g,onChange:function(e){return f({balloonBorderColor:e})}})),r="vk_balloon_content-border-true",o=!0===h?"vk_balloon_icon_image-border-true":"",a=g,l=_):(n=React.createElement(vo,null,React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Border","vk-blocks"))),React.createElement(ho,{label:io("Add border to balloon","vk-blocks"),checked:v,onChange:function(e){return f({balloonBorder:e})}})),r="",o="",a=_,l=_),c="position-right"===k?"transparent transparent transparent ".concat(l):"transparent ".concat(l," transparent transparent"),React.createElement(_o,null,React.createElement(Eo,null,React.createElement(fo,{title:io("Balloon setting","vk-blocks")},React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Position","vk-blocks"))),React.createElement("p",{className:"mb-1"},io("Please specify the layout of the balloon.","vk-blocks")," "),React.createElement(po,{className:"mb-3"},React.createElement(mo,{isSmall:!0,isPrimary:"position-left"===k,isSecondary:"position-left"!==k,onClick:function(){return f({balloonAlign:"position-left"})}},io("Left","vk-blocks")),React.createElement(mo,{isSmall:!0,isPrimary:"position-right"===k,isSecondary:"position-right"!==k,onClick:function(){return f({balloonAlign:"position-right"})}},io("Right","vk-blocks"))),React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Type","vk-blocks"))),React.createElement("p",{className:"mb-1"},io("Please select the type of balloon.","vk-blocks")," "),React.createElement(po,{className:"mb-3"},React.createElement(mo,{isSmall:!0,isPrimary:"type-speech"===d,isSecondary:"type-speech"!==d,onClick:function(){return f({balloonType:"type-speech"})}},io("Speech","vk-blocks")),React.createElement(mo,{isSmall:!0,isPrimary:"type-think"===d,isSecondary:"type-think"!==d,onClick:function(){return f({balloonType:"type-think"})}},io("Thinking","vk-blocks"))),React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Image Style","vk-blocks"))),React.createElement(po,{className:"mb-3"},React.createElement(mo,{isSmall:!0,isPrimary:"normal"===w,isSecondary:"normal"!==w,onClick:function(){return f({balloonImageType:"normal"})}},io("Normal","vk-blocks")),React.createElement(mo,{isSmall:!0,isPrimary:"rounded"===w,isSecondary:"rounded"!==w,onClick:function(){return f({balloonImageType:"rounded"})}},io("Rounded","vk-blocks")),React.createElement(mo,{isSmall:!0,isPrimary:"circle"===w,isSecondary:"circle"!==w,onClick:function(){return f({balloonImageType:"circle"})}},io("Circle","vk-blocks"))),n,React.createElement("p",{className:"mb-1 block-prop-title"},React.createElement("label",null,io("Background color of speech balloon","vk-blocks"))),React.createElement(Co,{value:_,onChange:function(e){return f({balloonBgColor:e})}})),React.createElement(fo,{title:io("Default Icon Setting","vk-blocks")},React.createElement("div",{className:"icon-image-list mb-2"},t),React.createElement("div",null,io("You can register default icons from Settings > VK Blocks in Admin.","vk-blocks"))),React.createElement(fo,{title:io("Animation setting","vk-blocks")},React.createElement("p",{className:"mb-1"},io("Please select the type of animation.","vk-blocks")," "),React.createElement(bo,{value:E,onChange:function(e){return f({balloonAnimation:e})},options:[{value:"none",label:io("None","vk-blocks")},{value:"trembling",label:io("Trembling","vk-blocks")},{value:"trembling-x",label:io("Trembling X","vk-blocks")},{value:"pounding",label:io("Pounding","vk-blocks")},{value:"shaking",label:io("Shaking","vk-blocks")}]}))),React.createElement("div",{className:"".concat(p," vk_balloon vk_balloon-").concat(k," vk_balloon-").concat(d," vk_balloon-animation-").concat(E)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(xo,{onSelect:function(e){return f({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(w," ").concat(o),value:y,render:function(e){var t=e.open;return React.createElement(mo,{onClick:t,className:y?"image-button":"button button-large"},y?React.createElement("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(w," ").concat(o),style:{borderColor:a},src:y,alt:io("Upload image","vk-blocks")}):io("Select image","vk-blocks"))}}),React.createElement(wo,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return f({balloonName:e})},value:b,placeholder:io("Icon Name","vk-blocks")})),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement("div",{className:"vk_balloon_content ".concat(r),style:{backgroundColor:l,borderColor:a}},React.createElement("span",{className:"vk_balloon_content_before",style:{borderColor:c}}),React.createElement("span",{className:"vk_balloon_content_after",style:{borderColor:c}}),React.createElement(Ro,{templateLock:!1,template:[["core/paragraph",{content:m}]]})))))},save:function(e){var t,n,r,o,a,l=e.attributes,c=l.balloonName,i=l.balloonType,s=l.balloonBorder,u=l.balloonImageBorder,p=(l.balloonBorderWidth,l.balloonBorderColor),f=l.balloonBgColor,m=l.balloonAlign,b=l.IconImage,d=l.balloonImageType,v=l.balloonAnimation;return!0===s?(t="vk_balloon_content-border-true",n=!0===u?"vk_balloon_icon_image-border-true":"",r=p,o=f):(t="",n="",r=f,o=f),a="position-right"===m?"transparent transparent transparent ".concat(o):"transparent ".concat(o," transparent transparent"),React.createElement("div",{className:"vk_balloon vk_balloon-".concat(m," vk_balloon-").concat(i," vk_balloon-animation-").concat(v)},React.createElement("div",{className:"vk_balloon_icon"},b?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image vk_balloon_icon_image-type-".concat(d," ").concat(n),style:{borderColor:r},src:b,alt:""}),React.createElement(wo.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:c})):""),React.createElement("div",{className:"vk_balloon_content_outer"},React.createElement("div",{className:"vk_balloon_content ".concat(t),style:{backgroundColor:o,borderColor:r}},React.createElement("span",{className:"vk_balloon_content_before",style:{borderColor:a}}),React.createElement("span",{className:"vk_balloon_content_after",style:{borderColor:a}}),React.createElement(Ro.Content,null))))},deprecated:ro});var Io=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ao(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Oo(r);if(o){var n=Oo(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Bo(this,e)});function l(){return So(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";if(f=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:"".concat(e)}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return React.createElement("a",{href:a,style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener"},(0,zt.ZP)(m),s,(0,zt.ZP)(b),u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&To(t.prototype,n),l}();function Po(e){return(Po="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function jo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Lo(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function zo(e,t){return(zo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Mo(e,t){return!t||"object"!==Po(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function qo(e){return(qo=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Do=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&zo(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=qo(r);if(o){var n=qo(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Mo(this,e)});function l(){return jo(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},f="",m="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(f=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(m=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:a,className:u,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},f,s,m)}}])&&Lo(t.prototype,n),l}();function Ho(e){return(Ho="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Uo(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Fo(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Vo(e,t){return(Vo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Zo(e,t){return!t||"object"!==Ho(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Go(e){return(Go=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Wo=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Vo(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Go(r);if(o){var n=Go(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Zo(this,e)});function l(){return Uo(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=(this.props.lbsubCaption,""),p={},f="",m="";return u="btn vk_button_link",e?(u="".concat(u," btn-primary btn-").concat(o),"0"===n?p={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(p={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(u="".concat(u," btn-").concat(o," btn-").concat(t),p=null):"1"===n&&(u="".concat(u," btn-").concat(o," btn-outline-").concat(t),p=null)),"block"===r&&(u="".concat(u," btn-block")),c&&(f=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(m=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:u,role:"button","aria-pressed":!0,style:p,target:l?"_blank":null},f,s,m)}}])&&Fo(t.prototype,n),l}();function Jo(e){return(Jo="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function $o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Yo(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Xo(e,t){return(Xo=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ko(e,t){return!t||"object"!==Jo(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Qo(e){return(Qo=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ea=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Xo(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Qo(r);if(o){var n=Qo(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Ko(this,e)});function l(){return $o(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(o),"0"===n?f={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(f={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(o," btn-").concat(t),f=null):"1"===n&&(p="".concat(p," btn-").concat(o," btn-outline-").concat(t),f=null)),"block"===r&&(p="".concat(p," btn-block")),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:f,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Yo(t.prototype,n),l}();function ta(e){return(ta="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function na(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ra(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function oa(e,t){return(oa=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function aa(e,t){return!t||"object"!==ta(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function la(e){return(la=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ca=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&oa(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=la(r);if(o){var n=la(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return aa(this,e)});function l(){return na(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return p="btn vk_button_link",e?(p="".concat(p," btn-primary btn-").concat(o),"0"===n?f={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(f={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(p="".concat(p," btn-").concat(o," btn-").concat(t),f=null):"1"===n&&(p="".concat(p," btn-").concat(o," btn-outline-").concat(t),f=null)),"block"===r&&(p="".concat(p," btn-block")),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",className:p,role:"button","aria-pressed":!0,style:f,target:l?"_blank":null},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&ra(t.prototype,n),l}();function ia(e){return(ia="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function sa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ua(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function pa(e,t){return(pa=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function fa(e,t){return!t||"object"!==ia(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ma(e){return(ma=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ba=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&pa(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=ma(r);if(o){var n=ma(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return fa(this,e)});function l(){return sa(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";return f=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:e}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),c&&(m=React.createElement("i",{className:"".concat(c," vk_button_link_before")})),i&&(b=React.createElement("i",{className:"".concat(i," vk_button_link_after")})),React.createElement("a",{href:a,id:"vk_button_link",style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},m,s,b,u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&ua(t.prototype,n),l}();function da(e){return(da="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function va(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ha(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ga(e,t){return(ga=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _a(e,t){return!t||"object"!==da(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ka(e){return(ka=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ya=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ga(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=ka(r);if(o){var n=ka(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return _a(this,e)});function l(){return va(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";if(f=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:e,border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid "+e,color:e}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:e}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return React.createElement("a",{href:a,id:"vk_button_link",style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},(0,zt.ZP)(m),s,(0,zt.ZP)(b),u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&ha(t.prototype,n),l}(),wa=S.RichText;function Ea(e){return(Ea="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function xa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ca(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ra(e,t){return(Ra=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Na(e,t){return!t||"object"!==Ea(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Sa(e){return(Sa=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Ta=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Ra(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Sa(r);if(o){var n=Sa(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Na(this,e)});function l(){return xa(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";if(f=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:"".concat(e)}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return React.createElement("a",{href:a,style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null,rel:"noopener noreferrer"},(0,zt.ZP)(m),s,(0,zt.ZP)(b),u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Ca(t.prototype,n),l}(),Aa=S.RichText;function Ba(e){return(Ba="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Oa(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ia(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Pa(e,t){return(Pa=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ja(e,t){return!t||"object"!==Ba(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function La(e){return(La=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var za=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Pa(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=La(r);if(o){var n=La(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ja(this,e)});function l(){return Oa(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,r=this.props.lbAlign,o=this.props.lbSize,a=this.props.lbUrl,l=this.props.lbTarget,c=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,s=this.props.lbRichtext,u=this.props.lbsubCaption,p="",f={},m="",b="";if(f=null,p="".concat(p="vk_button_link","0"==n||null==n||"1"==n?" btn":" vk_button_link-type-text"),"0"==n||null===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-").concat(t),f=null):f={backgroundColor:"".concat(e),border:"1px solid ".concat(e),color:"#fff"}:"1"===n?"undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={backgroundColor:"transparent",border:"1px solid ".concat(e),color:"".concat(e)}:"2"===n&&("undefined"==e||null==e||null===e?(p="".concat(p," btn-outline-").concat(t),f=null):f={color:"".concat(e)}),p="".concat(p," btn-").concat(o),"block"===r&&(p="".concat(p," btn-block")),c&&!c.match(/<i/)&&(c='<i class="'.concat(c,'"></i>')),i&&!i.match(/<i/)&&(i='<i class="'.concat(i,'"></i>')),c){var d=(c=c.replace(/ fas/g,"fas")).split(" ");d[1]=" "+d[1]+" vk_button_link_before ",m=d.join("")}if(i){var v=(i=i.replace(/ fas/g,"fas")).split(" ");v[1]=" "+v[1]+" vk_button_link_after ",b=v.join("")}return React.createElement("a",{href:a,style:f,className:p,role:"button","aria-pressed":!0,target:l?"_blank":null},(0,zt.ZP)(m),s,(0,zt.ZP)(b),u&&React.createElement("p",{className:"vk_button_link_subCaption"},u))}}])&&Ia(t.prototype,n),l}(),Ma=S.RichText,qa=S.RichText,Da=[{attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(p):"vk_button vk_button-align-".concat(p),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(za,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(Ma.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(p):"vk_button vk_button-align-".concat(p),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(Ta,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(Aa.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(p):"vk_button vk_button-align-".concat(p),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(ya,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(wa.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(b="vk_button vk_button-align-".concat(p)),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(ba,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}},{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return i?f="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(f="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:f},React.createElement(Do,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.content,r=t.buttonUrl,o=t.buttonTarget,a=t.buttonSize,l=t.buttonType,c=t.buttonColor,i=t.buttonColorCustom,s=t.buttonAlign,u=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,f="";return i?f="vk_button vk_button-color-custom vk_button-align-".concat(s):i||(f="vk_button vk_button-align-".concat(s)),React.createElement("div",{className:f},React.createElement(Wo,{lbColorCustom:i,lbColor:c,lbType:l,lbAlign:s,lbSize:a,lbUrl:r,lbTarget:o,lbFontAwesomeIconBefore:u,lbFontAwesomeIconAfter:p,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,m="";return s?m="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(m="vk_button vk_button-align-".concat(u)),React.createElement("div",{className:m},React.createElement(ea,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:r,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=(e.className,t.content),r=t.subCaption,o=t.buttonUrl,a=t.buttonTarget,l=t.buttonSize,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonAlign,p=t.fontAwesomeIconBefore,f=t.fontAwesomeIconAfter,m="";return s?m="vk_button vk_button-color-custom vk_button-align-".concat(u):s||(m="vk_button vk_button-align-".concat(u)),React.createElement("div",{className:m},React.createElement(ca,{lbColorCustom:s,lbColor:i,lbType:c,lbAlign:u,lbSize:l,lbUrl:o,lbTarget:a,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:f,lbsubCaption:r,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}},{attributes:{content:{source:"html",selector:"span"},subCaption:{type:"string",default:null},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return u?b="vk_button vk_button-color-custom vk_button-align-".concat(p):u||(b="vk_button vk_button-align-".concat(p)),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(Io,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(qa.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))}}],Ha=n(9306),Ua=n.n(Ha);function Fa(){return(Fa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Va=wp.i18n.__,Za=wp.blocks.registerBlockType,Ga=wp.components,Wa=Ga.RadioControl,Ja=Ga.PanelBody,$a=Ga.BaseControl,Ya=Ga.CheckboxControl,Xa=Ga.TextControl,Ka=Ga.ButtonGroup,Qa=Ga.Button,el=wp.element.Fragment,tl=S.RichText,nl=S.InspectorControls,rl=S.ColorPalette;Za("vk-blocks/button",{title:Va("Button","vk-blocks"),icon:React.createElement(Ua(),null),category:"vk-blocks-cat",attributes:{content:{type:"string",source:"html",selector:"span"},subCaption:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:"undefined"},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:""},fontAwesomeIconAfter:{type:"string",default:""}},supports:{anchor:!0},example:{attributes:{content:Re,subCaption:xe,buttonUrl:Ae,buttonTarget:!1,buttonSize:"md",buttonType:"0",buttonColor:"primary",buttonColorCustom:"undefined",buttonAlign:"left",fontAwesomeIconBefore:Ne,fontAwesomeIconAfter:Ne}},edit:function(e){var t,n=e.attributes,r=e.className,o=e.setAttributes,a=n.content,l=n.subCaption,c=n.buttonUrl,i=n.buttonTarget,s=n.buttonSize,u=n.buttonType,p=n.buttonColor,f=n.buttonColorCustom,m=n.buttonAlign,b=n.fontAwesomeIconBefore,d=n.fontAwesomeIconAfter;return f?"vk_button vk_button-align-".concat(m," vk_button-color-custom"):"vk_button vk_button-align-".concat(m),t=r?"".concat(r," vk_button vk_button-align-").concat(m):"vk_button vk_button-align-".concat(m),React.createElement(el,null,React.createElement(nl,null,React.createElement(Ja,{title:Va("Button setting","vk-blocks")},React.createElement(Xa,{label:Va("Sub Caption","vk-blocks"),value:l,onChange:function(e){return o({subCaption:e})},placeholder:"Sub Caption"}),React.createElement(Xa,{label:Va("Button URL","vk-blocks"),value:c,onChange:function(e){return o({buttonUrl:e})},placeholder:"Button URL"}),React.createElement(Ya,{label:Va("Open link new tab.","vk-blocks"),checked:i,onChange:function(e){return o({buttonTarget:e})}}),React.createElement("h4",{className:"mt-0 mb-2"},Va("Button Size:","vk-blocks")),React.createElement(Ka,{className:"mb-3"},React.createElement(Qa,{isSmall:!0,isPrimary:"lg"===s,isSecondary:"lg"!==s,onClick:function(){return o({buttonSize:"lg"})}},Va("Large","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"md"===s,isSecondary:"md"!==s,onClick:function(){return o({buttonSize:"md"})}},Va("Normal","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"sm"===s,isSecondary:"sm"!==s,onClick:function(){return o({buttonSize:"sm"})}},Va("Small","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},Va("Button Position:","vk-blocks")),React.createElement(Ka,{className:"mb-3"},React.createElement(Qa,{isSmall:!0,isPrimary:"left"===m,isSecondary:"left"!==m,onClick:function(){return o({buttonAlign:"left"})}},Va("Left","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"center"===m,isSecondary:"center"!==m,onClick:function(){return o({buttonAlign:"center"})}},Va("Center","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"right"===m,isSecondary:"right"!==m,onClick:function(){return o({buttonAlign:"right"})}},Va("Right","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"wide"===m,isSecondary:"wide"!==m,onClick:function(){return o({buttonAlign:"wide"})}},Va("Wide","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"block"===m,isSecondary:"block"!==m,onClick:function(){return o({buttonAlign:"block"})}},Va("Block","vk-blocks"))),React.createElement("h4",{className:"mt-0 mb-2"},Va("Button Style:","vk-blocks")),React.createElement(Ka,{className:"mb-2"},React.createElement(Qa,{isSmall:!0,isPrimary:"0"===u,isSecondary:"0"!==u,onClick:function(){return o({buttonType:"0"})}},Va("Solid color","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"1"===u,isSecondary:"1"!==u,onClick:function(){return o({buttonType:"1"})}},Va("No background","vk-blocks")),React.createElement(Qa,{isSmall:!0,isPrimary:"2"===u,isSecondary:"2"!==u,onClick:function(){return o({buttonType:"2"})}},Va("Text only","vk-blocks"))),React.createElement("p",{className:"mb-3"},Va('If you select "No background", that you need to select a Custom Color.',"vk-blocks")),React.createElement(Wa,{label:Va("Default Color:","vk-blocks"),selected:p,options:[{label:Va("Primary","vk-blocks"),value:"primary"},{label:Va("Secondary","vk-blocks"),value:"secondary"},{label:Va("Success","vk-blocks"),value:"success"},{label:Va("Info","vk-blocks"),value:"info"},{label:Va("Warning","vk-blocks"),value:"warning"},{label:Va("Danger","vk-blocks"),value:"danger"},{label:Va("Light","vk-blocks"),value:"light"},{label:Va("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return o({buttonColor:e})}}),React.createElement($a,{id:"vk_block_baloon_custom_color",label:Va("Custom Color","vk-blocks"),help:Va("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},React.createElement(rl,{value:f,onChange:function(e){return o({buttonColorCustom:e})}})),React.createElement($a,null,React.createElement("h4",{className:"mt-0 mb-2"},Va("Icon ( Font Awesome )","vk-blocks")),React.createElement($a,{id:"vk_block_baloon_fa_before_text",label:Va("Before text","vk-blocks")},React.createElement(er,Fa({attributeName:"fontAwesomeIconBefore"},e))),React.createElement($a,{id:"vk_block_baloon_fa_after_text",label:Va("After text","vk-blocks")},React.createElement(er,Fa({attributeName:"fontAwesomeIconAfter"},e)))))),React.createElement("div",{className:t},React.createElement(Io,{lbColorCustom:f,lbColor:p,lbType:u,lbAlign:m,lbSize:s,lbFontAwesomeIconBefore:b,lbFontAwesomeIconAfter:d,lbsubCaption:l,lbRichtext:React.createElement(tl,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return o({content:e})},value:a,placeholder:Va("Input text","vk-blocks"),allowedFormats:["core/bold","core/italic","core/strikethrough","core/superscript","core/subscript","vk-blocks/responsive-br"],isSelected:!0})})))},save:function(e){var t=e.attributes,n=e.className,r=t.content,o=t.subCaption,a=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonAlign,f=t.fontAwesomeIconBefore,m=t.fontAwesomeIconAfter,b="";return b=u&&"undefined"!==u?"vk_button vk_button-color-custom vk_button-align-".concat(p):"vk_button vk_button-align-".concat(p),n&&(b=n+" "+b),React.createElement("div",{className:b},React.createElement(Io,{lbColorCustom:u,lbColor:s,lbType:i,lbAlign:p,lbSize:c,lbUrl:a,lbTarget:l,lbFontAwesomeIconBefore:f,lbFontAwesomeIconAfter:m,lbsubCaption:o,lbRichtext:React.createElement(tl.Content,{tagName:"span",className:"vk_button_link_txt",value:r})}))},deprecated:Da});var ol=S.RichText,al=S.InnerBlocks,ll=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=e.className,r=t.heading,o=t.content;return React.createElement("dl",{className:"".concat(n," vk_faq")},React.createElement(ol.Content,{tagName:"dt",className:"vk_faq_title",value:r}),React.createElement(ol.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}},{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},save:function(e){var t=e.attributes,n=t.heading,r=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(ol.Content,{tagName:"dt",className:"vk_faq_title",value:n}),React.createElement(ol.Content,{tagName:"dd",className:"vk_faq_content",value:r}))}},{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},save:function(e){var t=e.attributes.heading;return React.createElement("dl",{className:"vk_faq"},React.createElement(ol.Content,{tagName:"dt",className:"vk_faq_title",value:t}),React.createElement("dd",{className:"vk_faq_content"},React.createElement(al.Content,null)))}}],cl=n(9296),il=n.n(cl),sl=wp.i18n.__,ul=wp.element.Fragment,pl=wp.blocks.registerBlockType,fl=wp.components,ml=fl.PanelBody,bl=fl.PanelRow,dl=S.RichText,vl=S.InnerBlocks,hl=S.InspectorControls;pl("vk-blocks/faq",{title:sl("Classic FAQ","vk-blocks"),icon:React.createElement(il(),null),category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},supports:{anchor:!0},styles:[{name:"vk_faq-normal",label:sl("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:sl("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:sl("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:sl("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:sl("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:sl("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:sl("Border Rounded","vk-blocks")}],example:{attributes:{heading:xe},innerBlocks:[{name:"core/paragraph",attributes:{content:Ce}}]},edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=e.className;t=vk_blocks_check.is_pro?sl("If you want to be collapsing this block, you can set it at Setting > VK Blocks","vk-blocks"):sl("You can be collapsing this block at VK Blocks Pro","vk-blocks");var a=n.heading,l=[["core/paragraph",{content:n.content}]];return React.createElement(ul,null,React.createElement(hl,null,React.createElement(ml,{title:sl("Accordion Setting","vk-blocks")},React.createElement(bl,null,t))),React.createElement("dl",{className:c()(o,"vk_faq")},React.createElement(dl,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return r({heading:e})},value:a,placeholder:sl("Please enter a question.","vk-blocks")}),React.createElement("dd",{className:"vk_faq_content"}," ",React.createElement(vl,{template:l}))))},save:function(e){var t=e.attributes.heading;return React.createElement("dl",{className:"vk_faq [accordion_trigger_switch]"},React.createElement(dl.Content,{tagName:"dt",className:"vk_faq_title",value:t}),React.createElement("dd",{className:"vk_faq_content"},React.createElement(vl.Content,null)))},deprecated:ll});var gl=S.RichText,_l=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.arrowFlag;return React.createElement("div",{className:"".concat(a," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(gl.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(gl.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:o,alt:""})):""))}}],kl=n(1194),yl=n.n(kl),wl=wp.i18n.__,El=wp.blocks.registerBlockType,xl=wp.components,Cl=xl.RadioControl,Rl=xl.PanelBody,Nl=xl.Button,Sl=wp.element.Fragment,Tl=S.RichText,Al=S.InspectorControls,Bl=S.MediaUpload;function Ol(e){return(Ol="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Il(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function jl(e,t){return(jl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ll(e,t){return!t||"object"!==Ol(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zl(e){return(zl=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}El("vk-blocks/flow",{title:wl("Flow","vk-blocks"),icon:React.createElement(yl(),null),category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},example:{attributes:{heading:xe,content:Ce,arrowFlag:"vk_flow-arrow-on",insertImage:Se}},edit:function(e){var t=e.attributes,n=e.setAttributes,r=e.className,o=e.clientId,a=t.heading,l=t.content,c=t.insertImage,i=t.arrowFlag;return React.createElement(Sl,null,React.createElement(Al,null,React.createElement(Rl,{title:wl("Display of arrow","vk-blocks")},React.createElement(Cl,{selected:i,options:[{label:wl("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:wl("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return n({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(r," ").concat(i," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Tl,{key:"".concat(o,"2"),tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return n({heading:e})},value:a,placeholder:wl("Input title","vk-blocks")}),React.createElement(Tl,{key:"".concat(o,"3"),tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return n({content:e})},value:l,placeholder:wl("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(Bl,{onSelect:function(e){return n({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:c,render:function(e){var t=e.open;return React.createElement(Nl,{onClick:t,className:c?"image-button":"button button-large"},c?React.createElement("img",{className:"icon-image",src:c,alt:wl("Upload image","vk-blocks")}):wl("Select image","vk-blocks"))}})))))},save:function(e){var t=e.attributes,n=t.heading,r=t.content,o=t.insertImage,a=t.arrowFlag;return React.createElement("div",{className:"".concat(a," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(Tl.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(Tl.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:r})),o?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:o,alt:""})):""))},deprecated:_l});var Ml=wp.i18n.__,ql=wp.element.Component,Dl=S.RichText,Hl=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&jl(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=zl(r);if(o){var n=zl(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Ll(this,e)});function l(){return Il(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,v=t.icon3,h=t.color1,g=t.color2,_=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,E=t.insertImage1,x=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,T=[n,r,o],A=[a,l,c],B=[i,s,u],O=[p,f,m],I=[b,d,v],P=[h,g,_],j=[k,y,w],L=[E,x,C],z="",M="",q=L[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url(".concat(L[S],")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:L[S],alt:""})):(P[S]||(P[S]="#0693e3"),"0"===j[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:P[S],border:"1px solid ".concat(P[S])}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+P[S]}},React.createElement("i",{className:"".concat(I[S]," vk_prBlocks_item_icon"),style:{color:P[S]}})));return"edit"===R?1===N?(z=React.createElement(Dl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(t){return e({heading1:t})},value:n,placeholder:Ml("Input Title","vk-blocks")}),M=React.createElement(Dl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Ml("Input Content","vk-blocks")})):2===N?(z=React.createElement(Dl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(t){return e({heading2:t})},value:r,placeholder:Ml("Input Title","vk-blocks")}),M=React.createElement(Dl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Ml("Input Content","vk-blocks")})):3===N&&(z=React.createElement(Dl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(t){return e({heading3:t})},value:o,placeholder:Ml("Input Title","vk-blocks")}),M=React.createElement(Dl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Ml("Input Content","vk-blocks")})):"save"===R&&(z=React.createElement(Dl.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h1",value:T[S]}),M=React.createElement(Dl.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:A[S]})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:B[S],target:O[S]?"_blank":"_self",className:"vk_prBlocks_item_link",rel:"noopener noreferrer"},q,z,M))}}])&&Pl(t.prototype,n),l}(ql);function Ul(e){return(Ul="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var Fl=function(e){if("string"==typeof e){try{JSON.parse(e)}catch(e){return!0}return!1}return"object"!==Ul(e)||Array.isArray(e)};function Vl(e){return(Vl="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Zl(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gl(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Wl(e,t){return(Wl=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Jl(e,t){return!t||"object"!==Vl(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function $l(e){return($l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Yl=wp.i18n.__,Xl=wp.element.Component,Kl=S.RichText,Ql=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Wl(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=$l(r);if(o){var n=$l(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Jl(this,e)});function l(){return Zl(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,v=t.icon3,h=t.color1,g=t.color2,_=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,E=t.insertImage1,x=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,A=[n,r,o],B=[a,l,c],O=[i,s,u],I=[p,f,m],P=[b,d,v],j=[h,g,_],L=[k,y,w],z=[E,x,C],M="",q="",D=z[S]?React.createElement("div",{className:"vk_prBlocks_item_image",style:function(e){var t=e[S];if(Fl(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(T(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}}(z)},function(e){if(Fl(e))return React.createElement("img",{src:e,alt:""});var t=JSON.parse(T(e));return React.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(z[S])):(j[S]||(j[S]="#0693e3"),"0"===L[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[S],border:"1px solid ".concat(j[S])}},React.createElement("i",{className:"".concat(P[S]," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[S]}},React.createElement("i",{className:"".concat(P[S]," vk_prBlocks_item_icon"),style:{color:j[S]}})));return"edit"===R?1===N?(M=React.createElement(Kl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:Yl("Input Title","vk-blocks")}),q=React.createElement(Kl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:Yl("Input Content","vk-blocks")})):2===N?(M=React.createElement(Kl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:Yl("Input Title","vk-blocks")}),q=React.createElement(Kl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:Yl("Input Content","vk-blocks")})):3===N&&(M=React.createElement(Kl,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:Yl("Input Title","vk-blocks")}),q=React.createElement(Kl,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:Yl("Input Content","vk-blocks")})):"save"===R&&(M=React.createElement(Kl.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:A[S]}),q=React.createElement(Kl.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:B[S]})),O[S]&&"save"===R?React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:O[S],className:"vk_prBlocks_item_link",target:I[S]?"_blank":"_self",rel:"noopener noreferrer"},D,M,q)):React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},D,M,q)}}])&&Gl(t.prototype,n),l}(Xl);function ec(e){throw new TypeError('"'+e+'" is read-only')}wp.i18n.__;var tc=S.RichText;function nc(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h3.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}var rc=[{attributes:nc(4),save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",React.createElement("div",{className:t},React.createElement(Ql,{attributes:n,blockNum:1,for_:"save"}),React.createElement(Ql,{attributes:n,blockNum:2,for_:"save"}),React.createElement(Ql,{attributes:n,blockNum:3,for_:"save"}))}},{attributes:nc(4),save:function(e){var t=e.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,v=t.icon3,h=t.color1,g=t.color2,_=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,E=t.insertImage1,x=t.insertImage2,C=t.insertImage3;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:i,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},E?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+E+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:E,alt:""})):(h||(ec("color1"),h="#0693e3"),"0"===k?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:h,border:"1px solid ".concat(h)}},React.createElement("i",{className:"".concat(b," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+h}},React.createElement("i",{className:"".concat(b," vk_prBlocks_item_icon"),style:{color:h}}))),React.createElement(tc.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:n}),React.createElement(tc.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:a}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:s,target:f?"_blank":"_self",className:"vk_prBlocks_item_link"},x?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+x+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:x,alt:""})):(g||(ec("color2"),g="#0693e3"),"0"===y?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:g,border:"1px solid ".concat(g)}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+g}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:g}}))),React.createElement(tc.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:r}),React.createElement(tc.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:l}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},C?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:C,alt:""})):(_||(ec("color3"),_="#0693e3"),"0"===w?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:_}}))),React.createElement(tc.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:o}),React.createElement(tc.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:c}))))}},{attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(),save:function(e){var t=e.attributes;return React.createElement("div",{className:"vk_prBlocks row"},React.createElement(Hl,{attributes:t,blockNum:1,for_:"save"}),React.createElement(Hl,{attributes:t,blockNum:2,for_:"save"}),React.createElement(Hl,{attributes:t,blockNum:3,for_:"save"}))}}];function oc(e){return(oc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ac(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function lc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function cc(e,t){return(cc=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ic(e,t){return!t||"object"!==oc(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function sc(e){return(sc=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var uc=wp.i18n.__,pc=wp.element.Component,fc=S.RichText,mc=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&cc(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=sc(r);if(o){var n=sc(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ic(this,e)});function l(){return ac(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.setAttributes,t=this.props.attributes,n=t.heading1,r=t.heading2,o=t.heading3,a=t.content1,l=t.content2,c=t.content3,i=t.url1,s=t.url2,u=t.url3,p=t.urlOpenType1,f=t.urlOpenType2,m=t.urlOpenType3,b=t.icon1,d=t.icon2,v=t.icon3,h=t.color1,g=t.color2,_=t.color3,k=t.bgType1,y=t.bgType2,w=t.bgType3,E=t.insertImage1,x=t.insertImage2,C=t.insertImage3,R=this.props.for_,N=this.props.blockNum,S=this.props.blockNum-1,A=[n,r,o],B=[a,l,c],O=[i,s,u],I=[p,f,m],P=[b,d,v],j=[h,g,_],L=[k,y,w],z=[E,x,C],M="",q="",D=function(e){var t=e[S];if(Fl(t))return{backgroundImage:"url(".concat(t,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"};var n=JSON.parse(T(t));return{backgroundImage:"url(".concat(n.sizes.full.url,")"),backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},H=function(){if(z[S])return React.createElement("div",{className:"vk_prBlocks_item_image",style:D(z)},function(e){if(Fl(e))return React.createElement("img",{src:e,alt:""});var t=JSON.parse(T(e));return React.createElement("img",{src:t.sizes.full.url,alt:t.alt})}(z[S]));var e;j[S]||(j[S]="#0693e3"),e="0"===L[S]?"#fff":j[S];var t=P[S];t&&!t.match(/<i/)&&(t='<i class="'.concat(t,'"></i>'));var n=t.split(" ");n[0]=n[0]+' style="color:'.concat(e,'" '),n[1]=n[1]+" vk_prBlocks_item_icon ";var r=n.join("");return"0"===L[S]?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:j[S],border:"1px solid ".concat(j[S])}},(0,zt.ZP)(r)):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+j[S]}},(0,zt.ZP)(r))}();return"edit"===R?1===N?(M=React.createElement(fc,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h3",onChange:function(t){return e({heading1:t})},value:n,placeholder:uc("Input Title","vk-blocks")}),q=React.createElement(fc,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(t){return e({content1:t})},value:a,placeholder:uc("Input Content","vk-blocks")})):2===N?(M=React.createElement(fc,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h3",onChange:function(t){return e({heading2:t})},value:r,placeholder:uc("Input Title","vk-blocks")}),q=React.createElement(fc,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(t){return e({content2:t})},value:l,placeholder:uc("Input Content","vk-blocks")})):3===N&&(M=React.createElement(fc,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h3",onChange:function(t){return e({heading3:t})},value:o,placeholder:uc("Input Title","vk-blocks")}),q=React.createElement(fc,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(t){return e({content3:t})},value:c,placeholder:uc("Input Content","vk-blocks")})):"save"===R&&(M=React.createElement(fc.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-".concat(N),tagName:"h3",value:A[S]}),q=React.createElement(fc.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-".concat(N),tagName:"p",value:B[S]})),O[S]&&"save"===R?React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:O[S],className:"vk_prBlocks_item_link",target:I[S]?"_blank":"_self",rel:"noopener noreferrer"},H,M,q)):React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},H,M,q)}}])&&lc(t.prototype,n),l}(pc),bc=n(7896),dc=n.n(bc);function vc(){return(vc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var hc=wp.i18n.__,gc=wp.blocks.registerBlockType,_c=wp.components,kc=_c.RadioControl,yc=_c.PanelBody,wc=_c.Button,Ec=_c.BaseControl,xc=_c.CheckboxControl,Cc=_c.TextControl,Rc=wp.element.Fragment,Nc=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Sc=Nc.InspectorControls,Tc=Nc.MediaUpload,Ac=Nc.ColorPalette;gc("vk-blocks/pr-blocks",{title:hc("PR Blocks","vk-blocks"),icon:Je.createElement(dc(),null),category:"vk-blocks-cat",attributes:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]={type:"string",source:"html",selector:".vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:""},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:'<i class="fas fa-file"></i>'},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:""};return t}(),example:function(e){for(var t={},n=1;n<=4;n++)t["heading"+n]=Re,t["content"+n]=xe,t["url"+n]=Ae,t["urlOpenType"+n]=!1,t["icon"+n]=Ne,t["color"+n]=Te,t["bgType"+n]="0",t["insertImage"+n]="";return{attributes:t}}(),edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=e.className,a=n.url1,l=n.url2,c=n.url3,i=n.urlOpenType1,s=n.urlOpenType2,u=n.urlOpenType3,p=n.color1,f=n.color2,m=n.color3,b=n.bgType1,d=n.bgType2,v=n.bgType3,h=n.insertImage1,g=n.insertImage2,_=n.insertImage3;t=o?"".concat(o," vk_prBlocks row"):"vk_prBlocks row";var k=function(e){if(Fl(e))return e?Je.createElement("img",{className:"icon-image",src:e,alt:hc("Upload image","vk-blocks")}):hc("Select image","vk-blocks");var t=JSON.parse(T(e));return e?Je.createElement("img",{className:"icon-image",src:t.sizes.full.url,alt:t.alt}):hc("Select image","vk-blocks")};return Je.createElement(Rc,null,Je.createElement(Sc,null,Je.createElement(yc,{title:hc("PR Block1 Setting","vk-blocks")},Je.createElement(Ec,{label:hc("Link URL:","vk-blocks")},Je.createElement(Cc,{value:a,onChange:function(e){return r({url1:e})}}),Je.createElement(xc,{label:hc("Open link new tab.","vk-blocks"),checked:i,onChange:function(e){return r({urlOpenType1:e})}})),Je.createElement(Ec,{label:hc("Icon 1","vk-blocks")},Je.createElement(er,vc({attributeName:"icon1"},e)),Je.createElement(Ac,{value:p,onChange:function(e){e?r({color1:e}):(r({color1:"#0693e3"}),r({bgType1:"0"}))}}),Je.createElement(kc,{label:hc("Icon Background:","vk-blocks"),selected:b,options:[{label:hc("Solid color","vk-blocks"),value:"0"},{label:hc("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType1:e})}})),Je.createElement(Ec,{help:hc("When you have an image. Image is displayed with priority","vk-blocks")},Je.createElement("h4",{className:"components-base-control__title"},hc("PR Image 1","vk-blocks")),Je.createElement(Tc,{onSelect:function(e){Fl(e)?r({insertImage1:e.url}):r({insertImage1:JSON.stringify(e)})},type:"image",value:h,render:function(e){var t=e.open;return Je.createElement(wc,{onClick:t,className:h?"image-button":"button button-large"},k(h))}}))),Je.createElement(yc,{title:hc("PR Block2 Setting","vk-blocks")},Je.createElement(Ec,{label:hc("Link URL:","vk-blocks")},Je.createElement(Cc,{value:l,onChange:function(e){return r({url2:e})}}),Je.createElement(xc,{label:hc("Open link new tab.","vk-blocks"),checked:s,onChange:function(e){return r({urlOpenType2:e})}})),Je.createElement(Ec,{label:hc("Icon 2","vk-blocks")},Je.createElement(er,vc({attributeName:"icon2"},e)),Je.createElement(Ac,{value:f,onChange:function(e){e?r({color2:e}):(r({color2:"#0693e3"}),r({bgType2:"0"}))}}),Je.createElement(kc,{label:hc("Icon Background:","vk-blocks"),selected:d,options:[{label:hc("Solid color","vk-blocks"),value:"0"},{label:hc("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType2:e})}})),Je.createElement(Ec,{help:hc("When you have an image. Image is displayed with priority.","vk-blocks")},Je.createElement("h4",{className:"components-base-control__title"},hc("PR Image 2","vk-blocks")),Je.createElement(Tc,{onSelect:function(e){Fl(e)?r({insertImage2:e.url}):r({insertImage2:JSON.stringify(e)})},type:"image",value:g,render:function(e){var t=e.open;return Je.createElement(wc,{onClick:t,className:g?"image-button":"button button-large"},k(g))}}))),Je.createElement(yc,{title:hc("PR Block3 Setting","vk-blocks")},Je.createElement(Ec,{label:hc("Link URL:","vk-blocks")},Je.createElement(Cc,{value:c,onChange:function(e){return r({url3:e})}}),Je.createElement(xc,{label:hc("Open link new tab.","vk-blocks"),checked:u,onChange:function(e){return r({urlOpenType3:e})}})),Je.createElement(Ec,{label:hc("Icon 3","vk-blocks")},Je.createElement(er,vc({attributeName:"icon3"},e)),Je.createElement(Ac,{value:m,onChange:function(e){e?r({color3:e}):(r({color3:"#0693e3"}),r({bgType3:"0"}))}}),Je.createElement(kc,{label:hc("Icon Background:","vk-blocks"),selected:v,options:[{label:hc("Solid color","vk-blocks"),value:"0"},{label:hc("No background","vk-blocks"),value:"1"}],onChange:function(e){return r({bgType3:e})}})),Je.createElement(Ec,{help:hc("When you have an image. Image is displayed with priority.","vk-blocks")},Je.createElement("h4",{className:"components-base-control__title"},hc("PR Image 3","vk-blocks")),Je.createElement(Tc,{onSelect:function(e){Fl(e)?r({insertImage3:e.url}):r({insertImage3:JSON.stringify(e)})},type:"image",value:_,render:function(e){var t=e.open;return Je.createElement(wc,{onClick:t,className:_?"image-button":"button button-large"},k(_))}})))),Je.createElement("div",{className:t},Je.createElement(mc,{attributes:n,setAttributes:r,blockNum:1,for_:"edit"}),Je.createElement(mc,{attributes:n,setAttributes:r,blockNum:2,for_:"edit"}),Je.createElement(mc,{attributes:n,setAttributes:r,blockNum:3,for_:"edit"})))},save:function(e){var t,n=e.attributes,r=e.className;return t=r?"".concat(r," vk_prBlocks row"):"vk_prBlocks row",Je.createElement("div",{className:t},Je.createElement(mc,{attributes:n,blockNum:1,for_:"save"}),Je.createElement(mc,{attributes:n,blockNum:2,for_:"save"}),Je.createElement(mc,{attributes:n,blockNum:3,for_:"save"}))},deprecated:rc});var Bc={attributes:{title:xe,titleColor:Te,content:Ce,contentColor:Te,url:Ae,buttonType:"0",buttonColor:"primary",buttonColorCustom:"",buttonText:Re,buttonTarget:!1,Image:Se,ImageBorderColor:Te,layout:"left",fontAwesomeIconBefore:Ne,fontAwesomeIconAfter:Ne}};function Oc(e){return(Oc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ic(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Pc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function jc(e,t){return(jc=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Lc(e,t){return!t||"object"!==Oc(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function zc(e){return(zc=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Mc=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&jc(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=zc(r);if(o){var n=zc(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Lc(this,e)});function l(){return Ic(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.buttonText,o=n.fontAwesomeIconBefore,a=n.fontAwesomeIconAfter,l="",c="";return o&&!o.match(/<i/)&&(o='<i class="'.concat(o,'"></i>')),a&&!a.match(/<i/)&&(a='<i class="'.concat(a,'"></i>')),o&&((e=o.split(" "))[1]=" "+e[1]+" vk_button_link_before ",l=e.join("")),a&&((t=a.split(" "))[1]=" "+t[1]+" vk_button_link_after ",c=t.join("")),React.createElement(React.Fragment,null,(0,zt.ZP)(l),React.createElement("span",{className:"vk_button_link_txt"},r),(0,zt.ZP)(c))}}])&&Pc(t.prototype,n),l}();function qc(e){return(qc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Dc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Hc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Uc(e,t){return(Uc=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Fc(e,t){return!t||"object"!==qc(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Vc(e){return(Vc=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Zc=wp.i18n.__,Gc=wp.components.Button,Wc=wp.element.Component,Jc=S.MediaUpload,$c=S.RichText,Yc=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Uc(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Vc(r);if(o){var n=Vc(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Fc(this,e)});function l(){return Dc(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};_="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=b?"1px solid ".concat(b):"none";var E=function(e){e&&v({Image:JSON.stringify(e)})};return React.createElement("div",{className:_},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(m&&-1===m.indexOf("{"))return React.createElement(Jc,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return React.createElement(Gc,{onClick:n,className:m?"image-button":"button button-large"},m?React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Zc("Upload image","vk-blocks"),style:{border:e}}):Zc("Select image","vk-blocks"))}});var n=JSON.parse(T(m));return React.createElement(Jc,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return React.createElement(Gc,{onClick:r,className:n?"image-button":"button button-large"},null===m||void 0===n.sizes?Zc("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!m)return Zc("Select image","vk-blocks");if(m&&-1===m.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Zc("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(T(m));return r&&void 0!==r.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(g)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?React.createElement(React.Fragment,null,React.createElement($c,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:Zc("Input title.","vk-blocks"),style:{color:r}}),React.createElement($c,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:Zc("Input content.","vk-blocks"),style:{color:a}})):React.createElement(React.Fragment,null,React.createElement($c.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),React.createElement($c.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return React.createElement("div",{className:k},React.createElement("a",{href:l,className:y,target:f?"_blank":void 0,style:w,rel:f?"noopener":void 0},React.createElement(Mc,{attributes:t})))}()))}}])&&Hc(t.prototype,n),l}(Wc);function Xc(e){return(Xc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Kc(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qc(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ei(e,t){return(ei=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ti(e,t){return!t||"object"!==Xc(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ni(e){return(ni=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ri=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ei(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=ni(r);if(o){var n=ni(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ti(this,e)});function l(){return Kc(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=Je.createElement("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=Je.createElement("i",{className:"".concat(r," vk_button_link_after")})),Je.createElement(Je.Fragment,null,o,Je.createElement("span",{className:"vk_button_link_txt"},t),a)}}])&&Qc(t.prototype,n),l}(Je.Component);function oi(e){return(oi="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ai(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function li(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ci(e,t){return(ci=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ii(e,t){return!t||"object"!==oi(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function si(e){return(si=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ui=wp.i18n.__,pi=wp.components.Button,fi=S.MediaUpload,mi=S.RichText,bi=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ci(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=si(r);if(o){var n=si(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ii(this,e)});function l(){return ai(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.attributes,t=e.title,n=e.titleColor,r=e.content,o=e.contentColor,a=e.url,l=e.buttonType,c=e.buttonColor,i=e.buttonColorCustom,s=e.buttonText,u=e.buttonTarget,p=e.Image,f=e.ImageBorderColor,m=e.layout,b=(e.fontAwesomeIconBefore,e.fontAwesomeIconAfter,this.props.setAttributes),d=this.props.for_,v="vk_prContent",h="vk_button",g="btn btn-block vk_button_link vk_prContent_colTxt_btn",_={};return v="".concat(v,"right"===m?" vk_prContent-layout-imageRight":" vk_prContent-layout-imageLeft"),i?(h="".concat(h," vk_button-color-custom"),g="".concat(g," btn-primary"),"0"===l?_={backgroundColor:i,border:"1px solid ".concat(i)}:"1"===l&&(_={backgroundColor:"transparent",border:"1px solid "+i,color:i})):i||("0"===l?(g="".concat(g," btn-").concat(c),_=null):"1"===l&&(g="".concat(g," btn-outline-").concat(c),_=null)),Je.createElement("div",{className:v},Je.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===d?Je.createElement(fi,{onSelect:function(e){return b({Image:e.sizes.full.url})},type:" image",value:p,render:function(e){var t=e.open;return Je.createElement(pi,{onClick:t,className:p?"image-button":"button button-large"},p?Je.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:ui("Upload image","vk-blocks"),style:{border:"1px solid ".concat(f)}}):ui("Select image","vk-blocks"))}}):p?Je.createElement("img",{className:"vk_prContent_colImg_image",src:p,alt:ui("Upload image","vk-blocks"),style:{border:"1px solid ".concat(f)}}):ui("Select image","vk-blocks")),Je.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===d?Je.createElement(Je.Fragment,null,Je.createElement(mi,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return b({title:e})},value:t,placeholder:ui("Input title.","vk-blocks"),style:{color:n}}),Je.createElement(mi,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return b({content:e})},value:r,placeholder:ui("Input content.","vk-blocks"),style:{color:o}})):Je.createElement(Je.Fragment,null,Je.createElement(mi.Content,{tagName:"h3",value:t,className:"vk_prContent_colTxt_title",style:{color:n}}),Je.createElement(mi.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:r,style:{color:o}})),function(){if(""!==s&&void 0!==s)return Je.createElement("div",{className:h},Je.createElement("a",{href:a,className:g,target:u?"_blank":null,style:_,rel:"noopener noreferrer"},Je.createElement(ri,{attributes:e})))}()))}}])&&li(t.prototype,n),l}(Je.Component);function di(e){return(di="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function vi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function hi(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function gi(e,t){return(gi=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _i(e,t){return!t||"object"!==di(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ki(e){return(ki=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var yi=wp.i18n.__,wi=wp.components.Button,Ei=S.MediaUpload,xi=S.RichText,Ci=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&gi(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=ki(r);if(o){var n=ki(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return _i(this,e)});function l(){return vi(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};return _="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=null==b?"none":"1px solid ".concat(b),Je.createElement("div",{className:_},Je.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},"edit"===g?Je.createElement(Ei,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return Je.createElement(wi,{onClick:n,className:m?"image-button":"button button-large"},m?Je.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:yi("Upload image","vk-blocks"),style:{border:e}}):yi("Select image","vk-blocks"))}}):m?Je.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:yi("Upload image","vk-blocks"),style:{border:e}}):yi("Select image","vk-blocks")),Je.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?Je.createElement(Je.Fragment,null,Je.createElement(xi,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:yi("Input title.","vk-blocks"),style:{color:r}}),Je.createElement(xi,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:yi("Input content.","vk-blocks"),style:{color:a}})):Je.createElement(Je.Fragment,null,Je.createElement(xi.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),Je.createElement(xi.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return Je.createElement("div",{className:k},Je.createElement("a",{href:l,className:y,target:f?"_blank":null,style:w,rel:"noopener noreferrer"},Je.createElement(ri,{attributes:t})))}()))}}])&&hi(t.prototype,n),l}(Je.Component);function Ri(e){return(Ri="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ni(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Si(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Ti(e,t,n){return t&&Si(e.prototype,t),n&&Si(e,n),e}function Ai(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Bi(e,t)}function Bi(e,t){return(Bi=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Oi(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Pi(e);if(t){var o=Pi(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Ii(this,n)}}function Ii(e,t){return!t||"object"!==Ri(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Pi(e){return(Pi=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ji=wp.i18n.__,Li=wp.components.Button,zi=wp.element,Mi=zi.Component,qi=zi.Fragment,Di=S.MediaUpload,Hi=S.RichText,Ui=function(e){Ai(n,e);var t=Oi(n);function n(){return Ni(this,n),t.apply(this,arguments)}return Ti(n,[{key:"render",value:function(){var e=this.props.attributes,t=e.buttonText,n=e.fontAwesomeIconBefore,r=e.fontAwesomeIconAfter,o="",a="";return n&&(o=React.createElement("i",{className:"".concat(n," vk_button_link_before")})),r&&(a=React.createElement("i",{className:"".concat(r," vk_button_link_after")})),React.createElement(qi,null,o,React.createElement("span",{className:"vk_button_link_txt"},t),a)}}]),n}(Mi),Fi=function(e){Ai(n,e);var t=Oi(n);function n(){return Ni(this,n),t.apply(this,arguments)}return Ti(n,[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};_="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=b?"1px solid ".concat(b):"none";var E=function(e){e&&v({Image:JSON.stringify(e)})};return React.createElement("div",{className:_},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(m&&-1===m.indexOf("{"))return React.createElement(Di,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return React.createElement(Li,{onClick:n,className:m?"image-button":"button button-large"},m?React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:ji("Upload image","vk-blocks"),style:{border:e}}):ji("Select image","vk-blocks"))}});var n=JSON.parse(T(m));return React.createElement(Di,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return React.createElement(Li,{onClick:r,className:n?"image-button":"button button-large"},null===m||void 0===n.sizes?ji("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!m)return ji("Select image","vk-blocks");if(m&&-1===m.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:ji("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(T(m));return r&&void 0!==r.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(g)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?React.createElement(qi,null,React.createElement(Hi,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:ji("Input title.","vk-blocks"),style:{color:r}}),React.createElement(Hi,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:ji("Input content.","vk-blocks"),style:{color:a}})):React.createElement(qi,null,React.createElement(Hi.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),React.createElement(Hi.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return React.createElement("div",{className:k},React.createElement("a",{href:l,className:y,target:f?"_blank":null,style:w,rel:"noopener noreferrer"},React.createElement(Ui,{attributes:t})))}()))}}]),n}(Mi);function Vi(e){return(Vi="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Zi(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Gi(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Wi(e,t){return(Wi=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Ji(e,t){return!t||"object"!==Vi(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function $i(e){return($i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Yi=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Wi(e,t)}(l,wp.element.Component);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=$i(r);if(o){var n=$i(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Ji(this,e)});function l(){return Zi(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t,n=this.props.attributes,r=n.buttonText,o=n.fontAwesomeIconBefore,a=n.fontAwesomeIconAfter,l="",c="";return o&&!o.match(/<i/)&&(o='<i class="'.concat(o,'"></i>')),a&&!a.match(/<i/)&&(a='<i class="'.concat(a,'"></i>')),o&&((e=o.split(" "))[1]=" "+e[1]+" vk_button_link_before ",l=e.join("")),a&&((t=a.split(" "))[1]=" "+t[1]+" vk_button_link_after ",c=t.join("")),React.createElement(React.Fragment,null,(0,zt.ZP)(l),React.createElement("span",{className:"vk_button_link_txt"},r),(0,zt.ZP)(c))}}])&&Gi(t.prototype,n),l}();function Xi(e){return(Xi="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ki(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Qi(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function es(e,t){return(es=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ts(e,t){return!t||"object"!==Xi(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function ns(e){return(ns=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var rs=wp.i18n.__,os=wp.components.Button,as=wp.element.Component,ls=S.MediaUpload,cs=S.RichText,is=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&es(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=ns(r);if(o){var n=ns(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ts(this,e)});function l(){return Ki(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};_="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=b?"1px solid ".concat(b):"none";var E=function(e){e&&v({Image:JSON.stringify(e)})};return React.createElement("div",{className:_},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(m&&-1===m.indexOf("{"))return React.createElement(ls,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return React.createElement(os,{onClick:n,className:m?"image-button":"button button-large"},m?React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:rs("Upload image","vk-blocks"),style:{border:e}}):rs("Select image","vk-blocks"))}});var n=JSON.parse(T(m));return React.createElement(ls,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return React.createElement(os,{onClick:r,className:n?"image-button":"button button-large"},null===m||void 0===n.sizes?rs("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(m){if(m&&-1===m.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:rs("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(T(m));return r&&void 0!==r.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}return rs("Select image","vk-blocks")}}(g)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?React.createElement(React.Fragment,null,React.createElement(cs,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:rs("Input title.","vk-blocks"),style:{color:r}}),React.createElement(cs,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:rs("Input content.","vk-blocks"),style:{color:a}})):React.createElement(React.Fragment,null,React.createElement(cs.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),React.createElement(cs.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return React.createElement("div",{className:k},React.createElement("a",{href:l,className:y,target:f?"_blank":null,style:w,rel:"noopener noreferrer"},React.createElement(Yi,{attributes:t})))}()))}}])&&Qi(t.prototype,n),l}(as);function ss(e){return(ss="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function us(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ps(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function fs(e,t){return(fs=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function ms(e,t){return!t||"object"!==ss(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function bs(e){return(bs=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var ds=wp.i18n.__,vs=wp.components.Button,hs=wp.element.Component,gs=S.MediaUpload,_s=S.RichText,ks=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&fs(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=bs(r);if(o){var n=bs(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return ms(this,e)});function l(){return us(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};_="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=b?"1px solid ".concat(b):"none";var E=function(e){e&&v({Image:JSON.stringify(e)})};return React.createElement("div",{className:_},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(m&&-1===m.indexOf("{"))return React.createElement(gs,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return React.createElement(vs,{onClick:n,className:m?"image-button":"button button-large"},m?React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:ds("Upload image","vk-blocks"),style:{border:e}}):ds("Select image","vk-blocks"))}});var n=JSON.parse(T(m));return React.createElement(gs,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return React.createElement(vs,{onClick:r,className:n?"image-button":"button button-large"},null===m||void 0===n.sizes?ds("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!m)return ds("Select image","vk-blocks");if(m&&-1===m.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:ds("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(T(m));return r&&void 0!==r.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(g)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?React.createElement(React.Fragment,null,React.createElement(_s,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:ds("Input title.","vk-blocks"),style:{color:r}}),React.createElement(_s,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:ds("Input content.","vk-blocks"),style:{color:a}})):React.createElement(React.Fragment,null,React.createElement(_s.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),React.createElement(_s.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return React.createElement("div",{className:k},React.createElement("a",{href:l,className:y,target:f?"_blank":null,style:w},React.createElement(Yi,{attributes:t})))}()))}}])&&ps(t.prototype,n),l}(hs);function ys(e){return(ys="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ws(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Es(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function xs(e,t){return(xs=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Cs(e,t){return!t||"object"!==ys(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Rs(e){return(Rs=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Ns=wp.i18n.__,Ss=wp.components.Button,Ts=wp.element.Component,As=S.MediaUpload,Bs=S.RichText,Os=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&xs(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Rs(r);if(o){var n=Rs(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Cs(this,e)});function l(){return ws(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e,t=this.props.attributes,n=t.title,r=t.titleColor,o=t.content,a=t.contentColor,l=t.url,i=t.buttonType,s=t.buttonColor,u=t.buttonColorCustom,p=t.buttonText,f=t.buttonTarget,m=t.Image,b=t.ImageBorderColor,d=t.layout,v=(t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,this.props.setAttributes),h=this.props.className,g=this.props.for_,_="vk_prContent",k="vk_button",y="btn btn-block vk_button_link vk_prContent_colTxt_btn",w={};_="right"===d?c()(h,_,"vk_prContent-layout-imageRight"):c()(h,_,"vk_prContent-layout-imageLeft"),u?(k="".concat(k," vk_button-color-custom"),y="".concat(y," btn-primary"),"0"===i?w={backgroundColor:u,border:"1px solid ".concat(u)}:"1"===i&&(w={backgroundColor:"transparent",border:"1px solid "+u,color:u})):u||("0"===i?(y="".concat(y," btn-").concat(s),w=null):"1"===i&&(y="".concat(y," btn-outline-").concat(s),w=null)),e=b?"1px solid ".concat(b):"none";var E=function(e){e&&v({Image:JSON.stringify(e)})};return React.createElement("div",{className:_},React.createElement("div",{className:"col-sm-6 vk_prContent_colImg"},function(t){if("edit"===t){if(m&&-1===m.indexOf("{"))return React.createElement(As,{onSelect:function(e){return v({Image:e.sizes.full.url})},type:" image",value:m,render:function(t){var n=t.open;return React.createElement(Ss,{onClick:n,className:m?"image-button":"button button-large"},m?React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Ns("Upload image","vk-blocks"),style:{border:e}}):Ns("Select image","vk-blocks"))}});var n=JSON.parse(T(m));return React.createElement(As,{onSelect:E,type:" image",value:n,render:function(t){var r=t.open;return React.createElement(Ss,{onClick:r,className:n?"image-button":"button button-large"},null===m||void 0===n.sizes?Ns("Select image","vk-blocks"):React.createElement("img",{className:"vk_prContent_colImg_image",src:n.sizes.full.url,alt:n.alt,style:{border:e}}))}})}if("save"===t){if(!m)return Ns("Select image","vk-blocks");if(m&&-1===m.indexOf("{"))return React.createElement("img",{className:"vk_prContent_colImg_image",src:m,alt:Ns("Upload image","vk-blocks"),style:{border:e}});var r=JSON.parse(T(m));return r&&void 0!==r.sizes?React.createElement("img",{className:"vk_prContent_colImg_image",src:r.sizes.full.url,alt:r.alt,style:{border:e}}):""}}(g)),React.createElement("div",{className:"col-sm-6 vk_prContent_colTxt"},"edit"===g?React.createElement(React.Fragment,null,React.createElement(Bs,{tagName:"h3",className:"vk_prContent_colTxt_title",onChange:function(e){return v({title:e})},value:n,placeholder:Ns("Input title.","vk-blocks"),style:{color:r}}),React.createElement(Bs,{tagName:"p",className:"vk_prContent_colTxt_text",onChange:function(e){return v({content:e})},value:o,placeholder:Ns("Input content.","vk-blocks"),style:{color:a}})):React.createElement(React.Fragment,null,React.createElement(Bs.Content,{tagName:"h3",value:n,className:"vk_prContent_colTxt_title",style:{color:r}}),React.createElement(Bs.Content,{tagName:"p",className:"vk_prContent_colTxt_text",value:o,style:{color:a}})),function(){if(""!==p&&void 0!==p)return React.createElement("div",{className:k},React.createElement("a",{href:l,className:y,target:f&&"_blank",style:w,rel:f&&"noopener"},React.createElement(Yi,{attributes:t})))}()))}}])&&Es(t.prototype,n),l}(Ts);function Is(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ps(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Is(Object(n),!0).forEach((function(t){js(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Is(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function js(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Ls={title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string"},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string"},url:{type:"string",default:null},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:null},ImageBorderColor:{type:"string",default:null},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string"},fontAwesomeIconAfter:{type:"string"}},zs=Ps(Ps(Ps(Ps(Ps(Ps(Ps(Ps(Ps({},Ls),Ls.titleColor.default=""),Ls.contentColor.default=""),Ls.url.default=""),Ls.buttonColorCustom.default=""),Ls.Image.default=""),Ls.ImageBorderColor.default=""),Ls.fontAwesomeIconBefore.default=""),Ls.fontAwesomeIconAfter.default=""),Ms=Ps(Ps(Ps({},Ls),Ls.fontAwesomeIconBefore.default='<i class="fas fa-user"></i>'),Ls.fontAwesomeIconAfter.default='<i class="fas fa-user"></i>'),qs=[{attributes:Ms,save:function(e){var t=e.attributes,n=e.className;return React.createElement(Os,{attributes:t,className:n,for_:"save"})}},{attributes:Ms,save:function(e){var t=e.attributes,n=e.className;return React.createElement(ks,{attributes:t,className:n,for_:"save"})}},{attributes:Ms,save:function(e){var t=e.attributes,n=e.className;return React.createElement(is,{attributes:t,className:n,for_:"save"})}},{attributes:zs,save:function(e){var t=e.attributes,n=e.className;return React.createElement(Fi,{attributes:t,className:n,for_:"save"})}},{attributes:Ls,save:function(e){var t=e.attributes;return React.createElement(bi,{attributes:t,for_:"save"})}},{attributes:Ls,save:function(e){var t=e.attributes,n=e.className;return React.createElement(Ci,{attributes:t,className:n,for_:"save"})}}],Ds=n(2246),Hs=n.n(Ds);function Us(){return(Us=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Fs=wp.i18n.__,Vs=wp.blocks.registerBlockType,Zs=wp.components,Gs=Zs.RadioControl,Ws=Zs.PanelBody,Js=Zs.BaseControl,$s=Zs.CheckboxControl,Ys=Zs.TextControl,Xs=wp.element.Fragment,Ks=wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor,Qs=Ks.InspectorControls,eu=Ks.ColorPalette;Vs("vk-blocks/pr-content",{title:Fs("PR Content","vk-blocks"),icon:React.createElement(Hs(),null),category:"vk-blocks-cat",attributes:{title:{source:"html",selector:".vk_prContent_colTxt_title"},titleColor:{type:"string",default:""},content:{source:"html",selector:".vk_prContent_colTxt_text"},contentColor:{type:"string",default:""},url:{type:"string",default:""},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:""},buttonText:{source:"html",selector:".vk_button_link_txt",default:""},buttonTarget:{type:"Boolean",default:!1},Image:{type:"string",default:"{}"},ImageBorderColor:{type:"string",default:""},layout:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:'<i class="fas fa-user"></i>'},fontAwesomeIconAfter:{type:"string",default:'<i class="fas fa-user"></i>'}},example:Bc,edit:function(e){var t=e.attributes,n=e.className,r=e.setAttributes,o=t.titleColor,a=t.contentColor,l=t.url,c=t.buttonType,i=t.buttonColor,s=t.buttonColorCustom,u=t.buttonText,p=t.buttonTarget,f=t.ImageBorderColor,m=t.layout;return t.fontAwesomeIconBefore,t.fontAwesomeIconAfter,React.createElement(Xs,null,React.createElement(Qs,null,React.createElement(Ws,{title:Fs("Color Setting","vk-blocks"),initialOpen:!1},React.createElement(Js,{label:Fs("Title Color","vk-blocks")},React.createElement(eu,{value:o,onChange:function(e){return r({titleColor:e})}})),React.createElement(Js,{label:Fs("Content Color","vk-blocks")},React.createElement(eu,{value:a,onChange:function(e){return r({contentColor:e})}})),React.createElement(Js,{label:Fs("Image Border Color","vk-blocks")},React.createElement(eu,{value:f,onChange:function(e){return r({ImageBorderColor:e})}}))),React.createElement(Ws,{title:Fs("Button Setting","vk-blocks"),initialOpen:!1},React.createElement(Js,{label:Fs("Button Text","vk-blocks")},React.createElement(Ys,{value:u,onChange:function(e){return r({buttonText:e})},placeholder:"Input button text."})),React.createElement(Js,{label:Fs("Link URL","vk-blocks")},React.createElement(Ys,{value:l,onChange:function(e){return r({url:e})},placeholder:"https://vektor-inc.co.jp/"})),React.createElement($s,{label:Fs("Open link new tab.","vk-blocks"),checked:p,onChange:function(e){return r({buttonTarget:e})}}),React.createElement(Js,{label:Fs("Button Type","vk-blocks")},React.createElement(Gs,{selected:c,options:[{label:Fs("Solid","vk-blocks"),value:"0"},{label:Fs("Ghost","vk-blocks"),value:"1"}],onChange:function(e){return r({buttonType:e})}})),React.createElement(Gs,{label:Fs("Default Color:","vk-blocks"),selected:i,options:[{label:Fs("Primary","vk-blocks"),value:"primary"},{label:Fs("Secondary","vk-blocks"),value:"secondary"},{label:Fs("Success","vk-blocks"),value:"success"},{label:Fs("Info","vk-blocks"),value:"info"},{label:Fs("Warning","vk-blocks"),value:"warning"},{label:Fs("Danger","vk-blocks"),value:"danger"},{label:Fs("Light","vk-blocks"),value:"light"},{label:Fs("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return r({buttonColor:e})}}),React.createElement(Js,{label:Fs("Button Color","vk-blocks")},React.createElement(eu,{value:s,onChange:function(e){return r({buttonColorCustom:e})}})),React.createElement(Js,null,React.createElement("h4",{className:"mt-0 mb-2"},Fs("Icon ( Font Awesome )","vk-blocks")),React.createElement(Js,{label:Fs("Before text","vk-blocks")},React.createElement(er,Us({attributeName:"fontAwesomeIconBefore"},e))),React.createElement(Js,{label:Fs("After text","vk-blocks")},React.createElement(er,Us({attributeName:"fontAwesomeIconAfter"},e))))),React.createElement(Ws,{title:Fs("Layout Setting","vk-blocks"),initialOpen:!1},React.createElement(Gs,{label:Fs("Layout Type","vk-blocks"),selected:m,options:[{label:Fs("Right","vk-blocks"),value:"right"},{label:Fs("Left","vk-blocks"),value:"left"}],onChange:function(e){return r({layout:e})}}))),React.createElement(Yc,{attributes:t,setAttributes:r,className:n,for_:"edit"}))},save:function(e){var t=e.attributes,n=e.className;return React.createElement(Yc,{attributes:t,className:n,for_:"save"})},deprecated:qs}),n(3273);var tu=n(5007),nu=n.n(tu),ru=wp.i18n.__,ou=window.wp.richText,au=ou.registerFormatType,lu=ou.toggleFormat,cu=(ou.applyFormat,ou.removeFormat,ou.getActiveFormat,wp.blockEditor&&wp.blockEditor.BlockEdit?wp.blockEditor:wp.editor),iu=cu.RichTextToolbarButton,su=(cu.RichTextShortcut,cu.InspectorControls,cu.PanelColorSettings,cu.getColorObjectByColorValue,wp.element.Fragment);au("vk-blocks/nowrap",{title:ru("No wrap","vk-blocks"),tagName:"span",className:"text-nowrap",edit:function(e){var t=e.value,n=e.isActive;return React.createElement(su,null,React.createElement(iu,{icon:nu(),title:ru("Nowrap","vk-blocks"),onClick:function(){e.onChange(lu(t,{type:"vk-blocks/nowrap"}))},isActive:n}))}});var uu=n(79),pu=n.n(uu),fu=wp.i18n.__,mu=wp.richText,bu=mu.registerFormatType,du=mu.insert,vu=wp.blockEditor.BlockControls,hu=wp.components,gu=hu.Toolbar,_u=hu.DropdownMenu,ku=["xs","sm","md","lg","xl","xxl"];bu("vk-blocks/responsive-br",{title:fu("Responsive Br","vk-blocks"),tagName:"br",className:null,edit:function(e){var t=e.onChange,n=e.value;return React.createElement(vu,null,React.createElement(gu,{label:"Options"},React.createElement(_u,{icon:React.createElement("svg",{width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M20 2v7.59H6.78l3.2 3.2-.48.5h-.88c.07-.83-.5-1.79-1.6-1.79h-.38L4 8.86 8.96 3.9 10 4.93l-3.21 3.2H18.5V2H20zM10.89 14.78H7.62a.11.11 0 00-.1.08l-.25.72c-.02.08.03.16.1.16h1.27c.1 0 .15.12.08.19L6.7 18.1l1.05 3.4c.02.07-.03.14-.1.14H6.63a.1.1 0 01-.1-.08L6 19.83c-.03-.1-.17-.1-.2 0l-.43 1.22a.1.1 0 000 .06l.39 1.49c.01.04.06.08.1.08h3.29c.07 0 .12-.08.1-.14l-1.33-4.28c-.01-.04 0-.09.03-.12l3.02-3.17c.07-.07.01-.2-.08-.2z",fill:"#000"}),React.createElement("path",{d:"M7.02 13H5.03a.11.11 0 00-.1.08l-.26.73c-.03.07.03.15.1.15h.84c.08 0 .13.07.1.15l-2.37 6.72a.1.1 0 01-.2 0l-1.7-4.85a.11.11 0 01.1-.15h.86c.04 0 .09.03.1.07l.62 1.75c.03.1.17.1.2 0l.96-2.72a.11.11 0 00-.1-.15H.1c-.08 0-.13.07-.1.15l3.12 9c.04.1.17.1.2 0l3.8-10.78c.02-.07-.03-.15-.1-.15z",fill:"#D8141C"})),label:"Select a direction",controls:ku.map((function(e){return{title:fu("Responsive BR ","vk-blocks")+"( ".concat(e," )"),icon:React.createElement(pu(),null),onClick:function(){!function(e,n){t(du(e,"[br-".concat(n,"]"),e.start,e.end))}(n,e)}}}))})))}});var yu=S.InnerBlocks,wu=S.RichText,Eu=wp.i18n.__,xu=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,i=o.heading,s=o.color,u=o.faIcon,p=o.bgColor;"edit"===a?(t=React.createElement(yu,null),n=React.createElement(wu,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:i,placeholder:Eu("Please enter a title.","vk-blocks")})):(t=React.createElement(yu.Content,null),n=React.createElement(wu.Content,{tagName:"h4",className:"vk_borderBox_title",value:i}));var f,m=l;return-1===l.indexOf("is-style-")&&(m=c()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),f=-1===u.indexOf('<i class="')?'<i class="'.concat(u,'"></i>'):u,React.createElement("div",{className:"vk_borderBox vk_borderBox-color-".concat(s," vk_borderBox-background-").concat(p," ").concat(m)},React.createElement("div",{className:"vk_borderBox_title_container"},(0,zt.ZP)(f),n),React.createElement("div",{className:"vk_borderBox_body"},t))};function Cu(e){return(Cu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ru(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function Su(e,t){return(Su=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Tu(e,t){return!t||"object"!==Cu(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function Au(e){return(Au=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var Bu=wp.components,Ou=Bu.RadioControl,Iu=Bu.TextControl,Pu=wp.element,ju=Pu.Component,Lu=Pu.Fragment,zu=wp.i18n.__,Mu=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&Su(e,t)}(l,e);var t,n,r,o,a=(r=l,o=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=Au(r);if(o){var n=Au(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return Tu(this,e)});function l(){return Ru(this,l),a.apply(this,arguments)}return t=l,(n=[{key:"render",value:function(){var e=this.props.attributes.faIcon,t=this.props.setAttributes,n=React.createElement(Lu,null,React.createElement("label",{className:"components-base-control__label"},zu("Icon","vk-blocks")),React.createElement(Ou,{className:"vk_icon_list",selected:e,options:[{label:React.createElement("i",{className:"fas fa-arrow-right"}),value:'<i class="fas fa-arrow-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-down"}),value:'<i class="fas fa-arrow-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-left"}),value:'<i class="fas fa-arrow-left"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-right"}),value:'<i class="fas fa-arrow-circle-right"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-down"}),value:'<i class="fas fa-arrow-circle-down"></i>'},{label:React.createElement("i",{className:"fas fa-arrow-circle-left"}),value:'<i class="fas fa-arrow-circle-left"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-right"}),value:'<i class="far fa-arrow-alt-circle-right"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-down"}),value:'<i class="far fa-arrow-alt-circle-down"></i>'},{label:React.createElement("i",{className:"far fa-arrow-alt-circle-left"}),value:'<i class="far fa-arrow-alt-circle-left"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-square-alt"}),value:'<i class="fas fa-external-link-square-alt"></i>'},{label:React.createElement("i",{className:"fas fa-external-link-alt"}),value:'<i class="fas fa-external-link-alt"></i>'},{label:React.createElement("i",{className:"fas fa-download"}),value:'<i class="fas fa-download"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-triangle"}),value:'<i class="fas fa-exclamation-triangle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation-circle"}),value:'<i class="fas fa-exclamation-circle"></i>'},{label:React.createElement("i",{className:"fas fa-exclamation"}),value:'<i class="fas fa-exclamation"></i>'},{label:React.createElement("i",{className:"fas fa-question"}),value:'<i class="fas fa-question"></i>'},{label:React.createElement("i",{className:"fas fa-question-circle"}),value:'<i class="fas fa-question-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info-circle"}),value:'<i class="fas fa-info-circle"></i>'},{label:React.createElement("i",{className:"fas fa-info"}),value:'<i class="fas fa-info"></i>'},{label:React.createElement("i",{className:"fas fa-check"}),value:'<i class="fas fa-check"></i>'},{label:React.createElement("i",{className:"fas fa-check-square"}),value:'<i class="fas fa-check-square"></i>'},{label:React.createElement("i",{className:"fas fa-check-circle"}),value:'<i class="fas fa-check-circle"></i>'},{label:React.createElement("i",{className:"fas fa-phone"}),value:'<i class="fas fa-phone"></i>'},{label:React.createElement("i",{className:"fas fa-phone-square"}),value:'<i class="fas fa-phone-square"></i>'},{label:React.createElement("i",{className:"fas fa-mobile-alt"}),value:'<i class="fas fa-mobile-alt"></i>'},{label:React.createElement("i",{className:"far fa-envelope"}),value:'<i class="far fa-envelope"></i>'},{label:React.createElement("i",{className:"fas fa-user"}),value:'<i class="fas fa-user"></i>'},{label:React.createElement("i",{className:"fas fa-users"}),value:'<i class="fas fa-users"></i>'},{label:React.createElement("i",{className:"far fa-file-alt"}),value:'<i class="far fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file-alt"}),value:'<i class="fas fa-file-alt"></i>'},{label:React.createElement("i",{className:"fas fa-file"}),value:'<i class="fas fa-file"></i>'},{label:React.createElement("i",{className:"fas fa-file-pdf"}),value:'<i class="fas fa-file-pdf"></i>'},{label:React.createElement("i",{className:"fas fa-building"}),value:'<i class="fas fa-building"></i>'},{label:React.createElement("i",{className:"fab fa-twitter"}),value:'<i class="fab fa-twitter"></i>'},{label:React.createElement("i",{className:"fab fa-facebook-square"}),value:'<i class="fab fa-facebook-square"></i>'},{label:React.createElement("i",{className:"fab fa-line"}),value:'<i class="fab fa-line"></i>'}],onChange:function(e){return t({faIcon:e})}}),React.createElement("hr",null),React.createElement("p",{className:"mt-1"},zu("If you want to use an icon other than the ones listed above, you can use any of the icons from Font Awesome's icon list Please select a tag and enter it.","vk-blocks"),React.createElement("br",null),zu('Ex) <i class="fas fa-arrow-circle-right"></i>',"vk-blocks"),React.createElement("br",null),React.createElement("a",{href:"https://fontawesome.com/icons?d=gallery&m=free",target:"_blank"},zu("Font Awesome icon list","vk-blocks"))));return React.createElement(Lu,null,React.createElement(Iu,{value:e,onChange:function(e){return t({faIcon:e})},placeholder:'<i class="fas fa-arrow-circle-right"></i>',className:"mb-0"}),React.createElement(Gn,{label:zu("Select Icon","vk-blocks"),renderComp:n,setAttributes:t}))}}])&&Nu(t.prototype,n),l}(ju),qu=(wp.i18n.__,{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},bgColor:{type:"string",default:"transparent"}}),Du=Object.assign(qu,{faIcon:{type:"string",default:""}}),Hu={attributes:{heading:xe,color:"red",faIcon:Ne},innerBlocks:[{name:"core/paragraph",attributes:{content:Ce}}]};function Uu(){return(Uu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Fu=S.InnerBlocks,Vu=S.RichText,Zu=wp.i18n.__,Gu=function(e){var t,n,r=e.setAttributes,o=e.attributes,a=e.for_,l=e.className,i=o.heading,s=o.color,u=o.faIcon;"edit"===a?(t=React.createElement(Fu,null),n=React.createElement(Vu,{tagName:"h4",className:"vk_borderBox_title",onChange:function(e){return r({heading:e})},value:i,placeholder:Zu("Please enter a title.","vk-blocks")})):(t=React.createElement(Fu.Content,null),n=React.createElement(Vu.Content,{tagName:"h4",className:"vk_borderBox_title",value:i}));var p=l;return-1===l.indexOf("is-style-")&&(p=c()(l,"is-style-vk_borderBox-style-solid-kado-tit-tab")),React.createElement("div",{className:"vk_borderBox vk_borderBox-color-".concat(s," ").concat(p)},React.createElement("div",{className:"vk_borderBox_title_container"},React.createElement("i",{className:"".concat(u)}),n),React.createElement("div",{className:"vk_borderBox_body"},t))},Wu=[{attributes:{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""}},save:function(e){return React.createElement(Gu,Uu({for_:"save"},e))}},{attributes:{heading:{type:"string",source:"html",selector:"h4"},color:{type:"string",default:"red"},faIcon:{type:"string",default:""},bgColor:{type:"string",default:"transparent"}},save:function(e){return React.createElement(Gu,Uu({for_:"save"},e))}}],Ju=n(628),$u=n.n(Ju);function Yu(){return(Yu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var Xu=wp.i18n.__,Ku=wp.blocks.registerBlockType,Qu=wp.components,ep=Qu.PanelBody,tp=Qu.BaseControl,np=Qu.SelectControl,rp=wp.element.Fragment,op=S.InspectorControls;Ku("vk-blocks/border-box",{title:Xu("Border Box","vk-blocks"),icon:React.createElement($u(),null),category:"vk-blocks-cat",attributes:Du,supports:{className:!0},example:Hu,styles:[{name:"vk_borderBox-style-solid-kado-tit-tab",label:Xu("Solid Angle Tab","vk-blocks"),isDefault:!0},{name:"vk_borderBox-style-solid-round-tit-tab",label:Xu("Solid Round Tab","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-banner",label:Xu("Solid Angle Banner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-onborder",label:Xu("Solid Angle Onborder","vk-blocks")},{name:"vk_borderBox-style-solid-kado-tit-inner",label:Xu("Solid Angle Inner","vk-blocks")},{name:"vk_borderBox-style-solid-kado-iconFeature",label:Xu("Solid Angle iconFeature","vk-blocks")}],edit:function(e){var t=e.attributes,n=e.setAttributes,r=t.color,o=t.bgColor;return React.createElement(rp,null,React.createElement(op,null,React.createElement(ep,{title:Xu("Color","vk-blocks")},React.createElement(tp,{id:"border-color",label:Xu("Border Color","vk-blocks")},React.createElement(np,{value:r,onChange:function(e){return n({color:e})},options:[{value:"red",label:Xu("Red","vk-blocks")},{value:"orange",label:Xu("Orange","vk-blocks")},{value:"blue",label:Xu("Blue","vk-blocks")},{value:"green",label:Xu("Green","vk-blocks")},{value:"black",label:Xu("Black","vk-blocks")}]})),React.createElement(tp,{id:"background-color",label:Xu("Background Color","vk-blocks")},React.createElement(np,{value:o,onChange:function(e){return n({bgColor:e})},options:[{value:"transparent",label:Xu("Transparent","vk-blocks")},{value:"white",label:Xu("White","vk-blocks")}]}))),React.createElement(ep,{title:Xu("Icon","vk-blocks")},React.createElement(tp,{id:"dot-fa",label:Xu("Icon ( Font Awesome )","vk-blocks")},React.createElement(Mu,{attributes:t,setAttributes:n})))),React.createElement(xu,Yu({for_:"edit"},e)))},save:function(e){return React.createElement(xu,Yu({for_:"save"},e))},deprecated:Wu});var ap=S.InnerBlocks,lp=[{attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string"}},save:function(){return React.createElement("dl",{className:"vk_faq"},React.createElement(ap.Content,null))}}],cp=n(7399),ip=n.n(cp),sp=wp.blocks.registerBlockType,up=wp.element.Fragment,pp=wp.components,fp=pp.PanelBody,mp=pp.PanelRow,bp=S.InnerBlocks,dp=S.InspectorControls,vp=wp.i18n.__;sp("vk-blocks/faq2",{title:vp("New FAQ","vk-blocks"),icon:React.createElement(ip(),null),category:"vk-blocks-cat",supports:{anchor:!0,className:!0},styles:[{name:"vk_faq-normal",label:vp("Normal","vk-blocks"),isDefault:!0},{name:"vk_faq-bgfill-circle",label:vp("Bgfill Circle","vk-blocks")},{name:"vk_faq-bgfill-square",label:vp("Bgfill Square","vk-blocks")},{name:"vk_faq-bgfill-rounded",label:vp("Bgfill Rounded","vk-blocks")},{name:"vk_faq-border-circle",label:vp("Border Circle","vk-blocks")},{name:"vk_faq-border-square",label:vp("Border Square","vk-blocks")},{name:"vk_faq-border-rounded",label:vp("Border Rounded","vk-blocks")}],example:{innerBlocks:[{name:"vk-blocks/faq2-q",innerBlocks:[{name:"core/paragraph",attributes:{content:xe}}]},{name:"vk-blocks/faq2-a",innerBlocks:[{name:"core/paragraph",attributes:{content:Ce}}]}]},edit:function(e){var t,n=e.className;return t=vk_blocks_check.is_pro?vp("If you want to be collapsing this block, you can set it at Setting > VK Blocks","vk-blocks"):vp("You can be collapsing this block at VK Blocks Pro","vk-blocks"),React.createElement(up,null,React.createElement(dp,null,React.createElement(fp,{title:vp("Accordion Setting","vk-blocks")},React.createElement(mp,null,t))),React.createElement("dl",{className:c()(n,"vk_faq")},React.createElement(bp,{allowedBlocks:[["vk-blocks/faq2-q"],["vk-blocks/faq2-a"]],template:[["vk-blocks/faq2-q"],["vk-blocks/faq2-a"]],templateLock:"all"})))},save:function(){return React.createElement("dl",{className:"vk_faq [accordion_trigger_switch]"},React.createElement(bp.Content,null))},deprecated:lp});var hp=n(4077),gp=n.n(hp),_p=wp.i18n.__,kp=wp.blocks.registerBlockType,yp=S.InnerBlocks;kp("vk-blocks/faq2-q",{title:_p("FAQ Question","vk-blocks"),icon:React.createElement(gp(),null),category:"vk-blocks-cat",attributes:{content:{type:"string"}},parent:["vk-blocks/faq2"],supports:{anchor:!0},example:{innerBlocks:[{name:"core/paragraph",attributes:{content:xe}}]},edit:function(e){var t=e.attributes,n=e.className,r=t.content;return React.createElement("dt",{className:c()(n,"vk_faq_title")},React.createElement(yp,{templateLock:!1,template:[["core/paragraph",{content:r}]]}))},save:function(){return React.createElement("dt",{className:"vk_faq_title"},React.createElement(yp.Content,null))}});var Ep=n(9951),xp=n.n(Ep),Cp=wp.i18n.__,Rp=wp.blocks.registerBlockType,Np=S.InnerBlocks;Rp("vk-blocks/faq2-a",{title:Cp("FAQ Answer","vk-blocks"),icon:React.createElement(xp(),null),category:"vk-blocks-cat",attributes:{content:{type:"string"}},parent:["vk-blocks/faq2"],supports:{anchor:!0},example:{innerBlocks:[{name:"core/paragraph",attributes:{content:Ce}}]},edit:function(e){var t=e.attributes,n=e.className,r=t.content;return React.createElement("dd",{className:c()(n,"vk_faq_content")},React.createElement(Np,{templateLock:!1,template:[["core/paragraph",{content:r}]]}))},save:function(){return React.createElement("dd",{className:"vk_faq_content"},React.createElement(Np.Content,null))}});var Sp=n(5898),Tp=n.n(Sp),Ap=wp.i18n.__,Bp=wp.blocks.registerBlockType,Op=wp.element.Fragment,Ip=wp.components,Pp=Ip.PanelBody,jp=Ip.BaseControl,Lp=Ip.SelectControl,zp=wp.blockEditor.InspectorControls,Mp=wp.serverSideRender,qp=wp.element;Bp("vk-blocks/page-content",{title:Ap("Page Content","vk-blocks"),icon:qp.createElement(Tp(),null),category:"vk-blocks-cat",attributes:{TargetPost:{type:"number",default:-1}},edit:function(e){var t,n=e.attributes,r=e.setAttributes,o=n.TargetPost;return t=-1===o?qp.createElement("div",{className:"alert alert-warning text-center"},Ap("Because no post is selected, The block Will not render","vk-blocks")):qp.createElement(Mp,{block:"vk-blocks/page-content",attributes:e.attributes}),qp.createElement(Op,null,qp.createElement(zp,null,qp.createElement(Pp,{title:Ap("Page Setting","vk-blocks"),initialOpen:!0},qp.createElement(jp,{id:"vb-call-01"},qp.createElement(Lp,{label:Ap("Select Page","vk-blocks"),value:o,options:vk_blocks_page_list,onChange:function(e){return r({TargetPost:parseInt(e,10)})}})))),t)},save:function(){return null}});var Dp=wp.plugins.registerPlugin,Hp=n(9588),Up=n.n(Hp);function Fp(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Vp(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fp(Object(n),!0).forEach((function(t){Zp(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fp(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Zp(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Gp=wp.blocks.parse,Wp=[{name:"Cover",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","outerWidth":"full","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4.5,"mobile":4.5} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4.5rem"></div><div class="vk_spacer-display-mobile" style="height:4.5rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonType":"1","buttonColorCustom":"#eeeeee","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:transparent;border:1px solid #eeeeee;color:#eeeeee" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Full Wide Title Set",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#0c7abb","outerWidth":"full","padding_top_and_bottom":"0","opacity":1} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(12, 122, 187, 1), rgba(12, 122, 187, 1));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#ffffff","titleMarginBottom":0,"subTextColor":"#ffffff"} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#ffffff;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">Title test</h2><p style="color:#ffffff;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Sub title text</p></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Service",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","padding_top_and_bottom":"0"} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">サービスの特徴など</h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">提供しているサービスの特徴などを画像つきで紹介します</p></div></div>\n\t\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card {"name":"vk-blocks/card"} --\x3e\n\t\t<div class="vk_posts wp-block-vk-blocks-card">\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/card-item {"url":"/"} --\x3e\n\t\t<div class="vk_post card card-post vk_card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4 vk_post-btn-display"><div class="vk_post_imgOuter"><a href="/"><div class="card-img-overlay"></div></a></div><div class="vk_post_body card-body"><a href="/"><h5 class="vk_post_title card-title text-left">サービスの特徴</h5></a><p class="vk_post_excerpt card-text text-left">サービスの特徴についての紹介文などが入りますサービスの特徴についての紹介文などが入ります。</p><div class="vk_post_btnOuter text-right"><a class="btn btn-primary vk_post_btn" href="/">Read more</a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/card-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/card --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"About",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full","padding_top_and_bottom":"0","upper_level":-60} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:none;border-radius:0px"><div class="vk_outer_separator vk_outer_separator-position-upper vk_outer_separator-type-tilt" style="padding-bottom:60px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" preserveaspectratio="none"><path d="m100,40 L0,100 L100,100 z" strokewidth="0" fill="#fff"></path></svg></div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/pr-content {"url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png","layout":"right"} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/pr-img.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title">自社のコンセプトやキャッチコピーが入ります。</h3><p class="vk_prContent_colTxt_text">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t</div></div>\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Icon Card Set",icon:"",content:'\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":1,"clientId":"c0a133ef-fa45-4fba-bfd2-554fcb772305"} --\x3e\n\t\t<div class="vkb-outer-c0a133ef-fa45-4fba-bfd2-554fcb772305 wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="border:0px none #000;border-radius:0px"><style>.vkb-outer-c0a133ef-fa45-4fba-bfd2-554fcb772305{background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1))}!important;</style><div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/icon-card --\x3e\n\t\t<div class="vk_posts wp-block-vk-blocks-icon-card">\x3c!-- wp:vk-blocks/icon-card-item {"url":"/service/","icon":"far fa-file-alt","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/service/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-file-alt vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">サービス案内</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">弊社が提供するサービス&ソリューションについてご紹介しています。経験豊富なスタッフがこだわりを持って取り組んでいます。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/icon-card-item {"url":"/company/","icon":"far fa-building","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/company/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="far fa-building vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">会社案内</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">弊社代表挨拶や会社の基本情報について記載しています。また、弊社の歴史なども紹介していますので是非ご覧ください。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/icon-card-item {"url":"/recruit/","icon":"fas fa-users","color":"#337ab7"} --\x3e\n\t\t<div class="wp-block-vk-blocks-icon-card-item vk_post vk_icon-card_item vk_post-col-xs-12 vk_post-col-sm-6 vk_post-col-md-4 vk_post-col-lg-4 vk_post-col-xl-4"><a href="/recruit/" class="vk_icon-card_item_link" target="_self" rel="noopener noreferrer"><div class="vk_icon-card_item_icon_outer" style="background-color:transparent;border:1px solid #337ab7"><i class="fas fa-users vk_icon-card_item_icon" style="color:#337ab7"></i></div><h3 class="vk_icon-card_item_title vk_icon-card_item_title has-text-align-center">採用情報</h3><p class="vk_icon_card_item_summary vk_icon_card_item_summary has-text-align-center">株式会社サンプルでは一緒に働く仲間を募集しています。自分で考えていろいろな事にチャレンジできるやりがいのある仕事です。</p></a></div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/icon-card --\x3e</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Information ( Text )",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"outerWidth":"full"} --\x3e\n\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(243, 244, 245, 0.5), rgba(243, 244, 245, 0.5));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":2,"titleMarginBottom":0} --\x3e\n\t<div class="wp-block-vk-blocks-heading"><div class="vk_heading vk_heading-style-plain" style="margin-bottom:2rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div></div>\n\t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","layout":"postListText"} /--\x3e\n\n\t\x3c!-- wp:vk-blocks/button {"buttonUrl":"/information/","buttonType":"2","buttonColorCustom":"#313131","buttonAlign":"right","fontAwesomeIconAfter":"fas fa-arrow-circle-right"} --\x3e\n\t<div class="wp-block-vk-blocks-button vk_button vk_button-color-custom vk_button-align-right"><a href="/information/" id="vk_button_link" style="color:#313131" class="vk_button_link vk_button_link-type-text btn-md" role="button" aria-pressed="true" rel="noopener noreferrer"><span class="vk_button_link_txt">お知らせ一覧</span><i class="fas fa-arrow-circle-right vk_button_link_after"></i></a></div>\n\t\x3c!-- /wp:vk-blocks/button --\x3e\n\n\t</div></div>\n\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Information ( Card )",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#ffffff","outerWidth":"full","opacity":0.9} --\x3e\n\t \t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-use vk_outer-bgPosition-normal" style="background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":3,"titleMarginBottom":0} --\x3e\n\t \t<div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:3rem"><h2 style="color:#000000;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力"><strong>お知らせ</strong></h2><p style="color:#000000;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">Information</p></div>\n\t \t\x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list"} /--\x3e\n\n\t \t\x3c!-- wp:vk-blocks/button {"buttonUrl":"https://example.com/","buttonSize":"sm","buttonAlign":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right"} --\x3e\n\t \t<div class="wp-block-vk-blocks-button vk_button vk_button-align-right"><a href="https://example.com/" id="vk_button_link" class="btn vk_button_link btn-sm btn-primary" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">一覧を見る</span></a></div>\n\t \t\x3c!-- /wp:vk-blocks/button --\x3e</div></div>\n\t \t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t \t'},{name:"Feature Posts",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#eeeeee","outerWidth":"full","padding_left_and_right":"1","padding_top_and_bottom":"0","clientId":"88b8ebeb-19b0-46cc-9690-90c26b4835c5"} --\x3e\n\t\t<div class="vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5 wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-normal" style="border:0px none #000;border-radius:0px"><style>.vkb-outer-88b8ebeb-19b0-46cc-9690-90c26b4835c5{background: linear-gradient(rgba(238, 238, 238, 0.5), rgba(238, 238, 238, 0.5))}!important;</style><div><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"pc":30} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:30px"></div><div class="vk_spacer-display-tablet" style="height:30px"></div><div class="vk_spacer-display-mobile" style="height:20px"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t\x3c!-- wp:vk-blocks/post-list {"name":"vk-blocks/post-list","col_xs":2,"col_sm":3,"col_xl":6,"display_date":false} /--\x3e</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\t\t'},{name:"Call To Action",icon:"",content:'\n\t\t\x3c!-- wp:vk-blocks/outer {"bgColor":"#000000","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg","bgPosition":"fixed","padding_left_and_right":"1","padding_top_and_bottom":"0","opacity":0.7,"borderRadius":8} --\x3e\n\t\t<div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-normal vk_outer-paddingLR-use vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/programming-942487_1920.jpg);border:0px none #000;border-radius:8px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/pr-content {"titleColor":"#eeeeee","contentColor":"#eeeeee","url":"https://example.com","buttonColorCustom":"#cf2e2e","Image":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png","layout":"right","fontAwesomeIconBefore":"fas fa-arrow-circle-right","fontAwesomeIconAfter":""} --\x3e\n\t\t<div class="wp-block-vk-blocks-pr-content vk_prContent vk_prContent-layout-imageRight"><div class="col-sm-6 vk_prContent_colImg"><img class="vk_prContent_colImg_image" src="https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/device_01.png" alt="画像をアップロード" style="border:none"/></div><div class="col-sm-6 vk_prContent_colTxt"><h3 class="vk_prContent_colTxt_title" style="color:#eeeeee">Call To Action Title</h3><p class="vk_prContent_colTxt_text" style="color:#eeeeee">この部分には、自社について説明が入ります。<br>自社のコンセプトや理念など、大切にしていることについて説明しましょう。お客様に一番伝えたいことを書くことをおススメします。</p><div class="vk_button vk_button-color-custom"><a href="https://example.com" class="btn btn-block vk_button_link vk_prContent_colTxt_btn btn-primary" style="background-color:#cf2e2e;border:1px solid #cf2e2e" rel="noopener noreferrer"><i class="fas fa-arrow-circle-right vk_button_link_before"></i><span class="vk_button_link_txt">さらに詳しく</span></a></div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/pr-content --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4.5,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4.5rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/outer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\t\t'},{name:"Contact",icon:"",content:'\n\t \t\x3c!-- wp:vk-blocks/outer {"bgColor":"#313131","bgImage":"https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg","outerWidth":"full","bgPosition":"fixed","padding_top_and_bottom":"0","opacity":0.7} --\x3e\n\t <div class="wp-block-vk-blocks-outer vk_outer vk_outer-width-full vk_outer-paddingLR-none vk_outer-paddingVertical-none vk_outer-bgPosition-fixed" style="background:linear-gradient(rgba(49, 49, 49, 0.7), rgba(49, 49, 49, 0.7)), url(https://www.vektor-inc.co.jp/vk-blocks-tmpl-images/home-office-336373_1920-e1513588377670.jpg);border:0px none #000;border-radius:0px"><div class="vk_outer_container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":3,"tablet":3,"mobile":3} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:3rem"></div><div class="vk_spacer-display-tablet" style="height:3rem"></div><div class="vk_spacer-display-mobile" style="height:3rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:vk-blocks/heading {"align":"center","titleStyle":"plain","outerMarginBottom":0,"titleColor":"#eeeeee","titleMarginBottom":0,"subTextColor":"#eeeeee"} --\x3e\n\t <div class="wp-block-vk-blocks-heading vk_heading vk_heading-style-plain" style="margin-bottom:0rem"><h2 style="color:#eeeeee;font-size:2rem;margin-bottom:0rem;text-align:center" class="vk_heading_title vk_heading_title-style-plain" placeholder="タイトルを入力">無料体験実施中!</h2><p style="color:#eeeeee;font-size:1.2rem;text-align:center" class="vk_heading_subtext vk_heading_subtext-style-plain" placeholder="サブテキストを入力">体験入会大歓迎です。お気軽にご連絡ください。</p></div>\n\t \x3c!-- /wp:vk-blocks/heading --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1.5,"tablet":1.5,"mobile":1.5} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1.5rem"></div><div class="vk_spacer-display-tablet" style="height:1.5rem"></div><div class="vk_spacer-display-mobile" style="height:1.5rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t \x3c!-- wp:columns --\x3e\n\t <div class="wp-block-columns">\x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"お気軽にお問い合わせください","buttonUrl":"/contact/","buttonColor":"success","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"far fa-envelope"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="/contact/" id="vk_button_link" class="btn vk_button_link btn-md btn-success btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="far fa-envelope vk_button_link_before"></i><span class="vk_button_link_txt">メールでのお問い合わせ</span><p class="vk_button_link_subCaption">お気軽にお問い合わせください</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e\n\n\t \x3c!-- wp:column --\x3e\n\t <div class="wp-block-column">\x3c!-- wp:vk-blocks/button {"subCaption":"電話でのお問い合わせはこちら","buttonUrl":"tel:000-000-0000","buttonColor":"danger","buttonColorCustom":null,"buttonAlign":"block","fontAwesomeIconBefore":"fas fa-phone-square-alt"} --\x3e\n\t <div class="wp-block-vk-blocks-button vk_button vk_button-align-block"><a href="tel:000-000-0000" id="vk_button_link" class="btn vk_button_link btn-md btn-danger btn-block" role="button" aria-pressed="true" rel="noopener noreferrer"><i class="fas fa-phone-square-alt vk_button_link_before"></i><span class="vk_button_link_txt">000-000-0000</span><p class="vk_button_link_subCaption">電話でのお問い合わせはこちら</p></a></div>\n\t \x3c!-- /wp:vk-blocks/button --\x3e\n\t </div>\n\t \x3c!-- /wp:column --\x3e</div>\n\t \x3c!-- /wp:columns --\x3e\n\n\t \x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":1,"tablet":1,"mobile":1} --\x3e\n\t <div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:1rem"></div><div class="vk_spacer-display-tablet" style="height:1rem"></div><div class="vk_spacer-display-mobile" style="height:1rem"></div></div>\n\t \x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t \x3c!-- /wp:vk-blocks/outer --\x3e'},{name:"Step set",icon:"",content:'\n\t\t\x3c!-- wp:group {"className":"is-style-default","color":"#eeeeee"} --\x3e\n\t\t<div class="wp-block-group is-style-default"><div class="wp-block-group__inner-container">\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":32,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:32rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step --\x3e\n\t\t<div class="wp-block-vk-blocks-step vk_step">\x3c!-- wp:vk-blocks/step-item --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>お問い合わせ</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>まずは<a>お問い合わせフォーム</a>または電話にてご連絡ください。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">1</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"dotNum":2} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-default"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>サービスのご提供</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>ご提案させていただいた内容にて業務を実施いたします。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">2</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/step-item {"styleLine":"none","dotNum":3} --\x3e\n\t\t<div class="wp-block-vk-blocks-step-item vk_step_item vk_step_item_lineStyle-none"><div class="vk_step_item_content">\x3c!-- wp:heading {"level":4} --\x3e\n\t\t<h4><strong>ご入金</strong></h4>\n\t\t\x3c!-- /wp:heading --\x3e\n\n\t\t\x3c!-- wp:paragraph --\x3e\n\t\t<p>納品月の末締めで請求書を発行させていただきますので、翌月末にてご入金願います。</p>\n\t\t\x3c!-- /wp:paragraph --\x3e</div><div class="vk_step_item_dot vk_step_item_style-default" style="background-color:#337ab7;color:#ffffff"><div class="vk_step_item_dot_caption">STEP</div><div class="vk_step_item_dot_num">3</div></div></div>\n\t\t\x3c!-- /wp:vk-blocks/step-item --\x3e</div>\n\t\t\x3c!-- /wp:vk-blocks/step --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":4,"tablet":4,"mobile":4} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:4rem"></div><div class="vk_spacer-display-tablet" style="height:4rem"></div><div class="vk_spacer-display-mobile" style="height:4rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e</div></div>\n\t\t\x3c!-- /wp:group --\x3e\n\t\t'},{name:"Border box",icon:"",content:'\x3c!-- wp:vk-blocks/border-box {"faIcon":"fas fa-exclamation"} --\x3e\n\t\t<div class="vk_borderBox vk_borderBox-color-red wp-block-vk-blocks-border-box is-style-vk_borderBox-style-solid-kado-tit-tab"><div class="vk_borderBox_title_container"><i class="fas fa-exclamation"></i><h4 class="vk_borderBox_title">枠線ブロックサンプル</h4></div><div class="vk_borderBox_body">\x3c!-- wp:list {"className":"is-style-vk-check-mark vk-has-vivid-red-color","color":"#cf2e2e"} --\x3e\n\t\t<ul class="is-style-vk-check-mark vk-has-vivid-red-color"><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li><li>これはリストのスタイルのサンプルです。</li></ul>\n\t\t\x3c!-- /wp:list --\x3e</div></div>\n\t\t\x3c!-- /wp:vk-blocks/border-box --\x3e\n\n\t\t\x3c!-- wp:vk-blocks/spacer {"unit":"rem","pc":2,"tablet":2,"mobile":2} --\x3e\n\t\t<div class="vk_spacer"><div class="vk_spacer-display-pc" style="height:2rem"></div><div class="vk_spacer-display-tablet" style="height:2rem"></div><div class="vk_spacer-display-mobile" style="height:2rem"></div></div>\n\t\t\x3c!-- /wp:vk-blocks/spacer --\x3e'}],Jp=Up()((function(){return Wp.map((function(e){return Vp(Vp({},e),{},{blocks:Gp(e.content)})}))}));function $p(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,a=void 0;try{for(var l,c=e[Symbol.iterator]();!(r=(l=c.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){o=!0,a=e}finally{try{r||null==c.return||c.return()}finally{if(o)throw a}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Yp(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Yp(e,t):void 0}}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Yp(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Xp,Kp=window.lodash,Qp=Kp.first,ef=Kp.last,tf=wp.components.Spinner,nf=S.BlockPreview,rf=wp.element.useState,of=wp.data,af=of.dispatch,lf=of.select,cf=af("core/editor"),sf=cf.insertBlocks,uf=cf.replaceBlocks,pf=cf.multiSelect,ff=(wp.i18n.__,lf("core/block-editor")?lf("core/block-editor"):lf("core/editor")),mf=ff.getBlocks,bf=ff.getBlockCount,df=ff.getSelectedBlock,vf=ff.getBlockInsertionPoint,hf=function(e){if(e.slug,!(5.3>parseFloat(wpVersion))){var t=$p(rf(null),2),n=t[0],r=t[1],o=$p(rf(null),2),a=o[0],l=o[1];return function(){if(!a&&(n||r(Jp),n)){var e=n.map((function(e,t){return React.createElement("li",{key:t},React.createElement("div",{className:"vkb-menu__template-part__button",onClick:function(){if(e.blocks.length){var t=df();if(null===t){var n=ef(mf());void 0===n||null!==n.rootClientId||bf(n.clientId)&&("core/paragraph"!==n.name||""!==n.attributes.content)?sf(e.blocks):uf(n.clientId,e.blocks)}else if("core/paragraph"===t.name&&""===t.attributes.content)uf(t.clientId,e.blocks);else{var r=vf();sf(e.blocks,r.index)}pf(Qp(e.blocks).clientId,ef(e.blocks).clientId)}}},React.createElement("section",{className:"vkb-menu__template-part__card__container"},React.createElement("div",{id:"vkb-menu__template-part__card".concat(t),className:"card vkb-menu__template-part__card"},React.createElement("div",{className:"content"},React.createElement("h6",null,React.createElement("span",{className:"vkb-menu__template-part__header__icon"},e.icon),e.name),React.createElement("div",{className:"hover_content"},React.createElement("div",{className:"inner edit-post-visual-editor editor-styles-wrapper"},React.createElement(nf,{viewportWidth:601,blocks:e.blocks}))))))))}));l(e.filter((function(e){return e})))}}(),a?React.createElement("ul",{className:"vkb-menu__template-part"},a):React.createElement("div",{className:"vkb-menu__template-part__loading"},React.createElement(tf,null))}},gf=wp.element.Fragment,_f=wp.editPost,kf=_f.PluginSidebar,yf=_f.PluginSidebarMoreMenuItem,wf=wp.i18n.__,Ef="vk-blocks",xf={icon:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"19.31564",viewBox:"0 0 20 19.31564"},React.createElement("path",{d:"M19.801,3.465l-5.93675.01494a.19492.19492,0,0,0-.18428.12949l-.45323,1.26505a.19767.19767,0,0,0,.18428.264h2.311a.19794.19794,0,0,1,.14444.3337l-3.67562,3.83h.01494l1.8926,5.95668a.19867.19867,0,0,1-.18926.259H12.05132a.19722.19722,0,0,1-.18926-.13946l-.95626-3.058a.197.197,0,0,0-.37353-.01l-.777,2.14162a.19642.19642,0,0,0-.005.11953l.70225,2.6048a.19724.19724,0,0,0,.18926.14443h5.97162a.19866.19866,0,0,0,.18926-.259L14.41208,9.56607a.199.199,0,0,1,.0498-.19922l5.48354-5.5682A.19793.19793,0,0,0,19.801,3.465Z",transform:"translate(0 -0.34218)"}),React.createElement("path",{d:"M12.76851.34218l-3.61584.01a.18849.18849,0,0,0-.18428.12949L8.5052,1.74668a.19768.19768,0,0,0,.18428.264h1.51407a.19364.19364,0,0,1,.18428.264L6.0797,14.06845a.19878.19878,0,0,1-.37354,0L2.62323,5.56673a.19767.19767,0,0,1,.18428-.264H4.3664a.18849.18849,0,0,1,.18428.1295l1.11563,3.068a.19878.19878,0,0,0,.37354,0L7.77307,3.72892a.19767.19767,0,0,0-.18428-.264H.19772a.19364.19364,0,0,0-.18428.264L5.70118,19.52708a.19878.19878,0,0,0,.37354,0L12.94781.59619A.186.186,0,0,0,12.76851.34218Z",transform:"translate(0 -0.34218)"})),render:function(){return React.create
1
  /*! For license information please see block-build.js.LICENSE.txt */