Addons for Elementor - Version 4.4

Version Description

  • Added - Option to disable featured image for posts in posts carousel
  • Added - Custom icons for almost all elementor addons part of this plugin
  • Updated - Freemius SDK 2.4.1 with License White-Label Update, WP 5.5. jQuery Compatibility, Auto-Updates UI Integration, and more!
Download this release

Release Info

Developer livemesh
Plugin Icon 128x128 Addons for Elementor
Version 4.4
Comparing to
See all releases

Code changes from version 4.3.1 to 4.4

Files changed (56) hide show
  1. addons-for-elementor.php +2 -2
  2. admin/views/documentation.php +6 -0
  3. assets/css/fonts/lae-icomoon.svg +34 -0
  4. assets/css/fonts/lae-icomoon.ttf +0 -0
  5. assets/css/fonts/lae-icomoon.woff +0 -0
  6. assets/css/fonts/selection.json +1 -1
  7. assets/css/icomoon.css +123 -20
  8. freemius/assets/css/admin/account.css +1 -2
  9. freemius/assets/css/admin/add-ons.css +2 -3
  10. freemius/assets/css/admin/affiliation.css +1 -2
  11. freemius/assets/css/admin/checkout.css +0 -1
  12. freemius/assets/css/admin/common.css +2 -3
  13. freemius/assets/css/admin/connect.css +1 -2
  14. freemius/assets/css/admin/debug.css +0 -1
  15. freemius/assets/css/admin/dialog-boxes.css +2 -3
  16. freemius/assets/css/admin/gdpr-optin-notice.css +0 -1
  17. freemius/assets/css/admin/plugins.css +0 -1
  18. freemius/assets/css/customizer.css +1 -2
  19. freemius/config.php +4 -1
  20. freemius/includes/class-freemius.php +107 -6
  21. freemius/includes/class-fs-plugin-updater.php +49 -6
  22. freemius/includes/fs-plugin-info-dialog.php +16 -10
  23. freemius/includes/i18n.php +2 -0
  24. freemius/includes/sdk/FreemiusWordPress.php +5 -1
  25. freemius/languages/freemius-cs_CZ.mo +0 -0
  26. freemius/languages/freemius-da_DK.mo +0 -0
  27. freemius/languages/freemius-en.mo +0 -0
  28. freemius/languages/freemius-es_ES.mo +0 -0
  29. freemius/languages/freemius-fr_FR.mo +0 -0
  30. freemius/languages/freemius-he_IL.mo +0 -0
  31. freemius/languages/freemius-hu_HU.mo +0 -0
  32. freemius/languages/freemius-it_IT.mo +0 -0
  33. freemius/languages/freemius-ja.mo +0 -0
  34. freemius/languages/freemius-nl_NL.mo +0 -0
  35. freemius/languages/freemius-ru_RU.mo +0 -0
  36. freemius/languages/freemius-ta.mo +0 -0
  37. freemius/languages/freemius-zh_CN.mo +0 -0
  38. freemius/languages/freemius.pot +304 -272
  39. freemius/start.php +1 -1
  40. freemius/templates/account.php +23 -0
  41. freemius/templates/forms/affiliation.php +2 -0
  42. includes/widgets/carousel.php +1 -1
  43. includes/widgets/clients.php +1 -1
  44. includes/widgets/heading.php +1 -1
  45. includes/widgets/piecharts.php +1 -1
  46. includes/widgets/portfolio.php +1 -1
  47. includes/widgets/posts-carousel.php +33 -7
  48. includes/widgets/pricing-table.php +1 -1
  49. includes/widgets/services.php +1 -1
  50. includes/widgets/stats-bars.php +1 -1
  51. includes/widgets/tab-slider.php +1 -1
  52. includes/widgets/team-members.php +1 -1
  53. includes/widgets/testimonials-slider.php +1 -1
  54. includes/widgets/testimonials.php +1 -1
  55. plugin.php +17 -2
  56. readme.txt +6 -1
addons-for-elementor.php CHANGED
@@ -8,7 +8,7 @@
8
  * Author URI: https://livemeshelementor.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
- * Version: 4.3.1
12
  * Text Domain: livemesh-el-addons
13
  * Domain Path: languages
14
  *
@@ -35,7 +35,7 @@ if ( !defined( 'ABSPATH' ) ) {
35
 
36
  if ( !function_exists( 'lae_fs' ) ) {
37
  // Plugin version
38
- define( 'LAE_VERSION', '4.3.1' );
39
  // Plugin Root File
40
  define( 'LAE_PLUGIN_FILE', __FILE__ );
41
  // Plugin Folder Path
8
  * Author URI: https://livemeshelementor.com
9
  * License: GPL3
10
  * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
11
+ * Version: 4.4
12
  * Text Domain: livemesh-el-addons
13
  * Domain Path: languages
14
  *
35
 
36
  if ( !function_exists( 'lae_fs' ) ) {
37
  // Plugin version
38
+ define( 'LAE_VERSION', '4.4' );
39
  // Plugin Root File
40
  define( 'LAE_PLUGIN_FILE', __FILE__ );
41
  // Plugin Folder Path
admin/views/documentation.php CHANGED
@@ -1164,6 +1164,12 @@ else {
1164
  <div id="updates-panel" class="panel-left">
1165
 
1166
  <h2>Change Log for the Premium Version</h2>
 
 
 
 
 
 
1167
  <h3>4.3.1</h3>
1168
  <ul>
1169
  <li>Added - Smooth height option to Testimonials Slider</li>
1164
  <div id="updates-panel" class="panel-left">
1165
 
1166
  <h2>Change Log for the Premium Version</h2>
1167
+ <h3>4.4</h3>
1168
+ <ul>
1169
+ <li>Added - Option to disable featured image for posts in posts carousel</li>
1170
+ <li>Added - Custom icons for almost all elementor addons part of this plugin</li>
1171
+ <li>Updated - Freemius SDK 2.4.1 with License White-Label Update, WP 5.5. jQuery Compatibility, Auto-Updates UI Integration, and more!</li>
1172
+ </ul>
1173
  <h3>4.3.1</h3>
1174
  <ul>
1175
  <li>Added - Smooth height option to Testimonials Slider</li>
assets/css/fonts/lae-icomoon.svg CHANGED
@@ -45,6 +45,40 @@
45
  <glyph unicode="&#xe923;" glyph-name="calendar" d="M938.688 864h-138.688v64c0 17.696-14.304 32-32 32s-32-14.304-32-32v-64h-192v64c0 17.696-14.336 32-32 32s-32-14.304-32-32v-64h-192v64c0 17.696-14.336 32-32 32s-32-14.304-32-32v-64h-138.656c-47.136 0-85.344-38.176-85.344-85.312v-757.344c0-47.136 38.208-85.344 85.344-85.344h853.344c47.136 0 85.312 38.208 85.312 85.344v757.344c0 47.136-38.176 85.312-85.312 85.312zM960 21.344c0-11.776-9.568-21.344-21.312-21.344h-853.344c-11.776 0-21.344 9.568-21.344 21.344v757.344c0 11.744 9.568 21.312 21.344 21.312h138.656v-64c0-17.696 14.336-32 32-32s32 14.304 32 32v64h192v-64c0-17.696 14.336-32 32-32s32 14.304 32 32v64h192v-64c0-17.696 14.304-32 32-32s32 14.304 32 32v64h138.688c11.744 0 21.312-9.568 21.312-21.312v-757.344zM224 576h128v-96h-128zM224 416h128v-96h-128zM224 256h128v-96h-128zM448 256h128v-96h-128zM448 416h128v-96h-128zM448 576h128v-96h-128zM672 256h128v-96h-128zM672 416h128v-96h-128zM672 576h128v-96h-128z" />
46
  <glyph unicode="&#xe924;" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
47
  <glyph unicode="&#xe925;" glyph-name="play" d="M236.416 846.55c-6.528 4.267-14.507 6.784-23.083 6.784-23.552 0-42.667-19.115-42.667-42.667v-768c-0.043-7.765 2.133-15.872 6.784-23.083 12.757-19.84 39.125-25.557 58.965-12.8l597.333 384c4.864 3.072 9.344 7.424 12.8 12.8 12.757 19.84 6.997 46.208-12.8 58.965zM256 732.502l475.776-305.835-475.776-305.835z" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  <glyph unicode="&#xea15;" glyph-name="play2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM384 672l384-224-384-224z" />
49
  <glyph unicode="&#xea1c;" glyph-name="play3" d="M192 832l640-384-640-384z" />
50
  <glyph unicode="&#xea92;" glyph-name="instagram" d="M512 867.8c136.8 0 153-0.6 206.8-3 50-2.2 77-10.6 95-17.6 23.8-9.2 41-20.4 58.8-38.2 18-18 29-35 38.4-58.8 7-18 15.4-45.2 17.6-95 2.4-54 3-70.2 3-206.8s-0.6-153-3-206.8c-2.2-50-10.6-77-17.6-95-9.2-23.8-20.4-41-38.2-58.8-18-18-35-29-58.8-38.4-18-7-45.2-15.4-95-17.6-54-2.4-70.2-3-206.8-3s-153 0.6-206.8 3c-50 2.2-77 10.6-95 17.6-23.8 9.2-41 20.4-58.8 38.2-18 18-29 35-38.4 58.8-7 18-15.4 45.2-17.6 95-2.4 54-3 70.2-3 206.8s0.6 153 3 206.8c2.2 50 10.6 77 17.6 95 9.2 23.8 20.4 41 38.2 58.8 18 18 35 29 58.8 38.4 18 7 45.2 15.4 95 17.6 53.8 2.4 70 3 206.8 3zM512 960c-139 0-156.4-0.6-211-3-54.4-2.4-91.8-11.2-124.2-23.8-33.8-13.2-62.4-30.6-90.8-59.2-28.6-28.4-46-57-59.2-90.6-12.6-32.6-21.4-69.8-23.8-124.2-2.4-54.8-3-72.2-3-211.2s0.6-156.4 3-211c2.4-54.4 11.2-91.8 23.8-124.2 13.2-33.8 30.6-62.4 59.2-90.8 28.4-28.4 57-46 90.6-59 32.6-12.6 69.8-21.4 124.2-23.8 54.6-2.4 72-3 211-3s156.4 0.6 211 3c54.4 2.4 91.8 11.2 124.2 23.8 33.6 13 62.2 30.6 90.6 59s46 57 59 90.6c12.6 32.6 21.4 69.8 23.8 124.2 2.4 54.6 3 72 3 211s-0.6 156.4-3 211c-2.4 54.4-11.2 91.8-23.8 124.2-12.6 34-30 62.6-58.6 91-28.4 28.4-57 46-90.6 59-32.6 12.6-69.8 21.4-124.2 23.8-54.8 2.6-72.2 3.2-211.2 3.2v0zM512 711c-145.2 0-263-117.8-263-263s117.8-263 263-263 263 117.8 263 263c0 145.2-117.8 263-263 263zM512 277.4c-94.2 0-170.6 76.4-170.6 170.6s76.4 170.6 170.6 170.6c94.2 0 170.6-76.4 170.6-170.6s-76.4-170.6-170.6-170.6zM846.8 721.4c0-33.91-27.49-61.4-61.4-61.4s-61.4 27.49-61.4 61.4c0 33.91 27.49 61.4 61.4 61.4s61.4-27.49 61.4-61.4z" />
45
  <glyph unicode="&#xe923;" glyph-name="calendar" d="M938.688 864h-138.688v64c0 17.696-14.304 32-32 32s-32-14.304-32-32v-64h-192v64c0 17.696-14.336 32-32 32s-32-14.304-32-32v-64h-192v64c0 17.696-14.336 32-32 32s-32-14.304-32-32v-64h-138.656c-47.136 0-85.344-38.176-85.344-85.312v-757.344c0-47.136 38.208-85.344 85.344-85.344h853.344c47.136 0 85.312 38.208 85.312 85.344v757.344c0 47.136-38.176 85.312-85.312 85.312zM960 21.344c0-11.776-9.568-21.344-21.312-21.344h-853.344c-11.776 0-21.344 9.568-21.344 21.344v757.344c0 11.744 9.568 21.312 21.344 21.312h138.656v-64c0-17.696 14.336-32 32-32s32 14.304 32 32v64h192v-64c0-17.696 14.336-32 32-32s32 14.304 32 32v64h192v-64c0-17.696 14.304-32 32-32s32 14.304 32 32v64h138.688c11.744 0 21.312-9.568 21.312-21.312v-757.344zM224 576h128v-96h-128zM224 416h128v-96h-128zM224 256h128v-96h-128zM448 256h128v-96h-128zM448 416h128v-96h-128zM448 576h128v-96h-128zM672 256h128v-96h-128zM672 416h128v-96h-128zM672 576h128v-96h-128z" />
46
  <glyph unicode="&#xe924;" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
47
  <glyph unicode="&#xe925;" glyph-name="play" d="M236.416 846.55c-6.528 4.267-14.507 6.784-23.083 6.784-23.552 0-42.667-19.115-42.667-42.667v-768c-0.043-7.765 2.133-15.872 6.784-23.083 12.757-19.84 39.125-25.557 58.965-12.8l597.333 384c4.864 3.072 9.344 7.424 12.8 12.8 12.757 19.84 6.997 46.208-12.8 58.965zM256 732.502l475.776-305.835-475.776-305.835z" />
48
+ <glyph unicode="&#xe926;" glyph-name="twitter-grid" d="M767.444 689.531c-4.236-0.152-8.273 1.803-10.781 5.222-79.366 108.211-281.018-4.515-236.729-127.216 3.063-8.486-3.379-17.393-12.398-17.141-90.342 2.528-170.651 33.693-239.908 83.743-24.199 17.488-45.309 36.091-63.233 54.631-3.606 3.73-6.835 7.191-9.681 10.34-22.96-48.399-12.81-94.161 19.033-136.169 6.952-9.171 14.415-17.355 21.861-24.416 4.407-4.179 7.759-7.002 9.525-8.349 9.401-7.17 4.886-22.163-6.911-22.949-6.784-0.452-14.097 0.030-21.887 1.308-9.81 1.61-20.095 4.429-30.537 8.111-1.089 0.384-2.155 0.768-3.197 1.151 5.028-41.887 24.571-72.472 54.449-94.069 12.318-8.904 25.575-15.62 38.825-20.421 7.866-2.851 13.858-4.405 17.007-4.979 13.374-2.436 14.229-21.287 1.132-24.926-17.026-4.73-34.18-6.453-50.291-6.132 12.261-22.787 27.601-40.261 45.368-53.128 27.059-19.596 54.564-25.934 74.046-25.474 12.385 0.566 18.318-14.834 8.83-22.659-19.608-16.172-41.4-29.29-64.977-39.609-38.111-16.68-77.194-25.067-113.483-27.778 49.878-21.642 110.345-37.257 161.921-40.814 90.643-6.251 203.937 24.849 289.316 94.779 78.924 64.643 121.305 150.318 142.617 239.624 2.477 10.378 4.55 23.089 6.231 37.579 1.809 15.591 3.071 32.362 3.878 49.141 0.485 10.071 0.709 17.885 0.772 22.294 0.058 4.112 2.089 7.946 5.458 10.305 9.624 6.737 18.988 14.622 28.022 23.426 5.561 5.42 10.855 11.043 15.856 16.767-6.743-1.732-13.409-3.15-19.965-4.278-11.897-2.047-20.949-2.773-26.255-2.807-12.761-0.083-17.771 16.514-7.097 23.507 10.636 6.967 20.087 15.132 28.424 24.262 4.956 5.427 9.397 11.051 13.347 16.77-31.12-13.652-54.209-19.129-68.588-19.645zM772.703 715.845c3.979 0.667 9.392 1.836 16.204 3.714 19.849 5.472 43.327 14.957 70.258 29.458 10.106 5.442 21.714-4.142 18.283-15.096-4.599-14.686-15.293-35.693-34.118-56.847 11.416 3.049 23.077 7.107 34.757 12.312 11.503 5.126 22.717-7.695 16.104-18.413-2.199-3.565-6.253-9.566-12.005-17.201-9.535-12.656-20.445-25.306-32.597-37.15-8.334-8.123-16.971-15.578-25.896-22.227-0.128-4.456-0.337-10.117-0.654-16.696-0.833-17.312-2.137-34.633-4.019-50.861-1.788-15.417-4.017-29.078-6.76-40.572-22.49-94.244-67.183-184.594-151.297-253.486-90.74-74.32-210.48-107.19-307.299-100.513-73.015 5.036-161.887 32.591-219.688 68.277-11.591 7.156-5.467 25.062 8.079 23.62 0.879-0.094 2.744-0.249 5.506-0.409 44.29-2.568 98.004 3.705 149.162 26.095 11.467 5.019 22.446 10.75 32.885 17.226-17.529 4.377-36.632 12.641-55.535 26.331-26.378 19.103-47.991 46.621-63.188 83.55-3.846 9.345 4.146 19.252 14.094 17.47 0.912-0.163 2.876-0.445 5.734-0.738 2.133-0.219 4.302-0.398 6.502-0.535-5.143 2.975-10.21 6.244-15.162 9.824-40.759 29.461-65.637 73.7-66.323 134.45-0.108 9.55 9.903 15.85 18.467 11.621 4.060-2.005 11.234-5.131 20.114-8.262 2.001-0.706 3.99-1.374 5.963-2.001-2.347 2.799-4.661 5.695-6.929 8.688-41.099 54.22-51.614 116.436-11.781 180.889 4.733 7.658 15.684 8.167 21.107 0.98 3.302-4.377 10.056-12.362 20.129-22.782 16.92-17.502 36.908-35.116 59.822-51.675 60.81-43.945 130.41-72.369 208.084-78.020-29.585 140.095 186.264 256.301 281.995 138.977zM912.543-32.064c43.919 0 79.521 35.603 79.521 79.521v801.086c0 43.919-35.603 79.522-79.521 79.522h-801.086c-43.919 0-79.522-35.603-79.522-79.522v-801.086c0-43.918 35.603-79.521 79.522-79.521h801.086zM912.543-57.664h-801.086c-58.057 0-105.122 47.064-105.122 105.121v801.086c0 58.057 47.065 105.122 105.122 105.122h801.086c58.057 0 105.121-47.064 105.121-105.122v-801.086c0-58.057-47.064-105.121-105.121-105.121zM297.622 848.418h246.021c7.069 0 12.8 5.731 12.8 12.8s-5.731 12.8-12.8 12.8h-246.021c-7.069 0-12.8-5.731-12.8-12.8s5.731-12.8 12.8-12.8zM618.865 848.418h66.543c7.069 0 12.8 5.731 12.8 12.8s-5.731 12.8-12.8 12.8h-66.543c-7.069 0-12.8-5.731-12.8-12.8s5.731-12.8 12.8-12.8z" />
49
+ <glyph unicode="&#xe927;" glyph-name="piechart3" d="M489.739 481.391v-445.217c0-12.294-9.967-22.261-22.261-22.261-258.181 0-467.478 209.298-467.478 467.478s209.297 467.478 467.478 467.478c249.293 0 454.019-195.838 466.327-444.115 0.63-12.712-9.506-23.363-22.234-23.363h-421.833zM445.217 503.652c0 12.294 9.967 22.261 22.261 22.261h420.061c-22.328 213.425-202.43 378.435-420.061 378.435-233.593 0-422.957-189.364-422.957-422.957 0-226.125 177.451-410.805 400.696-422.381v444.642zM556.522-52.87c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261h266.319c21.4 0 30.474-27.249 13.345-40.078-80.52-60.307-177.633-93.487-279.664-93.487zM744.753 36.174h-165.97v-43.938c58.398 3.069 114.619 18.181 165.97 43.938zM556.522 36.174c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261h355.568c18.36 0 28.827-20.975 17.787-35.646-26.67-35.441-58.184-66.882-93.691-93.476-3.851-2.884-8.533-4.443-13.345-4.443h-266.319zM578.783 80.696h236.541c17.476 13.565 33.838 28.448 48.958 44.522h-285.499v-44.522zM992.799 347.826c14.074 0 24.616-12.897 21.816-26.69-6.473-31.886-16.477-63.121-29.774-93.533-3.544-8.105-11.55-13.343-20.396-13.343h-407.923c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261h436.277zM578.783 303.304v-44.522h370.843c5.853 14.671 10.856 29.519 14.982 44.522h-385.825zM1001.739 436.87c12.294 0 22.261-9.967 22.261-22.261 0-31.59-3.167-62.846-9.385-93.473-2.107-10.375-11.229-17.831-21.816-17.831h-436.277c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261h445.217zM578.783 392.348v-44.522h395.427c2.339 14.711 3.907 29.564 4.688 44.522h-400.115zM534.261 236.522c0 12.294 9.967 22.261 22.261 22.261h407.923c16.051 0 26.827-16.472 20.396-31.179-14.336-32.786-32.784-64.035-54.963-93.51-4.205-5.589-10.793-8.876-17.788-8.876h-355.568c-12.294 0-22.261 9.967-22.261 22.261v89.043zM578.783 169.739h322.032c10.323 14.432 19.656 29.284 27.952 44.522h-349.984v-44.522z" />
50
+ <glyph unicode="&#xe928;" glyph-name="features" d="M896-17.455c25.706 0 46.545 20.839 46.545 46.545v837.818c0 25.706-20.839 46.545-46.545 46.545h-768c-25.706 0-46.545-20.839-46.545-46.545v-837.818c0-25.706 20.839-46.545 46.545-46.545h768zM896-64h-768c-51.413 0-93.091 41.678-93.091 93.091v837.818c0 51.413 41.678 93.091 93.091 93.091h768c51.413 0 93.091-41.678 93.091-93.091v-837.818c0-51.413-41.678-93.091-93.091-93.091zM221.091 750.545v-93.091h139.636v93.091h-139.636zM197.818 797.091h186.182c12.853 0 23.273-10.42 23.273-23.273v-139.636c0-12.853-10.42-23.273-23.273-23.273h-186.182c-12.853 0-23.273 10.42-23.273 23.273v139.636c0 12.853 10.42 23.273 23.273 23.273zM523.636 727.273h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273zM523.636 634.182h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273zM663.273 401.455h139.636v93.091h-139.636v-93.091zM640 541.091h186.182c12.853 0 23.273-10.42 23.273-23.273v-139.636c0-12.853-10.42-23.273-23.273-23.273h-186.182c-12.853 0-23.273 10.42-23.273 23.273v139.636c0 12.853 10.42 23.273 23.273 23.273zM500.364 424.727h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273zM500.364 517.818h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273zM221.091 238.545v-93.091h139.636v93.091h-139.636zM197.818 285.091h186.182c12.853 0 23.273-10.42 23.273-23.273v-139.636c0-12.853-10.42-23.273-23.273-23.273h-186.182c-12.853 0-23.273 10.42-23.273 23.273v139.636c0 12.853 10.42 23.273 23.273 23.273zM523.636 215.273h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273zM523.636 122.182h302.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273h-302.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273z" />
51
+ <glyph unicode="&#xe929;" glyph-name="slider2" d="M801.391 136.348c24.589 0 44.522 19.933 44.522 44.522v534.261c0 24.589-19.933 44.522-44.522 44.522h-578.783c-24.589 0-44.522-19.933-44.522-44.522v-534.261c0-24.589 19.933-44.522 44.522-44.522h578.783zM801.391 91.826h-578.783c-49.177 0-89.043 39.866-89.043 89.043v534.261c0 49.177 39.866 89.043 89.043 89.043h578.783c49.177 0 89.043-39.866 89.043-89.043v-534.261c0-49.177-39.866-89.043-89.043-89.043zM467.478 549.159v-202.318l140.066 101.159-140.066 101.159zM458.251 610.742l200.348-144.696c12.303-8.886 12.303-27.207 0-36.093l-200.348-144.696c-14.722-10.632-35.294-0.113-35.294 18.046v289.391c0 18.16 20.573 28.679 35.294 18.046zM941.996 738.534l37.482 12.494v-606.056l-37.482 12.494c-11.663 3.888-24.27-2.416-28.158-14.079s2.416-24.27 14.079-28.158l37.482-12.494c28.829-9.61 58.601 11.848 58.601 42.237v606.056c0 30.389-29.772 51.847-58.601 42.237l-37.482-12.494c-11.663-3.888-17.967-16.495-14.079-28.158s16.495-17.967 28.158-14.079zM82.004 157.466l-37.482-12.494v606.055l37.482-12.494c11.663-3.888 24.27 2.416 28.158 14.079s-2.416 24.27-14.079 28.158l-37.482 12.494c-28.829 9.61-58.601-11.848-58.601-42.237v-606.056c0-30.389 29.772-51.847 58.601-42.237l37.482 12.494c11.663 3.888 17.967 16.495 14.079 28.158s-16.495 17.967-28.158 14.079z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="gallery" d="M784.34-9.532c12.033 0 21.787 9.754 21.787 21.787v697.191c0 12.033-9.754 21.787-21.787 21.787h-697.191c-12.033 0-21.787-9.754-21.787-21.787v-697.191c0-12.033 9.754-21.787 21.787-21.787h697.191zM784.34-53.106h-697.191c-36.098 0-65.362 29.263-65.362 65.362v697.191c0 36.098 29.263 65.362 65.362 65.362h697.191c36.098 0 65.362-29.263 65.362-65.362v-697.191c0-36.098-29.263-65.362-65.362-65.362zM832.264 425.774c-97.574 19.876-179.12-36.655-311.127-179.414-131.945-142.691-160.912-168.743-203.043-168.743-12.033 0-21.787-9.754-21.787-21.787s9.754-21.787 21.787-21.787c36.268 0 73.248 20.694 117.515 60.506 17.225 15.491 35.449 33.739 57.855 57.566 13.088 13.918 60.458 65.519 59.667 64.662 121.204 131.075 194.367 181.796 270.436 166.3 11.791-2.402 23.296 5.209 25.698 17s-5.209 23.296-17 25.698zM57.429 256.888c2.784 2.294 9.597 6.548 20.305 11.052 84.864 35.698 205.428 7.106 362.691-140.83 8.764-8.245 22.553-7.823 30.797 0.941s7.823 22.553-0.941 30.797c-169.196 159.162-307.772 192.025-409.443 149.257-14.825-6.236-25.213-12.722-31.119-17.589-9.286-7.652-10.612-21.383-2.96-30.669s21.383-10.612 30.669-2.96zM283.234 426.213c-60.164 0-108.936 48.772-108.936 108.936s48.772 108.936 108.936 108.936c60.164 0 108.936-48.772 108.936-108.936s-48.772-108.936-108.936-108.936zM283.234 469.787c36.098 0 65.362 29.263 65.362 65.362s-29.263 65.362-65.362 65.362c-36.098 0-65.362-29.263-65.362-65.362s29.263-65.362 65.362-65.362zM152.511 796.596c0 12.033 9.754 21.787 21.787 21.787h697.191c12.033 0 21.787-9.754 21.787-21.787v-697.191c0-12.033-9.754-21.787-21.787-21.787v-43.574c36.098 0 65.362 29.263 65.362 65.362v697.191c0 36.098-29.263 65.362-65.362 65.362h-697.191c-36.098 0-65.362-29.263-65.362-65.362h43.574zM239.66 883.745c0 12.033 9.754 21.787 21.787 21.787h697.191c12.033 0 21.787-9.754 21.787-21.787v-697.191c0-12.033-9.754-21.787-21.787-21.787v-43.574c36.098 0 65.362 29.263 65.362 65.362v697.191c0 36.098-29.263 65.362-65.362 65.362h-697.191c-36.098 0-65.362-29.263-65.362-65.362h43.574z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="team4" d="M739.556 573.156c-106.824 0-193.422 86.598-193.422 193.422s86.598 193.422 193.422 193.422c106.824 0 193.422-86.598 193.422-193.422s-86.598-193.422-193.422-193.422zM739.556 618.667c81.689 0 147.911 66.222 147.911 147.911s-66.222 147.911-147.911 147.911c-81.689 0-147.911-66.222-147.911-147.911s66.222-147.911 147.911-147.911zM978.489 379.733v-420.978c0-12.568-10.188-22.756-22.756-22.756h-432.356c-12.568 0-22.756 10.188-22.756 22.756v420.978c0 131.959 106.974 238.933 238.933 238.933s238.933-106.974 238.933-238.933zM932.978 379.733c0 106.824-86.598 193.422-193.422 193.422s-193.422-86.598-193.422-193.422v-398.222h386.844v398.222zM432.356 611.481c-82.020 0-148.51 66.49-148.51 148.51s66.49 148.51 148.51 148.51c82.020 0 148.51-66.49 148.51-148.51s-66.49-148.51-148.51-148.51zM432.356 656.992c56.885 0 102.999 46.114 102.999 102.999s-46.114 102.999-102.999 102.999c-56.885 0-102.999-46.114-102.999-102.999s46.114-102.999 102.999-102.999zM295.822 474.947c0 75.405 61.128 136.533 136.533 136.533 50.77 0 96.591-27.936 120.264-71.832l40.057 21.603c-31.539 58.48-92.652 95.74-160.321 95.74-100.54 0-182.044-81.504-182.044-182.044v-311.392c0-12.568 10.188-22.756 22.756-22.756h250.311v45.511h-227.556v288.636zM204.8 636.274c-68.89 0-124.735 55.846-124.735 124.735s55.846 124.735 124.735 124.735c68.89 0 124.735-55.846 124.735-124.735s-55.846-124.735-124.735-124.735zM204.8 681.785c43.754 0 79.224 35.47 79.224 79.224s-35.47 79.224-79.224 79.224c-43.754 0-79.224-35.47-79.224-79.224s35.47-79.224 79.224-79.224zM91.022 529.855c0 57.071 53.232 106.419 113.778 106.419 37.293 0 73.776-19.263 95.197-49.595l37.175 26.254c-29.874 42.3-80.16 68.852-132.372 68.852-84.943 0-159.289-68.921-159.289-151.93v-252.522c0-12.568 10.188-22.756 22.756-22.756h204.8v45.511h-182.044v229.766z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="team6" d="M402.708 288.238c-83.875 0-158.44 89.034-182.904 164.14-4.615 2.873-4.85 3.020-6.311 4-4.961 3.328-6.927 4.91-9.609 9.652-32.406 57.347-30.959 98.393-2.894 120.766 1.502 1.197 3.005 2.281 4.497 3.258 0.041 23.023 2.25 49.061 8.068 74.54 0.641 2.808 1.322 5.577 2.069 8.396 4.503 16.716 15.719 40.232 36.61 63.655 34.61 38.804 84.405 62.106 150.473 62.106s115.862-23.302 150.473-62.106c20.892-23.423 32.107-46.94 36.634-63.746 0.723-2.729 1.404-5.498 2.045-8.306 5.818-25.479 8.027-51.517 8.068-74.54 1.492-0.978 2.995-2.061 4.497-3.258 28.065-22.373 29.512-63.419-2.898-120.772-2.678-4.735-4.644-6.318-9.605-9.646-1.461-0.98-1.695-1.127-5.704-3.622-25.092-75.51-99.648-164.518-183.51-164.518zM242.219 489.752c3.199-1.995 4.963-3.141 6.669-4.373 1.414-1.021 2.66-2.014 3.865-3.147 3.085-2.901 5.335-5.814 6.802-10.879 17.246-59.916 81.693-139.541 143.153-139.541s125.908 79.624 143.164 139.576c1.457 5.030 3.707 7.943 6.792 10.844 1.205 1.133 2.451 2.126 3.865 3.147 1.705 1.231 3.47 2.378 6.184 4.071 3.821 2.378 4.102 2.555 4.938 3.116-1.781-1.195-1.903-1.293-4.056-5.099 22.964 40.639 22.341 58.343 13.669 65.256-1.667 1.329-3.321 1.971-3.336 1.974-10.784 1.984-18.413 11.674-17.812 22.622 0.017 0.295 0.058 1.251 0.098 2.585 0.665 22.238-0.997 49.422-6.834 74.989-0.531 2.327-1.093 4.612-1.662 6.761-0.596 2.212-2.303 6.976-5.376 13.42-5.283 11.077-12.436 22.204-21.678 32.566-26.51 29.722-64.577 47.536-117.954 47.536s-91.444-17.814-117.954-47.536c-9.242-10.362-16.396-21.488-21.678-32.566-3.073-6.444-4.781-11.208-5.352-13.33-0.593-2.239-1.155-4.524-1.686-6.851-5.838-25.567-7.499-52.751-6.834-74.989 0.040-1.334 0.081-2.29 0.098-2.585 0.601-10.949-7.028-20.638-17.812-22.622-0.015-0.003-1.669-0.645-3.336-1.974-8.391-6.69-9.247-23.483 11.51-61.377 0.576-0.36 1.374-0.857 2.557-1.593zM744.908 59.133c-22.103-3.853-47.614-7.712-76.173-11.318-81.723-10.318-171.358-16.512-266.026-16.512s-184.303 6.194-266.026 16.512c-28.559 3.606-54.070 7.465-76.173 11.318-2.904 0.506-5.668 0.998-8.29 1.475 10.418 110.098 65.186 166.188 168.426 198.768 18.931 5.976 36.569 13.297 52.895 21.673 28.611 14.68 48.342 29.597 58.982 40.137 8.549 8.468 8.614 22.263 0.145 30.811s-22.263 8.614-30.811 0.145c-1.619-1.604-5.425-4.931-11.363-9.421-10.257-7.755-22.555-15.572-36.844-22.903-14.193-7.282-29.572-13.665-46.118-18.888-125.192-39.508-193.384-114.639-200.158-257.011-0.506-10.644 6.76-20.092 17.177-22.335 1.344-0.289 3.855-0.806 7.49-1.517 5.976-1.169 12.987-2.467 20.987-3.861 22.761-3.968 48.946-7.929 78.198-11.622 83.454-10.537 174.893-16.855 271.485-16.855s188.031 6.319 271.485 16.855c29.252 3.693 55.437 7.654 78.198 11.622 8 1.395 15.010 2.693 20.987 3.861 3.635 0.711 6.146 1.227 7.49 1.517 10.417 2.243 17.684 11.691 17.177 22.335-6.774 142.372-74.965 217.503-200.159 257.012-16.545 5.223-31.924 11.606-46.117 18.888-14.289 7.331-26.587 15.149-36.844 22.903-5.939 4.49-9.744 7.817-11.364 9.421-8.549 8.468-22.343 8.403-30.811-0.145s-8.403-22.343 0.145-30.811c10.64-10.54 30.37-25.457 58.982-40.137 16.325-8.376 33.963-15.697 52.893-21.672 103.241-32.581 158.009-88.67 168.427-198.769-2.621-0.476-5.386-0.969-8.29-1.475zM776.518 439.434c12.050 0.069 17.455 0.142 24.401 0.397 43.098 1.583 71.273 9.681 89.167 33.539 10.098 13.464 14.766 27.769 14.014 42.825-0.665 13.315-5.276 25.906-13.637 40.666-4.512 7.965-23.808 37.719-22.524 35.675-2.377 3.782-4.496 7.272-6.471 10.678-27.708 47.772-36.814 73.931-40.723 107.102-0.41 3.475-0.76 6.828-1.31 12.384-0.438 4.456-0.661 6.701-0.909 9.116-11.384 110.746-77.54 172.766-180.119 179.673h-2.927c-90.339-6.083-153.164-55.147-174.133-143.708-2.772-11.709 4.472-23.449 16.181-26.221s23.449 4.472 26.221 16.181c16.284 68.775 62.098 104.935 133.195 110.168 80.784-5.946 129.106-51.727 138.236-140.549 0.239-2.325 0.453-4.482 0.892-8.948 0.574-5.809 0.948-9.383 1.398-13.197 4.631-39.293 15.705-71.106 46.305-123.864 2.253-3.884 4.635-7.807 7.271-12.002 33.638-53.524 29.039-45.405 29.534-55.329 0.229-4.594-1.197-8.964-5.353-14.506-7.447-9.929-25.117-15.007-55.907-16.138-6.346-0.233-11.453-0.302-23.052-0.369-28.286-0.163-38.899-0.77-50.794-4.269-9.272-2.727-15.639-11.237-15.639-20.902 0-49.343 13.668-61.426 102.811-92.114 63.141-21.736 118.852-73.545 148.698-123.034-16.671-19.387-23.843-26.961-36.943-38.972-38.582-35.374-83.973-59.701-144.427-72.074-11.788-2.413-19.389-13.925-16.976-25.714s13.925-19.389 25.714-16.976c68.503 14.021 120.942 42.125 165.137 82.646 17.224 15.792 25.129 24.558 50.509 54.343 5.742 6.739 6.835 16.282 2.766 24.145-32.212 62.24-100.035 129.208-180.294 156.837-49.425 17.015-65.578 22.551-70.857 32.156 5.312 0.202 11.976 0.304 20.547 0.353z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="stats-bars" d="M46.545 820.364h930.909v93.091h-930.909v-93.091zM0 820.364v93.091c0 25.706 20.839 46.545 46.545 46.545h930.909c25.706 0 46.545-20.839 46.545-46.545v-93.091c0-25.706-20.839-46.545-46.545-46.545h-930.909c-25.706 0-46.545 20.839-46.545 46.545zM46.545 541.091h930.909v93.091h-930.909v-93.091zM0 541.091v93.091c0 25.706 20.839 46.545 46.545 46.545h930.909c25.706 0 46.545-20.839 46.545-46.545v-93.091c0-25.706-20.839-46.545-46.545-46.545h-930.909c-25.706 0-46.545 20.839-46.545 46.545zM46.545 261.818h930.909v93.091h-930.909v-93.091zM0 261.818v93.091c0 25.706 20.839 46.545 46.545 46.545h930.909c25.706 0 46.545-20.839 46.545-46.545v-93.091c0-25.706-20.839-46.545-46.545-46.545h-930.909c-25.706 0-46.545 20.839-46.545 46.545zM46.545-17.455h930.909v93.091h-930.909v-93.091zM0-17.455v93.091c0 25.706 20.839 46.545 46.545 46.545h930.909c25.706 0 46.545-20.839 46.545-46.545v-93.091c0-25.706-20.839-46.545-46.545-46.545h-930.909c-25.706 0-46.545 20.839-46.545 46.545zM558.545 936.727v-116.364c0-12.853 10.42-23.273 23.273-23.273s23.273 10.42 23.273 23.273v116.364c0 12.853-10.42 23.273-23.273 23.273s-23.273-10.42-23.273-23.273zM791.273 657.455v-116.364c0-12.853 10.42-23.273 23.273-23.273s23.273 10.42 23.273 23.273v116.364c0 12.853-10.42 23.273-23.273 23.273s-23.273-10.42-23.273-23.273zM395.636 354.909v-116.364c0-12.853 10.42-23.273 23.273-23.273s23.273 10.42 23.273 23.273v116.364c0 12.853-10.42 23.273-23.273 23.273s-23.273-10.42-23.273-23.273zM581.818 98.909v-116.364c0-12.853 10.42-23.273 23.273-23.273s23.273 10.42 23.273 23.273v116.364c0 12.853-10.42 23.273-23.273 23.273s-23.273-10.42-23.273-23.273zM581.818 890.182h-558.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h558.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273zM814.545 610.909h-768c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h768c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273zM418.909 331.636h-395.636c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h395.636c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273zM581.818 52.364h-558.545c-12.853 0-23.273-10.42-23.273-23.273s10.42-23.273 23.273-23.273h558.545c12.853 0 23.273 10.42 23.273 23.273s-10.42 23.273-23.273 23.273z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="instagram-grid" d="M726.937 555.771c81.431-175.083-46.913-370.91-245.233-351.561-143.078 13.998-248.64 165.063-198.623 315.598 1.701 5.161 4.117 10.004 10.19 20.994 3.047 5.514 4.346 7.908 5.904 10.955 3.218 6.294 0.725 14.006-5.569 17.224s-14.006 0.725-17.224-5.569c-1.39-2.718-2.605-4.958-5.45-10.106-6.955-12.585-9.779-18.248-12.155-25.455-55.323-166.505 61.413-333.561 220.438-349.12 218.568-21.325 360.508 195.246 270.935 387.835-2.981 6.41-10.594 9.189-17.004 6.208s-9.189-10.594-6.208-17.004zM7.629 624.708v-500.685c10.102-98.692 86.78-174.569 185.047-183.702l641.85-0.055c96.596 9.857 173.442 88.5 183.728 179.971 0.080 17.564 0.080 17.564 0.080 82.1v422.37c0 7.069-5.731 12.8-12.8 12.8s-12.8-5.731-12.8-12.8v-503.040c-8.88-78.245-76.383-147.327-159.516-155.869l-639.357 0.067c-84.915 7.947-151.918 74.249-160.699 159.469l0.067 499.373c0 7.069-5.731 12.8-12.8 12.8s-12.8-5.731-12.8-12.8zM486.161 647.366c129.321 15.511 232.43-74.58 233.506-202.878 1.038-125.269-95.92-207.995-207.889-207.995-124.996 0-220.344 102.888-205.403 235.836 7.122 63.549 45.21 117.71 97.662 149.206 23.172 13.907 45.964 21.459 82.124 25.831zM489.221 621.949c-32.661-3.948-52.007-10.358-72.008-22.363-45.919-27.573-79.212-74.915-85.398-130.112-13.212-117.56 70.027-207.381 179.963-207.381 98.61 0 183.201 72.174 182.29 182.182-0.948 112.995-90.65 191.372-204.846 177.675zM641.453 408.882c22.315 92.003-48.195 170.898-136.045 164.811-58.981-4.080-95.872-33.011-114.33-76.509-35.377-83.635 22.201-173.947 98.4-184.629 68.469-9.619 137.105 35.069 151.976 96.328zM666.332 402.845c-18.028-74.266-99.119-127.064-180.411-115.643-92.236 12.93-160.619 120.19-118.414 219.967 22.064 51.998 67.058 87.283 136.134 92.062 104.768 7.259 189.177-87.188 162.692-196.386zM203.895 692.378h-25.6v241.408h25.6v-241.408zM178.295 692.378v241.408c0 17.067 25.6 17.067 25.6 0v-241.408c0-17.067-25.6-17.067-25.6 0zM121.207 705.178h149.026v237.756c0 7.069 5.731 12.8 12.8 12.8l550.261-0.056c47.445-4.437 94.41-27.629 125.888-59.088 50.481-50.434 60.967-115.85 59.168-276.582-0.078-7.013-5.786-12.657-12.799-12.657h-305.92l-2.963 0.348c-6.576 1.565-13.033 5.070-20.41 10.439-3.038 2.211-6.076 4.617-9.981 7.85-1.042 0.862-5.692 4.747-6.896 5.741-2.415 1.992-4.254 3.452-5.857 4.636-38.614 28.425-88.878 44.448-140.431 45.005-53.081-0.557-103.331-16.576-141.94-44.985-1.618-1.198-3.453-2.655-5.87-4.649-1.174-0.968-5.798-4.83-6.887-5.731-3.939-3.259-7.009-5.686-10.077-7.914-7.358-5.341-13.811-8.833-20.376-10.393l-2.959-0.347h-305.886c-6.924 0-12.594 5.507-12.795 12.428-4.396 151.31 7.901 225.583 59.109 276.79 10.169 10.206 22.537 19.873 36.276 28.347 8.528 5.26 19.52-0.875 19.52-10.894v-208.845zM295.834 930.133v-237.756c0-7.069-5.731-12.8-12.8-12.8h-174.626c-7.069 0-12.8 5.731-12.8 12.8v196.96c-4.353-3.527-8.398-7.161-12.078-10.854-43.054-43.054-55.132-109.673-51.964-245.532h291.626c2.515 0.879 5.913 2.827 10.088 5.857 2.548 1.85 5.239 3.978 8.798 6.922 1.022 0.845 5.664 4.722 6.913 5.753 2.733 2.255 4.885 3.964 6.959 5.499 43.064 31.687 98.539 49.372 155.622 49.987 58.594-0.615 114.085-18.304 157.143-50 2.055-1.518 4.216-3.233 6.954-5.492 1.282-1.058 5.955-4.961 6.929-5.768 3.531-2.923 6.196-5.034 8.722-6.872 4.187-3.047 7.59-5.004 10.105-5.886h291.442c1.025 144.15-9.44 203.229-51.781 245.53-27.38 27.362-68.855 47.843-108.985 51.652h-536.269zM895.334 725.043v105.813c0 6.947-5.657 12.612-12.578 12.612h-105.813c-6.921 0-12.578-5.665-12.578-12.612v-105.813c0-6.963 5.656-12.629 12.578-12.629h105.813c6.922 0 12.578 5.667 12.578 12.629zM920.934 725.043c0-21.091-17.107-38.229-38.178-38.229h-105.813c-21.071 0-38.178 17.139-38.178 38.229v105.813c0 21.078 17.111 38.212 38.178 38.212h105.813c21.067 0 38.178-17.135 38.178-38.212v-105.813z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="posts-grid" d="M957.217-19.478c12.193 0 22.261 10.068 22.261 22.261v890.435c0 12.193-10.068 22.261-22.261 22.261h-890.435c-12.193 0-22.261-10.068-22.261-22.261v-890.435c0-12.193 10.068-22.261 22.261-22.261h890.435zM957.217-64h-890.435c-36.781 0-66.783 30.001-66.783 66.783v890.435c0 36.781 30.001 66.783 66.783 66.783h890.435c36.781 0 66.783-30.001 66.783-66.783v-890.435c0-36.781-30.001-66.783-66.783-66.783zM111.304 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM111.304 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM200.348 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM200.348 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM289.391 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM289.391 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM22.261 737.391h979.478v44.522h-979.478zM133.565 537.043h155.826v111.304h-155.826v-111.304zM333.913 692.87v-200.348h-244.87v200.348h244.87zM133.565 292.174h155.826v111.304h-155.826v-111.304zM333.913 448v-200.348h-244.87v200.348h244.87zM133.565 69.565h155.826v89.043h-155.826v-89.043zM333.913 203.13v-178.087h-244.87v178.087h244.87zM422.957 537.043h155.826v111.304h-155.826v-111.304zM623.304 692.87v-200.348h-244.87v200.348h244.87zM422.957 292.174h155.826v111.304h-155.826v-111.304zM623.304 448v-200.348h-244.87v200.348h244.87zM422.957 69.565h155.826v89.043h-155.826v-89.043zM623.304 203.13v-178.087h-244.87v178.087h244.87zM712.348 537.043h155.826v111.304h-155.826v-111.304zM912.696 692.87v-200.348h-244.87v200.348h244.87zM712.348 292.174h155.826v111.304h-155.826v-111.304zM912.696 448v-200.348h-244.87v200.348h244.87zM712.348 69.565h155.826v89.043h-155.826v-89.043zM912.696 203.13v-178.087h-244.87v178.087h244.87z" />
58
+ <glyph unicode="&#xe930;" glyph-name="posts-block" d="M957.217-19.478c12.193 0 22.261 10.068 22.261 22.261v890.435c0 12.193-10.068 22.261-22.261 22.261h-890.435c-12.193 0-22.261-10.068-22.261-22.261v-890.435c0-12.193 10.068-22.261 22.261-22.261h890.435zM957.217-64h-890.435c-36.781 0-66.783 30.001-66.783 66.783v890.435c0 36.781 30.001 66.783 66.783 66.783h890.435c36.781 0 66.783-30.001 66.783-66.783v-890.435c0-36.781-30.001-66.783-66.783-66.783zM111.304 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM111.304 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM200.348 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM200.348 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM289.391 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM289.391 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM22.261 737.391h979.478v44.522h-979.478zM289.391 69.565v578.783h-155.826v-578.783h155.826zM289.391 25.043h-155.826c-25.651 0-44.522 18.871-44.522 44.522v578.783c0 25.651 18.871 44.522 44.522 44.522h155.826c25.651 0 44.522-18.871 44.522-44.522v-578.783c0-25.651-18.871-44.522-44.522-44.522zM422.957 648.348v-155.826h467.478v155.826h-467.478zM400.696 692.87h512c12.294 0 22.261-9.967 22.261-22.261v-200.348c0-12.294-9.967-22.261-22.261-22.261h-512c-12.294 0-22.261 9.967-22.261 22.261v200.348c0 12.294 9.967 22.261 22.261 22.261zM422.957 69.565h467.478v111.304h-467.478v-111.304zM400.696 225.391h512c12.294 0 22.261-9.967 22.261-22.261v-155.826c0-12.294-9.967-22.261-22.261-22.261h-512c-12.294 0-22.261 9.967-22.261 22.261v155.826c0 12.294 9.967 22.261 22.261 22.261zM400.696 358.957h512c12.294 0 22.261 9.967 22.261 22.261s-9.967 22.261-22.261 22.261h-512c-12.294 0-22.261-9.967-22.261-22.261s9.967-22.261 22.261-22.261zM912.696 314.435h-512c-12.294 0-22.261-9.967-22.261-22.261s9.967-22.261 22.261-22.261h512c12.294 0 22.261 9.967 22.261 22.261s-9.967 22.261-22.261 22.261z" />
59
+ <glyph unicode="&#xe931;" glyph-name="posts-grid-masonry" d="M133.565 492.522h155.826v155.826h-155.826v-155.826zM111.304 692.87h200.348c12.294 0 22.261-9.967 22.261-22.261v-200.348c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v200.348c0 12.294 9.967 22.261 22.261 22.261zM133.565 292.174h155.826v66.783h-155.826v-66.783zM111.304 403.478h200.348c12.294 0 22.261-9.967 22.261-22.261v-111.304c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v111.304c0 12.294 9.967 22.261 22.261 22.261zM133.565 69.565h155.826v89.043h-155.826v-89.043zM111.304 203.13h200.348c12.294 0 22.261-9.967 22.261-22.261v-133.565c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v133.565c0 12.294 9.967 22.261 22.261 22.261zM422.957 492.522h155.826v155.826h-155.826v-155.826zM400.696 692.87h200.348c12.294 0 22.261-9.967 22.261-22.261v-200.348c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v200.348c0 12.294 9.967 22.261 22.261 22.261zM422.957 247.652h155.826v111.304h-155.826v-111.304zM400.696 403.478h200.348c12.294 0 22.261-9.967 22.261-22.261v-155.826c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v155.826c0 12.294 9.967 22.261 22.261 22.261zM422.957 69.565h155.826v44.522h-155.826v-44.522zM400.696 158.609h200.348c12.294 0 22.261-9.967 22.261-22.261v-89.043c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261zM712.348 603.826h155.826v44.522h-155.826v-44.522zM690.087 692.87h200.348c12.294 0 22.261-9.967 22.261-22.261v-89.043c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v89.043c0 12.294 9.967 22.261 22.261 22.261zM712.348 269.913h155.826v200.348h-155.826v-200.348zM690.087 514.783h200.348c12.294 0 22.261-9.967 22.261-22.261v-244.87c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v244.87c0 12.294 9.967 22.261 22.261 22.261zM712.348 69.565h155.826v66.783h-155.826v-66.783zM690.087 180.87h200.348c12.294 0 22.261-9.967 22.261-22.261v-111.304c0-12.294-9.967-22.261-22.261-22.261h-200.348c-12.294 0-22.261 9.967-22.261 22.261v111.304c0 12.294 9.967 22.261 22.261 22.261zM957.217-19.478c12.193 0 22.261 10.068 22.261 22.261v890.435c0 12.193-10.068 22.261-22.261 22.261h-890.435c-12.193 0-22.261-10.068-22.261-22.261v-890.435c0-12.193 10.068-22.261 22.261-22.261h890.435zM957.217-64h-890.435c-36.781 0-66.783 30.001-66.783 66.783v890.435c0 36.781 30.001 66.783 66.783 66.783h890.435c36.781 0 66.783-30.001 66.783-66.783v-890.435c0-36.781-30.001-66.783-66.783-66.783zM111.304 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM111.304 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM200.348 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM200.348 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM289.391 815.304c-18.442 0-33.391 14.95-33.391 33.391s14.95 33.391 33.391 33.391c18.442 0 33.391-14.95 33.391-33.391s-14.95-33.391-33.391-33.391zM289.391 859.826c-6.147 0-11.13-4.983-11.13-11.13s4.983-11.13 11.13-11.13c6.147 0 11.13 4.983 11.13 11.13s-4.983 11.13-11.13 11.13zM22.261 737.391h979.478v44.522h-979.478z" />
60
+ <glyph unicode="&#xe932;" glyph-name="buttons" d="M833.229 425.882c-4.811 19.436-22.1 33.617-42.702 33.617-13.668 0-25.878-6.242-33.935-16.031l-0.060-0.076c-7.892 12.211-21.437 20.178-36.843 20.178-14.535 0-27.414-7.092-35.364-18.005l-0.087-0.125c-8.080 9.895-20.28 16.163-33.944 16.163-12.465 0-23.712-5.216-31.677-13.585l-0.017-0.018-11.571 46.899c-5.255 18.924-22.33 32.583-42.596 32.583-24.375 0-44.134-19.76-44.134-44.134 0-3.345 0.372-6.604 1.077-9.736l-0.056 0.295 23.45-95.642c-8.155 10.217-20.608 16.706-34.576 16.706-24.375 0-44.134-19.76-44.134-44.134 0-12.004 4.792-22.889 12.568-30.845l-0.008 0.008 111.616-126.771 19.456-79.258c1.139-4.506 5.157-7.787 9.942-7.787 0.105 0 0.209 0.002 0.313 0.005h2.443c4.499 1.144 7.773 5.159 7.773 9.938 0 0.871-0.109 1.716-0.313 2.523l0.015-0.071-88.576 360.141c-0.259 1.315-0.408 2.827-0.408 4.374 0 13.064 10.59 23.654 23.654 23.654 10.606 0 19.581-6.98 22.584-16.597l0.045-0.168 20.48-82.637s0 0 0 0l8.294-33.894c0.366-1.371 0.965-2.568 1.759-3.609l-0.018 0.025c0.646-0.789 1.388-1.466 2.216-2.025l0.036-0.023h0.819c0.738-0.392 1.592-0.71 2.492-0.909l0.068-0.013h4.608c4.499 1.144 7.773 5.159 7.773 9.938 0 0.871-0.109 1.716-0.313 2.523l0.015-0.071-8.397 34.304c-0.239 1.263-0.376 2.715-0.376 4.2 0 13.064 10.59 23.654 23.654 23.654 10.692 0 19.727-7.094 22.656-16.832l0.043-0.167 10.854-44.032c0.347-1.328 0.911-2.491 1.658-3.51l-0.020 0.029 0.614-2.15c0.544-0.614 1.148-1.153 1.81-1.617l0.033-0.022 1.126-0.614 2.253-0.819h4.71c4.499 1.144 7.773 5.159 7.773 9.938 0 0.871-0.109 1.716-0.313 2.523l0.015-0.071-7.168 29.696c-0.432 1.691-0.68 3.633-0.68 5.632 0 13.072 10.597 23.669 23.669 23.669 11.072 0 20.369-7.603 22.954-17.873l0.035-0.163 5.222-19.866v-0.614l5.837-23.654c0.996-4.695 5.106-8.167 10.028-8.167 5.655 0 10.24 4.585 10.24 10.24 0 1.013-0.147 1.991-0.421 2.915l0.018-0.072-5.837 24.269c-0.239 1.263-0.376 2.715-0.376 4.2 0 13.064 10.59 23.654 23.654 23.654 10.692 0 19.727-7.094 22.656-16.832l0.043-0.167 42.598-174.080c1.139-4.506 5.157-7.787 9.942-7.787 0.105 0 0.209 0.002 0.313 0.005h2.443c4.499 1.144 7.773 5.159 7.773 9.938 0 0.871-0.109 1.716-0.313 2.523l0.015-0.071zM579.686 236.134l-85.811 97.485c-2.439 3.661-3.891 8.16-3.891 12.998 0 13.064 10.59 23.654 23.654 23.654 6.021 0 11.516-2.249 15.692-5.954l-0.025 0.021 26.112-28.979zM921.6 584.294v-244.019c0-5.655-4.585-10.24-10.24-10.24s-10.24 4.585-10.24 10.24v0 244.019c0 12.781-10.361 23.142-23.142 23.142v0h-579.277c-12.781 0-23.142-10.361-23.142-23.142v0-244.019c0-12.781 10.361-23.142 23.142-23.142v0h143.36c5.655 0 10.24-4.585 10.24-10.24s-4.585-10.24-10.24-10.24v0h-143.36c-24.092 0-43.622 19.53-43.622 43.622v0 244.019c0 24.092 19.53 43.622 43.622 43.622v0h579.584c23.96-0.174 43.315-19.637 43.315-43.621 0 0 0-0.001 0-0.001v0zM214.016 604.774c0-5.655-4.585-10.24-10.24-10.24v0h-91.136c-5.655 0-10.24 4.585-10.24 10.24s4.585 10.24 10.24 10.24v0h91.546c5.497-0.112 9.923-4.539 10.035-10.025v-0.011zM276.48 688.026v91.648c0 5.655 4.585 10.24 10.24 10.24s10.24-4.585 10.24-10.24v0-91.546c0-0.015 0-0.033 0-0.051 0-5.655-4.585-10.24-10.24-10.24-5.637 0-10.211 4.556-10.24 10.186v0.003zM253.030 639.795c-1.851-1.84-4.402-2.978-7.219-2.978s-5.368 1.137-7.22 2.978v0l-64.512 64.819c-1.53 1.779-2.462 4.111-2.462 6.661 0 5.655 4.585 10.24 10.24 10.24 2.55 0 4.882-0.932 6.674-2.474l-0.013 0.011 64.717-64.717c1.871-1.856 3.029-4.428 3.029-7.271 0-2.792-1.117-5.322-2.929-7.169l0.002 0.002z" />
61
+ <glyph unicode="&#xe933;" glyph-name="posts-carousel" d="M972.8 29.918c0 0-921.6 0-921.6 0-28.228 0-51.2 22.972-51.2 51.2 0 0 0 716.817 0 716.817 0 28.245 22.972 51.2 51.2 51.2 0 0 921.6 0 921.6 0 28.228 0 51.2-22.955 51.2-51.2 0 0 0-136.533 0-136.533s0-341.333 0-341.333c0 0 0-238.95 0-238.95 0-28.228-22.972-51.2-51.2-51.2zM989.867 644.335c0 0-136.533 0-136.533 0s0-307.2 0-307.2c0 0 136.533 0 136.533 0s0 307.2 0 307.2zM989.867 303.002c0 0-153.6 0-153.6 0-9.421 0-17.067 7.646-17.067 17.067 0 0 0 341.333 0 341.333 0 9.421 7.646 17.067 17.067 17.067 0 0 153.6 0 153.6 0s0 119.467 0 119.467c0 9.421-7.663 17.067-17.067 17.067 0 0-921.6 0-921.6 0-9.404 0-17.067-7.646-17.067-17.067 0 0 0-119.467 0-119.467s153.6 0 153.6 0c9.421 0 17.067-7.646 17.067-17.067 0 0 0-341.333 0-341.333 0-9.421-7.646-17.067-17.067-17.067 0 0-153.6 0-153.6 0s0-221.884 0-221.884c0-9.404 7.663-17.067 17.067-17.067 0 0 921.6 0 921.6 0 9.404 0 17.067 7.663 17.067 17.067 0 0 0 221.884 0 221.884zM34.85 644.335c0 0 0-307.2 0-307.2s135.817 0 135.817 0c0 0 0 307.2 0 307.2s-135.817 0-135.817 0zM836.267 183.535c0 0-0.717 0-0.717 0-9.421 0-17.050 7.629-17.050 17.067 0 9.421 7.629 17.067 17.050 17.067 9.438 0 17.425-7.646 17.425-17.067 0-9.438-7.287-17.067-16.708-17.067zM748.373 311.091c-0.751-1.229-1.997-1.911-3.004-2.884-0.137-0.137-0.273-0.256-0.41-0.393-1.451-1.297-2.884-2.406-4.676-3.14-1.229-0.58-2.577-0.768-3.942-1.041-0.853-0.119-1.587-0.631-2.475-0.631 0 0-0.717 0-0.717 0s-443.017 0-443.017 0c-2.082 0-4.062 0.495-5.939 1.195-0.546 0.205-1.024 0.461-1.553 0.717-1.348 0.666-2.577 1.502-3.721 2.509-0.375 0.324-0.768 0.597-1.126 0.973-1.28 1.348-2.406 2.867-3.209 4.625-0.017 0.051 0 0.102-0.017 0.171-0.939 2.099-1.502 4.42-1.502 6.878 0 0 0 341.333 0 341.333 0 9.421 7.646 17.067 17.067 17.067 0 0 443.017 0 443.017 0 9.438 0 17.084-7.646 17.084-17.067 0 0 0-338.859 0-338.859 0.58-3.942 0.307-7.97-1.86-11.452zM706.253 337.135c0 0-94.31 188.604-94.31 188.604s-103.031-147.183-103.031-147.183c-2.714-3.874-6.895-6.451-11.554-7.117-4.659-0.683-9.404 0.614-13.090 3.567 0 0-72.567 58.078-72.567 58.078s-83.951-95.949-83.951-95.949c0 0 378.505 0 378.505 0zM307.2 644.335c0 0 0-278.852 0-278.852s89.566 102.366 89.566 102.366c6.007 6.861 16.367 7.782 23.501 2.082 0 0 71.117-56.9 71.117-56.9s109.039 155.75 109.039 155.75c3.447 4.932 9.25 7.714 15.223 7.236 6.007-0.444 11.332-4.011 14.029-9.387 0 0 86.426-172.851 86.426-172.851s0 250.556 0 250.556c0 0-408.9 0-408.9 0zM375.467 541.935c-18.825 0-34.133 15.309-34.133 34.133s15.309 34.133 34.133 34.133c18.825 0 34.133-15.309 34.133-34.133s-15.309-34.133-34.133-34.133zM289.417 217.668c9.438 0 17.425-7.646 17.425-17.067 0-9.438-7.287-17.067-16.708-17.067 0 0-0.717 0-0.717 0-9.421 0-17.050 7.629-17.050 17.067 0 9.421 7.629 17.067 17.050 17.067zM391.834 217.668c9.421 0 17.425-7.646 17.425-17.067 0-9.438-7.305-17.067-16.725-17.067 0 0-0.7 0-0.7 0-9.438 0-17.084 7.629-17.084 17.067 0 9.421 7.646 17.067 17.084 17.067zM512 234.735c18.825 0 34.133-15.309 34.133-34.133s-15.309-34.133-34.133-34.133c-18.825 0-34.133 15.309-34.133 34.133s15.309 34.133 34.133 34.133zM630.767 217.668c9.421 0 17.425-7.646 17.425-17.067 0-9.438-7.305-17.067-16.725-17.067 0 0-0.7 0-0.7 0-9.438 0-17.084 7.629-17.084 17.067 0 9.421 7.646 17.067 17.084 17.067zM733.15 217.668c9.438 0 17.425-7.646 17.425-17.067 0-9.438-7.287-17.067-16.708-17.067 0 0-0.717 0-0.717 0-9.421 0-17.050 7.629-17.050 17.067 0 9.421 7.629 17.067 17.050 17.067zM187.733 183.535c0 0-0.717 0-0.717 0-9.421 0-17.067 7.629-17.067 17.067 0 9.421 7.646 17.067 17.067 17.067 9.438 0 17.425-7.646 17.425-17.067 0-9.438-7.287-17.067-16.708-17.067z" />
62
+ <glyph unicode="&#xe934;" glyph-name="pricing-table" d="M-3.151 870.203v-842.831h1031.877v842.831h-1031.877zM1005.095 846.572v-97.674h-984.615v97.674h984.615zM20.48 49.428v675.84h984.615v-674.265h-984.615zM836.529 808.763h23.631v-23.631h-23.631v23.631zM776.665 808.763h23.631v-23.631h-23.631v23.631zM896.394 808.763h23.631v-23.631h-23.631v23.631zM96.098 808.763h606.523v-23.631h-606.523v23.631zM340.283 121.895h345.009v530.905h-345.009v-530.905zM363.914 629.169h297.748v-483.643h-297.748v483.643zM820.775 418.068c-3.151 3.151-4.726 6.302-4.726 11.028h-23.631c0-11.028 4.726-20.48 12.603-28.357 4.726-4.726 11.028-7.877 18.905-9.452v-18.905h23.631v18.905c6.302 1.575 12.603 4.726 18.905 9.452 7.877 7.877 12.603 17.329 12.603 28.357s-4.726 20.48-12.603 28.357c-7.877 6.302-18.905 11.028-29.932 11.028-6.302 0-11.028 1.575-14.178 4.726s-4.726 6.302-4.726 11.028c0 3.151 1.575 7.877 4.726 11.028 7.877 6.302 22.055 6.302 28.357 0 3.151-3.151 4.726-6.302 4.726-11.028h23.631c0 11.028-4.726 20.48-12.603 28.357-4.726 4.726-11.028 7.877-18.905 9.452v18.905h-23.631v-18.905c-6.302-1.575-12.603-4.726-18.905-9.452-7.877-7.877-12.603-17.329-12.603-28.357s4.726-20.48 12.603-28.357c7.877-6.302 18.905-11.028 29.932-11.028 6.302 0 11.028-1.575 14.178-4.726s4.726-6.302 4.726-11.028c0-3.151-1.575-7.877-4.726-11.028-6.302-6.302-20.48-6.302-28.357 0zM723.102 173.883h223.705v425.354h-223.705v-425.354zM746.732 575.606h176.443v-378.092h-176.443v378.092zM779.815 263.68h110.277v-23.631h-110.277v23.631zM779.815 320.394h110.277v-23.631h-110.277v23.631zM173.292 418.068c-3.151 3.151-4.726 6.302-4.726 11.028h-23.631c0-11.028 4.726-20.48 12.603-28.357 4.726-4.726 11.028-7.877 18.905-9.452v-18.905h23.631v18.905c6.302 1.575 12.603 4.726 18.905 9.452 7.877 7.877 12.603 17.329 12.603 28.357s-4.726 20.48-12.603 28.357c-7.877 6.302-18.905 11.028-29.932 11.028-4.726 0-11.028 1.575-14.178 4.726s-4.726 6.302-4.726 11.028c0 3.151 1.575 7.877 4.726 11.028 7.877 6.302 22.055 6.302 28.357 0 3.151-3.151 4.726-6.302 4.726-11.028h23.631c0 11.028-4.726 20.48-12.603 28.357-4.726 4.726-11.028 7.877-18.905 9.452v18.905h-23.631v-18.905c-6.302-1.575-12.603-4.726-18.905-9.452-7.877-7.877-12.603-17.329-12.603-28.357s4.726-20.48 12.603-28.357c7.877-6.302 18.905-11.028 29.932-11.028 6.302 0 11.028-1.575 14.178-4.726s4.726-6.302 4.726-11.028c0-3.151-1.575-7.877-4.726-11.028-6.302-6.302-20.48-6.302-28.357 0zM77.194 173.883h223.705v425.354h-223.705v-425.354zM100.825 575.606h176.443v-378.092h-176.443v378.092zM133.908 263.68h110.277v-23.631h-110.277v23.631zM133.908 320.394h110.277v-23.631h-110.277v23.631zM478.917 388.135c-7.877 6.302-11.028 14.178-11.028 22.055h-23.631c0-15.754 6.302-29.932 18.905-40.96 9.452-7.877 20.48-12.603 33.083-15.754v-36.234h23.631v36.234c12.603 1.575 23.631 7.877 33.083 15.754 12.603 11.028 18.905 25.206 18.905 40.96s-6.302 29.932-18.905 40.96c-12.603 11.028-28.357 15.754-44.111 15.754-11.028 0-20.48 3.151-28.357 9.452s-11.028 14.178-11.028 22.055 4.726 15.754 11.028 22.055c15.754 12.603 42.535 12.603 58.289 0 7.877-6.302 11.028-14.178 11.028-22.055h23.631c0 15.754-6.302 29.932-18.905 40.96-9.452 7.877-20.48 12.603-33.083 14.178v36.234h-23.631v-36.234c-12.603-1.575-23.631-6.302-33.083-14.178-12.603-11.028-18.905-25.206-18.905-40.96s6.302-29.932 18.905-40.96c12.603-11.028 28.357-15.754 44.111-15.754 11.028 0 22.055-3.151 28.357-9.452 7.877-6.302 11.028-14.178 11.028-22.055s-4.726-15.754-11.028-22.055c-15.754-12.603-44.111-12.603-58.289 0zM401.723 206.966h211.102v-23.631h-211.102v23.631zM401.723 263.68h211.102v-23.631h-211.102v23.631z" />
63
+ <glyph unicode="&#xe935;" glyph-name="tab-slider1" d="M76.8 25.6h189.867v42.667h-189.867c-12.8 0-23.467 10.667-23.467 23.467v710.4c0 12.8 10.667 23.467 23.467 23.467h320v-125.867c0-12.8 8.533-21.333 21.333-21.333h509.867v42.667h-108.8v128c0 12.8-8.533 21.333-21.333 21.333h-125.867v-42.667h104.533v-104.533h-147.2v125.867c0 12.8-8.533 21.333-21.333 21.333h-145.067v-42.667h123.733v-104.533h-147.2v125.867c0 12.8-8.533 21.333-21.333 21.333h-341.333c-36.267 0-66.133-29.867-66.133-66.133v-710.4c0-38.4 29.867-68.267 66.133-68.267zM947.2 870.4h-85.333v-42.667h85.333c12.8 0 23.467-10.667 23.467-23.467v-710.4c0-12.8-10.667-23.467-23.467-23.467h-637.867v-42.667h637.867c36.267 0 66.133 29.867 66.133 66.133v708.267c0 38.4-29.867 68.267-66.133 68.267zM187.733 202.667h650.667v-42.667h-650.667v42.667zM458.667 298.667h377.6v-42.667h-377.6v42.667zM187.733 298.667h228.267v-42.667h-228.267v42.667zM187.733 392.533h462.933v-42.667h-462.933v42.667z" />
64
+ <glyph unicode="&#xe936;" glyph-name="tabs5" d="M963.881 46.988h-903.763c-29.504 0-53.512 24.008-53.512 53.512v694.999c0 29.504 24.008 53.512 53.512 53.512h903.763c29.504 0 53.512-24.008 53.512-53.512v-694.999c0-29.504-24.008-53.512-53.512-53.512zM60.119 821.265c-14.204 0-25.765-11.561-25.765-25.765v-694.999c0-14.204 11.561-25.765 25.765-25.765h903.763c14.204 0 25.765 11.561 25.765 25.765v694.999c0 14.204-11.561 25.765-25.765 25.765h-903.763zM1003.52 697.724h-223.516c-7.663 0-13.874 6.21-13.874 13.874v123.541c0 7.663 6.21 13.874 13.874 13.874h183.877c29.504 0 53.512-24.008 53.512-53.512v-83.902c0-7.663-6.21-13.874-13.874-13.874zM793.877 725.471h195.769v70.028c0 14.204-11.561 25.765-25.765 25.765h-170.004v-95.794zM780.004 697.724h-223.516c-7.663 0-13.874 6.21-13.874 13.874v123.541c0 7.663 6.21 13.874 13.874 13.874h223.516c7.663 0 13.874-6.21 13.874-13.874v-123.541c0-7.663-6.217-13.874-13.874-13.874zM570.355 725.471h195.769v95.794h-195.769v-95.794zM556.481 697.724h-223.516c-7.663 0-13.874 6.21-13.874 13.874v123.541c0 7.663 6.21 13.874 13.874 13.874h223.516c7.663 0 13.874-6.21 13.874-13.874v-123.541c0-7.663-6.21-13.874-13.874-13.874zM346.839 725.471h195.769v95.794h-195.769v-95.794zM502.090 372.356h-385.777c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h385.777c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM907.687 372.356h-338.211c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h338.211c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM362.034 265.761h-245.72c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h245.72c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM907.687 265.761h-487.516c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h487.516c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM648.754 159.166h-532.44c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h532.44c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM907.687 159.166h-200.796c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h200.796c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM502.090 585.546h-385.777c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h385.777c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM907.687 585.546h-338.211c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h338.211c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM362.034 478.951h-245.72c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h245.72c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM907.687 478.951h-487.516c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h487.516c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874zM243.659 752.637h-133.873c-7.663 0-13.874 6.21-13.874 13.874s6.21 13.874 13.874 13.874h133.873c7.663 0 13.874-6.21 13.874-13.874s-6.21-13.874-13.874-13.874z" />
65
+ <glyph unicode="&#xe937;" glyph-name="tabs2" d="M972.8 29.884c0 0-921.6 0-921.6 0-28.228 0-51.2 22.972-51.2 51.2 0 0 0 716.817 0 716.817 0 28.228 22.972 51.2 51.2 51.2 0 0 921.6 0 921.6 0 28.228 0 51.2-22.972 51.2-51.2 0 0 0-716.817 0-716.817 0-28.228-22.972-51.2-51.2-51.2zM580.267 814.967c0 0-170.667 0-170.667 0s0-102.4 0-102.4c0 0 170.667 0 170.667 0s0 102.4 0 102.4zM785.067 814.967c0 0-170.667 0-170.667 0s0-102.4 0-102.4c0 0 170.667 0 170.667 0s0 102.4 0 102.4zM989.867 797.901c0 9.421-7.663 17.067-17.067 17.067 0 0-153.6 0-153.6 0s0-102.4 0-102.4c0 0 170.667 0 170.667 0s0 85.333 0 85.333zM989.867 678.434c0 0-597.333 0-597.333 0-9.421 0-17.067 7.629-17.067 17.067 0 0 0 119.467 0 119.467s-324.267 0-324.267 0c-9.404 0-17.067-7.646-17.067-17.067 0 0 0-716.817 0-716.817 0-9.421 7.663-17.067 17.067-17.067 0 0 921.6 0 921.6 0 9.404 0 17.067 7.646 17.067 17.067 0 0 0 597.35 0 597.35zM290.133 746.701c0 0-170.667 0-170.667 0-9.421 0-17.067 7.629-17.067 17.067s7.646 17.067 17.067 17.067c0 0 170.667 0 170.667 0 9.421 0 17.067-7.629 17.067-17.067s-7.646-17.067-17.067-17.067z" />
66
+ <glyph unicode="&#xe938;" glyph-name="faq" d="M16 864v-832h992v832h-992zM976 832v-96h-928v96h928zM48 64v640h928v-640h-928zM80 800h32v-32h-32v32zM144 800h32v-32h-32v32zM208 800h32v-32h-32v32zM704 576c-58.816 0-115.472-21.952-159.232-60.864-34.384 93.536-123.184 156.864-224.768 156.864-132.336 0-240-107.664-240-240s107.664-240 240-240c58.816 0 115.472 21.952 159.232 60.864 34.384-93.536 123.184-156.864 224.768-156.864 132.336 0 240 107.664 240 240s-107.664 240-240 240zM320 224c-114.688 0-208 93.312-208 208s93.312 208 208 208c96 0 178.992-65.168 201.808-158.48 4.112-16.8 6.192-33.456 6.192-49.52 0-51.072-18.912-100.304-53.264-138.624v0c-39.52-44.096-95.936-69.376-154.736-69.376zM704 128c-93.28 0-174.272 61.536-199.728 150.624 36 43.168 55.728 97.296 55.728 153.376 0 15.872-1.744 32.192-5.168 48.592 39.152 40.4 93.072 63.408 149.168 63.408 114.688 0 208-93.312 208-208s-93.312-208-208-208zM320 592c-52.944 0-96-43.056-96-96v-96c0-52.944 43.056-96 96-96 12.624 0 24.672 2.512 35.728 6.96 9.088-14.16 20.928-26.64 35.392-36.272l17.744 26.624c-10.544 7.040-19.232 16.096-25.92 26.384 20.208 17.616 33.056 43.456 33.056 72.304v96c0 52.944-43.056 96-96 96zM384 400c0-15.056-5.44-28.736-14.176-39.68-1.088 5.68-1.824 11.456-1.824 17.36v6.32h-32v-6.32c0-12.96 2.224-25.536 6.048-37.536-6.912-2.544-14.272-4.144-22.048-4.144-35.296 0-64 28.704-64 64v96c0 35.296 28.704 64 64 64s64-28.704 64-64v-96zM731.76 480h-55.536l-54.992-176h-29.232v-32h19.232l-18.512-59.232 30.544-9.536 21.504 68.768h118.48l21.488-68.768 30.544 9.536-18.512 59.232h19.232v32h-29.232l-55.008 176zM654.768 304l45.008 144h8.464l45.008-144h-98.48z" />
67
+ <glyph unicode="&#xe939;" glyph-name="youtube-grid" d="M803.84 893.44h-583.68c-73.485-0.087-133.033-59.635-133.12-133.112v-604.168c0.095-84.792 68.807-153.504 153.591-153.6h542.729c84.792 0.095 153.504 68.807 153.6 153.591v604.169c-0.088 73.485-59.635 133.032-133.112 133.12h-0.008zM220.16 832h583.68c39.568-0.049 71.631-32.112 71.68-71.675v-522.815c-0.057-45.952-37.297-83.188-83.245-83.24h-560.545c-45.953 0.052-83.192 37.287-83.25 83.234v522.816c0.049 39.568 32.112 71.631 71.675 71.68h0.005zM783.36 64h-542.72c-50.875 0.057-92.103 41.284-92.16 92.154v3.781c20.791-22.395 50.387-36.368 83.247-36.385h560.543c32.863 0.017 62.459 13.99 83.184 36.313l0.066 0.072v-3.775c-0.057-50.875-41.284-92.103-92.154-92.16h-0.006zM512.681 563.844c0.462-0.021 1.005-0.033 1.55-0.033 11.942 0 22.522 5.829 29.051 14.798l0.071 0.103c5.221 8.419 8.316 18.631 8.316 29.567 0 1.588-0.065 3.161-0.193 4.716l0.014-0.204v50.736c0.115 1.355 0.18 2.932 0.18 4.524 0 10.96-3.094 21.197-8.457 29.886l0.141-0.245c-7.194 9.088-18.226 14.867-30.607 14.867s-23.413-5.778-30.545-14.786l-0.062-0.081c-5.277-8.418-8.406-18.649-8.406-29.61 0-1.603 0.067-3.19 0.198-4.759l-0.014 0.205v-50.736c-0.117-1.36-0.184-2.943-0.184-4.541 0-10.937 3.13-21.143 8.543-29.771l-0.137 0.234c6.571-9.068 17.129-14.899 29.048-14.899 0.526 0 1.049 0.011 1.569 0.034l-0.074-0.003zM500.158 668.808c0 13.41 4.056 20.107 12.524 20.107 8.47 0 12.524-6.697 12.524-20.107v-61.002c0-13.414-4.056-20.064-12.524-20.064s-12.524 6.651-12.524 20.064v61.002zM592.342 563.844c12.478 1.404 23.166 8.061 29.943 17.674l0.089 0.133v-15.804h26.241v144.964h-26.241v-110.8c-3.296-6.385-9.312-10.97-16.474-12.248l-0.139-0.021c-0.049-0.001-0.106-0.002-0.164-0.002-3.241 0-5.88 2.582-5.971 5.801v0.008q-0.004 0.164 0 0.327c-0.268 2.135-0.421 4.607-0.421 7.113 0 1.094 0.029 2.181 0.087 3.261l-0.006-0.151v106.711h-26.199v-114.634c-0.036-0.852-0.056-1.852-0.056-2.857 0-6.649 0.891-13.090 2.561-19.209l-0.119 0.511c2.224-6.375 8.184-10.866 15.193-10.866 0.59 0 1.173 0.032 1.747 0.094l-0.071-0.006zM409.507 644.654v-78.808h29.138v78.808l35.016 115.699h-29.436l-19.851-76.38-20.746 76.38h-30.629c6.137-18.042 12.558-36.139 18.701-54.186 6.338-16.634 12.467-37.211 17.203-58.314l0.603-3.199zM350.976 248.27c38.624-3.888 83.474-6.106 128.842-6.106 7.886 0 15.756 0.067 23.609 0.2l-1.182-0.016h19.51c6.672-0.118 14.542-0.185 22.427-0.185 45.368 0 90.218 2.218 134.448 6.55l-5.606-0.444c23.057 2.904 41.455 19.878 46.449 41.937l0.069 0.364c4.957 25.201 7.794 54.177 7.794 83.815 0 5.775-0.108 11.524-0.321 17.246l0.024-0.826v1.406c0.212 5.222 0.333 11.351 0.333 17.509 0 29.747-2.819 58.836-8.204 87.015l0.458-2.882c-5.045 22.419-23.429 39.394-46.207 42.273l-0.268 0.028c-38.734 3.911-83.709 6.141-129.205 6.141-7.713 0-15.412-0.064-23.095-0.192l1.158 0.015h-19.851c-6.53 0.113-14.235 0.177-21.955 0.177-45.49 0-90.459-2.23-134.803-6.588l5.617 0.447c-23.046-2.907-41.431-19.882-46.407-41.937l-0.069-0.363c-5.016-25.526-7.887-54.876-7.887-84.897 0-5.888 0.11-11.751 0.329-17.586l-0.025 0.842v-2.428c-0.18-4.751-0.282-10.331-0.282-15.934 0-29.451 2.832-58.24 8.237-86.11l-0.457 2.832c5.064-22.424 23.461-39.397 46.25-42.274l0.268-0.028zM617.177 392.809c-0.124 1.393-0.194 3.013-0.194 4.65 0 10.776 3.053 20.838 8.34 29.37l-0.138-0.239c6.806 8.986 17.483 14.731 29.502 14.731 0.561 0 1.119-0.013 1.673-0.037l-0.078 0.003c0.47 0.022 1.021 0.034 1.575 0.034 11.91 0 22.476-5.754 29.069-14.634l0.069-0.097c5.143-8.339 8.19-18.446 8.19-29.264 0-1.59-0.066-3.165-0.195-4.722l0.014 0.204v-29.691h-51.971v-25.432c0-13.276 4.319-19.936 13.249-19.936 0.141-0.006 0.307-0.010 0.474-0.010 5.926 0 10.779 4.591 11.196 10.411l0.002 0.036c0.375 4.245 0.589 9.185 0.589 14.174 0 1.217-0.013 2.431-0.038 3.642l0.003-0.181h26.497v-3.834c0-8.36-0.31-14.149-0.554-16.741-0.856-5.885-2.996-11.148-6.129-15.67l0.080 0.121c-6.572-9.471-17.391-15.594-29.64-15.594-0.633 0-1.261 0.016-1.886 0.049l0.087-0.004c-0.537-0.028-1.166-0.043-1.799-0.043-12.075 0-22.809 5.745-29.616 14.65l-0.066 0.090c-5.315 8.349-8.471 18.524-8.471 29.436 0 1.499 0.060 2.985 0.177 4.454l-0.012-0.194v50.267zM520.69 488.614h25.986v-62.876c5.973 8.832 15.66 14.762 26.769 15.542l0.111 0.006c0.196 0.007 0.427 0.011 0.659 0.011 9.809 0 18.012-6.871 20.061-16.062l0.026-0.137c1.733-7.355 2.727-15.799 2.727-24.476 0-1.535-0.031-3.062-0.093-4.581l0.007 0.218v-57.082c0.045-1.209 0.071-2.63 0.071-4.056 0-8.813-0.988-17.395-2.86-25.642l0.148 0.773c-2.109-9.286-10.293-16.114-20.071-16.114-0.237 0-0.473 0.004-0.709 0.012l0.034-0.001c-11.26 0.882-20.948 6.914-26.799 15.717l-0.081 0.13v-13.887h-25.986v192.505zM423.479 439.54h25.943v-105.603c-0.039-0.922-0.062-2.004-0.062-3.090 0-2.466 0.115-4.906 0.341-7.313l-0.023 0.308c-0.001-0.030-0.001-0.066-0.001-0.102 0-3.25 2.606-5.891 5.843-5.948h0.005q0.123-0.002 0.245 0.001c7.225 1.26 13.184 5.787 16.383 11.971l0.060 0.127v109.65h25.986v-143.432h-25.986v15.635c-6.774-9.648-17.35-16.233-29.505-17.577l-0.187-0.017c-0.504-0.056-1.088-0.088-1.679-0.088-6.95 0-12.864 4.433-15.070 10.626l-0.035 0.112c-1.473 5.491-2.319 11.795-2.319 18.297 0 1.056 0.022 2.107 0.066 3.152l-0.005-0.149v113.442zM329.037 488.614h90.651v-27.093h-31.14v-165.412h-28.925v165.412h-30.586v27.093zM570.957 337.089v61.258c0 12.959-3.834 19.553-11.331 19.553-5.175-0.301-9.744-2.67-12.932-6.285l-0.018-0.020v-87.413c3.188-3.676 7.761-6.078 12.898-6.387l0.052-0.002c7.497 0 11.331 6.339 11.331 19.297zM669.020 398.006q0.003 19.902-12.908 19.894c-8.693 0-13.078-6.628-13.078-19.894v-13.248h25.986v13.248z" />
68
+ <glyph unicode="&#xe93a;" glyph-name="vimeo-grid" d="M-0.064 9.36v877.28l1024.128-438.64-1024.128-438.64zM31.936 838.112v-780.224l910.848 390.112-910.848 390.112zM175.488 474.304c0 0 31.104 24.448 41.472 12.224s49.936-159.76 63.168-186.96c11.536-23.872 43.344-55.424 78.224-32.88 34.864 22.528 150.8 121.2 171.552 237.696 20.752 116.48-139.52 92.080-156.48-9.408 42.432 25.392 65.072-10.304 43.376-50.736-21.68-40.384-41.472-66.72-51.84-66.72-10.352 0-18.32 27.024-30.16 74.272-12.256 48.832-12.192 136.8-63.136 126.816-48.064-9.408-111.216-84.576-111.216-84.576l15.040-19.728z" />
69
+ <glyph unicode="&#xe93b;" glyph-name="carousel" d="M757.76 939.52h-491.52v-983.040h491.52v983.040zM716.8-2.56h-409.6v901.12h409.6v-901.12zM1003.52 878.080h-204.8v-860.16h204.8v860.16zM962.56 58.88h-122.88v778.24h122.88v-778.24zM225.28 878.080h-204.8v-860.16h204.8v860.16zM184.32 58.88h-122.88v778.24h122.88v-778.24z" />
70
+ <glyph unicode="&#xe93c;" glyph-name="slider7" d="M153.6 755.2v-614.4h716.8v614.4h-716.8zM204.8 704h614.4v-512h-614.4v512zM0 652.8v-409.6h102.4v51.2h-51.2v307.2h51.2v51.2h-102.4zM921.6 652.8v-51.2h51.2v-307.2h-51.2v-51.2h102.4v409.6h-102.4z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="slider3" d="M0 857.6v-716.8h1024v716.8h-1024zM51.2 806.4h921.6v-614.4h-921.6v614.4zM256 38.4v-51.2h102.4v51.2h-102.4zM460.8 38.4v-51.2h102.4v51.2h-102.4zM665.6 38.4v-51.2h102.4v51.2h-102.4z" />
72
+ <glyph unicode="&#xe93e;" glyph-name="slider6" d="M0 806.4v-51.2h51.2v-512h-51.2v-51.2h102.4v614.4h-102.4zM153.6 806.4v-614.4h716.8v614.4h-716.8zM921.6 806.4v-614.4h102.4v51.2h-51.2v512h51.2v51.2h-102.4zM204.8 755.2h614.4v-512h-614.4v512zM256 89.6v-51.2h102.4v51.2h-102.4zM460.8 89.6v-51.2h102.4v51.2h-102.4zM665.6 89.6v-51.2h102.4v51.2h-102.4z" />
73
+ <glyph unicode="&#xe93f;" glyph-name="slider4" d="M102.4 755.2v-614.4h819.2v614.4h-819.2zM153.6 704h716.8v-512h-716.8v512zM0 652.8v-409.6h51.2v409.6h-51.2zM972.8 652.8v-409.6h51.2v409.6h-51.2z" />
74
+ <glyph unicode="&#xe940;" glyph-name="testimonials3" d="M651.435 54.357c-123.605 49.237-182.357 105.941-193.365 134.059v28.715c24.533 28.075 43.691 64.512 55.893 106.155 15.317 13.525 25.6 32.64 28.501 53.504 2.987 21.504-1.792 42.795-13.611 60.757v83.712c0 113.707-68.267 178.859-187.264 178.859-117.291 0-187.307-66.859-187.307-178.859v-83.755c-11.776-17.92-16.597-39.168-13.568-60.672 2.901-20.864 13.141-40.021 28.459-53.547 12.203-41.685 31.36-78.080 55.893-106.155v-28.715c-10.965-28.075-69.717-84.693-193.323-134.059-18.901-7.552-31.147-25.899-31.147-46.763v-42.624c0-11.776 9.557-21.333 21.333-21.333s21.333 9.557 21.333 21.333v42.624c0 3.2 1.707 6.101 4.309 7.083 117.248 46.848 203.349 111.147 219.264 164.011 0.597 2.005 0.896 4.096 0.896 6.187v40.491c0 5.461-2.091 10.709-5.845 14.677-23.851 25.173-42.325 60.117-53.419 101.163-1.28 4.693-4.096 8.832-8.064 11.648-9.387 6.827-15.744 17.707-17.451 29.824-1.749 12.501 1.621 24.875 9.429 34.731 2.987 3.755 4.565 8.405 4.565 13.227v90.624c0 87.851 51.371 136.192 144.64 136.192 95.957 0 144.597-45.824 144.597-136.192v-90.581c0-4.779 1.621-9.429 4.565-13.227 7.851-9.941 11.179-22.315 9.429-34.816-1.707-12.117-8.021-22.955-17.451-29.739-3.968-2.859-6.827-6.997-8.064-11.691-11.093-41.003-29.568-75.989-53.419-101.163-3.755-3.968-5.845-9.216-5.845-14.677v-40.491c0-2.091 0.299-4.181 0.896-6.187 16-52.864 102.101-117.248 219.349-164.011 2.517-0.981 4.224-3.925 4.224-7.083v-42.624c0-11.776 9.557-21.333 21.333-21.333s21.333 9.557 21.333 21.333v42.624c0 20.565-12.544 39.424-31.104 46.763zM808.491 956.245h-192.939c-102.784 0-190.549-79.445-208.683-188.971-1.963-11.605 5.931-22.571 17.536-24.491 11.477-2.091 22.571 5.931 24.533 17.579 14.72 88.789 84.779 153.259 166.613 153.259h192.939c93.355 0 169.344-83.968 169.344-187.136 0-91.051-58.837-168.533-139.861-184.277-3.541-0.683-6.869-2.304-9.685-4.608l-145.749-123.008v97.707c0 11.776-9.557 21.333-21.333 21.333h-51.2c-11.776 0-21.333-9.557-21.333-21.333s9.557-21.333 21.333-21.333h29.867v-122.283c0-8.277 4.821-15.829 12.331-19.328 2.859-1.323 5.973-2.005 9.003-2.005 4.949 0 9.813 1.707 13.739 5.035l176.725 149.12c98.176 21.973 168.832 115.627 168.832 224.981 0 126.677-95.104 229.76-212.011 229.76zM579.115 746.667h248.149c11.776 0 21.333 9.557 21.333 21.333s-9.515 21.333-21.291 21.333h-248.149c-11.776 0-21.333-9.557-21.333-21.333s9.515-21.333 21.291-21.333zM579.115 661.333h124.075c11.776 0 21.333 9.557 21.333 21.333s-9.515 21.333-21.333 21.333h-124.075c-11.776 0-21.333-9.557-21.333-21.333s9.557-21.333 21.333-21.333z" />
75
+ <glyph unicode="&#xe941;" glyph-name="testimonials1" d="M648.533 772.267c0 9.421 7.629 17.067 17.067 17.067h136.533c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-136.533c-9.438 0-17.067 7.646-17.067 17.067v0zM597.333 789.333h-409.6c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h409.6c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM187.733 652.8h204.8c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-204.8c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067v0zM597.333 652.8c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-136.533c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h136.533zM665.6 652.8h170.667c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-170.667c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067v0zM107.401 425.933c-6.673-6.673-6.673-17.459 0-24.132l85.333-85.333c3.328-3.328 7.697-5.001 12.066-5.001s8.738 1.673 12.066 5.001l63.266 63.266h95.317c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-102.383c-4.54 0-8.875-1.792-12.066-5.001l-56.201-56.201-73.267 73.267c-6.673 6.673-17.459 6.673-24.132 0v0zM938.667 960h-853.333c-47.053 0-85.333-38.281-85.333-85.333v-409.6c0-38.707 26.112-72.619 63.505-82.5 9.097-2.372 18.466 3.021 20.855 12.134 2.423 9.114-3.021 18.449-12.134 20.855-22.426 5.922-38.093 26.283-38.093 49.51v409.6c0 28.228 22.972 51.2 51.2 51.2h853.333c28.228 0 51.2-22.972 51.2-51.2v-409.6c0-28.228-22.972-51.2-51.2-51.2h-51.2c-4.54 0-8.875-1.792-12.066-5.001l-56.201-56.201-73.267 73.267c-6.673 6.673-17.459 6.673-24.132 0s-6.673-17.459 0-24.132l85.333-85.333c3.328-3.328 7.697-5.001 12.066-5.001s8.738 1.673 12.066 5.001l63.266 63.266h44.134c47.053 0 85.333 38.281 85.333 85.333v409.6c0 47.053-38.281 85.333-85.333 85.333v0zM682.65 413.867h-102.383c-4.54 0-8.875-1.792-12.066-5.001l-56.201-56.201-73.267 73.267c-6.673 6.673-17.459 6.673-24.132 0s-6.673-17.459 0-24.132l85.333-85.333c3.328-3.328 7.697-5.001 12.066-5.001s8.738 1.673 12.066 5.001l63.266 63.266h95.317c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM307.2 140.8v-34.133c0-12.868-7.168-24.115-17.715-29.918-3.26-32.802-17.527-61.679-18.227-63.044-15.462-30.942-38.844-77.705-117.658-77.705s-102.195 46.763-117.675 77.705c-0.683 1.365-14.95 30.242-18.21 63.044-10.547 5.803-17.715 17.050-17.715 29.918v34.133c0 12.612 6.861 23.637 17.067 29.542v4.591c0 56.474 45.926 102.4 102.4 102.4h68.267c56.474 0 102.4-45.926 102.4-102.4v-4.591c10.206-5.905 17.067-16.93 17.067-29.542v0zM273.067 140.8c-9.438 0-17.067 7.646-17.067 17.067v17.067c0 37.649-30.618 68.267-68.267 68.267h-68.267c-37.649 0-68.267-30.618-68.267-68.267v-17.067c0-9.421-7.629-17.067-17.067-17.067v-34.133c9.438 0 17.067-7.646 17.067-17.067 0-29.525 15.121-60.348 15.275-60.655 17.749-35.516 33.417-58.812 87.125-58.812s69.376 23.296 87.125 58.829c0.154 0.29 15.275 31.113 15.275 60.638 0 9.421 7.629 17.067 17.067 17.067v34.133zM204.8 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM119.467 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM1024 140.8v-34.133c0-12.868-7.168-24.115-17.715-29.918-3.26-32.802-17.527-61.679-18.227-63.044-15.462-30.942-38.844-77.705-117.658-77.705s-102.195 46.763-117.675 77.705c-0.683 1.365-14.95 30.242-18.21 63.044-10.547 5.803-17.715 17.050-17.715 29.918v34.133c0 12.612 6.861 23.637 17.067 29.542v4.591c0 56.474 45.926 102.4 102.4 102.4h68.267c56.474 0 102.4-45.926 102.4-102.4v-4.591c10.206-5.905 17.067-16.93 17.067-29.542v0zM989.867 140.8c-9.438 0-17.067 7.646-17.067 17.067v17.067c0 37.649-30.618 68.267-68.267 68.267h-68.267c-37.649 0-68.267-30.618-68.267-68.267v-17.067c0-9.421-7.629-17.067-17.067-17.067v-34.133c9.438 0 17.067-7.646 17.067-17.067 0-29.525 15.121-60.348 15.275-60.655 17.749-35.516 33.417-58.812 87.125-58.812s69.376 23.296 87.125 58.829c0.154 0.29 15.275 31.113 15.275 60.638 0 9.421 7.629 17.067 17.067 17.067v34.133zM921.6 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM836.267 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM665.6 140.8v-34.133c0-12.868-7.168-24.115-17.715-29.918-3.26-32.802-17.527-61.679-18.227-63.044-15.462-30.942-38.844-77.705-117.658-77.705s-102.195 46.763-117.675 77.705c-0.683 1.365-14.95 30.242-18.21 63.044-10.547 5.803-17.715 17.050-17.715 29.918v34.133c0 12.612 6.861 23.637 17.067 29.542v4.591c0 56.474 45.926 102.4 102.4 102.4h68.267c56.474 0 102.4-45.926 102.4-102.4v-4.591c10.206-5.905 17.067-16.93 17.067-29.542v0zM631.467 140.8c-9.438 0-17.067 7.646-17.067 17.067v17.067c0 37.649-30.618 68.267-68.267 68.267h-68.267c-37.649 0-68.267-30.618-68.267-68.267v-17.067c0-9.421-7.629-17.067-17.067-17.067v-34.133c9.438 0 17.067-7.646 17.067-17.067 0-29.525 15.121-60.348 15.275-60.655 17.749-35.516 33.417-58.812 87.125-58.812s69.376 23.296 87.125 58.829c0.154 0.29 15.275 31.113 15.275 60.638 0 9.421 7.629 17.067 17.067 17.067v34.133zM563.2 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM477.867 140.8h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067v0zM187.733 550.4h170.667c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-170.667c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067v0zM409.6 567.467c0-9.421 7.629-17.067 17.067-17.067h290.133c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-290.133c-9.438 0-17.067-7.646-17.067-17.067v0z" />
76
+ <glyph unicode="&#xe942;" glyph-name="clients" d="M494.933 311.467c-9.438 0-17.067-7.646-17.067-17.067v-273.067c0-9.421 7.629-17.067 17.067-17.067s17.067 7.646 17.067 17.067v273.067c0 9.421-7.629 17.067-17.067 17.067v0zM819.2 670.925c-21.999 2.338-60.126 9.813-84.036 33.724-15.155-19.388-35.789-28.911-52.497-32.7v-53.282c0-46.387 30.447-102.4 68.267-102.4s68.267 56.013 68.267 102.4v52.258zM836.267 704c9.438 0 17.067-7.646 17.067-17.067v-68.267c0-57.003-38.946-136.533-102.4-136.533s-102.4 79.531-102.4 136.533v68.267c0 9.421 7.629 17.067 17.067 17.067 1.485 0.017 39.253 1.041 52.087 39.526 2.321 6.98 8.823 11.674 16.179 11.674s13.875-4.693 16.179-11.674c12.834-38.451 85.487-39.526 86.221-39.526v0zM733.867 823.467h34.133c44.919 0 99.499-46.114 102.451-86.647l17.067-221.867c0.683-8.943 8.158-15.753 16.998-15.753 0.427 0 0.887 0.017 1.331 0.051 9.387 0.717 16.418 8.926 15.701 18.33l-17.067 221.798c-4.557 62.549-80.111 118.221-136.482 118.221h-34.133c-62.123 0-130.987-59.494-136.482-118.153l-17.067-221.867c-0.717-9.404 6.315-17.613 15.701-18.33 9.574-0.614 17.613 6.315 18.33 15.701l17.050 221.594c3.806 40.619 58.385 86.921 102.468 86.921v0zM905.66 311.467h-0.068c-9.387 0-17.033-7.595-17.067-16.998l-1.058-273.067c-0.034-9.421 7.561-17.101 16.998-17.135h0.068c9.404 0 17.033 7.595 17.067 16.998l1.058 273.067c0.034 9.421-7.561 17.101-16.998 17.135v0zM982.153 430.916c-33.451 33.382-83.695 51.012-145.374 51.012-9.557-0.188-17.527-7.458-17.579-17.015-0.017-3.482-1.195-85.18-68.267-85.18s-68.25 81.681-68.267 85.163c-0.017 9.404-7.646 17.015-17.067 17.015-9.438 0-17.067-7.629-17.067-17.067 0-38.161 18.432-107.674 85.333-117.862v-86.716c0-9.421 7.629-17.067 17.067-17.067s17.067 7.646 17.067 17.067v86.733c57.6 8.789 79.292 61.491 84.19 100.369 45.261-2.543 81.63-16.435 105.847-40.619 20.531-20.497 31.829-48.265 31.829-78.217v-273.067c0-9.421 7.629-17.067 17.067-17.067s17.067 7.646 17.067 17.067v273.067c0 39.083-14.865 75.435-41.847 102.383v0zM256 721.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067v0zM341.333 721.067h17.067c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-17.067c-9.438 0-17.067-7.646-17.067-17.067s7.629-17.067 17.067-17.067v0zM187.733 721.067c9.438 0 17.067-7.646 17.067-17.067 0-29.525 15.121-60.348 15.292-60.655 17.749-35.516 33.417-58.812 87.108-58.812s69.359 23.296 87.125 58.829c0.154 0.29 15.275 31.113 15.275 60.638 0 9.421 7.629 17.067 17.067 17.067v34.133c-9.438 0-17.067 7.646-17.067 17.067v17.067c0 37.649-30.618 68.267-68.267 68.267h-68.267c-37.649 0-68.267-30.618-68.267-68.267v-17.067c0-9.421-7.629-17.067-17.067-17.067v-34.133zM153.6 721.067v34.133c0 12.612 6.861 23.637 17.067 29.542v4.591c0 56.474 45.926 102.4 102.4 102.4h68.267c56.474 0 102.4-45.926 102.4-102.4v-4.591c10.206-5.905 17.067-16.93 17.067-29.542v-34.133c0-12.868-7.168-24.115-17.715-29.918-3.26-32.802-17.527-61.679-18.21-63.044-15.479-30.942-38.861-77.705-117.675-77.705s-102.195 46.763-117.675 77.705c-0.683 1.365-14.95 30.242-18.21 63.044-10.547 5.803-17.715 17.050-17.715 29.918v0zM119.467 311.467c-9.438 0-17.067-7.646-17.067-17.067v-273.067c0-9.421 7.629-17.067 17.067-17.067s17.067 7.646 17.067 17.067v273.067c0 9.421-7.629 17.067-17.067 17.067v0zM307.2 311.467c9.438 0 17.067 7.646 17.067 17.067v124.211c10.155 5.922 17.067 16.811 17.067 29.389 0 18.825-15.309 34.133-34.133 34.133s-34.133-15.309-34.133-34.133c0-12.578 6.912-23.467 17.067-29.389v-124.211c0-9.421 7.629-17.067 17.067-17.067v0zM586.889 461.961c18.244-18.227 27.511-40.158 27.511-65.161v-341.333c0-9.421-7.629-17.067-17.067-17.067s-17.067 7.646-17.067 17.067v341.333c0 15.838-5.734 29.252-17.493 41.011-26.59 26.522-83.132 42.325-156.382 43.964l-82.449-395.418c0-0.034-0.017-0.068-0.017-0.102l-0.017-0.137c-0.119-0.563-0.495-1.007-0.666-1.536-0.495-1.57-0.99-3.14-1.911-4.489-0.649-0.973-1.587-1.673-2.406-2.475-0.734-0.717-1.331-1.553-2.185-2.133-1.365-0.922-2.953-1.451-4.54-1.946-0.529-0.171-0.956-0.529-1.519-0.649h-0.068c-1.092-0.222-2.27-0.017-3.396-0.017s-2.304-0.205-3.379 0.017h-0.119c-0.853 0.171-1.502 0.7-2.287 0.99-1.28 0.461-2.594 0.819-3.721 1.57-1.007 0.683-1.724 1.655-2.577 2.509-0.683 0.717-1.502 1.297-2.048 2.133-0.939 1.382-1.468 2.97-1.963 4.574-0.154 0.512-0.512 0.922-0.631 1.451l-0.017 0.137c0 0.034-0.017 0.068-0.017 0.102l-82.449 395.418c-73.233-1.638-129.792-17.425-156.382-43.964-11.759-11.759-17.493-25.173-17.493-41.011v-341.333c0-9.421-7.629-17.067-17.067-17.067s-17.067 7.646-17.067 17.067v341.333c0 25.003 9.267 46.933 27.511 65.161 34.97 34.884 103.561 54.084 193.212 54.084 8.209-0.017 16.128-5.291 17.852-13.585l68.625-329.267 68.625 329.267c1.707 8.294 9.37 13.722 17.818 13.585 89.685 0 158.276-19.183 193.246-54.084v0z" />
77
+ <glyph unicode="&#xe943;" glyph-name="gallery-carousel" d="M789.333 106.667h-554.667c-47.063 0-85.333 38.281-85.333 85.333v512c0 47.052 38.271 85.333 85.333 85.333h554.667c47.063 0 85.333-38.281 85.333-85.333v-512c0-47.052-38.271-85.333-85.333-85.333zM234.667 746.667c-23.521 0-42.667-19.135-42.667-42.667v-512c0-23.531 19.146-42.667 42.667-42.667h554.667c23.521 0 42.667 19.135 42.667 42.667v512c0 23.531-19.146 42.667-42.667 42.667h-554.667zM959.958 114.948c-4.521 0-9.083 0.719-13.458 2.188l-35.917 11.958c-11.167 3.729-17.208 15.802-13.479 26.979s15.688 17.25 26.979 13.5l35.917-11.969v580.802l-35.917-11.979c-11.292-3.75-23.25 2.323-26.979 13.5s2.312 23.25 13.479 26.979l35.917 11.969c12.979 4.365 27.312 2.156 38.437-5.854 11.104-8 17.729-20.938 17.729-34.615v-580.813c0-13.677-6.625-26.615-17.729-34.615-7.354-5.292-16.125-8.031-24.979-8.031zM64.042 114.937c-8.854 0-17.625 2.75-24.979 8.042-11.104 8-17.729 20.937-17.729 34.615v580.813c0 13.677 6.625 26.615 17.729 34.615 11.104 8.010 25.458 10.219 38.437 5.844l35.917-11.958c11.167-3.729 17.208-15.802 13.479-26.979s-15.688-17.25-26.979-13.5l-35.917 11.969v-580.802l35.917 11.979c11.292 3.75 23.25-2.323 26.979-13.5s-2.312-23.25-13.479-26.979l-35.917-11.969c-4.396-1.469-8.937-2.187-13.458-2.187zM378.667 453.323c-58.812 0-106.667 47.854-106.667 106.667s47.854 106.667 106.667 106.667 106.667-47.854 106.667-106.667-47.854-106.667-106.667-106.667zM378.667 623.99c-35.292 0-64-28.708-64-64s28.708-64 64-64 64 28.708 64 64-28.708 64-64 64zM312.771 265.948c-5.542 0-11.083 2.146-15.25 6.417-8.25 8.427-8.083 21.937 0.333 30.167 4.333 4.229 83 85.427 134.812 138.969 7.5 7.75 19.542 8.688 28.125 2.229l69.354-52 115 134.156c7.479 8.698 20.521 9.958 29.521 2.771l106.667-85.333c9.188-7.354 10.688-20.781 3.333-29.979-7.354-9.208-20.771-10.719-30-3.333l-90.563 72.448-114.583-133.677c-7.271-8.521-20-9.948-28.979-3.177l-70.292 52.708c-34.042-35.156-117.417-121.25-122.563-126.281-4.146-4.063-9.542-6.083-14.917-6.083z" />
78
+ <glyph unicode="&#xe944;" glyph-name="services" d="M319.552 596.821h-153.515v153.515h153.515v-153.515zM208.704 639.488h68.181v68.181h-68.181v-68.181zM319.552 371.243h-153.515v153.515h153.515v-153.515zM208.704 413.909h68.181v68.181h-68.181v-68.181zM319.552 145.664h-153.515v153.493h153.515v-153.493zM208.704 188.331h68.181v68.16h-68.181v-68.16zM853.312-64h-682.624c-94.101 0-170.667 76.565-170.667 170.667v682.667c0 94.101 76.565 170.667 170.667 170.667h682.624c94.101 0 170.667-76.565 170.667-170.667v-682.667c0-94.101-76.565-170.667-170.667-170.667zM170.688 917.333c-70.592 0-128-57.408-128-128v-682.667c0-70.592 57.408-128 128-128h682.624c70.592 0 128 57.408 128 128v682.667c0 70.592-57.408 128-128 128h-682.624zM424.256 694.912h430.101v-42.667h-430.101v42.667zM424.256 469.333h430.101v-42.667h-430.101v42.667zM424.256 243.776h430.101v-42.667h-430.101v42.667z" />
79
+ <glyph unicode="&#xe945;" glyph-name="testimonials" d="M935.573 199.317c-5.803 0-11.52 2.389-15.637 6.827l-167.317 180.352h-346.475c-51.669 0-93.696 41.771-93.696 93.12v387.243c0 51.371 42.027 93.141 93.696 93.141h524.139c51.669 0 93.717-41.771 93.717-93.141v-387.243c0-41.515-28.203-77.376-67.093-88.896v-170.069c0-8.768-5.376-16.64-13.547-19.861-2.496-1.003-5.141-1.472-7.787-1.472zM406.144 917.333c-28.139 0-51.029-22.656-51.029-50.475v-387.243c0-27.819 22.891-50.453 51.029-50.453h355.797c5.931 0 11.605-2.475 15.637-6.827l136.661-147.307v133.355c0 11.157 8.619 20.459 19.776 21.269 26.517 1.941 47.317 23.893 47.317 49.963v387.243c0 27.819-22.891 50.475-51.051 50.475h-524.139zM88.405-64c-2.624 0-5.269 0.469-7.787 1.472-8.171 3.221-13.547 11.093-13.547 19.861v170.069c-38.869 11.541-67.072 47.424-67.072 88.939v387.243c0 51.349 42.048 93.12 93.717 93.12h240.064c11.776 0 21.333-9.557 21.333-21.333s-9.557-21.333-21.333-21.333h-240.064c-28.139 0-51.051-22.635-51.051-50.453v-387.243c0-26.069 20.8-48.043 47.339-50.027 11.136-0.832 19.733-10.112 19.733-21.269v-133.355l136.683 147.307c4.032 4.352 9.707 6.827 15.637 6.827h355.797c28.117 0 51.029 22.656 51.029 50.453v191.552c0 11.797 9.536 21.333 21.333 21.333s21.333-9.536 21.333-21.333v-191.552c0-51.349-42.027-93.12-93.696-93.12h-346.475l-167.339-180.331c-4.117-4.437-9.813-6.827-15.637-6.827zM870.507 771.093h-395.712c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333h395.712c11.797 0 21.333-9.557 21.333-21.333s-9.557-21.333-21.333-21.333zM870.507 654.037h-395.712c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333h395.712c11.797 0 21.333-9.557 21.333-21.333s-9.557-21.333-21.333-21.333zM870.507 536.96h-395.712c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333h395.712c11.797 0 21.333-9.557 21.333-21.333s-9.557-21.333-21.333-21.333z" />
80
+ <glyph unicode="&#xe946;" glyph-name="pie-chart2" d="M544 464h464c8.848 0 16 7.152 16 16 0 265.088-214.912 480-480 480-8.848 0-16-7.152-16-16v-464c0-8.848 7.152-16 16-16zM560 927.6c234.672-8.256 423.344-196.912 431.6-431.6h-431.6v431.6zM1008 432h-432c-0.704 0-1.312-0.304-2-0.384-1.344-0.176-2.688-0.304-3.968-0.8-1.248-0.496-2.288-1.344-3.344-2.128-0.576-0.432-1.264-0.656-1.792-1.152-0.032-0.032-0.048-0.096-0.080-0.128-1.376-1.344-2.432-2.96-3.248-4.72-0.064-0.144-0.224-0.256-0.288-0.4-0.256-0.608-0.24-1.344-0.416-2-0.368-1.344-0.816-2.704-0.832-4.096l-0.032-0.192c0-0.848 0.352-1.6 0.496-2.432 0.192-1.184 0.256-2.368 0.704-3.504 0.56-1.408 1.472-2.56 2.384-3.728 0.336-0.448 0.496-1.008 0.912-1.424l0.16-0.16c0.016-0.032 0.032-0.048 0.064-0.064l299.872-310.544c1.184-1.232 2.624-2.016 4.064-2.8l14.752-14.752c86.88 86.864 140.592 206.864 140.592 339.408v0c0 8.848-7.152 16-16 16zM882.016 122.16l-268.32 277.84h377.888c-3.728-106.192-44.384-202.928-109.568-277.84zM797.232 99.28c0 0-275.696 296.368-291.392 312.064-9.648 9.648-9.84 26.976-9.84 26.976v441.68c0 8.848-7.152 16-16 16-265.088 0-480-214.912-480-480s214.912-480 480-480c132.544 0 252.544 53.712 339.408 140.592l-21.36 21.36c-0.32 0.416-0.432 0.928-0.816 1.328zM480-32c-247.424 0-448 200.576-448 448 0 242.064 192 439.152 432 447.6 0 0 0-417.088 0-431.6s5.488-28.96 16.256-39.712 293.312-314.528 293.312-314.528c-78.624-68.32-181.232-109.76-293.568-109.76z" />
81
+ <glyph unicode="&#xe947;" glyph-name="heading" d="M749.955 698.311h-455.111c-12.584 0-22.756-10.172-22.756-22.756v-159.289c0-12.584 10.172-22.756 22.756-22.756h68.267c12.584 0 22.756 10.854 22.756 23.438 0 24.713 20.116 44.828 44.828 44.828l0.683-205.483c0-24.713-20.116-44.828-45.511-44.828-12.584 0-22.756-10.172-22.756-22.756v-68.267c0-12.584 10.172-22.756 22.756-22.756h273.067c12.584 0 22.756 10.172 22.756 22.756v68.267c0 12.584-10.877 22.756-23.438 22.756-24.713 0-44.828 20.116-44.828 44.828v205.483h0.66c24.735 0 44.851-20.116 44.851-45.511 0-12.584 10.172-22.756 22.756-22.756h68.267c12.584 0 22.756 10.172 22.756 22.756v159.289c0 12.584-10.172 22.756-22.756 22.756v0zM727.199 539.022h-25.486c-9.876 39.185-45.42 68.267-87.632 68.267h-23.415c-12.584 0-22.756-10.172-22.756-22.756v-228.238c0-42.052 28.9-77.505 68.267-87.518v-25.577h-227.556v25.486c39.185 9.876 68.267 45.397 68.267 87.609v228.238c0 12.584-10.172 22.756-22.756 22.756h-23.438c-42.052 0-77.505-28.9-87.518-68.267h-25.577v113.778h409.6v-113.778zM977.51 766.578c25.099 0 45.511 20.412 45.511 45.511v91.022c0 25.099-20.412 45.511-45.511 45.511h-91.022c-25.099 0-45.511-20.412-45.511-45.511v-22.756h-637.156v22.756c0 25.099-20.412 45.511-45.511 45.511h-91.022c-25.099 0-45.511-20.412-45.511-45.511v-91.022c0-25.099 20.412-45.511 45.511-45.511h22.756v-637.156h-22.756c-25.099 0-45.511-20.412-45.511-45.511v-91.022c0-25.099 20.412-45.511 45.511-45.511h91.022c25.099 0 45.511 20.412 45.511 45.511v22.756h637.156v-22.756c0-25.099 20.412-45.511 45.511-45.511h91.022c25.099 0 45.511 20.412 45.511 45.511v91.022c0 25.099-20.412 45.511-45.511 45.511h-22.756v637.156h22.756zM67.288 812.089v91.022h91.022l0.023-91.022h-91.045zM158.288-7.111h-90.999v91.022h91.022l-0.023-91.022zM158.31-29.867v22.756h0.023l-0.023-22.756zM840.977 83.911v-22.756h-637.156v22.756c0 25.099-20.412 45.511-45.511 45.511h-22.756v637.156h22.756c25.099 0 45.511 20.412 45.511 45.511v22.756h637.156v-22.756c0-25.099 20.412-45.511 45.511-45.511h22.756v-637.156h-22.756c-25.099 0-45.511-20.412-45.511-45.511v0zM977.533-7.111v0zM977.51 83.911l-0.023-91.022h-90.999v91.022h91.022zM886.488 812.089v91.022h91.022l0.023-91.022h-91.045z" />
82
  <glyph unicode="&#xea15;" glyph-name="play2" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416zM384 672l384-224-384-224z" />
83
  <glyph unicode="&#xea1c;" glyph-name="play3" d="M192 832l640-384-640-384z" />
84
  <glyph unicode="&#xea92;" glyph-name="instagram" d="M512 867.8c136.8 0 153-0.6 206.8-3 50-2.2 77-10.6 95-17.6 23.8-9.2 41-20.4 58.8-38.2 18-18 29-35 38.4-58.8 7-18 15.4-45.2 17.6-95 2.4-54 3-70.2 3-206.8s-0.6-153-3-206.8c-2.2-50-10.6-77-17.6-95-9.2-23.8-20.4-41-38.2-58.8-18-18-35-29-58.8-38.4-18-7-45.2-15.4-95-17.6-54-2.4-70.2-3-206.8-3s-153 0.6-206.8 3c-50 2.2-77 10.6-95 17.6-23.8 9.2-41 20.4-58.8 38.2-18 18-29 35-38.4 58.8-7 18-15.4 45.2-17.6 95-2.4 54-3 70.2-3 206.8s0.6 153 3 206.8c2.2 50 10.6 77 17.6 95 9.2 23.8 20.4 41 38.2 58.8 18 18 35 29 58.8 38.4 18 7 45.2 15.4 95 17.6 53.8 2.4 70 3 206.8 3zM512 960c-139 0-156.4-0.6-211-3-54.4-2.4-91.8-11.2-124.2-23.8-33.8-13.2-62.4-30.6-90.8-59.2-28.6-28.4-46-57-59.2-90.6-12.6-32.6-21.4-69.8-23.8-124.2-2.4-54.8-3-72.2-3-211.2s0.6-156.4 3-211c2.4-54.4 11.2-91.8 23.8-124.2 13.2-33.8 30.6-62.4 59.2-90.8 28.4-28.4 57-46 90.6-59 32.6-12.6 69.8-21.4 124.2-23.8 54.6-2.4 72-3 211-3s156.4 0.6 211 3c54.4 2.4 91.8 11.2 124.2 23.8 33.6 13 62.2 30.6 90.6 59s46 57 59 90.6c12.6 32.6 21.4 69.8 23.8 124.2 2.4 54.6 3 72 3 211s-0.6 156.4-3 211c-2.4 54.4-11.2 91.8-23.8 124.2-12.6 34-30 62.6-58.6 91-28.4 28.4-57 46-90.6 59-32.6 12.6-69.8 21.4-124.2 23.8-54.8 2.6-72.2 3.2-211.2 3.2v0zM512 711c-145.2 0-263-117.8-263-263s117.8-263 263-263 263 117.8 263 263c0 145.2-117.8 263-263 263zM512 277.4c-94.2 0-170.6 76.4-170.6 170.6s76.4 170.6 170.6 170.6c94.2 0 170.6-76.4 170.6-170.6s-76.4-170.6-170.6-170.6zM846.8 721.4c0-33.91-27.49-61.4-61.4-61.4s-61.4 27.49-61.4 61.4c0 33.91 27.49 61.4 61.4 61.4s61.4-27.49 61.4-61.4z" />
assets/css/fonts/lae-icomoon.ttf CHANGED
Binary file
assets/css/fonts/lae-icomoon.woff CHANGED
Binary file
assets/css/fonts/selection.json CHANGED
@@ -1 +1 @@
1
- {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M236.416 92.117c-6.528-4.267-14.507-6.784-23.083-6.784-23.552 0-42.667 19.115-42.667 42.667v768c-0.043 7.765 2.133 15.872 6.784 23.083 12.757 19.84 39.125 25.557 58.965 12.8l597.333-384c4.864-3.072 9.344-7.424 12.8-12.8 12.757-19.84 6.997-46.208-12.8-58.965zM256 206.165l475.776 305.835-475.776 305.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["play"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59685,"name":"play"},"setIdx":0,"setId":7,"iconIdx":0},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":2,"prevSize":32,"code":59684,"name":"link"},"setIdx":1,"setId":6,"iconIdx":0},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty","rate","star","favorite","bookmark"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":1,"name":"star-empty, rate, star, favorite, bookmark","prevSize":32,"code":59649},"setIdx":1,"setId":6,"iconIdx":1},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye","views","vision","visit"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"code":59650,"name":"eye"},"setIdx":1,"setId":6,"iconIdx":2},{"icon":{"paths":["M933.248 335.104c-40-10.496-134.048-10.368-271.616-14.016 6.496-30.016 8-57.088 8-105.152 0-114.816-83.648-215.936-157.632-215.936-52.256 0-95.328 42.72-96 95.264-0.704 64.448-20.64 175.744-128 232.192-7.872 4.16-30.4 15.264-33.696 16.704l1.696 1.44c-16.8-14.496-40.096-25.6-64-25.6h-96c-52.928 0-96 43.072-96 96v512c0 52.928 43.072 96 96 96h96c38.080 0 69.952-23.008 85.376-55.264 0.384 0.128 1.056 0.32 1.504 0.384 2.112 0.576 4.608 1.184 7.648 1.984 0.576 0.16 0.864 0.224 1.472 0.384 18.432 4.576 53.92 13.056 129.76 30.496 16.256 3.712 102.144 22.016 191.104 22.016h174.944c53.312 0 91.744-20.512 114.624-61.696 0.32-0.64 7.68-15.008 13.696-34.432 4.512-14.624 6.176-35.328 0.736-56.32 34.368-23.616 45.44-59.328 52.64-82.56 12.064-38.112 8.448-66.752 0.064-87.264 19.328-18.24 35.808-46.048 42.752-88.512 4.32-26.304-0.32-53.376-12.448-75.904 18.112-20.352 26.368-45.952 27.328-69.632l0.384-6.688c0.224-4.192 0.416-6.784 0.416-16 0-40.416-28-91.968-90.752-109.888zM224 928c0 17.696-14.304 32-32 32h-96c-17.696 0-32-14.304-32-32v-512c0-17.696 14.304-32 32-32h96c17.696 0 32 14.304 32 32v512zM959.264 465.12c-0.64 15.808-7.264 46.88-63.264 46.88-48 0-64 0-64 0-8.864 0-16 7.168-16 16s7.136 16 16 16c0 0 14.016 0 62.016 0s54.304 39.808 51.2 59.008c-3.968 23.872-15.168 68.992-69.216 68.992-53.984 0-76 0-76 0-8.864 0-16 7.136-16 16 0 8.8 7.136 16 16 16 0 0 38.016 0 63.008 0 54.016 0 49.248 41.184 41.504 65.76-10.208 32.288-16.448 62.24-84.512 62.24-23.008 0-52.192 0-52.192 0-8.864 0-16 7.136-16 16 0 8.8 7.136 16 16 16 0 0 22.176 0 50.176 0 35.008 0 36.64 33.12 32.992 44.992-4 12.992-8.736 22.624-8.928 23.072-9.664 17.44-25.248 27.936-58.24 27.936h-174.944c-87.872 0-175.040-19.936-177.28-20.448-132.928-30.624-139.936-32.992-148.288-35.36 0 0-27.072-4.576-27.072-28.192l-0.224-441.984c0-15.008 9.568-28.576 25.408-33.344 1.984-0.768 4.672-1.6 6.592-2.4 146.176-60.544 190.688-193.28 192-302.272 0.192-15.328 12-32 32-32 33.824 0 93.632 67.904 93.632 151.936 0 75.872-3.072 88.992-29.632 168.064 320 0 317.76 4.608 345.984 12 35.008 10.016 38.016 39.008 38.016 48.992 0 10.976-0.32 9.376-0.736 20.128zM144 832c-26.496 0-48 21.504-48 48s21.504 48 48 48 48-21.504 48-48-21.504-48-48-48zM144 896c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["like","thumbs up","approve"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":2,"prevSize":32,"code":59648,"name":"like"},"setIdx":2,"setId":5,"iconIdx":0},{"icon":{"paths":["M938.688 96h-138.688v-64c0-17.696-14.304-32-32-32s-32 14.304-32 32v64h-192v-64c0-17.696-14.336-32-32-32s-32 14.304-32 32v64h-192v-64c0-17.696-14.336-32-32-32s-32 14.304-32 32v64h-138.656c-47.136 0-85.344 38.176-85.344 85.312v757.344c0 47.136 38.208 85.344 85.344 85.344h853.344c47.136 0 85.312-38.208 85.312-85.344v-757.344c0-47.136-38.176-85.312-85.312-85.312zM960 938.656c0 11.776-9.568 21.344-21.312 21.344h-853.344c-11.776 0-21.344-9.568-21.344-21.344v-757.344c0-11.744 9.568-21.312 21.344-21.312h138.656v64c0 17.696 14.336 32 32 32s32-14.304 32-32v-64h192v64c0 17.696 14.336 32 32 32s32-14.304 32-32v-64h192v64c0 17.696 14.304 32 32 32s32-14.304 32-32v-64h138.688c11.744 0 21.312 9.568 21.312 21.312v757.344zM224 384h128v96h-128zM224 544h128v96h-128zM224 704h128v96h-128zM448 704h128v96h-128zM448 544h128v96h-128zM448 384h128v96h-128zM672 704h128v96h-128zM672 544h128v96h-128zM672 384h128v96h-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar","date","schedule"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":32,"code":59683,"name":"calendar"},"setIdx":2,"setId":5,"iconIdx":1},{"icon":{"paths":["M512 224c8.832 0 16 7.168 16 16s-7.2 16-16 16c-170.464 0-320 89.728-320 192 0 8.832-7.168 16-16 16s-16-7.168-16-16c0-121.408 161.184-224 352-224zM512 64c-282.784 0-512 171.936-512 384 0 132.064 88.928 248.512 224.256 317.632 0 0.864-0.256 1.44-0.256 2.368 0 57.376-42.848 119.136-61.696 151.552 0.032 0 0.064 0 0.064 0-1.504 3.52-2.368 7.392-2.368 11.456 0 16 12.96 28.992 28.992 28.992 3.008 0 8.288-0.8 8.16-0.448 100-16.384 194.208-108.256 216.096-134.88 31.968 4.704 64.928 7.328 98.752 7.328 282.72 0 512-171.936 512-384s-229.248-384-512-384zM512 768c-29.344 0-59.456-2.24-89.472-6.624-3.104-0.512-6.208-0.672-9.28-0.672-19.008 0-37.216 8.448-49.472 23.36-13.696 16.672-52.672 53.888-98.72 81.248 12.48-28.64 22.24-60.736 22.912-93.824 0.192-2.048 0.288-4.128 0.288-5.888 0-24.064-13.472-46.048-34.88-56.992-118.592-60.544-189.376-157.984-189.376-260.608 0-176.448 200.96-320 448-320 246.976 0 448 143.552 448 320s-200.992 320-448 320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble","comment","chat","talk"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"name":"bubble, comment, chat, talk","prevSize":32,"code":59651},"setIdx":2,"setId":5,"iconIdx":2},{"icon":{"paths":["M592 288c-12.512 0-23.776 4.896-32.352 12.736l-0.096-0.16-192 176.032c-9.888 9.12-15.552 21.952-15.552 35.424 0 13.44 5.664 26.24 15.552 35.328l192 176 0.096-0.128c8.576 7.904 19.84 12.768 32.352 12.768 26.496 0 48-21.504 48-48 0-14.016-6.080-26.496-15.648-35.264l0.096-0.064-153.408-140.64 153.408-140.64-0.096-0.16c9.568-8.704 15.648-21.216 15.648-35.232 0-26.496-21.504-48-48-48zM512 0c-282.752 0-512 229.28-512 512.032 0 282.72 229.248 511.968 512 511.968s512-229.248 512-511.968c0-282.752-229.248-512.032-512-512.032zM512 928c-229.376 0-416-186.624-416-415.968 0-229.376 186.624-416.032 416-416.032s416 186.656 416 416.064c0 229.312-186.624 415.936-416 415.936z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left"],"defaultCode":59648,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":1,"order":9,"ligatures":"","prevSize":32,"code":59652,"name":"arrow-left"},"setIdx":6,"setId":1,"iconIdx":0},{"icon":{"paths":["M464.448 300.608l-0.096 0.16c-8.576-7.84-19.84-12.768-32.352-12.768-26.496 0-48 21.504-48 48 0 14.016 6.080 26.496 15.648 35.264l-0.096 0.16 153.408 140.64-153.312 140.704c-9.568 8.736-15.648 21.248-15.648 35.232 0 26.496 21.504 48 48 48 12.512 0 23.776-4.864 32.352-12.736l0.096 0.128 192-176c9.888-9.088 15.552-21.92 15.552-35.36 0-13.504-5.664-26.304-15.552-35.392l-192-176.032zM512 0c-282.752 0-512 229.28-512 512.032 0 282.72 229.248 511.968 512 511.968s512-229.248 512-511.968c0-282.752-229.248-512.032-512-512.032zM512 928c-229.376 0-416-186.624-416-415.968 0-229.376 186.624-416.032 416-416.032s416 186.656 416 416.064c0 229.312-186.624 415.936-416 415.936z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right"],"defaultCode":59649,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":2,"order":10,"ligatures":"","prevSize":32,"code":59653,"name":"arrow-right"},"setIdx":6,"setId":1,"iconIdx":1},{"icon":{"paths":["M865.472 855.659c-55.723-144.341-230.571-247.552-238.677-252.245-14.549-7.787-28.011-18.581-35.307-24.875-0.384-9.579 1.408-13.504 2.069-14.080 0 0 0.939-0.576 3.776-0.576 6.187 0 13.461 2.709 17.259 4.373 18.965 7.083 46.187 8.533 65.707 8.533 5.717 0 9.515-0.128 9.6-0.128 100.907-0.043 163.755-61.675 166.379-64.299 6.528-6.549 8.128-16.491 3.968-24.747l-40.512-80.085c-2.603-5.163-7.211-9.045-12.757-10.752s-11.52-1.088-16.576 1.707c-51.179 28.203-95.893 43.157-129.301 43.157-29.909 0-41.387-11.755-43.627-14.464-7.744-15.424-28.373-55.829-28.373-55.829-0.789-1.536-1.749-3.008-2.88-4.288-12.885-14.912-30.571-22.784-51.115-22.784-26.837 0-50.005 13.419-52.096 14.699-102.997 58.283-103.275 223.744-103.168 229.163-12.011 172.992-198.72 222.613-206.677 224.661-9.451 2.411-16.085 10.923-16.085 20.672 0 4.629 0 13.248 46.677 120.341 3.435 7.872 11.2 12.8 19.541 12.8 1.301 0 2.581-0.085 3.883-0.341 159.189-29.248 268.864-166.208 302.635-213.717 162.411 82.496 207.616 185.003 208.043 185.963 2.539 6.080 7.765 10.667 14.144 12.416 6.4 1.621 13.205 0.384 18.475-3.627l88.043-66.965c7.531-5.76 10.389-15.808 6.955-24.683zM764.459 898.24c-24.768-40.427-89.856-124.245-232.704-192.299-9.771-4.629-21.504-1.259-27.264 7.915-1.088 1.707-106.816 167.659-268.523 206.869-12.011-27.84-23.744-56-30.592-73.621 56.725-20.672 205.547-90.581 217.067-257.621-0.021-1.451 0.107-147.243 81.963-193.621 4.245-2.453 18.048-8.917 30.699-8.917 7.275 0 12.843 2.048 17.323 6.421 4.885 9.621 21.781 42.709 28.416 55.829 2.133 3.584 22.635 35.115 80.256 35.115 36.501 0 80.277-12.843 130.347-38.165l23.061 45.632c-20.011 14.997-64.704 42.219-125.589 42.219-0.192 0-3.499 0.128-8.619 0.128-21.973 0-40.981-2.176-49.195-5.163-1.685-0.789-16.939-7.744-33.771-7.744-18.624 0-29.781 8.213-35.84 15.125-11.029 12.501-14.827 30.549-11.669 55.168 0.597 4.843 2.88 9.301 6.379 12.672 0.96 0.917 23.552 22.464 49.792 36.459 1.621 0.96 156.885 92.587 213.504 215.787l-55.040 41.813zM621.611 337.088c77.099 0 139.861-62.699 139.861-139.84 0-77.077-62.741-139.84-139.861-139.84s-139.819 62.741-139.819 139.84c0 77.12 62.699 139.84 139.819 139.84zM621.611 100.075c53.611 0 97.195 43.584 97.195 97.173s-43.584 97.173-97.195 97.173c-53.589 0-97.152-43.584-97.152-97.173s43.563-97.173 97.152-97.173z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-aim"],"defaultCode":59650,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":3,"order":11,"ligatures":"","prevSize":32,"code":59654,"name":"icon-aim"},"setIdx":6,"setId":1,"iconIdx":2},{"icon":{"paths":["M168.661 475.84h152.811c47.787 0 71.019-28.8 71.019-88 0-62.933-39.851-79.552-60.907-79.552h-162.923c-11.797 0-21.333 9.557-21.333 21.333v124.885c0 11.776 9.557 21.333 21.333 21.333zM189.995 350.933h141.589c0.192 0 18.24 0.427 18.24 36.885 0 45.333-13.12 45.333-28.352 45.333h-131.477v-82.219zM468.459 481.024c23.552-19.499 42.837-51.605 42.837-101.867 0-103.509-70.549-170.368-179.712-170.368h-291.243c-11.776 0-21.333 9.557-21.333 21.333v559.701c0 11.776 9.557 21.312 21.333 21.312h290.56c0.235 0 2.432 0.043 2.645 0.043 0 0 0 0 0.021 0 13.227 0 59.883-1.813 104.896-24.853 42.091-21.568 92.245-67.115 92.203-160.491 0.192-3.243 3.947-80.149-40.235-126.848-6.656-7.083-13.995-13.077-21.973-17.963zM488.043 624.619c0 58.624-23.211 100.245-69.013 123.712-37.483 19.179-77.781 20.16-85.461 20.16h-0.021l-1.963-0.021h-269.909v-517.035h269.909c85.824 0 137.045 47.744 137.045 127.701 0 77.099-59.093 84.672-65.643 85.248-11.456 0.853-20.16 10.603-19.755 22.059 0.448 11.477 9.856 20.544 21.333 20.544 23.36 0 41.259 6.912 54.763 21.141 31.552 33.237 28.779 94.741 28.715 96.491zM331.584 519.445h-162.923c-11.797 0-21.333 9.557-21.333 21.333v149.611c0 11.776 9.536 21.333 21.333 21.333l155.179-0.021c55.979-1.259 88.085-35.52 88.085-94.037 0-77.696-52.501-98.219-80.341-98.219zM322.944 669.035h-132.949v-106.944h141.547c6.293 0.128 37.717 3.328 37.717 55.552 0 44.245-22.293 50.859-46.315 51.392zM789.461 412.8c-83.093 0-114.581 68.459-119.616 104.64-0.853 6.123 0.981 12.288 5.035 16.96 4.032 4.651 9.899 7.339 16.085 7.339h183.851c11.691 0 21.163-9.387 21.333-21.056 0.021-1.92 0.256-47.552-30.891-79.104-18.837-19.115-44.352-28.779-75.797-28.779zM719.765 499.072c9.216-19.499 28.864-43.605 69.696-43.605 19.797 0 34.581 5.184 45.248 15.872 8.192 8.213 12.821 18.624 15.424 27.733h-130.368zM1003.221 597.845c0.661-5.013 15.317-124.075-53.333-202.283-37.739-42.965-92.437-64.747-162.624-64.747-122.091 0-180.117 64.875-207.317 119.317-28.779 57.621-29.056 114.688-28.992 115.733-0.32 4.693-6.443 115.712 64.235 190.997 41.109 43.755 98.923 65.963 170.688 65.963h0.171c0 0 3.243 0.192 8.939 0.192 99.179 0 205.163-44.736 205.163-170.304 0-11.776-9.536-21.333-21.333-21.333h-98.517c-5.717 0-11.179 2.475-15.211 6.549-4.011 4.053-6.208 9.749-6.123 15.467 0.021 0.576 0.107 14.016-10.176 24.448-10.752 10.944-29.547 15.701-56.747 13.781-34.56-2.389-71.211-10.752-77.675-75.157h267.712c10.709-0.043 19.755-8 21.141-18.624zM962.112 573.76h-270.080c-11.776 0-21.333 9.557-21.333 21.333 0 130.837 89.088 137.024 118.379 139.072 41.749 2.944 71.040-6.443 90.944-27.264 10.368-10.859 15.787-22.805 18.603-32.853h57.493c-5.397 40.043-26.795 68.48-64.939 86.592-37.568 17.813-79.765 19.733-96.213 19.733-3.904 0-6.229-0.107-7.701-0.149-60.693 0-108.032-17.6-140.779-52.331-58.048-61.611-53.013-158.4-52.928-160.619 0.043-7.915 2.859-193.749 193.707-193.749 57.28 0 101.141 16.832 130.432 50.069 41.621 47.232 45.312 117.12 44.416 150.165zM666.88 312.576h230.891c11.776 0 21.333-9.536 21.333-21.333v-68.907c0-11.797-9.557-21.333-21.333-21.333h-230.891c-11.797 0-21.333 9.536-21.333 21.333v68.907c0 11.797 9.536 21.333 21.333 21.333zM688.213 243.669h188.224v26.24h-188.224v-26.24z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-behance"],"defaultCode":59651,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":4,"order":12,"ligatures":"","prevSize":32,"code":59655,"name":"icon-behance"},"setIdx":6,"setId":1,"iconIdx":3},{"icon":{"paths":["M804.715 203.008l-19.456-18.432-0.661 1.109c-76.672-64.235-172.331-99.669-272.597-99.669-54.464 0-107.456 10.795-158.059 31.125l-0.555-0.576-13.504 5.952c-125.419 55.531-216.96 168.469-244.843 302.187l-3.456 16.597 0.811 0.384c-3.904 23.317-6.4 46.848-6.4 70.315 0 124.736 53.909 241.323 148.309 322.517l-0.192 0.448 12.843 10.219c76.245 60.715 167.915 92.8 265.045 92.8 51.285 0 101.909-9.429 150.955-28.096l13.461-5.227v-0.363c139.968-56.747 236.011-181.419 256.704-332.565l1.131 0.405 2.133-27.648c0.832-10.752 1.621-21.525 1.621-32.469 0-117.824-47.339-227.563-133.291-309.013zM889.749 512v2.155c-42.667-14.549-98.411-21.888-150.464-21.888-45.205 0-89.493 5.632-133.376 16.683-8.491-22.677-16.939-44.821-26.624-66.24l1.408-0.619-0.469-1.003c86.4-43.221 157.675-107.691 210.816-188.395 65.664 70.976 98.709 162.091 98.709 259.307zM762.069 222.549c-49.472 77.675-118.187 139.499-200.491 180.501-46.229-92.032-105.152-176.768-175.616-252.523 40.597-14.272 82.816-21.845 126.037-21.845 92.331 0 180.309 33.451 250.069 93.867zM343.787 167.744c72.299 75.349 132.459 160.32 179.157 252.949-59.328 23.637-121.877 35.627-186.219 35.627-68.011 0-133.867-13.333-196.075-39.616 27.776-108.224 102.272-199.595 203.136-248.96zM128.661 512c0-17.493 1.664-35.029 4.075-52.459 64.896 26.176 133.376 39.467 204.011 39.467s139.2-13.461 204.288-39.701c9.088 20.053 17.643 40.747 25.664 61.973-136.683 46.144-249.003 143.787-313.749 272.789-79.232-72.661-124.288-173.973-124.288-282.069zM286.741 821.867c59.093-123.541 164.949-217.216 294.464-260.629 33.621 101.291 51.456 206.677 52.992 313.707-39.872 13.525-80.917 20.352-122.219 20.352-81.813 0.021-159.36-25.323-225.237-73.429zM675.755 858.325c-3.008-105.216-21.035-208.725-53.931-308.48 89.003-21.781 182.677-18.901 269.888 8.149-15.637 133.803-96.299 245.653-215.957 300.331z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-dribbble"],"defaultCode":59652,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":5,"order":13,"ligatures":"","prevSize":32,"code":59656,"name":"icon-dribbble"},"setIdx":6,"setId":1,"iconIdx":4},{"icon":{"paths":["M766.101 51.797l-139.947 0.064c0 0-2.859-0.213-7.957-0.213-28.715 0-173.909 7.979-213.44 163.691-0.619 1.728-13.888 40.704-14.123 131.371h-132.757c-11.776 0-21.333 9.536-21.333 21.333v122.304c0 11.776 9.557 21.333 21.333 21.333h145.195v439.339c0 11.776 9.557 21.333 21.333 21.333h166.251c11.797 0 21.333-9.557 21.333-21.333v-438.891h145.664c11.797 0 21.333-9.536 21.333-21.333v-122.752c0-11.797-9.536-21.333-21.333-21.333h-145.344v-52.523c0-34.965 22.187-72.32 84.48-72.32h69.312c11.776 0 21.333-9.557 21.333-21.333v-127.403c0-11.776-9.557-21.333-21.333-21.333zM744.768 179.2h-47.979c-87.829 0-127.147 57.749-127.147 114.987v73.856c0 11.776 9.536 21.333 21.333 21.333h145.344v80.085h-145.664c-11.776 0-21.333 9.557-21.333 21.333v438.891h-123.584v-439.339c0-11.797-9.536-21.333-21.333-21.333h-145.195v-79.637h132.928c5.739 0 11.2-2.304 15.232-6.421 4.011-4.075 6.208-9.621 6.101-15.36-1.92-97.024 11.435-137.877 12.053-139.947 31.488-123.755 140.096-133.355 172.651-133.355 2.965 0 4.757 0.107 6.485 0.149h120.085v84.757z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-facebook"],"defaultCode":59653,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":6,"order":14,"ligatures":"","prevSize":32,"code":59657,"name":"icon-facebook"},"setIdx":6,"setId":1,"iconIdx":5},{"icon":{"paths":["M358.379 371.477c-76.928 0-139.52 63.040-139.52 140.523 0 77.525 62.592 140.565 139.52 140.565s139.52-63.040 139.52-140.565c0-77.483-62.592-140.523-139.52-140.523zM358.379 609.899c-53.419 0-96.853-43.925-96.853-97.899 0-53.952 43.435-97.856 96.853-97.856 53.397 0 96.853 43.904 96.853 97.856 0 53.973-43.456 97.899-96.853 97.899zM673.536 371.477c-76.928 0-139.52 63.040-139.52 140.523 0 77.525 62.592 140.565 139.52 140.565 76.907 0 139.499-63.040 139.499-140.565 0-77.483-62.571-140.523-139.499-140.523zM673.536 609.899c-53.419 0-96.853-43.925-96.853-97.899 0-53.952 43.435-97.856 96.853-97.856 53.397 0 96.832 43.904 96.832 97.856 0 53.973-43.435 97.899-96.832 97.899zM515.968 53.397c-255.168 0-462.741 205.739-462.741 458.624s207.573 458.581 462.741 458.581c250.795 0 454.827-205.717 454.827-458.581 0-252.907-204.053-458.624-454.827-458.624zM515.968 927.936c-231.616 0-420.075-186.581-420.075-415.915 0-229.355 188.459-415.957 420.075-415.957 227.264 0 412.16 186.603 412.16 415.957 0 229.333-184.896 415.915-412.16 415.915z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-flickr"],"defaultCode":59654,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":7,"order":15,"ligatures":"","prevSize":32,"code":59658,"name":"icon-flickr"},"setIdx":6,"setId":1,"iconIdx":6},{"icon":{"paths":["M498.581 395.136c8-12.053 13.227-24.725 15.808-39.189 1.173-10.816 1.771-20.181 1.771-27.883 0-33.173-8.491-66.859-25.173-99.947-8.555-17.451-20.117-31.957-35.029-43.563-15.467-11.136-33.344-17.109-53.056-17.728-0.405-0.021-0.789-0.021-1.195 0-26.816 0.619-49.387 11.52-67.115 32.384-0.469 0.576-0.939 1.173-1.344 1.792-13.995 20.544-20.8 43.733-20.203 68.416 0 30.912 8.981 63.189 26.859 96.213 9.195 16.299 21.141 30.272 35.541 41.536 16.085 12.608 34.667 19.029 56.085 19.029h0.085c25.515-0.96 47.211-10.347 64.427-27.947 0.939-0.939 1.792-1.984 2.539-3.115zM472.192 349.845c-1.195 6.613-3.904 13.333-8.043 19.968-9.195 8.725-20.331 13.227-33.344 13.739-11.029 0-20.501-3.243-29.035-9.941-9.963-7.808-18.261-17.515-24.491-28.587-14.293-26.389-21.547-51.84-21.547-76.075-0.384-15.936 3.605-29.995 12.16-42.944 9.429-10.773 20.373-16.021 34.261-16.469 11.008 0.448 20.437 3.605 28.224 9.216 9.237 7.189 16.512 16.427 22.4 28.395 13.739 27.285 20.715 54.528 20.715 80.96 0 6.293-0.533 14.037-1.301 21.739zM462.827 639.744c-2.944-2.069-6.336-3.328-9.92-3.733-5.483-0.576-11.883-0.875-19.221-0.896-5.525-0.448-15.637-0.107-35.413 1.749-17.472 2.475-35.648 6.549-55.531 12.544-4.245 1.621-10.219 4.053-18.475 7.552-8.896 4.096-18.048 9.92-27.84 17.899-9.301 8.235-17.195 18.389-23.083 29.547-7.723 13.419-11.648 29.355-11.648 47.403 0 35.285 15.872 64.533 46.741 86.613 27.84 20.949 65.515 31.872 112.597 32.448 42.496-0.576 76.011-10.603 99.733-29.845 24.448-20.053 36.885-46.251 36.885-77.824 0-25.6-8.491-48.235-25.984-68.053-15.083-15.488-37.611-33.6-68.843-55.403zM493.803 807.936c-16 12.992-40.661 19.819-72.768 20.245-37.248-0.448-66.496-8.469-87.339-24.171-20.011-14.293-29.333-30.891-29.333-52.203 0-10.453 2.005-19.221 6.315-26.731 3.883-7.317 8.597-13.461 13.333-17.685 6.293-5.099 12.373-9.024 17.472-11.371 7.083-3.008 12.587-5.248 14.976-6.251 16.341-4.885 32.427-8.448 46.741-10.517 11.733-1.088 20.117-1.643 25.173-1.643l1.579 0.021c4.629 0.619 9.237 0.192 13.141 0.405 26.219 18.539 45.696 34.261 57.301 46.080 9.813 11.157 14.592 23.936 14.592 39.061 0.021 18.667-6.741 32.917-21.184 44.757zM581.781 552.832l-35.904-29.269c-4.971-4.971-10.048-10.709-15.893-18.005-2.005-2.24-4.672-6.165-4.672-14.315 0-7.36 1.835-13.269 6.421-19.627 4.885-7.509 10.176-14.229 14.379-18.709 11.755-10.24 22.827-20.309 34.027-30.976 9.877-10.389 19.307-21.845 28.075-34.155 19.243-27.157 29.376-63.083 30.080-107.093l0.021-7.147c0.085-16.683 0.128-25.877-5.44-44.288-6.891-18.88-13.483-33.877-23.040-45.163h13.696c6.656 0 12.907-3.115 16.939-8.384l54.293-71.040c4.928-6.464 5.781-15.147 2.197-22.421-3.627-7.232-11.029-11.84-19.157-11.84h-220.757c-30.528 0-63.616 3.584-99.008 10.795-36.928 8.597-72.789 27.093-107.84 56.043-49.792 48.149-75.051 102.933-75.051 162.859 0 50.368 18.261 94.997 53.44 131.755 34.816 40.981 85.397 62.144 150.656 62.976 1.664 0 3.371-0.021 5.099-0.064-1.259 6.037-1.877 12.629-1.877 19.883 0 20.309 4.8 38.187 13.333 51.563 0.811 1.557 1.643 3.115 2.496 4.693-18.752 1.685-39.787 4.245-63.040 7.659-41.621 7.189-81.877 21.781-119.957 43.563-35.371 21.077-60.352 46.357-74.155 74.88-13.952 27.968-21.013 54.144-21.013 77.803 0 48.619 22.165 90.624 65.28 124.309 41.856 35.392 104.704 53.739 186.795 54.507h0.533c97.131-1.515 173.056-25.579 225.728-71.509 51.84-45.312 78.123-98.56 78.123-158.613-0.747-41.92-10.752-76.757-30.165-104.107-18.411-24.171-40.192-46.549-64.64-66.56zM570.411 849.963c-44.8 39.061-111.445 59.584-198.059 60.971-71.744-0.704-125.376-15.637-160.021-44.928-33.344-26.069-49.515-55.893-49.515-91.2 0-17.003 5.568-36.779 16.64-59.008 10.219-21.099 29.632-40.299 57.365-56.853 33.408-19.115 68.971-32 105.173-38.272 37.909-5.589 69.739-8.747 94.592-9.451 8-0.213 15.211-4.885 18.645-12.096 3.456-7.232 2.581-15.765-2.261-22.123-7.168-9.429-13.675-19.712-20.203-32.064-5.099-8.085-7.595-18.005-7.595-30.293 0-8.469 1.344-13.355 2.965-17.301 2.368-6.784 4.629-13.056 6.677-18.731 2.496-6.933 1.259-14.677-3.307-20.48-4.053-5.163-10.261-8.128-16.747-8.128-0.789 0-1.579 0.043-2.368 0.128-11.947 1.344-23.061 2.027-32.832 2.027-52.843-0.661-91.563-16.363-119.232-48.853-28.565-29.888-42.453-63.637-42.453-103.211 0-48.576 20.288-91.819 60.779-131.072 28.651-23.595 58.645-39.189 88.533-46.144 31.979-6.528 62.229-9.813 89.899-9.813h177.6l-21.675 28.373h-57.557c-9.387 0-17.429 6.336-20.16 15.339-2.709 9.003 1.045 18.901 8.896 24.107 4.331 2.88 20.203 18.219 26.987 24.768l5.696 5.461c6.464 6.677 13.355 25.643 15.573 31.595 3.328 11.136 3.307 15.296 3.243 30.677l-0.021 6.976c-0.555 34.901-8.043 62.741-22.165 82.709-7.573 10.603-15.744 20.523-23.509 28.715-9.984 9.493-20.629 19.157-33.237 30.272-7.424 7.68-14.4 16.533-20.075 25.344-9.301 12.693-13.995 27.435-13.995 43.861 0 16.853 5.227 31.253 14.741 41.813 6.037 7.595 12.181 14.549 19.883 22.080l37.483 30.677c21.888 17.92 41.344 37.909 57.344 58.859 13.909 19.627 21.269 46.4 21.845 79.189-0.043 47.467-20.843 88.725-63.573 126.080zM882.517 192.768h-64v-64c0-11.797-9.557-21.333-21.333-21.333s-21.333 9.536-21.333 21.333v64h-64c-11.776 0-21.333 9.536-21.333 21.333 0 11.776 9.557 21.333 21.333 21.333h64v64c0 11.776 9.557 21.333 21.333 21.333s21.333-9.557 21.333-21.333v-64h64c11.776 0 21.333-9.557 21.333-21.333 0-11.797-9.557-21.333-21.333-21.333z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-googleplus"],"defaultCode":59655,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":8,"order":16,"ligatures":"","prevSize":32,"code":59659,"name":"icon-googleplus"},"setIdx":6,"setId":1,"iconIdx":7},{"icon":{"paths":["M255.915 313.728h-172.181c-11.797 0-21.333 9.536-21.333 21.333v601.899c0 11.797 9.536 21.333 21.333 21.333h172.181c11.797 0 21.333-9.536 21.333-21.333v-601.899c0-11.797-9.536-21.333-21.333-21.333zM234.581 915.627h-129.515v-559.232h129.515v559.232zM736 306.411c-83.605 0-138.304 36.053-170.069 67.435l-3.947-40.832c-1.067-10.965-10.261-19.285-21.227-19.285h-0.427l-156.971 3.008c-5.76 0.107-11.2 2.539-15.147 6.741-3.947 4.181-6.016 9.792-5.76 15.552 1.963 43.947 1.899 95.317 1.813 154.795l-0.021 446.165c0 11.797 9.536 21.333 21.333 21.333h172.203c11.776 0 21.333-9.536 21.333-21.333v-347.947c0-17.792 1.515-30.635 4.587-38.293 10.731-27.307 46.123-55.573 86.784-55.573 52.672 0 84.096 40.064 84.096 107.2v334.592c0 11.797 9.557 21.333 21.333 21.333h169.173c11.797 0 21.333-9.536 21.333-21.333v-356.416c0.043-173.568-86.101-277.141-230.421-277.141zM923.797 918.635h-126.507v-313.259c0-91.029-49.749-149.867-126.763-149.867-61.077 0-110.763 42.581-126.464 82.581-5.184 12.949-7.573 30.080-7.573 53.952v326.592h-129.536l0.021-424.747c0.085-50.539 0.128-95.253-1.045-134.912l115.499-2.219 6.635 68.821c1.067 10.944 10.24 19.264 21.248 19.264h3.627c7.36 0 14.187-3.776 18.091-10.027 12.587-20.096 61.675-85.739 164.992-85.739 119.36 0 187.797 85.44 187.797 234.475v335.083zM177.067 62.699c-69.269 0-119.531 47.723-119.531 113.493 0 65.728 49.259 113.429 117.12 113.429 69.952 0 120.704-47.701 120.704-113.941-1.557-66.496-50.197-112.981-118.293-112.981zM174.677 246.976c-43.84 0-74.453-29.099-74.453-70.763 0-42.368 30.869-70.827 76.864-70.827 44.928 0 74.645 28.011 75.648 70.827-0.021 42.325-31.403 70.763-78.059 70.763z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-linkedin"],"defaultCode":59656,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":9,"order":17,"ligatures":"","prevSize":32,"code":59660,"name":"icon-linkedin"},"setIdx":6,"setId":1,"iconIdx":8},{"icon":{"paths":["M877.205 270.485c-14.592-49.472-38.037-91.136-71.723-127.403-32.939-35.435-70.784-62.293-115.776-82.112-32.384-14.272-84.715-31.275-150.123-31.275-5.717 0-11.477 0.149-17.259 0.427-19.712 0.896-40.597 2.027-60.587 4.885-55.851 8-105.003 24.704-150.251 51.072-57.856 33.664-102.997 79.488-134.165 136.149-16.235 29.483-32.192 81.429-38.955 115.349-8.043 40.171-0.939 109.781 15.189 148.971 19.947 48.384 37.269 71.019 77.269 100.949 0.256 0.171 24.683 18.304 43.029 18.304h0.021c31.915-0.597 38.123-30.677 41.109-45.12 0.512-2.581 1.067-5.141 1.685-7.531 0.533-2.133 1.259-4.395 1.984-6.763 4.352-14.165 10.304-33.557 0.235-51.115-3.712-6.485-8.064-11.435-11.925-15.808-1.963-2.24-3.968-4.437-5.568-6.827-14.016-20.928-21.141-47.168-21.141-77.952 0-40.619 9.173-77.419 28.011-112.448 34.155-63.531 90.88-103.616 164.011-115.989 40.981-6.891 91.157-3.797 126.677 7.616 33.131 10.645 61.333 29.525 81.557 54.571 21.419 26.475 33.664 60.139 36.395 100.053 1.344 19.627 0.576 41.387-2.432 68.523-7.403 65.899-26.453 118.912-56.704 157.589-24.555 31.424-50.944 47.189-80.661 48.192l-4.011 0.085c-17.152 0-30.123-3.84-42.112-12.437-12.011-8.619-19.2-19.243-22.592-33.429-3.861-16.235 0.875-33.365 5.909-51.541l0.789-2.944c4.459-16.149 9.088-30.912 13.632-45.44 7.211-23.040 14.677-46.848 20.843-74.496 6.976-31.381 7.893-56.789 2.816-77.675-6.336-26.091-20.309-45.632-41.557-58.112-21.845-12.8-54.528-15.595-81.003-6.507-39.573 13.568-69.76 49.536-82.795 98.731-6.613 24.832-8.491 50.944-5.675 77.525 2.176 20.651 6.72 39.36 15.125 61.803-0.235 0.768-0.448 1.536-0.704 2.304-0.597 2.069-1.195 4.032-1.6 5.781-9.237 38.677-18.219 76.843-27.179 114.944-8.341 35.413-16.661 70.784-25.173 106.517l-1.92 7.957c-8.832 36.907-18.005 75.093-20.117 120.768l-0.939 18.88c-1.856 35.413-3.776 72.021 0.981 106.112 0.917 6.336 3.2 22.293 18.581 28.011 2.795 2.027 7.509 4.629 14.037 4.629 12.416 0 20.416-8.448 33.408-23.339 30.080-34.325 55.659-77.675 78.251-132.501 10.091-24.533 16.768-50.901 23.232-76.373l3.861-15.104c4.501-17.344 8.917-34.88 13.269-52.267 7.851 6.592 16.811 12.608 27.008 18.261 24.235 13.504 51.563 21.355 81.259 23.36 28.864 2.048 56.939-1.643 89.152-10.944 24.448-6.997 47.893-17.643 69.696-31.616 77.888-50.069 130.987-137.557 149.525-246.4 5.525-32.512 7.872-58.624 7.872-87.275-0.021-33.131-3.989-63.296-11.776-89.579zM838.997 440.213c-16.469 96.875-62.827 174.165-130.496 217.664-18.261 11.733-37.909 20.651-58.389 26.496-27.413 7.893-50.56 11.008-74.453 9.387-23.701-1.6-44.48-7.531-63.424-18.069-19.029-10.581-31.317-21.909-39.915-36.757-4.331-7.531-12.8-11.691-21.376-10.453-8.576 1.195-15.595 7.445-17.749 15.851l-9.6 38.037c-4.501 17.899-9.024 36.011-13.675 53.867l-3.947 15.339c-6.357 25.152-12.352 48.896-21.312 70.613-19.115 46.464-40.299 83.584-64.555 113.195-1.429-24.427-0.021-51.371 1.344-77.632l0.96-19.115c1.941-41.643 10.603-77.824 19.008-112.789l1.92-8.021c8.512-35.755 16.853-71.189 25.216-106.645 8.96-38.037 17.92-76.139 27.115-114.731l1.024-3.563c2.283-7.68 4.885-16.405 1.387-25.173-8.085-20.864-12.373-37.483-14.293-55.637-2.261-21.397-0.768-42.283 4.501-62.080 9.323-35.179 29.504-60.437 55.403-69.312 6.080-2.091 12.651-3.136 19.499-3.136 9.813 0 19.541 2.261 26.048 6.080 11.072 6.507 18.155 16.768 21.717 31.403 3.477 14.208 2.453 33.813-3.008 58.304-5.781 25.899-12.651 47.808-19.904 71.019-4.715 14.976-9.451 30.208-14.059 46.869l-0.789 2.901c-5.931 21.504-12.672 45.867-6.272 72.768 5.803 24.448 18.645 43.477 39.211 58.219 19.136 13.76 41.045 20.437 66.987 20.437l5.461-0.107c42.496-1.429 80.469-23.168 112.811-64.533 35.179-44.971 57.237-105.259 65.493-179.115 3.328-29.76 4.139-53.973 2.624-76.203-3.371-48.811-18.773-90.517-45.781-123.947-25.472-31.552-60.629-55.168-101.717-68.373-41.899-13.483-99.157-17.109-146.816-9.088-86.635 14.656-153.877 62.315-194.496 137.856-22.272 41.408-33.109 84.821-33.109 132.672 0 39.403 9.536 73.6 28.352 101.696 2.603 3.925 5.739 7.552 8.96 11.243 2.773 3.136 5.397 6.144 6.72 8.363 0.789 3.115-2.176 12.715-3.755 17.877-0.917 2.965-1.792 5.803-2.496 8.469-0.789 3.093-1.493 6.4-2.176 9.728-0.576 2.752-1.408 6.741-2.283 9.685-4.48-2.069-10.88-5.717-14.528-8.427-33.899-25.344-46.336-41.643-63.381-83.051-12.821-31.104-19.136-92.715-12.821-124.373 7.125-35.605 22.272-80.917 34.496-103.147 27.392-49.792 67.157-90.112 118.251-119.829 40.427-23.552 84.523-38.507 134.848-45.717 18.133-2.603 37.035-3.627 56.469-4.501 64.277-2.901 117.099 13.568 148.224 27.264 39.552 17.408 72.811 41.003 101.717 72.107 29.077 31.317 49.365 67.435 62.059 110.443 6.635 22.4 10.005 48.469 10.005 77.547 0.043 26.133-2.155 50.112-7.253 80.128z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-pinterest"],"defaultCode":59657,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":10,"order":18,"ligatures":"","prevSize":32,"code":59661,"name":"icon-pinterest"},"setIdx":6,"setId":1,"iconIdx":9},{"icon":{"paths":["M942.699 590.059c6.699-37.888 32.192-230.229-111.232-371.264-10.901-12.672-118.507-131.733-316.651-131.733-22.315 0-45.184 1.557-68.139 4.651-18.176-9.557-69.653-33.216-133.995-33.216-69.376 0-131.008 26.773-183.445 79.829-1.216 1.28-118.997 127.061-39.893 289.152-5.931 27.243-19.669 116.011 21.675 224.149 2.261 8.149 57.984 200.341 268.309 263.019 2.859 1.109 70.912 26.667 164.864 26.667 14.613 0 29.227-0.619 43.541-1.877 16.192 7.296 63.467 26.069 121.621 26.069 69.525 0 131.563-27.392 178.859-78.613 4.885-4.885 117.845-120.576 54.485-296.832zM857.451 857.344c-40.171 43.456-89.984 65.493-148.096 65.493-59.947 0-107.584-23.915-108.011-24.149-3.029-1.557-6.4-2.368-9.771-2.368-0.704 0-1.408 0.043-2.133 0.107-14.784 1.472-30.016 2.219-45.248 2.219-85.653 0-149.013-23.616-151.125-24.384-188.715-56.277-240.448-232.341-241.536-235.968-44.096-115.605-19.328-206.677-19.093-207.509 1.515-5.269 0.939-10.923-1.6-15.765-71.893-137.963 25.109-242.816 28.992-246.933 43.904-44.395 95.317-66.923 152.853-66.923 66.56 0 118.4 30.613 118.869 30.891 4.224 2.581 9.323 3.584 14.144 2.859 23.317-3.435 46.571-5.184 69.12-5.184 184.064 0 283.648 116.096 284.608 117.227 0.469 0.555 0.981 1.109 1.472 1.621 140.053 137.024 99.285 336.768 98.859 338.795-0.853 4.011-0.555 8.213 0.896 12.032 57.963 153.045-38.528 253.184-43.2 257.941zM625.579 445.227c-0.704-0.213-1.408-0.384-2.133-0.491-104.363-18.624-165.611-46.571-165.781-46.571-13.547-7.68-21.355-15.829-22.016-22.955-0.704-7.616 6.421-16.811 10.923-21.163 26.133-13.248 50.624-19.968 72.789-19.968 48.491 0 71.296 32.235 72.277 33.6 31.723 46.933 64.32 70.72 96.811 70.72 21.781 0 34.773-10.944 36.779-12.8 21.419-18.795 32.747-41.771 32.811-66.453 0.085-47.339-39.979-84.053-44.096-87.701-48.085-44.843-112.107-67.584-190.229-67.584-72.875 0-131.157 20.309-133.312 21.056-125.44 42.155-135.765 150.293-123.733 201.579 0.192 0.811 0.448 1.6 0.704 2.368 46.293 128.107 240.448 144.683 248.683 145.344 88.832 7.019 92.971 48.448 93.12 50.837 3.093 43.243-74.432 56.576-86.443 58.389-77.525-4.373-96.171-34.005-96.213-34.005 0 0 0 0 0 0.021-0.619-1.28-1.344-2.453-2.197-3.563-42.581-56.341-59.2-75.883-96.448-76.843l-2.88-0.043c-29.845 0-47.509 12.587-57.045 23.147-24.256 26.837-21.077 65.664-20.651 69.995 0.107 0.939 0.277 1.877 0.469 2.816 34.475 144.299 218.56 148.459 239.467 148.459h0.491c11.221 0.661 22.037 0.981 32.427 0.981 245.867 0 262.72-179.627 262.805-181.035 10.731-110.059-98.24-171.2-157.376-188.139zM740.544 629.589c-0.533 6.059-17.579 155.2-250.901 141.248-0.448-0.043-1.941-0.043-2.347-0.043-17.344 0-169.536-3.221-197.547-114.048-0.213-4.907-0.341-24.597 9.899-35.968 5.547-6.123 14.72-9.387 27.157-9.067 15.424 0.405 22.101 5.184 62.656 58.773 6.635 11.157 36.8 50.837 133.099 55.659 1.195 0.064 2.325 0.021 3.477-0.107 49.045-5.589 130.731-33.771 125.781-102.869-0.064-3.307-2.816-81.259-132.416-91.499-1.728-0.149-173.461-14.677-211.435-116.053-2.56-12.373-19.157-111.552 96.341-150.357 0.533-0.192 53.781-18.731 119.424-18.731 66.987 0 121.195 18.901 161.493 56.448 8.427 7.552 30.272 32.363 30.165 56.213-0.085 12.373-6.037 23.595-18.027 34.133-0.128 0.085-3.264 2.411-8.896 2.411-7.915 0-29.76-5.056-61.376-51.819-1.408-2.155-35.669-52.523-107.712-52.523-29.76 0-61.632 8.725-94.763 25.963-1.301 0.683-2.496 1.472-3.627 2.389-3.136 2.56-30.613 25.984-27.84 58.944 1.877 22.229 16.512 41.259 44.971 57.344 2.667 1.259 66.091 30.613 176.619 50.475 13.269 4.032 135.381 44.011 125.803 143.083z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-skype"],"defaultCode":59658,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":11,"order":19,"ligatures":"","prevSize":32,"code":59662,"name":"icon-skype"},"setIdx":6,"setId":1,"iconIdx":10},{"icon":{"paths":["M973.397 216.917c-7.552-5.163-17.515-4.971-24.832 0.491-5.056 3.776-12.587 7.125-21.376 10.069 28.949-35.925 29.376-59.925 28.949-65.813-0.576-7.68-5.248-14.485-12.224-17.749-6.976-3.285-15.168-2.56-21.461 1.963-39.467 28.267-78.955 34.389-101.973 35.2-37.504-34.859-86.016-53.952-137.536-53.952-111.509 0-202.24 90.709-202.24 202.219 0 8.064 0.491 16.107 1.429 24.085-186.112-4.608-337.024-180.011-338.539-181.824-4.48-5.269-11.179-8.085-18.133-7.445-6.891 0.576-13.056 4.501-16.555 10.453-47.36 80.981-28.032 157.696 4.437 211.328-6.037-3.243-13.333-3.456-19.584-0.341-7.147 3.541-11.712 10.795-11.861 18.752-1.387 85.056 37.461 136.064 76.672 165.76-2.88 1.173-5.504 2.987-7.68 5.355-5.099 5.589-6.869 13.483-4.629 20.715 27.243 87.851 91.243 120.789 136.149 133.141-51.477 36.288-115.2 44.821-163.605 44.821-30.891 0-52.203-3.669-52.416-3.712-9.643-1.707-19.349 3.456-23.275 12.523-3.904 9.045-1.152 19.627 6.741 25.536 97.152 73.024 214.421 88.384 295.744 88.384 64.256 0 108.907-9.387 111.168-9.877 417.323-97.472 433.195-471.659 432.512-539.819 78.229-71.893 90.688-99.947 92.651-106.944 2.411-8.768-1.003-18.155-8.533-23.317zM853.333 322.219c-4.843 4.373-7.403 10.731-6.955 17.28 0.277 4.053 23.083 407.317-398.955 505.877-0.427 0.085-42.453 8.853-101.867 8.853-55.381 0-128.704-7.595-198.635-38.293 64.021-4.096 142.571-23.744 199.061-86.229 5.653-6.272 7.040-15.275 3.605-22.976-3.435-7.68-11.115-12.672-19.563-12.672-3.968 0-87.936-1.024-129.963-79.061 19.456 0.619 37.077-2.261 50.176-8.235 8.405-3.819 13.333-12.565 12.352-21.717-0.981-9.173-7.765-16.64-16.768-18.581-4.544-0.981-101.205-22.976-118.635-124.928 15.147 5.781 33.579 9.792 51.413 7.168 8.277-1.237 15.083-7.189 17.365-15.253 2.304-8.043-0.299-16.704-6.677-22.123-4.267-3.627-96.448-83.733-56.427-188.565 53.696 54.528 199.808 182.805 376 172.885 6.357-0.363 12.224-3.563 16-8.704s5.035-11.712 3.456-17.877c-3.307-12.928-4.971-26.283-4.971-39.723 0-87.979 71.595-159.552 159.573-159.552 43.115 0 83.499 16.939 113.749 47.659 3.925 3.989 9.259 6.272 14.848 6.379l3.285 0.021c15.68 0 40.256-1.899 68.437-10.987-9.024 9.536-20.757 20.288-35.989 32.043-7.467 5.781-10.24 15.765-6.848 24.576 3.413 8.789 12.267 14.336 21.589 13.589 3.456-0.299 18.645-1.6 37.44-4.971-11.797 12.117-26.88 26.688-46.101 44.117z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-twitter"],"defaultCode":59659,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":12,"order":20,"ligatures":"","prevSize":32,"code":59663,"name":"icon-twitter"},"setIdx":6,"setId":1,"iconIdx":11},{"icon":{"paths":["M924.011 194.56c-41.131-61.333-114.411-63.872-117.504-63.957l-7.467-0.107c-200.555 0-249.429 210.581-249.92 212.715-1.621 7.339 0.747 14.997 6.251 20.16 5.504 5.141 13.248 7.019 20.501 4.928 43.2-12.459 73.792-11.435 84.8 2.624 8.448 10.795 6.699 29.248 5.12 36.629-64.299 162.603-104.256 182.016-111.573 184.256-22.037-15.275-55.36-143.381-72.299-279.36-19.563-140.715-80.427-170.24-128-170.24-31.147 0-55.915 13.184-62.272 16.917-80.341 37.205-206.507 169.003-211.861 174.635-7.509 7.851-7.893 20.096-0.917 28.416l40.171 47.915c3.925 4.693 9.707 7.488 15.829 7.616 5.803 0.299 12.011-2.325 16.171-6.827 27.328-29.525 43.179-32.704 48.725-32.704 8.149 0 12.16 7.061 13.013 8.704 46.528 93.525 78.315 227.904 78.656 229.397 60.544 250.219 142.336 277.227 174.699 277.227 3.861 0 6.229-0.427 6.187-0.448 231.829-29.696 437.099-439.488 446.549-458.773 39.872-104.683 41.621-185.323 5.141-239.723zM879.787 417.237c-2.027 4.053-203.733 407.040-413.376 433.6l-0.299 21.333v-21.333c-3.029 0-74.709-2.795-133.184-244.437-1.344-5.696-33.216-140.501-81.664-237.867-5.611-12.245-22.763-33.024-51.52-33.024-19.925 0-40.64 9.664-62.891 29.483l-12.907-15.403c34.432-34.688 127.68-125.44 186.432-152.128 0.853-0.405 1.664-0.832 2.453-1.344 0.171-0.107 18.688-11.243 41.045-11.243 55.531 0 77.291 72.555 85.717 133.163 10.816 87.019 42.24 291.392 100.48 314.347 2.624 1.109 6.976 2.368 12.864 2.368 45.867 0 97.365-71.637 153.088-212.971 0.341-0.789 0.576-1.6 0.811-2.411 1.173-4.48 10.731-44.544-12.331-74.389-18.112-23.467-48.811-32.469-92.587-26.069 21.035-51.904 75.883-145.749 197.099-145.749l6.357 0.085c0.533 0.021 54.208 1.877 83.179 45.056 27.947 41.664 24.619 111.061-8.768 198.933z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-vimeo"],"defaultCode":59660,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":13,"order":21,"ligatures":"","prevSize":32,"code":59664,"name":"icon-vimeo"},"setIdx":6,"setId":1,"iconIdx":12},{"icon":{"paths":["M871.915 759.445c-1.728-6.805-6.677-12.352-13.291-14.763-6.592-2.411-13.909-1.472-19.712 2.581-28.096 19.861-57.344 29.525-89.387 29.525-60.715 0-123.264-33.963-189.525-69.867-52.544-28.523-106.539-57.792-162.133-70.485 45.525-49.707 94.123-100.843 141.419-150.571 56.789-59.691 115.499-121.429 170.411-182.336 8.021-8.875 16.448-17.664 24.917-26.475 49.344-51.413 105.259-109.717 93.291-203.285-0.704-5.781-3.797-11.029-8.469-14.485s-10.581-4.821-16.341-3.84c-44.693 7.787-134.251 20.885-232.277 20.885-88.747 0-160.213-11.264-206.677-32.555-8.277-3.861-18.027-1.941-24.299 4.608-40.619 42.347-85.44 97.664-71.253 150.037 17.045 62.869 129.301 57.813 224.619 55.36 2.752-0.085 5.419-0.149 8.128-0.213-66.795 86.955-146.411 181.184-237.099 280.64-8.512 9.344-17.429 18.368-26.325 27.435-50.645 51.435-108.011 109.781-88.363 220.075 2.005 11.264 12.416 18.923 23.936 17.365 99.968-13.909 194.432 6.4 279.851 60.053 17.92 11.264 35.264 23.936 53.675 37.312 42.816 31.211 87.104 63.488 140.075 78.251 17.877 4.992 36.096 7.531 54.165 7.531 56.832 0 108.501-24.469 141.717-67.136 33.259-42.688 43.541-97.963 28.949-155.648zM809.344 888.875c-33.259 42.688-93.077 60.779-150.741 44.757-45.547-12.715-86.677-42.667-126.443-71.637-18.155-13.205-36.885-26.901-56.064-38.933-74.88-47.040-156.203-70.891-241.792-70.891-14.912 0-30.101 0.725-45.355 2.197-6.443-75.541 33.6-116.224 79.403-162.795 9.301-9.429 18.581-18.88 27.456-28.629 103.872-113.899 193.408-221.12 266.133-318.677 4.843-6.485 5.589-15.104 1.963-22.315-3.605-7.211-10.987-11.776-19.072-11.776-16.149 0-34.069 0.469-52.672 0.939-19.776 0.533-40.405 1.067-60.565 1.067-100.075 0-119.296-15.616-121.792-24.917-5.952-21.973 11.157-55.147 50.88-98.667 51.755 20.181 122.325 30.421 210.176 30.421 86.123 0 165.781-9.771 216-17.6-1.173 60.843-41.045 102.4-83.008 146.133-8.789 9.152-17.493 18.219-25.792 27.435-54.571 60.48-113.067 122.027-169.664 181.525-56.875 59.84-115.712 121.664-168.96 180.928-5.483 6.059-6.976 14.741-3.883 22.336 3.093 7.552 10.24 12.715 18.411 13.205 60.821 3.733 124.288 38.144 185.707 71.467 68.011 36.885 138.304 75.051 209.856 75.051 30.421 0 58.731-6.677 85.781-20.288 2.347 33.557-6.528 64.683-25.963 89.664z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-zerply"],"defaultCode":59661,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":14,"order":22,"ligatures":"","prevSize":32,"code":59665,"name":"icon-zerply"},"setIdx":6,"setId":1,"iconIdx":13},{"icon":{"paths":["M861.576 473.148h-155.377c0-128.663 104.358-233.020 233.050-233.020 42.918 0 77.673-34.786 77.673-77.704 0-42.857-34.756-77.673-77.673-77.673-214.528 0-388.397 173.899-388.397 388.397v310.724c0 85.835 69.572 155.347 155.347 155.347h155.377c85.805 0 155.347-69.542 155.347-155.347v-155.347c0.030-85.805-69.542-155.377-155.347-155.377zM395.475 240.128c42.918 0 77.704-34.786 77.704-77.704 0-42.857-34.786-77.673-77.704-77.673-214.498 0-388.397 173.899-388.397 388.397v310.724c0 85.835 69.572 155.347 155.377 155.347h155.347c85.805 0 155.377-69.542 155.377-155.347v-155.347c0-85.835-69.602-155.377-155.377-155.377h-155.347c0-128.663 104.297-233.020 233.020-233.020z"],"isMulticolor":false,"isMulticolor2":false,"tags":["quote"],"defaultCode":59662,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":15,"order":23,"ligatures":"","prevSize":32,"code":59666,"name":"quote"},"setIdx":6,"setId":1,"iconIdx":14},{"icon":{"paths":["M511 0c-267.568 0-487.158 205.256-510 466.896v90.208c22.842 261.64 242.432 466.896 510 466.896 282.77 0 512-229.23 512-512s-229.23-512-512-512zM513 980c-259.574 0-470-210.426-470-470s210.426-469 470-469 470 209.426 470 469-210.426 470-470 470zM372 271.5c0 0-30-10.5-29 14.5-1 25 0.5 421 0 452 0 27 7.2 29.4 29 14 29-16 398.6-231 398.6-231l-1.2-19.8-397.4-229.7zM704 513l-319 184.5v-370.5l319 183.5v2.5z"],"isMulticolor":false,"isMulticolor2":false,"tags":["video-play"],"defaultCode":59663,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":16,"order":24,"ligatures":"","prevSize":32,"code":59667,"name":"video-play"},"setIdx":6,"setId":1,"iconIdx":15},{"icon":{"paths":["M960 851.115h-896c-35.285 0-64-28.715-64-64v-550.229c0-35.285 28.715-64 64-64h896c35.285 0 64 28.715 64 64v550.229c0 35.307-28.715 64-64 64zM64 215.552c-11.755 0-21.333 9.579-21.333 21.333v550.229c0 11.776 9.579 21.333 21.333 21.333h896c11.776 0 21.333-9.557 21.333-21.333v-550.229c0-11.755-9.557-21.333-21.333-21.333h-896zM512.064 656.875c-0.021 0-0.043 0-0.085 0-42.069-0.043-81.408-17.536-110.784-49.344l-342.144-369.195c-8-8.64-7.509-22.144 1.152-30.144 8.619-8 22.144-7.509 30.144 1.152l342.144 369.216c21.227 22.976 49.451 35.627 79.509 35.648 0.021 0 0.043 0 0.064 0 30.080 0 58.368-12.672 79.659-35.648l341.909-369.216c7.979-8.661 21.483-9.173 30.144-1.173 8.64 8 9.173 21.504 1.152 30.144l-341.909 369.237c-29.461 31.808-68.843 49.323-110.955 49.323zM61.696 808.619c-5.099 0-10.197-1.813-14.272-5.504-8.747-7.893-9.429-21.376-1.536-30.123l262.229-290.603c7.872-8.768 21.355-9.451 30.123-1.536 8.747 7.893 9.429 21.376 1.536 30.123l-262.251 290.603c-4.203 4.672-10.005 7.040-15.829 7.040zM962.325 808.619c-5.803 0-11.627-2.368-15.829-7.040l-262.251-290.603c-7.893-8.747-7.211-22.229 1.536-30.123 8.725-7.893 22.229-7.232 30.123 1.536l262.251 290.603c7.893 8.747 7.211 22.229-1.536 30.123-4.075 3.691-9.173 5.504-14.293 5.504z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-email"],"defaultCode":59664,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":17,"order":25,"ligatures":"","prevSize":32,"code":59668,"name":"icon-email"},"setIdx":6,"setId":1,"iconIdx":16},{"icon":{"paths":["M36.447 6.252l981.311 981.311-30.17 30.17-981.311-981.311 30.17-30.17zM987.576 6.252l30.17 30.17-981.311 981.311-30.17-30.17 981.311-981.311z"],"isMulticolor":false,"isMulticolor2":false,"tags":["close"],"defaultCode":59665,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":18,"order":26,"ligatures":"","prevSize":32,"code":59669,"name":"close"},"setIdx":6,"setId":1,"iconIdx":17},{"icon":{"paths":["M0.021 490.667h1023.957v42.667h-1023.957v-42.667zM490.688 0h42.667v1024h-42.667v-1024z"],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-plus"],"defaultCode":59666,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":19,"order":27,"ligatures":"","prevSize":32,"code":59670,"name":"icon-plus"},"setIdx":6,"setId":1,"iconIdx":18},{"icon":{"paths":["M777.312 456.832l-306.752-306.752c-28.096-28.096-74.144-28.096-102.24 0l-25.6 25.6c-28.096 28.064-28.096 74.112 0 102.208l234.048 234.112-234.080 234.080c-28.096 28.096-28.096 74.144 0 102.208l25.6 25.6c28.096 28.128 74.144 28.128 102.24 0l306.752-306.784c15.104-15.072 21.824-35.296 20.704-55.136 1.152-19.808-5.568-40.032-20.672-55.136z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right-toggle"],"defaultCode":59667,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":20,"order":28,"ligatures":"","prevSize":32,"code":59671,"name":"arrow-right-toggle"},"setIdx":6,"setId":1,"iconIdx":19},{"icon":{"paths":["M0 176.725h1024v42.667h-1024v-42.667zM0 490.688h1024v42.667h-1024v-42.667zM0 804.608h1024v42.667h-1024v-42.667z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"defaultCode":59668,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":21,"order":29,"ligatures":"","prevSize":32,"code":59672,"name":"menu"},"setIdx":6,"setId":1,"iconIdx":20},{"icon":{"paths":["M916.523 1024h-809.003c-59.285 0-107.52-48.256-107.52-107.541v-26.283c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.283c0 59.285-48.213 107.541-107.477 107.541zM107.52 825.344c-35.755 0-64.853 29.077-64.853 64.832v26.283c0 35.776 29.099 64.875 64.853 64.875h809.003c35.733 0 64.811-29.099 64.811-64.875v-26.283c0-35.755-29.077-64.832-64.811-64.832h-809.003zM916.523 632.683h-809.003c-59.285 0-107.52-48.256-107.52-107.541v-26.325c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.325c0 59.307-48.213 107.541-107.477 107.541zM107.52 433.984c-35.755 0-64.853 29.077-64.853 64.832v26.325c0 35.776 29.099 64.875 64.853 64.875h809.003c35.733 0 64.811-29.099 64.811-64.875v-26.325c0-35.755-29.077-64.832-64.811-64.832h-809.003zM916.523 241.323h-809.003c-59.285 0-107.52-48.213-107.52-107.477v-26.347c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.304c0 59.285-48.213 107.52-107.477 107.52zM107.52 42.667c-35.755 0-64.853 29.077-64.853 64.832v26.347c0 35.733 29.099 64.811 64.853 64.811h809.003c35.733 0 64.811-29.099 64.811-64.853v-26.304c0-35.755-29.077-64.832-64.811-64.832h-809.003z"],"isMulticolor":false,"isMulticolor2":false,"tags":["menu-2"],"defaultCode":59669,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":22,"order":30,"ligatures":"","prevSize":32,"code":59673,"name":"menu-2"},"setIdx":6,"setId":1,"iconIdx":21},{"icon":{"paths":["M17.067 1024c-4.403 0-8.772-1.673-12.117-5.052-6.622-6.656-6.554-17.51 0.102-24.132l331.503-328.533c6.69-6.588 17.476-6.554 24.132 0.068 6.622 6.69 6.588 17.545-0.102 24.201l-331.503 328.533c-3.345 3.277-7.68 4.915-12.015 4.915zM691.746 352.358c-4.335 0-8.67-1.638-12.049-4.949-6.69-6.622-6.758-17.442-0.137-24.132l315.221-318.191c6.588-6.724 17.476-6.758 24.132-0.137s6.724 17.442 0.137 24.132l-315.221 318.225c-3.379 3.345-7.68 5.052-12.083 5.052zM1006.933 221.867c-9.387 0-17.067-7.646-17.067-17.067v-170.667h-170.667c-9.387 0-17.067-7.646-17.067-17.067s7.68-17.067 17.067-17.067h187.733c9.387 0 17.067 7.646 17.067 17.067v187.733c0 9.421-7.68 17.067-17.067 17.067zM204.8 1024h-187.733c-9.421 0-17.067-7.68-17.067-17.067v-187.733c0-9.387 7.646-17.067 17.067-17.067s17.067 7.68 17.067 17.067v170.667h170.667c9.421 0 17.067 7.68 17.067 17.067s-7.646 17.067-17.067 17.067z"],"isMulticolor":false,"isMulticolor2":false,"tags":["fit-to"],"defaultCode":59670,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":23,"order":31,"ligatures":"","prevSize":32,"code":59674,"name":"fit-to"},"setIdx":6,"setId":1,"iconIdx":22},{"icon":{"paths":["M17.067 1024c-4.403 0-8.772-1.673-12.117-5.052-6.622-6.656-6.554-17.51 0.102-24.132l331.503-328.533c6.69-6.588 17.476-6.554 24.132 0.068 6.622 6.69 6.588 17.545-0.102 24.201l-331.503 328.533c-3.345 3.277-7.68 4.915-12.015 4.915zM691.746 352.358c-4.335 0-8.67-1.638-12.049-4.949-6.69-6.622-6.758-17.442-0.137-24.132l315.221-318.191c6.588-6.724 17.476-6.758 24.132-0.137s6.724 17.442 0.137 24.132l-315.221 318.225c-3.379 3.345-7.68 5.052-12.083 5.052zM1006.933 1024c-4.471 0-9.011-1.775-12.322-5.257l-315.187-328.533c-6.519-6.793-6.349-17.613 0.546-24.132 6.793-6.485 17.613-6.315 24.132 0.546l315.187 328.533c6.519 6.793 6.349 17.613-0.546 24.132-3.311 3.14-7.543 4.71-11.81 4.71zM348.604 352.358c-4.267 0-8.533-1.57-11.81-4.745l-331.537-318.225c-6.793-6.519-7.031-17.34-0.512-24.132 6.554-6.793 17.34-7.031 24.132-0.512l331.537 318.225c6.793 6.519 7.031 17.34 0.512 24.132-3.345 3.482-7.817 5.257-12.322 5.257zM1006.933 221.867c-9.387 0-17.067-7.646-17.067-17.067v-170.667h-170.667c-9.387 0-17.067-7.646-17.067-17.067s7.68-17.067 17.067-17.067h187.733c9.387 0 17.067 7.646 17.067 17.067v187.733c0 9.421-7.68 17.067-17.067 17.067zM1006.933 1024h-187.733c-9.387 0-17.067-7.68-17.067-17.067s7.68-17.067 17.067-17.067h170.667v-170.667c0-9.387 7.68-17.067 17.067-17.067s17.067 7.68 17.067 17.067v187.733c0 9.387-7.68 17.067-17.067 17.067zM17.067 221.867c-9.421 0-17.067-7.646-17.067-17.067v-187.733c0-9.421 7.646-17.067 17.067-17.067h187.733c9.421 0 17.067 7.646 17.067 17.067s-7.646 17.067-17.067 17.067h-170.667v170.667c0 9.421-7.646 17.067-17.067 17.067zM204.8 1024h-187.733c-9.421 0-17.067-7.68-17.067-17.067v-187.733c0-9.387 7.646-17.067 17.067-17.067s17.067 7.68 17.067 17.067v170.667h170.667c9.421 0 17.067 7.68 17.067 17.067s-7.646 17.067-17.067 17.067z"],"isMulticolor":false,"isMulticolor2":false,"tags":["full-screen"],"defaultCode":59671,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":24,"order":32,"ligatures":"","prevSize":32,"code":59675,"name":"full-screen"},"setIdx":6,"setId":1,"iconIdx":23},{"icon":{"paths":["M167.488 511.957l-1.643-1.664 241.344-241.344 30.165 30.165-188.075 188.096h-7.957v42.667h0.896l195.008 195.008-30.165 30.165-241.323-241.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left2"],"defaultCode":59672,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":25,"order":33,"ligatures":"","prevSize":32,"code":59676,"name":"arrow-left2"},"setIdx":6,"setId":1,"iconIdx":24},{"icon":{"paths":["M241.003 533.397c-5.781 0-11.584-2.368-15.787-7.040-7.872-8.704-7.211-22.165 1.493-30.037l541.995-490.816c8.704-7.915 22.208-7.253 30.037 1.493 7.915 8.704 7.253 22.165-1.493 30.080l-541.952 490.773c-4.075 3.712-9.195 5.547-14.293 5.547zM782.997 1024.021c-5.12 0-10.24-1.835-14.293-5.547l-541.995-490.624c-8.704-7.872-9.365-21.333-1.493-30.037 7.872-8.747 21.333-9.451 30.080-1.493l541.952 490.581c8.747 7.872 9.408 21.376 1.493 30.080-4.203 4.629-9.941 7.040-15.744 7.040z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left3"],"defaultCode":59673,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":26,"order":34,"ligatures":"","prevSize":32,"code":59677,"name":"arrow-left3"},"setIdx":6,"setId":1,"iconIdx":25},{"icon":{"paths":["M856.512 512.043l1.643 1.621-241.387 241.387-30.165-30.165 188.075-188.096h7.979v-42.667h-0.875l-195.051-195.008 30.165-30.165 241.365 241.344z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right2"],"defaultCode":59674,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":27,"order":35,"ligatures":"","prevSize":32,"code":59678,"name":"arrow-right2"},"setIdx":6,"setId":1,"iconIdx":26},{"icon":{"paths":["M782.976 533.376c-5.077 0-10.219-1.792-14.251-5.504l-542.037-490.773c-8.704-7.893-9.365-21.355-1.493-30.059 7.915-8.747 21.376-9.408 30.080-1.493l541.995 490.752c8.747 7.915 9.408 21.376 1.493 30.080-4.203 4.672-9.941 6.997-15.787 6.997zM241.024 1024c-5.824 0-11.627-2.368-15.829-6.997-7.872-8.704-7.168-22.208 1.493-30.080l542.037-490.624c8.661-7.915 22.165-7.211 30.037 1.493 7.915 8.704 7.211 22.208-1.493 30.080l-541.995 490.624c-4.075 3.669-9.195 5.504-14.251 5.504z"],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right3"],"defaultCode":59675,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":28,"order":36,"ligatures":"","prevSize":32,"code":59679,"name":"arrow-right3"},"setIdx":6,"setId":1,"iconIdx":27},{"icon":{"paths":["M105.54 1019.733c-2.867 0-5.769-0.717-8.397-2.15-5.359-3.038-8.67-8.738-8.67-14.916v-981.333c0-6.144 3.311-11.844 8.67-14.848 5.359-3.038 11.947-2.935 17.203 0.239l812.954 490.598c5.086 3.072 8.226 8.602 8.226 14.609 0 5.973-3.14 11.537-8.226 14.609l-812.954 490.735c-2.697 1.673-5.769 2.458-8.806 2.458zM122.607 51.541v920.883l762.88-460.493-762.88-460.39z"],"isMulticolor":false,"isMulticolor2":false,"tags":["start"],"defaultCode":59676,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":29,"order":37,"ligatures":"","prevSize":32,"code":59680,"name":"start"},"setIdx":6,"setId":1,"iconIdx":28},{"icon":{"paths":["M934.176 168.48c-116.128-115.072-301.824-117.472-422.112-9.216-120.32-108.256-305.952-105.856-422.144 9.216-119.712 118.528-119.712 310.688 0 429.28 34.208 33.888 353.696 350.112 353.696 350.112 37.856 37.504 99.072 37.504 136.896 0 0 0 349.824-346.304 353.696-350.112 119.744-118.592 119.744-310.752-0.032-429.28zM888.576 552.576l-353.696 350.112c-12.576 12.512-33.088 12.512-45.6 0l-353.696-350.112c-94.4-93.44-94.4-245.472 0-338.912 91.008-90.080 237.312-93.248 333.088-7.104l43.392 39.040 43.36-39.040c95.808-86.144 242.112-83.008 333.12 7.104 94.4 93.408 94.4 245.44 0.032 338.912zM296.096 240.032c8.864 0 16 7.168 16 16s-7.168 16-16 16h-0.032c-57.408 0-103.968 46.56-103.968 103.968v0.032c0 8.832-7.168 16-16 16s-16-7.168-16-16v0c0-75.072 60.832-135.904 135.872-135.968 0.064 0 0.064-0.032 0.128-0.032z"],"isMulticolor":false,"isMulticolor2":false,"tags":["heart","love","like"],"defaultCode":59677,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":30,"order":38,"ligatures":"","prevSize":32,"code":59681,"name":"heart"},"setIdx":6,"setId":1,"iconIdx":29},{"icon":{"paths":["M256.416 705.056v-255.104h125.824l-188.864-220.544-192.832 220.576h126.304v380.672h558.976l-125.536-125.568h-303.872zM897.152 608.032v-382.656h-560.992l127.552 127.52h303.872v255.136h-125.824l188.832 220.576 192.832-220.576h-126.272z"],"isMulticolor":false,"isMulticolor2":false,"tags":["retweet","arrows","loop","reload"],"defaultCode":59678,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":31,"order":39,"ligatures":"","prevSize":32,"code":59682,"name":"retweet"},"setIdx":6,"setId":1,"iconIdx":30},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM384 288l384 224-384 224z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play2"],"defaultCode":59925,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":32,"order":40,"ligatures":"","prevSize":32,"code":59925,"name":"play2"},"setIdx":6,"setId":1,"iconIdx":31},{"icon":{"paths":["M192 128l640 384-640 384z"],"isMulticolor":false,"isMulticolor2":false,"tags":["play3"],"defaultCode":59932,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":33,"order":41,"ligatures":"","prevSize":32,"code":59932,"name":"play3"},"setIdx":6,"setId":1,"iconIdx":32},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0zM512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6zM846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram"],"defaultCode":60050,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":34,"order":42,"ligatures":"","prevSize":32,"code":60050,"name":"instagram"},"setIdx":6,"setId":1,"iconIdx":33},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter"],"defaultCode":60054,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":35,"order":43,"ligatures":"","prevSize":32,"code":60054,"name":"twitter"},"setIdx":6,"setId":1,"iconIdx":34}],"height":1024,"metadata":{"name":"lae-icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"lae-icon-","metadata":{"fontFamily":"lae-icomoon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}}
1
+ {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M767.444 270.469c-4.236 0.152-8.273-1.803-10.781-5.222-79.366-108.211-281.018 4.515-236.729 127.216 3.063 8.486-3.379 17.393-12.398 17.141-90.342-2.528-170.651-33.693-239.908-83.743-24.199-17.488-45.309-36.091-63.233-54.631-3.606-3.73-6.835-7.191-9.681-10.34-22.96 48.399-12.81 94.161 19.033 136.169 6.952 9.171 14.415 17.355 21.861 24.416 4.407 4.179 7.759 7.002 9.525 8.349 9.401 7.17 4.886 22.163-6.911 22.949-6.784 0.452-14.097-0.030-21.887-1.308-9.81-1.61-20.095-4.429-30.537-8.111-1.089-0.384-2.155-0.768-3.197-1.151 5.028 41.887 24.571 72.472 54.449 94.069 12.318 8.904 25.575 15.62 38.825 20.421 7.866 2.851 13.858 4.405 17.007 4.979 13.374 2.436 14.229 21.287 1.132 24.926-17.026 4.73-34.18 6.453-50.291 6.132 12.261 22.787 27.601 40.261 45.368 53.128 27.059 19.596 54.564 25.934 74.046 25.474 12.385-0.566 18.318 14.834 8.83 22.659-19.608 16.172-41.4 29.29-64.977 39.609-38.111 16.68-77.194 25.067-113.483 27.778 49.878 21.642 110.345 37.257 161.921 40.814 90.643 6.251 203.937-24.849 289.316-94.779 78.924-64.643 121.305-150.318 142.617-239.624 2.477-10.378 4.55-23.089 6.231-37.579 1.809-15.591 3.071-32.362 3.878-49.141 0.485-10.071 0.709-17.885 0.772-22.294 0.058-4.112 2.089-7.946 5.458-10.305 9.624-6.737 18.988-14.622 28.022-23.426 5.561-5.42 10.855-11.043 15.856-16.767-6.743 1.732-13.409 3.15-19.965 4.278-11.897 2.047-20.949 2.773-26.255 2.807-12.761 0.083-17.771-16.514-7.097-23.507 10.636-6.967 20.087-15.132 28.424-24.262 4.956-5.427 9.397-11.051 13.347-16.77-31.12 13.652-54.209 19.129-68.588 19.645zM772.703 244.155c3.979-0.667 9.392-1.836 16.204-3.714 19.849-5.472 43.327-14.957 70.258-29.458 10.106-5.442 21.714 4.142 18.283 15.096-4.599 14.686-15.293 35.693-34.118 56.847 11.416-3.049 23.077-7.107 34.757-12.312 11.503-5.126 22.717 7.695 16.104 18.413-2.199 3.565-6.253 9.566-12.005 17.201-9.535 12.656-20.445 25.306-32.597 37.15-8.334 8.123-16.971 15.578-25.896 22.227-0.128 4.456-0.337 10.117-0.654 16.696-0.833 17.312-2.137 34.633-4.019 50.861-1.788 15.417-4.017 29.078-6.76 40.572-22.49 94.244-67.183 184.594-151.297 253.486-90.74 74.32-210.48 107.19-307.299 100.513-73.015-5.036-161.887-32.591-219.688-68.277-11.591-7.156-5.467-25.062 8.079-23.62 0.879 0.094 2.744 0.249 5.506 0.409 44.29 2.568 98.004-3.705 149.162-26.095 11.467-5.019 22.446-10.75 32.885-17.226-17.529-4.377-36.632-12.641-55.535-26.331-26.378-19.103-47.991-46.621-63.188-83.55-3.846-9.345 4.146-19.252 14.094-17.47 0.912 0.163 2.876 0.445 5.734 0.738 2.133 0.219 4.302 0.398 6.502 0.535-5.143-2.975-10.21-6.244-15.162-9.824-40.759-29.461-65.637-73.7-66.323-134.45-0.108-9.55 9.903-15.85 18.467-11.621 4.060 2.005 11.234 5.131 20.114 8.262 2.001 0.706 3.99 1.374 5.963 2.001-2.347-2.799-4.661-5.695-6.929-8.688-41.099-54.22-51.614-116.436-11.781-180.889 4.733-7.658 15.684-8.167 21.107-0.98 3.302 4.377 10.056 12.362 20.129 22.782 16.92 17.502 36.908 35.116 59.822 51.675 60.81 43.945 130.41 72.369 208.084 78.020-29.585-140.095 186.264-256.301 281.995-138.977z","M912.543 992.064c43.919 0 79.521-35.603 79.521-79.521v-801.086c0-43.919-35.603-79.522-79.521-79.522h-801.086c-43.919 0-79.522 35.603-79.522 79.522v801.086c0 43.918 35.603 79.521 79.522 79.521h801.086zM912.543 1017.664h-801.086c-58.057 0-105.122-47.064-105.122-105.121v-801.086c0-58.057 47.065-105.122 105.122-105.122h801.086c58.057 0 105.121 47.064 105.121 105.122v801.086c0 58.057-47.064 105.121-105.121 105.121z","M297.622 111.582h246.021c7.069 0 12.8-5.731 12.8-12.8s-5.731-12.8-12.8-12.8h-246.021c-7.069 0-12.8 5.731-12.8 12.8s5.731 12.8 12.8 12.8z","M618.865 111.582h66.543c7.069 0 12.8-5.731 12.8-12.8s-5.731-12.8-12.8-12.8h-66.543c-7.069 0-12.8 5.731-12.8 12.8s5.731 12.8 12.8 12.8z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitter-grid"],"colorPermutations":{"6571821727373180801121":[{},{},{},{}]}},"attrs":[{},{},{},{}],"properties":{"order":199,"id":33,"name":"twitter-grid","prevSize":32,"code":59686},"setIdx":0,"setId":4,"iconIdx":0},{"icon":{"paths":["M489.739 478.609v445.217c0 12.294-9.967 22.261-22.261 22.261-258.181 0-467.478-209.298-467.478-467.478s209.297-467.478 467.478-467.478c249.293 0 454.019 195.838 466.327 444.115 0.63 12.712-9.506 23.363-22.234 23.363h-421.833zM445.217 456.348c0-12.294 9.967-22.261 22.261-22.261h420.061c-22.328-213.425-202.43-378.435-420.061-378.435-233.593 0-422.957 189.364-422.957 422.957 0 226.125 177.451 410.805 400.696 422.381v-444.642z","M556.522 1012.87c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261h266.319c21.4 0 30.474 27.249 13.345 40.078-80.52 60.307-177.633 93.487-279.664 93.487zM744.753 923.826h-165.97v43.938c58.398-3.069 114.619-18.181 165.97-43.938z","M556.522 923.826c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261h355.568c18.36 0 28.827 20.975 17.787 35.646-26.67 35.441-58.184 66.882-93.691 93.476-3.851 2.884-8.533 4.443-13.345 4.443h-266.319zM578.783 879.304h236.541c17.476-13.565 33.838-28.448 48.958-44.522h-285.499v44.522z","M992.799 612.174c14.074 0 24.616 12.897 21.816 26.69-6.473 31.886-16.477 63.121-29.774 93.533-3.544 8.105-11.55 13.343-20.396 13.343h-407.923c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261h436.277zM578.783 656.696v44.522h370.843c5.853-14.671 10.856-29.519 14.982-44.522h-385.825z","M1001.739 523.13c12.294 0 22.261 9.967 22.261 22.261 0 31.59-3.167 62.846-9.385 93.473-2.107 10.375-11.229 17.831-21.816 17.831h-436.277c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261h445.217zM578.783 567.652v44.522h395.427c2.339-14.711 3.907-29.564 4.688-44.522h-400.115z","M534.261 723.478c0-12.294 9.967-22.261 22.261-22.261h407.923c16.051 0 26.827 16.472 20.396 31.179-14.336 32.786-32.784 64.035-54.963 93.51-4.205 5.589-10.793 8.876-17.788 8.876h-355.568c-12.294 0-22.261-9.967-22.261-22.261v-89.043zM578.783 790.261h322.032c10.323-14.432 19.656-29.284 27.952-44.522h-349.984v44.522z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piechart3"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{}],"properties":{"order":200,"id":32,"name":"piechart3","prevSize":32,"code":59687},"setIdx":0,"setId":4,"iconIdx":1},{"icon":{"paths":["M896 977.455c25.706 0 46.545-20.839 46.545-46.545v-837.818c0-25.706-20.839-46.545-46.545-46.545h-768c-25.706 0-46.545 20.839-46.545 46.545v837.818c0 25.706 20.839 46.545 46.545 46.545h768zM896 1024h-768c-51.413 0-93.091-41.678-93.091-93.091v-837.818c0-51.413 41.678-93.091 93.091-93.091h768c51.413 0 93.091 41.678 93.091 93.091v837.818c0 51.413-41.678 93.091-93.091 93.091z","M221.091 209.455v93.091h139.636v-93.091h-139.636zM197.818 162.909h186.182c12.853 0 23.273 10.42 23.273 23.273v139.636c0 12.853-10.42 23.273-23.273 23.273h-186.182c-12.853 0-23.273-10.42-23.273-23.273v-139.636c0-12.853 10.42-23.273 23.273-23.273z","M523.636 232.727h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273z","M523.636 325.818h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273z","M663.273 558.545h139.636v-93.091h-139.636v93.091zM640 418.909h186.182c12.853 0 23.273 10.42 23.273 23.273v139.636c0 12.853-10.42 23.273-23.273 23.273h-186.182c-12.853 0-23.273-10.42-23.273-23.273v-139.636c0-12.853 10.42-23.273 23.273-23.273z","M500.364 535.273h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z","M500.364 442.182h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z","M221.091 721.455v93.091h139.636v-93.091h-139.636zM197.818 674.909h186.182c12.853 0 23.273 10.42 23.273 23.273v139.636c0 12.853-10.42 23.273-23.273 23.273h-186.182c-12.853 0-23.273-10.42-23.273-23.273v-139.636c0-12.853 10.42-23.273 23.273-23.273z","M523.636 744.727h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273z","M523.636 837.818h302.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273h-302.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273z"],"attrs":[{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["features"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{}],"properties":{"order":201,"id":31,"name":"features","prevSize":32,"code":59688},"setIdx":0,"setId":4,"iconIdx":2},{"icon":{"paths":["M801.391 823.652c24.589 0 44.522-19.933 44.522-44.522v-534.261c0-24.589-19.933-44.522-44.522-44.522h-578.783c-24.589 0-44.522 19.933-44.522 44.522v534.261c0 24.589 19.933 44.522 44.522 44.522h578.783zM801.391 868.174h-578.783c-49.177 0-89.043-39.866-89.043-89.043v-534.261c0-49.177 39.866-89.043 89.043-89.043h578.783c49.177 0 89.043 39.866 89.043 89.043v534.261c0 49.177-39.866 89.043-89.043 89.043z","M467.478 410.841v202.318l140.066-101.159-140.066-101.159zM458.251 349.258l200.348 144.696c12.303 8.886 12.303 27.207 0 36.093l-200.348 144.696c-14.722 10.632-35.294 0.113-35.294-18.046v-289.391c0-18.16 20.573-28.679 35.294-18.046z","M941.996 221.466l37.482-12.494-0 606.056-37.482-12.494c-11.663-3.888-24.27 2.416-28.158 14.079s2.416 24.27 14.079 28.158l37.482 12.494c28.829 9.61 58.601-11.848 58.601-42.237v-606.056c0-30.389-29.772-51.847-58.601-42.237l-37.482 12.494c-11.663 3.888-17.967 16.495-14.079 28.158s16.495 17.967 28.158 14.079z","M82.004 802.534l-37.482 12.494-0-606.055 37.482 12.494c11.663 3.888 24.27-2.416 28.158-14.079s-2.416-24.27-14.079-28.158l-37.482-12.494c-28.829-9.61-58.601 11.848-58.601 42.237v606.056c0 30.389 29.772 51.847 58.601 42.237l37.482-12.494c11.663-3.888 17.967-16.495 14.079-28.158s-16.495-17.967-28.158-14.079z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slider2"],"colorPermutations":{"6571821727373180801121":[{},{},{},{}]}},"attrs":[{},{},{},{}],"properties":{"order":202,"id":30,"name":"slider2","prevSize":32,"code":59689},"setIdx":0,"setId":4,"iconIdx":3},{"icon":{"paths":["M784.34 969.532c12.033 0 21.787-9.754 21.787-21.787v-697.191c0-12.033-9.754-21.787-21.787-21.787h-697.191c-12.033 0-21.787 9.754-21.787 21.787v697.191c0 12.033 9.754 21.787 21.787 21.787h697.191zM784.34 1013.106h-697.191c-36.098 0-65.362-29.263-65.362-65.362v-697.191c0-36.098 29.263-65.362 65.362-65.362h697.191c36.098 0 65.362 29.263 65.362 65.362v697.191c0 36.098-29.263 65.362-65.362 65.362z","M832.264 534.226c-97.574-19.876-179.12 36.655-311.127 179.414-131.945 142.691-160.912 168.743-203.043 168.743-12.033 0-21.787 9.754-21.787 21.787s9.754 21.787 21.787 21.787c36.268 0 73.248-20.694 117.515-60.506 17.225-15.491 35.449-33.739 57.855-57.566 13.088-13.918 60.458-65.519 59.667-64.662 121.204-131.075 194.367-181.796 270.436-166.3 11.791 2.402 23.296-5.209 25.698-17s-5.209-23.296-17-25.698z","M57.429 703.112c2.784-2.294 9.597-6.548 20.305-11.052 84.864-35.698 205.428-7.106 362.691 140.83 8.764 8.245 22.553 7.823 30.797-0.941s7.823-22.553-0.941-30.797c-169.196-159.162-307.772-192.025-409.443-149.257-14.825 6.236-25.213 12.722-31.119 17.589-9.286 7.652-10.612 21.383-2.96 30.669s21.383 10.612 30.669 2.96z","M283.234 533.787c-60.164 0-108.936-48.772-108.936-108.936s48.772-108.936 108.936-108.936c60.164 0 108.936 48.772 108.936 108.936s-48.772 108.936-108.936 108.936zM283.234 490.213c36.098 0 65.362-29.263 65.362-65.362s-29.263-65.362-65.362-65.362c-36.098 0-65.362 29.263-65.362 65.362s29.263 65.362 65.362 65.362z","M152.511 163.404c0-12.033 9.754-21.787 21.787-21.787h697.191c12.033 0 21.787 9.754 21.787 21.787v697.191c0 12.033-9.754 21.787-21.787 21.787v43.574c36.098 0 65.362-29.263 65.362-65.362v-697.191c0-36.098-29.263-65.362-65.362-65.362h-697.191c-36.098 0-65.362 29.263-65.362 65.362h43.574z","M239.66 76.255c0-12.033 9.754-21.787 21.787-21.787h697.191c12.033 0 21.787 9.754 21.787 21.787v697.191c0 12.033-9.754 21.787-21.787 21.787v43.574c36.098 0 65.362-29.263 65.362-65.362v-697.191c0-36.098-29.263-65.362-65.362-65.362h-697.191c-36.098 0-65.362 29.263-65.362 65.362h43.574z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gallery"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{}],"properties":{"order":203,"id":29,"name":"gallery","prevSize":32,"code":59690},"setIdx":0,"setId":4,"iconIdx":4},{"icon":{"paths":["M739.556 386.844c-106.824 0-193.422-86.598-193.422-193.422s86.598-193.422 193.422-193.422c106.824 0 193.422 86.598 193.422 193.422s-86.598 193.422-193.422 193.422zM739.556 341.333c81.689 0 147.911-66.222 147.911-147.911s-66.222-147.911-147.911-147.911c-81.689 0-147.911 66.222-147.911 147.911s66.222 147.911 147.911 147.911z","M978.489 580.267v420.978c0 12.568-10.188 22.756-22.756 22.756h-432.356c-12.568 0-22.756-10.188-22.756-22.756v-420.978c0-131.959 106.974-238.933 238.933-238.933s238.933 106.974 238.933 238.933zM932.978 580.267c0-106.824-86.598-193.422-193.422-193.422s-193.422 86.598-193.422 193.422v398.222h386.844v-398.222z","M432.356 348.519c-82.020 0-148.51-66.49-148.51-148.51s66.49-148.51 148.51-148.51c82.020 0 148.51 66.49 148.51 148.51s-66.49 148.51-148.51 148.51zM432.356 303.008c56.885 0 102.999-46.114 102.999-102.999s-46.114-102.999-102.999-102.999c-56.885 0-102.999 46.114-102.999 102.999s46.114 102.999 102.999 102.999z","M295.822 485.053c0-75.405 61.128-136.533 136.533-136.533 50.77 0 96.591 27.936 120.264 71.832l40.057-21.603c-31.539-58.48-92.652-95.74-160.321-95.74-100.54 0-182.044 81.504-182.044 182.044v311.392c0 12.568 10.188 22.756 22.756 22.756h250.311v-45.511h-227.556v-288.636z","M204.8 323.726c-68.89 0-124.735-55.846-124.735-124.735s55.846-124.735 124.735-124.735c68.89 0 124.735 55.846 124.735 124.735s-55.846 124.735-124.735 124.735zM204.8 278.215c43.754 0 79.224-35.47 79.224-79.224s-35.47-79.224-79.224-79.224c-43.754 0-79.224 35.47-79.224 79.224s35.47 79.224 79.224 79.224z","M91.022 430.145c0-57.071 53.232-106.419 113.778-106.419 37.293 0 73.776 19.263 95.197 49.595l37.175-26.254c-29.874-42.3-80.16-68.852-132.372-68.852-84.943 0-159.289 68.921-159.289 151.93v252.522c0 12.568 10.188 22.756 22.756 22.756h204.8v-45.511h-182.044v-229.766z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["team4"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{}],"properties":{"order":204,"id":28,"name":"team4","prevSize":32,"code":59691},"setIdx":0,"setId":4,"iconIdx":5},{"icon":{"paths":["M402.708 671.762c-83.875 0-158.44-89.034-182.904-164.14-4.615-2.873-4.85-3.020-6.311-4-4.961-3.328-6.927-4.91-9.609-9.652-32.406-57.347-30.959-98.393-2.894-120.766 1.502-1.197 3.005-2.281 4.497-3.258 0.041-23.023 2.25-49.061 8.068-74.54 0.641-2.808 1.322-5.577 2.069-8.396 4.503-16.716 15.719-40.232 36.61-63.655 34.61-38.804 84.405-62.106 150.473-62.106s115.862 23.302 150.473 62.106c20.892 23.423 32.107 46.94 36.634 63.746 0.723 2.729 1.404 5.498 2.045 8.306 5.818 25.479 8.027 51.517 8.068 74.54 1.492 0.978 2.995 2.061 4.497 3.258 28.065 22.373 29.512 63.419-2.898 120.772-2.678 4.735-4.644 6.318-9.605 9.646-1.461 0.98-1.695 1.127-5.704 3.622-25.092 75.51-99.648 164.518-183.51 164.518zM242.219 470.248c3.199 1.995 4.963 3.141 6.669 4.373 1.414 1.021 2.66 2.014 3.865 3.147 3.085 2.901 5.335 5.814 6.802 10.879 17.246 59.916 81.693 139.541 143.153 139.541s125.908-79.624 143.164-139.576c1.457-5.030 3.707-7.943 6.792-10.844 1.205-1.133 2.451-2.126 3.865-3.147 1.705-1.231 3.47-2.378 6.184-4.071 3.821-2.378 4.102-2.555 4.938-3.116-1.781 1.195-1.903 1.293-4.056 5.099 22.964-40.639 22.341-58.343 13.669-65.256-1.667-1.329-3.321-1.971-3.336-1.974-10.784-1.984-18.413-11.674-17.812-22.622 0.017-0.295 0.058-1.251 0.098-2.585 0.665-22.238-0.997-49.422-6.834-74.989-0.531-2.327-1.093-4.612-1.662-6.761-0.596-2.212-2.303-6.976-5.376-13.42-5.283-11.077-12.436-22.204-21.678-32.566-26.51-29.722-64.577-47.536-117.954-47.536s-91.444 17.814-117.954 47.536c-9.242 10.362-16.396 21.488-21.678 32.566-3.073 6.444-4.781 11.208-5.352 13.33-0.593 2.239-1.155 4.524-1.686 6.851-5.838 25.567-7.499 52.751-6.834 74.989 0.040 1.334 0.081 2.29 0.098 2.585 0.601 10.949-7.028 20.638-17.812 22.622-0.015 0.003-1.669 0.645-3.336 1.974-8.391 6.69-9.247 23.483 11.51 61.377 0.576 0.36 1.374 0.857 2.557 1.593z","M744.908 900.867c-22.103 3.853-47.614 7.712-76.173 11.318-81.723 10.318-171.358 16.512-266.026 16.512s-184.303-6.194-266.026-16.512c-28.559-3.606-54.070-7.465-76.173-11.318-2.904-0.506-5.668-0.998-8.29-1.475 10.418-110.098 65.186-166.188 168.426-198.768 18.931-5.976 36.569-13.297 52.895-21.673 28.611-14.68 48.342-29.597 58.982-40.137 8.549-8.468 8.614-22.263 0.145-30.811s-22.263-8.614-30.811-0.145c-1.619 1.604-5.425 4.931-11.363 9.421-10.257 7.755-22.555 15.572-36.844 22.903-14.193 7.282-29.572 13.665-46.118 18.888-125.192 39.508-193.384 114.639-200.158 257.011-0.506 10.644 6.76 20.092 17.177 22.335 1.344 0.289 3.855 0.806 7.49 1.517 5.976 1.169 12.987 2.467 20.987 3.861 22.761 3.968 48.946 7.929 78.198 11.622 83.454 10.537 174.893 16.855 271.485 16.855s188.031-6.319 271.485-16.855c29.252-3.693 55.437-7.654 78.198-11.622 8-1.395 15.010-2.693 20.987-3.861 3.635-0.711 6.146-1.227 7.49-1.517 10.417-2.243 17.684-11.691 17.177-22.335-6.774-142.372-74.965-217.503-200.159-257.012-16.545-5.223-31.924-11.606-46.117-18.888-14.289-7.331-26.587-15.149-36.844-22.903-5.939-4.49-9.744-7.817-11.364-9.421-8.549-8.468-22.343-8.403-30.811 0.145s-8.403 22.343 0.145 30.811c10.64 10.54 30.37 25.457 58.982 40.137 16.325 8.376 33.963 15.697 52.893 21.672 103.241 32.581 158.009 88.67 168.427 198.769-2.621 0.476-5.386 0.969-8.29 1.475z","M776.518 520.566c12.050-0.069 17.455-0.142 24.401-0.397 43.098-1.583 71.273-9.681 89.167-33.539 10.098-13.464 14.766-27.769 14.014-42.825-0.665-13.315-5.276-25.906-13.637-40.666-4.512-7.965-23.808-37.719-22.524-35.675-2.377-3.782-4.496-7.272-6.471-10.678-27.708-47.772-36.814-73.931-40.723-107.102-0.41-3.475-0.76-6.828-1.31-12.384-0.438-4.456-0.661-6.701-0.909-9.116-11.384-110.746-77.54-172.766-180.119-179.673l-2.927-0c-90.339 6.083-153.164 55.147-174.133 143.708-2.772 11.709 4.472 23.449 16.181 26.221s23.449-4.472 26.221-16.181c16.284-68.775 62.098-104.935 133.195-110.168 80.784 5.946 129.106 51.727 138.236 140.549 0.239 2.325 0.453 4.482 0.892 8.948 0.574 5.809 0.948 9.383 1.398 13.197 4.631 39.293 15.705 71.106 46.305 123.864 2.253 3.884 4.635 7.807 7.271 12.002 33.638 53.524 29.039 45.405 29.534 55.329 0.229 4.594-1.197 8.964-5.353 14.506-7.447 9.929-25.117 15.007-55.907 16.138-6.346 0.233-11.453 0.302-23.052 0.369-28.286 0.163-38.899 0.77-50.794 4.269-9.272 2.727-15.639 11.237-15.639 20.902 0 49.343 13.668 61.426 102.811 92.114 63.141 21.736 118.852 73.545 148.698 123.034-16.671 19.387-23.843 26.961-36.943 38.972-38.582 35.374-83.973 59.701-144.427 72.074-11.788 2.413-19.389 13.925-16.976 25.714s13.925 19.389 25.714 16.976c68.503-14.021 120.942-42.125 165.137-82.646 17.224-15.792 25.129-24.558 50.509-54.343 5.742-6.739 6.835-16.282 2.766-24.145-32.212-62.24-100.035-129.208-180.294-156.837-49.425-17.015-65.578-22.551-70.857-32.156 5.312-0.202 11.976-0.304 20.547-0.353z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["team6"],"colorPermutations":{"6571821727373180801121":[{},{},{}]}},"attrs":[{},{},{}],"properties":{"order":205,"id":27,"name":"team6","prevSize":32,"code":59692},"setIdx":0,"setId":4,"iconIdx":6},{"icon":{"paths":["M46.545 139.636h930.909v-93.091h-930.909v93.091zM0 139.636v-93.091c0-25.706 20.839-46.545 46.545-46.545h930.909c25.706 0 46.545 20.839 46.545 46.545v93.091c0 25.706-20.839 46.545-46.545 46.545h-930.909c-25.706 0-46.545-20.839-46.545-46.545z","M46.545 418.909h930.909v-93.091h-930.909v93.091zM0 418.909v-93.091c0-25.706 20.839-46.545 46.545-46.545h930.909c25.706 0 46.545 20.839 46.545 46.545v93.091c0 25.706-20.839 46.545-46.545 46.545h-930.909c-25.706 0-46.545-20.839-46.545-46.545z","M46.545 698.182h930.909v-93.091h-930.909v93.091zM0 698.182v-93.091c0-25.706 20.839-46.545 46.545-46.545h930.909c25.706 0 46.545 20.839 46.545 46.545v93.091c0 25.706-20.839 46.545-46.545 46.545h-930.909c-25.706 0-46.545-20.839-46.545-46.545z","M46.545 977.455h930.909v-93.091h-930.909v93.091zM0 977.455v-93.091c0-25.706 20.839-46.545 46.545-46.545h930.909c25.706 0 46.545 20.839 46.545 46.545v93.091c0 25.706-20.839 46.545-46.545 46.545h-930.909c-25.706 0-46.545-20.839-46.545-46.545z","M558.545 23.273v116.364c0 12.853 10.42 23.273 23.273 23.273s23.273-10.42 23.273-23.273v-116.364c0-12.853-10.42-23.273-23.273-23.273s-23.273 10.42-23.273 23.273z","M791.273 302.545v116.364c0 12.853 10.42 23.273 23.273 23.273s23.273-10.42 23.273-23.273v-116.364c0-12.853-10.42-23.273-23.273-23.273s-23.273 10.42-23.273 23.273z","M395.636 605.091v116.364c0 12.853 10.42 23.273 23.273 23.273s23.273-10.42 23.273-23.273v-116.364c0-12.853-10.42-23.273-23.273-23.273s-23.273 10.42-23.273 23.273z","M581.818 861.091v116.364c0 12.853 10.42 23.273 23.273 23.273s23.273-10.42 23.273-23.273v-116.364c0-12.853-10.42-23.273-23.273-23.273s-23.273 10.42-23.273 23.273z","M581.818 69.818h-558.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h558.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z","M814.545 349.091h-768c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h768c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z","M418.909 628.364h-395.636c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h395.636c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z","M581.818 907.636h-558.545c-12.853 0-23.273 10.42-23.273 23.273s10.42 23.273 23.273 23.273h558.545c12.853 0 23.273-10.42 23.273-23.273s-10.42-23.273-23.273-23.273z"],"attrs":[{},{},{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stats-bars"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{},{},{}],"properties":{"order":206,"id":26,"name":"stats-bars","prevSize":32,"code":59693},"setIdx":0,"setId":4,"iconIdx":7},{"icon":{"paths":["M726.937 404.229c81.431 175.083-46.913 370.91-245.233 351.561-143.078-13.998-248.64-165.063-198.623-315.598 1.701-5.161 4.117-10.004 10.19-20.994 3.047-5.514 4.346-7.908 5.904-10.955 3.218-6.294 0.725-14.006-5.569-17.224s-14.006-0.725-17.224 5.569c-1.39 2.718-2.605 4.958-5.45 10.106-6.955 12.585-9.779 18.248-12.155 25.455-55.323 166.505 61.413 333.561 220.438 349.12 218.568 21.325 360.508-195.246 270.935-387.835-2.981-6.41-10.594-9.189-17.004-6.208s-9.189 10.594-6.208 17.004z","M7.629 335.292v500.685c10.102 98.692 86.78 174.569 185.047 183.702l641.85 0.055c96.596-9.857 173.442-88.5 183.728-179.971 0.080-17.564 0.080-17.564 0.080-82.1v-422.37c0-7.069-5.731-12.8-12.8-12.8s-12.8 5.731-12.8 12.8v503.040c-8.88 78.245-76.383 147.327-159.516 155.869l-639.357-0.067c-84.915-7.947-151.918-74.249-160.699-159.469l0.067-499.373c0-7.069-5.731-12.8-12.8-12.8s-12.8 5.731-12.8 12.8z","M486.161 312.634c129.321-15.511 232.43 74.58 233.506 202.878 1.038 125.269-95.92 207.995-207.889 207.995-124.996 0-220.344-102.888-205.403-235.836 7.122-63.549 45.21-117.71 97.662-149.206 23.172-13.907 45.964-21.459 82.124-25.831zM489.221 338.051c-32.661 3.948-52.007 10.358-72.008 22.363-45.919 27.573-79.212 74.915-85.398 130.112-13.212 117.56 70.027 207.381 179.963 207.381 98.61 0 183.201-72.174 182.29-182.182-0.948-112.995-90.65-191.372-204.846-177.675zM641.453 551.118c22.315-92.003-48.195-170.898-136.045-164.811-58.981 4.080-95.872 33.011-114.33 76.509-35.377 83.635 22.201 173.947 98.4 184.629 68.469 9.619 137.105-35.069 151.976-96.328zM666.332 557.155c-18.028 74.266-99.119 127.064-180.411 115.643-92.236-12.93-160.619-120.19-118.414-219.967 22.064-51.998 67.058-87.283 136.134-92.062 104.768-7.259 189.177 87.188 162.692 196.386z","M203.895 267.622h-25.6v-241.408h25.6v241.408zM178.295 267.622v-241.408c0-17.067 25.6-17.067 25.6 0v241.408c0 17.067-25.6 17.067-25.6 0zM121.207 254.822h149.026v-237.756c0-7.069 5.731-12.8 12.8-12.8l550.261 0.056c47.445 4.437 94.41 27.629 125.888 59.088 50.481 50.434 60.967 115.85 59.168 276.582-0.078 7.013-5.786 12.657-12.799 12.657h-305.92l-2.963-0.348c-6.576-1.565-13.033-5.070-20.41-10.439-3.038-2.211-6.076-4.617-9.981-7.85-1.042-0.862-5.692-4.747-6.896-5.741-2.415-1.992-4.254-3.452-5.857-4.636-38.614-28.425-88.878-44.448-140.431-45.005-53.081 0.557-103.331 16.576-141.94 44.985-1.618 1.198-3.453 2.655-5.87 4.649-1.174 0.968-5.798 4.83-6.887 5.731-3.939 3.259-7.009 5.686-10.077 7.914-7.358 5.341-13.811 8.833-20.376 10.393l-2.959 0.347h-305.886c-6.924 0-12.594-5.507-12.795-12.428-4.396-151.31 7.901-225.583 59.109-276.79 10.169-10.206 22.537-19.873 36.276-28.347 8.528-5.26 19.52 0.875 19.52 10.894v208.845zM295.834 29.867v237.756c0 7.069-5.731 12.8-12.8 12.8h-174.626c-7.069 0-12.8-5.731-12.8-12.8v-196.96c-4.353 3.527-8.398 7.161-12.078 10.854-43.054 43.054-55.132 109.673-51.964 245.532h291.626c2.515-0.879 5.913-2.827 10.088-5.857 2.548-1.85 5.239-3.978 8.798-6.922 1.022-0.845 5.664-4.722 6.913-5.753 2.733-2.255 4.885-3.964 6.959-5.499 43.064-31.687 98.539-49.372 155.622-49.987 58.594 0.615 114.085 18.304 157.143 50 2.055 1.518 4.216 3.233 6.954 5.492 1.282 1.058 5.955 4.961 6.929 5.768 3.531 2.923 6.196 5.034 8.722 6.872 4.187 3.047 7.59 5.004 10.105 5.886h291.442c1.025-144.15-9.44-203.229-51.781-245.53-27.38-27.362-68.855-47.843-108.985-51.652h-536.269zM895.334 234.957v-105.813c0-6.947-5.657-12.612-12.578-12.612h-105.813c-6.921 0-12.578 5.665-12.578 12.612v105.813c0 6.963 5.656 12.629 12.578 12.629h105.813c6.922 0 12.578-5.667 12.578-12.629zM920.934 234.957c0 21.091-17.107 38.229-38.178 38.229h-105.813c-21.071 0-38.178-17.139-38.178-38.229v-105.813c0-21.078 17.111-38.212 38.178-38.212h105.813c21.067 0 38.178 17.135 38.178 38.212v105.813z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["instagram-grid"],"colorPermutations":{"6571821727373180801121":[{},{},{},{}]}},"attrs":[{},{},{},{}],"properties":{"order":207,"id":25,"name":"instagram-grid","prevSize":32,"code":59694},"setIdx":0,"setId":4,"iconIdx":8},{"icon":{"paths":["M957.217 979.478c12.193 0 22.261-10.068 22.261-22.261v-890.435c0-12.193-10.068-22.261-22.261-22.261h-890.435c-12.193 0-22.261 10.068-22.261 22.261v890.435c0 12.193 10.068 22.261 22.261 22.261h890.435zM957.217 1024h-890.435c-36.781 0-66.783-30.001-66.783-66.783v-890.435c0-36.781 30.001-66.783 66.783-66.783h890.435c36.781 0 66.783 30.001 66.783 66.783v890.435c0 36.781-30.001 66.783-66.783 66.783z","M111.304 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM111.304 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M200.348 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM200.348 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M289.391 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM289.391 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M22.261 222.609h979.478v-44.522h-979.478z","M133.565 422.957h155.826v-111.304h-155.826v111.304zM333.913 267.13v200.348h-244.87v-200.348h244.87z","M133.565 667.826h155.826v-111.304h-155.826v111.304zM333.913 512v200.348h-244.87v-200.348h244.87z","M133.565 890.435h155.826v-89.043h-155.826v89.043zM333.913 756.87v178.087h-244.87v-178.087h244.87z","M422.957 422.957h155.826v-111.304h-155.826v111.304zM623.304 267.13v200.348h-244.87v-200.348h244.87z","M422.957 667.826h155.826v-111.304h-155.826v111.304zM623.304 512v200.348h-244.87v-200.348h244.87z","M422.957 890.435h155.826v-89.043h-155.826v89.043zM623.304 756.87v178.087h-244.87v-178.087h244.87z","M712.348 422.957h155.826v-111.304h-155.826v111.304zM912.696 267.13v200.348h-244.87v-200.348h244.87z","M712.348 667.826h155.826v-111.304h-155.826v111.304zM912.696 512v200.348h-244.87v-200.348h244.87z","M712.348 890.435h155.826v-89.043h-155.826v89.043zM912.696 756.87v178.087h-244.87v-178.087h244.87z"],"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["posts-grid"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"properties":{"order":208,"id":24,"name":"posts-grid","prevSize":32,"code":59695},"setIdx":0,"setId":4,"iconIdx":9},{"icon":{"paths":["M957.217 979.478c12.193 0 22.261-10.068 22.261-22.261v-890.435c0-12.193-10.068-22.261-22.261-22.261h-890.435c-12.193 0-22.261 10.068-22.261 22.261v890.435c0 12.193 10.068 22.261 22.261 22.261h890.435zM957.217 1024h-890.435c-36.781 0-66.783-30.001-66.783-66.783v-890.435c0-36.781 30.001-66.783 66.783-66.783h890.435c36.781 0 66.783 30.001 66.783 66.783v890.435c0 36.781-30.001 66.783-66.783 66.783z","M111.304 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM111.304 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M200.348 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM200.348 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M289.391 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM289.391 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M22.261 222.609h979.478v-44.522h-979.478z","M289.391 890.435v-578.783h-155.826v578.783h155.826zM289.391 934.957h-155.826c-25.651 0-44.522-18.871-44.522-44.522v-578.783c0-25.651 18.871-44.522 44.522-44.522h155.826c25.651 0 44.522 18.871 44.522 44.522v578.783c0 25.651-18.871 44.522-44.522 44.522z","M422.957 311.652v155.826h467.478v-155.826h-467.478zM400.696 267.13h512c12.294 0 22.261 9.967 22.261 22.261v200.348c0 12.294-9.967 22.261-22.261 22.261h-512c-12.294 0-22.261-9.967-22.261-22.261v-200.348c0-12.294 9.967-22.261 22.261-22.261z","M422.957 890.435h467.478v-111.304h-467.478v111.304zM400.696 734.609h512c12.294 0 22.261 9.967 22.261 22.261v155.826c0 12.294-9.967 22.261-22.261 22.261h-512c-12.294 0-22.261-9.967-22.261-22.261v-155.826c0-12.294 9.967-22.261 22.261-22.261z","M400.696 601.043h512c12.294 0 22.261-9.967 22.261-22.261s-9.967-22.261-22.261-22.261h-512c-12.294 0-22.261 9.967-22.261 22.261s9.967 22.261 22.261 22.261z","M912.696 645.565h-512c-12.294 0-22.261 9.967-22.261 22.261s9.967 22.261 22.261 22.261h512c12.294 0 22.261-9.967 22.261-22.261s-9.967-22.261-22.261-22.261z"],"attrs":[{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["posts-block"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{}],"properties":{"order":209,"id":23,"name":"posts-block","prevSize":32,"code":59696},"setIdx":0,"setId":4,"iconIdx":10},{"icon":{"paths":["M133.565 467.478h155.826v-155.826h-155.826v155.826zM111.304 267.13h200.348c12.294 0 22.261 9.967 22.261 22.261v200.348c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-200.348c0-12.294 9.967-22.261 22.261-22.261z","M133.565 667.826h155.826v-66.783h-155.826v66.783zM111.304 556.522h200.348c12.294 0 22.261 9.967 22.261 22.261v111.304c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-111.304c0-12.294 9.967-22.261 22.261-22.261z","M133.565 890.435h155.826v-89.043h-155.826v89.043zM111.304 756.87h200.348c12.294 0 22.261 9.967 22.261 22.261v133.565c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-133.565c0-12.294 9.967-22.261 22.261-22.261z","M422.957 467.478h155.826v-155.826h-155.826v155.826zM400.696 267.13h200.348c12.294 0 22.261 9.967 22.261 22.261v200.348c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-200.348c0-12.294 9.967-22.261 22.261-22.261z","M422.957 712.348h155.826v-111.304h-155.826v111.304zM400.696 556.522h200.348c12.294 0 22.261 9.967 22.261 22.261v155.826c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-155.826c0-12.294 9.967-22.261 22.261-22.261z","M422.957 890.435h155.826v-44.522h-155.826v44.522zM400.696 801.391h200.348c12.294 0 22.261 9.967 22.261 22.261v89.043c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261z","M712.348 356.174h155.826v-44.522h-155.826v44.522zM690.087 267.13h200.348c12.294 0 22.261 9.967 22.261 22.261v89.043c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-89.043c0-12.294 9.967-22.261 22.261-22.261z","M712.348 690.087h155.826v-200.348h-155.826v200.348zM690.087 445.217h200.348c12.294 0 22.261 9.967 22.261 22.261v244.87c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-244.87c0-12.294 9.967-22.261 22.261-22.261z","M712.348 890.435h155.826v-66.783h-155.826v66.783zM690.087 779.13h200.348c12.294 0 22.261 9.967 22.261 22.261v111.304c0 12.294-9.967 22.261-22.261 22.261h-200.348c-12.294 0-22.261-9.967-22.261-22.261v-111.304c0-12.294 9.967-22.261 22.261-22.261z","M957.217 979.478c12.193 0 22.261-10.068 22.261-22.261v-890.435c0-12.193-10.068-22.261-22.261-22.261h-890.435c-12.193 0-22.261 10.068-22.261 22.261v890.435c0 12.193 10.068 22.261 22.261 22.261h890.435zM957.217 1024h-890.435c-36.781 0-66.783-30.001-66.783-66.783v-890.435c0-36.781 30.001-66.783 66.783-66.783h890.435c36.781 0 66.783 30.001 66.783 66.783v890.435c0 36.781-30.001 66.783-66.783 66.783z","M111.304 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM111.304 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M200.348 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM200.348 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M289.391 144.696c-18.442 0-33.391-14.95-33.391-33.391s14.95-33.391 33.391-33.391c18.442 0 33.391 14.95 33.391 33.391s-14.95 33.391-33.391 33.391zM289.391 100.174c-6.147 0-11.13 4.983-11.13 11.13s4.983 11.13 11.13 11.13c6.147 0 11.13-4.983 11.13-11.13s-4.983-11.13-11.13-11.13z","M22.261 222.609h979.478v-44.522h-979.478z"],"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["posts-grid-masonry"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"properties":{"order":210,"id":22,"name":"posts-grid-masonry","prevSize":32,"code":59697},"setIdx":0,"setId":4,"iconIdx":11},{"icon":{"paths":["M833.229 534.118c-4.811-19.436-22.1-33.617-42.702-33.617-13.668 0-25.878 6.242-33.935 16.031l-0.060 0.076c-7.892-12.211-21.437-20.178-36.843-20.178-14.535 0-27.414 7.092-35.364 18.005l-0.087 0.125c-8.080-9.895-20.28-16.163-33.944-16.163-12.465 0-23.712 5.216-31.677 13.585l-0.017 0.018-11.571-46.899c-5.255-18.924-22.33-32.583-42.596-32.583-24.375 0-44.134 19.76-44.134 44.134 0 3.345 0.372 6.604 1.077 9.736l-0.056-0.295 23.45 95.642c-8.155-10.217-20.608-16.706-34.576-16.706-24.375 0-44.134 19.76-44.134 44.134 0 12.004 4.792 22.889 12.568 30.845l-0.008-0.008 111.616 126.771 19.456 79.258c1.139 4.506 5.157 7.787 9.942 7.787 0.105 0 0.209-0.002 0.313-0.005l-0.015 0h2.458c4.499-1.144 7.773-5.159 7.773-9.938 0-0.871-0.109-1.716-0.313-2.523l0.015 0.071-88.576-360.141c-0.259-1.315-0.408-2.827-0.408-4.374 0-13.064 10.59-23.654 23.654-23.654 10.606 0 19.581 6.98 22.584 16.597l0.045 0.168 20.48 82.637s0 0 0 0l8.294 33.894c0.366 1.371 0.965 2.568 1.759 3.609l-0.018-0.025c0.646 0.789 1.388 1.466 2.216 2.025l0.036 0.023h0.819c0.738 0.392 1.592 0.71 2.492 0.909l0.068 0.013h4.608c4.499-1.144 7.773-5.159 7.773-9.938 0-0.871-0.109-1.716-0.313-2.523l0.015 0.071-8.397-34.304c-0.239-1.263-0.376-2.715-0.376-4.2 0-13.064 10.59-23.654 23.654-23.654 10.692 0 19.727 7.094 22.656 16.832l0.043 0.167 10.854 44.032c0.347 1.328 0.911 2.491 1.658 3.51l-0.020-0.029 0.614 2.15c0.544 0.614 1.148 1.153 1.81 1.617l0.033 0.022 1.126 0.614 2.253 0.819h4.71c4.499-1.144 7.773-5.159 7.773-9.938 0-0.871-0.109-1.716-0.313-2.523l0.015 0.071-7.168-29.696c-0.432-1.691-0.68-3.633-0.68-5.632 0-13.072 10.597-23.669 23.669-23.669 11.072 0 20.369 7.603 22.954 17.873l0.035 0.163 5.222 19.866v0.614l5.837 23.654c0.996 4.695 5.106 8.167 10.028 8.167 5.655 0 10.24-4.585 10.24-10.24 0-1.013-0.147-1.991-0.421-2.915l0.018 0.072-5.837-24.269c-0.239-1.263-0.376-2.715-0.376-4.2 0-13.064 10.59-23.654 23.654-23.654 10.692 0 19.727 7.094 22.656 16.832l0.043 0.167 42.598 174.080c1.139 4.506 5.157 7.787 9.942 7.787 0.105 0 0.209-0.002 0.313-0.005l-0.015 0h2.458c4.499-1.144 7.773-5.159 7.773-9.938 0-0.871-0.109-1.716-0.313-2.523l0.015 0.071zM579.686 723.866l-85.811-97.485c-2.439-3.661-3.891-8.16-3.891-12.998 0-13.064 10.59-23.654 23.654-23.654 6.021 0 11.516 2.249 15.692 5.954l-0.025-0.021 26.112 28.979zM921.6 375.706v244.019c0 5.655-4.585 10.24-10.24 10.24s-10.24-4.585-10.24-10.24v0-244.019c0-12.781-10.361-23.142-23.142-23.142l-0-0h-579.277c-12.781 0-23.142 10.361-23.142 23.142v-0 244.019c0 12.781 10.361 23.142 23.142 23.142v0h143.36c5.655 0 10.24 4.585 10.24 10.24s-4.585 10.24-10.24 10.24v0h-143.36c-24.092 0-43.622-19.53-43.622-43.622v0-244.019c0-24.092 19.53-43.622 43.622-43.622v-0h579.584c23.96 0.174 43.315 19.637 43.315 43.621 0 0-0 0.001-0 0.001l0-0zM214.016 355.226c0 5.655-4.585 10.24-10.24 10.24v0h-91.136c-5.655 0-10.24-4.585-10.24-10.24s4.585-10.24 10.24-10.24v0h91.546c5.497 0.112 9.923 4.539 10.035 10.025l0 0.011zM276.48 271.974v-91.648c0-5.655 4.585-10.24 10.24-10.24s10.24 4.585 10.24 10.24v0 91.546c0 0.015 0 0.033 0 0.051 0 5.655-4.585 10.24-10.24 10.24-5.637 0-10.211-4.556-10.24-10.186l-0-0.003zM253.030 320.205c-1.851 1.84-4.402 2.978-7.219 2.978s-5.368-1.137-7.22-2.978l0 0-64.512-64.819c-1.53-1.779-2.462-4.111-2.462-6.661 0-5.655 4.585-10.24 10.24-10.24 2.55 0 4.882 0.932 6.674 2.474l-0.013-0.011 64.717 64.717c1.871 1.856 3.029 4.428 3.029 7.271 0 2.792-1.117 5.322-2.929 7.169l0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["buttons"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":211,"id":21,"name":"buttons","prevSize":32,"code":59698},"setIdx":0,"setId":4,"iconIdx":12},{"icon":{"paths":["M972.8 930.082c0 0-921.6 0-921.6 0-28.228 0-51.2-22.972-51.2-51.2 0 0 0-716.817 0-716.817 0-28.245 22.972-51.2 51.2-51.2 0 0 921.6 0 921.6 0 28.228 0 51.2 22.955 51.2 51.2 0 0 0 136.533 0 136.533s0 341.333 0 341.333c0 0 0 238.95 0 238.95 0 28.228-22.972 51.2-51.2 51.2zM989.867 315.665c0 0-136.533 0-136.533 0s0 307.2 0 307.2c0 0 136.533 0 136.533 0s0-307.2 0-307.2zM989.867 656.998c0 0-153.6 0-153.6 0-9.421 0-17.067-7.646-17.067-17.067 0 0 0-341.333 0-341.333 0-9.421 7.646-17.067 17.067-17.067 0 0 153.6 0 153.6 0s0-119.467 0-119.467c0-9.421-7.663-17.067-17.067-17.067 0 0-921.6 0-921.6 0-9.404 0-17.067 7.646-17.067 17.067 0 0 0 119.467 0 119.467s153.6 0 153.6 0c9.421 0 17.067 7.646 17.067 17.067 0 0 0 341.333 0 341.333 0 9.421-7.646 17.067-17.067 17.067 0 0-153.6 0-153.6 0s0 221.884 0 221.884c0 9.404 7.663 17.067 17.067 17.067 0 0 921.6 0 921.6 0 9.404 0 17.067-7.663 17.067-17.067 0 0 0-221.884 0-221.884zM34.85 315.665c0 0 0 307.2 0 307.2s135.817 0 135.817 0c0 0 0-307.2 0-307.2s-135.817 0-135.817 0zM836.267 776.465c0 0-0.717 0-0.717 0-9.421 0-17.050-7.629-17.050-17.067 0-9.421 7.629-17.067 17.050-17.067 9.438 0 17.425 7.646 17.425 17.067 0 9.438-7.287 17.067-16.708 17.067zM748.373 648.909c-0.751 1.229-1.997 1.911-3.004 2.884-0.137 0.137-0.273 0.256-0.41 0.393-1.451 1.297-2.884 2.406-4.676 3.14-1.229 0.58-2.577 0.768-3.942 1.041-0.853 0.119-1.587 0.631-2.475 0.631 0 0-0.717 0-0.717 0s-443.017 0-443.017 0c-2.082 0-4.062-0.495-5.939-1.195-0.546-0.205-1.024-0.461-1.553-0.717-1.348-0.666-2.577-1.502-3.721-2.509-0.375-0.324-0.768-0.597-1.126-0.973-1.28-1.348-2.406-2.867-3.209-4.625-0.017-0.051 0-0.102-0.017-0.171-0.939-2.099-1.502-4.42-1.502-6.878 0 0 0-341.333 0-341.333 0-9.421 7.646-17.067 17.067-17.067 0 0 443.017 0 443.017 0 9.438 0 17.084 7.646 17.084 17.067 0 0 0 338.859 0 338.859 0.58 3.942 0.307 7.97-1.86 11.452zM706.253 622.865c0 0-94.31-188.604-94.31-188.604s-103.031 147.183-103.031 147.183c-2.714 3.874-6.895 6.451-11.554 7.117-4.659 0.683-9.404-0.614-13.090-3.567 0 0-72.567-58.078-72.567-58.078s-83.951 95.949-83.951 95.949c0 0 378.505 0 378.505 0zM307.2 315.665c0 0 0 278.852 0 278.852s89.566-102.366 89.566-102.366c6.007-6.861 16.367-7.782 23.501-2.082 0 0 71.117 56.9 71.117 56.9s109.039-155.75 109.039-155.75c3.447-4.932 9.25-7.714 15.223-7.236 6.007 0.444 11.332 4.011 14.029 9.387 0 0 86.426 172.851 86.426 172.851s0-250.556 0-250.556c0 0-408.9 0-408.9 0zM375.467 418.065c-18.825 0-34.133-15.309-34.133-34.133s15.309-34.133 34.133-34.133c18.825 0 34.133 15.309 34.133 34.133s-15.309 34.133-34.133 34.133zM289.417 742.332c9.438 0 17.425 7.646 17.425 17.067 0 9.438-7.287 17.067-16.708 17.067 0 0-0.717 0-0.717 0-9.421 0-17.050-7.629-17.050-17.067 0-9.421 7.629-17.067 17.050-17.067zM391.834 742.332c9.421 0 17.425 7.646 17.425 17.067 0 9.438-7.305 17.067-16.725 17.067 0 0-0.7 0-0.7 0-9.438 0-17.084-7.629-17.084-17.067 0-9.421 7.646-17.067 17.084-17.067zM512 725.265c18.825 0 34.133 15.309 34.133 34.133s-15.309 34.133-34.133 34.133c-18.825 0-34.133-15.309-34.133-34.133s15.309-34.133 34.133-34.133zM630.767 742.332c9.421 0 17.425 7.646 17.425 17.067 0 9.438-7.305 17.067-16.725 17.067 0 0-0.7 0-0.7 0-9.438 0-17.084-7.629-17.084-17.067 0-9.421 7.646-17.067 17.084-17.067zM733.15 742.332c9.438 0 17.425 7.646 17.425 17.067 0 9.438-7.287 17.067-16.708 17.067 0 0-0.717 0-0.717 0-9.421 0-17.050-7.629-17.050-17.067 0-9.421 7.629-17.067 17.050-17.067zM187.733 776.465c0 0-0.717 0-0.717 0-9.421 0-17.067-7.629-17.067-17.067 0-9.421 7.646-17.067 17.067-17.067 9.438 0 17.425 7.646 17.425 17.067 0 9.438-7.287 17.067-16.708 17.067z"],"attrs":[{"fill":"rgb(80, 80, 112)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["posts-carousel"],"colorPermutations":{"6571821727373180801121":[{"f":2}]}},"attrs":[{"fill":"rgb(80, 80, 112)"}],"properties":{"order":212,"id":20,"name":"posts-carousel","prevSize":32,"code":59699},"setIdx":0,"setId":4,"iconIdx":13},{"icon":{"paths":["M-3.151 89.797v842.831h1031.877v-842.831h-1031.877zM1005.095 113.428v97.674h-984.615v-97.674h984.615zM20.48 910.572v-675.84h984.615v674.265h-984.615z","M836.529 151.237h23.631v23.631h-23.631v-23.631z","M776.665 151.237h23.631v23.631h-23.631v-23.631z","M896.394 151.237h23.631v23.631h-23.631v-23.631z","M96.098 151.237h606.523v23.631h-606.523v-23.631z","M340.283 838.105h345.009v-530.905h-345.009v530.905zM363.914 330.831h297.748v483.643h-297.748v-483.643z","M820.775 541.932c-3.151-3.151-4.726-6.302-4.726-11.028h-23.631c0 11.028 4.726 20.48 12.603 28.357 4.726 4.726 11.028 7.877 18.905 9.452v18.905h23.631v-18.905c6.302-1.575 12.603-4.726 18.905-9.452 7.877-7.877 12.603-17.329 12.603-28.357s-4.726-20.48-12.603-28.357c-7.877-6.302-18.905-11.028-29.932-11.028-6.302 0-11.028-1.575-14.178-4.726s-4.726-6.302-4.726-11.028c0-3.151 1.575-7.877 4.726-11.028 7.877-6.302 22.055-6.302 28.357 0 3.151 3.151 4.726 6.302 4.726 11.028h23.631c0-11.028-4.726-20.48-12.603-28.357-4.726-4.726-11.028-7.877-18.905-9.452v-18.905h-23.631v18.905c-6.302 1.575-12.603 4.726-18.905 9.452-7.877 7.877-12.603 17.329-12.603 28.357s4.726 20.48 12.603 28.357c7.877 6.302 18.905 11.028 29.932 11.028 6.302 0 11.028 1.575 14.178 4.726s4.726 6.302 4.726 11.028c0 3.151-1.575 7.877-4.726 11.028-6.302 6.302-20.48 6.302-28.357 0z","M723.102 786.117h223.705v-425.354h-223.705v425.354zM746.732 384.394h176.443v378.092h-176.443v-378.092z","M779.815 696.32h110.277v23.631h-110.277v-23.631z","M779.815 639.606h110.277v23.631h-110.277v-23.631z","M173.292 541.932c-3.151-3.151-4.726-6.302-4.726-11.028h-23.631c0 11.028 4.726 20.48 12.603 28.357 4.726 4.726 11.028 7.877 18.905 9.452v18.905h23.631v-18.905c6.302-1.575 12.603-4.726 18.905-9.452 7.877-7.877 12.603-17.329 12.603-28.357s-4.726-20.48-12.603-28.357c-7.877-6.302-18.905-11.028-29.932-11.028-4.726 0-11.028-1.575-14.178-4.726s-4.726-6.302-4.726-11.028c0-3.151 1.575-7.877 4.726-11.028 7.877-6.302 22.055-6.302 28.357 0 3.151 3.151 4.726 6.302 4.726 11.028h23.631c0-11.028-4.726-20.48-12.603-28.357-4.726-4.726-11.028-7.877-18.905-9.452v-18.905h-23.631v18.905c-6.302 1.575-12.603 4.726-18.905 9.452-7.877 7.877-12.603 17.329-12.603 28.357s4.726 20.48 12.603 28.357c7.877 6.302 18.905 11.028 29.932 11.028 6.302 0 11.028 1.575 14.178 4.726s4.726 6.302 4.726 11.028c0 3.151-1.575 7.877-4.726 11.028-6.302 6.302-20.48 6.302-28.357 0z","M77.194 786.117h223.705v-425.354h-223.705v425.354zM100.825 384.394h176.443v378.092h-176.443v-378.092z","M133.908 696.32h110.277v23.631h-110.277v-23.631z","M133.908 639.606h110.277v23.631h-110.277v-23.631z","M478.917 571.865c-7.877-6.302-11.028-14.178-11.028-22.055h-23.631c0 15.754 6.302 29.932 18.905 40.96 9.452 7.877 20.48 12.603 33.083 15.754v36.234h23.631v-36.234c12.603-1.575 23.631-7.877 33.083-15.754 12.603-11.028 18.905-25.206 18.905-40.96s-6.302-29.932-18.905-40.96c-12.603-11.028-28.357-15.754-44.111-15.754-11.028 0-20.48-3.151-28.357-9.452s-11.028-14.178-11.028-22.055 4.726-15.754 11.028-22.055c15.754-12.603 42.535-12.603 58.289 0 7.877 6.302 11.028 14.178 11.028 22.055h23.631c0-15.754-6.302-29.932-18.905-40.96-9.452-7.877-20.48-12.603-33.083-14.178v-36.234h-23.631v36.234c-12.603 1.575-23.631 6.302-33.083 14.178-12.603 11.028-18.905 25.206-18.905 40.96s6.302 29.932 18.905 40.96c12.603 11.028 28.357 15.754 44.111 15.754 11.028 0 22.055 3.151 28.357 9.452 7.877 6.302 11.028 14.178 11.028 22.055s-4.726 15.754-11.028 22.055c-15.754 12.603-44.111 12.603-58.289 0z","M401.723 753.034h211.102v23.631h-211.102v-23.631z","M401.723 696.32h211.102v23.631h-211.102v-23.631z"],"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pricing-table"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"properties":{"order":213,"id":19,"name":"pricing-table","prevSize":32,"code":59700},"setIdx":0,"setId":4,"iconIdx":14},{"icon":{"paths":["M76.8 934.4h189.867v-42.667h-189.867c-12.8 0-23.467-10.667-23.467-23.467v-710.4c0-12.8 10.667-23.467 23.467-23.467h320v125.867c0 12.8 8.533 21.333 21.333 21.333h509.867v-42.667h-108.8v-128c0-12.8-8.533-21.333-21.333-21.333h-125.867v42.667h104.533v104.533h-147.2v-125.867c0-12.8-8.533-21.333-21.333-21.333h-145.067v42.667h123.733v104.533h-147.2v-125.867c0-12.8-8.533-21.333-21.333-21.333h-341.333c-36.267 0-66.133 29.867-66.133 66.133v710.4c-0 38.4 29.867 68.267 66.133 68.267z","M947.2 89.6h-85.333v42.667h85.333c12.8 0 23.467 10.667 23.467 23.467v710.4c0 12.8-10.667 23.467-23.467 23.467h-637.867v42.667h637.867c36.267 0 66.133-29.867 66.133-66.133v-708.267c0-38.4-29.867-68.267-66.133-68.267z","M187.733 757.333h650.667v42.667h-650.667v-42.667z","M458.667 661.333h377.6v42.667h-377.6v-42.667z","M187.733 661.333h228.267v42.667h-228.267v-42.667z","M187.733 567.467h462.933v42.667h-462.933v-42.667z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tab-slider1"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{}],"properties":{"order":214,"id":18,"name":"tab-slider1","prevSize":32,"code":59701},"setIdx":0,"setId":4,"iconIdx":15},{"icon":{"paths":["M963.881 913.012h-903.763c-29.504 0-53.512-24.008-53.512-53.512v-694.999c0-29.504 24.008-53.512 53.512-53.512h903.763c29.504 0 53.512 24.008 53.512 53.512v694.999c0 29.504-24.008 53.512-53.512 53.512zM60.119 138.735c-14.204 0-25.765 11.561-25.765 25.765v694.999c0 14.204 11.561 25.765 25.765 25.765h903.763c14.204 0 25.765-11.561 25.765-25.765v-694.999c0-14.204-11.561-25.765-25.765-25.765h-903.763z","M1003.52 262.276h-223.516c-7.663 0-13.874-6.21-13.874-13.874v-123.541c0-7.663 6.21-13.874 13.874-13.874h183.877c29.504 0 53.512 24.008 53.512 53.512v83.902c0 7.663-6.21 13.874-13.874 13.874zM793.877 234.529h195.769v-70.028c0-14.204-11.561-25.765-25.765-25.765h-170.004v95.794z","M780.004 262.276h-223.516c-7.663 0-13.874-6.21-13.874-13.874v-123.541c0-7.663 6.21-13.874 13.874-13.874h223.516c7.663 0 13.874 6.21 13.874 13.874v123.541c0 7.663-6.217 13.874-13.874 13.874zM570.355 234.529h195.769v-95.794h-195.769v95.794z","M556.481 262.276h-223.516c-7.663 0-13.874-6.21-13.874-13.874v-123.541c0-7.663 6.21-13.874 13.874-13.874h223.516c7.663 0 13.874 6.21 13.874 13.874v123.541c0 7.663-6.21 13.874-13.874 13.874zM346.839 234.529h195.769v-95.794h-195.769v95.794z","M502.090 587.644h-385.777c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h385.777c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M907.687 587.644h-338.211c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h338.211c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M362.034 694.239h-245.72c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h245.72c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M907.687 694.239h-487.516c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h487.516c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M648.754 800.834h-532.44c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h532.44c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M907.687 800.834h-200.796c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h200.796c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M502.090 374.454h-385.777c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h385.777c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M907.687 374.454h-338.211c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h338.211c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M362.034 481.049h-245.72c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h245.72c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M907.687 481.049h-487.516c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h487.516c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z","M243.659 207.363h-133.873c-7.663 0-13.874-6.21-13.874-13.874s6.21-13.874 13.874-13.874h133.873c7.663 0 13.874 6.21 13.874 13.874s-6.21 13.874-13.874 13.874z"],"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tabs5"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}],"properties":{"order":215,"id":17,"name":"tabs5","prevSize":32,"code":59702},"setIdx":0,"setId":4,"iconIdx":16},{"icon":{"paths":["M972.8 930.116c0 0-921.6 0-921.6 0-28.228 0-51.2-22.972-51.2-51.2 0 0 0-716.817 0-716.817 0-28.228 22.972-51.2 51.2-51.2 0 0 921.6 0 921.6 0 28.228 0 51.2 22.972 51.2 51.2 0 0 0 716.817 0 716.817 0 28.228-22.972 51.2-51.2 51.2zM580.267 145.033c0 0-170.667 0-170.667 0s0 102.4 0 102.4c0 0 170.667 0 170.667 0s0-102.4 0-102.4zM785.067 145.033c0 0-170.667 0-170.667 0s0 102.4 0 102.4c0 0 170.667 0 170.667 0s0-102.4 0-102.4zM989.867 162.099c0-9.421-7.663-17.067-17.067-17.067 0 0-153.6 0-153.6 0s0 102.4 0 102.4c0 0 170.667 0 170.667 0s0-85.333 0-85.333zM989.867 281.566c0 0-597.333 0-597.333 0-9.421 0-17.067-7.629-17.067-17.067 0 0 0-119.467 0-119.467s-324.267 0-324.267 0c-9.404 0-17.067 7.646-17.067 17.067 0 0 0 716.817 0 716.817 0 9.421 7.663 17.067 17.067 17.067 0 0 921.6 0 921.6 0 9.404 0 17.067-7.646 17.067-17.067 0 0 0-597.35 0-597.35zM290.133 213.299c0 0-170.667 0-170.667 0-9.421 0-17.067-7.629-17.067-17.067s7.646-17.067 17.067-17.067c0 0 170.667 0 170.667 0 9.421 0 17.067 7.629 17.067 17.067s-7.646 17.067-17.067 17.067z"],"attrs":[{"fill":"rgb(80, 80, 112)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tabs2"],"colorPermutations":{"6571821727373180801121":[{"f":2}]}},"attrs":[{"fill":"rgb(80, 80, 112)"}],"properties":{"order":216,"id":16,"name":"tabs2","prevSize":32,"code":59703},"setIdx":0,"setId":4,"iconIdx":17},{"icon":{"paths":["M16 96v832h992v-832h-992zM976 128v96h-928v-96h928zM48 896v-640h928v640h-928z","M80 160h32v32h-32v-32z","M144 160h32v32h-32v-32z","M208 160h32v32h-32v-32z","M704 384c-58.816 0-115.472 21.952-159.232 60.864-34.384-93.536-123.184-156.864-224.768-156.864-132.336 0-240 107.664-240 240s107.664 240 240 240c58.816 0 115.472-21.952 159.232-60.864 34.384 93.536 123.184 156.864 224.768 156.864 132.336 0 240-107.664 240-240s-107.664-240-240-240zM320 736c-114.688 0-208-93.312-208-208s93.312-208 208-208c96 0 178.992 65.168 201.808 158.48 4.112 16.8 6.192 33.456 6.192 49.52 0 51.072-18.912 100.304-53.264 138.624v0c-39.52 44.096-95.936 69.376-154.736 69.376zM704 832c-93.28 0-174.272-61.536-199.728-150.624 36-43.168 55.728-97.296 55.728-153.376 0-15.872-1.744-32.192-5.168-48.592 39.152-40.4 93.072-63.408 149.168-63.408 114.688 0 208 93.312 208 208s-93.312 208-208 208z","M320 368c-52.944 0-96 43.056-96 96v96c0 52.944 43.056 96 96 96 12.624 0 24.672-2.512 35.728-6.96 9.088 14.16 20.928 26.64 35.392 36.272l17.744-26.624c-10.544-7.040-19.232-16.096-25.92-26.384 20.208-17.616 33.056-43.456 33.056-72.304v-96c0-52.944-43.056-96-96-96zM384 560c0 15.056-5.44 28.736-14.176 39.68-1.088-5.68-1.824-11.456-1.824-17.36v-6.32h-32v6.32c0 12.96 2.224 25.536 6.048 37.536-6.912 2.544-14.272 4.144-22.048 4.144-35.296 0-64-28.704-64-64v-96c0-35.296 28.704-64 64-64s64 28.704 64 64v96z","M731.76 480h-55.536l-54.992 176h-29.232v32h19.232l-18.512 59.232 30.544 9.536 21.504-68.768h118.48l21.488 68.768 30.544-9.536-18.512-59.232h19.232v-32h-29.232l-55.008-176zM654.768 656l45.008-144h8.464l45.008 144h-98.48z"],"attrs":[{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faq"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{}],"properties":{"order":217,"id":15,"name":"faq","prevSize":32,"code":59704},"setIdx":0,"setId":4,"iconIdx":18},{"icon":{"paths":["M803.84 66.56h-583.68c-73.485 0.087-133.033 59.635-133.12 133.112l-0 0.008v604.16c0.095 84.792 68.807 153.504 153.591 153.6l542.729 0c84.792-0.095 153.504-68.807 153.6-153.591l0-0.009v-604.16c-0.088-73.485-59.635-133.032-133.112-133.12l-0.008-0zM220.16 128h583.68c39.568 0.049 71.631 32.112 71.68 71.675l0 0.005v522.81c-0.057 45.952-37.297 83.188-83.245 83.24l-560.545 0c-45.953-0.052-83.192-37.287-83.25-83.234l-0-0.006v-522.81c0.049-39.568 32.112-71.631 71.675-71.68l0.005-0zM783.36 896h-542.72c-50.875-0.057-92.103-41.284-92.16-92.154l-0-0.006v-3.775c20.791 22.395 50.387 36.368 83.247 36.385l560.543 0c32.863-0.017 62.459-13.99 83.184-36.313l0.066-0.072v3.775c-0.057 50.875-41.284 92.103-92.154 92.16l-0.006 0z","M512.681 396.156c0.462 0.021 1.005 0.033 1.55 0.033 11.942 0 22.522-5.829 29.051-14.798l0.071-0.103c5.221-8.419 8.316-18.631 8.316-29.567 0-1.588-0.065-3.161-0.193-4.716l0.014 0.204v-50.736c0.115-1.355 0.18-2.932 0.18-4.524 0-10.96-3.094-21.197-8.457-29.886l0.141 0.245c-7.194-9.088-18.226-14.867-30.607-14.867s-23.413 5.778-30.545 14.786l-0.062 0.081c-5.277 8.418-8.406 18.649-8.406 29.61 0 1.603 0.067 3.19 0.198 4.759l-0.014-0.205v50.736c-0.117 1.36-0.184 2.943-0.184 4.541 0 10.937 3.13 21.143 8.543 29.771l-0.137-0.234c6.571 9.068 17.129 14.899 29.048 14.899 0.526 0 1.049-0.011 1.569-0.034l-0.074 0.003zM500.158 291.192c0-13.41 4.056-20.107 12.524-20.107 8.47 0 12.524 6.697 12.524 20.107v61.002c0 13.414-4.056 20.064-12.524 20.064s-12.524-6.651-12.524-20.064v-61.002z","M592.342 396.156c12.478-1.404 23.166-8.061 29.943-17.674l0.089-0.133v15.804h26.241v-144.964h-26.241v110.8c-3.296 6.385-9.312 10.97-16.474 12.248l-0.139 0.021c-0.049 0.001-0.106 0.002-0.164 0.002-3.241 0-5.88-2.582-5.971-5.801l-0-0.008q-0.004-0.164 0-0.327c-0.268-2.135-0.421-4.607-0.421-7.113 0-1.094 0.029-2.181 0.087-3.261l-0.006 0.151v-106.711h-26.199v114.634c-0.036 0.852-0.056 1.852-0.056 2.857 0 6.649 0.891 13.090 2.561 19.209l-0.119-0.511c2.224 6.375 8.184 10.866 15.193 10.866 0.59 0 1.173-0.032 1.747-0.094l-0.071 0.006z","M409.507 315.346v78.808h29.138v-78.808l35.016-115.699h-29.436l-19.851 76.38-20.746-76.38h-30.629c6.137 18.042 12.558 36.139 18.701 54.186 6.338 16.634 12.467 37.211 17.203 58.314l0.603 3.199z","M350.976 711.73c38.624 3.888 83.474 6.106 128.842 6.106 7.886 0 15.756-0.067 23.609-0.2l-1.182 0.016h19.51c6.672 0.118 14.542 0.185 22.427 0.185 45.368 0 90.218-2.218 134.448-6.55l-5.606 0.444c23.057-2.904 41.455-19.878 46.449-41.937l0.069-0.364c4.957-25.201 7.794-54.177 7.794-83.815 0-5.775-0.108-11.524-0.321-17.246l0.024 0.826v-1.406c0.212-5.222 0.333-11.351 0.333-17.509 0-29.747-2.819-58.836-8.204-87.015l0.458 2.882c-5.045-22.419-23.429-39.394-46.207-42.273l-0.268-0.028c-38.734-3.911-83.709-6.141-129.205-6.141-7.713 0-15.412 0.064-23.095 0.192l1.158-0.015h-19.851c-6.53-0.113-14.235-0.177-21.955-0.177-45.49 0-90.459 2.23-134.803 6.588l5.617-0.447c-23.046 2.907-41.431 19.882-46.407 41.937l-0.069 0.363c-5.016 25.526-7.887 54.876-7.887 84.897 0 5.888 0.11 11.751 0.329 17.586l-0.025-0.842v2.428c-0.18 4.751-0.282 10.331-0.282 15.934 0 29.451 2.832 58.24 8.237 86.11l-0.457-2.832c5.064 22.424 23.461 39.397 46.25 42.274l0.268 0.028zM617.177 567.191c-0.124-1.393-0.194-3.013-0.194-4.65 0-10.776 3.053-20.838 8.34-29.37l-0.138 0.239c6.806-8.986 17.483-14.731 29.502-14.731 0.561 0 1.119 0.013 1.673 0.037l-0.078-0.003c0.47-0.022 1.021-0.034 1.575-0.034 11.91 0 22.476 5.754 29.069 14.634l0.069 0.097c5.143 8.339 8.19 18.446 8.19 29.264 0 1.59-0.066 3.165-0.195 4.722l0.014-0.204v29.691h-51.971v25.432c0 13.276 4.319 19.936 13.249 19.936 0.141 0.006 0.307 0.010 0.474 0.010 5.926 0 10.779-4.591 11.196-10.411l0.002-0.036c0.375-4.245 0.589-9.185 0.589-14.174 0-1.217-0.013-2.431-0.038-3.642l0.003 0.181h26.497v3.834c0 8.36-0.31 14.149-0.554 16.741-0.856 5.885-2.996 11.148-6.129 15.67l0.080-0.121c-6.572 9.471-17.391 15.594-29.64 15.594-0.633 0-1.261-0.016-1.886-0.049l0.087 0.004c-0.537 0.028-1.166 0.043-1.799 0.043-12.075 0-22.809-5.745-29.616-14.65l-0.066-0.090c-5.315-8.349-8.471-18.524-8.471-29.436 0-1.499 0.060-2.985 0.177-4.454l-0.012 0.194v-50.267zM520.69 471.386h25.986v62.876c5.973-8.832 15.66-14.762 26.769-15.542l0.111-0.006c0.196-0.007 0.427-0.011 0.659-0.011 9.809 0 18.012 6.871 20.061 16.062l0.026 0.137c1.733 7.355 2.727 15.799 2.727 24.476 0 1.535-0.031 3.062-0.093 4.581l0.007-0.218v57.082c0.045 1.209 0.071 2.63 0.071 4.056 0 8.813-0.988 17.395-2.86 25.642l0.148-0.773c-2.109 9.286-10.293 16.114-20.071 16.114-0.237 0-0.473-0.004-0.709-0.012l0.034 0.001c-11.26-0.882-20.948-6.914-26.799-15.717l-0.081-0.13v13.887h-25.986v-192.505zM423.479 520.46h25.943v105.603c-0.039 0.922-0.062 2.004-0.062 3.090 0 2.466 0.115 4.906 0.341 7.313l-0.023-0.308c-0.001 0.030-0.001 0.066-0.001 0.102 0 3.25 2.606 5.891 5.843 5.948l0.005 0q0.123 0.002 0.245-0.001c7.225-1.26 13.184-5.787 16.383-11.971l0.060-0.127v-109.65h25.986v143.432h-25.986v-15.635c-6.774 9.648-17.35 16.233-29.505 17.577l-0.187 0.017c-0.504 0.056-1.088 0.088-1.679 0.088-6.95 0-12.864-4.433-15.070-10.626l-0.035-0.112c-1.473-5.491-2.319-11.795-2.319-18.297 0-1.056 0.022-2.107 0.066-3.152l-0.005 0.149v-113.442zM329.037 471.386h90.651v27.093h-31.14v165.412h-28.925v-165.412h-30.586v-27.093z","M570.957 622.911v-61.258c0-12.959-3.834-19.553-11.331-19.553-5.175 0.301-9.744 2.67-12.932 6.285l-0.018 0.020v87.413c3.188 3.676 7.761 6.078 12.898 6.387l0.052 0.002c7.497 0 11.331-6.339 11.331-19.297z","M669.020 561.994q0.003-19.902-12.908-19.894c-8.693 0-13.078 6.628-13.078 19.894v13.248h25.986v-13.248z"],"attrs":[{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["youtube-grid"],"colorPermutations":{"6571821727373180801121":[{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0}]}},"attrs":[{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"},{"fill":"rgb(72, 73, 73)"}],"properties":{"order":218,"id":14,"name":"youtube-grid","prevSize":32,"code":59705},"setIdx":0,"setId":4,"iconIdx":19},{"icon":{"paths":["M-0.064 950.64v-877.28l1024.128 438.64-1024.128 438.64zM31.936 121.888v780.224l910.848-390.112-910.848-390.112z","M175.488 485.696c0 0 31.104-24.448 41.472-12.224s49.936 159.76 63.168 186.96c11.536 23.872 43.344 55.424 78.224 32.88 34.864-22.528 150.8-121.2 171.552-237.696 20.752-116.48-139.52-92.080-156.48 9.408 42.432-25.392 65.072 10.304 43.376 50.736-21.68 40.384-41.472 66.72-51.84 66.72-10.352 0-18.32-27.024-30.16-74.272-12.256-48.832-12.192-136.8-63.136-126.816-48.064 9.408-111.216 84.576-111.216 84.576l15.040 19.728z"],"attrs":[{"fill":"rgb(65, 71, 82)"},{"fill":"rgb(65, 71, 82)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vimeo-grid"],"colorPermutations":{"6571821727373180801121":[{"f":1},{"f":1}]}},"attrs":[{"fill":"rgb(65, 71, 82)"},{"fill":"rgb(65, 71, 82)"}],"properties":{"order":219,"id":13,"name":"vimeo-grid","prevSize":32,"code":59706},"setIdx":0,"setId":4,"iconIdx":20},{"icon":{"paths":["M757.76 20.48h-491.52v983.040h491.52v-983.040zM716.8 962.56h-409.6v-901.12h409.6v901.12z","M1003.52 81.92h-204.8v860.16h204.8v-860.16zM962.56 901.12h-122.88v-778.24h122.88v778.24z","M225.28 81.92h-204.8v860.16h204.8v-860.16zM184.32 901.12h-122.88v-778.24h122.88v778.24z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["carousel"],"colorPermutations":{"6571821727373180801121":[{},{},{}]}},"attrs":[{},{},{}],"properties":{"order":220,"id":12,"name":"carousel","prevSize":32,"code":59707},"setIdx":0,"setId":4,"iconIdx":21},{"icon":{"paths":["M153.6 204.8v614.4h716.8v-614.4h-716.8zM204.8 256h614.4v512h-614.4v-512zM0 307.2v409.6h102.4v-51.2h-51.2v-307.2h51.2v-51.2h-102.4zM921.6 307.2v51.2h51.2v307.2h-51.2v51.2h102.4v-409.6h-102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slider7"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":221,"id":11,"name":"slider7","prevSize":32,"code":59708},"setIdx":0,"setId":4,"iconIdx":22},{"icon":{"paths":["M0 102.4v716.8h1024v-716.8h-1024zM51.2 153.6h921.6v614.4h-921.6v-614.4zM256 921.6v51.2h102.4v-51.2h-102.4zM460.8 921.6v51.2h102.4v-51.2h-102.4zM665.6 921.6v51.2h102.4v-51.2h-102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slider3"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":222,"id":10,"name":"slider3","prevSize":32,"code":59709},"setIdx":0,"setId":4,"iconIdx":23},{"icon":{"paths":["M0 153.6v51.2h51.2v512h-51.2v51.2h102.4v-614.4h-102.4zM153.6 153.6v614.4h716.8v-614.4h-716.8zM921.6 153.6v614.4h102.4v-51.2h-51.2v-512h51.2v-51.2h-102.4zM204.8 204.8h614.4v512h-614.4v-512zM256 870.4v51.2h102.4v-51.2h-102.4zM460.8 870.4v51.2h102.4v-51.2h-102.4zM665.6 870.4v51.2h102.4v-51.2h-102.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slider6"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":223,"id":9,"name":"slider6","prevSize":32,"code":59710},"setIdx":0,"setId":4,"iconIdx":24},{"icon":{"paths":["M102.4 204.8v614.4h819.2v-614.4h-819.2zM153.6 256h716.8v512h-716.8v-512zM0 307.2v409.6h51.2v-409.6h-51.2zM972.8 307.2v409.6h51.2v-409.6h-51.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slider4"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":224,"id":8,"name":"slider4","prevSize":32,"code":59711},"setIdx":0,"setId":4,"iconIdx":25},{"icon":{"paths":["M651.435 905.643c-123.605-49.237-182.357-105.941-193.365-134.059v-28.715c24.533-28.075 43.691-64.512 55.893-106.155 15.317-13.525 25.6-32.64 28.501-53.504 2.987-21.504-1.792-42.795-13.611-60.757v-83.712c0-113.707-68.267-178.859-187.264-178.859-117.291 0-187.307 66.859-187.307 178.859v83.755c-11.776 17.92-16.597 39.168-13.568 60.672 2.901 20.864 13.141 40.021 28.459 53.547 12.203 41.685 31.36 78.080 55.893 106.155v28.715c-10.965 28.075-69.717 84.693-193.323 134.059-18.901 7.552-31.147 25.899-31.147 46.763v42.624c0 11.776 9.557 21.333 21.333 21.333s21.333-9.557 21.333-21.333v-42.624c0-3.2 1.707-6.101 4.309-7.083 117.248-46.848 203.349-111.147 219.264-164.011 0.597-2.005 0.896-4.096 0.896-6.187v-40.491c0-5.461-2.091-10.709-5.845-14.677-23.851-25.173-42.325-60.117-53.419-101.163-1.28-4.693-4.096-8.832-8.064-11.648-9.387-6.827-15.744-17.707-17.451-29.824-1.749-12.501 1.621-24.875 9.429-34.731 2.987-3.755 4.565-8.405 4.565-13.227v-90.624c0-87.851 51.371-136.192 144.64-136.192 95.957 0 144.597 45.824 144.597 136.192v90.581c0 4.779 1.621 9.429 4.565 13.227 7.851 9.941 11.179 22.315 9.429 34.816-1.707 12.117-8.021 22.955-17.451 29.739-3.968 2.859-6.827 6.997-8.064 11.691-11.093 41.003-29.568 75.989-53.419 101.163-3.755 3.968-5.845 9.216-5.845 14.677v40.491c0 2.091 0.299 4.181 0.896 6.187 16 52.864 102.101 117.248 219.349 164.011 2.517 0.981 4.224 3.925 4.224 7.083v42.624c0 11.776 9.557 21.333 21.333 21.333s21.333-9.557 21.333-21.333v-42.624c0-20.565-12.544-39.424-31.104-46.763z","M808.491 3.755h-192.939c-102.784 0-190.549 79.445-208.683 188.971-1.963 11.605 5.931 22.571 17.536 24.491 11.477 2.091 22.571-5.931 24.533-17.579 14.72-88.789 84.779-153.259 166.613-153.259h192.939c93.355 0 169.344 83.968 169.344 187.136 0 91.051-58.837 168.533-139.861 184.277-3.541 0.683-6.869 2.304-9.685 4.608l-145.749 123.008v-97.707c0-11.776-9.557-21.333-21.333-21.333h-51.2c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333h29.867v122.283c0 8.277 4.821 15.829 12.331 19.328 2.859 1.323 5.973 2.005 9.003 2.005 4.949 0 9.813-1.707 13.739-5.035l176.725-149.12c98.176-21.973 168.832-115.627 168.832-224.981 0-126.677-95.104-229.76-212.011-229.76z","M579.115 213.333h248.149c11.776 0 21.333-9.557 21.333-21.333s-9.515-21.333-21.291-21.333h-248.149c-11.776 0-21.333 9.557-21.333 21.333s9.515 21.333 21.291 21.333z","M579.115 298.667h124.075c11.776 0 21.333-9.557 21.333-21.333s-9.515-21.333-21.333-21.333h-124.075c-11.776 0-21.333 9.557-21.333 21.333s9.557 21.333 21.333 21.333z"],"attrs":[{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["testimonials3"],"colorPermutations":{"6571821727373180801121":[{},{},{},{}]}},"attrs":[{},{},{},{}],"properties":{"order":225,"id":7,"name":"testimonials3","prevSize":32,"code":59712},"setIdx":0,"setId":4,"iconIdx":26},{"icon":{"paths":["M648.533 187.733c0-9.421 7.629-17.067 17.067-17.067h136.533c9.438 0 17.067 7.646 17.067 17.067s-7.629 17.067-17.067 17.067h-136.533c-9.438 0-17.067-7.646-17.067-17.067v0zM597.333 170.667h-409.6c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h409.6c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM187.733 307.2h204.8c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-204.8c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067v0zM597.333 307.2c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-136.533c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h136.533zM665.6 307.2h170.667c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-170.667c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067v0zM107.401 534.067c-6.673 6.673-6.673 17.459 0 24.132l85.333 85.333c3.328 3.328 7.697 5.001 12.066 5.001s8.738-1.673 12.066-5.001l63.266-63.266h95.317c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-102.383c-4.54 0-8.875 1.792-12.066 5.001l-56.201 56.201-73.267-73.267c-6.673-6.673-17.459-6.673-24.132 0v0zM938.667 0h-853.333c-47.053 0-85.333 38.281-85.333 85.333v409.6c0 38.707 26.112 72.619 63.505 82.5 9.097 2.372 18.466-3.021 20.855-12.134 2.423-9.114-3.021-18.449-12.134-20.855-22.426-5.922-38.093-26.283-38.093-49.51v-409.6c0-28.228 22.972-51.2 51.2-51.2h853.333c28.228 0 51.2 22.972 51.2 51.2v409.6c0 28.228-22.972 51.2-51.2 51.2h-51.2c-4.54 0-8.875 1.792-12.066 5.001l-56.201 56.201-73.267-73.267c-6.673-6.673-17.459-6.673-24.132 0s-6.673 17.459 0 24.132l85.333 85.333c3.328 3.328 7.697 5.001 12.066 5.001s8.738-1.673 12.066-5.001l63.266-63.266h44.134c47.053 0 85.333-38.281 85.333-85.333v-409.6c0-47.053-38.281-85.333-85.333-85.333v0zM682.65 546.133h-102.383c-4.54 0-8.875 1.792-12.066 5.001l-56.201 56.201-73.267-73.267c-6.673-6.673-17.459-6.673-24.132 0s-6.673 17.459 0 24.132l85.333 85.333c3.328 3.328 7.697 5.001 12.066 5.001s8.738-1.673 12.066-5.001l63.266-63.266h95.317c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM307.2 819.2v34.133c0 12.868-7.168 24.115-17.715 29.918-3.26 32.802-17.527 61.679-18.227 63.044-15.462 30.942-38.844 77.705-117.658 77.705s-102.195-46.763-117.675-77.705c-0.683-1.365-14.95-30.242-18.21-63.044-10.547-5.803-17.715-17.050-17.715-29.918v-34.133c0-12.612 6.861-23.637 17.067-29.542v-4.591c0-56.474 45.926-102.4 102.4-102.4h68.267c56.474 0 102.4 45.926 102.4 102.4v4.591c10.206 5.905 17.067 16.93 17.067 29.542v0zM273.067 819.2c-9.438 0-17.067-7.646-17.067-17.067v-17.067c0-37.649-30.618-68.267-68.267-68.267h-68.267c-37.649 0-68.267 30.618-68.267 68.267v17.067c0 9.421-7.629 17.067-17.067 17.067v34.133c9.438 0 17.067 7.646 17.067 17.067 0 29.525 15.121 60.348 15.275 60.655 17.749 35.516 33.417 58.812 87.125 58.812s69.376-23.296 87.125-58.829c0.154-0.29 15.275-31.113 15.275-60.638 0-9.421 7.629-17.067 17.067-17.067v-34.133zM204.8 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM119.467 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM1024 819.2v34.133c0 12.868-7.168 24.115-17.715 29.918-3.26 32.802-17.527 61.679-18.227 63.044-15.462 30.942-38.844 77.705-117.658 77.705s-102.195-46.763-117.675-77.705c-0.683-1.365-14.95-30.242-18.21-63.044-10.547-5.803-17.715-17.050-17.715-29.918v-34.133c0-12.612 6.861-23.637 17.067-29.542v-4.591c0-56.474 45.926-102.4 102.4-102.4h68.267c56.474 0 102.4 45.926 102.4 102.4v4.591c10.206 5.905 17.067 16.93 17.067 29.542v0zM989.867 819.2c-9.438 0-17.067-7.646-17.067-17.067v-17.067c0-37.649-30.618-68.267-68.267-68.267h-68.267c-37.649 0-68.267 30.618-68.267 68.267v17.067c0 9.421-7.629 17.067-17.067 17.067v34.133c9.438 0 17.067 7.646 17.067 17.067 0 29.525 15.121 60.348 15.275 60.655 17.749 35.516 33.417 58.812 87.125 58.812s69.376-23.296 87.125-58.829c0.154-0.29 15.275-31.113 15.275-60.638 0-9.421 7.629-17.067 17.067-17.067v-34.133zM921.6 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM836.267 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM665.6 819.2v34.133c0 12.868-7.168 24.115-17.715 29.918-3.26 32.802-17.527 61.679-18.227 63.044-15.462 30.942-38.844 77.705-117.658 77.705s-102.195-46.763-117.675-77.705c-0.683-1.365-14.95-30.242-18.21-63.044-10.547-5.803-17.715-17.050-17.715-29.918v-34.133c0-12.612 6.861-23.637 17.067-29.542v-4.591c0-56.474 45.926-102.4 102.4-102.4h68.267c56.474 0 102.4 45.926 102.4 102.4v4.591c10.206 5.905 17.067 16.93 17.067 29.542v0zM631.467 819.2c-9.438 0-17.067-7.646-17.067-17.067v-17.067c0-37.649-30.618-68.267-68.267-68.267h-68.267c-37.649 0-68.267 30.618-68.267 68.267v17.067c0 9.421-7.629 17.067-17.067 17.067v34.133c9.438 0 17.067 7.646 17.067 17.067 0 29.525 15.121 60.348 15.275 60.655 17.749 35.516 33.417 58.812 87.125 58.812s69.376-23.296 87.125-58.829c0.154-0.29 15.275-31.113 15.275-60.638 0-9.421 7.629-17.067 17.067-17.067v-34.133zM563.2 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM477.867 819.2h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067v0zM187.733 409.6h170.667c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-170.667c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067v0zM409.6 392.533c0 9.421 7.629 17.067 17.067 17.067h290.133c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-290.133c-9.438 0-17.067 7.646-17.067 17.067v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["testimonials1"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":226,"id":6,"name":"testimonials1","prevSize":32,"code":59713},"setIdx":0,"setId":4,"iconIdx":27},{"icon":{"paths":["M494.933 648.533c-9.438 0-17.067 7.646-17.067 17.067v273.067c0 9.421 7.629 17.067 17.067 17.067s17.067-7.646 17.067-17.067v-273.067c0-9.421-7.629-17.067-17.067-17.067v0zM819.2 289.075c-21.999-2.338-60.126-9.813-84.036-33.724-15.155 19.388-35.789 28.911-52.497 32.7v53.282c0 46.387 30.447 102.4 68.267 102.4s68.267-56.013 68.267-102.4v-52.258zM836.267 256c9.438 0 17.067 7.646 17.067 17.067v68.267c0 57.003-38.946 136.533-102.4 136.533s-102.4-79.531-102.4-136.533v-68.267c0-9.421 7.629-17.067 17.067-17.067 1.485-0.017 39.253-1.041 52.087-39.526 2.321-6.98 8.823-11.674 16.179-11.674s13.875 4.693 16.179 11.674c12.834 38.451 85.487 39.526 86.221 39.526v0zM733.867 136.533h34.133c44.919 0 99.499 46.114 102.451 86.647l17.067 221.867c0.683 8.943 8.158 15.753 16.998 15.753 0.427 0 0.887-0.017 1.331-0.051 9.387-0.717 16.418-8.926 15.701-18.33l-17.067-221.798c-4.557-62.549-80.111-118.221-136.482-118.221h-34.133c-62.123 0-130.987 59.494-136.482 118.153l-17.067 221.867c-0.717 9.404 6.315 17.613 15.701 18.33 9.574 0.614 17.613-6.315 18.33-15.701l17.050-221.594c3.806-40.619 58.385-86.921 102.468-86.921v0zM905.66 648.533h-0.068c-9.387 0-17.033 7.595-17.067 16.998l-1.058 273.067c-0.034 9.421 7.561 17.101 16.998 17.135h0.068c9.404 0 17.033-7.595 17.067-16.998l1.058-273.067c0.034-9.421-7.561-17.101-16.998-17.135v0zM982.153 529.084c-33.451-33.382-83.695-51.012-145.374-51.012-9.557 0.188-17.527 7.458-17.579 17.015-0.017 3.482-1.195 85.18-68.267 85.18s-68.25-81.681-68.267-85.163c-0.017-9.404-7.646-17.015-17.067-17.015-9.438 0-17.067 7.629-17.067 17.067 0 38.161 18.432 107.674 85.333 117.862v86.716c0 9.421 7.629 17.067 17.067 17.067s17.067-7.646 17.067-17.067v-86.733c57.6-8.789 79.292-61.491 84.19-100.369 45.261 2.543 81.63 16.435 105.847 40.619 20.531 20.497 31.829 48.265 31.829 78.217v273.067c0 9.421 7.629 17.067 17.067 17.067s17.067-7.646 17.067-17.067v-273.067c0-39.083-14.865-75.435-41.847-102.383v0zM256 238.933h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067v0zM341.333 238.933h17.067c9.438 0 17.067-7.646 17.067-17.067s-7.629-17.067-17.067-17.067h-17.067c-9.438 0-17.067 7.646-17.067 17.067s7.629 17.067 17.067 17.067v0zM187.733 238.933c9.438 0 17.067 7.646 17.067 17.067 0 29.525 15.121 60.348 15.292 60.655 17.749 35.516 33.417 58.812 87.108 58.812s69.359-23.296 87.125-58.829c0.154-0.29 15.275-31.113 15.275-60.638 0-9.421 7.629-17.067 17.067-17.067v-34.133c-9.438 0-17.067-7.646-17.067-17.067v-17.067c0-37.649-30.618-68.267-68.267-68.267h-68.267c-37.649 0-68.267 30.618-68.267 68.267v17.067c0 9.421-7.629 17.067-17.067 17.067v34.133zM153.6 238.933v-34.133c0-12.612 6.861-23.637 17.067-29.542v-4.591c0-56.474 45.926-102.4 102.4-102.4h68.267c56.474 0 102.4 45.926 102.4 102.4v4.591c10.206 5.905 17.067 16.93 17.067 29.542v34.133c0 12.868-7.168 24.115-17.715 29.918-3.26 32.802-17.527 61.679-18.21 63.044-15.479 30.942-38.861 77.705-117.675 77.705s-102.195-46.763-117.675-77.705c-0.683-1.365-14.95-30.242-18.21-63.044-10.547-5.803-17.715-17.050-17.715-29.918v0zM119.467 648.533c-9.438 0-17.067 7.646-17.067 17.067v273.067c0 9.421 7.629 17.067 17.067 17.067s17.067-7.646 17.067-17.067v-273.067c0-9.421-7.629-17.067-17.067-17.067v0zM307.2 648.533c9.438 0 17.067-7.646 17.067-17.067v-124.211c10.155-5.922 17.067-16.811 17.067-29.389 0-18.825-15.309-34.133-34.133-34.133s-34.133 15.309-34.133 34.133c0 12.578 6.912 23.467 17.067 29.389v124.211c0 9.421 7.629 17.067 17.067 17.067v0zM586.889 498.039c18.244 18.227 27.511 40.158 27.511 65.161v341.333c0 9.421-7.629 17.067-17.067 17.067s-17.067-7.646-17.067-17.067v-341.333c0-15.838-5.734-29.252-17.493-41.011-26.59-26.522-83.132-42.325-156.382-43.964l-82.449 395.418c0 0.034-0.017 0.068-0.017 0.102l-0.017 0.137c-0.119 0.563-0.495 1.007-0.666 1.536-0.495 1.57-0.99 3.14-1.911 4.489-0.649 0.973-1.587 1.673-2.406 2.475-0.734 0.717-1.331 1.553-2.185 2.133-1.365 0.922-2.953 1.451-4.54 1.946-0.529 0.171-0.956 0.529-1.519 0.649h-0.068c-1.092 0.222-2.27 0.017-3.396 0.017s-2.304 0.205-3.379-0.017h-0.119c-0.853-0.171-1.502-0.7-2.287-0.99-1.28-0.461-2.594-0.819-3.721-1.57-1.007-0.683-1.724-1.655-2.577-2.509-0.683-0.717-1.502-1.297-2.048-2.133-0.939-1.382-1.468-2.97-1.963-4.574-0.154-0.512-0.512-0.922-0.631-1.451l-0.017-0.137c0-0.034-0.017-0.068-0.017-0.102l-82.449-395.418c-73.233 1.638-129.792 17.425-156.382 43.964-11.759 11.759-17.493 25.173-17.493 41.011v341.333c0 9.421-7.629 17.067-17.067 17.067s-17.067-7.646-17.067-17.067v-341.333c0-25.003 9.267-46.933 27.511-65.161 34.97-34.884 103.561-54.084 193.212-54.084 8.209 0.017 16.128 5.291 17.852 13.585l68.625 329.267 68.625-329.267c1.707-8.294 9.37-13.722 17.818-13.585 89.685 0 158.276 19.183 193.246 54.084v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clients"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":227,"id":5,"name":"clients","prevSize":32,"code":59714},"setIdx":0,"setId":4,"iconIdx":28},{"icon":{"paths":["M789.333 853.333h-554.667c-47.063 0-85.333-38.281-85.333-85.333v-512c0-47.052 38.271-85.333 85.333-85.333h554.667c47.063 0 85.333 38.281 85.333 85.333v512c0 47.052-38.271 85.333-85.333 85.333zM234.667 213.333c-23.521 0-42.667 19.135-42.667 42.667v512c0 23.531 19.146 42.667 42.667 42.667h554.667c23.521 0 42.667-19.135 42.667-42.667v-512c0-23.531-19.146-42.667-42.667-42.667h-554.667z","M959.958 845.052c-4.521 0-9.083-0.719-13.458-2.188l-35.917-11.958c-11.167-3.729-17.208-15.802-13.479-26.979s15.688-17.25 26.979-13.5l35.917 11.969v-580.802l-35.917 11.979c-11.292 3.75-23.25-2.323-26.979-13.5s2.312-23.25 13.479-26.979l35.917-11.969c12.979-4.365 27.312-2.156 38.437 5.854 11.104 8 17.729 20.938 17.729 34.615v580.813c0 13.677-6.625 26.615-17.729 34.615-7.354 5.292-16.125 8.031-24.979 8.031z","M64.042 845.063c-8.854 0-17.625-2.75-24.979-8.042-11.104-8-17.729-20.937-17.729-34.615v-580.813c0-13.677 6.625-26.615 17.729-34.615 11.104-8.010 25.458-10.219 38.437-5.844l35.917 11.958c11.167 3.729 17.208 15.802 13.479 26.979s-15.688 17.25-26.979 13.5l-35.917-11.969v580.802l35.917-11.979c11.292-3.75 23.25 2.323 26.979 13.5s-2.312 23.25-13.479 26.979l-35.917 11.969c-4.396 1.469-8.937 2.187-13.458 2.187z","M378.667 506.677c-58.812 0-106.667-47.854-106.667-106.667s47.854-106.667 106.667-106.667 106.667 47.854 106.667 106.667-47.854 106.667-106.667 106.667zM378.667 336.010c-35.292 0-64 28.708-64 64s28.708 64 64 64 64-28.708 64-64-28.708-64-64-64z","M312.771 694.052c-5.542 0-11.083-2.146-15.25-6.417-8.25-8.427-8.083-21.937 0.333-30.167 4.333-4.229 83-85.427 134.812-138.969 7.5-7.75 19.542-8.688 28.125-2.229l69.354 52 115-134.156c7.479-8.698 20.521-9.958 29.521-2.771l106.667 85.333c9.188 7.354 10.688 20.781 3.333 29.979-7.354 9.208-20.771 10.719-30 3.333l-90.563-72.448-114.583 133.677c-7.271 8.521-20 9.948-28.979 3.177l-70.292-52.708c-34.042 35.156-117.417 121.25-122.563 126.281-4.146 4.063-9.542 6.083-14.917 6.083z"],"attrs":[{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gallery-carousel"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{}]}},"attrs":[{},{},{},{},{}],"properties":{"order":228,"id":4,"name":"gallery-carousel","prevSize":32,"code":59715},"setIdx":0,"setId":4,"iconIdx":29},{"icon":{"paths":["M319.552 363.179h-153.515v-153.515h153.515v153.515zM208.704 320.512h68.181v-68.181h-68.181v68.181z","M319.552 588.757h-153.515v-153.515h153.515v153.515zM208.704 546.091h68.181v-68.181h-68.181v68.181z","M319.552 814.336h-153.515v-153.493h153.515v153.493zM208.704 771.669h68.181v-68.16h-68.181v68.16z","M853.312 1024h-682.624c-94.101 0-170.667-76.565-170.667-170.667v-682.667c0-94.101 76.565-170.667 170.667-170.667h682.624c94.101 0 170.667 76.565 170.667 170.667v682.667c0 94.101-76.565 170.667-170.667 170.667zM170.688 42.667c-70.592 0-128 57.408-128 128v682.667c0 70.592 57.408 128 128 128h682.624c70.592 0 128-57.408 128-128v-682.667c0-70.592-57.408-128-128-128h-682.624z","M424.256 265.088h430.101v42.667h-430.101v-42.667z","M424.256 490.667h430.101v42.667h-430.101v-42.667z","M424.256 716.224h430.101v42.667h-430.101v-42.667z"],"attrs":[{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["services"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{},{},{}]}},"attrs":[{},{},{},{},{},{},{}],"properties":{"order":229,"id":3,"name":"services","prevSize":32,"code":59716},"setIdx":0,"setId":4,"iconIdx":30},{"icon":{"paths":["M935.573 760.683c-5.803 0-11.52-2.389-15.637-6.827l-167.317-180.352h-346.475c-51.669 0-93.696-41.771-93.696-93.12v-387.243c0-51.371 42.027-93.141 93.696-93.141h524.139c51.669 0 93.717 41.771 93.717 93.141v387.243c0 41.515-28.203 77.376-67.093 88.896v170.069c0 8.768-5.376 16.64-13.547 19.861-2.496 1.003-5.141 1.472-7.787 1.472zM406.144 42.667c-28.139 0-51.029 22.656-51.029 50.475v387.243c0 27.819 22.891 50.453 51.029 50.453h355.797c5.931 0 11.605 2.475 15.637 6.827l136.661 147.307v-133.355c0-11.157 8.619-20.459 19.776-21.269 26.517-1.941 47.317-23.893 47.317-49.963v-387.243c0-27.819-22.891-50.475-51.051-50.475h-524.139z","M88.405 1024c-2.624 0-5.269-0.469-7.787-1.472-8.171-3.221-13.547-11.093-13.547-19.861v-170.069c-38.869-11.541-67.072-47.424-67.072-88.939v-387.243c0-51.349 42.048-93.12 93.717-93.12h240.064c11.776 0 21.333 9.557 21.333 21.333s-9.557 21.333-21.333 21.333h-240.064c-28.139 0-51.051 22.635-51.051 50.453v387.243c0 26.069 20.8 48.043 47.339 50.027 11.136 0.832 19.733 10.112 19.733 21.269v133.355l136.683-147.307c4.032-4.352 9.707-6.827 15.637-6.827h355.797c28.117 0 51.029-22.656 51.029-50.453v-191.552c0-11.797 9.536-21.333 21.333-21.333s21.333 9.536 21.333 21.333v191.552c0 51.349-42.027 93.12-93.696 93.12h-346.475l-167.339 180.331c-4.117 4.437-9.813 6.827-15.637 6.827z","M870.507 188.907h-395.712c-11.776 0-21.333-9.557-21.333-21.333s9.557-21.333 21.333-21.333h395.712c11.797 0 21.333 9.557 21.333 21.333s-9.557 21.333-21.333 21.333z","M870.507 305.963h-395.712c-11.776 0-21.333-9.557-21.333-21.333s9.557-21.333 21.333-21.333h395.712c11.797 0 21.333 9.557 21.333 21.333s-9.557 21.333-21.333 21.333z","M870.507 423.040h-395.712c-11.776 0-21.333-9.557-21.333-21.333s9.557-21.333 21.333-21.333h395.712c11.797 0 21.333 9.557 21.333 21.333s-9.557 21.333-21.333 21.333z"],"attrs":[{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["testimonials"],"colorPermutations":{"6571821727373180801121":[{},{},{},{},{}]}},"attrs":[{},{},{},{},{}],"properties":{"order":230,"id":2,"name":"testimonials","prevSize":32,"code":59717},"setIdx":0,"setId":4,"iconIdx":31},{"icon":{"paths":["M544 496h464c8.848 0 16-7.152 16-16 0-265.088-214.912-480-480-480-8.848 0-16 7.152-16 16v464c0 8.848 7.152 16 16 16zM560 32.4c234.672 8.256 423.344 196.912 431.6 431.6h-431.6v-431.6z","M1008 528h-432c-0.704 0-1.312 0.304-2 0.384-1.344 0.176-2.688 0.304-3.968 0.8-1.248 0.496-2.288 1.344-3.344 2.128-0.576 0.432-1.264 0.656-1.792 1.152-0.032 0.032-0.048 0.096-0.080 0.128-1.376 1.344-2.432 2.96-3.248 4.72-0.064 0.144-0.224 0.256-0.288 0.4-0.256 0.608-0.24 1.344-0.416 2-0.368 1.344-0.816 2.704-0.832 4.096l-0.032 0.192c0 0.848 0.352 1.6 0.496 2.432 0.192 1.184 0.256 2.368 0.704 3.504 0.56 1.408 1.472 2.56 2.384 3.728 0.336 0.448 0.496 1.008 0.912 1.424l0.16 0.16c0.016 0.032 0.032 0.048 0.064 0.064l299.872 310.544c1.184 1.232 2.624 2.016 4.064 2.8l14.752 14.752c86.88-86.864 140.592-206.864 140.592-339.408v0c0-8.848-7.152-16-16-16zM882.016 837.84l-268.32-277.84h377.888c-3.728 106.192-44.384 202.928-109.568 277.84z","M797.232 860.72c0 0-275.696-296.368-291.392-312.064-9.648-9.648-9.84-26.976-9.84-26.976v-441.68c0-8.848-7.152-16-16-16-265.088 0-480 214.912-480 480s214.912 480 480 480c132.544 0 252.544-53.712 339.408-140.592l-21.36-21.36c-0.32-0.416-0.432-0.928-0.816-1.328zM480 992c-247.424 0-448-200.576-448-448 0-242.064 192-439.152 432-447.6 0 0 0 417.088 0 431.6s5.488 28.96 16.256 39.712 293.312 314.528 293.312 314.528c-78.624 68.32-181.232 109.76-293.568 109.76z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pie-chart2"],"colorPermutations":{"6571821727373180801121":[{},{},{}]}},"attrs":[{},{},{}],"properties":{"order":231,"id":1,"name":"pie-chart2","prevSize":32,"code":59718},"setIdx":0,"setId":4,"iconIdx":32},{"icon":{"paths":["M749.955 261.689h-455.111c-12.584 0-22.756 10.172-22.756 22.756v159.289c0 12.584 10.172 22.756 22.756 22.756h68.267c12.584 0 22.756-10.854 22.756-23.438 0-24.713 20.116-44.828 44.828-44.828l0.683 205.483c0 24.713-20.116 44.828-45.511 44.828-12.584 0-22.756 10.172-22.756 22.756v68.267c0 12.584 10.172 22.756 22.756 22.756h273.067c12.584 0 22.756-10.172 22.756-22.756v-68.267c0-12.584-10.877-22.756-23.438-22.756-24.713 0-44.828-20.116-44.828-44.828v-205.483h0.66c24.735 0 44.851 20.116 44.851 45.511 0 12.584 10.172 22.756 22.756 22.756h68.267c12.584 0 22.756-10.172 22.756-22.756v-159.289c0-12.584-10.172-22.756-22.756-22.756v0zM727.199 420.978h-25.486c-9.876-39.185-45.42-68.267-87.632-68.267h-23.415c-12.584 0-22.756 10.172-22.756 22.756v228.238c0 42.052 28.9 77.505 68.267 87.518v25.577h-227.556v-25.486c39.185-9.876 68.267-45.397 68.267-87.609v-228.238c0-12.584-10.172-22.756-22.756-22.756h-23.438c-42.052 0-77.505 28.9-87.518 68.267h-25.577v-113.778h409.6v113.778zM977.51 193.422c25.099 0 45.511-20.412 45.511-45.511v-91.022c0-25.099-20.412-45.511-45.511-45.511h-91.022c-25.099 0-45.511 20.412-45.511 45.511v22.756h-637.156v-22.756c0-25.099-20.412-45.511-45.511-45.511h-91.022c-25.099 0-45.511 20.412-45.511 45.511v91.022c0 25.099 20.412 45.511 45.511 45.511h22.756v637.156h-22.756c-25.099 0-45.511 20.412-45.511 45.511v91.022c0 25.099 20.412 45.511 45.511 45.511h91.022c25.099 0 45.511-20.412 45.511-45.511v-22.756h637.156v22.756c0 25.099 20.412 45.511 45.511 45.511h91.022c25.099 0 45.511-20.412 45.511-45.511v-91.022c0-25.099-20.412-45.511-45.511-45.511h-22.756v-637.156h22.756zM67.288 147.911v-91.022h91.022l0.023 91.022h-91.045zM158.288 967.111h-90.999v-91.022h91.022l-0.023 91.022zM158.31 989.867v-22.756h0.023l-0.023 22.756zM840.977 876.089v22.756h-637.156v-22.756c0-25.099-20.412-45.511-45.511-45.511h-22.756v-637.156h22.756c25.099 0 45.511-20.412 45.511-45.511v-22.756h637.156v22.756c0 25.099 20.412 45.511 45.511 45.511h22.756v637.156h-22.756c-25.099 0-45.511 20.412-45.511 45.511v0zM977.533 967.111v0zM977.51 876.089l-0.023 91.022h-90.999v-91.022h91.022zM886.488 147.911v-91.022h91.022l0.023 91.022h-91.045z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heading"],"colorPermutations":{"6571821727373180801121":[{}]}},"attrs":[{}],"properties":{"order":232,"id":0,"name":"heading","prevSize":32,"code":59719},"setIdx":0,"setId":4,"iconIdx":33},{"icon":{"paths":["M592 288c-12.512 0-23.776 4.896-32.352 12.736l-0.096-0.16-192 176.032c-9.888 9.12-15.552 21.952-15.552 35.424 0 13.44 5.664 26.24 15.552 35.328l192 176 0.096-0.128c8.576 7.904 19.84 12.768 32.352 12.768 26.496 0 48-21.504 48-48 0-14.016-6.080-26.496-15.648-35.264l0.096-0.064-153.408-140.64 153.408-140.64-0.096-0.16c9.568-8.704 15.648-21.216 15.648-35.232 0-26.496-21.504-48-48-48zM512 0c-282.752 0-512 229.28-512 512.032 0 282.72 229.248 511.968 512 511.968s512-229.248 512-511.968c0-282.752-229.248-512.032-512-512.032zM512 928c-229.376 0-416-186.624-416-415.968 0-229.376 186.624-416.032 416-416.032s416 186.656 416 416.064c0 229.312-186.624 415.936-416 415.936z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left"],"defaultCode":59648,"grid":0},"attrs":[],"properties":{"id":0,"order":9,"ligatures":"","prevSize":32,"code":59652,"name":"arrow-left"},"setIdx":1,"setId":3,"iconIdx":0},{"icon":{"paths":["M464.448 300.608l-0.096 0.16c-8.576-7.84-19.84-12.768-32.352-12.768-26.496 0-48 21.504-48 48 0 14.016 6.080 26.496 15.648 35.264l-0.096 0.16 153.408 140.64-153.312 140.704c-9.568 8.736-15.648 21.248-15.648 35.232 0 26.496 21.504 48 48 48 12.512 0 23.776-4.864 32.352-12.736l0.096 0.128 192-176c9.888-9.088 15.552-21.92 15.552-35.36 0-13.504-5.664-26.304-15.552-35.392l-192-176.032zM512 0c-282.752 0-512 229.28-512 512.032 0 282.72 229.248 511.968 512 511.968s512-229.248 512-511.968c0-282.752-229.248-512.032-512-512.032zM512 928c-229.376 0-416-186.624-416-415.968 0-229.376 186.624-416.032 416-416.032s416 186.656 416 416.064c0 229.312-186.624 415.936-416 415.936z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right"],"defaultCode":59649,"grid":0},"attrs":[],"properties":{"id":1,"order":10,"ligatures":"","prevSize":32,"code":59653,"name":"arrow-right"},"setIdx":1,"setId":3,"iconIdx":1},{"icon":{"paths":["M865.472 855.659c-55.723-144.341-230.571-247.552-238.677-252.245-14.549-7.787-28.011-18.581-35.307-24.875-0.384-9.579 1.408-13.504 2.069-14.080 0 0 0.939-0.576 3.776-0.576 6.187 0 13.461 2.709 17.259 4.373 18.965 7.083 46.187 8.533 65.707 8.533 5.717 0 9.515-0.128 9.6-0.128 100.907-0.043 163.755-61.675 166.379-64.299 6.528-6.549 8.128-16.491 3.968-24.747l-40.512-80.085c-2.603-5.163-7.211-9.045-12.757-10.752s-11.52-1.088-16.576 1.707c-51.179 28.203-95.893 43.157-129.301 43.157-29.909 0-41.387-11.755-43.627-14.464-7.744-15.424-28.373-55.829-28.373-55.829-0.789-1.536-1.749-3.008-2.88-4.288-12.885-14.912-30.571-22.784-51.115-22.784-26.837 0-50.005 13.419-52.096 14.699-102.997 58.283-103.275 223.744-103.168 229.163-12.011 172.992-198.72 222.613-206.677 224.661-9.451 2.411-16.085 10.923-16.085 20.672 0 4.629 0 13.248 46.677 120.341 3.435 7.872 11.2 12.8 19.541 12.8 1.301 0 2.581-0.085 3.883-0.341 159.189-29.248 268.864-166.208 302.635-213.717 162.411 82.496 207.616 185.003 208.043 185.963 2.539 6.080 7.765 10.667 14.144 12.416 6.4 1.621 13.205 0.384 18.475-3.627l88.043-66.965c7.531-5.76 10.389-15.808 6.955-24.683zM764.459 898.24c-24.768-40.427-89.856-124.245-232.704-192.299-9.771-4.629-21.504-1.259-27.264 7.915-1.088 1.707-106.816 167.659-268.523 206.869-12.011-27.84-23.744-56-30.592-73.621 56.725-20.672 205.547-90.581 217.067-257.621-0.021-1.451 0.107-147.243 81.963-193.621 4.245-2.453 18.048-8.917 30.699-8.917 7.275 0 12.843 2.048 17.323 6.421 4.885 9.621 21.781 42.709 28.416 55.829 2.133 3.584 22.635 35.115 80.256 35.115 36.501 0 80.277-12.843 130.347-38.165l23.061 45.632c-20.011 14.997-64.704 42.219-125.589 42.219-0.192 0-3.499 0.128-8.619 0.128-21.973 0-40.981-2.176-49.195-5.163-1.685-0.789-16.939-7.744-33.771-7.744-18.624 0-29.781 8.213-35.84 15.125-11.029 12.501-14.827 30.549-11.669 55.168 0.597 4.843 2.88 9.301 6.379 12.672 0.96 0.917 23.552 22.464 49.792 36.459 1.621 0.96 156.885 92.587 213.504 215.787l-55.040 41.813zM621.611 337.088c77.099 0 139.861-62.699 139.861-139.84 0-77.077-62.741-139.84-139.861-139.84s-139.819 62.741-139.819 139.84c0 77.12 62.699 139.84 139.819 139.84zM621.611 100.075c53.611 0 97.195 43.584 97.195 97.173s-43.584 97.173-97.195 97.173c-53.589 0-97.152-43.584-97.152-97.173s43.563-97.173 97.152-97.173z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-aim"],"defaultCode":59650,"grid":0},"attrs":[],"properties":{"id":2,"order":11,"ligatures":"","prevSize":32,"code":59654,"name":"icon-aim"},"setIdx":1,"setId":3,"iconIdx":2},{"icon":{"paths":["M168.661 475.84h152.811c47.787 0 71.019-28.8 71.019-88 0-62.933-39.851-79.552-60.907-79.552h-162.923c-11.797 0-21.333 9.557-21.333 21.333v124.885c0 11.776 9.557 21.333 21.333 21.333zM189.995 350.933h141.589c0.192 0 18.24 0.427 18.24 36.885 0 45.333-13.12 45.333-28.352 45.333h-131.477v-82.219zM468.459 481.024c23.552-19.499 42.837-51.605 42.837-101.867 0-103.509-70.549-170.368-179.712-170.368h-291.243c-11.776 0-21.333 9.557-21.333 21.333v559.701c0 11.776 9.557 21.312 21.333 21.312h290.56c0.235 0 2.432 0.043 2.645 0.043 0 0 0 0 0.021 0 13.227 0 59.883-1.813 104.896-24.853 42.091-21.568 92.245-67.115 92.203-160.491 0.192-3.243 3.947-80.149-40.235-126.848-6.656-7.083-13.995-13.077-21.973-17.963zM488.043 624.619c0 58.624-23.211 100.245-69.013 123.712-37.483 19.179-77.781 20.16-85.461 20.16h-0.021l-1.963-0.021h-269.909v-517.035h269.909c85.824 0 137.045 47.744 137.045 127.701 0 77.099-59.093 84.672-65.643 85.248-11.456 0.853-20.16 10.603-19.755 22.059 0.448 11.477 9.856 20.544 21.333 20.544 23.36 0 41.259 6.912 54.763 21.141 31.552 33.237 28.779 94.741 28.715 96.491zM331.584 519.445h-162.923c-11.797 0-21.333 9.557-21.333 21.333v149.611c0 11.776 9.536 21.333 21.333 21.333l155.179-0.021c55.979-1.259 88.085-35.52 88.085-94.037 0-77.696-52.501-98.219-80.341-98.219zM322.944 669.035h-132.949v-106.944h141.547c6.293 0.128 37.717 3.328 37.717 55.552 0 44.245-22.293 50.859-46.315 51.392zM789.461 412.8c-83.093 0-114.581 68.459-119.616 104.64-0.853 6.123 0.981 12.288 5.035 16.96 4.032 4.651 9.899 7.339 16.085 7.339h183.851c11.691 0 21.163-9.387 21.333-21.056 0.021-1.92 0.256-47.552-30.891-79.104-18.837-19.115-44.352-28.779-75.797-28.779zM719.765 499.072c9.216-19.499 28.864-43.605 69.696-43.605 19.797 0 34.581 5.184 45.248 15.872 8.192 8.213 12.821 18.624 15.424 27.733h-130.368zM1003.221 597.845c0.661-5.013 15.317-124.075-53.333-202.283-37.739-42.965-92.437-64.747-162.624-64.747-122.091 0-180.117 64.875-207.317 119.317-28.779 57.621-29.056 114.688-28.992 115.733-0.32 4.693-6.443 115.712 64.235 190.997 41.109 43.755 98.923 65.963 170.688 65.963h0.171c0 0 3.243 0.192 8.939 0.192 99.179 0 205.163-44.736 205.163-170.304 0-11.776-9.536-21.333-21.333-21.333h-98.517c-5.717 0-11.179 2.475-15.211 6.549-4.011 4.053-6.208 9.749-6.123 15.467 0.021 0.576 0.107 14.016-10.176 24.448-10.752 10.944-29.547 15.701-56.747 13.781-34.56-2.389-71.211-10.752-77.675-75.157h267.712c10.709-0.043 19.755-8 21.141-18.624zM962.112 573.76h-270.080c-11.776 0-21.333 9.557-21.333 21.333 0 130.837 89.088 137.024 118.379 139.072 41.749 2.944 71.040-6.443 90.944-27.264 10.368-10.859 15.787-22.805 18.603-32.853h57.493c-5.397 40.043-26.795 68.48-64.939 86.592-37.568 17.813-79.765 19.733-96.213 19.733-3.904 0-6.229-0.107-7.701-0.149-60.693 0-108.032-17.6-140.779-52.331-58.048-61.611-53.013-158.4-52.928-160.619 0.043-7.915 2.859-193.749 193.707-193.749 57.28 0 101.141 16.832 130.432 50.069 41.621 47.232 45.312 117.12 44.416 150.165zM666.88 312.576h230.891c11.776 0 21.333-9.536 21.333-21.333v-68.907c0-11.797-9.557-21.333-21.333-21.333h-230.891c-11.797 0-21.333 9.536-21.333 21.333v68.907c0 11.797 9.536 21.333 21.333 21.333zM688.213 243.669h188.224v26.24h-188.224v-26.24z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-behance"],"defaultCode":59651,"grid":0},"attrs":[],"properties":{"id":3,"order":12,"ligatures":"","prevSize":32,"code":59655,"name":"icon-behance"},"setIdx":1,"setId":3,"iconIdx":3},{"icon":{"paths":["M804.715 203.008l-19.456-18.432-0.661 1.109c-76.672-64.235-172.331-99.669-272.597-99.669-54.464 0-107.456 10.795-158.059 31.125l-0.555-0.576-13.504 5.952c-125.419 55.531-216.96 168.469-244.843 302.187l-3.456 16.597 0.811 0.384c-3.904 23.317-6.4 46.848-6.4 70.315 0 124.736 53.909 241.323 148.309 322.517l-0.192 0.448 12.843 10.219c76.245 60.715 167.915 92.8 265.045 92.8 51.285 0 101.909-9.429 150.955-28.096l13.461-5.227v-0.363c139.968-56.747 236.011-181.419 256.704-332.565l1.131 0.405 2.133-27.648c0.832-10.752 1.621-21.525 1.621-32.469 0-117.824-47.339-227.563-133.291-309.013zM889.749 512v2.155c-42.667-14.549-98.411-21.888-150.464-21.888-45.205 0-89.493 5.632-133.376 16.683-8.491-22.677-16.939-44.821-26.624-66.24l1.408-0.619-0.469-1.003c86.4-43.221 157.675-107.691 210.816-188.395 65.664 70.976 98.709 162.091 98.709 259.307zM762.069 222.549c-49.472 77.675-118.187 139.499-200.491 180.501-46.229-92.032-105.152-176.768-175.616-252.523 40.597-14.272 82.816-21.845 126.037-21.845 92.331 0 180.309 33.451 250.069 93.867zM343.787 167.744c72.299 75.349 132.459 160.32 179.157 252.949-59.328 23.637-121.877 35.627-186.219 35.627-68.011 0-133.867-13.333-196.075-39.616 27.776-108.224 102.272-199.595 203.136-248.96zM128.661 512c0-17.493 1.664-35.029 4.075-52.459 64.896 26.176 133.376 39.467 204.011 39.467s139.2-13.461 204.288-39.701c9.088 20.053 17.643 40.747 25.664 61.973-136.683 46.144-249.003 143.787-313.749 272.789-79.232-72.661-124.288-173.973-124.288-282.069zM286.741 821.867c59.093-123.541 164.949-217.216 294.464-260.629 33.621 101.291 51.456 206.677 52.992 313.707-39.872 13.525-80.917 20.352-122.219 20.352-81.813 0.021-159.36-25.323-225.237-73.429zM675.755 858.325c-3.008-105.216-21.035-208.725-53.931-308.48 89.003-21.781 182.677-18.901 269.888 8.149-15.637 133.803-96.299 245.653-215.957 300.331z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-dribbble"],"defaultCode":59652,"grid":0},"attrs":[],"properties":{"id":4,"order":13,"ligatures":"","prevSize":32,"code":59656,"name":"icon-dribbble"},"setIdx":1,"setId":3,"iconIdx":4},{"icon":{"paths":["M766.101 51.797l-139.947 0.064c0 0-2.859-0.213-7.957-0.213-28.715 0-173.909 7.979-213.44 163.691-0.619 1.728-13.888 40.704-14.123 131.371h-132.757c-11.776 0-21.333 9.536-21.333 21.333v122.304c0 11.776 9.557 21.333 21.333 21.333h145.195v439.339c0 11.776 9.557 21.333 21.333 21.333h166.251c11.797 0 21.333-9.557 21.333-21.333v-438.891h145.664c11.797 0 21.333-9.536 21.333-21.333v-122.752c0-11.797-9.536-21.333-21.333-21.333h-145.344v-52.523c0-34.965 22.187-72.32 84.48-72.32h69.312c11.776 0 21.333-9.557 21.333-21.333v-127.403c0-11.776-9.557-21.333-21.333-21.333zM744.768 179.2h-47.979c-87.829 0-127.147 57.749-127.147 114.987v73.856c0 11.776 9.536 21.333 21.333 21.333h145.344v80.085h-145.664c-11.776 0-21.333 9.557-21.333 21.333v438.891h-123.584v-439.339c0-11.797-9.536-21.333-21.333-21.333h-145.195v-79.637h132.928c5.739 0 11.2-2.304 15.232-6.421 4.011-4.075 6.208-9.621 6.101-15.36-1.92-97.024 11.435-137.877 12.053-139.947 31.488-123.755 140.096-133.355 172.651-133.355 2.965 0 4.757 0.107 6.485 0.149h120.085v84.757z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-facebook"],"defaultCode":59653,"grid":0},"attrs":[],"properties":{"id":5,"order":14,"ligatures":"","prevSize":32,"code":59657,"name":"icon-facebook"},"setIdx":1,"setId":3,"iconIdx":5},{"icon":{"paths":["M358.379 371.477c-76.928 0-139.52 63.040-139.52 140.523 0 77.525 62.592 140.565 139.52 140.565s139.52-63.040 139.52-140.565c0-77.483-62.592-140.523-139.52-140.523zM358.379 609.899c-53.419 0-96.853-43.925-96.853-97.899 0-53.952 43.435-97.856 96.853-97.856 53.397 0 96.853 43.904 96.853 97.856 0 53.973-43.456 97.899-96.853 97.899zM673.536 371.477c-76.928 0-139.52 63.040-139.52 140.523 0 77.525 62.592 140.565 139.52 140.565 76.907 0 139.499-63.040 139.499-140.565 0-77.483-62.571-140.523-139.499-140.523zM673.536 609.899c-53.419 0-96.853-43.925-96.853-97.899 0-53.952 43.435-97.856 96.853-97.856 53.397 0 96.832 43.904 96.832 97.856 0 53.973-43.435 97.899-96.832 97.899zM515.968 53.397c-255.168 0-462.741 205.739-462.741 458.624s207.573 458.581 462.741 458.581c250.795 0 454.827-205.717 454.827-458.581 0-252.907-204.053-458.624-454.827-458.624zM515.968 927.936c-231.616 0-420.075-186.581-420.075-415.915 0-229.355 188.459-415.957 420.075-415.957 227.264 0 412.16 186.603 412.16 415.957 0 229.333-184.896 415.915-412.16 415.915z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-flickr"],"defaultCode":59654,"grid":0},"attrs":[],"properties":{"id":6,"order":15,"ligatures":"","prevSize":32,"code":59658,"name":"icon-flickr"},"setIdx":1,"setId":3,"iconIdx":6},{"icon":{"paths":["M498.581 395.136c8-12.053 13.227-24.725 15.808-39.189 1.173-10.816 1.771-20.181 1.771-27.883 0-33.173-8.491-66.859-25.173-99.947-8.555-17.451-20.117-31.957-35.029-43.563-15.467-11.136-33.344-17.109-53.056-17.728-0.405-0.021-0.789-0.021-1.195 0-26.816 0.619-49.387 11.52-67.115 32.384-0.469 0.576-0.939 1.173-1.344 1.792-13.995 20.544-20.8 43.733-20.203 68.416 0 30.912 8.981 63.189 26.859 96.213 9.195 16.299 21.141 30.272 35.541 41.536 16.085 12.608 34.667 19.029 56.085 19.029h0.085c25.515-0.96 47.211-10.347 64.427-27.947 0.939-0.939 1.792-1.984 2.539-3.115zM472.192 349.845c-1.195 6.613-3.904 13.333-8.043 19.968-9.195 8.725-20.331 13.227-33.344 13.739-11.029 0-20.501-3.243-29.035-9.941-9.963-7.808-18.261-17.515-24.491-28.587-14.293-26.389-21.547-51.84-21.547-76.075-0.384-15.936 3.605-29.995 12.16-42.944 9.429-10.773 20.373-16.021 34.261-16.469 11.008 0.448 20.437 3.605 28.224 9.216 9.237 7.189 16.512 16.427 22.4 28.395 13.739 27.285 20.715 54.528 20.715 80.96 0 6.293-0.533 14.037-1.301 21.739zM462.827 639.744c-2.944-2.069-6.336-3.328-9.92-3.733-5.483-0.576-11.883-0.875-19.221-0.896-5.525-0.448-15.637-0.107-35.413 1.749-17.472 2.475-35.648 6.549-55.531 12.544-4.245 1.621-10.219 4.053-18.475 7.552-8.896 4.096-18.048 9.92-27.84 17.899-9.301 8.235-17.195 18.389-23.083 29.547-7.723 13.419-11.648 29.355-11.648 47.403 0 35.285 15.872 64.533 46.741 86.613 27.84 20.949 65.515 31.872 112.597 32.448 42.496-0.576 76.011-10.603 99.733-29.845 24.448-20.053 36.885-46.251 36.885-77.824 0-25.6-8.491-48.235-25.984-68.053-15.083-15.488-37.611-33.6-68.843-55.403zM493.803 807.936c-16 12.992-40.661 19.819-72.768 20.245-37.248-0.448-66.496-8.469-87.339-24.171-20.011-14.293-29.333-30.891-29.333-52.203 0-10.453 2.005-19.221 6.315-26.731 3.883-7.317 8.597-13.461 13.333-17.685 6.293-5.099 12.373-9.024 17.472-11.371 7.083-3.008 12.587-5.248 14.976-6.251 16.341-4.885 32.427-8.448 46.741-10.517 11.733-1.088 20.117-1.643 25.173-1.643l1.579 0.021c4.629 0.619 9.237 0.192 13.141 0.405 26.219 18.539 45.696 34.261 57.301 46.080 9.813 11.157 14.592 23.936 14.592 39.061 0.021 18.667-6.741 32.917-21.184 44.757zM581.781 552.832l-35.904-29.269c-4.971-4.971-10.048-10.709-15.893-18.005-2.005-2.24-4.672-6.165-4.672-14.315 0-7.36 1.835-13.269 6.421-19.627 4.885-7.509 10.176-14.229 14.379-18.709 11.755-10.24 22.827-20.309 34.027-30.976 9.877-10.389 19.307-21.845 28.075-34.155 19.243-27.157 29.376-63.083 30.080-107.093l0.021-7.147c0.085-16.683 0.128-25.877-5.44-44.288-6.891-18.88-13.483-33.877-23.040-45.163h13.696c6.656 0 12.907-3.115 16.939-8.384l54.293-71.040c4.928-6.464 5.781-15.147 2.197-22.421-3.627-7.232-11.029-11.84-19.157-11.84h-220.757c-30.528 0-63.616 3.584-99.008 10.795-36.928 8.597-72.789 27.093-107.84 56.043-49.792 48.149-75.051 102.933-75.051 162.859 0 50.368 18.261 94.997 53.44 131.755 34.816 40.981 85.397 62.144 150.656 62.976 1.664 0 3.371-0.021 5.099-0.064-1.259 6.037-1.877 12.629-1.877 19.883 0 20.309 4.8 38.187 13.333 51.563 0.811 1.557 1.643 3.115 2.496 4.693-18.752 1.685-39.787 4.245-63.040 7.659-41.621 7.189-81.877 21.781-119.957 43.563-35.371 21.077-60.352 46.357-74.155 74.88-13.952 27.968-21.013 54.144-21.013 77.803 0 48.619 22.165 90.624 65.28 124.309 41.856 35.392 104.704 53.739 186.795 54.507h0.533c97.131-1.515 173.056-25.579 225.728-71.509 51.84-45.312 78.123-98.56 78.123-158.613-0.747-41.92-10.752-76.757-30.165-104.107-18.411-24.171-40.192-46.549-64.64-66.56zM570.411 849.963c-44.8 39.061-111.445 59.584-198.059 60.971-71.744-0.704-125.376-15.637-160.021-44.928-33.344-26.069-49.515-55.893-49.515-91.2 0-17.003 5.568-36.779 16.64-59.008 10.219-21.099 29.632-40.299 57.365-56.853 33.408-19.115 68.971-32 105.173-38.272 37.909-5.589 69.739-8.747 94.592-9.451 8-0.213 15.211-4.885 18.645-12.096 3.456-7.232 2.581-15.765-2.261-22.123-7.168-9.429-13.675-19.712-20.203-32.064-5.099-8.085-7.595-18.005-7.595-30.293 0-8.469 1.344-13.355 2.965-17.301 2.368-6.784 4.629-13.056 6.677-18.731 2.496-6.933 1.259-14.677-3.307-20.48-4.053-5.163-10.261-8.128-16.747-8.128-0.789 0-1.579 0.043-2.368 0.128-11.947 1.344-23.061 2.027-32.832 2.027-52.843-0.661-91.563-16.363-119.232-48.853-28.565-29.888-42.453-63.637-42.453-103.211 0-48.576 20.288-91.819 60.779-131.072 28.651-23.595 58.645-39.189 88.533-46.144 31.979-6.528 62.229-9.813 89.899-9.813h177.6l-21.675 28.373h-57.557c-9.387 0-17.429 6.336-20.16 15.339-2.709 9.003 1.045 18.901 8.896 24.107 4.331 2.88 20.203 18.219 26.987 24.768l5.696 5.461c6.464 6.677 13.355 25.643 15.573 31.595 3.328 11.136 3.307 15.296 3.243 30.677l-0.021 6.976c-0.555 34.901-8.043 62.741-22.165 82.709-7.573 10.603-15.744 20.523-23.509 28.715-9.984 9.493-20.629 19.157-33.237 30.272-7.424 7.68-14.4 16.533-20.075 25.344-9.301 12.693-13.995 27.435-13.995 43.861 0 16.853 5.227 31.253 14.741 41.813 6.037 7.595 12.181 14.549 19.883 22.080l37.483 30.677c21.888 17.92 41.344 37.909 57.344 58.859 13.909 19.627 21.269 46.4 21.845 79.189-0.043 47.467-20.843 88.725-63.573 126.080zM882.517 192.768h-64v-64c0-11.797-9.557-21.333-21.333-21.333s-21.333 9.536-21.333 21.333v64h-64c-11.776 0-21.333 9.536-21.333 21.333 0 11.776 9.557 21.333 21.333 21.333h64v64c0 11.776 9.557 21.333 21.333 21.333s21.333-9.557 21.333-21.333v-64h64c11.776 0 21.333-9.557 21.333-21.333 0-11.797-9.557-21.333-21.333-21.333z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-googleplus"],"defaultCode":59655,"grid":0},"attrs":[],"properties":{"id":7,"order":16,"ligatures":"","prevSize":32,"code":59659,"name":"icon-googleplus"},"setIdx":1,"setId":3,"iconIdx":7},{"icon":{"paths":["M255.915 313.728h-172.181c-11.797 0-21.333 9.536-21.333 21.333v601.899c0 11.797 9.536 21.333 21.333 21.333h172.181c11.797 0 21.333-9.536 21.333-21.333v-601.899c0-11.797-9.536-21.333-21.333-21.333zM234.581 915.627h-129.515v-559.232h129.515v559.232zM736 306.411c-83.605 0-138.304 36.053-170.069 67.435l-3.947-40.832c-1.067-10.965-10.261-19.285-21.227-19.285h-0.427l-156.971 3.008c-5.76 0.107-11.2 2.539-15.147 6.741-3.947 4.181-6.016 9.792-5.76 15.552 1.963 43.947 1.899 95.317 1.813 154.795l-0.021 446.165c0 11.797 9.536 21.333 21.333 21.333h172.203c11.776 0 21.333-9.536 21.333-21.333v-347.947c0-17.792 1.515-30.635 4.587-38.293 10.731-27.307 46.123-55.573 86.784-55.573 52.672 0 84.096 40.064 84.096 107.2v334.592c0 11.797 9.557 21.333 21.333 21.333h169.173c11.797 0 21.333-9.536 21.333-21.333v-356.416c0.043-173.568-86.101-277.141-230.421-277.141zM923.797 918.635h-126.507v-313.259c0-91.029-49.749-149.867-126.763-149.867-61.077 0-110.763 42.581-126.464 82.581-5.184 12.949-7.573 30.080-7.573 53.952v326.592h-129.536l0.021-424.747c0.085-50.539 0.128-95.253-1.045-134.912l115.499-2.219 6.635 68.821c1.067 10.944 10.24 19.264 21.248 19.264h3.627c7.36 0 14.187-3.776 18.091-10.027 12.587-20.096 61.675-85.739 164.992-85.739 119.36 0 187.797 85.44 187.797 234.475v335.083zM177.067 62.699c-69.269 0-119.531 47.723-119.531 113.493 0 65.728 49.259 113.429 117.12 113.429 69.952 0 120.704-47.701 120.704-113.941-1.557-66.496-50.197-112.981-118.293-112.981zM174.677 246.976c-43.84 0-74.453-29.099-74.453-70.763 0-42.368 30.869-70.827 76.864-70.827 44.928 0 74.645 28.011 75.648 70.827-0.021 42.325-31.403 70.763-78.059 70.763z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-linkedin"],"defaultCode":59656,"grid":0},"attrs":[],"properties":{"id":8,"order":17,"ligatures":"","prevSize":32,"code":59660,"name":"icon-linkedin"},"setIdx":1,"setId":3,"iconIdx":8},{"icon":{"paths":["M877.205 270.485c-14.592-49.472-38.037-91.136-71.723-127.403-32.939-35.435-70.784-62.293-115.776-82.112-32.384-14.272-84.715-31.275-150.123-31.275-5.717 0-11.477 0.149-17.259 0.427-19.712 0.896-40.597 2.027-60.587 4.885-55.851 8-105.003 24.704-150.251 51.072-57.856 33.664-102.997 79.488-134.165 136.149-16.235 29.483-32.192 81.429-38.955 115.349-8.043 40.171-0.939 109.781 15.189 148.971 19.947 48.384 37.269 71.019 77.269 100.949 0.256 0.171 24.683 18.304 43.029 18.304h0.021c31.915-0.597 38.123-30.677 41.109-45.12 0.512-2.581 1.067-5.141 1.685-7.531 0.533-2.133 1.259-4.395 1.984-6.763 4.352-14.165 10.304-33.557 0.235-51.115-3.712-6.485-8.064-11.435-11.925-15.808-1.963-2.24-3.968-4.437-5.568-6.827-14.016-20.928-21.141-47.168-21.141-77.952 0-40.619 9.173-77.419 28.011-112.448 34.155-63.531 90.88-103.616 164.011-115.989 40.981-6.891 91.157-3.797 126.677 7.616 33.131 10.645 61.333 29.525 81.557 54.571 21.419 26.475 33.664 60.139 36.395 100.053 1.344 19.627 0.576 41.387-2.432 68.523-7.403 65.899-26.453 118.912-56.704 157.589-24.555 31.424-50.944 47.189-80.661 48.192l-4.011 0.085c-17.152 0-30.123-3.84-42.112-12.437-12.011-8.619-19.2-19.243-22.592-33.429-3.861-16.235 0.875-33.365 5.909-51.541l0.789-2.944c4.459-16.149 9.088-30.912 13.632-45.44 7.211-23.040 14.677-46.848 20.843-74.496 6.976-31.381 7.893-56.789 2.816-77.675-6.336-26.091-20.309-45.632-41.557-58.112-21.845-12.8-54.528-15.595-81.003-6.507-39.573 13.568-69.76 49.536-82.795 98.731-6.613 24.832-8.491 50.944-5.675 77.525 2.176 20.651 6.72 39.36 15.125 61.803-0.235 0.768-0.448 1.536-0.704 2.304-0.597 2.069-1.195 4.032-1.6 5.781-9.237 38.677-18.219 76.843-27.179 114.944-8.341 35.413-16.661 70.784-25.173 106.517l-1.92 7.957c-8.832 36.907-18.005 75.093-20.117 120.768l-0.939 18.88c-1.856 35.413-3.776 72.021 0.981 106.112 0.917 6.336 3.2 22.293 18.581 28.011 2.795 2.027 7.509 4.629 14.037 4.629 12.416 0 20.416-8.448 33.408-23.339 30.080-34.325 55.659-77.675 78.251-132.501 10.091-24.533 16.768-50.901 23.232-76.373l3.861-15.104c4.501-17.344 8.917-34.88 13.269-52.267 7.851 6.592 16.811 12.608 27.008 18.261 24.235 13.504 51.563 21.355 81.259 23.36 28.864 2.048 56.939-1.643 89.152-10.944 24.448-6.997 47.893-17.643 69.696-31.616 77.888-50.069 130.987-137.557 149.525-246.4 5.525-32.512 7.872-58.624 7.872-87.275-0.021-33.131-3.989-63.296-11.776-89.579zM838.997 440.213c-16.469 96.875-62.827 174.165-130.496 217.664-18.261 11.733-37.909 20.651-58.389 26.496-27.413 7.893-50.56 11.008-74.453 9.387-23.701-1.6-44.48-7.531-63.424-18.069-19.029-10.581-31.317-21.909-39.915-36.757-4.331-7.531-12.8-11.691-21.376-10.453-8.576 1.195-15.595 7.445-17.749 15.851l-9.6 38.037c-4.501 17.899-9.024 36.011-13.675 53.867l-3.947 15.339c-6.357 25.152-12.352 48.896-21.312 70.613-19.115 46.464-40.299 83.584-64.555 113.195-1.429-24.427-0.021-51.371 1.344-77.632l0.96-19.115c1.941-41.643 10.603-77.824 19.008-112.789l1.92-8.021c8.512-35.755 16.853-71.189 25.216-106.645 8.96-38.037 17.92-76.139 27.115-114.731l1.024-3.563c2.283-7.68 4.885-16.405 1.387-25.173-8.085-20.864-12.373-37.483-14.293-55.637-2.261-21.397-0.768-42.283 4.501-62.080 9.323-35.179 29.504-60.437 55.403-69.312 6.080-2.091 12.651-3.136 19.499-3.136 9.813 0 19.541 2.261 26.048 6.080 11.072 6.507 18.155 16.768 21.717 31.403 3.477 14.208 2.453 33.813-3.008 58.304-5.781 25.899-12.651 47.808-19.904 71.019-4.715 14.976-9.451 30.208-14.059 46.869l-0.789 2.901c-5.931 21.504-12.672 45.867-6.272 72.768 5.803 24.448 18.645 43.477 39.211 58.219 19.136 13.76 41.045 20.437 66.987 20.437l5.461-0.107c42.496-1.429 80.469-23.168 112.811-64.533 35.179-44.971 57.237-105.259 65.493-179.115 3.328-29.76 4.139-53.973 2.624-76.203-3.371-48.811-18.773-90.517-45.781-123.947-25.472-31.552-60.629-55.168-101.717-68.373-41.899-13.483-99.157-17.109-146.816-9.088-86.635 14.656-153.877 62.315-194.496 137.856-22.272 41.408-33.109 84.821-33.109 132.672 0 39.403 9.536 73.6 28.352 101.696 2.603 3.925 5.739 7.552 8.96 11.243 2.773 3.136 5.397 6.144 6.72 8.363 0.789 3.115-2.176 12.715-3.755 17.877-0.917 2.965-1.792 5.803-2.496 8.469-0.789 3.093-1.493 6.4-2.176 9.728-0.576 2.752-1.408 6.741-2.283 9.685-4.48-2.069-10.88-5.717-14.528-8.427-33.899-25.344-46.336-41.643-63.381-83.051-12.821-31.104-19.136-92.715-12.821-124.373 7.125-35.605 22.272-80.917 34.496-103.147 27.392-49.792 67.157-90.112 118.251-119.829 40.427-23.552 84.523-38.507 134.848-45.717 18.133-2.603 37.035-3.627 56.469-4.501 64.277-2.901 117.099 13.568 148.224 27.264 39.552 17.408 72.811 41.003 101.717 72.107 29.077 31.317 49.365 67.435 62.059 110.443 6.635 22.4 10.005 48.469 10.005 77.547 0.043 26.133-2.155 50.112-7.253 80.128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-pinterest"],"defaultCode":59657,"grid":0},"attrs":[],"properties":{"id":9,"order":18,"ligatures":"","prevSize":32,"code":59661,"name":"icon-pinterest"},"setIdx":1,"setId":3,"iconIdx":9},{"icon":{"paths":["M942.699 590.059c6.699-37.888 32.192-230.229-111.232-371.264-10.901-12.672-118.507-131.733-316.651-131.733-22.315 0-45.184 1.557-68.139 4.651-18.176-9.557-69.653-33.216-133.995-33.216-69.376 0-131.008 26.773-183.445 79.829-1.216 1.28-118.997 127.061-39.893 289.152-5.931 27.243-19.669 116.011 21.675 224.149 2.261 8.149 57.984 200.341 268.309 263.019 2.859 1.109 70.912 26.667 164.864 26.667 14.613 0 29.227-0.619 43.541-1.877 16.192 7.296 63.467 26.069 121.621 26.069 69.525 0 131.563-27.392 178.859-78.613 4.885-4.885 117.845-120.576 54.485-296.832zM857.451 857.344c-40.171 43.456-89.984 65.493-148.096 65.493-59.947 0-107.584-23.915-108.011-24.149-3.029-1.557-6.4-2.368-9.771-2.368-0.704 0-1.408 0.043-2.133 0.107-14.784 1.472-30.016 2.219-45.248 2.219-85.653 0-149.013-23.616-151.125-24.384-188.715-56.277-240.448-232.341-241.536-235.968-44.096-115.605-19.328-206.677-19.093-207.509 1.515-5.269 0.939-10.923-1.6-15.765-71.893-137.963 25.109-242.816 28.992-246.933 43.904-44.395 95.317-66.923 152.853-66.923 66.56 0 118.4 30.613 118.869 30.891 4.224 2.581 9.323 3.584 14.144 2.859 23.317-3.435 46.571-5.184 69.12-5.184 184.064 0 283.648 116.096 284.608 117.227 0.469 0.555 0.981 1.109 1.472 1.621 140.053 137.024 99.285 336.768 98.859 338.795-0.853 4.011-0.555 8.213 0.896 12.032 57.963 153.045-38.528 253.184-43.2 257.941zM625.579 445.227c-0.704-0.213-1.408-0.384-2.133-0.491-104.363-18.624-165.611-46.571-165.781-46.571-13.547-7.68-21.355-15.829-22.016-22.955-0.704-7.616 6.421-16.811 10.923-21.163 26.133-13.248 50.624-19.968 72.789-19.968 48.491 0 71.296 32.235 72.277 33.6 31.723 46.933 64.32 70.72 96.811 70.72 21.781 0 34.773-10.944 36.779-12.8 21.419-18.795 32.747-41.771 32.811-66.453 0.085-47.339-39.979-84.053-44.096-87.701-48.085-44.843-112.107-67.584-190.229-67.584-72.875 0-131.157 20.309-133.312 21.056-125.44 42.155-135.765 150.293-123.733 201.579 0.192 0.811 0.448 1.6 0.704 2.368 46.293 128.107 240.448 144.683 248.683 145.344 88.832 7.019 92.971 48.448 93.12 50.837 3.093 43.243-74.432 56.576-86.443 58.389-77.525-4.373-96.171-34.005-96.213-34.005 0 0 0 0 0 0.021-0.619-1.28-1.344-2.453-2.197-3.563-42.581-56.341-59.2-75.883-96.448-76.843l-2.88-0.043c-29.845 0-47.509 12.587-57.045 23.147-24.256 26.837-21.077 65.664-20.651 69.995 0.107 0.939 0.277 1.877 0.469 2.816 34.475 144.299 218.56 148.459 239.467 148.459h0.491c11.221 0.661 22.037 0.981 32.427 0.981 245.867 0 262.72-179.627 262.805-181.035 10.731-110.059-98.24-171.2-157.376-188.139zM740.544 629.589c-0.533 6.059-17.579 155.2-250.901 141.248-0.448-0.043-1.941-0.043-2.347-0.043-17.344 0-169.536-3.221-197.547-114.048-0.213-4.907-0.341-24.597 9.899-35.968 5.547-6.123 14.72-9.387 27.157-9.067 15.424 0.405 22.101 5.184 62.656 58.773 6.635 11.157 36.8 50.837 133.099 55.659 1.195 0.064 2.325 0.021 3.477-0.107 49.045-5.589 130.731-33.771 125.781-102.869-0.064-3.307-2.816-81.259-132.416-91.499-1.728-0.149-173.461-14.677-211.435-116.053-2.56-12.373-19.157-111.552 96.341-150.357 0.533-0.192 53.781-18.731 119.424-18.731 66.987 0 121.195 18.901 161.493 56.448 8.427 7.552 30.272 32.363 30.165 56.213-0.085 12.373-6.037 23.595-18.027 34.133-0.128 0.085-3.264 2.411-8.896 2.411-7.915 0-29.76-5.056-61.376-51.819-1.408-2.155-35.669-52.523-107.712-52.523-29.76 0-61.632 8.725-94.763 25.963-1.301 0.683-2.496 1.472-3.627 2.389-3.136 2.56-30.613 25.984-27.84 58.944 1.877 22.229 16.512 41.259 44.971 57.344 2.667 1.259 66.091 30.613 176.619 50.475 13.269 4.032 135.381 44.011 125.803 143.083z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-skype"],"defaultCode":59658,"grid":0},"attrs":[],"properties":{"id":10,"order":19,"ligatures":"","prevSize":32,"code":59662,"name":"icon-skype"},"setIdx":1,"setId":3,"iconIdx":10},{"icon":{"paths":["M973.397 216.917c-7.552-5.163-17.515-4.971-24.832 0.491-5.056 3.776-12.587 7.125-21.376 10.069 28.949-35.925 29.376-59.925 28.949-65.813-0.576-7.68-5.248-14.485-12.224-17.749-6.976-3.285-15.168-2.56-21.461 1.963-39.467 28.267-78.955 34.389-101.973 35.2-37.504-34.859-86.016-53.952-137.536-53.952-111.509 0-202.24 90.709-202.24 202.219 0 8.064 0.491 16.107 1.429 24.085-186.112-4.608-337.024-180.011-338.539-181.824-4.48-5.269-11.179-8.085-18.133-7.445-6.891 0.576-13.056 4.501-16.555 10.453-47.36 80.981-28.032 157.696 4.437 211.328-6.037-3.243-13.333-3.456-19.584-0.341-7.147 3.541-11.712 10.795-11.861 18.752-1.387 85.056 37.461 136.064 76.672 165.76-2.88 1.173-5.504 2.987-7.68 5.355-5.099 5.589-6.869 13.483-4.629 20.715 27.243 87.851 91.243 120.789 136.149 133.141-51.477 36.288-115.2 44.821-163.605 44.821-30.891 0-52.203-3.669-52.416-3.712-9.643-1.707-19.349 3.456-23.275 12.523-3.904 9.045-1.152 19.627 6.741 25.536 97.152 73.024 214.421 88.384 295.744 88.384 64.256 0 108.907-9.387 111.168-9.877 417.323-97.472 433.195-471.659 432.512-539.819 78.229-71.893 90.688-99.947 92.651-106.944 2.411-8.768-1.003-18.155-8.533-23.317zM853.333 322.219c-4.843 4.373-7.403 10.731-6.955 17.28 0.277 4.053 23.083 407.317-398.955 505.877-0.427 0.085-42.453 8.853-101.867 8.853-55.381 0-128.704-7.595-198.635-38.293 64.021-4.096 142.571-23.744 199.061-86.229 5.653-6.272 7.040-15.275 3.605-22.976-3.435-7.68-11.115-12.672-19.563-12.672-3.968 0-87.936-1.024-129.963-79.061 19.456 0.619 37.077-2.261 50.176-8.235 8.405-3.819 13.333-12.565 12.352-21.717-0.981-9.173-7.765-16.64-16.768-18.581-4.544-0.981-101.205-22.976-118.635-124.928 15.147 5.781 33.579 9.792 51.413 7.168 8.277-1.237 15.083-7.189 17.365-15.253 2.304-8.043-0.299-16.704-6.677-22.123-4.267-3.627-96.448-83.733-56.427-188.565 53.696 54.528 199.808 182.805 376 172.885 6.357-0.363 12.224-3.563 16-8.704s5.035-11.712 3.456-17.877c-3.307-12.928-4.971-26.283-4.971-39.723 0-87.979 71.595-159.552 159.573-159.552 43.115 0 83.499 16.939 113.749 47.659 3.925 3.989 9.259 6.272 14.848 6.379l3.285 0.021c15.68 0 40.256-1.899 68.437-10.987-9.024 9.536-20.757 20.288-35.989 32.043-7.467 5.781-10.24 15.765-6.848 24.576 3.413 8.789 12.267 14.336 21.589 13.589 3.456-0.299 18.645-1.6 37.44-4.971-11.797 12.117-26.88 26.688-46.101 44.117z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-twitter"],"defaultCode":59659,"grid":0},"attrs":[],"properties":{"id":11,"order":20,"ligatures":"","prevSize":32,"code":59663,"name":"icon-twitter"},"setIdx":1,"setId":3,"iconIdx":11},{"icon":{"paths":["M924.011 194.56c-41.131-61.333-114.411-63.872-117.504-63.957l-7.467-0.107c-200.555 0-249.429 210.581-249.92 212.715-1.621 7.339 0.747 14.997 6.251 20.16 5.504 5.141 13.248 7.019 20.501 4.928 43.2-12.459 73.792-11.435 84.8 2.624 8.448 10.795 6.699 29.248 5.12 36.629-64.299 162.603-104.256 182.016-111.573 184.256-22.037-15.275-55.36-143.381-72.299-279.36-19.563-140.715-80.427-170.24-128-170.24-31.147 0-55.915 13.184-62.272 16.917-80.341 37.205-206.507 169.003-211.861 174.635-7.509 7.851-7.893 20.096-0.917 28.416l40.171 47.915c3.925 4.693 9.707 7.488 15.829 7.616 5.803 0.299 12.011-2.325 16.171-6.827 27.328-29.525 43.179-32.704 48.725-32.704 8.149 0 12.16 7.061 13.013 8.704 46.528 93.525 78.315 227.904 78.656 229.397 60.544 250.219 142.336 277.227 174.699 277.227 3.861 0 6.229-0.427 6.187-0.448 231.829-29.696 437.099-439.488 446.549-458.773 39.872-104.683 41.621-185.323 5.141-239.723zM879.787 417.237c-2.027 4.053-203.733 407.040-413.376 433.6l-0.299 21.333v-21.333c-3.029 0-74.709-2.795-133.184-244.437-1.344-5.696-33.216-140.501-81.664-237.867-5.611-12.245-22.763-33.024-51.52-33.024-19.925 0-40.64 9.664-62.891 29.483l-12.907-15.403c34.432-34.688 127.68-125.44 186.432-152.128 0.853-0.405 1.664-0.832 2.453-1.344 0.171-0.107 18.688-11.243 41.045-11.243 55.531 0 77.291 72.555 85.717 133.163 10.816 87.019 42.24 291.392 100.48 314.347 2.624 1.109 6.976 2.368 12.864 2.368 45.867 0 97.365-71.637 153.088-212.971 0.341-0.789 0.576-1.6 0.811-2.411 1.173-4.48 10.731-44.544-12.331-74.389-18.112-23.467-48.811-32.469-92.587-26.069 21.035-51.904 75.883-145.749 197.099-145.749l6.357 0.085c0.533 0.021 54.208 1.877 83.179 45.056 27.947 41.664 24.619 111.061-8.768 198.933z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-vimeo"],"defaultCode":59660,"grid":0},"attrs":[],"properties":{"id":12,"order":21,"ligatures":"","prevSize":32,"code":59664,"name":"icon-vimeo"},"setIdx":1,"setId":3,"iconIdx":12},{"icon":{"paths":["M871.915 759.445c-1.728-6.805-6.677-12.352-13.291-14.763-6.592-2.411-13.909-1.472-19.712 2.581-28.096 19.861-57.344 29.525-89.387 29.525-60.715 0-123.264-33.963-189.525-69.867-52.544-28.523-106.539-57.792-162.133-70.485 45.525-49.707 94.123-100.843 141.419-150.571 56.789-59.691 115.499-121.429 170.411-182.336 8.021-8.875 16.448-17.664 24.917-26.475 49.344-51.413 105.259-109.717 93.291-203.285-0.704-5.781-3.797-11.029-8.469-14.485s-10.581-4.821-16.341-3.84c-44.693 7.787-134.251 20.885-232.277 20.885-88.747 0-160.213-11.264-206.677-32.555-8.277-3.861-18.027-1.941-24.299 4.608-40.619 42.347-85.44 97.664-71.253 150.037 17.045 62.869 129.301 57.813 224.619 55.36 2.752-0.085 5.419-0.149 8.128-0.213-66.795 86.955-146.411 181.184-237.099 280.64-8.512 9.344-17.429 18.368-26.325 27.435-50.645 51.435-108.011 109.781-88.363 220.075 2.005 11.264 12.416 18.923 23.936 17.365 99.968-13.909 194.432 6.4 279.851 60.053 17.92 11.264 35.264 23.936 53.675 37.312 42.816 31.211 87.104 63.488 140.075 78.251 17.877 4.992 36.096 7.531 54.165 7.531 56.832 0 108.501-24.469 141.717-67.136 33.259-42.688 43.541-97.963 28.949-155.648zM809.344 888.875c-33.259 42.688-93.077 60.779-150.741 44.757-45.547-12.715-86.677-42.667-126.443-71.637-18.155-13.205-36.885-26.901-56.064-38.933-74.88-47.040-156.203-70.891-241.792-70.891-14.912 0-30.101 0.725-45.355 2.197-6.443-75.541 33.6-116.224 79.403-162.795 9.301-9.429 18.581-18.88 27.456-28.629 103.872-113.899 193.408-221.12 266.133-318.677 4.843-6.485 5.589-15.104 1.963-22.315-3.605-7.211-10.987-11.776-19.072-11.776-16.149 0-34.069 0.469-52.672 0.939-19.776 0.533-40.405 1.067-60.565 1.067-100.075 0-119.296-15.616-121.792-24.917-5.952-21.973 11.157-55.147 50.88-98.667 51.755 20.181 122.325 30.421 210.176 30.421 86.123 0 165.781-9.771 216-17.6-1.173 60.843-41.045 102.4-83.008 146.133-8.789 9.152-17.493 18.219-25.792 27.435-54.571 60.48-113.067 122.027-169.664 181.525-56.875 59.84-115.712 121.664-168.96 180.928-5.483 6.059-6.976 14.741-3.883 22.336 3.093 7.552 10.24 12.715 18.411 13.205 60.821 3.733 124.288 38.144 185.707 71.467 68.011 36.885 138.304 75.051 209.856 75.051 30.421 0 58.731-6.677 85.781-20.288 2.347 33.557-6.528 64.683-25.963 89.664z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-zerply"],"defaultCode":59661,"grid":0},"attrs":[],"properties":{"id":13,"order":22,"ligatures":"","prevSize":32,"code":59665,"name":"icon-zerply"},"setIdx":1,"setId":3,"iconIdx":13},{"icon":{"paths":["M861.576 473.148h-155.377c0-128.663 104.358-233.020 233.050-233.020 42.918 0 77.673-34.786 77.673-77.704 0-42.857-34.756-77.673-77.673-77.673-214.528 0-388.397 173.899-388.397 388.397v310.724c0 85.835 69.572 155.347 155.347 155.347h155.377c85.805 0 155.347-69.542 155.347-155.347v-155.347c0.030-85.805-69.542-155.377-155.347-155.377zM395.475 240.128c42.918 0 77.704-34.786 77.704-77.704 0-42.857-34.786-77.673-77.704-77.673-214.498 0-388.397 173.899-388.397 388.397v310.724c0 85.835 69.572 155.347 155.377 155.347h155.347c85.805 0 155.377-69.542 155.377-155.347v-155.347c0-85.835-69.602-155.377-155.377-155.377h-155.347c0-128.663 104.297-233.020 233.020-233.020z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["quote"],"defaultCode":59662,"grid":0},"attrs":[],"properties":{"id":14,"order":23,"ligatures":"","prevSize":32,"code":59666,"name":"quote"},"setIdx":1,"setId":3,"iconIdx":14},{"icon":{"paths":["M511 0c-267.568 0-487.158 205.256-510 466.896v90.208c22.842 261.64 242.432 466.896 510 466.896 282.77 0 512-229.23 512-512s-229.23-512-512-512zM513 980c-259.574 0-470-210.426-470-470s210.426-469 470-469 470 209.426 470 469-210.426 470-470 470zM372 271.5c0 0-30-10.5-29 14.5-1 25 0.5 421 0 452 0 27 7.2 29.4 29 14 29-16 398.6-231 398.6-231l-1.2-19.8-397.4-229.7zM704 513l-319 184.5v-370.5l319 183.5v2.5z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["video-play"],"defaultCode":59663,"grid":0},"attrs":[],"properties":{"id":15,"order":24,"ligatures":"","prevSize":32,"code":59667,"name":"video-play"},"setIdx":1,"setId":3,"iconIdx":15},{"icon":{"paths":["M960 851.115h-896c-35.285 0-64-28.715-64-64v-550.229c0-35.285 28.715-64 64-64h896c35.285 0 64 28.715 64 64v550.229c0 35.307-28.715 64-64 64zM64 215.552c-11.755 0-21.333 9.579-21.333 21.333v550.229c0 11.776 9.579 21.333 21.333 21.333h896c11.776 0 21.333-9.557 21.333-21.333v-550.229c0-11.755-9.557-21.333-21.333-21.333h-896zM512.064 656.875c-0.021 0-0.043 0-0.085 0-42.069-0.043-81.408-17.536-110.784-49.344l-342.144-369.195c-8-8.64-7.509-22.144 1.152-30.144 8.619-8 22.144-7.509 30.144 1.152l342.144 369.216c21.227 22.976 49.451 35.627 79.509 35.648 0.021 0 0.043 0 0.064 0 30.080 0 58.368-12.672 79.659-35.648l341.909-369.216c7.979-8.661 21.483-9.173 30.144-1.173 8.64 8 9.173 21.504 1.152 30.144l-341.909 369.237c-29.461 31.808-68.843 49.323-110.955 49.323zM61.696 808.619c-5.099 0-10.197-1.813-14.272-5.504-8.747-7.893-9.429-21.376-1.536-30.123l262.229-290.603c7.872-8.768 21.355-9.451 30.123-1.536 8.747 7.893 9.429 21.376 1.536 30.123l-262.251 290.603c-4.203 4.672-10.005 7.040-15.829 7.040zM962.325 808.619c-5.803 0-11.627-2.368-15.829-7.040l-262.251-290.603c-7.893-8.747-7.211-22.229 1.536-30.123 8.725-7.893 22.229-7.232 30.123 1.536l262.251 290.603c7.893 8.747 7.211 22.229-1.536 30.123-4.075 3.691-9.173 5.504-14.293 5.504z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-email"],"defaultCode":59664,"grid":0},"attrs":[],"properties":{"id":16,"order":25,"ligatures":"","prevSize":32,"code":59668,"name":"icon-email"},"setIdx":1,"setId":3,"iconIdx":16},{"icon":{"paths":["M36.447 6.252l981.311 981.311-30.17 30.17-981.311-981.311 30.17-30.17zM987.576 6.252l30.17 30.17-981.311 981.311-30.17-30.17 981.311-981.311z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["close"],"defaultCode":59665,"grid":0},"attrs":[],"properties":{"id":17,"order":26,"ligatures":"","prevSize":32,"code":59669,"name":"close"},"setIdx":1,"setId":3,"iconIdx":17},{"icon":{"paths":["M0.021 490.667h1023.957v42.667h-1023.957v-42.667zM490.688 0h42.667v1024h-42.667v-1024z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["icon-plus"],"defaultCode":59666,"grid":0},"attrs":[],"properties":{"id":18,"order":27,"ligatures":"","prevSize":32,"code":59670,"name":"icon-plus"},"setIdx":1,"setId":3,"iconIdx":18},{"icon":{"paths":["M777.312 456.832l-306.752-306.752c-28.096-28.096-74.144-28.096-102.24 0l-25.6 25.6c-28.096 28.064-28.096 74.112 0 102.208l234.048 234.112-234.080 234.080c-28.096 28.096-28.096 74.144 0 102.208l25.6 25.6c28.096 28.128 74.144 28.128 102.24 0l306.752-306.784c15.104-15.072 21.824-35.296 20.704-55.136 1.152-19.808-5.568-40.032-20.672-55.136z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right-toggle"],"defaultCode":59667,"grid":0},"attrs":[],"properties":{"id":19,"order":28,"ligatures":"","prevSize":32,"code":59671,"name":"arrow-right-toggle"},"setIdx":1,"setId":3,"iconIdx":19},{"icon":{"paths":["M0 176.725h1024v42.667h-1024v-42.667zM0 490.688h1024v42.667h-1024v-42.667zM0 804.608h1024v42.667h-1024v-42.667z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"defaultCode":59668,"grid":0},"attrs":[],"properties":{"id":20,"order":29,"ligatures":"","prevSize":32,"code":59672,"name":"menu"},"setIdx":1,"setId":3,"iconIdx":20},{"icon":{"paths":["M916.523 1024h-809.003c-59.285 0-107.52-48.256-107.52-107.541v-26.283c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.283c0 59.285-48.213 107.541-107.477 107.541zM107.52 825.344c-35.755 0-64.853 29.077-64.853 64.832v26.283c0 35.776 29.099 64.875 64.853 64.875h809.003c35.733 0 64.811-29.099 64.811-64.875v-26.283c0-35.755-29.077-64.832-64.811-64.832h-809.003zM916.523 632.683h-809.003c-59.285 0-107.52-48.256-107.52-107.541v-26.325c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.325c0 59.307-48.213 107.541-107.477 107.541zM107.52 433.984c-35.755 0-64.853 29.077-64.853 64.832v26.325c0 35.776 29.099 64.875 64.853 64.875h809.003c35.733 0 64.811-29.099 64.811-64.875v-26.325c0-35.755-29.077-64.832-64.811-64.832h-809.003zM916.523 241.323h-809.003c-59.285 0-107.52-48.213-107.52-107.477v-26.347c0-59.264 48.235-107.499 107.52-107.499h809.003c59.264 0 107.477 48.235 107.477 107.499v26.304c0 59.285-48.213 107.52-107.477 107.52zM107.52 42.667c-35.755 0-64.853 29.077-64.853 64.832v26.347c0 35.733 29.099 64.811 64.853 64.811h809.003c35.733 0 64.811-29.099 64.811-64.853v-26.304c0-35.755-29.077-64.832-64.811-64.832h-809.003z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["menu-2"],"defaultCode":59669,"grid":0},"attrs":[],"properties":{"id":21,"order":30,"ligatures":"","prevSize":32,"code":59673,"name":"menu-2"},"setIdx":1,"setId":3,"iconIdx":21},{"icon":{"paths":["M17.067 1024c-4.403 0-8.772-1.673-12.117-5.052-6.622-6.656-6.554-17.51 0.102-24.132l331.503-328.533c6.69-6.588 17.476-6.554 24.132 0.068 6.622 6.69 6.588 17.545-0.102 24.201l-331.503 328.533c-3.345 3.277-7.68 4.915-12.015 4.915zM691.746 352.358c-4.335 0-8.67-1.638-12.049-4.949-6.69-6.622-6.758-17.442-0.137-24.132l315.221-318.191c6.588-6.724 17.476-6.758 24.132-0.137s6.724 17.442 0.137 24.132l-315.221 318.225c-3.379 3.345-7.68 5.052-12.083 5.052zM1006.933 221.867c-9.387 0-17.067-7.646-17.067-17.067v-170.667h-170.667c-9.387 0-17.067-7.646-17.067-17.067s7.68-17.067 17.067-17.067h187.733c9.387 0 17.067 7.646 17.067 17.067v187.733c0 9.421-7.68 17.067-17.067 17.067zM204.8 1024h-187.733c-9.421 0-17.067-7.68-17.067-17.067v-187.733c0-9.387 7.646-17.067 17.067-17.067s17.067 7.68 17.067 17.067v170.667h170.667c9.421 0 17.067 7.68 17.067 17.067s-7.646 17.067-17.067 17.067z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fit-to"],"defaultCode":59670,"grid":0},"attrs":[],"properties":{"id":22,"order":31,"ligatures":"","prevSize":32,"code":59674,"name":"fit-to"},"setIdx":1,"setId":3,"iconIdx":22},{"icon":{"paths":["M17.067 1024c-4.403 0-8.772-1.673-12.117-5.052-6.622-6.656-6.554-17.51 0.102-24.132l331.503-328.533c6.69-6.588 17.476-6.554 24.132 0.068 6.622 6.69 6.588 17.545-0.102 24.201l-331.503 328.533c-3.345 3.277-7.68 4.915-12.015 4.915zM691.746 352.358c-4.335 0-8.67-1.638-12.049-4.949-6.69-6.622-6.758-17.442-0.137-24.132l315.221-318.191c6.588-6.724 17.476-6.758 24.132-0.137s6.724 17.442 0.137 24.132l-315.221 318.225c-3.379 3.345-7.68 5.052-12.083 5.052zM1006.933 1024c-4.471 0-9.011-1.775-12.322-5.257l-315.187-328.533c-6.519-6.793-6.349-17.613 0.546-24.132 6.793-6.485 17.613-6.315 24.132 0.546l315.187 328.533c6.519 6.793 6.349 17.613-0.546 24.132-3.311 3.14-7.543 4.71-11.81 4.71zM348.604 352.358c-4.267 0-8.533-1.57-11.81-4.745l-331.537-318.225c-6.793-6.519-7.031-17.34-0.512-24.132 6.554-6.793 17.34-7.031 24.132-0.512l331.537 318.225c6.793 6.519 7.031 17.34 0.512 24.132-3.345 3.482-7.817 5.257-12.322 5.257zM1006.933 221.867c-9.387 0-17.067-7.646-17.067-17.067v-170.667h-170.667c-9.387 0-17.067-7.646-17.067-17.067s7.68-17.067 17.067-17.067h187.733c9.387 0 17.067 7.646 17.067 17.067v187.733c0 9.421-7.68 17.067-17.067 17.067zM1006.933 1024h-187.733c-9.387 0-17.067-7.68-17.067-17.067s7.68-17.067 17.067-17.067h170.667v-170.667c0-9.387 7.68-17.067 17.067-17.067s17.067 7.68 17.067 17.067v187.733c0 9.387-7.68 17.067-17.067 17.067zM17.067 221.867c-9.421 0-17.067-7.646-17.067-17.067v-187.733c0-9.421 7.646-17.067 17.067-17.067h187.733c9.421 0 17.067 7.646 17.067 17.067s-7.646 17.067-17.067 17.067h-170.667v170.667c0 9.421-7.646 17.067-17.067 17.067zM204.8 1024h-187.733c-9.421 0-17.067-7.68-17.067-17.067v-187.733c0-9.387 7.646-17.067 17.067-17.067s17.067 7.68 17.067 17.067v170.667h170.667c9.421 0 17.067 7.68 17.067 17.067s-7.646 17.067-17.067 17.067z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["full-screen"],"defaultCode":59671,"grid":0},"attrs":[],"properties":{"id":23,"order":32,"ligatures":"","prevSize":32,"code":59675,"name":"full-screen"},"setIdx":1,"setId":3,"iconIdx":23},{"icon":{"paths":["M167.488 511.957l-1.643-1.664 241.344-241.344 30.165 30.165-188.075 188.096h-7.957v42.667h0.896l195.008 195.008-30.165 30.165-241.323-241.344z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left2"],"defaultCode":59672,"grid":0},"attrs":[],"properties":{"id":24,"order":33,"ligatures":"","prevSize":32,"code":59676,"name":"arrow-left2"},"setIdx":1,"setId":3,"iconIdx":24},{"icon":{"paths":["M241.003 533.397c-5.781 0-11.584-2.368-15.787-7.040-7.872-8.704-7.211-22.165 1.493-30.037l541.995-490.816c8.704-7.915 22.208-7.253 30.037 1.493 7.915 8.704 7.253 22.165-1.493 30.080l-541.952 490.773c-4.075 3.712-9.195 5.547-14.293 5.547zM782.997 1024.021c-5.12 0-10.24-1.835-14.293-5.547l-541.995-490.624c-8.704-7.872-9.365-21.333-1.493-30.037 7.872-8.747 21.333-9.451 30.080-1.493l541.952 490.581c8.747 7.872 9.408 21.376 1.493 30.080-4.203 4.629-9.941 7.040-15.744 7.040z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-left3"],"defaultCode":59673,"grid":0},"attrs":[],"properties":{"id":25,"order":34,"ligatures":"","prevSize":32,"code":59677,"name":"arrow-left3"},"setIdx":1,"setId":3,"iconIdx":25},{"icon":{"paths":["M856.512 512.043l1.643 1.621-241.387 241.387-30.165-30.165 188.075-188.096h7.979v-42.667h-0.875l-195.051-195.008 30.165-30.165 241.365 241.344z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right2"],"defaultCode":59674,"grid":0},"attrs":[],"properties":{"id":26,"order":35,"ligatures":"","prevSize":32,"code":59678,"name":"arrow-right2"},"setIdx":1,"setId":3,"iconIdx":26},{"icon":{"paths":["M782.976 533.376c-5.077 0-10.219-1.792-14.251-5.504l-542.037-490.773c-8.704-7.893-9.365-21.355-1.493-30.059 7.915-8.747 21.376-9.408 30.080-1.493l541.995 490.752c8.747 7.915 9.408 21.376 1.493 30.080-4.203 4.672-9.941 6.997-15.787 6.997zM241.024 1024c-5.824 0-11.627-2.368-15.829-6.997-7.872-8.704-7.168-22.208 1.493-30.080l542.037-490.624c8.661-7.915 22.165-7.211 30.037 1.493 7.915 8.704 7.211 22.208-1.493 30.080l-541.995 490.624c-4.075 3.669-9.195 5.504-14.251 5.504z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-right3"],"defaultCode":59675,"grid":0},"attrs":[],"properties":{"id":27,"order":36,"ligatures":"","prevSize":32,"code":59679,"name":"arrow-right3"},"setIdx":1,"setId":3,"iconIdx":27},{"icon":{"paths":["M105.54 1019.733c-2.867 0-5.769-0.717-8.397-2.15-5.359-3.038-8.67-8.738-8.67-14.916v-981.333c0-6.144 3.311-11.844 8.67-14.848 5.359-3.038 11.947-2.935 17.203 0.239l812.954 490.598c5.086 3.072 8.226 8.602 8.226 14.609 0 5.973-3.14 11.537-8.226 14.609l-812.954 490.735c-2.697 1.673-5.769 2.458-8.806 2.458zM122.607 51.541v920.883l762.88-460.493-762.88-460.39z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["start"],"defaultCode":59676,"grid":0},"attrs":[],"properties":{"id":28,"order":37,"ligatures":"","prevSize":32,"code":59680,"name":"start"},"setIdx":1,"setId":3,"iconIdx":28},{"icon":{"paths":["M934.176 168.48c-116.128-115.072-301.824-117.472-422.112-9.216-120.32-108.256-305.952-105.856-422.144 9.216-119.712 118.528-119.712 310.688 0 429.28 34.208 33.888 353.696 350.112 353.696 350.112 37.856 37.504 99.072 37.504 136.896 0 0 0 349.824-346.304 353.696-350.112 119.744-118.592 119.744-310.752-0.032-429.28zM888.576 552.576l-353.696 350.112c-12.576 12.512-33.088 12.512-45.6 0l-353.696-350.112c-94.4-93.44-94.4-245.472 0-338.912 91.008-90.080 237.312-93.248 333.088-7.104l43.392 39.040 43.36-39.040c95.808-86.144 242.112-83.008 333.12 7.104 94.4 93.408 94.4 245.44 0.032 338.912zM296.096 240.032c8.864 0 16 7.168 16 16s-7.168 16-16 16h-0.032c-57.408 0-103.968 46.56-103.968 103.968v0.032c0 8.832-7.168 16-16 16s-16-7.168-16-16v0c0-75.072 60.832-135.904 135.872-135.968 0.064 0 0.064-0.032 0.128-0.032z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["heart","love","like"],"defaultCode":59677,"grid":0},"attrs":[],"properties":{"id":29,"order":38,"ligatures":"","prevSize":32,"code":59681,"name":"heart"},"setIdx":1,"setId":3,"iconIdx":29},{"icon":{"paths":["M256.416 705.056v-255.104h125.824l-188.864-220.544-192.832 220.576h126.304v380.672h558.976l-125.536-125.568h-303.872zM897.152 608.032v-382.656h-560.992l127.552 127.52h303.872v255.136h-125.824l188.832 220.576 192.832-220.576h-126.272z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["retweet","arrows","loop","reload"],"defaultCode":59678,"grid":0},"attrs":[],"properties":{"id":30,"order":39,"ligatures":"","prevSize":32,"code":59682,"name":"retweet"},"setIdx":1,"setId":3,"iconIdx":30},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM384 288l384 224-384 224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play2"],"defaultCode":59925,"grid":0},"attrs":[],"properties":{"id":31,"order":40,"ligatures":"","prevSize":32,"code":59925,"name":"play2"},"setIdx":1,"setId":3,"iconIdx":31},{"icon":{"paths":["M192 128l640 384-640 384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play3"],"defaultCode":59932,"grid":0},"attrs":[],"properties":{"id":32,"order":41,"ligatures":"","prevSize":32,"code":59932,"name":"play3"},"setIdx":1,"setId":3,"iconIdx":32},{"icon":{"paths":["M512 92.2c136.8 0 153 0.6 206.8 3 50 2.2 77 10.6 95 17.6 23.8 9.2 41 20.4 58.8 38.2 18 18 29 35 38.4 58.8 7 18 15.4 45.2 17.6 95 2.4 54 3 70.2 3 206.8s-0.6 153-3 206.8c-2.2 50-10.6 77-17.6 95-9.2 23.8-20.4 41-38.2 58.8-18 18-35 29-58.8 38.4-18 7-45.2 15.4-95 17.6-54 2.4-70.2 3-206.8 3s-153-0.6-206.8-3c-50-2.2-77-10.6-95-17.6-23.8-9.2-41-20.4-58.8-38.2-18-18-29-35-38.4-58.8-7-18-15.4-45.2-17.6-95-2.4-54-3-70.2-3-206.8s0.6-153 3-206.8c2.2-50 10.6-77 17.6-95 9.2-23.8 20.4-41 38.2-58.8 18-18 35-29 58.8-38.4 18-7 45.2-15.4 95-17.6 53.8-2.4 70-3 206.8-3zM512 0c-139 0-156.4 0.6-211 3-54.4 2.4-91.8 11.2-124.2 23.8-33.8 13.2-62.4 30.6-90.8 59.2-28.6 28.4-46 57-59.2 90.6-12.6 32.6-21.4 69.8-23.8 124.2-2.4 54.8-3 72.2-3 211.2s0.6 156.4 3 211c2.4 54.4 11.2 91.8 23.8 124.2 13.2 33.8 30.6 62.4 59.2 90.8 28.4 28.4 57 46 90.6 59 32.6 12.6 69.8 21.4 124.2 23.8 54.6 2.4 72 3 211 3s156.4-0.6 211-3c54.4-2.4 91.8-11.2 124.2-23.8 33.6-13 62.2-30.6 90.6-59s46-57 59-90.6c12.6-32.6 21.4-69.8 23.8-124.2 2.4-54.6 3-72 3-211s-0.6-156.4-3-211c-2.4-54.4-11.2-91.8-23.8-124.2-12.6-34-30-62.6-58.6-91-28.4-28.4-57-46-90.6-59-32.6-12.6-69.8-21.4-124.2-23.8-54.8-2.6-72.2-3.2-211.2-3.2v0zM512 249c-145.2 0-263 117.8-263 263s117.8 263 263 263 263-117.8 263-263c0-145.2-117.8-263-263-263zM512 682.6c-94.2 0-170.6-76.4-170.6-170.6s76.4-170.6 170.6-170.6c94.2 0 170.6 76.4 170.6 170.6s-76.4 170.6-170.6 170.6zM846.8 238.6c0 33.91-27.49 61.4-61.4 61.4s-61.4-27.49-61.4-61.4c0-33.91 27.49-61.4 61.4-61.4s61.4 27.49 61.4 61.4z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram"],"defaultCode":60050,"grid":0},"attrs":[],"properties":{"id":33,"order":42,"ligatures":"","prevSize":32,"code":60050,"name":"instagram"},"setIdx":1,"setId":3,"iconIdx":33},{"icon":{"paths":["M1024 226.4c-37.6 16.8-78.2 28-120.6 33 43.4-26 76.6-67.2 92.4-116.2-40.6 24-85.6 41.6-133.4 51-38.4-40.8-93-66.2-153.4-66.2-116 0-210 94-210 210 0 16.4 1.8 32.4 5.4 47.8-174.6-8.8-329.4-92.4-433-219.6-18 31-28.4 67.2-28.4 105.6 0 72.8 37 137.2 93.4 174.8-34.4-1-66.8-10.6-95.2-26.2 0 0.8 0 1.8 0 2.6 0 101.8 72.4 186.8 168.6 206-17.6 4.8-36.2 7.4-55.4 7.4-13.6 0-26.6-1.4-39.6-3.8 26.8 83.4 104.4 144.2 196.2 146-72 56.4-162.4 90-261 90-17 0-33.6-1-50.2-3 93.2 59.8 203.6 94.4 322.2 94.4 386.4 0 597.8-320.2 597.8-597.8 0-9.2-0.2-18.2-0.6-27.2 41-29.4 76.6-66.4 104.8-108.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter"],"defaultCode":60054,"grid":0},"attrs":[],"properties":{"id":34,"order":43,"ligatures":"","prevSize":32,"code":60054,"name":"twitter"},"setIdx":1,"setId":3,"iconIdx":34},{"icon":{"paths":["M933.248 335.104c-40-10.496-134.048-10.368-271.616-14.016 6.496-30.016 8-57.088 8-105.152 0-114.816-83.648-215.936-157.632-215.936-52.256 0-95.328 42.72-96 95.264-0.704 64.448-20.64 175.744-128 232.192-7.872 4.16-30.4 15.264-33.696 16.704l1.696 1.44c-16.8-14.496-40.096-25.6-64-25.6h-96c-52.928 0-96 43.072-96 96v512c0 52.928 43.072 96 96 96h96c38.080 0 69.952-23.008 85.376-55.264 0.384 0.128 1.056 0.32 1.504 0.384 2.112 0.576 4.608 1.184 7.648 1.984 0.576 0.16 0.864 0.224 1.472 0.384 18.432 4.576 53.92 13.056 129.76 30.496 16.256 3.712 102.144 22.016 191.104 22.016h174.944c53.312 0 91.744-20.512 114.624-61.696 0.32-0.64 7.68-15.008 13.696-34.432 4.512-14.624 6.176-35.328 0.736-56.32 34.368-23.616 45.44-59.328 52.64-82.56 12.064-38.112 8.448-66.752 0.064-87.264 19.328-18.24 35.808-46.048 42.752-88.512 4.32-26.304-0.32-53.376-12.448-75.904 18.112-20.352 26.368-45.952 27.328-69.632l0.384-6.688c0.224-4.192 0.416-6.784 0.416-16 0-40.416-28-91.968-90.752-109.888zM224 928c0 17.696-14.304 32-32 32h-96c-17.696 0-32-14.304-32-32v-512c0-17.696 14.304-32 32-32h96c17.696 0 32 14.304 32 32v512zM959.264 465.12c-0.64 15.808-7.264 46.88-63.264 46.88-48 0-64 0-64 0-8.864 0-16 7.168-16 16s7.136 16 16 16c0 0 14.016 0 62.016 0s54.304 39.808 51.2 59.008c-3.968 23.872-15.168 68.992-69.216 68.992-53.984 0-76 0-76 0-8.864 0-16 7.136-16 16 0 8.8 7.136 16 16 16 0 0 38.016 0 63.008 0 54.016 0 49.248 41.184 41.504 65.76-10.208 32.288-16.448 62.24-84.512 62.24-23.008 0-52.192 0-52.192 0-8.864 0-16 7.136-16 16 0 8.8 7.136 16 16 16 0 0 22.176 0 50.176 0 35.008 0 36.64 33.12 32.992 44.992-4 12.992-8.736 22.624-8.928 23.072-9.664 17.44-25.248 27.936-58.24 27.936h-174.944c-87.872 0-175.040-19.936-177.28-20.448-132.928-30.624-139.936-32.992-148.288-35.36 0 0-27.072-4.576-27.072-28.192l-0.224-441.984c0-15.008 9.568-28.576 25.408-33.344 1.984-0.768 4.672-1.6 6.592-2.4 146.176-60.544 190.688-193.28 192-302.272 0.192-15.328 12-32 32-32 33.824 0 93.632 67.904 93.632 151.936 0 75.872-3.072 88.992-29.632 168.064 320 0 317.76 4.608 345.984 12 35.008 10.016 38.016 39.008 38.016 48.992 0 10.976-0.32 9.376-0.736 20.128zM144 832c-26.496 0-48 21.504-48 48s21.504 48 48 48 48-21.504 48-48-21.504-48-48-48zM144 896c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["like","thumbs up","approve"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"code":59648,"name":"like"},"setIdx":2,"setId":2,"iconIdx":0},{"icon":{"paths":["M938.688 96h-138.688v-64c0-17.696-14.304-32-32-32s-32 14.304-32 32v64h-192v-64c0-17.696-14.336-32-32-32s-32 14.304-32 32v64h-192v-64c0-17.696-14.336-32-32-32s-32 14.304-32 32v64h-138.656c-47.136 0-85.344 38.176-85.344 85.312v757.344c0 47.136 38.208 85.344 85.344 85.344h853.344c47.136 0 85.312-38.208 85.312-85.344v-757.344c0-47.136-38.176-85.312-85.312-85.312zM960 938.656c0 11.776-9.568 21.344-21.312 21.344h-853.344c-11.776 0-21.344-9.568-21.344-21.344v-757.344c0-11.744 9.568-21.312 21.344-21.312h138.656v64c0 17.696 14.336 32 32 32s32-14.304 32-32v-64h192v64c0 17.696 14.336 32 32 32s32-14.304 32-32v-64h192v64c0 17.696 14.304 32 32 32s32-14.304 32-32v-64h138.688c11.744 0 21.312 9.568 21.312 21.312v757.344zM224 384h128v96h-128zM224 544h128v96h-128zM224 704h128v96h-128zM448 704h128v96h-128zM448 544h128v96h-128zM448 384h128v96h-128zM672 704h128v96h-128zM672 544h128v96h-128zM672 384h128v96h-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar","date","schedule"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":1,"prevSize":32,"code":59683,"name":"calendar"},"setIdx":2,"setId":2,"iconIdx":1},{"icon":{"paths":["M512 224c8.832 0 16 7.168 16 16s-7.2 16-16 16c-170.464 0-320 89.728-320 192 0 8.832-7.168 16-16 16s-16-7.168-16-16c0-121.408 161.184-224 352-224zM512 64c-282.784 0-512 171.936-512 384 0 132.064 88.928 248.512 224.256 317.632 0 0.864-0.256 1.44-0.256 2.368 0 57.376-42.848 119.136-61.696 151.552 0.032 0 0.064 0 0.064 0-1.504 3.52-2.368 7.392-2.368 11.456 0 16 12.96 28.992 28.992 28.992 3.008 0 8.288-0.8 8.16-0.448 100-16.384 194.208-108.256 216.096-134.88 31.968 4.704 64.928 7.328 98.752 7.328 282.72 0 512-171.936 512-384s-229.248-384-512-384zM512 768c-29.344 0-59.456-2.24-89.472-6.624-3.104-0.512-6.208-0.672-9.28-0.672-19.008 0-37.216 8.448-49.472 23.36-13.696 16.672-52.672 53.888-98.72 81.248 12.48-28.64 22.24-60.736 22.912-93.824 0.192-2.048 0.288-4.128 0.288-5.888 0-24.064-13.472-46.048-34.88-56.992-118.592-60.544-189.376-157.984-189.376-260.608 0-176.448 200.96-320 448-320 246.976 0 448 143.552 448 320s-200.992 320-448 320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["bubble","comment","chat","talk"],"grid":32},"attrs":[{}],"properties":{"order":1,"id":2,"name":"bubble, comment, chat, talk","prevSize":32,"code":59651},"setIdx":2,"setId":2,"iconIdx":2},{"icon":{"paths":["M236.416 92.117c-6.528-4.267-14.507-6.784-23.083-6.784-23.552 0-42.667 19.115-42.667 42.667v768c-0.043 7.765 2.133 15.872 6.784 23.083 12.757 19.84 39.125 25.557 58.965 12.8l597.333-384c4.864-3.072 9.344-7.424 12.8-12.8 12.757-19.84 6.997-46.208-12.8-58.965zM256 206.165l475.776 305.835-475.776 305.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["play"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59685,"name":"play"},"setIdx":3,"setId":1,"iconIdx":0},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["link","chain","url","uri","anchor"],"grid":16},"attrs":[{},{}],"properties":{"order":1,"id":0,"prevSize":32,"code":59684,"name":"link"},"setIdx":4,"setId":0,"iconIdx":0},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-empty","rate","star","favorite","bookmark"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":1,"name":"star-empty, rate, star, favorite, bookmark","prevSize":32,"code":59649},"setIdx":4,"setId":0,"iconIdx":1},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye","views","vision","visit"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":2,"prevSize":32,"code":59650,"name":"eye"},"setIdx":4,"setId":0,"iconIdx":2}],"height":1024,"metadata":{"name":"lae-icomoon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"lae-icon-","metadata":{"fontFamily":"lae-icomoon","majorVersion":1,"minorVersion":0},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}}
assets/css/icomoon.css CHANGED
@@ -1,9 +1,9 @@
1
  @font-face {
2
  font-family: 'lae-icomoon';
3
  src:
4
- url('fonts/lae-icomoon.ttf?w77gxm') format('truetype'),
5
- url('fonts/lae-icomoon.woff?w77gxm') format('woff'),
6
- url('fonts/lae-icomoon.svg?w77gxm#lae-icomoon') format('svg');
7
  font-weight: normal;
8
  font-style: normal;
9
  font-display: block;
@@ -12,7 +12,7 @@
12
  [class^="lae-icon-"], [class*=" lae-icon-"] {
13
  /* use !important to prevent issues with browser extensions that change fonts */
14
  font-family: 'lae-icomoon' !important;
15
- speak: none;
16
  font-style: normal;
17
  font-weight: normal;
18
  font-variant: normal;
@@ -24,48 +24,152 @@
24
  -moz-osx-font-smoothing: grayscale;
25
  }
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  .lae-icon-play:before {
28
  content: "\e925";
29
- }
30
  .lae-icon-link:before {
31
  content: "\e924";
32
- }
33
  .lae-icon-star-empty:before {
34
  content: "\e901";
35
- }
36
  .lae-icon-rate:before {
37
  content: "\e901";
38
- }
39
  .lae-icon-star:before {
40
  content: "\e901";
41
- }
42
  .lae-icon-favorite:before {
43
  content: "\e901";
44
- }
45
  .lae-icon-bookmark:before {
46
  content: "\e901";
47
- }
48
  .lae-icon-eye:before {
49
  content: "\e902";
50
- }
51
  .lae-icon-like:before {
52
  content: "\e900";
53
- }
54
  .lae-icon-calendar:before {
55
  content: "\e923";
56
- }
57
  .lae-icon-bubble:before {
58
  content: "\e903";
59
- }
60
  .lae-icon-comment:before {
61
  content: "\e903";
62
- }
63
  .lae-icon-chat:before {
64
  content: "\e903";
65
- }
66
  .lae-icon-talk:before {
67
  content: "\e903";
68
- }
69
  .lae-icon-arrow-left:before {
70
  content: "\e904";
71
  }
@@ -170,5 +274,4 @@
170
  }
171
  .lae-icon-twitter1:before {
172
  content: "\ea96";
173
- }
174
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImljb21vb24uY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsMkJBQTJCO0VBQzNCOzs7a0VBR2dFO0VBQ2hFLG9CQUFvQjtFQUNwQixtQkFBbUI7RUFDbkIsb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsZ0ZBQWdGO0VBQ2hGLHNDQUFzQztFQUN0QyxZQUFZO0VBQ1osbUJBQW1CO0VBQ25CLG9CQUFvQjtFQUNwQixxQkFBcUI7RUFDckIscUJBQXFCO0VBQ3JCLGVBQWU7O0VBRWYsdUNBQXVDO0VBQ3ZDLG9DQUFvQztFQUNwQyxtQ0FBbUM7Q0FDcEM7O0FBRUQ7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEI7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxpQkFBaUI7Q0FDbEIiLCJmaWxlIjoiaWNvbW9vbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAZm9udC1mYWNlIHtcbiAgZm9udC1mYW1pbHk6ICdsYWUtaWNvbW9vbic7XG4gIHNyYzpcbiAgICB1cmwoJ2ZvbnRzL2xhZS1pY29tb29uLnR0Zj93NzdneG0nKSBmb3JtYXQoJ3RydWV0eXBlJyksXG4gICAgdXJsKCdmb250cy9sYWUtaWNvbW9vbi53b2ZmP3c3N2d4bScpIGZvcm1hdCgnd29mZicpLFxuICAgIHVybCgnZm9udHMvbGFlLWljb21vb24uc3ZnP3c3N2d4bSNsYWUtaWNvbW9vbicpIGZvcm1hdCgnc3ZnJyk7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgZm9udC1kaXNwbGF5OiBibG9jaztcbn1cblxuW2NsYXNzXj1cImxhZS1pY29uLVwiXSwgW2NsYXNzKj1cIiBsYWUtaWNvbi1cIl0ge1xuICAvKiB1c2UgIWltcG9ydGFudCB0byBwcmV2ZW50IGlzc3VlcyB3aXRoIGJyb3dzZXIgZXh0ZW5zaW9ucyB0aGF0IGNoYW5nZSBmb250cyAqL1xuICBmb250LWZhbWlseTogJ2xhZS1pY29tb29uJyAhaW1wb3J0YW50O1xuICBzcGVhazogbm9uZTtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXZhcmlhbnQ6IG5vcm1hbDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuXG4gIC8qIEJldHRlciBGb250IFJlbmRlcmluZyA9PT09PT09PT09PSAqL1xuICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbn1cblxuLmxhZS1pY29uLXBsYXk6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MjVcIjtcbn1cbi5sYWUtaWNvbi1saW5rOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTI0XCI7XG59XG4ubGFlLWljb24tc3Rhci1lbXB0eTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMVwiO1xufVxuLmxhZS1pY29uLXJhdGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDFcIjtcbn1cbi5sYWUtaWNvbi1zdGFyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTAxXCI7XG59XG4ubGFlLWljb24tZmF2b3JpdGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDFcIjtcbn1cbi5sYWUtaWNvbi1ib29rbWFyazpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMVwiO1xufVxuLmxhZS1pY29uLWV5ZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMlwiO1xufVxuLmxhZS1pY29uLWxpa2U6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDBcIjtcbn1cbi5sYWUtaWNvbi1jYWxlbmRhcjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyM1wiO1xufVxuLmxhZS1pY29uLWJ1YmJsZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwM1wiO1xufVxuLmxhZS1pY29uLWNvbW1lbnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDNcIjtcbn1cbi5sYWUtaWNvbi1jaGF0OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTAzXCI7XG59XG4ubGFlLWljb24tdGFsazpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwM1wiO1xufVxuLmxhZS1pY29uLWFycm93LWxlZnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDRcIjtcbn1cbi5sYWUtaWNvbi1hcnJvdy1yaWdodDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwNVwiO1xufVxuLmxhZS1pY29uLWljb24tYWltOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTA2XCI7XG59XG4ubGFlLWljb24taWNvbi1iZWhhbmNlOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTA3XCI7XG59XG4ubGFlLWljb24taWNvbi1kcmliYmJsZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwOFwiO1xufVxuLmxhZS1pY29uLWljb24tZmFjZWJvb2s6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDlcIjtcbn1cbi5sYWUtaWNvbi1pY29uLWZsaWNrcjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwYVwiO1xufVxuLmxhZS1pY29uLWljb24tZ29vZ2xlcGx1czpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwYlwiO1xufVxuLmxhZS1pY29uLWljb24tbGlua2VkaW46YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MGNcIjtcbn1cbi5sYWUtaWNvbi1pY29uLXBpbnRlcmVzdDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwZFwiO1xufVxuLmxhZS1pY29uLWljb24tc2t5cGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MGVcIjtcbn1cbi5sYWUtaWNvbi1pY29uLXR3aXR0ZXI6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MGZcIjtcbn1cbi5sYWUtaWNvbi1pY29uLXZpbWVvOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTEwXCI7XG59XG4ubGFlLWljb24taWNvbi16ZXJwbHk6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTFcIjtcbn1cbi5sYWUtaWNvbi1xdW90ZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxMlwiO1xufVxuLmxhZS1pY29uLXZpZGVvLXBsYXk6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTNcIjtcbn1cbi5sYWUtaWNvbi1pY29uLWVtYWlsOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE0XCI7XG59XG4ubGFlLWljb24tY2xvc2U6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTVcIjtcbn1cbi5sYWUtaWNvbi1pY29uLXBsdXM6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTZcIjtcbn1cbi5sYWUtaWNvbi1hcnJvdy1yaWdodC10b2dnbGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTdcIjtcbn1cbi5sYWUtaWNvbi1tZW51OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE4XCI7XG59XG4ubGFlLWljb24tbWVudS0yOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE5XCI7XG59XG4ubGFlLWljb24tZml0LXRvOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFhXCI7XG59XG4ubGFlLWljb24tZnVsbC1zY3JlZW46YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MWJcIjtcbn1cbi5sYWUtaWNvbi1hcnJvdy1sZWZ0MjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxY1wiO1xufVxuLmxhZS1pY29uLWFycm93LWxlZnQzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFkXCI7XG59XG4ubGFlLWljb24tYXJyb3ctcmlnaHQyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFlXCI7XG59XG4ubGFlLWljb24tYXJyb3ctcmlnaHQzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFmXCI7XG59XG4ubGFlLWljb24tc3RhcnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MjBcIjtcbn1cbi5sYWUtaWNvbi1oZWFydDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyMVwiO1xufVxuLmxhZS1pY29uLXJldHdlZXQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MjJcIjtcbn1cbi5sYWUtaWNvbi1wbGF5MjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZWExNVwiO1xufVxuLmxhZS1pY29uLXBsYXkzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlYTFjXCI7XG59XG4ubGFlLWljb24taW5zdGFncmFtOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlYTkyXCI7XG59XG4ubGFlLWljb24tdHdpdHRlcjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZWE5NlwiO1xufVxuIl19 */
1
  @font-face {
2
  font-family: 'lae-icomoon';
3
  src:
4
+ url('fonts/lae-icomoon.ttf?maw9cj') format('truetype'),
5
+ url('fonts/lae-icomoon.woff?maw9cj') format('woff'),
6
+ url('fonts/lae-icomoon.svg?maw9cj#lae-icomoon') format('svg');
7
  font-weight: normal;
8
  font-style: normal;
9
  font-display: block;
12
  [class^="lae-icon-"], [class*=" lae-icon-"] {
13
  /* use !important to prevent issues with browser extensions that change fonts */
14
  font-family: 'lae-icomoon' !important;
15
+ speak: never;
16
  font-style: normal;
17
  font-weight: normal;
18
  font-variant: normal;
24
  -moz-osx-font-smoothing: grayscale;
25
  }
26
 
27
+
28
+
29
+ .lae-icon-twitter-grid:before {
30
+ content: "\e926";
31
+ }
32
+ .lae-icon-piechart3:before {
33
+ content: "\e927";
34
+ }
35
+ .lae-icon-features:before {
36
+ content: "\e928";
37
+ }
38
+ .lae-icon-slider2:before {
39
+ content: "\e929";
40
+ }
41
+ .lae-icon-gallery:before {
42
+ content: "\e92a";
43
+ }
44
+ .lae-icon-team4:before {
45
+ content: "\e92b";
46
+ }
47
+ .lae-icon-team6:before {
48
+ content: "\e92c";
49
+ }
50
+ .lae-icon-stats-bars:before {
51
+ content: "\e92d";
52
+ }
53
+ .lae-icon-instagram-grid:before {
54
+ content: "\e92e";
55
+ }
56
+ .lae-icon-posts-grid:before {
57
+ content: "\e92f";
58
+ }
59
+ .lae-icon-posts-block:before {
60
+ content: "\e930";
61
+ }
62
+ .lae-icon-posts-grid-masonry:before {
63
+ content: "\e931";
64
+ }
65
+ .lae-icon-buttons:before {
66
+ content: "\e932";
67
+ }
68
+ .lae-icon-posts-carousel:before {
69
+ content: "\e933";
70
+ }
71
+ .lae-icon-pricing-table:before {
72
+ content: "\e934";
73
+ }
74
+ .lae-icon-tab-slider1:before {
75
+ content: "\e935";
76
+ }
77
+ .lae-icon-tabs5:before {
78
+ content: "\e936";
79
+ }
80
+ .lae-icon-tabs2:before {
81
+ content: "\e937";
82
+ }
83
+ .lae-icon-faq:before {
84
+ content: "\e938";
85
+ }
86
+ .lae-icon-youtube-grid:before {
87
+ content: "\e939";
88
+ }
89
+ .lae-icon-vimeo-grid:before {
90
+ content: "\e93a";
91
+ }
92
+ .lae-icon-carousel:before {
93
+ content: "\e93b";
94
+ }
95
+ .lae-icon-slider7:before {
96
+ content: "\e93c";
97
+ }
98
+ .lae-icon-slider3:before {
99
+ content: "\e93d";
100
+ }
101
+ .lae-icon-slider6:before {
102
+ content: "\e93e";
103
+ }
104
+ .lae-icon-slider4:before {
105
+ content: "\e93f";
106
+ }
107
+ .lae-icon-testimonials3:before {
108
+ content: "\e940";
109
+ }
110
+ .lae-icon-testimonials1:before {
111
+ content: "\e941";
112
+ }
113
+ .lae-icon-clients:before {
114
+ content: "\e942";
115
+ }
116
+ .lae-icon-gallery-carousel:before {
117
+ content: "\e943";
118
+ }
119
+ .lae-icon-services:before {
120
+ content: "\e944";
121
+ }
122
+ .lae-icon-testimonials:before {
123
+ content: "\e945";
124
+ }
125
+ .lae-icon-pie-chart2:before {
126
+ content: "\e946";
127
+ }
128
+ .lae-icon-heading:before {
129
+ content: "\e947";
130
+ }
131
  .lae-icon-play:before {
132
  content: "\e925";
133
+ }
134
  .lae-icon-link:before {
135
  content: "\e924";
136
+ }
137
  .lae-icon-star-empty:before {
138
  content: "\e901";
139
+ }
140
  .lae-icon-rate:before {
141
  content: "\e901";
142
+ }
143
  .lae-icon-star:before {
144
  content: "\e901";
145
+ }
146
  .lae-icon-favorite:before {
147
  content: "\e901";
148
+ }
149
  .lae-icon-bookmark:before {
150
  content: "\e901";
151
+ }
152
  .lae-icon-eye:before {
153
  content: "\e902";
154
+ }
155
  .lae-icon-like:before {
156
  content: "\e900";
157
+ }
158
  .lae-icon-calendar:before {
159
  content: "\e923";
160
+ }
161
  .lae-icon-bubble:before {
162
  content: "\e903";
163
+ }
164
  .lae-icon-comment:before {
165
  content: "\e903";
166
+ }
167
  .lae-icon-chat:before {
168
  content: "\e903";
169
+ }
170
  .lae-icon-talk:before {
171
  content: "\e903";
172
+ }
173
  .lae-icon-arrow-left:before {
174
  content: "\e904";
175
  }
274
  }
275
  .lae-icon-twitter1:before {
276
  content: "\ea96";
277
+ }
 
freemius/assets/css/admin/account.css CHANGED
@@ -1,2 +1 @@
1
- label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFjY291bnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUF5QixtQkFBbUIsV0FBVyxxQkFBcUIsa0JBQWtCLFlBQVksZUFBZSxpQkFBaUIsdUJBQXVCLENBQUMseUNBQXlDLGtCQUFrQixDQUFDLHlDQUF5QyxrQkFBa0IsQ0FBQywrQ0FBK0Msa0JBQWtCLENBQUMsMkNBQTJDLGtCQUFrQixDQUFDLDBDQUEwQyxlQUFlLENBQUMsZUFBZSxnQkFBZ0Isa0JBQWtCLGtCQUFrQixnQkFBZ0IsK0JBQStCLENBQUMsMEJBQTBCLFdBQVcsWUFBWSxlQUFlLENBQUMsd0JBQXdCLGdCQUFnQixhQUFhLFdBQVcsQ0FBQyx1QkFBdUIscUJBQXFCLENBQUMsK0JBQStCLGtCQUFrQixTQUFTLFdBQVcsZUFBZSxDQUFDLGtDQUFrQyxRQUFRLENBQUMsa0NBQWtDLFVBQVUsQ0FBQyx1Q0FBdUMsb0JBQW9CLENBQUMsb0NBQW9DLG9CQUFvQixDQUFDLGtDQUFrQyxXQUFXLENBQUMsb0NBQW9DLFVBQVUsVUFBVSxDQUFDLG9CQUFvQixVQUFVLENBQUMseUJBQXlCLG9CQUFvQixDQUFDLHNDQUFzQyxnQkFBZ0IsQ0FBQywyQ0FBMkMsZ0JBQWdCLENBQUMsMkNBQTJDLGFBQWEsQ0FBQyxtQ0FBbUMsZ0JBQWdCLENBQUMsOEJBQThCLGtCQUFrQixDQUFDLDhDQUE4QyxZQUFZLENBQUMseUJBQXlCLGdCQUFnQixDQUFDLHdGQUF3RixjQUFjLGVBQWUsZUFBZSxDQUFDLHVDQUF1QyxXQUFXLGdCQUFnQixDQUFDLDZCQUE2QixlQUFlLENBQUMsYUFBYSxtQkFBbUIsV0FBVyxxQkFBcUIsa0JBQWtCLFlBQVksZUFBZSxpQkFBaUIsdUJBQXVCLENBQUMscUJBQXFCLGtCQUFrQixDQUFDLHdCQUF3QixrQkFBa0IsQ0FBQyxzQkFBc0Isa0JBQWtCLENBQUMsOENBQThDLGlCQUFpQixjQUFjLHdCQUF3QixDQUFDLDREQUE0RCxzQkFBc0IsQ0FBQywrQ0FBK0MsVUFBVSxDQUFDLGlFQUFpRSxpQkFBaUIsV0FBVyxTQUFTLENBQUMsZ0VBQWdFLGdCQUFnQixDQUFDLCtEQUErRCxVQUFVLGtCQUFrQixDQUFDLDRFQUE0RSxVQUFVLENBQUMsY0FBYyxZQUFZLGdCQUFnQixlQUFlLENBQUMsY0FBYyxxQkFBcUIsQ0FBQyxpQkFBaUIsa0JBQWtCLENBQUMsb0RBQW9ELGdCQUFnQixnQkFBZ0IsQ0FBQyxrREFBa0QsZ0JBQWdCLENBQUMsY0FBYyxnQkFBZ0IsQ0FBQyxvQkFBb0IsVUFBVSxDQUFDLDBCQUEwQixVQUFVLFdBQVcsQ0FBQyx3Q0FBd0MsYUFBYSxDQUFDLHlCQUF5QixnQkFBZ0IsQ0FBQyxxREFBcUQsY0FBYyxXQUFXLGNBQWMsQ0FBQyx5RkFBeUYsa0JBQWtCLFNBQVMsQ0FBQyxpR0FBaUcsaUJBQWlCLENBQUMsMkdBQTJHLGlCQUFpQixDQUFDLCtFQUErRSx5QkFBeUIsV0FBVyw4QkFBOEIsZUFBZSxlQUFlLENBQUMseUNBQXlDLFlBQVksQ0FBQywrRUFBK0UseUJBQXlCLFdBQVcsOEJBQThCLGVBQWUsZUFBZSxDQUFDLG1IQUFtSCxXQUFXLFNBQVMsQ0FBQywySEFBMkgsVUFBVSxDQUFDLHFJQUFxSSxVQUFVLENBQUMsMkJBQTJCLGNBQWMsVUFBVSxDQUFDIiwiZmlsZSI6ImFjY291bnQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsibGFiZWwuZnMtdGFnLHNwYW4uZnMtdGFne2JhY2tncm91bmQ6I2ZmYmEwMDtjb2xvcjojZmZmO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2JvcmRlci1yYWRpdXM6M3B4O3BhZGRpbmc6NXB4O2ZvbnQtc2l6ZToxMXB4O2xpbmUtaGVpZ2h0OjExcHg7dmVydGljYWwtYWxpZ246YmFzZWxpbmV9bGFiZWwuZnMtdGFnLmZzLXdhcm4sc3Bhbi5mcy10YWcuZnMtd2FybntiYWNrZ3JvdW5kOiNmZmJhMDB9bGFiZWwuZnMtdGFnLmZzLWluZm8sc3Bhbi5mcy10YWcuZnMtaW5mb3tiYWNrZ3JvdW5kOiMwMGEwZDJ9bGFiZWwuZnMtdGFnLmZzLXN1Y2Nlc3Msc3Bhbi5mcy10YWcuZnMtc3VjY2Vzc3tiYWNrZ3JvdW5kOiM0NmI0NTB9bGFiZWwuZnMtdGFnLmZzLWVycm9yLHNwYW4uZnMtdGFnLmZzLWVycm9ye2JhY2tncm91bmQ6I2RjMzIzMn0jZnNfYWNjb3VudCAucG9zdGJveCwjZnNfYWNjb3VudCAud2lkZWZhdHttYXgtd2lkdGg6ODAwcHh9I2ZzX2FjY291bnQgaDN7Zm9udC1zaXplOjEuM2VtO3BhZGRpbmc6MTJweCAxNXB4O21hcmdpbjowIDAgMTJweCAwO2xpbmUtaGVpZ2h0OjEuNDtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjRjFGMUYxfSNmc19hY2NvdW50IGgzIC5kYXNoaWNvbnN7d2lkdGg6MjZweDtoZWlnaHQ6MjZweDtmb250LXNpemU6MS4zZW19I2ZzX2FjY291bnQgaS5kYXNoaWNvbnN7Zm9udC1zaXplOjEuMmVtO2hlaWdodDoxLjJlbTt3aWR0aDoxLjJlbX0jZnNfYWNjb3VudCAuZGFzaGljb25ze3ZlcnRpY2FsLWFsaWduOm1pZGRsZX0jZnNfYWNjb3VudCAuZnMtaGVhZGVyLWFjdGlvbnN7cG9zaXRpb246YWJzb2x1dGU7dG9wOjE3cHg7cmlnaHQ6MTVweDtmb250LXNpemU6MC45ZW19I2ZzX2FjY291bnQgLmZzLWhlYWRlci1hY3Rpb25zIHVse21hcmdpbjowfSNmc19hY2NvdW50IC5mcy1oZWFkZXItYWN0aW9ucyBsaXtmbG9hdDpsZWZ0fSNmc19hY2NvdW50IC5mcy1oZWFkZXItYWN0aW9ucyBsaSBmb3Jte2Rpc3BsYXk6aW5saW5lLWJsb2NrfSNmc19hY2NvdW50IC5mcy1oZWFkZXItYWN0aW9ucyBsaSBhe3RleHQtZGVjb3JhdGlvbjpub25lfSNmc19hY2NvdW50X2RldGFpbHMgLmJ1dHRvbi1ncm91cHtmbG9hdDpyaWdodH0ucnRsICNmc19hY2NvdW50IC5mcy1oZWFkZXItYWN0aW9uc3tsZWZ0OjE1cHg7cmlnaHQ6YXV0b30uZnMta2V5LXZhbHVlLXRhYmxle3dpZHRoOjEwMCV9LmZzLWtleS12YWx1ZS10YWJsZSBmb3Jte2Rpc3BsYXk6aW5saW5lLWJsb2NrfS5mcy1rZXktdmFsdWUtdGFibGUgdHIgdGQ6Zmlyc3QtY2hpbGR7dGV4dC1hbGlnbjpyaWdodH0uZnMta2V5LXZhbHVlLXRhYmxlIHRyIHRkOmZpcnN0LWNoaWxkIG5vYnJ7Zm9udC13ZWlnaHQ6Ym9sZH0uZnMta2V5LXZhbHVlLXRhYmxlIHRyIHRkOmZpcnN0LWNoaWxkIGZvcm17ZGlzcGxheTpibG9ja30uZnMta2V5LXZhbHVlLXRhYmxlIHRyIHRkLmZzLXJpZ2h0e3RleHQtYWxpZ246cmlnaHR9LmZzLWtleS12YWx1ZS10YWJsZSB0ci5mcy1vZGR7YmFja2dyb3VuZDojZWJlYmVifS5mcy1rZXktdmFsdWUtdGFibGUgdGQsLmZzLWtleS12YWx1ZS10YWJsZSB0aHtwYWRkaW5nOjEwcHh9LmZzLWtleS12YWx1ZS10YWJsZSBjb2Rle2xpbmUtaGVpZ2h0OjI4cHh9LmZzLWtleS12YWx1ZS10YWJsZSB2YXIsLmZzLWtleS12YWx1ZS10YWJsZSBjb2RlLC5mcy1rZXktdmFsdWUtdGFibGUgaW5wdXRbdHlwZT1cInRleHRcIl17Y29sb3I6IzAwNzNBQTtmb250LXNpemU6MTZweDtiYWNrZ3JvdW5kOm5vbmV9LmZzLWtleS12YWx1ZS10YWJsZSBpbnB1dFt0eXBlPVwidGV4dFwiXXt3aWR0aDoxMDAlO2ZvbnQtd2VpZ2h0OmJvbGR9LmZzLWZpZWxkLWJldGFfcHJvZ3JhbSBsYWJlbHttYXJnaW4tbGVmdDo3cHh9bGFiZWwuZnMtdGFne2JhY2tncm91bmQ6I2ZmYmEwMDtjb2xvcjojZmZmO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2JvcmRlci1yYWRpdXM6M3B4O3BhZGRpbmc6NXB4O2ZvbnQtc2l6ZToxMXB4O2xpbmUtaGVpZ2h0OjExcHg7dmVydGljYWwtYWxpZ246YmFzZWxpbmV9bGFiZWwuZnMtdGFnLmZzLXdhcm57YmFja2dyb3VuZDojZmZiYTAwfWxhYmVsLmZzLXRhZy5mcy1zdWNjZXNze2JhY2tncm91bmQ6IzQ2YjQ1MH1sYWJlbC5mcy10YWcuZnMtZXJyb3J7YmFja2dyb3VuZDojZGMzMjMyfSNmc19zaXRlcyAuZnMtc2Nyb2xsYWJsZS10YWJsZSAuZnMtdGFibGUtYm9keXttYXgtaGVpZ2h0OjIwMHB4O292ZXJmbG93OmF1dG87Ym9yZGVyOjFweCBzb2xpZCAjZTVlNWU1fSNmc19zaXRlcyAuZnMtc2Nyb2xsYWJsZS10YWJsZSAuZnMtdGFibGUtYm9keT50YWJsZS53aWRlZmF0e2JvcmRlcjpub25lICFpbXBvcnRhbnR9I2ZzX3NpdGVzIC5mcy1zY3JvbGxhYmxlLXRhYmxlIC5mcy1tYWluLWNvbHVtbnt3aWR0aDoxMDAlfSNmc19zaXRlcyAuZnMtc2Nyb2xsYWJsZS10YWJsZSAuZnMtc2l0ZS1kZXRhaWxzIHRkOmZpcnN0LW9mLXR5cGV7dGV4dC1hbGlnbjpyaWdodDtjb2xvcjpncmV5O3dpZHRoOjFweH0jZnNfc2l0ZXMgLmZzLXNjcm9sbGFibGUtdGFibGUgLmZzLXNpdGUtZGV0YWlscyB0ZDpsYXN0LW9mLXR5cGV7dGV4dC1hbGlnbjpyaWdodH0jZnNfc2l0ZXMgLmZzLXNjcm9sbGFibGUtdGFibGUgLmZzLWluc3RhbGwtZGV0YWlscyB0YWJsZSB0ciB0ZHt3aWR0aDoxcHg7d2hpdGUtc3BhY2U6bm93cmFwfSNmc19zaXRlcyAuZnMtc2Nyb2xsYWJsZS10YWJsZSAuZnMtaW5zdGFsbC1kZXRhaWxzIHRhYmxlIHRyIHRkOmxhc3Qtb2YtdHlwZXt3aWR0aDphdXRvfSNmc19hZGRvbnMgaDN7Ym9yZGVyOm5vbmU7bWFyZ2luLWJvdHRvbTowO3BhZGRpbmc6NHB4IDVweH0jZnNfYWRkb25zIHRke3ZlcnRpY2FsLWFsaWduOm1pZGRsZX0jZnNfYWRkb25zIHRoZWFke3doaXRlLXNwYWNlOm5vd3JhcH0jZnNfYWRkb25zIHRkOmZpcnN0LWNoaWxkLCNmc19hZGRvbnMgdGg6Zmlyc3QtY2hpbGR7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtd2VpZ2h0OmJvbGR9I2ZzX2FkZG9ucyB0ZDpsYXN0LWNoaWxkLCNmc19hZGRvbnMgdGg6bGFzdC1jaGlsZHt0ZXh0LWFsaWduOnJpZ2h0fSNmc19hZGRvbnMgdGh7Zm9udC13ZWlnaHQ6Ym9sZH0jZnNfYmlsbGluZ19hZGRyZXNze3dpZHRoOjEwMCV9I2ZzX2JpbGxpbmdfYWRkcmVzcyB0ciB0ZHt3aWR0aDo1MCU7cGFkZGluZzo1cHh9I2ZzX2JpbGxpbmdfYWRkcmVzcyB0cjpmaXJzdC1vZi10eXBlIHRke3BhZGRpbmctdG9wOjB9I2ZzX2JpbGxpbmdfYWRkcmVzcyBzcGFue2ZvbnQtd2VpZ2h0OmJvbGR9I2ZzX2JpbGxpbmdfYWRkcmVzcyBpbnB1dCwjZnNfYmlsbGluZ19hZGRyZXNzIHNlbGVjdHtkaXNwbGF5OmJsb2NrO3dpZHRoOjEwMCU7bWFyZ2luLXRvcDo1cHh9I2ZzX2JpbGxpbmdfYWRkcmVzcyBpbnB1dDo6LW1vei1wbGFjZWhvbGRlciwjZnNfYmlsbGluZ19hZGRyZXNzIHNlbGVjdDo6LW1vei1wbGFjZWhvbGRlcntjb2xvcjp0cmFuc3BhcmVudDtvcGFjaXR5OjF9I2ZzX2JpbGxpbmdfYWRkcmVzcyBpbnB1dDotbXMtaW5wdXQtcGxhY2Vob2xkZXIsI2ZzX2JpbGxpbmdfYWRkcmVzcyBzZWxlY3Q6LW1zLWlucHV0LXBsYWNlaG9sZGVye2NvbG9yOnRyYW5zcGFyZW50fSNmc19iaWxsaW5nX2FkZHJlc3MgaW5wdXQ6Oi13ZWJraXQtaW5wdXQtcGxhY2Vob2xkZXIsI2ZzX2JpbGxpbmdfYWRkcmVzcyBzZWxlY3Q6Oi13ZWJraXQtaW5wdXQtcGxhY2Vob2xkZXJ7Y29sb3I6dHJhbnNwYXJlbnR9I2ZzX2JpbGxpbmdfYWRkcmVzcyBpbnB1dC5mcy1yZWFkLW1vZGUsI2ZzX2JpbGxpbmdfYWRkcmVzcyBzZWxlY3QuZnMtcmVhZC1tb2Rle2JvcmRlci1jb2xvcjp0cmFuc3BhcmVudDtjb2xvcjojNzc3O2JvcmRlci1ib3R0b206MXB4IGRhc2hlZCAjY2NjO3BhZGRpbmctbGVmdDowO2JhY2tncm91bmQ6bm9uZX0jZnNfYmlsbGluZ19hZGRyZXNzLmZzLXJlYWQtbW9kZSB0ZCBzcGFue2Rpc3BsYXk6bm9uZX0jZnNfYmlsbGluZ19hZGRyZXNzLmZzLXJlYWQtbW9kZSBpbnB1dCwjZnNfYmlsbGluZ19hZGRyZXNzLmZzLXJlYWQtbW9kZSBzZWxlY3R7Ym9yZGVyLWNvbG9yOnRyYW5zcGFyZW50O2NvbG9yOiM3Nzc7Ym9yZGVyLWJvdHRvbToxcHggZGFzaGVkICNjY2M7cGFkZGluZy1sZWZ0OjA7YmFja2dyb3VuZDpub25lfSNmc19iaWxsaW5nX2FkZHJlc3MuZnMtcmVhZC1tb2RlIGlucHV0OjotbW96LXBsYWNlaG9sZGVyLCNmc19iaWxsaW5nX2FkZHJlc3MuZnMtcmVhZC1tb2RlIHNlbGVjdDo6LW1vei1wbGFjZWhvbGRlcntjb2xvcjojY2NjO29wYWNpdHk6MX0jZnNfYmlsbGluZ19hZGRyZXNzLmZzLXJlYWQtbW9kZSBpbnB1dDotbXMtaW5wdXQtcGxhY2Vob2xkZXIsI2ZzX2JpbGxpbmdfYWRkcmVzcy5mcy1yZWFkLW1vZGUgc2VsZWN0Oi1tcy1pbnB1dC1wbGFjZWhvbGRlcntjb2xvcjojY2NjfSNmc19iaWxsaW5nX2FkZHJlc3MuZnMtcmVhZC1tb2RlIGlucHV0Ojotd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyLCNmc19iaWxsaW5nX2FkZHJlc3MuZnMtcmVhZC1tb2RlIHNlbGVjdDo6LXdlYmtpdC1pbnB1dC1wbGFjZWhvbGRlcntjb2xvcjojY2NjfSNmc19iaWxsaW5nX2FkZHJlc3MgYnV0dG9ue2Rpc3BsYXk6YmxvY2s7d2lkdGg6MTAwJX1cbiJdfQ== */
1
+ label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id="license_not_whitelabeled"].success,.fs-notice[data-id="license_whitelabeled"].success{color:inherit;border-left-color:#00a0d2}.fs-notice[data-id="license_not_whitelabeled"].success label.fs-plugin-title,.fs-notice[data-id="license_whitelabeled"].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{font-size:1.3em;padding:12px 15px;margin:0 0 12px 0;line-height:1.4;border-bottom:1px solid #F1F1F1}#fs_account h3 .dashicons{width:26px;height:26px;font-size:1.3em}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{position:absolute;top:17px;right:15px;font-size:0.9em}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:bold}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table var,.fs-key-value-table code,.fs-key-value-table input[type="text"]{color:#0073AA;font-size:16px;background:none}.fs-key-value-table input[type="text"]{width:100%;font-weight:bold}.fs-field-beta_program label{margin-left:7px}label.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{max-height:200px;overflow:auto;border:1px solid #e5e5e5}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none !important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{text-align:right;color:grey;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{width:1px;white-space:nowrap}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{text-align:left;font-weight:bold}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:bold}#fs_billing_address{width:100%}#fs_billing_address tr td{width:50%;padding:5px}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:bold}#fs_billing_address input,#fs_billing_address select{display:block;width:100%;margin-top:5px}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{border-color:transparent;color:#777;border-bottom:1px dashed #ccc;padding-left:0;background:none}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}
 
freemius/assets/css/admin/add-ons.css CHANGED
@@ -1,3 +1,2 @@
1
- .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
- #TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
3
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFkZC1vbnMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLFVBQVUsa0JBQWtCLFNBQVMsUUFBUSxtQkFBbUIsWUFBWSx5QkFBeUIsaUJBQWlCLDBCQUEyRixpQkFBaUIsZUFBZSxrREFBaUcseUNBQXlDLENBQUMsMEJBQTBCLGVBQWUsQ0FBQyxtQ0FBbUMsV0FBVyxhQUFhLFlBQVksVUFBVSxxQkFBcUIsZUFBZSxnQkFBZ0Isc0JBQXNCLGVBQWUsaUJBQWlCLENBQUMsK0NBQStDLGtCQUFrQixPQUFPLFFBQVEsU0FBUyxNQUFNLFNBQVMsQ0FBQyw2Q0FBNkMsc0JBQXNCLGdCQUFnQixZQUFZLGlCQUFpQixDQUFDLGdEQUEySCw2QkFBNkIscUJBQXFCLE9BQU8sUUFBUSxNQUFNLGlCQUFpQixDQUFDLG1EQUFtRCxnQkFBZ0IsaUJBQWlCLGVBQWUsV0FBVyxjQUFjLDhCQUF5RCxxQkFBcUIsQ0FBQyw2REFBNkQsVUFBVSxTQUFTLGNBQWMsY0FBYyxhQUFhLDJCQUEyQiwwQkFBMEIsNkJBQXdHLG9CQUFvQixDQUFDLGdHQUFnRyxpQkFBaUIsaUJBQWlCLENBQUMsdURBQXVELGtCQUFrQixZQUFZLGdCQUFnQixXQUFXLG1CQUFtQix1QkFBdUIsZ0JBQWdCLENBQUMsdURBQXVELGVBQWUsQ0FBQyw2REFBNkQseUJBQXlCLDZCQUE2QiwwQkFBMEIsa0JBQWtCLFVBQVUsQ0FBQyxxREFBcUQsa0JBQWtCLFNBQVMsVUFBVSx1QkFBdUIsY0FBYyxpQkFBaUIsK0NBQTJGLHVDQUF1Qyx5QkFBeUIsZ0JBQWdCLGdCQUFnQixDQUFDLGdJQUFnSSxrQkFBa0IsVUFBVSxVQUFVLENBQUMscUNBQXFDLHFEQUFxRCx5QkFBeUIsaUJBQWlCLGVBQWUsQ0FBQyxzREFBc0QsVUFBVSxDQUFDLDBIQUEwSCxhQUFhLENBQUMsQ0FBQztBQUN0M0YsNkJBQTZCLHNCQUFzQixDQUFDLHlCQUF5QixzQkFBc0IsQ0FBQyxvQ0FBb0Msa0JBQWtCLENBQUMsaVpBQWlaLFVBQVUsQ0FBQyxnREFBZ0QsY0FBYyxDQUFDLDREQUE0RCxvQkFBb0IsNEJBQTRCLENBQUMsK0RBQStELFFBQVEsQ0FBQyxrRUFBa0UsVUFBVSw0QkFBNEIsQ0FBQyw4RUFBOEUsY0FBYyxjQUFjLHNCQUFzQixpQkFBaUIsV0FBVyxrQkFBa0IsQ0FBQyxxRUFBcUUsMEJBQTBCLENBQUMsK0RBQStELFdBQVcsY0FBYyxVQUFVLENBQUMsNERBQTRELGdCQUFnQixRQUFRLENBQUMsK0RBQStELFlBQVksYUFBYSxXQUFXLG1CQUFtQiwrQkFBMkQsc0JBQXNCLENBQUMsaUVBQWlFLGNBQWMsV0FBVyxZQUFZLGlCQUFpQiwrQ0FBMkYsdUNBQXVDLHFCQUFxQixDQUFDLG1FQUFtRSxpQkFBaUIsQ0FBQyxnREFBZ0QsYUFBYSw0QkFBNEIsQ0FBQyw0REFBNEQsYUFBYSxhQUFhLGNBQWMsQ0FBQywwRUFBMEUsNEJBQTRCLENBQUMsbUZBQW1GLGVBQWUsa0JBQWtCLGVBQWUsZUFBZSxDQUFDLHlGQUF5Rix5QkFBeUIsWUFBWSx1QkFBdUIsa0JBQWtCLFVBQVUsV0FBVyxZQUFZLDJCQUEyQixZQUFZLGtCQUFrQixnQkFBZ0IsZUFBZSxDQUFDLGtHQUFrRyxlQUFlLG1CQUFtQiwyQkFBMkIsQ0FBQyw0RUFBNEUsbUJBQW1CLFNBQVMsaUJBQWlCLGFBQWEsQ0FBQyx5TEFBeUwsWUFBWSxDQUFDLDBFQUEwRSxtQkFBbUIsWUFBWSxDQUFDLGlFQUFpRSxXQUFXLGtCQUFrQixpQkFBaUIseUJBQXlCLGVBQWUsQ0FBQywrREFBK0Qsa0JBQWtCLENBQUMsNkRBQTZELGlCQUFpQixDQUFDLDRKQUE0SixrQkFBa0IsY0FBYyxpQkFBaUIsbUJBQW1CLHlCQUF5QixtQkFBbUIsWUFBWSxxQkFBcUIsQ0FBQyw2RUFBNkUsb0JBQW9CLFlBQVksc0JBQXNCLENBQUMsMkVBQTJFLGVBQWUsQ0FBQyw2RUFBNkUsV0FBVyxrQkFBa0IsQ0FBQyw4RUFBOEUsaUJBQWlCLENBQUMsbURBQW1ELGtCQUFrQixDQUFDLDRDQUE0QyxXQUFXLGlCQUFpQix3QkFBd0IsQ0FBQyxxREFBcUQsY0FBYyxDQUFDLDREQUE0RCxjQUFjLG1CQUFtQixjQUFjLGlCQUFpQixDQUFDLHFEQUFxRCwwQkFBMEIsZUFBZSxrQkFBa0IsWUFBWSxhQUFhLENBQUMsaUVBQWlFLGdCQUFnQixXQUFXLGNBQWMsaUJBQWlCLENBQUMsK0RBQStELGtCQUFrQixDQUFDLHFEQUFxRCxXQUFXLFlBQVksY0FBYyxDQUFDLHVJQUF1SSxrQkFBa0IsV0FBVyxNQUFNLE9BQU8sQ0FBQyxtSkFBbUosVUFBVSxDQUFDLDZKQUE2SiwyQkFBMkIsbUNBQW1DLGtDQUFrQyxTQUFTLGlCQUFpQixDQUFDLHlNQUF5TSwyQkFBMkIsQ0FBQywrS0FBK0ssNEJBQTRCLENBQUMsNkxBQTZMLHdCQUF3QixDQUFDLG1LQUFtSyx5QkFBeUIsQ0FBQywrSEFBK0gsa0JBQWtCLFdBQVcsU0FBUyxpQkFBaUIsY0FBYyx5QkFBeUIsc0JBQXNCLFVBQVUsWUFBWSxnQkFBZ0IsdUhBQTJPLDhHQUE4RyxDQUFDLHFJQUFxSSxRQUFRLENBQUMseUlBQXlJLGNBQWMsaUJBQWlCLHFCQUFxQixnQkFBZ0IsQ0FBQyxpSkFBaUoseUJBQXlCLFVBQVUsQ0FBQyxxSkFBcUosVUFBVSxDQUFDLGlKQUFzTiwyQkFBMkIsQ0FBQyxxSUFBME0sMkJBQTJCLENBQUMsK0NBQStDLFVBQVUsQ0FBQyx1REFBdUQsV0FBVyxlQUFlLG1CQUFtQixtQkFBbUIsQ0FBQyxtREFBbUQsY0FBYyxDQUFDLHNEQUFzRCxTQUFTLFlBQVksaUJBQWlCLENBQUMsMkVBQTJFLGtCQUFrQixhQUFhLENBQUMsbUZBQW1GLGtCQUFrQixDQUFDLGtIQUFrSCxTQUFTLFVBQVUsQ0FBQywyRUFBMkUsa0JBQWtCLE9BQU8sQ0FBQyxxRkFBcUYsVUFBVSxDQUFDLDBFQUEwRSxXQUFXLENBQUMscUNBQXFDLG1DQUFtQyxZQUFZLENBQUMsQ0FBQyIsImZpbGUiOiJhZGQtb25zLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5mcy1iYWRnZXtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTBweDtyaWdodDowO2JhY2tncm91bmQ6IzcxYWUwMDtjb2xvcjp3aGl0ZTt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7cGFkZGluZzo1cHggMTBweDstbW96LWJvcmRlci1yYWRpdXM6M3B4IDAgMCAzcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjNweCAwIDAgM3B4O2JvcmRlci1yYWRpdXM6M3B4IDAgMCAzcHg7Zm9udC13ZWlnaHQ6Ym9sZDtib3JkZXItcmlnaHQ6MDstbW96LWJveC1zaGFkb3c6MCAycHggMXB4IC0xcHggcmdiYSgwLDAsMCwwLjMpOy13ZWJraXQtYm94LXNoYWRvdzowIDJweCAxcHggLTFweCByZ2JhKDAsMCwwLDAuMyk7Ym94LXNoYWRvdzowIDJweCAxcHggLTFweCByZ2JhKDAsMCwwLDAuMyl9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdHtsaXN0LXN0eWxlOm5vbmV9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZHtmbG9hdDpsZWZ0O2hlaWdodDoxNTJweDt3aWR0aDozMTBweDtwYWRkaW5nOjA7bWFyZ2luOjAgMCAzMHB4IDMwcHg7Zm9udC1zaXplOjE0cHg7bGlzdC1zdHlsZTpub25lO2JvcmRlcjoxcHggc29saWQgI2RkZDtjdXJzb3I6cG9pbnRlcjtwb3NpdGlvbjpyZWxhdGl2ZX0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1vdmVybGF5e3Bvc2l0aW9uOmFic29sdXRlO2xlZnQ6MDtyaWdodDowO2JvdHRvbTowO3RvcDowO3otaW5kZXg6OX0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lcntiYWNrZ3JvdW5kLWNvbG9yOiNmZmY7b3ZlcmZsb3c6aGlkZGVuO2hlaWdodDoxMDAlO3Bvc2l0aW9uOnJlbGF0aXZlfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyPnVsey1tb3otdHJhbnNpdGlvbjphbGwsMC4xNXM7LW8tdHJhbnNpdGlvbjphbGwsMC4xNXM7LW1zLXRyYW5zaXRpb246YWxsLDAuMTVzOy13ZWJraXQtdHJhbnNpdGlvbjphbGwsMC4xNXM7dHJhbnNpdGlvbjphbGwsMC4xNXM7bGVmdDowO3JpZ2h0OjA7dG9wOjA7cG9zaXRpb246YWJzb2x1dGV9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXI+dWw+bGl7bGlzdC1zdHlsZTpub25lO2xpbmUtaGVpZ2h0OjE4cHg7cGFkZGluZzowIDE1cHg7d2lkdGg6MTAwJTtkaXNwbGF5OmJsb2NrOy1tb3otYm94LXNpemluZzpib3JkZXItYm94Oy13ZWJraXQtYm94LXNpemluZzpib3JkZXItYm94O2JveC1zaXppbmc6Ym9yZGVyLWJveH0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lciAuZnMtY2FyZC1iYW5uZXJ7cGFkZGluZzowO21hcmdpbjowO2xpbmUtaGVpZ2h0OjA7ZGlzcGxheTpibG9jaztoZWlnaHQ6MTAwcHg7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0LXg7YmFja2dyb3VuZC1zaXplOjEwMCUgMTAwJTstbW96LXRyYW5zaXRpb246YWxsLDAuMTVzOy1vLXRyYW5zaXRpb246YWxsLDAuMTVzOy1tcy10cmFuc2l0aW9uOmFsbCwwLjE1czstd2Via2l0LXRyYW5zaXRpb246YWxsLDAuMTVzO3RyYW5zaXRpb246YWxsLDAuMTVzfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1jYXJkLWJhbm5lciAuZnMtYmFkZ2UuZnMtaW5zdGFsbGVkLWFkZG9uLWJhZGdle2ZvbnQtc2l6ZToxLjAyZW07bGluZS1oZWlnaHQ6MS4zZW19I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLXRpdGxle21hcmdpbjoxMHB4IDAgMCAwO2hlaWdodDoxOHB4O292ZXJmbG93OmhpZGRlbjtjb2xvcjojMDAwO3doaXRlLXNwYWNlOm5vd3JhcDt0ZXh0LW92ZXJmbG93OmVsbGlwc2lzO2ZvbnQtd2VpZ2h0OmJvbGR9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLW9mZmVye2ZvbnQtc2l6ZTowLjllbX0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lciAuZnMtZGVzY3JpcHRpb257YmFja2dyb3VuZC1jb2xvcjojZjlmOWY5O3BhZGRpbmc6MTBweCAxNXB4IDEwMHB4IDE1cHg7Ym9yZGVyLXRvcDoxcHggc29saWQgI2VlZTttYXJnaW46MCAwIDEwcHggMDtjb2xvcjojNzc3fSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy10YWd7cG9zaXRpb246YWJzb2x1dGU7dG9wOjEwcHg7cmlnaHQ6MHB4O2JhY2tncm91bmQ6Z3JlZW55ZWxsb3c7ZGlzcGxheTpibG9jaztwYWRkaW5nOjJweCAxMHB4Oy1tb3otYm94LXNoYWRvdzoxcHggMXB4IDFweCByZ2JhKDAsMCwwLDAuMyk7LXdlYmtpdC1ib3gtc2hhZG93OjFweCAxcHggMXB4IHJnYmEoMCwwLDAsMC4zKTtib3gtc2hhZG93OjFweCAxcHggMXB4IHJnYmEoMCwwLDAsMC4zKTt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOjAuOWVtO2ZvbnQtd2VpZ2h0OmJvbGR9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWN0YSAuYnV0dG9uLCNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1jdGEgLmJ1dHRvbi1ncm91cHtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTEycHg7cmlnaHQ6MTBweH1AbWVkaWEgc2NyZWVuIGFuZCAobWluLXdpZHRoOiA5NjBweCl7I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZDpob3ZlciAuZnMtb3ZlcmxheXtib3JkZXI6MnB4IHNvbGlkICMyOWFiZTE7bWFyZ2luLWxlZnQ6LTFweDttYXJnaW4tdG9wOi0xcHh9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZDpob3ZlciAuZnMtaW5uZXIgdWx7dG9wOi0xMDBweH0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkOmhvdmVyIC5mcy1pbm5lciAuZnMtdGl0bGUsI2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZDpob3ZlciAuZnMtaW5uZXIgLmZzLW9mZmVye2NvbG9yOiMyOWFiZTF9fVxuI1RCX3dpbmRvdywjVEJfd2luZG93IGlmcmFtZXt3aWR0aDo4MjFweCAhaW1wb3J0YW50fSNwbHVnaW4taW5mb3JtYXRpb24gLmZ5aXt3aWR0aDoyNjZweCAhaW1wb3J0YW50fSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24taG9sZGVye21hcmdpbi1yaWdodDoyOTlweH0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIGgyLCNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gaDMsI3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1kZXNjcmlwdGlvbiBwLCNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gYiwjcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIGksI3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1kZXNjcmlwdGlvbiBibG9ja3F1b3RlLCNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gbGksI3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1kZXNjcmlwdGlvbiB1bCwjcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIG9se2NsZWFyOm5vbmV9I3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1kZXNjcmlwdGlvbiBpZnJhbWV7bWF4LXdpZHRoOjEwMCV9I3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1kZXNjcmlwdGlvbiAuZnMtc2VsbGluZy1wb2ludHN7cGFkZGluZy1ib3R0b206MTBweDtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjZGRkfSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gLmZzLXNlbGxpbmctcG9pbnRzIHVse21hcmdpbjowfSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gLmZzLXNlbGxpbmctcG9pbnRzIHVsIGxpe3BhZGRpbmc6MDtsaXN0LXN0eWxlOm5vbmUgb3V0c2lkZSBub25lfSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gLmZzLXNlbGxpbmctcG9pbnRzIHVsIGxpIGkuZGFzaGljb25ze2NvbG9yOiM3MWFlMDA7Zm9udC1zaXplOjNlbTt2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7bGluZS1oZWlnaHQ6MzBweDtmbG9hdDpsZWZ0O21hcmdpbjowIDAgMCAtMTVweH0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIC5mcy1zZWxsaW5nLXBvaW50cyB1bCBsaSBoM3ttYXJnaW46MWVtIDMwcHggIWltcG9ydGFudH0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIC5mcy1zY3JlZW5zaG90czphZnRlcntjb250ZW50OlwiXCI7ZGlzcGxheTp0YWJsZTtjbGVhcjpib3RofSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gLmZzLXNjcmVlbnNob3RzIHVse2xpc3Qtc3R5bGU6bm9uZTttYXJnaW46MH0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIC5mcy1zY3JlZW5zaG90cyB1bCBsaXt3aWR0aDoyMjVweDtoZWlnaHQ6MjI1cHg7ZmxvYXQ6bGVmdDttYXJnaW4tYm90dG9tOjIwcHg7LW1vei1ib3gtc2l6aW5nOmNvbnRlbnQtYm94Oy13ZWJraXQtYm94LXNpemluZzpjb250ZW50LWJveDtib3gtc2l6aW5nOmNvbnRlbnQtYm94fSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZGVzY3JpcHRpb24gLmZzLXNjcmVlbnNob3RzIHVsIGxpIGF7ZGlzcGxheTpibG9jazt3aWR0aDoxMDAlO2hlaWdodDoxMDAlO2JvcmRlcjoxcHggc29saWQ7LW1vei1ib3gtc2hhZG93OjFweCAxcHggMXB4IHJnYmEoMCwwLDAsMC4yKTstd2Via2l0LWJveC1zaGFkb3c6MXB4IDFweCAxcHggcmdiYSgwLDAsMCwwLjIpO2JveC1zaGFkb3c6MXB4IDFweCAxcHggcmdiYSgwLDAsMCwwLjIpO2JhY2tncm91bmQtc2l6ZTpjb3Zlcn0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWRlc2NyaXB0aW9uIC5mcy1zY3JlZW5zaG90cyB1bCBsaS5vZGR7bWFyZ2luLXJpZ2h0OjIwcHh9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmd7bWFyZ2luOi0xNnB4O2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNkZGR9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gaDN7bWFyZ2luLXRvcDowO3BhZGRpbmc6MjBweDtmb250LXNpemU6MTZweH0jcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbiAubmF2LXRhYi13cmFwcGVye2JvcmRlci1ib3R0b206MXB4IHNvbGlkICNkZGR9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gLm5hdi10YWItd3JhcHBlciAubmF2LXRhYntjdXJzb3I6cG9pbnRlcjtwb3NpdGlvbjpyZWxhdGl2ZTtwYWRkaW5nOjAgMTBweDtmb250LXNpemU6MC45ZW19I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gLm5hdi10YWItd3JhcHBlciAubmF2LXRhYiBsYWJlbHt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Y29sb3I6Z3JlZW47YmFja2dyb3VuZDpncmVlbnllbGxvdztwb3NpdGlvbjphYnNvbHV0ZTtsZWZ0Oi0xcHg7cmlnaHQ6LTFweDtib3R0b206MTAwJTtib3JkZXI6MXB4IHNvbGlkIGRhcmtncmVlbjtwYWRkaW5nOjJweDt0ZXh0LWFsaWduOmNlbnRlcjtmb250LXNpemU6MC45ZW07bGluZS1oZWlnaHQ6MWVtfSNwbHVnaW4taW5mb3JtYXRpb24gLnBsdWdpbi1pbmZvcm1hdGlvbi1wcmljaW5nIC5mcy1wbGFuIC5uYXYtdGFiLXdyYXBwZXIgLm5hdi10YWIubmF2LXRhYi1hY3RpdmV7Y3Vyc29yOmRlZmF1bHQ7YmFja2dyb3VuZDojZmZmZWVjO2JvcmRlci1ib3R0b20tY29sb3I6I2ZmZmVlY30jcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbi5mcy1zaW5nbGUtY3ljbGUgaDN7YmFja2dyb3VuZDojZmZmZWVjO21hcmdpbjowO3BhZGRpbmctYm90dG9tOjA7Y29sb3I6IzAwNzNhYX0jcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbi5mcy1zaW5nbGUtY3ljbGUgLm5hdi10YWItd3JhcHBlciwjcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbi5mcy1zaW5nbGUtY3ljbGUgLmZzLWJpbGxpbmctZnJlcXVlbmN5e2Rpc3BsYXk6bm9uZX0jcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbiAuZnMtcHJpY2luZy1ib2R5e2JhY2tncm91bmQ6I2ZmZmVlYztwYWRkaW5nOjIwcHh9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gLmJ1dHRvbnt3aWR0aDoxMDAlO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtd2VpZ2h0OmJvbGQ7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZToxLjFlbX0jcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbiBsYWJlbHt3aGl0ZS1zcGFjZTpub3dyYXB9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gdmFye2ZvbnQtc3R5bGU6bm9ybWFsfSNwbHVnaW4taW5mb3JtYXRpb24gLnBsdWdpbi1pbmZvcm1hdGlvbi1wcmljaW5nIC5mcy1wbGFuIC5mcy1iaWxsaW5nLWZyZXF1ZW5jeSwjcGx1Z2luLWluZm9ybWF0aW9uIC5wbHVnaW4taW5mb3JtYXRpb24tcHJpY2luZyAuZnMtcGxhbiAuZnMtYW5udWFsLWRpc2NvdW50e3RleHQtYWxpZ246Y2VudGVyO2Rpc3BsYXk6YmxvY2s7Zm9udC13ZWlnaHQ6Ym9sZDttYXJnaW4tYm90dG9tOjEwcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2JhY2tncm91bmQ6I0YzRjNGMztwYWRkaW5nOjJweDtib3JkZXI6MXB4IHNvbGlkICNjY2N9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gLmZzLWFubnVhbC1kaXNjb3VudHt0ZXh0LXRyYW5zZm9ybTpub25lO2NvbG9yOmdyZWVuO2JhY2tncm91bmQ6Z3JlZW55ZWxsb3d9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gdWwuZnMtdHJpYWwtdGVybXN7Zm9udC1zaXplOjAuOWVtfSNwbHVnaW4taW5mb3JtYXRpb24gLnBsdWdpbi1pbmZvcm1hdGlvbi1wcmljaW5nIC5mcy1wbGFuIHVsLmZzLXRyaWFsLXRlcm1zIGl7ZmxvYXQ6bGVmdDttYXJnaW46MCAwIDAgLTE1cHh9I3BsdWdpbi1pbmZvcm1hdGlvbiAucGx1Z2luLWluZm9ybWF0aW9uLXByaWNpbmcgLmZzLXBsYW4gdWwuZnMtdHJpYWwtdGVybXMgbGl7bWFyZ2luOjEwcHggMCAwIDB9I3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1mZWF0dXJlcyAuZnMtZmVhdHVyZXN7bWFyZ2luOi0yMHB4IC0yNnB4fSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZmVhdHVyZXMgdGFibGV7d2lkdGg6MTAwJTtib3JkZXItc3BhY2luZzowO2JvcmRlci1jb2xsYXBzZTpzZXBhcmF0ZX0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWZlYXR1cmVzIHRhYmxlIHRoZWFkIHRoe3BhZGRpbmc6MTBweCAwfSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZmVhdHVyZXMgdGFibGUgdGhlYWQgLmZzLXByaWNle2NvbG9yOiM3MWFlMDA7Zm9udC13ZWlnaHQ6bm9ybWFsO2Rpc3BsYXk6YmxvY2s7dGV4dC1hbGlnbjpjZW50ZXJ9I3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1mZWF0dXJlcyB0YWJsZSB0Ym9keSB0ZHtib3JkZXItdG9wOjFweCBzb2xpZCAjY2NjO3BhZGRpbmc6MTBweCAwO3RleHQtYWxpZ246Y2VudGVyO3dpZHRoOjEwMHB4O2NvbG9yOiM3MWFlMDB9I3BsdWdpbi1pbmZvcm1hdGlvbiAjc2VjdGlvbi1mZWF0dXJlcyB0YWJsZSB0Ym9keSB0ZDpmaXJzdC1jaGlsZHt0ZXh0LWFsaWduOmxlZnQ7d2lkdGg6YXV0bztjb2xvcjppbmhlcml0O3BhZGRpbmctbGVmdDoyNnB4fSNwbHVnaW4taW5mb3JtYXRpb24gI3NlY3Rpb24tZmVhdHVyZXMgdGFibGUgdGJvZHkgdHIuZnMtb2RkIHRke2JhY2tncm91bmQ6I2ZlZmVmZX0jcGx1Z2luLWluZm9ybWF0aW9uICNzZWN0aW9uLWZlYXR1cmVzIC5kYXNoaWNvbnMteWVze3dpZHRoOjMwcHg7aGVpZ2h0OjMwcHg7Zm9udC1zaXplOjMwcHh9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmJ1dHRvbiwjcGx1Z2luLWluZm9ybWF0aW9uIC5mcy1kcm9wZG93biAuYnV0dG9uLWdyb3VwIC5idXR0b257cG9zaXRpb246cmVsYXRpdmU7d2lkdGg6YXV0bzt0b3A6MDtyaWdodDowfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1kcm9wZG93biAuYnV0dG9uLWdyb3VwIC5idXR0b246Zm9jdXMsI3BsdWdpbi1pbmZvcm1hdGlvbiAuZnMtZHJvcGRvd24gLmJ1dHRvbi1ncm91cCAuYnV0dG9uOmZvY3Vze3otaW5kZXg6MTB9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmZzLWRyb3Bkb3duLWFycm93LCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmZzLWRyb3Bkb3duLWFycm93e2JvcmRlci10b3A6NnB4IHNvbGlkIHdoaXRlO2JvcmRlci1yaWdodDo0cHggc29saWQgdHJhbnNwYXJlbnQ7Ym9yZGVyLWxlZnQ6NHB4IHNvbGlkIHRyYW5zcGFyZW50O3RvcDoxMnB4O3Bvc2l0aW9uOnJlbGF0aXZlfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1kcm9wZG93bi5hY3RpdmU6bm90KC51cCkgLmJ1dHRvbjpub3QoLmZzLWRyb3Bkb3duLWFycm93LWJ1dHRvbiksI3BsdWdpbi1pbmZvcm1hdGlvbiAuZnMtZHJvcGRvd24uYWN0aXZlOm5vdCgudXApIC5idXR0b246bm90KC5mcy1kcm9wZG93bi1hcnJvdy1idXR0b24pe2JvcmRlci1ib3R0b20tbGVmdC1yYWRpdXM6MH0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lciAuZnMtZHJvcGRvd24uYWN0aXZlOm5vdCgudXApIC5mcy1kcm9wZG93bi1hcnJvdy1idXR0b24sI3BsdWdpbi1pbmZvcm1hdGlvbiAuZnMtZHJvcGRvd24uYWN0aXZlOm5vdCgudXApIC5mcy1kcm9wZG93bi1hcnJvdy1idXR0b257Ym9yZGVyLWJvdHRvbS1yaWdodC1yYWRpdXM6MH0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lciAuZnMtZHJvcGRvd24uYWN0aXZlLnVwIC5idXR0b246bm90KC5mcy1kcm9wZG93bi1hcnJvdy1idXR0b24pLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duLmFjdGl2ZS51cCAuYnV0dG9uOm5vdCguZnMtZHJvcGRvd24tYXJyb3ctYnV0dG9uKXtib3JkZXItdG9wLWxlZnQtcmFkaXVzOjB9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duLmFjdGl2ZS51cCAuZnMtZHJvcGRvd24tYXJyb3ctYnV0dG9uLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duLmFjdGl2ZS51cCAuZnMtZHJvcGRvd24tYXJyb3ctYnV0dG9ue2JvcmRlci10b3AtcmlnaHQtcmFkaXVzOjB9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0LCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0e3Bvc2l0aW9uOmFic29sdXRlO3JpZ2h0Oi0xcHg7dG9wOjEwMCU7bWFyZ2luLWxlZnQ6YXV0bztwYWRkaW5nOjNweCAwO2JvcmRlcjoxcHggc29saWQgI2JmYmZiZjtiYWNrZ3JvdW5kLWNvbG9yOiNmZmY7ei1pbmRleDoxO3dpZHRoOjIzMHB4O3RleHQtYWxpZ246bGVmdDstbW96LWJveC1zaGFkb3c6MHB4IDJweCA0cHggLTFweCByZ2JhKDAsMCwwLDAuMiksMHB4IDRweCA1cHggMHB4IHJnYmEoMCwwLDAsMC4xNCksMHB4IDFweCAxMHB4IDBweCByZ2JhKDAsMCwwLDAuMTIpOy13ZWJraXQtYm94LXNoYWRvdzowcHggMnB4IDRweCAtMXB4IHJnYmEoMCwwLDAsMC4yKSwwcHggNHB4IDVweCAwcHggcmdiYSgwLDAsMCwwLjE0KSwwcHggMXB4IDEwcHggMHB4IHJnYmEoMCwwLDAsMC4xMik7Ym94LXNoYWRvdzowcHggMnB4IDRweCAtMXB4IHJnYmEoMCwwLDAsMC4yKSwwcHggNHB4IDVweCAwcHggcmdiYSgwLDAsMCwwLjE0KSwwcHggMXB4IDEwcHggMHB4IHJnYmEoMCwwLDAsMC4xMil9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpe21hcmdpbjowfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1kcm9wZG93biAuZnMtZHJvcGRvd24tbGlzdCBsaSBhLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpIGF7ZGlzcGxheTpibG9jaztwYWRkaW5nOjVweCAxMHB4O3RleHQtZGVjb3JhdGlvbjpub25lO3RleHQtc2hhZG93Om5vbmV9I2ZzX2FkZG9ucyAuZnMtY2FyZHMtbGlzdCAuZnMtY2FyZCAuZnMtaW5uZXIgLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpOmhvdmVyLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpOmhvdmVye2JhY2tncm91bmQtY29sb3I6IzAwNzRhMztjb2xvcjojZmZmfSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1kcm9wZG93biAuZnMtZHJvcGRvd24tbGlzdCBsaTpob3ZlciBhLCNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0IGxpOmhvdmVyIGF7Y29sb3I6I2ZmZn0jZnNfYWRkb25zIC5mcy1jYXJkcy1saXN0IC5mcy1jYXJkIC5mcy1pbm5lciAuZnMtZHJvcGRvd246bm90KC51cCkgLmZzLWRyb3Bkb3duLWxpc3QsI3BsdWdpbi1pbmZvcm1hdGlvbiAuZnMtZHJvcGRvd246bm90KC51cCkgLmZzLWRyb3Bkb3duLWxpc3R7LW1vei1ib3JkZXItcmFkaXVzOjNweCAwIDNweCAzcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjNweCAwIDNweCAzcHg7Ym9yZGVyLXJhZGl1czozcHggMCAzcHggM3B4fSNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmQgLmZzLWlubmVyIC5mcy1kcm9wZG93bi51cCAuZnMtZHJvcGRvd24tbGlzdCwjcGx1Z2luLWluZm9ybWF0aW9uIC5mcy1kcm9wZG93bi51cCAuZnMtZHJvcGRvd24tbGlzdHstbW96LWJvcmRlci1yYWRpdXM6M3B4IDNweCAwIDNweDstd2Via2l0LWJvcmRlci1yYWRpdXM6M3B4IDNweCAwIDNweDtib3JkZXItcmFkaXVzOjNweCAzcHggMCAzcHh9I3BsdWdpbi1pbmZvcm1hdGlvbiAuZnMtZHJvcGRvd24gLmJ1dHRvbi1ncm91cHt3aWR0aDoxMDAlfSNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmJ1dHRvbntmbG9hdDpub25lO2ZvbnQtc2l6ZToxNHB4O2ZvbnQtd2VpZ2h0Om5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lfSNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duIC5mcy1kcm9wZG93bi1saXN0e21hcmdpbi10b3A6MXB4fSNwbHVnaW4taW5mb3JtYXRpb24gLmZzLWRyb3Bkb3duLnVwIC5mcy1kcm9wZG93bi1saXN0e3RvcDphdXRvO2JvdHRvbToxMDAlO21hcmdpbi1ib3R0b206MnB4fSNwbHVnaW4taW5mb3JtYXRpb24ud3AtY29yZS11aSAuZnMtcHJpY2luZy1ib2R5IC5mcy1kcm9wZG93biAuYnV0dG9uLWdyb3Vwe3RleHQtYWxpZ246Y2VudGVyO2Rpc3BsYXk6dGFibGV9I3BsdWdpbi1pbmZvcm1hdGlvbi53cC1jb3JlLXVpIC5mcy1wcmljaW5nLWJvZHkgLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmJ1dHRvbntkaXNwbGF5OnRhYmxlLWNlbGx9I3BsdWdpbi1pbmZvcm1hdGlvbi53cC1jb3JlLXVpIC5mcy1wcmljaW5nLWJvZHkgLmZzLWRyb3Bkb3duIC5idXR0b24tZ3JvdXAgLmJ1dHRvbjpub3QoLmZzLWRyb3Bkb3duLWFycm93LWJ1dHRvbil7bGVmdDoxcHg7d2lkdGg6MTAwJX0jcGx1Z2luLWluZm9ybWF0aW9uLWZvb3Rlcj4uYnV0dG9uLCNwbHVnaW4taW5mb3JtYXRpb24tZm9vdGVyIC5mcy1kcm9wZG93bntwb3NpdGlvbjpyZWxhdGl2ZTt0b3A6M3B4fSNwbHVnaW4taW5mb3JtYXRpb24tZm9vdGVyPi5idXR0b24ubGVmdCwjcGx1Z2luLWluZm9ybWF0aW9uLWZvb3RlciAuZnMtZHJvcGRvd24ubGVmdHtmbG9hdDpsZWZ0fSNwbHVnaW4taW5mb3JtYXRpb24tZm9vdGVyPi5yaWdodCwjcGx1Z2luLWluZm9ybWF0aW9uLWZvb3RlciAuZnMtZHJvcGRvd257ZmxvYXQ6cmlnaHR9QG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogOTYxcHgpeyNmc19hZGRvbnMgLmZzLWNhcmRzLWxpc3QgLmZzLWNhcmR7aGVpZ2h0OjI2NXB4fX1cbiJdfQ== */
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{float:left;height:152px;width:310px;padding:0;margin:0 0 30px 30px;font-size:14px;list-style:none;border:1px solid #ddd;cursor:pointer;position:relative}#fs_addons .fs-cards-list .fs-card .fs-overlay{position:absolute;left:0;right:0;bottom:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;overflow:hidden;height:100%;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s;left:0;right:0;top:0;position:absolute}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{list-style:none;line-height:18px;padding:0 15px;width:100%;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{padding:0;margin:0;line-height:0;display:block;height:100px;background-repeat:repeat-x;background-size:100% 100%;-moz-transition:all,0.15s;-o-transition:all,0.15s;-ms-transition:all,0.15s;-webkit-transition:all,0.15s;transition:all,0.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{margin:10px 0 0 0;height:18px;overflow:hidden;color:#000;white-space:nowrap;text-overflow:ellipsis;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:0.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;padding:10px 15px 100px 15px;border-top:1px solid #eee;margin:0 0 10px 0;color:#777}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{position:absolute;top:10px;right:0px;background:greenyellow;display:block;padding:2px 10px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);box-shadow:1px 1px 1px rgba(0,0,0,0.3);text-transform:uppercase;font-size:0.9em;font-weight:bold}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;top:112px;right:10px}@media screen and (min-width: 960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer{color:#29abe1}}
2
+ #TB_window,#TB_window iframe{width:821px !important}#plugin-information .fyi{width:266px !important}#plugin-information #section-holder{margin-right:299px}#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description p,#plugin-information #section-description b,#plugin-information #section-description i,#plugin-information #section-description blockquote,#plugin-information #section-description li,#plugin-information #section-description ul,#plugin-information #section-description ol{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{padding-bottom:10px;border-bottom:1px solid #ddd}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{padding:0;list-style:none outside none}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;font-size:3em;vertical-align:middle;line-height:30px;float:left;margin:0 0 0 -15px}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px !important}#plugin-information #section-description .fs-screenshots:after{content:"";display:table;clear:both}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{width:225px;height:225px;float:left;margin-bottom:20px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}#plugin-information #section-description .fs-screenshots ul li a{display:block;width:100%;height:100%;border:1px solid;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);background-size:cover}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{margin:-16px;border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan h3{margin-top:0;padding:20px;font-size:16px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;position:relative;padding:0 10px;font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{text-transform:uppercase;color:green;background:greenyellow;position:absolute;left:-1px;right:-1px;bottom:100%;border:1px solid darkgreen;padding:2px;text-align:center;font-size:0.9em;line-height:1em}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{cursor:default;background:#fffeec;border-bottom-color:#fffeec}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;margin:0;padding-bottom:0;color:#0073aa}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{width:100%;text-align:center;font-weight:bold;text-transform:uppercase;font-size:1.1em}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-align:center;display:block;font-weight:bold;margin-bottom:10px;text-transform:uppercase;background:#F3F3F3;padding:2px;border:1px solid #ccc}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{text-transform:none;color:green;background:greenyellow}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:0.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{width:100%;border-spacing:0;border-collapse:separate}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;font-weight:normal;display:block;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;padding:10px 0;text-align:center;width:100px;color:#71ae00}#plugin-information #section-features table tbody td:first-child{text-align:left;width:auto;color:inherit;padding-left:26px}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{width:30px;height:30px;font-size:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;width:auto;top:0;right:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-top:6px solid white;border-right:4px solid transparent;border-left:4px solid transparent;top:12px;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{position:absolute;right:-1px;top:100%;margin-left:auto;padding:3px 0;border:1px solid #bfbfbf;background-color:#fff;z-index:1;width:230px;text-align:left;-moz-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{-moz-border-radius:3px 0 3px 3px;-webkit-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{-moz-border-radius:3px 3px 0 3px;-webkit-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:normal;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{top:auto;bottom:100%;margin-bottom:2px}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{text-align:center;display:table}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer>.button,#plugin-information-footer .fs-dropdown{position:relative;top:3px}#plugin-information-footer>.button.left,#plugin-information-footer .fs-dropdown.left{float:left}#plugin-information-footer>.right,#plugin-information-footer .fs-dropdown{float:right}@media screen and (max-width: 961px){#fs_addons .fs-cards-list .fs-card{height:265px}}
 
freemius/assets/css/admin/affiliation.css CHANGED
@@ -1,2 +1 @@
1
- @charset "UTF-8";#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:'✓';margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{-webkit-box-shadow:none;box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFmZmlsaWF0aW9uLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxpQkFBaUIsMENBQTBDLGVBQWUsQ0FBQyxtQ0FBbUMsZUFBZSxVQUFVLGFBQWEsQ0FBQyxzQ0FBaUUsOEJBQThCLHNCQUFzQixvQkFBb0IsQ0FBQyw2Q0FBNkMsWUFBWSxrQkFBa0IsZ0JBQWdCLENBQUMsNkhBQTZILDBCQUEwQiwyQkFBMkIsQ0FBQyx3Q0FBd0MsZ0JBQWdCLGtCQUFrQixpQkFBaUIsWUFBWSxjQUFjLENBQUMsc0RBQXNELGdCQUFnQixDQUFDLHNEQUFzRCxrQkFBa0IsQ0FBQyxtRUFBbUUsaUJBQWlCLGNBQWMsVUFBVSxDQUFDLHNQQUFzUCxhQUFhLENBQUMsdUlBQXVJLHFCQUFxQixxQkFBcUIsY0FBYyxDQUFDLG1KQUFtSix3QkFBQSxlQUFlLENBQUMseUpBQXlKLFdBQVcsY0FBYyxDQUFDLDJFQUEyRSxhQUFhLGtCQUFrQixRQUFRLENBQUMsNEZBQTRGLGtCQUFrQixDQUFDLG9HQUFvRyxxQkFBcUIsZ0JBQWdCLENBQUMsaUhBQWlILGVBQWUsQ0FBQyIsImZpbGUiOiJhZmZpbGlhdGlvbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJAY2hhcnNldCBcIlVURi04XCI7I2ZzX2FmZmlsaWF0aW9uX2NvbnRlbnRfd3JhcHBlciAjbWVzc2FnZXN7bWFyZ2luLXRvcDoyNXB4fSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgaDN7Zm9udC1zaXplOjI0cHg7cGFkZGluZzowO21hcmdpbi1sZWZ0OjB9I2ZzX2FmZmlsaWF0aW9uX2NvbnRlbnRfd3JhcHBlciB1bCBsaXstbW96LWJveC1zaXppbmc6Ym9yZGVyLWJveDstd2Via2l0LWJveC1zaXppbmc6Ym9yZGVyLWJveDtib3gtc2l6aW5nOmJvcmRlci1ib3g7bGlzdC1zdHlsZS10eXBlOm5vbmV9I2ZzX2FmZmlsaWF0aW9uX2NvbnRlbnRfd3JhcHBlciB1bCBsaTpiZWZvcmV7Y29udGVudDon4pyTJzttYXJnaW4tcmlnaHQ6MTBweDtmb250LXdlaWdodDpib2xkfSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgcDpub3QoLmRlc2NyaXB0aW9uKSwjZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGxpLCNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgbGFiZWx7Zm9udC1zaXplOjE2cHggIWltcG9ydGFudDtsaW5lLWhlaWdodDoyNnB4ICFpbXBvcnRhbnR9I2ZzX2FmZmlsaWF0aW9uX2NvbnRlbnRfd3JhcHBlciAuYnV0dG9ue21hcmdpbi10b3A6MjBweDttYXJnaW4tYm90dG9tOjdweDtsaW5lLWhlaWdodDozNXB4O2hlaWdodDo0MHB4O2ZvbnQtc2l6ZToxNnB4fSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgLmJ1dHRvbiNjYW5jZWxfYnV0dG9ue21hcmdpbi1yaWdodDo1cHh9I2ZzX2FmZmlsaWF0aW9uX2NvbnRlbnRfd3JhcHBlciBmb3JtIC5pbnB1dC1jb250YWluZXJ7bWFyZ2luLWJvdHRvbToxNXB4fSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAuaW5wdXQtY29udGFpbmVyIC5pbnB1dC1sYWJlbHtmb250LXdlaWdodDpib2xkO2Rpc3BsYXk6YmxvY2s7d2lkdGg6MTAwJX0jZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gLmlucHV0LWNvbnRhaW5lci5pbnB1dC1jb250YWluZXItdGV4dCBsYWJlbCwjZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gLmlucHV0LWNvbnRhaW5lci5pbnB1dC1jb250YWluZXItdGV4dCBpbnB1dCwjZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gLmlucHV0LWNvbnRhaW5lci5pbnB1dC1jb250YWluZXItdGV4dCB0ZXh0YXJlYXtkaXNwbGF5OmJsb2NrfSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAuaW5wdXQtY29udGFpbmVyICNhZGRfZG9tYWluLCNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAuaW5wdXQtY29udGFpbmVyIC5yZW1vdmUtZG9tYWlue3RleHQtZGVjb3JhdGlvbjpub25lO2Rpc3BsYXk6aW5saW5lLWJsb2NrO21hcmdpbi10b3A6M3B4fSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAuaW5wdXQtY29udGFpbmVyICNhZGRfZG9tYWluOmZvY3VzLCNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAuaW5wdXQtY29udGFpbmVyIC5yZW1vdmUtZG9tYWluOmZvY3Vze2JveC1zaGFkb3c6bm9uZX0jZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gLmlucHV0LWNvbnRhaW5lciAjYWRkX2RvbWFpbi5kaXNhYmxlZCwjZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gLmlucHV0LWNvbnRhaW5lciAucmVtb3ZlLWRvbWFpbi5kaXNhYmxlZHtjb2xvcjojYWFhO2N1cnNvcjpkZWZhdWx0fSNmc19hZmZpbGlhdGlvbl9jb250ZW50X3dyYXBwZXIgZm9ybSAjZXh0cmFfZG9tYWluc19jb250YWluZXIgLmRlc2NyaXB0aW9ue21hcmdpbi10b3A6MDtwb3NpdGlvbjpyZWxhdGl2ZTt0b3A6LTRweH0jZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gI2V4dHJhX2RvbWFpbnNfY29udGFpbmVyIC5leHRyYS1kb21haW4taW5wdXQtY29udGFpbmVye21hcmdpbi1ib3R0b206MTVweH0jZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gI2V4dHJhX2RvbWFpbnNfY29udGFpbmVyIC5leHRyYS1kb21haW4taW5wdXQtY29udGFpbmVyIC5kb21haW57ZGlzcGxheTppbmxpbmUtYmxvY2s7bWFyZ2luLXJpZ2h0OjVweH0jZnNfYWZmaWxpYXRpb25fY29udGVudF93cmFwcGVyIGZvcm0gI2V4dHJhX2RvbWFpbnNfY29udGFpbmVyIC5leHRyYS1kb21haW4taW5wdXQtY29udGFpbmVyIC5kb21haW46bGFzdC1vZi10eXBle21hcmdpbi1ib3R0b206MH1cbiJdfQ== */
1
+ @charset "UTF-8";#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;padding:0;margin-left:0}#fs_affiliation_content_wrapper ul li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:'✓';margin-right:10px;font-weight:bold}#fs_affiliation_content_wrapper p:not(.description),#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper label{font-size:16px !important;line-height:26px !important}#fs_affiliation_content_wrapper .button{margin-top:20px;margin-bottom:7px;line-height:35px;height:40px;font-size:16px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{font-weight:bold;display:block;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{text-decoration:none;display:inline-block;margin-top:3px}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}
 
freemius/assets/css/admin/checkout.css CHANGED
@@ -1,2 +1 @@
1
  @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNoZWNrb3V0LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxxQ0FBcUMsZ0JBQWdCLDJCQUEyQixDQUFDLENBQUMiLCJmaWxlIjoiY2hlY2tvdXQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzgycHgpeyN3cGJvZHktY29udGVudHtwYWRkaW5nLWJvdHRvbTowICFpbXBvcnRhbnR9fVxuIl19 */
1
  @media screen and (max-width: 782px){#wpbody-content{padding-bottom:0 !important}}
 
freemius/assets/css/admin/common.css CHANGED
@@ -1,3 +1,2 @@
1
- .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(#ececec), to(#fff));background-image:linear-gradient(top, bottom, #ececec, #fff);-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
- .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
3
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbW1vbi5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsVUFBVSxrQkFBa0IsU0FBUyxRQUFRLG1CQUFtQixZQUFZLHlCQUF5QixpQkFBaUIsMEJBQTJGLGlCQUFpQixlQUFlLGtEQUFpRyx5Q0FBeUMsQ0FBQyx3REFBd0Qsa0JBQWtCLFFBQVEsS0FBSyxDQUFDLGtFQUFrRSxrQkFBa0IsTUFBTSxnQkFBZ0IsaUJBQWlCLENBQUMseUZBQXlGLGVBQWUsQ0FBQyxzRkFBc0Ysa0JBQWtCLENBQUMsV0FBVyxrQkFBa0IscUJBQXFCLFdBQVcsNENBQTRDLFlBQVksd0JBQXdCLHNCQUFzQixpQ0FBaUMsbUJBQW1CLDZFQUFBLHFFQUFxRSxjQUFjLENBQUMsZ0JBQWdCLHFCQUFxQixXQUFXLHdCQUF3QixDQUFDLHNCQUFzQixrQkFBa0IsUUFBUSxXQUFXLFlBQVksc0JBQXNCLGlDQUFpQyxrQkFBa0IsZ0JBQWdCLHNCQUFzQixBQUFzViw4R0FBNkQsQUFBN0QsNkRBQTZELHlEQUFBLGlEQUFpRCxZQUFZLHdEQUFvTiwrQ0FBK0MsQ0FBQyw2QkFBNkIsT0FBTyxDQUFDLDRCQUE0QixRQUFRLENBQUMsb0JBQW9CLFFBQVEsaUJBQWlCLGtCQUFxRSxDQUFDLCtCQUErQixNQUFNLFdBQVcsWUFBWSxrQkFBcUUsQ0FBQyxzQ0FBc0MsU0FBUyxDQUFDLDBCQUEwQixrQkFBa0IsQ0FBQyxxQ0FBcUMsU0FBUyxDQUFDLDZCQUE2QixnQkFBZ0IsQ0FBQyx3Q0FBd0MsTUFBTSxXQUFXLFlBQVksa0JBQXFFLENBQUMsOENBQThDLFNBQVMsQ0FBQyxvQkFBb0IsZ0JBQWdCLENBQUMsNEJBQTRCLGFBQWEsQ0FBQyx5QkFBeUIsY0FBYyxpQkFBaUIsQ0FBQyxVQUFVLGNBQWMsV0FBVyxDQUFDLHNCQUFzQix5QkFBeUIsQ0FBQywwQkFBMEIsc0JBQXNCLHNCQUFzQixDQUFDLENBQUM7QUFDaGdHLFdBQVcsaUJBQWlCLENBQUMsd0JBQXdCLDZCQUE2QixDQUFDLG1CQUFtQixXQUFXLENBQUMscUJBQXFCLGdDQUFnQyxtQ0FBbUMsQ0FBQywyQkFBMkIsY0FBYyxXQUFXLENBQUMscUJBQXFCLGVBQWUsV0FBVyxXQUFXLENBQUMsMkJBQTJCLFVBQVUsQ0FBQyx1QkFBdUIsZUFBZSxvQkFBb0IsQ0FBQyxpQ0FBaUMsMkJBQTJCLFdBQVcsaUJBQWlCLGtCQUFrQixTQUFTLFlBQVksV0FBVywwQkFBMkYsVUFBVSxlQUFlLGlCQUFpQixXQUFXLENBQUMsb0VBQW9FLHdCQUF3QixDQUFDLDBCQUEwQixVQUFVLENBQUMsa0JBQWtCLGVBQWUsU0FBUyxXQUFXLFFBQVEsbUJBQW1CLGtCQUFrQixZQUFZLGFBQWEsK0NBQTJGLHVDQUF1QyxhQUFhLHdCQUF3QixDQUFDLHdCQUF3QixVQUFVLHlCQUF5QixDQUFDLHNDQUFzQyxZQUFZLG9CQUFvQixDQUFDLHFDQUFxQyxrQkFBa0IsU0FBUyxDQUFDLENBQUMscUNBQXFDLGtCQUFrQixZQUFZLENBQUMsQ0FBQyxxQ0FBcUMsY0FBYyxZQUFZLENBQUMsQ0FBQyxxQ0FBcUMsa0JBQWtCLE9BQU8sU0FBUyxpQkFBaUIsQ0FBQyxDQUFDLG1DQUFtQyxnQkFBZ0IsYUFBYSxDQUFDLHdDQUF3QyxlQUFlLENBQUMsc0NBQXNDLGlCQUFpQixDQUFDLG9DQUFvQyxhQUFhLENBQUMsb0NBQW9DLHdCQUF3QixDQUFDLGlCQUFpQixTQUFTLFdBQVcsWUFBWSxpQkFBaUIsbUJBQW1CLHFCQUFxQix1REFBdUQsd0JBQXdCLGtCQUFrQixDQUFDLG9CQUFvQixlQUFlLENBQUMsNkJBQTZCLFNBQVMseUJBQXlCLGFBQWEsY0FBYyxlQUFlLENBQUMiLCJmaWxlIjoiY29tbW9uLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5mcy1iYWRnZXtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTBweDtyaWdodDowO2JhY2tncm91bmQ6IzcxYWUwMDtjb2xvcjp3aGl0ZTt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7cGFkZGluZzo1cHggMTBweDstbW96LWJvcmRlci1yYWRpdXM6M3B4IDAgMCAzcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjNweCAwIDAgM3B4O2JvcmRlci1yYWRpdXM6M3B4IDAgMCAzcHg7Zm9udC13ZWlnaHQ6Ym9sZDtib3JkZXItcmlnaHQ6MDstbW96LWJveC1zaGFkb3c6MCAycHggMXB4IC0xcHggcmdiYSgwLDAsMCwwLjMpOy13ZWJraXQtYm94LXNoYWRvdzowIDJweCAxcHggLTFweCByZ2JhKDAsMCwwLDAuMyk7Ym94LXNoYWRvdzowIDJweCAxcHggLTFweCByZ2JhKDAsMCwwLDAuMyl9LnRoZW1lLWJyb3dzZXIgLnRoZW1lIC5mcy1wcmVtaXVtLXRoZW1lLWJhZGdlLWNvbnRhaW5lcntwb3NpdGlvbjphYnNvbHV0ZTtyaWdodDowO3RvcDowfS50aGVtZS1icm93c2VyIC50aGVtZSAuZnMtcHJlbWl1bS10aGVtZS1iYWRnZS1jb250YWluZXIgLmZzLWJhZGdle3Bvc2l0aW9uOnJlbGF0aXZlO3RvcDowO21hcmdpbi10b3A6MTBweDt0ZXh0LWFsaWduOmNlbnRlcn0udGhlbWUtYnJvd3NlciAudGhlbWUgLmZzLXByZW1pdW0tdGhlbWUtYmFkZ2UtY29udGFpbmVyIC5mcy1iYWRnZS5mcy1wcmVtaXVtLXRoZW1lLWJhZGdle2ZvbnQtc2l6ZToxLjFlbX0udGhlbWUtYnJvd3NlciAudGhlbWUgLmZzLXByZW1pdW0tdGhlbWUtYmFkZ2UtY29udGFpbmVyIC5mcy1iYWRnZS5mcy1iZXRhLXRoZW1lLWJhZGdle2JhY2tncm91bmQ6IzAwYTBkMn0uZnMtc3dpdGNoe3Bvc2l0aW9uOnJlbGF0aXZlO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2NvbG9yOiNjY2M7dGV4dC1zaGFkb3c6MCAxcHggMXB4IHJnYmEoMjU1LDI1NSwyNTUsMC44KTtoZWlnaHQ6MThweDtwYWRkaW5nOjZweCA2cHggNXB4IDZweDtib3JkZXI6MXB4IHNvbGlkICNjY2M7Ym9yZGVyOjFweCBzb2xpZCByZ2JhKDAsMCwwLDAuMik7YmFja2dyb3VuZDojZWNlY2VjO2JveC1zaGFkb3c6MCAwIDRweCByZ2JhKDAsMCwwLDAuMSksaW5zZXQgMCAxcHggM3B4IDAgcmdiYSgwLDAsMCwwLjEpO2N1cnNvcjpwb2ludGVyfS5mcy1zd2l0Y2ggc3BhbntkaXNwbGF5OmlubGluZS1ibG9jazt3aWR0aDozNXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZX0uZnMtc3dpdGNoIC5mcy10b2dnbGV7cG9zaXRpb246YWJzb2x1dGU7dG9wOjFweDt3aWR0aDozN3B4O2hlaWdodDoyNXB4O2JvcmRlcjoxcHggc29saWQgI2NjYztib3JkZXI6MXB4IHNvbGlkIHJnYmEoMCwwLDAsMC4zKTtib3JkZXItcmFkaXVzOjRweDtiYWNrZ3JvdW5kOiNmZmY7YmFja2dyb3VuZC1jb2xvcjojZmZmO2JhY2tncm91bmQtaW1hZ2U6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwLCAjZWNlY2VjKSwgY29sb3Itc3RvcCgxLCAjZmZmKSk7YmFja2dyb3VuZC1pbWFnZTotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNlY2VjZWMsICNmZmYpO2JhY2tncm91bmQtaW1hZ2U6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZWNlY2VjLCAjZmZmKTtiYWNrZ3JvdW5kLWltYWdlOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZWNlY2VjLCAjZmZmKTtiYWNrZ3JvdW5kLWltYWdlOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNlY2VjZWMsICNmZmYpO2JhY2tncm91bmQtaW1hZ2U6bGluZWFyLWdyYWRpZW50KHRvcCwgYm90dG9tLCAjZWNlY2VjLCAjZmZmKTtib3gtc2hhZG93Omluc2V0IDAgMXB4IDAgMCByZ2JhKDI1NSwyNTUsMjU1LDAuNSk7ei1pbmRleDo5OTk7LW1vei10cmFuc2l0aW9uOjAuNHMgY3ViaWMtYmV6aWVyKDAuNTQsIDEuNiwgMC41LCAxKTstby10cmFuc2l0aW9uOjAuNHMgY3ViaWMtYmV6aWVyKDAuNTQsIDEuNiwgMC41LCAxKTstbXMtdHJhbnNpdGlvbjowLjRzIGN1YmljLWJlemllcigwLjU0LCAxLjYsIDAuNSwgMSk7LXdlYmtpdC10cmFuc2l0aW9uOjAuNHMgY3ViaWMtYmV6aWVyKDAuNTQsIDEuNiwgMC41LCAxKTt0cmFuc2l0aW9uOjAuNHMgY3ViaWMtYmV6aWVyKDAuNTQsIDEuNiwgMC41LCAxKX0uZnMtc3dpdGNoLmZzLW9mZiAuZnMtdG9nZ2xle2xlZnQ6MiV9LmZzLXN3aXRjaC5mcy1vbiAuZnMtdG9nZ2xle2xlZnQ6NTQlfS5mcy1zd2l0Y2guZnMtcm91bmR7dG9wOjhweDtwYWRkaW5nOjRweCAyNXB4Oy1tb3otYm9yZGVyLXJhZGl1czoyNHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czoyNHB4O2JvcmRlci1yYWRpdXM6MjRweH0uZnMtc3dpdGNoLmZzLXJvdW5kIC5mcy10b2dnbGV7dG9wOjA7d2lkdGg6MjRweDtoZWlnaHQ6MjRweDstbW96LWJvcmRlci1yYWRpdXM6MjRweDstd2Via2l0LWJvcmRlci1yYWRpdXM6MjRweDtib3JkZXItcmFkaXVzOjI0cHh9LmZzLXN3aXRjaC5mcy1yb3VuZC5mcy1vZmYgLmZzLXRvZ2dsZXtsZWZ0Oi0xcHh9LmZzLXN3aXRjaC5mcy1yb3VuZC5mcy1vbntiYWNrZ3JvdW5kOiMwMDg1YmF9LmZzLXN3aXRjaC5mcy1yb3VuZC5mcy1vbiAuZnMtdG9nZ2xle2xlZnQ6MjVweH0uZnMtc3dpdGNoLmZzLXNtYWxsLmZzLXJvdW5ke3BhZGRpbmc6MXB4IDE5cHh9LmZzLXN3aXRjaC5mcy1zbWFsbC5mcy1yb3VuZCAuZnMtdG9nZ2xle3RvcDowO3dpZHRoOjE4cHg7aGVpZ2h0OjE4cHg7LW1vei1ib3JkZXItcmFkaXVzOjE4cHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjE4cHg7Ym9yZGVyLXJhZGl1czoxOHB4fS5mcy1zd2l0Y2guZnMtc21hbGwuZnMtcm91bmQuZnMtb24gLmZzLXRvZ2dsZXtsZWZ0OjE5cHh9LmZzLXN3aXRjaC1mZWVkYmFja3ttYXJnaW4tbGVmdDoxMHB4fS5mcy1zd2l0Y2gtZmVlZGJhY2suc3VjY2Vzc3tjb2xvcjojNzFhZTAwfS5ydGwgLmZzLXN3aXRjaC1mZWVkYmFja3ttYXJnaW4tbGVmdDowO21hcmdpbi1yaWdodDoxMHB4fSNmc19mcmFtZXtsaW5lLWhlaWdodDowO2ZvbnQtc2l6ZTowfS5mcy1mdWxsLXNpemUtd3JhcHBlcnttYXJnaW46NDBweCAwIC02NXB4IC0yMHB4fUBtZWRpYSAobWF4LXdpZHRoOiA2MDBweCl7LmZzLWZ1bGwtc2l6ZS13cmFwcGVye21hcmdpbjowIDAgLTY1cHggLTEwcHh9fVxuLmZzLW5vdGljZXtwb3NpdGlvbjpyZWxhdGl2ZX0uZnMtbm90aWNlLmZzLWhhcy10aXRsZXttYXJnaW4tYm90dG9tOjMwcHggIWltcG9ydGFudH0uZnMtbm90aWNlLnN1Y2Nlc3N7Y29sb3I6Z3JlZW59LmZzLW5vdGljZS5wcm9tb3Rpb257Ym9yZGVyLWNvbG9yOiMwMGEwZDIgIWltcG9ydGFudDtiYWNrZ3JvdW5kLWNvbG9yOiNmMmZjZmYgIWltcG9ydGFudH0uZnMtbm90aWNlIC5mcy1ub3RpY2UtYm9keXttYXJnaW46LjVlbSAwO3BhZGRpbmc6MnB4fS5mcy1ub3RpY2UgLmZzLWNsb3Nle2N1cnNvcjpwb2ludGVyO2NvbG9yOiNhYWE7ZmxvYXQ6cmlnaHR9LmZzLW5vdGljZSAuZnMtY2xvc2U6aG92ZXJ7Y29sb3I6IzY2Nn0uZnMtbm90aWNlIC5mcy1jbG9zZT4qe21hcmdpbi10b3A6N3B4O2Rpc3BsYXk6aW5saW5lLWJsb2NrfS5mcy1ub3RpY2UgbGFiZWwuZnMtcGx1Z2luLXRpdGxle2JhY2tncm91bmQ6cmdiYSgwLDAsMCwwLjMpO2NvbG9yOiNmZmY7cGFkZGluZzoycHggMTBweDtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTAwJTtib3R0b206YXV0bztyaWdodDphdXRvOy1tb3otYm9yZGVyLXJhZGl1czowIDAgM3B4IDNweDstd2Via2l0LWJvcmRlci1yYWRpdXM6MCAwIDNweCAzcHg7Ym9yZGVyLXJhZGl1czowIDAgM3B4IDNweDtsZWZ0OjEwcHg7Zm9udC1zaXplOjEycHg7Zm9udC13ZWlnaHQ6Ym9sZDtjdXJzb3I6YXV0b31kaXYuZnMtbm90aWNlLnVwZGF0ZWQsZGl2LmZzLW5vdGljZS5zdWNjZXNzLGRpdi5mcy1ub3RpY2UucHJvbW90aW9ue2Rpc3BsYXk6YmxvY2sgIWltcG9ydGFudH0ucnRsIC5mcy1ub3RpY2UgLmZzLWNsb3Nle2Zsb2F0OmxlZnR9LmZzLXNlY3VyZS1ub3RpY2V7cG9zaXRpb246Zml4ZWQ7dG9wOjMycHg7bGVmdDoxNjBweDtyaWdodDowO2JhY2tncm91bmQ6I2ViZmRlYjtwYWRkaW5nOjEwcHggMjBweDtjb2xvcjpncmVlbjt6LWluZGV4Ojk5OTk7LW1vei1ib3gtc2hhZG93OjAgMnB4IDJweCByZ2JhKDYsMTEzLDYsMC4zKTstd2Via2l0LWJveC1zaGFkb3c6MCAycHggMnB4IHJnYmEoNiwxMTMsNiwwLjMpO2JveC1zaGFkb3c6MCAycHggMnB4IHJnYmEoNiwxMTMsNiwwLjMpO29wYWNpdHk6MC45NTtmaWx0ZXI6YWxwaGEob3BhY2l0eT05NSl9LmZzLXNlY3VyZS1ub3RpY2U6aG92ZXJ7b3BhY2l0eToxO2ZpbHRlcjphbHBoYShvcGFjaXR5PTEwMCl9LmZzLXNlY3VyZS1ub3RpY2UgYS5mcy1zZWN1cml0eS1wcm9vZntjb2xvcjpncmVlbjt0ZXh0LWRlY29yYXRpb246bm9uZX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5NjBweCl7LmZzLXNlY3VyZS1ub3RpY2V7bGVmdDozNnB4fX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA2MDBweCl7LmZzLXNlY3VyZS1ub3RpY2V7ZGlzcGxheTpub25lfX1AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA1MDBweCl7I2ZzX3Byb21vX3RhYntkaXNwbGF5Om5vbmV9fUBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc4MnB4KXsuZnMtc2VjdXJlLW5vdGljZXtsZWZ0OjA7dG9wOjQ2cHg7dGV4dC1hbGlnbjpjZW50ZXJ9fXNwYW4uZnMtc3VibWVudS1pdGVtLmZzLXN1YjpiZWZvcmV7Y29udGVudDonXFwyMUIzJztwYWRkaW5nOjAgNXB4fS5ydGwgc3Bhbi5mcy1zdWJtZW51LWl0ZW0uZnMtc3ViOmJlZm9yZXtjb250ZW50OidcXDIxQjInfS5mcy1zdWJtZW51LWl0ZW0ucHJpY2luZy51cGdyYWRlLW1vZGV7Y29sb3I6Z3JlZW55ZWxsb3d9LmZzLXN1Ym1lbnUtaXRlbS5wcmljaW5nLnRyaWFsLW1vZGV7Y29sb3I6IzgzZTJmZn0jYWRtaW5tZW51IC51cGRhdGUtcGx1Z2lucy5mcy10cmlhbHtiYWNrZ3JvdW5kLWNvbG9yOiMwMGI5ZWJ9LmZzLWFqYXgtc3Bpbm5lcntib3JkZXI6MDt3aWR0aDoyMHB4O2hlaWdodDoyMHB4O21hcmdpbi1yaWdodDo1cHg7dmVydGljYWwtYWxpZ246c3ViO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2JhY2tncm91bmQ6dXJsKFwiL3dwLWFkbWluL2ltYWdlcy93cHNwaW5fbGlnaHQtMnguZ2lmXCIpO2JhY2tncm91bmQtc2l6ZTpjb250YWluO21hcmdpbi1ib3R0b206LTJweH0ud3JhcC5mcy1zZWN0aW9uIGgye3RleHQtYWxpZ246bGVmdH0ucGx1Z2lucyBwLmZzLXVwZ3JhZGUtbm90aWNle2JvcmRlcjowO2JhY2tncm91bmQtY29sb3I6I2Q1NGUyMTtwYWRkaW5nOjEwcHg7Y29sb3I6I2Y5ZjlmOTttYXJnaW4tdG9wOjEwcHh9XG4iXX0= */
1
+ .fs-badge{position:absolute;top:10px;right:0;background:#71ae00;color:white;text-transform:uppercase;padding:5px 10px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;font-weight:bold;border-right:0;-moz-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,0.3);box-shadow:0 2px 1px -1px rgba(0,0,0,0.3)}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{position:relative;top:0;margin-top:10px;text-align:center}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{position:relative;display:inline-block;color:#ccc;text-shadow:0 1px 1px rgba(255,255,255,0.8);height:18px;padding:6px 6px 5px 6px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);background:#ececec;box-shadow:0 0 4px rgba(0,0,0,0.1),inset 0 1px 3px 0 rgba(0,0,0,0.1);cursor:pointer}.fs-switch span{display:inline-block;width:35px;text-transform:uppercase}.fs-switch .fs-toggle{position:absolute;top:1px;width:37px;height:25px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.3);border-radius:4px;background:#fff;background-color:#fff;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #fff));background-image:-webkit-linear-gradient(top, #ececec, #fff);background-image:-moz-linear-gradient(top, #ececec, #fff);background-image:-ms-linear-gradient(top, #ececec, #fff);background-image:-o-linear-gradient(top, #ececec, #fff);background-image:linear-gradient(top, bottom, #ececec, #fff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);z-index:999;-moz-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-o-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-ms-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);-webkit-transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1);transition:0.4s cubic-bezier(0.54, 1.6, 0.5, 1)}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{top:8px;padding:4px 25px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round .fs-toggle{top:0;width:24px;height:24px;-moz-border-radius:24px;-webkit-border-radius:24px;border-radius:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{top:0;width:18px;height:18px;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}.fs-switch-feedback{margin-left:10px}.fs-switch-feedback.success{color:#71ae00}.rtl .fs-switch-feedback{margin-left:0;margin-right:10px}#fs_frame{line-height:0;font-size:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media (max-width: 600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}
2
+ .fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px !important}.fs-notice.success{color:green}.fs-notice.promotion{border-color:#00a0d2 !important;background-color:#f2fcff !important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{cursor:pointer;color:#aaa;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{margin-top:7px;display:inline-block}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,0.3);color:#fff;padding:2px 10px;position:absolute;top:100%;bottom:auto;right:auto;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;left:10px;font-size:12px;font-weight:bold;cursor:auto}div.fs-notice.updated,div.fs-notice.success,div.fs-notice.promotion{display:block !important}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{position:fixed;top:32px;left:160px;right:0;background:#ebfdeb;padding:10px 20px;color:green;z-index:9999;-moz-box-shadow:0 2px 2px rgba(6,113,6,0.3);-webkit-box-shadow:0 2px 2px rgba(6,113,6,0.3);box-shadow:0 2px 2px rgba(6,113,6,0.3);opacity:0.95;filter:alpha(opacity=95)}.fs-secure-notice:hover{opacity:1;filter:alpha(opacity=100)}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width: 960px){.fs-secure-notice{left:36px}}@media screen and (max-width: 600px){.fs-secure-notice{display:none}}@media screen and (max-width: 500px){#fs_promo_tab{display:none}}@media screen and (max-width: 782px){.fs-secure-notice{left:0;top:46px;text-align:center}}span.fs-submenu-item.fs-sub:before{content:'\21B3';padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:'\21B2'}.fs-submenu-item.pricing.upgrade-mode{color:greenyellow}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{border:0;width:20px;height:20px;margin-right:5px;vertical-align:sub;display:inline-block;background:url("/wp-admin/images/wpspin_light-2x.gif");background-size:contain;margin-bottom:-2px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{border:0;background-color:#d54e21;padding:10px;color:#f9f9f9;margin-top:10px}
 
freemius/assets/css/admin/connect.css CHANGED
@@ -1,2 +1 @@
1
- #fs_connect{width:480px;-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{-webkit-box-shadow:none;box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;border-radius:5px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbm5lY3QuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLFlBQVksWUFBWSwrQ0FBMkYsdUNBQXVDLGFBQWEsQ0FBQyxxQ0FBcUMsWUFBaUMsd0JBQXdCLGdCQUFnQixXQUFXLGtCQUFrQixDQUFDLENBQUMsd0JBQXdCLGdCQUFnQixpQkFBaUIsQ0FBQyxrQ0FBa0MsZ0JBQWdCLGNBQWMseUJBQXlCLCtDQUEyRix1Q0FBdUMsa0JBQWtCLFlBQVksa0JBQWtCLENBQUMsMEJBQTBCLFNBQVMsVUFBVSxlQUFlLENBQUMsc0NBQXNDLGtCQUFrQixZQUFZLHVCQUF1QixDQUFDLDRDQUE0QyxVQUFVLENBQUMsaURBQWlELGtCQUFrQixRQUFRLFNBQVMsQ0FBQyw0REFBNEQsY0FBYyxDQUFDLHFDQUFxQyxrQkFBa0IsWUFBWSxZQUFZLHNCQUFzQixpQkFBaUIsaUJBQWlCLHlCQUF5QixvQkFBb0IsQ0FBQyx5Q0FBeUMsaUJBQWlCLGNBQWMsQ0FBQyx3QkFBd0Isa0JBQWtCLGtCQUFrQixDQUFDLGdDQUFnQyxtQkFBbUIsaUJBQWlCLFlBQVksZUFBZSxlQUFlLENBQUMsMkNBQTJDLGVBQWUsaUJBQWlCLGlCQUFpQixDQUFDLCtDQUErQyxtQkFBbUIsaUJBQWlCLENBQUMscURBQXFELGdCQUFnQixDQUFDLGdFQUFnRSxVQUFVLENBQUMsaURBQWlELFdBQVcsQ0FBQyxxRUFBcUUsVUFBVSxDQUFDLDRCQUE0QixrQkFBa0IsbUJBQW1CLHdDQUFvSiwrQkFBK0IsQ0FBQyx3REFBd0Qsa0JBQWtCLFlBQVksQ0FBQyx3Q0FBd0MsZ0JBQWdCLHFCQUFxQixrQkFBa0IsYUFBYSxDQUFDLCtCQUErQixTQUFTLGdCQUFnQixRQUFRLENBQUMsa0NBQWtDLGtCQUFrQixDQUFDLDZDQUE2QyxlQUFlLENBQUMsOENBQThDLFdBQVcsZUFBZSxXQUFXLFdBQVcsQ0FBQyw2Q0FBNkMsV0FBVyxDQUFDLDZEQUE2RCxnQkFBZ0IsQ0FBQyxrRUFBa0UsaUJBQWlCLHlCQUF5QixhQUFhLENBQUMsK0RBQStELGdCQUFnQixDQUFDLG9DQUFvQyxlQUFlLENBQUMsdUNBQXVDLFlBQVksMEJBQTBCLENBQUMscUNBQXFDLDRCQUE0QixlQUFlLENBQUMsd0NBQXdDLFlBQVksQ0FBQywrQkFBK0IsWUFBWSxXQUFXLENBQUMsQ0FBQyxtQ0FBbUMsWUFBWSxnQkFBZ0IsVUFBVSxDQUFDLHFDQUFxQyxrQkFBa0IsY0FBYyxTQUFTLFNBQVMsQ0FBQyxxQ0FBcUMsY0FBYyx5QkFBeUIsQ0FBQyx1QkFBdUIsYUFBYSxjQUFjLG1CQUFtQixZQUFZLGlCQUFpQixDQUFDLHFDQUFxQyxrQkFBa0IsVUFBVSxRQUFRLENBQUMsd0NBQXdDLGtCQUFrQixXQUFXLFFBQVEsQ0FBQyx1Q0FBdUMsa0JBQWtCLFNBQVMsU0FBUyxpQkFBaUIsQ0FBQyxxSUFBcUksV0FBVyxXQUFXLENBQUMsNENBQTRDLGVBQWUsbUJBQW1CLFdBQVcsV0FBVyxZQUFZLFdBQVcsQ0FBQyx1Q0FBdUMsa0JBQWtCLFFBQVEsZUFBZSxpQkFBaUIsVUFBVSxDQUFDLGdEQUFnRCxRQUFRLENBQUMsaURBQWlELFFBQVEsQ0FBQyxvSEFBb0gsc0JBQXNCLFlBQVksZUFBZSxDQUFDLHNCQUFzQixrQkFBa0IsaUJBQWlCLFlBQVksMkJBQTJCLENBQUMsOENBQThDLFVBQVUsQ0FBQyx3QkFBd0Isb0JBQW9CLENBQUMsZ0NBQWdDLGdCQUFnQixzQkFBc0IsV0FBVyxDQUFDLGtDQUFrQyxvQkFBb0IsQ0FBQyx3Q0FBd0Msd0JBQUEsZUFBZSxDQUFDLDJDQUEyQyxnQkFBZ0IsQ0FBQyxzREFBc0QsY0FBYyxTQUFTLENBQUMsNEVBQTRFLGdCQUFnQixDQUFDLGlHQUFpRyxZQUFZLENBQUMseURBQXlELGFBQWEsYUFBYSxDQUFDLGtFQUFrRSwwQkFBMEIsZUFBZSxDQUFDLG9CQUFvQixpQkFBaUIsQ0FBQywyQkFBMkIsV0FBVyxDQUFDLGdDQUFnQyxVQUFVLGtCQUFrQiw0Q0FBb0ssb0NBQW9DLGtCQUFrQiwyQkFBMkIsV0FBVywyQkFBMkIsZUFBZSxhQUFhLGVBQWUsWUFBWSxrQkFBa0IsT0FBTyxRQUFRLGtCQUFtRSwrQ0FBMkYsdUNBQXVDLGtCQUFrQixpQkFBaUIsZUFBZSxDQUFDLHFDQUFxQyxnQkFBZ0IsQ0FBQyx1Q0FBdUMsWUFBWSxjQUFjLFFBQVEsU0FBUyxtQkFBbUIsMkJBQTJCLGlFQUFpRSxrQkFBa0IsU0FBUyxTQUFTLENBQUMsNENBQTRDLFdBQVcsU0FBUyxDQUFDLHNDQUFzQyxtQkFBbUIsU0FBUyxDQUFDLG9CQUFvQixhQUFhLGdCQUFnQixzQkFBc0IsYUFBYSxpQkFBaUIsQ0FBQyxnQ0FBZ0MsY0FBYyxrQkFBa0IsaUJBQWlCLGVBQWUsQ0FBQywwQkFBMEIseUJBQXlCLGVBQWUsQ0FBQyxzQ0FBc0MsYUFBYSxDQUFDLHdDQUF3QyxjQUFjLENBQUMsOENBQThDLGVBQWUsYUFBYSxDQUFDLG9EQUFvRCxXQUFXLGdCQUFnQixDQUFDLDBEQUEwRCxjQUFjLGlCQUFpQixDQUFDLG9DQUFvQyxjQUFjLGdCQUFnQixDQUFDLGdEQUFnRCx5QkFBeUIsQ0FBQyx5REFBeUQsV0FBVyxDQUFDLHlDQUF5QyxjQUFjLGlCQUFpQixDQUFDLDZCQUE2QixrQkFBa0Isa0JBQWtCLENBQUMsZ0RBQWdELGVBQWUsaUJBQWlCLGlCQUFpQixDQUFDLDBEQUEwRCxpQkFBaUIsQ0FBQyxxRUFBcUUsVUFBVSxDQUFDLHNEQUFzRCxVQUFVLENBQUMsa0VBQWtFLGtCQUFrQixhQUFhLENBQUMsa0RBQWtELFVBQVUsQ0FBQyxtREFBbUQsV0FBVyxDQUFDLDBDQUEwQyxXQUFXLFNBQVMsQ0FBQyw2Q0FBNkMsV0FBVyxTQUFTLENBQUMsMEJBQTBCLGVBQWUsTUFBTSxZQUFZLFdBQVcsY0FBYyw0QkFBNEIsa0JBQWtCLGVBQWUsQ0FBQyxpQ0FBaUMsV0FBVyxxQkFBcUIsc0JBQXNCLFdBQVcsQ0FBQyx1Q0FBdUMsWUFBWSxlQUFlLFlBQVksV0FBVyxrQkFBa0IsUUFBUSxTQUFTLDZCQUE2QixRQUFRLENBQUMsc0NBQXNDLE1BQU0sZ0JBQWdCLHFCQUFxQixzQkFBc0IsZ0JBQWdCLGtCQUFrQixDQUFDLGdEQUFnRCxpQ0FBaUMsQ0FBQyxrR0FBa0csYUFBYSxDQUFDLGdDQUFnQyxTQUFTLHdCQUE2QyxlQUFlLENBQUMsdUNBQXVDLFNBQVMsQ0FBQyxvREFBb0QsMkJBQTJCLENBQUMsMERBQTBELDJCQUEyQixDQUFDLHVEQUF1RCx3QkFBd0IsQ0FBQyw2REFBNkQsd0JBQXdCLENBQUMscURBQXFELDBCQUEwQixDQUFDLDJEQUEyRCwwQkFBMEIsQ0FBQyxzREFBc0QseUJBQXlCLENBQUMsNERBQTRELHlCQUF5QixDQUFDIiwiZmlsZSI6ImNvbm5lY3QuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiI2ZzX2Nvbm5lY3R7d2lkdGg6NDgwcHg7LW1vei1ib3gtc2hhZG93OjBweCAxcHggMnB4IHJnYmEoMCwwLDAsMC4zKTstd2Via2l0LWJveC1zaGFkb3c6MHB4IDFweCAycHggcmdiYSgwLDAsMCwwLjMpO2JveC1zaGFkb3c6MHB4IDFweCAycHggcmdiYSgwLDAsMCwwLjMpO21hcmdpbjoyMHB4IDB9QG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNDc5cHgpeyNmc19jb25uZWN0ey1tb3otYm94LXNoYWRvdzpub25lOy13ZWJraXQtYm94LXNoYWRvdzpub25lO2JveC1zaGFkb3c6bm9uZTt3aWR0aDphdXRvO21hcmdpbjowIDAgMCAtMTBweH19I2ZzX2Nvbm5lY3QgLmZzLWNvbnRlbnR7YmFja2dyb3VuZDojZmZmO3BhZGRpbmc6MTVweCAyMHB4fSNmc19jb25uZWN0IC5mcy1jb250ZW50IC5mcy1lcnJvcntiYWNrZ3JvdW5kOnNub3c7Y29sb3I6I2QzMTM1YTtib3JkZXI6MXB4IHNvbGlkICNkMzEzNWE7LW1vei1ib3gtc2hhZG93OjAgMXB4IDFweCAwIHJnYmEoMCwwLDAsMC4xKTstd2Via2l0LWJveC1zaGFkb3c6MCAxcHggMXB4IDAgcmdiYSgwLDAsMCwwLjEpO2JveC1zaGFkb3c6MCAxcHggMXB4IDAgcmdiYSgwLDAsMCwwLjEpO3RleHQtYWxpZ246Y2VudGVyO3BhZGRpbmc6NXB4O21hcmdpbi1ib3R0b206MTBweH0jZnNfY29ubmVjdCAuZnMtY29udGVudCBwe21hcmdpbjowO3BhZGRpbmc6MDtmb250LXNpemU6MS4yZW19I2ZzX2Nvbm5lY3QgLmZzLWxpY2Vuc2Uta2V5LWNvbnRhaW5lcntwb3NpdGlvbjpyZWxhdGl2ZTt3aWR0aDoyODBweDttYXJnaW46MTBweCBhdXRvIDAgYXV0b30jZnNfY29ubmVjdCAuZnMtbGljZW5zZS1rZXktY29udGFpbmVyIGlucHV0e3dpZHRoOjEwMCV9I2ZzX2Nvbm5lY3QgLmZzLWxpY2Vuc2Uta2V5LWNvbnRhaW5lciAuZGFzaGljb25ze3Bvc2l0aW9uOmFic29sdXRlO3RvcDo1cHg7cmlnaHQ6NXB4fSNmc19jb25uZWN0LnJlcXVpcmUtbGljZW5zZS1rZXkgLmZzLXNpdGVzLWxpc3QtY29udGFpbmVyIHRke2N1cnNvcjpwb2ludGVyfSNmc19jb25uZWN0ICNkZWxlZ2F0ZV90b19zaXRlX2FkbWluc3ttYXJnaW4tcmlnaHQ6MTVweDtmbG9hdDpyaWdodDtoZWlnaHQ6MjZweDt2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7bGluZS1oZWlnaHQ6MzdweDtmb250LXdlaWdodDpib2xkO2JvcmRlci1ib3R0b206MXB4IGRhc2hlZDt0ZXh0LWRlY29yYXRpb246bm9uZX0jZnNfY29ubmVjdCAjZGVsZWdhdGVfdG9fc2l0ZV9hZG1pbnMucnRse21hcmdpbi1sZWZ0OjE1cHg7bWFyZ2luLXJpZ2h0OjB9I2ZzX2Nvbm5lY3QgLmZzLWFjdGlvbnN7cGFkZGluZzoxMHB4IDIwcHg7YmFja2dyb3VuZDojQzBDN0NBfSNmc19jb25uZWN0IC5mcy1hY3Rpb25zIC5idXR0b257cGFkZGluZzowIDEwcHggMXB4O2xpbmUtaGVpZ2h0OjM1cHg7aGVpZ2h0OjM3cHg7Zm9udC1zaXplOjE2cHg7bWFyZ2luLWJvdHRvbTowfSNmc19jb25uZWN0IC5mcy1hY3Rpb25zIC5idXR0b24gLmRhc2hpY29uc3tmb250LXNpemU6MzdweDttYXJnaW4tbGVmdDotOHB4O21hcmdpbi1yaWdodDoxMnB4fSNmc19jb25uZWN0IC5mcy1hY3Rpb25zIC5idXR0b24uYnV0dG9uLXByaW1hcnl7cGFkZGluZy1yaWdodDoxNXB4O3BhZGRpbmctbGVmdDoxNXB4fSNmc19jb25uZWN0IC5mcy1hY3Rpb25zIC5idXR0b24uYnV0dG9uLXByaW1hcnk6YWZ0ZXJ7Y29udGVudDonIFxcMjc5Qyd9I2ZzX2Nvbm5lY3QgLmZzLWFjdGlvbnMgLmJ1dHRvbi5idXR0b24tcHJpbWFyeS5mcy1sb2FkaW5nOmFmdGVye2NvbnRlbnQ6Jyd9I2ZzX2Nvbm5lY3QgLmZzLWFjdGlvbnMgLmJ1dHRvbi5idXR0b24tc2Vjb25kYXJ5e2Zsb2F0OnJpZ2h0fSNmc19jb25uZWN0LmZzLWFub255bW91cy1kaXNhYmxlZCAuZnMtYWN0aW9ucyAuYnV0dG9uLmJ1dHRvbi1wcmltYXJ5e3dpZHRoOjEwMCV9I2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25ze3BhZGRpbmc6MTBweCAyMHB4O2JhY2tncm91bmQ6I0ZFRkVGRTstbW96LXRyYW5zaXRpb246YmFja2dyb3VuZCAwLjVzIGVhc2U7LW8tdHJhbnNpdGlvbjpiYWNrZ3JvdW5kIDAuNXMgZWFzZTstbXMtdHJhbnNpdGlvbjpiYWNrZ3JvdW5kIDAuNXMgZWFzZTstd2Via2l0LXRyYW5zaXRpb246YmFja2dyb3VuZCAwLjVzIGVhc2U7dHJhbnNpdGlvbjpiYWNrZ3JvdW5kIDAuNXMgZWFzZX0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMgLmZzLWxpY2Vuc2Utc3luYy1kaXNjbGFpbWVye3RleHQtYWxpZ246Y2VudGVyO21hcmdpbi10b3A6MH0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMgLmZzLXRyaWdnZXJ7Zm9udC1zaXplOjAuOWVtO3RleHQtZGVjb3JhdGlvbjpub25lO3RleHQtYWxpZ246Y2VudGVyO2Rpc3BsYXk6YmxvY2t9I2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25zIHVse2hlaWdodDowO292ZXJmbG93OmhpZGRlbjttYXJnaW46MH0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMgdWwgbGl7bWFyZ2luLWJvdHRvbToxMnB4fSNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaTpsYXN0LWNoaWxke21hcmdpbi1ib3R0b206MH0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMgdWwgbGkgaS5kYXNoaWNvbnN7ZmxvYXQ6bGVmdDtmb250LXNpemU6NDBweDt3aWR0aDo0MHB4O2hlaWdodDo0MHB4fSNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaSAuZnMtc3dpdGNoe2Zsb2F0OnJpZ2h0fSNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaSAuZnMtcGVybWlzc2lvbi1kZXNjcmlwdGlvbnttYXJnaW4tbGVmdDo1NXB4fSNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaSAuZnMtcGVybWlzc2lvbi1kZXNjcmlwdGlvbiBzcGFue2ZvbnQtd2VpZ2h0OmJvbGQ7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2NvbG9yOiMyMzI4MmR9I2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25zIHVsIGxpIC5mcy1wZXJtaXNzaW9uLWRlc2NyaXB0aW9uIHB7bWFyZ2luOjJweCAwIDAgMH0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMuZnMtb3BlbntiYWNrZ3JvdW5kOiNmZmZ9I2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25zLmZzLW9wZW4gdWx7aGVpZ2h0OmF1dG87bWFyZ2luOjIwcHggMjBweCAxMHB4IDIwcHh9QG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNDc5cHgpeyNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9uc3tiYWNrZ3JvdW5kOiNmZmZ9I2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25zIC5mcy10cmlnZ2Vye2Rpc3BsYXk6bm9uZX0jZnNfY29ubmVjdCAuZnMtcGVybWlzc2lvbnMgdWx7aGVpZ2h0OmF1dG87bWFyZ2luOjIwcHh9fSNmc19jb25uZWN0IC5mcy1mcmVlbWl1bS1saWNlbnNpbmd7cGFkZGluZzo4cHg7YmFja2dyb3VuZDojNzc3O2NvbG9yOiNmZmZ9I2ZzX2Nvbm5lY3QgLmZzLWZyZWVtaXVtLWxpY2Vuc2luZyBwe3RleHQtYWxpZ246Y2VudGVyO2Rpc3BsYXk6YmxvY2s7bWFyZ2luOjA7cGFkZGluZzowfSNmc19jb25uZWN0IC5mcy1mcmVlbWl1bS1saWNlbnNpbmcgYXtjb2xvcjojQzJFRUZGO3RleHQtZGVjb3JhdGlvbjp1bmRlcmxpbmV9I2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbHtwYWRkaW5nOjEycHg7bGluZS1oZWlnaHQ6MDtiYWNrZ3JvdW5kOiNmYWZhZmE7aGVpZ2h0OjgwcHg7cG9zaXRpb246cmVsYXRpdmV9I2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCAuZnMtc2l0ZS1pY29ue3Bvc2l0aW9uOmFic29sdXRlO2xlZnQ6MjBweDt0b3A6MTBweH0jZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5mcy1jb25uZWN0LWxvZ297cG9zaXRpb246YWJzb2x1dGU7cmlnaHQ6MjBweDt0b3A6MTBweH0jZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5mcy1wbHVnaW4taWNvbntwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTBweDtsZWZ0OjUwJTttYXJnaW4tbGVmdDotNDBweH0jZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5mcy1wbHVnaW4taWNvbiwjZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5mcy1zaXRlLWljb24sI2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCBpbWcsI2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCBvYmplY3R7d2lkdGg6ODBweDtoZWlnaHQ6ODBweH0jZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5kYXNoaWNvbnMtd29yZHByZXNze2ZvbnQtc2l6ZTo2NHB4O2JhY2tncm91bmQ6IzAxNzQ5YTtjb2xvcjojZmZmO3dpZHRoOjY0cHg7aGVpZ2h0OjY0cHg7cGFkZGluZzo4cHh9I2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCAuZGFzaGljb25zLXBsdXN7cG9zaXRpb246YWJzb2x1dGU7dG9wOjUwJTtmb250LXNpemU6MzBweDttYXJnaW4tdG9wOi0xMHB4O2NvbG9yOiNiYmJ9I2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCAuZGFzaGljb25zLXBsdXMuZnMtZmlyc3R7bGVmdDoyOCV9I2ZzX2Nvbm5lY3QgLmZzLXZpc3VhbCAuZGFzaGljb25zLXBsdXMuZnMtc2Vjb25ke2xlZnQ6NjUlfSNmc19jb25uZWN0IC5mcy12aXN1YWwgLmZzLXBsdWdpbi1pY29uLCNmc19jb25uZWN0IC5mcy12aXN1YWwgLmZzLWNvbm5lY3QtbG9nbywjZnNfY29ubmVjdCAuZnMtdmlzdWFsIC5mcy1zaXRlLWljb257Ym9yZGVyOjFweCBzb2xpZCAjY2NjO3BhZGRpbmc6MXB4O2JhY2tncm91bmQ6I2ZmZn0jZnNfY29ubmVjdCAuZnMtdGVybXN7dGV4dC1hbGlnbjpjZW50ZXI7Zm9udC1zaXplOjAuODVlbTtwYWRkaW5nOjVweDtiYWNrZ3JvdW5kOnJnYmEoMCwwLDAsMC4wNSl9I2ZzX2Nvbm5lY3QgLmZzLXRlcm1zLCNmc19jb25uZWN0IC5mcy10ZXJtcyBhe2NvbG9yOiM5OTl9I2ZzX2Nvbm5lY3QgLmZzLXRlcm1zIGF7dGV4dC1kZWNvcmF0aW9uOm5vbmV9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lcnttYXJnaW4tdG9wOjEwcHg7Ym9yZGVyOjFweCBzb2xpZCAjY2NjO3BhZGRpbmc6NXB4fS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIgYXt0ZXh0LWRlY29yYXRpb246bm9uZX0uZnMtbXVsdGlzaXRlLW9wdGlvbnMtY29udGFpbmVyIGE6Zm9jdXN7Ym94LXNoYWRvdzpub25lfS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIgYS5zZWxlY3RlZHtmb250LXdlaWdodDpib2xkfS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIuZnMtYXBwbHktb24tYWxsLXNpdGVze2JvcmRlcjowIG5vbmU7cGFkZGluZzowfS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIuZnMtYXBwbHktb24tYWxsLXNpdGVzIC5mcy1hbGwtc2l0ZXMtb3B0aW9uc3tib3JkZXItc3BhY2luZzowfS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIuZnMtYXBwbHktb24tYWxsLXNpdGVzIC5mcy1hbGwtc2l0ZXMtb3B0aW9ucyB0ZDpub3QoOmZpcnN0LWNoaWxkKXtkaXNwbGF5Om5vbmV9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lciAuZnMtc2l0ZXMtbGlzdC1jb250YWluZXJ7ZGlzcGxheTpub25lO292ZXJmbG93OmF1dG99LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lciAuZnMtc2l0ZXMtbGlzdC1jb250YWluZXIgdGFibGUgdGR7Ym9yZGVyLXRvcDoxcHggc29saWQgI2NjYztwYWRkaW5nOjRweCAycHh9LmZzLXRvb2x0aXAtdHJpZ2dlcntwb3NpdGlvbjpyZWxhdGl2ZX0uZnMtdG9vbHRpcC10cmlnZ2VyOm5vdChhKXtjdXJzb3I6aGVscH0uZnMtdG9vbHRpcC10cmlnZ2VyIC5mcy10b29sdGlwe29wYWNpdHk6MDt2aXNpYmlsaXR5OmhpZGRlbjstbW96LXRyYW5zaXRpb246b3BhY2l0eSAwLjNzIGVhc2UtaW4tb3V0Oy1vLXRyYW5zaXRpb246b3BhY2l0eSAwLjNzIGVhc2UtaW4tb3V0Oy1tcy10cmFuc2l0aW9uOm9wYWNpdHkgMC4zcyBlYXNlLWluLW91dDstd2Via2l0LXRyYW5zaXRpb246b3BhY2l0eSAwLjNzIGVhc2UtaW4tb3V0O3RyYW5zaXRpb246b3BhY2l0eSAwLjNzIGVhc2UtaW4tb3V0O3Bvc2l0aW9uOmFic29sdXRlO2JhY2tncm91bmQ6cmdiYSgwLDAsMCwwLjgpO2NvbG9yOiNmZmY7Zm9udC1mYW1pbHk6J2FyaWFsJywgc2VyaWY7Zm9udC1zaXplOjEycHg7cGFkZGluZzoxMHB4O3otaW5kZXg6OTk5OTk5O2JvdHRvbToxMDAlO21hcmdpbi1ib3R0b206NXB4O2xlZnQ6MDtyaWdodDowOy1tb3otYm9yZGVyLXJhZGl1czo1cHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjVweDtib3JkZXItcmFkaXVzOjVweDstbW96LWJveC1zaGFkb3c6MXB4IDFweCAxcHggcmdiYSgwLDAsMCwwLjIpOy13ZWJraXQtYm94LXNoYWRvdzoxcHggMXB4IDFweCByZ2JhKDAsMCwwLDAuMik7Ym94LXNoYWRvdzoxcHggMXB4IDFweCByZ2JhKDAsMCwwLDAuMik7bGluZS1oZWlnaHQ6MS4zZW07Zm9udC13ZWlnaHQ6Ym9sZDt0ZXh0LWFsaWduOmxlZnR9LnJ0bCAuZnMtdG9vbHRpcC10cmlnZ2VyIC5mcy10b29sdGlwe3RleHQtYWxpZ246cmlnaHR9LmZzLXRvb2x0aXAtdHJpZ2dlciAuZnMtdG9vbHRpcDo6YWZ0ZXJ7Y29udGVudDonICc7ZGlzcGxheTpibG9jazt3aWR0aDowO2hlaWdodDowO2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItd2lkdGg6NXB4IDVweCAwIDVweDtib3JkZXItY29sb3I6cmdiYSgwLDAsMCwwLjgpIHRyYW5zcGFyZW50IHRyYW5zcGFyZW50IHRyYW5zcGFyZW50O3Bvc2l0aW9uOmFic29sdXRlO3RvcDoxMDAlO2xlZnQ6MjFweH0ucnRsIC5mcy10b29sdGlwLXRyaWdnZXIgLmZzLXRvb2x0aXA6OmFmdGVye3JpZ2h0OjIxcHg7bGVmdDphdXRvfS5mcy10b29sdGlwLXRyaWdnZXI6aG92ZXIgLmZzLXRvb2x0aXB7dmlzaWJpbGl0eTp2aXNpYmxlO29wYWNpdHk6MX0jZnNfbWFya2V0aW5nX29wdGlue2Rpc3BsYXk6bm9uZTttYXJnaW4tdG9wOjEwcHg7Ym9yZGVyOjFweCBzb2xpZCAjY2NjO3BhZGRpbmc6MTBweDtsaW5lLWhlaWdodDoxLjVlbX0jZnNfbWFya2V0aW5nX29wdGluIC5mcy1tZXNzYWdle2Rpc3BsYXk6YmxvY2s7bWFyZ2luLWJvdHRvbTo1cHg7Zm9udC1zaXplOjEuMDVlbTtmb250LXdlaWdodDo2MDB9I2ZzX21hcmtldGluZ19vcHRpbi5lcnJvcntib3JkZXI6MXB4IHNvbGlkICNkMzEzNWE7YmFja2dyb3VuZDojZmVlfSNmc19tYXJrZXRpbmdfb3B0aW4uZXJyb3IgLmZzLW1lc3NhZ2V7Y29sb3I6I2QzMTM1YX0jZnNfbWFya2V0aW5nX29wdGluIC5mcy1pbnB1dC1jb250YWluZXJ7bWFyZ2luLXRvcDo1cHh9I2ZzX21hcmtldGluZ19vcHRpbiAuZnMtaW5wdXQtY29udGFpbmVyIGxhYmVse21hcmdpbi10b3A6NXB4O2Rpc3BsYXk6YmxvY2t9I2ZzX21hcmtldGluZ19vcHRpbiAuZnMtaW5wdXQtY29udGFpbmVyIGxhYmVsIGlucHV0e2Zsb2F0OmxlZnQ7bWFyZ2luOjFweCAwIDAgMH0jZnNfbWFya2V0aW5nX29wdGluIC5mcy1pbnB1dC1jb250YWluZXIgbGFiZWw6Zmlyc3QtY2hpbGR7ZGlzcGxheTpibG9jazttYXJnaW4tYm90dG9tOjJweH0jZnNfbWFya2V0aW5nX29wdGluIC5mcy1pbnB1dC1sYWJlbHtkaXNwbGF5OmJsb2NrO21hcmdpbi1sZWZ0OjIwcHh9I2ZzX21hcmtldGluZ19vcHRpbiAuZnMtaW5wdXQtbGFiZWwgLnVuZGVybGluZWR7dGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZX0ucnRsICNmc19tYXJrZXRpbmdfb3B0aW4gLmZzLWlucHV0LWNvbnRhaW5lciBsYWJlbCBpbnB1dHtmbG9hdDpyaWdodH0ucnRsICNmc19tYXJrZXRpbmdfb3B0aW4gLmZzLWlucHV0LWxhYmVse21hcmdpbi1sZWZ0OjA7bWFyZ2luLXJpZ2h0OjIwcHh9LnJ0bCAjZnNfY29ubmVjdCAuZnMtYWN0aW9uc3twYWRkaW5nOjEwcHggMjBweDtiYWNrZ3JvdW5kOiNDMEM3Q0F9LnJ0bCAjZnNfY29ubmVjdCAuZnMtYWN0aW9ucyAuYnV0dG9uIC5kYXNoaWNvbnN7Zm9udC1zaXplOjM3cHg7bWFyZ2luLWxlZnQ6LThweDttYXJnaW4tcmlnaHQ6MTJweH0ucnRsICNmc19jb25uZWN0IC5mcy1hY3Rpb25zIC5idXR0b24uYnV0dG9uLXByaW1hcnk6YWZ0ZXJ7Y29udGVudDonIFxcMDAwYmInfS5ydGwgI2ZzX2Nvbm5lY3QgLmZzLWFjdGlvbnMgLmJ1dHRvbi5idXR0b24tcHJpbWFyeS5mcy1sb2FkaW5nOmFmdGVye2NvbnRlbnQ6Jyd9LnJ0bCAjZnNfY29ubmVjdCAuZnMtYWN0aW9ucyAuYnV0dG9uLmJ1dHRvbi1zZWNvbmRhcnl7ZmxvYXQ6bGVmdH0ucnRsICNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaSAuZnMtcGVybWlzc2lvbi1kZXNjcmlwdGlvbnttYXJnaW4tcmlnaHQ6NTVweDttYXJnaW4tbGVmdDowfS5ydGwgI2ZzX2Nvbm5lY3QgLmZzLXBlcm1pc3Npb25zIHVsIGxpIC5mcy1zd2l0Y2h7ZmxvYXQ6bGVmdH0ucnRsICNmc19jb25uZWN0IC5mcy1wZXJtaXNzaW9ucyB1bCBsaSBpLmRhc2hpY29uc3tmbG9hdDpyaWdodH0ucnRsICNmc19jb25uZWN0IC5mcy12aXN1YWwgLmZzLXNpdGUtaWNvbntyaWdodDoyMHB4O2xlZnQ6YXV0b30ucnRsICNmc19jb25uZWN0IC5mcy12aXN1YWwgLmZzLWNvbm5lY3QtbG9nb3tyaWdodDphdXRvO2xlZnQ6MjBweH0jZnNfdGhlbWVfY29ubmVjdF93cmFwcGVye3Bvc2l0aW9uOmZpeGVkO3RvcDowO2hlaWdodDoxMDAlO3dpZHRoOjEwMCU7ei1pbmRleDo5OTk5MDtiYWNrZ3JvdW5kOnJnYmEoMCwwLDAsMC43NSk7dGV4dC1hbGlnbjpjZW50ZXI7b3ZlcmZsb3cteTphdXRvfSNmc190aGVtZV9jb25uZWN0X3dyYXBwZXI6YmVmb3Jle2NvbnRlbnQ6XCJcIjtkaXNwbGF5OmlubGluZS1ibG9jazt2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7aGVpZ2h0OjEwMCV9I2ZzX3RoZW1lX2Nvbm5lY3Rfd3JhcHBlcj5idXR0b24uY2xvc2V7Y29sb3I6d2hpdGU7Y3Vyc29yOnBvaW50ZXI7aGVpZ2h0OjQwcHg7d2lkdGg6NDBweDtwb3NpdGlvbjphYnNvbHV0ZTtyaWdodDowO2JvcmRlcjowO2JhY2tncm91bmQtY29sb3I6dHJhbnNwYXJlbnQ7dG9wOjMycHh9I2ZzX3RoZW1lX2Nvbm5lY3Rfd3JhcHBlciAjZnNfY29ubmVjdHt0b3A6MDt0ZXh0LWFsaWduOmxlZnQ7ZGlzcGxheTppbmxpbmUtYmxvY2s7dmVydGljYWwtYWxpZ246bWlkZGxlO21hcmdpbi10b3A6NTJweDttYXJnaW4tYm90dG9tOjIwcHh9I2ZzX3RoZW1lX2Nvbm5lY3Rfd3JhcHBlciAjZnNfY29ubmVjdCAuZnMtdGVybXN7YmFja2dyb3VuZDpyZ2JhKDE0MCwxNDAsMTQwLDAuNjQpfSNmc190aGVtZV9jb25uZWN0X3dyYXBwZXIgI2ZzX2Nvbm5lY3QgLmZzLXRlcm1zLCNmc190aGVtZV9jb25uZWN0X3dyYXBwZXIgI2ZzX2Nvbm5lY3QgLmZzLXRlcm1zIGF7Y29sb3I6I2M1YzVjNX0ud3AtcG9pbnRlci1jb250ZW50ICNmc19jb25uZWN0e21hcmdpbjowOy1tb3otYm94LXNoYWRvdzpub25lOy13ZWJraXQtYm94LXNoYWRvdzpub25lO2JveC1zaGFkb3c6bm9uZX0uZnMtb3B0LWluLXBvaW50ZXIgLndwLXBvaW50ZXItY29udGVudHtwYWRkaW5nOjB9LmZzLW9wdC1pbi1wb2ludGVyLndwLXBvaW50ZXItdG9wIC53cC1wb2ludGVyLWFycm93e2JvcmRlci1ib3R0b20tY29sb3I6I2RmZGZkZn0uZnMtb3B0LWluLXBvaW50ZXIud3AtcG9pbnRlci10b3AgLndwLXBvaW50ZXItYXJyb3ctaW5uZXJ7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZmFmYWZhfS5mcy1vcHQtaW4tcG9pbnRlci53cC1wb2ludGVyLWJvdHRvbSAud3AtcG9pbnRlci1hcnJvd3tib3JkZXItdG9wLWNvbG9yOiNkZmRmZGZ9LmZzLW9wdC1pbi1wb2ludGVyLndwLXBvaW50ZXItYm90dG9tIC53cC1wb2ludGVyLWFycm93LWlubmVye2JvcmRlci10b3AtY29sb3I6I2ZhZmFmYX0uZnMtb3B0LWluLXBvaW50ZXIud3AtcG9pbnRlci1sZWZ0IC53cC1wb2ludGVyLWFycm93e2JvcmRlci1yaWdodC1jb2xvcjojZGZkZmRmfS5mcy1vcHQtaW4tcG9pbnRlci53cC1wb2ludGVyLWxlZnQgLndwLXBvaW50ZXItYXJyb3ctaW5uZXJ7Ym9yZGVyLXJpZ2h0LWNvbG9yOiNmYWZhZmF9LmZzLW9wdC1pbi1wb2ludGVyLndwLXBvaW50ZXItcmlnaHQgLndwLXBvaW50ZXItYXJyb3d7Ym9yZGVyLWxlZnQtY29sb3I6I2RmZGZkZn0uZnMtb3B0LWluLXBvaW50ZXIud3AtcG9pbnRlci1yaWdodCAud3AtcG9pbnRlci1hcnJvdy1pbm5lcntib3JkZXItbGVmdC1jb2xvcjojZmFmYWZhfVxuIl19 */
1
+ #fs_connect{width:480px;-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);box-shadow:0px 1px 2px rgba(0,0,0,0.3);margin:20px 0}@media screen and (max-width: 479px){#fs_connect{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;margin:0 0 0 -10px}}#fs_connect .fs-content{background:#fff;padding:15px 20px}#fs_connect .fs-content .fs-error{background:snow;color:#d3135a;border:1px solid #d3135a;-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center;padding:5px;margin-bottom:10px}#fs_connect .fs-content p{margin:0;padding:0;font-size:1.2em}#fs_connect .fs-license-key-container{position:relative;width:280px;margin:10px auto 0 auto}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;top:5px;right:5px}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{margin-right:15px;float:right;height:26px;vertical-align:middle;line-height:37px;font-weight:bold;border-bottom:1px dashed;text-decoration:none}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}#fs_connect .fs-actions .button{padding:0 10px 1px;line-height:35px;height:37px;font-size:16px;margin-bottom:0}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-right:15px;padding-left:15px}#fs_connect .fs-actions .button.button-primary:after{content:' \279C'}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{padding:10px 20px;background:#FEFEFE;-moz-transition:background 0.5s ease;-o-transition:background 0.5s ease;-ms-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;transition:background 0.5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{text-align:center;margin-top:0}#fs_connect .fs-permissions .fs-trigger{font-size:0.9em;text-decoration:none;text-align:center;display:block}#fs_connect .fs-permissions ul{height:0;overflow:hidden;margin:0}#fs_connect .fs-permissions ul li{margin-bottom:12px}#fs_connect .fs-permissions ul li:last-child{margin-bottom:0}#fs_connect .fs-permissions ul li i.dashicons{float:left;font-size:40px;width:40px;height:40px}#fs_connect .fs-permissions ul li .fs-switch{float:right}#fs_connect .fs-permissions ul li .fs-permission-description{margin-left:55px}#fs_connect .fs-permissions ul li .fs-permission-description span{font-weight:bold;text-transform:uppercase;color:#23282d}#fs_connect .fs-permissions ul li .fs-permission-description p{margin:2px 0 0 0}#fs_connect .fs-permissions.fs-open{background:#fff}#fs_connect .fs-permissions.fs-open ul{height:auto;margin:20px 20px 10px 20px}@media screen and (max-width: 479px){#fs_connect .fs-permissions{background:#fff}#fs_connect .fs-permissions .fs-trigger{display:none}#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{padding:8px;background:#777;color:#fff}#fs_connect .fs-freemium-licensing p{text-align:center;display:block;margin:0;padding:0}#fs_connect .fs-freemium-licensing a{color:#C2EEFF;text-decoration:underline}#fs_connect .fs-visual{padding:12px;line-height:0;background:#fafafa;height:80px;position:relative}#fs_connect .fs-visual .fs-site-icon{position:absolute;left:20px;top:10px}#fs_connect .fs-visual .fs-connect-logo{position:absolute;right:20px;top:10px}#fs_connect .fs-visual .fs-plugin-icon{position:absolute;top:10px;left:50%;margin-left:-40px}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-site-icon,#fs_connect .fs-visual img,#fs_connect .fs-visual object{width:80px;height:80px}#fs_connect .fs-visual .dashicons-wordpress{font-size:64px;background:#01749a;color:#fff;width:64px;height:64px;padding:8px}#fs_connect .fs-visual .dashicons-plus{position:absolute;top:50%;font-size:30px;margin-top:-10px;color:#bbb}#fs_connect .fs-visual .dashicons-plus.fs-first{left:28%}#fs_connect .fs-visual .dashicons-plus.fs-second{left:65%}#fs_connect .fs-visual .fs-plugin-icon,#fs_connect .fs-visual .fs-connect-logo,#fs_connect .fs-visual .fs-site-icon{border:1px solid #ccc;padding:1px;background:#fff}#fs_connect .fs-terms{text-align:center;font-size:0.85em;padding:5px;background:rgba(0,0,0,0.05)}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .fs-tooltip{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:rgba(0,0,0,0.8);color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl .fs-tooltip-trigger .fs-tooltip{text-align:right}.fs-tooltip-trigger .fs-tooltip::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl .fs-tooltip-trigger .fs-tooltip::after{right:21px;left:auto}.fs-tooltip-trigger:hover .fs-tooltip{visibility:visible;opacity:1}#fs_marketing_optin{display:none;margin-top:10px;border:1px solid #ccc;padding:10px;line-height:1.5em}#fs_marketing_optin .fs-message{display:block;margin-bottom:5px;font-size:1.05em;font-weight:600}#fs_marketing_optin.error{border:1px solid #d3135a;background:#fee}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{margin-top:5px;display:block}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect .fs-actions{padding:10px 20px;background:#C0C7CA}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:' \000bb'}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:''}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-permissions ul li .fs-permission-description{margin-right:55px;margin-left:0}.rtl #fs_connect .fs-permissions ul li .fs-switch{float:left}.rtl #fs_connect .fs-permissions ul li i.dashicons{float:right}.rtl #fs_connect .fs-visual .fs-site-icon{right:20px;left:auto}.rtl #fs_connect .fs-visual .fs-connect-logo{right:auto;left:20px}#fs_theme_connect_wrapper{position:fixed;top:0;height:100%;width:100%;z-index:99990;background:rgba(0,0,0,0.75);text-align:center;overflow-y:auto}#fs_theme_connect_wrapper:before{content:"";display:inline-block;vertical-align:middle;height:100%}#fs_theme_connect_wrapper>button.close{color:white;cursor:pointer;height:40px;width:40px;position:absolute;right:0;border:0;background-color:transparent;top:32px}#fs_theme_connect_wrapper #fs_connect{top:0;text-align:left;display:inline-block;vertical-align:middle;margin-top:52px;margin-bottom:20px}#fs_theme_connect_wrapper #fs_connect .fs-terms{background:rgba(140,140,140,0.64)}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{margin:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}
 
freemius/assets/css/admin/debug.css CHANGED
@@ -1,2 +1 @@
1
  .fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRlYnVnLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxpQkFBaUIsZUFBZSxpQkFBaUIsWUFBWSxDQUFDLG1CQUFtQixzQ0FBc0MsY0FBYyxDQUFDLHNCQUFzQixVQUFVLENBQUMsc0JBQXNCLGtCQUFrQixDQUFDLGdDQUFnQyxrQkFBa0IsQ0FBQyx3Q0FBd0MsYUFBYSxDQUFDLHNDQUFzQyxhQUFhLENBQUMsMENBQTBDLGNBQWMsZ0JBQWdCLENBQUMsb0ZBQW9GLHdCQUF3QixDQUFDLHNDQUFzQyxhQUFhLENBQUMsMkNBQTJDLGFBQWEsQ0FBQyIsImZpbGUiOiJkZWJ1Zy5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuZnMtc3dpdGNoLWxhYmVse2ZvbnQtc2l6ZToyMHB4O2xpbmUtaGVpZ2h0OjMxcHg7bWFyZ2luOjAgNXB4fSNmc19sb2dfYm9vayB0YWJsZXtmb250LWZhbWlseTpDb25zb2xhcyxNb25hY28sbW9ub3NwYWNlO2ZvbnQtc2l6ZToxMnB4fSNmc19sb2dfYm9vayB0YWJsZSB0aHtjb2xvcjojY2NjfSNmc19sb2dfYm9vayB0YWJsZSB0cntiYWNrZ3JvdW5kOiMyMzI1MjV9I2ZzX2xvZ19ib29rIHRhYmxlIHRyLmFsdGVybmF0ZXtiYWNrZ3JvdW5kOiMyYjJiMmJ9I2ZzX2xvZ19ib29rIHRhYmxlIHRyIHRkLmZzLWNvbC0tbG9nZ2Vye2NvbG9yOiM1YTc0MzV9I2ZzX2xvZ19ib29rIHRhYmxlIHRyIHRkLmZzLWNvbC0tdHlwZXtjb2xvcjojZmZjODYxfSNmc19sb2dfYm9vayB0YWJsZSB0ciB0ZC5mcy1jb2wtLWZ1bmN0aW9ue2NvbG9yOiNhN2I3YjE7Zm9udC13ZWlnaHQ6Ym9sZH0jZnNfbG9nX2Jvb2sgdGFibGUgdHIgdGQuZnMtY29sLS1tZXNzYWdlLCNmc19sb2dfYm9vayB0YWJsZSB0ciB0ZC5mcy1jb2wtLW1lc3NhZ2UgYXtjb2xvcjojOWE3M2FjICFpbXBvcnRhbnR9I2ZzX2xvZ19ib29rIHRhYmxlIHRyIHRkLmZzLWNvbC0tZmlsZXtjb2xvcjojZDA3OTIyfSNmc19sb2dfYm9vayB0YWJsZSB0ciB0ZC5mcy1jb2wtLXRpbWVzdGFtcHtjb2xvcjojNjU5NmJlfVxuIl19 */
1
  .fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:bold}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac !important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}
 
freemius/assets/css/admin/dialog-boxes.css CHANGED
@@ -1,3 +1,2 @@
1
- .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;border-radius:20px;padding:3px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{-webkit-box-shadow:none;box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
- .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;animation-direction:normal;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-webkit-keyframes bounce_ajaxLoader{0%{-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{-webkit-box-shadow:0 1px 0 #d2593c;box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{-webkit-box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796;box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;-webkit-box-shadow:inset 0 2px 0 #d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
3
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRpYWxvZy1ib3hlcy5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsVUFBVSxlQUFlLGNBQWMsWUFBWSxXQUFXLE1BQU0sZUFBZSxhQUFhLDBCQUEwQixDQUFDLHFCQUFxQixxQkFBcUIsQ0FBQywyQkFBMkIsdUJBQXVCLGtCQUFrQixTQUFTLG1CQUFtQixvQkFBb0IsVUFBVSxlQUFlLFdBQVcsQ0FBQywwQkFBMEIsMkJBQTJCLGlCQUFpQiw4QkFBQSxzQkFBc0Isa0JBQWtCLG1CQUFtQixVQUFVLENBQUMscURBQXFELGVBQWUsQ0FBQyxDQUFDLGlCQUFpQixhQUFhLENBQUMsd0JBQXdCLGFBQWEsQ0FBQyxrQ0FBa0MsT0FBTyxDQUFDLHNDQUFzQywyQkFBMkIsQ0FBQyxvQ0FBb0Msd0JBQXdCLENBQUMsbUNBQW1DLDJCQUEyQixDQUFDLGlDQUFpQyx3QkFBd0IsQ0FBQyxvQ0FBb0MsMkJBQTJCLENBQUMsa0NBQWtDLHdCQUF3QixDQUFDLG9EQUFvRCxTQUFTLG1CQUFtQixZQUFZLENBQUMsMkJBQTJCLGdDQUFnQyxtQkFBbUIsa0JBQWtCLGtCQUFrQixtQkFBbUIsQ0FBQyw4QkFBOEIsU0FBUyxVQUFVLHlCQUF5QixnQkFBZ0IsaUJBQWlCLGNBQWMsNkJBQTZCLHFCQUFxQixrQ0FBa0MsQ0FBQyxxQ0FBcUMsa0JBQWtCLFdBQVcsU0FBUyxlQUFlLFdBQVcsbUJBQXNFLFlBQVksd0NBQW9KLCtCQUErQixDQUFDLDJDQUEyQyxXQUFXLGVBQWUsQ0FBQyxzR0FBc0csb0JBQW9CLENBQUMseUJBQXlCLGVBQWUsQ0FBQywyQkFBMkIsY0FBYyxDQUFDLDRCQUE0QixlQUFlLGlCQUFpQixDQUFDLDZCQUE2QixlQUFlLENBQUMsZ0NBQWdDLGlCQUFpQixlQUFlLFlBQVksQ0FBQywyQkFBMkIsNkJBQTZCLGdCQUFnQixDQUFDLG1DQUFtQyxZQUFZLENBQUMsK0NBQStDLFFBQVEsQ0FBQyx5Q0FBeUMsU0FBUyxZQUFZLENBQUMsdUNBQXVDLFlBQVksQ0FBQywwQ0FBMEMsV0FBVyxTQUFTLENBQUMsa0JBQWtCLGVBQWUsQ0FBQyxrSEFBa0gscUJBQXFCLENBQUMsa1FBQWtRLFVBQVUsQ0FBQywwRkFBMEYsc0JBQXNCLFlBQVksWUFBWSxDQUFDLDBCQUEwQiw2REFBNkQsa0JBQWtCLENBQUMsMEpBQTBKLGdCQUFnQixDQUFDLG1FQUFtRSxhQUFhLENBQUMsd0VBQXdFLG1CQUFtQixlQUFlLENBQUMsQ0FBQyxtRUFBbUUsVUFBVSxDQUFDLHlEQUF5RCx1QkFBdUIsQ0FBQyw0REFBNEQsYUFBYSxpQkFBaUIsQ0FBQywrQkFBK0IsWUFBWSxDQUFDLHdFQUF3RSxVQUFVLGlCQUFpQixlQUFlLGVBQWUsQ0FBQyxpRkFBaUYsV0FBVyxRQUFRLGlCQUFpQixDQUFDLHNGQUFzRixXQUFXLENBQUMsZ0ZBQWdGLGNBQWMsZ0JBQWdCLENBQUMscUZBQXFGLGNBQWMsaUJBQWlCLENBQUMsMEVBQTBFLFVBQVUsQ0FBQyw2SUFBNkksVUFBVSxDQUFDLG1EQUFtRCxRQUFRLENBQUMsMEVBQTBFLGtCQUFrQixRQUFRLFdBQVcsZ0JBQWdCLENBQUMsd0VBQXdFLGdCQUFnQixXQUFXLFlBQVksY0FBYyxRQUFRLGlCQUFpQixDQUFDLDhFQUE4RSxRQUFRLENBQUMsNEJBQTRCLGNBQWMsQ0FBQywyRUFBMkUsVUFBVSxDQUFDLHdDQUF3QyxXQUFXLHdCQUF3QixDQUFDLDJDQUEyQyxjQUFjLGlCQUFpQixDQUFDLHVFQUF1RSxvQkFBb0IsQ0FBQyx3RkFBd0YsZ0JBQWdCLFlBQVksQ0FBQywwRUFBMEUsVUFBVSxDQUFDLDhFQUE4RSxjQUFjLFVBQVUsQ0FBQyxzS0FBc0ssa0JBQWtCLENBQUMsb0ZBQW9GLFNBQVMsaUJBQWlCLGlCQUFpQixDQUFDLGtGQUFrRixVQUFVLENBQUMsd0ZBQXdGLFVBQVUsQ0FBQyw0RkFBNEYsVUFBVSxDQUFDLGdDQUFnQyxnQkFBZ0Isc0JBQXNCLFdBQVcsQ0FBQyxrQ0FBa0Msb0JBQW9CLENBQUMsd0NBQXdDLHdCQUFBLGVBQWUsQ0FBQywyQ0FBMkMsZ0JBQWdCLENBQUMsc0RBQXNELGNBQWMsU0FBUyxDQUFDLDRFQUE0RSxnQkFBZ0IsQ0FBQyxpR0FBaUcsWUFBWSxDQUFDLHlEQUF5RCxhQUFhLGFBQWEsQ0FBQyxrRUFBa0UsMEJBQTBCLGVBQWUsQ0FBQywrREFBK0QsZ0JBQWdCLGlCQUFpQixDQUFDLHNFQUFzRSxXQUFXLENBQUMsd0RBQXdELGNBQWMsa0JBQWtCLENBQUMscUVBQXFFLFVBQVUsQ0FBQyxtRUFBbUUsWUFBWSxlQUFlLENBQUMsMEJBQTBCLG1FQUFtRSxjQUFjLENBQUMsQ0FBQztBQUM3a1Asb0dBQW9HLGlCQUFpQixlQUFlLENBQUMsNEVBQTRFLFdBQVcsaUJBQWlCLGFBQWEsQ0FBQyw0QkFBNEIsZUFBZSxvQkFBb0IsQ0FBQyxnQkFBZ0Isa0JBQWtCLFlBQVksWUFBWSxXQUFXLENBQUMsb0NBQW9DLGtCQUFrQixNQUFNLHlCQUF5QixXQUFXLFlBQVkseUNBQXlDLGlDQUFnSixnQ0FBZ0Msd0JBQTRHLG1DQUFtQyxzQ0FBc0MsdUNBQXVDLDJDQUEyQyx3Q0FBd0MsbUNBQW1DLDJCQUF3SCxzQkFBNEUsYUFBYSxDQUFDLHNDQUFzQyxTQUFTLHFCQUFxQix3QkFBd0IseUJBQXlCLDZCQUE2Qix5QkFBeUIsQ0FBQyxzQ0FBc0MsVUFBVSxzQkFBc0IseUJBQXlCLDBCQUEwQiw4QkFBOEIsMEJBQTBCLENBQUMsc0NBQXNDLFVBQVUscUJBQXFCLHdCQUF3Qix5QkFBeUIsNkJBQTZCLHlCQUF5QixDQUFDLHNDQUFzQyxVQUFVLHNCQUFzQix5QkFBeUIsMEJBQTBCLDhCQUE4QiwwQkFBMEIsQ0FBQyxzQ0FBc0MsVUFBVSxxQkFBcUIsd0JBQXdCLHlCQUF5Qiw2QkFBNkIseUJBQXlCLENBQUMsc0NBQXNDLFVBQVUsc0JBQXNCLHlCQUF5QiwwQkFBMEIsOEJBQThCLDBCQUEwQixDQUFDLHNDQUFzQyxXQUFXLHFCQUFxQix3QkFBd0IseUJBQXlCLDZCQUE2Qix5QkFBeUIsQ0FBQyxzQ0FBc0MsV0FBVyxzQkFBc0IseUJBQXlCLDBCQUEwQiw4QkFBOEIsMEJBQTBCLENBQUMscUNBQWdnQyxHQUF3RSwyQkFBMkIsbUJBQW1CLHdCQUF3QixDQUFDLEtBQWdGLDZCQUE2QixxQkFBcUIscUJBQXFCLENBQUMsQ0FBQyw2QkFBNkIsR0FBd0UsMkJBQTJCLG1CQUFtQix3QkFBd0IsQ0FBQyxLQUFnRiw2QkFBNkIscUJBQXFCLHFCQUFxQixDQUFDLENBQUMsMEtBQTBLLFlBQVksQ0FBQyw0T0FBNE8sd0JBQXdCLDJCQUEyQixZQUFZLGNBQWMsQ0FBQyx1TUFBdU0sWUFBWSxlQUFlLGNBQWMsYUFBYSxDQUFDLHFCQUFxQixtQ0FBQSwyQkFBMkIsc0ZBQXNGLG1CQUFtQixvQ0FBb0MsQ0FBQywyQkFBMkIsbUJBQW1CLG9CQUFvQixDQUFDLDJCQUEyQix1REFBQSw4Q0FBOEMsQ0FBQyw0QkFBNEIsbUJBQW1CLHFCQUFxQix5Q0FBQSxnQ0FBZ0MsQ0FBQyw4QkFBOEIseUJBQXlCLDhCQUE4QixnQ0FBZ0MsK0NBQStDLENBQUMiLCJmaWxlIjoiZGlhbG9nLWJveGVzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5mcy1tb2RhbHtwb3NpdGlvbjpmaXhlZDtvdmVyZmxvdzphdXRvO2hlaWdodDoxMDAlO3dpZHRoOjEwMCU7dG9wOjA7ei1pbmRleDoxMDAwMDA7ZGlzcGxheTpub25lO2JhY2tncm91bmQ6cmdiYSgwLDAsMCwwLjYpfS5mcy1tb2RhbCAuZGFzaGljb25ze3ZlcnRpY2FsLWFsaWduOm1pZGRsZX0uZnMtbW9kYWwgLmZzLW1vZGFsLWRpYWxvZ3tiYWNrZ3JvdW5kOnRyYW5zcGFyZW50O3Bvc2l0aW9uOmFic29sdXRlO2xlZnQ6NTAlO21hcmdpbi1sZWZ0Oi0yOThweDtwYWRkaW5nLWJvdHRvbTozMHB4O3RvcDotMTAwJTt6LWluZGV4OjEwMDAwMTt3aWR0aDo1OTZweH1AbWVkaWEgKG1heC13aWR0aDogNjUwcHgpey5mcy1tb2RhbCAuZnMtbW9kYWwtZGlhbG9ne21hcmdpbi1sZWZ0Oi01MCU7Ym94LXNpemluZzpib3JkZXItYm94O3BhZGRpbmctbGVmdDoxMHB4O3BhZGRpbmctcmlnaHQ6MTBweDt3aWR0aDoxMDAlfS5mcy1tb2RhbCAuZnMtbW9kYWwtZGlhbG9nIC5mcy1tb2RhbC1wYW5lbD5oMz5zdHJvbmd7Zm9udC1zaXplOjEuM2VtfX0uZnMtbW9kYWwuYWN0aXZle2Rpc3BsYXk6YmxvY2t9LmZzLW1vZGFsLmFjdGl2ZTpiZWZvcmV7ZGlzcGxheTpibG9ja30uZnMtbW9kYWwuYWN0aXZlIC5mcy1tb2RhbC1kaWFsb2d7dG9wOjEwJX0uZnMtbW9kYWwuZnMtc3VjY2VzcyAuZnMtbW9kYWwtaGVhZGVye2JvcmRlci1ib3R0b20tY29sb3I6IzQ2YjQ1MH0uZnMtbW9kYWwuZnMtc3VjY2VzcyAuZnMtbW9kYWwtYm9keXtiYWNrZ3JvdW5kLWNvbG9yOiNmN2ZmZjd9LmZzLW1vZGFsLmZzLXdhcm4gLmZzLW1vZGFsLWhlYWRlcntib3JkZXItYm90dG9tLWNvbG9yOiNmZmI5MDB9LmZzLW1vZGFsLmZzLXdhcm4gLmZzLW1vZGFsLWJvZHl7YmFja2dyb3VuZC1jb2xvcjojZmZmOGU1fS5mcy1tb2RhbC5mcy1lcnJvciAuZnMtbW9kYWwtaGVhZGVye2JvcmRlci1ib3R0b20tY29sb3I6I2RjMzIzMn0uZnMtbW9kYWwuZnMtZXJyb3IgLmZzLW1vZGFsLWJvZHl7YmFja2dyb3VuZC1jb2xvcjojZmZlYWVhfS5mcy1tb2RhbCAuZnMtbW9kYWwtYm9keSwuZnMtbW9kYWwgLmZzLW1vZGFsLWZvb3Rlcntib3JkZXI6MDtiYWNrZ3JvdW5kOiNmZWZlZmU7cGFkZGluZzoyMHB4fS5mcy1tb2RhbCAuZnMtbW9kYWwtaGVhZGVye2JvcmRlci1ib3R0b206I2VlZWVlZSBzb2xpZCAxcHg7YmFja2dyb3VuZDojZmJmYmZiO3BhZGRpbmc6MTVweCAyMHB4O3Bvc2l0aW9uOnJlbGF0aXZlO21hcmdpbi1ib3R0b206LTEwcHh9LmZzLW1vZGFsIC5mcy1tb2RhbC1oZWFkZXIgaDR7bWFyZ2luOjA7cGFkZGluZzowO3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6MS4yZW07Zm9udC13ZWlnaHQ6Ym9sZDtjb2xvcjojY2FjYWNhO3RleHQtc2hhZG93OjFweCAxcHggMXB4ICNmZmY7bGV0dGVyLXNwYWNpbmc6MC42cHg7LXdlYmtpdC1mb250LXNtb290aGluZzphbnRpYWxpYXNlZH0uZnMtbW9kYWwgLmZzLW1vZGFsLWhlYWRlciAuZnMtY2xvc2V7cG9zaXRpb246YWJzb2x1dGU7cmlnaHQ6MTBweDt0b3A6MTJweDtjdXJzb3I6cG9pbnRlcjtjb2xvcjojYmJiOy1tb3otYm9yZGVyLXJhZGl1czoyMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czoyMHB4O2JvcmRlci1yYWRpdXM6MjBweDtwYWRkaW5nOjNweDstbW96LXRyYW5zaXRpb246YWxsIDAuMnMgZWFzZS1pbi1vdXQ7LW8tdHJhbnNpdGlvbjphbGwgMC4ycyBlYXNlLWluLW91dDstbXMtdHJhbnNpdGlvbjphbGwgMC4ycyBlYXNlLWluLW91dDstd2Via2l0LXRyYW5zaXRpb246YWxsIDAuMnMgZWFzZS1pbi1vdXQ7dHJhbnNpdGlvbjphbGwgMC4ycyBlYXNlLWluLW91dH0uZnMtbW9kYWwgLmZzLW1vZGFsLWhlYWRlciAuZnMtY2xvc2U6aG92ZXJ7Y29sb3I6I2ZmZjtiYWNrZ3JvdW5kOiNhYWF9LmZzLW1vZGFsIC5mcy1tb2RhbC1oZWFkZXIgLmZzLWNsb3NlIC5kYXNoaWNvbnMsLmZzLW1vZGFsIC5mcy1tb2RhbC1oZWFkZXIgLmZzLWNsb3NlOmhvdmVyIC5kYXNoaWNvbnN7dGV4dC1kZWNvcmF0aW9uOm5vbmV9LmZzLW1vZGFsIC5mcy1tb2RhbC1ib2R5e2JvcmRlci1ib3R0b206MH0uZnMtbW9kYWwgLmZzLW1vZGFsLWJvZHkgcHtmb250LXNpemU6MTRweH0uZnMtbW9kYWwgLmZzLW1vZGFsLWJvZHkgaDJ7Zm9udC1zaXplOjIwcHg7bGluZS1oZWlnaHQ6MS41ZW19LmZzLW1vZGFsIC5mcy1tb2RhbC1ib2R5PmRpdnttYXJnaW4tdG9wOjEwcHh9LmZzLW1vZGFsIC5mcy1tb2RhbC1ib2R5PmRpdiBoMntmb250LXdlaWdodDpib2xkO2ZvbnQtc2l6ZToyMHB4O21hcmdpbi10b3A6MH0uZnMtbW9kYWwgLmZzLW1vZGFsLWZvb3Rlcntib3JkZXItdG9wOiNlZWVlZWUgc29saWQgMXB4O3RleHQtYWxpZ246cmlnaHR9LmZzLW1vZGFsIC5mcy1tb2RhbC1mb290ZXI+LmJ1dHRvbnttYXJnaW46MCA3cHh9LmZzLW1vZGFsIC5mcy1tb2RhbC1mb290ZXI+LmJ1dHRvbjpmaXJzdC1jaGlsZHttYXJnaW46MH0uZnMtbW9kYWwgLmZzLW1vZGFsLXBhbmVsPi5ub3RpY2UuaW5saW5le21hcmdpbjowO2Rpc3BsYXk6bm9uZX0uZnMtbW9kYWwgLmZzLW1vZGFsLXBhbmVsOm5vdCguYWN0aXZlKXtkaXNwbGF5Om5vbmV9LnJ0bCAuZnMtbW9kYWwgLmZzLW1vZGFsLWhlYWRlciAuZnMtY2xvc2V7cmlnaHQ6YXV0bztsZWZ0OjIwcHh9Ym9keS5oYXMtZnMtbW9kYWx7b3ZlcmZsb3c6aGlkZGVufS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgLnJlYXNvbi1pbnB1dCwuZnMtbW9kYWwuZnMtbW9kYWwtZGVhY3RpdmF0aW9uLWZlZWRiYWNrIC5pbnRlcm5hbC1tZXNzYWdle21hcmdpbjozcHggMCAzcHggMjJweH0uZnMtbW9kYWwuZnMtbW9kYWwtZGVhY3RpdmF0aW9uLWZlZWRiYWNrIC5yZWFzb24taW5wdXQgaW5wdXQsLmZzLW1vZGFsLmZzLW1vZGFsLWRlYWN0aXZhdGlvbi1mZWVkYmFjayAucmVhc29uLWlucHV0IHRleHRhcmVhLC5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgLmludGVybmFsLW1lc3NhZ2UgaW5wdXQsLmZzLW1vZGFsLmZzLW1vZGFsLWRlYWN0aXZhdGlvbi1mZWVkYmFjayAuaW50ZXJuYWwtbWVzc2FnZSB0ZXh0YXJlYXt3aWR0aDoxMDAlfS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgbGkucmVhc29uLmhhcy1pbnRlcm5hbC1tZXNzYWdlIC5pbnRlcm5hbC1tZXNzYWdle2JvcmRlcjoxcHggc29saWQgI2NjYztwYWRkaW5nOjdweDtkaXNwbGF5Om5vbmV9QG1lZGlhIChtYXgtd2lkdGg6IDY1MHB4KXsuZnMtbW9kYWwuZnMtbW9kYWwtZGVhY3RpdmF0aW9uLWZlZWRiYWNrIGxpLnJlYXNvbiBsaS5yZWFzb257bWFyZ2luLWJvdHRvbToxMHB4fS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgbGkucmVhc29uIGxpLnJlYXNvbiAucmVhc29uLWlucHV0LC5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgbGkucmVhc29uIGxpLnJlYXNvbiAuaW50ZXJuYWwtbWVzc2FnZXttYXJnaW4tbGVmdDoyOXB4fS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgbGkucmVhc29uIGxpLnJlYXNvbiBsYWJlbHtkaXNwbGF5OnRhYmxlfS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgbGkucmVhc29uIGxpLnJlYXNvbiBsYWJlbD5zcGFue2Rpc3BsYXk6dGFibGUtY2VsbDtmb250LXNpemU6MS4zZW19fS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgLmFub255bW91cy1mZWVkYmFjay1sYWJlbHtmbG9hdDpsZWZ0fS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgLmZzLW1vZGFsLXBhbmVse21hcmdpbi10b3A6MCAhaW1wb3J0YW50fS5mcy1tb2RhbC5mcy1tb2RhbC1kZWFjdGl2YXRpb24tZmVlZGJhY2sgLmZzLW1vZGFsLXBhbmVsIGgze21hcmdpbi10b3A6MDtsaW5lLWhlaWdodDoxLjVlbX0jdGhlLWxpc3QgLmRlYWN0aXZhdGU+LmZzLXNsdWd7ZGlzcGxheTpub25lfS5mcy1tb2RhbC5mcy1tb2RhbC1zdWJzY3JpcHRpb24tY2FuY2VsbGF0aW9uIC5mcy1wcmljZS1pbmNyZWFzZS13YXJuaW5ne2NvbG9yOnJlZDtmb250LXdlaWdodDpib2xkO3BhZGRpbmc6MCAyNXB4O21hcmdpbi1ib3R0b206MH0uZnMtbW9kYWwuZnMtbW9kYWwtc3Vic2NyaXB0aW9uLWNhbmNlbGxhdGlvbiB1bC5zdWJzY3JpcHRpb24tYWN0aW9ucyBsYWJlbCBpbnB1dHtmbG9hdDpsZWZ0O3RvcDo1cHg7cG9zaXRpb246cmVsYXRpdmV9LnJ0bCAuZnMtbW9kYWwuZnMtbW9kYWwtc3Vic2NyaXB0aW9uLWNhbmNlbGxhdGlvbiB1bC5zdWJzY3JpcHRpb24tYWN0aW9ucyBsYWJlbCBpbnB1dHtmbG9hdDpyaWdodH0uZnMtbW9kYWwuZnMtbW9kYWwtc3Vic2NyaXB0aW9uLWNhbmNlbGxhdGlvbiB1bC5zdWJzY3JpcHRpb24tYWN0aW9ucyBsYWJlbCBzcGFue2Rpc3BsYXk6YmxvY2s7bWFyZ2luLWxlZnQ6MjRweH0ucnRsIC5mcy1tb2RhbC5mcy1tb2RhbC1zdWJzY3JpcHRpb24tY2FuY2VsbGF0aW9uIHVsLnN1YnNjcmlwdGlvbi1hY3Rpb25zIGxhYmVsIHNwYW57bWFyZ2luLWxlZnQ6MDttYXJnaW4tcmlnaHQ6MjRweH0uZnMtbW9kYWwuZnMtbW9kYWwtbGljZW5zZS1hY3RpdmF0aW9uIC5mcy1tb2RhbC1ib2R5IGlucHV0LmZzLWxpY2Vuc2Uta2V5e3dpZHRoOjEwMCV9LmZzLWxpY2Vuc2Utb3B0aW9ucy1jb250YWluZXIgdGFibGUsLmZzLWxpY2Vuc2Utb3B0aW9ucy1jb250YWluZXIgdGFibGUgc2VsZWN0LC5mcy1saWNlbnNlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIC5mcy1hdmFpbGFibGUtbGljZW5zZS1rZXl7d2lkdGg6MTAwJX0uZnMtbGljZW5zZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSB0ZDpmaXJzdC1jaGlsZHt3aWR0aDoxJX0uZnMtbGljZW5zZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSAuZnMtb3RoZXItbGljZW5zZS1rZXktY29udGFpbmVyIGxhYmVse3Bvc2l0aW9uOnJlbGF0aXZlO3RvcDo2cHg7ZmxvYXQ6bGVmdDttYXJnaW4tcmlnaHQ6NXB4fS5mcy1saWNlbnNlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIC5mcy1vdGhlci1saWNlbnNlLWtleS1jb250YWluZXIgZGl2e292ZXJmbG93OmhpZGRlbjt3aWR0aDphdXRvO2hlaWdodDozMHB4O2Rpc3BsYXk6YmxvY2s7dG9wOjJweDtwb3NpdGlvbjpyZWxhdGl2ZX0uZnMtbGljZW5zZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSAuZnMtb3RoZXItbGljZW5zZS1rZXktY29udGFpbmVyIGRpdiBpbnB1dHttYXJnaW46MH0uZnMtc2l0ZXMtbGlzdC1jb250YWluZXIgdGR7Y3Vyc29yOnBvaW50ZXJ9LmZzLW1vZGFsLmZzLW1vZGFsLXVzZXItY2hhbmdlIC5mcy1tb2RhbC1ib2R5IGlucHV0I2ZzX290aGVyX2VtYWlsX2FkZHJlc3N7d2lkdGg6MTAwJX0uZnMtdXNlci1jaGFuZ2Utb3B0aW9ucy1jb250YWluZXIgdGFibGV7d2lkdGg6MTAwJTtib3JkZXItY29sbGFwc2U6Y29sbGFwc2V9LmZzLXVzZXItY2hhbmdlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIHRye2Rpc3BsYXk6YmxvY2s7bWFyZ2luLWJvdHRvbToycHh9LmZzLXVzZXItY2hhbmdlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIC5mcy1lbWFpbC1hZGRyZXNzLWNvbnRhaW5lciB0ZHtkaXNwbGF5OmlubGluZS1ibG9ja30uZnMtdXNlci1jaGFuZ2Utb3B0aW9ucy1jb250YWluZXIgdGFibGUgLmZzLWVtYWlsLWFkZHJlc3MtY29udGFpbmVyIGlucHV0W3R5cGU9XCJyYWRpb1wiXXttYXJnaW4tYm90dG9tOjA7bWFyZ2luLXRvcDowfS5mcy11c2VyLWNoYW5nZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSAuZnMtb3RoZXItZW1haWwtYWRkcmVzcy1jb250YWluZXJ7d2lkdGg6MTAwJX0uZnMtdXNlci1jaGFuZ2Utb3B0aW9ucy1jb250YWluZXIgdGFibGUgLmZzLW90aGVyLWVtYWlsLWFkZHJlc3MtY29udGFpbmVyPmRpdntkaXNwbGF5OnRhYmxlO3dpZHRoOjEwMCV9LmZzLXVzZXItY2hhbmdlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIC5mcy1vdGhlci1lbWFpbC1hZGRyZXNzLWNvbnRhaW5lcj5kaXYgbGFiZWwsLmZzLXVzZXItY2hhbmdlLW9wdGlvbnMtY29udGFpbmVyIHRhYmxlIC5mcy1vdGhlci1lbWFpbC1hZGRyZXNzLWNvbnRhaW5lcj5kaXY+ZGl2e2Rpc3BsYXk6dGFibGUtY2VsbH0uZnMtdXNlci1jaGFuZ2Utb3B0aW9ucy1jb250YWluZXIgdGFibGUgLmZzLW90aGVyLWVtYWlsLWFkZHJlc3MtY29udGFpbmVyPmRpdiBsYWJlbHt3aWR0aDoxJTtwYWRkaW5nLWxlZnQ6M3B4O3BhZGRpbmctcmlnaHQ6M3B4fS5mcy11c2VyLWNoYW5nZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSAuZnMtb3RoZXItZW1haWwtYWRkcmVzcy1jb250YWluZXI+ZGl2PmRpdnt3aWR0aDphdXRvfS5mcy11c2VyLWNoYW5nZS1vcHRpb25zLWNvbnRhaW5lciB0YWJsZSAuZnMtb3RoZXItZW1haWwtYWRkcmVzcy1jb250YWluZXI+ZGl2PmRpdiBpbnB1dHt3aWR0aDoxMDAlfS5mcy1tb2RhbC5mcy1tb2RhbC1kZXZlbG9wZXItbGljZW5zZS1kZWJ1Zy1tb2RlIC5mcy1tb2RhbC1ib2R5IGlucHV0LmZzLWxpY2Vuc2Utb3ItdXNlci1rZXl7d2lkdGg6MTAwJX0uZnMtbXVsdGlzaXRlLW9wdGlvbnMtY29udGFpbmVye21hcmdpbi10b3A6MTBweDtib3JkZXI6MXB4IHNvbGlkICNjY2M7cGFkZGluZzo1cHh9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lciBhe3RleHQtZGVjb3JhdGlvbjpub25lfS5mcy1tdWx0aXNpdGUtb3B0aW9ucy1jb250YWluZXIgYTpmb2N1c3tib3gtc2hhZG93Om5vbmV9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lciBhLnNlbGVjdGVke2ZvbnQtd2VpZ2h0OmJvbGR9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lci5mcy1hcHBseS1vbi1hbGwtc2l0ZXN7Ym9yZGVyOjAgbm9uZTtwYWRkaW5nOjB9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lci5mcy1hcHBseS1vbi1hbGwtc2l0ZXMgLmZzLWFsbC1zaXRlcy1vcHRpb25ze2JvcmRlci1zcGFjaW5nOjB9LmZzLW11bHRpc2l0ZS1vcHRpb25zLWNvbnRhaW5lci5mcy1hcHBseS1vbi1hbGwtc2l0ZXMgLmZzLWFsbC1zaXRlcy1vcHRpb25zIHRkOm5vdCg6Zmlyc3QtY2hpbGQpe2Rpc3BsYXk6bm9uZX0uZnMtbXVsdGlzaXRlLW9wdGlvbnMtY29udGFpbmVyIC5mcy1zaXRlcy1saXN0LWNvbnRhaW5lcntkaXNwbGF5Om5vbmU7b3ZlcmZsb3c6YXV0b30uZnMtbXVsdGlzaXRlLW9wdGlvbnMtY29udGFpbmVyIC5mcy1zaXRlcy1saXN0LWNvbnRhaW5lciB0YWJsZSB0ZHtib3JkZXItdG9wOjFweCBzb2xpZCAjY2NjO3BhZGRpbmc6NHB4IDJweH0uZnMtbW9kYWwuZnMtbW9kYWwtbGljZW5zZS1rZXktcmVzZW5kIC5lbWFpbC1hZGRyZXNzLWNvbnRhaW5lcntvdmVyZmxvdzpoaWRkZW47cGFkZGluZy1yaWdodDoycHh9LmZzLW1vZGFsLmZzLW1vZGFsLWxpY2Vuc2Uta2V5LXJlc2VuZC5mcy1mcmVlbWl1bSBpbnB1dC5lbWFpbC1hZGRyZXNze3dpZHRoOjMwMHB4fS5mcy1tb2RhbC5mcy1tb2RhbC1saWNlbnNlLWtleS1yZXNlbmQuZnMtZnJlZW1pdW0gbGFiZWx7ZGlzcGxheTpibG9jazttYXJnaW4tYm90dG9tOjEwcHh9LmZzLW1vZGFsLmZzLW1vZGFsLWxpY2Vuc2Uta2V5LXJlc2VuZC5mcy1wcmVtaXVtIGlucHV0LmVtYWlsLWFkZHJlc3N7d2lkdGg6MTAwJX0uZnMtbW9kYWwuZnMtbW9kYWwtbGljZW5zZS1rZXktcmVzZW5kLmZzLXByZW1pdW0gLmJ1dHRvbi1jb250YWluZXJ7ZmxvYXQ6cmlnaHQ7bWFyZ2luLWxlZnQ6N3B4fUBtZWRpYSAobWF4LXdpZHRoOiA2NTBweCl7LmZzLW1vZGFsLmZzLW1vZGFsLWxpY2Vuc2Uta2V5LXJlc2VuZC5mcy1wcmVtaXVtIC5idXR0b24tY29udGFpbmVye21hcmdpbi10b3A6MnB4fX1cbi5ydGwgLmZzLW1vZGFsLmZzLW1vZGFsLWxpY2Vuc2Uta2V5LXJlc2VuZCAuZnMtbW9kYWwtYm9keSAuaW5wdXQtY29udGFpbmVyPi5lbWFpbC1hZGRyZXNzLWNvbnRhaW5lcntwYWRkaW5nLWxlZnQ6MnB4O3BhZGRpbmctcmlnaHQ6MH0ucnRsIC5mcy1tb2RhbC5mcy1tb2RhbC1saWNlbnNlLWtleS1yZXNlbmQgLmZzLW1vZGFsLWJvZHkgLmJ1dHRvbi1jb250YWluZXJ7ZmxvYXQ6bGVmdDttYXJnaW4tcmlnaHQ6N3B4O21hcmdpbi1sZWZ0OjB9YS5zaG93LWxpY2Vuc2UtcmVzZW5kLW1vZGFse21hcmdpbi10b3A6NHB4O2Rpc3BsYXk6aW5saW5lLWJsb2NrfS5mcy1hamF4LWxvYWRlcntwb3NpdGlvbjpyZWxhdGl2ZTt3aWR0aDoxNzBweDtoZWlnaHQ6MjBweDttYXJnaW46YXV0b30uZnMtYWpheC1sb2FkZXIgLmZzLWFqYXgtbG9hZGVyLWJhcntwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MDtiYWNrZ3JvdW5kLWNvbG9yOiMwMDc0YTM7d2lkdGg6MjBweDtoZWlnaHQ6MjBweDstd2Via2l0LWFuaW1hdGlvbi1uYW1lOmJvdW5jZV9hamF4TG9hZGVyOy1tb3otYW5pbWF0aW9uLW5hbWU6Ym91bmNlX2FqYXhMb2FkZXI7LW1zLWFuaW1hdGlvbi1uYW1lOmJvdW5jZV9hamF4TG9hZGVyOy1vLWFuaW1hdGlvbi1uYW1lOmJvdW5jZV9hamF4TG9hZGVyO2FuaW1hdGlvbi1uYW1lOmJvdW5jZV9hamF4TG9hZGVyOy13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOjEuNXM7LW1vei1hbmltYXRpb24tZHVyYXRpb246MS41czstbXMtYW5pbWF0aW9uLWR1cmF0aW9uOjEuNXM7LW8tYW5pbWF0aW9uLWR1cmF0aW9uOjEuNXM7YW5pbWF0aW9uLWR1cmF0aW9uOjEuNXM7YW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDppbmZpbml0ZTstby1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OmluZmluaXRlOy1tcy1hbmltYXRpb24taXRlcmF0aW9uLWNvdW50OmluZmluaXRlOy13ZWJraXQtYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDppbmZpbml0ZTstbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6aW5maW5pdGU7LXdlYmtpdC1hbmltYXRpb24tZGlyZWN0aW9uOm5vcm1hbDstbW96LWFuaW1hdGlvbi1kaXJlY3Rpb246bm9ybWFsOy1tcy1hbmltYXRpb24tZGlyZWN0aW9uOm5vcm1hbDstby1hbmltYXRpb24tZGlyZWN0aW9uOm5vcm1hbDthbmltYXRpb24tZGlyZWN0aW9uOm5vcm1hbDstbW96LXRyYW5zZm9ybTowLjM7LW8tdHJhbnNmb3JtOjAuMzstbXMtdHJhbnNmb3JtOjAuMzstd2Via2l0LXRyYW5zZm9ybTowLjM7dHJhbnNmb3JtOjAuM30uZnMtYWpheC1sb2FkZXIgLmZzLWFqYXgtbG9hZGVyLWJhci0xe2xlZnQ6MHB4O2FuaW1hdGlvbi1kZWxheTowLjZzOy1vLWFuaW1hdGlvbi1kZWxheTowLjZzOy1tcy1hbmltYXRpb24tZGVsYXk6MC42czstd2Via2l0LWFuaW1hdGlvbi1kZWxheTowLjZzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjAuNnN9LmZzLWFqYXgtbG9hZGVyIC5mcy1hamF4LWxvYWRlci1iYXItMntsZWZ0OjE5cHg7YW5pbWF0aW9uLWRlbGF5OjAuNzVzOy1vLWFuaW1hdGlvbi1kZWxheTowLjc1czstbXMtYW5pbWF0aW9uLWRlbGF5OjAuNzVzOy13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OjAuNzVzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjAuNzVzfS5mcy1hamF4LWxvYWRlciAuZnMtYWpheC1sb2FkZXItYmFyLTN7bGVmdDozOHB4O2FuaW1hdGlvbi1kZWxheTowLjlzOy1vLWFuaW1hdGlvbi1kZWxheTowLjlzOy1tcy1hbmltYXRpb24tZGVsYXk6MC45czstd2Via2l0LWFuaW1hdGlvbi1kZWxheTowLjlzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjAuOXN9LmZzLWFqYXgtbG9hZGVyIC5mcy1hamF4LWxvYWRlci1iYXItNHtsZWZ0OjU3cHg7YW5pbWF0aW9uLWRlbGF5OjEuMDVzOy1vLWFuaW1hdGlvbi1kZWxheToxLjA1czstbXMtYW5pbWF0aW9uLWRlbGF5OjEuMDVzOy13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OjEuMDVzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjEuMDVzfS5mcy1hamF4LWxvYWRlciAuZnMtYWpheC1sb2FkZXItYmFyLTV7bGVmdDo3NnB4O2FuaW1hdGlvbi1kZWxheToxLjJzOy1vLWFuaW1hdGlvbi1kZWxheToxLjJzOy1tcy1hbmltYXRpb24tZGVsYXk6MS4yczstd2Via2l0LWFuaW1hdGlvbi1kZWxheToxLjJzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjEuMnN9LmZzLWFqYXgtbG9hZGVyIC5mcy1hamF4LWxvYWRlci1iYXItNntsZWZ0Ojk1cHg7YW5pbWF0aW9uLWRlbGF5OjEuMzVzOy1vLWFuaW1hdGlvbi1kZWxheToxLjM1czstbXMtYW5pbWF0aW9uLWRlbGF5OjEuMzVzOy13ZWJraXQtYW5pbWF0aW9uLWRlbGF5OjEuMzVzOy1tb3otYW5pbWF0aW9uLWRlbGF5OjEuMzVzfS5mcy1hamF4LWxvYWRlciAuZnMtYWpheC1sb2FkZXItYmFyLTd7bGVmdDoxMTRweDthbmltYXRpb24tZGVsYXk6MS41czstby1hbmltYXRpb24tZGVsYXk6MS41czstbXMtYW5pbWF0aW9uLWRlbGF5OjEuNXM7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6MS41czstbW96LWFuaW1hdGlvbi1kZWxheToxLjVzfS5mcy1hamF4LWxvYWRlciAuZnMtYWpheC1sb2FkZXItYmFyLTh7bGVmdDoxMzNweDthbmltYXRpb24tZGVsYXk6MS42NXM7LW8tYW5pbWF0aW9uLWRlbGF5OjEuNjVzOy1tcy1hbmltYXRpb24tZGVsYXk6MS42NXM7LXdlYmtpdC1hbmltYXRpb24tZGVsYXk6MS42NXM7LW1vei1hbmltYXRpb24tZGVsYXk6MS42NXN9QC1tb3ota2V5ZnJhbWVzIGJvdW5jZV9hamF4TG9hZGVyezAley1tb3otdHJhbnNmb3JtOnNjYWxlKDEpOy1vLXRyYW5zZm9ybTpzY2FsZSgxKTstbXMtdHJhbnNmb3JtOnNjYWxlKDEpOy13ZWJraXQtdHJhbnNmb3JtOnNjYWxlKDEpO3RyYW5zZm9ybTpzY2FsZSgxKTtiYWNrZ3JvdW5kLWNvbG9yOiMwMDc0YTN9MTAwJXstbW96LXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1vLXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1tcy10cmFuc2Zvcm06c2NhbGUoMC4zKTstd2Via2l0LXRyYW5zZm9ybTpzY2FsZSgwLjMpO3RyYW5zZm9ybTpzY2FsZSgwLjMpO2JhY2tncm91bmQtY29sb3I6I2ZmZn19QC1tcy1rZXlmcmFtZXMgYm91bmNlX2FqYXhMb2FkZXJ7MCV7LW1vei10cmFuc2Zvcm06c2NhbGUoMSk7LW8tdHJhbnNmb3JtOnNjYWxlKDEpOy1tcy10cmFuc2Zvcm06c2NhbGUoMSk7LXdlYmtpdC10cmFuc2Zvcm06c2NhbGUoMSk7dHJhbnNmb3JtOnNjYWxlKDEpO2JhY2tncm91bmQtY29sb3I6IzAwNzRhM30xMDAley1tb3otdHJhbnNmb3JtOnNjYWxlKDAuMyk7LW8tdHJhbnNmb3JtOnNjYWxlKDAuMyk7LW1zLXRyYW5zZm9ybTpzY2FsZSgwLjMpOy13ZWJraXQtdHJhbnNmb3JtOnNjYWxlKDAuMyk7dHJhbnNmb3JtOnNjYWxlKDAuMyk7YmFja2dyb3VuZC1jb2xvcjojZmZmfX1ALW8ta2V5ZnJhbWVzIGJvdW5jZV9hamF4TG9hZGVyezAley1tb3otdHJhbnNmb3JtOnNjYWxlKDEpOy1vLXRyYW5zZm9ybTpzY2FsZSgxKTstbXMtdHJhbnNmb3JtOnNjYWxlKDEpOy13ZWJraXQtdHJhbnNmb3JtOnNjYWxlKDEpO3RyYW5zZm9ybTpzY2FsZSgxKTtiYWNrZ3JvdW5kLWNvbG9yOiMwMDc0YTN9MTAwJXstbW96LXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1vLXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1tcy10cmFuc2Zvcm06c2NhbGUoMC4zKTstd2Via2l0LXRyYW5zZm9ybTpzY2FsZSgwLjMpO3RyYW5zZm9ybTpzY2FsZSgwLjMpO2JhY2tncm91bmQtY29sb3I6I2ZmZn19QC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZV9hamF4TG9hZGVyezAley1tb3otdHJhbnNmb3JtOnNjYWxlKDEpOy1vLXRyYW5zZm9ybTpzY2FsZSgxKTstbXMtdHJhbnNmb3JtOnNjYWxlKDEpOy13ZWJraXQtdHJhbnNmb3JtOnNjYWxlKDEpO3RyYW5zZm9ybTpzY2FsZSgxKTtiYWNrZ3JvdW5kLWNvbG9yOiMwMDc0YTN9MTAwJXstbW96LXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1vLXRyYW5zZm9ybTpzY2FsZSgwLjMpOy1tcy10cmFuc2Zvcm06c2NhbGUoMC4zKTstd2Via2l0LXRyYW5zZm9ybTpzY2FsZSgwLjMpO3RyYW5zZm9ybTpzY2FsZSgwLjMpO2JhY2tncm91bmQtY29sb3I6I2ZmZn19QGtleWZyYW1lcyBib3VuY2VfYWpheExvYWRlcnswJXstbW96LXRyYW5zZm9ybTpzY2FsZSgxKTstby10cmFuc2Zvcm06c2NhbGUoMSk7LW1zLXRyYW5zZm9ybTpzY2FsZSgxKTstd2Via2l0LXRyYW5zZm9ybTpzY2FsZSgxKTt0cmFuc2Zvcm06c2NhbGUoMSk7YmFja2dyb3VuZC1jb2xvcjojMDA3NGEzfTEwMCV7LW1vei10cmFuc2Zvcm06c2NhbGUoMC4zKTstby10cmFuc2Zvcm06c2NhbGUoMC4zKTstbXMtdHJhbnNmb3JtOnNjYWxlKDAuMyk7LXdlYmtpdC10cmFuc2Zvcm06c2NhbGUoMC4zKTt0cmFuc2Zvcm06c2NhbGUoMC4zKTtiYWNrZ3JvdW5kLWNvbG9yOiNmZmZ9fS5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGgyLC5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIC5yZXF1ZXN0LWZpbGVzeXN0ZW0tY3JlZGVudGlhbHMtYWN0aW9uLWJ1dHRvbnN7ZGlzcGxheTpub25lfS5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGlucHV0W3R5cGU9cGFzc3dvcmRdLC5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGlucHV0W3R5cGU9ZW1haWxdLC5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGlucHV0W3R5cGU9dGV4dF17LXdlYmtpdC1hcHBlYXJhbmNlOm5vbmU7cGFkZGluZzoxMHB4IDEwcHggNXB4IDEwcHg7d2lkdGg6MzAwcHg7bWF4LXdpZHRoOjEwMCV9LmZzLW1vZGFsLWF1dG8taW5zdGFsbCAjcmVxdWVzdC1maWxlc3lzdGVtLWNyZWRlbnRpYWxzLWZvcm0+ZGl2LC5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGxhYmVsLC5mcy1tb2RhbC1hdXRvLWluc3RhbGwgI3JlcXVlc3QtZmlsZXN5c3RlbS1jcmVkZW50aWFscy1mb3JtIGZpZWxkc2V0e3dpZHRoOjMwMHB4O21heC13aWR0aDoxMDAlO21hcmdpbjowIGF1dG87ZGlzcGxheTpibG9ja30uYnV0dG9uLXByaW1hcnkud2Fybntib3gtc2hhZG93OjAgMXB4IDAgI2QyNTkzYzt0ZXh0LXNoYWRvdzowIC0xcHggMXB4ICNkMjU5M2MsMXB4IDAgMXB4ICNkMjU5M2MsMCAxcHggMXB4ICNkMjU5M2MsLTFweCAwIDFweCAjZDI1OTNjO2JhY2tncm91bmQ6I2Y1NmE0ODtib3JkZXItY29sb3I6I2VjNjU0NCAjZDI1OTNjICNkMjU5M2N9LmJ1dHRvbi1wcmltYXJ5Lndhcm46aG92ZXJ7YmFja2dyb3VuZDojZmQ2ZDRhO2JvcmRlci1jb2xvcjojZDI1OTNjfS5idXR0b24tcHJpbWFyeS53YXJuOmZvY3Vze2JveC1zaGFkb3c6MCAxcHggMCAjZGQ2MDQxLDAgMCAycHggMXB4ICNlNGE3OTZ9LmJ1dHRvbi1wcmltYXJ5Lndhcm46YWN0aXZle2JhY2tncm91bmQ6I2RkNjA0MTtib3JkZXItY29sb3I6I2QyNTkzYztib3gtc2hhZG93Omluc2V0IDAgMnB4IDAgI2QyNTkzY30uYnV0dG9uLXByaW1hcnkud2Fybi5kaXNhYmxlZHtjb2xvcjojZjViM2ExICFpbXBvcnRhbnQ7YmFja2dyb3VuZDojZTc2NDQ0ICFpbXBvcnRhbnQ7Ym9yZGVyLWNvbG9yOiNkODVlNDAgIWltcG9ydGFudDt0ZXh0LXNoYWRvdzowIC0xcHggMCByZ2JhKDAsMCwwLDAuMSkgIWltcG9ydGFudH1cbiJdfQ== */
1
+ .fs-modal{position:fixed;overflow:auto;height:100%;width:100%;top:0;z-index:100000;display:none;background:rgba(0,0,0,0.6)}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;position:absolute;left:50%;margin-left:-298px;padding-bottom:30px;top:-100%;z-index:100001;width:596px}@media (max-width: 650px){.fs-modal .fs-modal-dialog{margin-left:-50%;box-sizing:border-box;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active{display:block}.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{border:0;background:#fefefe;padding:20px}.fs-modal .fs-modal-header{border-bottom:#eeeeee solid 1px;background:#fbfbfb;padding:15px 20px;position:relative;margin-bottom:-10px}.fs-modal .fs-modal-header h4{margin:0;padding:0;text-transform:uppercase;font-size:1.2em;font-weight:bold;color:#cacaca;text-shadow:1px 1px 1px #fff;letter-spacing:0.6px;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{position:absolute;right:10px;top:12px;cursor:pointer;color:#bbb;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:3px;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{color:#fff;background:#aaa}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-weight:bold;font-size:20px;margin-top:0}.fs-modal .fs-modal-footer{border-top:#eeeeee solid 1px;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:first-child{margin:0}.fs-modal .fs-modal-panel>.notice.inline{margin:0;display:none}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{right:auto;left:20px}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .reason-input,.fs-modal.fs-modal-deactivation-feedback .internal-message{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea,.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;padding:7px;display:none}@media (max-width: 650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label{float:left}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0 !important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{margin-top:0;line-height:1.5em}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:bold;padding:0 25px;margin-bottom:0}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;top:5px;position:relative}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table,.fs-license-options-container table select,.fs-license-options-container table .fs-available-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{position:relative;top:6px;float:left;margin-right:5px}.fs-license-options-container table .fs-other-license-key-container div{overflow:hidden;width:auto;height:30px;display:block;top:2px;position:relative}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{width:100%;border-collapse:collapse}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type="radio"]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{width:1%;padding-left:3px;padding-right:3px}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key{width:100%}.fs-multisite-options-container{margin-top:10px;border:1px solid #ccc;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:bold}.fs-multisite-options-container.fs-apply-on-all-sites{border:0 none;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media (max-width: 650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}
2
+ .rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-right:7px;margin-left:0}a.show-license-resend-modal{margin-top:4px;display:inline-block}.fs-ajax-loader{position:relative;width:170px;height:20px;margin:auto}.fs-ajax-loader .fs-ajax-loader-bar{position:absolute;top:0;background-color:#0074a3;width:20px;height:20px;-webkit-animation-name:bounce_ajaxLoader;-moz-animation-name:bounce_ajaxLoader;-ms-animation-name:bounce_ajaxLoader;-o-animation-name:bounce_ajaxLoader;animation-name:bounce_ajaxLoader;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-direction:normal;-moz-animation-direction:normal;-ms-animation-direction:normal;-o-animation-direction:normal;animation-direction:normal;-moz-transform:0.3;-o-transform:0.3;-ms-transform:0.3;-webkit-transform:0.3;transform:0.3}.fs-ajax-loader .fs-ajax-loader-bar-1{left:0px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s}.fs-ajax-loader .fs-ajax-loader-bar-2{left:19px;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s}.fs-ajax-loader .fs-ajax-loader-bar-3{left:38px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s}.fs-ajax-loader .fs-ajax-loader-bar-4{left:57px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s}.fs-ajax-loader .fs-ajax-loader-bar-5{left:76px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s}.fs-ajax-loader .fs-ajax-loader-bar-6{left:95px;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s}.fs-ajax-loader .fs-ajax-loader-bar-7{left:114px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s}.fs-ajax-loader .fs-ajax-loader-bar-8{left:133px;animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s}@-moz-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-ms-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-o-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@-webkit-keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}@keyframes bounce_ajaxLoader{0%{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);background-color:#0074a3}100%{-moz-transform:scale(0.3);-o-transform:scale(0.3);-ms-transform:scale(0.3);-webkit-transform:scale(0.3);transform:scale(0.3);background-color:#fff}}.fs-modal-auto-install #request-filesystem-credentials-form h2,.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;padding:10px 10px 5px 10px;width:300px;max-width:100%}.fs-modal-auto-install #request-filesystem-credentials-form>div,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form fieldset{width:300px;max-width:100%;margin:0 auto;display:block}.button-primary.warn{box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c;background:#f56a48;border-color:#ec6544 #d2593c #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{color:#f5b3a1 !important;background:#e76444 !important;border-color:#d85e40 !important;text-shadow:0 -1px 0 rgba(0,0,0,0.1) !important}
 
freemius/assets/css/admin/gdpr-optin-notice.css CHANGED
@@ -1,2 +1 @@
1
  .fs-notice[data-id^="gdpr_optin_actions"] .underlined{text-decoration:underline}.fs-notice[data-id^="gdpr_optin_actions"] ul .button,.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{vertical-align:middle}.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{display:inline-block;margin-left:3px}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImdkcHItb3B0aW4tbm90aWNlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxzREFBc0QseUJBQXlCLENBQUMsc0hBQXNILHFCQUFxQixDQUFDLGlFQUFpRSxxQkFBcUIsZUFBZSxDQUFDIiwiZmlsZSI6ImdkcHItb3B0aW4tbm90aWNlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5mcy1ub3RpY2VbZGF0YS1pZF49XCJnZHByX29wdGluX2FjdGlvbnNcIl0gLnVuZGVybGluZWR7dGV4dC1kZWNvcmF0aW9uOnVuZGVybGluZX0uZnMtbm90aWNlW2RhdGEtaWRePVwiZ2Rwcl9vcHRpbl9hY3Rpb25zXCJdIHVsIC5idXR0b24sLmZzLW5vdGljZVtkYXRhLWlkXj1cImdkcHJfb3B0aW5fYWN0aW9uc1wiXSB1bCAuYWN0aW9uLWRlc2NyaXB0aW9ue3ZlcnRpY2FsLWFsaWduOm1pZGRsZX0uZnMtbm90aWNlW2RhdGEtaWRePVwiZ2Rwcl9vcHRpbl9hY3Rpb25zXCJdIHVsIC5hY3Rpb24tZGVzY3JpcHRpb257ZGlzcGxheTppbmxpbmUtYmxvY2s7bWFyZ2luLWxlZnQ6M3B4fVxuIl19 */
1
  .fs-notice[data-id^="gdpr_optin_actions"] .underlined{text-decoration:underline}.fs-notice[data-id^="gdpr_optin_actions"] ul .button,.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{vertical-align:middle}.fs-notice[data-id^="gdpr_optin_actions"] ul .action-description{display:inline-block;margin-left:3px}
 
freemius/assets/css/admin/plugins.css CHANGED
@@ -1,2 +1 @@
1
  label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBsdWdpbnMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUF5QixtQkFBbUIsV0FBVyxxQkFBcUIsa0JBQWtCLFlBQVksZUFBZSxpQkFBaUIsdUJBQXVCLENBQUMseUNBQXlDLGtCQUFrQixDQUFDLHlDQUF5QyxrQkFBa0IsQ0FBQywrQ0FBK0Msa0JBQWtCLENBQUMsMkNBQTJDLGtCQUFrQixDQUFDLGlEQUFpRCxxQkFBcUIsZ0JBQWdCLGdCQUFnQixDQUFDIiwiZmlsZSI6InBsdWdpbnMuY3NzIiwic291cmNlc0NvbnRlbnQiOlsibGFiZWwuZnMtdGFnLHNwYW4uZnMtdGFne2JhY2tncm91bmQ6I2ZmYmEwMDtjb2xvcjojZmZmO2Rpc3BsYXk6aW5saW5lLWJsb2NrO2JvcmRlci1yYWRpdXM6M3B4O3BhZGRpbmc6NXB4O2ZvbnQtc2l6ZToxMXB4O2xpbmUtaGVpZ2h0OjExcHg7dmVydGljYWwtYWxpZ246YmFzZWxpbmV9bGFiZWwuZnMtdGFnLmZzLXdhcm4sc3Bhbi5mcy10YWcuZnMtd2FybntiYWNrZ3JvdW5kOiNmZmJhMDB9bGFiZWwuZnMtdGFnLmZzLWluZm8sc3Bhbi5mcy10YWcuZnMtaW5mb3tiYWNrZ3JvdW5kOiMwMGEwZDJ9bGFiZWwuZnMtdGFnLmZzLXN1Y2Nlc3Msc3Bhbi5mcy10YWcuZnMtc3VjY2Vzc3tiYWNrZ3JvdW5kOiM0NmI0NTB9bGFiZWwuZnMtdGFnLmZzLWVycm9yLHNwYW4uZnMtdGFnLmZzLWVycm9ye2JhY2tncm91bmQ6I2RjMzIzMn0ud3AtbGlzdC10YWJsZS5wbHVnaW5zIC5wbHVnaW4tdGl0bGUgc3Bhbi5mcy10YWd7ZGlzcGxheTppbmxpbmUtYmxvY2s7bWFyZ2luLWxlZnQ6NXB4O2xpbmUtaGVpZ2h0OjEwcHh9XG4iXX0= */
1
  label.fs-tag,span.fs-tag{background:#ffba00;color:#fff;display:inline-block;border-radius:3px;padding:5px;font-size:11px;line-height:11px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;margin-left:5px;line-height:10px}
 
freemius/assets/css/customizer.css CHANGED
@@ -1,2 +1 @@
1
- #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;border-radius:5px;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;-webkit-transition:.15s background-color ease-in-out, .15s border-color ease-in-out;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
2
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImN1c3RvbWl6ZXIuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDBDQUEwQyw0QkFBNEIsa0JBQWtCLGVBQWUsQ0FBQyw2Q0FBNkMsa0JBQWtCLFNBQVMsZ0JBQWdCLHdCQUF3QixDQUFDLDBEQUEwRCxRQUFRLENBQUMsa0NBQWtDLGlCQUFpQixDQUFDLHFDQUFxQyxjQUFjLGNBQWMsc0JBQXNCLGlCQUFpQixpQkFBaUIsQ0FBQywwQ0FBMEMsaUJBQWlCLGlCQUFpQixDQUFDLDZDQUE2QyxXQUFXLFdBQVcsQ0FBQyw4REFBOEQsVUFBVSxrQkFBa0IsNENBQW9LLG9DQUFvQyxrQkFBa0IsZ0JBQWdCLFdBQVcsMkJBQTJCLGVBQWUsYUFBYSxlQUFlLFlBQVksa0JBQWtCLE9BQU8sUUFBUSxrQkFBbUUsK0NBQTJGLHVDQUF1QyxrQkFBa0IsaUJBQWlCLGVBQWUsQ0FBQyxtRUFBbUUsZ0JBQWdCLENBQUMscUVBQXFFLFlBQVksY0FBYyxRQUFRLFNBQVMsbUJBQW1CLDJCQUEyQixzREFBc0Qsa0JBQWtCLFNBQVMsU0FBUyxDQUFDLDBFQUEwRSxXQUFXLFNBQVMsQ0FBQyxvRUFBb0UsbUJBQW1CLFNBQVMsQ0FBQyxzQ0FBc0MsY0FBYyxrQkFBa0IsZUFBZSxDQUFDLHVCQUF1Qix3QkFBd0IsQ0FBQywrQkFBK0IsV0FBVyxDQUFDLHFDQUFxQyxXQUFXLGNBQWMsZUFBZSxDQUFDLDZDQUE2QyxXQUFXLFVBQVUsaUJBQWlCLENBQUMsNkRBQTZELHdDQUF3QywwQ0FBMEMsQ0FBQyx3RkFBd0YsV0FBVyx5QkFBeUIsOEJBQThCLG9GQUFBLDRFQUE0RSxhQUFhLDZCQUE2QixDQUFDLDhGQUE4Rix5QkFBeUIseUJBQXlCLENBQUMsOEZBQThGLFVBQVUsQ0FBQyw2RkFBNkYsaUJBQWlCLDhCQUE4QixDQUFDLG1HQUFtRywwQkFBMEIsQ0FBQyIsImZpbGUiOiJjdXN0b21pemVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIiNmc19jdXN0b21pemVyX3Vwc2VsbCAuZnMtY3VzdG9taXplci1wbGFue3BhZGRpbmc6MTBweCAyMHB4IDIwcHggMjBweDtib3JkZXItcmFkaXVzOjNweDtiYWNrZ3JvdW5kOiNmZmZ9I2ZzX2N1c3RvbWl6ZXJfdXBzZWxsIC5mcy1jdXN0b21pemVyLXBsYW4gaDJ7cG9zaXRpb246cmVsYXRpdmU7bWFyZ2luOjA7bGluZS1oZWlnaHQ6MmVtO3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZX0jZnNfY3VzdG9taXplcl91cHNlbGwgLmZzLWN1c3RvbWl6ZXItcGxhbiBoMiAuYnV0dG9uLWxpbmt7dG9wOi0ycHh9I2ZzX2N1c3RvbWl6ZXJfdXBzZWxsIC5mcy1mZWF0dXJle3Bvc2l0aW9uOnJlbGF0aXZlfSNmc19jdXN0b21pemVyX3Vwc2VsbCAuZGFzaGljb25zLXllc3tjb2xvcjojMDA4NWJhO2ZvbnQtc2l6ZToyZW07dmVydGljYWwtYWxpZ246Ym90dG9tO21hcmdpbi1sZWZ0Oi03cHg7bWFyZ2luLXJpZ2h0OjEwcHh9LnJ0bCAjZnNfY3VzdG9taXplcl91cHNlbGwgLmRhc2hpY29ucy15ZXN7bWFyZ2luLWxlZnQ6MTBweDttYXJnaW4tcmlnaHQ6LTdweH0jZnNfY3VzdG9taXplcl91cHNlbGwgLmRhc2hpY29ucy1lZGl0b3ItaGVscHtjb2xvcjojYmJiO2N1cnNvcjpoZWxwfSNmc19jdXN0b21pemVyX3Vwc2VsbCAuZGFzaGljb25zLWVkaXRvci1oZWxwIC5mcy1mZWF0dXJlLWRlc2N7b3BhY2l0eTowO3Zpc2liaWxpdHk6aGlkZGVuOy1tb3otdHJhbnNpdGlvbjpvcGFjaXR5IDAuM3MgZWFzZS1pbi1vdXQ7LW8tdHJhbnNpdGlvbjpvcGFjaXR5IDAuM3MgZWFzZS1pbi1vdXQ7LW1zLXRyYW5zaXRpb246b3BhY2l0eSAwLjNzIGVhc2UtaW4tb3V0Oy13ZWJraXQtdHJhbnNpdGlvbjpvcGFjaXR5IDAuM3MgZWFzZS1pbi1vdXQ7dHJhbnNpdGlvbjpvcGFjaXR5IDAuM3MgZWFzZS1pbi1vdXQ7cG9zaXRpb246YWJzb2x1dGU7YmFja2dyb3VuZDojMDAwO2NvbG9yOiNmZmY7Zm9udC1mYW1pbHk6J2FyaWFsJywgc2VyaWY7Zm9udC1zaXplOjEycHg7cGFkZGluZzoxMHB4O3otaW5kZXg6OTk5OTk5O2JvdHRvbToxMDAlO21hcmdpbi1ib3R0b206NXB4O2xlZnQ6MDtyaWdodDowOy1tb3otYm9yZGVyLXJhZGl1czo1cHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjVweDtib3JkZXItcmFkaXVzOjVweDstbW96LWJveC1zaGFkb3c6MXB4IDFweCAxcHggcmdiYSgwLDAsMCwwLjIpOy13ZWJraXQtYm94LXNoYWRvdzoxcHggMXB4IDFweCByZ2JhKDAsMCwwLDAuMik7Ym94LXNoYWRvdzoxcHggMXB4IDFweCByZ2JhKDAsMCwwLDAuMik7bGluZS1oZWlnaHQ6MS4zZW07Zm9udC13ZWlnaHQ6Ym9sZDt0ZXh0LWFsaWduOmxlZnR9LnJ0bCAjZnNfY3VzdG9taXplcl91cHNlbGwgLmRhc2hpY29ucy1lZGl0b3ItaGVscCAuZnMtZmVhdHVyZS1kZXNje3RleHQtYWxpZ246cmlnaHR9I2ZzX2N1c3RvbWl6ZXJfdXBzZWxsIC5kYXNoaWNvbnMtZWRpdG9yLWhlbHAgLmZzLWZlYXR1cmUtZGVzYzo6YWZ0ZXJ7Y29udGVudDonICc7ZGlzcGxheTpibG9jazt3aWR0aDowO2hlaWdodDowO2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItd2lkdGg6NXB4IDVweCAwIDVweDtib3JkZXItY29sb3I6IzAwMCB0cmFuc3BhcmVudCB0cmFuc3BhcmVudCB0cmFuc3BhcmVudDtwb3NpdGlvbjphYnNvbHV0ZTt0b3A6MTAwJTtsZWZ0OjIxcHh9LnJ0bCAjZnNfY3VzdG9taXplcl91cHNlbGwgLmRhc2hpY29ucy1lZGl0b3ItaGVscCAuZnMtZmVhdHVyZS1kZXNjOjphZnRlcntyaWdodDoyMXB4O2xlZnQ6YXV0b30jZnNfY3VzdG9taXplcl91cHNlbGwgLmRhc2hpY29ucy1lZGl0b3ItaGVscDpob3ZlciAuZnMtZmVhdHVyZS1kZXNje3Zpc2liaWxpdHk6dmlzaWJsZTtvcGFjaXR5OjF9I2ZzX2N1c3RvbWl6ZXJfdXBzZWxsIC5idXR0b24tcHJpbWFyeXtkaXNwbGF5OmJsb2NrO3RleHQtYWxpZ246Y2VudGVyO21hcmdpbi10b3A6MTBweH0jZnNfY3VzdG9taXplcl9zdXBwb3J0e2Rpc3BsYXk6YmxvY2sgIWltcG9ydGFudH0jZnNfY3VzdG9taXplcl9zdXBwb3J0IC5idXR0b257ZmxvYXQ6cmlnaHR9I2ZzX2N1c3RvbWl6ZXJfc3VwcG9ydCAuYnV0dG9uLWdyb3Vwe3dpZHRoOjEwMCU7ZGlzcGxheTpibG9jazttYXJnaW4tdG9wOjEwcHh9I2ZzX2N1c3RvbWl6ZXJfc3VwcG9ydCAuYnV0dG9uLWdyb3VwIC5idXR0b257ZmxvYXQ6bm9uZTt3aWR0aDo1MCU7dGV4dC1hbGlnbjpjZW50ZXJ9I2N1c3RvbWl6ZS10aGVtZS1jb250cm9scyAjYWNjb3JkaW9uLXNlY3Rpb24tZnJlZW1pdXNfdXBzZWxse2JvcmRlci10b3A6MXB4IHNvbGlkICMwMDg1YmEgIWltcG9ydGFudDtib3JkZXItYm90dG9tOjFweCBzb2xpZCAjMDA4NWJhICFpbXBvcnRhbnR9I2N1c3RvbWl6ZS10aGVtZS1jb250cm9scyAjYWNjb3JkaW9uLXNlY3Rpb24tZnJlZW1pdXNfdXBzZWxsIGgzLmFjY29yZGlvbi1zZWN0aW9uLXRpdGxle2NvbG9yOiNmZmY7YmFja2dyb3VuZC1jb2xvcjojMDA4NWJhO2JvcmRlci1sZWZ0OjRweCBzb2xpZCAjMDA4NWJhO3RyYW5zaXRpb246LjE1cyBiYWNrZ3JvdW5kLWNvbG9yIGVhc2UtaW4tb3V0LCAuMTVzIGJvcmRlci1jb2xvciBlYXNlLWluLW91dDtvdXRsaW5lOm5vbmU7Ym9yZGVyLWJvdHRvbTpub25lICFpbXBvcnRhbnR9I2N1c3RvbWl6ZS10aGVtZS1jb250cm9scyAjYWNjb3JkaW9uLXNlY3Rpb24tZnJlZW1pdXNfdXBzZWxsIGgzLmFjY29yZGlvbi1zZWN0aW9uLXRpdGxlOmhvdmVye2JhY2tncm91bmQtY29sb3I6IzAwOGVjMjtib3JkZXItbGVmdC1jb2xvcjojMDA3M2FhfSNjdXN0b21pemUtdGhlbWUtY29udHJvbHMgI2FjY29yZGlvbi1zZWN0aW9uLWZyZWVtaXVzX3Vwc2VsbCBoMy5hY2NvcmRpb24tc2VjdGlvbi10aXRsZTphZnRlcntjb2xvcjojZmZmfSNjdXN0b21pemUtdGhlbWUtY29udHJvbHMgI2FjY29yZGlvbi1zZWN0aW9uLWZyZWVtaXVzX3Vwc2VsbCAucnRsIGgzLmFjY29yZGlvbi1zZWN0aW9uLXRpdGxle2JvcmRlci1sZWZ0Om5vbmU7Ym9yZGVyLXJpZ2h0OjRweCBzb2xpZCAjMDA4NWJhfSNjdXN0b21pemUtdGhlbWUtY29udHJvbHMgI2FjY29yZGlvbi1zZWN0aW9uLWZyZWVtaXVzX3Vwc2VsbCAucnRsIGgzLmFjY29yZGlvbi1zZWN0aW9uLXRpdGxlOmhvdmVye2JvcmRlci1yaWdodC1jb2xvcjojMDA3M2FhfVxuIl19 */
1
+ #fs_customizer_upsell .fs-customizer-plan{padding:10px 20px 20px 20px;border-radius:3px;background:#fff}#fs_customizer_upsell .fs-customizer-plan h2{position:relative;margin:0;line-height:2em;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;vertical-align:bottom;margin-left:-7px;margin-right:10px}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{opacity:0;visibility:hidden;-moz-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;-ms-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;position:absolute;background:#000;color:#fff;font-family:'arial', serif;font-size:12px;padding:10px;z-index:999999;bottom:100%;margin-bottom:5px;left:0;right:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);box-shadow:1px 1px 1px rgba(0,0,0,0.2);line-height:1.3em;font-weight:bold;text-align:left}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{content:' ';display:block;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#000 transparent transparent transparent;position:absolute;top:100%;left:21px}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc::after{right:21px;left:auto}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{visibility:visible;opacity:1}#fs_customizer_upsell .button-primary{display:block;text-align:center;margin-top:10px}#fs_customizer_support{display:block !important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{width:100%;display:block;margin-top:10px}#fs_customizer_support .button-group .button{float:none;width:50%;text-align:center}#customize-theme-controls #accordion-section-freemius_upsell{border-top:1px solid #0085ba !important;border-bottom:1px solid #0085ba !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{color:#fff;background-color:#0085ba;border-left:4px solid #0085ba;transition:.15s background-color ease-in-out, .15s border-color ease-in-out;outline:none;border-bottom:none !important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}
 
freemius/config.php CHANGED
@@ -385,4 +385,7 @@
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
- }
 
 
 
385
 
386
  if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
387
  define( 'WP_FS__DEMO_MODE', false );
388
+ }
389
+ if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
390
+ define( 'FS_SDK__SSLVERIFY', false );
391
+ }
freemius/includes/class-freemius.php CHANGED
@@ -1674,6 +1674,7 @@
1674
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1675
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1676
  $this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
 
1677
 
1678
  if ( $this->_is_network_active && fs_is_network_admin() ) {
1679
  $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
@@ -7736,7 +7737,10 @@
7736
  * @author Leo Fajardo (@leorw)
7737
  * @since 1.2.2
7738
  */
7739
- if ( is_plugin_active( $other_version_basename ) ) {
 
 
 
7740
  deactivate_plugins( $other_version_basename );
7741
  }
7742
  }
@@ -9021,12 +9025,25 @@
9021
  'is_uninstalled' => false,
9022
  );
9023
 
9024
- $plugins_update_data[] = $new_plugin;
9025
  $network_plugins_cache->plugins[ $basename ] = $new_plugin;
9026
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9027
  if ( isset( $site_active_plugins[ $basename ] ) ) {
9028
  $site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
9029
- $site_active_plugins_cache->plugins[ $basename ]['is_active'] = true;
9030
  }
9031
  }
9032
  }
@@ -13130,6 +13147,61 @@
13130
  }
13131
  }
13132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13133
  /**
13134
  * @author Leo Fajardo (@leorw)
13135
  * @since 2.3.0
@@ -20679,6 +20751,13 @@
20679
  }
20680
 
20681
  if ( 'none' !== $plan_change ) {
 
 
 
 
 
 
 
20682
  $this->do_action( 'after_license_change', $plan_change, $this->get_plan() );
20683
  }
20684
  }
@@ -22293,6 +22372,26 @@
22293
 
22294
  $this->_handle_account_edits();
22295
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22296
  $this->do_action( 'account_page_load_before_departure' );
22297
  }
22298
 
@@ -23453,10 +23552,12 @@
23453
  * @since 1.0.3
23454
  */
23455
  function _redirect_on_activation_hook() {
23456
- $url = $this->get_after_plugin_activation_redirect_url();
 
23457
 
23458
- if ( is_string( $url ) ) {
23459
- fs_redirect( $url );
 
23460
  }
23461
  }
23462
 
1674
  $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
1675
  $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
1676
  $this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
1677
+ $this->add_ajax_action( 'toggle_whitelabel_mode', array( &$this, '_toggle_whitelabel_mode_ajax_handler' ) );
1678
 
1679
  if ( $this->_is_network_active && fs_is_network_admin() ) {
1680
  $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
7737
  * @author Leo Fajardo (@leorw)
7738
  * @since 1.2.2
7739
  */
7740
+ if (
7741
+ is_plugin_active( $other_version_basename ) &&
7742
+ $this->apply_filters( 'deactivate_on_activation', true )
7743
+ ) {
7744
  deactivate_plugins( $other_version_basename );
7745
  }
7746
  }
9025
  'is_uninstalled' => false,
9026
  );
9027
 
 
9028
  $network_plugins_cache->plugins[ $basename ] = $new_plugin;
9029
 
9030
+ $is_site_level_active = (
9031
+ isset( $site_active_plugins[ $basename ] ) &&
9032
+ $site_active_plugins[ $basename ]['is_active']
9033
+ );
9034
+
9035
+ /**
9036
+ * If not network active, set the activity status based on the site-level plugin status.
9037
+ */
9038
+ if ( ! $new_plugin['is_active'] ) {
9039
+ $new_plugin['is_active'] = $is_site_level_active;
9040
+ }
9041
+
9042
+ $plugins_update_data[] = $new_plugin;
9043
+
9044
  if ( isset( $site_active_plugins[ $basename ] ) ) {
9045
  $site_active_plugins_cache->plugins[ $basename ] = $new_plugin;
9046
+ $site_active_plugins_cache->plugins[ $basename ]['is_active'] = $is_site_level_active;
9047
  }
9048
  }
9049
  }
13147
  }
13148
  }
13149
 
13150
+ /**
13151
+ * @author Edgar Melkonyan
13152
+ * @since 2.4.1
13153
+ *
13154
+ * @throws Freemius_Exception
13155
+ */
13156
+ function _toggle_whitelabel_mode_ajax_handler() {
13157
+ $this->_logger->entrance();
13158
+
13159
+ $this->check_ajax_referer( 'toggle_whitelabel_mode' );
13160
+
13161
+ if ( ! $this->is_user_admin() ) {
13162
+ // Only for admins.
13163
+ self::shoot_ajax_failure();
13164
+ }
13165
+
13166
+ $license = $this->get_api_user_scope()->call(
13167
+ "/licenses/{$this->_site->license_id}.json",
13168
+ 'put',
13169
+ array( 'is_whitelabeled' => ! $this->_license->is_whitelabeled )
13170
+ );
13171
+
13172
+ if ( ! $this->is_api_result_entity( $license ) ) {
13173
+ self::shoot_ajax_failure(
13174
+ FS_Api::is_api_error_object( $license ) ?
13175
+ $license->error->message :
13176
+ fs_text_inline( "An unknown error has occurred while trying to toggle the license's white-label mode.", 'unknown-error-occurred', $this->get_slug() )
13177
+ );
13178
+ }
13179
+
13180
+ $this->_license->is_whitelabeled = $license->is_whitelabeled;
13181
+ $this->_store_licenses();
13182
+
13183
+ $this->_sync_license();
13184
+
13185
+ if ( ! $license->is_whitelabeled ) {
13186
+ $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
13187
+ } else {
13188
+ $this->_admin_notices->add_sticky(
13189
+ sprintf(
13190
+ $this->get_text_inline(
13191
+ 'Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.',
13192
+ 'license_whitelabeled'
13193
+ ),
13194
+ "<strong>{$this->get_plugin_title()}</strong>",
13195
+ sprintf( '<a href="https://users.freemius.com" target="_blank">%s</a>', $this->get_text_inline( 'User Dashboard', 'user-dashboard' ) ),
13196
+ sprintf( '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>', $this->get_text_inline( 'revert it now', 'revert-it-now' ) )
13197
+ ),
13198
+ 'license_whitelabeled'
13199
+ );
13200
+ }
13201
+
13202
+ self::shoot_ajax_response( array( 'success' => true ) );
13203
+ }
13204
+
13205
  /**
13206
  * @author Leo Fajardo (@leorw)
13207
  * @since 2.3.0
20751
  }
20752
 
20753
  if ( 'none' !== $plan_change ) {
20754
+ if (
20755
+ ! is_object( $this->_license ) ||
20756
+ ! $this->_license->is_whitelabeled
20757
+ ) {
20758
+ $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
20759
+ }
20760
+
20761
  $this->do_action( 'after_license_change', $plan_change, $this->get_plan() );
20762
  }
20763
  }
22372
 
22373
  $this->_handle_account_edits();
22374
 
22375
+ if (
22376
+ is_object( $this->_license ) &&
22377
+ $this->_license->user_id == $this->_user->id &&
22378
+ ! $this->is_whitelabeled( true )
22379
+ ) {
22380
+ $this->_admin_notices->add(
22381
+ sprintf(
22382
+ $this->get_text_inline( "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.", 'license_not_whitelabeled' ),
22383
+ sprintf(
22384
+ '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>',
22385
+ $this->get_text_inline( 'Click here', 'click-here' )
22386
+ )
22387
+ ),
22388
+ '',
22389
+ 'success',
22390
+ false,
22391
+ 'license_not_whitelabeled'
22392
+ );
22393
+ }
22394
+
22395
  $this->do_action( 'account_page_load_before_departure' );
22396
  }
22397
 
23552
  * @since 1.0.3
23553
  */
23554
  function _redirect_on_activation_hook() {
23555
+ if ( $this->apply_filters( 'redirect_on_activation', true ) ) {
23556
+ $url = $this->get_after_plugin_activation_redirect_url();
23557
 
23558
+ if ( is_string( $url ) ) {
23559
+ fs_redirect( $url );
23560
+ }
23561
  }
23562
  }
23563
 
freemius/includes/class-fs-plugin-updater.php CHANGED
@@ -542,23 +542,66 @@
542
  }
543
  }
544
 
 
 
 
545
  if ( is_object( $this->_update_details ) ) {
 
 
 
 
546
  if ( ! isset( $transient_data->response ) ) {
547
  $transient_data->response = array();
548
  }
549
 
550
  // Add plugin to transient data.
551
- $transient_data->response[ $this->_fs->premium_plugin_basename() ] = $this->_fs->is_plugin() ?
552
  $this->_update_details :
553
  (array) $this->_update_details;
554
- } else if ( isset( $transient_data->response ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
555
  /**
556
- * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
557
  *
558
- * @author Leo Fajardo (@leorw)
559
- * @since 2.3.0
560
  */
561
- unset( $transient_data->response[ $this->_fs->premium_plugin_basename() ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
  }
563
 
564
  $slug = $this->_fs->get_slug();
542
  }
543
  }
544
 
545
+ // Alias.
546
+ $basename = $this->_fs->premium_plugin_basename();
547
+
548
  if ( is_object( $this->_update_details ) ) {
549
+ if ( isset( $transient_data->no_update ) ) {
550
+ unset( $transient_data->no_update[ $basename ] );
551
+ }
552
+
553
  if ( ! isset( $transient_data->response ) ) {
554
  $transient_data->response = array();
555
  }
556
 
557
  // Add plugin to transient data.
558
+ $transient_data->response[ $basename ] = $this->_fs->is_plugin() ?
559
  $this->_update_details :
560
  (array) $this->_update_details;
561
+ } else {
562
+ if ( isset( $transient_data->response ) ) {
563
+ /**
564
+ * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
565
+ *
566
+ * @author Leo Fajardo (@leorw)
567
+ * @since 2.3.0
568
+ */
569
+ unset( $transient_data->response[ $basename ] );
570
+ }
571
+
572
+ if ( ! isset( $transient_data->no_update ) ) {
573
+ $transient_data->no_update = array();
574
+ }
575
+
576
  /**
577
+ * Add product to no_update transient data to properly integrate with WP 5.5 auto-updates UI.
578
  *
579
+ * @since 2.4.1
580
+ * @link https://make.wordpress.org/core/2020/07/30/recommended-usage-of-the-updates-api-to-support-the-auto-updates-ui-for-plugins-and-themes-in-wordpress-5-5/
581
  */
582
+ $transient_data->no_update[ $basename ] = $this->_fs->is_plugin() ?
583
+ (object) array(
584
+ 'id' => $basename,
585
+ 'slug' => $this->_fs->get_slug(),
586
+ 'plugin' => $basename,
587
+ 'new_version' => $this->_fs->get_plugin_version(),
588
+ 'url' => '',
589
+ 'package' => '',
590
+ 'icons' => array(),
591
+ 'banners' => array(),
592
+ 'banners_rtl' => array(),
593
+ 'tested' => '',
594
+ 'requires_php' => '',
595
+ 'compatibility' => new stdClass(),
596
+ ) :
597
+ array(
598
+ 'theme' => $basename,
599
+ 'new_version' => $this->_fs->get_plugin_version(),
600
+ 'url' => '',
601
+ 'package' => '',
602
+ 'requires' => '',
603
+ 'requires_php' => '',
604
+ );
605
  }
606
 
607
  $slug = $this->_fs->get_slug();
freemius/includes/fs-plugin-info-dialog.php CHANGED
@@ -260,14 +260,20 @@
260
  if ( $has_valid_blog_id ) {
261
  restore_current_blog();
262
  }
 
263
 
264
- if ( is_object( $fs_addon ) ) {
265
- $data->has_purchased_license = $fs_addon->has_active_valid_license();
266
- } else {
267
- $account_addons = $this->_fs->get_account_addons();
268
- if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
269
- $data->has_purchased_license = true;
270
- }
 
 
 
 
 
271
  }
272
  }
273
 
@@ -577,7 +583,7 @@
577
 
578
  $has_installed_version = ( 'install' !== $this->status['status'] );
579
 
580
- if ( ! $api->has_paid_plan ) {
581
  /**
582
  * Free-only add-on.
583
  *
@@ -1203,7 +1209,7 @@
1203
 
1204
  $(document).ready(function () {
1205
  var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
1206
- $plan.find('input[type=radio]').live('click', function () {
1207
  _updateCtaUrl(
1208
  $plan.attr('data-plan-id'),
1209
  $(this).val(),
@@ -1635,4 +1641,4 @@
1635
  iframe_footer();
1636
  exit;
1637
  }
1638
- }
260
  if ( $has_valid_blog_id ) {
261
  restore_current_blog();
262
  }
263
+ }
264
 
265
+ /**
266
+ * Check if there's a purchased license in case the add-on can only be installed/downloaded as part of a purchased bundle.
267
+ *
268
+ * @author Leo Fajardo (@leorw)
269
+ * @since 2.4.1
270
+ */
271
+ if ( is_object( $fs_addon ) ) {
272
+ $data->has_purchased_license = $fs_addon->has_active_valid_license();
273
+ } else {
274
+ $account_addons = $this->_fs->get_account_addons();
275
+ if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
276
+ $data->has_purchased_license = true;
277
  }
278
  }
279
 
583
 
584
  $has_installed_version = ( 'install' !== $this->status['status'] );
585
 
586
+ if ( ! $api->has_paid_plan && ! $api->has_purchased_license ) {
587
  /**
588
  * Free-only add-on.
589
  *
1209
 
1210
  $(document).ready(function () {
1211
  var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
1212
+ $plan.find('input[type=radio]').on('click', function () {
1213
  _updateCtaUrl(
1214
  $plan.attr('data-plan-id'),
1215
  $(this).val(),
1641
  iframe_footer();
1642
  exit;
1643
  }
1644
+ }
freemius/includes/i18n.php CHANGED
@@ -98,6 +98,8 @@
98
  'error' => _fs_text( 'Error' ),
99
  'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
100
  'learn-more' => _fs_text( 'Learn more' ),
 
 
101
 
102
  #region Affiliation
103
  'affiliation' => _fs_text( 'Affiliation' ),
98
  'error' => _fs_text( 'Error' ),
99
  'failed-finding-main-path' => _fs_text( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.' ),
100
  'learn-more' => _fs_text( 'Learn more' ),
101
+ 'license_not_whitelabeled' => _fs_text( "Is this your client's site? %s if you wish to hide sensitive info like your billing address and invoices from the WP Admin."),
102
+ 'license_whitelabeled' => _fs_text( 'Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your billing address and invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.'),
103
 
104
  #region Affiliation
105
  'affiliation' => _fs_text( 'Affiliation' ),
freemius/includes/sdk/FreemiusWordPress.php CHANGED
@@ -59,6 +59,10 @@
59
  }
60
  }
61
 
 
 
 
 
62
  $curl_version = FS_SDK__HAS_CURL ?
63
  curl_version() :
64
  array( 'version' => '7.37' );
@@ -401,7 +405,7 @@
401
  }
402
 
403
  if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
404
- $pWPRemoteArgs['sslverify'] = false;
405
  }
406
 
407
  if ( false !== $pBeforeExecutionFunction &&
59
  }
60
  }
61
 
62
+ if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
63
+ define( 'FS_SDK__SSLVERIFY', false );
64
+ }
65
+
66
  $curl_version = FS_SDK__HAS_CURL ?
67
  curl_version() :
68
  array( 'version' => '7.37' );
405
  }
406
 
407
  if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
408
+ $pWPRemoteArgs['sslverify'] = FS_SDK__SSLVERIFY;
409
  }
410
 
411
  if ( false !== $pBeforeExecutionFunction &&
freemius/languages/freemius-cs_CZ.mo CHANGED
Binary file
freemius/languages/freemius-da_DK.mo CHANGED
Binary file
freemius/languages/freemius-en.mo CHANGED
Binary file
freemius/languages/freemius-es_ES.mo CHANGED
Binary file
freemius/languages/freemius-fr_FR.mo CHANGED
Binary file
freemius/languages/freemius-he_IL.mo CHANGED
Binary file
freemius/languages/freemius-hu_HU.mo CHANGED
Binary file
freemius/languages/freemius-it_IT.mo CHANGED
Binary file
freemius/languages/freemius-ja.mo CHANGED
Binary file
freemius/languages/freemius-nl_NL.mo CHANGED
Binary file
freemius/languages/freemius-ru_RU.mo CHANGED
Binary file
freemius/languages/freemius-ta.mo CHANGED
Binary file
freemius/languages/freemius-zh_CN.mo CHANGED
Binary file
freemius/languages/freemius.pot CHANGED
@@ -16,771 +16,795 @@ msgstr ""
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
 
19
- #: includes/class-freemius.php:1911, templates/account.php:910
20
  msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
21
  msgstr ""
22
 
23
- #: includes/class-freemius.php:1918
24
  msgid "Would you like to proceed with the update?"
25
  msgstr ""
26
 
27
- #: includes/class-freemius.php:2130
28
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
29
  msgstr ""
30
 
31
- #: includes/class-freemius.php:2132
32
  msgid "Error"
33
  msgstr ""
34
 
35
- #: includes/class-freemius.php:2532
36
  msgid "I found a better %s"
37
  msgstr ""
38
 
39
- #: includes/class-freemius.php:2534
40
  msgid "What's the %s's name?"
41
  msgstr ""
42
 
43
- #: includes/class-freemius.php:2540
44
  msgid "It's a temporary %s. I'm just debugging an issue."
45
  msgstr ""
46
 
47
- #: includes/class-freemius.php:2542
48
  msgid "Deactivation"
49
  msgstr ""
50
 
51
- #: includes/class-freemius.php:2543
52
  msgid "Theme Switch"
53
  msgstr ""
54
 
55
- #: includes/class-freemius.php:2552, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
56
  msgid "Other"
57
  msgstr ""
58
 
59
- #: includes/class-freemius.php:2560
60
  msgid "I no longer need the %s"
61
  msgstr ""
62
 
63
- #: includes/class-freemius.php:2567
64
  msgid "I only needed the %s for a short period"
65
  msgstr ""
66
 
67
- #: includes/class-freemius.php:2573
68
  msgid "The %s broke my site"
69
  msgstr ""
70
 
71
- #: includes/class-freemius.php:2580
72
  msgid "The %s suddenly stopped working"
73
  msgstr ""
74
 
75
- #: includes/class-freemius.php:2590
76
  msgid "I can't pay for it anymore"
77
  msgstr ""
78
 
79
- #: includes/class-freemius.php:2592
80
  msgid "What price would you feel comfortable paying?"
81
  msgstr ""
82
 
83
- #: includes/class-freemius.php:2598
84
  msgid "I don't like to share my information with you"
85
  msgstr ""
86
 
87
- #: includes/class-freemius.php:2619
88
  msgid "The %s didn't work"
89
  msgstr ""
90
 
91
- #: includes/class-freemius.php:2629
92
  msgid "I couldn't understand how to make it work"
93
  msgstr ""
94
 
95
- #: includes/class-freemius.php:2637
96
  msgid "The %s is great, but I need specific feature that you don't support"
97
  msgstr ""
98
 
99
- #: includes/class-freemius.php:2639
100
  msgid "What feature?"
101
  msgstr ""
102
 
103
- #: includes/class-freemius.php:2643
104
  msgid "The %s is not working"
105
  msgstr ""
106
 
107
- #: includes/class-freemius.php:2645
108
  msgid "Kindly share what didn't work so we can fix it for future users..."
109
  msgstr ""
110
 
111
- #: includes/class-freemius.php:2649
112
  msgid "It's not what I was looking for"
113
  msgstr ""
114
 
115
- #: includes/class-freemius.php:2651
116
  msgid "What you've been looking for?"
117
  msgstr ""
118
 
119
- #: includes/class-freemius.php:2655
120
  msgid "The %s didn't work as expected"
121
  msgstr ""
122
 
123
- #: includes/class-freemius.php:2657
124
  msgid "What did you expect?"
125
  msgstr ""
126
 
127
- #: includes/class-freemius.php:3512, templates/debug.php:20
128
  msgid "Freemius Debug"
129
  msgstr ""
130
 
131
- #: includes/class-freemius.php:4264
132
  msgid "I don't know what is cURL or how to install it, help me!"
133
  msgstr ""
134
 
135
- #: includes/class-freemius.php:4266
136
  msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
137
  msgstr ""
138
 
139
- #: includes/class-freemius.php:4273
140
  msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
141
  msgstr ""
142
 
143
- #: includes/class-freemius.php:4378
144
  msgid "Yes - do your thing"
145
  msgstr ""
146
 
147
- #: includes/class-freemius.php:4383
148
  msgid "No - just deactivate"
149
  msgstr ""
150
 
151
- #: includes/class-freemius.php:4428, includes/class-freemius.php:4922, includes/class-freemius.php:6178, includes/class-freemius.php:13282, includes/class-freemius.php:14000, includes/class-freemius.php:17451, includes/class-freemius.php:17556, includes/class-freemius.php:17731, includes/class-freemius.php:19965, includes/class-freemius.php:20323, includes/class-freemius.php:20333, includes/class-freemius.php:20997, includes/class-freemius.php:21903, includes/class-freemius.php:22036, includes/class-freemius.php:22192, templates/add-ons.php:57
152
  msgctxt "exclamation"
153
  msgid "Oops"
154
  msgstr ""
155
 
156
- #: includes/class-freemius.php:4497
157
  msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
158
  msgstr ""
159
 
160
- #: includes/class-freemius.php:4919
161
  msgctxt "addonX cannot run without pluginY"
162
  msgid "%s cannot run without %s."
163
  msgstr ""
164
 
165
- #: includes/class-freemius.php:4920
166
  msgctxt "addonX cannot run..."
167
  msgid "%s cannot run without the plugin."
168
  msgstr ""
169
 
170
- #: includes/class-freemius.php:5119, includes/class-freemius.php:5144, includes/class-freemius.php:21068
171
  msgid "Unexpected API error. Please contact the %s's author with the following error."
172
  msgstr ""
173
 
174
- #: includes/class-freemius.php:5844
175
  msgid "Premium %s version was successfully activated."
176
  msgstr ""
177
 
178
- #: includes/class-freemius.php:5856, includes/class-freemius.php:7755
179
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
180
  msgid "W00t"
181
  msgstr ""
182
 
183
- #: includes/class-freemius.php:5871
184
  msgid "You have a %s license."
185
  msgstr ""
186
 
187
- #: includes/class-freemius.php:5875, includes/class-freemius.php:16850, includes/class-freemius.php:16861, includes/class-freemius.php:20234, includes/class-freemius.php:20584, includes/class-freemius.php:20653, includes/class-freemius.php:20818
188
  msgctxt "interjection expressing joy or exuberance"
189
  msgid "Yee-haw"
190
  msgstr ""
191
 
192
- #: includes/class-freemius.php:6161
193
  msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
194
  msgstr ""
195
 
196
- #: includes/class-freemius.php:6165
197
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
198
  msgstr ""
199
 
200
- #: includes/class-freemius.php:6174, templates/add-ons.php:186, templates/account/partials/addon.php:381
201
  msgid "More information about %s"
202
  msgstr ""
203
 
204
- #: includes/class-freemius.php:6175
205
  msgid "Purchase License"
206
  msgstr ""
207
 
208
- #: includes/class-freemius.php:7114, templates/connect.php:171
209
  msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
210
  msgstr ""
211
 
212
- #: includes/class-freemius.php:7118
213
  msgid "start the trial"
214
  msgstr ""
215
 
216
- #: includes/class-freemius.php:7119, templates/connect.php:175
217
  msgid "complete the install"
218
  msgstr ""
219
 
220
- #: includes/class-freemius.php:7237
221
  msgid "You are just one step away - %s"
222
  msgstr ""
223
 
224
- #: includes/class-freemius.php:7240
225
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
226
  msgid "Complete \"%s\" Activation Now"
227
  msgstr ""
228
 
229
- #: includes/class-freemius.php:7318
230
  msgid "We made a few tweaks to the %s, %s"
231
  msgstr ""
232
 
233
- #: includes/class-freemius.php:7322
234
  msgid "Opt in to make \"%s\" better!"
235
  msgstr ""
236
 
237
- #: includes/class-freemius.php:7754
238
  msgid "The upgrade of %s was successfully completed."
239
  msgstr ""
240
 
241
- #: includes/class-freemius.php:10223, includes/class-fs-plugin-updater.php:1044, includes/class-fs-plugin-updater.php:1239, includes/class-fs-plugin-updater.php:1246, templates/auto-installation.php:32
242
  msgid "Add-On"
243
  msgstr ""
244
 
245
- #: includes/class-freemius.php:10225, templates/account.php:392, templates/account.php:400, templates/debug.php:358, templates/debug.php:549
246
  msgid "Plugin"
247
  msgstr ""
248
 
249
- #: includes/class-freemius.php:10226, templates/account.php:393, templates/account.php:401, templates/debug.php:358, templates/debug.php:549, templates/forms/deactivation/form.php:71
250
  msgid "Theme"
251
  msgstr ""
252
 
253
- #: includes/class-freemius.php:13180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
  msgid "An unknown error has occurred while trying to set the user's beta mode."
255
  msgstr ""
256
 
257
- #: includes/class-freemius.php:13253
258
  msgid "Invalid new user ID or email address."
259
  msgstr ""
260
 
261
- #: includes/class-freemius.php:13283, includes/class-freemius.php:22147
262
  msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
263
  msgstr ""
264
 
265
- #: includes/class-freemius.php:13284, includes/class-freemius.php:22148
266
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
267
  msgstr ""
268
 
269
- #: includes/class-freemius.php:13291, includes/class-freemius.php:22155
270
  msgid "Change Ownership"
271
  msgstr ""
272
 
273
- #: includes/class-freemius.php:13867
274
  msgid "Invalid site details collection."
275
  msgstr ""
276
 
277
- #: includes/class-freemius.php:13987
278
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
279
  msgstr ""
280
 
281
- #: includes/class-freemius.php:13989
282
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
283
  msgstr ""
284
 
285
- #: includes/class-freemius.php:14263
286
  msgid "Account is pending activation."
287
  msgstr ""
288
 
289
- #: includes/class-freemius.php:14375, templates/forms/premium-versions-upgrade-handler.php:47
290
  msgid "Buy a license now"
291
  msgstr ""
292
 
293
- #: includes/class-freemius.php:14387, templates/forms/premium-versions-upgrade-handler.php:46
294
  msgid "Renew your license now"
295
  msgstr ""
296
 
297
- #: includes/class-freemius.php:14391
298
  msgid "%s to access version %s security & feature updates, and support."
299
  msgstr ""
300
 
301
- #: includes/class-freemius.php:16832
302
  msgid "%s activation was successfully completed."
303
  msgstr ""
304
 
305
- #: includes/class-freemius.php:16846
306
  msgid "Your account was successfully activated with the %s plan."
307
  msgstr ""
308
 
309
- #: includes/class-freemius.php:16857, includes/class-freemius.php:20649
310
  msgid "Your trial has been successfully started."
311
  msgstr ""
312
 
313
- #: includes/class-freemius.php:17449, includes/class-freemius.php:17554, includes/class-freemius.php:17729
314
  msgid "Couldn't activate %s."
315
  msgstr ""
316
 
317
- #: includes/class-freemius.php:17450, includes/class-freemius.php:17555, includes/class-freemius.php:17730
318
  msgid "Please contact us with the following message:"
319
  msgstr ""
320
 
321
- #: includes/class-freemius.php:17551, templates/forms/data-debug-mode.php:162
322
  msgid "An unknown error has occurred."
323
  msgstr ""
324
 
325
- #: includes/class-freemius.php:18087, includes/class-freemius.php:23208
326
  msgid "Upgrade"
327
  msgstr ""
328
 
329
- #: includes/class-freemius.php:18093
330
  msgid "Start Trial"
331
  msgstr ""
332
 
333
- #: includes/class-freemius.php:18095
334
  msgid "Pricing"
335
  msgstr ""
336
 
337
- #: includes/class-freemius.php:18175, includes/class-freemius.php:18177
338
  msgid "Affiliation"
339
  msgstr ""
340
 
341
- #: includes/class-freemius.php:18205, includes/class-freemius.php:18207, templates/account.php:240, templates/debug.php:324
342
  msgid "Account"
343
  msgstr ""
344
 
345
- #: includes/class-freemius.php:18221, includes/class-freemius.php:18223, includes/customizer/class-fs-customizer-support-section.php:60
346
  msgid "Contact Us"
347
  msgstr ""
348
 
349
- #: includes/class-freemius.php:18234, includes/class-freemius.php:18236, includes/class-freemius.php:23222, templates/account.php:119, templates/account/partials/addon.php:44
350
  msgid "Add-Ons"
351
  msgstr ""
352
 
353
- #: includes/class-freemius.php:18270
354
  msgctxt "ASCII arrow left icon"
355
  msgid "&#x2190;"
356
  msgstr ""
357
 
358
- #: includes/class-freemius.php:18270
359
  msgctxt "ASCII arrow right icon"
360
  msgid "&#x27a4;"
361
  msgstr ""
362
 
363
- #: includes/class-freemius.php:18272, templates/pricing.php:109
364
  msgctxt "noun"
365
  msgid "Pricing"
366
  msgstr ""
367
 
368
- #: includes/class-freemius.php:18485, includes/customizer/class-fs-customizer-support-section.php:67
369
  msgid "Support Forum"
370
  msgstr ""
371
 
372
- #: includes/class-freemius.php:19459
373
  msgid "Your email has been successfully verified - you are AWESOME!"
374
  msgstr ""
375
 
376
- #: includes/class-freemius.php:19460
377
  msgctxt "a positive response"
378
  msgid "Right on"
379
  msgstr ""
380
 
381
- #: includes/class-freemius.php:19966
382
  msgid "seems like the key you entered doesn't match our records."
383
  msgstr ""
384
 
385
- #: includes/class-freemius.php:19990
386
  msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
387
  msgstr ""
388
 
389
- #: includes/class-freemius.php:20225
390
  msgid "Your %s Add-on plan was successfully upgraded."
391
  msgstr ""
392
 
393
- #: includes/class-freemius.php:20227
394
  msgid "%s Add-on was successfully purchased."
395
  msgstr ""
396
 
397
- #: includes/class-freemius.php:20230
398
  msgid "Download the latest version"
399
  msgstr ""
400
 
401
- #: includes/class-freemius.php:20316
402
  msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
403
  msgstr ""
404
 
405
- #: includes/class-freemius.php:20322, includes/class-freemius.php:20332, includes/class-freemius.php:20777, includes/class-freemius.php:20866
406
  msgid "Error received from the server:"
407
  msgstr ""
408
 
409
- #: includes/class-freemius.php:20332
410
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
411
  msgstr ""
412
 
413
- #: includes/class-freemius.php:20546, includes/class-freemius.php:20782, includes/class-freemius.php:20837, includes/class-freemius.php:20944
414
  msgctxt "something somebody says when they are thinking about what you have just said."
415
  msgid "Hmm"
416
  msgstr ""
417
 
418
- #: includes/class-freemius.php:20559
419
  msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
420
  msgstr ""
421
 
422
- #: includes/class-freemius.php:20560, templates/account.php:121, templates/add-ons.php:250, templates/account/partials/addon.php:46
423
  msgctxt "trial period"
424
  msgid "Trial"
425
  msgstr ""
426
 
427
- #: includes/class-freemius.php:20565
428
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
429
  msgstr ""
430
 
431
- #: includes/class-freemius.php:20569, includes/class-freemius.php:20628
432
  msgid "Please contact us here"
433
  msgstr ""
434
 
435
- #: includes/class-freemius.php:20580
436
  msgid "Your plan was successfully activated."
437
  msgstr ""
438
 
439
- #: includes/class-freemius.php:20581
440
  msgid "Your plan was successfully upgraded."
441
  msgstr ""
442
 
443
- #: includes/class-freemius.php:20598
444
  msgid "Your plan was successfully changed to %s."
445
  msgstr ""
446
 
447
- #: includes/class-freemius.php:20614
448
  msgid "Your license has expired. You can still continue using the free %s forever."
449
  msgstr ""
450
 
451
- #: includes/class-freemius.php:20616
452
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
453
  msgstr ""
454
 
455
- #: includes/class-freemius.php:20624
456
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
457
  msgstr ""
458
 
459
- #: includes/class-freemius.php:20637
460
  msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
461
  msgstr ""
462
 
463
- #: includes/class-freemius.php:20663
464
  msgid "Your free trial has expired. You can still continue using all our free features."
465
  msgstr ""
466
 
467
- #: includes/class-freemius.php:20665
468
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
469
  msgstr ""
470
 
471
- #: includes/class-freemius.php:20773
472
  msgid "It looks like the license could not be activated."
473
  msgstr ""
474
 
475
- #: includes/class-freemius.php:20815
476
  msgid "Your license was successfully activated."
477
  msgstr ""
478
 
479
- #: includes/class-freemius.php:20841
480
  msgid "It looks like your site currently doesn't have an active license."
481
  msgstr ""
482
 
483
- #: includes/class-freemius.php:20865
484
  msgid "It looks like the license deactivation failed."
485
  msgstr ""
486
 
487
- #: includes/class-freemius.php:20894
488
  msgid "Your %s license was successfully deactivated."
489
  msgstr ""
490
 
491
- #: includes/class-freemius.php:20895
492
  msgid "Your license was successfully deactivated, you are back to the %s plan."
493
  msgstr ""
494
 
495
- #: includes/class-freemius.php:20898
496
  msgid "O.K"
497
  msgstr ""
498
 
499
- #: includes/class-freemius.php:20951
500
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
501
  msgstr ""
502
 
503
- #: includes/class-freemius.php:20960
504
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
505
  msgstr ""
506
 
507
- #: includes/class-freemius.php:21002
508
  msgid "You are already running the %s in a trial mode."
509
  msgstr ""
510
 
511
- #: includes/class-freemius.php:21013
512
  msgid "You already utilized a trial before."
513
  msgstr ""
514
 
515
- #: includes/class-freemius.php:21027
516
  msgid "Plan %s do not exist, therefore, can't start a trial."
517
  msgstr ""
518
 
519
- #: includes/class-freemius.php:21038
520
  msgid "Plan %s does not support a trial period."
521
  msgstr ""
522
 
523
- #: includes/class-freemius.php:21049
524
  msgid "None of the %s's plans supports a trial period."
525
  msgstr ""
526
 
527
- #: includes/class-freemius.php:21099
528
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
529
  msgstr ""
530
 
531
- #: includes/class-freemius.php:21135
532
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
533
  msgstr ""
534
 
535
- #: includes/class-freemius.php:21154
536
  msgid "Your %s free trial was successfully cancelled."
537
  msgstr ""
538
 
539
- #: includes/class-freemius.php:21470
540
  msgid "Version %s was released."
541
  msgstr ""
542
 
543
- #: includes/class-freemius.php:21470
544
  msgid "Please download %s."
545
  msgstr ""
546
 
547
- #: includes/class-freemius.php:21477
548
  msgid "the latest %s version here"
549
  msgstr ""
550
 
551
- #: includes/class-freemius.php:21482
552
  msgid "New"
553
  msgstr ""
554
 
555
- #: includes/class-freemius.php:21487
556
  msgid "Seems like you got the latest release."
557
  msgstr ""
558
 
559
- #: includes/class-freemius.php:21488
560
  msgid "You are all good!"
561
  msgstr ""
562
 
563
- #: includes/class-freemius.php:21791
564
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
565
  msgstr ""
566
 
567
- #: includes/class-freemius.php:21931
568
  msgid "Site successfully opted in."
569
  msgstr ""
570
 
571
- #: includes/class-freemius.php:21932, includes/class-freemius.php:22918
572
  msgid "Awesome"
573
  msgstr ""
574
 
575
- #: includes/class-freemius.php:21948, templates/forms/optout.php:41
576
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
577
  msgstr ""
578
 
579
- #: includes/class-freemius.php:21949
580
  msgid "Thank you!"
581
  msgstr ""
582
 
583
- #: includes/class-freemius.php:21956
584
  msgid "We will no longer be sending any usage data of %s on %s to %s."
585
  msgstr ""
586
 
587
- #: includes/class-freemius.php:22114
588
  msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
589
  msgstr ""
590
 
591
- #: includes/class-freemius.php:22120
592
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
593
  msgstr ""
594
 
595
- #: includes/class-freemius.php:22125
596
  msgid "%s is the new owner of the account."
597
  msgstr ""
598
 
599
- #: includes/class-freemius.php:22127
600
  msgctxt "as congratulations"
601
  msgid "Congrats"
602
  msgstr ""
603
 
604
- #: includes/class-freemius.php:22163
605
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
606
  msgstr ""
607
 
608
- #: includes/class-freemius.php:22175
609
  msgid "Please provide your full name."
610
  msgstr ""
611
 
612
- #: includes/class-freemius.php:22180
613
  msgid "Your name was successfully updated."
614
  msgstr ""
615
 
616
- #: includes/class-freemius.php:22241
617
  msgid "You have successfully updated your %s."
618
  msgstr ""
619
 
620
- #: includes/class-freemius.php:22381
 
 
 
 
 
 
 
 
621
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
622
  msgstr ""
623
 
624
- #: includes/class-freemius.php:22382
625
  msgctxt "advance notice of something that will need attention."
626
  msgid "Heads up"
627
  msgstr ""
628
 
629
- #: includes/class-freemius.php:22958
630
  msgctxt "exclamation"
631
  msgid "Hey"
632
  msgstr ""
633
 
634
- #: includes/class-freemius.php:22958
635
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
636
  msgstr ""
637
 
638
- #: includes/class-freemius.php:22966
639
  msgid "No commitment for %s days - cancel anytime!"
640
  msgstr ""
641
 
642
- #: includes/class-freemius.php:22967
643
  msgid "No credit card required"
644
  msgstr ""
645
 
646
- #: includes/class-freemius.php:22974, templates/forms/trial-start.php:53
647
  msgctxt "call to action"
648
  msgid "Start free trial"
649
  msgstr ""
650
 
651
- #: includes/class-freemius.php:23051
652
  msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
653
  msgstr ""
654
 
655
- #: includes/class-freemius.php:23060
656
  msgid "Learn more"
657
  msgstr ""
658
 
659
- #: includes/class-freemius.php:23246, templates/account.php:556, templates/account.php:706, templates/connect.php:179, templates/connect.php:455, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
660
  msgid "Activate License"
661
  msgstr ""
662
 
663
- #: includes/class-freemius.php:23247, templates/account.php:650, templates/account.php:705, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
664
  msgid "Change License"
665
  msgstr ""
666
 
667
- #: includes/class-freemius.php:23356, templates/account/partials/site.php:169
668
  msgid "Opt Out"
669
  msgstr ""
670
 
671
- #: includes/class-freemius.php:23358, includes/class-freemius.php:23364, templates/account/partials/site.php:49, templates/account/partials/site.php:169
672
  msgid "Opt In"
673
  msgstr ""
674
 
675
- #: includes/class-freemius.php:23592
676
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
677
  msgstr ""
678
 
679
- #: includes/class-freemius.php:23600
680
  msgid "Activate %s features"
681
  msgstr ""
682
 
683
- #: includes/class-freemius.php:23613
684
  msgid "Please follow these steps to complete the upgrade"
685
  msgstr ""
686
 
687
- #: includes/class-freemius.php:23617
688
  msgid "Download the latest %s version"
689
  msgstr ""
690
 
691
- #: includes/class-freemius.php:23621
692
  msgid "Upload and activate the downloaded version"
693
  msgstr ""
694
 
695
- #: includes/class-freemius.php:23623
696
  msgid "How to upload and activate?"
697
  msgstr ""
698
 
699
- #: includes/class-freemius.php:23757
700
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
701
  msgstr ""
702
 
703
- #: includes/class-freemius.php:23926
704
  msgid "Auto installation only works for opted-in users."
705
  msgstr ""
706
 
707
- #: includes/class-freemius.php:23936, includes/class-freemius.php:23969, includes/class-fs-plugin-updater.php:1218, includes/class-fs-plugin-updater.php:1232
708
  msgid "Invalid module ID."
709
  msgstr ""
710
 
711
- #: includes/class-freemius.php:23945, includes/class-fs-plugin-updater.php:1254
712
  msgid "Premium version already active."
713
  msgstr ""
714
 
715
- #: includes/class-freemius.php:23952
716
  msgid "You do not have a valid license to access the premium version."
717
  msgstr ""
718
 
719
- #: includes/class-freemius.php:23959
720
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
721
  msgstr ""
722
 
723
- #: includes/class-freemius.php:23977, includes/class-fs-plugin-updater.php:1253
724
  msgid "Premium add-on version already installed."
725
  msgstr ""
726
 
727
- #: includes/class-freemius.php:24327
728
  msgid "View paid features"
729
  msgstr ""
730
 
731
- #: includes/class-freemius.php:24649
732
  msgid "Thank you so much for using %s and its add-ons!"
733
  msgstr ""
734
 
735
- #: includes/class-freemius.php:24650
736
  msgid "Thank you so much for using %s!"
737
  msgstr ""
738
 
739
- #: includes/class-freemius.php:24656
740
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
741
  msgstr ""
742
 
743
- #: includes/class-freemius.php:24660
744
  msgid "Thank you so much for using our products!"
745
  msgstr ""
746
 
747
- #: includes/class-freemius.php:24661
748
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
749
  msgstr ""
750
 
751
- #: includes/class-freemius.php:24680
752
  msgid "%s and its add-ons"
753
  msgstr ""
754
 
755
- #: includes/class-freemius.php:24689
756
  msgid "Products"
757
  msgstr ""
758
 
759
- #: includes/class-freemius.php:24696, templates/connect.php:280
760
  msgid "Yes"
761
  msgstr ""
762
 
763
- #: includes/class-freemius.php:24697, templates/connect.php:281
764
  msgid "send me security & feature updates, educational content and offers."
765
  msgstr ""
766
 
767
- #: includes/class-freemius.php:24698, templates/connect.php:286
768
  msgid "No"
769
  msgstr ""
770
 
771
- #: includes/class-freemius.php:24700, templates/connect.php:288
772
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
773
  msgstr ""
774
 
775
- #: includes/class-freemius.php:24710
776
  msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
777
  msgstr ""
778
 
779
- #: includes/class-freemius.php:24712, templates/connect.php:295
780
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
781
  msgstr ""
782
 
783
- #: includes/class-freemius.php:24994
784
  msgid "License key is empty."
785
  msgstr ""
786
 
@@ -808,314 +832,314 @@ msgstr ""
808
  msgid "Important Upgrade Notice:"
809
  msgstr ""
810
 
811
- #: includes/class-fs-plugin-updater.php:1283
812
  msgid "Installing plugin: %s"
813
  msgstr ""
814
 
815
- #: includes/class-fs-plugin-updater.php:1324
816
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
817
  msgstr ""
818
 
819
- #: includes/class-fs-plugin-updater.php:1506
820
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
821
  msgstr ""
822
 
823
- #: includes/fs-plugin-info-dialog.php:535
824
  msgid "Purchase More"
825
  msgstr ""
826
 
827
- #: includes/fs-plugin-info-dialog.php:536, templates/account/partials/addon.php:385
828
  msgctxt "verb"
829
  msgid "Purchase"
830
  msgstr ""
831
 
832
- #: includes/fs-plugin-info-dialog.php:540
833
  msgid "Start my free %s"
834
  msgstr ""
835
 
836
- #: includes/fs-plugin-info-dialog.php:738
837
  msgid "Install Free Version Update Now"
838
  msgstr ""
839
 
840
- #: includes/fs-plugin-info-dialog.php:739, templates/account.php:639
841
  msgid "Install Update Now"
842
  msgstr ""
843
 
844
- #: includes/fs-plugin-info-dialog.php:748
845
  msgid "Install Free Version Now"
846
  msgstr ""
847
 
848
- #: includes/fs-plugin-info-dialog.php:749, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:365, templates/account/partials/addon.php:418
849
  msgid "Install Now"
850
  msgstr ""
851
 
852
- #: includes/fs-plugin-info-dialog.php:765
853
  msgctxt "as download latest version"
854
  msgid "Download Latest Free Version"
855
  msgstr ""
856
 
857
- #: includes/fs-plugin-info-dialog.php:766, templates/account.php:99, templates/add-ons.php:37, templates/account/partials/addon.php:25
858
  msgctxt "as download latest version"
859
  msgid "Download Latest"
860
  msgstr ""
861
 
862
- #: includes/fs-plugin-info-dialog.php:781, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
863
  msgid "Activate this add-on"
864
  msgstr ""
865
 
866
- #: includes/fs-plugin-info-dialog.php:783, templates/connect.php:452
867
  msgid "Activate Free Version"
868
  msgstr ""
869
 
870
- #: includes/fs-plugin-info-dialog.php:784, templates/account.php:123, templates/add-ons.php:330, templates/account/partials/addon.php:48
871
  msgid "Activate"
872
  msgstr ""
873
 
874
- #: includes/fs-plugin-info-dialog.php:996
875
  msgctxt "Plugin installer section title"
876
  msgid "Description"
877
  msgstr ""
878
 
879
- #: includes/fs-plugin-info-dialog.php:997
880
  msgctxt "Plugin installer section title"
881
  msgid "Installation"
882
  msgstr ""
883
 
884
- #: includes/fs-plugin-info-dialog.php:998
885
  msgctxt "Plugin installer section title"
886
  msgid "FAQ"
887
  msgstr ""
888
 
889
- #: includes/fs-plugin-info-dialog.php:999, templates/plugin-info/description.php:55
890
  msgid "Screenshots"
891
  msgstr ""
892
 
893
- #: includes/fs-plugin-info-dialog.php:1000
894
  msgctxt "Plugin installer section title"
895
  msgid "Changelog"
896
  msgstr ""
897
 
898
- #: includes/fs-plugin-info-dialog.php:1001
899
  msgctxt "Plugin installer section title"
900
  msgid "Reviews"
901
  msgstr ""
902
 
903
- #: includes/fs-plugin-info-dialog.php:1002
904
  msgctxt "Plugin installer section title"
905
  msgid "Other Notes"
906
  msgstr ""
907
 
908
- #: includes/fs-plugin-info-dialog.php:1017
909
  msgctxt "Plugin installer section title"
910
  msgid "Features & Pricing"
911
  msgstr ""
912
 
913
- #: includes/fs-plugin-info-dialog.php:1027
914
  msgid "Plugin Install"
915
  msgstr ""
916
 
917
- #: includes/fs-plugin-info-dialog.php:1099
918
  msgctxt "e.g. Professional Plan"
919
  msgid "%s Plan"
920
  msgstr ""
921
 
922
- #: includes/fs-plugin-info-dialog.php:1125
923
  msgctxt "e.g. the best product"
924
  msgid "Best"
925
  msgstr ""
926
 
927
- #: includes/fs-plugin-info-dialog.php:1131, includes/fs-plugin-info-dialog.php:1151
928
  msgctxt "as every month"
929
  msgid "Monthly"
930
  msgstr ""
931
 
932
- #: includes/fs-plugin-info-dialog.php:1134
933
  msgctxt "as once a year"
934
  msgid "Annual"
935
  msgstr ""
936
 
937
- #: includes/fs-plugin-info-dialog.php:1137
938
  msgid "Lifetime"
939
  msgstr ""
940
 
941
- #: includes/fs-plugin-info-dialog.php:1151, includes/fs-plugin-info-dialog.php:1153, includes/fs-plugin-info-dialog.php:1155
942
  msgctxt "e.g. billed monthly"
943
  msgid "Billed %s"
944
  msgstr ""
945
 
946
- #: includes/fs-plugin-info-dialog.php:1153
947
  msgctxt "as once a year"
948
  msgid "Annually"
949
  msgstr ""
950
 
951
- #: includes/fs-plugin-info-dialog.php:1155
952
  msgctxt "as once a year"
953
  msgid "Once"
954
  msgstr ""
955
 
956
- #: includes/fs-plugin-info-dialog.php:1161
957
  msgid "Single Site License"
958
  msgstr ""
959
 
960
- #: includes/fs-plugin-info-dialog.php:1163
961
  msgid "Unlimited Licenses"
962
  msgstr ""
963
 
964
- #: includes/fs-plugin-info-dialog.php:1165
965
  msgid "Up to %s Sites"
966
  msgstr ""
967
 
968
- #: includes/fs-plugin-info-dialog.php:1175, templates/plugin-info/features.php:82
969
  msgctxt "as monthly period"
970
  msgid "mo"
971
  msgstr ""
972
 
973
- #: includes/fs-plugin-info-dialog.php:1182, templates/plugin-info/features.php:80
974
  msgctxt "as annual period"
975
  msgid "year"
976
  msgstr ""
977
 
978
- #: includes/fs-plugin-info-dialog.php:1236
979
  msgctxt "noun"
980
  msgid "Price"
981
  msgstr ""
982
 
983
- #: includes/fs-plugin-info-dialog.php:1284
984
  msgid "Save %s"
985
  msgstr ""
986
 
987
- #: includes/fs-plugin-info-dialog.php:1294
988
  msgid "No commitment for %s - cancel anytime"
989
  msgstr ""
990
 
991
- #: includes/fs-plugin-info-dialog.php:1297
992
  msgid "After your free %s, pay as little as %s"
993
  msgstr ""
994
 
995
- #: includes/fs-plugin-info-dialog.php:1308
996
  msgid "Details"
997
  msgstr ""
998
 
999
- #: includes/fs-plugin-info-dialog.php:1312, templates/account.php:110, templates/debug.php:201, templates/debug.php:238, templates/debug.php:455, templates/account/partials/addon.php:36
1000
  msgctxt "product version"
1001
  msgid "Version"
1002
  msgstr ""
1003
 
1004
- #: includes/fs-plugin-info-dialog.php:1319
1005
  msgctxt "as the plugin author"
1006
  msgid "Author"
1007
  msgstr ""
1008
 
1009
- #: includes/fs-plugin-info-dialog.php:1326
1010
  msgid "Last Updated"
1011
  msgstr ""
1012
 
1013
- #: includes/fs-plugin-info-dialog.php:1331, templates/account.php:525
1014
  msgctxt "x-ago"
1015
  msgid "%s ago"
1016
  msgstr ""
1017
 
1018
- #: includes/fs-plugin-info-dialog.php:1340
1019
  msgid "Requires WordPress Version"
1020
  msgstr ""
1021
 
1022
- #: includes/fs-plugin-info-dialog.php:1341
1023
  msgid "%s or higher"
1024
  msgstr ""
1025
 
1026
- #: includes/fs-plugin-info-dialog.php:1348
1027
  msgid "Compatible up to"
1028
  msgstr ""
1029
 
1030
- #: includes/fs-plugin-info-dialog.php:1356
1031
  msgid "Downloaded"
1032
  msgstr ""
1033
 
1034
- #: includes/fs-plugin-info-dialog.php:1360
1035
  msgid "%s time"
1036
  msgstr ""
1037
 
1038
- #: includes/fs-plugin-info-dialog.php:1362
1039
  msgid "%s times"
1040
  msgstr ""
1041
 
1042
- #: includes/fs-plugin-info-dialog.php:1373
1043
  msgid "WordPress.org Plugin Page"
1044
  msgstr ""
1045
 
1046
- #: includes/fs-plugin-info-dialog.php:1382
1047
  msgid "Plugin Homepage"
1048
  msgstr ""
1049
 
1050
- #: includes/fs-plugin-info-dialog.php:1391, includes/fs-plugin-info-dialog.php:1475
1051
  msgid "Donate to this plugin"
1052
  msgstr ""
1053
 
1054
- #: includes/fs-plugin-info-dialog.php:1398
1055
  msgid "Average Rating"
1056
  msgstr ""
1057
 
1058
- #: includes/fs-plugin-info-dialog.php:1405
1059
  msgid "based on %s"
1060
  msgstr ""
1061
 
1062
- #: includes/fs-plugin-info-dialog.php:1409
1063
  msgid "%s rating"
1064
  msgstr ""
1065
 
1066
- #: includes/fs-plugin-info-dialog.php:1411
1067
  msgid "%s ratings"
1068
  msgstr ""
1069
 
1070
- #: includes/fs-plugin-info-dialog.php:1426
1071
  msgid "%s star"
1072
  msgstr ""
1073
 
1074
- #: includes/fs-plugin-info-dialog.php:1428
1075
  msgid "%s stars"
1076
  msgstr ""
1077
 
1078
- #: includes/fs-plugin-info-dialog.php:1440
1079
  msgid "Click to see reviews that provided a rating of %s"
1080
  msgstr ""
1081
 
1082
- #: includes/fs-plugin-info-dialog.php:1453
1083
  msgid "Contributors"
1084
  msgstr ""
1085
 
1086
- #: includes/fs-plugin-info-dialog.php:1483, includes/fs-plugin-info-dialog.php:1485
1087
  msgid "Warning"
1088
  msgstr ""
1089
 
1090
- #: includes/fs-plugin-info-dialog.php:1483
1091
  msgid "This plugin has not been tested with your current version of WordPress."
1092
  msgstr ""
1093
 
1094
- #: includes/fs-plugin-info-dialog.php:1485
1095
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1096
  msgstr ""
1097
 
1098
- #: includes/fs-plugin-info-dialog.php:1504
1099
  msgid "Paid add-on must be deployed to Freemius."
1100
  msgstr ""
1101
 
1102
- #: includes/fs-plugin-info-dialog.php:1505
1103
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1104
  msgstr ""
1105
 
1106
- #: includes/fs-plugin-info-dialog.php:1526
1107
  msgid "Newer Version (%s) Installed"
1108
  msgstr ""
1109
 
1110
- #: includes/fs-plugin-info-dialog.php:1527
1111
  msgid "Newer Free Version (%s) Installed"
1112
  msgstr ""
1113
 
1114
- #: includes/fs-plugin-info-dialog.php:1534
1115
  msgid "Latest Version Installed"
1116
  msgstr ""
1117
 
1118
- #: includes/fs-plugin-info-dialog.php:1535
1119
  msgid "Latest Free Version Installed"
1120
  msgstr ""
1121
 
@@ -1401,6 +1425,14 @@ msgstr ""
1401
  msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1402
  msgstr ""
1403
 
 
 
 
 
 
 
 
 
1404
  #: templates/add-ons.php:38
1405
  msgid "View details"
1406
  msgstr ""
@@ -1530,7 +1562,7 @@ msgstr ""
1530
  msgid "Can't find your license key?"
1531
  msgstr ""
1532
 
1533
- #: templates/connect.php:323, templates/connect.php:694, templates/forms/deactivation/retry-skip.php:20
1534
  msgctxt "verb"
1535
  msgid "Skip"
1536
  msgstr ""
@@ -1587,40 +1619,40 @@ msgstr ""
1587
  msgid "Title, slug, version, and is active"
1588
  msgstr ""
1589
 
1590
- #: templates/connect.php:420, templates/forms/license-activation.php:41
1591
  msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
1592
  msgstr ""
1593
 
1594
- #: templates/connect.php:425
1595
  msgid "What permissions are being granted?"
1596
  msgstr ""
1597
 
1598
- #: templates/connect.php:451
1599
  msgid "Don't have a license key?"
1600
  msgstr ""
1601
 
1602
- #: templates/connect.php:454
1603
  msgid "Have a license key?"
1604
  msgstr ""
1605
 
1606
- #: templates/connect.php:462
1607
  msgid "Privacy Policy"
1608
  msgstr ""
1609
 
1610
- #: templates/connect.php:464
1611
  msgid "License Agreement"
1612
  msgstr ""
1613
 
1614
- #: templates/connect.php:464
1615
  msgid "Terms of Service"
1616
  msgstr ""
1617
 
1618
- #: templates/connect.php:853
1619
  msgctxt "as in the process of sending an email"
1620
  msgid "Sending email"
1621
  msgstr ""
1622
 
1623
- #: templates/connect.php:854
1624
  msgctxt "as activating plugin"
1625
  msgid "Activating"
1626
  msgstr ""
@@ -2177,11 +2209,11 @@ msgstr ""
2177
  msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2178
  msgstr ""
2179
 
2180
- #: templates/forms/affiliation.php:230, templates/forms/resend-key.php:22
2181
  msgid "Cancel"
2182
  msgstr ""
2183
 
2184
- #: templates/forms/affiliation.php:232
2185
  msgid "Become an affiliate"
2186
  msgstr ""
2187
 
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
 
19
+ #: includes/class-freemius.php:1912, templates/account.php:910
20
  msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
21
  msgstr ""
22
 
23
+ #: includes/class-freemius.php:1919
24
  msgid "Would you like to proceed with the update?"
25
  msgstr ""
26
 
27
+ #: includes/class-freemius.php:2131
28
  msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
29
  msgstr ""
30
 
31
+ #: includes/class-freemius.php:2133
32
  msgid "Error"
33
  msgstr ""
34
 
35
+ #: includes/class-freemius.php:2533
36
  msgid "I found a better %s"
37
  msgstr ""
38
 
39
+ #: includes/class-freemius.php:2535
40
  msgid "What's the %s's name?"
41
  msgstr ""
42
 
43
+ #: includes/class-freemius.php:2541
44
  msgid "It's a temporary %s. I'm just debugging an issue."
45
  msgstr ""
46
 
47
+ #: includes/class-freemius.php:2543
48
  msgid "Deactivation"
49
  msgstr ""
50
 
51
+ #: includes/class-freemius.php:2544
52
  msgid "Theme Switch"
53
  msgstr ""
54
 
55
+ #: includes/class-freemius.php:2553, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
56
  msgid "Other"
57
  msgstr ""
58
 
59
+ #: includes/class-freemius.php:2561
60
  msgid "I no longer need the %s"
61
  msgstr ""
62
 
63
+ #: includes/class-freemius.php:2568
64
  msgid "I only needed the %s for a short period"
65
  msgstr ""
66
 
67
+ #: includes/class-freemius.php:2574
68
  msgid "The %s broke my site"
69
  msgstr ""
70
 
71
+ #: includes/class-freemius.php:2581
72
  msgid "The %s suddenly stopped working"
73
  msgstr ""
74
 
75
+ #: includes/class-freemius.php:2591
76
  msgid "I can't pay for it anymore"
77
  msgstr ""
78
 
79
+ #: includes/class-freemius.php:2593
80
  msgid "What price would you feel comfortable paying?"
81
  msgstr ""
82
 
83
+ #: includes/class-freemius.php:2599
84
  msgid "I don't like to share my information with you"
85
  msgstr ""
86
 
87
+ #: includes/class-freemius.php:2620
88
  msgid "The %s didn't work"
89
  msgstr ""
90
 
91
+ #: includes/class-freemius.php:2630
92
  msgid "I couldn't understand how to make it work"
93
  msgstr ""
94
 
95
+ #: includes/class-freemius.php:2638
96
  msgid "The %s is great, but I need specific feature that you don't support"
97
  msgstr ""
98
 
99
+ #: includes/class-freemius.php:2640
100
  msgid "What feature?"
101
  msgstr ""
102
 
103
+ #: includes/class-freemius.php:2644
104
  msgid "The %s is not working"
105
  msgstr ""
106
 
107
+ #: includes/class-freemius.php:2646
108
  msgid "Kindly share what didn't work so we can fix it for future users..."
109
  msgstr ""
110
 
111
+ #: includes/class-freemius.php:2650
112
  msgid "It's not what I was looking for"
113
  msgstr ""
114
 
115
+ #: includes/class-freemius.php:2652
116
  msgid "What you've been looking for?"
117
  msgstr ""
118
 
119
+ #: includes/class-freemius.php:2656
120
  msgid "The %s didn't work as expected"
121
  msgstr ""
122
 
123
+ #: includes/class-freemius.php:2658
124
  msgid "What did you expect?"
125
  msgstr ""
126
 
127
+ #: includes/class-freemius.php:3513, templates/debug.php:20
128
  msgid "Freemius Debug"
129
  msgstr ""
130
 
131
+ #: includes/class-freemius.php:4265
132
  msgid "I don't know what is cURL or how to install it, help me!"
133
  msgstr ""
134
 
135
+ #: includes/class-freemius.php:4267
136
  msgid "We'll make sure to contact your hosting company and resolve the issue. You will get a follow-up email to %s once we have an update."
137
  msgstr ""
138
 
139
+ #: includes/class-freemius.php:4274
140
  msgid "Great, please install cURL and enable it in your php.ini file. In addition, search for the 'disable_functions' directive in your php.ini file and remove any disabled methods starting with 'curl_'. To make sure it was successfully activated, use 'phpinfo()'. Once activated, deactivate the %s and reactivate it back again."
141
  msgstr ""
142
 
143
+ #: includes/class-freemius.php:4379
144
  msgid "Yes - do your thing"
145
  msgstr ""
146
 
147
+ #: includes/class-freemius.php:4384
148
  msgid "No - just deactivate"
149
  msgstr ""
150
 
151
+ #: includes/class-freemius.php:4429, includes/class-freemius.php:4923, includes/class-freemius.php:6182, includes/class-freemius.php:13357, includes/class-freemius.php:14075, includes/class-freemius.php:17526, includes/class-freemius.php:17631, includes/class-freemius.php:17806, includes/class-freemius.php:20040, includes/class-freemius.php:20398, includes/class-freemius.php:20408, includes/class-freemius.php:21079, includes/class-freemius.php:21985, includes/class-freemius.php:22118, includes/class-freemius.php:22274, templates/add-ons.php:57
152
  msgctxt "exclamation"
153
  msgid "Oops"
154
  msgstr ""
155
 
156
+ #: includes/class-freemius.php:4498
157
  msgid "Thank for giving us the chance to fix it! A message was just sent to our technical staff. We will get back to you as soon as we have an update to %s. Appreciate your patience."
158
  msgstr ""
159
 
160
+ #: includes/class-freemius.php:4920
161
  msgctxt "addonX cannot run without pluginY"
162
  msgid "%s cannot run without %s."
163
  msgstr ""
164
 
165
+ #: includes/class-freemius.php:4921
166
  msgctxt "addonX cannot run..."
167
  msgid "%s cannot run without the plugin."
168
  msgstr ""
169
 
170
+ #: includes/class-freemius.php:5120, includes/class-freemius.php:5145, includes/class-freemius.php:21150
171
  msgid "Unexpected API error. Please contact the %s's author with the following error."
172
  msgstr ""
173
 
174
+ #: includes/class-freemius.php:5848
175
  msgid "Premium %s version was successfully activated."
176
  msgstr ""
177
 
178
+ #: includes/class-freemius.php:5860, includes/class-freemius.php:7762
179
  msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
180
  msgid "W00t"
181
  msgstr ""
182
 
183
+ #: includes/class-freemius.php:5875
184
  msgid "You have a %s license."
185
  msgstr ""
186
 
187
+ #: includes/class-freemius.php:5879, includes/class-freemius.php:16925, includes/class-freemius.php:16936, includes/class-freemius.php:20309, includes/class-freemius.php:20659, includes/class-freemius.php:20728, includes/class-freemius.php:20900
188
  msgctxt "interjection expressing joy or exuberance"
189
  msgid "Yee-haw"
190
  msgstr ""
191
 
192
+ #: includes/class-freemius.php:6165
193
  msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
194
  msgstr ""
195
 
196
+ #: includes/class-freemius.php:6169
197
  msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
198
  msgstr ""
199
 
200
+ #: includes/class-freemius.php:6178, templates/add-ons.php:186, templates/account/partials/addon.php:381
201
  msgid "More information about %s"
202
  msgstr ""
203
 
204
+ #: includes/class-freemius.php:6179
205
  msgid "Purchase License"
206
  msgstr ""
207
 
208
+ #: includes/class-freemius.php:7118, templates/connect.php:171
209
  msgid "You should receive an activation email for %s to your mailbox at %s. Please make sure you click the activation button in that email to %s."
210
  msgstr ""
211
 
212
+ #: includes/class-freemius.php:7122
213
  msgid "start the trial"
214
  msgstr ""
215
 
216
+ #: includes/class-freemius.php:7123, templates/connect.php:175
217
  msgid "complete the install"
218
  msgstr ""
219
 
220
+ #: includes/class-freemius.php:7241
221
  msgid "You are just one step away - %s"
222
  msgstr ""
223
 
224
+ #: includes/class-freemius.php:7244
225
  msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
226
  msgid "Complete \"%s\" Activation Now"
227
  msgstr ""
228
 
229
+ #: includes/class-freemius.php:7322
230
  msgid "We made a few tweaks to the %s, %s"
231
  msgstr ""
232
 
233
+ #: includes/class-freemius.php:7326
234
  msgid "Opt in to make \"%s\" better!"
235
  msgstr ""
236
 
237
+ #: includes/class-freemius.php:7761
238
  msgid "The upgrade of %s was successfully completed."
239
  msgstr ""
240
 
241
+ #: includes/class-freemius.php:10243, includes/class-fs-plugin-updater.php:1099, includes/class-fs-plugin-updater.php:1294, includes/class-fs-plugin-updater.php:1301, templates/auto-installation.php:32
242
  msgid "Add-On"
243
  msgstr ""
244
 
245
+ #: includes/class-freemius.php:10245, templates/account.php:392, templates/account.php:400, templates/debug.php:358, templates/debug.php:549
246
  msgid "Plugin"
247
  msgstr ""
248
 
249
+ #: includes/class-freemius.php:10246, templates/account.php:393, templates/account.php:401, templates/debug.php:358, templates/debug.php:549, templates/forms/deactivation/form.php:71
250
  msgid "Theme"
251
  msgstr ""
252
 
253
+ #: includes/class-freemius.php:13176
254
+ msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
255
+ msgstr ""
256
+
257
+ #: includes/class-freemius.php:13190
258
+ msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
259
+ msgstr ""
260
+
261
+ #: includes/class-freemius.php:13195
262
+ msgid "User Dashboard"
263
+ msgstr ""
264
+
265
+ #: includes/class-freemius.php:13196
266
+ msgid "revert it now"
267
+ msgstr ""
268
+
269
+ #: includes/class-freemius.php:13255
270
  msgid "An unknown error has occurred while trying to set the user's beta mode."
271
  msgstr ""
272
 
273
+ #: includes/class-freemius.php:13328
274
  msgid "Invalid new user ID or email address."
275
  msgstr ""
276
 
277
+ #: includes/class-freemius.php:13358, includes/class-freemius.php:22229
278
  msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
279
  msgstr ""
280
 
281
+ #: includes/class-freemius.php:13359, includes/class-freemius.php:22230
282
  msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
283
  msgstr ""
284
 
285
+ #: includes/class-freemius.php:13366, includes/class-freemius.php:22237
286
  msgid "Change Ownership"
287
  msgstr ""
288
 
289
+ #: includes/class-freemius.php:13942
290
  msgid "Invalid site details collection."
291
  msgstr ""
292
 
293
+ #: includes/class-freemius.php:14062
294
  msgid "We couldn't find your email address in the system, are you sure it's the right address?"
295
  msgstr ""
296
 
297
+ #: includes/class-freemius.php:14064
298
  msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
299
  msgstr ""
300
 
301
+ #: includes/class-freemius.php:14338
302
  msgid "Account is pending activation."
303
  msgstr ""
304
 
305
+ #: includes/class-freemius.php:14450, templates/forms/premium-versions-upgrade-handler.php:47
306
  msgid "Buy a license now"
307
  msgstr ""
308
 
309
+ #: includes/class-freemius.php:14462, templates/forms/premium-versions-upgrade-handler.php:46
310
  msgid "Renew your license now"
311
  msgstr ""
312
 
313
+ #: includes/class-freemius.php:14466
314
  msgid "%s to access version %s security & feature updates, and support."
315
  msgstr ""
316
 
317
+ #: includes/class-freemius.php:16907
318
  msgid "%s activation was successfully completed."
319
  msgstr ""
320
 
321
+ #: includes/class-freemius.php:16921
322
  msgid "Your account was successfully activated with the %s plan."
323
  msgstr ""
324
 
325
+ #: includes/class-freemius.php:16932, includes/class-freemius.php:20724
326
  msgid "Your trial has been successfully started."
327
  msgstr ""
328
 
329
+ #: includes/class-freemius.php:17524, includes/class-freemius.php:17629, includes/class-freemius.php:17804
330
  msgid "Couldn't activate %s."
331
  msgstr ""
332
 
333
+ #: includes/class-freemius.php:17525, includes/class-freemius.php:17630, includes/class-freemius.php:17805
334
  msgid "Please contact us with the following message:"
335
  msgstr ""
336
 
337
+ #: includes/class-freemius.php:17626, templates/forms/data-debug-mode.php:162
338
  msgid "An unknown error has occurred."
339
  msgstr ""
340
 
341
+ #: includes/class-freemius.php:18162, includes/class-freemius.php:23310
342
  msgid "Upgrade"
343
  msgstr ""
344
 
345
+ #: includes/class-freemius.php:18168
346
  msgid "Start Trial"
347
  msgstr ""
348
 
349
+ #: includes/class-freemius.php:18170
350
  msgid "Pricing"
351
  msgstr ""
352
 
353
+ #: includes/class-freemius.php:18250, includes/class-freemius.php:18252
354
  msgid "Affiliation"
355
  msgstr ""
356
 
357
+ #: includes/class-freemius.php:18280, includes/class-freemius.php:18282, templates/account.php:240, templates/debug.php:324
358
  msgid "Account"
359
  msgstr ""
360
 
361
+ #: includes/class-freemius.php:18296, includes/class-freemius.php:18298, includes/customizer/class-fs-customizer-support-section.php:60
362
  msgid "Contact Us"
363
  msgstr ""
364
 
365
+ #: includes/class-freemius.php:18309, includes/class-freemius.php:18311, includes/class-freemius.php:23324, templates/account.php:119, templates/account/partials/addon.php:44
366
  msgid "Add-Ons"
367
  msgstr ""
368
 
369
+ #: includes/class-freemius.php:18345
370
  msgctxt "ASCII arrow left icon"
371
  msgid "&#x2190;"
372
  msgstr ""
373
 
374
+ #: includes/class-freemius.php:18345
375
  msgctxt "ASCII arrow right icon"
376
  msgid "&#x27a4;"
377
  msgstr ""
378
 
379
+ #: includes/class-freemius.php:18347, templates/pricing.php:109
380
  msgctxt "noun"
381
  msgid "Pricing"
382
  msgstr ""
383
 
384
+ #: includes/class-freemius.php:18560, includes/customizer/class-fs-customizer-support-section.php:67
385
  msgid "Support Forum"
386
  msgstr ""
387
 
388
+ #: includes/class-freemius.php:19534
389
  msgid "Your email has been successfully verified - you are AWESOME!"
390
  msgstr ""
391
 
392
+ #: includes/class-freemius.php:19535
393
  msgctxt "a positive response"
394
  msgid "Right on"
395
  msgstr ""
396
 
397
+ #: includes/class-freemius.php:20041
398
  msgid "seems like the key you entered doesn't match our records."
399
  msgstr ""
400
 
401
+ #: includes/class-freemius.php:20065
402
  msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
403
  msgstr ""
404
 
405
+ #: includes/class-freemius.php:20300
406
  msgid "Your %s Add-on plan was successfully upgraded."
407
  msgstr ""
408
 
409
+ #: includes/class-freemius.php:20302
410
  msgid "%s Add-on was successfully purchased."
411
  msgstr ""
412
 
413
+ #: includes/class-freemius.php:20305
414
  msgid "Download the latest version"
415
  msgstr ""
416
 
417
+ #: includes/class-freemius.php:20391
418
  msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist %2$s"
419
  msgstr ""
420
 
421
+ #: includes/class-freemius.php:20397, includes/class-freemius.php:20407, includes/class-freemius.php:20859, includes/class-freemius.php:20948
422
  msgid "Error received from the server:"
423
  msgstr ""
424
 
425
+ #: includes/class-freemius.php:20407
426
  msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
427
  msgstr ""
428
 
429
+ #: includes/class-freemius.php:20621, includes/class-freemius.php:20864, includes/class-freemius.php:20919, includes/class-freemius.php:21026
430
  msgctxt "something somebody says when they are thinking about what you have just said."
431
  msgid "Hmm"
432
  msgstr ""
433
 
434
+ #: includes/class-freemius.php:20634
435
  msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
436
  msgstr ""
437
 
438
+ #: includes/class-freemius.php:20635, templates/account.php:121, templates/add-ons.php:250, templates/account/partials/addon.php:46
439
  msgctxt "trial period"
440
  msgid "Trial"
441
  msgstr ""
442
 
443
+ #: includes/class-freemius.php:20640
444
  msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
445
  msgstr ""
446
 
447
+ #: includes/class-freemius.php:20644, includes/class-freemius.php:20703
448
  msgid "Please contact us here"
449
  msgstr ""
450
 
451
+ #: includes/class-freemius.php:20655
452
  msgid "Your plan was successfully activated."
453
  msgstr ""
454
 
455
+ #: includes/class-freemius.php:20656
456
  msgid "Your plan was successfully upgraded."
457
  msgstr ""
458
 
459
+ #: includes/class-freemius.php:20673
460
  msgid "Your plan was successfully changed to %s."
461
  msgstr ""
462
 
463
+ #: includes/class-freemius.php:20689
464
  msgid "Your license has expired. You can still continue using the free %s forever."
465
  msgstr ""
466
 
467
+ #: includes/class-freemius.php:20691
468
  msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
469
  msgstr ""
470
 
471
+ #: includes/class-freemius.php:20699
472
  msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
473
  msgstr ""
474
 
475
+ #: includes/class-freemius.php:20712
476
  msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
477
  msgstr ""
478
 
479
+ #: includes/class-freemius.php:20738
480
  msgid "Your free trial has expired. You can still continue using all our free features."
481
  msgstr ""
482
 
483
+ #: includes/class-freemius.php:20740
484
  msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
485
  msgstr ""
486
 
487
+ #: includes/class-freemius.php:20855
488
  msgid "It looks like the license could not be activated."
489
  msgstr ""
490
 
491
+ #: includes/class-freemius.php:20897
492
  msgid "Your license was successfully activated."
493
  msgstr ""
494
 
495
+ #: includes/class-freemius.php:20923
496
  msgid "It looks like your site currently doesn't have an active license."
497
  msgstr ""
498
 
499
+ #: includes/class-freemius.php:20947
500
  msgid "It looks like the license deactivation failed."
501
  msgstr ""
502
 
503
+ #: includes/class-freemius.php:20976
504
  msgid "Your %s license was successfully deactivated."
505
  msgstr ""
506
 
507
+ #: includes/class-freemius.php:20977
508
  msgid "Your license was successfully deactivated, you are back to the %s plan."
509
  msgstr ""
510
 
511
+ #: includes/class-freemius.php:20980
512
  msgid "O.K"
513
  msgstr ""
514
 
515
+ #: includes/class-freemius.php:21033
516
  msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
517
  msgstr ""
518
 
519
+ #: includes/class-freemius.php:21042
520
  msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
521
  msgstr ""
522
 
523
+ #: includes/class-freemius.php:21084
524
  msgid "You are already running the %s in a trial mode."
525
  msgstr ""
526
 
527
+ #: includes/class-freemius.php:21095
528
  msgid "You already utilized a trial before."
529
  msgstr ""
530
 
531
+ #: includes/class-freemius.php:21109
532
  msgid "Plan %s do not exist, therefore, can't start a trial."
533
  msgstr ""
534
 
535
+ #: includes/class-freemius.php:21120
536
  msgid "Plan %s does not support a trial period."
537
  msgstr ""
538
 
539
+ #: includes/class-freemius.php:21131
540
  msgid "None of the %s's plans supports a trial period."
541
  msgstr ""
542
 
543
+ #: includes/class-freemius.php:21181
544
  msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
545
  msgstr ""
546
 
547
+ #: includes/class-freemius.php:21217
548
  msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
549
  msgstr ""
550
 
551
+ #: includes/class-freemius.php:21236
552
  msgid "Your %s free trial was successfully cancelled."
553
  msgstr ""
554
 
555
+ #: includes/class-freemius.php:21552
556
  msgid "Version %s was released."
557
  msgstr ""
558
 
559
+ #: includes/class-freemius.php:21552
560
  msgid "Please download %s."
561
  msgstr ""
562
 
563
+ #: includes/class-freemius.php:21559
564
  msgid "the latest %s version here"
565
  msgstr ""
566
 
567
+ #: includes/class-freemius.php:21564
568
  msgid "New"
569
  msgstr ""
570
 
571
+ #: includes/class-freemius.php:21569
572
  msgid "Seems like you got the latest release."
573
  msgstr ""
574
 
575
+ #: includes/class-freemius.php:21570
576
  msgid "You are all good!"
577
  msgstr ""
578
 
579
+ #: includes/class-freemius.php:21873
580
  msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
581
  msgstr ""
582
 
583
+ #: includes/class-freemius.php:22013
584
  msgid "Site successfully opted in."
585
  msgstr ""
586
 
587
+ #: includes/class-freemius.php:22014, includes/class-freemius.php:23020
588
  msgid "Awesome"
589
  msgstr ""
590
 
591
+ #: includes/class-freemius.php:22030, templates/forms/optout.php:41
592
  msgid "We appreciate your help in making the %s better by letting us track some usage data."
593
  msgstr ""
594
 
595
+ #: includes/class-freemius.php:22031
596
  msgid "Thank you!"
597
  msgstr ""
598
 
599
+ #: includes/class-freemius.php:22038
600
  msgid "We will no longer be sending any usage data of %s on %s to %s."
601
  msgstr ""
602
 
603
+ #: includes/class-freemius.php:22196
604
  msgid "Please check your mailbox, you should receive an email via %s to confirm the ownership change. From security reasons, you must confirm the change within the next 15 min. If you cannot find the email, please check your spam folder."
605
  msgstr ""
606
 
607
+ #: includes/class-freemius.php:22202
608
  msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
609
  msgstr ""
610
 
611
+ #: includes/class-freemius.php:22207
612
  msgid "%s is the new owner of the account."
613
  msgstr ""
614
 
615
+ #: includes/class-freemius.php:22209
616
  msgctxt "as congratulations"
617
  msgid "Congrats"
618
  msgstr ""
619
 
620
+ #: includes/class-freemius.php:22245
621
  msgid "Your email was successfully updated. You should receive an email with confirmation instructions in few moments."
622
  msgstr ""
623
 
624
+ #: includes/class-freemius.php:22257
625
  msgid "Please provide your full name."
626
  msgstr ""
627
 
628
+ #: includes/class-freemius.php:22262
629
  msgid "Your name was successfully updated."
630
  msgstr ""
631
 
632
+ #: includes/class-freemius.php:22323
633
  msgid "You have successfully updated your %s."
634
  msgstr ""
635
 
636
+ #: includes/class-freemius.php:22382
637
+ msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
638
+ msgstr ""
639
+
640
+ #: includes/class-freemius.php:22385
641
+ msgid "Click here"
642
+ msgstr ""
643
+
644
+ #: includes/class-freemius.php:22483
645
  msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
646
  msgstr ""
647
 
648
+ #: includes/class-freemius.php:22484
649
  msgctxt "advance notice of something that will need attention."
650
  msgid "Heads up"
651
  msgstr ""
652
 
653
+ #: includes/class-freemius.php:23060
654
  msgctxt "exclamation"
655
  msgid "Hey"
656
  msgstr ""
657
 
658
+ #: includes/class-freemius.php:23060
659
  msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
660
  msgstr ""
661
 
662
+ #: includes/class-freemius.php:23068
663
  msgid "No commitment for %s days - cancel anytime!"
664
  msgstr ""
665
 
666
+ #: includes/class-freemius.php:23069
667
  msgid "No credit card required"
668
  msgstr ""
669
 
670
+ #: includes/class-freemius.php:23076, templates/forms/trial-start.php:53
671
  msgctxt "call to action"
672
  msgid "Start free trial"
673
  msgstr ""
674
 
675
+ #: includes/class-freemius.php:23153
676
  msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
677
  msgstr ""
678
 
679
+ #: includes/class-freemius.php:23162
680
  msgid "Learn more"
681
  msgstr ""
682
 
683
+ #: includes/class-freemius.php:23348, templates/account.php:556, templates/account.php:706, templates/connect.php:179, templates/connect.php:456, templates/forms/license-activation.php:27, templates/account/partials/addon.php:321
684
  msgid "Activate License"
685
  msgstr ""
686
 
687
+ #: includes/class-freemius.php:23349, templates/account.php:650, templates/account.php:705, templates/account/partials/addon.php:322, templates/account/partials/site.php:271
688
  msgid "Change License"
689
  msgstr ""
690
 
691
+ #: includes/class-freemius.php:23462, templates/account/partials/site.php:169
692
  msgid "Opt Out"
693
  msgstr ""
694
 
695
+ #: includes/class-freemius.php:23464, includes/class-freemius.php:23470, templates/account/partials/site.php:49, templates/account/partials/site.php:169
696
  msgid "Opt In"
697
  msgstr ""
698
 
699
+ #: includes/class-freemius.php:23700
700
  msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
701
  msgstr ""
702
 
703
+ #: includes/class-freemius.php:23708
704
  msgid "Activate %s features"
705
  msgstr ""
706
 
707
+ #: includes/class-freemius.php:23721
708
  msgid "Please follow these steps to complete the upgrade"
709
  msgstr ""
710
 
711
+ #: includes/class-freemius.php:23725
712
  msgid "Download the latest %s version"
713
  msgstr ""
714
 
715
+ #: includes/class-freemius.php:23729
716
  msgid "Upload and activate the downloaded version"
717
  msgstr ""
718
 
719
+ #: includes/class-freemius.php:23731
720
  msgid "How to upload and activate?"
721
  msgstr ""
722
 
723
+ #: includes/class-freemius.php:23865
724
  msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
725
  msgstr ""
726
 
727
+ #: includes/class-freemius.php:24034
728
  msgid "Auto installation only works for opted-in users."
729
  msgstr ""
730
 
731
+ #: includes/class-freemius.php:24044, includes/class-freemius.php:24077, includes/class-fs-plugin-updater.php:1273, includes/class-fs-plugin-updater.php:1287
732
  msgid "Invalid module ID."
733
  msgstr ""
734
 
735
+ #: includes/class-freemius.php:24053, includes/class-fs-plugin-updater.php:1309
736
  msgid "Premium version already active."
737
  msgstr ""
738
 
739
+ #: includes/class-freemius.php:24060
740
  msgid "You do not have a valid license to access the premium version."
741
  msgstr ""
742
 
743
+ #: includes/class-freemius.php:24067
744
  msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
745
  msgstr ""
746
 
747
+ #: includes/class-freemius.php:24085, includes/class-fs-plugin-updater.php:1308
748
  msgid "Premium add-on version already installed."
749
  msgstr ""
750
 
751
+ #: includes/class-freemius.php:24435
752
  msgid "View paid features"
753
  msgstr ""
754
 
755
+ #: includes/class-freemius.php:24757
756
  msgid "Thank you so much for using %s and its add-ons!"
757
  msgstr ""
758
 
759
+ #: includes/class-freemius.php:24758
760
  msgid "Thank you so much for using %s!"
761
  msgstr ""
762
 
763
+ #: includes/class-freemius.php:24764
764
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
765
  msgstr ""
766
 
767
+ #: includes/class-freemius.php:24768
768
  msgid "Thank you so much for using our products!"
769
  msgstr ""
770
 
771
+ #: includes/class-freemius.php:24769
772
  msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
773
  msgstr ""
774
 
775
+ #: includes/class-freemius.php:24788
776
  msgid "%s and its add-ons"
777
  msgstr ""
778
 
779
+ #: includes/class-freemius.php:24797
780
  msgid "Products"
781
  msgstr ""
782
 
783
+ #: includes/class-freemius.php:24804, templates/connect.php:280
784
  msgid "Yes"
785
  msgstr ""
786
 
787
+ #: includes/class-freemius.php:24805, templates/connect.php:281
788
  msgid "send me security & feature updates, educational content and offers."
789
  msgstr ""
790
 
791
+ #: includes/class-freemius.php:24806, templates/connect.php:286
792
  msgid "No"
793
  msgstr ""
794
 
795
+ #: includes/class-freemius.php:24808, templates/connect.php:288
796
  msgid "do %sNOT%s send me security & feature updates, educational content and offers."
797
  msgstr ""
798
 
799
+ #: includes/class-freemius.php:24818
800
  msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
801
  msgstr ""
802
 
803
+ #: includes/class-freemius.php:24820, templates/connect.php:295
804
  msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
805
  msgstr ""
806
 
807
+ #: includes/class-freemius.php:25102
808
  msgid "License key is empty."
809
  msgstr ""
810
 
832
  msgid "Important Upgrade Notice:"
833
  msgstr ""
834
 
835
+ #: includes/class-fs-plugin-updater.php:1338
836
  msgid "Installing plugin: %s"
837
  msgstr ""
838
 
839
+ #: includes/class-fs-plugin-updater.php:1379
840
  msgid "Unable to connect to the filesystem. Please confirm your credentials."
841
  msgstr ""
842
 
843
+ #: includes/class-fs-plugin-updater.php:1561
844
  msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
845
  msgstr ""
846
 
847
+ #: includes/fs-plugin-info-dialog.php:541
848
  msgid "Purchase More"
849
  msgstr ""
850
 
851
+ #: includes/fs-plugin-info-dialog.php:542, templates/account/partials/addon.php:385
852
  msgctxt "verb"
853
  msgid "Purchase"
854
  msgstr ""
855
 
856
+ #: includes/fs-plugin-info-dialog.php:546
857
  msgid "Start my free %s"
858
  msgstr ""
859
 
860
+ #: includes/fs-plugin-info-dialog.php:744
861
  msgid "Install Free Version Update Now"
862
  msgstr ""
863
 
864
+ #: includes/fs-plugin-info-dialog.php:745, templates/account.php:639
865
  msgid "Install Update Now"
866
  msgstr ""
867
 
868
+ #: includes/fs-plugin-info-dialog.php:754
869
  msgid "Install Free Version Now"
870
  msgstr ""
871
 
872
+ #: includes/fs-plugin-info-dialog.php:755, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:365, templates/account/partials/addon.php:418
873
  msgid "Install Now"
874
  msgstr ""
875
 
876
+ #: includes/fs-plugin-info-dialog.php:771
877
  msgctxt "as download latest version"
878
  msgid "Download Latest Free Version"
879
  msgstr ""
880
 
881
+ #: includes/fs-plugin-info-dialog.php:772, templates/account.php:99, templates/add-ons.php:37, templates/account/partials/addon.php:25
882
  msgctxt "as download latest version"
883
  msgid "Download Latest"
884
  msgstr ""
885
 
886
+ #: includes/fs-plugin-info-dialog.php:787, templates/add-ons.php:329, templates/account/partials/addon.php:356, templates/account/partials/addon.php:412
887
  msgid "Activate this add-on"
888
  msgstr ""
889
 
890
+ #: includes/fs-plugin-info-dialog.php:789, templates/connect.php:453
891
  msgid "Activate Free Version"
892
  msgstr ""
893
 
894
+ #: includes/fs-plugin-info-dialog.php:790, templates/account.php:123, templates/add-ons.php:330, templates/account/partials/addon.php:48
895
  msgid "Activate"
896
  msgstr ""
897
 
898
+ #: includes/fs-plugin-info-dialog.php:1002
899
  msgctxt "Plugin installer section title"
900
  msgid "Description"
901
  msgstr ""
902
 
903
+ #: includes/fs-plugin-info-dialog.php:1003
904
  msgctxt "Plugin installer section title"
905
  msgid "Installation"
906
  msgstr ""
907
 
908
+ #: includes/fs-plugin-info-dialog.php:1004
909
  msgctxt "Plugin installer section title"
910
  msgid "FAQ"
911
  msgstr ""
912
 
913
+ #: includes/fs-plugin-info-dialog.php:1005, templates/plugin-info/description.php:55
914
  msgid "Screenshots"
915
  msgstr ""
916
 
917
+ #: includes/fs-plugin-info-dialog.php:1006
918
  msgctxt "Plugin installer section title"
919
  msgid "Changelog"
920
  msgstr ""
921
 
922
+ #: includes/fs-plugin-info-dialog.php:1007
923
  msgctxt "Plugin installer section title"
924
  msgid "Reviews"
925
  msgstr ""
926
 
927
+ #: includes/fs-plugin-info-dialog.php:1008
928
  msgctxt "Plugin installer section title"
929
  msgid "Other Notes"
930
  msgstr ""
931
 
932
+ #: includes/fs-plugin-info-dialog.php:1023
933
  msgctxt "Plugin installer section title"
934
  msgid "Features & Pricing"
935
  msgstr ""
936
 
937
+ #: includes/fs-plugin-info-dialog.php:1033
938
  msgid "Plugin Install"
939
  msgstr ""
940
 
941
+ #: includes/fs-plugin-info-dialog.php:1105
942
  msgctxt "e.g. Professional Plan"
943
  msgid "%s Plan"
944
  msgstr ""
945
 
946
+ #: includes/fs-plugin-info-dialog.php:1131
947
  msgctxt "e.g. the best product"
948
  msgid "Best"
949
  msgstr ""
950
 
951
+ #: includes/fs-plugin-info-dialog.php:1137, includes/fs-plugin-info-dialog.php:1157
952
  msgctxt "as every month"
953
  msgid "Monthly"
954
  msgstr ""
955
 
956
+ #: includes/fs-plugin-info-dialog.php:1140
957
  msgctxt "as once a year"
958
  msgid "Annual"
959
  msgstr ""
960
 
961
+ #: includes/fs-plugin-info-dialog.php:1143
962
  msgid "Lifetime"
963
  msgstr ""
964
 
965
+ #: includes/fs-plugin-info-dialog.php:1157, includes/fs-plugin-info-dialog.php:1159, includes/fs-plugin-info-dialog.php:1161
966
  msgctxt "e.g. billed monthly"
967
  msgid "Billed %s"
968
  msgstr ""
969
 
970
+ #: includes/fs-plugin-info-dialog.php:1159
971
  msgctxt "as once a year"
972
  msgid "Annually"
973
  msgstr ""
974
 
975
+ #: includes/fs-plugin-info-dialog.php:1161
976
  msgctxt "as once a year"
977
  msgid "Once"
978
  msgstr ""
979
 
980
+ #: includes/fs-plugin-info-dialog.php:1167
981
  msgid "Single Site License"
982
  msgstr ""
983
 
984
+ #: includes/fs-plugin-info-dialog.php:1169
985
  msgid "Unlimited Licenses"
986
  msgstr ""
987
 
988
+ #: includes/fs-plugin-info-dialog.php:1171
989
  msgid "Up to %s Sites"
990
  msgstr ""
991
 
992
+ #: includes/fs-plugin-info-dialog.php:1181, templates/plugin-info/features.php:82
993
  msgctxt "as monthly period"
994
  msgid "mo"
995
  msgstr ""
996
 
997
+ #: includes/fs-plugin-info-dialog.php:1188, templates/plugin-info/features.php:80
998
  msgctxt "as annual period"
999
  msgid "year"
1000
  msgstr ""
1001
 
1002
+ #: includes/fs-plugin-info-dialog.php:1242
1003
  msgctxt "noun"
1004
  msgid "Price"
1005
  msgstr ""
1006
 
1007
+ #: includes/fs-plugin-info-dialog.php:1290
1008
  msgid "Save %s"
1009
  msgstr ""
1010
 
1011
+ #: includes/fs-plugin-info-dialog.php:1300
1012
  msgid "No commitment for %s - cancel anytime"
1013
  msgstr ""
1014
 
1015
+ #: includes/fs-plugin-info-dialog.php:1303
1016
  msgid "After your free %s, pay as little as %s"
1017
  msgstr ""
1018
 
1019
+ #: includes/fs-plugin-info-dialog.php:1314
1020
  msgid "Details"
1021
  msgstr ""
1022
 
1023
+ #: includes/fs-plugin-info-dialog.php:1318, templates/account.php:110, templates/debug.php:201, templates/debug.php:238, templates/debug.php:455, templates/account/partials/addon.php:36
1024
  msgctxt "product version"
1025
  msgid "Version"
1026
  msgstr ""
1027
 
1028
+ #: includes/fs-plugin-info-dialog.php:1325
1029
  msgctxt "as the plugin author"
1030
  msgid "Author"
1031
  msgstr ""
1032
 
1033
+ #: includes/fs-plugin-info-dialog.php:1332
1034
  msgid "Last Updated"
1035
  msgstr ""
1036
 
1037
+ #: includes/fs-plugin-info-dialog.php:1337, templates/account.php:525
1038
  msgctxt "x-ago"
1039
  msgid "%s ago"
1040
  msgstr ""
1041
 
1042
+ #: includes/fs-plugin-info-dialog.php:1346
1043
  msgid "Requires WordPress Version"
1044
  msgstr ""
1045
 
1046
+ #: includes/fs-plugin-info-dialog.php:1347
1047
  msgid "%s or higher"
1048
  msgstr ""
1049
 
1050
+ #: includes/fs-plugin-info-dialog.php:1354
1051
  msgid "Compatible up to"
1052
  msgstr ""
1053
 
1054
+ #: includes/fs-plugin-info-dialog.php:1362
1055
  msgid "Downloaded"
1056
  msgstr ""
1057
 
1058
+ #: includes/fs-plugin-info-dialog.php:1366
1059
  msgid "%s time"
1060
  msgstr ""
1061
 
1062
+ #: includes/fs-plugin-info-dialog.php:1368
1063
  msgid "%s times"
1064
  msgstr ""
1065
 
1066
+ #: includes/fs-plugin-info-dialog.php:1379
1067
  msgid "WordPress.org Plugin Page"
1068
  msgstr ""
1069
 
1070
+ #: includes/fs-plugin-info-dialog.php:1388
1071
  msgid "Plugin Homepage"
1072
  msgstr ""
1073
 
1074
+ #: includes/fs-plugin-info-dialog.php:1397, includes/fs-plugin-info-dialog.php:1481
1075
  msgid "Donate to this plugin"
1076
  msgstr ""
1077
 
1078
+ #: includes/fs-plugin-info-dialog.php:1404
1079
  msgid "Average Rating"
1080
  msgstr ""
1081
 
1082
+ #: includes/fs-plugin-info-dialog.php:1411
1083
  msgid "based on %s"
1084
  msgstr ""
1085
 
1086
+ #: includes/fs-plugin-info-dialog.php:1415
1087
  msgid "%s rating"
1088
  msgstr ""
1089
 
1090
+ #: includes/fs-plugin-info-dialog.php:1417
1091
  msgid "%s ratings"
1092
  msgstr ""
1093
 
1094
+ #: includes/fs-plugin-info-dialog.php:1432
1095
  msgid "%s star"
1096
  msgstr ""
1097
 
1098
+ #: includes/fs-plugin-info-dialog.php:1434
1099
  msgid "%s stars"
1100
  msgstr ""
1101
 
1102
+ #: includes/fs-plugin-info-dialog.php:1446
1103
  msgid "Click to see reviews that provided a rating of %s"
1104
  msgstr ""
1105
 
1106
+ #: includes/fs-plugin-info-dialog.php:1459
1107
  msgid "Contributors"
1108
  msgstr ""
1109
 
1110
+ #: includes/fs-plugin-info-dialog.php:1489, includes/fs-plugin-info-dialog.php:1491
1111
  msgid "Warning"
1112
  msgstr ""
1113
 
1114
+ #: includes/fs-plugin-info-dialog.php:1489
1115
  msgid "This plugin has not been tested with your current version of WordPress."
1116
  msgstr ""
1117
 
1118
+ #: includes/fs-plugin-info-dialog.php:1491
1119
  msgid "This plugin has not been marked as compatible with your version of WordPress."
1120
  msgstr ""
1121
 
1122
+ #: includes/fs-plugin-info-dialog.php:1510
1123
  msgid "Paid add-on must be deployed to Freemius."
1124
  msgstr ""
1125
 
1126
+ #: includes/fs-plugin-info-dialog.php:1511
1127
  msgid "Add-on must be deployed to WordPress.org or Freemius."
1128
  msgstr ""
1129
 
1130
+ #: includes/fs-plugin-info-dialog.php:1532
1131
  msgid "Newer Version (%s) Installed"
1132
  msgstr ""
1133
 
1134
+ #: includes/fs-plugin-info-dialog.php:1533
1135
  msgid "Newer Free Version (%s) Installed"
1136
  msgstr ""
1137
 
1138
+ #: includes/fs-plugin-info-dialog.php:1540
1139
  msgid "Latest Version Installed"
1140
  msgstr ""
1141
 
1142
+ #: includes/fs-plugin-info-dialog.php:1541
1143
  msgid "Latest Free Version Installed"
1144
  msgstr ""
1145
 
1425
  msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
1426
  msgstr ""
1427
 
1428
+ #: templates/account.php:1073
1429
+ msgid "Disabling white-label mode"
1430
+ msgstr ""
1431
+
1432
+ #: templates/account.php:1074
1433
+ msgid "Enabling white-label mode"
1434
+ msgstr ""
1435
+
1436
  #: templates/add-ons.php:38
1437
  msgid "View details"
1438
  msgstr ""
1562
  msgid "Can't find your license key?"
1563
  msgstr ""
1564
 
1565
+ #: templates/connect.php:323, templates/connect.php:695, templates/forms/deactivation/retry-skip.php:20
1566
  msgctxt "verb"
1567
  msgid "Skip"
1568
  msgstr ""
1619
  msgid "Title, slug, version, and is active"
1620
  msgstr ""
1621
 
1622
+ #: templates/connect.php:421, templates/forms/license-activation.php:41
1623
  msgid "The %1$s will be periodically sending data to %2$s to check for security and feature updates, and verify the validity of your license."
1624
  msgstr ""
1625
 
1626
+ #: templates/connect.php:426
1627
  msgid "What permissions are being granted?"
1628
  msgstr ""
1629
 
1630
+ #: templates/connect.php:452
1631
  msgid "Don't have a license key?"
1632
  msgstr ""
1633
 
1634
+ #: templates/connect.php:455
1635
  msgid "Have a license key?"
1636
  msgstr ""
1637
 
1638
+ #: templates/connect.php:463
1639
  msgid "Privacy Policy"
1640
  msgstr ""
1641
 
1642
+ #: templates/connect.php:465
1643
  msgid "License Agreement"
1644
  msgstr ""
1645
 
1646
+ #: templates/connect.php:465
1647
  msgid "Terms of Service"
1648
  msgstr ""
1649
 
1650
+ #: templates/connect.php:854
1651
  msgctxt "as in the process of sending an email"
1652
  msgid "Sending email"
1653
  msgstr ""
1654
 
1655
+ #: templates/connect.php:855
1656
  msgctxt "as activating plugin"
1657
  msgid "Activating"
1658
  msgstr ""
2209
  msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
2210
  msgstr ""
2211
 
2212
+ #: templates/forms/affiliation.php:232, templates/forms/resend-key.php:22
2213
  msgid "Cancel"
2214
  msgstr ""
2215
 
2216
+ #: templates/forms/affiliation.php:234
2217
  msgid "Become an affiliate"
2218
  msgstr ""
2219
 
freemius/start.php CHANGED
@@ -15,7 +15,7 @@
15
  *
16
  * @var string
17
  */
18
- $this_sdk_version = '2.4.0.1';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
15
  *
16
  * @var string
17
  */
18
+ $this_sdk_version = '2.4.1';
19
 
20
  #region SDK Selection Logic --------------------------------------------------------------------
21
 
freemius/templates/account.php CHANGED
@@ -1056,6 +1056,29 @@
1056
  });
1057
  });
1058
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1059
  })(jQuery);
1060
  </script>
1061
  <?php
1056
  });
1057
  });
1058
 
1059
+ $( '.fs-toggle-whitelabel-mode' ).click( function () {
1060
+ var $toggleLink = $( this );
1061
+
1062
+ $.ajax( {
1063
+ url : ajaxurl,
1064
+ method: 'POST',
1065
+ data : {
1066
+ action : '<?php echo $fs->get_ajax_action( 'toggle_whitelabel_mode' ) ?>',
1067
+ security : '<?php echo $fs->get_ajax_security( 'toggle_whitelabel_mode' ) ?>',
1068
+ module_id: <?php echo $fs->get_id() ?>
1069
+ },
1070
+ beforeSend: function () {
1071
+ $toggleLink.parent().text( '<?php
1072
+ $is_whitelabeled ?
1073
+ fs_esc_html_echo_inline( 'Disabling white-label mode', 'disabling-whitelabel-mode' ) :
1074
+ fs_esc_html_echo_inline( 'Enabling white-label mode', 'enabling-whitelabel-mode' )
1075
+ ?>' + '...' );
1076
+ },
1077
+ complete: function () {
1078
+ location.reload();
1079
+ }
1080
+ } );
1081
+ });
1082
  })(jQuery);
1083
  </script>
1084
  <?php
freemius/templates/forms/affiliation.php CHANGED
@@ -220,10 +220,12 @@
220
  <p class="description"><?php echo esc_html( sprintf( fs_text_inline( 'Please provide details on how you intend to promote %s (please be as specific as possible).', 'promotion-method-desc-field-desc', $slug ), $plugin_title ) ) ?></p>
221
  <?php endif ?>
222
  </div>
 
223
  <div>
224
  <input type="checkbox" id="legal_consent_checkbox">
225
  <label for="legal_consent_checkbox">I agree to the <a href="<?php echo $affiliate_program_terms_url ?>" target="_blank" rel="noopener">Referrer Program</a>'s terms & conditions.</label>
226
  </div>
 
227
  </form>
228
  </div>
229
  <?php if ( ! $is_affiliate ) : ?>
220
  <p class="description"><?php echo esc_html( sprintf( fs_text_inline( 'Please provide details on how you intend to promote %s (please be as specific as possible).', 'promotion-method-desc-field-desc', $slug ), $plugin_title ) ) ?></p>
221
  <?php endif ?>
222
  </div>
223
+ <?php if ( ! $is_affiliate ) : ?>
224
  <div>
225
  <input type="checkbox" id="legal_consent_checkbox">
226
  <label for="legal_consent_checkbox">I agree to the <a href="<?php echo $affiliate_program_terms_url ?>" target="_blank" rel="noopener">Referrer Program</a>'s terms & conditions.</label>
227
  </div>
228
+ <?php endif ?>
229
  </form>
230
  </div>
231
  <?php if ( ! $is_affiliate ) : ?>
includes/widgets/carousel.php CHANGED
@@ -30,7 +30,7 @@ class LAE_Carousel_Widget extends Widget_Base {
30
  }
31
 
32
  public function get_icon() {
33
- return 'eicon-carousel';
34
  }
35
 
36
  public function get_categories() {
30
  }
31
 
32
  public function get_icon() {
33
+ return 'lae-icon-carousel';
34
  }
35
 
36
  public function get_categories() {
includes/widgets/clients.php CHANGED
@@ -31,7 +31,7 @@ class LAE_Clients_Widget extends Widget_Base {
31
  }
32
 
33
  public function get_icon() {
34
- return 'eicon-person';
35
  }
36
 
37
  public function get_categories() {
31
  }
32
 
33
  public function get_icon() {
34
+ return 'lae-icon-clients';
35
  }
36
 
37
  public function get_categories() {
includes/widgets/heading.php CHANGED
@@ -30,7 +30,7 @@ class LAE_Heading_Widget extends Widget_Base {
30
  }
31
 
32
  public function get_icon() {
33
- return 'eicon-text-area';
34
  }
35
 
36
  public function get_categories() {
30
  }
31
 
32
  public function get_icon() {
33
+ return 'lae-icon-heading';
34
  }
35
 
36
  public function get_categories() {
includes/widgets/piecharts.php CHANGED
@@ -31,7 +31,7 @@ class LAE_Piecharts_Widget extends Widget_Base {
31
  }
32
 
33
  public function get_icon() {
34
- return 'eicon-counter-circle';
35
  }
36
 
37
  public function get_categories() {
31
  }
32
 
33
  public function get_icon() {
34
+ return 'lae-icon-piechart3';
35
  }
36
 
37
  public function get_categories() {
includes/widgets/portfolio.php CHANGED
@@ -30,7 +30,7 @@ class LAE_Portfolio_Widget extends Widget_Base {
30
  }
31
 
32
  public function get_icon() {
33
- return 'eicon-posts-grid';
34
  }
35
 
36
  public function get_categories() {
30
  }
31
 
32
  public function get_icon() {
33
+ return 'lae-icon-posts-grid-masonry';
34
  }
35
 
36
  public function get_categories() {
includes/widgets/posts-carousel.php CHANGED
@@ -30,7 +30,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
30
  }
31
 
32
  public function get_icon() {
33
- return 'eicon-posts-carousel';
34
  }
35
 
36
  public function get_categories() {
@@ -274,12 +274,29 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
274
  ]
275
  );
276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  $this->add_group_control(
278
  Group_Control_Image_Size::get_type(),
279
  [
280
  'name' => 'thumbnail_size',
281
  'label' => __('Image Size', 'livemesh-el-addons'),
282
  'default' => 'large',
 
 
 
283
  ]
284
  );
285
 
@@ -292,6 +309,9 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
292
  'label_off' => __('No', 'livemesh-el-addons'),
293
  'return_value' => 'yes',
294
  'default' => 'yes',
 
 
 
295
  ]
296
  );
297
 
@@ -316,6 +336,9 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
316
  'label_off' => __('No', 'livemesh-el-addons'),
317
  'return_value' => 'yes',
318
  'default' => 'yes',
 
 
 
319
  ]
320
  );
321
 
@@ -328,13 +351,16 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
328
  'label_off' => __('No', 'livemesh-el-addons'),
329
  'return_value' => 'yes',
330
  'default' => 'yes',
 
 
 
331
  ]
332
  );
333
 
334
  $this->add_control(
335
  'display_title',
336
  [
337
- 'label' => __('Display posts title below the post item?', 'livemesh-el-addons'),
338
  'type' => Controls_Manager::SWITCHER,
339
  'label_on' => __('Yes', 'livemesh-el-addons'),
340
  'label_off' => __('No', 'livemesh-el-addons'),
@@ -346,7 +372,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
346
  $this->add_control(
347
  'display_summary',
348
  [
349
- 'label' => __('Display post excerpt/summary below the post item?', 'livemesh-el-addons'),
350
  'type' => Controls_Manager::SWITCHER,
351
  'label_on' => __('Yes', 'livemesh-el-addons'),
352
  'label_off' => __('No', 'livemesh-el-addons'),
@@ -358,7 +384,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
358
  $this->add_control(
359
  'display_author',
360
  [
361
- 'label' => __('Display post author info below the post item?', 'livemesh-el-addons'),
362
  'type' => Controls_Manager::SWITCHER,
363
  'label_on' => __('Yes', 'livemesh-el-addons'),
364
  'label_off' => __('No', 'livemesh-el-addons'),
@@ -370,7 +396,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
370
  $this->add_control(
371
  'display_post_date',
372
  [
373
- 'label' => __('Display post date info below the post item?', 'livemesh-el-addons'),
374
  'type' => Controls_Manager::SWITCHER,
375
  'label_on' => __('Yes', 'livemesh-el-addons'),
376
  'label_off' => __('No', 'livemesh-el-addons'),
@@ -383,7 +409,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
383
  $this->add_control(
384
  'display_taxonomy',
385
  [
386
- 'label' => __('Display taxonomy info below the post item?', 'livemesh-el-addons'),
387
  'type' => Controls_Manager::SWITCHER,
388
  'label_on' => __('Yes', 'livemesh-el-addons'),
389
  'label_off' => __('No', 'livemesh-el-addons'),
@@ -1088,7 +1114,7 @@ class LAE_Posts_Carousel_Widget extends Widget_Base {
1088
 
1089
  else :
1090
 
1091
- if ($thumbnail_exists = has_post_thumbnail()):
1092
 
1093
  $entry_image = '<div class="lae-project-image">';
1094
 
30
  }
31
 
32
  public function get_icon() {
33
+ return 'lae-icon-posts-carousel';
34
  }
35
 
36
  public function get_categories() {
274
  ]
275
  );
276
 
277
+
278
+
279
+ $this->add_control(
280
+ 'display_thumbnail',
281
+ [
282
+ 'label' => __('Display post thumbnail?', 'livemesh-el-addons'),
283
+ 'type' => Controls_Manager::SWITCHER,
284
+ 'label_on' => __('Yes', 'livemesh-el-addons'),
285
+ 'label_off' => __('No', 'livemesh-el-addons'),
286
+ 'return_value' => 'yes',
287
+ 'default' => 'yes',
288
+ ]
289
+ );
290
+
291
  $this->add_group_control(
292
  Group_Control_Image_Size::get_type(),
293
  [
294
  'name' => 'thumbnail_size',
295
  'label' => __('Image Size', 'livemesh-el-addons'),
296
  'default' => 'large',
297
+ 'condition' => [
298
+ 'display_thumbnail' => 'yes'
299
+ ],
300
  ]
301
  );
302
 
309
  'label_off' => __('No', 'livemesh-el-addons'),
310
  'return_value' => 'yes',
311
  'default' => 'yes',
312
+ 'condition' => [
313
+ 'display_thumbnail' => 'yes'
314
+ ],
315
  ]
316
  );
317
 
336
  'label_off' => __('No', 'livemesh-el-addons'),
337
  'return_value' => 'yes',
338
  'default' => 'yes',
339
+ 'condition' => [
340
+ 'display_thumbnail' => 'yes'
341
+ ],
342
  ]
343
  );
344
 
351
  'label_off' => __('No', 'livemesh-el-addons'),
352
  'return_value' => 'yes',
353
  'default' => 'yes',
354
+ 'condition' => [
355
+ 'display_thumbnail' => 'yes'
356
+ ],
357
  ]
358
  );
359
 
360
  $this->add_control(
361
  'display_title',
362
  [
363
+ 'label' => __('Display posts title?', 'livemesh-el-addons'),
364
  'type' => Controls_Manager::SWITCHER,
365
  'label_on' => __('Yes', 'livemesh-el-addons'),
366
  'label_off' => __('No', 'livemesh-el-addons'),
372
  $this->add_control(
373
  'display_summary',
374
  [
375
+ 'label' => __('Display post excerpt/summary?', 'livemesh-el-addons'),
376
  'type' => Controls_Manager::SWITCHER,
377
  'label_on' => __('Yes', 'livemesh-el-addons'),
378
  'label_off' => __('No', 'livemesh-el-addons'),
384
  $this->add_control(
385
  'display_author',
386
  [
387
+ 'label' => __('Display post author info?', 'livemesh-el-addons'),
388
  'type' => Controls_Manager::SWITCHER,
389
  'label_on' => __('Yes', 'livemesh-el-addons'),
390
  'label_off' => __('No', 'livemesh-el-addons'),
396
  $this->add_control(
397
  'display_post_date',
398
  [
399
+ 'label' => __('Display post date info?', 'livemesh-el-addons'),
400
  'type' => Controls_Manager::SWITCHER,
401
  'label_on' => __('Yes', 'livemesh-el-addons'),
402
  'label_off' => __('No', 'livemesh-el-addons'),
409
  $this->add_control(
410
  'display_taxonomy',
411
  [
412
+ 'label' => __('Display taxonomy info?', 'livemesh-el-addons'),
413
  'type' => Controls_Manager::SWITCHER,
414
  'label_on' => __('Yes', 'livemesh-el-addons'),
415
  'label_off' => __('No', 'livemesh-el-addons'),
1114
 
1115
  else :
1116
 
1117
+ if ($thumbnail_exists = has_post_thumbnail() && $settings['display_thumbnail'] == 'yes'):
1118
 
1119
  $entry_image = '<div class="lae-project-image">';
1120
 
includes/widgets/pricing-table.php CHANGED
@@ -67,7 +67,7 @@ class LAE_Pricing_Table_Widget extends Widget_Base {
67
  }
68
 
69
  public function get_icon() {
70
- return 'eicon-price-table';
71
  }
72
 
73
  public function get_categories() {
67
  }
68
 
69
  public function get_icon() {
70
+ return 'lae-icon-pricing-table';
71
  }
72
 
73
  public function get_categories() {
includes/widgets/services.php CHANGED
@@ -34,7 +34,7 @@ class LAE_Services_Widget extends Widget_Base
34
 
35
  public function get_icon()
36
  {
37
- return 'fa fa-clone';
38
  }
39
 
40
  public function get_categories()
34
 
35
  public function get_icon()
36
  {
37
+ return 'lae-icon-services';
38
  }
39
 
40
  public function get_categories()
includes/widgets/stats-bars.php CHANGED
@@ -31,7 +31,7 @@ class LAE_Stats_Bars_Widget extends Widget_Base {
31
  }
32
 
33
  public function get_icon() {
34
- return 'fa fa-tasks';
35
  }
36
 
37
  public function get_categories() {
31
  }
32
 
33
  public function get_icon() {
34
+ return 'lae-icon-stats-bars';
35
  }
36
 
37
  public function get_categories() {
includes/widgets/tab-slider.php CHANGED
@@ -32,7 +32,7 @@ class LAE_Tab_Slider_Widget extends Widget_Base {
32
  }
33
 
34
  public function get_icon() {
35
- return 'eicon-tabs';
36
  }
37
 
38
  public function get_categories() {
32
  }
33
 
34
  public function get_icon() {
35
+ return 'lae-icon-tab-slider1';
36
  }
37
 
38
  public function get_categories() {
includes/widgets/team-members.php CHANGED
@@ -34,7 +34,7 @@ class LAE_Team_Widget extends Widget_Base {
34
  }
35
 
36
  public function get_icon() {
37
- return 'fa fa-user-o';
38
  }
39
 
40
  public function get_categories() {
34
  }
35
 
36
  public function get_icon() {
37
+ return 'lae-icon-team4';
38
  }
39
 
40
  public function get_categories() {
includes/widgets/testimonials-slider.php CHANGED
@@ -31,7 +31,7 @@ class LAE_Testimonials_Slider_Widget extends Widget_Base {
31
  }
32
 
33
  public function get_icon() {
34
- return 'eicon-blockquote';
35
  }
36
 
37
  public function get_categories() {
31
  }
32
 
33
  public function get_icon() {
34
+ return 'lae-icon-testimonials1';
35
  }
36
 
37
  public function get_categories() {
includes/widgets/testimonials.php CHANGED
@@ -31,7 +31,7 @@ class LAE_Testimonials_Widget extends Widget_Base {
31
  }
32
 
33
  public function get_icon() {
34
- return 'fa fa-comments-o';
35
  }
36
 
37
  public function get_categories() {
31
  }
32
 
33
  public function get_icon() {
34
+ return 'lae-icon-testimonials3';
35
  }
36
 
37
  public function get_categories() {
plugin.php CHANGED
@@ -45,7 +45,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
45
  public function __clone()
46
  {
47
  // Cloning instances of the class is forbidden
48
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?', 'livemesh-el-addons' ), '4.3.1' );
49
  }
50
 
51
  /**
@@ -55,7 +55,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
55
  public function __wakeup()
56
  {
57
  // Unserializing instances of the class is forbidden
58
- _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?', 'livemesh-el-addons' ), '4.3.1' );
59
  }
60
 
61
  private function setup_debug_constants()
@@ -142,6 +142,7 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
142
  // Filter to exclude images from lazy load using https://wordpress.org/plugins/sg-cachepress/
143
  add_filter( 'sgo_lazy_load_exclude_classes', array( $this, 'exclude_images_with_specific_class' ) );
144
  add_action( 'elementor/widgets/widgets_registered', array( $this, 'include_widgets' ) );
 
145
  add_action( 'elementor/frontend/after_register_scripts', array( $this, 'register_frontend_scripts' ), 10 );
146
  add_action( 'elementor/frontend/after_register_styles', array( $this, 'register_frontend_styles' ), 10 );
147
  add_action( 'elementor/frontend/after_enqueue_styles', array( $this, 'enqueue_frontend_styles' ), 10 );
@@ -271,6 +272,20 @@ if ( !class_exists( 'Livemesh_Elementor_Addons' ) ) {
271
  wp_localize_script( 'lae-frontend-scripts', 'lae_js_vars', $array );
272
  }
273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  /**
275
  * Load Frontend Styles
276
  *
45
  public function __clone()
46
  {
47
  // Cloning instances of the class is forbidden
48
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?', 'livemesh-el-addons' ), '4.4' );
49
  }
50
 
51
  /**
55
  public function __wakeup()
56
  {
57
  // Unserializing instances of the class is forbidden
58
+ _doing_it_wrong( __FUNCTION__, __( 'Cheatin&#8217; huh?', 'livemesh-el-addons' ), '4.4' );
59
  }
60
 
61
  private function setup_debug_constants()
142
  // Filter to exclude images from lazy load using https://wordpress.org/plugins/sg-cachepress/
143
  add_filter( 'sgo_lazy_load_exclude_classes', array( $this, 'exclude_images_with_specific_class' ) );
144
  add_action( 'elementor/widgets/widgets_registered', array( $this, 'include_widgets' ) );
145
+ add_action( 'elementor/editor/after_enqueue_styles', array( $this, 'enqueue_editor_styles' ), 10 );
146
  add_action( 'elementor/frontend/after_register_scripts', array( $this, 'register_frontend_scripts' ), 10 );
147
  add_action( 'elementor/frontend/after_register_styles', array( $this, 'register_frontend_styles' ), 10 );
148
  add_action( 'elementor/frontend/after_enqueue_styles', array( $this, 'enqueue_frontend_styles' ), 10 );
272
  wp_localize_script( 'lae-frontend-scripts', 'lae_js_vars', $array );
273
  }
274
 
275
+ /**
276
+ * Load Frontend Styles
277
+ *
278
+ */
279
+ public function enqueue_editor_styles()
280
+ {
281
+ wp_enqueue_style(
282
+ 'lae-icomoon-styles',
283
+ LAE_PLUGIN_URL . 'assets/css/icomoon.css',
284
+ array(),
285
+ LAE_VERSION
286
+ );
287
+ }
288
+
289
  /**
290
  * Load Frontend Styles
291
  *
readme.txt CHANGED
@@ -5,7 +5,7 @@ Contributors: livemesh, elementoraddons, freemius
5
  Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
6
  Requires at least: 4.5
7
  Tested up to: 5.5
8
- Stable Tag: 4.3.1
9
  License: GPLv3
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
@@ -121,6 +121,11 @@ Pls install and activate the <a href="https://wordpress.org/plugins/portfolio-po
121
 
122
 
123
 
 
 
 
 
 
124
  = 4.3.1 =
125
  * Added - Smooth height option to Testimonials Slider
126
 
5
  Tags: elementor, elementor addons, elementor extensions, elementor widgets, page builder, woocommerce elementor
6
  Requires at least: 4.5
7
  Tested up to: 5.5
8
+ Stable Tag: 4.4
9
  License: GPLv3
10
  License URI: https://opensource.org/licenses/GPL-3.0
11
 
121
 
122
 
123
 
124
+ = 4.4 =
125
+ * Added - Option to disable featured image for posts in posts carousel
126
+ * Added - Custom icons for almost all elementor addons part of this plugin
127
+ * Updated - Freemius SDK 2.4.1 with License White-Label Update, WP 5.5. jQuery Compatibility, Auto-Updates UI Integration, and more!
128
+
129
  = 4.3.1 =
130
  * Added - Smooth height option to Testimonials Slider
131