BC Menu Bar Cart Icon For WooCommerce By Binary Carpenter - Version 1.46

Version Description

Download this release

Release Info

Developer bc2018
Plugin Icon 128x128 BC Menu Bar Cart Icon For WooCommerce By Binary Carpenter
Version 1.46
Comparing to
See all releases

Code changes from version 1.4.3 to 1.46

Initiator.php CHANGED
@@ -4,13 +4,13 @@
4
  * Plugin Name: BC Menubar Cart Icon For WooCommerce
5
  * Plugin URI: https://www.binarycarpenter.com/app/bc-menu-cart-icon-plugin/
6
  * Description: Ultimate customization for your menubar cart icon on WooCommerce store
7
- * Version: 1.43
8
  * Author: BinaryCarpenter.com
9
  * Author URI: https://www.binarycarpenter.com
10
  * License: GPL2
11
  * Text Domain: bc-menu-cart-woo
12
  * WC requires at least: 3.0.0
13
- * WC tested up to: 3.8.1
14
  */
15
 
16
 
@@ -28,8 +28,12 @@ include_once 'ui/Main.php';
28
  include_once 'inc/Cart_Display.php';
29
  include_once 'inc/Helpers.php';
30
  include_once 'inc/Options_Name.php';
31
- include_once 'inc/Cart_Details.php';
32
  use BinaryCarpenter\BC_MNC\Config as Config;
 
 
 
 
 
33
 
34
 
35
 
@@ -38,13 +42,10 @@ use BinaryCarpenter\BC_MNC\BC_Options as BC_Options;
38
  use BinaryCarpenter\BC_MNC\Options_Form as Options_Form;
39
  use BinaryCarpenter\BC_MNC\Options_Name as Oname;
40
  use BinaryCarpenter\BC_MNC\Cart_Details as Cart_Details;
41
- use BinaryCarpenter\BC_MNC\Mobile_Detect as Mobile_Detect;
42
-
43
-
44
 
45
  /*
46
- * free 1.40
47
- * pro 2.12
48
  */
49
 
50
  /**
@@ -53,6 +54,10 @@ use BinaryCarpenter\BC_MNC\Mobile_Detect as Mobile_Detect;
53
  */
54
  class Initiator {
55
  private static $instance;
 
 
 
 
56
  public static function get_instance()
57
  {
58
  if (self::$instance == null)
@@ -141,6 +146,10 @@ class Initiator {
141
  )
142
  return $checked_data;
143
 
 
 
 
 
144
  $args = array(
145
  'slug' => Config::UPDATE_SLUG,
146
  'version' => $checked_data->checked[$plugin_folder .'/' . $plugin_index_file_name],
@@ -162,10 +171,13 @@ class Initiator {
162
  $raw_response = wp_remote_post(Config::UPDATE_CHECK_URL, $request_string);
163
 
164
  if (!is_wp_error($raw_response) && ($raw_response['response']['code'] == 200))
 
165
  $response = unserialize($raw_response['body']);
 
 
 
 
166
 
167
- if (is_object($response) && !empty($response)) // Feed the update data into WP updater
168
- $checked_data->response[$plugin_folder .'/' . $plugin_index_file_name] = $response;
169
 
170
  return $checked_data;
171
  }
4
  * Plugin Name: BC Menubar Cart Icon For WooCommerce
5
  * Plugin URI: https://www.binarycarpenter.com/app/bc-menu-cart-icon-plugin/
6
  * Description: Ultimate customization for your menubar cart icon on WooCommerce store
7
+ * Version: 1.46
8
  * Author: BinaryCarpenter.com
9
  * Author URI: https://www.binarycarpenter.com
10
  * License: GPL2
11
  * Text Domain: bc-menu-cart-woo
12
  * WC requires at least: 3.0.0
13
+ * WC tested up to: 3.9.2
14
  */
15
 
16
 
28
  include_once 'inc/Cart_Display.php';
29
  include_once 'inc/Helpers.php';
30
  include_once 'inc/Options_Name.php';
 
31
  use BinaryCarpenter\BC_MNC\Config as Config;
32
+ if (Config::IS_FREE)
33
+
34
+ include_once 'inc/Cart_Details_Free.php';
35
+ else
36
+ include_once 'inc/Cart_Details.php';
37
 
38
 
39
 
42
  use BinaryCarpenter\BC_MNC\Options_Form as Options_Form;
43
  use BinaryCarpenter\BC_MNC\Options_Name as Oname;
44
  use BinaryCarpenter\BC_MNC\Cart_Details as Cart_Details;
 
 
 
45
 
46
  /*
47
+ * free 1.46
48
+ * pro 2.19
49
  */
50
 
51
  /**
54
  */
55
  class Initiator {
56
  private static $instance;
57
+
58
+ /**
59
+ * @return Initiator
60
+ */
61
  public static function get_instance()
62
  {
63
  if (self::$instance == null)
146
  )
147
  return $checked_data;
148
 
149
+ if (!isset($checked_data->checked[$plugin_folder .'/' . $plugin_index_file_name]))
150
+ {
151
+ return $checked_data;
152
+ }
153
  $args = array(
154
  'slug' => Config::UPDATE_SLUG,
155
  'version' => $checked_data->checked[$plugin_folder .'/' . $plugin_index_file_name],
171
  $raw_response = wp_remote_post(Config::UPDATE_CHECK_URL, $request_string);
172
 
173
  if (!is_wp_error($raw_response) && ($raw_response['response']['code'] == 200))
174
+ {
175
  $response = unserialize($raw_response['body']);
176
+ if (isset($response) && is_object($response) && !empty($response)) // Feed the update data into WP updater
177
+ $checked_data->response[$plugin_folder .'/' . $plugin_index_file_name] = $response;
178
+
179
+ }
180
 
 
 
181
 
182
  return $checked_data;
183
  }
bundle/css/frontend.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:"fontello2";src:url("font/fontello.eot?58687625");src:url("font/fontello.eot?58687625#iefix") format("embedded-opentype"),url("font/fontello.woff2?58687625") format("woff2"),url("font/fontello.woff?58687625") format("woff"),url("font/fontello.ttf?58687625") format("truetype"),url("font/fontello.svg?58687625#fontello2") format("svg");font-weight:normal;font-style:normal}.bc-root [class^=icon-]:before,.bc-root [class*=" icon-"]:before,.bc-mnc [class^=icon-]:before,.bc-mnc [class*=" icon-"]:before{font-family:"fontello2";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bc-root .icon-cart-01:before,.bc-mnc .icon-cart-01:before{content:""}.bc-root .icon-cart-02:before,.bc-mnc .icon-cart-02:before{content:""}.bc-root .icon-cart-05:before,.bc-mnc .icon-cart-05:before{content:""}.bc-root .icon-cart-08:before,.bc-mnc .icon-cart-08:before{content:""}.bc-root .icon-cart-11:before,.bc-mnc .icon-cart-11:before{content:""}.bc-root .icon-cart-03:before,.bc-mnc .icon-cart-03:before{content:""}.bc-root .icon-cart-06:before,.bc-mnc .icon-cart-06:before{content:""}.bc-root .icon-cart-09:before,.bc-mnc .icon-cart-09:before{content:""}.bc-root .icon-cart-12:before,.bc-mnc .icon-cart-12:before{content:""}.bc-root .icon-trash-01:before,.bc-mnc .icon-trash-01:before{content:""}.bc-root .icon-edit-01:before,.bc-mnc .icon-edit-01:before{content:""}.bc-root .icon-close-03:before,.bc-mnc .icon-close-03:before{content:""}.bc-root .icon-close-06:before,.bc-mnc .icon-close-06:before{content:""}.bc-root .icon-wallet:before,.bc-mnc .icon-wallet:before{content:""}.bc-root .icon-close-01:before,.bc-mnc .icon-close-01:before{content:""}.bc-root .icon-close-04:before,.bc-mnc .icon-close-04:before{content:""}.bc-root .icon-close-05:before,.bc-mnc .icon-close-05:before{content:""}.bc-root .icon-trash-03:before,.bc-mnc .icon-trash-03:before{content:""}.bc-root .icon-help-01:before,.bc-mnc .icon-help-01:before{content:""}.bc-root .icon-close-11:before,.bc-mnc .icon-close-11:before{content:""}.bc-root .icon-close-12:before,.bc-mnc .icon-close-12:before{content:""}.bc-root .icon-close-07:before,.bc-mnc .icon-close-07:before{content:""}.bc-root .icon-close-08:before,.bc-mnc .icon-close-08:before{content:""}.bc-root .icon-help-02:before,.bc-mnc .icon-help-02:before{content:""}.bc-root .icon-save-01:before,.bc-mnc .icon-save-01:before{content:""}.bc-root .icon-upload-cloud:before,.bc-mnc .icon-upload-cloud:before{content:""}.bc-root .icon-up-02:before,.bc-mnc .icon-up-02:before{content:""}.bc-root .icon-close-10:before,.bc-mnc .icon-close-10:before{content:""}.bc-root .icon-close-09:before,.bc-mnc .icon-close-09:before{content:""}.bc-root .icon-up-03:before,.bc-mnc .icon-up-03:before{content:""}.bc-root .icon-down-02:before,.bc-mnc .icon-down-02:before{content:""}.bc-root .icon-minus-03:before,.bc-mnc .icon-minus-03:before{content:""}.bc-root .icon-minus-01:before,.bc-mnc .icon-minus-01:before{content:""}.bc-root .icon-plus-04:before,.bc-mnc .icon-plus-04:before{content:""}.bc-root .icon-plus-01:before,.bc-mnc .icon-plus-01:before{content:""}.bc-root .icon-plus-02:before,.bc-mnc .icon-plus-02:before{content:""}.bc-root .icon-plus-03:before,.bc-mnc .icon-plus-03:before{content:""}.bc-root .icon-right-03:before,.bc-mnc .icon-right-03:before{content:""}.bc-root .icon-right-01:before,.bc-mnc .icon-right-01:before{content:""}.bc-root .icon-right-02:before,.bc-mnc .icon-right-02:before{content:""}.bc-root .icon-left-02:before,.bc-mnc .icon-left-02:before{content:""}.bc-root .icon-left-03:before,.bc-mnc .icon-left-03:before{content:""}.bc-root .icon-left-01:before,.bc-mnc .icon-left-01:before{content:""}.bc-root .icon-minus-02:before,.bc-mnc .icon-minus-02:before{content:""}.bc-root .icon-loading-01:before,.bc-mnc .icon-loading-01:before{content:""}.bc-root .icon-spin2:before,.bc-mnc .icon-spin2:before{content:""}.bc-root .icon-icon-loading-04:before,.bc-mnc .icon-icon-loading-04:before{content:""}.bc-root .icon-loading-03:before,.bc-mnc .icon-loading-03:before{content:""}.bc-root .icon-cart-15:before,.bc-mnc .icon-cart-15:before{content:""}.bc-root .icon-loading-02:before,.bc-mnc .icon-loading-02:before{content:""}.bc-root .icon-close-02:before,.bc-mnc .icon-close-02:before{content:""}.bc-root .icon-copy-01:before,.bc-mnc .icon-copy-01:before{content:""}.bc-root .icon-money-01:before,.bc-mnc .icon-money-01:before{content:""}.bc-root .icon-download-01:before,.bc-mnc .icon-download-01:before{content:""}.bc-root .icon-upload-01:before,.bc-mnc .icon-upload-01:before{content:""}.bc-root .icon-up-01:before,.bc-mnc .icon-up-01:before{content:""}.bc-root .icon-down-01:before,.bc-mnc .icon-down-01:before{content:""}.bc-root .icon-trash-02:before,.bc-mnc .icon-trash-02:before{content:""}.bc-root .icon-cart-04:before,.bc-mnc .icon-cart-04:before{content:""}.bc-root .icon-cart-07:before,.bc-mnc .icon-cart-07:before{content:""}.bc-root .icon-cart-10:before,.bc-mnc .icon-cart-10:before{content:""}.bc-root .icon-cart-14:before,.bc-mnc .icon-cart-14:before{content:""}.bc-root .icon-cart-13:before,.bc-mnc .icon-cart-13:before{content:""}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}.bc-loading{background:url(images/spinner-loading.gif) no-repeat !important;background-size:contain !important;background-position:center !important;opacity:.5}.bc-mnc{line-height:150%}.bc-mnc.bc-mnc__float-left{float:left}.bc-mnc.bc-mnc__float-right{float:right}.bc-mnc.bc-mnc__float-none{float:none}.bc-mnc .bc-mnc__cart-link{text-indent:0;display:flex;align-items:center;align-content:center;align-self:center;justify-content:center}.bc-mnc .bc-mnc__cart-link--container{line-height:100%;cursor:pointer;display:flex}.bc-mnc .bc-mnc__cart-link--container .bc-mnc__cart-link--count-circle{border-radius:50%;text-align:center}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-01{position:relative}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-01 .bc-mnc__cart-link--count-circle{position:absolute;top:0;right:0;margin-top:-15%;margin-right:-15%}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05 .bc-mnc__cart-link--count-circle{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05:after{content:"";clear:both;display:table}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06 .bc-mnc__cart-details--cart-total__amount{float:left;color:#333;font-size:16px;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06 .bc-mnc__cart-details--cart-items-count{float:right;font-size:14px;color:#9a9a9a !important;margin-top:3px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06:after{content:"";clear:both;display:table}.bc-mnc,#mainmenu .bc-mnc{align-self:center;list-style:none;position:relative}.bc-mnc.bc-mnc__mobile-logged-in .bc-mnc__cart-details .bc-mnc__cart-details--items-section,#mainmenu .bc-mnc.bc-mnc__mobile-logged-in .bc-mnc__cart-details .bc-mnc__cart-details--items-section{margin-top:46px !important}.bc-mnc .bc-mnc__cart-details,#mainmenu .bc-mnc .bc-mnc__cart-details{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;display:none;position:absolute;top:100%;right:0;background:#fff;max-height:100vh;overflow-y:auto;overflow-x:hidden;padding:20px 10px;margin:auto;z-index:9000000}.bc-mnc .bc-mnc__cart-details *,#mainmenu .bc-mnc .bc-mnc__cart-details *{box-sizing:border-box}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details,#mainmenu .bc-mnc .bc-mnc__cart-details{max-width:100% !important}}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section{width:100%;max-width:100%;margin:auto;height:100vh;top:0;right:0;bottom:0;left:0;overflow-x:hidden}}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button{position:absolute;top:15px;right:15px;cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{max-height:50vh;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items::-webkit-scrollbar,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items::-webkit-scrollbar{width:0 !important;background:transparent}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{justify-content:space-between;position:relative;padding:0;margin:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title{color:#222;line-height:150%;text-transform:none;text-decoration:none}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title a{padding:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:0;margin:0;border:0;max-height:100%;max-width:100%}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{max-width:100%;text-decoration:none;text-transform:none;padding:0;margin:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{padding:0;color:#fff}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1{text-align:left;min-width:unset;width:350px;left:-3000px;position:absolute;padding:20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-webkit-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-moz-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-o-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show{display:block;left:unset}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show{display:block;left:unset;position:fixed;z-index:9000;right:0;max-width:100%}}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1{width:100%;max-width:100%;position:fixed;margin:auto;top:0;right:0;bottom:0;left:0;padding:20px;overflow-x:hidden;overflow-y:scroll}}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section{visibility:visible;opacity:1;box-sizing:border-box;display:block;background:#fff;position:relative;list-style-type:none;margin:unset;left:unset;right:0;z-index:10;max-height:90vh;overflow-y:auto;overflow-x:hidden}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:20px;font-weight:bold}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button{position:absolute;cursor:pointer;top:15px;right:15px;color:#b4b0b3;transition:all ease-in .5s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{color:#f74726}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item{padding:10px;border-bottom:1px solid #e0e4e2;float:none;display:flex;background:#fff;width:100%;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{white-space:initial;padding:0;margin-bottom:10px;line-height:130%;display:block;font-size:16px;color:#222 !important}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title:hover{color:#447397}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{cursor:pointer;transition:all ease-in .5s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{color:#f74726}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:5px 10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{padding:20px 0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2{width:400px;position:absolute;left:-3000px;padding:20px 35px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show{display:block;left:unset}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show{display:block;left:unset;position:fixed;z-index:9000;right:0;max-width:100%}}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item{padding:20px;float:none;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{position:absolute;top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px auto}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3{width:400px;padding:20px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show{display:block}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{padding:20px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;float:none;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity{display:flex;flex-direction:column-reverse;align-content:center;justify-content:space-between;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px auto}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4{display:block;transition:ease all .5s;width:400px;padding:20px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left;height:100vh;position:fixed;top:0;right:-400px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4.cart-details-show{right:0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section{display:flex;flex-direction:column;justify-content:space-between;max-height:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{padding:20px;max-height:unset}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;float:none;flex-grow:2;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity{display:flex;flex-direction:column-reverse;align-content:center;justify-content:space-between;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px;bottom:0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-uk-flex{display:flex}.bc-mnc .bc-uk-flex-between{justify-content:space-between}.bc-mnc .bc_menu_bar_cart-display-right{float:right}.bc-mnc .bc_menu_bar_cart-display-left{float:left}/*# sourceMappingURL=frontend.css.map */
1
+ @font-face{font-family:"fontello2";src:url("font/fontello.eot?58687625");src:url("font/fontello.eot?58687625#iefix") format("embedded-opentype"),url("font/fontello.woff2?58687625") format("woff2"),url("font/fontello.woff?58687625") format("woff"),url("font/fontello.ttf?58687625") format("truetype"),url("font/fontello.svg?58687625#fontello2") format("svg");font-weight:normal;font-style:normal}.bc-root [class^=icon-]:before,.bc-root [class*=" icon-"]:before,.bc-mnc [class^=icon-]:before,.bc-mnc [class*=" icon-"]:before{font-family:"fontello2";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bc-root .icon-cart-01:before,.bc-mnc .icon-cart-01:before{content:""}.bc-root .icon-cart-02:before,.bc-mnc .icon-cart-02:before{content:""}.bc-root .icon-cart-05:before,.bc-mnc .icon-cart-05:before{content:""}.bc-root .icon-cart-08:before,.bc-mnc .icon-cart-08:before{content:""}.bc-root .icon-cart-11:before,.bc-mnc .icon-cart-11:before{content:""}.bc-root .icon-cart-03:before,.bc-mnc .icon-cart-03:before{content:""}.bc-root .icon-cart-06:before,.bc-mnc .icon-cart-06:before{content:""}.bc-root .icon-cart-09:before,.bc-mnc .icon-cart-09:before{content:""}.bc-root .icon-cart-12:before,.bc-mnc .icon-cart-12:before{content:""}.bc-root .icon-trash-01:before,.bc-mnc .icon-trash-01:before{content:""}.bc-root .icon-edit-01:before,.bc-mnc .icon-edit-01:before{content:""}.bc-root .icon-close-03:before,.bc-mnc .icon-close-03:before{content:""}.bc-root .icon-close-06:before,.bc-mnc .icon-close-06:before{content:""}.bc-root .icon-wallet:before,.bc-mnc .icon-wallet:before{content:""}.bc-root .icon-close-01:before,.bc-mnc .icon-close-01:before{content:""}.bc-root .icon-close-04:before,.bc-mnc .icon-close-04:before{content:""}.bc-root .icon-close-05:before,.bc-mnc .icon-close-05:before{content:""}.bc-root .icon-trash-03:before,.bc-mnc .icon-trash-03:before{content:""}.bc-root .icon-help-01:before,.bc-mnc .icon-help-01:before{content:""}.bc-root .icon-close-11:before,.bc-mnc .icon-close-11:before{content:""}.bc-root .icon-close-12:before,.bc-mnc .icon-close-12:before{content:""}.bc-root .icon-close-07:before,.bc-mnc .icon-close-07:before{content:""}.bc-root .icon-close-08:before,.bc-mnc .icon-close-08:before{content:""}.bc-root .icon-help-02:before,.bc-mnc .icon-help-02:before{content:""}.bc-root .icon-save-01:before,.bc-mnc .icon-save-01:before{content:""}.bc-root .icon-upload-cloud:before,.bc-mnc .icon-upload-cloud:before{content:""}.bc-root .icon-up-02:before,.bc-mnc .icon-up-02:before{content:""}.bc-root .icon-close-10:before,.bc-mnc .icon-close-10:before{content:""}.bc-root .icon-close-09:before,.bc-mnc .icon-close-09:before{content:""}.bc-root .icon-up-03:before,.bc-mnc .icon-up-03:before{content:""}.bc-root .icon-down-02:before,.bc-mnc .icon-down-02:before{content:""}.bc-root .icon-minus-03:before,.bc-mnc .icon-minus-03:before{content:""}.bc-root .icon-minus-01:before,.bc-mnc .icon-minus-01:before{content:""}.bc-root .icon-plus-04:before,.bc-mnc .icon-plus-04:before{content:""}.bc-root .icon-plus-01:before,.bc-mnc .icon-plus-01:before{content:""}.bc-root .icon-plus-02:before,.bc-mnc .icon-plus-02:before{content:""}.bc-root .icon-plus-03:before,.bc-mnc .icon-plus-03:before{content:""}.bc-root .icon-right-03:before,.bc-mnc .icon-right-03:before{content:""}.bc-root .icon-right-01:before,.bc-mnc .icon-right-01:before{content:""}.bc-root .icon-right-02:before,.bc-mnc .icon-right-02:before{content:""}.bc-root .icon-left-02:before,.bc-mnc .icon-left-02:before{content:""}.bc-root .icon-left-03:before,.bc-mnc .icon-left-03:before{content:""}.bc-root .icon-left-01:before,.bc-mnc .icon-left-01:before{content:""}.bc-root .icon-minus-02:before,.bc-mnc .icon-minus-02:before{content:""}.bc-root .icon-loading-01:before,.bc-mnc .icon-loading-01:before{content:""}.bc-root .icon-spin2:before,.bc-mnc .icon-spin2:before{content:""}.bc-root .icon-icon-loading-04:before,.bc-mnc .icon-icon-loading-04:before{content:""}.bc-root .icon-loading-03:before,.bc-mnc .icon-loading-03:before{content:""}.bc-root .icon-cart-15:before,.bc-mnc .icon-cart-15:before{content:""}.bc-root .icon-loading-02:before,.bc-mnc .icon-loading-02:before{content:""}.bc-root .icon-close-02:before,.bc-mnc .icon-close-02:before{content:""}.bc-root .icon-copy-01:before,.bc-mnc .icon-copy-01:before{content:""}.bc-root .icon-money-01:before,.bc-mnc .icon-money-01:before{content:""}.bc-root .icon-download-01:before,.bc-mnc .icon-download-01:before{content:""}.bc-root .icon-upload-01:before,.bc-mnc .icon-upload-01:before{content:""}.bc-root .icon-up-01:before,.bc-mnc .icon-up-01:before{content:""}.bc-root .icon-down-01:before,.bc-mnc .icon-down-01:before{content:""}.bc-root .icon-trash-02:before,.bc-mnc .icon-trash-02:before{content:""}.bc-root .icon-cart-04:before,.bc-mnc .icon-cart-04:before{content:""}.bc-root .icon-cart-07:before,.bc-mnc .icon-cart-07:before{content:""}.bc-root .icon-cart-10:before,.bc-mnc .icon-cart-10:before{content:""}.bc-root .icon-cart-14:before,.bc-mnc .icon-cart-14:before{content:""}.bc-root .icon-cart-13:before,.bc-mnc .icon-cart-13:before{content:""}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{to{-moz-transform:rotate(360deg)}}.bc-loading{background:url(images/spinner-loading.gif) no-repeat !important;background-size:contain !important;background-position:center !important;opacity:.5}.bc-mnc{line-height:150%}.bc-mnc.bc-mnc__float-left{float:left}.bc-mnc.bc-mnc__float-right{float:right}.bc-mnc.bc-mnc__float-none{float:none}.bc-mnc .bc-mnc__cart-link{text-indent:0;display:flex;align-items:center;align-content:center;align-self:center;justify-content:center}.bc-mnc .bc-mnc__cart-link--container{line-height:100%;cursor:pointer;display:flex}.bc-mnc .bc-mnc__cart-link--container .bc-mnc__cart-link--count-circle{border-radius:50%;letter-spacing:0;text-align:center}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-01{position:relative}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-01 .bc-mnc__cart-link--count-circle{position:absolute;top:0;right:0;margin-top:-15%;margin-right:-15%}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-02 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-03 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-mnc__cart-link--count-circle{position:absolute;top:0;right:0;margin-top:-10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-text-container{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-text-container:after{float:none;clear:both}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-04 .bc-menu-cart-hr{margin:0}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05 .bc-mnc__cart-link--cart-icon{float:left;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05 .bc-mnc__cart-link--count-circle{float:right}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-05:after{content:"";clear:both;display:table}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06 .bc-mnc__cart-details--cart-total__amount{float:left;color:#333;font-size:16px;margin-right:10px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06 .bc-mnc__cart-details--cart-items-count{float:right;font-size:14px;color:#9a9a9a !important;margin-top:3px}.bc-mnc .bc-mnc__cart-link--container.bc-mnc__cart-link-layout-06:after{content:"";clear:both;display:table}.bc-mnc,#mainmenu .bc-mnc{align-self:center;list-style:none;position:relative}.bc-mnc.bc-mnc__mobile-logged-in .bc-mnc__cart-details .bc-mnc__cart-details--items-section,#mainmenu .bc-mnc.bc-mnc__mobile-logged-in .bc-mnc__cart-details .bc-mnc__cart-details--items-section{margin-top:46px !important}.bc-mnc .bc-mnc__cart-details,#mainmenu .bc-mnc .bc-mnc__cart-details{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;display:none;position:absolute;top:100%;right:0;background:#fff;max-height:100vh;overflow-y:auto;overflow-x:hidden;padding:20px 10px;margin:auto;z-index:9000000}.bc-mnc .bc-mnc__cart-details *,#mainmenu .bc-mnc .bc-mnc__cart-details *{box-sizing:border-box}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details,#mainmenu .bc-mnc .bc-mnc__cart-details{max-width:100% !important}}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section{width:100%;max-width:100%;margin:auto;height:100vh;top:0;right:0;bottom:0;left:0;overflow-x:hidden}}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button{position:absolute;top:15px;right:15px;cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{max-height:50vh;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items::-webkit-scrollbar,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items::-webkit-scrollbar{width:0 !important;background:transparent}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{justify-content:space-between;position:relative;padding:0;margin:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title{color:#222;line-height:150%;text-transform:none;text-decoration:none}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info .bc-mnc__cart-details--single-item__info--title a{padding:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease{cursor:pointer}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:0;margin:0;border:0;max-height:100%;max-width:100%}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{max-width:100%;text-decoration:none;text-transform:none;padding:0;margin:0}.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{padding:0;color:#fff}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1{text-align:left;min-width:unset;width:350px;left:-3000px;position:absolute;padding:20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-webkit-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-moz-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);-o-box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show{display:block;left:unset}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1.cart-details-show{display:block;left:unset;position:fixed;z-index:9999999;right:0;max-width:100%}}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1{width:100%;max-width:100%;position:fixed;margin:auto;top:0;right:0;bottom:0;left:0;padding:20px;overflow-x:hidden;overflow-y:scroll}}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section{visibility:visible;opacity:1;box-sizing:border-box;display:block;background:#fff;position:relative;list-style-type:none;margin:unset;left:unset;right:0;z-index:10;max-height:90vh;overflow-y:auto;overflow-x:hidden}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:20px;font-weight:bold}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button{position:absolute;cursor:pointer;top:15px;right:15px;color:#b4b0b3;transition:all ease-in .5s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{color:#f74726}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item{padding:10px;border-bottom:1px solid #e0e4e2;float:none;display:flex;background:#fff;width:100%;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{white-space:initial;padding:0;margin-bottom:10px;line-height:130%;display:block;font-size:16px;color:#222 !important}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title:hover{color:#447397}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{cursor:pointer;transition:all ease-in .5s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{color:#f74726}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:5px 10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{padding:20px 0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-1 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2{width:400px;position:absolute;left:-3000px;padding:20px 35px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show{display:block;left:unset}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2.cart-details-show{display:block;left:unset;position:fixed;z-index:9999999;right:0;max-width:100%}}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item{padding:20px;float:none;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{position:absolute;top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px auto}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-2 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3{width:400px;padding:20px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show{display:block}@media(max-width: 480px){.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3.cart-details-show{display:block;left:unset;position:fixed;z-index:9999999;right:0;top:0;max-width:100%}}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{padding:20px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;float:none;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity{display:flex;flex-direction:column-reverse;align-content:center;justify-content:space-between;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px auto}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-3 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4{display:block;transition:ease all .5s;width:400px;padding:20px;-webkit-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);-moz-box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);box-shadow:0px 0px 7px 1px rgba(84,79,85,.51);text-align:left;height:100vh;position:fixed;top:0;right:-400px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4.cart-details-show,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4.cart-details-show{right:0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section{display:flex;flex-direction:column;justify-content:space-between;max-height:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--header{font-size:24px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--close-button:hover{transform:scale(1.5)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items{padding:20px;max-height:unset}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item{padding:10px 20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;float:none;flex-grow:2;display:flex;background:#fff;width:100%;-webkit-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);-moz-box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);box-shadow:0 0 25px rgba(40,47,60,.05),0 20px 25px rgba(40,47,60,.05),0 3px 4px rgba(40,47,60,.05);background:#fff;margin-bottom:20px;font-size:16px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title{font-size:14px;padding-bottom:15px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--title a.bc-mnc__product-title{line-height:150%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__info--order-total{font-size:14px;opacity:.7;color:#666}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon{top:10px;left:10px;transition:ease all .3s}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--remove-product-icon:hover{transform:scale(1.3)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-image{padding:10px}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity{display:flex;flex-direction:column-reverse;align-content:center;justify-content:space-between;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--increase:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--all-items .bc-mnc__cart-details--single-item .bc-mnc__cart-details--single-item__product-quantity .bc-mnc__cart-details--single-item__product-quantity--decrease:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-details--cart-total{margin:15px;bottom:0}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{width:100%}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button a,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button a{max-width:100%;display:block;text-decoration:none;color:#fff;padding:10px;font-size:16px;width:100%;text-align:center}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-cart-button{margin-right:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button,#mainmenu .bc-mnc .bc-mnc__cart-details.bc-mnc__cart-details-style-4 section.bc-mnc__cart-details--items-section .bc-mnc__cart-checkout-container .bc-mnc__cart-details--to-checkout-button{margin-left:10px;-webkit-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);-moz-box-shadow:0px 0px 6px 5px rgba(209,209,209,.46);box-shadow:0px 0px 6px 5px rgba(209,209,209,.46)}.bc-mnc .bc-uk-flex{display:flex}.bc-mnc .bc-uk-flex-between{justify-content:space-between}.bc-mnc .bc_menu_bar_cart-display-right{float:right}.bc-mnc .bc_menu_bar_cart-display-left{float:left}/*# sourceMappingURL=frontend.css.map */
bundle/js/backend-bundle.min.js CHANGED
@@ -1,2 +1,2 @@
1
- function Refresh_Image(t){var e={action:"myprefix_get_image",id:t};jQuery.get(ajaxurl,e,function(t){!0===t.success&&jQuery("#myprefix-preview-image").replaceWith(t.data.image)})}!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define("BCkit",e):(t=t||self).BCkit=e()}(this,function(){"use strict";function t(t,e){return function(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}}var e=Object.prototype,n=e.hasOwnProperty;function i(t,e){return n.call(t,e)}var o={},r=/([a-z\d])([A-Z])/g;function s(t){return t in o||(o[t]=t.replace(r,"$1-$2").toLowerCase()),o[t]}var a=/-(\w)/g;function c(t){return t.replace(a,l)}function l(t,e){return e?e.toUpperCase():""}function u(t){return t.length?l(0,t.charAt(0))+t.slice(1):""}var h=String.prototype,d=h.startsWith||function(t){return 0===this.lastIndexOf(t,0)};function f(t,e){return d.call(t,e)}var p=h.endsWith||function(t){return this.substr(-t.length)===t};function m(t,e){return p.call(t,e)}var g=Array.prototype,v=function(t,e){return~this.indexOf(t,e)},b=h.includes||v,w=g.includes||v;function y(t,e){return t&&(P(t)?b:w).call(t,e)}var x=g.findIndex||function(t){for(var e=arguments,n=0;n<this.length;n++)if(t.call(e[1],this[n],n,this))return n;return-1};function k(t,e){return x.call(t,e)}var j=Array.isArray;function $(t){return"function"==typeof t}function S(t){return null!==t&&"object"==typeof t}function I(t){return S(t)&&Object.getPrototypeOf(t)===e}function _(t){return S(t)&&t===t.window}function C(t){return S(t)&&9===t.nodeType}function T(t){return S(t)&&!!t.jquery}function A(t){return t instanceof Node||S(t)&&t.nodeType>=1}var E=e.toString;function O(t){return E.call(t).match(/^\[object (NodeList|HTMLCollection)\]$/)}function D(t){return"boolean"==typeof t}function P(t){return"string"==typeof t}function N(t){return"number"==typeof t}function M(t){return N(t)||P(t)&&!isNaN(t-parseFloat(t))}function H(t){return!(j(t)?t.length:S(t)&&Object.keys(t).length)}function B(t){return void 0===t}function z(t){return D(t)?t:"true"===t||"1"===t||""===t||"false"!==t&&"0"!==t&&t}function q(t){var e=Number(t);return!isNaN(e)&&e}function W(t){return parseFloat(t)||0}function L(t){return A(t)||_(t)||C(t)?t:O(t)||T(t)?t[0]:j(t)?L(t[0]):null}function F(t){return A(t)?[t]:O(t)?g.slice.call(t):j(t)?t.map(L).filter(Boolean):T(t)?t.toArray():[]}function R(t){return j(t)?t:P(t)?t.split(/,(?![^(]*\))/).map(function(t){return M(t)?q(t):z(t.trim())}):[t]}function V(t){return t?m(t,"ms")?W(t):1e3*W(t):0}function U(t,e){return t===e||S(t)&&S(e)&&Object.keys(t).length===Object.keys(e).length&&K(t,function(t,n){return t===e[n]})}function Y(t,e,n){return t.replace(new RegExp(e+"|"+n,"mg"),function(t){return t===e?n:e})}var X=Object.assign||function(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];t=Object(t);for(var o=0;o<e.length;o++){var r=e[o];if(null!==r)for(var s in r)i(r,s)&&(t[s]=r[s])}return t};function K(t,e){for(var n in t)if(!1===e(t[n],n))return!1;return!0}function Q(t,e){return t.sort(function(t,n){var i=t[e];void 0===i&&(i=0);var o=n[e];return void 0===o&&(o=0),i>o?1:o>i?-1:0})}function G(t,e){var n=new Set;return t.filter(function(t){var i=t[e];return!n.has(i)&&(n.add(i)||!0)})}function J(t,e,n){return void 0===e&&(e=0),void 0===n&&(n=1),Math.min(Math.max(q(t)||0,e),n)}function Z(){}function tt(t,e){return t.left<e.right&&t.right>e.left&&t.top<e.bottom&&t.bottom>e.top}function et(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}var nt={ratio:function(t,e,n){var i,o="width"===e?"height":"width";return(i={})[o]=t[e]?Math.round(n*t[o]/t[e]):t[o],i[e]=n,i},contain:function(t,e){var n=this;return K(t=X({},t),function(i,o){return t=t[o]>e[o]?n.ratio(t,o,e[o]):t}),t},cover:function(t,e){var n=this;return K(t=this.contain(t,e),function(i,o){return t=t[o]<e[o]?n.ratio(t,o,e[o]):t}),t}};function it(t,e,n){if(S(e))for(var i in e)it(t,i,e[i]);else{if(B(n))return(t=L(t))&&t.getAttribute(e);F(t).forEach(function(t){$(n)&&(n=n.call(t,it(t,e))),null===n?rt(t,e):t.setAttribute(e,n)})}}function ot(t,e){return F(t).some(function(t){return t.hasAttribute(e)})}function rt(t,e){t=F(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.hasAttribute(e)&&t.removeAttribute(e)})})}function st(t,e){for(var n=0,i=[e,"data-"+e];n<i.length;n++)if(ot(t,i[n]))return it(t,i[n])}function at(t,e){return L(t)||ut(t,lt(t,e))}function ct(t,e){var n=F(t);return n.length&&n||ht(t,lt(t,e))}function lt(t,e){return void 0===e&&(e=document),mt(t)||C(e)?e:e.ownerDocument}function ut(t,e){return L(dt(t,e,"querySelector"))}function ht(t,e){return F(dt(t,e,"querySelectorAll"))}function dt(t,e,n){if(void 0===e&&(e=document),!t||!P(t))return null;var i;mt(t=t.replace(pt,"$1 *"))&&(i=[],t=function(t){return t.match(gt).map(function(t){return t.replace(/,$/,"").trim()})}(t).map(function(t,n){var o=e;if("!"===t[0]){var r=t.substr(1).trim().split(" ");o=xt(e.parentNode,r[0]),t=r.slice(1).join(" ").trim()}if("-"===t[0]){var s=t.substr(1).trim().split(" "),a=(o||e).previousElementSibling;o=wt(a,t.substr(1))?a:null,t=s.slice(1).join(" ")}return o?(o.id||(o.id="uk-"+Date.now()+n,i.push(function(){return rt(o,"id")})),"#"+$t(o.id)+" "+t):null}).filter(Boolean).join(","),e=document);try{return e[n](t)}catch(t){return null}finally{i&&i.forEach(function(t){return t()})}}var ft=/(^|[^\\],)\s*[!>+~-]/,pt=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function mt(t){return P(t)&&t.match(ft)}var gt=/.*?[^\\](?:,|$)/g;var vt=Element.prototype,bt=vt.matches||vt.webkitMatchesSelector||vt.msMatchesSelector;function wt(t,e){return F(t).some(function(t){return bt.call(t,e)})}var yt=vt.closest||function(t){var e=this;do{if(wt(e,t))return e;e=e.parentNode}while(e&&1===e.nodeType)};function xt(t,e){return f(e,">")&&(e=e.slice(1)),A(t)?t.parentNode&&yt.call(t,e):F(t).map(function(t){return xt(t,e)}).filter(Boolean)}function kt(t,e){for(var n=[],i=L(t).parentNode;i&&1===i.nodeType;)wt(i,e)&&n.push(i),i=i.parentNode;return n}var jt=window.CSS&&CSS.escape||function(t){return t.replace(/([^\x7f-\uFFFF\w-])/g,function(t){return"\\"+t})};function $t(t){return P(t)?jt.call(null,t):""}var St={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function It(t){return F(t).some(function(t){return St[t.tagName.toLowerCase()]})}function _t(t){return F(t).some(function(t){return t.offsetWidth||t.offsetHeight||t.getClientRects().length})}var Ct="input,select,textarea,button";function Tt(t){return F(t).some(function(t){return wt(t,Ct)})}function At(t,e){return F(t).filter(function(t){return wt(t,e)})}function Et(t,e){return P(e)?wt(t,e)||xt(t,e):t===e||(C(e)?e.documentElement:L(e)).contains(L(t))}function Ot(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=Ht(t),i=n[0],o=n[1],r=n[2],s=n[3],a=n[4];return i=qt(i),r&&(s=function(t,e,n){var i=this;return function(o){t.forEach(function(t){var r=">"===e[0]?ht(e,t).reverse().filter(function(t){return Et(o.target,t)})[0]:xt(o.target,e);r&&(o.delegate=t,o.current=r,n.call(i,o))})}}(i,r,s)),s.length>1&&(s=function(t){return function(e){return j(e.detail)?t.apply(void 0,[e].concat(e.detail)):t(e)}}(s)),o.split(" ").forEach(function(t){return i.forEach(function(e){return e.addEventListener(t,s,a)})}),function(){return Dt(i,o,s,a)}}function Dt(t,e,n,i){void 0===i&&(i=!1),t=qt(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.removeEventListener(e,n,i)})})}function Pt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=Ht(t),i=n[0],o=n[1],r=n[2],s=n[3],a=n[4],c=n[5],l=Ot(i,o,r,function(t){var e=!c||c(t);e&&(l(),s(t,e))},a);return l}function Nt(t,e,n){return qt(t).reduce(function(t,i){return t&&i.dispatchEvent(Mt(e,!0,!0,n))},!0)}function Mt(t,e,n,i){if(void 0===e&&(e=!0),void 0===n&&(n=!1),P(t)){var o=document.createEvent("CustomEvent");o.initCustomEvent(t,e,n,i),t=o}return t}function Ht(t){return $(t[2])&&t.splice(2,0,!1),t}function Bt(t){return t&&"addEventListener"in t}function zt(t){return Bt(t)?t:L(t)}function qt(t){return j(t)?t.map(zt).filter(Boolean):P(t)?ht(t):Bt(t)?[t]:F(t)}function Wt(t){return"touch"===t.pointerType||t.touches}function Lt(t,e){void 0===e&&(e="client");var n=t.touches,i=t.changedTouches,o=n&&n[0]||i&&i[0]||t;return{x:o[e+"X"],y:o[e+"Y"]}}var Ft="Promise"in window?window.Promise:Yt,Rt=function(){var t=this;this.promise=new Ft(function(e,n){t.reject=n,t.resolve=e})},Vt=2,Ut="setImmediate"in window?setImmediate:setTimeout;function Yt(t){this.state=Vt,this.value=void 0,this.deferred=[];var e=this;try{t(function(t){e.resolve(t)},function(t){e.reject(t)})}catch(t){e.reject(t)}}Yt.reject=function(t){return new Yt(function(e,n){n(t)})},Yt.resolve=function(t){return new Yt(function(e,n){e(t)})},Yt.all=function(t){return new Yt(function(e,n){var i=[],o=0;function r(n){return function(r){i[n]=r,(o+=1)===t.length&&e(i)}}0===t.length&&e(i);for(var s=0;s<t.length;s+=1)Yt.resolve(t[s]).then(r(s),n)})},Yt.race=function(t){return new Yt(function(e,n){for(var i=0;i<t.length;i+=1)Yt.resolve(t[i]).then(e,n)})};var Xt=Yt.prototype;function Kt(t,e){return new Ft(function(n,i){var o=X({data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:Z,responseType:""},e);o.beforeSend(o);var r=o.xhr;for(var s in o)if(s in r)try{r[s]=o[s]}catch(t){}for(var a in r.open(o.method.toUpperCase(),t),o.headers)r.setRequestHeader(a,o.headers[a]);Ot(r,"load",function(){0===r.status||r.status>=200&&r.status<300||304===r.status?n(r):i(X(Error(r.statusText),{xhr:r,status:r.status}))}),Ot(r,"error",function(){return i(X(Error("Network Error"),{xhr:r}))}),Ot(r,"timeout",function(){return i(X(Error("Network Timeout"),{xhr:r}))}),r.send(o.data)})}function Qt(t,e,n){return new Ft(function(i,o){var r=new Image;r.onerror=o,r.onload=function(){return i(r)},n&&(r.sizes=n),e&&(r.srcset=e),r.src=t})}Xt.resolve=function(t){var e=this;if(e.state===Vt){if(t===e)throw new TypeError("Promise settled with itself.");var n=!1;try{var i=t&&t.then;if(null!==t&&S(t)&&$(i))return void i.call(t,function(t){n||e.resolve(t),n=!0},function(t){n||e.reject(t),n=!0})}catch(t){return void(n||e.reject(t))}e.state=0,e.value=t,e.notify()}},Xt.reject=function(t){if(this.state===Vt){if(t===this)throw new TypeError("Promise settled with itself.");this.state=1,this.value=t,this.notify()}},Xt.notify=function(){var t=this;Ut(function(){if(t.state!==Vt)for(;t.deferred.length;){var e=t.deferred.shift(),n=e[0],i=e[1],o=e[2],r=e[3];try{0===t.state?$(n)?o(n.call(void 0,t.value)):o(t.value):1===t.state&&($(i)?o(i.call(void 0,t.value)):r(t.value))}catch(t){r(t)}}})},Xt.then=function(t,e){var n=this;return new Yt(function(i,o){n.deferred.push([t,e,i,o]),n.notify()})},Xt.catch=function(t){return this.then(void 0,t)};var Gt=/msie|trident/i.test(window.navigator.userAgent),Jt="rtl"===it(document.documentElement,"dir"),Zt="ontouchstart"in window,te=window.PointerEvent,ee=Zt||window.DocumentTouch&&document instanceof DocumentTouch||navigator.maxTouchPoints,ne=te?"pointerdown":Zt?"touchstart":"mousedown",ie=te?"pointermove":Zt?"touchmove":"mousemove",oe=te?"pointerup":Zt?"touchend":"mouseup",re=te?"pointerenter":Zt?"":"mouseenter",se=te?"pointerleave":Zt?"":"mouseleave",ae=te?"pointercancel":"touchcancel";function ce(t){if("loading"===document.readyState)var e=Ot(document,"DOMContentLoaded",function(){e(),t()});else t()}function le(t,e){return e?F(t).indexOf(L(e)):F((t=L(t))&&t.parentNode.children).indexOf(t)}function ue(t,e,n,i){void 0===n&&(n=0),void 0===i&&(i=!1);var o=(e=F(e)).length;return t=M(t)?q(t):"next"===t?n+1:"previous"===t?n-1:le(e,t),i?J(t,0,o-1):(t%=o)<0?t+o:t}function he(t){return(t=Se(t)).innerHTML="",t}function de(t,e){return t=Se(t),B(e)?t.innerHTML:fe(t.hasChildNodes()?he(t):t,e)}function fe(t,e){return t=Se(t),ge(e,function(e){return t.appendChild(e)})}function pe(t,e){return t=Se(t),ge(e,function(e){return t.parentNode.insertBefore(e,t)})}function me(t,e){return t=Se(t),ge(e,function(e){return t.nextSibling?pe(t.nextSibling,e):fe(t.parentNode,e)})}function ge(t,e){return(t=P(t)?je(t):t)?"length"in t?F(t).map(e):e(t):null}function ve(t){F(t).map(function(t){return t.parentNode&&t.parentNode.removeChild(t)})}function be(t,e){for(e=L(pe(t,e));e.firstChild;)e=e.firstChild;return fe(e,t),e}function we(t,e){return F(F(t).map(function(t){return t.hasChildNodes?be(F(t.childNodes),e):fe(t,e)}))}function ye(t){F(t).map(function(t){return t.parentNode}).filter(function(t,e,n){return n.indexOf(t)===e}).forEach(function(t){pe(t,t.childNodes),ve(t)})}var xe=/^\s*<(\w+|!)[^>]*>/,ke=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function je(t){var e=ke.exec(t);if(e)return document.createElement(e[1]);var n=document.createElement("div");return xe.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,n.childNodes.length>1?F(n.childNodes):n.firstChild}function $e(t,e){if(t&&1===t.nodeType)for(e(t),t=t.firstElementChild;t;)$e(t,e),t=t.nextElementSibling}function Se(t,e){return P(t)?_e(t)?L(je(t)):ut(t,e):L(t)}function Ie(t,e){return P(t)?_e(t)?F(je(t)):ht(t,e):F(t)}function _e(t){return"<"===t[0]||t.match(/^\s*</)}function Ce(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];Pe(t,e,"add")}function Te(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];Pe(t,e,"remove")}function Ae(t,e){it(t,"class",function(t){return(t||"").replace(new RegExp("\\b"+e+"\\b","g"),"")})}function Ee(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];e[0]&&Te(t,e[0]),e[1]&&Ce(t,e[1])}function Oe(t,e){return e&&F(t).some(function(t){return t.classList.contains(e.split(" ")[0])})}function De(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];if(e.length){var i=P((e=Ne(e))[e.length-1])?[]:e.pop();e=e.filter(Boolean),F(t).forEach(function(t){for(var n=t.classList,o=0;o<e.length;o++)Me.Force?n.toggle.apply(n,[e[o]].concat(i)):n[(B(i)?!n.contains(e[o]):i)?"add":"remove"](e[o])})}}function Pe(t,e,n){(e=Ne(e).filter(Boolean)).length&&F(t).forEach(function(t){var i=t.classList;Me.Multiple?i[n].apply(i,e):e.forEach(function(t){return i[n](t)})})}function Ne(t){return t.reduce(function(t,e){return t.concat.call(t,P(e)&&y(e," ")?e.trim().split(" "):e)},[])}var Me={get Multiple(){return this.get("_multiple")},get Force(){return this.get("_force")},get:function(t){if(!i(this,t)){var e=document.createElement("_").classList;e.add("a","b"),e.toggle("c",!1),this._multiple=e.contains("b"),this._force=!e.contains("c")}return this[t]}},He={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function Be(t,e,n){return F(t).map(function(t){if(P(e)){if(e=Re(e),B(n))return qe(t,e);n||N(n)?t.style[e]=M(n)&&!He[e]?n+"px":n:t.style.removeProperty(e)}else{if(j(e)){var i=ze(t);return e.reduce(function(t,e){return t[e]=i[Re(e)],t},{})}S(e)&&K(e,function(e,n){return Be(t,n,e)})}return t})[0]}function ze(t,e){return(t=L(t)).ownerDocument.defaultView.getComputedStyle(t,e)}function qe(t,e,n){return ze(t,n)[e]}var We={};function Le(t){var e=document.documentElement;if(!Gt)return ze(e).getPropertyValue("--uk-"+t);if(!(t in We)){var n=fe(e,document.createElement("div"));Ce(n,"uk-"+t),We[t]=qe(n,"content",":before").replace(/^["'](.*)["']$/,"$1"),ve(n)}return We[t]}var Fe={};function Re(t){var e=Fe[t];return e||(e=Fe[t]=function(t){t=s(t);var e=document.documentElement.style;if(t in e)return t;var n,i=Ve.length;for(;i--;)if((n="-"+Ve[i]+"-"+t)in e)return n}(t)||t),e}var Ve=["webkit","moz","ms"];function Ue(t,e,n,i){return void 0===n&&(n=400),void 0===i&&(i="linear"),Ft.all(F(t).map(function(t){return new Ft(function(o,r){for(var s in e){var a=Be(t,s);""===a&&Be(t,s,a)}var c=setTimeout(function(){return Nt(t,"transitionend")},n);Pt(t,"transitionend transitioncanceled",function(e){var n=e.type;clearTimeout(c),Te(t,"bc-uk-transition"),Be(t,{"transition-property":"","transition-duration":"","transition-timing-function":""}),"transitioncanceled"===n?r():o()},!1,function(e){var n=e.target;return t===n}),Ce(t,"bc-uk-transition"),Be(t,X({"transition-property":Object.keys(e).map(Re).join(","),"transition-duration":n+"ms","transition-timing-function":i},e))})}))}var Ye={start:Ue,stop:function(t){return Nt(t,"transitionend"),Ft.resolve()},cancel:function(t){Nt(t,"transitioncanceled")},inProgress:function(t){return Oe(t,"bc-uk-transition")}},Xe="bc-uk-animation-",Ke="bc-uk-cancel-animation";function Qe(t,e,n,i,o){var r=arguments;return void 0===n&&(n=200),Ft.all(F(t).map(function(t){return new Ft(function(s,a){if(Oe(t,Ke))requestAnimationFrame(function(){return Ft.resolve().then(function(){return Qe.apply(void 0,r).then(s,a)})});else{var c=e+" "+Xe+(o?"leave":"enter");f(e,Xe)&&(i&&(c+=" uk-transform-origin-"+i),o&&(c+=" "+Xe+"reverse")),l(),Pt(t,"animationend animationcancel",function(e){var n=!1;"animationcancel"===e.type?(a(),l()):(s(),Ft.resolve().then(function(){n=!0,l()})),requestAnimationFrame(function(){n||(Ce(t,Ke),requestAnimationFrame(function(){return Te(t,Ke)}))})},!1,function(e){var n=e.target;return t===n}),Be(t,"animationDuration",n+"ms"),Ce(t,c)}function l(){Be(t,"animationDuration",""),Ae(t,Xe+"\\S*")}})}))}var Ge=new RegExp(Xe+"(enter|leave)"),Je={in:function(t,e,n,i){return Qe(t,e,n,i,!1)},out:function(t,e,n,i){return Qe(t,e,n,i,!0)},inProgress:function(t){return Ge.test(it(t,"class"))},cancel:function(t){Nt(t,"animationcancel")}},Ze={width:["x","left","right"],height:["y","top","bottom"]};function tn(t,e,n,i,o,r,s,a){n=un(n),i=un(i);var c={element:n,target:i};if(!t||!e)return c;var l=nn(t),u=nn(e),h=u;if(ln(h,n,l,-1),ln(h,i,u,1),o=hn(o,l.width,l.height),r=hn(r,u.width,u.height),o.x+=r.x,o.y+=r.y,h.left+=o.x,h.top+=o.y,s){var d=[nn(wn(t))];a&&d.unshift(nn(a)),K(Ze,function(t,e){var r=t[0],a=t[1],f=t[2];(!0===s||y(s,r))&&d.some(function(t){var s=n[r]===a?-l[e]:n[r]===f?l[e]:0,d=i[r]===a?u[e]:i[r]===f?-u[e]:0;if(h[a]<t[a]||h[a]+l[e]>t[f]){var p=l[e]/2,m="center"===i[r]?-u[e]/2:0;return"center"===n[r]&&(g(p,m)||g(-p,-m))||g(s,d)}function g(n,i){var s=h[a]+n+i-2*o[r];if(s>=t[a]&&s+l[e]<=t[f])return h[a]=s,["element","target"].forEach(function(t){c[t][r]=n?c[t][r]===Ze[e][1]?Ze[e][2]:Ze[e][1]:c[t][r]}),!0}})})}return en(t,h),c}function en(t,e){if(t=L(t),!e)return nn(t);var n=en(t),i=Be(t,"position");["left","top"].forEach(function(o){if(o in e){var r=Be(t,o);Be(t,o,e[o]-n[o]+W("absolute"===i&&"auto"===r?on(t)[o]:r))}})}function nn(t){var e,n,i=wn(t=L(t)),o=i.pageYOffset,r=i.pageXOffset;if(_(t)){var s=t.innerHeight,a=t.innerWidth;return{top:o,left:r,height:s,width:a,bottom:o+s,right:r+a}}_t(t)||"none"!==Be(t,"display")||(e=it(t,"style"),n=it(t,"hidden"),it(t,{style:(e||"")+";display:block !important;",hidden:null}));var c=t.getBoundingClientRect();return B(e)||it(t,{style:e,hidden:n}),{height:c.height,width:c.width,top:c.top+o,left:c.left+r,bottom:c.bottom+o,right:c.right+r}}function on(t){var e=(t=L(t)).offsetParent||function(t){return yn(t).documentElement}(t),n=en(e),i=["top","left"].reduce(function(i,o){var r=u(o);return i[o]-=n[o]+W(Be(t,"margin"+r))+W(Be(e,"border"+r+"Width")),i},en(t));return{top:i.top,left:i.left}}var rn=an("height"),sn=an("width");function an(t){var e=u(t);return function(n,i){if(n=L(n),B(i)){if(_(n))return n["inner"+e];if(C(n)){var o=n.documentElement;return Math.max(o["offset"+e],o["scroll"+e])}return(i="auto"===(i=Be(n,t))?n["offset"+e]:W(i)||0)-cn(t,n)}Be(n,t,i||0===i?+i+cn(t,n)+"px":"")}}function cn(t,e,n){return void 0===n&&(n="border-box"),Be(e,"boxSizing")===n?Ze[t].slice(1).map(u).reduce(function(t,n){return t+W(Be(e,"padding"+n))+W(Be(e,"border"+n+"Width"))},0):0}function ln(t,e,n,i){K(Ze,function(o,r){var s=o[0],a=o[1],c=o[2];e[s]===c?t[a]+=n[r]*i:"center"===e[s]&&(t[a]+=n[r]*i/2)})}function un(t){var e=/left|center|right/,n=/top|center|bottom/;return 1===(t=(t||"").split(" ")).length&&(t=e.test(t[0])?t.concat(["center"]):n.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:n.test(t[1])?t[1]:"center"}}function hn(t,e,n){var i=(t||"").split(" "),o=i[0],r=i[1];return{x:o?W(o)*(m(o,"%")?e/100:1):0,y:r?W(r)*(m(r,"%")?n/100:1):0}}function dn(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top";default:return t}}function fn(t,e,n){if(void 0===e&&(e=0),void 0===n&&(n=0),!_t(t))return!1;var i=wn(t=L(t)),o=t.getBoundingClientRect(),r={top:-e,left:-n,bottom:e+rn(i),right:n+sn(i)};return tt(o,r)||et({x:o.left,y:o.top},r)}function pn(t,e){if(void 0===e&&(e=0),!_t(t))return 0;var n=wn(t=L(t)),i=yn(t),o=t.offsetHeight+e,r=gn(t)[0],s=rn(n),a=s+Math.min(0,r-s),c=Math.max(0,s-(rn(i)+e-(r+o)));return J((a+n.pageYOffset-r)/((a+(o-(c<s?c:0)))/100)/100)}function mn(t,e){if(_(t=L(t))||C(t)){var n=wn(t);(0,n.scrollTo)(n.pageXOffset,e)}else t.scrollTop=e}function gn(t){var e=[0,0];do{if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,"fixed"===Be(t,"position")){var n=wn(t);return e[0]+=n.pageYOffset,e[1]+=n.pageXOffset,e}}while(t=t.offsetParent);return e}function vn(t,e,n){return void 0===e&&(e="width"),void 0===n&&(n=window),M(t)?+t:m(t,"vh")?bn(rn(wn(n)),t):m(t,"vw")?bn(sn(wn(n)),t):m(t,"%")?bn(nn(n)[e],t):W(t)}function bn(t,e){return t*W(e)/100}function wn(t){return _(t)?t:yn(t).defaultView}function yn(t){return L(t).ownerDocument}var xn={reads:[],writes:[],read:function(t){return this.reads.push(t),kn(),t},write:function(t){return this.writes.push(t),kn(),t},clear:function(t){return $n(this.reads,t)||$n(this.writes,t)},flush:function(){jn(this.reads),jn(this.writes.splice(0,this.writes.length)),this.scheduled=!1,(this.reads.length||this.writes.length)&&kn()}};function kn(){xn.scheduled||(xn.scheduled=!0,requestAnimationFrame(xn.flush.bind(xn)))}function jn(t){for(var e;e=t.shift();)e()}function $n(t,e){var n=t.indexOf(e);return!!~n&&!!t.splice(n,1)}function Sn(){}function In(t,e){return(e.y-t.y)/(e.x-t.x)}Sn.prototype={positions:[],position:null,init:function(){var t=this;this.positions=[],this.position=null;var e=!1;this.unbind=Ot(document,"mousemove",function(n){e||(setTimeout(function(){var i=Date.now(),o=t.positions.length;o&&i-t.positions[o-1].time>100&&t.positions.splice(0,o),t.positions.push({time:i,x:n.pageX,y:n.pageY}),t.positions.length>5&&t.positions.shift(),e=!1},5),e=!0)})},cancel:function(){this.unbind&&this.unbind()},movesTo:function(t){if(this.positions.length<2)return!1;var e=en(t),n=this.positions[this.positions.length-1],i=this.positions[0];if(e.left<=n.x&&n.x<=e.right&&e.top<=n.y&&n.y<=e.bottom)return!1;var o=[[{x:e.left,y:e.top},{x:e.right,y:e.bottom}],[{x:e.right,y:e.top},{x:e.left,y:e.bottom}]];return e.right<=n.x||(e.left>=n.x?(o[0].reverse(),o[1].reverse()):e.bottom<=n.y?o[0].reverse():e.top>=n.y&&o[1].reverse()),!!o.reduce(function(t,e){return t+(In(i,e[0])<In(n,e[0])&&In(i,e[1])>In(n,e[1]))},0)}};var _n={};function Cn(t,e,n){return _n.computed($(t)?t.call(n,n):t,$(e)?e.call(n,n):e)}function Tn(t,e){return t=t&&!j(t)?[t]:t,e?t?t.concat(e):j(e)?e:[e]:t}function An(t,e,n){var o={};if($(e)&&(e=e.options),e.extends&&(t=An(t,e.extends,n)),e.mixins)for(var r=0,s=e.mixins.length;r<s;r++)t=An(t,e.mixins[r],n);for(var a in t)l(a);for(var c in e)i(t,c)||l(c);function l(i){o[i]=(_n[i]||function(t,e){return B(e)?t:e})(t[i],e[i],n)}return o}function En(t,e){var n;void 0===e&&(e=[]);try{return t?f(t,"{")?JSON.parse(t):e.length&&!y(t,":")?((n={})[e[0]]=t,n):t.split(";").reduce(function(t,e){var n=e.split(/:(.*)/),i=n[0],o=n[1];return i&&!B(o)&&(t[i.trim()]=o.trim()),t},{}):{}}catch(t){return{}}}_n.events=_n.created=_n.beforeConnect=_n.connected=_n.beforeDisconnect=_n.disconnected=_n.destroy=Tn,_n.args=function(t,e){return Tn(e||t)},_n.update=function(t,e){return Q(Tn(t,$(e)?{read:e}:e),"order")},_n.props=function(t,e){return j(e)&&(e=e.reduce(function(t,e){return t[e]=String,t},{})),_n.methods(t,e)},_n.computed=_n.methods=function(t,e){return e?t?X({},t,e):e:t},_n.data=function(t,e,n){return n?Cn(t,e,n):e?t?function(n){return Cn(t,e,n)}:e:t};var On=0,Dn=function(t){this.id=++On,this.el=L(t)};function Pn(t,e){try{t.contentWindow.postMessage(JSON.stringify(X({event:"command"},e)),"*")}catch(t){}}Dn.prototype.isVideo=function(){return this.isYoutube()||this.isVimeo()||this.isHTML5()},Dn.prototype.isHTML5=function(){return"VIDEO"===this.el.tagName},Dn.prototype.isIFrame=function(){return"IFRAME"===this.el.tagName},Dn.prototype.isYoutube=function(){return this.isIFrame()&&!!this.el.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)},Dn.prototype.isVimeo=function(){return this.isIFrame()&&!!this.el.src.match(/vimeo\.com\/video\/.*/)},Dn.prototype.enableApi=function(){var t=this;if(this.ready)return this.ready;var e,n=this.isYoutube(),i=this.isVimeo();return n||i?this.ready=new Ft(function(o){var r;Pt(t.el,"load",function(){if(n){var i=function(){return Pn(t.el,{event:"listening",id:t.id})};e=setInterval(i,100),i()}}),(r=function(e){return n&&e.id===t.id&&"onReady"===e.event||i&&Number(e.player_id)===t.id},new Ft(function(t){Pt(window,"message",function(e,n){return t(n)},!1,function(t){var e=t.data;if(e&&P(e)){try{e=JSON.parse(e)}catch(t){return}return e&&r(e)}})})).then(function(){o(),e&&clearInterval(e)}),it(t.el,"src",t.el.src+(y(t.el.src,"?")?"&":"?")+(n?"enablejsapi=1":"api=1&player_id="+t.id))}):Ft.resolve()},Dn.prototype.play=function(){var t=this;if(this.isVideo())if(this.isIFrame())this.enableApi().then(function(){return Pn(t.el,{func:"playVideo",method:"play"})});else if(this.isHTML5())try{var e=this.el.play();e&&e.catch(Z)}catch(t){}},Dn.prototype.pause=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Pn(t.el,{func:"pauseVideo",method:"pause"})}):this.isHTML5()&&this.el.pause())},Dn.prototype.mute=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Pn(t.el,{func:"mute",method:"setVolume",value:0})}):this.isHTML5()&&(this.el.muted=!0,it(this.el,"muted","")))};var Nn="IntersectionObserver"in window?window.IntersectionObserver:function(){function t(t,e){var n=this;void 0===e&&(e={});var i=e.rootMargin;void 0===i&&(i="0 0"),this.targets=[];var o,r=(i||"0 0").split(" ").map(W),s=r[0],a=r[1];this.offsetTop=s,this.offsetLeft=a,this.apply=function(){o||(o=requestAnimationFrame(function(){return setTimeout(function(){var e=n.takeRecords();e.length&&t(e,n),o=!1})}))},this.off=Ot(window,"scroll resize load",this.apply,{passive:!0,capture:!0})}return t.prototype.takeRecords=function(){var t=this;return this.targets.filter(function(e){var n=fn(e.target,t.offsetTop,t.offsetLeft);if(null===e.isIntersecting||n^e.isIntersecting)return e.isIntersecting=n,!0})},t.prototype.observe=function(t){this.targets.push({target:t,isIntersecting:null}),this.apply()},t.prototype.disconnect=function(){this.targets=[],this.off()},t}();function Mn(t){return!(!f(t,"bc-uk-")&&!f(t,"data-uk-"))&&c(t.replace("data-uk-","").replace("bc-uk-",""))}var Hn=function(t){this._init(t)};Hn.util=Object.freeze({ajax:Kt,getImage:Qt,transition:Ue,Transition:Ye,animate:Qe,Animation:Je,attr:it,hasAttr:ot,removeAttr:rt,data:st,addClass:Ce,removeClass:Te,removeClasses:Ae,replaceClass:Ee,hasClass:Oe,toggleClass:De,positionAt:tn,offset:en,position:on,height:rn,width:sn,boxModelAdjust:cn,flipPosition:dn,isInView:fn,scrolledOver:pn,scrollTop:mn,offsetPosition:gn,toPx:vn,ready:ce,index:le,getIndex:ue,empty:he,html:de,prepend:function(t,e){return(t=Se(t)).hasChildNodes()?ge(e,function(e){return t.insertBefore(e,t.firstChild)}):fe(t,e)},append:fe,before:pe,after:me,remove:ve,wrapAll:be,wrapInner:we,unwrap:ye,fragment:je,apply:$e,$:Se,$$:Ie,isIE:Gt,isRtl:Jt,hasTouch:ee,pointerDown:ne,pointerMove:ie,pointerUp:oe,pointerEnter:re,pointerLeave:se,pointerCancel:ae,on:Ot,off:Dt,once:Pt,trigger:Nt,createEvent:Mt,toEventTargets:qt,isTouch:Wt,getEventPos:Lt,fastdom:xn,isVoidElement:It,isVisible:_t,selInput:Ct,isInput:Tt,filter:At,within:Et,bind:t,hasOwn:i,hyphenate:s,camelize:c,ucfirst:u,startsWith:f,endsWith:m,includes:y,findIndex:k,isArray:j,isFunction:$,isObject:S,isPlainObject:I,isWindow:_,isDocument:C,isJQuery:T,isNode:A,isNodeCollection:O,isBoolean:D,isString:P,isNumber:N,isNumeric:M,isEmpty:H,isUndefined:B,toBoolean:z,toNumber:q,toFloat:W,toNode:L,toNodes:F,toList:R,toMs:V,isEqual:U,swap:Y,assign:X,each:K,sortBy:Q,uniqueBy:G,clamp:J,noop:Z,intersectRect:tt,pointInRect:et,Dimensions:nt,MouseTracker:Sn,mergeOptions:An,parseOptions:En,Player:Dn,Promise:Ft,Deferred:Rt,IntersectionObserver:Nn,query:at,queryAll:ct,find:ut,findAll:ht,matches:wt,closest:xt,parents:kt,escape:$t,css:Be,getStyles:ze,getStyle:qe,getCssVar:Le,propName:Re}),Hn.data="__BCkit__",Hn.prefix="bc-uk-",Hn.options={},function(t){var e,n=t.data;function i(t,e){if(t)for(var n in t)t[n]._connected&&t[n]._callUpdate(e)}t.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},t.mixin=function(e,n){(n=(P(n)?t.component(n):n)||this).options=An(n.options,e)},t.extend=function(t){t=t||{};var e=function(t){this._init(t)};return(e.prototype=Object.create(this.prototype)).constructor=e,e.options=An(this.options,t),e.super=this,e.extend=this.extend,e},t.update=function(t,e){(function t(e,n){e&&e!==document.body&&e.parentNode&&(t(e.parentNode,n),n(e.parentNode))})(t=t?L(t):document.body,function(t){return i(t[n],e)}),$e(t,function(t){return i(t[n],e)})},Object.defineProperty(t,"container",{get:function(){return e||document.body},set:function(t){e=Se(t)}})}(Hn),function(t){t.prototype._callHook=function(t){var e=this,n=this.$options[t];n&&n.forEach(function(t){return t.call(e)})},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObserver(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){this._connected&&(this._callHook("beforeDisconnect"),this._observer&&(this._observer.disconnect(),this._observer=null),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1)},t.prototype._callUpdate=function(t){var e=this;void 0===t&&(t="update");var n=t.type||t;y(["update","resize"],n)&&this._callWatches();var i=this.$options.update,o=this._frames,r=o.reads,s=o.writes;i&&i.forEach(function(t,i){var o=t.read,a=t.write,c=t.events;("update"===n||y(c,n))&&(o&&!y(xn.reads,r[i])&&(r[i]=xn.read(function(){var t=e._connected&&o.call(e,e._data,n);!1===t&&a?xn.clear(s[i]):I(t)&&X(e._data,t)})),a&&!y(xn.writes,s[i])&&(s[i]=xn.write(function(){return e._connected&&a.call(e,e._data,n)})))})}}(Hn),function(e){var n=0;function o(t,e){var n={},i=t.args;void 0===i&&(i=[]);var o=t.props;void 0===o&&(o={});var r=t.el;if(!o)return n;for(var a in o){var l=s(a),h=st(r,l);if(!B(h)){if(h=o[a]===Boolean&&""===h||u(o[a],h),"target"===l&&(!h||f(h,"_")))continue;n[a]=h}}var d=En(st(r,e),i);for(var p in d){var m=c(p);void 0!==o[m]&&(n[m]=u(o[m],d[p]))}return n}function r(t,e,n){Object.defineProperty(t,e,{enumerable:!0,get:function(){var o=t._computeds,r=t.$props,s=t.$el;return i(o,e)||(o[e]=(n.get||n).call(t,r,s)),o[e]},set:function(i){var o=t._computeds;o[e]=n.set?n.set.call(t,i):i,B(o[e])&&delete o[e]}})}function a(e,n,i){I(n)||(n={name:i,handler:n});var o,r=n.name,s=n.el,c=n.handler,l=n.capture,u=n.passive,h=n.delegate,d=n.filter,f=n.self;s=$(s)?s.call(e):s||e.$el,j(s)?s.forEach(function(t){return a(e,X({},n,{el:t}),i)}):!s||d&&!d.call(e)||(o=P(c)?e[c]:t(c,e),c=function(t){return j(t.detail)?o.apply(void 0,[t].concat(t.detail)):o(t)},f&&(c=function(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}(c)),e._events.push(Ot(s,r,h?P(h)?h:h.call(e):null,c,D(u)?{passive:u,capture:l}:l)))}function l(t,e){return t.every(function(t){return!t||!i(t,e)})}function u(t,e){return t===Boolean?z(e):t===Number?q(e):"list"===t?R(e):t?t(e):e}e.prototype._init=function(t){(t=t||{}).data=function(t,e){var n=t.data,i=(t.el,e.args),o=e.props;if(void 0===o&&(o={}),n=j(n)?H(i)?void 0:n.slice(0,i.length).reduce(function(t,e,n){return I(e)?X(t,e):t[i[n]]=e,t},{}):n)for(var r in n)B(n[r])?delete n[r]:n[r]=o[r]?u(o[r],n[r]):n[r];return n}(t,this.constructor.options),this.$options=An(this.constructor.options,t,this),this.$el=null,this.$props={},this._frames={reads:{},writes:{}},this._events=[],this._uid=n++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),t.el&&this.$mount(t.el)},e.prototype._initData=function(){var t=this.$options.data;for(var e in void 0===t&&(t={}),t)this.$props[e]=this[e]=t[e]},e.prototype._initMethods=function(){var e=this.$options.methods;if(e)for(var n in e)this[n]=t(e[n],this)},e.prototype._initComputeds=function(){var t=this.$options.computed;if(this._computeds={},t)for(var e in t)r(this,e,t[e])},e.prototype._callWatches=function(){var t=this.$options.computed,e=this._computeds;for(var n in e){var i=e[n];delete e[n],t[n].watch&&!U(i,this[n])&&t[n].watch.call(this,this[n],i)}},e.prototype._initProps=function(t){var e;for(e in t=t||o(this.$options,this.$name))B(t[e])||(this.$props[e]=t[e]);var n=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&l(n,e)&&(this[e]=this.$props[e])},e.prototype._initEvents=function(){var t=this,e=this.$options.events;e&&e.forEach(function(e){if(i(e,"handler"))a(t,e);else for(var n in e)a(t,e[n],n)})},e.prototype._unbindEvents=function(){this._events.forEach(function(t){return t()}),this._events=[]},e.prototype._initObserver=function(){var t=this,e=this.$options,n=e.attrs,i=e.props,r=e.el;if(!this._observer&&i&&!1!==n){n=j(n)?n:Object.keys(i),this._observer=new MutationObserver(function(){var e=o(t.$options,t.$name);n.some(function(n){return!B(e[n])&&e[n]!==t.$props[n]})&&t.$reset()});var a=n.map(function(t){return s(t)}).concat(this.$name);this._observer.observe(r,{attributes:!0,attributeFilter:a.concat(a.map(function(t){return"data-"+t}))})}}}(Hn),function(t){var e=t.data,n={};t.component=function(e,i){if(!i)return I(n[e])&&(n[e]=t.extend(n[e])),n[e];t[e]=function(n,i){for(var o=arguments.length,r=Array(o);o--;)r[o]=arguments[o];var s=t.component(e);return I(n)?new s({data:n}):s.options.functional?new s({data:[].concat(r)}):n&&n.nodeType?a(n):Ie(n).map(a)[0];function a(n){var o=t.getComponent(n,e);if(o){if(!i)return o;o.$destroy()}return new s({el:n,data:i})}};var o=I(i)?X({},i):i.options;if(o.name=e,o.install&&o.install(t,o,e),t._initialized&&!o.functional){var r=s(e);xn.read(function(){return t[e]("[uk-"+r+"],[data-uk-"+r+"]")})}return n[e]=I(i)?o:i},t.getComponents=function(t){return t&&t[e]||{}},t.getComponent=function(e,n){return t.getComponents(e)[n]},t.connect=function(i){if(i[e])for(var o in i[e])i[e][o]._callConnected();for(var r=0;r<i.attributes.length;r++){var s=Mn(i.attributes[r].name);s&&s in n&&t[s](i)}},t.disconnect=function(t){for(var n in t[e])t[e][n]._callDisconnected()}}(Hn),function(t){var e=t.data;t.prototype.$mount=function(t){var n=this.$options.name;t[e]||(t[e]={}),t[e][n]||(t[e][n]=this,this.$el=this.$options.el=this.$options.el||t,Et(t,document)&&this._callConnected())},t.prototype.$emit=function(t){this._callUpdate(t)},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(t){void 0===t&&(t=!1);var n=this.$options,i=n.el,o=n.name;i&&this._callDisconnected(),this._callHook("destroy"),i&&i[e]&&(delete i[e][o],H(i[e])||delete i[e],t&&ve(this.$el))},t.prototype.$create=function(e,n,i){return t[e](n,i)},t.prototype.$update=t.update,t.prototype.$getComponent=t.getComponent;var n={};Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get:function(){var e=this.$options.name;return n[e]||(n[e]=t.prefix+s(e)),n[e]}}})}(Hn);var Bn={connected:function(){!Oe(this.$el,this.$name)&&Ce(this.$el,this.$name)}},zn={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String,queued:Boolean},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",queued:!1,initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){var e=t.animation;return this.hasAnimation&&!0===e[0]}},methods:{toggleElement:function(t,e,n){var i=this;return new Ft(function(o){var r,s=function(t){return Ft.all(t.map(function(t){return i._toggleElement(t,e,n)}))},a=(t=F(t)).filter(function(t){return i.isToggled(t)}),c=t.filter(function(t){return!y(a,t)});if(i.queued&&B(n)&&B(e)&&i.hasAnimation&&!(t.length<2)){var l=document.body,u=l.scrollTop,h=a[0],d=Je.inProgress(h)&&Oe(h,"bc-uk-animation-leave")||Ye.inProgress(h)&&"0px"===h.style.height;r=s(a),d||(r=r.then(function(){var t=s(c);return l.scrollTop=u,t}))}else r=s(c.concat(a));r.then(o,Z)})},toggleNow:function(t,e){var n=this;return new Ft(function(i){return Ft.all(F(t).map(function(t){return n._toggleElement(t,e,!1)})).then(i,Z)})},isToggled:function(t){var e=F(t||this.$el);return this.cls?Oe(e,this.cls.split(" ")[0]):!ot(e,"hidden")},updateAria:function(t){!1===this.cls&&it(t,"aria-hidden",!this.isToggled(t))},_toggleElement:function(t,e,n){var i=this;if(e=D(e)?e:Je.inProgress(t)?Oe(t,"bc-uk-animation-leave"):Ye.inProgress(t)?"0px"===t.style.height:!this.isToggled(t),!Nt(t,"before"+(e?"show":"hide"),[this]))return Ft.reject();var o,r,s,a,c,l,u,h=($(n)?n:!1!==n&&this.hasAnimation?this.hasTransition?(r=(o=this).isToggled,s=o.duration,a=o.initProps,c=o.hideProps,l=o.transition,u=o._toggle,function(t,e){var n=Ye.inProgress(t),i=t.hasChildNodes?W(Be(t.firstElementChild,"marginTop"))+W(Be(t.lastElementChild,"marginBottom")):0,o=_t(t)?rn(t)+(n?0:i):0;Ye.cancel(t),r(t)||u(t,!0),rn(t,""),xn.flush();var h=rn(t)+(n?0:i);return rn(t,o),(e?Ye.start(t,X({},a,{overflow:"hidden",height:h}),Math.round(s*(1-o/h)),l):Ye.start(t,c,Math.round(s*(o/h)),l).then(function(){return u(t,!1)})).then(function(){return Be(t,a)})}):function(t){var e=t.animation,n=t.duration,i=t.origin,o=t._toggle;return function(t,r){return Je.cancel(t),r?(o(t,!0),Je.in(t,e[0],n,i)):Je.out(t,e[1]||e[0],n,i).then(function(){return o(t,!1)})}}(this):this._toggle)(t,e);Nt(t,e?"show":"hide",[this]);var d=function(){Nt(t,e?"shown":"hidden",[i]),i.$update(t)};return h?h.then(d):Ft.resolve(d())},_toggle:function(t,e){var n;t&&(e=Boolean(e),this.cls?(n=y(this.cls," ")||e!==Oe(t,this.cls))&&De(t,this.cls,y(this.cls," ")?void 0:e):(n=e===ot(t,"hidden"))&&it(t,"hidden",e?null:""),Ie("[autofocus]",t).some(function(t){return _t(t)?t.focus()||!0:t.blur()}),this.updateAria(t),n&&this.$update(t))}}};var qn={mixins:[Bn,zn],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"bc-uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease"},computed:{items:function(t,e){return Ie(t.targets,e)}},events:[{name:"click",delegate:function(){return this.targets+" "+this.$props.toggle},handler:function(t){t.preventDefault(),this.toggle(le(Ie(this.targets+" "+this.$props.toggle,this.$el),t.current))}}],connected:function(){if(!1!==this.active){var t=this.items[Number(this.active)];t&&!Oe(t,this.clsOpen)&&this.toggle(t,!1)}},update:function(){var t=this;this.items.forEach(function(e){return t._toggle(Se(t.content,e),Oe(e,t.clsOpen))});var e=!this.collapsible&&!Oe(this.items,this.clsOpen)&&this.items[0];e&&this.toggle(e,!1)},methods:{toggle:function(t,e){var n=this,i=ue(t,this.items),o=At(this.items,"."+this.clsOpen);(t=this.items[i])&&[t].concat(!this.multiple&&!y(o,t)&&o||[]).forEach(function(i){var r=i===t,s=r&&!Oe(i,n.clsOpen);if(s||!r||n.collapsible||!(o.length<2)){De(i,n.clsOpen,s);var a=i._wrapper?i._wrapper.firstElementChild:Se(n.content,i);i._wrapper||(i._wrapper=be(a,"<div>"),it(i._wrapper,"hidden",s?"":null)),n._toggle(a,!0),n.toggleElement(i._wrapper,s,e).then(function(){Oe(i,n.clsOpen)===s&&(s||n._toggle(a,!1),i._wrapper=null,ye(a))})}})}}},Wn={mixins:[Bn,zn],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:X({opacity:0},zn.data.hideProps)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.close()}}],methods:{close:function(){var t=this;this.toggleElement(this.$el).then(function(){return t.$destroy(!0)})}}};function Ln(t){var e;ce(function(){var e;t.update(),Ot(window,"load resize",function(){return t.update(null,"resize")}),Ot(document,"loadedmetadata load",function(e){var n=e.target;return t.update(n,"resize")},!0),Ot(window,"scroll",function(n){if(!e){e=!0,xn.write(function(){return e=!1});var i=n.target;t.update(1!==i.nodeType?document.body:i,n.type)}},{passive:!0,capture:!0});var n=0;Ot(document,"animationstart",function(t){var e=t.target;(Be(e,"animationName")||"").match(/^uk-.*(left|right)/)&&(n++,Be(document.body,"overflowX","hidden"),setTimeout(function(){--n||Be(document.body,"overflowX","")},V(Be(e,"animationDuration"))+100))},!0)}),Ot(document,ne,function(t){if(e&&e(),Wt(t)){var n=Lt(t),i="tagName"in t.target?t.target:t.target.parentNode;e=Pt(document,oe,function(t){var e=Lt(t),o=e.x,r=e.y;(i&&o&&Math.abs(n.x-o)>100||r&&Math.abs(n.y-r)>100)&&setTimeout(function(){var t,e,s,a;Nt(i,"swipe"),Nt(i,"swipe"+(t=n.x,e=n.y,s=o,a=r,Math.abs(t-s)>=Math.abs(e-a)?t-s>0?"Left":"Right":e-a>0?"Up":"Down"))})})}},{passive:!0})}var Fn,Rn,Vn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView:function(t){return"inview"===t.autoplay}},connected:function(){this.inView&&!ot(this.$el,"preload")&&(this.$el.preload="none"),this.player=new Dn(this.$el),this.automute&&this.player.mute()},update:{read:function(){return!!this.player&&{visible:_t(this.$el)&&"hidden"!==Be(this.$el,"visibility"),inView:this.inView&&fn(this.$el)}},write:function(t){var e=t.visible,n=t.inView;!e||this.inView&&!n?this.player.pause():(!0===this.autoplay||this.inView&&n)&&this.player.play()},events:["resize","scroll"]}},Un={mixins:[Bn,Vn],props:{width:Number,height:Number},data:{automute:!0},update:{read:function(){var t=this.$el;if(!_t(t))return!1;var e=t.parentNode;return{height:e.offsetHeight,width:e.offsetWidth}},write:function(t){var e=t.height,n=t.width,i=this.$el,o=this.width||i.naturalWidth||i.videoWidth||i.clientWidth,r=this.height||i.naturalHeight||i.videoHeight||i.clientHeight;o&&r&&Be(i,nt.cover({width:o,height:r},{width:n+(n%2?1:0),height:e+(e%2?1:0)}))},events:["resize"]}},Yn={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(Jt?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos:function(t){var e=t.pos;return(e+(y(e,"-")?"":"-center")).split("-")},dir:function(){return this.pos[0]},align:function(){return this.pos[1]}},methods:{positionAt:function(t,e,n){var i;Ae(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?"),Be(t,{top:"",left:""});var o=this.offset,r=this.getAxis();M(o)||(o=(i=Se(o))?en(i)["x"===r?"left":"top"]-en(e)["x"===r?"right":"bottom"]:0);var s=tn(t,e,"x"===r?dn(this.dir)+" "+this.align:this.align+" "+dn(this.dir),"x"===r?this.dir+" "+this.align:this.align+" "+this.dir,"x"===r?""+("left"===this.dir?-o:o):" "+("top"===this.dir?-o:o),null,this.flip,n).target,a=s.x,c=s.y;this.dir="x"===r?a:c,this.align="x"===r?c:a,De(t,this.clsPos+"-"+this.dir+"-"+this.align,!1===this.offset)},getAxis:function(){return"top"===this.dir||"bottom"===this.dir?"y":"x"}}},Xn={mixins:[Yn,zn],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:window,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,hoverIdle:200,animation:["bc-uk-animation-fade"],cls:"bc-uk-open"},computed:{boundary:function(t,e){return at(t.boundary,e)},clsDrop:function(t){return t.clsDrop||"uk-"+this.$options.name},clsPos:function(){return this.clsDrop}},created:function(){this.tracker=new Sn},connected:function(){Ce(this.$el,this.clsDrop);var t=this.$props.toggle;this.toggle=t&&this.$create("toggle",at(t,this.$el),{target:this.$el,mode:this.mode}),!this.toggle&&Nt(this.$el,"updatearia")},events:[{name:"click",delegate:function(){return"."+this.clsDrop+"-close"},handler:function(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.target.hash;e||t.preventDefault(),e&&Et(e,this.$el)||this.hide(!1)}},{name:"beforescroll",handler:function(){this.hide(!1)}},{name:"toggle",self:!0,handler:function(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e,!1)}},{name:re,filter:function(){return y(this.mode,"hover")},handler:function(t){Wt(t)||(Fn&&Fn!==this&&Fn.toggle&&y(Fn.toggle.mode,"hover")&&!Et(t.target,Fn.toggle.$el)&&!et({x:t.pageX,y:t.pageY},en(Fn.$el))&&Fn.hide(!1),t.preventDefault(),this.show(this.toggle))}},{name:"toggleshow",handler:function(t,e){e&&!y(e.target,this.$el)||(t.preventDefault(),this.show(e||this.toggle))}},{name:"togglehide "+se,handler:function(t,e){Wt(t)||e&&!y(e.target,this.$el)||(t.preventDefault(),this.toggle&&y(this.toggle.mode,"hover")&&this.hide())}},{name:"beforeshow",self:!0,handler:function(){this.clearTimers(),Je.cancel(this.$el),this.position()}},{name:"show",self:!0,handler:function(){this.tracker.init(),Nt(this.$el,"updatearia"),function(){if(Rn)return;Rn=!0,Ot(document,oe,function(t){var e,n=t.target,i=t.defaultPrevented;if(!i)for(;Fn&&Fn!==e&&!Et(n,Fn.$el)&&(!Fn.toggle||!Et(n,Fn.toggle.$el));)e=Fn,Fn.hide(!1)})}()}},{name:"beforehide",self:!0,handler:function(){this.clearTimers()}},{name:"hide",handler:function(t){var e=t.target;this.$el===e?(Fn=this.isActive()?null:Fn,Nt(this.$el,"updatearia"),this.tracker.cancel()):Fn=null===Fn&&Et(e,this.$el)&&this.isToggled()?this:Fn}},{name:"updatearia",self:!0,handler:function(t,e){t.preventDefault(),this.updateAria(this.$el),(e||this.toggle)&&(it((e||this.toggle).$el,"aria-expanded",this.isToggled()?"true":"false"),De(this.toggle.$el,this.cls,this.isToggled()))}}],update:{write:function(){this.isToggled()&&!Je.inProgress(this.$el)&&this.position()},events:["resize"]},methods:{show:function(t,e){var n=this;void 0===e&&(e=!0);var i=function(){return!n.isToggled()&&n.toggleElement(n.$el,!0)},o=function(){if(n.toggle=t||n.toggle,n.clearTimers(),!n.isActive())if(e&&Fn&&Fn!==n&&Fn.isDelaying)n.showTimer=setTimeout(n.show,10);else{if(n.isParentOf(Fn)){if(!Fn.hideTimer)return;Fn.hide(!1)}else if(Fn&&n.isChildOf(Fn))Fn.clearTimers();else if(Fn&&!n.isChildOf(Fn)&&!n.isParentOf(Fn))for(var o;Fn&&Fn!==o&&!n.isChildOf(Fn);)o=Fn,Fn.hide(!1);e&&n.delayShow?n.showTimer=setTimeout(i,n.delayShow):i(),Fn=n}};t&&this.toggle&&t.$el!==this.toggle.$el?(Pt(this.$el,"hide",o),this.hide(!1)):o()},hide:function(t){var e=this;void 0===t&&(t=!0);var n=function(){return e.toggleNow(e.$el,!1)};this.clearTimers(),this.isDelaying=this.tracker.movesTo(this.$el),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,this.hoverIdle):t&&this.delayHide?this.hideTimer=setTimeout(n,this.delayHide):n()},clearTimers:function(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive:function(){return Fn===this},isChildOf:function(t){return t&&t!==this&&Et(this.$el,t.$el)},isParentOf:function(t){return t&&t!==this&&Et(t.$el,this.$el)},position:function(){Ae(this.$el,this.clsDrop+"-(stack|boundary)"),Be(this.$el,{top:"",left:"",display:"block"}),De(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);var t=en(this.boundary),e=this.boundaryAlign?t:en(this.toggle.$el);if("justify"===this.align){var n="y"===this.getAxis()?"width":"height";Be(this.$el,n,e[n])}else this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&Ce(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.toggle.$el,this.boundary),Be(this.$el,"display","")}}};var Kn={extends:Xn},Qn={mixins:[Bn],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:function(t,e){return Se(Ct,e)},state:function(){return this.input.nextElementSibling},target:function(t,e){var n=t.target;return n&&(!0===n&&this.input.parentNode===e&&this.input.nextElementSibling||at(n,e))}},update:function(){var t=this.target,e=this.input;if(t){var n,i=Tt(t)?"value":"textContent",o=t[i],r=e.files&&e.files[0]?e.files[0].name:wt(e,"select")&&(n=Ie("option",e).filter(function(t){return t.selected})[0])?n.textContent:e.value;o!==r&&(t[i]=r)}},events:{change:function(){this.$emit()}}},Gn={update:{read:function(t){var e=fn(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write:function(){this.$el.src=this.$el.src},events:["scroll","resize"]}},Jn={props:{margin:String,firstColumn:Boolean},data:{margin:"bc-uk-margin-small-top",firstColumn:"bc-uk-first-column"},update:{read:function(t){var e=this.$el.children;if(!e.length||!_t(this.$el))return t.rows=[[]];t.rows=Zn(e),t.stacks=!t.rows.some(function(t){return t.length>1})},write:function(t){var e=this;t.rows.forEach(function(t,n){return t.forEach(function(t,i){De(t,e.margin,0!==n),De(t,e.firstColumn,0===i)})})},events:["resize"]}};function Zn(t){for(var e=[[]],n=0;n<t.length;n++){var i=t[n],o=ti(i);if(o.height)for(var r=e.length-1;r>=0;r--){var s=e[r];if(!s[0]){s.push(i);break}var a=void 0;if(s[0].offsetParent===i.offsetParent?a=ti(s[0]):(o=ti(i,!0),a=ti(s[0],!0)),o.top>=a.bottom-1){e.push([i]);break}if(o.bottom>a.top){if(o.left<a.left&&!Jt){s.unshift(i);break}s.push(i);break}if(0===r){e.unshift([i]);break}}}return e}function ti(t,e){var n;void 0===e&&(e=!1);var i=t.offsetTop,o=t.offsetLeft,r=t.offsetHeight;return e&&(i=(n=gn(t))[0],o=n[1]),{top:i,left:o,height:r,bottom:i+r}}var ei={extends:Jn,mixins:[Bn],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"bc-uk-grid-margin",clsStack:"bc-uk-grid-stack",masonry:!1,parallax:0},computed:{length:function(t,e){return e.children.length},parallax:function(t){var e=t.parallax;return e&&this.length?Math.abs(e):""}},connected:function(){this.masonry&&Ce(this.$el,"bc-uk-flex-top uk-flex-wrap-top")},update:[{read:function(t){var e=t.rows;(this.masonry||this.parallax)&&(e=e.map(function(t){return Q(t,"offsetLeft")}),Jt&&e.map(function(t){return t.reverse()}));var n,i,o,r,s=e.some(function(t){return t.some(Ye.inProgress)}),a=!1,c="";if(this.masonry&&this.length){var l=0;a=e.reduce(function(t,n,i){return t[i]=n.map(function(n,o){return 0===i?0:W(t[i-1][o])+(l-W(e[i-1][o]&&e[i-1][o].offsetHeight))}),l=n.reduce(function(t,e){return Math.max(t,e.offsetHeight)},0),t},[]),c=function(t){return Math.max.apply(Math,t.reduce(function(t,e){return e.forEach(function(e,n){return t[n]=(t[n]||0)+e.offsetHeight}),t},[]))}(e)+(n=this.$el,i=this.margin,o=F(n.children),W((r=o.filter(function(t){return Oe(t,i)})[0])?Be(r,"marginTop"):Be(o[0],"paddingLeft"))*(e.length-1))}return{rows:e,translates:a,height:!s&&c}},write:function(t){var e=t.stacks,n=t.height;De(this.$el,this.clsStack,e),Be(this.$el,"paddingBottom",this.parallax),!1!==n&&Be(this.$el,"height",n)},events:["resize"]},{read:function(t){var e=t.height;return{scrolled:!!this.parallax&&pn(this.$el,e?e-rn(this.$el):0)*this.parallax}},write:function(t){var e=t.rows,n=t.scrolled,i=t.translates;(!1!==n||i)&&e.forEach(function(t,e){return t.forEach(function(t,o){return Be(t,"transform",n||i?"translateY("+((i&&-i[e][o])+(n?o%2?n:n/8:0))+"px)":"")})})},events:["scroll","resize"]}]};var ni=Gt?{data:{selMinHeight:!1,forceHeight:!1},computed:{elements:function(t,e){var n=t.selMinHeight;return n?Ie(n,e):[e]}},update:[{read:function(){Be(this.elements,"height","")},order:-5,events:["resize"]},{write:function(){var t=this;this.elements.forEach(function(e){var n=W(Be(e,"minHeight"));n&&(t.forceHeight||Math.round(n+cn("height",e,"content-box"))>=e.offsetHeight)&&Be(e,"height",n)})},order:5,events:["resize"]}]}:{},ii={mixins:[ni],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements:function(t,e){return Ie(t.target,e)}},update:{read:function(){return{rows:(this.row?Zn(this.elements):[this.elements]).map(oi)}},write:function(t){t.rows.forEach(function(t){var e=t.heights;return t.elements.forEach(function(t,n){return Be(t,"minHeight",e[n])})})},events:["resize"]}};function oi(t){var e;if(t.length<2)return{heights:[""],elements:t};var n=ri(t),i=n.heights,o=n.max,r=t.some(function(t){return t.style.minHeight}),s=t.some(function(t,e){return!t.style.minHeight&&i[e]<o});return r&&s&&(Be(t,"minHeight",""),e=ri(t),i=e.heights,o=e.max),{heights:i=t.map(function(t,e){return i[e]===o&&W(t.style.minHeight).toFixed(2)!==o.toFixed(2)?"":o}),elements:t}}function ri(t){var e=t.map(function(t){return en(t).height-cn("height",t,"content-box")});return{heights:e,max:Math.max.apply(null,e)}}var si={mixins:[ni],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read:function(){var t="",e=cn("height",this.$el,"content-box");if(this.expand)t=rn(window)-(ai(document.documentElement)-ai(this.$el))-e||"";else{if(t="calc(100vh",this.offsetTop){var n=en(this.$el).top;t+=n<rn(window)/2?" - "+n+"px":""}!0===this.offsetBottom?t+=" - "+ai(this.$el.nextElementSibling)+"px":M(this.offsetBottom)?t+=" - "+this.offsetBottom+"vh":this.offsetBottom&&m(this.offsetBottom,"px")?t+=" - "+W(this.offsetBottom)+"px":P(this.offsetBottom)&&(t+=" - "+ai(at(this.offsetBottom,this.$el))+"px"),t+=(e?" - "+e+"px":"")+")"}return{minHeight:t}},write:function(t){var e=t.minHeight;Be(this.$el,{minHeight:e}),this.minHeight&&W(Be(this.$el,"minHeight"))<this.minHeight&&Be(this.$el,"minHeight",this.minHeight)},events:["resize"]}};function ai(t){return t&&t.offsetHeight||0}var ci={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,attributes:"list"},data:{ratio:1,include:["style","class"],class:"",strokeAnimation:!1},connected:function(){var t,e=this;if(this.class+=" uk-svg",!this.icon&&y(this.src,"#")){var n=this.src.split("#");n.length>1&&(t=n,this.src=t[0],this.icon=t[1])}this.svg=this.getSvg().then(function(t){return e.applyAttributes(t),e.svgEl=function(t,e){if(It(e)||"CANVAS"===e.tagName){it(e,"hidden",!0);var n=e.nextElementSibling;return fi(t,n)?n:me(e,t)}var i=e.lastElementChild;return fi(t,i)?i:fe(e,t)}(t,e.$el)},Z)},disconnected:function(){var t=this;It(this.$el)&&it(this.$el,"hidden",null),this.svg&&this.svg.then(function(e){return(!t._connected||e!==t.svgEl)&&ve(e)},Z),this.svg=this.svgEl=null},update:{read:function(){return!!(this.strokeAnimation&&this.svgEl&&_t(this.svgEl))},write:function(){var t,e;t=this.svgEl,(e=di(t))&&t.style.setProperty("--uk-animation-stroke",e)},type:["resize"]},methods:{getSvg:function(){var t=this;return function(t){if(li[t])return li[t];return li[t]=new Ft(function(e,n){t?f(t,"data:")?e(decodeURIComponent(t.split(",")[1])):Kt(t).then(function(t){return e(t.response)},function(){return n("SVG not found.")}):n()})}(this.src).then(function(e){return function(t,e){e&&y(t,"<symbol")&&(t=function(t,e){if(!hi[t]){var n;for(hi[t]={};n=ui.exec(t);)hi[t][n[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+n[1]+"svg>";ui.lastIndex=0}return hi[t][e]}(t,e)||t);return(t=Se(t.substr(t.indexOf("<svg"))))&&t.hasChildNodes()&&t}(e,t.icon)||Ft.reject("SVG not found.")})},applyAttributes:function(t){var e=this;for(var n in this.$options.props)this[n]&&y(this.include,n)&&it(t,n,this[n]);for(var i in this.attributes){var o=this.attributes[i].split(":",2),r=o[0],s=o[1];it(t,r,s)}this.id||rt(t,"id");var a=["width","height"],c=[this.width,this.height];c.some(function(t){return t})||(c=a.map(function(e){return it(t,e)}));var l=it(t,"viewBox");l&&!c.some(function(t){return t})&&(c=l.split(" ").slice(2)),c.forEach(function(n,i){(n=(0|n)*e.ratio)&&it(t,a[i],n),n&&!c[1^i]&&rt(t,a[1^i])}),it(t,"data-svg",this.icon||this.src)}}},li={};var ui=/<symbol(.*?id=(['"])(.*?)\2[^]*?<\/)symbol>/g,hi={};function di(t){return Math.ceil(Math.max.apply(Math,Ie("[stroke]",t).map(function(t){return t.getTotalLength&&t.getTotalLength()||0}).concat([0])))}function fi(t,e){return it(t,"data-svg")===it(e,"data-svg")}var pi={},mi={spinner:'<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',totop:'<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>',marker:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',"close-icon":'<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',"close-large":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',"navbar-toggle-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',"overlay-icon":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',"pagination-next":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',"pagination-previous":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',"search-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',"search-large":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',"search-navbar":'<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',"slidenav-next":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',"slidenav-next-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',"slidenav-previous":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',"slidenav-previous-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>'},gi={install:function(t){t.icon.add=function(e,n){var i,o=P(e)?((i={})[e]=n,i):e;K(o,function(t,e){mi[e]=t,delete pi[e]}),t._initialized&&$e(document.body,function(e){return K(t.getComponents(e),function(t){t.$options.isIcon&&t.icon in o&&t.$reset()})})}},mixins:[Bn,ci],args:"icon",props:["icon"],data:{include:[]},isIcon:!0,connected:function(){Ce(this.$el,"bc-uk-icon")},methods:{getSvg:function(){var t=function(t){if(!mi[t])return null;pi[t]||(pi[t]=Se(mi[t].trim()));return pi[t].cloneNode(!0)}(function(t){return Jt?Y(Y(t,"left","right"),"previous","next"):t}(this.icon));return t?Ft.resolve(t):Ft.reject("Icon not found.")}}},vi={extends:gi,data:function(t){return{icon:s(t.constructor.options.name)}}},bi={extends:vi,connected:function(){Ce(this.$el,"bc-uk-slidenav")},computed:{icon:function(t,e){var n=t.icon;return Oe(e,"bc-uk-slidenav-large")?n+"-large":n}}},wi={extends:vi,computed:{icon:function(t,e){var n=t.icon;return Oe(e,"bc-uk-search-icon")&&kt(e,".uk-search-large").length?"search-large":kt(e,".uk-search-navbar").length?"search-navbar":n}}},yi={extends:vi,computed:{icon:function(){return"close-"+(Oe(this.$el,"bc-uk-close-large")?"large":"icon")}}},xi={extends:vi,connected:function(){var t=this;this.svg.then(function(e){return 1!==t.ratio&&Be(Se("circle",e),"strokeWidth",1/t.ratio)},Z)}};var ki={args:"dataSrc",props:{dataSrc:String,dataSrcset:Boolean,sizes:String,width:Number,height:Number,offsetTop:String,offsetLeft:String,target:String},data:{dataSrc:"",dataSrcset:!1,sizes:!1,width:!1,height:!1,offsetTop:"50vh",offsetLeft:0,target:!1},computed:{cacheKey:function(t){var e=t.dataSrc;return this.$name+"."+e},width:function(t){var e=t.width,n=t.dataWidth;return e||n},height:function(t){var e=t.height,n=t.dataHeight;return e||n},sizes:function(t){var e=t.sizes,n=t.dataSizes;return e||n},isImg:function(t,e){return Ti(e)},target:{get:function(t){var e=t.target;return[this.$el].concat(ct(e,this.$el))},watch:function(){this.observe()}},offsetTop:function(t){return vn(t.offsetTop,"height")},offsetLeft:function(t){return vn(t.offsetLeft,"width")}},connected:function(){Ei[this.cacheKey]?ji(this.$el,Ei[this.cacheKey]||this.dataSrc,this.dataSrcset,this.sizes):this.isImg&&this.width&&this.height&&ji(this.$el,function(t,e,n){var i;n&&(i=nt.ratio({width:t,height:e},"width",vn(Si(n))),t=i.width,e=i.height);return'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="'+t+'" height="'+e+'"></svg>'}(this.width,this.height,this.sizes)),this.observer=new Nn(this.load,{rootMargin:this.offsetTop+"px "+this.offsetLeft+"px"}),requestAnimationFrame(this.observe)},disconnected:function(){this.observer.disconnect()},update:{read:function(t){var e=this,n=t.image;if(n||"complete"!==document.readyState||this.load(this.observer.takeRecords()),this.isImg)return!1;n&&n.then(function(t){return t&&""!==t.currentSrc&&ji(e.$el,Ai(t))})},write:function(t){if(this.dataSrcset&&1!==window.devicePixelRatio){var e=Be(this.$el,"backgroundSize");(e.match(/^(auto\s?)+$/)||W(e)===t.bgSize)&&(t.bgSize=(n=this.dataSrcset,i=this.sizes,o=vn(Si(i)),(r=(n.match(Ci)||[]).map(W).sort(function(t,e){return t-e})).filter(function(t){return t>=o})[0]||r.pop()||""),Be(this.$el,"backgroundSize",t.bgSize+"px"))}var n,i,o,r},events:["resize"]},methods:{load:function(t){var e=this;t.some(function(t){return t.isIntersecting})&&(this._data.image=Qt(this.dataSrc,this.dataSrcset,this.sizes).then(function(t){return ji(e.$el,Ai(t),t.srcset,t.sizes),Ei[e.cacheKey]=Ai(t),t},Z),this.observer.disconnect())},observe:function(){var t=this;!this._data.image&&this._connected&&this.target.forEach(function(e){return t.observer.observe(e)})}}};function ji(t,e,n,i){if(Ti(t))i&&(t.sizes=i),n&&(t.srcset=n),e&&(t.src=e);else if(e){!y(t.style.backgroundImage,e)&&(Be(t,"backgroundImage","url("+$t(e)+")"),Nt(t,Mt("load",!1)))}}var $i=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function Si(t){var e,n;for($i.lastIndex=0;e=$i.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=f(n=e[2],"calc")?n.substring(5,n.length-1).replace(Ii,function(t){return vn(t)}).replace(/ /g,"").match(_i).reduce(function(t,e){return t+ +e},0):n;break}return e||"100vw"}var Ii=/\d+(?:\w+|%)/g,_i=/[+-]?(\d+)/g;var Ci=/\s+\d+w\s*(?:,|$)/g;function Ti(t){return"IMG"===t.tagName}function Ai(t){return t.currentSrc||t.src}var Ei;try{(Ei=window.sessionStorage||{}).__test__=1,delete Ei.__test__}catch(t){Ei={}}var Oi={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(P(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=W(Le(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};var Di,Pi,Ni={mixins:[Bn,Oi],props:{fill:String},data:{fill:"",clsWrapper:"bc-uk-leader-fill",clsHide:"bc-uk-leader-hide",attrFill:"data-fill"},computed:{fill:function(t){return t.fill||Le("leader-fill-content")}},connected:function(){var t;t=we(this.$el,'<span class="'+this.clsWrapper+'">'),this.wrapper=t[0]},disconnected:function(){ye(this.wrapper.childNodes)},update:{read:function(t){var e=t.changed,n=t.width,i=n;return{width:n=Math.floor(this.$el.offsetWidth/2),fill:this.fill,changed:e||i!==n,hide:!this.matchMedia}},write:function(t){De(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,it(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},Mi={props:{container:Boolean},data:{container:!0},computed:{container:function(t){var e=t.container;return!0===e&&this.$container||e&&Se(e)}}},Hi={mixins:[Bn,Mi,zn],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"bc-uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){return Se(t.selPanel,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){this.isToggled()&&this.toggleNow(this.$el,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t){t.defaultPrevented||(t.preventDefault(),this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){var e=Di&&Di!==this&&Di;Di=this,e?this.stack?this.prev=e:(Di=e,e.isToggled()?e.hide().then(this.show):Pt(e.$el,"beforeshow hidden",this.show,!1,function(t){var n=t.target;return"hidden"===t.type&&n===e.$el}),t.preventDefault()):function(){if(Pi)return;Pi=[Ot(document,oe,function(t){var e=t.target,n=t.defaultPrevented;!Di||!Di.bgClose||n||Di.overlay&&!Et(e,Di.$el)||Et(e,Di.panel)||Di.hide()}),Ot(document,"keydown",function(t){27===t.keyCode&&Di&&Di.escClose&&(t.preventDefault(),Di.hide())})]}()}},{name:"show",self:!0,handler:function(){Oe(document.documentElement,this.clsPage)||(this.scrollbarWidth=sn(window)-sn(document),Be(document.body,"overflowY",this.scrollbarWidth&&this.overlay?"scroll":"")),Ce(document.documentElement,this.clsPage)}},{name:"hide",self:!0,handler:function(){Di&&(Di!==this||this.prev)||(Pi&&Pi.forEach(function(t){return t()}),Pi=null)}},{name:"hidden",self:!0,handler:function(){var t,e=this.prev;if(Di=Di&&Di!==this&&Di||e)for(;e;){if(e.clsPage===this.clsPage){t=!0;break}e=e.prev}else Be(document.body,"overflowY","");t||Te(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var t=this;return this.isToggled()?Ft.resolve():this.container&&this.$el.parentNode!==this.container?(fe(this.container,this.$el),new Ft(function(e){return requestAnimationFrame(function(){return t.show().then(e)})})):this.toggleElement(this.$el,!0,Bi(this))},hide:function(){return this.isToggled()?this.toggleElement(this.$el,!1,Bi(this)):Ft.resolve()},getActive:function(){return Di}}};function Bi(t){var e=t.transitionElement,n=t._toggle;return function(t,i){return new Ft(function(o,r){return Pt(t,"show hide",function(){t._reject&&t._reject(),t._reject=r,n(t,i),V(Be(e,"transitionDuration"))?Pt(e,"transitionend",o,!1,function(t){return t.target===e}):o()})})}}var zi={install:function(t){t.modal.dialog=function(e,n){var i=t.modal(' <div class="uk-modal"> <div class="uk-modal-dialog">'+e+"</div> </div> ",n);return i.show(),Ot(i.$el,"hidden",function(t){var e=t.target,n=t.currentTarget;e===n&&Ft.resolve(function(){return i.$destroy(!0)})}),i},t.modal.alert=function(e,n){return n=X({bgClose:!1,escClose:!1,labels:t.modal.labels},n),new Ft(function(i){return Ot(t.modal.dialog(' <div class="uk-modal-body">'+(P(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+n.labels.ok+"</button> </div> ",n).$el,"hide",i)})},t.modal.confirm=function(e,n){return n=X({bgClose:!1,escClose:!0,labels:t.modal.labels},n),new Ft(function(i,o){var r=t.modal.dialog(' <form> <div class="uk-modal-body">'+(P(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+n.labels.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+n.labels.ok+"</button> </div> </form> ",n),s=!1;Ot(r.$el,"submit","form",function(t){t.preventDefault(),i(),s=!0,r.hide()}),Ot(r.$el,"hide",function(){s||o()})})},t.modal.prompt=function(e,n,i){return i=X({bgClose:!1,escClose:!0,labels:t.modal.labels},i),new Ft(function(o){var r=t.modal.dialog(' <form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(P(e)?e:de(e))+'</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+i.labels.cancel+'</button> <button class="uk-button uk-button-primary">'+i.labels.ok+"</button> </div> </form> ",i),s=Se("input",r.$el);s.value=n;var a=!1;Ot(r.$el,"submit","form",function(t){t.preventDefault(),o(s.value),a=!0,r.hide()}),Ot(r.$el,"hide",function(){a||o(null)})})},t.modal.labels={ok:"Ok",cancel:"Cancel"}},mixins:[Hi],data:{clsPage:"bc-uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Oe(this.panel,"bc-uk-margin-auto-vertical")?Ce(this.$el,"bc-uk-flex"):Be(this.$el,"display","block"),rn(this.$el)}},{name:"hidden",self:!0,handler:function(){Be(this.$el,"display",""),Te(this.$el,"bc-uk-flex")}}]};var qi={extends:qn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Wi={mixins:[Bn,ni],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li",align:Jt?"right":"left",clsDrop:"bc-uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle"},computed:{boundary:function(t,e){var n=t.boundary,i=t.boundaryAlign;return!0===n||i?e:n},dropbarAnchor:function(t,e){return at(t.dropbarAnchor,e)},pos:function(t){return"bottom-"+t.align},dropdowns:function(t,e){return Ie(t.dropdown+" ."+t.clsDrop,e)}},beforeConnect:function(){var t=this.$props.dropbar;this.dropbar=t&&(at(t,this.$el)||Se("+ .uk-navbar-dropbar",this.$el)||Se("<div></div>")),this.dropbar&&(Ce(this.dropbar,"bc-uk-navbar-dropbar"),"slide"===this.dropbarMode&&Ce(this.dropbar,"bc-uk-navbar-dropbar-slide"))},disconnected:function(){this.dropbar&&ve(this.dropbar)},update:function(){var t=this;this.$create("drop",this.dropdowns.filter(function(e){return!t.getDropdown(e)}),X({},this.$props,{boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset}))},events:[{name:"mouseover",delegate:function(){return this.dropdown},handler:function(t){var e=t.current,n=this.getActive();n&&n.toggle&&!Et(n.toggle.$el,e)&&!n.tracker.movesTo(n.$el)&&n.hide(!1)}},{name:"mouseleave",el:function(){return this.dropbar},handler:function(){var t=this.getActive();t&&!wt(this.dropbar,":hover")&&t.hide()}},{name:"beforeshow",capture:!0,filter:function(){return this.dropbar},handler:function(){this.dropbar.parentNode||me(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",capture:!0,filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=e.dir;this.clsDrop&&Ce(n,this.clsDrop+"-dropbar"),"bottom"===i&&this.transitionTo(n.offsetHeight+W(Be(n,"marginTop"))+W(Be(n,"marginBottom")),n)}},{name:"beforehide",filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=this.getActive();wt(this.dropbar,":hover")&&i&&i.$el===n&&t.preventDefault()}},{name:"hide",filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=this.getActive();(!i||i&&i.$el===n)&&this.transitionTo(0)}}],methods:{getActive:function(){var t=this.dropdowns.map(this.getDropdown).filter(function(t){return t&&t.isActive()})[0];return t&&y(t.mode,"hover")&&Et(t.toggle.$el,this.$el)&&t},transitionTo:function(t,e){var n=this,i=this.dropbar,o=_t(i)?rn(i):0;return Be(e=o<t&&e,"clip","rect(0,"+e.offsetWidth+"px,"+o+"px,0)"),rn(i,o),Ye.cancel([e,i]),Ft.all([Ye.start(i,{height:t},this.duration),Ye.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(Z).then(function(){Be(e,{clip:""}),n.$update(i)})},getDropdown:function(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}},Li={mixins:[Hi],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"bc-uk-offcanvas-page",clsContainer:"bc-uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"bc-uk-offcanvas-flip",clsContainerAnimation:"bc-uk-offcanvas-container-animation",clsSidebarAnimation:"bc-uk-offcanvas-bar-animation",clsMode:"bc-uk-offcanvas",clsOverlay:"bc-uk-offcanvas-overlay",selClose:".uk-offcanvas-close"},computed:{clsFlip:function(t){var e=t.flip,n=t.clsFlip;return e?n:""},clsOverlay:function(t){var e=t.overlay,n=t.clsOverlay;return e?n:""},clsMode:function(t){var e=t.mode;return t.clsMode+"-"+e},clsSidebarAnimation:function(t){var e=t.mode,n=t.clsSidebarAnimation;return"none"===e||"reveal"===e?"":n},clsContainerAnimation:function(t){var e=t.mode,n=t.clsContainerAnimation;return"push"!==e&&"reveal"!==e?"":n},transitionElement:function(t){return"reveal"===t.mode?this.panel.parentNode:this.panel}},events:[{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.current;e.hash&&Se(e.hash,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el:function(){return this.panel},handler:function(t){var e=t.targetTouches;1===e.length&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter:function(){return this.overlay},handler:function(t){t.preventDefault()}},{name:"touchmove",passive:!1,el:function(){return this.panel},handler:function(t){if(1===t.targetTouches.length){var e=event.targetTouches[0].clientY-this.clientY,n=this.panel,i=n.scrollTop,o=n.scrollHeight,r=n.clientHeight;(r>=o||0===i&&e>0||o-i<=r&&e<0)&&t.preventDefault()}}},{name:"show",self:!0,handler:function(){"reveal"!==this.mode||Oe(this.panel.parentNode,this.clsMode)||(be(this.panel,"<div>"),Ce(this.panel.parentNode,this.clsMode)),Be(document.documentElement,"overflowY",this.overlay?"hidden":""),Ce(document.body,this.clsContainer,this.clsFlip),Be(this.$el,"display","block"),Ce(this.$el,this.clsOverlay),Ce(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),rn(document.body),Ce(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(Fi().content+=",user-scalable=0")}},{name:"hide",self:!0,handler:function(){Te(document.body,this.clsContainerAnimation);var t=this.getActive();("none"===this.mode||t&&t!==this&&t!==this.prev)&&Nt(this.panel,"transitionend")}},{name:"hidden",self:!0,handler:function(){var t;this.clsContainerAnimation&&((t=Fi()).content=t.content.replace(/,user-scalable=0$/,"")),"reveal"===this.mode&&ye(this.panel),Te(this.panel,this.clsSidebarAnimation,this.clsMode),Te(this.$el,this.clsOverlay),Be(this.$el,"display",""),Te(document.body,this.clsContainer,this.clsFlip),Be(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler:function(t){this.isToggled()&&m(t.type,"Left")^this.flip&&this.hide()}}]};function Fi(){return Se('meta[name="viewport"]',document.head)||fe(document.head,'<meta name="viewport">')}var Ri={mixins:[Bn],props:{selContainer:String,selContent:String},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog"},computed:{container:function(t,e){return xt(e,t.selContainer)},content:function(t,e){return xt(e,t.selContent)}},connected:function(){Be(this.$el,"minHeight",150)},update:{read:function(){return!(!this.content||!this.container)&&{current:W(Be(this.$el,"maxHeight")),max:Math.max(150,rn(this.container)-(en(this.content).height-rn(this.$el)))}},write:function(t){var e=t.current,n=t.max;Be(this.$el,"maxHeight",n),Math.round(e)!==Math.round(n)&&Nt(this.$el,"resize")},events:["resize"]}},Vi={props:["width","height"],connected:function(){Ce(this.$el,"bc-uk-responsive-width")},update:{read:function(){return!!(_t(this.$el)&&this.width&&this.height)&&{width:sn(this.$el.parentNode),height:this.height}},write:function(t){rn(this.$el,nt.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Ui={props:{duration:Number,offset:Number},data:{duration:1e3,offset:0},methods:{scrollTo:function(t){var e=this;t=t&&Se(t)||document.body;var n=rn(document),i=rn(window),o=en(t).top-this.offset;if(o+i>n&&(o=n-i),Nt(this.$el,"beforescroll",[this,t])){var r=Date.now(),s=window.pageYOffset,a=function(){var n,i=s+(o-s)*(n=J((Date.now()-r)/e.duration),.5*(1-Math.cos(Math.PI*n)));mn(window,i),i!==o?requestAnimationFrame(a):Nt(e.$el,"scrolled",[e,t])};a()}}},events:{click:function(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo($t(decodeURIComponent(this.$el.hash)).substr(1)))}}};var Yi={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:function(){return{cls:!1,target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"bc-uk-scrollspy-inview"}},computed:{elements:function(t,e){var n=t.target;return n?Ie(n,e):[e]}},update:[{write:function(){this.hidden&&Be(At(this.elements,":not(."+this.inViewClass+")"),"visibility","hidden")}},{read:function(t){var e=this;t.update&&this.elements.forEach(function(t){var n=t._ukScrollspyState;n||(n={cls:st(t,"bc-uk-scrollspy-class")||e.cls}),n.show=fn(t,e.offsetTop,e.offsetLeft),t._ukScrollspyState=n})},write:function(t){var e=this;if(!t.update)return this.$emit(),t.update=!0;this.elements.forEach(function(n){var i=n._ukScrollspyState,o=i.cls;if(!i.show||i.inview||i.queued){if(!i.show&&(i.inview||i.queued)&&e.repeat){if(i.abort&&i.abort(),!i.inview)return;Be(n,"visibility",e.hidden?"hidden":""),Te(n,e.inViewClass),De(n,o),Nt(n,"outview"),e.$update(n),i.inview=!1}}else{var r=function(){Be(n,"visibility",""),Ce(n,e.inViewClass),De(n,o),Nt(n,"inview"),e.$update(n),i.inview=!0,i.abort&&i.abort()};e.delay?(i.queued=!0,t.promise=(t.promise||Ft.resolve()).then(function(){return!i.inview&&new Ft(function(n){var o=setTimeout(function(){r(),n()},t.promise||1===e.elements.length?e.delay:0);i.abort=function(){clearTimeout(o),n(),i.queued=!1}})})):r()}})},events:["scroll","resize"]}]},Xi={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"bc-uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:function(t,e){return Ie('a[href^="#"]',e).filter(function(t){return t.hash})},elements:function(t){var e=t.closest;return xt(this.links,e||"*")},targets:function(){return Ie(this.links.map(function(t){return $t(t.hash).substr(1)}).join(","))}},update:[{read:function(){this.scroll&&this.$create("scroll",this.links,{offset:this.offset||0})}},{read:function(t){var e=this,n=window.pageYOffset+this.offset+1,i=rn(document)-rn(window)+this.offset;t.active=!1,this.targets.every(function(o,r){var s=en(o).top,a=r+1===e.targets.length;if(!e.overflow&&(0===r&&s>n||a&&s+o.offsetTop<n))return!1;if(!a&&en(e.targets[r+1]).top<=n)return!0;if(n>=i)for(var c=e.targets.length-1;c>r;c--)if(fn(e.targets[c])){o=e.targets[c];break}return!(t.active=Se(At(e.links,'[href="#'+o.id+'"]')))})},write:function(t){var e=t.active;this.links.forEach(function(t){return t.blur()}),Te(this.elements,this.cls),e&&Nt(this.$el,"active",[e,Ce(this.closest?xt(e,this.closest):e,this.cls)])},events:["scroll","resize"]}]},Ki={mixins:[Bn,Oi],props:{top:null,bottom:Boolean,offset:Number,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{top:0,bottom:!1,offset:0,animation:"",clsActive:"bc-uk-active",clsInactive:"",clsFixed:"bc-uk-sticky-fixed",clsBelow:"bc-uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget:function(t,e){var n=t.selTarget;return n&&Se(n,e)||e},widthElement:function(t,e){return at(t.widthElement,e)||this.placeholder},isActive:{get:function(){return Oe(this.selTarget,this.clsActive)},set:function(t){t&&!this.isActive?(Ee(this.selTarget,this.clsInactive,this.clsActive),Nt(this.$el,"active")):t||Oe(this.selTarget,this.clsInactive)||(Ee(this.selTarget,this.clsActive,this.clsInactive),Nt(this.$el,"inactive"))}}},connected:function(){this.placeholder=Se("+ .uk-sticky-placeholder",this.$el)||Se('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected:function(){this.isFixed&&(this.hide(),Te(this.selTarget,this.clsInactive)),ve(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el:window,handler:function(){var t=this;if(!1!==this.targetOffset&&location.hash&&window.pageYOffset>0){var e=Se(location.hash);e&&xn.read(function(){var n=en(e).top,i=en(t.$el).top,o=t.$el.offsetHeight;t.isFixed&&i+o>=n&&i<=n+e.offsetHeight&&mn(window,n-o-(M(t.targetOffset)?t.targetOffset:0)-t.offset)})}}}],update:[{read:function(t,e){var n=t.height;this.isActive&&"update"!==e&&(this.hide(),n=this.$el.offsetHeight,this.show()),n=this.isActive?n:this.$el.offsetHeight,this.topOffset=en(this.isFixed?this.placeholder:this.$el).top,this.bottomOffset=this.topOffset+n;var i=Qi("bottom",this);return this.top=Math.max(W(Qi("top",this)),this.topOffset)-this.offset,this.bottom=i&&i-n,this.inactive=!this.matchMedia,{lastScroll:!1,height:n,margins:Be(this.$el,["marginTop","marginBottom","marginLeft","marginRight"])}},write:function(t){var e=t.height,n=t.margins,i=this.placeholder;Be(i,X({height:e},n)),Et(i,document)||(me(this.$el,i),it(i,"hidden","")),this.isActive=this.isActive},events:["resize"]},{read:function(t){var e=t.scroll;return void 0===e&&(e=0),this.width=(_t(this.widthElement)?this.widthElement:this.$el).offsetWidth,this.scroll=window.pageYOffset,{dir:e<=this.scroll?"down":"up",scroll:this.scroll,visible:_t(this.$el),top:gn(this.placeholder)[0]}},write:function(t,e){var n=this,i=t.initTimestamp;void 0===i&&(i=0);var o=t.dir,r=t.lastDir,s=t.lastScroll,a=t.scroll,c=t.top,l=t.visible,u=performance.now();if(t.lastScroll=a,!(a<0||a===s||!l||this.disabled||this.showOnUp&&"scroll"!==e||((u-i>300||o!==r)&&(t.initScroll=a,t.initTimestamp=u),t.lastDir=o,this.showOnUp&&Math.abs(t.initScroll-a)<=30&&Math.abs(s-a)<=10)))if(this.inactive||a<this.top||this.showOnUp&&(a<=this.top||"down"===o||"up"===o&&!this.isFixed&&a<=this.bottomOffset)){if(!this.isFixed)return void(Je.inProgress(this.$el)&&c>a&&(Je.cancel(this.$el),this.hide()));this.isFixed=!1,this.animation&&a>this.topOffset?(Je.cancel(this.$el),Je.out(this.$el,this.animation).then(function(){return n.hide()},Z)):this.hide()}else this.isFixed?this.update():this.animation?(Je.cancel(this.$el),this.show(),Je.in(this.$el,this.animation).catch(Z)):this.show()},events:["resize","scroll"]}],methods:{show:function(){this.isFixed=!0,this.update(),it(this.placeholder,"hidden",null)},hide:function(){this.isActive=!1,Te(this.$el,this.clsFixed,this.clsBelow),Be(this.$el,{position:"",top:"",width:""}),it(this.placeholder,"hidden","")},update:function(){var t=0!==this.top||this.scroll>this.top,e=Math.max(0,this.offset);this.bottom&&this.scroll>this.bottom-this.offset&&(e=this.bottom-this.scroll),Be(this.$el,{position:"fixed",top:e+"px",width:this.width}),this.isActive=t,De(this.$el,this.clsBelow,this.scroll>this.bottomOffset),Ce(this.$el,this.clsFixed)}}};function Qi(t,e){var n=e.$props,i=e.$el,o=e[t+"Offset"],r=n[t];if(r){if(M(r))return o+W(r);if(P(r)&&r.match(/^-?\d+vh$/))return rn(window)*W(r)/100;var s=!0===r?i.parentNode:at(r,i);return s?en(s).top+s.offsetHeight:void 0}}var Gi={mixins:[zn],args:"connect",props:{connect:String,toggle:String,active:Number,swiping:Boolean},data:{connect:"~.bc-uk-switcher",toggle:"> * > :first-child",active:0,swiping:!0,cls:"bc-uk-active",clsContainer:"bc-uk-switcher",attrItem:"bc-uk-switcher-item",queued:!0},computed:{connects:function(t,e){return ct(t.connect,e)},toggles:function(t,e){return Ie(t.toggle,e)}},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault(),this.show(F(this.$el.children).filter(function(e){return Et(t.current,e)})[0])}},{name:"click",el:function(){return this.connects},delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter:function(){return this.swiping},el:function(){return this.connects},handler:function(t){var e=t.type;this.show(m(e,"Left")?"next":"previous")}}],update:function(){var t=this;this.connects.forEach(function(e){return t.updateAria(e.children)});var e=this.$el.children;this.show(At(e,"."+this.cls)[0]||e[this.active]||e[0])},methods:{index:function(){return!H(this.connects)&&le(At(this.connects[0].children,"."+this.cls)[0])},show:function(t){for(var e,n,i=this,o=this.$el.children,r=o.length,s=this.index(),a=s>=0,c="previous"===t?-1:1,l=ue(t,o,s),u=0;u<r;u++,l=(l+c+r)%r)if(!wt(this.toggles[l],".uk-disabled *, .uk-disabled, [disabled]")){e=this.toggles[l],n=o[l];break}!n||s>=0&&Oe(n,this.cls)||s===l||(Te(o,this.cls),Ce(n,this.cls),it(this.toggles,"aria-expanded",!1),it(e,"aria-expanded",!0),this.connects.forEach(function(t){a?i.toggleElement([t.children[s],t.children[l]]):i.toggleNow(t.children[l])}))}}},Ji={mixins:[Bn],extends:Gi,props:{media:Boolean},data:{media:960,attrItem:"bc-uk-tab-item"},connected:function(){var t=Oe(this.$el,"bc-uk-tab-left")?"bc-uk-tab-left":!!Oe(this.$el,"bc-uk-tab-right")&&"bc-uk-tab-right";t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}},Zi={mixins:[Oi,zn],args:"target",props:{href:String,target:null,mode:"list"},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:function(t,e){var n=t.href,i=t.target;return(i=ct(i||n,e)).length&&i||[e]}},connected:function(){Nt(this.target,"updatearia",[this])},events:[{name:re+" "+se,filter:function(){return y(this.mode,"hover")},handler:function(t){Wt(t)||this.toggle("toggle"+(t.type===re?"show":"hide"))}},{name:"click",filter:function(){return y(this.mode,"click")||ee&&y(this.mode,"hover")},handler:function(t){var e;(xt(t.target,'a[href="#"], a[href=""]')||(e=xt(t.target,"a[href]"))&&(this.cls||!_t(this.target)||e.hash&&wt(this.target,e.hash)))&&t.preventDefault(),this.toggle()}}],update:{read:function(){return!(!y(this.mode,"media")||!this.media)&&{match:this.matchMedia}},write:function(t){var e=t.match,n=this.isToggled(this.target);(e?!n:n)&&this.toggle()},events:["resize"]},methods:{toggle:function(t){Nt(this.target,t||"toggle",[this])&&this.toggleElement(this.target)}}};Hn.version="3.1.4",function(t){t.component("accordion",qn),t.component("alert",Wn),t.component("cover",Un),t.component("drop",Xn),t.component("dropdown",Kn),t.component("formCustom",Qn),t.component("gif",Gn),t.component("grid",ei),t.component("heightMatch",ii),t.component("heightViewport",si),t.component("icon",gi),t.component("img",ki),t.component("leader",Ni),t.component("margin",Jn),t.component("modal",zi),t.component("nav",qi),t.component("navbar",Wi),t.component("offcanvas",Li),t.component("overflowAuto",Ri),t.component("responsive",Vi),t.component("scroll",Ui),t.component("scrollspy",Yi),t.component("scrollspyNav",Xi),t.component("sticky",Ki),t.component("svg",ci),t.component("switcher",Gi),t.component("tab",Ji),t.component("toggle",Zi),t.component("video",Vn),t.component("close",yi),t.component("marker",vi),t.component("navbarToggleIcon",vi),t.component("overlayIcon",vi),t.component("paginationNext",vi),t.component("paginationPrevious",vi),t.component("searchIcon",wi),t.component("slidenavNext",bi),t.component("slidenavPrevious",bi),t.component("spinner",xi),t.component("totop",vi),t.use(Ln)}(Hn);var to={mixins:[Bn],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){var e=t.date;return Date.parse(e)},days:function(t,e){return Se(t.clsWrapper.replace("%unit%","days"),e)},hours:function(t,e){return Se(t.clsWrapper.replace("%unit%","hours"),e)},minutes:function(t,e){return Se(t.clsWrapper.replace("%unit%","minutes"),e)},seconds:function(t,e){return Se(t.clsWrapper.replace("%unit%","seconds"),e)},units:function(){var t=this;return["days","hours","minutes","seconds"].filter(function(e){return t[e]})}},connected:function(){this.start()},disconnected:function(){var t=this;this.stop(),this.units.forEach(function(e){return he(t[e])})},events:[{name:"visibilitychange",el:document,handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var t,e,n=this,i=(t=this.date,{total:e=t-Date.now(),seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24});i.total<=0&&(this.stop(),i.days=i.hours=i.minutes=i.seconds=0),this.units.forEach(function(t){var e=String(Math.floor(i[t]));e=e.length<2?"0"+e:e;var o=n[t];o.textContent!==e&&((e=e.split("")).length!==o.children.length&&de(o,e.map(function(){return"<span></span>"}).join("")),e.forEach(function(t,e){return o.children[e].textContent=t}))})}},methods:{start:function(){var t=this;this.stop(),this.date&&this.units.length&&(this.$emit(),this.timer=setInterval(function(){return t.$emit()},1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};var eo,no="bc-uk-animation-target",io={props:{animation:Number},data:{animation:150},computed:{target:function(){return this.$el}},methods:{animate:function(t){var e=this;!function(){if(eo)return;(eo=fe(document.head,"<style>").sheet).insertRule("."+no+" > * {\n margin-top: 0 !important;\n transform: none !important;\n }",0)}();var n=F(this.target.children),i=n.map(function(t){return oo(t,!0)}),o=rn(this.target),r=window.pageYOffset;t(),Ye.cancel(this.target),n.forEach(Ye.cancel),ro(this.target),this.$update(this.target),xn.flush();var s=rn(this.target),a=(n=n.concat(F(this.target.children).filter(function(t){return!y(n,t)}))).map(function(t,e){return!!(t.parentNode&&e in i)&&(i[e]?_t(t)?so(t):{opacity:0}:{opacity:_t(t)?1:0})});return i=a.map(function(t,o){var r=n[o].parentNode===e.target&&(i[o]||oo(n[o]));if(r)if(t){if(!("opacity"in t)){r.opacity%1?t.opacity=1:delete r.opacity}}else delete r.opacity;return r}),Ce(this.target,no),n.forEach(function(t,e){return i[e]&&Be(t,i[e])}),Be(this.target,"height",o),mn(window,r),Ft.all(n.map(function(t,n){return i[n]&&a[n]?Ye.start(t,a[n],e.animation,"ease"):Ft.resolve()}).concat(Ye.start(this.target,{height:s},this.animation,"ease"))).then(function(){n.forEach(function(t,e){return Be(t,{display:0===a[e].opacity?"none":"",zIndex:""})}),ro(e.target),e.$update(e.target),xn.flush()},Z)}}};function oo(t,e){var n=Be(t,"zIndex");return!!_t(t)&&X({display:"",opacity:e?Be(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===n?le(t):n},so(t))}function ro(t){Be(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",width:""}),Te(t,no),Be(t,"height","")}function so(t){var e=t.getBoundingClientRect(),n=e.height,i=e.width,o=on(t),r=o.top,s=o.left;return{top:r+=W(Be(t,"marginTop")),left:s,height:n,width:i}}var ao={mixins:[io],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"bc-uk-filter-control",cls:"bc-uk-active",animation:250},computed:{toggles:{get:function(t,e){t.attrItem;return Ie("["+this.attrItem+"],[data-"+this.attrItem+"]",e)},watch:function(){this.updateState()}},target:function(t,e){return Se(t.target,e)},children:{get:function(){return F(this.target.children)},watch:function(t,e){var n,i;i=e,(n=t).length===i.length&&n.every(function(t){return~i.indexOf(t)})||this.updateState()}}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],connected:function(){var t=this;if(this.updateState(),!1!==this.selActive){var e=Ie(this.selActive,this.$el);this.toggles.forEach(function(n){return De(n,t.cls,y(e,n))})}},methods:{apply:function(t){this.setState(lo(t,this.attrItem,this.getState()))},getState:function(){var t=this;return this.toggles.filter(function(e){return Oe(e,t.cls)}).reduce(function(e,n){return lo(n,t.attrItem,e)},{filter:{"":""},sort:[]})},setState:function(t,e){var n=this;void 0===e&&(e=!0),t=X({filter:{"":""},sort:[]},t),Nt(this.$el,"beforeFilter",[this,t]);var i=this.children;this.toggles.forEach(function(e){return De(e,n.cls,!!function(t,e,n){var i=n.filter;void 0===i&&(i={"":""});var o=n.sort,r=o[0],s=o[1],a=co(t,e),c=a.filter;void 0===c&&(c="");var l=a.group;void 0===l&&(l="");var u=a.sort,h=a.order;void 0===h&&(h="asc");return B(u)?l in i&&c===i[l]||!c&&l&&!(l in i)&&!i[""]:r===u&&s===h}(e,n.attrItem,t))});var o=function(){var e=function(t){var e="";return K(t.filter,function(t){return e+=t||""}),e}(t);i.forEach(function(t){return Be(t,"display",e&&!wt(t,e)?"none":"")});var o=t.sort,r=o[0],s=o[1];if(r){var a=function(t,e,n){return X([],t).sort(function(t,i){return st(t,e).localeCompare(st(i,e),void 0,{numeric:!0})*("asc"===n||-1)})}(i,r,s);U(a,i)||a.forEach(function(t){return fe(n.target,t)})}};e?this.animate(o).then(function(){return Nt(n.$el,"afterFilter",[n])}):(o(),Nt(this.$el,"afterFilter",[this]))},updateState:function(){var t=this;xn.write(function(){return t.setState(t.getState(),!1)})}}};function co(t,e){return En(st(t,e),["filter"])}function lo(t,e,n){var i=co(t,e),o=i.filter,r=i.group,s=i.sort,a=i.order;return void 0===a&&(a="asc"),(o||B(s))&&(r?o?(delete n.filter[""],n.filter[r]=o):(delete n.filter[r],(H(n.filter)||""in n.filter)&&(n.filter={"":o||""})):n.filter={"":o||""}),B(s)||(n.sort=[s,a]),n}var uo={slide:{show:function(t){return[{transform:fo(-100*t)},{transform:fo()}]},percent:function(t){return ho(t)},translate:function(t,e){return[{transform:fo(-100*e*t)},{transform:fo(100*e*(1-t))}]}}};function ho(t){return Math.abs(Be(t,"transform").split(",")[4]/t.offsetWidth)||0}function fo(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),"translateX("+t+(t?e:"")+")"}function po(t){return"scale3d("+t+", "+t+", 1)"}var mo=X({},uo,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:po(.8)},{opacity:1,transform:po(1)}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:po(1-.2*t)},{opacity:t,transform:po(.8+.2*t)}]}}});function go(t,e,n){Nt(t,Mt(e,!1,!1,n))}var vo={mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){it(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:document,filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:"mouseenter",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!0}},{name:"mouseleave",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!1}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return!Et(document.activeElement,t.$el)&&!t.isHovering&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var t=this;["start","move","end"].forEach(function(e){var n=t[e];t[e]=function(e){var i=Lt(e).x*(Jt?-1:1);t.prevPos=i!==t.pos?t.pos:t.prevPos,t.pos=i,n(e)}})},events:[{name:ne,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!Wt(t)&&(e=t.target,!e.children.length&&e.childNodes.length)||t.button>0||this.length<2||this.start(t)}},{name:"touchmove",passive:!1,handler:"move",delegate:function(){return this.selSlides}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){var t=this;this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index;var e="touchmove"!==ie?Ot(document,ie,this.move,{passive:!1}):Z;this.unbindMove=function(){e(),t.unbindMove=null},Ot(window,"scroll",this.unbindMove),Ot(document,oe,this.end,!0),Be(this.list,"userSelect","none")},move:function(t){var e=this;if(this.unbindMove){var n=this.pos-this.drag;if(!(0===n||this.prevPos===this.pos||!this.dragging&&Math.abs(n)<this.threshold)){Be(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=n<0?1:-1;for(var i=this.slides,o=this.prevIndex,r=Math.abs(n),s=this.getIndex(o+this.dir,o),a=this._getDistance(o,s)||i[o].offsetWidth;s!==o&&r>a;)this.drag-=a*this.dir,o=s,r-=a,s=this.getIndex(o+this.dir,o),a=this._getDistance(o,s)||i[o].offsetWidth;this.percent=r/a;var c,l=i[o],u=i[s],h=this.index!==s,d=o===s;[this.index,this.prevIndex].filter(function(t){return!y([s,o],t)}).forEach(function(t){Nt(i[t],"itemhidden",[e]),d&&(c=!0,e.prevIndex=o)}),(this.index===o&&this.prevIndex!==o||c)&&Nt(i[this.index],"itemshown",[this]),h&&(this.prevIndex=o,this.index=s,!d&&Nt(l,"beforeitemhide",[this]),Nt(u,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),l,!d&&u),h&&(!d&&Nt(l,"itemhide",[this]),Nt(u,"itemshow",[this]))}}},end:function(){if(Dt(window,"scroll",this.unbindMove),this.unbindMove&&this.unbindMove(),Dt(document,oe,this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{var t=(Jt?this.dir*(Jt?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}Be(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){return Se(t.selNav,e)},selNavItem:function(t){var e=t.attrItem;return"["+e+"],[data-"+e+"]"},navItems:function(t,e){return Ie(this.selNavItem,e)}},update:{write:function(){var t=this;this.nav&&this.length!==this.nav.children.length&&de(this.nav,this.slides.map(function(e,n){return"<li "+t.attrItem+'="'+n+'"><a href="#"></a></li>'}).join("")),De(Ie(this.selNavItem,this.$el).concat(this.nav),"bc-uk-hidden",!this.maxIndex),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var t=this,e=this.getValidIndex();this.navItems.forEach(function(n){var i=st(n,t.attrItem);De(n,t.clsActive,q(i)===e),De(n,"bc-uk-invisible",t.finite&&("previous"===i&&0===e||"next"===i&&e>=t.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,stack:[],percent:0,clsActive:"bc-uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},computed:{duration:function(t,e){var n=t.velocity;return bo(e.offsetWidth/n)},length:function(){return this.slides.length},list:function(t,e){return Se(t.selList,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" > *"},slides:function(){return F(this.list.children)}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var n=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var i=this.stack,o=e?0:i.length,r=function(){i.splice(o,1),i.length&&n.show(i.shift(),!0)};if(i[e?"unshift":"push"](t),!e&&i.length>1)2===i.length&&this._transitioner.forward(Math.min(this.duration,200));else{var s=this.index,a=Oe(this.slides,this.clsActive)&&this.slides[s],c=this.getIndex(t,this.index),l=this.slides[c];if(a!==l){if(this.dir=function(t,e){return"next"===t?1:"previous"===t?-1:t<e?-1:1}(t,s),this.prevIndex=s,this.index=c,a&&Nt(a,"beforeitemhide",[this]),!Nt(l,"beforeitemshow",[this,a]))return this.index=this.prevIndex,void r();var u=this._show(a,l,e).then(function(){return a&&Nt(a,"itemhidden",[n]),Nt(l,"itemshown",[n]),new Ft(function(t){xn.write(function(){i.shift(),i.length?n.show(i.shift(),!0):n._transitioner=null,t()})})});return a&&Nt(a,"itemhide",[this]),Nt(l,"itemshow",[this]),u}r()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),J(ue(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,n){if(this._transitioner=this._getTransitioner(t,e,this.dir,X({easing:n?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!n&&!t)return this._transitioner.translate(1),Ft.resolve();var i=this.stack.length;return this._transitioner[i>1?"forward":"show"](i>1?Math.min(this.duration,75+75/(i-1)):this.duration,this.percent)},_getDistance:function(t,e){return new this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,n){void 0===e&&(e=this.prevIndex),void 0===n&&(n=this.index);var i=this._getTransitioner(e!==n&&e,n);return i.translate(t),i},_getTransitioner:function(t,e,n,i){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===n&&(n=this.dir||1),void 0===i&&(i=this.transitionOptions),new this.Transitioner(N(t)?this.slides[t]:t,N(e)?this.slides[e]:e,n*(Jt?-1:1),i)}}};function bo(t){return.5*t+300}var wo={mixins:[vo],props:{animation:String},data:{animation:"slide",clsActivated:"bc-uk-transition-active",Animations:uo,Transitioner:function(t,e,n,i){var o=i.animation,r=i.easing,s=o.percent,a=o.translate,c=o.show;void 0===c&&(c=Z);var l=c(n),u=new Rt;return{dir:n,show:function(i,o,s){var a=this;void 0===o&&(o=0);var c=s?"linear":r;return i-=Math.round(i*J(o,-1,1)),this.translate(o),go(e,"itemin",{percent:o,duration:i,timing:c,dir:n}),go(t,"itemout",{percent:1-o,duration:i,timing:c,dir:n}),Ft.all([Ye.start(e,l[1],i,c),Ye.start(t,l[0],i,c)]).then(function(){a.reset(),u.resolve()},Z),u.promise},stop:function(){return Ye.stop([e,t])},cancel:function(){Ye.cancel([e,t])},reset:function(){for(var n in l[0])Be([e,t],n,"")},forward:function(n,i){return void 0===i&&(i=this.percent()),Ye.cancel([e,t]),this.show(n,i,!0)},translate:function(i){this.reset();var o=a(i,n);Be(e,o[1]),Be(t,o[0]),go(e,"itemtranslatein",{percent:i,dir:n}),go(t,"itemtranslateout",{percent:1-i,dir:n})},percent:function(){return s(t||e,e,n)},getDistance:function(){return t&&t.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,n=t.Animations;return X(e in n?n[e]:n.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){var e=t.target;this.$update(e)},itemshow:function(){N(this.prevIndex)&&xn.flush()},beforeitemshow:function(t){Ce(t.target,this.clsActive)},itemshown:function(t){Ce(t.target,this.clsActivated)},itemhidden:function(t){Te(t.target,this.clsActive,this.clsActivated)}}},yo={mixins:[Mi,Hi,zn,wo],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"bc-uk-open",clsPage:"bc-uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"bc-uk-lightbox-item",selClose:".uk-close-large",pauseOnHover:!1,velocity:2,Animations:mo,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href="#" uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href="#" uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=this;this.$mount(fe(this.container,this.template)),this.caption=Se(".uk-lightbox-caption",this.$el),this.items.forEach(function(){return fe(t.list,"<li></li>")})},events:[{name:ie+" "+ne+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),Te(this.slides,this.clsActive),Ye.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:document,handler:function(t){if(this.isToggled(this.$el))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleNow(this.$el,!0),this.animation=mo.scale,Te(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(t){var e=le(t.target),n=this.getItem(e).caption;Be(this.caption,"display",n?"":"none"),de(this.caption,n);for(var i=0;i<=this.preload;i++)this.loadItem(this.getIndex(e+i)),this.loadItem(this.getIndex(e-i))}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,e){var n,i=this,o=e.source,r=e.type,s=e.alt;if(this.setItem(e,"<span uk-spinner></span>"),o)if("image"===r||o.match(/\.(jp(e)?g|png|gif|svg|webp)($|\?)/i))Qt(o).then(function(t){return i.setItem(e,'<img width="'+t.width+'" height="'+t.height+'" src="'+o+'" alt="'+(s||"")+'">')},function(){return i.setError(e)});else if("video"===r||o.match(/\.(mp4|webm|ogv)($|\?)/i)){var a=Se("<video controls playsinline"+(e.poster?' poster="'+e.poster+'"':"")+' uk-video="'+this.videoAutoplay+'"></video>');it(a,"src",o),Pt(a,"error loadedmetadata",function(t){"error"===t?i.setError(e):(it(a,{width:a.videoWidth,height:a.videoHeight}),i.setItem(e,a))})}else if("iframe"===r||o.match(/\.(html|php)($|\?)/i))this.setItem(e,'<iframe class="uk-lightbox-iframe" src="'+o+'" frameborder="0" allowfullscreen></iframe>');else if(n=o.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/watch\?v=([^&\s]+)/)||o.match(/()youtu\.be\/(.*)/)){var c=n[2],l=function(t,o){return void 0===t&&(t=640),void 0===o&&(o=450),i.setItem(e,xo("https://www.youtube"+(n[1]||"")+".com/embed/"+c,t,o,i.videoAutoplay))};Qt("https://img.youtube.com/vi/"+c+"/maxresdefault.jpg").then(function(t){var e=t.width,n=t.height;120===e&&90===n?Qt("https://img.youtube.com/vi/"+c+"/0.jpg").then(function(t){var e=t.width,n=t.height;return l(e,n)},l):l(e,n)},l)}else(n=o.match(/(\/\/.*?)vimeo\.[a-z]+\/([0-9]+).*?/))&&Kt("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(o),{responseType:"json",withCredentials:!1}).then(function(t){var o=t.response,r=o.height,s=o.width;return i.setItem(e,xo("https://player.vimeo.com/video/"+n[2],s,r,i.videoAutoplay))},function(){return i.setError(e)})}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);var e=this.getItem(t);e.content||Nt(this.$el,"itemload",[e])},getItem:function(t){return void 0===t&&(t=this.index),this.items[t]||{}},setItem:function(t,e){X(t,{content:e});var n=de(this.slides[this.items.indexOf(t)],e);Nt(this.$el,"itemloaded",[this,n]),this.$update(n)},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),Ce(this.$el,"bc-uk-active","bc-uk-transition-active")},hideControls:function(){Te(this.$el,"bc-uk-active","bc-uk-transition-active")}}};function xo(t,e,n,i){return'<iframe src="'+t+'" width="'+e+'" height="'+n+'" style="max-width: 100%; box-sizing: border-box;" frameborder="0" allowfullscreen uk-video="autoplay: '+i+'" uk-responsive></iframe>'}var ko,jo={install:function(t,e){t.lightboxPanel||t.component("lightboxPanel",yo);X(e.props,t.component("lightboxPanel").options.props)},props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get:function(t,e){return Ie(t.toggle,e)},watch:function(){this.hide()}},items:function(){return G(this.toggles.map($o),"source")}},disconnected:function(){this.hide()},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault();var e=st(t.current,"href");this.show(k(this.items,function(t){return t.source===e}))}}],methods:{show:function(t){var e=this;return this.panel=this.panel||this.$create("lightboxPanel",X({},this.$props,{items:this.items})),Ot(this.panel.$el,"hidden",function(){return e.panel=!1}),this.panel.show(t)},hide:function(){return this.panel&&this.panel.hide()}}};function $o(t){return["href","caption","type","poster","alt"].reduce(function(e,n){return e["href"===n?"source":n]=st(t,n),e},{})}var So={},Io={functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsClose:"bc-uk-notification-close",clsMsg:"bc-uk-notification-message"},install:function(t){t.notification.closeAll=function(e,n){$e(document.body,function(i){var o=t.getComponent(i,"notification");!o||e&&e!==o.group||o.close(n)})}},computed:{marginProp:function(t){return"margin"+(f(t.pos,"top")?"Top":"Bottom")},startProps:function(){var t;return(t={opacity:0})[this.marginProp]=-this.$el.offsetHeight,t}},created:function(){So[this.pos]||(So[this.pos]=fe(this.$container,'<div class="uk-notification uk-notification-'+this.pos+'"></div>'));var t=Be(So[this.pos],"display","block");this.$mount(fe(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href="#" class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},connected:function(){var t,e=this,n=W(Be(this.$el,this.marginProp));Ye.start(Be(this.$el,this.startProps),(t={opacity:1},t[this.marginProp]=n,t)).then(function(){e.timeout&&(e.timer=setTimeout(e.close,e.timeout))})},events:(ko={click:function(t){xt(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()}},ko[re]=function(){this.timer&&clearTimeout(this.timer)},ko[se]=function(){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},ko),methods:{close:function(t){var e=this,n=function(){Nt(e.$el,"close",[e]),ve(e.$el),So[e.pos].children.length||Be(So[e.pos],"display","none")};this.timer&&clearTimeout(this.timer),t?n():Ye.start(this.$el,this.startProps).then(n)}}};var _o=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"],Co={mixins:[Oi],props:_o.reduce(function(t,e){return t[e]="list",t},{}),data:_o.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(t,e){var n=this;return _o.reduce(function(i,o){if(B(t[o]))return i;var r,s,a,c=o.match(/color/i),l=c||"opacity"===o,u=t[o].slice(0);l&&Be(e,o,""),u.length<2&&u.unshift(("scale"===o?1:l?Be(e,o):0)||0);var h=function(t){return t.reduce(function(t,e){return P(e)&&e.replace(/-|\d/g,"").trim()||t},"")}(u);if(c){var d=e.style.color;u=u.map(function(t){return Be(Be(e,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(W)}),e.style.color=d}else if(f(o,"bg")){var p="bgy"===o?"height":"width";if(u=u.map(function(t){return vn(t,p,n.$el)}),Be(e,"background-position-"+o[2],""),s=Be(e,"backgroundPosition").split(" ")["x"===o[2]?0:1],n.covers){var m=Math.min.apply(Math,u),g=Math.max.apply(Math,u),v=u.indexOf(m)<u.indexOf(g);a=g-m,u=u.map(function(t){return t-(v?m:g)}),r=(v?-a:0)+"px"}else r=s}else u=u.map(W);if("stroke"===o){if(!u.some(function(t){return t}))return i;var b=di(n.$el);Be(e,"strokeDasharray",b),"%"===h&&(u=u.map(function(t){return t*b/100})),u=u.reverse(),o="strokeDashoffset"}return i[o]={steps:u,unit:h,pos:r,bgPos:s,diff:a},i},{})},bgProps:function(){var t=this;return["bgx","bgy"].filter(function(e){return e in t.props})},covers:function(t,e){return function(t){var e=t.style.backgroundSize,n="cover"===Be(Be(t,"backgroundSize",""),"backgroundSize");return t.style.backgroundSize=e,n}(e)}},disconnected:function(){delete this._image},update:{read:function(t){var e=this;if(t.active=this.matchMedia,t.active){if(!t.image&&this.covers&&this.bgProps.length){var n=Be(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(n){var i=new Image;i.src=n,t.image=i,i.naturalWidth||(i.onload=function(){return e.$emit()})}}var o=t.image;if(o&&o.naturalWidth){var r={width:this.$el.offsetWidth,height:this.$el.offsetHeight},s={width:o.naturalWidth,height:o.naturalHeight},a=nt.cover(s,r);this.bgProps.forEach(function(t){var n=e.props[t],i=n.diff,o=n.bgPos,c=n.steps,l="bgy"===t?"height":"width",u=a[l]-r[l];if(u<i)r[l]=a[l]+i-u;else if(u>i){var h=r[l]/vn(o,l,e.$el);h&&(e.props[t].steps=c.map(function(t){return t-(u-i)/h}))}a=nt.cover(s,r)}),t.dim=a}}},write:function(t){var e=t.dim;t.active?e&&Be(this.$el,{backgroundSize:e.width+"px "+e.height+"px",backgroundRepeat:"no-repeat"}):Be(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var t=this;K(this.getCss(0),function(e,n){return Be(t.$el,n,"")})},getCss:function(t){var e=this.props;return Object.keys(e).reduce(function(n,i){var o=e[i],r=o.steps,s=o.unit,a=o.pos,c=function(t,e,n){void 0===n&&(n=2);var i=To(t,e),o=i[0],r=i[1],s=i[2];return(N(o)?o+Math.abs(o-r)*s*(o<r?1:-1):+r).toFixed(n)}(r,t);switch(i){case"x":case"y":s=s||"px",n.transform+=" translate"+u(i)+"("+W(c).toFixed("px"===s?0:2)+s+")";break;case"rotate":s=s||"deg",n.transform+=" rotate("+(c+s)+")";break;case"scale":n.transform+=" scale("+c+")";break;case"bgy":case"bgx":n["background-position-"+i[2]]="calc("+a+" + "+c+"px)";break;case"color":case"backgroundColor":case"borderColor":var l=To(r,t),h=l[0],d=l[1],f=l[2];n[i]="rgba("+h.map(function(t,e){return t+=f*(d[e]-t),3===e?W(t):parseInt(t,10)}).join(",")+")";break;case"blur":s=s||"px",n.filter+=" blur("+(c+s)+")";break;case"hue":s=s||"deg",n.filter+=" hue-rotate("+(c+s)+")";break;case"fopacity":s=s||"%",n.filter+=" opacity("+(c+s)+")";break;case"grayscale":case"invert":case"saturate":case"sepia":s=s||"%",n.filter+=" "+i+"("+(c+s)+")";break;default:n[i]=c}return n},{transform:"",filter:""})}}};function To(t,e){var n=t.length-1,i=Math.min(Math.floor(n*e),n-1),o=t.slice(i,i+2);return o.push(1===e?1:e%(1/n)*n),o}var Ao={mixins:[Co],props:{target:String,viewport:Number,easing:Number},data:{target:!1,viewport:1,easing:1},computed:{target:function(t,e){var n=t.target;return function t(e){return e?"offsetTop"in e?e:t(e.parentNode):document.body}(n&&at(n,e)||e)}},update:{read:function(t,e){var n=t.percent,i=t.active;if("scroll"!==e&&(n=!1),i){var o=n;return{percent:n=function(t,e){return J(t*(1-(e-e*t)))}(pn(this.target)/(this.viewport||1),this.easing),style:o!==n&&this.getCss(n)}}},write:function(t){var e=t.style;t.active?e&&Be(this.$el,e):this.reset()},events:["scroll","resize"]}};var Eo={update:{write:function(){if(!this.stack.length&&!this.dragging){var t=this.getValidIndex();delete this.index,Te(this.slides,this.clsActive,this.clsActivated),this.show(t)}},events:["resize"]}};function Oo(t,e,n){var i=No(t,e);return n?i-function(t,e){return Mo(e).width/2-Mo(t).width/2}(t,e):Math.min(i,Do(e))}function Do(t){return Math.max(0,Po(t)-Mo(t).width)}function Po(t){return Bo(t).reduce(function(t,e){return Mo(e).width+t},0)}function No(t,e){return(on(t).left+(Jt?Mo(t).width-Mo(e).width:0))*(Jt?-1:1)}function Mo(t){return t.getBoundingClientRect()}function Ho(t,e,n){Nt(t,Mt(e,!1,!1,n))}function Bo(t){return F(t.children)}var zo={mixins:[Bn,vo,Eo],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"bc-uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"bc-uk-slider-container",Transitioner:function(t,e,n,i){var o=i.center,r=i.easing,s=i.list,a=new Rt,c=t?Oo(t,s,o):Oo(e,s,o)+Mo(e).width*n,l=e?Oo(e,s,o):c+Mo(t).width*n*(Jt?-1:1);return{dir:n,show:function(e,i,o){void 0===i&&(i=0);var c=o?"linear":r;return e-=Math.round(e*J(i,-1,1)),this.translate(i),t&&this.updateTranslates(),i=t?i:J(i,0,1),Ho(this.getItemIn(),"itemin",{percent:i,duration:e,timing:c,dir:n}),t&&Ho(this.getItemIn(!0),"itemout",{percent:1-i,duration:e,timing:c,dir:n}),Ye.start(s,{transform:fo(-l*(Jt?-1:1),"px")},e,c).then(a.resolve,Z),a.promise},stop:function(){return Ye.stop(s)},cancel:function(){Ye.cancel(s)},reset:function(){Be(s,"transform","")},forward:function(t,e){return void 0===e&&(e=this.percent()),Ye.cancel(s),this.show(t,e,!0)},translate:function(e){var i=this.getDistance()*n*(Jt?-1:1);Be(s,"transform",fo(J(i-i*e-l,-Po(s),Mo(s).width)*(Jt?-1:1),"px")),this.updateTranslates(),t&&(e=J(e,-1,1),Ho(this.getItemIn(),"itemtranslatein",{percent:e,dir:n}),Ho(this.getItemIn(!0),"itemtranslateout",{percent:1-e,dir:n}))},percent:function(){return Math.abs((Be(s,"transform").split(",")[4]*(Jt?-1:1)+c)/(l-c))},getDistance:function(){return Math.abs(l-c)},getItemIn:function(e){void 0===e&&(e=!1);var i=this.getActives(),o=Q(Bo(s),"offsetLeft"),r=le(o,i[n*(e?-1:1)>0?i.length-1:0]);return~r&&o[r+(t&&!e?n:0)]},getActives:function(){var n=Oo(t||e,s,o);return Q(Bo(s).filter(function(t){var e=No(t,s);return e>=n&&e+Mo(t).width<=Mo(s).width+n}),"offsetLeft")},updateTranslates:function(){var t=this.getActives();Bo(s).forEach(function(n){var i=y(t,n);Ho(n,"itemtranslate"+(i?"in":"out"),{percent:i?1:0,dir:n.offsetLeft<=e.offsetLeft?1:-1})})}}}},computed:{avgWidth:function(){return Po(this.list)/this.length},finite:function(t){return t.finite||Po(this.list)<Mo(this.list).width+Bo(this.list).reduce(function(t,e){return Math.max(t,Mo(e).width)},0)+this.center},maxIndex:function(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return this.sets[this.sets.length-1];Be(this.slides,"order","");for(var t=Do(this.list),e=this.length;e--;)if(No(this.list.children[e],this.list)<t)return Math.min(e+1,this.length-1);return 0},sets:function(t){var e=this,n=t.sets,i=Mo(this.list).width/(this.center?2:1),o=0,r=i,s=0;return!H(n=n&&this.slides.reduce(function(t,n,a){var c=Mo(n).width;if(s+c>o&&(!e.center&&a>e.maxIndex&&(a=e.maxIndex),!y(t,a))){var l=e.slides[a+1];e.center&&l&&c<r-Mo(l).width/2?r-=c:(r=i,t.push(a),o=s+i+(e.center?c/2:0))}return s+=c,t},[]))&&n},transitionOptions:function(){return{center:this.center,list:this.list}}},connected:function(){De(this.$el,this.clsContainer,!Se("."+this.clsContainer,this.$el))},update:{write:function(){var t=this;Ie("["+this.attrItem+"],[data-"+this.attrItem+"]",this.$el).forEach(function(e){var n=st(e,t.attrItem);t.maxIndex&&De(e,"bc-uk-hidden",M(n)&&(t.sets&&!y(t.sets,W(n))||n>t.maxIndex))})},events:["resize"]},events:{beforeitemshow:function(t){!this.dragging&&this.sets&&this.stack.length<2&&!y(this.sets,this.index)&&(this.index=this.getValidIndex());var e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(var n=0;n<e;n++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault()}else this.duration=bo(this.avgWidth/this.velocity)*(Mo(this.dir<0||!this.slides[this.prevIndex]?this.slides[this.index]:this.slides[this.prevIndex]).width/this.avgWidth),this.reorder()},itemshow:function(){!B(this.prevIndex)&&Ce(this._getTransitioner().getItemIn(),this.clsActive)},itemshown:function(){var t=this,e=this._getTransitioner(this.index).getActives();this.slides.forEach(function(n){return De(n,t.clsActive,y(e,n))}),(!this.sets||y(this.sets,W(this.index)))&&this.slides.forEach(function(n){return De(n,t.clsActivated,y(e,n))})}},methods:{reorder:function(){var t=this;if(Be(this.slides,"order",""),!this.finite){var e=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach(function(n,i){return Be(n,"order",t.dir>0&&i<e?1:t.dir<0&&i>=t.index?-1:"")}),this.center)for(var n=this.slides[e],i=Mo(this.list).width/2-Mo(n).width/2,o=0;i>0;){var r=this.getIndex(--o+e,e),s=this.slides[r];Be(s,"order",r>e?-2:-1),i-=Mo(s).width}}},getValidIndex:function(t,e){if(void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;var n;do{if(y(this.sets,t))return t;n=t,t=this.getIndex(t+this.dir,e)}while(t!==n);return t}}},qo={mixins:[Co],data:{selItem:"!li"},computed:{item:function(t,e){return at(t.selItem,e)}},events:[{name:"itemshown",self:!0,el:function(){return this.item},handler:function(){Be(this.$el,this.getCss(.5))}},{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,n=t.detail,i=n.percent,o=n.duration,r=n.timing,s=n.dir;Ye.cancel(this.$el),Be(this.$el,this.getCss(Lo(e,s,i))),Ye.start(this.$el,this.getCss(Wo(e)?.5:s>0?1:0),o,r).catch(Z)}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){Ye.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,n=t.detail,i=n.percent,o=n.dir;Ye.cancel(this.$el),Be(this.$el,this.getCss(Lo(e,o,i)))}}]};function Wo(t){return m(t,"in")}function Lo(t,e,n){return n/=2,Wo(t)?e<0?1-n:n:e<0?n:1-n}var Fo,Ro=X({},uo,{fade:{show:function(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show:function(){return[{opacity:0,transform:po(1.5),zIndex:0},{zIndex:-1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:po(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show:function(t){return t<0?[{transform:fo(30),zIndex:-1},{transform:fo(),zIndex:0}]:[{transform:fo(-100),zIndex:0},{transform:fo(),zIndex:-1}]},percent:function(t,e,n){return n<0?1-ho(e):ho(t)},translate:function(t,e){return e<0?[{transform:fo(30*t),zIndex:-1},{transform:fo(-100*(1-t)),zIndex:0}]:[{transform:fo(100*-t),zIndex:0},{transform:fo(30*(1-t)),zIndex:-1}]}},push:{show:function(t){return t<0?[{transform:fo(100),zIndex:0},{transform:fo(),zIndex:-1}]:[{transform:fo(-30),zIndex:-1},{transform:fo(),zIndex:0}]},percent:function(t,e,n){return n>0?1-ho(e):ho(t)},translate:function(t,e){return e<0?[{transform:fo(100*t),zIndex:0},{transform:fo(-30*(1-t)),zIndex:-1}]:[{transform:fo(-30*t),zIndex:-1},{transform:fo(100*(1-t)),zIndex:0}]}}}),Vo={mixins:[Bn,wo,Eo],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"bc-uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Ro},update:{read:function(){var t=this.ratio.split(":").map(Number),e=t[0],n=t[1];return n=n*this.list.offsetWidth/e||0,this.minHeight&&(n=Math.max(this.minHeight,n)),this.maxHeight&&(n=Math.min(this.maxHeight,n)),{height:n-cn(this.list,"content-box")}},write:function(t){var e=t.height;Be(this.list,"minHeight",e)},events:["resize"]}},Uo={mixins:[Bn,io],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"bc-uk-sortable-item",clsPlaceholder:"bc-uk-sortable-placeholder",clsDrag:"bc-uk-sortable-drag",clsDragState:"bc-uk-drag",clsBase:"bc-uk-sortable",clsNoDrag:"bc-uk-sortable-nodrag",clsEmpty:"bc-uk-sortable-empty",clsCustom:"",handle:!1},created:function(){var t=this;["init","start","move","end"].forEach(function(e){var n=t[e];t[e]=function(e){t.scrollY=window.pageYOffset;var i=Lt(e,"page"),o=i.x,r=i.y;t.pos={x:o,y:r},n(e)}})},events:{name:ne,passive:!1,handler:"init"},update:{write:function(){if(this.clsEmpty&&De(this.$el,this.clsEmpty,H(this.$el.children)),Be(this.handle?Ie(this.handle,this.$el):this.$el.children,{touchAction:"none",userSelect:"none"}),this.drag){en(this.drag,{top:this.pos.y+this.origin.top,left:this.pos.x+this.origin.left});var t,e=en(this.drag),n=e.top,i=n+e.height;n>0&&n<this.scrollY?t=this.scrollY-5:i<rn(document)&&i>rn(window)+this.scrollY&&(t=this.scrollY+5),t&&setTimeout(function(){return mn(window,t)},5)}}},methods:{init:function(t){var e=t.target,n=t.button,i=t.defaultPrevented,o=F(this.$el.children).filter(function(t){return Et(e,t)})[0];!o||i||n>0||Tt(e)||Et(e,"."+this.clsNoDrag)||this.handle&&!Et(e,this.handle)||(t.preventDefault(),this.touched=[this],this.placeholder=o,this.origin=X({target:e,index:le(o)},this.pos),Ot(document,ie,this.move),Ot(document,oe,this.end),Ot(window,"scroll",this.scroll),this.threshold||this.start(t))},start:function(t){this.drag=fe(this.$container,this.placeholder.outerHTML.replace(/^<li/i,"<div").replace(/li>$/i,"div>")),Be(this.drag,X({boxSizing:"border-box",width:this.placeholder.offsetWidth,height:this.placeholder.offsetHeight},Be(this.placeholder,["paddingLeft","paddingRight","paddingTop","paddingBottom"]))),it(this.drag,"bc-uk-no-boot",""),Ce(this.drag,this.clsDrag,this.clsCustom),rn(this.drag.firstElementChild,rn(this.placeholder.firstElementChild));var e=en(this.placeholder),n=e.left,i=e.top;X(this.origin,{left:n-this.pos.x,top:i-this.pos.y}),Be(this.origin.target,"pointerEvents","none"),Ce(this.placeholder,this.clsPlaceholder),Ce(this.$el.children,this.clsItem),Ce(document.documentElement,this.clsDragState),Nt(this.$el,"start",[this,this.placeholder]),this.move(t)},move:function(t){if(this.drag){this.$emit();var e="mousemove"===t.type?t.target:document.elementFromPoint(this.pos.x-window.pageXOffset,this.pos.y-window.pageYOffset),n=this.getSortable(e),i=this.getSortable(this.placeholder),o=n!==i;if(n&&!Et(e,this.placeholder)&&(!o||n.group&&n.group===i.group)){if(e=n.$el===e.parentNode&&e||F(n.$el.children).filter(function(t){return Et(e,t)})[0],o)i.remove(this.placeholder);else if(!e)return;n.insert(this.placeholder,e),y(this.touched,n)||this.touched.push(n)}}else(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(t){if(Dt(document,ie,this.move),Dt(document,oe,this.end),Dt(window,"scroll",this.scroll),Be(this.origin.target,"pointerEvents",""),this.drag){var e=this.getSortable(this.placeholder);this===e?this.origin.index!==le(this.placeholder)&&Nt(this.$el,"moved",[this,this.placeholder]):(Nt(e.$el,"added",[e,this.placeholder]),Nt(this.$el,"removed",[this,this.placeholder])),Nt(this.$el,"stop",[this,this.placeholder]),ve(this.drag),this.drag=null;var n=this.touched.map(function(t){return t.clsPlaceholder+" "+t.clsItem}).join(" ");this.touched.forEach(function(t){return Te(t.$el.children,n)}),Te(document.documentElement,this.clsDragState)}else"touchend"===t.type&&t.target.click()},scroll:function(){var t=window.pageYOffset;t!==this.scrollY&&(this.pos.y+=t-this.scrollY,this.scrollY=t,this.$emit())},insert:function(t,e){var n=this;Ce(this.$el.children,this.clsItem);var i=function(){e?!Et(t,n.$el)||function(t,e){return t.parentNode===e.parentNode&&le(t)>le(e)}(t,e)?pe(e,t):me(e,t):fe(n.$el,t)};this.animation?this.animate(i):i()},remove:function(t){Et(t,this.$el)&&(Be(this.handle?Ie(this.handle,t):t,{touchAction:"",userSelect:""}),this.animation?this.animate(function(){return ve(t)}):ve(t))},getSortable:function(t){return t&&(this.$getComponent(t,"sortable")||this.getSortable(t.parentNode))}}};var Yo=[],Xo={mixins:[Mi,zn,Yn],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["bc-uk-animation-scale-up"],duration:100,cls:"bc-uk-active",clsPos:"bc-uk-tooltip"},beforeConnect:function(){this._hasTitle=ot(this.$el,"title"),it(this.$el,{title:"","aria-expanded":!1})},disconnected:function(){this.hide(),it(this.$el,{title:this._hasTitle?this.title:null,"aria-expanded":null})},methods:{show:function(){var t=this;this.isActive()||(Yo.forEach(function(t){return t.hide()}),Yo.push(this),this._unbind=Ot(document,oe,function(e){return!Et(e.target,t.$el)&&t.hide()}),clearTimeout(this.showTimer),this.showTimer=setTimeout(function(){t._show(),t.hideTimer=setInterval(function(){_t(t.$el)||t.hide()},150)},this.delay))},hide:function(){!this.isActive()||wt(this.$el,"input")&&this.$el===document.activeElement||(Yo.splice(Yo.indexOf(this),1),clearTimeout(this.showTimer),clearInterval(this.hideTimer),it(this.$el,"aria-expanded",!1),this.toggleElement(this.tooltip,!1),this.tooltip&&ve(this.tooltip),this.tooltip=!1,this._unbind())},_show:function(){this.tooltip=fe(this.container,'<div class="'+this.clsPos+'" aria-expanded="true" aria-hidden> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),this.positionAt(this.tooltip,this.$el),this.origin="y"===this.getAxis()?dn(this.dir)+"-"+this.align:this.align+"-"+dn(this.dir),this.toggleElement(this.tooltip,!0)},isActive:function(){return y(Yo,this)}},events:(Fo={focus:"show",blur:"hide"},Fo[re+" "+se]=function(t){Wt(t)||(t.type===re?this.show():this.hide())},Fo[ne]=function(t){Wt(t)&&(this.isActive()?this.hide():this.show())},Fo)},Ko={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"bc-uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:Z,beforeAll:Z,beforeSend:Z,complete:Z,completeAll:Z,error:Z,fail:Z,load:Z,loadEnd:Z,loadStart:Z,progress:Z},events:{change:function(t){wt(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop:function(t){Go(t);var e=t.dataTransfer;e&&e.files&&(Te(this.$el,this.clsDragover),this.upload(e.files))},dragenter:function(t){Go(t)},dragover:function(t){Go(t),Ce(this.$el,this.clsDragover)},dragleave:function(t){Go(t),Te(this.$el,this.clsDragover)}},methods:{upload:function(t){var e=this;if(t.length){Nt(this.$el,"upload",[t]);for(var n=0;n<t.length;n++){if(this.maxSize&&1e3*this.maxSize<t[n].size)return void this.fail(this.msgInvalidSize.replace("%s",this.maxSize));if(this.allow&&!Qo(this.allow,t[n].name))return void this.fail(this.msgInvalidName.replace("%s",this.allow));if(this.mime&&!Qo(this.mime,t[n].type))return void this.fail(this.msgInvalidMime.replace("%s",this.mime))}this.multiple||(t=[t[0]]),this.beforeAll(this,t);var i=function(t,e){for(var n=[],i=0;i<t.length;i+=e){for(var o=[],r=0;r<e;r++)o.push(t[i+r]);n.push(o)}return n}(t,this.concurrent),o=function(t){var n=new FormData;for(var r in t.forEach(function(t){return n.append(e.name,t)}),e.params)n.append(r,e.params[r]);Kt(e.url,{data:n,method:e.method,responseType:e.type,beforeSend:function(t){var n=t.xhr;n.upload&&Ot(n.upload,"progress",e.progress),["loadStart","load","loadEnd","abort"].forEach(function(t){return Ot(n,t.toLowerCase(),e[t])}),e.beforeSend(t)}}).then(function(t){e.complete(t),i.length?o(i.shift()):e.completeAll(t)},function(t){return e.error(t)})};o(i.shift())}}}};function Qo(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function Go(t){t.preventDefault(),t.stopPropagation()}return Hn.component("countdown",to),Hn.component("filter",ao),Hn.component("lightbox",jo),Hn.component("lightboxPanel",yo),Hn.component("notification",Io),Hn.component("parallax",Ao),Hn.component("slider",zo),Hn.component("sliderParallax",qo),Hn.component("slideshow",Vo),Hn.component("slideshowParallax",qo),Hn.component("sortable",Uo),Hn.component("tooltip",Xo),Hn.component("upload",Ko),function(t){var e=t.connect,n=t.disconnect;function i(){r(document.body,e),xn.flush(),new MutationObserver(function(t){return t.forEach(o)}).observe(document,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),t._initialized=!0}function o(i){var o=i.target;("attributes"!==i.type?function(t){for(var i=t.addedNodes,o=t.removedNodes,s=0;s<i.length;s++)r(i[s],e);for(var a=0;a<o.length;a++)r(o[a],n);return!0}(i):function(e){var n=e.target,i=e.attributeName;if("href"===i)return!0;var o=Mn(i);if(o&&o in t){if(ot(n,i))return t[o](n),!0;var r=t.getComponent(n,o);return r?(r.$destroy(),!0):void 0}}(i))&&t.update(o)}function r(t,e){if(1===t.nodeType&&!ot(t,"bc-uk-no-boot"))for(e(t),t=t.firstElementChild;t;){var n=t.nextElementSibling;r(t,e),t=n}}"MutationObserver"in window&&(document.body?i():new MutationObserver(function(){document.body&&(this.disconnect(),i())}).observe(document,{childList:!0,subtree:!0}))}(Hn),Hn}),function(t){"use strict";var e={cache:{},support:{},objects:{},init:function(e){return this.each(function(){t(this).unbind("click.lightcase").bind("click.lightcase",function(n){n.preventDefault(),t(this).lightcase("start",e)})})},start:function(n){e.origin=lightcase.origin=this,e.settings=lightcase.settings=t.extend(!0,{idPrefix:"lightcase-",classPrefix:"lightcase-",attrPrefix:"lc-",transition:"elastic",transitionOpen:null,transitionClose:null,transitionIn:null,transitionOut:null,cssTransitions:!0,speedIn:250,speedOut:250,width:null,height:null,maxWidth:800,maxHeight:500,forceWidth:!1,forceHeight:!1,liveResize:!0,fullScreenModeForMobile:!0,mobileMatchExpression:/(iphone|ipod|ipad|android|blackberry|symbian)/,disableShrink:!1,fixedRatio:!0,shrinkFactor:.75,overlayOpacity:.9,slideshow:!1,slideshowAutoStart:!0,breakBeforeShow:!1,timeout:5e3,swipe:!0,useKeys:!0,useCategories:!0,useAsCollection:!1,navigateEndless:!0,closeOnOverlayClick:!0,title:null,caption:null,showTitle:!0,showCaption:!0,showSequenceInfo:!0,inline:{width:"auto",height:"auto"},ajax:{width:"auto",height:"auto",type:"get",dataType:"html",data:{}},iframe:{width:800,height:500,frameborder:0},flash:{width:400,height:205,wmode:"transparent"},video:{width:400,height:225,poster:"",preload:"auto",controls:!0,autobuffer:!0,autoplay:!0,loop:!1},attr:"data-rel",href:null,type:null,typeMapping:{image:"jpg,jpeg,gif,png,bmp",flash:"swf",video:"mp4,mov,ogv,ogg,webm",iframe:"html,php",ajax:"json,txt",inline:"#"},errorMessage:function(){return'<p class="'+e.settings.classPrefix+'error">'+e.settings.labels.errorMessage+"</p>"},labels:{errorMessage:"Source could not be found...","sequenceInfo.of":" of ",close:"Close","navigator.prev":"Prev","navigator.next":"Next","navigator.play":"Play","navigator.pause":"Pause"},markup:function(){e.objects.body.append(e.objects.overlay=t('<div id="'+e.settings.idPrefix+'overlay"></div>'),e.objects.loading=t('<div id="'+e.settings.idPrefix+'loading" class="'+e.settings.classPrefix+'icon-spin"></div>'),e.objects.case=t('<div id="'+e.settings.idPrefix+'case" aria-hidden="true" role="dialog"></div>')),e.objects.case.after(e.objects.close=t('<a href="#" class="'+e.settings.classPrefix+'icon-close"><span>'+e.settings.labels.close+"</span></a>"),e.objects.nav=t('<div id="'+e.settings.idPrefix+'nav"></div>')),e.objects.nav.append(e.objects.prev=t('<a href="#" class="'+e.settings.classPrefix+'icon-prev"><span>'+e.settings.labels["navigator.prev"]+"</span></a>").hide(),e.objects.next=t('<a href="#" class="'+e.settings.classPrefix+'icon-next"><span>'+e.settings.labels["navigator.next"]+"</span></a>").hide(),e.objects.play=t('<a href="#" class="'+e.settings.classPrefix+'icon-play"><span>'+e.settings.labels["navigator.play"]+"</span></a>").hide(),e.objects.pause=t('<a href="#" class="'+e.settings.classPrefix+'icon-pause"><span>'+e.settings.labels["navigator.pause"]+"</span></a>").hide()),e.objects.case.append(e.objects.content=t('<div id="'+e.settings.idPrefix+'content"></div>'),e.objects.info=t('<div id="'+e.settings.idPrefix+'info"></div>')),e.objects.content.append(e.objects.contentInner=t('<div class="'+e.settings.classPrefix+'contentInner"></div>')),e.objects.info.append(e.objects.sequenceInfo=t('<div id="'+e.settings.idPrefix+'sequenceInfo"></div>'),e.objects.title=t('<h4 id="'+e.settings.idPrefix+'title"></h4>'),e.objects.caption=t('<p id="'+e.settings.idPrefix+'caption"></p>'))},onInit:{},onStart:{},onBeforeCalculateDimensions:{},onAfterCalculateDimensions:{},onBeforeShow:{},onFinish:{},onResize:{},onClose:{},onCleanup:{}},n,e.origin.data?e.origin.data("lc-options"):{}),e.objects.document=t("html"),e.objects.body=t("body"),e._callHooks(e.settings.onInit),e.objectData=e._setObjectData(this),e._addElements(),e._open(),e.dimensions=e.getViewportDimensions()},get:function(t){return e.objects[t]},getObjectData:function(){return e.objectData},_setObjectData:function(n){var i=t(n),o={this:t(n),title:e.settings.title||i.attr(e._prefixAttributeName("title"))||i.attr("title"),caption:e.settings.caption||i.attr(e._prefixAttributeName("caption"))||i.children("img").attr("alt"),url:e._determineUrl(),requestType:e.settings.ajax.type,requestData:e.settings.ajax.data,requestDataType:e.settings.ajax.dataType,rel:i.attr(e._determineAttributeSelector()),type:e.settings.type||e._verifyDataType(e._determineUrl()),isPartOfSequence:e.settings.useAsCollection||e._isPartOfSequence(i.attr(e.settings.attr),":"),isPartOfSequenceWithSlideshow:e._isPartOfSequence(i.attr(e.settings.attr),":slideshow"),currentIndex:t(e._determineAttributeSelector()).index(i),sequenceLength:t(e._determineAttributeSelector()).length};return o.sequenceInfo=o.currentIndex+1+e.settings.labels["sequenceInfo.of"]+o.sequenceLength,o.prevIndex=o.currentIndex-1,o.nextIndex=o.currentIndex+1,o},_prefixAttributeName:function(t){return"data-"+e.settings.attrPrefix+t},_determineLinkTarget:function(){return e.settings.href||t(e.origin).attr(e._prefixAttributeName("href"))||t(e.origin).attr("href")},_determineAttributeSelector:function(){var n=t(e.origin),i="";if(void 0!==e.cache.selector)i=e.cache.selector;else if(!0===e.settings.useCategories&&n.attr(e._prefixAttributeName("categories"))){var o=n.attr(e._prefixAttributeName("categories")).split(" ");t.each(o,function(t,n){t>0&&(i+=","),i+="["+e._prefixAttributeName("categories")+'~="'+n+'"]'})}else i="["+e.settings.attr+'="'+n.attr(e.settings.attr)+'"]';return e.cache.selector=i,i},_determineUrl:function(){var n,i=e._verifyDataUrl(e._determineLinkTarget()),o=0,r=0,s="";return t.each(i,function(t,i){switch(e._verifyDataType(i.url)){case"video":var a=document.createElement("video"),c=e._verifyDataType(i.url)+"/"+e._getFileUrlSuffix(i.url);"probably"!==s&&s!==a.canPlayType(c)&&""!==a.canPlayType(c)&&(s=a.canPlayType(c),n=i.url);break;default:e._devicePixelRatio()>=i.density&&i.density>=r&&e._matchMedia()("screen and (min-width:"+i.width+"px)").matches&&i.width>=o&&(o=i.width,r=i.density,n=i.url)}}),n},_normalizeUrl:function(t){var e=/^\d+$/;return t.split(",").map(function(t){var n={width:0,density:0};return t.trim().split(/\s+/).forEach(function(t,i){if(0===i)return n.url=t;var o=t.substring(0,t.length-1),r=t[t.length-1],s=parseInt(o,10),a=parseFloat(o);"w"===r&&e.test(o)?n.width=s:"h"===r&&e.test(o)?n.height=s:"x"!==r||isNaN(a)||(n.density=a)}),n})},_isPartOfSequence:function(n,i){var o=t("["+e.settings.attr+'="'+n+'"]');return new RegExp(i).test(n)&&o.length>1},isSlideshowEnabled:function(){return e.objectData.isPartOfSequence&&(!0===e.settings.slideshow||!0===e.objectData.isPartOfSequenceWithSlideshow)},_loadContent:function(){e.cache.originalObject&&e._restoreObject(),e._createObject()},_createObject:function(){var n;switch(e.objectData.type){case"image":(n=t(new Image)).attr({src:e.objectData.url,alt:e.objectData.title});break;case"inline":(n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>')).html(e._cloneObject(t(e.objectData.url))),t.each(e.settings.inline,function(t,i){n.attr(e._prefixAttributeName(t),i)});break;case"ajax":n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>'),t.each(e.settings.ajax,function(t,i){"data"!==t&&n.attr(e._prefixAttributeName(t),i)});break;case"flash":n=t('<embed src="'+e.objectData.url+'" type="application/x-shockwave-flash"></embed>'),t.each(e.settings.flash,function(t,e){n.attr(t,e)});break;case"video":(n=t("<video></video>")).attr("src",e.objectData.url),t.each(e.settings.video,function(t,e){n.attr(t,e)});break;default:(n=t("<iframe></iframe>")).attr({src:e.objectData.url}),t.each(e.settings.iframe,function(t,e){n.attr(t,e)})}e._addObject(n),e._loadObject(n)},_addObject:function(t){e.objects.contentInner.html(t),e._loading("start"),e._callHooks(e.settings.onStart),!0===e.settings.showSequenceInfo&&e.objectData.isPartOfSequence?(e.objects.sequenceInfo.html(e.objectData.sequenceInfo),e.objects.sequenceInfo.show()):(e.objects.sequenceInfo.empty(),e.objects.sequenceInfo.hide()),!0===e.settings.showTitle&&void 0!==e.objectData.title&&""!==e.objectData.title?(e.objects.title.html(e.objectData.title),e.objects.title.show()):(e.objects.title.empty(),e.objects.title.hide()),!0===e.settings.showCaption&&void 0!==e.objectData.caption&&""!==e.objectData.caption?(e.objects.caption.html(e.objectData.caption),e.objects.caption.show()):(e.objects.caption.empty(),e.objects.caption.hide())},_loadObject:function(n){switch(e.objectData.type){case"inline":t(e.objectData.url)?e._showContent(n):e.error();break;case"ajax":t.ajax(t.extend({},e.settings.ajax,{url:e.objectData.url,type:e.objectData.requestType,dataType:e.objectData.requestDataType,data:e.objectData.requestData,success:function(t,i,o){o.getResponseHeader("X-Ajax-Location")?(e.objectData.url=o.getResponseHeader("X-Ajax-Location"),e._loadObject(n)):("json"===e.objectData.requestDataType?e.objectData.data=t:n.html(t),e._showContent(n))},error:function(t,n,i){e.error()}}));break;case"flash":e._showContent(n);break;case"video":"function"==typeof n.get(0).canPlayType||0===e.objects.case.find("video").length?e._showContent(n):e.error();break;default:e.objectData.url?(n.on("load",function(){e._showContent(n)}),n.on("error",function(){e.error()})):e.error()}},error:function(){e.objectData.type="error";var n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>');n.html(e.settings.errorMessage),e.objects.contentInner.html(n),e._showContent(e.objects.contentInner)},_calculateDimensions:function(t){if(e._cleanupDimensions(),t){var n={ratio:1,objectWidth:t.attr("width")?t.attr("width"):t.attr(e._prefixAttributeName("width")),objectHeight:t.attr("height")?t.attr("height"):t.attr(e._prefixAttributeName("height"))};if(!e.settings.disableShrink)switch(n.maxWidth=parseInt(e.dimensions.windowWidth*e.settings.shrinkFactor),n.maxHeight=parseInt(e.dimensions.windowHeight*e.settings.shrinkFactor),n.maxWidth>e.settings.maxWidth&&(n.maxWidth=e.settings.maxWidth),n.maxHeight>e.settings.maxHeight&&(n.maxHeight=e.settings.maxHeight),n.differenceWidthAsPercent=parseInt(100/n.maxWidth*n.objectWidth),n.differenceHeightAsPercent=parseInt(100/n.maxHeight*n.objectHeight),e.objectData.type){case"image":case"flash":case"video":case"iframe":case"ajax":case"inline":if("image"===e.objectData.type||!0===e.settings.fixedRatio){n.differenceWidthAsPercent>100&&n.differenceWidthAsPercent>n.differenceHeightAsPercent&&(n.objectWidth=n.maxWidth,n.objectHeight=parseInt(n.objectHeight/n.differenceWidthAsPercent*100)),n.differenceHeightAsPercent>100&&n.differenceHeightAsPercent>n.differenceWidthAsPercent&&(n.objectWidth=parseInt(n.objectWidth/n.differenceHeightAsPercent*100),n.objectHeight=n.maxHeight),n.differenceHeightAsPercent>100&&n.differenceWidthAsPercent<n.differenceHeightAsPercent&&(n.objectWidth=parseInt(n.maxWidth/n.differenceHeightAsPercent*n.differenceWidthAsPercent),n.objectHeight=n.maxHeight);break}case"error":!isNaN(n.objectWidth)&&n.objectWidth>n.maxWidth&&(n.objectWidth=n.maxWidth);break;default:(isNaN(n.objectWidth)||n.objectWidth>n.maxWidth)&&!e.settings.forceWidth&&(n.objectWidth=n.maxWidth),(isNaN(n.objectHeight)&&"auto"!==n.objectHeight||n.objectHeight>n.maxHeight)&&!e.settings.forceHeight&&(n.objectHeight=n.maxHeight)}if(e.settings.forceWidth){try{n.objectWidth=e.settings[e.objectData.type].width}catch(t){n.objectWidth=e.settings.width||n.objectWidth}n.maxWidth=null}if(t.attr(e._prefixAttributeName("max-width"))&&(n.maxWidth=t.attr(e._prefixAttributeName("max-width"))),e.settings.forceHeight){try{n.objectHeight=e.settings[e.objectData.type].height}catch(t){n.objectHeight=e.settings.height||n.objectHeight}n.maxHeight=null}t.attr(e._prefixAttributeName("max-height"))&&(n.maxHeight=t.attr(e._prefixAttributeName("max-height"))),e._adjustDimensions(t,n)}},_adjustDimensions:function(t,n){t.css({width:n.objectWidth,height:n.objectHeight,"max-width":n.maxWidth,"max-height":n.maxHeight}),e.objects.contentInner.css({width:t.outerWidth(),height:t.outerHeight(),"max-width":"100%"}),e.objects.case.css({width:e.objects.contentInner.outerWidth(),"max-width":"100%"}),e.objects.case.css({"margin-top":parseInt(-e.objects.case.outerHeight()/2),"margin-left":parseInt(-e.objects.case.outerWidth()/2)})},_loading:function(t){"start"===t?(e.objects.case.addClass(e.settings.classPrefix+"loading"),e.objects.loading.show()):"end"===t&&(e.objects.case.removeClass(e.settings.classPrefix+"loading"),e.objects.loading.hide())},getViewportDimensions:function(){return{windowWidth:t(window).innerWidth(),windowHeight:t(window).innerHeight()}},_verifyDataUrl:function(t){return!(!t||void 0===t||""===t)&&(t.indexOf("#")>-1&&(t="#"+(t=t.split("#"))[t.length-1]),e._normalizeUrl(t.toString()))},_getFileUrlSuffix:function(t){return/(?:\.([^.]+))?$/.exec(t.toLowerCase())[1]},_verifyDataType:function(t){var n=e.settings.typeMapping;if(!t)return!1;for(var i in n)if(n.hasOwnProperty(i))for(var o=n[i].split(","),r=0;r<o.length;r++){var s=o[r].toLowerCase(),a=new RegExp(".("+s+")$","i"),c=t.toLowerCase().split("?")[0].substr(-5);if(!0===a.test(c)||"inline"===i&&t.indexOf(s)>-1)return i}return"iframe"},_addElements:function(){void 0!==e.objects.case&&t("#"+e.objects.case.attr("id")).length||e.settings.markup()},_showContent:function(t){e.objects.document.attr(e._prefixAttributeName("type"),e.objectData.type),e.cache.object=t,e._callHooks(e.settings.onBeforeShow),e.settings.breakBeforeShow||e.show()},_startInTransition:function(){switch(e.transition.in()){case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollHorizontal":case"scrollVertical":e.transition.scroll(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn);break;case"elastic":e.objects.case.css("opacity")<1&&(e.transition.zoom(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn));case"fade":case"fadeInline":e.transition.fade(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn);break;default:e.transition.fade(e.objects.case,"in",0)}e._loading("end"),e.isBusy=!1,e.cache.firstOpened||(e.cache.firstOpened=e.objectData.this),e.objects.info.hide(),setTimeout(function(){e.transition.fade(e.objects.info,"in",e.settings.speedIn)},e.settings.speedIn),e._callHooks(e.settings.onFinish)},_processContent:function(){switch(e.isBusy=!0,e.transition.fade(e.objects.info,"out",0),e.settings.transitionOut){case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollVertical":case"scrollHorizontal":e.objects.case.is(":hidden")?(e.transition.fade(e.objects.contentInner,"out",0),e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()})):e.transition.scroll(e.objects.case,"out",e.settings.speedOut,function(){e._loadContent()});break;case"fade":e.objects.case.is(":hidden")?e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()}):e.transition.fade(e.objects.case,"out",e.settings.speedOut,0,function(){e._loadContent()});break;case"fadeInline":case"elastic":e.objects.case.is(":hidden")?e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()}):e.transition.fade(e.objects.contentInner,"out",e.settings.speedOut,0,function(){e._loadContent()});break;default:e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()})}},_handleEvents:function(){e._unbindEvents(),e.objects.nav.children().not(e.objects.close).hide(),e.isSlideshowEnabled()&&(!0!==e.settings.slideshowAutoStart&&!e.isSlideshowStarted||e.objects.nav.hasClass(e.settings.classPrefix+"paused")?e._stopTimeout():e._startTimeout()),e.settings.liveResize&&e._watchResizeInteraction(),e.objects.close.click(function(t){t.preventDefault(),e.close()}),!0===e.settings.closeOnOverlayClick&&e.objects.overlay.css("cursor","pointer").click(function(t){t.preventDefault(),e.close()}),!0===e.settings.useKeys&&e._addKeyEvents(),e.objectData.isPartOfSequence&&(e.objects.nav.attr(e._prefixAttributeName("ispartofsequence"),!0),e.objects.nav.data("items",e._setNavigation()),e.objects.prev.click(function(t){t.preventDefault(),!0!==e.settings.navigateEndless&&e.item.isFirst()||(e.objects.prev.unbind("click"),e.cache.action="prev",e.objects.nav.data("items").prev.click(),e.isSlideshowEnabled()&&e._stopTimeout())}),e.objects.next.click(function(t){t.preventDefault(),!0!==e.settings.navigateEndless&&e.item.isLast()||(e.objects.next.unbind("click"),e.cache.action="next",e.objects.nav.data("items").next.click(),e.isSlideshowEnabled()&&e._stopTimeout())}),e.isSlideshowEnabled()&&(e.objects.play.click(function(t){t.preventDefault(),e._startTimeout()}),e.objects.pause.click(function(t){t.preventDefault(),e._stopTimeout()})),!0===e.settings.swipe&&(t.isPlainObject(t.event.special.swipeleft)&&e.objects.case.on("swipeleft",function(t){t.preventDefault(),e.objects.next.click(),e.isSlideshowEnabled()&&e._stopTimeout()}),t.isPlainObject(t.event.special.swiperight)&&e.objects.case.on("swiperight",function(t){t.preventDefault(),e.objects.prev.click(),e.isSlideshowEnabled()&&e._stopTimeout()})))},_addKeyEvents:function(){t(document).bind("keyup.lightcase",function(t){if(!e.isBusy)switch(t.keyCode){case 27:e.objects.close.click();break;case 37:e.objectData.isPartOfSequence&&e.objects.prev.click();break;case 39:e.objectData.isPartOfSequence&&e.objects.next.click()}})},_startTimeout:function(){e.isSlideshowStarted=!0,e.objects.play.hide(),e.objects.pause.show(),e.cache.action="next",e.objects.nav.removeClass(e.settings.classPrefix+"paused"),e.timeout=setTimeout(function(){e.objects.nav.data("items").next.click()},e.settings.timeout)},_stopTimeout:function(){e.objects.play.show(),e.objects.pause.hide(),e.objects.nav.addClass(e.settings.classPrefix+"paused"),clearTimeout(e.timeout)},_setNavigation:function(){var n=t(e.cache.selector||e.settings.attr),i=e.objectData.sequenceLength-1,o={prev:n.eq(e.objectData.prevIndex),next:n.eq(e.objectData.nextIndex)};return e.objectData.currentIndex>0?e.objects.prev.show():o.prevItem=n.eq(i),e.objectData.nextIndex<=i?e.objects.next.show():o.next=n.eq(0),!0===e.settings.navigateEndless&&(e.objects.prev.show(),e.objects.next.show()),o},item:{isFirst:function(){return 0===e.objectData.currentIndex},isFirstOpened:function(){return e.objectData.this.is(e.cache.firstOpened)},isLast:function(){return e.objectData.currentIndex===e.objectData.sequenceLength-1}},_cloneObject:function(t){var n=t.clone(),i=t.attr("id");return t.is(":hidden")?(e._cacheObjectData(t),t.attr("id",e.settings.idPrefix+"temp-"+i).empty()):n.removeAttr("id"),n.show()},isMobileDevice:function(){return!!navigator.userAgent.toLowerCase().match(e.settings.mobileMatchExpression)},isTransitionSupported:function(){var t=e.objects.body.get(0),n=!1,i={transition:"",WebkitTransition:"-webkit-",MozTransition:"-moz-",OTransition:"-o-",MsTransition:"-ms-"};for(var o in i)i.hasOwnProperty(o)&&o in t.style&&(e.support.transition=i[o],n=!0);return n},transition:{in:function(){return e.settings.transitionOpen&&!e.cache.firstOpened?e.settings.transitionOpen:e.settings.transitionIn},fade:function(t,n,i,o,r){var s="in"===n,a={},c=t.css("opacity"),l={},u=o||(s?1:0);!e.isOpen&&s||(a.opacity=c,l.opacity=u,t.css(e.support.transition+"transition","none"),t.css(a).show(),e.support.transitions?(l[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(l),setTimeout(function(){t.css(e.support.transition+"transition",""),!r||!e.isOpen&&s||r()},i)},15)):(t.stop(),t.animate(l,i,r)))},scroll:function(t,n,i,o){var r="in"===n,s=r?e.settings.transitionIn:e.settings.transitionOut,a="left",c={},l=r?0:1,u=r?"-50%":"50%",h={},d=r?1:0,f=r?"50%":"-50%";if(e.isOpen||!r){switch(s){case"scrollTop":a="top";break;case"scrollRight":u=r?"150%":"50%",f=r?"50%":"150%";break;case"scrollBottom":a="top",u=r?"150%":"50%",f=r?"50%":"150%";break;case"scrollHorizontal":u=r?"150%":"50%",f=r?"50%":"-50%";break;case"scrollVertical":a="top",u=r?"-50%":"50%",f=r?"50%":"150%"}if("prev"===e.cache.action)switch(s){case"scrollHorizontal":u=r?"-50%":"50%",f=r?"50%":"150%";break;case"scrollVertical":u=r?"150%":"50%",f=r?"50%":"-50%"}c.opacity=l,c[a]=u,h.opacity=d,h[a]=f,t.css(e.support.transition+"transition","none"),t.css(c).show(),e.support.transitions?(h[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(h),setTimeout(function(){t.css(e.support.transition+"transition",""),!o||!e.isOpen&&r||o()},i)},15)):(t.stop(),t.animate(h,i,o))}},zoom:function(t,n,i,o){var r="in"===n,s={},a=t.css("opacity"),c=r?"scale(0.75)":"scale(1)",l={},u=r?1:0,h=r?"scale(1)":"scale(0.75)";!e.isOpen&&r||(s.opacity=a,s[e.support.transition+"transform"]=c,l.opacity=u,t.css(e.support.transition+"transition","none"),t.css(s).show(),e.support.transitions?(l[e.support.transition+"transform"]=h,l[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(l),setTimeout(function(){t.css(e.support.transition+"transform",""),t.css(e.support.transition+"transition",""),!o||!e.isOpen&&r||o()},i)},15)):(t.stop(),t.animate(l,i,o)))}},_callHooks:function(n){"object"==typeof n&&t.each(n,function(t,n){"function"==typeof n&&n.call(e.origin)})},_cacheObjectData:function(n){t.data(n,"cache",{id:n.attr("id"),content:n.html()}),e.cache.originalObject=n},_restoreObject:function(){var n=t('[id^="'+e.settings.idPrefix+'temp-"]');n.attr("id",t.data(e.cache.originalObject,"cache").id),n.html(t.data(e.cache.originalObject,"cache").content)},resize:function(t,n){e.isOpen&&(e.isSlideshowEnabled()&&e._stopTimeout(),"object"==typeof n&&null!==n&&(n.width&&e.cache.object.attr(e._prefixAttributeName("width"),n.width),n.maxWidth&&e.cache.object.attr(e._prefixAttributeName("max-width"),n.maxWidth),n.height&&e.cache.object.attr(e._prefixAttributeName("height"),n.height),n.maxHeight&&e.cache.object.attr(e._prefixAttributeName("max-height"),n.maxHeight)),e.dimensions=e.getViewportDimensions(),e._calculateDimensions(e.cache.object),e._callHooks(e.settings.onResize))},_watchResizeInteraction:function(){t(window).resize(e.resize)},_unwatchResizeInteraction:function(){t(window).off("resize",e.resize)},_switchToFullScreenMode:function(){e.settings.shrinkFactor=1,e.settings.overlayOpacity=1,t("html").addClass(e.settings.classPrefix+"fullScreenMode")},_open:function(){switch(e.isOpen=!0,e.support.transitions=!!e.settings.cssTransitions&&e.isTransitionSupported(),e.support.mobileDevice=e.isMobileDevice(),e.support.mobileDevice&&(t("html").addClass(e.settings.classPrefix+"isMobileDevice"),e.settings.fullScreenModeForMobile&&e._switchToFullScreenMode()),e.settings.transitionIn||(e.settings.transitionIn=e.settings.transition),e.settings.transitionOut||(e.settings.transitionOut=e.settings.transition),e.transition.in()){case"fade":case"fadeInline":case"elastic":case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollVertical":case"scrollHorizontal":e.objects.case.is(":hidden")&&(e.objects.close.css("opacity",0),e.objects.overlay.css("opacity",0),e.objects.case.css("opacity",0),e.objects.contentInner.css("opacity",0)),e.transition.fade(e.objects.overlay,"in",e.settings.speedIn,e.settings.overlayOpacity,function(){e.transition.fade(e.objects.close,"in",e.settings.speedIn),e._handleEvents(),e._processContent()});break;default:e.transition.fade(e.objects.overlay,"in",0,e.settings.overlayOpacity,function(){e.transition.fade(e.objects.close,"in",0),e._handleEvents(),e._processContent()})}e.objects.document.addClass(e.settings.classPrefix+"open"),e.objects.case.attr("aria-hidden","false")},show:function(){e._callHooks(e.settings.onBeforeCalculateDimensions),e._calculateDimensions(e.cache.object),e._callHooks(e.settings.onAfterCalculateDimensions),e._startInTransition()},close:function(){switch(e.isOpen=!1,e.isSlideshowEnabled()&&(e._stopTimeout(),e.isSlideshowStarted=!1,e.objects.nav.removeClass(e.settings.classPrefix+"paused")),e.objects.loading.hide(),e._unbindEvents(),e._unwatchResizeInteraction(),t("html").removeClass(e.settings.classPrefix+"open"),e.objects.case.attr("aria-hidden","true"),e.objects.nav.children().hide(),e.objects.close.hide(),e._callHooks(e.settings.onClose),e.transition.fade(e.objects.info,"out",0),e.settings.transitionClose||e.settings.transitionOut){case"fade":case"fadeInline":case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollHorizontal":case"scrollVertical":e.transition.fade(e.objects.case,"out",e.settings.speedOut,0,function(){e.transition.fade(e.objects.overlay,"out",e.settings.speedOut,0,function(){e.cleanup()})});break;case"elastic":e.transition.zoom(e.objects.case,"out",e.settings.speedOut,function(){e.transition.fade(e.objects.overlay,"out",e.settings.speedOut,0,function(){e.cleanup()})});break;default:e.cleanup()}},_unbindEvents:function(){e.objects.overlay.unbind("click"),t(document).unbind("keyup.lightcase"),e.objects.case.unbind("swipeleft").unbind("swiperight"),e.objects.prev.unbind("click"),e.objects.next.unbind("click"),e.objects.play.unbind("click"),e.objects.pause.unbind("click"),e.objects.close.unbind("click")},_cleanupDimensions:function(){var t=e.objects.contentInner.css("opacity");e.objects.case.css({width:"",height:"",top:"",left:"","margin-top":"","margin-left":""}),e.objects.contentInner.removeAttr("style").css("opacity",t),e.objects.contentInner.children().removeAttr("style")},cleanup:function(){e._cleanupDimensions(),e.objects.loading.hide(),e.objects.overlay.hide(),e.objects.case.hide(),e.objects.prev.hide(),e.objects.next.hide(),e.objects.play.hide(),e.objects.pause.hide(),e.objects.document.removeAttr(e._prefixAttributeName("type")),e.objects.nav.removeAttr(e._prefixAttributeName("ispartofsequence")),e.objects.contentInner.empty().hide(),e.objects.info.children().empty(),e.cache.originalObject&&e._restoreObject(),e._callHooks(e.settings.onCleanup),e.cache={}},_matchMedia:function(){return window.matchMedia||window.msMatchMedia},_devicePixelRatio:function(){return window.devicePixelRatio||1},_isPublicMethod:function(t){return"function"==typeof e[t]&&"_"!==t.charAt(0)},_export:function(){window.lightcase={},t.each(e,function(t){e._isPublicMethod(t)&&(lightcase[t]=e[t])})}};e._export(),t.fn.lightcase=function(n){return e._isPublicMethod(n)?e[n].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof n&&n?void t.error("Method "+n+" does not exist on jQuery.lightcase"):e.init.apply(this,arguments)}}(jQuery),function(t,e,n){"use strict";!function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(r)return r(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var u=n[s]={exports:{}};e[s][0].call(u.exports,function(t){var n=e[s][1][t];return o(n||t)},u,u.exports,t,e,n,i)}return n[s].exports}for(var r="function"==typeof require&&require,s=0;s<i.length;s++)o(i[s]);return o}({1:[function(i,o,r){var s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(r,"__esModule",{value:!0});var a,c,l,u,h=i("./modules/handle-dom"),d=i("./modules/utils"),f=i("./modules/handle-swal-dom"),p=i("./modules/handle-click"),m=s(i("./modules/handle-key")),g=s(i("./modules/default-params")),v=s(i("./modules/set-params"));r.default=l=u=function(){var i=arguments[0];function o(t){var e=i;return e[t]===n?g.default[t]:e[t]}if(h.addClass(e.body,"stop-scrolling"),f.resetInput(),i===n)return d.logStr("SweetAlert expects at least 1 attribute!"),!1;var r=d.extend({},g.default);switch(typeof i){case"string":r.title=i,r.text=arguments[1]||"",r.type=arguments[2]||"";break;case"object":if(i.title===n)return d.logStr('Missing "title" argument!'),!1;for(var s in r.title=i.title,g.default)r[s]=o(s);r.confirmButtonText=r.showCancelButton?"Confirm":g.default.confirmButtonText,r.confirmButtonText=o("confirmButtonText"),r.doneFunction=arguments[1]||null;break;default:return d.logStr('Unexpected type of argument! Expected "string" or "object", got '+typeof i),!1}v.default(r),f.fixVerticalPosition(),f.openModal(arguments[1]);for(var l=f.getModal(),b=l.querySelectorAll("button"),w=["onclick","onmouseover","onmouseout","onmousedown","onmouseup","onfocus"],y=function(t){return p.handleButton(t,r,l)},x=0;x<b.length;x++)for(var k=0;k<w.length;k++){var j=w[k];b[x][j]=y}f.getOverlay().onclick=y,a=t.onkeydown;t.onkeydown=function(t){return m.default(t,r,l)},t.onfocus=function(){setTimeout(function(){c!==n&&(c.focus(),c=n)},0)},u.enableButtons()},l.setDefaults=u.setDefaults=function(t){if(!t)throw new Error("userParams is required");if("object"!=typeof t)throw new Error("userParams has to be a object");d.extend(g.default,t)},l.close=u.close=function(){var i=f.getModal();h.fadeOut(f.getOverlay(),5),h.fadeOut(i,5),h.removeClass(i,"showSweetAlert"),h.addClass(i,"hideSweetAlert"),h.removeClass(i,"visible");var o=i.querySelector(".sa-icon.sa-success");h.removeClass(o,"animate"),h.removeClass(o.querySelector(".sa-tip"),"animateSuccessTip"),h.removeClass(o.querySelector(".sa-long"),"animateSuccessLong");var r=i.querySelector(".sa-icon.sa-error");h.removeClass(r,"animateErrorIcon"),h.removeClass(r.querySelector(".sa-x-mark"),"animateXMark");var s=i.querySelector(".sa-icon.sa-warning");return h.removeClass(s,"pulseWarning"),h.removeClass(s.querySelector(".sa-body"),"pulseWarningIns"),h.removeClass(s.querySelector(".sa-dot"),"pulseWarningIns"),setTimeout(function(){var t=i.getAttribute("data-custom-class");h.removeClass(i,t)},300),h.removeClass(e.body,"stop-scrolling"),t.onkeydown=a,t.previousActiveElement&&t.previousActiveElement.focus(),c=n,clearTimeout(i.timeout),!0},l.showInputError=u.showInputError=function(t){var e=f.getModal(),n=e.querySelector(".sa-input-error");h.addClass(n,"show");var i=e.querySelector(".sa-error-container");h.addClass(i,"show"),i.querySelector("p").innerHTML=t,setTimeout(function(){l.enableButtons()},1),e.querySelector("input").focus()},l.resetInputError=u.resetInputError=function(t){if(t&&13===t.keyCode)return!1;var e=f.getModal(),n=e.querySelector(".sa-input-error");h.removeClass(n,"show");var i=e.querySelector(".sa-error-container");h.removeClass(i,"show")},l.disableButtons=u.disableButtons=function(t){var e=f.getModal(),n=e.querySelector("button.confirm"),i=e.querySelector("button.cancel");n.disabled=!0,i.disabled=!0},l.enableButtons=u.enableButtons=function(t){var e=f.getModal(),n=e.querySelector("button.confirm"),i=e.querySelector("button.cancel");n.disabled=!1,i.disabled=!1},void 0!==t?t.sweetAlert=t.swal=l:d.logStr("SweetAlert is a frontend module!"),o.exports=r.default},{"./modules/default-params":2,"./modules/handle-click":3,"./modules/handle-dom":4,"./modules/handle-key":5,"./modules/handle-swal-dom":6,"./modules/set-params":8,"./modules/utils":9}],2:[function(t,e,n){Object.defineProperty(n,"__esModule",{value:!0});n.default={title:"",text:"",type:null,allowOutsideClick:!1,showConfirmButton:!0,showCancelButton:!1,closeOnConfirm:!0,closeOnCancel:!0,confirmButtonText:"OK",confirmButtonColor:"#8CD4F5",cancelButtonText:"Cancel",imageUrl:null,imageSize:null,timer:null,customClass:"",html:!1,animation:!0,allowEscapeKey:!0,inputType:"text",inputPlaceholder:"",inputValue:"",showLoaderOnConfirm:!1},e.exports=n.default},{}],3:[function(e,n,i){Object.defineProperty(i,"__esModule",{value:!0});var o=e("./utils"),r=(e("./handle-swal-dom"),e("./handle-dom")),s=function(t,e){var n=!0;r.hasClass(t,"show-input")&&((n=t.querySelector("input").value)||(n="")),e.doneFunction(n),e.closeOnConfirm&&sweetAlert.close(),e.showLoaderOnConfirm&&sweetAlert.disableButtons()},a=function(t,e){var n=String(e.doneFunction).replace(/\s/g,"");"function("===n.substring(0,9)&&")"!==n.substring(9,10)&&e.doneFunction(!1),e.closeOnCancel&&sweetAlert.close()};i.default={handleButton:function(e,n,i){var c,l,u,h=e||t.event,d=h.target||h.srcElement,f=-1!==d.className.indexOf("confirm"),p=-1!==d.className.indexOf("sweet-overlay"),m=r.hasClass(i,"visible"),g=n.doneFunction&&"true"===i.getAttribute("data-has-done-function");function v(t){f&&n.confirmButtonColor&&(d.style.backgroundColor=t)}switch(f&&n.confirmButtonColor&&(c=n.confirmButtonColor,l=o.colorLuminance(c,-.04),u=o.colorLuminance(c,-.14)),h.type){case"mouseover":v(l);break;case"mouseout":v(c);break;case"mousedown":v(u);break;case"mouseup":v(l);break;case"focus":var b=i.querySelector("button.confirm"),w=i.querySelector("button.cancel");f?w.style.boxShadow="none":b.style.boxShadow="none";break;case"click":var y=i===d,x=r.isDescendant(i,d);if(!y&&!x&&m&&!n.allowOutsideClick)break;f&&g&&m?s(i,n):g&&m||p?a(i,n):r.isDescendant(i,d)&&"BUTTON"===d.tagName&&sweetAlert.close()}},handleConfirm:s,handleCancel:a},n.exports=i.default},{"./handle-dom":4,"./handle-swal-dom":6,"./utils":9}],4:[function(n,i,o){Object.defineProperty(o,"__esModule",{value:!0});var r=function(t,e){return new RegExp(" "+e+" ").test(" "+t.className+" ")},s=function(t){t.style.opacity="",t.style.display="block"},a=function(t){t.style.opacity="",t.style.display="none"};o.hasClass=r,o.addClass=function(t,e){r(t,e)||(t.className+=" "+e)},o.removeClass=function(t,e){var n=" "+t.className.replace(/[\t\r\n]/g," ")+" ";if(r(t,e)){for(;n.indexOf(" "+e+" ")>=0;)n=n.replace(" "+e+" "," ");t.className=n.replace(/^\s+|\s+$/g,"")}},o.escapeHtml=function(t){var n=e.createElement("div");return n.appendChild(e.createTextNode(t)),n.innerHTML},o._show=s,o.show=function(t){if(t&&!t.length)return s(t);for(var e=0;e<t.length;++e)s(t[e])},o._hide=a,o.hide=function(t){if(t&&!t.length)return a(t);for(var e=0;e<t.length;++e)a(t[e])},o.isDescendant=function(t,e){for(var n=e.parentNode;null!==n;){if(n===t)return!0;n=n.parentNode}return!1},o.getTopMargin=function(t){t.style.left="-9999px",t.style.display="block";var e,n=t.clientHeight;return e="undefined"!=typeof getComputedStyle?parseInt(getComputedStyle(t).getPropertyValue("padding-top"),10):parseInt(t.currentStyle.padding),t.style.left="",t.style.display="none","-"+parseInt((n+e)/2)+"px"},o.fadeIn=function(t,e){if(+t.style.opacity<1){e=e||16,t.style.opacity=0,t.style.display="block";var n=+new Date,i=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){t.style.opacity=+t.style.opacity+(new Date-n)/100,n=+new Date,+t.style.opacity<1&&setTimeout(i,e)});i()}t.style.display="block"},o.fadeOut=function(t,e){e=e||16,t.style.opacity=1;var n=+new Date,i=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){t.style.opacity=+t.style.opacity-(new Date-n)/100,n=+new Date,+t.style.opacity>0?setTimeout(i,e):t.style.display="none"});i()},o.fireClick=function(n){if("function"==typeof MouseEvent){var i=new MouseEvent("click",{view:t,bubbles:!1,cancelable:!0});n.dispatchEvent(i)}else if(e.createEvent){var o=e.createEvent("MouseEvents");o.initEvent("click",!1,!1),n.dispatchEvent(o)}else e.createEventObject?n.fireEvent("onclick"):"function"==typeof n.onclick&&n.onclick()},o.stopEventPropagation=function(e){"function"==typeof e.stopPropagation?(e.stopPropagation(),e.preventDefault()):t.event&&t.event.hasOwnProperty("cancelBubble")&&(t.event.cancelBubble=!0)}},{}],5:[function(e,i,o){Object.defineProperty(o,"__esModule",{value:!0});var r=e("./handle-dom"),s=e("./handle-swal-dom");o.default=function(e,i,o){var a=e||t.event,c=a.keyCode||a.which,l=o.querySelector("button.confirm"),u=o.querySelector("button.cancel"),h=o.querySelectorAll("button[tabindex]");if(-1!==[9,13,32,27].indexOf(c)){for(var d=a.target||a.srcElement,f=-1,p=0;p<h.length;p++)if(d===h[p]){f=p;break}9===c?(d=-1===f?l:f===h.length-1?h[0]:h[f+1],r.stopEventPropagation(a),d.focus(),i.confirmButtonColor&&s.setFocusStyle(d,i.confirmButtonColor)):13===c?("INPUT"===d.tagName&&(d=l,l.focus()),d=-1===f?l:n):27===c&&!0===i.allowEscapeKey?(d=u,r.fireClick(d,a)):d=n}},i.exports=o.default},{"./handle-dom":4,"./handle-swal-dom":6}],6:[function(n,i,o){var r=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(o,"__esModule",{value:!0});var s=n("./utils"),a=n("./handle-dom"),c=r(n("./default-params")),l=r(n("./injected-html")),u=function(){var t=e.createElement("div");for(t.innerHTML=l.default;t.firstChild;)e.body.appendChild(t.firstChild)},h=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){var t=e.querySelector(".sweet-alert");return t||(u(),t=h()),t}),d=function(){var t=h();if(t)return t.querySelector("input")},f=function(){return e.querySelector(".sweet-overlay")},p=function(t){if(t&&13===t.keyCode)return!1;var e=h(),n=e.querySelector(".sa-input-error");a.removeClass(n,"show");var i=e.querySelector(".sa-error-container");a.removeClass(i,"show")};o.sweetAlertInitialize=u,o.getModal=h,o.getOverlay=f,o.getInput=d,o.setFocusStyle=function(t,e){var n=s.hexToRgb(e);t.style.boxShadow="0 0 2px rgba("+n+", 0.8), inset 0 0 0 1px rgba(0, 0, 0, 0.05)"},o.openModal=function(n){var i=h();a.fadeIn(f(),10),a.show(i),a.addClass(i,"showSweetAlert"),a.removeClass(i,"hideSweetAlert"),t.previousActiveElement=e.activeElement,i.querySelector("button.confirm").focus(),setTimeout(function(){a.addClass(i,"visible")},500);var o=i.getAttribute("data-timer");if("null"!==o&&""!==o){var r=n;i.timeout=setTimeout(function(){r&&"true"===i.getAttribute("data-has-done-function")?r(null):sweetAlert.close()},o)}},o.resetInput=function(){var t=h(),e=d();a.removeClass(t,"show-input"),e.value=c.default.inputValue,e.setAttribute("type",c.default.inputType),e.setAttribute("placeholder",c.default.inputPlaceholder),p()},o.resetInputError=p,o.fixVerticalPosition=function(){h().style.marginTop=a.getTopMargin(h())}},{"./default-params":2,"./handle-dom":4,"./injected-html":7,"./utils":9}],7:[function(t,e,n){Object.defineProperty(n,"__esModule",{value:!0});n.default='<div class="sweet-overlay" tabIndex="-1"></div><div class="sweet-alert"><div class="sa-icon sa-error">\n <span class="sa-x-mark">\n <span class="sa-line sa-left"></span>\n <span class="sa-line sa-right"></span>\n </span>\n </div><div class="sa-icon sa-warning">\n <span class="sa-body"></span>\n <span class="sa-dot"></span>\n </div><div class="sa-icon sa-info"></div><div class="sa-icon sa-success">\n <span class="sa-line sa-tip"></span>\n <span class="sa-line sa-long"></span>\n\n <div class="sa-placeholder"></div>\n <div class="sa-fix"></div>\n </div><div class="sa-icon sa-custom"></div><h2>Title</h2>\n <p>Text</p>\n <fieldset>\n <input type="text" tabIndex="3" />\n <div class="sa-input-error"></div>\n </fieldset><div class="sa-error-container">\n <div class="icon">!</div>\n <p>Not valid!</p>\n </div><div class="sa-button-container">\n <button class="cancel" tabIndex="2">Cancel</button>\n <div class="sa-confirm-button-container">\n <button class="confirm" tabIndex="1">OK</button><div class="la-ball-fall">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n </div></div>',e.exports=n.default},{}],8:[function(t,e,i){Object.defineProperty(i,"__esModule",{value:!0});var o=t("./utils"),r=t("./handle-swal-dom"),s=t("./handle-dom"),a=["error","warning","info","success","input","prompt"];i.default=function(t){var e=r.getModal(),i=e.querySelector("h2"),c=e.querySelector("p"),l=e.querySelector("button.cancel"),u=e.querySelector("button.confirm");if(i.innerHTML=t.html?t.title:s.escapeHtml(t.title).split("\n").join("<br>"),c.innerHTML=t.html?t.text:s.escapeHtml(t.text||"").split("\n").join("<br>"),t.text&&s.show(c),t.customClass)s.addClass(e,t.customClass),e.setAttribute("data-custom-class",t.customClass);else{var h=e.getAttribute("data-custom-class");s.removeClass(e,h),e.setAttribute("data-custom-class","")}if(s.hide(e.querySelectorAll(".sa-icon")),t.type&&!o.isIE8()){var d=function(){for(var i=!1,o=0;o<a.length;o++)if(t.type===a[o]){i=!0;break}if(!i)return logStr("Unknown alert type: "+t.type),{v:!1};var c=n;-1!==["success","error","warning","info"].indexOf(t.type)&&(c=e.querySelector(".sa-icon.sa-"+t.type),s.show(c));var l=r.getInput();switch(t.type){case"success":s.addClass(c,"animate"),s.addClass(c.querySelector(".sa-tip"),"animateSuccessTip"),s.addClass(c.querySelector(".sa-long"),"animateSuccessLong");break;case"error":s.addClass(c,"animateErrorIcon"),s.addClass(c.querySelector(".sa-x-mark"),"animateXMark");break;case"warning":s.addClass(c,"pulseWarning"),s.addClass(c.querySelector(".sa-body"),"pulseWarningIns"),s.addClass(c.querySelector(".sa-dot"),"pulseWarningIns");break;case"input":case"prompt":l.setAttribute("type",t.inputType),l.value=t.inputValue,l.setAttribute("placeholder",t.inputPlaceholder),s.addClass(e,"show-input"),setTimeout(function(){l.focus(),l.addEventListener("keyup",swal.resetInputError)},400)}}();if("object"==typeof d)return d.v}if(t.imageUrl){var f=e.querySelector(".sa-icon.sa-custom");f.style.backgroundImage="url("+t.imageUrl+")",s.show(f);var p=80,m=80;if(t.imageSize){var g=t.imageSize.toString().split("x"),v=g[0],b=g[1];v&&b?(p=v,m=b):logStr("Parameter imageSize expects value with format WIDTHxHEIGHT, got "+t.imageSize)}f.setAttribute("style",f.getAttribute("style")+"width:"+p+"px; height:"+m+"px")}e.setAttribute("data-has-cancel-button",t.showCancelButton),t.showCancelButton?l.style.display="inline-block":s.hide(l),e.setAttribute("data-has-confirm-button",t.showConfirmButton),t.showConfirmButton?u.style.display="inline-block":s.hide(u),t.cancelButtonText&&(l.innerHTML=s.escapeHtml(t.cancelButtonText)),t.confirmButtonText&&(u.innerHTML=s.escapeHtml(t.confirmButtonText)),t.confirmButtonColor&&(u.style.backgroundColor=t.confirmButtonColor,u.style.borderLeftColor=t.confirmLoadingButtonColor,u.style.borderRightColor=t.confirmLoadingButtonColor,r.setFocusStyle(u,t.confirmButtonColor)),e.setAttribute("data-allow-outside-click",t.allowOutsideClick);var w=!!t.doneFunction;e.setAttribute("data-has-done-function",w),t.animation?"string"==typeof t.animation?e.setAttribute("data-animation",t.animation):e.setAttribute("data-animation","pop"):e.setAttribute("data-animation","none"),e.setAttribute("data-timer",t.timer)},e.exports=i.default},{"./handle-dom":4,"./handle-swal-dom":6,"./utils":9}],9:[function(e,n,i){Object.defineProperty(i,"__esModule",{value:!0});i.extend=function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},i.hexToRgb=function(t){var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return e?parseInt(e[1],16)+", "+parseInt(e[2],16)+", "+parseInt(e[3],16):null},i.isIE8=function(){return t.attachEvent&&!t.addEventListener},i.logStr=function(e){t.console&&t.console.log("SweetAlert: "+e)},i.colorLuminance=function(t,e){(t=String(t).replace(/[^0-9a-f]/gi,"")).length<6&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),e=e||0;var n,i,o="#";for(i=0;i<3;i++)n=parseInt(t.substr(2*i,2),16),o+=("00"+(n=Math.round(Math.min(Math.max(0,n+n*e),255)).toString(16))).substr(n.length);return o}},{}]},{},[1]),"function"==typeof define&&define.amd?define(function(){return sweetAlert}):"undefined"!=typeof module&&module.exports&&(module.exports=sweetAlert)}(window,document),jQuery(document).ready(function(t){t("a[data-rel^=lightcase]").lightcase(),jQuery(".bc-doc__image-picker-button").click(function(e){let n=t(this).closest(".bc-image-picker").find(".bc_image_picker_hidden_input").first(),i=t(this).closest(".bc-image-picker").find(".bc_image_preview").first();e.preventDefault(),frame=wp.media({title:"Select Cart Image",multiple:!1,library:{type:"image"}}),frame.on("select",function(){var t=frame.state().get("selection").first().toJSON();console.log(t.url),i.attr("src",t.url),n.val(t.url)}),frame.open()})});
2
  //# sourceMappingURL=backend-bundle.min.js.map
1
+ function Refresh_Image(t){var e={action:"myprefix_get_image",id:t};jQuery.get(ajaxurl,e,function(t){!0===t.success&&jQuery("#myprefix-preview-image").replaceWith(t.data.image)})}!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define("BCkit",e):(t=t||self).BCkit=e()}(this,function(){"use strict";function t(t,e){return function(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}}var e=Object.prototype,n=e.hasOwnProperty;function i(t,e){return n.call(t,e)}var o={},r=/([a-z\d])([A-Z])/g;function s(t){return t in o||(o[t]=t.replace(r,"$1-$2").toLowerCase()),o[t]}var a=/-(\w)/g;function c(t){return t.replace(a,l)}function l(t,e){return e?e.toUpperCase():""}function u(t){return t.length?l(0,t.charAt(0))+t.slice(1):""}var h=String.prototype,d=h.startsWith||function(t){return 0===this.lastIndexOf(t,0)};function f(t,e){return d.call(t,e)}var p=h.endsWith||function(t){return this.substr(-t.length)===t};function m(t,e){return p.call(t,e)}var g=Array.prototype,v=function(t,e){return~this.indexOf(t,e)},b=h.includes||v,w=g.includes||v;function y(t,e){return t&&(P(t)?b:w).call(t,e)}var x=g.findIndex||function(t){for(var e=arguments,n=0;n<this.length;n++)if(t.call(e[1],this[n],n,this))return n;return-1};function k(t,e){return x.call(t,e)}var $=Array.isArray;function j(t){return"function"==typeof t}function S(t){return null!==t&&"object"==typeof t}function I(t){return S(t)&&Object.getPrototypeOf(t)===e}function _(t){return S(t)&&t===t.window}function C(t){return S(t)&&9===t.nodeType}function T(t){return S(t)&&!!t.jquery}function A(t){return t instanceof Node||S(t)&&t.nodeType>=1}var E=e.toString;function O(t){return E.call(t).match(/^\[object (NodeList|HTMLCollection)\]$/)}function D(t){return"boolean"==typeof t}function P(t){return"string"==typeof t}function N(t){return"number"==typeof t}function M(t){return N(t)||P(t)&&!isNaN(t-parseFloat(t))}function H(t){return!($(t)?t.length:S(t)&&Object.keys(t).length)}function B(t){return void 0===t}function z(t){return D(t)?t:"true"===t||"1"===t||""===t||"false"!==t&&"0"!==t&&t}function q(t){var e=Number(t);return!isNaN(e)&&e}function W(t){return parseFloat(t)||0}function L(t){return A(t)||_(t)||C(t)?t:O(t)||T(t)?t[0]:$(t)?L(t[0]):null}function F(t){return A(t)?[t]:O(t)?g.slice.call(t):$(t)?t.map(L).filter(Boolean):T(t)?t.toArray():[]}function R(t){return $(t)?t:P(t)?t.split(/,(?![^(]*\))/).map(function(t){return M(t)?q(t):z(t.trim())}):[t]}function V(t){return t?m(t,"ms")?W(t):1e3*W(t):0}function U(t,e){return t===e||S(t)&&S(e)&&Object.keys(t).length===Object.keys(e).length&&K(t,function(t,n){return t===e[n]})}function Y(t,e,n){return t.replace(new RegExp(e+"|"+n,"mg"),function(t){return t===e?n:e})}var X=Object.assign||function(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];t=Object(t);for(var o=0;o<e.length;o++){var r=e[o];if(null!==r)for(var s in r)i(r,s)&&(t[s]=r[s])}return t};function K(t,e){for(var n in t)if(!1===e(t[n],n))return!1;return!0}function Q(t,e){return t.sort(function(t,n){var i=t[e];void 0===i&&(i=0);var o=n[e];return void 0===o&&(o=0),i>o?1:o>i?-1:0})}function J(t,e){var n=new Set;return t.filter(function(t){var i=t[e];return!n.has(i)&&(n.add(i)||!0)})}function G(t,e,n){return void 0===e&&(e=0),void 0===n&&(n=1),Math.min(Math.max(q(t)||0,e),n)}function Z(){}function tt(t,e){return t.left<e.right&&t.right>e.left&&t.top<e.bottom&&t.bottom>e.top}function et(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}var nt={ratio:function(t,e,n){var i,o="width"===e?"height":"width";return(i={})[o]=t[e]?Math.round(n*t[o]/t[e]):t[o],i[e]=n,i},contain:function(t,e){var n=this;return K(t=X({},t),function(i,o){return t=t[o]>e[o]?n.ratio(t,o,e[o]):t}),t},cover:function(t,e){var n=this;return K(t=this.contain(t,e),function(i,o){return t=t[o]<e[o]?n.ratio(t,o,e[o]):t}),t}};function it(t,e,n){if(S(e))for(var i in e)it(t,i,e[i]);else{if(B(n))return(t=L(t))&&t.getAttribute(e);F(t).forEach(function(t){j(n)&&(n=n.call(t,it(t,e))),null===n?rt(t,e):t.setAttribute(e,n)})}}function ot(t,e){return F(t).some(function(t){return t.hasAttribute(e)})}function rt(t,e){t=F(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.hasAttribute(e)&&t.removeAttribute(e)})})}function st(t,e){for(var n=0,i=[e,"data-"+e];n<i.length;n++)if(ot(t,i[n]))return it(t,i[n])}function at(t,e){return L(t)||ut(t,lt(t,e))}function ct(t,e){var n=F(t);return n.length&&n||ht(t,lt(t,e))}function lt(t,e){return void 0===e&&(e=document),mt(t)||C(e)?e:e.ownerDocument}function ut(t,e){return L(dt(t,e,"querySelector"))}function ht(t,e){return F(dt(t,e,"querySelectorAll"))}function dt(t,e,n){if(void 0===e&&(e=document),!t||!P(t))return null;var i;mt(t=t.replace(pt,"$1 *"))&&(i=[],t=function(t){return t.match(gt).map(function(t){return t.replace(/,$/,"").trim()})}(t).map(function(t,n){var o=e;if("!"===t[0]){var r=t.substr(1).trim().split(" ");o=xt(e.parentNode,r[0]),t=r.slice(1).join(" ").trim()}if("-"===t[0]){var s=t.substr(1).trim().split(" "),a=(o||e).previousElementSibling;o=wt(a,t.substr(1))?a:null,t=s.slice(1).join(" ")}return o?(o.id||(o.id="uk-"+Date.now()+n,i.push(function(){return rt(o,"id")})),"#"+jt(o.id)+" "+t):null}).filter(Boolean).join(","),e=document);try{return e[n](t)}catch(t){return null}finally{i&&i.forEach(function(t){return t()})}}var ft=/(^|[^\\],)\s*[!>+~-]/,pt=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function mt(t){return P(t)&&t.match(ft)}var gt=/.*?[^\\](?:,|$)/g;var vt=Element.prototype,bt=vt.matches||vt.webkitMatchesSelector||vt.msMatchesSelector;function wt(t,e){return F(t).some(function(t){return bt.call(t,e)})}var yt=vt.closest||function(t){var e=this;do{if(wt(e,t))return e;e=e.parentNode}while(e&&1===e.nodeType)};function xt(t,e){return f(e,">")&&(e=e.slice(1)),A(t)?t.parentNode&&yt.call(t,e):F(t).map(function(t){return xt(t,e)}).filter(Boolean)}function kt(t,e){for(var n=[],i=L(t).parentNode;i&&1===i.nodeType;)wt(i,e)&&n.push(i),i=i.parentNode;return n}var $t=window.CSS&&CSS.escape||function(t){return t.replace(/([^\x7f-\uFFFF\w-])/g,function(t){return"\\"+t})};function jt(t){return P(t)?$t.call(null,t):""}var St={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function It(t){return F(t).some(function(t){return St[t.tagName.toLowerCase()]})}function _t(t){return F(t).some(function(t){return t.offsetWidth||t.offsetHeight||t.getClientRects().length})}var Ct="input,select,textarea,button";function Tt(t){return F(t).some(function(t){return wt(t,Ct)})}function At(t,e){return F(t).filter(function(t){return wt(t,e)})}function Et(t,e){return P(e)?wt(t,e)||xt(t,e):t===e||(C(e)?e.documentElement:L(e)).contains(L(t))}function Ot(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=Ht(t),i=n[0],o=n[1],r=n[2],s=n[3],a=n[4];return i=qt(i),r&&(s=function(t,e,n){var i=this;return function(o){t.forEach(function(t){var r=">"===e[0]?ht(e,t).reverse().filter(function(t){return Et(o.target,t)})[0]:xt(o.target,e);r&&(o.delegate=t,o.current=r,n.call(i,o))})}}(i,r,s)),s.length>1&&(s=function(t){return function(e){return $(e.detail)?t.apply(void 0,[e].concat(e.detail)):t(e)}}(s)),o.split(" ").forEach(function(t){return i.forEach(function(e){return e.addEventListener(t,s,a)})}),function(){return Dt(i,o,s,a)}}function Dt(t,e,n,i){void 0===i&&(i=!1),t=qt(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.removeEventListener(e,n,i)})})}function Pt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=Ht(t),i=n[0],o=n[1],r=n[2],s=n[3],a=n[4],c=n[5],l=Ot(i,o,r,function(t){var e=!c||c(t);e&&(l(),s(t,e))},a);return l}function Nt(t,e,n){return qt(t).reduce(function(t,i){return t&&i.dispatchEvent(Mt(e,!0,!0,n))},!0)}function Mt(t,e,n,i){if(void 0===e&&(e=!0),void 0===n&&(n=!1),P(t)){var o=document.createEvent("CustomEvent");o.initCustomEvent(t,e,n,i),t=o}return t}function Ht(t){return j(t[2])&&t.splice(2,0,!1),t}function Bt(t){return t&&"addEventListener"in t}function zt(t){return Bt(t)?t:L(t)}function qt(t){return $(t)?t.map(zt).filter(Boolean):P(t)?ht(t):Bt(t)?[t]:F(t)}function Wt(t){return"touch"===t.pointerType||t.touches}function Lt(t,e){void 0===e&&(e="client");var n=t.touches,i=t.changedTouches,o=n&&n[0]||i&&i[0]||t;return{x:o[e+"X"],y:o[e+"Y"]}}var Ft="Promise"in window?window.Promise:Yt,Rt=function(){var t=this;this.promise=new Ft(function(e,n){t.reject=n,t.resolve=e})},Vt=2,Ut="setImmediate"in window?setImmediate:setTimeout;function Yt(t){this.state=Vt,this.value=void 0,this.deferred=[];var e=this;try{t(function(t){e.resolve(t)},function(t){e.reject(t)})}catch(t){e.reject(t)}}Yt.reject=function(t){return new Yt(function(e,n){n(t)})},Yt.resolve=function(t){return new Yt(function(e,n){e(t)})},Yt.all=function(t){return new Yt(function(e,n){var i=[],o=0;function r(n){return function(r){i[n]=r,(o+=1)===t.length&&e(i)}}0===t.length&&e(i);for(var s=0;s<t.length;s+=1)Yt.resolve(t[s]).then(r(s),n)})},Yt.race=function(t){return new Yt(function(e,n){for(var i=0;i<t.length;i+=1)Yt.resolve(t[i]).then(e,n)})};var Xt=Yt.prototype;function Kt(t,e){return new Ft(function(n,i){var o=X({data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:Z,responseType:""},e);o.beforeSend(o);var r=o.xhr;for(var s in o)if(s in r)try{r[s]=o[s]}catch(t){}for(var a in r.open(o.method.toUpperCase(),t),o.headers)r.setRequestHeader(a,o.headers[a]);Ot(r,"load",function(){0===r.status||r.status>=200&&r.status<300||304===r.status?n(r):i(X(Error(r.statusText),{xhr:r,status:r.status}))}),Ot(r,"error",function(){return i(X(Error("Network Error"),{xhr:r}))}),Ot(r,"timeout",function(){return i(X(Error("Network Timeout"),{xhr:r}))}),r.send(o.data)})}function Qt(t,e,n){return new Ft(function(i,o){var r=new Image;r.onerror=o,r.onload=function(){return i(r)},n&&(r.sizes=n),e&&(r.srcset=e),r.src=t})}Xt.resolve=function(t){var e=this;if(e.state===Vt){if(t===e)throw new TypeError("Promise settled with itself.");var n=!1;try{var i=t&&t.then;if(null!==t&&S(t)&&j(i))return void i.call(t,function(t){n||e.resolve(t),n=!0},function(t){n||e.reject(t),n=!0})}catch(t){return void(n||e.reject(t))}e.state=0,e.value=t,e.notify()}},Xt.reject=function(t){if(this.state===Vt){if(t===this)throw new TypeError("Promise settled with itself.");this.state=1,this.value=t,this.notify()}},Xt.notify=function(){var t=this;Ut(function(){if(t.state!==Vt)for(;t.deferred.length;){var e=t.deferred.shift(),n=e[0],i=e[1],o=e[2],r=e[3];try{0===t.state?j(n)?o(n.call(void 0,t.value)):o(t.value):1===t.state&&(j(i)?o(i.call(void 0,t.value)):r(t.value))}catch(t){r(t)}}})},Xt.then=function(t,e){var n=this;return new Yt(function(i,o){n.deferred.push([t,e,i,o]),n.notify()})},Xt.catch=function(t){return this.then(void 0,t)};var Jt=/msie|trident/i.test(window.navigator.userAgent),Gt="rtl"===it(document.documentElement,"dir"),Zt="ontouchstart"in window,te=window.PointerEvent,ee=Zt||window.DocumentTouch&&document instanceof DocumentTouch||navigator.maxTouchPoints,ne=te?"pointerdown":Zt?"touchstart":"mousedown",ie=te?"pointermove":Zt?"touchmove":"mousemove",oe=te?"pointerup":Zt?"touchend":"mouseup",re=te?"pointerenter":Zt?"":"mouseenter",se=te?"pointerleave":Zt?"":"mouseleave",ae=te?"pointercancel":"touchcancel";function ce(t){if("loading"===document.readyState)var e=Ot(document,"DOMContentLoaded",function(){e(),t()});else t()}function le(t,e){return e?F(t).indexOf(L(e)):F((t=L(t))&&t.parentNode.children).indexOf(t)}function ue(t,e,n,i){void 0===n&&(n=0),void 0===i&&(i=!1);var o=(e=F(e)).length;return t=M(t)?q(t):"next"===t?n+1:"previous"===t?n-1:le(e,t),i?G(t,0,o-1):(t%=o)<0?t+o:t}function he(t){return(t=Se(t)).innerHTML="",t}function de(t,e){return t=Se(t),B(e)?t.innerHTML:fe(t.hasChildNodes()?he(t):t,e)}function fe(t,e){return t=Se(t),ge(e,function(e){return t.appendChild(e)})}function pe(t,e){return t=Se(t),ge(e,function(e){return t.parentNode.insertBefore(e,t)})}function me(t,e){return t=Se(t),ge(e,function(e){return t.nextSibling?pe(t.nextSibling,e):fe(t.parentNode,e)})}function ge(t,e){return(t=P(t)?$e(t):t)?"length"in t?F(t).map(e):e(t):null}function ve(t){F(t).map(function(t){return t.parentNode&&t.parentNode.removeChild(t)})}function be(t,e){for(e=L(pe(t,e));e.firstChild;)e=e.firstChild;return fe(e,t),e}function we(t,e){return F(F(t).map(function(t){return t.hasChildNodes?be(F(t.childNodes),e):fe(t,e)}))}function ye(t){F(t).map(function(t){return t.parentNode}).filter(function(t,e,n){return n.indexOf(t)===e}).forEach(function(t){pe(t,t.childNodes),ve(t)})}var xe=/^\s*<(\w+|!)[^>]*>/,ke=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function $e(t){var e=ke.exec(t);if(e)return document.createElement(e[1]);var n=document.createElement("div");return xe.test(t)?n.insertAdjacentHTML("beforeend",t.trim()):n.textContent=t,n.childNodes.length>1?F(n.childNodes):n.firstChild}function je(t,e){if(t&&1===t.nodeType)for(e(t),t=t.firstElementChild;t;)je(t,e),t=t.nextElementSibling}function Se(t,e){return P(t)?_e(t)?L($e(t)):ut(t,e):L(t)}function Ie(t,e){return P(t)?_e(t)?F($e(t)):ht(t,e):F(t)}function _e(t){return"<"===t[0]||t.match(/^\s*</)}function Ce(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];Pe(t,e,"add")}function Te(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];Pe(t,e,"remove")}function Ae(t,e){it(t,"class",function(t){return(t||"").replace(new RegExp("\\b"+e+"\\b","g"),"")})}function Ee(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];e[0]&&Te(t,e[0]),e[1]&&Ce(t,e[1])}function Oe(t,e){return e&&F(t).some(function(t){return t.classList.contains(e.split(" ")[0])})}function De(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];if(e.length){var i=P((e=Ne(e))[e.length-1])?[]:e.pop();e=e.filter(Boolean),F(t).forEach(function(t){for(var n=t.classList,o=0;o<e.length;o++)Me.Force?n.toggle.apply(n,[e[o]].concat(i)):n[(B(i)?!n.contains(e[o]):i)?"add":"remove"](e[o])})}}function Pe(t,e,n){(e=Ne(e).filter(Boolean)).length&&F(t).forEach(function(t){var i=t.classList;Me.Multiple?i[n].apply(i,e):e.forEach(function(t){return i[n](t)})})}function Ne(t){return t.reduce(function(t,e){return t.concat.call(t,P(e)&&y(e," ")?e.trim().split(" "):e)},[])}var Me={get Multiple(){return this.get("_multiple")},get Force(){return this.get("_force")},get:function(t){if(!i(this,t)){var e=document.createElement("_").classList;e.add("a","b"),e.toggle("c",!1),this._multiple=e.contains("b"),this._force=!e.contains("c")}return this[t]}},He={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function Be(t,e,n){return F(t).map(function(t){if(P(e)){if(e=Re(e),B(n))return qe(t,e);n||N(n)?t.style[e]=M(n)&&!He[e]?n+"px":n:t.style.removeProperty(e)}else{if($(e)){var i=ze(t);return e.reduce(function(t,e){return t[e]=i[Re(e)],t},{})}S(e)&&K(e,function(e,n){return Be(t,n,e)})}return t})[0]}function ze(t,e){return(t=L(t)).ownerDocument.defaultView.getComputedStyle(t,e)}function qe(t,e,n){return ze(t,n)[e]}var We={};function Le(t){var e=document.documentElement;if(!Jt)return ze(e).getPropertyValue("--uk-"+t);if(!(t in We)){var n=fe(e,document.createElement("div"));Ce(n,"uk-"+t),We[t]=qe(n,"content",":before").replace(/^["'](.*)["']$/,"$1"),ve(n)}return We[t]}var Fe={};function Re(t){var e=Fe[t];return e||(e=Fe[t]=function(t){t=s(t);var e=document.documentElement.style;if(t in e)return t;var n,i=Ve.length;for(;i--;)if((n="-"+Ve[i]+"-"+t)in e)return n}(t)||t),e}var Ve=["webkit","moz","ms"];function Ue(t,e,n,i){return void 0===n&&(n=400),void 0===i&&(i="linear"),Ft.all(F(t).map(function(t){return new Ft(function(o,r){for(var s in e){var a=Be(t,s);""===a&&Be(t,s,a)}var c=setTimeout(function(){return Nt(t,"transitionend")},n);Pt(t,"transitionend transitioncanceled",function(e){var n=e.type;clearTimeout(c),Te(t,"bc-uk-transition"),Be(t,{"transition-property":"","transition-duration":"","transition-timing-function":""}),"transitioncanceled"===n?r():o()},!1,function(e){var n=e.target;return t===n}),Ce(t,"bc-uk-transition"),Be(t,X({"transition-property":Object.keys(e).map(Re).join(","),"transition-duration":n+"ms","transition-timing-function":i},e))})}))}var Ye={start:Ue,stop:function(t){return Nt(t,"transitionend"),Ft.resolve()},cancel:function(t){Nt(t,"transitioncanceled")},inProgress:function(t){return Oe(t,"bc-uk-transition")}},Xe="bc-uk-animation-",Ke="bc-uk-cancel-animation";function Qe(t,e,n,i,o){var r=arguments;return void 0===n&&(n=200),Ft.all(F(t).map(function(t){return new Ft(function(s,a){if(Oe(t,Ke))requestAnimationFrame(function(){return Ft.resolve().then(function(){return Qe.apply(void 0,r).then(s,a)})});else{var c=e+" "+Xe+(o?"leave":"enter");f(e,Xe)&&(i&&(c+=" uk-transform-origin-"+i),o&&(c+=" "+Xe+"reverse")),l(),Pt(t,"animationend animationcancel",function(e){var n=!1;"animationcancel"===e.type?(a(),l()):(s(),Ft.resolve().then(function(){n=!0,l()})),requestAnimationFrame(function(){n||(Ce(t,Ke),requestAnimationFrame(function(){return Te(t,Ke)}))})},!1,function(e){var n=e.target;return t===n}),Be(t,"animationDuration",n+"ms"),Ce(t,c)}function l(){Be(t,"animationDuration",""),Ae(t,Xe+"\\S*")}})}))}var Je=new RegExp(Xe+"(enter|leave)"),Ge={in:function(t,e,n,i){return Qe(t,e,n,i,!1)},out:function(t,e,n,i){return Qe(t,e,n,i,!0)},inProgress:function(t){return Je.test(it(t,"class"))},cancel:function(t){Nt(t,"animationcancel")}},Ze={width:["x","left","right"],height:["y","top","bottom"]};function tn(t,e,n,i,o,r,s,a){n=un(n),i=un(i);var c={element:n,target:i};if(!t||!e)return c;var l=nn(t),u=nn(e),h=u;if(ln(h,n,l,-1),ln(h,i,u,1),o=hn(o,l.width,l.height),r=hn(r,u.width,u.height),o.x+=r.x,o.y+=r.y,h.left+=o.x,h.top+=o.y,s){var d=[nn(wn(t))];a&&d.unshift(nn(a)),K(Ze,function(t,e){var r=t[0],a=t[1],f=t[2];(!0===s||y(s,r))&&d.some(function(t){var s=n[r]===a?-l[e]:n[r]===f?l[e]:0,d=i[r]===a?u[e]:i[r]===f?-u[e]:0;if(h[a]<t[a]||h[a]+l[e]>t[f]){var p=l[e]/2,m="center"===i[r]?-u[e]/2:0;return"center"===n[r]&&(g(p,m)||g(-p,-m))||g(s,d)}function g(n,i){var s=h[a]+n+i-2*o[r];if(s>=t[a]&&s+l[e]<=t[f])return h[a]=s,["element","target"].forEach(function(t){c[t][r]=n?c[t][r]===Ze[e][1]?Ze[e][2]:Ze[e][1]:c[t][r]}),!0}})})}return en(t,h),c}function en(t,e){if(t=L(t),!e)return nn(t);var n=en(t),i=Be(t,"position");["left","top"].forEach(function(o){if(o in e){var r=Be(t,o);Be(t,o,e[o]-n[o]+W("absolute"===i&&"auto"===r?on(t)[o]:r))}})}function nn(t){var e,n,i=wn(t=L(t)),o=i.pageYOffset,r=i.pageXOffset;if(_(t)){var s=t.innerHeight,a=t.innerWidth;return{top:o,left:r,height:s,width:a,bottom:o+s,right:r+a}}_t(t)||"none"!==Be(t,"display")||(e=it(t,"style"),n=it(t,"hidden"),it(t,{style:(e||"")+";display:block !important;",hidden:null}));var c=t.getBoundingClientRect();return B(e)||it(t,{style:e,hidden:n}),{height:c.height,width:c.width,top:c.top+o,left:c.left+r,bottom:c.bottom+o,right:c.right+r}}function on(t){var e=(t=L(t)).offsetParent||function(t){return yn(t).documentElement}(t),n=en(e),i=["top","left"].reduce(function(i,o){var r=u(o);return i[o]-=n[o]+W(Be(t,"margin"+r))+W(Be(e,"border"+r+"Width")),i},en(t));return{top:i.top,left:i.left}}var rn=an("height"),sn=an("width");function an(t){var e=u(t);return function(n,i){if(n=L(n),B(i)){if(_(n))return n["inner"+e];if(C(n)){var o=n.documentElement;return Math.max(o["offset"+e],o["scroll"+e])}return(i="auto"===(i=Be(n,t))?n["offset"+e]:W(i)||0)-cn(t,n)}Be(n,t,i||0===i?+i+cn(t,n)+"px":"")}}function cn(t,e,n){return void 0===n&&(n="border-box"),Be(e,"boxSizing")===n?Ze[t].slice(1).map(u).reduce(function(t,n){return t+W(Be(e,"padding"+n))+W(Be(e,"border"+n+"Width"))},0):0}function ln(t,e,n,i){K(Ze,function(o,r){var s=o[0],a=o[1],c=o[2];e[s]===c?t[a]+=n[r]*i:"center"===e[s]&&(t[a]+=n[r]*i/2)})}function un(t){var e=/left|center|right/,n=/top|center|bottom/;return 1===(t=(t||"").split(" ")).length&&(t=e.test(t[0])?t.concat(["center"]):n.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:n.test(t[1])?t[1]:"center"}}function hn(t,e,n){var i=(t||"").split(" "),o=i[0],r=i[1];return{x:o?W(o)*(m(o,"%")?e/100:1):0,y:r?W(r)*(m(r,"%")?n/100:1):0}}function dn(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top";default:return t}}function fn(t,e,n){if(void 0===e&&(e=0),void 0===n&&(n=0),!_t(t))return!1;var i=wn(t=L(t)),o=t.getBoundingClientRect(),r={top:-e,left:-n,bottom:e+rn(i),right:n+sn(i)};return tt(o,r)||et({x:o.left,y:o.top},r)}function pn(t,e){if(void 0===e&&(e=0),!_t(t))return 0;var n=wn(t=L(t)),i=yn(t),o=t.offsetHeight+e,r=gn(t)[0],s=rn(n),a=s+Math.min(0,r-s),c=Math.max(0,s-(rn(i)+e-(r+o)));return G((a+n.pageYOffset-r)/((a+(o-(c<s?c:0)))/100)/100)}function mn(t,e){if(_(t=L(t))||C(t)){var n=wn(t);(0,n.scrollTo)(n.pageXOffset,e)}else t.scrollTop=e}function gn(t){var e=[0,0];do{if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,"fixed"===Be(t,"position")){var n=wn(t);return e[0]+=n.pageYOffset,e[1]+=n.pageXOffset,e}}while(t=t.offsetParent);return e}function vn(t,e,n){return void 0===e&&(e="width"),void 0===n&&(n=window),M(t)?+t:m(t,"vh")?bn(rn(wn(n)),t):m(t,"vw")?bn(sn(wn(n)),t):m(t,"%")?bn(nn(n)[e],t):W(t)}function bn(t,e){return t*W(e)/100}function wn(t){return _(t)?t:yn(t).defaultView}function yn(t){return L(t).ownerDocument}var xn={reads:[],writes:[],read:function(t){return this.reads.push(t),kn(),t},write:function(t){return this.writes.push(t),kn(),t},clear:function(t){return jn(this.reads,t)||jn(this.writes,t)},flush:function(){$n(this.reads),$n(this.writes.splice(0,this.writes.length)),this.scheduled=!1,(this.reads.length||this.writes.length)&&kn()}};function kn(){xn.scheduled||(xn.scheduled=!0,requestAnimationFrame(xn.flush.bind(xn)))}function $n(t){for(var e;e=t.shift();)e()}function jn(t,e){var n=t.indexOf(e);return!!~n&&!!t.splice(n,1)}function Sn(){}function In(t,e){return(e.y-t.y)/(e.x-t.x)}Sn.prototype={positions:[],position:null,init:function(){var t=this;this.positions=[],this.position=null;var e=!1;this.unbind=Ot(document,"mousemove",function(n){e||(setTimeout(function(){var i=Date.now(),o=t.positions.length;o&&i-t.positions[o-1].time>100&&t.positions.splice(0,o),t.positions.push({time:i,x:n.pageX,y:n.pageY}),t.positions.length>5&&t.positions.shift(),e=!1},5),e=!0)})},cancel:function(){this.unbind&&this.unbind()},movesTo:function(t){if(this.positions.length<2)return!1;var e=en(t),n=this.positions[this.positions.length-1],i=this.positions[0];if(e.left<=n.x&&n.x<=e.right&&e.top<=n.y&&n.y<=e.bottom)return!1;var o=[[{x:e.left,y:e.top},{x:e.right,y:e.bottom}],[{x:e.right,y:e.top},{x:e.left,y:e.bottom}]];return e.right<=n.x||(e.left>=n.x?(o[0].reverse(),o[1].reverse()):e.bottom<=n.y?o[0].reverse():e.top>=n.y&&o[1].reverse()),!!o.reduce(function(t,e){return t+(In(i,e[0])<In(n,e[0])&&In(i,e[1])>In(n,e[1]))},0)}};var _n={};function Cn(t,e,n){return _n.computed(j(t)?t.call(n,n):t,j(e)?e.call(n,n):e)}function Tn(t,e){return t=t&&!$(t)?[t]:t,e?t?t.concat(e):$(e)?e:[e]:t}function An(t,e,n){var o={};if(j(e)&&(e=e.options),e.extends&&(t=An(t,e.extends,n)),e.mixins)for(var r=0,s=e.mixins.length;r<s;r++)t=An(t,e.mixins[r],n);for(var a in t)l(a);for(var c in e)i(t,c)||l(c);function l(i){o[i]=(_n[i]||function(t,e){return B(e)?t:e})(t[i],e[i],n)}return o}function En(t,e){var n;void 0===e&&(e=[]);try{return t?f(t,"{")?JSON.parse(t):e.length&&!y(t,":")?((n={})[e[0]]=t,n):t.split(";").reduce(function(t,e){var n=e.split(/:(.*)/),i=n[0],o=n[1];return i&&!B(o)&&(t[i.trim()]=o.trim()),t},{}):{}}catch(t){return{}}}_n.events=_n.created=_n.beforeConnect=_n.connected=_n.beforeDisconnect=_n.disconnected=_n.destroy=Tn,_n.args=function(t,e){return Tn(e||t)},_n.update=function(t,e){return Q(Tn(t,j(e)?{read:e}:e),"order")},_n.props=function(t,e){return $(e)&&(e=e.reduce(function(t,e){return t[e]=String,t},{})),_n.methods(t,e)},_n.computed=_n.methods=function(t,e){return e?t?X({},t,e):e:t},_n.data=function(t,e,n){return n?Cn(t,e,n):e?t?function(n){return Cn(t,e,n)}:e:t};var On=0,Dn=function(t){this.id=++On,this.el=L(t)};function Pn(t,e){try{t.contentWindow.postMessage(JSON.stringify(X({event:"command"},e)),"*")}catch(t){}}Dn.prototype.isVideo=function(){return this.isYoutube()||this.isVimeo()||this.isHTML5()},Dn.prototype.isHTML5=function(){return"VIDEO"===this.el.tagName},Dn.prototype.isIFrame=function(){return"IFRAME"===this.el.tagName},Dn.prototype.isYoutube=function(){return this.isIFrame()&&!!this.el.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)},Dn.prototype.isVimeo=function(){return this.isIFrame()&&!!this.el.src.match(/vimeo\.com\/video\/.*/)},Dn.prototype.enableApi=function(){var t=this;if(this.ready)return this.ready;var e,n=this.isYoutube(),i=this.isVimeo();return n||i?this.ready=new Ft(function(o){var r;Pt(t.el,"load",function(){if(n){var i=function(){return Pn(t.el,{event:"listening",id:t.id})};e=setInterval(i,100),i()}}),(r=function(e){return n&&e.id===t.id&&"onReady"===e.event||i&&Number(e.player_id)===t.id},new Ft(function(t){Pt(window,"message",function(e,n){return t(n)},!1,function(t){var e=t.data;if(e&&P(e)){try{e=JSON.parse(e)}catch(t){return}return e&&r(e)}})})).then(function(){o(),e&&clearInterval(e)}),it(t.el,"src",t.el.src+(y(t.el.src,"?")?"&":"?")+(n?"enablejsapi=1":"api=1&player_id="+t.id))}):Ft.resolve()},Dn.prototype.play=function(){var t=this;if(this.isVideo())if(this.isIFrame())this.enableApi().then(function(){return Pn(t.el,{func:"playVideo",method:"play"})});else if(this.isHTML5())try{var e=this.el.play();e&&e.catch(Z)}catch(t){}},Dn.prototype.pause=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Pn(t.el,{func:"pauseVideo",method:"pause"})}):this.isHTML5()&&this.el.pause())},Dn.prototype.mute=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Pn(t.el,{func:"mute",method:"setVolume",value:0})}):this.isHTML5()&&(this.el.muted=!0,it(this.el,"muted","")))};var Nn="IntersectionObserver"in window?window.IntersectionObserver:function(){function t(t,e){var n=this;void 0===e&&(e={});var i=e.rootMargin;void 0===i&&(i="0 0"),this.targets=[];var o,r=(i||"0 0").split(" ").map(W),s=r[0],a=r[1];this.offsetTop=s,this.offsetLeft=a,this.apply=function(){o||(o=requestAnimationFrame(function(){return setTimeout(function(){var e=n.takeRecords();e.length&&t(e,n),o=!1})}))},this.off=Ot(window,"scroll resize load",this.apply,{passive:!0,capture:!0})}return t.prototype.takeRecords=function(){var t=this;return this.targets.filter(function(e){var n=fn(e.target,t.offsetTop,t.offsetLeft);if(null===e.isIntersecting||n^e.isIntersecting)return e.isIntersecting=n,!0})},t.prototype.observe=function(t){this.targets.push({target:t,isIntersecting:null}),this.apply()},t.prototype.disconnect=function(){this.targets=[],this.off()},t}();function Mn(t){return!(!f(t,"bc-uk-")&&!f(t,"data-uk-"))&&c(t.replace("data-uk-","").replace("bc-uk-",""))}var Hn=function(t){this._init(t)};Hn.util=Object.freeze({ajax:Kt,getImage:Qt,transition:Ue,Transition:Ye,animate:Qe,Animation:Ge,attr:it,hasAttr:ot,removeAttr:rt,data:st,addClass:Ce,removeClass:Te,removeClasses:Ae,replaceClass:Ee,hasClass:Oe,toggleClass:De,positionAt:tn,offset:en,position:on,height:rn,width:sn,boxModelAdjust:cn,flipPosition:dn,isInView:fn,scrolledOver:pn,scrollTop:mn,offsetPosition:gn,toPx:vn,ready:ce,index:le,getIndex:ue,empty:he,html:de,prepend:function(t,e){return(t=Se(t)).hasChildNodes()?ge(e,function(e){return t.insertBefore(e,t.firstChild)}):fe(t,e)},append:fe,before:pe,after:me,remove:ve,wrapAll:be,wrapInner:we,unwrap:ye,fragment:$e,apply:je,$:Se,$$:Ie,isIE:Jt,isRtl:Gt,hasTouch:ee,pointerDown:ne,pointerMove:ie,pointerUp:oe,pointerEnter:re,pointerLeave:se,pointerCancel:ae,on:Ot,off:Dt,once:Pt,trigger:Nt,createEvent:Mt,toEventTargets:qt,isTouch:Wt,getEventPos:Lt,fastdom:xn,isVoidElement:It,isVisible:_t,selInput:Ct,isInput:Tt,filter:At,within:Et,bind:t,hasOwn:i,hyphenate:s,camelize:c,ucfirst:u,startsWith:f,endsWith:m,includes:y,findIndex:k,isArray:$,isFunction:j,isObject:S,isPlainObject:I,isWindow:_,isDocument:C,isJQuery:T,isNode:A,isNodeCollection:O,isBoolean:D,isString:P,isNumber:N,isNumeric:M,isEmpty:H,isUndefined:B,toBoolean:z,toNumber:q,toFloat:W,toNode:L,toNodes:F,toList:R,toMs:V,isEqual:U,swap:Y,assign:X,each:K,sortBy:Q,uniqueBy:J,clamp:G,noop:Z,intersectRect:tt,pointInRect:et,Dimensions:nt,MouseTracker:Sn,mergeOptions:An,parseOptions:En,Player:Dn,Promise:Ft,Deferred:Rt,IntersectionObserver:Nn,query:at,queryAll:ct,find:ut,findAll:ht,matches:wt,closest:xt,parents:kt,escape:jt,css:Be,getStyles:ze,getStyle:qe,getCssVar:Le,propName:Re}),Hn.data="__BCkit__",Hn.prefix="bc-uk-",Hn.options={},function(t){var e,n=t.data;function i(t,e){if(t)for(var n in t)t[n]._connected&&t[n]._callUpdate(e)}t.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},t.mixin=function(e,n){(n=(P(n)?t.component(n):n)||this).options=An(n.options,e)},t.extend=function(t){t=t||{};var e=function(t){this._init(t)};return(e.prototype=Object.create(this.prototype)).constructor=e,e.options=An(this.options,t),e.super=this,e.extend=this.extend,e},t.update=function(t,e){(function t(e,n){e&&e!==document.body&&e.parentNode&&(t(e.parentNode,n),n(e.parentNode))})(t=t?L(t):document.body,function(t){return i(t[n],e)}),je(t,function(t){return i(t[n],e)})},Object.defineProperty(t,"container",{get:function(){return e||document.body},set:function(t){e=Se(t)}})}(Hn),function(t){t.prototype._callHook=function(t){var e=this,n=this.$options[t];n&&n.forEach(function(t){return t.call(e)})},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObserver(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){this._connected&&(this._callHook("beforeDisconnect"),this._observer&&(this._observer.disconnect(),this._observer=null),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1)},t.prototype._callUpdate=function(t){var e=this;void 0===t&&(t="update");var n=t.type||t;y(["update","resize"],n)&&this._callWatches();var i=this.$options.update,o=this._frames,r=o.reads,s=o.writes;i&&i.forEach(function(t,i){var o=t.read,a=t.write,c=t.events;("update"===n||y(c,n))&&(o&&!y(xn.reads,r[i])&&(r[i]=xn.read(function(){var t=e._connected&&o.call(e,e._data,n);!1===t&&a?xn.clear(s[i]):I(t)&&X(e._data,t)})),a&&!y(xn.writes,s[i])&&(s[i]=xn.write(function(){return e._connected&&a.call(e,e._data,n)})))})}}(Hn),function(e){var n=0;function o(t,e){var n={},i=t.args;void 0===i&&(i=[]);var o=t.props;void 0===o&&(o={});var r=t.el;if(!o)return n;for(var a in o){var l=s(a),h=st(r,l);if(!B(h)){if(h=o[a]===Boolean&&""===h||u(o[a],h),"target"===l&&(!h||f(h,"_")))continue;n[a]=h}}var d=En(st(r,e),i);for(var p in d){var m=c(p);void 0!==o[m]&&(n[m]=u(o[m],d[p]))}return n}function r(t,e,n){Object.defineProperty(t,e,{enumerable:!0,get:function(){var o=t._computeds,r=t.$props,s=t.$el;return i(o,e)||(o[e]=(n.get||n).call(t,r,s)),o[e]},set:function(i){var o=t._computeds;o[e]=n.set?n.set.call(t,i):i,B(o[e])&&delete o[e]}})}function a(e,n,i){I(n)||(n={name:i,handler:n});var o,r=n.name,s=n.el,c=n.handler,l=n.capture,u=n.passive,h=n.delegate,d=n.filter,f=n.self;s=j(s)?s.call(e):s||e.$el,$(s)?s.forEach(function(t){return a(e,X({},n,{el:t}),i)}):!s||d&&!d.call(e)||(o=P(c)?e[c]:t(c,e),c=function(t){return $(t.detail)?o.apply(void 0,[t].concat(t.detail)):o(t)},f&&(c=function(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}(c)),e._events.push(Ot(s,r,h?P(h)?h:h.call(e):null,c,D(u)?{passive:u,capture:l}:l)))}function l(t,e){return t.every(function(t){return!t||!i(t,e)})}function u(t,e){return t===Boolean?z(e):t===Number?q(e):"list"===t?R(e):t?t(e):e}e.prototype._init=function(t){(t=t||{}).data=function(t,e){var n=t.data,i=(t.el,e.args),o=e.props;if(void 0===o&&(o={}),n=$(n)?H(i)?void 0:n.slice(0,i.length).reduce(function(t,e,n){return I(e)?X(t,e):t[i[n]]=e,t},{}):n)for(var r in n)B(n[r])?delete n[r]:n[r]=o[r]?u(o[r],n[r]):n[r];return n}(t,this.constructor.options),this.$options=An(this.constructor.options,t,this),this.$el=null,this.$props={},this._frames={reads:{},writes:{}},this._events=[],this._uid=n++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),t.el&&this.$mount(t.el)},e.prototype._initData=function(){var t=this.$options.data;for(var e in void 0===t&&(t={}),t)this.$props[e]=this[e]=t[e]},e.prototype._initMethods=function(){var e=this.$options.methods;if(e)for(var n in e)this[n]=t(e[n],this)},e.prototype._initComputeds=function(){var t=this.$options.computed;if(this._computeds={},t)for(var e in t)r(this,e,t[e])},e.prototype._callWatches=function(){var t=this.$options.computed,e=this._computeds;for(var n in e){var i=e[n];delete e[n],t[n].watch&&!U(i,this[n])&&t[n].watch.call(this,this[n],i)}},e.prototype._initProps=function(t){var e;for(e in t=t||o(this.$options,this.$name))B(t[e])||(this.$props[e]=t[e]);var n=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&l(n,e)&&(this[e]=this.$props[e])},e.prototype._initEvents=function(){var t=this,e=this.$options.events;e&&e.forEach(function(e){if(i(e,"handler"))a(t,e);else for(var n in e)a(t,e[n],n)})},e.prototype._unbindEvents=function(){this._events.forEach(function(t){return t()}),this._events=[]},e.prototype._initObserver=function(){var t=this,e=this.$options,n=e.attrs,i=e.props,r=e.el;if(!this._observer&&i&&!1!==n){n=$(n)?n:Object.keys(i),this._observer=new MutationObserver(function(){var e=o(t.$options,t.$name);n.some(function(n){return!B(e[n])&&e[n]!==t.$props[n]})&&t.$reset()});var a=n.map(function(t){return s(t)}).concat(this.$name);this._observer.observe(r,{attributes:!0,attributeFilter:a.concat(a.map(function(t){return"data-"+t}))})}}}(Hn),function(t){var e=t.data,n={};t.component=function(e,i){if(!i)return I(n[e])&&(n[e]=t.extend(n[e])),n[e];t[e]=function(n,i){for(var o=arguments.length,r=Array(o);o--;)r[o]=arguments[o];var s=t.component(e);return I(n)?new s({data:n}):s.options.functional?new s({data:[].concat(r)}):n&&n.nodeType?a(n):Ie(n).map(a)[0];function a(n){var o=t.getComponent(n,e);if(o){if(!i)return o;o.$destroy()}return new s({el:n,data:i})}};var o=I(i)?X({},i):i.options;if(o.name=e,o.install&&o.install(t,o,e),t._initialized&&!o.functional){var r=s(e);xn.read(function(){return t[e]("[uk-"+r+"],[data-uk-"+r+"]")})}return n[e]=I(i)?o:i},t.getComponents=function(t){return t&&t[e]||{}},t.getComponent=function(e,n){return t.getComponents(e)[n]},t.connect=function(i){if(i[e])for(var o in i[e])i[e][o]._callConnected();for(var r=0;r<i.attributes.length;r++){var s=Mn(i.attributes[r].name);s&&s in n&&t[s](i)}},t.disconnect=function(t){for(var n in t[e])t[e][n]._callDisconnected()}}(Hn),function(t){var e=t.data;t.prototype.$mount=function(t){var n=this.$options.name;t[e]||(t[e]={}),t[e][n]||(t[e][n]=this,this.$el=this.$options.el=this.$options.el||t,Et(t,document)&&this._callConnected())},t.prototype.$emit=function(t){this._callUpdate(t)},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(t){void 0===t&&(t=!1);var n=this.$options,i=n.el,o=n.name;i&&this._callDisconnected(),this._callHook("destroy"),i&&i[e]&&(delete i[e][o],H(i[e])||delete i[e],t&&ve(this.$el))},t.prototype.$create=function(e,n,i){return t[e](n,i)},t.prototype.$update=t.update,t.prototype.$getComponent=t.getComponent;var n={};Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get:function(){var e=this.$options.name;return n[e]||(n[e]=t.prefix+s(e)),n[e]}}})}(Hn);var Bn={connected:function(){!Oe(this.$el,this.$name)&&Ce(this.$el,this.$name)}},zn={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String,queued:Boolean},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",queued:!1,initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){var e=t.animation;return this.hasAnimation&&!0===e[0]}},methods:{toggleElement:function(t,e,n){var i=this;return new Ft(function(o){var r,s=function(t){return Ft.all(t.map(function(t){return i._toggleElement(t,e,n)}))},a=(t=F(t)).filter(function(t){return i.isToggled(t)}),c=t.filter(function(t){return!y(a,t)});if(i.queued&&B(n)&&B(e)&&i.hasAnimation&&!(t.length<2)){var l=document.body,u=l.scrollTop,h=a[0],d=Ge.inProgress(h)&&Oe(h,"bc-uk-animation-leave")||Ye.inProgress(h)&&"0px"===h.style.height;r=s(a),d||(r=r.then(function(){var t=s(c);return l.scrollTop=u,t}))}else r=s(c.concat(a));r.then(o,Z)})},toggleNow:function(t,e){var n=this;return new Ft(function(i){return Ft.all(F(t).map(function(t){return n._toggleElement(t,e,!1)})).then(i,Z)})},isToggled:function(t){var e=F(t||this.$el);return this.cls?Oe(e,this.cls.split(" ")[0]):!ot(e,"hidden")},updateAria:function(t){!1===this.cls&&it(t,"aria-hidden",!this.isToggled(t))},_toggleElement:function(t,e,n){var i=this;if(e=D(e)?e:Ge.inProgress(t)?Oe(t,"bc-uk-animation-leave"):Ye.inProgress(t)?"0px"===t.style.height:!this.isToggled(t),!Nt(t,"before"+(e?"show":"hide"),[this]))return Ft.reject();var o,r,s,a,c,l,u,h=(j(n)?n:!1!==n&&this.hasAnimation?this.hasTransition?(r=(o=this).isToggled,s=o.duration,a=o.initProps,c=o.hideProps,l=o.transition,u=o._toggle,function(t,e){var n=Ye.inProgress(t),i=t.hasChildNodes?W(Be(t.firstElementChild,"marginTop"))+W(Be(t.lastElementChild,"marginBottom")):0,o=_t(t)?rn(t)+(n?0:i):0;Ye.cancel(t),r(t)||u(t,!0),rn(t,""),xn.flush();var h=rn(t)+(n?0:i);return rn(t,o),(e?Ye.start(t,X({},a,{overflow:"hidden",height:h}),Math.round(s*(1-o/h)),l):Ye.start(t,c,Math.round(s*(o/h)),l).then(function(){return u(t,!1)})).then(function(){return Be(t,a)})}):function(t){var e=t.animation,n=t.duration,i=t.origin,o=t._toggle;return function(t,r){return Ge.cancel(t),r?(o(t,!0),Ge.in(t,e[0],n,i)):Ge.out(t,e[1]||e[0],n,i).then(function(){return o(t,!1)})}}(this):this._toggle)(t,e);Nt(t,e?"show":"hide",[this]);var d=function(){Nt(t,e?"shown":"hidden",[i]),i.$update(t)};return h?h.then(d):Ft.resolve(d())},_toggle:function(t,e){var n;t&&(e=Boolean(e),this.cls?(n=y(this.cls," ")||e!==Oe(t,this.cls))&&De(t,this.cls,y(this.cls," ")?void 0:e):(n=e===ot(t,"hidden"))&&it(t,"hidden",e?null:""),Ie("[autofocus]",t).some(function(t){return _t(t)?t.focus()||!0:t.blur()}),this.updateAria(t),n&&this.$update(t))}}};var qn={mixins:[Bn,zn],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"bc-uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease"},computed:{items:function(t,e){return Ie(t.targets,e)}},events:[{name:"click",delegate:function(){return this.targets+" "+this.$props.toggle},handler:function(t){t.preventDefault(),this.toggle(le(Ie(this.targets+" "+this.$props.toggle,this.$el),t.current))}}],connected:function(){if(!1!==this.active){var t=this.items[Number(this.active)];t&&!Oe(t,this.clsOpen)&&this.toggle(t,!1)}},update:function(){var t=this;this.items.forEach(function(e){return t._toggle(Se(t.content,e),Oe(e,t.clsOpen))});var e=!this.collapsible&&!Oe(this.items,this.clsOpen)&&this.items[0];e&&this.toggle(e,!1)},methods:{toggle:function(t,e){var n=this,i=ue(t,this.items),o=At(this.items,"."+this.clsOpen);(t=this.items[i])&&[t].concat(!this.multiple&&!y(o,t)&&o||[]).forEach(function(i){var r=i===t,s=r&&!Oe(i,n.clsOpen);if(s||!r||n.collapsible||!(o.length<2)){De(i,n.clsOpen,s);var a=i._wrapper?i._wrapper.firstElementChild:Se(n.content,i);i._wrapper||(i._wrapper=be(a,"<div>"),it(i._wrapper,"hidden",s?"":null)),n._toggle(a,!0),n.toggleElement(i._wrapper,s,e).then(function(){Oe(i,n.clsOpen)===s&&(s||n._toggle(a,!1),i._wrapper=null,ye(a))})}})}}},Wn={mixins:[Bn,zn],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:X({opacity:0},zn.data.hideProps)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.close()}}],methods:{close:function(){var t=this;this.toggleElement(this.$el).then(function(){return t.$destroy(!0)})}}};function Ln(t){var e;ce(function(){var e;t.update(),Ot(window,"load resize",function(){return t.update(null,"resize")}),Ot(document,"loadedmetadata load",function(e){var n=e.target;return t.update(n,"resize")},!0),Ot(window,"scroll",function(n){if(!e){e=!0,xn.write(function(){return e=!1});var i=n.target;t.update(1!==i.nodeType?document.body:i,n.type)}},{passive:!0,capture:!0});var n=0;Ot(document,"animationstart",function(t){var e=t.target;(Be(e,"animationName")||"").match(/^uk-.*(left|right)/)&&(n++,Be(document.body,"overflowX","hidden"),setTimeout(function(){--n||Be(document.body,"overflowX","")},V(Be(e,"animationDuration"))+100))},!0)}),Ot(document,ne,function(t){if(e&&e(),Wt(t)){var n=Lt(t),i="tagName"in t.target?t.target:t.target.parentNode;e=Pt(document,oe,function(t){var e=Lt(t),o=e.x,r=e.y;(i&&o&&Math.abs(n.x-o)>100||r&&Math.abs(n.y-r)>100)&&setTimeout(function(){var t,e,s,a;Nt(i,"swipe"),Nt(i,"swipe"+(t=n.x,e=n.y,s=o,a=r,Math.abs(t-s)>=Math.abs(e-a)?t-s>0?"Left":"Right":e-a>0?"Up":"Down"))})})}},{passive:!0})}var Fn,Rn,Vn={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView:function(t){return"inview"===t.autoplay}},connected:function(){this.inView&&!ot(this.$el,"preload")&&(this.$el.preload="none"),this.player=new Dn(this.$el),this.automute&&this.player.mute()},update:{read:function(){return!!this.player&&{visible:_t(this.$el)&&"hidden"!==Be(this.$el,"visibility"),inView:this.inView&&fn(this.$el)}},write:function(t){var e=t.visible,n=t.inView;!e||this.inView&&!n?this.player.pause():(!0===this.autoplay||this.inView&&n)&&this.player.play()},events:["resize","scroll"]}},Un={mixins:[Bn,Vn],props:{width:Number,height:Number},data:{automute:!0},update:{read:function(){var t=this.$el;if(!_t(t))return!1;var e=t.parentNode;return{height:e.offsetHeight,width:e.offsetWidth}},write:function(t){var e=t.height,n=t.width,i=this.$el,o=this.width||i.naturalWidth||i.videoWidth||i.clientWidth,r=this.height||i.naturalHeight||i.videoHeight||i.clientHeight;o&&r&&Be(i,nt.cover({width:o,height:r},{width:n+(n%2?1:0),height:e+(e%2?1:0)}))},events:["resize"]}},Yn={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(Gt?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos:function(t){var e=t.pos;return(e+(y(e,"-")?"":"-center")).split("-")},dir:function(){return this.pos[0]},align:function(){return this.pos[1]}},methods:{positionAt:function(t,e,n){var i;Ae(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?"),Be(t,{top:"",left:""});var o=this.offset,r=this.getAxis();M(o)||(o=(i=Se(o))?en(i)["x"===r?"left":"top"]-en(e)["x"===r?"right":"bottom"]:0);var s=tn(t,e,"x"===r?dn(this.dir)+" "+this.align:this.align+" "+dn(this.dir),"x"===r?this.dir+" "+this.align:this.align+" "+this.dir,"x"===r?""+("left"===this.dir?-o:o):" "+("top"===this.dir?-o:o),null,this.flip,n).target,a=s.x,c=s.y;this.dir="x"===r?a:c,this.align="x"===r?c:a,De(t,this.clsPos+"-"+this.dir+"-"+this.align,!1===this.offset)},getAxis:function(){return"top"===this.dir||"bottom"===this.dir?"y":"x"}}},Xn={mixins:[Yn,zn],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:window,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,hoverIdle:200,animation:["bc-uk-animation-fade"],cls:"bc-uk-open"},computed:{boundary:function(t,e){return at(t.boundary,e)},clsDrop:function(t){return t.clsDrop||"uk-"+this.$options.name},clsPos:function(){return this.clsDrop}},created:function(){this.tracker=new Sn},connected:function(){Ce(this.$el,this.clsDrop);var t=this.$props.toggle;this.toggle=t&&this.$create("toggle",at(t,this.$el),{target:this.$el,mode:this.mode}),!this.toggle&&Nt(this.$el,"updatearia")},events:[{name:"click",delegate:function(){return"."+this.clsDrop+"-close"},handler:function(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.target.hash;e||t.preventDefault(),e&&Et(e,this.$el)||this.hide(!1)}},{name:"beforescroll",handler:function(){this.hide(!1)}},{name:"toggle",self:!0,handler:function(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e,!1)}},{name:re,filter:function(){return y(this.mode,"hover")},handler:function(t){Wt(t)||(Fn&&Fn!==this&&Fn.toggle&&y(Fn.toggle.mode,"hover")&&!Et(t.target,Fn.toggle.$el)&&!et({x:t.pageX,y:t.pageY},en(Fn.$el))&&Fn.hide(!1),t.preventDefault(),this.show(this.toggle))}},{name:"toggleshow",handler:function(t,e){e&&!y(e.target,this.$el)||(t.preventDefault(),this.show(e||this.toggle))}},{name:"togglehide "+se,handler:function(t,e){Wt(t)||e&&!y(e.target,this.$el)||(t.preventDefault(),this.toggle&&y(this.toggle.mode,"hover")&&this.hide())}},{name:"beforeshow",self:!0,handler:function(){this.clearTimers(),Ge.cancel(this.$el),this.position()}},{name:"show",self:!0,handler:function(){this.tracker.init(),Nt(this.$el,"updatearia"),function(){if(Rn)return;Rn=!0,Ot(document,oe,function(t){var e,n=t.target,i=t.defaultPrevented;if(!i)for(;Fn&&Fn!==e&&!Et(n,Fn.$el)&&(!Fn.toggle||!Et(n,Fn.toggle.$el));)e=Fn,Fn.hide(!1)})}()}},{name:"beforehide",self:!0,handler:function(){this.clearTimers()}},{name:"hide",handler:function(t){var e=t.target;this.$el===e?(Fn=this.isActive()?null:Fn,Nt(this.$el,"updatearia"),this.tracker.cancel()):Fn=null===Fn&&Et(e,this.$el)&&this.isToggled()?this:Fn}},{name:"updatearia",self:!0,handler:function(t,e){t.preventDefault(),this.updateAria(this.$el),(e||this.toggle)&&(it((e||this.toggle).$el,"aria-expanded",this.isToggled()?"true":"false"),De(this.toggle.$el,this.cls,this.isToggled()))}}],update:{write:function(){this.isToggled()&&!Ge.inProgress(this.$el)&&this.position()},events:["resize"]},methods:{show:function(t,e){var n=this;void 0===e&&(e=!0);var i=function(){return!n.isToggled()&&n.toggleElement(n.$el,!0)},o=function(){if(n.toggle=t||n.toggle,n.clearTimers(),!n.isActive())if(e&&Fn&&Fn!==n&&Fn.isDelaying)n.showTimer=setTimeout(n.show,10);else{if(n.isParentOf(Fn)){if(!Fn.hideTimer)return;Fn.hide(!1)}else if(Fn&&n.isChildOf(Fn))Fn.clearTimers();else if(Fn&&!n.isChildOf(Fn)&&!n.isParentOf(Fn))for(var o;Fn&&Fn!==o&&!n.isChildOf(Fn);)o=Fn,Fn.hide(!1);e&&n.delayShow?n.showTimer=setTimeout(i,n.delayShow):i(),Fn=n}};t&&this.toggle&&t.$el!==this.toggle.$el?(Pt(this.$el,"hide",o),this.hide(!1)):o()},hide:function(t){var e=this;void 0===t&&(t=!0);var n=function(){return e.toggleNow(e.$el,!1)};this.clearTimers(),this.isDelaying=this.tracker.movesTo(this.$el),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,this.hoverIdle):t&&this.delayHide?this.hideTimer=setTimeout(n,this.delayHide):n()},clearTimers:function(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive:function(){return Fn===this},isChildOf:function(t){return t&&t!==this&&Et(this.$el,t.$el)},isParentOf:function(t){return t&&t!==this&&Et(t.$el,this.$el)},position:function(){Ae(this.$el,this.clsDrop+"-(stack|boundary)"),Be(this.$el,{top:"",left:"",display:"block"}),De(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);var t=en(this.boundary),e=this.boundaryAlign?t:en(this.toggle.$el);if("justify"===this.align){var n="y"===this.getAxis()?"width":"height";Be(this.$el,n,e[n])}else this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&Ce(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.toggle.$el,this.boundary),Be(this.$el,"display","")}}};var Kn={extends:Xn},Qn={mixins:[Bn],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:function(t,e){return Se(Ct,e)},state:function(){return this.input.nextElementSibling},target:function(t,e){var n=t.target;return n&&(!0===n&&this.input.parentNode===e&&this.input.nextElementSibling||at(n,e))}},update:function(){var t=this.target,e=this.input;if(t){var n,i=Tt(t)?"value":"textContent",o=t[i],r=e.files&&e.files[0]?e.files[0].name:wt(e,"select")&&(n=Ie("option",e).filter(function(t){return t.selected})[0])?n.textContent:e.value;o!==r&&(t[i]=r)}},events:{change:function(){this.$emit()}}},Jn={update:{read:function(t){var e=fn(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write:function(){this.$el.src=this.$el.src},events:["scroll","resize"]}},Gn={props:{margin:String,firstColumn:Boolean},data:{margin:"bc-uk-margin-small-top",firstColumn:"bc-uk-first-column"},update:{read:function(t){var e=this.$el.children;if(!e.length||!_t(this.$el))return t.rows=[[]];t.rows=Zn(e),t.stacks=!t.rows.some(function(t){return t.length>1})},write:function(t){var e=this;t.rows.forEach(function(t,n){return t.forEach(function(t,i){De(t,e.margin,0!==n),De(t,e.firstColumn,0===i)})})},events:["resize"]}};function Zn(t){for(var e=[[]],n=0;n<t.length;n++){var i=t[n],o=ti(i);if(o.height)for(var r=e.length-1;r>=0;r--){var s=e[r];if(!s[0]){s.push(i);break}var a=void 0;if(s[0].offsetParent===i.offsetParent?a=ti(s[0]):(o=ti(i,!0),a=ti(s[0],!0)),o.top>=a.bottom-1){e.push([i]);break}if(o.bottom>a.top){if(o.left<a.left&&!Gt){s.unshift(i);break}s.push(i);break}if(0===r){e.unshift([i]);break}}}return e}function ti(t,e){var n;void 0===e&&(e=!1);var i=t.offsetTop,o=t.offsetLeft,r=t.offsetHeight;return e&&(i=(n=gn(t))[0],o=n[1]),{top:i,left:o,height:r,bottom:i+r}}var ei={extends:Gn,mixins:[Bn],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"bc-uk-grid-margin",clsStack:"bc-uk-grid-stack",masonry:!1,parallax:0},computed:{length:function(t,e){return e.children.length},parallax:function(t){var e=t.parallax;return e&&this.length?Math.abs(e):""}},connected:function(){this.masonry&&Ce(this.$el,"bc-uk-flex-top uk-flex-wrap-top")},update:[{read:function(t){var e=t.rows;(this.masonry||this.parallax)&&(e=e.map(function(t){return Q(t,"offsetLeft")}),Gt&&e.map(function(t){return t.reverse()}));var n,i,o,r,s=e.some(function(t){return t.some(Ye.inProgress)}),a=!1,c="";if(this.masonry&&this.length){var l=0;a=e.reduce(function(t,n,i){return t[i]=n.map(function(n,o){return 0===i?0:W(t[i-1][o])+(l-W(e[i-1][o]&&e[i-1][o].offsetHeight))}),l=n.reduce(function(t,e){return Math.max(t,e.offsetHeight)},0),t},[]),c=function(t){return Math.max.apply(Math,t.reduce(function(t,e){return e.forEach(function(e,n){return t[n]=(t[n]||0)+e.offsetHeight}),t},[]))}(e)+(n=this.$el,i=this.margin,o=F(n.children),W((r=o.filter(function(t){return Oe(t,i)})[0])?Be(r,"marginTop"):Be(o[0],"paddingLeft"))*(e.length-1))}return{rows:e,translates:a,height:!s&&c}},write:function(t){var e=t.stacks,n=t.height;De(this.$el,this.clsStack,e),Be(this.$el,"paddingBottom",this.parallax),!1!==n&&Be(this.$el,"height",n)},events:["resize"]},{read:function(t){var e=t.height;return{scrolled:!!this.parallax&&pn(this.$el,e?e-rn(this.$el):0)*this.parallax}},write:function(t){var e=t.rows,n=t.scrolled,i=t.translates;(!1!==n||i)&&e.forEach(function(t,e){return t.forEach(function(t,o){return Be(t,"transform",n||i?"translateY("+((i&&-i[e][o])+(n?o%2?n:n/8:0))+"px)":"")})})},events:["scroll","resize"]}]};var ni=Jt?{data:{selMinHeight:!1,forceHeight:!1},computed:{elements:function(t,e){var n=t.selMinHeight;return n?Ie(n,e):[e]}},update:[{read:function(){Be(this.elements,"height","")},order:-5,events:["resize"]},{write:function(){var t=this;this.elements.forEach(function(e){var n=W(Be(e,"minHeight"));n&&(t.forceHeight||Math.round(n+cn("height",e,"content-box"))>=e.offsetHeight)&&Be(e,"height",n)})},order:5,events:["resize"]}]}:{},ii={mixins:[ni],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements:function(t,e){return Ie(t.target,e)}},update:{read:function(){return{rows:(this.row?Zn(this.elements):[this.elements]).map(oi)}},write:function(t){t.rows.forEach(function(t){var e=t.heights;return t.elements.forEach(function(t,n){return Be(t,"minHeight",e[n])})})},events:["resize"]}};function oi(t){var e;if(t.length<2)return{heights:[""],elements:t};var n=ri(t),i=n.heights,o=n.max,r=t.some(function(t){return t.style.minHeight}),s=t.some(function(t,e){return!t.style.minHeight&&i[e]<o});return r&&s&&(Be(t,"minHeight",""),e=ri(t),i=e.heights,o=e.max),{heights:i=t.map(function(t,e){return i[e]===o&&W(t.style.minHeight).toFixed(2)!==o.toFixed(2)?"":o}),elements:t}}function ri(t){var e=t.map(function(t){return en(t).height-cn("height",t,"content-box")});return{heights:e,max:Math.max.apply(null,e)}}var si={mixins:[ni],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read:function(){var t="",e=cn("height",this.$el,"content-box");if(this.expand)t=rn(window)-(ai(document.documentElement)-ai(this.$el))-e||"";else{if(t="calc(100vh",this.offsetTop){var n=en(this.$el).top;t+=n<rn(window)/2?" - "+n+"px":""}!0===this.offsetBottom?t+=" - "+ai(this.$el.nextElementSibling)+"px":M(this.offsetBottom)?t+=" - "+this.offsetBottom+"vh":this.offsetBottom&&m(this.offsetBottom,"px")?t+=" - "+W(this.offsetBottom)+"px":P(this.offsetBottom)&&(t+=" - "+ai(at(this.offsetBottom,this.$el))+"px"),t+=(e?" - "+e+"px":"")+")"}return{minHeight:t}},write:function(t){var e=t.minHeight;Be(this.$el,{minHeight:e}),this.minHeight&&W(Be(this.$el,"minHeight"))<this.minHeight&&Be(this.$el,"minHeight",this.minHeight)},events:["resize"]}};function ai(t){return t&&t.offsetHeight||0}var ci={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,attributes:"list"},data:{ratio:1,include:["style","class"],class:"",strokeAnimation:!1},connected:function(){var t,e=this;if(this.class+=" uk-svg",!this.icon&&y(this.src,"#")){var n=this.src.split("#");n.length>1&&(t=n,this.src=t[0],this.icon=t[1])}this.svg=this.getSvg().then(function(t){return e.applyAttributes(t),e.svgEl=function(t,e){if(It(e)||"CANVAS"===e.tagName){it(e,"hidden",!0);var n=e.nextElementSibling;return fi(t,n)?n:me(e,t)}var i=e.lastElementChild;return fi(t,i)?i:fe(e,t)}(t,e.$el)},Z)},disconnected:function(){var t=this;It(this.$el)&&it(this.$el,"hidden",null),this.svg&&this.svg.then(function(e){return(!t._connected||e!==t.svgEl)&&ve(e)},Z),this.svg=this.svgEl=null},update:{read:function(){return!!(this.strokeAnimation&&this.svgEl&&_t(this.svgEl))},write:function(){var t,e;t=this.svgEl,(e=di(t))&&t.style.setProperty("--uk-animation-stroke",e)},type:["resize"]},methods:{getSvg:function(){var t=this;return function(t){if(li[t])return li[t];return li[t]=new Ft(function(e,n){t?f(t,"data:")?e(decodeURIComponent(t.split(",")[1])):Kt(t).then(function(t){return e(t.response)},function(){return n("SVG not found.")}):n()})}(this.src).then(function(e){return function(t,e){e&&y(t,"<symbol")&&(t=function(t,e){if(!hi[t]){var n;for(hi[t]={};n=ui.exec(t);)hi[t][n[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+n[1]+"svg>";ui.lastIndex=0}return hi[t][e]}(t,e)||t);return(t=Se(t.substr(t.indexOf("<svg"))))&&t.hasChildNodes()&&t}(e,t.icon)||Ft.reject("SVG not found.")})},applyAttributes:function(t){var e=this;for(var n in this.$options.props)this[n]&&y(this.include,n)&&it(t,n,this[n]);for(var i in this.attributes){var o=this.attributes[i].split(":",2),r=o[0],s=o[1];it(t,r,s)}this.id||rt(t,"id");var a=["width","height"],c=[this.width,this.height];c.some(function(t){return t})||(c=a.map(function(e){return it(t,e)}));var l=it(t,"viewBox");l&&!c.some(function(t){return t})&&(c=l.split(" ").slice(2)),c.forEach(function(n,i){(n=(0|n)*e.ratio)&&it(t,a[i],n),n&&!c[1^i]&&rt(t,a[1^i])}),it(t,"data-svg",this.icon||this.src)}}},li={};var ui=/<symbol(.*?id=(['"])(.*?)\2[^]*?<\/)symbol>/g,hi={};function di(t){return Math.ceil(Math.max.apply(Math,Ie("[stroke]",t).map(function(t){return t.getTotalLength&&t.getTotalLength()||0}).concat([0])))}function fi(t,e){return it(t,"data-svg")===it(e,"data-svg")}var pi={},mi={spinner:'<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',totop:'<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>',marker:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',"close-icon":'<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',"close-large":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',"navbar-toggle-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',"overlay-icon":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',"pagination-next":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',"pagination-previous":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',"search-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',"search-large":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',"search-navbar":'<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',"slidenav-next":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',"slidenav-next-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',"slidenav-previous":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',"slidenav-previous-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>'},gi={install:function(t){t.icon.add=function(e,n){var i,o=P(e)?((i={})[e]=n,i):e;K(o,function(t,e){mi[e]=t,delete pi[e]}),t._initialized&&je(document.body,function(e){return K(t.getComponents(e),function(t){t.$options.isIcon&&t.icon in o&&t.$reset()})})}},mixins:[Bn,ci],args:"icon",props:["icon"],data:{include:[]},isIcon:!0,connected:function(){Ce(this.$el,"bc-uk-icon")},methods:{getSvg:function(){var t=function(t){if(!mi[t])return null;pi[t]||(pi[t]=Se(mi[t].trim()));return pi[t].cloneNode(!0)}(function(t){return Gt?Y(Y(t,"left","right"),"previous","next"):t}(this.icon));return t?Ft.resolve(t):Ft.reject("Icon not found.")}}},vi={extends:gi,data:function(t){return{icon:s(t.constructor.options.name)}}},bi={extends:vi,connected:function(){Ce(this.$el,"bc-uk-slidenav")},computed:{icon:function(t,e){var n=t.icon;return Oe(e,"bc-uk-slidenav-large")?n+"-large":n}}},wi={extends:vi,computed:{icon:function(t,e){var n=t.icon;return Oe(e,"bc-uk-search-icon")&&kt(e,".uk-search-large").length?"search-large":kt(e,".uk-search-navbar").length?"search-navbar":n}}},yi={extends:vi,computed:{icon:function(){return"close-"+(Oe(this.$el,"bc-uk-close-large")?"large":"icon")}}},xi={extends:vi,connected:function(){var t=this;this.svg.then(function(e){return 1!==t.ratio&&Be(Se("circle",e),"strokeWidth",1/t.ratio)},Z)}};var ki={args:"dataSrc",props:{dataSrc:String,dataSrcset:Boolean,sizes:String,width:Number,height:Number,offsetTop:String,offsetLeft:String,target:String},data:{dataSrc:"",dataSrcset:!1,sizes:!1,width:!1,height:!1,offsetTop:"50vh",offsetLeft:0,target:!1},computed:{cacheKey:function(t){var e=t.dataSrc;return this.$name+"."+e},width:function(t){var e=t.width,n=t.dataWidth;return e||n},height:function(t){var e=t.height,n=t.dataHeight;return e||n},sizes:function(t){var e=t.sizes,n=t.dataSizes;return e||n},isImg:function(t,e){return Ti(e)},target:{get:function(t){var e=t.target;return[this.$el].concat(ct(e,this.$el))},watch:function(){this.observe()}},offsetTop:function(t){return vn(t.offsetTop,"height")},offsetLeft:function(t){return vn(t.offsetLeft,"width")}},connected:function(){Ei[this.cacheKey]?$i(this.$el,Ei[this.cacheKey]||this.dataSrc,this.dataSrcset,this.sizes):this.isImg&&this.width&&this.height&&$i(this.$el,function(t,e,n){var i;n&&(i=nt.ratio({width:t,height:e},"width",vn(Si(n))),t=i.width,e=i.height);return'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="'+t+'" height="'+e+'"></svg>'}(this.width,this.height,this.sizes)),this.observer=new Nn(this.load,{rootMargin:this.offsetTop+"px "+this.offsetLeft+"px"}),requestAnimationFrame(this.observe)},disconnected:function(){this.observer.disconnect()},update:{read:function(t){var e=this,n=t.image;if(n||"complete"!==document.readyState||this.load(this.observer.takeRecords()),this.isImg)return!1;n&&n.then(function(t){return t&&""!==t.currentSrc&&$i(e.$el,Ai(t))})},write:function(t){if(this.dataSrcset&&1!==window.devicePixelRatio){var e=Be(this.$el,"backgroundSize");(e.match(/^(auto\s?)+$/)||W(e)===t.bgSize)&&(t.bgSize=(n=this.dataSrcset,i=this.sizes,o=vn(Si(i)),(r=(n.match(Ci)||[]).map(W).sort(function(t,e){return t-e})).filter(function(t){return t>=o})[0]||r.pop()||""),Be(this.$el,"backgroundSize",t.bgSize+"px"))}var n,i,o,r},events:["resize"]},methods:{load:function(t){var e=this;t.some(function(t){return t.isIntersecting})&&(this._data.image=Qt(this.dataSrc,this.dataSrcset,this.sizes).then(function(t){return $i(e.$el,Ai(t),t.srcset,t.sizes),Ei[e.cacheKey]=Ai(t),t},Z),this.observer.disconnect())},observe:function(){var t=this;!this._data.image&&this._connected&&this.target.forEach(function(e){return t.observer.observe(e)})}}};function $i(t,e,n,i){if(Ti(t))i&&(t.sizes=i),n&&(t.srcset=n),e&&(t.src=e);else if(e){!y(t.style.backgroundImage,e)&&(Be(t,"backgroundImage","url("+jt(e)+")"),Nt(t,Mt("load",!1)))}}var ji=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function Si(t){var e,n;for(ji.lastIndex=0;e=ji.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=f(n=e[2],"calc")?n.substring(5,n.length-1).replace(Ii,function(t){return vn(t)}).replace(/ /g,"").match(_i).reduce(function(t,e){return t+ +e},0):n;break}return e||"100vw"}var Ii=/\d+(?:\w+|%)/g,_i=/[+-]?(\d+)/g;var Ci=/\s+\d+w\s*(?:,|$)/g;function Ti(t){return"IMG"===t.tagName}function Ai(t){return t.currentSrc||t.src}var Ei;try{(Ei=window.sessionStorage||{}).__test__=1,delete Ei.__test__}catch(t){Ei={}}var Oi={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(P(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=W(Le(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};var Di,Pi,Ni={mixins:[Bn,Oi],props:{fill:String},data:{fill:"",clsWrapper:"bc-uk-leader-fill",clsHide:"bc-uk-leader-hide",attrFill:"data-fill"},computed:{fill:function(t){return t.fill||Le("leader-fill-content")}},connected:function(){var t;t=we(this.$el,'<span class="'+this.clsWrapper+'">'),this.wrapper=t[0]},disconnected:function(){ye(this.wrapper.childNodes)},update:{read:function(t){var e=t.changed,n=t.width,i=n;return{width:n=Math.floor(this.$el.offsetWidth/2),fill:this.fill,changed:e||i!==n,hide:!this.matchMedia}},write:function(t){De(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,it(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},Mi={props:{container:Boolean},data:{container:!0},computed:{container:function(t){var e=t.container;return!0===e&&this.$container||e&&Se(e)}}},Hi={mixins:[Bn,Mi,zn],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"bc-uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){return Se(t.selPanel,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){this.isToggled()&&this.toggleNow(this.$el,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t){t.defaultPrevented||(t.preventDefault(),this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){var e=Di&&Di!==this&&Di;Di=this,e?this.stack?this.prev=e:(Di=e,e.isToggled()?e.hide().then(this.show):Pt(e.$el,"beforeshow hidden",this.show,!1,function(t){var n=t.target;return"hidden"===t.type&&n===e.$el}),t.preventDefault()):function(){if(Pi)return;Pi=[Ot(document,oe,function(t){var e=t.target,n=t.defaultPrevented;!Di||!Di.bgClose||n||Di.overlay&&!Et(e,Di.$el)||Et(e,Di.panel)||Di.hide()}),Ot(document,"keydown",function(t){27===t.keyCode&&Di&&Di.escClose&&(t.preventDefault(),Di.hide())})]}()}},{name:"show",self:!0,handler:function(){Oe(document.documentElement,this.clsPage)||(this.scrollbarWidth=sn(window)-sn(document),Be(document.body,"overflowY",this.scrollbarWidth&&this.overlay?"scroll":"")),Ce(document.documentElement,this.clsPage)}},{name:"hide",self:!0,handler:function(){Di&&(Di!==this||this.prev)||(Pi&&Pi.forEach(function(t){return t()}),Pi=null)}},{name:"hidden",self:!0,handler:function(){var t,e=this.prev;if(Di=Di&&Di!==this&&Di||e)for(;e;){if(e.clsPage===this.clsPage){t=!0;break}e=e.prev}else Be(document.body,"overflowY","");t||Te(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var t=this;return this.isToggled()?Ft.resolve():this.container&&this.$el.parentNode!==this.container?(fe(this.container,this.$el),new Ft(function(e){return requestAnimationFrame(function(){return t.show().then(e)})})):this.toggleElement(this.$el,!0,Bi(this))},hide:function(){return this.isToggled()?this.toggleElement(this.$el,!1,Bi(this)):Ft.resolve()},getActive:function(){return Di}}};function Bi(t){var e=t.transitionElement,n=t._toggle;return function(t,i){return new Ft(function(o,r){return Pt(t,"show hide",function(){t._reject&&t._reject(),t._reject=r,n(t,i),V(Be(e,"transitionDuration"))?Pt(e,"transitionend",o,!1,function(t){return t.target===e}):o()})})}}var zi={install:function(t){t.modal.dialog=function(e,n){var i=t.modal(' <div class="uk-modal"> <div class="uk-modal-dialog">'+e+"</div> </div> ",n);return i.show(),Ot(i.$el,"hidden",function(t){var e=t.target,n=t.currentTarget;e===n&&Ft.resolve(function(){return i.$destroy(!0)})}),i},t.modal.alert=function(e,n){return n=X({bgClose:!1,escClose:!1,labels:t.modal.labels},n),new Ft(function(i){return Ot(t.modal.dialog(' <div class="uk-modal-body">'+(P(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+n.labels.ok+"</button> </div> ",n).$el,"hide",i)})},t.modal.confirm=function(e,n){return n=X({bgClose:!1,escClose:!0,labels:t.modal.labels},n),new Ft(function(i,o){var r=t.modal.dialog(' <form> <div class="uk-modal-body">'+(P(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+n.labels.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+n.labels.ok+"</button> </div> </form> ",n),s=!1;Ot(r.$el,"submit","form",function(t){t.preventDefault(),i(),s=!0,r.hide()}),Ot(r.$el,"hide",function(){s||o()})})},t.modal.prompt=function(e,n,i){return i=X({bgClose:!1,escClose:!0,labels:t.modal.labels},i),new Ft(function(o){var r=t.modal.dialog(' <form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(P(e)?e:de(e))+'</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+i.labels.cancel+'</button> <button class="uk-button uk-button-primary">'+i.labels.ok+"</button> </div> </form> ",i),s=Se("input",r.$el);s.value=n;var a=!1;Ot(r.$el,"submit","form",function(t){t.preventDefault(),o(s.value),a=!0,r.hide()}),Ot(r.$el,"hide",function(){a||o(null)})})},t.modal.labels={ok:"Ok",cancel:"Cancel"}},mixins:[Hi],data:{clsPage:"bc-uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Oe(this.panel,"bc-uk-margin-auto-vertical")?Ce(this.$el,"bc-uk-flex"):Be(this.$el,"display","block"),rn(this.$el)}},{name:"hidden",self:!0,handler:function(){Be(this.$el,"display",""),Te(this.$el,"bc-uk-flex")}}]};var qi={extends:qn,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Wi={mixins:[Bn,ni],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li",align:Gt?"right":"left",clsDrop:"bc-uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle"},computed:{boundary:function(t,e){var n=t.boundary,i=t.boundaryAlign;return!0===n||i?e:n},dropbarAnchor:function(t,e){return at(t.dropbarAnchor,e)},pos:function(t){return"bottom-"+t.align},dropdowns:function(t,e){return Ie(t.dropdown+" ."+t.clsDrop,e)}},beforeConnect:function(){var t=this.$props.dropbar;this.dropbar=t&&(at(t,this.$el)||Se("+ .uk-navbar-dropbar",this.$el)||Se("<div></div>")),this.dropbar&&(Ce(this.dropbar,"bc-uk-navbar-dropbar"),"slide"===this.dropbarMode&&Ce(this.dropbar,"bc-uk-navbar-dropbar-slide"))},disconnected:function(){this.dropbar&&ve(this.dropbar)},update:function(){var t=this;this.$create("drop",this.dropdowns.filter(function(e){return!t.getDropdown(e)}),X({},this.$props,{boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset}))},events:[{name:"mouseover",delegate:function(){return this.dropdown},handler:function(t){var e=t.current,n=this.getActive();n&&n.toggle&&!Et(n.toggle.$el,e)&&!n.tracker.movesTo(n.$el)&&n.hide(!1)}},{name:"mouseleave",el:function(){return this.dropbar},handler:function(){var t=this.getActive();t&&!wt(this.dropbar,":hover")&&t.hide()}},{name:"beforeshow",capture:!0,filter:function(){return this.dropbar},handler:function(){this.dropbar.parentNode||me(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",capture:!0,filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=e.dir;this.clsDrop&&Ce(n,this.clsDrop+"-dropbar"),"bottom"===i&&this.transitionTo(n.offsetHeight+W(Be(n,"marginTop"))+W(Be(n,"marginBottom")),n)}},{name:"beforehide",filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=this.getActive();wt(this.dropbar,":hover")&&i&&i.$el===n&&t.preventDefault()}},{name:"hide",filter:function(){return this.dropbar},handler:function(t,e){var n=e.$el,i=this.getActive();(!i||i&&i.$el===n)&&this.transitionTo(0)}}],methods:{getActive:function(){var t=this.dropdowns.map(this.getDropdown).filter(function(t){return t&&t.isActive()})[0];return t&&y(t.mode,"hover")&&Et(t.toggle.$el,this.$el)&&t},transitionTo:function(t,e){var n=this,i=this.dropbar,o=_t(i)?rn(i):0;return Be(e=o<t&&e,"clip","rect(0,"+e.offsetWidth+"px,"+o+"px,0)"),rn(i,o),Ye.cancel([e,i]),Ft.all([Ye.start(i,{height:t},this.duration),Ye.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(Z).then(function(){Be(e,{clip:""}),n.$update(i)})},getDropdown:function(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}},Li={mixins:[Hi],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"bc-uk-offcanvas-page",clsContainer:"bc-uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"bc-uk-offcanvas-flip",clsContainerAnimation:"bc-uk-offcanvas-container-animation",clsSidebarAnimation:"bc-uk-offcanvas-bar-animation",clsMode:"bc-uk-offcanvas",clsOverlay:"bc-uk-offcanvas-overlay",selClose:".uk-offcanvas-close"},computed:{clsFlip:function(t){var e=t.flip,n=t.clsFlip;return e?n:""},clsOverlay:function(t){var e=t.overlay,n=t.clsOverlay;return e?n:""},clsMode:function(t){var e=t.mode;return t.clsMode+"-"+e},clsSidebarAnimation:function(t){var e=t.mode,n=t.clsSidebarAnimation;return"none"===e||"reveal"===e?"":n},clsContainerAnimation:function(t){var e=t.mode,n=t.clsContainerAnimation;return"push"!==e&&"reveal"!==e?"":n},transitionElement:function(t){return"reveal"===t.mode?this.panel.parentNode:this.panel}},events:[{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.current;e.hash&&Se(e.hash,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el:function(){return this.panel},handler:function(t){var e=t.targetTouches;1===e.length&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter:function(){return this.overlay},handler:function(t){t.preventDefault()}},{name:"touchmove",passive:!1,el:function(){return this.panel},handler:function(t){if(1===t.targetTouches.length){var e=event.targetTouches[0].clientY-this.clientY,n=this.panel,i=n.scrollTop,o=n.scrollHeight,r=n.clientHeight;(r>=o||0===i&&e>0||o-i<=r&&e<0)&&t.preventDefault()}}},{name:"show",self:!0,handler:function(){"reveal"!==this.mode||Oe(this.panel.parentNode,this.clsMode)||(be(this.panel,"<div>"),Ce(this.panel.parentNode,this.clsMode)),Be(document.documentElement,"overflowY",this.overlay?"hidden":""),Ce(document.body,this.clsContainer,this.clsFlip),Be(this.$el,"display","block"),Ce(this.$el,this.clsOverlay),Ce(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),rn(document.body),Ce(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(Fi().content+=",user-scalable=0")}},{name:"hide",self:!0,handler:function(){Te(document.body,this.clsContainerAnimation);var t=this.getActive();("none"===this.mode||t&&t!==this&&t!==this.prev)&&Nt(this.panel,"transitionend")}},{name:"hidden",self:!0,handler:function(){var t;this.clsContainerAnimation&&((t=Fi()).content=t.content.replace(/,user-scalable=0$/,"")),"reveal"===this.mode&&ye(this.panel),Te(this.panel,this.clsSidebarAnimation,this.clsMode),Te(this.$el,this.clsOverlay),Be(this.$el,"display",""),Te(document.body,this.clsContainer,this.clsFlip),Be(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler:function(t){this.isToggled()&&m(t.type,"Left")^this.flip&&this.hide()}}]};function Fi(){return Se('meta[name="viewport"]',document.head)||fe(document.head,'<meta name="viewport">')}var Ri={mixins:[Bn],props:{selContainer:String,selContent:String},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog"},computed:{container:function(t,e){return xt(e,t.selContainer)},content:function(t,e){return xt(e,t.selContent)}},connected:function(){Be(this.$el,"minHeight",150)},update:{read:function(){return!(!this.content||!this.container)&&{current:W(Be(this.$el,"maxHeight")),max:Math.max(150,rn(this.container)-(en(this.content).height-rn(this.$el)))}},write:function(t){var e=t.current,n=t.max;Be(this.$el,"maxHeight",n),Math.round(e)!==Math.round(n)&&Nt(this.$el,"resize")},events:["resize"]}},Vi={props:["width","height"],connected:function(){Ce(this.$el,"bc-uk-responsive-width")},update:{read:function(){return!!(_t(this.$el)&&this.width&&this.height)&&{width:sn(this.$el.parentNode),height:this.height}},write:function(t){rn(this.$el,nt.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Ui={props:{duration:Number,offset:Number},data:{duration:1e3,offset:0},methods:{scrollTo:function(t){var e=this;t=t&&Se(t)||document.body;var n=rn(document),i=rn(window),o=en(t).top-this.offset;if(o+i>n&&(o=n-i),Nt(this.$el,"beforescroll",[this,t])){var r=Date.now(),s=window.pageYOffset,a=function(){var n,i=s+(o-s)*(n=G((Date.now()-r)/e.duration),.5*(1-Math.cos(Math.PI*n)));mn(window,i),i!==o?requestAnimationFrame(a):Nt(e.$el,"scrolled",[e,t])};a()}}},events:{click:function(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(jt(decodeURIComponent(this.$el.hash)).substr(1)))}}};var Yi={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:function(){return{cls:!1,target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"bc-uk-scrollspy-inview"}},computed:{elements:function(t,e){var n=t.target;return n?Ie(n,e):[e]}},update:[{write:function(){this.hidden&&Be(At(this.elements,":not(."+this.inViewClass+")"),"visibility","hidden")}},{read:function(t){var e=this;t.update&&this.elements.forEach(function(t){var n=t._ukScrollspyState;n||(n={cls:st(t,"bc-uk-scrollspy-class")||e.cls}),n.show=fn(t,e.offsetTop,e.offsetLeft),t._ukScrollspyState=n})},write:function(t){var e=this;if(!t.update)return this.$emit(),t.update=!0;this.elements.forEach(function(n){var i=n._ukScrollspyState,o=i.cls;if(!i.show||i.inview||i.queued){if(!i.show&&(i.inview||i.queued)&&e.repeat){if(i.abort&&i.abort(),!i.inview)return;Be(n,"visibility",e.hidden?"hidden":""),Te(n,e.inViewClass),De(n,o),Nt(n,"outview"),e.$update(n),i.inview=!1}}else{var r=function(){Be(n,"visibility",""),Ce(n,e.inViewClass),De(n,o),Nt(n,"inview"),e.$update(n),i.inview=!0,i.abort&&i.abort()};e.delay?(i.queued=!0,t.promise=(t.promise||Ft.resolve()).then(function(){return!i.inview&&new Ft(function(n){var o=setTimeout(function(){r(),n()},t.promise||1===e.elements.length?e.delay:0);i.abort=function(){clearTimeout(o),n(),i.queued=!1}})})):r()}})},events:["scroll","resize"]}]},Xi={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"bc-uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:function(t,e){return Ie('a[href^="#"]',e).filter(function(t){return t.hash})},elements:function(t){var e=t.closest;return xt(this.links,e||"*")},targets:function(){return Ie(this.links.map(function(t){return jt(t.hash).substr(1)}).join(","))}},update:[{read:function(){this.scroll&&this.$create("scroll",this.links,{offset:this.offset||0})}},{read:function(t){var e=this,n=window.pageYOffset+this.offset+1,i=rn(document)-rn(window)+this.offset;t.active=!1,this.targets.every(function(o,r){var s=en(o).top,a=r+1===e.targets.length;if(!e.overflow&&(0===r&&s>n||a&&s+o.offsetTop<n))return!1;if(!a&&en(e.targets[r+1]).top<=n)return!0;if(n>=i)for(var c=e.targets.length-1;c>r;c--)if(fn(e.targets[c])){o=e.targets[c];break}return!(t.active=Se(At(e.links,'[href="#'+o.id+'"]')))})},write:function(t){var e=t.active;this.links.forEach(function(t){return t.blur()}),Te(this.elements,this.cls),e&&Nt(this.$el,"active",[e,Ce(this.closest?xt(e,this.closest):e,this.cls)])},events:["scroll","resize"]}]},Ki={mixins:[Bn,Oi],props:{top:null,bottom:Boolean,offset:Number,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{top:0,bottom:!1,offset:0,animation:"",clsActive:"bc-uk-active",clsInactive:"",clsFixed:"bc-uk-sticky-fixed",clsBelow:"bc-uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget:function(t,e){var n=t.selTarget;return n&&Se(n,e)||e},widthElement:function(t,e){return at(t.widthElement,e)||this.placeholder},isActive:{get:function(){return Oe(this.selTarget,this.clsActive)},set:function(t){t&&!this.isActive?(Ee(this.selTarget,this.clsInactive,this.clsActive),Nt(this.$el,"active")):t||Oe(this.selTarget,this.clsInactive)||(Ee(this.selTarget,this.clsActive,this.clsInactive),Nt(this.$el,"inactive"))}}},connected:function(){this.placeholder=Se("+ .uk-sticky-placeholder",this.$el)||Se('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected:function(){this.isFixed&&(this.hide(),Te(this.selTarget,this.clsInactive)),ve(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el:window,handler:function(){var t=this;if(!1!==this.targetOffset&&location.hash&&window.pageYOffset>0){var e=Se(location.hash);e&&xn.read(function(){var n=en(e).top,i=en(t.$el).top,o=t.$el.offsetHeight;t.isFixed&&i+o>=n&&i<=n+e.offsetHeight&&mn(window,n-o-(M(t.targetOffset)?t.targetOffset:0)-t.offset)})}}}],update:[{read:function(t,e){var n=t.height;this.isActive&&"update"!==e&&(this.hide(),n=this.$el.offsetHeight,this.show()),n=this.isActive?n:this.$el.offsetHeight,this.topOffset=en(this.isFixed?this.placeholder:this.$el).top,this.bottomOffset=this.topOffset+n;var i=Qi("bottom",this);return this.top=Math.max(W(Qi("top",this)),this.topOffset)-this.offset,this.bottom=i&&i-n,this.inactive=!this.matchMedia,{lastScroll:!1,height:n,margins:Be(this.$el,["marginTop","marginBottom","marginLeft","marginRight"])}},write:function(t){var e=t.height,n=t.margins,i=this.placeholder;Be(i,X({height:e},n)),Et(i,document)||(me(this.$el,i),it(i,"hidden","")),this.isActive=this.isActive},events:["resize"]},{read:function(t){var e=t.scroll;return void 0===e&&(e=0),this.width=(_t(this.widthElement)?this.widthElement:this.$el).offsetWidth,this.scroll=window.pageYOffset,{dir:e<=this.scroll?"down":"up",scroll:this.scroll,visible:_t(this.$el),top:gn(this.placeholder)[0]}},write:function(t,e){var n=this,i=t.initTimestamp;void 0===i&&(i=0);var o=t.dir,r=t.lastDir,s=t.lastScroll,a=t.scroll,c=t.top,l=t.visible,u=performance.now();if(t.lastScroll=a,!(a<0||a===s||!l||this.disabled||this.showOnUp&&"scroll"!==e||((u-i>300||o!==r)&&(t.initScroll=a,t.initTimestamp=u),t.lastDir=o,this.showOnUp&&Math.abs(t.initScroll-a)<=30&&Math.abs(s-a)<=10)))if(this.inactive||a<this.top||this.showOnUp&&(a<=this.top||"down"===o||"up"===o&&!this.isFixed&&a<=this.bottomOffset)){if(!this.isFixed)return void(Ge.inProgress(this.$el)&&c>a&&(Ge.cancel(this.$el),this.hide()));this.isFixed=!1,this.animation&&a>this.topOffset?(Ge.cancel(this.$el),Ge.out(this.$el,this.animation).then(function(){return n.hide()},Z)):this.hide()}else this.isFixed?this.update():this.animation?(Ge.cancel(this.$el),this.show(),Ge.in(this.$el,this.animation).catch(Z)):this.show()},events:["resize","scroll"]}],methods:{show:function(){this.isFixed=!0,this.update(),it(this.placeholder,"hidden",null)},hide:function(){this.isActive=!1,Te(this.$el,this.clsFixed,this.clsBelow),Be(this.$el,{position:"",top:"",width:""}),it(this.placeholder,"hidden","")},update:function(){var t=0!==this.top||this.scroll>this.top,e=Math.max(0,this.offset);this.bottom&&this.scroll>this.bottom-this.offset&&(e=this.bottom-this.scroll),Be(this.$el,{position:"fixed",top:e+"px",width:this.width}),this.isActive=t,De(this.$el,this.clsBelow,this.scroll>this.bottomOffset),Ce(this.$el,this.clsFixed)}}};function Qi(t,e){var n=e.$props,i=e.$el,o=e[t+"Offset"],r=n[t];if(r){if(M(r))return o+W(r);if(P(r)&&r.match(/^-?\d+vh$/))return rn(window)*W(r)/100;var s=!0===r?i.parentNode:at(r,i);return s?en(s).top+s.offsetHeight:void 0}}var Ji={mixins:[zn],args:"connect",props:{connect:String,toggle:String,active:Number,swiping:Boolean},data:{connect:"~.bc-uk-switcher",toggle:"> * > :first-child",active:0,swiping:!0,cls:"bc-uk-active",clsContainer:"bc-uk-switcher",attrItem:"bc-uk-switcher-item",queued:!0},computed:{connects:function(t,e){return ct(t.connect,e)},toggles:function(t,e){return Ie(t.toggle,e)}},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault(),this.show(F(this.$el.children).filter(function(e){return Et(t.current,e)})[0])}},{name:"click",el:function(){return this.connects},delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter:function(){return this.swiping},el:function(){return this.connects},handler:function(t){var e=t.type;this.show(m(e,"Left")?"next":"previous")}}],update:function(){var t=this;this.connects.forEach(function(e){return t.updateAria(e.children)});var e=this.$el.children;this.show(At(e,"."+this.cls)[0]||e[this.active]||e[0])},methods:{index:function(){return!H(this.connects)&&le(At(this.connects[0].children,"."+this.cls)[0])},show:function(t){for(var e,n,i=this,o=this.$el.children,r=o.length,s=this.index(),a=s>=0,c="previous"===t?-1:1,l=ue(t,o,s),u=0;u<r;u++,l=(l+c+r)%r)if(!wt(this.toggles[l],".uk-disabled *, .uk-disabled, [disabled]")){e=this.toggles[l],n=o[l];break}!n||s>=0&&Oe(n,this.cls)||s===l||(Te(o,this.cls),Ce(n,this.cls),it(this.toggles,"aria-expanded",!1),it(e,"aria-expanded",!0),this.connects.forEach(function(t){a?i.toggleElement([t.children[s],t.children[l]]):i.toggleNow(t.children[l])}))}}},Gi={mixins:[Bn],extends:Ji,props:{media:Boolean},data:{media:960,attrItem:"bc-uk-tab-item"},connected:function(){var t=Oe(this.$el,"bc-uk-tab-left")?"bc-uk-tab-left":!!Oe(this.$el,"bc-uk-tab-right")&&"bc-uk-tab-right";t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}},Zi={mixins:[Oi,zn],args:"target",props:{href:String,target:null,mode:"list"},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:function(t,e){var n=t.href,i=t.target;return(i=ct(i||n,e)).length&&i||[e]}},connected:function(){Nt(this.target,"updatearia",[this])},events:[{name:re+" "+se,filter:function(){return y(this.mode,"hover")},handler:function(t){Wt(t)||this.toggle("toggle"+(t.type===re?"show":"hide"))}},{name:"click",filter:function(){return y(this.mode,"click")||ee&&y(this.mode,"hover")},handler:function(t){var e;(xt(t.target,'a[href="#"], a[href=""]')||(e=xt(t.target,"a[href]"))&&(this.cls||!_t(this.target)||e.hash&&wt(this.target,e.hash)))&&t.preventDefault(),this.toggle()}}],update:{read:function(){return!(!y(this.mode,"media")||!this.media)&&{match:this.matchMedia}},write:function(t){var e=t.match,n=this.isToggled(this.target);(e?!n:n)&&this.toggle()},events:["resize"]},methods:{toggle:function(t){Nt(this.target,t||"toggle",[this])&&this.toggleElement(this.target)}}};Hn.version="3.1.4",function(t){t.component("accordion",qn),t.component("alert",Wn),t.component("cover",Un),t.component("drop",Xn),t.component("dropdown",Kn),t.component("formCustom",Qn),t.component("gif",Jn),t.component("grid",ei),t.component("heightMatch",ii),t.component("heightViewport",si),t.component("icon",gi),t.component("img",ki),t.component("leader",Ni),t.component("margin",Gn),t.component("modal",zi),t.component("nav",qi),t.component("navbar",Wi),t.component("offcanvas",Li),t.component("overflowAuto",Ri),t.component("responsive",Vi),t.component("scroll",Ui),t.component("scrollspy",Yi),t.component("scrollspyNav",Xi),t.component("sticky",Ki),t.component("svg",ci),t.component("switcher",Ji),t.component("tab",Gi),t.component("toggle",Zi),t.component("video",Vn),t.component("close",yi),t.component("marker",vi),t.component("navbarToggleIcon",vi),t.component("overlayIcon",vi),t.component("paginationNext",vi),t.component("paginationPrevious",vi),t.component("searchIcon",wi),t.component("slidenavNext",bi),t.component("slidenavPrevious",bi),t.component("spinner",xi),t.component("totop",vi),t.use(Ln)}(Hn);var to={mixins:[Bn],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){var e=t.date;return Date.parse(e)},days:function(t,e){return Se(t.clsWrapper.replace("%unit%","days"),e)},hours:function(t,e){return Se(t.clsWrapper.replace("%unit%","hours"),e)},minutes:function(t,e){return Se(t.clsWrapper.replace("%unit%","minutes"),e)},seconds:function(t,e){return Se(t.clsWrapper.replace("%unit%","seconds"),e)},units:function(){var t=this;return["days","hours","minutes","seconds"].filter(function(e){return t[e]})}},connected:function(){this.start()},disconnected:function(){var t=this;this.stop(),this.units.forEach(function(e){return he(t[e])})},events:[{name:"visibilitychange",el:document,handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var t,e,n=this,i=(t=this.date,{total:e=t-Date.now(),seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24});i.total<=0&&(this.stop(),i.days=i.hours=i.minutes=i.seconds=0),this.units.forEach(function(t){var e=String(Math.floor(i[t]));e=e.length<2?"0"+e:e;var o=n[t];o.textContent!==e&&((e=e.split("")).length!==o.children.length&&de(o,e.map(function(){return"<span></span>"}).join("")),e.forEach(function(t,e){return o.children[e].textContent=t}))})}},methods:{start:function(){var t=this;this.stop(),this.date&&this.units.length&&(this.$emit(),this.timer=setInterval(function(){return t.$emit()},1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};var eo,no="bc-uk-animation-target",io={props:{animation:Number},data:{animation:150},computed:{target:function(){return this.$el}},methods:{animate:function(t){var e=this;!function(){if(eo)return;(eo=fe(document.head,"<style>").sheet).insertRule("."+no+" > * {\n margin-top: 0 !important;\n transform: none !important;\n }",0)}();var n=F(this.target.children),i=n.map(function(t){return oo(t,!0)}),o=rn(this.target),r=window.pageYOffset;t(),Ye.cancel(this.target),n.forEach(Ye.cancel),ro(this.target),this.$update(this.target),xn.flush();var s=rn(this.target),a=(n=n.concat(F(this.target.children).filter(function(t){return!y(n,t)}))).map(function(t,e){return!!(t.parentNode&&e in i)&&(i[e]?_t(t)?so(t):{opacity:0}:{opacity:_t(t)?1:0})});return i=a.map(function(t,o){var r=n[o].parentNode===e.target&&(i[o]||oo(n[o]));if(r)if(t){if(!("opacity"in t)){r.opacity%1?t.opacity=1:delete r.opacity}}else delete r.opacity;return r}),Ce(this.target,no),n.forEach(function(t,e){return i[e]&&Be(t,i[e])}),Be(this.target,"height",o),mn(window,r),Ft.all(n.map(function(t,n){return i[n]&&a[n]?Ye.start(t,a[n],e.animation,"ease"):Ft.resolve()}).concat(Ye.start(this.target,{height:s},this.animation,"ease"))).then(function(){n.forEach(function(t,e){return Be(t,{display:0===a[e].opacity?"none":"",zIndex:""})}),ro(e.target),e.$update(e.target),xn.flush()},Z)}}};function oo(t,e){var n=Be(t,"zIndex");return!!_t(t)&&X({display:"",opacity:e?Be(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===n?le(t):n},so(t))}function ro(t){Be(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",width:""}),Te(t,no),Be(t,"height","")}function so(t){var e=t.getBoundingClientRect(),n=e.height,i=e.width,o=on(t),r=o.top,s=o.left;return{top:r+=W(Be(t,"marginTop")),left:s,height:n,width:i}}var ao={mixins:[io],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"bc-uk-filter-control",cls:"bc-uk-active",animation:250},computed:{toggles:{get:function(t,e){t.attrItem;return Ie("["+this.attrItem+"],[data-"+this.attrItem+"]",e)},watch:function(){this.updateState()}},target:function(t,e){return Se(t.target,e)},children:{get:function(){return F(this.target.children)},watch:function(t,e){var n,i;i=e,(n=t).length===i.length&&n.every(function(t){return~i.indexOf(t)})||this.updateState()}}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],connected:function(){var t=this;if(this.updateState(),!1!==this.selActive){var e=Ie(this.selActive,this.$el);this.toggles.forEach(function(n){return De(n,t.cls,y(e,n))})}},methods:{apply:function(t){this.setState(lo(t,this.attrItem,this.getState()))},getState:function(){var t=this;return this.toggles.filter(function(e){return Oe(e,t.cls)}).reduce(function(e,n){return lo(n,t.attrItem,e)},{filter:{"":""},sort:[]})},setState:function(t,e){var n=this;void 0===e&&(e=!0),t=X({filter:{"":""},sort:[]},t),Nt(this.$el,"beforeFilter",[this,t]);var i=this.children;this.toggles.forEach(function(e){return De(e,n.cls,!!function(t,e,n){var i=n.filter;void 0===i&&(i={"":""});var o=n.sort,r=o[0],s=o[1],a=co(t,e),c=a.filter;void 0===c&&(c="");var l=a.group;void 0===l&&(l="");var u=a.sort,h=a.order;void 0===h&&(h="asc");return B(u)?l in i&&c===i[l]||!c&&l&&!(l in i)&&!i[""]:r===u&&s===h}(e,n.attrItem,t))});var o=function(){var e=function(t){var e="";return K(t.filter,function(t){return e+=t||""}),e}(t);i.forEach(function(t){return Be(t,"display",e&&!wt(t,e)?"none":"")});var o=t.sort,r=o[0],s=o[1];if(r){var a=function(t,e,n){return X([],t).sort(function(t,i){return st(t,e).localeCompare(st(i,e),void 0,{numeric:!0})*("asc"===n||-1)})}(i,r,s);U(a,i)||a.forEach(function(t){return fe(n.target,t)})}};e?this.animate(o).then(function(){return Nt(n.$el,"afterFilter",[n])}):(o(),Nt(this.$el,"afterFilter",[this]))},updateState:function(){var t=this;xn.write(function(){return t.setState(t.getState(),!1)})}}};function co(t,e){return En(st(t,e),["filter"])}function lo(t,e,n){var i=co(t,e),o=i.filter,r=i.group,s=i.sort,a=i.order;return void 0===a&&(a="asc"),(o||B(s))&&(r?o?(delete n.filter[""],n.filter[r]=o):(delete n.filter[r],(H(n.filter)||""in n.filter)&&(n.filter={"":o||""})):n.filter={"":o||""}),B(s)||(n.sort=[s,a]),n}var uo={slide:{show:function(t){return[{transform:fo(-100*t)},{transform:fo()}]},percent:function(t){return ho(t)},translate:function(t,e){return[{transform:fo(-100*e*t)},{transform:fo(100*e*(1-t))}]}}};function ho(t){return Math.abs(Be(t,"transform").split(",")[4]/t.offsetWidth)||0}function fo(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),"translateX("+t+(t?e:"")+")"}function po(t){return"scale3d("+t+", "+t+", 1)"}var mo=X({},uo,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:po(.8)},{opacity:1,transform:po(1)}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:po(1-.2*t)},{opacity:t,transform:po(.8+.2*t)}]}}});function go(t,e,n){Nt(t,Mt(e,!1,!1,n))}var vo={mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){it(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:document,filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:"mouseenter",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!0}},{name:"mouseleave",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!1}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return!Et(document.activeElement,t.$el)&&!t.isHovering&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var t=this;["start","move","end"].forEach(function(e){var n=t[e];t[e]=function(e){var i=Lt(e).x*(Gt?-1:1);t.prevPos=i!==t.pos?t.pos:t.prevPos,t.pos=i,n(e)}})},events:[{name:ne,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!Wt(t)&&(e=t.target,!e.children.length&&e.childNodes.length)||t.button>0||this.length<2||this.start(t)}},{name:"touchmove",passive:!1,handler:"move",delegate:function(){return this.selSlides}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){var t=this;this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index;var e="touchmove"!==ie?Ot(document,ie,this.move,{passive:!1}):Z;this.unbindMove=function(){e(),t.unbindMove=null},Ot(window,"scroll",this.unbindMove),Ot(document,oe,this.end,!0),Be(this.list,"userSelect","none")},move:function(t){var e=this;if(this.unbindMove){var n=this.pos-this.drag;if(!(0===n||this.prevPos===this.pos||!this.dragging&&Math.abs(n)<this.threshold)){Be(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=n<0?1:-1;for(var i=this.slides,o=this.prevIndex,r=Math.abs(n),s=this.getIndex(o+this.dir,o),a=this._getDistance(o,s)||i[o].offsetWidth;s!==o&&r>a;)this.drag-=a*this.dir,o=s,r-=a,s=this.getIndex(o+this.dir,o),a=this._getDistance(o,s)||i[o].offsetWidth;this.percent=r/a;var c,l=i[o],u=i[s],h=this.index!==s,d=o===s;[this.index,this.prevIndex].filter(function(t){return!y([s,o],t)}).forEach(function(t){Nt(i[t],"itemhidden",[e]),d&&(c=!0,e.prevIndex=o)}),(this.index===o&&this.prevIndex!==o||c)&&Nt(i[this.index],"itemshown",[this]),h&&(this.prevIndex=o,this.index=s,!d&&Nt(l,"beforeitemhide",[this]),Nt(u,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),l,!d&&u),h&&(!d&&Nt(l,"itemhide",[this]),Nt(u,"itemshow",[this]))}}},end:function(){if(Dt(window,"scroll",this.unbindMove),this.unbindMove&&this.unbindMove(),Dt(document,oe,this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{var t=(Gt?this.dir*(Gt?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}Be(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){return Se(t.selNav,e)},selNavItem:function(t){var e=t.attrItem;return"["+e+"],[data-"+e+"]"},navItems:function(t,e){return Ie(this.selNavItem,e)}},update:{write:function(){var t=this;this.nav&&this.length!==this.nav.children.length&&de(this.nav,this.slides.map(function(e,n){return"<li "+t.attrItem+'="'+n+'"><a href="#"></a></li>'}).join("")),De(Ie(this.selNavItem,this.$el).concat(this.nav),"bc-uk-hidden",!this.maxIndex),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var t=this,e=this.getValidIndex();this.navItems.forEach(function(n){var i=st(n,t.attrItem);De(n,t.clsActive,q(i)===e),De(n,"bc-uk-invisible",t.finite&&("previous"===i&&0===e||"next"===i&&e>=t.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,stack:[],percent:0,clsActive:"bc-uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},computed:{duration:function(t,e){var n=t.velocity;return bo(e.offsetWidth/n)},length:function(){return this.slides.length},list:function(t,e){return Se(t.selList,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" > *"},slides:function(){return F(this.list.children)}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var n=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var i=this.stack,o=e?0:i.length,r=function(){i.splice(o,1),i.length&&n.show(i.shift(),!0)};if(i[e?"unshift":"push"](t),!e&&i.length>1)2===i.length&&this._transitioner.forward(Math.min(this.duration,200));else{var s=this.index,a=Oe(this.slides,this.clsActive)&&this.slides[s],c=this.getIndex(t,this.index),l=this.slides[c];if(a!==l){if(this.dir=function(t,e){return"next"===t?1:"previous"===t?-1:t<e?-1:1}(t,s),this.prevIndex=s,this.index=c,a&&Nt(a,"beforeitemhide",[this]),!Nt(l,"beforeitemshow",[this,a]))return this.index=this.prevIndex,void r();var u=this._show(a,l,e).then(function(){return a&&Nt(a,"itemhidden",[n]),Nt(l,"itemshown",[n]),new Ft(function(t){xn.write(function(){i.shift(),i.length?n.show(i.shift(),!0):n._transitioner=null,t()})})});return a&&Nt(a,"itemhide",[this]),Nt(l,"itemshow",[this]),u}r()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),G(ue(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,n){if(this._transitioner=this._getTransitioner(t,e,this.dir,X({easing:n?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!n&&!t)return this._transitioner.translate(1),Ft.resolve();var i=this.stack.length;return this._transitioner[i>1?"forward":"show"](i>1?Math.min(this.duration,75+75/(i-1)):this.duration,this.percent)},_getDistance:function(t,e){return new this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,n){void 0===e&&(e=this.prevIndex),void 0===n&&(n=this.index);var i=this._getTransitioner(e!==n&&e,n);return i.translate(t),i},_getTransitioner:function(t,e,n,i){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===n&&(n=this.dir||1),void 0===i&&(i=this.transitionOptions),new this.Transitioner(N(t)?this.slides[t]:t,N(e)?this.slides[e]:e,n*(Gt?-1:1),i)}}};function bo(t){return.5*t+300}var wo={mixins:[vo],props:{animation:String},data:{animation:"slide",clsActivated:"bc-uk-transition-active",Animations:uo,Transitioner:function(t,e,n,i){var o=i.animation,r=i.easing,s=o.percent,a=o.translate,c=o.show;void 0===c&&(c=Z);var l=c(n),u=new Rt;return{dir:n,show:function(i,o,s){var a=this;void 0===o&&(o=0);var c=s?"linear":r;return i-=Math.round(i*G(o,-1,1)),this.translate(o),go(e,"itemin",{percent:o,duration:i,timing:c,dir:n}),go(t,"itemout",{percent:1-o,duration:i,timing:c,dir:n}),Ft.all([Ye.start(e,l[1],i,c),Ye.start(t,l[0],i,c)]).then(function(){a.reset(),u.resolve()},Z),u.promise},stop:function(){return Ye.stop([e,t])},cancel:function(){Ye.cancel([e,t])},reset:function(){for(var n in l[0])Be([e,t],n,"")},forward:function(n,i){return void 0===i&&(i=this.percent()),Ye.cancel([e,t]),this.show(n,i,!0)},translate:function(i){this.reset();var o=a(i,n);Be(e,o[1]),Be(t,o[0]),go(e,"itemtranslatein",{percent:i,dir:n}),go(t,"itemtranslateout",{percent:1-i,dir:n})},percent:function(){return s(t||e,e,n)},getDistance:function(){return t&&t.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,n=t.Animations;return X(e in n?n[e]:n.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){var e=t.target;this.$update(e)},itemshow:function(){N(this.prevIndex)&&xn.flush()},beforeitemshow:function(t){Ce(t.target,this.clsActive)},itemshown:function(t){Ce(t.target,this.clsActivated)},itemhidden:function(t){Te(t.target,this.clsActive,this.clsActivated)}}},yo={mixins:[Mi,Hi,zn,wo],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"bc-uk-open",clsPage:"bc-uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"bc-uk-lightbox-item",selClose:".uk-close-large",pauseOnHover:!1,velocity:2,Animations:mo,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href="#" uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href="#" uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=this;this.$mount(fe(this.container,this.template)),this.caption=Se(".uk-lightbox-caption",this.$el),this.items.forEach(function(){return fe(t.list,"<li></li>")})},events:[{name:ie+" "+ne+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),Te(this.slides,this.clsActive),Ye.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:document,handler:function(t){if(this.isToggled(this.$el))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleNow(this.$el,!0),this.animation=mo.scale,Te(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(t){var e=le(t.target),n=this.getItem(e).caption;Be(this.caption,"display",n?"":"none"),de(this.caption,n);for(var i=0;i<=this.preload;i++)this.loadItem(this.getIndex(e+i)),this.loadItem(this.getIndex(e-i))}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,e){var n,i=this,o=e.source,r=e.type,s=e.alt;if(this.setItem(e,"<span uk-spinner></span>"),o)if("image"===r||o.match(/\.(jp(e)?g|png|gif|svg|webp)($|\?)/i))Qt(o).then(function(t){return i.setItem(e,'<img width="'+t.width+'" height="'+t.height+'" src="'+o+'" alt="'+(s||"")+'">')},function(){return i.setError(e)});else if("video"===r||o.match(/\.(mp4|webm|ogv)($|\?)/i)){var a=Se("<video controls playsinline"+(e.poster?' poster="'+e.poster+'"':"")+' uk-video="'+this.videoAutoplay+'"></video>');it(a,"src",o),Pt(a,"error loadedmetadata",function(t){"error"===t?i.setError(e):(it(a,{width:a.videoWidth,height:a.videoHeight}),i.setItem(e,a))})}else if("iframe"===r||o.match(/\.(html|php)($|\?)/i))this.setItem(e,'<iframe class="uk-lightbox-iframe" src="'+o+'" frameborder="0" allowfullscreen></iframe>');else if(n=o.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/watch\?v=([^&\s]+)/)||o.match(/()youtu\.be\/(.*)/)){var c=n[2],l=function(t,o){return void 0===t&&(t=640),void 0===o&&(o=450),i.setItem(e,xo("https://www.youtube"+(n[1]||"")+".com/embed/"+c,t,o,i.videoAutoplay))};Qt("https://img.youtube.com/vi/"+c+"/maxresdefault.jpg").then(function(t){var e=t.width,n=t.height;120===e&&90===n?Qt("https://img.youtube.com/vi/"+c+"/0.jpg").then(function(t){var e=t.width,n=t.height;return l(e,n)},l):l(e,n)},l)}else(n=o.match(/(\/\/.*?)vimeo\.[a-z]+\/([0-9]+).*?/))&&Kt("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(o),{responseType:"json",withCredentials:!1}).then(function(t){var o=t.response,r=o.height,s=o.width;return i.setItem(e,xo("https://player.vimeo.com/video/"+n[2],s,r,i.videoAutoplay))},function(){return i.setError(e)})}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);var e=this.getItem(t);e.content||Nt(this.$el,"itemload",[e])},getItem:function(t){return void 0===t&&(t=this.index),this.items[t]||{}},setItem:function(t,e){X(t,{content:e});var n=de(this.slides[this.items.indexOf(t)],e);Nt(this.$el,"itemloaded",[this,n]),this.$update(n)},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),Ce(this.$el,"bc-uk-active","bc-uk-transition-active")},hideControls:function(){Te(this.$el,"bc-uk-active","bc-uk-transition-active")}}};function xo(t,e,n,i){return'<iframe src="'+t+'" width="'+e+'" height="'+n+'" style="max-width: 100%; box-sizing: border-box;" frameborder="0" allowfullscreen uk-video="autoplay: '+i+'" uk-responsive></iframe>'}var ko,$o={install:function(t,e){t.lightboxPanel||t.component("lightboxPanel",yo);X(e.props,t.component("lightboxPanel").options.props)},props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get:function(t,e){return Ie(t.toggle,e)},watch:function(){this.hide()}},items:function(){return J(this.toggles.map(jo),"source")}},disconnected:function(){this.hide()},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault();var e=st(t.current,"href");this.show(k(this.items,function(t){return t.source===e}))}}],methods:{show:function(t){var e=this;return this.panel=this.panel||this.$create("lightboxPanel",X({},this.$props,{items:this.items})),Ot(this.panel.$el,"hidden",function(){return e.panel=!1}),this.panel.show(t)},hide:function(){return this.panel&&this.panel.hide()}}};function jo(t){return["href","caption","type","poster","alt"].reduce(function(e,n){return e["href"===n?"source":n]=st(t,n),e},{})}var So={},Io={functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsClose:"bc-uk-notification-close",clsMsg:"bc-uk-notification-message"},install:function(t){t.notification.closeAll=function(e,n){je(document.body,function(i){var o=t.getComponent(i,"notification");!o||e&&e!==o.group||o.close(n)})}},computed:{marginProp:function(t){return"margin"+(f(t.pos,"top")?"Top":"Bottom")},startProps:function(){var t;return(t={opacity:0})[this.marginProp]=-this.$el.offsetHeight,t}},created:function(){So[this.pos]||(So[this.pos]=fe(this.$container,'<div class="uk-notification uk-notification-'+this.pos+'"></div>'));var t=Be(So[this.pos],"display","block");this.$mount(fe(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href="#" class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},connected:function(){var t,e=this,n=W(Be(this.$el,this.marginProp));Ye.start(Be(this.$el,this.startProps),(t={opacity:1},t[this.marginProp]=n,t)).then(function(){e.timeout&&(e.timer=setTimeout(e.close,e.timeout))})},events:(ko={click:function(t){xt(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()}},ko[re]=function(){this.timer&&clearTimeout(this.timer)},ko[se]=function(){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},ko),methods:{close:function(t){var e=this,n=function(){Nt(e.$el,"close",[e]),ve(e.$el),So[e.pos].children.length||Be(So[e.pos],"display","none")};this.timer&&clearTimeout(this.timer),t?n():Ye.start(this.$el,this.startProps).then(n)}}};var _o=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"],Co={mixins:[Oi],props:_o.reduce(function(t,e){return t[e]="list",t},{}),data:_o.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(t,e){var n=this;return _o.reduce(function(i,o){if(B(t[o]))return i;var r,s,a,c=o.match(/color/i),l=c||"opacity"===o,u=t[o].slice(0);l&&Be(e,o,""),u.length<2&&u.unshift(("scale"===o?1:l?Be(e,o):0)||0);var h=function(t){return t.reduce(function(t,e){return P(e)&&e.replace(/-|\d/g,"").trim()||t},"")}(u);if(c){var d=e.style.color;u=u.map(function(t){return Be(Be(e,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(W)}),e.style.color=d}else if(f(o,"bg")){var p="bgy"===o?"height":"width";if(u=u.map(function(t){return vn(t,p,n.$el)}),Be(e,"background-position-"+o[2],""),s=Be(e,"backgroundPosition").split(" ")["x"===o[2]?0:1],n.covers){var m=Math.min.apply(Math,u),g=Math.max.apply(Math,u),v=u.indexOf(m)<u.indexOf(g);a=g-m,u=u.map(function(t){return t-(v?m:g)}),r=(v?-a:0)+"px"}else r=s}else u=u.map(W);if("stroke"===o){if(!u.some(function(t){return t}))return i;var b=di(n.$el);Be(e,"strokeDasharray",b),"%"===h&&(u=u.map(function(t){return t*b/100})),u=u.reverse(),o="strokeDashoffset"}return i[o]={steps:u,unit:h,pos:r,bgPos:s,diff:a},i},{})},bgProps:function(){var t=this;return["bgx","bgy"].filter(function(e){return e in t.props})},covers:function(t,e){return function(t){var e=t.style.backgroundSize,n="cover"===Be(Be(t,"backgroundSize",""),"backgroundSize");return t.style.backgroundSize=e,n}(e)}},disconnected:function(){delete this._image},update:{read:function(t){var e=this;if(t.active=this.matchMedia,t.active){if(!t.image&&this.covers&&this.bgProps.length){var n=Be(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(n){var i=new Image;i.src=n,t.image=i,i.naturalWidth||(i.onload=function(){return e.$emit()})}}var o=t.image;if(o&&o.naturalWidth){var r={width:this.$el.offsetWidth,height:this.$el.offsetHeight},s={width:o.naturalWidth,height:o.naturalHeight},a=nt.cover(s,r);this.bgProps.forEach(function(t){var n=e.props[t],i=n.diff,o=n.bgPos,c=n.steps,l="bgy"===t?"height":"width",u=a[l]-r[l];if(u<i)r[l]=a[l]+i-u;else if(u>i){var h=r[l]/vn(o,l,e.$el);h&&(e.props[t].steps=c.map(function(t){return t-(u-i)/h}))}a=nt.cover(s,r)}),t.dim=a}}},write:function(t){var e=t.dim;t.active?e&&Be(this.$el,{backgroundSize:e.width+"px "+e.height+"px",backgroundRepeat:"no-repeat"}):Be(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var t=this;K(this.getCss(0),function(e,n){return Be(t.$el,n,"")})},getCss:function(t){var e=this.props;return Object.keys(e).reduce(function(n,i){var o=e[i],r=o.steps,s=o.unit,a=o.pos,c=function(t,e,n){void 0===n&&(n=2);var i=To(t,e),o=i[0],r=i[1],s=i[2];return(N(o)?o+Math.abs(o-r)*s*(o<r?1:-1):+r).toFixed(n)}(r,t);switch(i){case"x":case"y":s=s||"px",n.transform+=" translate"+u(i)+"("+W(c).toFixed("px"===s?0:2)+s+")";break;case"rotate":s=s||"deg",n.transform+=" rotate("+(c+s)+")";break;case"scale":n.transform+=" scale("+c+")";break;case"bgy":case"bgx":n["background-position-"+i[2]]="calc("+a+" + "+c+"px)";break;case"color":case"backgroundColor":case"borderColor":var l=To(r,t),h=l[0],d=l[1],f=l[2];n[i]="rgba("+h.map(function(t,e){return t+=f*(d[e]-t),3===e?W(t):parseInt(t,10)}).join(",")+")";break;case"blur":s=s||"px",n.filter+=" blur("+(c+s)+")";break;case"hue":s=s||"deg",n.filter+=" hue-rotate("+(c+s)+")";break;case"fopacity":s=s||"%",n.filter+=" opacity("+(c+s)+")";break;case"grayscale":case"invert":case"saturate":case"sepia":s=s||"%",n.filter+=" "+i+"("+(c+s)+")";break;default:n[i]=c}return n},{transform:"",filter:""})}}};function To(t,e){var n=t.length-1,i=Math.min(Math.floor(n*e),n-1),o=t.slice(i,i+2);return o.push(1===e?1:e%(1/n)*n),o}var Ao={mixins:[Co],props:{target:String,viewport:Number,easing:Number},data:{target:!1,viewport:1,easing:1},computed:{target:function(t,e){var n=t.target;return function t(e){return e?"offsetTop"in e?e:t(e.parentNode):document.body}(n&&at(n,e)||e)}},update:{read:function(t,e){var n=t.percent,i=t.active;if("scroll"!==e&&(n=!1),i){var o=n;return{percent:n=function(t,e){return G(t*(1-(e-e*t)))}(pn(this.target)/(this.viewport||1),this.easing),style:o!==n&&this.getCss(n)}}},write:function(t){var e=t.style;t.active?e&&Be(this.$el,e):this.reset()},events:["scroll","resize"]}};var Eo={update:{write:function(){if(!this.stack.length&&!this.dragging){var t=this.getValidIndex();delete this.index,Te(this.slides,this.clsActive,this.clsActivated),this.show(t)}},events:["resize"]}};function Oo(t,e,n){var i=No(t,e);return n?i-function(t,e){return Mo(e).width/2-Mo(t).width/2}(t,e):Math.min(i,Do(e))}function Do(t){return Math.max(0,Po(t)-Mo(t).width)}function Po(t){return Bo(t).reduce(function(t,e){return Mo(e).width+t},0)}function No(t,e){return(on(t).left+(Gt?Mo(t).width-Mo(e).width:0))*(Gt?-1:1)}function Mo(t){return t.getBoundingClientRect()}function Ho(t,e,n){Nt(t,Mt(e,!1,!1,n))}function Bo(t){return F(t.children)}var zo={mixins:[Bn,vo,Eo],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"bc-uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"bc-uk-slider-container",Transitioner:function(t,e,n,i){var o=i.center,r=i.easing,s=i.list,a=new Rt,c=t?Oo(t,s,o):Oo(e,s,o)+Mo(e).width*n,l=e?Oo(e,s,o):c+Mo(t).width*n*(Gt?-1:1);return{dir:n,show:function(e,i,o){void 0===i&&(i=0);var c=o?"linear":r;return e-=Math.round(e*G(i,-1,1)),this.translate(i),t&&this.updateTranslates(),i=t?i:G(i,0,1),Ho(this.getItemIn(),"itemin",{percent:i,duration:e,timing:c,dir:n}),t&&Ho(this.getItemIn(!0),"itemout",{percent:1-i,duration:e,timing:c,dir:n}),Ye.start(s,{transform:fo(-l*(Gt?-1:1),"px")},e,c).then(a.resolve,Z),a.promise},stop:function(){return Ye.stop(s)},cancel:function(){Ye.cancel(s)},reset:function(){Be(s,"transform","")},forward:function(t,e){return void 0===e&&(e=this.percent()),Ye.cancel(s),this.show(t,e,!0)},translate:function(e){var i=this.getDistance()*n*(Gt?-1:1);Be(s,"transform",fo(G(i-i*e-l,-Po(s),Mo(s).width)*(Gt?-1:1),"px")),this.updateTranslates(),t&&(e=G(e,-1,1),Ho(this.getItemIn(),"itemtranslatein",{percent:e,dir:n}),Ho(this.getItemIn(!0),"itemtranslateout",{percent:1-e,dir:n}))},percent:function(){return Math.abs((Be(s,"transform").split(",")[4]*(Gt?-1:1)+c)/(l-c))},getDistance:function(){return Math.abs(l-c)},getItemIn:function(e){void 0===e&&(e=!1);var i=this.getActives(),o=Q(Bo(s),"offsetLeft"),r=le(o,i[n*(e?-1:1)>0?i.length-1:0]);return~r&&o[r+(t&&!e?n:0)]},getActives:function(){var n=Oo(t||e,s,o);return Q(Bo(s).filter(function(t){var e=No(t,s);return e>=n&&e+Mo(t).width<=Mo(s).width+n}),"offsetLeft")},updateTranslates:function(){var t=this.getActives();Bo(s).forEach(function(n){var i=y(t,n);Ho(n,"itemtranslate"+(i?"in":"out"),{percent:i?1:0,dir:n.offsetLeft<=e.offsetLeft?1:-1})})}}}},computed:{avgWidth:function(){return Po(this.list)/this.length},finite:function(t){return t.finite||Po(this.list)<Mo(this.list).width+Bo(this.list).reduce(function(t,e){return Math.max(t,Mo(e).width)},0)+this.center},maxIndex:function(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return this.sets[this.sets.length-1];Be(this.slides,"order","");for(var t=Do(this.list),e=this.length;e--;)if(No(this.list.children[e],this.list)<t)return Math.min(e+1,this.length-1);return 0},sets:function(t){var e=this,n=t.sets,i=Mo(this.list).width/(this.center?2:1),o=0,r=i,s=0;return!H(n=n&&this.slides.reduce(function(t,n,a){var c=Mo(n).width;if(s+c>o&&(!e.center&&a>e.maxIndex&&(a=e.maxIndex),!y(t,a))){var l=e.slides[a+1];e.center&&l&&c<r-Mo(l).width/2?r-=c:(r=i,t.push(a),o=s+i+(e.center?c/2:0))}return s+=c,t},[]))&&n},transitionOptions:function(){return{center:this.center,list:this.list}}},connected:function(){De(this.$el,this.clsContainer,!Se("."+this.clsContainer,this.$el))},update:{write:function(){var t=this;Ie("["+this.attrItem+"],[data-"+this.attrItem+"]",this.$el).forEach(function(e){var n=st(e,t.attrItem);t.maxIndex&&De(e,"bc-uk-hidden",M(n)&&(t.sets&&!y(t.sets,W(n))||n>t.maxIndex))})},events:["resize"]},events:{beforeitemshow:function(t){!this.dragging&&this.sets&&this.stack.length<2&&!y(this.sets,this.index)&&(this.index=this.getValidIndex());var e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(var n=0;n<e;n++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault()}else this.duration=bo(this.avgWidth/this.velocity)*(Mo(this.dir<0||!this.slides[this.prevIndex]?this.slides[this.index]:this.slides[this.prevIndex]).width/this.avgWidth),this.reorder()},itemshow:function(){!B(this.prevIndex)&&Ce(this._getTransitioner().getItemIn(),this.clsActive)},itemshown:function(){var t=this,e=this._getTransitioner(this.index).getActives();this.slides.forEach(function(n){return De(n,t.clsActive,y(e,n))}),(!this.sets||y(this.sets,W(this.index)))&&this.slides.forEach(function(n){return De(n,t.clsActivated,y(e,n))})}},methods:{reorder:function(){var t=this;if(Be(this.slides,"order",""),!this.finite){var e=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach(function(n,i){return Be(n,"order",t.dir>0&&i<e?1:t.dir<0&&i>=t.index?-1:"")}),this.center)for(var n=this.slides[e],i=Mo(this.list).width/2-Mo(n).width/2,o=0;i>0;){var r=this.getIndex(--o+e,e),s=this.slides[r];Be(s,"order",r>e?-2:-1),i-=Mo(s).width}}},getValidIndex:function(t,e){if(void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;var n;do{if(y(this.sets,t))return t;n=t,t=this.getIndex(t+this.dir,e)}while(t!==n);return t}}},qo={mixins:[Co],data:{selItem:"!li"},computed:{item:function(t,e){return at(t.selItem,e)}},events:[{name:"itemshown",self:!0,el:function(){return this.item},handler:function(){Be(this.$el,this.getCss(.5))}},{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,n=t.detail,i=n.percent,o=n.duration,r=n.timing,s=n.dir;Ye.cancel(this.$el),Be(this.$el,this.getCss(Lo(e,s,i))),Ye.start(this.$el,this.getCss(Wo(e)?.5:s>0?1:0),o,r).catch(Z)}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){Ye.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,n=t.detail,i=n.percent,o=n.dir;Ye.cancel(this.$el),Be(this.$el,this.getCss(Lo(e,o,i)))}}]};function Wo(t){return m(t,"in")}function Lo(t,e,n){return n/=2,Wo(t)?e<0?1-n:n:e<0?n:1-n}var Fo,Ro=X({},uo,{fade:{show:function(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show:function(){return[{opacity:0,transform:po(1.5),zIndex:0},{zIndex:-1}]},percent:function(t){return 1-Be(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:po(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show:function(t){return t<0?[{transform:fo(30),zIndex:-1},{transform:fo(),zIndex:0}]:[{transform:fo(-100),zIndex:0},{transform:fo(),zIndex:-1}]},percent:function(t,e,n){return n<0?1-ho(e):ho(t)},translate:function(t,e){return e<0?[{transform:fo(30*t),zIndex:-1},{transform:fo(-100*(1-t)),zIndex:0}]:[{transform:fo(100*-t),zIndex:0},{transform:fo(30*(1-t)),zIndex:-1}]}},push:{show:function(t){return t<0?[{transform:fo(100),zIndex:0},{transform:fo(),zIndex:-1}]:[{transform:fo(-30),zIndex:-1},{transform:fo(),zIndex:0}]},percent:function(t,e,n){return n>0?1-ho(e):ho(t)},translate:function(t,e){return e<0?[{transform:fo(100*t),zIndex:0},{transform:fo(-30*(1-t)),zIndex:-1}]:[{transform:fo(-30*t),zIndex:-1},{transform:fo(100*(1-t)),zIndex:0}]}}}),Vo={mixins:[Bn,wo,Eo],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"bc-uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Ro},update:{read:function(){var t=this.ratio.split(":").map(Number),e=t[0],n=t[1];return n=n*this.list.offsetWidth/e||0,this.minHeight&&(n=Math.max(this.minHeight,n)),this.maxHeight&&(n=Math.min(this.maxHeight,n)),{height:n-cn(this.list,"content-box")}},write:function(t){var e=t.height;Be(this.list,"minHeight",e)},events:["resize"]}},Uo={mixins:[Bn,io],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"bc-uk-sortable-item",clsPlaceholder:"bc-uk-sortable-placeholder",clsDrag:"bc-uk-sortable-drag",clsDragState:"bc-uk-drag",clsBase:"bc-uk-sortable",clsNoDrag:"bc-uk-sortable-nodrag",clsEmpty:"bc-uk-sortable-empty",clsCustom:"",handle:!1},created:function(){var t=this;["init","start","move","end"].forEach(function(e){var n=t[e];t[e]=function(e){t.scrollY=window.pageYOffset;var i=Lt(e,"page"),o=i.x,r=i.y;t.pos={x:o,y:r},n(e)}})},events:{name:ne,passive:!1,handler:"init"},update:{write:function(){if(this.clsEmpty&&De(this.$el,this.clsEmpty,H(this.$el.children)),Be(this.handle?Ie(this.handle,this.$el):this.$el.children,{touchAction:"none",userSelect:"none"}),this.drag){en(this.drag,{top:this.pos.y+this.origin.top,left:this.pos.x+this.origin.left});var t,e=en(this.drag),n=e.top,i=n+e.height;n>0&&n<this.scrollY?t=this.scrollY-5:i<rn(document)&&i>rn(window)+this.scrollY&&(t=this.scrollY+5),t&&setTimeout(function(){return mn(window,t)},5)}}},methods:{init:function(t){var e=t.target,n=t.button,i=t.defaultPrevented,o=F(this.$el.children).filter(function(t){return Et(e,t)})[0];!o||i||n>0||Tt(e)||Et(e,"."+this.clsNoDrag)||this.handle&&!Et(e,this.handle)||(t.preventDefault(),this.touched=[this],this.placeholder=o,this.origin=X({target:e,index:le(o)},this.pos),Ot(document,ie,this.move),Ot(document,oe,this.end),Ot(window,"scroll",this.scroll),this.threshold||this.start(t))},start:function(t){this.drag=fe(this.$container,this.placeholder.outerHTML.replace(/^<li/i,"<div").replace(/li>$/i,"div>")),Be(this.drag,X({boxSizing:"border-box",width:this.placeholder.offsetWidth,height:this.placeholder.offsetHeight},Be(this.placeholder,["paddingLeft","paddingRight","paddingTop","paddingBottom"]))),it(this.drag,"bc-uk-no-boot",""),Ce(this.drag,this.clsDrag,this.clsCustom),rn(this.drag.firstElementChild,rn(this.placeholder.firstElementChild));var e=en(this.placeholder),n=e.left,i=e.top;X(this.origin,{left:n-this.pos.x,top:i-this.pos.y}),Be(this.origin.target,"pointerEvents","none"),Ce(this.placeholder,this.clsPlaceholder),Ce(this.$el.children,this.clsItem),Ce(document.documentElement,this.clsDragState),Nt(this.$el,"start",[this,this.placeholder]),this.move(t)},move:function(t){if(this.drag){this.$emit();var e="mousemove"===t.type?t.target:document.elementFromPoint(this.pos.x-window.pageXOffset,this.pos.y-window.pageYOffset),n=this.getSortable(e),i=this.getSortable(this.placeholder),o=n!==i;if(n&&!Et(e,this.placeholder)&&(!o||n.group&&n.group===i.group)){if(e=n.$el===e.parentNode&&e||F(n.$el.children).filter(function(t){return Et(e,t)})[0],o)i.remove(this.placeholder);else if(!e)return;n.insert(this.placeholder,e),y(this.touched,n)||this.touched.push(n)}}else(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(t){if(Dt(document,ie,this.move),Dt(document,oe,this.end),Dt(window,"scroll",this.scroll),Be(this.origin.target,"pointerEvents",""),this.drag){var e=this.getSortable(this.placeholder);this===e?this.origin.index!==le(this.placeholder)&&Nt(this.$el,"moved",[this,this.placeholder]):(Nt(e.$el,"added",[e,this.placeholder]),Nt(this.$el,"removed",[this,this.placeholder])),Nt(this.$el,"stop",[this,this.placeholder]),ve(this.drag),this.drag=null;var n=this.touched.map(function(t){return t.clsPlaceholder+" "+t.clsItem}).join(" ");this.touched.forEach(function(t){return Te(t.$el.children,n)}),Te(document.documentElement,this.clsDragState)}else"touchend"===t.type&&t.target.click()},scroll:function(){var t=window.pageYOffset;t!==this.scrollY&&(this.pos.y+=t-this.scrollY,this.scrollY=t,this.$emit())},insert:function(t,e){var n=this;Ce(this.$el.children,this.clsItem);var i=function(){e?!Et(t,n.$el)||function(t,e){return t.parentNode===e.parentNode&&le(t)>le(e)}(t,e)?pe(e,t):me(e,t):fe(n.$el,t)};this.animation?this.animate(i):i()},remove:function(t){Et(t,this.$el)&&(Be(this.handle?Ie(this.handle,t):t,{touchAction:"",userSelect:""}),this.animation?this.animate(function(){return ve(t)}):ve(t))},getSortable:function(t){return t&&(this.$getComponent(t,"sortable")||this.getSortable(t.parentNode))}}};var Yo=[],Xo={mixins:[Mi,zn,Yn],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["bc-uk-animation-scale-up"],duration:100,cls:"bc-uk-active",clsPos:"bc-uk-tooltip"},beforeConnect:function(){this._hasTitle=ot(this.$el,"title"),it(this.$el,{title:"","aria-expanded":!1})},disconnected:function(){this.hide(),it(this.$el,{title:this._hasTitle?this.title:null,"aria-expanded":null})},methods:{show:function(){var t=this;this.isActive()||(Yo.forEach(function(t){return t.hide()}),Yo.push(this),this._unbind=Ot(document,oe,function(e){return!Et(e.target,t.$el)&&t.hide()}),clearTimeout(this.showTimer),this.showTimer=setTimeout(function(){t._show(),t.hideTimer=setInterval(function(){_t(t.$el)||t.hide()},150)},this.delay))},hide:function(){!this.isActive()||wt(this.$el,"input")&&this.$el===document.activeElement||(Yo.splice(Yo.indexOf(this),1),clearTimeout(this.showTimer),clearInterval(this.hideTimer),it(this.$el,"aria-expanded",!1),this.toggleElement(this.tooltip,!1),this.tooltip&&ve(this.tooltip),this.tooltip=!1,this._unbind())},_show:function(){this.tooltip=fe(this.container,'<div class="'+this.clsPos+'" aria-expanded="true" aria-hidden> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),this.positionAt(this.tooltip,this.$el),this.origin="y"===this.getAxis()?dn(this.dir)+"-"+this.align:this.align+"-"+dn(this.dir),this.toggleElement(this.tooltip,!0)},isActive:function(){return y(Yo,this)}},events:(Fo={focus:"show",blur:"hide"},Fo[re+" "+se]=function(t){Wt(t)||(t.type===re?this.show():this.hide())},Fo[ne]=function(t){Wt(t)&&(this.isActive()?this.hide():this.show())},Fo)},Ko={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"bc-uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:Z,beforeAll:Z,beforeSend:Z,complete:Z,completeAll:Z,error:Z,fail:Z,load:Z,loadEnd:Z,loadStart:Z,progress:Z},events:{change:function(t){wt(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop:function(t){Jo(t);var e=t.dataTransfer;e&&e.files&&(Te(this.$el,this.clsDragover),this.upload(e.files))},dragenter:function(t){Jo(t)},dragover:function(t){Jo(t),Ce(this.$el,this.clsDragover)},dragleave:function(t){Jo(t),Te(this.$el,this.clsDragover)}},methods:{upload:function(t){var e=this;if(t.length){Nt(this.$el,"upload",[t]);for(var n=0;n<t.length;n++){if(this.maxSize&&1e3*this.maxSize<t[n].size)return void this.fail(this.msgInvalidSize.replace("%s",this.maxSize));if(this.allow&&!Qo(this.allow,t[n].name))return void this.fail(this.msgInvalidName.replace("%s",this.allow));if(this.mime&&!Qo(this.mime,t[n].type))return void this.fail(this.msgInvalidMime.replace("%s",this.mime))}this.multiple||(t=[t[0]]),this.beforeAll(this,t);var i=function(t,e){for(var n=[],i=0;i<t.length;i+=e){for(var o=[],r=0;r<e;r++)o.push(t[i+r]);n.push(o)}return n}(t,this.concurrent),o=function(t){var n=new FormData;for(var r in t.forEach(function(t){return n.append(e.name,t)}),e.params)n.append(r,e.params[r]);Kt(e.url,{data:n,method:e.method,responseType:e.type,beforeSend:function(t){var n=t.xhr;n.upload&&Ot(n.upload,"progress",e.progress),["loadStart","load","loadEnd","abort"].forEach(function(t){return Ot(n,t.toLowerCase(),e[t])}),e.beforeSend(t)}}).then(function(t){e.complete(t),i.length?o(i.shift()):e.completeAll(t)},function(t){return e.error(t)})};o(i.shift())}}}};function Qo(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function Jo(t){t.preventDefault(),t.stopPropagation()}return Hn.component("countdown",to),Hn.component("filter",ao),Hn.component("lightbox",$o),Hn.component("lightboxPanel",yo),Hn.component("notification",Io),Hn.component("parallax",Ao),Hn.component("slider",zo),Hn.component("sliderParallax",qo),Hn.component("slideshow",Vo),Hn.component("slideshowParallax",qo),Hn.component("sortable",Uo),Hn.component("tooltip",Xo),Hn.component("upload",Ko),function(t){var e=t.connect,n=t.disconnect;function i(){r(document.body,e),xn.flush(),new MutationObserver(function(t){return t.forEach(o)}).observe(document,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),t._initialized=!0}function o(i){var o=i.target;("attributes"!==i.type?function(t){for(var i=t.addedNodes,o=t.removedNodes,s=0;s<i.length;s++)r(i[s],e);for(var a=0;a<o.length;a++)r(o[a],n);return!0}(i):function(e){var n=e.target,i=e.attributeName;if("href"===i)return!0;var o=Mn(i);if(o&&o in t){if(ot(n,i))return t[o](n),!0;var r=t.getComponent(n,o);return r?(r.$destroy(),!0):void 0}}(i))&&t.update(o)}function r(t,e){if(1===t.nodeType&&!ot(t,"bc-uk-no-boot"))for(e(t),t=t.firstElementChild;t;){var n=t.nextElementSibling;r(t,e),t=n}}"MutationObserver"in window&&(document.body?i():new MutationObserver(function(){document.body&&(this.disconnect(),i())}).observe(document,{childList:!0,subtree:!0}))}(Hn),Hn}),function(t){"use strict";var e={cache:{},support:{},objects:{},init:function(e){return this.each(function(){t(this).unbind("click.lightcase").bind("click.lightcase",function(n){n.preventDefault(),t(this).lightcase("start",e)})})},start:function(n){e.origin=lightcase.origin=this,e.settings=lightcase.settings=t.extend(!0,{idPrefix:"lightcase-",classPrefix:"lightcase-",attrPrefix:"lc-",transition:"elastic",transitionOpen:null,transitionClose:null,transitionIn:null,transitionOut:null,cssTransitions:!0,speedIn:250,speedOut:250,width:null,height:null,maxWidth:800,maxHeight:500,forceWidth:!1,forceHeight:!1,liveResize:!0,fullScreenModeForMobile:!0,mobileMatchExpression:/(iphone|ipod|ipad|android|blackberry|symbian)/,disableShrink:!1,fixedRatio:!0,shrinkFactor:.75,overlayOpacity:.9,slideshow:!1,slideshowAutoStart:!0,breakBeforeShow:!1,timeout:5e3,swipe:!0,useKeys:!0,useCategories:!0,useAsCollection:!1,navigateEndless:!0,closeOnOverlayClick:!0,title:null,caption:null,showTitle:!0,showCaption:!0,showSequenceInfo:!0,inline:{width:"auto",height:"auto"},ajax:{width:"auto",height:"auto",type:"get",dataType:"html",data:{}},iframe:{width:800,height:500,frameborder:0},flash:{width:400,height:205,wmode:"transparent"},video:{width:400,height:225,poster:"",preload:"auto",controls:!0,autobuffer:!0,autoplay:!0,loop:!1},attr:"data-rel",href:null,type:null,typeMapping:{image:"jpg,jpeg,gif,png,bmp",flash:"swf",video:"mp4,mov,ogv,ogg,webm",iframe:"html,php",ajax:"json,txt",inline:"#"},errorMessage:function(){return'<p class="'+e.settings.classPrefix+'error">'+e.settings.labels.errorMessage+"</p>"},labels:{errorMessage:"Source could not be found...","sequenceInfo.of":" of ",close:"Close","navigator.prev":"Prev","navigator.next":"Next","navigator.play":"Play","navigator.pause":"Pause"},markup:function(){e.objects.body.append(e.objects.overlay=t('<div id="'+e.settings.idPrefix+'overlay"></div>'),e.objects.loading=t('<div id="'+e.settings.idPrefix+'loading" class="'+e.settings.classPrefix+'icon-spin"></div>'),e.objects.case=t('<div id="'+e.settings.idPrefix+'case" aria-hidden="true" role="dialog"></div>')),e.objects.case.after(e.objects.close=t('<a href="#" class="'+e.settings.classPrefix+'icon-close"><span>'+e.settings.labels.close+"</span></a>"),e.objects.nav=t('<div id="'+e.settings.idPrefix+'nav"></div>')),e.objects.nav.append(e.objects.prev=t('<a href="#" class="'+e.settings.classPrefix+'icon-prev"><span>'+e.settings.labels["navigator.prev"]+"</span></a>").hide(),e.objects.next=t('<a href="#" class="'+e.settings.classPrefix+'icon-next"><span>'+e.settings.labels["navigator.next"]+"</span></a>").hide(),e.objects.play=t('<a href="#" class="'+e.settings.classPrefix+'icon-play"><span>'+e.settings.labels["navigator.play"]+"</span></a>").hide(),e.objects.pause=t('<a href="#" class="'+e.settings.classPrefix+'icon-pause"><span>'+e.settings.labels["navigator.pause"]+"</span></a>").hide()),e.objects.case.append(e.objects.content=t('<div id="'+e.settings.idPrefix+'content"></div>'),e.objects.info=t('<div id="'+e.settings.idPrefix+'info"></div>')),e.objects.content.append(e.objects.contentInner=t('<div class="'+e.settings.classPrefix+'contentInner"></div>')),e.objects.info.append(e.objects.sequenceInfo=t('<div id="'+e.settings.idPrefix+'sequenceInfo"></div>'),e.objects.title=t('<h4 id="'+e.settings.idPrefix+'title"></h4>'),e.objects.caption=t('<p id="'+e.settings.idPrefix+'caption"></p>'))},onInit:{},onStart:{},onBeforeCalculateDimensions:{},onAfterCalculateDimensions:{},onBeforeShow:{},onFinish:{},onResize:{},onClose:{},onCleanup:{}},n,e.origin.data?e.origin.data("lc-options"):{}),e.objects.document=t("html"),e.objects.body=t("body"),e._callHooks(e.settings.onInit),e.objectData=e._setObjectData(this),e._addElements(),e._open(),e.dimensions=e.getViewportDimensions()},get:function(t){return e.objects[t]},getObjectData:function(){return e.objectData},_setObjectData:function(n){var i=t(n),o={this:t(n),title:e.settings.title||i.attr(e._prefixAttributeName("title"))||i.attr("title"),caption:e.settings.caption||i.attr(e._prefixAttributeName("caption"))||i.children("img").attr("alt"),url:e._determineUrl(),requestType:e.settings.ajax.type,requestData:e.settings.ajax.data,requestDataType:e.settings.ajax.dataType,rel:i.attr(e._determineAttributeSelector()),type:e.settings.type||e._verifyDataType(e._determineUrl()),isPartOfSequence:e.settings.useAsCollection||e._isPartOfSequence(i.attr(e.settings.attr),":"),isPartOfSequenceWithSlideshow:e._isPartOfSequence(i.attr(e.settings.attr),":slideshow"),currentIndex:t(e._determineAttributeSelector()).index(i),sequenceLength:t(e._determineAttributeSelector()).length};return o.sequenceInfo=o.currentIndex+1+e.settings.labels["sequenceInfo.of"]+o.sequenceLength,o.prevIndex=o.currentIndex-1,o.nextIndex=o.currentIndex+1,o},_prefixAttributeName:function(t){return"data-"+e.settings.attrPrefix+t},_determineLinkTarget:function(){return e.settings.href||t(e.origin).attr(e._prefixAttributeName("href"))||t(e.origin).attr("href")},_determineAttributeSelector:function(){var n=t(e.origin),i="";if(void 0!==e.cache.selector)i=e.cache.selector;else if(!0===e.settings.useCategories&&n.attr(e._prefixAttributeName("categories"))){var o=n.attr(e._prefixAttributeName("categories")).split(" ");t.each(o,function(t,n){t>0&&(i+=","),i+="["+e._prefixAttributeName("categories")+'~="'+n+'"]'})}else i="["+e.settings.attr+'="'+n.attr(e.settings.attr)+'"]';return e.cache.selector=i,i},_determineUrl:function(){var n,i=e._verifyDataUrl(e._determineLinkTarget()),o=0,r=0,s="";return t.each(i,function(t,i){switch(e._verifyDataType(i.url)){case"video":var a=document.createElement("video"),c=e._verifyDataType(i.url)+"/"+e._getFileUrlSuffix(i.url);"probably"!==s&&s!==a.canPlayType(c)&&""!==a.canPlayType(c)&&(s=a.canPlayType(c),n=i.url);break;default:e._devicePixelRatio()>=i.density&&i.density>=r&&e._matchMedia()("screen and (min-width:"+i.width+"px)").matches&&i.width>=o&&(o=i.width,r=i.density,n=i.url)}}),n},_normalizeUrl:function(t){var e=/^\d+$/;return t.split(",").map(function(t){var n={width:0,density:0};return t.trim().split(/\s+/).forEach(function(t,i){if(0===i)return n.url=t;var o=t.substring(0,t.length-1),r=t[t.length-1],s=parseInt(o,10),a=parseFloat(o);"w"===r&&e.test(o)?n.width=s:"h"===r&&e.test(o)?n.height=s:"x"!==r||isNaN(a)||(n.density=a)}),n})},_isPartOfSequence:function(n,i){var o=t("["+e.settings.attr+'="'+n+'"]');return new RegExp(i).test(n)&&o.length>1},isSlideshowEnabled:function(){return e.objectData.isPartOfSequence&&(!0===e.settings.slideshow||!0===e.objectData.isPartOfSequenceWithSlideshow)},_loadContent:function(){e.cache.originalObject&&e._restoreObject(),e._createObject()},_createObject:function(){var n;switch(e.objectData.type){case"image":(n=t(new Image)).attr({src:e.objectData.url,alt:e.objectData.title});break;case"inline":(n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>')).html(e._cloneObject(t(e.objectData.url))),t.each(e.settings.inline,function(t,i){n.attr(e._prefixAttributeName(t),i)});break;case"ajax":n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>'),t.each(e.settings.ajax,function(t,i){"data"!==t&&n.attr(e._prefixAttributeName(t),i)});break;case"flash":n=t('<embed src="'+e.objectData.url+'" type="application/x-shockwave-flash"></embed>'),t.each(e.settings.flash,function(t,e){n.attr(t,e)});break;case"video":(n=t("<video></video>")).attr("src",e.objectData.url),t.each(e.settings.video,function(t,e){n.attr(t,e)});break;default:(n=t("<iframe></iframe>")).attr({src:e.objectData.url}),t.each(e.settings.iframe,function(t,e){n.attr(t,e)})}e._addObject(n),e._loadObject(n)},_addObject:function(t){e.objects.contentInner.html(t),e._loading("start"),e._callHooks(e.settings.onStart),!0===e.settings.showSequenceInfo&&e.objectData.isPartOfSequence?(e.objects.sequenceInfo.html(e.objectData.sequenceInfo),e.objects.sequenceInfo.show()):(e.objects.sequenceInfo.empty(),e.objects.sequenceInfo.hide()),!0===e.settings.showTitle&&void 0!==e.objectData.title&&""!==e.objectData.title?(e.objects.title.html(e.objectData.title),e.objects.title.show()):(e.objects.title.empty(),e.objects.title.hide()),!0===e.settings.showCaption&&void 0!==e.objectData.caption&&""!==e.objectData.caption?(e.objects.caption.html(e.objectData.caption),e.objects.caption.show()):(e.objects.caption.empty(),e.objects.caption.hide())},_loadObject:function(n){switch(e.objectData.type){case"inline":t(e.objectData.url)?e._showContent(n):e.error();break;case"ajax":t.ajax(t.extend({},e.settings.ajax,{url:e.objectData.url,type:e.objectData.requestType,dataType:e.objectData.requestDataType,data:e.objectData.requestData,success:function(t,i,o){o.getResponseHeader("X-Ajax-Location")?(e.objectData.url=o.getResponseHeader("X-Ajax-Location"),e._loadObject(n)):("json"===e.objectData.requestDataType?e.objectData.data=t:n.html(t),e._showContent(n))},error:function(t,n,i){e.error()}}));break;case"flash":e._showContent(n);break;case"video":"function"==typeof n.get(0).canPlayType||0===e.objects.case.find("video").length?e._showContent(n):e.error();break;default:e.objectData.url?(n.on("load",function(){e._showContent(n)}),n.on("error",function(){e.error()})):e.error()}},error:function(){e.objectData.type="error";var n=t('<div class="'+e.settings.classPrefix+'inlineWrap"></div>');n.html(e.settings.errorMessage),e.objects.contentInner.html(n),e._showContent(e.objects.contentInner)},_calculateDimensions:function(t){if(e._cleanupDimensions(),t){var n={ratio:1,objectWidth:t.attr("width")?t.attr("width"):t.attr(e._prefixAttributeName("width")),objectHeight:t.attr("height")?t.attr("height"):t.attr(e._prefixAttributeName("height"))};if(!e.settings.disableShrink)switch(n.maxWidth=parseInt(e.dimensions.windowWidth*e.settings.shrinkFactor),n.maxHeight=parseInt(e.dimensions.windowHeight*e.settings.shrinkFactor),n.maxWidth>e.settings.maxWidth&&(n.maxWidth=e.settings.maxWidth),n.maxHeight>e.settings.maxHeight&&(n.maxHeight=e.settings.maxHeight),n.differenceWidthAsPercent=parseInt(100/n.maxWidth*n.objectWidth),n.differenceHeightAsPercent=parseInt(100/n.maxHeight*n.objectHeight),e.objectData.type){case"image":case"flash":case"video":case"iframe":case"ajax":case"inline":if("image"===e.objectData.type||!0===e.settings.fixedRatio){n.differenceWidthAsPercent>100&&n.differenceWidthAsPercent>n.differenceHeightAsPercent&&(n.objectWidth=n.maxWidth,n.objectHeight=parseInt(n.objectHeight/n.differenceWidthAsPercent*100)),n.differenceHeightAsPercent>100&&n.differenceHeightAsPercent>n.differenceWidthAsPercent&&(n.objectWidth=parseInt(n.objectWidth/n.differenceHeightAsPercent*100),n.objectHeight=n.maxHeight),n.differenceHeightAsPercent>100&&n.differenceWidthAsPercent<n.differenceHeightAsPercent&&(n.objectWidth=parseInt(n.maxWidth/n.differenceHeightAsPercent*n.differenceWidthAsPercent),n.objectHeight=n.maxHeight);break}case"error":!isNaN(n.objectWidth)&&n.objectWidth>n.maxWidth&&(n.objectWidth=n.maxWidth);break;default:(isNaN(n.objectWidth)||n.objectWidth>n.maxWidth)&&!e.settings.forceWidth&&(n.objectWidth=n.maxWidth),(isNaN(n.objectHeight)&&"auto"!==n.objectHeight||n.objectHeight>n.maxHeight)&&!e.settings.forceHeight&&(n.objectHeight=n.maxHeight)}if(e.settings.forceWidth){try{n.objectWidth=e.settings[e.objectData.type].width}catch(t){n.objectWidth=e.settings.width||n.objectWidth}n.maxWidth=null}if(t.attr(e._prefixAttributeName("max-width"))&&(n.maxWidth=t.attr(e._prefixAttributeName("max-width"))),e.settings.forceHeight){try{n.objectHeight=e.settings[e.objectData.type].height}catch(t){n.objectHeight=e.settings.height||n.objectHeight}n.maxHeight=null}t.attr(e._prefixAttributeName("max-height"))&&(n.maxHeight=t.attr(e._prefixAttributeName("max-height"))),e._adjustDimensions(t,n)}},_adjustDimensions:function(t,n){t.css({width:n.objectWidth,height:n.objectHeight,"max-width":n.maxWidth,"max-height":n.maxHeight}),e.objects.contentInner.css({width:t.outerWidth(),height:t.outerHeight(),"max-width":"100%"}),e.objects.case.css({width:e.objects.contentInner.outerWidth(),"max-width":"100%"}),e.objects.case.css({"margin-top":parseInt(-e.objects.case.outerHeight()/2),"margin-left":parseInt(-e.objects.case.outerWidth()/2)})},_loading:function(t){"start"===t?(e.objects.case.addClass(e.settings.classPrefix+"loading"),e.objects.loading.show()):"end"===t&&(e.objects.case.removeClass(e.settings.classPrefix+"loading"),e.objects.loading.hide())},getViewportDimensions:function(){return{windowWidth:t(window).innerWidth(),windowHeight:t(window).innerHeight()}},_verifyDataUrl:function(t){return!(!t||void 0===t||""===t)&&(t.indexOf("#")>-1&&(t="#"+(t=t.split("#"))[t.length-1]),e._normalizeUrl(t.toString()))},_getFileUrlSuffix:function(t){return/(?:\.([^.]+))?$/.exec(t.toLowerCase())[1]},_verifyDataType:function(t){var n=e.settings.typeMapping;if(!t)return!1;for(var i in n)if(n.hasOwnProperty(i))for(var o=n[i].split(","),r=0;r<o.length;r++){var s=o[r].toLowerCase(),a=new RegExp(".("+s+")$","i"),c=t.toLowerCase().split("?")[0].substr(-5);if(!0===a.test(c)||"inline"===i&&t.indexOf(s)>-1)return i}return"iframe"},_addElements:function(){void 0!==e.objects.case&&t("#"+e.objects.case.attr("id")).length||e.settings.markup()},_showContent:function(t){e.objects.document.attr(e._prefixAttributeName("type"),e.objectData.type),e.cache.object=t,e._callHooks(e.settings.onBeforeShow),e.settings.breakBeforeShow||e.show()},_startInTransition:function(){switch(e.transition.in()){case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollHorizontal":case"scrollVertical":e.transition.scroll(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn);break;case"elastic":e.objects.case.css("opacity")<1&&(e.transition.zoom(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn));case"fade":case"fadeInline":e.transition.fade(e.objects.case,"in",e.settings.speedIn),e.transition.fade(e.objects.contentInner,"in",e.settings.speedIn);break;default:e.transition.fade(e.objects.case,"in",0)}e._loading("end"),e.isBusy=!1,e.cache.firstOpened||(e.cache.firstOpened=e.objectData.this),e.objects.info.hide(),setTimeout(function(){e.transition.fade(e.objects.info,"in",e.settings.speedIn)},e.settings.speedIn),e._callHooks(e.settings.onFinish)},_processContent:function(){switch(e.isBusy=!0,e.transition.fade(e.objects.info,"out",0),e.settings.transitionOut){case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollVertical":case"scrollHorizontal":e.objects.case.is(":hidden")?(e.transition.fade(e.objects.contentInner,"out",0),e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()})):e.transition.scroll(e.objects.case,"out",e.settings.speedOut,function(){e._loadContent()});break;case"fade":e.objects.case.is(":hidden")?e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()}):e.transition.fade(e.objects.case,"out",e.settings.speedOut,0,function(){e._loadContent()});break;case"fadeInline":case"elastic":e.objects.case.is(":hidden")?e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()}):e.transition.fade(e.objects.contentInner,"out",e.settings.speedOut,0,function(){e._loadContent()});break;default:e.transition.fade(e.objects.case,"out",0,0,function(){e._loadContent()})}},_handleEvents:function(){e._unbindEvents(),e.objects.nav.children().not(e.objects.close).hide(),e.isSlideshowEnabled()&&(!0!==e.settings.slideshowAutoStart&&!e.isSlideshowStarted||e.objects.nav.hasClass(e.settings.classPrefix+"paused")?e._stopTimeout():e._startTimeout()),e.settings.liveResize&&e._watchResizeInteraction(),e.objects.close.click(function(t){t.preventDefault(),e.close()}),!0===e.settings.closeOnOverlayClick&&e.objects.overlay.css("cursor","pointer").click(function(t){t.preventDefault(),e.close()}),!0===e.settings.useKeys&&e._addKeyEvents(),e.objectData.isPartOfSequence&&(e.objects.nav.attr(e._prefixAttributeName("ispartofsequence"),!0),e.objects.nav.data("items",e._setNavigation()),e.objects.prev.click(function(t){t.preventDefault(),!0!==e.settings.navigateEndless&&e.item.isFirst()||(e.objects.prev.unbind("click"),e.cache.action="prev",e.objects.nav.data("items").prev.click(),e.isSlideshowEnabled()&&e._stopTimeout())}),e.objects.next.click(function(t){t.preventDefault(),!0!==e.settings.navigateEndless&&e.item.isLast()||(e.objects.next.unbind("click"),e.cache.action="next",e.objects.nav.data("items").next.click(),e.isSlideshowEnabled()&&e._stopTimeout())}),e.isSlideshowEnabled()&&(e.objects.play.click(function(t){t.preventDefault(),e._startTimeout()}),e.objects.pause.click(function(t){t.preventDefault(),e._stopTimeout()})),!0===e.settings.swipe&&(t.isPlainObject(t.event.special.swipeleft)&&e.objects.case.on("swipeleft",function(t){t.preventDefault(),e.objects.next.click(),e.isSlideshowEnabled()&&e._stopTimeout()}),t.isPlainObject(t.event.special.swiperight)&&e.objects.case.on("swiperight",function(t){t.preventDefault(),e.objects.prev.click(),e.isSlideshowEnabled()&&e._stopTimeout()})))},_addKeyEvents:function(){t(document).bind("keyup.lightcase",function(t){if(!e.isBusy)switch(t.keyCode){case 27:e.objects.close.click();break;case 37:e.objectData.isPartOfSequence&&e.objects.prev.click();break;case 39:e.objectData.isPartOfSequence&&e.objects.next.click()}})},_startTimeout:function(){e.isSlideshowStarted=!0,e.objects.play.hide(),e.objects.pause.show(),e.cache.action="next",e.objects.nav.removeClass(e.settings.classPrefix+"paused"),e.timeout=setTimeout(function(){e.objects.nav.data("items").next.click()},e.settings.timeout)},_stopTimeout:function(){e.objects.play.show(),e.objects.pause.hide(),e.objects.nav.addClass(e.settings.classPrefix+"paused"),clearTimeout(e.timeout)},_setNavigation:function(){var n=t(e.cache.selector||e.settings.attr),i=e.objectData.sequenceLength-1,o={prev:n.eq(e.objectData.prevIndex),next:n.eq(e.objectData.nextIndex)};return e.objectData.currentIndex>0?e.objects.prev.show():o.prevItem=n.eq(i),e.objectData.nextIndex<=i?e.objects.next.show():o.next=n.eq(0),!0===e.settings.navigateEndless&&(e.objects.prev.show(),e.objects.next.show()),o},item:{isFirst:function(){return 0===e.objectData.currentIndex},isFirstOpened:function(){return e.objectData.this.is(e.cache.firstOpened)},isLast:function(){return e.objectData.currentIndex===e.objectData.sequenceLength-1}},_cloneObject:function(t){var n=t.clone(),i=t.attr("id");return t.is(":hidden")?(e._cacheObjectData(t),t.attr("id",e.settings.idPrefix+"temp-"+i).empty()):n.removeAttr("id"),n.show()},isMobileDevice:function(){return!!navigator.userAgent.toLowerCase().match(e.settings.mobileMatchExpression)},isTransitionSupported:function(){var t=e.objects.body.get(0),n=!1,i={transition:"",WebkitTransition:"-webkit-",MozTransition:"-moz-",OTransition:"-o-",MsTransition:"-ms-"};for(var o in i)i.hasOwnProperty(o)&&o in t.style&&(e.support.transition=i[o],n=!0);return n},transition:{in:function(){return e.settings.transitionOpen&&!e.cache.firstOpened?e.settings.transitionOpen:e.settings.transitionIn},fade:function(t,n,i,o,r){var s="in"===n,a={},c=t.css("opacity"),l={},u=o||(s?1:0);!e.isOpen&&s||(a.opacity=c,l.opacity=u,t.css(e.support.transition+"transition","none"),t.css(a).show(),e.support.transitions?(l[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(l),setTimeout(function(){t.css(e.support.transition+"transition",""),!r||!e.isOpen&&s||r()},i)},15)):(t.stop(),t.animate(l,i,r)))},scroll:function(t,n,i,o){var r="in"===n,s=r?e.settings.transitionIn:e.settings.transitionOut,a="left",c={},l=r?0:1,u=r?"-50%":"50%",h={},d=r?1:0,f=r?"50%":"-50%";if(e.isOpen||!r){switch(s){case"scrollTop":a="top";break;case"scrollRight":u=r?"150%":"50%",f=r?"50%":"150%";break;case"scrollBottom":a="top",u=r?"150%":"50%",f=r?"50%":"150%";break;case"scrollHorizontal":u=r?"150%":"50%",f=r?"50%":"-50%";break;case"scrollVertical":a="top",u=r?"-50%":"50%",f=r?"50%":"150%"}if("prev"===e.cache.action)switch(s){case"scrollHorizontal":u=r?"-50%":"50%",f=r?"50%":"150%";break;case"scrollVertical":u=r?"150%":"50%",f=r?"50%":"-50%"}c.opacity=l,c[a]=u,h.opacity=d,h[a]=f,t.css(e.support.transition+"transition","none"),t.css(c).show(),e.support.transitions?(h[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(h),setTimeout(function(){t.css(e.support.transition+"transition",""),!o||!e.isOpen&&r||o()},i)},15)):(t.stop(),t.animate(h,i,o))}},zoom:function(t,n,i,o){var r="in"===n,s={},a=t.css("opacity"),c=r?"scale(0.75)":"scale(1)",l={},u=r?1:0,h=r?"scale(1)":"scale(0.75)";!e.isOpen&&r||(s.opacity=a,s[e.support.transition+"transform"]=c,l.opacity=u,t.css(e.support.transition+"transition","none"),t.css(s).show(),e.support.transitions?(l[e.support.transition+"transform"]=h,l[e.support.transition+"transition"]=i+"ms ease",setTimeout(function(){t.css(l),setTimeout(function(){t.css(e.support.transition+"transform",""),t.css(e.support.transition+"transition",""),!o||!e.isOpen&&r||o()},i)},15)):(t.stop(),t.animate(l,i,o)))}},_callHooks:function(n){"object"==typeof n&&t.each(n,function(t,n){"function"==typeof n&&n.call(e.origin)})},_cacheObjectData:function(n){t.data(n,"cache",{id:n.attr("id"),content:n.html()}),e.cache.originalObject=n},_restoreObject:function(){var n=t('[id^="'+e.settings.idPrefix+'temp-"]');n.attr("id",t.data(e.cache.originalObject,"cache").id),n.html(t.data(e.cache.originalObject,"cache").content)},resize:function(t,n){e.isOpen&&(e.isSlideshowEnabled()&&e._stopTimeout(),"object"==typeof n&&null!==n&&(n.width&&e.cache.object.attr(e._prefixAttributeName("width"),n.width),n.maxWidth&&e.cache.object.attr(e._prefixAttributeName("max-width"),n.maxWidth),n.height&&e.cache.object.attr(e._prefixAttributeName("height"),n.height),n.maxHeight&&e.cache.object.attr(e._prefixAttributeName("max-height"),n.maxHeight)),e.dimensions=e.getViewportDimensions(),e._calculateDimensions(e.cache.object),e._callHooks(e.settings.onResize))},_watchResizeInteraction:function(){t(window).resize(e.resize)},_unwatchResizeInteraction:function(){t(window).off("resize",e.resize)},_switchToFullScreenMode:function(){e.settings.shrinkFactor=1,e.settings.overlayOpacity=1,t("html").addClass(e.settings.classPrefix+"fullScreenMode")},_open:function(){switch(e.isOpen=!0,e.support.transitions=!!e.settings.cssTransitions&&e.isTransitionSupported(),e.support.mobileDevice=e.isMobileDevice(),e.support.mobileDevice&&(t("html").addClass(e.settings.classPrefix+"isMobileDevice"),e.settings.fullScreenModeForMobile&&e._switchToFullScreenMode()),e.settings.transitionIn||(e.settings.transitionIn=e.settings.transition),e.settings.transitionOut||(e.settings.transitionOut=e.settings.transition),e.transition.in()){case"fade":case"fadeInline":case"elastic":case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollVertical":case"scrollHorizontal":e.objects.case.is(":hidden")&&(e.objects.close.css("opacity",0),e.objects.overlay.css("opacity",0),e.objects.case.css("opacity",0),e.objects.contentInner.css("opacity",0)),e.transition.fade(e.objects.overlay,"in",e.settings.speedIn,e.settings.overlayOpacity,function(){e.transition.fade(e.objects.close,"in",e.settings.speedIn),e._handleEvents(),e._processContent()});break;default:e.transition.fade(e.objects.overlay,"in",0,e.settings.overlayOpacity,function(){e.transition.fade(e.objects.close,"in",0),e._handleEvents(),e._processContent()})}e.objects.document.addClass(e.settings.classPrefix+"open"),e.objects.case.attr("aria-hidden","false")},show:function(){e._callHooks(e.settings.onBeforeCalculateDimensions),e._calculateDimensions(e.cache.object),e._callHooks(e.settings.onAfterCalculateDimensions),e._startInTransition()},close:function(){switch(e.isOpen=!1,e.isSlideshowEnabled()&&(e._stopTimeout(),e.isSlideshowStarted=!1,e.objects.nav.removeClass(e.settings.classPrefix+"paused")),e.objects.loading.hide(),e._unbindEvents(),e._unwatchResizeInteraction(),t("html").removeClass(e.settings.classPrefix+"open"),e.objects.case.attr("aria-hidden","true"),e.objects.nav.children().hide(),e.objects.close.hide(),e._callHooks(e.settings.onClose),e.transition.fade(e.objects.info,"out",0),e.settings.transitionClose||e.settings.transitionOut){case"fade":case"fadeInline":case"scrollTop":case"scrollRight":case"scrollBottom":case"scrollLeft":case"scrollHorizontal":case"scrollVertical":e.transition.fade(e.objects.case,"out",e.settings.speedOut,0,function(){e.transition.fade(e.objects.overlay,"out",e.settings.speedOut,0,function(){e.cleanup()})});break;case"elastic":e.transition.zoom(e.objects.case,"out",e.settings.speedOut,function(){e.transition.fade(e.objects.overlay,"out",e.settings.speedOut,0,function(){e.cleanup()})});break;default:e.cleanup()}},_unbindEvents:function(){e.objects.overlay.unbind("click"),t(document).unbind("keyup.lightcase"),e.objects.case.unbind("swipeleft").unbind("swiperight"),e.objects.prev.unbind("click"),e.objects.next.unbind("click"),e.objects.play.unbind("click"),e.objects.pause.unbind("click"),e.objects.close.unbind("click")},_cleanupDimensions:function(){var t=e.objects.contentInner.css("opacity");e.objects.case.css({width:"",height:"",top:"",left:"","margin-top":"","margin-left":""}),e.objects.contentInner.removeAttr("style").css("opacity",t),e.objects.contentInner.children().removeAttr("style")},cleanup:function(){e._cleanupDimensions(),e.objects.loading.hide(),e.objects.overlay.hide(),e.objects.case.hide(),e.objects.prev.hide(),e.objects.next.hide(),e.objects.play.hide(),e.objects.pause.hide(),e.objects.document.removeAttr(e._prefixAttributeName("type")),e.objects.nav.removeAttr(e._prefixAttributeName("ispartofsequence")),e.objects.contentInner.empty().hide(),e.objects.info.children().empty(),e.cache.originalObject&&e._restoreObject(),e._callHooks(e.settings.onCleanup),e.cache={}},_matchMedia:function(){return window.matchMedia||window.msMatchMedia},_devicePixelRatio:function(){return window.devicePixelRatio||1},_isPublicMethod:function(t){return"function"==typeof e[t]&&"_"!==t.charAt(0)},_export:function(){window.lightcase={},t.each(e,function(t){e._isPublicMethod(t)&&(lightcase[t]=e[t])})}};e._export(),t.fn.lightcase=function(n){return e._isPublicMethod(n)?e[n].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof n&&n?void t.error("Method "+n+" does not exist on jQuery.lightcase"):e.init.apply(this,arguments)}}(jQuery),function(t,e,n){"use strict";!function t(e,n,i){function o(s,a){if(!n[s]){if(!e[s]){var c="function"==typeof require&&require;if(!a&&c)return c(s,!0);if(r)return r(s,!0);var l=new Error("Cannot find module '"+s+"'");throw l.code="MODULE_NOT_FOUND",l}var u=n[s]={exports:{}};e[s][0].call(u.exports,function(t){var n=e[s][1][t];return o(n||t)},u,u.exports,t,e,n,i)}return n[s].exports}for(var r="function"==typeof require&&require,s=0;s<i.length;s++)o(i[s]);return o}({1:[function(i,o,r){var s=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(r,"__esModule",{value:!0});var a,c,l,u,h=i("./modules/handle-dom"),d=i("./modules/utils"),f=i("./modules/handle-swal-dom"),p=i("./modules/handle-click"),m=s(i("./modules/handle-key")),g=s(i("./modules/default-params")),v=s(i("./modules/set-params"));r.default=l=u=function(){var i=arguments[0];function o(t){var e=i;return e[t]===n?g.default[t]:e[t]}if(h.addClass(e.body,"stop-scrolling"),f.resetInput(),i===n)return d.logStr("SweetAlert expects at least 1 attribute!"),!1;var r=d.extend({},g.default);switch(typeof i){case"string":r.title=i,r.text=arguments[1]||"",r.type=arguments[2]||"";break;case"object":if(i.title===n)return d.logStr('Missing "title" argument!'),!1;for(var s in r.title=i.title,g.default)r[s]=o(s);r.confirmButtonText=r.showCancelButton?"Confirm":g.default.confirmButtonText,r.confirmButtonText=o("confirmButtonText"),r.doneFunction=arguments[1]||null;break;default:return d.logStr('Unexpected type of argument! Expected "string" or "object", got '+typeof i),!1}v.default(r),f.fixVerticalPosition(),f.openModal(arguments[1]);for(var l=f.getModal(),b=l.querySelectorAll("button"),w=["onclick","onmouseover","onmouseout","onmousedown","onmouseup","onfocus"],y=function(t){return p.handleButton(t,r,l)},x=0;x<b.length;x++)for(var k=0;k<w.length;k++){var $=w[k];b[x][$]=y}f.getOverlay().onclick=y,a=t.onkeydown;t.onkeydown=function(t){return m.default(t,r,l)},t.onfocus=function(){setTimeout(function(){c!==n&&(c.focus(),c=n)},0)},u.enableButtons()},l.setDefaults=u.setDefaults=function(t){if(!t)throw new Error("userParams is required");if("object"!=typeof t)throw new Error("userParams has to be a object");d.extend(g.default,t)},l.close=u.close=function(){var i=f.getModal();h.fadeOut(f.getOverlay(),5),h.fadeOut(i,5),h.removeClass(i,"showSweetAlert"),h.addClass(i,"hideSweetAlert"),h.removeClass(i,"visible");var o=i.querySelector(".sa-icon.sa-success");h.removeClass(o,"animate"),h.removeClass(o.querySelector(".sa-tip"),"animateSuccessTip"),h.removeClass(o.querySelector(".sa-long"),"animateSuccessLong");var r=i.querySelector(".sa-icon.sa-error");h.removeClass(r,"animateErrorIcon"),h.removeClass(r.querySelector(".sa-x-mark"),"animateXMark");var s=i.querySelector(".sa-icon.sa-warning");return h.removeClass(s,"pulseWarning"),h.removeClass(s.querySelector(".sa-body"),"pulseWarningIns"),h.removeClass(s.querySelector(".sa-dot"),"pulseWarningIns"),setTimeout(function(){var t=i.getAttribute("data-custom-class");h.removeClass(i,t)},300),h.removeClass(e.body,"stop-scrolling"),t.onkeydown=a,t.previousActiveElement&&t.previousActiveElement.focus(),c=n,clearTimeout(i.timeout),!0},l.showInputError=u.showInputError=function(t){var e=f.getModal(),n=e.querySelector(".sa-input-error");h.addClass(n,"show");var i=e.querySelector(".sa-error-container");h.addClass(i,"show"),i.querySelector("p").innerHTML=t,setTimeout(function(){l.enableButtons()},1),e.querySelector("input").focus()},l.resetInputError=u.resetInputError=function(t){if(t&&13===t.keyCode)return!1;var e=f.getModal(),n=e.querySelector(".sa-input-error");h.removeClass(n,"show");var i=e.querySelector(".sa-error-container");h.removeClass(i,"show")},l.disableButtons=u.disableButtons=function(t){var e=f.getModal(),n=e.querySelector("button.confirm"),i=e.querySelector("button.cancel");n.disabled=!0,i.disabled=!0},l.enableButtons=u.enableButtons=function(t){var e=f.getModal(),n=e.querySelector("button.confirm"),i=e.querySelector("button.cancel");n.disabled=!1,i.disabled=!1},void 0!==t?t.sweetAlert=t.swal=l:d.logStr("SweetAlert is a frontend module!"),o.exports=r.default},{"./modules/default-params":2,"./modules/handle-click":3,"./modules/handle-dom":4,"./modules/handle-key":5,"./modules/handle-swal-dom":6,"./modules/set-params":8,"./modules/utils":9}],2:[function(t,e,n){Object.defineProperty(n,"__esModule",{value:!0});n.default={title:"",text:"",type:null,allowOutsideClick:!1,showConfirmButton:!0,showCancelButton:!1,closeOnConfirm:!0,closeOnCancel:!0,confirmButtonText:"OK",confirmButtonColor:"#8CD4F5",cancelButtonText:"Cancel",imageUrl:null,imageSize:null,timer:null,customClass:"",html:!1,animation:!0,allowEscapeKey:!0,inputType:"text",inputPlaceholder:"",inputValue:"",showLoaderOnConfirm:!1},e.exports=n.default},{}],3:[function(e,n,i){Object.defineProperty(i,"__esModule",{value:!0});var o=e("./utils"),r=(e("./handle-swal-dom"),e("./handle-dom")),s=function(t,e){var n=!0;r.hasClass(t,"show-input")&&((n=t.querySelector("input").value)||(n="")),e.doneFunction(n),e.closeOnConfirm&&sweetAlert.close(),e.showLoaderOnConfirm&&sweetAlert.disableButtons()},a=function(t,e){var n=String(e.doneFunction).replace(/\s/g,"");"function("===n.substring(0,9)&&")"!==n.substring(9,10)&&e.doneFunction(!1),e.closeOnCancel&&sweetAlert.close()};i.default={handleButton:function(e,n,i){var c,l,u,h=e||t.event,d=h.target||h.srcElement,f=-1!==d.className.indexOf("confirm"),p=-1!==d.className.indexOf("sweet-overlay"),m=r.hasClass(i,"visible"),g=n.doneFunction&&"true"===i.getAttribute("data-has-done-function");function v(t){f&&n.confirmButtonColor&&(d.style.backgroundColor=t)}switch(f&&n.confirmButtonColor&&(c=n.confirmButtonColor,l=o.colorLuminance(c,-.04),u=o.colorLuminance(c,-.14)),h.type){case"mouseover":v(l);break;case"mouseout":v(c);break;case"mousedown":v(u);break;case"mouseup":v(l);break;case"focus":var b=i.querySelector("button.confirm"),w=i.querySelector("button.cancel");f?w.style.boxShadow="none":b.style.boxShadow="none";break;case"click":var y=i===d,x=r.isDescendant(i,d);if(!y&&!x&&m&&!n.allowOutsideClick)break;f&&g&&m?s(i,n):g&&m||p?a(i,n):r.isDescendant(i,d)&&"BUTTON"===d.tagName&&sweetAlert.close()}},handleConfirm:s,handleCancel:a},n.exports=i.default},{"./handle-dom":4,"./handle-swal-dom":6,"./utils":9}],4:[function(n,i,o){Object.defineProperty(o,"__esModule",{value:!0});var r=function(t,e){return new RegExp(" "+e+" ").test(" "+t.className+" ")},s=function(t){t.style.opacity="",t.style.display="block"},a=function(t){t.style.opacity="",t.style.display="none"};o.hasClass=r,o.addClass=function(t,e){r(t,e)||(t.className+=" "+e)},o.removeClass=function(t,e){var n=" "+t.className.replace(/[\t\r\n]/g," ")+" ";if(r(t,e)){for(;n.indexOf(" "+e+" ")>=0;)n=n.replace(" "+e+" "," ");t.className=n.replace(/^\s+|\s+$/g,"")}},o.escapeHtml=function(t){var n=e.createElement("div");return n.appendChild(e.createTextNode(t)),n.innerHTML},o._show=s,o.show=function(t){if(t&&!t.length)return s(t);for(var e=0;e<t.length;++e)s(t[e])},o._hide=a,o.hide=function(t){if(t&&!t.length)return a(t);for(var e=0;e<t.length;++e)a(t[e])},o.isDescendant=function(t,e){for(var n=e.parentNode;null!==n;){if(n===t)return!0;n=n.parentNode}return!1},o.getTopMargin=function(t){t.style.left="-9999px",t.style.display="block";var e,n=t.clientHeight;return e="undefined"!=typeof getComputedStyle?parseInt(getComputedStyle(t).getPropertyValue("padding-top"),10):parseInt(t.currentStyle.padding),t.style.left="",t.style.display="none","-"+parseInt((n+e)/2)+"px"},o.fadeIn=function(t,e){if(+t.style.opacity<1){e=e||16,t.style.opacity=0,t.style.display="block";var n=+new Date,i=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){t.style.opacity=+t.style.opacity+(new Date-n)/100,n=+new Date,+t.style.opacity<1&&setTimeout(i,e)});i()}t.style.display="block"},o.fadeOut=function(t,e){e=e||16,t.style.opacity=1;var n=+new Date,i=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){t.style.opacity=+t.style.opacity-(new Date-n)/100,n=+new Date,+t.style.opacity>0?setTimeout(i,e):t.style.display="none"});i()},o.fireClick=function(n){if("function"==typeof MouseEvent){var i=new MouseEvent("click",{view:t,bubbles:!1,cancelable:!0});n.dispatchEvent(i)}else if(e.createEvent){var o=e.createEvent("MouseEvents");o.initEvent("click",!1,!1),n.dispatchEvent(o)}else e.createEventObject?n.fireEvent("onclick"):"function"==typeof n.onclick&&n.onclick()},o.stopEventPropagation=function(e){"function"==typeof e.stopPropagation?(e.stopPropagation(),e.preventDefault()):t.event&&t.event.hasOwnProperty("cancelBubble")&&(t.event.cancelBubble=!0)}},{}],5:[function(e,i,o){Object.defineProperty(o,"__esModule",{value:!0});var r=e("./handle-dom"),s=e("./handle-swal-dom");o.default=function(e,i,o){var a=e||t.event,c=a.keyCode||a.which,l=o.querySelector("button.confirm"),u=o.querySelector("button.cancel"),h=o.querySelectorAll("button[tabindex]");if(-1!==[9,13,32,27].indexOf(c)){for(var d=a.target||a.srcElement,f=-1,p=0;p<h.length;p++)if(d===h[p]){f=p;break}9===c?(d=-1===f?l:f===h.length-1?h[0]:h[f+1],r.stopEventPropagation(a),d.focus(),i.confirmButtonColor&&s.setFocusStyle(d,i.confirmButtonColor)):13===c?("INPUT"===d.tagName&&(d=l,l.focus()),d=-1===f?l:n):27===c&&!0===i.allowEscapeKey?(d=u,r.fireClick(d,a)):d=n}},i.exports=o.default},{"./handle-dom":4,"./handle-swal-dom":6}],6:[function(n,i,o){var r=function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(o,"__esModule",{value:!0});var s=n("./utils"),a=n("./handle-dom"),c=r(n("./default-params")),l=r(n("./injected-html")),u=function(){var t=e.createElement("div");for(t.innerHTML=l.default;t.firstChild;)e.body.appendChild(t.firstChild)},h=function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(){var t=e.querySelector(".sweet-alert");return t||(u(),t=h()),t}),d=function(){var t=h();if(t)return t.querySelector("input")},f=function(){return e.querySelector(".sweet-overlay")},p=function(t){if(t&&13===t.keyCode)return!1;var e=h(),n=e.querySelector(".sa-input-error");a.removeClass(n,"show");var i=e.querySelector(".sa-error-container");a.removeClass(i,"show")};o.sweetAlertInitialize=u,o.getModal=h,o.getOverlay=f,o.getInput=d,o.setFocusStyle=function(t,e){var n=s.hexToRgb(e);t.style.boxShadow="0 0 2px rgba("+n+", 0.8), inset 0 0 0 1px rgba(0, 0, 0, 0.05)"},o.openModal=function(n){var i=h();a.fadeIn(f(),10),a.show(i),a.addClass(i,"showSweetAlert"),a.removeClass(i,"hideSweetAlert"),t.previousActiveElement=e.activeElement,i.querySelector("button.confirm").focus(),setTimeout(function(){a.addClass(i,"visible")},500);var o=i.getAttribute("data-timer");if("null"!==o&&""!==o){var r=n;i.timeout=setTimeout(function(){r&&"true"===i.getAttribute("data-has-done-function")?r(null):sweetAlert.close()},o)}},o.resetInput=function(){var t=h(),e=d();a.removeClass(t,"show-input"),e.value=c.default.inputValue,e.setAttribute("type",c.default.inputType),e.setAttribute("placeholder",c.default.inputPlaceholder),p()},o.resetInputError=p,o.fixVerticalPosition=function(){h().style.marginTop=a.getTopMargin(h())}},{"./default-params":2,"./handle-dom":4,"./injected-html":7,"./utils":9}],7:[function(t,e,n){Object.defineProperty(n,"__esModule",{value:!0});n.default='<div class="sweet-overlay" tabIndex="-1"></div><div class="sweet-alert"><div class="sa-icon sa-error">\n <span class="sa-x-mark">\n <span class="sa-line sa-left"></span>\n <span class="sa-line sa-right"></span>\n </span>\n </div><div class="sa-icon sa-warning">\n <span class="sa-body"></span>\n <span class="sa-dot"></span>\n </div><div class="sa-icon sa-info"></div><div class="sa-icon sa-success">\n <span class="sa-line sa-tip"></span>\n <span class="sa-line sa-long"></span>\n\n <div class="sa-placeholder"></div>\n <div class="sa-fix"></div>\n </div><div class="sa-icon sa-custom"></div><h2>Title</h2>\n <p>Text</p>\n <fieldset>\n <input type="text" tabIndex="3" />\n <div class="sa-input-error"></div>\n </fieldset><div class="sa-error-container">\n <div class="icon">!</div>\n <p>Not valid!</p>\n </div><div class="sa-button-container">\n <button class="cancel" tabIndex="2">Cancel</button>\n <div class="sa-confirm-button-container">\n <button class="confirm" tabIndex="1">OK</button><div class="la-ball-fall">\n <div></div>\n <div></div>\n <div></div>\n </div>\n </div>\n </div></div>',e.exports=n.default},{}],8:[function(t,e,i){Object.defineProperty(i,"__esModule",{value:!0});var o=t("./utils"),r=t("./handle-swal-dom"),s=t("./handle-dom"),a=["error","warning","info","success","input","prompt"];i.default=function(t){var e=r.getModal(),i=e.querySelector("h2"),c=e.querySelector("p"),l=e.querySelector("button.cancel"),u=e.querySelector("button.confirm");if(i.innerHTML=t.html?t.title:s.escapeHtml(t.title).split("\n").join("<br>"),c.innerHTML=t.html?t.text:s.escapeHtml(t.text||"").split("\n").join("<br>"),t.text&&s.show(c),t.customClass)s.addClass(e,t.customClass),e.setAttribute("data-custom-class",t.customClass);else{var h=e.getAttribute("data-custom-class");s.removeClass(e,h),e.setAttribute("data-custom-class","")}if(s.hide(e.querySelectorAll(".sa-icon")),t.type&&!o.isIE8()){var d=function(){for(var i=!1,o=0;o<a.length;o++)if(t.type===a[o]){i=!0;break}if(!i)return logStr("Unknown alert type: "+t.type),{v:!1};var c=n;-1!==["success","error","warning","info"].indexOf(t.type)&&(c=e.querySelector(".sa-icon.sa-"+t.type),s.show(c));var l=r.getInput();switch(t.type){case"success":s.addClass(c,"animate"),s.addClass(c.querySelector(".sa-tip"),"animateSuccessTip"),s.addClass(c.querySelector(".sa-long"),"animateSuccessLong");break;case"error":s.addClass(c,"animateErrorIcon"),s.addClass(c.querySelector(".sa-x-mark"),"animateXMark");break;case"warning":s.addClass(c,"pulseWarning"),s.addClass(c.querySelector(".sa-body"),"pulseWarningIns"),s.addClass(c.querySelector(".sa-dot"),"pulseWarningIns");break;case"input":case"prompt":l.setAttribute("type",t.inputType),l.value=t.inputValue,l.setAttribute("placeholder",t.inputPlaceholder),s.addClass(e,"show-input"),setTimeout(function(){l.focus(),l.addEventListener("keyup",swal.resetInputError)},400)}}();if("object"==typeof d)return d.v}if(t.imageUrl){var f=e.querySelector(".sa-icon.sa-custom");f.style.backgroundImage="url("+t.imageUrl+")",s.show(f);var p=80,m=80;if(t.imageSize){var g=t.imageSize.toString().split("x"),v=g[0],b=g[1];v&&b?(p=v,m=b):logStr("Parameter imageSize expects value with format WIDTHxHEIGHT, got "+t.imageSize)}f.setAttribute("style",f.getAttribute("style")+"width:"+p+"px; height:"+m+"px")}e.setAttribute("data-has-cancel-button",t.showCancelButton),t.showCancelButton?l.style.display="inline-block":s.hide(l),e.setAttribute("data-has-confirm-button",t.showConfirmButton),t.showConfirmButton?u.style.display="inline-block":s.hide(u),t.cancelButtonText&&(l.innerHTML=s.escapeHtml(t.cancelButtonText)),t.confirmButtonText&&(u.innerHTML=s.escapeHtml(t.confirmButtonText)),t.confirmButtonColor&&(u.style.backgroundColor=t.confirmButtonColor,u.style.borderLeftColor=t.confirmLoadingButtonColor,u.style.borderRightColor=t.confirmLoadingButtonColor,r.setFocusStyle(u,t.confirmButtonColor)),e.setAttribute("data-allow-outside-click",t.allowOutsideClick);var w=!!t.doneFunction;e.setAttribute("data-has-done-function",w),t.animation?"string"==typeof t.animation?e.setAttribute("data-animation",t.animation):e.setAttribute("data-animation","pop"):e.setAttribute("data-animation","none"),e.setAttribute("data-timer",t.timer)},e.exports=i.default},{"./handle-dom":4,"./handle-swal-dom":6,"./utils":9}],9:[function(e,n,i){Object.defineProperty(i,"__esModule",{value:!0});i.extend=function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},i.hexToRgb=function(t){var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return e?parseInt(e[1],16)+", "+parseInt(e[2],16)+", "+parseInt(e[3],16):null},i.isIE8=function(){return t.attachEvent&&!t.addEventListener},i.logStr=function(e){t.console&&t.console.log("SweetAlert: "+e)},i.colorLuminance=function(t,e){(t=String(t).replace(/[^0-9a-f]/gi,"")).length<6&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),e=e||0;var n,i,o="#";for(i=0;i<3;i++)n=parseInt(t.substr(2*i,2),16),o+=("00"+(n=Math.round(Math.min(Math.max(0,n+n*e),255)).toString(16))).substr(n.length);return o}},{}]},{},[1]),"function"==typeof define&&define.amd?define(function(){return sweetAlert}):"undefined"!=typeof module&&module.exports&&(module.exports=sweetAlert)}(window,document),jQuery(document).ready(function(t){console.log("from bc mnc"),t.get("https://api.binarycarpenter.com/recommended-plugins",{from_plugin:"bc_mnc"},function(e){console.log(e);try{var n=JSON.parse(e),i=Object.keys(n),o="";for(let t=0;t<i.length;t++){let e=n[i[t]].title,r=n[i[t]].desc,s=n[i[t]].url;o+=`<li style="border-bottom: 1px solid #ddddee; padding-bottom: 10px;"><div class="single_plugin">\n <img src="${n[i[t]].img}" style="padding-right: 10px; float:left; max-width: 30%; border: 0; box-sizing: border-box;"> \n <div style="max-width: 70%; float: left; box-sizing: border-box;">\n <strong>${e}</strong>\n <p><em>${r}</em></p>\n <a target="_blank" href="${s}" class="button button-primary" >Check it out</a>\n </div>\n <div style="clear: both; float: none"></div></li>\n`}o=`<ul>${o}</ul>`,t("#bc-recommended-products").html(o)}catch(t){console.log(t)}}),t("a[data-rel^=lightcase]").lightcase(),jQuery(".bc-doc__image-picker-button").click(function(e){let n=t(this).closest(".bc-image-picker").find(".bc_image_picker_hidden_input").first(),i=t(this).closest(".bc-image-picker").find(".bc_image_preview").first();e.preventDefault(),frame=wp.media({title:"Select Cart Image",multiple:!1,library:{type:"image"}}),frame.on("select",function(){var t=frame.state().get("selection").first().toJSON();console.log(t.url),i.attr("src",t.url),n.val(t.url)}),frame.open()})});
2
  //# sourceMappingURL=backend-bundle.min.js.map
bundle/js/frontend-bundle.min.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define("BCkit",e):(t=t||self).BCkit=e()}(this,function(){"use strict";function t(t,e){return function(i){var n=arguments.length;return n?n>1?t.apply(e,arguments):t.call(e,i):t.call(e)}}var e=Object.prototype,i=e.hasOwnProperty;function n(t,e){return i.call(t,e)}var r={},o=/([a-z\d])([A-Z])/g;function s(t){return t in r||(r[t]=t.replace(o,"$1-$2").toLowerCase()),r[t]}var a=/-(\w)/g;function c(t){return t.replace(a,h)}function h(t,e){return e?e.toUpperCase():""}function l(t){return t.length?h(0,t.charAt(0))+t.slice(1):""}var u=String.prototype,d=u.startsWith||function(t){return 0===this.lastIndexOf(t,0)};function f(t,e){return d.call(t,e)}var p=u.endsWith||function(t){return this.substr(-t.length)===t};function m(t,e){return p.call(t,e)}var g=Array.prototype,v=function(t,e){return~this.indexOf(t,e)},b=u.includes||v,w=g.includes||v;function y(t,e){return t&&(B(t)?b:w).call(t,e)}var x=g.findIndex||function(t){for(var e=arguments,i=0;i<this.length;i++)if(t.call(e[1],this[i],i,this))return i;return-1};function k(t,e){return x.call(t,e)}var $=Array.isArray;function _(t){return"function"==typeof t}function I(t){return null!==t&&"object"==typeof t}function S(t){return I(t)&&Object.getPrototypeOf(t)===e}function T(t){return I(t)&&t===t.window}function E(t){return I(t)&&9===t.nodeType}function A(t){return I(t)&&!!t.jquery}function C(t){return t instanceof Node||I(t)&&t.nodeType>=1}var N=e.toString;function M(t){return N.call(t).match(/^\[object (NodeList|HTMLCollection)\]$/)}function O(t){return"boolean"==typeof t}function B(t){return"string"==typeof t}function D(t){return"number"==typeof t}function z(t){return D(t)||B(t)&&!isNaN(t-parseFloat(t))}function P(t){return!($(t)?t.length:I(t)&&Object.keys(t).length)}function H(t){return void 0===t}function L(t){return O(t)?t:"true"===t||"1"===t||""===t||"false"!==t&&"0"!==t&&t}function j(t){var e=Number(t);return!isNaN(e)&&e}function F(t){return parseFloat(t)||0}function W(t){return C(t)||T(t)||E(t)?t:M(t)||A(t)?t[0]:$(t)?W(t[0]):null}function V(t){return C(t)?[t]:M(t)?g.slice.call(t):$(t)?t.map(W).filter(Boolean):A(t)?t.toArray():[]}function q(t){return $(t)?t:B(t)?t.split(/,(?![^(]*\))/).map(function(t){return z(t)?j(t):L(t.trim())}):[t]}function Y(t){return t?m(t,"ms")?F(t):1e3*F(t):0}function R(t,e){return t===e||I(t)&&I(e)&&Object.keys(t).length===Object.keys(e).length&&K(t,function(t,i){return t===e[i]})}function U(t,e,i){return t.replace(new RegExp(e+"|"+i,"mg"),function(t){return t===e?i:e})}var X=Object.assign||function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];t=Object(t);for(var r=0;r<e.length;r++){var o=e[r];if(null!==o)for(var s in o)n(o,s)&&(t[s]=o[s])}return t};function K(t,e){for(var i in t)if(!1===e(t[i],i))return!1;return!0}function G(t,e){return t.sort(function(t,i){var n=t[e];void 0===n&&(n=0);var r=i[e];return void 0===r&&(r=0),n>r?1:r>n?-1:0})}function J(t,e){var i=new Set;return t.filter(function(t){var n=t[e];return!i.has(n)&&(i.add(n)||!0)})}function Q(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=1),Math.min(Math.max(j(t)||0,e),i)}function Z(){}function tt(t,e){return t.left<e.right&&t.right>e.left&&t.top<e.bottom&&t.bottom>e.top}function et(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}var it={ratio:function(t,e,i){var n,r="width"===e?"height":"width";return(n={})[r]=t[e]?Math.round(i*t[r]/t[e]):t[r],n[e]=i,n},contain:function(t,e){var i=this;return K(t=X({},t),function(n,r){return t=t[r]>e[r]?i.ratio(t,r,e[r]):t}),t},cover:function(t,e){var i=this;return K(t=this.contain(t,e),function(n,r){return t=t[r]<e[r]?i.ratio(t,r,e[r]):t}),t}};function nt(t,e,i){if(I(e))for(var n in e)nt(t,n,e[n]);else{if(H(i))return(t=W(t))&&t.getAttribute(e);V(t).forEach(function(t){_(i)&&(i=i.call(t,nt(t,e))),null===i?ot(t,e):t.setAttribute(e,i)})}}function rt(t,e){return V(t).some(function(t){return t.hasAttribute(e)})}function ot(t,e){t=V(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.hasAttribute(e)&&t.removeAttribute(e)})})}function st(t,e){for(var i=0,n=[e,"data-"+e];i<n.length;i++)if(rt(t,n[i]))return nt(t,n[i])}function at(t,e){return W(t)||lt(t,ht(t,e))}function ct(t,e){var i=V(t);return i.length&&i||ut(t,ht(t,e))}function ht(t,e){return void 0===e&&(e=document),mt(t)||E(e)?e:e.ownerDocument}function lt(t,e){return W(dt(t,e,"querySelector"))}function ut(t,e){return V(dt(t,e,"querySelectorAll"))}function dt(t,e,i){if(void 0===e&&(e=document),!t||!B(t))return null;var n;mt(t=t.replace(pt,"$1 *"))&&(n=[],t=function(t){return t.match(gt).map(function(t){return t.replace(/,$/,"").trim()})}(t).map(function(t,i){var r=e;if("!"===t[0]){var o=t.substr(1).trim().split(" ");r=xt(e.parentNode,o[0]),t=o.slice(1).join(" ").trim()}if("-"===t[0]){var s=t.substr(1).trim().split(" "),a=(r||e).previousElementSibling;r=wt(a,t.substr(1))?a:null,t=s.slice(1).join(" ")}return r?(r.id||(r.id="uk-"+Date.now()+i,n.push(function(){return ot(r,"id")})),"#"+_t(r.id)+" "+t):null}).filter(Boolean).join(","),e=document);try{return e[i](t)}catch(t){return null}finally{n&&n.forEach(function(t){return t()})}}var ft=/(^|[^\\],)\s*[!>+~-]/,pt=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function mt(t){return B(t)&&t.match(ft)}var gt=/.*?[^\\](?:,|$)/g;var vt=Element.prototype,bt=vt.matches||vt.webkitMatchesSelector||vt.msMatchesSelector;function wt(t,e){return V(t).some(function(t){return bt.call(t,e)})}var yt=vt.closest||function(t){var e=this;do{if(wt(e,t))return e;e=e.parentNode}while(e&&1===e.nodeType)};function xt(t,e){return f(e,">")&&(e=e.slice(1)),C(t)?t.parentNode&&yt.call(t,e):V(t).map(function(t){return xt(t,e)}).filter(Boolean)}function kt(t,e){for(var i=[],n=W(t).parentNode;n&&1===n.nodeType;)wt(n,e)&&i.push(n),n=n.parentNode;return i}var $t=window.CSS&&CSS.escape||function(t){return t.replace(/([^\x7f-\uFFFF\w-])/g,function(t){return"\\"+t})};function _t(t){return B(t)?$t.call(null,t):""}var It={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function St(t){return V(t).some(function(t){return It[t.tagName.toLowerCase()]})}function Tt(t){return V(t).some(function(t){return t.offsetWidth||t.offsetHeight||t.getClientRects().length})}var Et="input,select,textarea,button";function At(t){return V(t).some(function(t){return wt(t,Et)})}function Ct(t,e){return V(t).filter(function(t){return wt(t,e)})}function Nt(t,e){return B(e)?wt(t,e)||xt(t,e):t===e||(E(e)?e.documentElement:W(e)).contains(W(t))}function Mt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var i=Pt(t),n=i[0],r=i[1],o=i[2],s=i[3],a=i[4];return n=jt(n),o&&(s=function(t,e,i){var n=this;return function(r){t.forEach(function(t){var o=">"===e[0]?ut(e,t).reverse().filter(function(t){return Nt(r.target,t)})[0]:xt(r.target,e);o&&(r.delegate=t,r.current=o,i.call(n,r))})}}(n,o,s)),s.length>1&&(s=function(t){return function(e){return $(e.detail)?t.apply(void 0,[e].concat(e.detail)):t(e)}}(s)),r.split(" ").forEach(function(t){return n.forEach(function(e){return e.addEventListener(t,s,a)})}),function(){return Ot(n,r,s,a)}}function Ot(t,e,i,n){void 0===n&&(n=!1),t=jt(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.removeEventListener(e,i,n)})})}function Bt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var i=Pt(t),n=i[0],r=i[1],o=i[2],s=i[3],a=i[4],c=i[5],h=Mt(n,r,o,function(t){var e=!c||c(t);e&&(h(),s(t,e))},a);return h}function Dt(t,e,i){return jt(t).reduce(function(t,n){return t&&n.dispatchEvent(zt(e,!0,!0,i))},!0)}function zt(t,e,i,n){if(void 0===e&&(e=!0),void 0===i&&(i=!1),B(t)){var r=document.createEvent("CustomEvent");r.initCustomEvent(t,e,i,n),t=r}return t}function Pt(t){return _(t[2])&&t.splice(2,0,!1),t}function Ht(t){return t&&"addEventListener"in t}function Lt(t){return Ht(t)?t:W(t)}function jt(t){return $(t)?t.map(Lt).filter(Boolean):B(t)?ut(t):Ht(t)?[t]:V(t)}function Ft(t){return"touch"===t.pointerType||t.touches}function Wt(t,e){void 0===e&&(e="client");var i=t.touches,n=t.changedTouches,r=i&&i[0]||n&&n[0]||t;return{x:r[e+"X"],y:r[e+"Y"]}}var Vt="Promise"in window?window.Promise:Ut,qt=function(){var t=this;this.promise=new Vt(function(e,i){t.reject=i,t.resolve=e})},Yt=2,Rt="setImmediate"in window?setImmediate:setTimeout;function Ut(t){this.state=Yt,this.value=void 0,this.deferred=[];var e=this;try{t(function(t){e.resolve(t)},function(t){e.reject(t)})}catch(t){e.reject(t)}}Ut.reject=function(t){return new Ut(function(e,i){i(t)})},Ut.resolve=function(t){return new Ut(function(e,i){e(t)})},Ut.all=function(t){return new Ut(function(e,i){var n=[],r=0;function o(i){return function(o){n[i]=o,(r+=1)===t.length&&e(n)}}0===t.length&&e(n);for(var s=0;s<t.length;s+=1)Ut.resolve(t[s]).then(o(s),i)})},Ut.race=function(t){return new Ut(function(e,i){for(var n=0;n<t.length;n+=1)Ut.resolve(t[n]).then(e,i)})};var Xt=Ut.prototype;function Kt(t,e){return new Vt(function(i,n){var r=X({data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:Z,responseType:""},e);r.beforeSend(r);var o=r.xhr;for(var s in r)if(s in o)try{o[s]=r[s]}catch(t){}for(var a in o.open(r.method.toUpperCase(),t),r.headers)o.setRequestHeader(a,r.headers[a]);Mt(o,"load",function(){0===o.status||o.status>=200&&o.status<300||304===o.status?i(o):n(X(Error(o.statusText),{xhr:o,status:o.status}))}),Mt(o,"error",function(){return n(X(Error("Network Error"),{xhr:o}))}),Mt(o,"timeout",function(){return n(X(Error("Network Timeout"),{xhr:o}))}),o.send(r.data)})}function Gt(t,e,i){return new Vt(function(n,r){var o=new Image;o.onerror=r,o.onload=function(){return n(o)},i&&(o.sizes=i),e&&(o.srcset=e),o.src=t})}Xt.resolve=function(t){var e=this;if(e.state===Yt){if(t===e)throw new TypeError("Promise settled with itself.");var i=!1;try{var n=t&&t.then;if(null!==t&&I(t)&&_(n))return void n.call(t,function(t){i||e.resolve(t),i=!0},function(t){i||e.reject(t),i=!0})}catch(t){return void(i||e.reject(t))}e.state=0,e.value=t,e.notify()}},Xt.reject=function(t){if(this.state===Yt){if(t===this)throw new TypeError("Promise settled with itself.");this.state=1,this.value=t,this.notify()}},Xt.notify=function(){var t=this;Rt(function(){if(t.state!==Yt)for(;t.deferred.length;){var e=t.deferred.shift(),i=e[0],n=e[1],r=e[2],o=e[3];try{0===t.state?_(i)?r(i.call(void 0,t.value)):r(t.value):1===t.state&&(_(n)?r(n.call(void 0,t.value)):o(t.value))}catch(t){o(t)}}})},Xt.then=function(t,e){var i=this;return new Ut(function(n,r){i.deferred.push([t,e,n,r]),i.notify()})},Xt.catch=function(t){return this.then(void 0,t)};var Jt=/msie|trident/i.test(window.navigator.userAgent),Qt="rtl"===nt(document.documentElement,"dir"),Zt="ontouchstart"in window,te=window.PointerEvent,ee=Zt||window.DocumentTouch&&document instanceof DocumentTouch||navigator.maxTouchPoints,ie=te?"pointerdown":Zt?"touchstart":"mousedown",ne=te?"pointermove":Zt?"touchmove":"mousemove",re=te?"pointerup":Zt?"touchend":"mouseup",oe=te?"pointerenter":Zt?"":"mouseenter",se=te?"pointerleave":Zt?"":"mouseleave",ae=te?"pointercancel":"touchcancel";function ce(t){if("loading"===document.readyState)var e=Mt(document,"DOMContentLoaded",function(){e(),t()});else t()}function he(t,e){return e?V(t).indexOf(W(e)):V((t=W(t))&&t.parentNode.children).indexOf(t)}function le(t,e,i,n){void 0===i&&(i=0),void 0===n&&(n=!1);var r=(e=V(e)).length;return t=z(t)?j(t):"next"===t?i+1:"previous"===t?i-1:he(e,t),n?Q(t,0,r-1):(t%=r)<0?t+r:t}function ue(t){return(t=Ie(t)).innerHTML="",t}function de(t,e){return t=Ie(t),H(e)?t.innerHTML:fe(t.hasChildNodes()?ue(t):t,e)}function fe(t,e){return t=Ie(t),ge(e,function(e){return t.appendChild(e)})}function pe(t,e){return t=Ie(t),ge(e,function(e){return t.parentNode.insertBefore(e,t)})}function me(t,e){return t=Ie(t),ge(e,function(e){return t.nextSibling?pe(t.nextSibling,e):fe(t.parentNode,e)})}function ge(t,e){return(t=B(t)?$e(t):t)?"length"in t?V(t).map(e):e(t):null}function ve(t){V(t).map(function(t){return t.parentNode&&t.parentNode.removeChild(t)})}function be(t,e){for(e=W(pe(t,e));e.firstChild;)e=e.firstChild;return fe(e,t),e}function we(t,e){return V(V(t).map(function(t){return t.hasChildNodes?be(V(t.childNodes),e):fe(t,e)}))}function ye(t){V(t).map(function(t){return t.parentNode}).filter(function(t,e,i){return i.indexOf(t)===e}).forEach(function(t){pe(t,t.childNodes),ve(t)})}var xe=/^\s*<(\w+|!)[^>]*>/,ke=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function $e(t){var e=ke.exec(t);if(e)return document.createElement(e[1]);var i=document.createElement("div");return xe.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,i.childNodes.length>1?V(i.childNodes):i.firstChild}function _e(t,e){if(t&&1===t.nodeType)for(e(t),t=t.firstElementChild;t;)_e(t,e),t=t.nextElementSibling}function Ie(t,e){return B(t)?Te(t)?W($e(t)):lt(t,e):W(t)}function Se(t,e){return B(t)?Te(t)?V($e(t)):ut(t,e):V(t)}function Te(t){return"<"===t[0]||t.match(/^\s*</)}function Ee(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];Be(t,e,"add")}function Ae(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];Be(t,e,"remove")}function Ce(t,e){nt(t,"class",function(t){return(t||"").replace(new RegExp("\\b"+e+"\\b","g"),"")})}function Ne(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];e[0]&&Ae(t,e[0]),e[1]&&Ee(t,e[1])}function Me(t,e){return e&&V(t).some(function(t){return t.classList.contains(e.split(" ")[0])})}function Oe(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];if(e.length){var n=B((e=De(e))[e.length-1])?[]:e.pop();e=e.filter(Boolean),V(t).forEach(function(t){for(var i=t.classList,r=0;r<e.length;r++)ze.Force?i.toggle.apply(i,[e[r]].concat(n)):i[(H(n)?!i.contains(e[r]):n)?"add":"remove"](e[r])})}}function Be(t,e,i){(e=De(e).filter(Boolean)).length&&V(t).forEach(function(t){var n=t.classList;ze.Multiple?n[i].apply(n,e):e.forEach(function(t){return n[i](t)})})}function De(t){return t.reduce(function(t,e){return t.concat.call(t,B(e)&&y(e," ")?e.trim().split(" "):e)},[])}var ze={get Multiple(){return this.get("_multiple")},get Force(){return this.get("_force")},get:function(t){if(!n(this,t)){var e=document.createElement("_").classList;e.add("a","b"),e.toggle("c",!1),this._multiple=e.contains("b"),this._force=!e.contains("c")}return this[t]}},Pe={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function He(t,e,i){return V(t).map(function(t){if(B(e)){if(e=qe(e),H(i))return je(t,e);i||D(i)?t.style[e]=z(i)&&!Pe[e]?i+"px":i:t.style.removeProperty(e)}else{if($(e)){var n=Le(t);return e.reduce(function(t,e){return t[e]=n[qe(e)],t},{})}I(e)&&K(e,function(e,i){return He(t,i,e)})}return t})[0]}function Le(t,e){return(t=W(t)).ownerDocument.defaultView.getComputedStyle(t,e)}function je(t,e,i){return Le(t,i)[e]}var Fe={};function We(t){var e=document.documentElement;if(!Jt)return Le(e).getPropertyValue("--uk-"+t);if(!(t in Fe)){var i=fe(e,document.createElement("div"));Ee(i,"uk-"+t),Fe[t]=je(i,"content",":before").replace(/^["'](.*)["']$/,"$1"),ve(i)}return Fe[t]}var Ve={};function qe(t){var e=Ve[t];return e||(e=Ve[t]=function(t){t=s(t);var e=document.documentElement.style;if(t in e)return t;var i,n=Ye.length;for(;n--;)if((i="-"+Ye[n]+"-"+t)in e)return i}(t)||t),e}var Ye=["webkit","moz","ms"];function Re(t,e,i,n){return void 0===i&&(i=400),void 0===n&&(n="linear"),Vt.all(V(t).map(function(t){return new Vt(function(r,o){for(var s in e){var a=He(t,s);""===a&&He(t,s,a)}var c=setTimeout(function(){return Dt(t,"transitionend")},i);Bt(t,"transitionend transitioncanceled",function(e){var i=e.type;clearTimeout(c),Ae(t,"bc-uk-transition"),He(t,{"transition-property":"","transition-duration":"","transition-timing-function":""}),"transitioncanceled"===i?o():r()},!1,function(e){var i=e.target;return t===i}),Ee(t,"bc-uk-transition"),He(t,X({"transition-property":Object.keys(e).map(qe).join(","),"transition-duration":i+"ms","transition-timing-function":n},e))})}))}var Ue={start:Re,stop:function(t){return Dt(t,"transitionend"),Vt.resolve()},cancel:function(t){Dt(t,"transitioncanceled")},inProgress:function(t){return Me(t,"bc-uk-transition")}},Xe="bc-uk-animation-",Ke="bc-uk-cancel-animation";function Ge(t,e,i,n,r){var o=arguments;return void 0===i&&(i=200),Vt.all(V(t).map(function(t){return new Vt(function(s,a){if(Me(t,Ke))requestAnimationFrame(function(){return Vt.resolve().then(function(){return Ge.apply(void 0,o).then(s,a)})});else{var c=e+" "+Xe+(r?"leave":"enter");f(e,Xe)&&(n&&(c+=" uk-transform-origin-"+n),r&&(c+=" "+Xe+"reverse")),h(),Bt(t,"animationend animationcancel",function(e){var i=!1;"animationcancel"===e.type?(a(),h()):(s(),Vt.resolve().then(function(){i=!0,h()})),requestAnimationFrame(function(){i||(Ee(t,Ke),requestAnimationFrame(function(){return Ae(t,Ke)}))})},!1,function(e){var i=e.target;return t===i}),He(t,"animationDuration",i+"ms"),Ee(t,c)}function h(){He(t,"animationDuration",""),Ce(t,Xe+"\\S*")}})}))}var Je=new RegExp(Xe+"(enter|leave)"),Qe={in:function(t,e,i,n){return Ge(t,e,i,n,!1)},out:function(t,e,i,n){return Ge(t,e,i,n,!0)},inProgress:function(t){return Je.test(nt(t,"class"))},cancel:function(t){Dt(t,"animationcancel")}},Ze={width:["x","left","right"],height:["y","top","bottom"]};function ti(t,e,i,n,r,o,s,a){i=hi(i),n=hi(n);var c={element:i,target:n};if(!t||!e)return c;var h=ii(t),l=ii(e),u=l;if(ci(u,i,h,-1),ci(u,n,l,1),r=li(r,h.width,h.height),o=li(o,l.width,l.height),r.x+=o.x,r.y+=o.y,u.left+=r.x,u.top+=r.y,s){var d=[ii(bi(t))];a&&d.unshift(ii(a)),K(Ze,function(t,e){var o=t[0],a=t[1],f=t[2];(!0===s||y(s,o))&&d.some(function(t){var s=i[o]===a?-h[e]:i[o]===f?h[e]:0,d=n[o]===a?l[e]:n[o]===f?-l[e]:0;if(u[a]<t[a]||u[a]+h[e]>t[f]){var p=h[e]/2,m="center"===n[o]?-l[e]/2:0;return"center"===i[o]&&(g(p,m)||g(-p,-m))||g(s,d)}function g(i,n){var s=u[a]+i+n-2*r[o];if(s>=t[a]&&s+h[e]<=t[f])return u[a]=s,["element","target"].forEach(function(t){c[t][o]=i?c[t][o]===Ze[e][1]?Ze[e][2]:Ze[e][1]:c[t][o]}),!0}})})}return ei(t,u),c}function ei(t,e){if(t=W(t),!e)return ii(t);var i=ei(t),n=He(t,"position");["left","top"].forEach(function(r){if(r in e){var o=He(t,r);He(t,r,e[r]-i[r]+F("absolute"===n&&"auto"===o?ni(t)[r]:o))}})}function ii(t){var e,i,n=bi(t=W(t)),r=n.pageYOffset,o=n.pageXOffset;if(T(t)){var s=t.innerHeight,a=t.innerWidth;return{top:r,left:o,height:s,width:a,bottom:r+s,right:o+a}}Tt(t)||"none"!==He(t,"display")||(e=nt(t,"style"),i=nt(t,"hidden"),nt(t,{style:(e||"")+";display:block !important;",hidden:null}));var c=t.getBoundingClientRect();return H(e)||nt(t,{style:e,hidden:i}),{height:c.height,width:c.width,top:c.top+r,left:c.left+o,bottom:c.bottom+r,right:c.right+o}}function ni(t){var e=(t=W(t)).offsetParent||function(t){return wi(t).documentElement}(t),i=ei(e),n=["top","left"].reduce(function(n,r){var o=l(r);return n[r]-=i[r]+F(He(t,"margin"+o))+F(He(e,"border"+o+"Width")),n},ei(t));return{top:n.top,left:n.left}}var ri=si("height"),oi=si("width");function si(t){var e=l(t);return function(i,n){if(i=W(i),H(n)){if(T(i))return i["inner"+e];if(E(i)){var r=i.documentElement;return Math.max(r["offset"+e],r["scroll"+e])}return(n="auto"===(n=He(i,t))?i["offset"+e]:F(n)||0)-ai(t,i)}He(i,t,n||0===n?+n+ai(t,i)+"px":"")}}function ai(t,e,i){return void 0===i&&(i="border-box"),He(e,"boxSizing")===i?Ze[t].slice(1).map(l).reduce(function(t,i){return t+F(He(e,"padding"+i))+F(He(e,"border"+i+"Width"))},0):0}function ci(t,e,i,n){K(Ze,function(r,o){var s=r[0],a=r[1],c=r[2];e[s]===c?t[a]+=i[o]*n:"center"===e[s]&&(t[a]+=i[o]*n/2)})}function hi(t){var e=/left|center|right/,i=/top|center|bottom/;return 1===(t=(t||"").split(" ")).length&&(t=e.test(t[0])?t.concat(["center"]):i.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:i.test(t[1])?t[1]:"center"}}function li(t,e,i){var n=(t||"").split(" "),r=n[0],o=n[1];return{x:r?F(r)*(m(r,"%")?e/100:1):0,y:o?F(o)*(m(o,"%")?i/100:1):0}}function ui(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top";default:return t}}function di(t,e,i){if(void 0===e&&(e=0),void 0===i&&(i=0),!Tt(t))return!1;var n=bi(t=W(t)),r=t.getBoundingClientRect(),o={top:-e,left:-i,bottom:e+ri(n),right:i+oi(n)};return tt(r,o)||et({x:r.left,y:r.top},o)}function fi(t,e){if(void 0===e&&(e=0),!Tt(t))return 0;var i=bi(t=W(t)),n=wi(t),r=t.offsetHeight+e,o=mi(t)[0],s=ri(i),a=s+Math.min(0,o-s),c=Math.max(0,s-(ri(n)+e-(o+r)));return Q((a+i.pageYOffset-o)/((a+(r-(c<s?c:0)))/100)/100)}function pi(t,e){if(T(t=W(t))||E(t)){var i=bi(t);(0,i.scrollTo)(i.pageXOffset,e)}else t.scrollTop=e}function mi(t){var e=[0,0];do{if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,"fixed"===He(t,"position")){var i=bi(t);return e[0]+=i.pageYOffset,e[1]+=i.pageXOffset,e}}while(t=t.offsetParent);return e}function gi(t,e,i){return void 0===e&&(e="width"),void 0===i&&(i=window),z(t)?+t:m(t,"vh")?vi(ri(bi(i)),t):m(t,"vw")?vi(oi(bi(i)),t):m(t,"%")?vi(ii(i)[e],t):F(t)}function vi(t,e){return t*F(e)/100}function bi(t){return T(t)?t:wi(t).defaultView}function wi(t){return W(t).ownerDocument}var yi={reads:[],writes:[],read:function(t){return this.reads.push(t),xi(),t},write:function(t){return this.writes.push(t),xi(),t},clear:function(t){return $i(this.reads,t)||$i(this.writes,t)},flush:function(){ki(this.reads),ki(this.writes.splice(0,this.writes.length)),this.scheduled=!1,(this.reads.length||this.writes.length)&&xi()}};function xi(){yi.scheduled||(yi.scheduled=!0,requestAnimationFrame(yi.flush.bind(yi)))}function ki(t){for(var e;e=t.shift();)e()}function $i(t,e){var i=t.indexOf(e);return!!~i&&!!t.splice(i,1)}function _i(){}function Ii(t,e){return(e.y-t.y)/(e.x-t.x)}_i.prototype={positions:[],position:null,init:function(){var t=this;this.positions=[],this.position=null;var e=!1;this.unbind=Mt(document,"mousemove",function(i){e||(setTimeout(function(){var n=Date.now(),r=t.positions.length;r&&n-t.positions[r-1].time>100&&t.positions.splice(0,r),t.positions.push({time:n,x:i.pageX,y:i.pageY}),t.positions.length>5&&t.positions.shift(),e=!1},5),e=!0)})},cancel:function(){this.unbind&&this.unbind()},movesTo:function(t){if(this.positions.length<2)return!1;var e=ei(t),i=this.positions[this.positions.length-1],n=this.positions[0];if(e.left<=i.x&&i.x<=e.right&&e.top<=i.y&&i.y<=e.bottom)return!1;var r=[[{x:e.left,y:e.top},{x:e.right,y:e.bottom}],[{x:e.right,y:e.top},{x:e.left,y:e.bottom}]];return e.right<=i.x||(e.left>=i.x?(r[0].reverse(),r[1].reverse()):e.bottom<=i.y?r[0].reverse():e.top>=i.y&&r[1].reverse()),!!r.reduce(function(t,e){return t+(Ii(n,e[0])<Ii(i,e[0])&&Ii(n,e[1])>Ii(i,e[1]))},0)}};var Si={};function Ti(t,e,i){return Si.computed(_(t)?t.call(i,i):t,_(e)?e.call(i,i):e)}function Ei(t,e){return t=t&&!$(t)?[t]:t,e?t?t.concat(e):$(e)?e:[e]:t}function Ai(t,e,i){var r={};if(_(e)&&(e=e.options),e.extends&&(t=Ai(t,e.extends,i)),e.mixins)for(var o=0,s=e.mixins.length;o<s;o++)t=Ai(t,e.mixins[o],i);for(var a in t)h(a);for(var c in e)n(t,c)||h(c);function h(n){r[n]=(Si[n]||function(t,e){return H(e)?t:e})(t[n],e[n],i)}return r}function Ci(t,e){var i;void 0===e&&(e=[]);try{return t?f(t,"{")?JSON.parse(t):e.length&&!y(t,":")?((i={})[e[0]]=t,i):t.split(";").reduce(function(t,e){var i=e.split(/:(.*)/),n=i[0],r=i[1];return n&&!H(r)&&(t[n.trim()]=r.trim()),t},{}):{}}catch(t){return{}}}Si.events=Si.created=Si.beforeConnect=Si.connected=Si.beforeDisconnect=Si.disconnected=Si.destroy=Ei,Si.args=function(t,e){return Ei(e||t)},Si.update=function(t,e){return G(Ei(t,_(e)?{read:e}:e),"order")},Si.props=function(t,e){return $(e)&&(e=e.reduce(function(t,e){return t[e]=String,t},{})),Si.methods(t,e)},Si.computed=Si.methods=function(t,e){return e?t?X({},t,e):e:t},Si.data=function(t,e,i){return i?Ti(t,e,i):e?t?function(i){return Ti(t,e,i)}:e:t};var Ni=0,Mi=function(t){this.id=++Ni,this.el=W(t)};function Oi(t,e){try{t.contentWindow.postMessage(JSON.stringify(X({event:"command"},e)),"*")}catch(t){}}Mi.prototype.isVideo=function(){return this.isYoutube()||this.isVimeo()||this.isHTML5()},Mi.prototype.isHTML5=function(){return"VIDEO"===this.el.tagName},Mi.prototype.isIFrame=function(){return"IFRAME"===this.el.tagName},Mi.prototype.isYoutube=function(){return this.isIFrame()&&!!this.el.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)},Mi.prototype.isVimeo=function(){return this.isIFrame()&&!!this.el.src.match(/vimeo\.com\/video\/.*/)},Mi.prototype.enableApi=function(){var t=this;if(this.ready)return this.ready;var e,i=this.isYoutube(),n=this.isVimeo();return i||n?this.ready=new Vt(function(r){var o;Bt(t.el,"load",function(){if(i){var n=function(){return Oi(t.el,{event:"listening",id:t.id})};e=setInterval(n,100),n()}}),(o=function(e){return i&&e.id===t.id&&"onReady"===e.event||n&&Number(e.player_id)===t.id},new Vt(function(t){Bt(window,"message",function(e,i){return t(i)},!1,function(t){var e=t.data;if(e&&B(e)){try{e=JSON.parse(e)}catch(t){return}return e&&o(e)}})})).then(function(){r(),e&&clearInterval(e)}),nt(t.el,"src",t.el.src+(y(t.el.src,"?")?"&":"?")+(i?"enablejsapi=1":"api=1&player_id="+t.id))}):Vt.resolve()},Mi.prototype.play=function(){var t=this;if(this.isVideo())if(this.isIFrame())this.enableApi().then(function(){return Oi(t.el,{func:"playVideo",method:"play"})});else if(this.isHTML5())try{var e=this.el.play();e&&e.catch(Z)}catch(t){}},Mi.prototype.pause=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Oi(t.el,{func:"pauseVideo",method:"pause"})}):this.isHTML5()&&this.el.pause())},Mi.prototype.mute=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Oi(t.el,{func:"mute",method:"setVolume",value:0})}):this.isHTML5()&&(this.el.muted=!0,nt(this.el,"muted","")))};var Bi="IntersectionObserver"in window?window.IntersectionObserver:function(){function t(t,e){var i=this;void 0===e&&(e={});var n=e.rootMargin;void 0===n&&(n="0 0"),this.targets=[];var r,o=(n||"0 0").split(" ").map(F),s=o[0],a=o[1];this.offsetTop=s,this.offsetLeft=a,this.apply=function(){r||(r=requestAnimationFrame(function(){return setTimeout(function(){var e=i.takeRecords();e.length&&t(e,i),r=!1})}))},this.off=Mt(window,"scroll resize load",this.apply,{passive:!0,capture:!0})}return t.prototype.takeRecords=function(){var t=this;return this.targets.filter(function(e){var i=di(e.target,t.offsetTop,t.offsetLeft);if(null===e.isIntersecting||i^e.isIntersecting)return e.isIntersecting=i,!0})},t.prototype.observe=function(t){this.targets.push({target:t,isIntersecting:null}),this.apply()},t.prototype.disconnect=function(){this.targets=[],this.off()},t}();function Di(t){return!(!f(t,"bc-uk-")&&!f(t,"data-uk-"))&&c(t.replace("data-uk-","").replace("bc-uk-",""))}var zi=function(t){this._init(t)};zi.util=Object.freeze({ajax:Kt,getImage:Gt,transition:Re,Transition:Ue,animate:Ge,Animation:Qe,attr:nt,hasAttr:rt,removeAttr:ot,data:st,addClass:Ee,removeClass:Ae,removeClasses:Ce,replaceClass:Ne,hasClass:Me,toggleClass:Oe,positionAt:ti,offset:ei,position:ni,height:ri,width:oi,boxModelAdjust:ai,flipPosition:ui,isInView:di,scrolledOver:fi,scrollTop:pi,offsetPosition:mi,toPx:gi,ready:ce,index:he,getIndex:le,empty:ue,html:de,prepend:function(t,e){return(t=Ie(t)).hasChildNodes()?ge(e,function(e){return t.insertBefore(e,t.firstChild)}):fe(t,e)},append:fe,before:pe,after:me,remove:ve,wrapAll:be,wrapInner:we,unwrap:ye,fragment:$e,apply:_e,$:Ie,$$:Se,isIE:Jt,isRtl:Qt,hasTouch:ee,pointerDown:ie,pointerMove:ne,pointerUp:re,pointerEnter:oe,pointerLeave:se,pointerCancel:ae,on:Mt,off:Ot,once:Bt,trigger:Dt,createEvent:zt,toEventTargets:jt,isTouch:Ft,getEventPos:Wt,fastdom:yi,isVoidElement:St,isVisible:Tt,selInput:Et,isInput:At,filter:Ct,within:Nt,bind:t,hasOwn:n,hyphenate:s,camelize:c,ucfirst:l,startsWith:f,endsWith:m,includes:y,findIndex:k,isArray:$,isFunction:_,isObject:I,isPlainObject:S,isWindow:T,isDocument:E,isJQuery:A,isNode:C,isNodeCollection:M,isBoolean:O,isString:B,isNumber:D,isNumeric:z,isEmpty:P,isUndefined:H,toBoolean:L,toNumber:j,toFloat:F,toNode:W,toNodes:V,toList:q,toMs:Y,isEqual:R,swap:U,assign:X,each:K,sortBy:G,uniqueBy:J,clamp:Q,noop:Z,intersectRect:tt,pointInRect:et,Dimensions:it,MouseTracker:_i,mergeOptions:Ai,parseOptions:Ci,Player:Mi,Promise:Vt,Deferred:qt,IntersectionObserver:Bi,query:at,queryAll:ct,find:lt,findAll:ut,matches:wt,closest:xt,parents:kt,escape:_t,css:He,getStyles:Le,getStyle:je,getCssVar:We,propName:qe}),zi.data="__BCkit__",zi.prefix="bc-uk-",zi.options={},function(t){var e,i=t.data;function n(t,e){if(t)for(var i in t)t[i]._connected&&t[i]._callUpdate(e)}t.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},t.mixin=function(e,i){(i=(B(i)?t.component(i):i)||this).options=Ai(i.options,e)},t.extend=function(t){t=t||{};var e=function(t){this._init(t)};return(e.prototype=Object.create(this.prototype)).constructor=e,e.options=Ai(this.options,t),e.super=this,e.extend=this.extend,e},t.update=function(t,e){(function t(e,i){e&&e!==document.body&&e.parentNode&&(t(e.parentNode,i),i(e.parentNode))})(t=t?W(t):document.body,function(t){return n(t[i],e)}),_e(t,function(t){return n(t[i],e)})},Object.defineProperty(t,"container",{get:function(){return e||document.body},set:function(t){e=Ie(t)}})}(zi),function(t){t.prototype._callHook=function(t){var e=this,i=this.$options[t];i&&i.forEach(function(t){return t.call(e)})},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObserver(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){this._connected&&(this._callHook("beforeDisconnect"),this._observer&&(this._observer.disconnect(),this._observer=null),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1)},t.prototype._callUpdate=function(t){var e=this;void 0===t&&(t="update");var i=t.type||t;y(["update","resize"],i)&&this._callWatches();var n=this.$options.update,r=this._frames,o=r.reads,s=r.writes;n&&n.forEach(function(t,n){var r=t.read,a=t.write,c=t.events;("update"===i||y(c,i))&&(r&&!y(yi.reads,o[n])&&(o[n]=yi.read(function(){var t=e._connected&&r.call(e,e._data,i);!1===t&&a?yi.clear(s[n]):S(t)&&X(e._data,t)})),a&&!y(yi.writes,s[n])&&(s[n]=yi.write(function(){return e._connected&&a.call(e,e._data,i)})))})}}(zi),function(e){var i=0;function r(t,e){var i={},n=t.args;void 0===n&&(n=[]);var r=t.props;void 0===r&&(r={});var o=t.el;if(!r)return i;for(var a in r){var h=s(a),u=st(o,h);if(!H(u)){if(u=r[a]===Boolean&&""===u||l(r[a],u),"target"===h&&(!u||f(u,"_")))continue;i[a]=u}}var d=Ci(st(o,e),n);for(var p in d){var m=c(p);void 0!==r[m]&&(i[m]=l(r[m],d[p]))}return i}function o(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get:function(){var r=t._computeds,o=t.$props,s=t.$el;return n(r,e)||(r[e]=(i.get||i).call(t,o,s)),r[e]},set:function(n){var r=t._computeds;r[e]=i.set?i.set.call(t,n):n,H(r[e])&&delete r[e]}})}function a(e,i,n){S(i)||(i={name:n,handler:i});var r,o=i.name,s=i.el,c=i.handler,h=i.capture,l=i.passive,u=i.delegate,d=i.filter,f=i.self;s=_(s)?s.call(e):s||e.$el,$(s)?s.forEach(function(t){return a(e,X({},i,{el:t}),n)}):!s||d&&!d.call(e)||(r=B(c)?e[c]:t(c,e),c=function(t){return $(t.detail)?r.apply(void 0,[t].concat(t.detail)):r(t)},f&&(c=function(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}(c)),e._events.push(Mt(s,o,u?B(u)?u:u.call(e):null,c,O(l)?{passive:l,capture:h}:h)))}function h(t,e){return t.every(function(t){return!t||!n(t,e)})}function l(t,e){return t===Boolean?L(e):t===Number?j(e):"list"===t?q(e):t?t(e):e}e.prototype._init=function(t){(t=t||{}).data=function(t,e){var i=t.data,n=(t.el,e.args),r=e.props;if(void 0===r&&(r={}),i=$(i)?P(n)?void 0:i.slice(0,n.length).reduce(function(t,e,i){return S(e)?X(t,e):t[n[i]]=e,t},{}):i)for(var o in i)H(i[o])?delete i[o]:i[o]=r[o]?l(r[o],i[o]):i[o];return i}(t,this.constructor.options),this.$options=Ai(this.constructor.options,t,this),this.$el=null,this.$props={},this._frames={reads:{},writes:{}},this._events=[],this._uid=i++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),t.el&&this.$mount(t.el)},e.prototype._initData=function(){var t=this.$options.data;for(var e in void 0===t&&(t={}),t)this.$props[e]=this[e]=t[e]},e.prototype._initMethods=function(){var e=this.$options.methods;if(e)for(var i in e)this[i]=t(e[i],this)},e.prototype._initComputeds=function(){var t=this.$options.computed;if(this._computeds={},t)for(var e in t)o(this,e,t[e])},e.prototype._callWatches=function(){var t=this.$options.computed,e=this._computeds;for(var i in e){var n=e[i];delete e[i],t[i].watch&&!R(n,this[i])&&t[i].watch.call(this,this[i],n)}},e.prototype._initProps=function(t){var e;for(e in t=t||r(this.$options,this.$name))H(t[e])||(this.$props[e]=t[e]);var i=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&h(i,e)&&(this[e]=this.$props[e])},e.prototype._initEvents=function(){var t=this,e=this.$options.events;e&&e.forEach(function(e){if(n(e,"handler"))a(t,e);else for(var i in e)a(t,e[i],i)})},e.prototype._unbindEvents=function(){this._events.forEach(function(t){return t()}),this._events=[]},e.prototype._initObserver=function(){var t=this,e=this.$options,i=e.attrs,n=e.props,o=e.el;if(!this._observer&&n&&!1!==i){i=$(i)?i:Object.keys(n),this._observer=new MutationObserver(function(){var e=r(t.$options,t.$name);i.some(function(i){return!H(e[i])&&e[i]!==t.$props[i]})&&t.$reset()});var a=i.map(function(t){return s(t)}).concat(this.$name);this._observer.observe(o,{attributes:!0,attributeFilter:a.concat(a.map(function(t){return"data-"+t}))})}}}(zi),function(t){var e=t.data,i={};t.component=function(e,n){if(!n)return S(i[e])&&(i[e]=t.extend(i[e])),i[e];t[e]=function(i,n){for(var r=arguments.length,o=Array(r);r--;)o[r]=arguments[r];var s=t.component(e);return S(i)?new s({data:i}):s.options.functional?new s({data:[].concat(o)}):i&&i.nodeType?a(i):Se(i).map(a)[0];function a(i){var r=t.getComponent(i,e);if(r){if(!n)return r;r.$destroy()}return new s({el:i,data:n})}};var r=S(n)?X({},n):n.options;if(r.name=e,r.install&&r.install(t,r,e),t._initialized&&!r.functional){var o=s(e);yi.read(function(){return t[e]("[uk-"+o+"],[data-uk-"+o+"]")})}return i[e]=S(n)?r:n},t.getComponents=function(t){return t&&t[e]||{}},t.getComponent=function(e,i){return t.getComponents(e)[i]},t.connect=function(n){if(n[e])for(var r in n[e])n[e][r]._callConnected();for(var o=0;o<n.attributes.length;o++){var s=Di(n.attributes[o].name);s&&s in i&&t[s](n)}},t.disconnect=function(t){for(var i in t[e])t[e][i]._callDisconnected()}}(zi),function(t){var e=t.data;t.prototype.$mount=function(t){var i=this.$options.name;t[e]||(t[e]={}),t[e][i]||(t[e][i]=this,this.$el=this.$options.el=this.$options.el||t,Nt(t,document)&&this._callConnected())},t.prototype.$emit=function(t){this._callUpdate(t)},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(t){void 0===t&&(t=!1);var i=this.$options,n=i.el,r=i.name;n&&this._callDisconnected(),this._callHook("destroy"),n&&n[e]&&(delete n[e][r],P(n[e])||delete n[e],t&&ve(this.$el))},t.prototype.$create=function(e,i,n){return t[e](i,n)},t.prototype.$update=t.update,t.prototype.$getComponent=t.getComponent;var i={};Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get:function(){var e=this.$options.name;return i[e]||(i[e]=t.prefix+s(e)),i[e]}}})}(zi);var Pi={connected:function(){!Me(this.$el,this.$name)&&Ee(this.$el,this.$name)}},Hi={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String,queued:Boolean},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",queued:!1,initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){var e=t.animation;return this.hasAnimation&&!0===e[0]}},methods:{toggleElement:function(t,e,i){var n=this;return new Vt(function(r){var o,s=function(t){return Vt.all(t.map(function(t){return n._toggleElement(t,e,i)}))},a=(t=V(t)).filter(function(t){return n.isToggled(t)}),c=t.filter(function(t){return!y(a,t)});if(n.queued&&H(i)&&H(e)&&n.hasAnimation&&!(t.length<2)){var h=document.body,l=h.scrollTop,u=a[0],d=Qe.inProgress(u)&&Me(u,"bc-uk-animation-leave")||Ue.inProgress(u)&&"0px"===u.style.height;o=s(a),d||(o=o.then(function(){var t=s(c);return h.scrollTop=l,t}))}else o=s(c.concat(a));o.then(r,Z)})},toggleNow:function(t,e){var i=this;return new Vt(function(n){return Vt.all(V(t).map(function(t){return i._toggleElement(t,e,!1)})).then(n,Z)})},isToggled:function(t){var e=V(t||this.$el);return this.cls?Me(e,this.cls.split(" ")[0]):!rt(e,"hidden")},updateAria:function(t){!1===this.cls&&nt(t,"aria-hidden",!this.isToggled(t))},_toggleElement:function(t,e,i){var n=this;if(e=O(e)?e:Qe.inProgress(t)?Me(t,"bc-uk-animation-leave"):Ue.inProgress(t)?"0px"===t.style.height:!this.isToggled(t),!Dt(t,"before"+(e?"show":"hide"),[this]))return Vt.reject();var r,o,s,a,c,h,l,u=(_(i)?i:!1!==i&&this.hasAnimation?this.hasTransition?(o=(r=this).isToggled,s=r.duration,a=r.initProps,c=r.hideProps,h=r.transition,l=r._toggle,function(t,e){var i=Ue.inProgress(t),n=t.hasChildNodes?F(He(t.firstElementChild,"marginTop"))+F(He(t.lastElementChild,"marginBottom")):0,r=Tt(t)?ri(t)+(i?0:n):0;Ue.cancel(t),o(t)||l(t,!0),ri(t,""),yi.flush();var u=ri(t)+(i?0:n);return ri(t,r),(e?Ue.start(t,X({},a,{overflow:"hidden",height:u}),Math.round(s*(1-r/u)),h):Ue.start(t,c,Math.round(s*(r/u)),h).then(function(){return l(t,!1)})).then(function(){return He(t,a)})}):function(t){var e=t.animation,i=t.duration,n=t.origin,r=t._toggle;return function(t,o){return Qe.cancel(t),o?(r(t,!0),Qe.in(t,e[0],i,n)):Qe.out(t,e[1]||e[0],i,n).then(function(){return r(t,!1)})}}(this):this._toggle)(t,e);Dt(t,e?"show":"hide",[this]);var d=function(){Dt(t,e?"shown":"hidden",[n]),n.$update(t)};return u?u.then(d):Vt.resolve(d())},_toggle:function(t,e){var i;t&&(e=Boolean(e),this.cls?(i=y(this.cls," ")||e!==Me(t,this.cls))&&Oe(t,this.cls,y(this.cls," ")?void 0:e):(i=e===rt(t,"hidden"))&&nt(t,"hidden",e?null:""),Se("[autofocus]",t).some(function(t){return Tt(t)?t.focus()||!0:t.blur()}),this.updateAria(t),i&&this.$update(t))}}};var Li={mixins:[Pi,Hi],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"bc-uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease"},computed:{items:function(t,e){return Se(t.targets,e)}},events:[{name:"click",delegate:function(){return this.targets+" "+this.$props.toggle},handler:function(t){t.preventDefault(),this.toggle(he(Se(this.targets+" "+this.$props.toggle,this.$el),t.current))}}],connected:function(){if(!1!==this.active){var t=this.items[Number(this.active)];t&&!Me(t,this.clsOpen)&&this.toggle(t,!1)}},update:function(){var t=this;this.items.forEach(function(e){return t._toggle(Ie(t.content,e),Me(e,t.clsOpen))});var e=!this.collapsible&&!Me(this.items,this.clsOpen)&&this.items[0];e&&this.toggle(e,!1)},methods:{toggle:function(t,e){var i=this,n=le(t,this.items),r=Ct(this.items,"."+this.clsOpen);(t=this.items[n])&&[t].concat(!this.multiple&&!y(r,t)&&r||[]).forEach(function(n){var o=n===t,s=o&&!Me(n,i.clsOpen);if(s||!o||i.collapsible||!(r.length<2)){Oe(n,i.clsOpen,s);var a=n._wrapper?n._wrapper.firstElementChild:Ie(i.content,n);n._wrapper||(n._wrapper=be(a,"<div>"),nt(n._wrapper,"hidden",s?"":null)),i._toggle(a,!0),i.toggleElement(n._wrapper,s,e).then(function(){Me(n,i.clsOpen)===s&&(s||i._toggle(a,!1),n._wrapper=null,ye(a))})}})}}},ji={mixins:[Pi,Hi],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:X({opacity:0},Hi.data.hideProps)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.close()}}],methods:{close:function(){var t=this;this.toggleElement(this.$el).then(function(){return t.$destroy(!0)})}}};function Fi(t){var e;ce(function(){var e;t.update(),Mt(window,"load resize",function(){return t.update(null,"resize")}),Mt(document,"loadedmetadata load",function(e){var i=e.target;return t.update(i,"resize")},!0),Mt(window,"scroll",function(i){if(!e){e=!0,yi.write(function(){return e=!1});var n=i.target;t.update(1!==n.nodeType?document.body:n,i.type)}},{passive:!0,capture:!0});var i=0;Mt(document,"animationstart",function(t){var e=t.target;(He(e,"animationName")||"").match(/^uk-.*(left|right)/)&&(i++,He(document.body,"overflowX","hidden"),setTimeout(function(){--i||He(document.body,"overflowX","")},Y(He(e,"animationDuration"))+100))},!0)}),Mt(document,ie,function(t){if(e&&e(),Ft(t)){var i=Wt(t),n="tagName"in t.target?t.target:t.target.parentNode;e=Bt(document,re,function(t){var e=Wt(t),r=e.x,o=e.y;(n&&r&&Math.abs(i.x-r)>100||o&&Math.abs(i.y-o)>100)&&setTimeout(function(){var t,e,s,a;Dt(n,"swipe"),Dt(n,"swipe"+(t=i.x,e=i.y,s=r,a=o,Math.abs(t-s)>=Math.abs(e-a)?t-s>0?"Left":"Right":e-a>0?"Up":"Down"))})})}},{passive:!0})}var Wi,Vi,qi={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView:function(t){return"inview"===t.autoplay}},connected:function(){this.inView&&!rt(this.$el,"preload")&&(this.$el.preload="none"),this.player=new Mi(this.$el),this.automute&&this.player.mute()},update:{read:function(){return!!this.player&&{visible:Tt(this.$el)&&"hidden"!==He(this.$el,"visibility"),inView:this.inView&&di(this.$el)}},write:function(t){var e=t.visible,i=t.inView;!e||this.inView&&!i?this.player.pause():(!0===this.autoplay||this.inView&&i)&&this.player.play()},events:["resize","scroll"]}},Yi={mixins:[Pi,qi],props:{width:Number,height:Number},data:{automute:!0},update:{read:function(){var t=this.$el;if(!Tt(t))return!1;var e=t.parentNode;return{height:e.offsetHeight,width:e.offsetWidth}},write:function(t){var e=t.height,i=t.width,n=this.$el,r=this.width||n.naturalWidth||n.videoWidth||n.clientWidth,o=this.height||n.naturalHeight||n.videoHeight||n.clientHeight;r&&o&&He(n,it.cover({width:r,height:o},{width:i+(i%2?1:0),height:e+(e%2?1:0)}))},events:["resize"]}},Ri={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(Qt?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos:function(t){var e=t.pos;return(e+(y(e,"-")?"":"-center")).split("-")},dir:function(){return this.pos[0]},align:function(){return this.pos[1]}},methods:{positionAt:function(t,e,i){var n;Ce(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?"),He(t,{top:"",left:""});var r=this.offset,o=this.getAxis();z(r)||(r=(n=Ie(r))?ei(n)["x"===o?"left":"top"]-ei(e)["x"===o?"right":"bottom"]:0);var s=ti(t,e,"x"===o?ui(this.dir)+" "+this.align:this.align+" "+ui(this.dir),"x"===o?this.dir+" "+this.align:this.align+" "+this.dir,"x"===o?""+("left"===this.dir?-r:r):" "+("top"===this.dir?-r:r),null,this.flip,i).target,a=s.x,c=s.y;this.dir="x"===o?a:c,this.align="x"===o?c:a,Oe(t,this.clsPos+"-"+this.dir+"-"+this.align,!1===this.offset)},getAxis:function(){return"top"===this.dir||"bottom"===this.dir?"y":"x"}}},Ui={mixins:[Ri,Hi],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:window,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,hoverIdle:200,animation:["bc-uk-animation-fade"],cls:"bc-uk-open"},computed:{boundary:function(t,e){return at(t.boundary,e)},clsDrop:function(t){return t.clsDrop||"uk-"+this.$options.name},clsPos:function(){return this.clsDrop}},created:function(){this.tracker=new _i},connected:function(){Ee(this.$el,this.clsDrop);var t=this.$props.toggle;this.toggle=t&&this.$create("toggle",at(t,this.$el),{target:this.$el,mode:this.mode}),!this.toggle&&Dt(this.$el,"updatearia")},events:[{name:"click",delegate:function(){return"."+this.clsDrop+"-close"},handler:function(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.target.hash;e||t.preventDefault(),e&&Nt(e,this.$el)||this.hide(!1)}},{name:"beforescroll",handler:function(){this.hide(!1)}},{name:"toggle",self:!0,handler:function(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e,!1)}},{name:oe,filter:function(){return y(this.mode,"hover")},handler:function(t){Ft(t)||(Wi&&Wi!==this&&Wi.toggle&&y(Wi.toggle.mode,"hover")&&!Nt(t.target,Wi.toggle.$el)&&!et({x:t.pageX,y:t.pageY},ei(Wi.$el))&&Wi.hide(!1),t.preventDefault(),this.show(this.toggle))}},{name:"toggleshow",handler:function(t,e){e&&!y(e.target,this.$el)||(t.preventDefault(),this.show(e||this.toggle))}},{name:"togglehide "+se,handler:function(t,e){Ft(t)||e&&!y(e.target,this.$el)||(t.preventDefault(),this.toggle&&y(this.toggle.mode,"hover")&&this.hide())}},{name:"beforeshow",self:!0,handler:function(){this.clearTimers(),Qe.cancel(this.$el),this.position()}},{name:"show",self:!0,handler:function(){this.tracker.init(),Dt(this.$el,"updatearia"),function(){if(Vi)return;Vi=!0,Mt(document,re,function(t){var e,i=t.target,n=t.defaultPrevented;if(!n)for(;Wi&&Wi!==e&&!Nt(i,Wi.$el)&&(!Wi.toggle||!Nt(i,Wi.toggle.$el));)e=Wi,Wi.hide(!1)})}()}},{name:"beforehide",self:!0,handler:function(){this.clearTimers()}},{name:"hide",handler:function(t){var e=t.target;this.$el===e?(Wi=this.isActive()?null:Wi,Dt(this.$el,"updatearia"),this.tracker.cancel()):Wi=null===Wi&&Nt(e,this.$el)&&this.isToggled()?this:Wi}},{name:"updatearia",self:!0,handler:function(t,e){t.preventDefault(),this.updateAria(this.$el),(e||this.toggle)&&(nt((e||this.toggle).$el,"aria-expanded",this.isToggled()?"true":"false"),Oe(this.toggle.$el,this.cls,this.isToggled()))}}],update:{write:function(){this.isToggled()&&!Qe.inProgress(this.$el)&&this.position()},events:["resize"]},methods:{show:function(t,e){var i=this;void 0===e&&(e=!0);var n=function(){return!i.isToggled()&&i.toggleElement(i.$el,!0)},r=function(){if(i.toggle=t||i.toggle,i.clearTimers(),!i.isActive())if(e&&Wi&&Wi!==i&&Wi.isDelaying)i.showTimer=setTimeout(i.show,10);else{if(i.isParentOf(Wi)){if(!Wi.hideTimer)return;Wi.hide(!1)}else if(Wi&&i.isChildOf(Wi))Wi.clearTimers();else if(Wi&&!i.isChildOf(Wi)&&!i.isParentOf(Wi))for(var r;Wi&&Wi!==r&&!i.isChildOf(Wi);)r=Wi,Wi.hide(!1);e&&i.delayShow?i.showTimer=setTimeout(n,i.delayShow):n(),Wi=i}};t&&this.toggle&&t.$el!==this.toggle.$el?(Bt(this.$el,"hide",r),this.hide(!1)):r()},hide:function(t){var e=this;void 0===t&&(t=!0);var i=function(){return e.toggleNow(e.$el,!1)};this.clearTimers(),this.isDelaying=this.tracker.movesTo(this.$el),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,this.hoverIdle):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers:function(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive:function(){return Wi===this},isChildOf:function(t){return t&&t!==this&&Nt(this.$el,t.$el)},isParentOf:function(t){return t&&t!==this&&Nt(t.$el,this.$el)},position:function(){Ce(this.$el,this.clsDrop+"-(stack|boundary)"),He(this.$el,{top:"",left:"",display:"block"}),Oe(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);var t=ei(this.boundary),e=this.boundaryAlign?t:ei(this.toggle.$el);if("justify"===this.align){var i="y"===this.getAxis()?"width":"height";He(this.$el,i,e[i])}else this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&Ee(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.toggle.$el,this.boundary),He(this.$el,"display","")}}};var Xi={extends:Ui},Ki={mixins:[Pi],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:function(t,e){return Ie(Et,e)},state:function(){return this.input.nextElementSibling},target:function(t,e){var i=t.target;return i&&(!0===i&&this.input.parentNode===e&&this.input.nextElementSibling||at(i,e))}},update:function(){var t=this.target,e=this.input;if(t){var i,n=At(t)?"value":"textContent",r=t[n],o=e.files&&e.files[0]?e.files[0].name:wt(e,"select")&&(i=Se("option",e).filter(function(t){return t.selected})[0])?i.textContent:e.value;r!==o&&(t[n]=o)}},events:{change:function(){this.$emit()}}},Gi={update:{read:function(t){var e=di(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write:function(){this.$el.src=this.$el.src},events:["scroll","resize"]}},Ji={props:{margin:String,firstColumn:Boolean},data:{margin:"bc-uk-margin-small-top",firstColumn:"bc-uk-first-column"},update:{read:function(t){var e=this.$el.children;if(!e.length||!Tt(this.$el))return t.rows=[[]];t.rows=Qi(e),t.stacks=!t.rows.some(function(t){return t.length>1})},write:function(t){var e=this;t.rows.forEach(function(t,i){return t.forEach(function(t,n){Oe(t,e.margin,0!==i),Oe(t,e.firstColumn,0===n)})})},events:["resize"]}};function Qi(t){for(var e=[[]],i=0;i<t.length;i++){var n=t[i],r=Zi(n);if(r.height)for(var o=e.length-1;o>=0;o--){var s=e[o];if(!s[0]){s.push(n);break}var a=void 0;if(s[0].offsetParent===n.offsetParent?a=Zi(s[0]):(r=Zi(n,!0),a=Zi(s[0],!0)),r.top>=a.bottom-1){e.push([n]);break}if(r.bottom>a.top){if(r.left<a.left&&!Qt){s.unshift(n);break}s.push(n);break}if(0===o){e.unshift([n]);break}}}return e}function Zi(t,e){var i;void 0===e&&(e=!1);var n=t.offsetTop,r=t.offsetLeft,o=t.offsetHeight;return e&&(n=(i=mi(t))[0],r=i[1]),{top:n,left:r,height:o,bottom:n+o}}var tn={extends:Ji,mixins:[Pi],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"bc-uk-grid-margin",clsStack:"bc-uk-grid-stack",masonry:!1,parallax:0},computed:{length:function(t,e){return e.children.length},parallax:function(t){var e=t.parallax;return e&&this.length?Math.abs(e):""}},connected:function(){this.masonry&&Ee(this.$el,"bc-uk-flex-top uk-flex-wrap-top")},update:[{read:function(t){var e=t.rows;(this.masonry||this.parallax)&&(e=e.map(function(t){return G(t,"offsetLeft")}),Qt&&e.map(function(t){return t.reverse()}));var i,n,r,o,s=e.some(function(t){return t.some(Ue.inProgress)}),a=!1,c="";if(this.masonry&&this.length){var h=0;a=e.reduce(function(t,i,n){return t[n]=i.map(function(i,r){return 0===n?0:F(t[n-1][r])+(h-F(e[n-1][r]&&e[n-1][r].offsetHeight))}),h=i.reduce(function(t,e){return Math.max(t,e.offsetHeight)},0),t},[]),c=function(t){return Math.max.apply(Math,t.reduce(function(t,e){return e.forEach(function(e,i){return t[i]=(t[i]||0)+e.offsetHeight}),t},[]))}(e)+(i=this.$el,n=this.margin,r=V(i.children),F((o=r.filter(function(t){return Me(t,n)})[0])?He(o,"marginTop"):He(r[0],"paddingLeft"))*(e.length-1))}return{rows:e,translates:a,height:!s&&c}},write:function(t){var e=t.stacks,i=t.height;Oe(this.$el,this.clsStack,e),He(this.$el,"paddingBottom",this.parallax),!1!==i&&He(this.$el,"height",i)},events:["resize"]},{read:function(t){var e=t.height;return{scrolled:!!this.parallax&&fi(this.$el,e?e-ri(this.$el):0)*this.parallax}},write:function(t){var e=t.rows,i=t.scrolled,n=t.translates;(!1!==i||n)&&e.forEach(function(t,e){return t.forEach(function(t,r){return He(t,"transform",i||n?"translateY("+((n&&-n[e][r])+(i?r%2?i:i/8:0))+"px)":"")})})},events:["scroll","resize"]}]};var en=Jt?{data:{selMinHeight:!1,forceHeight:!1},computed:{elements:function(t,e){var i=t.selMinHeight;return i?Se(i,e):[e]}},update:[{read:function(){He(this.elements,"height","")},order:-5,events:["resize"]},{write:function(){var t=this;this.elements.forEach(function(e){var i=F(He(e,"minHeight"));i&&(t.forceHeight||Math.round(i+ai("height",e,"content-box"))>=e.offsetHeight)&&He(e,"height",i)})},order:5,events:["resize"]}]}:{},nn={mixins:[en],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements:function(t,e){return Se(t.target,e)}},update:{read:function(){return{rows:(this.row?Qi(this.elements):[this.elements]).map(rn)}},write:function(t){t.rows.forEach(function(t){var e=t.heights;return t.elements.forEach(function(t,i){return He(t,"minHeight",e[i])})})},events:["resize"]}};function rn(t){var e;if(t.length<2)return{heights:[""],elements:t};var i=on(t),n=i.heights,r=i.max,o=t.some(function(t){return t.style.minHeight}),s=t.some(function(t,e){return!t.style.minHeight&&n[e]<r});return o&&s&&(He(t,"minHeight",""),e=on(t),n=e.heights,r=e.max),{heights:n=t.map(function(t,e){return n[e]===r&&F(t.style.minHeight).toFixed(2)!==r.toFixed(2)?"":r}),elements:t}}function on(t){var e=t.map(function(t){return ei(t).height-ai("height",t,"content-box")});return{heights:e,max:Math.max.apply(null,e)}}var sn={mixins:[en],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read:function(){var t="",e=ai("height",this.$el,"content-box");if(this.expand)t=ri(window)-(an(document.documentElement)-an(this.$el))-e||"";else{if(t="calc(100vh",this.offsetTop){var i=ei(this.$el).top;t+=i<ri(window)/2?" - "+i+"px":""}!0===this.offsetBottom?t+=" - "+an(this.$el.nextElementSibling)+"px":z(this.offsetBottom)?t+=" - "+this.offsetBottom+"vh":this.offsetBottom&&m(this.offsetBottom,"px")?t+=" - "+F(this.offsetBottom)+"px":B(this.offsetBottom)&&(t+=" - "+an(at(this.offsetBottom,this.$el))+"px"),t+=(e?" - "+e+"px":"")+")"}return{minHeight:t}},write:function(t){var e=t.minHeight;He(this.$el,{minHeight:e}),this.minHeight&&F(He(this.$el,"minHeight"))<this.minHeight&&He(this.$el,"minHeight",this.minHeight)},events:["resize"]}};function an(t){return t&&t.offsetHeight||0}var cn={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,attributes:"list"},data:{ratio:1,include:["style","class"],class:"",strokeAnimation:!1},connected:function(){var t,e=this;if(this.class+=" uk-svg",!this.icon&&y(this.src,"#")){var i=this.src.split("#");i.length>1&&(t=i,this.src=t[0],this.icon=t[1])}this.svg=this.getSvg().then(function(t){return e.applyAttributes(t),e.svgEl=function(t,e){if(St(e)||"CANVAS"===e.tagName){nt(e,"hidden",!0);var i=e.nextElementSibling;return fn(t,i)?i:me(e,t)}var n=e.lastElementChild;return fn(t,n)?n:fe(e,t)}(t,e.$el)},Z)},disconnected:function(){var t=this;St(this.$el)&&nt(this.$el,"hidden",null),this.svg&&this.svg.then(function(e){return(!t._connected||e!==t.svgEl)&&ve(e)},Z),this.svg=this.svgEl=null},update:{read:function(){return!!(this.strokeAnimation&&this.svgEl&&Tt(this.svgEl))},write:function(){var t,e;t=this.svgEl,(e=dn(t))&&t.style.setProperty("--uk-animation-stroke",e)},type:["resize"]},methods:{getSvg:function(){var t=this;return function(t){if(hn[t])return hn[t];return hn[t]=new Vt(function(e,i){t?f(t,"data:")?e(decodeURIComponent(t.split(",")[1])):Kt(t).then(function(t){return e(t.response)},function(){return i("SVG not found.")}):i()})}(this.src).then(function(e){return function(t,e){e&&y(t,"<symbol")&&(t=function(t,e){if(!un[t]){var i;for(un[t]={};i=ln.exec(t);)un[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>";ln.lastIndex=0}return un[t][e]}(t,e)||t);return(t=Ie(t.substr(t.indexOf("<svg"))))&&t.hasChildNodes()&&t}(e,t.icon)||Vt.reject("SVG not found.")})},applyAttributes:function(t){var e=this;for(var i in this.$options.props)this[i]&&y(this.include,i)&&nt(t,i,this[i]);for(var n in this.attributes){var r=this.attributes[n].split(":",2),o=r[0],s=r[1];nt(t,o,s)}this.id||ot(t,"id");var a=["width","height"],c=[this.width,this.height];c.some(function(t){return t})||(c=a.map(function(e){return nt(t,e)}));var h=nt(t,"viewBox");h&&!c.some(function(t){return t})&&(c=h.split(" ").slice(2)),c.forEach(function(i,n){(i=(0|i)*e.ratio)&&nt(t,a[n],i),i&&!c[1^n]&&ot(t,a[1^n])}),nt(t,"data-svg",this.icon||this.src)}}},hn={};var ln=/<symbol(.*?id=(['"])(.*?)\2[^]*?<\/)symbol>/g,un={};function dn(t){return Math.ceil(Math.max.apply(Math,Se("[stroke]",t).map(function(t){return t.getTotalLength&&t.getTotalLength()||0}).concat([0])))}function fn(t,e){return nt(t,"data-svg")===nt(e,"data-svg")}var pn={},mn={spinner:'<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',totop:'<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>',marker:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',"close-icon":'<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',"close-large":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',"navbar-toggle-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',"overlay-icon":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',"pagination-next":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',"pagination-previous":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',"search-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',"search-large":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',"search-navbar":'<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',"slidenav-next":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',"slidenav-next-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',"slidenav-previous":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',"slidenav-previous-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>'},gn={install:function(t){t.icon.add=function(e,i){var n,r=B(e)?((n={})[e]=i,n):e;K(r,function(t,e){mn[e]=t,delete pn[e]}),t._initialized&&_e(document.body,function(e){return K(t.getComponents(e),function(t){t.$options.isIcon&&t.icon in r&&t.$reset()})})}},mixins:[Pi,cn],args:"icon",props:["icon"],data:{include:[]},isIcon:!0,connected:function(){Ee(this.$el,"bc-uk-icon")},methods:{getSvg:function(){var t=function(t){if(!mn[t])return null;pn[t]||(pn[t]=Ie(mn[t].trim()));return pn[t].cloneNode(!0)}(function(t){return Qt?U(U(t,"left","right"),"previous","next"):t}(this.icon));return t?Vt.resolve(t):Vt.reject("Icon not found.")}}},vn={extends:gn,data:function(t){return{icon:s(t.constructor.options.name)}}},bn={extends:vn,connected:function(){Ee(this.$el,"bc-uk-slidenav")},computed:{icon:function(t,e){var i=t.icon;return Me(e,"bc-uk-slidenav-large")?i+"-large":i}}},wn={extends:vn,computed:{icon:function(t,e){var i=t.icon;return Me(e,"bc-uk-search-icon")&&kt(e,".uk-search-large").length?"search-large":kt(e,".uk-search-navbar").length?"search-navbar":i}}},yn={extends:vn,computed:{icon:function(){return"close-"+(Me(this.$el,"bc-uk-close-large")?"large":"icon")}}},xn={extends:vn,connected:function(){var t=this;this.svg.then(function(e){return 1!==t.ratio&&He(Ie("circle",e),"strokeWidth",1/t.ratio)},Z)}};var kn={args:"dataSrc",props:{dataSrc:String,dataSrcset:Boolean,sizes:String,width:Number,height:Number,offsetTop:String,offsetLeft:String,target:String},data:{dataSrc:"",dataSrcset:!1,sizes:!1,width:!1,height:!1,offsetTop:"50vh",offsetLeft:0,target:!1},computed:{cacheKey:function(t){var e=t.dataSrc;return this.$name+"."+e},width:function(t){var e=t.width,i=t.dataWidth;return e||i},height:function(t){var e=t.height,i=t.dataHeight;return e||i},sizes:function(t){var e=t.sizes,i=t.dataSizes;return e||i},isImg:function(t,e){return An(e)},target:{get:function(t){var e=t.target;return[this.$el].concat(ct(e,this.$el))},watch:function(){this.observe()}},offsetTop:function(t){return gi(t.offsetTop,"height")},offsetLeft:function(t){return gi(t.offsetLeft,"width")}},connected:function(){Nn[this.cacheKey]?$n(this.$el,Nn[this.cacheKey]||this.dataSrc,this.dataSrcset,this.sizes):this.isImg&&this.width&&this.height&&$n(this.$el,function(t,e,i){var n;i&&(n=it.ratio({width:t,height:e},"width",gi(In(i))),t=n.width,e=n.height);return'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="'+t+'" height="'+e+'"></svg>'}(this.width,this.height,this.sizes)),this.observer=new Bi(this.load,{rootMargin:this.offsetTop+"px "+this.offsetLeft+"px"}),requestAnimationFrame(this.observe)},disconnected:function(){this.observer.disconnect()},update:{read:function(t){var e=this,i=t.image;if(i||"complete"!==document.readyState||this.load(this.observer.takeRecords()),this.isImg)return!1;i&&i.then(function(t){return t&&""!==t.currentSrc&&$n(e.$el,Cn(t))})},write:function(t){if(this.dataSrcset&&1!==window.devicePixelRatio){var e=He(this.$el,"backgroundSize");(e.match(/^(auto\s?)+$/)||F(e)===t.bgSize)&&(t.bgSize=(i=this.dataSrcset,n=this.sizes,r=gi(In(n)),(o=(i.match(En)||[]).map(F).sort(function(t,e){return t-e})).filter(function(t){return t>=r})[0]||o.pop()||""),He(this.$el,"backgroundSize",t.bgSize+"px"))}var i,n,r,o},events:["resize"]},methods:{load:function(t){var e=this;t.some(function(t){return t.isIntersecting})&&(this._data.image=Gt(this.dataSrc,this.dataSrcset,this.sizes).then(function(t){return $n(e.$el,Cn(t),t.srcset,t.sizes),Nn[e.cacheKey]=Cn(t),t},Z),this.observer.disconnect())},observe:function(){var t=this;!this._data.image&&this._connected&&this.target.forEach(function(e){return t.observer.observe(e)})}}};function $n(t,e,i,n){if(An(t))n&&(t.sizes=n),i&&(t.srcset=i),e&&(t.src=e);else if(e){!y(t.style.backgroundImage,e)&&(He(t,"backgroundImage","url("+_t(e)+")"),Dt(t,zt("load",!1)))}}var _n=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function In(t){var e,i;for(_n.lastIndex=0;e=_n.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=f(i=e[2],"calc")?i.substring(5,i.length-1).replace(Sn,function(t){return gi(t)}).replace(/ /g,"").match(Tn).reduce(function(t,e){return t+ +e},0):i;break}return e||"100vw"}var Sn=/\d+(?:\w+|%)/g,Tn=/[+-]?(\d+)/g;var En=/\s+\d+w\s*(?:,|$)/g;function An(t){return"IMG"===t.tagName}function Cn(t){return t.currentSrc||t.src}var Nn;try{(Nn=window.sessionStorage||{}).__test__=1,delete Nn.__test__}catch(t){Nn={}}var Mn={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(B(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=F(We(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};var On,Bn,Dn={mixins:[Pi,Mn],props:{fill:String},data:{fill:"",clsWrapper:"bc-uk-leader-fill",clsHide:"bc-uk-leader-hide",attrFill:"data-fill"},computed:{fill:function(t){return t.fill||We("leader-fill-content")}},connected:function(){var t;t=we(this.$el,'<span class="'+this.clsWrapper+'">'),this.wrapper=t[0]},disconnected:function(){ye(this.wrapper.childNodes)},update:{read:function(t){var e=t.changed,i=t.width,n=i;return{width:i=Math.floor(this.$el.offsetWidth/2),fill:this.fill,changed:e||n!==i,hide:!this.matchMedia}},write:function(t){Oe(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,nt(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},zn={props:{container:Boolean},data:{container:!0},computed:{container:function(t){var e=t.container;return!0===e&&this.$container||e&&Ie(e)}}},Pn={mixins:[Pi,zn,Hi],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"bc-uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){return Ie(t.selPanel,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){this.isToggled()&&this.toggleNow(this.$el,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t){t.defaultPrevented||(t.preventDefault(),this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){var e=On&&On!==this&&On;On=this,e?this.stack?this.prev=e:(On=e,e.isToggled()?e.hide().then(this.show):Bt(e.$el,"beforeshow hidden",this.show,!1,function(t){var i=t.target;return"hidden"===t.type&&i===e.$el}),t.preventDefault()):function(){if(Bn)return;Bn=[Mt(document,re,function(t){var e=t.target,i=t.defaultPrevented;!On||!On.bgClose||i||On.overlay&&!Nt(e,On.$el)||Nt(e,On.panel)||On.hide()}),Mt(document,"keydown",function(t){27===t.keyCode&&On&&On.escClose&&(t.preventDefault(),On.hide())})]}()}},{name:"show",self:!0,handler:function(){Me(document.documentElement,this.clsPage)||(this.scrollbarWidth=oi(window)-oi(document),He(document.body,"overflowY",this.scrollbarWidth&&this.overlay?"scroll":"")),Ee(document.documentElement,this.clsPage)}},{name:"hide",self:!0,handler:function(){On&&(On!==this||this.prev)||(Bn&&Bn.forEach(function(t){return t()}),Bn=null)}},{name:"hidden",self:!0,handler:function(){var t,e=this.prev;if(On=On&&On!==this&&On||e)for(;e;){if(e.clsPage===this.clsPage){t=!0;break}e=e.prev}else He(document.body,"overflowY","");t||Ae(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var t=this;return this.isToggled()?Vt.resolve():this.container&&this.$el.parentNode!==this.container?(fe(this.container,this.$el),new Vt(function(e){return requestAnimationFrame(function(){return t.show().then(e)})})):this.toggleElement(this.$el,!0,Hn(this))},hide:function(){return this.isToggled()?this.toggleElement(this.$el,!1,Hn(this)):Vt.resolve()},getActive:function(){return On}}};function Hn(t){var e=t.transitionElement,i=t._toggle;return function(t,n){return new Vt(function(r,o){return Bt(t,"show hide",function(){t._reject&&t._reject(),t._reject=o,i(t,n),Y(He(e,"transitionDuration"))?Bt(e,"transitionend",r,!1,function(t){return t.target===e}):r()})})}}var Ln={install:function(t){t.modal.dialog=function(e,i){var n=t.modal(' <div class="uk-modal"> <div class="uk-modal-dialog">'+e+"</div> </div> ",i);return n.show(),Mt(n.$el,"hidden",function(t){var e=t.target,i=t.currentTarget;e===i&&Vt.resolve(function(){return n.$destroy(!0)})}),n},t.modal.alert=function(e,i){return i=X({bgClose:!1,escClose:!1,labels:t.modal.labels},i),new Vt(function(n){return Mt(t.modal.dialog(' <div class="uk-modal-body">'+(B(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+i.labels.ok+"</button> </div> ",i).$el,"hide",n)})},t.modal.confirm=function(e,i){return i=X({bgClose:!1,escClose:!0,labels:t.modal.labels},i),new Vt(function(n,r){var o=t.modal.dialog(' <form> <div class="uk-modal-body">'+(B(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+i.labels.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+i.labels.ok+"</button> </div> </form> ",i),s=!1;Mt(o.$el,"submit","form",function(t){t.preventDefault(),n(),s=!0,o.hide()}),Mt(o.$el,"hide",function(){s||r()})})},t.modal.prompt=function(e,i,n){return n=X({bgClose:!1,escClose:!0,labels:t.modal.labels},n),new Vt(function(r){var o=t.modal.dialog(' <form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(B(e)?e:de(e))+'</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+n.labels.cancel+'</button> <button class="uk-button uk-button-primary">'+n.labels.ok+"</button> </div> </form> ",n),s=Ie("input",o.$el);s.value=i;var a=!1;Mt(o.$el,"submit","form",function(t){t.preventDefault(),r(s.value),a=!0,o.hide()}),Mt(o.$el,"hide",function(){a||r(null)})})},t.modal.labels={ok:"Ok",cancel:"Cancel"}},mixins:[Pn],data:{clsPage:"bc-uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Me(this.panel,"bc-uk-margin-auto-vertical")?Ee(this.$el,"bc-uk-flex"):He(this.$el,"display","block"),ri(this.$el)}},{name:"hidden",self:!0,handler:function(){He(this.$el,"display",""),Ae(this.$el,"bc-uk-flex")}}]};var jn={extends:Li,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Fn={mixins:[Pi,en],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li",align:Qt?"right":"left",clsDrop:"bc-uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle"},computed:{boundary:function(t,e){var i=t.boundary,n=t.boundaryAlign;return!0===i||n?e:i},dropbarAnchor:function(t,e){return at(t.dropbarAnchor,e)},pos:function(t){return"bottom-"+t.align},dropdowns:function(t,e){return Se(t.dropdown+" ."+t.clsDrop,e)}},beforeConnect:function(){var t=this.$props.dropbar;this.dropbar=t&&(at(t,this.$el)||Ie("+ .uk-navbar-dropbar",this.$el)||Ie("<div></div>")),this.dropbar&&(Ee(this.dropbar,"bc-uk-navbar-dropbar"),"slide"===this.dropbarMode&&Ee(this.dropbar,"bc-uk-navbar-dropbar-slide"))},disconnected:function(){this.dropbar&&ve(this.dropbar)},update:function(){var t=this;this.$create("drop",this.dropdowns.filter(function(e){return!t.getDropdown(e)}),X({},this.$props,{boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset}))},events:[{name:"mouseover",delegate:function(){return this.dropdown},handler:function(t){var e=t.current,i=this.getActive();i&&i.toggle&&!Nt(i.toggle.$el,e)&&!i.tracker.movesTo(i.$el)&&i.hide(!1)}},{name:"mouseleave",el:function(){return this.dropbar},handler:function(){var t=this.getActive();t&&!wt(this.dropbar,":hover")&&t.hide()}},{name:"beforeshow",capture:!0,filter:function(){return this.dropbar},handler:function(){this.dropbar.parentNode||me(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",capture:!0,filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=e.dir;this.clsDrop&&Ee(i,this.clsDrop+"-dropbar"),"bottom"===n&&this.transitionTo(i.offsetHeight+F(He(i,"marginTop"))+F(He(i,"marginBottom")),i)}},{name:"beforehide",filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=this.getActive();wt(this.dropbar,":hover")&&n&&n.$el===i&&t.preventDefault()}},{name:"hide",filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=this.getActive();(!n||n&&n.$el===i)&&this.transitionTo(0)}}],methods:{getActive:function(){var t=this.dropdowns.map(this.getDropdown).filter(function(t){return t&&t.isActive()})[0];return t&&y(t.mode,"hover")&&Nt(t.toggle.$el,this.$el)&&t},transitionTo:function(t,e){var i=this,n=this.dropbar,r=Tt(n)?ri(n):0;return He(e=r<t&&e,"clip","rect(0,"+e.offsetWidth+"px,"+r+"px,0)"),ri(n,r),Ue.cancel([e,n]),Vt.all([Ue.start(n,{height:t},this.duration),Ue.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(Z).then(function(){He(e,{clip:""}),i.$update(n)})},getDropdown:function(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}},Wn={mixins:[Pn],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"bc-uk-offcanvas-page",clsContainer:"bc-uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"bc-uk-offcanvas-flip",clsContainerAnimation:"bc-uk-offcanvas-container-animation",clsSidebarAnimation:"bc-uk-offcanvas-bar-animation",clsMode:"bc-uk-offcanvas",clsOverlay:"bc-uk-offcanvas-overlay",selClose:".uk-offcanvas-close"},computed:{clsFlip:function(t){var e=t.flip,i=t.clsFlip;return e?i:""},clsOverlay:function(t){var e=t.overlay,i=t.clsOverlay;return e?i:""},clsMode:function(t){var e=t.mode;return t.clsMode+"-"+e},clsSidebarAnimation:function(t){var e=t.mode,i=t.clsSidebarAnimation;return"none"===e||"reveal"===e?"":i},clsContainerAnimation:function(t){var e=t.mode,i=t.clsContainerAnimation;return"push"!==e&&"reveal"!==e?"":i},transitionElement:function(t){return"reveal"===t.mode?this.panel.parentNode:this.panel}},events:[{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.current;e.hash&&Ie(e.hash,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el:function(){return this.panel},handler:function(t){var e=t.targetTouches;1===e.length&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter:function(){return this.overlay},handler:function(t){t.preventDefault()}},{name:"touchmove",passive:!1,el:function(){return this.panel},handler:function(t){if(1===t.targetTouches.length){var e=event.targetTouches[0].clientY-this.clientY,i=this.panel,n=i.scrollTop,r=i.scrollHeight,o=i.clientHeight;(o>=r||0===n&&e>0||r-n<=o&&e<0)&&t.preventDefault()}}},{name:"show",self:!0,handler:function(){"reveal"!==this.mode||Me(this.panel.parentNode,this.clsMode)||(be(this.panel,"<div>"),Ee(this.panel.parentNode,this.clsMode)),He(document.documentElement,"overflowY",this.overlay?"hidden":""),Ee(document.body,this.clsContainer,this.clsFlip),He(this.$el,"display","block"),Ee(this.$el,this.clsOverlay),Ee(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),ri(document.body),Ee(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(Vn().content+=",user-scalable=0")}},{name:"hide",self:!0,handler:function(){Ae(document.body,this.clsContainerAnimation);var t=this.getActive();("none"===this.mode||t&&t!==this&&t!==this.prev)&&Dt(this.panel,"transitionend")}},{name:"hidden",self:!0,handler:function(){var t;this.clsContainerAnimation&&((t=Vn()).content=t.content.replace(/,user-scalable=0$/,"")),"reveal"===this.mode&&ye(this.panel),Ae(this.panel,this.clsSidebarAnimation,this.clsMode),Ae(this.$el,this.clsOverlay),He(this.$el,"display",""),Ae(document.body,this.clsContainer,this.clsFlip),He(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler:function(t){this.isToggled()&&m(t.type,"Left")^this.flip&&this.hide()}}]};function Vn(){return Ie('meta[name="viewport"]',document.head)||fe(document.head,'<meta name="viewport">')}var qn={mixins:[Pi],props:{selContainer:String,selContent:String},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog"},computed:{container:function(t,e){return xt(e,t.selContainer)},content:function(t,e){return xt(e,t.selContent)}},connected:function(){He(this.$el,"minHeight",150)},update:{read:function(){return!(!this.content||!this.container)&&{current:F(He(this.$el,"maxHeight")),max:Math.max(150,ri(this.container)-(ei(this.content).height-ri(this.$el)))}},write:function(t){var e=t.current,i=t.max;He(this.$el,"maxHeight",i),Math.round(e)!==Math.round(i)&&Dt(this.$el,"resize")},events:["resize"]}},Yn={props:["width","height"],connected:function(){Ee(this.$el,"bc-uk-responsive-width")},update:{read:function(){return!!(Tt(this.$el)&&this.width&&this.height)&&{width:oi(this.$el.parentNode),height:this.height}},write:function(t){ri(this.$el,it.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Rn={props:{duration:Number,offset:Number},data:{duration:1e3,offset:0},methods:{scrollTo:function(t){var e=this;t=t&&Ie(t)||document.body;var i=ri(document),n=ri(window),r=ei(t).top-this.offset;if(r+n>i&&(r=i-n),Dt(this.$el,"beforescroll",[this,t])){var o=Date.now(),s=window.pageYOffset,a=function(){var i,n=s+(r-s)*(i=Q((Date.now()-o)/e.duration),.5*(1-Math.cos(Math.PI*i)));pi(window,n),n!==r?requestAnimationFrame(a):Dt(e.$el,"scrolled",[e,t])};a()}}},events:{click:function(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(_t(decodeURIComponent(this.$el.hash)).substr(1)))}}};var Un={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:function(){return{cls:!1,target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"bc-uk-scrollspy-inview"}},computed:{elements:function(t,e){var i=t.target;return i?Se(i,e):[e]}},update:[{write:function(){this.hidden&&He(Ct(this.elements,":not(."+this.inViewClass+")"),"visibility","hidden")}},{read:function(t){var e=this;t.update&&this.elements.forEach(function(t){var i=t._ukScrollspyState;i||(i={cls:st(t,"bc-uk-scrollspy-class")||e.cls}),i.show=di(t,e.offsetTop,e.offsetLeft),t._ukScrollspyState=i})},write:function(t){var e=this;if(!t.update)return this.$emit(),t.update=!0;this.elements.forEach(function(i){var n=i._ukScrollspyState,r=n.cls;if(!n.show||n.inview||n.queued){if(!n.show&&(n.inview||n.queued)&&e.repeat){if(n.abort&&n.abort(),!n.inview)return;He(i,"visibility",e.hidden?"hidden":""),Ae(i,e.inViewClass),Oe(i,r),Dt(i,"outview"),e.$update(i),n.inview=!1}}else{var o=function(){He(i,"visibility",""),Ee(i,e.inViewClass),Oe(i,r),Dt(i,"inview"),e.$update(i),n.inview=!0,n.abort&&n.abort()};e.delay?(n.queued=!0,t.promise=(t.promise||Vt.resolve()).then(function(){return!n.inview&&new Vt(function(i){var r=setTimeout(function(){o(),i()},t.promise||1===e.elements.length?e.delay:0);n.abort=function(){clearTimeout(r),i(),n.queued=!1}})})):o()}})},events:["scroll","resize"]}]},Xn={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"bc-uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:function(t,e){return Se('a[href^="#"]',e).filter(function(t){return t.hash})},elements:function(t){var e=t.closest;return xt(this.links,e||"*")},targets:function(){return Se(this.links.map(function(t){return _t(t.hash).substr(1)}).join(","))}},update:[{read:function(){this.scroll&&this.$create("scroll",this.links,{offset:this.offset||0})}},{read:function(t){var e=this,i=window.pageYOffset+this.offset+1,n=ri(document)-ri(window)+this.offset;t.active=!1,this.targets.every(function(r,o){var s=ei(r).top,a=o+1===e.targets.length;if(!e.overflow&&(0===o&&s>i||a&&s+r.offsetTop<i))return!1;if(!a&&ei(e.targets[o+1]).top<=i)return!0;if(i>=n)for(var c=e.targets.length-1;c>o;c--)if(di(e.targets[c])){r=e.targets[c];break}return!(t.active=Ie(Ct(e.links,'[href="#'+r.id+'"]')))})},write:function(t){var e=t.active;this.links.forEach(function(t){return t.blur()}),Ae(this.elements,this.cls),e&&Dt(this.$el,"active",[e,Ee(this.closest?xt(e,this.closest):e,this.cls)])},events:["scroll","resize"]}]},Kn={mixins:[Pi,Mn],props:{top:null,bottom:Boolean,offset:Number,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{top:0,bottom:!1,offset:0,animation:"",clsActive:"bc-uk-active",clsInactive:"",clsFixed:"bc-uk-sticky-fixed",clsBelow:"bc-uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget:function(t,e){var i=t.selTarget;return i&&Ie(i,e)||e},widthElement:function(t,e){return at(t.widthElement,e)||this.placeholder},isActive:{get:function(){return Me(this.selTarget,this.clsActive)},set:function(t){t&&!this.isActive?(Ne(this.selTarget,this.clsInactive,this.clsActive),Dt(this.$el,"active")):t||Me(this.selTarget,this.clsInactive)||(Ne(this.selTarget,this.clsActive,this.clsInactive),Dt(this.$el,"inactive"))}}},connected:function(){this.placeholder=Ie("+ .uk-sticky-placeholder",this.$el)||Ie('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected:function(){this.isFixed&&(this.hide(),Ae(this.selTarget,this.clsInactive)),ve(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el:window,handler:function(){var t=this;if(!1!==this.targetOffset&&location.hash&&window.pageYOffset>0){var e=Ie(location.hash);e&&yi.read(function(){var i=ei(e).top,n=ei(t.$el).top,r=t.$el.offsetHeight;t.isFixed&&n+r>=i&&n<=i+e.offsetHeight&&pi(window,i-r-(z(t.targetOffset)?t.targetOffset:0)-t.offset)})}}}],update:[{read:function(t,e){var i=t.height;this.isActive&&"update"!==e&&(this.hide(),i=this.$el.offsetHeight,this.show()),i=this.isActive?i:this.$el.offsetHeight,this.topOffset=ei(this.isFixed?this.placeholder:this.$el).top,this.bottomOffset=this.topOffset+i;var n=Gn("bottom",this);return this.top=Math.max(F(Gn("top",this)),this.topOffset)-this.offset,this.bottom=n&&n-i,this.inactive=!this.matchMedia,{lastScroll:!1,height:i,margins:He(this.$el,["marginTop","marginBottom","marginLeft","marginRight"])}},write:function(t){var e=t.height,i=t.margins,n=this.placeholder;He(n,X({height:e},i)),Nt(n,document)||(me(this.$el,n),nt(n,"hidden","")),this.isActive=this.isActive},events:["resize"]},{read:function(t){var e=t.scroll;return void 0===e&&(e=0),this.width=(Tt(this.widthElement)?this.widthElement:this.$el).offsetWidth,this.scroll=window.pageYOffset,{dir:e<=this.scroll?"down":"up",scroll:this.scroll,visible:Tt(this.$el),top:mi(this.placeholder)[0]}},write:function(t,e){var i=this,n=t.initTimestamp;void 0===n&&(n=0);var r=t.dir,o=t.lastDir,s=t.lastScroll,a=t.scroll,c=t.top,h=t.visible,l=performance.now();if(t.lastScroll=a,!(a<0||a===s||!h||this.disabled||this.showOnUp&&"scroll"!==e||((l-n>300||r!==o)&&(t.initScroll=a,t.initTimestamp=l),t.lastDir=r,this.showOnUp&&Math.abs(t.initScroll-a)<=30&&Math.abs(s-a)<=10)))if(this.inactive||a<this.top||this.showOnUp&&(a<=this.top||"down"===r||"up"===r&&!this.isFixed&&a<=this.bottomOffset)){if(!this.isFixed)return void(Qe.inProgress(this.$el)&&c>a&&(Qe.cancel(this.$el),this.hide()));this.isFixed=!1,this.animation&&a>this.topOffset?(Qe.cancel(this.$el),Qe.out(this.$el,this.animation).then(function(){return i.hide()},Z)):this.hide()}else this.isFixed?this.update():this.animation?(Qe.cancel(this.$el),this.show(),Qe.in(this.$el,this.animation).catch(Z)):this.show()},events:["resize","scroll"]}],methods:{show:function(){this.isFixed=!0,this.update(),nt(this.placeholder,"hidden",null)},hide:function(){this.isActive=!1,Ae(this.$el,this.clsFixed,this.clsBelow),He(this.$el,{position:"",top:"",width:""}),nt(this.placeholder,"hidden","")},update:function(){var t=0!==this.top||this.scroll>this.top,e=Math.max(0,this.offset);this.bottom&&this.scroll>this.bottom-this.offset&&(e=this.bottom-this.scroll),He(this.$el,{position:"fixed",top:e+"px",width:this.width}),this.isActive=t,Oe(this.$el,this.clsBelow,this.scroll>this.bottomOffset),Ee(this.$el,this.clsFixed)}}};function Gn(t,e){var i=e.$props,n=e.$el,r=e[t+"Offset"],o=i[t];if(o){if(z(o))return r+F(o);if(B(o)&&o.match(/^-?\d+vh$/))return ri(window)*F(o)/100;var s=!0===o?n.parentNode:at(o,n);return s?ei(s).top+s.offsetHeight:void 0}}var Jn={mixins:[Hi],args:"connect",props:{connect:String,toggle:String,active:Number,swiping:Boolean},data:{connect:"~.bc-uk-switcher",toggle:"> * > :first-child",active:0,swiping:!0,cls:"bc-uk-active",clsContainer:"bc-uk-switcher",attrItem:"bc-uk-switcher-item",queued:!0},computed:{connects:function(t,e){return ct(t.connect,e)},toggles:function(t,e){return Se(t.toggle,e)}},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault(),this.show(V(this.$el.children).filter(function(e){return Nt(t.current,e)})[0])}},{name:"click",el:function(){return this.connects},delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter:function(){return this.swiping},el:function(){return this.connects},handler:function(t){var e=t.type;this.show(m(e,"Left")?"next":"previous")}}],update:function(){var t=this;this.connects.forEach(function(e){return t.updateAria(e.children)});var e=this.$el.children;this.show(Ct(e,"."+this.cls)[0]||e[this.active]||e[0])},methods:{index:function(){return!P(this.connects)&&he(Ct(this.connects[0].children,"."+this.cls)[0])},show:function(t){for(var e,i,n=this,r=this.$el.children,o=r.length,s=this.index(),a=s>=0,c="previous"===t?-1:1,h=le(t,r,s),l=0;l<o;l++,h=(h+c+o)%o)if(!wt(this.toggles[h],".uk-disabled *, .uk-disabled, [disabled]")){e=this.toggles[h],i=r[h];break}!i||s>=0&&Me(i,this.cls)||s===h||(Ae(r,this.cls),Ee(i,this.cls),nt(this.toggles,"aria-expanded",!1),nt(e,"aria-expanded",!0),this.connects.forEach(function(t){a?n.toggleElement([t.children[s],t.children[h]]):n.toggleNow(t.children[h])}))}}},Qn={mixins:[Pi],extends:Jn,props:{media:Boolean},data:{media:960,attrItem:"bc-uk-tab-item"},connected:function(){var t=Me(this.$el,"bc-uk-tab-left")?"bc-uk-tab-left":!!Me(this.$el,"bc-uk-tab-right")&&"bc-uk-tab-right";t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}},Zn={mixins:[Mn,Hi],args:"target",props:{href:String,target:null,mode:"list"},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:function(t,e){var i=t.href,n=t.target;return(n=ct(n||i,e)).length&&n||[e]}},connected:function(){Dt(this.target,"updatearia",[this])},events:[{name:oe+" "+se,filter:function(){return y(this.mode,"hover")},handler:function(t){Ft(t)||this.toggle("toggle"+(t.type===oe?"show":"hide"))}},{name:"click",filter:function(){return y(this.mode,"click")||ee&&y(this.mode,"hover")},handler:function(t){var e;(xt(t.target,'a[href="#"], a[href=""]')||(e=xt(t.target,"a[href]"))&&(this.cls||!Tt(this.target)||e.hash&&wt(this.target,e.hash)))&&t.preventDefault(),this.toggle()}}],update:{read:function(){return!(!y(this.mode,"media")||!this.media)&&{match:this.matchMedia}},write:function(t){var e=t.match,i=this.isToggled(this.target);(e?!i:i)&&this.toggle()},events:["resize"]},methods:{toggle:function(t){Dt(this.target,t||"toggle",[this])&&this.toggleElement(this.target)}}};zi.version="3.1.4",function(t){t.component("accordion",Li),t.component("alert",ji),t.component("cover",Yi),t.component("drop",Ui),t.component("dropdown",Xi),t.component("formCustom",Ki),t.component("gif",Gi),t.component("grid",tn),t.component("heightMatch",nn),t.component("heightViewport",sn),t.component("icon",gn),t.component("img",kn),t.component("leader",Dn),t.component("margin",Ji),t.component("modal",Ln),t.component("nav",jn),t.component("navbar",Fn),t.component("offcanvas",Wn),t.component("overflowAuto",qn),t.component("responsive",Yn),t.component("scroll",Rn),t.component("scrollspy",Un),t.component("scrollspyNav",Xn),t.component("sticky",Kn),t.component("svg",cn),t.component("switcher",Jn),t.component("tab",Qn),t.component("toggle",Zn),t.component("video",qi),t.component("close",yn),t.component("marker",vn),t.component("navbarToggleIcon",vn),t.component("overlayIcon",vn),t.component("paginationNext",vn),t.component("paginationPrevious",vn),t.component("searchIcon",wn),t.component("slidenavNext",bn),t.component("slidenavPrevious",bn),t.component("spinner",xn),t.component("totop",vn),t.use(Fi)}(zi);var tr={mixins:[Pi],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){var e=t.date;return Date.parse(e)},days:function(t,e){return Ie(t.clsWrapper.replace("%unit%","days"),e)},hours:function(t,e){return Ie(t.clsWrapper.replace("%unit%","hours"),e)},minutes:function(t,e){return Ie(t.clsWrapper.replace("%unit%","minutes"),e)},seconds:function(t,e){return Ie(t.clsWrapper.replace("%unit%","seconds"),e)},units:function(){var t=this;return["days","hours","minutes","seconds"].filter(function(e){return t[e]})}},connected:function(){this.start()},disconnected:function(){var t=this;this.stop(),this.units.forEach(function(e){return ue(t[e])})},events:[{name:"visibilitychange",el:document,handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var t,e,i=this,n=(t=this.date,{total:e=t-Date.now(),seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24});n.total<=0&&(this.stop(),n.days=n.hours=n.minutes=n.seconds=0),this.units.forEach(function(t){var e=String(Math.floor(n[t]));e=e.length<2?"0"+e:e;var r=i[t];r.textContent!==e&&((e=e.split("")).length!==r.children.length&&de(r,e.map(function(){return"<span></span>"}).join("")),e.forEach(function(t,e){return r.children[e].textContent=t}))})}},methods:{start:function(){var t=this;this.stop(),this.date&&this.units.length&&(this.$emit(),this.timer=setInterval(function(){return t.$emit()},1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};var er,ir="bc-uk-animation-target",nr={props:{animation:Number},data:{animation:150},computed:{target:function(){return this.$el}},methods:{animate:function(t){var e=this;!function(){if(er)return;(er=fe(document.head,"<style>").sheet).insertRule("."+ir+" > * {\n margin-top: 0 !important;\n transform: none !important;\n }",0)}();var i=V(this.target.children),n=i.map(function(t){return rr(t,!0)}),r=ri(this.target),o=window.pageYOffset;t(),Ue.cancel(this.target),i.forEach(Ue.cancel),or(this.target),this.$update(this.target),yi.flush();var s=ri(this.target),a=(i=i.concat(V(this.target.children).filter(function(t){return!y(i,t)}))).map(function(t,e){return!!(t.parentNode&&e in n)&&(n[e]?Tt(t)?sr(t):{opacity:0}:{opacity:Tt(t)?1:0})});return n=a.map(function(t,r){var o=i[r].parentNode===e.target&&(n[r]||rr(i[r]));if(o)if(t){if(!("opacity"in t)){o.opacity%1?t.opacity=1:delete o.opacity}}else delete o.opacity;return o}),Ee(this.target,ir),i.forEach(function(t,e){return n[e]&&He(t,n[e])}),He(this.target,"height",r),pi(window,o),Vt.all(i.map(function(t,i){return n[i]&&a[i]?Ue.start(t,a[i],e.animation,"ease"):Vt.resolve()}).concat(Ue.start(this.target,{height:s},this.animation,"ease"))).then(function(){i.forEach(function(t,e){return He(t,{display:0===a[e].opacity?"none":"",zIndex:""})}),or(e.target),e.$update(e.target),yi.flush()},Z)}}};function rr(t,e){var i=He(t,"zIndex");return!!Tt(t)&&X({display:"",opacity:e?He(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===i?he(t):i},sr(t))}function or(t){He(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",width:""}),Ae(t,ir),He(t,"height","")}function sr(t){var e=t.getBoundingClientRect(),i=e.height,n=e.width,r=ni(t),o=r.top,s=r.left;return{top:o+=F(He(t,"marginTop")),left:s,height:i,width:n}}var ar={mixins:[nr],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"bc-uk-filter-control",cls:"bc-uk-active",animation:250},computed:{toggles:{get:function(t,e){t.attrItem;return Se("["+this.attrItem+"],[data-"+this.attrItem+"]",e)},watch:function(){this.updateState()}},target:function(t,e){return Ie(t.target,e)},children:{get:function(){return V(this.target.children)},watch:function(t,e){var i,n;n=e,(i=t).length===n.length&&i.every(function(t){return~n.indexOf(t)})||this.updateState()}}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],connected:function(){var t=this;if(this.updateState(),!1!==this.selActive){var e=Se(this.selActive,this.$el);this.toggles.forEach(function(i){return Oe(i,t.cls,y(e,i))})}},methods:{apply:function(t){this.setState(hr(t,this.attrItem,this.getState()))},getState:function(){var t=this;return this.toggles.filter(function(e){return Me(e,t.cls)}).reduce(function(e,i){return hr(i,t.attrItem,e)},{filter:{"":""},sort:[]})},setState:function(t,e){var i=this;void 0===e&&(e=!0),t=X({filter:{"":""},sort:[]},t),Dt(this.$el,"beforeFilter",[this,t]);var n=this.children;this.toggles.forEach(function(e){return Oe(e,i.cls,!!function(t,e,i){var n=i.filter;void 0===n&&(n={"":""});var r=i.sort,o=r[0],s=r[1],a=cr(t,e),c=a.filter;void 0===c&&(c="");var h=a.group;void 0===h&&(h="");var l=a.sort,u=a.order;void 0===u&&(u="asc");return H(l)?h in n&&c===n[h]||!c&&h&&!(h in n)&&!n[""]:o===l&&s===u}(e,i.attrItem,t))});var r=function(){var e=function(t){var e="";return K(t.filter,function(t){return e+=t||""}),e}(t);n.forEach(function(t){return He(t,"display",e&&!wt(t,e)?"none":"")});var r=t.sort,o=r[0],s=r[1];if(o){var a=function(t,e,i){return X([],t).sort(function(t,n){return st(t,e).localeCompare(st(n,e),void 0,{numeric:!0})*("asc"===i||-1)})}(n,o,s);R(a,n)||a.forEach(function(t){return fe(i.target,t)})}};e?this.animate(r).then(function(){return Dt(i.$el,"afterFilter",[i])}):(r(),Dt(this.$el,"afterFilter",[this]))},updateState:function(){var t=this;yi.write(function(){return t.setState(t.getState(),!1)})}}};function cr(t,e){return Ci(st(t,e),["filter"])}function hr(t,e,i){var n=cr(t,e),r=n.filter,o=n.group,s=n.sort,a=n.order;return void 0===a&&(a="asc"),(r||H(s))&&(o?r?(delete i.filter[""],i.filter[o]=r):(delete i.filter[o],(P(i.filter)||""in i.filter)&&(i.filter={"":r||""})):i.filter={"":r||""}),H(s)||(i.sort=[s,a]),i}var lr={slide:{show:function(t){return[{transform:dr(-100*t)},{transform:dr()}]},percent:function(t){return ur(t)},translate:function(t,e){return[{transform:dr(-100*e*t)},{transform:dr(100*e*(1-t))}]}}};function ur(t){return Math.abs(He(t,"transform").split(",")[4]/t.offsetWidth)||0}function dr(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),"translateX("+t+(t?e:"")+")"}function fr(t){return"scale3d("+t+", "+t+", 1)"}var pr=X({},lr,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:fr(.8)},{opacity:1,transform:fr(1)}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:fr(1-.2*t)},{opacity:t,transform:fr(.8+.2*t)}]}}});function mr(t,e,i){Dt(t,zt(e,!1,!1,i))}var gr={mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){nt(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:document,filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:"mouseenter",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!0}},{name:"mouseleave",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!1}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return!Nt(document.activeElement,t.$el)&&!t.isHovering&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var t=this;["start","move","end"].forEach(function(e){var i=t[e];t[e]=function(e){var n=Wt(e).x*(Qt?-1:1);t.prevPos=n!==t.pos?t.pos:t.prevPos,t.pos=n,i(e)}})},events:[{name:ie,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!Ft(t)&&(e=t.target,!e.children.length&&e.childNodes.length)||t.button>0||this.length<2||this.start(t)}},{name:"touchmove",passive:!1,handler:"move",delegate:function(){return this.selSlides}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){var t=this;this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index;var e="touchmove"!==ne?Mt(document,ne,this.move,{passive:!1}):Z;this.unbindMove=function(){e(),t.unbindMove=null},Mt(window,"scroll",this.unbindMove),Mt(document,re,this.end,!0),He(this.list,"userSelect","none")},move:function(t){var e=this;if(this.unbindMove){var i=this.pos-this.drag;if(!(0===i||this.prevPos===this.pos||!this.dragging&&Math.abs(i)<this.threshold)){He(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=i<0?1:-1;for(var n=this.slides,r=this.prevIndex,o=Math.abs(i),s=this.getIndex(r+this.dir,r),a=this._getDistance(r,s)||n[r].offsetWidth;s!==r&&o>a;)this.drag-=a*this.dir,r=s,o-=a,s=this.getIndex(r+this.dir,r),a=this._getDistance(r,s)||n[r].offsetWidth;this.percent=o/a;var c,h=n[r],l=n[s],u=this.index!==s,d=r===s;[this.index,this.prevIndex].filter(function(t){return!y([s,r],t)}).forEach(function(t){Dt(n[t],"itemhidden",[e]),d&&(c=!0,e.prevIndex=r)}),(this.index===r&&this.prevIndex!==r||c)&&Dt(n[this.index],"itemshown",[this]),u&&(this.prevIndex=r,this.index=s,!d&&Dt(h,"beforeitemhide",[this]),Dt(l,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),h,!d&&l),u&&(!d&&Dt(h,"itemhide",[this]),Dt(l,"itemshow",[this]))}}},end:function(){if(Ot(window,"scroll",this.unbindMove),this.unbindMove&&this.unbindMove(),Ot(document,re,this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{var t=(Qt?this.dir*(Qt?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}He(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){return Ie(t.selNav,e)},selNavItem:function(t){var e=t.attrItem;return"["+e+"],[data-"+e+"]"},navItems:function(t,e){return Se(this.selNavItem,e)}},update:{write:function(){var t=this;this.nav&&this.length!==this.nav.children.length&&de(this.nav,this.slides.map(function(e,i){return"<li "+t.attrItem+'="'+i+'"><a href="#"></a></li>'}).join("")),Oe(Se(this.selNavItem,this.$el).concat(this.nav),"bc-uk-hidden",!this.maxIndex),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var t=this,e=this.getValidIndex();this.navItems.forEach(function(i){var n=st(i,t.attrItem);Oe(i,t.clsActive,j(n)===e),Oe(i,"bc-uk-invisible",t.finite&&("previous"===n&&0===e||"next"===n&&e>=t.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,stack:[],percent:0,clsActive:"bc-uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},computed:{duration:function(t,e){var i=t.velocity;return vr(e.offsetWidth/i)},length:function(){return this.slides.length},list:function(t,e){return Ie(t.selList,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" > *"},slides:function(){return V(this.list.children)}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var i=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var n=this.stack,r=e?0:n.length,o=function(){n.splice(r,1),n.length&&i.show(n.shift(),!0)};if(n[e?"unshift":"push"](t),!e&&n.length>1)2===n.length&&this._transitioner.forward(Math.min(this.duration,200));else{var s=this.index,a=Me(this.slides,this.clsActive)&&this.slides[s],c=this.getIndex(t,this.index),h=this.slides[c];if(a!==h){if(this.dir=function(t,e){return"next"===t?1:"previous"===t?-1:t<e?-1:1}(t,s),this.prevIndex=s,this.index=c,a&&Dt(a,"beforeitemhide",[this]),!Dt(h,"beforeitemshow",[this,a]))return this.index=this.prevIndex,void o();var l=this._show(a,h,e).then(function(){return a&&Dt(a,"itemhidden",[i]),Dt(h,"itemshown",[i]),new Vt(function(t){yi.write(function(){n.shift(),n.length?i.show(n.shift(),!0):i._transitioner=null,t()})})});return a&&Dt(a,"itemhide",[this]),Dt(h,"itemshow",[this]),l}o()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),Q(le(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,X({easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!i&&!t)return this._transitioner.translate(1),Vt.resolve();var n=this.stack.length;return this._transitioner[n>1?"forward":"show"](n>1?Math.min(this.duration,75+75/(n-1)):this.duration,this.percent)},_getDistance:function(t,e){return new this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,i){void 0===e&&(e=this.prevIndex),void 0===i&&(i=this.index);var n=this._getTransitioner(e!==i&&e,i);return n.translate(t),n},_getTransitioner:function(t,e,i,n){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===i&&(i=this.dir||1),void 0===n&&(n=this.transitionOptions),new this.Transitioner(D(t)?this.slides[t]:t,D(e)?this.slides[e]:e,i*(Qt?-1:1),n)}}};function vr(t){return.5*t+300}var br={mixins:[gr],props:{animation:String},data:{animation:"slide",clsActivated:"bc-uk-transition-active",Animations:lr,Transitioner:function(t,e,i,n){var r=n.animation,o=n.easing,s=r.percent,a=r.translate,c=r.show;void 0===c&&(c=Z);var h=c(i),l=new qt;return{dir:i,show:function(n,r,s){var a=this;void 0===r&&(r=0);var c=s?"linear":o;return n-=Math.round(n*Q(r,-1,1)),this.translate(r),mr(e,"itemin",{percent:r,duration:n,timing:c,dir:i}),mr(t,"itemout",{percent:1-r,duration:n,timing:c,dir:i}),Vt.all([Ue.start(e,h[1],n,c),Ue.start(t,h[0],n,c)]).then(function(){a.reset(),l.resolve()},Z),l.promise},stop:function(){return Ue.stop([e,t])},cancel:function(){Ue.cancel([e,t])},reset:function(){for(var i in h[0])He([e,t],i,"")},forward:function(i,n){return void 0===n&&(n=this.percent()),Ue.cancel([e,t]),this.show(i,n,!0)},translate:function(n){this.reset();var r=a(n,i);He(e,r[1]),He(t,r[0]),mr(e,"itemtranslatein",{percent:n,dir:i}),mr(t,"itemtranslateout",{percent:1-n,dir:i})},percent:function(){return s(t||e,e,i)},getDistance:function(){return t&&t.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,i=t.Animations;return X(e in i?i[e]:i.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){var e=t.target;this.$update(e)},itemshow:function(){D(this.prevIndex)&&yi.flush()},beforeitemshow:function(t){Ee(t.target,this.clsActive)},itemshown:function(t){Ee(t.target,this.clsActivated)},itemhidden:function(t){Ae(t.target,this.clsActive,this.clsActivated)}}},wr={mixins:[zn,Pn,Hi,br],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"bc-uk-open",clsPage:"bc-uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"bc-uk-lightbox-item",selClose:".uk-close-large",pauseOnHover:!1,velocity:2,Animations:pr,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href="#" uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href="#" uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=this;this.$mount(fe(this.container,this.template)),this.caption=Ie(".uk-lightbox-caption",this.$el),this.items.forEach(function(){return fe(t.list,"<li></li>")})},events:[{name:ne+" "+ie+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),Ae(this.slides,this.clsActive),Ue.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:document,handler:function(t){if(this.isToggled(this.$el))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleNow(this.$el,!0),this.animation=pr.scale,Ae(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(t){var e=he(t.target),i=this.getItem(e).caption;He(this.caption,"display",i?"":"none"),de(this.caption,i);for(var n=0;n<=this.preload;n++)this.loadItem(this.getIndex(e+n)),this.loadItem(this.getIndex(e-n))}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,e){var i,n=this,r=e.source,o=e.type,s=e.alt;if(this.setItem(e,"<span uk-spinner></span>"),r)if("image"===o||r.match(/\.(jp(e)?g|png|gif|svg|webp)($|\?)/i))Gt(r).then(function(t){return n.setItem(e,'<img width="'+t.width+'" height="'+t.height+'" src="'+r+'" alt="'+(s||"")+'">')},function(){return n.setError(e)});else if("video"===o||r.match(/\.(mp4|webm|ogv)($|\?)/i)){var a=Ie("<video controls playsinline"+(e.poster?' poster="'+e.poster+'"':"")+' uk-video="'+this.videoAutoplay+'"></video>');nt(a,"src",r),Bt(a,"error loadedmetadata",function(t){"error"===t?n.setError(e):(nt(a,{width:a.videoWidth,height:a.videoHeight}),n.setItem(e,a))})}else if("iframe"===o||r.match(/\.(html|php)($|\?)/i))this.setItem(e,'<iframe class="uk-lightbox-iframe" src="'+r+'" frameborder="0" allowfullscreen></iframe>');else if(i=r.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/watch\?v=([^&\s]+)/)||r.match(/()youtu\.be\/(.*)/)){var c=i[2],h=function(t,r){return void 0===t&&(t=640),void 0===r&&(r=450),n.setItem(e,yr("https://www.youtube"+(i[1]||"")+".com/embed/"+c,t,r,n.videoAutoplay))};Gt("https://img.youtube.com/vi/"+c+"/maxresdefault.jpg").then(function(t){var e=t.width,i=t.height;120===e&&90===i?Gt("https://img.youtube.com/vi/"+c+"/0.jpg").then(function(t){var e=t.width,i=t.height;return h(e,i)},h):h(e,i)},h)}else(i=r.match(/(\/\/.*?)vimeo\.[a-z]+\/([0-9]+).*?/))&&Kt("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(r),{responseType:"json",withCredentials:!1}).then(function(t){var r=t.response,o=r.height,s=r.width;return n.setItem(e,yr("https://player.vimeo.com/video/"+i[2],s,o,n.videoAutoplay))},function(){return n.setError(e)})}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);var e=this.getItem(t);e.content||Dt(this.$el,"itemload",[e])},getItem:function(t){return void 0===t&&(t=this.index),this.items[t]||{}},setItem:function(t,e){X(t,{content:e});var i=de(this.slides[this.items.indexOf(t)],e);Dt(this.$el,"itemloaded",[this,i]),this.$update(i)},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),Ee(this.$el,"bc-uk-active","bc-uk-transition-active")},hideControls:function(){Ae(this.$el,"bc-uk-active","bc-uk-transition-active")}}};function yr(t,e,i,n){return'<iframe src="'+t+'" width="'+e+'" height="'+i+'" style="max-width: 100%; box-sizing: border-box;" frameborder="0" allowfullscreen uk-video="autoplay: '+n+'" uk-responsive></iframe>'}var xr,kr={install:function(t,e){t.lightboxPanel||t.component("lightboxPanel",wr);X(e.props,t.component("lightboxPanel").options.props)},props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get:function(t,e){return Se(t.toggle,e)},watch:function(){this.hide()}},items:function(){return J(this.toggles.map($r),"source")}},disconnected:function(){this.hide()},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault();var e=st(t.current,"href");this.show(k(this.items,function(t){return t.source===e}))}}],methods:{show:function(t){var e=this;return this.panel=this.panel||this.$create("lightboxPanel",X({},this.$props,{items:this.items})),Mt(this.panel.$el,"hidden",function(){return e.panel=!1}),this.panel.show(t)},hide:function(){return this.panel&&this.panel.hide()}}};function $r(t){return["href","caption","type","poster","alt"].reduce(function(e,i){return e["href"===i?"source":i]=st(t,i),e},{})}var _r={},Ir={functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsClose:"bc-uk-notification-close",clsMsg:"bc-uk-notification-message"},install:function(t){t.notification.closeAll=function(e,i){_e(document.body,function(n){var r=t.getComponent(n,"notification");!r||e&&e!==r.group||r.close(i)})}},computed:{marginProp:function(t){return"margin"+(f(t.pos,"top")?"Top":"Bottom")},startProps:function(){var t;return(t={opacity:0})[this.marginProp]=-this.$el.offsetHeight,t}},created:function(){_r[this.pos]||(_r[this.pos]=fe(this.$container,'<div class="uk-notification uk-notification-'+this.pos+'"></div>'));var t=He(_r[this.pos],"display","block");this.$mount(fe(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href="#" class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},connected:function(){var t,e=this,i=F(He(this.$el,this.marginProp));Ue.start(He(this.$el,this.startProps),(t={opacity:1},t[this.marginProp]=i,t)).then(function(){e.timeout&&(e.timer=setTimeout(e.close,e.timeout))})},events:(xr={click:function(t){xt(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()}},xr[oe]=function(){this.timer&&clearTimeout(this.timer)},xr[se]=function(){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},xr),methods:{close:function(t){var e=this,i=function(){Dt(e.$el,"close",[e]),ve(e.$el),_r[e.pos].children.length||He(_r[e.pos],"display","none")};this.timer&&clearTimeout(this.timer),t?i():Ue.start(this.$el,this.startProps).then(i)}}};var Sr=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"],Tr={mixins:[Mn],props:Sr.reduce(function(t,e){return t[e]="list",t},{}),data:Sr.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(t,e){var i=this;return Sr.reduce(function(n,r){if(H(t[r]))return n;var o,s,a,c=r.match(/color/i),h=c||"opacity"===r,l=t[r].slice(0);h&&He(e,r,""),l.length<2&&l.unshift(("scale"===r?1:h?He(e,r):0)||0);var u=function(t){return t.reduce(function(t,e){return B(e)&&e.replace(/-|\d/g,"").trim()||t},"")}(l);if(c){var d=e.style.color;l=l.map(function(t){return He(He(e,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(F)}),e.style.color=d}else if(f(r,"bg")){var p="bgy"===r?"height":"width";if(l=l.map(function(t){return gi(t,p,i.$el)}),He(e,"background-position-"+r[2],""),s=He(e,"backgroundPosition").split(" ")["x"===r[2]?0:1],i.covers){var m=Math.min.apply(Math,l),g=Math.max.apply(Math,l),v=l.indexOf(m)<l.indexOf(g);a=g-m,l=l.map(function(t){return t-(v?m:g)}),o=(v?-a:0)+"px"}else o=s}else l=l.map(F);if("stroke"===r){if(!l.some(function(t){return t}))return n;var b=dn(i.$el);He(e,"strokeDasharray",b),"%"===u&&(l=l.map(function(t){return t*b/100})),l=l.reverse(),r="strokeDashoffset"}return n[r]={steps:l,unit:u,pos:o,bgPos:s,diff:a},n},{})},bgProps:function(){var t=this;return["bgx","bgy"].filter(function(e){return e in t.props})},covers:function(t,e){return function(t){var e=t.style.backgroundSize,i="cover"===He(He(t,"backgroundSize",""),"backgroundSize");return t.style.backgroundSize=e,i}(e)}},disconnected:function(){delete this._image},update:{read:function(t){var e=this;if(t.active=this.matchMedia,t.active){if(!t.image&&this.covers&&this.bgProps.length){var i=He(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(i){var n=new Image;n.src=i,t.image=n,n.naturalWidth||(n.onload=function(){return e.$emit()})}}var r=t.image;if(r&&r.naturalWidth){var o={width:this.$el.offsetWidth,height:this.$el.offsetHeight},s={width:r.naturalWidth,height:r.naturalHeight},a=it.cover(s,o);this.bgProps.forEach(function(t){var i=e.props[t],n=i.diff,r=i.bgPos,c=i.steps,h="bgy"===t?"height":"width",l=a[h]-o[h];if(l<n)o[h]=a[h]+n-l;else if(l>n){var u=o[h]/gi(r,h,e.$el);u&&(e.props[t].steps=c.map(function(t){return t-(l-n)/u}))}a=it.cover(s,o)}),t.dim=a}}},write:function(t){var e=t.dim;t.active?e&&He(this.$el,{backgroundSize:e.width+"px "+e.height+"px",backgroundRepeat:"no-repeat"}):He(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var t=this;K(this.getCss(0),function(e,i){return He(t.$el,i,"")})},getCss:function(t){var e=this.props;return Object.keys(e).reduce(function(i,n){var r=e[n],o=r.steps,s=r.unit,a=r.pos,c=function(t,e,i){void 0===i&&(i=2);var n=Er(t,e),r=n[0],o=n[1],s=n[2];return(D(r)?r+Math.abs(r-o)*s*(r<o?1:-1):+o).toFixed(i)}(o,t);switch(n){case"x":case"y":s=s||"px",i.transform+=" translate"+l(n)+"("+F(c).toFixed("px"===s?0:2)+s+")";break;case"rotate":s=s||"deg",i.transform+=" rotate("+(c+s)+")";break;case"scale":i.transform+=" scale("+c+")";break;case"bgy":case"bgx":i["background-position-"+n[2]]="calc("+a+" + "+c+"px)";break;case"color":case"backgroundColor":case"borderColor":var h=Er(o,t),u=h[0],d=h[1],f=h[2];i[n]="rgba("+u.map(function(t,e){return t+=f*(d[e]-t),3===e?F(t):parseInt(t,10)}).join(",")+")";break;case"blur":s=s||"px",i.filter+=" blur("+(c+s)+")";break;case"hue":s=s||"deg",i.filter+=" hue-rotate("+(c+s)+")";break;case"fopacity":s=s||"%",i.filter+=" opacity("+(c+s)+")";break;case"grayscale":case"invert":case"saturate":case"sepia":s=s||"%",i.filter+=" "+n+"("+(c+s)+")";break;default:i[n]=c}return i},{transform:"",filter:""})}}};function Er(t,e){var i=t.length-1,n=Math.min(Math.floor(i*e),i-1),r=t.slice(n,n+2);return r.push(1===e?1:e%(1/i)*i),r}var Ar={mixins:[Tr],props:{target:String,viewport:Number,easing:Number},data:{target:!1,viewport:1,easing:1},computed:{target:function(t,e){var i=t.target;return function t(e){return e?"offsetTop"in e?e:t(e.parentNode):document.body}(i&&at(i,e)||e)}},update:{read:function(t,e){var i=t.percent,n=t.active;if("scroll"!==e&&(i=!1),n){var r=i;return{percent:i=function(t,e){return Q(t*(1-(e-e*t)))}(fi(this.target)/(this.viewport||1),this.easing),style:r!==i&&this.getCss(i)}}},write:function(t){var e=t.style;t.active?e&&He(this.$el,e):this.reset()},events:["scroll","resize"]}};var Cr={update:{write:function(){if(!this.stack.length&&!this.dragging){var t=this.getValidIndex();delete this.index,Ae(this.slides,this.clsActive,this.clsActivated),this.show(t)}},events:["resize"]}};function Nr(t,e,i){var n=Br(t,e);return i?n-function(t,e){return Dr(e).width/2-Dr(t).width/2}(t,e):Math.min(n,Mr(e))}function Mr(t){return Math.max(0,Or(t)-Dr(t).width)}function Or(t){return Pr(t).reduce(function(t,e){return Dr(e).width+t},0)}function Br(t,e){return(ni(t).left+(Qt?Dr(t).width-Dr(e).width:0))*(Qt?-1:1)}function Dr(t){return t.getBoundingClientRect()}function zr(t,e,i){Dt(t,zt(e,!1,!1,i))}function Pr(t){return V(t.children)}var Hr={mixins:[Pi,gr,Cr],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"bc-uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"bc-uk-slider-container",Transitioner:function(t,e,i,n){var r=n.center,o=n.easing,s=n.list,a=new qt,c=t?Nr(t,s,r):Nr(e,s,r)+Dr(e).width*i,h=e?Nr(e,s,r):c+Dr(t).width*i*(Qt?-1:1);return{dir:i,show:function(e,n,r){void 0===n&&(n=0);var c=r?"linear":o;return e-=Math.round(e*Q(n,-1,1)),this.translate(n),t&&this.updateTranslates(),n=t?n:Q(n,0,1),zr(this.getItemIn(),"itemin",{percent:n,duration:e,timing:c,dir:i}),t&&zr(this.getItemIn(!0),"itemout",{percent:1-n,duration:e,timing:c,dir:i}),Ue.start(s,{transform:dr(-h*(Qt?-1:1),"px")},e,c).then(a.resolve,Z),a.promise},stop:function(){return Ue.stop(s)},cancel:function(){Ue.cancel(s)},reset:function(){He(s,"transform","")},forward:function(t,e){return void 0===e&&(e=this.percent()),Ue.cancel(s),this.show(t,e,!0)},translate:function(e){var n=this.getDistance()*i*(Qt?-1:1);He(s,"transform",dr(Q(n-n*e-h,-Or(s),Dr(s).width)*(Qt?-1:1),"px")),this.updateTranslates(),t&&(e=Q(e,-1,1),zr(this.getItemIn(),"itemtranslatein",{percent:e,dir:i}),zr(this.getItemIn(!0),"itemtranslateout",{percent:1-e,dir:i}))},percent:function(){return Math.abs((He(s,"transform").split(",")[4]*(Qt?-1:1)+c)/(h-c))},getDistance:function(){return Math.abs(h-c)},getItemIn:function(e){void 0===e&&(e=!1);var n=this.getActives(),r=G(Pr(s),"offsetLeft"),o=he(r,n[i*(e?-1:1)>0?n.length-1:0]);return~o&&r[o+(t&&!e?i:0)]},getActives:function(){var i=Nr(t||e,s,r);return G(Pr(s).filter(function(t){var e=Br(t,s);return e>=i&&e+Dr(t).width<=Dr(s).width+i}),"offsetLeft")},updateTranslates:function(){var t=this.getActives();Pr(s).forEach(function(i){var n=y(t,i);zr(i,"itemtranslate"+(n?"in":"out"),{percent:n?1:0,dir:i.offsetLeft<=e.offsetLeft?1:-1})})}}}},computed:{avgWidth:function(){return Or(this.list)/this.length},finite:function(t){return t.finite||Or(this.list)<Dr(this.list).width+Pr(this.list).reduce(function(t,e){return Math.max(t,Dr(e).width)},0)+this.center},maxIndex:function(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return this.sets[this.sets.length-1];He(this.slides,"order","");for(var t=Mr(this.list),e=this.length;e--;)if(Br(this.list.children[e],this.list)<t)return Math.min(e+1,this.length-1);return 0},sets:function(t){var e=this,i=t.sets,n=Dr(this.list).width/(this.center?2:1),r=0,o=n,s=0;return!P(i=i&&this.slides.reduce(function(t,i,a){var c=Dr(i).width;if(s+c>r&&(!e.center&&a>e.maxIndex&&(a=e.maxIndex),!y(t,a))){var h=e.slides[a+1];e.center&&h&&c<o-Dr(h).width/2?o-=c:(o=n,t.push(a),r=s+n+(e.center?c/2:0))}return s+=c,t},[]))&&i},transitionOptions:function(){return{center:this.center,list:this.list}}},connected:function(){Oe(this.$el,this.clsContainer,!Ie("."+this.clsContainer,this.$el))},update:{write:function(){var t=this;Se("["+this.attrItem+"],[data-"+this.attrItem+"]",this.$el).forEach(function(e){var i=st(e,t.attrItem);t.maxIndex&&Oe(e,"bc-uk-hidden",z(i)&&(t.sets&&!y(t.sets,F(i))||i>t.maxIndex))})},events:["resize"]},events:{beforeitemshow:function(t){!this.dragging&&this.sets&&this.stack.length<2&&!y(this.sets,this.index)&&(this.index=this.getValidIndex());var e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(var i=0;i<e;i++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault()}else this.duration=vr(this.avgWidth/this.velocity)*(Dr(this.dir<0||!this.slides[this.prevIndex]?this.slides[this.index]:this.slides[this.prevIndex]).width/this.avgWidth),this.reorder()},itemshow:function(){!H(this.prevIndex)&&Ee(this._getTransitioner().getItemIn(),this.clsActive)},itemshown:function(){var t=this,e=this._getTransitioner(this.index).getActives();this.slides.forEach(function(i){return Oe(i,t.clsActive,y(e,i))}),(!this.sets||y(this.sets,F(this.index)))&&this.slides.forEach(function(i){return Oe(i,t.clsActivated,y(e,i))})}},methods:{reorder:function(){var t=this;if(He(this.slides,"order",""),!this.finite){var e=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach(function(i,n){return He(i,"order",t.dir>0&&n<e?1:t.dir<0&&n>=t.index?-1:"")}),this.center)for(var i=this.slides[e],n=Dr(this.list).width/2-Dr(i).width/2,r=0;n>0;){var o=this.getIndex(--r+e,e),s=this.slides[o];He(s,"order",o>e?-2:-1),n-=Dr(s).width}}},getValidIndex:function(t,e){if(void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;var i;do{if(y(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t}}},Lr={mixins:[Tr],data:{selItem:"!li"},computed:{item:function(t,e){return at(t.selItem,e)}},events:[{name:"itemshown",self:!0,el:function(){return this.item},handler:function(){He(this.$el,this.getCss(.5))}},{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,i=t.detail,n=i.percent,r=i.duration,o=i.timing,s=i.dir;Ue.cancel(this.$el),He(this.$el,this.getCss(Fr(e,s,n))),Ue.start(this.$el,this.getCss(jr(e)?.5:s>0?1:0),r,o).catch(Z)}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){Ue.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,i=t.detail,n=i.percent,r=i.dir;Ue.cancel(this.$el),He(this.$el,this.getCss(Fr(e,r,n)))}}]};function jr(t){return m(t,"in")}function Fr(t,e,i){return i/=2,jr(t)?e<0?1-i:i:e<0?i:1-i}var Wr,Vr=X({},lr,{fade:{show:function(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show:function(){return[{opacity:0,transform:fr(1.5),zIndex:0},{zIndex:-1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:fr(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show:function(t){return t<0?[{transform:dr(30),zIndex:-1},{transform:dr(),zIndex:0}]:[{transform:dr(-100),zIndex:0},{transform:dr(),zIndex:-1}]},percent:function(t,e,i){return i<0?1-ur(e):ur(t)},translate:function(t,e){return e<0?[{transform:dr(30*t),zIndex:-1},{transform:dr(-100*(1-t)),zIndex:0}]:[{transform:dr(100*-t),zIndex:0},{transform:dr(30*(1-t)),zIndex:-1}]}},push:{show:function(t){return t<0?[{transform:dr(100),zIndex:0},{transform:dr(),zIndex:-1}]:[{transform:dr(-30),zIndex:-1},{transform:dr(),zIndex:0}]},percent:function(t,e,i){return i>0?1-ur(e):ur(t)},translate:function(t,e){return e<0?[{transform:dr(100*t),zIndex:0},{transform:dr(-30*(1-t)),zIndex:-1}]:[{transform:dr(-30*t),zIndex:-1},{transform:dr(100*(1-t)),zIndex:0}]}}}),qr={mixins:[Pi,br,Cr],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"bc-uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Vr},update:{read:function(){var t=this.ratio.split(":").map(Number),e=t[0],i=t[1];return i=i*this.list.offsetWidth/e||0,this.minHeight&&(i=Math.max(this.minHeight,i)),this.maxHeight&&(i=Math.min(this.maxHeight,i)),{height:i-ai(this.list,"content-box")}},write:function(t){var e=t.height;He(this.list,"minHeight",e)},events:["resize"]}},Yr={mixins:[Pi,nr],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"bc-uk-sortable-item",clsPlaceholder:"bc-uk-sortable-placeholder",clsDrag:"bc-uk-sortable-drag",clsDragState:"bc-uk-drag",clsBase:"bc-uk-sortable",clsNoDrag:"bc-uk-sortable-nodrag",clsEmpty:"bc-uk-sortable-empty",clsCustom:"",handle:!1},created:function(){var t=this;["init","start","move","end"].forEach(function(e){var i=t[e];t[e]=function(e){t.scrollY=window.pageYOffset;var n=Wt(e,"page"),r=n.x,o=n.y;t.pos={x:r,y:o},i(e)}})},events:{name:ie,passive:!1,handler:"init"},update:{write:function(){if(this.clsEmpty&&Oe(this.$el,this.clsEmpty,P(this.$el.children)),He(this.handle?Se(this.handle,this.$el):this.$el.children,{touchAction:"none",userSelect:"none"}),this.drag){ei(this.drag,{top:this.pos.y+this.origin.top,left:this.pos.x+this.origin.left});var t,e=ei(this.drag),i=e.top,n=i+e.height;i>0&&i<this.scrollY?t=this.scrollY-5:n<ri(document)&&n>ri(window)+this.scrollY&&(t=this.scrollY+5),t&&setTimeout(function(){return pi(window,t)},5)}}},methods:{init:function(t){var e=t.target,i=t.button,n=t.defaultPrevented,r=V(this.$el.children).filter(function(t){return Nt(e,t)})[0];!r||n||i>0||At(e)||Nt(e,"."+this.clsNoDrag)||this.handle&&!Nt(e,this.handle)||(t.preventDefault(),this.touched=[this],this.placeholder=r,this.origin=X({target:e,index:he(r)},this.pos),Mt(document,ne,this.move),Mt(document,re,this.end),Mt(window,"scroll",this.scroll),this.threshold||this.start(t))},start:function(t){this.drag=fe(this.$container,this.placeholder.outerHTML.replace(/^<li/i,"<div").replace(/li>$/i,"div>")),He(this.drag,X({boxSizing:"border-box",width:this.placeholder.offsetWidth,height:this.placeholder.offsetHeight},He(this.placeholder,["paddingLeft","paddingRight","paddingTop","paddingBottom"]))),nt(this.drag,"bc-uk-no-boot",""),Ee(this.drag,this.clsDrag,this.clsCustom),ri(this.drag.firstElementChild,ri(this.placeholder.firstElementChild));var e=ei(this.placeholder),i=e.left,n=e.top;X(this.origin,{left:i-this.pos.x,top:n-this.pos.y}),He(this.origin.target,"pointerEvents","none"),Ee(this.placeholder,this.clsPlaceholder),Ee(this.$el.children,this.clsItem),Ee(document.documentElement,this.clsDragState),Dt(this.$el,"start",[this,this.placeholder]),this.move(t)},move:function(t){if(this.drag){this.$emit();var e="mousemove"===t.type?t.target:document.elementFromPoint(this.pos.x-window.pageXOffset,this.pos.y-window.pageYOffset),i=this.getSortable(e),n=this.getSortable(this.placeholder),r=i!==n;if(i&&!Nt(e,this.placeholder)&&(!r||i.group&&i.group===n.group)){if(e=i.$el===e.parentNode&&e||V(i.$el.children).filter(function(t){return Nt(e,t)})[0],r)n.remove(this.placeholder);else if(!e)return;i.insert(this.placeholder,e),y(this.touched,i)||this.touched.push(i)}}else(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(t){if(Ot(document,ne,this.move),Ot(document,re,this.end),Ot(window,"scroll",this.scroll),He(this.origin.target,"pointerEvents",""),this.drag){var e=this.getSortable(this.placeholder);this===e?this.origin.index!==he(this.placeholder)&&Dt(this.$el,"moved",[this,this.placeholder]):(Dt(e.$el,"added",[e,this.placeholder]),Dt(this.$el,"removed",[this,this.placeholder])),Dt(this.$el,"stop",[this,this.placeholder]),ve(this.drag),this.drag=null;var i=this.touched.map(function(t){return t.clsPlaceholder+" "+t.clsItem}).join(" ");this.touched.forEach(function(t){return Ae(t.$el.children,i)}),Ae(document.documentElement,this.clsDragState)}else"touchend"===t.type&&t.target.click()},scroll:function(){var t=window.pageYOffset;t!==this.scrollY&&(this.pos.y+=t-this.scrollY,this.scrollY=t,this.$emit())},insert:function(t,e){var i=this;Ee(this.$el.children,this.clsItem);var n=function(){e?!Nt(t,i.$el)||function(t,e){return t.parentNode===e.parentNode&&he(t)>he(e)}(t,e)?pe(e,t):me(e,t):fe(i.$el,t)};this.animation?this.animate(n):n()},remove:function(t){Nt(t,this.$el)&&(He(this.handle?Se(this.handle,t):t,{touchAction:"",userSelect:""}),this.animation?this.animate(function(){return ve(t)}):ve(t))},getSortable:function(t){return t&&(this.$getComponent(t,"sortable")||this.getSortable(t.parentNode))}}};var Rr=[],Ur={mixins:[zn,Hi,Ri],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["bc-uk-animation-scale-up"],duration:100,cls:"bc-uk-active",clsPos:"bc-uk-tooltip"},beforeConnect:function(){this._hasTitle=rt(this.$el,"title"),nt(this.$el,{title:"","aria-expanded":!1})},disconnected:function(){this.hide(),nt(this.$el,{title:this._hasTitle?this.title:null,"aria-expanded":null})},methods:{show:function(){var t=this;this.isActive()||(Rr.forEach(function(t){return t.hide()}),Rr.push(this),this._unbind=Mt(document,re,function(e){return!Nt(e.target,t.$el)&&t.hide()}),clearTimeout(this.showTimer),this.showTimer=setTimeout(function(){t._show(),t.hideTimer=setInterval(function(){Tt(t.$el)||t.hide()},150)},this.delay))},hide:function(){!this.isActive()||wt(this.$el,"input")&&this.$el===document.activeElement||(Rr.splice(Rr.indexOf(this),1),clearTimeout(this.showTimer),clearInterval(this.hideTimer),nt(this.$el,"aria-expanded",!1),this.toggleElement(this.tooltip,!1),this.tooltip&&ve(this.tooltip),this.tooltip=!1,this._unbind())},_show:function(){this.tooltip=fe(this.container,'<div class="'+this.clsPos+'" aria-expanded="true" aria-hidden> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),this.positionAt(this.tooltip,this.$el),this.origin="y"===this.getAxis()?ui(this.dir)+"-"+this.align:this.align+"-"+ui(this.dir),this.toggleElement(this.tooltip,!0)},isActive:function(){return y(Rr,this)}},events:(Wr={focus:"show",blur:"hide"},Wr[oe+" "+se]=function(t){Ft(t)||(t.type===oe?this.show():this.hide())},Wr[ie]=function(t){Ft(t)&&(this.isActive()?this.hide():this.show())},Wr)},Xr={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"bc-uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:Z,beforeAll:Z,beforeSend:Z,complete:Z,completeAll:Z,error:Z,fail:Z,load:Z,loadEnd:Z,loadStart:Z,progress:Z},events:{change:function(t){wt(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop:function(t){Gr(t);var e=t.dataTransfer;e&&e.files&&(Ae(this.$el,this.clsDragover),this.upload(e.files))},dragenter:function(t){Gr(t)},dragover:function(t){Gr(t),Ee(this.$el,this.clsDragover)},dragleave:function(t){Gr(t),Ae(this.$el,this.clsDragover)}},methods:{upload:function(t){var e=this;if(t.length){Dt(this.$el,"upload",[t]);for(var i=0;i<t.length;i++){if(this.maxSize&&1e3*this.maxSize<t[i].size)return void this.fail(this.msgInvalidSize.replace("%s",this.maxSize));if(this.allow&&!Kr(this.allow,t[i].name))return void this.fail(this.msgInvalidName.replace("%s",this.allow));if(this.mime&&!Kr(this.mime,t[i].type))return void this.fail(this.msgInvalidMime.replace("%s",this.mime))}this.multiple||(t=[t[0]]),this.beforeAll(this,t);var n=function(t,e){for(var i=[],n=0;n<t.length;n+=e){for(var r=[],o=0;o<e;o++)r.push(t[n+o]);i.push(r)}return i}(t,this.concurrent),r=function(t){var i=new FormData;for(var o in t.forEach(function(t){return i.append(e.name,t)}),e.params)i.append(o,e.params[o]);Kt(e.url,{data:i,method:e.method,responseType:e.type,beforeSend:function(t){var i=t.xhr;i.upload&&Mt(i.upload,"progress",e.progress),["loadStart","load","loadEnd","abort"].forEach(function(t){return Mt(i,t.toLowerCase(),e[t])}),e.beforeSend(t)}}).then(function(t){e.complete(t),n.length?r(n.shift()):e.completeAll(t)},function(t){return e.error(t)})};r(n.shift())}}}};function Kr(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function Gr(t){t.preventDefault(),t.stopPropagation()}return zi.component("countdown",tr),zi.component("filter",ar),zi.component("lightbox",kr),zi.component("lightboxPanel",wr),zi.component("notification",Ir),zi.component("parallax",Ar),zi.component("slider",Hr),zi.component("sliderParallax",Lr),zi.component("slideshow",qr),zi.component("slideshowParallax",Lr),zi.component("sortable",Yr),zi.component("tooltip",Ur),zi.component("upload",Xr),function(t){var e=t.connect,i=t.disconnect;function n(){o(document.body,e),yi.flush(),new MutationObserver(function(t){return t.forEach(r)}).observe(document,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),t._initialized=!0}function r(n){var r=n.target;("attributes"!==n.type?function(t){for(var n=t.addedNodes,r=t.removedNodes,s=0;s<n.length;s++)o(n[s],e);for(var a=0;a<r.length;a++)o(r[a],i);return!0}(n):function(e){var i=e.target,n=e.attributeName;if("href"===n)return!0;var r=Di(n);if(r&&r in t){if(rt(i,n))return t[r](i),!0;var o=t.getComponent(i,r);return o?(o.$destroy(),!0):void 0}}(n))&&t.update(r)}function o(t,e){if(1===t.nodeType&&!rt(t,"bc-uk-no-boot"))for(e(t),t=t.firstElementChild;t;){var i=t.nextElementSibling;o(t,e),t=i}}"MutationObserver"in window&&(document.body?n():new MutationObserver(function(){document.body&&(this.disconnect(),n())}).observe(document,{childList:!0,subtree:!0}))}(zi),zi}),function(t){function e(t){var e=t.closest(".bc-mnc__cart-details--single-item").find(".bc-mnc__cart-details--single-item__cart-info"),i=parseInt(t.closest(".bc-mnc__cart-details").attr("data-option-id"));console.log("design id is: ",i);var n=t.closest(".bc-mnc__cart-details--single-item");return{product_id:parseInt(e.attr("data-product-id")),variation_id:parseInt(e.attr("data-variation-id")),quantity:parseInt(e.attr("data-product-quantity")),cart_key:e.attr("data-key"),cart_design_id:i,product_container:n}}function i(t){var e=parseInt(t.closest(".bc-mnc__cart-details--single-item__product-quantity").find(".bc-mnc__cart-details--single-item__product-quantity--count").text());return console.log("current amount is: ",e),e}function n(t,e){t<0||e.closest(".bc-mnc__cart-details--single-item__product-quantity").find(".bc-mnc__cart-details--single-item__product-quantity--count").text(t)}function r(e,i,n,r,o){o.addClass("bc-loading"),t.ajax({type:"POST",dataType:"json",url:wc_add_to_cart_params.ajax_url,data:{action:"bc_menu_cart_product_change_amount",product_id:n,cart_item_key:i,new_amount:e,cart_design_id:r},success:function(i){e<=0&&o.fadeOut(),_.each(i.fragments,function(e,i){t(i).replaceWith(e)})}})}t(function(){t(document).on("add_to_cart",function(t){console.log("frags are ",t)})}),t(document).on("mouseover",".bc-mnc__cart-link--show-details-on-hover",function(e){t(this).siblings(".bc-mnc__cart-details").first().addClass("cart-details-show")}),t(function(){var e=t("[data-mobile-relative-element]");console.log("menu count: ",e.length),_.each(e,function(e){console.log("we are moving one icon");var i=t(e).attr("data-mobile-position");console.log("element selector is: ",t(e).attr("data-mobile-relative-element"));var n=t(t(e).attr("data-mobile-relative-element")),r="1"===t(e).attr("data-mobile-remove-origin");t(e).removeAttr("data-mobile-position"),t(e).removeAttr("data-mobile-relative-element"),t(e).removeAttr("data-mobile-remove-origin"),console.log("moving to "+t(e).attr("data-mobile-relative-element"));var o=t(e).clone();"left"===i?o.insertBefore(n):"right"===i?o.insertAfter(n):"inside_replace"===i?n.html(o):"inside_no_replace"===i&&n.append(o),r&&t(e).remove()})}),t(document).on("click",".bc-mnc__cart-link--show-details-on-click",function(e){e.preventDefault(),t(this).siblings(".bc-mnc__cart-details").addClass("cart-details-show")}),t(document).on("click",".bc-mnc__cart-details--close-button",function(e){t(this).closest(".bc-mnc__cart-details").removeClass("cart-details-show")}),t(document).on("click",".bc-mnc__cart-details--remove-product-icon",function(){var i=e(t(this));r(0,i.cart_key,i.product_id,i.cart_design_id,i.product_container)}),t(document).on("click",".bc-mnc__cart-details--single-item__product-quantity--decrease",function(){var o=i(t(this)),s=e(t(this)),a=o-1;n(a,t(this)),r(a,s.cart_key,s.product_id,s.cart_design_id,s.product_container)}),t(document).on("click",".bc-mnc__cart-details--single-item__product-quantity--increase",function(){var o=i(t(this)),s=e(t(this)),a=o+1;n(a,t(this)),r(a,s.cart_key,s.product_id,s.cart_design_id,s.product_container)})}(jQuery);
2
  //# sourceMappingURL=frontend-bundle.min.js.map
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define("BCkit",e):(t=t||self).BCkit=e()}(this,function(){"use strict";function t(t,e){return function(i){var n=arguments.length;return n?n>1?t.apply(e,arguments):t.call(e,i):t.call(e)}}var e=Object.prototype,i=e.hasOwnProperty;function n(t,e){return i.call(t,e)}var r={},o=/([a-z\d])([A-Z])/g;function s(t){return t in r||(r[t]=t.replace(o,"$1-$2").toLowerCase()),r[t]}var a=/-(\w)/g;function c(t){return t.replace(a,h)}function h(t,e){return e?e.toUpperCase():""}function l(t){return t.length?h(0,t.charAt(0))+t.slice(1):""}var u=String.prototype,d=u.startsWith||function(t){return 0===this.lastIndexOf(t,0)};function f(t,e){return d.call(t,e)}var p=u.endsWith||function(t){return this.substr(-t.length)===t};function m(t,e){return p.call(t,e)}var g=Array.prototype,v=function(t,e){return~this.indexOf(t,e)},b=u.includes||v,w=g.includes||v;function y(t,e){return t&&(B(t)?b:w).call(t,e)}var x=g.findIndex||function(t){for(var e=arguments,i=0;i<this.length;i++)if(t.call(e[1],this[i],i,this))return i;return-1};function k(t,e){return x.call(t,e)}var $=Array.isArray;function _(t){return"function"==typeof t}function I(t){return null!==t&&"object"==typeof t}function S(t){return I(t)&&Object.getPrototypeOf(t)===e}function T(t){return I(t)&&t===t.window}function E(t){return I(t)&&9===t.nodeType}function A(t){return I(t)&&!!t.jquery}function C(t){return t instanceof Node||I(t)&&t.nodeType>=1}var N=e.toString;function M(t){return N.call(t).match(/^\[object (NodeList|HTMLCollection)\]$/)}function O(t){return"boolean"==typeof t}function B(t){return"string"==typeof t}function D(t){return"number"==typeof t}function z(t){return D(t)||B(t)&&!isNaN(t-parseFloat(t))}function P(t){return!($(t)?t.length:I(t)&&Object.keys(t).length)}function H(t){return void 0===t}function L(t){return O(t)?t:"true"===t||"1"===t||""===t||"false"!==t&&"0"!==t&&t}function j(t){var e=Number(t);return!isNaN(e)&&e}function F(t){return parseFloat(t)||0}function W(t){return C(t)||T(t)||E(t)?t:M(t)||A(t)?t[0]:$(t)?W(t[0]):null}function V(t){return C(t)?[t]:M(t)?g.slice.call(t):$(t)?t.map(W).filter(Boolean):A(t)?t.toArray():[]}function q(t){return $(t)?t:B(t)?t.split(/,(?![^(]*\))/).map(function(t){return z(t)?j(t):L(t.trim())}):[t]}function Y(t){return t?m(t,"ms")?F(t):1e3*F(t):0}function R(t,e){return t===e||I(t)&&I(e)&&Object.keys(t).length===Object.keys(e).length&&K(t,function(t,i){return t===e[i]})}function U(t,e,i){return t.replace(new RegExp(e+"|"+i,"mg"),function(t){return t===e?i:e})}var X=Object.assign||function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];t=Object(t);for(var r=0;r<e.length;r++){var o=e[r];if(null!==o)for(var s in o)n(o,s)&&(t[s]=o[s])}return t};function K(t,e){for(var i in t)if(!1===e(t[i],i))return!1;return!0}function G(t,e){return t.sort(function(t,i){var n=t[e];void 0===n&&(n=0);var r=i[e];return void 0===r&&(r=0),n>r?1:r>n?-1:0})}function J(t,e){var i=new Set;return t.filter(function(t){var n=t[e];return!i.has(n)&&(i.add(n)||!0)})}function Q(t,e,i){return void 0===e&&(e=0),void 0===i&&(i=1),Math.min(Math.max(j(t)||0,e),i)}function Z(){}function tt(t,e){return t.left<e.right&&t.right>e.left&&t.top<e.bottom&&t.bottom>e.top}function et(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}var it={ratio:function(t,e,i){var n,r="width"===e?"height":"width";return(n={})[r]=t[e]?Math.round(i*t[r]/t[e]):t[r],n[e]=i,n},contain:function(t,e){var i=this;return K(t=X({},t),function(n,r){return t=t[r]>e[r]?i.ratio(t,r,e[r]):t}),t},cover:function(t,e){var i=this;return K(t=this.contain(t,e),function(n,r){return t=t[r]<e[r]?i.ratio(t,r,e[r]):t}),t}};function nt(t,e,i){if(I(e))for(var n in e)nt(t,n,e[n]);else{if(H(i))return(t=W(t))&&t.getAttribute(e);V(t).forEach(function(t){_(i)&&(i=i.call(t,nt(t,e))),null===i?ot(t,e):t.setAttribute(e,i)})}}function rt(t,e){return V(t).some(function(t){return t.hasAttribute(e)})}function ot(t,e){t=V(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.hasAttribute(e)&&t.removeAttribute(e)})})}function st(t,e){for(var i=0,n=[e,"data-"+e];i<n.length;i++)if(rt(t,n[i]))return nt(t,n[i])}function at(t,e){return W(t)||lt(t,ht(t,e))}function ct(t,e){var i=V(t);return i.length&&i||ut(t,ht(t,e))}function ht(t,e){return void 0===e&&(e=document),mt(t)||E(e)?e:e.ownerDocument}function lt(t,e){return W(dt(t,e,"querySelector"))}function ut(t,e){return V(dt(t,e,"querySelectorAll"))}function dt(t,e,i){if(void 0===e&&(e=document),!t||!B(t))return null;var n;mt(t=t.replace(pt,"$1 *"))&&(n=[],t=function(t){return t.match(gt).map(function(t){return t.replace(/,$/,"").trim()})}(t).map(function(t,i){var r=e;if("!"===t[0]){var o=t.substr(1).trim().split(" ");r=xt(e.parentNode,o[0]),t=o.slice(1).join(" ").trim()}if("-"===t[0]){var s=t.substr(1).trim().split(" "),a=(r||e).previousElementSibling;r=wt(a,t.substr(1))?a:null,t=s.slice(1).join(" ")}return r?(r.id||(r.id="uk-"+Date.now()+i,n.push(function(){return ot(r,"id")})),"#"+_t(r.id)+" "+t):null}).filter(Boolean).join(","),e=document);try{return e[i](t)}catch(t){return null}finally{n&&n.forEach(function(t){return t()})}}var ft=/(^|[^\\],)\s*[!>+~-]/,pt=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g;function mt(t){return B(t)&&t.match(ft)}var gt=/.*?[^\\](?:,|$)/g;var vt=Element.prototype,bt=vt.matches||vt.webkitMatchesSelector||vt.msMatchesSelector;function wt(t,e){return V(t).some(function(t){return bt.call(t,e)})}var yt=vt.closest||function(t){var e=this;do{if(wt(e,t))return e;e=e.parentNode}while(e&&1===e.nodeType)};function xt(t,e){return f(e,">")&&(e=e.slice(1)),C(t)?t.parentNode&&yt.call(t,e):V(t).map(function(t){return xt(t,e)}).filter(Boolean)}function kt(t,e){for(var i=[],n=W(t).parentNode;n&&1===n.nodeType;)wt(n,e)&&i.push(n),n=n.parentNode;return i}var $t=window.CSS&&CSS.escape||function(t){return t.replace(/([^\x7f-\uFFFF\w-])/g,function(t){return"\\"+t})};function _t(t){return B(t)?$t.call(null,t):""}var It={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,menuitem:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function St(t){return V(t).some(function(t){return It[t.tagName.toLowerCase()]})}function Tt(t){return V(t).some(function(t){return t.offsetWidth||t.offsetHeight||t.getClientRects().length})}var Et="input,select,textarea,button";function At(t){return V(t).some(function(t){return wt(t,Et)})}function Ct(t,e){return V(t).filter(function(t){return wt(t,e)})}function Nt(t,e){return B(e)?wt(t,e)||xt(t,e):t===e||(E(e)?e.documentElement:W(e)).contains(W(t))}function Mt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var i=Pt(t),n=i[0],r=i[1],o=i[2],s=i[3],a=i[4];return n=jt(n),o&&(s=function(t,e,i){var n=this;return function(r){t.forEach(function(t){var o=">"===e[0]?ut(e,t).reverse().filter(function(t){return Nt(r.target,t)})[0]:xt(r.target,e);o&&(r.delegate=t,r.current=o,i.call(n,r))})}}(n,o,s)),s.length>1&&(s=function(t){return function(e){return $(e.detail)?t.apply(void 0,[e].concat(e.detail)):t(e)}}(s)),r.split(" ").forEach(function(t){return n.forEach(function(e){return e.addEventListener(t,s,a)})}),function(){return Ot(n,r,s,a)}}function Ot(t,e,i,n){void 0===n&&(n=!1),t=jt(t),e.split(" ").forEach(function(e){return t.forEach(function(t){return t.removeEventListener(e,i,n)})})}function Bt(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var i=Pt(t),n=i[0],r=i[1],o=i[2],s=i[3],a=i[4],c=i[5],h=Mt(n,r,o,function(t){var e=!c||c(t);e&&(h(),s(t,e))},a);return h}function Dt(t,e,i){return jt(t).reduce(function(t,n){return t&&n.dispatchEvent(zt(e,!0,!0,i))},!0)}function zt(t,e,i,n){if(void 0===e&&(e=!0),void 0===i&&(i=!1),B(t)){var r=document.createEvent("CustomEvent");r.initCustomEvent(t,e,i,n),t=r}return t}function Pt(t){return _(t[2])&&t.splice(2,0,!1),t}function Ht(t){return t&&"addEventListener"in t}function Lt(t){return Ht(t)?t:W(t)}function jt(t){return $(t)?t.map(Lt).filter(Boolean):B(t)?ut(t):Ht(t)?[t]:V(t)}function Ft(t){return"touch"===t.pointerType||t.touches}function Wt(t,e){void 0===e&&(e="client");var i=t.touches,n=t.changedTouches,r=i&&i[0]||n&&n[0]||t;return{x:r[e+"X"],y:r[e+"Y"]}}var Vt="Promise"in window?window.Promise:Ut,qt=function(){var t=this;this.promise=new Vt(function(e,i){t.reject=i,t.resolve=e})},Yt=2,Rt="setImmediate"in window?setImmediate:setTimeout;function Ut(t){this.state=Yt,this.value=void 0,this.deferred=[];var e=this;try{t(function(t){e.resolve(t)},function(t){e.reject(t)})}catch(t){e.reject(t)}}Ut.reject=function(t){return new Ut(function(e,i){i(t)})},Ut.resolve=function(t){return new Ut(function(e,i){e(t)})},Ut.all=function(t){return new Ut(function(e,i){var n=[],r=0;function o(i){return function(o){n[i]=o,(r+=1)===t.length&&e(n)}}0===t.length&&e(n);for(var s=0;s<t.length;s+=1)Ut.resolve(t[s]).then(o(s),i)})},Ut.race=function(t){return new Ut(function(e,i){for(var n=0;n<t.length;n+=1)Ut.resolve(t[n]).then(e,i)})};var Xt=Ut.prototype;function Kt(t,e){return new Vt(function(i,n){var r=X({data:null,method:"GET",headers:{},xhr:new XMLHttpRequest,beforeSend:Z,responseType:""},e);r.beforeSend(r);var o=r.xhr;for(var s in r)if(s in o)try{o[s]=r[s]}catch(t){}for(var a in o.open(r.method.toUpperCase(),t),r.headers)o.setRequestHeader(a,r.headers[a]);Mt(o,"load",function(){0===o.status||o.status>=200&&o.status<300||304===o.status?i(o):n(X(Error(o.statusText),{xhr:o,status:o.status}))}),Mt(o,"error",function(){return n(X(Error("Network Error"),{xhr:o}))}),Mt(o,"timeout",function(){return n(X(Error("Network Timeout"),{xhr:o}))}),o.send(r.data)})}function Gt(t,e,i){return new Vt(function(n,r){var o=new Image;o.onerror=r,o.onload=function(){return n(o)},i&&(o.sizes=i),e&&(o.srcset=e),o.src=t})}Xt.resolve=function(t){var e=this;if(e.state===Yt){if(t===e)throw new TypeError("Promise settled with itself.");var i=!1;try{var n=t&&t.then;if(null!==t&&I(t)&&_(n))return void n.call(t,function(t){i||e.resolve(t),i=!0},function(t){i||e.reject(t),i=!0})}catch(t){return void(i||e.reject(t))}e.state=0,e.value=t,e.notify()}},Xt.reject=function(t){if(this.state===Yt){if(t===this)throw new TypeError("Promise settled with itself.");this.state=1,this.value=t,this.notify()}},Xt.notify=function(){var t=this;Rt(function(){if(t.state!==Yt)for(;t.deferred.length;){var e=t.deferred.shift(),i=e[0],n=e[1],r=e[2],o=e[3];try{0===t.state?_(i)?r(i.call(void 0,t.value)):r(t.value):1===t.state&&(_(n)?r(n.call(void 0,t.value)):o(t.value))}catch(t){o(t)}}})},Xt.then=function(t,e){var i=this;return new Ut(function(n,r){i.deferred.push([t,e,n,r]),i.notify()})},Xt.catch=function(t){return this.then(void 0,t)};var Jt=/msie|trident/i.test(window.navigator.userAgent),Qt="rtl"===nt(document.documentElement,"dir"),Zt="ontouchstart"in window,te=window.PointerEvent,ee=Zt||window.DocumentTouch&&document instanceof DocumentTouch||navigator.maxTouchPoints,ie=te?"pointerdown":Zt?"touchstart":"mousedown",ne=te?"pointermove":Zt?"touchmove":"mousemove",re=te?"pointerup":Zt?"touchend":"mouseup",oe=te?"pointerenter":Zt?"":"mouseenter",se=te?"pointerleave":Zt?"":"mouseleave",ae=te?"pointercancel":"touchcancel";function ce(t){if("loading"===document.readyState)var e=Mt(document,"DOMContentLoaded",function(){e(),t()});else t()}function he(t,e){return e?V(t).indexOf(W(e)):V((t=W(t))&&t.parentNode.children).indexOf(t)}function le(t,e,i,n){void 0===i&&(i=0),void 0===n&&(n=!1);var r=(e=V(e)).length;return t=z(t)?j(t):"next"===t?i+1:"previous"===t?i-1:he(e,t),n?Q(t,0,r-1):(t%=r)<0?t+r:t}function ue(t){return(t=Ie(t)).innerHTML="",t}function de(t,e){return t=Ie(t),H(e)?t.innerHTML:fe(t.hasChildNodes()?ue(t):t,e)}function fe(t,e){return t=Ie(t),ge(e,function(e){return t.appendChild(e)})}function pe(t,e){return t=Ie(t),ge(e,function(e){return t.parentNode.insertBefore(e,t)})}function me(t,e){return t=Ie(t),ge(e,function(e){return t.nextSibling?pe(t.nextSibling,e):fe(t.parentNode,e)})}function ge(t,e){return(t=B(t)?$e(t):t)?"length"in t?V(t).map(e):e(t):null}function ve(t){V(t).map(function(t){return t.parentNode&&t.parentNode.removeChild(t)})}function be(t,e){for(e=W(pe(t,e));e.firstChild;)e=e.firstChild;return fe(e,t),e}function we(t,e){return V(V(t).map(function(t){return t.hasChildNodes?be(V(t.childNodes),e):fe(t,e)}))}function ye(t){V(t).map(function(t){return t.parentNode}).filter(function(t,e,i){return i.indexOf(t)===e}).forEach(function(t){pe(t,t.childNodes),ve(t)})}var xe=/^\s*<(\w+|!)[^>]*>/,ke=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function $e(t){var e=ke.exec(t);if(e)return document.createElement(e[1]);var i=document.createElement("div");return xe.test(t)?i.insertAdjacentHTML("beforeend",t.trim()):i.textContent=t,i.childNodes.length>1?V(i.childNodes):i.firstChild}function _e(t,e){if(t&&1===t.nodeType)for(e(t),t=t.firstElementChild;t;)_e(t,e),t=t.nextElementSibling}function Ie(t,e){return B(t)?Te(t)?W($e(t)):lt(t,e):W(t)}function Se(t,e){return B(t)?Te(t)?V($e(t)):ut(t,e):V(t)}function Te(t){return"<"===t[0]||t.match(/^\s*</)}function Ee(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];Be(t,e,"add")}function Ae(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];Be(t,e,"remove")}function Ce(t,e){nt(t,"class",function(t){return(t||"").replace(new RegExp("\\b"+e+"\\b","g"),"")})}function Ne(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];e[0]&&Ae(t,e[0]),e[1]&&Ee(t,e[1])}function Me(t,e){return e&&V(t).some(function(t){return t.classList.contains(e.split(" ")[0])})}function Oe(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];if(e.length){var n=B((e=De(e))[e.length-1])?[]:e.pop();e=e.filter(Boolean),V(t).forEach(function(t){for(var i=t.classList,r=0;r<e.length;r++)ze.Force?i.toggle.apply(i,[e[r]].concat(n)):i[(H(n)?!i.contains(e[r]):n)?"add":"remove"](e[r])})}}function Be(t,e,i){(e=De(e).filter(Boolean)).length&&V(t).forEach(function(t){var n=t.classList;ze.Multiple?n[i].apply(n,e):e.forEach(function(t){return n[i](t)})})}function De(t){return t.reduce(function(t,e){return t.concat.call(t,B(e)&&y(e," ")?e.trim().split(" "):e)},[])}var ze={get Multiple(){return this.get("_multiple")},get Force(){return this.get("_force")},get:function(t){if(!n(this,t)){var e=document.createElement("_").classList;e.add("a","b"),e.toggle("c",!1),this._multiple=e.contains("b"),this._force=!e.contains("c")}return this[t]}},Pe={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function He(t,e,i){return V(t).map(function(t){if(B(e)){if(e=qe(e),H(i))return je(t,e);i||D(i)?t.style[e]=z(i)&&!Pe[e]?i+"px":i:t.style.removeProperty(e)}else{if($(e)){var n=Le(t);return e.reduce(function(t,e){return t[e]=n[qe(e)],t},{})}I(e)&&K(e,function(e,i){return He(t,i,e)})}return t})[0]}function Le(t,e){return(t=W(t)).ownerDocument.defaultView.getComputedStyle(t,e)}function je(t,e,i){return Le(t,i)[e]}var Fe={};function We(t){var e=document.documentElement;if(!Jt)return Le(e).getPropertyValue("--uk-"+t);if(!(t in Fe)){var i=fe(e,document.createElement("div"));Ee(i,"uk-"+t),Fe[t]=je(i,"content",":before").replace(/^["'](.*)["']$/,"$1"),ve(i)}return Fe[t]}var Ve={};function qe(t){var e=Ve[t];return e||(e=Ve[t]=function(t){t=s(t);var e=document.documentElement.style;if(t in e)return t;var i,n=Ye.length;for(;n--;)if((i="-"+Ye[n]+"-"+t)in e)return i}(t)||t),e}var Ye=["webkit","moz","ms"];function Re(t,e,i,n){return void 0===i&&(i=400),void 0===n&&(n="linear"),Vt.all(V(t).map(function(t){return new Vt(function(r,o){for(var s in e){var a=He(t,s);""===a&&He(t,s,a)}var c=setTimeout(function(){return Dt(t,"transitionend")},i);Bt(t,"transitionend transitioncanceled",function(e){var i=e.type;clearTimeout(c),Ae(t,"bc-uk-transition"),He(t,{"transition-property":"","transition-duration":"","transition-timing-function":""}),"transitioncanceled"===i?o():r()},!1,function(e){var i=e.target;return t===i}),Ee(t,"bc-uk-transition"),He(t,X({"transition-property":Object.keys(e).map(qe).join(","),"transition-duration":i+"ms","transition-timing-function":n},e))})}))}var Ue={start:Re,stop:function(t){return Dt(t,"transitionend"),Vt.resolve()},cancel:function(t){Dt(t,"transitioncanceled")},inProgress:function(t){return Me(t,"bc-uk-transition")}},Xe="bc-uk-animation-",Ke="bc-uk-cancel-animation";function Ge(t,e,i,n,r){var o=arguments;return void 0===i&&(i=200),Vt.all(V(t).map(function(t){return new Vt(function(s,a){if(Me(t,Ke))requestAnimationFrame(function(){return Vt.resolve().then(function(){return Ge.apply(void 0,o).then(s,a)})});else{var c=e+" "+Xe+(r?"leave":"enter");f(e,Xe)&&(n&&(c+=" uk-transform-origin-"+n),r&&(c+=" "+Xe+"reverse")),h(),Bt(t,"animationend animationcancel",function(e){var i=!1;"animationcancel"===e.type?(a(),h()):(s(),Vt.resolve().then(function(){i=!0,h()})),requestAnimationFrame(function(){i||(Ee(t,Ke),requestAnimationFrame(function(){return Ae(t,Ke)}))})},!1,function(e){var i=e.target;return t===i}),He(t,"animationDuration",i+"ms"),Ee(t,c)}function h(){He(t,"animationDuration",""),Ce(t,Xe+"\\S*")}})}))}var Je=new RegExp(Xe+"(enter|leave)"),Qe={in:function(t,e,i,n){return Ge(t,e,i,n,!1)},out:function(t,e,i,n){return Ge(t,e,i,n,!0)},inProgress:function(t){return Je.test(nt(t,"class"))},cancel:function(t){Dt(t,"animationcancel")}},Ze={width:["x","left","right"],height:["y","top","bottom"]};function ti(t,e,i,n,r,o,s,a){i=hi(i),n=hi(n);var c={element:i,target:n};if(!t||!e)return c;var h=ii(t),l=ii(e),u=l;if(ci(u,i,h,-1),ci(u,n,l,1),r=li(r,h.width,h.height),o=li(o,l.width,l.height),r.x+=o.x,r.y+=o.y,u.left+=r.x,u.top+=r.y,s){var d=[ii(bi(t))];a&&d.unshift(ii(a)),K(Ze,function(t,e){var o=t[0],a=t[1],f=t[2];(!0===s||y(s,o))&&d.some(function(t){var s=i[o]===a?-h[e]:i[o]===f?h[e]:0,d=n[o]===a?l[e]:n[o]===f?-l[e]:0;if(u[a]<t[a]||u[a]+h[e]>t[f]){var p=h[e]/2,m="center"===n[o]?-l[e]/2:0;return"center"===i[o]&&(g(p,m)||g(-p,-m))||g(s,d)}function g(i,n){var s=u[a]+i+n-2*r[o];if(s>=t[a]&&s+h[e]<=t[f])return u[a]=s,["element","target"].forEach(function(t){c[t][o]=i?c[t][o]===Ze[e][1]?Ze[e][2]:Ze[e][1]:c[t][o]}),!0}})})}return ei(t,u),c}function ei(t,e){if(t=W(t),!e)return ii(t);var i=ei(t),n=He(t,"position");["left","top"].forEach(function(r){if(r in e){var o=He(t,r);He(t,r,e[r]-i[r]+F("absolute"===n&&"auto"===o?ni(t)[r]:o))}})}function ii(t){var e,i,n=bi(t=W(t)),r=n.pageYOffset,o=n.pageXOffset;if(T(t)){var s=t.innerHeight,a=t.innerWidth;return{top:r,left:o,height:s,width:a,bottom:r+s,right:o+a}}Tt(t)||"none"!==He(t,"display")||(e=nt(t,"style"),i=nt(t,"hidden"),nt(t,{style:(e||"")+";display:block !important;",hidden:null}));var c=t.getBoundingClientRect();return H(e)||nt(t,{style:e,hidden:i}),{height:c.height,width:c.width,top:c.top+r,left:c.left+o,bottom:c.bottom+r,right:c.right+o}}function ni(t){var e=(t=W(t)).offsetParent||function(t){return wi(t).documentElement}(t),i=ei(e),n=["top","left"].reduce(function(n,r){var o=l(r);return n[r]-=i[r]+F(He(t,"margin"+o))+F(He(e,"border"+o+"Width")),n},ei(t));return{top:n.top,left:n.left}}var ri=si("height"),oi=si("width");function si(t){var e=l(t);return function(i,n){if(i=W(i),H(n)){if(T(i))return i["inner"+e];if(E(i)){var r=i.documentElement;return Math.max(r["offset"+e],r["scroll"+e])}return(n="auto"===(n=He(i,t))?i["offset"+e]:F(n)||0)-ai(t,i)}He(i,t,n||0===n?+n+ai(t,i)+"px":"")}}function ai(t,e,i){return void 0===i&&(i="border-box"),He(e,"boxSizing")===i?Ze[t].slice(1).map(l).reduce(function(t,i){return t+F(He(e,"padding"+i))+F(He(e,"border"+i+"Width"))},0):0}function ci(t,e,i,n){K(Ze,function(r,o){var s=r[0],a=r[1],c=r[2];e[s]===c?t[a]+=i[o]*n:"center"===e[s]&&(t[a]+=i[o]*n/2)})}function hi(t){var e=/left|center|right/,i=/top|center|bottom/;return 1===(t=(t||"").split(" ")).length&&(t=e.test(t[0])?t.concat(["center"]):i.test(t[0])?["center"].concat(t):["center","center"]),{x:e.test(t[0])?t[0]:"center",y:i.test(t[1])?t[1]:"center"}}function li(t,e,i){var n=(t||"").split(" "),r=n[0],o=n[1];return{x:r?F(r)*(m(r,"%")?e/100:1):0,y:o?F(o)*(m(o,"%")?i/100:1):0}}function ui(t){switch(t){case"left":return"right";case"right":return"left";case"top":return"bottom";case"bottom":return"top";default:return t}}function di(t,e,i){if(void 0===e&&(e=0),void 0===i&&(i=0),!Tt(t))return!1;var n=bi(t=W(t)),r=t.getBoundingClientRect(),o={top:-e,left:-i,bottom:e+ri(n),right:i+oi(n)};return tt(r,o)||et({x:r.left,y:r.top},o)}function fi(t,e){if(void 0===e&&(e=0),!Tt(t))return 0;var i=bi(t=W(t)),n=wi(t),r=t.offsetHeight+e,o=mi(t)[0],s=ri(i),a=s+Math.min(0,o-s),c=Math.max(0,s-(ri(n)+e-(o+r)));return Q((a+i.pageYOffset-o)/((a+(r-(c<s?c:0)))/100)/100)}function pi(t,e){if(T(t=W(t))||E(t)){var i=bi(t);(0,i.scrollTo)(i.pageXOffset,e)}else t.scrollTop=e}function mi(t){var e=[0,0];do{if(e[0]+=t.offsetTop,e[1]+=t.offsetLeft,"fixed"===He(t,"position")){var i=bi(t);return e[0]+=i.pageYOffset,e[1]+=i.pageXOffset,e}}while(t=t.offsetParent);return e}function gi(t,e,i){return void 0===e&&(e="width"),void 0===i&&(i=window),z(t)?+t:m(t,"vh")?vi(ri(bi(i)),t):m(t,"vw")?vi(oi(bi(i)),t):m(t,"%")?vi(ii(i)[e],t):F(t)}function vi(t,e){return t*F(e)/100}function bi(t){return T(t)?t:wi(t).defaultView}function wi(t){return W(t).ownerDocument}var yi={reads:[],writes:[],read:function(t){return this.reads.push(t),xi(),t},write:function(t){return this.writes.push(t),xi(),t},clear:function(t){return $i(this.reads,t)||$i(this.writes,t)},flush:function(){ki(this.reads),ki(this.writes.splice(0,this.writes.length)),this.scheduled=!1,(this.reads.length||this.writes.length)&&xi()}};function xi(){yi.scheduled||(yi.scheduled=!0,requestAnimationFrame(yi.flush.bind(yi)))}function ki(t){for(var e;e=t.shift();)e()}function $i(t,e){var i=t.indexOf(e);return!!~i&&!!t.splice(i,1)}function _i(){}function Ii(t,e){return(e.y-t.y)/(e.x-t.x)}_i.prototype={positions:[],position:null,init:function(){var t=this;this.positions=[],this.position=null;var e=!1;this.unbind=Mt(document,"mousemove",function(i){e||(setTimeout(function(){var n=Date.now(),r=t.positions.length;r&&n-t.positions[r-1].time>100&&t.positions.splice(0,r),t.positions.push({time:n,x:i.pageX,y:i.pageY}),t.positions.length>5&&t.positions.shift(),e=!1},5),e=!0)})},cancel:function(){this.unbind&&this.unbind()},movesTo:function(t){if(this.positions.length<2)return!1;var e=ei(t),i=this.positions[this.positions.length-1],n=this.positions[0];if(e.left<=i.x&&i.x<=e.right&&e.top<=i.y&&i.y<=e.bottom)return!1;var r=[[{x:e.left,y:e.top},{x:e.right,y:e.bottom}],[{x:e.right,y:e.top},{x:e.left,y:e.bottom}]];return e.right<=i.x||(e.left>=i.x?(r[0].reverse(),r[1].reverse()):e.bottom<=i.y?r[0].reverse():e.top>=i.y&&r[1].reverse()),!!r.reduce(function(t,e){return t+(Ii(n,e[0])<Ii(i,e[0])&&Ii(n,e[1])>Ii(i,e[1]))},0)}};var Si={};function Ti(t,e,i){return Si.computed(_(t)?t.call(i,i):t,_(e)?e.call(i,i):e)}function Ei(t,e){return t=t&&!$(t)?[t]:t,e?t?t.concat(e):$(e)?e:[e]:t}function Ai(t,e,i){var r={};if(_(e)&&(e=e.options),e.extends&&(t=Ai(t,e.extends,i)),e.mixins)for(var o=0,s=e.mixins.length;o<s;o++)t=Ai(t,e.mixins[o],i);for(var a in t)h(a);for(var c in e)n(t,c)||h(c);function h(n){r[n]=(Si[n]||function(t,e){return H(e)?t:e})(t[n],e[n],i)}return r}function Ci(t,e){var i;void 0===e&&(e=[]);try{return t?f(t,"{")?JSON.parse(t):e.length&&!y(t,":")?((i={})[e[0]]=t,i):t.split(";").reduce(function(t,e){var i=e.split(/:(.*)/),n=i[0],r=i[1];return n&&!H(r)&&(t[n.trim()]=r.trim()),t},{}):{}}catch(t){return{}}}Si.events=Si.created=Si.beforeConnect=Si.connected=Si.beforeDisconnect=Si.disconnected=Si.destroy=Ei,Si.args=function(t,e){return Ei(e||t)},Si.update=function(t,e){return G(Ei(t,_(e)?{read:e}:e),"order")},Si.props=function(t,e){return $(e)&&(e=e.reduce(function(t,e){return t[e]=String,t},{})),Si.methods(t,e)},Si.computed=Si.methods=function(t,e){return e?t?X({},t,e):e:t},Si.data=function(t,e,i){return i?Ti(t,e,i):e?t?function(i){return Ti(t,e,i)}:e:t};var Ni=0,Mi=function(t){this.id=++Ni,this.el=W(t)};function Oi(t,e){try{t.contentWindow.postMessage(JSON.stringify(X({event:"command"},e)),"*")}catch(t){}}Mi.prototype.isVideo=function(){return this.isYoutube()||this.isVimeo()||this.isHTML5()},Mi.prototype.isHTML5=function(){return"VIDEO"===this.el.tagName},Mi.prototype.isIFrame=function(){return"IFRAME"===this.el.tagName},Mi.prototype.isYoutube=function(){return this.isIFrame()&&!!this.el.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)},Mi.prototype.isVimeo=function(){return this.isIFrame()&&!!this.el.src.match(/vimeo\.com\/video\/.*/)},Mi.prototype.enableApi=function(){var t=this;if(this.ready)return this.ready;var e,i=this.isYoutube(),n=this.isVimeo();return i||n?this.ready=new Vt(function(r){var o;Bt(t.el,"load",function(){if(i){var n=function(){return Oi(t.el,{event:"listening",id:t.id})};e=setInterval(n,100),n()}}),(o=function(e){return i&&e.id===t.id&&"onReady"===e.event||n&&Number(e.player_id)===t.id},new Vt(function(t){Bt(window,"message",function(e,i){return t(i)},!1,function(t){var e=t.data;if(e&&B(e)){try{e=JSON.parse(e)}catch(t){return}return e&&o(e)}})})).then(function(){r(),e&&clearInterval(e)}),nt(t.el,"src",t.el.src+(y(t.el.src,"?")?"&":"?")+(i?"enablejsapi=1":"api=1&player_id="+t.id))}):Vt.resolve()},Mi.prototype.play=function(){var t=this;if(this.isVideo())if(this.isIFrame())this.enableApi().then(function(){return Oi(t.el,{func:"playVideo",method:"play"})});else if(this.isHTML5())try{var e=this.el.play();e&&e.catch(Z)}catch(t){}},Mi.prototype.pause=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Oi(t.el,{func:"pauseVideo",method:"pause"})}):this.isHTML5()&&this.el.pause())},Mi.prototype.mute=function(){var t=this;this.isVideo()&&(this.isIFrame()?this.enableApi().then(function(){return Oi(t.el,{func:"mute",method:"setVolume",value:0})}):this.isHTML5()&&(this.el.muted=!0,nt(this.el,"muted","")))};var Bi="IntersectionObserver"in window?window.IntersectionObserver:function(){function t(t,e){var i=this;void 0===e&&(e={});var n=e.rootMargin;void 0===n&&(n="0 0"),this.targets=[];var r,o=(n||"0 0").split(" ").map(F),s=o[0],a=o[1];this.offsetTop=s,this.offsetLeft=a,this.apply=function(){r||(r=requestAnimationFrame(function(){return setTimeout(function(){var e=i.takeRecords();e.length&&t(e,i),r=!1})}))},this.off=Mt(window,"scroll resize load",this.apply,{passive:!0,capture:!0})}return t.prototype.takeRecords=function(){var t=this;return this.targets.filter(function(e){var i=di(e.target,t.offsetTop,t.offsetLeft);if(null===e.isIntersecting||i^e.isIntersecting)return e.isIntersecting=i,!0})},t.prototype.observe=function(t){this.targets.push({target:t,isIntersecting:null}),this.apply()},t.prototype.disconnect=function(){this.targets=[],this.off()},t}();function Di(t){return!(!f(t,"bc-uk-")&&!f(t,"data-uk-"))&&c(t.replace("data-uk-","").replace("bc-uk-",""))}var zi=function(t){this._init(t)};zi.util=Object.freeze({ajax:Kt,getImage:Gt,transition:Re,Transition:Ue,animate:Ge,Animation:Qe,attr:nt,hasAttr:rt,removeAttr:ot,data:st,addClass:Ee,removeClass:Ae,removeClasses:Ce,replaceClass:Ne,hasClass:Me,toggleClass:Oe,positionAt:ti,offset:ei,position:ni,height:ri,width:oi,boxModelAdjust:ai,flipPosition:ui,isInView:di,scrolledOver:fi,scrollTop:pi,offsetPosition:mi,toPx:gi,ready:ce,index:he,getIndex:le,empty:ue,html:de,prepend:function(t,e){return(t=Ie(t)).hasChildNodes()?ge(e,function(e){return t.insertBefore(e,t.firstChild)}):fe(t,e)},append:fe,before:pe,after:me,remove:ve,wrapAll:be,wrapInner:we,unwrap:ye,fragment:$e,apply:_e,$:Ie,$$:Se,isIE:Jt,isRtl:Qt,hasTouch:ee,pointerDown:ie,pointerMove:ne,pointerUp:re,pointerEnter:oe,pointerLeave:se,pointerCancel:ae,on:Mt,off:Ot,once:Bt,trigger:Dt,createEvent:zt,toEventTargets:jt,isTouch:Ft,getEventPos:Wt,fastdom:yi,isVoidElement:St,isVisible:Tt,selInput:Et,isInput:At,filter:Ct,within:Nt,bind:t,hasOwn:n,hyphenate:s,camelize:c,ucfirst:l,startsWith:f,endsWith:m,includes:y,findIndex:k,isArray:$,isFunction:_,isObject:I,isPlainObject:S,isWindow:T,isDocument:E,isJQuery:A,isNode:C,isNodeCollection:M,isBoolean:O,isString:B,isNumber:D,isNumeric:z,isEmpty:P,isUndefined:H,toBoolean:L,toNumber:j,toFloat:F,toNode:W,toNodes:V,toList:q,toMs:Y,isEqual:R,swap:U,assign:X,each:K,sortBy:G,uniqueBy:J,clamp:Q,noop:Z,intersectRect:tt,pointInRect:et,Dimensions:it,MouseTracker:_i,mergeOptions:Ai,parseOptions:Ci,Player:Mi,Promise:Vt,Deferred:qt,IntersectionObserver:Bi,query:at,queryAll:ct,find:lt,findAll:ut,matches:wt,closest:xt,parents:kt,escape:_t,css:He,getStyles:Le,getStyle:je,getCssVar:We,propName:qe}),zi.data="__BCkit__",zi.prefix="bc-uk-",zi.options={},function(t){var e,i=t.data;function n(t,e){if(t)for(var i in t)t[i]._connected&&t[i]._callUpdate(e)}t.use=function(t){if(!t.installed)return t.call(null,this),t.installed=!0,this},t.mixin=function(e,i){(i=(B(i)?t.component(i):i)||this).options=Ai(i.options,e)},t.extend=function(t){t=t||{};var e=function(t){this._init(t)};return(e.prototype=Object.create(this.prototype)).constructor=e,e.options=Ai(this.options,t),e.super=this,e.extend=this.extend,e},t.update=function(t,e){(function t(e,i){e&&e!==document.body&&e.parentNode&&(t(e.parentNode,i),i(e.parentNode))})(t=t?W(t):document.body,function(t){return n(t[i],e)}),_e(t,function(t){return n(t[i],e)})},Object.defineProperty(t,"container",{get:function(){return e||document.body},set:function(t){e=Ie(t)}})}(zi),function(t){t.prototype._callHook=function(t){var e=this,i=this.$options[t];i&&i.forEach(function(t){return t.call(e)})},t.prototype._callConnected=function(){this._connected||(this._data={},this._computeds={},this._initProps(),this._callHook("beforeConnect"),this._connected=!0,this._initEvents(),this._initObserver(),this._callHook("connected"),this._callUpdate())},t.prototype._callDisconnected=function(){this._connected&&(this._callHook("beforeDisconnect"),this._observer&&(this._observer.disconnect(),this._observer=null),this._unbindEvents(),this._callHook("disconnected"),this._connected=!1)},t.prototype._callUpdate=function(t){var e=this;void 0===t&&(t="update");var i=t.type||t;y(["update","resize"],i)&&this._callWatches();var n=this.$options.update,r=this._frames,o=r.reads,s=r.writes;n&&n.forEach(function(t,n){var r=t.read,a=t.write,c=t.events;("update"===i||y(c,i))&&(r&&!y(yi.reads,o[n])&&(o[n]=yi.read(function(){var t=e._connected&&r.call(e,e._data,i);!1===t&&a?yi.clear(s[n]):S(t)&&X(e._data,t)})),a&&!y(yi.writes,s[n])&&(s[n]=yi.write(function(){return e._connected&&a.call(e,e._data,i)})))})}}(zi),function(e){var i=0;function r(t,e){var i={},n=t.args;void 0===n&&(n=[]);var r=t.props;void 0===r&&(r={});var o=t.el;if(!r)return i;for(var a in r){var h=s(a),u=st(o,h);if(!H(u)){if(u=r[a]===Boolean&&""===u||l(r[a],u),"target"===h&&(!u||f(u,"_")))continue;i[a]=u}}var d=Ci(st(o,e),n);for(var p in d){var m=c(p);void 0!==r[m]&&(i[m]=l(r[m],d[p]))}return i}function o(t,e,i){Object.defineProperty(t,e,{enumerable:!0,get:function(){var r=t._computeds,o=t.$props,s=t.$el;return n(r,e)||(r[e]=(i.get||i).call(t,o,s)),r[e]},set:function(n){var r=t._computeds;r[e]=i.set?i.set.call(t,n):n,H(r[e])&&delete r[e]}})}function a(e,i,n){S(i)||(i={name:n,handler:i});var r,o=i.name,s=i.el,c=i.handler,h=i.capture,l=i.passive,u=i.delegate,d=i.filter,f=i.self;s=_(s)?s.call(e):s||e.$el,$(s)?s.forEach(function(t){return a(e,X({},i,{el:t}),n)}):!s||d&&!d.call(e)||(r=B(c)?e[c]:t(c,e),c=function(t){return $(t.detail)?r.apply(void 0,[t].concat(t.detail)):r(t)},f&&(c=function(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}(c)),e._events.push(Mt(s,o,u?B(u)?u:u.call(e):null,c,O(l)?{passive:l,capture:h}:h)))}function h(t,e){return t.every(function(t){return!t||!n(t,e)})}function l(t,e){return t===Boolean?L(e):t===Number?j(e):"list"===t?q(e):t?t(e):e}e.prototype._init=function(t){(t=t||{}).data=function(t,e){var i=t.data,n=(t.el,e.args),r=e.props;if(void 0===r&&(r={}),i=$(i)?P(n)?void 0:i.slice(0,n.length).reduce(function(t,e,i){return S(e)?X(t,e):t[n[i]]=e,t},{}):i)for(var o in i)H(i[o])?delete i[o]:i[o]=r[o]?l(r[o],i[o]):i[o];return i}(t,this.constructor.options),this.$options=Ai(this.constructor.options,t,this),this.$el=null,this.$props={},this._frames={reads:{},writes:{}},this._events=[],this._uid=i++,this._initData(),this._initMethods(),this._initComputeds(),this._callHook("created"),t.el&&this.$mount(t.el)},e.prototype._initData=function(){var t=this.$options.data;for(var e in void 0===t&&(t={}),t)this.$props[e]=this[e]=t[e]},e.prototype._initMethods=function(){var e=this.$options.methods;if(e)for(var i in e)this[i]=t(e[i],this)},e.prototype._initComputeds=function(){var t=this.$options.computed;if(this._computeds={},t)for(var e in t)o(this,e,t[e])},e.prototype._callWatches=function(){var t=this.$options.computed,e=this._computeds;for(var i in e){var n=e[i];delete e[i],t[i].watch&&!R(n,this[i])&&t[i].watch.call(this,this[i],n)}},e.prototype._initProps=function(t){var e;for(e in t=t||r(this.$options,this.$name))H(t[e])||(this.$props[e]=t[e]);var i=[this.$options.computed,this.$options.methods];for(e in this.$props)e in t&&h(i,e)&&(this[e]=this.$props[e])},e.prototype._initEvents=function(){var t=this,e=this.$options.events;e&&e.forEach(function(e){if(n(e,"handler"))a(t,e);else for(var i in e)a(t,e[i],i)})},e.prototype._unbindEvents=function(){this._events.forEach(function(t){return t()}),this._events=[]},e.prototype._initObserver=function(){var t=this,e=this.$options,i=e.attrs,n=e.props,o=e.el;if(!this._observer&&n&&!1!==i){i=$(i)?i:Object.keys(n),this._observer=new MutationObserver(function(){var e=r(t.$options,t.$name);i.some(function(i){return!H(e[i])&&e[i]!==t.$props[i]})&&t.$reset()});var a=i.map(function(t){return s(t)}).concat(this.$name);this._observer.observe(o,{attributes:!0,attributeFilter:a.concat(a.map(function(t){return"data-"+t}))})}}}(zi),function(t){var e=t.data,i={};t.component=function(e,n){if(!n)return S(i[e])&&(i[e]=t.extend(i[e])),i[e];t[e]=function(i,n){for(var r=arguments.length,o=Array(r);r--;)o[r]=arguments[r];var s=t.component(e);return S(i)?new s({data:i}):s.options.functional?new s({data:[].concat(o)}):i&&i.nodeType?a(i):Se(i).map(a)[0];function a(i){var r=t.getComponent(i,e);if(r){if(!n)return r;r.$destroy()}return new s({el:i,data:n})}};var r=S(n)?X({},n):n.options;if(r.name=e,r.install&&r.install(t,r,e),t._initialized&&!r.functional){var o=s(e);yi.read(function(){return t[e]("[uk-"+o+"],[data-uk-"+o+"]")})}return i[e]=S(n)?r:n},t.getComponents=function(t){return t&&t[e]||{}},t.getComponent=function(e,i){return t.getComponents(e)[i]},t.connect=function(n){if(n[e])for(var r in n[e])n[e][r]._callConnected();for(var o=0;o<n.attributes.length;o++){var s=Di(n.attributes[o].name);s&&s in i&&t[s](n)}},t.disconnect=function(t){for(var i in t[e])t[e][i]._callDisconnected()}}(zi),function(t){var e=t.data;t.prototype.$mount=function(t){var i=this.$options.name;t[e]||(t[e]={}),t[e][i]||(t[e][i]=this,this.$el=this.$options.el=this.$options.el||t,Nt(t,document)&&this._callConnected())},t.prototype.$emit=function(t){this._callUpdate(t)},t.prototype.$reset=function(){this._callDisconnected(),this._callConnected()},t.prototype.$destroy=function(t){void 0===t&&(t=!1);var i=this.$options,n=i.el,r=i.name;n&&this._callDisconnected(),this._callHook("destroy"),n&&n[e]&&(delete n[e][r],P(n[e])||delete n[e],t&&ve(this.$el))},t.prototype.$create=function(e,i,n){return t[e](i,n)},t.prototype.$update=t.update,t.prototype.$getComponent=t.getComponent;var i={};Object.defineProperties(t.prototype,{$container:Object.getOwnPropertyDescriptor(t,"container"),$name:{get:function(){var e=this.$options.name;return i[e]||(i[e]=t.prefix+s(e)),i[e]}}})}(zi);var Pi={connected:function(){!Me(this.$el,this.$name)&&Ee(this.$el,this.$name)}},Hi={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String,queued:Boolean},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",queued:!1,initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){var e=t.animation;return this.hasAnimation&&!0===e[0]}},methods:{toggleElement:function(t,e,i){var n=this;return new Vt(function(r){var o,s=function(t){return Vt.all(t.map(function(t){return n._toggleElement(t,e,i)}))},a=(t=V(t)).filter(function(t){return n.isToggled(t)}),c=t.filter(function(t){return!y(a,t)});if(n.queued&&H(i)&&H(e)&&n.hasAnimation&&!(t.length<2)){var h=document.body,l=h.scrollTop,u=a[0],d=Qe.inProgress(u)&&Me(u,"bc-uk-animation-leave")||Ue.inProgress(u)&&"0px"===u.style.height;o=s(a),d||(o=o.then(function(){var t=s(c);return h.scrollTop=l,t}))}else o=s(c.concat(a));o.then(r,Z)})},toggleNow:function(t,e){var i=this;return new Vt(function(n){return Vt.all(V(t).map(function(t){return i._toggleElement(t,e,!1)})).then(n,Z)})},isToggled:function(t){var e=V(t||this.$el);return this.cls?Me(e,this.cls.split(" ")[0]):!rt(e,"hidden")},updateAria:function(t){!1===this.cls&&nt(t,"aria-hidden",!this.isToggled(t))},_toggleElement:function(t,e,i){var n=this;if(e=O(e)?e:Qe.inProgress(t)?Me(t,"bc-uk-animation-leave"):Ue.inProgress(t)?"0px"===t.style.height:!this.isToggled(t),!Dt(t,"before"+(e?"show":"hide"),[this]))return Vt.reject();var r,o,s,a,c,h,l,u=(_(i)?i:!1!==i&&this.hasAnimation?this.hasTransition?(o=(r=this).isToggled,s=r.duration,a=r.initProps,c=r.hideProps,h=r.transition,l=r._toggle,function(t,e){var i=Ue.inProgress(t),n=t.hasChildNodes?F(He(t.firstElementChild,"marginTop"))+F(He(t.lastElementChild,"marginBottom")):0,r=Tt(t)?ri(t)+(i?0:n):0;Ue.cancel(t),o(t)||l(t,!0),ri(t,""),yi.flush();var u=ri(t)+(i?0:n);return ri(t,r),(e?Ue.start(t,X({},a,{overflow:"hidden",height:u}),Math.round(s*(1-r/u)),h):Ue.start(t,c,Math.round(s*(r/u)),h).then(function(){return l(t,!1)})).then(function(){return He(t,a)})}):function(t){var e=t.animation,i=t.duration,n=t.origin,r=t._toggle;return function(t,o){return Qe.cancel(t),o?(r(t,!0),Qe.in(t,e[0],i,n)):Qe.out(t,e[1]||e[0],i,n).then(function(){return r(t,!1)})}}(this):this._toggle)(t,e);Dt(t,e?"show":"hide",[this]);var d=function(){Dt(t,e?"shown":"hidden",[n]),n.$update(t)};return u?u.then(d):Vt.resolve(d())},_toggle:function(t,e){var i;t&&(e=Boolean(e),this.cls?(i=y(this.cls," ")||e!==Me(t,this.cls))&&Oe(t,this.cls,y(this.cls," ")?void 0:e):(i=e===rt(t,"hidden"))&&nt(t,"hidden",e?null:""),Se("[autofocus]",t).some(function(t){return Tt(t)?t.focus()||!0:t.blur()}),this.updateAria(t),i&&this.$update(t))}}};var Li={mixins:[Pi,Hi],props:{targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,transition:String},data:{targets:"> *",active:!1,animation:[!0],collapsible:!0,multiple:!1,clsOpen:"bc-uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",transition:"ease"},computed:{items:function(t,e){return Se(t.targets,e)}},events:[{name:"click",delegate:function(){return this.targets+" "+this.$props.toggle},handler:function(t){t.preventDefault(),this.toggle(he(Se(this.targets+" "+this.$props.toggle,this.$el),t.current))}}],connected:function(){if(!1!==this.active){var t=this.items[Number(this.active)];t&&!Me(t,this.clsOpen)&&this.toggle(t,!1)}},update:function(){var t=this;this.items.forEach(function(e){return t._toggle(Ie(t.content,e),Me(e,t.clsOpen))});var e=!this.collapsible&&!Me(this.items,this.clsOpen)&&this.items[0];e&&this.toggle(e,!1)},methods:{toggle:function(t,e){var i=this,n=le(t,this.items),r=Ct(this.items,"."+this.clsOpen);(t=this.items[n])&&[t].concat(!this.multiple&&!y(r,t)&&r||[]).forEach(function(n){var o=n===t,s=o&&!Me(n,i.clsOpen);if(s||!o||i.collapsible||!(r.length<2)){Oe(n,i.clsOpen,s);var a=n._wrapper?n._wrapper.firstElementChild:Ie(i.content,n);n._wrapper||(n._wrapper=be(a,"<div>"),nt(n._wrapper,"hidden",s?"":null)),i._toggle(a,!0),i.toggleElement(n._wrapper,s,e).then(function(){Me(n,i.clsOpen)===s&&(s||i._toggle(a,!1),n._wrapper=null,ye(a))})}})}}},ji={mixins:[Pi,Hi],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:X({opacity:0},Hi.data.hideProps)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.close()}}],methods:{close:function(){var t=this;this.toggleElement(this.$el).then(function(){return t.$destroy(!0)})}}};function Fi(t){var e;ce(function(){var e;t.update(),Mt(window,"load resize",function(){return t.update(null,"resize")}),Mt(document,"loadedmetadata load",function(e){var i=e.target;return t.update(i,"resize")},!0),Mt(window,"scroll",function(i){if(!e){e=!0,yi.write(function(){return e=!1});var n=i.target;t.update(1!==n.nodeType?document.body:n,i.type)}},{passive:!0,capture:!0});var i=0;Mt(document,"animationstart",function(t){var e=t.target;(He(e,"animationName")||"").match(/^uk-.*(left|right)/)&&(i++,He(document.body,"overflowX","hidden"),setTimeout(function(){--i||He(document.body,"overflowX","")},Y(He(e,"animationDuration"))+100))},!0)}),Mt(document,ie,function(t){if(e&&e(),Ft(t)){var i=Wt(t),n="tagName"in t.target?t.target:t.target.parentNode;e=Bt(document,re,function(t){var e=Wt(t),r=e.x,o=e.y;(n&&r&&Math.abs(i.x-r)>100||o&&Math.abs(i.y-o)>100)&&setTimeout(function(){var t,e,s,a;Dt(n,"swipe"),Dt(n,"swipe"+(t=i.x,e=i.y,s=r,a=o,Math.abs(t-s)>=Math.abs(e-a)?t-s>0?"Left":"Right":e-a>0?"Up":"Down"))})})}},{passive:!0})}var Wi,Vi,qi={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},computed:{inView:function(t){return"inview"===t.autoplay}},connected:function(){this.inView&&!rt(this.$el,"preload")&&(this.$el.preload="none"),this.player=new Mi(this.$el),this.automute&&this.player.mute()},update:{read:function(){return!!this.player&&{visible:Tt(this.$el)&&"hidden"!==He(this.$el,"visibility"),inView:this.inView&&di(this.$el)}},write:function(t){var e=t.visible,i=t.inView;!e||this.inView&&!i?this.player.pause():(!0===this.autoplay||this.inView&&i)&&this.player.play()},events:["resize","scroll"]}},Yi={mixins:[Pi,qi],props:{width:Number,height:Number},data:{automute:!0},update:{read:function(){var t=this.$el;if(!Tt(t))return!1;var e=t.parentNode;return{height:e.offsetHeight,width:e.offsetWidth}},write:function(t){var e=t.height,i=t.width,n=this.$el,r=this.width||n.naturalWidth||n.videoWidth||n.clientWidth,o=this.height||n.naturalHeight||n.videoHeight||n.clientHeight;r&&o&&He(n,it.cover({width:r,height:o},{width:i+(i%2?1:0),height:e+(e%2?1:0)}))},events:["resize"]}},Ri={props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(Qt?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos:function(t){var e=t.pos;return(e+(y(e,"-")?"":"-center")).split("-")},dir:function(){return this.pos[0]},align:function(){return this.pos[1]}},methods:{positionAt:function(t,e,i){var n;Ce(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?"),He(t,{top:"",left:""});var r=this.offset,o=this.getAxis();z(r)||(r=(n=Ie(r))?ei(n)["x"===o?"left":"top"]-ei(e)["x"===o?"right":"bottom"]:0);var s=ti(t,e,"x"===o?ui(this.dir)+" "+this.align:this.align+" "+ui(this.dir),"x"===o?this.dir+" "+this.align:this.align+" "+this.dir,"x"===o?""+("left"===this.dir?-r:r):" "+("top"===this.dir?-r:r),null,this.flip,i).target,a=s.x,c=s.y;this.dir="x"===o?a:c,this.align="x"===o?c:a,Oe(t,this.clsPos+"-"+this.dir+"-"+this.align,!1===this.offset)},getAxis:function(){return"top"===this.dir||"bottom"===this.dir?"y":"x"}}},Ui={mixins:[Ri,Hi],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryAlign:Boolean,delayShow:Number,delayHide:Number,clsDrop:String},data:{mode:["click","hover"],toggle:"- *",boundary:window,boundaryAlign:!1,delayShow:0,delayHide:800,clsDrop:!1,hoverIdle:200,animation:["bc-uk-animation-fade"],cls:"bc-uk-open"},computed:{boundary:function(t,e){return at(t.boundary,e)},clsDrop:function(t){return t.clsDrop||"uk-"+this.$options.name},clsPos:function(){return this.clsDrop}},created:function(){this.tracker=new _i},connected:function(){Ee(this.$el,this.clsDrop);var t=this.$props.toggle;this.toggle=t&&this.$create("toggle",at(t,this.$el),{target:this.$el,mode:this.mode}),!this.toggle&&Dt(this.$el,"updatearia")},events:[{name:"click",delegate:function(){return"."+this.clsDrop+"-close"},handler:function(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.target.hash;e||t.preventDefault(),e&&Nt(e,this.$el)||this.hide(!1)}},{name:"beforescroll",handler:function(){this.hide(!1)}},{name:"toggle",self:!0,handler:function(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e,!1)}},{name:oe,filter:function(){return y(this.mode,"hover")},handler:function(t){Ft(t)||(Wi&&Wi!==this&&Wi.toggle&&y(Wi.toggle.mode,"hover")&&!Nt(t.target,Wi.toggle.$el)&&!et({x:t.pageX,y:t.pageY},ei(Wi.$el))&&Wi.hide(!1),t.preventDefault(),this.show(this.toggle))}},{name:"toggleshow",handler:function(t,e){e&&!y(e.target,this.$el)||(t.preventDefault(),this.show(e||this.toggle))}},{name:"togglehide "+se,handler:function(t,e){Ft(t)||e&&!y(e.target,this.$el)||(t.preventDefault(),this.toggle&&y(this.toggle.mode,"hover")&&this.hide())}},{name:"beforeshow",self:!0,handler:function(){this.clearTimers(),Qe.cancel(this.$el),this.position()}},{name:"show",self:!0,handler:function(){this.tracker.init(),Dt(this.$el,"updatearia"),function(){if(Vi)return;Vi=!0,Mt(document,re,function(t){var e,i=t.target,n=t.defaultPrevented;if(!n)for(;Wi&&Wi!==e&&!Nt(i,Wi.$el)&&(!Wi.toggle||!Nt(i,Wi.toggle.$el));)e=Wi,Wi.hide(!1)})}()}},{name:"beforehide",self:!0,handler:function(){this.clearTimers()}},{name:"hide",handler:function(t){var e=t.target;this.$el===e?(Wi=this.isActive()?null:Wi,Dt(this.$el,"updatearia"),this.tracker.cancel()):Wi=null===Wi&&Nt(e,this.$el)&&this.isToggled()?this:Wi}},{name:"updatearia",self:!0,handler:function(t,e){t.preventDefault(),this.updateAria(this.$el),(e||this.toggle)&&(nt((e||this.toggle).$el,"aria-expanded",this.isToggled()?"true":"false"),Oe(this.toggle.$el,this.cls,this.isToggled()))}}],update:{write:function(){this.isToggled()&&!Qe.inProgress(this.$el)&&this.position()},events:["resize"]},methods:{show:function(t,e){var i=this;void 0===e&&(e=!0);var n=function(){return!i.isToggled()&&i.toggleElement(i.$el,!0)},r=function(){if(i.toggle=t||i.toggle,i.clearTimers(),!i.isActive())if(e&&Wi&&Wi!==i&&Wi.isDelaying)i.showTimer=setTimeout(i.show,10);else{if(i.isParentOf(Wi)){if(!Wi.hideTimer)return;Wi.hide(!1)}else if(Wi&&i.isChildOf(Wi))Wi.clearTimers();else if(Wi&&!i.isChildOf(Wi)&&!i.isParentOf(Wi))for(var r;Wi&&Wi!==r&&!i.isChildOf(Wi);)r=Wi,Wi.hide(!1);e&&i.delayShow?i.showTimer=setTimeout(n,i.delayShow):n(),Wi=i}};t&&this.toggle&&t.$el!==this.toggle.$el?(Bt(this.$el,"hide",r),this.hide(!1)):r()},hide:function(t){var e=this;void 0===t&&(t=!0);var i=function(){return e.toggleNow(e.$el,!1)};this.clearTimers(),this.isDelaying=this.tracker.movesTo(this.$el),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,this.hoverIdle):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers:function(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive:function(){return Wi===this},isChildOf:function(t){return t&&t!==this&&Nt(this.$el,t.$el)},isParentOf:function(t){return t&&t!==this&&Nt(t.$el,this.$el)},position:function(){Ce(this.$el,this.clsDrop+"-(stack|boundary)"),He(this.$el,{top:"",left:"",display:"block"}),Oe(this.$el,this.clsDrop+"-boundary",this.boundaryAlign);var t=ei(this.boundary),e=this.boundaryAlign?t:ei(this.toggle.$el);if("justify"===this.align){var i="y"===this.getAxis()?"width":"height";He(this.$el,i,e[i])}else this.$el.offsetWidth>Math.max(t.right-e.left,e.right-t.left)&&Ee(this.$el,this.clsDrop+"-stack");this.positionAt(this.$el,this.boundaryAlign?this.boundary:this.toggle.$el,this.boundary),He(this.$el,"display","")}}};var Xi={extends:Ui},Ki={mixins:[Pi],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:function(t,e){return Ie(Et,e)},state:function(){return this.input.nextElementSibling},target:function(t,e){var i=t.target;return i&&(!0===i&&this.input.parentNode===e&&this.input.nextElementSibling||at(i,e))}},update:function(){var t=this.target,e=this.input;if(t){var i,n=At(t)?"value":"textContent",r=t[n],o=e.files&&e.files[0]?e.files[0].name:wt(e,"select")&&(i=Se("option",e).filter(function(t){return t.selected})[0])?i.textContent:e.value;r!==o&&(t[n]=o)}},events:{change:function(){this.$emit()}}},Gi={update:{read:function(t){var e=di(this.$el);if(!e||t.isInView===e)return!1;t.isInView=e},write:function(){this.$el.src=this.$el.src},events:["scroll","resize"]}},Ji={props:{margin:String,firstColumn:Boolean},data:{margin:"bc-uk-margin-small-top",firstColumn:"bc-uk-first-column"},update:{read:function(t){var e=this.$el.children;if(!e.length||!Tt(this.$el))return t.rows=[[]];t.rows=Qi(e),t.stacks=!t.rows.some(function(t){return t.length>1})},write:function(t){var e=this;t.rows.forEach(function(t,i){return t.forEach(function(t,n){Oe(t,e.margin,0!==i),Oe(t,e.firstColumn,0===n)})})},events:["resize"]}};function Qi(t){for(var e=[[]],i=0;i<t.length;i++){var n=t[i],r=Zi(n);if(r.height)for(var o=e.length-1;o>=0;o--){var s=e[o];if(!s[0]){s.push(n);break}var a=void 0;if(s[0].offsetParent===n.offsetParent?a=Zi(s[0]):(r=Zi(n,!0),a=Zi(s[0],!0)),r.top>=a.bottom-1){e.push([n]);break}if(r.bottom>a.top){if(r.left<a.left&&!Qt){s.unshift(n);break}s.push(n);break}if(0===o){e.unshift([n]);break}}}return e}function Zi(t,e){var i;void 0===e&&(e=!1);var n=t.offsetTop,r=t.offsetLeft,o=t.offsetHeight;return e&&(n=(i=mi(t))[0],r=i[1]),{top:n,left:r,height:o,bottom:n+o}}var tn={extends:Ji,mixins:[Pi],name:"grid",props:{masonry:Boolean,parallax:Number},data:{margin:"bc-uk-grid-margin",clsStack:"bc-uk-grid-stack",masonry:!1,parallax:0},computed:{length:function(t,e){return e.children.length},parallax:function(t){var e=t.parallax;return e&&this.length?Math.abs(e):""}},connected:function(){this.masonry&&Ee(this.$el,"bc-uk-flex-top uk-flex-wrap-top")},update:[{read:function(t){var e=t.rows;(this.masonry||this.parallax)&&(e=e.map(function(t){return G(t,"offsetLeft")}),Qt&&e.map(function(t){return t.reverse()}));var i,n,r,o,s=e.some(function(t){return t.some(Ue.inProgress)}),a=!1,c="";if(this.masonry&&this.length){var h=0;a=e.reduce(function(t,i,n){return t[n]=i.map(function(i,r){return 0===n?0:F(t[n-1][r])+(h-F(e[n-1][r]&&e[n-1][r].offsetHeight))}),h=i.reduce(function(t,e){return Math.max(t,e.offsetHeight)},0),t},[]),c=function(t){return Math.max.apply(Math,t.reduce(function(t,e){return e.forEach(function(e,i){return t[i]=(t[i]||0)+e.offsetHeight}),t},[]))}(e)+(i=this.$el,n=this.margin,r=V(i.children),F((o=r.filter(function(t){return Me(t,n)})[0])?He(o,"marginTop"):He(r[0],"paddingLeft"))*(e.length-1))}return{rows:e,translates:a,height:!s&&c}},write:function(t){var e=t.stacks,i=t.height;Oe(this.$el,this.clsStack,e),He(this.$el,"paddingBottom",this.parallax),!1!==i&&He(this.$el,"height",i)},events:["resize"]},{read:function(t){var e=t.height;return{scrolled:!!this.parallax&&fi(this.$el,e?e-ri(this.$el):0)*this.parallax}},write:function(t){var e=t.rows,i=t.scrolled,n=t.translates;(!1!==i||n)&&e.forEach(function(t,e){return t.forEach(function(t,r){return He(t,"transform",i||n?"translateY("+((n&&-n[e][r])+(i?r%2?i:i/8:0))+"px)":"")})})},events:["scroll","resize"]}]};var en=Jt?{data:{selMinHeight:!1,forceHeight:!1},computed:{elements:function(t,e){var i=t.selMinHeight;return i?Se(i,e):[e]}},update:[{read:function(){He(this.elements,"height","")},order:-5,events:["resize"]},{write:function(){var t=this;this.elements.forEach(function(e){var i=F(He(e,"minHeight"));i&&(t.forceHeight||Math.round(i+ai("height",e,"content-box"))>=e.offsetHeight)&&He(e,"height",i)})},order:5,events:["resize"]}]}:{},nn={mixins:[en],args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0,forceHeight:!0},computed:{elements:function(t,e){return Se(t.target,e)}},update:{read:function(){return{rows:(this.row?Qi(this.elements):[this.elements]).map(rn)}},write:function(t){t.rows.forEach(function(t){var e=t.heights;return t.elements.forEach(function(t,i){return He(t,"minHeight",e[i])})})},events:["resize"]}};function rn(t){var e;if(t.length<2)return{heights:[""],elements:t};var i=on(t),n=i.heights,r=i.max,o=t.some(function(t){return t.style.minHeight}),s=t.some(function(t,e){return!t.style.minHeight&&n[e]<r});return o&&s&&(He(t,"minHeight",""),e=on(t),n=e.heights,r=e.max),{heights:n=t.map(function(t,e){return n[e]===r&&F(t.style.minHeight).toFixed(2)!==r.toFixed(2)?"":r}),elements:t}}function on(t){var e=t.map(function(t){return ei(t).height-ai("height",t,"content-box")});return{heights:e,max:Math.max.apply(null,e)}}var sn={mixins:[en],props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},update:{read:function(){var t="",e=ai("height",this.$el,"content-box");if(this.expand)t=ri(window)-(an(document.documentElement)-an(this.$el))-e||"";else{if(t="calc(100vh",this.offsetTop){var i=ei(this.$el).top;t+=i<ri(window)/2?" - "+i+"px":""}!0===this.offsetBottom?t+=" - "+an(this.$el.nextElementSibling)+"px":z(this.offsetBottom)?t+=" - "+this.offsetBottom+"vh":this.offsetBottom&&m(this.offsetBottom,"px")?t+=" - "+F(this.offsetBottom)+"px":B(this.offsetBottom)&&(t+=" - "+an(at(this.offsetBottom,this.$el))+"px"),t+=(e?" - "+e+"px":"")+")"}return{minHeight:t}},write:function(t){var e=t.minHeight;He(this.$el,{minHeight:e}),this.minHeight&&F(He(this.$el,"minHeight"))<this.minHeight&&He(this.$el,"minHeight",this.minHeight)},events:["resize"]}};function an(t){return t&&t.offsetHeight||0}var cn={args:"src",props:{id:Boolean,icon:String,src:String,style:String,width:Number,height:Number,ratio:Number,class:String,strokeAnimation:Boolean,attributes:"list"},data:{ratio:1,include:["style","class"],class:"",strokeAnimation:!1},connected:function(){var t,e=this;if(this.class+=" uk-svg",!this.icon&&y(this.src,"#")){var i=this.src.split("#");i.length>1&&(t=i,this.src=t[0],this.icon=t[1])}this.svg=this.getSvg().then(function(t){return e.applyAttributes(t),e.svgEl=function(t,e){if(St(e)||"CANVAS"===e.tagName){nt(e,"hidden",!0);var i=e.nextElementSibling;return fn(t,i)?i:me(e,t)}var n=e.lastElementChild;return fn(t,n)?n:fe(e,t)}(t,e.$el)},Z)},disconnected:function(){var t=this;St(this.$el)&&nt(this.$el,"hidden",null),this.svg&&this.svg.then(function(e){return(!t._connected||e!==t.svgEl)&&ve(e)},Z),this.svg=this.svgEl=null},update:{read:function(){return!!(this.strokeAnimation&&this.svgEl&&Tt(this.svgEl))},write:function(){var t,e;t=this.svgEl,(e=dn(t))&&t.style.setProperty("--uk-animation-stroke",e)},type:["resize"]},methods:{getSvg:function(){var t=this;return function(t){if(hn[t])return hn[t];return hn[t]=new Vt(function(e,i){t?f(t,"data:")?e(decodeURIComponent(t.split(",")[1])):Kt(t).then(function(t){return e(t.response)},function(){return i("SVG not found.")}):i()})}(this.src).then(function(e){return function(t,e){e&&y(t,"<symbol")&&(t=function(t,e){if(!un[t]){var i;for(un[t]={};i=ln.exec(t);)un[t][i[3]]='<svg xmlns="http://www.w3.org/2000/svg"'+i[1]+"svg>";ln.lastIndex=0}return un[t][e]}(t,e)||t);return(t=Ie(t.substr(t.indexOf("<svg"))))&&t.hasChildNodes()&&t}(e,t.icon)||Vt.reject("SVG not found.")})},applyAttributes:function(t){var e=this;for(var i in this.$options.props)this[i]&&y(this.include,i)&&nt(t,i,this[i]);for(var n in this.attributes){var r=this.attributes[n].split(":",2),o=r[0],s=r[1];nt(t,o,s)}this.id||ot(t,"id");var a=["width","height"],c=[this.width,this.height];c.some(function(t){return t})||(c=a.map(function(e){return nt(t,e)}));var h=nt(t,"viewBox");h&&!c.some(function(t){return t})&&(c=h.split(" ").slice(2)),c.forEach(function(i,n){(i=(0|i)*e.ratio)&&nt(t,a[n],i),i&&!c[1^n]&&ot(t,a[1^n])}),nt(t,"data-svg",this.icon||this.src)}}},hn={};var ln=/<symbol(.*?id=(['"])(.*?)\2[^]*?<\/)symbol>/g,un={};function dn(t){return Math.ceil(Math.max.apply(Math,Se("[stroke]",t).map(function(t){return t.getTotalLength&&t.getTotalLength()||0}).concat([0])))}function fn(t,e){return nt(t,"data-svg")===nt(e,"data-svg")}var pn={},mn={spinner:'<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',totop:'<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "/></svg>',marker:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',"close-icon":'<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',"close-large":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',"navbar-toggle-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect y="9" width="20" height="2"/><rect y="3" width="20" height="2"/><rect y="15" width="20" height="2"/></svg>',"overlay-icon":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',"pagination-next":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',"pagination-previous":'<svg width="7" height="12" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',"search-icon":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',"search-large":'<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',"search-navbar":'<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',"slidenav-next":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "/></svg>',"slidenav-next-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5 "/></svg>',"slidenav-previous":'<svg width="14px" height="24px" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23 "/></svg>',"slidenav-previous-large":'<svg width="25px" height="40px" viewBox="0 0 25 40" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547 "/></svg>'},gn={install:function(t){t.icon.add=function(e,i){var n,r=B(e)?((n={})[e]=i,n):e;K(r,function(t,e){mn[e]=t,delete pn[e]}),t._initialized&&_e(document.body,function(e){return K(t.getComponents(e),function(t){t.$options.isIcon&&t.icon in r&&t.$reset()})})}},mixins:[Pi,cn],args:"icon",props:["icon"],data:{include:[]},isIcon:!0,connected:function(){Ee(this.$el,"bc-uk-icon")},methods:{getSvg:function(){var t=function(t){if(!mn[t])return null;pn[t]||(pn[t]=Ie(mn[t].trim()));return pn[t].cloneNode(!0)}(function(t){return Qt?U(U(t,"left","right"),"previous","next"):t}(this.icon));return t?Vt.resolve(t):Vt.reject("Icon not found.")}}},vn={extends:gn,data:function(t){return{icon:s(t.constructor.options.name)}}},bn={extends:vn,connected:function(){Ee(this.$el,"bc-uk-slidenav")},computed:{icon:function(t,e){var i=t.icon;return Me(e,"bc-uk-slidenav-large")?i+"-large":i}}},wn={extends:vn,computed:{icon:function(t,e){var i=t.icon;return Me(e,"bc-uk-search-icon")&&kt(e,".uk-search-large").length?"search-large":kt(e,".uk-search-navbar").length?"search-navbar":i}}},yn={extends:vn,computed:{icon:function(){return"close-"+(Me(this.$el,"bc-uk-close-large")?"large":"icon")}}},xn={extends:vn,connected:function(){var t=this;this.svg.then(function(e){return 1!==t.ratio&&He(Ie("circle",e),"strokeWidth",1/t.ratio)},Z)}};var kn={args:"dataSrc",props:{dataSrc:String,dataSrcset:Boolean,sizes:String,width:Number,height:Number,offsetTop:String,offsetLeft:String,target:String},data:{dataSrc:"",dataSrcset:!1,sizes:!1,width:!1,height:!1,offsetTop:"50vh",offsetLeft:0,target:!1},computed:{cacheKey:function(t){var e=t.dataSrc;return this.$name+"."+e},width:function(t){var e=t.width,i=t.dataWidth;return e||i},height:function(t){var e=t.height,i=t.dataHeight;return e||i},sizes:function(t){var e=t.sizes,i=t.dataSizes;return e||i},isImg:function(t,e){return An(e)},target:{get:function(t){var e=t.target;return[this.$el].concat(ct(e,this.$el))},watch:function(){this.observe()}},offsetTop:function(t){return gi(t.offsetTop,"height")},offsetLeft:function(t){return gi(t.offsetLeft,"width")}},connected:function(){Nn[this.cacheKey]?$n(this.$el,Nn[this.cacheKey]||this.dataSrc,this.dataSrcset,this.sizes):this.isImg&&this.width&&this.height&&$n(this.$el,function(t,e,i){var n;i&&(n=it.ratio({width:t,height:e},"width",gi(In(i))),t=n.width,e=n.height);return'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="'+t+'" height="'+e+'"></svg>'}(this.width,this.height,this.sizes)),this.observer=new Bi(this.load,{rootMargin:this.offsetTop+"px "+this.offsetLeft+"px"}),requestAnimationFrame(this.observe)},disconnected:function(){this.observer.disconnect()},update:{read:function(t){var e=this,i=t.image;if(i||"complete"!==document.readyState||this.load(this.observer.takeRecords()),this.isImg)return!1;i&&i.then(function(t){return t&&""!==t.currentSrc&&$n(e.$el,Cn(t))})},write:function(t){if(this.dataSrcset&&1!==window.devicePixelRatio){var e=He(this.$el,"backgroundSize");(e.match(/^(auto\s?)+$/)||F(e)===t.bgSize)&&(t.bgSize=(i=this.dataSrcset,n=this.sizes,r=gi(In(n)),(o=(i.match(En)||[]).map(F).sort(function(t,e){return t-e})).filter(function(t){return t>=r})[0]||o.pop()||""),He(this.$el,"backgroundSize",t.bgSize+"px"))}var i,n,r,o},events:["resize"]},methods:{load:function(t){var e=this;t.some(function(t){return t.isIntersecting})&&(this._data.image=Gt(this.dataSrc,this.dataSrcset,this.sizes).then(function(t){return $n(e.$el,Cn(t),t.srcset,t.sizes),Nn[e.cacheKey]=Cn(t),t},Z),this.observer.disconnect())},observe:function(){var t=this;!this._data.image&&this._connected&&this.target.forEach(function(e){return t.observer.observe(e)})}}};function $n(t,e,i,n){if(An(t))n&&(t.sizes=n),i&&(t.srcset=i),e&&(t.src=e);else if(e){!y(t.style.backgroundImage,e)&&(He(t,"backgroundImage","url("+_t(e)+")"),Dt(t,zt("load",!1)))}}var _n=/\s*(.*?)\s*(\w+|calc\(.*?\))\s*(?:,|$)/g;function In(t){var e,i;for(_n.lastIndex=0;e=_n.exec(t);)if(!e[1]||window.matchMedia(e[1]).matches){e=f(i=e[2],"calc")?i.substring(5,i.length-1).replace(Sn,function(t){return gi(t)}).replace(/ /g,"").match(Tn).reduce(function(t,e){return t+ +e},0):i;break}return e||"100vw"}var Sn=/\d+(?:\w+|%)/g,Tn=/[+-]?(\d+)/g;var En=/\s+\d+w\s*(?:,|$)/g;function An(t){return"IMG"===t.tagName}function Cn(t){return t.currentSrc||t.src}var Nn;try{(Nn=window.sessionStorage||{}).__test__=1,delete Nn.__test__}catch(t){Nn={}}var Mn={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(B(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=F(We(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};var On,Bn,Dn={mixins:[Pi,Mn],props:{fill:String},data:{fill:"",clsWrapper:"bc-uk-leader-fill",clsHide:"bc-uk-leader-hide",attrFill:"data-fill"},computed:{fill:function(t){return t.fill||We("leader-fill-content")}},connected:function(){var t;t=we(this.$el,'<span class="'+this.clsWrapper+'">'),this.wrapper=t[0]},disconnected:function(){ye(this.wrapper.childNodes)},update:{read:function(t){var e=t.changed,i=t.width,n=i;return{width:i=Math.floor(this.$el.offsetWidth/2),fill:this.fill,changed:e||n!==i,hide:!this.matchMedia}},write:function(t){Oe(this.wrapper,this.clsHide,t.hide),t.changed&&(t.changed=!1,nt(this.wrapper,this.attrFill,new Array(t.width).join(t.fill)))},events:["resize"]}},zn={props:{container:Boolean},data:{container:!0},computed:{container:function(t){var e=t.container;return!0===e&&this.$container||e&&Ie(e)}}},Pn={mixins:[Pi,zn,Hi],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"bc-uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){return Ie(t.selPanel,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){this.isToggled()&&this.toggleNow(this.$el,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t){t.defaultPrevented||(t.preventDefault(),this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){var e=On&&On!==this&&On;On=this,e?this.stack?this.prev=e:(On=e,e.isToggled()?e.hide().then(this.show):Bt(e.$el,"beforeshow hidden",this.show,!1,function(t){var i=t.target;return"hidden"===t.type&&i===e.$el}),t.preventDefault()):function(){if(Bn)return;Bn=[Mt(document,re,function(t){var e=t.target,i=t.defaultPrevented;!On||!On.bgClose||i||On.overlay&&!Nt(e,On.$el)||Nt(e,On.panel)||On.hide()}),Mt(document,"keydown",function(t){27===t.keyCode&&On&&On.escClose&&(t.preventDefault(),On.hide())})]}()}},{name:"show",self:!0,handler:function(){Me(document.documentElement,this.clsPage)||(this.scrollbarWidth=oi(window)-oi(document),He(document.body,"overflowY",this.scrollbarWidth&&this.overlay?"scroll":"")),Ee(document.documentElement,this.clsPage)}},{name:"hide",self:!0,handler:function(){On&&(On!==this||this.prev)||(Bn&&Bn.forEach(function(t){return t()}),Bn=null)}},{name:"hidden",self:!0,handler:function(){var t,e=this.prev;if(On=On&&On!==this&&On||e)for(;e;){if(e.clsPage===this.clsPage){t=!0;break}e=e.prev}else He(document.body,"overflowY","");t||Ae(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var t=this;return this.isToggled()?Vt.resolve():this.container&&this.$el.parentNode!==this.container?(fe(this.container,this.$el),new Vt(function(e){return requestAnimationFrame(function(){return t.show().then(e)})})):this.toggleElement(this.$el,!0,Hn(this))},hide:function(){return this.isToggled()?this.toggleElement(this.$el,!1,Hn(this)):Vt.resolve()},getActive:function(){return On}}};function Hn(t){var e=t.transitionElement,i=t._toggle;return function(t,n){return new Vt(function(r,o){return Bt(t,"show hide",function(){t._reject&&t._reject(),t._reject=o,i(t,n),Y(He(e,"transitionDuration"))?Bt(e,"transitionend",r,!1,function(t){return t.target===e}):r()})})}}var Ln={install:function(t){t.modal.dialog=function(e,i){var n=t.modal(' <div class="uk-modal"> <div class="uk-modal-dialog">'+e+"</div> </div> ",i);return n.show(),Mt(n.$el,"hidden",function(t){var e=t.target,i=t.currentTarget;e===i&&Vt.resolve(function(){return n.$destroy(!0)})}),n},t.modal.alert=function(e,i){return i=X({bgClose:!1,escClose:!1,labels:t.modal.labels},i),new Vt(function(n){return Mt(t.modal.dialog(' <div class="uk-modal-body">'+(B(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>'+i.labels.ok+"</button> </div> ",i).$el,"hide",n)})},t.modal.confirm=function(e,i){return i=X({bgClose:!1,escClose:!0,labels:t.modal.labels},i),new Vt(function(n,r){var o=t.modal.dialog(' <form> <div class="uk-modal-body">'+(B(e)?e:de(e))+'</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+i.labels.cancel+'</button> <button class="uk-button uk-button-primary" autofocus>'+i.labels.ok+"</button> </div> </form> ",i),s=!1;Mt(o.$el,"submit","form",function(t){t.preventDefault(),n(),s=!0,o.hide()}),Mt(o.$el,"hide",function(){s||r()})})},t.modal.prompt=function(e,i,n){return n=X({bgClose:!1,escClose:!0,labels:t.modal.labels},n),new Vt(function(r){var o=t.modal.dialog(' <form class="uk-form-stacked"> <div class="uk-modal-body"> <label>'+(B(e)?e:de(e))+'</label> <input class="uk-input" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">'+n.labels.cancel+'</button> <button class="uk-button uk-button-primary">'+n.labels.ok+"</button> </div> </form> ",n),s=Ie("input",o.$el);s.value=i;var a=!1;Mt(o.$el,"submit","form",function(t){t.preventDefault(),r(s.value),a=!0,o.hide()}),Mt(o.$el,"hide",function(){a||r(null)})})},t.modal.labels={ok:"Ok",cancel:"Cancel"}},mixins:[Pn],data:{clsPage:"bc-uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Me(this.panel,"bc-uk-margin-auto-vertical")?Ee(this.$el,"bc-uk-flex"):He(this.$el,"display","block"),ri(this.$el)}},{name:"hidden",self:!0,handler:function(){He(this.$el,"display",""),Ae(this.$el,"bc-uk-flex")}}]};var jn={extends:Li,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Fn={mixins:[Pi,en],props:{dropdown:String,mode:"list",align:String,offset:Number,boundary:Boolean,boundaryAlign:Boolean,clsDrop:String,delayShow:Number,delayHide:Number,dropbar:Boolean,dropbarMode:String,dropbarAnchor:Boolean,duration:Number},data:{dropdown:".uk-navbar-nav > li",align:Qt?"right":"left",clsDrop:"bc-uk-navbar-dropdown",mode:void 0,offset:void 0,delayShow:void 0,delayHide:void 0,boundaryAlign:void 0,flip:"x",boundary:!0,dropbar:!1,dropbarMode:"slide",dropbarAnchor:!1,duration:200,forceHeight:!0,selMinHeight:".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle"},computed:{boundary:function(t,e){var i=t.boundary,n=t.boundaryAlign;return!0===i||n?e:i},dropbarAnchor:function(t,e){return at(t.dropbarAnchor,e)},pos:function(t){return"bottom-"+t.align},dropdowns:function(t,e){return Se(t.dropdown+" ."+t.clsDrop,e)}},beforeConnect:function(){var t=this.$props.dropbar;this.dropbar=t&&(at(t,this.$el)||Ie("+ .uk-navbar-dropbar",this.$el)||Ie("<div></div>")),this.dropbar&&(Ee(this.dropbar,"bc-uk-navbar-dropbar"),"slide"===this.dropbarMode&&Ee(this.dropbar,"bc-uk-navbar-dropbar-slide"))},disconnected:function(){this.dropbar&&ve(this.dropbar)},update:function(){var t=this;this.$create("drop",this.dropdowns.filter(function(e){return!t.getDropdown(e)}),X({},this.$props,{boundary:this.boundary,pos:this.pos,offset:this.dropbar||this.offset}))},events:[{name:"mouseover",delegate:function(){return this.dropdown},handler:function(t){var e=t.current,i=this.getActive();i&&i.toggle&&!Nt(i.toggle.$el,e)&&!i.tracker.movesTo(i.$el)&&i.hide(!1)}},{name:"mouseleave",el:function(){return this.dropbar},handler:function(){var t=this.getActive();t&&!wt(this.dropbar,":hover")&&t.hide()}},{name:"beforeshow",capture:!0,filter:function(){return this.dropbar},handler:function(){this.dropbar.parentNode||me(this.dropbarAnchor||this.$el,this.dropbar)}},{name:"show",capture:!0,filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=e.dir;this.clsDrop&&Ee(i,this.clsDrop+"-dropbar"),"bottom"===n&&this.transitionTo(i.offsetHeight+F(He(i,"marginTop"))+F(He(i,"marginBottom")),i)}},{name:"beforehide",filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=this.getActive();wt(this.dropbar,":hover")&&n&&n.$el===i&&t.preventDefault()}},{name:"hide",filter:function(){return this.dropbar},handler:function(t,e){var i=e.$el,n=this.getActive();(!n||n&&n.$el===i)&&this.transitionTo(0)}}],methods:{getActive:function(){var t=this.dropdowns.map(this.getDropdown).filter(function(t){return t&&t.isActive()})[0];return t&&y(t.mode,"hover")&&Nt(t.toggle.$el,this.$el)&&t},transitionTo:function(t,e){var i=this,n=this.dropbar,r=Tt(n)?ri(n):0;return He(e=r<t&&e,"clip","rect(0,"+e.offsetWidth+"px,"+r+"px,0)"),ri(n,r),Ue.cancel([e,n]),Vt.all([Ue.start(n,{height:t},this.duration),Ue.start(e,{clip:"rect(0,"+e.offsetWidth+"px,"+t+"px,0)"},this.duration)]).catch(Z).then(function(){He(e,{clip:""}),i.$update(n)})},getDropdown:function(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")}}},Wn={mixins:[Pn],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"bc-uk-offcanvas-page",clsContainer:"bc-uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"bc-uk-offcanvas-flip",clsContainerAnimation:"bc-uk-offcanvas-container-animation",clsSidebarAnimation:"bc-uk-offcanvas-bar-animation",clsMode:"bc-uk-offcanvas",clsOverlay:"bc-uk-offcanvas-overlay",selClose:".uk-offcanvas-close"},computed:{clsFlip:function(t){var e=t.flip,i=t.clsFlip;return e?i:""},clsOverlay:function(t){var e=t.overlay,i=t.clsOverlay;return e?i:""},clsMode:function(t){var e=t.mode;return t.clsMode+"-"+e},clsSidebarAnimation:function(t){var e=t.mode,i=t.clsSidebarAnimation;return"none"===e||"reveal"===e?"":i},clsContainerAnimation:function(t){var e=t.mode,i=t.clsContainerAnimation;return"push"!==e&&"reveal"!==e?"":i},transitionElement:function(t){return"reveal"===t.mode?this.panel.parentNode:this.panel}},events:[{name:"click",delegate:function(){return'a[href^="#"]'},handler:function(t){var e=t.current;e.hash&&Ie(e.hash,document.body)&&this.hide()}},{name:"touchstart",passive:!0,el:function(){return this.panel},handler:function(t){var e=t.targetTouches;1===e.length&&(this.clientY=e[0].clientY)}},{name:"touchmove",self:!0,passive:!1,filter:function(){return this.overlay},handler:function(t){t.preventDefault()}},{name:"touchmove",passive:!1,el:function(){return this.panel},handler:function(t){if(1===t.targetTouches.length){var e=event.targetTouches[0].clientY-this.clientY,i=this.panel,n=i.scrollTop,r=i.scrollHeight,o=i.clientHeight;(o>=r||0===n&&e>0||r-n<=o&&e<0)&&t.preventDefault()}}},{name:"show",self:!0,handler:function(){"reveal"!==this.mode||Me(this.panel.parentNode,this.clsMode)||(be(this.panel,"<div>"),Ee(this.panel.parentNode,this.clsMode)),He(document.documentElement,"overflowY",this.overlay?"hidden":""),Ee(document.body,this.clsContainer,this.clsFlip),He(this.$el,"display","block"),Ee(this.$el,this.clsOverlay),Ee(this.panel,this.clsSidebarAnimation,"reveal"!==this.mode?this.clsMode:""),ri(document.body),Ee(document.body,this.clsContainerAnimation),this.clsContainerAnimation&&(Vn().content+=",user-scalable=0")}},{name:"hide",self:!0,handler:function(){Ae(document.body,this.clsContainerAnimation);var t=this.getActive();("none"===this.mode||t&&t!==this&&t!==this.prev)&&Dt(this.panel,"transitionend")}},{name:"hidden",self:!0,handler:function(){var t;this.clsContainerAnimation&&((t=Vn()).content=t.content.replace(/,user-scalable=0$/,"")),"reveal"===this.mode&&ye(this.panel),Ae(this.panel,this.clsSidebarAnimation,this.clsMode),Ae(this.$el,this.clsOverlay),He(this.$el,"display",""),Ae(document.body,this.clsContainer,this.clsFlip),He(document.documentElement,"overflowY","")}},{name:"swipeLeft swipeRight",handler:function(t){this.isToggled()&&m(t.type,"Left")^this.flip&&this.hide()}}]};function Vn(){return Ie('meta[name="viewport"]',document.head)||fe(document.head,'<meta name="viewport">')}var qn={mixins:[Pi],props:{selContainer:String,selContent:String},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog"},computed:{container:function(t,e){return xt(e,t.selContainer)},content:function(t,e){return xt(e,t.selContent)}},connected:function(){He(this.$el,"minHeight",150)},update:{read:function(){return!(!this.content||!this.container)&&{current:F(He(this.$el,"maxHeight")),max:Math.max(150,ri(this.container)-(ei(this.content).height-ri(this.$el)))}},write:function(t){var e=t.current,i=t.max;He(this.$el,"maxHeight",i),Math.round(e)!==Math.round(i)&&Dt(this.$el,"resize")},events:["resize"]}},Yn={props:["width","height"],connected:function(){Ee(this.$el,"bc-uk-responsive-width")},update:{read:function(){return!!(Tt(this.$el)&&this.width&&this.height)&&{width:oi(this.$el.parentNode),height:this.height}},write:function(t){ri(this.$el,it.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Rn={props:{duration:Number,offset:Number},data:{duration:1e3,offset:0},methods:{scrollTo:function(t){var e=this;t=t&&Ie(t)||document.body;var i=ri(document),n=ri(window),r=ei(t).top-this.offset;if(r+n>i&&(r=i-n),Dt(this.$el,"beforescroll",[this,t])){var o=Date.now(),s=window.pageYOffset,a=function(){var i,n=s+(r-s)*(i=Q((Date.now()-o)/e.duration),.5*(1-Math.cos(Math.PI*i)));pi(window,n),n!==r?requestAnimationFrame(a):Dt(e.$el,"scrolled",[e,t])};a()}}},events:{click:function(t){t.defaultPrevented||(t.preventDefault(),this.scrollTo(_t(decodeURIComponent(this.$el.hash)).substr(1)))}}};var Un={args:"cls",props:{cls:String,target:String,hidden:Boolean,offsetTop:Number,offsetLeft:Number,repeat:Boolean,delay:Number},data:function(){return{cls:!1,target:!1,hidden:!0,offsetTop:0,offsetLeft:0,repeat:!1,delay:0,inViewClass:"bc-uk-scrollspy-inview"}},computed:{elements:function(t,e){var i=t.target;return i?Se(i,e):[e]}},update:[{write:function(){this.hidden&&He(Ct(this.elements,":not(."+this.inViewClass+")"),"visibility","hidden")}},{read:function(t){var e=this;t.update&&this.elements.forEach(function(t){var i=t._ukScrollspyState;i||(i={cls:st(t,"bc-uk-scrollspy-class")||e.cls}),i.show=di(t,e.offsetTop,e.offsetLeft),t._ukScrollspyState=i})},write:function(t){var e=this;if(!t.update)return this.$emit(),t.update=!0;this.elements.forEach(function(i){var n=i._ukScrollspyState,r=n.cls;if(!n.show||n.inview||n.queued){if(!n.show&&(n.inview||n.queued)&&e.repeat){if(n.abort&&n.abort(),!n.inview)return;He(i,"visibility",e.hidden?"hidden":""),Ae(i,e.inViewClass),Oe(i,r),Dt(i,"outview"),e.$update(i),n.inview=!1}}else{var o=function(){He(i,"visibility",""),Ee(i,e.inViewClass),Oe(i,r),Dt(i,"inview"),e.$update(i),n.inview=!0,n.abort&&n.abort()};e.delay?(n.queued=!0,t.promise=(t.promise||Vt.resolve()).then(function(){return!n.inview&&new Vt(function(i){var r=setTimeout(function(){o(),i()},t.promise||1===e.elements.length?e.delay:0);n.abort=function(){clearTimeout(r),i(),n.queued=!1}})})):o()}})},events:["scroll","resize"]}]},Xn={props:{cls:String,closest:String,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"bc-uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:function(t,e){return Se('a[href^="#"]',e).filter(function(t){return t.hash})},elements:function(t){var e=t.closest;return xt(this.links,e||"*")},targets:function(){return Se(this.links.map(function(t){return _t(t.hash).substr(1)}).join(","))}},update:[{read:function(){this.scroll&&this.$create("scroll",this.links,{offset:this.offset||0})}},{read:function(t){var e=this,i=window.pageYOffset+this.offset+1,n=ri(document)-ri(window)+this.offset;t.active=!1,this.targets.every(function(r,o){var s=ei(r).top,a=o+1===e.targets.length;if(!e.overflow&&(0===o&&s>i||a&&s+r.offsetTop<i))return!1;if(!a&&ei(e.targets[o+1]).top<=i)return!0;if(i>=n)for(var c=e.targets.length-1;c>o;c--)if(di(e.targets[c])){r=e.targets[c];break}return!(t.active=Ie(Ct(e.links,'[href="#'+r.id+'"]')))})},write:function(t){var e=t.active;this.links.forEach(function(t){return t.blur()}),Ae(this.elements,this.cls),e&&Dt(this.$el,"active",[e,Ee(this.closest?xt(e,this.closest):e,this.cls)])},events:["scroll","resize"]}]},Kn={mixins:[Pi,Mn],props:{top:null,bottom:Boolean,offset:Number,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,widthElement:Boolean,showOnUp:Boolean,targetOffset:Number},data:{top:0,bottom:!1,offset:0,animation:"",clsActive:"bc-uk-active",clsInactive:"",clsFixed:"bc-uk-sticky-fixed",clsBelow:"bc-uk-sticky-below",selTarget:"",widthElement:!1,showOnUp:!1,targetOffset:!1},computed:{selTarget:function(t,e){var i=t.selTarget;return i&&Ie(i,e)||e},widthElement:function(t,e){return at(t.widthElement,e)||this.placeholder},isActive:{get:function(){return Me(this.selTarget,this.clsActive)},set:function(t){t&&!this.isActive?(Ne(this.selTarget,this.clsInactive,this.clsActive),Dt(this.$el,"active")):t||Me(this.selTarget,this.clsInactive)||(Ne(this.selTarget,this.clsActive,this.clsInactive),Dt(this.$el,"inactive"))}}},connected:function(){this.placeholder=Ie("+ .uk-sticky-placeholder",this.$el)||Ie('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.isActive=!1},disconnected:function(){this.isFixed&&(this.hide(),Ae(this.selTarget,this.clsInactive)),ve(this.placeholder),this.placeholder=null,this.widthElement=null},events:[{name:"load hashchange popstate",el:window,handler:function(){var t=this;if(!1!==this.targetOffset&&location.hash&&window.pageYOffset>0){var e=Ie(location.hash);e&&yi.read(function(){var i=ei(e).top,n=ei(t.$el).top,r=t.$el.offsetHeight;t.isFixed&&n+r>=i&&n<=i+e.offsetHeight&&pi(window,i-r-(z(t.targetOffset)?t.targetOffset:0)-t.offset)})}}}],update:[{read:function(t,e){var i=t.height;this.isActive&&"update"!==e&&(this.hide(),i=this.$el.offsetHeight,this.show()),i=this.isActive?i:this.$el.offsetHeight,this.topOffset=ei(this.isFixed?this.placeholder:this.$el).top,this.bottomOffset=this.topOffset+i;var n=Gn("bottom",this);return this.top=Math.max(F(Gn("top",this)),this.topOffset)-this.offset,this.bottom=n&&n-i,this.inactive=!this.matchMedia,{lastScroll:!1,height:i,margins:He(this.$el,["marginTop","marginBottom","marginLeft","marginRight"])}},write:function(t){var e=t.height,i=t.margins,n=this.placeholder;He(n,X({height:e},i)),Nt(n,document)||(me(this.$el,n),nt(n,"hidden","")),this.isActive=this.isActive},events:["resize"]},{read:function(t){var e=t.scroll;return void 0===e&&(e=0),this.width=(Tt(this.widthElement)?this.widthElement:this.$el).offsetWidth,this.scroll=window.pageYOffset,{dir:e<=this.scroll?"down":"up",scroll:this.scroll,visible:Tt(this.$el),top:mi(this.placeholder)[0]}},write:function(t,e){var i=this,n=t.initTimestamp;void 0===n&&(n=0);var r=t.dir,o=t.lastDir,s=t.lastScroll,a=t.scroll,c=t.top,h=t.visible,l=performance.now();if(t.lastScroll=a,!(a<0||a===s||!h||this.disabled||this.showOnUp&&"scroll"!==e||((l-n>300||r!==o)&&(t.initScroll=a,t.initTimestamp=l),t.lastDir=r,this.showOnUp&&Math.abs(t.initScroll-a)<=30&&Math.abs(s-a)<=10)))if(this.inactive||a<this.top||this.showOnUp&&(a<=this.top||"down"===r||"up"===r&&!this.isFixed&&a<=this.bottomOffset)){if(!this.isFixed)return void(Qe.inProgress(this.$el)&&c>a&&(Qe.cancel(this.$el),this.hide()));this.isFixed=!1,this.animation&&a>this.topOffset?(Qe.cancel(this.$el),Qe.out(this.$el,this.animation).then(function(){return i.hide()},Z)):this.hide()}else this.isFixed?this.update():this.animation?(Qe.cancel(this.$el),this.show(),Qe.in(this.$el,this.animation).catch(Z)):this.show()},events:["resize","scroll"]}],methods:{show:function(){this.isFixed=!0,this.update(),nt(this.placeholder,"hidden",null)},hide:function(){this.isActive=!1,Ae(this.$el,this.clsFixed,this.clsBelow),He(this.$el,{position:"",top:"",width:""}),nt(this.placeholder,"hidden","")},update:function(){var t=0!==this.top||this.scroll>this.top,e=Math.max(0,this.offset);this.bottom&&this.scroll>this.bottom-this.offset&&(e=this.bottom-this.scroll),He(this.$el,{position:"fixed",top:e+"px",width:this.width}),this.isActive=t,Oe(this.$el,this.clsBelow,this.scroll>this.bottomOffset),Ee(this.$el,this.clsFixed)}}};function Gn(t,e){var i=e.$props,n=e.$el,r=e[t+"Offset"],o=i[t];if(o){if(z(o))return r+F(o);if(B(o)&&o.match(/^-?\d+vh$/))return ri(window)*F(o)/100;var s=!0===o?n.parentNode:at(o,n);return s?ei(s).top+s.offsetHeight:void 0}}var Jn={mixins:[Hi],args:"connect",props:{connect:String,toggle:String,active:Number,swiping:Boolean},data:{connect:"~.bc-uk-switcher",toggle:"> * > :first-child",active:0,swiping:!0,cls:"bc-uk-active",clsContainer:"bc-uk-switcher",attrItem:"bc-uk-switcher-item",queued:!0},computed:{connects:function(t,e){return ct(t.connect,e)},toggles:function(t,e){return Se(t.toggle,e)}},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault(),this.show(V(this.$el.children).filter(function(e){return Nt(t.current,e)})[0])}},{name:"click",el:function(){return this.connects},delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"swipeRight swipeLeft",filter:function(){return this.swiping},el:function(){return this.connects},handler:function(t){var e=t.type;this.show(m(e,"Left")?"next":"previous")}}],update:function(){var t=this;this.connects.forEach(function(e){return t.updateAria(e.children)});var e=this.$el.children;this.show(Ct(e,"."+this.cls)[0]||e[this.active]||e[0])},methods:{index:function(){return!P(this.connects)&&he(Ct(this.connects[0].children,"."+this.cls)[0])},show:function(t){for(var e,i,n=this,r=this.$el.children,o=r.length,s=this.index(),a=s>=0,c="previous"===t?-1:1,h=le(t,r,s),l=0;l<o;l++,h=(h+c+o)%o)if(!wt(this.toggles[h],".uk-disabled *, .uk-disabled, [disabled]")){e=this.toggles[h],i=r[h];break}!i||s>=0&&Me(i,this.cls)||s===h||(Ae(r,this.cls),Ee(i,this.cls),nt(this.toggles,"aria-expanded",!1),nt(e,"aria-expanded",!0),this.connects.forEach(function(t){a?n.toggleElement([t.children[s],t.children[h]]):n.toggleNow(t.children[h])}))}}},Qn={mixins:[Pi],extends:Jn,props:{media:Boolean},data:{media:960,attrItem:"bc-uk-tab-item"},connected:function(){var t=Me(this.$el,"bc-uk-tab-left")?"bc-uk-tab-left":!!Me(this.$el,"bc-uk-tab-right")&&"bc-uk-tab-right";t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}},Zn={mixins:[Mn,Hi],args:"target",props:{href:String,target:null,mode:"list"},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target:function(t,e){var i=t.href,n=t.target;return(n=ct(n||i,e)).length&&n||[e]}},connected:function(){Dt(this.target,"updatearia",[this])},events:[{name:oe+" "+se,filter:function(){return y(this.mode,"hover")},handler:function(t){Ft(t)||this.toggle("toggle"+(t.type===oe?"show":"hide"))}},{name:"click",filter:function(){return y(this.mode,"click")||ee&&y(this.mode,"hover")},handler:function(t){var e;(xt(t.target,'a[href="#"], a[href=""]')||(e=xt(t.target,"a[href]"))&&(this.cls||!Tt(this.target)||e.hash&&wt(this.target,e.hash)))&&t.preventDefault(),this.toggle()}}],update:{read:function(){return!(!y(this.mode,"media")||!this.media)&&{match:this.matchMedia}},write:function(t){var e=t.match,i=this.isToggled(this.target);(e?!i:i)&&this.toggle()},events:["resize"]},methods:{toggle:function(t){Dt(this.target,t||"toggle",[this])&&this.toggleElement(this.target)}}};zi.version="3.1.4",function(t){t.component("accordion",Li),t.component("alert",ji),t.component("cover",Yi),t.component("drop",Ui),t.component("dropdown",Xi),t.component("formCustom",Ki),t.component("gif",Gi),t.component("grid",tn),t.component("heightMatch",nn),t.component("heightViewport",sn),t.component("icon",gn),t.component("img",kn),t.component("leader",Dn),t.component("margin",Ji),t.component("modal",Ln),t.component("nav",jn),t.component("navbar",Fn),t.component("offcanvas",Wn),t.component("overflowAuto",qn),t.component("responsive",Yn),t.component("scroll",Rn),t.component("scrollspy",Un),t.component("scrollspyNav",Xn),t.component("sticky",Kn),t.component("svg",cn),t.component("switcher",Jn),t.component("tab",Qn),t.component("toggle",Zn),t.component("video",qi),t.component("close",yn),t.component("marker",vn),t.component("navbarToggleIcon",vn),t.component("overlayIcon",vn),t.component("paginationNext",vn),t.component("paginationPrevious",vn),t.component("searchIcon",wn),t.component("slidenavNext",bn),t.component("slidenavPrevious",bn),t.component("spinner",xn),t.component("totop",vn),t.use(Fi)}(zi);var tr={mixins:[Pi],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){var e=t.date;return Date.parse(e)},days:function(t,e){return Ie(t.clsWrapper.replace("%unit%","days"),e)},hours:function(t,e){return Ie(t.clsWrapper.replace("%unit%","hours"),e)},minutes:function(t,e){return Ie(t.clsWrapper.replace("%unit%","minutes"),e)},seconds:function(t,e){return Ie(t.clsWrapper.replace("%unit%","seconds"),e)},units:function(){var t=this;return["days","hours","minutes","seconds"].filter(function(e){return t[e]})}},connected:function(){this.start()},disconnected:function(){var t=this;this.stop(),this.units.forEach(function(e){return ue(t[e])})},events:[{name:"visibilitychange",el:document,handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var t,e,i=this,n=(t=this.date,{total:e=t-Date.now(),seconds:e/1e3%60,minutes:e/1e3/60%60,hours:e/1e3/60/60%24,days:e/1e3/60/60/24});n.total<=0&&(this.stop(),n.days=n.hours=n.minutes=n.seconds=0),this.units.forEach(function(t){var e=String(Math.floor(n[t]));e=e.length<2?"0"+e:e;var r=i[t];r.textContent!==e&&((e=e.split("")).length!==r.children.length&&de(r,e.map(function(){return"<span></span>"}).join("")),e.forEach(function(t,e){return r.children[e].textContent=t}))})}},methods:{start:function(){var t=this;this.stop(),this.date&&this.units.length&&(this.$emit(),this.timer=setInterval(function(){return t.$emit()},1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};var er,ir="bc-uk-animation-target",nr={props:{animation:Number},data:{animation:150},computed:{target:function(){return this.$el}},methods:{animate:function(t){var e=this;!function(){if(er)return;(er=fe(document.head,"<style>").sheet).insertRule("."+ir+" > * {\n margin-top: 0 !important;\n transform: none !important;\n }",0)}();var i=V(this.target.children),n=i.map(function(t){return rr(t,!0)}),r=ri(this.target),o=window.pageYOffset;t(),Ue.cancel(this.target),i.forEach(Ue.cancel),or(this.target),this.$update(this.target),yi.flush();var s=ri(this.target),a=(i=i.concat(V(this.target.children).filter(function(t){return!y(i,t)}))).map(function(t,e){return!!(t.parentNode&&e in n)&&(n[e]?Tt(t)?sr(t):{opacity:0}:{opacity:Tt(t)?1:0})});return n=a.map(function(t,r){var o=i[r].parentNode===e.target&&(n[r]||rr(i[r]));if(o)if(t){if(!("opacity"in t)){o.opacity%1?t.opacity=1:delete o.opacity}}else delete o.opacity;return o}),Ee(this.target,ir),i.forEach(function(t,e){return n[e]&&He(t,n[e])}),He(this.target,"height",r),pi(window,o),Vt.all(i.map(function(t,i){return n[i]&&a[i]?Ue.start(t,a[i],e.animation,"ease"):Vt.resolve()}).concat(Ue.start(this.target,{height:s},this.animation,"ease"))).then(function(){i.forEach(function(t,e){return He(t,{display:0===a[e].opacity?"none":"",zIndex:""})}),or(e.target),e.$update(e.target),yi.flush()},Z)}}};function rr(t,e){var i=He(t,"zIndex");return!!Tt(t)&&X({display:"",opacity:e?He(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===i?he(t):i},sr(t))}function or(t){He(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",width:""}),Ae(t,ir),He(t,"height","")}function sr(t){var e=t.getBoundingClientRect(),i=e.height,n=e.width,r=ni(t),o=r.top,s=r.left;return{top:o+=F(He(t,"marginTop")),left:s,height:i,width:n}}var ar={mixins:[nr],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"bc-uk-filter-control",cls:"bc-uk-active",animation:250},computed:{toggles:{get:function(t,e){t.attrItem;return Se("["+this.attrItem+"],[data-"+this.attrItem+"]",e)},watch:function(){this.updateState()}},target:function(t,e){return Ie(t.target,e)},children:{get:function(){return V(this.target.children)},watch:function(t,e){var i,n;n=e,(i=t).length===n.length&&i.every(function(t){return~n.indexOf(t)})||this.updateState()}}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],connected:function(){var t=this;if(this.updateState(),!1!==this.selActive){var e=Se(this.selActive,this.$el);this.toggles.forEach(function(i){return Oe(i,t.cls,y(e,i))})}},methods:{apply:function(t){this.setState(hr(t,this.attrItem,this.getState()))},getState:function(){var t=this;return this.toggles.filter(function(e){return Me(e,t.cls)}).reduce(function(e,i){return hr(i,t.attrItem,e)},{filter:{"":""},sort:[]})},setState:function(t,e){var i=this;void 0===e&&(e=!0),t=X({filter:{"":""},sort:[]},t),Dt(this.$el,"beforeFilter",[this,t]);var n=this.children;this.toggles.forEach(function(e){return Oe(e,i.cls,!!function(t,e,i){var n=i.filter;void 0===n&&(n={"":""});var r=i.sort,o=r[0],s=r[1],a=cr(t,e),c=a.filter;void 0===c&&(c="");var h=a.group;void 0===h&&(h="");var l=a.sort,u=a.order;void 0===u&&(u="asc");return H(l)?h in n&&c===n[h]||!c&&h&&!(h in n)&&!n[""]:o===l&&s===u}(e,i.attrItem,t))});var r=function(){var e=function(t){var e="";return K(t.filter,function(t){return e+=t||""}),e}(t);n.forEach(function(t){return He(t,"display",e&&!wt(t,e)?"none":"")});var r=t.sort,o=r[0],s=r[1];if(o){var a=function(t,e,i){return X([],t).sort(function(t,n){return st(t,e).localeCompare(st(n,e),void 0,{numeric:!0})*("asc"===i||-1)})}(n,o,s);R(a,n)||a.forEach(function(t){return fe(i.target,t)})}};e?this.animate(r).then(function(){return Dt(i.$el,"afterFilter",[i])}):(r(),Dt(this.$el,"afterFilter",[this]))},updateState:function(){var t=this;yi.write(function(){return t.setState(t.getState(),!1)})}}};function cr(t,e){return Ci(st(t,e),["filter"])}function hr(t,e,i){var n=cr(t,e),r=n.filter,o=n.group,s=n.sort,a=n.order;return void 0===a&&(a="asc"),(r||H(s))&&(o?r?(delete i.filter[""],i.filter[o]=r):(delete i.filter[o],(P(i.filter)||""in i.filter)&&(i.filter={"":r||""})):i.filter={"":r||""}),H(s)||(i.sort=[s,a]),i}var lr={slide:{show:function(t){return[{transform:dr(-100*t)},{transform:dr()}]},percent:function(t){return ur(t)},translate:function(t,e){return[{transform:dr(-100*e*t)},{transform:dr(100*e*(1-t))}]}}};function ur(t){return Math.abs(He(t,"transform").split(",")[4]/t.offsetWidth)||0}function dr(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),"translateX("+t+(t?e:"")+")"}function fr(t){return"scale3d("+t+", "+t+", 1)"}var pr=X({},lr,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:fr(.8)},{opacity:1,transform:fr(1)}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:fr(1-.2*t)},{opacity:t,transform:fr(.8+.2*t)}]}}});function mr(t,e,i){Dt(t,zt(e,!1,!1,i))}var gr={mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){nt(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:document,filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}},{name:"mouseenter",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!0}},{name:"mouseleave",filter:function(){return this.autoplay&&this.pauseOnHover},handler:function(){this.isHovering=!1}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return!Nt(document.activeElement,t.$el)&&!t.isHovering&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var t=this;["start","move","end"].forEach(function(e){var i=t[e];t[e]=function(e){var n=Wt(e).x*(Qt?-1:1);t.prevPos=n!==t.pos?t.pos:t.prevPos,t.pos=n,i(e)}})},events:[{name:ie,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!Ft(t)&&(e=t.target,!e.children.length&&e.childNodes.length)||t.button>0||this.length<2||this.start(t)}},{name:"touchmove",passive:!1,handler:"move",delegate:function(){return this.selSlides}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){var t=this;this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index;var e="touchmove"!==ne?Mt(document,ne,this.move,{passive:!1}):Z;this.unbindMove=function(){e(),t.unbindMove=null},Mt(window,"scroll",this.unbindMove),Mt(document,re,this.end,!0),He(this.list,"userSelect","none")},move:function(t){var e=this;if(this.unbindMove){var i=this.pos-this.drag;if(!(0===i||this.prevPos===this.pos||!this.dragging&&Math.abs(i)<this.threshold)){He(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=i<0?1:-1;for(var n=this.slides,r=this.prevIndex,o=Math.abs(i),s=this.getIndex(r+this.dir,r),a=this._getDistance(r,s)||n[r].offsetWidth;s!==r&&o>a;)this.drag-=a*this.dir,r=s,o-=a,s=this.getIndex(r+this.dir,r),a=this._getDistance(r,s)||n[r].offsetWidth;this.percent=o/a;var c,h=n[r],l=n[s],u=this.index!==s,d=r===s;[this.index,this.prevIndex].filter(function(t){return!y([s,r],t)}).forEach(function(t){Dt(n[t],"itemhidden",[e]),d&&(c=!0,e.prevIndex=r)}),(this.index===r&&this.prevIndex!==r||c)&&Dt(n[this.index],"itemshown",[this]),u&&(this.prevIndex=r,this.index=s,!d&&Dt(h,"beforeitemhide",[this]),Dt(l,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),h,!d&&l),u&&(!d&&Dt(h,"itemhide",[this]),Dt(l,"itemshow",[this]))}}},end:function(){if(Ot(window,"scroll",this.unbindMove),this.unbindMove&&this.unbindMove(),Ot(document,re,this.end,!0),this.dragging)if(this.dragging=null,this.index===this.prevIndex)this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null;else{var t=(Qt?this.dir*(Qt?1:-1):this.dir)<0==this.prevPos>this.pos;this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(this.dir>0&&!t||this.dir<0&&t?"next":"previous",!0)}He(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){return Ie(t.selNav,e)},selNavItem:function(t){var e=t.attrItem;return"["+e+"],[data-"+e+"]"},navItems:function(t,e){return Se(this.selNavItem,e)}},update:{write:function(){var t=this;this.nav&&this.length!==this.nav.children.length&&de(this.nav,this.slides.map(function(e,i){return"<li "+t.attrItem+'="'+i+'"><a href="#"></a></li>'}).join("")),Oe(Se(this.selNavItem,this.$el).concat(this.nav),"bc-uk-hidden",!this.maxIndex),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(st(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var t=this,e=this.getValidIndex();this.navItems.forEach(function(i){var n=st(i,t.attrItem);Oe(i,t.clsActive,j(n)===e),Oe(i,"bc-uk-invisible",t.finite&&("previous"===n&&0===e||"next"===n&&e>=t.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,stack:[],percent:0,clsActive:"bc-uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},computed:{duration:function(t,e){var i=t.velocity;return vr(e.offsetWidth/i)},length:function(){return this.slides.length},list:function(t,e){return Ie(t.selList,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" > *"},slides:function(){return V(this.list.children)}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var i=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var n=this.stack,r=e?0:n.length,o=function(){n.splice(r,1),n.length&&i.show(n.shift(),!0)};if(n[e?"unshift":"push"](t),!e&&n.length>1)2===n.length&&this._transitioner.forward(Math.min(this.duration,200));else{var s=this.index,a=Me(this.slides,this.clsActive)&&this.slides[s],c=this.getIndex(t,this.index),h=this.slides[c];if(a!==h){if(this.dir=function(t,e){return"next"===t?1:"previous"===t?-1:t<e?-1:1}(t,s),this.prevIndex=s,this.index=c,a&&Dt(a,"beforeitemhide",[this]),!Dt(h,"beforeitemshow",[this,a]))return this.index=this.prevIndex,void o();var l=this._show(a,h,e).then(function(){return a&&Dt(a,"itemhidden",[i]),Dt(h,"itemshown",[i]),new Vt(function(t){yi.write(function(){n.shift(),n.length?i.show(n.shift(),!0):i._transitioner=null,t()})})});return a&&Dt(a,"itemhide",[this]),Dt(h,"itemshow",[this]),l}o()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),Q(le(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,X({easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!i&&!t)return this._transitioner.translate(1),Vt.resolve();var n=this.stack.length;return this._transitioner[n>1?"forward":"show"](n>1?Math.min(this.duration,75+75/(n-1)):this.duration,this.percent)},_getDistance:function(t,e){return new this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,i){void 0===e&&(e=this.prevIndex),void 0===i&&(i=this.index);var n=this._getTransitioner(e!==i&&e,i);return n.translate(t),n},_getTransitioner:function(t,e,i,n){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===i&&(i=this.dir||1),void 0===n&&(n=this.transitionOptions),new this.Transitioner(D(t)?this.slides[t]:t,D(e)?this.slides[e]:e,i*(Qt?-1:1),n)}}};function vr(t){return.5*t+300}var br={mixins:[gr],props:{animation:String},data:{animation:"slide",clsActivated:"bc-uk-transition-active",Animations:lr,Transitioner:function(t,e,i,n){var r=n.animation,o=n.easing,s=r.percent,a=r.translate,c=r.show;void 0===c&&(c=Z);var h=c(i),l=new qt;return{dir:i,show:function(n,r,s){var a=this;void 0===r&&(r=0);var c=s?"linear":o;return n-=Math.round(n*Q(r,-1,1)),this.translate(r),mr(e,"itemin",{percent:r,duration:n,timing:c,dir:i}),mr(t,"itemout",{percent:1-r,duration:n,timing:c,dir:i}),Vt.all([Ue.start(e,h[1],n,c),Ue.start(t,h[0],n,c)]).then(function(){a.reset(),l.resolve()},Z),l.promise},stop:function(){return Ue.stop([e,t])},cancel:function(){Ue.cancel([e,t])},reset:function(){for(var i in h[0])He([e,t],i,"")},forward:function(i,n){return void 0===n&&(n=this.percent()),Ue.cancel([e,t]),this.show(i,n,!0)},translate:function(n){this.reset();var r=a(n,i);He(e,r[1]),He(t,r[0]),mr(e,"itemtranslatein",{percent:n,dir:i}),mr(t,"itemtranslateout",{percent:1-n,dir:i})},percent:function(){return s(t||e,e,i)},getDistance:function(){return t&&t.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,i=t.Animations;return X(e in i?i[e]:i.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){var e=t.target;this.$update(e)},itemshow:function(){D(this.prevIndex)&&yi.flush()},beforeitemshow:function(t){Ee(t.target,this.clsActive)},itemshown:function(t){Ee(t.target,this.clsActivated)},itemhidden:function(t){Ae(t.target,this.clsActive,this.clsActivated)}}},wr={mixins:[zn,Pn,Hi,br],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"bc-uk-open",clsPage:"bc-uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"bc-uk-lightbox-item",selClose:".uk-close-large",pauseOnHover:!1,velocity:2,Animations:pr,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href="#" uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href="#" uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=this;this.$mount(fe(this.container,this.template)),this.caption=Ie(".uk-lightbox-caption",this.$el),this.items.forEach(function(){return fe(t.list,"<li></li>")})},events:[{name:ne+" "+ie+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),Ae(this.slides,this.clsActive),Ue.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:document,handler:function(t){if(this.isToggled(this.$el))switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleNow(this.$el,!0),this.animation=pr.scale,Ae(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(t){var e=he(t.target),i=this.getItem(e).caption;He(this.caption,"display",i?"":"none"),de(this.caption,i);for(var n=0;n<=this.preload;n++)this.loadItem(this.getIndex(e+n)),this.loadItem(this.getIndex(e-n))}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,e){var i,n=this,r=e.source,o=e.type,s=e.alt;if(this.setItem(e,"<span uk-spinner></span>"),r)if("image"===o||r.match(/\.(jp(e)?g|png|gif|svg|webp)($|\?)/i))Gt(r).then(function(t){return n.setItem(e,'<img width="'+t.width+'" height="'+t.height+'" src="'+r+'" alt="'+(s||"")+'">')},function(){return n.setError(e)});else if("video"===o||r.match(/\.(mp4|webm|ogv)($|\?)/i)){var a=Ie("<video controls playsinline"+(e.poster?' poster="'+e.poster+'"':"")+' uk-video="'+this.videoAutoplay+'"></video>');nt(a,"src",r),Bt(a,"error loadedmetadata",function(t){"error"===t?n.setError(e):(nt(a,{width:a.videoWidth,height:a.videoHeight}),n.setItem(e,a))})}else if("iframe"===o||r.match(/\.(html|php)($|\?)/i))this.setItem(e,'<iframe class="uk-lightbox-iframe" src="'+r+'" frameborder="0" allowfullscreen></iframe>');else if(i=r.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/watch\?v=([^&\s]+)/)||r.match(/()youtu\.be\/(.*)/)){var c=i[2],h=function(t,r){return void 0===t&&(t=640),void 0===r&&(r=450),n.setItem(e,yr("https://www.youtube"+(i[1]||"")+".com/embed/"+c,t,r,n.videoAutoplay))};Gt("https://img.youtube.com/vi/"+c+"/maxresdefault.jpg").then(function(t){var e=t.width,i=t.height;120===e&&90===i?Gt("https://img.youtube.com/vi/"+c+"/0.jpg").then(function(t){var e=t.width,i=t.height;return h(e,i)},h):h(e,i)},h)}else(i=r.match(/(\/\/.*?)vimeo\.[a-z]+\/([0-9]+).*?/))&&Kt("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(r),{responseType:"json",withCredentials:!1}).then(function(t){var r=t.response,o=r.height,s=r.width;return n.setItem(e,yr("https://player.vimeo.com/video/"+i[2],s,o,n.videoAutoplay))},function(){return n.setError(e)})}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);var e=this.getItem(t);e.content||Dt(this.$el,"itemload",[e])},getItem:function(t){return void 0===t&&(t=this.index),this.items[t]||{}},setItem:function(t,e){X(t,{content:e});var i=de(this.slides[this.items.indexOf(t)],e);Dt(this.$el,"itemloaded",[this,i]),this.$update(i)},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),Ee(this.$el,"bc-uk-active","bc-uk-transition-active")},hideControls:function(){Ae(this.$el,"bc-uk-active","bc-uk-transition-active")}}};function yr(t,e,i,n){return'<iframe src="'+t+'" width="'+e+'" height="'+i+'" style="max-width: 100%; box-sizing: border-box;" frameborder="0" allowfullscreen uk-video="autoplay: '+n+'" uk-responsive></iframe>'}var xr,kr={install:function(t,e){t.lightboxPanel||t.component("lightboxPanel",wr);X(e.props,t.component("lightboxPanel").options.props)},props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get:function(t,e){return Se(t.toggle,e)},watch:function(){this.hide()}},items:function(){return J(this.toggles.map($r),"source")}},disconnected:function(){this.hide()},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault();var e=st(t.current,"href");this.show(k(this.items,function(t){return t.source===e}))}}],methods:{show:function(t){var e=this;return this.panel=this.panel||this.$create("lightboxPanel",X({},this.$props,{items:this.items})),Mt(this.panel.$el,"hidden",function(){return e.panel=!1}),this.panel.show(t)},hide:function(){return this.panel&&this.panel.hide()}}};function $r(t){return["href","caption","type","poster","alt"].reduce(function(e,i){return e["href"===i?"source":i]=st(t,i),e},{})}var _r={},Ir={functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsClose:"bc-uk-notification-close",clsMsg:"bc-uk-notification-message"},install:function(t){t.notification.closeAll=function(e,i){_e(document.body,function(n){var r=t.getComponent(n,"notification");!r||e&&e!==r.group||r.close(i)})}},computed:{marginProp:function(t){return"margin"+(f(t.pos,"top")?"Top":"Bottom")},startProps:function(){var t;return(t={opacity:0})[this.marginProp]=-this.$el.offsetHeight,t}},created:function(){_r[this.pos]||(_r[this.pos]=fe(this.$container,'<div class="uk-notification uk-notification-'+this.pos+'"></div>'));var t=He(_r[this.pos],"display","block");this.$mount(fe(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href="#" class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},connected:function(){var t,e=this,i=F(He(this.$el,this.marginProp));Ue.start(He(this.$el,this.startProps),(t={opacity:1},t[this.marginProp]=i,t)).then(function(){e.timeout&&(e.timer=setTimeout(e.close,e.timeout))})},events:(xr={click:function(t){xt(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()}},xr[oe]=function(){this.timer&&clearTimeout(this.timer)},xr[se]=function(){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},xr),methods:{close:function(t){var e=this,i=function(){Dt(e.$el,"close",[e]),ve(e.$el),_r[e.pos].children.length||He(_r[e.pos],"display","none")};this.timer&&clearTimeout(this.timer),t?i():Ue.start(this.$el,this.startProps).then(i)}}};var Sr=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"],Tr={mixins:[Mn],props:Sr.reduce(function(t,e){return t[e]="list",t},{}),data:Sr.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(t,e){var i=this;return Sr.reduce(function(n,r){if(H(t[r]))return n;var o,s,a,c=r.match(/color/i),h=c||"opacity"===r,l=t[r].slice(0);h&&He(e,r,""),l.length<2&&l.unshift(("scale"===r?1:h?He(e,r):0)||0);var u=function(t){return t.reduce(function(t,e){return B(e)&&e.replace(/-|\d/g,"").trim()||t},"")}(l);if(c){var d=e.style.color;l=l.map(function(t){return He(He(e,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(F)}),e.style.color=d}else if(f(r,"bg")){var p="bgy"===r?"height":"width";if(l=l.map(function(t){return gi(t,p,i.$el)}),He(e,"background-position-"+r[2],""),s=He(e,"backgroundPosition").split(" ")["x"===r[2]?0:1],i.covers){var m=Math.min.apply(Math,l),g=Math.max.apply(Math,l),v=l.indexOf(m)<l.indexOf(g);a=g-m,l=l.map(function(t){return t-(v?m:g)}),o=(v?-a:0)+"px"}else o=s}else l=l.map(F);if("stroke"===r){if(!l.some(function(t){return t}))return n;var b=dn(i.$el);He(e,"strokeDasharray",b),"%"===u&&(l=l.map(function(t){return t*b/100})),l=l.reverse(),r="strokeDashoffset"}return n[r]={steps:l,unit:u,pos:o,bgPos:s,diff:a},n},{})},bgProps:function(){var t=this;return["bgx","bgy"].filter(function(e){return e in t.props})},covers:function(t,e){return function(t){var e=t.style.backgroundSize,i="cover"===He(He(t,"backgroundSize",""),"backgroundSize");return t.style.backgroundSize=e,i}(e)}},disconnected:function(){delete this._image},update:{read:function(t){var e=this;if(t.active=this.matchMedia,t.active){if(!t.image&&this.covers&&this.bgProps.length){var i=He(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1");if(i){var n=new Image;n.src=i,t.image=n,n.naturalWidth||(n.onload=function(){return e.$emit()})}}var r=t.image;if(r&&r.naturalWidth){var o={width:this.$el.offsetWidth,height:this.$el.offsetHeight},s={width:r.naturalWidth,height:r.naturalHeight},a=it.cover(s,o);this.bgProps.forEach(function(t){var i=e.props[t],n=i.diff,r=i.bgPos,c=i.steps,h="bgy"===t?"height":"width",l=a[h]-o[h];if(l<n)o[h]=a[h]+n-l;else if(l>n){var u=o[h]/gi(r,h,e.$el);u&&(e.props[t].steps=c.map(function(t){return t-(l-n)/u}))}a=it.cover(s,o)}),t.dim=a}}},write:function(t){var e=t.dim;t.active?e&&He(this.$el,{backgroundSize:e.width+"px "+e.height+"px",backgroundRepeat:"no-repeat"}):He(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var t=this;K(this.getCss(0),function(e,i){return He(t.$el,i,"")})},getCss:function(t){var e=this.props;return Object.keys(e).reduce(function(i,n){var r=e[n],o=r.steps,s=r.unit,a=r.pos,c=function(t,e,i){void 0===i&&(i=2);var n=Er(t,e),r=n[0],o=n[1],s=n[2];return(D(r)?r+Math.abs(r-o)*s*(r<o?1:-1):+o).toFixed(i)}(o,t);switch(n){case"x":case"y":s=s||"px",i.transform+=" translate"+l(n)+"("+F(c).toFixed("px"===s?0:2)+s+")";break;case"rotate":s=s||"deg",i.transform+=" rotate("+(c+s)+")";break;case"scale":i.transform+=" scale("+c+")";break;case"bgy":case"bgx":i["background-position-"+n[2]]="calc("+a+" + "+c+"px)";break;case"color":case"backgroundColor":case"borderColor":var h=Er(o,t),u=h[0],d=h[1],f=h[2];i[n]="rgba("+u.map(function(t,e){return t+=f*(d[e]-t),3===e?F(t):parseInt(t,10)}).join(",")+")";break;case"blur":s=s||"px",i.filter+=" blur("+(c+s)+")";break;case"hue":s=s||"deg",i.filter+=" hue-rotate("+(c+s)+")";break;case"fopacity":s=s||"%",i.filter+=" opacity("+(c+s)+")";break;case"grayscale":case"invert":case"saturate":case"sepia":s=s||"%",i.filter+=" "+n+"("+(c+s)+")";break;default:i[n]=c}return i},{transform:"",filter:""})}}};function Er(t,e){var i=t.length-1,n=Math.min(Math.floor(i*e),i-1),r=t.slice(n,n+2);return r.push(1===e?1:e%(1/i)*i),r}var Ar={mixins:[Tr],props:{target:String,viewport:Number,easing:Number},data:{target:!1,viewport:1,easing:1},computed:{target:function(t,e){var i=t.target;return function t(e){return e?"offsetTop"in e?e:t(e.parentNode):document.body}(i&&at(i,e)||e)}},update:{read:function(t,e){var i=t.percent,n=t.active;if("scroll"!==e&&(i=!1),n){var r=i;return{percent:i=function(t,e){return Q(t*(1-(e-e*t)))}(fi(this.target)/(this.viewport||1),this.easing),style:r!==i&&this.getCss(i)}}},write:function(t){var e=t.style;t.active?e&&He(this.$el,e):this.reset()},events:["scroll","resize"]}};var Cr={update:{write:function(){if(!this.stack.length&&!this.dragging){var t=this.getValidIndex();delete this.index,Ae(this.slides,this.clsActive,this.clsActivated),this.show(t)}},events:["resize"]}};function Nr(t,e,i){var n=Br(t,e);return i?n-function(t,e){return Dr(e).width/2-Dr(t).width/2}(t,e):Math.min(n,Mr(e))}function Mr(t){return Math.max(0,Or(t)-Dr(t).width)}function Or(t){return Pr(t).reduce(function(t,e){return Dr(e).width+t},0)}function Br(t,e){return(ni(t).left+(Qt?Dr(t).width-Dr(e).width:0))*(Qt?-1:1)}function Dr(t){return t.getBoundingClientRect()}function zr(t,e,i){Dt(t,zt(e,!1,!1,i))}function Pr(t){return V(t.children)}var Hr={mixins:[Pi,gr,Cr],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"bc-uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"bc-uk-slider-container",Transitioner:function(t,e,i,n){var r=n.center,o=n.easing,s=n.list,a=new qt,c=t?Nr(t,s,r):Nr(e,s,r)+Dr(e).width*i,h=e?Nr(e,s,r):c+Dr(t).width*i*(Qt?-1:1);return{dir:i,show:function(e,n,r){void 0===n&&(n=0);var c=r?"linear":o;return e-=Math.round(e*Q(n,-1,1)),this.translate(n),t&&this.updateTranslates(),n=t?n:Q(n,0,1),zr(this.getItemIn(),"itemin",{percent:n,duration:e,timing:c,dir:i}),t&&zr(this.getItemIn(!0),"itemout",{percent:1-n,duration:e,timing:c,dir:i}),Ue.start(s,{transform:dr(-h*(Qt?-1:1),"px")},e,c).then(a.resolve,Z),a.promise},stop:function(){return Ue.stop(s)},cancel:function(){Ue.cancel(s)},reset:function(){He(s,"transform","")},forward:function(t,e){return void 0===e&&(e=this.percent()),Ue.cancel(s),this.show(t,e,!0)},translate:function(e){var n=this.getDistance()*i*(Qt?-1:1);He(s,"transform",dr(Q(n-n*e-h,-Or(s),Dr(s).width)*(Qt?-1:1),"px")),this.updateTranslates(),t&&(e=Q(e,-1,1),zr(this.getItemIn(),"itemtranslatein",{percent:e,dir:i}),zr(this.getItemIn(!0),"itemtranslateout",{percent:1-e,dir:i}))},percent:function(){return Math.abs((He(s,"transform").split(",")[4]*(Qt?-1:1)+c)/(h-c))},getDistance:function(){return Math.abs(h-c)},getItemIn:function(e){void 0===e&&(e=!1);var n=this.getActives(),r=G(Pr(s),"offsetLeft"),o=he(r,n[i*(e?-1:1)>0?n.length-1:0]);return~o&&r[o+(t&&!e?i:0)]},getActives:function(){var i=Nr(t||e,s,r);return G(Pr(s).filter(function(t){var e=Br(t,s);return e>=i&&e+Dr(t).width<=Dr(s).width+i}),"offsetLeft")},updateTranslates:function(){var t=this.getActives();Pr(s).forEach(function(i){var n=y(t,i);zr(i,"itemtranslate"+(n?"in":"out"),{percent:n?1:0,dir:i.offsetLeft<=e.offsetLeft?1:-1})})}}}},computed:{avgWidth:function(){return Or(this.list)/this.length},finite:function(t){return t.finite||Or(this.list)<Dr(this.list).width+Pr(this.list).reduce(function(t,e){return Math.max(t,Dr(e).width)},0)+this.center},maxIndex:function(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return this.sets[this.sets.length-1];He(this.slides,"order","");for(var t=Mr(this.list),e=this.length;e--;)if(Br(this.list.children[e],this.list)<t)return Math.min(e+1,this.length-1);return 0},sets:function(t){var e=this,i=t.sets,n=Dr(this.list).width/(this.center?2:1),r=0,o=n,s=0;return!P(i=i&&this.slides.reduce(function(t,i,a){var c=Dr(i).width;if(s+c>r&&(!e.center&&a>e.maxIndex&&(a=e.maxIndex),!y(t,a))){var h=e.slides[a+1];e.center&&h&&c<o-Dr(h).width/2?o-=c:(o=n,t.push(a),r=s+n+(e.center?c/2:0))}return s+=c,t},[]))&&i},transitionOptions:function(){return{center:this.center,list:this.list}}},connected:function(){Oe(this.$el,this.clsContainer,!Ie("."+this.clsContainer,this.$el))},update:{write:function(){var t=this;Se("["+this.attrItem+"],[data-"+this.attrItem+"]",this.$el).forEach(function(e){var i=st(e,t.attrItem);t.maxIndex&&Oe(e,"bc-uk-hidden",z(i)&&(t.sets&&!y(t.sets,F(i))||i>t.maxIndex))})},events:["resize"]},events:{beforeitemshow:function(t){!this.dragging&&this.sets&&this.stack.length<2&&!y(this.sets,this.index)&&(this.index=this.getValidIndex());var e=Math.abs(this.index-this.prevIndex+(this.dir>0&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&e>1){for(var i=0;i<e;i++)this.stack.splice(1,0,this.dir>0?"next":"previous");t.preventDefault()}else this.duration=vr(this.avgWidth/this.velocity)*(Dr(this.dir<0||!this.slides[this.prevIndex]?this.slides[this.index]:this.slides[this.prevIndex]).width/this.avgWidth),this.reorder()},itemshow:function(){!H(this.prevIndex)&&Ee(this._getTransitioner().getItemIn(),this.clsActive)},itemshown:function(){var t=this,e=this._getTransitioner(this.index).getActives();this.slides.forEach(function(i){return Oe(i,t.clsActive,y(e,i))}),(!this.sets||y(this.sets,F(this.index)))&&this.slides.forEach(function(i){return Oe(i,t.clsActivated,y(e,i))})}},methods:{reorder:function(){var t=this;if(He(this.slides,"order",""),!this.finite){var e=this.dir>0&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach(function(i,n){return He(i,"order",t.dir>0&&n<e?1:t.dir<0&&n>=t.index?-1:"")}),this.center)for(var i=this.slides[e],n=Dr(this.list).width/2-Dr(i).width/2,r=0;n>0;){var o=this.getIndex(--r+e,e),s=this.slides[o];He(s,"order",o>e?-2:-1),n-=Dr(s).width}}},getValidIndex:function(t,e){if(void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),t=this.getIndex(t,e),!this.sets)return t;var i;do{if(y(this.sets,t))return t;i=t,t=this.getIndex(t+this.dir,e)}while(t!==i);return t}}},Lr={mixins:[Tr],data:{selItem:"!li"},computed:{item:function(t,e){return at(t.selItem,e)}},events:[{name:"itemshown",self:!0,el:function(){return this.item},handler:function(){He(this.$el,this.getCss(.5))}},{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,i=t.detail,n=i.percent,r=i.duration,o=i.timing,s=i.dir;Ue.cancel(this.$el),He(this.$el,this.getCss(Fr(e,s,n))),Ue.start(this.$el,this.getCss(jr(e)?.5:s>0?1:0),r,o).catch(Z)}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){Ue.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=t.type,i=t.detail,n=i.percent,r=i.dir;Ue.cancel(this.$el),He(this.$el,this.getCss(Fr(e,r,n)))}}]};function jr(t){return m(t,"in")}function Fr(t,e,i){return i/=2,jr(t)?e<0?1-i:i:e<0?i:1-i}var Wr,Vr=X({},lr,{fade:{show:function(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show:function(){return[{opacity:0,transform:fr(1.5),zIndex:0},{zIndex:-1}]},percent:function(t){return 1-He(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:fr(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show:function(t){return t<0?[{transform:dr(30),zIndex:-1},{transform:dr(),zIndex:0}]:[{transform:dr(-100),zIndex:0},{transform:dr(),zIndex:-1}]},percent:function(t,e,i){return i<0?1-ur(e):ur(t)},translate:function(t,e){return e<0?[{transform:dr(30*t),zIndex:-1},{transform:dr(-100*(1-t)),zIndex:0}]:[{transform:dr(100*-t),zIndex:0},{transform:dr(30*(1-t)),zIndex:-1}]}},push:{show:function(t){return t<0?[{transform:dr(100),zIndex:0},{transform:dr(),zIndex:-1}]:[{transform:dr(-30),zIndex:-1},{transform:dr(),zIndex:0}]},percent:function(t,e,i){return i>0?1-ur(e):ur(t)},translate:function(t,e){return e<0?[{transform:dr(100*t),zIndex:0},{transform:dr(-30*(1-t)),zIndex:-1}]:[{transform:dr(-30*t),zIndex:-1},{transform:dr(100*(1-t)),zIndex:0}]}}}),qr={mixins:[Pi,br,Cr],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"bc-uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:Vr},update:{read:function(){var t=this.ratio.split(":").map(Number),e=t[0],i=t[1];return i=i*this.list.offsetWidth/e||0,this.minHeight&&(i=Math.max(this.minHeight,i)),this.maxHeight&&(i=Math.min(this.maxHeight,i)),{height:i-ai(this.list,"content-box")}},write:function(t){var e=t.height;He(this.list,"minHeight",e)},events:["resize"]}},Yr={mixins:[Pi,nr],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"bc-uk-sortable-item",clsPlaceholder:"bc-uk-sortable-placeholder",clsDrag:"bc-uk-sortable-drag",clsDragState:"bc-uk-drag",clsBase:"bc-uk-sortable",clsNoDrag:"bc-uk-sortable-nodrag",clsEmpty:"bc-uk-sortable-empty",clsCustom:"",handle:!1},created:function(){var t=this;["init","start","move","end"].forEach(function(e){var i=t[e];t[e]=function(e){t.scrollY=window.pageYOffset;var n=Wt(e,"page"),r=n.x,o=n.y;t.pos={x:r,y:o},i(e)}})},events:{name:ie,passive:!1,handler:"init"},update:{write:function(){if(this.clsEmpty&&Oe(this.$el,this.clsEmpty,P(this.$el.children)),He(this.handle?Se(this.handle,this.$el):this.$el.children,{touchAction:"none",userSelect:"none"}),this.drag){ei(this.drag,{top:this.pos.y+this.origin.top,left:this.pos.x+this.origin.left});var t,e=ei(this.drag),i=e.top,n=i+e.height;i>0&&i<this.scrollY?t=this.scrollY-5:n<ri(document)&&n>ri(window)+this.scrollY&&(t=this.scrollY+5),t&&setTimeout(function(){return pi(window,t)},5)}}},methods:{init:function(t){var e=t.target,i=t.button,n=t.defaultPrevented,r=V(this.$el.children).filter(function(t){return Nt(e,t)})[0];!r||n||i>0||At(e)||Nt(e,"."+this.clsNoDrag)||this.handle&&!Nt(e,this.handle)||(t.preventDefault(),this.touched=[this],this.placeholder=r,this.origin=X({target:e,index:he(r)},this.pos),Mt(document,ne,this.move),Mt(document,re,this.end),Mt(window,"scroll",this.scroll),this.threshold||this.start(t))},start:function(t){this.drag=fe(this.$container,this.placeholder.outerHTML.replace(/^<li/i,"<div").replace(/li>$/i,"div>")),He(this.drag,X({boxSizing:"border-box",width:this.placeholder.offsetWidth,height:this.placeholder.offsetHeight},He(this.placeholder,["paddingLeft","paddingRight","paddingTop","paddingBottom"]))),nt(this.drag,"bc-uk-no-boot",""),Ee(this.drag,this.clsDrag,this.clsCustom),ri(this.drag.firstElementChild,ri(this.placeholder.firstElementChild));var e=ei(this.placeholder),i=e.left,n=e.top;X(this.origin,{left:i-this.pos.x,top:n-this.pos.y}),He(this.origin.target,"pointerEvents","none"),Ee(this.placeholder,this.clsPlaceholder),Ee(this.$el.children,this.clsItem),Ee(document.documentElement,this.clsDragState),Dt(this.$el,"start",[this,this.placeholder]),this.move(t)},move:function(t){if(this.drag){this.$emit();var e="mousemove"===t.type?t.target:document.elementFromPoint(this.pos.x-window.pageXOffset,this.pos.y-window.pageYOffset),i=this.getSortable(e),n=this.getSortable(this.placeholder),r=i!==n;if(i&&!Nt(e,this.placeholder)&&(!r||i.group&&i.group===n.group)){if(e=i.$el===e.parentNode&&e||V(i.$el.children).filter(function(t){return Nt(e,t)})[0],r)n.remove(this.placeholder);else if(!e)return;i.insert(this.placeholder,e),y(this.touched,i)||this.touched.push(i)}}else(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(t){if(Ot(document,ne,this.move),Ot(document,re,this.end),Ot(window,"scroll",this.scroll),He(this.origin.target,"pointerEvents",""),this.drag){var e=this.getSortable(this.placeholder);this===e?this.origin.index!==he(this.placeholder)&&Dt(this.$el,"moved",[this,this.placeholder]):(Dt(e.$el,"added",[e,this.placeholder]),Dt(this.$el,"removed",[this,this.placeholder])),Dt(this.$el,"stop",[this,this.placeholder]),ve(this.drag),this.drag=null;var i=this.touched.map(function(t){return t.clsPlaceholder+" "+t.clsItem}).join(" ");this.touched.forEach(function(t){return Ae(t.$el.children,i)}),Ae(document.documentElement,this.clsDragState)}else"touchend"===t.type&&t.target.click()},scroll:function(){var t=window.pageYOffset;t!==this.scrollY&&(this.pos.y+=t-this.scrollY,this.scrollY=t,this.$emit())},insert:function(t,e){var i=this;Ee(this.$el.children,this.clsItem);var n=function(){e?!Nt(t,i.$el)||function(t,e){return t.parentNode===e.parentNode&&he(t)>he(e)}(t,e)?pe(e,t):me(e,t):fe(i.$el,t)};this.animation?this.animate(n):n()},remove:function(t){Nt(t,this.$el)&&(He(this.handle?Se(this.handle,t):t,{touchAction:"",userSelect:""}),this.animation?this.animate(function(){return ve(t)}):ve(t))},getSortable:function(t){return t&&(this.$getComponent(t,"sortable")||this.getSortable(t.parentNode))}}};var Rr=[],Ur={mixins:[zn,Hi,Ri],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["bc-uk-animation-scale-up"],duration:100,cls:"bc-uk-active",clsPos:"bc-uk-tooltip"},beforeConnect:function(){this._hasTitle=rt(this.$el,"title"),nt(this.$el,{title:"","aria-expanded":!1})},disconnected:function(){this.hide(),nt(this.$el,{title:this._hasTitle?this.title:null,"aria-expanded":null})},methods:{show:function(){var t=this;this.isActive()||(Rr.forEach(function(t){return t.hide()}),Rr.push(this),this._unbind=Mt(document,re,function(e){return!Nt(e.target,t.$el)&&t.hide()}),clearTimeout(this.showTimer),this.showTimer=setTimeout(function(){t._show(),t.hideTimer=setInterval(function(){Tt(t.$el)||t.hide()},150)},this.delay))},hide:function(){!this.isActive()||wt(this.$el,"input")&&this.$el===document.activeElement||(Rr.splice(Rr.indexOf(this),1),clearTimeout(this.showTimer),clearInterval(this.hideTimer),nt(this.$el,"aria-expanded",!1),this.toggleElement(this.tooltip,!1),this.tooltip&&ve(this.tooltip),this.tooltip=!1,this._unbind())},_show:function(){this.tooltip=fe(this.container,'<div class="'+this.clsPos+'" aria-expanded="true" aria-hidden> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),this.positionAt(this.tooltip,this.$el),this.origin="y"===this.getAxis()?ui(this.dir)+"-"+this.align:this.align+"-"+ui(this.dir),this.toggleElement(this.tooltip,!0)},isActive:function(){return y(Rr,this)}},events:(Wr={focus:"show",blur:"hide"},Wr[oe+" "+se]=function(t){Ft(t)||(t.type===oe?this.show():this.hide())},Wr[ie]=function(t){Ft(t)&&(this.isActive()?this.hide():this.show())},Wr)},Xr={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"bc-uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:Z,beforeAll:Z,beforeSend:Z,complete:Z,completeAll:Z,error:Z,fail:Z,load:Z,loadEnd:Z,loadStart:Z,progress:Z},events:{change:function(t){wt(t.target,'input[type="file"]')&&(t.preventDefault(),t.target.files&&this.upload(t.target.files),t.target.value="")},drop:function(t){Gr(t);var e=t.dataTransfer;e&&e.files&&(Ae(this.$el,this.clsDragover),this.upload(e.files))},dragenter:function(t){Gr(t)},dragover:function(t){Gr(t),Ee(this.$el,this.clsDragover)},dragleave:function(t){Gr(t),Ae(this.$el,this.clsDragover)}},methods:{upload:function(t){var e=this;if(t.length){Dt(this.$el,"upload",[t]);for(var i=0;i<t.length;i++){if(this.maxSize&&1e3*this.maxSize<t[i].size)return void this.fail(this.msgInvalidSize.replace("%s",this.maxSize));if(this.allow&&!Kr(this.allow,t[i].name))return void this.fail(this.msgInvalidName.replace("%s",this.allow));if(this.mime&&!Kr(this.mime,t[i].type))return void this.fail(this.msgInvalidMime.replace("%s",this.mime))}this.multiple||(t=[t[0]]),this.beforeAll(this,t);var n=function(t,e){for(var i=[],n=0;n<t.length;n+=e){for(var r=[],o=0;o<e;o++)r.push(t[n+o]);i.push(r)}return i}(t,this.concurrent),r=function(t){var i=new FormData;for(var o in t.forEach(function(t){return i.append(e.name,t)}),e.params)i.append(o,e.params[o]);Kt(e.url,{data:i,method:e.method,responseType:e.type,beforeSend:function(t){var i=t.xhr;i.upload&&Mt(i.upload,"progress",e.progress),["loadStart","load","loadEnd","abort"].forEach(function(t){return Mt(i,t.toLowerCase(),e[t])}),e.beforeSend(t)}}).then(function(t){e.complete(t),n.length?r(n.shift()):e.completeAll(t)},function(t){return e.error(t)})};r(n.shift())}}}};function Kr(t,e){return e.match(new RegExp("^"+t.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function Gr(t){t.preventDefault(),t.stopPropagation()}return zi.component("countdown",tr),zi.component("filter",ar),zi.component("lightbox",kr),zi.component("lightboxPanel",wr),zi.component("notification",Ir),zi.component("parallax",Ar),zi.component("slider",Hr),zi.component("sliderParallax",Lr),zi.component("slideshow",qr),zi.component("slideshowParallax",Lr),zi.component("sortable",Yr),zi.component("tooltip",Ur),zi.component("upload",Xr),function(t){var e=t.connect,i=t.disconnect;function n(){o(document.body,e),yi.flush(),new MutationObserver(function(t){return t.forEach(r)}).observe(document,{childList:!0,subtree:!0,characterData:!0,attributes:!0}),t._initialized=!0}function r(n){var r=n.target;("attributes"!==n.type?function(t){for(var n=t.addedNodes,r=t.removedNodes,s=0;s<n.length;s++)o(n[s],e);for(var a=0;a<r.length;a++)o(r[a],i);return!0}(n):function(e){var i=e.target,n=e.attributeName;if("href"===n)return!0;var r=Di(n);if(r&&r in t){if(rt(i,n))return t[r](i),!0;var o=t.getComponent(i,r);return o?(o.$destroy(),!0):void 0}}(n))&&t.update(r)}function o(t,e){if(1===t.nodeType&&!rt(t,"bc-uk-no-boot"))for(e(t),t=t.firstElementChild;t;){var i=t.nextElementSibling;o(t,e),t=i}}"MutationObserver"in window&&(document.body?n():new MutationObserver(function(){document.body&&(this.disconnect(),n())}).observe(document,{childList:!0,subtree:!0}))}(zi),zi}),function(t){function e(t){var e=t.closest(".bc-mnc__cart-details--single-item").find(".bc-mnc__cart-details--single-item__cart-info"),i=parseInt(t.closest(".bc-mnc__cart-details").attr("data-option-id"));console.log("design id is: ",i);var n=t.closest(".bc-mnc__cart-details--single-item");return{product_id:parseInt(e.attr("data-product-id")),variation_id:parseInt(e.attr("data-variation-id")),quantity:parseInt(e.attr("data-product-quantity")),cart_key:e.attr("data-key"),cart_design_id:i,product_container:n}}function i(t){var e=parseInt(t.closest(".bc-mnc__cart-details--single-item__product-quantity").find(".bc-mnc__cart-details--single-item__product-quantity--count").text());return console.log("current amount is: ",e),e}function n(t,e){t<0||e.closest(".bc-mnc__cart-details--single-item__product-quantity").find(".bc-mnc__cart-details--single-item__product-quantity--count").text(t)}function r(e,i,n,r,o){o.addClass("bc-loading"),t.ajax({type:"POST",dataType:"json",url:wc_add_to_cart_params.ajax_url,data:{action:"bc_menu_cart_product_change_amount",product_id:n,cart_item_key:i,new_amount:e,cart_design_id:r},success:function(i){e<=0&&o.fadeOut(),_.each(i.fragments,function(e,i){t(i).replaceWith(e)})}})}t(function(){t(document).on("add_to_cart",function(t){console.log("frags are ",t)})}),t(document).on("mouseleave",".bc_mnc-hide-on-mouse-out",function(){console.log("mouse out on me"),t(this).removeClass("cart-details-show")}),t(document).on("mouseover",".bc-mnc__cart-link--show-details-on-hover",function(e){t(this).siblings(".bc-mnc__cart-details").first().addClass("cart-details-show"),console.log("hiding admin bar"),t("#wpadminbar.mobile").hide()}),t(function(){var e=t("[data-mobile-relative-element]");console.log("menu count: ",e.length),_.each(e,function(e){console.log("we are moving one icon");var i=t(e).attr("data-mobile-position");if(console.log(" position is: ",i),"do_nothing"!==i){console.log("element selector is: ",t(e).attr("data-mobile-relative-element"));var n=t(t(e).attr("data-mobile-relative-element")),r="1"===t(e).attr("data-mobile-remove-origin");t(e).removeAttr("data-mobile-position"),t(e).removeAttr("data-mobile-relative-element"),t(e).removeAttr("data-mobile-remove-origin"),console.log("moving to "+t(e).attr("data-mobile-relative-element"));var o=t(e).clone();"left"===i?o.insertBefore(n):"right"===i?o.insertAfter(n):"inside_replace"===i?n.html(o):"inside_no_replace"===i&&n.append(o),r&&t(e).remove()}})}),t(document).on("click",".bc-mnc__cart-link--show-details-on-click",function(e){e.preventDefault(),t(this).siblings(".bc-mnc__cart-details").addClass("cart-details-show"),console.log("hiding admin bar"),t("#wpadminbar.mobile").hide()}),t(document).on("click",".bc-mnc__cart-details--close-button",function(e){t(this).closest(".bc-mnc__cart-details").removeClass("cart-details-show"),t("#wpadminbar.mobile").show()}),t(document).on("click",".bc-mnc__cart-details--remove-product-icon",function(){var i=e(t(this));r(0,i.cart_key,i.product_id,i.cart_design_id,i.product_container)}),t(document).on("click",".bc-mnc__cart-details--single-item__product-quantity--decrease",function(){var o=i(t(this)),s=e(t(this)),a=o-1;n(a,t(this)),r(a,s.cart_key,s.product_id,s.cart_design_id,s.product_container)}),t(document).on("click",".bc-mnc__cart-details--single-item__product-quantity--increase",function(){var o=i(t(this)),s=e(t(this)),a=o+1;n(a,t(this)),r(a,s.cart_key,s.product_id,s.cart_design_id,s.product_container)})}(jQuery);
2
  //# sourceMappingURL=frontend-bundle.min.js.map
inc/BC_Cart_Details_2.php DELETED
@@ -1,23 +0,0 @@
1
- <?php
2
- /**
3
- * Created by PhpStorm.
4
- * User: MYN
5
- * Date: 5/18/2019
6
- * Time: 11:13 PM
7
- */
8
-
9
- namespace BinaryCarpenter\BC_MNC;
10
-
11
-
12
- class BC_Cart_Details
13
- {
14
- public static function generate_cart_items_list(\BinaryCarpenter\BC_MNC\BC_Options $design_options)
15
- {
16
- }
17
- private static function generate_go_to_cart_button(\BinaryCarpenter\BC_MNC\BC_Options $design_options)
18
- {}
19
-
20
- private static function generate_go_to_checkout_button(\BinaryCarpenter\BC_MNC\BC_Options $design_options)
21
- {}
22
-
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/BC_Cart_General_Settings.php DELETED
@@ -1,708 +0,0 @@
1
- <?php
2
- use \BinaryCarpenter\BC_MNC\BC_Options_Form as Options_Form;
3
- use \BinaryCarpenter\BC_MNC\BC_Menu_Cart_Config as BConfig;
4
- use \BinaryCarpenter\BC_MNC\BC_Cart_Options_name as OName;
5
- use \BinaryCarpenter\BC_MNC\BC_Options as BC_Options;
6
- use BinaryCarpenter\BC_MNC\Activation as Activation;
7
- use BinaryCarpenter\BC_MNC\BC_Static_UI as Static_UI;
8
- use BinaryCarpenter\BC_MNC\BinaryCarpenterCore as Core;
9
- class BC_MenuCart_General_Settings {
10
-
11
- const OPTION_NAME = 'bc_menu_bar_cart_option_name';
12
- public function __construct() {
13
- add_action( 'admin_init', array( &$this, 'init_settings' ) ); // Registers settings
14
- add_action( 'admin_menu', array( &$this, 'add_menu_to_bc') );
15
- }
16
-
17
- /**
18
- * User settings.
19
- */
20
-
21
-
22
-
23
- /**
24
- * Add menu page
25
- */
26
- public function add_menu_to_bc() {
27
-
28
- $core = new Core();
29
- $core->admin_menu();
30
- add_submenu_page(
31
- Core::MENU_SLUG,
32
- __( BConfig::PLUGIN_NAME, 'bc-menu-cart-woo' ),
33
- __( '<img style="width: 14px; height: 14px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAH6MAAB+jAH2GftsAAA4JmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTktMDUtMDlUMDk6MDE6MTgrMDc6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxOS0wNS0wOVQwOTowMTo0NyswNzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTktMDUtMDlUMDk6MDE6NDcrMDc6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MDFkNjEwMDUtMjYyNi1kZDRiLWE5ZTMtZWZjOTg3OWE2NjU1PC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjAxZDYxMDA1LTI2MjYtZGQ0Yi1hOWUzLWVmYzk4NzlhNjY1NTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjAxZDYxMDA1LTI2MjYtZGQ0Yi1hOWUzLWVmYzk4NzlhNjY1NTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDowMWQ2MTAwNS0yNjI2LWRkNGItYTllMy1lZmM5ODc5YTY2NTU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTktMDUtMDlUMDk6MDE6MTgrMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj44MjI4NTgwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj44MjI4NTgwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj42NDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj42NDwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+KMQV7QAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAKMUlEQVR42uybe1SUZR7H3z/a/xJTM1Nk01LLQvOCIcOAtqctPeYtbzCUdtnqtGeTrbOetrZt191ya3dPh0IFEVEuc1MHGIa5v4OCFomKJLwDA2aZZqElwiAqt8/+IUygDIwyuKMx53zPnDPvzLzz+zy/5/d7ni88AiDIRHVPCpKJ6jdlonqPTFSflonqRpmodstEdUOAqlEmqutlovq4TFRny0T1M17i8ggQBC8AXpeJam4DfScT1ZHXCyDnNgm+q97wFYD6Ngy+Uy/3BeCV2zj4Tj3oDcCvZKL6218AgCxvABT+uklkx/NUSwYzbVnIHZpAAtAsE9XBPQHY5q+bRDk0TDSmEWbLYoYti1k2JXIxoCDE9ATgkD++PNqhZUTOJmKK8wHYf/Y7Qs3phNmyAgnA33sCcLa/XzynQMu9+mQe37OTi20tAFQ31DHNmskMa2YgAUjoCcCP/R35cYathFrSOdnkBqAdWPV5Pvfnp3rqQoDo054A1Pb2oXC7ighR5XXOTzbtYGxeCiU//UDn47VDIkOzNxIVWEXQawbUekvrqZYMxualMDYvhRm2LKIcWs91uUPDdGsmw3M2kXOqxhP8B84DDNEldusKXT8TKaoZn5/KqNwkgvVb/KLRuckE67cQZlMS3eU39gvAZNN2Vn2ezzH3edK/lhit38I4QyrRDi2RooZwu4ohukQ+rS71BJ/xjZOh2RsJs2UR6aX6T7Nm8NwXZt4r/4x1ZYV+0V+O7mNtaQGzRRWP2ZT+AXCvPpl/Sl94gjtSd4YZtiyGZ29C7tAQpNvIurIiz/U9td8ySp9MqCXda+r/2rCVVw/aGahH6lfljMpN8g+A6dZMZtqysHz/tecGF1pbeKnEhpD1L+KKTZ7XXQ3nmGhMY4JxW68pONGYxorPDLhbmgG41NbqF7XSDsA/KooJyUvxD4Boh5aHzTsYlrOJD50lnmDb2ttJ/aqcancdAHXNlwi3qwjO29LX/CPaoWWKJZ2ZtizmF2bzxJ7dftG8vdnIRDWPmHf0tfpMuK4uEOXQEGZTcqcukSX79Zy51HRN2i3al8vdOZuJLtD6VInlDg3TrJlMNm3nEfMOv+hh03amWNKJ6KHw9gtAZyWPcmi4JzeJScY0CmpPdmt3QbqAbHf+A+BJ3wItk4xpBOelsMF5gLWlBYztmG+Rt86O8MYBdE6JcLuKUbnJhORt7ejrmltpS9w/ALeBBhZAgPsBAw8gyqFhQmD7AQMHoNMPiC02BrIfMDAAfvYDdnGprfWW8wNqf0F+QMKA+AEheSkc/CX7Abmnjg36AYN+wKAfMOgHDPoBg37AoB8w6AcM+gE3S5GiinBRwyxRS6SXleptDUAuqphu30WoXUeEqPF1Gt4cALNsSsLtqgGrDXJRRYjFwFuffczmA+sJtuQj9y0LBhbAnAItD5m2Mz4/lYdM25ltVw1IjZgtahhtNlFS9hpUP81sUctkW7YvwAcOQKcn8NReHXXNl9h1sppQ8w4esyv9PvpjLEaeK0wG1xKoeZLEA+sZbrb6kgUDAyDaoeU+w1YetWbw/cVGAI6565gxAIZIuKgh2GLEcSQeqhdA5XLqnArkDhUPWnP8vxDypTU+ZNrOfYatHKmr9SyS1pYWMM6Q6vfRH20x8kLRZnAt4rIzhgYpDmrmk1TyN4abLX1lwfUDiOhrWWvJYETOZvJPH/cEv76imCG6RL/7AcNzkgky6Cj+8sroN0hxNEgKqFyG2xnDXIeSSdbc3rIgIVJUCeGixjdDZJr1SnAheSlE2FXdNhqRoppwu5Ig3UY213zpCT7teAVDdRuZZVP2WABvzA8oYl1ZES+XH+OToxqQnuKiFINbUuCWFB1ZMI/Ukr8y1GQjXNT0OHDRojJhqn23cL9V3zeAqZYMFhTlINae4H3pAMOzNzHZvKPDELkCYIgukXeO7vMEb//hBCNzk5hqSe9xV+YXP+D0Bi4cmUODFOcB4JYUULmci85VzCtIZ5jJyhiLkXstRsZa8nnAqudR227GWfMS7rMaBM3Bd3wzRN7vYogYTh9nnCGVMfotPF6wk2HZm1j9hdlz3Vn/E/fnb2OiMc3rttibH9Dc1kpTWxsnmuFsC9DeCi1noEmi/fxeWs9oafkuictfraOxfHG3wLtlQeUyTlaswXz4T2QefJf/FG/gzf0JxBWmECFqmGnflbD3SLxAzbxuAM709GOnmNOZW7CT8vNnPUGeuNDAvMJshKwPeapQR0t7GwA/Xr5ImE1JSF5Kr56ANz9gpsPA8/t38I30B047f8+5yldpklbRUDaf+tK51B+OpP6wnPqy33YE/KxXCK1Vy8D19JUOUb0QqpbQ5lzJqfIXOVWxpg7X4tMXJMXqrgB+8lYDJhjTCNZvQX2iygPB3dLM20f3c/jczxV/QVE2I3M3M8ehvSE/4AFTJuNNSjKL48E1m9aKJzl/dBnuilW4pdgeg/VFjZKCJimWVmcMVC2DmvngWlhD1dJRXQEc623EQs3p3KlLJL50Dy3t7ddMyd8dtHVY4Nobb6Ud6/qhZisffP7RldGrWkZ9xbM3HHzXrLjojAHXYg6XvWazHX5TkL58pdsUyO1rxCJEFXdlb0Tu0OBqOHdNu/OHJyAXVYTZdzLUZOXt/R+DayFULe0XhHopjsvOVVAzn+xDbxFiMbweYjEIYXZtNwDv+PJX32iHlpC8FCYYt6E6Ucm/Kw8yNi/Fa7u7UQjhooYgk5XX9yWCazG4ltwQhHopjubKlVAzn8ySdxlpNjPZlh0eIaqF6fZd3QA8fD1L3hnWLEbkbGaMfgsRHRni731+hKhhqNnKC4XJULX0ujOhQYrjsnMlVC8g6cB6hpmtTLHvPhIlqryeGMkILLPjyvNws4WVe1Opl+KgcoXPAC45Y6ByGR8Vb2CY2cp0+y6iRNXq3o7MjOzvP00PBIRwUctIs5m9pfHgWuQzgE5YMlHDeKseuajK8+XQVHiguT6hNh2/cWTxffkaqFzuM4AmKRZci3mhKIk7jAVlU2y7fxVq0wld5e3Y3CSZqD4RKADGW/WsLkyGyhVcdq66riKIazE7D/258DFRK8wVlcITjsxu6u3gZOfhyVP/z+CjRSVBJhvx+z4B19M0Xnf/V9BauSK50RkrnK5YI9RWrO6mvgB0aqpMVD8vE9V/7DiAGH8zFO1Qxk+w5saPMFtW2EvfEHuZ/9+6JYXkDcAFKbakvXKFQOXya+UjgJuuaIdSGGvJFyZY9ULRkbUC1Qu1XoL/r1tS3OGWFIJbUqxxS4raHt5T55YUQzre000BByBSVAtyUSWMNJuF2aJWqCl/SaBmvtAkxVZftfVNcEuKoJ6CckuKl9yS4uxVEMJuCQByUSXcbTYLz+xJE847YwWqFwiNUty4hp8D2eSWFHd5CfxqveqWFOc7PvdiwAOIENXCRGuuEL/vUwHXUgHXIqGhIk5wS4oFbklhckuKe3wM/GptdUuK97wB+N8AzRQruGekJd4AAAAASUVORK5CYII=" > ' . BConfig::PLUGIN_MENU_NAME, 'bc-menu-cart-woo' ),
34
- 'manage_options',
35
- BConfig::PLUGIN_SLUG,
36
- array( $this, 'bc_menu_cart_setting_page_ui')
37
- );
38
-
39
- }
40
- public function init_settings()
41
- {
42
- // Create option in wp_options.
43
- if ( false == get_option( self::OPTION_NAME ) ) {
44
- add_option( self::OPTION_NAME );
45
- }
46
-
47
- // Register settings.
48
- register_setting( self::OPTION_NAME, self::OPTION_NAME, array( &$this, 'bc_menu_bar_cart_options_validate' ) );
49
-
50
- }
51
-
52
- /**
53
- * Build the options page.
54
- */
55
- public function bc_menu_cart_setting_page_ui() {
56
- $all_cart_designs = BC_Options::get_all_options(self::OPTION_NAME)->posts;
57
- //check if the option_id is passed in the URL (in case of edit)
58
- //get that value if available, otherwise, create a new one
59
- $action = isset($_GET['action']) ? $_GET['action'] : 'edit';
60
- $option_post_id = isset($_GET['option_id']) ? intval($_GET['option_id']) : 0;
61
-
62
- if (isset($_GET['active_tab']))
63
- {
64
- $active_tab = $_GET['active_tab'];
65
-
66
- ?>
67
- <script>
68
- //this whole part is just to make the page goes to the right tab after reload. What a fucking pathetic poc
69
- (function($){
70
- $(function(){
71
- var active_tab_id = '#' + <?php echo "'" . $active_tab . "'"; ?>;
72
- var active_tab_content = $(active_tab_id);
73
- var active_tab_li = $('[href='+active_tab_id+']').closest('li');
74
- //remove the active class from the si
75
- active_tab_li.siblings('li').removeClass('bc-uk-active');
76
- active_tab_content.siblings('li').removeClass('bc-uk-active');
77
-
78
- active_tab_li.addClass('bc-uk-active');
79
- active_tab_content.addClass('bc-uk-active');
80
- });
81
-
82
- })(jQuery)
83
-
84
- </script>
85
-
86
- <?php }
87
-
88
-
89
- //if the action is to trash the page, then delete the option and redirect to a blank page
90
- if ($action == 'trash' && $option_post_id != 0)
91
- {
92
- wp_delete_post($option_post_id);
93
- exit(wp_redirect(admin_url('admin.php?page=bc_menu_bar_cart&active_tab=create-design-tab')));
94
- }
95
-
96
-
97
- $general_bc_ui = new Options_Form(self::OPTION_NAME, $option_post_id);
98
-
99
- ?>
100
-
101
-
102
- <div class="bc-root bc-doc">
103
- <div class="bc-uk-container">
104
- <h2><?php _e('Binary Carpenter Menu Cart', 'bc-menu-cart-woo' ) ?></h2>
105
-
106
-
107
-
108
- <?php
109
- if (!self::get_menu_array()) {
110
- ?>
111
- <div class="bc-uk-alert-danger" style="width:400px; padding:10px;">
112
- <h3><?php _e('Important!', 'bc-menu-cart-woo'); ?></h3>
113
- <p>
114
- <?php _e('You don\'t have any menu yet. Please Go to <strong>Appearance -> Menus</strong> and create a menu to get started.', 'bc-menu-cart-woo'); ?>
115
- </p>
116
-
117
- </div>
118
- <?php } ?>
119
- <div class="bc-uk-flex" bc-uk-grid>
120
-
121
- <div class="bc-uk-width-1-1@m">
122
- <ul class="bc-uk-tab" data-uk-tab="{connect:'#bc-menu-cart-top-tab'}">
123
- <li>
124
- <a href="#welcome-tab"><?php _e('Welcome', 'bc-menu-cart-woo'); ?></a>
125
- </li>
126
- <li>
127
- <a href="#create-design-tab"><?php _e('Create new cart design', 'bc-menu-cart-woo'); ?></a>
128
- </li>
129
- <li>
130
- <a href="#link-design-to-menu-tab"><?php _e('Link design to menu', 'bc-menu-cart-woo'); ?></a>
131
- </li>
132
-
133
- <li>
134
- <a href="#theme-cart-icon-settings-tab"><?php _e('Theme\'s cart icon settings', 'bc-menu-cart-woo'); ?></a>
135
- </li>
136
- </ul>
137
-
138
- <ul class="bc-uk-switcher" id="bc-menu-cart-top-tab">
139
- <li class="bc-single-tab" id="welcome-tab">
140
- <div>
141
- <h3><?php _e('Thanks for using our plugin', 'bc-menu-cart-woo'); ?></h3>
142
- <p><?php _e('We hope you enjoy it.', 'bc-menu-cart-woo'); ?></p>
143
- <p><?php _e('We made a list of tutorial <a href="https://www.youtube.com/playlist?list=PL6rw2AEN42Eq4M6bJABDJJI5OhrslZ6cM">here on YouTube</a>', 'bc-menu-cart-woo'); ?></p>
144
- <p><?php _e('If you need help, please <a href="https://tickets.binarycarpenter.com/open.php">contact us</a>', 'bc-menu-cart-woo'); ?></p>
145
- </div>
146
-
147
-
148
- <?php
149
- //try to activate here if it's pro
150
- if (!BConfig::IS_FREE)
151
- {
152
- $activation_result = json_decode(Activation::activate(BConfig::KEY_CHECK_OPTION));
153
-
154
- Static_UI::notice($activation_result->message, $activation_result->status, false, true);
155
- } ?>
156
-
157
- <?php if (BConfig::IS_FREE): ?>
158
- <h3><?php _e('Like this plugin? The PRO version is much more awesome! <a target="_blank" href="https://www.binarycarpenter.com/app/bc-menu-cart-icon-plugin/?src=upgrade-h3-first-page">Check it out</a>', 'bc-menu-cart-woo') ?></h3>
159
- <?php endif; ?>
160
-
161
-
162
- </li>
163
-
164
- <li class="bc-single-tab" id="create-design-tab">
165
- <div class="bc-uk-flex" bc-uk-grid>
166
- <div class="bc-uk-width-auto@m">
167
- <a href="<?php echo admin_url('admin.php?page=bc_menu_bar_cart&active_tab=create-design-tab'); ?>" class="bc-uk-button bc-uk-button-primary">Create new design</a>
168
-
169
-
170
- <?php
171
-
172
- Static_UI::heading('Designs you created', 2);
173
-
174
- echo '<ul>';
175
- foreach ($all_cart_designs as $design)
176
- {
177
- echo sprintf('<li><a href="%1$s"><i class="icon-edit-01"></i></a> <a href="%2$s"><i class="icon-trash-01"></i></a>%3$s</li>', admin_url('admin.php?page=bc_menu_bar_cart&active_tab=create-design-tab&action=edit&option_id=' . $design->ID), admin_url('admin.php?page=bc_menu_bar_cart&active_tab=create-design-tab&action=trash&option_id=' . $design->ID), $design->post_title);
178
- }
179
-
180
- echo '</ul>';
181
-
182
-
183
- ?>
184
- </div>
185
- <div class="bc-uk-width-2-3@m">
186
- <form class="bc-uk-form">
187
- <ul class="bc-uk-tab" data-uk-tab="{connect:'#bc-menu-cart-settings-tabs'}">
188
- <li>
189
- <a href="#general-tab"><?php _e('General settings', 'bc-menu-cart-woo'); ?></a>
190
- </li>
191
-
192
- <li>
193
- <a href="#design-tab"><?php _e('Design settings', 'bc-menu-cart-woo'); ?></a>
194
- </li>
195
- </ul>
196
- <ul class="bc-uk-switcher" id="bc-menu-cart-settings-tabs">
197
-
198
- <li id="general-tab">
199
-
200
- <?php
201
-
202
- if(isset($_GET['option_id']))
203
- {
204
- $general_bc_ui->card_section(__('Cart icon shortcode', 'bc-menu-cart-woo'), array(
205
- sprintf('[bc_cart_icon id=%1$s]', intval($_GET['option_id']))
206
- ));
207
- }
208
-
209
-
210
- $general_bc_ui->card_section(__('Design title', 'bc-menu-cart-woo'), array(
211
- $general_bc_ui->input_field(OName::TITLE, false, __('Design title, like post title, easy to remember', 'bc-menu-cart-woo'))
212
-
213
- ));
214
-
215
-
216
- $general_bc_ui->card_section('Cart display', array(
217
- $general_bc_ui->checkbox(OName::ALWAYS_DISPLAY, false, __('Always show the cart icon on the menu, even when the cart is empty', 'bc-menu-cart-woo')),
218
- $general_bc_ui->checkbox(OName::DISPLAY_CART_ICON, false, __('Display icon on cart', 'bc-menu-cart-woo')),
219
- // $general_bc_ui->checkbox(OName::DISPLAY_ITEM_COUNT, false, 'Display item count'),
220
- // $general_bc_ui->checkbox(OName::DISPLAY_CART_TOTAL, false, 'Display cart total')
221
- ));
222
-
223
-
224
-
225
- $general_bc_ui->card_section(__('Cart layout', 'bc-menu-cart-woo'), array(
226
- $general_bc_ui->radio(OName::CART_LAYOUT, array(
227
- '0' => array('content' => plugins_url('../bundle/images/layout_01.jpg', __FILE__), 'disabled' => false),
228
- '1' => array('content' => plugins_url('../bundle/images/layout_02.jpg', __FILE__), 'disabled' => false),
229
- '2' => array('content' => plugins_url('../bundle/images/layout_03.jpg', __FILE__), 'disabled' => false),
230
- '3' => array('content' => plugins_url('../bundle/images/layout_04.jpg', __FILE__), 'disabled' => false),
231
- '4' => array('content' => plugins_url('../bundle/images/layout_05.jpg', __FILE__), 'disabled' => false),
232
- '5' => array('content' => plugins_url('../bundle/images/layout_06.jpg', __FILE__), 'disabled' => false),
233
-
234
- ), 'row', 'image', __('Select cart layout on desktop', 'bc-menu-cart-woo'), array(100, 0)),
235
-
236
- $general_bc_ui->radio(OName::CART_LAYOUT_MOBILE, array(
237
- '0' => array('content' => plugins_url('../bundle/images/layout_01.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
238
- '1' => array('content' => plugins_url('../bundle/images/layout_02.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
239
- '2' => array('content' => plugins_url('../bundle/images/layout_03.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
240
- '3' => array('content' => plugins_url('../bundle/images/layout_04.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
241
- '4' => array('content' => plugins_url('../bundle/images/layout_05.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
242
- '5' => array('content' => plugins_url('../bundle/images/layout_06.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
243
-
244
- ), 'row', 'image', __('Select cart layout on mobile', 'bc-menu-cart-woo'), array(100, 0)),
245
- $general_bc_ui->input_field(OName::MY_CART_TEXT, 'text', __('"My Cart" replacement', 'bc-menu-cart-woo'), false),
246
- $general_bc_ui->radio(OName::CART_FLOAT, array(
247
- 'bc-mnc__float-left' => array('content' => 'Left', 'disabled' => false),
248
- 'bc-mnc__float-right' => array('content' => 'Right', 'disabled' => false),
249
- 'bc-mnc__float-none' => array('content' => 'Default', 'disabled' => false),
250
- ), 'row', 'text', 'Cart float')
251
-
252
- ));
253
-
254
-
255
- $general_bc_ui->setting_fields();
256
-
257
- $general_bc_ui->js_post_form();
258
- ?>
259
-
260
- </li>
261
-
262
- <li id="design-tab">
263
- <?php
264
- $general_bc_ui->card_section(__('Cart icon design', 'bc-menu-cart-woo'), array(
265
-
266
-
267
-
268
- $general_bc_ui->radio(OName::CART_ICON_TYPE, array(
269
- 'font_icon' => array('content' => __('Font icon', 'bc-menu-cart-woo'), 'disabled' => false),
270
- 'image' => array('content' => __('Image', 'bc-menu-cart-woo'), 'disabled' => BConfig::IS_FREE)
271
-
272
- ), 'row', 'text', __('Cart icon type', 'bc-menu-cart-woo')),
273
-
274
- Static_UI::flex_section(array(
275
- $general_bc_ui->radio(OName::CART_ICON_FONT, array(
276
- 'icon-cart-01' => array('content' => 'icon-cart-01', 'disabled' => false),
277
- // 'icon-cart-02' => array('content' => 'icon-cart-02', 'disabled' => false),
278
- // 'icon-cart-03' => array('content' => 'icon-cart-03', 'disabled' => false),
279
- 'icon-cart-04' => array('content' => 'icon-cart-04', 'disabled' => false),
280
- 'icon-cart-05' => array('content' => 'icon-cart-05', 'disabled' => false),
281
- 'icon-cart-06' => array('content' => 'icon-cart-06', 'disabled' => false),
282
- 'icon-cart-07' => array('content' => 'icon-cart-07', 'disabled' => false),
283
- 'icon-cart-08' => array('content' => 'icon-cart-08', 'disabled' => false),
284
- 'icon-cart-09' => array('content' => 'icon-cart-09', 'disabled' => false),
285
- 'icon-cart-10' => array('content' => 'icon-cart-10', 'disabled' => false),
286
- 'icon-cart-11' => array('content' => 'icon-cart-11', 'disabled' => false),
287
- 'icon-cart-12' => array('content' => 'icon-cart-12', 'disabled' => false),
288
- 'icon-cart-13' => array('content' => 'icon-cart-13', 'disabled' => false),
289
- 'icon-cart-14' => array('content' => 'icon-cart-14', 'disabled' => false),
290
- 'icon-cart-15' => array('content' => 'icon-cart-15', 'disabled' => false),
291
-
292
-
293
- ), 'row', 'icon_font', __('Select icon for your cart', 'bc-menu-cart-woo')),
294
- $general_bc_ui->image_picker(OName::CART_ICON_IMAGE, __('Select', 'bc-menu-cart-woo'), __('Select cart image', 'bc-menu-cart-woo'), BConfig::IS_FREE)
295
-
296
- ), 'bc-uk-flex-between'),
297
-
298
-
299
- Static_UI::flex_section(array(
300
- $general_bc_ui->input_field(OName::CART_ICON_WIDTH, 'number', __('Icon width(px)', 'bc-menu-cart-woo'), false, 100),
301
- $general_bc_ui->input_field(OName::CART_ICON_HEIGHT, 'number', __('Icon height(px)', 'bc-menu-cart-woo'), false, 100),
302
- $general_bc_ui->input_field(OName::CART_ICON_FONT_SIZE, 'number', __('Icon font size(px)', 'bc-menu-cart-woo'), false, 100),
303
- ), 'bc-uk-flex-between'),
304
-
305
-
306
- BConfig::IS_FREE ? Static_UI::notice(__('Cart icon color is available in the pro version only. <a href="https://www.binarycarpenter.com/app/bc-menu-cart-icon-plugin/?src=in-plugin-cart-color">Click here to upgrade</a> to unlock all features', 'bc-menu-cart-woo'), 'info', false
307
- , false): '',
308
- $general_bc_ui->input_field(OName::CART_ICON_COLOR, 'color', __('Cart icon color (in case you use font icon)', 'bc-menu-cart-woo'), BConfig::IS_FREE, 60)
309
-
310
- ));
311
-
312
-
313
- $general_bc_ui->card_section(__('Cart count circle design', 'bc-menu-cart-woo'),
314
- array(
315
-
316
- Static_UI::flex_section(array(
317
- $general_bc_ui->input_field(OName::ITEM_COUNT_CIRCLE_BG_COLOR, 'color', __('Item count circle background color', 'bc-menu-cart-woo'), false, 60),
318
- $general_bc_ui->input_field(OName::ITEM_COUNT_CIRCLE_TEXT_COLOR, 'color', __('Item count circle text color', 'bc-menu-cart-woo'), false, 60),
319
- ), 'bc-uk-flex-between'),
320
- Static_UI::flex_section(array(
321
- $general_bc_ui->input_field(OName::ITEM_COUNT_CIRCLE_WIDTH, 'number', __('Item count circle width', 'bc-menu-cart-woo'), false, 100),
322
- $general_bc_ui->input_field(OName::ITEM_COUNT_CIRCLE_HEIGHT, 'number', __('Item count circle height', 'bc-menu-cart-woo'), false, 100),
323
- $general_bc_ui->input_field(OName::ITEM_COUNT_CIRCLE_FONT_SIZE, 'number', __('Item count font size', 'bc-menu-cart-woo'), false, 100),
324
- ), 'bc-uk-flex-between')
325
- )
326
-
327
- );
328
-
329
- if (BConfig::IS_FREE)
330
- {
331
- Static_UI::notice(__('The section below is available in the pro version only. <a href="https://www.binarycarpenter.com/app/bc-menu-cart-icon-plugin/?src=in-plugin">Click here to upgrade</a> to unlock all features', 'bc-menu-cart-woo'), 'info');
332
- }
333
-
334
- $general_bc_ui->card_section(__('On cart item action behavior', 'bc-menu-cart-woo'), array(
335
- Static_UI::flex_section(array(
336
- $general_bc_ui->select(OName::ON_CART_ICON_CLICK, array(
337
- 'go_to_cart' => __('Go to cart', 'bc-menu-cart-woo'),
338
- 'do_nothing' => __('Do nothing', 'bc-menu-cart-woo'),
339
- 'show_cart_list' => __('Show cart items list', 'bc-menu-cart-woo')
340
-
341
- ), __('On cart click', 'bc-menu-cart-woo'), BConfig::IS_FREE, false),
342
- $general_bc_ui->select(OName::ON_CART_ICON_HOVER, array(
343
- 'do_nothing' => __('Do nothing', 'bc-menu-cart-woo'),
344
- 'show_cart_list' => __('Show cart items list', 'bc-menu-cart-woo')
345
- ), __('On cart hover', 'bc-menu-cart-woo'), BConfig::IS_FREE, false)
346
- ), 'bc-uk-flex-between'),
347
-
348
-
349
- ));
350
-
351
-
352
-
353
- /**
354
-
355
- This section adds style to the cart details.
356
- One style needs to have three things:
357
- 1. define a value here
358
- 2. define the style in cart-list-design.scss in src/css
359
- 3. define the style's skeleton in BC_Menu_Cart_Display.php
360
-
361
- Without any of the three, new style does not work.
362
- */
363
- $general_bc_ui->card_section(__('Cart items list design', 'bc-menu-cart-woo'), array(
364
- $general_bc_ui->radio(OName::CART_LIST_STYLE_CLASS, array(
365
- 'bc-mnc__cart-details-style-1' => array('content' => plugins_url('../bundle/images/cart-details-design-01.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
366
- 'bc-mnc__cart-details-style-2' => array('content' => plugins_url('../bundle/images/cart-details-design-02.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
367
- 'bc-mnc__cart-details-style-3' => array('content' => plugins_url('../bundle/images/cart-details-design-03.jpg', __FILE__), 'disabled' => BConfig::IS_FREE),
368
- 'bc-mnc__cart-details-style-4' => array('content' => plugins_url('../bundle/images/cart-details-design-04.gif', __FILE__), 'disabled' => BConfig::IS_FREE),
369
-
370
-
371
-
372
- ), 'row', 'image', __('Select preset designs for the cart list', 'bc-menu-cart-woo'), array(70, 0)),
373
-
374
-
375
-
376
- /**
377
- * @TODO later version
378
- */
379
- // $general_bc_ui->select(OName::CART_LIST_DISPLAY_STYLE, array(
380
- // 'drop_down' => 'Drop down',
381
- // 'slide_from_right' => 'Slide from right',
382
- // 'slide_from_left' => 'Slide from left',
383
- // 'full_page' => 'Full page'
384
- // ), 'Cart list display style', false, false)
385
-
386
- ));
387
-
388
-
389
- $general_bc_ui->card_section(__('Cart list close button styling', 'bc-menu-cart-woo'), array(
390
- $general_bc_ui->radio(OName::CLOSE_CART_LIST_ICON, array(
391
- 'icon-close-01' => array('content' => 'icon-close-01', 'disabled' => BConfig::IS_FREE),
392
-
393
- 'icon-close-03' => array('content' => 'icon-close-03', 'disabled' => BConfig::IS_FREE),
394
- 'icon-close-04' => array('content' => 'icon-close-04', 'disabled' => BConfig::IS_FREE),
395
-
396
- 'icon-close-06' => array('content' => 'icon-close-06', 'disabled' => BConfig::IS_FREE),
397
- 'icon-close-07' => array('content' => 'icon-close-07', 'disabled' => BConfig::IS_FREE),
398
- 'icon-close-08' => array('content' => 'icon-close-08', 'disabled' => BConfig::IS_FREE),
399
- 'icon-close-09' => array('content' => 'icon-close-09', 'disabled' => BConfig::IS_FREE),
400
- 'icon-close-10' => array('content' => 'icon-close-10', 'disabled' => BConfig::IS_FREE),
401
- 'icon-close-11' => array('content' => 'icon-close-11', 'disabled' => BConfig::IS_FREE),
402
- 'icon-close-12' => array('content' => 'icon-close-12', 'disabled' => BConfig::IS_FREE),
403
-
404
- ), 'row', 'icon_font', __('Select close cart list icon (display at the top right of the cart list)', 'bc-menu-cart-woo')),
405
- $general_bc_ui->input_field(OName::CLOSE_CART_LIST_ICON_FONT_SIZE, 'number', __('Icon\'s font size', 'bc-menu-cart-woo'), BConfig::IS_FREE),
406
- ));
407
-
408
- $general_bc_ui->card_section(__('Product image styling', 'bc-menu-cart-woo'), array(
409
- $general_bc_ui->checkbox(OName::DISPLAY_PRODUCT_IMAGE, BConfig::IS_FREE, __('Display product image', 'bc-menu-cart-woo')),
410
- Static_UI::flex_section(array(
411
- $general_bc_ui->input_field(OName::PRODUCT_IMAGE_WIDTH, 'number', __('Product image width', 'bc-menu-cart-woo'), BConfig::IS_FREE),
412
- $general_bc_ui->input_field(OName::PRODUCT_IMAGE_HEIGHT, 'number', __('Product image height', 'bc-menu-cart-woo'), BConfig::IS_FREE),
413
-
414
- ), 'bc-uk-flex-between')
415
- ));
416
-
417
- $general_bc_ui->card_section(__('Product remove button styling', 'bc-menu-cart-woo'), array(
418
-
419
- $general_bc_ui->radio(OName::REMOVE_PRODUCT_ICON, array(
420
- 'icon-close-01' => array('content' => 'icon-close-01', 'disabled' => BConfig::IS_FREE),
421
-
422
- 'icon-close-03' => array('content' => 'icon-close-03', 'disabled' => BConfig::IS_FREE),
423
- 'icon-close-04' => array('content' => 'icon-close-04', 'disabled' => BConfig::IS_FREE),
424
-
425
- 'icon-close-06' => array('content' => 'icon-close-06', 'disabled' => BConfig::IS_FREE),
426
- 'icon-close-07' => array('content' => 'icon-close-07', 'disabled' => BConfig::IS_FREE),
427
- 'icon-close-08' => array('content' => 'icon-close-08', 'disabled' => BConfig::IS_FREE),
428
- 'icon-close-09' => array('content' => 'icon-close-09', 'disabled' => BConfig::IS_FREE),
429
- 'icon-close-10' => array('content' => 'icon-close-10', 'disabled' => BConfig::IS_FREE),
430
- 'icon-close-11' => array('content' => 'icon-close-11', 'disabled' => BConfig::IS_FREE),
431
- 'icon-close-12' => array('content' => 'icon-close-12', 'disabled' => BConfig::IS_FREE),
432
-
433
- ), 'row', 'icon_font', __('Select remove product icon (display in front of every products in cart)', 'bc-menu-cart-woo')),
434
-
435
-
436
- Static_UI::flex_section(array(
437
- $general_bc_ui->input_field(OName::PRODUCT_REMOVE_BUTTON_FONT_SIZE, 'number', __('Product removal icon font size', 'bc-menu-cart-woo'), BConfig::IS_FREE),
438
- )),
439
- ));
440
-
441
-
442
- $general_bc_ui->card_section(__('Product quantity change styling', 'bc-menu-cart-woo'), array(
443
- $general_bc_ui->checkbox(OName::DISPLAY_QUANTITY_CHANGE_BOX, BConfig::IS_FREE, __('Display quantity change option for every product in cart', 'bc-menu-cart-woo')),
444
- Static_UI::flex_section(array(
445
- $general_bc_ui->radio(OName::QUANTITY_CHANGE_BOX_INCREASE_ICON, array(
446
- 'icon-up-01' => array('content' => 'icon-up-01', 'disabled' => false),
447
- 'icon-plus-04' => array('content' => 'icon-plus-04', 'disabled' => BConfig::IS_FREE),
448
- 'icon-plus-02' => array('content' => 'icon-plus-02', 'disabled' => BConfig::IS_FREE),
449
- 'icon-plus-01' => array('content' => 'icon-plus-01', 'disabled' => BConfig::IS_FREE),
450
-
451
- 'icon-right-01' => array('content' => 'icon-right-01', 'disabled' => BConfig::IS_FREE),
452
- 'icon-right-02' => array('content' => 'icon-right-02', 'disabled' => BConfig::IS_FREE),
453
-
454
- ) , 'row', 'icon_font', __('Icon for increase button', 'bc-menu-cart-woo')),
455
-
456
- $general_bc_ui->radio(OName::QUANTITY_CHANGE_BOX_DECREASE_ICON, array(
457
- 'icon-down-01' => array('content' => 'icon-down-01', 'disabled' => false),
458
- 'icon-minus-01' => array('content' => 'icon-minus-01', 'disabled' => BConfig::IS_FREE),
459
- 'icon-minus-02' => array('content' => 'icon-minus-02', 'disabled' => BConfig::IS_FREE),
460
- 'icon-minus-03' => array('content' => 'icon-minus-03', 'disabled' => BConfig::IS_FREE),
461
-
462
- 'icon-left-03' => array('content' => 'icon-left-03', 'disabled' => BConfig::IS_FREE),
463
- 'icon-left-01' => array('content' => 'icon-left-01', 'disabled' => BConfig::IS_FREE),
464
-
465
- ) , 'row', 'icon_font', __('Icon for increase button', 'bc-menu-cart-woo'))
466
-
467
- ), 'bc-uk-flex-between')
468
- ));
469
-
470
-
471
- $general_bc_ui->card_section(__('Move the cart icon on mobile', 'bc-menu-cart-woo'), array(
472
- Static_UI::flex_section(array(
473
-
474
- $general_bc_ui->radio(OName::DESIGN_MOBILE_POSITION, array(
475
- 'left' => array('content' => __('Left', 'bc-menu-cart-woo'), 'disabled' => false),
476
- 'right' => array('content' => __('Right', 'bc-menu-cart-woo'), 'disabled' => false),
477
-
478
- ), 'row', 'text', __('Position on mobile', 'bc-menu-cart-woo')),
479
- $general_bc_ui->input_field(OName::DESIGN_MOBILE_POSITION_RELATIVE_TO_ELEMENT, 'text', __('Element selector', 'bc-menu-cart-woo'), BConfig::IS_FREE),
480
- $general_bc_ui->checkbox(OName::DESIGN_MOBILE_REMOVE_ORIGIN_ELEMENT, BConfig::IS_FREE, __('Remove from original'), 'bc-menu-cart-woo'),
481
-
482
-
483
-
484
- ), 'bc-uk-flex-between'),
485
-
486
- $general_bc_ui->textarea(OName::DESIGN_MOBILE_EXTRA_STYLE, __('enter extra CSS rules here (property: value;), if any', 'bc-menu-cart-woo'), BConfig::IS_FREE)
487
- ));
488
-
489
- $general_bc_ui->card_section(__('Other cart list settings', 'bc-menu-cart-woo'), array(
490
- Static_UI::flex_section(array(
491
- $general_bc_ui->input_field(OName::CART_LIST_HEADER_TEXT, 'text', __('Cart list header text (currently is "Your cart")', 'bc-menu-cart-woo'), BConfig::IS_FREE),
492
- $general_bc_ui->input_field(OName::CART_LIST_SUBTOTAL_TEXT, 'text', __('Cart list subtotal text (default is "Subtotal")', 'bc-menu-cart-woo'), BConfig::IS_FREE),
493
- ), 'bc-uk-flex-between'),
494
-
495
-
496
- $general_bc_ui->checkbox(OName::DISPLAY_GO_TO_CART_BUTTON, BConfig::IS_FREE, __('Display go to cart button', 'bc-menu-cart-woo')),
497
- Static_UI::flex_section(array(
498
-
499
- $general_bc_ui->input_field(OName::GO_TO_CART_BUTTON_BG_COLOR, 'color', __('Go to cart button background color', 'bc-menu-cart-woo'), BConfig::IS_FREE, 60),
500
- $general_bc_ui->input_field(OName::GO_TO_CART_BUTTON_TEXT, 'text', __('Go to cart button text', 'bc-menu-cart-woo'), BConfig::IS_FREE),
501
-
502
- ), 'bc-uk-flex-between'),
503
-
504
-
505
- $general_bc_ui->checkbox(OName::DISPLAY_GO_TO_CHECKOUT_BUTTON, BConfig::IS_FREE, __('Display go to checkout button'), 'bc-menu-cart-woo'),
506
- Static_UI::flex_section(array(
507
-
508
- $general_bc_ui->input_field(OName::GO_TO_CHECKOUT_BUTTON_BG_COLOR, 'color', __('Go to checkout button background color', 'bc-menu-cart-woo'), BConfig::IS_FREE, 60),
509
- $general_bc_ui->input_field(OName::GO_TO_CHECKOUT_BUTTON_TEXT, 'text', __('Go to cart button text', 'bc-menu-cart-woo'), BConfig::IS_FREE),
510
- ), 'bc-uk-flex-between')
511
- ));
512
-
513
-
514
-
515
-
516
- //output a hidden field to instruct the script to reload or redirect the page or not
517
- //if the option_id get parameter is not set, that means the user
518
- //is creating the option, not editing it, thus, it is necessary to redirect
519
- //after save
520
- if (!isset($_GET['option_id']))
521
- {
522
- $general_bc_ui->raw_hidden(OName::REDIRECT_URL, admin_url('admin.php?page=bc_menu_bar_cart&action=edit&option_id=' . $general_bc_ui->get_option_post_id()));
523
- }
524
-
525
-
526
-
527
-
528
- ?>
529
-
530
- </li>
531
-
532
- </ul>
533
- <?php $general_bc_ui->submit_button(__('Save settings', 'bc-menu-cart-woo')); ?>
534
- </form>
535
- </div>
536
- </div>
537
- </li>
538
-
539
- <li class="bc-single-tab" id="link-design-to-menu-tab">
540
-
541
- <h3>Link menu to design</h3>
542
- <p>Please select the design for your menus</p>
543
- <form class="bc-uk-form">
544
- <?php
545
- $link_menu_options = BC_Options::get_all_options('bc_menu_cart_linked_menu');
546
-
547
-
548
-
549
- if (count($all_cart_designs) == 0)
550
- {
551
- echo __('You have not created any design. Go create one', 'bc-menu-cart-woo');
552
- return;
553
- }
554
-
555
- $design_radios = array();
556
-
557
- foreach ($all_cart_designs as $design)
558
- {
559
- $design_radios[$design->ID] = array(
560
- 'content' => $design->post_title,
561
- 'disabled' => false
562
- );
563
- }
564
-
565
-
566
- if ($link_menu_options->have_posts())
567
- $link_menu_ui = new Options_Form('bc_menu_cart_linked_menu', $link_menu_options->next_post()->ID);
568
- else
569
- $link_menu_ui = new Options_Form('bc_menu_cart_linked_menu', 0);
570
-
571
-
572
-
573
-
574
- foreach (self::get_menu_array() as $menu)
575
- {
576
- echo $link_menu_ui->radio($menu['slug'], $design_radios, 'row', 'text', $menu['name']);
577
- }
578
-
579
- ?>
580
- <!-- <h3>Position on mobile</h3> -->
581
-
582
- <?php
583
-
584
-
585
-
586
- $link_menu_ui->setting_fields();
587
- $link_menu_ui->js_post_form();
588
- $link_menu_ui->submit_button(__('Save links', 'bc-menu-cart-woo'));
589
-
590
- ?>
591
-
592
-
593
- </form>
594
- </li>
595
-
596
- <li class="bc-single-tab" id="theme-cart-icon-settings-tab">
597
- <form class="bc-uk-form">
598
- <?php
599
- $theme_cart_option = BC_Options::get_all_options('bc_menu_cart_theme_cart_icon');
600
-
601
-
602
- if ($theme_cart_option->have_posts())
603
- $theme_cart_ui = new Options_Form('bc_menu_cart_theme_cart_icon', $theme_cart_option->next_post()->ID);
604
- else
605
- $theme_cart_ui = new Options_Form('bc_menu_cart_theme_cart_icon', 0);
606
-
607
-
608
- $theme_cart_ui->card_section(__('Theme\'s cart icon settings', 'bc-menu-cart-woo'), array(
609
- $theme_cart_ui->checkbox(OName::HIDE_THEME_CART, false, __('Hide theme cart icon?', 'bc-menu-cart-woo')),
610
- $theme_cart_ui->input_field(OName::THEME_CART_CSS_SELECTOR, 'text', __('Theme\'s cart CSS selector', 'bc-menu-cart-woo'), false)
611
- ));
612
-
613
-
614
-
615
- $theme_cart_ui->setting_fields();
616
- $theme_cart_ui->js_post_form();
617
- $theme_cart_ui->submit_button(__('Save settings', 'bc-menu-cart-woo'));
618
-
619
- ?>
620
-
621
- </form>
622
-
623
-
624
- </li>
625
-
626
-
627
- </ul>
628
-
629
- </div>
630
- </div>
631
-
632
-
633
-
634
- </div> <!-- End container -->
635
- </div>
636
- <?php
637
- }
638
-
639
- /**
640
- * Get menu array.
641
- *
642
- * @return array menu slug => menu name
643
- */
644
- public static function get_menu_array() {
645
- $menus = get_terms( 'nav_menu', array( 'hide_empty' => false ) );
646
- $menu_list = array();
647
-
648
- foreach ( $menus as $menu ) {
649
- $menu_list[] = array(
650
- 'slug' => $menu->slug,
651
- 'name' => $menu->name);
652
- }
653
-
654
- if (!empty($menu_list))
655
- return $menu_list;
656
-
657
- return array();
658
- }
659
-
660
- /**
661
- * Get array of active shop plugins
662
- *
663
- * @return array plugin slug => plugin name
664
- */
665
- public function get_shop_plugins() {
666
- $active_shop_plugins = BC_Menu_Cart_Display::get_active_shops();
667
-
668
- //switch keys & values, then strip plugin path to folder
669
- foreach ($active_shop_plugins as $key => $value) {
670
- $filtered_active_shop_plugins[dirname($value)] = $key;
671
- }
672
-
673
- $active_shop_plugins = isset($filtered_active_shop_plugins) ? $filtered_active_shop_plugins:'';
674
-
675
- return $active_shop_plugins;
676
- }
677
-
678
-
679
- /**
680
- * Validate/sanitize options input
681
- */
682
- public function bc_menu_bar_cart_options_validate( $input ) {
683
- // Create our array for storing the validated options.
684
- $output = array();
685
-
686
- // Loop through each of the incoming options.
687
- foreach ( $input as $key => $value ) {
688
-
689
- // Check to see if the current option has a value. If so, process it.
690
- if ( isset( $input[$key] ) ) {
691
- // Strip all HTML and PHP tags and properly handle quoted strings.
692
- if ( is_array( $input[$key] ) ) {
693
- foreach ( $input[$key] as $sub_key => $sub_value ) {
694
- $output[$key][$sub_key] = strip_tags( stripslashes( $input[$key][$sub_key] ) );
695
- }
696
-
697
- } else {
698
- $output[$key] = strip_tags( stripslashes( $input[$key] ) );
699
- }
700
- }
701
- }
702
-
703
- // Return the array processing any additional functions filtered by this action.
704
- return apply_filters( 'bc_menu_bar_cart_validate_input', $output, $input );
705
- }
706
-
707
-
708
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/BC_Cart_Options_name.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
- /**
3
- * Created by PhpStorm.
4
- * User: myn
5
- * Date: 5/14/19
6
- * Time: 10:23 AM
7
- *
8
- * Define the list of option names to avoid typo when setting and getting options
9
- */
10
-
11
- namespace BinaryCarpenter\BC_MNC;
12
-
13
-
14
- class BC_Cart_Options_name
15
- {
16
- const TITLE = 'title';
17
- const HIDE_THEME_CART = 'hide_theme_cart';
18
- const MY_CART_TEXT = 'my_cart_text';
19
- const THEME_CART_CSS_SELECTOR = 'theme_cart_css_selector';
20
- const ALWAYS_DISPLAY = 'always_display';
21
- const DISPLAY_CART_ICON = 'display_cart_icon';
22
- const DISPLAY_ITEM_COUNT = 'display_items_count';
23
- const DISPLAY_CART_TOTAL = 'display_cart_total';
24
- const CART_ICON_TYPE = 'cart_icon_type';
25
- const CART_ICON_FONT = 'cart_icon_font';
26
- const CART_ICON_IMAGE = 'cart_icon_image';
27
- const CART_LAYOUT = 'cart_layout';
28
- const CART_LAYOUT_MOBILE = 'cart_layout_mobile';
29
- const CART_FLOAT = 'cart_float';
30
- const CART_ICON_WIDTH = 'cart_icon_width';
31
- const CART_ICON_HEIGHT = 'cart_icon_height';
32
- const CART_ICON_FONT_SIZE = 'cart_icon_font_size';
33
- const CART_ICON_COLOR = 'cart_icon_color';
34
-
35
- const ITEM_COUNT_CIRCLE_BG_COLOR = 'item_count_circle_bg_color';
36
- const ITEM_COUNT_CIRCLE_TEXT_COLOR = 'item_count_circle_text_color';
37
- const ITEM_COUNT_CIRCLE_WIDTH = 'item_count_circle_width';
38
- const ITEM_COUNT_CIRCLE_HEIGHT = 'item_count_circle_height';
39
- const ITEM_COUNT_CIRCLE_FONT_SIZE = 'item_count_circle_font_size';
40
-
41
- const ON_CART_ICON_CLICK = 'on_cart_icon_click';
42
- const ON_CART_ICON_HOVER = 'on_cart_hover';
43
- const DISPLAY_GO_TO_CART_BUTTON = 'display_cart_button';
44
- const GO_TO_CART_BUTTON_BG_COLOR = 'go_to_cart_button_bg_color';
45
- const GO_TO_CART_BUTTON_TEXT = 'go_to_cart_button_text';
46
- const GO_TO_CHECKOUT_BUTTON_BG_COLOR = 'go_to_checkout_button_bg_color';
47
- const GO_TO_CHECKOUT_BUTTON_TEXT = 'go_to_checkout_button_text';
48
-
49
-
50
-
51
-
52
- const CART_LIST_HEADER_TEXT = 'cart_list_header_text';
53
- const CART_LIST_SUBTOTAL_TEXT = 'cart_list_subtotal_text';
54
- const DISPLAY_GO_TO_CHECKOUT_BUTTON = 'display_checkout_button';
55
- const DISPLAY_PRODUCT_IMAGE = 'display_product_image';
56
- const PRODUCT_IMAGE_WIDTH = 'product_image_width';
57
- const PRODUCT_IMAGE_HEIGHT = 'product_image_height';
58
-
59
- const CLOSE_CART_LIST_ICON_WIDTH = 'close_cart_list_icon_width';
60
- const CLOSE_CART_LIST_ICON_FONT_SIZE = 'close_cart_list_icon_font_size';
61
- const CLOSE_CART_LIST_ICON_HEIGHT = 'close_cart_list_icon_height';
62
-
63
- const REMOVE_PRODUCT_ICON = 'remove_product_icon';
64
- const CLOSE_CART_LIST_ICON = 'close_cart_list_icon';
65
- const CART_LIST_STYLE_CLASS = 'cart_list_style_class';
66
- const PRODUCT_REMOVE_BUTTON_WIDTH = 'product_remove_button_width';
67
- const PRODUCT_REMOVE_BUTTON_HEIGHT = 'product_remove_button_height';
68
- const PRODUCT_REMOVE_BUTTON_FONT_SIZE = 'product_remove_button_font_size';
69
- const CART_LIST_DISPLAY_STYLE = 'cart_list_display_style';
70
-
71
- const DESIGN_MOBILE_POSITION = 'design_mobile_position';
72
- const DESIGN_MOBILE_POSITION_RELATIVE_TO_ELEMENT = 'design_mobile_position_relative_to_element';
73
- const DESIGN_MOBILE_REMOVE_ORIGIN_ELEMENT = 'design_mobile_remove_origin_element';
74
- const DESIGN_MOBILE_EXTRA_STYLE = 'design_mobile_extra_styles';
75
-
76
- const REDIRECT_URL = 'redirect_url';
77
-
78
-
79
- const DISPLAY_QUANTITY_CHANGE_BOX = 'display_quantity_change_box';
80
- const QUANTITY_CHANGE_BOX_INCREASE_ICON = 'quantity_change_box_increase_icon';
81
- const QUANTITY_CHANGE_BOX_DECREASE_ICON = 'quantity_change_box_decrease_icon';
82
-
83
-
84
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/BC_WooHelper.php DELETED
@@ -1,15 +0,0 @@
1
- <?php
2
- /**
3
- * This class handle product add, subtract, remove via ajax
4
- */
5
-
6
- namespace BinaryCarpenter;
7
-
8
-
9
- class BC_WooHelper
10
- {
11
-
12
-
13
-
14
-
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/Cart_Details_Free.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ namespace BinaryCarpenter\BC_MNC;
5
+
6
+
7
+ use WC_Product;
8
+
9
+ /**
10
+ * Class Cart_Details
11
+ * @package BinaryCarpenter\BC_MNC
12
+ */
13
+ class Cart_Details {
14
+
15
+ public static function generate_cart_items_list(BC_Options $design_options) { return ''; }
16
+ }
inc/Cart_Display.php CHANGED
@@ -87,7 +87,7 @@ class Cart_Display {
87
  $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-03">%1$s <div class="bc-menu-cart-text-container">%2$s <hr class="bc-menu-cart-hr" /> %3$s</div> </div>', self::generate_cart_icon_html($design_options), $my_cart_text, self::generate_cart_item_count());
88
  break;
89
  case 3:
90
- $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-04">%1$s %4$s<div class="bc-menu-cart-text-container">%2$s <hr class="bc-menu-cart-hr" /> %3$s</div> </div>', self::generate_cart_icon_html($design_options), $my_cart_text, self::generate_cart_total(), self::generate_cart_count_circle($design_options));
91
  break;
92
  case 4:
93
  $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-05">%1$s%2$s</div>', self::generate_cart_icon_html($design_options), self::generate_cart_count_circle($design_options));
87
  $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-03">%1$s <div class="bc-menu-cart-text-container">%2$s <hr class="bc-menu-cart-hr" /> %3$s</div> </div>', self::generate_cart_icon_html($design_options), $my_cart_text, self::generate_cart_item_count());
88
  break;
89
  case 3:
90
+ $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-04"><div style="position: relative;">%1$s %4$s</div> <div class="bc-menu-cart-text-container">%2$s <hr class="bc-menu-cart-hr" /> %3$s</div> </div>', self::generate_cart_icon_html($design_options), $my_cart_text, self::generate_cart_total(), self::generate_cart_count_circle($design_options));
91
  break;
92
  case 4:
93
  $cart_html = sprintf('<div class="bc-mnc__cart-link--container bc-mnc__cart-link-layout-05">%1$s%2$s</div>', self::generate_cart_icon_html($design_options), self::generate_cart_count_circle($design_options));
inc/bc-cart-config.php DELETED
@@ -1,19 +0,0 @@
1
- <?php
2
- /**
3
- * Created by PhpStorm.
4
- * User: MYN
5
- * Date: 5/9/2019
6
- * Time: 8:57 AM
7
- */
8
- namespace BinaryCarpenter\BC_MNC;
9
- class BC_Menu_Cart_Config
10
- {
11
- const PLUGIN_NAME = 'BC Menu Bar Cart';
12
- const PLUGIN_MENU_NAME = 'BC Menu Cart';
13
- const PLUGIN_SLUG = 'bc_menu_bar_cart';
14
- const PLUGIN_TEXT_DOMAIN = 'bc-menu-cart-woo';
15
- const PLUGIN_OPTION_NAME = 'bc_menu_bar_cart_option_name';
16
- const PLUGIN_COMMON_HANDLER = 'bc_menu_bar_cart_handler';
17
- const IS_FREE = true;//is free or pro
18
- const KEY_CHECK_OPTION = 'bc_menu_cart_key_check';
19
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/bc_core.php DELETED
@@ -1,33 +0,0 @@
1
- <?php
2
- /**
3
- * Created by PhpStorm.
4
- * User: MYN
5
- * Date: 5/1/2019
6
- * Time: 9:42 AM
7
- */
8
-
9
- namespace BinaryCarpenter\BC_MNC;
10
- class BinaryCarpenterCore
11
- {
12
- const MENU_SLUG = 'bccomvn_wp_plugins_myn_menu';
13
- public function admin_menu()
14
- {
15
- if ( empty ( $GLOBALS['admin_page_hooks']['bccomvn_wp_plugins_myn_menu'] ) )
16
- {
17
- add_menu_page(
18
- 'Binary Carpenter',
19
- 'Binary Carpenter',
20
- 'manage_options',
21
- self::MENU_SLUG,
22
- array($this,'bcvn_myn_general_menu'),
23
- 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAA7WGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE5LTA1LTAxVDA5OjEyOjU0KzA3OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTktMDUtMDFUMDk6MTc6MzIrMDc6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE5LTA1LTAxVDA5OjE3OjMyKzA3OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjZlNWQzYmM0LTk4MzYtMzQ0Ni04YjFjLTJmYTE5YmYzMmM5YjwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDpBMTg2MTE5MTZCQjYxMUU5ODVCM0NCNzAwMkJDMUMwOTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDpBMTg2MTE4RTZCQjYxMUU5ODVCM0NCNzAwMkJDMUMwOTwvc3RSZWY6aW5zdGFuY2VJRD4KICAgICAgICAgICAgPHN0UmVmOmRvY3VtZW50SUQ+eG1wLmRpZDpBMTg2MTE4RjZCQjYxMUU5ODVCM0NCNzAwMkJDMUMwOTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOkExODYxMTkxNkJCNjExRTk4NUIzQ0I3MDAyQkMxQzA5PC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDoxYjM0NGU2Ny05MGRkLTdkNDAtYjM1YS1lNzlmZjdmMzhhMzk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTktMDUtMDFUMDk6MTM6NDErMDc6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6NmU1ZDNiYzQtOTgzNi0zNDQ2LThiMWMtMmZhMTliZjMyYzliPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE5LTA1LTAxVDA5OjE3OjMyKzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjIwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjIwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7pyhNhAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHeSURBVHjapNU9TxRRFMbx38y+sBKRzSKK0UKCNgYsTJSon0GNFkiMfALoLOws6EwssaLEWFBo4gfAmNibQKOxIDGSSIggGHdX2N2x2EGXZWbZxFNN5tz7n3vOee4zQf9SJCFCPMBtXMZQ/P4blvEGL9Fo3xgkAB9iFsM6xyqe4EX7SVpjDgtdwMRrFuI9icA5TP89uq5juhW6X/JdvNoHBQFbFXJ5+rJsVlCLkxFylHqoH+zWPbwO+peiLDZQFK+vR9ws8rnMepkrRa6fIMxQq/N+m5Wf5DIHgD8wGGJyHyaG/arz9AKjvZQrPLvIndMMZ7l/htkRyruHRlzEZBYTSZpZ36XaaJb3vcajT3z8wrURHp9HJrGfEyHGkjJRy0MUce4YCpwt0IhSBzQWonTUGPciegNGB8gF1NKBpbAbXTSQCRjsaVba6LA2xOZRwELAToO3a1Qj8uki3QyxkvilIBZ30Ozn1wp+s1Zt6jQlVrJYxK32gQxkyYfY41Se+UssDzF+ku066onAxVRhX+1jtcpGhfESN4oEIY0677b4sJMs7PSrVyWf43jS1ctSKqRfvURzOORzMSto1ei/eI6ZdreZiRM6Cb0TLMkPZzAVm6cuDHaqFZbm2P/1C/gzABdomYFx2GMXAAAAAElFTkSuQmCC'
24
- );
25
- }
26
-
27
- }
28
-
29
- public function bcvn_myn_general_menu()
30
- {
31
- //do nothing at the moment
32
- }
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/bc_menu_bar_cart-woocommerce.php DELETED
@@ -1,54 +0,0 @@
1
- <?php
2
- if ( ! class_exists('BC_Menu_Cart_Woo_Helper') ) {
3
- class BC_Menu_Cart_Woo_Helper {
4
-
5
- /**
6
- * Construct.
7
- */
8
- public function __construct() {
9
- }
10
-
11
- public function menu_item() {
12
- global $woocommerce;
13
-
14
- // make sure cart is loaded! https://wordpress.org/support/topic/activation-breaks-customise?replies=10#post-7908988
15
- if (empty($woocommerce->cart)) {
16
- $woocommerce->cart = new WC_Cart();
17
- }
18
-
19
- $menu_item = array(
20
- 'cart_url' => $this->cart_url(),
21
- 'shop_page_url' => $this->shop_url(),
22
- 'cart_contents_count' => $woocommerce->cart->get_cart_contents_count(),
23
- 'cart_total' => $this->get_cart_total(),
24
- );
25
-
26
- return $menu_item;
27
- }
28
-
29
- public function get_cart_total()
30
- {
31
- return 'need totla';
32
- }
33
- public function cart_url() {
34
- if ( defined('WOOCOMMERCE_VERSION') && version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
35
- return wc_get_cart_url();
36
- } else {
37
- $cart_page_id = wc_get_page_id('cart');
38
- if ( $cart_page_id ) {
39
- return apply_filters( 'woocommerce_get_cart_url', get_permalink( $cart_page_id ) );
40
- } else {
41
- return '';
42
- }
43
- }
44
- }
45
-
46
- public function shop_url() {
47
- if ( defined('WOOCOMMERCE_VERSION') && version_compare( WOOCOMMERCE_VERSION, '2.5.2', '>=' ) ) {
48
- return wc_get_page_permalink( 'shop' );
49
- } else {
50
- return get_permalink( wc_get_page_id( 'shop' ) );
51
- }
52
- }
53
- }
54
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bc2018
3
  Tags: woocommerce cart icon, cart icon, menubar cart, wp menu cart, woocommerce cart
4
  Donate link: https://www.binarycarpenter.com/
5
  Requires at least: 4.7
6
- Tested up to: 5.3
7
- Requires PHP: 5.3
8
  Stable tag: 1.43
9
 
10
  Add a shopping cart icon to your navigation bar, footer, header, sidebar with item count. A perfect choice for WooCommerce users.
3
  Tags: woocommerce cart icon, cart icon, menubar cart, wp menu cart, woocommerce cart
4
  Donate link: https://www.binarycarpenter.com/
5
  Requires at least: 4.7
6
+ Tested up to: 5.5
7
+ Requires PHP: 5.6
8
  Stable tag: 1.43
9
 
10
  Add a shopping cart icon to your navigation bar, footer, header, sidebar with item count. A perfect choice for WooCommerce users.