@iconify-svelte/cbi 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/components/a/alfa-sinapsi.svelte +11 -0
  2. package/components/a/artemide-nessino.svelte +11 -0
  3. package/components/b/bazarr.svelte +2 -2
  4. package/components/c/chromecast.svelte +2 -2
  5. package/components/c/co2.svelte +2 -2
  6. package/components/d/dartboard.svelte +2 -2
  7. package/components/d/desk-lamp.svelte +2 -2
  8. package/components/d/desklamp.svelte +2 -2
  9. package/components/d/dreamcast.svelte +2 -2
  10. package/components/g/grill-ceramic.svelte +2 -2
  11. package/components/h/ha-voice-pe.svelte +11 -0
  12. package/components/h/helldivers.svelte +11 -0
  13. package/components/h/homey.svelte +2 -2
  14. package/components/l/lampada-parete.svelte +2 -2
  15. package/components/n/nanoleaf-holiday-string.svelte +2 -2
  16. package/components/n/netflix.svelte +2 -2
  17. package/components/n/nextcloud.svelte +2 -2
  18. package/components/o/oura-o.svelte +2 -2
  19. package/components/o/outdoor-motion.svelte +2 -2
  20. package/components/p/pixelwatch.svelte +2 -2
  21. package/components/q/qbittorrent.svelte +2 -2
  22. package/components/s/smart-camera.svelte +2 -2
  23. package/components/t/thread-net.svelte +2 -2
  24. package/components/u/ubiquiti-ap.svelte +2 -2
  25. package/components/v/volvo-alt.svelte +2 -2
  26. package/components/x/xgimi-horizon.svelte +11 -0
  27. package/components/x/xiaomi-air-purifier-pro.svelte +11 -0
  28. package/components/x/xiaomi-air-purifier.svelte +11 -0
  29. package/components/y/your-spotify.svelte +2 -2
  30. package/css/a/a44ax_bh.css +4 -0
  31. package/css/a/aylfalbp.css +4 -0
  32. package/css/b/bv0o2mbu.css +4 -0
  33. package/css/c/c5xhxb0f.css +4 -0
  34. package/css/{d/d1npmrbs.css → e/e6dq64wy.css} +2 -2
  35. package/css/e/ewilgqbq.css +4 -0
  36. package/css/{u/uryxk1bo.css → f/fbn4euba.css} +2 -2
  37. package/css/{c/cjmwgwbr.css → g/g6oftk3c.css} +2 -2
  38. package/css/l/luu0qbbf.css +4 -0
  39. package/css/l/lw1__4bz.css +4 -0
  40. package/css/m/m94q-dbt.css +4 -0
  41. package/css/{e/eevw5_2b.css → m/mc2oadcj.css} +2 -2
  42. package/css/n/n1r3igbz.css +4 -0
  43. package/css/p/poq326bg.css +4 -0
  44. package/css/p/pygyo3-m.css +4 -0
  45. package/css/q/qa73libw.css +4 -0
  46. package/css/s/s51fu4bm.css +4 -0
  47. package/css/{t/tnbnelbr.css → s/sge4ajjn.css} +2 -2
  48. package/css/{m/mksfumbo.css → s/shkpk0lt.css} +2 -2
  49. package/css/{y/y2oei-bt.css → t/t2bdmebp.css} +2 -2
  50. package/css/v/vd-_2wbk.css +4 -0
  51. package/css/{k/kal2xvbr.css → v/ved6g4bl.css} +2 -2
  52. package/css/w/wz34g9tg.css +4 -0
  53. package/css/{l/lj2w3ab.css → x/x410fvb.css} +2 -2
  54. package/css/{j/j23j5_bj.css → x/x9_ne3bf.css} +2 -2
  55. package/css/z/za8-4ob.css +4 -0
  56. package/css/z/zfewfiby.css +4 -0
  57. package/css/z/zl_4bsiu.css +4 -0
  58. package/iconify.json +2 -2
  59. package/package.json +29 -1
  60. package/css/a/agyfpjoi.css +0 -4
  61. package/css/d/dlmizkgi.css +0 -4
  62. package/css/e/ef4i18bi.css +0 -4
  63. package/css/i/i52ppacf.css +0 -4
  64. package/css/j/jc6mdeba.css +0 -4
  65. package/css/k/kb6t24fg.css +0 -4
  66. package/css/m/mjaamubi.css +0 -4
  67. package/css/n/n9bqx9bv.css +0 -4
  68. package/css/o/o5u2a28g.css +0 -4
  69. package/css/p/pqryefnc.css +0 -4
  70. package/css/u/un9ir1bg.css +0 -4
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/a/aylfalbp.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="aylfalbp"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:alfa-sinapsi" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/z/za8-4ob.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="za8-4ob"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:artemide-nessino" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/d/dlmizkgi.css';
3
+ import '../../css/a/a44ax_bh.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="dlmizkgi"/>`;
9
+ const content = `<path class="a44ax_bh"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:bazarr" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/y/y2oei-bt.css';
3
+ import '../../css/t/t2bdmebp.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="y2oei-bt"/>`;
9
+ const content = `<path class="t2bdmebp"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:chromecast" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/u/uryxk1bo.css';
3
+ import '../../css/f/fbn4euba.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="uryxk1bo"/>`;
9
+ const content = `<path class="fbn4euba"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:co2" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/i/i52ppacf.css';
3
+ import '../../css/l/luu0qbbf.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="i52ppacf"/>`;
9
+ const content = `<path class="luu0qbbf"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:dartboard" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/m/mjaamubi.css';
3
+ import '../../css/b/bv0o2mbu.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="mjaamubi"/>`;
9
+ const content = `<path class="bv0o2mbu"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:desk-lamp" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/m/mjaamubi.css';
3
+ import '../../css/b/bv0o2mbu.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="mjaamubi"/>`;
9
+ const content = `<path class="bv0o2mbu"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:desklamp" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/k/kal2xvbr.css';
3
+ import '../../css/v/ved6g4bl.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="kal2xvbr"/>`;
9
+ const content = `<path class="ved6g4bl"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:dreamcast" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/d/d1npmrbs.css';
3
+ import '../../css/e/e6dq64wy.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="d1npmrbs"/>`;
9
+ const content = `<path class="e6dq64wy"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:grill-ceramic" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/v/vd-_2wbk.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="vd-_2wbk"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:ha-voice-pe" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/l/lw1__4bz.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="lw1__4bz"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:helldivers" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/u/un9ir1bg.css';
3
+ import '../../css/z/zl_4bsiu.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="un9ir1bg"/>`;
9
+ const content = `<path class="zl_4bsiu"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:homey" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/j/j23j5_bj.css';
3
+ import '../../css/x/x9_ne3bf.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="j23j5_bj"/>`;
9
+ const content = `<path class="x9_ne3bf"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:lampada-parete" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/e/eevw5_2b.css';
3
+ import '../../css/m/mc2oadcj.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="eevw5_2b"/>`;
9
+ const content = `<path class="mc2oadcj"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:nanoleaf-holiday-string" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/n/n9bqx9bv.css';
3
+ import '../../css/e/ewilgqbq.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="n9bqx9bv"/>`;
9
+ const content = `<path class="ewilgqbq"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:netflix" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/c/cjmwgwbr.css';
3
+ import '../../css/g/g6oftk3c.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="cjmwgwbr"/>`;
9
+ const content = `<path class="g6oftk3c"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:nextcloud" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/l/lj2w3ab.css';
3
+ import '../../css/x/x410fvb.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="lj2w3ab"/>`;
9
+ const content = `<path class="x410fvb"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:oura-o" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/k/kb6t24fg.css';
3
+ import '../../css/p/pygyo3-m.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="kb6t24fg"/>`;
9
+ const content = `<path class="pygyo3-m"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:outdoor-motion" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/m/mksfumbo.css';
3
+ import '../../css/s/shkpk0lt.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="mksfumbo"/>`;
9
+ const content = `<path class="shkpk0lt"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:pixelwatch" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/j/jc6mdeba.css';
3
+ import '../../css/p/poq326bg.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="jc6mdeba"/>`;
9
+ const content = `<path class="poq326bg"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:qbittorrent" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/a/agyfpjoi.css';
3
+ import '../../css/w/wz34g9tg.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="agyfpjoi"/>`;
9
+ const content = `<path class="wz34g9tg"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:smart-camera" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/o/o5u2a28g.css';
3
+ import '../../css/n/n1r3igbz.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="o5u2a28g"/>`;
9
+ const content = `<path class="n1r3igbz"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:thread-net" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/t/tnbnelbr.css';
3
+ import '../../css/s/sge4ajjn.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="tnbnelbr"/>`;
9
+ const content = `<path class="sge4ajjn"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:ubiquiti-ap" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/p/pqryefnc.css';
3
+ import '../../css/q/qa73libw.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="pqryefnc"/>`;
9
+ const content = `<path class="qa73libw"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:volvo-alt" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/s/s51fu4bm.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="s51fu4bm"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:xgimi-horizon" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/z/zfewfiby.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="zfewfiby"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:xiaomi-air-purifier-pro" {...props}></Icon>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/m/m94q-dbt.css';
4
+
5
+ /** @type {{width?: string; height?: string;}} */
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":24,"height":24};
9
+ const content = `<path class="m94q-dbt"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:xiaomi-air-purifier" {...props}></Icon>
@@ -1,11 +1,11 @@
1
1
  <script>
2
2
  import Icon from '@iconify/css-svelte';
3
- import '../../css/e/ef4i18bi.css';
3
+ import '../../css/c/c5xhxb0f.css';
4
4
 
5
5
  /** @type {{width?: string; height?: string;}} */
6
6
  let {width, height, ...props} = $props();
7
7
 
8
8
  const viewBox = {"width":24,"height":24};
9
- const content = `<path class="ef4i18bi"/>`;
9
+ const content = `<path class="c5xhxb0f"/>`;
10
10
  </script>
11
11
  <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="cbi:your-spotify" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .a44ax_bh {
2
+ fill: currentColor;
3
+ d: path("M19.96 8.327a2.374 2.374 0 0 0-2.083-1.955a93 93 0 0 0-11.761 0a2.374 2.374 0 0 0-2.082 1.955a31 31 0 0 0 0 7.041a2.374 2.374 0 0 0 2.082 1.965a93 93 0 0 0 11.761 0a2.374 2.374 0 0 0 2.083-1.965a31 31 0 0 0 0-7.041m-3.95 7.6a.39.39 0 0 1-.397.397H8.386a.39.39 0 0 1-.397-.397a.39.39 0 0 1 .397-.378h7.222a.39.39 0 0 1 .397.378Zm1.485-1.158H6.505a.391.391 0 0 1 0-.792h10.99a.391.391 0 0 1 0 .792m1.576-9.84A10 10 0 1 0 4.929 19.071A9.92 9.92 0 0 0 12 22a10 10 0 0 0 7.07-17.071ZM12 21.531A9.531 9.531 0 1 1 21.531 12A9.54 9.54 0 0 1 12 21.531");
4
+ }
@@ -0,0 +1,4 @@
1
+ .aylfalbp {
2
+ fill: currentColor;
3
+ d: path("M11.089 13.922H9.145a1.21 1.21 0 0 1-1.09-.682a1.2 1.2 0 0 1-.125-.536v-2.616h.05c.351 0 .635.284.635.635v2.041c.034.24.226.432.466.466l1.326.004a.69.69 0 0 1 .682.688m6.223-3.844a.686.686 0 0 1-.685.685h-2.113a.353.353 0 0 0-.35.351v.354h2.463a.686.686 0 0 1-.685.686h-1.785v1.758h-.679V11.12c0-.57.46-1.036 1.03-1.036Zm-11.404 3.84h-.263a.82.82 0 0 1-.732-.448l-.122-.236l-.837-1.644l-.837 1.644l-.121.236a.82.82 0 0 1-.733.449H2l.351-.685l1.603-3.146l1.603 3.149Zm16.092 0h-.263a.82.82 0 0 1-.733-.448l-.121-.236l-.837-1.64l-.837 1.643l-.122.236a.82.82 0 0 1-.732.449h-.263l.35-.685l1.604-3.149l1.603 3.149Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .bv0o2mbu {
2
+ fill: currentColor;
3
+ d: path("M17.327 6.749c1.587-.533 1.894-.098.65.99c-1.26 1.102-3.604 2.432-5.199 2.95c-1.572.511-1.79.026-.521-1.061c1.251-1.075 3.507-2.354 5.07-2.879m-4.856 5.827c2.286-.634 5.561-2.498 7.284-4.136c.867-.826 1.15-1.426.919-1.726c-1.637-2.676-4.845-3.778-7.505-2.637a1.7 1.7 0 0 0 .068-.448a1.67 1.67 0 0 0-3.34 0a1.66 1.66 0 0 0 1.375 1.641l-7.776 7.448a.805.805 0 0 0-.013 1.147l4.957 4.957a10 10 0 0 0-1.294.262c-.814.227-1.275.526-1.384.828a.4.4 0 0 0-.041.156v.522q-.001.078.041.156c.112.314.608.605 1.478.852c1.931.536 5.045.536 6.989 0c.851-.247 1.35-.538 1.481-.852a.4.4 0 0 0 .032-.156v-.522a.4.4 0 0 0-.032-.156c-.128-.302-.579-.601-1.39-.828c-1.031-.296-2.405-.433-3.767-.419L5.199 13.31l4.578-4.385a6.5 6.5 0 0 0 .732 3.543c.134.364.795.431 1.963.108");
4
+ }
@@ -0,0 +1,4 @@
1
+ .c5xhxb0f {
2
+ fill: currentColor;
3
+ d: path("M16.399 12.003a4.404 4.404 0 0 1-4.4 4.404a4.404 4.404 0 0 1-4.405-4.404a4.404 4.404 0 0 1 4.405-4.404a4.404 4.404 0 0 1 4.4 4.404m3.447 6.197A10.001 10.001 0 0 0 4.925 4.931a10.001 10.001 0 0 0 13.526 14.71l-2.701-2.699a6.2 6.2 0 1 1 1.382-1.458Z");
4
+ }
@@ -1,4 +1,4 @@
1
- .d1npmrbs {
1
+ .e6dq64wy {
2
2
  fill: currentColor;
3
- d: path("M6.023 16.626h4.078l-.144-2.483h4.086l-.144 2.483h4.078l.448-7.546H5.575Zm15.654-8.585h-3.131A4.263 4.263 0 0 0 14.3 4.106h-.1a2.22 2.22 0 0 0-4.392 0H9.7a4.263 4.263 0 0 0-4.246 3.935H2.323a.323.323 0 1 0 0 .645h19.354a.323.323 0 1 0 0-.645M10.459 4.083a1.574 1.574 0 0 1 3.082 0ZM5.992 17.546a3.13 3.13 0 0 0 1.422 1.55v1.086a.97.97 0 0 1-.968.957a.323.323 0 0 0 0 .645a1.613 1.613 0 0 0 1.613-1.602v-.947h7.882v.95a1.613 1.613 0 0 0 1.613 1.603a.323.323 0 0 0 0-.646a.97.97 0 0 1-.968-.957v-1.092A3.15 3.15 0 0 0 18 17.546l.011-.521h-12Z");
3
+ d: path("M6.023 16.626h4.078l-.144-2.483h4.086l-.144 2.483h4.078l.448-7.546H5.575Zm15.654-8.585h-3.131A4.263 4.263 0 0 0 14.3 4.106h-.1a2.22 2.22 0 0 0-4.392 0H9.7a4.263 4.263 0 0 0-4.246 3.935H2.323a.323.323 0 1 0 0 .645h19.354a.323.323 0 1 0 0-.645M10.459 4.083a1.574 1.574 0 0 1 3.082 0ZM5.992 17.546a3.13 3.13 0 0 0 1.422 1.55v1.085a.97.97 0 0 1-.968.958a.323.323 0 0 0 0 .645a1.613 1.613 0 0 0 1.613-1.603v-.946h7.882v.949a1.613 1.613 0 0 0 1.613 1.604a.323.323 0 0 0 0-.646a.97.97 0 0 1-.968-.958v-1.092A3.15 3.15 0 0 0 18 17.546l.011-.521h-12Z");
4
4
  }
@@ -0,0 +1,4 @@
1
+ .ewilgqbq {
2
+ fill: currentColor;
3
+ d: path("M6.491 2v9.995c0 5.495.005 9.996.012 10.004c.01.009.348-.027.759-.071a67 67 0 0 1 1.257-.127a73 73 0 0 1 1.873-.121c.045 0 .047-.223.052-4.232l.01-4.222l.309.876c1.278 3.617 1.609 4.549 1.969 5.561v.002l.187.528l.523 1.476c.003.003.265.019.583.035a43.92 43.918 0 0 1 3.064.264c.109.012.206.021.279.027c.035.002.04 0 .061 0s.056.003.061 0h.005c.003 0 .003-.879.005-1.256l.002-.396c.006-1.621.009-4.396.006-8.346l-.009-9.982H13.58l-.007 4.421l-.009 4.418v.003l-.362-1.028v-.002v.002l-1.855-5.241v-.012l-.161-.455c-.383-1.086-.71-2.005-.722-2.046L10.436 2H8.461Z");
4
+ }
@@ -1,4 +1,4 @@
1
- .uryxk1bo {
1
+ .fbn4euba {
2
2
  fill: currentColor;
3
- d: path("M14.421 7.93a3.7 3.7 0 0 0-2.909.5a.258.258 0 0 0-.045.392a.345.345 0 0 0 .441.062a3.04 3.04 0 0 1 2.392-.411a2.74 2.74 0 0 1 2.241 3.139l-.027.119a2.6 2.6 0 0 1-.132.414a.34.34 0 0 0 .169.421a.284.284 0 0 0 .401-.126a3 3 0 0 0 .194-.646l.009-.039a3.34 3.34 0 0 0-2.734-3.825m3.001 13.093H16.5l1.064-1.16a.84.84 0 0 0 .009-1.035a1.27 1.27 0 0 0-1.025-.476a1.184 1.184 0 0 0-1.291 1.03a.429.429 0 0 0 .837 0a.42.42 0 0 1 .461-.362a.36.36 0 0 1 .294.144a.29.29 0 0 1 .019.326l-1.531 1.67a.28.28 0 0 0-.035.349a.44.44 0 0 0 .373.182h1.746a.342.342 0 1 0 0-.668Zm-8.56-1.715a2.1 2.1 0 0 1-.757.14a1.57 1.57 0 0 1-1.713-1.365a1.57 1.57 0 0 1 1.713-1.365a2.1 2.1 0 0 1 .749.137a.47.47 0 0 0 .559-.154a.307.307 0 0 0-.193-.446a3.1 3.1 0 0 0-1.115-.2a2.34 2.34 0 0 0-2.551 2.032a2.34 2.34 0 0 0 2.551 2.033a3.1 3.1 0 0 0 1.128-.21a.306.306 0 0 0 .19-.447a.47.47 0 0 0-.561-.155m3.351-3.26a2.337 2.337 0 0 0-2.549 2.032a2.34 2.34 0 0 0 2.549 2.033a2.34 2.34 0 0 0 2.552-2.033a2.34 2.34 0 0 0-2.552-2.032m0 3.4a1.57 1.57 0 0 1-1.715-1.368a1.57 1.57 0 0 1 1.712-1.365a1.57 1.57 0 0 1 1.715 1.365a1.57 1.57 0 0 1-1.712 1.365Zm-4.027-4.313a.334.334 0 0 0 0-.667H5.723a3.057 3.057 0 0 1-1.048-5.931a.333.333 0 0 0 .2-.412a3.98 3.98 0 1 1 7.602-2.349a.34.34 0 0 0 .266.231a.33.33 0 0 0 .325-.135a3.35 3.35 0 0 1 2.711-1.41h.022a3.27 3.27 0 0 1 2.386 1.042a3.33 3.33 0 0 1 .93 2.453a.334.334 0 0 0 .668.032a4 4 0 0 0-1.117-2.947a3.94 3.94 0 0 0-2.859-1.249a4.03 4.03 0 0 0-2.896 1.234A4.647 4.647 0 0 0 4.035 6.95a4.7 4.7 0 0 0 .126 1.078a3.726 3.726 0 0 0 1.562 7.107Zm12.452-6.607a.334.334 0 0 0-.422.517a3.058 3.058 0 0 1-1.937 5.423H9.553a.334.334 0 0 0 0 .667h8.726a3.727 3.727 0 0 0 2.359-6.607");
3
+ d: path("M14.421 7.93a3.7 3.7 0 0 0-2.909.5a.258.258 0 0 0-.045.392a.345.345 0 0 0 .441.062a3.04 3.04 0 0 1 2.392-.411a2.74 2.74 0 0 1 2.241 3.139l-.027.119a2.6 2.6 0 0 1-.132.414a.34.34 0 0 0 .169.421a.284.284 0 0 0 .401-.126a3 3 0 0 0 .194-.646l.009-.039a3.34 3.34 0 0 0-2.734-3.825m3.001 13.093H16.5l1.064-1.16a.84.84 0 0 0 .009-1.035a1.27 1.27 0 0 0-1.025-.476a1.184 1.184 0 0 0-1.291 1.03a.429.429 0 0 0 .837 0a.42.42 0 0 1 .461-.362a.36.36 0 0 1 .294.144a.29.29 0 0 1 .019.326l-1.531 1.67a.28.28 0 0 0-.035.349a.44.44 0 0 0 .373.182h1.746a.342.342 0 1 0 0-.668Zm-8.56-1.715a2.1 2.1 0 0 1-.757.14a1.57 1.57 0 0 1-1.713-1.365a1.57 1.57 0 0 1 1.713-1.365a2.1 2.1 0 0 1 .749.137a.47.47 0 0 0 .559-.154a.307.307 0 0 0-.193-.446a3.1 3.1 0 0 0-1.115-.2a2.34 2.34 0 0 0-2.551 2.032a2.34 2.34 0 0 0 2.551 2.033a3.1 3.1 0 0 0 1.128-.21a.306.306 0 0 0 .19-.447a.47.47 0 0 0-.561-.155m3.351-3.26a2.337 2.337 0 0 0-2.549 2.032a2.34 2.34 0 0 0 2.549 2.033a2.34 2.34 0 0 0 2.552-2.033a2.34 2.34 0 0 0-2.552-2.032m0 3.4a1.57 1.57 0 0 1-1.715-1.368a1.57 1.57 0 0 1 1.712-1.365a1.57 1.57 0 0 1 1.715 1.365a1.57 1.57 0 0 1-1.712 1.365Zm-4.027-4.313a.334.334 0 0 0 0-.667H5.723a3.057 3.057 0 0 1-1.048-5.931a.333.333 0 0 0 .2-.412a3.98 3.98 0 1 1 7.602-2.349a.34.34 0 0 0 .266.231a.33.33 0 0 0 .325-.135a3.35 3.35 0 0 1 2.711-1.408h.022a3.27 3.27 0 0 1 2.386 1.04a3.33 3.33 0 0 1 .93 2.453a.334.334 0 0 0 .668.032a4 4 0 0 0-1.117-2.947a3.94 3.94 0 0 0-2.859-1.247a4.03 4.03 0 0 0-2.896 1.232A4.647 4.647 0 0 0 4.035 6.95a4.7 4.7 0 0 0 .126 1.078a3.726 3.726 0 0 0 1.562 7.107Zm12.452-6.607a.334.334 0 0 0-.422.517a3.058 3.058 0 0 1-1.937 5.423H9.553a.334.334 0 0 0 0 .667h8.726a3.727 3.727 0 0 0 2.359-6.607");
4
4
  }
@@ -1,4 +1,4 @@
1
- .cjmwgwbr {
1
+ .g6oftk3c {
2
2
  fill: currentColor;
3
- d: path("M12.014 7.458a4.545 4.545 0 0 0-4.359 3.338a2.956 2.956 0 1 0 0 2.408a4.514 4.514 0 0 0 8.708.031a2.954 2.954 0 1 0 0-2.47a4.54 4.54 0 0 0-4.348-3.307Zm0 1.733a2.809 2.809 0 1 1-2.809 2.835V12a2.794 2.794 0 0 1 2.809-2.809M4.995 10.78a1.22 1.22 0 1 1-1.221 1.246V12a1.207 1.207 0 0 1 1.221-1.219Zm14.028 0a1.22 1.22 0 1 1-1.22 1.246V12a1.207 1.207 0 0 1 1.22-1.219Z");
3
+ d: path("M12.014 7.458a4.545 4.545 0 0 0-4.359 3.338a2.956 2.956 0 1 0 0 2.408a4.514 4.514 0 0 0 8.708.031a2.954 2.954 0 1 0 0-2.47a4.54 4.54 0 0 0-4.348-3.307Zm0 1.733a2.809 2.809 0 1 1-2.809 2.835V12a2.794 2.794 0 0 1 2.809-2.809M4.993 10.78a1.22 1.22 0 1 1-1.221 1.246V12a1.207 1.207 0 0 1 1.221-1.219Zm14.03 0a1.22 1.22 0 1 1-1.22 1.246V12a1.207 1.207 0 0 1 1.22-1.219Z");
4
4
  }
@@ -0,0 +1,4 @@
1
+ .luu0qbbf {
2
+ fill: currentColor;
3
+ d: path("M21.879 10.452a10 10 0 1 0-.007 3.14a10 10 0 0 0 .007-3.14m-1.245 2.946l.582.093a9.3 9.3 0 0 1-.916 2.786l-.525-.269a8.8 8.8 0 0 1-1.622 2.218l.416.418a9.3 9.3 0 0 1-2.376 1.719l-.267-.527a8.7 8.7 0 0 1-2.616.839l-.439-2.823a6 6 0 0 0 1.766-.567l-.224-.441a5.4 5.4 0 0 1-1.618.518l.076.49a6 6 0 0 1-1.834 0l-.456 2.822a8.7 8.7 0 0 0 2.729.006l.09.583a9.3 9.3 0 0 1-2.914-.007l.095-.582a8.7 8.7 0 0 1-2.61-.859l-.27.526a9.4 9.4 0 0 1-2.366-1.732l.419-.415a8.7 8.7 0 0 1-1.606-2.228l-.528.267a9.3 9.3 0 0 1-.896-2.792l.583-.09a8.8 8.8 0 0 0 .841 2.615l2.549-1.288a6 6 0 0 1-.567-1.766l-2.822.438a8.8 8.8 0 0 1 .005-2.748l-.582-.093a9.3 9.3 0 0 1 .917-2.787l.525.27A8.8 8.8 0 0 1 5.79 5.769l-.416-.419A9.3 9.3 0 0 1 7.75 3.628l.267.526a8.8 8.8 0 0 1 2.617-.839l-.091-.583a9.3 9.3 0 0 1 2.914.006l-.095.583a8.7 8.7 0 0 1 2.61.858l.27-.525a9.4 9.4 0 0 1 2.367 1.732l-.419.415a8.7 8.7 0 0 1 1.606 2.228l.527-.267a9.4 9.4 0 0 1 .897 2.792l-.584.091a8.7 8.7 0 0 1-.002 2.753m-8.733-1.801a.402.402 0 1 0 .455.334a.4.4 0 0 0-.455-.334m.508 1.28l2.007 3.962a5.4 5.4 0 0 0 1.376-.996l-3.127-3.148a1 1 0 0 1-.256.182m-.605.094l-.702 4.383a5.4 5.4 0 0 0 1.698 0l-.681-4.385a1 1 0 0 1-.315.002m1.137-1.131l4.386-.681a5.4 5.4 0 0 0-.519-1.617l-3.962 2.008a1 1 0 0 1 .095.29m-.276-.544l3.148-3.131a5.5 5.5 0 0 0-1.371-1.004l-2.027 3.95a1 1 0 0 1 .25.185m.177 1.149l3.949 2.027a5.4 5.4 0 0 1-1.004 1.371l.35.351a6 6 0 0 0 1.094-1.496l-.441-.226a5.4 5.4 0 0 0 .531-1.614l-4.383-.703a1 1 0 0 1-.096.29m-1.713-5.817l.681 4.387a1 1 0 0 1 .311 0l.702-4.384a5.4 5.4 0 0 0-1.694-.003m-.127 5.517l-4.386.681a5.4 5.4 0 0 0 .52 1.618l3.943-2.008a1 1 0 0 1-.077-.291M8.13 15.82a5.4 5.4 0 0 0 1.372 1.004l2.009-3.95a1 1 0 0 1-.251-.183Zm1.372 1.002l-.226.441a6 6 0 0 0 1.761.579l.06-.488a5.4 5.4 0 0 1-1.595-.532m6.31-8.657a5.5 5.5 0 0 1 .996 1.377l.442-.224a6 6 0 0 0-1.086-1.505l2.021-2.011a8.8 8.8 0 0 0-2.208-1.622l-1.305 2.542a6 6 0 0 1 1.497 1.094Zm1.511 4.693l.489.079a6 6 0 0 0 0-1.853l-.489.076a5.4 5.4 0 0 1 0 1.698m-2.882-5.696l.226-.44a6 6 0 0 0-1.76-.579l-.08.489a5.4 5.4 0 0 1 1.614.53M8.13 15.82a5.4 5.4 0 0 1-.994-1.376l-.443.224a6 6 0 0 0 1.086 1.505Zm2.999-9.192l-.076-.49a6 6 0 0 0-1.746.567l-1.29-2.55A8.7 8.7 0 0 0 5.79 5.769l2.014 2.022a6 6 0 0 0-1.093 1.496l.441.226a5.4 5.4 0 0 1 1.004-1.371l-.35-.351a6 6 0 0 1 1.506-1.085l.223.44a5.4 5.4 0 0 0-1.375.996l3.104 3.148a1 1 0 0 1 .251-.182L9.527 7.145a5.4 5.4 0 0 1 1.602-.517m-4.508 4.499l4.383.708a1 1 0 0 1 .082-.294L7.151 9.513a5.4 5.4 0 0 0-.53 1.614l-.489-.079a6 6 0 0 0 0 1.854l.489-.076a5.4 5.4 0 0 1 0-1.699m2.655 6.136a6 6 0 0 1-1.497-1.094l-2.021 2.015a8.8 8.8 0 0 0 2.217 1.621Zm7.974-7.945a6 6 0 0 1 .566 1.766l2.824-.439a8.7 8.7 0 0 0-.84-2.615Zm-.017 5.385l2.541 1.305a8.7 8.7 0 0 0 .86-2.61l-2.822-.456a6 6 0 0 1-.579 1.761m-2.596 2.577l1.289 2.551a8.7 8.7 0 0 0 2.227-1.606l-2.014-2.027a6 6 0 0 1-1.502 1.082m-1.73-11.137l.46-2.822a8.8 8.8 0 0 0-2.728-.006l.419 2.823a6 6 0 0 1 1.849.005M4.169 7.982a8.8 8.8 0 0 0-.86 2.61l2.823.456a5.8 5.8 0 0 1 .579-1.761Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .lw1__4bz {
2
+ fill: currentColor;
3
+ d: path("m12 2.013l7.907 2.538a.21.21 0 0 1 .146.209l-.524 7.446a.2.2 0 0 0 .062.159l2.346 2.301a.2.2 0 0 1 .013.277l-3.157 3.642a.22.22 0 0 1-.247.059l-1.859-.73a.23.23 0 0 0-.172.004a.22.22 0 0 0-.114.131l-.87 2.805a.23.23 0 0 1-.143.141l-3.326.982a.2.2 0 0 1-.124 0l-3.326-.982a.23.23 0 0 1-.143-.141l-.87-2.806a.22.22 0 0 0-.114-.131a.23.23 0 0 0-.172-.003l-1.859.73a.22.22 0 0 1-.247-.059L2.05 14.943a.2.2 0 0 1 .013-.277l2.346-2.301a.21.21 0 0 0 .062-.16L3.947 4.76a.206.206 0 0 1 .146-.209Zm-.09 13.786l-1.189 1.67a.155.155 0 0 0 .036.211l.436.329a.17.17 0 0 0 .218-.017l.534-.562a.08.08 0 0 1 .055-.023c.02 0 .042.01.055.023l.534.562a.17.17 0 0 0 .218.017l.436-.328a.155.155 0 0 0 .036-.212l-1.188-1.67c-.02-.03-.055-.046-.091-.046s-.071.016-.09.046m4.464-4.19c-1.152 0-2.089.902-2.089 2.015c0 1.111.938 2.012 2.089 2.012s2.087-.902 2.087-2.012c0-1.113-.934-2.015-2.087-2.015m-8.748 0c-1.153 0-2.087.902-2.087 2.015c0 1.111.934 2.012 2.087 2.012s2.089-.902 2.089-2.012c0-1.113-.938-2.015-2.089-2.015");
4
+ }
@@ -0,0 +1,4 @@
1
+ .m94q-dbt {
2
+ fill: currentColor;
3
+ d: path("M15.63 2.395C15.549 2.07 14.823 2 14.229 2H9.774c-.88 0-1.339.13-1.403.395l-.35 1.351l.003.016v17.807c0 .234.234.294.406.338l.049.013c.273.07.636.08.956.08h5.132c.32 0 .683-.01.957-.08l.048-.013c.171-.044.406-.104.406-.338V3.757l.001-.017Zm.253 19.173c0 .16-.14.208-.338.26l-.049.012c-.261.067-.616.076-.93.077h-5.13c-.313 0-.668-.01-.928-.076l-.05-.014c-.198-.05-.338-.1-.338-.26V3.95a.8.8 0 0 0 .301.125l.05.013c.272.07.636.08.956.08h5.15c.32 0 .684-.01.957-.08l.048-.013c.1-.025.22-.057.302-.125ZM15.56 4.016l-.05.013c-.265.067-.639.076-.935.077H9.426c-.315 0-.672-.01-.935-.077l-.05-.013c-.163-.042-.348-.09-.348-.263l.348-1.345c.055-.23.504-.346 1.333-.346h4.454c.803 0 1.276.123 1.333.347l.347 1.337c0 .18-.184.228-.347.27m-3.56 2.254c-.472 0-.856.366-.856.816s.384.815.855.815c.473 0 .857-.366.857-.815c0-.45-.384-.816-.857-.816m0 1.498c-.402 0-.729-.312-.729-.695s.327-.695.729-.695s.728.312.728.695s-.327.695-.728.695m3.486-3.472c-.279.07-.643.08-.963.081H9.477c-.32 0-.684-.01-.963-.081l-.049-.013a2 2 0 0 1-.175-.053v8.736c.064.039.148.06.227.08l.049.014c.255.065.604.074.912.074h5.046c.308 0 .657-.01.913-.075l.048-.012a1 1 0 0 0 .227-.08V4.23c-.061.024-.123.04-.175.053ZM12 8.04c-.531 0-.965-.413-.965-.92s.434-.92.965-.92c.533 0 .967.412.967.92s-.434.92-.967.92m3.386-4.164q-.002.02-.048.04l.003-.017c0-.058-.148-.09-.287-.09s-.287.032-.287.089q0 .006.003.017q-.047-.018-.048-.04c0-.037.137-.08.332-.08s.332.043.332.08m-.254-.008q.003 0 .003.002l-.01.002h-.006a.3.3 0 0 0-.063-.007c-.05 0-.09.01-.09.022h.018l-.024.009h-.005l-.024-.008l.003-.001h.015c0-.015.048-.027.107-.027q.046 0 .076.008m.18.022l.003.01c0 .002 0 .023-.031.032a1 1 0 0 1-.23.024a1 1 0 0 1-.23-.024c-.031-.008-.03-.03-.03-.033l.003-.009c.022.032.128.056.257.056s.235-.024.257-.056m-.166-.003h-.018l.024-.009h.005l.021.009h-.014c0 .015-.049.027-.108.027a.3.3 0 0 1-.079-.01l.01-.002h.006a.3.3 0 0 0 .063.008c.05 0 .09-.01.09-.023m.269-.233c.064 0 .099.013.104.019c-.005.006-.04.019-.104.019c-.067 0-.102-.014-.105-.018c.003-.006.038-.02.105-.02m-1.086-1.538H9.661c-.679 0-1.11.114-1.157.305l-.346 1.334c.004.123.122.162.302.208l.05.013c.257.066.625.074.917.075h5.15c.292 0 .66-.01.917-.075l.05-.013c.18-.046.298-.086.302-.208L15.5 2.42c-.057-.225-.641-.305-1.17-.305m1.103.79h.004a.4.4 0 0 1 .031.05l-2.162.05l2.125-.1Zm-2.418.319l2.053.316q-.046.022-.104.045h-.01Zm1.89.387l-.12.043h-.012l-1.848-.413h.003Zm-1.81-.408l2.111.263q-.044.026-.086.047h-.01Zm.076-.022l2.15.209l-.07.047h-.01Zm.065-.026l2.172.156l-.053.048h-.008Zm.038-.028l2.194.103l-.036.05h-.006Zm.032-.03l2.196.051a.3.3 0 0 1-.02.05h-.004Zm2.056-.27l.048.048l-2.138.101l2.083-.149Zm-.103-.076h.004l.063.047l-2.101.15l2.03-.197Zm-.124-.073h.005q.044.022.077.045l-2.053.2l1.967-.245Zm-.146-.07h.006q.052.023.09.043l-1.994.249l1.894-.292Zm-.167-.066h.006l.105.041l-1.925.297l1.81-.338Zm-.187-.062h.006l.119.039l-1.843.344l1.713-.383Zm-.2-.057l.132.036l-1.715.385h-.007l1.58-.421Zm-.222-.053l.145.034l-1.575.421h-.009L14.2 2.37Zm-.238-.047l.158.031l-1.425.454H12.7l-.007-.001l1.27-.484Zm-.252-.041q.094.014.171.028l-1.266.483h-.006l-.01-.002l1.102-.51Zm-.263-.036c.06.007.117.015.183.025l-1.1.508h-.006l-.014-.001l.928-.532Zm-.273-.03l.194.021l-.926.53l-.005.001l-.02-.002l.748-.55Zm-.281-.023l.204.017l-.747.549h-.006l-.024-.002l.566-.564Zm-.288-.017l.214.012l-.564.564h-.007l-.027-.002l.38-.574Zm-.291-.01q.116.002.222.007l-.379.574h-.036l.19-.582Zm-.294-.005l.228.003l-.19.58h-.038Zm.168.797h.117v.046l-.116.013v-.025l-.194.021l-.194-.021v.07l-.113.012l-.004-.013l.001-.083v-.02h.117l.193.022Zm-.229-.796v.582h-.038l-.19-.58c.072-.002.143-.002.227-.002m-.294.004h.003l.191.58h-.001l-.03.002l-.006-.001l-.38-.574Zm-.291.01h.005l.38.574l-.027.002h-.007l-.566-.564Zm-.287.017h.006l.567.564l-.026.002h-.003l-.75-.55Zm-.282.024h.007l.751.55l-.02.001h-.005l-.929-.531Zm-.273.03l.005-.001h.004l.93.532l-.014.001h-.008L10.36 2.27Zm-.263.035h.01l1.103.51h-.018l-1.268-.483q.092-.016.173-.027m-.251.041h.01l1.27.484h-.014l-1.427-.453q.073-.015.16-.03m-.238.048h.01l1.43.454h-.01l-1.578-.421Zm-.222.052h.01l1.58.42h-.008L9.435 2.46Zm-.206.057h.01l1.715.384l-1.846-.346Zm-.187.062h.01l1.809.338l-1.927-.297q.055-.022.108-.04m-.167.066h.01l1.89.29l-1.994-.247Zm-.146.07h.01l1.962.244l-2.051-.2Zm-.123.073h.009l2.023.196l-2.097-.15Zm-.1.076h.009l2.083.149l-2.141-.101Zm-.073.079h.006l2.128.099l-2.169-.05Zm-.049.08h.005l2.156.05H8.501a.3.3 0 0 1 .02-.05m-.023.13a.2.2 0 0 1 .002-.05h2.185l-2.185.05Zm.022.083a.3.3 0 0 1-.015-.051l2.194-.051l-2.174.102Zm.05.08a.4.4 0 0 1-.032-.05l2.191-.103l-2.152.154Zm.08.082l-.051-.05l2.177-.157l-2.12.206Zm.107.077h-.006l-.067-.049l2.152-.21l-2.077.259Zm.126.075L8.8 3.468l2.111-.263l-2.018.31Zm.155.072l-.1-.045l2.053-.317l-1.942.362Zm.18.069l-.117-.045l1.974-.37h.003l-1.85.414Zm.203.064l-.133-.042l1.85-.414h.008l-1.714.456Zm.224.06l-.15-.04l1.711-.457h.011l-1.56.496Zm.244.053l-.165-.036l1.558-.496h.014l-1.395.532Zm.262.048l-.181-.033l1.392-.531h.008l.01.001l-1.218.563Zm.278.042l-.196-.03l1.215-.562h.007l.016.002l-1.032.59Zm.291.034l-.21-.024l1.029-.59h.007l.02.002l-.836.612Zm.302.028l-.222-.02l.832-.612h.008l.024.001l-.633.63Zm.311.02l-.234-.015l.631-.63h.007l.028.001l-.426.644Zm.316.012l-.242-.009l.423-.643h.038l-.214.652Zm.321.005c-.088 0-.175-.002-.25-.003l.212-.651h.04Zm-.247-.926l.108-.012a.4.4 0 0 0 .178.03c.107 0 .194-.022.194-.05V3.04l.116-.013v.034c.001.046-.138.083-.31.083a.64.64 0 0 1-.286-.05m.313.926l-.002-.654h.04l.213.651c-.08.002-.157.002-.25.003m.32-.005h-.005l-.215-.651h.002l.03-.002l.006.001l.425.644Zm.316-.013h-.007l-.426-.642l.029-.002h.005l.634.63c-.081.006-.164.01-.235.014m.31-.02q-.007 0-.006.001l-.636-.63l.027-.003h.004l.835.613Zm.302-.027h-.008l-.837-.612l.022-.002h.004l1.031.59c-.073.01-.147.017-.212.024m.291-.035h-.01l-1.031-.589l.017-.002h.005l1.218.563Zm.278-.041h-.01l-1.218-.562l.011-.002h.006l1.395.532Zm.261-.048h-.01l-1.395-.53l.006-.002h.008l1.56.497Zm.245-.054h-.012l-1.56-.495h.011l1.713.457Zm.213-.059l-1.713-.456h.008l1.852.415l-.136.041Zm.722.235a1 1 0 0 1-.237.025c-.083 0-.17-.009-.236-.025h-.002c-.07-.018-.12-.044-.12-.078c0-.067.185-.103.358-.103s.358.036.358.103c0 .034-.05.06-.12.078m.253-.281c0 .033-.082.042-.13.042s-.13-.01-.13-.042s.081-.042.13-.042s.13.01.13.042m-.039-.605a.2.2 0 0 1-.002.05h-.002l-2.183-.05Zm-2.186-.031l2.16-.05h.005a.3.3 0 0 1 .014.05Zm1.928 18.012c-.006.088-.085.114-.134.11c-.074-.01-.123-.06-.127-.132c.006-.128.16-.131.23-.055a.1.1 0 0 1 .031.077m.073-1.163c-.11-.03-.136-.191-.06-.231a.1.1 0 0 1 .06-.006c.126.032.151.184.063.229a.1.1 0 0 1-.063.008m-.207.445a.14.14 0 0 1-.127-.133c.007-.128.16-.131.23-.055c.029.031.03.062.031.077c-.005.084-.081.116-.134.111m.27-1.282a.1.1 0 0 1-.063.008c-.11-.03-.136-.19-.06-.231a.1.1 0 0 1 .06-.007c.126.033.15.185.064.23m-.397.32c.007-.129.16-.131.23-.055c.029.032.03.062.031.077c-.005.089-.085.115-.134.111c-.075-.01-.123-.061-.127-.133m0-.829c.006-.128.16-.13.23-.055a.1.1 0 0 1 .031.078c-.006.088-.085.114-.134.11c-.074-.01-.123-.06-.127-.133m.397-1.149a.1.1 0 0 1-.063.008c-.11-.03-.136-.19-.06-.23a.08.08 0 0 1 .06-.007c.126.033.151.185.063.23m-.167.265c.029.032.03.063.031.078c-.005.084-.081.115-.134.11a.14.14 0 0 1-.127-.133c.007-.128.16-.13.23-.055m.168-1.093a.1.1 0 0 1-.064.008c-.11-.03-.136-.191-.06-.231a.1.1 0 0 1 .06-.007c.126.033.15.185.064.23m-.137.342c-.005.088-.085.115-.134.11c-.075-.01-.123-.06-.127-.133c.007-.128.16-.13.23-.054c.029.031.03.062.031.077m0-.829c-.006.088-.085.115-.134.11c-.074-.01-.123-.06-.127-.132c.006-.128.16-.131.23-.055a.1.1 0 0 1 .031.077m.135-1.171a.1.1 0 0 1-.063.008c-.118-.032-.129-.194-.06-.23a.1.1 0 0 1 .06-.007c.126.033.151.184.063.229m-.166.265c.029.032.03.062.031.077c-.005.084-.081.116-.134.111a.14.14 0 0 1-.127-.133c.007-.128.16-.131.23-.055m.168-1.093a.1.1 0 0 1-.064.008c-.11-.03-.136-.192-.06-.232a.1.1 0 0 1 .06-.006c.126.033.15.184.064.23m-.168.264c.029.032.03.063.031.077c-.005.089-.085.115-.134.111c-.075-.01-.123-.06-.127-.133c.007-.128.16-.13.23-.055m0-.803c.029.031.03.062.031.077c-.005.088-.085.114-.134.11c-.075-.01-.123-.06-.127-.133c.007-.128.16-.13.23-.054m.168 7.998a.1.1 0 0 1-.064.008c-.11-.03-.136-.192-.06-.232a.1.1 0 0 1 .06-.006c.126.033.15.185.064.23m.24-.104c-.007.005-.017.01-.029-.001c-.049-.05-.046-.248-.013-.245c.048.005.101.202.042.246m-.362-.949a.1.1 0 0 1 .059-.006c.126.033.151.185.064.23a.1.1 0 0 1-.064.008c-.113-.03-.138-.19-.06-.232m.332.119c-.048-.049-.046-.248-.013-.245c.05.005.103.202.042.247c-.007.004-.017.008-.029-.002m-.02.39c-.004.084-.055.102-.09.088c-.062-.03-.072-.117-.073-.153c0-.096.055-.11.107-.063a.18.18 0 0 1 .056.128m.05-1.217c-.007.004-.017.008-.03-.002c-.048-.05-.045-.247-.012-.244c.048.005.101.202.042.246m-.106.26a.18.18 0 0 1 .056.128c-.004.083-.055.102-.09.089c-.065-.032-.072-.126-.073-.154c.003-.109.064-.102.107-.063m.077-1.09c-.049-.05-.046-.248-.013-.245c.048.005.101.202.042.246c-.007.005-.017.009-.029-.001m-.021.39c-.004.083-.054.101-.09.088c-.063-.031-.072-.118-.073-.154c.003-.109.064-.102.107-.063c.02.019.053.06.056.128m-.19-1.115c-.026.014-.05.01-.063.008c-.113-.03-.138-.19-.06-.23a.1.1 0 0 1 .06-.008c.126.033.151.186.064.23m.239-.103q-.015.01-.03-.001c-.047-.05-.045-.248-.012-.245c.05.004.103.202.042.246m-.212.324c0-.097.055-.11.107-.063a.18.18 0 0 1 .056.128c-.004.083-.055.101-.09.087c-.062-.03-.072-.117-.073-.152m.213-1.153c-.007.005-.017.009-.03-.001c-.048-.05-.045-.248-.012-.244c.048.004.101.201.042.245m-.106.261a.18.18 0 0 1 .056.128c-.004.083-.055.102-.09.088c-.065-.031-.072-.125-.073-.153c.003-.109.064-.102.107-.063m.077-1.09c-.049-.05-.046-.249-.013-.245c.048.004.101.202.042.246c-.007.005-.017.008-.029-.002m-.021.389c-.004.084-.054.102-.09.088c-.063-.03-.072-.117-.073-.154c.003-.108.064-.102.107-.062c.02.018.053.06.056.128m-.19-1.114c-.026.014-.05.01-.063.008c-.113-.03-.138-.19-.06-.231a.1.1 0 0 1 .06-.007c.126.033.151.185.064.23m.239-.103q-.015.01-.03-.002c-.047-.049-.045-.247-.012-.244c.05.004.103.201.042.246m-.212.323c0-.096.055-.11.107-.062a.18.18 0 0 1 .056.128c-.004.083-.055.1-.09.087c-.062-.03-.072-.117-.073-.153m.212-1.152c-.006.005-.017.008-.028-.002c-.05-.05-.046-.247-.013-.244c.048.005.101.202.041.246m-.105.26a.18.18 0 0 1 .056.128c-.004.084-.055.102-.09.089c-.065-.032-.072-.126-.073-.154c.003-.108.064-.102.107-.062m.077-1.09c-.049-.05-.046-.248-.013-.245c.048.005.101.202.042.246c-.007.005-.017.009-.029-.001m-.021.39c-.004.084-.054.102-.09.088c-.063-.03-.072-.118-.073-.154c.003-.109.064-.102.107-.062a.18.18 0 0 1 .056.127m-.056-.957a.18.18 0 0 1 .056.128c-.004.083-.055.101-.09.088c-.065-.032-.072-.125-.073-.153c.003-.109.064-.102.107-.063m-7.169 5.436c.003-.012.018-.075.057-.106c.059-.036.048.112.037.163c-.011.054-.03.069-.037.075c-.043.025-.076-.048-.057-.132m.094-.771c-.011.053-.028.067-.036.074c-.044.026-.076-.048-.058-.131c.003-.013.018-.076.058-.107c.061-.038.045.126.036.164m-.094-1.715c.003-.012.018-.075.057-.107c.059-.035.048.112.037.164s-.03.068-.037.074c-.043.026-.076-.048-.057-.13m0-.829c.003-.012.018-.075.058-.107c.061-.037.045.126.036.164c-.011.053-.028.068-.036.074c-.044.026-.076-.047-.058-.13m.094-1.6c-.011.053-.03.068-.037.074c-.043.026-.076-.048-.057-.131c.003-.013.018-.075.057-.107c.059-.036.048.112.037.164m0 7.459c-.011.053-.03.068-.037.074c-.043.026-.076-.048-.057-.131c.003-.012.018-.075.057-.107c.059-.036.048.112.037.164m.368.015c.012.065-.032.152-.107.166c-.11.014-.153-.102-.092-.18c.06-.08.18-.086.2.014m-.368-.844c-.011.053-.029.068-.036.074c-.044.026-.076-.048-.058-.13c.003-.013.018-.076.058-.108c.061-.038.045.126.036.164m.169 0c.06-.079.18-.085.199.015c.012.067-.03.152-.107.166c-.11.014-.153-.102-.092-.18m-.002.398c-.003.086-.043.138-.08.151c-.054.015-.093-.022-.096-.09c.005-.118.112-.181.154-.135c.023.025.022.07.022.074m.308.223c-.077 0-.132-.045-.137-.114c.006-.117.168-.16.239-.09c.025.026.03.058.029.074c-.006.096-.088.127-.13.13m-.57-1.507c.004-.012.02-.075.058-.106c.059-.036.048.111.037.163s-.03.068-.037.074c-.043.026-.076-.048-.057-.13m.264.058c.06-.08.18-.085.2.014c.012.067-.031.152-.108.166c-.11.014-.153-.101-.092-.18m-.178.459c.005-.12.112-.183.154-.136c.02.022.021.057.022.074c-.003.086-.043.139-.08.152c-.054.015-.093-.022-.096-.09m.35.057h-.003l.002-.008l-.002-.01h.005c.022-.109.174-.133.234-.072a.1.1 0 0 1 .027.055h.002v.018h-.008a.14.14 0 0 1-.128.112c-.07.001-.122-.037-.134-.095m.236-1.756c.025.025.03.057.03.072a.14.14 0 0 1-.132.13c-.077.001-.132-.044-.137-.113c.006-.117.168-.161.239-.09m-.408.41c.06-.078.18-.085.2.015c.011.066-.033.153-.108.166c-.11.014-.153-.101-.092-.18m-.178.46c.005-.112.108-.187.154-.136c.02.022.021.059.022.074c-.003.086-.043.139-.08.152c-.054.015-.093-.022-.096-.09m.347.047c.007-.117.17-.16.24-.089a.1.1 0 0 1 .028.073c-.005.097-.088.128-.13.13c-.078.001-.134-.044-.138-.114m-.17-1.335c.062-.08.181-.086.2.014c.012.067-.03.152-.107.166c-.11.014-.153-.1-.092-.18m-.082.549c-.053.015-.092-.022-.095-.09c.005-.118.112-.182.154-.136c.023.025.022.07.022.075c-.003.086-.043.138-.08.15m-.18-1.435c.003-.012.018-.075.057-.106c.059-.036.048.111.037.163s-.028.067-.037.074c-.043.025-.076-.048-.057-.131m.263.058c.06-.08.18-.086.2.013c.012.067-.031.152-.108.166c-.11.014-.153-.1-.092-.18m-.178.458c.005-.119.112-.182.154-.136c.02.023.021.058.022.075c-.003.086-.043.138-.08.152c-.054.014-.093-.023-.096-.09m.347.057l.002-.007l-.002-.011h.005c.022-.108.174-.132.234-.071a.1.1 0 0 1 .027.055h.002v.018h-.005a.14.14 0 0 1-.128.112c-.07.001-.122-.037-.134-.096Zm.237-1.759c.025.025.03.058.03.073c-.007.097-.089.127-.132.13c-.077.001-.132-.045-.137-.113c.006-.117.168-.161.239-.09m-.408.412c.06-.08.18-.086.2.014c.011.066-.033.152-.108.166c-.11.014-.153-.102-.092-.18m-.178.458c.005-.111.108-.186.154-.135c.02.022.021.058.022.074c-.003.086-.043.138-.08.152c-.054.014-.093-.023-.096-.09m.586-.041a.1.1 0 0 1 .03.072c-.006.097-.089.128-.132.13c-.077.002-.133-.044-.137-.113c.007-.117.17-.16.24-.09m-.408-1.246c.06-.08.18-.086.199.014c.012.067-.03.152-.107.166c-.11.014-.153-.101-.092-.18m-.178.459c.005-.119.112-.182.154-.136c.023.025.022.07.022.074c-.003.086-.043.138-.08.152c-.054.014-.093-.023-.096-.09m.01-1.288c-.012.052-.03.067-.037.073c-.045.027-.077-.045-.058-.13a.2.2 0 0 1 .058-.107c.062-.038.045.126.036.164m.367.015c.012.066-.03.151-.107.165c-.11.014-.153-.101-.092-.18c.06-.08.18-.085.199.015m-.223.308c.02.022.021.057.022.074c-.003.087-.043.139-.08.152c-.054.015-.093-.022-.096-.09c.005-.119.112-.182.154-.136m.193.193l.002-.008l-.002-.01h.005c.022-.109.174-.133.234-.071a.1.1 0 0 1 .027.054h.002v.018h-.003a.14.14 0 0 1-.128.113c-.07 0-.122-.037-.134-.096Zm.03-1.33c.012.065-.032.152-.107.166c-.11.014-.153-.102-.092-.18c.06-.08.18-.086.2.014m-.223.308c.02.023.021.059.022.074c-.003.087-.043.139-.08.152c-.054.015-.093-.022-.096-.09c.005-.112.108-.187.154-.136m.432.095a.1.1 0 0 1 .03.072c-.006.097-.089.128-.132.13c-.077.002-.133-.044-.137-.114c.007-.116.17-.16.24-.088m-.432-.923c.02.022.021.057.022.074c-.003.086-.043.138-.08.151c-.054.015-.093-.022-.096-.09c.005-.118.112-.181.154-.135m.432.119a.1.1 0 0 1 .03.072a.14.14 0 0 1-.132.13c-.077.001-.133-.044-.137-.113c.008-.125.175-.154.24-.09m5.982.47c0 .066-.056.12-.126.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m-.22-.39c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.22 1.22c0 .067-.056.12-.126.12s-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m0 .831c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m0 .83c0 .067-.056.12-.126.12s-.127-.053-.127-.12c0-.065.057-.118.127-.118s.126.053.126.119m0 .831c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m-.253.83c0-.065.057-.118.127-.118s.126.053.126.119s-.056.119-.126.119s-.127-.053-.127-.12m0 .831c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.056.118-.126.118s-.127-.053-.127-.119m0 .83c0-.065.057-.119.127-.119s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m0 .831c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.253.855c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44-7.499c0 .066-.057.12-.127.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m-.442 0c0 .066-.057.12-.126.12c-.07 0-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m.22-.39c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.882.806c0 .066-.057.119-.127.119s-.126-.053-.126-.12s.056-.118.126-.118s.127.053.127.119m-.441 0c0 .066-.057.119-.127.119s-.127-.053-.127-.12s.057-.118.127-.118s.127.053.127.119m.44.83c0 .066-.056.12-.126.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.66 1.246c0 .065-.056.119-.126.119s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.44 0c0 .065-.057.119-.127.119s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m.22-.416c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.408 1.246c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.188 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.408 1.246c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.126-.054-.126-.12m-.442 0c0-.066.057-.12.127-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.127-.054-.127-.12m.474-.416c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m-.44 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.408 1.246c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.442 0c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.221-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.057.119-.126.119a.123.123 0 0 1-.127-.12m.662 1.245c0-.065.056-.119.126-.119s.127.054.127.12s-.057.119-.127.119s-.126-.054-.126-.12m-.442 0c0-.065.057-.119.127-.119s.127.054.127.12s-.057.119-.127.119s-.127-.054-.127-.12m.221-.415c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.056.118-.126.118s-.127-.053-.127-.119m-.441 0c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.057.118-.126.118c-.07 0-.127-.053-.127-.119m.662 1.246c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.442 0c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.221-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.057.119-.126.119a.123.123 0 0 1-.127-.12m.915 1.245c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.033-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.057.12-.126.12c-.07 0-.127-.054-.127-.12m.694.855c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.442-7.499c0 .066-.057.12-.127.12s-.126-.054-.126-.12c0-.065.057-.119.126-.119c.07 0 .127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12c0-.065.056-.119.126-.119s.127.054.127.12m.22-.39c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.882.806c0 .066-.057.119-.127.119s-.127-.053-.127-.12s.057-.118.127-.118s.127.053.127.119m-.441 0c0 .066-.057.119-.127.119s-.127-.053-.127-.12s.057-.118.127-.118s.127.053.127.119m.44.83c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m.22-.415c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.12.126-.12c.07 0 .127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.662 1.246c0 .065-.057.119-.127.119s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.441 0c0 .065-.057.119-.127.119s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m.22-.416c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.119.126-.119c.07 0 .127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m.662 1.246c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.22-.415c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.12.126-.12c.07 0 .127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.408 1.246c0-.066.057-.12.127-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.127-.054-.127-.12m.473-.416c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.119.126-.119c.07 0 .127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m.408 1.246c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.22-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m.661 1.245c0-.065.057-.119.127-.119s.127.054.127.12s-.057.119-.127.119s-.127-.054-.127-.12m-.44 0c0-.065.056-.119.126-.119s.127.054.127.12s-.057.119-.127.119s-.127-.054-.127-.12m.22-.415c0-.066.056-.119.126-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.126-.053-.126-.119m-.441 0c0-.066.056-.119.126-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.126-.053-.126-.119m.661 1.246c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.22-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m.915 1.245c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.033-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.694.855c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.119.126-.119c.07 0 .127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441-7.499c0 .066-.057.12-.127.12s-.126-.054-.126-.12c0-.065.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12c0-.065.056-.119.126-.119s.127.054.127.12m.22-.39c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.057-.12.126-.12s.126.054.126.12m.881.806c0 .066-.056.119-.126.119s-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m-.44 0c0 .066-.057.119-.127.119s-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m.44.83c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.22-.415c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.661 1.246c0 .065-.056.119-.126.119s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44 0c0 .065-.057.119-.127.119s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.22-.416c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m.661 1.246c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.22-.415c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.408 1.246c0-.066.057-.12.127-.12s.126.054.126.12c0 .065-.056.119-.126.119s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12c0 .065-.056.119-.126.119s-.127-.054-.127-.12m.473-.416c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m.408 1.246c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.22-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m.661 1.245c0-.065.057-.119.127-.119s.126.054.126.12s-.056.119-.126.119s-.127-.054-.127-.12m-.44 0c0-.065.056-.119.126-.119s.126.054.126.12s-.056.119-.126.119s-.127-.054-.127-.12m.22-.415c0-.066.056-.119.126-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.126-.053-.126-.119m-.441 0c0-.066.056-.119.126-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.126-.053-.126-.119m.661 1.246c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.22-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.126-.053-.126-.12m.914 1.245c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.033-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.694.855c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.44-7.499c0 .066-.057.12-.127.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.127.054.127.12m.22-.39c0 .066-.057.12-.126.12c-.07 0-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 0c0 .066-.058.12-.128.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.88.806c0 .066-.056.119-.126.119s-.126-.053-.126-.12s.057-.118.126-.118s.126.053.126.119m-.439 0c0 .066-.058.119-.127.119c-.07 0-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m.439.83c0 .066-.056.12-.125.12s-.127-.054-.127-.12s.057-.119.127-.119s.125.053.125.12m-.439 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.22-.415c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.66 1.246c0 .065-.056.119-.125.119s-.127-.054-.127-.12s.057-.119.127-.119s.125.054.125.12m-.439 0c0 .065-.058.119-.127.119c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.22-.416c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m.66 1.246c0 .066-.056.12-.125.12s-.127-.054-.127-.12s.057-.12.127-.12s.125.054.125.12m-.439 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.22-.415c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.408 1.246c0-.066.057-.12.127-.12s.125.054.125.12c0 .065-.056.119-.125.119s-.127-.054-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12c0 .065-.057.119-.126.119c-.07 0-.127-.054-.127-.12m.474-.416c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m.408 1.246c0-.066.057-.12.127-.12s.125.054.125.12s-.056.12-.125.12s-.127-.054-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.057.12-.126.12c-.07 0-.127-.054-.127-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m.661 1.245c0-.065.057-.119.127-.119s.125.054.125.12s-.056.119-.125.119s-.127-.054-.127-.12m-.441 0c0-.065.057-.119.127-.119s.126.054.126.12s-.057.119-.126.119c-.07 0-.127-.054-.127-.12m.22-.415c0-.066.057-.119.127-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.127-.053-.127-.119m-.44 0c0-.066.056-.119.126-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.127-.053-.127-.119m.661 1.246c0-.066.057-.12.127-.12s.125.054.125.12s-.056.12-.125.12s-.127-.054-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.057.12-.126.12c-.07 0-.127-.054-.127-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m.913 1.245c0 .066-.056.12-.125.12s-.127-.054-.127-.12s.057-.119.127-.119s.125.054.125.12m-.439 0c0 .066-.058.12-.127.12c-.07 0-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.034-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.694.855c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.441-7.499c0 .066-.057.12-.127.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.127.054.127.12m-.442 0c0 .066-.056.12-.126.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m.221-.39c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.882.806c0 .066-.057.119-.127.119s-.126-.053-.126-.12s.056-.118.126-.118s.127.053.127.119m-.441 0c0 .066-.057.119-.127.119s-.126-.053-.126-.12s.056-.118.126-.118s.127.053.127.119m.441.83c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.661 1.246c0 .065-.057.119-.127.119s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .065-.057.119-.127.119s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m.22-.416c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.661 1.246c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m.408 1.246c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.126-.054-.126-.12m.474-.416c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m-.442 0c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.409 1.246c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m.66 1.245c0-.065.057-.119.127-.119s.127.054.127.12s-.057.119-.127.119s-.126-.054-.126-.12m-.44 0c0-.065.056-.119.126-.119s.127.054.127.12s-.057.119-.127.119s-.126-.054-.126-.12m.22-.415c0-.066.057-.119.127-.119s.127.053.127.12c0 .065-.057.118-.127.118s-.127-.053-.127-.119m-.44 0c0-.066.056-.119.126-.119s.126.053.126.12c0 .065-.056.118-.126.118s-.127-.053-.127-.119m.66 1.246c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.44 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.119-.127.119s-.127-.053-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m.914 1.245c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.033-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m-.44 0c0-.066.056-.12.126-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.694.855c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m-.442 0c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44-7.499c0 .066-.057.12-.127.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m-.442 0c0 .066-.056.12-.126.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m.22-.39c0 .066-.056.12-.126.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m.22 1.22c0 .067-.056.12-.126.12s-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m.662-.414c0 .066-.057.119-.127.119s-.126-.053-.126-.12s.056-.118.126-.118s.127.053.127.119m-.441 0c0 .066-.057.119-.127.119s-.126-.053-.126-.12s.056-.118.126-.118s.127.053.127.119m-.441 0c0 .066-.057.119-.127.119s-.127-.053-.127-.12s.057-.118.127-.118s.127.053.127.119m.22 1.245c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.662-.415c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.053.127.12m-.441 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.053.127.12m.661-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12m-.44 1.66c0 .067-.057.12-.127.12s-.127-.053-.127-.12c0-.065.057-.118.127-.118s.126.053.126.119m.66-.414c0 .065-.056.119-.126.119s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.44 0c0 .065-.057.119-.127.119s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .065-.057.119-.127.119s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12m.661-.416c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.22 1.246c0 .066-.056.12-.126.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m-.44 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.12.126-.12s.127.054.127.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.126.054.126.12M10.1 17.79c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.126-.054-.126-.12m.473-.416c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.408 1.246c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.22-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m.662 1.245c0-.065.056-.119.126-.119s.127.054.127.12s-.057.119-.127.119s-.126-.054-.126-.12m-.441 0c0-.065.056-.119.126-.119s.127.054.127.12s-.057.119-.127.119s-.126-.054-.126-.12m.22-.415c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.056.118-.126.118s-.127-.053-.127-.119m-.441 0c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.056.118-.126.118s-.127-.053-.127-.119m0 1.661c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.662-.415c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m-.441 0c0-.066.056-.12.126-.12s.127.054.127.12s-.057.12-.127.12s-.126-.054-.126-.12m.22-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m-.441 0c0-.066.057-.12.127-.12s.126.054.126.12s-.056.119-.126.119s-.127-.053-.127-.12m.915 1.245c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.441 0c0 .066-.057.12-.127.12s-.126-.054-.126-.12s.056-.119.126-.119s.127.054.127.12m-.033-.415c0-.066.057-.12.127-.12s.126.054.126.12s-.056.12-.126.12s-.127-.054-.127-.12m.253.855c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.44 0c0 .066-.057.12-.127.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m-.442-7.499c0 .066-.057.12-.126.12s-.127-.054-.127-.12c0-.065.057-.119.127-.119s.126.054.126.12m0 .83c0 .067-.057.12-.126.12s-.127-.053-.127-.12s.057-.118.127-.118s.126.053.126.119m0 .831c0 .066-.057.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m0 .83c0 .067-.057.12-.126.12s-.127-.053-.127-.12c0-.065.057-.118.127-.118s.126.053.126.119m0 .831c0 .066-.057.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.053.126.12m.22-.415c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.12.127-.12s.127.054.127.12m-.473 1.246c0-.066.057-.12.127-.12s.126.054.126.12s-.057.119-.126.119s-.127-.053-.127-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12c0 .065-.057.119-.127.119s-.127-.054-.127-.12m-.22 1.245c0-.066.057-.119.127-.119s.126.053.126.12c0 .065-.057.118-.126.118s-.127-.053-.127-.119m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m-.22 1.246c0-.066.057-.12.127-.12s.126.054.126.12s-.057.119-.126.119s-.127-.053-.127-.12m.22-.416c0-.065.057-.119.127-.119s.127.054.127.12s-.057.119-.127.119s-.127-.054-.127-.12m-.22 1.246c0-.066.057-.12.127-.12s.126.054.126.12s-.057.12-.126.12s-.127-.054-.127-.12m.22-.415c0-.066.057-.12.127-.12s.127.054.127.12s-.057.12-.127.12s-.127-.054-.127-.12m.033 1.27c0 .066-.057.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.126.054.126.12m.22-.44c0 .066-.056.12-.126.12s-.127-.054-.127-.12s.057-.119.127-.119s.127.054.127.12");
4
+ }