Brizy – Page Builder - Version 0.2.4

Version Description

  • 2018-04-24 =
  • Bug Fixes
Download this release

Release Info

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

Code changes from version 0.2.1 to 0.2.4

README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Brizy - Page builder
2
+ Contributors: themefuse<br>
3
+ Requires at least: 4.5<br>
4
+ Tested up to: 4.9<br>
5
+ Requires PHP: 5.4<br>
6
+ Stable tag: 0.2.4<br>
7
+ License: GPLv3<br>
8
+ License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
+
10
+ Creating WordPress pages should be fast & easy. Brizy is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
11
+
12
+ More details on: https://brizy.io
13
+
14
+ ## Description
15
+
16
+ https://vimeo.com/263343966
17
+
18
+ Creating WordPress pages should be fast & easy. [Brizy](https://brizy.io/) is the most user-friendly visual page builder in town! No designer or developer skills required. The only tools you'll need to master are clicks and drags.
19
+
20
+ ## Highlights
21
+
22
+ ### Smart & clutter free
23
+ Most page builders crowd all the options for a specific element in remote sidebars, making it hard to focus on the task at hand. We show only what's needed, front & centre, close to the element you're editing.
24
+
25
+ ### Intuitive Drag & Drop
26
+ Moving content elements, columns or rows is a breeze with our intuitive Drag & Drop feature. Just grab and drag them to the desired position and everything will instantly fall into place.
27
+
28
+ ### Design Elements
29
+ Text, buttons, images, icons, video, maps and many more are ready to help you create your page design in a snap.
30
+
31
+ ### Over 150 pre-made blocks
32
+ Blocks are pre-made designs that you can add to your page, ready to be customised. This will enable you to create the main structure of your page in a matter of minutes, while also ensuring that it looks awesome.
33
+
34
+ ### Over 4000 icons included
35
+ Available in both Outline and Glyph versions, even the most demanding icon needs are covered. Quickly find the icons you're after by filtering through categories or searching by keywords.
36
+
37
+ ### Undo / Redo
38
+ Don't worry if you make a mistake or delete something that you shouldn't have. With Undo you can get everything back.
39
+
40
+ ### Global styling
41
+ Ever wanted to change all the similar colors in your web page with a single click? With Brizy, you can! Not only that, but you can change all texts that share the same properties in one go, as well.
42
+
43
+ ### Mobile Friendly
44
+ Switch instantly to Mobile View mode, where you can make changes that will only apply to this type of devices. This gives you the power to differentiate your page design and optimise for smaller screens.
45
+
46
+ ### Cloud auto-save
47
+ The progress you're making while building your page is always backed up in the cloud, so you'll never lose your work.
48
+
49
+ ### Liked Brizy?
50
+ - Join our [Facebook Group](https://www.facebook.com/groups/brizy).
51
+
52
+ ## Bug reports
53
+
54
+ We strive to make Brizy to be awesome and user friendly, though sometimes it's impossible to avoid bugs.
55
+ A bug means "something is broken" or is not working as it should.
56
+
57
+ In order to offer you an effective support and fix for an issue, please follow the below guidelines before submitting a bug report:
58
+
59
+ #### Explore Known Issues
60
+
61
+ Has your issue already been reported? Check the [Issues page](https://github.com/ThemeFuse/Brizy/issues).
62
+
63
+ If your issue has already been reported, great! It will be reviewed in an upcoming release.
64
+
65
+ #### Submitting a Bug Report
66
+
67
+ You can report the issue via [Issues page](https://github.com/ThemeFuse/Brizy/issues).
68
+ A good bug report includes full details to easily understand the issue you are having and the exact steps to reproduce if it is a bug.
69
+
70
+
71
+ ## Installation
72
+
73
+ ### Minimum Requirements
74
+
75
+ * WordPress 4.5 or greater
76
+ * PHP version 5.4 or greater
77
+ * MySQL version 5.0 or greater
78
+
79
+ ### We recommend your host supports:
80
+
81
+ * PHP version 7.0 or greater
82
+ * MySQL version 5.6 or greater
83
+ * WP Memory limit of 64 MB or greater (128 MB or higher is preferred)
84
+
85
+ ### Installation
86
+
87
+ 1. Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the `wp-content/plugins/` directory of your WordPress installation.
88
+ 2. Activate the plugin through the 'Plugins' menu in WordPress.
89
+ 3. Go to Pages > Add New
90
+ 4. Press the 'Edit with Brizy' button.
91
+
92
+ ### Terms of Service
93
+
94
+ [Terms of use](https://brizy.io/terms/)
95
+ [Privacy policy](https://brizy.io/privacy/)
96
+
97
+ ## Changelog
98
+
99
+ * 0.2.4 - 2018-04-24 Bug fixes
100
+ * 0.2.3 - 2018-04-24 Bug fixes
101
+ * 0.2.2 - 2018-04-13 Bug fixes
102
+ * 0.2.1 - 2018-04-13 Bug fixes
103
+ * 0.1.0 - 2018-04-12 Bug fixes
104
+ * First release
admin/main.php CHANGED
@@ -52,14 +52,6 @@ class Brizy_Admin_Main {
52
  }
53
 
54
 
55
- public function action_edit_form_after_title() {
56
- echo '<div style="display: none;">';
57
- }
58
-
59
- public function action_edit_form_after_editor() {
60
- echo '<div/>';
61
- }
62
-
63
  /**
64
  * @param array $post_states
65
  * @param WP_Post $post
@@ -124,8 +116,7 @@ class Brizy_Admin_Main {
124
  //remove_post_type_support( $post_type, 'editor' );
125
 
126
  // hide the default editor
127
- add_action( 'edit_form_after_title', array( $this, 'action_edit_form_after_title' ), 2000 );
128
- add_action( 'edit_form_after_editor', array( $this, 'action_edit_form_after_editor' ), - 2000 );
129
  }
130
  }
131
  }
@@ -301,7 +292,6 @@ class Brizy_Admin_Main {
301
  $project = Brizy_Editor_Project::get();
302
  $post = Brizy_Editor_Post::get( $id );
303
 
304
-
305
  if ( ! $post->uses_editor() ) {
306
  return;
307
  }
52
  }
53
 
54
 
 
 
 
 
 
 
 
 
55
  /**
56
  * @param array $post_states
57
  * @param WP_Post $post
116
  //remove_post_type_support( $post_type, 'editor' );
117
 
118
  // hide the default editor
119
+ add_filter('the_editor',function($editor_html){ return "<div style='display: none'>{$editor_html}</div>"; });
 
120
  }
121
  }
122
  }
292
  $project = Brizy_Editor_Project::get();
293
  $post = Brizy_Editor_Post::get( $id );
294
 
 
295
  if ( ! $post->uses_editor() ) {
296
  return;
297
  }
brizy.php CHANGED
@@ -5,14 +5,15 @@
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
- * Version: 0.1.0
9
  * Text Domain: brizy
10
  * License: GPL2+
11
  * Domain Path: /languages
12
  */
13
 
14
  define( 'BRIZY_DEVELOPMENT', false );
15
- define( 'BRIZY_VERSION', '0.1.0' );
 
16
  define( 'BRIZY_FILE', __FILE__ );
17
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
18
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
@@ -40,5 +41,4 @@ function brizy_load_text_domain() {
40
  );
41
  }
42
 
43
- add_action( 'after_setup_theme', 'brizy_load_text_domain' );
44
-
5
  * Plugin URI: https://brizy.io/
6
  * Author: Brizy.io
7
  * Author URI: https://brizy.io/
8
+ * Version: 0.2.4
9
  * Text Domain: brizy
10
  * License: GPL2+
11
  * Domain Path: /languages
12
  */
13
 
14
  define( 'BRIZY_DEVELOPMENT', false );
15
+ define( 'BRIZY_VERSION', '0.2.4' );
16
+ define( 'BRIZY_EDITOR_VERSION', '1.0.8' );
17
  define( 'BRIZY_FILE', __FILE__ );
18
  define( 'BRIZY_PLUGIN_BASE', plugin_basename( BRIZY_FILE ) );
19
  define( 'BRIZY_PLUGIN_PATH', dirname( BRIZY_FILE ) );
41
  );
42
  }
43
 
44
+ add_action( 'after_setup_theme', 'brizy_load_text_domain' );
 
config.php CHANGED
@@ -8,10 +8,11 @@
8
  */
9
  class Brizy_Config {
10
 
11
- const HOME_URL_PLACEHOLDER = '{@brizy_home_url_placeholder@}';
 
12
  const EDITOR_PRIMARY_URL = 'https://api.brizy.io';
13
 
14
- const FE_S3_ASSET_URL = 'https://static.brizy.io/%s/%s';
15
 
16
  const LOCAL_PAGE_MEDIA_STATIC_URL = '/brizy/media';
17
 
8
  */
9
  class Brizy_Config {
10
 
11
+ const SITE_URL_PLACEHOLDER = '{@brizy_SITE_URL_PLACEHOLDER@}';
12
+ const SITE_URL_PLACEHOLDER_REGEX = '/{@brizy_SITE_URL_PLACEHOLDER@}/im';
13
  const EDITOR_PRIMARY_URL = 'https://api.brizy.io';
14
 
15
+ const S3_ASSET_URL = 'https://static.brizy.io/%s/%s';
16
 
17
  const LOCAL_PAGE_MEDIA_STATIC_URL = '/brizy/media';
18
 
editor/api.php CHANGED
@@ -17,7 +17,7 @@ class Brizy_Editor_API {
17
  const AJAX_GET_TEMPLATES = 'brizy_get_templates';
18
  const AJAX_GET_INTERNAL_LINKS = 'brizy_get_internal_links';
19
  const AJAX_GET_MENU_LIST = 'brizy_get_menu_list';
20
- const AJAX_SAVE_TRIGGER = 'brizy_save_trigger';
21
  const AJAX_GET_TERMS = 'brizy_get_terms';
22
 
23
 
@@ -98,8 +98,11 @@ class Brizy_Editor_API {
98
  wp_publish_post( $post_id );
99
  add_action( 'save_post', array( $this, 'compile_post_action' ), 10, 2 );
100
 
101
- //wp_update_post($wp_post);
102
- //wp_publish_post( $post_id );
 
 
 
103
 
104
  } catch ( Exception $exception ) {
105
  Brizy_Logger::instance()->exception($exception);
@@ -353,7 +356,7 @@ class Brizy_Editor_API {
353
  return $_REQUEST[ $name ];
354
  }
355
 
356
- throw new Brizy_Editor_Exceptions_NotFound( "Parameter '$name' is missing", 400 );
357
  }
358
 
359
  protected function error( $code, $message ) {
17
  const AJAX_GET_TEMPLATES = 'brizy_get_templates';
18
  const AJAX_GET_INTERNAL_LINKS = 'brizy_get_internal_links';
19
  const AJAX_GET_MENU_LIST = 'brizy_get_menu_list';
20
+ const AJAX_SAVE_TRIGGER = 'brizy_update_post';
21
  const AJAX_GET_TERMS = 'brizy_get_terms';
22
 
23
 
98
  wp_publish_post( $post_id );
99
  add_action( 'save_post', array( $this, 'compile_post_action' ), 10, 2 );
100
 
101
+ $post_arr = self::create_post_arr( $post );
102
+
103
+ $post_arr['is_index'] = true; // this is for the case when the page we return is not an index page.. but the editor wants one.
104
+
105
+ $this->success( array( $post_arr ) );
106
 
107
  } catch ( Exception $exception ) {
108
  Brizy_Logger::instance()->exception($exception);
356
  return $_REQUEST[ $name ];
357
  }
358
 
359
+ return null;
360
  }
361
 
362
  protected function error( $code, $message ) {
editor/api/client.php CHANGED
@@ -43,6 +43,17 @@ class Brizy_Editor_API_Client extends Brizy_Editor_Http_Client {
43
  return $this->post( 'projects', array( 'body' => $save_data ) )->get_response_body();
44
  }
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  public function clone_pages( $page_ids, $project_target ) {
47
 
48
  return $this->post( 'pages/clones', array(
@@ -79,7 +90,7 @@ class Brizy_Editor_API_Client extends Brizy_Editor_Http_Client {
79
  * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
80
  */
81
  public function update_project( Brizy_Editor_API_Project $project ) {
82
- return $this->put( "projects/{$project->get_id()}", array( 'body' => $project->getSaveData('PUT') ) )->get_response_body();
83
  }
84
 
85
  /**
@@ -171,18 +182,20 @@ class Brizy_Editor_API_Client extends Brizy_Editor_Http_Client {
171
  public function compile_page( $project, $page, $config ) {
172
 
173
  $compile_url = sprintf( Brizy_Config::COMPILER_URI, $project->get_id(), $page->get_id(), $this->access_token->access_token() );
174
- $body = array(
175
- 'editor_data' => array(
176
  'urls' => array(
177
- 'api' => $this->url( '' ),
178
  //'primary' => $config['urls']['primary'],
179
- 'base' => $config['urls']['base'],
180
- 'static' => $config['urls']['static'],
181
- 'assets' => $config['urls']['assets'],
182
- 'image' => $config['urls']['image'],
 
183
  ),
184
- 'wp' => $config['wp']
185
- )
 
186
  );
187
 
188
  return parent::request( $compile_url, array( 'body' => $body ), 'POST' )->get_response_body();
43
  return $this->post( 'projects', array( 'body' => $save_data ) )->get_response_body();
44
  }
45
 
46
+ /**
47
+ * @param $page_ids
48
+ * @param $project_target
49
+ *
50
+ * @return array|mixed|object
51
+ * @throws Brizy_Editor_API_Exceptions_Exception
52
+ * @throws Brizy_Editor_Http_Exceptions_BadRequest
53
+ * @throws Brizy_Editor_Http_Exceptions_ResponseException
54
+ * @throws Brizy_Editor_Http_Exceptions_ResponseNotFound
55
+ * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
56
+ */
57
  public function clone_pages( $page_ids, $project_target ) {
58
 
59
  return $this->post( 'pages/clones', array(
90
  * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
91
  */
92
  public function update_project( Brizy_Editor_API_Project $project ) {
93
+ return $this->put( "projects/{$project->get_id()}", array( 'body' => $project->getSaveData( 'PUT' ) ) )->get_response_body();
94
  }
95
 
96
  /**
182
  public function compile_page( $project, $page, $config ) {
183
 
184
  $compile_url = sprintf( Brizy_Config::COMPILER_URI, $project->get_id(), $page->get_id(), $this->access_token->access_token() );
185
+ $body = array(
186
+ 'editor_data' => array(
187
  'urls' => array(
188
+ 'api' => $this->url( '' ),
189
  //'primary' => $config['urls']['primary'],
190
+ 'base' => $config['urls']['base'],
191
+ //'static' => $config['urls']['static'],
192
+ 'assets' => $config['urls']['assets'],
193
+ 'image' => $config['urls']['image'],
194
+ 'templateIcons' => $config['urls']['templateIcons'],
195
  ),
196
+ 'wp' => $config['wp']
197
+ ),
198
+ 'template_version' => BRIZY_EDITOR_VERSION
199
  );
200
 
201
  return parent::request( $compile_url, array( 'body' => $body ), 'POST' )->get_response_body();
editor/api/config.php DELETED
@@ -1,12 +0,0 @@
1
- <?php
2
- /**
3
- * Created by PhpStorm.
4
- * User: alex
5
- * Date: 7/26/17
6
- * Time: 10:42 AM
7
- */
8
-
9
- class Brizy_Editor_Api_Config {
10
- const AUTH_GATEWAY_URI = 'https://test-de12d4.bitblox.site/api/public/users';
11
- const GATEWAY_URI = 'http://api.bitblox.xyz';
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
editor/asset/abstract-storage.php ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ abstract class Brizy_Editor_Asset_AbstractStorage {
10
+
11
+ /**
12
+ * @var Brizy_Editor_Project
13
+ */
14
+ protected $project;
15
+
16
+
17
+ /**
18
+ * @var Brizy_Editor_Post
19
+ */
20
+ protected $post;
21
+
22
+ /**
23
+ * @var array
24
+ */
25
+ protected $config;
26
+
27
+ /**
28
+ * @var Brizy_Editor_UrlBuilder
29
+ */
30
+ protected $url_builder;
31
+
32
+ /**
33
+ * Brizy_Editor_Asset_AbstractStorage constructor.
34
+ *
35
+ * @param $project
36
+ * @param $post
37
+ * @param $config
38
+ */
39
+ public function __construct( $project, $post, $config ) {
40
+ $this->project = $project;
41
+ $this->post = $post;
42
+ $this->config = $config;
43
+ $this->url_builder = new Brizy_Editor_UrlBuilder( $project, $post );
44
+ }
45
+
46
+
47
+ /**
48
+ * Get the asset and store it somewhere in uploads and return the new local url.
49
+ *
50
+ * @param $asset_url
51
+ *
52
+ * @return mixed
53
+ */
54
+ abstract public function store( $asset_url );
55
+
56
+ /**
57
+ * @param $asset_source
58
+ * @param $asset_path
59
+ *
60
+ * @return bool
61
+ */
62
+ public function store_file( $asset_source, $asset_path ) {
63
+
64
+ $full_asset_path = null;
65
+ try {
66
+ // check destination dir
67
+ $dir_path = dirname( $asset_path );
68
+
69
+ if ( ! file_exists( $dir_path ) ) {
70
+ mkdir( $dir_path, 0777, true );
71
+ }
72
+
73
+ $full_asset_path = $asset_path;
74
+
75
+ $fasset_dest = fopen( $asset_path, 'w' );
76
+ if ( ! $fasset_dest ) {
77
+ throw new Exception( 'Invalid file destination.' );
78
+ }
79
+
80
+ $fasset_src = fopen( $asset_source, 'r' );
81
+ if ( ! $fasset_src ) {
82
+ throw new Exception( 'Invalid asset source.' );
83
+ }
84
+
85
+ $buffer_length = 81920; // we can tune this later;
86
+
87
+ while ( ! feof( $fasset_src ) ) {
88
+ $buffer = fread( $fasset_src, $buffer_length );
89
+ fwrite( $fasset_dest, $buffer );
90
+ }
91
+
92
+ fclose( $fasset_src );
93
+ fclose( $fasset_dest );
94
+
95
+ } catch ( Exception $e ) {
96
+ $t = 0;
97
+
98
+ // clean up
99
+ if ( $full_asset_path ) {
100
+ @unlink( $full_asset_path );
101
+ }
102
+
103
+ return false;
104
+ }
105
+
106
+ return true;
107
+ }
108
+ }
editor/asset/asset-proxy-processor.php ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_AssetProxyProcessor implements Brizy_Editor_Asset_ProcessorInterface {
10
+
11
+ /**
12
+ * @var Brizy_Editor_Asset_Storage
13
+ */
14
+ private $storage;
15
+
16
+ /**
17
+ * Brizy_Editor_Asset_HtmlAssetProcessor constructor.
18
+ *
19
+ * @param Brizy_Editor_Asset_Storage $storage
20
+ */
21
+ public function __construct( $storage ) {
22
+ $this->storage = $storage;
23
+ }
24
+
25
+ /**
26
+ * Find and cache all assets and replace the urls with new local ones.
27
+ *
28
+ * @param $content
29
+ *
30
+ * @return string
31
+ */
32
+ public function process( $content ) {
33
+
34
+ preg_match_all( '/"(.[^"\?]*\?brizy=(.[^"]*))"/im', $content, $matches );
35
+
36
+ if ( ! isset( $matches[2] ) ) {
37
+ return $content;
38
+ }
39
+
40
+ foreach ( $matches[2] as $i => $url ) {
41
+ $hash_matches = array();
42
+ preg_match( "/^.[^#]*(#.*)$/", $url, $hash_matches );
43
+
44
+ $url = preg_replace( "/^(.[^#]*)#.*$/", '$1', $url );
45
+
46
+ if ( $url ) {
47
+ // store and replace $url
48
+ $new_url = $this->storage->store( $url );
49
+
50
+ if ( $new_url == $url ) {
51
+ continue;
52
+ }
53
+
54
+ if ( isset( $hash_matches[1] ) && $hash_matches[1] != '' ) {
55
+ $new_url .= $hash_matches[1];
56
+ }
57
+
58
+ $content = str_replace( $matches[1][ $i ], $new_url, $content );
59
+ }
60
+ }
61
+
62
+ return $content;
63
+ }
64
+
65
+
66
+ }
editor/asset/asset-proxy-storage.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_AssetProxyStorage extends Brizy_Editor_Asset_AbstractStorage {
10
+
11
+
12
+ /**
13
+ * Get the asset and store it somewhere in uploads and return the new local url.
14
+ *
15
+ * @param $asset_url
16
+ *
17
+ * @return mixed
18
+ */
19
+ public function store( $asset_url ) {
20
+
21
+ $asset_url = html_entity_decode( $asset_url );
22
+ $tmp_asset_url = $this->url_builder->editor_asset_path( $asset_url );
23
+ $new_url = $this->url_builder->upload_url( $tmp_asset_url );
24
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
25
+ $external_url = $this->url_builder->external_asset_url( $asset_url );
26
+
27
+
28
+ if ( $this->store_file( $external_url, $new_path ) ) {
29
+ $asset_url = $new_url;
30
+ }
31
+
32
+
33
+ return $asset_url;
34
+ }
35
+
36
+ }
editor/asset/css-asset-processor.php ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_CssAssetProcessor implements Brizy_Editor_Asset_ProcessorInterface {
10
+ /**
11
+ * @var Brizy_Editor_Asset_Storage
12
+ */
13
+ private $storage;
14
+
15
+ /**
16
+ * Brizy_Editor_Asset_HtmlAssetProcessor constructor.
17
+ *
18
+ * @param Brizy_Editor_Asset_Storage $storage
19
+ */
20
+ public function __construct( Brizy_Editor_Asset_Storage $storage ) {
21
+ $this->storage = $storage;
22
+ }
23
+
24
+ /**
25
+ * Find and cache all assets and replace the urls with new local ones.
26
+ *
27
+ * The css assets must be ignored as we have a special processor this.
28
+ *
29
+ * @param $content
30
+ */
31
+ public function process( $content ) {
32
+
33
+ return $content;
34
+ }
35
+ }
editor/asset/media-asset-processor.php ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_MediaAssetProcessor implements Brizy_Editor_Asset_ProcessorInterface {
10
+
11
+ /**
12
+ * @var Brizy_Editor_Asset_Storage
13
+ */
14
+ private $storage;
15
+
16
+ /**
17
+ * Brizy_Editor_Asset_HtmlAssetProcessor constructor.
18
+ *
19
+ * @param Brizy_Editor_Asset_AbstractStorage $storage
20
+ */
21
+ public function __construct( $storage ) {
22
+ $this->storage = $storage;
23
+ }
24
+
25
+ /**
26
+ * Find and cache all assets and replace the urls with new local ones.
27
+ *
28
+ * @param $content
29
+ *
30
+ * @return string
31
+ */
32
+ public function process( $content ) {
33
+
34
+ //$content = $this->process_script_urls( $content );
35
+ $content = $this->process_image_urls( $content );
36
+ $content = $this->process_inline_css( $content );
37
+
38
+ return $content;
39
+ }
40
+
41
+ /**
42
+ * @param string $content
43
+ *
44
+ * @return string
45
+ */
46
+ // private function process_script_urls( $content ) {
47
+ //
48
+ // preg_match_all( '/<script(.*?)<\/script>/im', $content, $matches );
49
+ //
50
+ // foreach ( $matches[1] as $attributes ) {
51
+ // preg_match_all( "/src=(?:\"(.[^\"]*)\")/", $attributes, $res );
52
+ // $t = 0;
53
+ //
54
+ // if ( isset( $res[1] ) && isset( $res[1][0] ) ) {
55
+ // $url = $res[1][0];
56
+ // // store and replace $url
57
+ // $new_url = $this->storage->store( $url );
58
+ // $content = str_replace( $url, $new_url, $content );
59
+ // }
60
+ // }
61
+ //
62
+ // return $content;
63
+ // }
64
+
65
+ /**
66
+ * @param string $content
67
+ *
68
+ * @return string
69
+ */
70
+ private function process_image_urls( $content ) {
71
+
72
+ preg_match_all( '/<img(.*?)\/?>/im', $content, $matches );
73
+
74
+ foreach ( $matches[1] as $attributes ) {
75
+ preg_match_all( "/src=(?:\"(.[^\"]*)\")/", $attributes, $res );
76
+
77
+ if ( isset( $res[1] ) && isset( $res[1][0] ) && strpos( $res[1][0], Brizy_Config::MEDIA_IMAGE_URL ) === 0 ) {
78
+ $url = $res[1][0];
79
+
80
+ // ignore inline images
81
+ if ( preg_match( "/^data:/i", $url ) ) {
82
+ continue;
83
+ }
84
+
85
+ // store and replace $url
86
+ $new_url = $this->storage->store( $url );
87
+
88
+ $content = str_replace( $url, $new_url, $content );
89
+ }
90
+ }
91
+
92
+ return $content;
93
+ }
94
+
95
+
96
+ /**
97
+ * @param string $content
98
+ *
99
+ * @return string
100
+ */
101
+ private function process_inline_css( $content ) {
102
+
103
+ preg_match_all( '/<style(.[^<]*)<\/style>/im', $content, $matches );
104
+
105
+ foreach ( $matches[1] as $attributes ) {
106
+ preg_match_all( "/url\(\"?(.[^\"\)]*)\)/im", $attributes, $res );
107
+
108
+ if ( isset( $res[1] ) && isset( $res[1][0] ) && strpos( $res[1][0], Brizy_Config::MEDIA_IMAGE_URL ) === 0 ) {
109
+ $url = $res[1][0];
110
+
111
+ // ignore inline images
112
+ if ( preg_match( "/^data:/i", $url ) ) {
113
+ continue;
114
+ }
115
+
116
+ // store and replace $url
117
+ $new_url = $this->storage->store( $url );
118
+ $content = str_replace( $url, $new_url, $content );
119
+ }
120
+ }
121
+
122
+ return $content;
123
+ }
124
+
125
+
126
+ }
editor/asset/media-proxy-storage.php ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_MediaProxyStorage extends Brizy_Editor_Asset_AbstractStorage {
10
+
11
+ /**
12
+ * Get the asset and store it somewhere in uploads and return the new local url.
13
+ *
14
+ * @param $asset_url
15
+ *
16
+ * @return mixed
17
+ */
18
+ public function store( $asset_url ) {
19
+
20
+ $asset_url = html_entity_decode( $asset_url );
21
+ $sufix_url = $this->getAssetPart( $asset_url, $this->config['urls']['image'] );
22
+ $tmp_asset_url = $this->url_builder->page_asset_path( $sufix_url );
23
+ $new_url = $this->url_builder->upload_url( $tmp_asset_url );
24
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
25
+ $external_url = $this->url_builder->external_media_url( $sufix_url );
26
+
27
+
28
+ if ( $this->store_file( $external_url, $new_path ) ) {
29
+ $asset_url = $new_url;
30
+ }
31
+
32
+
33
+ return $asset_url;
34
+ }
35
+
36
+ public function getAssetPart( $url, $prefix ) {
37
+ return str_replace( $prefix, '', $url );
38
+ }
39
+
40
+ }
editor/asset/processor-interface.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ interface Brizy_Editor_Asset_ProcessorInterface {
10
+ public function process( $content );
11
+ }
editor/asset/storage.php ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/18/18
6
+ * Time: 10:46 AM
7
+ */
8
+
9
+ class Brizy_Editor_Asset_Storage {
10
+
11
+ /**
12
+ * @var Brizy_Editor_Project
13
+ */
14
+ private $project;
15
+
16
+
17
+ /**
18
+ * @var Brizy_Editor_Post
19
+ */
20
+ private $post;
21
+
22
+ /**
23
+ * @var array
24
+ */
25
+ private $config;
26
+
27
+ /**
28
+ * @var Brizy_Editor_UrlBuilder
29
+ */
30
+ private $url_builder;
31
+
32
+ /**
33
+ * Brizy_Editor_Asset_Storage constructor.
34
+ *
35
+ * @param Brizy_Editor_Project $project
36
+ * @param Brizy_Editor_Post $post
37
+ */
38
+
39
+ public function __construct( $project, $post, $config ) {
40
+ $this->project = $project;
41
+ $this->post = $post;
42
+ $this->config = $config;
43
+ $this->url_builder = new Brizy_Editor_UrlBuilder( $project, $post );
44
+ }
45
+
46
+ /**
47
+ * Get the asset and store it somewhere in uploads and return the new local url.
48
+ *
49
+ * @param $asset_url
50
+ *
51
+ * @return mixed
52
+ */
53
+ public function store( $asset_url ) {
54
+
55
+ $asset_url = html_entity_decode($asset_url);
56
+
57
+ if ( $this->isEditorUrl( $asset_url ) ) {
58
+ $sufix_url = $this->getAssetPart( $asset_url, $this->config['urls']['assets'] );
59
+ $tmp_asset_url = $this->url_builder->editor_asset_path( $sufix_url );
60
+ $new_url = $this->url_builder->upload_url( $tmp_asset_url );
61
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
62
+
63
+ if ( $this->store_file( $asset_url, $new_path ) ) {
64
+ $asset_url = $new_url;
65
+ }
66
+
67
+ }
68
+
69
+ if ( $this->isStaticUrl( $asset_url ) ) {
70
+ $sufix_url = $this->getAssetPart( $asset_url, $this->config['urls']['static'] );
71
+ $tmp_asset_url = $this->url_builder->page_asset_path( $sufix_url );
72
+ $new_url = $this->url_builder->upload_url( $tmp_asset_url );
73
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
74
+
75
+ if ( $this->store_file( $asset_url, $new_path ) ) {
76
+ $asset_url = $new_url;
77
+ }
78
+ }
79
+
80
+ if ( $this->isMediaUrl( $asset_url ) ) {
81
+ $sufix_url = $this->getAssetPart( $asset_url, $this->config['urls']['image'] );
82
+ $tmp_asset_url = $this->url_builder->media_asset_path( $sufix_url );
83
+ $new_url = $this->url_builder->upload_url( $tmp_asset_url );
84
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
85
+
86
+ if ( $this->store_file( $asset_url, $new_path ) ) {
87
+ $asset_url = $new_url;
88
+ }
89
+ }
90
+
91
+ return $asset_url;
92
+ }
93
+
94
+ /**
95
+ * @param $asset_source
96
+ * @param $asset_path
97
+ *
98
+ * @return bool
99
+ */
100
+ public function store_file( $asset_source, $asset_path ) {
101
+
102
+ $full_asset_path = null;
103
+ try {
104
+ // check destination dir
105
+ $dir_path = dirname( $asset_path );
106
+
107
+ if ( ! file_exists( $dir_path ) ) {
108
+ mkdir( $dir_path, 0777, true );
109
+ }
110
+
111
+ $full_asset_path = $asset_path;
112
+
113
+ $fasset_dest = fopen( $asset_path, 'w' );
114
+ if ( ! $fasset_dest ) {
115
+ throw new Exception( 'Invalid file destination.' );
116
+ }
117
+
118
+ $fasset_src = fopen( $asset_source, 'r' );
119
+ if ( ! $fasset_src ) {
120
+ throw new Exception( 'Invalid asset source.' );
121
+ }
122
+
123
+ $buffer_length = 81920; // we can tune this later;
124
+
125
+ while ( ! feof( $fasset_src ) ) {
126
+ $buffer = fread( $fasset_src, $buffer_length );
127
+ fwrite( $fasset_dest, $buffer );
128
+ }
129
+
130
+ fclose( $fasset_src );
131
+ fclose( $fasset_dest );
132
+
133
+ } catch ( Exception $e ) {
134
+ $t = 0;
135
+
136
+ // clean up
137
+ if ( $full_asset_path ) {
138
+ @unlink( $full_asset_path );
139
+ }
140
+
141
+ return false;
142
+ }
143
+
144
+ return true;
145
+ }
146
+
147
+ /**
148
+ * @param $url
149
+ *
150
+ * @return bool
151
+ */
152
+ public function isStaticUrl( $url ) {
153
+ return strpos( $url, $this->config['urls']['static'] ) === 0;
154
+ }
155
+
156
+ public function getAssetPart( $url, $prefix ) {
157
+ return str_replace( $prefix, '', $url );
158
+ }
159
+
160
+ /**
161
+ * @param $url
162
+ *
163
+ * @return bool
164
+ */
165
+ public function isEditorUrl( $url ) {
166
+ return strpos( $url, $this->config['urls']['assets'] ) === 0;
167
+ }
168
+
169
+ /**
170
+ * @param $url
171
+ *
172
+ * @return bool
173
+ */
174
+ public function isMediaUrl( $url ) {
175
+ return strpos( $url, $this->config['urls']['image'] ) === 0;
176
+ }
177
+
178
+ }
editor/compiled-html.php CHANGED
@@ -9,64 +9,113 @@ class Brizy_Editor_CompiledHtml {
9
  */
10
  private $dom;
11
 
12
- public function __construct( $html ) {
 
 
 
13
 
 
 
 
 
 
 
14
  $this->dom = new Brizy_Editor_Helper_Dom( $html );
15
  }
16
 
17
- public function strip_regions() {
18
- $this->dom->strip_regions();
19
-
20
- return $this;
 
21
  }
22
 
 
 
 
 
23
  public function get_content() {
24
- return $this->strip_regions()->dom->get_content();
25
- }
26
 
27
- public function get_body($include_parent_tags = false) {
28
 
29
- if($include_parent_tags)
30
- return $this->dom->get_body()->get_tag();
31
- else
32
- return $this->dom->get_body()->get_content();
33
  }
34
 
35
- public function get_head() {
36
- return $this->dom->get_head()->get_content();
37
- }
 
38
 
39
- public function get_head_scripts() {
40
- $script_tags = $this->dom->get_head()->get_scripts();
41
 
42
- return $this->dom->get_attributes( $script_tags, 'src' );
43
- }
44
 
45
- public function get_footer_scripts() {
46
- $script_tags = $this->dom->get_body()->get_scripts();
47
 
48
- return $this->dom->get_attributes( $script_tags, 'src' );
 
 
49
  }
50
 
51
- public function get_links_tags() {
52
- $link_tags = $this->dom->get_head()->get_links();
 
 
 
 
53
 
54
- return $link_tags;
55
- }
 
 
 
56
 
57
- public function get_inline_styles() {
58
- $style_tags = $this->dom->get_styles();
59
- $list = array();
60
 
61
- if ( is_array( $style_tags ) ) {
62
- foreach ( $style_tags as $tag ) {
 
 
63
 
64
- $content = $tag->get_content();
65
- $list[] = $content;
66
- }
67
  }
68
 
69
- return $list;
70
  }
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  }
9
  */
10
  private $dom;
11
 
12
+ /**
13
+ * @var Brizy_Editor_Asset_ProcessorInterface[]
14
+ */
15
+ private $asset_processors = [];
16
 
17
+ /**
18
+ * Brizy_Editor_CompiledHtml constructor.
19
+ *
20
+ * @param $html
21
+ */
22
+ public function __construct( $html ) {
23
  $this->dom = new Brizy_Editor_Helper_Dom( $html );
24
  }
25
 
26
+ /**
27
+ * @param Brizy_Editor_Asset_ProcessorInterface[] $asset_processors
28
+ */
29
+ public function setAssetProcessors( $asset_processors ) {
30
+ $this->asset_processors = $asset_processors;
31
  }
32
 
33
+
34
+ /**
35
+ * @return string
36
+ */
37
  public function get_content() {
38
+ $content = $this->dom->get_content();
 
39
 
40
+ $content = $this->apply_asset_processors( $content );
41
 
42
+ return $content;
 
 
 
43
  }
44
 
45
+ /**
46
+ * @return string
47
+ */
48
+ public function get_body() {
49
 
50
+ $body_tag = $this->dom->get_body();
 
51
 
52
+ $content = $body_tag->get_content();
 
53
 
54
+ $content = $this->apply_asset_processors( $content );
 
55
 
56
+ $content = Brizy_SiteUrlReplacer::hideSiteUrl( $content );
57
+
58
+ return $content;
59
  }
60
 
61
+ /**
62
+ * @param bool $include_parent_tag
63
+ *
64
+ * @return string
65
+ */
66
+ public function get_head( $include_parent_tag = false ) {
67
 
68
+ $head_tag = $this->dom->get_head();
69
+
70
+ $content = $head_tag->get_content();
71
+
72
+ $content = $this->apply_asset_processors( $content );
73
 
74
+ $content = Brizy_SiteUrlReplacer::hideSiteUrl( $content );
 
 
75
 
76
+ return $content;
77
+ }
78
+
79
+ private function apply_asset_processors( $content ) {
80
 
81
+ foreach ( $this->asset_processors as $processor ) {
82
+ $content = $processor->process( $content );
 
83
  }
84
 
85
+ return $content;
86
  }
87
 
88
+ // public function get_head_scripts() {
89
+ // $script_tags = $this->dom->get_head()->get_scripts();
90
+ //
91
+ // return $this->dom->get_attributes( $script_tags, 'src' );
92
+ // }
93
+ //
94
+ // public function get_footer_scripts() {
95
+ // $script_tags = $this->dom->get_body()->get_scripts();
96
+ //
97
+ // return $this->dom->get_attributes( $script_tags, 'src' );
98
+ // }
99
+ //
100
+ // public function get_links_tags() {
101
+ // $link_tags = $this->dom->get_head()->get_links();
102
+ //
103
+ // return $link_tags;
104
+ // }
105
+ //
106
+ // public function get_inline_styles() {
107
+ // $style_tags = $this->dom->get_styles();
108
+ // $list = array();
109
+ //
110
+ // if ( is_array( $style_tags ) ) {
111
+ // foreach ( $style_tags as $tag ) {
112
+ //
113
+ // $content = $tag->get_content();
114
+ // $list[] = $content;
115
+ // }
116
+ // }
117
+ //
118
+ // return $list;
119
+ // }
120
+
121
  }
editor/editor/editor.php CHANGED
@@ -55,16 +55,25 @@ class Brizy_Editor_Editor_Editor {
55
 
56
  global $wp_registered_sidebars;
57
 
58
- $wp_post_id = $this->post->get_wp_post()->ID;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  $config = array(
61
- 'env' => 'WP',
62
- 'rootElement' => '#' . brizy()->get_slug() . '-root-element',
63
- 'editorOptions' => array(
64
- 'isLegacy' => false,
65
- 'isMultipage' => false,
66
- 'isVariant' => false,
67
- ),
68
  'hosts' => array(
69
  'api' => Brizy_Config::EDITOR_HOST_API,
70
  'base' => Brizy_Config::EDITOR_HOST_BASE,
@@ -85,27 +94,23 @@ class Brizy_Editor_Editor_Editor {
85
  'base' => Brizy_Config::EDITOR_BASE_URL,
86
  'integration' => Brizy_Config::EDITOR_INTEGRATION_URL,
87
  'image' => Brizy_Config::MEDIA_IMAGE_URL,
88
- 'assets' => $this->urlBuilder->upload_url( $this->urlBuilder->editor_asset_path() ),
89
  'origin' => Brizy_Config::EDITOR_ORIGIN_URL,
90
- //'primary' => Brizy_Config::EDITOR_STATIC_URL,
91
- 'static' => $this->urlBuilder->external_asset_url(),
92
- 'previewUrl' => get_preview_post_link( $this->post->get_wp_post(), [
93
- 'preview_id' => $wp_post_id,
94
- 'preview_nonce' => wp_create_nonce( 'post_preview_' . $wp_post_id )
95
- ] ),
96
  'pluginSettings' => admin_url( 'admin.php?page=' . Brizy_Admin_Settings::menu_slug() ),
97
- 'change_template_url' => admin_url( 'admin-post.php?post=' . $this->get_post()->get_id() . '&action=_brizy_change_template' ),
98
- 'backToWordpress' => get_edit_post_link( $wp_post_id, null )
 
 
 
 
 
99
  ),
100
  'user' => $this->project->get_id(),
101
- 'versions' => array(
102
- 'editor' => null, // null for development.
103
- 'template' => null
104
- ),
105
  'wp' => array(
106
- 'permalink' => get_permalink( $this->post->get_id() ),
107
- 'page' => $this->post->get_id(),
108
- 'templates' => $this->post->get_templates(),
109
  'api' => array(
110
  'hash' => wp_create_nonce( Brizy_Editor_API::nonce ),
111
  'url' => admin_url( 'admin-ajax.php' ),
@@ -125,11 +130,11 @@ class Brizy_Editor_Editor_Editor {
125
  'getTemplates' => Brizy_Editor_API::AJAX_GET_TEMPLATES,
126
  'getInternalLinks' => Brizy_Editor_API::AJAX_GET_INTERNAL_LINKS,
127
  'getMenus' => Brizy_Editor_API::AJAX_GET_MENU_LIST,
128
- 'savePage' => Brizy_Editor_API::AJAX_SAVE_TRIGGER,
129
  'getTerms' => Brizy_Editor_API::AJAX_GET_TERMS,
130
  ),
131
  'plugins' => array(
132
- 'dummy' => true,
133
  'woocommerce' => $this->get_woocomerce_plugin_info(),
134
  ),
135
  'hasSidebars' => count( $wp_registered_sidebars ) > 0
@@ -149,59 +154,12 @@ class Brizy_Editor_Editor_Editor {
149
  $upload_dir_info = wp_upload_dir( null, true );
150
 
151
  if ( is_null( $template_version ) ) {
152
- $template_version = $this->project->get_template_version();
153
  }
154
 
155
  return $upload_dir_info['baseurl'] . sprintf( Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH, $template_version );
156
  }
157
 
158
- static public function store_asset( $asset_source, $asset_path ) {
159
-
160
- $full_asset_path = null;
161
- try {
162
- // check destination dir
163
- $dir_path = dirname( $asset_path );
164
-
165
- if ( ! file_exists( $dir_path ) ) {
166
- mkdir( $dir_path, 0777, true );
167
- }
168
-
169
- $full_asset_path = $asset_path;
170
-
171
- $fasset_dest = fopen( $asset_path, 'w' );
172
- if ( ! $fasset_dest ) {
173
- throw new Exception( 'Invalid file destination.' );
174
- }
175
-
176
- $fasset_src = fopen( $asset_source, 'r' );
177
- if ( ! $fasset_src ) {
178
- throw new Exception( 'Invalid asset source.' );
179
- }
180
-
181
- $buffer_length = 81920; // we can tune this later;
182
-
183
- while ( ! feof( $fasset_src ) ) {
184
- $buffer = fread( $fasset_src, $buffer_length );
185
- fwrite( $fasset_dest, $buffer );
186
- }
187
-
188
- fclose( $fasset_src );
189
- fclose( $fasset_dest );
190
-
191
- } catch ( Exception $e ) {
192
- $t = 0;
193
-
194
- // clean up
195
- if ( $full_asset_path ) {
196
- @unlink( $full_asset_path );
197
- }
198
-
199
- return false;
200
- }
201
-
202
- return true;
203
- }
204
-
205
  private function get_woocomerce_plugin_info() {
206
  if ( function_exists( 'wc' ) && defined( 'WC_PLUGIN_FILE' ) ) {
207
  return array( 'version' => WooCommerce::instance()->version );
55
 
56
  global $wp_registered_sidebars;
57
 
58
+ $wp_post_id = null;
59
+ $preview_post_link = null;
60
+ $change_template_url = null;
61
+ $templates = null;
62
+
63
+ if ( ! is_null( $this->post ) ) {
64
+ $wp_post_id = $this->post->get_wp_post()->ID;
65
+
66
+ $preview_post_link = get_preview_post_link( $this->post->get_wp_post(), [
67
+ 'preview_id' => $wp_post_id,
68
+ 'preview_nonce' => wp_create_nonce( 'post_preview_' . $wp_post_id )
69
+ ] );
70
+
71
+ $change_template_url = admin_url( 'admin-post.php?post=' . $this->get_post()->get_id() . '&action=_brizy_change_template' );
72
+ $templates = $this->post->get_templates();
73
+ }
74
+
75
 
76
  $config = array(
 
 
 
 
 
 
 
77
  'hosts' => array(
78
  'api' => Brizy_Config::EDITOR_HOST_API,
79
  'base' => Brizy_Config::EDITOR_HOST_BASE,
94
  'base' => Brizy_Config::EDITOR_BASE_URL,
95
  'integration' => Brizy_Config::EDITOR_INTEGRATION_URL,
96
  'image' => Brizy_Config::MEDIA_IMAGE_URL,
 
97
  'origin' => Brizy_Config::EDITOR_ORIGIN_URL,
98
+ //'static' => $this->urlBuilder->external_asset_url(),
99
+ 'previewUrl' => $preview_post_link,
 
 
 
 
100
  'pluginSettings' => admin_url( 'admin.php?page=' . Brizy_Admin_Settings::menu_slug() ),
101
+ 'change_template_url' => $change_template_url,
102
+ 'backToWordpress' => get_edit_post_link( $wp_post_id, null ),
103
+
104
+ // TESTING
105
+ 'assets' => $this->urlBuilder->editor_asset_url( ),
106
+ 'blockThumbnails' => $this->urlBuilder->external_asset_url('template/img-block-thumbs'),
107
+ 'templateIcons' => $this->urlBuilder->proxy_url( 'template/icons' ),
108
  ),
109
  'user' => $this->project->get_id(),
 
 
 
 
110
  'wp' => array(
111
+ 'permalink' => get_permalink( $wp_post_id ),
112
+ 'page' => $wp_post_id,
113
+ 'templates' => $templates,
114
  'api' => array(
115
  'hash' => wp_create_nonce( Brizy_Editor_API::nonce ),
116
  'url' => admin_url( 'admin-ajax.php' ),
130
  'getTemplates' => Brizy_Editor_API::AJAX_GET_TEMPLATES,
131
  'getInternalLinks' => Brizy_Editor_API::AJAX_GET_INTERNAL_LINKS,
132
  'getMenus' => Brizy_Editor_API::AJAX_GET_MENU_LIST,
133
+ 'updatePost' => Brizy_Editor_API::AJAX_SAVE_TRIGGER,
134
  'getTerms' => Brizy_Editor_API::AJAX_GET_TERMS,
135
  ),
136
  'plugins' => array(
137
+ 'dummy' => true,
138
  'woocommerce' => $this->get_woocomerce_plugin_info(),
139
  ),
140
  'hasSidebars' => count( $wp_registered_sidebars ) > 0
154
  $upload_dir_info = wp_upload_dir( null, true );
155
 
156
  if ( is_null( $template_version ) ) {
157
+ $template_version = BRIZY_EDITOR_VERSION;
158
  }
159
 
160
  return $upload_dir_info['baseurl'] . sprintf( Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH, $template_version );
161
  }
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  private function get_woocomerce_plugin_info() {
164
  if ( function_exists( 'wc' ) && defined( 'WC_PLUGIN_FILE' ) ) {
165
  return array( 'version' => WooCommerce::instance()->version );
editor/helper/dom-tag.php CHANGED
@@ -13,7 +13,8 @@ class Brizy_Editor_Helper_DomTag {
13
  * @param string $tag
14
  */
15
  public function __construct( $tag ) {
16
- $this->html_tag = Brizy_SiteUrlReplacer::hideSiteUrl(trim($tag));
 
17
  }
18
 
19
  /**
@@ -82,16 +83,6 @@ class Brizy_Editor_Helper_DomTag {
82
  /**
83
  * @return $this
84
  */
85
- public function strip_regions() {
86
- $string = $this->get_tag();
87
-
88
- $string = preg_replace( "/(<\!--\s*Enqueue\s+Start\s*-->(?:(?:(?!<\!--Enqueue\s+End-->).)*)<\!--\s*Enqueue\s+End\s*-->)/is", '', $string );
89
-
90
- $this->html_tag = $string;
91
-
92
- return $this;
93
- }
94
-
95
  public function fix_shortcode_attributes() {
96
  if ( $string = preg_replace( "/\&quot;/", '"', $this->html_tag ) ) {
97
  $this->html_tag = $string;
@@ -119,112 +110,38 @@ class Brizy_Editor_Helper_DomTag {
119
  }
120
 
121
  /**
122
- * @return array
123
  */
124
  public function get_links() {
125
 
126
- $regions = $this->get_regions();
127
- $links = array();
128
-
129
- if ( is_array( $regions ) ) {
130
- foreach ( $regions as $region ) {
131
- /**
132
- * @var Brizy_Editor_Helper_DomTag $region ;
133
- */
134
- $region_links = $region->get_tags( '/(<link[^>]+>)/is' );
135
-
136
- $links = array_merge( $links, $region_links );
137
-
138
- }
139
- }
140
-
141
- return $links;
142
  }
143
 
144
 
145
  /**
146
  * @param $rel_value
147
  *
148
- * @return array
149
  */
150
  public function get_links_by_rel( $rel_value ) {
151
 
152
- $regions = $this->get_regions();
153
- $links = array();
154
-
155
- if ( is_array( $regions ) ) {
156
- foreach ( $regions as $region ) {
157
- /**
158
- * @var Brizy_Editor_Helper_DomTag $region ;
159
- */
160
- $region_links = $region->get_tags( "/(<link\s+(?=[^>]*rel=\"{$rel_value}\").[^>]*>)/is" );
161
-
162
- $links = array_merge( $links, $region_links );
163
-
164
- }
165
- }
166
-
167
- return $links;
168
  }
169
 
170
 
171
  /**
172
- * @return array
173
  */
174
  public function get_scripts() {
175
-
176
- $regions = $this->get_regions();
177
-
178
- $scripts = array();
179
-
180
- if ( is_array( $regions ) ) {
181
- foreach ( $regions as $region ) {
182
- /**
183
- * @var Brizy_Editor_Helper_DomTag $region ;
184
- */
185
- $region_scripts = $region->get_tags( '/(<script(.*?)<\/script>)/is' );
186
-
187
- $scripts = array_merge( $scripts, $region_scripts );
188
-
189
- }
190
- }
191
-
192
- return $scripts;
193
-
194
  }
195
 
 
 
 
196
  public function get_styles() {
197
- $regions = $this->get_regions();
198
- $styles = array();
199
-
200
- if ( is_array( $regions ) ) {
201
- foreach ( $regions as $region ) {
202
- /**
203
- * @var Brizy_Editor_Helper_DomTag $region ;
204
- */
205
- $region_styles = $region->get_tags( '/(<style(.*?)<\/style>)/is' );
206
-
207
- $styles = array_merge( $styles, $region_styles );
208
-
209
- }
210
- }
211
-
212
- return $styles;
213
  }
214
 
215
 
216
- public function get_regions() {
217
- $matches = array();
218
- preg_match_all( "/(<\!--\s*Enqueue\s+Start\s*-->(?:(?:(?!<\!--Enqueue\s+End-->).)*)<\!--\s*Enqueue\s+End\s*-->)/is", $this->get_tag(), $matches );
219
- $regions = array();
220
-
221
- if ( isset( $matches[1] ) && is_array( $matches[1] ) ) {
222
- foreach ( $matches[1] as $value ) {
223
- $regions[] = new Brizy_Editor_Helper_DomTag( $value );
224
- }
225
- }
226
-
227
- return $regions;
228
- }
229
-
230
  }
13
  * @param string $tag
14
  */
15
  public function __construct( $tag ) {
16
+ $this->html_tag = trim( $tag ); ;
17
+ $this->fix_shortcode_attributes();
18
  }
19
 
20
  /**
83
  /**
84
  * @return $this
85
  */
 
 
 
 
 
 
 
 
 
 
86
  public function fix_shortcode_attributes() {
87
  if ( $string = preg_replace( "/\&quot;/", '"', $this->html_tag ) ) {
88
  $this->html_tag = $string;
110
  }
111
 
112
  /**
113
+ * @return Brizy_Editor_Helper_DomTag[]
114
  */
115
  public function get_links() {
116
 
117
+ return $this->get_tags( '/(<link[^>]+>)/is' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  }
119
 
120
 
121
  /**
122
  * @param $rel_value
123
  *
124
+ * @return Brizy_Editor_Helper_DomTag[]
125
  */
126
  public function get_links_by_rel( $rel_value ) {
127
 
128
+ return $this->get_tags( "/(<link\s+(?=[^>]*rel=\"{$rel_value}\").[^>]*>)/is" );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  }
130
 
131
 
132
  /**
133
+ * @return Brizy_Editor_Helper_DomTag[]
134
  */
135
  public function get_scripts() {
136
+ return $this->get_tags( '/(<script(.*?)<\/script>)/is' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  }
138
 
139
+ /**
140
+ * @return Brizy_Editor_Helper_DomTag[]
141
+ */
142
  public function get_styles() {
143
+ return $this->get_tags( '/(<style(.*?)<\/style>)/is' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  }
145
 
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  }
editor/helper/dom.php CHANGED
@@ -4,7 +4,6 @@ class Brizy_Editor_Helper_Dom extends Brizy_Editor_Helper_DomTag {
4
 
5
  /**
6
  * @return Brizy_Editor_Helper_DomTag
7
- * @throws Brizy_Editor_Exceptions_NotFound
8
  */
9
  public function get_head() {
10
  $tags = $this->get_tags( '/(<head(.*?)<\/head>)/is' );
@@ -18,8 +17,7 @@ class Brizy_Editor_Helper_Dom extends Brizy_Editor_Helper_DomTag {
18
 
19
 
20
  /**
21
- * @return Brizy_Editor_Helper_DomTag
22
- * @throws Brizy_Editor_Exceptions_NotFound
23
  */
24
  public function get_body() {
25
  $tags = $this->get_tags( '/(<body(.*?)<\/body>)/is' );
@@ -28,7 +26,7 @@ class Brizy_Editor_Helper_Dom extends Brizy_Editor_Helper_DomTag {
28
  return new Brizy_Editor_Helper_DomTag('');
29
  }
30
 
31
- return $tags[0]->fix_shortcode_attributes();
32
  }
33
 
34
 
4
 
5
  /**
6
  * @return Brizy_Editor_Helper_DomTag
 
7
  */
8
  public function get_head() {
9
  $tags = $this->get_tags( '/(<head(.*?)<\/head>)/is' );
17
 
18
 
19
  /**
20
+ * @return $this|Brizy_Editor_Helper_DomTag
 
21
  */
22
  public function get_body() {
23
  $tags = $this->get_tags( '/(<body(.*?)<\/body>)/is' );
26
  return new Brizy_Editor_Helper_DomTag('');
27
  }
28
 
29
+ return $tags[0];
30
  }
31
 
32
 
editor/load.php CHANGED
@@ -4,7 +4,6 @@
4
 
5
  include_once 'functions.php';
6
 
7
-
8
  add_action( 'init', 'brizy_check_for_new_imports' );
9
 
10
  function brizy_check_for_new_imports() {
@@ -179,7 +178,7 @@ function brizy_initialize_Brizy_Public_Api() {
179
  }
180
  }
181
 
182
- add_action( 'wp_loaded', 'brizy_handler_proxy_requests' );
183
 
184
  function brizy_handler_proxy_requests( $query ) {
185
 
@@ -215,4 +214,3 @@ function brizy_handler_proxy_requests( $query ) {
215
  }
216
  }
217
 
218
-
4
 
5
  include_once 'functions.php';
6
 
 
7
  add_action( 'init', 'brizy_check_for_new_imports' );
8
 
9
  function brizy_check_for_new_imports() {
178
  }
179
  }
180
 
181
+ //add_action( 'wp_loaded', 'brizy_handler_proxy_requests' );
182
 
183
  function brizy_handler_proxy_requests( $query ) {
184
 
214
  }
215
  }
216
 
 
editor/post.php CHANGED
@@ -325,9 +325,6 @@ class Brizy_Editor_Post extends Brizy_Admin_Serializable {
325
  */
326
  public function compile_page() {
327
 
328
- // $html_document = file_get_contents( '/home/alex/Projects/bitblox_compiler/test-page/index.html' );
329
- // $compiled_html = new Brizy_Editor_CompiledHtml( $html_document );
330
-
331
  Brizy_Logger::instance()->notice( 'Compile page', array( $this ) );
332
 
333
  $compiled_html = Brizy_Editor_User::get()->compile_page( Brizy_Editor_Project::get(), $this );
325
  */
326
  public function compile_page() {
327
 
 
 
 
328
  Brizy_Logger::instance()->notice( 'Compile page', array( $this ) );
329
 
330
  $compiled_html = Brizy_Editor_User::get()->compile_page( Brizy_Editor_Project::get(), $this );
editor/project.php CHANGED
@@ -287,38 +287,6 @@ class Brizy_Editor_Project extends Brizy_Admin_Serializable {
287
  return $this;
288
  }
289
 
290
- // public function get_fe_asset_url( $template_version = null, $template_slug = null ) {
291
- //
292
- // if ( is_null( $template_slug ) ) {
293
- // $template_slug = $this->get_template_slug();
294
- // }
295
- // if ( is_null( $template_version ) ) {
296
- // $template_version = $this->get_template_version();
297
- // }
298
- //
299
- // return sprintf( Brizy_Config::FE_S3_ASSET_URL, $template_slug, $template_version );
300
- // }
301
-
302
- // public function get_asset_url( $template_version = null, $template_slug = null ) {
303
- //
304
- // if ( is_null( $template_slug ) ) {
305
- // $template_slug = $this->get_template_slug();
306
- // }
307
- // if ( is_null( $template_version ) ) {
308
- // $template_version = $this->get_template_version();
309
- // }
310
- //
311
- // return sprintf( Brizy_Config::BRIZY_S3_ASSET_URL, $template_slug, $template_version );
312
- // }
313
- //
314
- // public function get_asset_path( $template_version = null ) {
315
- // if ( is_null( $template_version ) ) {
316
- // $template_version = $this->get_template_version();
317
- // }
318
- //
319
- // return sprintf( Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH, $template_version );
320
- // }
321
-
322
  public function set_meta_key( $key, $value ) {
323
 
324
  if ( is_null( $key ) ) {
@@ -328,19 +296,19 @@ class Brizy_Editor_Project extends Brizy_Admin_Serializable {
328
  $this->get_api_project()->set_meta_key( $key, $value );
329
  }
330
 
331
- public function invalidateAssetsFor( $version ) {
332
-
333
- Brizy_Logger::instance()->notice( 'Invalidate assets for version ' . $version, array( $version ) );
334
-
335
- $dir_path = sprintf( rtrim( ABSPATH, DIRECTORY_SEPARATOR ) . Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH, $version );
336
-
337
- Brizy_Logger::instance()->notice( 'Remove directory ' . $dir_path, array( $dir_path ) );
338
-
339
- $fs = new WP_Filesystem_Direct( null );
340
- $fs->rmdir( $dir_path, true );
341
-
342
- return $this;
343
- }
344
 
345
  /**
346
  * @return bool
287
  return $this;
288
  }
289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
290
  public function set_meta_key( $key, $value ) {
291
 
292
  if ( is_null( $key ) ) {
296
  $this->get_api_project()->set_meta_key( $key, $value );
297
  }
298
 
299
+ // public function invalidateAssetsFor( $version ) {
300
+ //
301
+ // Brizy_Logger::instance()->notice( 'Invalidate assets for version ' . $version, array( $version ) );
302
+ //
303
+ // $dir_path = sprintf( rtrim( ABSPATH, DIRECTORY_SEPARATOR ) . Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH, $version );
304
+ //
305
+ // Brizy_Logger::instance()->notice( 'Remove directory ' . $dir_path, array( $dir_path ) );
306
+ //
307
+ // $fs = new WP_Filesystem_Direct( null );
308
+ // $fs->rmdir( $dir_path, true );
309
+ //
310
+ // return $this;
311
+ // }
312
 
313
  /**
314
  * @return bool
editor/url-builder.php CHANGED
@@ -31,13 +31,17 @@ class Brizy_Editor_UrlBuilder {
31
  $this->post = $post;
32
  $this->upload_dir = wp_upload_dir( null, true );
33
 
34
- if ( $wp_rewrite->permalink_structure == "" ) {
35
- $site_url = get_site_url();
36
- $this->upload_dir['url'] = str_replace( $site_url, $site_url . "/index.php", $this->upload_dir['url'] );
37
- $this->upload_dir['baseurl'] = str_replace( $site_url, $site_url . "/index.php", $this->upload_dir['baseurl'] );
38
- }
 
39
 
 
40
 
 
 
41
  }
42
 
43
  /**
@@ -71,12 +75,14 @@ class Brizy_Editor_UrlBuilder {
71
  public function page_asset_path( $path = null, $template_version = null, $post_id = null ) {
72
 
73
  if ( is_null( $template_version ) ) {
74
- $template_version = $this->project->get_template_version();
75
  }
76
  if ( is_null( $post_id ) ) {
77
  $post_id = $this->post->get_id();
78
  }
79
 
 
 
80
  return sprintf( Brizy_Config::BRIZY_WP_PAGE_ASSET_PATH . $path, $template_version, $post_id );
81
  }
82
 
@@ -92,12 +98,18 @@ class Brizy_Editor_UrlBuilder {
92
  public function editor_asset_path( $path = null, $template_version = null ) {
93
 
94
  if ( is_null( $template_version ) ) {
95
- $template_version = $this->project->get_template_version();
96
  }
97
 
 
 
98
  return sprintf( Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH . $path, $template_version );
99
  }
100
 
 
 
 
 
101
  /**
102
  * This will return the relative path to the upload dir.
103
  * ex: /brizy/media/media_file.jpg
@@ -110,6 +122,16 @@ class Brizy_Editor_UrlBuilder {
110
  return Brizy_Config::LOCAL_PAGE_MEDIA_STATIC_URL . $path;
111
  }
112
 
 
 
 
 
 
 
 
 
 
 
113
 
114
  /**
115
  * @param null $path
@@ -124,20 +146,12 @@ class Brizy_Editor_UrlBuilder {
124
  $template_slug = $this->project->get_template_slug();
125
  }
126
  if ( is_null( $template_version ) ) {
127
- $template_version = $this->project->get_template_version();
128
  }
129
 
130
- return sprintf( Brizy_Config::FE_S3_ASSET_URL . $path, $template_slug, $template_version );
131
- }
132
 
133
- /**
134
- * @param null $path
135
- *
136
- * @return string
137
- */
138
- public function external_media_url( $path = null ) {
139
- return Brizy_Config::MEDIA_IMAGE_URL . $path;
140
  }
141
-
142
  }
143
 
31
  $this->post = $post;
32
  $this->upload_dir = wp_upload_dir( null, true );
33
 
34
+ // if ( $wp_rewrite->permalink_structure == "" ) {
35
+ // $site_url = get_site_url();
36
+ // $this->upload_dir['url'] = str_replace( $site_url, $site_url . "/index.php", $this->upload_dir['url'] );
37
+ // $this->upload_dir['baseurl'] = str_replace( $site_url, $site_url . "/index.php", $this->upload_dir['baseurl'] );
38
+ // }
39
+
40
 
41
+ }
42
 
43
+ public function proxy_url( $end_point ) {
44
+ return site_url() . '?brizy=' . $end_point;
45
  }
46
 
47
  /**
75
  public function page_asset_path( $path = null, $template_version = null, $post_id = null ) {
76
 
77
  if ( is_null( $template_version ) ) {
78
+ $template_version = BRIZY_EDITOR_VERSION;
79
  }
80
  if ( is_null( $post_id ) ) {
81
  $post_id = $this->post->get_id();
82
  }
83
 
84
+ $path = "/" . ltrim( $path, "/" );
85
+
86
  return sprintf( Brizy_Config::BRIZY_WP_PAGE_ASSET_PATH . $path, $template_version, $post_id );
87
  }
88
 
98
  public function editor_asset_path( $path = null, $template_version = null ) {
99
 
100
  if ( is_null( $template_version ) ) {
101
+ $template_version = BRIZY_EDITOR_VERSION;
102
  }
103
 
104
+ $path = "/" . ltrim( $path, "/" );
105
+
106
  return sprintf( Brizy_Config::BRIZY_WP_EDITOR_ASSET_PATH . $path, $template_version );
107
  }
108
 
109
+ public function editor_asset_url() {
110
+ return rtrim( BRIZY_PLUGIN_URL, "/" ) . '/public/editor-build/' . BRIZY_EDITOR_VERSION;
111
+ }
112
+
113
  /**
114
  * This will return the relative path to the upload dir.
115
  * ex: /brizy/media/media_file.jpg
122
  return Brizy_Config::LOCAL_PAGE_MEDIA_STATIC_URL . $path;
123
  }
124
 
125
+ /**
126
+ * @param null $path
127
+ *
128
+ * @return string
129
+ */
130
+ public function external_media_url( $path = null ) {
131
+ $path = "/" . ltrim( $path, "/" );
132
+
133
+ return Brizy_Config::MEDIA_IMAGE_URL . $path;
134
+ }
135
 
136
  /**
137
  * @param null $path
146
  $template_slug = $this->project->get_template_slug();
147
  }
148
  if ( is_null( $template_version ) ) {
149
+ $template_version = BRIZY_EDITOR_VERSION;
150
  }
151
 
152
+ $path = "/" . ltrim( $path, "/" );
 
153
 
154
+ return sprintf( Brizy_Config::S3_ASSET_URL . $path, $template_slug, $template_version );
 
 
 
 
 
 
155
  }
 
156
  }
157
 
editor/user.php CHANGED
@@ -251,7 +251,7 @@ class Brizy_Editor_User extends Brizy_Admin_Serializable implements Brizy_Editor
251
  * @throws Brizy_Editor_Http_Exceptions_BadRequest
252
  * @throws Brizy_Editor_Http_Exceptions_ResponseException
253
  * @throws Brizy_Editor_Http_Exceptions_ResponseNotFound
254
- * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized.
255
  */
256
  public function delete_page( Brizy_Editor_API_Project $project, Brizy_Editor_API_Page $page ) {
257
  Brizy_Logger::instance()->notice( 'Delete page', array( $project, $page ) );
@@ -279,6 +279,7 @@ class Brizy_Editor_User extends Brizy_Admin_Serializable implements Brizy_Editor
279
  $page->get_id(),
280
  $page
281
  );
 
282
  return $updated_page;
283
  }
284
 
@@ -330,24 +331,34 @@ class Brizy_Editor_User extends Brizy_Admin_Serializable implements Brizy_Editor
330
  * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
331
  * @throws Exception
332
  */
333
- public function compile_page( Brizy_Editor_Project $project, Brizy_Editor_Post $post ) {
334
 
335
  $api_project = $project->get_api_project();
336
  $api_page = $post->get_api_page();
337
- $url_builder = new Brizy_Editor_UrlBuilder( $project, $post );
338
 
339
- $config = Brizy_Editor_Editor_Editor::get( $project, $post )->config();
 
 
 
 
340
 
341
- if ( ! is_preview() ) {
342
- $config['urls']['static'] = $url_builder->upload_url( $url_builder->editor_asset_path() );
343
- $config['urls']['image'] = $url_builder->upload_url( $url_builder->media_asset_path() );
344
- }
345
 
346
  $res = $this->get_client()->compile_page( $api_project, $api_page, $config );
347
 
348
  $content = trim( $res['html'] );
349
 
350
- return new Brizy_Editor_CompiledHtml( $content );
 
 
 
 
 
 
 
 
 
 
351
  }
352
 
353
  /**
251
  * @throws Brizy_Editor_Http_Exceptions_BadRequest
252
  * @throws Brizy_Editor_Http_Exceptions_ResponseException
253
  * @throws Brizy_Editor_Http_Exceptions_ResponseNotFound
254
+ * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
255
  */
256
  public function delete_page( Brizy_Editor_API_Project $project, Brizy_Editor_API_Page $page ) {
257
  Brizy_Logger::instance()->notice( 'Delete page', array( $project, $page ) );
279
  $page->get_id(),
280
  $page
281
  );
282
+
283
  return $updated_page;
284
  }
285
 
331
  * @throws Brizy_Editor_Http_Exceptions_ResponseUnauthorized
332
  * @throws Exception
333
  */
334
+ public function compile_page( $project, $post ) {
335
 
336
  $api_project = $project->get_api_project();
337
  $api_page = $post->get_api_page();
 
338
 
339
+ // $url_builder = new Brizy_Editor_UrlBuilder( $project, $post );
340
+ // if ( ! is_preview() ) {
341
+ // $config['urls']['static'] = $url_builder->upload_url( $url_builder->editor_asset_path() );
342
+ // $config['urls']['image'] = $url_builder->upload_url( $url_builder->media_asset_path() );
343
+ // }
344
 
345
+ $config = Brizy_Editor_Editor_Editor::get( $project, $post )->config();
 
 
 
346
 
347
  $res = $this->get_client()->compile_page( $api_project, $api_page, $config );
348
 
349
  $content = trim( $res['html'] );
350
 
351
+ $asset_storage = new Brizy_Editor_Asset_AssetProxyStorage( $project, $post, $config );
352
+ $media_storage = new Brizy_Editor_Asset_MediaProxyStorage( $project, $post, $config );
353
+
354
+ $asset_processors = array();
355
+ $asset_processors[] = new Brizy_Editor_Asset_AssetProxyProcessor( $asset_storage );
356
+ $asset_processors[] = new Brizy_Editor_Asset_MediaAssetProcessor( $media_storage );
357
+
358
+ $brizy_editor_compiled_html = new Brizy_Editor_CompiledHtml( $content );
359
+ $brizy_editor_compiled_html->setAssetProcessors( $asset_processors );
360
+
361
+ return $brizy_editor_compiled_html;
362
  }
363
 
364
  /**
logger.php CHANGED
@@ -42,7 +42,7 @@ class Brizy_Logger {
42
 
43
  global $wpdb;
44
  $create_table_query = "
45
- CREATE TABLE `{$wpdb->prefix}brizy_logs` (
46
  `id` bigint PRIMARY KEY AUTO_INCREMENT,
47
  `type` text NOT NULL,
48
  `message` text NOT NULL,
42
 
43
  global $wpdb;
44
  $create_table_query = "
45
+ CREATE TABLE IF NOT EXISTS `{$wpdb->prefix}brizy_logs` (
46
  `id` bigint PRIMARY KEY AUTO_INCREMENT,
47
  `type` text NOT NULL,
48
  `message` text NOT NULL,
public/asset-proxy.php ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Created by PhpStorm.
4
+ * User: alex
5
+ * Date: 4/19/18
6
+ * Time: 3:48 PM
7
+ */
8
+
9
+ class Brizy_Public_AssetProxy {
10
+
11
+ const ENDPOINT = 'brizy';
12
+
13
+ /**
14
+ * @var Brizy_Editor_UrlBuilder
15
+ */
16
+ private $url_builder;
17
+
18
+
19
+ private $config;
20
+
21
+
22
+ /**
23
+ * Brizy_Public_AssetProxy constructor.
24
+ *
25
+ * @param $url_builder
26
+ * @param $config
27
+ */
28
+ public function __construct( $url_builder, $config ) {
29
+ add_action( 'wp', array( $this, 'process_query' ), - 1 );
30
+ add_filter( 'query_vars', array( $this, 'query_vars' ) );
31
+
32
+ $this->url_builder = $url_builder;
33
+ $this->config = $config;
34
+ }
35
+
36
+ public function process_query() {
37
+ global $wp_query;
38
+
39
+ // Check if user is not querying API
40
+ if ( ! isset( $wp_query->query_vars[ self::ENDPOINT ] ) || ! is_string( $wp_query->query_vars[ self::ENDPOINT ] ) ) {
41
+ return;
42
+ }
43
+
44
+ $asset_path = "/" . ltrim( $wp_query->query_vars[ self::ENDPOINT ], "/" );
45
+ $asset_url = $this->url_builder->external_asset_url( $asset_path );
46
+
47
+ $tmp_asset_url = $this->url_builder->editor_asset_path( $asset_path );
48
+ $new_path = $this->url_builder->upload_path( $tmp_asset_url );
49
+
50
+
51
+ if ( ! file_exists( $new_path ) ) {
52
+ $store_result = $this->store_file( $asset_url, $new_path );
53
+
54
+ if ( ! $store_result ) {
55
+ global $wp_query;
56
+ $wp_query->set_404();
57
+
58
+ return;
59
+ }
60
+ }
61
+
62
+ if ( file_exists( $new_path ) ) {
63
+
64
+ $content = file_get_contents( $new_path );
65
+
66
+ // send headers
67
+ $headers = [];
68
+ $headers['Content-Type'] = $this->get_mime( $new_path, 1 );
69
+ $headers['Content-Length'] = strlen( $content );
70
+ $headers['Cache-Control'] = 'max-age=600';
71
+
72
+ foreach ( $headers as $key => $val ) {
73
+ if ( is_array( $val ) ) {
74
+ $val = implode( ', ', $val );
75
+ }
76
+
77
+ header( "{$key}: {$val}" );
78
+ }
79
+ // send file content
80
+ echo $content;
81
+ exit;
82
+ }
83
+
84
+
85
+ global $wp_query;
86
+ $wp_query->set_404();
87
+
88
+ return;
89
+
90
+ }
91
+
92
+ public function query_vars( $vars ) {
93
+ $vars[] = self::ENDPOINT;
94
+
95
+ return $vars;
96
+ }
97
+
98
+
99
+ /**
100
+ *
101
+ * This is code duplicate taken from Brizy_Editor_Asset_Storage
102
+ *
103
+ * @param $asset_source
104
+ * @param $asset_path
105
+ *
106
+ * @return bool
107
+ */
108
+ public function store_file( $asset_source, $asset_path ) {
109
+
110
+ $full_asset_path = null;
111
+ try {
112
+ // check destination dir
113
+ $dir_path = dirname( $asset_path );
114
+
115
+ if ( ! file_exists( $dir_path ) ) {
116
+ mkdir( $dir_path, 0777, true );
117
+ }
118
+
119
+ $full_asset_path = $asset_path;
120
+
121
+ $fasset_dest = @fopen( $asset_path, 'w' );
122
+ if ( ! $fasset_dest ) {
123
+ throw new Exception( 'Invalid file destination.' );
124
+ }
125
+
126
+ $fasset_src = @fopen( $asset_source, 'r' );
127
+ if ( ! $fasset_src ) {
128
+ throw new Exception( 'Invalid asset source.' );
129
+ }
130
+
131
+ $buffer_length = 81920; // we can tune this later;
132
+
133
+ while ( ! feof( $fasset_src ) ) {
134
+ $buffer = fread( $fasset_src, $buffer_length );
135
+ fwrite( $fasset_dest, $buffer );
136
+ }
137
+
138
+ @fclose( $fasset_src );
139
+ @fclose( $fasset_dest );
140
+
141
+ } catch ( Exception $e ) {
142
+ $t = 0;
143
+
144
+ // clean up
145
+ if ( $full_asset_path ) {
146
+ @unlink( $full_asset_path );
147
+ }
148
+
149
+ return false;
150
+ }
151
+
152
+ return true;
153
+ }
154
+
155
+ /**
156
+ * @param $filename
157
+ * @param int $mode
158
+ *
159
+ * @return mixed|string
160
+ */
161
+ private function get_mime( $filename, $mode = 0 ) {
162
+
163
+ // mode 0 = full check
164
+ // mode 1 = extension check only
165
+
166
+ $mime_types = array(
167
+
168
+ 'txt' => 'text/plain',
169
+ 'htm' => 'text/html',
170
+ 'html' => 'text/html',
171
+ 'php' => 'text/html',
172
+ 'css' => 'text/css',
173
+ 'js' => 'application/javascript',
174
+ 'json' => 'application/json',
175
+ 'xml' => 'application/xml',
176
+ 'swf' => 'application/x-shockwave-flash',
177
+ 'flv' => 'video/x-flv',
178
+
179
+ // images
180
+ 'png' => 'image/png',
181
+ 'jpe' => 'image/jpeg',
182
+ 'jpeg' => 'image/jpeg',
183
+ 'jpg' => 'image/jpeg',
184
+ 'gif' => 'image/gif',
185
+ 'bmp' => 'image/bmp',
186
+ 'ico' => 'image/vnd.microsoft.icon',
187
+ 'tiff' => 'image/tiff',
188
+ 'tif' => 'image/tiff',
189
+ 'svg' => 'image/svg+xml',
190
+ 'svgz' => 'image/svg+xml',
191
+
192
+ // archives
193
+ 'zip' => 'application/zip',
194
+ 'rar' => 'application/x-rar-compressed',
195
+ 'exe' => 'application/x-msdownload',
196
+ 'msi' => 'application/x-msdownload',
197
+ 'cab' => 'application/vnd.ms-cab-compressed',
198
+
199
+ // audio/video
200
+ 'mp3' => 'audio/mpeg',
201
+ 'qt' => 'video/quicktime',
202
+ 'mov' => 'video/quicktime',
203
+
204
+ // adobe
205
+ 'pdf' => 'application/pdf',
206
+ 'psd' => 'image/vnd.adobe.photoshop',
207
+ 'ai' => 'application/postscript',
208
+ 'eps' => 'application/postscript',
209
+ 'ps' => 'application/postscript',
210
+
211
+ // ms office
212
+ 'doc' => 'application/msword',
213
+ 'rtf' => 'application/rtf',
214
+ 'xls' => 'application/vnd.ms-excel',
215
+ 'ppt' => 'application/vnd.ms-powerpoint',
216
+ 'docx' => 'application/msword',
217
+ 'xlsx' => 'application/vnd.ms-excel',
218
+ 'pptx' => 'application/vnd.ms-powerpoint',
219
+
220
+
221
+ // open office
222
+ 'odt' => 'application/vnd.oasis.opendocument.text',
223
+ 'ods' => 'application/vnd.oasis.opendocument.spreadsheet',
224
+ );
225
+
226
+ $array = explode( '.', $filename );
227
+ $str = end( $array );
228
+ $ext = strtolower( $str );
229
+
230
+ if ( function_exists( 'mime_content_type' ) && $mode == 0 ) {
231
+ $mimetype = mime_content_type( $filename );
232
+
233
+ return $mimetype;
234
+
235
+ } elseif ( function_exists( 'finfo_open' ) && $mode == 0 ) {
236
+ $finfo = finfo_open( FILEINFO_MIME );
237
+ $mimetype = finfo_file( $finfo, $filename );
238
+ finfo_close( $finfo );
239
+
240
+ return $mimetype;
241
+ } elseif ( array_key_exists( $ext, $mime_types ) ) {
242
+ return $mime_types[ $ext ];
243
+ } else {
244
+ return 'application/octet-stream';
245
+ }
246
+ }
247
+ }
public/editor-build/1.0.8/editor/css/editor.css ADDED
@@ -0,0 +1 @@
 
1
+ .brz .brz-rich-text,.nc-icon{-webkit-font-smoothing:antialiased}.brz .brz-btn,.brz-ed-sorting{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.brz .media-frame .spinner,.brz-ed-sorting .sortable-chosen :not(.brz-ed-border),.slick-loading .brz .slick-slide,.slick-loading .brz .slick-track{visibility:hidden}.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone,.brz-ed-sorting .sortable-hovered:not(.brz-ed-border__sortable):not(.brz-ed-container-trigger),.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone{position:relative}.brz .brz-a,.brz .brz-a[href]:hover{-webkit-box-shadow:none;text-decoration:none}.brz .brz-a,.brz .brz-btn.focus,.brz .brz-btn:focus,.brz .brz-btn:hover{text-decoration:none}.brz .brz-btn,.brz .brz-icon,.brz .brz-img,.brz .brz-map,.brz .brz-video{vertical-align:middle}.brz .brz-button,.brz .brz-reset-all,.brz .brz-select,.nc-icon{text-transform:none}.brz .brz-a,.brz .brz-rich-text a,.brz-ed .brz-a{-webkit-text-decoration-skip:objects}.brz .brz-reset-all,.brz-ed .brz-reset-all{-ms-flex-line-pack:stretch;align-content:stretch;align-self:auto;border-spacing:0;caret-color:auto;grid-row-end:auto;grid-row-gap:0;grid-row-start:auto;grid-template-areas:none;grid-template-rows:none;image-rendering:auto;line-break:auto;mask-mode:match-source;min-block-size:0;min-inline-size:0;mix-blend-mode:normal;-o-object-position:50% 50%;offset-block-start:auto;offset-inline-start:auto;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;quotes:initial;ruby-align:space-around;ruby-merge:separate;ruby-position:over;scroll-behavior:auto;shape-image-threshold:0;shape-margin:0;shape-outside:none;table-layout:auto;text-combine-upright:none;-webkit-text-decoration-color:currentcolor;-webkit-text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-emphasis-color:currentcolor;text-emphasis-color:currentcolor;-webkit-text-emphasis-position:over;text-emphasis-position:over right;-webkit-text-emphasis-style:none;text-emphasis-style:none;text-orientation:mixed;text-rendering:auto;text-underline-position:auto;widows:2;will-change:auto;word-break:normal;word-spacing:normal}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@font-face{font-family:iowanoldst_btroman;src:url(../fonts/iowaosrm-webfont.woff);src:url(../fonts/iowaosrm-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/iowaosrm-webfont.woff2) format("woff2"),url(../fonts/iowaosrm-webfont.woff) format("woff"),url(../fonts/iowaosrm-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:europa;src:url(../fonts/europa-regular-webfont.woff);src:url(../fonts/europa-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/europa-regular-webfont.woff2) format("woff2"),url(../fonts/europa-regular-webfont.woff) format("woff"),url(../fonts/europa-regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:europa;src:url(../fonts/europa-bold-webfont.woff);src:url(../fonts/europa-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/europa-bold-webfont.woff2) format("woff2"),url(../fonts/europa-bold-webfont.woff) format("woff"),url(../fonts/europa-bold-webfont.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:europa;src:url(../fonts/europa-light-webfont.woff);src:url(../fonts/europa-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/europa-light-webfont.woff2) format("woff2"),url(../fonts/europa-light-webfont.woff) format("woff"),url(../fonts/europa-light-webfont.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:pn;src:url(../fonts/pn-regular-webfont.eot);src:url(../fonts/pn-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/pn-regular-webfont.woff2) format("woff2"),url(../fonts/pn-regular-webfont.woff) format("woff"),url(../fonts/pn-regular-webfont.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:pn;src:url(../fonts/pn-medium-webfont.eot);src:url(../fonts/pn-medium-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/pn-medium-webfont.woff2) format("woff2"),url(../fonts/pn-medium-webfont.woff) format("woff"),url(../fonts/pn-medium-webfont.svg) format("svg");font-weight:600;font-style:normal}@font-face{font-family:pn;src:url(../fonts/pn-bold-webfont.eot);src:url(../fonts/pn-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/pn-bold-webfont.woff2) format("woff2"),url(../fonts/pn-bold-webfont.woff) format("woff"),url(../fonts/pn-bold-webfont.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:"Nucleo Outline";src:url(../fonts/icons/nucleo-outline.eot);src:url(../fonts/icons/nucleo-outline.eot) format("embedded-opentype"),url(../fonts/icons/nucleo-outline.woff2) format("woff2"),url(../fonts/icons/nucleo-outline.woff) format("woff"),url(../fonts/icons/nucleo-outline.ttf) format("truetype"),url(../fonts/icons/nucleo-outline.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Nucleo Glyph";src:url(../fonts/icons/nucleo-glyph.eot);src:url(../fonts/icons/nucleo-glyph.eot) format("embedded-opentype"),url(../fonts/icons/nucleo-glyph.woff2) format("woff2"),url(../fonts/icons/nucleo-glyph.woff) format("woff"),url(../fonts/icons/nucleo-glyph.ttf) format("truetype"),url(../fonts/icons/nucleo-glyph.svg) format("svg");font-weight:400;font-style:normal}.nc-outline-2x-drag-down:before{content:"\ea01"}.nc-outline-2x-drag-up:before{content:"\ea02"}.nc-outline-2x-swipe-down:before{content:"\ea03"}.nc-outline-2x-swipe-left:before{content:"\ea04"}.nc-outline-2x-swipe-right:before{content:"\ea05"}.nc-outline-2x-swipe-up:before{content:"\ea06"}.nc-outline-2x-tap:before{content:"\ea07"}.nc-outline-3d-29:before{content:"\ea08"}.nc-outline-3d-model:before{content:"\ea09"}.nc-outline-3d:before{content:"\ea0a"}.nc-outline-3x-swipe-left:before{content:"\ea0b"}.nc-outline-3x-swipe-right:before{content:"\ea0c"}.nc-outline-3x-swipe-up:before{content:"\ea0e"}.nc-outline-3x-tap:before{content:"\ea0d"}.nc-outline-4x-swipe-left:before{content:"\ea0f"}.nc-outline-4x-swipe-right:before{content:"\ea10"}.nc-outline-4x-swipe-up:before{content:"\ea11"}.nc-outline-a-add:before{content:"\ea12"}.nc-outline-a-check:before{content:"\ea13"}.nc-outline-a-delete:before{content:"\ea14"}.nc-outline-a-edit:before{content:"\ea15"}.nc-outline-a-heart:before{content:"\ea16"}.nc-outline-a-location:before{content:"\ea17"}.nc-outline-a-remove:before{content:"\ea18"}.nc-outline-a-search:before{content:"\ea19"}.nc-outline-a-security:before{content:"\ea1a"}.nc-outline-a-share:before{content:"\ea1b"}.nc-outline-a-star:before{content:"\ea1c"}.nc-outline-a-sync:before{content:"\ea1d"}.nc-outline-a-time:before{content:"\ea1e"}.nc-outline-abc:before{content:"\ea1f"}.nc-outline-accessibility:before{content:"\ea20"}.nc-outline-action-73:before{content:"\ea22"}.nc-outline-action-74:before{content:"\ea21"}.nc-outline-active-38:before{content:"\ea23"}.nc-outline-active-40:before{content:"\ea24"}.nc-outline-add-27:before{content:"\ea26"}.nc-outline-add-29:before{content:"\ea25"}.nc-outline-add:before{content:"\ea28"}.nc-outline-agenda-bookmark:before{content:"\ea27"}.nc-outline-agenda:before{content:"\ea29"}.nc-outline-air-baloon:before{content:"\ea2a"}.nc-outline-air-conditioner:before{content:"\ea2b"}.nc-outline-airbag:before{content:"\ea2c"}.nc-outline-alarm-add:before{content:"\ea2d"}.nc-outline-alarm-delete:before{content:"\ea2e"}.nc-outline-album-2:before{content:"\ea2f"}.nc-outline-album:before{content:"\ea30"}.nc-outline-alcohol:before{content:"\ea31"}.nc-outline-alert-circle-exc:before{content:"\ea32"}.nc-outline-alert-circle-i:before{content:"\ea33"}.nc-outline-alert-circle-que:before{content:"\ea34"}.nc-outline-alert-exc:before{content:"\ea35"}.nc-outline-alert-i:before{content:"\ea36"}.nc-outline-alert-que:before{content:"\ea37"}.nc-outline-alert-square-exc:before{content:"\ea38"}.nc-outline-alert-square-i:before{content:"\ea39"}.nc-outline-alert-square-que:before{content:"\ea3a"}.nc-outline-alert:before{content:"\ea3b"}.nc-outline-alien-29:before{content:"\ea3c"}.nc-outline-alien-33:before{content:"\ea3d"}.nc-outline-align-bottom:before{content:"\ea3e"}.nc-outline-align-center-horizontal:before{content:"\ea3f"}.nc-outline-align-center-vertical:before{content:"\ea40"}.nc-outline-align-center:before{content:"\ea41"}.nc-outline-align-justify:before{content:"\ea42"}.nc-outline-align-left-2:before{content:"\ea43"}.nc-outline-align-left:before{content:"\ea44"}.nc-outline-align-right-2:before{content:"\ea45"}.nc-outline-align-right:before{content:"\ea46"}.nc-outline-align-top:before{content:"\ea47"}.nc-outline-ambulance:before{content:"\ea48"}.nc-outline-analytics-88:before{content:"\ea49"}.nc-outline-analytics-89:before{content:"\ea4a"}.nc-outline-anchor:before{content:"\ea4c"}.nc-outline-android:before{content:"\ea4b"}.nc-outline-angle:before{content:"\ea4d"}.nc-outline-angry-10:before{content:"\ea4e"}.nc-outline-angry-44:before{content:"\ea50"}.nc-outline-animation-14:before{content:"\ea4f"}.nc-outline-animation-31:before{content:"\ea51"}.nc-outline-animation-32:before{content:"\ea52"}.nc-outline-app:before{content:"\ea53"}.nc-outline-apple-2:before{content:"\ea54"}.nc-outline-apple:before{content:"\ea55"}.nc-outline-appointment:before{content:"\ea56"}.nc-outline-archive-2:before{content:"\ea57"}.nc-outline-archive-3d-check:before{content:"\ea58"}.nc-outline-archive-3d-content:before{content:"\ea59"}.nc-outline-archive-check:before{content:"\ea5a"}.nc-outline-archive-content:before{content:"\ea5b"}.nc-outline-archive-paper-check:before{content:"\ea5c"}.nc-outline-archive-paper:before{content:"\ea5d"}.nc-outline-archive:before{content:"\ea5e"}.nc-outline-armchair:before{content:"\ea5f"}.nc-outline-artboard:before{content:"\ea60"}.nc-outline-astronaut:before{content:"\ea62"}.nc-outline-at-sign:before{content:"\ea61"}.nc-outline-atm:before{content:"\ea63"}.nc-outline-atom:before{content:"\ea64"}.nc-outline-attach-86:before{content:"\ea65"}.nc-outline-attach-87:before{content:"\ea66"}.nc-outline-aubergine:before{content:"\ea67"}.nc-outline-audio-91:before{content:"\ea68"}.nc-outline-audio-92:before{content:"\ea69"}.nc-outline-audio:before{content:"\ea6a"}.nc-outline-avocado:before{content:"\ea6c"}.nc-outline-award-48:before{content:"\ea6b"}.nc-outline-award-49:before{content:"\ea6d"}.nc-outline-award-55:before{content:"\ea6e"}.nc-outline-award-74:before{content:"\ea6f"}.nc-outline-award:before{content:"\ea70"}.nc-outline-axe:before{content:"\ea71"}.nc-outline-b-add:before{content:"\ea72"}.nc-outline-b-check:before{content:"\ea74"}.nc-outline-b-location:before{content:"\ea73"}.nc-outline-b-love:before{content:"\ea75"}.nc-outline-b-meeting:before{content:"\ea76"}.nc-outline-b-remove:before{content:"\ea78"}.nc-outline-b-security:before{content:"\ea77"}.nc-outline-baby-2:before{content:"\ea79"}.nc-outline-baby-3:before{content:"\ea7a"}.nc-outline-baby-bottle:before{content:"\ea7b"}.nc-outline-baby:before{content:"\ea7c"}.nc-outline-back-78:before{content:"\ea7d"}.nc-outline-back-80:before{content:"\ea7e"}.nc-outline-background:before{content:"\ea7f"}.nc-outline-backpack-2:before{content:"\ea80"}.nc-outline-backpack-57:before{content:"\ea81"}.nc-outline-backpack-58:before{content:"\ea82"}.nc-outline-backpack:before{content:"\ea83"}.nc-outline-backward:before{content:"\ea84"}.nc-outline-bacon:before{content:"\ea85"}.nc-outline-badge-13:before{content:"\ea86"}.nc-outline-badge-14:before{content:"\ea87"}.nc-outline-badge-15:before{content:"\ea88"}.nc-outline-badge:before{content:"\ea89"}.nc-outline-badminton:before{content:"\ea8a"}.nc-outline-bag-09:before{content:"\ea8b"}.nc-outline-bag-16:before{content:"\ea8c"}.nc-outline-bag-17:before{content:"\ea8d"}.nc-outline-bag-20:before{content:"\ea8e"}.nc-outline-bag-21:before{content:"\ea8f"}.nc-outline-bag-22:before{content:"\ea90"}.nc-outline-bag-49:before{content:"\ea91"}.nc-outline-bag-50:before{content:"\ea92"}.nc-outline-bag-add-18:before{content:"\ea93"}.nc-outline-bag-add-21:before{content:"\ea94"}.nc-outline-bag-delivery:before{content:"\ea95"}.nc-outline-bag-edit:before{content:"\ea96"}.nc-outline-bag-remove-19:before{content:"\ea97"}.nc-outline-bag-remove-22:before{content:"\ea98"}.nc-outline-bag-time:before{content:"\ea99"}.nc-outline-bag:before{content:"\ea9a"}.nc-outline-baguette:before{content:"\ea9b"}.nc-outline-balance:before{content:"\ea9c"}.nc-outline-ball-basket:before{content:"\ea9d"}.nc-outline-ball-soccer:before{content:"\ea9e"}.nc-outline-baloon:before{content:"\eaa0"}.nc-outline-ban-bold:before{content:"\ea9f"}.nc-outline-ban:before{content:"\eaa1"}.nc-outline-banana:before{content:"\eaa2"}.nc-outline-bank:before{content:"\eaa3"}.nc-outline-barbecue-15:before{content:"\eaa4"}.nc-outline-barbecue-tools:before{content:"\eaa5"}.nc-outline-barbecue:before{content:"\eaa6"}.nc-outline-barcode-qr:before{content:"\eaa7"}.nc-outline-barcode-scan:before{content:"\eaa8"}.nc-outline-barcode:before{content:"\eaa9"}.nc-outline-bars-2:before{content:"\eaaa"}.nc-outline-bars-rotate:before{content:"\eaac"}.nc-outline-bars:before{content:"\eaab"}.nc-outline-baseball-ball:before{content:"\eaad"}.nc-outline-baseball-bat:before{content:"\eaae"}.nc-outline-baseball:before{content:"\eaaf"}.nc-outline-basket-add:before{content:"\eab0"}.nc-outline-basket-edit:before{content:"\eab1"}.nc-outline-basket-favorite:before{content:"\eab2"}.nc-outline-basket-remove:before{content:"\eab3"}.nc-outline-basket-search:before{content:"\eab4"}.nc-outline-basket-share:before{content:"\eab5"}.nc-outline-basket-simple-add:before{content:"\eab6"}.nc-outline-basket-simple-remove:before{content:"\eab7"}.nc-outline-basket-simple:before{content:"\eab8"}.nc-outline-basket-update:before{content:"\eab9"}.nc-outline-basket:before{content:"\eaba"}.nc-outline-basketball-12:before{content:"\eabb"}.nc-outline-basketball-13:before{content:"\eabc"}.nc-outline-bat:before{content:"\eabd"}.nc-outline-bath-tub:before{content:"\eabe"}.nc-outline-battery-81:before{content:"\eabf"}.nc-outline-battery-83:before{content:"\eac0"}.nc-outline-battery-half:before{content:"\eac1"}.nc-outline-battery-level:before{content:"\eac2"}.nc-outline-battery-low:before{content:"\eac3"}.nc-outline-battery:before{content:"\eac4"}.nc-outline-bear-2:before{content:"\eac5"}.nc-outline-bear:before{content:"\eac6"}.nc-outline-bed-09:before{content:"\eac8"}.nc-outline-bed-23:before{content:"\eac9"}.nc-outline-bed-side:before{content:"\eac7"}.nc-outline-bee:before{content:"\eaca"}.nc-outline-beer-95:before{content:"\eacb"}.nc-outline-beer-96:before{content:"\eacc"}.nc-outline-bell-53:before{content:"\eacd"}.nc-outline-bell-54:before{content:"\eace"}.nc-outline-bell-55:before{content:"\eacf"}.nc-outline-belt:before{content:"\ead0"}.nc-outline-berlin:before{content:"\ead1"}.nc-outline-beverage:before{content:"\ead2"}.nc-outline-big-eyes:before{content:"\ead4"}.nc-outline-big-smile:before{content:"\ead3"}.nc-outline-bigmouth:before{content:"\ead5"}.nc-outline-bike-2:before{content:"\ead6"}.nc-outline-bike:before{content:"\ead7"}.nc-outline-bill:before{content:"\ead9"}.nc-outline-billiard:before{content:"\ead8"}.nc-outline-binocular:before{content:"\eada"}.nc-outline-biscuit:before{content:"\eadb"}.nc-outline-bitcoin:before{content:"\eadc"}.nc-outline-bleah:before{content:"\eadd"}.nc-outline-blend:before{content:"\eade"}.nc-outline-blind:before{content:"\eae0"}.nc-outline-block-bottom-left:before{content:"\eadf"}.nc-outline-block-bottom-right:before{content:"\eae1"}.nc-outline-block-down:before{content:"\eae2"}.nc-outline-block-left:before{content:"\eae3"}.nc-outline-block-right:before{content:"\eae4"}.nc-outline-block-top-left:before{content:"\eae5"}.nc-outline-block-top-right:before{content:"\eae6"}.nc-outline-block-up:before{content:"\eae8"}.nc-outline-blog:before{content:"\eae7"}.nc-outline-blueberries:before{content:"\eae9"}.nc-outline-bluetooth:before{content:"\eaea"}.nc-outline-board-2:before{content:"\eaeb"}.nc-outline-board-27:before{content:"\eaec"}.nc-outline-board-28:before{content:"\eaed"}.nc-outline-board-29:before{content:"\eaee"}.nc-outline-board-30:before{content:"\eaef"}.nc-outline-board-51:before{content:"\eaf0"}.nc-outline-board:before{content:"\eaf1"}.nc-outline-boat-front:before{content:"\eaf2"}.nc-outline-boat-small-02:before{content:"\eaf3"}.nc-outline-boat-small-03:before{content:"\eaf4"}.nc-outline-boat:before{content:"\eaf5"}.nc-outline-bold-add:before{content:"\eaf6"}.nc-outline-bold-delete:before{content:"\eaf7"}.nc-outline-bold-direction:before{content:"\eaf8"}.nc-outline-bold-down:before{content:"\eaf9"}.nc-outline-bold-left:before{content:"\eafa"}.nc-outline-bold-remove:before{content:"\eafc"}.nc-outline-bold-right:before{content:"\eafb"}.nc-outline-bold-up:before{content:"\eafd"}.nc-outline-bold:before{content:"\eafe"}.nc-outline-bolt:before{content:"\eaff"}.nc-outline-bomb:before{content:"\eb00"}.nc-outline-bones:before{content:"\eb01"}.nc-outline-book-07:before{content:"\eb02"}.nc-outline-book-08:before{content:"\eb03"}.nc-outline-book-39:before{content:"\eb04"}.nc-outline-book-bookmark-2:before{content:"\eb05"}.nc-outline-book-bookmark:before{content:"\eb06"}.nc-outline-book-open-2:before{content:"\eb07"}.nc-outline-book-open:before{content:"\eb08"}.nc-outline-book:before{content:"\eb09"}.nc-outline-bookmark-2:before{content:"\eb0a"}.nc-outline-bookmark-add-2:before{content:"\eb0b"}.nc-outline-bookmark-add:before{content:"\eb0c"}.nc-outline-bookmark-remove-2:before{content:"\eb0d"}.nc-outline-bookmark-remove:before{content:"\eb0e"}.nc-outline-bookmark:before{content:"\eb0f"}.nc-outline-books-46:before{content:"\eb10"}.nc-outline-books:before{content:"\eb11"}.nc-outline-boot-2:before{content:"\eb12"}.nc-outline-boot-woman:before{content:"\eb14"}.nc-outline-boot:before{content:"\eb15"}.nc-outline-border-radius:before{content:"\eb13"}.nc-outline-border:before{content:"\eb16"}.nc-outline-bored:before{content:"\eb17"}.nc-outline-bottle-wine:before{content:"\eb18"}.nc-outline-bottle:before{content:"\eb19"}.nc-outline-bow:before{content:"\eb1a"}.nc-outline-bowl:before{content:"\eb1b"}.nc-outline-bowling:before{content:"\eb1d"}.nc-outline-box-2:before{content:"\eb1c"}.nc-outline-box-3d-50:before{content:"\eb1e"}.nc-outline-box-ribbon:before{content:"\eb1f"}.nc-outline-box:before{content:"\eb20"}.nc-outline-boxing:before{content:"\eb21"}.nc-outline-bra:before{content:"\eb22"}.nc-outline-brain:before{content:"\eb23"}.nc-outline-brakes:before{content:"\eb24"}.nc-outline-bread:before{content:"\eb25"}.nc-outline-briefcase-24:before{content:"\eb26"}.nc-outline-briefcase-25:before{content:"\eb28"}.nc-outline-briefcase-26:before{content:"\eb27"}.nc-outline-brightness-46:before{content:"\eb29"}.nc-outline-brightness-47:before{content:"\eb2a"}.nc-outline-brioche:before{content:"\eb2d"}.nc-outline-broccoli:before{content:"\eb2b"}.nc-outline-broom:before{content:"\eb2c"}.nc-outline-browser-chrome:before{content:"\eb2e"}.nc-outline-browser-edge:before{content:"\eb2f"}.nc-outline-browser-firefox:before{content:"\eb30"}.nc-outline-browser-ie:before{content:"\eb31"}.nc-outline-browser-opera:before{content:"\eb32"}.nc-outline-browser-safari:before{content:"\eb35"}.nc-outline-brush:before{content:"\eb34"}.nc-outline-bucket:before{content:"\eb33"}.nc-outline-bug:before{content:"\eb36"}.nc-outline-building:before{content:"\eb37"}.nc-outline-bulb-61:before{content:"\eb39"}.nc-outline-bulb-62:before{content:"\eb38"}.nc-outline-bulb-63:before{content:"\eb3a"}.nc-outline-bulb-saver:before{content:"\eb3b"}.nc-outline-bulb:before{content:"\eb3d"}.nc-outline-bullet-list-67:before{content:"\eb3c"}.nc-outline-bullet-list-68:before{content:"\eb3e"}.nc-outline-bullet-list-69:before{content:"\eb41"}.nc-outline-bullet-list-70:before{content:"\eb3f"}.nc-outline-bullet-list:before{content:"\eb40"}.nc-outline-bus-front-10:before{content:"\eb42"}.nc-outline-bus-front-12:before{content:"\eb44"}.nc-outline-bus:before{content:"\eb45"}.nc-outline-business-contact-85:before{content:"\eb43"}.nc-outline-business-contact-89:before{content:"\eb46"}.nc-outline-businessman-03:before{content:"\eb47"}.nc-outline-businessman-04:before{content:"\eb48"}.nc-outline-butterfly:before{content:"\eb49"}.nc-outline-button-2:before{content:"\eb4a"}.nc-outline-button-circle-pause:before{content:"\eb4c"}.nc-outline-button-circle-play:before{content:"\eb4b"}.nc-outline-button-circle-stop:before{content:"\eb4d"}.nc-outline-button-eject:before{content:"\eb4e"}.nc-outline-button-next:before{content:"\eb50"}.nc-outline-button-pause:before{content:"\eb4f"}.nc-outline-button-play:before{content:"\eb51"}.nc-outline-button-power:before{content:"\eb52"}.nc-outline-button-previous:before{content:"\eb54"}.nc-outline-button-record:before{content:"\eb53"}.nc-outline-button-rewind:before{content:"\eb55"}.nc-outline-button-skip:before{content:"\eb56"}.nc-outline-button-stop:before{content:"\eb57"}.nc-outline-button:before{content:"\eb58"}.nc-outline-cabinet:before{content:"\eb59"}.nc-outline-cable-49:before{content:"\eb5a"}.nc-outline-cable-50:before{content:"\eb5b"}.nc-outline-cactus:before{content:"\eb5c"}.nc-outline-cake-100:before{content:"\eb5d"}.nc-outline-cake-13:before{content:"\eb5e"}.nc-outline-cake-slice:before{content:"\eb5f"}.nc-outline-cake:before{content:"\eb60"}.nc-outline-calculator:before{content:"\eb61"}.nc-outline-calendar-57:before{content:"\eb62"}.nc-outline-calendar-60:before{content:"\eb64"}.nc-outline-calendar-add:before{content:"\eb65"}.nc-outline-calendar-check-59:before{content:"\eb63"}.nc-outline-calendar-check-62:before{content:"\eb66"}.nc-outline-calendar-grid-58:before{content:"\eb67"}.nc-outline-calendar-grid-61:before{content:"\eb68"}.nc-outline-camera-18:before{content:"\eb69"}.nc-outline-camera-19:before{content:"\eb6a"}.nc-outline-camera-20:before{content:"\eb6b"}.nc-outline-camera-ban-36:before{content:"\eb6c"}.nc-outline-camera-ban-37:before{content:"\eb6d"}.nc-outline-camera-compact:before{content:"\eb6e"}.nc-outline-camera-screen:before{content:"\eb6f"}.nc-outline-camera-square-57:before{content:"\eb70"}.nc-outline-camera-square-58:before{content:"\eb71"}.nc-outline-camera-time:before{content:"\eb72"}.nc-outline-camera:before{content:"\eb73"}.nc-outline-camper:before{content:"\eb75"}.nc-outline-camping:before{content:"\eb74"}.nc-outline-candle:before{content:"\eb76"}.nc-outline-candy-2:before{content:"\eb77"}.nc-outline-candy:before{content:"\eb78"}.nc-outline-canvas:before{content:"\eb79"}.nc-outline-cap:before{content:"\eb7a"}.nc-outline-capitalize:before{content:"\eb7b"}.nc-outline-caps-all:before{content:"\eb7c"}.nc-outline-caps-small:before{content:"\eb7d"}.nc-outline-car-2:before{content:"\eb7e"}.nc-outline-car-accident:before{content:"\eb7f"}.nc-outline-car-connect:before{content:"\eb80"}.nc-outline-car-door:before{content:"\eb81"}.nc-outline-car-front:before{content:"\eb82"}.nc-outline-car-lights:before{content:"\eb83"}.nc-outline-car-parking:before{content:"\eb84"}.nc-outline-car-simple:before{content:"\eb85"}.nc-outline-car-sport:before{content:"\eb86"}.nc-outline-car-taxi:before{content:"\eb87"}.nc-outline-car-ventilation:before{content:"\eb88"}.nc-outline-car-wash:before{content:"\eb89"}.nc-outline-car:before{content:"\eb8a"}.nc-outline-card-add-2:before{content:"\eb8b"}.nc-outline-card-add:before{content:"\eb8c"}.nc-outline-card-alert:before{content:"\eb8d"}.nc-outline-card-edit:before{content:"\eb8e"}.nc-outline-card-favorite:before{content:"\eb8f"}.nc-outline-card-remove:before{content:"\eb90"}.nc-outline-card-update:before{content:"\eb91"}.nc-outline-cardio:before{content:"\eb92"}.nc-outline-cards:before{content:"\eb94"}.nc-outline-carrot:before{content:"\eb95"}.nc-outline-cart-9:before{content:"\eb93"}.nc-outline-cart-add-9:before{content:"\eb96"}.nc-outline-cart-add:before{content:"\eb97"}.nc-outline-cart-favorite:before{content:"\eb98"}.nc-outline-cart-full:before{content:"\eb99"}.nc-outline-cart-in-9:before{content:"\eb9a"}.nc-outline-cart-refresh:before{content:"\eb9c"}.nc-outline-cart-remove-9:before{content:"\eb9b"}.nc-outline-cart-remove:before{content:"\eb9d"}.nc-outline-cart-return:before{content:"\eb9e"}.nc-outline-cart-simple-add:before{content:"\eb9f"}.nc-outline-cart-simple-in:before{content:"\eba1"}.nc-outline-cart-simple-remove:before{content:"\eba0"}.nc-outline-cart-simple:before{content:"\eba2"}.nc-outline-cart-speed:before{content:"\eba3"}.nc-outline-cart:before{content:"\eba4"}.nc-outline-cash-register:before{content:"\eba5"}.nc-outline-castle:before{content:"\eba6"}.nc-outline-cat:before{content:"\eba7"}.nc-outline-cauldron:before{content:"\eba8"}.nc-outline-cctv:before{content:"\eba9"}.nc-outline-cd-reader:before{content:"\ebaa"}.nc-outline-celsius:before{content:"\ebab"}.nc-outline-centralize:before{content:"\ebac"}.nc-outline-chair-2:before{content:"\ebad"}.nc-outline-chair:before{content:"\ebae"}.nc-outline-chalkboard:before{content:"\ebaf"}.nc-outline-champagne:before{content:"\ebb0"}.nc-outline-chart-2:before{content:"\ebb1"}.nc-outline-chart-3:before{content:"\ebb2"}.nc-outline-chart-bar-32:before{content:"\ebb3"}.nc-outline-chart-bar-33:before{content:"\ebb4"}.nc-outline-chart-bar-52:before{content:"\ebb5"}.nc-outline-chart-bar-53:before{content:"\ebb6"}.nc-outline-chart-bar:before{content:"\ebb7"}.nc-outline-chart-bars:before{content:"\ebb8"}.nc-outline-chart-growth:before{content:"\ebb9"}.nc-outline-chart-pie-35:before{content:"\ebba"}.nc-outline-chart-pie-36:before{content:"\ebbb"}.nc-outline-chart-pie:before{content:"\ebbc"}.nc-outline-chart:before{content:"\ebbd"}.nc-outline-chat-33:before{content:"\ebbe"}.nc-outline-chat-45:before{content:"\ebbf"}.nc-outline-chat-46:before{content:"\ebc0"}.nc-outline-chat-content:before{content:"\ebc1"}.nc-outline-chat-reply:before{content:"\ebc2"}.nc-outline-chat-round-content:before{content:"\ebc3"}.nc-outline-chat-round:before{content:"\ebc4"}.nc-outline-chat:before{content:"\ebc5"}.nc-outline-check-2:before{content:"\ebc6"}.nc-outline-check-bold:before{content:"\ebc7"}.nc-outline-check-circle-07:before{content:"\ebc8"}.nc-outline-check-circle-08:before{content:"\ebc9"}.nc-outline-check-curve:before{content:"\ebca"}.nc-outline-check-in:before{content:"\ebcb"}.nc-outline-check-out:before{content:"\ebcc"}.nc-outline-check-simple:before{content:"\ebcd"}.nc-outline-check-small:before{content:"\ebce"}.nc-outline-check-square-09:before{content:"\ebcf"}.nc-outline-check-square-11:before{content:"\ebd0"}.nc-outline-check:before{content:"\ebd1"}.nc-outline-cheese-24:before{content:"\ebd2"}.nc-outline-cheese-87:before{content:"\ebd3"}.nc-outline-cheeseburger:before{content:"\ebd4"}.nc-outline-chef-hat:before{content:"\ebd6"}.nc-outline-chef:before{content:"\ebd5"}.nc-outline-cheque-2:before{content:"\ebd7"}.nc-outline-cheque-3:before{content:"\ebd8"}.nc-outline-cheque:before{content:"\ebda"}.nc-outline-cherry:before{content:"\ebd9"}.nc-outline-chicken-2:before{content:"\ebdb"}.nc-outline-chicken:before{content:"\ebdc"}.nc-outline-child:before{content:"\ebdd"}.nc-outline-chili:before{content:"\ebde"}.nc-outline-chimney:before{content:"\ebdf"}.nc-outline-china:before{content:"\ebe0"}.nc-outline-chinese:before{content:"\ebe1"}.nc-outline-chips:before{content:"\ebe2"}.nc-outline-choco-cream:before{content:"\ebe3"}.nc-outline-chocolate-mousse:before{content:"\ebe4"}.nc-outline-chocolate:before{content:"\ebe5"}.nc-outline-church:before{content:"\ebe6"}.nc-outline-churros:before{content:"\ebe7"}.nc-outline-circle-02:before{content:"\ebe8"}.nc-outline-circle-03:before{content:"\ebe9"}.nc-outline-circle-04:before{content:"\ebea"}.nc-outline-circle-08:before{content:"\ebec"}.nc-outline-circle-09:before{content:"\ebeb"}.nc-outline-circle-10:before{content:"\ebed"}.nc-outline-circle-add:before{content:"\ebee"}.nc-outline-circle-bold-add:before{content:"\ebef"}.nc-outline-circle-bold-delete:before{content:"\ebf0"}.nc-outline-circle-bold-remove:before{content:"\ebf1"}.nc-outline-circle-delete:before{content:"\ebf2"}.nc-outline-circle-down-12:before{content:"\ebf3"}.nc-outline-circle-down-40:before{content:"\ebf4"}.nc-outline-circle-in:before{content:"\ebf5"}.nc-outline-circle-left-10:before{content:"\ebf6"}.nc-outline-circle-left-38:before{content:"\ebf7"}.nc-outline-circle-out:before{content:"\ebf8"}.nc-outline-circle-remove:before{content:"\ebf9"}.nc-outline-circle-right-09:before{content:"\ebfa"}.nc-outline-circle-right-37:before{content:"\ebfc"}.nc-outline-circle-simple-down:before{content:"\ebfb"}.nc-outline-circle-simple-left:before{content:"\ebfe"}.nc-outline-circle-simple-right:before{content:"\ebfd"}.nc-outline-circle-simple-up:before{content:"\ebff"}.nc-outline-circle-up-11:before{content:"\ec00"}.nc-outline-circle-up-39:before{content:"\ec02"}.nc-outline-circle:before{content:"\ec01"}.nc-outline-circuit-round:before{content:"\ec03"}.nc-outline-circuit:before{content:"\ec04"}.nc-outline-clone:before{content:"\ec05"}.nc-outline-cloud-25:before{content:"\ec06"}.nc-outline-cloud-26:before{content:"\ec08"}.nc-outline-cloud-download-93:before{content:"\ec07"}.nc-outline-cloud-download-95:before{content:"\ec09"}.nc-outline-cloud-drop:before{content:"\ec0a"}.nc-outline-cloud-fog-31:before{content:"\ec0c"}.nc-outline-cloud-fog-32:before{content:"\ec0b"}.nc-outline-cloud-hail:before{content:"\ec0d"}.nc-outline-cloud-light:before{content:"\ec0e"}.nc-outline-cloud-moon:before{content:"\ec10"}.nc-outline-cloud-rain:before{content:"\ec0f"}.nc-outline-cloud-rainbow:before{content:"\ec11"}.nc-outline-cloud-snow-34:before{content:"\ec12"}.nc-outline-cloud-snow-42:before{content:"\ec14"}.nc-outline-cloud-sun-17:before{content:"\ec13"}.nc-outline-cloud-sun-19:before{content:"\ec15"}.nc-outline-cloud-upload-94:before{content:"\ec16"}.nc-outline-cloud-upload-96:before{content:"\ec17"}.nc-outline-cloud:before{content:"\ec18"}.nc-outline-clover:before{content:"\ec19"}.nc-outline-coat-hanger:before{content:"\ec1a"}.nc-outline-coat:before{content:"\ec1c"}.nc-outline-cockade:before{content:"\ec1b"}.nc-outline-cocktail:before{content:"\ec1d"}.nc-outline-code-editor:before{content:"\ec1e"}.nc-outline-code:before{content:"\ec1f"}.nc-outline-coffe-long:before{content:"\ec20"}.nc-outline-coffee-2:before{content:"\ec21"}.nc-outline-coffee-bean:before{content:"\ec22"}.nc-outline-coffee-long:before{content:"\ec23"}.nc-outline-coffee:before{content:"\ec24"}.nc-outline-coffin:before{content:"\ec26"}.nc-outline-coins:before{content:"\ec25"}.nc-outline-collar:before{content:"\ec28"}.nc-outline-collection:before{content:"\ec27"}.nc-outline-color:before{content:"\ec2a"}.nc-outline-command:before{content:"\ec29"}.nc-outline-comment-add:before{content:"\ec2b"}.nc-outline-compare:before{content:"\ec2c"}.nc-outline-compass-04:before{content:"\ec2e"}.nc-outline-compass-05:before{content:"\ec2d"}.nc-outline-compass-06:before{content:"\ec2f"}.nc-outline-compass-2:before{content:"\ec30"}.nc-outline-compass-3:before{content:"\ec31"}.nc-outline-compass:before{content:"\ec32"}.nc-outline-components:before{content:"\ec33"}.nc-outline-computer-monitor:before{content:"\ec34"}.nc-outline-computer-old:before{content:"\ec35"}.nc-outline-computer-upload:before{content:"\ec36"}.nc-outline-computer:before{content:"\ec37"}.nc-outline-cone:before{content:"\ec38"}.nc-outline-connect:before{content:"\ec39"}.nc-outline-connection:before{content:"\ec3a"}.nc-outline-contact-86:before{content:"\ec3b"}.nc-outline-contact-87:before{content:"\ec3c"}.nc-outline-contact-88:before{content:"\ec3d"}.nc-outline-contacts-2:before{content:"\ec3e"}.nc-outline-contacts-44:before{content:"\ec3f"}.nc-outline-contacts-45:before{content:"\ec40"}.nc-outline-contacts:before{content:"\ec41"}.nc-outline-contrast-2:before{content:"\ec42"}.nc-outline-contrast:before{content:"\ec43"}.nc-outline-controller-2:before{content:"\ec44"}.nc-outline-controller-3:before{content:"\ec45"}.nc-outline-controller:before{content:"\ec46"}.nc-outline-conversion:before{content:"\ec47"}.nc-outline-cookies:before{content:"\ec48"}.nc-outline-copy-2:before{content:"\ec4a"}.nc-outline-copy:before{content:"\ec49"}.nc-outline-corn:before{content:"\ec4b"}.nc-outline-corner-down-round:before{content:"\ec4c"}.nc-outline-corner-down:before{content:"\ec4d"}.nc-outline-corner-left-down:before{content:"\ec4e"}.nc-outline-corner-left-round:before{content:"\ec50"}.nc-outline-corner-left:before{content:"\ec4f"}.nc-outline-corner-right-down:before{content:"\ec51"}.nc-outline-corner-right-round:before{content:"\ec52"}.nc-outline-corner-right:before{content:"\ec54"}.nc-outline-corner-up-left:before{content:"\ec53"}.nc-outline-corner-up-right:before{content:"\ec55"}.nc-outline-corner-up-round:before{content:"\ec56"}.nc-outline-corner-up:before{content:"\ec57"}.nc-outline-corset:before{content:"\ec58"}.nc-outline-countdown-34:before{content:"\ec59"}.nc-outline-countdown-35:before{content:"\ec5a"}.nc-outline-couple-gay:before{content:"\ec5b"}.nc-outline-couple-lesbian:before{content:"\ec5c"}.nc-outline-coupon:before{content:"\ec5d"}.nc-outline-course:before{content:"\ec5e"}.nc-outline-cow:before{content:"\ec5f"}.nc-outline-crab:before{content:"\ec60"}.nc-outline-cradle:before{content:"\ec62"}.nc-outline-credit-card-in:before{content:"\ec61"}.nc-outline-credit-card:before{content:"\ec64"}.nc-outline-credit-locked:before{content:"\ec63"}.nc-outline-crepe:before{content:"\ec66"}.nc-outline-cricket:before{content:"\ec65"}.nc-outline-croissant:before{content:"\ec67"}.nc-outline-crop:before{content:"\ec68"}.nc-outline-cross-down:before{content:"\ec69"}.nc-outline-cross-horizontal:before{content:"\ec6a"}.nc-outline-cross-left:before{content:"\ec6b"}.nc-outline-cross-right:before{content:"\ec6c"}.nc-outline-cross-up:before{content:"\ec6e"}.nc-outline-cross-vertical:before{content:"\ec6d"}.nc-outline-cross:before{content:"\ec6f"}.nc-outline-crosshair:before{content:"\ec70"}.nc-outline-crown:before{content:"\ec71"}.nc-outline-crumpet:before{content:"\ec72"}.nc-outline-cry-15:before{content:"\ec73"}.nc-outline-cry-57:before{content:"\ec74"}.nc-outline-css3:before{content:"\ec75"}.nc-outline-cupcake:before{content:"\ec76"}.nc-outline-currency-dollar:before{content:"\ec77"}.nc-outline-currency-euro:before{content:"\ec78"}.nc-outline-currency-exchange:before{content:"\ec79"}.nc-outline-currency-pound:before{content:"\ec7a"}.nc-outline-currency-yen:before{content:"\ec7b"}.nc-outline-cursor-48:before{content:"\ec7c"}.nc-outline-cursor-49:before{content:"\ec7e"}.nc-outline-cursor-add:before{content:"\ec7d"}.nc-outline-cursor-grab:before{content:"\ec7f"}.nc-outline-cursor-load:before{content:"\ec80"}.nc-outline-cursor-menu:before{content:"\ec81"}.nc-outline-cursor-not-allowed:before{content:"\ec82"}.nc-outline-cursor-pointer:before{content:"\ec83"}.nc-outline-cursor-text:before{content:"\ec84"}.nc-outline-curtain:before{content:"\ec85"}.nc-outline-curve-circuit:before{content:"\ec86"}.nc-outline-curve-directions:before{content:"\ec88"}.nc-outline-curve-split:before{content:"\ec87"}.nc-outline-curved-next:before{content:"\ec89"}.nc-outline-curved-previous:before{content:"\ec8a"}.nc-outline-customer-support:before{content:"\ec8b"}.nc-outline-cut:before{content:"\ec8c"}.nc-outline-cute:before{content:"\ec8d"}.nc-outline-cutlery-75:before{content:"\ec8e"}.nc-outline-cutlery-76:before{content:"\ec8f"}.nc-outline-cutlery-77:before{content:"\ec90"}.nc-outline-cutlery:before{content:"\ec91"}.nc-outline-cyclist:before{content:"\ec92"}.nc-outline-dart:before{content:"\ec93"}.nc-outline-dashboard-29:before{content:"\ec94"}.nc-outline-dashboard-30:before{content:"\ec95"}.nc-outline-dashboard-half:before{content:"\ec96"}.nc-outline-dashboard-level:before{content:"\ec97"}.nc-outline-database:before{content:"\ec98"}.nc-outline-dead-hand:before{content:"\ec9a"}.nc-outline-decoration:before{content:"\ec99"}.nc-outline-deer:before{content:"\ec9c"}.nc-outline-delete-28:before{content:"\ec9b"}.nc-outline-delete-30:before{content:"\ec9d"}.nc-outline-delete-49:before{content:"\ec9e"}.nc-outline-delete-50:before{content:"\ec9f"}.nc-outline-delivery-2:before{content:"\eca0"}.nc-outline-delivery-3:before{content:"\eca1"}.nc-outline-delivery-fast:before{content:"\eca2"}.nc-outline-delivery-time:before{content:"\eca3"}.nc-outline-delivery-track:before{content:"\eca4"}.nc-outline-delivery:before{content:"\eca5"}.nc-outline-design-system:before{content:"\eca6"}.nc-outline-design:before{content:"\eca7"}.nc-outline-desk-drawer:before{content:"\eca8"}.nc-outline-desk:before{content:"\eca9"}.nc-outline-desktop-screen:before{content:"\ecaa"}.nc-outline-desktop:before{content:"\ecab"}.nc-outline-detox:before{content:"\ecac"}.nc-outline-dev:before{content:"\ecad"}.nc-outline-device-connection:before{content:"\ecae"}.nc-outline-devil:before{content:"\ecaf"}.nc-outline-diag-bottom-left:before{content:"\ecb0"}.nc-outline-diag-bottom-right:before{content:"\ecb1"}.nc-outline-diag-top-left:before{content:"\ecb2"}.nc-outline-diag-top-right:before{content:"\ecb3"}.nc-outline-diamond:before{content:"\ecb4"}.nc-outline-dice:before{content:"\ecb6"}.nc-outline-diet-plan:before{content:"\ecb5"}.nc-outline-diet:before{content:"\ecb7"}.nc-outline-direction-53:before{content:"\ecb8"}.nc-outline-direction-56:before{content:"\ecb9"}.nc-outline-direction:before{content:"\ecba"}.nc-outline-directions:before{content:"\ecbb"}.nc-outline-disabled:before{content:"\ecbc"}.nc-outline-discount-2:before{content:"\ecbd"}.nc-outline-discount:before{content:"\ecbe"}.nc-outline-disgusted:before{content:"\ecc0"}.nc-outline-dish:before{content:"\ecbf"}.nc-outline-dishwasher:before{content:"\ecc1"}.nc-outline-disk-2:before{content:"\ecc2"}.nc-outline-disk-reader:before{content:"\ecc3"}.nc-outline-disk:before{content:"\ecc4"}.nc-outline-disperse:before{content:"\ecc6"}.nc-outline-distribute-horizontal:before{content:"\ecc5"}.nc-outline-distribute-vertical:before{content:"\ecc7"}.nc-outline-divider:before{content:"\ecc8"}.nc-outline-dna-27:before{content:"\ecc9"}.nc-outline-dna-38:before{content:"\ecca"}.nc-outline-dock-bottom:before{content:"\eccb"}.nc-outline-dock-left:before{content:"\eccc"}.nc-outline-dock-right:before{content:"\eccd"}.nc-outline-dock-top:before{content:"\ecce"}.nc-outline-dock:before{content:"\eccf"}.nc-outline-doctor:before{content:"\ecd0"}.nc-outline-dog-house:before{content:"\ecd1"}.nc-outline-dog:before{content:"\ecd2"}.nc-outline-donut:before{content:"\ecd3"}.nc-outline-door:before{content:"\ecd4"}.nc-outline-dots-05:before{content:"\ecd5"}.nc-outline-dots-06:before{content:"\ecd6"}.nc-outline-dots-07:before{content:"\ecd7"}.nc-outline-dots-download:before{content:"\ecd8"}.nc-outline-dots-upload:before{content:"\ecda"}.nc-outline-dots:before{content:"\ecd9"}.nc-outline-double-left:before{content:"\ecdb"}.nc-outline-double-right:before{content:"\ecdc"}.nc-outline-double-tap:before{content:"\ecdd"}.nc-outline-download-2:before{content:"\ecde"}.nc-outline-download-3:before{content:"\ecdf"}.nc-outline-download:before{content:"\ece0"}.nc-outline-drag-21:before{content:"\ece1"}.nc-outline-drag-31:before{content:"\ece2"}.nc-outline-drag-down:before{content:"\ece3"}.nc-outline-drag-left:before{content:"\ece4"}.nc-outline-drag-right:before{content:"\ece5"}.nc-outline-drag-up:before{content:"\ece6"}.nc-outline-drag:before{content:"\ece7"}.nc-outline-drawer-2:before{content:"\ece8"}.nc-outline-drawer:before{content:"\ece9"}.nc-outline-dress-man:before{content:"\ecea"}.nc-outline-dress-woman:before{content:"\eceb"}.nc-outline-drink-2:before{content:"\ecec"}.nc-outline-drink-list:before{content:"\eced"}.nc-outline-drink:before{content:"\ecee"}.nc-outline-drop-15:before{content:"\ecef"}.nc-outline-drop:before{content:"\ecf0"}.nc-outline-drops:before{content:"\ecf1"}.nc-outline-dumbbells:before{content:"\ecf2"}.nc-outline-eclipse:before{content:"\ecf3"}.nc-outline-edit-2:before{content:"\ecf4"}.nc-outline-edit-71:before{content:"\ecf5"}.nc-outline-edit-72:before{content:"\ecf6"}.nc-outline-edit-73:before{content:"\ecf7"}.nc-outline-edit-74:before{content:"\ecf8"}.nc-outline-edit-75:before{content:"\ecf9"}.nc-outline-edit-76:before{content:"\ecfa"}.nc-outline-edit-77:before{content:"\ecfb"}.nc-outline-edit-78:before{content:"\ecfc"}.nc-outline-edit-color:before{content:"\ecfd"}.nc-outline-edit-contrast-42:before{content:"\ecfe"}.nc-outline-edit-contrast-43:before{content:"\ecff"}.nc-outline-edit-saturation:before{content:"\ed00"}.nc-outline-edit:before{content:"\ed01"}.nc-outline-egg-38:before{content:"\ed02"}.nc-outline-egg-39:before{content:"\ed03"}.nc-outline-egg:before{content:"\ed04"}.nc-outline-eject:before{content:"\ed05"}.nc-outline-email-83:before{content:"\ed06"}.nc-outline-email-84:before{content:"\ed07"}.nc-outline-email-85:before{content:"\ed08"}.nc-outline-energy-drink-2:before{content:"\ed0a"}.nc-outline-energy-drink:before{content:"\ed09"}.nc-outline-energy-supplement:before{content:"\ed0b"}.nc-outline-energy:before{content:"\ed0c"}.nc-outline-engine-start:before{content:"\ed0d"}.nc-outline-engine:before{content:"\ed0e"}.nc-outline-enlarge-45:before{content:"\ed0f"}.nc-outline-enlarge-46:before{content:"\ed10"}.nc-outline-enlarge-57:before{content:"\ed12"}.nc-outline-enlarge-58:before{content:"\ed11"}.nc-outline-enlarge-59:before{content:"\ed13"}.nc-outline-enlarge-circle:before{content:"\ed14"}.nc-outline-enlarge-diagonal-43:before{content:"\ed15"}.nc-outline-enlarge-diagonal-44:before{content:"\ed16"}.nc-outline-enlarge-horizontal:before{content:"\ed17"}.nc-outline-enlarge-vertical:before{content:"\ed18"}.nc-outline-eraser-32:before{content:"\ed19"}.nc-outline-eraser-33:before{content:"\ed1a"}.nc-outline-eraser-46:before{content:"\ed1b"}.nc-outline-event-confirm:before{content:"\ed1c"}.nc-outline-event-create:before{content:"\ed1d"}.nc-outline-exchange:before{content:"\ed1e"}.nc-outline-exclamation:before{content:"\ed1f"}.nc-outline-explore-2:before{content:"\ed20"}.nc-outline-explore-user:before{content:"\ed21"}.nc-outline-explore:before{content:"\ed22"}.nc-outline-export:before{content:"\ed23"}.nc-outline-eye-17:before{content:"\ed24"}.nc-outline-eye-19:before{content:"\ed25"}.nc-outline-eye-ban-18:before{content:"\ed26"}.nc-outline-eye-ban-20:before{content:"\ed27"}.nc-outline-factory:before{content:"\ed28"}.nc-outline-fahrenheit:before{content:"\ed2a"}.nc-outline-family:before{content:"\ed29"}.nc-outline-fat-add:before{content:"\ed2b"}.nc-outline-fat-delete:before{content:"\ed2c"}.nc-outline-fat-remove:before{content:"\ed2e"}.nc-outline-fav-remove:before{content:"\ed2d"}.nc-outline-favourite-28:before{content:"\ed2f"}.nc-outline-favourite-31:before{content:"\ed30"}.nc-outline-favourite-add-29:before{content:"\ed31"}.nc-outline-favourite-add-32:before{content:"\ed32"}.nc-outline-favourite-remove-30:before{content:"\ed33"}.nc-outline-favourite-remove-33:before{content:"\ed34"}.nc-outline-fencing:before{content:"\ed36"}.nc-outline-file-add:before{content:"\ed35"}.nc-outline-file-delete:before{content:"\ed37"}.nc-outline-file-download-87:before{content:"\ed38"}.nc-outline-file-download-89:before{content:"\ed39"}.nc-outline-file-download-94:before{content:"\ed3a"}.nc-outline-file-upload-86:before{content:"\ed3b"}.nc-outline-file-upload-88:before{content:"\ed3c"}.nc-outline-file-upload-93:before{content:"\ed3d"}.nc-outline-filter-check:before{content:"\ed3e"}.nc-outline-filter-organization:before{content:"\ed3f"}.nc-outline-filter-remove:before{content:"\ed40"}.nc-outline-filter:before{content:"\ed41"}.nc-outline-fire:before{content:"\ed42"}.nc-outline-firewall:before{content:"\ed43"}.nc-outline-fish:before{content:"\ed44"}.nc-outline-fishbone:before{content:"\ed46"}.nc-outline-fishing:before{content:"\ed45"}.nc-outline-fist:before{content:"\ed47"}.nc-outline-fit-horizontal:before{content:"\ed48"}.nc-outline-fit-vertical:before{content:"\ed49"}.nc-outline-flag-complex:before{content:"\ed4a"}.nc-outline-flag-diagonal-33:before{content:"\ed4b"}.nc-outline-flag-diagonal-34:before{content:"\ed4c"}.nc-outline-flag-finish:before{content:"\ed4d"}.nc-outline-flag-points-31:before{content:"\ed4e"}.nc-outline-flag-points-32:before{content:"\ed50"}.nc-outline-flag-simple:before{content:"\ed4f"}.nc-outline-flag-triangle:before{content:"\ed51"}.nc-outline-flag:before{content:"\ed52"}.nc-outline-flame:before{content:"\ed53"}.nc-outline-flash-21:before{content:"\ed54"}.nc-outline-flash-24:before{content:"\ed55"}.nc-outline-flash-29:before{content:"\ed56"}.nc-outline-flash-auto-22:before{content:"\ed58"}.nc-outline-flash-auto-25:before{content:"\ed57"}.nc-outline-flash-off-23:before{content:"\ed59"}.nc-outline-flash-off-26:before{content:"\ed5a"}.nc-outline-flask-2:before{content:"\ed5b"}.nc-outline-flask:before{content:"\ed5c"}.nc-outline-flick-down:before{content:"\ed5d"}.nc-outline-flick-left:before{content:"\ed5e"}.nc-outline-flick-right:before{content:"\ed5f"}.nc-outline-flick-up:before{content:"\ed60"}.nc-outline-flip-horizontal:before{content:"\ed61"}.nc-outline-flip-vertical:before{content:"\ed62"}.nc-outline-flip:before{content:"\ed63"}.nc-outline-flower-05:before{content:"\ed64"}.nc-outline-flower-06:before{content:"\ed65"}.nc-outline-flower-07:before{content:"\ed66"}.nc-outline-focus-32:before{content:"\ed67"}.nc-outline-focus-38:before{content:"\ed68"}.nc-outline-focus-40:before{content:"\ed69"}.nc-outline-focus-circle:before{content:"\ed6a"}.nc-outline-focus:before{content:"\ed6c"}.nc-outline-fog:before{content:"\ed6b"}.nc-outline-folder-13:before{content:"\ed6d"}.nc-outline-folder-14:before{content:"\ed6e"}.nc-outline-folder-15:before{content:"\ed70"}.nc-outline-folder-16:before{content:"\ed6f"}.nc-outline-folder-17:before{content:"\ed71"}.nc-outline-folder-18:before{content:"\ed72"}.nc-outline-folder-19:before{content:"\ed73"}.nc-outline-folder-add:before{content:"\ed74"}.nc-outline-folder-audio:before{content:"\ed75"}.nc-outline-folder-bookmark:before{content:"\ed76"}.nc-outline-folder-chart-bar:before{content:"\ed78"}.nc-outline-folder-chart-pie:before{content:"\ed77"}.nc-outline-folder-check:before{content:"\ed79"}.nc-outline-folder-cloud:before{content:"\ed7a"}.nc-outline-folder-dev:before{content:"\ed7c"}.nc-outline-folder-download:before{content:"\ed7b"}.nc-outline-folder-edit:before{content:"\ed7d"}.nc-outline-folder-exclamation:before{content:"\ed7e"}.nc-outline-folder-gallery:before{content:"\ed7f"}.nc-outline-folder-heart:before{content:"\ed80"}.nc-outline-folder-image:before{content:"\ed81"}.nc-outline-folder-info:before{content:"\ed82"}.nc-outline-folder-link:before{content:"\ed83"}.nc-outline-folder-locked:before{content:"\ed84"}.nc-outline-folder-money:before{content:"\ed85"}.nc-outline-folder-music:before{content:"\ed86"}.nc-outline-folder-no-access:before{content:"\ed87"}.nc-outline-folder-play:before{content:"\ed88"}.nc-outline-folder-question:before{content:"\ed89"}.nc-outline-folder-refresh:before{content:"\ed8a"}.nc-outline-folder-remove:before{content:"\ed8b"}.nc-outline-folder-search:before{content:"\ed8c"}.nc-outline-folder-settings-81:before{content:"\ed8d"}.nc-outline-folder-settings-97:before{content:"\ed8e"}.nc-outline-folder-shared:before{content:"\ed8f"}.nc-outline-folder-star:before{content:"\ed90"}.nc-outline-folder-time:before{content:"\ed91"}.nc-outline-folder-upload:before{content:"\ed92"}.nc-outline-folder-user:before{content:"\ed93"}.nc-outline-folder-vector:before{content:"\ed94"}.nc-outline-food-dog:before{content:"\ed95"}.nc-outline-food-scale:before{content:"\ed96"}.nc-outline-food:before{content:"\ed97"}.nc-outline-football-headguard:before{content:"\ed98"}.nc-outline-forecast:before{content:"\ed99"}.nc-outline-forest:before{content:"\ed9a"}.nc-outline-fork-round:before{content:"\ed9c"}.nc-outline-fork:before{content:"\ed9b"}.nc-outline-form:before{content:"\ed9e"}.nc-outline-format-left:before{content:"\ed9d"}.nc-outline-format-right:before{content:"\ed9f"}.nc-outline-forward:before{content:"\eda0"}.nc-outline-frame-12:before{content:"\eda1"}.nc-outline-frame-41:before{content:"\eda2"}.nc-outline-frame:before{content:"\eda3"}.nc-outline-frankenstein:before{content:"\eda4"}.nc-outline-fridge:before{content:"\eda6"}.nc-outline-fuel-2:before{content:"\eda5"}.nc-outline-fuel-electric:before{content:"\eda7"}.nc-outline-fuel:before{content:"\eda8"}.nc-outline-full-screen:before{content:"\eda9"}.nc-outline-fullscreen-70:before{content:"\edaa"}.nc-outline-fullscreen-71:before{content:"\edab"}.nc-outline-fullscreen-76:before{content:"\edac"}.nc-outline-fullscreen-77:before{content:"\edae"}.nc-outline-fullscreen-double-74:before{content:"\edad"}.nc-outline-fullscreen-double-75:before{content:"\edaf"}.nc-outline-fullscreen-split-72:before{content:"\edb0"}.nc-outline-fullscreen-split-73:before{content:"\edb1"}.nc-outline-fullsize:before{content:"\edb2"}.nc-outline-funnel-39:before{content:"\edb3"}.nc-outline-funnel-40:before{content:"\edb4"}.nc-outline-funnel-41:before{content:"\edb5"}.nc-outline-gallery:before{content:"\edb6"}.nc-outline-gantt:before{content:"\edb7"}.nc-outline-garlic:before{content:"\edb8"}.nc-outline-ghost-2:before{content:"\edb9"}.nc-outline-ghost:before{content:"\edba"}.nc-outline-gift-2:before{content:"\edbb"}.nc-outline-gift-exchange:before{content:"\edbc"}.nc-outline-gift:before{content:"\edbd"}.nc-outline-git-commit:before{content:"\edbe"}.nc-outline-glass-water:before{content:"\edbf"}.nc-outline-glass:before{content:"\edc0"}.nc-outline-glasses-2:before{content:"\edc2"}.nc-outline-glasses:before{content:"\edc1"}.nc-outline-globe-2:before{content:"\edc3"}.nc-outline-globe:before{content:"\edc4"}.nc-outline-glove:before{content:"\edc5"}.nc-outline-gloves:before{content:"\edc6"}.nc-outline-goal-64:before{content:"\edc7"}.nc-outline-goal-65:before{content:"\edc8"}.nc-outline-gold:before{content:"\edc9"}.nc-outline-golf:before{content:"\edca"}.nc-outline-gps:before{content:"\edcb"}.nc-outline-grab:before{content:"\edcc"}.nc-outline-gradient:before{content:"\edcd"}.nc-outline-grammar-check:before{content:"\edce"}.nc-outline-grape:before{content:"\edcf"}.nc-outline-grave:before{content:"\edd0"}.nc-outline-grid-45:before{content:"\edd1"}.nc-outline-grid-46:before{content:"\edd2"}.nc-outline-grid-48:before{content:"\edd3"}.nc-outline-grid-49:before{content:"\edd4"}.nc-outline-grid-50:before{content:"\edd5"}.nc-outline-grid-square:before{content:"\edd6"}.nc-outline-grid-system:before{content:"\edd8"}.nc-outline-grid:before{content:"\edd7"}.nc-outline-group:before{content:"\edd9"}.nc-outline-guitar:before{content:"\edda"}.nc-outline-hammer:before{content:"\eddb"}.nc-outline-hand-card:before{content:"\eddc"}.nc-outline-handout:before{content:"\edde"}.nc-outline-handshake:before{content:"\eddd"}.nc-outline-hanger-clothes:before{content:"\eddf"}.nc-outline-hanger:before{content:"\ede0"}.nc-outline-hannibal:before{content:"\ede2"}.nc-outline-happy-sun:before{content:"\ede1"}.nc-outline-hat-2:before{content:"\ede3"}.nc-outline-hat-3:before{content:"\ede4"}.nc-outline-hat-top:before{content:"\ede5"}.nc-outline-hat:before{content:"\ede6"}.nc-outline-hazelnut:before{content:"\ede7"}.nc-outline-hdmi:before{content:"\ede8"}.nc-outline-headphone:before{content:"\ede9"}.nc-outline-headphones-2:before{content:"\edea"}.nc-outline-headphones-mic:before{content:"\edec"}.nc-outline-headphones:before{content:"\edeb"}.nc-outline-headset:before{content:"\eded"}.nc-outline-heart-2:before{content:"\edee"}.nc-outline-heart-add:before{content:"\edef"}.nc-outline-heart-remove:before{content:"\edf0"}.nc-outline-heart:before{content:"\edf2"}.nc-outline-heartbeat:before{content:"\edf1"}.nc-outline-heater:before{content:"\edf3"}.nc-outline-height:before{content:"\edf4"}.nc-outline-helicopter:before{content:"\edf5"}.nc-outline-helmet-2:before{content:"\edf6"}.nc-outline-helmet:before{content:"\edf7"}.nc-outline-hierarchy-53:before{content:"\edf8"}.nc-outline-hierarchy-54:before{content:"\edfa"}.nc-outline-hierarchy-55:before{content:"\edf9"}.nc-outline-hierarchy-56:before{content:"\edfb"}.nc-outline-hit-down:before{content:"\edfc"}.nc-outline-hit-left:before{content:"\edfd"}.nc-outline-hit-right:before{content:"\edfe"}.nc-outline-hit-up:before{content:"\edff"}.nc-outline-hob:before{content:"\ee00"}.nc-outline-hockey:before{content:"\ee01"}.nc-outline-hold:before{content:"\ee02"}.nc-outline-home-2:before{content:"\ee03"}.nc-outline-home-51:before{content:"\ee04"}.nc-outline-home-52:before{content:"\ee05"}.nc-outline-home-minimal:before{content:"\ee06"}.nc-outline-home-search:before{content:"\ee07"}.nc-outline-home-simple:before{content:"\ee08"}.nc-outline-home:before{content:"\ee09"}.nc-outline-honey:before{content:"\ee0a"}.nc-outline-hoodie:before{content:"\ee0b"}.nc-outline-hospital-32:before{content:"\ee0c"}.nc-outline-hospital-33:before{content:"\ee0d"}.nc-outline-hospital-34:before{content:"\ee0e"}.nc-outline-hot-dog:before{content:"\ee0f"}.nc-outline-hotel-bell:before{content:"\ee10"}.nc-outline-hotel-symbol:before{content:"\ee11"}.nc-outline-hotel:before{content:"\ee12"}.nc-outline-hourglass:before{content:"\ee13"}.nc-outline-html5:before{content:"\ee14"}.nc-outline-humidity-26:before{content:"\ee15"}.nc-outline-humidity-52:before{content:"\ee16"}.nc-outline-hurricane-44:before{content:"\ee17"}.nc-outline-hurricane-45:before{content:"\ee18"}.nc-outline-hut:before{content:"\ee19"}.nc-outline-hybrid:before{content:"\ee1a"}.nc-outline-ice-cream-22:before{content:"\ee1b"}.nc-outline-ice-cream-72:before{content:"\ee1c"}.nc-outline-ice-cream:before{content:"\ee1d"}.nc-outline-igloo:before{content:"\ee1e"}.nc-outline-image-01:before{content:"\ee1f"}.nc-outline-image-02:before{content:"\ee20"}.nc-outline-image-05:before{content:"\ee21"}.nc-outline-image-2:before{content:"\ee22"}.nc-outline-image-3:before{content:"\ee23"}.nc-outline-image-add:before{content:"\ee24"}.nc-outline-image-delete:before{content:"\ee25"}.nc-outline-image-location:before{content:"\ee26"}.nc-outline-image:before{content:"\ee27"}.nc-outline-infinite:before{content:"\ee28"}.nc-outline-info:before{content:"\ee29"}.nc-outline-input-12:before{content:"\ee2a"}.nc-outline-input-21:before{content:"\ee2c"}.nc-outline-intestine:before{content:"\ee2b"}.nc-outline-invert:before{content:"\ee2d"}.nc-outline-iron-2:before{content:"\ee2e"}.nc-outline-iron-dont:before{content:"\ee2f"}.nc-outline-iron:before{content:"\ee30"}.nc-outline-istanbul:before{content:"\ee31"}.nc-outline-italic:before{content:"\ee32"}.nc-outline-jam:before{content:"\ee34"}.nc-outline-jeans-41:before{content:"\ee33"}.nc-outline-jeans-43:before{content:"\ee35"}.nc-outline-jeans-pocket:before{content:"\ee36"}.nc-outline-jelly:before{content:"\ee37"}.nc-outline-jellyfish:before{content:"\ee38"}.nc-outline-journey-04:before{content:"\ee39"}.nc-outline-journey-05:before{content:"\ee3a"}.nc-outline-journey-06:before{content:"\ee3b"}.nc-outline-journey-07:before{content:"\ee3c"}.nc-outline-journey-08:before{content:"\ee3d"}.nc-outline-juice:before{content:"\ee3e"}.nc-outline-kettle:before{content:"\ee3f"}.nc-outline-kettlebell:before{content:"\ee40"}.nc-outline-key-25:before{content:"\ee41"}.nc-outline-key-26:before{content:"\ee42"}.nc-outline-keyboard-hide:before{content:"\ee43"}.nc-outline-keyboard-mouse:before{content:"\ee44"}.nc-outline-keyboard-wifi:before{content:"\ee45"}.nc-outline-keyboard-wireless:before{content:"\ee46"}.nc-outline-keyboard:before{content:"\ee47"}.nc-outline-kid-2:before{content:"\ee48"}.nc-outline-kid:before{content:"\ee49"}.nc-outline-kiss:before{content:"\ee4a"}.nc-outline-kitchen-fan:before{content:"\ee4b"}.nc-outline-kitchen:before{content:"\ee4c"}.nc-outline-kiwi:before{content:"\ee4d"}.nc-outline-knife:before{content:"\ee4e"}.nc-outline-knob:before{content:"\ee4f"}.nc-outline-l-add:before{content:"\ee50"}.nc-outline-l-check:before{content:"\ee51"}.nc-outline-l-circle:before{content:"\ee52"}.nc-outline-l-circles:before{content:"\ee53"}.nc-outline-l-location:before{content:"\ee54"}.nc-outline-l-remove:before{content:"\ee56"}.nc-outline-l-search:before{content:"\ee55"}.nc-outline-l-security:before{content:"\ee57"}.nc-outline-l-settings:before{content:"\ee58"}.nc-outline-l-sync:before{content:"\ee59"}.nc-outline-l-system-update:before{content:"\ee5a"}.nc-outline-lab:before{content:"\ee5b"}.nc-outline-lamp-2:before{content:"\ee5c"}.nc-outline-lamp-3:before{content:"\ee5d"}.nc-outline-lamp-floor:before{content:"\ee5e"}.nc-outline-lamp:before{content:"\ee60"}.nc-outline-language:before{content:"\ee5f"}.nc-outline-laptop-1:before{content:"\ee62"}.nc-outline-laptop-2:before{content:"\ee61"}.nc-outline-laptop-71:before{content:"\ee64"}.nc-outline-laptop-72:before{content:"\ee63"}.nc-outline-laptop:before{content:"\ee65"}.nc-outline-laugh-17:before{content:"\ee66"}.nc-outline-laugh-35:before{content:"\ee68"}.nc-outline-launch-11:before{content:"\ee67"}.nc-outline-launch-47:before{content:"\ee69"}.nc-outline-law:before{content:"\ee6a"}.nc-outline-layers-2:before{content:"\ee6b"}.nc-outline-layers-3:before{content:"\ee6c"}.nc-outline-layers:before{content:"\ee6d"}.nc-outline-layout-11:before{content:"\ee6e"}.nc-outline-layout-25:before{content:"\ee6f"}.nc-outline-leaf-36:before{content:"\ee70"}.nc-outline-leaf-38:before{content:"\ee71"}.nc-outline-leaf-80:before{content:"\ee72"}.nc-outline-leaf-81:before{content:"\ee73"}.nc-outline-leaf-edit:before{content:"\ee74"}.nc-outline-lemon-slice:before{content:"\ee76"}.nc-outline-lemon:before{content:"\ee75"}.nc-outline-lens-31:before{content:"\ee77"}.nc-outline-lens-56:before{content:"\ee78"}.nc-outline-library:before{content:"\ee79"}.nc-outline-light-2:before{content:"\ee7a"}.nc-outline-light-3:before{content:"\ee7b"}.nc-outline-light-traffic:before{content:"\ee7c"}.nc-outline-light:before{content:"\ee7e"}.nc-outline-lighter:before{content:"\ee7d"}.nc-outline-lighthouse:before{content:"\ee7f"}.nc-outline-like-2:before{content:"\ee80"}.nc-outline-like-no:before{content:"\ee81"}.nc-outline-like:before{content:"\ee82"}.nc-outline-line-height:before{content:"\ee83"}.nc-outline-lines:before{content:"\ee84"}.nc-outline-link-2:before{content:"\ee85"}.nc-outline-link-66:before{content:"\ee86"}.nc-outline-link-67:before{content:"\ee87"}.nc-outline-link-68:before{content:"\ee88"}.nc-outline-link-69:before{content:"\ee89"}.nc-outline-link-71:before{content:"\ee8a"}.nc-outline-link-72:before{content:"\ee8b"}.nc-outline-link-broken-70:before{content:"\ee8c"}.nc-outline-link-broken-73:before{content:"\ee8d"}.nc-outline-link:before{content:"\ee8e"}.nc-outline-list-bullet:before{content:"\ee8f"}.nc-outline-list-numbers:before{content:"\ee90"}.nc-outline-list:before{content:"\ee91"}.nc-outline-lobster:before{content:"\ee92"}.nc-outline-lock-circle-open:before{content:"\ee93"}.nc-outline-lock-circle:before{content:"\ee94"}.nc-outline-lock-landscape:before{content:"\ee95"}.nc-outline-lock-open:before{content:"\ee96"}.nc-outline-lock-portrait:before{content:"\ee97"}.nc-outline-lock:before{content:"\ee98"}.nc-outline-locked:before{content:"\ee99"}.nc-outline-log-in:before{content:"\ee9a"}.nc-outline-log-out-2:before{content:"\ee9b"}.nc-outline-log-out:before{content:"\ee9c"}.nc-outline-logout:before{content:"\ee9d"}.nc-outline-lollipop:before{content:"\ee9e"}.nc-outline-london:before{content:"\ee9f"}.nc-outline-long-sleeve:before{content:"\eea0"}.nc-outline-loop-30:before{content:"\eea1"}.nc-outline-loop-34:before{content:"\eea2"}.nc-outline-loop-82:before{content:"\eea3"}.nc-outline-loop-83:before{content:"\eea4"}.nc-outline-loop:before{content:"\eea5"}.nc-outline-luggage:before{content:"\eea6"}.nc-outline-lungs:before{content:"\eea8"}.nc-outline-m-add:before{content:"\eea7"}.nc-outline-m-check:before{content:"\eea9"}.nc-outline-m-delete:before{content:"\eeaa"}.nc-outline-m-edit:before{content:"\eeab"}.nc-outline-m-heart:before{content:"\eeac"}.nc-outline-m-location:before{content:"\eeae"}.nc-outline-m-remove:before{content:"\eead"}.nc-outline-m-search:before{content:"\eeaf"}.nc-outline-m-security:before{content:"\eeb0"}.nc-outline-m-settings:before{content:"\eeb2"}.nc-outline-m-share:before{content:"\eeb1"}.nc-outline-m-star:before{content:"\eeb3"}.nc-outline-m-sync:before{content:"\eeb4"}.nc-outline-m-time:before{content:"\eeb6"}.nc-outline-m-update:before{content:"\eeb5"}.nc-outline-macro:before{content:"\eeb7"}.nc-outline-mad-12:before{content:"\eeb8"}.nc-outline-mad-58:before{content:"\eeb9"}.nc-outline-magnet:before{content:"\eeba"}.nc-outline-makeup:before{content:"\eebb"}.nc-outline-malicious:before{content:"\eebc"}.nc-outline-man-20:before{content:"\eebd"}.nc-outline-man-23:before{content:"\eebe"}.nc-outline-man-down:before{content:"\eebf"}.nc-outline-man-glasses:before{content:"\eec0"}.nc-outline-man-up:before{content:"\eec1"}.nc-outline-man:before{content:"\eec2"}.nc-outline-manga-62:before{content:"\eec3"}.nc-outline-manga-63:before{content:"\eec4"}.nc-outline-map-big:before{content:"\eec5"}.nc-outline-map-compass:before{content:"\eec6"}.nc-outline-map-gps:before{content:"\eec7"}.nc-outline-map-marker:before{content:"\eec8"}.nc-outline-map-pin:before{content:"\eec9"}.nc-outline-map:before{content:"\eeca"}.nc-outline-margin-left:before{content:"\eecb"}.nc-outline-margin-right:before{content:"\eecc"}.nc-outline-marker-2:before{content:"\eecd"}.nc-outline-marker-3:before{content:"\eece"}.nc-outline-marker:before{content:"\eecf"}.nc-outline-market-music:before{content:"\eed0"}.nc-outline-market-play:before{content:"\eed1"}.nc-outline-mask-oval:before{content:"\eed2"}.nc-outline-mask-rect:before{content:"\eed3"}.nc-outline-matches:before{content:"\eed4"}.nc-outline-math:before{content:"\eed5"}.nc-outline-measure-02:before{content:"\eed6"}.nc-outline-measure-17:before{content:"\eed7"}.nc-outline-measure-big:before{content:"\eed8"}.nc-outline-measuring-cup:before{content:"\eed9"}.nc-outline-meat-spit:before{content:"\eeda"}.nc-outline-meeting:before{content:"\eedb"}.nc-outline-menu-34:before{content:"\eedc"}.nc-outline-menu-35:before{content:"\eedd"}.nc-outline-menu-bold:before{content:"\eede"}.nc-outline-menu-dots:before{content:"\eedf"}.nc-outline-menu-left:before{content:"\eee0"}.nc-outline-menu-right:before{content:"\eee1"}.nc-outline-menu-square:before{content:"\eee2"}.nc-outline-menu:before{content:"\eee3"}.nc-outline-merge-2:before{content:"\eee4"}.nc-outline-merge-round:before{content:"\eee5"}.nc-outline-merge:before{content:"\eee6"}.nc-outline-message:before{content:"\eee7"}.nc-outline-metrics:before{content:"\eee8"}.nc-outline-mic-2:before{content:"\eee9"}.nc-outline-mic:before{content:"\eeea"}.nc-outline-mickey-mouse:before{content:"\eeeb"}.nc-outline-microscope:before{content:"\eeec"}.nc-outline-microsoft:before{content:"\eeed"}.nc-outline-microwave:before{content:"\eeee"}.nc-outline-milk:before{content:"\eeef"}.nc-outline-minimal-down:before{content:"\eef0"}.nc-outline-minimal-left:before{content:"\eef1"}.nc-outline-minimal-right:before{content:"\eef2"}.nc-outline-minimal-up:before{content:"\eef4"}.nc-outline-mirror-2:before{content:"\eef3"}.nc-outline-mirror:before{content:"\eef5"}.nc-outline-mistletoe:before{content:"\eef6"}.nc-outline-mixer:before{content:"\eef7"}.nc-outline-mobile-button:before{content:"\eef8"}.nc-outline-mobile-camera:before{content:"\eef9"}.nc-outline-mobile-card:before{content:"\eefa"}.nc-outline-mobile-contact:before{content:"\eefb"}.nc-outline-mobile-design:before{content:"\eefc"}.nc-outline-mobile-dev:before{content:"\eefd"}.nc-outline-mobile-landscape:before{content:"\eefe"}.nc-outline-mobile-recharger-08:before{content:"\eeff"}.nc-outline-mobile-recharger-09:before{content:"\ef00"}.nc-outline-mobile-toolbar:before{content:"\ef01"}.nc-outline-mobile:before{content:"\ef02"}.nc-outline-moka:before{content:"\ef03"}.nc-outline-molecule-39:before{content:"\ef04"}.nc-outline-molecule-40:before{content:"\ef05"}.nc-outline-molecule:before{content:"\ef06"}.nc-outline-money-11:before{content:"\ef08"}.nc-outline-money-12:before{content:"\ef07"}.nc-outline-money-13:before{content:"\ef0a"}.nc-outline-money-bag:before{content:"\ef09"}.nc-outline-money-coins:before{content:"\ef0b"}.nc-outline-money-growth:before{content:"\ef0c"}.nc-outline-money-time:before{content:"\ef0d"}.nc-outline-money:before{content:"\ef0e"}.nc-outline-monster:before{content:"\ef0f"}.nc-outline-moon-cloud-drop:before{content:"\ef10"}.nc-outline-moon-cloud-fog:before{content:"\ef11"}.nc-outline-moon-cloud-hail:before{content:"\ef12"}.nc-outline-moon-cloud-light:before{content:"\ef13"}.nc-outline-moon-cloud-rain:before{content:"\ef14"}.nc-outline-moon-cloud-snow-61:before{content:"\ef15"}.nc-outline-moon-cloud-snow-62:before{content:"\ef16"}.nc-outline-moon-fog:before{content:"\ef17"}.nc-outline-moon-full:before{content:"\ef18"}.nc-outline-moon-stars:before{content:"\ef19"}.nc-outline-moon:before{content:"\ef1a"}.nc-outline-mosque:before{content:"\ef1b"}.nc-outline-moto:before{content:"\ef1c"}.nc-outline-mountain:before{content:"\ef1d"}.nc-outline-mouse-08:before{content:"\ef1e"}.nc-outline-mouse-09:before{content:"\ef1f"}.nc-outline-mouse-10:before{content:"\ef20"}.nc-outline-mouse:before{content:"\ef21"}.nc-outline-move-05:before{content:"\ef22"}.nc-outline-move-06:before{content:"\ef23"}.nc-outline-move-92:before{content:"\ef24"}.nc-outline-move-down-2:before{content:"\ef26"}.nc-outline-move-down-right:before{content:"\ef25"}.nc-outline-move-down:before{content:"\ef27"}.nc-outline-move-left:before{content:"\ef28"}.nc-outline-move-right:before{content:"\ef29"}.nc-outline-move-up-2:before{content:"\ef2a"}.nc-outline-move-up-left:before{content:"\ef2b"}.nc-outline-move-up:before{content:"\ef2c"}.nc-outline-movie-61:before{content:"\ef2d"}.nc-outline-movie-62:before{content:"\ef2e"}.nc-outline-muffin:before{content:"\ef2f"}.nc-outline-mug:before{content:"\ef30"}.nc-outline-multiple-11:before{content:"\ef31"}.nc-outline-multiple-19:before{content:"\ef32"}.nc-outline-multiple:before{content:"\ef33"}.nc-outline-mushroom:before{content:"\ef34"}.nc-outline-music-2:before{content:"\ef35"}.nc-outline-music-album:before{content:"\ef36"}.nc-outline-music-cloud:before{content:"\ef38"}.nc-outline-music:before{content:"\ef37"}.nc-outline-navigation:before{content:"\ef39"}.nc-outline-needle:before{content:"\ef3a"}.nc-outline-nerd-22:before{content:"\ef3b"}.nc-outline-nerd-23:before{content:"\ef3c"}.nc-outline-net:before{content:"\ef3d"}.nc-outline-network:before{content:"\ef3e"}.nc-outline-new:before{content:"\ef3f"}.nc-outline-newsletter-dev:before{content:"\ef40"}.nc-outline-newsletter:before{content:"\ef41"}.nc-outline-night:before{content:"\ef42"}.nc-outline-ninja:before{content:"\ef43"}.nc-outline-no-access:before{content:"\ef44"}.nc-outline-no-words:before{content:"\ef45"}.nc-outline-node:before{content:"\ef46"}.nc-outline-note-03:before{content:"\ef47"}.nc-outline-note-04:before{content:"\ef48"}.nc-outline-note-code:before{content:"\ef49"}.nc-outline-notebook-2:before{content:"\ef4a"}.nc-outline-notebook:before{content:"\ef4b"}.nc-outline-notepad:before{content:"\ef4c"}.nc-outline-notes:before{content:"\ef4d"}.nc-outline-notification-69:before{content:"\ef4e"}.nc-outline-notification-70:before{content:"\ef4f"}.nc-outline-nurse:before{content:"\ef50"}.nc-outline-nutrition:before{content:"\ef51"}.nc-outline-ny:before{content:"\ef52"}.nc-outline-octopus:before{content:"\ef53"}.nc-outline-oil:before{content:"\ef54"}.nc-outline-onion:before{content:"\ef55"}.nc-outline-open-in-browser:before{content:"\ef56"}.nc-outline-opening-times:before{content:"\ef57"}.nc-outline-orange:before{content:"\ef58"}.nc-outline-organic-2:before{content:"\ef59"}.nc-outline-organic:before{content:"\ef5a"}.nc-outline-oven:before{content:"\ef5b"}.nc-outline-owl:before{content:"\ef5c"}.nc-outline-p-add:before{content:"\ef5d"}.nc-outline-p-check:before{content:"\ef5e"}.nc-outline-p-edit:before{content:"\ef5f"}.nc-outline-p-heart:before{content:"\ef60"}.nc-outline-p-location:before{content:"\ef61"}.nc-outline-p-remove:before{content:"\ef62"}.nc-outline-p-search:before{content:"\ef63"}.nc-outline-p-settings:before{content:"\ef64"}.nc-outline-p-share:before{content:"\ef65"}.nc-outline-p-sync:before{content:"\ef66"}.nc-outline-p-system-update:before{content:"\ef67"}.nc-outline-p-time:before{content:"\ef68"}.nc-outline-paint-16:before{content:"\ef69"}.nc-outline-paint-37:before{content:"\ef6a"}.nc-outline-paint-38:before{content:"\ef6b"}.nc-outline-paint-brush:before{content:"\ef6c"}.nc-outline-paint-bucket-39:before{content:"\ef6d"}.nc-outline-paint-bucket-40:before{content:"\ef6e"}.nc-outline-pajamas:before{content:"\ef70"}.nc-outline-palette:before{content:"\ef6f"}.nc-outline-pan:before{content:"\ef71"}.nc-outline-pancake:before{content:"\ef72"}.nc-outline-panda:before{content:"\ef73"}.nc-outline-panel:before{content:"\ef74"}.nc-outline-pantone:before{content:"\ef75"}.nc-outline-paper-2:before{content:"\ef76"}.nc-outline-paper-design:before{content:"\ef77"}.nc-outline-paper-dev:before{content:"\ef78"}.nc-outline-paper-diploma:before{content:"\ef79"}.nc-outline-paper:before{content:"\ef7a"}.nc-outline-paragraph:before{content:"\ef7b"}.nc-outline-parent:before{content:"\ef7c"}.nc-outline-paris-tower:before{content:"\ef7e"}.nc-outline-parking-sensors:before{content:"\ef7d"}.nc-outline-parking:before{content:"\ef80"}.nc-outline-parrot:before{content:"\ef7f"}.nc-outline-passport:before{content:"\ef81"}.nc-outline-pasta:before{content:"\ef82"}.nc-outline-patch-19:before{content:"\ef83"}.nc-outline-patch-34:before{content:"\ef84"}.nc-outline-patch:before{content:"\ef85"}.nc-outline-path-exclude:before{content:"\ef86"}.nc-outline-path-intersect:before{content:"\ef87"}.nc-outline-path-minus:before{content:"\ef88"}.nc-outline-path-unite:before{content:"\ef8a"}.nc-outline-paw:before{content:"\ef89"}.nc-outline-payment:before{content:"\ef8b"}.nc-outline-pci-card:before{content:"\ef8c"}.nc-outline-peanut:before{content:"\ef8d"}.nc-outline-pear:before{content:"\ef8e"}.nc-outline-pen-01:before{content:"\ef8f"}.nc-outline-pen-23:before{content:"\ef90"}.nc-outline-pen-tool:before{content:"\ef92"}.nc-outline-pencil-47:before{content:"\ef91"}.nc-outline-pencil:before{content:"\ef93"}.nc-outline-penguin:before{content:"\ef94"}.nc-outline-pepper:before{content:"\ef96"}.nc-outline-percentage-38:before{content:"\ef95"}.nc-outline-percentage-39:before{content:"\ef97"}.nc-outline-phone-2:before{content:"\ef98"}.nc-outline-phone-3:before{content:"\ef99"}.nc-outline-phone-call-end:before{content:"\ef9a"}.nc-outline-phone-call:before{content:"\ef9b"}.nc-outline-phone:before{content:"\ef9c"}.nc-outline-photo-editor:before{content:"\ef9d"}.nc-outline-piano:before{content:"\ef9e"}.nc-outline-pickaxe:before{content:"\ef9f"}.nc-outline-pickle:before{content:"\efa0"}.nc-outline-picnic-basket:before{content:"\efa1"}.nc-outline-picture:before{content:"\efa2"}.nc-outline-pig-2:before{content:"\efa3"}.nc-outline-pig:before{content:"\efa4"}.nc-outline-pill-42:before{content:"\efa5"}.nc-outline-pill-43:before{content:"\efa6"}.nc-outline-pill-container-44:before{content:"\efa7"}.nc-outline-pill-container-47:before{content:"\efa8"}.nc-outline-pin-2:before{content:"\efa9"}.nc-outline-pin-3:before{content:"\efaa"}.nc-outline-pin-4:before{content:"\efab"}.nc-outline-pin-add-2:before{content:"\efac"}.nc-outline-pin-add:before{content:"\efad"}.nc-outline-pin-check:before{content:"\efae"}.nc-outline-pin-copy:before{content:"\efaf"}.nc-outline-pin-delete:before{content:"\efb0"}.nc-outline-pin-edit:before{content:"\efb2"}.nc-outline-pin-heart:before{content:"\efb1"}.nc-outline-pin-remove-2:before{content:"\efb3"}.nc-outline-pin-remove:before{content:"\efb4"}.nc-outline-pin-search:before{content:"\efb5"}.nc-outline-pin-security:before{content:"\efb6"}.nc-outline-pin-settings:before{content:"\efb7"}.nc-outline-pin-share:before{content:"\efb8"}.nc-outline-pin-star:before{content:"\efb9"}.nc-outline-pin-sync:before{content:"\efba"}.nc-outline-pin-time:before{content:"\efbb"}.nc-outline-pin-user:before{content:"\efbc"}.nc-outline-pin:before{content:"\efbd"}.nc-outline-pinch:before{content:"\efbe"}.nc-outline-pineapple:before{content:"\efbf"}.nc-outline-ping-pong:before{content:"\efc0"}.nc-outline-pins:before{content:"\efc2"}.nc-outline-pipe:before{content:"\efc1"}.nc-outline-pirate:before{content:"\efc3"}.nc-outline-pizza-slice:before{content:"\efc4"}.nc-outline-pizza:before{content:"\efc5"}.nc-outline-plane-17:before{content:"\efc6"}.nc-outline-plane-18:before{content:"\efc8"}.nc-outline-planet:before{content:"\efc7"}.nc-outline-plant-ground:before{content:"\efc9"}.nc-outline-plant-vase:before{content:"\efca"}.nc-outline-plate:before{content:"\efcc"}.nc-outline-play-68:before{content:"\efcb"}.nc-outline-play-69:before{content:"\efcd"}.nc-outline-play:before{content:"\efce"}.nc-outline-player-19:before{content:"\efcf"}.nc-outline-player-48:before{content:"\efd0"}.nc-outline-player:before{content:"\efd1"}.nc-outline-playlist:before{content:"\efd2"}.nc-outline-plug:before{content:"\efd4"}.nc-outline-podium-trophy:before{content:"\efd3"}.nc-outline-podium:before{content:"\efd5"}.nc-outline-point-a:before{content:"\efd6"}.nc-outline-point-b:before{content:"\efd7"}.nc-outline-polaroid-add:before{content:"\efd8"}.nc-outline-polaroid-delete:before{content:"\efd9"}.nc-outline-polaroid-multiple:before{content:"\efda"}.nc-outline-polaroid-user:before{content:"\efdb"}.nc-outline-polaroid:before{content:"\efdc"}.nc-outline-police:before{content:"\efdd"}.nc-outline-pool:before{content:"\efde"}.nc-outline-poop:before{content:"\efdf"}.nc-outline-popcorn:before{content:"\efe0"}.nc-outline-pos:before{content:"\efe1"}.nc-outline-position-marker:before{content:"\efe2"}.nc-outline-position-pin:before{content:"\efe3"}.nc-outline-position-user:before{content:"\efe4"}.nc-outline-position:before{content:"\efe5"}.nc-outline-pot:before{content:"\efe6"}.nc-outline-potato:before{content:"\efe7"}.nc-outline-power-level:before{content:"\efe8"}.nc-outline-preferences-circle-rotate:before{content:"\efea"}.nc-outline-preferences-circle:before{content:"\efe9"}.nc-outline-preferences-container-circle-rotate:before{content:"\efeb"}.nc-outline-preferences-container-circle:before{content:"\efec"}.nc-outline-preferences-container-rotate:before{content:"\efed"}.nc-outline-preferences-container:before{content:"\efee"}.nc-outline-preferences-rotate:before{content:"\efef"}.nc-outline-preferences:before{content:"\eff0"}.nc-outline-print:before{content:"\eff1"}.nc-outline-printer:before{content:"\eff2"}.nc-outline-priority-high:before{content:"\eff4"}.nc-outline-priority-low:before{content:"\eff3"}.nc-outline-progress:before{content:"\eff5"}.nc-outline-prosciutto:before{content:"\eff6"}.nc-outline-prototype:before{content:"\eff7"}.nc-outline-pulse-chart:before{content:"\eff8"}.nc-outline-pulse-phone:before{content:"\eff9"}.nc-outline-pulse-sleep:before{content:"\effa"}.nc-outline-pulse-watch:before{content:"\effb"}.nc-outline-pulse:before{content:"\effc"}.nc-outline-pumpkin:before{content:"\effd"}.nc-outline-push-next:before{content:"\effe"}.nc-outline-push-previous:before{content:"\efff"}.nc-outline-puzzle-09:before{content:"\f000"}.nc-outline-puzzle-10:before{content:"\f001"}.nc-outline-puzzled:before{content:"\f002"}.nc-outline-pyramid:before{content:"\f003"}.nc-outline-question:before{content:"\f004"}.nc-outline-quite-happy:before{content:"\f005"}.nc-outline-quote:before{content:"\f006"}.nc-outline-rabbit:before{content:"\f007"}.nc-outline-rackets:before{content:"\f008"}.nc-outline-radar:before{content:"\f009"}.nc-outline-radiation:before{content:"\f00a"}.nc-outline-radio:before{content:"\f00b"}.nc-outline-rain-hail:before{content:"\f00c"}.nc-outline-rain:before{content:"\f00d"}.nc-outline-rainbow:before{content:"\f00e"}.nc-outline-ram:before{content:"\f00f"}.nc-outline-rat:before{content:"\f010"}.nc-outline-receipt-list-42:before{content:"\f011"}.nc-outline-receipt-list-43:before{content:"\f012"}.nc-outline-receipt:before{content:"\f014"}.nc-outline-recipe-book-46:before{content:"\f013"}.nc-outline-recipe-book-47:before{content:"\f015"}.nc-outline-recipe-create:before{content:"\f016"}.nc-outline-recipe:before{content:"\f018"}.nc-outline-recycling:before{content:"\f017"}.nc-outline-redo-10:before{content:"\f019"}.nc-outline-redo-26:before{content:"\f01a"}.nc-outline-redo-79:before{content:"\f01b"}.nc-outline-redo-81:before{content:"\f01c"}.nc-outline-refresh-01:before{content:"\f01d"}.nc-outline-refresh-02:before{content:"\f01e"}.nc-outline-refresh-68:before{content:"\f01f"}.nc-outline-refresh-69:before{content:"\f020"}.nc-outline-refresh:before{content:"\f021"}.nc-outline-reload:before{content:"\f022"}.nc-outline-remix:before{content:"\f024"}.nc-outline-remote:before{content:"\f023"}.nc-outline-remove:before{content:"\f025"}.nc-outline-replace-folder:before{content:"\f026"}.nc-outline-replace:before{content:"\f027"}.nc-outline-replay:before{content:"\f028"}.nc-outline-reply-all:before{content:"\f02a"}.nc-outline-reply:before{content:"\f029"}.nc-outline-reservation:before{content:"\f02b"}.nc-outline-resize-h:before{content:"\f02c"}.nc-outline-resize-v:before{content:"\f02d"}.nc-outline-restaurant-menu:before{content:"\f02e"}.nc-outline-restore:before{content:"\f030"}.nc-outline-rice:before{content:"\f02f"}.nc-outline-rim:before{content:"\f032"}.nc-outline-ring:before{content:"\f031"}.nc-outline-rio:before{content:"\f034"}.nc-outline-ripples:before{content:"\f033"}.nc-outline-road-2:before{content:"\f035"}.nc-outline-road-sign-left:before{content:"\f036"}.nc-outline-road-sign-right:before{content:"\f038"}.nc-outline-road:before{content:"\f037"}.nc-outline-roast-chicken:before{content:"\f03a"}.nc-outline-robot:before{content:"\f039"}.nc-outline-rock:before{content:"\f03b"}.nc-outline-roll:before{content:"\f03c"}.nc-outline-rolling-pin:before{content:"\f03e"}.nc-outline-rome:before{content:"\f03d"}.nc-outline-rope:before{content:"\f03f"}.nc-outline-rotate-22:before{content:"\f040"}.nc-outline-rotate-23:before{content:"\f041"}.nc-outline-rotate-left-2:before{content:"\f042"}.nc-outline-rotate-left:before{content:"\f043"}.nc-outline-rotate-lock:before{content:"\f044"}.nc-outline-rotate-right-2:before{content:"\f045"}.nc-outline-rotate-right:before{content:"\f046"}.nc-outline-rotate:before{content:"\f047"}.nc-outline-round-dollar:before{content:"\f048"}.nc-outline-round-down:before{content:"\f049"}.nc-outline-round-euro:before{content:"\f04a"}.nc-outline-round-left-down:before{content:"\f04b"}.nc-outline-round-left:before{content:"\f04c"}.nc-outline-round-pound:before{content:"\f04d"}.nc-outline-round-right-down:before{content:"\f04e"}.nc-outline-round-right:before{content:"\f04f"}.nc-outline-round-up-left:before{content:"\f050"}.nc-outline-round-up-right:before{content:"\f051"}.nc-outline-round-up:before{content:"\f052"}.nc-outline-round-yen:before{content:"\f053"}.nc-outline-route-alert:before{content:"\f054"}.nc-outline-route-close:before{content:"\f055"}.nc-outline-route-open:before{content:"\f056"}.nc-outline-rowing:before{content:"\f057"}.nc-outline-rugby:before{content:"\f058"}.nc-outline-ruler-pencil:before{content:"\f059"}.nc-outline-sad:before{content:"\f05a"}.nc-outline-safe:before{content:"\f05b"}.nc-outline-salad:before{content:"\f05c"}.nc-outline-sale:before{content:"\f05d"}.nc-outline-salt:before{content:"\f05e"}.nc-outline-santa-hat:before{content:"\f05f"}.nc-outline-satisfied:before{content:"\f060"}.nc-outline-sausage:before{content:"\f061"}.nc-outline-save-planet:before{content:"\f062"}.nc-outline-scale-2:before{content:"\f063"}.nc-outline-scale-3:before{content:"\f064"}.nc-outline-scale-4:before{content:"\f065"}.nc-outline-scale-down:before{content:"\f066"}.nc-outline-scale-horizontal:before{content:"\f067"}.nc-outline-scale-up:before{content:"\f068"}.nc-outline-scale-vertical:before{content:"\f069"}.nc-outline-scale:before{content:"\f06a"}.nc-outline-scan:before{content:"\f06c"}.nc-outline-scarf:before{content:"\f06b"}.nc-outline-school:before{content:"\f06d"}.nc-outline-scissors-dashed:before{content:"\f06e"}.nc-outline-scissors:before{content:"\f06f"}.nc-outline-scotch:before{content:"\f070"}.nc-outline-scroll-horitontal:before{content:"\f071"}.nc-outline-scroll-vertical:before{content:"\f072"}.nc-outline-sd:before{content:"\f074"}.nc-outline-sea-mask:before{content:"\f073"}.nc-outline-search-2:before{content:"\f075"}.nc-outline-search-3:before{content:"\f076"}.nc-outline-search:before{content:"\f077"}.nc-outline-seat:before{content:"\f078"}.nc-outline-seatbelt:before{content:"\f07a"}.nc-outline-security:before{content:"\f079"}.nc-outline-segmentation:before{content:"\f07c"}.nc-outline-select-83:before{content:"\f07b"}.nc-outline-select-84:before{content:"\f07e"}.nc-outline-select:before{content:"\f07d"}.nc-outline-selection:before{content:"\f080"}.nc-outline-selfie:before{content:"\f07f"}.nc-outline-send-2:before{content:"\f081"}.nc-outline-send:before{content:"\f082"}.nc-outline-sensor:before{content:"\f083"}.nc-outline-separate-round:before{content:"\f084"}.nc-outline-separate:before{content:"\f085"}.nc-outline-settings-46:before{content:"\f086"}.nc-outline-settings-99:before{content:"\f087"}.nc-outline-settings-gear-63:before{content:"\f088"}.nc-outline-settings-gear-64:before{content:"\f089"}.nc-outline-settings-gear-65:before{content:"\f08a"}.nc-outline-settings-tool-66:before{content:"\f08c"}.nc-outline-settings-tool-67:before{content:"\f08b"}.nc-outline-settings:before{content:"\f08d"}.nc-outline-sf-bridge:before{content:"\f08e"}.nc-outline-shake:before{content:"\f08f"}.nc-outline-shaker:before{content:"\f090"}.nc-outline-shape-adjust:before{content:"\f091"}.nc-outline-shape-arrow:before{content:"\f092"}.nc-outline-shape-circle:before{content:"\f093"}.nc-outline-shape-custom:before{content:"\f094"}.nc-outline-shape-line:before{content:"\f095"}.nc-outline-shape-oval:before{content:"\f096"}.nc-outline-shape-polygon-2:before{content:"\f097"}.nc-outline-shape-polygon:before{content:"\f098"}.nc-outline-shape-rectangle:before{content:"\f099"}.nc-outline-shape-square:before{content:"\f09a"}.nc-outline-shape-star:before{content:"\f09b"}.nc-outline-shape-triangle-2:before{content:"\f09c"}.nc-outline-shape-triangle:before{content:"\f09e"}.nc-outline-shapes:before{content:"\f09d"}.nc-outline-share-2:before{content:"\f09f"}.nc-outline-share-66:before{content:"\f0a0"}.nc-outline-share-91:before{content:"\f0a1"}.nc-outline-share-92:before{content:"\f0a2"}.nc-outline-share-bold:before{content:"\f0a3"}.nc-outline-share-left:before{content:"\f0a4"}.nc-outline-share-right:before{content:"\f0a5"}.nc-outline-share:before{content:"\f0a6"}.nc-outline-shared:before{content:"\f0a7"}.nc-outline-shark-2:before{content:"\f0a8"}.nc-outline-shark:before{content:"\f0a9"}.nc-outline-sharpener:before{content:"\f0aa"}.nc-outline-sheep:before{content:"\f0ab"}.nc-outline-shirt-business:before{content:"\f0ac"}.nc-outline-shirt-buttons:before{content:"\f0ad"}.nc-outline-shirt-neck:before{content:"\f0ae"}.nc-outline-shirt:before{content:"\f0af"}.nc-outline-shoe-man:before{content:"\f0b0"}.nc-outline-shoe-run:before{content:"\f0b1"}.nc-outline-shoe-sport:before{content:"\f0b2"}.nc-outline-shoe-woman:before{content:"\f0b3"}.nc-outline-shop-location:before{content:"\f0b4"}.nc-outline-shop:before{content:"\f0b5"}.nc-outline-shovel:before{content:"\f0b6"}.nc-outline-shower:before{content:"\f0b7"}.nc-outline-shrimp:before{content:"\f0b8"}.nc-outline-shuffle-01:before{content:"\f0b9"}.nc-outline-shuffle-35:before{content:"\f0ba"}.nc-outline-shuffle-97:before{content:"\f0bb"}.nc-outline-shuffle-98:before{content:"\f0bc"}.nc-outline-shy:before{content:"\f0bd"}.nc-outline-sick:before{content:"\f0be"}.nc-outline-sickle:before{content:"\f0c0"}.nc-outline-sidebar:before{content:"\f0bf"}.nc-outline-sign-board:before{content:"\f0c1"}.nc-outline-sign:before{content:"\f0c2"}.nc-outline-signal-2:before{content:"\f0c3"}.nc-outline-signal:before{content:"\f0c4"}.nc-outline-signature:before{content:"\f0c6"}.nc-outline-silly:before{content:"\f0c5"}.nc-outline-sim-card:before{content:"\f0c8"}.nc-outline-simple-add:before{content:"\f0c7"}.nc-outline-simple-delete:before{content:"\f0c9"}.nc-outline-simple-down:before{content:"\f0ca"}.nc-outline-simple-left:before{content:"\f0cb"}.nc-outline-simple-remove:before{content:"\f0cc"}.nc-outline-simple-right:before{content:"\f0cd"}.nc-outline-simple-up:before{content:"\f0ce"}.nc-outline-single-01:before{content:"\f0cf"}.nc-outline-single-02:before{content:"\f0d0"}.nc-outline-single-03:before{content:"\f0d1"}.nc-outline-single-04:before{content:"\f0d2"}.nc-outline-single-05:before{content:"\f0d3"}.nc-outline-single-body:before{content:"\f0d4"}.nc-outline-single-content-02:before{content:"\f0d5"}.nc-outline-single-content-03:before{content:"\f0d6"}.nc-outline-single-copies:before{content:"\f0d8"}.nc-outline-single-copy-04:before{content:"\f0d7"}.nc-outline-single-copy-06:before{content:"\f0d9"}.nc-outline-single-folded-content:before{content:"\f0da"}.nc-outline-single-folded:before{content:"\f0db"}.nc-outline-single-paragraph:before{content:"\f0dc"}.nc-outline-single-position:before{content:"\f0dd"}.nc-outline-single:before{content:"\f0de"}.nc-outline-sink-wash:before{content:"\f0df"}.nc-outline-sink:before{content:"\f0e0"}.nc-outline-size-large:before{content:"\f0e1"}.nc-outline-size-medium:before{content:"\f0e2"}.nc-outline-size-small:before{content:"\f0e3"}.nc-outline-size:before{content:"\f0e4"}.nc-outline-skateboard-2:before{content:"\f0e5"}.nc-outline-skateboard:before{content:"\f0e6"}.nc-outline-skew-down:before{content:"\f0e7"}.nc-outline-skew-left:before{content:"\f0e8"}.nc-outline-skew-right:before{content:"\f0e9"}.nc-outline-skew-up:before{content:"\f0ea"}.nc-outline-skirt:before{content:"\f0ec"}.nc-outline-skull-2:before{content:"\f0eb"}.nc-outline-skull:before{content:"\f0ed"}.nc-outline-slacks-12:before{content:"\f0ee"}.nc-outline-slacks-13:before{content:"\f0f0"}.nc-outline-sleep-2:before{content:"\f0ef"}.nc-outline-sleep:before{content:"\f0f1"}.nc-outline-slice:before{content:"\f0f2"}.nc-outline-slide-left:before{content:"\f0f3"}.nc-outline-slide-right:before{content:"\f0f4"}.nc-outline-slider:before{content:"\f0f5"}.nc-outline-sloth:before{content:"\f0f6"}.nc-outline-small-add:before{content:"\f0f7"}.nc-outline-small-delete:before{content:"\f0f8"}.nc-outline-small-down:before{content:"\f0f9"}.nc-outline-small-left:before{content:"\f0fa"}.nc-outline-small-remove:before{content:"\f0fb"}.nc-outline-small-right:before{content:"\f0fc"}.nc-outline-small-triangle-down:before{content:"\f0fd"}.nc-outline-small-triangle-left:before{content:"\f0fe"}.nc-outline-small-triangle-right:before{content:"\f0ff"}.nc-outline-small-triangle-up:before{content:"\f100"}.nc-outline-small-up:before{content:"\f101"}.nc-outline-smart:before{content:"\f102"}.nc-outline-smile:before{content:"\f103"}.nc-outline-smoothie:before{content:"\f104"}.nc-outline-snack:before{content:"\f105"}.nc-outline-snake:before{content:"\f106"}.nc-outline-snow-ball:before{content:"\f107"}.nc-outline-snow:before{content:"\f108"}.nc-outline-snowboard:before{content:"\f10a"}.nc-outline-snowman-head:before{content:"\f109"}.nc-outline-snowman:before{content:"\f10b"}.nc-outline-soak:before{content:"\f10c"}.nc-outline-soccer-field:before{content:"\f10d"}.nc-outline-sock:before{content:"\f10e"}.nc-outline-socket-europe-1:before{content:"\f10f"}.nc-outline-socket-europe-2:before{content:"\f110"}.nc-outline-socket-uk:before{content:"\f111"}.nc-outline-socket:before{content:"\f112"}.nc-outline-sofa:before{content:"\f114"}.nc-outline-soldier:before{content:"\f113"}.nc-outline-sound-wave:before{content:"\f115"}.nc-outline-soup:before{content:"\f116"}.nc-outline-soy-sauce:before{content:"\f117"}.nc-outline-spa:before{content:"\f118"}.nc-outline-spaceship:before{content:"\f119"}.nc-outline-speaker-01:before{content:"\f11a"}.nc-outline-speaker-05:before{content:"\f11b"}.nc-outline-speaker:before{content:"\f11c"}.nc-outline-speechless:before{content:"\f11d"}.nc-outline-spider:before{content:"\f11e"}.nc-outline-spiteful:before{content:"\f11f"}.nc-outline-split-33:before{content:"\f120"}.nc-outline-split-37:before{content:"\f121"}.nc-outline-split-horizontal:before{content:"\f122"}.nc-outline-split-round:before{content:"\f123"}.nc-outline-split-vertical:before{content:"\f124"}.nc-outline-split:before{content:"\f125"}.nc-outline-sport:before{content:"\f126"}.nc-outline-spray-2:before{content:"\f127"}.nc-outline-spray:before{content:"\f128"}.nc-outline-square-add-08:before{content:"\f12a"}.nc-outline-square-add-11:before{content:"\f129"}.nc-outline-square-corner-down-left:before{content:"\f12b"}.nc-outline-square-corner-down-right:before{content:"\f12c"}.nc-outline-square-corner-up-left:before{content:"\f12d"}.nc-outline-square-corner-up-right:before{content:"\f12e"}.nc-outline-square-delete-10:before{content:"\f12f"}.nc-outline-square-delete-13:before{content:"\f130"}.nc-outline-square-down-06:before{content:"\f131"}.nc-outline-square-down:before{content:"\f132"}.nc-outline-square-download:before{content:"\f133"}.nc-outline-square-left-04:before{content:"\f134"}.nc-outline-square-left:before{content:"\f136"}.nc-outline-square-marker:before{content:"\f135"}.nc-outline-square-pin:before{content:"\f137"}.nc-outline-square-remove-09:before{content:"\f138"}.nc-outline-square-remove-12:before{content:"\f139"}.nc-outline-square-right-03:before{content:"\f13a"}.nc-outline-square-right:before{content:"\f13b"}.nc-outline-square-simple-down:before{content:"\f13c"}.nc-outline-square-simple-left:before{content:"\f13d"}.nc-outline-square-simple-right:before{content:"\f13e"}.nc-outline-square-simple-up:before{content:"\f13f"}.nc-outline-square-up-05:before{content:"\f140"}.nc-outline-square-up:before{content:"\f141"}.nc-outline-square-upload:before{content:"\f142"}.nc-outline-squares:before{content:"\f143"}.nc-outline-stamp:before{content:"\f144"}.nc-outline-standing-man:before{content:"\f145"}.nc-outline-standing-woman:before{content:"\f146"}.nc-outline-star:before{content:"\f148"}.nc-outline-steak-2:before{content:"\f147"}.nc-outline-steak:before{content:"\f149"}.nc-outline-steering-wheel:before{content:"\f14a"}.nc-outline-steps:before{content:"\f14b"}.nc-outline-stock-2:before{content:"\f14c"}.nc-outline-stock:before{content:"\f14d"}.nc-outline-storage-hanger:before{content:"\f14e"}.nc-outline-storage:before{content:"\f14f"}.nc-outline-store:before{content:"\f150"}.nc-outline-strategy:before{content:"\f151"}.nc-outline-strawberry:before{content:"\f152"}.nc-outline-stre-down:before{content:"\f153"}.nc-outline-stre-left:before{content:"\f154"}.nc-outline-stre-right:before{content:"\f156"}.nc-outline-stre-up:before{content:"\f155"}.nc-outline-stretch:before{content:"\f157"}.nc-outline-strikethrough:before{content:"\f158"}.nc-outline-strong-down:before{content:"\f15a"}.nc-outline-strong-left:before{content:"\f159"}.nc-outline-strong-right:before{content:"\f15b"}.nc-outline-strong-up:before{content:"\f15c"}.nc-outline-subscript:before{content:"\f15d"}.nc-outline-subtitles:before{content:"\f15f"}.nc-outline-sugar:before{content:"\f15e"}.nc-outline-sun-cloud-drop:before{content:"\f160"}.nc-outline-sun-cloud-fog:before{content:"\f161"}.nc-outline-sun-cloud-hail:before{content:"\f162"}.nc-outline-sun-cloud-light:before{content:"\f163"}.nc-outline-sun-cloud-rain:before{content:"\f164"}.nc-outline-sun-cloud-snow-54:before{content:"\f165"}.nc-outline-sun-cloud-snow-55:before{content:"\f166"}.nc-outline-sun-cloud:before{content:"\f167"}.nc-outline-sun-fog-29:before{content:"\f168"}.nc-outline-sun-fog-30:before{content:"\f169"}.nc-outline-sun-fog-43:before{content:"\f16a"}.nc-outline-sunglasses-48:before{content:"\f16b"}.nc-outline-sunglasses-49:before{content:"\f16c"}.nc-outline-sunglasses:before{content:"\f16d"}.nc-outline-superscript:before{content:"\f16e"}.nc-outline-supplement:before{content:"\f16f"}.nc-outline-support-16:before{content:"\f170"}.nc-outline-support-17:before{content:"\f171"}.nc-outline-surf-2:before{content:"\f172"}.nc-outline-surf:before{content:"\f173"}.nc-outline-surprise:before{content:"\f174"}.nc-outline-sushi:before{content:"\f175"}.nc-outline-swap-horizontal:before{content:"\f176"}.nc-outline-swap-vertical:before{content:"\f177"}.nc-outline-swimsuit:before{content:"\f178"}.nc-outline-swimwear:before{content:"\f179"}.nc-outline-swipe-bottom:before{content:"\f17a"}.nc-outline-swipe-left:before{content:"\f17b"}.nc-outline-swipe-right:before{content:"\f17c"}.nc-outline-swipe-up:before{content:"\f17d"}.nc-outline-swiss-knife:before{content:"\f17e"}.nc-outline-sync:before{content:"\f17f"}.nc-outline-syringe:before{content:"\f180"}.nc-outline-system-update:before{content:"\f181"}.nc-outline-table-left:before{content:"\f182"}.nc-outline-table-right:before{content:"\f183"}.nc-outline-table:before{content:"\f184"}.nc-outline-tablet-2:before{content:"\f185"}.nc-outline-tablet-button:before{content:"\f186"}.nc-outline-tablet-mobile:before{content:"\f187"}.nc-outline-tablet-reader-31:before{content:"\f188"}.nc-outline-tablet-reader-42:before{content:"\f189"}.nc-outline-tablet-toolbar:before{content:"\f18a"}.nc-outline-tablet:before{content:"\f18b"}.nc-outline-tacos:before{content:"\f18c"}.nc-outline-tactic:before{content:"\f18d"}.nc-outline-tag-2:before{content:"\f18f"}.nc-outline-tag-add:before{content:"\f18e"}.nc-outline-tag-check:before{content:"\f190"}.nc-outline-tag-content:before{content:"\f191"}.nc-outline-tag-cut:before{content:"\f192"}.nc-outline-tag-line:before{content:"\f193"}.nc-outline-tag-loyalty:before{content:"\f194"}.nc-outline-tag-remove:before{content:"\f195"}.nc-outline-tag-sale:before{content:"\f197"}.nc-outline-tag:before{content:"\f196"}.nc-outline-tail-down:before{content:"\f198"}.nc-outline-tail-left:before{content:"\f199"}.nc-outline-tail-right:before{content:"\f19a"}.nc-outline-tail-triangle-down:before{content:"\f19b"}.nc-outline-tail-triangle-left:before{content:"\f19c"}.nc-outline-tail-triangle-right:before{content:"\f19d"}.nc-outline-tail-triangle-up:before{content:"\f19f"}.nc-outline-tail-up:before{content:"\f19e"}.nc-outline-tap-01:before{content:"\f1a0"}.nc-outline-tap-02:before{content:"\f1a1"}.nc-outline-tape:before{content:"\f1a2"}.nc-outline-target:before{content:"\f1a3"}.nc-outline-tea-bag:before{content:"\f1a4"}.nc-outline-tea:before{content:"\f1a5"}.nc-outline-temperature-23:before{content:"\f1a6"}.nc-outline-temperature-24:before{content:"\f1a7"}.nc-outline-temple-25:before{content:"\f1a8"}.nc-outline-tennis-ball:before{content:"\f1a9"}.nc-outline-tennis:before{content:"\f1aa"}.nc-outline-terrace:before{content:"\f1ab"}.nc-outline-text-2:before{content:"\f1ac"}.nc-outline-text:before{content:"\f1ad"}.nc-outline-texture:before{content:"\f1ae"}.nc-outline-ticket-75:before{content:"\f1af"}.nc-outline-ticket-76:before{content:"\f1b0"}.nc-outline-tie-01:before{content:"\f1b1"}.nc-outline-tie-02:before{content:"\f1b2"}.nc-outline-tie-bow:before{content:"\f1b3"}.nc-outline-tile-55:before{content:"\f1b4"}.nc-outline-tile-56:before{content:"\f1b5"}.nc-outline-time-2:before{content:"\f1b6"}.nc-outline-time-3:before{content:"\f1b7"}.nc-outline-time-alarm:before{content:"\f1b8"}.nc-outline-time-clock:before{content:"\f1b9"}.nc-outline-time-countdown:before{content:"\f1ba"}.nc-outline-time:before{content:"\f1bb"}.nc-outline-timeline:before{content:"\f1bc"}.nc-outline-timer:before{content:"\f1bd"}.nc-outline-todo:before{content:"\f1be"}.nc-outline-toilet-paper:before{content:"\f1bf"}.nc-outline-toilet:before{content:"\f1c0"}.nc-outline-tomato:before{content:"\f1c1"}.nc-outline-tool-blur:before{content:"\f1c2"}.nc-outline-tool-hand:before{content:"\f1c3"}.nc-outline-tool-select:before{content:"\f1c4"}.nc-outline-tooth:before{content:"\f1c5"}.nc-outline-touch:before{content:"\f1c7"}.nc-outline-track-delivery:before{content:"\f1c6"}.nc-outline-tracking:before{content:"\f1c8"}.nc-outline-tractor:before{content:"\f1c9"}.nc-outline-train-speed:before{content:"\f1ca"}.nc-outline-train:before{content:"\f1cb"}.nc-outline-tram:before{content:"\f1cc"}.nc-outline-transform-2d:before{content:"\f1cd"}.nc-outline-transform-origin:before{content:"\f1ce"}.nc-outline-transform:before{content:"\f1cf"}.nc-outline-transparent:before{content:"\f1d1"}.nc-outline-trash-round:before{content:"\f1d0"}.nc-outline-trash-simple:before{content:"\f1d2"}.nc-outline-trash:before{content:"\f1d3"}.nc-outline-treasure-map-21:before{content:"\f1d4"}.nc-outline-treasure-map-40:before{content:"\f1d5"}.nc-outline-tree-01:before{content:"\f1d6"}.nc-outline-tree-02:before{content:"\f1d7"}.nc-outline-tree-03:before{content:"\f1d8"}.nc-outline-tree-ball:before{content:"\f1d9"}.nc-outline-tree:before{content:"\f1da"}.nc-outline-trend-down:before{content:"\f1db"}.nc-outline-trend-up:before{content:"\f1dc"}.nc-outline-triangle-down-20:before{content:"\f1dd"}.nc-outline-triangle-down-65:before{content:"\f1de"}.nc-outline-triangle-down:before{content:"\f1df"}.nc-outline-triangle-left-18:before{content:"\f1e0"}.nc-outline-triangle-left-63:before{content:"\f1e1"}.nc-outline-triangle-left:before{content:"\f1e2"}.nc-outline-triangle-right-17:before{content:"\f1e3"}.nc-outline-triangle-right-62:before{content:"\f1e4"}.nc-outline-triangle-right:before{content:"\f1e5"}.nc-outline-triangle-up-19:before{content:"\f1e6"}.nc-outline-triangle-up-64:before{content:"\f1e7"}.nc-outline-triangle-up:before{content:"\f1e8"}.nc-outline-tripod:before{content:"\f1e9"}.nc-outline-trolley:before{content:"\f1ea"}.nc-outline-trophy:before{content:"\f1eb"}.nc-outline-truck-front:before{content:"\f1ec"}.nc-outline-trunk:before{content:"\f1ed"}.nc-outline-tshirt-53:before{content:"\f1ee"}.nc-outline-tshirt-54:before{content:"\f1ef"}.nc-outline-tshirt-sport:before{content:"\f1f0"}.nc-outline-turtle:before{content:"\f1f1"}.nc-outline-tv-2:before{content:"\f1f2"}.nc-outline-tv-old:before{content:"\f1f3"}.nc-outline-tv:before{content:"\f1f4"}.nc-outline-ui-03:before{content:"\f1f5"}.nc-outline-ui-04:before{content:"\f1f6"}.nc-outline-umbrella-13:before{content:"\f1f7"}.nc-outline-umbrella-14:before{content:"\f1f8"}.nc-outline-underline:before{content:"\f1f9"}.nc-outline-underwear-man:before{content:"\f1fa"}.nc-outline-underwear:before{content:"\f1fb"}.nc-outline-undo-25:before{content:"\f1fc"}.nc-outline-undo-29:before{content:"\f1fd"}.nc-outline-ungroup:before{content:"\f1fe"}.nc-outline-unite-round:before{content:"\f1ff"}.nc-outline-unite:before{content:"\f200"}.nc-outline-upload-2:before{content:"\f201"}.nc-outline-upload:before{content:"\f202"}.nc-outline-upset-13:before{content:"\f203"}.nc-outline-upset-14:before{content:"\f204"}.nc-outline-usb:before{content:"\f205"}.nc-outline-user-balance:before{content:"\f206"}.nc-outline-user-climb:before{content:"\f207"}.nc-outline-user-frame-31:before{content:"\f209"}.nc-outline-user-frame-32:before{content:"\f208"}.nc-outline-user-frame-33:before{content:"\f20a"}.nc-outline-user-meditation:before{content:"\f20b"}.nc-outline-user-run:before{content:"\f20c"}.nc-outline-user-snowboard:before{content:"\f20d"}.nc-outline-user-swim:before{content:"\f20e"}.nc-outline-user:before{content:"\f20f"}.nc-outline-vampire:before{content:"\f210"}.nc-outline-vector-2:before{content:"\f211"}.nc-outline-vector:before{content:"\f212"}.nc-outline-vegan:before{content:"\f213"}.nc-outline-ventilation:before{content:"\f215"}.nc-outline-vespa-front:before{content:"\f214"}.nc-outline-vespa:before{content:"\f216"}.nc-outline-vest-31:before{content:"\f217"}.nc-outline-vest-sport:before{content:"\f218"}.nc-outline-vest:before{content:"\f219"}.nc-outline-video-64:before{content:"\f21a"}.nc-outline-video-65:before{content:"\f21b"}.nc-outline-video-66:before{content:"\f21c"}.nc-outline-video-67:before{content:"\f21d"}.nc-outline-videocamera-71:before{content:"\f21e"}.nc-outline-videocamera-72:before{content:"\f21f"}.nc-outline-virus:before{content:"\f220"}.nc-outline-voice-record:before{content:"\f221"}.nc-outline-volleyball:before{content:"\f222"}.nc-outline-volume-93:before{content:"\f223"}.nc-outline-volume-97:before{content:"\f224"}.nc-outline-volume-98:before{content:"\f225"}.nc-outline-volume-ban:before{content:"\f226"}.nc-outline-volume-down:before{content:"\f227"}.nc-outline-volume-off:before{content:"\f228"}.nc-outline-volume-up:before{content:"\f229"}.nc-outline-vpn:before{content:"\f22a"}.nc-outline-waffle:before{content:"\f22b"}.nc-outline-walk:before{content:"\f22d"}.nc-outline-wallet-43:before{content:"\f22c"}.nc-outline-wallet-44:before{content:"\f22e"}.nc-outline-wallet-90:before{content:"\f22f"}.nc-outline-wallet:before{content:"\f230"}.nc-outline-wand-11:before{content:"\f231"}.nc-outline-wardrobe:before{content:"\f232"}.nc-outline-wash-2:before{content:"\f233"}.nc-outline-wash-30:before{content:"\f234"}.nc-outline-wash-60:before{content:"\f235"}.nc-outline-wash-90:before{content:"\f236"}.nc-outline-wash-hand:before{content:"\f237"}.nc-outline-wash:before{content:"\f238"}.nc-outline-washing-fluid:before{content:"\f239"}.nc-outline-waste-danger:before{content:"\f23a"}.nc-outline-waste-recycling:before{content:"\f23b"}.nc-outline-waste:before{content:"\f23c"}.nc-outline-watch-circle:before{content:"\f23d"}.nc-outline-watch-dev:before{content:"\f23e"}.nc-outline-watch-time:before{content:"\f23f"}.nc-outline-watch:before{content:"\f240"}.nc-outline-water-hand:before{content:"\f241"}.nc-outline-water-sink:before{content:"\f242"}.nc-outline-water:before{content:"\f243"}.nc-outline-watermelon:before{content:"\f244"}.nc-outline-wc:before{content:"\f245"}.nc-outline-web-design:before{content:"\f246"}.nc-outline-webcam-38:before{content:"\f247"}.nc-outline-webcam-39:before{content:"\f248"}.nc-outline-webpage-2:before{content:"\f249"}.nc-outline-webpage:before{content:"\f24a"}.nc-outline-weed:before{content:"\f24b"}.nc-outline-weight:before{content:"\f24c"}.nc-outline-what:before{content:"\f24d"}.nc-outline-wheel-2:before{content:"\f24e"}.nc-outline-wheel:before{content:"\f251"}.nc-outline-wheelchair:before{content:"\f24f"}.nc-outline-whisk:before{content:"\f250"}.nc-outline-whiskers:before{content:"\f252"}.nc-outline-whistle:before{content:"\f253"}.nc-outline-white-house:before{content:"\f254"}.nc-outline-widget:before{content:"\f255"}.nc-outline-wifi-2:before{content:"\f256"}.nc-outline-wifi-off:before{content:"\f257"}.nc-outline-wifi-protected:before{content:"\f258"}.nc-outline-wifi-router:before{content:"\f259"}.nc-outline-wifi:before{content:"\f25a"}.nc-outline-wind-2:before{content:"\f25b"}.nc-outline-wind:before{content:"\f25c"}.nc-outline-window-add:before{content:"\f25d"}.nc-outline-window-code:before{content:"\f25e"}.nc-outline-window-delete:before{content:"\f25f"}.nc-outline-window-dev:before{content:"\f260"}.nc-outline-window-paragraph:before{content:"\f261"}.nc-outline-window-responsive:before{content:"\f262"}.nc-outline-window-zoom-in:before{content:"\f263"}.nc-outline-window-zoom-out:before{content:"\f264"}.nc-outline-wine-list:before{content:"\f265"}.nc-outline-wink-06:before{content:"\f266"}.nc-outline-wink-11:before{content:"\f267"}.nc-outline-wink-69:before{content:"\f268"}.nc-outline-witch-hat:before{content:"\f269"}.nc-outline-wolf:before{content:"\f26a"}.nc-outline-woman-2:before{content:"\f26b"}.nc-outline-woman-21:before{content:"\f26c"}.nc-outline-woman-24:before{content:"\f26d"}.nc-outline-woman-25:before{content:"\f26e"}.nc-outline-woman-down:before{content:"\f26f"}.nc-outline-woman-man:before{content:"\f270"}.nc-outline-woman-up:before{content:"\f271"}.nc-outline-woman:before{content:"\f272"}.nc-outline-wood:before{content:"\f273"}.nc-outline-wool-ball:before{content:"\f274"}.nc-outline-worl-marker:before{content:"\f275"}.nc-outline-world-2:before{content:"\f276"}.nc-outline-world-pin:before{content:"\f277"}.nc-outline-world:before{content:"\f278"}.nc-outline-yogurt:before{content:"\f279"}.nc-outline-zip-54:before{content:"\f27a"}.nc-outline-zip-55:before{content:"\f27b"}.nc-outline-zombie:before{content:"\f27c"}.nc-outline-zoom-100:before{content:"\f27d"}.nc-outline-zoom-2:before{content:"\f27e"}.nc-outline-zoom-88:before{content:"\f27f"}.nc-outline-zoom-99:before{content:"\f281"}.nc-outline-zoom-bold-in:before{content:"\f280"}.nc-outline-zoom-bold-out:before{content:"\f282"}.nc-outline-zoom-bold:before{content:"\f283"}.nc-outline-zoom-e:before{content:"\f285"}.nc-outline-zoom-in:before{content:"\f284"}.nc-outline-zoom-out:before{content:"\f286"}.nc-outline-zoom-split-in:before{content:"\f287"}.nc-outline-zoom-split-out:before{content:"\f288"}.nc-outline-zoom-split:before{content:"\f289"}.nc-outline-zoom-triangles:before{content:"\f28a"}.nc-outline-zoom:before{content:"\f28b"}.nc-glyph-2x-drag-down:before{content:"\ea01"}.nc-glyph-2x-drag-up:before{content:"\ea02"}.nc-glyph-2x-swipe-down:before{content:"\ea03"}.nc-glyph-2x-swipe-left:before{content:"\ea04"}.nc-glyph-2x-swipe-right:before{content:"\ea05"}.nc-glyph-2x-swipe-up:before{content:"\ea06"}.nc-glyph-2x-tap:before{content:"\ea07"}.nc-glyph-3d-29:before{content:"\ea08"}.nc-glyph-3d-model:before{content:"\ea09"}.nc-glyph-3d:before{content:"\ea0a"}.nc-glyph-3x-swipe-left:before{content:"\ea0b"}.nc-glyph-3x-swipe-right:before{content:"\ea0c"}.nc-glyph-3x-swipe-up:before{content:"\ea0d"}.nc-glyph-3x-tap:before{content:"\ea0e"}.nc-glyph-4x-swipe-left:before{content:"\ea0f"}.nc-glyph-4x-swipe-right:before{content:"\ea10"}.nc-glyph-4x-swipe-up:before{content:"\ea11"}.nc-glyph-a-add:before{content:"\ea12"}.nc-glyph-a-check:before{content:"\ea13"}.nc-glyph-a-delete:before{content:"\ea14"}.nc-glyph-a-edit:before{content:"\ea15"}.nc-glyph-a-heart:before{content:"\ea16"}.nc-glyph-a-location:before{content:"\ea17"}.nc-glyph-a-remove:before{content:"\ea18"}.nc-glyph-a-search:before{content:"\ea19"}.nc-glyph-a-security:before{content:"\ea1a"}.nc-glyph-a-share:before{content:"\ea1b"}.nc-glyph-a-star:before{content:"\ea1c"}.nc-glyph-a-sync:before{content:"\ea1d"}.nc-glyph-a-time:before{content:"\ea1e"}.nc-glyph-abc:before{content:"\ea1f"}.nc-glyph-accessibility:before{content:"\ea20"}.nc-glyph-action-73:before{content:"\ea21"}.nc-glyph-action-74:before{content:"\ea22"}.nc-glyph-active-38:before{content:"\ea23"}.nc-glyph-active-40:before{content:"\ea24"}.nc-glyph-add-27:before{content:"\ea25"}.nc-glyph-add-29:before{content:"\ea26"}.nc-glyph-add:before{content:"\ea27"}.nc-glyph-agenda-bookmark:before{content:"\ea28"}.nc-glyph-agenda:before{content:"\ea29"}.nc-glyph-air-baloon:before{content:"\ea2a"}.nc-glyph-air-conditioner:before{content:"\ea2b"}.nc-glyph-airbag:before{content:"\ea2c"}.nc-glyph-alarm-add:before{content:"\ea2d"}.nc-glyph-alarm-delete:before{content:"\ea2e"}.nc-glyph-album-2:before{content:"\ea2f"}.nc-glyph-album:before{content:"\ea30"}.nc-glyph-alcohol:before{content:"\ea31"}.nc-glyph-alert-circle-exc:before{content:"\ea32"}.nc-glyph-alert-circle-i:before{content:"\ea33"}.nc-glyph-alert-circle-que:before{content:"\ea34"}.nc-glyph-alert-exc:before{content:"\ea35"}.nc-glyph-alert-i:before{content:"\ea36"}.nc-glyph-alert-que:before{content:"\ea37"}.nc-glyph-alert-square-exc:before{content:"\ea38"}.nc-glyph-alert-square-i:before{content:"\ea39"}.nc-glyph-alert-square-que:before{content:"\ea3a"}.nc-glyph-alert:before{content:"\ea3b"}.nc-glyph-alien-29:before{content:"\ea3c"}.nc-glyph-alien-33:before{content:"\ea3d"}.nc-glyph-align-bottom:before{content:"\ea3e"}.nc-glyph-align-center-horizontal:before{content:"\ea3f"}.nc-glyph-align-center-vertical:before{content:"\ea40"}.nc-glyph-align-center:before{content:"\ea41"}.nc-glyph-align-justify:before{content:"\ea42"}.nc-glyph-align-left-2:before{content:"\ea43"}.nc-glyph-align-left:before{content:"\ea44"}.nc-glyph-align-right-2:before{content:"\ea45"}.nc-glyph-align-right:before{content:"\ea46"}.nc-glyph-align-top:before{content:"\ea47"}.nc-glyph-ambulance:before{content:"\ea48"}.nc-glyph-analytics-88:before{content:"\ea49"}.nc-glyph-analytics-89:before{content:"\ea4a"}.nc-glyph-anchor:before{content:"\ea4b"}.nc-glyph-android:before{content:"\ea4c"}.nc-glyph-angle:before{content:"\ea4d"}.nc-glyph-angry-10:before{content:"\ea4e"}.nc-glyph-angry-44:before{content:"\ea4f"}.nc-glyph-animation-14:before{content:"\ea50"}.nc-glyph-animation-31:before{content:"\ea51"}.nc-glyph-animation-32:before{content:"\ea52"}.nc-glyph-app:before{content:"\ea53"}.nc-glyph-apple-2:before{content:"\ea54"}.nc-glyph-apple:before{content:"\ea55"}.nc-glyph-appointment:before{content:"\ea56"}.nc-glyph-archive-2:before{content:"\ea57"}.nc-glyph-archive-3d-check:before{content:"\ea58"}.nc-glyph-archive-3d-content:before{content:"\ea59"}.nc-glyph-archive-check:before{content:"\ea5a"}.nc-glyph-archive-content:before{content:"\ea5b"}.nc-glyph-archive-paper-check:before{content:"\ea5c"}.nc-glyph-archive-paper:before{content:"\ea5d"}.nc-glyph-archive:before{content:"\ea5e"}.nc-glyph-armchair:before{content:"\ea5f"}.nc-glyph-artboard:before{content:"\ea60"}.nc-glyph-astronaut:before{content:"\ea61"}.nc-glyph-at-sign:before{content:"\ea62"}.nc-glyph-atm:before{content:"\ea63"}.nc-glyph-atom:before{content:"\ea64"}.nc-glyph-attach-86:before{content:"\ea65"}.nc-glyph-attach-87:before{content:"\ea66"}.nc-glyph-aubergine:before{content:"\ea67"}.nc-glyph-audio-91:before{content:"\ea68"}.nc-glyph-audio-92:before{content:"\ea69"}.nc-glyph-audio:before{content:"\ea6a"}.nc-glyph-avocado:before{content:"\ea6b"}.nc-glyph-award-48:before{content:"\ea6c"}.nc-glyph-award-49:before{content:"\ea6d"}.nc-glyph-award-55:before{content:"\ea6e"}.nc-glyph-award-74:before{content:"\ea6f"}.nc-glyph-award:before{content:"\ea70"}.nc-glyph-axe:before{content:"\ea71"}.nc-glyph-b-add:before{content:"\ea72"}.nc-glyph-b-check:before{content:"\ea73"}.nc-glyph-b-location:before{content:"\ea74"}.nc-glyph-b-love:before{content:"\ea75"}.nc-glyph-b-meeting:before{content:"\ea76"}.nc-glyph-b-remove:before{content:"\ea77"}.nc-glyph-b-security:before{content:"\ea78"}.nc-glyph-baby-2:before{content:"\ea79"}.nc-glyph-baby-3:before{content:"\ea7a"}.nc-glyph-baby-bottle:before{content:"\ea7b"}.nc-glyph-baby:before{content:"\ea7c"}.nc-glyph-back-78:before{content:"\ea7d"}.nc-glyph-back-80:before{content:"\ea7e"}.nc-glyph-background:before{content:"\ea7f"}.nc-glyph-backpack-2:before{content:"\ea80"}.nc-glyph-backpack-57:before{content:"\ea81"}.nc-glyph-backpack-58:before{content:"\ea82"}.nc-glyph-backpack:before{content:"\ea83"}.nc-glyph-backward:before{content:"\ea84"}.nc-glyph-bacon:before{content:"\ea85"}.nc-glyph-badge-13:before{content:"\ea86"}.nc-glyph-badge-14:before{content:"\ea87"}.nc-glyph-badge-15:before{content:"\ea88"}.nc-glyph-badge:before{content:"\ea89"}.nc-glyph-badminton:before{content:"\ea8a"}.nc-glyph-bag-09:before{content:"\ea8b"}.nc-glyph-bag-16:before{content:"\ea8c"}.nc-glyph-bag-17:before{content:"\ea8d"}.nc-glyph-bag-20:before{content:"\ea8e"}.nc-glyph-bag-21:before{content:"\ea8f"}.nc-glyph-bag-22:before{content:"\ea90"}.nc-glyph-bag-49:before{content:"\ea91"}.nc-glyph-bag-50:before{content:"\ea92"}.nc-glyph-bag-add-18:before{content:"\ea93"}.nc-glyph-bag-add-21:before{content:"\ea94"}.nc-glyph-bag-delivery:before{content:"\ea95"}.nc-glyph-bag-edit:before{content:"\ea96"}.nc-glyph-bag-remove-19:before{content:"\ea97"}.nc-glyph-bag-remove-22:before{content:"\ea98"}.nc-glyph-bag-time:before{content:"\ea99"}.nc-glyph-bag:before{content:"\ea9a"}.nc-glyph-baguette:before{content:"\ea9b"}.nc-glyph-balance:before{content:"\ea9c"}.nc-glyph-ball-basket:before{content:"\ea9d"}.nc-glyph-ball-soccer:before{content:"\ea9e"}.nc-glyph-baloon:before{content:"\ea9f"}.nc-glyph-ban-bold:before{content:"\eaa0"}.nc-glyph-ban:before{content:"\eaa1"}.nc-glyph-banana:before{content:"\eaa2"}.nc-glyph-bank:before{content:"\eaa3"}.nc-glyph-barbecue-15:before{content:"\eaa4"}.nc-glyph-barbecue-tools:before{content:"\eaa5"}.nc-glyph-barbecue:before{content:"\eaa6"}.nc-glyph-barcode-qr:before{content:"\eaa7"}.nc-glyph-barcode-scan:before{content:"\eaa8"}.nc-glyph-barcode:before{content:"\eaa9"}.nc-glyph-bars-2:before{content:"\eaaa"}.nc-glyph-bars-rotate:before{content:"\eaab"}.nc-glyph-bars:before{content:"\eaac"}.nc-glyph-baseball-ball:before{content:"\eaad"}.nc-glyph-baseball-bat:before{content:"\eaae"}.nc-glyph-baseball:before{content:"\eaaf"}.nc-glyph-basket-add:before{content:"\eab0"}.nc-glyph-basket-edit:before{content:"\eab1"}.nc-glyph-basket-favorite:before{content:"\eab2"}.nc-glyph-basket-remove:before{content:"\eab3"}.nc-glyph-basket-search:before{content:"\eab4"}.nc-glyph-basket-share:before{content:"\eab5"}.nc-glyph-basket-simple-add:before{content:"\eab6"}.nc-glyph-basket-simple-remove:before{content:"\eab7"}.nc-glyph-basket-simple:before{content:"\eab8"}.nc-glyph-basket-update:before{content:"\eab9"}.nc-glyph-basket:before{content:"\eaba"}.nc-glyph-basketball-12:before{content:"\eabb"}.nc-glyph-basketball-13:before{content:"\eabc"}.nc-glyph-bat:before{content:"\eabd"}.nc-glyph-bath-tub:before{content:"\eabe"}.nc-glyph-battery-81:before{content:"\eabf"}.nc-glyph-battery-83:before{content:"\eac0"}.nc-glyph-battery-half:before{content:"\eac1"}.nc-glyph-battery-level:before{content:"\eac2"}.nc-glyph-battery-low:before{content:"\eac3"}.nc-glyph-battery:before{content:"\eac4"}.nc-glyph-bear-2:before{content:"\eac5"}.nc-glyph-bear:before{content:"\eac6"}.nc-glyph-bed-09:before{content:"\eac7"}.nc-glyph-bed-23:before{content:"\eac8"}.nc-glyph-bed-side:before{content:"\eac9"}.nc-glyph-bee:before{content:"\eaca"}.nc-glyph-beer-95:before{content:"\eacb"}.nc-glyph-beer-96:before{content:"\eacc"}.nc-glyph-bell-53:before{content:"\eacd"}.nc-glyph-bell-54:before{content:"\eace"}.nc-glyph-bell-55:before{content:"\eacf"}.nc-glyph-belt:before{content:"\ead0"}.nc-glyph-berlin:before{content:"\ead1"}.nc-glyph-beverage:before{content:"\ead2"}.nc-glyph-big-eyes:before{content:"\ead3"}.nc-glyph-big-smile:before{content:"\ead4"}.nc-glyph-bigmouth:before{content:"\ead5"}.nc-glyph-bike-2:before{content:"\ead6"}.nc-glyph-bike:before{content:"\ead7"}.nc-glyph-bill:before{content:"\ead8"}.nc-glyph-billiard:before{content:"\ead9"}.nc-glyph-binocular:before{content:"\eada"}.nc-glyph-biscuit:before{content:"\eadb"}.nc-glyph-bitcoin:before{content:"\eadc"}.nc-glyph-bleah:before{content:"\eadd"}.nc-glyph-blend:before{content:"\eade"}.nc-glyph-blind:before{content:"\eadf"}.nc-glyph-block-bottom-left:before{content:"\eae0"}.nc-glyph-block-bottom-right:before{content:"\eae1"}.nc-glyph-block-down:before{content:"\eae2"}.nc-glyph-block-left:before{content:"\eae3"}.nc-glyph-block-right:before{content:"\eae4"}.nc-glyph-block-top-left:before{content:"\eae5"}.nc-glyph-block-top-right:before{content:"\eae6"}.nc-glyph-block-up:before{content:"\eae7"}.nc-glyph-blog:before{content:"\eae8"}.nc-glyph-blueberries:before{content:"\eae9"}.nc-glyph-bluetooth:before{content:"\eaea"}.nc-glyph-board-2:before{content:"\eaeb"}.nc-glyph-board-27:before{content:"\eaec"}.nc-glyph-board-28:before{content:"\eaed"}.nc-glyph-board-29:before{content:"\eaee"}.nc-glyph-board-30:before{content:"\eaef"}.nc-glyph-board-51:before{content:"\eaf0"}.nc-glyph-board:before{content:"\eaf1"}.nc-glyph-boat-front:before{content:"\eaf2"}.nc-glyph-boat-small-02:before{content:"\eaf3"}.nc-glyph-boat-small-03:before{content:"\eaf4"}.nc-glyph-boat:before{content:"\eaf5"}.nc-glyph-bold-add:before{content:"\eaf6"}.nc-glyph-bold-delete:before{content:"\eaf7"}.nc-glyph-bold-direction:before{content:"\eaf8"}.nc-glyph-bold-down:before{content:"\eaf9"}.nc-glyph-bold-left:before{content:"\eafa"}.nc-glyph-bold-remove:before{content:"\eafb"}.nc-glyph-bold-right:before{content:"\eafc"}.nc-glyph-bold-up:before{content:"\eafd"}.nc-glyph-bold:before{content:"\eafe"}.nc-glyph-bolt:before{content:"\eaff"}.nc-glyph-bomb:before{content:"\eb00"}.nc-glyph-bones:before{content:"\eb01"}.nc-glyph-book-07:before{content:"\eb02"}.nc-glyph-book-08:before{content:"\eb03"}.nc-glyph-book-39:before{content:"\eb04"}.nc-glyph-book-bookmark-2:before{content:"\eb05"}.nc-glyph-book-bookmark:before{content:"\eb06"}.nc-glyph-book-open-2:before{content:"\eb07"}.nc-glyph-book-open:before{content:"\eb08"}.nc-glyph-book:before{content:"\eb09"}.nc-glyph-bookmark-2:before{content:"\eb0a"}.nc-glyph-bookmark-add-2:before{content:"\eb0b"}.nc-glyph-bookmark-add:before{content:"\eb0c"}.nc-glyph-bookmark-remove-2:before{content:"\eb0d"}.nc-glyph-bookmark-remove:before{content:"\eb0e"}.nc-glyph-bookmark:before{content:"\eb0f"}.nc-glyph-books-46:before{content:"\eb10"}.nc-glyph-books:before{content:"\eb11"}.nc-glyph-boot-2:before{content:"\eb12"}.nc-glyph-boot-woman:before{content:"\eb13"}.nc-glyph-boot:before{content:"\eb14"}.nc-glyph-border-radius:before{content:"\eb15"}.nc-glyph-border:before{content:"\eb16"}.nc-glyph-bored:before{content:"\eb17"}.nc-glyph-bottle-wine:before{content:"\eb18"}.nc-glyph-bottle:before{content:"\eb19"}.nc-glyph-bow:before{content:"\eb1a"}.nc-glyph-bowl:before{content:"\eb1b"}.nc-glyph-bowling:before{content:"\eb1c"}.nc-glyph-box-2:before{content:"\eb1d"}.nc-glyph-box-3d-50:before{content:"\eb1e"}.nc-glyph-box-ribbon:before{content:"\eb1f"}.nc-glyph-box:before{content:"\eb20"}.nc-glyph-boxing:before{content:"\eb21"}.nc-glyph-bra:before{content:"\eb22"}.nc-glyph-brain:before{content:"\eb23"}.nc-glyph-brakes:before{content:"\eb24"}.nc-glyph-bread:before{content:"\eb25"}.nc-glyph-briefcase-24:before{content:"\eb26"}.nc-glyph-briefcase-25:before{content:"\eb27"}.nc-glyph-briefcase-26:before{content:"\eb28"}.nc-glyph-brightness-46:before{content:"\eb29"}.nc-glyph-brightness-47:before{content:"\eb2a"}.nc-glyph-brioche:before{content:"\eb2b"}.nc-glyph-broccoli:before{content:"\eb2c"}.nc-glyph-broom:before{content:"\eb2d"}.nc-glyph-browser-chrome:before{content:"\eb2e"}.nc-glyph-browser-edge:before{content:"\eb2f"}.nc-glyph-browser-firefox:before{content:"\eb30"}.nc-glyph-browser-ie:before{content:"\eb31"}.nc-glyph-browser-opera:before{content:"\eb32"}.nc-glyph-browser-safari:before{content:"\eb33"}.nc-glyph-brush:before{content:"\eb34"}.nc-glyph-bucket:before{content:"\eb35"}.nc-glyph-bug:before{content:"\eb36"}.nc-glyph-building:before{content:"\eb37"}.nc-glyph-bulb-61:before{content:"\eb38"}.nc-glyph-bulb-62:before{content:"\eb39"}.nc-glyph-bulb-63:before{content:"\eb3a"}.nc-glyph-bulb-saver:before{content:"\eb3b"}.nc-glyph-bulb:before{content:"\eb3c"}.nc-glyph-bullet-list-67:before{content:"\eb3d"}.nc-glyph-bullet-list-68:before{content:"\eb3e"}.nc-glyph-bullet-list-69:before{content:"\eb3f"}.nc-glyph-bullet-list-70:before{content:"\eb40"}.nc-glyph-bullet-list:before{content:"\eb41"}.nc-glyph-bus-front-10:before{content:"\eb42"}.nc-glyph-bus-front-12:before{content:"\eb43"}.nc-glyph-bus:before{content:"\eb44"}.nc-glyph-business-contact-85:before{content:"\eb45"}.nc-glyph-business-contact-86:before{content:"\eb46"}.nc-glyph-business-contact-87:before{content:"\eb47"}.nc-glyph-business-contact-88:before{content:"\eb48"}.nc-glyph-business-contact-89:before{content:"\eb49"}.nc-glyph-businessman-03:before{content:"\eb4a"}.nc-glyph-businessman-04:before{content:"\eb4b"}.nc-glyph-butterfly:before{content:"\eb4c"}.nc-glyph-button-2:before{content:"\eb4d"}.nc-glyph-button-circle-pause:before{content:"\eb4e"}.nc-glyph-button-circle-play:before{content:"\eb4f"}.nc-glyph-button-circle-stop:before{content:"\eb50"}.nc-glyph-button-eject:before{content:"\eb51"}.nc-glyph-button-next:before{content:"\eb52"}.nc-glyph-button-pause:before{content:"\eb53"}.nc-glyph-button-play:before{content:"\eb54"}.nc-glyph-button-power:before{content:"\eb55"}.nc-glyph-button-previous:before{content:"\eb56"}.nc-glyph-button-record:before{content:"\eb57"}.nc-glyph-button-rewind:before{content:"\eb58"}.nc-glyph-button-skip:before{content:"\eb5b"}.nc-glyph-button-stop:before{content:"\eb59"}.nc-glyph-button:before{content:"\eb5a"}.nc-glyph-cabinet:before{content:"\eb5c"}.nc-glyph-cable-49:before{content:"\eb5d"}.nc-glyph-cable-50:before{content:"\eb5e"}.nc-glyph-cactus:before{content:"\eb5f"}.nc-glyph-cake-100:before{content:"\eb60"}.nc-glyph-cake-13:before{content:"\eb61"}.nc-glyph-cake-slice:before{content:"\eb62"}.nc-glyph-cake:before{content:"\eb63"}.nc-glyph-calculator:before{content:"\eb64"}.nc-glyph-calendar-57:before{content:"\eb65"}.nc-glyph-calendar-60:before{content:"\eb66"}.nc-glyph-calendar-add:before{content:"\eb67"}.nc-glyph-calendar-check-59:before{content:"\eb68"}.nc-glyph-calendar-check-62:before{content:"\eb69"}.nc-glyph-calendar-grid-58:before{content:"\eb6a"}.nc-glyph-calendar-grid-61:before{content:"\eb6b"}.nc-glyph-camera-18:before{content:"\eb6c"}.nc-glyph-camera-19:before{content:"\eb6d"}.nc-glyph-camera-20:before{content:"\eb6e"}.nc-glyph-camera-ban-36:before{content:"\eb6f"}.nc-glyph-camera-ban-37:before{content:"\eb70"}.nc-glyph-camera-compact:before{content:"\eb71"}.nc-glyph-camera-screen:before{content:"\eb72"}.nc-glyph-camera-square-57:before{content:"\eb73"}.nc-glyph-camera-square-58:before{content:"\eb74"}.nc-glyph-camera-time:before{content:"\eb75"}.nc-glyph-camera:before{content:"\eb76"}.nc-glyph-camper:before{content:"\eb77"}.nc-glyph-camping:before{content:"\eb78"}.nc-glyph-candle:before{content:"\eb79"}.nc-glyph-candy-2:before{content:"\eb7a"}.nc-glyph-candy:before{content:"\eb7b"}.nc-glyph-canvas:before{content:"\eb7c"}.nc-glyph-cap:before{content:"\eb7d"}.nc-glyph-capitalize:before{content:"\eb7e"}.nc-glyph-caps-all:before{content:"\eb7f"}.nc-glyph-caps-small:before{content:"\eb80"}.nc-glyph-car-2:before{content:"\eb81"}.nc-glyph-car-accident:before{content:"\eb82"}.nc-glyph-car-connect:before{content:"\eb83"}.nc-glyph-car-door:before{content:"\eb84"}.nc-glyph-car-front:before{content:"\eb85"}.nc-glyph-car-lights:before{content:"\eb86"}.nc-glyph-car-parking:before{content:"\eb87"}.nc-glyph-car-simple:before{content:"\eb88"}.nc-glyph-car-sport:before{content:"\eb89"}.nc-glyph-car-taxi:before{content:"\eb8a"}.nc-glyph-car-ventilation:before{content:"\eb8b"}.nc-glyph-car-wash:before{content:"\eb8c"}.nc-glyph-car:before{content:"\eb8d"}.nc-glyph-card-add-2:before{content:"\eb8e"}.nc-glyph-card-add:before{content:"\eb8f"}.nc-glyph-card-alert:before{content:"\eb90"}.nc-glyph-card-edit:before{content:"\eb91"}.nc-glyph-card-favorite:before{content:"\eb92"}.nc-glyph-card-remove:before{content:"\eb93"}.nc-glyph-card-update:before{content:"\eb94"}.nc-glyph-cardio:before{content:"\eb95"}.nc-glyph-cards:before{content:"\eb96"}.nc-glyph-carrot:before{content:"\eb97"}.nc-glyph-cart-9:before{content:"\eb98"}.nc-glyph-cart-add-9:before{content:"\eb99"}.nc-glyph-cart-add:before{content:"\eb9a"}.nc-glyph-cart-favorite:before{content:"\eb9b"}.nc-glyph-cart-full:before{content:"\eb9c"}.nc-glyph-cart-in-9:before{content:"\eb9d"}.nc-glyph-cart-refresh:before{content:"\eb9e"}.nc-glyph-cart-remove-9:before{content:"\eb9f"}.nc-glyph-cart-remove:before{content:"\eba0"}.nc-glyph-cart-return:before{content:"\eba1"}.nc-glyph-cart-simple-add:before{content:"\eba2"}.nc-glyph-cart-simple-in:before{content:"\eba3"}.nc-glyph-cart-simple-remove:before{content:"\eba4"}.nc-glyph-cart-simple:before{content:"\eba5"}.nc-glyph-cart-speed:before{content:"\eba6"}.nc-glyph-cart:before{content:"\eba7"}.nc-glyph-cash-register:before{content:"\eba8"}.nc-glyph-castle:before{content:"\eba9"}.nc-glyph-cat:before{content:"\ebaa"}.nc-glyph-cauldron:before{content:"\ebab"}.nc-glyph-cctv:before{content:"\ebac"}.nc-glyph-cd-reader:before{content:"\ebad"}.nc-glyph-celsius:before{content:"\ebae"}.nc-glyph-centralize:before{content:"\ebaf"}.nc-glyph-chair-2:before{content:"\ebb0"}.nc-glyph-chair:before{content:"\ebb1"}.nc-glyph-chalkboard:before{content:"\ebb2"}.nc-glyph-champagne:before{content:"\ebb3"}.nc-glyph-chart-2:before{content:"\ebb4"}.nc-glyph-chart-3:before{content:"\ebb5"}.nc-glyph-chart-bar-32:before{content:"\ebb6"}.nc-glyph-chart-bar-33:before{content:"\ebb7"}.nc-glyph-chart-bar-52:before{content:"\ebb8"}.nc-glyph-chart-bar-53:before{content:"\ebb9"}.nc-glyph-chart-bar:before{content:"\ebba"}.nc-glyph-chart-bars:before{content:"\ebbb"}.nc-glyph-chart-growth:before{content:"\ebbc"}.nc-glyph-chart-pie-35:before{content:"\ebbd"}.nc-glyph-chart-pie-36:before{content:"\ebbe"}.nc-glyph-chart-pie:before{content:"\ebbf"}.nc-glyph-chart:before{content:"\ebc0"}.nc-glyph-chat-33:before{content:"\ebc1"}.nc-glyph-chat-45:before{content:"\ebc2"}.nc-glyph-chat-46:before{content:"\ebc3"}.nc-glyph-chat-content:before{content:"\ebc4"}.nc-glyph-chat-reply:before{content:"\ebc5"}.nc-glyph-chat-round-content:before{content:"\ebc6"}.nc-glyph-chat-round:before{content:"\ebc7"}.nc-glyph-chat:before{content:"\ebc8"}.nc-glyph-check-2:before{content:"\ebc9"}.nc-glyph-check-bold:before{content:"\ebca"}.nc-glyph-check-circle-07:before{content:"\ebcb"}.nc-glyph-check-circle-08:before{content:"\ebcc"}.nc-glyph-check-curve:before{content:"\ebcd"}.nc-glyph-check-in:before{content:"\ebce"}.nc-glyph-check-out:before{content:"\ebcf"}.nc-glyph-check-simple:before{content:"\ebd0"}.nc-glyph-check-small:before{content:"\ebd1"}.nc-glyph-check-square-09:before{content:"\ebd2"}.nc-glyph-check-square-11:before{content:"\ebd3"}.nc-glyph-check:before{content:"\ebd4"}.nc-glyph-cheese-24:before{content:"\ebd5"}.nc-glyph-cheese-87:before{content:"\ebd6"}.nc-glyph-cheeseburger:before{content:"\ebd7"}.nc-glyph-chef-hat:before{content:"\ebd8"}.nc-glyph-chef:before{content:"\ebd9"}.nc-glyph-cheque-2:before{content:"\ebda"}.nc-glyph-cheque-3:before{content:"\ebdb"}.nc-glyph-cheque:before{content:"\ebdc"}.nc-glyph-cherry:before{content:"\ebdd"}.nc-glyph-chicken-2:before{content:"\ebde"}.nc-glyph-chicken:before{content:"\ebdf"}.nc-glyph-child:before{content:"\ebe0"}.nc-glyph-chili:before{content:"\ebe1"}.nc-glyph-chimney:before{content:"\ebe2"}.nc-glyph-china:before{content:"\ebe3"}.nc-glyph-chinese:before{content:"\ebe4"}.nc-glyph-chips:before{content:"\ebe5"}.nc-glyph-choco-cream:before{content:"\ebe7"}.nc-glyph-chocolate-mousse:before{content:"\ebe6"}.nc-glyph-chocolate:before{content:"\ebe8"}.nc-glyph-church:before{content:"\ebe9"}.nc-glyph-churros:before{content:"\ebea"}.nc-glyph-circle-02:before{content:"\ebeb"}.nc-glyph-circle-03:before{content:"\ebec"}.nc-glyph-circle-04:before{content:"\ebed"}.nc-glyph-circle-08:before{content:"\ebee"}.nc-glyph-circle-09:before{content:"\ebef"}.nc-glyph-circle-10:before{content:"\ebf0"}.nc-glyph-circle-add:before{content:"\ebf1"}.nc-glyph-circle-bold-add:before{content:"\ebf2"}.nc-glyph-circle-bold-delete:before{content:"\ebf3"}.nc-glyph-circle-bold-remove:before{content:"\ebf4"}.nc-glyph-circle-delete:before{content:"\ebf5"}.nc-glyph-circle-down-12:before{content:"\ebf6"}.nc-glyph-circle-down-40:before{content:"\ebf7"}.nc-glyph-circle-in:before{content:"\ebf8"}.nc-glyph-circle-left-10:before{content:"\ebf9"}.nc-glyph-circle-left-38:before{content:"\ebfa"}.nc-glyph-circle-out:before{content:"\ebfb"}.nc-glyph-circle-remove:before{content:"\ebfc"}.nc-glyph-circle-right-09:before{content:"\ebfd"}.nc-glyph-circle-right-37:before{content:"\ebfe"}.nc-glyph-circle-simple-down:before{content:"\ebff"}.nc-glyph-circle-simple-left:before{content:"\ec00"}.nc-glyph-circle-simple-right:before{content:"\ec01"}.nc-glyph-circle-simple-up:before{content:"\ec02"}.nc-glyph-circle-up-11:before{content:"\ec03"}.nc-glyph-circle-up-39:before{content:"\ec04"}.nc-glyph-circle:before{content:"\ec05"}.nc-glyph-circuit-round:before{content:"\ec06"}.nc-glyph-circuit:before{content:"\ec07"}.nc-glyph-clone:before{content:"\ec08"}.nc-glyph-cloud-25:before{content:"\ec09"}.nc-glyph-cloud-26:before{content:"\ec0a"}.nc-glyph-cloud-download-93:before{content:"\ec0b"}.nc-glyph-cloud-download-95:before{content:"\ec0c"}.nc-glyph-cloud-drop:before{content:"\ec0d"}.nc-glyph-cloud-fog-31:before{content:"\ec0e"}.nc-glyph-cloud-fog-32:before{content:"\ec0f"}.nc-glyph-cloud-hail:before{content:"\ec10"}.nc-glyph-cloud-light:before{content:"\ec11"}.nc-glyph-cloud-moon:before{content:"\ec12"}.nc-glyph-cloud-rain:before{content:"\ec13"}.nc-glyph-cloud-rainbow:before{content:"\ec14"}.nc-glyph-cloud-snow-34:before{content:"\ec15"}.nc-glyph-cloud-snow-42:before{content:"\ec16"}.nc-glyph-cloud-sun-17:before{content:"\ec17"}.nc-glyph-cloud-sun-19:before{content:"\ec18"}.nc-glyph-cloud-upload-94:before{content:"\ec19"}.nc-glyph-cloud-upload-96:before{content:"\ec1a"}.nc-glyph-cloud:before{content:"\ec1b"}.nc-glyph-clover:before{content:"\ec1c"}.nc-glyph-coat-hanger:before{content:"\ec1d"}.nc-glyph-coat:before{content:"\ec1e"}.nc-glyph-cockade:before{content:"\ec1f"}.nc-glyph-cocktail:before{content:"\ec20"}.nc-glyph-code-editor:before{content:"\ec21"}.nc-glyph-code:before{content:"\ec22"}.nc-glyph-coffe-long:before{content:"\ec23"}.nc-glyph-coffee-2:before{content:"\ec24"}.nc-glyph-coffee-bean:before{content:"\ec25"}.nc-glyph-coffee-long:before{content:"\ec26"}.nc-glyph-coffee:before{content:"\ec27"}.nc-glyph-coffin:before{content:"\ec28"}.nc-glyph-coins:before{content:"\ec29"}.nc-glyph-collar:before{content:"\ec2a"}.nc-glyph-collection:before{content:"\ec2b"}.nc-glyph-color:before{content:"\ec2c"}.nc-glyph-command:before{content:"\ec2d"}.nc-glyph-comment-add:before{content:"\ec2e"}.nc-glyph-compare:before{content:"\ec2f"}.nc-glyph-compass-04:before{content:"\ec30"}.nc-glyph-compass-05:before{content:"\ec31"}.nc-glyph-compass-06:before{content:"\ec32"}.nc-glyph-compass-2:before{content:"\ec33"}.nc-glyph-compass-3:before{content:"\ec34"}.nc-glyph-compass:before{content:"\ec35"}.nc-glyph-components:before{content:"\ec36"}.nc-glyph-computer-monitor:before{content:"\ec37"}.nc-glyph-computer-old:before{content:"\ec38"}.nc-glyph-computer-upload:before{content:"\ec39"}.nc-glyph-computer:before{content:"\ec3a"}.nc-glyph-cone:before{content:"\ec3b"}.nc-glyph-connect:before{content:"\ec3c"}.nc-glyph-connection:before{content:"\ec3d"}.nc-glyph-contacts-2:before{content:"\ec3e"}.nc-glyph-contacts-44:before{content:"\ec3f"}.nc-glyph-contacts-45:before{content:"\ec40"}.nc-glyph-contacts:before{content:"\ec41"}.nc-glyph-contrast-2:before{content:"\ec42"}.nc-glyph-contrast:before{content:"\ec43"}.nc-glyph-controller-2:before{content:"\ec44"}.nc-glyph-controller-3:before{content:"\ec45"}.nc-glyph-controller:before{content:"\ec46"}.nc-glyph-conversion:before{content:"\ec47"}.nc-glyph-cookies:before{content:"\ec48"}.nc-glyph-copy-2:before{content:"\ec49"}.nc-glyph-copy:before{content:"\ec4a"}.nc-glyph-corn:before{content:"\ec4b"}.nc-glyph-corner-down-round:before{content:"\ec4c"}.nc-glyph-corner-down:before{content:"\ec4d"}.nc-glyph-corner-left-down:before{content:"\ec4e"}.nc-glyph-corner-left-round:before{content:"\ec4f"}.nc-glyph-corner-left:before{content:"\ec50"}.nc-glyph-corner-right-down:before{content:"\ec51"}.nc-glyph-corner-right-round:before{content:"\ec52"}.nc-glyph-corner-right:before{content:"\ec53"}.nc-glyph-corner-up-left:before{content:"\ec54"}.nc-glyph-corner-up-right:before{content:"\ec55"}.nc-glyph-corner-up-round:before{content:"\ec56"}.nc-glyph-corner-up:before{content:"\ec57"}.nc-glyph-corset:before{content:"\ec58"}.nc-glyph-countdown-34:before{content:"\ec59"}.nc-glyph-countdown-35:before{content:"\ec5a"}.nc-glyph-couple-gay:before{content:"\ec5b"}.nc-glyph-couple-lesbian:before{content:"\ec5c"}.nc-glyph-coupon:before{content:"\ec5d"}.nc-glyph-course:before{content:"\ec5e"}.nc-glyph-cow:before{content:"\ec5f"}.nc-glyph-crab:before{content:"\ec60"}.nc-glyph-cradle:before{content:"\ec61"}.nc-glyph-credit-card-in:before{content:"\ec62"}.nc-glyph-credit-card:before{content:"\ec63"}.nc-glyph-credit-locked:before{content:"\ec64"}.nc-glyph-crepe:before{content:"\ec65"}.nc-glyph-cricket:before{content:"\ec66"}.nc-glyph-croissant:before{content:"\ec67"}.nc-glyph-crop:before{content:"\ec68"}.nc-glyph-cross-down:before{content:"\ec69"}.nc-glyph-cross-horizontal:before{content:"\ec6a"}.nc-glyph-cross-left:before{content:"\ec6b"}.nc-glyph-cross-right:before{content:"\ec6c"}.nc-glyph-cross-up:before{content:"\ec6d"}.nc-glyph-cross-vertical:before{content:"\ec6e"}.nc-glyph-cross:before{content:"\ec6f"}.nc-glyph-crosshair:before{content:"\ec70"}.nc-glyph-crown:before{content:"\ec71"}.nc-glyph-crumpet:before{content:"\ec72"}.nc-glyph-cry-15:before{content:"\ec73"}.nc-glyph-cry-57:before{content:"\ec74"}.nc-glyph-css3:before{content:"\ec75"}.nc-glyph-cupcake:before{content:"\ec76"}.nc-glyph-currency-dollar:before{content:"\ec77"}.nc-glyph-currency-euro:before{content:"\ec78"}.nc-glyph-currency-exchange:before{content:"\ec79"}.nc-glyph-currency-pound:before{content:"\ec7a"}.nc-glyph-currency-yen:before{content:"\ec7b"}.nc-glyph-cursor-48:before{content:"\ec7c"}.nc-glyph-cursor-49:before{content:"\ec7d"}.nc-glyph-cursor-add:before{content:"\ec7e"}.nc-glyph-cursor-grab:before{content:"\ec7f"}.nc-glyph-cursor-load:before{content:"\ec80"}.nc-glyph-cursor-menu:before{content:"\ec81"}.nc-glyph-cursor-not-allowed:before{content:"\ec82"}.nc-glyph-cursor-pointer:before{content:"\ec83"}.nc-glyph-cursor-text:before{content:"\ec84"}.nc-glyph-curtain:before{content:"\ec85"}.nc-glyph-curve-circuit:before{content:"\ec86"}.nc-glyph-curve-directions:before{content:"\ec87"}.nc-glyph-curve-split:before{content:"\ec88"}.nc-glyph-curved-next:before{content:"\ec89"}.nc-glyph-curved-previous:before{content:"\ec8a"}.nc-glyph-customer-support:before{content:"\ec8b"}.nc-glyph-cut:before{content:"\ec8c"}.nc-glyph-cute:before{content:"\ec8d"}.nc-glyph-cutlery-75:before{content:"\ec8e"}.nc-glyph-cutlery-76:before{content:"\ec8f"}.nc-glyph-cutlery-77:before{content:"\ec90"}.nc-glyph-cutlery:before{content:"\ec91"}.nc-glyph-cyclist:before{content:"\ec92"}.nc-glyph-dart:before{content:"\ec93"}.nc-glyph-dashboard-29:before{content:"\ec94"}.nc-glyph-dashboard-30:before{content:"\ec95"}.nc-glyph-dashboard-half:before{content:"\ec96"}.nc-glyph-dashboard-level:before{content:"\ec97"}.nc-glyph-database:before{content:"\ec98"}.nc-glyph-dead-hand:before{content:"\ec99"}.nc-glyph-decoration:before{content:"\ec9a"}.nc-glyph-deer:before{content:"\ec9b"}.nc-glyph-delete-28:before{content:"\ec9c"}.nc-glyph-delete-30:before{content:"\ec9d"}.nc-glyph-delete-49:before{content:"\ec9e"}.nc-glyph-delete-50:before{content:"\ec9f"}.nc-glyph-delivery-2:before{content:"\eca0"}.nc-glyph-delivery-3:before{content:"\eca1"}.nc-glyph-delivery-fast:before{content:"\eca2"}.nc-glyph-delivery-time:before{content:"\eca3"}.nc-glyph-delivery-track:before{content:"\eca4"}.nc-glyph-delivery:before{content:"\eca5"}.nc-glyph-design-system:before{content:"\eca6"}.nc-glyph-design:before{content:"\eca7"}.nc-glyph-desk-drawer:before{content:"\eca8"}.nc-glyph-desk:before{content:"\eca9"}.nc-glyph-desktop-screen:before{content:"\ecaa"}.nc-glyph-desktop:before{content:"\ecab"}.nc-glyph-detox:before{content:"\ecac"}.nc-glyph-dev:before{content:"\ecad"}.nc-glyph-device-connection:before{content:"\ecae"}.nc-glyph-devil:before{content:"\ecaf"}.nc-glyph-diag-bottom-left:before{content:"\ecb0"}.nc-glyph-diag-bottom-right:before{content:"\ecb1"}.nc-glyph-diag-top-left:before{content:"\ecb2"}.nc-glyph-diag-top-right:before{content:"\ecb3"}.nc-glyph-diamond:before{content:"\ecb4"}.nc-glyph-dice:before{content:"\ecb5"}.nc-glyph-diet-plan:before{content:"\ecb6"}.nc-glyph-diet:before{content:"\ecb7"}.nc-glyph-direction-53:before{content:"\ecb8"}.nc-glyph-direction-56:before{content:"\ecb9"}.nc-glyph-direction:before{content:"\ecba"}.nc-glyph-directions:before{content:"\ecbb"}.nc-glyph-disabled:before{content:"\ecbc"}.nc-glyph-discord:before{content:"\ecbd"}.nc-glyph-discount-2:before{content:"\ecbe"}.nc-glyph-discount:before{content:"\ecbf"}.nc-glyph-disgusted:before{content:"\ecc0"}.nc-glyph-dish:before{content:"\ecc1"}.nc-glyph-dishwasher:before{content:"\ecc2"}.nc-glyph-disk-2:before{content:"\ecc3"}.nc-glyph-disk-reader:before{content:"\ecc4"}.nc-glyph-disk:before{content:"\ecc5"}.nc-glyph-disperse:before{content:"\ecc6"}.nc-glyph-distribute-horizontal:before{content:"\ecc7"}.nc-glyph-distribute-vertical:before{content:"\ecc8"}.nc-glyph-divider:before{content:"\ecc9"}.nc-glyph-dna-27:before{content:"\ecca"}.nc-glyph-dna-38:before{content:"\eccb"}.nc-glyph-dock-bottom:before{content:"\eccc"}.nc-glyph-dock-left:before{content:"\eccd"}.nc-glyph-dock-right:before{content:"\ecce"}.nc-glyph-dock-top:before{content:"\eccf"}.nc-glyph-dock:before{content:"\ecd0"}.nc-glyph-doctor:before{content:"\ecd1"}.nc-glyph-dog-house:before{content:"\ecd2"}.nc-glyph-dog:before{content:"\ecd3"}.nc-glyph-donut:before{content:"\ecd4"}.nc-glyph-door:before{content:"\ecd5"}.nc-glyph-dots-05:before{content:"\ecd6"}.nc-glyph-dots-06:before{content:"\ecd7"}.nc-glyph-dots-07:before{content:"\ecd8"}.nc-glyph-dots-download:before{content:"\ecd9"}.nc-glyph-dots-upload:before{content:"\ecda"}.nc-glyph-dots:before{content:"\ecdb"}.nc-glyph-double-left:before{content:"\ecdc"}.nc-glyph-double-right:before{content:"\ecdd"}.nc-glyph-double-tap:before{content:"\ecde"}.nc-glyph-download-2:before{content:"\ecdf"}.nc-glyph-download-3:before{content:"\ece0"}.nc-glyph-download:before{content:"\ece1"}.nc-glyph-drag-21:before{content:"\ece2"}.nc-glyph-drag-31:before{content:"\ece3"}.nc-glyph-drag-down:before{content:"\ece4"}.nc-glyph-drag-left:before{content:"\ece5"}.nc-glyph-drag-right:before{content:"\ece6"}.nc-glyph-drag-up:before{content:"\ece7"}.nc-glyph-drag:before{content:"\ece8"}.nc-glyph-drawer-2:before{content:"\ece9"}.nc-glyph-drawer:before{content:"\ecea"}.nc-glyph-dress-man:before{content:"\eceb"}.nc-glyph-dress-woman:before{content:"\ecec"}.nc-glyph-drink-2:before{content:"\ecee"}.nc-glyph-drink-list:before{content:"\eced"}.nc-glyph-drink:before{content:"\ecef"}.nc-glyph-drop-15:before{content:"\ecf0"}.nc-glyph-drop:before{content:"\ecf1"}.nc-glyph-drops:before{content:"\ecf3"}.nc-glyph-dumbbells:before{content:"\ecf2"}.nc-glyph-eclipse:before{content:"\ecf4"}.nc-glyph-edit-2:before{content:"\ecf5"}.nc-glyph-edit-71:before{content:"\ecf6"}.nc-glyph-edit-72:before{content:"\ecf7"}.nc-glyph-edit-73:before{content:"\ecf8"}.nc-glyph-edit-74:before{content:"\ecf9"}.nc-glyph-edit-75:before{content:"\ecfa"}.nc-glyph-edit-76:before{content:"\ecfb"}.nc-glyph-edit-77:before{content:"\ecfc"}.nc-glyph-edit-78:before{content:"\ecfd"}.nc-glyph-edit-color:before{content:"\ecfe"}.nc-glyph-edit-contrast-42:before{content:"\ecff"}.nc-glyph-edit-contrast-43:before{content:"\ed00"}.nc-glyph-edit-saturation:before{content:"\ed01"}.nc-glyph-edit:before{content:"\ed02"}.nc-glyph-egg-38:before{content:"\ed03"}.nc-glyph-egg-39:before{content:"\ed04"}.nc-glyph-egg:before{content:"\ed05"}.nc-glyph-eject:before{content:"\ed06"}.nc-glyph-email-83:before{content:"\ed07"}.nc-glyph-email-84:before{content:"\ed08"}.nc-glyph-email-85:before{content:"\ed09"}.nc-glyph-energy-drink-2:before{content:"\ed0a"}.nc-glyph-energy-drink:before{content:"\ed0b"}.nc-glyph-energy-supplement:before{content:"\ed0c"}.nc-glyph-energy:before{content:"\ed0d"}.nc-glyph-engine-start:before{content:"\ed0e"}.nc-glyph-engine:before{content:"\ed0f"}.nc-glyph-enlarge-45:before{content:"\ed10"}.nc-glyph-enlarge-46:before{content:"\ed11"}.nc-glyph-enlarge-57:before{content:"\ed12"}.nc-glyph-enlarge-58:before{content:"\ed13"}.nc-glyph-enlarge-59:before{content:"\ed14"}.nc-glyph-enlarge-circle:before{content:"\ed15"}.nc-glyph-enlarge-diagonal-43:before{content:"\ed16"}.nc-glyph-enlarge-diagonal-44:before{content:"\ed17"}.nc-glyph-enlarge-horizontal:before{content:"\ed18"}.nc-glyph-enlarge-vertical:before{content:"\ed19"}.nc-glyph-eraser-32:before{content:"\ed1a"}.nc-glyph-eraser-33:before{content:"\ed1b"}.nc-glyph-eraser-46:before{content:"\ed1c"}.nc-glyph-event-confirm:before{content:"\ed1d"}.nc-glyph-event-create:before{content:"\ed1e"}.nc-glyph-exchange:before{content:"\ed1f"}.nc-glyph-exclamation:before{content:"\ed20"}.nc-glyph-explore-2:before{content:"\ed21"}.nc-glyph-explore-user:before{content:"\ed22"}.nc-glyph-explore:before{content:"\ed23"}.nc-glyph-export:before{content:"\ed24"}.nc-glyph-eye-17:before{content:"\ed25"}.nc-glyph-eye-19:before{content:"\ed26"}.nc-glyph-eye-ban-18:before{content:"\ed27"}.nc-glyph-eye-ban-20:before{content:"\ed28"}.nc-glyph-factory:before{content:"\ed29"}.nc-glyph-fahrenheit:before{content:"\ed2a"}.nc-glyph-family:before{content:"\ed2b"}.nc-glyph-fat-add:before{content:"\ed2c"}.nc-glyph-fat-delete:before{content:"\ed2d"}.nc-glyph-fat-remove:before{content:"\ed2e"}.nc-glyph-fav-remove:before{content:"\ed2f"}.nc-glyph-favourite-28:before{content:"\ed30"}.nc-glyph-favourite-31:before{content:"\ed31"}.nc-glyph-favourite-add-29:before{content:"\ed32"}.nc-glyph-favourite-add-32:before{content:"\ed33"}.nc-glyph-favourite-remove-30:before{content:"\ed34"}.nc-glyph-favourite-remove-33:before{content:"\ed35"}.nc-glyph-fencing:before{content:"\ed36"}.nc-glyph-file-add:before{content:"\ed37"}.nc-glyph-file-delete:before{content:"\ed38"}.nc-glyph-file-download-87:before{content:"\ed39"}.nc-glyph-file-download-89:before{content:"\ed3a"}.nc-glyph-file-download-94:before{content:"\ed3b"}.nc-glyph-file-upload-86:before{content:"\ed3c"}.nc-glyph-file-upload-88:before{content:"\ed3d"}.nc-glyph-file-upload-93:before{content:"\ed3e"}.nc-glyph-filter-check:before{content:"\ed3f"}.nc-glyph-filter-organization:before{content:"\ed40"}.nc-glyph-filter-remove:before{content:"\ed41"}.nc-glyph-filter:before{content:"\ed42"}.nc-glyph-fire:before{content:"\ed43"}.nc-glyph-firewall:before{content:"\ed44"}.nc-glyph-fish:before{content:"\ed45"}.nc-glyph-fishbone:before{content:"\ed46"}.nc-glyph-fishing:before{content:"\ed47"}.nc-glyph-fist:before{content:"\ed48"}.nc-glyph-fit-horizontal:before{content:"\ed49"}.nc-glyph-fit-vertical:before{content:"\ed4a"}.nc-glyph-flag-complex:before{content:"\ed4b"}.nc-glyph-flag-diagonal-33:before{content:"\ed4c"}.nc-glyph-flag-diagonal-34:before{content:"\ed4d"}.nc-glyph-flag-finish:before{content:"\ed4e"}.nc-glyph-flag-points-31:before{content:"\ed4f"}.nc-glyph-flag-points-32:before{content:"\ed50"}.nc-glyph-flag-simple:before{content:"\ed51"}.nc-glyph-flag-triangle:before{content:"\ed52"}.nc-glyph-flag:before{content:"\ed53"}.nc-glyph-flame:before{content:"\ed54"}.nc-glyph-flash-21:before{content:"\ed55"}.nc-glyph-flash-24:before{content:"\ed56"}.nc-glyph-flash-29:before{content:"\ed57"}.nc-glyph-flash-auto-22:before{content:"\ed58"}.nc-glyph-flash-auto-25:before{content:"\ed59"}.nc-glyph-flash-off-23:before{content:"\ed5a"}.nc-glyph-flash-off-26:before{content:"\ed5b"}.nc-glyph-flask-2:before{content:"\ed5c"}.nc-glyph-flask:before{content:"\ed5d"}.nc-glyph-flick-down:before{content:"\ed5e"}.nc-glyph-flick-left:before{content:"\ed5f"}.nc-glyph-flick-right:before{content:"\ed60"}.nc-glyph-flick-up:before{content:"\ed61"}.nc-glyph-flip-horizontal:before{content:"\ed63"}.nc-glyph-flip-vertical:before{content:"\ed62"}.nc-glyph-flip:before{content:"\ed64"}.nc-glyph-flower-05:before{content:"\ed66"}.nc-glyph-flower-06:before{content:"\ed65"}.nc-glyph-flower-07:before{content:"\ed67"}.nc-glyph-focus-32:before{content:"\ed68"}.nc-glyph-focus-38:before{content:"\ed69"}.nc-glyph-focus-40:before{content:"\ed6a"}.nc-glyph-focus-circle:before{content:"\ed6b"}.nc-glyph-focus:before{content:"\ed6c"}.nc-glyph-fog:before{content:"\ed6d"}.nc-glyph-folder-13:before{content:"\ed6e"}.nc-glyph-folder-14:before{content:"\ed6f"}.nc-glyph-folder-15:before{content:"\ed70"}.nc-glyph-folder-16:before{content:"\ed73"}.nc-glyph-folder-17:before{content:"\ed71"}.nc-glyph-folder-18:before{content:"\ed72"}.nc-glyph-folder-19:before{content:"\ed74"}.nc-glyph-folder-add:before{content:"\ed75"}.nc-glyph-folder-audio:before{content:"\ed76"}.nc-glyph-folder-bookmark:before{content:"\ed77"}.nc-glyph-folder-chart-bar:before{content:"\ed78"}.nc-glyph-folder-chart-pie:before{content:"\ed79"}.nc-glyph-folder-check:before{content:"\ed7a"}.nc-glyph-folder-cloud:before{content:"\ed7b"}.nc-glyph-folder-dev:before{content:"\ed7c"}.nc-glyph-folder-download:before{content:"\ed7d"}.nc-glyph-folder-edit:before{content:"\ed7e"}.nc-glyph-folder-exclamation:before{content:"\ed7f"}.nc-glyph-folder-gallery:before{content:"\ed80"}.nc-glyph-folder-heart:before{content:"\ed81"}.nc-glyph-folder-image:before{content:"\ed82"}.nc-glyph-folder-info:before{content:"\ed83"}.nc-glyph-folder-link:before{content:"\ed84"}.nc-glyph-folder-locked:before{content:"\ed85"}.nc-glyph-folder-money:before{content:"\ed86"}.nc-glyph-folder-music:before{content:"\ed87"}.nc-glyph-folder-no-access:before{content:"\ed88"}.nc-glyph-folder-play:before{content:"\ed89"}.nc-glyph-folder-question:before{content:"\ed8a"}.nc-glyph-folder-refresh:before{content:"\ed8b"}.nc-glyph-folder-remove:before{content:"\ed8c"}.nc-glyph-folder-search:before{content:"\ed8d"}.nc-glyph-folder-settings-81:before{content:"\ed8e"}.nc-glyph-folder-settings-97:before{content:"\ed8f"}.nc-glyph-folder-shared:before{content:"\ed90"}.nc-glyph-folder-star:before{content:"\ed91"}.nc-glyph-folder-time:before{content:"\ed92"}.nc-glyph-folder-upload:before{content:"\ed93"}.nc-glyph-folder-user:before{content:"\ed94"}.nc-glyph-folder-vector:before{content:"\ed95"}.nc-glyph-food-dog:before{content:"\ed96"}.nc-glyph-food-scale:before{content:"\ed97"}.nc-glyph-food:before{content:"\ed98"}.nc-glyph-football-headguard:before{content:"\ed99"}.nc-glyph-forecast:before{content:"\ed9a"}.nc-glyph-forest:before{content:"\ed9b"}.nc-glyph-fork-round:before{content:"\ed9c"}.nc-glyph-fork:before{content:"\ed9d"}.nc-glyph-form:before{content:"\ed9e"}.nc-glyph-format-left:before{content:"\ed9f"}.nc-glyph-format-right:before{content:"\eda0"}.nc-glyph-forward:before{content:"\eda1"}.nc-glyph-frame-12:before{content:"\eda2"}.nc-glyph-frame-41:before{content:"\eda3"}.nc-glyph-frame:before{content:"\eda4"}.nc-glyph-frankenstein:before{content:"\eda5"}.nc-glyph-fridge:before{content:"\eda6"}.nc-glyph-fuel-2:before{content:"\eda7"}.nc-glyph-fuel-electric:before{content:"\eda8"}.nc-glyph-fuel:before{content:"\eda9"}.nc-glyph-full-screen:before{content:"\edaa"}.nc-glyph-fullscreen-70:before{content:"\edab"}.nc-glyph-fullscreen-71:before{content:"\edac"}.nc-glyph-fullscreen-76:before{content:"\edad"}.nc-glyph-fullscreen-77:before{content:"\edae"}.nc-glyph-fullscreen-double-74:before{content:"\edaf"}.nc-glyph-fullscreen-double-75:before{content:"\edb0"}.nc-glyph-fullscreen-split-72:before{content:"\edb1"}.nc-glyph-fullscreen-split-73:before{content:"\edb2"}.nc-glyph-fullsize:before{content:"\edb3"}.nc-glyph-funnel-39:before{content:"\edb4"}.nc-glyph-funnel-40:before{content:"\edb5"}.nc-glyph-funnel-41:before{content:"\edb6"}.nc-glyph-gallery:before{content:"\edb7"}.nc-glyph-gantt:before{content:"\edb8"}.nc-glyph-garlic:before{content:"\edb9"}.nc-glyph-ghost-2:before{content:"\edba"}.nc-glyph-ghost:before{content:"\edbb"}.nc-glyph-gift-2:before{content:"\edbc"}.nc-glyph-gift-exchange:before{content:"\edbd"}.nc-glyph-gift:before{content:"\edbe"}.nc-glyph-git-commit:before{content:"\edbf"}.nc-glyph-glass-water:before{content:"\edc0"}.nc-glyph-glass:before{content:"\edc1"}.nc-glyph-glasses-2:before{content:"\edc2"}.nc-glyph-glasses:before{content:"\edc3"}.nc-glyph-globe-2:before{content:"\edc4"}.nc-glyph-globe:before{content:"\edc5"}.nc-glyph-glove:before{content:"\edc6"}.nc-glyph-gloves:before{content:"\edc7"}.nc-glyph-goal-64:before{content:"\edc8"}.nc-glyph-goal-65:before{content:"\edc9"}.nc-glyph-gold:before{content:"\edca"}.nc-glyph-golf:before{content:"\edcb"}.nc-glyph-gps:before{content:"\edcc"}.nc-glyph-grab:before{content:"\edcd"}.nc-glyph-gradient:before{content:"\edce"}.nc-glyph-grammar-check:before{content:"\edcf"}.nc-glyph-grape:before{content:"\edd0"}.nc-glyph-grave:before{content:"\edd1"}.nc-glyph-grid-45:before{content:"\edd2"}.nc-glyph-grid-46:before{content:"\edd3"}.nc-glyph-grid-48:before{content:"\edd4"}.nc-glyph-grid-49:before{content:"\edd5"}.nc-glyph-grid-50:before{content:"\edd6"}.nc-glyph-grid-square:before{content:"\edd7"}.nc-glyph-grid-system:before{content:"\edd8"}.nc-glyph-grid:before{content:"\edd9"}.nc-glyph-group:before{content:"\edda"}.nc-glyph-guitar:before{content:"\eddb"}.nc-glyph-hammer:before{content:"\eddc"}.nc-glyph-hand-card:before{content:"\eddd"}.nc-glyph-handout:before{content:"\edde"}.nc-glyph-handshake:before{content:"\eddf"}.nc-glyph-hanger-clothes:before{content:"\ede0"}.nc-glyph-hanger:before{content:"\ede1"}.nc-glyph-hannibal:before{content:"\ede2"}.nc-glyph-happy-sun:before{content:"\ede3"}.nc-glyph-hat-2:before{content:"\ede4"}.nc-glyph-hat-3:before{content:"\ede5"}.nc-glyph-hat-top:before{content:"\ede6"}.nc-glyph-hat:before{content:"\ede7"}.nc-glyph-hazelnut:before{content:"\ede8"}.nc-glyph-hdmi:before{content:"\ede9"}.nc-glyph-headphone:before{content:"\edea"}.nc-glyph-headphones-2:before{content:"\edeb"}.nc-glyph-headphones-mic:before{content:"\edec"}.nc-glyph-headphones:before{content:"\eded"}.nc-glyph-headset:before{content:"\edee"}.nc-glyph-heart-2:before{content:"\edef"}.nc-glyph-heart-add:before{content:"\edf0"}.nc-glyph-heart-remove:before{content:"\edf1"}.nc-glyph-heart:before{content:"\edf2"}.nc-glyph-heartbeat:before{content:"\edf3"}.nc-glyph-heater:before{content:"\edf4"}.nc-glyph-height:before{content:"\edf5"}.nc-glyph-helicopter:before{content:"\edf6"}.nc-glyph-helmet-2:before{content:"\edf7"}.nc-glyph-helmet:before{content:"\edf8"}.nc-glyph-hierarchy-53:before{content:"\edf9"}.nc-glyph-hierarchy-54:before{content:"\edfa"}.nc-glyph-hierarchy-55:before{content:"\edfb"}.nc-glyph-hierarchy-56:before{content:"\edfc"}.nc-glyph-hit-down:before{content:"\edfd"}.nc-glyph-hit-left:before{content:"\edfe"}.nc-glyph-hit-right:before{content:"\edff"}.nc-glyph-hit-up:before{content:"\ee00"}.nc-glyph-hob:before{content:"\ee01"}.nc-glyph-hockey:before{content:"\ee02"}.nc-glyph-hold:before{content:"\ee03"}.nc-glyph-home-2:before{content:"\ee04"}.nc-glyph-home-51:before{content:"\ee05"}.nc-glyph-home-52:before{content:"\ee06"}.nc-glyph-home-minimal:before{content:"\ee07"}.nc-glyph-home-search:before{content:"\ee08"}.nc-glyph-home-simple:before{content:"\ee09"}.nc-glyph-home:before{content:"\ee0a"}.nc-glyph-honey:before{content:"\ee0b"}.nc-glyph-hoodie:before{content:"\ee0c"}.nc-glyph-hospital-32:before{content:"\ee0d"}.nc-glyph-hospital-33:before{content:"\ee0e"}.nc-glyph-hospital-34:before{content:"\ee0f"}.nc-glyph-hot-dog:before{content:"\ee10"}.nc-glyph-hotel-bell:before{content:"\ee11"}.nc-glyph-hotel-symbol:before{content:"\ee12"}.nc-glyph-hotel:before{content:"\ee13"}.nc-glyph-hourglass:before{content:"\ee14"}.nc-glyph-html5:before{content:"\ee15"}.nc-glyph-humidity-26:before{content:"\ee16"}.nc-glyph-humidity-52:before{content:"\ee17"}.nc-glyph-hurricane-44:before{content:"\ee18"}.nc-glyph-hurricane-45:before{content:"\ee19"}.nc-glyph-hut:before{content:"\ee1a"}.nc-glyph-hybrid:before{content:"\ee1b"}.nc-glyph-ice-cream-22:before{content:"\ee1c"}.nc-glyph-ice-cream-72:before{content:"\ee1d"}.nc-glyph-ice-cream:before{content:"\ee1e"}.nc-glyph-igloo:before{content:"\ee1f"}.nc-glyph-image-01:before{content:"\ee20"}.nc-glyph-image-02:before{content:"\ee21"}.nc-glyph-image-05:before{content:"\ee22"}.nc-glyph-image-2:before{content:"\ee23"}.nc-glyph-image-3:before{content:"\ee24"}.nc-glyph-image-add:before{content:"\ee25"}.nc-glyph-image-delete:before{content:"\ee26"}.nc-glyph-image-location:before{content:"\ee27"}.nc-glyph-image:before{content:"\ee28"}.nc-glyph-infinite:before{content:"\ee29"}.nc-glyph-info:before{content:"\ee2a"}.nc-glyph-input-12:before{content:"\ee2b"}.nc-glyph-input-21:before{content:"\ee2c"}.nc-glyph-intestine:before{content:"\ee2d"}.nc-glyph-invert:before{content:"\ee2e"}.nc-glyph-iron-2:before{content:"\ee2f"}.nc-glyph-iron-dont:before{content:"\ee30"}.nc-glyph-iron:before{content:"\ee31"}.nc-glyph-istanbul:before{content:"\ee32"}.nc-glyph-italic:before{content:"\ee33"}.nc-glyph-jam:before{content:"\ee34"}.nc-glyph-jeans-41:before{content:"\ee35"}.nc-glyph-jeans-43:before{content:"\ee36"}.nc-glyph-jeans-pocket:before{content:"\ee37"}.nc-glyph-jelly:before{content:"\ee38"}.nc-glyph-jellyfish:before{content:"\ee39"}.nc-glyph-journey-04:before{content:"\ee3a"}.nc-glyph-journey-05:before{content:"\ee3b"}.nc-glyph-journey-06:before{content:"\ee3c"}.nc-glyph-journey-07:before{content:"\ee3d"}.nc-glyph-journey-08:before{content:"\ee3e"}.nc-glyph-juice:before{content:"\ee3f"}.nc-glyph-kettle:before{content:"\ee40"}.nc-glyph-kettlebell:before{content:"\ee41"}.nc-glyph-key-25:before{content:"\ee42"}.nc-glyph-key-26:before{content:"\ee43"}.nc-glyph-keyboard-hide:before{content:"\ee44"}.nc-glyph-keyboard-mouse:before{content:"\ee45"}.nc-glyph-keyboard-wifi:before{content:"\ee46"}.nc-glyph-keyboard-wireless:before{content:"\ee47"}.nc-glyph-keyboard:before{content:"\ee48"}.nc-glyph-kid-2:before{content:"\ee49"}.nc-glyph-kid:before{content:"\ee4a"}.nc-glyph-kiss:before{content:"\ee4b"}.nc-glyph-kitchen-fan:before{content:"\ee4c"}.nc-glyph-kitchen:before{content:"\ee4d"}.nc-glyph-kiwi:before{content:"\ee4e"}.nc-glyph-knife:before{content:"\ee4f"}.nc-glyph-knob:before{content:"\ee50"}.nc-glyph-l-add:before{content:"\ee51"}.nc-glyph-l-check:before{content:"\ee52"}.nc-glyph-l-circle:before{content:"\ee53"}.nc-glyph-l-circles:before{content:"\ee54"}.nc-glyph-l-location:before{content:"\ee55"}.nc-glyph-l-remove:before{content:"\ee56"}.nc-glyph-l-search:before{content:"\ee57"}.nc-glyph-l-security:before{content:"\ee58"}.nc-glyph-l-settings:before{content:"\ee59"}.nc-glyph-l-sync:before{content:"\ee5a"}.nc-glyph-l-system-update:before{content:"\ee5b"}.nc-glyph-lab:before{content:"\ee5c"}.nc-glyph-lamp-2:before{content:"\ee5d"}.nc-glyph-lamp-3:before{content:"\ee5e"}.nc-glyph-lamp-floor:before{content:"\ee5f"}.nc-glyph-lamp:before{content:"\ee60"}.nc-glyph-language:before{content:"\ee61"}.nc-glyph-laptop-1:before{content:"\ee62"}.nc-glyph-laptop-2:before{content:"\ee63"}.nc-glyph-laptop-71:before{content:"\ee64"}.nc-glyph-laptop-72:before{content:"\ee65"}.nc-glyph-laptop:before{content:"\ee66"}.nc-glyph-laugh-17:before{content:"\ee67"}.nc-glyph-laugh-35:before{content:"\ee68"}.nc-glyph-launch-11:before{content:"\ee69"}.nc-glyph-launch-47:before{content:"\ee6a"}.nc-glyph-law:before{content:"\ee6b"}.nc-glyph-layers-2:before{content:"\ee6c"}.nc-glyph-layers-3:before{content:"\ee6d"}.nc-glyph-layers:before{content:"\ee6e"}.nc-glyph-layout-11:before{content:"\ee6f"}.nc-glyph-layout-25:before{content:"\ee70"}.nc-glyph-leaf-36:before{content:"\ee71"}.nc-glyph-leaf-38:before{content:"\ee72"}.nc-glyph-leaf-80:before{content:"\ee73"}.nc-glyph-leaf-81:before{content:"\ee74"}.nc-glyph-leaf-edit:before{content:"\ee75"}.nc-glyph-lemon-slice:before{content:"\ee76"}.nc-glyph-lemon:before{content:"\ee77"}.nc-glyph-lens-31:before{content:"\ee78"}.nc-glyph-lens-56:before{content:"\ee79"}.nc-glyph-library:before{content:"\ee7a"}.nc-glyph-light-2:before{content:"\ee7b"}.nc-glyph-light-3:before{content:"\ee7c"}.nc-glyph-light-traffic:before{content:"\ee7d"}.nc-glyph-light:before{content:"\ee7e"}.nc-glyph-lighter:before{content:"\ee7f"}.nc-glyph-lighthouse:before{content:"\ee80"}.nc-glyph-like-2:before{content:"\ee81"}.nc-glyph-like-no:before{content:"\ee82"}.nc-glyph-like:before{content:"\ee83"}.nc-glyph-line-height:before{content:"\ee84"}.nc-glyph-lines:before{content:"\ee85"}.nc-glyph-link-2:before{content:"\ee86"}.nc-glyph-link-66:before{content:"\ee87"}.nc-glyph-link-67:before{content:"\ee88"}.nc-glyph-link-68:before{content:"\ee89"}.nc-glyph-link-69:before{content:"\ee8a"}.nc-glyph-link-71:before{content:"\ee8b"}.nc-glyph-link-72:before{content:"\ee8c"}.nc-glyph-link-broken-70:before{content:"\ee8d"}.nc-glyph-link-broken-73:before{content:"\ee8e"}.nc-glyph-link:before{content:"\ee8f"}.nc-glyph-list-bullet:before{content:"\ee90"}.nc-glyph-list-numbers:before{content:"\ee91"}.nc-glyph-list:before{content:"\ee92"}.nc-glyph-lobster:before{content:"\ee93"}.nc-glyph-lock-circle-open:before{content:"\ee94"}.nc-glyph-lock-circle:before{content:"\ee95"}.nc-glyph-lock-landscape:before{content:"\ee96"}.nc-glyph-lock-open:before{content:"\ee97"}.nc-glyph-lock-portrait:before{content:"\ee98"}.nc-glyph-lock:before{content:"\ee99"}.nc-glyph-locked:before{content:"\ee9a"}.nc-glyph-log-in:before{content:"\ee9b"}.nc-glyph-log-out-2:before{content:"\ee9c"}.nc-glyph-log-out:before{content:"\ee9d"}.nc-glyph-logo-500px:before{content:"\ee9e"}.nc-glyph-logo-angellist:before{content:"\ee9f"}.nc-glyph-logo-behance:before{content:"\eea0"}.nc-glyph-logo-blogger:before{content:"\eea1"}.nc-glyph-logo-buffer:before{content:"\eea2"}.nc-glyph-logo-buysellads:before{content:"\eea3"}.nc-glyph-logo-codepen:before{content:"\eea4"}.nc-glyph-logo-creative-market:before{content:"\eea5"}.nc-glyph-logo-crunchbase:before{content:"\eea6"}.nc-glyph-logo-deviantart:before{content:"\eea7"}.nc-glyph-logo-dribbble:before{content:"\eea8"}.nc-glyph-logo-dropbox:before{content:"\eea9"}.nc-glyph-logo-envato:before{content:"\eeaa"}.nc-glyph-logo-evernote:before{content:"\eeab"}.nc-glyph-logo-facebook:before{content:"\eeac"}.nc-glyph-logo-fb-simple:before{content:"\eead"}.nc-glyph-logo-feedly:before{content:"\eeae"}.nc-glyph-logo-flickr:before{content:"\eeaf"}.nc-glyph-logo-github:before{content:"\eeb0"}.nc-glyph-logo-google-plus:before{content:"\eeb1"}.nc-glyph-logo-instagram:before{content:"\eeb2"}.nc-glyph-logo-lastfm:before{content:"\eeb3"}.nc-glyph-logo-linkedin:before{content:"\eeb4"}.nc-glyph-logo-medium:before{content:"\eeb5"}.nc-glyph-logo-meetup:before{content:"\eeb6"}.nc-glyph-logo-messenger:before{content:"\eeb7"}.nc-glyph-logo-myspace:before{content:"\eeb8"}.nc-glyph-logo-paypal:before{content:"\eeb9"}.nc-glyph-logo-pinterest:before{content:"\eeba"}.nc-glyph-logo-product-hunt:before{content:"\eebb"}.nc-glyph-logo-qq:before{content:"\eebc"}.nc-glyph-logo-reddit:before{content:"\eebd"}.nc-glyph-logo-rss:before{content:"\eebe"}.nc-glyph-logo-shopify:before{content:"\eebf"}.nc-glyph-logo-skype:before{content:"\eec0"}.nc-glyph-logo-slack:before{content:"\eec1"}.nc-glyph-logo-soundcloud:before{content:"\eec2"}.nc-glyph-logo-spotify:before{content:"\eec3"}.nc-glyph-logo-squarespace:before{content:"\eec4"}.nc-glyph-logo-trello:before{content:"\eec5"}.nc-glyph-logo-tumblr:before{content:"\eec6"}.nc-glyph-logo-twitter:before{content:"\eec7"}.nc-glyph-logo-vimeo:before{content:"\eec8"}.nc-glyph-logo-vine:before{content:"\eec9"}.nc-glyph-logo-vk:before{content:"\eeca"}.nc-glyph-logo-wechat:before{content:"\eecb"}.nc-glyph-logo-weibo:before{content:"\eecc"}.nc-glyph-logo-whatsapp:before{content:"\eecd"}.nc-glyph-logo-wikipedia:before{content:"\eece"}.nc-glyph-logo-wordpress:before{content:"\eecf"}.nc-glyph-logo-yelp:before{content:"\eed0"}.nc-glyph-logo-youtube:before{content:"\eed1"}.nc-glyph-logout:before{content:"\eed2"}.nc-glyph-lollipop:before{content:"\eed3"}.nc-glyph-london:before{content:"\eed4"}.nc-glyph-long-sleeve:before{content:"\eed5"}.nc-glyph-loop-30:before{content:"\eed6"}.nc-glyph-loop-34:before{content:"\eed7"}.nc-glyph-loop-82:before{content:"\eed8"}.nc-glyph-loop-83:before{content:"\eed9"}.nc-glyph-loop:before{content:"\eeda"}.nc-glyph-luggage:before{content:"\eedb"}.nc-glyph-lungs:before{content:"\eedc"}.nc-glyph-m-add:before{content:"\eedd"}.nc-glyph-m-check:before{content:"\eede"}.nc-glyph-m-delete:before{content:"\eedf"}.nc-glyph-m-edit:before{content:"\eee0"}.nc-glyph-m-heart:before{content:"\eee1"}.nc-glyph-m-location:before{content:"\eee2"}.nc-glyph-m-remove:before{content:"\eee3"}.nc-glyph-m-search:before{content:"\eee4"}.nc-glyph-m-security:before{content:"\eee5"}.nc-glyph-m-settings:before{content:"\eee6"}.nc-glyph-m-share:before{content:"\eee7"}.nc-glyph-m-star:before{content:"\eee8"}.nc-glyph-m-sync:before{content:"\eee9"}.nc-glyph-m-time:before{content:"\eeea"}.nc-glyph-m-update:before{content:"\eeeb"}.nc-glyph-macro:before{content:"\eeec"}.nc-glyph-mad-12:before{content:"\eeed"}.nc-glyph-mad-58:before{content:"\eeee"}.nc-glyph-magnet:before{content:"\eeef"}.nc-glyph-makeup:before{content:"\eef0"}.nc-glyph-malicious:before{content:"\eef1"}.nc-glyph-man-20:before{content:"\eef2"}.nc-glyph-man-23:before{content:"\eef3"}.nc-glyph-man-down:before{content:"\eef4"}.nc-glyph-man-glasses:before{content:"\eef5"}.nc-glyph-man-up:before{content:"\eef6"}.nc-glyph-man:before{content:"\eef7"}.nc-glyph-manga-62:before{content:"\eef8"}.nc-glyph-manga-63:before{content:"\eef9"}.nc-glyph-map-big:before{content:"\eefa"}.nc-glyph-map-compass:before{content:"\eefb"}.nc-glyph-map-gps:before{content:"\eefc"}.nc-glyph-map-marker:before{content:"\eefd"}.nc-glyph-map-pin:before{content:"\eefe"}.nc-glyph-map:before{content:"\eeff"}.nc-glyph-margin-left:before{content:"\ef00"}.nc-glyph-margin-right:before{content:"\ef01"}.nc-glyph-marker-2:before{content:"\ef02"}.nc-glyph-marker-3:before{content:"\ef03"}.nc-glyph-marker:before{content:"\ef04"}.nc-glyph-market-music:before{content:"\ef05"}.nc-glyph-market-play:before{content:"\ef06"}.nc-glyph-mask-oval:before{content:"\ef07"}.nc-glyph-mask-rect:before{content:"\ef08"}.nc-glyph-matches:before{content:"\ef09"}.nc-glyph-math:before{content:"\ef0a"}.nc-glyph-measure-02:before{content:"\ef0b"}.nc-glyph-measure-17:before{content:"\ef0c"}.nc-glyph-measure-big:before{content:"\ef0d"}.nc-glyph-measuring-cup:before{content:"\ef0e"}.nc-glyph-meat-spit:before{content:"\ef0f"}.nc-glyph-meeting:before{content:"\ef10"}.nc-glyph-menu-34:before{content:"\ef11"}.nc-glyph-menu-35:before{content:"\ef12"}.nc-glyph-menu-bold:before{content:"\ef13"}.nc-glyph-menu-dots:before{content:"\ef14"}.nc-glyph-menu-left:before{content:"\ef15"}.nc-glyph-menu-right:before{content:"\ef16"}.nc-glyph-menu-square:before{content:"\ef17"}.nc-glyph-menu:before{content:"\ef18"}.nc-glyph-merge-2:before{content:"\ef19"}.nc-glyph-merge-round:before{content:"\ef1a"}.nc-glyph-merge:before{content:"\ef1b"}.nc-glyph-message:before{content:"\ef1c"}.nc-glyph-metrics:before{content:"\ef1d"}.nc-glyph-mic-2:before{content:"\ef1e"}.nc-glyph-mic:before{content:"\ef1f"}.nc-glyph-mickey-mouse:before{content:"\ef20"}.nc-glyph-microscope:before{content:"\ef21"}.nc-glyph-microsoft:before{content:"\ef22"}.nc-glyph-microwave:before{content:"\ef23"}.nc-glyph-milk:before{content:"\ef24"}.nc-glyph-minimal-down:before{content:"\ef25"}.nc-glyph-minimal-left:before{content:"\ef26"}.nc-glyph-minimal-right:before{content:"\ef27"}.nc-glyph-minimal-up:before{content:"\ef28"}.nc-glyph-mirror-2:before{content:"\ef29"}.nc-glyph-mirror:before{content:"\ef2a"}.nc-glyph-mistletoe:before{content:"\ef2b"}.nc-glyph-mixer:before{content:"\ef2c"}.nc-glyph-mobile-button:before{content:"\ef2d"}.nc-glyph-mobile-camera:before{content:"\ef2e"}.nc-glyph-mobile-card:before{content:"\ef2f"}.nc-glyph-mobile-contact:before{content:"\ef30"}.nc-glyph-mobile-design:before{content:"\ef31"}.nc-glyph-mobile-dev:before{content:"\ef32"}.nc-glyph-mobile-landscape:before{content:"\ef33"}.nc-glyph-mobile-recharger-08:before{content:"\ef34"}.nc-glyph-mobile-recharger-09:before{content:"\ef35"}.nc-glyph-mobile-toolbar:before{content:"\ef36"}.nc-glyph-mobile:before{content:"\ef37"}.nc-glyph-moka:before{content:"\ef38"}.nc-glyph-molecule-39:before{content:"\ef39"}.nc-glyph-molecule-40:before{content:"\ef3a"}.nc-glyph-molecule:before{content:"\ef3b"}.nc-glyph-money-11:before{content:"\ef3c"}.nc-glyph-money-12:before{content:"\ef3d"}.nc-glyph-money-13:before{content:"\ef3e"}.nc-glyph-money-bag:before{content:"\ef3f"}.nc-glyph-money-coins:before{content:"\ef40"}.nc-glyph-money-growth:before{content:"\ef41"}.nc-glyph-money-time:before{content:"\ef42"}.nc-glyph-money:before{content:"\ef43"}.nc-glyph-monster:before{content:"\ef44"}.nc-glyph-moon-cloud-drop:before{content:"\ef45"}.nc-glyph-moon-cloud-fog:before{content:"\ef46"}.nc-glyph-moon-cloud-hail:before{content:"\ef47"}.nc-glyph-moon-cloud-light:before{content:"\ef48"}.nc-glyph-moon-cloud-rain:before{content:"\ef49"}.nc-glyph-moon-cloud-snow-61:before{content:"\ef4a"}.nc-glyph-moon-cloud-snow-62:before{content:"\ef4b"}.nc-glyph-moon-fog:before{content:"\ef4c"}.nc-glyph-moon-full:before{content:"\ef4d"}.nc-glyph-moon-stars:before{content:"\ef4e"}.nc-glyph-moon:before{content:"\ef4f"}.nc-glyph-mosque:before{content:"\ef50"}.nc-glyph-moto:before{content:"\ef51"}.nc-glyph-mountain:before{content:"\ef52"}.nc-glyph-mouse-08:before{content:"\ef53"}.nc-glyph-mouse-09:before{content:"\ef54"}.nc-glyph-mouse-10:before{content:"\ef55"}.nc-glyph-mouse:before{content:"\ef56"}.nc-glyph-move-05:before{content:"\ef57"}.nc-glyph-move-06:before{content:"\ef58"}.nc-glyph-move-92:before{content:"\ef59"}.nc-glyph-move-down-2:before{content:"\ef5a"}.nc-glyph-move-down-right:before{content:"\ef5b"}.nc-glyph-move-down:before{content:"\ef5c"}.nc-glyph-move-left:before{content:"\ef5d"}.nc-glyph-move-right:before{content:"\ef5e"}.nc-glyph-move-up-2:before{content:"\ef5f"}.nc-glyph-move-up-left:before{content:"\ef60"}.nc-glyph-move-up:before{content:"\ef61"}.nc-glyph-movie-61:before{content:"\ef62"}.nc-glyph-movie-62:before{content:"\ef63"}.nc-glyph-muffin:before{content:"\ef64"}.nc-glyph-mug:before{content:"\ef65"}.nc-glyph-multiple-11:before{content:"\ef66"}.nc-glyph-multiple-19:before{content:"\ef67"}.nc-glyph-multiple:before{content:"\ef68"}.nc-glyph-mushroom:before{content:"\ef69"}.nc-glyph-music-2:before{content:"\ef6a"}.nc-glyph-music-album:before{content:"\ef6b"}.nc-glyph-music-cloud:before{content:"\ef6c"}.nc-glyph-music:before{content:"\ef6d"}.nc-glyph-navigation:before{content:"\ef6e"}.nc-glyph-needle:before{content:"\ef6f"}.nc-glyph-nerd-22:before{content:"\ef70"}.nc-glyph-nerd-23:before{content:"\ef71"}.nc-glyph-net:before{content:"\ef72"}.nc-glyph-network:before{content:"\ef73"}.nc-glyph-new:before{content:"\ef74"}.nc-glyph-newsletter-dev:before{content:"\ef75"}.nc-glyph-newsletter:before{content:"\ef76"}.nc-glyph-night:before{content:"\ef77"}.nc-glyph-ninja:before{content:"\ef78"}.nc-glyph-no-access:before{content:"\ef79"}.nc-glyph-no-words:before{content:"\ef7a"}.nc-glyph-node:before{content:"\ef7b"}.nc-glyph-note-03:before{content:"\ef7c"}.nc-glyph-note-04:before{content:"\ef7d"}.nc-glyph-note-code:before{content:"\ef7e"}.nc-glyph-notebook-2:before{content:"\ef7f"}.nc-glyph-notebook:before{content:"\ef80"}.nc-glyph-notepad:before{content:"\ef81"}.nc-glyph-notes:before{content:"\ef82"}.nc-glyph-notification-69:before{content:"\ef83"}.nc-glyph-notification-70:before{content:"\ef84"}.nc-glyph-nurse:before{content:"\ef85"}.nc-glyph-nutrition:before{content:"\ef86"}.nc-glyph-ny:before{content:"\ef87"}.nc-glyph-octopus:before{content:"\ef88"}.nc-glyph-oil:before{content:"\ef89"}.nc-glyph-onenote:before{content:"\ef8a"}.nc-glyph-onion:before{content:"\ef8b"}.nc-glyph-open-in-browser:before{content:"\ef8c"}.nc-glyph-opening-times:before{content:"\ef8d"}.nc-glyph-orange:before{content:"\ef8e"}.nc-glyph-organic-2:before{content:"\ef8f"}.nc-glyph-organic:before{content:"\ef90"}.nc-glyph-oven:before{content:"\ef91"}.nc-glyph-owl:before{content:"\ef93"}.nc-glyph-p-add:before{content:"\ef92"}.nc-glyph-p-check:before{content:"\ef94"}.nc-glyph-p-edit:before{content:"\ef95"}.nc-glyph-p-heart:before{content:"\ef96"}.nc-glyph-p-location:before{content:"\ef97"}.nc-glyph-p-remove:before{content:"\ef98"}.nc-glyph-p-search:before{content:"\ef99"}.nc-glyph-p-settings:before{content:"\ef9a"}.nc-glyph-p-share:before{content:"\ef9b"}.nc-glyph-p-sync:before{content:"\ef9c"}.nc-glyph-p-system-update:before{content:"\ef9d"}.nc-glyph-p-time:before{content:"\ef9e"}.nc-glyph-paint-16:before{content:"\ef9f"}.nc-glyph-paint-37:before{content:"\efa0"}.nc-glyph-paint-38:before{content:"\efa1"}.nc-glyph-paint-brush:before{content:"\efa2"}.nc-glyph-paint-bucket-39:before{content:"\efa3"}.nc-glyph-paint-bucket-40:before{content:"\efa4"}.nc-glyph-pajamas:before{content:"\efa5"}.nc-glyph-palette:before{content:"\efa6"}.nc-glyph-pan:before{content:"\efa7"}.nc-glyph-pancake:before{content:"\efa8"}.nc-glyph-panda:before{content:"\efa9"}.nc-glyph-panel:before{content:"\efaa"}.nc-glyph-pantone:before{content:"\efab"}.nc-glyph-paper-2:before{content:"\efac"}.nc-glyph-paper-design:before{content:"\efad"}.nc-glyph-paper-dev:before{content:"\efae"}.nc-glyph-paper-diploma:before{content:"\efaf"}.nc-glyph-paper:before{content:"\efb0"}.nc-glyph-paragraph:before{content:"\efb1"}.nc-glyph-parent:before{content:"\efb2"}.nc-glyph-paris-tower:before{content:"\efb3"}.nc-glyph-parking-sensors:before{content:"\efb4"}.nc-glyph-parking:before{content:"\efb5"}.nc-glyph-parrot:before{content:"\efb6"}.nc-glyph-passport:before{content:"\efb7"}.nc-glyph-pasta:before{content:"\efb8"}.nc-glyph-patch-19:before{content:"\efb9"}.nc-glyph-patch-34:before{content:"\efba"}.nc-glyph-patch:before{content:"\efbb"}.nc-glyph-path-exclude:before{content:"\efbc"}.nc-glyph-path-intersect:before{content:"\efbd"}.nc-glyph-path-minus:before{content:"\efbe"}.nc-glyph-path-unite:before{content:"\efbf"}.nc-glyph-paw:before{content:"\efc0"}.nc-glyph-payment:before{content:"\efc1"}.nc-glyph-pci-card:before{content:"\efc2"}.nc-glyph-peanut:before{content:"\efc3"}.nc-glyph-pear:before{content:"\efc4"}.nc-glyph-pen-01:before{content:"\efc5"}.nc-glyph-pen-23:before{content:"\efc6"}.nc-glyph-pen-tool:before{content:"\efc7"}.nc-glyph-pencil-47:before{content:"\efc8"}.nc-glyph-pencil:before{content:"\efc9"}.nc-glyph-penguin:before{content:"\efca"}.nc-glyph-pepper:before{content:"\efcb"}.nc-glyph-percentage-38:before{content:"\efcc"}.nc-glyph-percentage-39:before{content:"\efcd"}.nc-glyph-phone-2:before{content:"\efce"}.nc-glyph-phone-3:before{content:"\efcf"}.nc-glyph-phone-call-end:before{content:"\efd0"}.nc-glyph-phone-call:before{content:"\efd1"}.nc-glyph-phone:before{content:"\efd2"}.nc-glyph-photo-editor:before{content:"\efd3"}.nc-glyph-piano:before{content:"\efd4"}.nc-glyph-pickaxe:before{content:"\efd5"}.nc-glyph-pickle:before{content:"\efd6"}.nc-glyph-picnic-basket:before{content:"\efd7"}.nc-glyph-picture:before{content:"\efd8"}.nc-glyph-pig-2:before{content:"\efd9"}.nc-glyph-pig:before{content:"\efda"}.nc-glyph-pill-42:before{content:"\efdb"}.nc-glyph-pill-43:before{content:"\efdc"}.nc-glyph-pill-container-44:before{content:"\efdd"}.nc-glyph-pill-container-47:before{content:"\efde"}.nc-glyph-pin-2:before{content:"\efdf"}.nc-glyph-pin-3:before{content:"\efe0"}.nc-glyph-pin-4:before{content:"\efe1"}.nc-glyph-pin-add-2:before{content:"\efe2"}.nc-glyph-pin-add:before{content:"\efe3"}.nc-glyph-pin-check:before{content:"\efe4"}.nc-glyph-pin-copy:before{content:"\efe5"}.nc-glyph-pin-delete:before{content:"\efe6"}.nc-glyph-pin-edit:before{content:"\efe7"}.nc-glyph-pin-heart:before{content:"\efe8"}.nc-glyph-pin-remove-2:before{content:"\efe9"}.nc-glyph-pin-remove:before{content:"\efea"}.nc-glyph-pin-search:before{content:"\efeb"}.nc-glyph-pin-security:before{content:"\efec"}.nc-glyph-pin-settings:before{content:"\efed"}.nc-glyph-pin-share:before{content:"\efee"}.nc-glyph-pin-star:before{content:"\efef"}.nc-glyph-pin-sync:before{content:"\eff0"}.nc-glyph-pin-time:before{content:"\eff1"}.nc-glyph-pin-user:before{content:"\eff2"}.nc-glyph-pin:before{content:"\eff3"}.nc-glyph-pinch:before{content:"\eff4"}.nc-glyph-pineapple:before{content:"\eff5"}.nc-glyph-ping-pong:before{content:"\eff6"}.nc-glyph-pins:before{content:"\eff7"}.nc-glyph-pipe:before{content:"\eff8"}.nc-glyph-pirate:before{content:"\eff9"}.nc-glyph-pizza-slice:before{content:"\effa"}.nc-glyph-pizza:before{content:"\effb"}.nc-glyph-plane-17:before{content:"\effc"}.nc-glyph-plane-18:before{content:"\effd"}.nc-glyph-planet:before{content:"\effe"}.nc-glyph-plant-ground:before{content:"\efff"}.nc-glyph-plant-vase:before{content:"\f000"}.nc-glyph-plate:before{content:"\f001"}.nc-glyph-play-68:before{content:"\f002"}.nc-glyph-play-69:before{content:"\f003"}.nc-glyph-play:before{content:"\f004"}.nc-glyph-player-19:before{content:"\f005"}.nc-glyph-player-48:before{content:"\f006"}.nc-glyph-player:before{content:"\f007"}.nc-glyph-playlist:before{content:"\f008"}.nc-glyph-plug:before{content:"\f009"}.nc-glyph-podium-trophy:before{content:"\f00a"}.nc-glyph-podium:before{content:"\f00b"}.nc-glyph-point-a:before{content:"\f00c"}.nc-glyph-point-b:before{content:"\f00d"}.nc-glyph-polaroid-add:before{content:"\f00e"}.nc-glyph-polaroid-delete:before{content:"\f00f"}.nc-glyph-polaroid-multiple:before{content:"\f010"}.nc-glyph-polaroid-user:before{content:"\f011"}.nc-glyph-polaroid:before{content:"\f012"}.nc-glyph-police:before{content:"\f013"}.nc-glyph-pool:before{content:"\f014"}.nc-glyph-poop:before{content:"\f015"}.nc-glyph-popcorn:before{content:"\f016"}.nc-glyph-pos:before{content:"\f017"}.nc-glyph-position-marker:before{content:"\f018"}.nc-glyph-position-pin:before{content:"\f019"}.nc-glyph-position-user:before{content:"\f01a"}.nc-glyph-position:before{content:"\f01b"}.nc-glyph-pot:before{content:"\f01c"}.nc-glyph-potato:before{content:"\f01d"}.nc-glyph-power-level:before{content:"\f01e"}.nc-glyph-preferences-circle-rotate:before{content:"\f01f"}.nc-glyph-preferences-circle:before{content:"\f020"}.nc-glyph-preferences-container-circle-rotate:before{content:"\f021"}.nc-glyph-preferences-container-circle:before{content:"\f022"}.nc-glyph-preferences-container-rotate:before{content:"\f023"}.nc-glyph-preferences-container:before{content:"\f024"}.nc-glyph-preferences-rotate:before{content:"\f025"}.nc-glyph-preferences:before{content:"\f026"}.nc-glyph-print:before{content:"\f027"}.nc-glyph-printer:before{content:"\f028"}.nc-glyph-priority-high:before{content:"\f029"}.nc-glyph-priority-low:before{content:"\f02a"}.nc-glyph-progress:before{content:"\f02b"}.nc-glyph-prosciutto:before{content:"\f02c"}.nc-glyph-prototype:before{content:"\f02d"}.nc-glyph-pulse-chart:before{content:"\f02e"}.nc-glyph-pulse-phone:before{content:"\f02f"}.nc-glyph-pulse-sleep:before{content:"\f030"}.nc-glyph-pulse-watch:before{content:"\f031"}.nc-glyph-pulse:before{content:"\f032"}.nc-glyph-pumpkin:before{content:"\f033"}.nc-glyph-push-next:before{content:"\f034"}.nc-glyph-push-previous:before{content:"\f035"}.nc-glyph-puzzle-09:before{content:"\f036"}.nc-glyph-puzzle-10:before{content:"\f037"}.nc-glyph-puzzled:before{content:"\f038"}.nc-glyph-pyramid:before{content:"\f039"}.nc-glyph-question:before{content:"\f03a"}.nc-glyph-quite-happy:before{content:"\f03b"}.nc-glyph-quote:before{content:"\f03c"}.nc-glyph-rabbit:before{content:"\f03d"}.nc-glyph-rackets:before{content:"\f03e"}.nc-glyph-radar:before{content:"\f03f"}.nc-glyph-radiation:before{content:"\f040"}.nc-glyph-radio:before{content:"\f041"}.nc-glyph-rain-hail:before{content:"\f042"}.nc-glyph-rain:before{content:"\f043"}.nc-glyph-rainbow:before{content:"\f044"}.nc-glyph-ram:before{content:"\f045"}.nc-glyph-rat:before{content:"\f046"}.nc-glyph-receipt-list-42:before{content:"\f047"}.nc-glyph-receipt-list-43:before{content:"\f048"}.nc-glyph-receipt:before{content:"\f049"}.nc-glyph-recipe-book-46:before{content:"\f04a"}.nc-glyph-recipe-book-47:before{content:"\f04b"}.nc-glyph-recipe-create:before{content:"\f04c"}.nc-glyph-recipe:before{content:"\f04d"}.nc-glyph-recycling:before{content:"\f04e"}.nc-glyph-redo-10:before{content:"\f04f"}.nc-glyph-redo-26:before{content:"\f050"}.nc-glyph-redo-79:before{content:"\f051"}.nc-glyph-redo-81:before{content:"\f052"}.nc-glyph-refresh-01:before{content:"\f053"}.nc-glyph-refresh-02:before{content:"\f054"}.nc-glyph-refresh-68:before{content:"\f055"}.nc-glyph-refresh-69:before{content:"\f056"}.nc-glyph-refresh:before{content:"\f057"}.nc-glyph-reload:before{content:"\f058"}.nc-glyph-remix:before{content:"\f059"}.nc-glyph-remote:before{content:"\f05a"}.nc-glyph-remove:before{content:"\f05b"}.nc-glyph-replace-folder:before{content:"\f05c"}.nc-glyph-replace:before{content:"\f05d"}.nc-glyph-replay:before{content:"\f05e"}.nc-glyph-reply-all:before{content:"\f05f"}.nc-glyph-reply:before{content:"\f060"}.nc-glyph-reservation:before{content:"\f061"}.nc-glyph-resize-h:before{content:"\f062"}.nc-glyph-resize-v:before{content:"\f063"}.nc-glyph-restaurant-menu:before{content:"\f064"}.nc-glyph-restore:before{content:"\f065"}.nc-glyph-rice:before{content:"\f066"}.nc-glyph-rim:before{content:"\f067"}.nc-glyph-ring:before{content:"\f068"}.nc-glyph-rio:before{content:"\f069"}.nc-glyph-ripples:before{content:"\f06a"}.nc-glyph-road-2:before{content:"\f06b"}.nc-glyph-road-sign-left:before{content:"\f06c"}.nc-glyph-road-sign-right:before{content:"\f06d"}.nc-glyph-road:before{content:"\f06e"}.nc-glyph-roast-chicken:before{content:"\f06f"}.nc-glyph-robot:before{content:"\f070"}.nc-glyph-rock:before{content:"\f071"}.nc-glyph-roll:before{content:"\f072"}.nc-glyph-rolling-pin:before{content:"\f073"}.nc-glyph-rome:before{content:"\f074"}.nc-glyph-rope:before{content:"\f075"}.nc-glyph-rotate-22:before{content:"\f076"}.nc-glyph-rotate-23:before{content:"\f077"}.nc-glyph-rotate-left-2:before{content:"\f078"}.nc-glyph-rotate-left:before{content:"\f079"}.nc-glyph-rotate-lock:before{content:"\f07a"}.nc-glyph-rotate-right-2:before{content:"\f07b"}.nc-glyph-rotate-right:before{content:"\f07c"}.nc-glyph-rotate:before{content:"\f07d"}.nc-glyph-round-dollar:before{content:"\f07e"}.nc-glyph-round-down:before{content:"\f07f"}.nc-glyph-round-euro:before{content:"\f080"}.nc-glyph-round-left-down:before{content:"\f081"}.nc-glyph-round-left:before{content:"\f082"}.nc-glyph-round-pound:before{content:"\f083"}.nc-glyph-round-right-down:before{content:"\f084"}.nc-glyph-round-right:before{content:"\f085"}.nc-glyph-round-up-left:before{content:"\f086"}.nc-glyph-round-up-right:before{content:"\f087"}.nc-glyph-round-up:before{content:"\f088"}.nc-glyph-round-yen:before{content:"\f089"}.nc-glyph-route-alert:before{content:"\f08a"}.nc-glyph-route-close:before{content:"\f08b"}.nc-glyph-route-open:before{content:"\f08c"}.nc-glyph-rowing:before{content:"\f08d"}.nc-glyph-rugby:before{content:"\f08e"}.nc-glyph-ruler-pencil:before{content:"\f08f"}.nc-glyph-sad:before{content:"\f090"}.nc-glyph-safe:before{content:"\f091"}.nc-glyph-salad:before{content:"\f092"}.nc-glyph-sale:before{content:"\f093"}.nc-glyph-salt:before{content:"\f094"}.nc-glyph-santa-hat:before{content:"\f095"}.nc-glyph-satisfied:before{content:"\f096"}.nc-glyph-sausage:before{content:"\f097"}.nc-glyph-save-planet:before{content:"\f098"}.nc-glyph-scale-2:before{content:"\f099"}.nc-glyph-scale-3:before{content:"\f09a"}.nc-glyph-scale-4:before{content:"\f09b"}.nc-glyph-scale-down:before{content:"\f09c"}.nc-glyph-scale-horizontal:before{content:"\f09d"}.nc-glyph-scale-up:before{content:"\f09e"}.nc-glyph-scale-vertical:before{content:"\f09f"}.nc-glyph-scale:before{content:"\f0a0"}.nc-glyph-scan:before{content:"\f0a1"}.nc-glyph-scarf:before{content:"\f0a2"}.nc-glyph-school:before{content:"\f0a3"}.nc-glyph-scissors-dashed:before{content:"\f0a4"}.nc-glyph-scissors:before{content:"\f0a5"}.nc-glyph-scotch:before{content:"\f0a6"}.nc-glyph-scroll-horitontal:before{content:"\f0a7"}.nc-glyph-scroll-vertical:before{content:"\f0a8"}.nc-glyph-sd:before{content:"\f0a9"}.nc-glyph-sea-mask:before{content:"\f0aa"}.nc-glyph-search-2:before{content:"\f0ab"}.nc-glyph-search-3:before{content:"\f0ac"}.nc-glyph-search:before{content:"\f0ad"}.nc-glyph-seat:before{content:"\f0ae"}.nc-glyph-seatbelt:before{content:"\f0af"}.nc-glyph-security:before{content:"\f0b0"}.nc-glyph-segmentation:before{content:"\f0b1"}.nc-glyph-select-83:before{content:"\f0b2"}.nc-glyph-select-84:before{content:"\f0b3"}.nc-glyph-select:before{content:"\f0b4"}.nc-glyph-selection:before{content:"\f0b5"}.nc-glyph-selfie:before{content:"\f0b6"}.nc-glyph-send-2:before{content:"\f0b7"}.nc-glyph-send:before{content:"\f0b8"}.nc-glyph-sensor:before{content:"\f0b9"}.nc-glyph-separate-round:before{content:"\f0ba"}.nc-glyph-separate:before{content:"\f0bb"}.nc-glyph-settings-46:before{content:"\f0bc"}.nc-glyph-settings-99:before{content:"\f0bd"}.nc-glyph-settings-gear-63:before{content:"\f0be"}.nc-glyph-settings-gear-64:before{content:"\f0bf"}.nc-glyph-settings-gear-65:before{content:"\f0c0"}.nc-glyph-settings-tool-66:before{content:"\f0c1"}.nc-glyph-settings-tool-67:before{content:"\f0c2"}.nc-glyph-settings:before{content:"\f0c3"}.nc-glyph-sf-bridge:before{content:"\f0c4"}.nc-glyph-shake:before{content:"\f0c5"}.nc-glyph-shaker:before{content:"\f0c6"}.nc-glyph-shape-adjust:before{content:"\f0c7"}.nc-glyph-shape-arrow:before{content:"\f0c8"}.nc-glyph-shape-circle:before{content:"\f0c9"}.nc-glyph-shape-custom:before{content:"\f0ca"}.nc-glyph-shape-line:before{content:"\f0cb"}.nc-glyph-shape-oval:before{content:"\f0cc"}.nc-glyph-shape-polygon-2:before{content:"\f0cd"}.nc-glyph-shape-polygon:before{content:"\f0ce"}.nc-glyph-shape-rectangle:before{content:"\f0cf"}.nc-glyph-shape-square:before{content:"\f0d0"}.nc-glyph-shape-star:before{content:"\f0d1"}.nc-glyph-shape-triangle-2:before{content:"\f0d2"}.nc-glyph-shape-triangle:before{content:"\f0d3"}.nc-glyph-shapes:before{content:"\f0d4"}.nc-glyph-share-2:before{content:"\f0d5"}.nc-glyph-share-66:before{content:"\f0d6"}.nc-glyph-share-91:before{content:"\f0d7"}.nc-glyph-share-92:before{content:"\f0d8"}.nc-glyph-share-bold:before{content:"\f0d9"}.nc-glyph-share-left:before{content:"\f0da"}.nc-glyph-share-right:before{content:"\f0db"}.nc-glyph-share:before{content:"\f0dc"}.nc-glyph-shared:before{content:"\f0dd"}.nc-glyph-shark-2:before{content:"\f0de"}.nc-glyph-shark:before{content:"\f0df"}.nc-glyph-sharpener:before{content:"\f0e0"}.nc-glyph-sheep:before{content:"\f0e1"}.nc-glyph-shirt-business:before{content:"\f0e2"}.nc-glyph-shirt-buttons:before{content:"\f0e3"}.nc-glyph-shirt-neck:before{content:"\f0e4"}.nc-glyph-shirt:before{content:"\f0e5"}.nc-glyph-shoe-man:before{content:"\f0e6"}.nc-glyph-shoe-run:before{content:"\f0e7"}.nc-glyph-shoe-sport:before{content:"\f0e8"}.nc-glyph-shoe-woman:before{content:"\f0e9"}.nc-glyph-shop-location:before{content:"\f0ea"}.nc-glyph-shop:before{content:"\f0eb"}.nc-glyph-shovel:before{content:"\f0ec"}.nc-glyph-shower:before{content:"\f0ed"}.nc-glyph-shrimp:before{content:"\f0ee"}.nc-glyph-shuffle-01:before{content:"\f0ef"}.nc-glyph-shuffle-35:before{content:"\f0f0"}.nc-glyph-shuffle-97:before{content:"\f0f1"}.nc-glyph-shuffle-98:before{content:"\f0f2"}.nc-glyph-shy:before{content:"\f0f3"}.nc-glyph-sick:before{content:"\f0f4"}.nc-glyph-sickle:before{content:"\f0f5"}.nc-glyph-sidebar:before{content:"\f0f6"}.nc-glyph-sign-board:before{content:"\f0f7"}.nc-glyph-sign:before{content:"\f0f8"}.nc-glyph-signal-2:before{content:"\f0f9"}.nc-glyph-signal:before{content:"\f0fa"}.nc-glyph-signature:before{content:"\f0fb"}.nc-glyph-silly:before{content:"\f0fc"}.nc-glyph-sim-card:before{content:"\f0fd"}.nc-glyph-simple-add:before{content:"\f0fe"}.nc-glyph-simple-delete:before{content:"\f0ff"}.nc-glyph-simple-down:before{content:"\f100"}.nc-glyph-simple-left:before{content:"\f101"}.nc-glyph-simple-remove:before{content:"\f102"}.nc-glyph-simple-right:before{content:"\f103"}.nc-glyph-simple-up:before{content:"\f104"}.nc-glyph-single-01:before{content:"\f105"}.nc-glyph-single-02:before{content:"\f106"}.nc-glyph-single-03:before{content:"\f107"}.nc-glyph-single-04:before{content:"\f108"}.nc-glyph-single-05:before{content:"\f109"}.nc-glyph-single-body:before{content:"\f10a"}.nc-glyph-single-content-02:before{content:"\f10b"}.nc-glyph-single-content-03:before{content:"\f10c"}.nc-glyph-single-copies:before{content:"\f10d"}.nc-glyph-single-copy-04:before{content:"\f10e"}.nc-glyph-single-copy-06:before{content:"\f10f"}.nc-glyph-single-folded-content:before{content:"\f110"}.nc-glyph-single-folded:before{content:"\f111"}.nc-glyph-single-paragraph:before{content:"\f112"}.nc-glyph-single-position:before{content:"\f113"}.nc-glyph-single:before{content:"\f114"}.nc-glyph-sink-wash:before{content:"\f115"}.nc-glyph-sink:before{content:"\f116"}.nc-glyph-size-large:before{content:"\f117"}.nc-glyph-size-medium:before{content:"\f118"}.nc-glyph-size-small:before{content:"\f119"}.nc-glyph-size:before{content:"\f11a"}.nc-glyph-skateboard-2:before{content:"\f11b"}.nc-glyph-skateboard:before{content:"\f11c"}.nc-glyph-skew-down:before{content:"\f11d"}.nc-glyph-skew-left:before{content:"\f11e"}.nc-glyph-skew-right:before{content:"\f11f"}.nc-glyph-skew-up:before{content:"\f120"}.nc-glyph-skirt:before{content:"\f121"}.nc-glyph-skull-2:before{content:"\f122"}.nc-glyph-skull:before{content:"\f123"}.nc-glyph-slacks-12:before{content:"\f124"}.nc-glyph-slacks-13:before{content:"\f125"}.nc-glyph-sleep-2:before{content:"\f126"}.nc-glyph-sleep:before{content:"\f127"}.nc-glyph-slice:before{content:"\f128"}.nc-glyph-slide-left:before{content:"\f129"}.nc-glyph-slide-right:before{content:"\f12a"}.nc-glyph-slider:before{content:"\f12b"}.nc-glyph-sloth:before{content:"\f12c"}.nc-glyph-small-add:before{content:"\f12d"}.nc-glyph-small-delete:before{content:"\f12e"}.nc-glyph-small-down:before{content:"\f12f"}.nc-glyph-small-left:before{content:"\f130"}.nc-glyph-small-remove:before{content:"\f131"}.nc-glyph-small-right:before{content:"\f132"}.nc-glyph-small-triangle-down:before{content:"\f133"}.nc-glyph-small-triangle-left:before{content:"\f134"}.nc-glyph-small-triangle-right:before{content:"\f135"}.nc-glyph-small-triangle-up:before{content:"\f136"}.nc-glyph-small-up:before{content:"\f137"}.nc-glyph-smart:before{content:"\f138"}.nc-glyph-smile:before{content:"\f139"}.nc-glyph-smoothie:before{content:"\f13a"}.nc-glyph-snack:before{content:"\f13b"}.nc-glyph-snake:before{content:"\f13c"}.nc-glyph-snow-ball:before{content:"\f13d"}.nc-glyph-snow:before{content:"\f13e"}.nc-glyph-snowboard:before{content:"\f13f"}.nc-glyph-snowman-head:before{content:"\f140"}.nc-glyph-snowman:before{content:"\f141"}.nc-glyph-soak:before{content:"\f142"}.nc-glyph-soccer-field:before{content:"\f143"}.nc-glyph-sock:before{content:"\f144"}.nc-glyph-socket-europe-1:before{content:"\f145"}.nc-glyph-socket-europe-2:before{content:"\f146"}.nc-glyph-socket-uk:before{content:"\f147"}.nc-glyph-socket:before{content:"\f148"}.nc-glyph-sofa:before{content:"\f149"}.nc-glyph-soldier:before{content:"\f14a"}.nc-glyph-sound-wave:before{content:"\f14b"}.nc-glyph-soup:before{content:"\f14c"}.nc-glyph-soy-sauce:before{content:"\f14d"}.nc-glyph-spa:before{content:"\f14e"}.nc-glyph-spaceship:before{content:"\f14f"}.nc-glyph-speaker-01:before{content:"\f150"}.nc-glyph-speaker-05:before{content:"\f151"}.nc-glyph-speaker:before{content:"\f152"}.nc-glyph-speechless:before{content:"\f153"}.nc-glyph-spider:before{content:"\f154"}.nc-glyph-spiteful:before{content:"\f155"}.nc-glyph-split-33:before{content:"\f156"}.nc-glyph-split-37:before{content:"\f157"}.nc-glyph-split-horizontal:before{content:"\f158"}.nc-glyph-split-round:before{content:"\f159"}.nc-glyph-split-vertical:before{content:"\f15a"}.nc-glyph-split:before{content:"\f15b"}.nc-glyph-sport:before{content:"\f15c"}.nc-glyph-spray-2:before{content:"\f15d"}.nc-glyph-spray:before{content:"\f15e"}.nc-glyph-square-add-08:before{content:"\f15f"}.nc-glyph-square-add-11:before{content:"\f160"}.nc-glyph-square-corner-down-left:before{content:"\f161"}.nc-glyph-square-corner-down-right:before{content:"\f162"}.nc-glyph-square-corner-up-left:before{content:"\f163"}.nc-glyph-square-corner-up-right:before{content:"\f164"}.nc-glyph-square-delete-10:before{content:"\f165"}.nc-glyph-square-delete-13:before{content:"\f166"}.nc-glyph-square-down-06:before{content:"\f167"}.nc-glyph-square-down:before{content:"\f168"}.nc-glyph-square-download:before{content:"\f169"}.nc-glyph-square-left-04:before{content:"\f16a"}.nc-glyph-square-left:before{content:"\f16b"}.nc-glyph-square-marker:before{content:"\f16c"}.nc-glyph-square-pin:before{content:"\f16d"}.nc-glyph-square-remove-09:before{content:"\f16e"}.nc-glyph-square-remove-12:before{content:"\f16f"}.nc-glyph-square-right-03:before{content:"\f170"}.nc-glyph-square-right:before{content:"\f171"}.nc-glyph-square-simple-down:before{content:"\f172"}.nc-glyph-square-simple-left:before{content:"\f173"}.nc-glyph-square-simple-right:before{content:"\f174"}.nc-glyph-square-simple-up:before{content:"\f175"}.nc-glyph-square-up-05:before{content:"\f176"}.nc-glyph-square-up:before{content:"\f177"}.nc-glyph-square-upload:before{content:"\f178"}.nc-glyph-squares:before{content:"\f179"}.nc-glyph-stamp:before{content:"\f17a"}.nc-glyph-standing-man:before{content:"\f17b"}.nc-glyph-standing-woman:before{content:"\f17c"}.nc-glyph-star:before{content:"\f17d"}.nc-glyph-steak-2:before{content:"\f17e"}.nc-glyph-steak:before{content:"\f17f"}.nc-glyph-steering-wheel:before{content:"\f180"}.nc-glyph-steps:before{content:"\f181"}.nc-glyph-stock-2:before{content:"\f182"}.nc-glyph-stock:before{content:"\f183"}.nc-glyph-storage-hanger:before{content:"\f184"}.nc-glyph-storage:before{content:"\f185"}.nc-glyph-store:before{content:"\f186"}.nc-glyph-strategy:before{content:"\f187"}.nc-glyph-strawberry:before{content:"\f188"}.nc-glyph-stre-down:before{content:"\f189"}.nc-glyph-stre-left:before{content:"\f18a"}.nc-glyph-stre-right:before{content:"\f18b"}.nc-glyph-stre-up:before{content:"\f18c"}.nc-glyph-stretch:before{content:"\f18d"}.nc-glyph-strikethrough:before{content:"\f18e"}.nc-glyph-strong-down:before{content:"\f18f"}.nc-glyph-strong-left:before{content:"\f190"}.nc-glyph-strong-right:before{content:"\f191"}.nc-glyph-strong-up:before{content:"\f192"}.nc-glyph-subscript:before{content:"\f193"}.nc-glyph-subtitles:before{content:"\f194"}.nc-glyph-sugar:before{content:"\f195"}.nc-glyph-sun-cloud-drop:before{content:"\f196"}.nc-glyph-sun-cloud-fog:before{content:"\f197"}.nc-glyph-sun-cloud-hail:before{content:"\f198"}.nc-glyph-sun-cloud-light:before{content:"\f199"}.nc-glyph-sun-cloud-rain:before{content:"\f19a"}.nc-glyph-sun-cloud-snow-54:before{content:"\f19b"}.nc-glyph-sun-cloud-snow-55:before{content:"\f19c"}.nc-glyph-sun-cloud:before{content:"\f19d"}.nc-glyph-sun-fog-29:before{content:"\f19e"}.nc-glyph-sun-fog-30:before{content:"\f19f"}.nc-glyph-sun-fog-43:before{content:"\f1a0"}.nc-glyph-sunglasses-48:before{content:"\f1a1"}.nc-glyph-sunglasses-49:before{content:"\f1a2"}.nc-glyph-sunglasses:before{content:"\f1a3"}.nc-glyph-superscript:before{content:"\f1a4"}.nc-glyph-supplement:before{content:"\f1a5"}.nc-glyph-support-16:before{content:"\f1a6"}.nc-glyph-support-17:before{content:"\f1a7"}.nc-glyph-surf-2:before{content:"\f1a8"}.nc-glyph-surf:before{content:"\f1a9"}.nc-glyph-surprise:before{content:"\f1aa"}.nc-glyph-sushi:before{content:"\f1ab"}.nc-glyph-swap-horizontal:before{content:"\f1ac"}.nc-glyph-swap-vertical:before{content:"\f1ad"}.nc-glyph-swimsuit:before{content:"\f1ae"}.nc-glyph-swimwear:before{content:"\f1af"}.nc-glyph-swipe-bottom:before{content:"\f1b0"}.nc-glyph-swipe-left:before{content:"\f1b1"}.nc-glyph-swipe-right:before{content:"\f1b2"}.nc-glyph-swipe-up:before{content:"\f1b3"}.nc-glyph-swiss-knife:before{content:"\f1b4"}.nc-glyph-sync:before{content:"\f1b5"}.nc-glyph-syringe:before{content:"\f1b6"}.nc-glyph-system-update:before{content:"\f1b7"}.nc-glyph-table-left:before{content:"\f1b8"}.nc-glyph-table-right:before{content:"\f1b9"}.nc-glyph-table:before{content:"\f1ba"}.nc-glyph-tablet-2:before{content:"\f1bb"}.nc-glyph-tablet-button:before{content:"\f1bc"}.nc-glyph-tablet-mobile:before{content:"\f1bd"}.nc-glyph-tablet-reader-31:before{content:"\f1be"}.nc-glyph-tablet-reader-42:before{content:"\f1bf"}.nc-glyph-tablet-toolbar:before{content:"\f1c0"}.nc-glyph-tablet:before{content:"\f1c1"}.nc-glyph-tacos:before{content:"\f1c2"}.nc-glyph-tactic:before{content:"\f1c3"}.nc-glyph-tag-2:before{content:"\f1c4"}.nc-glyph-tag-add:before{content:"\f1c5"}.nc-glyph-tag-check:before{content:"\f1c6"}.nc-glyph-tag-content:before{content:"\f1c7"}.nc-glyph-tag-cut:before{content:"\f1c8"}.nc-glyph-tag-line:before{content:"\f1c9"}.nc-glyph-tag-loyalty:before{content:"\f1ca"}.nc-glyph-tag-remove:before{content:"\f1cb"}.nc-glyph-tag-sale:before{content:"\f1cc"}.nc-glyph-tag:before{content:"\f1cd"}.nc-glyph-tail-down:before{content:"\f1ce"}.nc-glyph-tail-left:before{content:"\f1cf"}.nc-glyph-tail-right:before{content:"\f1d0"}.nc-glyph-tail-triangle-down:before{content:"\f1d1"}.nc-glyph-tail-triangle-left:before{content:"\f1d2"}.nc-glyph-tail-triangle-right:before{content:"\f1d3"}.nc-glyph-tail-triangle-up:before{content:"\f1d4"}.nc-glyph-tail-up:before{content:"\f1d5"}.nc-glyph-tap-01:before{content:"\f1d6"}.nc-glyph-tap-02:before{content:"\f1d7"}.nc-glyph-tape:before{content:"\f1d8"}.nc-glyph-target:before{content:"\f1d9"}.nc-glyph-tea-bag:before{content:"\f1da"}.nc-glyph-tea:before{content:"\f1db"}.nc-glyph-temperature-23:before{content:"\f1dc"}.nc-glyph-temperature-24:before{content:"\f1dd"}.nc-glyph-temple-25:before{content:"\f1de"}.nc-glyph-tennis-ball:before{content:"\f1df"}.nc-glyph-tennis:before{content:"\f1e0"}.nc-glyph-terrace:before{content:"\f1e1"}.nc-glyph-text-2:before{content:"\f1e2"}.nc-glyph-text:before{content:"\f1e3"}.nc-glyph-texture:before{content:"\f1e4"}.nc-glyph-ticket-75:before{content:"\f1e5"}.nc-glyph-ticket-76:before{content:"\f1e6"}.nc-glyph-tie-01:before{content:"\f1e7"}.nc-glyph-tie-02:before{content:"\f1e8"}.nc-glyph-tie-bow:before{content:"\f1e9"}.nc-glyph-tile-55:before{content:"\f1ea"}.nc-glyph-time-2:before{content:"\f1eb"}.nc-glyph-time-3:before{content:"\f1ec"}.nc-glyph-time-alarm:before{content:"\f1ed"}.nc-glyph-time-clock:before{content:"\f1ee"}.nc-glyph-time-countdown:before{content:"\f1ef"}.nc-glyph-time:before{content:"\f1f0"}.nc-glyph-timeline:before{content:"\f1f1"}.nc-glyph-timer:before{content:"\f1f2"}.nc-glyph-todo:before{content:"\f1f3"}.nc-glyph-toilet-paper:before{content:"\f1f4"}.nc-glyph-toilet:before{content:"\f1f5"}.nc-glyph-tomato:before{content:"\f1f6"}.nc-glyph-tool-blur:before{content:"\f1f7"}.nc-glyph-tool-hand:before{content:"\f1f8"}.nc-glyph-tool-select:before{content:"\f1f9"}.nc-glyph-tooth:before{content:"\f1fa"}.nc-glyph-touch:before{content:"\f1fb"}.nc-glyph-track-delivery:before{content:"\f1fc"}.nc-glyph-tracking:before{content:"\f1fd"}.nc-glyph-tractor:before{content:"\f1fe"}.nc-glyph-train-speed:before{content:"\f1ff"}.nc-glyph-train:before{content:"\f200"}.nc-glyph-tram:before{content:"\f201"}.nc-glyph-transform-2d:before{content:"\f202"}.nc-glyph-transform-origin:before{content:"\f203"}.nc-glyph-transform:before{content:"\f204"}.nc-glyph-transparent:before{content:"\f205"}.nc-glyph-trash-round:before{content:"\f206"}.nc-glyph-trash-simple:before{content:"\f207"}.nc-glyph-trash:before{content:"\f208"}.nc-glyph-treasure-map-21:before{content:"\f209"}.nc-glyph-treasure-map-40:before{content:"\f20a"}.nc-glyph-tree-01:before{content:"\f20b"}.nc-glyph-tree-02:before{content:"\f20c"}.nc-glyph-tree-03:before{content:"\f20d"}.nc-glyph-tree-ball:before{content:"\f20e"}.nc-glyph-tree:before{content:"\f20f"}.nc-glyph-trend-down:before{content:"\f210"}.nc-glyph-trend-up:before{content:"\f211"}.nc-glyph-triangle-down-20:before{content:"\f212"}.nc-glyph-triangle-down-65:before{content:"\f213"}.nc-glyph-triangle-down:before{content:"\f214"}.nc-glyph-triangle-left-18:before{content:"\f215"}.nc-glyph-triangle-left-63:before{content:"\f216"}.nc-glyph-triangle-left:before{content:"\f217"}.nc-glyph-triangle-right-17:before{content:"\f218"}.nc-glyph-triangle-right-62:before{content:"\f219"}.nc-glyph-triangle-right:before{content:"\f21a"}.nc-glyph-triangle-up-19:before{content:"\f21b"}.nc-glyph-triangle-up-64:before{content:"\f21c"}.nc-glyph-triangle-up:before{content:"\f21d"}.nc-glyph-tripod:before{content:"\f21e"}.nc-glyph-trolley:before{content:"\f21f"}.nc-glyph-trophy:before{content:"\f220"}.nc-glyph-truck-front:before{content:"\f221"}.nc-glyph-trunk:before{content:"\f222"}.nc-glyph-tshirt-53:before{content:"\f223"}.nc-glyph-tshirt-54:before{content:"\f224"}.nc-glyph-tshirt-sport:before{content:"\f225"}.nc-glyph-turtle:before{content:"\f226"}.nc-glyph-tv-2:before{content:"\f227"}.nc-glyph-tv-old:before{content:"\f228"}.nc-glyph-tv:before{content:"\f229"}.nc-glyph-twitch:before{content:"\f22a"}.nc-glyph-ui-03:before{content:"\f22b"}.nc-glyph-ui-04:before{content:"\f22c"}.nc-glyph-umbrella-13:before{content:"\f22d"}.nc-glyph-umbrella-14:before{content:"\f22e"}.nc-glyph-underline:before{content:"\f22f"}.nc-glyph-underwear-man:before{content:"\f230"}.nc-glyph-underwear:before{content:"\f231"}.nc-glyph-undo-25:before{content:"\f233"}.nc-glyph-undo-29:before{content:"\f232"}.nc-glyph-ungroup:before{content:"\f234"}.nc-glyph-unite-round:before{content:"\f235"}.nc-glyph-unite:before{content:"\f236"}.nc-glyph-upload-2:before{content:"\f237"}.nc-glyph-upload:before{content:"\f238"}.nc-glyph-upset-13:before{content:"\f239"}.nc-glyph-upset-14:before{content:"\f23a"}.nc-glyph-usb:before{content:"\f23b"}.nc-glyph-user-balance:before{content:"\f23c"}.nc-glyph-user-climb:before{content:"\f23d"}.nc-glyph-user-frame-31:before{content:"\f23e"}.nc-glyph-user-frame-32:before{content:"\f23f"}.nc-glyph-user-frame-33:before{content:"\f240"}.nc-glyph-user-meditation:before{content:"\f241"}.nc-glyph-user-run:before{content:"\f242"}.nc-glyph-user-snowboard:before{content:"\f243"}.nc-glyph-user-swim:before{content:"\f244"}.nc-glyph-user:before{content:"\f245"}.nc-glyph-vampire:before{content:"\f246"}.nc-glyph-vector-2:before{content:"\f247"}.nc-glyph-vector:before{content:"\f248"}.nc-glyph-vegan:before{content:"\f249"}.nc-glyph-ventilation:before{content:"\f24a"}.nc-glyph-vespa-front:before{content:"\f24b"}.nc-glyph-vespa:before{content:"\f24c"}.nc-glyph-vest-31:before{content:"\f24d"}.nc-glyph-vest-sport:before{content:"\f24e"}.nc-glyph-vest:before{content:"\f24f"}.nc-glyph-video-64:before{content:"\f250"}.nc-glyph-video-65:before{content:"\f251"}.nc-glyph-video-66:before{content:"\f252"}.nc-glyph-video-67:before{content:"\f253"}.nc-glyph-videocamera-71:before{content:"\f254"}.nc-glyph-videocamera-72:before{content:"\f255"}.nc-glyph-virus:before{content:"\f256"}.nc-glyph-voice-record:before{content:"\f257"}.nc-glyph-volleyball:before{content:"\f258"}.nc-glyph-volume-93:before{content:"\f259"}.nc-glyph-volume-97:before{content:"\f25a"}.nc-glyph-volume-98:before{content:"\f25b"}.nc-glyph-volume-ban:before{content:"\f25c"}.nc-glyph-volume-down:before{content:"\f25d"}.nc-glyph-volume-off:before{content:"\f25e"}.nc-glyph-volume-up:before{content:"\f25f"}.nc-glyph-vpn:before{content:"\f260"}.nc-glyph-waffle:before{content:"\f261"}.nc-glyph-walk:before{content:"\f262"}.nc-glyph-wallet-43:before{content:"\f263"}.nc-glyph-wallet-44:before{content:"\f264"}.nc-glyph-wallet-90:before{content:"\f265"}.nc-glyph-wallet:before{content:"\f266"}.nc-glyph-wand-11:before{content:"\f267"}.nc-glyph-wardrobe:before{content:"\f268"}.nc-glyph-wash-2:before{content:"\f269"}.nc-glyph-wash-30:before{content:"\f26a"}.nc-glyph-wash-60:before{content:"\f26b"}.nc-glyph-wash-90:before{content:"\f26c"}.nc-glyph-wash-hand:before{content:"\f26d"}.nc-glyph-wash:before{content:"\f26e"}.nc-glyph-washing-fluid:before{content:"\f26f"}.nc-glyph-waste-danger:before{content:"\f270"}.nc-glyph-waste-recycling:before{content:"\f272"}.nc-glyph-waste:before{content:"\f271"}.nc-glyph-watch-circle:before{content:"\f273"}.nc-glyph-watch-dev:before{content:"\f274"}.nc-glyph-watch-time:before{content:"\f275"}.nc-glyph-watch:before{content:"\f276"}.nc-glyph-water-hand:before{content:"\f277"}.nc-glyph-water-sink:before{content:"\f278"}.nc-glyph-water:before{content:"\f279"}.nc-glyph-watermelon:before{content:"\f27a"}.nc-glyph-wc:before{content:"\f27b"}.nc-glyph-web-design:before{content:"\f27c"}.nc-glyph-webcam-38:before{content:"\f27d"}.nc-glyph-webcam-39:before{content:"\f27e"}.nc-glyph-webpage-2:before{content:"\f27f"}.nc-glyph-webpage:before{content:"\f280"}.nc-glyph-weed:before{content:"\f281"}.nc-glyph-weight:before{content:"\f282"}.nc-glyph-what:before{content:"\f283"}.nc-glyph-wheel-2:before{content:"\f284"}.nc-glyph-wheel:before{content:"\f285"}.nc-glyph-wheelchair:before{content:"\f286"}.nc-glyph-whisk:before{content:"\f287"}.nc-glyph-whiskers:before{content:"\f288"}.nc-glyph-whistle:before{content:"\f289"}.nc-glyph-white-house:before{content:"\f28a"}.nc-glyph-widget:before{content:"\f28b"}.nc-glyph-wifi-2:before{content:"\f28c"}.nc-glyph-wifi-off:before{content:"\f28d"}.nc-glyph-wifi-protected:before{content:"\f28e"}.nc-glyph-wifi-router:before{content:"\f28f"}.nc-glyph-wifi:before{content:"\f290"}.nc-glyph-wind-2:before{content:"\f291"}.nc-glyph-wind:before{content:"\f292"}.nc-glyph-window-add:before{content:"\f293"}.nc-glyph-window-code:before{content:"\f294"}.nc-glyph-window-delete:before{content:"\f295"}.nc-glyph-window-dev:before{content:"\f296"}.nc-glyph-window-paragraph:before{content:"\f297"}.nc-glyph-window-responsive:before{content:"\f298"}.nc-glyph-window-zoom-in:before{content:"\f299"}.nc-glyph-window-zoom-out:before{content:"\f29a"}.nc-glyph-wine-list:before{content:"\f29b"}.nc-glyph-wink-06:before{content:"\f29c"}.nc-glyph-wink-11:before{content:"\f29d"}.nc-glyph-wink-69:before{content:"\f29e"}.nc-glyph-witch-hat:before{content:"\f29f"}.nc-glyph-wolf:before{content:"\f2a0"}.nc-glyph-woman-2:before{content:"\f2a1"}.nc-glyph-woman-21:before{content:"\f2a2"}.nc-glyph-woman-24:before{content:"\f2a3"}.nc-glyph-woman-25:before{content:"\f2a4"}.nc-glyph-woman-down:before{content:"\f2a5"}.nc-glyph-woman-man:before{content:"\f2a6"}.nc-glyph-woman-up:before{content:"\f2a7"}.nc-glyph-woman:before{content:"\f2a8"}.nc-glyph-wood:before{content:"\f2a9"}.nc-glyph-wool-ball:before{content:"\f2aa"}.nc-glyph-worl-marker:before{content:"\f2ab"}.nc-glyph-world-2:before{content:"\f2ac"}.nc-glyph-world-pin:before{content:"\f2ad"}.nc-glyph-world:before{content:"\f2ae"}.nc-glyph-yogurt:before{content:"\f2af"}.nc-glyph-zip-54:before{content:"\f2b0"}.nc-glyph-zip-55:before{content:"\f2b1"}.nc-glyph-zombie:before{content:"\f2b2"}.nc-glyph-zoom-100:before{content:"\f2b3"}.nc-glyph-zoom-2:before{content:"\f2b4"}.nc-glyph-zoom-88:before{content:"\f2b5"}.nc-glyph-zoom-99:before{content:"\f2b6"}.nc-glyph-zoom-bold-in:before{content:"\f2b7"}.nc-glyph-zoom-bold-out:before{content:"\f2b8"}.nc-glyph-zoom-bold:before{content:"\f2b9"}.nc-glyph-zoom-e:before{content:"\f2ba"}.nc-glyph-zoom-in:before{content:"\f2bb"}.nc-glyph-zoom-out:before{content:"\f2bc"}.nc-glyph-zoom-split-in:before{content:"\f2bd"}.nc-glyph-zoom-split-out:before{content:"\f2be"}.nc-glyph-zoom-split:before{content:"\f2bf"}.nc-glyph-zoom-triangles:before{content:"\f2c0"}.nc-glyph-zoom:before{content:"\f2c1"}.nc-icon{display:inline-block;font-size:24px;line-height:1;font-weight:400;font-style:normal;font-variant:normal;speak:none;-moz-osx-font-smoothing:grayscale}.brz-ed-sorting .brz-ed-resizer,.brz-ed-sorting .sortable-chosen:after,.brz-ed-sorting .sortable-chosen:before{display:none}.brz .brz-b,.brz .brz-dt,.brz .brz-strong{font-weight:700}.nc-outline{font-family:"Nucleo Outline"}.nc-glyph{font-family:"Nucleo Glyph"}.nc-icon.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nc-icon.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nc-icon.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.nc-icon.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);transform:scale(-1,1)}.nc-icon.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);transform:scale(1,-1)}.brz-ed-sorting{user-select:none;cursor:move}.brz-ed-sorting *{pointer-events:none}.brz-ed-sorting .sortable-hovered.brz-ed-container-trigger{background-color:#03080f}.brz-ed-sorting .sortable-hovered.brz-ed-container-trigger:after{opacity:1!important;background-color:#fff!important}.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-2:after,.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-2:before{visibility:visible;opacity:1}.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-1:after{top:-1px}.brz-ed-sorting .sortable-chosen>.brz-ed-border>.brz-ed-border__inner-2:after{bottom:-1px}.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:after,.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.sortable-chosen.brz-wrapper-clone+div:before,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:after,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.sortable-chosen.brz-wrapper-clone+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container:after,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container:first-child:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:after,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper:after,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper:first-child:before{content:"";height:2px;position:absolute;left:0;right:0;bottom:-1px;background-color:#879294;opacity:.3}.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz .brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.sortable-chosen.brz-wrapper-clone+div:before,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz-ed-sorting .brz .sortable-receiver:not(.brz-ed-sortable--empty)>.sortable-chosen.brz-wrapper-clone+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-row__container:first-child:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper-clone:first-child:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper.sortable-chosen+div:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-wrapper:first-child:before{top:-1px;bottom:auto}.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty)>.brz-columns>.brz-ed-border>.brz-ed-border__inner-2:before{top:-1px;bottom:-1px;visibility:visible;opacity:.5;-webkit-transition:none;transition:none}.brz-ed-sorting .sortable-receiver:not(.brz-ed-sortable--empty).brz-row{margin-top:5px;margin-bottom:5px}.brz-ed-sorting .sortable-hovered-bottom:not(.brz-ed-container-trigger):not(.brz-ed-border__sortable):after,.brz-ed-sorting .sortable-hovered-top:not(.brz-ed-container-trigger):not(.brz-ed-border__sortable):before{opacity:1!important;-webkit-transform:scaleY(2);transform:scaleY(2);border-radius:4px}.brz-ed-sorting .sortable-hovered-left:after,.brz-ed-sorting .sortable-hovered-right:after{top:0;width:2px;height:100%}.brz-ed-sorting .sortable-hovered-left:after{left:0}.brz-ed-sorting .sortable-hovered-left>.brz-ed-border>.brz-ed-border__inner-1:before{-webkit-transform:scaleX(2);transform:scaleX(2);opacity:1!important;-webkit-transition:none;transition:none;border-radius:4px}.brz-ed-sorting .sortable-hovered-right:after{right:-2px}.brz-ed-sorting .sortable-hovered-right>.brz-ed-border>.brz-ed-border__inner-2:before{-webkit-transform:scaleX(2);transform:scaleX(2);opacity:1!important;-webkit-transition:none;transition:none;border-radius:4px}.sortable-helper{width:30px;height:30px;border-radius:50%;background-color:#3dbfe8;cursor:move}.sortable-placeholder{outline:#3dbfe8 solid 1px}.brz-ed .brz-ed-sortable--empty{position:relative;min-height:125px;width:calc(100% - 20px);height:calc(100% - 20px);margin:10px}.brz-ed .brz-ed-sortable--empty .brz-ed-border__inner-1,.brz-ed .brz-ed-sortable--empty .brz-ed-border__inner-2{opacity:.6}.brz-ed .brz-ed-sortable--empty .brz-ed-container-trigger{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes pulsate{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-ms-viewport{width:device-width}.brz .brz-figcaption,.brz .brz-figure,.brz .brz-section{display:block}.brz .brz-hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;margin:0}.brz .brz-h1,.brz .brz-h2,.brz .brz-h3,.brz .brz-h4,.brz .brz-h5,.brz .brz-h6{margin-top:0;margin-bottom:0;padding:0}.brz .brz-p{margin-top:0;margin-bottom:0}.brz .brz-span{float:none;margin:0;padding:0}.brz .brz-dl,.brz .brz-ol,.brz .brz-ul{margin:0;list-style:none;padding:0}.brz .brz-ol .brz-ol,.brz .brz-ol .brz-ul,.brz .brz-ul .brz-ol,.brz .brz-ul .brz-ul{margin:0}.brz .brz-dd{margin-bottom:.5rem;margin-left:0}.brz .brz-blockquote{margin:0 0 1rem}.brz .brz-dfn{font-style:italic}.brz .brz-a{color:#3dbfe8;background-color:transparent;box-shadow:none}.brz .brz-a[href]:hover{color:#1aabd8;box-shadow:none;cursor:pointer}.brz .brz-figure{margin:0}.brz .brz-img{border-style:none}.brz svg:not(:root){overflow:hidden}.brz .brz-button,.brz .brz-input,.brz .brz-label,.brz .brz-textarea{-ms-touch-action:manipulation;touch-action:manipulation}.brz .brz-table{border-collapse:collapse}.brz .brz-caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}.brz .brz-th{text-align:left}.brz .brz-label{display:inline-block;margin-bottom:0;font-weight:400}.brz .brz-button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.brz .brz-button,.brz .brz-input,.brz .brz-optgroup,.brz .brz-select,.brz .brz-textarea{padding:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.brz .brz-button,.brz .brz-input{overflow:visible}.brz .brz-button{-webkit-appearance:button}.brz .brz-button::-moz-focus-inner{padding:0;border-style:none}.brz .brz-input[type=radio],.brz .brz-input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.brz .brz-input[type=date],.brz .brz-input[type=time],.brz .brz-input[type=datetime-local],.brz .brz-input[type=month]{-webkit-appearance:listbox}.brz .brz-textarea{overflow:auto;resize:vertical}.brz .brz-fieldset{min-width:0;padding:0;margin:0;border:0}.brz .brz-iframe,.brz .brz-object{margin-bottom:0;max-width:100%}.brz .brz-iframe{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.brz [hidden]{display:none!important}.brz .brz-reset-all{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:auto;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:none;animation-name:none;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;azimuth:center;-webkit-backface-visibility:visible;backface-visibility:visible;background-blend-mode:normal;block-size:auto;border-block-end-color:currentcolor;border-block-end-style:none;border-block-end-width:medium;border-block-start-color:currentcolor;border-block-start-style:none;border-block-start-width:medium;border-collapse:separate;border-image-outset:0s;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-inline-end-color:currentcolor;border-inline-end-style:none;border-inline-end-width:medium;border-inline-start-color:currentcolor;border-inline-start-style:none;border-inline-start-width:medium;bottom:auto;-webkit-box-decoration-break:slice;box-decoration-break:slice;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-column-break-after:auto;break-after:auto;-webkit-column-break-before:auto;break-before:auto;-webkit-column-break-inside:auto;break-inside:auto;caption-side:top;clear:none;clip:auto;-webkit-clip-path:none;clip-path:none;color:initial;-webkit-column-count:auto;column-count:auto;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;column-gap:normal;-webkit-column-rule-color:currentcolor;column-rule-color:currentcolor;-webkit-column-rule-style:none;column-rule-style:none;-webkit-column-rule-width:medium;column-rule-width:medium;-webkit-column-span:none;column-span:none;-webkit-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;display:inline;empty-cells:show;-webkit-filter:none;filter:none;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;float:none;font-family:initial;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:medium;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;-webkit-font-variant-ligatures:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-weight:400;grid-auto-columns:auto;grid-auto-flow:row;grid-auto-rows:auto;grid-column-end:auto;grid-column-gap:0;grid-column-start:auto;grid-template-columns:none;height:auto;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;image-orientation:0deg;image-resolution:1dppx;ime-mode:auto;inline-size:auto;isolation:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;left:auto;letter-spacing:normal;line-height:normal;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-end:0;-moz-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;-moz-margin-start:0;margin-inline-start:0;-webkit-mask-clip:border-box;mask-clip:border-box;-webkit-mask-composite:add;mask-composite:add;-webkit-mask-image:none;mask-image:none;-webkit-mask-origin:border-box;mask-origin:border-box;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:auto;mask-size:auto;mask-type:luminance;max-height:none;max-width:none;min-height:0;min-width:0;-o-object-fit:fill;object-fit:fill;object-position:50% 50%;offset-block-end:auto;offset-inline-end:auto;opacity:1;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;orphans:2;outline-color:initial;outline-offset:0;outline-style:none;outline-width:medium;overflow:visible;overflow-wrap:normal;overflow-x:visible;overflow-y:visible;-webkit-padding-after:0;padding-block-end:0;-webkit-padding-before:0;padding-block-start:0;-webkit-padding-end:0;-moz-padding-end:0;padding-inline-end:0;-webkit-padding-start:0;-moz-padding-start:0;padding-inline-start:0;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;pointer-events:auto;position:static;resize:none;right:auto;-webkit-scroll-snap-coordinate:none;-ms-scroll-snap-coordinate:none;scroll-snap-coordinate:none;-webkit-scroll-snap-destination:0 0;-ms-scroll-snap-destination:0 0;scroll-snap-destination:0 0;-webkit-scroll-snap-points-x:none;-ms-scroll-snap-points-x:none;scroll-snap-points-x:none;-webkit-scroll-snap-points-y:none;-ms-scroll-snap-points-y:none;scroll-snap-points-y:none;-webkit-scroll-snap-type:none;-ms-scroll-snap-type:none;scroll-snap-type:none;-moz-tab-size:8;-o-tab-size:8;tab-size:8;text-align:initial;text-align-last:auto;text-decoration-color:currentcolor;text-decoration-line:none;text-indent:0;text-justify:auto;text-overflow:clip;text-shadow:none;top:auto;-ms-touch-action:auto;touch-action:auto;-webkit-transform:none;transform:none;transform-box:border-box;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:baseline;visibility:visible;white-space:normal;width:auto;word-wrap:normal;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;z-index:auto;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;border-color:currentcolor;border-radius:0;border-style:none;border-width:medium;list-style:disc;margin:0;padding:0}.brz .brz-ed-blocked,.brz .slick-slide.dragging img{pointer-events:none}.brz .brz-bg-image,.brz .brz-iframe.brz-bg-video__cover{background-size:cover;background-repeat:no-repeat}.brz .brz-h1,.brz .brz-h2,.brz .brz-h3,.brz .brz-h4,.brz .brz-h5,.brz .brz-h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit}.brz .brz-h1,.brz .brz-p{font-weight:400}.brz .brz-h1{font-size:55px}.brz .brz-h2{font-size:40px}.brz .brz-h3{font-size:32px}.brz .brz-h4{font-size:26px}.brz .brz-h5{font-size:19px}.brz .brz-h6,.brz .brz-p{font-size:14px}.brz .brz-flex-xs-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-xs-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-xs-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-xs-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-xs-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-xs-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-xs-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-xs-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-xs-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-xs-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-xs-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-xs-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-xs-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-xs-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-xs-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-xs-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-xs-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-xs-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-xs-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-xs-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-xs-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-xs-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-xs-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-xs-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-xs-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-xs-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}@media (min-width:480px){.brz .brz-flex-ms-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-ms-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-ms-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-ms-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-ms-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-ms-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-ms-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-ms-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-ms-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-ms-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-ms-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-ms-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-ms-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-ms{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-ms{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-ms-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-ms-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-ms-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-ms-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-ms-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-ms-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-ms-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-ms-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-ms-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-ms-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-ms-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-ms-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-ms-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:768px){.brz .brz-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:992px){.brz .brz-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:1200px){.brz .brz-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:1400px){.brz .brz-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}.brz .brz-accordion,.brz .brz-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal}.brz .brz-d-block{display:block!important}.brz .brz-d-inline-block{display:inline-block!important}.brz .brz-d-inline{display:inline!important}.brz .brz-d-table{width:100%;display:table;position:relative}.brz .brz-d-table-cell{display:table-cell}.brz .brz-d-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-xs-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:480px){.brz .brz-d-ms-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-ms-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.brz .brz-d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.brz .brz-d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.brz .brz-d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1400px){.brz .brz-d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.brz .brz-ed-animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.brz .brz-ed-animated--fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.brz .brz-ed-animated--fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.brz .brz-ed-animated--fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.brz .brz-ed-animated--fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.brz .brz-ed-animated--spin{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.brz .brz-ed-fade-enter{opacity:.01}.brz .brz-ed-fade-enter.brz-ed-fade-enter-active{opacity:1;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz .brz-ed-fade-exit{opacity:1}.brz .brz-ed-fade-exit.brz-ed-fade-exit-active{opacity:.01;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz .brz-ed-arrow{position:absolute;top:-6px;height:12px;left:50%;margin-left:-6px}.brz .brz-ed-arrow:after{content:"";display:block;position:absolute;bottom:6px;border-bottom:6px solid rgba(3,8,15,.92);border-left:6px solid transparent;border-right:6px solid transparent}.brz .brz-hidden,.brz .brz-hidden-xl-down,.brz .brz-hidden-xs-up,.brz .brz-visible-print-block{display:none!important}.brz .brz-ed-arrow--top-center,.brz .brz-ed-arrow--top-left,.brz .brz-ed-arrow--top-right{top:auto;bottom:-6px}.brz .brz-ed-arrow--top-center:after,.brz .brz-ed-arrow--top-left:after,.brz .brz-ed-arrow--top-right:after{border-top:6px solid rgba(3,8,15,.92);border-bottom:6px solid transparent;bottom:-6px}.brz .brz-p-relative{position:relative!important}.brz .brz-p-absolute{position:absolute!important}.brz .brz-p-fixed{position:fixed!important}.brz .brz-bg,.brz .brz-bg-content,.brz .brz-icon-svg,.brz .brz-map,.brz .brz-section__content{position:relative}.brz .brz-invisible{visibility:hidden!important}.brz .brz-visible{visibility:visible!important}.brz .brz-invisible-xl-down,.brz .brz-invisible-xs-up{visibility:hidden!important}.brz .brz-invisible-blur-xs-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media (max-width:479px){.brz .brz-hidden-xs-down{display:none!important}.brz .brz-invisible-xs-down{visibility:hidden!important}.brz .brz-invisible-blur-xs-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:480px){.brz .brz-hidden-ms-up{display:none!important}.brz .brz-invisible-ms-up{visibility:hidden!important}.brz .brz-invisible-blur-ms-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:767px){.brz .brz-hidden-ms-down{display:none!important}.brz .brz-invisible-ms-down{visibility:hidden!important}.brz .brz-invisible-blur-ms-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}.brz .brz-container__wrap,.brz .brz-container__wrap--fluid{padding-left:15px;padding-right:15px}}@media (min-width:768px){.brz .brz-hidden-sm-up{display:none!important}.brz .brz-invisible-sm-up{visibility:hidden!important}.brz .brz-invisible-blur-sm-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:991px){.brz .brz-hidden-sm-down{display:none!important}.brz .brz-invisible-sm-down{visibility:hidden!important}.brz .brz-invisible-blur-sm-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:992px){.brz .brz-hidden-md-up{display:none!important}.brz .brz-invisible-md-up{visibility:hidden!important}.brz .brz-invisible-blur-md-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1199px){.brz .brz-hidden-md-down{display:none!important}.brz .brz-invisible-md-down{visibility:hidden!important}.brz .brz-invisible-blur-md-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1200px){.brz .brz-hidden-lg-up{display:none!important}.brz .brz-invisible-lg-up{visibility:hidden!important}.brz .brz-invisible-blur-lg-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1399px){.brz .brz-hidden-lg-down{display:none!important}.brz .brz-invisible-lg-down{visibility:hidden!important}.brz .brz-invisible-blur-lg-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1400px){.brz .brz-hidden-xl-up{display:none!important}.brz .brz-invisible-xl-up{visibility:hidden!important}.brz .brz-invisible-blur-xl-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}.brz .brz-invisible-blur-xl-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media print{.brz .brz-visible-print-block{display:block!important}}.brz .brz-visible-print-inline{display:none!important}@media print{.brz .brz-visible-print-inline{display:inline!important}}.brz .brz-visible-print-inline-block{display:none!important}@media print{.brz .brz-visible-print-inline-block{display:inline-block!important}.brz .brz-hidden-print{display:none!important}}.brz .brz-ow-hidden{overflow:hidden!important}.brz .brz-ow-visible{overflow:visible!important}.brz .brz-fw-100{font-weight:100!important}.brz .brz-fw-200{font-weight:200!important}.brz .brz-fw-300{font-weight:300!important}.brz .brz-fw-400{font-weight:400!important}.brz .brz-fw-500{font-weight:500!important}.brz .brz-fw-600{font-weight:600!important}.brz .brz-fw-700{font-weight:700!important}.brz .brz-fw-800{font-weight:800!important}.brz .brz-fw-900{font-weight:900!important}.brz .brz-icon-svg{display:inline-block;width:1em;height:1em;stroke:none;fill:currentColor;color:currentColor}.brz .brz-icon-svg use{fill:inherit}.brz .brz-icon-svg.glyph,.brz-ed .brz-icon-svg{fill:currentColor;stroke:none}.brz .brz-icon-svg.grid-16{height:16px;width:16px}.brz .brz-icon-svg.grid-24{height:24px;width:24px}.brz .brz-icon-svg.outline{stroke:currentColor;fill:none}.brz .brz-icon-svg.outline.stroke-2{stroke-width:2px}.brz .brz-section{background-color:#fff}.brz .brz-sec-full-height .brz-container__wrap,.brz .brz-sec-full-height .brz-container__wrap--fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}.brz .brz-container__wrap,.brz .brz-row{display:-webkit-box;display:-ms-flexbox}.brz .brz-container,.brz .brz-container__wrap{margin-left:auto;margin-right:auto;width:100%}.brz .brz-container__wrap{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%}.brz .brz-columns>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-wrapper,.brz .brz-wrapper-clone{border-top:1px solid transparent;border-bottom:1px solid transparent;margin-top:-1px;margin-bottom:-1px}.brz .brz-wrapper-clone__item{position:relative;min-height:1px;-ms-flex-preferred-size:auto;flex-basis:auto}.brz .brz-bg-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.brz .brz-bg-color,.brz .brz-bg-image,.brz .brz-bg-media,.brz .brz-bg-video,.brz .brz-iframe.brz-bg-video__cover{position:absolute;top:0;height:100%;width:100%;left:0}.brz .brz-bg-media{overflow:hidden}.brz .brz-iframe.brz-bg-video__cover{border:none;max-width:none}.brz .brz-icon,.brz .media-toolbar-primary .search{max-width:100%}.brz .brz-bg-color{opacity:1}@media (max-width:767px){.brz .brz-bg-video .brz-iframe{display:none!important}}@media (min-width:768px){.brz .brz-bg-image-parallax,.brz .brz-ed.brz-ed--desktop .brz-bg-image-parallax,.brz-ed.brz-ed--desktop .brz .brz-bg-image-parallax{width:100%;background-size:cover!important;background-position:50% 50%;left:0;height:100vh;top:-50vh;-webkit-transition:all 0s ease!important;transition:all 0s ease!important;-webkit-transform-origin:center center 0;transform-origin:center center 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}.brz .shortcode-badge{font-size:0}.brz .shortcode-badge .brz-a{display:inline-block;line-height:1}.brz .shortcode-badge .badge-sm{width:134px;height:39px}.brz .shortcode-badge .badge-md{width:168px;height:50px}.brz .shortcode-badge .badge-lg{width:210px;height:62px}.brz .shortcode-badge .badge-app-store,.brz .shortcode-badge .badge-google-play{background-size:cover;background-position:50% 50%;display:inline-block}.brz .brz-btn,.brz .brz-icon{display:-webkit-inline-box;display:-ms-inline-flexbox}.brz .badge-google-play{background-image:url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAjQAAACoCAYAAAD3sHQSAAAAGXRFWHRTb2Z0d2Fy ZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAA AAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5U Y3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6 eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8w My8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpE ZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRv YmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20v eGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRv YmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNl SUQ9InhtcC5paWQ6MDdBRjUxRjk3MEU5MTFFNjgxQ0VDNDZCNjkyQzMxMjciIHht cE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdBRjUxRkE3MEU5MTFFNjgxQ0VDNDZC NjkyQzMxMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0i eG1wLmlpZDowN0FGNTFGNzcwRTkxMUU2ODFDRUM0NkI2OTJDMzEyNyIgc3RSZWY6 ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0FGNTFGODcwRTkxMUU2ODFDRUM0NkI2OTJD MzEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0 YT4gPD94cGFja2V0IGVuZD0iciI/Pg9XKowAADMVSURBVHja7J0JmBTVufffQQQG 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 C/9aaCxYaloOn8go3OnUPMtiRv8b/jWbWg9K3xvOkeHfeUpKl2yQg//zvrQcqWPL SSH6pQUsIyHniNmyBQRKrPT++nN99atf1f5G+v1YIMw41nJUJE4tp2R6/VlBv8cT PsPuchFeDydhbIGBhI0qNw3y3DAlACEUNO6KGSuipixXTmoXNXbEjOiipOBfU9Gt TvrfkyPDb/53KZj5vpS+tJ6tJ0Ugy6t+EEOYLRLkGRG5cWUkGFS3bNkSNtAaQb8Y Z+oPmYKt1J8ZWCLq0qVL6H9kD45HJCE3DaKwVHtRuWlQRiORSwhJPf5acjJYYjJ6 rrU0V9qqc+ISMwpsfAn/mm1nHJNeT98gQ//+c+n1vW+xBaUA7KysB/sxJQoGLP3y B6wwxP36g3Bwov6wXKSvv3idjZmbhhAKGl+ImsCxnLjEjB7sD/V5W7nmXzPwj3fK Bcvukm7nns2WlEQQkYIQXQU2JUx0wMHMXO83EymaiHPA2dbJ+oN1Bjtz661wK1eu jPt8sMjolydVbpqePXuy8gihoHFIzCQqakpypU0TNfGJmbCZXKBetrUWS9X158i3 /v6wDHzmZjoOJwn4OugHxESToWEwPeecc0L/wzqzaNEiXmiXiFyuS7T+4OPSp0+f sPqbPn16QmXELt7YkVtfRuziTQihoPGMqGkrzpVAVU5CYkYP/Gu2dasQuSdHhm6c Kn3vvZqtKgkgT4h+WQiz/J07d9oeFJGr5N133w0L6S4qKmL+EZe5+eabpby8PPT/ qaeeqiW3s1t/iEL67ne/G2Zd27BhQ8JOxng/RK1qYzi/PhMxIYSCxhkxk7CouSVM 1MQrZhTKv+bTPjX0r0niLH/FihVhETP9+/eXXbt2WV6+wGCIpSX9UgJ8J7DXEHG/ /iBg1G7XcA7+yle+oolSK1sWQPi89dZb8uCDD4btC6U2KnUCZAqurq4O/Y8yEkK8 S1qHbRs9Fzh0y4mVp9PzEhIzepR/Ta+LszX/mpaP8mXf/W9Iw94ytjQXmDRpkowc OVIbCNVgA0vN22+/rVlZkM0XA6fewRPRTBA8M2bM0CKZVCI1JWamTp1qyTpjdesD NXgzKqojEB641sj3ogQDjrVr18qmTZtk7ty5HXa/htiBdS43N1e6du0a5jeDZchr rrnG0RBrbIvwhz/8ISwknBBCQeO8mElU1By85cTzvfMcLeoJ/5p66XN5bxm65XEt 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 K8AAyUL42gE4iPIAAAAASUVORK5CYII=')}.brz .badge-app-store{background-image:url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2Vu ZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1 Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQ RSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93 d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3Zn IHZlcnNpb249IjEuMSIgaWQ9IlVTX1VLX0Rvd25sb2FkX29uX3RoZSIgeG1sbnM9 Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDov L3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRo PSIxMzVweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTM1IDQwIiBlbmFi bGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzUgNDAiIHhtbDpzcGFjZT0icHJlc2Vy dmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0E2QTZBNiIgZD0iTTEzMC4xOTcsNDBI NC43MjlDMi4xMjIsNDAsMCwzNy44NzIsMCwzNS4yNjdWNC43MjZDMCwyLjEyLDIu MTIyLDAsNC43MjksMGgxMjUuNDY4DQoJCUMxMzIuODAzLDAsMTM1LDIuMTIsMTM1 LDQuNzI2djMwLjU0MUMxMzUsMzcuODcyLDEzMi44MDMsNDAsMTMwLjE5Nyw0MEwx MzAuMTk3LDQweiIvPg0KCTxwYXRoIGQ9Ik0xMzQuMDMyLDM1LjI2OGMwLDIuMTE2 LTEuNzE0LDMuODMtMy44MzQsMy44M0g0LjcyOWMtMi4xMTksMC0zLjgzOS0xLjcx NC0zLjgzOS0zLjgzVjQuNzI1DQoJCWMwLTIuMTE1LDEuNzItMy44MzUsMy44Mzkt My44MzVoMTI1LjQ2OGMyLjEyMSwwLDMuODM0LDEuNzIsMy44MzQsMy44MzVMMTM0 LjAzMiwzNS4yNjhMMTM0LjAzMiwzNS4yNjh6Ii8+DQoJPGc+DQoJCTxnPg0KCQkJ PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMwLjEyOCwxOS43ODRjLTAuMDI5LTMu MjIzLDIuNjM5LTQuNzkxLDIuNzYxLTQuODY0Yy0xLjUxMS0yLjIwMy0zLjg1My0y LjUwNC00LjY3Ni0yLjUyOA0KCQkJCWMtMS45NjctMC4yMDctMy44NzUsMS4xNzct NC44NzcsMS4xNzdjLTEuMDIyLDAtMi41NjUtMS4xNTctNC4yMjgtMS4xMjNjLTIu MTQsMC4wMzMtNC4xNDIsMS4yNzItNS4yNCwzLjE5Ng0KCQkJCWMtMi4yNjYsMy45 MjMtMC41NzYsOS42ODgsMS41OTUsMTIuODU5YzEuMDg2LDEuNTUzLDIuMzU1LDMu Mjg3LDQuMDE2LDMuMjI2YzEuNjI1LTAuMDY3LDIuMjMyLTEuMDM2LDQuMTkzLTEu MDM2DQoJCQkJYzEuOTQzLDAsMi41MTMsMS4wMzYsNC4yMDcsMC45OTdjMS43NDQt MC4wMjgsMi44NDItMS41NiwzLjg5LTMuMTI3YzEuMjU1LTEuNzgsMS43NTktMy41 MzMsMS43NzktMy42MjMNCgkJCQlDMzMuNTA3LDI0LjkyNCwzMC4xNjEsMjMuNjQ3 LDMwLjEyOCwxOS43ODR6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJN MjYuOTI4LDEwLjMwNmMwLjg3NC0xLjA5MywxLjQ3Mi0yLjU4LDEuMzA2LTQuMDg5 Yy0xLjI2NSwwLjA1Ni0yLjg0NywwLjg3NS0zLjc1OCwxLjk0NA0KCQkJCWMtMC44 MDYsMC45NDItMS41MjYsMi40ODYtMS4zNCwzLjkzOEMyNC41NTcsMTIuMjA1LDI2 LjAxNiwxMS4zODIsMjYuOTI4LDEwLjMwNnoiLz4NCgkJPC9nPg0KCTwvZz4NCgk8 Zz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUzLjY0NSwzMS41MDRoLTIu MjcxbC0xLjI0NC0zLjkwOWgtNC4zMjRsLTEuMTg1LDMuOTA5aC0yLjIxMWw0LjI4 NC0xMy4zMDhoMi42NDZMNTMuNjQ1LDMxLjUwNHoNCgkJCSBNNDkuNzU1LDI1Ljk1 NUw0OC42MywyMi40OGMtMC4xMTktMC4zNTUtMC4zNDItMS4xOTEtMC42NzEtMi41 MDdoLTAuMDRjLTAuMTMxLDAuNTY2LTAuMzQyLDEuNDAyLTAuNjMyLDIuNTA3bC0x LjEwNSwzLjQ3NQ0KCQkJSDQ5Ljc1NXoiLz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZG RiIgZD0iTTY0LjY2MiwyNi41ODhjMCwxLjYzMi0wLjQ0MSwyLjkyMi0xLjMyMywz Ljg2OWMtMC43OSwwLjg0My0xLjc3MSwxLjI2NC0yLjk0MiwxLjI2NA0KCQkJYy0x LjI2NCwwLTIuMTcyLTAuNDU0LTIuNzI1LTEuMzYyaC0wLjA0djUuMDU1aC0yLjEz MlYyNS4wNjdjMC0xLjAyNi0wLjAyNy0yLjA3OS0wLjA3OS0zLjE1OWgxLjg3NWww LjExOSwxLjUyMWgwLjA0DQoJCQljMC43MTEtMS4xNDYsMS43OS0xLjcxOCwzLjIz OC0xLjcxOGMxLjEzMiwwLDIuMDc3LDAuNDQ3LDIuODMzLDEuMzQyQzY0LjI4NCwy My45NDksNjQuNjYyLDI1LjEyNyw2NC42NjIsMjYuNTg4eiBNNjIuNDksMjYuNjY2 DQoJCQljMC0wLjkzNC0wLjIxLTEuNzA0LTAuNjMyLTIuMzFjLTAuNDYxLTAuNjMy LTEuMDgtMC45NDgtMS44NTYtMC45NDhjLTAuNTI2LDAtMS4wMDQsMC4xNzYtMS40 MzEsMC41MjMNCgkJCWMtMC40MjgsMC4zNS0wLjcwOCwwLjgwNy0wLjgzOSwxLjM3 M2MtMC4wNjYsMC4yNjQtMC4wOTksMC40OC0wLjA5OSwwLjY1djEuNmMwLDAuNjk4 LDAuMjE0LDEuMjg3LDAuNjQyLDEuNzY4DQoJCQlzMC45ODQsMC43MjEsMS42Njgs MC43MjFjMC44MDMsMCwxLjQyOC0wLjMxLDEuODc1LTAuOTI4QzYyLjI2NiwyOC40 OTYsNjIuNDksMjcuNjgsNjIuNDksMjYuNjY2eiIvPg0KCQk8cGF0aCBmaWxsPSIj RkZGRkZGIiBkPSJNNzUuNjk5LDI2LjU4OGMwLDEuNjMyLTAuNDQxLDIuOTIyLTEu MzI0LDMuODY5Yy0wLjc4OSwwLjg0My0xLjc3LDEuMjY0LTIuOTQxLDEuMjY0DQoJ CQljLTEuMjY0LDAtMi4xNzItMC40NTQtMi43MjQtMS4zNjJINjguNjd2NS4wNTVo LTIuMTMyVjI1LjA2N2MwLTEuMDI2LTAuMDI3LTIuMDc5LTAuMDc5LTMuMTU5aDEu ODc1bDAuMTE5LDEuNTIxaDAuMDQNCgkJCWMwLjcxLTEuMTQ2LDEuNzg5LTEuNzE4 LDMuMjM4LTEuNzE4YzEuMTMxLDAsMi4wNzYsMC40NDcsMi44MzQsMS4zNDJDNzUu MzIsMjMuOTQ5LDc1LjY5OSwyNS4xMjcsNzUuNjk5LDI2LjU4OHogTTczLjUyNywy Ni42NjYNCgkJCWMwLTAuOTM0LTAuMjExLTEuNzA0LTAuNjMzLTIuMzFjLTAuNDYx LTAuNjMyLTEuMDc4LTAuOTQ4LTEuODU1LTAuOTQ4Yy0wLjUyNywwLTEuMDA0LDAu MTc2LTEuNDMyLDAuNTIzDQoJCQljLTAuNDI4LDAuMzUtMC43MDcsMC44MDctMC44 MzgsMS4zNzNjLTAuMDY1LDAuMjY0LTAuMDk5LDAuNDgtMC4wOTksMC42NXYxLjZj MCwwLjY5OCwwLjIxNCwxLjI4NywwLjY0LDEuNzY4DQoJCQljMC40MjgsMC40OCww Ljk4NCwwLjcyMSwxLjY3LDAuNzIxYzAuODAzLDAsMS40MjgtMC4zMSwxLjg3NS0w LjkyOEM3My4zMDMsMjguNDk2LDczLjUyNywyNy42OCw3My41MjcsMjYuNjY2eiIv Pg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODguMDM5LDI3Ljc3MmMwLDEu MTMyLTAuMzkzLDIuMDUzLTEuMTgyLDIuNzY0Yy0wLjg2NywwLjc3Ny0yLjA3NCwx LjE2NS0zLjYyNSwxLjE2NQ0KCQkJYy0xLjQzMiwwLTIuNTgtMC4yNzYtMy40NDkt MC44MjlsMC40OTQtMS43NzdjMC45MzYsMC41NjYsMS45NjMsMC44NSwzLjA4Miww Ljg1YzAuODAzLDAsMS40MjgtMC4xODIsMS44NzctMC41NDQNCgkJCWMwLjQ0Ny0w LjM2MiwwLjY3LTAuODQ4LDAuNjctMS40NTRjMC0wLjU0LTAuMTg0LTAuOTk1LTAu NTUzLTEuMzY0Yy0wLjM2Ny0wLjM2OS0wLjk4LTAuNzEyLTEuODM2LTEuMDI5DQoJ CQljLTIuMzMtMC44NjktMy40OTQtMi4xNDItMy40OTQtMy44MTZjMC0xLjA5NCww LjQwOC0xLjk5MSwxLjIyNS0yLjY4OWMwLjgxNC0wLjY5OSwxLjktMS4wNDgsMy4y NTgtMS4wNDgNCgkJCWMxLjIxMSwwLDIuMjE3LDAuMjExLDMuMDIsMC42MzJsLTAu NTMzLDEuNzM4Yy0wLjc1LTAuNDA4LTEuNTk4LTAuNjEyLTIuNTQ3LTAuNjEyYy0w Ljc1LDAtMS4zMzYsMC4xODUtMS43NTYsMC41NTMNCgkJCWMtMC4zNTUsMC4zMjkt MC41MzMsMC43My0wLjUzMywxLjIwNWMwLDAuNTI2LDAuMjAzLDAuOTYxLDAuNjEx LDEuMzAzYzAuMzU1LDAuMzE2LDEsMC42NTgsMS45MzYsMS4wMjcNCgkJCWMxLjE0 NSwwLjQ2MSwxLjk4NiwxLDIuNTI3LDEuNjE4Qzg3Ljc3LDI2LjA4MSw4OC4wMzks MjYuODUyLDg4LjAzOSwyNy43NzJ6Ii8+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYi IGQ9Ik05NS4wODgsMjMuNTA4aC0yLjM1djQuNjU5YzAsMS4xODUsMC40MTQsMS43 NzcsMS4yNDQsMS43NzdjMC4zODEsMCwwLjY5Ny0wLjAzMywwLjk0Ny0wLjA5OWww LjA1OSwxLjYxOQ0KCQkJYy0wLjQyLDAuMTU3LTAuOTczLDAuMjM2LTEuNjU4LDAu MjM2Yy0wLjg0MiwwLTEuNS0wLjI1Ny0xLjk3NS0wLjc3Yy0wLjQ3My0wLjUxNC0w LjcxMS0xLjM3Ni0wLjcxMS0yLjU4N3YtNC44MzdoLTEuNHYtMS42aDEuNA0KCQkJ di0xLjc1N2wyLjA5NC0wLjYzMnYyLjM4OWgyLjM1VjIzLjUwOHoiLz4NCgkJPHBh dGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEwNS42OTEsMjYuNjI3YzAsMS40NzUtMC40 MjIsMi42ODYtMS4yNjQsMy42MzNjLTAuODgzLDAuOTc1LTIuMDU1LDEuNDYxLTMu NTE2LDEuNDYxDQoJCQljLTEuNDA4LDAtMi41MjktMC40NjctMy4zNjUtMS40MDFz LTEuMjU0LTIuMTEzLTEuMjU0LTMuNTM0YzAtMS40ODcsMC40My0yLjcwNSwxLjI5 My0zLjY1MmMwLjg2MS0wLjk0OCwyLjAyMy0xLjQyMiwzLjQ4NC0xLjQyMg0KCQkJ YzEuNDA4LDAsMi41NDEsMC40NjcsMy4zOTYsMS40MDJDMTA1LjI4MywyNC4wMjEs MTA1LjY5MSwyNS4xOTIsMTA1LjY5MSwyNi42Mjd6IE0xMDMuNDc5LDI2LjY5Ng0K CQkJYzAtMC44ODUtMC4xODktMS42NDQtMC41NzItMi4yNzdjLTAuNDQ3LTAuNzY2 LTEuMDg2LTEuMTQ4LTEuOTE0LTEuMTQ4Yy0wLjg1NywwLTEuNTA4LDAuMzgzLTEu OTU1LDEuMTQ4DQoJCQljLTAuMzgzLDAuNjM0LTAuNTcyLDEuNDA1LTAuNTcyLDIu MzE3YzAsMC44ODUsMC4xODksMS42NDQsMC41NzIsMi4yNzZjMC40NjEsMC43NjYs MS4xMDUsMS4xNDgsMS45MzYsMS4xNDgNCgkJCWMwLjgxNCwwLDEuNDUzLTAuMzks MS45MTQtMS4xNjhDMTAzLjI4MSwyOC4zNDcsMTAzLjQ3OSwyNy41OCwxMDMuNDc5 LDI2LjY5NnoiLz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMi42MjEs MjMuNzgzYy0wLjIxMS0wLjAzOS0wLjQzNi0wLjA1OS0wLjY3Mi0wLjA1OWMtMC43 NSwwLTEuMzMsMC4yODMtMS43MzgsMC44NQ0KCQkJYy0wLjM1NSwwLjUtMC41MzMs MS4xMzItMC41MzMsMS44OTV2NS4wMzVoLTIuMTMxbDAuMDItNi41NzRjMC0xLjEw Ni0wLjAyNy0yLjExMy0wLjA4LTMuMDIxaDEuODU3bDAuMDc4LDEuODM2aDAuMDU5 DQoJCQljMC4yMjUtMC42MzEsMC41OC0xLjEzOSwxLjA2Ni0xLjUyYzAuNDc1LTAu MzQzLDAuOTg4LTAuNTE0LDEuNTQxLTAuNTE0YzAuMTk3LDAsMC4zNzUsMC4wMTQs MC41MzMsMC4wMzlWMjMuNzgzeiIvPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBk PSJNMTIyLjE1NiwyNi4yNTJjMCwwLjM4Mi0wLjAyNSwwLjcwNC0wLjA3OCwwLjk2 N2gtNi4zOTZjMC4wMjUsMC45NDgsMC4zMzQsMS42NzMsMC45MjgsMi4xNzMNCgkJ CWMwLjUzOSwwLjQ0NywxLjIzNiwwLjY3MSwyLjA5MiwwLjY3MWMwLjk0NywwLDEu ODExLTAuMTUxLDIuNTg4LTAuNDU0bDAuMzM0LDEuNDhjLTAuOTA4LDAuMzk2LTEu OTgsMC41OTMtMy4yMTcsMC41OTMNCgkJCWMtMS40ODgsMC0yLjY1Ni0wLjQzOC0z LjUwNi0xLjMxM2MtMC44NDgtMC44NzUtMS4yNzMtMi4wNS0xLjI3My0zLjUyNGMw LTEuNDQ3LDAuMzk1LTIuNjUyLDEuMTg2LTMuNjEzDQoJCQljMC44MjgtMS4wMjYs MS45NDctMS41MzksMy4zNTUtMS41MzljMS4zODMsMCwyLjQzLDAuNTEzLDMuMTQx LDEuNTM5QzEyMS44NzMsMjQuMDQ3LDEyMi4xNTYsMjUuMDU1LDEyMi4xNTYsMjYu MjUyeg0KCQkJIE0xMjAuMTIzLDI1LjY5OWMwLjAxNC0wLjYzMi0wLjEyNS0xLjE3 OC0wLjQxNC0xLjYzOWMtMC4zNjktMC41OTMtMC45MzYtMC44ODktMS42OTktMC44 ODljLTAuNjk3LDAtMS4yNjQsMC4yODktMS42OTcsMC44NjkNCgkJCWMtMC4zNTUs MC40NjEtMC41NjYsMS4wMTQtMC42MzEsMS42NThIMTIwLjEyM3oiLz4NCgk8L2c+ DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ5LjA1 LDEwLjAwOWMwLDEuMTc3LTAuMzUzLDIuMDYzLTEuMDU4LDIuNjU4Yy0wLjY1Myww LjU0OS0xLjU4MSwwLjgyNC0yLjc4MywwLjgyNA0KCQkJCWMtMC41OTYsMC0xLjEw Ni0wLjAyNi0xLjUzMy0wLjA3OFY2Ljk4MmMwLjU1Ny0wLjA5LDEuMTU3LTAuMTM2 LDEuODA1LTAuMTM2YzEuMTQ1LDAsMi4wMDgsMC4yNDksMi41OSwwLjc0Nw0KCQkJ CUM0OC43MjMsOC4xNTYsNDkuMDUsOC45NjEsNDkuMDUsMTAuMDA5eiBNNDcuOTQ1 LDEwLjAzOGMwLTAuNzYzLTAuMjAyLTEuMzQ4LTAuNjA2LTEuNzU2Yy0wLjQwNC0w LjQwNy0wLjk5NC0wLjYxMS0xLjc3MS0wLjYxMQ0KCQkJCWMtMC4zMywwLTAuNjEx LDAuMDIyLTAuODQ0LDAuMDY4djQuODg5YzAuMTI5LDAuMDIsMC4zNjUsMC4wMjks MC43MDgsMC4wMjljMC44MDIsMCwxLjQyMS0wLjIyMywxLjg1Ny0wLjY2OQ0KCQkJ CVM0Ny45NDUsMTAuODkyLDQ3Ljk0NSwxMC4wMzh6Ii8+DQoJCQk8cGF0aCBmaWxs PSIjRkZGRkZGIiBkPSJNNTQuOTA5LDExLjAzN2MwLDAuNzI1LTAuMjA3LDEuMzE5 LTAuNjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAwOSwwLjcxOC0xLjcyNywwLjcx OA0KCQkJCWMtMC42OTIsMC0xLjI0My0wLjIyOS0xLjY1NC0wLjY4OWMtMC40MS0w LjQ1OS0wLjYxNS0xLjAzOC0wLjYxNS0xLjczNmMwLTAuNzMsMC4yMTEtMS4zMjks MC42MzUtMS43OTRzMC45OTQtMC42OTgsMS43MTItMC42OTgNCgkJCQljMC42OTIs MCwxLjI0OCwwLjIyOSwxLjY2OSwwLjY4OEM1NC43MDgsOS43NTcsNTQuOTA5LDEw LjMzMyw1NC45MDksMTEuMDM3eiBNNTMuODIyLDExLjA3MWMwLTAuNDM1LTAuMDk0 LTAuODA4LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIyLTAuMzc2LTAuNTMzLTAuNTY0 LTAuOTQtMC41NjRjLTAuNDIxLDAtMC43NDEsMC4xODgtMC45NjEsMC41NjRjLTAu MTg4LDAuMzExLTAuMjgxLDAuNjktMC4yODEsMS4xMzgNCgkJCQljMCwwLjQzNSww LjA5NCwwLjgwOCwwLjI4MSwxLjExOWMwLjIyNywwLjM3NiwwLjU0MywwLjU2NCww Ljk1MSwwLjU2NGMwLjQsMCwwLjcxNC0wLjE5MSwwLjk0LTAuNTc0DQoJCQkJQzUz LjcyNSwxMS44ODIsNTMuODIyLDExLjUwNiw1My44MjIsMTEuMDcxeiIvPg0KCQkJ PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYyLjc2NSw4LjcxOWwtMS40NzUsNC43 MTRoLTAuOTZsLTAuNjExLTIuMDQ3Yy0wLjE1NS0wLjUxMS0wLjI4MS0xLjAxOS0w LjM3OS0xLjUyM2gtMC4wMTkNCgkJCQljLTAuMDkxLDAuNTE4LTAuMjE3LDEuMDI1 LTAuMzc5LDEuNTIzbC0wLjY0OSwyLjA0N2gtMC45NzFsLTEuMzg3LTQuNzE0aDEu MDc3bDAuNTMzLDIuMjQxYzAuMTI5LDAuNTMsMC4yMzUsMS4wMzUsMC4zMiwxLjUx Mw0KCQkJCWgwLjAxOWMwLjA3OC0wLjM5NCwwLjIwNy0wLjg5NiwwLjM4OS0xLjUw M2wwLjY2OS0yLjI1aDAuODU0bDAuNjQxLDIuMjAyYzAuMTU1LDAuNTM3LDAuMjgx LDEuMDU0LDAuMzc4LDEuNTUyaDAuMDI5DQoJCQkJYzAuMDcxLTAuNDg1LDAuMTc4 LTEuMDAyLDAuMzItMS41NTJsMC41NzItMi4yMDJINjIuNzY1eiIvPg0KCQkJPHBh dGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY4LjE5OCwxMy40MzNINjcuMTV2LTIuN2Mw LTAuODMyLTAuMzE2LTEuMjQ4LTAuOTUtMS4yNDhjLTAuMzExLDAtMC41NjIsMC4x MTQtMC43NTcsMC4zNDMNCgkJCQljLTAuMTkzLDAuMjI5LTAuMjkxLDAuNDk5LTAu MjkxLDAuODA4djIuNzk2aC0xLjA0OHYtMy4zNjZjMC0wLjQxNC0wLjAxMy0wLjg2 My0wLjAzOC0xLjM0OWgwLjkyMWwwLjA0OSwwLjczN2gwLjAyOQ0KCQkJCWMwLjEy Mi0wLjIyOSwwLjMwNC0wLjQxOCwwLjU0My0wLjU2OWMwLjI4NC0wLjE3NiwwLjYw Mi0wLjI2NSwwLjk1LTAuMjY1YzAuNDQsMCwwLjgwNiwwLjE0MiwxLjA5NywwLjQy Nw0KCQkJCWMwLjM2MiwwLjM0OSwwLjU0MywwLjg3LDAuNTQzLDEuNTYyVjEzLjQz M3oiLz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03MS4wODgsMTMuNDMz aC0xLjA0N1Y2LjU1NmgxLjA0N1YxMy40MzN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIj RkZGRkZGIiBkPSJNNzcuMjU4LDExLjAzN2MwLDAuNzI1LTAuMjA3LDEuMzE5LTAu NjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAxLDAuNzE4LTEuNzI3LDAuNzE4DQoJ CQkJYy0wLjY5MywwLTEuMjQ0LTAuMjI5LTEuNjU0LTAuNjg5Yy0wLjQxLTAuNDU5 LTAuNjE1LTEuMDM4LTAuNjE1LTEuNzM2YzAtMC43MywwLjIxMS0xLjMyOSwwLjYz NS0xLjc5NHMwLjk5NC0wLjY5OCwxLjcxMS0wLjY5OA0KCQkJCWMwLjY5MywwLDEu MjQ4LDAuMjI5LDEuNjcsMC42ODhDNzcuMDU3LDkuNzU3LDc3LjI1OCwxMC4zMzMs NzcuMjU4LDExLjAzN3ogTTc2LjE3LDExLjA3MWMwLTAuNDM1LTAuMDk0LTAuODA4 LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIxOS0wLjM3Ni0wLjUzMy0wLjU2NC0wLjkz OS0wLjU2NGMtMC40MjIsMC0wLjc0MiwwLjE4OC0wLjk2MSwwLjU2NGMtMC4xODgs MC4zMTEtMC4yODEsMC42OS0wLjI4MSwxLjEzOA0KCQkJCWMwLDAuNDM1LDAuMDk0 LDAuODA4LDAuMjgxLDEuMTE5YzAuMjI3LDAuMzc2LDAuNTQzLDAuNTY0LDAuOTUx LDAuNTY0YzAuNCwwLDAuNzEzLTAuMTkxLDAuOTM5LTAuNTc0DQoJCQkJQzc2LjA3 NCwxMS44ODIsNzYuMTcsMTEuNTA2LDc2LjE3LDExLjA3MXoiLz4NCgkJCTxwYXRo IGZpbGw9IiNGRkZGRkYiIGQ9Ik04Mi4zMywxMy40MzNoLTAuOTQxbC0wLjA3OC0w LjU0M2gtMC4wMjljLTAuMzIyLDAuNDMzLTAuNzgxLDAuNjUtMS4zNzcsMC42NQ0K CQkJCWMtMC40NDUsMC0wLjgwNS0wLjE0My0xLjA3Ni0wLjQyN2MtMC4yNDYtMC4y NTgtMC4zNjktMC41NzktMC4zNjktMC45NmMwLTAuNTc2LDAuMjQtMS4wMTUsMC43 MjMtMS4zMTkNCgkJCQljMC40ODItMC4zMDQsMS4xNi0wLjQ1MywyLjAzMy0wLjQ0 NlYxMC4zYzAtMC42MjEtMC4zMjYtMC45MzEtMC45NzktMC45MzFjLTAuNDY1LDAt MC44NzUsMC4xMTctMS4yMjksMC4zNDlsLTAuMjEzLTAuNjg4DQoJCQkJYzAuNDM4 LTAuMjcxLDAuOTc5LTAuNDA3LDEuNjE3LTAuNDA3YzEuMjMyLDAsMS44NSwwLjY1 LDEuODUsMS45NXYxLjczNkM4Mi4yNjIsMTIuNzgsODIuMjg1LDEzLjE1NSw4Mi4z MywxMy40MzN6DQoJCQkJIE04MS4yNDIsMTEuODEzdi0wLjcyN2MtMS4xNTYtMC4w Mi0xLjczNCwwLjI5Ny0xLjczNCwwLjk1YzAsMC4yNDYsMC4wNjYsMC40MywwLjIw MSwwLjU1M2MwLjEzNSwwLjEyMywwLjMwNywwLjE4NCwwLjUxMiwwLjE4NA0KCQkJ CWMwLjIzLDAsMC40NDUtMC4wNzMsMC42NDEtMC4yMThjMC4xOTctMC4xNDYsMC4z MTgtMC4zMzEsMC4zNjMtMC41NThDODEuMjM2LDExLjk0Niw4MS4yNDIsMTEuODg0 LDgxLjI0MiwxMS44MTN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJN ODguMjg1LDEzLjQzM2gtMC45M2wtMC4wNDktMC43NTdoLTAuMDI5Yy0wLjI5Nyww LjU3Ni0wLjgwMywwLjg2NC0xLjUxNCwwLjg2NA0KCQkJCWMtMC41NjgsMC0xLjA0 MS0wLjIyMy0xLjQxNi0wLjY2OXMtMC41NjItMS4wMjUtMC41NjItMS43MzZjMC0w Ljc2MywwLjIwMy0xLjM4MSwwLjYxMS0xLjg1M2MwLjM5NS0wLjQ0LDAuODc5LTAu NjYsMS40NTUtMC42Ng0KCQkJCWMwLjYzMywwLDEuMDc2LDAuMjEzLDEuMzI4LDAu NjRoMC4wMlY2LjU1NmgxLjA0OXY1LjYwN0M4OC4yNDgsMTIuNjIyLDg4LjI2LDEz LjA0NSw4OC4yODUsMTMuNDMzeiBNODcuMTk5LDExLjQ0NXYtMC43ODYNCgkJCQlj MC0wLjEzNi0wLjAxLTAuMjQ2LTAuMDI5LTAuMzNjLTAuMDU5LTAuMjUyLTAuMTg2 LTAuNDY0LTAuMzc5LTAuNjM1Yy0wLjE5NS0wLjE3MS0wLjQzLTAuMjU3LTAuNzAx LTAuMjU3DQoJCQkJYy0wLjM5MSwwLTAuNjk3LDAuMTU1LTAuOTIyLDAuNDY2Yy0w LjIyMywwLjMxMS0wLjMzNiwwLjcwOC0wLjMzNiwxLjE5M2MwLDAuNDY2LDAuMTA3 LDAuODQ0LDAuMzIyLDEuMTM1DQoJCQkJYzAuMjI3LDAuMzEsMC41MzMsMC40NjUs MC45MTYsMC40NjVjMC4zNDQsMCwwLjYxOS0wLjEyOSwwLjgyOC0wLjM4OEM4Ny4x LDEyLjA2OSw4Ny4xOTksMTEuNzgxLDg3LjE5OSwxMS40NDV6Ii8+DQoJCQk8cGF0 aCBmaWxsPSIjRkZGRkZGIiBkPSJNOTcuMjQ4LDExLjAzN2MwLDAuNzI1LTAuMjA3 LDEuMzE5LTAuNjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAwOCwwLjcxOC0xLjcy NywwLjcxOA0KCQkJCWMtMC42OTEsMC0xLjI0Mi0wLjIyOS0xLjY1NC0wLjY4OWMt MC40MS0wLjQ1OS0wLjYxNS0xLjAzOC0wLjYxNS0xLjczNmMwLTAuNzMsMC4yMTEt MS4zMjksMC42MzUtMS43OTRzMC45OTQtMC42OTgsMS43MTMtMC42OTgNCgkJCQlj MC42OTEsMCwxLjI0OCwwLjIyOSwxLjY2OCwwLjY4OEM5Ny4wNDcsOS43NTcsOTcu MjQ4LDEwLjMzMyw5Ny4yNDgsMTEuMDM3eiBNOTYuMTYyLDExLjA3MWMwLTAuNDM1 LTAuMDk0LTAuODA4LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIyMS0wLjM3Ni0wLjUz My0wLjU2NC0wLjk0MS0wLjU2NGMtMC40MiwwLTAuNzQsMC4xODgtMC45NjEsMC41 NjRjLTAuMTg4LDAuMzExLTAuMjgxLDAuNjktMC4yODEsMS4xMzgNCgkJCQljMCww LjQzNSwwLjA5NCwwLjgwOCwwLjI4MSwxLjExOWMwLjIyNywwLjM3NiwwLjU0Myww LjU2NCwwLjk1MSwwLjU2NGMwLjQsMCwwLjcxNS0wLjE5MSwwLjk0MS0wLjU3NA0K CQkJCUM5Ni4wNjQsMTEuODgyLDk2LjE2MiwxMS41MDYsOTYuMTYyLDExLjA3MXoi Lz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDIuODgzLDEzLjQzM2gt MS4wNDd2LTIuN2MwLTAuODMyLTAuMzE2LTEuMjQ4LTAuOTUxLTEuMjQ4Yy0wLjMx MSwwLTAuNTYyLDAuMTE0LTAuNzU2LDAuMzQzDQoJCQkJcy0wLjI5MSwwLjQ5OS0w LjI5MSwwLjgwOHYyLjc5NmgtMS4wNDl2LTMuMzY2YzAtMC40MTQtMC4wMTItMC44 NjMtMC4wMzctMS4zNDloMC45MmwwLjA0OSwwLjczN2gwLjAyOQ0KCQkJCWMwLjEy My0wLjIyOSwwLjMwNS0wLjQxOCwwLjU0My0wLjU2OWMwLjI4NS0wLjE3NiwwLjYw Mi0wLjI2NSwwLjk1MS0wLjI2NWMwLjQzOSwwLDAuODA1LDAuMTQyLDEuMDk2LDAu NDI3DQoJCQkJYzAuMzYzLDAuMzQ5LDAuNTQzLDAuODcsMC41NDMsMS41NjJWMTMu NDMzeiIvPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEwOS45MzYsOS41 MDRoLTEuMTU0djIuMjljMCwwLjU4MiwwLjIwNSwwLjg3MywwLjYxMSwwLjg3M2Mw LjE4OCwwLDAuMzQ0LTAuMDE2LDAuNDY3LTAuMDQ5DQoJCQkJbDAuMDI3LDAuNzk1 Yy0wLjIwNywwLjA3OC0wLjQ3OSwwLjExNy0wLjgxNCwwLjExN2MtMC40MTQsMC0w LjczNi0wLjEyNi0wLjk2OS0wLjM3OGMtMC4yMzQtMC4yNTItMC4zNS0wLjY3Ni0w LjM1LTEuMjcxVjkuNTA0DQoJCQkJaC0wLjY4OVY4LjcxOWgwLjY4OVY3Ljg1NWwx LjAyNy0wLjMxdjEuMTczaDEuMTU0VjkuNTA0eiIvPg0KCQkJPHBhdGggZmlsbD0i I0ZGRkZGRiIgZD0iTTExNS40ODQsMTMuNDMzaC0xLjA0OXYtMi42OGMwLTAuODQ1 LTAuMzE2LTEuMjY4LTAuOTQ5LTEuMjY4Yy0wLjQ4NiwwLTAuODE4LDAuMjQ1LTEs MC43MzUNCgkJCQljLTAuMDMxLDAuMTAzLTAuMDQ5LDAuMjI5LTAuMDQ5LDAuMzc3 djIuODM1aC0xLjA0N1Y2LjU1NmgxLjA0N3YyLjg0MWgwLjAyYzAuMzMtMC41MTcs MC44MDMtMC43NzUsMS40MTYtMC43NzUNCgkJCQljMC40MzQsMCwwLjc5MywwLjE0 MiwxLjA3OCwwLjQyN2MwLjM1NSwwLjM1NSwwLjUzMywwLjg4MywwLjUzMywxLjU4 MVYxMy40MzN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIxLjIw NywxMC44NTNjMCwwLjE4OC0wLjAxNCwwLjM0Ni0wLjAzOSwwLjQ3NWgtMy4xNDNj MC4wMTQsMC40NjYsMC4xNjQsMC44MjEsMC40NTUsMS4wNjcNCgkJCQljMC4yNjYs MC4yMiwwLjYwOSwwLjMzLDEuMDI5LDAuMzNjMC40NjUsMCwwLjg4OS0wLjA3NCwx LjI3MS0wLjIyM2wwLjE2NCwwLjcyOGMtMC40NDcsMC4xOTQtMC45NzMsMC4yOTEt MS41ODIsMC4yOTENCgkJCQljLTAuNzMsMC0xLjMwNS0wLjIxNS0xLjcyMS0wLjY0 NWMtMC40MTgtMC40My0wLjYyNS0xLjAwNy0wLjYyNS0xLjczMWMwLTAuNzExLDAu MTkzLTEuMzAzLDAuNTgyLTEuNzc1DQoJCQkJYzAuNDA2LTAuNTA0LDAuOTU1LTAu NzU2LDEuNjQ4LTAuNzU2YzAuNjc4LDAsMS4xOTMsMC4yNTIsMS41NDEsMC43NTZD MTIxLjA2OCw5Ljc3LDEyMS4yMDcsMTAuMjY1LDEyMS4yMDcsMTAuODUzeg0KCQkJ CSBNMTIwLjIwNywxMC41ODJjMC4wMDgtMC4zMTEtMC4wNjEtMC41NzktMC4yMDMt MC44MDVjLTAuMTgyLTAuMjkxLTAuNDU5LTAuNDM3LTAuODM0LTAuNDM3Yy0wLjM0 MiwwLTAuNjIxLDAuMTQyLTAuODM0LDAuNDI3DQoJCQkJYy0wLjE3NCwwLjIyNy0w LjI3NywwLjQ5OC0wLjMxMSwwLjgxNUgxMjAuMjA3eiIvPg0KCQk8L2c+DQoJPC9n Pg0KPC9nPg0KPC9zdmc+DQo=')}.brz .grid-shortcodes .shortcode-badge{margin-top:20px}.brz .brz-btn{display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;-webkit-transition:background .3s ease,color .3s ease,border-color .3s ease;transition:background .3s ease,color .3s ease,border-color .3s ease;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;color:#fff;cursor:pointer;user-select:none;-webkit-user-drag:none;background-image:none;white-space:nowrap;font-weight:400;-webkit-backface-visibility:hidden;backface-visibility:hidden}.brz .brz-ed-image__wrapper .brz-img,.brz .wp-core-ui .attachment{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.brz .brz-btn .brz-span{display:block}.brz .buttons{margin:-10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .buttons .brz-wrapper-clone__item{padding:10px}.brz .brz-icon{display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:background .3s ease,color .3s ease,border-color .3s ease;transition:background .3s ease,color .3s ease,border-color .3s ease}.brz .brz-list{margin:-6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .brz-list .brz-list__item{padding:6px}.brz .brz-countdown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.brz .brz-countdown__item{-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%;text-align:center;padding-left:15px;padding-right:15px;word-break:break-word;word-wrap:break-word}.brz .brz-countdown__number{font-size:1em;margin-bottom:15px}.brz .brz-spacer{width:100%}.brz .brz-icon-text{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:left;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.brz .brz-icon-text .brz-text-btn,.brz .brz-icon-text .brz-text__editor{width:100%}.brz .brz-line{line-height:1;font-size:0;padding-top:7px;padding-bottom:7px;display:inline-block}.brz .brz-line .brz-hr{border-right-width:0;border-bottom-width:0;border-left-width:0}.brz .brz-map{width:100%;display:inline-block;overflow:hidden}.brz .brz-map .brz-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.brz .brz-image{display:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;overflow:hidden}.brz .brz-image .brz-img{max-width:100%;border-radius:inherit}.brz .brz-image picture{border-radius:inherit}.brz .brz-ed-image__content{overflow:hidden;position:relative;width:100%}.brz .brz-ed-image__wrapper{position:absolute;top:0;left:0;margin-left:auto;margin-right:auto}.brz .brz-ed-image__wrapper .brz-img{max-width:none;user-select:none;-webkit-user-drag:none;display:block}.brz .brz-embed-code,.brz .brz-video,.brz .shortcode-price{display:inline-block}.brz .brz-ed-image__wrapper picture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.brz .brz-image-fix-1-1{padding-top:100%}.brz .brz-image-fix-2-1{padding-top:50%}.brz .brz-image-fix-2-3{padding-top:150%}.brz .brz-image-fix-3-4{padding-top:125%}.brz .brz-image-fix-4-3{padding-top:75%}.brz .brz-image-fix-9-16{padding-top:177.8%}.brz .brz-image-fix-16-9{padding-top:56.25%}.brz .brz-video{position:relative;width:100%}.brz .brz-video .brz-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.brz .shortcode-share .share-md,.brz .shortcode-share .share-sm{height:20px}.brz [class*=" price-size-"] .pricing__amount .brz-p,.brz [class*=" price-size-"] .pricing__currency .brz-p,.brz [class*=" price-size-"] .pricing__period .brz-p,.brz [class^=price-size-] .pricing__amount .brz-p,.brz [class^=price-size-] .pricing__currency .brz-p,.brz [class^=price-size-] .pricing__period .brz-p{line-height:1}.brz [class*=" price-size-"] .pricing__currency .brz-p,.brz [class^=price-size-] .pricing__currency .brz-p{font-size:.22em;margin-top:.7em}.brz [class*=" price-size-"] .pricing__amount .brz-p,.brz [class^=price-size-] .pricing__amount .brz-p{font-size:100%}.brz [class*=" price-size-"] .pricing__period .brz-p,.brz [class^=price-size-] .pricing__period .brz-p{font-size:.22em;margin-bottom:.45em}.brz .pricing__model .brz-p{cursor:auto!important}.brz .pricing__amount,.brz .pricing__currency,.brz .pricing__period{margin-right:5px;min-width:15px}.brz .pricing__currency{text-align:right;-ms-flex-item-align:start;align-self:flex-start}.brz .pricing__amount{text-align:center;-ms-flex-item-align:center;align-self:center}.brz .pricing__period{text-align:left;-ms-flex-item-align:end;align-self:flex-end;margin-right:0}.brz .price-size-50{font-size:50px}.brz .price-size-51{font-size:51px}.brz .price-size-52{font-size:52px}.brz .price-size-53{font-size:53px}.brz .price-size-54{font-size:54px}.brz .price-size-55{font-size:55px}.brz .price-size-56{font-size:56px}.brz .price-size-57{font-size:57px}.brz .price-size-58{font-size:58px}.brz .price-size-59{font-size:59px}.brz .price-size-60{font-size:60px}.brz .price-size-61{font-size:61px}.brz .price-size-62{font-size:62px}.brz .price-size-63{font-size:63px}.brz .price-size-64{font-size:64px}.brz .price-size-65{font-size:65px}.brz .price-size-66{font-size:66px}.brz .price-size-67{font-size:67px}.brz .price-size-68{font-size:68px}.brz .price-size-69{font-size:69px}.brz .price-size-70{font-size:70px}.brz .price-size-71{font-size:71px}.brz .price-size-72{font-size:72px}.brz .price-size-73{font-size:73px}.brz .price-size-74{font-size:74px}.brz .price-size-75{font-size:75px}.brz .price-size-76{font-size:76px}.brz .price-size-77{font-size:77px}.brz .price-size-78{font-size:78px}.brz .price-size-79{font-size:79px}.brz .price-size-80{font-size:80px}.brz .price-size-81{font-size:81px}.brz .price-size-82{font-size:82px}.brz .price-size-83{font-size:83px}.brz .price-size-84{font-size:84px}.brz .price-size-85{font-size:85px}.brz .price-size-86{font-size:86px}.brz .price-size-87{font-size:87px}.brz .price-size-88{font-size:88px}.brz .price-size-89{font-size:89px}.brz .price-size-90{font-size:90px}.brz .price-size-91{font-size:91px}.brz .price-size-92{font-size:92px}.brz .price-size-93{font-size:93px}.brz .price-size-94{font-size:94px}.brz .price-size-95{font-size:95px}.brz .price-size-96{font-size:96px}.brz .price-size-97{font-size:97px}.brz .price-size-98{font-size:98px}.brz .price-size-99{font-size:99px}.brz .price-size-100{font-size:100px}.brz .price-size-101{font-size:101px}.brz .price-size-102{font-size:102px}.brz .price-size-103{font-size:103px}.brz .price-size-104{font-size:104px}.brz .price-size-105{font-size:105px}.brz .price-size-106{font-size:106px}.brz .price-size-107{font-size:107px}.brz .price-size-108{font-size:108px}.brz .price-size-109{font-size:109px}.brz .price-size-110{font-size:110px}.brz .price-size-111{font-size:111px}.brz .price-size-112{font-size:112px}.brz .price-size-113{font-size:113px}.brz .price-size-114{font-size:114px}.brz .price-size-115{font-size:115px}.brz .price-size-116{font-size:116px}.brz .price-size-117{font-size:117px}.brz .price-size-118{font-size:118px}.brz .price-size-119{font-size:119px}.brz .price-size-120{font-size:120px}.brz .price-size-121{font-size:121px}.brz .price-size-122{font-size:122px}.brz .price-size-123{font-size:123px}.brz .price-size-124{font-size:124px}.brz .price-size-125{font-size:125px}.brz .price-size-126{font-size:126px}.brz .price-size-127{font-size:127px}.brz .price-size-128{font-size:128px}.brz .price-size-129{font-size:129px}.brz .price-size-130{font-size:130px}.brz .price-size-131{font-size:131px}.brz .price-size-132{font-size:132px}.brz .price-size-133{font-size:133px}.brz .price-size-134{font-size:134px}.brz .price-size-135{font-size:135px}.brz .price-size-136{font-size:136px}.brz .price-size-137{font-size:137px}.brz .price-size-138{font-size:138px}.brz .price-size-139{font-size:139px}.brz .price-size-140{font-size:140px}.brz .price-size-141{font-size:141px}.brz .price-size-142{font-size:142px}.brz .price-size-143{font-size:143px}.brz .price-size-144{font-size:144px}.brz .price-size-145{font-size:145px}.brz .price-size-146{font-size:146px}.brz .price-size-147{font-size:147px}.brz .price-size-148{font-size:148px}.brz .price-size-149{font-size:149px}.brz .price-size-150{font-size:150px}.brz .brz-embed-code{position:relative;width:100%;min-height:10px;word-break:break-all;word-wrap:break-word;overflow:hidden}.brz .list-ribbon{font-size:0;display:block;margin-top:0}.brz .list-ribbon .shortcode-ribbon{margin-top:12px}.brz .list-ribbon .text-bold{font-weight:700;letter-spacing:1.2px}.brz .shortcode-share{margin-top:20px}.brz .shortcode-share .share{display:block;background-repeat:no-repeat;background-size:100%}.brz .shortcode-share .share:hover{-webkit-box-shadow:inset 0 0 0 1000px rgba(255,255,255,.1);box-shadow:inset 0 0 0 1000px rgba(255,255,255,.1)}.brz .shortcode-share .share-sm.share-google{width:57px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAUCAMAAAAA9GVfAAABL1BMVEUAAAD////U1NTbRDeEJiZjrerfWk/toZonJibyuLP20Mz19fX//+r75+b43NnY2Nit6s/mfnXkc2nhZlutYyb///jx8fH//8/4/88mhM8mJmMoNVfdT0IoJi7x///98/Ln8fH//+N+u+Pc3Nza2tpOo9ZjoNb/8c+m3c/0xMDx7r743a3rlY7/z4TqwYToioL8xX7Wo2MsJmNBJk5+VTZRLyYzJib4///P///P8f/B4/+04/+Ez/+g3fj///HB3fGZyOqEwerByN1+rd3/+Nbd1tbx8c+06s/20c3/+MhVhMhBfrv/8bRBcKami6DqyJk6Y5ksVYszJoTjtHAsOnBjaWlBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzomLDqEQSxjOiymVSagTiZ+LCY6LCZVb0jKAAAAAXRSTlMAQObYZgAAARlJREFUOMtjYFBmIgfwMzDwczOSA7iVGZgYyQNMA6jTg5MPm7Q4Cyt+nVxszMzMwvIoMtomHNJKhHTyyjDrsAtygvi8vFAJxURvhWAjAQI6BZk5YXx2diiDRyTQXlRMgiXMNMRa1DAlTk2CJTTIQs9U1ksOSacMG1AL0L3sfEJsbEJQreoRZtIO4iyqbkmq6n5WBlLuLL5OWtGOWvE2SDrZgDo5hYSZ2eW5hPW5IBKiYuZ2hiDX8ohIKoabcUiBHK7LAQSsaK4FkZqMjDowd3smqynoGWuAdepG2RqAdfrEKIm5yqGGkD67EDMbRtg6S4B1usTKRoIMYWT0T5ANsMSMFT6yUgKXJt8QSrdk6CQ7Z6swMKiQWZoAACMTINfEEVavAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-sm.share-facebook{width:59px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAUCAYAAAAz30VQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NDk0NjFGQUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOTcxMDNGMEMwMzMxMUU2QUEyMzk3MUQ0NDk3OUZDMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOTcxMDNFRkMwMzMxMUU2QUEyMzk3MUQ0NDk3OUZDMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlOTg3NTNmLWNkMmItNGVmMS1hYzllLTM0MTI5NWYyNzQ2ZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NDk0NjFGQUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoajY0wAAAOoSURBVHja5Fd7TM1RHP/87r11b6GXe5OIXkhlyXN5hTITeSxjZq2NUcZGmtfGHyxmLBYjjxmGbIxZD8bUSCp59FAeWUSX2+2purrV7fZzzql7F6rfDRuuz3bu7/c753vOPZ/z+XzP7/w4nudBEbQuhUfnvVmB49hvWsICcJSs2RL9jrDI7IlSdPDjRWZPtAthSXf1cwNcsDVirEljHDifj9vZ5f8EX1F3laYS7UvsEMd+EIu4P0pW0pfgUmUDdiXkQl2jxaCBVkjcGyzYZ9kcDyye6cbiv2jbkJmvwuFLhaAbY0p8CC7eLCHlzZ9TticYiFIYrr3BboAlVi3yQuGbGsQcykL6448sRZbMcmPtFhIRUVv0dyprIHhqZyA8htoIxvuPkjNCmQUq5JfUoKi0lozRhHK1xhjj7GiNY9unQ24nw62HH3Au+TVExO5RS70x1c8JurZ25BZV4vjVYkgtxDi6bRruPlJisq8jbtwrQ9mnRmxcMQbuZD7vVRrEXy5kdb+srAGmEKUoLq2DpkmH3ZETcZosUGSYD/JeVyO7UG2MmeTjiLRcJVTVTQifPxLDnPqzurDZ7kjJeI+bmR8QFuSOiT4KUBPQ/16zZDRkUgkqa7VkTG842Epx8toLWMnEOLgpgC3WT5MNikpmpevz2tj7gv0q67RYvecem4hGq8PCQFemYuiM4caYjGcqXE9/R8rbTutL8fRlFWIOZ0PfzjN3UHi62Br7pD/5iPX7H0BJHDLBW8Ecp7C3YuQdbKTwdrP/fcqy19MUF8EYL1c7TPcfjKSMMkTHZSFsy21mNUPOUtTWt7ArtSubEBFl5nhnxEUHwH2IDdnQKn4YV6n+wq5OcmuWJvSkIBFzeEs20AupJahrbPl5smknQlnp+kxtJgS5vQwblvti80o/+Ho4wG/EQDgrrPG5sbXXfr6eDtC26BF3sQCWFqIeDkQdpOkOb0UsTfO9VdfOcremvvn3KmsKMvMqcDbpFbGgDeK3TMWOVeOQ81yNQ5cKeu13J6ccen07Uo+EwN9LjhadHs7yfj/E0frYM08hsxQjcV8wIkJH4dmrajSTher2iDw7MonvTsmecvf7drqyC6NvCatMdtt6TavRroKvCWLL/tYWgi4wQEFc1KDRsQXo03uWHgEpCSHQmGNXikyaTPXnZpOJUrTpeZOJUlTVNfdKtEPZqGT+f/kYkHT53oMZf7wbbcx908BxZissy9nweZ5io7LmaWmqoP6rAAMATKt9H3Y+r+kAAAAASUVORK5CYII=)}.brz .shortcode-share .share-sm.share-twitter{width:58px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAUCAYAAADcHS5uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFNjE0OUUwQTQwRjExRTU4MDZEQzVDRDgyNUMyMzEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFNjE0OUUxQTQwRjExRTU4MDZEQzVDRDgyNUMyMzEyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEU2MTQ5REVBNDBGMTFFNTgwNkRDNUNEODI1QzIzMTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEU2MTQ5REZBNDBGMTFFNTgwNkRDNUNEODI1QzIzMTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4tMOIyAAADXklEQVR42uRYWUhUYRT+vKPjbOqM475gUpMSZiFS0kKRkhUa6VNBSZQFRfmmBOG76GNUD1oUFQaRT7aBgg+Sii0kUaREYzouuYzL7M7Sf35nhqZxxpEMZDxw5t57/nv/e7/zfef8905E+m2tGEAT87PM4xFepmf+iHltJPtpZF6D8DSVG5tZYD/nEP52SQhDua5k8ZGBRhKkIjhcLugtTr+xawVxuLw7Fla7Cy0DCxjSL8G45ELfmGXDIhUCDZRmS/GkPBmJMpFPvHybDDeKlIiXCEhViFC/T4Wmw2pkxIg2NKUBGTUxtvITxeg8nYaGXj3aBo2wsNiRLKnfuWYW7x71ZfPWQRUqdsb6nVv78hdateZ1BUH3auyfx8gK6lsVaNdPM0YX7YypSDQyxoi5gSkb0hT+l7yfsGLS6PCJ0Y3bh4wo08g54Itt4zz+ZsK27mzR/HSvkSBzB5Tu0S0yRIsivMcxYgH70yXIjvMHOmG0+8UouwRKt2D3AiQfvZqFQuXyHK8rkjkbZFdy5HzMw9BgdSb3ByVq75yZrFzoGjqPtnTsueZeZap33jUBffHdBKvDFVJGe8asIWf/87gFldvlfD8vVYLSHAXf35spQa/WxEFqEsQofqzjnsIU5UlG8/FEDE3bkHFnmG/pmPbJSDHv5uxrB2pYcqKmY5rLN5jpDHZWn6HX3AedBQVMGcQggeaNL0WMXWkSdLLkEvCHHxe4Ishpn2LEHiWGSsJTGnT8z82IbNLkQFy0EHSCxr452J2h1xM1tapCJQxWJwc9wRJ5Ji8Giaz224fNuFksoOlEEn8n9TZGmxM73LLsuZDpEw8m15CBDs/bcezZOGr3KHFKI/cbf/rVgOffjGtqHCSvKaaCItYDGt7qoVFGcWDELjFIWwJ/vmPGy7anxgnY/f45NHxa5ADp2j/lSqwH6rwB6cpVR7GGJEV1fixbU2U+Y8TgXSapuq6ZVYFRsv627h8maGds/CE9Sw2xy9/VXk1BIV5uMuT1h9RszV5eo6+3T6IsV8HjzSeToXSrjWqbmtGBlOiAzxHBvl5W7DhJ7EWhikmqhIHdyjJHRvVK62UrY/LL9PovE//TAgINNxOwSYyAzm4CnLOC+ws83K2Flpc6qlX3B7gqTP9Kqf8twAA1+V6dVhZLfQAAAABJRU5ErkJggg==)}.brz .shortcode-share .share-sm.share-linkedin{width:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkYwRjU1NEJDMDM0MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkYwRjU1NEFDMDM0MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxN0QwNTBBQkJGOUMxMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxN0QwNTBBQ0JGOUMxMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjWZ6F8AAASISURBVHja3Fd9UFRVFP+9t4/9tF13F1gWwQBL+bBg1JktAtHpgxFpJsdxyMZIpXEarYaxmTJk7GMm8p8mR6PUZhK1D0azLMCcCFEmSiNGBAMNckFQQGE/YJfdlt33uu8tLFqyLrIJ9Zt5c+8975y7+3vnnHvOpbYev0i9V3OJdXpYTBa0YxAcTYOTKDDdoJKIULHOQFHM68c4N8sFZ1eOBWPqhls7C9MRGlkImFGyM8ni5AYDkvVKnOsewJK9Z2BxDE9sR4oG7XZhusJE+NCji7ULowSyPPiRX/8f4SP8d29O2Lv/ETCjk5L6LqREKpFCvNtAQppfBx0cJ+Q5aNHUE+aRX9b87/wKS0iausA4rFBIxLCyJLBmhJJHDfw5BPS0AeExgEx5dwlz27PGzp8tx26SnbpkQn55M3ZkJyIjTuPT208iIb+8xW8KyFwD2JObhpzURDAiCnXGa9j1XR0+a/fAMFuD0+9vQfaeGlQYbXeXsD/wJE9ueAgq6c0mz40cbmsPN45rm2u4D2vS5+OFz39Ci4XFtsfnoXh9Jr4tqhxT4j195YI35NV6QEG8z3qAvk7yzi5UAEGmjgCc5MP0k5ST3QPYLUBYjFfXfBXwkFFO5GpSGkWiOycsFG/prdV50v4I2ygxKIrUQdqFtqYmPPv7RcTPiSGpPLZfVlIkPliTDgnhtfnTapQSPirWgZJNmUiPj4bd6cLBmkYU/tyP9FgtSgqeQEVDO555JAFP7a+HwtaNnQXrEa5SoLy+FRsP/YpBeej4p3QgeOuHViHU+YefB4pDjd34pdOCd1cvwZWPXsLhjZlQusywWq0+neRYPfKOnEf3gAPbn14syFYY4jFbp0XOxydQ9VsHtq5IhYp8I1kIg7jwmVicdC+KT1/G2Y5e7F73GFp6rMg7WItlKXEozEz0X5YCwY0n99Hm3oDths09MLxZikdJM7OvvhMJUeH4+pWVSNXLfTq7a9tw4o9+1LT2QKfyykuq6rFpbxky7tdhQZxekEWqpD6bdypb8EZlK+JD5YgJU6HTNIhZSikum+yE9JzJE243O3zzhqsDAdsVZC1A6fMZqK5rQt6BWqQVfQWaxPjSxGifjnnIe+g5hz0Q0d6/9fayJFQVroaI5Gr5uY6RyjbWBl+3ebs6nVbtTTmZBPowDY43tuOLOuPkCd8pWgc8yHk4ATtXLUJ2lAjblicL8qZ+/23o0vmxaO7qQ9GBb6CRiwWZmHP73rs9XvKnjGa43CxsNhuKv/weKdFaOKiQqSN85HwPdvxoxPJF81D26io8uXAuiqrbUNZyjTAYCVGJzDtKZ/BFUZjuOtOF2AgtLJ9shkbjLYVzoyN8utyIrZ1EBV8yczMeROeHLyIyXIOjF/pu3e7jtQoukDp8o8yfvrjXCJcudlzyYQox+uwuBHo/Y2gKEhEtkLptn0y+k1LCwOJ0T74OBwvX7RO7TfG3OTfrCUiXv/j5I/sPDwcDt/PwlN+WQkRBTGPSJbFMyLQlq5YxoPetfICSMsEhTTuH4FGopyVZvks8+3Ia9ZcAAwDmG6Yma90QwgAAAABJRU5ErkJggg==)}.brz .shortcode-share .share-md.share-google{width:82px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAUCAMAAAAp85rYAAABXFBMVEUAAADs7Oz5+fny8vLq6ur////U1NTMzMzbRDeEJiZjrerf39/fWk/x8fHtoZonJiZ9ueb20Mz//+za2NjxuLMoJmP19fX75+b//ePb29v43NnT09Ot6s9mlc//z5Xnt33mfnXkc2nhZlutYyb2//+f2v3///j//8/4/88mhM9lZ2ooNVfdT0Lx///K8P/B4Pj98/JjoNZ9pNP/8c+m3c//8MD0xMDx7r743a2Hb5XnwJHrlY7/z4TqwYToioL8xX6tfW90ambWo2NBJk5+VTYmKTYpJiwzJibP///P8f+04/+Ez//q8fHj8fGZyOqEwerByN1+rd1Opt3/+Nbx8c+06s9OoM//+MhVhMhBfrv/8bTyubRBcKami6DqyJk6Y5ksVYszJoTjtHAsOnBBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzqEQSxjOiymVSagTiZVMyZ+LCZOLCY6LCaNwTK1AAAABXRSTlMAZkxIRZuwqtgAAAFsSURBVDjL1dVnU8IwGAfwWkmaYlsom9ZB2QIKiILKUhRw77333n7/O2muXJFycFffyP9Vc8n97p48aUL0uqGeWHsJOaRINQWShNUB9MThxiRkmydYkYBAXyAmKe0E1VUkfyyAFgnRRp0kzyCEvIlfM5Pzpqi5E9nTp4ymZyNj/gbSGUNZzmOTx06nssb1drh6Ze9vS6rixNSoaybQQHqQzOFwnPJh8V3Eg2yYvvm6XgqWvsvJMB25XMh/lA9G6qQqgsEBAIbMDWSMqVkIIU6QGEZSVqXuqtG1EL23876VOo0X7bv0yUbmcT3zslwnVVFLMjXSJnkRl+C9BR7gBFm/pSQXbvENu26rJrwHOVMtxk6kWrgHpQHI1rdg/zO5kp8bx2TuIVDE5NGTmbW2L1xtT4GTEKPp+GYYk9vPlXtZB+DstXK+2LE96iESQKvoO0Qymha64If87+TfrmBRewVDwqDzoTBgkoRUU0TyB37pReW/U4nXAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-md.share-facebook{width:78px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAUCAMAAAAUYfu+AAABnlBMVEUAAABLaLo7VqE7VaA+WaVCXapFYbBIZbXw8fL4+flec7FrhMXV2NzAyeDFzuhRaKpSaaxgesBhesH///89V6ORl6NKZ7hGY7JJZrdIZbU/Wqc+WaVHZLNFYbA8VqJLaLhAW6dCXatDX61EYK89WKRCXqzh//9Dwe+ip7Hy///z1c6grdNBXKpBXKhEXJdDo+Whr9fgwa81TIzo6/bc4vD//+be4ORCXdxvg7ylqrSXnag4TIz5///n//+t3/3///JxhsA8XbLgwKvhwajz///Y///H+f+V1P+g3/pzyfTQ1+t0uuuKxOb85uBGYtxEYNvz4tmWptP//My6vsV1isVogMBOerb/5K12Xas6Was5V6n/2p7z1J5ZYJ7Djp3/1JV0W5A7TIyQW3hOW3O3emWxdWVpW2Xt+f/P9P////v5+fr4+fn/9PSn0vFwu+1Hp+tYuelAounGz+f/7+bl0uJOmuK5w+BOidv/49RAW87szsNziMOIXMDnx7/y0r5ac7dZcbVcW7PixLLlwaxsWquKbam1WKjSrKZHZKTgwJoR39HnAAAAE3RSTlMA5vHx8O3r6U1NmYpNJh+pp5mWqtQ8bwAAAfBJREFUOMuVlAdT4kAcxXN3BDg9vbJiCCEeSVBAIGJEPUUp4hW985q999577/1b+9+EAJbZTN6bydt9O/ObbDazVHHhKzP6VEypsvsdz+W3Ux9LP5tyoYbz16HnqvNTtlKnKds0nAO9JAdlY51sNL+KOlmSDXFu9nHnZgk2xDFuRp9tdHX/Axw0d+P9DKQ8npKVFIxyNsBZGUbH1cCwCyEG9LuiEsdq64UPVTP5sqq0tznc0Mzkrzwcz/OZSYTvroHgQYDDIcdSgJNjA6IcU8okXFlVWkOjTvg/8aN37FseTsripEMcEjR/AAdZFaj2ofuVpsrz5Sb09xoaFWdvbFjUcYPDX2unv+dwoiRqW40kpdPIDuCgARw8NdxWoKNvLTGy23yAVwD3ztGJshrtaa6d+pnF0WK5hmsvF8FwFDjrAQep4lBiRIwjUAdeoQ1wgiBobxdMCmfBdoQEEOBwVAVafGhpdu8qnriBL4grWtvswsubBVxI0L9dKIkjJIQAd6IoSr+Ka2mbv21Dl9uBY7xCk4+C9oQ9mUkw/AVHGJr6CjxKr7emfSi9P7d5FIej6MMrNPlHsXhcWZxLxbk8JFvIv7GFc3FPcBzJhjgvF83gvBgX9XIEG+JKzMkA96GkzJQLyNdnUcHrNyb8voh4uT8ACV2kvZYHXGMAAAAASUVORK5CYII=)}.brz .shortcode-share .share-md.share-twitter{width:76px;height:28px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAcCAYAAADLGVncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTk3MTAzRjRDMDMzMTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTk3MTAzRjNDMDMzMTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNEQjc5MEJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNEQjc5MUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjgtEgEAAARUSURBVHja7FhPbNt0FP6cxLGbNmmzpnTkDxzWA3Roh0lDBCa1IDFAmtpdWmmHXth2aS/QE91lcKEnxmk7lVMrTWolxCqk0kqAhIAcJlGpIlGRwsZUN6yty9ak8eI4jXk/JxXLEmdxIbAxP8nOn/eLE3+/933ve+F0XXcC2Itcva3TI4yTHRXBcYSLDhfDyfHVLaUYJrB0GyzT0EvAaNLo8+BCV36zcWq00uhw2DBYCxswK9S0AbMr7PECzOeuv7w34Mal1/yYHezGuWPeivf/N8JvpUsuDQfx3jcyEnK+KhcNipg7013x3lqmQJ2Fw7sLm5DSBaTzxSceMJeVxb0BHnNUPecXthBL5Spy4y93VK2PeF0GaMMvtOHD7/+oTHb6sPiOFz6zL9vTMH5tE7Gm3TqPaA+PnaSCRLMAkzJ7CHudRiX9uJ7D1EoaS7fulytMqPmZhKxVg8VCcOOIzwWxTk8KN7NUetoxfaoVOLGLnmvbzQHskxv38OkbncbzV0OicbCI16DofpjmUjJGvlDQ5dnDlpd+fLQFYkHDx19uQ/IY0xrmrVYM/bTYttZY7q7efEp+dPIQdtQi2oVK8T9aR9TTqrluxVJK6UnwrzVSSkV0OIyRDg4Dwh2cj2uYpNdDAQcSP8sY+E7BxGAIYyEHvo3dwciyA1PDXXg74CxdoFDA9R82MRZn4Ag1czOdAUy/5C5Vt78NyXNujH/2e0MbZKlLLt5UqsB6VNCsankX42nafZeDNIYog1ZEO5x0cxx6D4sGCP3dpX2WNjRcOdttAJJTNPwkF5BzuTDYdxiTQZjmLrg1akLlTSoUId3VkGyGrbhEWjS1kml4PdMviUTfasys5MBaSntAQG+wBeEyD8QON1GrDUfYa0XFBAJ4y08THlH58tIWPpjdxLxcNG6rP/qsae5FMY/+mazxHbmMgv7P5YaF3xIlmS1gFKtFSzPNO1Ck0lhW2xAVeEycYI1BJy0sEvV5jJ90GFRKrmfp3FK+Cx4XzwRx8YFLdHk485yXJxngHhipm+j0GcUy+UcL5iJ1z8UD0LEUGq5vsMp04vWQy6iSqXieKoJoGqKbRRGxOAHmKS9X8xi9ehun6BiNZRGTVcyvFcxz1N0rJ8QmAsZM6yvTEi7f2KlLxfe/lv9W159ZVbHv9HKZPObiCrb2k0oe0ylWZhkk1JJFmSS9GnvzGapI0jyicmQna55jPaoMtuhtwfzpTkT/aUqGyYQyD8YemRHdtxQPx9xq1tA6a66+xi4zMPpacVxg4s68nkLN4BAiPg5r67tlzVExsJBG7LQPEb+IQX/pWsmb9zC0TBW44TbJsQ56H7/2eXBUcOL4c0LDns/SaDREQF045jMcf6W26UYHnV3drZoA/q1gHTXsJK37pdq518s1dZZ8eHYsean/BqAnYpasNJ1PF1D2/2E2YDZgj13wPGcDZslOa7oBGGdD0bircBxooHpKwWKnPwUYAELwyPQqHg7rAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-md.share-linkedin{width:90px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUCAYAAAAN+ioeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDNzlGQ0NDMDM1MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDNzlGQ0JDMDM1MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNEQjc5NEJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNEQjc5NUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptxm0WQAAAZqSURBVHja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)}.brz .shortcode-share .share-lg.share-google{width:57px;height:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA8CAMAAADrC+IEAAABgFBMVEUAAAD////MzMzU1NTbRDeEJiZjrerx8fHs7Ozf39/fWk/toZonJibZ2dn20MzyuLPn/////+Zmfbfnt33///n19fX//+r75+b43Nmt6s/mfnXkc2nhZlutYyb///GWxuh9t+eAveb//8/4/88mhM96Zm+3fWYmJmMoNVfdT0IoJi41KCbx///w//+f2P/98/KRxeJ5q93b29tOo9ZjoNb/8c+m3c9mlc/0xMDx7r5mgrz43a3rzZ/rlY7/z4TqwYToioL8xX5man2Cb2rAh2ZmZmbWo2MsJmNBJk5+VTb4///P///P8f/B4/+04/+Ez/+g3fjq8fHj8fHB3fHByN1vn9j/+Nbd1tbx8c+06s//+MhVhMhBfrv/57f/8bT/4qhBcKbw06Smi6DqyJk6Y5nixZEsVYszJoTdqHTjtHAsOnDYn29vZm9jaWnPlWbKkWZBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzomLDqEQSxjOiymVSagTiZVMyZ+LCZOLCYGm9KgAAAAAXRSTlMAQObYZgAAAZxJREFUSMft1WdPwkAYB/Aeba20CA4UlCUgMhVZCspUxL333nvvrV/da4EERCQ8viAk/F9c2lx+zZO76z0EQYogITFkECQMSYgQLKKKLIkMDgz26yByy9TFBE2dAHnW24HQZU/xUht34bGhvrZoWdfeWkZSG18ASnSM11Z+BVhbtIH38+Acsp9ohz9DZXPiK7JkEt5X8vcyMRJSna+X5U+1WIBiouhgCoQ85SGQEpX8J24SkhqCqGlEkDS6CRLBQpZQSmXK36YNdNXfUspSFKV2Zs30jUgs+kJSYaVCXIuMf1co0u3zbX32ZKi5gGyhsEqG41IPTZrDOTljpK+/TiflCfuz10hfHI1FPmxrjgxpZTHB9XJKFcuqUtR3a7foDLRn+d3j252ImVfo7fnAgz7wMpUhWSxlKjXFOaXqqDQ5IWdGtQm+2iZNW92NXWLmCw9LcKp+VotHP0KhdN2rn96ZyHC3IMP30zFBbj7qmSVH9gpFORXF5qytyyjIxSfbHf8RhPZebfvjubuihJ0Ev7KMzi1Agv9s/lIA3ibfWrQ9baMKIJ0AAAAASUVORK5CYII=)}.brz .shortcode-share .share-lg.share-facebook{width:58px;height:61px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA9CAYAAAD8vnqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFCMTAyOUNCRkFGMTFFNjlDRTVGNDAxMTRFMzkzMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFCMTAyOURCRkFGMTFFNjlDRTVGNDAxMTRFMzkzMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUIxMDI5QUJGQUYxMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUIxMDI5QkJGQUYxMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp3/3QMAAAo3SURBVHja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)}.brz .shortcode-share .share-lg.share-twitter{width:58px;height:62px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA+CAYAAAB6Kgg+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwQjU1NTIxQTQwRjExRTU4RUEyODFFNTk2REM3MzUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwQjU1NTIyQTQwRjExRTU4RUEyODFFNTk2REM3MzUxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDBCNTU1MUZBNDBGMTFFNThFQTI4MUU1OTZEQzczNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDBCNTU1MjBBNDBGMTFFNThFQTI4MUU1OTZEQzczNTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WLqsuAAAGS0lEQVR42uyb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)}.brz .shortcode-share .share-lg.share-linkedin{width:60px;height:62px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA+CAMAAABA6ohLAAABelBMVEUAAAD4+PgCbqkEebcIe7cYhLwahbx7uNmkzeTS5vHg7vX///8Ad7XKzM4GYJQ/mcggiL7v///w9/uAu9rXybUAWIfi4+TO0NH3/////+3o6eoAseb7+/wAye0Ab7L///v///PA3e2gzOPLzc8QgLqfd7UAdrL7/Pxv2ffQ5vH/7OWQxN8Ad8wwkcMAc7QAbqsAbI8AWIrf/f+/9f+P4/9v3fqX3/jv8PX78vMAzPLm5+j78uTv5d/3491ws9YAiNVgqtFQoszn0sbfzMHXzLXTw65rfa7jyKgAYpwEZJoAc5kAZozn///X///n+v+v8f+P5P+37vqX5frg7vbH6PY/0PVf0/OP1fGH1PFXzfEAw/Afv+4Asuwfsuqw1ehJyOgftuhnsOU/sOVfuuMfoeFnu9736t3X09wfkdnv5NXn2M4AiM5Hd8nf0McfiMKXnbVvgbWPd7VHd7WfbrAAbKMAZaKXlp8AYJu/oZavkZavhpbXw5GXgI8AX46EH78gAAAAC3RSTlMAuv379+flhVwuIAiQTiUAAAH7SURBVEjH7dZXU9tAEMDxc3qy60inYsuWcQEDccWGJECooaf33nvvvfDduUOjwXAgixXD8MD/Qff009xIM7fHWCyRjBNKJmLCdqUzQKg33RVjiTQQO5VgyQwVZ5IsDqszNNwgzYDVxRW8YlXdFmNAobBumjoV6waAoROxKVczKqZve9s/mCJ0TdM2g+XqLQWsgOjaaQqGTvCqUbBfZxRsUHBJx+JDEFGw/FIaFWti1akYZbt4x+L123pMP/QjjZtIgy7SiJXDvZc63AOvFSALuFYEJbS0jJTU0lK1tHTNdmgH9+Ha9vRhmPYfZntRqecMhuoAQyyWoFTE1o5iuAQeB4BxKp4UeJKKsVKoIBV7qbjnnG0v4Fk7G4gBQD4KtYKc4kUf108CvJxzuRUGgwEgtY9dZ+qe89bl/+xm3/I2fmHDXmxmG7b9Q8F+Ph6G+YU6unzQyU1jVmxj5HMHDOZmbznwZk7BJqLZgicGYPRn1uXl95dSX+6m/j92rA4Y+/go/+d1/5SCdcRaC8Z3ty/mLJdP47FU9/cX1zkIbOFxEJUVjKIW3GjWqwMjT7gl8c3cq2fcw6lv4g+0wyfyv6sXyk89fDn/9w7MSnwD5p/zD+3wxBWAoU/3+Yx4TfeDfhg6PzYMM1i96sDo1yAcouhYKTyOdhgcoh9DR5YAPja/bfm/19cAAAAASUVORK5CYII=)}.brz .grid-block-share:before{content:'';display:block;height:1px;margin-top:-1px}.brz .grid-block-share .grid-block-inner{margin:-20px -10px 0;font-size:0}.brz .grid-block-share .grid-shortcodes-item{display:inline-block;vertical-align:bottom;width:auto;padding-left:10px;padding-right:10px}.brz .brz-rich-text{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-rich-text i{font-style:italic}.brz .brz-rich-text ol li,.brz .brz-rich-text ul li{list-style:none}.brz .brz-rich-text ul li:before{position:relative;top:-.1em;line-height:1;content:"\2022";padding-right:.5em}.brz .brz-rich-text ol{counter-reset:number}.brz .brz-rich-text ol li{counter-increment:number}.brz .brz-rich-text ol li:before{content:counter(number);line-height:1;padding-right:.5em}.brz .brz-rich-text .ql-editor{white-space:pre-wrap}.brz .brz-rich-text h1,.brz .brz-rich-text h2,.brz .brz-rich-text h3,.brz .brz-rich-text h4,.brz .brz-rich-text h5,.brz .brz-rich-text h6{margin-top:0;margin-bottom:0;padding:0;text-shadow:none;text-transform:initial;text-decoration:initial}.brz .brz-rich-text p,.brz .brz-rich-text span{margin-top:0;margin-bottom:0;text-shadow:none;text-transform:initial;text-decoration:initial}.brz .brz-rich-text dl,.brz .brz-rich-text ol,.brz .brz-rich-text ul{margin:0;list-style:none;padding:0}.brz .brz-rich-text ol ol,.brz .brz-rich-text ol ul,.brz .brz-rich-text ul ol,.brz .brz-rich-text ul ul{margin:0}.brz .brz-rich-text a{color:#3dbfe8;text-decoration:none;background-color:transparent}.brz .brz-rich-text a[href]:hover{color:#1aabd8;text-decoration:none}.brz .brz-rich-text .link--anchor:not(.is-empty),.brz .brz-rich-text .link--external:not(.is-empty){color:#3dbfe8}.brz .brz-rich-text .link--anchor:not(.is-empty):hover,.brz .brz-rich-text .link--external:not(.is-empty):hover{color:#1aabd8}.brz .brz-text__editor{min-width:10px}.brz .brz-text__editor:empty:before{content:"\00a0\00a0"}.brz .mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.brz .mfp-fade.mfp-bg.mfp-ready{opacity:.8}.brz .mfp-fade.mfp-bg.mfp-removing{opacity:0}.brz .mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.brz .mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.brz .mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.brz .brz-counter{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:default;text-align:center;display:inline-block}.brz .brz-progress-bar .brz-text__editor{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brz .brz-shortcode__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;background-color:#373e48;color:#151924;font-size:inherit}@media (max-width:767px){.brz .brz-shortcode__placeholder{font-size:36px!important}}.brz .brz-soundcloud{font-size:0}.brz .slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.brz .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.brz .slick-list:focus{outline:0}.brz .slick-list.dragging{cursor:pointer;cursor:hand}.brz .slick-slider .slick-list,.brz .slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.brz .slick-slide{min-height:1px;display:none;height:auto}.brz .brz-accordion__item--active>.brz-accordion__content:empty,.brz .brz-tabs__items--active .brz-bg-content:empty{min-height:50px}.brz .slick-slide img{display:block}.brz .slick-slide.slick-loading img{display:none}.slick-initialized .brz .slick-slide{display:block}.slick-vertical .brz .slick-slide{display:block;height:auto;border:1px solid transparent}.brz .slick-arrow.slick-hidden{display:none}.brz .brz-slick-slider .brz-icon-svg,.brz .brz-slick-slider .brz-rich-text *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.brz .brz-slick-slider .brz-bg-media{width:calc(100% + 1px)}.brz .brz-slick-slider .brz-bg-color,.brz .brz-slick-slider .brz-bg-content{-webkit-transform:translateZ(0);transform:translateZ(0)}.brz .brz-slick-slider .brz-container__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .brz-slick-slider--fade .slick-slide{height:auto;visibility:hidden}.brz .brz-slick-slider--fade .slick-slide.slick-active{visibility:visible}.brz .slick-initialized .slick-slide{display:block}.brz .slick-track{position:relative;left:0;top:0;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .slick-slide .brz-section__content,.brz .slick-slide .brz-section__content>.brz-bg{height:100%}.brz .slick-slide .brz-section__content>.brz-bg>.brz-bg-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-slick-slider__dots{position:absolute;bottom:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0;list-style:none;margin:0;font-size:0}.brz .brz-slick-slider__dots li{display:inline-block;vertical-align:middle;padding-left:5px;padding-right:5px}.brz .brz-slick-slider__dots li:first-child{padding-left:0}.brz .brz-slick-slider__dots li:last-child{padding-right:0}.brz .brz-slick-slider__dots button{cursor:pointer;color:inherit;outline:0;overflow:hidden;padding:0;text-indent:-9999px;border:2px solid currentColor;background-color:transparent;-webkit-transition:linear .2s transform,linear .2s background-color;transition:linear .2s transform,linear .2s background-color}.brz .brz-slick-slider__dots .slick-active button{background-color:currentColor;-webkit-transition:linear .2s transform,linear .2s background-color;transition:linear .2s transform,linear .2s background-color}.brz .brz-slick-slider__dots--circle button{width:10px;height:10px;border-radius:10px}.brz .brz-slick-slider__dots--diamond button{width:10px;height:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brz .brz-slick-slider__dots--square button{width:10px;height:10px}.brz .brz-slick-slider__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;font-size:30px;opacity:.7;cursor:pointer;-webkit-transition:linear .2s opacity;transition:linear .2s opacity;color:#000}.brz .brz-slick-slider__arrow:hover{opacity:1;-webkit-transition:linear .2s opacity;transition:linear .2s opacity}.brz .brz-slick-slider__arrow .brz-icon-svg{display:block}.brz .brz-slick-slider__arrow-prev{-webkit-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);left:30px}.brz .brz-slick-slider__arrow-next{right:30px}.brz .brz-form{width:100%}.brz .brz-form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-form__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.brz .brz-form .brz-input,.brz .brz-form .brz-textarea{display:block;width:100%;height:auto;background-color:transparent;border:none;outline:0;color:inherit;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;line-height:inherit}.brz .brz-form .brz-textarea{height:100%;resize:none}.brz .brz-form .brz-form__field{padding:14px 24px}.brz .brz-form__select{position:relative}.brz .brz-form__select-current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brz .brz-form__select-list{border:1px solid #dcdee1;border-top-width:0;overflow:hidden;position:absolute;z-index:1041;top:100%;left:0;width:100%;background-color:#fff}.brz .brz-form__select-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;height:52px}.brz .brz-form__select-item:not(:last-child){border-bottom:1px solid #f1f1f2}.brz .brz-form__select-item__input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:16px;color:rgba(115,119,127,.7);line-height:1;font-family:inherit;font-weight:inherit;padding:14px 24px}.brz .brz-form__select-item__input .brz-input{border-width:0;height:100%;width:100%;color:inherit}.brz .brz-form__select-item__input .brz-input::-webkit-input-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input:-moz-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input::-moz-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input:-ms-input-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .media-frame button,.brz .media-frame-title h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal}.brz .brz-form__select-item__input .brz-input.brz-input{cursor:text}.brz .brz-form__select-item__icon{color:rgba(115,119,127,.7);-ms-flex-preferred-size:52px;flex-basis:52px;text-align:center;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.brz .brz-form__select--arrow{font-size:14px}.brz .brz-form .brz-control__select{position:relative}.brz .brz-form .brz-control__select-current,.brz .brz-form .brz-control__select-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:inherit;color:inherit}.brz .brz-form .brz-control__select-current{padding:14px 24px;cursor:pointer}.brz .brz-form .brz-control__select-current .brz-control__select-option{border:0;-ms-flex-preferred-size:100%;flex-basis:100%;height:100%}.brz .brz-form .brz-control__select-current .brz-control__select--arrow{font-size:14px}.brz .brz-form .brz-control__select-options{border:1px solid #dcdee1;border-top-width:0;overflow:hidden;position:absolute;z-index:1030;top:100%;left:0;width:100%;background-color:#fff;display:none}.brz .brz-form .brz-control__select-options .brz-control__select-option{padding:14px 24px;font-size:16px;height:52px;line-height:1.5;cursor:pointer}.brz .brz-form .brz-control__select-options .brz-control__select-option:not(:last-child){border-bottom:1px solid #f1f1f2}.brz .brz-form__alert{height:55px;width:100%;font-size:12px;line-height:2;letter-spacing:2.5px;font-weight:600;text-transform:uppercase;padding:17px 30px;color:#fff;margin-top:15px}.brz .brz-form__alert--success{background-color:#15d053}.brz .brz-form__alert--error{background-color:red}.brz .brz-form__item--error .brz-control__select-current,.brz .brz-form__item--error .brz-form__field{border-color:red!important}@media (max-width:767px){.brz .brz-form .brz-control__select-options .brz-control__select-option,.brz .brz-form__select-item__input{padding:10px 16px;font-size:14px}.brz .brz-form .brz-control__select-current,.brz .brz-form .brz-form__field{padding:10px 16px}}.brz .brz-tabs{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin:0;padding:0}.brz .brz-accordion__nav,.brz .brz-tabs__nav--button{padding:10px 15px;background-clip:padding-box;cursor:pointer}.brz .brz-tabs__nav--item{list-style:none}.brz .brz-tabs__nav--item:not(:last-child){margin-right:3px}.brz .brz-tabs__nav--active{position:relative}.brz .brz-tabs__nav--active:after,.brz .brz-tabs__nav--active:before{content:"";position:absolute;width:100vw;height:2px;bottom:0}.brz .brz-tabs__nav--active:before{left:-100vw}.brz .brz-tabs__nav--active:after{right:-100vw}.brz .brz-tabs__nav--button{border-style:solid}.brz .brz-tabs__content{font-size:0}.brz .brz-tabs__items{display:none;border-style:solid;background-clip:padding-box;width:100%}.brz .brz-tabs__items--active{display:inline-block;border-top:none}.brz .brz-accordion{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.brz .brz-accordion__nav{border-style:solid}.brz .brz-accordion__item{display:block;width:100%}.brz .brz-accordion__item>.brz-accordion__content{display:none;border-style:solid;background-clip:padding-box;border-top-color:transparent!important}.brz .brz-accordion__item:not(:last-child){margin-bottom:3px}.brz .brz-accordion__item--active>.brz-accordion__content{display:block}.brz .media-frame .hidden,.brz .screen-reader-text{display:none}.brz .media-modal *{-webkit-box-sizing:content-box;box-sizing:content-box}.brz .media-modal input,.brz .media-modal select,.brz .media-modal textarea{-webkit-box-sizing:border-box;box-sizing:border-box}.brz .media-frame,.brz .media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;outline:0;-webkit-overflow-scrolling:touch}.brz .media-frame h1,.brz .media-frame h2,.brz .media-frame h3,.brz .media-frame h4,.brz .media-frame h5,.brz .media-frame h6,.brz .media-frame p,.brz .media-modal h1,.brz .media-modal h2,.brz .media-modal h3,.brz .media-modal h4,.brz .media-modal h5,.brz .media-modal h6,.brz .media-modal p{letter-spacing:0;line-height:normal}.brz .media-modal label,.brz .media-modal legend{font-size:13px;text-transform:capitalize;line-height:1.4em;color:#666;font-weight:400}.brz .media-frame input,.brz .media-frame textarea{padding:6px 8px}.brz .media-frame select,.brz .wp-admin .media-frame select{line-height:28px;margin-top:3px}.brz .media-frame a{border-bottom:none;color:#0073aa}.brz .media-frame a:active,.brz .media-frame a:hover{color:#00a0d2}.brz .media-frame a:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);outline:0;color:#124964}.brz .media-frame a.button{color:#32373c}.brz .media-frame a.button:hover{color:#23282d}.brz .media-frame a.button-primary,.brz .media-frame a.button-primary:hover{color:#fff}.brz .media-frame input[type=text],.brz .media-frame input[type=password],.brz .media-frame input[type=number],.brz .media-frame input[type=search],.brz .media-frame input[type=email],.brz .media-frame input[type=url],.brz .media-frame select,.brz .media-frame textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:normal;font-weight:400;font-style:normal;border:1px solid #ddd;background-color:#fff;min-height:25px;height:auto;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:0;-webkit-transition:50ms border-color ease-in-out;transition:50ms border-color ease-in-out;letter-spacing:normal}.brz .media-frame input[type=text]:focus,.brz .media-frame input[type=password]:focus,.brz .media-frame input[type=number]:focus,.brz .media-frame input[type=search]:focus,.brz .media-frame input[type=email]:focus,.brz .media-frame input[type=url]:focus,.brz .media-frame select:focus,.brz .media-frame textarea:focus{border-color:#5b9dd9}.brz .media-frame select{height:24px;padding:2px}.brz .media-frame input:disabled,.brz .media-frame input[readonly],.brz .media-frame textarea:disabled,.brz .media-frame textarea[readonly]{background-color:#eee}.brz .media-frame input[type=search]{-webkit-appearance:textfield}.brz .media-frame ::-webkit-input-placeholder{color:#72777c}.brz .media-frame ::-moz-placeholder{color:#72777c;opacity:1}.brz .media-frame :-ms-input-placeholder{color:#72777c}.brz .media-frame button{text-shadow:none!important;line-height:normal!important;letter-spacing:normal;font-weight:400;text-transform:capitalize;margin:0}.brz .media-frame button.delete-attachment{height:auto;font-size:12px;line-height:1}.brz .media-frame button.media-button-select{margin-top:15px;font-size:13px;line-height:26px;height:28px}.brz .media-frame button.browser{color:#555!important;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc}.brz .media-frame button.browser:hover{background:#fafafa;border-color:#999;color:#23282d!important}.brz .media-modal{position:fixed;top:30px;left:78px;right:30px;bottom:60px;z-index:160000}.brz .media-frame-title h1{padding:0 16px;margin:0;font-size:22px;font-weight:600;line-height:50px;color:#23282d;text-shadow:none;text-transform:capitalize}.brz .media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#666;z-index:1000;cursor:pointer;outline:0;text-align:center;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.brz .media-modal-close:active,.brz .media-modal-close:hover{color:#00a0d2}.brz .media-modal-close:focus{color:#00a0d2;border-color:#5b9dd9;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .media-modal-close span.media-modal-icon{background-image:none}.brz .media-modal-close .media-modal-icon:before{content:"\f158";font:400 20px/1 dashicons;speak:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brz .attachment-details .setting label,.brz .attachment-details .setting span,.brz .image-details h2,.brz .image-details h3,.brz .media-router>a,.brz .media-sidebar .setting label,.brz .media-sidebar .setting span,.brz .media-sidebar h2,.brz .media-sidebar h3,.brz .uploader-inline h2,.brz .uploader-inline h3{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal}.brz .media-router>a{position:relative;float:left;padding:8px 10px 9px;margin:0;height:18px;line-height:18px;font-size:14px;text-decoration:none;font-weight:400;border-bottom:none;color:#0073aa;text-transform:capitalize;text-align:left;text-shadow:none}.brz .media-router>a:hover{color:#00a0d2}.brz .media-router>a:last-child{border-right:0}.brz .media-router>a:active{outline:0}.brz .media-router .active,.brz .media-router .active:hover{color:#32373c}.brz .media-router .active,.brz .media-router>a.active:last-child{background:#fff;border:1px solid #ddd;border-bottom:none}.brz .media-frame .search{padding:4px;font-size:13px;border-radius:0;line-height:normal;color:#444;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .media-modal-content .media-frame select.attachment-filters{margin-top:11px;margin-right:2%;width:42%;width:calc(48% - 12px);padding:2px;line-height:28px;height:28px}.brz .thumbnail{display:block;padding:0;margin-bottom:0;line-height:normal;background-color:transparent;border:0;border-radius:0}.brz .uploader-inline h2,.brz .uploader-inline h3{letter-spacing:0;color:#23282d}.brz .uploader-inline .has-upload-message .upload-instructions,.brz .uploader-inline p{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .media-sidebar .sidebar-title{font-size:20px;margin:0;padding:12px 10px 10px;line-height:28px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .image-details h2,.brz .image-details h3,.brz .media-sidebar h2,.brz .media-sidebar h3{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;line-height:1.4em;color:#666;margin:24px 0 8px;letter-spacing:normal;text-shadow:none}.brz .attachment-details .setting label,.brz .media-sidebar .setting label{display:block;text-transform:capitalize;letter-spacing:normal;text-shadow:none}.brz .attachment-details .setting span,.brz .media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;letter-spacing:normal;text-shadow:none;text-align:right;word-wrap:break-word}.brz .media-sidebar .setting .name{max-width:80px}.brz .attachment-details .setting select,.brz .media-sidebar .setting select{max-width:65%}.brz .attachment-details .field input[type=radio],.brz .attachment-details .field input[type=checkbox],.brz .attachment-details .setting input[type=radio],.brz .attachment-details .setting input[type=checkbox],.brz .media-sidebar .field input[type=radio],.brz .media-sidebar .field input[type=checkbox],.brz .media-sidebar .setting input[type=radio],.brz .media-sidebar .setting input[type=checkbox]{float:none;margin:8px 3px 0;padding:0}.brz .attachment-details .setting span,.brz .compat-item label span,.brz .media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:16px;font-weight:400;color:#666}.brz .compat-item label span{text-align:right}.brz .attachment-details .setting .value,.brz .attachment-details .setting input[type=text],.brz .attachment-details .setting input[type=password],.brz .attachment-details .setting input[type=number],.brz .attachment-details .setting input[type=search],.brz .attachment-details .setting input[type=email],.brz .attachment-details .setting input[type=url],.brz .attachment-details .setting input[type=tel],.brz .attachment-details .setting textarea,.brz .media-sidebar .setting .value,.brz .media-sidebar .setting input[type=text],.brz .media-sidebar .setting input[type=password],.brz .media-sidebar .setting input[type=number],.brz .media-sidebar .setting input[type=search],.brz .media-sidebar .setting input[type=email],.brz .media-sidebar .setting input[type=url],.brz .media-sidebar .setting input[type=tel],.brz .media-sidebar .setting textarea{-webkit-box-sizing:border-box;box-sizing:border-box;margin:1px;width:65%;float:right;border-radius:0}.brz .attachment-details .setting .value,.brz .media-sidebar .setting .value{margin:0 1px;text-align:left}.brz .attachment-details .setting textarea,.brz .compat-item .field textarea,.brz .media-sidebar .setting textarea{height:62px;resize:vertical}.brz .attachment-details select,.brz .media-sidebar select{margin-top:3px}.brz .media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.brz .media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.brz .media-frame select.attachment-filters:last-of-type{margin-right:0}.brz .wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#444;cursor:pointer;list-style:none;text-align:center;user-select:none;width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.brz .wp-core-ui .attachment.details:focus,.brz .wp-core-ui .attachment:focus,.brz .wp-core-ui .selected.attachment:focus{-webkit-box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #5b9dd9;box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #5b9dd9;outline:0}.brz .wp-core-ui .selected.attachment{-webkit-box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #ccc;box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #ccc}.brz .wp-core-ui .attachment.details{-webkit-box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa}.brz .wp-core-ui .attachment-preview{position:relative;-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#eee;cursor:pointer}.brz .wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.brz .wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.brz .wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.brz .wp-core-ui .attachment .portrait img{max-width:100%}.brz .wp-core-ui .attachment .landscape img{max-height:100%}.brz .wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.brz .wp-core-ui .attachment .thumbnail img{top:0;left:0}.brz .wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.brz .wp-core-ui .attachment .thumbnail .centered img{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{-webkit-transform:translate(-50%,-70%);transform:translate(-50%,-70%)}.brz .ie8 .wp-core-ui .attachment img.icon{top:20%;position:relative}.brz .wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.brz .wp-core-ui .attachment .filename div{padding:5px 10px}.brz .wp-core-ui .attachment .thumbnail img{position:absolute}.brz .wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;background-position:-96px 4px;border-radius:3px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.3);box-shadow:0 0 0 1px rgba(0,0,0,.3);-webkit-transition:none;transition:none}.brz .wp-core-ui .attachment-close:focus,.brz .wp-core-ui .attachment-close:hover{background-position:-36px 4px}.brz .wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#eee;cursor:pointer;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15);box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.brz .wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.brz .wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.brz .wp-core-ui .attachment.selected .check{display:block}.brz .wp-core-ui .attachment.details .check,.brz .wp-core-ui .attachment.selected .check:focus,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#0073aa;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px #0073aa;box-shadow:0 0 0 1px #fff,0 0 0 2px #0073aa}.brz .wp-core-ui .attachment.details .check .media-modal-icon,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.brz .wp-core-ui .attachment.details .check:hover .media-modal-icon,.brz .wp-core-ui .attachment.selected .check:focus .media-modal-icon,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.brz .wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:8px;font-size:12px;border-radius:0}.brz .media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.brz .attachments-browser .media-toolbar{right:300px;height:50px}.brz .attachments-browser.hide-sidebar .media-toolbar{right:0}.brz .attachments-browser .media-toolbar-primary>.media-button,.brz .attachments-browser .media-toolbar-primary>.media-button-group,.brz .attachments-browser .media-toolbar-secondary>.media-button,.brz .attachments-browser .media-toolbar-secondary>.media-button-group{margin:11px 0}.brz .attachments-browser .attachments{padding:2px 8px 8px}.brz .attachments-browser .attachments,.brz .attachments-browser .uploader-inline{position:absolute;top:50px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.brz .attachments-browser .uploader-inline.hidden{display:none}.brz .attachments-browser .media-toolbar-primary{max-width:33%}.brz .attachments-browser .media-toolbar-secondary{max-width:66%}.brz .uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.brz .uploader-inline .close:before{font:400 30px/1 dashicons!important;color:#555d66;display:inline-block;content:"\f335";font-weight:300;margin-top:1px}.brz .uploader-inline .close:focus{outline:#5b9dd9 solid 1px;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .attachments-browser.hide-sidebar .attachments,.brz .attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.brz .attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:18px;font-size:13px;color:#666;margin-right:.5em}.brz .attachments-browser .no-media{padding:2em 0 0 2em}.brz .media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#ddd;background:rgba(0,0,0,.1)}.brz .media-progress-bar div{height:10px;min-width:20px;width:0;background:#0073aa;border-radius:10px;-webkit-transition:width .3s;transition:width .3s}.brz .media-uploader-status .media-progress-bar{display:none;width:100%}.brz .uploading.media-uploader-status .media-progress-bar{display:block}.brz .attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.brz .media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.brz .uploader-inline .media-uploader-status h2,.brz .uploader-inline .media-uploader-status h3{display:none}.brz .media-uploader-status .upload-details{display:none;font-size:12px;color:#666}.brz .uploading.media-uploader-status .upload-details{display:block}.brz .media-uploader-status .upload-detail-separator{padding:0 4px}.brz .media-uploader-status .upload-count{color:#444}.brz .media-uploader-status .upload-dismiss-errors,.brz .media-uploader-status .upload-errors{display:none}.brz .errors.media-uploader-status .upload-dismiss-errors,.brz .errors.media-uploader-status .upload-errors{display:block}.brz .media-uploader-status .upload-dismiss-errors{text-decoration:none}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors{position:absolute;top:-10px;right:-10px;padding:10px;-webkit-transition:none;transition:none}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:before{content:"\f153";display:block;font:400 16px/1 dashicons;color:#72777c}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before{color:#c00}.brz .upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #dc3232;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.brz .uploader-inline .upload-errors .upload-error{background-color:#fbeaea;-webkit-box-shadow:none;box-shadow:none}.brz .upload-errors .upload-error-filename{font-weight:600}.brz .upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.brz .uploader-window{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,86,132,.9);z-index:250000;display:none;text-align:center;opacity:0;-webkit-transition:opacity 250ms;transition:opacity 250ms}.brz .uploader-window-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.brz .uploader-window h1,.brz .uploader-window h3{margin:-.5em 0 0;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:40px;color:#fff;padding:0}.brz .uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.brz .uploader-window .media-progress-bar div{background:#fff}.brz .uploading .uploader-window .media-progress-bar{display:block}.brz .media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.brz .uploader-inline-content{position:absolute;top:30%;left:0;right:0}.brz .uploader-inline-content .upload-ui{margin:2em 0}.brz .uploader-inline-content .post-upload-ui{margin-bottom:2em}.brz .uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.brz .uploader-inline h2,.brz .uploader-inline h3{font-size:20px;line-height:28px;font-weight:400;margin:0}.brz .uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#444;font-weight:400}.brz .uploader-inline .drop-instructions{display:none}.brz .supports-drag-drop .uploader-inline .drop-instructions{display:block}.brz .uploader-inline p{font-size:12px;margin:.5em 0}.brz .uploader-inline .media-progress-bar{display:none}.brz .uploading.uploader-inline .media-progress-bar{display:block}.brz .uploader-inline .browser{display:inline-block!important}.brz .media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.brz .media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.brz .media-selection.editing,.brz .media-selection.empty,.brz .media-selection.one .edit-selection{display:none}.brz .media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:20px;font-weight:600}.brz .media-selection .attachments,.brz .media-selection .selection-view{display:inline-block;vertical-align:top}.brz .media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:16px;border-right:1px solid #ddd;color:#0073aa;text-decoration:none}.brz .media-selection .button-link:focus,.brz .media-selection .button-link:hover{color:#00a0d2}.brz .media-selection .button-link:last-child{border-right:0;margin-right:0}.brz .selection-info .clear-selection{color:#bc0b0b}.brz .selection-info .clear-selection:focus,.brz .selection-info .clear-selection:hover{color:#dc3232}.brz .media-selection .attachments{height:48px;margin:6px;padding:0;overflow:hidden}.brz .media-selection .attachment{width:40px;padding:0;margin:4px}.brz .media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.brz .media-selection .attachment .icon{width:50%}.brz .media-selection .attachment-preview{-webkit-box-shadow:none;box-shadow:none;background:0 0}.brz .wp-core-ui .media-selection .attachment.details:focus,.brz .wp-core-ui .media-selection .attachment:focus,.brz .wp-core-ui .media-selection .selected.attachment:focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 2px 3px #5b9dd9;box-shadow:0 0 0 1px #fff,0 0 2px 3px #5b9dd9}.brz .wp-core-ui .media-selection .selected.attachment{-webkit-box-shadow:none;box-shadow:none}.brz .wp-core-ui .media-selection .attachment.details{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #0073aa;box-shadow:0 0 0 1px #fff,0 0 0 3px #0073aa}.brz .media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:-webkit-gradient(linear,right top,left top,from(white),to(rgba(255,255,255,0)));background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.brz .media-selection .attachment .filename{display:none}.brz .media-frame .spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:0;vertical-align:middle}.brz .attachment-details.save-waiting .settings-save-status .spinner,.brz .media-frame .embed-loading .embed-url .spinner,.brz .media-frame .spinner.is-active{visibility:visible}.brz .media-toolbar .spinner{margin-top:14px}.brz .attachment-details{position:relative;overflow:auto}.brz .attachment-details .settings-save-status{float:right;text-transform:none;z-index:10}.brz .attachment-details .settings-save-status .spinner{margin-left:5px}.brz .attachment-details .settings-save-status .saved{float:right;display:none}.brz .attachment-details.save-complete .settings-save-status .saved{display:block}.brz .attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:18px;color:#666;border-bottom:1px solid #ddd;padding-bottom:11px}.brz .attachment-info .filename{font-weight:600;color:#444;word-wrap:break-word}.brz .attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.brz .uploading .attachment-info .thumbnail{width:120px;height:80px;-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,.1);box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.brz .uploading .attachment-info .media-progress-bar{margin-top:35px}.brz .attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.brz .attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.brz .attachment-info .details{float:left;font-size:12px;max-width:100%}.brz .attachment-info .delete-attachment,.brz .attachment-info .edit-attachment,.brz .attachment-info .trash-attachment,.brz .attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.brz .attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.brz .attachment-info .edit-attachment{display:block}.brz .media-modal .delete-attachment,.brz .media-modal .trash-attachment,.brz .media-modal .untrash-attachment{display:inline;padding:0;color:#bc0b0b}.brz .media-modal .delete-attachment:focus,.brz .media-modal .delete-attachment:hover,.brz .media-modal .trash-attachment:focus,.brz .media-modal .trash-attachment:hover,.brz .media-modal .untrash-attachment:focus,.brz .media-modal .untrash-attachment:hover{color:#dc3232}.brz .attachment-display-settings{width:100%;float:left;overflow:hidden}.brz .attachment-display-settings h4{margin:1.4em 0 .4em}.brz .collection-settings{overflow:hidden}.brz .collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.brz .collection-settings .setting span{min-width:inherit}.brz .media-modal .imgedit-wrap{position:static}.brz .media-modal .imgedit-wrap .imgedit-panel-content{padding:16px;position:absolute;top:0;right:282px;bottom:0;left:0;overflow:auto}.brz .media-modal .imgedit-wrap .imgedit-settings{background:#f3f3f3;border-left:1px solid #ddd;padding:20px 16px 16px;position:absolute;top:0;right:0;bottom:0;width:250px;overflow:auto}.brz .media-modal .imgedit-group{background:0 0;border:none;border-bottom:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;margin:0 0 16px;padding:0 0 16px;position:relative}.brz .media-modal .imgedit-group:last-of-type{border:none;margin:0;padding:0}.brz .media-modal .imgedit-group-top{margin:0}.brz .media-modal .imgedit-group-top h2,.brz .media-modal .imgedit-group-top h2 .button-link,.brz .media-modal .imgedit-group-top h3{display:inline-block;text-transform:uppercase;font-size:12px;color:#666;margin:3px 0 0}.brz .media-modal .imgedit-group-top h2 .button-link,.brz .media-modal .imgedit-group-top h2 a,.brz .media-modal .imgedit-group-top h3 a{text-decoration:none;color:#666}.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#0074a2;font-size:20px;line-height:1;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:none;box-shadow:none}.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#0074a2;border-color:#5b9dd9;outline:0;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.brz .wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.brz .media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142"}.brz .media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.brz .imgedit-thumbnail-preview-caption{display:block}.brz .media-modal .imgedit-wrap div.updated{margin:0 0 16px}.brz .embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.brz .media-frame .embed-url input{font-size:18px;padding:12px 14px;width:100%;min-width:200px;-webkit-box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1);box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.brz .media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.brz .embed-link-settings,.brz .embed-media-settings{position:absolute;top:70px;left:0;right:0;bottom:0;padding:16px 16px 32px;overflow:auto}.brz .media-embed .embed-link-settings{overflow:visible}.brz .embed-preview embed,.brz .embed-preview iframe,.brz .embed-preview img,.brz .mejs-container video{max-width:100%;vertical-align:middle}.brz .embed-preview a{display:inline-block}.brz .embed-preview img{display:block;height:auto}.brz .mejs-container:focus{outline:#5b9dd9 solid 1px;-webkit-box-shadow:0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 2px 1px rgba(30,140,190,.8)}.brz .image-details .media-modal{left:140px;right:140px}.brz .image-details .media-frame-content,.brz .image-details .media-frame-router,.brz .image-details .media-frame-title{left:0}.brz .image-details .embed-media-settings{top:0;overflow:visible;padding:0}.brz .image-details .embed-media-settings,.brz .image-details .embed-media-settings div{-webkit-box-sizing:border-box;box-sizing:border-box}.brz .image-details .column-settings{background:#f3f3f3;border-right:1px solid #ddd;min-height:100%;width:55%;position:absolute;top:0;left:0}.brz .image-details .column-settings h2,.brz .image-details .column-settings h3{margin:20px;padding-top:20px;border-top:1px solid #ddd;color:#23282d}.brz .image-details .column-image{width:45%;position:absolute;left:55%;top:0}.brz .image-details .image{margin:20px}.brz .image-details .image img{max-width:100%;max-height:500px}.brz .image-details .advanced-toggle{padding:0;color:#666;text-transform:uppercase;text-decoration:none}.brz .image-details .advanced-toggle:active,.brz .image-details .advanced-toggle:hover{color:#666}.brz .image-details .advanced-toggle:after{font:400 20px/1 dashicons;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";display:inline-block;margin-top:-2px}.brz .image-details .advanced-visible .advanced-toggle:after{content:"\f142"}.brz .image-details .embed-media-settings .size{margin-bottom:4px}.brz .image-details .custom-size span{display:block}.brz .image-details .custom-size label{display:block;float:left}.brz .image-details .custom-size span small{color:#555d66;font-size:inherit}.brz .image-details .custom-size input{width:5em}.brz .image-details .custom-size .sep{float:left;margin:26px 6px 0}.brz .image-details .custom-size:after{content:"";display:table;clear:both}.brz .media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.brz .media-embed .thumbnail img{max-height:200px;display:block}.brz .media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.brz .media-embed .setting{width:100%;margin:10px 0;float:left;display:block;clear:both}.brz .image-details .embed-media-settings .setting{float:none;width:auto}.brz .image-details .actions{margin:10px 0}.brz .image-details .hidden{display:none}.brz .media-embed .setting input[type=text],.brz .media-embed .setting textarea{display:block;width:100%;max-width:400px;margin:1px 0}.brz .image-details .embed-media-settings .setting input[type=text],.brz .image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.brz .image-details .embed-media-settings .custom-size,.brz .image-details .embed-media-settings .link-target,.brz .image-details .embed-media-settings .setting input.link-to-custom{margin-left:27%;width:70%}.brz .image-details .embed-media-settings .link-target{margin-top:24px}.brz .media-embed .setting input.hidden,.brz .media-embed .setting textarea.hidden{display:none}.brz .media-embed .setting span{display:block;width:200px;font-size:13px;line-height:24px;color:#666}.brz .image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.brz .media-embed .setting .button-group{margin:2px 0}.brz .media-embed-sidebar{position:absolute;top:0;left:440px}.brz .advanced-section,.brz .link-settings{margin-top:10px}.brz .wp-editor-wrap .uploader-editor{background:rgba(150,150,150,.9);position:absolute;top:0;left:0;width:100%;height:100%;z-index:99998;display:none;text-align:center}.brz .wp-editor-wrap .uploader-editor-content{border:1px dashed #fff;position:absolute;top:10px;left:10px;right:10px;bottom:10px}.brz .wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;padding:0;margin:0;display:none}.brz .wp-editor-wrap .uploader-editor.droppable{background:rgba(0,86,132,.9)}.brz .wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}@media only screen and (max-width:900px){.brz .media-frame:not(.hide-menu) .media-frame-content,.brz .media-frame:not(.hide-menu) .media-frame-router,.brz .media-frame:not(.hide-menu) .media-frame-title,.brz .media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.brz .media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.brz .media-frame:not(.hide-menu) .media-menu{width:auto;max-width:80%;overflow:auto;z-index:2000;top:50px;left:-300px;right:auto;bottom:auto;padding:5px 0;border:1px solid #ccc}.brz .media-frame:not(.hide-menu) .media-frame-title,.brz .media-frame:not(.hide-menu) .media-menu.visible{left:0}.brz .media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.brz .media-frame:not(.hide-menu) .media-menu>a.active{display:none}.brz .media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.brz .media-frame:not(.hide-menu) .media-frame-title .dashicons{display:inline-block;line-height:50px}.brz .media-frame:not(.hide-menu) .media-frame-title h1{color:#0073aa;line-height:3;font-size:18px;float:left;cursor:pointer}.brz .media-sidebar{width:230px}.brz .attachments-browser .attachments,.brz .attachments-browser .media-toolbar,.brz .attachments-browser .uploader-inline{right:262px}.brz .attachment-details .setting,.brz .media-sidebar .setting{margin:6px 0}.brz .attachment-details .setting input,.brz .attachment-details .setting span,.brz .attachment-details .setting textarea,.brz .compat-item label span,.brz .media-sidebar .setting input,.brz .media-sidebar .setting span,.brz .media-sidebar .setting textarea{float:none}.brz .attachment-details .setting span,.brz .compat-item label span,.brz .media-sidebar .setting span{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 0}.brz .attachment-details .setting .value,.brz .media-sidebar .setting .value{float:none;width:auto}.brz .attachment-details .setting input[type=text],.brz .attachment-details .setting input[type=password],.brz .attachment-details .setting input[type=number],.brz .attachment-details .setting input[type=search],.brz .attachment-details .setting input[type=email],.brz .attachment-details .setting input[type=url],.brz .attachment-details .setting input[type=tel],.brz .attachment-details .setting select,.brz .attachment-details .setting textarea,.brz .media-sidebar .setting input[type=text],.brz .media-sidebar .setting input[type=password],.brz .media-sidebar .setting input[type=number],.brz .media-sidebar .setting input[type=search],.brz .media-sidebar .setting input[type=email],.brz .media-sidebar .setting input[type=url],.brz .media-sidebar .setting input[type=tel],.brz .media-sidebar .setting select,.brz .media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.brz .attachment-details .setting select.columns,.brz .media-sidebar .setting select.columns{width:auto}.brz .media-frame .search,.brz .media-frame input,.brz .media-frame textarea{padding:3px 6px}.brz .image-details .column-image{width:30%;left:70%}.brz .image-details .column-settings{width:70%}.brz .image-details .media-modal{left:30px;right:30px}.brz .image-details .embed-media-settings .setting{margin:20px}.brz .image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px}.brz .image-details .embed-media-settings .setting input.link-to-custom,.brz .image-details .embed-media-settings .setting input[type=text],.brz .image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.brz .image-details .embed-media-settings .custom-size{margin-left:20px}.brz .collection-settings .setting input[type=checkbox]{margin-top:0}.brz .media-selection{min-width:120px}.brz .media-selection:after{background:0 0}.brz .media-selection .attachments{display:none}.brz .media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.brz .media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.brz .media-modal .attachments-browser .media-toolbar .spinner{margin:14px 2px 0}.brz .media-frame input[type=text],.brz .media-frame input[type=password],.brz .media-frame input[type=number],.brz .media-frame input[type=search],.brz .media-frame input[type=email],.brz .media-frame input[type=url],.brz .media-frame select,.brz .media-frame textarea{font-size:16px}}@media only screen and (max-width:640px),screen and (max-height:400px){.brz .image-details .media-modal,.brz .media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.brz .media-modal-backdrop{position:fixed}.brz .media-sidebar{z-index:1900;max-width:70%;bottom:120%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:0}.brz .media-sidebar.visible{bottom:0}.brz .attachments-browser .attachments,.brz .attachments-browser .media-toolbar,.brz .attachments-browser .uploader-inline{right:0}.brz .image-details .media-frame-title{display:block;top:0;font-size:14px}.brz .image-details .column-image,.brz .image-details .column-settings{width:100%;position:relative;left:0}.brz .image-details .column-settings{padding:4px 0}.brz .media-frame-content .media-toolbar .instructions{display:none}}@media screen and (max-height:400px){.brz .media-menu{padding:0}.brz .media-frame-router{top:44px}.brz .media-frame-content{top:78px}.brz .attachments-browser .attachments{top:40px}.brz .embed-link-settings{overflow:visible}}@media only screen and (max-width:480px){.brz .media-modal-close{top:-5px}.brz .media-modal .media-frame-title{height:40px}.brz .wp-core-ui.wp-customizer .media-button{margin-top:13px}.brz .media-frame:not(.hide-menu) .media-frame-title h1,.brz .media-modal .media-frame-title h1{font-size:18px;line-height:40px}.brz .media-frame:not(.hide-menu) .media-frame-title .dashicons{line-height:40px}.brz .media-frame-router,.brz .media-frame:not(.hide-menu) .media-menu{top:40px}.brz .media-frame-content{top:74px}.brz .media-frame.hide-router .media-frame-content{top:40px}}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.brz .wp-core-ui .media-modal-icon{background-image:url(../images/uploader-icons-2x.png);background-size:134px 15px}.brz .media-frame .spinner{background-image:url(../images/spinner-2x.gif)}}.brz .media-frame-content[data-columns="1"] .attachment{width:100%}.brz .media-frame-content[data-columns="2"] .attachment{width:50%}.brz .media-frame-content[data-columns="3"] .attachment{width:33.33%}.brz .media-frame-content[data-columns="4"] .attachment{width:25%}.brz .media-frame-content[data-columns="5"] .attachment{width:20%}.brz .media-frame-content[data-columns="6"] .attachment{width:16.66%}.brz .media-frame-content[data-columns="7"] .attachment{width:14.28%}.brz .media-frame-content[data-columns="8"] .attachment{width:12.5%}.brz .media-frame-content[data-columns="9"] .attachment{width:11.11%}.brz .media-frame-content[data-columns="10"] .attachment{width:10%}.brz .media-frame-content[data-columns="11"] .attachment{width:9.09%}.brz .media-frame-content[data-columns="12"] .attachment{width:8.33%}.brz .admin-bar .wp-env .visual-sidebar{top:32px;left:0}.brz .admin-bar .wp-env .visual-wrap-block-wrap{margin-left:0;padding-bottom:0}.brz .brz-wp__sidebar{width:100%}.brz .brz-wp__sidebar .brz-shortcode__placeholder{width:100%;min-height:300px}.brz .brz-wp-shortcode{width:100%}.brz .brz-wp-shortcode .woocommerce:empty{width:100%;height:15px}.brz .brz-wp-shortcode .woocommerce-product-gallery{opacity:1!important}.brz .brz-wp-shortcode .brz-shortcode__placeholder{width:100%;min-height:300px}.brz .brz-wp-shortcode__menu .menu{margin:0 auto;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-wp-shortcode__menu .menu li{position:relative;display:inline-block;text-align:left;text-transform:uppercase;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.brz .brz-wp-shortcode__menu .menu li .sub-menu{top:22px;width:280px;padding-top:8px;padding-left:0;padding-right:0;position:absolute;left:0;text-align:left;text-transform:none;display:none;z-index:110}.brz-ed #brz-ed-root,.brz-ed .brz-ed-element-placeholder{position:relative}.brz .brz-wp-shortcode__menu .menu li .sub-menu li{display:block;margin:0;padding:0;background:#33344b}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:hover a{color:#fff;background:rgba(36,36,53,.94)}.brz-ed #brz-ed-root,body.brz-ed{background-color:#f3f3f3}.brz .brz-wp-shortcode__menu .menu li .sub-menu li a{display:block;line-height:1.2em;color:#fcfcfc;padding:10px 12%}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:first-child{padding-top:15px}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:last-child{padding-bottom:15px}.brz .brz-wp-shortcode__menu .menu li a span,.brz .brz-wp-shortcode__menu .menu li:hover .sub-menu{display:block}.brz-ed .body-without-scroll{overflow:hidden}.brz-ed .brz-ed-wrap-block-wrap{width:100%}.brz-ed .brz-ed-wrap-block-wrap--first{min-height:400px;height:100vh}.brz-ed .btn .brz-span[contenteditable=true]{cursor:text}.brz-ed .brz-ed-element-placeholder *{visibility:hidden}.brz-ed .brz-ed-element-placeholder:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";display:block;border:1px dashed #34beea;visibility:visible}.brz-ed .brz-ed-bar-wrapper,.brz-ed .brz-ed-fixed,.brz-ed .brz-ed-large-popup,.brz-ed .brz-ed-sidebar-block{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before,html{-webkit-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.brz-ed .brz-figcaption,.brz-ed .brz-figure,.brz-ed .brz-section{display:block}body{margin:0}.brz-iframe{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.brz-ed .brz-b,.brz-ed .brz-dt,.brz-ed .brz-strong{font-weight:700}.brz{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brz-ed .brz-hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;margin:0}.brz-ed .brz-h1,.brz-ed .brz-h2,.brz-ed .brz-h3,.brz-ed .brz-h4,.brz-ed .brz-h5,.brz-ed .brz-h6{margin-top:0;margin-bottom:0;padding:0}.brz-ed .brz-p{margin-top:0;margin-bottom:0}.brz-ed .brz-span{float:none;margin:0;padding:0}.brz-ed .brz-dl,.brz-ed .brz-ol,.brz-ed .brz-ul{margin:0;list-style:none;padding:0}.brz-ed .brz-ol .brz-ol,.brz-ed .brz-ol .brz-ul,.brz-ed .brz-ul .brz-ol,.brz-ed .brz-ul .brz-ul{margin:0}.brz-ed .brz-dd{margin-bottom:.5rem;margin-left:0}.brz-ed .brz-blockquote{margin:0 0 1rem}.brz-ed .brz-dfn{font-style:italic}.brz-ed .brz-a{color:#3dbfe8;text-decoration:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.brz-ed .brz-a[href]:hover{color:#1aabd8;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.brz-ed .brz-figure{margin:0}.brz-ed .brz-img{vertical-align:middle;border-style:none}.brz-ed svg:not(:root){overflow:hidden}.brz-ed .brz-button,.brz-ed .brz-input,.brz-ed .brz-label,.brz-ed .brz-textarea{-ms-touch-action:manipulation;touch-action:manipulation}.brz-ed .brz-table{border-collapse:collapse}.brz-ed .brz-caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}.brz-ed .brz-th{text-align:left}.brz-ed .brz-label{display:inline-block;margin-bottom:0;font-weight:400}.brz-ed .brz-button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.brz-ed .brz-button,.brz-ed .brz-input,.brz-ed .brz-optgroup,.brz-ed .brz-select,.brz-ed .brz-textarea{padding:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.brz-ed .brz-button,.brz-ed .brz-input{overflow:visible}.brz-ed .brz-button,.brz-ed .brz-select{text-transform:none}.brz-ed .brz-button{-webkit-appearance:button}.brz-ed .brz-button::-moz-focus-inner{padding:0;border-style:none}.brz-ed .brz-input[type=radio],.brz-ed .brz-input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.brz-ed .brz-input[type=date],.brz-ed .brz-input[type=time],.brz-ed .brz-input[type=datetime-local],.brz-ed .brz-input[type=month]{-webkit-appearance:listbox}.brz-ed .brz-textarea{overflow:auto;resize:vertical}.brz-ed .brz-fieldset{min-width:0;padding:0;margin:0;border:0}.brz-ed .brz-iframe,.brz-ed .brz-object{margin-bottom:0;max-width:100%}.brz-ed .brz-iframe{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.brz-ed [hidden]{display:none!important}.brz-ed .brz-reset-all{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:auto;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:none;animation-name:none;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;azimuth:center;-webkit-backface-visibility:visible;backface-visibility:visible;background-blend-mode:normal;block-size:auto;border-block-end-color:currentcolor;border-block-end-style:none;border-block-end-width:medium;border-block-start-color:currentcolor;border-block-start-style:none;border-block-start-width:medium;border-collapse:separate;border-image-outset:0s;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-inline-end-color:currentcolor;border-inline-end-style:none;border-inline-end-width:medium;border-inline-start-color:currentcolor;border-inline-start-style:none;border-inline-start-width:medium;bottom:auto;-webkit-box-decoration-break:slice;box-decoration-break:slice;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-column-break-after:auto;break-after:auto;-webkit-column-break-before:auto;break-before:auto;-webkit-column-break-inside:auto;break-inside:auto;caption-side:top;clear:none;clip:auto;-webkit-clip-path:none;clip-path:none;color:initial;-webkit-column-count:auto;column-count:auto;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;column-gap:normal;-webkit-column-rule-color:currentcolor;column-rule-color:currentcolor;-webkit-column-rule-style:none;column-rule-style:none;-webkit-column-rule-width:medium;column-rule-width:medium;-webkit-column-span:none;column-span:none;-webkit-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;display:inline;empty-cells:show;-webkit-filter:none;filter:none;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;float:none;font-family:initial;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:medium;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;-webkit-font-variant-ligatures:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-weight:400;grid-auto-columns:auto;grid-auto-flow:row;grid-auto-rows:auto;grid-column-end:auto;grid-column-gap:0;grid-column-start:auto;grid-template-columns:none;height:auto;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;image-orientation:0deg;image-resolution:1dppx;ime-mode:auto;inline-size:auto;isolation:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;left:auto;letter-spacing:normal;line-height:normal;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-end:0;-moz-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;-moz-margin-start:0;margin-inline-start:0;-webkit-mask-clip:border-box;mask-clip:border-box;-webkit-mask-composite:add;mask-composite:add;-webkit-mask-image:none;mask-image:none;-webkit-mask-origin:border-box;mask-origin:border-box;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:auto;mask-size:auto;mask-type:luminance;max-height:none;max-width:none;min-height:0;min-width:0;-o-object-fit:fill;object-fit:fill;object-position:50% 50%;offset-block-end:auto;offset-inline-end:auto;opacity:1;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;orphans:2;outline-color:initial;outline-offset:0;outline-style:none;outline-width:medium;overflow:visible;overflow-wrap:normal;overflow-x:visible;overflow-y:visible;-webkit-padding-after:0;padding-block-end:0;-webkit-padding-before:0;padding-block-start:0;-webkit-padding-end:0;-moz-padding-end:0;padding-inline-end:0;-webkit-padding-start:0;-moz-padding-start:0;padding-inline-start:0;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;pointer-events:auto;position:static;resize:none;right:auto;-webkit-scroll-snap-coordinate:none;-ms-scroll-snap-coordinate:none;scroll-snap-coordinate:none;-webkit-scroll-snap-destination:0 0;-ms-scroll-snap-destination:0 0;scroll-snap-destination:0 0;-webkit-scroll-snap-points-x:none;-ms-scroll-snap-points-x:none;scroll-snap-points-x:none;-webkit-scroll-snap-points-y:none;-ms-scroll-snap-points-y:none;scroll-snap-points-y:none;-webkit-scroll-snap-type:none;-ms-scroll-snap-type:none;scroll-snap-type:none;-moz-tab-size:8;-o-tab-size:8;tab-size:8;text-align:initial;text-align-last:auto;text-decoration-color:currentcolor;text-decoration-line:none;text-indent:0;text-justify:auto;text-overflow:clip;text-shadow:none;text-transform:none;top:auto;-ms-touch-action:auto;touch-action:auto;-webkit-transform:none;transform:none;transform-box:border-box;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:baseline;visibility:visible;white-space:normal;width:auto;word-wrap:normal;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;z-index:auto;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;border-color:currentcolor;border-radius:0;border-style:none;border-width:medium;list-style:disc;margin:0;padding:0}.brz-ed .brz-h1,.brz-ed .brz-h2,.brz-ed .brz-h3,.brz-ed .brz-h4,.brz-ed .brz-h5,.brz-ed .brz-h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit}.brz-ed .brz-h1,.brz-ed .brz-p{font-weight:400}.brz-ed .brz-h1{font-size:55px}.brz-ed .brz-h2{font-size:40px}.brz-ed .brz-h3{font-size:32px}.brz-ed .brz-h4{font-size:26px}.brz-ed .brz-h5{font-size:19px}.brz-ed .brz-h6,.brz-ed .brz-p{font-size:14px}.brz-ed .brz-flex-xs-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-xs-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-xs-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-xs-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-xs-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-xs-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-xs-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-xs-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-xs-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-xs-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-xs-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-xs-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-xs-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-xs-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-xs-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-xs-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-xs-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-xs-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-xs-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-xs-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-xs-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-xs-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-xs-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-xs-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-xs-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-xs-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}@media (min-width:480px){.brz-ed .brz-flex-ms-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-ms-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-ms-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-ms-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-ms-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-ms-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-ms-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-ms-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-ms-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-ms-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-ms-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-ms-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-ms-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-ms{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-ms{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-ms-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-ms-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-ms-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-ms-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-ms-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-ms-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-ms-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-ms-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-ms-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-ms-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-ms-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-ms-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-ms-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:768px){.brz-ed .brz-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:992px){.brz-ed .brz-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}.brz-ed .brz-d-block{display:block!important}.brz-ed .brz-d-inline-block{display:inline-block!important}.brz-ed .brz-d-inline{display:inline!important}.brz-ed .brz-d-table{width:100%;display:table;position:relative}.brz-ed .brz-d-table-cell{display:table-cell}.brz-ed .brz-ed-blocked{pointer-events:none}.brz-ed .brz-d-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-xs-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:480px){.brz-ed .brz-d-ms-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-ms-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.brz-ed .brz-d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.brz-ed .brz-d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.brz-ed .brz-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.brz-ed .brz-d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1400px){.brz-ed .brz-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz-ed .brz-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz-ed .brz-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz-ed .brz-justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz-ed .brz-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz-ed .brz-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz-ed .brz-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz-ed .brz-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz-ed .brz-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz-ed .brz-col-first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz-ed .brz-col-last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz-ed .brz-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz-ed .brz-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz-ed .brz-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.brz-ed .brz-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz-ed .brz-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz-ed .brz-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz-ed .brz-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz-ed .brz-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz-ed .brz-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz-ed .brz-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz-ed .brz-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz-ed .brz-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz-ed .brz-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.brz-ed .brz-d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz-ed .brz-d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.brz-ed .brz-ed-animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.brz-ed .brz-ed-animated--fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.brz-ed .brz-ed-animated--fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.brz-ed .brz-ed-animated--fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.brz-ed .brz-ed-animated--fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.brz-ed .brz-ed-animated--spin{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.brz-ed .brz-ed-fade-enter{opacity:.01}.brz-ed .brz-ed-fade-enter.brz-ed-fade-enter-active{opacity:1;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz-ed .brz-ed-fade-exit{opacity:1}.brz-ed .brz-ed-fade-exit.brz-ed-fade-exit-active{opacity:.01;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz-ed .brz-ed-arrow{position:absolute;top:-6px;height:12px;left:50%;margin-left:-6px}.brz-ed .brz-ed-arrow:after{content:"";display:block;position:absolute;bottom:6px;border-bottom:6px solid rgba(3,8,15,.92);border-left:6px solid transparent;border-right:6px solid transparent}.brz-ed .brz-hidden,.brz-ed .brz-hidden-xl-down,.brz-ed .brz-hidden-xs-up,.brz-ed .brz-visible-print-block{display:none!important}.brz-ed .brz-ed-arrow--top-center,.brz-ed .brz-ed-arrow--top-left,.brz-ed .brz-ed-arrow--top-right{top:auto;bottom:-6px}.brz-ed .brz-ed-arrow--top-center:after,.brz-ed .brz-ed-arrow--top-left:after,.brz-ed .brz-ed-arrow--top-right:after{border-top:6px solid rgba(3,8,15,.92);border-bottom:6px solid transparent;bottom:-6px}.brz-ed .brz-p-relative{position:relative!important}.brz-ed .brz-p-absolute{position:absolute!important}.brz-ed .brz-p-fixed{position:fixed!important}.brz-ed .brz-invisible{visibility:hidden!important}.brz-ed .brz-visible{visibility:visible!important}.brz-ed .brz-invisible-xl-down,.brz-ed .brz-invisible-xs-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-xs-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media (max-width:479px){.brz-ed .brz-hidden-xs-down{display:none!important}.brz-ed .brz-invisible-xs-down{visibility:hidden!important}.brz-ed .brz-invisible-blur-xs-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:480px){.brz-ed .brz-hidden-ms-up{display:none!important}.brz-ed .brz-invisible-ms-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-ms-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:767px){.brz-ed .brz-hidden-ms-down{display:none!important}.brz-ed .brz-invisible-ms-down{visibility:hidden!important}.brz-ed .brz-invisible-blur-ms-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:768px){.brz-ed .brz-hidden-sm-up{display:none!important}.brz-ed .brz-invisible-sm-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-sm-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:991px){.brz-ed .brz-hidden-sm-down{display:none!important}.brz-ed .brz-invisible-sm-down{visibility:hidden!important}.brz-ed .brz-invisible-blur-sm-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:992px){.brz-ed .brz-hidden-md-up{display:none!important}.brz-ed .brz-invisible-md-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-md-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1199px){.brz-ed .brz-hidden-md-down{display:none!important}.brz-ed .brz-invisible-md-down{visibility:hidden!important}.brz-ed .brz-invisible-blur-md-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1200px){.brz-ed .brz-hidden-lg-up{display:none!important}.brz-ed .brz-invisible-lg-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-lg-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1399px){.brz-ed .brz-hidden-lg-down{display:none!important}.brz-ed .brz-invisible-lg-down{visibility:hidden!important}.brz-ed .brz-invisible-blur-lg-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1400px){.brz-ed .brz-hidden-xl-up{display:none!important}.brz-ed .brz-invisible-xl-up{visibility:hidden!important}.brz-ed .brz-invisible-blur-xl-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}.brz-ed .brz-invisible-blur-xl-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media print{.brz-ed .brz-visible-print-block{display:block!important}}.brz-ed .brz-visible-print-inline{display:none!important}@media print{.brz-ed .brz-visible-print-inline{display:inline!important}}.brz-ed .brz-visible-print-inline-block{display:none!important}@media print{.brz-ed .brz-visible-print-inline-block{display:inline-block!important}.brz-ed .brz-hidden-print{display:none!important}}.brz-ed .brz-ow-hidden{overflow:hidden!important}.brz-ed .brz-ow-visible{overflow:visible!important}.brz-ed .brz-fw-100{font-weight:100!important}.brz-ed .brz-fw-200{font-weight:200!important}.brz-ed .brz-fw-300{font-weight:300!important}.brz-ed .brz-fw-400{font-weight:400!important}.brz-ed .brz-fw-500{font-weight:500!important}.brz-ed .brz-fw-600{font-weight:600!important}.brz-ed .brz-fw-700{font-weight:700!important}.brz-ed .brz-fw-800{font-weight:800!important}.brz-ed .brz-fw-900{font-weight:900!important}.brz-ed .brz-ed-loading{background-image:url(data:image/gif;base64,R0lGODlhpAGkAff/AGtra3l5eaysrPb29isrK5iYmKmqqUxMTJGRkWFhYe7u7vLy8lNTU3V1dRoaGujo6PT09KWlpTIyMl1dXZ2dnX5+fklJSTw8POzs7CMjI/Dw8La2trS0tIGBgaGhoWVlZeLi4s7OzhMTE0VFRY2NjeTk5IWFhd7e3urq6tra2tjY2MjIyMLCwsTExODg4Lq6ullZWdbW1sDAwNDQ0Obm5omJidTU1Ly8vLGysUFBQdzc3JSUlJaWlszMzNLS0nx8fL6+vnFxcbi4uMrKyrKwspqamgIBAq6trrCusAwMDMbGxjU1NWZmZrSytK+wr5iamODj4GZkZvL08sDCwJiWmKuqq7i1uJqYmry6vOjm6H59ftrc2uzu7PHx8ers6rW1tdXV1d7c3s7Qzt/f3+zq7JWVlcrMysLEwtTS1MTCxKimqNfX13d3d8bExnx+fNrY2mRmZOfn57S2tKqrqtja2L7AvuLk4pSWlM/Pz8zKzMC+wM3Nzfb09rq8uktKS/Hy8ZaYluTi5F5gXr29vbi6uOLg4tze3MHBwbq4utLQ0unq6a2trdza3La4tnd2d/Du8Hp7epybnMjGyMnJycnLyeXl5Xt6e2JjYtPT09TW1EpLSmNjY9HR0ebk5t/g35OSk4qMinN0c56fnkdHRy8uL4iGiJ+fn3+Af4B/gFxaXDMzM0RDRIKDgnRzdE5PTo6PjqOkoycmJ////29vb2hoaENEQ0ZHRi4vLlBQUD8+PzIzMjc3Nz8/Pzg4OLKysmlnaSgoKBYXFhgXGA4PDv7+/hAQEP39/bGxsa6urq+vr7CwsPz8/Pv7+/r6+vn5+fj4+P7//rKzsrOys7Ozs6+ur7GwsbCxsK6vrvz9/P/+//3+/bO0s/v8+/z7/Pr7+v79/v38/b2+vff39+/v7/X19fv6+5OTk1tcW/Pz82BfYPj5+Pn6+enp6ff498XFxc3Ozfn4+e3t7Zubm4yLjPr5+qeop8fHx9fY14SDhFdWVwcHB4eHh6Ojo1dXV4+Pj////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RUVENkU4MzE1MEYxMUUyQkNGRTk3QzI2NDlFNjVERSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RUVENkU4NDE1MEYxMUUyQkNGRTk3QzI2NDlFNjVERSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVFRUQ2RTgxMTUwRjExRTJCQ0ZFOTdDMjY0OUU2NURFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVFRUQ2RTgyMTUwRjExRTJCQ0ZFOTdDMjY0OUU2NURFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1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PrmgIsAJQSML2+AASVAMB/AF6uCIaWIp4qADQiADtEUsxzCiGOkLc6oIOUAARf+AQBi6JdqwAA/gTc+AAIZqBP4wVLUCBDHgoKRCYwgRD0FwqUHAmt9yKXjXEC5wAPqgD0nwqknQqgdAj6l6ESUAAKRwAbq6q6QAAFFUq8AarMI6rMRarMZ6rMiarMq6rMzarM76rNAardI6rdRardZ6rdiardq6rdzard76reAaruI6ruRaruZ6ruiaruq6ruzaru76rvAar/I6r/Rar/Z6r/iar/q6r/zar/76rwAbsAI7sARbsAZ7sAibsAq7sAzbsA77sBAbsRI7sRRbsRZ7sRibsRq7sRzbsR77sSAbsiI7siRbsiZ7siibsiq7sizbsi77sjAbszI7szRbszY3e7M4m7M6u7M827M++7NAG7RCO7REW7RGe7RIm7RKu7RM27RO+7RQG7VSO7VUW7VWe7VYK7UBAQAh+QQJCgD/ACwAAAAApAGkAQAI/wD/CRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDi/8fT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4IIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSWaeaZaKap5ppstunmm3DGKeecdNZp55145vnlAD1scMOfgG7QwwB6ejTACsocc4wvjB5jzQqEFhqRLJQi1EwMySjDaKPKxNAMQpTKIilBskCDggvGIGTMGMkk48uivrT/OoY2CC2zBgja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9MIwIHABw3CcxzkMFzCS4eIMkHCjEmCYDWADQ2gnxNAOAnABizgMBrAushADsWCcTFoMsRADYnoDSxALBCAIQCCPpCkLcUACDiABjtNNL/CXxxmeweCe3YQB+ZADsBA6Cfol5TADG0CVBP/xDEUgAuLJpJBaBJV0EIKUAt1gduGiiQShABVQDCJwkicJqRWwmQzDqZqKECAwAceZAa6aAcc5ASCQqhdBAwHQe65Qfa7gCjkQADRAq8AarMI6rMRarMZ6rMiarMq6rMzarM76rNAardI6rdRardZ6rdiardq6rdzard76reAaruI6ruRaruZ6ruiaruq6ruzaru76rvAar/I6r/Rar/Z6r/iar/q6r/zar/76rwAbsAI7sARbsAZ7sAibsAq7sAzbsA77sBAbsRI7sRRbsRZ7sRibsRq7sRzbsR77sSAbsiI7siRbsiZ7siibsiq7sizbsi77sjAbszI7szRbszY3e7M4m7M6u7M827M++7NAG7RCO7REW7RGe7RIm7RKu7RM27RO+7RQG7VSO7VUW7VWe7VYWygBAQAh+QQJCgD/ACwAAAAApAGkAQAI/wD/CRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDi/8fT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4IIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSWaeaZaKap5ppstunmm3DGKeecdNZp55145vnlAD1scMOfgG7QwwB6ejTACsoc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w0AAMRAwELAJBnqgsbAJqLgwLjAB1nkAI5AL/SAPfHMxzhACH9CKwSAMw0ALAmhCuICZBwoMDLBNC1MO81ALmkCEB2ACKtAMV2Uz6vAFB1AMxekL3JQCvAAMunCgBJALKcBNLHAAOTACoeAOzZANeUIpKFAEBJADKMBNh3CWB0qbt5CczaQAAHAOyQAy+vklzBADWIMQzhABBEAKc0oKBBABY5hIe/8wBu5JPW9IEBowDwRwkhKwnpUKCoPZTJF6dAlBA7OwBLvQC6TaC7uwBEFAA56KEeywD/lwCbAaq/lQA+ywqrZ6q7iaq7q6q7zaq776q8AarMI6rMRarMZ6rMiarMq6rMzarM76rNAardI6rdRardZ6rdiardq6rdzard76reAaruI6ruRaruZ6ruiaruq6ruzaru76rvAar/I6r/Rar/Z6r/iar/q6r/zar/76rwAbsAI7sARbsAZ7sAibsAq7sAzbsA77sBAbsRI7sRRbsRZ7sRibsRq7sRzbsR77sSAbsiI7siRbsiZ7siibsiq7sizbsi77sjAbszI7szRbszYoe7M4m7M6u7M827M++7NAG7RCO7REW7RGe7RIm7RKu7RM27ROm7QBAQAh+QQJCgD/ACwAAAAApAGkAQAI/wD/CRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6bNmzhz6tzJs6fPn0CDCh1KtKjRo0iTKl3KtKnTp1CjSp1KtarVq1izat3KtavXr2DDih1LtqzZs2jTql3Ltq3bt3Djyp1Lt67du3jz6t3Lt6/fv4ADCx5MuLDhw4gTK17MuLHjx5AjS55MubLly5gza97MubPnz6BDix5NurTp06hTq17NurXr17Bjy55Nu7bt27hz697Nu7fv38CDCx9OvLjx48iTK1/OvLnz59CjS59Ovbr169iza9/Ovbv37+DDi/8fT768+fPo06tfz769+/fw48ufT7++/fv48+vfz7+///8ABijggAQWaOCBCCao4IIMNujggxBGKOGEFFZo4YUYZqjhhhx26OGHIIYo4ogklmjiiSimqOKKLLbo4oswxijjjDTWaOONOOao44489ujjj0AGKeSQRBZp5JFIJqnkkkw26eSTUEYp5ZRUVmnllVhmqeWWXHbp5ZdghinmmGSW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xOAC88ALGUAAQwkMqzCeC0MObJADgRmYOeAIikgsIBAEnXiT6QADs2AAD4B9ZoItNsAGqpCBPQgJ20cs7MAEgPmgq0AL5LgwzCAPExAFIMgEBXACH0kn0EA26UAAZgiRCzMGnfmgBzAC/bBFyNQDTJAK6VADe+AN5Il4rgQLOZAPDbQwk2ABtkCktnCD19QFrBAEL2B3Ueol3ZACKWMpx2ALo0Ck1XkMQlgQ3HBt/0leTigQCyAPIzAK6KgJfjAKtiAPaYlMd7pwB8EOHeAKuMAAjP/KALjgCqfADoaKERjAAwAAeGyQqQ0AADzwQ5P6qaAaqqI6qqRaqqZ6qqiaqqq6qqzaqq76qrAaq7I6q7Raq7Z6q7iaq7q6q7zaq776q8AarMI6rMRarMZ6rMiarMq6rMzarM76rNAardI6rdRardZ6rdiardq6rdzard76reAaruI6ruRaruZ6ruiaruq6ruzaru76rvAar/I6r/Rar/Z6r/iar/q6r/zar/76rwAbsAI7sARbsAZ7sAibsAq7sAzbsA77sBAbsRI7sRRbsRZ7sRibsRq7sRzbsR77sSAbsiI7siRbsiZ7siibsiq7sizbsi77sjAbszI7szRbszYFe7MxGxAAIfkECQoA/wAsAAAAAKQBpAEACP8A/wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmzZs4c+rcybOnz59AgwodSrSo0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gw4odS7as2bNo06pdy7at27dw48qdS7eu3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4seTbq06dOoU6tezbq169ewY8ueTbu27du4c+vezbu379/AgwsfTry48ePIkytfzry58+fQo0ufTr269evYs2vfzr279+/gw4v/H0++vPnz6NOrX8++vfv38OPLn0+/vv37+PPr38+/v///AAYo4IAEFmjggQgmqOCCDDbo4IMQRijhhBRWaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMMYo44w01mjjjTjmqOOOPPbo449ABinkkEQWaeSRSCap5JJMNunkk1BGKeWUVFZp5ZVYZqnlllx2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)!important;background-size:cover;background-position:50% 50%}.brz-ed.disable-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-popup-image-inner{position:relative;color:#fff;display:inline-block;font-size:0}.brz-ed .brz-ed-popup-image-label{margin-bottom:0}.brz-ed .brz-ed-popup-image-remove{position:absolute;z-index:2;top:-10px;right:-10px;width:22px;height:22px;font-size:8px;background-color:#34beec;border-radius:50%;-webkit-transition:background .2s linear;transition:background .2s linear;text-align:center;cursor:pointer}.brz-ed .brz-ed-popup-image-remove:hover{background-color:#03080f;-webkit-transition:background .2s linear;transition:background .2s linear}.brz-ed .brz-ed-popup-image-remove i{line-height:2.75}.brz-ed .brz-ed-popup-image-upload{position:absolute;top:4px;left:4px;right:4px;bottom:4px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE5LDIwSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTFWMy44OTNjMC0wLjU1MiwwLjQ0OC0wLjksMS0wLjlMMy42ODUsM0M0LjEsMyw0LjQ3MiwyLjYzNiw0LjYyLDIuMjQ4bDAuNTgtMUM1LjIsMS4yNDksNS41NiwwLDYuMjUsMGg3LjVjMC42OSwwLDEuMTUsMS4yNDksMS4xNSwxLjI0OWwwLjQ4LDFjMC4xNDcsMC4zODgsMC41MiwwLjc0NSwwLjkzNSwwLjc0NUgxOWMwLjU1MiwwLDEsMC4zNDgsMSwwLjlWMTlDMjAsMTkuNTUyLDE5LjU1MiwyMCwxOSwyMHogTTE5LDQuNTg2Yy0wLjAwNC0wLjMyOC0wLjI3Mi0wLjU5Mi0wLjYtMC41OTJoLTMuMzk5Yy0wLjE0My0wLjE0My0wLjExNy0wLjIwMi0wLjg4MS0xLjg0N2MwLDAtMC40NDgtMS4xNDctMS0xLjE0N0g3LjExOGMtMC41NTIsMC0xLDEuMTQ3LTEsMS4xNDdDNS4wNTEsMy45MTMsNS4wOCwzLjg2NCw1LDMuOTk0SDEuNjUxYy0wLjMzMSwwLTAuNiwwLjI2OS0wLjYsMC42VjE4LjRjMCwwLjMzMSwwLjI2OSwwLjYsMC42LDAuNkgxOC40YzAuMzMxLDAsMC42LTAuMjY5LDAuNi0wLjZMMTksNC41ODZ6IE0xMi4wMiwxNS42MDNjLTQuMjg3LDEuNjk2LTguMzE5LTIuMzM1LTYuNjI0LTYuNjIyYzAuNDYzLTEuMTcyLDEuNDE0LTIuMTIyLDIuNTg2LTIuNTg2YzQuMjg3LTEuNjk1LDguMzE4LDIuMzM4LDYuNjIyLDYuNjI0QzE0LjE0LDE0LjE5LDEzLjE5LDE1LjE0LDEyLjAyLDE1LjYwM3ogTTEwLjYzMiw3LjA0OWMtMi43MDMtMC40MTQtNC45OTcsMS44OC00LjU4NCw0LjU4NGMwLjI1OCwxLjY4NSwxLjYzNSwzLjA2MSwzLjMxOSwzLjMxOWMyLjcwMywwLjQxNCw0Ljk5Ny0xLjg4LDQuNTg0LTQuNTg0QzEzLjY5NCw4LjY4MywxMi4zMTcsNy4zMDYsMTAuNjMyLDcuMDQ5eiIvPjwvc3ZnPg==) 50% 50% no-repeat #fff;background-size:25px}.brz-ed .brz-ed-loading{position:relative;padding:4px;border:2px dashed #ccc;width:117px;height:117px;cursor:pointer;-webkit-transition:all .2s linear;transition:all .2s linear}.brz-ed .brz-ed-loading:before{content:'Change Image';font:700 10px pn,"Open Sans",Arial,sans-serif;color:#fff;line-height:117px;text-transform:uppercase;position:absolute;z-index:1;top:-2px;left:-2px;width:117px;height:117px;background-color:rgba(0,0,0,.8);text-align:center;visibility:hidden;opacity:0;-webkit-transition:opacity .2s linear,visibility .2s linear;transition:opacity .2s linear,visibility .2s linear}.brz-ed .brz-control__select,.brz-ed .brz-ed-control__stepper--value,.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left),.brz-ed .brz-ed-popup-control-select-light .brz-control__select-current,.brz-ed .brz-ed-popup-control-select-light .brz-control__select-option{font-family:pn,"Open Sans",Arial,sans-serif}.brz-ed .brz-ed-loading:hover{border-color:transparent}.brz-ed .brz-ed-loading:hover:before{visibility:visible;opacity:1;-webkit-transition:opacity .2s linear,visibility .2s linear;transition:opacity .2s linear,visibility .2s linear}.brz-ed .p-events-none{pointer-events:none!important}.brz-ed.brz-ed--desktop .brz-fs-lg-6{font-size:6px}.brz-ed.brz-ed--desktop .brz-fs-lg-7{font-size:7px}.brz-ed.brz-ed--desktop .brz-fs-lg-8{font-size:8px}.brz-ed.brz-ed--desktop .brz-fs-lg-9{font-size:9px}.brz-ed.brz-ed--desktop .brz-fs-lg-10{font-size:10px}.brz-ed.brz-ed--desktop .brz-fs-lg-11{font-size:11px}.brz-ed.brz-ed--desktop .brz-fs-lg-12{font-size:12px}.brz-ed.brz-ed--desktop .brz-fs-lg-13{font-size:13px}.brz-ed.brz-ed--desktop .brz-fs-lg-14{font-size:14px}.brz-ed.brz-ed--desktop .brz-fs-lg-15{font-size:15px}.brz-ed.brz-ed--desktop .brz-fs-lg-16{font-size:16px}.brz-ed.brz-ed--desktop .brz-fs-lg-17{font-size:17px}.brz-ed.brz-ed--desktop .brz-fs-lg-18{font-size:18px}.brz-ed.brz-ed--desktop .brz-fs-lg-19{font-size:19px}.brz-ed.brz-ed--desktop .brz-fs-lg-20{font-size:20px}.brz-ed.brz-ed--desktop .brz-fs-lg-21{font-size:21px}.brz-ed.brz-ed--desktop .brz-fs-lg-22{font-size:22px}.brz-ed.brz-ed--desktop .brz-fs-lg-23{font-size:23px}.brz-ed.brz-ed--desktop .brz-fs-lg-24{font-size:24px}.brz-ed.brz-ed--desktop .brz-fs-lg-25{font-size:25px}.brz-ed.brz-ed--desktop .brz-fs-lg-26{font-size:26px}.brz-ed.brz-ed--desktop .brz-fs-lg-27{font-size:27px}.brz-ed.brz-ed--desktop .brz-fs-lg-28{font-size:28px}.brz-ed.brz-ed--desktop .brz-fs-lg-29{font-size:29px}.brz-ed.brz-ed--desktop .brz-fs-lg-30{font-size:30px}.brz-ed.brz-ed--desktop .brz-fs-lg-31{font-size:31px}.brz-ed.brz-ed--desktop .brz-fs-lg-32{font-size:32px}.brz-ed.brz-ed--desktop .brz-fs-lg-33{font-size:33px}.brz-ed.brz-ed--desktop .brz-fs-lg-34{font-size:34px}.brz-ed.brz-ed--desktop .brz-fs-lg-35{font-size:35px}.brz-ed.brz-ed--desktop .brz-fs-lg-36{font-size:36px}.brz-ed.brz-ed--desktop .brz-fs-lg-37{font-size:37px}.brz-ed.brz-ed--desktop .brz-fs-lg-38{font-size:38px}.brz-ed.brz-ed--desktop .brz-fs-lg-39{font-size:39px}.brz-ed.brz-ed--desktop .brz-fs-lg-40{font-size:40px}.brz-ed.brz-ed--desktop .brz-fs-lg-41{font-size:41px}.brz-ed.brz-ed--desktop .brz-fs-lg-42{font-size:42px}.brz-ed.brz-ed--desktop .brz-fs-lg-43{font-size:43px}.brz-ed.brz-ed--desktop .brz-fs-lg-44{font-size:44px}.brz-ed.brz-ed--desktop .brz-fs-lg-45{font-size:45px}.brz-ed.brz-ed--desktop .brz-fs-lg-46{font-size:46px}.brz-ed.brz-ed--desktop .brz-fs-lg-47{font-size:47px}.brz-ed.brz-ed--desktop .brz-fs-lg-48{font-size:48px}.brz-ed.brz-ed--desktop .brz-fs-lg-49{font-size:49px}.brz-ed.brz-ed--desktop .brz-fs-lg-50{font-size:50px}.brz-ed.brz-ed--desktop .brz-fs-lg-51{font-size:51px}.brz-ed.brz-ed--desktop .brz-fs-lg-52{font-size:52px}.brz-ed.brz-ed--desktop .brz-fs-lg-53{font-size:53px}.brz-ed.brz-ed--desktop .brz-fs-lg-54{font-size:54px}.brz-ed.brz-ed--desktop .brz-fs-lg-55{font-size:55px}.brz-ed.brz-ed--desktop .brz-fs-lg-56{font-size:56px}.brz-ed.brz-ed--desktop .brz-fs-lg-57{font-size:57px}.brz-ed.brz-ed--desktop .brz-fs-lg-58{font-size:58px}.brz-ed.brz-ed--desktop .brz-fs-lg-59{font-size:59px}.brz-ed.brz-ed--desktop .brz-fs-lg-60{font-size:60px}.brz-ed.brz-ed--desktop .brz-fs-lg-61{font-size:61px}.brz-ed.brz-ed--desktop .brz-fs-lg-62{font-size:62px}.brz-ed.brz-ed--desktop .brz-fs-lg-63{font-size:63px}.brz-ed.brz-ed--desktop .brz-fs-lg-64{font-size:64px}.brz-ed.brz-ed--desktop .brz-fs-lg-65{font-size:65px}.brz-ed.brz-ed--desktop .brz-fs-lg-66{font-size:66px}.brz-ed.brz-ed--desktop .brz-fs-lg-67{font-size:67px}.brz-ed.brz-ed--desktop .brz-fs-lg-68{font-size:68px}.brz-ed.brz-ed--desktop .brz-fs-lg-69{font-size:69px}.brz-ed.brz-ed--desktop .brz-fs-lg-70{font-size:70px}.brz-ed.brz-ed--desktop .brz-fs-lg-71{font-size:71px}.brz-ed.brz-ed--desktop .brz-fs-lg-72{font-size:72px}.brz-ed.brz-ed--desktop .brz-fs-lg-73{font-size:73px}.brz-ed.brz-ed--desktop .brz-fs-lg-74{font-size:74px}.brz-ed.brz-ed--desktop .brz-fs-lg-75{font-size:75px}.brz-ed.brz-ed--desktop .brz-fs-lg-76{font-size:76px}.brz-ed.brz-ed--desktop .brz-fs-lg-77{font-size:77px}.brz-ed.brz-ed--desktop .brz-fs-lg-78{font-size:78px}.brz-ed.brz-ed--desktop .brz-fs-lg-79{font-size:79px}.brz-ed.brz-ed--desktop .brz-fs-lg-80{font-size:80px}.brz-ed.brz-ed--desktop .brz-fs-lg-81{font-size:81px}.brz-ed.brz-ed--desktop .brz-fs-lg-82{font-size:82px}.brz-ed.brz-ed--desktop .brz-fs-lg-83{font-size:83px}.brz-ed.brz-ed--desktop .brz-fs-lg-84{font-size:84px}.brz-ed.brz-ed--desktop .brz-fs-lg-85{font-size:85px}.brz-ed.brz-ed--desktop .brz-fs-lg-86{font-size:86px}.brz-ed.brz-ed--desktop .brz-fs-lg-87{font-size:87px}.brz-ed.brz-ed--desktop .brz-fs-lg-88{font-size:88px}.brz-ed.brz-ed--desktop .brz-fs-lg-89{font-size:89px}.brz-ed.brz-ed--desktop .brz-fs-lg-90{font-size:90px}.brz-ed.brz-ed--desktop .brz-fs-lg-91{font-size:91px}.brz-ed.brz-ed--desktop .brz-fs-lg-92{font-size:92px}.brz-ed.brz-ed--desktop .brz-fs-lg-93{font-size:93px}.brz-ed.brz-ed--desktop .brz-fs-lg-94{font-size:94px}.brz-ed.brz-ed--desktop .brz-fs-lg-95{font-size:95px}.brz-ed.brz-ed--desktop .brz-fs-lg-96{font-size:96px}.brz-ed.brz-ed--desktop .brz-fs-lg-97{font-size:97px}.brz-ed.brz-ed--desktop .brz-fs-lg-98{font-size:98px}.brz-ed.brz-ed--desktop .brz-fs-lg-99{font-size:99px}.brz-ed.brz-ed--desktop .brz-fs-lg-100{font-size:100px}.brz-ed.brz-ed--desktop .brz-fs-lg-101{font-size:101px}.brz-ed.brz-ed--desktop .brz-fs-lg-102{font-size:102px}.brz-ed.brz-ed--desktop .brz-fs-lg-103{font-size:103px}.brz-ed.brz-ed--desktop .brz-fs-lg-104{font-size:104px}.brz-ed.brz-ed--desktop .brz-fs-lg-105{font-size:105px}.brz-ed.brz-ed--desktop .brz-fs-lg-106{font-size:106px}.brz-ed.brz-ed--desktop .brz-fs-lg-107{font-size:107px}.brz-ed.brz-ed--desktop .brz-fs-lg-108{font-size:108px}.brz-ed.brz-ed--desktop .brz-fs-lg-109{font-size:109px}.brz-ed.brz-ed--desktop .brz-fs-lg-110{font-size:110px}.brz-ed.brz-ed--desktop .brz-fs-lg-111{font-size:111px}.brz-ed.brz-ed--desktop .brz-fs-lg-112{font-size:112px}.brz-ed.brz-ed--desktop .brz-fs-lg-113{font-size:113px}.brz-ed.brz-ed--desktop .brz-fs-lg-114{font-size:114px}.brz-ed.brz-ed--desktop .brz-fs-lg-115{font-size:115px}.brz-ed.brz-ed--desktop .brz-fs-lg-116{font-size:116px}.brz-ed.brz-ed--desktop .brz-fs-lg-117{font-size:117px}.brz-ed.brz-ed--desktop .brz-fs-lg-118{font-size:118px}.brz-ed.brz-ed--desktop .brz-fs-lg-119{font-size:119px}.brz-ed.brz-ed--desktop .brz-fs-lg-120{font-size:120px}.brz-ed.brz-ed--desktop .brz-fs-lg-121{font-size:121px}.brz-ed.brz-ed--desktop .brz-fs-lg-122{font-size:122px}.brz-ed.brz-ed--desktop .brz-fs-lg-123{font-size:123px}.brz-ed.brz-ed--desktop .brz-fs-lg-124{font-size:124px}.brz-ed.brz-ed--desktop .brz-fs-lg-125{font-size:125px}.brz-ed.brz-ed--desktop .brz-fs-lg-126{font-size:126px}.brz-ed.brz-ed--desktop .brz-fs-lg-127{font-size:127px}.brz-ed.brz-ed--desktop .brz-fs-lg-128{font-size:128px}.brz-ed.brz-ed--desktop .brz-fs-lg-129{font-size:129px}.brz-ed.brz-ed--desktop .brz-fs-lg-130{font-size:130px}.brz-ed.brz-ed--desktop .brz-fs-lg-131{font-size:131px}.brz-ed.brz-ed--desktop .brz-fs-lg-132{font-size:132px}.brz-ed.brz-ed--desktop .brz-fs-lg-133{font-size:133px}.brz-ed.brz-ed--desktop .brz-fs-lg-134{font-size:134px}.brz-ed.brz-ed--desktop .brz-fs-lg-135{font-size:135px}.brz-ed.brz-ed--desktop .brz-fs-lg-136{font-size:136px}.brz-ed.brz-ed--desktop .brz-fs-lg-137{font-size:137px}.brz-ed.brz-ed--desktop .brz-fs-lg-138{font-size:138px}.brz-ed.brz-ed--desktop .brz-fs-lg-139{font-size:139px}.brz-ed.brz-ed--desktop .brz-fs-lg-140{font-size:140px}.brz-ed.brz-ed--desktop .brz-fs-lg-141{font-size:141px}.brz-ed.brz-ed--desktop .brz-fs-lg-142{font-size:142px}.brz-ed.brz-ed--desktop .brz-fs-lg-143{font-size:143px}.brz-ed.brz-ed--desktop .brz-fs-lg-144{font-size:144px}.brz-ed.brz-ed--desktop .brz-fs-lg-145{font-size:145px}.brz-ed.brz-ed--desktop .brz-fs-lg-146{font-size:146px}.brz-ed.brz-ed--desktop .brz-fs-lg-147{font-size:147px}.brz-ed.brz-ed--desktop .brz-fs-lg-148{font-size:148px}.brz-ed.brz-ed--desktop .brz-fs-lg-149{font-size:149px}.brz-ed.brz-ed--desktop .brz-fs-lg-150{font-size:150px}.brz-ed.brz-ed--desktop .brz-fs-lg-151{font-size:151px}.brz-ed.brz-ed--desktop .brz-fs-lg-152{font-size:152px}.brz-ed.brz-ed--desktop .brz-fs-lg-153{font-size:153px}.brz-ed.brz-ed--desktop .brz-fs-lg-154{font-size:154px}.brz-ed.brz-ed--desktop .brz-fs-lg-155{font-size:155px}.brz-ed.brz-ed--desktop .brz-fs-lg-156{font-size:156px}.brz-ed.brz-ed--desktop .brz-fs-lg-157{font-size:157px}.brz-ed.brz-ed--desktop .brz-fs-lg-158{font-size:158px}.brz-ed.brz-ed--desktop .brz-fs-lg-159{font-size:159px}.brz-ed.brz-ed--desktop .brz-fs-lg-160{font-size:160px}.brz-ed.brz-ed--desktop .brz-fs-lg-161{font-size:161px}.brz-ed.brz-ed--desktop .brz-fs-lg-162{font-size:162px}.brz-ed.brz-ed--desktop .brz-fs-lg-163{font-size:163px}.brz-ed.brz-ed--desktop .brz-fs-lg-164{font-size:164px}.brz-ed.brz-ed--desktop .brz-fs-lg-165{font-size:165px}.brz-ed.brz-ed--desktop .brz-fs-lg-166{font-size:166px}.brz-ed.brz-ed--desktop .brz-fs-lg-167{font-size:167px}.brz-ed.brz-ed--desktop .brz-fs-lg-168{font-size:168px}.brz-ed.brz-ed--desktop .brz-fs-lg-169{font-size:169px}.brz-ed.brz-ed--desktop .brz-fs-lg-170{font-size:170px}.brz-ed.brz-ed--desktop .brz-fs-lg-171{font-size:171px}.brz-ed.brz-ed--desktop .brz-fs-lg-172{font-size:172px}.brz-ed.brz-ed--desktop .brz-fs-lg-173{font-size:173px}.brz-ed.brz-ed--desktop .brz-fs-lg-174{font-size:174px}.brz-ed.brz-ed--desktop .brz-fs-lg-175{font-size:175px}.brz-ed.brz-ed--desktop .brz-fs-lg-176{font-size:176px}.brz-ed.brz-ed--desktop .brz-fs-lg-177{font-size:177px}.brz-ed.brz-ed--desktop .brz-fs-lg-178{font-size:178px}.brz-ed.brz-ed--desktop .brz-fs-lg-179{font-size:179px}.brz-ed.brz-ed--desktop .brz-fs-lg-180{font-size:180px}.brz-ed.brz-ed--desktop .brz-lh-lg-1{line-height:1em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_1{line-height:1.1em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_2{line-height:1.2em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_3{line-height:1.3em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_4{line-height:1.4em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_5{line-height:1.5em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_6{line-height:1.6em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_7{line-height:1.7em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_8{line-height:1.8em}.brz-ed.brz-ed--desktop .brz-lh-lg-1_9{line-height:1.9em}.brz-ed.brz-ed--desktop .brz-lh-lg-2{line-height:2em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_1{line-height:2.1em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_2{line-height:2.2em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_3{line-height:2.3em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_4{line-height:2.4em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_5{line-height:2.5em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_6{line-height:2.6em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_7{line-height:2.7em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_8{line-height:2.8em}.brz-ed.brz-ed--desktop .brz-lh-lg-2_9{line-height:2.9em}.brz-ed.brz-ed--desktop .brz-lh-lg-3{line-height:3em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_1{line-height:3.1em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_2{line-height:3.2em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_3{line-height:3.3em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_4{line-height:3.4em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_5{line-height:3.5em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_6{line-height:3.6em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_7{line-height:3.7em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_8{line-height:3.8em}.brz-ed.brz-ed--desktop .brz-lh-lg-3_9{line-height:3.9em}.brz-ed.brz-ed--desktop .brz-lh-lg-4{line-height:4em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_1{line-height:4.1em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_2{line-height:4.2em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_3{line-height:4.3em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_4{line-height:4.4em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_5{line-height:4.5em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_6{line-height:4.6em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_7{line-height:4.7em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_8{line-height:4.8em}.brz-ed.brz-ed--desktop .brz-lh-lg-4_9{line-height:4.9em}.brz-ed.brz-ed--desktop .brz-lh-lg-5{line-height:5em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_1{line-height:5.1em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_2{line-height:5.2em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_3{line-height:5.3em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_4{line-height:5.4em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_5{line-height:5.5em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_6{line-height:5.6em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_7{line-height:5.7em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_8{line-height:5.8em}.brz-ed.brz-ed--desktop .brz-lh-lg-5_9{line-height:5.9em}.brz-ed.brz-ed--desktop .brz-ls-lg-m_5{letter-spacing:-5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_5_5{letter-spacing:-5.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_4{letter-spacing:-4px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_4_5{letter-spacing:-4.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_3{letter-spacing:-3px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_3_5{letter-spacing:-3.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_2{letter-spacing:-2px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_2_5{letter-spacing:-2.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_1{letter-spacing:-1px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_1_5{letter-spacing:-1.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-m_0{letter-spacing:0}.brz-ed.brz-ed--desktop .brz-ls-lg-m_0_5{letter-spacing:-.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-0{letter-spacing:0}.brz-ed.brz-ed--desktop .brz-ls-lg-0_5{letter-spacing:.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-1{letter-spacing:1px}.brz-ed.brz-ed--desktop .brz-ls-lg-1_5{letter-spacing:1.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-2{letter-spacing:2px}.brz-ed.brz-ed--desktop .brz-ls-lg-2_5{letter-spacing:2.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-3{letter-spacing:3px}.brz-ed.brz-ed--desktop .brz-ls-lg-3_5{letter-spacing:3.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-4{letter-spacing:4px}.brz-ed.brz-ed--desktop .brz-ls-lg-4_5{letter-spacing:4.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-5{letter-spacing:5px}.brz-ed.brz-ed--desktop .brz-ls-lg-5_5{letter-spacing:5.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-6{letter-spacing:6px}.brz-ed.brz-ed--desktop .brz-ls-lg-6_5{letter-spacing:6.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-7{letter-spacing:7px}.brz-ed.brz-ed--desktop .brz-ls-lg-7_5{letter-spacing:7.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-8{letter-spacing:8px}.brz-ed.brz-ed--desktop .brz-ls-lg-8_5{letter-spacing:8.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-9{letter-spacing:9px}.brz-ed.brz-ed--desktop .brz-ls-lg-9_5{letter-spacing:9.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-10{letter-spacing:10px}.brz-ed.brz-ed--desktop .brz-ls-lg-10_5{letter-spacing:10.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-11{letter-spacing:11px}.brz-ed.brz-ed--desktop .brz-ls-lg-11_5{letter-spacing:11.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-12{letter-spacing:12px}.brz-ed.brz-ed--desktop .brz-ls-lg-12_5{letter-spacing:12.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-13{letter-spacing:13px}.brz-ed.brz-ed--desktop .brz-ls-lg-13_5{letter-spacing:13.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-14{letter-spacing:14px}.brz-ed.brz-ed--desktop .brz-ls-lg-14_5{letter-spacing:14.5px}.brz-ed.brz-ed--desktop .brz-ls-lg-15{letter-spacing:15px}.brz-ed.brz-ed--desktop .brz-ls-lg-15_5{letter-spacing:15.5px}.brz-ed.brz-ed--desktop .brz-fw-lg-100{font-weight:100!important}.brz-ed.brz-ed--desktop .brz-fw-lg-200{font-weight:200!important}.brz-ed.brz-ed--desktop .brz-fw-lg-300{font-weight:300!important}.brz-ed.brz-ed--desktop .brz-fw-lg-400{font-weight:400!important}.brz-ed.brz-ed--desktop .brz-fw-lg-500{font-weight:500!important}.brz-ed.brz-ed--desktop .brz-fw-lg-600{font-weight:600!important}.brz-ed.brz-ed--desktop .brz-fw-lg-700{font-weight:700!important}.brz-ed.brz-ed--desktop .brz-fw-lg-800{font-weight:800!important}.brz-ed.brz-ed--desktop .brz-fw-lg-900{font-weight:900!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1000{font-weight:1000!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1100{font-weight:1100!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1200{font-weight:1200!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1300{font-weight:1300!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1400{font-weight:1400!important}.brz-ed.brz-ed--desktop .brz-fw-lg-1500{font-weight:1500!important}.brz-ed.brz-ed--mobile .brz-fs-im-6{font-size:6px}.brz-ed.brz-ed--mobile .brz-fs-im-7{font-size:7px}.brz-ed.brz-ed--mobile .brz-fs-im-8{font-size:8px}.brz-ed.brz-ed--mobile .brz-fs-im-9{font-size:9px}.brz-ed.brz-ed--mobile .brz-fs-im-10{font-size:10px}.brz-ed.brz-ed--mobile .brz-fs-im-11{font-size:11px}.brz-ed.brz-ed--mobile .brz-fs-im-12{font-size:12px}.brz-ed.brz-ed--mobile .brz-fs-im-13{font-size:13px}.brz-ed.brz-ed--mobile .brz-fs-im-14{font-size:14px}.brz-ed.brz-ed--mobile .brz-fs-im-15{font-size:15px}.brz-ed.brz-ed--mobile .brz-fs-im-16{font-size:16px}.brz-ed.brz-ed--mobile .brz-fs-im-17{font-size:17px}.brz-ed.brz-ed--mobile .brz-fs-im-18{font-size:18px}.brz-ed.brz-ed--mobile .brz-fs-im-19{font-size:19px}.brz-ed.brz-ed--mobile .brz-fs-im-20{font-size:20px}.brz-ed.brz-ed--mobile .brz-fs-im-21{font-size:21px}.brz-ed.brz-ed--mobile .brz-fs-im-22{font-size:22px}.brz-ed.brz-ed--mobile .brz-fs-im-23{font-size:23px}.brz-ed.brz-ed--mobile .brz-fs-im-24{font-size:24px}.brz-ed.brz-ed--mobile .brz-fs-im-25{font-size:25px}.brz-ed.brz-ed--mobile .brz-fs-im-26{font-size:26px}.brz-ed.brz-ed--mobile .brz-fs-im-27{font-size:27px}.brz-ed.brz-ed--mobile .brz-fs-im-28{font-size:28px}.brz-ed.brz-ed--mobile .brz-fs-im-29{font-size:29px}.brz-ed.brz-ed--mobile .brz-fs-im-30{font-size:30px}.brz-ed.brz-ed--mobile .brz-fs-im-31{font-size:31px}.brz-ed.brz-ed--mobile .brz-fs-im-32{font-size:32px}.brz-ed.brz-ed--mobile .brz-fs-im-33{font-size:33px}.brz-ed.brz-ed--mobile .brz-fs-im-34{font-size:34px}.brz-ed.brz-ed--mobile .brz-fs-im-35{font-size:35px}.brz-ed.brz-ed--mobile .brz-fs-im-36{font-size:36px}.brz-ed.brz-ed--mobile .brz-fs-im-37{font-size:37px}.brz-ed.brz-ed--mobile .brz-fs-im-38{font-size:38px}.brz-ed.brz-ed--mobile .brz-fs-im-39{font-size:39px}.brz-ed.brz-ed--mobile .brz-fs-im-40{font-size:40px}.brz-ed.brz-ed--mobile .brz-fs-im-41{font-size:41px}.brz-ed.brz-ed--mobile .brz-fs-im-42{font-size:42px}.brz-ed.brz-ed--mobile .brz-fs-im-43{font-size:43px}.brz-ed.brz-ed--mobile .brz-fs-im-44{font-size:44px}.brz-ed.brz-ed--mobile .brz-fs-im-45{font-size:45px}.brz-ed.brz-ed--mobile .brz-fs-im-46{font-size:46px}.brz-ed.brz-ed--mobile .brz-fs-im-47{font-size:47px}.brz-ed.brz-ed--mobile .brz-fs-im-48{font-size:48px}.brz-ed.brz-ed--mobile .brz-fs-im-49{font-size:49px}.brz-ed.brz-ed--mobile .brz-fs-im-50{font-size:50px}.brz-ed.brz-ed--mobile .brz-fs-im-51{font-size:51px}.brz-ed.brz-ed--mobile .brz-fs-im-52{font-size:52px}.brz-ed.brz-ed--mobile .brz-fs-im-53{font-size:53px}.brz-ed.brz-ed--mobile .brz-fs-im-54{font-size:54px}.brz-ed.brz-ed--mobile .brz-fs-im-55{font-size:55px}.brz-ed.brz-ed--mobile .brz-fs-im-56{font-size:56px}.brz-ed.brz-ed--mobile .brz-fs-im-57{font-size:57px}.brz-ed.brz-ed--mobile .brz-fs-im-58{font-size:58px}.brz-ed.brz-ed--mobile .brz-fs-im-59{font-size:59px}.brz-ed.brz-ed--mobile .brz-fs-im-60{font-size:60px}.brz-ed.brz-ed--mobile .brz-fs-im-61{font-size:61px}.brz-ed.brz-ed--mobile .brz-fs-im-62{font-size:62px}.brz-ed.brz-ed--mobile .brz-fs-im-63{font-size:63px}.brz-ed.brz-ed--mobile .brz-fs-im-64{font-size:64px}.brz-ed.brz-ed--mobile .brz-fs-im-65{font-size:65px}.brz-ed.brz-ed--mobile .brz-fs-im-66{font-size:66px}.brz-ed.brz-ed--mobile .brz-fs-im-67{font-size:67px}.brz-ed.brz-ed--mobile .brz-fs-im-68{font-size:68px}.brz-ed.brz-ed--mobile .brz-fs-im-69{font-size:69px}.brz-ed.brz-ed--mobile .brz-fs-im-70{font-size:70px}.brz-ed.brz-ed--mobile .brz-fs-im-71{font-size:71px}.brz-ed.brz-ed--mobile .brz-fs-im-72{font-size:72px}.brz-ed.brz-ed--mobile .brz-fs-im-73{font-size:73px}.brz-ed.brz-ed--mobile .brz-fs-im-74{font-size:74px}.brz-ed.brz-ed--mobile .brz-fs-im-75{font-size:75px}.brz-ed.brz-ed--mobile .brz-fs-im-76{font-size:76px}.brz-ed.brz-ed--mobile .brz-fs-im-77{font-size:77px}.brz-ed.brz-ed--mobile .brz-fs-im-78{font-size:78px}.brz-ed.brz-ed--mobile .brz-fs-im-79{font-size:79px}.brz-ed.brz-ed--mobile .brz-fs-im-80{font-size:80px}.brz-ed.brz-ed--mobile .brz-fs-im-81{font-size:81px}.brz-ed.brz-ed--mobile .brz-fs-im-82{font-size:82px}.brz-ed.brz-ed--mobile .brz-fs-im-83{font-size:83px}.brz-ed.brz-ed--mobile .brz-fs-im-84{font-size:84px}.brz-ed.brz-ed--mobile .brz-fs-im-85{font-size:85px}.brz-ed.brz-ed--mobile .brz-fs-im-86{font-size:86px}.brz-ed.brz-ed--mobile .brz-fs-im-87{font-size:87px}.brz-ed.brz-ed--mobile .brz-fs-im-88{font-size:88px}.brz-ed.brz-ed--mobile .brz-fs-im-89{font-size:89px}.brz-ed.brz-ed--mobile .brz-fs-im-90{font-size:90px}.brz-ed.brz-ed--mobile .brz-fs-im-91{font-size:91px}.brz-ed.brz-ed--mobile .brz-fs-im-92{font-size:92px}.brz-ed.brz-ed--mobile .brz-fs-im-93{font-size:93px}.brz-ed.brz-ed--mobile .brz-fs-im-94{font-size:94px}.brz-ed.brz-ed--mobile .brz-fs-im-95{font-size:95px}.brz-ed.brz-ed--mobile .brz-fs-im-96{font-size:96px}.brz-ed.brz-ed--mobile .brz-fs-im-97{font-size:97px}.brz-ed.brz-ed--mobile .brz-fs-im-98{font-size:98px}.brz-ed.brz-ed--mobile .brz-fs-im-99{font-size:99px}.brz-ed.brz-ed--mobile .brz-fs-im-100{font-size:100px}.brz-ed.brz-ed--mobile .brz-fs-im-101{font-size:101px}.brz-ed.brz-ed--mobile .brz-fs-im-102{font-size:102px}.brz-ed.brz-ed--mobile .brz-fs-im-103{font-size:103px}.brz-ed.brz-ed--mobile .brz-fs-im-104{font-size:104px}.brz-ed.brz-ed--mobile .brz-fs-im-105{font-size:105px}.brz-ed.brz-ed--mobile .brz-fs-im-106{font-size:106px}.brz-ed.brz-ed--mobile .brz-fs-im-107{font-size:107px}.brz-ed.brz-ed--mobile .brz-fs-im-108{font-size:108px}.brz-ed.brz-ed--mobile .brz-fs-im-109{font-size:109px}.brz-ed.brz-ed--mobile .brz-fs-im-110{font-size:110px}.brz-ed.brz-ed--mobile .brz-fs-im-111{font-size:111px}.brz-ed.brz-ed--mobile .brz-fs-im-112{font-size:112px}.brz-ed.brz-ed--mobile .brz-fs-im-113{font-size:113px}.brz-ed.brz-ed--mobile .brz-fs-im-114{font-size:114px}.brz-ed.brz-ed--mobile .brz-fs-im-115{font-size:115px}.brz-ed.brz-ed--mobile .brz-fs-im-116{font-size:116px}.brz-ed.brz-ed--mobile .brz-fs-im-117{font-size:117px}.brz-ed.brz-ed--mobile .brz-fs-im-118{font-size:118px}.brz-ed.brz-ed--mobile .brz-fs-im-119{font-size:119px}.brz-ed.brz-ed--mobile .brz-fs-im-120{font-size:120px}.brz-ed.brz-ed--mobile .brz-fs-im-121{font-size:121px}.brz-ed.brz-ed--mobile .brz-fs-im-122{font-size:122px}.brz-ed.brz-ed--mobile .brz-fs-im-123{font-size:123px}.brz-ed.brz-ed--mobile .brz-fs-im-124{font-size:124px}.brz-ed.brz-ed--mobile .brz-fs-im-125{font-size:125px}.brz-ed.brz-ed--mobile .brz-fs-im-126{font-size:126px}.brz-ed.brz-ed--mobile .brz-fs-im-127{font-size:127px}.brz-ed.brz-ed--mobile .brz-fs-im-128{font-size:128px}.brz-ed.brz-ed--mobile .brz-fs-im-129{font-size:129px}.brz-ed.brz-ed--mobile .brz-fs-im-130{font-size:130px}.brz-ed.brz-ed--mobile .brz-fs-im-131{font-size:131px}.brz-ed.brz-ed--mobile .brz-fs-im-132{font-size:132px}.brz-ed.brz-ed--mobile .brz-fs-im-133{font-size:133px}.brz-ed.brz-ed--mobile .brz-fs-im-134{font-size:134px}.brz-ed.brz-ed--mobile .brz-fs-im-135{font-size:135px}.brz-ed.brz-ed--mobile .brz-fs-im-136{font-size:136px}.brz-ed.brz-ed--mobile .brz-fs-im-137{font-size:137px}.brz-ed.brz-ed--mobile .brz-fs-im-138{font-size:138px}.brz-ed.brz-ed--mobile .brz-fs-im-139{font-size:139px}.brz-ed.brz-ed--mobile .brz-fs-im-140{font-size:140px}.brz-ed.brz-ed--mobile .brz-fs-im-141{font-size:141px}.brz-ed.brz-ed--mobile .brz-fs-im-142{font-size:142px}.brz-ed.brz-ed--mobile .brz-fs-im-143{font-size:143px}.brz-ed.brz-ed--mobile .brz-fs-im-144{font-size:144px}.brz-ed.brz-ed--mobile .brz-fs-im-145{font-size:145px}.brz-ed.brz-ed--mobile .brz-fs-im-146{font-size:146px}.brz-ed.brz-ed--mobile .brz-fs-im-147{font-size:147px}.brz-ed.brz-ed--mobile .brz-fs-im-148{font-size:148px}.brz-ed.brz-ed--mobile .brz-fs-im-149{font-size:149px}.brz-ed.brz-ed--mobile .brz-fs-im-150{font-size:150px}.brz-ed.brz-ed--mobile .brz-fs-im-151{font-size:151px}.brz-ed.brz-ed--mobile .brz-fs-im-152{font-size:152px}.brz-ed.brz-ed--mobile .brz-fs-im-153{font-size:153px}.brz-ed.brz-ed--mobile .brz-fs-im-154{font-size:154px}.brz-ed.brz-ed--mobile .brz-fs-im-155{font-size:155px}.brz-ed.brz-ed--mobile .brz-fs-im-156{font-size:156px}.brz-ed.brz-ed--mobile .brz-fs-im-157{font-size:157px}.brz-ed.brz-ed--mobile .brz-fs-im-158{font-size:158px}.brz-ed.brz-ed--mobile .brz-fs-im-159{font-size:159px}.brz-ed.brz-ed--mobile .brz-fs-im-160{font-size:160px}.brz-ed.brz-ed--mobile .brz-fs-im-161{font-size:161px}.brz-ed.brz-ed--mobile .brz-fs-im-162{font-size:162px}.brz-ed.brz-ed--mobile .brz-fs-im-163{font-size:163px}.brz-ed.brz-ed--mobile .brz-fs-im-164{font-size:164px}.brz-ed.brz-ed--mobile .brz-fs-im-165{font-size:165px}.brz-ed.brz-ed--mobile .brz-fs-im-166{font-size:166px}.brz-ed.brz-ed--mobile .brz-fs-im-167{font-size:167px}.brz-ed.brz-ed--mobile .brz-fs-im-168{font-size:168px}.brz-ed.brz-ed--mobile .brz-fs-im-169{font-size:169px}.brz-ed.brz-ed--mobile .brz-fs-im-170{font-size:170px}.brz-ed.brz-ed--mobile .brz-fs-im-171{font-size:171px}.brz-ed.brz-ed--mobile .brz-fs-im-172{font-size:172px}.brz-ed.brz-ed--mobile .brz-fs-im-173{font-size:173px}.brz-ed.brz-ed--mobile .brz-fs-im-174{font-size:174px}.brz-ed.brz-ed--mobile .brz-fs-im-175{font-size:175px}.brz-ed.brz-ed--mobile .brz-fs-im-176{font-size:176px}.brz-ed.brz-ed--mobile .brz-fs-im-177{font-size:177px}.brz-ed.brz-ed--mobile .brz-fs-im-178{font-size:178px}.brz-ed.brz-ed--mobile .brz-fs-im-179{font-size:179px}.brz-ed.brz-ed--mobile .brz-fs-im-180{font-size:180px}.brz-ed.brz-ed--mobile .brz-fs-xs-6{font-size:6px}.brz-ed.brz-ed--mobile .brz-fs-xs-7{font-size:7px}.brz-ed.brz-ed--mobile .brz-fs-xs-8{font-size:8px}.brz-ed.brz-ed--mobile .brz-fs-xs-9{font-size:9px}.brz-ed.brz-ed--mobile .brz-fs-xs-10{font-size:10px}.brz-ed.brz-ed--mobile .brz-fs-xs-11{font-size:11px}.brz-ed.brz-ed--mobile .brz-fs-xs-12{font-size:12px}.brz-ed.brz-ed--mobile .brz-fs-xs-13{font-size:13px}.brz-ed.brz-ed--mobile .brz-fs-xs-14{font-size:14px}.brz-ed.brz-ed--mobile .brz-fs-xs-15{font-size:15px}.brz-ed.brz-ed--mobile .brz-fs-xs-16{font-size:16px}.brz-ed.brz-ed--mobile .brz-fs-xs-17{font-size:17px}.brz-ed.brz-ed--mobile .brz-fs-xs-18{font-size:18px}.brz-ed.brz-ed--mobile .brz-fs-xs-19{font-size:19px}.brz-ed.brz-ed--mobile .brz-fs-xs-20{font-size:20px}.brz-ed.brz-ed--mobile .brz-fs-xs-21{font-size:21px}.brz-ed.brz-ed--mobile .brz-fs-xs-22{font-size:22px}.brz-ed.brz-ed--mobile .brz-fs-xs-23{font-size:23px}.brz-ed.brz-ed--mobile .brz-fs-xs-24{font-size:24px}.brz-ed.brz-ed--mobile .brz-fs-xs-25{font-size:25px}.brz-ed.brz-ed--mobile .brz-fs-xs-26{font-size:26px}.brz-ed.brz-ed--mobile .brz-fs-xs-27{font-size:27px}.brz-ed.brz-ed--mobile .brz-fs-xs-28{font-size:28px}.brz-ed.brz-ed--mobile .brz-fs-xs-29{font-size:29px}.brz-ed.brz-ed--mobile .brz-fs-xs-30{font-size:30px}.brz-ed.brz-ed--mobile .brz-fs-xs-31{font-size:31px}.brz-ed.brz-ed--mobile .brz-fs-xs-32{font-size:32px}.brz-ed.brz-ed--mobile .brz-fs-xs-33{font-size:33px}.brz-ed.brz-ed--mobile .brz-fs-xs-34{font-size:34px}.brz-ed.brz-ed--mobile .brz-fs-xs-35{font-size:35px}.brz-ed.brz-ed--mobile .brz-fs-xs-36{font-size:36px}.brz-ed.brz-ed--mobile .brz-fs-xs-37{font-size:37px}.brz-ed.brz-ed--mobile .brz-fs-xs-38{font-size:38px}.brz-ed.brz-ed--mobile .brz-fs-xs-39{font-size:39px}.brz-ed.brz-ed--mobile .brz-fs-xs-40{font-size:40px}.brz-ed.brz-ed--mobile .brz-fs-xs-41{font-size:41px}.brz-ed.brz-ed--mobile .brz-fs-xs-42{font-size:42px}.brz-ed.brz-ed--mobile .brz-fs-xs-43{font-size:43px}.brz-ed.brz-ed--mobile .brz-fs-xs-44{font-size:44px}.brz-ed.brz-ed--mobile .brz-fs-xs-45{font-size:45px}.brz-ed.brz-ed--mobile .brz-fs-xs-46{font-size:46px}.brz-ed.brz-ed--mobile .brz-fs-xs-47{font-size:47px}.brz-ed.brz-ed--mobile .brz-fs-xs-48{font-size:48px}.brz-ed.brz-ed--mobile .brz-fs-xs-49{font-size:49px}.brz-ed.brz-ed--mobile .brz-fs-xs-50{font-size:50px}.brz-ed.brz-ed--mobile .brz-fs-xs-51{font-size:51px}.brz-ed.brz-ed--mobile .brz-fs-xs-52{font-size:52px}.brz-ed.brz-ed--mobile .brz-fs-xs-53{font-size:53px}.brz-ed.brz-ed--mobile .brz-fs-xs-54{font-size:54px}.brz-ed.brz-ed--mobile .brz-fs-xs-55{font-size:55px}.brz-ed.brz-ed--mobile .brz-fs-xs-56{font-size:56px}.brz-ed.brz-ed--mobile .brz-fs-xs-57{font-size:57px}.brz-ed.brz-ed--mobile .brz-fs-xs-58{font-size:58px}.brz-ed.brz-ed--mobile .brz-fs-xs-59{font-size:59px}.brz-ed.brz-ed--mobile .brz-fs-xs-60{font-size:60px}.brz-ed.brz-ed--mobile .brz-fs-xs-61{font-size:61px}.brz-ed.brz-ed--mobile .brz-fs-xs-62{font-size:62px}.brz-ed.brz-ed--mobile .brz-fs-xs-63{font-size:63px}.brz-ed.brz-ed--mobile .brz-fs-xs-64{font-size:64px}.brz-ed.brz-ed--mobile .brz-fs-xs-65{font-size:65px}.brz-ed.brz-ed--mobile .brz-fs-xs-66{font-size:66px}.brz-ed.brz-ed--mobile .brz-fs-xs-67{font-size:67px}.brz-ed.brz-ed--mobile .brz-fs-xs-68{font-size:68px}.brz-ed.brz-ed--mobile .brz-fs-xs-69{font-size:69px}.brz-ed.brz-ed--mobile .brz-fs-xs-70{font-size:70px}.brz-ed.brz-ed--mobile .brz-fs-xs-71{font-size:71px}.brz-ed.brz-ed--mobile .brz-fs-xs-72{font-size:72px}.brz-ed.brz-ed--mobile .brz-fs-xs-73{font-size:73px}.brz-ed.brz-ed--mobile .brz-fs-xs-74{font-size:74px}.brz-ed.brz-ed--mobile .brz-fs-xs-75{font-size:75px}.brz-ed.brz-ed--mobile .brz-fs-xs-76{font-size:76px}.brz-ed.brz-ed--mobile .brz-fs-xs-77{font-size:77px}.brz-ed.brz-ed--mobile .brz-fs-xs-78{font-size:78px}.brz-ed.brz-ed--mobile .brz-fs-xs-79{font-size:79px}.brz-ed.brz-ed--mobile .brz-fs-xs-80{font-size:80px}.brz-ed.brz-ed--mobile .brz-fs-xs-81{font-size:81px}.brz-ed.brz-ed--mobile .brz-fs-xs-82{font-size:82px}.brz-ed.brz-ed--mobile .brz-fs-xs-83{font-size:83px}.brz-ed.brz-ed--mobile .brz-fs-xs-84{font-size:84px}.brz-ed.brz-ed--mobile .brz-fs-xs-85{font-size:85px}.brz-ed.brz-ed--mobile .brz-fs-xs-86{font-size:86px}.brz-ed.brz-ed--mobile .brz-fs-xs-87{font-size:87px}.brz-ed.brz-ed--mobile .brz-fs-xs-88{font-size:88px}.brz-ed.brz-ed--mobile .brz-fs-xs-89{font-size:89px}.brz-ed.brz-ed--mobile .brz-fs-xs-90{font-size:90px}.brz-ed.brz-ed--mobile .brz-fs-xs-91{font-size:91px}.brz-ed.brz-ed--mobile .brz-fs-xs-92{font-size:92px}.brz-ed.brz-ed--mobile .brz-fs-xs-93{font-size:93px}.brz-ed.brz-ed--mobile .brz-fs-xs-94{font-size:94px}.brz-ed.brz-ed--mobile .brz-fs-xs-95{font-size:95px}.brz-ed.brz-ed--mobile .brz-fs-xs-96{font-size:96px}.brz-ed.brz-ed--mobile .brz-fs-xs-97{font-size:97px}.brz-ed.brz-ed--mobile .brz-fs-xs-98{font-size:98px}.brz-ed.brz-ed--mobile .brz-fs-xs-99{font-size:99px}.brz-ed.brz-ed--mobile .brz-fs-xs-100{font-size:100px}.brz-ed.brz-ed--mobile .brz-fs-xs-101{font-size:101px}.brz-ed.brz-ed--mobile .brz-fs-xs-102{font-size:102px}.brz-ed.brz-ed--mobile .brz-fs-xs-103{font-size:103px}.brz-ed.brz-ed--mobile .brz-fs-xs-104{font-size:104px}.brz-ed.brz-ed--mobile .brz-fs-xs-105{font-size:105px}.brz-ed.brz-ed--mobile .brz-fs-xs-106{font-size:106px}.brz-ed.brz-ed--mobile .brz-fs-xs-107{font-size:107px}.brz-ed.brz-ed--mobile .brz-fs-xs-108{font-size:108px}.brz-ed.brz-ed--mobile .brz-fs-xs-109{font-size:109px}.brz-ed.brz-ed--mobile .brz-fs-xs-110{font-size:110px}.brz-ed.brz-ed--mobile .brz-fs-xs-111{font-size:111px}.brz-ed.brz-ed--mobile .brz-fs-xs-112{font-size:112px}.brz-ed.brz-ed--mobile .brz-fs-xs-113{font-size:113px}.brz-ed.brz-ed--mobile .brz-fs-xs-114{font-size:114px}.brz-ed.brz-ed--mobile .brz-fs-xs-115{font-size:115px}.brz-ed.brz-ed--mobile .brz-fs-xs-116{font-size:116px}.brz-ed.brz-ed--mobile .brz-fs-xs-117{font-size:117px}.brz-ed.brz-ed--mobile .brz-fs-xs-118{font-size:118px}.brz-ed.brz-ed--mobile .brz-fs-xs-119{font-size:119px}.brz-ed.brz-ed--mobile .brz-fs-xs-120{font-size:120px}.brz-ed.brz-ed--mobile .brz-fs-xs-121{font-size:121px}.brz-ed.brz-ed--mobile .brz-fs-xs-122{font-size:122px}.brz-ed.brz-ed--mobile .brz-fs-xs-123{font-size:123px}.brz-ed.brz-ed--mobile .brz-fs-xs-124{font-size:124px}.brz-ed.brz-ed--mobile .brz-fs-xs-125{font-size:125px}.brz-ed.brz-ed--mobile .brz-fs-xs-126{font-size:126px}.brz-ed.brz-ed--mobile .brz-fs-xs-127{font-size:127px}.brz-ed.brz-ed--mobile .brz-fs-xs-128{font-size:128px}.brz-ed.brz-ed--mobile .brz-fs-xs-129{font-size:129px}.brz-ed.brz-ed--mobile .brz-fs-xs-130{font-size:130px}.brz-ed.brz-ed--mobile .brz-fs-xs-131{font-size:131px}.brz-ed.brz-ed--mobile .brz-fs-xs-132{font-size:132px}.brz-ed.brz-ed--mobile .brz-fs-xs-133{font-size:133px}.brz-ed.brz-ed--mobile .brz-fs-xs-134{font-size:134px}.brz-ed.brz-ed--mobile .brz-fs-xs-135{font-size:135px}.brz-ed.brz-ed--mobile .brz-fs-xs-136{font-size:136px}.brz-ed.brz-ed--mobile .brz-fs-xs-137{font-size:137px}.brz-ed.brz-ed--mobile .brz-fs-xs-138{font-size:138px}.brz-ed.brz-ed--mobile .brz-fs-xs-139{font-size:139px}.brz-ed.brz-ed--mobile .brz-fs-xs-140{font-size:140px}.brz-ed.brz-ed--mobile .brz-fs-xs-141{font-size:141px}.brz-ed.brz-ed--mobile .brz-fs-xs-142{font-size:142px}.brz-ed.brz-ed--mobile .brz-fs-xs-143{font-size:143px}.brz-ed.brz-ed--mobile .brz-fs-xs-144{font-size:144px}.brz-ed.brz-ed--mobile .brz-fs-xs-145{font-size:145px}.brz-ed.brz-ed--mobile .brz-fs-xs-146{font-size:146px}.brz-ed.brz-ed--mobile .brz-fs-xs-147{font-size:147px}.brz-ed.brz-ed--mobile .brz-fs-xs-148{font-size:148px}.brz-ed.brz-ed--mobile .brz-fs-xs-149{font-size:149px}.brz-ed.brz-ed--mobile .brz-fs-xs-150{font-size:150px}.brz-ed.brz-ed--mobile .brz-fs-xs-151{font-size:151px}.brz-ed.brz-ed--mobile .brz-fs-xs-152{font-size:152px}.brz-ed.brz-ed--mobile .brz-fs-xs-153{font-size:153px}.brz-ed.brz-ed--mobile .brz-fs-xs-154{font-size:154px}.brz-ed.brz-ed--mobile .brz-fs-xs-155{font-size:155px}.brz-ed.brz-ed--mobile .brz-fs-xs-156{font-size:156px}.brz-ed.brz-ed--mobile .brz-fs-xs-157{font-size:157px}.brz-ed.brz-ed--mobile .brz-fs-xs-158{font-size:158px}.brz-ed.brz-ed--mobile .brz-fs-xs-159{font-size:159px}.brz-ed.brz-ed--mobile .brz-fs-xs-160{font-size:160px}.brz-ed.brz-ed--mobile .brz-fs-xs-161{font-size:161px}.brz-ed.brz-ed--mobile .brz-fs-xs-162{font-size:162px}.brz-ed.brz-ed--mobile .brz-fs-xs-163{font-size:163px}.brz-ed.brz-ed--mobile .brz-fs-xs-164{font-size:164px}.brz-ed.brz-ed--mobile .brz-fs-xs-165{font-size:165px}.brz-ed.brz-ed--mobile .brz-fs-xs-166{font-size:166px}.brz-ed.brz-ed--mobile .brz-fs-xs-167{font-size:167px}.brz-ed.brz-ed--mobile .brz-fs-xs-168{font-size:168px}.brz-ed.brz-ed--mobile .brz-fs-xs-169{font-size:169px}.brz-ed.brz-ed--mobile .brz-fs-xs-170{font-size:170px}.brz-ed.brz-ed--mobile .brz-fs-xs-171{font-size:171px}.brz-ed.brz-ed--mobile .brz-fs-xs-172{font-size:172px}.brz-ed.brz-ed--mobile .brz-fs-xs-173{font-size:173px}.brz-ed.brz-ed--mobile .brz-fs-xs-174{font-size:174px}.brz-ed.brz-ed--mobile .brz-fs-xs-175{font-size:175px}.brz-ed.brz-ed--mobile .brz-fs-xs-176{font-size:176px}.brz-ed.brz-ed--mobile .brz-fs-xs-177{font-size:177px}.brz-ed.brz-ed--mobile .brz-fs-xs-178{font-size:178px}.brz-ed.brz-ed--mobile .brz-fs-xs-179{font-size:179px}.brz-ed.brz-ed--mobile .brz-fs-xs-180{font-size:180px}.brz-ed.brz-ed--mobile .brz-lh-im-1{line-height:1em}.brz-ed.brz-ed--mobile .brz-lh-im-1_1{line-height:1.1em}.brz-ed.brz-ed--mobile .brz-lh-im-1_2{line-height:1.2em}.brz-ed.brz-ed--mobile .brz-lh-im-1_3{line-height:1.3em}.brz-ed.brz-ed--mobile .brz-lh-im-1_4{line-height:1.4em}.brz-ed.brz-ed--mobile .brz-lh-im-1_5{line-height:1.5em}.brz-ed.brz-ed--mobile .brz-lh-im-1_6{line-height:1.6em}.brz-ed.brz-ed--mobile .brz-lh-im-1_7{line-height:1.7em}.brz-ed.brz-ed--mobile .brz-lh-im-1_8{line-height:1.8em}.brz-ed.brz-ed--mobile .brz-lh-im-1_9{line-height:1.9em}.brz-ed.brz-ed--mobile .brz-lh-im-2{line-height:2em}.brz-ed.brz-ed--mobile .brz-lh-im-2_1{line-height:2.1em}.brz-ed.brz-ed--mobile .brz-lh-im-2_2{line-height:2.2em}.brz-ed.brz-ed--mobile .brz-lh-im-2_3{line-height:2.3em}.brz-ed.brz-ed--mobile .brz-lh-im-2_4{line-height:2.4em}.brz-ed.brz-ed--mobile .brz-lh-im-2_5{line-height:2.5em}.brz-ed.brz-ed--mobile .brz-lh-im-2_6{line-height:2.6em}.brz-ed.brz-ed--mobile .brz-lh-im-2_7{line-height:2.7em}.brz-ed.brz-ed--mobile .brz-lh-im-2_8{line-height:2.8em}.brz-ed.brz-ed--mobile .brz-lh-im-2_9{line-height:2.9em}.brz-ed.brz-ed--mobile .brz-lh-im-3{line-height:3em}.brz-ed.brz-ed--mobile .brz-lh-im-3_1{line-height:3.1em}.brz-ed.brz-ed--mobile .brz-lh-im-3_2{line-height:3.2em}.brz-ed.brz-ed--mobile .brz-lh-im-3_3{line-height:3.3em}.brz-ed.brz-ed--mobile .brz-lh-im-3_4{line-height:3.4em}.brz-ed.brz-ed--mobile .brz-lh-im-3_5{line-height:3.5em}.brz-ed.brz-ed--mobile .brz-lh-im-3_6{line-height:3.6em}.brz-ed.brz-ed--mobile .brz-lh-im-3_7{line-height:3.7em}.brz-ed.brz-ed--mobile .brz-lh-im-3_8{line-height:3.8em}.brz-ed.brz-ed--mobile .brz-lh-im-3_9{line-height:3.9em}.brz-ed.brz-ed--mobile .brz-lh-im-4{line-height:4em}.brz-ed.brz-ed--mobile .brz-lh-im-4_1{line-height:4.1em}.brz-ed.brz-ed--mobile .brz-lh-im-4_2{line-height:4.2em}.brz-ed.brz-ed--mobile .brz-lh-im-4_3{line-height:4.3em}.brz-ed.brz-ed--mobile .brz-lh-im-4_4{line-height:4.4em}.brz-ed.brz-ed--mobile .brz-lh-im-4_5{line-height:4.5em}.brz-ed.brz-ed--mobile .brz-lh-im-4_6{line-height:4.6em}.brz-ed.brz-ed--mobile .brz-lh-im-4_7{line-height:4.7em}.brz-ed.brz-ed--mobile .brz-lh-im-4_8{line-height:4.8em}.brz-ed.brz-ed--mobile .brz-lh-im-4_9{line-height:4.9em}.brz-ed.brz-ed--mobile .brz-lh-im-5{line-height:5em}.brz-ed.brz-ed--mobile .brz-lh-im-5_1{line-height:5.1em}.brz-ed.brz-ed--mobile .brz-lh-im-5_2{line-height:5.2em}.brz-ed.brz-ed--mobile .brz-lh-im-5_3{line-height:5.3em}.brz-ed.brz-ed--mobile .brz-lh-im-5_4{line-height:5.4em}.brz-ed.brz-ed--mobile .brz-lh-im-5_5{line-height:5.5em}.brz-ed.brz-ed--mobile .brz-lh-im-5_6{line-height:5.6em}.brz-ed.brz-ed--mobile .brz-lh-im-5_7{line-height:5.7em}.brz-ed.brz-ed--mobile .brz-lh-im-5_8{line-height:5.8em}.brz-ed.brz-ed--mobile .brz-lh-im-5_9{line-height:5.9em}.brz-ed.brz-ed--mobile .brz-lh-xs-1{line-height:1em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_1{line-height:1.1em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_2{line-height:1.2em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_3{line-height:1.3em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_4{line-height:1.4em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_5{line-height:1.5em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_6{line-height:1.6em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_7{line-height:1.7em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_8{line-height:1.8em}.brz-ed.brz-ed--mobile .brz-lh-xs-1_9{line-height:1.9em}.brz-ed.brz-ed--mobile .brz-lh-xs-2{line-height:2em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_1{line-height:2.1em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_2{line-height:2.2em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_3{line-height:2.3em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_4{line-height:2.4em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_5{line-height:2.5em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_6{line-height:2.6em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_7{line-height:2.7em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_8{line-height:2.8em}.brz-ed.brz-ed--mobile .brz-lh-xs-2_9{line-height:2.9em}.brz-ed.brz-ed--mobile .brz-lh-xs-3{line-height:3em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_1{line-height:3.1em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_2{line-height:3.2em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_3{line-height:3.3em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_4{line-height:3.4em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_5{line-height:3.5em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_6{line-height:3.6em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_7{line-height:3.7em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_8{line-height:3.8em}.brz-ed.brz-ed--mobile .brz-lh-xs-3_9{line-height:3.9em}.brz-ed.brz-ed--mobile .brz-lh-xs-4{line-height:4em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_1{line-height:4.1em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_2{line-height:4.2em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_3{line-height:4.3em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_4{line-height:4.4em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_5{line-height:4.5em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_6{line-height:4.6em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_7{line-height:4.7em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_8{line-height:4.8em}.brz-ed.brz-ed--mobile .brz-lh-xs-4_9{line-height:4.9em}.brz-ed.brz-ed--mobile .brz-lh-xs-5{line-height:5em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_1{line-height:5.1em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_2{line-height:5.2em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_3{line-height:5.3em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_4{line-height:5.4em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_5{line-height:5.5em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_6{line-height:5.6em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_7{line-height:5.7em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_8{line-height:5.8em}.brz-ed.brz-ed--mobile .brz-lh-xs-5_9{line-height:5.9em}.brz-ed.brz-ed--mobile .brz-fw-im-100{font-weight:100!important}.brz-ed.brz-ed--mobile .brz-fw-im-200{font-weight:200!important}.brz-ed.brz-ed--mobile .brz-fw-im-300{font-weight:300!important}.brz-ed.brz-ed--mobile .brz-fw-im-400{font-weight:400!important}.brz-ed.brz-ed--mobile .brz-fw-im-500{font-weight:500!important}.brz-ed.brz-ed--mobile .brz-fw-im-600{font-weight:600!important}.brz-ed.brz-ed--mobile .brz-fw-im-700{font-weight:700!important}.brz-ed.brz-ed--mobile .brz-fw-im-800{font-weight:800!important}.brz-ed.brz-ed--mobile .brz-fw-im-900{font-weight:900!important}.brz-ed.brz-ed--mobile .brz-fw-im-1000{font-weight:1000!important}.brz-ed.brz-ed--mobile .brz-fw-im-1100{font-weight:1100!important}.brz-ed.brz-ed--mobile .brz-fw-im-1200{font-weight:1200!important}.brz-ed.brz-ed--mobile .brz-fw-im-1300{font-weight:1300!important}.brz-ed.brz-ed--mobile .brz-fw-im-1400{font-weight:1400!important}.brz-ed.brz-ed--mobile .brz-fw-im-1500{font-weight:1500!important}.brz-ed.brz-ed--mobile .brz-fw-xs-100{font-weight:100!important}.brz-ed.brz-ed--mobile .brz-fw-xs-200{font-weight:200!important}.brz-ed.brz-ed--mobile .brz-fw-xs-300{font-weight:300!important}.brz-ed.brz-ed--mobile .brz-fw-xs-400{font-weight:400!important}.brz-ed.brz-ed--mobile .brz-fw-xs-500{font-weight:500!important}.brz-ed.brz-ed--mobile .brz-fw-xs-600{font-weight:600!important}.brz-ed.brz-ed--mobile .brz-fw-xs-700{font-weight:700!important}.brz-ed.brz-ed--mobile .brz-fw-xs-800{font-weight:800!important}.brz-ed.brz-ed--mobile .brz-fw-xs-900{font-weight:900!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1000{font-weight:1000!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1100{font-weight:1100!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1200{font-weight:1200!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1300{font-weight:1300!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1400{font-weight:1400!important}.brz-ed.brz-ed--mobile .brz-fw-xs-1500{font-weight:1500!important}.brz-ed.brz-ed--mobile .brz-ls-im-m_5{letter-spacing:-5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_5_5{letter-spacing:-5.5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_4{letter-spacing:-4px}.brz-ed.brz-ed--mobile .brz-ls-im-m_4_5{letter-spacing:-4.5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_3{letter-spacing:-3px}.brz-ed.brz-ed--mobile .brz-ls-im-m_3_5{letter-spacing:-3.5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_2{letter-spacing:-2px}.brz-ed.brz-ed--mobile .brz-ls-im-m_2_5{letter-spacing:-2.5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_1{letter-spacing:-1px}.brz-ed.brz-ed--mobile .brz-ls-im-m_1_5{letter-spacing:-1.5px}.brz-ed.brz-ed--mobile .brz-ls-im-m_0{letter-spacing:0}.brz-ed.brz-ed--mobile .brz-ls-im-m_0_5{letter-spacing:-.5px}.brz-ed.brz-ed--mobile .brz-ls-im-0{letter-spacing:0}.brz-ed.brz-ed--mobile .brz-ls-im-0_5{letter-spacing:.5px}.brz-ed.brz-ed--mobile .brz-ls-im-1{letter-spacing:1px}.brz-ed.brz-ed--mobile .brz-ls-im-1_5{letter-spacing:1.5px}.brz-ed.brz-ed--mobile .brz-ls-im-2{letter-spacing:2px}.brz-ed.brz-ed--mobile .brz-ls-im-2_5{letter-spacing:2.5px}.brz-ed.brz-ed--mobile .brz-ls-im-3{letter-spacing:3px}.brz-ed.brz-ed--mobile .brz-ls-im-3_5{letter-spacing:3.5px}.brz-ed.brz-ed--mobile .brz-ls-im-4{letter-spacing:4px}.brz-ed.brz-ed--mobile .brz-ls-im-4_5{letter-spacing:4.5px}.brz-ed.brz-ed--mobile .brz-ls-im-5{letter-spacing:5px}.brz-ed.brz-ed--mobile .brz-ls-im-5_5{letter-spacing:5.5px}.brz-ed.brz-ed--mobile .brz-ls-im-6{letter-spacing:6px}.brz-ed.brz-ed--mobile .brz-ls-im-6_5{letter-spacing:6.5px}.brz-ed.brz-ed--mobile .brz-ls-im-7{letter-spacing:7px}.brz-ed.brz-ed--mobile .brz-ls-im-7_5{letter-spacing:7.5px}.brz-ed.brz-ed--mobile .brz-ls-im-8{letter-spacing:8px}.brz-ed.brz-ed--mobile .brz-ls-im-8_5{letter-spacing:8.5px}.brz-ed.brz-ed--mobile .brz-ls-im-9{letter-spacing:9px}.brz-ed.brz-ed--mobile .brz-ls-im-9_5{letter-spacing:9.5px}.brz-ed.brz-ed--mobile .brz-ls-im-10{letter-spacing:10px}.brz-ed.brz-ed--mobile .brz-ls-im-10_5{letter-spacing:10.5px}.brz-ed.brz-ed--mobile .brz-ls-im-11{letter-spacing:11px}.brz-ed.brz-ed--mobile .brz-ls-im-11_5{letter-spacing:11.5px}.brz-ed.brz-ed--mobile .brz-ls-im-12{letter-spacing:12px}.brz-ed.brz-ed--mobile .brz-ls-im-12_5{letter-spacing:12.5px}.brz-ed.brz-ed--mobile .brz-ls-im-13{letter-spacing:13px}.brz-ed.brz-ed--mobile .brz-ls-im-13_5{letter-spacing:13.5px}.brz-ed.brz-ed--mobile .brz-ls-im-14{letter-spacing:14px}.brz-ed.brz-ed--mobile .brz-ls-im-14_5{letter-spacing:14.5px}.brz-ed.brz-ed--mobile .brz-ls-im-15{letter-spacing:15px}.brz-ed.brz-ed--mobile .brz-ls-im-15_5{letter-spacing:15.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_5{letter-spacing:-5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_5_5{letter-spacing:-5.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_4{letter-spacing:-4px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_4_5{letter-spacing:-4.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_3{letter-spacing:-3px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_3_5{letter-spacing:-3.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_2{letter-spacing:-2px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_2_5{letter-spacing:-2.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_1{letter-spacing:-1px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_1_5{letter-spacing:-1.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-m_0{letter-spacing:0}.brz-ed.brz-ed--mobile .brz-ls-xs-m_0_5{letter-spacing:-.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-0{letter-spacing:0}.brz-ed.brz-ed--mobile .brz-ls-xs-0_5{letter-spacing:.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-1{letter-spacing:1px}.brz-ed.brz-ed--mobile .brz-ls-xs-1_5{letter-spacing:1.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-2{letter-spacing:2px}.brz-ed.brz-ed--mobile .brz-ls-xs-2_5{letter-spacing:2.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-3{letter-spacing:3px}.brz-ed.brz-ed--mobile .brz-ls-xs-3_5{letter-spacing:3.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-4{letter-spacing:4px}.brz-ed.brz-ed--mobile .brz-ls-xs-4_5{letter-spacing:4.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-5{letter-spacing:5px}.brz-ed.brz-ed--mobile .brz-ls-xs-5_5{letter-spacing:5.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-6{letter-spacing:6px}.brz-ed.brz-ed--mobile .brz-ls-xs-6_5{letter-spacing:6.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-7{letter-spacing:7px}.brz-ed.brz-ed--mobile .brz-ls-xs-7_5{letter-spacing:7.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-8{letter-spacing:8px}.brz-ed.brz-ed--mobile .brz-ls-xs-8_5{letter-spacing:8.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-9{letter-spacing:9px}.brz-ed.brz-ed--mobile .brz-ls-xs-9_5{letter-spacing:9.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-10{letter-spacing:10px}.brz-ed.brz-ed--mobile .brz-ls-xs-10_5{letter-spacing:10.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-11{letter-spacing:11px}.brz-ed.brz-ed--mobile .brz-ls-xs-11_5{letter-spacing:11.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-12{letter-spacing:12px}.brz-ed.brz-ed--mobile .brz-ls-xs-12_5{letter-spacing:12.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-13{letter-spacing:13px}.brz-ed.brz-ed--mobile .brz-ls-xs-13_5{letter-spacing:13.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-14{letter-spacing:14px}.brz-ed.brz-ed--mobile .brz-ls-xs-14_5{letter-spacing:14.5px}.brz-ed.brz-ed--mobile .brz-ls-xs-15{letter-spacing:15px}.brz-ed.brz-ed--mobile .brz-ls-xs-15_5{letter-spacing:15.5px}.brz-ed .brz-mt-lg-0{margin-top:0!important}.brz-ed .brz-mt-lg-1{margin-top:1px!important}.brz-ed .brz-mt-lg-2{margin-top:2px!important}.brz-ed .brz-mt-lg-3{margin-top:3px!important}.brz-ed .brz-mt-lg-4{margin-top:4px!important}.brz-ed .brz-mt-lg-5{margin-top:5px!important}.brz-ed .brz-mt-lg-6{margin-top:6px!important}.brz-ed .brz-mt-lg-7{margin-top:7px!important}.brz-ed .brz-mt-lg-8{margin-top:8px!important}.brz-ed .brz-mt-lg-9{margin-top:9px!important}.brz-ed .brz-mt-lg-10{margin-top:10px!important}.brz-ed .brz-mt-lg-11{margin-top:11px!important}.brz-ed .brz-mt-lg-12{margin-top:12px!important}.brz-ed .brz-mt-lg-13{margin-top:13px!important}.brz-ed .brz-mt-lg-14{margin-top:14px!important}.brz-ed .brz-mt-lg-15{margin-top:15px!important}.brz-ed .brz-mt-lg-16{margin-top:16px!important}.brz-ed .brz-mt-lg-17{margin-top:17px!important}.brz-ed .brz-mt-lg-18{margin-top:18px!important}.brz-ed .brz-mt-lg-19{margin-top:19px!important}.brz-ed .brz-mt-lg-20{margin-top:20px!important}.brz-ed .brz-mt-lg-21{margin-top:21px!important}.brz-ed .brz-mt-lg-22{margin-top:22px!important}.brz-ed .brz-mt-lg-23{margin-top:23px!important}.brz-ed .brz-mt-lg-24{margin-top:24px!important}.brz-ed .brz-mt-lg-25{margin-top:25px!important}.brz-ed .brz-mt-lg-26{margin-top:26px!important}.brz-ed .brz-mt-lg-27{margin-top:27px!important}.brz-ed .brz-mt-lg-28{margin-top:28px!important}.brz-ed .brz-mt-lg-29{margin-top:29px!important}.brz-ed .brz-mt-lg-30{margin-top:30px!important}.brz-ed .brz-mt-lg-31{margin-top:31px!important}.brz-ed .brz-mt-lg-32{margin-top:32px!important}.brz-ed .brz-mt-lg-33{margin-top:33px!important}.brz-ed .brz-mt-lg-34{margin-top:34px!important}.brz-ed .brz-mt-lg-35{margin-top:35px!important}.brz-ed .brz-mt-lg-36{margin-top:36px!important}.brz-ed .brz-mt-lg-37{margin-top:37px!important}.brz-ed .brz-mt-lg-38{margin-top:38px!important}.brz-ed .brz-mt-lg-39{margin-top:39px!important}.brz-ed .brz-mt-lg-40{margin-top:40px!important}.brz-ed .brz-mt-lg-41{margin-top:41px!important}.brz-ed .brz-mt-lg-42{margin-top:42px!important}.brz-ed .brz-mt-lg-43{margin-top:43px!important}.brz-ed .brz-mt-lg-44{margin-top:44px!important}.brz-ed .brz-mt-lg-45{margin-top:45px!important}.brz-ed .brz-mt-lg-46{margin-top:46px!important}.brz-ed .brz-mt-lg-47{margin-top:47px!important}.brz-ed .brz-mt-lg-48{margin-top:48px!important}.brz-ed .brz-mt-lg-49{margin-top:49px!important}.brz-ed .brz-mt-lg-50{margin-top:50px!important}.brz-ed .brz-mt-lg-51{margin-top:51px!important}.brz-ed .brz-mt-lg-52{margin-top:52px!important}.brz-ed .brz-mt-lg-53{margin-top:53px!important}.brz-ed .brz-mt-lg-54{margin-top:54px!important}.brz-ed .brz-mt-lg-55{margin-top:55px!important}.brz-ed .brz-mt-lg-56{margin-top:56px!important}.brz-ed .brz-mt-lg-57{margin-top:57px!important}.brz-ed .brz-mt-lg-58{margin-top:58px!important}.brz-ed .brz-mt-lg-59{margin-top:59px!important}.brz-ed .brz-mt-lg-60{margin-top:60px!important}.brz-ed .brz-mt-lg-61{margin-top:61px!important}.brz-ed .brz-mt-lg-62{margin-top:62px!important}.brz-ed .brz-mt-lg-63{margin-top:63px!important}.brz-ed .brz-mt-lg-64{margin-top:64px!important}.brz-ed .brz-mt-lg-65{margin-top:65px!important}.brz-ed .brz-mt-lg-66{margin-top:66px!important}.brz-ed .brz-mt-lg-67{margin-top:67px!important}.brz-ed .brz-mt-lg-68{margin-top:68px!important}.brz-ed .brz-mt-lg-69{margin-top:69px!important}.brz-ed .brz-mt-lg-70{margin-top:70px!important}.brz-ed .brz-mt-lg-71{margin-top:71px!important}.brz-ed .brz-mt-lg-72{margin-top:72px!important}.brz-ed .brz-mt-lg-73{margin-top:73px!important}.brz-ed .brz-mt-lg-74{margin-top:74px!important}.brz-ed .brz-mt-lg-75{margin-top:75px!important}.brz-ed .brz-mt-lg-76{margin-top:76px!important}.brz-ed .brz-mt-lg-77{margin-top:77px!important}.brz-ed .brz-mt-lg-78{margin-top:78px!important}.brz-ed .brz-mt-lg-79{margin-top:79px!important}.brz-ed .brz-mt-lg-80{margin-top:80px!important}.brz-ed .brz-mt-lg-81{margin-top:81px!important}.brz-ed .brz-mt-lg-82{margin-top:82px!important}.brz-ed .brz-mt-lg-83{margin-top:83px!important}.brz-ed .brz-mt-lg-84{margin-top:84px!important}.brz-ed .brz-mt-lg-85{margin-top:85px!important}.brz-ed .brz-mt-lg-86{margin-top:86px!important}.brz-ed .brz-mt-lg-87{margin-top:87px!important}.brz-ed .brz-mt-lg-88{margin-top:88px!important}.brz-ed .brz-mt-lg-89{margin-top:89px!important}.brz-ed .brz-mt-lg-90{margin-top:90px!important}.brz-ed .brz-mt-lg-91{margin-top:91px!important}.brz-ed .brz-mt-lg-92{margin-top:92px!important}.brz-ed .brz-mt-lg-93{margin-top:93px!important}.brz-ed .brz-mt-lg-94{margin-top:94px!important}.brz-ed .brz-mt-lg-95{margin-top:95px!important}.brz-ed .brz-mt-lg-96{margin-top:96px!important}.brz-ed .brz-mt-lg-97{margin-top:97px!important}.brz-ed .brz-mt-lg-98{margin-top:98px!important}.brz-ed .brz-mt-lg-99{margin-top:99px!important}.brz-ed .brz-mt-lg-100{margin-top:100px!important}.brz-ed .brz-mb-lg-0{margin-bottom:0!important}.brz-ed .brz-mb-lg-1{margin-bottom:1px!important}.brz-ed .brz-mb-lg-2{margin-bottom:2px!important}.brz-ed .brz-mb-lg-3{margin-bottom:3px!important}.brz-ed .brz-mb-lg-4{margin-bottom:4px!important}.brz-ed .brz-mb-lg-5{margin-bottom:5px!important}.brz-ed .brz-mb-lg-6{margin-bottom:6px!important}.brz-ed .brz-mb-lg-7{margin-bottom:7px!important}.brz-ed .brz-mb-lg-8{margin-bottom:8px!important}.brz-ed .brz-mb-lg-9{margin-bottom:9px!important}.brz-ed .brz-mb-lg-10{margin-bottom:10px!important}.brz-ed .brz-mb-lg-11{margin-bottom:11px!important}.brz-ed .brz-mb-lg-12{margin-bottom:12px!important}.brz-ed .brz-mb-lg-13{margin-bottom:13px!important}.brz-ed .brz-mb-lg-14{margin-bottom:14px!important}.brz-ed .brz-mb-lg-15{margin-bottom:15px!important}.brz-ed .brz-mb-lg-16{margin-bottom:16px!important}.brz-ed .brz-mb-lg-17{margin-bottom:17px!important}.brz-ed .brz-mb-lg-18{margin-bottom:18px!important}.brz-ed .brz-mb-lg-19{margin-bottom:19px!important}.brz-ed .brz-mb-lg-20{margin-bottom:20px!important}.brz-ed .brz-mb-lg-21{margin-bottom:21px!important}.brz-ed .brz-mb-lg-22{margin-bottom:22px!important}.brz-ed .brz-mb-lg-23{margin-bottom:23px!important}.brz-ed .brz-mb-lg-24{margin-bottom:24px!important}.brz-ed .brz-mb-lg-25{margin-bottom:25px!important}.brz-ed .brz-mb-lg-26{margin-bottom:26px!important}.brz-ed .brz-mb-lg-27{margin-bottom:27px!important}.brz-ed .brz-mb-lg-28{margin-bottom:28px!important}.brz-ed .brz-mb-lg-29{margin-bottom:29px!important}.brz-ed .brz-mb-lg-30{margin-bottom:30px!important}.brz-ed .brz-mb-lg-31{margin-bottom:31px!important}.brz-ed .brz-mb-lg-32{margin-bottom:32px!important}.brz-ed .brz-mb-lg-33{margin-bottom:33px!important}.brz-ed .brz-mb-lg-34{margin-bottom:34px!important}.brz-ed .brz-mb-lg-35{margin-bottom:35px!important}.brz-ed .brz-mb-lg-36{margin-bottom:36px!important}.brz-ed .brz-mb-lg-37{margin-bottom:37px!important}.brz-ed .brz-mb-lg-38{margin-bottom:38px!important}.brz-ed .brz-mb-lg-39{margin-bottom:39px!important}.brz-ed .brz-mb-lg-40{margin-bottom:40px!important}.brz-ed .brz-mb-lg-41{margin-bottom:41px!important}.brz-ed .brz-mb-lg-42{margin-bottom:42px!important}.brz-ed .brz-mb-lg-43{margin-bottom:43px!important}.brz-ed .brz-mb-lg-44{margin-bottom:44px!important}.brz-ed .brz-mb-lg-45{margin-bottom:45px!important}.brz-ed .brz-mb-lg-46{margin-bottom:46px!important}.brz-ed .brz-mb-lg-47{margin-bottom:47px!important}.brz-ed .brz-mb-lg-48{margin-bottom:48px!important}.brz-ed .brz-mb-lg-49{margin-bottom:49px!important}.brz-ed .brz-mb-lg-50{margin-bottom:50px!important}.brz-ed .brz-mb-lg-51{margin-bottom:51px!important}.brz-ed .brz-mb-lg-52{margin-bottom:52px!important}.brz-ed .brz-mb-lg-53{margin-bottom:53px!important}.brz-ed .brz-mb-lg-54{margin-bottom:54px!important}.brz-ed .brz-mb-lg-55{margin-bottom:55px!important}.brz-ed .brz-mb-lg-56{margin-bottom:56px!important}.brz-ed .brz-mb-lg-57{margin-bottom:57px!important}.brz-ed .brz-mb-lg-58{margin-bottom:58px!important}.brz-ed .brz-mb-lg-59{margin-bottom:59px!important}.brz-ed .brz-mb-lg-60{margin-bottom:60px!important}.brz-ed .brz-mb-lg-61{margin-bottom:61px!important}.brz-ed .brz-mb-lg-62{margin-bottom:62px!important}.brz-ed .brz-mb-lg-63{margin-bottom:63px!important}.brz-ed .brz-mb-lg-64{margin-bottom:64px!important}.brz-ed .brz-mb-lg-65{margin-bottom:65px!important}.brz-ed .brz-mb-lg-66{margin-bottom:66px!important}.brz-ed .brz-mb-lg-67{margin-bottom:67px!important}.brz-ed .brz-mb-lg-68{margin-bottom:68px!important}.brz-ed .brz-mb-lg-69{margin-bottom:69px!important}.brz-ed .brz-mb-lg-70{margin-bottom:70px!important}.brz-ed .brz-mb-lg-71{margin-bottom:71px!important}.brz-ed .brz-mb-lg-72{margin-bottom:72px!important}.brz-ed .brz-mb-lg-73{margin-bottom:73px!important}.brz-ed .brz-mb-lg-74{margin-bottom:74px!important}.brz-ed .brz-mb-lg-75{margin-bottom:75px!important}.brz-ed .brz-mb-lg-76{margin-bottom:76px!important}.brz-ed .brz-mb-lg-77{margin-bottom:77px!important}.brz-ed .brz-mb-lg-78{margin-bottom:78px!important}.brz-ed .brz-mb-lg-79{margin-bottom:79px!important}.brz-ed .brz-mb-lg-80{margin-bottom:80px!important}.brz-ed .brz-mb-lg-81{margin-bottom:81px!important}.brz-ed .brz-mb-lg-82{margin-bottom:82px!important}.brz-ed .brz-mb-lg-83{margin-bottom:83px!important}.brz-ed .brz-mb-lg-84{margin-bottom:84px!important}.brz-ed .brz-mb-lg-85{margin-bottom:85px!important}.brz-ed .brz-mb-lg-86{margin-bottom:86px!important}.brz-ed .brz-mb-lg-87{margin-bottom:87px!important}.brz-ed .brz-mb-lg-88{margin-bottom:88px!important}.brz-ed .brz-mb-lg-89{margin-bottom:89px!important}.brz-ed .brz-mb-lg-90{margin-bottom:90px!important}.brz-ed .brz-mb-lg-91{margin-bottom:91px!important}.brz-ed .brz-mb-lg-92{margin-bottom:92px!important}.brz-ed .brz-mb-lg-93{margin-bottom:93px!important}.brz-ed .brz-mb-lg-94{margin-bottom:94px!important}.brz-ed .brz-mb-lg-95{margin-bottom:95px!important}.brz-ed .brz-mb-lg-96{margin-bottom:96px!important}.brz-ed .brz-mb-lg-97{margin-bottom:97px!important}.brz-ed .brz-mb-lg-98{margin-bottom:98px!important}.brz-ed .brz-mb-lg-99{margin-bottom:99px!important}.brz-ed .brz-mb-lg-100{margin-bottom:100px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-0{margin-top:0!important}.brz-ed.brz-ed--desktop .brz-mt-lg-1{margin-top:1px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-2{margin-top:2px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-3{margin-top:3px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-4{margin-top:4px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-5{margin-top:5px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-6{margin-top:6px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-7{margin-top:7px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-8{margin-top:8px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-9{margin-top:9px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-10{margin-top:10px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-11{margin-top:11px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-12{margin-top:12px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-13{margin-top:13px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-14{margin-top:14px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-15{margin-top:15px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-16{margin-top:16px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-17{margin-top:17px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-18{margin-top:18px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-19{margin-top:19px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-20{margin-top:20px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-21{margin-top:21px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-22{margin-top:22px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-23{margin-top:23px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-24{margin-top:24px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-25{margin-top:25px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-26{margin-top:26px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-27{margin-top:27px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-28{margin-top:28px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-29{margin-top:29px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-30{margin-top:30px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-31{margin-top:31px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-32{margin-top:32px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-33{margin-top:33px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-34{margin-top:34px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-35{margin-top:35px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-36{margin-top:36px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-37{margin-top:37px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-38{margin-top:38px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-39{margin-top:39px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-40{margin-top:40px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-41{margin-top:41px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-42{margin-top:42px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-43{margin-top:43px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-44{margin-top:44px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-45{margin-top:45px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-46{margin-top:46px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-47{margin-top:47px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-48{margin-top:48px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-49{margin-top:49px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-50{margin-top:50px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-51{margin-top:51px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-52{margin-top:52px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-53{margin-top:53px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-54{margin-top:54px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-55{margin-top:55px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-56{margin-top:56px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-57{margin-top:57px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-58{margin-top:58px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-59{margin-top:59px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-60{margin-top:60px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-61{margin-top:61px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-62{margin-top:62px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-63{margin-top:63px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-64{margin-top:64px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-65{margin-top:65px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-66{margin-top:66px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-67{margin-top:67px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-68{margin-top:68px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-69{margin-top:69px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-70{margin-top:70px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-71{margin-top:71px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-72{margin-top:72px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-73{margin-top:73px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-74{margin-top:74px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-75{margin-top:75px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-76{margin-top:76px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-77{margin-top:77px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-78{margin-top:78px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-79{margin-top:79px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-80{margin-top:80px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-81{margin-top:81px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-82{margin-top:82px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-83{margin-top:83px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-84{margin-top:84px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-85{margin-top:85px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-86{margin-top:86px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-87{margin-top:87px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-88{margin-top:88px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-89{margin-top:89px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-90{margin-top:90px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-91{margin-top:91px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-92{margin-top:92px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-93{margin-top:93px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-94{margin-top:94px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-95{margin-top:95px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-96{margin-top:96px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-97{margin-top:97px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-98{margin-top:98px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-99{margin-top:99px!important}.brz-ed.brz-ed--desktop .brz-mt-lg-100{margin-top:100px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-0{margin-bottom:0!important}.brz-ed.brz-ed--desktop .brz-mb-lg-1{margin-bottom:1px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-2{margin-bottom:2px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-3{margin-bottom:3px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-4{margin-bottom:4px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-5{margin-bottom:5px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-6{margin-bottom:6px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-7{margin-bottom:7px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-8{margin-bottom:8px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-9{margin-bottom:9px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-10{margin-bottom:10px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-11{margin-bottom:11px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-12{margin-bottom:12px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-13{margin-bottom:13px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-14{margin-bottom:14px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-15{margin-bottom:15px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-16{margin-bottom:16px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-17{margin-bottom:17px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-18{margin-bottom:18px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-19{margin-bottom:19px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-20{margin-bottom:20px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-21{margin-bottom:21px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-22{margin-bottom:22px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-23{margin-bottom:23px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-24{margin-bottom:24px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-25{margin-bottom:25px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-26{margin-bottom:26px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-27{margin-bottom:27px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-28{margin-bottom:28px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-29{margin-bottom:29px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-30{margin-bottom:30px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-31{margin-bottom:31px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-32{margin-bottom:32px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-33{margin-bottom:33px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-34{margin-bottom:34px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-35{margin-bottom:35px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-36{margin-bottom:36px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-37{margin-bottom:37px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-38{margin-bottom:38px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-39{margin-bottom:39px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-40{margin-bottom:40px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-41{margin-bottom:41px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-42{margin-bottom:42px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-43{margin-bottom:43px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-44{margin-bottom:44px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-45{margin-bottom:45px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-46{margin-bottom:46px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-47{margin-bottom:47px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-48{margin-bottom:48px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-49{margin-bottom:49px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-50{margin-bottom:50px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-51{margin-bottom:51px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-52{margin-bottom:52px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-53{margin-bottom:53px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-54{margin-bottom:54px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-55{margin-bottom:55px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-56{margin-bottom:56px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-57{margin-bottom:57px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-58{margin-bottom:58px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-59{margin-bottom:59px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-60{margin-bottom:60px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-61{margin-bottom:61px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-62{margin-bottom:62px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-63{margin-bottom:63px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-64{margin-bottom:64px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-65{margin-bottom:65px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-66{margin-bottom:66px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-67{margin-bottom:67px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-68{margin-bottom:68px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-69{margin-bottom:69px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-70{margin-bottom:70px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-71{margin-bottom:71px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-72{margin-bottom:72px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-73{margin-bottom:73px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-74{margin-bottom:74px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-75{margin-bottom:75px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-76{margin-bottom:76px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-77{margin-bottom:77px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-78{margin-bottom:78px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-79{margin-bottom:79px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-80{margin-bottom:80px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-81{margin-bottom:81px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-82{margin-bottom:82px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-83{margin-bottom:83px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-84{margin-bottom:84px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-85{margin-bottom:85px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-86{margin-bottom:86px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-87{margin-bottom:87px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-88{margin-bottom:88px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-89{margin-bottom:89px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-90{margin-bottom:90px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-91{margin-bottom:91px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-92{margin-bottom:92px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-93{margin-bottom:93px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-94{margin-bottom:94px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-95{margin-bottom:95px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-96{margin-bottom:96px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-97{margin-bottom:97px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-98{margin-bottom:98px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-99{margin-bottom:99px!important}.brz-ed.brz-ed--desktop .brz-mb-lg-100{margin-bottom:100px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-0{margin-top:0!important}.brz-ed.brz-ed--mobile .brz-mt-xs-1{margin-top:1px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-2{margin-top:2px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-3{margin-top:3px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-4{margin-top:4px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-5{margin-top:5px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-6{margin-top:6px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-7{margin-top:7px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-8{margin-top:8px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-9{margin-top:9px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-10{margin-top:10px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-11{margin-top:11px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-12{margin-top:12px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-13{margin-top:13px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-14{margin-top:14px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-15{margin-top:15px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-16{margin-top:16px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-17{margin-top:17px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-18{margin-top:18px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-19{margin-top:19px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-20{margin-top:20px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-21{margin-top:21px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-22{margin-top:22px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-23{margin-top:23px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-24{margin-top:24px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-25{margin-top:25px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-26{margin-top:26px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-27{margin-top:27px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-28{margin-top:28px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-29{margin-top:29px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-30{margin-top:30px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-31{margin-top:31px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-32{margin-top:32px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-33{margin-top:33px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-34{margin-top:34px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-35{margin-top:35px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-36{margin-top:36px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-37{margin-top:37px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-38{margin-top:38px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-39{margin-top:39px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-40{margin-top:40px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-41{margin-top:41px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-42{margin-top:42px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-43{margin-top:43px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-44{margin-top:44px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-45{margin-top:45px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-46{margin-top:46px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-47{margin-top:47px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-48{margin-top:48px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-49{margin-top:49px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-50{margin-top:50px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-51{margin-top:51px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-52{margin-top:52px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-53{margin-top:53px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-54{margin-top:54px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-55{margin-top:55px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-56{margin-top:56px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-57{margin-top:57px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-58{margin-top:58px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-59{margin-top:59px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-60{margin-top:60px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-61{margin-top:61px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-62{margin-top:62px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-63{margin-top:63px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-64{margin-top:64px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-65{margin-top:65px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-66{margin-top:66px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-67{margin-top:67px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-68{margin-top:68px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-69{margin-top:69px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-70{margin-top:70px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-71{margin-top:71px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-72{margin-top:72px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-73{margin-top:73px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-74{margin-top:74px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-75{margin-top:75px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-76{margin-top:76px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-77{margin-top:77px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-78{margin-top:78px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-79{margin-top:79px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-80{margin-top:80px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-81{margin-top:81px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-82{margin-top:82px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-83{margin-top:83px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-84{margin-top:84px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-85{margin-top:85px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-86{margin-top:86px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-87{margin-top:87px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-88{margin-top:88px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-89{margin-top:89px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-90{margin-top:90px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-91{margin-top:91px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-92{margin-top:92px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-93{margin-top:93px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-94{margin-top:94px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-95{margin-top:95px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-96{margin-top:96px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-97{margin-top:97px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-98{margin-top:98px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-99{margin-top:99px!important}.brz-ed.brz-ed--mobile .brz-mt-xs-100{margin-top:100px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-0{margin-bottom:0!important}.brz-ed.brz-ed--mobile .brz-mb-xs-1{margin-bottom:1px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-2{margin-bottom:2px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-3{margin-bottom:3px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-4{margin-bottom:4px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-5{margin-bottom:5px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-6{margin-bottom:6px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-7{margin-bottom:7px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-8{margin-bottom:8px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-9{margin-bottom:9px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-10{margin-bottom:10px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-11{margin-bottom:11px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-12{margin-bottom:12px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-13{margin-bottom:13px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-14{margin-bottom:14px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-15{margin-bottom:15px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-16{margin-bottom:16px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-17{margin-bottom:17px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-18{margin-bottom:18px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-19{margin-bottom:19px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-20{margin-bottom:20px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-21{margin-bottom:21px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-22{margin-bottom:22px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-23{margin-bottom:23px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-24{margin-bottom:24px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-25{margin-bottom:25px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-26{margin-bottom:26px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-27{margin-bottom:27px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-28{margin-bottom:28px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-29{margin-bottom:29px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-30{margin-bottom:30px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-31{margin-bottom:31px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-32{margin-bottom:32px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-33{margin-bottom:33px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-34{margin-bottom:34px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-35{margin-bottom:35px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-36{margin-bottom:36px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-37{margin-bottom:37px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-38{margin-bottom:38px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-39{margin-bottom:39px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-40{margin-bottom:40px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-41{margin-bottom:41px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-42{margin-bottom:42px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-43{margin-bottom:43px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-44{margin-bottom:44px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-45{margin-bottom:45px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-46{margin-bottom:46px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-47{margin-bottom:47px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-48{margin-bottom:48px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-49{margin-bottom:49px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-50{margin-bottom:50px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-51{margin-bottom:51px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-52{margin-bottom:52px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-53{margin-bottom:53px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-54{margin-bottom:54px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-55{margin-bottom:55px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-56{margin-bottom:56px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-57{margin-bottom:57px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-58{margin-bottom:58px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-59{margin-bottom:59px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-60{margin-bottom:60px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-61{margin-bottom:61px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-62{margin-bottom:62px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-63{margin-bottom:63px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-64{margin-bottom:64px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-65{margin-bottom:65px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-66{margin-bottom:66px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-67{margin-bottom:67px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-68{margin-bottom:68px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-69{margin-bottom:69px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-70{margin-bottom:70px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-71{margin-bottom:71px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-72{margin-bottom:72px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-73{margin-bottom:73px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-74{margin-bottom:74px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-75{margin-bottom:75px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-76{margin-bottom:76px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-77{margin-bottom:77px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-78{margin-bottom:78px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-79{margin-bottom:79px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-80{margin-bottom:80px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-81{margin-bottom:81px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-82{margin-bottom:82px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-83{margin-bottom:83px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-84{margin-bottom:84px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-85{margin-bottom:85px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-86{margin-bottom:86px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-87{margin-bottom:87px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-88{margin-bottom:88px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-89{margin-bottom:89px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-90{margin-bottom:90px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-91{margin-bottom:91px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-92{margin-bottom:92px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-93{margin-bottom:93px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-94{margin-bottom:94px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-95{margin-bottom:95px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-96{margin-bottom:96px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-97{margin-bottom:97px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-98{margin-bottom:98px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-99{margin-bottom:99px!important}.brz-ed.brz-ed--mobile .brz-mb-xs-100{margin-bottom:100px!important}.brz-ed .brz-text-lg-left{text-align:left!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed .brz-text-lg-right{text-align:right!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed .brz-text-lg-center{text-align:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed.brz-ed--desktop .brz-text-lg-left{text-align:left!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed.brz-ed--desktop .brz-text-lg-right{text-align:right!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed.brz-ed--desktop .brz-text-lg-center{text-align:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed.brz-ed--mobile .brz-text-xs-left{text-align:left!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz-ed.brz-ed--mobile .brz-text-xs-right{text-align:right!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz-ed.brz-ed--mobile .brz-text-xs-center{text-align:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz-ed .brz-icon-svg{display:inline-block;width:1em;height:1em;position:relative;color:currentColor}.brz-ed .brz-icon-svg use{fill:inherit}.brz-ed .brz-icon-svg.grid-16{height:16px;width:16px}.brz-ed .brz-icon-svg.grid-24{height:24px;width:24px}.brz-ed .brz-icon-svg.glyph{fill:currentColor;stroke:none}.brz-ed .brz-icon-svg.outline{stroke:currentColor;fill:none}.brz-ed .brz-icon-svg.outline.stroke-2{stroke-width:2px}.brz-ed .brz-control__select{position:relative;width:112px}.brz-ed .brz-control__select .brz-ed-scroll-pane .brz-ed-tall-thumb{width:8px;background-color:transparent;border-radius:4px}.brz-ed .brz-control__select .brz-ed-scroll-pane .brz-ed-tall-thumb:after{content:"";display:block;position:absolute;left:3px;top:0;bottom:0;width:3px;min-height:3px;background-color:#7b7b7b;border-radius:2px}.brz-ed .brz-control__select .brz-ed-scroll-pane .brz-ed-wide-thumb{height:3px;background-color:#7b7b7b;border-radius:2px;top:3px}.brz-ed .brz-control__select--dark .brz-control__select-current,.brz-ed .brz-control__select--dark .brz-control__select-current:hover,.brz-ed .brz-control__select--dark .brz-control__select-options{background-color:#383e48}.brz-ed .brz-control__select .brz-ed-scroll-pane .brz-ed-tall-track{border-radius:0 4px 4px 0}.brz-ed .brz-control__select.opened .brz-control__select-options{visibility:visible;opacity:1}.brz-ed .brz-control__select .brz-ed-scroll-pane-content{border-right:none!important}.brz-ed .brz-control__select-current{line-height:30px;height:30px;border-radius:4px;overflow:hidden}.brz-ed .brz-control__select-current .brz-control__select-option{border-bottom-color:transparent!important;padding-right:20px;text-overflow:ellipsis;overflow:hidden}.brz-ed .brz-icon-svg.brz-control__select--arrow{position:absolute;top:50%;right:12px;margin-top:-.5em;font-size:8px}.brz-ed .brz-control__select-options{position:absolute;z-index:12;left:0;margin-top:3px;min-width:100%;border-radius:4px;-webkit-box-shadow:0 2px 13px 0 rgba(0,0,0,.1);box-shadow:0 2px 13px 0 rgba(0,0,0,.1);overflow:hidden;visibility:hidden;opacity:0}.brz-ed .brz-control__select-options .brz-control__select-option.active,.brz-ed .brz-control__select-options .brz-control__select-option:hover{-webkit-transition:color .15s linear;transition:color .15s linear;color:#3dbfe8}.brz-ed .brz-control__select--dark .brz-control__select-current,.brz-ed .brz-control__select--dark .brz-control__select-option{color:rgba(255,255,255,.85)}.brz-ed .brz-control__select-option{position:relative;cursor:pointer;padding-left:10px;padding-right:10px;font-size:13px;letter-spacing:.25px;border-bottom:1px solid rgba(255,255,255,.07);line-height:30px;height:30px;-webkit-transition:color .15s linear;transition:color .15s linear;white-space:nowrap}.brz-ed .brz-control__select-option:last-child{border-bottom-color:transparent!important}.brz-ed .brz-control__select--light .brz-control__select-current,.brz-ed .brz-control__select--light .brz-control__select-current:hover,.brz-ed .brz-control__select--light .brz-control__select-options{background-color:#f2f2f2}.brz-ed .brz-control__select--light .brz-control__select-current{color:#656b6f}.brz-ed .brz-control__select--light .brz-control__select-option{color:#656b6f;border-bottom-color:#e6e6e6}.brz-ed .brz-ed-popup-control__select--light .brz-control__select-current,.brz-ed .brz-ed-popup-control__select--light .brz-control__select-current .brz-control__select-option{color:#3dbfe8}.brz-ed .brz-control__select--small .brz-control__select{width:62px}.brz-ed .brz-control__select--medium .brz-control__select-current,.brz-ed .brz-control__select--medium .brz-control__select-option{line-height:37px;height:37px}.brz-ed .brz-control__select--medium .brz-control__select-option{font-size:14px;padding-left:15px;padding-right:15px}.brz-ed .brz-control__select--medium .brz-control__select--arrow{font-size:10px;right:14px}.brz-ed .brz-ed-popup-control__select--light .brz-control__select-current,.brz-ed .brz-ed-popup-control__select--light .brz-control__select-options{background-color:#fff}.brz-ed .brz-ed-popup-control__select--light .brz-control__select-current:hover{background-color:#fff}.brz-ed .brz-ed-popup-control__select--light .brz-control__select-option{color:#292e37}.brz-ed .brz-ed-popup-control-select-light{-webkit-box-shadow:0 0 10px -2px rgba(0,0,0,.2);box-shadow:0 0 10px -2px rgba(0,0,0,.2);border-radius:4px}.brz-ed .brz-ed-popup-control-select-light.opened .brz-control__select-current{border-bottom-left-radius:0;border-bottom-right-radius:0}.brz-ed .brz-ed-popup-control-select-light.opened .brz-control__select-current .brz-control__select-option{border-bottom:1px solid #f4f4f4!important}.brz-ed .brz-ed-popup-control-select-light.opened .brz-control__select-options{-webkit-box-shadow:0 5px 10px -2px rgba(0,0,0,.2);box-shadow:0 5px 10px -2px rgba(0,0,0,.2);border-radius:0 0 4px 4px}.brz-ed .brz-ed-popup-control-select-light.brz-control__select{width:300px}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-current{background-color:#fff;height:40px;color:#3dbfe8;font-size:14px;font-weight:400}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-current:after{border-style:solid;border-width:6px 4px 0;border-color:#3dbfe8 transparent}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-current .brz-control__select-option{border-bottom:0;color:#3dbfe8}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-current .brz-control__select-option:hover{background-color:#fff;color:#3dbfe8}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-options{background-color:#fff;top:100%;border-top-left-radius:0;border-top-right-radius:0}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-option{font-size:14px;height:40px;line-height:41px;padding-left:15px;padding-right:15px;letter-spacing:.1px;color:rgba(41,46,55,.8);border-bottom:0}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-option:not(:first-child){border-top:1px solid #f4f4f4}.brz-ed .brz-ed-popup-control-select-light .brz-control__select-option.active,.brz-ed .brz-ed-popup-control-select-light .brz-control__select-option:hover{background-color:#fbfbfb;color:#292e37}.brz-ed .brz-ed-popup-control-select-light .brz-ed-scroll-pane .brz-ed-tall-thumb{width:5px;background-color:#d4d5d7;border-radius:2.5px}.brz-ed .brz-ed-popup-control-select-light .brz-ed-scroll-pane .brz-ed-tall-thumb:after{opacity:0}.brz-ed .brz-ed-popup-control-select-light .brz-ed-scroll-pane .brz-ed-tall-track{width:5px;right:4px}.brz-ed .brz-ed-control__switch-label{position:relative;display:inline-block;vertical-align:middle;width:50px;height:28px;border-radius:18px;cursor:pointer;margin:0;line-height:1}.brz-ed .brz-ed-control__switch-arrows{position:relative;display:block;height:inherit;font-size:18px;text-transform:uppercase;background:#383e48;border-radius:inherit;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.38) inset;box-shadow:0 1px 1px 0 rgba(0,0,0,.38) inset}.brz-ed .brz-ed-control__switch--check,.brz-ed .brz-ed-control__switch--un-check{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;-webkit-transition:inherit;transition:inherit;color:rgba(18,20,25,.7)}.brz-ed .brz-ed-control__switch--check{left:5px;opacity:0}.brz-ed .brz-ed-control__switch--un-check{right:5px}.brz-ed .brz-ed-control__slider .ui-slider-horizontal:after,.brz-ed .rc-slider-rail:after,.brz-ed .rc-slider-track:after{right:-9px}.brz-ed .brz-ed-control__switch--handle{width:20px;height:20px;position:absolute;top:50%;left:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#fff;border-radius:50%;-webkit-box-shadow:0 0 10px 1px rgba(255,255,255,.35);box-shadow:0 0 10px 1px rgba(255,255,255,.35);-webkit-transition:left .15s ease-out;transition:left .15s ease-out}.brz-ed .brz-ed-control__switch--handle:after,.brz-ed .brz-ed-control__switch--handle:before{content:"";position:absolute;width:7px;border-top:1px solid #34beea;top:7px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.brz-ed .brz-ed-control__switch--handle:before{top:10px}.brz-ed .brz-ed-control__switch--handle:after{height:7px;border-bottom:1px solid #34beea}.brz-ed .brz-ed-control__switch-input{position:absolute;top:0;left:0;opacity:0}.brz-ed .brz-ed-control__switch-input:checked~.brz-ed-control__switch-arrows{background:#3dbfe8}.brz-ed .brz-ed-control__switch-input:checked~.brz-ed-control__switch-arrows .brz-ed-control__switch--check{opacity:1}.brz-ed .brz-ed-control__switch-input:checked~.brz-ed-control__switch-arrows .brz-ed-control__switch--un-check{opacity:0}.brz-ed .brz-ed-control__switch-input:checked~.brz-ed-control__switch--handle{left:25px}.brz-ed .brz-ed-control__slider .brz-ed-control__slider--value{position:relative;cursor:pointer}.brz-ed .brz-ed-control__slider .ui-slider-vertical{width:4px;height:63px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:none;cursor:pointer}.brz-ed .brz-ed-control__slider .ui-slider-vertical:after,.brz-ed .brz-ed-control__slider .ui-slider-vertical:before{content:"";position:absolute;left:0;display:block;width:4px;height:8px}.brz-ed .brz-ed-control__slider .ui-slider-vertical:before{bottom:-8px}.brz-ed .brz-ed-control__slider .ui-slider-vertical:after{top:-8px}.brz-ed .brz-ed-control__slider .ui-slider-horizontal{display:block;width:calc(100% - 18px);height:4px;background-color:#3dbfe8;border-radius:4px;max-width:100%;padding:0;top:0;left:9px}.brz-ed .brz-ed-control__slider .ui-slider-horizontal:after,.brz-ed .brz-ed-control__slider .ui-slider-horizontal:before{content:'';position:absolute;top:0;width:13px;height:4px;border-radius:4px;background-color:#3dbfe8}.brz-ed .brz-ed-control__slider .ui-slider-horizontal:before{left:-9px}.brz-ed .brz-ed-control__slider .ui-slider-horizontal .ui-slider-handle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-left:-9px}.brz-ed .brz-ed-control__slider .ui-slider-horizontal .ui-slider-handle:after,.brz-ed .brz-ed-control__slider .ui-slider-horizontal .ui-slider-handle:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.brz-ed .brz-ed-control__slider .ui-slider-horizontal .ui-slider-handle:after{top:6px}.brz-ed .brz-ed-control__slider .ui-slider-handle{position:absolute;display:block;outline:0;width:18px;height:18px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:-9px;cursor:pointer;background:#fff;border-radius:50%!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.45);box-shadow:0 2px 2px rgba(0,0,0,.45);z-index:1}.brz-ed .brz-ed-control__slider .ui-slider-handle:after,.brz-ed .brz-ed-control__slider .ui-slider-handle:before{content:"";position:absolute;width:7px;border-top:1px solid #3dbfe8;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .brz-ed-control__slider .ui-slider-handle:after{height:7px;border-bottom:1px solid #3dbfe8}.brz-ed .brz-ed-control__slider .ui-state-default,.brz-ed .brz-ed-control__slider .ui-widget-content{border:0}.brz-ed .rc-slider{position:relative;height:14px;padding:5px 0;width:calc(100% - 18px);margin-left:9px;border-radius:4px;-ms-touch-action:none;touch-action:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.brz-ed .rc-slider *,.brz-ed .rc-slider-tooltip{-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}.brz-ed .rc-slider *{box-sizing:border-box}.brz-ed .rc-slider-rail{position:relative;display:block;width:100%;height:4px;background-color:#3dbfe8;border-radius:4px}.brz-ed .rc-slider-rail:after,.brz-ed .rc-slider-rail:before{content:'';position:absolute;top:0;width:13px;height:4px;border-radius:4px;background-color:#3dbfe8}.brz-ed .rc-slider-rail:before{left:-9px}.brz-ed .rc-slider-track{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:4px;background-color:#3dbfe8;border-radius:4px}.brz-ed .rc-slider-track:after,.brz-ed .rc-slider-track:before{content:'';position:absolute;top:0;width:13px;height:4px;border-radius:4px;background-color:#3dbfe8}.brz-ed .rc-slider-track:before{left:-9px}.brz-ed .rc-slider-handle{position:absolute;display:inline-block;outline:0;top:50%;width:18px;height:18px;left:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-left:-9px;cursor:pointer;background:#fff;border-radius:50%;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.45);box-shadow:0 2px 2px rgba(0,0,0,.45);z-index:1}.brz-ed .rc-slider-handle:after,.brz-ed .rc-slider-handle:before{content:"";position:absolute;width:7px;border-top:1px solid #3dbfe8;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.brz-ed .rc-slider-handle:before{top:6px}.brz-ed .rc-slider-handle:after{height:4px;border-bottom:1px solid #3dbfe8;top:9px}.brz-ed .rc-slider-handle:hover{border-color:#57c5f7}.brz-ed .rc-slider-handle:active{border-color:#57c5f7;-webkit-box-shadow:0 0 5px #57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.brz-ed .rc-slider-dot,.brz-ed .rc-slider-mark-text{cursor:pointer;position:absolute;vertical-align:middle}.brz-ed .rc-slider-handle:focus{border-color:#57c5f7;-webkit-box-shadow:0 0 0 5px #96dbfa;box-shadow:0 0 0 5px #96dbfa;outline:0}.brz-ed .rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.brz-ed .rc-slider-mark-text{display:inline-block;text-align:center;color:#999}.brz-ed .rc-slider-mark-text-active{color:#666}.brz-ed .rc-slider-step{position:absolute;width:100%;height:4px;background:0 0}.brz-ed .rc-slider-dot{bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;border-radius:50%}.brz-ed .rc-slider-dot-active{border-color:#96dbfa}.brz-ed .rc-slider-disabled{background-color:#e9e9e9}.brz-ed .rc-slider-disabled .rc-slider-track{background-color:#ccc}.brz-ed .rc-slider-disabled .rc-slider-dot,.brz-ed .rc-slider-disabled .rc-slider-handle{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;cursor:not-allowed}.brz-ed .rc-slider-disabled .rc-slider-dot,.brz-ed .rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.brz-ed .rc-slider-vertical{width:14px;height:100px;padding:0 5px}.brz-ed .rc-slider-vertical .rc-slider-rail,.brz-ed .rc-slider-vertical .rc-slider-step{width:4px;height:100%}.brz-ed .rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.brz-ed .rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-bottom:-7px;-ms-touch-action:pan-y;touch-action:pan-y}.brz-ed .rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.brz-ed .rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.brz-ed .rc-slider-vertical .rc-slider-dot:first-child,.brz-ed .rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.brz-ed .rc-slider-tooltip-zoom-down-appear,.brz-ed .rc-slider-tooltip-zoom-down-enter,.brz-ed .rc-slider-tooltip-zoom-down-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block!important;-webkit-animation-play-state:paused;animation-play-state:paused}.brz-ed .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.brz-ed .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{-webkit-animation-name:rcSliderTooltipZoomDownIn;animation-name:rcSliderTooltipZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.brz-ed .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{-webkit-animation-name:rcSliderTooltipZoomDownOut;animation-name:rcSliderTooltipZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running}.brz-ed .rc-slider-tooltip-zoom-down-appear,.brz-ed .rc-slider-tooltip-zoom-down-enter{-webkit-transform:scale(0,0);transform:scale(0,0);-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.brz-ed .rc-slider-tooltip-zoom-down-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@-webkit-keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1,1);transform:scale(1,1)}100%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0,0);transform:scale(0,0)}}@keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1,1);transform:scale(1,1)}100%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0,0);transform:scale(0,0)}}.brz-ed .rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible;box-sizing:border-box}.brz-ed .rc-slider-tooltip *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.brz-ed .rc-slider-tooltip-hidden{display:none}.brz-ed .rc-slider-tooltip-placement-top{padding:4px 0 8px}.brz-ed .rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;-webkit-box-shadow:0 0 4px #d9d9d9;box-shadow:0 0 4px #d9d9d9}.brz-ed .rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.brz-ed .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.brz-ed .brz-ed-control__stepper{position:relative;width:62px;height:30px;border-radius:4px;overflow:hidden;background:#383e48;color:rgba(255,255,255,.85);text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-control__stepper--arrows,.brz-ed .brz-ed-control__stepper--value{position:relative}.brz-ed .brz-ed-control__stepper--value{font-size:13px;letter-spacing:.25px;line-height:1;width:65%;-ms-flex-preferred-size:65%;flex-basis:65%;padding-left:10px;padding-top:2px}.brz-ed .brz-ed-control__stepper--arrows{width:35%;-ms-flex-preferred-size:35%;flex-basis:35%;height:30px}.brz-ed .brz-ed-control__stepper--down,.brz-ed .brz-ed-control__stepper--up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:15px;line-height:15px;font-size:8px;position:absolute;right:0;cursor:pointer;color:rgba(255,255,255,.85);-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-control__stepper--down .brz-icon-svg,.brz-ed .brz-ed-control__stepper--up .brz-icon-svg{position:absolute;right:10px;top:auto}.brz-ed .brz-ed-control__stepper--down:hover,.brz-ed .brz-ed-control__stepper--up:hover{color:#3dbfe8}.brz-ed .brz-ed-control__stepper--up{top:0}.brz-ed .brz-ed-control__stepper--up .brz-icon-svg{bottom:1px}.brz-ed .brz-ed-control__stepper--down{bottom:0}.brz-ed .brz-ed-control__stepper--down .brz-icon-svg{top:1px}.brz-ed .brz-ed-control-radio-check{width:22px;height:22px;border:1px solid #34beea;border-radius:50%;display:block;position:relative}.brz-ed .brz-ed-control-radio-check:before{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;background:#34beea;border-radius:50%;-webkit-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.brz-ed .brz-ed-control-radio-check.active:before{-webkit-transform:scale(1,1);transform:scale(1,1)}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:17px;padding-right:17px;border-bottom:1px solid rgba(255,255,255,.1);color:#818a91;font-size:13px;float:none}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab{cursor:pointer;-webkit-transition:color .2s linear;transition:color .2s linear;border-bottom:2px solid transparent;height:34px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-1px;padding-top:2px;width:auto}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab.active,.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab:hover{color:#3dbfe8;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab.active{border-bottom-color:#3dbfe8}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab:not(:last-child){margin-right:15px}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab__icon{height:42px}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab__icon .brz-icon-svg{font-size:16px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.brz-ed .brz-ed-control__tabs:not(.brz-ed-control__tabs__left) .brz-ed-control__tab__icon .brz-icon-svg+.brz-span:not(:empty){margin-left:10px}.brz-ed .brz-ed-control__tabs__left{position:absolute;z-index:0;left:-38px;top:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.brz-ed .brz-ed-control__tabs__left .brz-ed-control__tab{width:38px;height:41px;background-color:rgba(139,147,154,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-top-left-radius:20px;border-bottom-left-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;color:#fff;font-size:14px;cursor:pointer;margin-bottom:1px}.brz-ed .brz-ed-control__tabs__left .brz-ed-control__tab.active{color:#3dbfe8;background-color:rgba(3,8,15,.92)}.brz-ed .brz-ed-input__search,.brz-ed .brz-ed-input__search:active,.brz-ed .brz-ed-input__search:focus{background:0 0;color:rgba(255,255,255,.6)}.brz-ed .brz-ed-control__tabs__editor.brz-ed-control__tabs__editor{width:144px;margin-left:10px;margin-right:10px;padding:0}.brz-ed .brz-ed-control__tabs__editor.brz-ed-control__tabs__editor+.brz-ed-control__tab__content{margin-bottom:-9px}.brz-ed .brz-ed-input__search{position:absolute;border:none;outline:0;font-size:13px;text-indent:10px;padding:0 35px 0 0;width:100%}.brz-ed .brz-ed-input__search::-webkit-input-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em;letter-spacing:.25px}.brz-ed .brz-ed-input__search--auto-complete{color:#fff}.brz-ed .brz-ed-input__search__icon{position:absolute;right:10px;top:50%;color:#818487;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer;font-size:16px;height:16px;line-height:1}.brz-ed .brz-ed-control__radio-group--active,.brz-ed .brz-ed-input__search__icon.active{color:#3dbfe8}.brz-ed .brz-ed-control-multiPicker--body{margin-top:20px}.brz-ed .brz-ed-sidebar-row .brz-ed-options--multi-picker{display:block}.brz-ed .brz-ed-control__radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-tooltip__content{position:relative;z-index:1}.brz-ed .brz-ed-tooltip__overlay{position:absolute;top:0;left:0;z-index:1070}.brz-ed .brz-ed-tooltip--auto{width:auto}.brz-ed .brz-ed-tooltip--medium{width:255px}.brz-ed .brz-ed-tooltip--big{width:305px}.brz-ed .brz-ed-popover__inner.brz-ed-tooltip--large,.brz-ed .brz-ed-tooltip--large{width:385px}.brz-ed .brz-ed-control__focal-point{position:relative;text-align:center}.brz-ed .brz-ed-control__focal-point:after{display:inline-block;height:100%;vertical-align:middle;content:""}.brz-ed .brz-ed-control__focal-point__setter{text-align:center;display:inline-block;vertical-align:middle;position:relative;width:100%}.brz-ed .brz-ed-control__focal-point__setter:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.brz-ed .brz-ed-control__focal-point__setter .brz-img{max-width:140px;max-height:140px}.brz-ed .brz-ed-control__focal-point__point{position:absolute;z-index:10;width:18px;height:18px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#2eb0d8;border:2px solid #fff;border-radius:18px;cursor:pointer}.brz-ed .brz-ed-control__focal-point__upload{width:140px;height:93px;border:1px dashed #444952;background-color:#2d323b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:24px;color:rgba(94,100,111,.6);-webkit-transition:all .2s linear;transition:all .2s linear}.brz-ed .brz-ed-control__focal-point__upload:hover{border-color:#5e6470;color:#5e646f}.brz-ed .brz-ed-control__focal-point__upload--loading{cursor:progress}.brz-ed .brz-ed-control__focal-point__delete{position:absolute;right:-4px;top:-4px;z-index:11;font-size:16px;width:16px;height:16px;background-color:#2d323b;border-radius:50%;color:#fff;cursor:pointer}.brz-ed .brz-ed-control__focal-point__label--disable .brz-ed-control__focal-point__upload{cursor:no-drop}.brz-ed .brz-ed-control__icon-setter{position:relative}.brz-ed .brz-ed-control__icon-setter__box{width:48px;height:48px;border:1px dashed #444952;background-color:#2d323b;font-size:16px;color:rgba(94,100,111,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .2s linear;transition:all .2s linear}.brz-ed .brz-ed-control__input,.brz-ed .brz-ed-control__textarea{width:auto;font-family:pn,"Open Sans",Arial,sans-serif;outline:0}.brz-ed .brz-ed-control__icon-setter__box:hover{border-color:#5e6470;color:#5e646f}.brz-ed .brz-ed-control__icon-setter--active{color:#fff;display:inline-block;font-size:0}.brz-ed .brz-ed-control__input{font-size:13px;font-style:normal;font-weight:400;letter-spacing:0;background:#383e48;color:#fff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:30px;text-indent:5px;padding:0 5px;border-radius:4px;border:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;text-align:left;-moz-appearance:textfield}.brz-ed .brz-ed-control__input:active,.brz-ed .brz-ed-control__input:focus{background-color:#383e48;color:#fff}.brz-ed .brz-ed-control__input::-webkit-inner-spin-button,.brz-ed .brz-ed-control__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.brz-ed .brz-ed-control__input::-webkit-input-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__input:-moz-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__input::-moz-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__input:-ms-input-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__input--large{max-width:136px}.brz-ed .brz-ed-control__input--medium{max-width:112px}.brz-ed .brz-ed-control__input--small{max-width:62px}.brz-ed .brz-ed-control__input--auto{max-width:100%}.brz-ed .brz-ed-control__textarea{font-size:13px;letter-spacing:.25px;line-height:22px;background-color:#383e48;color:#fff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:136px;padding:5px 10px;border-radius:4px;border:0;resize:none}.brz-ed .brz-ed-control__textarea::-webkit-input-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__textarea:-moz-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__textarea::-moz-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .brz-ed-control__textarea:-ms-input-placeholder{color:rgba(234,241,255,.2);font-style:italic;font-size:1em}.brz-ed .color-picker-body{margin-bottom:2px;display:-webkit-box;display:-ms-flexbox;display:flex}.brz-ed .color-picker-body .color-picker-saturation{width:153px;height:153px;position:relative;cursor:move}.brz-ed .color-picker-body .color-picker-saturation>div{border-radius:3px 3px 4px 4px}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body{position:absolute;top:0;right:0;bottom:0;left:0}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body .saturation-black{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));background:linear-gradient(to top,#000,transparent)}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body .saturation-white{position:absolute;top:0;right:0;bottom:0;left:0;border-bottom-left-radius:4px;border-top-left-radius:3px;background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body .color-picker-pointer{width:16px;height:16px;-webkit-transform:translate(-8px,-8px);transform:translate(-8px,-8px);cursor:move}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body .saturation-pointer{position:absolute;cursor:move}.brz-ed .color-picker-body .color-picker-saturation .color-picker-saturation-body .saturation-circle{width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;cursor:move;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.brz-ed .color-picker-body .color-picker-alpha,.brz-ed .color-picker-body .color-picker-hue{position:relative;height:153px;width:12px;margin-left:10px;cursor:ns-resize}.brz-ed .color-picker-body .color-picker-alpha .hue-vertical,.brz-ed .color-picker-body .color-picker-hue .hue-vertical{border-radius:3px}.brz-ed .color-picker-body .color-picker-hue .hue{position:absolute;top:0;right:0;bottom:0;left:0}.brz-ed .color-picker-body .color-picker-hue .hue-container{padding:0 2px;position:relative;height:100%}.brz-ed .color-picker-body .color-picker-hue .hue-pointer{position:absolute}.brz-ed .color-picker-body .color-picker-hue .color-picker-pointer{-webkit-transform:translate(-1px,-7px);transform:translate(-1px,-7px)}.brz-ed .color-picker-body .color-picker-hue .hue-slider{margin-top:1px;width:4px;border-radius:1px;height:8px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;-webkit-transform:translateX(-2px);transform:translateX(-2px)}.brz-ed .color-picker-body .color-picker-hue .hue-horizontal{background:-webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.brz-ed .color-picker-body .color-picker-hue .hue-vertical{background:-webkit-gradient(linear,left bottom,left top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));background:linear-gradient(to top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-linear-gradient(to top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.brz-ed .color-picker-body .color-picker-alpha{background-color:#fff;border-radius:3px 3px 4px 4px}.brz-ed .color-picker-body .color-picker-alpha div:not(.color-picker-pointer){border-radius:3px}.brz-ed .color-picker-body .color-picker-alpha div>div>div:not(.color-picker-pointer){background-size:8px!important}.brz-ed .color-picker-body .color-picker-alpha .color-picker-pointer{-webkit-transform:translate(-4px,-7px);transform:translate(-4px,-7px);position:relative}.brz-ed .color-picker-body .color-picker-alpha .color-picker-pointer .color-picker-pointer-tooltip{position:absolute;left:18px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:42px;height:27px;font-size:12px;line-height:2.2;border-radius:2px;background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);text-align:center;font-family:pn,"Open Sans",Arial,sans-serif;color:rgba(255,255,255,.85)}.brz-ed .color-picker-body .color-picker-alpha .color-picker-pointer .color-picker-pointer-tooltip:before{content:'';position:absolute;top:50%;left:-6px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid rgba(3,8,15,.92)}.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body,.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body .color-picker-alpha-gradient{position:absolute;top:0;left:0;bottom:0;right:0}.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body .color-picker-alpha-checkboard{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body .color-picker-alpha-container{position:relative;height:100%;margin:0 3px}.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body .color-picker-alpha-container .color-picker-alpha-pointer{position:absolute}.brz-ed .color-picker-body .color-picker-alpha .color-picker-alpha-body .color-picker-alpha-container .color-picker-alpha-pointer .color-picker-alpha-slider{width:4px;border-radius:1px;height:8px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;margin-top:1px;-webkit-transform:translateX(-2px);transform:translateX(-2px)}.brz-ed .color-picker-body .color-picker-pointer{width:14px;height:14px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5),inset 0 0 2px rgba(0,0,0,.5);-webkit-transform:translate(-7px,-7px);transform:translate(-7px,-7px);border-radius:50%;background:0 0;border:3px solid #fff;cursor:ns-resize}.brz-ed .color-picker-preset-colors{margin:0 -10px;padding:10px 0 0 10px;border-top:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.brz-ed .color-picker-preset-colors .color-picker-swatch-wrap{width:20px;height:20px;margin-left:2px}.brz-ed .brz-ed-grid__option,.brz-ed .brz-ed-popover__option,.brz-ed .brz-ed-sidebar__right__option{font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px;line-height:normal;min-height:51px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:-1px}.brz-ed .brz-ed-grid__option:last-child,.brz-ed .brz-ed-popover__option:last-child,.brz-ed .brz-ed-sidebar__right__option:last-child{border-bottom-color:transparent}.brz-ed .brz-ed-popover__inner--icon{-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-popover__inner--icon:hover{color:#3dbfe8;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-grid__option,.brz-ed .brz-ed-popover__option{padding:10px 17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-grid__option:last-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-popover__option:last-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-grid__option:last-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-popover__option:last-child{padding-bottom:15px}.brz-ed .brz-ed-grid__option:first-child,.brz-ed .brz-ed-popover__option:first-child{padding-top:15px;border-top-color:transparent}.brz-ed .brz-ed-grid__option:last-child,.brz-ed .brz-ed-popover__option:last-child{padding-bottom:15px;min-height:56px}.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-grid__option:first-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-popover__option:first-child{padding-top:15px}.brz-ed .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-grid__option:first-child,.brz-ed .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-popover__option:first-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-grid__option:first-child,.brz-ed .brz-ed-tabs__option--inline:first-child:last-child .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-popover__option:first-child{padding-top:10px}.brz-ed .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-grid__option:last-child,.brz-ed .brz-ed-control__tabs__top+.brz-ed-control__tab__content .brz-ed-popover__option:last-child{padding-bottom:10px}.brz-ed .brz-ed-tabs__option--inline+.brz-ed-option__advanced{border-top:1px solid rgba(255,255,255,.1)}.brz-ed .brz-ed-option__inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left}.brz-ed .brz-ed-option__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.brz-ed .brz-ed-option__block .brz-ed-option__font-style-editor__title,.brz-ed .brz-ed-option__block .brz-ed-option__label{-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:6px;margin-right:0}.brz-ed .brz-ed-option__block.brz-ed-option__slider{padding-top:15px!important}.brz-ed .brz-ed-option__advanced{padding-top:15px;min-height:initial!important;color:#3dbfe8;-webkit-transition:color .2s linear;transition:color .2s linear;font-size:0}.brz-ed .brz-ed-option__advanced .brz-ed-option__font-style-editor__title,.brz-ed .brz-ed-option__advanced .brz-ed-option__label{-ms-flex-preferred-size:100%;flex-basis:100%;color:inherit;margin:0 0 0 9px;cursor:pointer;font-size:13px}.brz-ed .brz-ed-option__advanced:hover{color:#fff}.brz-ed .brz-ed-option__font-style-editor__title,.brz-ed .brz-ed-option__label{font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px;color:#818a91;-ms-flex-preferred-size:auto;flex-basis:auto;margin-right:17px;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.3}.brz-ed .brz-ed-option__slider__label{-ms-flex-preferred-size:65px;flex-basis:65px}.brz-ed .brz-ed-grid__options,.brz-ed .brz-ed-popover__options{height:100%;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.brz-ed .brz-ed-grid__options .brz-ed-option__advanced .brz-icon-svg,.brz-ed .brz-ed-popover__options .brz-ed-option__advanced .brz-icon-svg{font-size:14px}.brz-ed .brz-ed-toolbar__item>.brz-ed-option__advanced{border:none;color:inherit;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-toolbar__item>.brz-ed-option__advanced:hover{color:#3dbfe8;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-toolbar__item>.brz-ed-option__advanced .brz-icon-svg{font-size:16px}.brz-ed .brz-ed-option__button{-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-option__button:hover{-webkit-transition:color .2s linear;transition:color .2s linear;color:#3dbfe8}.brz-ed .floating-action-button{position:relative;width:54px;height:54px;border-radius:50%;background:#3dbfe8;cursor:pointer;z-index:10;-webkit-transition:background .2s linear;transition:background .2s linear}.brz-ed .floating-action-button:after,.brz-ed .floating-action-button:before{content:"";position:absolute;top:50%;left:50%;background:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.brz-ed .floating-action-button:before{width:16px;height:2px}.brz-ed .floating-action-button:after{width:2px;height:16px}.brz-ed .floating-action-button:hover{background:#03080f}.brz-ed .floating-action-button--icon{color:#fff;font-size:16px}.brz-ed .floating-action-button--icon .brz-icon-svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .floating-action-button--icon:after,.brz-ed .floating-action-button--icon:before{display:none}.brz-ed .brz-ed-option-tools{width:30px;height:30px;border-radius:30px;font-size:15px;text-align:center;color:#fff;cursor:pointer;visibility:hidden;position:absolute;z-index:100}.brz-ed .brz-ed-option-tools:after,.brz-ed .brz-ed-option-tools:before{content:'';position:absolute}.brz-ed .brz-ed-option-tools:after{top:15px;width:22px;height:1px}.brz-ed .brz-ed-option-tools:before{top:32px;width:1px;height:22px}.brz-ed .brz-ed-option-tools i{position:absolute;top:8px;left:7px}.brz-ed .brz-ed-control-tabs-options{position:relative}.brz-ed .brz-ed-control-tabs-options>.brz-ed-options-tabs--label{position:absolute;top:7px}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs{border-bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab{position:relative;width:37px;height:30px;line-height:30px;background-color:#383e48;color:#fff;text-align:center;-webkit-transition:.2s linear background-color,.2s linear color;transition:.2s linear background-color,.2s linear color}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab .brz-icon-svg{margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab:after{width:1px;height:100%;background-color:#4c525b;margin:0;border-right:0;display:block;position:absolute;top:0;right:0}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab.active{background-color:#3dbfe8}.brz-ed .brz-ed-control__text-box--resizer,.brz-ed .brz-ed-control__text-box--resizer:active,.brz-ed .brz-ed-control__text-box--resizer:focus{background-color:transparent;color:#818a91}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab:first-child{border-radius:3px 0 0 3px}.brz-ed .brz-ed-control-tabs-options>.brz-ed-control__tabs>.brz-ed-control__tab:last-child{border-radius:0 3px 3px 0}.brz-ed .brz-ed-tabs__option--inline{position:relative}.brz-ed .brz-ed-tabs__option--inline .brz-ed-control__tabs{margin-bottom:0}.brz-ed .brz-ed-option__slider__icon{font-size:14px;line-height:1;margin-right:18px;display:-webkit-box;display:-ms-flexbox;display:flex}.brz-ed .brz-ed-option__slider .brz-ed-option-field__text-box{min-height:initial}.brz-ed .brz-ed-option__slider .brz-ed-control__slider{width:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz-ed .brz-ed-option__slider__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.brz-ed .brz-ed-option__text-box{width:44px;border-bottom:1px solid rgba(255,255,255,.1);margin-left:17px;padding:0 0 1px}.brz-ed .brz-ed-option__text-box .brz-label{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;color:#818a91;font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px;font-weight:400;font-style:normal;letter-spacing:0;text-transform:lowercase;padding:0;margin:0}.brz-ed .brz-ed-option__text-box__helper,.brz-ed .brz-ed-option__text-box__input{position:relative;font-weight:400}.brz-ed .brz-ed-option__text-box__helper{font-family:inherit;font-size:inherit;margin-left:3px}.brz-ed .brz-ed-control__text-box--resizer{font-weight:400;border:none;outline:0;padding:0;line-height:1;-moz-appearance:textfield;position:absolute;top:0;left:0;width:105%;height:100%}.brz-ed .brz-ed-control__text-box--resizer::-webkit-inner-spin-button,.brz-ed .brz-ed-control__text-box--resizer::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.brz-ed .brz-ed-sidebar-row .brz-ed-options__switch--tab{display:block}.brz-ed .brz-ed-option__select__after{margin-left:8px;margin-bottom:0;font-size:16px;color:#818a91;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-option__select__after:hover{color:#3dbfe8}.brz-ed .brz-ed-option__select .brz-control__select-current .brz-control__select-option{border-bottom:none}.brz-ed .brz-ed-option__select .brz-control__select-current .brz-control__select-option span{top:1px}.brz-ed .brz-ed-option__select .brz-control__select-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-option__select .brz-control__select-option .brz-icon-svg,.brz-ed .brz-ed-option__select .brz-control__select-option span{line-height:1}.brz-ed .brz-ed-option__select .brz-control__select-option span{position:relative;top:.5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.brz-ed .brz-ed-option__select .brz-control__select-option .brz-icon-svg{font-size:12px;margin-right:10px}.brz-ed .brz-ed-option__radio-group-option{margin-left:5px;margin-right:5px}.brz-ed .brz-ed-option__radio-group--boxed{width:37px;height:30px;border-right:1px solid rgba(255,255,255,.07);background-color:#383e48;color:#fff;overflow:hidden}.brz-ed .brz-ed-option__radio-group--boxed:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.brz-ed .brz-ed-option__radio-group--boxed:nth-last-child(2){border-right:none;border-top-right-radius:4px;border-bottom-right-radius:4px}.brz-ed .brz-ed-option__radio-group--boxed .brz-ed-option__radio-group__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;font-size:16px;cursor:pointer;-webkit-transition:background-color .2s linear;transition:background-color .2s linear}.brz-ed .brz-ed-option__radio-group--boxed.active .brz-ed-option__radio-group__icon{background-color:#3dbfe8}.brz-ed .brz-ed-popover__inner{background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-radius:8px;position:relative}.brz-ed .brz-ed-tooltip__anchor .brz-ed-tooltip__overlay{width:215px;margin-top:25px;margin-bottom:25px;background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-radius:8px}.brz-ed .brz-ed-tooltip__anchor .brz-ed-tooltip__content{padding-left:17px}.brz-ed .brz-ed-tooltip__anchor .brz-ed-arrow--bottom-left:after,.brz-ed .brz-ed-tooltip__anchor .brz-ed-arrow--top-left:after{left:29px}.brz-ed .brz-ed-option__multiPicker.brz-ed-option__inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset}.brz-ed .brz-ed-multiPicker__head__option,.brz-ed .brz-ed-multiPicker__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brz-ed .brz-ed-multiPicker__option:first-child{margin-top:10px}.brz-ed .brz-ed-multiPicker__option:not(:last-child){margin-bottom:10px}.brz-ed .brz-ed-sidebar__right .brz-ed-multiPicker__option.brz-ed-option__slider:not(:last-child){margin-bottom:15px}.brz-ed .brz-ed-sidebar__right .brz-ed-multiPicker__option:first-child{margin-top:20px}.brz-ed .brz-ed-sidebar__right .brz-ed-multiPicker__option:not(:last-child){margin-bottom:20px}.brz-ed .brz-ed-popover__typography{padding:11px 7px 14px}.brz-ed .brz-ed-popover__typography .brz-control__select,.brz-ed .brz-ed-popover__typography .brz-control__select-current,.brz-ed .brz-ed-popover__typography .brz-control__select-options,.brz-ed .brz-ed-popover__typography .brz-ed-control__stepper{width:62px}.brz-ed .brz-ed-popover__typography .brz-control__select-options{width:95px}.brz-ed .brz-ed-popover__typography .brz-ed-grid__option,.brz-ed .brz-ed-popover__typography .brz-ed-popover__option{border-bottom:0;margin-bottom:0;padding:6px 10px}.brz-ed .brz-ed-popover__typography--mobile .brz-ed-grid__option,.brz-ed .brz-ed-popover__typography--mobile .brz-ed-popover__option{padding-right:10px;padding-left:17px}.brz-ed .brz-ed-popover__typography--mobile:last-child .brz-ed-grid__option,.brz-ed .brz-ed-popover__typography--mobile:last-child .brz-ed-popover__option{padding-left:10px;padding-right:17px}.brz-ed .brz-ed-popover__font-style .brz-control__select,.brz-ed .brz-ed-popover__font-style .brz-control__select-current,.brz-ed .brz-ed-popover__font-style .brz-control__select-options{width:120px}.brz-ed .brz-ed-option__helper{margin-left:7px;cursor:pointer;color:rgba(129,138,145,.35);-webkit-transition:color .3s ease-out;transition:color .3s ease-out;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-option__helper:hover{color:rgba(129,138,145,.6)}.brz-ed .brz-ed-option__helper:hover .brz-ed-option__helper__content:not(:empty){visibility:visible;opacity:1}.brz-ed .brz-ed-option__helper svg{overflow:visible}.brz-ed .brz-ed-option__helper__content{font-size:13px;line-height:1;font-family:pn,"Open Sans",Arial,sans-serif;visibility:hidden;width:auto;white-space:nowrap;background-color:#03080f;color:#fff;text-align:center;padding:10px;border-radius:2px;position:absolute;z-index:1;bottom:calc(100% + 6px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);will-change:transform,opacity;opacity:0;-webkit-transition:opacity .4s linear;transition:opacity .4s linear;-webkit-transition-delay:.6s;transition-delay:.6s}.brz-ed .brz-ed-option__helper__content:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#03080f}.brz-ed .brz-ed-option__prompt-icon{-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-option__prompt-icon:hover{-webkit-transition:color .2s linear;transition:color .2s linear;color:#3dbfe8}.brz-ed .brz-ed-option__toggle{-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-option__toggle:hover{-webkit-transition:color .2s linear;transition:color .2s linear;color:#3dbfe8}.brz-ed .brz-ed-option__colorPicker{border-bottom:0}.brz-ed .brz-ed-option__colorPicker__fields{padding-top:0}.brz-ed .brz-ed-option__colorPicker__fields:last-child{min-height:100%}.brz-ed .brz-ed-option__color-palette{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;border-bottom:0;min-height:100%}.brz-ed .brz-ed-option__color-palette__item{width:18px;height:18px;border-radius:2px;margin-left:2px;cursor:pointer;border:1px solid #3a3d43}.brz-ed .brz-ed-option__color-palette__item:first-child{margin-left:0}.brz-ed .brz-ed-option__color-palette__item.active{border:2px solid #fff}.brz-ed .brz-ed-option__color-palette__icon{cursor:pointer;font-size:16px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#818a91;-webkit-transition:color .2s linear;transition:color .2s linear}.brz-ed .brz-ed-option__color-palette__icon:hover{color:#3dbfe8}.brz-ed .brz-ed-option__color-palette-editor{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz-ed .brz-ed-option__color-palette-editor__item{width:23px;height:23px;border:1px solid #1e232a;border-radius:2px;margin-left:3px;cursor:pointer;-webkit-transition:border .2s linear;transition:border .2s linear}.brz-ed .brz-ed-option__color-palette-editor__item.active,.brz-ed .brz-ed-option__color-palette-editor__item:hover{border:2px solid #3dbfe8}.brz-ed .brz-ed-option__color-palette-editor__item:first-child{margin-left:0}.brz-ed .brz-ed-sidebar-option__color-palette-editor{padding-bottom:30px;margin-bottom:26px!important;border-bottom:1px solid #3a3f47}.brz-ed .brz-ed-option__font-style-editor{position:relative;cursor:pointer;margin:0 30px 16px}.brz-ed .brz-ed-option__font-style-editor:last-child{margin-bottom:0}.brz-ed .brz-ed-option__font-style-editor__container,.brz-ed .brz-ed-option__font-styles--add{border:2px solid #3c424d;border-radius:3px;padding:16px 20px 18px;-webkit-transition:border-color .2s linear;transition:border-color .2s linear}.brz-ed .brz-ed-option__font-style-editor.active .brz-ed-option__font-style-editor__container,.brz-ed .brz-ed-option__font-style-editor.active .brz-ed-option__font-styles--add,.brz-ed .brz-ed-option__font-style-editor:hover .brz-ed-option__font-style-editor__container,.brz-ed .brz-ed-option__font-style-editor:hover .brz-ed-option__font-styles--add{border-color:#3dbfe8;-webkit-transition:border-color .2s linear;transition:border-color .2s linear}.brz-ed .brz-ed-option__font-style-editor.active .brz-ed-option__font-style-editor--delete,.brz-ed .brz-ed-option__font-style-editor:hover .brz-ed-option__font-style-editor--delete{opacity:1;-webkit-transition:.2s linear opacity;transition:.2s linear opacity}.brz-ed .brz-ed-option__font-style-editor__title{line-height:1;margin-bottom:3px;margin-right:0}.brz-ed .brz-ed-option__font-style-editor__title .brz-span{display:block;line-height:1.5}.brz-ed .brz-ed-option__font-style-editor__sample{color:#fff;line-height:1;font-size:21px}.brz-ed .brz-ed-option__font-style-editor--delete{position:absolute;top:-7px;right:-6px;color:#fff;font-size:16px;opacity:0;-webkit-transition:.2s linear opacity;transition:.2s linear opacity}.brz-ed .brz-ed-option__font-style-editor--delete .brz-icon-svg{background-color:#fff;color:#15191f;border-radius:16px}.brz-ed .brz-ed-option__font-styles{position:relative;height:calc(100% - 258px);margin-right:-30px;margin-left:-30px}.brz-ed .brz-ed-option__font-styles--add{font-size:0;margin-bottom:0;padding-top:33px;padding-bottom:30px;color:#818a91;text-align:center;cursor:pointer;-webkit-transition:border-color .2s linear,color .2s linear;transition:border-color .2s linear,color .2s linear;position:absolute;bottom:-20px;left:30px;right:30px;-webkit-transform:translateY(100%);transform:translateY(100%)}.brz-ed .brz-ed-option__font-styles--add:hover{border-color:#3dbfe8;color:#3dbfe8;-webkit-transition:border-color .2s linear,color .2s linear;transition:border-color .2s linear,color .2s linear}.brz-ed .brz-ed-option__font-styles--add .brz-icon-svg,.brz-ed .brz-ed-option__font-styles--add .brz-span{display:inline-block;vertical-align:middle;font-size:13px;line-height:1}.brz-ed .brz-ed-option__font-styles--add .brz-icon-svg{font-size:16px}.brz-ed .brz-ed-option__font-styles--add .brz-span{margin-left:10px}.brz-ed .brz-ed-option__font-styles--scroll-pane{position:absolute;top:-10px;bottom:0;left:0;right:0}.brz-ed .brz-ed-option__font-styles--scroll-pane .brz-ed-scroll-inner{padding-top:10px}.brz-ed .brz-ed-option__font-adder .brz-control__select{width:100%}.brz-ed .brz-ed-option__font-adder__label{margin-bottom:7px;margin-right:0}.brz-ed .brz-ed-fixed-bottom-panel{position:fixed;bottom:25px;right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:50px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);background-color:rgba(3,8,15,.92);z-index:1059;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-fixed-bottom-panel__item{color:#818a91;font-size:12px;letter-spacing:.25px;font-family:pn,"Open Sans",Arial,sans-serif;text-transform:uppercase;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default;-webkit-transition:color 150ms linear;transition:color 150ms linear;padding:14px 20px 13px;border-right:1px solid rgba(255,255,255,.15)}.brz-ed .brz-ed-fixed-bottom-panel__item.active{color:#fff;cursor:pointer}.brz-ed .brz-ed-fixed-bottom-panel__item.active:hover{color:#3dbfe8}.brz-ed .brz-ed-fixed-bottom-panel__item:first-child{padding-left:24px}.brz-ed .brz-ed-fixed-bottom-panel__item:last-child{padding-right:24px;border-right:none}.brz-ed .brz-ed-fixed-bottom-panel__item .brz-icon-svg{width:1.2em;height:1.2em;margin-right:9px}.brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-scroll-inner{max-height:240px;border-right-style:none!important}.brz-ed .brz-ed-option__block-thumbnail .brz-ed-scroll-pane .brz-ed-tall-track{right:-10px}.brz-ed .brz-ed-option__block-thumbnail .brz-figure{margin-bottom:5px;max-width:140px;position:relative;cursor:pointer}.brz-ed .brz-ed-option__block-thumbnail .brz-figure img{max-width:100%;position:relative}.brz-ed .brz-ed-option__block-thumbnail .brz-figure:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid transparent;-webkit-transition:.2s linear border-color;transition:.2s linear border-color}.brz-ed .brz-ed-option__block-thumbnail .brz-figure.active:after,.brz-ed .brz-ed-option__block-thumbnail .brz-figure:hover:after{border-color:#3dbfe8;-webkit-transition:.2s linear border-color;transition:.2s linear border-color}.brz-ed .brz-ed-option__block-thumbnail .brz-figure:last-child{margin-bottom:0}.brz-ed .brz-ed-option__block-thumbnail-loading{position:absolute;top:0;left:0;width:100%;height:100%;font-size:24px;color:rgba(94,100,111,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:progress}.brz-ed .brz-ed-floating__button{width:16px;height:16px;border-radius:16px;font-size:7px;background-color:#999;color:#fff;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;cursor:pointer}.brz-ed .brz-ed-floating__button:after{content:"";display:block;width:28px;height:28px;border:3px solid #999;position:absolute;z-index:1;top:50%;left:50%;margin-top:-14px;margin-left:-14px;border-radius:50%;opacity:0}.brz-ed .brz-ed-floating__button--active,.brz-ed .brz-ed-floating__button:hover{-webkit-transform:scale(1.75);transform:scale(1.75);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;font-size:8px}.brz-ed .brz-ed-floating__button--active:after,.brz-ed .brz-ed-floating__button:hover:after{-webkit-animation:none;animation:none}.brz-ed .brz-ed-floating__button .brz-icon-svg{position:absolute;left:50%;top:50%;-webkit-transform:translate(-.5em,-.5em);transform:translate(-.5em,-.5em);line-height:1}.brz-ed .brz-ed-floating__button--grey{background-color:#879294}.brz-ed .brz-ed-floating__button--grey:after{border-color:#879294}.brz-ed .brz-ed-floating__button--blue{background-color:#22b0da}.brz-ed .brz-ed-floating__button--blue:after{border-color:#22b0da}.brz-ed .brz-ed-floating__button--red{background-color:#ed2164}.brz-ed .brz-ed-floating__button--red:after{border-color:#ed2164}.brz-ed .brz-ed-popup-icons__grid .brz-ed-scroll-inner{padding:20px 20px 0}.brz-ed .brz-ed-popup-icons__grid__item{width:68px;height:68px;font-size:24px;text-align:center;border-radius:5px;cursor:pointer;color:#222;position:relative}.brz-ed .brz-ed-block-adder-desc,.brz-ed .brz-ed-block-adder-title{font-size:15px;font-family:pn,"Open Sans",Arial,sans-serif}.brz-ed .brz-ed-popup-icons__grid__item.active,.brz-ed .brz-ed-popup-icons__grid__item:hover{background-color:#85d8f2;color:#fff}.brz-ed .brz-ed-popup-icons__grid__item i,.brz-ed .brz-ed-popup-icons__grid__item svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .brz-ed-container-adder{max-width:430px;height:auto;margin:40px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:2px dashed #3dbfe8;border-radius:4px}.brz-ed .brz-ed-container-adder .floating-action-button{margin:0 35px}.brz-ed .brz-ed-block-adder-title{font-weight:bolder;text-transform:uppercase;color:#292e37;margin-top:50px;margin-bottom:25px}.brz-ed .brz-ed-block-adder-desc{font-style:italic;color:#9da0a6;margin-top:25px;margin-bottom:50px}.brz-ed.brz-ed--mobile .brz-ed-container-adder{display:none}@media (min-width:768px){.brz-ed .brz-ed-container-adder{max-width:710px;height:130px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.brz-ed .brz-ed-block-adder-desc,.brz-ed .brz-ed-block-adder-title{margin:0;min-width:165px}.brz-ed .brz-ed-block-adder-title{text-align:right}}.brz-ed .brz-ed-popup-wrapper{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:600px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-radius:5px}.brz-ed .brz-ed-fixed-leave-transition.brz-ed-fixed-hidden{visibility:hidden}.brz-ed .brz-ed-popup__head--search{width:100%;min-height:80px;padding:20px;background-color:rgba(3,8,15,.12);text-align:center}.brz-ed .brz-ed-popup__search{position:relative;width:400px;margin-left:10px}.brz-ed .brz-ed-popup__input{font-family:pn,"Open Sans",Arial,sans-serif;font-size:14px;line-height:40px;letter-spacing:.1px;color:#898c90;background-color:#fff;width:100%;height:40px;border:none;border-radius:3px;padding:15px 40px 12px 16px}.brz-ed .brz-ed-popup__input:active,.brz-ed .brz-ed-popup__input:focus{color:#898c90}.brz-ed .brz-ed-popup__input::-webkit-input-placeholder{font-family:pn,"Open Sans",Arial,sans-serif;font-size:14px;color:#b6b9bd;font-style:italic;letter-spacing:.1px}.brz-ed .brz-ed-popup__search--icon{position:absolute;top:50%;right:13px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#898c90;font-size:14px;line-height:1;cursor:pointer}.brz-ed .brz-ed-popup__search--icon.active{color:#3dbfe8}.brz-ed .brz-ed-popup__select .brz-control__select-current{line-height:40px;height:40px}.brz-ed .brz-ed-popup__select .brz-control__select-current .brz-control__select-option{line-height:40px;height:40px;padding-left:15px;padding-right:15px}.brz-ed .brz-ed-popup__select .brz-control__select--arrow{font-size:10px;right:14px}.brz-ed .brz-ed-popup__select.brz-control__select{width:208px}.brz-ed .brz-ed-popup__select .brz-control__select-option{border-bottom-color:transparent;text-align:left;font-size:14px;padding-left:0;padding-right:0;height:30px;line-height:30px}.brz-ed .brz-ed-popup__select .brz-control__select-options{padding:15px 28px;top:100%;width:548px;margin-top:4px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,1,.1);box-shadow:0 0 10px 0 rgba(0,0,1,.1)}.brz-ed .brz-ed-popup__select .brz-control__select-options .brz-ed-scroll-inner{-webkit-columns:3;columns:3}.brz-ed .brz-ed-fixed.brz-ed-fixed-visible{visibility:visible;opacity:1;display:block}.brz-ed .brz-ed-popup-header{position:relative;height:79px;background:#292e37;border-radius:5px 5px 0 0;text-align:center}.brz-ed .brz-ed-popup-tab-item{position:relative;display:inline-block;width:81px;height:79px;background:#292e37;border-left:1px solid rgba(0,0,0,.7);color:rgba(255,255,255,.5);cursor:pointer}.brz-ed .brz-ed-popup-tab-item:after{content:"";display:block;position:absolute;top:0;left:0;bottom:0;border-left:1px solid rgba(255,255,255,.05)}.brz-ed .brz-ed-popup-tab-item.active:after,.brz-ed .brz-ed-popup-tab-item.active:not(:first-child){border-left-color:transparent}.brz-ed .brz-ed-popup-tab-item:last-child{border-right:1px solid rgba(0,0,0,.7)}.brz-ed .brz-ed-popup-tab-item:last-child:before{content:"";display:block;position:absolute;top:0;right:-2px;bottom:0;border-right:1px solid rgba(255,255,255,.05)}.brz-ed .brz-ed-popup-tab-item.active{background-color:#03080f;color:#fff}.brz-ed .brz-ed-popup-tab-item.active:last-child:before{border-right-color:transparent}.brz-ed .brz-ed-popup-tab-item.active:not(:first-child):after{left:-2px;border-left:1px solid rgba(255,255,255,.05)}.brz-ed .brz-ed-popup-tab-item:first-child:last-child{border:0;position:static}.brz-ed .brz-ed-popup-tab-icon{font-size:20px;line-height:1;margin:20px auto 8px}.brz-ed .brz-ed-popup-tab-name{font-family:pn,"Open Sans",Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:.25px;text-transform:uppercase}.brz-ed .brz-ed-popup-content{background:#eff0f1;border-radius:0 0 5px 5px}.brz-ed .brz-ed-popup-btn-close{position:absolute;top:10px;right:10px;width:20px;height:20px;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.brz-ed .brz-ed-popup-btn-close:after,.brz-ed .brz-ed-popup-btn-close:before{position:absolute;content:"";display:block;width:17px;border-top:2px solid #94979b;top:45%;left:50%;margin-left:-8px;-webkit-transition:all .2s ease;transition:all .2s ease}.brz-ed .brz-ed-popup-btn-close:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.brz-ed .brz-ed-popup-btn-close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brz-ed .brz-ed-popup-btn-close:hover:after,.brz-ed .brz-ed-popup-btn-close:hover:before{border-color:#fff}.brz-ed .brz-ed-popup-filter{height:80px;background:#e0e1e2;margin:0 -1px;border-right:1px solid #a1a3a5;border-left:1px solid #a1a3a5}.brz-ed .brz-ed-dropdown.brz-ed-popup-filter-field,.brz-ed .brz-ed-popup-filter-field{position:relative;width:233px;height:40px;background:#fff;float:left;border-radius:5px;margin:20px 10px 0 0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-popup-filter-field .brz-ed-icon-angle-down{position:absolute;right:11px;top:5px;color:#34beea}.brz-ed .brz-ed-popup-filter-field:first-child{margin-left:64px}.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-options{margin-top:8px;background:#03080f;border-radius:5px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);box-shadow:0 0 5px rgba(0,0,0,.5)}.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-options .brz-ed-dropdown-option-item{line-height:36px}.brz-ed .brz-ed-popup-filter-field .brz-ed-icon-loupe{position:absolute;top:4px;right:9px;color:#34beea}.brz-ed .brz-ed-popup-filter-field .brz-input[type=text]{font-family:pn,"Open Sans",Arial,sans-serif;outline:0;border:none;background-color:transparent;width:203px;height:40px;font-size:14px;text-indent:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brz-ed .brz-ed-popup-filter-field .brz-input::-webkit-input-placeholder{color:#b6b9bd;font-style:italic}.brz-ed .brz-ed-popup-filter-field .brz-input:-moz-placeholder{color:#b6b9bd;font-style:italic}.brz-ed .brz-ed-popup-filter-field .brz-input::-moz-placeholder{color:#b6b9bd;font-style:italic}.brz-ed .brz-ed-popup-filter-field .brz-input:-ms-input-placeholder{color:#b6b9bd;font-style:italic}.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-current .brz-ed-dropdown-option-item,.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-current .brz-ed-dropdown-placeholder{font-family:pn,"Open Sans",Arial,sans-serif;padding-left:16px;height:40px;font-size:14px;line-height:40px}.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-current .brz-ed-dropdown-placeholder{color:#b6b9bd;font-style:italic}.brz-ed .brz-ed-popup-filter-field .brz-ed-dropdown-current .brz-ed-dropdown-option-item{color:#000}.brz-ed .brz-ed-popup-filter-field-text{cursor:text}.brz-ed .brz-ed-form-fields-inline{font-size:0}.brz-ed .brz-ed-form-fields-inline .brz-ed-popup-form-field-label,.brz-ed .brz-ed-form-fields-inline .brz-ed-popup-form-field-title{display:inline-block;vertical-align:middle}.brz-ed .brz-popup-body,.brz-ed .brz-popup-content{height:100%;display:-webkit-box;display:-ms-flexbox}.brz-ed .brz-ed-form-fields-inline .brz-ed-popup-form-field-title{width:20%;font-size:14px}.brz-ed .brz-ed-form-fields-inline .brz-ed-popup-form-field-label{width:80%}.brz-ed .brz-popup{position:fixed;width:100%;height:100%;top:0;left:0}.brz-ed .brz-popup-show{z-index:9990}.brz-ed .brz-popup-content{position:absolute;top:0;left:0;width:100%;overflow:hidden;z-index:2;text-align:center;background-color:rgba(0,0,0,.7);display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brz-ed .brz-popup-body{position:relative;max-width:850px;width:100%;padding:40px 10px;margin-bottom:70px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.brz-ed .brz-popup-inner{width:100%;max-height:100%;overflow:auto;-ms-flex-item-align:baseline;align-self:baseline}.brz-ed .brz-popup-scroll-hidden{overflow:hidden}.brz-ed .brz-popup-preview{z-index:-1;visibility:hidden;opacity:0;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}.brz-ed .brz-popup-preview.brz-popup-show{z-index:9990;visibility:visible;opacity:1;-webkit-transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index;transition:.3s cubic-bezier(.25,.46,.45,.94) opacity,.3s cubic-bezier(.25,.46,.45,.94) visibility,.3s cubic-bezier(.25,.46,.45,.94) z-index}.brz-ed .brz-ed-popup-blocks{width:380px}.brz-ed .brz-ed-popup-blocks-body .brz-ed-scroll-pane .brz-ed-tall-thumb{background-color:#d4d5d7;border-radius:2.5px}.brz-ed .brz-ed-popup-blocks-body .brz-ed-scroll-pane .brz-ed-tall-track{width:5px;right:7px}.brz-ed .brz-ed-popup-blocks-body .brz-ed-scroll-inner{width:100%;height:430px;padding:24px 28px 16px;margin-top:16px}.brz-ed .brz-ed-popup-blocks__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz-ed .brz-ed-popup-blocks__grid__column{margin:0 12px;width:33.33%;-webkit-box-flex:1;-ms-flex:1;flex:1}.brz-ed .brz-ed-popup-block-item{position:relative;margin-bottom:24px;-webkit-box-shadow:0 -1px 10px 0 rgba(0,0,0,.07);box-shadow:0 -1px 10px 0 rgba(0,0,0,.07);overflow:hidden;margin-left:auto;margin-right:auto}.brz-ed .brz-ed-popup-block-item .brz-img{position:relative;-webkit-transform:scale(.51) translate(-50%,-50%);transform:scale(.51) translate(-50%,-50%)}.brz-ed .brz-ed-popup-block-item figcaption{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(41,46,55,.9);-webkit-transition:all .2s ease-in;transition:all .2s ease-in;opacity:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brz-ed .brz-ed-popup-block-item .brz-ed-container-trigger{top:50%;margin-top:-14px}.brz-ed .brz-ed-popup-block-item .brz-ed-container-trigger:hover{background-color:#3dbfe8}.brz-ed .brz-ed-popup-block-item:hover figcaption{opacity:1}.brz-ed .brz-ed-popup-block__blank{cursor:pointer;border:2px dashed #3dbfe8;background-color:#fff;height:152px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.brz-ed .brz-ed-popup-block__blank:hover{border-style:solid}.brz-ed .brz-ed-popup-block__blank .brz-ed-container-trigger{position:relative;top:auto;left:0;margin:0 13px 0 0}.brz-ed .brz-ed-popup-block__blank .brz-ed-container-trigger:hover{background-color:#3dbfe8}.brz-ed .brz-ed-popup-block__blank .brz-p{font-family:pn,"Open Sans",Arial,sans-serif;font-size:14px;font-weight:700;color:#292e37;text-transform:uppercase}@media screen and (min-height:700px){.brz-ed .brz-ed-popup-blocks-body .brz-ed-scroll-inner{height:500px}}@media (min-width:768px){.brz-ed .brz-ed-popup-blocks{width:694px}}@media screen and (min-height:840px){.brz-ed .brz-ed-popup-blocks-body .brz-ed-scroll-inner{height:634px}}@media (min-width:992px){.brz-ed .brz-ed-popup-blocks{width:1009px}}.brz-ed .brz-ed-resizer{position:absolute;z-index:1030;top:0;width:20px;height:100%;cursor:col-resize;visibility:hidden;opacity:0}.brz-ed .brz-ed-resizer--left{left:-10px}.brz-ed .brz-ed-resizer--right{right:-10px}.brz-ed .brz-ed-resizer--red .brz-ed-resizer__item{background-color:#ed2164}.brz-ed .brz-ed-resizer__item{width:8px;height:50px;position:absolute;top:50%;left:50%;border-radius:8px;-webkit-transform:translate(-3px,-50%);transform:translate(-3px,-50%);background-color:#22b0da}.brz-ed .brz-ed-resizer__popover{position:absolute;top:-18px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);text-align:center;padding:15px 18px;min-width:135px;height:42px;border-radius:21px;color:#fff;font-family:pn,"Open Sans",Arial,sans-serif;font-weight:600;font-size:14px;line-height:1;background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5)}.brz-ed .brz-ed-resizer__popover:after{content:"";display:block;position:absolute;left:50%;margin-left:-6px;bottom:-6px;border-top:6px solid rgba(3,8,15,.92);border-left:6px solid transparent;border-right:6px solid transparent}.brz-ed .brz-ed-resizer__popover__divider{margin:0 7px;color:#6e787f}.brz-ed .brz-ed-resizer--dragging{z-index:1050}.brz-ed.brz-ed--mobile .brz-ed-resizer{display:none}.brz-ed .brz-ed-sidebar{font-family:pn,"Open Sans",Arial,sans-serif;position:fixed;left:0;top:0;bottom:0;width:48px;color:#fff;z-index:1060;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-sidebar__control{background:#141923;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.4);box-shadow:0 0 8px 0 rgba(0,0,0,.4);height:100%;position:relative;z-index:1}.brz-ed .brz-ed-sidebar__control__item{font-size:16px;color:#fff;width:48px;max-height:57px;padding-top:20px;padding-bottom:20px;line-height:1;cursor:pointer;text-align:center;-webkit-transition:color .25s ease;transition:color .25s ease;border-bottom:1px solid rgba(255,255,255,.1)}.brz-ed .brz-ed-sidebar__control__item--active,.brz-ed .brz-ed-sidebar__control__item:hover{color:#3dbfe8}.brz-ed .brz-ed-sidebar__control__item__device{padding-top:0;padding-bottom:15px;border-bottom:0}.brz-ed .brz-ed-sidebar__control__item__device:first-child{padding-top:20px}.brz-ed .brz-ed-sidebar__control__item__device:nth-child(3){padding-bottom:20px}.brz-ed .brz-ed-sidebar__control__item__menu{border-top:1px solid rgba(255,255,255,.1);border-bottom:0}.brz-ed .brz-ed-sidebar__control__item .brz-a{color:#fff;-webkit-transition:color .25s ease;transition:color .25s ease}.brz-ed .brz-ed-sidebar__control__item .brz-a:active,.brz-ed .brz-ed-sidebar__control__item .brz-a:hover{color:#3dbfe8}.brz-ed .brz-ed-sidebar__control--bottom{position:absolute;bottom:0;z-index:2;border-top:1px solid rgba(255,255,255,.1)}.brz-ed .brz-ed-sidebar__control--bottom>.brz-ed-sidebar__control__item:last-child{border-bottom-color:transparent}.brz-ed .brz-ed-sidebar__content{position:absolute;top:0;left:48px;width:280px;height:100%;background-color:#2b3039;overflow:hidden}.brz-ed .brz-ed-sidebar__content.active{-webkit-animation-name:brz-ed-shadow-animation;animation-name:brz-ed-shadow-animation;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:150ms;animation-duration:150ms;-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes brz-ed-shadow-animation{from{-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}}@keyframes brz-ed-shadow-animation{from{-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}}.brz-ed .brz-ed-sidebar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:48px;background-color:#383e47;padding-left:30px;padding-right:30px}.brz-ed .brz-ed-sidebar__header__title{font-size:15px!important;font-family:pn,"Open Sans",Arial,sans-serif!important;font-weight:600!important}.brz-ed .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__btn,.brz-ed .brz-ed-sidebar__popover__btn,.brz-ed .brz-ed-sidebar__popover__item,.brz-ed .brz-ed-toolbar__link__input{font-family:pn,"Open Sans",Arial,sans-serif}.brz-ed .brz-ed-sidebar__header__icon{margin-left:auto;cursor:pointer}.brz-ed .brz-ed-sidebar__main{position:absolute;left:0;right:0;top:48px;bottom:0}.brz-ed .brz-ed-sidebar__footer{position:absolute;bottom:0;left:0;width:100%;height:48px;background-color:#383e47;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.brz-ed .brz-ed-sidebar__popover{position:relative}.brz-ed .brz-ed-sidebar__popover-content{position:absolute;bottom:10px;left:58px;max-width:190px;min-width:130px;border-radius:8px;background-color:#141923;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5)}.brz-ed .brz-ed-sidebar__popover-content:before{content:"";position:absolute;left:-6px;bottom:18px;width:0;height:0;border-style:solid;border-width:6px 6px 6px 0;border-color:transparent #141923 transparent transparent}.brz-ed .brz-ed-sidebar__popover--deviceMode .brz-ed-sidebar__popover-content{bottom:-25px}.brz-ed .brz-ed-sidebar__popover--deviceMode .brz-ed-sidebar__popover-content:before{bottom:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.brz-ed .brz-ed-sidebar__popover__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:13px;color:#fff;font-weight:600;padding:10px 25px;-webkit-transition:all .3s linear;transition:all .3s linear;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.1)}.brz-ed .brz-ed-sidebar__popover__item:last-child{border-bottom-color:transparent}.brz-ed .brz-ed-sidebar__popover__item .brz-icon-svg{margin-right:12px;font-size:12px}.brz-ed .brz-ed-sidebar__popover__item:hover{cursor:pointer;color:#3dbfe8}.brz-ed .brz-ed-sidebar__popover__item--active{color:#3dbfe8}.brz-ed .brz-ed-sidebar__popover__item .brz-span{position:relative;top:1px}.brz-ed .brz-ed-sidebar__popover__item .brz-a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-decoration:none;-webkit-transition:all .3s linear;transition:all .3s linear}.brz-ed .brz-ed-sidebar__popover__item .brz-a:hover{color:#3dbfe8}.brz-ed .brz-ed-sidebar__popover__btn{border-radius:2px;background-color:#0085ba;border-bottom:2px solid #006799;padding:9px 14px 5px;font-size:13px;line-height:1;text-decoration:none;color:#fff}.brz-ed .brz-ed-sidebar__popover__btn.brz-a:focus,.brz-ed .brz-ed-sidebar__popover__btn.brz-a:hover{color:#fff}.brz-ed .brz-ed-sidebar__btn{height:48px;color:#fff;-ms-flex-preferred-size:50%;flex-basis:50%;font-size:12px;letter-spacing:.5px;font-weight:600;text-transform:uppercase;text-align:center;line-height:48px}.brz-ed .brz-ed-sidebar__btn--active{background-color:#91a652}.brz-ed .brz-ed-sidebar__btn:hover{color:#fff}.brz-ed .brz-ed-sidebar-ordering{padding-top:27px}.brz-ed .brz-ed-sidebar-block-item{position:relative;padding:8px 0;margin-top:-1px;border-top:1px dashed transparent;border-bottom:1px dashed transparent}.brz-ed .brz-ed-sidebar-block-item:first-child{margin-top:12px}.brz-ed .brz-ed-sidebar-block-item:hover{border-top-color:#286b85;border-bottom-color:#286b85}.brz-ed .brz-ed-sidebar-block-item:hover .brz-ed-sidebar-block-remove{display:block}.brz-ed .brz-ed-sidebar-block-item-missing:hover:after,.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder .brz-ed-sidebar-block-layout,.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder .brz-ed-sidebar-block-remove,.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder-fix~.brz-ed-sidebar-block-item:hover .brz-ed-sidebar-block-layout,.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder-fix~.brz-ed-sidebar-block-item:hover .brz-ed-sidebar-block-remove{display:none}.brz-ed .brz-ed-sidebar-block-item:hover .brz-ed-sidebar-block-layout{opacity:1}.brz-ed .brz-ed-sidebar-block-item-missing:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"Error";font-size:20px}.brz-ed .brz-ed-sidebar-block-item-feedback{border-top:0;opacity:.65}.brz-ed .brz-ed-sidebar-block-item-feedback .brz-ed-sidebar-block-layout{opacity:0}.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-helper{z-index:99999999999}.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder,.brz-ed .brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder-fix~.brz-ed-sidebar-block-item:hover{border-top-color:transparent;border-bottom-color:transparent}.brz-ed .brz-ed-sidebar-block-image{position:relative;width:185px;border:5px solid #474c55;margin:0 auto;cursor:move;background-size:cover;background-position:center}.brz-ed .brz-ed-sidebar-block-image>.brz-img{display:block;max-width:100%}.brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder .brz-ed .brz-ed-sidebar-block-image{background-image:none!important;border-color:transparent}.brz-ed-sidebar-block-item.brz-ed-sidebar-block-item-placeholder .brz-ed .brz-ed-sidebar-block-image:after{position:absolute;left:0;top:0;right:0;bottom:0;content:"";display:block;border:1px dashed #286b85;border-radius:5px}.brz-ed .brz-ed-sidebar-block-remove{display:none;position:absolute;top:50%;right:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%);outline:0;cursor:pointer;font-size:20px;line-height:1;height:20px;color:#34beea}.brz-ed .brz-ed-sidebar-block-remove svg{fill:#34beea}.brz-ed .brz-ed-sidebar-block-layout{position:absolute;top:0;left:0;right:0;bottom:0;padding-right:1px;background:rgba(255,255,255,.7);text-align:center;font-size:10px;color:#fff;font-weight:600;text-transform:uppercase;opacity:0;-webkit-transition:opacity 150ms;transition:opacity 150ms}.brz-ed .brz-ed-sidebar-block-layout>.brz-span{position:absolute;top:50%;left:0;right:0}.brz-ed .brz-ed-sidebar-block-drag,.brz-ed .brz-ed-sidebar-block-drop{display:block;height:32px;width:132px;margin:-16px auto 0;border-radius:16px;background:rgba(17,17,41,.85);line-height:32px;text-align:center;letter-spacing:.01em}.brz-ed .brz-ed-sidebar__x-styling{padding:30px}.brz-ed .brz-ed-sidebar__x-styling__row{position:relative;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.07)}.brz-ed .brz-ed-sidebar__x-styling__row:first-child{padding-top:0}.brz-ed .brz-ed-sidebar__x-styling__label{font-size:13px;line-height:1;margin:0 0 10px;color:#818a91}.brz-ed .brz-ed-sidebar__x-styling .brz-control__select{width:100%}.brz-ed .brz-ed-sidebar__x-styling .brz-control__select-current .brz-control__select-option{width:calc(100% - 30px)}.brz-ed .brz-ed-sidebar__x-styling .brz-control__select-option{letter-spacing:.25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;width:100%}.brz-ed .brz-ed-sidebar__x-styling .brz-control__select-color{position:relative;width:16px;height:16px;border-radius:2px;margin-right:10px}.brz-ed .brz-ed-sidebar__styling{padding:30px;height:100%}.brz-ed .brz-ed-sidebar__styling .brz-ed-sidebar-options>[class^=brz-ed-option]{margin-bottom:30px}.brz-ed .brz-ed-sidebar-variants{height:48px;background-color:#383e47}.brz-ed .brz-ed-sidebar__wp-template{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;padding-top:15px;padding-bottom:15px}.brz-ed .brz-ed-sidebar__wp-template .brz-ed-option__font-style-editor__title,.brz-ed .brz-ed-sidebar__wp-template .brz-ed-option__label{margin-bottom:6px}.brz-ed .brz-ed-sidebar__wp-template .brz-control__select{width:100%}.brz-ed .brz-ed-sidebar__wp-template .brz-control__select-current .brz-control__select-option{width:calc(100% - 10px)}.brz-ed .brz-ed-sidebar__wp-template .brz-control__select-current .brz-control__select--arrow{font-size:8px;margin-right:0}.brz-ed .brz-ed-sidebar__wp-template .brz-control__select-option{width:100%;text-align:left;font-weight:400}.brz-ed .brz-ed-sidebar__add-elements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:38px;padding-right:32px}.brz-ed .brz-ed-sidebar__add-elements--base{padding-top:40px;padding-bottom:0}.brz-ed .brz-ed-sidebar__add-elements__item{padding:7px 11px 14px;text-align:center;line-height:1;font-size:0}.brz-ed .brz-ed-sidebar__add-elements__item:active,.brz-ed .brz-ed-sidebar__add-elements__item:focus,.brz-ed .brz-ed-sidebar__add-elements__item:hover{cursor:move}.brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__icon,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__icon{border-color:#3dbfe8;color:#3dbfe8}.brz-ed .brz-ed-sidebar__add-elements__item:active .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:focus .brz-ed-sidebar__add-elements__text,.brz-ed .brz-ed-sidebar__add-elements__item:hover .brz-ed-sidebar__add-elements__text{color:#3dbfe8}.brz-ed .brz-ed-sidebar__add-elements__icon{width:46px;height:46px;border:2px solid #3c424d;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;font-size:16px;margin-bottom:6px}.brz-ed .brz-ed-sidebar__add-elements__text{font-size:12px;font-weight:600;letter-spacing:.1px;text-transform:capitalize;color:rgba(255,255,255,.6);-webkit-transition:color .2s ease-out;transition:color .2s ease-out;margin:0 -5px;max-width:54px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.brz-ed .brz-ed-sidebar__add-elements--separator{margin:8px 49px 18px;border:0;border-top:1px solid #3c424d}.brz-ed .brz-ed-sidebar__right{right:0;left:auto;width:auto}.brz-ed .brz-ed-sidebar__right .brz-ed-sidebar__content{left:auto;right:0}.brz-ed .brz-ed-collapsible-wrap,.brz-ed .brz-ed-collapsible__toolbar,.brz-ed .brz-ed-toolbar{left:0;top:0;position:absolute}.brz-ed .brz-ed-sidebar__right .brz-ed-sidebar__content.active{-webkit-animation-name:shadow-animation;animation-name:shadow-animation}@-webkit-keyframes shadow-animation{from{-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}}@keyframes shadow-animation{from{-webkit-box-shadow:0 0 0 transparent;box-shadow:0 0 0 transparent}to{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.3)}}.brz-ed .brz-ed-sidebar__right .brz-ed-sidebar__main{padding:17px 30px 30px}.brz-ed .brz-ed-sidebar__right .brz-ed-sidebar__main .brz-ed-control__tabs{margin-bottom:15px;padding-left:0;padding-right:0}.brz-ed .brz-ed-sidebar__right__option{padding:15px 0}.brz-ed .brz-ed-sidebar__right__option.brz-ed-option__input{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz-ed .brz-ed-sidebar__right__option.brz-ed-option__input .brz-ed-option__font-style-editor__title,.brz-ed .brz-ed-sidebar__right__option.brz-ed-option__input .brz-ed-option__label{margin-bottom:7px}.brz-ed .brz-ed-sidebar-row,.brz-ed .brz-ed-sidebar-row .brz-ed-options-field,.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tab__content>.brz-ed-options-field{margin-bottom:15px}.brz-ed .brz-ed-sidebar__right__option.brz-ed-option__input .brz-ed-control__input{width:100%;max-width:100%}.brz-ed .brz-ed-sidebar__right--animation-enter{-webkit-transform:translateX(280px);transform:translateX(280px);will-change:transform}.brz-ed .brz-ed-sidebar__right--animation-enter-active{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.brz-ed .brz-ed-sidebar__right--animation-leave{-webkit-transform:translateX(0);transform:translateX(0);will-change:transform}.brz-ed .brz-ed-sidebar__right--animation-leave-active{-webkit-transform:translateX(280px);transform:translateX(280px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;will-change:transform}.brz-ed .brz-ed-sidebar__right__scroll .brz-ed-tall-track{top:42px!important;height:calc(100% - 42px)!important;right:-25px!important}.brz-ed .brz-ed-sidebar-options{height:100%}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tabs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#fff;margin-bottom:15px}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tabs .brz-ed-control__tab{margin-right:20px;position:relative;min-height:30px}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tabs .brz-ed-control__tab:not(:last-child){margin-right:19px}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tabs .brz-ed-control__tab:after{display:none}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-control__tabs .brz-ed-control__tab.active:before{content:"";position:absolute;bottom:-1px;height:2px;background-color:currentColor;width:100%}.brz-ed .brz-ed-sidebar__right__tabs .brz-ed-options-tabs-helpers{font-size:12px}.brz-ed .brz-ed-sidebar-row{padding-bottom:15px;border-bottom:1px solid #3a3f47}.brz-ed .brz-ed-sidebar-row .brz-ed-options-field:last-child{margin-bottom:0}.brz-ed .brz-ed-sidebar__right__option .brz-control__select-option{max-width:106px;overflow:hidden;text-overflow:ellipsis}.brz-ed .brz-ed-toolbar{z-index:1070;will-change:top,right,bottom,left}.brz-ed .brz-ed-toolbar__items{background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-radius:42px;padding-left:6px;padding-right:6px}.brz-ed .brz-ed-toolbar__item{height:42px;font-size:16px;line-height:1;color:#fff;border-left:1px solid rgba(255,255,255,.15);margin-left:-1px;-webkit-transition:.15s linear color;transition:.15s linear color}.brz-ed .brz-ed-toolbar__item:first-child{border-left-color:transparent}.brz-ed .brz-ed-toolbar__item:hover .brz-ed-tooltip__content{color:#3dbfe8;-webkit-transition:.15s linear color;transition:.15s linear color}.brz-ed .brz-ed-toolbar__item:hover .brz-ed-tooltip__content .brz-ed-popover__tooltip--icon-custom{border-color:#3dbfe8}.brz-ed .brz-ed-popover__tooltip .brz-ed-tooltip__content:not(.brz-ed-popover__tooltip),.brz-ed .brz-ed-toolbar__option:not(.brz-ed-popover__tooltip){padding:13px;font-size:16px;display:block;cursor:pointer}.brz-ed .brz-ed-toolbar--active{color:#3dbfe8!important}.brz-ed .brz-ed-toolbar__arrow{width:auto}.brz-ed .brz-ed-toolbar__arrow:after{left:0}.brz-ed .brz-ed-collapsible-wrap{z-index:1050}.brz-ed .brz-ed-collapsible__icon{position:absolute;top:0;left:0;background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.15s linear color;transition:.15s linear color}.brz-ed .brz-ed-collapsible__icon:hover{color:#3dbfe8}.brz-ed .brz-ed-collapsible--big .brz-ed-collapsible__icon{width:42px;height:42px;border-radius:42px;font-size:14px;line-height:46px}.brz-ed .brz-ed-collapsible--big .brz-ed-collapsible__toolbar{border-radius:42px}.brz-ed .brz-ed-collapsible--small .brz-ed-collapsible__icon{width:32px;height:32px;border-radius:32px;font-size:12px;line-height:36px}.brz-ed .brz-ed-collapsible--small .brz-ed-collapsible__toolbar{border-radius:32px}.brz-ed .brz-ed-collapsible__toolbar .brz-ed-toolbar{position:static;top:auto;right:auto;padding:0}.brz-ed .brz-ed-collapsible__section{font-size:0!important;line-height:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important}.brz-ed .brz-ed-collapsible__section .brz-ed-collapsible-wrap{top:36px;right:40px;left:auto}.brz-ed .brz-ed-collapsible__section .brz-ed-collapsible__icon{visibility:hidden;opacity:0;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.brz-ed .brz-ed-collapsible__section .brz-ed-collapsible__icon,.brz-ed .brz-ed-collapsible__section .brz-ed-collapsible__toolbar{right:0;left:auto;margin:4px 0 4px 4px}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-enter{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-enter .brz-ed-toolbar{-webkit-transform:translate3d(96px,0,0);transform:translate3d(96px,0,0)}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-enter-active{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-enter-active .brz-ed-toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-exit{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-exit .brz-ed-toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-exit-active{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-right-left-exit-active .brz-ed-toolbar{-webkit-transform:translate3d(96px,0,0);transform:translate3d(96px,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-enter{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-enter .brz-ed-toolbar{-webkit-transform:translate3d(-96px,0,0);transform:translate3d(-96px,0,0)}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-enter-active{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-enter-active .brz-ed-toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-exit{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-exit .brz-ed-toolbar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-exit-active{overflow:hidden}.brz-ed .brz-ed-collapsible__toolbar.animation-left-right-exit-active .brz-ed-toolbar{-webkit-transform:translate3d(-96px,0,0);transform:translate3d(-96px,0,0);-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear,-webkit-transform 150ms linear}.brz-ed .fadeCollapsibleIcon-enter{opacity:.01}.brz-ed .fadeCollapsibleIcon-enter.fadeCollapsibleIcon-enter-active{opacity:1;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz-ed .fadeCollapsibleIcon-exit{opacity:1}.brz-ed .fadeCollapsibleIcon-exit.fadeCollapsibleIcon-exit-active{opacity:.01;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz-ed.brz-ed--desktop .brz-ed-static__toolbar--mobile,.brz-ed.brz-ed--mobile .brz-ed-static__toolbar--desktop{display:none}.brz-ed .brz-ed-static__toolbar{position:relative}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar{left:0;top:0}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__items{background-color:#879294;-webkit-box-shadow:none;box-shadow:none;padding-left:0;padding-right:0}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item{height:30px;margin-left:0;border-left-color:#a3abad}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item:hover{background-color:#6c7576;color:#fff;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;border-left-color:#a3abad}.brz-ed .brz-ed-popover__tooltip .brz-ed-static__toolbar .brz-ed-tooltip__content:hover,.brz-ed .brz-ed-static__toolbar .brz-ed-option__button:hover,.brz-ed .brz-ed-static__toolbar .brz-ed-popover__tooltip .brz-ed-tooltip__content:hover,.brz-ed .brz-ed-static__toolbar .brz-ed-popover__tooltip.brz-ed-tooltip--opened .brz-ed-tooltip__content,.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item .brz-ed-tooltip__content,.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item>.brz-ed-option__advanced:hover,.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__option:hover{color:inherit}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item:first-child{padding-left:2px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-left-color:transparent}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item:last-child{padding-right:2px;border-top-right-radius:30px;border-bottom-right-radius:30px}.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__item>.brz-ed-option__advanced .brz-icon-svg{font-size:12px}.brz-ed .brz-ed-popover__tooltip .brz-ed-static__toolbar .brz-ed-tooltip__content:not(.brz-ed-popover__tooltip),.brz-ed .brz-ed-static__toolbar .brz-ed-popover__tooltip .brz-ed-tooltip__content:not(.brz-ed-popover__tooltip),.brz-ed .brz-ed-static__toolbar .brz-ed-toolbar__option:not(.brz-ed-popover__tooltip){font-size:12px;padding:8px 10px}.brz-ed .brz-ed-column__toolbar,.brz-ed .brz-ed-row__toolbar{position:absolute;top:-7px;visibility:hidden;opacity:0;-webkit-transition:visibility .15s linear,opacity .15s linear;transition:visibility .15s linear,opacity .15s linear}.brz-ed .brz-ed-row__toolbar{left:-10px;z-index:1070}.brz-ed .brz-ed-column__toolbar{right:-7px;z-index:1040}.brz-ed.brz-ed--mobile .brz-ed-collapsible-wrap{right:20px}.brz-ed .brz-ed-popover__tooltip.brz-ed-tooltip--opened .brz-ed-tooltip__content{color:#3dbfe8}.brz-ed .brz-ed-popover__tooltip.brz-ed-tooltip--opened .brz-ed-tooltip__content .brz-ed-popover__tooltip--icon-custom{border-color:#3dbfe8}.brz-ed .brz-ed-popover__tooltip--icon-custom{width:16px;height:16px;border:2px solid #fff;border-radius:2px;-webkit-transition:border-color .2s linear;transition:border-color .2s linear}.brz-ed .brz-ed-tooltip__overlay{background-color:rgba(3,8,15,.92);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5);border-radius:8px}.brz-ed .brz-ed-toolbar__fonts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brz-ed .brz-ed-font__typography{height:217px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-right:1px solid rgba(255,255,255,.15);overflow:hidden;padding:7px 3px 7px 0}.brz-ed .brz-ed-font__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:22px 17px 0}.brz-ed .brz-ed-font__name{-webkit-transition:color .2s linear;transition:color .2s linear;padding-bottom:15px;padding-left:27px;line-height:1;color:#fff;cursor:pointer}.brz-ed .brz-ed-font__name.active,.brz-ed .brz-ed-font__name:hover{-webkit-transition:color .2s linear;transition:color .2s linear;color:#3ebfe8}.brz-ed .brz-ed-font__name:first-child{padding-top:15px}.brz-ed .brz-ed-font__separator{width:50px;height:1px;padding:0;margin:0 0 17px 27px;border:0;background-color:rgba(255,255,255,.3)}.brz-ed .brz-ed-font-field{margin-bottom:18px}.brz-ed .brz-ed-font__label{color:#818a91;font-size:13px;margin-bottom:8px}.brz-ed .brz-ed-toolbar__link__anchor,.brz-ed .brz-ed-toolbar__link__custom,.brz-ed .brz-ed-toolbar__link__popup,.brz-ed .brz-ed-toolbar__link__upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:46px!important;padding:0!important;font-family:pn,"Open Sans",Arial,sans-serif}.brz-ed .brz-ed-toolbar__link__icon{padding-right:14px;padding-left:10px;color:#fff}.brz-ed .brz-ed-toolbar__link__title{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%;font-size:14px;padding-left:17px}.brz-ed .brz-ed-toolbar__link__label{cursor:pointer;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brz-ed .brz-ed-toolbar__link--save,.brz-ed .brz-ed-toolbar__link__icon{font-size:16px;line-height:45px;text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-toolbar__link--save{width:46px;-webkit-box-flex:1;-ms-flex:1 0 46px;flex:1 0 46px;max-width:46px;height:45px;color:rgba(255,255,255,.25);border-left:1px solid rgba(255,255,255,.15)}.brz-ed .brz-ed-toolbar__link__input{background-color:transparent;border:none;outline:0;color:#fff;font-size:14px;width:100%;font-style:normal;font-weight:400;letter-spacing:0;line-height:1}.brz-ed .brz-ed-toolbar__link__input::-webkit-input-placeholder{color:rgba(255,255,255,.2);font-style:italic}.brz-ed .brz-ed-toolbar__link__input:-moz-placeholder{color:rgba(255,255,255,.2);font-style:italic}.brz-ed .brz-ed-toolbar__link__input::-moz-placeholder{color:rgba(255,255,255,.2);font-style:italic}.brz-ed .brz-ed-toolbar__link__input:-ms-input-placeholder{color:rgba(255,255,255,.2);font-style:italic}.brz-ed .brz-ed-toolbar__link__upload-name{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:170px;white-space:nowrap;overflow:hidden}.brz-ed .brz-ed-toolbar__link__popup .brz-ed-toolbar__link__title{cursor:pointer;font-style:italic}.brz-ed .brz-ed-toolbar__link__anchor .brz-ed-toolbar__link__icon{z-index:1}.brz-ed .brz-ed-toolbar__link__anchor .brz-ed-toolbar__link__title{margin-left:-17px}.brz-ed .brz-ed-link__list{color:#fff;font-size:14px;line-height:1;padding-top:8px;padding-bottom:8px;padding-right:4px}.brz-ed .brz-ed-control__colorPicker__group,.brz-ed .brz-ed-control__colorPicker__label{font-family:pn,"Open Sans",Arial,sans-serif;font-size:13px}.brz-ed .brz-ed-link__list-item{cursor:pointer;padding-top:8px;padding-bottom:9px;padding-left:20px;-webkit-transition:.2s linear color;transition:.2s linear color}.brz-ed .brz-ed-link__list-item:hover{color:#3dbfe8;-webkit-transition:.2s linear color;transition:.2s linear color}.brz-ed .brz-ed-control__colorPicker .minicolors-opacity-slider,.brz-ed .brz-ed-control__colorPicker .minicolors-slider{width:12px;border-radius:3px}.brz-ed .brz-ed-control__colorPicker .minicolors-opacity-slider .minicolors-picker,.brz-ed .brz-ed-control__colorPicker .minicolors-slider .minicolors-picker{margin-left:1px;margin-right:1px}.brz-ed .brz-ed-control__colorPicker .minicolors-slider{left:162px}.brz-ed .brz-ed-control__colorPicker .minicolors-slider .minicolors-picker:after{height:8px;margin-top:-7px;margin-bottom:-7px}.brz-ed .brz-ed-control__colorPicker .minicolors-opacity-slider{left:184px}.brz-ed .brz-ed-control__colorPicker .minicolors-opacity-slider .minicolors-picker{position:absolute;top:0;left:-2px;right:-2px;height:8px;margin-top:-7px;margin-bottom:-7px;border-radius:50%;background:0 0;border:3px solid #fff;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:0 0 3px rgba(0,0,0,.5);box-shadow:0 0 3px rgba(0,0,0,.5)}.brz-ed .brz-ed-control__colorPicker .minicolors .minicolors-grid{border-radius:3px}.brz-ed .brz-ed-control__colorPicker__footer{position:relative;padding-top:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.brz-ed .brz-ed-control__colorPicker__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-control__colorPicker__group:not(:last-child){margin-right:12px}.brz-ed .brz-ed-control__colorPicker__group .brz-input{width:60px;border:0;background-color:transparent;text-transform:uppercase;color:#818a91;outline:0;text-align:center;padding:0;float:none}.brz-ed .brz-ed-control__colorPicker__opacity .brz-input{width:30px}.brz-ed .brz-ed-control__colorPicker__label{margin-right:3px;color:rgba(129,138,145,.5);font-style:normal;font-weight:400;line-height:1;letter-spacing:0;text-transform:capitalize}.brz-ed .brz-ed-control__colorPicker__label+.brz-input:after{content:'';position:absolute;bottom:-2px;right:0;width:100%;border-bottom:1px solid rgba(129,138,145,.3)}.brz-ed .brz-ed-popover__color-picker .brz-ed-tooltip--medium{width:auto}.brz-ed .brz-ed-border{position:relative}.brz-ed .brz-ed-border.active>.brz-ed-cloneable__buttons .brz-ed-static__toolbar .brz-ed-toolbar,.brz-ed .brz-ed-border.active>.brz-ed-collapsible__section .brz-ed-collapsible__icon,.brz-ed .brz-ed-border.active>.brz-ed-column__toolbar,.brz-ed .brz-ed-border.active>.brz-ed-resizer,.brz-ed .brz-ed-border.active>.brz-ed-row__toolbar{visibility:visible;opacity:1;-webkit-transition:visibility .15s linear,opacity .15s linear;transition:visibility .15s linear,opacity .15s linear}.brz-ed .brz-ed-border.active>.brz-ed-resizer{-webkit-transition:none;transition:none}.brz-ed .brz-ed-border__inner-1:after,.brz-ed .brz-ed-border__inner-1:before,.brz-ed .brz-ed-border__inner-2:after,.brz-ed .brz-ed-border__inner-2:before{visibility:hidden;opacity:0;content:"";position:absolute;border-color:transparent;border-width:0;z-index:1030;-webkit-transition:visibility .15s linear,opacity .15s linear;transition:visibility .15s linear,opacity .15s linear}.brz-ed .brz-ed-border__inner-1:after{left:-2px;right:-2px;top:-2px;border-top-width:2px}.brz-ed .brz-ed-border__inner-1:before{top:-2px;bottom:-2px;left:-2px;border-left-width:2px}.brz-ed .brz-ed-border__inner-2:after{left:-2px;right:-2px;bottom:-2px;border-top-width:2px}.brz-ed .brz-ed-border__inner-2:before{top:-2px;bottom:-2px;right:-2px;border-left-width:2px}.brz-ed .brz-ed-border--active:after,.brz-ed .brz-ed-border--active:before{visibility:visible!important;opacity:1!important;-webkit-transition:visibility .15s linear,opacity .15s linear;transition:visibility .15s linear,opacity .15s linear}.brz-ed .brz-ed-border--grey:after,.brz-ed .brz-ed-border--grey:before{border-color:#879294}.brz-ed .brz-ed-border--grey.brz-ed-border--dashed:after{background-image:-webkit-gradient(linear,left top,right top,color-stop(44%,#879294),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(to right,#879294 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--grey.brz-ed-border--dashed:before{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(44%,#879294),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(#879294 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--blue:after,.brz-ed .brz-ed-border--blue:before{border-color:#22b0da}.brz-ed .brz-ed-border--blue.brz-ed-border--dashed:after{background-image:-webkit-gradient(linear,left top,right top,color-stop(44%,#22b0da),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(to right,#22b0da 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--blue.brz-ed-border--dashed:before{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(44%,#22b0da),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(#22b0da 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--red:after,.brz-ed .brz-ed-border--red:before{border-color:#ed2164}.brz-ed .brz-ed-border--red.brz-ed-border--dashed:after{background-image:-webkit-gradient(linear,left top,right top,color-stop(44%,#ed2164),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(to right,#ed2164 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--red.brz-ed-border--dashed:before{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(44%,#ed2164),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(#ed2164 44%,rgba(255,255,255,0) 0)}.brz-ed .brz-ed-border--dashed:after,.brz-ed .brz-ed-border--dashed:before{border-style:dashed;border-color:transparent}.brz-ed .brz-ed-border--dashed:after{background-position:11px bottom;background-size:8px 2px;background-repeat:repeat-x}.brz-ed .brz-ed-border--dashed:before{background-position:right 11px;background-size:2px 8px;background-repeat:repeat-y}.brz-ed .brz-ed-border--solid:after,.brz-ed .brz-ed-border--solid:before{border-style:solid}.brz-ed .brz-ed-border--dotted:after,.brz-ed .brz-ed-border--dotted:before{border-style:dotted}.brz-ed .brz-ed-border--active-dotted:after,.brz-ed .brz-ed-border--active-dotted:before{border-style:dotted!important}.brz-ed .brz-ed-border--active-solid:after,.brz-ed .brz-ed-border--active-solid:before{background:#22b0da;border-style:solid!important}.brz-ed .brz-ed-border--active-dashed:after,.brz-ed .brz-ed-border--active-dashed:before{border-style:dashed!important}.brz-ed .brz-ed-border--no-space.brz-ed-border__inner-1:after{left:0;right:0;top:0}.brz-ed .brz-ed-border--no-space.brz-ed-border__inner-1:before{top:0;bottom:0;left:0}.brz-ed .brz-ed-border--no-space.brz-ed-border__inner-2:after{left:0;right:0;bottom:0}.brz-ed .brz-ed-border--no-space.brz-ed-border__inner-2:before{top:0;bottom:0;right:0}.brz-ed .brz-ed-cloneable__buttons{position:absolute;top:-18px;right:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1031}.brz-ed .brz-ed-cloneable__buttons .brz-ed-static__toolbar .brz-ed-toolbar{visibility:hidden;opacity:0;right:0;left:auto}.brz-ed.brz-ed--mobile .brz-bg-video .brz-iframe{display:none!important}.brz-ed .brz-ed-container-wrap{position:relative;height:2px;margin-top:-2px;background-color:#3dbfe8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed .brz-ed-container-wrap .floating-action-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .brz-ed-container-plus{position:relative;z-index:1020}.brz-ed .brz-ed-container-trigger{position:absolute;left:50%;top:-25px;margin-left:-27px;width:54px;height:54px;border-radius:50%;background-color:#3dbfe8;cursor:pointer;z-index:10;-webkit-transition:background .2s linear;transition:background .2s linear}.brz-ed .brz-ed-container-trigger:after,.brz-ed .brz-ed-container-trigger:before{position:absolute;top:50%;left:50%;content:"";display:block;background:#fff;width:2px;height:16px;margin:-8px 0 0 -1px;-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.brz-ed .brz-ed-container-block,.brz-ed .brz-ed-container-tab-item{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer}.brz-ed .brz-ed-container-trigger:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.brz-ed .brz-ed-container-trigger:hover{background:#03080f}.brz-ed .brz-ed-container-trigger--small{width:28px;height:28px;top:-13px;margin-left:-14px}.brz-ed .brz-ed-container-trigger--small:after,.brz-ed .brz-ed-container-trigger--small:before{height:12px;margin:-6px 0 0 -1px}.brz-ed .brz-ed-container-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.brz-ed .brz-ed-container-content{position:absolute;left:0;right:0;top:2px;bottom:2px;background:#343941;opacity:0;-webkit-transition:top .2s,bottom .2s,opacity .2s;transition:top .2s,bottom .2s,opacity .2s}.brz-ed .brz-ed-container-content-in{position:absolute;top:50%;left:0;right:0;height:398px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.brz-ed .brz-ed-container-open .brz-ed-container-content{top:8px;bottom:8px;opacity:1}.brz-ed .brz-ed-container-open .brz-ed-container-trigger{background:#03080f}.brz-ed .brz-ed-container-open .brz-ed-container-trigger:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.brz-ed .brz-ed-container-open .brz-ed-container-trigger:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.brz-ed .brz-ed-container-tabs{padding:31px 0 23px;text-align:center;font-size:1px}.brz-ed .brz-ed-container-block .brz-ed-container-title,.brz-ed .brz-ed-container-tab-item{font-family:pn,"Open Sans",Arial,sans-serif;text-transform:uppercase;font-size:11px;font-weight:600}.brz-ed .brz-ed-container-tabs>*+*{margin-left:5px}.brz-ed .brz-ed-container-tab-item{height:30px;line-height:32px;border-radius:15px;padding:0 14px;letter-spacing:.01em;color:#bfbfbf;user-select:none;-webkit-font-smoothing:antialiased}.brz-ed .brz-ed-container-tab-active{background:#03080f;color:#fff}.brz-ed .brz-ed-container-blocks-items{position:absolute;left:0;width:100%;bottom:-4px;white-space:nowrap;height:314px}.brz-ed .brz-ed-container-blocks-items-in{padding-top:14px}.brz-ed .brz-ed-container-blocks-items-scroll{width:100%!important;height:100%;overflow:hidden}.brz-ed .brz-ed-container-block{position:relative;width:300px;height:188px;margin-left:13px;-webkit-box-shadow:1px 1px 9px rgba(0,0,0,.6);box-shadow:1px 1px 9px rgba(0,0,0,.6);overflow:hidden;user-select:none}.brz-ed .brz-ed-container-block .brz-img{position:absolute;top:0;left:0;height:188px}.brz-ed .brz-ed-container-block:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(41,46,55,.8);opacity:0;-webkit-transition:opacity 150ms;transition:opacity 150ms}.brz-ed .brz-ed-container-block.brz-ed-container-block-hover:after{opacity:1}.brz-ed .brz-ed-container-block .brz-ed-container-title{text-align:center;line-height:16px;position:absolute;left:0;right:0;bottom:-16px;color:#fff;-webkit-transition:bottom .2s;transition:bottom .2s;z-index:2}.brz-ed .brz-ed-wrap-block-empty-page-heading,.brz-ed .brz-ed-wrap-block-empty-page-heading2{font-size:15px;font-family:pn,"Open Sans",Arial,sans-serif}.brz-ed .brz-ed-container-block.brz-ed-container-block-hover .brz-ed-container-title{bottom:10px}.brz-ed .brz-ed-container-block-btn{position:absolute;top:-10%;left:50%;margin:-27px 0 0 -27px;width:54px;height:54px;border-radius:50%;background:#34beea;cursor:pointer;opacity:0;-webkit-transition:top .2s,opacity .2s;transition:top .2s,opacity .2s;z-index:1}.brz-ed .brz-ed-container-block-btn:after,.brz-ed .brz-ed-container-block-btn:before{position:absolute;top:50%;left:50%;content:"";display:block;background:#fff;width:2px;height:16px;margin:-8px 0 0 -1px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.brz-ed .brz-ed-container-block-btn:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.brz-ed .brz-ed-container-block.brz-ed-container-block-hover .brz-ed-container-block-btn{top:50%;opacity:1}.brz-ed .brz-ed-container-whiteout{position:fixed;left:0;top:0;right:0;bottom:0;background:#fff;visibility:hidden;-webkit-transition:opacity 250ms;transition:opacity 250ms}.brz-ed .brz-ed-container-whiteout.brz-ed-container-whiteout-show{visibility:visible;opacity:.75}.brz-ed .brz-ed-wrap-block-empty-page{position:absolute;left:50%;top:50%;width:420px;height:300px;cursor:pointer;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;text-align:center;border-radius:5px;border:2px dashed #3dbfe8;padding:62px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz-ed .brz-ed-wrap-block-empty-page-heading{font-weight:bolder;color:#292e37}.brz-ed .brz-ed-wrap-block-empty-page-heading2{font-style:italic;color:#9da0a6}.brz-ed .brz-ed-wrap-block-item{background-color:#fff}.brz-ed .brz-ed-wrap-block-item:nth-last-child(2){-webkit-box-shadow:0 15px 15px -10px rgba(0,0,0,.1);box-shadow:0 15px 15px -10px rgba(0,0,0,.1)}.brz-ed .brz-ed-wrap-block-item .brz-ed-container-wrap{visibility:hidden;opacity:0;-webkit-transition:visibility .15s linear,opacity .15s linear;transition:visibility .15s linear,opacity .15s linear}.brz-ed .brz-ed-wrap-block-item .brz-ed-container-wrap.brz-ed-container-open,.brz-ed .brz-ed-wrap-block-item.brz-ed-under-bar .brz-ed-container-wrap,.brz-ed .brz-ed-wrap-block-item:hover .brz-ed-container-wrap{visibility:visible;opacity:1}.brz-ed.brz-ed--mobile .brz-ed-container-plus{display:none}@media screen and (max-width:1400px){.brz-ed .brz-ed-wrap-block-empty-page{width:360px;height:258px;padding:40px 0}}.brz-ed div[contenteditable],.brz-ed span[contenteditable]{background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(50%,#000),color-stop(50%,#000),color-stop(50%,transparent),to(transparent));background:linear-gradient(transparent 0,transparent 50%,#000 50%,#000 50%,transparent 50%,transparent 100%);cursor:text}.brz-ed div[contenteditable]:focus,.brz-ed span[contenteditable]:focus{outline:0}.brz-ed div[contenteditable].brz-ed-content-editable-noTransitions *,.brz-ed div[contenteditable]:focus *,.brz-ed span[contenteditable].brz-ed-content-editable-noTransitions *,.brz-ed span[contenteditable]:focus *{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-delay:0s!important;animation-delay:0s!important}.brz-ed .brz-ed-content-editable-wrap{position:relative}.brz-ed .brz-ed-content-editable-wrap *{cursor:default}.brz-ed .brz-ed-content-editable-wrap .ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.brz-ed .brz-ed-content-editable-wrap.brz-ed-content-editable-focus *{cursor:auto}.brz-ed #brz-ed-iframe{display:block;width:100%;min-height:100vh;margin:0 auto;border:0;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.brz-ed #brz-ed-iframe.brz-ed-iframe--desktop{width:calc(100% - 48px)!important}.brz-ed .brz-ed-iframe--desktop{min-width:1170px;margin-left:48px!important;max-width:100%;-webkit-box-shadow:none;box-shadow:none}.brz-ed .brz-ed-iframe--mobile{min-width:460px;max-width:460px}.brz-ed .brz-ed-dropdown{display:inline-block;position:relative;background:#999}.brz-ed .brz-ed-dropdown-options{background:#999;position:absolute;min-width:100%;left:0;top:100%;z-index:50}.brz-ed .brz-ed-dropdown-options>div>div:first-child{border-right-width:0!important}.brz-ed .brz-ed-dropdown-options .brz-ed-tall-track{top:13px!important;height:218px!important;margin-left:-10px;width:6px}.brz-ed .brz-ed-dropdown-options .brz-ed-tall-track .brz-ed-tall-thumb{width:6px;border-radius:3px;background:#44474b}.brz-ed .brz-ed-dropdown-current{cursor:pointer}.brz-ed .brz-ed-dropdown-option-item{font-family:pn,"Open Sans",Arial,sans-serif;cursor:pointer;color:#fff;padding-left:24px}.brz-ed .brz-ed-dropdown-option-item.brz-ed-dropdown-option-item-active,.brz-ed .brz-ed-dropdown-option-item:hover{color:#34beea}.brz-ed .brz-ed-fixed{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1100}.brz-ed .brz-ed-fixed-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(3,8,15,.75)}.brz-ed .brz-ed-fixed-scroll{width:100%;height:100%;overflow:auto}.brz-ed .brz-ed-menu-editor-wrap{position:relative}.brz-ed .brz-ed-menu-editor-button{position:absolute;right:-54px;top:-9px;height:54px;border-radius:7px;background-color:rgba(3,8,15,.9);padding:16px 9px 0 18px;color:#fff;cursor:pointer;display:none;z-index:2}.brz-ed .brz-ed-menu-editor-button:hover{background-color:#34beea}.brz-ed .brz-ed-menu-editor-button:hover .brz-ed-menu-editor-button{display:block}.brz-ed .brz-ed-notification{position:fixed;z-index:1090;top:30px;left:50%;-webkit-transform:translate(-50%,-120px);transform:translate(-50%,-120px);min-width:556px;font-family:pn,"Open Sans",Arial,sans-serif;text-align:center;padding:22px 30px;color:#fff;background:rgba(0,154,198,.92);font-weight:300;font-size:14px;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;-webkit-transition:transform .2s linear;-moz-transition:transform .2s linear}.brz-ed .brz-ed-notification .brz-p{color:inherit;font-family:inherit}.brz-ed .brz-ed-notification .brz-span{position:absolute;color:#fff;right:20px;top:0;font-size:20px;cursor:pointer;line-height:45px}.brz-ed .brz-ed-notification.brz-ed-notification-animating{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.brz-ed .brz-ed-notification-dismissible{padding-right:70px}.brz-ed .brz-ed-notification-dismiss{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:30px;width:20px;height:20px;cursor:pointer}.brz-ed .brz-ed-notification-dismiss:after,.brz-ed .brz-ed-notification-dismiss:before{position:absolute;left:50%;top:50%;content:"";display:block;width:28px;height:1px;background:#fff}.brz-ed .brz-ed-notification-dismiss:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.brz-ed .brz-ed-notification-dismiss:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@-webkit-keyframes brz-ed-page-saving-feedback{0%{width:0;height:0;opacity:0;margin:0}33%{width:44%;height:44%;margin:-22% 0 0 -22%;opacity:1}100%{width:88%;height:88%;margin:-44% 0 0 -44%;opacity:0}}@keyframes brz-ed-page-saving-feedback{0%{width:0;height:0;opacity:0;margin:0}33%{width:44%;height:44%;margin:-22% 0 0 -22%;opacity:1}100%{width:88%;height:88%;margin:-44% 0 0 -44%;opacity:0}}.brz-ed .brz-ed-page-saving-feedback{background:0 0;width:80px;height:80px;position:fixed;right:10px;bottom:10px;z-index:10}.brz-ed .brz-ed-page-saving-feedback div{position:absolute;top:50%;left:50%;margin:0;width:0;height:0;opacity:0;border-radius:50%;border-width:3px;border-style:solid;-webkit-animation:brz-ed-page-saving-feedback 2s ease-out infinite;animation:brz-ed-page-saving-feedback 2s ease-out infinite}.brz-ed .brz-ed-page-saving-feedback div:nth-of-type(1){border-color:#34beea}.brz-ed .brz-ed-page-saving-feedback div:nth-of-type(2){border-color:#5cb0ff;-webkit-animation-delay:1s;animation-delay:1s}.brz-ed .brz-ed-scroll-pane{position:relative}.brz-ed .brz-ed-scroll-pane>div{border-color:transparent}.brz-ed .brz-ed-scroll-pane .brz-ed-wide-track{position:absolute;height:8px;background:0 0}.brz-ed .brz-ed-scroll-pane .brz-ed-wide-thumb{height:100%;width:0;background-color:#34beea}.brz-ed .brz-ed-scroll-pane .brz-ed-tall-track{position:absolute;right:0;width:8px;background:0 0}.brz-ed .brz-ed-scroll-pane .brz-ed-tall-thumb{width:100%;height:0;background-color:#34beea}.brz-ed .brz-ed-scroll--small .brz-ed-tall-track{width:4px;right:4px}.brz-ed .brz-ed-scroll--small .brz-ed-wide-track{height:4px}.brz-ed .brz-ed-scroll--medium .brz-ed-tall-track{width:6px;right:5px}.brz-ed .brz-ed-scroll--medium .brz-ed-wide-track{height:6px}.brz-ed .brz-ed-scroll--dark .brz-ed-tall-thumb,.brz-ed .brz-ed-scroll--dark .brz-ed-wide-thumb{background-color:#44474b;border-radius:4px}.brz-ed .brz-ed-scroll--darker .brz-ed-tall-thumb,.brz-ed .brz-ed-scroll--darker .brz-ed-wide-thumb{background-color:#3f4652;border-radius:4px}.brz-ed .brz-ed-scroll__popup .brz-ed-scroll-inner{height:100%!important}.brz-ed .brz-ed-scroll__popup .brz-ed-tall-track{width:5px;right:8px;height:calc(100% - 34px)!important;top:17px!important}.brz-ed .brz-ed-scroll__popup .brz-ed-tall-thumb,.brz-ed .brz-ed-scroll__popup .brz-ed-wide-thumb{border-radius:4px;background-color:#d4d5d7}@media screen and (max-height:899px){.brz-ed .brz-ed-scroll__popup{height:465px!important}}@media screen and (min-height:900px){.brz-ed .brz-ed-scroll__popup{height:540px!important}}.brz-ed.brz-ed--mobile,.brz-ed.brz-ed--mobile .brz-container__wrap,.brz-ed.brz-ed--mobile .brz-container__wrap--fluid{padding-left:15px;padding-right:15px}.brz-ed .brz-section{position:relative}.brz-ed .brz-section__content>.brz-ed-border,.brz-ed .brz-section__content>.brz-ed-border>.brz-bg,.brz-ed .brz-section__content>.brz-ed-border>.brz-bg>.brz-bg-content{height:100%}.brz-ed .brz-columns>.brz-ed-border{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:0}.brz-ed .brz-columns>.brz-ed-border>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed .brz-columns:first-child>.brz-ed-border>.brz-ed-border__inner-2:after,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:after,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-1:before,.brz-ed.brz-ed--mobile .brz-columns>.brz-ed-border>.brz-ed-border__inner-2:after{left:-2px}.brz-ed .brz-ed-border__wrapper{height:auto}.brz-ed .brz-ed-slider__spinner{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(3,8,15,.75);color:rgba(255,255,255,.75);font-size:30px;z-index:2}.brz-ed .brz-ed-slider__spinner .brz-icon-svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz-ed .brz-slick-slider .brz-section__items,.brz-ed .brz-slick-slider .slick-slide>div{height:100%}.brz-ed .brz-form .brz-input,.brz-ed .brz-form .brz-textarea{cursor:default}.brz-ed .brz-form .brz-input.brz-ed-dd-cancel,.brz-ed .brz-form .brz-textarea.brz-ed-dd-cancel{cursor:text}
public/editor-build/1.0.8/editor/css/preview.css ADDED
@@ -0,0 +1 @@
 
1
+ .brz .brz-a,.brz .brz-rich-text a{-webkit-text-decoration-skip:objects}.brz .brz-a,.brz .brz-a[href]:hover{-webkit-box-shadow:none;text-decoration:none}.brz .brz-a,.brz .brz-btn.focus,.brz .brz-btn:focus,.brz .brz-btn:hover{text-decoration:none}.brz .brz-button,.brz .brz-reset-all,.brz .brz-select{text-transform:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes pulsate{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}*,:after,:before,html{-webkit-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.brz .brz-figcaption,.brz .brz-figure,.brz .brz-section{display:block}body{margin:0}body.brz-ed{background-color:#f3f3f3}.brz-iframe{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.brz,.brz .brz-rich-text{-webkit-font-smoothing:antialiased}.brz .brz-b,.brz .brz-dt,.brz .brz-strong{font-weight:700}.brz{-moz-osx-font-smoothing:grayscale}.brz .brz-hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;margin:0}.brz .brz-h1,.brz .brz-h2,.brz .brz-h3,.brz .brz-h4,.brz .brz-h5,.brz .brz-h6{margin-top:0;margin-bottom:0;padding:0}.brz .brz-p{margin-top:0;margin-bottom:0}.brz .brz-span{float:none;margin:0;padding:0}.brz .brz-dl,.brz .brz-ol,.brz .brz-ul{margin:0;list-style:none;padding:0}.brz .brz-ol .brz-ol,.brz .brz-ol .brz-ul,.brz .brz-ul .brz-ol,.brz .brz-ul .brz-ul{margin:0}.brz .brz-dd{margin-bottom:.5rem;margin-left:0}.brz .brz-blockquote{margin:0 0 1rem}.brz .brz-dfn{font-style:italic}.brz .brz-a{color:#3dbfe8;background-color:transparent;box-shadow:none}.brz .brz-a[href]:hover{color:#1aabd8;box-shadow:none;cursor:pointer}.brz .brz-figure{margin:0}.brz .brz-img{vertical-align:middle;border-style:none}.brz svg:not(:root){overflow:hidden}.brz .brz-button,.brz .brz-input,.brz .brz-label,.brz .brz-textarea{-ms-touch-action:manipulation;touch-action:manipulation}.brz .brz-table{border-collapse:collapse}.brz .brz-caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}.brz .brz-th{text-align:left}.brz .brz-label{display:inline-block;margin-bottom:0;font-weight:400}.brz .brz-button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.brz .brz-button,.brz .brz-input,.brz .brz-optgroup,.brz .brz-select,.brz .brz-textarea{padding:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.brz .brz-button,.brz .brz-input{overflow:visible}.brz .brz-button{-webkit-appearance:button}.brz .brz-button::-moz-focus-inner{padding:0;border-style:none}.brz .brz-input[type=radio],.brz .brz-input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.brz .brz-input[type=date],.brz .brz-input[type=time],.brz .brz-input[type=datetime-local],.brz .brz-input[type=month]{-webkit-appearance:listbox}.brz .brz-textarea{overflow:auto;resize:vertical}.brz .brz-fieldset{min-width:0;padding:0;margin:0;border:0}.brz .brz-iframe,.brz .brz-object{margin-bottom:0;max-width:100%}.brz .brz-iframe{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}.brz [hidden]{display:none!important}.brz .brz-reset-all{-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:auto;align-self:auto;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:none;animation-fill-mode:none;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:none;animation-name:none;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease;animation-timing-function:ease;azimuth:center;-webkit-backface-visibility:visible;backface-visibility:visible;background-blend-mode:normal;block-size:auto;border-block-end-color:currentcolor;border-block-end-style:none;border-block-end-width:medium;border-block-start-color:currentcolor;border-block-start-style:none;border-block-start-width:medium;border-collapse:separate;border-image-outset:0s;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-inline-end-color:currentcolor;border-inline-end-style:none;border-inline-end-width:medium;border-inline-start-color:currentcolor;border-inline-start-style:none;border-inline-start-width:medium;border-spacing:0;bottom:auto;-webkit-box-decoration-break:slice;box-decoration-break:slice;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-column-break-after:auto;break-after:auto;-webkit-column-break-before:auto;break-before:auto;-webkit-column-break-inside:auto;break-inside:auto;caption-side:top;caret-color:auto;clear:none;clip:auto;-webkit-clip-path:none;clip-path:none;color:initial;-webkit-column-count:auto;column-count:auto;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;column-gap:normal;-webkit-column-rule-color:currentcolor;column-rule-color:currentcolor;-webkit-column-rule-style:none;column-rule-style:none;-webkit-column-rule-width:medium;column-rule-width:medium;-webkit-column-span:none;column-span:none;-webkit-column-width:auto;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;display:inline;empty-cells:show;-webkit-filter:none;filter:none;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;float:none;font-family:initial;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-kerning:auto;font-kerning:auto;-webkit-font-language-override:normal;font-language-override:normal;font-size:medium;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-east-asian:normal;-webkit-font-variant-ligatures:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;font-weight:400;grid-auto-columns:auto;grid-auto-flow:row;grid-auto-rows:auto;grid-column-end:auto;grid-column-gap:0;grid-column-start:auto;grid-row-end:auto;grid-row-gap:0;grid-row-start:auto;grid-template-areas:none;grid-template-columns:none;grid-template-rows:none;height:auto;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;image-orientation:0deg;image-rendering:auto;image-resolution:1dppx;ime-mode:auto;inline-size:auto;isolation:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;left:auto;letter-spacing:normal;line-break:auto;line-height:normal;-webkit-margin-after:0;margin-block-end:0;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-end:0;-moz-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;-moz-margin-start:0;margin-inline-start:0;-webkit-mask-clip:border-box;mask-clip:border-box;-webkit-mask-composite:add;mask-composite:add;-webkit-mask-image:none;mask-image:none;mask-mode:match-source;-webkit-mask-origin:border-box;mask-origin:border-box;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-size:auto;mask-size:auto;mask-type:luminance;max-height:none;max-width:none;min-block-size:0;min-height:0;min-inline-size:0;min-width:0;mix-blend-mode:normal;-o-object-fit:fill;object-fit:fill;-o-object-position:50% 50%;object-position:50% 50%;offset-block-end:auto;offset-block-start:auto;offset-inline-end:auto;offset-inline-start:auto;opacity:1;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;orphans:2;outline-color:initial;outline-offset:0;outline-style:none;outline-width:medium;overflow:visible;overflow-wrap:normal;overflow-x:visible;overflow-y:visible;-webkit-padding-after:0;padding-block-end:0;-webkit-padding-before:0;padding-block-start:0;-webkit-padding-end:0;-moz-padding-end:0;padding-inline-end:0;-webkit-padding-start:0;-moz-padding-start:0;padding-inline-start:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;pointer-events:auto;position:static;quotes:initial;resize:none;right:auto;ruby-align:space-around;ruby-merge:separate;ruby-position:over;scroll-behavior:auto;-webkit-scroll-snap-coordinate:none;-ms-scroll-snap-coordinate:none;scroll-snap-coordinate:none;-webkit-scroll-snap-destination:0 0;-ms-scroll-snap-destination:0 0;scroll-snap-destination:0 0;-webkit-scroll-snap-points-x:none;-ms-scroll-snap-points-x:none;scroll-snap-points-x:none;-webkit-scroll-snap-points-y:none;-ms-scroll-snap-points-y:none;scroll-snap-points-y:none;-webkit-scroll-snap-type:none;-ms-scroll-snap-type:none;scroll-snap-type:none;shape-image-threshold:0;shape-margin:0;shape-outside:none;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:initial;text-align-last:auto;text-combine-upright:none;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;-webkit-text-decoration-line:none;text-decoration-line:none;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-emphasis-color:currentcolor;text-emphasis-color:currentcolor;-webkit-text-emphasis-position:over;text-emphasis-position:over right;-webkit-text-emphasis-style:none;text-emphasis-style:none;text-indent:0;text-justify:auto;text-orientation:mixed;text-overflow:clip;text-rendering:auto;text-shadow:none;text-underline-position:auto;top:auto;-ms-touch-action:auto;touch-action:auto;-webkit-transform:none;transform:none;transform-box:border-box;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform-style:flat;transform-style:flat;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;will-change:auto;word-break:normal;word-spacing:normal;word-wrap:normal;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;z-index:auto;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:0 0;border-color:currentcolor;border-radius:0;border-style:none;border-width:medium;list-style:disc;margin:0;padding:0}.brz .brz-ed-blocked,.brz .slick-slide.dragging img{pointer-events:none}.brz .brz-bg-image,.brz .brz-iframe.brz-bg-video__cover{background-size:cover;background-repeat:no-repeat}.brz .brz-h1,.brz .brz-h2,.brz .brz-h3,.brz .brz-h4,.brz .brz-h5,.brz .brz-h6{font-family:inherit;font-weight:700;line-height:1.2;color:inherit}.brz .brz-h1,.brz .brz-p{font-weight:400}.brz .brz-h1{font-size:55px}.brz .brz-h2{font-size:40px}.brz .brz-h3{font-size:32px}.brz .brz-h4{font-size:26px}.brz .brz-h5{font-size:19px}.brz .brz-h6,.brz .brz-p{font-size:14px}.brz .brz-flex-xs-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-xs-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-xs-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-xs-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-xs-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-xs-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-xs-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-xs-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-xs-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-xs-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-xs-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-xs-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-xs-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-xs-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-xs-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-xs-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-xs-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-xs-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-xs-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-xs-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-xs-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-xs-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-xs-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-xs-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-xs-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-xs-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}@media (min-width:480px){.brz .brz-flex-ms-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-ms-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-ms-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-ms-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-ms-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-ms-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-ms-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-ms-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-ms-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-ms-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-ms-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-ms-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-ms-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-ms{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-ms{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-ms-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-ms-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-ms-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-ms-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-ms-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-ms-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-ms-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-ms-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-ms-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-ms-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-ms-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-ms-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-ms-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:768px){.brz .brz-flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:992px){.brz .brz-flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:1200px){.brz .brz-flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}@media (min-width:1400px){.brz .brz-flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.brz .brz-flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.brz .brz-flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.brz .brz-justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.brz .brz-justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.brz .brz-justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.brz .brz-align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.brz .brz-align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.brz .brz-align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.brz .brz-align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.brz .brz-align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.brz .brz-col-first-xl{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.brz .brz-col-last-xl{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.brz .brz-align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.brz .brz-align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.brz .brz-align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.brz .brz-align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.brz .brz-align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.brz .brz-flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.brz .brz-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.brz .brz-align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.brz .brz-align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.brz .brz-align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.brz .brz-align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.brz .brz-align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.brz .brz-align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}}.brz .brz-accordion,.brz .brz-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal}.brz .brz-d-block{display:block!important}.brz .brz-d-inline-block{display:inline-block!important}.brz .brz-d-inline{display:inline!important}.brz .brz-d-table{width:100%;display:table;position:relative}.brz .brz-d-table-cell{display:table-cell}.brz .brz-d-xs-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-xs-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:480px){.brz .brz-d-ms-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-ms-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.brz .brz-d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.brz .brz-d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.brz .brz-d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1400px){.brz .brz-d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.brz .brz-d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.brz .brz-ed-animated{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.brz .brz-ed-animated--fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.brz .brz-ed-animated--fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.brz .brz-ed-animated--fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.brz .brz-ed-animated--fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.brz .brz-ed-animated--spin{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.brz .brz-ed-fade-enter{opacity:.01}.brz .brz-ed-fade-enter.brz-ed-fade-enter-active{opacity:1;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz .brz-ed-fade-exit{opacity:1}.brz .brz-ed-fade-exit.brz-ed-fade-exit-active{opacity:.01;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.brz .brz-ed-arrow{position:absolute;top:-6px;height:12px;left:50%;margin-left:-6px}.brz .brz-ed-arrow:after{content:"";display:block;position:absolute;bottom:6px;border-bottom:6px solid rgba(3,8,15,.92);border-left:6px solid transparent;border-right:6px solid transparent}.brz .brz-hidden,.brz .brz-hidden-xl-down,.brz .brz-hidden-xs-up,.brz .brz-visible-print-block{display:none!important}.brz .brz-ed-arrow--top-center,.brz .brz-ed-arrow--top-left,.brz .brz-ed-arrow--top-right{top:auto;bottom:-6px}.brz .brz-ed-arrow--top-center:after,.brz .brz-ed-arrow--top-left:after,.brz .brz-ed-arrow--top-right:after{border-top:6px solid rgba(3,8,15,.92);border-bottom:6px solid transparent;bottom:-6px}.brz .brz-p-relative{position:relative!important}.brz .brz-p-absolute{position:absolute!important}.brz .brz-p-fixed{position:fixed!important}.brz .brz-bg,.brz .brz-bg-content,.brz .brz-icon-svg,.brz .brz-map,.brz .brz-section__content{position:relative}.brz .brz-invisible{visibility:hidden!important}.brz .brz-visible{visibility:visible!important}.brz .brz-invisible-xl-down,.brz .brz-invisible-xs-up{visibility:hidden!important}.brz .brz-invisible-blur-xs-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media (max-width:479px){.brz .brz-hidden-xs-down{display:none!important}.brz .brz-invisible-xs-down{visibility:hidden!important}.brz .brz-invisible-blur-xs-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:480px){.brz .brz-hidden-ms-up{display:none!important}.brz .brz-invisible-ms-up{visibility:hidden!important}.brz .brz-invisible-blur-ms-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:767px){.brz .brz-hidden-ms-down{display:none!important}.brz .brz-invisible-ms-down{visibility:hidden!important}.brz .brz-invisible-blur-ms-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}.brz .brz-container__wrap,.brz .brz-container__wrap--fluid{padding-left:15px;padding-right:15px}}@media (min-width:768px){.brz .brz-hidden-sm-up{display:none!important}.brz .brz-invisible-sm-up{visibility:hidden!important}.brz .brz-invisible-blur-sm-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:991px){.brz .brz-hidden-sm-down{display:none!important}.brz .brz-invisible-sm-down{visibility:hidden!important}.brz .brz-invisible-blur-sm-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:992px){.brz .brz-hidden-md-up{display:none!important}.brz .brz-invisible-md-up{visibility:hidden!important}.brz .brz-invisible-blur-md-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1199px){.brz .brz-hidden-md-down{display:none!important}.brz .brz-invisible-md-down{visibility:hidden!important}.brz .brz-invisible-blur-md-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1200px){.brz .brz-hidden-lg-up{display:none!important}.brz .brz-invisible-lg-up{visibility:hidden!important}.brz .brz-invisible-blur-lg-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (max-width:1399px){.brz .brz-hidden-lg-down{display:none!important}.brz .brz-invisible-lg-down{visibility:hidden!important}.brz .brz-invisible-blur-lg-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}@media (min-width:1400px){.brz .brz-hidden-xl-up{display:none!important}.brz .brz-invisible-xl-up{visibility:hidden!important}.brz .brz-invisible-blur-xl-up .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}}.brz .brz-invisible-blur-xl-down .brz-bg-content{-webkit-filter:blur(3px);filter:blur(3px);opacity:.9}@media print{.brz .brz-visible-print-block{display:block!important}}.brz .brz-visible-print-inline{display:none!important}@media print{.brz .brz-visible-print-inline{display:inline!important}}.brz .brz-visible-print-inline-block{display:none!important}@media print{.brz .brz-visible-print-inline-block{display:inline-block!important}.brz .brz-hidden-print{display:none!important}}.brz .brz-ow-hidden{overflow:hidden!important}.brz .brz-ow-visible{overflow:visible!important}.brz .brz-fw-100{font-weight:100!important}.brz .brz-fw-200{font-weight:200!important}.brz .brz-fw-300{font-weight:300!important}.brz .brz-fw-400{font-weight:400!important}.brz .brz-fw-500{font-weight:500!important}.brz .brz-fw-600{font-weight:600!important}.brz .brz-fw-700{font-weight:700!important}.brz .brz-fw-800{font-weight:800!important}.brz .brz-fw-900{font-weight:900!important}.brz .brz-icon-svg{display:inline-block;width:1em;height:1em;stroke:none;fill:currentColor;color:currentColor}.brz .brz-icon-svg use{fill:inherit}.brz .brz-icon-svg.grid-16{height:16px;width:16px}.brz .brz-icon-svg.grid-24{height:24px;width:24px}.brz .brz-icon-svg.glyph{fill:currentColor;stroke:none}.brz .brz-icon-svg.outline{stroke:currentColor;fill:none}.brz .brz-icon-svg.outline.stroke-2{stroke-width:2px}.brz .brz-section{background-color:#fff}.brz .brz-sec-full-height .brz-container__wrap,.brz .brz-sec-full-height .brz-container__wrap--fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}.brz .brz-container__wrap,.brz .brz-row{display:-webkit-box;display:-ms-flexbox}.brz .brz-container,.brz .brz-container__wrap{margin-left:auto;margin-right:auto;width:100%}.brz .brz-container__wrap{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-row{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:1px;-ms-flex-preferred-size:100%;flex-basis:100%}.brz .brz-columns>.brz-bg{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-wrapper,.brz .brz-wrapper-clone{border-top:1px solid transparent;border-bottom:1px solid transparent;margin-top:-1px;margin-bottom:-1px}.brz .brz-wrapper-clone__item{position:relative;min-height:1px;-ms-flex-preferred-size:auto;flex-basis:auto}.brz .brz-bg-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.brz .brz-bg-color,.brz .brz-bg-image,.brz .brz-bg-media,.brz .brz-bg-video,.brz .brz-iframe.brz-bg-video__cover{position:absolute;top:0;width:100%;height:100%;left:0}.brz .brz-bg-media{overflow:hidden}.brz .brz-iframe.brz-bg-video__cover{border:none;max-width:none}.brz .brz-bg-color{opacity:1}@media (max-width:767px){.brz .brz-bg-video .brz-iframe{display:none!important}}@media (min-width:768px){.brz .brz-bg-image-parallax{width:100%;background-size:cover!important;background-position:50% 50%;left:0;height:100vh;top:-50vh;-webkit-transition:all 0s ease!important;transition:all 0s ease!important;-webkit-transform-origin:center center 0;transform-origin:center center 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}}.brz .shortcode-badge{font-size:0}.brz .shortcode-badge .brz-a{display:inline-block;line-height:1}.brz .shortcode-badge .badge-sm{width:134px;height:39px}.brz .shortcode-badge .badge-md{width:168px;height:50px}.brz .shortcode-badge .badge-lg{width:210px;height:62px}.brz .shortcode-badge .badge-app-store,.brz .shortcode-badge .badge-google-play{background-size:cover;background-position:50% 50%;display:inline-block}.brz .brz-btn,.brz .brz-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;vertical-align:middle}.brz .badge-google-play{background-image:url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAjQAAACoCAYAAAD3sHQSAAAAGXRFWHRTb2Z0d2Fy ZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAA AAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5U Y3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6 eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8w My8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpE ZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRv YmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNv bS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20v eGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRv YmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNl SUQ9InhtcC5paWQ6MDdBRjUxRjk3MEU5MTFFNjgxQ0VDNDZCNjkyQzMxMjciIHht cE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdBRjUxRkE3MEU5MTFFNjgxQ0VDNDZC NjkyQzMxMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0i eG1wLmlpZDowN0FGNTFGNzcwRTkxMUU2ODFDRUM0NkI2OTJDMzEyNyIgc3RSZWY6 ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0FGNTFGODcwRTkxMUU2ODFDRUM0NkI2OTJD MzEyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0 YT4gPD94cGFja2V0IGVuZD0iciI/Pg9XKowAADMVSURBVHja7J0JmBTVufffQQQG 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 C/9aaCxYaloOn8go3OnUPMtiRv8b/jWbWg9K3xvOkeHfeUpKl2yQg//zvrQcqWPL SSH6pQUsIyHniNmyBQRKrPT++nN99atf1f5G+v1YIMw41nJUJE4tp2R6/VlBv8cT PsPuchFeDydhbIGBhI0qNw3y3DAlACEUNO6KGSuipixXTmoXNXbEjOiipOBfU9Gt TvrfkyPDb/53KZj5vpS+tJ6tJ0Ugy6t+EEOYLRLkGRG5cWUkGFS3bNkSNtAaQb8Y Z+oPmYKt1J8ZWCLq0qVL6H9kD45HJCE3DaKwVHtRuWlQRiORSwhJPf5acjJYYjJ6 rrU0V9qqc+ISMwpsfAn/mm1nHJNeT98gQ//+c+n1vW+xBaUA7KysB/sxJQoGLP3y B6wwxP36g3Bwov6wXKSvv3idjZmbhhAKGl+ImsCxnLjEjB7sD/V5W7nmXzPwj3fK Bcvukm7nns2WlEQQkYIQXQU2JUx0wMHMXO83EymaiHPA2dbJ+oN1Bjtz661wK1eu jPt8sMjolydVbpqePXuy8gihoHFIzCQqakpypU0TNfGJmbCZXKBetrUWS9X158i3 /v6wDHzmZjoOJwn4OugHxESToWEwPeecc0L/wzqzaNEiXmiXiFyuS7T+4OPSp0+f sPqbPn16QmXELt7YkVtfRuziTQihoPGMqGkrzpVAVU5CYkYP/Gu2dasQuSdHhm6c Kn3vvZqtKgkgT4h+WQiz/J07d9oeFJGr5N133w0L6S4qKmL+EZe5+eabpby8PPT/ qaeeqiW3s1t/iEL67ne/G2Zd27BhQ8JOxng/RK1qYzi/PhMxIYSCxhkxk7CouSVM 1MQrZhTKv+bTPjX0r0niLH/FihVhETP9+/eXXbt2WV6+wGCIpSX9UgJ8J7DXEHG/ /iBg1G7XcA7+yle+oolSK1sWQPi89dZb8uCDD4btC6U2KnUCZAqurq4O/Y8yEkK8 S1qHbRs9Fzh0y4mVp9PzEhIzepR/Ta+LszX/mpaP8mXf/W9Iw94ytjQXmDRpkowc OVIbCNVgA0vN22+/rVlZkM0XA6fewRPRTBA8M2bM0CKZVCI1JWamTp1qyTpjdesD NXgzKqojEB641sj3ogQDjrVr18qmTZtk7ty5HXa/htiBdS43N1e6du0a5jeDZchr rrnG0RBrbIvwhz/8ISwknBBCQeO8mElU1By85cTzvfMcLeoJ/5p66XN5bxm65XEt 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 K8AAyUL42gE4iPIAAAAASUVORK5CYII=')}.brz .badge-app-store{background-image:url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2Vu ZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1 Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQ RSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93 d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3Zn IHZlcnNpb249IjEuMSIgaWQ9IlVTX1VLX0Rvd25sb2FkX29uX3RoZSIgeG1sbnM9 Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDov L3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRo PSIxMzVweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTM1IDQwIiBlbmFi bGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMzUgNDAiIHhtbDpzcGFjZT0icHJlc2Vy dmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0E2QTZBNiIgZD0iTTEzMC4xOTcsNDBI NC43MjlDMi4xMjIsNDAsMCwzNy44NzIsMCwzNS4yNjdWNC43MjZDMCwyLjEyLDIu MTIyLDAsNC43MjksMGgxMjUuNDY4DQoJCUMxMzIuODAzLDAsMTM1LDIuMTIsMTM1 LDQuNzI2djMwLjU0MUMxMzUsMzcuODcyLDEzMi44MDMsNDAsMTMwLjE5Nyw0MEwx MzAuMTk3LDQweiIvPg0KCTxwYXRoIGQ9Ik0xMzQuMDMyLDM1LjI2OGMwLDIuMTE2 LTEuNzE0LDMuODMtMy44MzQsMy44M0g0LjcyOWMtMi4xMTksMC0zLjgzOS0xLjcx NC0zLjgzOS0zLjgzVjQuNzI1DQoJCWMwLTIuMTE1LDEuNzItMy44MzUsMy44Mzkt My44MzVoMTI1LjQ2OGMyLjEyMSwwLDMuODM0LDEuNzIsMy44MzQsMy44MzVMMTM0 LjAzMiwzNS4yNjhMMTM0LjAzMiwzNS4yNjh6Ii8+DQoJPGc+DQoJCTxnPg0KCQkJ PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMwLjEyOCwxOS43ODRjLTAuMDI5LTMu MjIzLDIuNjM5LTQuNzkxLDIuNzYxLTQuODY0Yy0xLjUxMS0yLjIwMy0zLjg1My0y LjUwNC00LjY3Ni0yLjUyOA0KCQkJCWMtMS45NjctMC4yMDctMy44NzUsMS4xNzct NC44NzcsMS4xNzdjLTEuMDIyLDAtMi41NjUtMS4xNTctNC4yMjgtMS4xMjNjLTIu MTQsMC4wMzMtNC4xNDIsMS4yNzItNS4yNCwzLjE5Ng0KCQkJCWMtMi4yNjYsMy45 MjMtMC41NzYsOS42ODgsMS41OTUsMTIuODU5YzEuMDg2LDEuNTUzLDIuMzU1LDMu Mjg3LDQuMDE2LDMuMjI2YzEuNjI1LTAuMDY3LDIuMjMyLTEuMDM2LDQuMTkzLTEu MDM2DQoJCQkJYzEuOTQzLDAsMi41MTMsMS4wMzYsNC4yMDcsMC45OTdjMS43NDQt MC4wMjgsMi44NDItMS41NiwzLjg5LTMuMTI3YzEuMjU1LTEuNzgsMS43NTktMy41 MzMsMS43NzktMy42MjMNCgkJCQlDMzMuNTA3LDI0LjkyNCwzMC4xNjEsMjMuNjQ3 LDMwLjEyOCwxOS43ODR6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJN MjYuOTI4LDEwLjMwNmMwLjg3NC0xLjA5MywxLjQ3Mi0yLjU4LDEuMzA2LTQuMDg5 Yy0xLjI2NSwwLjA1Ni0yLjg0NywwLjg3NS0zLjc1OCwxLjk0NA0KCQkJCWMtMC44 MDYsMC45NDItMS41MjYsMi40ODYtMS4zNCwzLjkzOEMyNC41NTcsMTIuMjA1LDI2 LjAxNiwxMS4zODIsMjYuOTI4LDEwLjMwNnoiLz4NCgkJPC9nPg0KCTwvZz4NCgk8 Zz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUzLjY0NSwzMS41MDRoLTIu MjcxbC0xLjI0NC0zLjkwOWgtNC4zMjRsLTEuMTg1LDMuOTA5aC0yLjIxMWw0LjI4 NC0xMy4zMDhoMi42NDZMNTMuNjQ1LDMxLjUwNHoNCgkJCSBNNDkuNzU1LDI1Ljk1 NUw0OC42MywyMi40OGMtMC4xMTktMC4zNTUtMC4zNDItMS4xOTEtMC42NzEtMi41 MDdoLTAuMDRjLTAuMTMxLDAuNTY2LTAuMzQyLDEuNDAyLTAuNjMyLDIuNTA3bC0x LjEwNSwzLjQ3NQ0KCQkJSDQ5Ljc1NXoiLz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZG RiIgZD0iTTY0LjY2MiwyNi41ODhjMCwxLjYzMi0wLjQ0MSwyLjkyMi0xLjMyMywz Ljg2OWMtMC43OSwwLjg0My0xLjc3MSwxLjI2NC0yLjk0MiwxLjI2NA0KCQkJYy0x LjI2NCwwLTIuMTcyLTAuNDU0LTIuNzI1LTEuMzYyaC0wLjA0djUuMDU1aC0yLjEz MlYyNS4wNjdjMC0xLjAyNi0wLjAyNy0yLjA3OS0wLjA3OS0zLjE1OWgxLjg3NWww LjExOSwxLjUyMWgwLjA0DQoJCQljMC43MTEtMS4xNDYsMS43OS0xLjcxOCwzLjIz OC0xLjcxOGMxLjEzMiwwLDIuMDc3LDAuNDQ3LDIuODMzLDEuMzQyQzY0LjI4NCwy My45NDksNjQuNjYyLDI1LjEyNyw2NC42NjIsMjYuNTg4eiBNNjIuNDksMjYuNjY2 DQoJCQljMC0wLjkzNC0wLjIxLTEuNzA0LTAuNjMyLTIuMzFjLTAuNDYxLTAuNjMy LTEuMDgtMC45NDgtMS44NTYtMC45NDhjLTAuNTI2LDAtMS4wMDQsMC4xNzYtMS40 MzEsMC41MjMNCgkJCWMtMC40MjgsMC4zNS0wLjcwOCwwLjgwNy0wLjgzOSwxLjM3 M2MtMC4wNjYsMC4yNjQtMC4wOTksMC40OC0wLjA5OSwwLjY1djEuNmMwLDAuNjk4 LDAuMjE0LDEuMjg3LDAuNjQyLDEuNzY4DQoJCQlzMC45ODQsMC43MjEsMS42Njgs MC43MjFjMC44MDMsMCwxLjQyOC0wLjMxLDEuODc1LTAuOTI4QzYyLjI2NiwyOC40 OTYsNjIuNDksMjcuNjgsNjIuNDksMjYuNjY2eiIvPg0KCQk8cGF0aCBmaWxsPSIj RkZGRkZGIiBkPSJNNzUuNjk5LDI2LjU4OGMwLDEuNjMyLTAuNDQxLDIuOTIyLTEu MzI0LDMuODY5Yy0wLjc4OSwwLjg0My0xLjc3LDEuMjY0LTIuOTQxLDEuMjY0DQoJ CQljLTEuMjY0LDAtMi4xNzItMC40NTQtMi43MjQtMS4zNjJINjguNjd2NS4wNTVo LTIuMTMyVjI1LjA2N2MwLTEuMDI2LTAuMDI3LTIuMDc5LTAuMDc5LTMuMTU5aDEu ODc1bDAuMTE5LDEuNTIxaDAuMDQNCgkJCWMwLjcxLTEuMTQ2LDEuNzg5LTEuNzE4 LDMuMjM4LTEuNzE4YzEuMTMxLDAsMi4wNzYsMC40NDcsMi44MzQsMS4zNDJDNzUu MzIsMjMuOTQ5LDc1LjY5OSwyNS4xMjcsNzUuNjk5LDI2LjU4OHogTTczLjUyNywy Ni42NjYNCgkJCWMwLTAuOTM0LTAuMjExLTEuNzA0LTAuNjMzLTIuMzFjLTAuNDYx LTAuNjMyLTEuMDc4LTAuOTQ4LTEuODU1LTAuOTQ4Yy0wLjUyNywwLTEuMDA0LDAu MTc2LTEuNDMyLDAuNTIzDQoJCQljLTAuNDI4LDAuMzUtMC43MDcsMC44MDctMC44 MzgsMS4zNzNjLTAuMDY1LDAuMjY0LTAuMDk5LDAuNDgtMC4wOTksMC42NXYxLjZj MCwwLjY5OCwwLjIxNCwxLjI4NywwLjY0LDEuNzY4DQoJCQljMC40MjgsMC40OCww Ljk4NCwwLjcyMSwxLjY3LDAuNzIxYzAuODAzLDAsMS40MjgtMC4zMSwxLjg3NS0w LjkyOEM3My4zMDMsMjguNDk2LDczLjUyNywyNy42OCw3My41MjcsMjYuNjY2eiIv Pg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODguMDM5LDI3Ljc3MmMwLDEu MTMyLTAuMzkzLDIuMDUzLTEuMTgyLDIuNzY0Yy0wLjg2NywwLjc3Ny0yLjA3NCwx LjE2NS0zLjYyNSwxLjE2NQ0KCQkJYy0xLjQzMiwwLTIuNTgtMC4yNzYtMy40NDkt MC44MjlsMC40OTQtMS43NzdjMC45MzYsMC41NjYsMS45NjMsMC44NSwzLjA4Miww Ljg1YzAuODAzLDAsMS40MjgtMC4xODIsMS44NzctMC41NDQNCgkJCWMwLjQ0Ny0w LjM2MiwwLjY3LTAuODQ4LDAuNjctMS40NTRjMC0wLjU0LTAuMTg0LTAuOTk1LTAu NTUzLTEuMzY0Yy0wLjM2Ny0wLjM2OS0wLjk4LTAuNzEyLTEuODM2LTEuMDI5DQoJ CQljLTIuMzMtMC44NjktMy40OTQtMi4xNDItMy40OTQtMy44MTZjMC0xLjA5NCww LjQwOC0xLjk5MSwxLjIyNS0yLjY4OWMwLjgxNC0wLjY5OSwxLjktMS4wNDgsMy4y NTgtMS4wNDgNCgkJCWMxLjIxMSwwLDIuMjE3LDAuMjExLDMuMDIsMC42MzJsLTAu NTMzLDEuNzM4Yy0wLjc1LTAuNDA4LTEuNTk4LTAuNjEyLTIuNTQ3LTAuNjEyYy0w Ljc1LDAtMS4zMzYsMC4xODUtMS43NTYsMC41NTMNCgkJCWMtMC4zNTUsMC4zMjkt MC41MzMsMC43My0wLjUzMywxLjIwNWMwLDAuNTI2LDAuMjAzLDAuOTYxLDAuNjEx LDEuMzAzYzAuMzU1LDAuMzE2LDEsMC42NTgsMS45MzYsMS4wMjcNCgkJCWMxLjE0 NSwwLjQ2MSwxLjk4NiwxLDIuNTI3LDEuNjE4Qzg3Ljc3LDI2LjA4MSw4OC4wMzks MjYuODUyLDg4LjAzOSwyNy43NzJ6Ii8+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYi IGQ9Ik05NS4wODgsMjMuNTA4aC0yLjM1djQuNjU5YzAsMS4xODUsMC40MTQsMS43 NzcsMS4yNDQsMS43NzdjMC4zODEsMCwwLjY5Ny0wLjAzMywwLjk0Ny0wLjA5OWww LjA1OSwxLjYxOQ0KCQkJYy0wLjQyLDAuMTU3LTAuOTczLDAuMjM2LTEuNjU4LDAu MjM2Yy0wLjg0MiwwLTEuNS0wLjI1Ny0xLjk3NS0wLjc3Yy0wLjQ3My0wLjUxNC0w LjcxMS0xLjM3Ni0wLjcxMS0yLjU4N3YtNC44MzdoLTEuNHYtMS42aDEuNA0KCQkJ di0xLjc1N2wyLjA5NC0wLjYzMnYyLjM4OWgyLjM1VjIzLjUwOHoiLz4NCgkJPHBh dGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEwNS42OTEsMjYuNjI3YzAsMS40NzUtMC40 MjIsMi42ODYtMS4yNjQsMy42MzNjLTAuODgzLDAuOTc1LTIuMDU1LDEuNDYxLTMu NTE2LDEuNDYxDQoJCQljLTEuNDA4LDAtMi41MjktMC40NjctMy4zNjUtMS40MDFz LTEuMjU0LTIuMTEzLTEuMjU0LTMuNTM0YzAtMS40ODcsMC40My0yLjcwNSwxLjI5 My0zLjY1MmMwLjg2MS0wLjk0OCwyLjAyMy0xLjQyMiwzLjQ4NC0xLjQyMg0KCQkJ YzEuNDA4LDAsMi41NDEsMC40NjcsMy4zOTYsMS40MDJDMTA1LjI4MywyNC4wMjEs MTA1LjY5MSwyNS4xOTIsMTA1LjY5MSwyNi42Mjd6IE0xMDMuNDc5LDI2LjY5Ng0K CQkJYzAtMC44ODUtMC4xODktMS42NDQtMC41NzItMi4yNzdjLTAuNDQ3LTAuNzY2 LTEuMDg2LTEuMTQ4LTEuOTE0LTEuMTQ4Yy0wLjg1NywwLTEuNTA4LDAuMzgzLTEu OTU1LDEuMTQ4DQoJCQljLTAuMzgzLDAuNjM0LTAuNTcyLDEuNDA1LTAuNTcyLDIu MzE3YzAsMC44ODUsMC4xODksMS42NDQsMC41NzIsMi4yNzZjMC40NjEsMC43NjYs MS4xMDUsMS4xNDgsMS45MzYsMS4xNDgNCgkJCWMwLjgxNCwwLDEuNDUzLTAuMzks MS45MTQtMS4xNjhDMTAzLjI4MSwyOC4zNDcsMTAzLjQ3OSwyNy41OCwxMDMuNDc5 LDI2LjY5NnoiLz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExMi42MjEs MjMuNzgzYy0wLjIxMS0wLjAzOS0wLjQzNi0wLjA1OS0wLjY3Mi0wLjA1OWMtMC43 NSwwLTEuMzMsMC4yODMtMS43MzgsMC44NQ0KCQkJYy0wLjM1NSwwLjUtMC41MzMs MS4xMzItMC41MzMsMS44OTV2NS4wMzVoLTIuMTMxbDAuMDItNi41NzRjMC0xLjEw Ni0wLjAyNy0yLjExMy0wLjA4LTMuMDIxaDEuODU3bDAuMDc4LDEuODM2aDAuMDU5 DQoJCQljMC4yMjUtMC42MzEsMC41OC0xLjEzOSwxLjA2Ni0xLjUyYzAuNDc1LTAu MzQzLDAuOTg4LTAuNTE0LDEuNTQxLTAuNTE0YzAuMTk3LDAsMC4zNzUsMC4wMTQs MC41MzMsMC4wMzlWMjMuNzgzeiIvPg0KCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBk PSJNMTIyLjE1NiwyNi4yNTJjMCwwLjM4Mi0wLjAyNSwwLjcwNC0wLjA3OCwwLjk2 N2gtNi4zOTZjMC4wMjUsMC45NDgsMC4zMzQsMS42NzMsMC45MjgsMi4xNzMNCgkJ CWMwLjUzOSwwLjQ0NywxLjIzNiwwLjY3MSwyLjA5MiwwLjY3MWMwLjk0NywwLDEu ODExLTAuMTUxLDIuNTg4LTAuNDU0bDAuMzM0LDEuNDhjLTAuOTA4LDAuMzk2LTEu OTgsMC41OTMtMy4yMTcsMC41OTMNCgkJCWMtMS40ODgsMC0yLjY1Ni0wLjQzOC0z LjUwNi0xLjMxM2MtMC44NDgtMC44NzUtMS4yNzMtMi4wNS0xLjI3My0zLjUyNGMw LTEuNDQ3LDAuMzk1LTIuNjUyLDEuMTg2LTMuNjEzDQoJCQljMC44MjgtMS4wMjYs MS45NDctMS41MzksMy4zNTUtMS41MzljMS4zODMsMCwyLjQzLDAuNTEzLDMuMTQx LDEuNTM5QzEyMS44NzMsMjQuMDQ3LDEyMi4xNTYsMjUuMDU1LDEyMi4xNTYsMjYu MjUyeg0KCQkJIE0xMjAuMTIzLDI1LjY5OWMwLjAxNC0wLjYzMi0wLjEyNS0xLjE3 OC0wLjQxNC0xLjYzOWMtMC4zNjktMC41OTMtMC45MzYtMC44ODktMS42OTktMC44 ODljLTAuNjk3LDAtMS4yNjQsMC4yODktMS42OTcsMC44NjkNCgkJCWMtMC4zNTUs MC40NjEtMC41NjYsMS4wMTQtMC42MzEsMS42NThIMTIwLjEyM3oiLz4NCgk8L2c+ DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ5LjA1 LDEwLjAwOWMwLDEuMTc3LTAuMzUzLDIuMDYzLTEuMDU4LDIuNjU4Yy0wLjY1Myww LjU0OS0xLjU4MSwwLjgyNC0yLjc4MywwLjgyNA0KCQkJCWMtMC41OTYsMC0xLjEw Ni0wLjAyNi0xLjUzMy0wLjA3OFY2Ljk4MmMwLjU1Ny0wLjA5LDEuMTU3LTAuMTM2 LDEuODA1LTAuMTM2YzEuMTQ1LDAsMi4wMDgsMC4yNDksMi41OSwwLjc0Nw0KCQkJ CUM0OC43MjMsOC4xNTYsNDkuMDUsOC45NjEsNDkuMDUsMTAuMDA5eiBNNDcuOTQ1 LDEwLjAzOGMwLTAuNzYzLTAuMjAyLTEuMzQ4LTAuNjA2LTEuNzU2Yy0wLjQwNC0w LjQwNy0wLjk5NC0wLjYxMS0xLjc3MS0wLjYxMQ0KCQkJCWMtMC4zMywwLTAuNjEx LDAuMDIyLTAuODQ0LDAuMDY4djQuODg5YzAuMTI5LDAuMDIsMC4zNjUsMC4wMjks MC43MDgsMC4wMjljMC44MDIsMCwxLjQyMS0wLjIyMywxLjg1Ny0wLjY2OQ0KCQkJ CVM0Ny45NDUsMTAuODkyLDQ3Ljk0NSwxMC4wMzh6Ii8+DQoJCQk8cGF0aCBmaWxs PSIjRkZGRkZGIiBkPSJNNTQuOTA5LDExLjAzN2MwLDAuNzI1LTAuMjA3LDEuMzE5 LTAuNjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAwOSwwLjcxOC0xLjcyNywwLjcx OA0KCQkJCWMtMC42OTIsMC0xLjI0My0wLjIyOS0xLjY1NC0wLjY4OWMtMC40MS0w LjQ1OS0wLjYxNS0xLjAzOC0wLjYxNS0xLjczNmMwLTAuNzMsMC4yMTEtMS4zMjks MC42MzUtMS43OTRzMC45OTQtMC42OTgsMS43MTItMC42OTgNCgkJCQljMC42OTIs MCwxLjI0OCwwLjIyOSwxLjY2OSwwLjY4OEM1NC43MDgsOS43NTcsNTQuOTA5LDEw LjMzMyw1NC45MDksMTEuMDM3eiBNNTMuODIyLDExLjA3MWMwLTAuNDM1LTAuMDk0 LTAuODA4LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIyLTAuMzc2LTAuNTMzLTAuNTY0 LTAuOTQtMC41NjRjLTAuNDIxLDAtMC43NDEsMC4xODgtMC45NjEsMC41NjRjLTAu MTg4LDAuMzExLTAuMjgxLDAuNjktMC4yODEsMS4xMzgNCgkJCQljMCwwLjQzNSww LjA5NCwwLjgwOCwwLjI4MSwxLjExOWMwLjIyNywwLjM3NiwwLjU0MywwLjU2NCww Ljk1MSwwLjU2NGMwLjQsMCwwLjcxNC0wLjE5MSwwLjk0LTAuNTc0DQoJCQkJQzUz LjcyNSwxMS44ODIsNTMuODIyLDExLjUwNiw1My44MjIsMTEuMDcxeiIvPg0KCQkJ PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYyLjc2NSw4LjcxOWwtMS40NzUsNC43 MTRoLTAuOTZsLTAuNjExLTIuMDQ3Yy0wLjE1NS0wLjUxMS0wLjI4MS0xLjAxOS0w LjM3OS0xLjUyM2gtMC4wMTkNCgkJCQljLTAuMDkxLDAuNTE4LTAuMjE3LDEuMDI1 LTAuMzc5LDEuNTIzbC0wLjY0OSwyLjA0N2gtMC45NzFsLTEuMzg3LTQuNzE0aDEu MDc3bDAuNTMzLDIuMjQxYzAuMTI5LDAuNTMsMC4yMzUsMS4wMzUsMC4zMiwxLjUx Mw0KCQkJCWgwLjAxOWMwLjA3OC0wLjM5NCwwLjIwNy0wLjg5NiwwLjM4OS0xLjUw M2wwLjY2OS0yLjI1aDAuODU0bDAuNjQxLDIuMjAyYzAuMTU1LDAuNTM3LDAuMjgx LDEuMDU0LDAuMzc4LDEuNTUyaDAuMDI5DQoJCQkJYzAuMDcxLTAuNDg1LDAuMTc4 LTEuMDAyLDAuMzItMS41NTJsMC41NzItMi4yMDJINjIuNzY1eiIvPg0KCQkJPHBh dGggZmlsbD0iI0ZGRkZGRiIgZD0iTTY4LjE5OCwxMy40MzNINjcuMTV2LTIuN2Mw LTAuODMyLTAuMzE2LTEuMjQ4LTAuOTUtMS4yNDhjLTAuMzExLDAtMC41NjIsMC4x MTQtMC43NTcsMC4zNDMNCgkJCQljLTAuMTkzLDAuMjI5LTAuMjkxLDAuNDk5LTAu MjkxLDAuODA4djIuNzk2aC0xLjA0OHYtMy4zNjZjMC0wLjQxNC0wLjAxMy0wLjg2 My0wLjAzOC0xLjM0OWgwLjkyMWwwLjA0OSwwLjczN2gwLjAyOQ0KCQkJCWMwLjEy Mi0wLjIyOSwwLjMwNC0wLjQxOCwwLjU0My0wLjU2OWMwLjI4NC0wLjE3NiwwLjYw Mi0wLjI2NSwwLjk1LTAuMjY1YzAuNDQsMCwwLjgwNiwwLjE0MiwxLjA5NywwLjQy Nw0KCQkJCWMwLjM2MiwwLjM0OSwwLjU0MywwLjg3LDAuNTQzLDEuNTYyVjEzLjQz M3oiLz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik03MS4wODgsMTMuNDMz aC0xLjA0N1Y2LjU1NmgxLjA0N1YxMy40MzN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIj RkZGRkZGIiBkPSJNNzcuMjU4LDExLjAzN2MwLDAuNzI1LTAuMjA3LDEuMzE5LTAu NjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAxLDAuNzE4LTEuNzI3LDAuNzE4DQoJ CQkJYy0wLjY5MywwLTEuMjQ0LTAuMjI5LTEuNjU0LTAuNjg5Yy0wLjQxLTAuNDU5 LTAuNjE1LTEuMDM4LTAuNjE1LTEuNzM2YzAtMC43MywwLjIxMS0xLjMyOSwwLjYz NS0xLjc5NHMwLjk5NC0wLjY5OCwxLjcxMS0wLjY5OA0KCQkJCWMwLjY5MywwLDEu MjQ4LDAuMjI5LDEuNjcsMC42ODhDNzcuMDU3LDkuNzU3LDc3LjI1OCwxMC4zMzMs NzcuMjU4LDExLjAzN3ogTTc2LjE3LDExLjA3MWMwLTAuNDM1LTAuMDk0LTAuODA4 LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIxOS0wLjM3Ni0wLjUzMy0wLjU2NC0wLjkz OS0wLjU2NGMtMC40MjIsMC0wLjc0MiwwLjE4OC0wLjk2MSwwLjU2NGMtMC4xODgs MC4zMTEtMC4yODEsMC42OS0wLjI4MSwxLjEzOA0KCQkJCWMwLDAuNDM1LDAuMDk0 LDAuODA4LDAuMjgxLDEuMTE5YzAuMjI3LDAuMzc2LDAuNTQzLDAuNTY0LDAuOTUx LDAuNTY0YzAuNCwwLDAuNzEzLTAuMTkxLDAuOTM5LTAuNTc0DQoJCQkJQzc2LjA3 NCwxMS44ODIsNzYuMTcsMTEuNTA2LDc2LjE3LDExLjA3MXoiLz4NCgkJCTxwYXRo IGZpbGw9IiNGRkZGRkYiIGQ9Ik04Mi4zMywxMy40MzNoLTAuOTQxbC0wLjA3OC0w LjU0M2gtMC4wMjljLTAuMzIyLDAuNDMzLTAuNzgxLDAuNjUtMS4zNzcsMC42NQ0K CQkJCWMtMC40NDUsMC0wLjgwNS0wLjE0My0xLjA3Ni0wLjQyN2MtMC4yNDYtMC4y NTgtMC4zNjktMC41NzktMC4zNjktMC45NmMwLTAuNTc2LDAuMjQtMS4wMTUsMC43 MjMtMS4zMTkNCgkJCQljMC40ODItMC4zMDQsMS4xNi0wLjQ1MywyLjAzMy0wLjQ0 NlYxMC4zYzAtMC42MjEtMC4zMjYtMC45MzEtMC45NzktMC45MzFjLTAuNDY1LDAt MC44NzUsMC4xMTctMS4yMjksMC4zNDlsLTAuMjEzLTAuNjg4DQoJCQkJYzAuNDM4 LTAuMjcxLDAuOTc5LTAuNDA3LDEuNjE3LTAuNDA3YzEuMjMyLDAsMS44NSwwLjY1 LDEuODUsMS45NXYxLjczNkM4Mi4yNjIsMTIuNzgsODIuMjg1LDEzLjE1NSw4Mi4z MywxMy40MzN6DQoJCQkJIE04MS4yNDIsMTEuODEzdi0wLjcyN2MtMS4xNTYtMC4w Mi0xLjczNCwwLjI5Ny0xLjczNCwwLjk1YzAsMC4yNDYsMC4wNjYsMC40MywwLjIw MSwwLjU1M2MwLjEzNSwwLjEyMywwLjMwNywwLjE4NCwwLjUxMiwwLjE4NA0KCQkJ CWMwLjIzLDAsMC40NDUtMC4wNzMsMC42NDEtMC4yMThjMC4xOTctMC4xNDYsMC4z MTgtMC4zMzEsMC4zNjMtMC41NThDODEuMjM2LDExLjk0Niw4MS4yNDIsMTEuODg0 LDgxLjI0MiwxMS44MTN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJN ODguMjg1LDEzLjQzM2gtMC45M2wtMC4wNDktMC43NTdoLTAuMDI5Yy0wLjI5Nyww LjU3Ni0wLjgwMywwLjg2NC0xLjUxNCwwLjg2NA0KCQkJCWMtMC41NjgsMC0xLjA0 MS0wLjIyMy0xLjQxNi0wLjY2OXMtMC41NjItMS4wMjUtMC41NjItMS43MzZjMC0w Ljc2MywwLjIwMy0xLjM4MSwwLjYxMS0xLjg1M2MwLjM5NS0wLjQ0LDAuODc5LTAu NjYsMS40NTUtMC42Ng0KCQkJCWMwLjYzMywwLDEuMDc2LDAuMjEzLDEuMzI4LDAu NjRoMC4wMlY2LjU1NmgxLjA0OXY1LjYwN0M4OC4yNDgsMTIuNjIyLDg4LjI2LDEz LjA0NSw4OC4yODUsMTMuNDMzeiBNODcuMTk5LDExLjQ0NXYtMC43ODYNCgkJCQlj MC0wLjEzNi0wLjAxLTAuMjQ2LTAuMDI5LTAuMzNjLTAuMDU5LTAuMjUyLTAuMTg2 LTAuNDY0LTAuMzc5LTAuNjM1Yy0wLjE5NS0wLjE3MS0wLjQzLTAuMjU3LTAuNzAx LTAuMjU3DQoJCQkJYy0wLjM5MSwwLTAuNjk3LDAuMTU1LTAuOTIyLDAuNDY2Yy0w LjIyMywwLjMxMS0wLjMzNiwwLjcwOC0wLjMzNiwxLjE5M2MwLDAuNDY2LDAuMTA3 LDAuODQ0LDAuMzIyLDEuMTM1DQoJCQkJYzAuMjI3LDAuMzEsMC41MzMsMC40NjUs MC45MTYsMC40NjVjMC4zNDQsMCwwLjYxOS0wLjEyOSwwLjgyOC0wLjM4OEM4Ny4x LDEyLjA2OSw4Ny4xOTksMTEuNzgxLDg3LjE5OSwxMS40NDV6Ii8+DQoJCQk8cGF0 aCBmaWxsPSIjRkZGRkZGIiBkPSJNOTcuMjQ4LDExLjAzN2MwLDAuNzI1LTAuMjA3 LDEuMzE5LTAuNjIxLDEuNzg1Yy0wLjQzNCwwLjQ3OS0xLjAwOCwwLjcxOC0xLjcy NywwLjcxOA0KCQkJCWMtMC42OTEsMC0xLjI0Mi0wLjIyOS0xLjY1NC0wLjY4OWMt MC40MS0wLjQ1OS0wLjYxNS0xLjAzOC0wLjYxNS0xLjczNmMwLTAuNzMsMC4yMTEt MS4zMjksMC42MzUtMS43OTRzMC45OTQtMC42OTgsMS43MTMtMC42OTgNCgkJCQlj MC42OTEsMCwxLjI0OCwwLjIyOSwxLjY2OCwwLjY4OEM5Ny4wNDcsOS43NTcsOTcu MjQ4LDEwLjMzMyw5Ny4yNDgsMTEuMDM3eiBNOTYuMTYyLDExLjA3MWMwLTAuNDM1 LTAuMDk0LTAuODA4LTAuMjgxLTEuMTE5DQoJCQkJYy0wLjIyMS0wLjM3Ni0wLjUz My0wLjU2NC0wLjk0MS0wLjU2NGMtMC40MiwwLTAuNzQsMC4xODgtMC45NjEsMC41 NjRjLTAuMTg4LDAuMzExLTAuMjgxLDAuNjktMC4yODEsMS4xMzgNCgkJCQljMCww LjQzNSwwLjA5NCwwLjgwOCwwLjI4MSwxLjExOWMwLjIyNywwLjM3NiwwLjU0Myww LjU2NCwwLjk1MSwwLjU2NGMwLjQsMCwwLjcxNS0wLjE5MSwwLjk0MS0wLjU3NA0K CQkJCUM5Ni4wNjQsMTEuODgyLDk2LjE2MiwxMS41MDYsOTYuMTYyLDExLjA3MXoi Lz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMDIuODgzLDEzLjQzM2gt MS4wNDd2LTIuN2MwLTAuODMyLTAuMzE2LTEuMjQ4LTAuOTUxLTEuMjQ4Yy0wLjMx MSwwLTAuNTYyLDAuMTE0LTAuNzU2LDAuMzQzDQoJCQkJcy0wLjI5MSwwLjQ5OS0w LjI5MSwwLjgwOHYyLjc5NmgtMS4wNDl2LTMuMzY2YzAtMC40MTQtMC4wMTItMC44 NjMtMC4wMzctMS4zNDloMC45MmwwLjA0OSwwLjczN2gwLjAyOQ0KCQkJCWMwLjEy My0wLjIyOSwwLjMwNS0wLjQxOCwwLjU0My0wLjU2OWMwLjI4NS0wLjE3NiwwLjYw Mi0wLjI2NSwwLjk1MS0wLjI2NWMwLjQzOSwwLDAuODA1LDAuMTQyLDEuMDk2LDAu NDI3DQoJCQkJYzAuMzYzLDAuMzQ5LDAuNTQzLDAuODcsMC41NDMsMS41NjJWMTMu NDMzeiIvPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEwOS45MzYsOS41 MDRoLTEuMTU0djIuMjljMCwwLjU4MiwwLjIwNSwwLjg3MywwLjYxMSwwLjg3M2Mw LjE4OCwwLDAuMzQ0LTAuMDE2LDAuNDY3LTAuMDQ5DQoJCQkJbDAuMDI3LDAuNzk1 Yy0wLjIwNywwLjA3OC0wLjQ3OSwwLjExNy0wLjgxNCwwLjExN2MtMC40MTQsMC0w LjczNi0wLjEyNi0wLjk2OS0wLjM3OGMtMC4yMzQtMC4yNTItMC4zNS0wLjY3Ni0w LjM1LTEuMjcxVjkuNTA0DQoJCQkJaC0wLjY4OVY4LjcxOWgwLjY4OVY3Ljg1NWwx LjAyNy0wLjMxdjEuMTczaDEuMTU0VjkuNTA0eiIvPg0KCQkJPHBhdGggZmlsbD0i I0ZGRkZGRiIgZD0iTTExNS40ODQsMTMuNDMzaC0xLjA0OXYtMi42OGMwLTAuODQ1 LTAuMzE2LTEuMjY4LTAuOTQ5LTEuMjY4Yy0wLjQ4NiwwLTAuODE4LDAuMjQ1LTEs MC43MzUNCgkJCQljLTAuMDMxLDAuMTAzLTAuMDQ5LDAuMjI5LTAuMDQ5LDAuMzc3 djIuODM1aC0xLjA0N1Y2LjU1NmgxLjA0N3YyLjg0MWgwLjAyYzAuMzMtMC41MTcs MC44MDMtMC43NzUsMS40MTYtMC43NzUNCgkJCQljMC40MzQsMCwwLjc5MywwLjE0 MiwxLjA3OCwwLjQyN2MwLjM1NSwwLjM1NSwwLjUzMywwLjg4MywwLjUzMywxLjU4 MVYxMy40MzN6Ii8+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIxLjIw NywxMC44NTNjMCwwLjE4OC0wLjAxNCwwLjM0Ni0wLjAzOSwwLjQ3NWgtMy4xNDNj MC4wMTQsMC40NjYsMC4xNjQsMC44MjEsMC40NTUsMS4wNjcNCgkJCQljMC4yNjYs MC4yMiwwLjYwOSwwLjMzLDEuMDI5LDAuMzNjMC40NjUsMCwwLjg4OS0wLjA3NCwx LjI3MS0wLjIyM2wwLjE2NCwwLjcyOGMtMC40NDcsMC4xOTQtMC45NzMsMC4yOTEt MS41ODIsMC4yOTENCgkJCQljLTAuNzMsMC0xLjMwNS0wLjIxNS0xLjcyMS0wLjY0 NWMtMC40MTgtMC40My0wLjYyNS0xLjAwNy0wLjYyNS0xLjczMWMwLTAuNzExLDAu MTkzLTEuMzAzLDAuNTgyLTEuNzc1DQoJCQkJYzAuNDA2LTAuNTA0LDAuOTU1LTAu NzU2LDEuNjQ4LTAuNzU2YzAuNjc4LDAsMS4xOTMsMC4yNTIsMS41NDEsMC43NTZD MTIxLjA2OCw5Ljc3LDEyMS4yMDcsMTAuMjY1LDEyMS4yMDcsMTAuODUzeg0KCQkJ CSBNMTIwLjIwNywxMC41ODJjMC4wMDgtMC4zMTEtMC4wNjEtMC41NzktMC4yMDMt MC44MDVjLTAuMTgyLTAuMjkxLTAuNDU5LTAuNDM3LTAuODM0LTAuNDM3Yy0wLjM0 MiwwLTAuNjIxLDAuMTQyLTAuODM0LDAuNDI3DQoJCQkJYy0wLjE3NCwwLjIyNy0w LjI3NywwLjQ5OC0wLjMxMSwwLjgxNUgxMjAuMjA3eiIvPg0KCQk8L2c+DQoJPC9n Pg0KPC9nPg0KPC9zdmc+DQo=')}.brz .grid-shortcodes .shortcode-badge{margin-top:20px}.brz .brz-btn{display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ccc;-webkit-transition:background .3s ease,color .3s ease,border-color .3s ease;transition:background .3s ease,color .3s ease,border-color .3s ease;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;background-image:none;white-space:nowrap;font-weight:400;-webkit-backface-visibility:hidden;backface-visibility:hidden}.brz .brz-btn .brz-span{display:block}.brz .buttons{margin:-10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .buttons .brz-wrapper-clone__item{padding:10px}.brz .brz-icon{display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;-webkit-transition:background .3s ease,color .3s ease,border-color .3s ease;transition:background .3s ease,color .3s ease,border-color .3s ease}.brz .brz-list{margin:-6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .brz-list .brz-list__item{padding:6px}.brz .brz-countdown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.brz .brz-countdown__item{-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%;text-align:center;padding-left:15px;padding-right:15px;word-break:break-word;word-wrap:break-word}.brz .brz-countdown__number{font-size:1em;margin-bottom:15px}.brz .brz-spacer{width:100%}.brz .brz-icon-text{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;text-align:left;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.brz .brz-icon-text .brz-text-btn,.brz .brz-icon-text .brz-text__editor{width:100%}.brz .brz-line{line-height:1;font-size:0;padding-top:7px;padding-bottom:7px;display:inline-block}.brz .brz-line .brz-hr{border-right-width:0;border-bottom-width:0;border-left-width:0}.brz .brz-map{width:100%;display:inline-block;vertical-align:middle;overflow:hidden}.brz .brz-map .brz-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.brz .brz-image{display:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;overflow:hidden}.brz .brz-image .brz-img{max-width:100%;border-radius:inherit}.brz .brz-image picture{border-radius:inherit}.brz .brz-ed-image__content{overflow:hidden;position:relative;width:100%}.brz .brz-ed-image__wrapper{position:absolute;top:0;left:0;margin-left:auto;margin-right:auto}.brz .brz-ed-image__wrapper .brz-img{max-width:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;display:block}.brz .brz-embed-code,.brz .brz-video,.brz .shortcode-price{display:inline-block}.brz .brz-ed-image__wrapper picture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.brz .brz-image-fix-1-1{padding-top:100%}.brz .brz-image-fix-2-1{padding-top:50%}.brz .brz-image-fix-2-3{padding-top:150%}.brz .brz-image-fix-3-4{padding-top:125%}.brz .brz-image-fix-4-3{padding-top:75%}.brz .brz-image-fix-9-16{padding-top:177.8%}.brz .brz-image-fix-16-9{padding-top:56.25%}.brz .brz-video{position:relative;width:100%;vertical-align:middle}.brz .brz-video .brz-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.brz .shortcode-share .share-md,.brz .shortcode-share .share-sm{height:20px}.brz [class*=" price-size-"] .pricing__amount .brz-p,.brz [class*=" price-size-"] .pricing__currency .brz-p,.brz [class*=" price-size-"] .pricing__period .brz-p,.brz [class^=price-size-] .pricing__amount .brz-p,.brz [class^=price-size-] .pricing__currency .brz-p,.brz [class^=price-size-] .pricing__period .brz-p{line-height:1}.brz [class*=" price-size-"] .pricing__currency .brz-p,.brz [class^=price-size-] .pricing__currency .brz-p{font-size:.22em;margin-top:.7em}.brz [class*=" price-size-"] .pricing__amount .brz-p,.brz [class^=price-size-] .pricing__amount .brz-p{font-size:100%}.brz [class*=" price-size-"] .pricing__period .brz-p,.brz [class^=price-size-] .pricing__period .brz-p{font-size:.22em;margin-bottom:.45em}.brz .pricing__model .brz-p{cursor:auto!important}.brz .pricing__amount,.brz .pricing__currency,.brz .pricing__period{margin-right:5px;min-width:15px}.brz .pricing__currency{text-align:right;-ms-flex-item-align:start;align-self:flex-start}.brz .pricing__amount{text-align:center;-ms-flex-item-align:center;align-self:center}.brz .pricing__period{text-align:left;-ms-flex-item-align:end;align-self:flex-end;margin-right:0}.brz .price-size-50{font-size:50px}.brz .price-size-51{font-size:51px}.brz .price-size-52{font-size:52px}.brz .price-size-53{font-size:53px}.brz .price-size-54{font-size:54px}.brz .price-size-55{font-size:55px}.brz .price-size-56{font-size:56px}.brz .price-size-57{font-size:57px}.brz .price-size-58{font-size:58px}.brz .price-size-59{font-size:59px}.brz .price-size-60{font-size:60px}.brz .price-size-61{font-size:61px}.brz .price-size-62{font-size:62px}.brz .price-size-63{font-size:63px}.brz .price-size-64{font-size:64px}.brz .price-size-65{font-size:65px}.brz .price-size-66{font-size:66px}.brz .price-size-67{font-size:67px}.brz .price-size-68{font-size:68px}.brz .price-size-69{font-size:69px}.brz .price-size-70{font-size:70px}.brz .price-size-71{font-size:71px}.brz .price-size-72{font-size:72px}.brz .price-size-73{font-size:73px}.brz .price-size-74{font-size:74px}.brz .price-size-75{font-size:75px}.brz .price-size-76{font-size:76px}.brz .price-size-77{font-size:77px}.brz .price-size-78{font-size:78px}.brz .price-size-79{font-size:79px}.brz .price-size-80{font-size:80px}.brz .price-size-81{font-size:81px}.brz .price-size-82{font-size:82px}.brz .price-size-83{font-size:83px}.brz .price-size-84{font-size:84px}.brz .price-size-85{font-size:85px}.brz .price-size-86{font-size:86px}.brz .price-size-87{font-size:87px}.brz .price-size-88{font-size:88px}.brz .price-size-89{font-size:89px}.brz .price-size-90{font-size:90px}.brz .price-size-91{font-size:91px}.brz .price-size-92{font-size:92px}.brz .price-size-93{font-size:93px}.brz .price-size-94{font-size:94px}.brz .price-size-95{font-size:95px}.brz .price-size-96{font-size:96px}.brz .price-size-97{font-size:97px}.brz .price-size-98{font-size:98px}.brz .price-size-99{font-size:99px}.brz .price-size-100{font-size:100px}.brz .price-size-101{font-size:101px}.brz .price-size-102{font-size:102px}.brz .price-size-103{font-size:103px}.brz .price-size-104{font-size:104px}.brz .price-size-105{font-size:105px}.brz .price-size-106{font-size:106px}.brz .price-size-107{font-size:107px}.brz .price-size-108{font-size:108px}.brz .price-size-109{font-size:109px}.brz .price-size-110{font-size:110px}.brz .price-size-111{font-size:111px}.brz .price-size-112{font-size:112px}.brz .price-size-113{font-size:113px}.brz .price-size-114{font-size:114px}.brz .price-size-115{font-size:115px}.brz .price-size-116{font-size:116px}.brz .price-size-117{font-size:117px}.brz .price-size-118{font-size:118px}.brz .price-size-119{font-size:119px}.brz .price-size-120{font-size:120px}.brz .price-size-121{font-size:121px}.brz .price-size-122{font-size:122px}.brz .price-size-123{font-size:123px}.brz .price-size-124{font-size:124px}.brz .price-size-125{font-size:125px}.brz .price-size-126{font-size:126px}.brz .price-size-127{font-size:127px}.brz .price-size-128{font-size:128px}.brz .price-size-129{font-size:129px}.brz .price-size-130{font-size:130px}.brz .price-size-131{font-size:131px}.brz .price-size-132{font-size:132px}.brz .price-size-133{font-size:133px}.brz .price-size-134{font-size:134px}.brz .price-size-135{font-size:135px}.brz .price-size-136{font-size:136px}.brz .price-size-137{font-size:137px}.brz .price-size-138{font-size:138px}.brz .price-size-139{font-size:139px}.brz .price-size-140{font-size:140px}.brz .price-size-141{font-size:141px}.brz .price-size-142{font-size:142px}.brz .price-size-143{font-size:143px}.brz .price-size-144{font-size:144px}.brz .price-size-145{font-size:145px}.brz .price-size-146{font-size:146px}.brz .price-size-147{font-size:147px}.brz .price-size-148{font-size:148px}.brz .price-size-149{font-size:149px}.brz .price-size-150{font-size:150px}.brz .brz-embed-code{position:relative;width:100%;min-height:10px;word-break:break-all;word-wrap:break-word;overflow:hidden}.brz .list-ribbon{font-size:0;display:block;margin-top:0}.brz .list-ribbon .shortcode-ribbon{margin-top:12px}.brz .list-ribbon .text-bold{font-weight:700;letter-spacing:1.2px}.brz .shortcode-share{margin-top:20px}.brz .shortcode-share .share{display:block;background-repeat:no-repeat;background-size:100%}.brz .shortcode-share .share:hover{-webkit-box-shadow:inset 0 0 0 1000px rgba(255,255,255,.1);box-shadow:inset 0 0 0 1000px rgba(255,255,255,.1)}.brz .shortcode-share .share-sm.share-google{width:57px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAUCAMAAAAA9GVfAAABL1BMVEUAAAD////U1NTbRDeEJiZjrerfWk/toZonJibyuLP20Mz19fX//+r75+b43NnY2Nit6s/mfnXkc2nhZlutYyb///jx8fH//8/4/88mhM8mJmMoNVfdT0IoJi7x///98/Ln8fH//+N+u+Pc3Nza2tpOo9ZjoNb/8c+m3c/0xMDx7r743a3rlY7/z4TqwYToioL8xX7Wo2MsJmNBJk5+VTZRLyYzJib4///P///P8f/B4/+04/+Ez/+g3fj///HB3fGZyOqEwerByN1+rd3/+Nbd1tbx8c+06s/20c3/+MhVhMhBfrv/8bRBcKami6DqyJk6Y5ksVYszJoTjtHAsOnBjaWlBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzomLDqEQSxjOiymVSagTiZ+LCY6LCZVb0jKAAAAAXRSTlMAQObYZgAAARlJREFUOMtjYFBmIgfwMzDwczOSA7iVGZgYyQNMA6jTg5MPm7Q4Cyt+nVxszMzMwvIoMtomHNJKhHTyyjDrsAtygvi8vFAJxURvhWAjAQI6BZk5YXx2diiDRyTQXlRMgiXMNMRa1DAlTk2CJTTIQs9U1ksOSacMG1AL0L3sfEJsbEJQreoRZtIO4iyqbkmq6n5WBlLuLL5OWtGOWvE2SDrZgDo5hYSZ2eW5hPW5IBKiYuZ2hiDX8ohIKoabcUiBHK7LAQSsaK4FkZqMjDowd3smqynoGWuAdepG2RqAdfrEKIm5yqGGkD67EDMbRtg6S4B1usTKRoIMYWT0T5ANsMSMFT6yUgKXJt8QSrdk6CQ7Z6swMKiQWZoAACMTINfEEVavAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-sm.share-facebook{width:59px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAUCAYAAAAz30VQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5NDk0NjFGQUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOTcxMDNGMEMwMzMxMUU2QUEyMzk3MUQ0NDk3OUZDMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOTcxMDNFRkMwMzMxMUU2QUEyMzk3MUQ0NDk3OUZDMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlOTg3NTNmLWNkMmItNGVmMS1hYzllLTM0MTI5NWYyNzQ2ZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NDk0NjFGQUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoajY0wAAAOoSURBVHja5Fd7TM1RHP/87r11b6GXe5OIXkhlyXN5hTITeSxjZq2NUcZGmtfGHyxmLBYjjxmGbIxZD8bUSCp59FAeWUSX2+2purrV7fZzzql7F6rfDRuuz3bu7/c753vOPZ/z+XzP7/w4nudBEbQuhUfnvVmB49hvWsICcJSs2RL9jrDI7IlSdPDjRWZPtAthSXf1cwNcsDVirEljHDifj9vZ5f8EX1F3laYS7UvsEMd+EIu4P0pW0pfgUmUDdiXkQl2jxaCBVkjcGyzYZ9kcDyye6cbiv2jbkJmvwuFLhaAbY0p8CC7eLCHlzZ9TticYiFIYrr3BboAlVi3yQuGbGsQcykL6448sRZbMcmPtFhIRUVv0dyprIHhqZyA8htoIxvuPkjNCmQUq5JfUoKi0lozRhHK1xhjj7GiNY9unQ24nw62HH3Au+TVExO5RS70x1c8JurZ25BZV4vjVYkgtxDi6bRruPlJisq8jbtwrQ9mnRmxcMQbuZD7vVRrEXy5kdb+srAGmEKUoLq2DpkmH3ZETcZosUGSYD/JeVyO7UG2MmeTjiLRcJVTVTQifPxLDnPqzurDZ7kjJeI+bmR8QFuSOiT4KUBPQ/16zZDRkUgkqa7VkTG842Epx8toLWMnEOLgpgC3WT5MNikpmpevz2tj7gv0q67RYvecem4hGq8PCQFemYuiM4caYjGcqXE9/R8rbTutL8fRlFWIOZ0PfzjN3UHi62Br7pD/5iPX7H0BJHDLBW8Ecp7C3YuQdbKTwdrP/fcqy19MUF8EYL1c7TPcfjKSMMkTHZSFsy21mNUPOUtTWt7ArtSubEBFl5nhnxEUHwH2IDdnQKn4YV6n+wq5OcmuWJvSkIBFzeEs20AupJahrbPl5smknQlnp+kxtJgS5vQwblvti80o/+Ho4wG/EQDgrrPG5sbXXfr6eDtC26BF3sQCWFqIeDkQdpOkOb0UsTfO9VdfOcremvvn3KmsKMvMqcDbpFbGgDeK3TMWOVeOQ81yNQ5cKeu13J6ccen07Uo+EwN9LjhadHs7yfj/E0frYM08hsxQjcV8wIkJH4dmrajSTher2iDw7MonvTsmecvf7drqyC6NvCatMdtt6TavRroKvCWLL/tYWgi4wQEFc1KDRsQXo03uWHgEpCSHQmGNXikyaTPXnZpOJUrTpeZOJUlTVNfdKtEPZqGT+f/kYkHT53oMZf7wbbcx908BxZissy9nweZ5io7LmaWmqoP6rAAMATKt9H3Y+r+kAAAAASUVORK5CYII=)}.brz .shortcode-share .share-sm.share-twitter{width:58px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAUCAYAAADcHS5uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFNjE0OUUwQTQwRjExRTU4MDZEQzVDRDgyNUMyMzEyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFNjE0OUUxQTQwRjExRTU4MDZEQzVDRDgyNUMyMzEyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEU2MTQ5REVBNDBGMTFFNTgwNkRDNUNEODI1QzIzMTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEU2MTQ5REZBNDBGMTFFNTgwNkRDNUNEODI1QzIzMTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4tMOIyAAADXklEQVR42uRYWUhUYRT+vKPjbOqM475gUpMSZiFS0kKRkhUa6VNBSZQFRfmmBOG76GNUD1oUFQaRT7aBgg+Sii0kUaREYzouuYzL7M7Sf35nhqZxxpEMZDxw5t57/nv/e7/zfef8905E+m2tGEAT87PM4xFepmf+iHltJPtpZF6D8DSVG5tZYD/nEP52SQhDua5k8ZGBRhKkIjhcLugtTr+xawVxuLw7Fla7Cy0DCxjSL8G45ELfmGXDIhUCDZRmS/GkPBmJMpFPvHybDDeKlIiXCEhViFC/T4Wmw2pkxIg2NKUBGTUxtvITxeg8nYaGXj3aBo2wsNiRLKnfuWYW7x71ZfPWQRUqdsb6nVv78hdateZ1BUH3auyfx8gK6lsVaNdPM0YX7YypSDQyxoi5gSkb0hT+l7yfsGLS6PCJ0Y3bh4wo08g54Itt4zz+ZsK27mzR/HSvkSBzB5Tu0S0yRIsivMcxYgH70yXIjvMHOmG0+8UouwRKt2D3AiQfvZqFQuXyHK8rkjkbZFdy5HzMw9BgdSb3ByVq75yZrFzoGjqPtnTsueZeZap33jUBffHdBKvDFVJGe8asIWf/87gFldvlfD8vVYLSHAXf35spQa/WxEFqEsQofqzjnsIU5UlG8/FEDE3bkHFnmG/pmPbJSDHv5uxrB2pYcqKmY5rLN5jpDHZWn6HX3AedBQVMGcQggeaNL0WMXWkSdLLkEvCHHxe4Ishpn2LEHiWGSsJTGnT8z82IbNLkQFy0EHSCxr452J2h1xM1tapCJQxWJwc9wRJ5Ji8Giaz224fNuFksoOlEEn8n9TZGmxM73LLsuZDpEw8m15CBDs/bcezZOGr3KHFKI/cbf/rVgOffjGtqHCSvKaaCItYDGt7qoVFGcWDELjFIWwJ/vmPGy7anxgnY/f45NHxa5ADp2j/lSqwH6rwB6cpVR7GGJEV1fixbU2U+Y8TgXSapuq6ZVYFRsv627h8maGds/CE9Sw2xy9/VXk1BIV5uMuT1h9RszV5eo6+3T6IsV8HjzSeToXSrjWqbmtGBlOiAzxHBvl5W7DhJ7EWhikmqhIHdyjJHRvVK62UrY/LL9PovE//TAgINNxOwSYyAzm4CnLOC+ws83K2Flpc6qlX3B7gqTP9Kqf8twAA1+V6dVhZLfQAAAABJRU5ErkJggg==)}.brz .shortcode-share .share-sm.share-linkedin{width:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkYwRjU1NEJDMDM0MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkYwRjU1NEFDMDM0MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxN0QwNTBBQkJGOUMxMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxN0QwNTBBQ0JGOUMxMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjWZ6F8AAASISURBVHja3Fd9UFRVFP+9t4/9tF13F1gWwQBL+bBg1JktAtHpgxFpJsdxyMZIpXEarYaxmTJk7GMm8p8mR6PUZhK1D0azLMCcCFEmSiNGBAMNckFQQGE/YJfdlt33uu8tLFqyLrIJ9Zt5c+8975y7+3vnnHvOpbYev0i9V3OJdXpYTBa0YxAcTYOTKDDdoJKIULHOQFHM68c4N8sFZ1eOBWPqhls7C9MRGlkImFGyM8ni5AYDkvVKnOsewJK9Z2BxDE9sR4oG7XZhusJE+NCji7ULowSyPPiRX/8f4SP8d29O2Lv/ETCjk5L6LqREKpFCvNtAQppfBx0cJ+Q5aNHUE+aRX9b87/wKS0iausA4rFBIxLCyJLBmhJJHDfw5BPS0AeExgEx5dwlz27PGzp8tx26SnbpkQn55M3ZkJyIjTuPT208iIb+8xW8KyFwD2JObhpzURDAiCnXGa9j1XR0+a/fAMFuD0+9vQfaeGlQYbXeXsD/wJE9ueAgq6c0mz40cbmsPN45rm2u4D2vS5+OFz39Ci4XFtsfnoXh9Jr4tqhxT4j195YI35NV6QEG8z3qAvk7yzi5UAEGmjgCc5MP0k5ST3QPYLUBYjFfXfBXwkFFO5GpSGkWiOycsFG/prdV50v4I2ygxKIrUQdqFtqYmPPv7RcTPiSGpPLZfVlIkPliTDgnhtfnTapQSPirWgZJNmUiPj4bd6cLBmkYU/tyP9FgtSgqeQEVDO555JAFP7a+HwtaNnQXrEa5SoLy+FRsP/YpBeej4p3QgeOuHViHU+YefB4pDjd34pdOCd1cvwZWPXsLhjZlQusywWq0+neRYPfKOnEf3gAPbn14syFYY4jFbp0XOxydQ9VsHtq5IhYp8I1kIg7jwmVicdC+KT1/G2Y5e7F73GFp6rMg7WItlKXEozEz0X5YCwY0n99Hm3oDths09MLxZikdJM7OvvhMJUeH4+pWVSNXLfTq7a9tw4o9+1LT2QKfyykuq6rFpbxky7tdhQZxekEWqpD6bdypb8EZlK+JD5YgJU6HTNIhZSikum+yE9JzJE243O3zzhqsDAdsVZC1A6fMZqK5rQt6BWqQVfQWaxPjSxGifjnnIe+g5hz0Q0d6/9fayJFQVroaI5Gr5uY6RyjbWBl+3ebs6nVbtTTmZBPowDY43tuOLOuPkCd8pWgc8yHk4ATtXLUJ2lAjblicL8qZ+/23o0vmxaO7qQ9GBb6CRiwWZmHP73rs9XvKnjGa43CxsNhuKv/weKdFaOKiQqSN85HwPdvxoxPJF81D26io8uXAuiqrbUNZyjTAYCVGJzDtKZ/BFUZjuOtOF2AgtLJ9shkbjLYVzoyN8utyIrZ1EBV8yczMeROeHLyIyXIOjF/pu3e7jtQoukDp8o8yfvrjXCJcudlzyYQox+uwuBHo/Y2gKEhEtkLptn0y+k1LCwOJ0T74OBwvX7RO7TfG3OTfrCUiXv/j5I/sPDwcDt/PwlN+WQkRBTGPSJbFMyLQlq5YxoPetfICSMsEhTTuH4FGopyVZvks8+3Ia9ZcAAwDmG6Yma90QwgAAAABJRU5ErkJggg==)}.brz .shortcode-share .share-md.share-google{width:82px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAUCAMAAAAp85rYAAABXFBMVEUAAADs7Oz5+fny8vLq6ur////U1NTMzMzbRDeEJiZjrerf39/fWk/x8fHtoZonJiZ9ueb20Mz//+za2NjxuLMoJmP19fX75+b//ePb29v43NnT09Ot6s9mlc//z5Xnt33mfnXkc2nhZlutYyb2//+f2v3///j//8/4/88mhM9lZ2ooNVfdT0Lx///K8P/B4Pj98/JjoNZ9pNP/8c+m3c//8MD0xMDx7r743a2Hb5XnwJHrlY7/z4TqwYToioL8xX6tfW90ambWo2NBJk5+VTYmKTYpJiwzJibP///P8f+04/+Ez//q8fHj8fGZyOqEwerByN1+rd1Opt3/+Nbx8c+06s9OoM//+MhVhMhBfrv/8bTyubRBcKami6DqyJk6Y5ksVYszJoTjtHAsOnBBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzqEQSxjOiymVSagTiZVMyZ+LCZOLCY6LCaNwTK1AAAABXRSTlMAZkxIRZuwqtgAAAFsSURBVDjL1dVnU8IwGAfwWkmaYlsom9ZB2QIKiILKUhRw77333n7/O2muXJFycFffyP9Vc8n97p48aUL0uqGeWHsJOaRINQWShNUB9MThxiRkmydYkYBAXyAmKe0E1VUkfyyAFgnRRp0kzyCEvIlfM5Pzpqi5E9nTp4ymZyNj/gbSGUNZzmOTx06nssb1drh6Ze9vS6rixNSoaybQQHqQzOFwnPJh8V3Eg2yYvvm6XgqWvsvJMB25XMh/lA9G6qQqgsEBAIbMDWSMqVkIIU6QGEZSVqXuqtG1EL23876VOo0X7bv0yUbmcT3zslwnVVFLMjXSJnkRl+C9BR7gBFm/pSQXbvENu26rJrwHOVMtxk6kWrgHpQHI1rdg/zO5kp8bx2TuIVDE5NGTmbW2L1xtT4GTEKPp+GYYk9vPlXtZB+DstXK+2LE96iESQKvoO0Qymha64If87+TfrmBRewVDwqDzoTBgkoRUU0TyB37pReW/U4nXAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-md.share-facebook{width:78px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAAAUCAMAAAAUYfu+AAABnlBMVEUAAABLaLo7VqE7VaA+WaVCXapFYbBIZbXw8fL4+flec7FrhMXV2NzAyeDFzuhRaKpSaaxgesBhesH///89V6ORl6NKZ7hGY7JJZrdIZbU/Wqc+WaVHZLNFYbA8VqJLaLhAW6dCXatDX61EYK89WKRCXqzh//9Dwe+ip7Hy///z1c6grdNBXKpBXKhEXJdDo+Whr9fgwa81TIzo6/bc4vD//+be4ORCXdxvg7ylqrSXnag4TIz5///n//+t3/3///JxhsA8XbLgwKvhwajz///Y///H+f+V1P+g3/pzyfTQ1+t0uuuKxOb85uBGYtxEYNvz4tmWptP//My6vsV1isVogMBOerb/5K12Xas6Was5V6n/2p7z1J5ZYJ7Djp3/1JV0W5A7TIyQW3hOW3O3emWxdWVpW2Xt+f/P9P////v5+fr4+fn/9PSn0vFwu+1Hp+tYuelAounGz+f/7+bl0uJOmuK5w+BOidv/49RAW87szsNziMOIXMDnx7/y0r5ac7dZcbVcW7PixLLlwaxsWquKbam1WKjSrKZHZKTgwJoR39HnAAAAE3RSTlMA5vHx8O3r6U1NmYpNJh+pp5mWqtQ8bwAAAfBJREFUOMuVlAdT4kAcxXN3BDg9vbJiCCEeSVBAIGJEPUUp4hW985q999577/1b+9+EAJbZTN6bydt9O/ObbDazVHHhKzP6VEypsvsdz+W3Ux9LP5tyoYbz16HnqvNTtlKnKds0nAO9JAdlY51sNL+KOlmSDXFu9nHnZgk2xDFuRp9tdHX/Axw0d+P9DKQ8npKVFIxyNsBZGUbH1cCwCyEG9LuiEsdq64UPVTP5sqq0tznc0Mzkrzwcz/OZSYTvroHgQYDDIcdSgJNjA6IcU8okXFlVWkOjTvg/8aN37FseTsripEMcEjR/AAdZFaj2ofuVpsrz5Sb09xoaFWdvbFjUcYPDX2unv+dwoiRqW40kpdPIDuCgARw8NdxWoKNvLTGy23yAVwD3ztGJshrtaa6d+pnF0WK5hmsvF8FwFDjrAQep4lBiRIwjUAdeoQ1wgiBobxdMCmfBdoQEEOBwVAVafGhpdu8qnriBL4grWtvswsubBVxI0L9dKIkjJIQAd6IoSr+Ka2mbv21Dl9uBY7xCk4+C9oQ9mUkw/AVHGJr6CjxKr7emfSi9P7d5FIej6MMrNPlHsXhcWZxLxbk8JFvIv7GFc3FPcBzJhjgvF83gvBgX9XIEG+JKzMkA96GkzJQLyNdnUcHrNyb8voh4uT8ACV2kvZYHXGMAAAAASUVORK5CYII=)}.brz .shortcode-share .share-md.share-twitter{width:76px;height:28px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAcCAYAAADLGVncAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTk3MTAzRjRDMDMzMTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTk3MTAzRjNDMDMzMTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNEQjc5MEJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNEQjc5MUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjgtEgEAAARUSURBVHja7FhPbNt0FP6cxLGbNmmzpnTkDxzWA3Roh0lDBCa1IDFAmtpdWmmHXth2aS/QE91lcKEnxmk7lVMrTWolxCqk0kqAhIAcJlGpIlGRwsZUN6yty9ak8eI4jXk/JxXLEmdxIbAxP8nOn/eLE3+/933ve+F0XXcC2Itcva3TI4yTHRXBcYSLDhfDyfHVLaUYJrB0GyzT0EvAaNLo8+BCV36zcWq00uhw2DBYCxswK9S0AbMr7PECzOeuv7w34Mal1/yYHezGuWPeivf/N8JvpUsuDQfx3jcyEnK+KhcNipg7013x3lqmQJ2Fw7sLm5DSBaTzxSceMJeVxb0BHnNUPecXthBL5Spy4y93VK2PeF0GaMMvtOHD7/+oTHb6sPiOFz6zL9vTMH5tE7Gm3TqPaA+PnaSCRLMAkzJ7CHudRiX9uJ7D1EoaS7fulytMqPmZhKxVg8VCcOOIzwWxTk8KN7NUetoxfaoVOLGLnmvbzQHskxv38OkbncbzV0OicbCI16DofpjmUjJGvlDQ5dnDlpd+fLQFYkHDx19uQ/IY0xrmrVYM/bTYttZY7q7efEp+dPIQdtQi2oVK8T9aR9TTqrluxVJK6UnwrzVSSkV0OIyRDg4Dwh2cj2uYpNdDAQcSP8sY+E7BxGAIYyEHvo3dwciyA1PDXXg74CxdoFDA9R82MRZn4Ag1czOdAUy/5C5Vt78NyXNujH/2e0MbZKlLLt5UqsB6VNCsankX42nafZeDNIYog1ZEO5x0cxx6D4sGCP3dpX2WNjRcOdttAJJTNPwkF5BzuTDYdxiTQZjmLrg1akLlTSoUId3VkGyGrbhEWjS1kml4PdMviUTfasys5MBaSntAQG+wBeEyD8QON1GrDUfYa0XFBAJ4y08THlH58tIWPpjdxLxcNG6rP/qsae5FMY/+mazxHbmMgv7P5YaF3xIlmS1gFKtFSzPNO1Ck0lhW2xAVeEycYI1BJy0sEvV5jJ90GFRKrmfp3FK+Cx4XzwRx8YFLdHk485yXJxngHhipm+j0GcUy+UcL5iJ1z8UD0LEUGq5vsMp04vWQy6iSqXieKoJoGqKbRRGxOAHmKS9X8xi9ehun6BiNZRGTVcyvFcxz1N0rJ8QmAsZM6yvTEi7f2KlLxfe/lv9W159ZVbHv9HKZPObiCrb2k0oe0ylWZhkk1JJFmSS9GnvzGapI0jyicmQna55jPaoMtuhtwfzpTkT/aUqGyYQyD8YemRHdtxQPx9xq1tA6a66+xi4zMPpacVxg4s68nkLN4BAiPg5r67tlzVExsJBG7LQPEb+IQX/pWsmb9zC0TBW44TbJsQ56H7/2eXBUcOL4c0LDns/SaDREQF045jMcf6W26UYHnV3drZoA/q1gHTXsJK37pdq518s1dZZ8eHYsean/BqAnYpasNJ1PF1D2/2E2YDZgj13wPGcDZslOa7oBGGdD0bircBxooHpKwWKnPwUYAELwyPQqHg7rAAAAAElFTkSuQmCC)}.brz .shortcode-share .share-md.share-linkedin{width:90px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUCAYAAAAN+ioeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkNDNzlGQ0NDMDM1MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkNDNzlGQ0JDMDM1MTFFNkFBMjM5NzFENDQ5NzlGQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMTNEQjc5NEJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMTNEQjc5NUJGOUExMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptxm0WQAAAZqSURBVHja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)}.brz .shortcode-share .share-lg.share-google{width:57px;height:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA8CAMAAADrC+IEAAABgFBMVEUAAAD////MzMzU1NTbRDeEJiZjrerx8fHs7Ozf39/fWk/toZonJibZ2dn20MzyuLPn/////+Zmfbfnt33///n19fX//+r75+b43Nmt6s/mfnXkc2nhZlutYyb///GWxuh9t+eAveb//8/4/88mhM96Zm+3fWYmJmMoNVfdT0IoJi41KCbx///w//+f2P/98/KRxeJ5q93b29tOo9ZjoNb/8c+m3c9mlc/0xMDx7r5mgrz43a3rzZ/rlY7/z4TqwYToioL8xX5man2Cb2rAh2ZmZmbWo2MsJmNBJk5+VTb4///P///P8f/B4/+04/+Ez/+g3fjq8fHj8fHB3fHByN1vn9j/+Nbd1tbx8c+06s//+MhVhMhBfrv/57f/8bT/4qhBcKbw06Smi6DqyJk6Y5nixZEsVYszJoTdqHTjtHAsOnDYn29vZm9jaWnPlWbKkWZBVVy7flWmcFVOXFUmJlVwJkFpJkGgYzomLDqEQSxjOiymVSagTiZVMyZ+LCZOLCYGm9KgAAAAAXRSTlMAQObYZgAAAZxJREFUSMft1WdPwkAYB/Aeba20CA4UlCUgMhVZCspUxL333nvvrV/da4EERCQ8viAk/F9c2lx+zZO76z0EQYogITFkECQMSYgQLKKKLIkMDgz26yByy9TFBE2dAHnW24HQZU/xUht34bGhvrZoWdfeWkZSG18ASnSM11Z+BVhbtIH38+Acsp9ohz9DZXPiK7JkEt5X8vcyMRJSna+X5U+1WIBiouhgCoQ85SGQEpX8J24SkhqCqGlEkDS6CRLBQpZQSmXK36YNdNXfUspSFKV2Zs30jUgs+kJSYaVCXIuMf1co0u3zbX32ZKi5gGyhsEqG41IPTZrDOTljpK+/TiflCfuz10hfHI1FPmxrjgxpZTHB9XJKFcuqUtR3a7foDLRn+d3j252ImVfo7fnAgz7wMpUhWSxlKjXFOaXqqDQ5IWdGtQm+2iZNW92NXWLmCw9LcKp+VotHP0KhdN2rn96ZyHC3IMP30zFBbj7qmSVH9gpFORXF5qytyyjIxSfbHf8RhPZebfvjubuihJ0Ev7KMzi1Agv9s/lIA3ibfWrQ9baMKIJ0AAAAASUVORK5CYII=)}.brz .shortcode-share .share-lg.share-facebook{width:58px;height:61px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA9CAYAAAD8vnqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFCMTAyOUNCRkFGMTFFNjlDRTVGNDAxMTRFMzkzMDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFCMTAyOURCRkFGMTFFNjlDRTVGNDAxMTRFMzkzMDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUIxMDI5QUJGQUYxMUU2OUNFNUY0MDExNEUzOTMwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUIxMDI5QkJGQUYxMUU2OUNFNUY0MDExNEUzOTMwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp3/3QMAAAo3SURBVHja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)}.brz .shortcode-share .share-lg.share-twitter{width:58px;height:62px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA+CAYAAAB6Kgg+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQwQjU1NTIxQTQwRjExRTU4RUEyODFFNTk2REM3MzUxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQwQjU1NTIyQTQwRjExRTU4RUEyODFFNTk2REM3MzUxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDBCNTU1MUZBNDBGMTFFNThFQTI4MUU1OTZEQzczNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDBCNTU1MjBBNDBGMTFFNThFQTI4MUU1OTZEQzczNTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WLqsuAAAGS0lEQVR42uyb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)}.brz .shortcode-share .share-lg.share-linkedin{width:60px;height:62px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA+CAMAAABA6ohLAAABelBMVEUAAAD4+PgCbqkEebcIe7cYhLwahbx7uNmkzeTS5vHg7vX///8Ad7XKzM4GYJQ/mcggiL7v///w9/uAu9rXybUAWIfi4+TO0NH3/////+3o6eoAseb7+/wAye0Ab7L///v///PA3e2gzOPLzc8QgLqfd7UAdrL7/Pxv2ffQ5vH/7OWQxN8Ad8wwkcMAc7QAbqsAbI8AWIrf/f+/9f+P4/9v3fqX3/jv8PX78vMAzPLm5+j78uTv5d/3491ws9YAiNVgqtFQoszn0sbfzMHXzLXTw65rfa7jyKgAYpwEZJoAc5kAZozn///X///n+v+v8f+P5P+37vqX5frg7vbH6PY/0PVf0/OP1fGH1PFXzfEAw/Afv+4Asuwfsuqw1ehJyOgftuhnsOU/sOVfuuMfoeFnu9736t3X09wfkdnv5NXn2M4AiM5Hd8nf0McfiMKXnbVvgbWPd7VHd7WfbrAAbKMAZaKXlp8AYJu/oZavkZavhpbXw5GXgI8AX46EH78gAAAAC3RSTlMAuv379+flhVwuIAiQTiUAAAH7SURBVEjH7dZXU9tAEMDxc3qy60inYsuWcQEDccWGJECooaf33nvvvfDduUOjwXAgixXD8MD/Qff009xIM7fHWCyRjBNKJmLCdqUzQKg33RVjiTQQO5VgyQwVZ5IsDqszNNwgzYDVxRW8YlXdFmNAobBumjoV6waAoROxKVczKqZve9s/mCJ0TdM2g+XqLQWsgOjaaQqGTvCqUbBfZxRsUHBJx+JDEFGw/FIaFWti1akYZbt4x+L123pMP/QjjZtIgy7SiJXDvZc63AOvFSALuFYEJbS0jJTU0lK1tHTNdmgH9+Ha9vRhmPYfZntRqecMhuoAQyyWoFTE1o5iuAQeB4BxKp4UeJKKsVKoIBV7qbjnnG0v4Fk7G4gBQD4KtYKc4kUf108CvJxzuRUGgwEgtY9dZ+qe89bl/+xm3/I2fmHDXmxmG7b9Q8F+Ph6G+YU6unzQyU1jVmxj5HMHDOZmbznwZk7BJqLZgicGYPRn1uXl95dSX+6m/j92rA4Y+/go/+d1/5SCdcRaC8Z3ty/mLJdP47FU9/cX1zkIbOFxEJUVjKIW3GjWqwMjT7gl8c3cq2fcw6lv4g+0wyfyv6sXyk89fDn/9w7MSnwD5p/zD+3wxBWAoU/3+Yx4TfeDfhg6PzYMM1i96sDo1yAcouhYKTyOdhgcoh9DR5YAPja/bfm/19cAAAAASUVORK5CYII=)}.brz .grid-block-share:before{content:'';display:block;height:1px;margin-top:-1px}.brz .grid-block-share .grid-block-inner{margin:-20px -10px 0;font-size:0}.brz .grid-block-share .grid-shortcodes-item{display:inline-block;vertical-align:bottom;width:auto;padding-left:10px;padding-right:10px}.brz .brz-rich-text{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-word;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-rich-text i{font-style:italic}.brz .brz-rich-text ol li,.brz .brz-rich-text ul li{list-style:none}.brz .brz-rich-text ul li:before{position:relative;top:-.1em;line-height:1;content:"\2022";padding-right:.5em}.brz .brz-rich-text ol{counter-reset:number}.brz .brz-rich-text ol li{counter-increment:number}.brz .brz-rich-text ol li:before{content:counter(number);line-height:1;padding-right:.5em}.brz .brz-rich-text .ql-editor{white-space:pre-wrap}.brz .brz-rich-text h1,.brz .brz-rich-text h2,.brz .brz-rich-text h3,.brz .brz-rich-text h4,.brz .brz-rich-text h5,.brz .brz-rich-text h6{margin-top:0;margin-bottom:0;padding:0;text-shadow:none;text-transform:initial;text-decoration:initial}.brz .brz-rich-text p,.brz .brz-rich-text span{margin-top:0;margin-bottom:0;text-shadow:none;text-transform:initial;text-decoration:initial}.brz .brz-rich-text dl,.brz .brz-rich-text ol,.brz .brz-rich-text ul{margin:0;list-style:none;padding:0}.brz .brz-rich-text ol ol,.brz .brz-rich-text ol ul,.brz .brz-rich-text ul ol,.brz .brz-rich-text ul ul{margin:0}.brz .brz-rich-text a{color:#3dbfe8;text-decoration:none;background-color:transparent}.brz .brz-rich-text a[href]:hover{color:#1aabd8;text-decoration:none}.brz .brz-rich-text .link--anchor:not(.is-empty),.brz .brz-rich-text .link--external:not(.is-empty){color:#3dbfe8}.brz .brz-rich-text .link--anchor:not(.is-empty):hover,.brz .brz-rich-text .link--external:not(.is-empty):hover{color:#1aabd8}.brz .brz-text__editor{min-width:10px}.brz .brz-text__editor:empty:before{content:"\00a0\00a0"}.brz .mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.brz .mfp-fade.mfp-bg.mfp-ready{opacity:.8}.brz .mfp-fade.mfp-bg.mfp-removing{opacity:0}.brz .mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .15s ease-out;transition:all .15s ease-out}.brz .mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.brz .mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.brz .brz-counter{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:default;text-align:center;display:inline-block}.brz .brz-progress-bar .brz-text__editor{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brz .brz-shortcode__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;background-color:#373e48;color:#151924;font-size:inherit}@media (max-width:767px){.brz .brz-shortcode__placeholder{font-size:36px!important}}.brz .brz-soundcloud{font-size:0}.brz .slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.brz .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.brz .slick-list:focus{outline:0}.brz .slick-list.dragging{cursor:pointer;cursor:hand}.brz .slick-slider .slick-list,.brz .slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-loading .brz .slick-track{visibility:hidden}.brz .slick-slide{min-height:1px;display:none;height:auto}.brz .brz-accordion__item--active>.brz-accordion__content:empty,.brz .brz-tabs__items--active .brz-bg-content:empty{min-height:50px}.brz .slick-slide img{display:block}.brz .slick-slide.slick-loading img{display:none}.slick-initialized .brz .slick-slide{display:block}.slick-loading .brz .slick-slide{visibility:hidden}.slick-vertical .brz .slick-slide{display:block;height:auto;border:1px solid transparent}.brz .slick-arrow.slick-hidden{display:none}.brz .brz-slick-slider .brz-icon-svg,.brz .brz-slick-slider .brz-rich-text *{-webkit-backface-visibility:hidden;backface-visibility:hidden}.brz .brz-slick-slider .brz-bg-media{width:calc(100% + 1px)}.brz .brz-slick-slider .brz-bg-color,.brz .brz-slick-slider .brz-bg-content{-webkit-transform:translateZ(0);transform:translateZ(0)}.brz .brz-slick-slider .brz-container__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brz .brz-slick-slider--fade .slick-slide{height:auto;visibility:hidden}.brz .brz-slick-slider--fade .slick-slide.slick-active{visibility:visible}.brz .slick-initialized .slick-slide{display:block}.brz .slick-track{position:relative;left:0;top:0;margin-left:auto;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .slick-slide .brz-section__content,.brz .slick-slide .brz-section__content>.brz-bg{height:100%}.brz .slick-slide .brz-section__content>.brz-bg>.brz-bg-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-slick-slider__dots{position:absolute;bottom:50px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0;list-style:none;margin:0;font-size:0}.brz .brz-slick-slider__dots li{display:inline-block;vertical-align:middle;padding-left:5px;padding-right:5px}.brz .brz-slick-slider__dots li:first-child{padding-left:0}.brz .brz-slick-slider__dots li:last-child{padding-right:0}.brz .brz-slick-slider__dots button{cursor:pointer;color:inherit;outline:0;overflow:hidden;padding:0;text-indent:-9999px;border:2px solid currentColor;background-color:transparent;-webkit-transition:linear .2s transform,linear .2s background-color;transition:linear .2s transform,linear .2s background-color}.brz .brz-slick-slider__dots .slick-active button{background-color:currentColor;-webkit-transition:linear .2s transform,linear .2s background-color;transition:linear .2s transform,linear .2s background-color}.brz .brz-slick-slider__dots--circle button{width:10px;height:10px;border-radius:10px}.brz .brz-slick-slider__dots--diamond button{width:10px;height:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.brz .brz-slick-slider__dots--square button{width:10px;height:10px}.brz .brz-slick-slider__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;font-size:30px;opacity:.7;cursor:pointer;-webkit-transition:linear .2s opacity;transition:linear .2s opacity;color:#000}.brz .brz-slick-slider__arrow:hover{opacity:1;-webkit-transition:linear .2s opacity;transition:linear .2s opacity}.brz .brz-slick-slider__arrow .brz-icon-svg{display:block}.brz .brz-slick-slider__arrow-prev{-webkit-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);left:30px}.brz .brz-slick-slider__arrow-next{right:30px}.brz .brz-form{width:100%}.brz .brz-form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-form__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.brz .brz-form .brz-input,.brz .brz-form .brz-textarea{display:block;width:100%;height:auto;background-color:transparent;border:none;outline:0;color:inherit;font-size:inherit;font-family:inherit;letter-spacing:inherit;font-weight:inherit;line-height:inherit}.brz .brz-form .brz-textarea{height:100%;resize:none}.brz .brz-form .brz-form__field{padding:14px 24px}.brz .brz-form__select{position:relative}.brz .brz-form__select-current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.brz .brz-form__select-list{border:1px solid #dcdee1;border-top-width:0;overflow:hidden;position:absolute;z-index:1041;top:100%;left:0;width:100%;background-color:#fff}.brz .brz-form__select-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border:0;height:52px}.brz .brz-form__select-item:not(:last-child){border-bottom:1px solid #f1f1f2}.brz .brz-form__select-item__input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:16px;color:rgba(115,119,127,.7);line-height:1;font-family:inherit;font-weight:inherit;padding:14px 24px}.brz .brz-form__select-item__input .brz-input{border-width:0;height:100%;width:100%;color:inherit}.brz .brz-form__select-item__input .brz-input::-webkit-input-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input:-moz-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input::-moz-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .brz-form__select-item__input .brz-input:-ms-input-placeholder{color:rgba(115,119,127,.7);font-style:italic}.brz .media-frame button,.brz .media-frame-title h1{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-style:normal}.brz .brz-form__select-item__input .brz-input.brz-input{cursor:text}.brz .brz-form__select-item__icon{color:rgba(115,119,127,.7);-ms-flex-preferred-size:52px;flex-basis:52px;text-align:center;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.brz .brz-form__select--arrow{font-size:14px}.brz .brz-form .brz-control__select{position:relative}.brz .brz-form .brz-control__select-current,.brz .brz-form .brz-control__select-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:inherit;color:inherit}.brz .brz-form .brz-control__select-current{padding:14px 24px;cursor:pointer}.brz .brz-form .brz-control__select-current .brz-control__select-option{border:0;-ms-flex-preferred-size:100%;flex-basis:100%;height:100%}.brz .brz-form .brz-control__select-current .brz-control__select--arrow{font-size:14px}.brz .brz-form .brz-control__select-options{border:1px solid #dcdee1;border-top-width:0;overflow:hidden;position:absolute;z-index:1030;top:100%;left:0;width:100%;background-color:#fff;display:none}.brz .brz-form .brz-control__select-options .brz-control__select-option{padding:14px 24px;font-size:16px;height:52px;line-height:1.5;cursor:pointer}.brz .brz-form .brz-control__select-options .brz-control__select-option:not(:last-child){border-bottom:1px solid #f1f1f2}.brz .brz-form__alert{height:55px;width:100%;font-size:12px;line-height:2;letter-spacing:2.5px;font-weight:600;text-transform:uppercase;padding:17px 30px;color:#fff;margin-top:15px}.brz .brz-form__alert--success{background-color:#15d053}.brz .brz-form__alert--error{background-color:red}.brz .brz-form__item--error .brz-control__select-current,.brz .brz-form__item--error .brz-form__field{border-color:red!important}@media (max-width:767px){.brz .brz-form .brz-control__select-options .brz-control__select-option,.brz .brz-form__select-item__input{padding:10px 16px;font-size:14px}.brz .brz-form .brz-control__select-current,.brz .brz-form .brz-form__field{padding:10px 16px}}.brz .brz-tabs{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.brz .brz-tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;margin:0;padding:0}.brz .brz-accordion__nav,.brz .brz-tabs__nav--button{padding:10px 15px;background-clip:padding-box;cursor:pointer}.brz .brz-tabs__nav--item{list-style:none}.brz .brz-tabs__nav--item:not(:last-child){margin-right:3px}.brz .brz-tabs__nav--active{position:relative}.brz .brz-tabs__nav--active:after,.brz .brz-tabs__nav--active:before{content:"";position:absolute;width:100vw;height:2px;bottom:0}.brz .brz-tabs__nav--active:before{left:-100vw}.brz .brz-tabs__nav--active:after{right:-100vw}.brz .brz-tabs__nav--button{border-style:solid}.brz .brz-tabs__content{font-size:0}.brz .brz-tabs__items{display:none;border-style:solid;background-clip:padding-box;width:100%}.brz .brz-tabs__items--active{display:inline-block;border-top:none}.brz .brz-accordion{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.brz .brz-accordion__nav{border-style:solid}.brz .brz-accordion__item{display:block;width:100%}.brz .brz-accordion__item>.brz-accordion__content{display:none;border-style:solid;background-clip:padding-box;border-top-color:transparent!important}.brz .brz-accordion__item:not(:last-child){margin-bottom:3px}.brz .brz-accordion__item--active>.brz-accordion__content{display:block}.brz .media-frame .hidden,.brz .screen-reader-text{display:none}@media (max-width:767px){.brz .brz-fs-im-6{font-size:6px}.brz .brz-fs-im-7{font-size:7px}.brz .brz-fs-im-8{font-size:8px}.brz .brz-fs-im-9{font-size:9px}.brz .brz-fs-im-10{font-size:10px}.brz .brz-fs-im-11{font-size:11px}.brz .brz-fs-im-12{font-size:12px}.brz .brz-fs-im-13{font-size:13px}.brz .brz-fs-im-14{font-size:14px}.brz .brz-fs-im-15{font-size:15px}.brz .brz-fs-im-16{font-size:16px}.brz .brz-fs-im-17{font-size:17px}.brz .brz-fs-im-18{font-size:18px}.brz .brz-fs-im-19{font-size:19px}.brz .brz-fs-im-20{font-size:20px}.brz .brz-fs-im-21{font-size:21px}.brz .brz-fs-im-22{font-size:22px}.brz .brz-fs-im-23{font-size:23px}.brz .brz-fs-im-24{font-size:24px}.brz .brz-fs-im-25{font-size:25px}.brz .brz-fs-im-26{font-size:26px}.brz .brz-fs-im-27{font-size:27px}.brz .brz-fs-im-28{font-size:28px}.brz .brz-fs-im-29{font-size:29px}.brz .brz-fs-im-30{font-size:30px}.brz .brz-fs-im-31{font-size:31px}.brz .brz-fs-im-32{font-size:32px}.brz .brz-fs-im-33{font-size:33px}.brz .brz-fs-im-34{font-size:34px}.brz .brz-fs-im-35{font-size:35px}.brz .brz-fs-im-36{font-size:36px}.brz .brz-fs-im-37{font-size:37px}.brz .brz-fs-im-38{font-size:38px}.brz .brz-fs-im-39{font-size:39px}.brz .brz-fs-im-40{font-size:40px}.brz .brz-fs-im-41{font-size:41px}.brz .brz-fs-im-42{font-size:42px}.brz .brz-fs-im-43{font-size:43px}.brz .brz-fs-im-44{font-size:44px}.brz .brz-fs-im-45{font-size:45px}.brz .brz-fs-im-46{font-size:46px}.brz .brz-fs-im-47{font-size:47px}.brz .brz-fs-im-48{font-size:48px}.brz .brz-fs-im-49{font-size:49px}.brz .brz-fs-im-50{font-size:50px}.brz .brz-fs-im-51{font-size:51px}.brz .brz-fs-im-52{font-size:52px}.brz .brz-fs-im-53{font-size:53px}.brz .brz-fs-im-54{font-size:54px}.brz .brz-fs-im-55{font-size:55px}.brz .brz-fs-im-56{font-size:56px}.brz .brz-fs-im-57{font-size:57px}.brz .brz-fs-im-58{font-size:58px}.brz .brz-fs-im-59{font-size:59px}.brz .brz-fs-im-60{font-size:60px}.brz .brz-fs-im-61{font-size:61px}.brz .brz-fs-im-62{font-size:62px}.brz .brz-fs-im-63{font-size:63px}.brz .brz-fs-im-64{font-size:64px}.brz .brz-fs-im-65{font-size:65px}.brz .brz-fs-im-66{font-size:66px}.brz .brz-fs-im-67{font-size:67px}.brz .brz-fs-im-68{font-size:68px}.brz .brz-fs-im-69{font-size:69px}.brz .brz-fs-im-70{font-size:70px}.brz .brz-fs-im-71{font-size:71px}.brz .brz-fs-im-72{font-size:72px}.brz .brz-fs-im-73{font-size:73px}.brz .brz-fs-im-74{font-size:74px}.brz .brz-fs-im-75{font-size:75px}.brz .brz-fs-im-76{font-size:76px}.brz .brz-fs-im-77{font-size:77px}.brz .brz-fs-im-78{font-size:78px}.brz .brz-fs-im-79{font-size:79px}.brz .brz-fs-im-80{font-size:80px}.brz .brz-fs-im-81{font-size:81px}.brz .brz-fs-im-82{font-size:82px}.brz .brz-fs-im-83{font-size:83px}.brz .brz-fs-im-84{font-size:84px}.brz .brz-fs-im-85{font-size:85px}.brz .brz-fs-im-86{font-size:86px}.brz .brz-fs-im-87{font-size:87px}.brz .brz-fs-im-88{font-size:88px}.brz .brz-fs-im-89{font-size:89px}.brz .brz-fs-im-90{font-size:90px}.brz .brz-fs-im-91{font-size:91px}.brz .brz-fs-im-92{font-size:92px}.brz .brz-fs-im-93{font-size:93px}.brz .brz-fs-im-94{font-size:94px}.brz .brz-fs-im-95{font-size:95px}.brz .brz-fs-im-96{font-size:96px}.brz .brz-fs-im-97{font-size:97px}.brz .brz-fs-im-98{font-size:98px}.brz .brz-fs-im-99{font-size:99px}.brz .brz-fs-im-100{font-size:100px}.brz .brz-fs-im-101{font-size:101px}.brz .brz-fs-im-102{font-size:102px}.brz .brz-fs-im-103{font-size:103px}.brz .brz-fs-im-104{font-size:104px}.brz .brz-fs-im-105{font-size:105px}.brz .brz-fs-im-106{font-size:106px}.brz .brz-fs-im-107{font-size:107px}.brz .brz-fs-im-108{font-size:108px}.brz .brz-fs-im-109{font-size:109px}.brz .brz-fs-im-110{font-size:110px}.brz .brz-fs-im-111{font-size:111px}.brz .brz-fs-im-112{font-size:112px}.brz .brz-fs-im-113{font-size:113px}.brz .brz-fs-im-114{font-size:114px}.brz .brz-fs-im-115{font-size:115px}.brz .brz-fs-im-116{font-size:116px}.brz .brz-fs-im-117{font-size:117px}.brz .brz-fs-im-118{font-size:118px}.brz .brz-fs-im-119{font-size:119px}.brz .brz-fs-im-120{font-size:120px}.brz .brz-fs-im-121{font-size:121px}.brz .brz-fs-im-122{font-size:122px}.brz .brz-fs-im-123{font-size:123px}.brz .brz-fs-im-124{font-size:124px}.brz .brz-fs-im-125{font-size:125px}.brz .brz-fs-im-126{font-size:126px}.brz .brz-fs-im-127{font-size:127px}.brz .brz-fs-im-128{font-size:128px}.brz .brz-fs-im-129{font-size:129px}.brz .brz-fs-im-130{font-size:130px}.brz .brz-fs-im-131{font-size:131px}.brz .brz-fs-im-132{font-size:132px}.brz .brz-fs-im-133{font-size:133px}.brz .brz-fs-im-134{font-size:134px}.brz .brz-fs-im-135{font-size:135px}.brz .brz-fs-im-136{font-size:136px}.brz .brz-fs-im-137{font-size:137px}.brz .brz-fs-im-138{font-size:138px}.brz .brz-fs-im-139{font-size:139px}.brz .brz-fs-im-140{font-size:140px}.brz .brz-fs-im-141{font-size:141px}.brz .brz-fs-im-142{font-size:142px}.brz .brz-fs-im-143{font-size:143px}.brz .brz-fs-im-144{font-size:144px}.brz .brz-fs-im-145{font-size:145px}.brz .brz-fs-im-146{font-size:146px}.brz .brz-fs-im-147{font-size:147px}.brz .brz-fs-im-148{font-size:148px}.brz .brz-fs-im-149{font-size:149px}.brz .brz-fs-im-150{font-size:150px}.brz .brz-fs-im-151{font-size:151px}.brz .brz-fs-im-152{font-size:152px}.brz .brz-fs-im-153{font-size:153px}.brz .brz-fs-im-154{font-size:154px}.brz .brz-fs-im-155{font-size:155px}.brz .brz-fs-im-156{font-size:156px}.brz .brz-fs-im-157{font-size:157px}.brz .brz-fs-im-158{font-size:158px}.brz .brz-fs-im-159{font-size:159px}.brz .brz-fs-im-160{font-size:160px}.brz .brz-fs-im-161{font-size:161px}.brz .brz-fs-im-162{font-size:162px}.brz .brz-fs-im-163{font-size:163px}.brz .brz-fs-im-164{font-size:164px}.brz .brz-fs-im-165{font-size:165px}.brz .brz-fs-im-166{font-size:166px}.brz .brz-fs-im-167{font-size:167px}.brz .brz-fs-im-168{font-size:168px}.brz .brz-fs-im-169{font-size:169px}.brz .brz-fs-im-170{font-size:170px}.brz .brz-fs-im-171{font-size:171px}.brz .brz-fs-im-172{font-size:172px}.brz .brz-fs-im-173{font-size:173px}.brz .brz-fs-im-174{font-size:174px}.brz .brz-fs-im-175{font-size:175px}.brz .brz-fs-im-176{font-size:176px}.brz .brz-fs-im-177{font-size:177px}.brz .brz-fs-im-178{font-size:178px}.brz .brz-fs-im-179{font-size:179px}.brz .brz-fs-im-180{font-size:180px}.brz .brz-fs-xs-6{font-size:6px}.brz .brz-fs-xs-7{font-size:7px}.brz .brz-fs-xs-8{font-size:8px}.brz .brz-fs-xs-9{font-size:9px}.brz .brz-fs-xs-10{font-size:10px}.brz .brz-fs-xs-11{font-size:11px}.brz .brz-fs-xs-12{font-size:12px}.brz .brz-fs-xs-13{font-size:13px}.brz .brz-fs-xs-14{font-size:14px}.brz .brz-fs-xs-15{font-size:15px}.brz .brz-fs-xs-16{font-size:16px}.brz .brz-fs-xs-17{font-size:17px}.brz .brz-fs-xs-18{font-size:18px}.brz .brz-fs-xs-19{font-size:19px}.brz .brz-fs-xs-20{font-size:20px}.brz .brz-fs-xs-21{font-size:21px}.brz .brz-fs-xs-22{font-size:22px}.brz .brz-fs-xs-23{font-size:23px}.brz .brz-fs-xs-24{font-size:24px}.brz .brz-fs-xs-25{font-size:25px}.brz .brz-fs-xs-26{font-size:26px}.brz .brz-fs-xs-27{font-size:27px}.brz .brz-fs-xs-28{font-size:28px}.brz .brz-fs-xs-29{font-size:29px}.brz .brz-fs-xs-30{font-size:30px}.brz .brz-fs-xs-31{font-size:31px}.brz .brz-fs-xs-32{font-size:32px}.brz .brz-fs-xs-33{font-size:33px}.brz .brz-fs-xs-34{font-size:34px}.brz .brz-fs-xs-35{font-size:35px}.brz .brz-fs-xs-36{font-size:36px}.brz .brz-fs-xs-37{font-size:37px}.brz .brz-fs-xs-38{font-size:38px}.brz .brz-fs-xs-39{font-size:39px}.brz .brz-fs-xs-40{font-size:40px}.brz .brz-fs-xs-41{font-size:41px}.brz .brz-fs-xs-42{font-size:42px}.brz .brz-fs-xs-43{font-size:43px}.brz .brz-fs-xs-44{font-size:44px}.brz .brz-fs-xs-45{font-size:45px}.brz .brz-fs-xs-46{font-size:46px}.brz .brz-fs-xs-47{font-size:47px}.brz .brz-fs-xs-48{font-size:48px}.brz .brz-fs-xs-49{font-size:49px}.brz .brz-fs-xs-50{font-size:50px}.brz .brz-fs-xs-51{font-size:51px}.brz .brz-fs-xs-52{font-size:52px}.brz .brz-fs-xs-53{font-size:53px}.brz .brz-fs-xs-54{font-size:54px}.brz .brz-fs-xs-55{font-size:55px}.brz .brz-fs-xs-56{font-size:56px}.brz .brz-fs-xs-57{font-size:57px}.brz .brz-fs-xs-58{font-size:58px}.brz .brz-fs-xs-59{font-size:59px}.brz .brz-fs-xs-60{font-size:60px}.brz .brz-fs-xs-61{font-size:61px}.brz .brz-fs-xs-62{font-size:62px}.brz .brz-fs-xs-63{font-size:63px}.brz .brz-fs-xs-64{font-size:64px}.brz .brz-fs-xs-65{font-size:65px}.brz .brz-fs-xs-66{font-size:66px}.brz .brz-fs-xs-67{font-size:67px}.brz .brz-fs-xs-68{font-size:68px}.brz .brz-fs-xs-69{font-size:69px}.brz .brz-fs-xs-70{font-size:70px}.brz .brz-fs-xs-71{font-size:71px}.brz .brz-fs-xs-72{font-size:72px}.brz .brz-fs-xs-73{font-size:73px}.brz .brz-fs-xs-74{font-size:74px}.brz .brz-fs-xs-75{font-size:75px}.brz .brz-fs-xs-76{font-size:76px}.brz .brz-fs-xs-77{font-size:77px}.brz .brz-fs-xs-78{font-size:78px}.brz .brz-fs-xs-79{font-size:79px}.brz .brz-fs-xs-80{font-size:80px}.brz .brz-fs-xs-81{font-size:81px}.brz .brz-fs-xs-82{font-size:82px}.brz .brz-fs-xs-83{font-size:83px}.brz .brz-fs-xs-84{font-size:84px}.brz .brz-fs-xs-85{font-size:85px}.brz .brz-fs-xs-86{font-size:86px}.brz .brz-fs-xs-87{font-size:87px}.brz .brz-fs-xs-88{font-size:88px}.brz .brz-fs-xs-89{font-size:89px}.brz .brz-fs-xs-90{font-size:90px}.brz .brz-fs-xs-91{font-size:91px}.brz .brz-fs-xs-92{font-size:92px}.brz .brz-fs-xs-93{font-size:93px}.brz .brz-fs-xs-94{font-size:94px}.brz .brz-fs-xs-95{font-size:95px}.brz .brz-fs-xs-96{font-size:96px}.brz .brz-fs-xs-97{font-size:97px}.brz .brz-fs-xs-98{font-size:98px}.brz .brz-fs-xs-99{font-size:99px}.brz .brz-fs-xs-100{font-size:100px}.brz .brz-fs-xs-101{font-size:101px}.brz .brz-fs-xs-102{font-size:102px}.brz .brz-fs-xs-103{font-size:103px}.brz .brz-fs-xs-104{font-size:104px}.brz .brz-fs-xs-105{font-size:105px}.brz .brz-fs-xs-106{font-size:106px}.brz .brz-fs-xs-107{font-size:107px}.brz .brz-fs-xs-108{font-size:108px}.brz .brz-fs-xs-109{font-size:109px}.brz .brz-fs-xs-110{font-size:110px}.brz .brz-fs-xs-111{font-size:111px}.brz .brz-fs-xs-112{font-size:112px}.brz .brz-fs-xs-113{font-size:113px}.brz .brz-fs-xs-114{font-size:114px}.brz .brz-fs-xs-115{font-size:115px}.brz .brz-fs-xs-116{font-size:116px}.brz .brz-fs-xs-117{font-size:117px}.brz .brz-fs-xs-118{font-size:118px}.brz .brz-fs-xs-119{font-size:119px}.brz .brz-fs-xs-120{font-size:120px}.brz .brz-fs-xs-121{font-size:121px}.brz .brz-fs-xs-122{font-size:122px}.brz .brz-fs-xs-123{font-size:123px}.brz .brz-fs-xs-124{font-size:124px}.brz .brz-fs-xs-125{font-size:125px}.brz .brz-fs-xs-126{font-size:126px}.brz .brz-fs-xs-127{font-size:127px}.brz .brz-fs-xs-128{font-size:128px}.brz .brz-fs-xs-129{font-size:129px}.brz .brz-fs-xs-130{font-size:130px}.brz .brz-fs-xs-131{font-size:131px}.brz .brz-fs-xs-132{font-size:132px}.brz .brz-fs-xs-133{font-size:133px}.brz .brz-fs-xs-134{font-size:134px}.brz .brz-fs-xs-135{font-size:135px}.brz .brz-fs-xs-136{font-size:136px}.brz .brz-fs-xs-137{font-size:137px}.brz .brz-fs-xs-138{font-size:138px}.brz .brz-fs-xs-139{font-size:139px}.brz .brz-fs-xs-140{font-size:140px}.brz .brz-fs-xs-141{font-size:141px}.brz .brz-fs-xs-142{font-size:142px}.brz .brz-fs-xs-143{font-size:143px}.brz .brz-fs-xs-144{font-size:144px}.brz .brz-fs-xs-145{font-size:145px}.brz .brz-fs-xs-146{font-size:146px}.brz .brz-fs-xs-147{font-size:147px}.brz .brz-fs-xs-148{font-size:148px}.brz .brz-fs-xs-149{font-size:149px}.brz .brz-fs-xs-150{font-size:150px}.brz .brz-fs-xs-151{font-size:151px}.brz .brz-fs-xs-152{font-size:152px}.brz .brz-fs-xs-153{font-size:153px}.brz .brz-fs-xs-154{font-size:154px}.brz .brz-fs-xs-155{font-size:155px}.brz .brz-fs-xs-156{font-size:156px}.brz .brz-fs-xs-157{font-size:157px}.brz .brz-fs-xs-158{font-size:158px}.brz .brz-fs-xs-159{font-size:159px}.brz .brz-fs-xs-160{font-size:160px}.brz .brz-fs-xs-161{font-size:161px}.brz .brz-fs-xs-162{font-size:162px}.brz .brz-fs-xs-163{font-size:163px}.brz .brz-fs-xs-164{font-size:164px}.brz .brz-fs-xs-165{font-size:165px}.brz .brz-fs-xs-166{font-size:166px}.brz .brz-fs-xs-167{font-size:167px}.brz .brz-fs-xs-168{font-size:168px}.brz .brz-fs-xs-169{font-size:169px}.brz .brz-fs-xs-170{font-size:170px}.brz .brz-fs-xs-171{font-size:171px}.brz .brz-fs-xs-172{font-size:172px}.brz .brz-fs-xs-173{font-size:173px}.brz .brz-fs-xs-174{font-size:174px}.brz .brz-fs-xs-175{font-size:175px}.brz .brz-fs-xs-176{font-size:176px}.brz .brz-fs-xs-177{font-size:177px}.brz .brz-fs-xs-178{font-size:178px}.brz .brz-fs-xs-179{font-size:179px}.brz .brz-fs-xs-180{font-size:180px}.brz .brz-lh-im-1{line-height:1em}.brz .brz-lh-im-1_1{line-height:1.1em}.brz .brz-lh-im-1_2{line-height:1.2em}.brz .brz-lh-im-1_3{line-height:1.3em}.brz .brz-lh-im-1_4{line-height:1.4em}.brz .brz-lh-im-1_5{line-height:1.5em}.brz .brz-lh-im-1_6{line-height:1.6em}.brz .brz-lh-im-1_7{line-height:1.7em}.brz .brz-lh-im-1_8{line-height:1.8em}.brz .brz-lh-im-1_9{line-height:1.9em}.brz .brz-lh-im-2{line-height:2em}.brz .brz-lh-im-2_1{line-height:2.1em}.brz .brz-lh-im-2_2{line-height:2.2em}.brz .brz-lh-im-2_3{line-height:2.3em}.brz .brz-lh-im-2_4{line-height:2.4em}.brz .brz-lh-im-2_5{line-height:2.5em}.brz .brz-lh-im-2_6{line-height:2.6em}.brz .brz-lh-im-2_7{line-height:2.7em}.brz .brz-lh-im-2_8{line-height:2.8em}.brz .brz-lh-im-2_9{line-height:2.9em}.brz .brz-lh-im-3{line-height:3em}.brz .brz-lh-im-3_1{line-height:3.1em}.brz .brz-lh-im-3_2{line-height:3.2em}.brz .brz-lh-im-3_3{line-height:3.3em}.brz .brz-lh-im-3_4{line-height:3.4em}.brz .brz-lh-im-3_5{line-height:3.5em}.brz .brz-lh-im-3_6{line-height:3.6em}.brz .brz-lh-im-3_7{line-height:3.7em}.brz .brz-lh-im-3_8{line-height:3.8em}.brz .brz-lh-im-3_9{line-height:3.9em}.brz .brz-lh-im-4{line-height:4em}.brz .brz-lh-im-4_1{line-height:4.1em}.brz .brz-lh-im-4_2{line-height:4.2em}.brz .brz-lh-im-4_3{line-height:4.3em}.brz .brz-lh-im-4_4{line-height:4.4em}.brz .brz-lh-im-4_5{line-height:4.5em}.brz .brz-lh-im-4_6{line-height:4.6em}.brz .brz-lh-im-4_7{line-height:4.7em}.brz .brz-lh-im-4_8{line-height:4.8em}.brz .brz-lh-im-4_9{line-height:4.9em}.brz .brz-lh-im-5{line-height:5em}.brz .brz-lh-im-5_1{line-height:5.1em}.brz .brz-lh-im-5_2{line-height:5.2em}.brz .brz-lh-im-5_3{line-height:5.3em}.brz .brz-lh-im-5_4{line-height:5.4em}.brz .brz-lh-im-5_5{line-height:5.5em}.brz .brz-lh-im-5_6{line-height:5.6em}.brz .brz-lh-im-5_7{line-height:5.7em}.brz .brz-lh-im-5_8{line-height:5.8em}.brz .brz-lh-im-5_9{line-height:5.9em}.brz .brz-lh-xs-1{line-height:1em}.brz .brz-lh-xs-1_1{line-height:1.1em}.brz .brz-lh-xs-1_2{line-height:1.2em}.brz .brz-lh-xs-1_3{line-height:1.3em}.brz .brz-lh-xs-1_4{line-height:1.4em}.brz .brz-lh-xs-1_5{line-height:1.5em}.brz .brz-lh-xs-1_6{line-height:1.6em}.brz .brz-lh-xs-1_7{line-height:1.7em}.brz .brz-lh-xs-1_8{line-height:1.8em}.brz .brz-lh-xs-1_9{line-height:1.9em}.brz .brz-lh-xs-2{line-height:2em}.brz .brz-lh-xs-2_1{line-height:2.1em}.brz .brz-lh-xs-2_2{line-height:2.2em}.brz .brz-lh-xs-2_3{line-height:2.3em}.brz .brz-lh-xs-2_4{line-height:2.4em}.brz .brz-lh-xs-2_5{line-height:2.5em}.brz .brz-lh-xs-2_6{line-height:2.6em}.brz .brz-lh-xs-2_7{line-height:2.7em}.brz .brz-lh-xs-2_8{line-height:2.8em}.brz .brz-lh-xs-2_9{line-height:2.9em}.brz .brz-lh-xs-3{line-height:3em}.brz .brz-lh-xs-3_1{line-height:3.1em}.brz .brz-lh-xs-3_2{line-height:3.2em}.brz .brz-lh-xs-3_3{line-height:3.3em}.brz .brz-lh-xs-3_4{line-height:3.4em}.brz .brz-lh-xs-3_5{line-height:3.5em}.brz .brz-lh-xs-3_6{line-height:3.6em}.brz .brz-lh-xs-3_7{line-height:3.7em}.brz .brz-lh-xs-3_8{line-height:3.8em}.brz .brz-lh-xs-3_9{line-height:3.9em}.brz .brz-lh-xs-4{line-height:4em}.brz .brz-lh-xs-4_1{line-height:4.1em}.brz .brz-lh-xs-4_2{line-height:4.2em}.brz .brz-lh-xs-4_3{line-height:4.3em}.brz .brz-lh-xs-4_4{line-height:4.4em}.brz .brz-lh-xs-4_5{line-height:4.5em}.brz .brz-lh-xs-4_6{line-height:4.6em}.brz .brz-lh-xs-4_7{line-height:4.7em}.brz .brz-lh-xs-4_8{line-height:4.8em}.brz .brz-lh-xs-4_9{line-height:4.9em}.brz .brz-lh-xs-5{line-height:5em}.brz .brz-lh-xs-5_1{line-height:5.1em}.brz .brz-lh-xs-5_2{line-height:5.2em}.brz .brz-lh-xs-5_3{line-height:5.3em}.brz .brz-lh-xs-5_4{line-height:5.4em}.brz .brz-lh-xs-5_5{line-height:5.5em}.brz .brz-lh-xs-5_6{line-height:5.6em}.brz .brz-lh-xs-5_7{line-height:5.7em}.brz .brz-lh-xs-5_8{line-height:5.8em}.brz .brz-lh-xs-5_9{line-height:5.9em}.brz .brz-fw-im-100{font-weight:100!important}.brz .brz-fw-im-200{font-weight:200!important}.brz .brz-fw-im-300{font-weight:300!important}.brz .brz-fw-im-400{font-weight:400!important}.brz .brz-fw-im-500{font-weight:500!important}.brz .brz-fw-im-600{font-weight:600!important}.brz .brz-fw-im-700{font-weight:700!important}.brz .brz-fw-im-800{font-weight:800!important}.brz .brz-fw-im-900{font-weight:900!important}.brz .brz-fw-im-1000{font-weight:1000!important}.brz .brz-fw-im-1100{font-weight:1100!important}.brz .brz-fw-im-1200{font-weight:1200!important}.brz .brz-fw-im-1300{font-weight:1300!important}.brz .brz-fw-im-1400{font-weight:1400!important}.brz .brz-fw-im-1500{font-weight:1500!important}.brz .brz-fw-xs-100{font-weight:100!important}.brz .brz-fw-xs-200{font-weight:200!important}.brz .brz-fw-xs-300{font-weight:300!important}.brz .brz-fw-xs-400{font-weight:400!important}.brz .brz-fw-xs-500{font-weight:500!important}.brz .brz-fw-xs-600{font-weight:600!important}.brz .brz-fw-xs-700{font-weight:700!important}.brz .brz-fw-xs-800{font-weight:800!important}.brz .brz-fw-xs-900{font-weight:900!important}.brz .brz-fw-xs-1000{font-weight:1000!important}.brz .brz-fw-xs-1100{font-weight:1100!important}.brz .brz-fw-xs-1200{font-weight:1200!important}.brz .brz-fw-xs-1300{font-weight:1300!important}.brz .brz-fw-xs-1400{font-weight:1400!important}.brz .brz-fw-xs-1500{font-weight:1500!important}.brz .brz-ls-im-m_5{letter-spacing:-5px}.brz .brz-ls-im-m_5_5{letter-spacing:-5.5px}.brz .brz-ls-im-m_4{letter-spacing:-4px}.brz .brz-ls-im-m_4_5{letter-spacing:-4.5px}.brz .brz-ls-im-m_3{letter-spacing:-3px}.brz .brz-ls-im-m_3_5{letter-spacing:-3.5px}.brz .brz-ls-im-m_2{letter-spacing:-2px}.brz .brz-ls-im-m_2_5{letter-spacing:-2.5px}.brz .brz-ls-im-m_1{letter-spacing:-1px}.brz .brz-ls-im-m_1_5{letter-spacing:-1.5px}.brz .brz-ls-im-m_0{letter-spacing:0}.brz .brz-ls-im-m_0_5{letter-spacing:-.5px}.brz .brz-ls-im-0{letter-spacing:0}.brz .brz-ls-im-0_5{letter-spacing:.5px}.brz .brz-ls-im-1{letter-spacing:1px}.brz .brz-ls-im-1_5{letter-spacing:1.5px}.brz .brz-ls-im-2{letter-spacing:2px}.brz .brz-ls-im-2_5{letter-spacing:2.5px}.brz .brz-ls-im-3{letter-spacing:3px}.brz .brz-ls-im-3_5{letter-spacing:3.5px}.brz .brz-ls-im-4{letter-spacing:4px}.brz .brz-ls-im-4_5{letter-spacing:4.5px}.brz .brz-ls-im-5{letter-spacing:5px}.brz .brz-ls-im-5_5{letter-spacing:5.5px}.brz .brz-ls-im-6{letter-spacing:6px}.brz .brz-ls-im-6_5{letter-spacing:6.5px}.brz .brz-ls-im-7{letter-spacing:7px}.brz .brz-ls-im-7_5{letter-spacing:7.5px}.brz .brz-ls-im-8{letter-spacing:8px}.brz .brz-ls-im-8_5{letter-spacing:8.5px}.brz .brz-ls-im-9{letter-spacing:9px}.brz .brz-ls-im-9_5{letter-spacing:9.5px}.brz .brz-ls-im-10{letter-spacing:10px}.brz .brz-ls-im-10_5{letter-spacing:10.5px}.brz .brz-ls-im-11{letter-spacing:11px}.brz .brz-ls-im-11_5{letter-spacing:11.5px}.brz .brz-ls-im-12{letter-spacing:12px}.brz .brz-ls-im-12_5{letter-spacing:12.5px}.brz .brz-ls-im-13{letter-spacing:13px}.brz .brz-ls-im-13_5{letter-spacing:13.5px}.brz .brz-ls-im-14{letter-spacing:14px}.brz .brz-ls-im-14_5{letter-spacing:14.5px}.brz .brz-ls-im-15{letter-spacing:15px}.brz .brz-ls-im-15_5{letter-spacing:15.5px}.brz .brz-ls-xs-m_5{letter-spacing:-5px}.brz .brz-ls-xs-m_5_5{letter-spacing:-5.5px}.brz .brz-ls-xs-m_4{letter-spacing:-4px}.brz .brz-ls-xs-m_4_5{letter-spacing:-4.5px}.brz .brz-ls-xs-m_3{letter-spacing:-3px}.brz .brz-ls-xs-m_3_5{letter-spacing:-3.5px}.brz .brz-ls-xs-m_2{letter-spacing:-2px}.brz .brz-ls-xs-m_2_5{letter-spacing:-2.5px}.brz .brz-ls-xs-m_1{letter-spacing:-1px}.brz .brz-ls-xs-m_1_5{letter-spacing:-1.5px}.brz .brz-ls-xs-m_0{letter-spacing:0}.brz .brz-ls-xs-m_0_5{letter-spacing:-.5px}.brz .brz-ls-xs-0{letter-spacing:0}.brz .brz-ls-xs-0_5{letter-spacing:.5px}.brz .brz-ls-xs-1{letter-spacing:1px}.brz .brz-ls-xs-1_5{letter-spacing:1.5px}.brz .brz-ls-xs-2{letter-spacing:2px}.brz .brz-ls-xs-2_5{letter-spacing:2.5px}.brz .brz-ls-xs-3{letter-spacing:3px}.brz .brz-ls-xs-3_5{letter-spacing:3.5px}.brz .brz-ls-xs-4{letter-spacing:4px}.brz .brz-ls-xs-4_5{letter-spacing:4.5px}.brz .brz-ls-xs-5{letter-spacing:5px}.brz .brz-ls-xs-5_5{letter-spacing:5.5px}.brz .brz-ls-xs-6{letter-spacing:6px}.brz .brz-ls-xs-6_5{letter-spacing:6.5px}.brz .brz-ls-xs-7{letter-spacing:7px}.brz .brz-ls-xs-7_5{letter-spacing:7.5px}.brz .brz-ls-xs-8{letter-spacing:8px}.brz .brz-ls-xs-8_5{letter-spacing:8.5px}.brz .brz-ls-xs-9{letter-spacing:9px}.brz .brz-ls-xs-9_5{letter-spacing:9.5px}.brz .brz-ls-xs-10{letter-spacing:10px}.brz .brz-ls-xs-10_5{letter-spacing:10.5px}.brz .brz-ls-xs-11{letter-spacing:11px}.brz .brz-ls-xs-11_5{letter-spacing:11.5px}.brz .brz-ls-xs-12{letter-spacing:12px}.brz .brz-ls-xs-12_5{letter-spacing:12.5px}.brz .brz-ls-xs-13{letter-spacing:13px}.brz .brz-ls-xs-13_5{letter-spacing:13.5px}.brz .brz-ls-xs-14{letter-spacing:14px}.brz .brz-ls-xs-14_5{letter-spacing:14.5px}.brz .brz-ls-xs-15{letter-spacing:15px}.brz .brz-ls-xs-15_5{letter-spacing:15.5px}.brz .brz-mt-xs-0{margin-top:0!important}.brz .brz-mt-xs-1{margin-top:1px!important}.brz .brz-mt-xs-2{margin-top:2px!important}.brz .brz-mt-xs-3{margin-top:3px!important}.brz .brz-mt-xs-4{margin-top:4px!important}.brz .brz-mt-xs-5{margin-top:5px!important}.brz .brz-mt-xs-6{margin-top:6px!important}.brz .brz-mt-xs-7{margin-top:7px!important}.brz .brz-mt-xs-8{margin-top:8px!important}.brz .brz-mt-xs-9{margin-top:9px!important}.brz .brz-mt-xs-10{margin-top:10px!important}.brz .brz-mt-xs-11{margin-top:11px!important}.brz .brz-mt-xs-12{margin-top:12px!important}.brz .brz-mt-xs-13{margin-top:13px!important}.brz .brz-mt-xs-14{margin-top:14px!important}.brz .brz-mt-xs-15{margin-top:15px!important}.brz .brz-mt-xs-16{margin-top:16px!important}.brz .brz-mt-xs-17{margin-top:17px!important}.brz .brz-mt-xs-18{margin-top:18px!important}.brz .brz-mt-xs-19{margin-top:19px!important}.brz .brz-mt-xs-20{margin-top:20px!important}.brz .brz-mt-xs-21{margin-top:21px!important}.brz .brz-mt-xs-22{margin-top:22px!important}.brz .brz-mt-xs-23{margin-top:23px!important}.brz .brz-mt-xs-24{margin-top:24px!important}.brz .brz-mt-xs-25{margin-top:25px!important}.brz .brz-mt-xs-26{margin-top:26px!important}.brz .brz-mt-xs-27{margin-top:27px!important}.brz .brz-mt-xs-28{margin-top:28px!important}.brz .brz-mt-xs-29{margin-top:29px!important}.brz .brz-mt-xs-30{margin-top:30px!important}.brz .brz-mt-xs-31{margin-top:31px!important}.brz .brz-mt-xs-32{margin-top:32px!important}.brz .brz-mt-xs-33{margin-top:33px!important}.brz .brz-mt-xs-34{margin-top:34px!important}.brz .brz-mt-xs-35{margin-top:35px!important}.brz .brz-mt-xs-36{margin-top:36px!important}.brz .brz-mt-xs-37{margin-top:37px!important}.brz .brz-mt-xs-38{margin-top:38px!important}.brz .brz-mt-xs-39{margin-top:39px!important}.brz .brz-mt-xs-40{margin-top:40px!important}.brz .brz-mt-xs-41{margin-top:41px!important}.brz .brz-mt-xs-42{margin-top:42px!important}.brz .brz-mt-xs-43{margin-top:43px!important}.brz .brz-mt-xs-44{margin-top:44px!important}.brz .brz-mt-xs-45{margin-top:45px!important}.brz .brz-mt-xs-46{margin-top:46px!important}.brz .brz-mt-xs-47{margin-top:47px!important}.brz .brz-mt-xs-48{margin-top:48px!important}.brz .brz-mt-xs-49{margin-top:49px!important}.brz .brz-mt-xs-50{margin-top:50px!important}.brz .brz-mt-xs-51{margin-top:51px!important}.brz .brz-mt-xs-52{margin-top:52px!important}.brz .brz-mt-xs-53{margin-top:53px!important}.brz .brz-mt-xs-54{margin-top:54px!important}.brz .brz-mt-xs-55{margin-top:55px!important}.brz .brz-mt-xs-56{margin-top:56px!important}.brz .brz-mt-xs-57{margin-top:57px!important}.brz .brz-mt-xs-58{margin-top:58px!important}.brz .brz-mt-xs-59{margin-top:59px!important}.brz .brz-mt-xs-60{margin-top:60px!important}.brz .brz-mt-xs-61{margin-top:61px!important}.brz .brz-mt-xs-62{margin-top:62px!important}.brz .brz-mt-xs-63{margin-top:63px!important}.brz .brz-mt-xs-64{margin-top:64px!important}.brz .brz-mt-xs-65{margin-top:65px!important}.brz .brz-mt-xs-66{margin-top:66px!important}.brz .brz-mt-xs-67{margin-top:67px!important}.brz .brz-mt-xs-68{margin-top:68px!important}.brz .brz-mt-xs-69{margin-top:69px!important}.brz .brz-mt-xs-70{margin-top:70px!important}.brz .brz-mt-xs-71{margin-top:71px!important}.brz .brz-mt-xs-72{margin-top:72px!important}.brz .brz-mt-xs-73{margin-top:73px!important}.brz .brz-mt-xs-74{margin-top:74px!important}.brz .brz-mt-xs-75{margin-top:75px!important}.brz .brz-mt-xs-76{margin-top:76px!important}.brz .brz-mt-xs-77{margin-top:77px!important}.brz .brz-mt-xs-78{margin-top:78px!important}.brz .brz-mt-xs-79{margin-top:79px!important}.brz .brz-mt-xs-80{margin-top:80px!important}.brz .brz-mt-xs-81{margin-top:81px!important}.brz .brz-mt-xs-82{margin-top:82px!important}.brz .brz-mt-xs-83{margin-top:83px!important}.brz .brz-mt-xs-84{margin-top:84px!important}.brz .brz-mt-xs-85{margin-top:85px!important}.brz .brz-mt-xs-86{margin-top:86px!important}.brz .brz-mt-xs-87{margin-top:87px!important}.brz .brz-mt-xs-88{margin-top:88px!important}.brz .brz-mt-xs-89{margin-top:89px!important}.brz .brz-mt-xs-90{margin-top:90px!important}.brz .brz-mt-xs-91{margin-top:91px!important}.brz .brz-mt-xs-92{margin-top:92px!important}.brz .brz-mt-xs-93{margin-top:93px!important}.brz .brz-mt-xs-94{margin-top:94px!important}.brz .brz-mt-xs-95{margin-top:95px!important}.brz .brz-mt-xs-96{margin-top:96px!important}.brz .brz-mt-xs-97{margin-top:97px!important}.brz .brz-mt-xs-98{margin-top:98px!important}.brz .brz-mt-xs-99{margin-top:99px!important}.brz .brz-mt-xs-100{margin-top:100px!important}.brz .brz-mb-xs-0{margin-bottom:0!important}.brz .brz-mb-xs-1{margin-bottom:1px!important}.brz .brz-mb-xs-2{margin-bottom:2px!important}.brz .brz-mb-xs-3{margin-bottom:3px!important}.brz .brz-mb-xs-4{margin-bottom:4px!important}.brz .brz-mb-xs-5{margin-bottom:5px!important}.brz .brz-mb-xs-6{margin-bottom:6px!important}.brz .brz-mb-xs-7{margin-bottom:7px!important}.brz .brz-mb-xs-8{margin-bottom:8px!important}.brz .brz-mb-xs-9{margin-bottom:9px!important}.brz .brz-mb-xs-10{margin-bottom:10px!important}.brz .brz-mb-xs-11{margin-bottom:11px!important}.brz .brz-mb-xs-12{margin-bottom:12px!important}.brz .brz-mb-xs-13{margin-bottom:13px!important}.brz .brz-mb-xs-14{margin-bottom:14px!important}.brz .brz-mb-xs-15{margin-bottom:15px!important}.brz .brz-mb-xs-16{margin-bottom:16px!important}.brz .brz-mb-xs-17{margin-bottom:17px!important}.brz .brz-mb-xs-18{margin-bottom:18px!important}.brz .brz-mb-xs-19{margin-bottom:19px!important}.brz .brz-mb-xs-20{margin-bottom:20px!important}.brz .brz-mb-xs-21{margin-bottom:21px!important}.brz .brz-mb-xs-22{margin-bottom:22px!important}.brz .brz-mb-xs-23{margin-bottom:23px!important}.brz .brz-mb-xs-24{margin-bottom:24px!important}.brz .brz-mb-xs-25{margin-bottom:25px!important}.brz .brz-mb-xs-26{margin-bottom:26px!important}.brz .brz-mb-xs-27{margin-bottom:27px!important}.brz .brz-mb-xs-28{margin-bottom:28px!important}.brz .brz-mb-xs-29{margin-bottom:29px!important}.brz .brz-mb-xs-30{margin-bottom:30px!important}.brz .brz-mb-xs-31{margin-bottom:31px!important}.brz .brz-mb-xs-32{margin-bottom:32px!important}.brz .brz-mb-xs-33{margin-bottom:33px!important}.brz .brz-mb-xs-34{margin-bottom:34px!important}.brz .brz-mb-xs-35{margin-bottom:35px!important}.brz .brz-mb-xs-36{margin-bottom:36px!important}.brz .brz-mb-xs-37{margin-bottom:37px!important}.brz .brz-mb-xs-38{margin-bottom:38px!important}.brz .brz-mb-xs-39{margin-bottom:39px!important}.brz .brz-mb-xs-40{margin-bottom:40px!important}.brz .brz-mb-xs-41{margin-bottom:41px!important}.brz .brz-mb-xs-42{margin-bottom:42px!important}.brz .brz-mb-xs-43{margin-bottom:43px!important}.brz .brz-mb-xs-44{margin-bottom:44px!important}.brz .brz-mb-xs-45{margin-bottom:45px!important}.brz .brz-mb-xs-46{margin-bottom:46px!important}.brz .brz-mb-xs-47{margin-bottom:47px!important}.brz .brz-mb-xs-48{margin-bottom:48px!important}.brz .brz-mb-xs-49{margin-bottom:49px!important}.brz .brz-mb-xs-50{margin-bottom:50px!important}.brz .brz-mb-xs-51{margin-bottom:51px!important}.brz .brz-mb-xs-52{margin-bottom:52px!important}.brz .brz-mb-xs-53{margin-bottom:53px!important}.brz .brz-mb-xs-54{margin-bottom:54px!important}.brz .brz-mb-xs-55{margin-bottom:55px!important}.brz .brz-mb-xs-56{margin-bottom:56px!important}.brz .brz-mb-xs-57{margin-bottom:57px!important}.brz .brz-mb-xs-58{margin-bottom:58px!important}.brz .brz-mb-xs-59{margin-bottom:59px!important}.brz .brz-mb-xs-60{margin-bottom:60px!important}.brz .brz-mb-xs-61{margin-bottom:61px!important}.brz .brz-mb-xs-62{margin-bottom:62px!important}.brz .brz-mb-xs-63{margin-bottom:63px!important}.brz .brz-mb-xs-64{margin-bottom:64px!important}.brz .brz-mb-xs-65{margin-bottom:65px!important}.brz .brz-mb-xs-66{margin-bottom:66px!important}.brz .brz-mb-xs-67{margin-bottom:67px!important}.brz .brz-mb-xs-68{margin-bottom:68px!important}.brz .brz-mb-xs-69{margin-bottom:69px!important}.brz .brz-mb-xs-70{margin-bottom:70px!important}.brz .brz-mb-xs-71{margin-bottom:71px!important}.brz .brz-mb-xs-72{margin-bottom:72px!important}.brz .brz-mb-xs-73{margin-bottom:73px!important}.brz .brz-mb-xs-74{margin-bottom:74px!important}.brz .brz-mb-xs-75{margin-bottom:75px!important}.brz .brz-mb-xs-76{margin-bottom:76px!important}.brz .brz-mb-xs-77{margin-bottom:77px!important}.brz .brz-mb-xs-78{margin-bottom:78px!important}.brz .brz-mb-xs-79{margin-bottom:79px!important}.brz .brz-mb-xs-80{margin-bottom:80px!important}.brz .brz-mb-xs-81{margin-bottom:81px!important}.brz .brz-mb-xs-82{margin-bottom:82px!important}.brz .brz-mb-xs-83{margin-bottom:83px!important}.brz .brz-mb-xs-84{margin-bottom:84px!important}.brz .brz-mb-xs-85{margin-bottom:85px!important}.brz .brz-mb-xs-86{margin-bottom:86px!important}.brz .brz-mb-xs-87{margin-bottom:87px!important}.brz .brz-mb-xs-88{margin-bottom:88px!important}.brz .brz-mb-xs-89{margin-bottom:89px!important}.brz .brz-mb-xs-90{margin-bottom:90px!important}.brz .brz-mb-xs-91{margin-bottom:91px!important}.brz .brz-mb-xs-92{margin-bottom:92px!important}.brz .brz-mb-xs-93{margin-bottom:93px!important}.brz .brz-mb-xs-94{margin-bottom:94px!important}.brz .brz-mb-xs-95{margin-bottom:95px!important}.brz .brz-mb-xs-96{margin-bottom:96px!important}.brz .brz-mb-xs-97{margin-bottom:97px!important}.brz .brz-mb-xs-98{margin-bottom:98px!important}.brz .brz-mb-xs-99{margin-bottom:99px!important}.brz .brz-mb-xs-100{margin-bottom:100px!important}.brz .brz-text-xs-left{text-align:left!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-text-xs-right{text-align:right!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-text-xs-center{text-align:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media (min-width:768px){.brz .brz-fs-lg-6{font-size:6px}.brz .brz-fs-lg-7{font-size:7px}.brz .brz-fs-lg-8{font-size:8px}.brz .brz-fs-lg-9{font-size:9px}.brz .brz-fs-lg-10{font-size:10px}.brz .brz-fs-lg-11{font-size:11px}.brz .brz-fs-lg-12{font-size:12px}.brz .brz-fs-lg-13{font-size:13px}.brz .brz-fs-lg-14{font-size:14px}.brz .brz-fs-lg-15{font-size:15px}.brz .brz-fs-lg-16{font-size:16px}.brz .brz-fs-lg-17{font-size:17px}.brz .brz-fs-lg-18{font-size:18px}.brz .brz-fs-lg-19{font-size:19px}.brz .brz-fs-lg-20{font-size:20px}.brz .brz-fs-lg-21{font-size:21px}.brz .brz-fs-lg-22{font-size:22px}.brz .brz-fs-lg-23{font-size:23px}.brz .brz-fs-lg-24{font-size:24px}.brz .brz-fs-lg-25{font-size:25px}.brz .brz-fs-lg-26{font-size:26px}.brz .brz-fs-lg-27{font-size:27px}.brz .brz-fs-lg-28{font-size:28px}.brz .brz-fs-lg-29{font-size:29px}.brz .brz-fs-lg-30{font-size:30px}.brz .brz-fs-lg-31{font-size:31px}.brz .brz-fs-lg-32{font-size:32px}.brz .brz-fs-lg-33{font-size:33px}.brz .brz-fs-lg-34{font-size:34px}.brz .brz-fs-lg-35{font-size:35px}.brz .brz-fs-lg-36{font-size:36px}.brz .brz-fs-lg-37{font-size:37px}.brz .brz-fs-lg-38{font-size:38px}.brz .brz-fs-lg-39{font-size:39px}.brz .brz-fs-lg-40{font-size:40px}.brz .brz-fs-lg-41{font-size:41px}.brz .brz-fs-lg-42{font-size:42px}.brz .brz-fs-lg-43{font-size:43px}.brz .brz-fs-lg-44{font-size:44px}.brz .brz-fs-lg-45{font-size:45px}.brz .brz-fs-lg-46{font-size:46px}.brz .brz-fs-lg-47{font-size:47px}.brz .brz-fs-lg-48{font-size:48px}.brz .brz-fs-lg-49{font-size:49px}.brz .brz-fs-lg-50{font-size:50px}.brz .brz-fs-lg-51{font-size:51px}.brz .brz-fs-lg-52{font-size:52px}.brz .brz-fs-lg-53{font-size:53px}.brz .brz-fs-lg-54{font-size:54px}.brz .brz-fs-lg-55{font-size:55px}.brz .brz-fs-lg-56{font-size:56px}.brz .brz-fs-lg-57{font-size:57px}.brz .brz-fs-lg-58{font-size:58px}.brz .brz-fs-lg-59{font-size:59px}.brz .brz-fs-lg-60{font-size:60px}.brz .brz-fs-lg-61{font-size:61px}.brz .brz-fs-lg-62{font-size:62px}.brz .brz-fs-lg-63{font-size:63px}.brz .brz-fs-lg-64{font-size:64px}.brz .brz-fs-lg-65{font-size:65px}.brz .brz-fs-lg-66{font-size:66px}.brz .brz-fs-lg-67{font-size:67px}.brz .brz-fs-lg-68{font-size:68px}.brz .brz-fs-lg-69{font-size:69px}.brz .brz-fs-lg-70{font-size:70px}.brz .brz-fs-lg-71{font-size:71px}.brz .brz-fs-lg-72{font-size:72px}.brz .brz-fs-lg-73{font-size:73px}.brz .brz-fs-lg-74{font-size:74px}.brz .brz-fs-lg-75{font-size:75px}.brz .brz-fs-lg-76{font-size:76px}.brz .brz-fs-lg-77{font-size:77px}.brz .brz-fs-lg-78{font-size:78px}.brz .brz-fs-lg-79{font-size:79px}.brz .brz-fs-lg-80{font-size:80px}.brz .brz-fs-lg-81{font-size:81px}.brz .brz-fs-lg-82{font-size:82px}.brz .brz-fs-lg-83{font-size:83px}.brz .brz-fs-lg-84{font-size:84px}.brz .brz-fs-lg-85{font-size:85px}.brz .brz-fs-lg-86{font-size:86px}.brz .brz-fs-lg-87{font-size:87px}.brz .brz-fs-lg-88{font-size:88px}.brz .brz-fs-lg-89{font-size:89px}.brz .brz-fs-lg-90{font-size:90px}.brz .brz-fs-lg-91{font-size:91px}.brz .brz-fs-lg-92{font-size:92px}.brz .brz-fs-lg-93{font-size:93px}.brz .brz-fs-lg-94{font-size:94px}.brz .brz-fs-lg-95{font-size:95px}.brz .brz-fs-lg-96{font-size:96px}.brz .brz-fs-lg-97{font-size:97px}.brz .brz-fs-lg-98{font-size:98px}.brz .brz-fs-lg-99{font-size:99px}.brz .brz-fs-lg-100{font-size:100px}.brz .brz-fs-lg-101{font-size:101px}.brz .brz-fs-lg-102{font-size:102px}.brz .brz-fs-lg-103{font-size:103px}.brz .brz-fs-lg-104{font-size:104px}.brz .brz-fs-lg-105{font-size:105px}.brz .brz-fs-lg-106{font-size:106px}.brz .brz-fs-lg-107{font-size:107px}.brz .brz-fs-lg-108{font-size:108px}.brz .brz-fs-lg-109{font-size:109px}.brz .brz-fs-lg-110{font-size:110px}.brz .brz-fs-lg-111{font-size:111px}.brz .brz-fs-lg-112{font-size:112px}.brz .brz-fs-lg-113{font-size:113px}.brz .brz-fs-lg-114{font-size:114px}.brz .brz-fs-lg-115{font-size:115px}.brz .brz-fs-lg-116{font-size:116px}.brz .brz-fs-lg-117{font-size:117px}.brz .brz-fs-lg-118{font-size:118px}.brz .brz-fs-lg-119{font-size:119px}.brz .brz-fs-lg-120{font-size:120px}.brz .brz-fs-lg-121{font-size:121px}.brz .brz-fs-lg-122{font-size:122px}.brz .brz-fs-lg-123{font-size:123px}.brz .brz-fs-lg-124{font-size:124px}.brz .brz-fs-lg-125{font-size:125px}.brz .brz-fs-lg-126{font-size:126px}.brz .brz-fs-lg-127{font-size:127px}.brz .brz-fs-lg-128{font-size:128px}.brz .brz-fs-lg-129{font-size:129px}.brz .brz-fs-lg-130{font-size:130px}.brz .brz-fs-lg-131{font-size:131px}.brz .brz-fs-lg-132{font-size:132px}.brz .brz-fs-lg-133{font-size:133px}.brz .brz-fs-lg-134{font-size:134px}.brz .brz-fs-lg-135{font-size:135px}.brz .brz-fs-lg-136{font-size:136px}.brz .brz-fs-lg-137{font-size:137px}.brz .brz-fs-lg-138{font-size:138px}.brz .brz-fs-lg-139{font-size:139px}.brz .brz-fs-lg-140{font-size:140px}.brz .brz-fs-lg-141{font-size:141px}.brz .brz-fs-lg-142{font-size:142px}.brz .brz-fs-lg-143{font-size:143px}.brz .brz-fs-lg-144{font-size:144px}.brz .brz-fs-lg-145{font-size:145px}.brz .brz-fs-lg-146{font-size:146px}.brz .brz-fs-lg-147{font-size:147px}.brz .brz-fs-lg-148{font-size:148px}.brz .brz-fs-lg-149{font-size:149px}.brz .brz-fs-lg-150{font-size:150px}.brz .brz-fs-lg-151{font-size:151px}.brz .brz-fs-lg-152{font-size:152px}.brz .brz-fs-lg-153{font-size:153px}.brz .brz-fs-lg-154{font-size:154px}.brz .brz-fs-lg-155{font-size:155px}.brz .brz-fs-lg-156{font-size:156px}.brz .brz-fs-lg-157{font-size:157px}.brz .brz-fs-lg-158{font-size:158px}.brz .brz-fs-lg-159{font-size:159px}.brz .brz-fs-lg-160{font-size:160px}.brz .brz-fs-lg-161{font-size:161px}.brz .brz-fs-lg-162{font-size:162px}.brz .brz-fs-lg-163{font-size:163px}.brz .brz-fs-lg-164{font-size:164px}.brz .brz-fs-lg-165{font-size:165px}.brz .brz-fs-lg-166{font-size:166px}.brz .brz-fs-lg-167{font-size:167px}.brz .brz-fs-lg-168{font-size:168px}.brz .brz-fs-lg-169{font-size:169px}.brz .brz-fs-lg-170{font-size:170px}.brz .brz-fs-lg-171{font-size:171px}.brz .brz-fs-lg-172{font-size:172px}.brz .brz-fs-lg-173{font-size:173px}.brz .brz-fs-lg-174{font-size:174px}.brz .brz-fs-lg-175{font-size:175px}.brz .brz-fs-lg-176{font-size:176px}.brz .brz-fs-lg-177{font-size:177px}.brz .brz-fs-lg-178{font-size:178px}.brz .brz-fs-lg-179{font-size:179px}.brz .brz-fs-lg-180{font-size:180px}.brz .brz-lh-lg-1{line-height:1em}.brz .brz-lh-lg-1_1{line-height:1.1em}.brz .brz-lh-lg-1_2{line-height:1.2em}.brz .brz-lh-lg-1_3{line-height:1.3em}.brz .brz-lh-lg-1_4{line-height:1.4em}.brz .brz-lh-lg-1_5{line-height:1.5em}.brz .brz-lh-lg-1_6{line-height:1.6em}.brz .brz-lh-lg-1_7{line-height:1.7em}.brz .brz-lh-lg-1_8{line-height:1.8em}.brz .brz-lh-lg-1_9{line-height:1.9em}.brz .brz-lh-lg-2{line-height:2em}.brz .brz-lh-lg-2_1{line-height:2.1em}.brz .brz-lh-lg-2_2{line-height:2.2em}.brz .brz-lh-lg-2_3{line-height:2.3em}.brz .brz-lh-lg-2_4{line-height:2.4em}.brz .brz-lh-lg-2_5{line-height:2.5em}.brz .brz-lh-lg-2_6{line-height:2.6em}.brz .brz-lh-lg-2_7{line-height:2.7em}.brz .brz-lh-lg-2_8{line-height:2.8em}.brz .brz-lh-lg-2_9{line-height:2.9em}.brz .brz-lh-lg-3{line-height:3em}.brz .brz-lh-lg-3_1{line-height:3.1em}.brz .brz-lh-lg-3_2{line-height:3.2em}.brz .brz-lh-lg-3_3{line-height:3.3em}.brz .brz-lh-lg-3_4{line-height:3.4em}.brz .brz-lh-lg-3_5{line-height:3.5em}.brz .brz-lh-lg-3_6{line-height:3.6em}.brz .brz-lh-lg-3_7{line-height:3.7em}.brz .brz-lh-lg-3_8{line-height:3.8em}.brz .brz-lh-lg-3_9{line-height:3.9em}.brz .brz-lh-lg-4{line-height:4em}.brz .brz-lh-lg-4_1{line-height:4.1em}.brz .brz-lh-lg-4_2{line-height:4.2em}.brz .brz-lh-lg-4_3{line-height:4.3em}.brz .brz-lh-lg-4_4{line-height:4.4em}.brz .brz-lh-lg-4_5{line-height:4.5em}.brz .brz-lh-lg-4_6{line-height:4.6em}.brz .brz-lh-lg-4_7{line-height:4.7em}.brz .brz-lh-lg-4_8{line-height:4.8em}.brz .brz-lh-lg-4_9{line-height:4.9em}.brz .brz-lh-lg-5{line-height:5em}.brz .brz-lh-lg-5_1{line-height:5.1em}.brz .brz-lh-lg-5_2{line-height:5.2em}.brz .brz-lh-lg-5_3{line-height:5.3em}.brz .brz-lh-lg-5_4{line-height:5.4em}.brz .brz-lh-lg-5_5{line-height:5.5em}.brz .brz-lh-lg-5_6{line-height:5.6em}.brz .brz-lh-lg-5_7{line-height:5.7em}.brz .brz-lh-lg-5_8{line-height:5.8em}.brz .brz-lh-lg-5_9{line-height:5.9em}.brz .brz-ls-lg-m_5{letter-spacing:-5px}.brz .brz-ls-lg-m_5_5{letter-spacing:-5.5px}.brz .brz-ls-lg-m_4{letter-spacing:-4px}.brz .brz-ls-lg-m_4_5{letter-spacing:-4.5px}.brz .brz-ls-lg-m_3{letter-spacing:-3px}.brz .brz-ls-lg-m_3_5{letter-spacing:-3.5px}.brz .brz-ls-lg-m_2{letter-spacing:-2px}.brz .brz-ls-lg-m_2_5{letter-spacing:-2.5px}.brz .brz-ls-lg-m_1{letter-spacing:-1px}.brz .brz-ls-lg-m_1_5{letter-spacing:-1.5px}.brz .brz-ls-lg-m_0{letter-spacing:0}.brz .brz-ls-lg-m_0_5{letter-spacing:-.5px}.brz .brz-ls-lg-0{letter-spacing:0}.brz .brz-ls-lg-0_5{letter-spacing:.5px}.brz .brz-ls-lg-1{letter-spacing:1px}.brz .brz-ls-lg-1_5{letter-spacing:1.5px}.brz .brz-ls-lg-2{letter-spacing:2px}.brz .brz-ls-lg-2_5{letter-spacing:2.5px}.brz .brz-ls-lg-3{letter-spacing:3px}.brz .brz-ls-lg-3_5{letter-spacing:3.5px}.brz .brz-ls-lg-4{letter-spacing:4px}.brz .brz-ls-lg-4_5{letter-spacing:4.5px}.brz .brz-ls-lg-5{letter-spacing:5px}.brz .brz-ls-lg-5_5{letter-spacing:5.5px}.brz .brz-ls-lg-6{letter-spacing:6px}.brz .brz-ls-lg-6_5{letter-spacing:6.5px}.brz .brz-ls-lg-7{letter-spacing:7px}.brz .brz-ls-lg-7_5{letter-spacing:7.5px}.brz .brz-ls-lg-8{letter-spacing:8px}.brz .brz-ls-lg-8_5{letter-spacing:8.5px}.brz .brz-ls-lg-9{letter-spacing:9px}.brz .brz-ls-lg-9_5{letter-spacing:9.5px}.brz .brz-ls-lg-10{letter-spacing:10px}.brz .brz-ls-lg-10_5{letter-spacing:10.5px}.brz .brz-ls-lg-11{letter-spacing:11px}.brz .brz-ls-lg-11_5{letter-spacing:11.5px}.brz .brz-ls-lg-12{letter-spacing:12px}.brz .brz-ls-lg-12_5{letter-spacing:12.5px}.brz .brz-ls-lg-13{letter-spacing:13px}.brz .brz-ls-lg-13_5{letter-spacing:13.5px}.brz .brz-ls-lg-14{letter-spacing:14px}.brz .brz-ls-lg-14_5{letter-spacing:14.5px}.brz .brz-ls-lg-15{letter-spacing:15px}.brz .brz-ls-lg-15_5{letter-spacing:15.5px}.brz .brz-fw-lg-100{font-weight:100!important}.brz .brz-fw-lg-200{font-weight:200!important}.brz .brz-fw-lg-300{font-weight:300!important}.brz .brz-fw-lg-400{font-weight:400!important}.brz .brz-fw-lg-500{font-weight:500!important}.brz .brz-fw-lg-600{font-weight:600!important}.brz .brz-fw-lg-700{font-weight:700!important}.brz .brz-fw-lg-800{font-weight:800!important}.brz .brz-fw-lg-900{font-weight:900!important}.brz .brz-fw-lg-1000{font-weight:1000!important}.brz .brz-fw-lg-1100{font-weight:1100!important}.brz .brz-fw-lg-1200{font-weight:1200!important}.brz .brz-fw-lg-1300{font-weight:1300!important}.brz .brz-fw-lg-1400{font-weight:1400!important}.brz .brz-fw-lg-1500{font-weight:1500!important}.brz .brz-mt-lg-0{margin-top:0!important}.brz .brz-mt-lg-1{margin-top:1px!important}.brz .brz-mt-lg-2{margin-top:2px!important}.brz .brz-mt-lg-3{margin-top:3px!important}.brz .brz-mt-lg-4{margin-top:4px!important}.brz .brz-mt-lg-5{margin-top:5px!important}.brz .brz-mt-lg-6{margin-top:6px!important}.brz .brz-mt-lg-7{margin-top:7px!important}.brz .brz-mt-lg-8{margin-top:8px!important}.brz .brz-mt-lg-9{margin-top:9px!important}.brz .brz-mt-lg-10{margin-top:10px!important}.brz .brz-mt-lg-11{margin-top:11px!important}.brz .brz-mt-lg-12{margin-top:12px!important}.brz .brz-mt-lg-13{margin-top:13px!important}.brz .brz-mt-lg-14{margin-top:14px!important}.brz .brz-mt-lg-15{margin-top:15px!important}.brz .brz-mt-lg-16{margin-top:16px!important}.brz .brz-mt-lg-17{margin-top:17px!important}.brz .brz-mt-lg-18{margin-top:18px!important}.brz .brz-mt-lg-19{margin-top:19px!important}.brz .brz-mt-lg-20{margin-top:20px!important}.brz .brz-mt-lg-21{margin-top:21px!important}.brz .brz-mt-lg-22{margin-top:22px!important}.brz .brz-mt-lg-23{margin-top:23px!important}.brz .brz-mt-lg-24{margin-top:24px!important}.brz .brz-mt-lg-25{margin-top:25px!important}.brz .brz-mt-lg-26{margin-top:26px!important}.brz .brz-mt-lg-27{margin-top:27px!important}.brz .brz-mt-lg-28{margin-top:28px!important}.brz .brz-mt-lg-29{margin-top:29px!important}.brz .brz-mt-lg-30{margin-top:30px!important}.brz .brz-mt-lg-31{margin-top:31px!important}.brz .brz-mt-lg-32{margin-top:32px!important}.brz .brz-mt-lg-33{margin-top:33px!important}.brz .brz-mt-lg-34{margin-top:34px!important}.brz .brz-mt-lg-35{margin-top:35px!important}.brz .brz-mt-lg-36{margin-top:36px!important}.brz .brz-mt-lg-37{margin-top:37px!important}.brz .brz-mt-lg-38{margin-top:38px!important}.brz .brz-mt-lg-39{margin-top:39px!important}.brz .brz-mt-lg-40{margin-top:40px!important}.brz .brz-mt-lg-41{margin-top:41px!important}.brz .brz-mt-lg-42{margin-top:42px!important}.brz .brz-mt-lg-43{margin-top:43px!important}.brz .brz-mt-lg-44{margin-top:44px!important}.brz .brz-mt-lg-45{margin-top:45px!important}.brz .brz-mt-lg-46{margin-top:46px!important}.brz .brz-mt-lg-47{margin-top:47px!important}.brz .brz-mt-lg-48{margin-top:48px!important}.brz .brz-mt-lg-49{margin-top:49px!important}.brz .brz-mt-lg-50{margin-top:50px!important}.brz .brz-mt-lg-51{margin-top:51px!important}.brz .brz-mt-lg-52{margin-top:52px!important}.brz .brz-mt-lg-53{margin-top:53px!important}.brz .brz-mt-lg-54{margin-top:54px!important}.brz .brz-mt-lg-55{margin-top:55px!important}.brz .brz-mt-lg-56{margin-top:56px!important}.brz .brz-mt-lg-57{margin-top:57px!important}.brz .brz-mt-lg-58{margin-top:58px!important}.brz .brz-mt-lg-59{margin-top:59px!important}.brz .brz-mt-lg-60{margin-top:60px!important}.brz .brz-mt-lg-61{margin-top:61px!important}.brz .brz-mt-lg-62{margin-top:62px!important}.brz .brz-mt-lg-63{margin-top:63px!important}.brz .brz-mt-lg-64{margin-top:64px!important}.brz .brz-mt-lg-65{margin-top:65px!important}.brz .brz-mt-lg-66{margin-top:66px!important}.brz .brz-mt-lg-67{margin-top:67px!important}.brz .brz-mt-lg-68{margin-top:68px!important}.brz .brz-mt-lg-69{margin-top:69px!important}.brz .brz-mt-lg-70{margin-top:70px!important}.brz .brz-mt-lg-71{margin-top:71px!important}.brz .brz-mt-lg-72{margin-top:72px!important}.brz .brz-mt-lg-73{margin-top:73px!important}.brz .brz-mt-lg-74{margin-top:74px!important}.brz .brz-mt-lg-75{margin-top:75px!important}.brz .brz-mt-lg-76{margin-top:76px!important}.brz .brz-mt-lg-77{margin-top:77px!important}.brz .brz-mt-lg-78{margin-top:78px!important}.brz .brz-mt-lg-79{margin-top:79px!important}.brz .brz-mt-lg-80{margin-top:80px!important}.brz .brz-mt-lg-81{margin-top:81px!important}.brz .brz-mt-lg-82{margin-top:82px!important}.brz .brz-mt-lg-83{margin-top:83px!important}.brz .brz-mt-lg-84{margin-top:84px!important}.brz .brz-mt-lg-85{margin-top:85px!important}.brz .brz-mt-lg-86{margin-top:86px!important}.brz .brz-mt-lg-87{margin-top:87px!important}.brz .brz-mt-lg-88{margin-top:88px!important}.brz .brz-mt-lg-89{margin-top:89px!important}.brz .brz-mt-lg-90{margin-top:90px!important}.brz .brz-mt-lg-91{margin-top:91px!important}.brz .brz-mt-lg-92{margin-top:92px!important}.brz .brz-mt-lg-93{margin-top:93px!important}.brz .brz-mt-lg-94{margin-top:94px!important}.brz .brz-mt-lg-95{margin-top:95px!important}.brz .brz-mt-lg-96{margin-top:96px!important}.brz .brz-mt-lg-97{margin-top:97px!important}.brz .brz-mt-lg-98{margin-top:98px!important}.brz .brz-mt-lg-99{margin-top:99px!important}.brz .brz-mt-lg-100{margin-top:100px!important}.brz .brz-mb-lg-0{margin-bottom:0!important}.brz .brz-mb-lg-1{margin-bottom:1px!important}.brz .brz-mb-lg-2{margin-bottom:2px!important}.brz .brz-mb-lg-3{margin-bottom:3px!important}.brz .brz-mb-lg-4{margin-bottom:4px!important}.brz .brz-mb-lg-5{margin-bottom:5px!important}.brz .brz-mb-lg-6{margin-bottom:6px!important}.brz .brz-mb-lg-7{margin-bottom:7px!important}.brz .brz-mb-lg-8{margin-bottom:8px!important}.brz .brz-mb-lg-9{margin-bottom:9px!important}.brz .brz-mb-lg-10{margin-bottom:10px!important}.brz .brz-mb-lg-11{margin-bottom:11px!important}.brz .brz-mb-lg-12{margin-bottom:12px!important}.brz .brz-mb-lg-13{margin-bottom:13px!important}.brz .brz-mb-lg-14{margin-bottom:14px!important}.brz .brz-mb-lg-15{margin-bottom:15px!important}.brz .brz-mb-lg-16{margin-bottom:16px!important}.brz .brz-mb-lg-17{margin-bottom:17px!important}.brz .brz-mb-lg-18{margin-bottom:18px!important}.brz .brz-mb-lg-19{margin-bottom:19px!important}.brz .brz-mb-lg-20{margin-bottom:20px!important}.brz .brz-mb-lg-21{margin-bottom:21px!important}.brz .brz-mb-lg-22{margin-bottom:22px!important}.brz .brz-mb-lg-23{margin-bottom:23px!important}.brz .brz-mb-lg-24{margin-bottom:24px!important}.brz .brz-mb-lg-25{margin-bottom:25px!important}.brz .brz-mb-lg-26{margin-bottom:26px!important}.brz .brz-mb-lg-27{margin-bottom:27px!important}.brz .brz-mb-lg-28{margin-bottom:28px!important}.brz .brz-mb-lg-29{margin-bottom:29px!important}.brz .brz-mb-lg-30{margin-bottom:30px!important}.brz .brz-mb-lg-31{margin-bottom:31px!important}.brz .brz-mb-lg-32{margin-bottom:32px!important}.brz .brz-mb-lg-33{margin-bottom:33px!important}.brz .brz-mb-lg-34{margin-bottom:34px!important}.brz .brz-mb-lg-35{margin-bottom:35px!important}.brz .brz-mb-lg-36{margin-bottom:36px!important}.brz .brz-mb-lg-37{margin-bottom:37px!important}.brz .brz-mb-lg-38{margin-bottom:38px!important}.brz .brz-mb-lg-39{margin-bottom:39px!important}.brz .brz-mb-lg-40{margin-bottom:40px!important}.brz .brz-mb-lg-41{margin-bottom:41px!important}.brz .brz-mb-lg-42{margin-bottom:42px!important}.brz .brz-mb-lg-43{margin-bottom:43px!important}.brz .brz-mb-lg-44{margin-bottom:44px!important}.brz .brz-mb-lg-45{margin-bottom:45px!important}.brz .brz-mb-lg-46{margin-bottom:46px!important}.brz .brz-mb-lg-47{margin-bottom:47px!important}.brz .brz-mb-lg-48{margin-bottom:48px!important}.brz .brz-mb-lg-49{margin-bottom:49px!important}.brz .brz-mb-lg-50{margin-bottom:50px!important}.brz .brz-mb-lg-51{margin-bottom:51px!important}.brz .brz-mb-lg-52{margin-bottom:52px!important}.brz .brz-mb-lg-53{margin-bottom:53px!important}.brz .brz-mb-lg-54{margin-bottom:54px!important}.brz .brz-mb-lg-55{margin-bottom:55px!important}.brz .brz-mb-lg-56{margin-bottom:56px!important}.brz .brz-mb-lg-57{margin-bottom:57px!important}.brz .brz-mb-lg-58{margin-bottom:58px!important}.brz .brz-mb-lg-59{margin-bottom:59px!important}.brz .brz-mb-lg-60{margin-bottom:60px!important}.brz .brz-mb-lg-61{margin-bottom:61px!important}.brz .brz-mb-lg-62{margin-bottom:62px!important}.brz .brz-mb-lg-63{margin-bottom:63px!important}.brz .brz-mb-lg-64{margin-bottom:64px!important}.brz .brz-mb-lg-65{margin-bottom:65px!important}.brz .brz-mb-lg-66{margin-bottom:66px!important}.brz .brz-mb-lg-67{margin-bottom:67px!important}.brz .brz-mb-lg-68{margin-bottom:68px!important}.brz .brz-mb-lg-69{margin-bottom:69px!important}.brz .brz-mb-lg-70{margin-bottom:70px!important}.brz .brz-mb-lg-71{margin-bottom:71px!important}.brz .brz-mb-lg-72{margin-bottom:72px!important}.brz .brz-mb-lg-73{margin-bottom:73px!important}.brz .brz-mb-lg-74{margin-bottom:74px!important}.brz .brz-mb-lg-75{margin-bottom:75px!important}.brz .brz-mb-lg-76{margin-bottom:76px!important}.brz .brz-mb-lg-77{margin-bottom:77px!important}.brz .brz-mb-lg-78{margin-bottom:78px!important}.brz .brz-mb-lg-79{margin-bottom:79px!important}.brz .brz-mb-lg-80{margin-bottom:80px!important}.brz .brz-mb-lg-81{margin-bottom:81px!important}.brz .brz-mb-lg-82{margin-bottom:82px!important}.brz .brz-mb-lg-83{margin-bottom:83px!important}.brz .brz-mb-lg-84{margin-bottom:84px!important}.brz .brz-mb-lg-85{margin-bottom:85px!important}.brz .brz-mb-lg-86{margin-bottom:86px!important}.brz .brz-mb-lg-87{margin-bottom:87px!important}.brz .brz-mb-lg-88{margin-bottom:88px!important}.brz .brz-mb-lg-89{margin-bottom:89px!important}.brz .brz-mb-lg-90{margin-bottom:90px!important}.brz .brz-mb-lg-91{margin-bottom:91px!important}.brz .brz-mb-lg-92{margin-bottom:92px!important}.brz .brz-mb-lg-93{margin-bottom:93px!important}.brz .brz-mb-lg-94{margin-bottom:94px!important}.brz .brz-mb-lg-95{margin-bottom:95px!important}.brz .brz-mb-lg-96{margin-bottom:96px!important}.brz .brz-mb-lg-97{margin-bottom:97px!important}.brz .brz-mb-lg-98{margin-bottom:98px!important}.brz .brz-mb-lg-99{margin-bottom:99px!important}.brz .brz-mb-lg-100{margin-bottom:100px!important}.brz .brz-text-lg-left{text-align:left!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.brz .brz-text-lg-right{text-align:right!important;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.brz .brz-text-lg-center{text-align:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.brz .media-modal *{-webkit-box-sizing:content-box;box-sizing:content-box}.brz .media-modal input,.brz .media-modal select,.brz .media-modal textarea{-webkit-box-sizing:border-box;box-sizing:border-box}.brz .media-frame,.brz .media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;outline:0;-webkit-overflow-scrolling:touch}.brz .media-frame h1,.brz .media-frame h2,.brz .media-frame h3,.brz .media-frame h4,.brz .media-frame h5,.brz .media-frame h6,.brz .media-frame p,.brz .media-modal h1,.brz .media-modal h2,.brz .media-modal h3,.brz .media-modal h4,.brz .media-modal h5,.brz .media-modal h6,.brz .media-modal p{letter-spacing:0;line-height:normal}.brz .media-modal label,.brz .media-modal legend{font-size:13px;text-transform:capitalize;line-height:1.4em;color:#666;font-weight:400}.brz .media-frame input,.brz .media-frame textarea{padding:6px 8px}.brz .media-frame select,.brz .wp-admin .media-frame select{line-height:28px;margin-top:3px}.brz .media-frame a{border-bottom:none;color:#0073aa}.brz .media-frame a:active,.brz .media-frame a:hover{color:#00a0d2}.brz .media-frame a:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);outline:0;color:#124964}.brz .media-frame a.button{color:#32373c}.brz .media-frame a.button:hover{color:#23282d}.brz .media-frame a.button-primary,.brz .media-frame a.button-primary:hover{color:#fff}.brz .media-frame input[type=text],.brz .media-frame input[type=password],.brz .media-frame input[type=number],.brz .media-frame input[type=search],.brz .media-frame input[type=email],.brz .media-frame input[type=url],.brz .media-frame select,.brz .media-frame textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;line-height:normal;font-weight:400;font-style:normal;border:1px solid #ddd;background-color:#fff;min-height:25px;height:auto;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);color:#32373c;outline:0;-webkit-transition:50ms border-color ease-in-out;transition:50ms border-color ease-in-out;letter-spacing:normal}.brz .media-frame input[type=text]:focus,.brz .media-frame input[type=password]:focus,.brz .media-frame input[type=number]:focus,.brz .media-frame input[type=search]:focus,.brz .media-frame input[type=email]:focus,.brz .media-frame input[type=url]:focus,.brz .media-frame select:focus,.brz .media-frame textarea:focus{border-color:#5b9dd9}.brz .media-frame select{height:24px;padding:2px}.brz .media-frame input:disabled,.brz .media-frame input[readonly],.brz .media-frame textarea:disabled,.brz .media-frame textarea[readonly]{background-color:#eee}.brz .media-frame input[type=search]{-webkit-appearance:textfield}.brz .media-frame ::-webkit-input-placeholder{color:#72777c}.brz .media-frame ::-moz-placeholder{color:#72777c;opacity:1}.brz .media-frame :-ms-input-placeholder{color:#72777c}.brz .media-frame button{text-shadow:none!important;line-height:normal!important;letter-spacing:normal;font-weight:400;text-transform:capitalize;margin:0}.brz .media-frame button.delete-attachment{height:auto;font-size:12px;line-height:1}.brz .media-frame button.media-button-select{margin-top:15px;font-size:13px;line-height:26px;height:28px}.brz .media-frame button.browser{color:#555!important;border-color:#ccc;background:#f7f7f7;-webkit-box-shadow:0 1px 0 #ccc;box-shadow:0 1px 0 #ccc}.brz .media-frame button.browser:hover{background:#fafafa;border-color:#999;color:#23282d!important}.brz .media-modal{position:fixed;top:30px;left:78px;right:30px;bottom:60px;z-index:160000}.brz .media-frame-title h1{padding:0 16px;margin:0;font-size:22px;font-weight:600;line-height:50px;color:#23282d;text-shadow:none;text-transform:capitalize}.brz .media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#666;z-index:1000;cursor:pointer;outline:0;text-align:center;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.brz .media-modal-close:active,.brz .media-modal-close:hover{color:#00a0d2}.brz .media-modal-close:focus{color:#00a0d2;border-color:#5b9dd9;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .media-modal-close span.media-modal-icon{background-image:none}.brz .media-modal-close .media-modal-icon:before{content:"\f158";font:400 20px/1 dashicons;speak:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.brz .media-frame .search,.brz .media-router>a,.brz .uploader-inline h2,.brz .uploader-inline h3{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .media-router>a{position:relative;float:left;padding:8px 10px 9px;margin:0;height:18px;line-height:18px;font-size:14px;text-decoration:none;font-style:normal;font-weight:400;border-bottom:none;color:#0073aa;text-transform:capitalize;text-align:left;text-shadow:none}.brz .media-router>a:hover{color:#00a0d2}.brz .media-router>a:last-child{border-right:0}.brz .media-router>a:active{outline:0}.brz .media-router .active,.brz .media-router .active:hover{color:#32373c}.brz .media-router .active,.brz .media-router>a.active:last-child{background:#fff;border:1px solid #ddd;border-bottom:none}.brz .media-frame .search{padding:4px;font-size:13px;border-radius:0;line-height:normal;color:#444}.brz .media-toolbar-primary .search{max-width:100%}.brz .media-modal-content .media-frame select.attachment-filters{margin-top:11px;margin-right:2%;width:42%;width:calc(48% - 12px);padding:2px;line-height:28px;height:28px}.brz .thumbnail{display:block;padding:0;margin-bottom:0;line-height:normal;background-color:transparent;border:0;border-radius:0}.brz .uploader-inline h2,.brz .uploader-inline h3{font-style:normal;letter-spacing:0;color:#23282d}.brz .attachment-details .setting label,.brz .attachment-details .setting span,.brz .image-details h2,.brz .image-details h3,.brz .media-sidebar .setting label,.brz .media-sidebar .setting span,.brz .media-sidebar h2,.brz .media-sidebar h3{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;letter-spacing:normal;font-style:normal;text-shadow:none}.brz .uploader-inline .has-upload-message .upload-instructions,.brz .uploader-inline p{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .media-sidebar .sidebar-title{font-size:20px;margin:0;padding:12px 10px 10px;line-height:28px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.brz .image-details h2,.brz .image-details h3,.brz .media-sidebar h2,.brz .media-sidebar h3{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;line-height:1.4em;color:#666;margin:24px 0 8px}.brz .attachment-details .setting label,.brz .media-sidebar .setting label{display:block;text-transform:capitalize}.brz .attachment-details .setting span,.brz .media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.brz .media-sidebar .setting .name{max-width:80px}.brz .attachment-details .setting select,.brz .media-sidebar .setting select{max-width:65%}.brz .attachment-details .field input[type=radio],.brz .attachment-details .field input[type=checkbox],.brz .attachment-details .setting input[type=radio],.brz .attachment-details .setting input[type=checkbox],.brz .media-sidebar .field input[type=radio],.brz .media-sidebar .field input[type=checkbox],.brz .media-sidebar .setting input[type=radio],.brz .media-sidebar .setting input[type=checkbox]{float:none;margin:8px 3px 0;padding:0}.brz .attachment-details .setting span,.brz .compat-item label span,.brz .media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:16px;font-weight:400;color:#666}.brz .compat-item label span{text-align:right}.brz .attachment-details .setting .value,.brz .attachment-details .setting input[type=text],.brz .attachment-details .setting input[type=password],.brz .attachment-details .setting input[type=number],.brz .attachment-details .setting input[type=search],.brz .attachment-details .setting input[type=email],.brz .attachment-details .setting input[type=url],.brz .attachment-details .setting input[type=tel],.brz .attachment-details .setting textarea,.brz .media-sidebar .setting .value,.brz .media-sidebar .setting input[type=text],.brz .media-sidebar .setting input[type=password],.brz .media-sidebar .setting input[type=number],.brz .media-sidebar .setting input[type=search],.brz .media-sidebar .setting input[type=email],.brz .media-sidebar .setting input[type=url],.brz .media-sidebar .setting input[type=tel],.brz .media-sidebar .setting textarea{-webkit-box-sizing:border-box;box-sizing:border-box;margin:1px;width:65%;float:right;border-radius:0}.brz .attachment-details .setting .value,.brz .media-sidebar .setting .value{margin:0 1px;text-align:left}.brz .attachment-details .setting textarea,.brz .compat-item .field textarea,.brz .media-sidebar .setting textarea{height:62px;resize:vertical}.brz .attachment-details select,.brz .media-sidebar select{margin-top:3px}.brz .media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.brz .media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.brz .media-frame select.attachment-filters:last-of-type{margin-right:0}.brz .wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#444;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.brz .wp-core-ui .attachment.details:focus,.brz .wp-core-ui .attachment:focus,.brz .wp-core-ui .selected.attachment:focus{-webkit-box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #5b9dd9;box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #5b9dd9;outline:0}.brz .wp-core-ui .selected.attachment{-webkit-box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #ccc;box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #ccc}.brz .wp-core-ui .attachment.details{-webkit-box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #0073aa}.brz .wp-core-ui .attachment-preview{position:relative;-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#eee;cursor:pointer}.brz .wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.brz .wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.brz .wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;-webkit-transition:opacity .1s;transition:opacity .1s}.brz .wp-core-ui .attachment .portrait img{max-width:100%}.brz .wp-core-ui .attachment .landscape img{max-height:100%}.brz .wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.brz .wp-core-ui .attachment .thumbnail img{top:0;left:0}.brz .wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.brz .wp-core-ui .attachment .thumbnail .centered img{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.brz .wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{-webkit-transform:translate(-50%,-70%);transform:translate(-50%,-70%)}.brz .ie8 .wp-core-ui .attachment img.icon{top:20%;position:relative}.brz .wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.brz .wp-core-ui .attachment .filename div{padding:5px 10px}.brz .wp-core-ui .attachment .thumbnail img{position:absolute}.brz .wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;background-position:-96px 4px;border-radius:3px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.3);box-shadow:0 0 0 1px rgba(0,0,0,.3);-webkit-transition:none;transition:none}.brz .wp-core-ui .attachment-close:focus,.brz .wp-core-ui .attachment-close:hover{background-position:-36px 4px}.brz .wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#eee;cursor:pointer;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15);box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.brz .wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.brz .wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.brz .wp-core-ui .attachment.selected .check{display:block}.brz .wp-core-ui .attachment.details .check,.brz .wp-core-ui .attachment.selected .check:focus,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#0073aa;-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px #0073aa;box-shadow:0 0 0 1px #fff,0 0 0 2px #0073aa}.brz .wp-core-ui .attachment.details .check .media-modal-icon,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.brz .wp-core-ui .attachment.details .check:hover .media-modal-icon,.brz .wp-core-ui .attachment.selected .check:focus .media-modal-icon,.brz .wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.brz .wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:8px;font-size:12px;border-radius:0}.brz .media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.brz .attachments-browser .media-toolbar{right:300px;height:50px}.brz .attachments-browser.hide-sidebar .media-toolbar{right:0}.brz .attachments-browser .media-toolbar-primary>.media-button,.brz .attachments-browser .media-toolbar-primary>.media-button-group,.brz .attachments-browser .media-toolbar-secondary>.media-button,.brz .attachments-browser .media-toolbar-secondary>.media-button-group{margin:11px 0}.brz .attachments-browser .attachments{padding:2px 8px 8px}.brz .attachments-browser .attachments,.brz .attachments-browser .uploader-inline{position:absolute;top:50px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.brz .attachments-browser .uploader-inline.hidden{display:none}.brz .attachments-browser .media-toolbar-primary{max-width:33%}.brz .attachments-browser .media-toolbar-secondary{max-width:66%}.brz .uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.brz .uploader-inline .close:before{font:400 30px/1 dashicons!important;color:#555d66;display:inline-block;content:"\f335";font-weight:300;margin-top:1px}.brz .uploader-inline .close:focus{outline:#5b9dd9 solid 1px;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .attachments-browser.hide-sidebar .attachments,.brz .attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.brz .attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:18px;font-size:13px;color:#666;margin-right:.5em}.brz .attachments-browser .no-media{padding:2em 0 0 2em}.brz .media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#ddd;background:rgba(0,0,0,.1)}.brz .media-progress-bar div{height:10px;min-width:20px;width:0;background:#0073aa;border-radius:10px;-webkit-transition:width .3s;transition:width .3s}.brz .media-uploader-status .media-progress-bar{display:none;width:100%}.brz .uploading.media-uploader-status .media-progress-bar{display:block}.brz .attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.brz .media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.brz .uploader-inline .media-uploader-status h2,.brz .uploader-inline .media-uploader-status h3{display:none}.brz .media-uploader-status .upload-details{display:none;font-size:12px;color:#666}.brz .uploading.media-uploader-status .upload-details{display:block}.brz .media-uploader-status .upload-detail-separator{padding:0 4px}.brz .media-uploader-status .upload-count{color:#444}.brz .media-uploader-status .upload-dismiss-errors,.brz .media-uploader-status .upload-errors{display:none}.brz .errors.media-uploader-status .upload-dismiss-errors,.brz .errors.media-uploader-status .upload-errors{display:block}.brz .media-uploader-status .upload-dismiss-errors{text-decoration:none}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors{position:absolute;top:-10px;right:-10px;padding:10px;-webkit-transition:none;transition:none}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:before{content:"\f153";display:block;font:400 16px/1 dashicons;color:#72777c}.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:focus:before,.brz .media-sidebar .media-uploader-status .upload-dismiss-errors:hover:before{color:#c00}.brz .upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #dc3232;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.brz .uploader-inline .upload-errors .upload-error{background-color:#fbeaea;-webkit-box-shadow:none;box-shadow:none}.brz .upload-errors .upload-error-filename{font-weight:600}.brz .upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.brz .uploader-window{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,86,132,.9);z-index:250000;display:none;text-align:center;opacity:0;-webkit-transition:opacity 250ms;transition:opacity 250ms}.brz .uploader-window-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.brz .uploader-window h1,.brz .uploader-window h3{margin:-.5em 0 0;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:40px;color:#fff;padding:0}.brz .uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.brz .uploader-window .media-progress-bar div{background:#fff}.brz .uploading .uploader-window .media-progress-bar{display:block}.brz .media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.brz .uploader-inline-content{position:absolute;top:30%;left:0;right:0}.brz .uploader-inline-content .upload-ui{margin:2em 0}.brz .uploader-inline-content .post-upload-ui{margin-bottom:2em}.brz .uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.brz .uploader-inline h2,.brz .uploader-inline h3{font-size:20px;line-height:28px;font-weight:400;margin:0}.brz .uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#444;font-weight:400}.brz .uploader-inline .drop-instructions{display:none}.brz .supports-drag-drop .uploader-inline .drop-instructions{display:block}.brz .uploader-inline p{font-size:12px;margin:.5em 0}.brz .uploader-inline .media-progress-bar{display:none}.brz .uploading.uploader-inline .media-progress-bar{display:block}.brz .uploader-inline .browser{display:inline-block!important}.brz .media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.brz .media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.brz .media-selection.editing,.brz .media-selection.empty,.brz .media-selection.one .edit-selection{display:none}.brz .media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:20px;font-weight:600}.brz .media-selection .attachments,.brz .media-selection .selection-view{display:inline-block;vertical-align:top}.brz .media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:16px;border-right:1px solid #ddd;color:#0073aa;text-decoration:none}.brz .media-selection .button-link:focus,.brz .media-selection .button-link:hover{color:#00a0d2}.brz .media-selection .button-link:last-child{border-right:0;margin-right:0}.brz .selection-info .clear-selection{color:#bc0b0b}.brz .selection-info .clear-selection:focus,.brz .selection-info .clear-selection:hover{color:#dc3232}.brz .media-selection .attachments{height:48px;margin:6px;padding:0;overflow:hidden}.brz .media-selection .attachment{width:40px;padding:0;margin:4px}.brz .media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.brz .media-selection .attachment .icon{width:50%}.brz .media-selection .attachment-preview{-webkit-box-shadow:none;box-shadow:none;background:0 0}.brz .wp-core-ui .media-selection .attachment.details:focus,.brz .wp-core-ui .media-selection .attachment:focus,.brz .wp-core-ui .media-selection .selected.attachment:focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 2px 3px #5b9dd9;box-shadow:0 0 0 1px #fff,0 0 2px 3px #5b9dd9}.brz .wp-core-ui .media-selection .selected.attachment{-webkit-box-shadow:none;box-shadow:none}.brz .wp-core-ui .media-selection .attachment.details{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #0073aa;box-shadow:0 0 0 1px #fff,0 0 0 3px #0073aa}.brz .media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:-webkit-gradient(linear,right top,left top,from(white),to(rgba(255,255,255,0)));background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.brz .media-selection .attachment .filename{display:none}.brz .media-frame .spinner{background:url(../images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;filter:alpha(opacity=70);width:20px;height:20px;margin:0;vertical-align:middle}.brz .attachment-details.save-waiting .settings-save-status .spinner,.brz .media-frame .embed-loading .embed-url .spinner,.brz .media-frame .spinner.is-active{visibility:visible}.brz .media-toolbar .spinner{margin-top:14px}.brz .attachment-details{position:relative;overflow:auto}.brz .attachment-details .settings-save-status{float:right;text-transform:none;z-index:10}.brz .attachment-details .settings-save-status .spinner{margin-left:5px}.brz .attachment-details .settings-save-status .saved{float:right;display:none}.brz .attachment-details.save-complete .settings-save-status .saved{display:block}.brz .attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:18px;color:#666;border-bottom:1px solid #ddd;padding-bottom:11px}.brz .attachment-info .filename{font-weight:600;color:#444;word-wrap:break-word}.brz .attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.brz .uploading .attachment-info .thumbnail{width:120px;height:80px;-webkit-box-shadow:inset 0 0 15px rgba(0,0,0,.1);box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.brz .uploading .attachment-info .media-progress-bar{margin-top:35px}.brz .attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.brz .attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.brz .attachment-info .details{float:left;font-size:12px;max-width:100%}.brz .attachment-info .delete-attachment,.brz .attachment-info .edit-attachment,.brz .attachment-info .trash-attachment,.brz .attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.brz .attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.brz .attachment-info .edit-attachment{display:block}.brz .media-modal .delete-attachment,.brz .media-modal .trash-attachment,.brz .media-modal .untrash-attachment{display:inline;padding:0;color:#bc0b0b}.brz .media-modal .delete-attachment:focus,.brz .media-modal .delete-attachment:hover,.brz .media-modal .trash-attachment:focus,.brz .media-modal .trash-attachment:hover,.brz .media-modal .untrash-attachment:focus,.brz .media-modal .untrash-attachment:hover{color:#dc3232}.brz .attachment-display-settings{width:100%;float:left;overflow:hidden}.brz .attachment-display-settings h4{margin:1.4em 0 .4em}.brz .collection-settings{overflow:hidden}.brz .collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.brz .collection-settings .setting span{min-width:inherit}.brz .media-modal .imgedit-wrap{position:static}.brz .media-modal .imgedit-wrap .imgedit-panel-content{padding:16px;position:absolute;top:0;right:282px;bottom:0;left:0;overflow:auto}.brz .media-modal .imgedit-wrap .imgedit-settings{background:#f3f3f3;border-left:1px solid #ddd;padding:20px 16px 16px;position:absolute;top:0;right:0;bottom:0;width:250px;overflow:auto}.brz .media-modal .imgedit-group{background:0 0;border:none;border-bottom:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;margin:0 0 16px;padding:0 0 16px;position:relative}.brz .media-modal .imgedit-group:last-of-type{border:none;margin:0;padding:0}.brz .media-modal .imgedit-group-top{margin:0}.brz .media-modal .imgedit-group-top h2,.brz .media-modal .imgedit-group-top h2 .button-link,.brz .media-modal .imgedit-group-top h3{display:inline-block;text-transform:uppercase;font-size:12px;color:#666;margin:3px 0 0}.brz .media-modal .imgedit-group-top h2 .button-link,.brz .media-modal .imgedit-group-top h2 a,.brz .media-modal .imgedit-group-top h3 a{text-decoration:none;color:#666}.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#0074a2;font-size:20px;line-height:1;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-shadow:none;box-shadow:none}.brz .wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#0074a2;border-color:#5b9dd9;outline:0;-webkit-box-shadow:0 0 3px rgba(0,115,170,.8);box-shadow:0 0 3px rgba(0,115,170,.8)}.brz .wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.brz .wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.brz .media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142"}.brz .media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.brz .imgedit-thumbnail-preview-caption{display:block}.brz .media-modal .imgedit-wrap div.updated{margin:0 0 16px}.brz .embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.brz .media-frame .embed-url input{font-size:18px;padding:12px 14px;width:100%;min-width:200px;-webkit-box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1);box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.brz .media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.brz .embed-link-settings,.brz .embed-media-settings{position:absolute;top:70px;left:0;right:0;bottom:0;padding:16px 16px 32px;overflow:auto}.brz .media-embed .embed-link-settings{overflow:visible}.brz .embed-preview embed,.brz .embed-preview iframe,.brz .embed-preview img,.brz .mejs-container video{max-width:100%;vertical-align:middle}.brz .embed-preview a{display:inline-block}.brz .embed-preview img{display:block;height:auto}.brz .mejs-container:focus{outline:#5b9dd9 solid 1px;-webkit-box-shadow:0 0 2px 1px rgba(30,140,190,.8);box-shadow:0 0 2px 1px rgba(30,140,190,.8)}.brz .image-details .media-modal{left:140px;right:140px}.brz .image-details .media-frame-content,.brz .image-details .media-frame-router,.brz .image-details .media-frame-title{left:0}.brz .image-details .embed-media-settings{top:0;overflow:visible;padding:0}.brz .image-details .embed-media-settings,.brz .image-details .embed-media-settings div{-webkit-box-sizing:border-box;box-sizing:border-box}.brz .image-details .column-settings{background:#f3f3f3;border-right:1px solid #ddd;min-height:100%;width:55%;position:absolute;top:0;left:0}.brz .image-details .column-settings h2,.brz .image-details .column-settings h3{margin:20px;padding-top:20px;border-top:1px solid #ddd;color:#23282d}.brz .image-details .column-image{width:45%;position:absolute;left:55%;top:0}.brz .image-details .image{margin:20px}.brz .image-details .image img{max-width:100%;max-height:500px}.brz .image-details .advanced-toggle{padding:0;color:#666;text-transform:uppercase;text-decoration:none}.brz .image-details .advanced-toggle:active,.brz .image-details .advanced-toggle:hover{color:#666}.brz .image-details .advanced-toggle:after{font:400 20px/1 dashicons;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";display:inline-block;margin-top:-2px}.brz .image-details .advanced-visible .advanced-toggle:after{content:"\f142"}.brz .image-details .embed-media-settings .size{margin-bottom:4px}.brz .image-details .custom-size span{display:block}.brz .image-details .custom-size label{display:block;float:left}.brz .image-details .custom-size span small{color:#555d66;font-size:inherit}.brz .image-details .custom-size input{width:5em}.brz .image-details .custom-size .sep{float:left;margin:26px 6px 0}.brz .image-details .custom-size:after{content:"";display:table;clear:both}.brz .media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.brz .media-embed .thumbnail img{max-height:200px;display:block}.brz .media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.brz .media-embed .setting{width:100%;margin:10px 0;float:left;display:block;clear:both}.brz .image-details .embed-media-settings .setting{float:none;width:auto}.brz .image-details .actions{margin:10px 0}.brz .image-details .hidden{display:none}.brz .media-embed .setting input[type=text],.brz .media-embed .setting textarea{display:block;width:100%;max-width:400px;margin:1px 0}.brz .image-details .embed-media-settings .setting input[type=text],.brz .image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.brz .image-details .embed-media-settings .custom-size,.brz .image-details .embed-media-settings .link-target,.brz .image-details .embed-media-settings .setting input.link-to-custom{margin-left:27%;width:70%}.brz .image-details .embed-media-settings .link-target{margin-top:24px}.brz .media-embed .setting input.hidden,.brz .media-embed .setting textarea.hidden{display:none}.brz .media-embed .setting span{display:block;width:200px;font-size:13px;line-height:24px;color:#666}.brz .image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.brz .media-embed .setting .button-group{margin:2px 0}.brz .media-embed-sidebar{position:absolute;top:0;left:440px}.brz .advanced-section,.brz .link-settings{margin-top:10px}.brz .wp-editor-wrap .uploader-editor{background:rgba(150,150,150,.9);position:absolute;top:0;left:0;width:100%;height:100%;z-index:99998;display:none;text-align:center}.brz .wp-editor-wrap .uploader-editor-content{border:1px dashed #fff;position:absolute;top:10px;left:10px;right:10px;bottom:10px}.brz .wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;padding:0;margin:0;display:none}.brz .wp-editor-wrap .uploader-editor.droppable{background:rgba(0,86,132,.9)}.brz .wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}@media only screen and (max-width:900px){.brz .media-frame:not(.hide-menu) .media-frame-content,.brz .media-frame:not(.hide-menu) .media-frame-router,.brz .media-frame:not(.hide-menu) .media-frame-title,.brz .media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.brz .media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.brz .media-frame:not(.hide-menu) .media-menu{width:auto;max-width:80%;overflow:auto;z-index:2000;top:50px;left:-300px;right:auto;bottom:auto;padding:5px 0;border:1px solid #ccc}.brz .media-frame:not(.hide-menu) .media-frame-title,.brz .media-frame:not(.hide-menu) .media-menu.visible{left:0}.brz .media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.brz .media-frame:not(.hide-menu) .media-menu>a.active{display:none}.brz .media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.brz .media-frame:not(.hide-menu) .media-frame-title .dashicons{display:inline-block;line-height:50px}.brz .media-frame:not(.hide-menu) .media-frame-title h1{color:#0073aa;line-height:3;font-size:18px;float:left;cursor:pointer}.brz .media-sidebar{width:230px}.brz .attachments-browser .attachments,.brz .attachments-browser .media-toolbar,.brz .attachments-browser .uploader-inline{right:262px}.brz .attachment-details .setting,.brz .media-sidebar .setting{margin:6px 0}.brz .attachment-details .setting input,.brz .attachment-details .setting span,.brz .attachment-details .setting textarea,.brz .compat-item label span,.brz .media-sidebar .setting input,.brz .media-sidebar .setting span,.brz .media-sidebar .setting textarea{float:none}.brz .attachment-details .setting span,.brz .compat-item label span,.brz .media-sidebar .setting span{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 0}.brz .attachment-details .setting .value,.brz .media-sidebar .setting .value{float:none;width:auto}.brz .attachment-details .setting input[type=text],.brz .attachment-details .setting input[type=password],.brz .attachment-details .setting input[type=number],.brz .attachment-details .setting input[type=search],.brz .attachment-details .setting input[type=email],.brz .attachment-details .setting input[type=url],.brz .attachment-details .setting input[type=tel],.brz .attachment-details .setting select,.brz .attachment-details .setting textarea,.brz .media-sidebar .setting input[type=text],.brz .media-sidebar .setting input[type=password],.brz .media-sidebar .setting input[type=number],.brz .media-sidebar .setting input[type=search],.brz .media-sidebar .setting input[type=email],.brz .media-sidebar .setting input[type=url],.brz .media-sidebar .setting input[type=tel],.brz .media-sidebar .setting select,.brz .media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.brz .attachment-details .setting select.columns,.brz .media-sidebar .setting select.columns{width:auto}.brz .media-frame .search,.brz .media-frame input,.brz .media-frame textarea{padding:3px 6px}.brz .image-details .column-image{width:30%;left:70%}.brz .image-details .column-settings{width:70%}.brz .image-details .media-modal{left:30px;right:30px}.brz .image-details .embed-media-settings .setting{margin:20px}.brz .image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px}.brz .image-details .embed-media-settings .setting input.link-to-custom,.brz .image-details .embed-media-settings .setting input[type=text],.brz .image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.brz .image-details .embed-media-settings .custom-size{margin-left:20px}.brz .collection-settings .setting input[type=checkbox]{margin-top:0}.brz .media-selection{min-width:120px}.brz .media-selection:after{background:0 0}.brz .media-selection .attachments{display:none}.brz .media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.brz .media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.brz .media-modal .attachments-browser .media-toolbar .spinner{margin:14px 2px 0}.brz .media-frame input[type=text],.brz .media-frame input[type=password],.brz .media-frame input[type=number],.brz .media-frame input[type=search],.brz .media-frame input[type=email],.brz .media-frame input[type=url],.brz .media-frame select,.brz .media-frame textarea{font-size:16px}}@media only screen and (max-width:640px),screen and (max-height:400px){.brz .image-details .media-modal,.brz .media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.brz .media-modal-backdrop{position:fixed}.brz .media-sidebar{z-index:1900;max-width:70%;bottom:120%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:0}.brz .media-sidebar.visible{bottom:0}.brz .attachments-browser .attachments,.brz .attachments-browser .media-toolbar,.brz .attachments-browser .uploader-inline{right:0}.brz .image-details .media-frame-title{display:block;top:0;font-size:14px}.brz .image-details .column-image,.brz .image-details .column-settings{width:100%;position:relative;left:0}.brz .image-details .column-settings{padding:4px 0}.brz .media-frame-content .media-toolbar .instructions{display:none}}@media screen and (max-height:400px){.brz .media-menu{padding:0}.brz .media-frame-router{top:44px}.brz .media-frame-content{top:78px}.brz .attachments-browser .attachments{top:40px}.brz .embed-link-settings{overflow:visible}}@media only screen and (max-width:480px){.brz .media-modal-close{top:-5px}.brz .media-modal .media-frame-title{height:40px}.brz .wp-core-ui.wp-customizer .media-button{margin-top:13px}.brz .media-frame:not(.hide-menu) .media-frame-title h1,.brz .media-modal .media-frame-title h1{font-size:18px;line-height:40px}.brz .media-frame:not(.hide-menu) .media-frame-title .dashicons{line-height:40px}.brz .media-frame-router,.brz .media-frame:not(.hide-menu) .media-menu{top:40px}.brz .media-frame-content{top:74px}.brz .media-frame.hide-router .media-frame-content{top:40px}}@media print,(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.brz .wp-core-ui .media-modal-icon{background-image:url(../images/uploader-icons-2x.png);background-size:134px 15px}.brz .media-frame .spinner{background-image:url(../images/spinner-2x.gif)}}.brz .media-frame-content[data-columns="1"] .attachment{width:100%}.brz .media-frame-content[data-columns="2"] .attachment{width:50%}.brz .media-frame-content[data-columns="3"] .attachment{width:33.33%}.brz .media-frame-content[data-columns="4"] .attachment{width:25%}.brz .media-frame-content[data-columns="5"] .attachment{width:20%}.brz .media-frame-content[data-columns="6"] .attachment{width:16.66%}.brz .media-frame-content[data-columns="7"] .attachment{width:14.28%}.brz .media-frame-content[data-columns="8"] .attachment{width:12.5%}.brz .media-frame-content[data-columns="9"] .attachment{width:11.11%}.brz .media-frame-content[data-columns="10"] .attachment{width:10%}.brz .media-frame-content[data-columns="11"] .attachment{width:9.09%}.brz .media-frame-content[data-columns="12"] .attachment{width:8.33%}.brz .admin-bar .wp-env .visual-sidebar{top:32px;left:0}.brz .admin-bar .wp-env .visual-wrap-block-wrap{margin-left:0;padding-bottom:0}.brz .brz-wp__sidebar{width:100%}.brz .brz-wp__sidebar .brz-shortcode__placeholder{width:100%;min-height:300px}.brz .brz-wp-shortcode{width:100%}.brz .brz-wp-shortcode .woocommerce:empty{width:100%;height:15px}.brz .brz-wp-shortcode .woocommerce-product-gallery{opacity:1!important}.brz .brz-wp-shortcode .brz-shortcode__placeholder{width:100%;min-height:300px}.brz .brz-wp-shortcode__menu .menu{margin:0 auto;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.brz .brz-wp-shortcode__menu .menu li{position:relative;display:inline-block;text-align:left;text-transform:uppercase;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.brz .brz-wp-shortcode__menu .menu li .sub-menu{top:22px;width:280px;padding-top:8px;padding-left:0;padding-right:0;position:absolute;left:0;text-align:left;text-transform:none;display:none;z-index:110}.brz .brz-wp-shortcode__menu .menu li .sub-menu li{display:block;margin:0;padding:0;background:#33344b}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:hover a{color:#fff;background:rgba(36,36,53,.94)}.brz .brz-wp-shortcode__menu .menu li .sub-menu li a{display:block;line-height:1.2em;color:#fcfcfc;padding:10px 12%}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:first-child{padding-top:15px}.brz .brz-wp-shortcode__menu .menu li .sub-menu li:last-child{padding-bottom:15px}.brz .brz-wp-shortcode__menu .menu li a span,.brz .brz-wp-shortcode__menu .menu li:hover .sub-menu{display:block}
public/editor-build/1.0.8/editor/fonts/europa-bold-webfont.eot ADDED
Binary file
public/editor-build/1.0.8/editor/fonts/europa-bold-webfont.svg ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="europabold" horiz-adv-x="1064" >
7
+ <font-face units-per-em="2048" ascent="1548" descent="-500" />
8
+ <missing-glyph horiz-adv-x="602" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="682" />
11
+ <glyph unicode=" " horiz-adv-x="602" />
12
+ <glyph unicode="&#x09;" horiz-adv-x="602" />
13
+ <glyph unicode="&#xa0;" horiz-adv-x="602" />
14
+ <glyph unicode="!" horiz-adv-x="626" d="M152 137q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114zM186 1434h254l-10 -1024h-233z" />
15
+ <glyph unicode="&#x22;" horiz-adv-x="819" d="M123 926v508h217v-508h-217zM479 926v508h217v-508h-217z" />
16
+ <glyph unicode="#" horiz-adv-x="1298" d="M80 430v180h266l35 246h-240v180h265l61 432l178 -24l-57 -408h223l61 432l179 -24l-58 -408h240v-180h-264l-35 -246h237v-180h-262l-65 -465l-180 25l61 440h-221l-66 -465l-180 25l61 440h-239zM528 610h224l34 246h-223z" />
17
+ <glyph unicode="$" horiz-adv-x="1187" d="M84 264l190 152q14 -26 48 -67q28 -34 64 -61q41 -30 79 -49q48 -23 90 -30v407q-69 24 -142 62q-75 39 -131 88q-60 53 -97 120q-38 70 -38 158q0 72 28 144q27 69 80 125t128 93q77 38 172 48v172h129v-172q62 -6 120 -27q62 -22 109 -50q62 -36 93 -63q39 -33 67 -69 l-184 -153q-26 36 -84 75q-56 38 -121 54v-402q4 -3 12 -5t11 -3q74 -28 148 -63q72 -34 130 -85q56 -48 91 -119q34 -68 34 -163t-35 -167q-35 -70 -93 -120q-59 -50 -136 -78q-78 -28 -162 -36v-173h-129v170q-82 6 -155 35t-134 69q-63 41 -108 88q-47 49 -74 95z M397 1049q0 -63 40 -103q43 -43 118 -76v351q-71 -16 -115 -62q-43 -44 -43 -110zM684 211q68 12 122 51t54 119q0 67 -45 111q-43 41 -131 77v-358z" />
18
+ <glyph unicode="%" horiz-adv-x="1458" d="M45 1133q0 67 27 127q27 61 71 103q46 45 106 70q59 25 128 25t128 -25q58 -25 105 -70q45 -44 72 -103q27 -60 27 -127t-27 -127q-27 -61 -72 -104q-45 -44 -105 -69q-61 -26 -128 -26t-128 26q-62 26 -106 69q-43 41 -71 104q-27 60 -27 127zM182 14l965 1483l117 -80 l-965 -1483zM209 1133q0 -71 47 -120q46 -48 121 -48q73 0 119 48q47 49 47 120q0 70 -47 119q-46 48 -119 48q-75 0 -121 -48q-47 -49 -47 -119zM750 301q0 69 26 127q27 59 72 103q47 45 105 70q61 26 128 26t128 -26q60 -25 106 -70q44 -42 71 -103q27 -60 27 -127 t-27 -127q-27 -61 -71 -103q-46 -45 -106 -70q-61 -26 -128 -26t-128 26q-58 25 -105 70q-45 44 -72 103q-26 58 -26 127zM913 301q0 -70 48 -120q47 -48 120 -48t119 48q47 49 47 120t-47 120q-46 48 -119 48t-120 -48q-48 -50 -48 -120z" />
19
+ <glyph unicode="&#x26;" horiz-adv-x="1423" d="M111 363q0 50 14 93q16 50 48 93q38 51 88 97q57 53 132 110q-113 102 -156 180q-44 79 -44 160q0 72 28 137q29 66 80 116q49 48 124 79q72 30 159 30q86 0 158 -30q75 -31 124 -79q51 -49 80 -117q29 -67 29 -142q0 -47 -11 -81q-13 -39 -37 -78q-23 -36 -71 -86 q-45 -47 -113 -104l265 -233q9 12 13 39q5 30 9 67q4 39 6 84q2 60 2 88h236q0 -161 -27 -278q-27 -116 -57 -160l233 -205l-143 -168l-219 195q-78 -87 -200 -140q-127 -55 -269 -55q-107 0 -197 32q-86 30 -151 85q-64 54 -99 123q-34 68 -34 148zM356 367q0 -42 21 -72 q23 -33 53 -52q34 -22 75 -32q40 -10 87 -10q88 0 168 36t129 85l-326 284l-105 -91q-43 -38 -63 -61q-23 -26 -30 -45q-9 -23 -9 -42zM430 1092q0 -53 38 -96q32 -36 110 -109q48 41 82 75q35 35 49 54q17 23 21 40q5 20 5 34q0 68 -49 105q-50 38 -104 38q-58 0 -105 -39 t-47 -102z" />
20
+ <glyph unicode="'" horiz-adv-x="380" d="M82 930v504h217v-504h-217z" />
21
+ <glyph unicode="(" horiz-adv-x="638" d="M98 604q0 148 27 286q28 142 70 260q45 126 97 224q55 105 109 180l201 -120q-46 -64 -92 -152q-50 -94 -85 -195q-37 -104 -61 -229q-24 -123 -24 -254q0 -134 24 -255q25 -125 61 -228q35 -101 85 -195q44 -84 92 -151l-201 -123q-53 75 -107 176q-52 98 -97 224 q-45 125 -71 261q-28 145 -28 291z" />
22
+ <glyph unicode=")" horiz-adv-x="638" d="M37 -225q48 67 92 151q50 94 85 195q36 103 61 228q24 121 24 255q0 131 -24 254q-24 125 -61 229q-35 101 -85 195q-46 88 -92 152l201 120q54 -75 109 -180q52 -98 97 -224q42 -118 70 -260q27 -138 27 -286q0 -146 -28 -291q-26 -136 -71 -261q-45 -126 -97 -224 q-54 -101 -107 -176z" />
23
+ <glyph unicode="*" horiz-adv-x="815" d="M12 1110l56 162l254 -84v270h172v-270l254 84l55 -162l-260 -82l157 -215l-141 -100l-151 215l-152 -215l-141 100l157 215z" />
24
+ <glyph unicode="+" d="M47 389v229h363v377h245v-377h363v-229h-363v-389h-245v389h-363z" />
25
+ <glyph unicode="," horiz-adv-x="493" d="M41 -285l162 484l205 -72l-179 -477z" />
26
+ <glyph unicode="-" horiz-adv-x="681" d="M68 389v234h546v-234h-546z" />
27
+ <glyph unicode="." horiz-adv-x="536" d="M106 137q0 67 48 115q47 47 114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48t-48 114z" />
28
+ <glyph unicode="/" d="M12 -201l819 1839l197 -88l-819 -1839z" />
29
+ <glyph unicode="0" horiz-adv-x="1241" d="M82 717q0 145 33 279q34 137 100 237q68 103 169 164t239 61q137 0 237 -61q101 -62 167 -164q65 -101 99 -237q33 -134 33 -279q0 -147 -33 -280q-33 -134 -99 -236t-167 -164t-237 -62t-239 62q-101 61 -169 164q-67 100 -100 236q-33 133 -33 280zM328 717 q0 -105 18 -198q19 -96 55 -163q38 -70 93 -110q56 -41 129 -41t129 41q54 40 91 110q34 65 53 163q17 88 17 198q0 109 -17 197q-19 98 -53 163q-38 72 -91 111q-56 41 -129 41t-129 -41q-54 -40 -93 -111q-36 -67 -55 -163q-18 -93 -18 -197z" />
30
+ <glyph unicode="1" horiz-adv-x="909" d="M33 1085l436 349h203v-1434h-246v1106l-252 -201z" />
31
+ <glyph unicode="2" horiz-adv-x="1136" d="M82 0l526 668q9 12 47 58q32 39 56 76q27 41 45 92q18 50 18 107q0 96 -56 161q-58 67 -161 67q-97 0 -164 -61q-66 -60 -88 -148l-219 80q22 68 59 130q40 66 98 115q59 50 139 81q82 32 185 32q113 0 197 -36q85 -36 141 -97q58 -63 86 -142q29 -82 29 -169 q0 -69 -14 -122q-15 -57 -34 -101q-18 -40 -41 -79q-22 -36 -36 -53l-330 -426h461v-233h-944z" />
32
+ <glyph unicode="3" horiz-adv-x="1167" d="M76 307l200 117q15 -39 39 -78t62 -71q37 -31 87 -51q48 -19 118 -19q113 0 179 54t66 147q0 53 -22 90q-21 35 -60 60q-36 23 -82 35q-43 11 -96 11h-102v225h78q113 0 180 46q68 47 68 147q0 95 -60 152t-156 57q-46 0 -89 -16q-38 -14 -69 -39q-27 -21 -51 -56 q-23 -33 -34 -63l-213 100q25 58 61 108q39 55 95 97q58 44 132 71q75 27 171 27q95 0 182 -31q82 -29 145 -86q61 -55 97 -133t36 -170q0 -66 -16 -114q-16 -50 -42 -87q-26 -39 -57 -65q-29 -25 -61 -45q40 -12 79 -40t68 -67q28 -38 47 -95q17 -51 17 -122 q0 -98 -38 -179q-37 -78 -105 -134q-66 -54 -158 -85q-90 -30 -194 -30t-188 29q-82 28 -145 75q-64 47 -105 106q-41 58 -64 122z" />
33
+ <glyph unicode="4" horiz-adv-x="1214" d="M-8 311l729 1123h274v-893h158v-230h-158v-311h-245v311h-758zM393 541h361v555z" />
34
+ <glyph unicode="5" horiz-adv-x="1198" d="M98 307l205 117q15 -39 44 -83q26 -39 65 -70q38 -30 84 -48t106 -18q64 0 110 20q47 21 82 57q32 34 51 85q17 47 17 106q0 115 -72 190q-71 74 -225 74q-121 0 -222 -43q-102 -44 -171 -90v830h922v-234h-676v-270q34 14 89 23q58 10 111 10q98 0 186 -30 q90 -31 157 -90q67 -60 108 -152q41 -93 41 -214q0 -129 -45 -224t-118 -157q-70 -60 -165 -91q-92 -30 -186 -30q-93 0 -175 28q-75 26 -141 74q-65 48 -109 105q-46 60 -73 125z" />
35
+ <glyph unicode="6" horiz-adv-x="1155" d="M80 459q0 92 26 169q27 80 54 126l48 82l102 170l141 230l159 263l205 -127l-266 -432q10 3 26 5q8 1 33 1q104 0 193 -42q87 -41 150 -109q64 -68 98 -155q34 -86 34 -179t-34 -179q-34 -87 -101 -155t-159 -110q-93 -42 -207 -42t-208 41q-91 40 -159 109 q-65 66 -100 155q-35 88 -35 179zM328 461q0 -62 19 -107q20 -47 54 -80q35 -33 81 -51t100 -18q52 0 99 18t81 51t54 80q20 48 20 107q0 56 -20 105q-20 48 -54 81t-81 51q-49 19 -99 19q-51 0 -100 -19q-46 -18 -81 -51t-54 -81q-19 -47 -19 -105z" />
36
+ <glyph unicode="7" horiz-adv-x="1077" d="M74 1200v234h1024l-768 -1483l-209 108l590 1141h-637z" />
37
+ <glyph unicode="8" horiz-adv-x="1179" d="M98 424q0 66 19 126q17 55 48 98q32 45 64 70q35 27 70 44q-25 16 -57 46q-30 29 -52 62q-19 29 -36 80q-15 45 -15 101q0 74 29 149t85 131q59 59 140 92q85 35 197 35q111 0 196 -35q83 -34 141 -92q56 -56 85 -131q28 -72 28 -149q0 -59 -14 -101q-16 -48 -37 -80 q-23 -36 -51 -62q-32 -30 -57 -46q28 -14 68 -44q34 -26 66 -70q31 -43 48 -98q18 -57 18 -126q0 -92 -32 -172q-32 -79 -97 -143q-64 -63 -154 -98q-92 -36 -208 -36t-208 36q-91 36 -155 98t-96 143q-33 82 -33 172zM346 426q0 -44 15 -84q14 -39 47 -73q31 -32 75 -50 q45 -18 107 -18q61 0 106 18q46 18 76 50q31 33 46 73q16 43 16 84q0 40 -16 83q-15 40 -46 71t-76 49t-106 18q-62 0 -107 -18q-43 -17 -75 -49q-33 -33 -47 -71q-15 -41 -15 -83zM383 1042q0 -88 60 -139t147 -51q86 0 146 51q61 52 61 139q0 88 -61 140q-60 51 -146 51 q-87 0 -147 -51t-60 -140z" />
38
+ <glyph unicode="9" horiz-adv-x="1155" d="M72 973q0 91 35 179q35 89 100 155q65 67 159 109q93 42 207 42q115 0 208 -42q94 -42 159 -109q64 -66 100 -154q35 -87 35 -176q0 -91 -26 -168t-56 -129l-51 -86l-103 -172l-139 -227l-151 -252l-205 127l262 424q-16 -5 -26 -6q-8 -1 -33 -1q-105 0 -193 42 q-85 40 -150 110q-62 66 -97 155q-35 88 -35 179zM319 973q0 -59 20 -107q20 -47 54 -80q35 -33 81 -51t99 -18t100 18t81 51t54 80q19 45 19 107q0 58 -19 105q-20 48 -54 81t-81 51q-49 19 -100 19q-50 0 -99 -19q-46 -18 -81 -51t-54 -81q-20 -49 -20 -105z" />
39
+ <glyph unicode=":" horiz-adv-x="561" d="M119 137q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM119 834q0 67 47 114t115 47q67 0 114 -47t47 -114q0 -68 -47 -115t-114 -47q-68 0 -115 47t-47 115z" />
40
+ <glyph unicode=";" horiz-adv-x="497" d="M41 -285l162 484l205 -72l-179 -477zM86 831q0 68 48 116t114 48q68 0 116 -48t48 -116q0 -65 -48 -113t-116 -48q-66 0 -114 48t-48 113z" />
41
+ <glyph unicode="&#x3c;" d="M37 453v204l946 404v-252l-621 -254l621 -256v-252z" />
42
+ <glyph unicode="=" d="M92 238v225h881v-225h-881zM92 618v226h881v-226h-881z" />
43
+ <glyph unicode="&#x3e;" d="M90 47v252l621 256l-621 254v252l946 -404v-204z" />
44
+ <glyph unicode="?" horiz-adv-x="1001" d="M33 1124q22 66 59 122q42 65 95 108q59 48 129 76q71 28 165 28q91 0 173 -32t140 -87q57 -54 92 -132q34 -75 34 -167q0 -66 -18 -115q-19 -52 -48 -94q-22 -32 -72 -82q-32 -32 -90 -83l-42 -39q-14 -15 -22 -28q-9 -16 -10 -31q-2 -24 -2 -44v-104h-243v151 q0 50 10 83t32 63q20 27 57 58l85 73q49 42 82 83q35 43 35 107q0 87 -58 137t-135 50q-41 0 -80 -17q-38 -17 -67 -43q-32 -28 -54 -62q-22 -32 -38 -75zM334 137q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114z " />
45
+ <glyph unicode="@" horiz-adv-x="1636" d="M98 717q0 153 59 289t158 235q101 101 237 159q135 58 294 58q152 0 278 -55q128 -55 219 -153q94 -100 144 -231q51 -133 51 -292q0 -122 -31 -206q-30 -80 -75 -127q-44 -45 -99 -64t-98 -19q-62 0 -126 32q-62 31 -83 103q-38 -58 -102 -96q-66 -39 -150 -39 q-52 0 -106 19q-51 18 -91 52t-64 82t-24 107q0 58 25 108q22 45 66 82q39 33 94 52q52 18 108 18q60 0 117 -18q56 -18 94 -51v35q0 40 -15 70q-14 28 -40 49q-25 20 -56 29q-32 9 -63 9q-47 0 -101 -17q-59 -19 -110 -58l-82 147q51 36 132 67q77 29 173 29q77 0 136 -20 q61 -21 105 -60q46 -41 70 -94q25 -54 25 -123v-247q0 -51 17 -79t63 -28q11 0 27 4q19 5 38 28q19 24 34 72q14 46 14 140q0 143 -40 248q-41 108 -109 179q-70 73 -162 108q-94 36 -203 36q-121 0 -226 -44q-104 -44 -181 -121t-120 -180q-43 -102 -43 -224 q0 -119 43 -223q45 -108 119 -182q78 -78 182 -121q106 -44 230 -44q103 0 184 26q84 27 127 52l72 -153q-68 -37 -163 -66q-102 -31 -222 -31q-156 0 -294 59q-136 58 -238 159q-100 98 -159 235q-59 136 -59 289zM674 578q0 -46 37 -74q38 -29 106 -29q70 0 114 28 q39 25 62 56v59q-22 22 -65 40q-44 18 -105 18q-72 0 -111 -28q-38 -27 -38 -70z" />
46
+ <glyph unicode="A" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM479 565h430l-215 559z" />
47
+ <glyph unicode="B" horiz-adv-x="1208" d="M152 0v1434h464q86 0 170 -23q82 -22 146 -71q63 -48 102 -121t39 -177q0 -73 -18 -124q-18 -50 -44 -84q-25 -32 -50 -51q-18 -14 -37 -23q5 -1 44 -19q34 -16 75 -55t72 -102q32 -64 32 -158q0 -97 -37 -175q-37 -79 -101 -134q-65 -56 -153 -86q-91 -31 -188 -31h-516 zM397 233h262q100 0 170 45q68 44 68 146t-68 146t-170 44h-262v-381zM397 848h211q103 0 159 40t56 132q0 99 -61 139q-62 41 -154 41h-211v-352z" />
48
+ <glyph unicode="C" horiz-adv-x="1384" d="M70 717q0 161 55 295q56 137 152 234q97 99 231 156q131 56 287 56q99 0 178 -20q80 -20 149 -54q74 -36 119 -72q54 -43 86 -79l-166 -162q-54 60 -144 108q-94 50 -220 50q-105 0 -195 -41q-84 -39 -150 -112q-63 -71 -98 -163q-35 -93 -35 -196q0 -104 35 -197 q34 -90 99 -163q63 -71 151 -111q90 -41 195 -41q129 0 228 54q100 55 157 122l164 -162q-38 -45 -95 -90q-55 -43 -125 -78q-67 -33 -153 -55q-84 -21 -178 -21q-155 0 -289 57q-135 58 -231 155q-95 97 -152 235q-55 134 -55 295z" />
49
+ <glyph unicode="D" horiz-adv-x="1392" d="M152 0v1434h462q154 0 287 -55q131 -54 224 -149t146 -226q52 -129 52 -287t-52 -287q-53 -131 -146 -226q-95 -97 -224 -150q-131 -54 -287 -54h-462zM397 233h221q105 0 189 39q81 37 143 106q59 65 91 153t32 186q0 96 -32 186q-32 89 -91 154t-143 104t-189 39h-221 v-967z" />
50
+ <glyph unicode="E" horiz-adv-x="1118" d="M152 0v1434h868v-234h-623v-348h574v-234h-574v-385h635v-233h-880z" />
51
+ <glyph unicode="F" horiz-adv-x="1079" d="M152 0v1434h849v-234h-604v-350h564v-234h-564v-616h-245z" />
52
+ <glyph unicode="G" horiz-adv-x="1460" d="M70 719q0 158 57 293q56 133 157 234q99 99 235 156q134 56 294 56q91 0 170 -18t147 -48q69 -31 122 -69q51 -37 91 -80l-167 -164q-51 59 -147 105q-93 45 -212 45q-109 0 -202 -41q-86 -38 -156 -111q-64 -67 -103 -163q-37 -92 -37 -195q0 -104 38 -198 q37 -92 106 -164q67 -71 162 -111q96 -41 209 -41q70 0 147 16q82 17 131 53v304h-326v229h568v-651q-89 -80 -232 -131q-141 -50 -293 -50q-162 0 -300 57q-140 58 -240 155q-102 99 -161 236q-58 135 -58 296z" />
53
+ <glyph unicode="H" horiz-adv-x="1406" d="M152 0v1434h245v-584h613v584h245v-1434h-245v616h-613v-616h-245z" />
54
+ <glyph unicode="I" horiz-adv-x="606" d="M180 0v1434h246v-1434h-246z" />
55
+ <glyph unicode="J" horiz-adv-x="1067" d="M6 215l180 152q50 -77 109 -117q61 -41 145 -41q60 0 102 19q43 19 71 52q27 32 42 73q15 42 15 89v992h245v-983q0 -114 -34 -201q-34 -88 -98 -150t-149 -93q-88 -32 -192 -32q-84 0 -156 22q-71 22 -122 55q-56 37 -92 77q-41 46 -66 86z" />
56
+ <glyph unicode="K" horiz-adv-x="1286" d="M152 0v1434h245v-643l512 643h308l-562 -705l631 -729h-325l-564 647v-647h-245z" />
57
+ <glyph unicode="L" horiz-adv-x="1024" d="M152 0v1434h245v-1201h611v-233h-856z" />
58
+ <glyph unicode="M" horiz-adv-x="1691" d="M152 0v1434h227l467 -721l467 721h227v-1434h-246v963l-448 -682l-449 682v-963h-245z" />
59
+ <glyph unicode="N" horiz-adv-x="1486" d="M152 0v1434h221l717 -988v988h245v-1434h-221l-717 985v-985h-245z" />
60
+ <glyph unicode="O" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196z" />
61
+ <glyph unicode="P" horiz-adv-x="1159" d="M152 0v1434h487q105 0 195 -35q86 -34 150 -96q60 -59 96 -146q34 -83 34 -182t-34 -182q-36 -87 -96 -146q-64 -62 -150 -96q-90 -35 -195 -35h-242v-516h-245zM397 750h211q128 0 192 61t64 164t-64 164t-192 61h-211v-450z" />
62
+ <glyph unicode="Q" horiz-adv-x="1619" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295q0 -126 -34 -232q-36 -113 -93 -200l202 -174l-157 -181l-211 183q-89 -65 -199 -102q-108 -36 -233 -36q-158 0 -290 57 q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717q0 -107 34 -197q35 -93 97 -161q63 -69 149 -109q88 -41 196 -41q73 0 131 17q62 18 114 48l-247 218l157 178l254 -221q66 119 66 266q0 105 -34 197q-36 96 -96 162q-64 70 -151 110q-90 41 -194 41 q-108 0 -196 -41q-84 -39 -149 -110q-62 -68 -97 -161q-34 -90 -34 -196z" />
63
+ <glyph unicode="R" horiz-adv-x="1193" d="M152 0v1434h471q105 0 194 -33t151 -92q60 -57 96 -143q34 -81 34 -183q0 -157 -83 -272t-237 -154l359 -557h-287l-340 541h-113v-541h-245zM397 774h195q117 0 187 53q69 52 69 160q0 107 -69 160q-70 53 -187 53h-195v-426z" />
64
+ <glyph unicode="S" horiz-adv-x="1218" d="M94 268l185 156q26 -42 58 -77q37 -41 77 -68q48 -33 96 -51q51 -19 119 -19q43 0 85 9q43 9 77 30q37 22 56 54q21 34 21 81t-19 76q-21 32 -54 55q-36 25 -83 44q-25 10 -106 40q-76 28 -157 66q-85 40 -145 89q-65 53 -105 121q-41 70 -41 166q0 84 32 158t94 133 q61 58 146 92q87 35 193 35q86 0 155 -20q70 -20 131 -54q60 -33 106 -73q43 -37 79 -80l-170 -168q-19 24 -56 59q-33 31 -69 52q-33 19 -82 36q-43 15 -92 15q-93 0 -155 -49t-62 -127q0 -51 26 -84q28 -36 71 -61q41 -24 99 -46l113 -43q82 -31 152 -66q74 -37 128 -85 q55 -49 88 -117q33 -67 33 -160q0 -103 -40 -180q-41 -79 -107 -129q-69 -52 -156 -77q-90 -26 -186 -26q-102 0 -186 26q-80 25 -149 67q-65 40 -116 94q-47 50 -84 106z" />
65
+ <glyph unicode="T" horiz-adv-x="1093" d="M29 1200v234h1036v-234h-395v-1200h-246v1200h-395z" />
66
+ <glyph unicode="U" horiz-adv-x="1409" d="M152 520v914h245v-883q0 -153 77 -248q76 -94 231 -94q154 0 230 94q77 95 77 248v883h245v-914q0 -122 -38 -218q-40 -101 -111 -172q-74 -74 -174 -114q-103 -41 -229 -41q-127 0 -230 41q-100 40 -174 114q-71 71 -111 172q-38 96 -38 218z" />
67
+ <glyph unicode="V" horiz-adv-x="1290" d="M4 1434h268l381 -920l377 920h256l-641 -1483z" />
68
+ <glyph unicode="W" horiz-adv-x="2013" d="M8 1434h279l303 -861l325 861h203l320 -861l311 861h256l-565 -1483l-430 1075l-437 -1075z" />
69
+ <glyph unicode="X" horiz-adv-x="1253" d="M25 0l462 741l-434 693h291l293 -496l289 496h270l-434 -693l467 -741h-293l-322 541l-313 -541h-276z" />
70
+ <glyph unicode="Y" horiz-adv-x="1257" d="M16 1434h271l350 -641l350 641h254l-489 -869v-565h-246v565z" />
71
+ <glyph unicode="Z" horiz-adv-x="1222" d="M29 0l749 1200h-680v234h1096l-745 -1201h704v-233h-1124z" />
72
+ <glyph unicode="[" horiz-adv-x="675" d="M152 -471v2019h458v-196h-233v-1626h233v-197h-458z" />
73
+ <glyph unicode="\" d="M37 1550l196 88l820 -1839l-197 -88z" />
74
+ <glyph unicode="]" horiz-adv-x="675" d="M66 -274h233v1626h-233v196h458v-2019h-458v197z" />
75
+ <glyph unicode="^" horiz-adv-x="1099" d="M20 717l422 831h215l422 -831h-256l-272 561l-277 -561h-254z" />
76
+ <glyph unicode="_" horiz-adv-x="1024" d="M86 -238h852v-233h-852v233z" />
77
+ <glyph unicode="`" horiz-adv-x="557" d="M0 1382l166 162l350 -356l-158 -150z" />
78
+ <glyph unicode="a" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66z" />
79
+ <glyph unicode="b" horiz-adv-x="1202" d="M152 0v1548h245v-680q37 46 105 87q67 40 172 40q91 0 178 -38q86 -37 150 -105q65 -68 104 -161t39 -206q0 -109 -39 -204q-39 -94 -104 -162q-67 -70 -149 -106q-87 -38 -179 -38q-111 0 -185 47q-73 46 -110 105v-127h-227zM397 340q30 -53 88 -94t148 -41 q120 0 191 80t71 200q0 121 -71 201t-191 80q-90 0 -148 -41t-88 -94v-291z" />
80
+ <glyph unicode="c" horiz-adv-x="1017" d="M57 485q0 106 41 200q41 93 112 163q70 68 166 108q94 39 204 39q73 0 133 -16q63 -17 111 -43q53 -29 89 -58q38 -31 64 -63l-170 -151q-36 42 -94 71q-62 31 -133 31q-61 0 -113 -23q-53 -23 -86 -61q-34 -39 -54 -89q-20 -51 -20 -108q0 -56 20 -108q20 -53 55 -89 q37 -39 86 -61q48 -22 114 -22q85 0 147 38q61 37 90 81l162 -164q-26 -33 -63 -64q-34 -29 -91 -59q-47 -25 -112 -44q-61 -18 -135 -18q-111 0 -204 40q-97 42 -166 109q-72 71 -112 162q-41 94 -41 199z" />
81
+ <glyph unicode="d" horiz-adv-x="1202" d="M57 485q0 113 39 206t104 161q64 68 150 105q87 38 178 38q105 0 172 -40q68 -41 105 -87v680h246v-1548h-228v127q-37 -59 -110 -105q-74 -47 -185 -47q-92 0 -179 38q-82 36 -149 106q-65 68 -104 162q-39 95 -39 204zM307 485q0 -120 71 -200t191 -80q90 0 148 41 t88 94v291q-30 53 -88 94t-148 41q-120 0 -191 -80t-71 -201z" />
82
+ <glyph unicode="e" horiz-adv-x="1091" d="M57 489q0 107 37 197q38 92 102 161q62 67 154 108q89 40 195 40q102 0 189 -37q92 -39 156 -103q65 -65 105 -160q39 -93 39 -206v-38q0 -16 -2 -54h-725q7 -31 30 -69q23 -37 57 -63q38 -29 83 -46q47 -18 107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95 q-101 -45 -229 -45q-112 0 -206 39t-166 109q-70 69 -111 164q-40 93 -40 202zM307 575h481q-2 30 -17 66q-15 35 -45 65t-75 48t-106 18q-59 0 -103 -18q-40 -17 -72 -47q-29 -28 -45 -64q-17 -38 -18 -68z" />
83
+ <glyph unicode="f" horiz-adv-x="759" d="M33 750v221h192v237q0 100 32 170q32 69 83 113q49 42 114 62t124 20q55 0 111 -13q57 -13 99 -38l-92 -207q-18 13 -43 20q-29 8 -53 8q-18 0 -41 -6t-42 -22q-19 -17 -33 -45q-13 -27 -13 -74v-225h238v-221h-238v-750h-246v750h-192z" />
84
+ <glyph unicode="g" horiz-adv-x="1173" d="M57 485q0 113 39 206t104 161q64 68 150 105q87 38 178 38q111 0 184 -47q71 -46 111 -104v127h228v-979q0 -129 -43 -219q-44 -92 -116 -152q-70 -59 -166 -88q-95 -29 -191 -29q-80 0 -151 18q-74 19 -130 44q-65 29 -107 59q-39 28 -79 64l139 188q58 -56 139 -99 q83 -44 193 -44q133 0 199 69q67 70 67 181v116q-10 -13 -35 -37q-18 -17 -56 -40q-34 -21 -80 -34q-48 -14 -106 -14q-91 0 -178 38q-84 37 -150 106q-65 68 -104 161t-39 205zM307 485q0 -120 71 -200t191 -80q47 0 84 12q35 11 67 32q27 17 50 44q15 18 35 47v291 q-30 53 -88 94t-148 41q-120 0 -191 -80t-71 -201z" />
85
+ <glyph unicode="h" horiz-adv-x="1150" d="M152 0v1548h245v-694q39 55 106 97q70 44 171 44q70 0 134 -24q62 -23 114 -72q47 -44 77 -115q29 -69 29 -155v-629h-246v567q0 51 -15 89q-16 40 -42 63q-28 25 -59 36q-30 11 -70 11q-42 0 -72 -12q-29 -12 -55 -31q-23 -17 -42 -41t-30 -43v-639h-245z" />
86
+ <glyph unicode="i" horiz-adv-x="569" d="M123 1284q0 68 47 115t115 47q67 0 114 -47t47 -115t-47 -115t-114 -47q-68 0 -115 47t-47 115zM162 0v971h246v-971h-246z" />
87
+ <glyph unicode="j" horiz-adv-x="679" d="M-72 -432l88 207q40 -23 68 -32t57 -9q13 0 40 5q23 4 44 25q20 20 35 61q14 38 14 109v1037h246v-1059q0 -118 -36 -198q-35 -77 -89 -125q-51 -45 -117 -65t-120 -20q-56 0 -118 17q-60 17 -112 47zM233 1284q0 67 48 115q47 47 114 47q68 0 115 -47t47 -115t-47 -115 t-115 -47q-67 0 -114 47q-48 48 -48 115z" />
88
+ <glyph unicode="k" horiz-adv-x="1095" d="M152 0v1548h245v-960l348 383h318l-426 -459l455 -512h-324l-371 424v-424h-245z" />
89
+ <glyph unicode="l" horiz-adv-x="548" d="M152 0v1548h245v-1548h-245z" />
90
+ <glyph unicode="m" horiz-adv-x="1712" d="M123 0v971h229v-142q38 62 109 114t184 52q96 0 176 -44t119 -126q19 34 44 62q26 29 67 54q39 24 88 39q50 15 108 15q75 0 137 -25q63 -26 109 -73t71 -116q25 -68 25 -156v-625h-246v561q0 205 -165 205q-81 0 -128 -41t-71 -84v-641h-246v561q0 205 -166 205 q-81 0 -128 -41q-46 -40 -70 -84v-641h-246z" />
91
+ <glyph unicode="n" horiz-adv-x="1122" d="M123 0v971h229v-142q16 27 42 57t63 54q42 27 83 40q47 15 105 15q69 0 134 -24q62 -23 114 -72q49 -46 78 -115q28 -66 28 -155v-629h-245v567q0 105 -57 152q-58 47 -130 47q-78 0 -125 -41q-45 -40 -73 -84v-641h-246z" />
92
+ <glyph unicode="o" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM307 485 q0 -54 19 -108q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89q-19 -52 -19 -108z" />
93
+ <glyph unicode="p" horiz-adv-x="1173" d="M123 -471v1442h227v-127q38 56 114 105q71 46 183 46q90 0 177 -38q86 -37 150 -105q63 -66 103 -161q39 -93 39 -206q0 -112 -39 -205q-40 -95 -103 -161q-65 -68 -151 -106q-87 -38 -178 -38q-57 0 -105 14q-46 13 -80 34q-41 25 -57 40q-22 21 -34 37v-571h-246z M369 340q30 -53 88 -94t147 -41q121 0 192 80q70 79 70 200q0 122 -70 201q-71 80 -192 80q-89 0 -147 -41t-88 -94v-291z" />
94
+ <glyph unicode="q" horiz-adv-x="1173" d="M57 485q0 113 39 206t104 161t149 105q87 38 177 38q113 0 184 -46q75 -48 113 -105v127h228v-1442h-246v571q-10 -13 -35 -37q-18 -17 -56 -40q-34 -21 -80 -34q-48 -14 -106 -14q-91 0 -178 38q-84 37 -150 106q-65 68 -104 161t-39 205zM307 485q0 -120 71 -200 t191 -80q90 0 148 41t88 94v291q-30 53 -88 94t-148 41q-120 0 -191 -80t-71 -201z" />
95
+ <glyph unicode="r" horiz-adv-x="792" d="M123 0v971h233v-142q35 63 103 115q67 51 166 51q36 0 77 -7q46 -8 86 -23l-86 -222q-23 12 -50 17q-30 6 -62 6q-86 0 -139 -42q-54 -43 -82 -89v-635h-246z" />
96
+ <glyph unicode="s" horiz-adv-x="989" d="M61 152l138 178q28 -26 54 -47q29 -23 68 -45q37 -21 83 -34q48 -14 102 -14q64 0 118 23q52 22 52 72q0 24 -16 40q-14 14 -40 25q-25 10 -62 18q-52 11 -75 17q-74 16 -132 38q-66 25 -115 59q-53 37 -82 84q-31 50 -31 116q0 59 28 118q26 55 80 100q55 45 129 70 q75 25 175 25q129 0 222 -39t148 -79l-123 -181q-48 33 -106 58q-61 26 -139 26q-67 0 -119 -24q-53 -24 -53 -70q0 -40 53 -60q48 -18 176 -46q75 -18 124 -35q63 -22 105 -53q47 -34 73 -81q28 -50 28 -118q0 -76 -35 -137q-34 -59 -93 -100q-56 -38 -134 -60 q-76 -21 -160 -21q-75 0 -145 16q-60 14 -121 40q-56 24 -100 56q-47 34 -75 65z" />
97
+ <glyph unicode="t" horiz-adv-x="851" d="M45 750v221h191v289h245v-289h293v-221h-293v-392q0 -44 12 -74q13 -32 28 -47q17 -17 40 -25q21 -7 45 -7q32 0 58 10t47 25l90 -201q-42 -28 -105 -46q-62 -18 -127 -18q-69 0 -133 25q-59 23 -106 70t-70 108q-24 63 -24 141v431h-191z" />
98
+ <glyph unicode="u" horiz-adv-x="1122" d="M123 342v629h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -27 -45 -58q-27 -30 -63 -53q-39 -25 -83 -39q-50 -16 -102 -16q-65 0 -132 25q-62 23 -114 72q-47 44 -78 114q-30 68 -30 156z" />
99
+ <glyph unicode="v" horiz-adv-x="1036" d="M4 971h272l246 -529l246 529h264l-514 -1020z" />
100
+ <glyph unicode="w" horiz-adv-x="1572" d="M8 971h275l200 -498l211 498h207l205 -498l209 498h250l-469 -1020l-312 692l-307 -692z" />
101
+ <glyph unicode="x" horiz-adv-x="1075" d="M33 0l360 502l-334 469h289l199 -299l194 299h281l-338 -469l358 -502h-292l-220 332l-219 -332h-278z" />
102
+ <glyph unicode="y" horiz-adv-x="1140" d="M16 971h273l327 -711l256 711h265l-471 -1188q-30 -79 -73 -133q-44 -54 -88 -86q-45 -32 -96 -46t-100 -14q-83 0 -153 31q-66 29 -115 72l115 190q38 -33 71 -49q28 -14 68 -14q59 0 92 33q35 35 64 110l38 100z" />
103
+ <glyph unicode="z" horiz-adv-x="1013" d="M61 0l482 741h-447v230h865l-482 -742h459v-229h-877z" />
104
+ <glyph unicode="{" horiz-adv-x="716" d="M53 438v180q32 0 76 7q37 6 66 27q27 20 46 63q17 38 17 110v447q0 61 21 112q22 53 57 87q38 36 87 57q47 20 109 20h111v-221q-28 0 -56 -5q-24 -4 -44 -21q-19 -16 -29 -45t-10 -80v-381q0 -80 -18 -131q-19 -53 -46 -80q-29 -29 -64 -39q-40 -12 -75 -13v-8 q39 -2 75 -12q35 -10 64 -39q27 -27 46 -80q18 -51 18 -131v-360q0 -52 10 -81t29 -45q20 -17 44 -21q28 -5 56 -5v-221h-111q-62 0 -109 20q-49 21 -87 57q-35 34 -57 87q-21 51 -21 112v426q0 73 -17 111q-19 42 -46 62q-30 22 -66 28q-38 6 -76 6z" />
105
+ <glyph unicode="|" horiz-adv-x="532" d="M147 -471v1987h238v-1987h-238z" />
106
+ <glyph unicode="}" horiz-adv-x="716" d="M74 -250q28 0 56 5q24 4 44 21q19 16 29 45t10 81v360q0 83 17 131q19 53 46 80q28 28 65 39q36 10 75 12v8q-35 1 -75 13q-37 11 -65 39q-27 27 -46 80q-17 48 -17 131v381q0 51 -10 80q-11 31 -29 46q-19 16 -44 20q-28 5 -56 5v221h110q63 0 110 -20q50 -21 87 -57 q35 -34 57 -87q21 -51 21 -112v-447q0 -72 17 -110q19 -43 46 -63q28 -21 66 -27q44 -7 76 -7v-180q-38 0 -76 -6q-36 -6 -66 -28q-27 -20 -46 -62q-17 -38 -17 -111v-426q0 -61 -21 -112q-22 -53 -57 -87q-37 -36 -87 -57q-47 -20 -110 -20h-110v221z" />
107
+ <glyph unicode="~" horiz-adv-x="1001" d="M41 637q45 111 126 171t175 60q49 0 91 -15q40 -14 79 -33l71 -33q35 -15 68 -15q42 0 79 27q38 27 54 88l177 -111q-39 -98 -118 -164q-78 -65 -184 -65q-51 0 -94 15q-40 14 -80 33l-70 33q-35 15 -67 15q-42 0 -79 -31q-35 -29 -52 -84z" />
108
+ <glyph unicode="&#xa1;" horiz-adv-x="626" d="M152 834q0 67 47 114t114 47q68 0 115 -47t47 -114q0 -68 -47 -115t-115 -47q-67 0 -114 47t-47 115zM186 -463l11 1024h233l10 -1024h-254z" />
109
+ <glyph unicode="&#xa2;" horiz-adv-x="1187" d="M143 485q0 101 34 185q36 89 93 152q63 69 141 111q82 44 177 56v178h129v-174q111 -11 203 -62t143 -116l-170 -151q-27 32 -76 61q-45 26 -100 37v-553q70 11 118 46q49 35 70 69l162 -164q-47 -60 -138 -114q-92 -54 -212 -69v-170h-129v175q-95 12 -177 56 q-80 43 -141 110q-56 62 -93 153q-34 84 -34 184zM393 485q0 -96 51 -171t144 -99v541q-93 -28 -144 -102q-51 -75 -51 -169z" />
110
+ <glyph unicode="&#xa3;" horiz-adv-x="1187" d="M92 90q34 69 98 134q63 64 142 87q15 16 34 64q17 43 17 88q0 33 -10 59q-12 30 -27 58h-254v172h160q-31 57 -67 133q-33 70 -33 159q0 71 27 143t85 133q56 59 145 99q87 39 207 39q86 0 152 -19q68 -20 121 -53q54 -34 93 -73q40 -41 69 -84l-179 -144q-34 58 -94 100 q-62 44 -153 44q-53 0 -96 -17q-39 -15 -71 -44q-30 -27 -45 -62q-16 -37 -16 -74q0 -44 27 -106q29 -66 98 -174h379v-172h-293q12 -35 16 -58q5 -30 5 -57q0 -58 -14 -100q-17 -51 -23 -64q33 -11 65 -29l57 -31q30 -17 54 -26q26 -10 57 -10q60 0 95 38t47 89l190 -107 q-16 -45 -49 -94q-30 -44 -73 -80q-41 -34 -96 -55q-54 -21 -124 -21q-69 0 -115 18q-48 19 -86 39q-68 37 -75 40q-38 18 -82 18q-68 0 -111 -40q-42 -39 -65 -91z" />
111
+ <glyph unicode="&#xa4;" horiz-adv-x="1187" d="M49 258l146 145q-76 112 -76 259q0 142 76 258l-146 145l144 143l143 -145q53 35 123 57q66 21 137 21q72 0 136 -21q69 -22 120 -57l145 145l144 -143l-146 -145q37 -55 58 -121q20 -63 20 -137q0 -75 -20 -138q-21 -67 -58 -123l146 -143l-144 -143l-145 145 q-116 -76 -256 -76q-146 0 -258 76l-145 -145zM348 659q0 -50 20 -96t53 -79t79 -53q44 -19 96 -19t96 19q45 20 79 52q32 31 53 77q20 45 20 95t-20 98t-53 81q-34 34 -80 55q-44 20 -97 20q-54 0 -95 -20q-46 -22 -78 -54q-33 -33 -53 -79t-20 -97z" />
112
+ <glyph unicode="&#xa5;" horiz-adv-x="1187" d="M-18 1434h270l350 -641l350 641h254l-266 -473h197v-173h-295l-80 -143h375v-172h-420v-473h-246v473h-420v172h375l-82 143h-293v173h197z" />
113
+ <glyph unicode="&#xa6;" horiz-adv-x="532" d="M147 328h238v-799h-238v799zM147 717v799h238v-799h-238z" />
114
+ <glyph unicode="&#xa7;" horiz-adv-x="1040" d="M102 518q0 61 22 116q20 50 53 91q31 39 70 65q28 19 68 39q-87 61 -128 128q-42 69 -42 157q0 69 28 134q26 61 78 110q49 46 120 74q66 26 153 26q126 0 215 -53q88 -52 140 -115l-162 -151q-34 44 -85 69q-52 25 -102 25q-64 0 -101 -36q-38 -36 -38 -87q0 -29 12 -50 q13 -23 39 -43q31 -24 68 -46l96 -58q76 -44 114 -68q57 -36 100 -79q45 -45 71 -97q27 -54 27 -126q0 -64 -23 -118q-22 -51 -54 -91t-69 -65q-36 -25 -67 -40q87 -61 128 -137t41 -162q0 -73 -28 -132q-27 -58 -79 -103q-49 -43 -120 -68q-69 -24 -149 -24q-128 0 -216 52 q-93 55 -143 114l156 161q37 -47 91 -75q52 -27 103 -27q65 0 102 36q38 36 38 87q0 25 -12 46q-14 25 -36 44q-25 22 -67 47l-100 59q-57 31 -115 69q-57 37 -99 79q-45 45 -71 97q-27 54 -27 126zM348 541q0 -36 9 -60t30 -45q20 -20 51 -40l72 -44l10 -6q29 5 54 16 q29 13 50 34q20 20 34 51t14 71q0 13 -3 34t-20 47t-49 54q-34 30 -90 56l-10 4q-60 -11 -105 -49q-47 -39 -47 -123z" />
115
+ <glyph unicode="&#xa8;" horiz-adv-x="802" d="M29 1272q0 67 47 114q48 48 114 48q67 0 115 -48q47 -47 47 -114q0 -68 -47 -115t-115 -47q-67 0 -114 47t-47 115zM451 1272q0 67 47 114q48 48 114 48q67 0 115 -48q47 -47 47 -114q0 -68 -47 -115t-115 -47q-67 0 -114 47t-47 115z" />
116
+ <glyph unicode="&#xa9;" horiz-adv-x="1677" d="M98 717q0 153 59 289t158 235q100 100 236 159q134 58 289 58q154 0 288 -58q137 -59 235 -159q100 -102 158 -235q58 -134 58 -289t-58 -289q-58 -133 -158 -235q-98 -100 -235 -159q-136 -59 -288 -59q-153 0 -289 59t-236 159q-99 99 -158 235t-59 289zM274 717 q0 -117 45 -219q46 -104 122 -180q74 -74 180 -121q102 -45 219 -45t219 45q104 46 179 121q77 77 121 180t44 219t-44 219q-43 101 -121 179q-77 77 -179 122t-219 45t-219 -45q-104 -46 -180 -122q-77 -77 -122 -179t-45 -219zM442 717q0 83 33 157q34 75 88 128 q59 57 131 87q75 31 162 31q60 0 106 -13q45 -13 88 -35q36 -18 70 -46q27 -22 51 -49l-135 -121q-29 34 -74 57q-48 25 -106 25q-48 0 -89 -18q-38 -17 -68 -50q-29 -32 -43 -69q-15 -39 -15 -84q0 -47 15 -87q14 -38 43 -70q27 -30 68 -48t91 -18q69 0 117 29q49 30 72 65 l127 -129q-16 -21 -50 -50t-71 -48q-38 -20 -89 -34q-50 -14 -108 -14q-83 0 -162 31q-73 29 -131 85q-54 53 -88 128q-33 73 -33 160z" />
117
+ <glyph unicode="&#xaa;" horiz-adv-x="665" d="M37 1020q0 92 66 147q67 56 169 56q54 0 100 -16q42 -15 72 -38v39q0 53 -44 77t-93 24q-37 0 -84 -12q-55 -14 -90 -31l-51 135q38 22 101 39q65 18 141 18q136 0 204 -64q70 -65 70 -163v-400h-143v80q-33 -45 -88 -70q-52 -24 -109 -24q-42 0 -81 13q-42 14 -71 40 q-31 28 -50 64q-19 37 -19 86zM197 1026q0 -43 33 -59q36 -17 69 -17q48 0 86 23q36 21 59 51v45q-37 18 -71 25q-42 8 -68 8q-35 0 -73 -16q-35 -15 -35 -60z" />
118
+ <glyph unicode="&#xab;" horiz-adv-x="1083" d="M12 502l375 483l168 -129l-283 -354l283 -355l-168 -129zM453 502l374 483l168 -129l-282 -354l282 -355l-168 -129z" />
119
+ <glyph unicode="&#xac;" horiz-adv-x="1380" d="M37 807v233h1229v-647h-242v414h-987z" />
120
+ <glyph unicode="&#xad;" horiz-adv-x="681" d="M68 389v234h546v-234h-546z" />
121
+ <glyph unicode="&#xae;" horiz-adv-x="870" d="M10 1044q0 89 34 167q35 80 91 138q55 57 135 92q77 34 166 34t167 -34q79 -35 137 -92q58 -59 93 -138q33 -76 33 -167q0 -90 -33 -165q-35 -80 -93 -136q-58 -57 -137 -91q-78 -34 -167 -34t-166 34q-79 35 -135 91q-55 55 -91 136q-34 77 -34 165zM143 1044 q0 -60 23 -114t62 -93q40 -40 94 -63q51 -22 114 -22q64 0 115 22q53 22 93 63q40 40 64 93q23 50 23 114q0 65 -23 115q-24 53 -64 93t-93 64q-50 23 -115 23q-64 0 -114 -23q-55 -25 -94 -64t-62 -93t-23 -115zM281 854v389h200q60 0 94 -37q35 -38 35 -90q0 -45 -23 -75 q-24 -32 -65 -44l103 -143h-123l-82 125h-29v-125h-110zM391 1073h41q29 0 50 6q22 6 22 37t-22 37q-21 6 -50 6h-41v-86z" />
122
+ <glyph unicode="&#xaf;" horiz-adv-x="684" d="M12 1171v222h660v-222h-660z" />
123
+ <glyph unicode="&#xb0;" horiz-adv-x="731" d="M45 1137q0 65 25 126q24 58 67 101q43 44 102 69q57 25 126 25q68 0 125 -25q58 -25 102 -69q42 -42 68 -101q26 -60 26 -126t-26 -126t-68 -102q-43 -43 -102 -67q-61 -25 -125 -25q-65 0 -126 25q-59 24 -102 67t-67 102q-25 61 -25 126zM221 1137q0 -62 43 -104 t103 -42q59 0 102 42t43 104q0 61 -43 103q-44 42 -102 42q-60 0 -103 -42t-43 -103z" />
124
+ <glyph unicode="&#xb1;" d="M78 0v209h909v-209h-909zM78 551v209h342v266h225v-266h342v-209h-342v-252h-225v252h-342z" />
125
+ <glyph unicode="&#xb2;" horiz-adv-x="741" d="M45 1411q15 46 39 89q24 44 62 77q34 30 88 53q49 21 118 21q75 0 133 -26q60 -27 97 -65q38 -39 58 -92q19 -50 19 -100q0 -66 -24 -117q-22 -47 -41 -71l-154 -205h228v-168h-602l311 377q13 19 26 34q19 22 32 42q15 22 27 48q11 23 11 54q0 49 -36 82t-91 33 q-59 0 -92 -37q-31 -36 -47 -84z" />
126
+ <glyph unicode="&#xb3;" horiz-adv-x="753" d="M61 991l152 84q17 -48 53 -81t103 -33q53 0 90 25t37 73q0 45 -36 70q-37 26 -102 26h-45v143h31q50 0 93 21q44 21 44 74q0 41 -31 66q-32 26 -88 26q-57 0 -93 -28q-33 -26 -50 -60l-143 78q35 70 105 122q73 54 186 54q59 0 113 -18q56 -19 95 -49q42 -33 66 -79 q25 -48 25 -106q0 -71 -31 -107q-29 -33 -66 -51q45 -18 78 -65t33 -121q0 -66 -27 -114q-27 -49 -70 -81q-42 -32 -101 -49q-55 -16 -115 -16q-67 0 -114 17q-52 19 -88 45q-37 27 -64 63q-25 34 -40 71z" />
127
+ <glyph unicode="&#xb4;" horiz-adv-x="557" d="M41 1186l350 356l166 -162l-358 -344z" />
128
+ <glyph unicode="&#xb5;" horiz-adv-x="1122" d="M123 -471v1442h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -30 -43 -57q-31 -32 -63 -53q-42 -27 -83 -40q-50 -16 -102 -16q-53 0 -110 17v-463h-246z" />
129
+ <glyph unicode="&#xb6;" horiz-adv-x="1376" d="M74 946q0 102 39 190q39 89 104 154q66 66 155 105q88 39 189 39h664v-1819h-230v1610h-204v-1610h-230v848q-99 0 -189 38t-155 103t-104 154q-39 88 -39 188z" />
130
+ <glyph unicode="&#xb7;" horiz-adv-x="569" d="M123 737q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114z" />
131
+ <glyph unicode="&#xb8;" horiz-adv-x="645" d="M127 -489l147 397l220 -25l-140 -438z" />
132
+ <glyph unicode="&#xb9;" horiz-adv-x="661" d="M16 1370l324 268h174v-831h-190v592l-199 -164z" />
133
+ <glyph unicode="&#xba;" horiz-adv-x="731" d="M45 1137q0 66 26 126q26 59 68 101q43 44 102 69q57 25 126 25t126 -25t101 -69t69 -101t25 -126t-25 -126q-25 -59 -69 -102q-42 -43 -101 -68q-60 -26 -126 -26t-126 26t-102 68t-68 102t-26 126zM221 1137q0 -60 43 -103t103 -43q59 0 102 43t43 103q0 59 -43 102 t-102 43q-60 0 -103 -43t-43 -102z" />
134
+ <glyph unicode="&#xbb;" horiz-adv-x="1083" d="M88 147l283 355l-283 354l168 129l375 -483l-375 -484zM528 147l283 355l-283 354l168 129l375 -483l-375 -484z" />
135
+ <glyph unicode="&#xbc;" horiz-adv-x="1699" d="M53 1165l324 269h174v-832h-191v592l-198 -164zM369 14l964 1483l117 -80l-965 -1483zM920 160l426 671h200v-512h103v-159h-103v-160h-176v160h-450zM1198 319h172v275z" />
136
+ <glyph unicode="&#xbd;" horiz-adv-x="1699" d="M33 1165l323 269h174v-832h-190v592l-199 -164zM268 14l965 1483l117 -80l-965 -1483zM961 604q17 51 38 89q23 42 63 77q34 30 88 53q50 21 118 21q75 0 133 -26q59 -26 96 -65q38 -40 58 -91q20 -52 20 -101q0 -64 -25 -117q-22 -47 -41 -71l-153 -205h227v-168h-602 l311 377q8 12 27 34t32 42q12 17 26 48q12 25 12 54q0 49 -36 82t-91 33q-60 0 -93 -37q-31 -36 -47 -84z" />
137
+ <glyph unicode="&#xbe;" horiz-adv-x="1699" d="M82 786l151 84q16 -45 54 -80q37 -34 102 -34q53 0 90 25t37 73q0 46 -36 71q-35 25 -101 25h-45v144h31q52 0 93 20q44 21 44 74q0 40 -32 66t-87 26q-57 0 -93 -28q-33 -26 -50 -60l-144 78q35 70 106 123t185 53q60 0 114 -18q56 -19 95 -49q40 -31 65 -79t25 -106 q0 -71 -31 -107q-30 -34 -65 -51q45 -18 78 -65q32 -45 32 -121q0 -68 -26 -114q-27 -47 -71 -81q-43 -32 -100 -49q-55 -16 -116 -16q-67 0 -114 17q-52 19 -88 45q-35 25 -63 63q-25 34 -40 71zM389 14l965 1483l116 -80l-964 -1483zM920 160l426 671h200v-512h103v-159 h-103v-160h-176v160h-450zM1198 319h172v275z" />
138
+ <glyph unicode="&#xbf;" horiz-adv-x="1001" d="M82 -70q0 69 17 116q18 50 48 93q24 35 72 83q32 32 90 83l42 39q17 17 23 28q8 14 9 30q2 24 2 44v105h244v-152q0 -47 -11 -83q-10 -34 -31 -62q-18 -25 -58 -58l-85 -73q-49 -42 -82 -83q-34 -41 -34 -108q0 -86 57 -136q58 -50 135 -50q44 0 80 16q40 17 68 43 q30 27 54 63q22 32 38 75l209 -97q-21 -60 -60 -121q-42 -65 -95 -108q-59 -48 -129 -76q-71 -28 -165 -28q-93 0 -173 31t-139 87q-57 54 -92 132q-34 75 -34 167zM344 834q0 67 47 114t115 47t115 -47t47 -114q0 -68 -47 -115t-115 -47t-115 47t-47 115z" />
139
+ <glyph unicode="&#xc0;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM391 1870l166 162l350 -357l-157 -149zM479 565h430l-215 559z" />
140
+ <glyph unicode="&#xc1;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM479 565h430l-215 559zM487 1673l351 357l166 -162l-359 -344z" />
141
+ <glyph unicode="&#xc2;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM313 1688l381 274l381 -274l-135 -168l-246 186l-250 -186zM479 565h430l-215 559z" />
142
+ <glyph unicode="&#xc3;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM279 1712q41 108 115 160q76 53 153 53q49 0 89 -18q35 -16 74 -41l63 -41q32 -19 61 -19q46 0 73 43q26 42 37 90l168 -133q-41 -114 -115 -166q-73 -51 -147 -51q-47 0 -88 19q-30 14 -73 40l-64 40 q-30 18 -62 18q-45 0 -74 -38q-27 -36 -38 -81zM479 565h430l-215 559z" />
143
+ <glyph unicode="&#xc4;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM322 1759q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114zM479 565h430l-215 559zM743 1759q0 67 48 115q47 47 114 47q68 0 115 -47t47 -115 q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48t-48 114z" />
144
+ <glyph unicode="&#xc5;" horiz-adv-x="1388" d="M12 0l557 1434h250l557 -1434h-248l-131 340h-606l-131 -340h-248zM444 1767q0 53 21 96q21 44 54 77q35 35 79 54t96 19q53 0 97 -19q42 -18 78 -54q34 -34 55 -77q20 -41 20 -96q0 -54 -20 -95q-21 -44 -55 -78t-78 -53t-97 -19q-52 0 -96 19q-46 20 -79 53 q-32 32 -54 78q-21 44 -21 95zM479 565h430l-215 559zM584 1767q0 -47 31 -78q32 -32 79 -32t79 32t32 78q0 47 -32 79t-79 32t-79 -32q-31 -31 -31 -79z" />
145
+ <glyph unicode="&#xc6;" horiz-adv-x="1873" d="M12 0l846 1434h918v-230h-521v-352h471v-234h-471v-389h533v-229h-778v293h-557l-174 -293h-267zM588 526h422v713z" />
146
+ <glyph unicode="&#xc7;" horiz-adv-x="1384" d="M70 717q0 161 55 295q56 137 152 234q97 99 231 156q131 56 287 56q99 0 178 -20q80 -20 149 -54q74 -36 119 -72q54 -43 86 -79l-166 -162q-54 60 -144 108q-94 50 -220 50q-105 0 -195 -41q-84 -39 -150 -112q-63 -71 -98 -163q-35 -93 -35 -196q0 -104 35 -197 q34 -90 99 -163q63 -71 151 -111q90 -41 195 -41q129 0 228 54q100 55 157 122l164 -162q-38 -45 -95 -90q-55 -43 -125 -78q-67 -33 -153 -55q-84 -21 -178 -21q-155 0 -289 57q-135 58 -231 155q-95 97 -152 235q-55 134 -55 295zM471 -498l147 398l220 -25l-140 -438z " />
147
+ <glyph unicode="&#xc8;" horiz-adv-x="1118" d="M152 0v1434h868v-234h-623v-348h574v-234h-574v-385h635v-233h-880zM301 1870l166 162l350 -357l-158 -149z" />
148
+ <glyph unicode="&#xc9;" horiz-adv-x="1118" d="M152 0v1434h868v-234h-623v-348h574v-234h-574v-385h635v-233h-880zM389 1673l350 357l166 -162l-358 -344z" />
149
+ <glyph unicode="&#xca;" horiz-adv-x="1118" d="M152 0v1434h868v-234h-623v-348h574v-234h-574v-385h635v-233h-880zM203 1688l381 274l381 -274l-136 -168l-245 186l-250 -186z" />
150
+ <glyph unicode="&#xcb;" horiz-adv-x="1118" d="M152 0v1434h868v-234h-623v-348h574v-234h-574v-385h635v-233h-880zM223 1759q0 68 47 115t115 47t115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48t-115 48q-47 47 -47 114zM645 1759q0 68 47 115t115 47t115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48t-115 48 q-47 47 -47 114z" />
151
+ <glyph unicode="&#xcc;" horiz-adv-x="606" d="M8 1870l166 162l350 -357l-157 -149zM180 0v1434h246v-1434h-246z" />
152
+ <glyph unicode="&#xcd;" horiz-adv-x="606" d="M82 1673l350 357l166 -162l-358 -344zM176 0v1434h246v-1434h-246z" />
153
+ <glyph unicode="&#xce;" horiz-adv-x="606" d="M-72 1708l381 274l381 -274l-135 -168l-246 186l-250 -186zM180 0v1434h246v-1434h-246z" />
154
+ <glyph unicode="&#xcf;" horiz-adv-x="606" d="M-96 1759q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM154 0v1434h245v-1434h-245zM326 1759q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114z " />
155
+ <glyph unicode="&#xd0;" horiz-adv-x="1449" d="M25 625v213h184v596h463q153 0 286 -55q132 -55 225 -149q91 -93 145 -226q52 -129 52 -287t-52 -287q-54 -133 -145 -226q-94 -96 -225 -150q-130 -54 -286 -54h-463v625h-184zM455 233h221q104 0 188 39q82 38 144 106q59 65 91 153q31 86 31 186q0 99 -31 186 q-32 89 -91 154q-58 64 -144 104q-84 39 -188 39h-221v-362h413v-213h-413v-392z" />
156
+ <glyph unicode="&#xd1;" horiz-adv-x="1486" d="M152 0v1434h221l717 -988v988h245v-1434h-221l-717 985v-985h-245zM334 1712q41 107 116 160q76 53 152 53q48 0 89 -18q35 -16 74 -41l63 -41q32 -19 61 -19q47 0 74 43q25 40 36 90l168 -133q-41 -115 -114 -166t-148 -51q-47 0 -88 19q-30 14 -73 40l-64 40 q-30 18 -62 18q-44 0 -73 -38t-39 -81z" />
157
+ <glyph unicode="&#xd2;" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196zM510 1870l166 162 l350 -357l-158 -149z" />
158
+ <glyph unicode="&#xd3;" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196zM553 1673l350 357 l166 -162l-358 -344z" />
159
+ <glyph unicode="&#xd4;" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196zM418 1688l381 274 l381 -274l-136 -168l-245 186l-250 -186z" />
160
+ <glyph unicode="&#xd5;" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196zM381 1712 q41 107 116 160q76 53 152 53q49 0 89 -18q35 -16 74 -41l64 -41q32 -19 60 -19q47 0 74 43q26 42 37 90l167 -133q-41 -115 -114 -166q-74 -51 -148 -51q-47 0 -88 19q-26 12 -72 40l-65 40q-30 18 -61 18q-45 0 -74 -38q-28 -38 -39 -81z" />
161
+ <glyph unicode="&#xd6;" horiz-adv-x="1589" d="M70 717q0 160 54 295q54 136 151 234q97 99 230 156q130 56 290 56q157 0 288 -56q133 -57 231 -156q97 -98 151 -234q55 -138 55 -295t-55 -295t-151 -235t-231 -155q-133 -57 -288 -57q-158 0 -290 57q-135 58 -230 155q-96 97 -151 235q-54 135 -54 295zM319 717 q0 -107 34 -197q35 -92 96 -161t149 -109q90 -41 197 -41q106 0 196 41q89 41 150 109q59 67 95 161q34 90 34 197q0 106 -34 196q-36 94 -95 161q-62 70 -150 110q-90 41 -196 41q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-34 -90 -34 -196zM422 1759 q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM844 1759q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114z" />
162
+ <glyph unicode="&#xd7;" d="M59 209l314 313l-314 314l160 159l313 -313l314 313l160 -159l-314 -314l314 -313l-160 -160l-314 313l-313 -313z" />
163
+ <glyph unicode="&#xd8;" horiz-adv-x="1605" d="M78 717q0 160 54 295q54 134 152 234q98 99 229 156q130 56 288 56q121 0 231 -35q108 -34 197 -98l143 168l101 -84l-144 -170q95 -101 147 -233t52 -289q0 -160 -54 -295q-54 -136 -152 -235q-97 -98 -230 -155q-134 -57 -289 -57q-121 0 -231 35q-102 33 -197 99 l-142 -168l-100 84l143 170q-94 98 -146 231q-52 132 -52 291zM328 717q0 -95 27 -181q26 -82 81 -153l639 758q-56 41 -125 62q-72 22 -147 22q-107 0 -197 -41q-86 -39 -149 -110q-61 -69 -96 -161q-33 -88 -33 -196zM530 293q59 -43 124 -63q69 -21 149 -21q106 0 196 41 q89 41 150 109q59 67 95 161q34 90 34 197q0 90 -28 179q-26 82 -81 153z" />
164
+ <glyph unicode="&#xd9;" horiz-adv-x="1409" d="M154 520v914h245v-883q0 -153 77 -248q76 -94 231 -94q154 0 230 94q77 95 77 248v883h246v-914q0 -119 -39 -218q-40 -101 -111 -172q-74 -74 -174 -114q-103 -41 -229 -41q-127 0 -230 41q-100 40 -174 114q-70 70 -110 172q-39 99 -39 218zM387 1870l166 162l350 -357 l-158 -149z" />
165
+ <glyph unicode="&#xda;" horiz-adv-x="1409" d="M152 520v914h245v-883q0 -153 77 -248q76 -94 231 -94q154 0 230 94q77 95 77 248v883h245v-914q0 -122 -38 -218q-40 -101 -111 -172q-74 -74 -174 -114q-103 -41 -229 -41q-127 0 -230 41q-100 40 -174 114q-71 71 -111 172q-38 96 -38 218zM516 1673l350 357l166 -162 l-358 -344z" />
166
+ <glyph unicode="&#xdb;" horiz-adv-x="1409" d="M152 520v914h245v-883q0 -153 77 -248q76 -94 231 -94q154 0 230 94q77 95 77 248v883h245v-914q0 -122 -38 -218q-40 -101 -111 -172q-74 -74 -174 -114q-103 -41 -229 -41q-127 0 -230 41q-100 40 -174 114q-71 71 -111 172q-38 96 -38 218zM324 1688l381 274l380 -274 l-135 -168l-245 186l-250 -186z" />
167
+ <glyph unicode="&#xdc;" horiz-adv-x="1409" d="M152 520v914h245v-883q0 -153 77 -248q76 -94 231 -94q154 0 230 94q77 95 77 248v883h245v-914q0 -122 -38 -218q-40 -101 -111 -172q-74 -74 -174 -114q-103 -41 -229 -41q-127 0 -230 41q-100 40 -174 114q-71 71 -111 172q-38 96 -38 218zM332 1759q0 68 47 115 t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM754 1759q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114z" />
168
+ <glyph unicode="&#xdd;" horiz-adv-x="1257" d="M16 1434h271l350 -641l350 641h254l-489 -869v-565h-246v565zM440 1673l351 357l165 -162l-358 -344z" />
169
+ <glyph unicode="&#xde;" horiz-adv-x="1116" d="M152 0v1434h245v-228h176q109 0 197 -26q92 -27 161 -81q67 -52 108 -136q40 -81 40 -195t-40 -195q-41 -84 -108 -136q-69 -54 -161 -81q-88 -26 -197 -26h-176v-330h-245zM397 559h146q61 0 113 9t93 33q39 23 62 64t23 103t-23 103t-62 64q-41 24 -93 33q-53 9 -113 9 h-146v-418z" />
170
+ <glyph unicode="&#xdf;" horiz-adv-x="1230" d="M131 0v1112q0 104 35 191q34 85 97 145q61 58 149 92q86 33 186 33q93 0 178 -29q83 -28 147 -83q62 -53 98 -133t36 -177q0 -63 -15 -113q-16 -54 -37 -85q-23 -34 -55 -60q-32 -25 -63 -41q51 -12 102 -41q46 -27 86 -76q38 -47 60 -115q22 -67 22 -163 q0 -128 -44 -221t-121 -150q-76 -57 -183 -84t-229 -27h-41v230h30q94 0 157 19q62 19 104 56t59 82q18 46 18 103q0 55 -17 99q-19 48 -57 81q-40 34 -109 55t-169 21v217q87 0 136 24q52 25 76 55q26 32 33 64q7 31 7 54q0 35 -11 68q-13 38 -36 67q-24 30 -65 50 q-39 19 -97 19q-99 0 -160 -61t-61 -166v-1112h-246z" />
171
+ <glyph unicode="&#xe0;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM272 1442l166 162l350 -357l-157 -149zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22 q-27 -15 -45 -42q-17 -25 -17 -66z" />
172
+ <glyph unicode="&#xe1;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66z M354 1247l351 357l165 -162l-358 -344z" />
173
+ <glyph unicode="&#xe2;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM203 1241l381 275l381 -275l-136 -168l-245 187l-250 -187zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12 q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66z" />
174
+ <glyph unicode="&#xe3;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM135 1260q40 106 116 159q77 54 152 54q47 0 90 -19q32 -14 73 -41l64 -41q30 -18 60 -18q47 0 74 43q26 42 37 90l168 -133q-41 -114 -115 -166q-74 -51 -147 -51q-50 0 -89 18q-26 12 -72 40 l-65 40q-30 18 -61 18q-45 0 -74 -38t-39 -80zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66z" />
175
+ <glyph unicode="&#xe4;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM195 1292q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114zM328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36 q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66zM616 1292q0 67 48 115q47 47 114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48t-48 114z" />
176
+ <glyph unicode="&#xe5;" horiz-adv-x="1097" d="M78 295q0 74 30 134q31 61 81 103q51 43 123 67q70 24 153 24q67 0 139 -18q74 -19 125 -52v55q0 49 -20 80t-52 52t-68 28q-40 8 -73 8q-51 0 -125 -16q-79 -17 -162 -55l-79 202q77 36 175 62t214 26q203 0 319 -98q117 -99 117 -264v-633h-227v123q-46 -63 -131 -106 q-83 -42 -185 -42q-66 0 -134 22q-64 21 -114 63t-78 102q-28 59 -28 133zM299 1325q0 54 20 95q21 44 55 78q33 33 79 53t96 20t96 -20t79 -53q32 -32 54 -78q21 -44 21 -95t-21 -95q-22 -46 -54 -78q-33 -33 -79 -53t-96 -20t-96 20t-79 53q-34 34 -55 78q-20 41 -20 95z M328 305q0 -40 16 -63q17 -25 42 -38q28 -15 56 -19q33 -5 58 -5q86 0 141 36q54 35 88 77v100q-50 26 -106 37q-60 12 -107 12q-34 0 -65 -7q-36 -8 -61 -22q-27 -15 -45 -42q-17 -25 -17 -66zM438 1325q0 -47 32 -79t79 -32t79 32q31 31 31 79t-31 79q-32 32 -79 32 t-79 -32t-32 -79z" />
177
+ <glyph unicode="&#xe6;" horiz-adv-x="1771" d="M78 291q0 56 19 106t64 90q44 39 112 63q66 23 167 23h305q0 48 -23 84q-25 39 -61 62q-40 26 -81 38q-43 13 -91 13q-55 0 -124 -20q-72 -21 -138 -66l-108 193q62 43 167 81q101 37 218 37q81 0 139 -17q64 -19 107 -43t74 -54q26 -25 46 -50q66 76 158 120 q93 44 209 44q103 0 190 -37q90 -38 152 -103t99 -160q36 -93 36 -206v-37q0 -15 -2 -53h-719q7 -31 30 -69q22 -36 56 -64q35 -29 82 -47t107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95q-100 -45 -229 -45q-128 0 -235 52q-104 51 -177 137q-24 -34 -60 -69 q-31 -30 -83 -60q-44 -26 -107 -43q-62 -17 -135 -17q-84 0 -158 23q-73 23 -123 64q-51 42 -80 100q-28 56 -28 129zM324 297q0 -32 15 -53q13 -19 40 -32q19 -10 53 -15q25 -4 57 -4q135 0 200 61q67 62 67 143h-281q-79 0 -115 -26t-36 -74zM993 573h477q-2 32 -16 67 q-16 38 -43 65q-28 28 -73 48q-42 19 -105 19q-62 0 -104 -19q-43 -19 -72 -48q-28 -28 -45 -64q-18 -37 -19 -68z" />
178
+ <glyph unicode="&#xe7;" horiz-adv-x="1017" d="M57 485q0 106 41 200q41 93 112 163q70 68 166 108q94 39 204 39q73 0 133 -16q63 -17 111 -43q53 -29 89 -58q38 -31 64 -63l-170 -151q-36 42 -94 71q-62 31 -133 31q-61 0 -113 -23q-53 -23 -86 -61q-34 -39 -54 -89q-20 -51 -20 -108q0 -56 20 -108q20 -53 55 -89 q37 -39 86 -61q48 -22 114 -22q85 0 147 38q61 37 90 81l162 -164q-26 -33 -63 -64q-34 -29 -91 -59q-47 -25 -112 -44q-61 -18 -135 -18q-111 0 -204 40q-97 42 -166 109q-72 71 -112 162q-41 94 -41 199zM287 -498l147 398l219 -25l-139 -438z" />
179
+ <glyph unicode="&#xe8;" horiz-adv-x="1091" d="M57 489q0 107 37 197q38 92 102 161q62 67 154 108q89 40 195 40q102 0 189 -37q92 -39 156 -103q65 -65 105 -160q39 -93 39 -206v-38q0 -16 -2 -54h-725q7 -31 30 -69q23 -37 57 -63q38 -29 83 -46q47 -18 107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95 q-101 -45 -229 -45q-112 0 -206 39t-166 109q-70 69 -111 164q-40 93 -40 202zM270 1421l166 162l350 -356l-157 -150zM307 575h481q-2 30 -17 66q-15 35 -45 65t-75 48t-106 18q-59 0 -103 -18q-40 -17 -72 -47q-29 -28 -45 -64q-17 -38 -18 -68z" />
180
+ <glyph unicode="&#xe9;" horiz-adv-x="1091" d="M57 489q0 107 37 197q38 92 102 161q62 67 154 108q89 40 195 40q102 0 189 -37q92 -39 156 -103q65 -65 105 -160q39 -93 39 -206v-38q0 -16 -2 -54h-725q7 -31 30 -69q23 -37 57 -63q38 -29 83 -46q47 -18 107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95 q-101 -45 -229 -45q-112 0 -206 39t-166 109q-70 69 -111 164q-40 93 -40 202zM307 575h481q-2 30 -17 66q-15 35 -45 65t-75 48t-106 18q-59 0 -103 -18q-40 -17 -72 -47q-29 -28 -45 -64q-17 -38 -18 -68zM336 1227l350 356l166 -162l-358 -344z" />
181
+ <glyph unicode="&#xea;" horiz-adv-x="1091" d="M57 489q0 107 37 197q38 92 102 161q62 67 154 108q89 40 195 40q102 0 189 -37q92 -39 156 -103q65 -65 105 -160q39 -93 39 -206v-38q0 -16 -2 -54h-725q7 -31 30 -69q23 -37 57 -63q38 -29 83 -46q47 -18 107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95 q-101 -45 -229 -45q-112 0 -206 39t-166 109q-70 69 -111 164q-40 93 -40 202zM174 1266l381 274l381 -274l-135 -168l-246 186l-250 -186zM307 575h481q-2 30 -17 66q-15 35 -45 65t-75 48t-106 18q-59 0 -103 -18q-40 -17 -72 -47q-29 -28 -45 -64q-17 -38 -18 -68z" />
182
+ <glyph unicode="&#xeb;" horiz-adv-x="1091" d="M57 489q0 107 37 197q38 92 102 161q62 67 154 108q89 40 195 40q102 0 189 -37q92 -39 156 -103q65 -65 105 -160q39 -93 39 -206v-38q0 -16 -2 -54h-725q7 -31 30 -69q23 -37 57 -63q38 -29 83 -46q47 -18 107 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95 q-101 -45 -229 -45q-112 0 -206 39t-166 109q-70 69 -111 164q-40 93 -40 202zM172 1292q0 68 47 115t115 47t115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48t-115 48q-47 47 -47 114zM307 575h481q-2 30 -17 66q-15 35 -45 65t-75 48t-106 18q-59 0 -103 -18 q-40 -17 -72 -47q-29 -28 -45 -64q-17 -38 -18 -68zM594 1292q0 68 47 115t115 47q67 0 114 -47q48 -48 48 -115q0 -66 -48 -114t-114 -48q-67 0 -115 48q-47 47 -47 114z" />
183
+ <glyph unicode="&#xec;" horiz-adv-x="569" d="M0 1423l166 162l350 -356l-158 -150zM160 0v971h246v-971h-246z" />
184
+ <glyph unicode="&#xed;" horiz-adv-x="569" d="M53 1227l350 356l166 -162l-358 -344zM152 0v971h245v-971h-245z" />
185
+ <glyph unicode="&#xee;" horiz-adv-x="630" d="M-63 1266l380 274l381 -274l-135 -168l-246 186l-249 -186zM193 0v971h245v-971h-245z" />
186
+ <glyph unicode="&#xef;" horiz-adv-x="569" d="M-86 1292q0 68 47 115t115 47q67 0 114 -47q48 -48 48 -115q0 -66 -48 -114t-114 -48q-67 0 -115 48q-47 47 -47 114zM162 0v971h246v-971h-246zM336 1292q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114z" />
187
+ <glyph unicode="&#xf0;" horiz-adv-x="1181" d="M57 485q0 108 40 200q41 94 110 163q68 68 163 108q93 39 199 39q45 0 91 -8q42 -7 88 -31q-39 61 -97 122t-112 108l-299 -137l-74 159l207 97q-48 28 -107 58l-98 50l96 182q88 -43 160 -83q93 -52 168 -105l260 121l74 -160l-181 -84q76 -70 135 -144q61 -77 107 -169 t71 -191t25 -211q0 -137 -40 -247q-42 -115 -108 -188q-71 -78 -163 -118q-96 -41 -201 -41q-108 0 -201 39t-163 109q-69 69 -110 162q-40 90 -40 200zM303 485q0 -54 19 -108q18 -52 54 -89q38 -40 85 -61q48 -22 110 -22q63 0 111 22q47 21 85 61q36 37 54 89 q19 54 19 108q0 56 -19 108q-18 50 -54 89t-85 61q-51 23 -111 23q-59 0 -110 -23q-49 -22 -85 -61t-54 -89q-19 -52 -19 -108z" />
188
+ <glyph unicode="&#xf1;" horiz-adv-x="1122" d="M123 0v971h229v-142q16 27 42 57t63 54q42 27 83 40q47 15 105 15q69 0 134 -24q62 -23 114 -72q49 -46 78 -115q28 -66 28 -155v-629h-245v567q0 105 -57 152q-58 47 -130 47q-78 0 -125 -41q-45 -40 -73 -84v-641h-246zM156 1260q41 107 115 159q77 54 153 54 q46 0 89 -19q35 -16 74 -41l63 -41q30 -18 61 -18q46 0 73 43q26 42 37 90l168 -133q-41 -114 -115 -166q-74 -51 -147 -51q-49 0 -88 18q-30 14 -73 40l-64 40q-30 18 -62 18q-44 0 -73 -38t-39 -80z" />
189
+ <glyph unicode="&#xf2;" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM256 1423 l166 162l350 -356l-158 -150zM307 485q0 -54 19 -108q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89q-19 -52 -19 -108z" />
190
+ <glyph unicode="&#xf3;" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM307 485 q0 -54 19 -108q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89q-19 -52 -19 -108zM379 1227l350 356l166 -162l-358 -344z " />
191
+ <glyph unicode="&#xf4;" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM195 1241 l380 275l381 -275l-135 -168l-246 187l-249 -187zM307 485q0 -54 19 -108q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89 q-19 -52 -19 -108z" />
192
+ <glyph unicode="&#xf5;" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM164 1251 q41 107 116 160q76 53 152 53q48 0 89 -18q35 -16 74 -41l63 -41q30 -18 61 -18q47 0 74 43q25 40 36 90l168 -133q-41 -115 -114 -166q-75 -52 -148 -52q-47 0 -88 19q-30 14 -73 40l-64 40q-30 18 -61 18q-45 0 -74 -38q-29 -37 -39 -81zM307 485q0 -54 19 -108 q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89q-19 -52 -19 -108z" />
193
+ <glyph unicode="&#xf6;" horiz-adv-x="1150" d="M57 485q0 108 40 200q41 95 111 163q70 69 165 108t202 39q109 0 203 -39t165 -108q70 -68 111 -163q40 -92 40 -200q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -203 -40q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM203 1292 q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM307 485q0 -54 19 -108q18 -51 53 -89t85 -61q48 -22 111 -22q64 0 112 22q50 23 85 61t53 89q19 54 19 108q0 56 -19 108q-18 49 -53 89q-33 37 -85 61 q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-35 -40 -53 -89q-19 -52 -19 -108zM625 1292q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114z" />
194
+ <glyph unicode="&#xf7;" d="M72 373v225h921v-225h-921zM369 137q0 68 47 115t114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114zM369 834q0 67 47 114t114 47q68 0 115 -47t47 -114q0 -68 -47 -115t-115 -47q-67 0 -114 47t-47 115z" />
195
+ <glyph unicode="&#xf8;" horiz-adv-x="1167" d="M66 485q0 110 39 200q41 95 111 163q70 69 165 108q94 39 203 39q81 0 148 -20q74 -22 130 -57l88 104l99 -82l-88 -104q64 -66 103 -157q38 -90 38 -194q0 -107 -40 -199q-40 -93 -111 -162q-70 -68 -165 -109q-93 -40 -202 -40q-79 0 -151 21q-75 22 -132 59l-94 -110 l-98 82l94 110q-65 67 -102 157q-35 86 -35 191zM315 483q0 -43 12 -84q13 -45 33 -75l349 413q-53 29 -125 29q-61 0 -112 -23q-52 -24 -85 -61q-35 -40 -53 -90q-19 -54 -19 -109zM453 236q57 -31 129 -31q65 0 113 22q50 23 85 61q37 40 54 89q18 51 18 108q0 93 -47 166 z" />
196
+ <glyph unicode="&#xf9;" horiz-adv-x="1122" d="M123 342v629h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -27 -45 -58q-27 -30 -63 -53q-39 -25 -83 -39q-50 -16 -102 -16q-65 0 -132 25q-62 23 -114 72q-47 44 -78 114q-30 68 -30 156zM258 1423l166 162l350 -356 l-158 -150z" />
197
+ <glyph unicode="&#xfa;" horiz-adv-x="1122" d="M123 342v629h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -27 -45 -58q-27 -30 -63 -53q-39 -25 -83 -39q-50 -16 -102 -16q-65 0 -132 25q-62 23 -114 72q-47 44 -78 114q-30 68 -30 156zM367 1227l350 356l166 -162 l-359 -344z" />
198
+ <glyph unicode="&#xfb;" horiz-adv-x="1122" d="M123 342v629h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -27 -45 -58q-27 -30 -63 -53q-39 -25 -83 -39q-50 -16 -102 -16q-65 0 -132 25q-62 23 -114 72q-47 44 -78 114q-30 68 -30 156zM182 1241l381 275l381 -275 l-135 -168l-246 187l-250 -187z" />
199
+ <glyph unicode="&#xfc;" horiz-adv-x="1122" d="M123 342v629h246v-561q0 -109 49 -157q50 -48 133 -48q79 0 125 36q49 38 78 83v647h245v-971h-229v141q-17 -27 -45 -58q-27 -30 -63 -53q-39 -25 -83 -39q-50 -16 -102 -16q-65 0 -132 25q-62 23 -114 72q-47 44 -78 114q-30 68 -30 156zM193 1292q0 68 47 115t114 47 q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114zM614 1292q0 67 48 115q47 47 114 47q68 0 115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48t-48 114z" />
200
+ <glyph unicode="&#xfd;" horiz-adv-x="1140" d="M16 971h273l327 -711l256 711h265l-471 -1188q-30 -79 -73 -133q-44 -54 -88 -86q-45 -32 -96 -46t-100 -14q-83 0 -153 31q-66 29 -115 72l115 190q38 -33 71 -49q28 -14 68 -14q59 0 92 33q35 35 64 110l38 100zM393 1227l350 356l166 -162l-358 -344z" />
201
+ <glyph unicode="&#xfe;" horiz-adv-x="1193" d="M152 -471v2019h245v-680q8 10 35 37q24 24 56 42q34 19 80 34q43 14 106 14q91 0 178 -38q86 -37 150 -105q65 -68 104 -161t39 -206q0 -111 -39 -206q-39 -94 -104 -162q-64 -67 -150 -105q-84 -37 -178 -37q-58 0 -106 14q-46 13 -80 34q-38 23 -56 40q-25 24 -35 37 v-571h-245zM397 340q30 -53 88 -94t148 -41q120 0 191 80t71 200q0 121 -71 201t-191 80q-90 0 -148 -41t-88 -94v-291z" />
202
+ <glyph unicode="&#xff;" horiz-adv-x="1140" d="M16 971h273l327 -711l256 711h265l-471 -1188q-30 -79 -73 -133q-44 -54 -88 -86q-45 -32 -96 -46t-100 -14q-83 0 -153 31q-66 29 -115 72l115 190q38 -33 71 -49q28 -14 68 -14q59 0 92 33q35 35 64 110l38 100zM217 1292q0 68 47 115t115 47t115 -47t47 -115 q0 -67 -47 -114q-48 -48 -115 -48t-115 48q-47 47 -47 114zM639 1292q0 68 47 115t115 47q67 0 114 -47q48 -48 48 -115q0 -66 -48 -114t-114 -48q-67 0 -115 48q-47 47 -47 114z" />
203
+ <glyph unicode="&#x152;" horiz-adv-x="1691" d="M61 717q0 152 56 284q57 135 152 228q97 96 228 150q133 55 279 55h817v-230h-520v-352h471v-234h-471v-389h533v-229h-830q-148 0 -279 54q-129 53 -228 151q-95 94 -152 227q-56 132 -56 285zM311 717q0 -97 35 -187q34 -87 96 -155t147 -107t187 -39h51v975h-51 q-102 0 -187 -39t-147 -105q-60 -65 -96 -156q-35 -90 -35 -187z" />
204
+ <glyph unicode="&#x153;" horiz-adv-x="1875" d="M57 485q0 108 40 200q41 95 111 163q70 69 164 108q93 39 201 39q116 0 218 -47q98 -45 172 -127q68 82 161 127q97 47 215 47q106 0 192 -37q87 -37 151 -103q65 -66 101 -160q36 -93 36 -206v-37q0 -15 -2 -53h-719q7 -33 29 -69q21 -34 57 -64q35 -29 82 -47 q46 -18 106 -18q63 0 133 22t129 76l123 -184q-62 -51 -160 -95q-101 -45 -229 -45q-119 0 -226 48q-103 46 -175 129q-72 -84 -173 -130q-103 -47 -219 -47q-109 0 -202 40q-95 41 -165 109q-70 69 -111 162q-40 92 -40 199zM303 485q0 -56 20 -108t54 -89q35 -38 85 -61 q48 -22 111 -22q64 0 112 22q50 23 85 61q34 37 54 89t20 108q0 57 -20 108q-20 50 -54 89q-33 37 -85 61q-51 23 -112 23q-60 0 -111 -23q-52 -24 -85 -61q-34 -39 -54 -89q-20 -51 -20 -108zM1098 573h477q-2 32 -16 67q-16 38 -43 65q-28 28 -73 48q-42 19 -106 19 q-61 0 -103 -19q-45 -20 -73 -48t-45 -64q-16 -34 -18 -68z" />
205
+ <glyph unicode="&#x178;" horiz-adv-x="1257" d="M16 1434h271l350 -641l350 641h254l-489 -869v-565h-246v565zM256 1743q0 68 47 115t115 47q67 0 114 -47q48 -48 48 -115t-48 -115q-47 -47 -114 -47q-68 0 -115 47t-47 115zM678 1743q0 68 47 115t115 47q67 0 114 -47t47 -115t-47 -115t-114 -47q-68 0 -115 47 t-47 115z" />
206
+ <glyph unicode="&#x2c6;" horiz-adv-x="868" d="M53 1221l381 274l381 -274l-135 -168l-246 186l-250 -186z" />
207
+ <glyph unicode="&#x2dc;" horiz-adv-x="870" d="M18 1225q40 106 116 159q77 54 153 54q46 0 89 -19q35 -16 74 -41l63 -41q30 -18 60 -18q47 0 74 43q26 42 37 90l168 -133q-41 -114 -115 -166q-73 -51 -147 -51q-49 0 -88 18q-30 14 -73 40l-64 40q-32 19 -62 19q-45 0 -74 -38q-29 -37 -39 -81z" />
208
+ <glyph unicode="&#x2000;" horiz-adv-x="1016" />
209
+ <glyph unicode="&#x2001;" horiz-adv-x="2032" />
210
+ <glyph unicode="&#x2002;" horiz-adv-x="1016" />
211
+ <glyph unicode="&#x2003;" horiz-adv-x="2032" />
212
+ <glyph unicode="&#x2004;" horiz-adv-x="677" />
213
+ <glyph unicode="&#x2005;" horiz-adv-x="508" />
214
+ <glyph unicode="&#x2006;" horiz-adv-x="338" />
215
+ <glyph unicode="&#x2007;" horiz-adv-x="338" />
216
+ <glyph unicode="&#x2008;" horiz-adv-x="254" />
217
+ <glyph unicode="&#x2009;" horiz-adv-x="406" />
218
+ <glyph unicode="&#x200a;" horiz-adv-x="112" />
219
+ <glyph unicode="&#x2010;" horiz-adv-x="681" d="M68 389v234h546v-234h-546z" />
220
+ <glyph unicode="&#x2011;" horiz-adv-x="681" d="M68 389v234h546v-234h-546z" />
221
+ <glyph unicode="&#x2012;" horiz-adv-x="681" d="M68 389v234h546v-234h-546z" />
222
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M0 397v226h1024v-226h-1024z" />
223
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M0 397v226h2048v-226h-2048z" />
224
+ <glyph unicode="&#x2018;" horiz-adv-x="380" d="M82 930v504h217v-504h-217z" />
225
+ <glyph unicode="&#x2019;" horiz-adv-x="380" d="M82 930v504h217v-504h-217z" />
226
+ <glyph unicode="&#x201c;" horiz-adv-x="819" d="M123 926v508h217v-508h-217zM479 926v508h217v-508h-217z" />
227
+ <glyph unicode="&#x201d;" horiz-adv-x="819" d="M123 926v508h217v-508h-217zM479 926v508h217v-508h-217z" />
228
+ <glyph unicode="&#x201e;" horiz-adv-x="819" d="M123 221h217v-508h-217v508zM479 221h217v-508h-217v508z" />
229
+ <glyph unicode="&#x2022;" horiz-adv-x="831" d="M121 711q0 64 23 114q25 55 64 94q38 38 93 63q53 24 115 24t114 -24q57 -26 94 -63t63 -94q24 -53 24 -114q0 -63 -24 -115q-25 -55 -63 -93q-39 -39 -94 -64q-50 -23 -114 -23q-65 0 -115 23q-53 24 -93 64t-64 93q-23 50 -23 115z" />
230
+ <glyph unicode="&#x2026;" horiz-adv-x="2048" d="M205 137q0 68 47 115t115 47q67 0 114 -47t47 -115q0 -67 -47 -114q-48 -48 -114 -48q-67 0 -115 48q-47 47 -47 114zM860 137q0 68 47 115t115 47t115 -47t47 -115q0 -67 -47 -114q-48 -48 -115 -48t-115 48q-47 47 -47 114zM1518 137q0 68 47 115t114 47q68 0 115 -47 t47 -115q0 -67 -47 -114q-48 -48 -115 -48q-66 0 -114 48q-47 47 -47 114z" />
231
+ <glyph unicode="&#x202f;" horiz-adv-x="406" />
232
+ <glyph unicode="&#x2039;" horiz-adv-x="659" d="M18 502l375 483l168 -129l-282 -354l282 -355l-168 -129z" />
233
+ <glyph unicode="&#x203a;" horiz-adv-x="659" d="M111 147l282 355l-282 354l168 129l374 -483l-374 -484z" />
234
+ <glyph unicode="&#x205f;" horiz-adv-x="508" />
235
+ <glyph unicode="&#x20ac;" horiz-adv-x="1187" d="M45 473v172h156q-2 22 -2 35v37q0 25 1 37t3 34h-158v173h180q30 107 93 199q64 93 148 158q85 65 190 103q104 37 225 37q84 0 150 -15q61 -14 118 -34l-74 -209q-22 8 -76 22q-43 11 -110 11q-151 0 -254 -74q-103 -75 -154 -198h428v-173h-469q-6 -38 -6 -71v-37 q0 -20 4 -35h471v-172h-440q49 -121 151 -194q103 -74 261 -74q61 0 109 9q52 10 73 19l72 -208q-45 -20 -107 -34q-70 -16 -158 -16q-134 0 -241 37q-110 38 -192 104q-84 67 -140 157q-59 94 -88 200h-164z" />
236
+ <glyph unicode="&#x2122;" horiz-adv-x="1648" d="M43 1264v170h600v-170h-211v-588h-178v588h-211zM735 676v758h172l236 -377l233 377h166v-758h-178v442l-225 -354l-226 354v-442h-178z" />
237
+ <glyph unicode="&#x25fc;" horiz-adv-x="972" d="M0 0v973h973v-973h-973z" />
238
+ </font>
239
+ </defs></svg>
public/editor-build/1.0.8/editor/fonts/europa-bold-webfont.ttf ADDED
Binary file
public/editor-build/1.0.8/editor/fonts/europa-bold-webfont.woff ADDED
Binary file
public/editor-build/1.0.8/editor/fonts/europa-bold-webfont.woff2 ADDED
Binary file
public/editor-build/1.0.8/editor/fonts/europa-light-webfont.eot ADDED
Binary file
public/editor-build/1.0.8/editor/fonts/europa-light-webfont.svg ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="europalight" horiz-adv-x="1060" >
7
+ <font-face units-per-em="2048" ascent="1548" descent="-500" />
8
+ <missing-glyph horiz-adv-x="557" />
9
+ <glyph horiz-adv-x="0" />
10
+ <glyph horiz-adv-x="682" />
11
+ <glyph unicode=" " horiz-adv-x="557" />
12
+ <glyph unicode="&#x09;" horiz-adv-x="557" />
13
+ <glyph unicode="&#xa0;" horiz-adv-x="557" />
14
+ <glyph unicode="!" horiz-adv-x="524" d="M180 57q0 35 24 59q23 23 58 23q36 0 59 -23t23 -59q0 -35 -23 -58q-24 -24 -59 -24q-34 0 -58 24t-24 58zM209 371v1063h106v-1063h-106z" />
15
+ <glyph unicode="&#x22;" horiz-adv-x="684" d="M164 946v488h102v-488h-102zM418 946v488h102v-488h-102z" />
16
+ <glyph unicode="#" horiz-adv-x="1298" d="M104 487v99h277l41 295h-266v98h278l70 485l100 -14l-67 -471h288l70 485l100 -14l-67 -471h270v-98h-283l-41 -295h273v-99h-287l-72 -516l-100 15l70 501h-289l-72 -516l-100 15l70 501h-263zM483 586h289l41 295h-289z" />
17
+ <glyph unicode="$" horiz-adv-x="1187" d="M162 268l96 58q17 -44 46 -85q28 -40 71 -76q37 -31 91 -56q51 -23 109 -29v614q-73 33 -138 72q-63 38 -113 88t-77 108q-28 61 -28 132q0 59 22 123q21 61 65 111t111 85q68 36 158 43v166h89v-166q63 -6 112 -26q53 -21 97 -50q49 -32 79 -62q35 -35 56 -65l-82 -63 q-34 51 -105 101q-71 49 -157 61v-582l28 -12q172 -73 256 -166q86 -95 86 -234q0 -81 -28 -146q-29 -67 -78 -116q-50 -50 -117 -80q-72 -32 -147 -39v-165h-89v165q-73 4 -140 32q-65 27 -120 69q-50 39 -93 91q-37 46 -60 99zM326 1100q0 -104 69 -170q70 -67 180 -119 v541q-116 -12 -183 -82q-66 -69 -66 -170zM664 84q111 16 188 87q76 70 76 187q0 56 -22 103q-21 46 -57 80q-37 36 -84 62q-55 31 -101 52v-571z" />
18
+ <glyph unicode="%" horiz-adv-x="1458" d="M66 1141q0 69 25 125t69 100q45 45 101 68q59 24 126 24t126 -24q56 -23 101 -68q44 -44 69 -100q26 -58 26 -125t-26 -125t-69 -101t-101 -67q-61 -25 -126 -25t-126 25q-58 24 -101 67t-69 101q-25 56 -25 125zM164 1141q0 -49 17 -87q19 -43 47 -71q30 -30 71 -48 q38 -17 88 -17t88 17q41 18 71 48q28 28 47 71q17 38 17 87q0 48 -17 86q-19 43 -47 71q-31 31 -71 49q-38 17 -88 17t-88 -17q-40 -18 -71 -49q-28 -28 -47 -71q-17 -38 -17 -86zM186 -6l973 1495l72 -49l-973 -1495zM750 293q0 69 25 125t69 100q45 45 101 68 q59 24 126 24t126 -24q56 -23 101 -68q44 -44 69 -100q26 -58 26 -125t-26 -125q-25 -56 -69 -100q-45 -45 -101 -68q-61 -25 -126 -25t-126 25q-56 23 -101 68q-44 44 -69 100t-25 125zM848 293q0 -49 17 -87q19 -43 47 -71q30 -30 71 -48q38 -17 88 -17t88 17q41 18 71 48 q28 28 47 71q17 38 17 87q0 48 -17 86q-20 45 -47 72q-30 30 -71 48q-38 17 -88 17t-88 -17q-41 -18 -71 -48q-27 -27 -47 -72q-17 -38 -17 -86z" />
19
+ <glyph unicode="&#x26;" horiz-adv-x="1431" d="M156 317q0 62 24 113q22 47 72 100q46 49 114 103l152 119l-111 102q-52 49 -85 92q-36 47 -55 92t-19 103q0 62 24 119q23 56 72 101q46 43 114 71q64 26 150 26q87 0 151 -26q66 -27 113 -71q49 -45 72 -104q25 -62 25 -124q0 -47 -16 -92q-15 -42 -50 -86 q-36 -45 -89 -94q-55 -50 -134 -116l403 -360q14 22 27 64q15 49 21 94q8 53 12 115q4 56 4 128h104q0 -75 -8 -152q-7 -68 -20 -134q-12 -61 -29 -109q-17 -49 -33 -76l262 -233l-67 -80l-252 225q-40 -50 -88 -92q-51 -45 -117 -81q-67 -36 -142 -57q-80 -22 -165 -22 q-96 0 -176 27q-81 27 -138 73q-61 49 -91 108q-31 62 -31 134zM266 322q0 -58 28 -105q28 -46 74 -76q49 -32 106 -46q60 -15 126 -15q77 0 141 19q62 18 119 51q51 29 96 68q43 37 72 77l-436 391l-142 -111q-67 -52 -102 -87q-41 -41 -61 -78q-21 -39 -21 -88zM356 1143 q0 -54 25 -101q23 -43 62 -85q28 -31 82 -75q42 -35 83 -71l107 87q53 46 79 77q30 36 49 75q17 35 17 85q0 98 -69 158q-70 61 -183 61q-112 0 -182 -61t-70 -150z" />
20
+ <glyph unicode="'" horiz-adv-x="307" d="M102 946v488h103v-488h-103z" />
21
+ <glyph unicode="(" horiz-adv-x="630" d="M135 604q0 136 23 260q23 125 64 233q42 111 102 219q59 106 133 218l86 -59q-63 -95 -123 -199q-54 -93 -94 -200q-39 -104 -60 -219q-20 -110 -20 -253q0 -145 20 -254q21 -115 60 -218q40 -106 94 -201q52 -91 123 -197l-86 -60q-74 112 -133 218t-102 220 q-41 109 -64 232q-23 124 -23 260z" />
22
+ <glyph unicode=")" horiz-adv-x="630" d="M88 -266l86 -60q74 112 133 218t102 220q41 109 64 232q23 124 23 260t-23 260q-23 125 -64 233q-42 111 -102 219q-59 106 -133 218l-86 -59q63 -95 123 -199q54 -93 94 -200q39 -104 60 -219q20 -110 20 -253q0 -145 -20 -254q-21 -115 -60 -218q-40 -106 -94 -201 q-52 -91 -123 -197z" />
23
+ <glyph unicode="*" horiz-adv-x="815" d="M63 1176l25 77l279 -90v295h82v-295l278 90l25 -77l-273 -89l168 -233l-67 -49l-172 235l-170 -235l-68 49l168 231z" />
24
+ <glyph unicode="+" horiz-adv-x="1064" d="M70 438h411v-438h103v438h411v99h-411v421h-103v-421h-411v-99z" />
25
+ <glyph unicode="," horiz-adv-x="448" d="M66 -301l170 481l98 -35l-174 -479z" />
26
+ <glyph unicode="-" horiz-adv-x="681" d="M68 436v99h546v-99h-546z" />
27
+ <glyph unicode="." horiz-adv-x="434" d="M135 57q0 35 24 59q23 23 58 23t58 -23q24 -24 24 -59q0 -34 -24 -58t-58 -24t-58 24t-24 58z" />
28
+ <glyph unicode="/" horiz-adv-x="993" d="M39 -219l811 1841l88 -39l-811 -1841z" />
29
+ <glyph unicode="0" horiz-adv-x="1212" d="M86 717q0 141 30 274t93 237q63 103 163 167q99 63 236 63t236 -63q97 -62 161 -167q61 -101 92 -237q29 -129 29 -274q0 -144 -29 -273q-30 -134 -92 -237q-64 -106 -161 -168q-101 -64 -236 -64t-236 64q-100 64 -163 167q-63 104 -93 236q-30 133 -30 275zM197 717 q0 -118 23 -227q24 -113 73 -204q50 -93 127 -149q78 -57 188 -57q111 0 188 57q76 57 126 149q48 89 71 204q23 117 23 227q0 109 -23 226q-23 116 -71 205q-49 91 -126 148q-78 58 -188 58q-109 0 -188 -58q-78 -57 -127 -148q-49 -90 -73 -205q-23 -109 -23 -226z" />
30
+ <glyph unicode="1" horiz-adv-x="794" d="M57 1130l379 304h88v-1434h-106v1282l-297 -233z" />
31
+ <glyph unicode="2" horiz-adv-x="1089" d="M109 1143q16 50 53 111q34 57 87 102q54 46 123 74t163 28q93 0 172 -32q77 -31 132 -86q54 -54 84 -126q29 -70 29 -153q0 -67 -18 -126q-17 -56 -46 -107q-24 -43 -